@equisoft/account-service-sdk-typescript 3.8.0 → 3.9.0
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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
SERVER_ERROR
|
|
19
|
-
NOT_FOUND
|
|
20
|
-
BAD_REQUEST
|
|
21
|
-
ACCESS_DENIED
|
|
22
|
-
CONFLICT
|
|
23
|
-
PASSWORD_RESET_REQUESTED
|
|
24
|
-
SESSION_ALREADY_IMPERSONATED
|
|
25
|
-
SESSION_NOT_IMPERSONATED
|
|
26
|
-
SESSION_NOT_ENABLED
|
|
27
|
-
USER_NOT_ENABLED
|
|
28
|
-
USER_AGREEMENT_REQUESTED
|
|
29
|
-
CONCURRENT_ACCESS
|
|
30
|
-
INVALID_COOKIE_DOMAIN_NAME
|
|
31
|
-
}
|
|
16
|
+
export declare const ErrorMessage: {
|
|
17
|
+
readonly SERVER_ERROR: "SERVER_ERROR";
|
|
18
|
+
readonly NOT_FOUND: "NOT_FOUND";
|
|
19
|
+
readonly BAD_REQUEST: "BAD_REQUEST";
|
|
20
|
+
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
21
|
+
readonly CONFLICT: "CONFLICT";
|
|
22
|
+
readonly PASSWORD_RESET_REQUESTED: "PASSWORD_RESET_REQUESTED";
|
|
23
|
+
readonly SESSION_ALREADY_IMPERSONATED: "SESSION_ALREADY_IMPERSONATED";
|
|
24
|
+
readonly SESSION_NOT_IMPERSONATED: "SESSION_NOT_IMPERSONATED";
|
|
25
|
+
readonly SESSION_NOT_ENABLED: "SESSION_NOT_ENABLED";
|
|
26
|
+
readonly USER_NOT_ENABLED: "USER_NOT_ENABLED";
|
|
27
|
+
readonly USER_AGREEMENT_REQUESTED: "USER_AGREEMENT_REQUESTED";
|
|
28
|
+
readonly CONCURRENT_ACCESS: "CONCURRENT_ACCESS";
|
|
29
|
+
readonly INVALID_COOKIE_DOMAIN_NAME: "INVALID_COOKIE_DOMAIN_NAME";
|
|
30
|
+
};
|
|
31
|
+
export declare type ErrorMessage = typeof ErrorMessage[keyof typeof ErrorMessage];
|
|
32
32
|
export declare function ErrorMessageFromJSON(json: any): ErrorMessage;
|
|
33
33
|
export declare function ErrorMessageFromJSONTyped(json: any, ignoreDiscriminator: boolean): ErrorMessage;
|
|
34
34
|
export declare function ErrorMessageToJSON(value?: ErrorMessage | null): any;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,24 +17,22 @@ exports.ErrorMessageToJSON = exports.ErrorMessageFromJSONTyped = exports.ErrorMe
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
})(ErrorMessage = exports.ErrorMessage || (exports.ErrorMessage = {}));
|
|
21
|
+
exports.ErrorMessage = {
|
|
22
|
+
SERVER_ERROR: 'SERVER_ERROR',
|
|
23
|
+
NOT_FOUND: 'NOT_FOUND',
|
|
24
|
+
BAD_REQUEST: 'BAD_REQUEST',
|
|
25
|
+
ACCESS_DENIED: 'ACCESS_DENIED',
|
|
26
|
+
CONFLICT: 'CONFLICT',
|
|
27
|
+
PASSWORD_RESET_REQUESTED: 'PASSWORD_RESET_REQUESTED',
|
|
28
|
+
SESSION_ALREADY_IMPERSONATED: 'SESSION_ALREADY_IMPERSONATED',
|
|
29
|
+
SESSION_NOT_IMPERSONATED: 'SESSION_NOT_IMPERSONATED',
|
|
30
|
+
SESSION_NOT_ENABLED: 'SESSION_NOT_ENABLED',
|
|
31
|
+
USER_NOT_ENABLED: 'USER_NOT_ENABLED',
|
|
32
|
+
USER_AGREEMENT_REQUESTED: 'USER_AGREEMENT_REQUESTED',
|
|
33
|
+
CONCURRENT_ACCESS: 'CONCURRENT_ACCESS',
|
|
34
|
+
INVALID_COOKIE_DOMAIN_NAME: 'INVALID_COOKIE_DOMAIN_NAME'
|
|
35
|
+
};
|
|
38
36
|
function ErrorMessageFromJSON(json) {
|
|
39
37
|
return ErrorMessageFromJSONTyped(json, false);
|
|
40
38
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ErrorMessage } from './';
|
|
12
|
+
import { ErrorMessage } from './ErrorMessage';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ErrorPayloadToJSON = exports.ErrorPayloadFromJSONTyped = exports.ErrorPayloadFromJSON = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
-
const
|
|
18
|
+
const ErrorMessage_1 = require("./ErrorMessage");
|
|
19
19
|
function ErrorPayloadFromJSON(json) {
|
|
20
20
|
return ErrorPayloadFromJSONTyped(json, false);
|
|
21
21
|
}
|
|
@@ -25,7 +25,7 @@ function ErrorPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
25
25
|
return json;
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
|
-
'message':
|
|
28
|
+
'message': ErrorMessage_1.ErrorMessageFromJSON(json['message']),
|
|
29
29
|
'description': !runtime_1.exists(json, 'description') ? undefined : json['description'],
|
|
30
30
|
};
|
|
31
31
|
}
|
|
@@ -38,7 +38,7 @@ function ErrorPayloadToJSON(value) {
|
|
|
38
38
|
return null;
|
|
39
39
|
}
|
|
40
40
|
return {
|
|
41
|
-
'message':
|
|
41
|
+
'message': ErrorMessage_1.ErrorMessageToJSON(value.message),
|
|
42
42
|
'description': value.description,
|
|
43
43
|
};
|
|
44
44
|
}
|
package/dist/models/Id.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Id.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { LocalizedString } from './';
|
|
12
|
+
import { LocalizedString } from './LocalizedString';
|
|
13
13
|
/**
|
|
14
14
|
* User legacy roles
|
|
15
15
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.LegacyRoleSchemaToJSON = exports.LegacyRoleSchemaFromJSONTyped = exports.LegacyRoleSchemaFromJSON = void 0;
|
|
17
|
-
const
|
|
17
|
+
const LocalizedString_1 = require("./LocalizedString");
|
|
18
18
|
function LegacyRoleSchemaFromJSON(json) {
|
|
19
19
|
return LegacyRoleSchemaFromJSONTyped(json, false);
|
|
20
20
|
}
|
|
@@ -25,7 +25,7 @@ function LegacyRoleSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
25
25
|
}
|
|
26
26
|
return {
|
|
27
27
|
'code': json['code'],
|
|
28
|
-
'name':
|
|
28
|
+
'name': LocalizedString_1.LocalizedStringFromJSON(json['name']),
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
31
|
exports.LegacyRoleSchemaFromJSONTyped = LegacyRoleSchemaFromJSONTyped;
|
|
@@ -38,7 +38,7 @@ function LegacyRoleSchemaToJSON(value) {
|
|
|
38
38
|
}
|
|
39
39
|
return {
|
|
40
40
|
'code': value.code,
|
|
41
|
-
'name':
|
|
41
|
+
'name': LocalizedString_1.LocalizedStringToJSON(value.name),
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
44
|
exports.LegacyRoleSchemaToJSON = LegacyRoleSchemaToJSON;
|
|
@@ -2,14 +2,16 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { LocalizedString
|
|
12
|
+
import { LocalizedString } from './LocalizedString';
|
|
13
|
+
import { OrganizationPathElement } from './OrganizationPathElement';
|
|
14
|
+
import { OrganizationServicesElement } from './OrganizationServicesElement';
|
|
13
15
|
/**
|
|
14
16
|
*
|
|
15
17
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ListOrganizationElementToJSON = exports.ListOrganizationElementFromJSONTyped = exports.ListOrganizationElementFromJSON = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
-
const
|
|
18
|
+
const LocalizedString_1 = require("./LocalizedString");
|
|
19
|
+
const OrganizationPathElement_1 = require("./OrganizationPathElement");
|
|
20
|
+
const OrganizationServicesElement_1 = require("./OrganizationServicesElement");
|
|
19
21
|
function ListOrganizationElementFromJSON(json) {
|
|
20
22
|
return ListOrganizationElementFromJSONTyped(json, false);
|
|
21
23
|
}
|
|
@@ -26,10 +28,10 @@ function ListOrganizationElementFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
26
28
|
}
|
|
27
29
|
return {
|
|
28
30
|
'uuid': json['uuid'],
|
|
29
|
-
'name':
|
|
31
|
+
'name': LocalizedString_1.LocalizedStringFromJSON(json['name']),
|
|
30
32
|
'parentUuid': !runtime_1.exists(json, 'parentUuid') ? undefined : json['parentUuid'],
|
|
31
|
-
'path': (json['path'].map(
|
|
32
|
-
'services': (json['services'].map(
|
|
33
|
+
'path': (json['path'].map(OrganizationPathElement_1.OrganizationPathElementFromJSON)),
|
|
34
|
+
'services': (json['services'].map(OrganizationServicesElement_1.OrganizationServicesElementFromJSON)),
|
|
33
35
|
};
|
|
34
36
|
}
|
|
35
37
|
exports.ListOrganizationElementFromJSONTyped = ListOrganizationElementFromJSONTyped;
|
|
@@ -42,10 +44,10 @@ function ListOrganizationElementToJSON(value) {
|
|
|
42
44
|
}
|
|
43
45
|
return {
|
|
44
46
|
'uuid': value.uuid,
|
|
45
|
-
'name':
|
|
47
|
+
'name': LocalizedString_1.LocalizedStringToJSON(value.name),
|
|
46
48
|
'parentUuid': value.parentUuid,
|
|
47
|
-
'path': (value.path.map(
|
|
48
|
-
'services': (value.services.map(
|
|
49
|
+
'path': (value.path.map(OrganizationPathElement_1.OrganizationPathElementToJSON)),
|
|
50
|
+
'services': (value.services.map(OrganizationServicesElement_1.OrganizationServicesElementToJSON)),
|
|
49
51
|
};
|
|
50
52
|
}
|
|
51
53
|
exports.ListOrganizationElementToJSON = ListOrganizationElementToJSON;
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { ListOrganizationElement } from './';
|
|
12
|
+
import { ListOrganizationElement } from './ListOrganizationElement';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ListUserOrganizationsToJSON = exports.ListUserOrganizationsFromJSONTyped = exports.ListUserOrganizationsFromJSON = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
-
const
|
|
18
|
+
const ListOrganizationElement_1 = require("./ListOrganizationElement");
|
|
19
19
|
function ListUserOrganizationsFromJSON(json) {
|
|
20
20
|
return ListUserOrganizationsFromJSONTyped(json, false);
|
|
21
21
|
}
|
|
@@ -25,7 +25,7 @@ function ListUserOrganizationsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
25
25
|
return json;
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
|
-
'organizations': (json['organizations'].map(
|
|
28
|
+
'organizations': (json['organizations'].map(ListOrganizationElement_1.ListOrganizationElementFromJSON)),
|
|
29
29
|
'nextPageToken': !runtime_1.exists(json, 'nextPageToken') ? undefined : json['nextPageToken'],
|
|
30
30
|
};
|
|
31
31
|
}
|
|
@@ -38,7 +38,7 @@ function ListUserOrganizationsToJSON(value) {
|
|
|
38
38
|
return null;
|
|
39
39
|
}
|
|
40
40
|
return {
|
|
41
|
-
'organizations': (value.organizations.map(
|
|
41
|
+
'organizations': (value.organizations.map(ListOrganizationElement_1.ListOrganizationElementToJSON)),
|
|
42
42
|
'nextPageToken': value.nextPageToken,
|
|
43
43
|
};
|
|
44
44
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { OAuthClientPublicKey } from './';
|
|
12
|
+
import { OAuthClientPublicKey } from './OAuthClientPublicKey';
|
|
13
13
|
/**
|
|
14
14
|
* Represents an OAuth Client
|
|
15
15
|
* @export
|
|
@@ -90,11 +90,11 @@ export interface OAuthClient {
|
|
|
90
90
|
serviceAccountDelegation: boolean;
|
|
91
91
|
/**
|
|
92
92
|
*
|
|
93
|
-
* @type {{ [key: string]:
|
|
93
|
+
* @type {{ [key: string]: any; }}
|
|
94
94
|
* @memberof OAuthClient
|
|
95
95
|
*/
|
|
96
96
|
additionalTokenFields?: {
|
|
97
|
-
[key: string]:
|
|
97
|
+
[key: string]: any;
|
|
98
98
|
} | null;
|
|
99
99
|
}
|
|
100
100
|
export declare function OAuthClientFromJSON(json: any): OAuthClient;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.OAuthClientToJSON = exports.OAuthClientFromJSONTyped = exports.OAuthClientFromJSON = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
-
const
|
|
18
|
+
const OAuthClientPublicKey_1 = require("./OAuthClientPublicKey");
|
|
19
19
|
function OAuthClientFromJSON(json) {
|
|
20
20
|
return OAuthClientFromJSONTyped(json, false);
|
|
21
21
|
}
|
|
@@ -34,7 +34,7 @@ function OAuthClientFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
'grantTypes': json['grantTypes'],
|
|
35
35
|
'scopes': json['scopes'],
|
|
36
36
|
'jwksUri': !runtime_1.exists(json, 'jwksUri') ? undefined : json['jwksUri'],
|
|
37
|
-
'publicKey': !runtime_1.exists(json, 'publicKey') ? undefined :
|
|
37
|
+
'publicKey': !runtime_1.exists(json, 'publicKey') ? undefined : OAuthClientPublicKey_1.OAuthClientPublicKeyFromJSON(json['publicKey']),
|
|
38
38
|
'serviceAccount': json['serviceAccount'],
|
|
39
39
|
'serviceAccountDelegation': json['serviceAccountDelegation'],
|
|
40
40
|
'additionalTokenFields': !runtime_1.exists(json, 'additionalTokenFields') ? undefined : json['additionalTokenFields'],
|
|
@@ -58,7 +58,7 @@ function OAuthClientToJSON(value) {
|
|
|
58
58
|
'grantTypes': value.grantTypes,
|
|
59
59
|
'scopes': value.scopes,
|
|
60
60
|
'jwksUri': value.jwksUri,
|
|
61
|
-
'publicKey':
|
|
61
|
+
'publicKey': OAuthClientPublicKey_1.OAuthClientPublicKeyToJSON(value.publicKey),
|
|
62
62
|
'serviceAccount': value.serviceAccount,
|
|
63
63
|
'serviceAccountDelegation': value.serviceAccountDelegation,
|
|
64
64
|
'additionalTokenFields': value.additionalTokenFields,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,14 +2,16 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { LocalizedString
|
|
12
|
+
import { LocalizedString } from './LocalizedString';
|
|
13
|
+
import { OrganizationPathElement } from './OrganizationPathElement';
|
|
14
|
+
import { OrganizationServicesElement } from './OrganizationServicesElement';
|
|
13
15
|
/**
|
|
14
16
|
*
|
|
15
17
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.OrganizationToJSON = exports.OrganizationFromJSONTyped = exports.OrganizationFromJSON = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
-
const
|
|
18
|
+
const LocalizedString_1 = require("./LocalizedString");
|
|
19
|
+
const OrganizationPathElement_1 = require("./OrganizationPathElement");
|
|
20
|
+
const OrganizationServicesElement_1 = require("./OrganizationServicesElement");
|
|
19
21
|
function OrganizationFromJSON(json) {
|
|
20
22
|
return OrganizationFromJSONTyped(json, false);
|
|
21
23
|
}
|
|
@@ -26,14 +28,14 @@ function OrganizationFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
26
28
|
}
|
|
27
29
|
return {
|
|
28
30
|
'uuid': json['uuid'],
|
|
29
|
-
'name':
|
|
31
|
+
'name': LocalizedString_1.LocalizedStringFromJSON(json['name']),
|
|
30
32
|
'parentUuid': !runtime_1.exists(json, 'parentUuid') ? undefined : json['parentUuid'],
|
|
31
|
-
'path': !runtime_1.exists(json, 'path') ? undefined : (json['path'].map(
|
|
33
|
+
'path': !runtime_1.exists(json, 'path') ? undefined : (json['path'].map(OrganizationPathElement_1.OrganizationPathElementFromJSON)),
|
|
32
34
|
'equisoftConnectProfiles': json['equisoftConnectProfiles'],
|
|
33
35
|
'equisoftPlanProfiles': json['equisoftPlanProfiles'],
|
|
34
36
|
'createdAt': (new Date(json['createdAt'])),
|
|
35
37
|
'modifiedAt': !runtime_1.exists(json, 'modifiedAt') ? undefined : (json['modifiedAt'] === null ? null : new Date(json['modifiedAt'])),
|
|
36
|
-
'services': (json['services'].map(
|
|
38
|
+
'services': (json['services'].map(OrganizationServicesElement_1.OrganizationServicesElementFromJSON)),
|
|
37
39
|
};
|
|
38
40
|
}
|
|
39
41
|
exports.OrganizationFromJSONTyped = OrganizationFromJSONTyped;
|
|
@@ -46,14 +48,14 @@ function OrganizationToJSON(value) {
|
|
|
46
48
|
}
|
|
47
49
|
return {
|
|
48
50
|
'uuid': value.uuid,
|
|
49
|
-
'name':
|
|
51
|
+
'name': LocalizedString_1.LocalizedStringToJSON(value.name),
|
|
50
52
|
'parentUuid': value.parentUuid,
|
|
51
|
-
'path': value.path === undefined ? undefined : (value.path.map(
|
|
53
|
+
'path': value.path === undefined ? undefined : (value.path.map(OrganizationPathElement_1.OrganizationPathElementToJSON)),
|
|
52
54
|
'equisoftConnectProfiles': value.equisoftConnectProfiles,
|
|
53
55
|
'equisoftPlanProfiles': value.equisoftPlanProfiles,
|
|
54
56
|
'createdAt': (value.createdAt.toISOString()),
|
|
55
57
|
'modifiedAt': value.modifiedAt === undefined ? undefined : (value.modifiedAt === null ? null : value.modifiedAt.toISOString()),
|
|
56
|
-
'services': (value.services.map(
|
|
58
|
+
'services': (value.services.map(OrganizationServicesElement_1.OrganizationServicesElementToJSON)),
|
|
57
59
|
};
|
|
58
60
|
}
|
|
59
61
|
exports.OrganizationToJSON = OrganizationToJSON;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.9.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.9.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import { LocalizedString } from './';
|
|
12
|
+
import { LocalizedString } from './LocalizedString';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|