Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update api #94

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading