Skip to content

Commit

Permalink
Merge pull request #442 from rstudio/dotnomad/update-api
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad authored Dec 2, 2023
2 parents 1afff3c + b337d7d commit 2a75bfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions web/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
export { api as default, useApi } from 'src/api/client';

export * from 'src/api/types/accounts';
export * from 'src/api/types/configurations';
export * from 'src/api/types/connect';
export * from 'src/api/types/deployments';
export * from 'src/api/types/events';
export * from 'src/api/types/schema';
5 changes: 1 addition & 4 deletions web/src/api/types/deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ export type Deployment = {
serverUrl: string,
id: string,
files: string[]
configurationPath: string
configurationName: string
configuration: Configuration
}
} & Configuration;

export function isDeploymentError(
d: Deployment | DeploymentError
Expand Down

0 comments on commit 2a75bfa

Please sign in to comment.