@equisoft/account-service-sdk-typescript 3.7.4-snapshot.20220615190058 → 3.8.1-snapshot.20220629125736
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +1 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +2 -2
- package/dist/apis/OAuthApi.d.ts +5 -5
- package/dist/apis/OAuthApi.js +1 -1
- package/dist/apis/OrganizationApi.d.ts +37 -37
- package/dist/apis/OrganizationApi.js +1 -1
- package/dist/apis/PermissionApi.d.ts +3 -3
- package/dist/apis/PermissionApi.js +1 -1
- package/dist/apis/RoleApi.d.ts +3 -3
- package/dist/apis/RoleApi.js +1 -1
- package/dist/apis/ServiceAccountApi.d.ts +17 -17
- package/dist/apis/ServiceAccountApi.js +2 -2
- package/dist/apis/SessionApi.d.ts +25 -25
- package/dist/apis/SessionApi.js +1 -1
- package/dist/apis/UserApi.d.ts +33 -33
- package/dist/apis/UserApi.js +2 -2
- package/dist/models/ApplyPermissionsPayload.d.ts +2 -2
- package/dist/models/ApplyPermissionsPayload.js +4 -4
- package/dist/models/CreateOrUpdateOAuthClientPayload.d.ts +4 -4
- package/dist/models/CreateOrUpdateOAuthClientPayload.js +4 -4
- package/dist/models/CreateOrUpdateOrganizationPayload.d.ts +2 -2
- package/dist/models/CreateOrUpdateOrganizationPayload.js +4 -4
- package/dist/models/CreateOrUpdatePermissionPayload.d.ts +2 -2
- package/dist/models/CreateOrUpdatePermissionPayload.js +4 -4
- package/dist/models/CreateOrganizationPayload.d.ts +2 -2
- package/dist/models/CreateOrganizationPayload.js +4 -4
- package/dist/models/CreateOrganizationUserServiceOptionPayload.d.ts +1 -1
- package/dist/models/CreateOrganizationUserServiceOptionPayload.js +1 -1
- package/dist/models/CreateOrganizationUserServicePayload.d.ts +1 -1
- package/dist/models/CreateOrganizationUserServicePayload.js +1 -1
- package/dist/models/CreateRole.d.ts +2 -2
- package/dist/models/CreateRole.js +4 -4
- package/dist/models/DatabaseState.d.ts +8 -8
- package/dist/models/DatabaseState.js +7 -9
- package/dist/models/EnableEquisoftConnectPayloadSchema.d.ts +1 -1
- package/dist/models/EnableEquisoftConnectPayloadSchema.js +1 -1
- package/dist/models/ErrorMessage.d.ts +17 -17
- package/dist/models/ErrorMessage.js +16 -18
- package/dist/models/ErrorPayload.d.ts +2 -2
- package/dist/models/ErrorPayload.js +4 -4
- package/dist/models/Id.d.ts +1 -1
- package/dist/models/Id.js +1 -1
- package/dist/models/ImpersonatePayload.d.ts +1 -1
- package/dist/models/ImpersonatePayload.js +1 -1
- package/dist/models/LegacyRoleSchema.d.ts +2 -2
- package/dist/models/LegacyRoleSchema.js +4 -4
- package/dist/models/ListOrganizationElement.d.ts +4 -2
- package/dist/models/ListOrganizationElement.js +10 -8
- package/dist/models/ListUserOrganizations.d.ts +2 -2
- package/dist/models/ListUserOrganizations.js +4 -4
- package/dist/models/LocalizedString.d.ts +1 -1
- package/dist/models/LocalizedString.js +1 -1
- package/dist/models/OAuthClient.d.ts +4 -4
- package/dist/models/OAuthClient.js +4 -4
- package/dist/models/OAuthClientCreated.d.ts +1 -1
- package/dist/models/OAuthClientCreated.js +1 -1
- package/dist/models/OAuthClientPublicKey.d.ts +1 -1
- package/dist/models/OAuthClientPublicKey.js +1 -1
- package/dist/models/Organization.d.ts +4 -2
- package/dist/models/Organization.js +10 -8
- package/dist/models/OrganizationCreated.d.ts +1 -1
- package/dist/models/OrganizationCreated.js +1 -1
- package/dist/models/OrganizationPathElement.d.ts +2 -2
- package/dist/models/OrganizationPathElement.js +4 -4
- package/dist/models/OrganizationRoleAttribution.d.ts +3 -2
- package/dist/models/OrganizationRoleAttribution.js +7 -6
- package/dist/models/OrganizationRoleAttributionPermission.d.ts +2 -2
- package/dist/models/OrganizationRoleAttributionPermission.js +4 -4
- package/dist/models/OrganizationRoleAttributionRole.d.ts +3 -2
- package/dist/models/OrganizationRoleAttributionRole.js +7 -6
- package/dist/models/OrganizationRoleAttributions.d.ts +2 -2
- package/dist/models/OrganizationRoleAttributions.js +4 -4
- package/dist/models/OrganizationServicesElement.d.ts +1 -1
- package/dist/models/OrganizationServicesElement.js +1 -1
- package/dist/models/OrganizationUserServiceAssociation.d.ts +1 -1
- package/dist/models/OrganizationUserServiceAssociation.js +1 -1
- package/dist/models/PermissionCode.d.ts +1 -1
- package/dist/models/PermissionCode.js +1 -1
- package/dist/models/PermissionCreated.d.ts +1 -1
- package/dist/models/PermissionCreated.js +1 -1
- package/dist/models/PermissionList.d.ts +2 -2
- package/dist/models/PermissionList.js +4 -4
- package/dist/models/PermissionResourceType.d.ts +6 -6
- package/dist/models/PermissionResourceType.js +5 -7
- package/dist/models/Role.d.ts +2 -2
- package/dist/models/Role.js +4 -4
- package/dist/models/RoleCreated.d.ts +2 -2
- package/dist/models/RoleCreated.js +4 -4
- package/dist/models/RolesOnOrganization.d.ts +5 -2
- package/dist/models/RolesOnOrganization.js +13 -10
- package/dist/models/ServiceAccess.d.ts +3 -2
- package/dist/models/ServiceAccess.js +7 -6
- package/dist/models/ServiceAccountCreationSchema.d.ts +1 -1
- package/dist/models/ServiceAccountCreationSchema.js +1 -1
- package/dist/models/ServiceAccountSchema.d.ts +2 -2
- package/dist/models/ServiceAccountSchema.js +4 -4
- package/dist/models/ServiceAccountStatus.d.ts +7 -7
- package/dist/models/ServiceAccountStatus.js +6 -8
- package/dist/models/ServiceAccountUpdateSchema.d.ts +1 -1
- package/dist/models/ServiceAccountUpdateSchema.js +1 -1
- package/dist/models/ServiceAccountUuidSchema.d.ts +1 -1
- package/dist/models/ServiceAccountUuidSchema.js +1 -1
- package/dist/models/ServiceName.d.ts +9 -9
- package/dist/models/ServiceName.js +8 -10
- package/dist/models/Session.d.ts +4 -2
- package/dist/models/Session.js +12 -10
- package/dist/models/SessionPayload.d.ts +2 -2
- package/dist/models/SessionPayload.js +4 -4
- package/dist/models/SessionState.d.ts +9 -9
- package/dist/models/SessionState.js +8 -10
- package/dist/models/SsoProvider.d.ts +1 -1
- package/dist/models/SsoProvider.js +1 -1
- package/dist/models/SsoToken.d.ts +1 -1
- package/dist/models/SsoToken.js +1 -1
- package/dist/models/UpdateParentOrganizationPayload.d.ts +1 -1
- package/dist/models/UpdateParentOrganizationPayload.js +1 -1
- package/dist/models/UpdateUserAccountPayload.d.ts +1 -1
- package/dist/models/UpdateUserAccountPayload.js +1 -1
- package/dist/models/UpdateUserAccountSsoPayload.d.ts +1 -1
- package/dist/models/UpdateUserAccountSsoPayload.js +1 -1
- package/dist/models/UpsertServicePayload.d.ts +1 -1
- package/dist/models/UpsertServicePayload.js +1 -1
- package/dist/models/User.d.ts +6 -2
- package/dist/models/User.js +18 -14
- package/dist/models/UserAccountOrganizationRoles.d.ts +3 -2
- package/dist/models/UserAccountOrganizationRoles.js +7 -6
- package/dist/models/UserAccountPermission.d.ts +2 -2
- package/dist/models/UserAccountPermission.js +4 -4
- package/dist/models/UserAccountRole.d.ts +2 -2
- package/dist/models/UserAccountRole.js +4 -4
- package/dist/models/UserAccountRoleAttributions.d.ts +2 -2
- package/dist/models/UserAccountRoleAttributions.js +4 -4
- package/dist/models/UserAccountSearchResult.d.ts +6 -2
- package/dist/models/UserAccountSearchResult.js +18 -14
- package/dist/models/UserAgreement.d.ts +2 -2
- package/dist/models/UserAgreement.js +4 -4
- package/dist/models/UserAgreementState.d.ts +6 -6
- package/dist/models/UserAgreementState.js +5 -7
- package/dist/models/UserPermissions.d.ts +3 -2
- package/dist/models/UserPermissions.js +7 -6
- package/dist/models/UserServiceAssociation.d.ts +1 -1
- package/dist/models/UserServiceAssociation.js +1 -1
- package/dist/models/UserSsoProvider.d.ts +1 -1
- package/dist/models/UserSsoProvider.js +1 -1
- package/dist/models/UserState.d.ts +7 -7
- package/dist/models/UserState.js +6 -8
- package/dist/runtime.d.ts +46 -29
- package/dist/runtime.js +117 -79
- package/package.json +1 -1
- package/src/apis/OAuthApi.ts +5 -5
- package/src/apis/OrganizationApi.ts +37 -37
- package/src/apis/PermissionApi.ts +3 -3
- package/src/apis/RoleApi.ts +3 -3
- package/src/apis/ServiceAccountApi.ts +17 -17
- package/src/apis/SessionApi.ts +25 -25
- package/src/apis/UserApi.ts +33 -33
- package/src/models/ApplyPermissionsPayload.ts +2 -3
- package/src/models/CreateOrUpdateOAuthClientPayload.ts +4 -5
- package/src/models/CreateOrUpdateOrganizationPayload.ts +2 -3
- package/src/models/CreateOrUpdatePermissionPayload.ts +2 -3
- package/src/models/CreateOrganizationPayload.ts +2 -3
- package/src/models/CreateOrganizationUserServiceOptionPayload.ts +1 -2
- package/src/models/CreateOrganizationUserServicePayload.ts +1 -2
- package/src/models/CreateRole.ts +2 -3
- package/src/models/DatabaseState.ts +10 -8
- package/src/models/EnableEquisoftConnectPayloadSchema.ts +1 -2
- package/src/models/ErrorMessage.ts +19 -17
- package/src/models/ErrorPayload.ts +2 -3
- package/src/models/Id.ts +1 -2
- package/src/models/ImpersonatePayload.ts +1 -2
- package/src/models/LegacyRoleSchema.ts +2 -3
- package/src/models/ListOrganizationElement.ts +6 -3
- package/src/models/ListUserOrganizations.ts +2 -3
- package/src/models/LocalizedString.ts +1 -2
- package/src/models/OAuthClient.ts +4 -5
- package/src/models/OAuthClientCreated.ts +1 -2
- package/src/models/OAuthClientPublicKey.ts +1 -2
- package/src/models/Organization.ts +6 -3
- package/src/models/OrganizationCreated.ts +1 -2
- package/src/models/OrganizationPathElement.ts +2 -3
- package/src/models/OrganizationRoleAttribution.ts +4 -3
- package/src/models/OrganizationRoleAttributionPermission.ts +2 -3
- package/src/models/OrganizationRoleAttributionRole.ts +4 -3
- package/src/models/OrganizationRoleAttributions.ts +2 -3
- package/src/models/OrganizationServicesElement.ts +1 -2
- package/src/models/OrganizationUserServiceAssociation.ts +1 -2
- package/src/models/PermissionCode.ts +1 -2
- package/src/models/PermissionCreated.ts +1 -2
- package/src/models/PermissionList.ts +2 -3
- package/src/models/PermissionResourceType.ts +8 -6
- package/src/models/Role.ts +2 -3
- package/src/models/RoleCreated.ts +2 -3
- package/src/models/RolesOnOrganization.ts +8 -3
- package/src/models/ServiceAccess.ts +4 -3
- package/src/models/ServiceAccountCreationSchema.ts +1 -2
- package/src/models/ServiceAccountSchema.ts +2 -3
- package/src/models/ServiceAccountStatus.ts +9 -7
- package/src/models/ServiceAccountUpdateSchema.ts +1 -2
- package/src/models/ServiceAccountUuidSchema.ts +1 -2
- package/src/models/ServiceName.ts +11 -9
- package/src/models/Session.ts +6 -3
- package/src/models/SessionPayload.ts +2 -3
- package/src/models/SessionState.ts +11 -9
- package/src/models/SsoProvider.ts +1 -2
- package/src/models/SsoToken.ts +1 -2
- package/src/models/UpdateParentOrganizationPayload.ts +1 -2
- package/src/models/UpdateUserAccountPayload.ts +1 -2
- package/src/models/UpdateUserAccountSsoPayload.ts +1 -2
- package/src/models/UpsertServicePayload.ts +1 -2
- package/src/models/User.ts +10 -3
- package/src/models/UserAccountOrganizationRoles.ts +4 -3
- package/src/models/UserAccountPermission.ts +2 -3
- package/src/models/UserAccountRole.ts +2 -3
- package/src/models/UserAccountRoleAttributions.ts +2 -3
- package/src/models/UserAccountSearchResult.ts +10 -3
- package/src/models/UserAgreement.ts +2 -3
- package/src/models/UserAgreementState.ts +8 -6
- package/src/models/UserPermissions.ts +4 -3
- package/src/models/UserServiceAssociation.ts +1 -2
- package/src/models/UserSsoProvider.ts +1 -2
- package/src/models/UserState.ts +9 -7
- package/src/runtime.ts +145 -96
- package/tsconfig.esm.json +7 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -54,4 +54,3 @@ export function CreateOrganizationUserServicePayloadToJSON(value?: CreateOrganiz
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
package/src/models/CreateRole.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
LocalizedStringFromJSON,
|
|
19
19
|
LocalizedStringFromJSONTyped,
|
|
20
20
|
LocalizedStringToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './LocalizedString';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* create role schema
|
|
@@ -69,4 +69,3 @@ export function CreateRoleToJSON(value?: CreateRole | null): any {
|
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
+
|
|
15
16
|
/**
|
|
16
17
|
* States:
|
|
17
18
|
* * `ENABLED` - Database is active.
|
|
@@ -19,14 +20,15 @@
|
|
|
19
20
|
* * `DELETED` - Database is deleted.
|
|
20
21
|
* * `MAINTENANCE` - Database is in maintenance, login temporarily suspended.
|
|
21
22
|
* @export
|
|
22
|
-
* @enum {string}
|
|
23
23
|
*/
|
|
24
|
-
export
|
|
25
|
-
ENABLED
|
|
26
|
-
DISABLED
|
|
27
|
-
DELETED
|
|
28
|
-
MAINTENANCE
|
|
29
|
-
}
|
|
24
|
+
export const DatabaseState = {
|
|
25
|
+
ENABLED: 'ENABLED',
|
|
26
|
+
DISABLED: 'DISABLED',
|
|
27
|
+
DELETED: 'DELETED',
|
|
28
|
+
MAINTENANCE: 'MAINTENANCE'
|
|
29
|
+
} as const;
|
|
30
|
+
export type DatabaseState = typeof DatabaseState[keyof typeof DatabaseState];
|
|
31
|
+
|
|
30
32
|
|
|
31
33
|
export function DatabaseStateFromJSON(json: any): DatabaseState {
|
|
32
34
|
return DatabaseStateFromJSONTyped(json, false);
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -54,4 +54,3 @@ export function EnableEquisoftConnectPayloadSchemaToJSON(value?: EnableEquisoftC
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,26 +12,28 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
+
|
|
15
16
|
/**
|
|
16
17
|
*
|
|
17
18
|
* @export
|
|
18
|
-
* @enum {string}
|
|
19
19
|
*/
|
|
20
|
-
export
|
|
21
|
-
SERVER_ERROR
|
|
22
|
-
NOT_FOUND
|
|
23
|
-
BAD_REQUEST
|
|
24
|
-
ACCESS_DENIED
|
|
25
|
-
CONFLICT
|
|
26
|
-
PASSWORD_RESET_REQUESTED
|
|
27
|
-
SESSION_ALREADY_IMPERSONATED
|
|
28
|
-
SESSION_NOT_IMPERSONATED
|
|
29
|
-
SESSION_NOT_ENABLED
|
|
30
|
-
USER_NOT_ENABLED
|
|
31
|
-
USER_AGREEMENT_REQUESTED
|
|
32
|
-
CONCURRENT_ACCESS
|
|
33
|
-
INVALID_COOKIE_DOMAIN_NAME
|
|
34
|
-
}
|
|
20
|
+
export const ErrorMessage = {
|
|
21
|
+
SERVER_ERROR: 'SERVER_ERROR',
|
|
22
|
+
NOT_FOUND: 'NOT_FOUND',
|
|
23
|
+
BAD_REQUEST: 'BAD_REQUEST',
|
|
24
|
+
ACCESS_DENIED: 'ACCESS_DENIED',
|
|
25
|
+
CONFLICT: 'CONFLICT',
|
|
26
|
+
PASSWORD_RESET_REQUESTED: 'PASSWORD_RESET_REQUESTED',
|
|
27
|
+
SESSION_ALREADY_IMPERSONATED: 'SESSION_ALREADY_IMPERSONATED',
|
|
28
|
+
SESSION_NOT_IMPERSONATED: 'SESSION_NOT_IMPERSONATED',
|
|
29
|
+
SESSION_NOT_ENABLED: 'SESSION_NOT_ENABLED',
|
|
30
|
+
USER_NOT_ENABLED: 'USER_NOT_ENABLED',
|
|
31
|
+
USER_AGREEMENT_REQUESTED: 'USER_AGREEMENT_REQUESTED',
|
|
32
|
+
CONCURRENT_ACCESS: 'CONCURRENT_ACCESS',
|
|
33
|
+
INVALID_COOKIE_DOMAIN_NAME: 'INVALID_COOKIE_DOMAIN_NAME'
|
|
34
|
+
} as const;
|
|
35
|
+
export type ErrorMessage = typeof ErrorMessage[keyof typeof ErrorMessage];
|
|
36
|
+
|
|
35
37
|
|
|
36
38
|
export function ErrorMessageFromJSON(json: any): ErrorMessage {
|
|
37
39
|
return ErrorMessageFromJSONTyped(json, false);
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
ErrorMessageFromJSON,
|
|
19
19
|
ErrorMessageFromJSONTyped,
|
|
20
20
|
ErrorMessageToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './ErrorMessage';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
@@ -69,4 +69,3 @@ export function ErrorPayloadToJSON(value?: ErrorPayload | null): any {
|
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
|
package/src/models/Id.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -62,4 +62,3 @@ export function IdToJSON(value?: Id | null): any {
|
|
|
62
62
|
};
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -54,4 +54,3 @@ export function ImpersonatePayloadToJSON(value?: ImpersonatePayload | null): any
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
LocalizedStringFromJSON,
|
|
19
19
|
LocalizedStringFromJSONTyped,
|
|
20
20
|
LocalizedStringToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './LocalizedString';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* User legacy roles
|
|
@@ -69,4 +69,3 @@ export function LegacyRoleSchemaToJSON(value?: LegacyRoleSchema | null): any {
|
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,15 +18,19 @@ import {
|
|
|
18
18
|
LocalizedStringFromJSON,
|
|
19
19
|
LocalizedStringFromJSONTyped,
|
|
20
20
|
LocalizedStringToJSON,
|
|
21
|
+
} from './LocalizedString';
|
|
22
|
+
import {
|
|
21
23
|
OrganizationPathElement,
|
|
22
24
|
OrganizationPathElementFromJSON,
|
|
23
25
|
OrganizationPathElementFromJSONTyped,
|
|
24
26
|
OrganizationPathElementToJSON,
|
|
27
|
+
} from './OrganizationPathElement';
|
|
28
|
+
import {
|
|
25
29
|
OrganizationServicesElement,
|
|
26
30
|
OrganizationServicesElementFromJSON,
|
|
27
31
|
OrganizationServicesElementFromJSONTyped,
|
|
28
32
|
OrganizationServicesElementToJSON,
|
|
29
|
-
} from './';
|
|
33
|
+
} from './OrganizationServicesElement';
|
|
30
34
|
|
|
31
35
|
/**
|
|
32
36
|
*
|
|
@@ -101,4 +105,3 @@ export function ListOrganizationElementToJSON(value?: ListOrganizationElement |
|
|
|
101
105
|
};
|
|
102
106
|
}
|
|
103
107
|
|
|
104
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
ListOrganizationElementFromJSON,
|
|
19
19
|
ListOrganizationElementFromJSONTyped,
|
|
20
20
|
ListOrganizationElementToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './ListOrganizationElement';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
@@ -69,4 +69,3 @@ export function ListUserOrganizationsToJSON(value?: ListUserOrganizations | null
|
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -62,4 +62,3 @@ export function LocalizedStringToJSON(value?: LocalizedString | null): any {
|
|
|
62
62
|
};
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
OAuthClientPublicKeyFromJSON,
|
|
19
19
|
OAuthClientPublicKeyFromJSONTyped,
|
|
20
20
|
OAuthClientPublicKeyToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './OAuthClientPublicKey';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* Represents an OAuth Client
|
|
@@ -100,10 +100,10 @@ export interface OAuthClient {
|
|
|
100
100
|
serviceAccountDelegation: boolean;
|
|
101
101
|
/**
|
|
102
102
|
*
|
|
103
|
-
* @type {{ [key: string]:
|
|
103
|
+
* @type {{ [key: string]: any; }}
|
|
104
104
|
* @memberof OAuthClient
|
|
105
105
|
*/
|
|
106
|
-
additionalTokenFields?: { [key: string]:
|
|
106
|
+
additionalTokenFields?: { [key: string]: any; } | null;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
export function OAuthClientFromJSON(json: any): OAuthClient {
|
|
@@ -157,4 +157,3 @@ export function OAuthClientToJSON(value?: OAuthClient | null): any {
|
|
|
157
157
|
};
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -54,4 +54,3 @@ export function OAuthClientCreatedToJSON(value?: OAuthClientCreated | null): any
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -62,4 +62,3 @@ export function OAuthClientPublicKeyToJSON(value?: OAuthClientPublicKey | null):
|
|
|
62
62
|
};
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,15 +18,19 @@ import {
|
|
|
18
18
|
LocalizedStringFromJSON,
|
|
19
19
|
LocalizedStringFromJSONTyped,
|
|
20
20
|
LocalizedStringToJSON,
|
|
21
|
+
} from './LocalizedString';
|
|
22
|
+
import {
|
|
21
23
|
OrganizationPathElement,
|
|
22
24
|
OrganizationPathElementFromJSON,
|
|
23
25
|
OrganizationPathElementFromJSONTyped,
|
|
24
26
|
OrganizationPathElementToJSON,
|
|
27
|
+
} from './OrganizationPathElement';
|
|
28
|
+
import {
|
|
25
29
|
OrganizationServicesElement,
|
|
26
30
|
OrganizationServicesElementFromJSON,
|
|
27
31
|
OrganizationServicesElementFromJSONTyped,
|
|
28
32
|
OrganizationServicesElementToJSON,
|
|
29
|
-
} from './';
|
|
33
|
+
} from './OrganizationServicesElement';
|
|
30
34
|
|
|
31
35
|
/**
|
|
32
36
|
*
|
|
@@ -133,4 +137,3 @@ export function OrganizationToJSON(value?: Organization | null): any {
|
|
|
133
137
|
};
|
|
134
138
|
}
|
|
135
139
|
|
|
136
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -54,4 +54,3 @@ export function OrganizationCreatedToJSON(value?: OrganizationCreated | null): a
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
LocalizedStringFromJSON,
|
|
19
19
|
LocalizedStringFromJSONTyped,
|
|
20
20
|
LocalizedStringToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './LocalizedString';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
@@ -69,4 +69,3 @@ export function OrganizationPathElementToJSON(value?: OrganizationPathElement |
|
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,11 +18,13 @@ import {
|
|
|
18
18
|
OrganizationRoleAttributionRoleFromJSON,
|
|
19
19
|
OrganizationRoleAttributionRoleFromJSONTyped,
|
|
20
20
|
OrganizationRoleAttributionRoleToJSON,
|
|
21
|
+
} from './OrganizationRoleAttributionRole';
|
|
22
|
+
import {
|
|
21
23
|
User,
|
|
22
24
|
UserFromJSON,
|
|
23
25
|
UserFromJSONTyped,
|
|
24
26
|
UserToJSON,
|
|
25
|
-
} from './';
|
|
27
|
+
} from './User';
|
|
26
28
|
|
|
27
29
|
/**
|
|
28
30
|
*
|
|
@@ -73,4 +75,3 @@ export function OrganizationRoleAttributionToJSON(value?: OrganizationRoleAttrib
|
|
|
73
75
|
};
|
|
74
76
|
}
|
|
75
77
|
|
|
76
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
LocalizedStringFromJSON,
|
|
19
19
|
LocalizedStringFromJSONTyped,
|
|
20
20
|
LocalizedStringToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './LocalizedString';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
@@ -69,4 +69,3 @@ export function OrganizationRoleAttributionPermissionToJSON(value?: Organization
|
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,11 +18,13 @@ import {
|
|
|
18
18
|
LocalizedStringFromJSON,
|
|
19
19
|
LocalizedStringFromJSONTyped,
|
|
20
20
|
LocalizedStringToJSON,
|
|
21
|
+
} from './LocalizedString';
|
|
22
|
+
import {
|
|
21
23
|
OrganizationRoleAttributionPermission,
|
|
22
24
|
OrganizationRoleAttributionPermissionFromJSON,
|
|
23
25
|
OrganizationRoleAttributionPermissionFromJSONTyped,
|
|
24
26
|
OrganizationRoleAttributionPermissionToJSON,
|
|
25
|
-
} from './';
|
|
27
|
+
} from './OrganizationRoleAttributionPermission';
|
|
26
28
|
|
|
27
29
|
/**
|
|
28
30
|
*
|
|
@@ -81,4 +83,3 @@ export function OrganizationRoleAttributionRoleToJSON(value?: OrganizationRoleAt
|
|
|
81
83
|
};
|
|
82
84
|
}
|
|
83
85
|
|
|
84
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
OrganizationRoleAttributionFromJSON,
|
|
19
19
|
OrganizationRoleAttributionFromJSONTyped,
|
|
20
20
|
OrganizationRoleAttributionToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './OrganizationRoleAttribution';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
@@ -61,4 +61,3 @@ export function OrganizationRoleAttributionsToJSON(value?: OrganizationRoleAttri
|
|
|
61
61
|
};
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -62,4 +62,3 @@ export function OrganizationServicesElementToJSON(value?: OrganizationServicesEl
|
|
|
62
62
|
};
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -70,4 +70,3 @@ export function OrganizationUserServiceAssociationToJSON(value?: OrganizationUse
|
|
|
70
70
|
};
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -54,4 +54,3 @@ export function PermissionCodeToJSON(value?: PermissionCode | null): any {
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -54,4 +54,3 @@ export function PermissionCreatedToJSON(value?: PermissionCreated | null): any {
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
PermissionCodeFromJSON,
|
|
19
19
|
PermissionCodeFromJSONTyped,
|
|
20
20
|
PermissionCodeToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './PermissionCode';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* List of permission codes
|
|
@@ -61,4 +61,3 @@ export function PermissionListToJSON(value?: PermissionList | null): any {
|
|
|
61
61
|
};
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,15 +12,17 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
+
|
|
15
16
|
/**
|
|
16
17
|
*
|
|
17
18
|
* @export
|
|
18
|
-
* @enum {string}
|
|
19
19
|
*/
|
|
20
|
-
export
|
|
21
|
-
USER
|
|
22
|
-
ORGANIZATION
|
|
23
|
-
}
|
|
20
|
+
export const PermissionResourceType = {
|
|
21
|
+
USER: 'USER',
|
|
22
|
+
ORGANIZATION: 'ORGANIZATION'
|
|
23
|
+
} as const;
|
|
24
|
+
export type PermissionResourceType = typeof PermissionResourceType[keyof typeof PermissionResourceType];
|
|
25
|
+
|
|
24
26
|
|
|
25
27
|
export function PermissionResourceTypeFromJSON(json: any): PermissionResourceType {
|
|
26
28
|
return PermissionResourceTypeFromJSONTyped(json, false);
|
package/src/models/Role.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
LocalizedStringFromJSON,
|
|
19
19
|
LocalizedStringFromJSONTyped,
|
|
20
20
|
LocalizedStringToJSON,
|
|
21
|
-
} from './';
|
|
21
|
+
} from './LocalizedString';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
@@ -77,4 +77,3 @@ export function RoleToJSON(value?: Role | null): any {
|
|
|
77
77
|
};
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
|