Skip to content

Commit

Permalink
feat: update api (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter authored Jun 14, 2024
1 parent 9b4673e commit 4d9fcc0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 85 deletions.
3 changes: 0 additions & 3 deletions src/app/shared/generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ model/iAMRole.ts
model/iAMRolePageResult.ts
model/iAMRoleSearchCriteria.ts
model/mfeMsAbstract.ts
model/microfrontend.ts
model/models.ts
model/permission.ts
model/permissionPageResult.ts
model/permissionSearchCriteria.ts
model/problemDetailInvalidParam.ts
model/problemDetailParam.ts
model/problemDetailResponse.ts
model/product.ts
model/productDetails.ts
model/revokeRoleApplicationAssignmentRequest.ts
model/revokeRoleProductsAssignmentRequest.ts
Expand All @@ -51,7 +49,6 @@ model/userAssignment.ts
model/userAssignmentPageResult.ts
model/userCriteria.ts
model/userPermissionsPageResult.ts
model/userRolesAndPermissionsCriteria.ts
model/userRolesPageResult.ts
model/workspaceAbstract.ts
model/workspaceDetails.ts
Expand Down
18 changes: 0 additions & 18 deletions src/app/shared/generated/model/microfrontend.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/app/shared/generated/model/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ export * from './iAMRole';
export * from './iAMRolePageResult';
export * from './iAMRoleSearchCriteria';
export * from './mfeMsAbstract';
export * from './microfrontend';
export * from './permission';
export * from './permissionPageResult';
export * from './permissionSearchCriteria';
export * from './problemDetailInvalidParam';
export * from './problemDetailParam';
export * from './problemDetailResponse';
export * from './product';
export * from './productDetails';
export * from './revokeRoleApplicationAssignmentRequest';
export * from './revokeRoleProductsAssignmentRequest';
Expand All @@ -35,7 +33,6 @@ export * from './userAssignment';
export * from './userAssignmentPageResult';
export * from './userCriteria';
export * from './userPermissionsPageResult';
export * from './userRolesAndPermissionsCriteria';
export * from './userRolesPageResult';
export * from './workspaceAbstract';
export * from './workspaceDetails';
Expand Down
20 changes: 0 additions & 20 deletions src/app/shared/generated/model/product.ts

This file was deleted.

48 changes: 7 additions & 41 deletions src/assets/api/openapi-bff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ components:
format: int32
description: The size of page
default: 100
maximum: 1000
type: integer
UserAssignmentPageResult:
type: object
Expand Down Expand Up @@ -773,29 +774,6 @@ components:
type: string
action:
type: string
UserRolesAndPermissionsCriteria:
type: object
properties:
rolesPageNumber:
format: int32
description: The number of page.
default: 0
type: integer
rolesPageSize:
format: int32
description: The size of page
default: 100
type: integer
permissionsPageNumber:
format: int32
description: The number of page.
default: 0
type: integer
permissionsPageSize:
format: int32
description: The size of page
default: 100
type: integer
UserPermissionsPageResult:
type: object
properties:
Expand Down Expand Up @@ -901,6 +879,7 @@ components:
format: int32
description: The size of page
default: 100
maximum: 1000
type: integer
IAMRolePageResult:
type: object
Expand Down Expand Up @@ -945,6 +924,7 @@ components:
format: int32
description: The size of page
default: 100
maximum: 1000
type: integer
PermissionSearchCriteria:
type: object
Expand All @@ -964,6 +944,7 @@ components:
format: int32
description: The size of page
default: 100
maximum: 1000
type: integer
RolePageResult:
type: object
Expand Down Expand Up @@ -1085,6 +1066,7 @@ components:
format: int32
description: The size of page
default: 100
maximum: 1000
type: integer
AssignmentPageResult:
type: object
Expand Down Expand Up @@ -1172,6 +1154,7 @@ components:
format: int32
description: The size of page
default: 100
maximum: 1000
type: integer
ApplicationPageResult:
type: object
Expand Down Expand Up @@ -1262,25 +1245,8 @@ components:
format: int32
description: The size of page
default: 100
maximum: 1000
type: integer
Product:
type: object
properties:
microfrontends:
type: array
items:
$ref: '#/components/schemas/Microfrontend'
productName:
type: string
baseUrl:
type: string
Microfrontend:
type: object
properties:
mfeId:
type: string
basePath:
type: string
WorkspaceDetails:
type: object
properties:
Expand Down

0 comments on commit 4d9fcc0

Please sign in to comment.