Skip to content

Commit

Permalink
fix: update openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Nov 9, 2024
1 parent 6c6a816 commit 60b2db4
Show file tree
Hide file tree
Showing 5 changed files with 669 additions and 702 deletions.
1 change: 0 additions & 1 deletion src/app/shared/generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ model/themeSnapshot.ts
model/themeUpdateCreate.ts
model/updateThemeRequest.ts
model/updateThemeResponse.ts
model/workspace.ts
param.ts
variables.ts
2 changes: 0 additions & 2 deletions src/app/shared/generated/model/getThemeResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
* Do not edit the class manually.
*/
import { Theme } from './theme';
import { Workspace } from './workspace';


export interface GetThemeResponse {
resource: Theme;
workspaces?: Array<Workspace>;
}

1 change: 0 additions & 1 deletion src/app/shared/generated/model/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ export * from './themeSnapshot';
export * from './themeUpdateCreate';
export * from './updateThemeRequest';
export * from './updateThemeResponse';
export * from './workspace';
18 changes: 0 additions & 18 deletions src/app/shared/generated/model/workspace.ts

This file was deleted.

Loading

0 comments on commit 60b2db4

Please sign in to comment.