@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).
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ServiceAccessToJSON = exports.ServiceAccessFromJSONTyped = exports.ServiceAccessFromJSON = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
-
const
|
|
18
|
+
const DatabaseState_1 = require("./DatabaseState");
|
|
19
|
+
const ServiceName_1 = require("./ServiceName");
|
|
19
20
|
function ServiceAccessFromJSON(json) {
|
|
20
21
|
return ServiceAccessFromJSONTyped(json, false);
|
|
21
22
|
}
|
|
@@ -25,10 +26,10 @@ function ServiceAccessFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
25
26
|
return json;
|
|
26
27
|
}
|
|
27
28
|
return {
|
|
28
|
-
'serviceName':
|
|
29
|
+
'serviceName': ServiceName_1.ServiceNameFromJSON(json['serviceName']),
|
|
29
30
|
'databaseId': !runtime_1.exists(json, 'databaseId') ? undefined : json['databaseId'],
|
|
30
31
|
'databaseName': !runtime_1.exists(json, 'databaseName') ? undefined : json['databaseName'],
|
|
31
|
-
'databaseState': !runtime_1.exists(json, 'databaseState') ? undefined :
|
|
32
|
+
'databaseState': !runtime_1.exists(json, 'databaseState') ? undefined : DatabaseState_1.DatabaseStateFromJSON(json['databaseState']),
|
|
32
33
|
'userId': !runtime_1.exists(json, 'userId') ? undefined : json['userId'],
|
|
33
34
|
'maxConcurrentAccess': !runtime_1.exists(json, 'maxConcurrentAccess') ? undefined : json['maxConcurrentAccess'],
|
|
34
35
|
};
|
|
@@ -42,10 +43,10 @@ function ServiceAccessToJSON(value) {
|
|
|
42
43
|
return null;
|
|
43
44
|
}
|
|
44
45
|
return {
|
|
45
|
-
'serviceName':
|
|
46
|
+
'serviceName': ServiceName_1.ServiceNameToJSON(value.serviceName),
|
|
46
47
|
'databaseId': value.databaseId,
|
|
47
48
|
'databaseName': value.databaseName,
|
|
48
|
-
'databaseState':
|
|
49
|
+
'databaseState': DatabaseState_1.DatabaseStateToJSON(value.databaseState),
|
|
49
50
|
'userId': value.userId,
|
|
50
51
|
'maxConcurrentAccess': value.maxConcurrentAccess,
|
|
51
52
|
};
|
|
@@ -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 { ServiceAccountStatus } from './';
|
|
12
|
+
import { ServiceAccountStatus } from './ServiceAccountStatus';
|
|
13
13
|
/**
|
|
14
14
|
* Represents a service account
|
|
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.ServiceAccountSchemaToJSON = exports.ServiceAccountSchemaFromJSONTyped = exports.ServiceAccountSchemaFromJSON = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
-
const
|
|
18
|
+
const ServiceAccountStatus_1 = require("./ServiceAccountStatus");
|
|
19
19
|
function ServiceAccountSchemaFromJSON(json) {
|
|
20
20
|
return ServiceAccountSchemaFromJSONTyped(json, false);
|
|
21
21
|
}
|
|
@@ -29,7 +29,7 @@ function ServiceAccountSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
29
29
|
'name': json['name'],
|
|
30
30
|
'clientId': json['clientId'],
|
|
31
31
|
'displayName': json['displayName'],
|
|
32
|
-
'status':
|
|
32
|
+
'status': ServiceAccountStatus_1.ServiceAccountStatusFromJSON(json['status']),
|
|
33
33
|
'createdAt': (new Date(json['createdAt'])),
|
|
34
34
|
'modifiedAt': !runtime_1.exists(json, 'modifiedAt') ? undefined : (json['modifiedAt'] === null ? null : new Date(json['modifiedAt'])),
|
|
35
35
|
};
|
|
@@ -47,7 +47,7 @@ function ServiceAccountSchemaToJSON(value) {
|
|
|
47
47
|
'name': value.name,
|
|
48
48
|
'clientId': value.clientId,
|
|
49
49
|
'displayName': value.displayName,
|
|
50
|
-
'status':
|
|
50
|
+
'status': ServiceAccountStatus_1.ServiceAccountStatusToJSON(value.status),
|
|
51
51
|
'createdAt': (value.createdAt.toISOString()),
|
|
52
52
|
'modifiedAt': value.modifiedAt === undefined ? undefined : (value.modifiedAt === null ? null : value.modifiedAt.toISOString()),
|
|
53
53
|
};
|
|
@@ -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,13 +12,13 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
ENABLED
|
|
19
|
-
DISABLED
|
|
20
|
-
DELETED
|
|
21
|
-
}
|
|
16
|
+
export declare const ServiceAccountStatus: {
|
|
17
|
+
readonly ENABLED: "ENABLED";
|
|
18
|
+
readonly DISABLED: "DISABLED";
|
|
19
|
+
readonly DELETED: "DELETED";
|
|
20
|
+
};
|
|
21
|
+
export declare type ServiceAccountStatus = typeof ServiceAccountStatus[keyof typeof ServiceAccountStatus];
|
|
22
22
|
export declare function ServiceAccountStatusFromJSON(json: any): ServiceAccountStatus;
|
|
23
23
|
export declare function ServiceAccountStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceAccountStatus;
|
|
24
24
|
export declare function ServiceAccountStatusToJSON(value?: ServiceAccountStatus | 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,14 +17,12 @@ exports.ServiceAccountStatusToJSON = exports.ServiceAccountStatusFromJSONTyped =
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(ServiceAccountStatus = exports.ServiceAccountStatus || (exports.ServiceAccountStatus = {}));
|
|
21
|
+
exports.ServiceAccountStatus = {
|
|
22
|
+
ENABLED: 'ENABLED',
|
|
23
|
+
DISABLED: 'DISABLED',
|
|
24
|
+
DELETED: 'DELETED'
|
|
25
|
+
};
|
|
28
26
|
function ServiceAccountStatusFromJSON(json) {
|
|
29
27
|
return ServiceAccountStatusFromJSONTyped(json, false);
|
|
30
28
|
}
|
|
@@ -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,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,15 +12,15 @@
|
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
EQUISOFT_CONNECT
|
|
19
|
-
EQUISOFT_PLAN
|
|
20
|
-
EQUISOFT_ANALYZE_FOR_ADVISORS
|
|
21
|
-
CPANEL
|
|
22
|
-
CPANEL2
|
|
23
|
-
}
|
|
16
|
+
export declare const ServiceName: {
|
|
17
|
+
readonly EQUISOFT_CONNECT: "EQUISOFT_CONNECT";
|
|
18
|
+
readonly EQUISOFT_PLAN: "EQUISOFT_PLAN";
|
|
19
|
+
readonly EQUISOFT_ANALYZE_FOR_ADVISORS: "EQUISOFT_ANALYZE_FOR_ADVISORS";
|
|
20
|
+
readonly CPANEL: "CPANEL";
|
|
21
|
+
readonly CPANEL2: "CPANEL2";
|
|
22
|
+
};
|
|
23
|
+
export declare type ServiceName = typeof ServiceName[keyof typeof ServiceName];
|
|
24
24
|
export declare function ServiceNameFromJSON(json: any): ServiceName;
|
|
25
25
|
export declare function ServiceNameFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceName;
|
|
26
26
|
export declare function ServiceNameToJSON(value?: ServiceName | 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,16 +17,14 @@ exports.ServiceNameToJSON = exports.ServiceNameFromJSONTyped = exports.ServiceNa
|
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})(ServiceName = exports.ServiceName || (exports.ServiceName = {}));
|
|
21
|
+
exports.ServiceName = {
|
|
22
|
+
EQUISOFT_CONNECT: 'EQUISOFT_CONNECT',
|
|
23
|
+
EQUISOFT_PLAN: 'EQUISOFT_PLAN',
|
|
24
|
+
EQUISOFT_ANALYZE_FOR_ADVISORS: 'EQUISOFT_ANALYZE_FOR_ADVISORS',
|
|
25
|
+
CPANEL: 'CPANEL',
|
|
26
|
+
CPANEL2: 'CPANEL2'
|
|
27
|
+
};
|
|
30
28
|
function ServiceNameFromJSON(json) {
|
|
31
29
|
return ServiceNameFromJSONTyped(json, false);
|
|
32
30
|
}
|
package/dist/models/Session.d.ts
CHANGED
|
@@ -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 { SessionState
|
|
12
|
+
import { SessionState } from './SessionState';
|
|
13
|
+
import { SsoProvider } from './SsoProvider';
|
|
14
|
+
import { User } from './User';
|
|
13
15
|
/**
|
|
14
16
|
*
|
|
15
17
|
* @export
|
package/dist/models/Session.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).
|
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.SessionToJSON = exports.SessionFromJSONTyped = exports.SessionFromJSON = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
-
const
|
|
18
|
+
const SessionState_1 = require("./SessionState");
|
|
19
|
+
const SsoProvider_1 = require("./SsoProvider");
|
|
20
|
+
const User_1 = require("./User");
|
|
19
21
|
function SessionFromJSON(json) {
|
|
20
22
|
return SessionFromJSONTyped(json, false);
|
|
21
23
|
}
|
|
@@ -26,14 +28,14 @@ function SessionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
26
28
|
}
|
|
27
29
|
return {
|
|
28
30
|
'sessionId': json['sessionId'],
|
|
29
|
-
'state':
|
|
31
|
+
'state': SessionState_1.SessionStateFromJSON(json['state']),
|
|
30
32
|
'created': (new Date(json['created'])),
|
|
31
33
|
'suspend': (new Date(json['suspend'])),
|
|
32
34
|
'expire': (new Date(json['expire'])),
|
|
33
35
|
'cookieDomain': !runtime_1.exists(json, 'cookieDomain') ? undefined : json['cookieDomain'],
|
|
34
|
-
'user':
|
|
35
|
-
'actor': !runtime_1.exists(json, 'actor') ? undefined :
|
|
36
|
-
'sso': !runtime_1.exists(json, 'sso') ? undefined :
|
|
36
|
+
'user': User_1.UserFromJSON(json['user']),
|
|
37
|
+
'actor': !runtime_1.exists(json, 'actor') ? undefined : User_1.UserFromJSON(json['actor']),
|
|
38
|
+
'sso': !runtime_1.exists(json, 'sso') ? undefined : SsoProvider_1.SsoProviderFromJSON(json['sso']),
|
|
37
39
|
'enabledForEquisoftConnect': json['enabledForEquisoftConnect'],
|
|
38
40
|
'mobile': json['mobile'],
|
|
39
41
|
};
|
|
@@ -48,14 +50,14 @@ function SessionToJSON(value) {
|
|
|
48
50
|
}
|
|
49
51
|
return {
|
|
50
52
|
'sessionId': value.sessionId,
|
|
51
|
-
'state':
|
|
53
|
+
'state': SessionState_1.SessionStateToJSON(value.state),
|
|
52
54
|
'created': (value.created.toISOString()),
|
|
53
55
|
'suspend': (value.suspend.toISOString()),
|
|
54
56
|
'expire': (value.expire.toISOString()),
|
|
55
57
|
'cookieDomain': value.cookieDomain,
|
|
56
|
-
'user':
|
|
57
|
-
'actor':
|
|
58
|
-
'sso':
|
|
58
|
+
'user': User_1.UserToJSON(value.user),
|
|
59
|
+
'actor': User_1.UserToJSON(value.actor),
|
|
60
|
+
'sso': SsoProvider_1.SsoProviderToJSON(value.sso),
|
|
59
61
|
'enabledForEquisoftConnect': value.enabledForEquisoftConnect,
|
|
60
62
|
'mobile': value.mobile,
|
|
61
63
|
};
|
|
@@ -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 { SsoProvider } from './';
|
|
12
|
+
import { SsoProvider } from './SsoProvider';
|
|
13
13
|
/**
|
|
14
14
|
* Data needed for the creation of a user session.
|
|
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.SessionPayloadToJSON = exports.SessionPayloadFromJSONTyped = exports.SessionPayloadFromJSON = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
-
const
|
|
18
|
+
const SsoProvider_1 = require("./SsoProvider");
|
|
19
19
|
function SessionPayloadFromJSON(json) {
|
|
20
20
|
return SessionPayloadFromJSONTyped(json, false);
|
|
21
21
|
}
|
|
@@ -27,7 +27,7 @@ function SessionPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
27
27
|
return {
|
|
28
28
|
'userUuid': json['userUuid'],
|
|
29
29
|
'enable': json['enable'],
|
|
30
|
-
'sso': !runtime_1.exists(json, 'sso') ? undefined :
|
|
30
|
+
'sso': !runtime_1.exists(json, 'sso') ? undefined : SsoProvider_1.SsoProviderFromJSON(json['sso']),
|
|
31
31
|
'publicComputer': !runtime_1.exists(json, 'publicComputer') ? undefined : json['publicComputer'],
|
|
32
32
|
'mobileDevice': !runtime_1.exists(json, 'mobileDevice') ? undefined : json['mobileDevice'],
|
|
33
33
|
'cookieDomain': !runtime_1.exists(json, 'cookieDomain') ? undefined : json['cookieDomain'],
|
|
@@ -44,7 +44,7 @@ function SessionPayloadToJSON(value) {
|
|
|
44
44
|
return {
|
|
45
45
|
'userUuid': value.userUuid,
|
|
46
46
|
'enable': value.enable,
|
|
47
|
-
'sso':
|
|
47
|
+
'sso': SsoProvider_1.SsoProviderToJSON(value.sso),
|
|
48
48
|
'publicComputer': value.publicComputer,
|
|
49
49
|
'mobileDevice': value.mobileDevice,
|
|
50
50
|
'cookieDomain': value.cookieDomain,
|
|
@@ -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).
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
* * `EXPIRED` - Session is expired.
|
|
18
18
|
* * `DELETED` - Session exists but is soft-deleted (Not implemented yet).
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
export declare
|
|
23
|
-
NEW
|
|
24
|
-
ENABLED
|
|
25
|
-
SUSPENDED
|
|
26
|
-
EXPIRED
|
|
27
|
-
DELETED
|
|
28
|
-
}
|
|
21
|
+
export declare const SessionState: {
|
|
22
|
+
readonly NEW: "NEW";
|
|
23
|
+
readonly ENABLED: "ENABLED";
|
|
24
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
25
|
+
readonly EXPIRED: "EXPIRED";
|
|
26
|
+
readonly DELETED: "DELETED";
|
|
27
|
+
};
|
|
28
|
+
export declare type SessionState = typeof SessionState[keyof typeof SessionState];
|
|
29
29
|
export declare function SessionStateFromJSON(json: any): SessionState;
|
|
30
30
|
export declare function SessionStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionState;
|
|
31
31
|
export declare function SessionStateToJSON(value?: SessionState | 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).
|
|
@@ -22,16 +22,14 @@ exports.SessionStateToJSON = exports.SessionStateFromJSONTyped = exports.Session
|
|
|
22
22
|
* * `EXPIRED` - Session is expired.
|
|
23
23
|
* * `DELETED` - Session exists but is soft-deleted (Not implemented yet).
|
|
24
24
|
* @export
|
|
25
|
-
* @enum {string}
|
|
26
25
|
*/
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
})(SessionState = exports.SessionState || (exports.SessionState = {}));
|
|
26
|
+
exports.SessionState = {
|
|
27
|
+
NEW: 'NEW',
|
|
28
|
+
ENABLED: 'ENABLED',
|
|
29
|
+
SUSPENDED: 'SUSPENDED',
|
|
30
|
+
EXPIRED: 'EXPIRED',
|
|
31
|
+
DELETED: 'DELETED'
|
|
32
|
+
};
|
|
35
33
|
function SessionStateFromJSON(json) {
|
|
36
34
|
return SessionStateFromJSONTyped(json, false);
|
|
37
35
|
}
|
|
@@ -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).
|
package/dist/models/SsoToken.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,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,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).
|
package/dist/models/User.d.ts
CHANGED
|
@@ -2,14 +2,18 @@
|
|
|
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 { ServiceAccess
|
|
12
|
+
import { ServiceAccess } from './ServiceAccess';
|
|
13
|
+
import { UserAgreement } from './UserAgreement';
|
|
14
|
+
import { UserServiceAssociation } from './UserServiceAssociation';
|
|
15
|
+
import { UserSsoProvider } from './UserSsoProvider';
|
|
16
|
+
import { UserState } from './UserState';
|
|
13
17
|
/**
|
|
14
18
|
*
|
|
15
19
|
* @export
|