Skip to content

Commit

Permalink
Fix for #103
Browse files Browse the repository at this point in the history
  • Loading branch information
kostistr committed Nov 3, 2023
1 parent 6c5d5de commit 33d1ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/openApis/portalRepositoryAPI/models/portal-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface PortalUser {
password?: string;
passwordUnencrypted?: string;
products?: Array<Product>;
roles?: Array<'ROLE_ADMIN' | 'ROLE_EXPERIMENTER' | 'ROLE_NFV_DEVELOPER' | 'ROLE_TESTBED_PROVIDER' | 'ROLE_MENTOR'>;
roles?: Array<'ADMIN' | 'EXPERIMENTER' | 'NFV_DEVELOPER' | 'TESTBED_PROVIDER' | 'MENTOR'>;
subscribedResources?: Array<SubscribedResource>;
username?: string;
vfimages?: Array<VFImage>;
Expand Down

0 comments on commit 33d1ce2

Please sign in to comment.