@equisoft/account-service-sdk-typescript 7.3.1-snapshot.20240719141347 → 7.5.1-snapshot.20241129221844
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/VERSION +1 -1
- package/.tool-versions +2 -2
- package/README.md +5 -4
- package/dist/apis/OAuthApi.d.ts +1 -1
- package/dist/apis/OAuthApi.js +10 -10
- package/dist/apis/OrganizationApi.d.ts +1 -1
- package/dist/apis/OrganizationApi.js +132 -132
- package/dist/apis/PermissionApi.d.ts +1 -1
- package/dist/apis/PermissionApi.js +7 -7
- package/dist/apis/RoleApi.d.ts +1 -1
- package/dist/apis/RoleApi.js +4 -4
- package/dist/apis/ServiceAccountApi.d.ts +1 -1
- package/dist/apis/ServiceAccountApi.js +23 -23
- package/dist/apis/SessionApi.d.ts +1 -1
- package/dist/apis/SessionApi.js +49 -49
- package/dist/apis/UserApi.d.ts +1 -1
- package/dist/apis/UserApi.js +159 -159
- package/dist/esm/apis/OAuthApi.d.ts +1 -1
- package/dist/esm/apis/OAuthApi.js +10 -10
- package/dist/esm/apis/OrganizationApi.d.ts +1 -1
- package/dist/esm/apis/OrganizationApi.js +132 -132
- package/dist/esm/apis/PermissionApi.d.ts +1 -1
- package/dist/esm/apis/PermissionApi.js +7 -7
- package/dist/esm/apis/RoleApi.d.ts +1 -1
- package/dist/esm/apis/RoleApi.js +4 -4
- package/dist/esm/apis/ServiceAccountApi.d.ts +1 -1
- package/dist/esm/apis/ServiceAccountApi.js +23 -23
- package/dist/esm/apis/SessionApi.d.ts +1 -1
- package/dist/esm/apis/SessionApi.js +49 -49
- package/dist/esm/apis/UserApi.d.ts +1 -1
- package/dist/esm/apis/UserApi.js +159 -159
- package/dist/esm/models/ApplyPermissionsPayload.d.ts +2 -2
- package/dist/esm/models/ApplyPermissionsPayload.js +11 -13
- package/dist/esm/models/AuthenticationUserAccount.d.ts +2 -2
- package/dist/esm/models/AuthenticationUserAccount.js +23 -21
- package/dist/esm/models/CreateOrUpdateOAuthClientPayload.d.ts +2 -2
- package/dist/esm/models/CreateOrUpdateOAuthClientPayload.js +30 -34
- package/dist/esm/models/CreateOrUpdateOrganizationPayload.d.ts +3 -3
- package/dist/esm/models/CreateOrUpdateOrganizationPayload.js +18 -21
- package/dist/esm/models/CreateOrUpdatePermissionPayload.d.ts +2 -2
- package/dist/esm/models/CreateOrUpdatePermissionPayload.js +8 -11
- package/dist/esm/models/CreateOrganizationPayload.d.ts +3 -3
- package/dist/esm/models/CreateOrganizationPayload.js +17 -21
- package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.d.ts +2 -2
- package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.js +7 -12
- package/dist/esm/models/CreateOrganizationUserServicePayload.d.ts +2 -2
- package/dist/esm/models/CreateOrganizationUserServicePayload.js +7 -12
- package/dist/esm/models/CreateRole.d.ts +2 -2
- package/dist/esm/models/CreateRole.js +11 -13
- package/dist/esm/models/CreateUserAccountPayload.d.ts +3 -3
- package/dist/esm/models/CreateUserAccountPayload.js +40 -39
- package/dist/esm/models/CreateUserAccountServiceAssociation.d.ts +2 -2
- package/dist/esm/models/CreateUserAccountServiceAssociation.js +13 -16
- package/dist/esm/models/DatabaseState.d.ts +2 -1
- package/dist/esm/models/DatabaseState.js +11 -1
- package/dist/esm/models/EnableEquisoftConnectPayload.d.ts +2 -2
- package/dist/esm/models/EnableEquisoftConnectPayload.js +7 -12
- package/dist/esm/models/ErrorMessage.d.ts +2 -1
- package/dist/esm/models/ErrorMessage.js +11 -1
- package/dist/esm/models/ErrorPayload.d.ts +2 -2
- package/dist/esm/models/ErrorPayload.js +10 -14
- package/dist/esm/models/Id.d.ts +2 -2
- package/dist/esm/models/Id.js +11 -13
- package/dist/esm/models/ImpersonatePayload.d.ts +2 -2
- package/dist/esm/models/ImpersonatePayload.js +8 -11
- package/dist/esm/models/LegacyRoleSchema.d.ts +2 -2
- package/dist/esm/models/LegacyRoleSchema.js +11 -13
- package/dist/esm/models/ListOrganizationElement.d.ts +2 -2
- package/dist/esm/models/ListOrganizationElement.js +19 -20
- package/dist/esm/models/ListUserOrganizations.d.ts +2 -2
- package/dist/esm/models/ListUserOrganizations.js +10 -14
- package/dist/esm/models/LocalizedString.d.ts +2 -2
- package/dist/esm/models/LocalizedString.js +11 -13
- package/dist/esm/models/LoginPayload.d.ts +2 -2
- package/dist/esm/models/LoginPayload.js +11 -13
- package/dist/esm/models/NewPasswordPayload.d.ts +2 -2
- package/dist/esm/models/NewPasswordPayload.js +8 -11
- package/dist/esm/models/OAuthClient.d.ts +2 -2
- package/dist/esm/models/OAuthClient.js +41 -36
- package/dist/esm/models/OAuthClientCreated.d.ts +2 -2
- package/dist/esm/models/OAuthClientCreated.js +8 -11
- package/dist/esm/models/OAuthClientPublicKey.d.ts +2 -2
- package/dist/esm/models/OAuthClientPublicKey.js +11 -13
- package/dist/esm/models/Organization.d.ts +3 -3
- package/dist/esm/models/Organization.js +33 -31
- package/dist/esm/models/OrganizationCreated.d.ts +2 -2
- package/dist/esm/models/OrganizationCreated.js +8 -11
- package/dist/esm/models/OrganizationPathElement.d.ts +2 -2
- package/dist/esm/models/OrganizationPathElement.js +11 -13
- package/dist/esm/models/OrganizationRoleAttribution.d.ts +2 -2
- package/dist/esm/models/OrganizationRoleAttribution.js +11 -13
- package/dist/esm/models/OrganizationRoleAttributionPermission.d.ts +2 -2
- package/dist/esm/models/OrganizationRoleAttributionPermission.js +11 -13
- package/dist/esm/models/OrganizationRoleAttributionRole.d.ts +3 -3
- package/dist/esm/models/OrganizationRoleAttributionRole.js +15 -16
- package/dist/esm/models/OrganizationRoleAttributionUser.d.ts +2 -2
- package/dist/esm/models/OrganizationRoleAttributionUser.js +17 -17
- package/dist/esm/models/OrganizationRoleAttributions.d.ts +2 -2
- package/dist/esm/models/OrganizationRoleAttributions.js +8 -11
- package/dist/esm/models/OrganizationServiceProfile.d.ts +2 -2
- package/dist/esm/models/OrganizationServiceProfile.js +11 -13
- package/dist/esm/models/OrganizationServicesElement.d.ts +2 -2
- package/dist/esm/models/OrganizationServicesElement.js +10 -14
- package/dist/esm/models/OrganizationSsoProvider.d.ts +2 -2
- package/dist/esm/models/OrganizationSsoProvider.js +11 -13
- package/dist/esm/models/OrganizationUserServiceAssociation.d.ts +2 -2
- package/dist/esm/models/OrganizationUserServiceAssociation.js +13 -16
- package/dist/esm/models/PasswordPolicy.d.ts +2 -2
- package/dist/esm/models/PasswordPolicy.js +29 -25
- package/dist/esm/models/PermissionCode.d.ts +2 -2
- package/dist/esm/models/PermissionCode.js +8 -11
- package/dist/esm/models/PermissionCreated.d.ts +2 -2
- package/dist/esm/models/PermissionCreated.js +8 -11
- package/dist/esm/models/PermissionList.d.ts +2 -2
- package/dist/esm/models/PermissionList.js +8 -11
- package/dist/esm/models/PermissionResourceType.d.ts +2 -1
- package/dist/esm/models/PermissionResourceType.js +11 -1
- package/dist/esm/models/Role.d.ts +2 -2
- package/dist/esm/models/Role.js +14 -15
- package/dist/esm/models/RoleCreated.d.ts +2 -2
- package/dist/esm/models/RoleCreated.js +14 -15
- package/dist/esm/models/RolesOnOrganization.d.ts +4 -4
- package/dist/esm/models/RolesOnOrganization.js +22 -21
- package/dist/esm/models/SendResetPasswordLinkPayload.d.ts +2 -2
- package/dist/esm/models/SendResetPasswordLinkPayload.js +9 -14
- package/dist/esm/models/SendSignupInvitationPayload.d.ts +2 -2
- package/dist/esm/models/SendSignupInvitationPayload.js +25 -26
- package/dist/esm/models/ServiceAccess.d.ts +2 -2
- package/dist/esm/models/ServiceAccess.js +18 -22
- package/dist/esm/models/ServiceAccountCreationSchema.d.ts +2 -2
- package/dist/esm/models/ServiceAccountCreationSchema.js +20 -19
- package/dist/esm/models/ServiceAccountSchema.d.ts +2 -2
- package/dist/esm/models/ServiceAccountSchema.js +28 -26
- package/dist/esm/models/ServiceAccountStatus.d.ts +2 -1
- package/dist/esm/models/ServiceAccountStatus.js +11 -1
- package/dist/esm/models/ServiceAccountUpdateSchema.d.ts +2 -2
- package/dist/esm/models/ServiceAccountUpdateSchema.js +13 -18
- package/dist/esm/models/ServiceAccountUuidSchema.d.ts +2 -2
- package/dist/esm/models/ServiceAccountUuidSchema.js +8 -11
- package/dist/esm/models/ServiceName.d.ts +2 -1
- package/dist/esm/models/ServiceName.js +11 -1
- package/dist/esm/models/Session.d.ts +3 -3
- package/dist/esm/models/Session.js +36 -33
- package/dist/esm/models/SessionPayload.d.ts +2 -2
- package/dist/esm/models/SessionPayload.js +19 -22
- package/dist/esm/models/SessionPolicy.d.ts +2 -2
- package/dist/esm/models/SessionPolicy.js +9 -14
- package/dist/esm/models/SessionState.d.ts +2 -1
- package/dist/esm/models/SessionState.js +11 -1
- package/dist/esm/models/SetPasswordByConfirmationHashPayload.d.ts +2 -2
- package/dist/esm/models/SetPasswordByConfirmationHashPayload.js +8 -11
- package/dist/esm/models/SetUserAccountPasswordPayload.d.ts +2 -2
- package/dist/esm/models/SetUserAccountPasswordPayload.js +13 -16
- package/dist/esm/models/SsoProvider.d.ts +2 -2
- package/dist/esm/models/SsoProvider.js +11 -13
- package/dist/esm/models/SsoToken.d.ts +2 -2
- package/dist/esm/models/SsoToken.js +11 -13
- package/dist/esm/models/UpdateOwnerOrganizationPayload.d.ts +2 -2
- package/dist/esm/models/UpdateOwnerOrganizationPayload.js +8 -11
- package/dist/esm/models/UpdateParentOrganizationPayload.d.ts +2 -2
- package/dist/esm/models/UpdateParentOrganizationPayload.js +8 -11
- package/dist/esm/models/UpdateUserAccountPayload.d.ts +2 -2
- package/dist/esm/models/UpdateUserAccountPayload.js +17 -20
- package/dist/esm/models/UpdateUserAccountSsoPayload.d.ts +2 -2
- package/dist/esm/models/UpdateUserAccountSsoPayload.js +10 -14
- package/dist/esm/models/UpsertServicePayload.d.ts +2 -2
- package/dist/esm/models/UpsertServicePayload.js +7 -12
- package/dist/esm/models/User.d.ts +5 -5
- package/dist/esm/models/User.js +71 -61
- package/dist/esm/models/UserAccountOrganizationRoles.d.ts +3 -3
- package/dist/esm/models/UserAccountOrganizationRoles.js +15 -16
- package/dist/esm/models/UserAccountPermission.d.ts +2 -2
- package/dist/esm/models/UserAccountPermission.js +11 -13
- package/dist/esm/models/UserAccountRole.d.ts +2 -2
- package/dist/esm/models/UserAccountRole.js +11 -13
- package/dist/esm/models/UserAccountRoleAttributions.d.ts +2 -2
- package/dist/esm/models/UserAccountRoleAttributions.js +8 -11
- package/dist/esm/models/UserAccountSearchResult.d.ts +6 -6
- package/dist/esm/models/UserAccountSearchResult.js +68 -59
- package/dist/esm/models/UserAgreement.d.ts +2 -2
- package/dist/esm/models/UserAgreement.js +8 -11
- package/dist/esm/models/UserAgreementState.d.ts +2 -1
- package/dist/esm/models/UserAgreementState.js +11 -1
- package/dist/esm/models/UserPermissions.d.ts +3 -3
- package/dist/esm/models/UserPermissions.js +12 -14
- package/dist/esm/models/UserServiceAssociation.d.ts +2 -2
- package/dist/esm/models/UserServiceAssociation.js +18 -20
- package/dist/esm/models/UserSsoProvider.d.ts +2 -2
- package/dist/esm/models/UserSsoProvider.js +8 -11
- package/dist/esm/models/UserState.d.ts +2 -1
- package/dist/esm/models/UserState.js +11 -1
- package/dist/esm/models/UserUuid.d.ts +2 -2
- package/dist/esm/models/UserUuid.js +8 -11
- package/dist/esm/runtime.d.ts +3 -4
- package/dist/esm/runtime.js +1 -5
- package/dist/models/ApplyPermissionsPayload.d.ts +2 -2
- package/dist/models/ApplyPermissionsPayload.js +15 -18
- package/dist/models/AuthenticationUserAccount.d.ts +2 -2
- package/dist/models/AuthenticationUserAccount.js +27 -26
- package/dist/models/CreateOrUpdateOAuthClientPayload.d.ts +2 -2
- package/dist/models/CreateOrUpdateOAuthClientPayload.js +34 -39
- package/dist/models/CreateOrUpdateOrganizationPayload.d.ts +3 -3
- package/dist/models/CreateOrUpdateOrganizationPayload.js +22 -26
- package/dist/models/CreateOrUpdatePermissionPayload.d.ts +2 -2
- package/dist/models/CreateOrUpdatePermissionPayload.js +12 -16
- package/dist/models/CreateOrganizationPayload.d.ts +3 -3
- package/dist/models/CreateOrganizationPayload.js +21 -26
- package/dist/models/CreateOrganizationUserServiceOptionPayload.d.ts +2 -2
- package/dist/models/CreateOrganizationUserServiceOptionPayload.js +11 -17
- package/dist/models/CreateOrganizationUserServicePayload.d.ts +2 -2
- package/dist/models/CreateOrganizationUserServicePayload.js +11 -17
- package/dist/models/CreateRole.d.ts +2 -2
- package/dist/models/CreateRole.js +15 -18
- package/dist/models/CreateUserAccountPayload.d.ts +3 -3
- package/dist/models/CreateUserAccountPayload.js +44 -44
- package/dist/models/CreateUserAccountServiceAssociation.d.ts +2 -2
- package/dist/models/CreateUserAccountServiceAssociation.js +17 -21
- package/dist/models/DatabaseState.d.ts +2 -1
- package/dist/models/DatabaseState.js +16 -5
- package/dist/models/EnableEquisoftConnectPayload.d.ts +2 -2
- package/dist/models/EnableEquisoftConnectPayload.js +11 -17
- package/dist/models/ErrorMessage.d.ts +2 -1
- package/dist/models/ErrorMessage.js +16 -5
- package/dist/models/ErrorPayload.d.ts +2 -2
- package/dist/models/ErrorPayload.js +14 -19
- package/dist/models/Id.d.ts +2 -2
- package/dist/models/Id.js +15 -18
- package/dist/models/ImpersonatePayload.d.ts +2 -2
- package/dist/models/ImpersonatePayload.js +12 -16
- package/dist/models/LegacyRoleSchema.d.ts +2 -2
- package/dist/models/LegacyRoleSchema.js +15 -18
- package/dist/models/ListOrganizationElement.d.ts +2 -2
- package/dist/models/ListOrganizationElement.js +23 -25
- package/dist/models/ListUserOrganizations.d.ts +2 -2
- package/dist/models/ListUserOrganizations.js +14 -19
- package/dist/models/LocalizedString.d.ts +2 -2
- package/dist/models/LocalizedString.js +15 -18
- package/dist/models/LoginPayload.d.ts +2 -2
- package/dist/models/LoginPayload.js +15 -18
- package/dist/models/NewPasswordPayload.d.ts +2 -2
- package/dist/models/NewPasswordPayload.js +12 -16
- package/dist/models/OAuthClient.d.ts +2 -2
- package/dist/models/OAuthClient.js +45 -41
- package/dist/models/OAuthClientCreated.d.ts +2 -2
- package/dist/models/OAuthClientCreated.js +12 -16
- package/dist/models/OAuthClientPublicKey.d.ts +2 -2
- package/dist/models/OAuthClientPublicKey.js +15 -18
- package/dist/models/Organization.d.ts +3 -3
- package/dist/models/Organization.js +37 -36
- package/dist/models/OrganizationCreated.d.ts +2 -2
- package/dist/models/OrganizationCreated.js +12 -16
- package/dist/models/OrganizationPathElement.d.ts +2 -2
- package/dist/models/OrganizationPathElement.js +15 -18
- package/dist/models/OrganizationRoleAttribution.d.ts +2 -2
- package/dist/models/OrganizationRoleAttribution.js +15 -18
- package/dist/models/OrganizationRoleAttributionPermission.d.ts +2 -2
- package/dist/models/OrganizationRoleAttributionPermission.js +15 -18
- package/dist/models/OrganizationRoleAttributionRole.d.ts +3 -3
- package/dist/models/OrganizationRoleAttributionRole.js +19 -21
- package/dist/models/OrganizationRoleAttributionUser.d.ts +2 -2
- package/dist/models/OrganizationRoleAttributionUser.js +21 -22
- package/dist/models/OrganizationRoleAttributions.d.ts +2 -2
- package/dist/models/OrganizationRoleAttributions.js +12 -16
- package/dist/models/OrganizationServiceProfile.d.ts +2 -2
- package/dist/models/OrganizationServiceProfile.js +15 -18
- package/dist/models/OrganizationServicesElement.d.ts +2 -2
- package/dist/models/OrganizationServicesElement.js +14 -19
- package/dist/models/OrganizationSsoProvider.d.ts +2 -2
- package/dist/models/OrganizationSsoProvider.js +15 -18
- package/dist/models/OrganizationUserServiceAssociation.d.ts +2 -2
- package/dist/models/OrganizationUserServiceAssociation.js +17 -21
- package/dist/models/PasswordPolicy.d.ts +2 -2
- package/dist/models/PasswordPolicy.js +33 -30
- package/dist/models/PermissionCode.d.ts +2 -2
- package/dist/models/PermissionCode.js +12 -16
- package/dist/models/PermissionCreated.d.ts +2 -2
- package/dist/models/PermissionCreated.js +12 -16
- package/dist/models/PermissionList.d.ts +2 -2
- package/dist/models/PermissionList.js +12 -16
- package/dist/models/PermissionResourceType.d.ts +2 -1
- package/dist/models/PermissionResourceType.js +16 -5
- package/dist/models/Role.d.ts +2 -2
- package/dist/models/Role.js +18 -20
- package/dist/models/RoleCreated.d.ts +2 -2
- package/dist/models/RoleCreated.js +18 -20
- package/dist/models/RolesOnOrganization.d.ts +4 -4
- package/dist/models/RolesOnOrganization.js +26 -26
- package/dist/models/SendResetPasswordLinkPayload.d.ts +2 -2
- package/dist/models/SendResetPasswordLinkPayload.js +13 -19
- package/dist/models/SendSignupInvitationPayload.d.ts +2 -2
- package/dist/models/SendSignupInvitationPayload.js +29 -31
- package/dist/models/ServiceAccess.d.ts +2 -2
- package/dist/models/ServiceAccess.js +22 -27
- package/dist/models/ServiceAccountCreationSchema.d.ts +2 -2
- package/dist/models/ServiceAccountCreationSchema.js +24 -24
- package/dist/models/ServiceAccountSchema.d.ts +2 -2
- package/dist/models/ServiceAccountSchema.js +32 -31
- package/dist/models/ServiceAccountStatus.d.ts +2 -1
- package/dist/models/ServiceAccountStatus.js +16 -5
- package/dist/models/ServiceAccountUpdateSchema.d.ts +2 -2
- package/dist/models/ServiceAccountUpdateSchema.js +17 -23
- package/dist/models/ServiceAccountUuidSchema.d.ts +2 -2
- package/dist/models/ServiceAccountUuidSchema.js +12 -16
- package/dist/models/ServiceName.d.ts +2 -1
- package/dist/models/ServiceName.js +16 -5
- package/dist/models/Session.d.ts +3 -3
- package/dist/models/Session.js +40 -38
- package/dist/models/SessionPayload.d.ts +2 -2
- package/dist/models/SessionPayload.js +23 -27
- package/dist/models/SessionPolicy.d.ts +2 -2
- package/dist/models/SessionPolicy.js +13 -19
- package/dist/models/SessionState.d.ts +2 -1
- package/dist/models/SessionState.js +16 -5
- package/dist/models/SetPasswordByConfirmationHashPayload.d.ts +2 -2
- package/dist/models/SetPasswordByConfirmationHashPayload.js +12 -16
- package/dist/models/SetUserAccountPasswordPayload.d.ts +2 -2
- package/dist/models/SetUserAccountPasswordPayload.js +17 -21
- package/dist/models/SsoProvider.d.ts +2 -2
- package/dist/models/SsoProvider.js +15 -18
- package/dist/models/SsoToken.d.ts +2 -2
- package/dist/models/SsoToken.js +15 -18
- package/dist/models/UpdateOwnerOrganizationPayload.d.ts +2 -2
- package/dist/models/UpdateOwnerOrganizationPayload.js +12 -16
- package/dist/models/UpdateParentOrganizationPayload.d.ts +2 -2
- package/dist/models/UpdateParentOrganizationPayload.js +12 -16
- package/dist/models/UpdateUserAccountPayload.d.ts +2 -2
- package/dist/models/UpdateUserAccountPayload.js +21 -25
- package/dist/models/UpdateUserAccountSsoPayload.d.ts +2 -2
- package/dist/models/UpdateUserAccountSsoPayload.js +14 -19
- package/dist/models/UpsertServicePayload.d.ts +2 -2
- package/dist/models/UpsertServicePayload.js +11 -17
- package/dist/models/User.d.ts +5 -5
- package/dist/models/User.js +75 -66
- package/dist/models/UserAccountOrganizationRoles.d.ts +3 -3
- package/dist/models/UserAccountOrganizationRoles.js +19 -21
- package/dist/models/UserAccountPermission.d.ts +2 -2
- package/dist/models/UserAccountPermission.js +15 -18
- package/dist/models/UserAccountRole.d.ts +2 -2
- package/dist/models/UserAccountRole.js +15 -18
- package/dist/models/UserAccountRoleAttributions.d.ts +2 -2
- package/dist/models/UserAccountRoleAttributions.js +12 -16
- package/dist/models/UserAccountSearchResult.d.ts +6 -6
- package/dist/models/UserAccountSearchResult.js +72 -64
- package/dist/models/UserAgreement.d.ts +2 -2
- package/dist/models/UserAgreement.js +12 -16
- package/dist/models/UserAgreementState.d.ts +2 -1
- package/dist/models/UserAgreementState.js +16 -5
- package/dist/models/UserPermissions.d.ts +3 -3
- package/dist/models/UserPermissions.js +16 -19
- package/dist/models/UserServiceAssociation.d.ts +2 -2
- package/dist/models/UserServiceAssociation.js +22 -25
- package/dist/models/UserSsoProvider.d.ts +2 -2
- package/dist/models/UserSsoProvider.js +12 -16
- package/dist/models/UserState.d.ts +2 -1
- package/dist/models/UserState.js +16 -5
- package/dist/models/UserUuid.d.ts +2 -2
- package/dist/models/UserUuid.js +12 -16
- package/dist/runtime.d.ts +3 -4
- package/dist/runtime.js +5 -10
- package/package.json +2 -2
- package/src/apis/OAuthApi.ts +19 -10
- package/src/apis/OrganizationApi.ts +273 -132
- package/src/apis/PermissionApi.ts +13 -7
- package/src/apis/RoleApi.ts +7 -4
- package/src/apis/ServiceAccountApi.ts +39 -21
- package/src/apis/SessionApi.ts +97 -49
- package/src/apis/UserApi.ts +307 -157
- package/src/models/ApplyPermissionsPayload.ts +11 -16
- package/src/models/AuthenticationUserAccount.ts +19 -24
- package/src/models/CreateOrUpdateOAuthClientPayload.ts +31 -36
- package/src/models/CreateOrUpdateOrganizationPayload.ts +23 -28
- package/src/models/CreateOrUpdatePermissionPayload.ts +9 -14
- package/src/models/CreateOrganizationPayload.ts +23 -28
- package/src/models/CreateOrganizationUserServiceOptionPayload.ts +9 -14
- package/src/models/CreateOrganizationUserServicePayload.ts +9 -14
- package/src/models/CreateRole.ts +11 -16
- package/src/models/CreateUserAccountPayload.ts +41 -46
- package/src/models/CreateUserAccountServiceAssociation.ts +13 -18
- package/src/models/DatabaseState.ts +12 -1
- package/src/models/EnableEquisoftConnectPayload.ts +9 -14
- package/src/models/ErrorMessage.ts +12 -1
- package/src/models/ErrorPayload.ts +11 -16
- package/src/models/Id.ts +11 -16
- package/src/models/ImpersonatePayload.ts +9 -14
- package/src/models/LegacyRoleSchema.ts +11 -16
- package/src/models/ListOrganizationElement.ts +17 -22
- package/src/models/ListUserOrganizations.ts +11 -16
- package/src/models/LocalizedString.ts +11 -16
- package/src/models/LoginPayload.ts +11 -16
- package/src/models/NewPasswordPayload.ts +9 -14
- package/src/models/OAuthClient.ts +33 -38
- package/src/models/OAuthClientCreated.ts +9 -14
- package/src/models/OAuthClientPublicKey.ts +11 -16
- package/src/models/Organization.ts +33 -38
- package/src/models/OrganizationCreated.ts +9 -14
- package/src/models/OrganizationPathElement.ts +11 -16
- package/src/models/OrganizationRoleAttribution.ts +11 -16
- package/src/models/OrganizationRoleAttributionPermission.ts +11 -16
- package/src/models/OrganizationRoleAttributionRole.ts +19 -24
- package/src/models/OrganizationRoleAttributionUser.ts +15 -20
- package/src/models/OrganizationRoleAttributions.ts +9 -14
- package/src/models/OrganizationServiceProfile.ts +11 -16
- package/src/models/OrganizationServicesElement.ts +11 -16
- package/src/models/OrganizationSsoProvider.ts +11 -16
- package/src/models/OrganizationUserServiceAssociation.ts +13 -18
- package/src/models/PasswordPolicy.ts +23 -28
- package/src/models/PermissionCode.ts +9 -14
- package/src/models/PermissionCreated.ts +9 -14
- package/src/models/PermissionList.ts +9 -14
- package/src/models/PermissionResourceType.ts +12 -1
- package/src/models/Role.ts +13 -18
- package/src/models/RoleCreated.ts +13 -18
- package/src/models/RolesOnOrganization.ts +29 -34
- package/src/models/SendResetPasswordLinkPayload.ts +11 -16
- package/src/models/SendSignupInvitationPayload.ts +23 -28
- package/src/models/ServiceAccess.ts +19 -24
- package/src/models/ServiceAccountCreationSchema.ts +17 -22
- package/src/models/ServiceAccountSchema.ts +23 -28
- package/src/models/ServiceAccountStatus.ts +12 -1
- package/src/models/ServiceAccountUpdateSchema.ts +15 -20
- package/src/models/ServiceAccountUuidSchema.ts +9 -14
- package/src/models/ServiceName.ts +12 -1
- package/src/models/Session.ts +35 -40
- package/src/models/SessionPayload.ts +19 -24
- package/src/models/SessionPolicy.ts +11 -16
- package/src/models/SessionState.ts +12 -1
- package/src/models/SetPasswordByConfirmationHashPayload.ts +9 -14
- package/src/models/SetUserAccountPasswordPayload.ts +13 -18
- package/src/models/SsoProvider.ts +11 -16
- package/src/models/SsoToken.ts +11 -16
- package/src/models/UpdateOwnerOrganizationPayload.ts +9 -14
- package/src/models/UpdateParentOrganizationPayload.ts +9 -14
- package/src/models/UpdateUserAccountPayload.ts +17 -22
- package/src/models/UpdateUserAccountSsoPayload.ts +11 -16
- package/src/models/UpsertServicePayload.ts +9 -14
- package/src/models/User.ts +68 -74
- package/src/models/UserAccountOrganizationRoles.ts +19 -24
- package/src/models/UserAccountPermission.ts +11 -16
- package/src/models/UserAccountRole.ts +11 -16
- package/src/models/UserAccountRoleAttributions.ts +9 -14
- package/src/models/UserAccountSearchResult.ts +67 -73
- package/src/models/UserAgreement.ts +9 -14
- package/src/models/UserAgreementState.ts +12 -1
- package/src/models/UserPermissions.ts +17 -22
- package/src/models/UserServiceAssociation.ts +17 -22
- package/src/models/UserSsoProvider.ts +9 -14
- package/src/models/UserState.ts +12 -1
- package/src/models/UserUuid.ts +9 -14
- package/src/runtime.ts +4 -9
|
@@ -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: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 7.
|
|
7
|
+
* The version of the OpenAPI document: 7.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,11 +31,11 @@ export class PermissionApi extends runtime.BaseAPI {
|
|
|
31
31
|
*/
|
|
32
32
|
createOrUpdatePermissionRaw(requestParameters, initOverrides) {
|
|
33
33
|
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
-
if (requestParameters
|
|
35
|
-
throw new runtime.RequiredError('code', 'Required parameter
|
|
34
|
+
if (requestParameters['code'] == null) {
|
|
35
|
+
throw new runtime.RequiredError('code', 'Required parameter "code" was null or undefined when calling createOrUpdatePermission().');
|
|
36
36
|
}
|
|
37
|
-
if (requestParameters
|
|
38
|
-
throw new runtime.RequiredError('createOrUpdatePermissionPayload', 'Required parameter
|
|
37
|
+
if (requestParameters['createOrUpdatePermissionPayload'] == null) {
|
|
38
|
+
throw new runtime.RequiredError('createOrUpdatePermissionPayload', 'Required parameter "createOrUpdatePermissionPayload" was null or undefined when calling createOrUpdatePermission().');
|
|
39
39
|
}
|
|
40
40
|
const queryParameters = {};
|
|
41
41
|
const headerParameters = {};
|
|
@@ -49,11 +49,11 @@ export class PermissionApi extends runtime.BaseAPI {
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
const response = yield this.request({
|
|
52
|
-
path: `/permissions/{code}`.replace(`{${"code"}}`, encodeURIComponent(String(requestParameters
|
|
52
|
+
path: `/permissions/{code}`.replace(`{${"code"}}`, encodeURIComponent(String(requestParameters['code']))),
|
|
53
53
|
method: 'PUT',
|
|
54
54
|
headers: headerParameters,
|
|
55
55
|
query: queryParameters,
|
|
56
|
-
body: CreateOrUpdatePermissionPayloadToJSON(requestParameters
|
|
56
|
+
body: CreateOrUpdatePermissionPayloadToJSON(requestParameters['createOrUpdatePermissionPayload']),
|
|
57
57
|
}, initOverrides);
|
|
58
58
|
return new runtime.JSONApiResponse(response, (jsonValue) => PermissionCreatedFromJSON(jsonValue));
|
|
59
59
|
});
|
|
@@ -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: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/apis/RoleApi.js
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: 7.
|
|
7
|
+
* The version of the OpenAPI document: 7.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,8 +31,8 @@ export class RoleApi extends runtime.BaseAPI {
|
|
|
31
31
|
*/
|
|
32
32
|
getRoleRaw(requestParameters, initOverrides) {
|
|
33
33
|
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
-
if (requestParameters
|
|
35
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
34
|
+
if (requestParameters['uuid'] == null) {
|
|
35
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling getRole().');
|
|
36
36
|
}
|
|
37
37
|
const queryParameters = {};
|
|
38
38
|
const headerParameters = {};
|
|
@@ -45,7 +45,7 @@ export class RoleApi extends runtime.BaseAPI {
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
const response = yield this.request({
|
|
48
|
-
path: `/roles/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
48
|
+
path: `/roles/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
49
49
|
method: 'GET',
|
|
50
50
|
headers: headerParameters,
|
|
51
51
|
query: queryParameters,
|
|
@@ -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: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 7.
|
|
7
|
+
* The version of the OpenAPI document: 7.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,11 +31,11 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
31
31
|
*/
|
|
32
32
|
applyPermissionsOnResourceRaw(requestParameters, initOverrides) {
|
|
33
33
|
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
-
if (requestParameters
|
|
35
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
34
|
+
if (requestParameters['uuid'] == null) {
|
|
35
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling applyPermissionsOnResource().');
|
|
36
36
|
}
|
|
37
|
-
if (requestParameters
|
|
38
|
-
throw new runtime.RequiredError('applyPermissionsPayload', 'Required parameter
|
|
37
|
+
if (requestParameters['applyPermissionsPayload'] == null) {
|
|
38
|
+
throw new runtime.RequiredError('applyPermissionsPayload', 'Required parameter "applyPermissionsPayload" was null or undefined when calling applyPermissionsOnResource().');
|
|
39
39
|
}
|
|
40
40
|
const queryParameters = {};
|
|
41
41
|
const headerParameters = {};
|
|
@@ -49,11 +49,11 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
const response = yield this.request({
|
|
52
|
-
path: `/serviceAccounts/{uuid}/permissions/apply`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
52
|
+
path: `/serviceAccounts/{uuid}/permissions/apply`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
53
53
|
method: 'POST',
|
|
54
54
|
headers: headerParameters,
|
|
55
55
|
query: queryParameters,
|
|
56
|
-
body: ApplyPermissionsPayloadToJSON(requestParameters
|
|
56
|
+
body: ApplyPermissionsPayloadToJSON(requestParameters['applyPermissionsPayload']),
|
|
57
57
|
}, initOverrides);
|
|
58
58
|
return new runtime.JSONApiResponse(response, (jsonValue) => PermissionListFromJSON(jsonValue));
|
|
59
59
|
});
|
|
@@ -72,8 +72,8 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
72
72
|
*/
|
|
73
73
|
createServiceAccountRaw(requestParameters, initOverrides) {
|
|
74
74
|
return __awaiter(this, void 0, void 0, function* () {
|
|
75
|
-
if (requestParameters
|
|
76
|
-
throw new runtime.RequiredError('serviceAccountCreationSchema', 'Required parameter
|
|
75
|
+
if (requestParameters['serviceAccountCreationSchema'] == null) {
|
|
76
|
+
throw new runtime.RequiredError('serviceAccountCreationSchema', 'Required parameter "serviceAccountCreationSchema" was null or undefined when calling createServiceAccount().');
|
|
77
77
|
}
|
|
78
78
|
const queryParameters = {};
|
|
79
79
|
const headerParameters = {};
|
|
@@ -91,7 +91,7 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
91
91
|
method: 'POST',
|
|
92
92
|
headers: headerParameters,
|
|
93
93
|
query: queryParameters,
|
|
94
|
-
body: ServiceAccountCreationSchemaToJSON(requestParameters
|
|
94
|
+
body: ServiceAccountCreationSchemaToJSON(requestParameters['serviceAccountCreationSchema']),
|
|
95
95
|
}, initOverrides);
|
|
96
96
|
return new runtime.JSONApiResponse(response, (jsonValue) => ServiceAccountUuidSchemaFromJSON(jsonValue));
|
|
97
97
|
});
|
|
@@ -110,8 +110,8 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
110
110
|
*/
|
|
111
111
|
getServiceAccountRaw(requestParameters, initOverrides) {
|
|
112
112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
113
|
-
if (requestParameters
|
|
114
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
113
|
+
if (requestParameters['uuid'] == null) {
|
|
114
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling getServiceAccount().');
|
|
115
115
|
}
|
|
116
116
|
const queryParameters = {};
|
|
117
117
|
const headerParameters = {};
|
|
@@ -124,7 +124,7 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
const response = yield this.request({
|
|
127
|
-
path: `/serviceAccounts/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
127
|
+
path: `/serviceAccounts/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
128
128
|
method: 'GET',
|
|
129
129
|
headers: headerParameters,
|
|
130
130
|
query: queryParameters,
|
|
@@ -147,8 +147,8 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
147
147
|
searchServiceAccountRaw(requestParameters, initOverrides) {
|
|
148
148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
149
149
|
const queryParameters = {};
|
|
150
|
-
if (requestParameters
|
|
151
|
-
queryParameters['name'] = requestParameters
|
|
150
|
+
if (requestParameters['name'] != null) {
|
|
151
|
+
queryParameters['name'] = requestParameters['name'];
|
|
152
152
|
}
|
|
153
153
|
const headerParameters = {};
|
|
154
154
|
if (this.configuration && this.configuration.accessToken) {
|
|
@@ -171,8 +171,8 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
171
171
|
/**
|
|
172
172
|
* Searches service accounts that match ALL params. If none are provided, returns all service accounts
|
|
173
173
|
*/
|
|
174
|
-
searchServiceAccount(
|
|
175
|
-
return __awaiter(this,
|
|
174
|
+
searchServiceAccount() {
|
|
175
|
+
return __awaiter(this, arguments, void 0, function* (requestParameters = {}, initOverrides) {
|
|
176
176
|
const response = yield this.searchServiceAccountRaw(requestParameters, initOverrides);
|
|
177
177
|
return yield response.value();
|
|
178
178
|
});
|
|
@@ -182,11 +182,11 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
182
182
|
*/
|
|
183
183
|
updateServiceAccountRaw(requestParameters, initOverrides) {
|
|
184
184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
185
|
-
if (requestParameters
|
|
186
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
185
|
+
if (requestParameters['uuid'] == null) {
|
|
186
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling updateServiceAccount().');
|
|
187
187
|
}
|
|
188
|
-
if (requestParameters
|
|
189
|
-
throw new runtime.RequiredError('serviceAccountUpdateSchema', 'Required parameter
|
|
188
|
+
if (requestParameters['serviceAccountUpdateSchema'] == null) {
|
|
189
|
+
throw new runtime.RequiredError('serviceAccountUpdateSchema', 'Required parameter "serviceAccountUpdateSchema" was null or undefined when calling updateServiceAccount().');
|
|
190
190
|
}
|
|
191
191
|
const queryParameters = {};
|
|
192
192
|
const headerParameters = {};
|
|
@@ -200,11 +200,11 @@ export class ServiceAccountApi extends runtime.BaseAPI {
|
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
const response = yield this.request({
|
|
203
|
-
path: `/serviceAccounts/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
203
|
+
path: `/serviceAccounts/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
204
204
|
method: 'PATCH',
|
|
205
205
|
headers: headerParameters,
|
|
206
206
|
query: queryParameters,
|
|
207
|
-
body: ServiceAccountUpdateSchemaToJSON(requestParameters
|
|
207
|
+
body: ServiceAccountUpdateSchemaToJSON(requestParameters['serviceAccountUpdateSchema']),
|
|
208
208
|
}, initOverrides);
|
|
209
209
|
return new runtime.JSONApiResponse(response, (jsonValue) => ServiceAccountUuidSchemaFromJSON(jsonValue));
|
|
210
210
|
});
|
|
@@ -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: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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: 7.
|
|
7
|
+
* The version of the OpenAPI document: 7.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,8 +31,8 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
31
31
|
*/
|
|
32
32
|
createSessionRaw(requestParameters, initOverrides) {
|
|
33
33
|
return __awaiter(this, void 0, void 0, function* () {
|
|
34
|
-
if (requestParameters
|
|
35
|
-
throw new runtime.RequiredError('sessionPayload', 'Required parameter
|
|
34
|
+
if (requestParameters['sessionPayload'] == null) {
|
|
35
|
+
throw new runtime.RequiredError('sessionPayload', 'Required parameter "sessionPayload" was null or undefined when calling createSession().');
|
|
36
36
|
}
|
|
37
37
|
const queryParameters = {};
|
|
38
38
|
const headerParameters = {};
|
|
@@ -50,7 +50,7 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
50
50
|
method: 'POST',
|
|
51
51
|
headers: headerParameters,
|
|
52
52
|
query: queryParameters,
|
|
53
|
-
body: SessionPayloadToJSON(requestParameters
|
|
53
|
+
body: SessionPayloadToJSON(requestParameters['sessionPayload']),
|
|
54
54
|
}, initOverrides);
|
|
55
55
|
return new runtime.JSONApiResponse(response, (jsonValue) => SessionFromJSON(jsonValue));
|
|
56
56
|
});
|
|
@@ -133,8 +133,8 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
133
133
|
*/
|
|
134
134
|
deleteSessionRaw(requestParameters, initOverrides) {
|
|
135
135
|
return __awaiter(this, void 0, void 0, function* () {
|
|
136
|
-
if (requestParameters
|
|
137
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
136
|
+
if (requestParameters['uuid'] == null) {
|
|
137
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling deleteSession().');
|
|
138
138
|
}
|
|
139
139
|
const queryParameters = {};
|
|
140
140
|
const headerParameters = {};
|
|
@@ -147,7 +147,7 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
const response = yield this.request({
|
|
150
|
-
path: `/sessions/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
150
|
+
path: `/sessions/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
151
151
|
method: 'DELETE',
|
|
152
152
|
headers: headerParameters,
|
|
153
153
|
query: queryParameters,
|
|
@@ -168,11 +168,11 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
168
168
|
*/
|
|
169
169
|
deleteSessionSsoTokenRaw(requestParameters, initOverrides) {
|
|
170
170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
171
|
-
if (requestParameters
|
|
172
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
171
|
+
if (requestParameters['uuid'] == null) {
|
|
172
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling deleteSessionSsoToken().');
|
|
173
173
|
}
|
|
174
|
-
if (requestParameters
|
|
175
|
-
throw new runtime.RequiredError('tokenId', 'Required parameter
|
|
174
|
+
if (requestParameters['tokenId'] == null) {
|
|
175
|
+
throw new runtime.RequiredError('tokenId', 'Required parameter "tokenId" was null or undefined when calling deleteSessionSsoToken().');
|
|
176
176
|
}
|
|
177
177
|
const queryParameters = {};
|
|
178
178
|
const headerParameters = {};
|
|
@@ -185,7 +185,7 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
const response = yield this.request({
|
|
188
|
-
path: `/sessions/{uuid}/tokens/{tokenId}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
188
|
+
path: `/sessions/{uuid}/tokens/{tokenId}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))).replace(`{${"tokenId"}}`, encodeURIComponent(String(requestParameters['tokenId']))),
|
|
189
189
|
method: 'DELETE',
|
|
190
190
|
headers: headerParameters,
|
|
191
191
|
query: queryParameters,
|
|
@@ -206,8 +206,8 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
206
206
|
*/
|
|
207
207
|
enableSessionRaw(requestParameters, initOverrides) {
|
|
208
208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
209
|
-
if (requestParameters
|
|
210
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
209
|
+
if (requestParameters['uuid'] == null) {
|
|
210
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling enableSession().');
|
|
211
211
|
}
|
|
212
212
|
const queryParameters = {};
|
|
213
213
|
const headerParameters = {};
|
|
@@ -221,11 +221,11 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
const response = yield this.request({
|
|
224
|
-
path: `/sessions/{uuid}/enable`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
224
|
+
path: `/sessions/{uuid}/enable`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
225
225
|
method: 'POST',
|
|
226
226
|
headers: headerParameters,
|
|
227
227
|
query: queryParameters,
|
|
228
|
-
body: requestParameters
|
|
228
|
+
body: requestParameters['body'],
|
|
229
229
|
}, initOverrides);
|
|
230
230
|
return new runtime.VoidApiResponse(response);
|
|
231
231
|
});
|
|
@@ -243,11 +243,11 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
243
243
|
*/
|
|
244
244
|
enableSessionForEquisoftConnectRaw(requestParameters, initOverrides) {
|
|
245
245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
246
|
-
if (requestParameters
|
|
247
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
246
|
+
if (requestParameters['uuid'] == null) {
|
|
247
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling enableSessionForEquisoftConnect().');
|
|
248
248
|
}
|
|
249
|
-
if (requestParameters
|
|
250
|
-
throw new runtime.RequiredError('enableEquisoftConnectPayload', 'Required parameter
|
|
249
|
+
if (requestParameters['enableEquisoftConnectPayload'] == null) {
|
|
250
|
+
throw new runtime.RequiredError('enableEquisoftConnectPayload', 'Required parameter "enableEquisoftConnectPayload" was null or undefined when calling enableSessionForEquisoftConnect().');
|
|
251
251
|
}
|
|
252
252
|
const queryParameters = {};
|
|
253
253
|
const headerParameters = {};
|
|
@@ -261,11 +261,11 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
const response = yield this.request({
|
|
264
|
-
path: `/sessions/{uuid}/enable/EQUISOFT_CONNECT`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
264
|
+
path: `/sessions/{uuid}/enable/EQUISOFT_CONNECT`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
265
265
|
method: 'POST',
|
|
266
266
|
headers: headerParameters,
|
|
267
267
|
query: queryParameters,
|
|
268
|
-
body: EnableEquisoftConnectPayloadToJSON(requestParameters
|
|
268
|
+
body: EnableEquisoftConnectPayloadToJSON(requestParameters['enableEquisoftConnectPayload']),
|
|
269
269
|
}, initOverrides);
|
|
270
270
|
return new runtime.VoidApiResponse(response);
|
|
271
271
|
});
|
|
@@ -283,12 +283,12 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
283
283
|
*/
|
|
284
284
|
getSessionRaw(requestParameters, initOverrides) {
|
|
285
285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
286
|
-
if (requestParameters
|
|
287
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
286
|
+
if (requestParameters['uuid'] == null) {
|
|
287
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling getSession().');
|
|
288
288
|
}
|
|
289
289
|
const queryParameters = {};
|
|
290
|
-
if (requestParameters
|
|
291
|
-
queryParameters['keepAlive'] = requestParameters
|
|
290
|
+
if (requestParameters['keepAlive'] != null) {
|
|
291
|
+
queryParameters['keepAlive'] = requestParameters['keepAlive'];
|
|
292
292
|
}
|
|
293
293
|
const headerParameters = {};
|
|
294
294
|
if (this.configuration && this.configuration.accessToken) {
|
|
@@ -300,7 +300,7 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
const response = yield this.request({
|
|
303
|
-
path: `/sessions/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
303
|
+
path: `/sessions/{uuid}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
304
304
|
method: 'GET',
|
|
305
305
|
headers: headerParameters,
|
|
306
306
|
query: queryParameters,
|
|
@@ -322,11 +322,11 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
322
322
|
*/
|
|
323
323
|
getSessionSsoTokenRaw(requestParameters, initOverrides) {
|
|
324
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
325
|
-
if (requestParameters
|
|
326
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
325
|
+
if (requestParameters['uuid'] == null) {
|
|
326
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling getSessionSsoToken().');
|
|
327
327
|
}
|
|
328
|
-
if (requestParameters
|
|
329
|
-
throw new runtime.RequiredError('tokenId', 'Required parameter
|
|
328
|
+
if (requestParameters['tokenId'] == null) {
|
|
329
|
+
throw new runtime.RequiredError('tokenId', 'Required parameter "tokenId" was null or undefined when calling getSessionSsoToken().');
|
|
330
330
|
}
|
|
331
331
|
const queryParameters = {};
|
|
332
332
|
const headerParameters = {};
|
|
@@ -339,7 +339,7 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
const response = yield this.request({
|
|
342
|
-
path: `/sessions/{uuid}/tokens/{tokenId}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
342
|
+
path: `/sessions/{uuid}/tokens/{tokenId}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))).replace(`{${"tokenId"}}`, encodeURIComponent(String(requestParameters['tokenId']))),
|
|
343
343
|
method: 'GET',
|
|
344
344
|
headers: headerParameters,
|
|
345
345
|
query: queryParameters,
|
|
@@ -362,11 +362,11 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
362
362
|
*/
|
|
363
363
|
impersonateRaw(requestParameters, initOverrides) {
|
|
364
364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
365
|
-
if (requestParameters
|
|
366
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
365
|
+
if (requestParameters['uuid'] == null) {
|
|
366
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling impersonate().');
|
|
367
367
|
}
|
|
368
|
-
if (requestParameters
|
|
369
|
-
throw new runtime.RequiredError('impersonatePayload', 'Required parameter
|
|
368
|
+
if (requestParameters['impersonatePayload'] == null) {
|
|
369
|
+
throw new runtime.RequiredError('impersonatePayload', 'Required parameter "impersonatePayload" was null or undefined when calling impersonate().');
|
|
370
370
|
}
|
|
371
371
|
const queryParameters = {};
|
|
372
372
|
const headerParameters = {};
|
|
@@ -380,11 +380,11 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
const response = yield this.request({
|
|
383
|
-
path: `/sessions/{uuid}/impersonate`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
383
|
+
path: `/sessions/{uuid}/impersonate`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
384
384
|
method: 'POST',
|
|
385
385
|
headers: headerParameters,
|
|
386
386
|
query: queryParameters,
|
|
387
|
-
body: ImpersonatePayloadToJSON(requestParameters
|
|
387
|
+
body: ImpersonatePayloadToJSON(requestParameters['impersonatePayload']),
|
|
388
388
|
}, initOverrides);
|
|
389
389
|
return new runtime.JSONApiResponse(response, (jsonValue) => SessionFromJSON(jsonValue));
|
|
390
390
|
});
|
|
@@ -404,8 +404,8 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
404
404
|
*/
|
|
405
405
|
revertIdentityRaw(requestParameters, initOverrides) {
|
|
406
406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
407
|
-
if (requestParameters
|
|
408
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
407
|
+
if (requestParameters['uuid'] == null) {
|
|
408
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling revertIdentity().');
|
|
409
409
|
}
|
|
410
410
|
const queryParameters = {};
|
|
411
411
|
const headerParameters = {};
|
|
@@ -418,7 +418,7 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
const response = yield this.request({
|
|
421
|
-
path: `/sessions/{uuid}/revertIdentity`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
421
|
+
path: `/sessions/{uuid}/revertIdentity`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
422
422
|
method: 'POST',
|
|
423
423
|
headers: headerParameters,
|
|
424
424
|
query: queryParameters,
|
|
@@ -440,14 +440,14 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
440
440
|
*/
|
|
441
441
|
setSessionSsoTokenRaw(requestParameters, initOverrides) {
|
|
442
442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
443
|
-
if (requestParameters
|
|
444
|
-
throw new runtime.RequiredError('uuid', 'Required parameter
|
|
443
|
+
if (requestParameters['uuid'] == null) {
|
|
444
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling setSessionSsoToken().');
|
|
445
445
|
}
|
|
446
|
-
if (requestParameters
|
|
447
|
-
throw new runtime.RequiredError('tokenId', 'Required parameter
|
|
446
|
+
if (requestParameters['tokenId'] == null) {
|
|
447
|
+
throw new runtime.RequiredError('tokenId', 'Required parameter "tokenId" was null or undefined when calling setSessionSsoToken().');
|
|
448
448
|
}
|
|
449
|
-
if (requestParameters
|
|
450
|
-
throw new runtime.RequiredError('body', 'Required parameter
|
|
449
|
+
if (requestParameters['body'] == null) {
|
|
450
|
+
throw new runtime.RequiredError('body', 'Required parameter "body" was null or undefined when calling setSessionSsoToken().');
|
|
451
451
|
}
|
|
452
452
|
const queryParameters = {};
|
|
453
453
|
const headerParameters = {};
|
|
@@ -461,11 +461,11 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
const response = yield this.request({
|
|
464
|
-
path: `/sessions/{uuid}/tokens/{tokenId}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters
|
|
464
|
+
path: `/sessions/{uuid}/tokens/{tokenId}`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))).replace(`{${"tokenId"}}`, encodeURIComponent(String(requestParameters['tokenId']))),
|
|
465
465
|
method: 'PUT',
|
|
466
466
|
headers: headerParameters,
|
|
467
467
|
query: queryParameters,
|
|
468
|
-
body: requestParameters
|
|
468
|
+
body: requestParameters['body'],
|
|
469
469
|
}, initOverrides);
|
|
470
470
|
return new runtime.VoidApiResponse(response);
|
|
471
471
|
});
|
|
@@ -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: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|