@equisoft/account-service-sdk-typescript 4.5.1-snapshot.20230207210529 → 6.6.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 +12 -1
- package/.openapi-generator/VERSION +1 -1
- package/.openapi-generator-ignore +0 -3
- package/.tool-versions +2 -2
- package/README.md +2 -2
- package/dist/apis/OAuthApi.d.ts +2 -2
- package/dist/apis/OAuthApi.js +5 -5
- package/dist/apis/OrganizationApi.d.ts +14 -2
- package/dist/apis/OrganizationApi.js +59 -20
- package/dist/apis/PermissionApi.d.ts +2 -2
- package/dist/apis/PermissionApi.js +4 -4
- package/dist/apis/RoleApi.d.ts +2 -2
- package/dist/apis/RoleApi.js +3 -3
- package/dist/apis/ServiceAccountApi.d.ts +2 -2
- package/dist/apis/ServiceAccountApi.js +11 -11
- package/dist/apis/SessionApi.d.ts +3 -3
- package/dist/apis/SessionApi.js +13 -10
- package/dist/apis/UserApi.d.ts +140 -5
- package/dist/apis/UserApi.js +462 -22
- package/dist/apis/index.js +6 -2
- package/dist/esm/apis/OAuthApi.d.ts +41 -0
- package/dist/esm/apis/OAuthApi.js +106 -0
- package/dist/esm/apis/OrganizationApi.d.ts +253 -0
- package/dist/esm/apis/OrganizationApi.js +802 -0
- package/dist/esm/apis/PermissionApi.d.ts +30 -0
- package/dist/esm/apis/PermissionApi.js +70 -0
- package/dist/esm/apis/RoleApi.d.ts +29 -0
- package/dist/esm/apis/RoleApi.js +65 -0
- package/dist/esm/apis/ServiceAccountApi.d.ts +112 -0
- package/dist/esm/apis/ServiceAccountApi.js +339 -0
- package/dist/esm/apis/SessionApi.d.ts +154 -0
- package/dist/esm/apis/SessionApi.js +481 -0
- package/dist/esm/apis/UserApi.d.ts +409 -0
- package/dist/esm/apis/UserApi.js +1304 -0
- package/dist/esm/apis/index.d.ts +7 -0
- package/dist/esm/apis/index.js +9 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/models/ApplyPermissionsPayload.d.ts +38 -0
- package/dist/esm/models/ApplyPermissionsPayload.js +47 -0
- package/dist/esm/models/AuthenticationUserAccount.d.ts +61 -0
- package/dist/esm/models/AuthenticationUserAccount.js +58 -0
- package/dist/esm/models/CreateOrUpdateOAuthClientPayload.d.ts +100 -0
- package/dist/esm/models/CreateOrUpdateOAuthClientPayload.js +67 -0
- package/dist/esm/models/CreateOrUpdateOrganizationPayload.d.ts +59 -0
- package/dist/esm/models/CreateOrUpdateOrganizationPayload.js +55 -0
- package/dist/esm/models/CreateOrUpdatePermissionPayload.d.ts +32 -0
- package/dist/esm/models/CreateOrUpdatePermissionPayload.js +44 -0
- package/dist/esm/models/CreateOrganizationPayload.d.ts +59 -0
- package/dist/esm/models/CreateOrganizationPayload.js +54 -0
- package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.d.ts +31 -0
- package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.js +43 -0
- package/dist/esm/models/CreateOrganizationUserServicePayload.d.ts +33 -0
- package/dist/esm/models/CreateOrganizationUserServicePayload.js +43 -0
- package/dist/esm/models/CreateRole.d.ts +38 -0
- package/dist/esm/models/CreateRole.js +47 -0
- package/dist/esm/models/CreateUserAccountPayload.d.ts +106 -0
- package/dist/esm/models/CreateUserAccountPayload.js +76 -0
- package/dist/esm/models/CreateUserAccountServiceAssociation.d.ts +45 -0
- package/dist/esm/models/CreateUserAccountServiceAssociation.js +49 -0
- package/dist/esm/models/DatabaseState.d.ts +31 -0
- package/dist/esm/models/DatabaseState.js +38 -0
- package/dist/esm/models/EnableEquisoftConnectPayload.d.ts +31 -0
- package/dist/esm/models/EnableEquisoftConnectPayload.js +43 -0
- package/dist/esm/models/ErrorMessage.d.ts +40 -0
- package/dist/esm/models/ErrorMessage.js +47 -0
- package/dist/esm/models/ErrorPayload.d.ts +38 -0
- package/dist/esm/models/ErrorPayload.js +47 -0
- package/dist/esm/models/Id.d.ts +37 -0
- package/dist/esm/models/Id.js +46 -0
- package/dist/esm/models/ImpersonatePayload.d.ts +31 -0
- package/dist/esm/models/ImpersonatePayload.js +43 -0
- package/dist/esm/models/LegacyRoleSchema.d.ts +38 -0
- package/dist/esm/models/LegacyRoleSchema.js +47 -0
- package/dist/esm/models/ListOrganizationElement.d.ts +58 -0
- package/dist/esm/models/ListOrganizationElement.js +58 -0
- package/dist/esm/models/ListUserOrganizations.d.ts +38 -0
- package/dist/esm/models/ListUserOrganizations.js +47 -0
- package/dist/esm/models/LocalizedString.d.ts +39 -0
- package/dist/esm/models/LocalizedString.js +46 -0
- package/dist/esm/models/LoginPayload.d.ts +37 -0
- package/dist/esm/models/LoginPayload.js +46 -0
- package/dist/esm/models/NewPasswordPayload.d.ts +31 -0
- package/dist/esm/models/NewPasswordPayload.js +43 -0
- package/dist/esm/models/OAuthClient.d.ts +106 -0
- package/dist/esm/models/OAuthClient.js +78 -0
- package/dist/esm/models/OAuthClientCreated.d.ts +31 -0
- package/dist/esm/models/OAuthClientCreated.js +43 -0
- package/dist/esm/models/OAuthClientPublicKey.d.ts +37 -0
- package/dist/esm/models/OAuthClientPublicKey.js +46 -0
- package/dist/esm/models/Organization.d.ts +91 -0
- package/dist/esm/models/Organization.js +72 -0
- package/dist/esm/models/OrganizationCreated.d.ts +31 -0
- package/dist/esm/models/OrganizationCreated.js +43 -0
- package/dist/esm/models/OrganizationPathElement.d.ts +38 -0
- package/dist/esm/models/OrganizationPathElement.js +47 -0
- package/dist/esm/models/OrganizationRoleAttribution.d.ts +39 -0
- package/dist/esm/models/OrganizationRoleAttribution.js +48 -0
- package/dist/esm/models/OrganizationRoleAttributionPermission.d.ts +38 -0
- package/dist/esm/models/OrganizationRoleAttributionPermission.js +47 -0
- package/dist/esm/models/OrganizationRoleAttributionRole.d.ts +45 -0
- package/dist/esm/models/OrganizationRoleAttributionRole.js +51 -0
- package/dist/esm/models/OrganizationRoleAttributionUser.d.ts +50 -0
- package/dist/esm/models/OrganizationRoleAttributionUser.js +53 -0
- package/dist/esm/models/OrganizationRoleAttributions.d.ts +32 -0
- package/dist/esm/models/OrganizationRoleAttributions.js +44 -0
- package/dist/esm/models/OrganizationServiceProfile.d.ts +37 -0
- package/dist/esm/models/OrganizationServiceProfile.js +46 -0
- package/dist/esm/models/OrganizationServicesElement.d.ts +37 -0
- package/dist/esm/models/OrganizationServicesElement.js +46 -0
- package/dist/esm/models/OrganizationSsoProvider.d.ts +38 -0
- package/dist/esm/models/OrganizationSsoProvider.js +47 -0
- package/dist/esm/models/OrganizationUserServiceAssociation.d.ts +45 -0
- package/dist/esm/models/OrganizationUserServiceAssociation.js +49 -0
- package/dist/esm/models/PasswordPolicy.d.ts +73 -0
- package/dist/esm/models/PasswordPolicy.js +64 -0
- package/dist/esm/models/PermissionCode.d.ts +31 -0
- package/dist/esm/models/PermissionCode.js +43 -0
- package/dist/esm/models/PermissionCreated.d.ts +31 -0
- package/dist/esm/models/PermissionCreated.js +43 -0
- package/dist/esm/models/PermissionList.d.ts +32 -0
- package/dist/esm/models/PermissionList.js +44 -0
- package/dist/esm/models/PermissionResourceType.d.ts +24 -0
- package/dist/esm/models/PermissionResourceType.js +31 -0
- package/dist/esm/models/Role.d.ts +44 -0
- package/dist/esm/models/Role.js +50 -0
- package/dist/esm/models/RoleCreated.d.ts +44 -0
- package/dist/esm/models/RoleCreated.js +50 -0
- package/dist/esm/models/RolesOnOrganization.d.ts +59 -0
- package/dist/esm/models/RolesOnOrganization.js +59 -0
- package/dist/esm/models/SendResetPasswordLinkPayload.d.ts +37 -0
- package/dist/esm/models/SendResetPasswordLinkPayload.js +45 -0
- package/dist/esm/models/ServiceAccess.d.ts +63 -0
- package/dist/esm/models/ServiceAccess.js +56 -0
- package/dist/esm/models/ServiceAccountCreationSchema.d.ts +43 -0
- package/dist/esm/models/ServiceAccountCreationSchema.js +49 -0
- package/dist/esm/models/ServiceAccountSchema.d.ts +68 -0
- package/dist/esm/models/ServiceAccountSchema.js +62 -0
- package/dist/esm/models/ServiceAccountStatus.d.ts +25 -0
- package/dist/esm/models/ServiceAccountStatus.js +32 -0
- package/dist/esm/models/ServiceAccountUpdateSchema.d.ts +37 -0
- package/dist/esm/models/ServiceAccountUpdateSchema.js +45 -0
- package/dist/esm/models/ServiceAccountUuidSchema.d.ts +31 -0
- package/dist/esm/models/ServiceAccountUuidSchema.js +43 -0
- package/dist/esm/models/ServiceName.d.ts +27 -0
- package/dist/esm/models/ServiceName.js +34 -0
- package/dist/esm/models/Session.d.ts +94 -0
- package/dist/esm/models/Session.js +74 -0
- package/dist/esm/models/SessionPayload.d.ts +62 -0
- package/dist/esm/models/SessionPayload.js +56 -0
- package/dist/esm/models/SessionPolicy.d.ts +37 -0
- package/dist/esm/models/SessionPolicy.js +45 -0
- package/dist/esm/models/SessionState.d.ts +33 -0
- package/dist/esm/models/SessionState.js +40 -0
- package/dist/esm/models/SetPasswordByConfirmationHashPayload.d.ts +31 -0
- package/dist/esm/models/SetPasswordByConfirmationHashPayload.js +43 -0
- package/dist/esm/models/SetUserAccountPasswordPayload.d.ts +43 -0
- package/dist/esm/models/SetUserAccountPasswordPayload.js +49 -0
- package/dist/esm/models/SignupHash.d.ts +31 -0
- package/dist/esm/models/SignupHash.js +43 -0
- package/dist/esm/models/SsoProvider.d.ts +37 -0
- package/dist/esm/models/SsoProvider.js +46 -0
- package/dist/esm/models/SsoToken.d.ts +37 -0
- package/dist/esm/models/SsoToken.js +46 -0
- package/dist/esm/models/UpdateParentOrganizationPayload.d.ts +31 -0
- package/dist/esm/models/UpdateParentOrganizationPayload.js +43 -0
- package/dist/esm/models/UpdateUserAccountPayload.d.ts +55 -0
- package/dist/esm/models/UpdateUserAccountPayload.js +53 -0
- package/dist/esm/models/UpdateUserAccountSsoPayload.d.ts +37 -0
- package/dist/esm/models/UpdateUserAccountSsoPayload.js +46 -0
- package/dist/esm/models/UpsertServicePayload.d.ts +31 -0
- package/dist/esm/models/UpsertServicePayload.js +43 -0
- package/dist/esm/models/User.d.ts +169 -0
- package/dist/esm/models/User.js +108 -0
- package/dist/esm/models/UserAccountOrganizationRoles.d.ts +45 -0
- package/dist/esm/models/UserAccountOrganizationRoles.js +51 -0
- package/dist/esm/models/UserAccountPermission.d.ts +38 -0
- package/dist/esm/models/UserAccountPermission.js +47 -0
- package/dist/esm/models/UserAccountRole.d.ts +38 -0
- package/dist/esm/models/UserAccountRole.js +47 -0
- package/dist/esm/models/UserAccountRoleAttributions.d.ts +32 -0
- package/dist/esm/models/UserAccountRoleAttributions.js +44 -0
- package/dist/esm/models/UserAccountSearchResult.d.ts +169 -0
- package/dist/esm/models/UserAccountSearchResult.js +108 -0
- package/dist/esm/models/UserAgreement.d.ts +32 -0
- package/dist/esm/models/UserAgreement.js +44 -0
- package/dist/esm/models/UserAgreementState.d.ts +27 -0
- package/dist/esm/models/UserAgreementState.js +34 -0
- package/dist/esm/models/UserPermissions.d.ts +39 -0
- package/dist/esm/models/UserPermissions.js +48 -0
- package/dist/esm/models/UserServiceAssociation.d.ts +51 -0
- package/dist/esm/models/UserServiceAssociation.js +51 -0
- package/dist/esm/models/UserSsoProvider.d.ts +31 -0
- package/dist/esm/models/UserSsoProvider.js +43 -0
- package/dist/esm/models/UserState.d.ts +29 -0
- package/dist/esm/models/UserState.js +36 -0
- package/dist/esm/models/UserUuid.d.ts +31 -0
- package/dist/esm/models/UserUuid.js +43 -0
- package/dist/esm/models/index.d.ts +80 -0
- package/dist/esm/models/index.js +82 -0
- package/dist/esm/runtime.d.ts +182 -0
- package/dist/esm/runtime.js +330 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +8 -4
- package/dist/models/ApplyPermissionsPayload.d.ts +1 -1
- package/dist/models/ApplyPermissionsPayload.js +3 -3
- package/dist/models/AuthenticationUserAccount.d.ts +2 -2
- package/dist/models/AuthenticationUserAccount.js +3 -3
- package/dist/models/CreateOrUpdateOAuthClientPayload.d.ts +4 -4
- package/dist/models/CreateOrUpdateOAuthClientPayload.js +13 -16
- package/dist/models/CreateOrUpdateOrganizationPayload.d.ts +14 -5
- package/dist/models/CreateOrUpdateOrganizationPayload.js +10 -8
- package/dist/models/CreateOrUpdatePermissionPayload.d.ts +1 -1
- package/dist/models/CreateOrUpdatePermissionPayload.js +3 -3
- package/dist/models/CreateOrganizationPayload.d.ts +14 -5
- package/dist/models/CreateOrganizationPayload.js +9 -8
- package/dist/models/CreateOrganizationUserServiceOptionPayload.d.ts +2 -2
- package/dist/models/CreateOrganizationUserServiceOptionPayload.js +3 -3
- package/dist/models/CreateOrganizationUserServicePayload.d.ts +1 -1
- package/dist/models/CreateOrganizationUserServicePayload.js +2 -2
- package/dist/models/CreateRole.d.ts +1 -1
- package/dist/models/CreateRole.js +3 -3
- package/dist/models/CreateUserAccountPayload.d.ts +106 -0
- package/dist/models/CreateUserAccountPayload.js +83 -0
- package/dist/models/CreateUserAccountServiceAssociation.d.ts +45 -0
- package/dist/models/CreateUserAccountServiceAssociation.js +56 -0
- package/dist/models/DatabaseState.d.ts +3 -2
- package/dist/models/DatabaseState.js +2 -1
- package/dist/models/EnableEquisoftConnectPayload.d.ts +31 -0
- package/dist/models/EnableEquisoftConnectPayload.js +50 -0
- package/dist/models/ErrorMessage.d.ts +3 -2
- package/dist/models/ErrorMessage.js +2 -1
- package/dist/models/ErrorPayload.d.ts +1 -1
- 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 +1 -1
- package/dist/models/LegacyRoleSchema.js +3 -3
- package/dist/models/ListOrganizationElement.d.ts +1 -1
- package/dist/models/ListOrganizationElement.js +4 -4
- package/dist/models/ListUserOrganizations.d.ts +1 -1
- package/dist/models/ListUserOrganizations.js +2 -2
- package/dist/models/LocalizedString.d.ts +3 -3
- package/dist/models/LocalizedString.js +1 -1
- package/dist/models/LoginPayload.d.ts +1 -1
- package/dist/models/LoginPayload.js +1 -1
- package/dist/models/NewPasswordPayload.d.ts +31 -0
- package/dist/models/NewPasswordPayload.js +50 -0
- package/dist/models/OAuthClient.d.ts +1 -1
- package/dist/models/OAuthClient.js +5 -5
- 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 +11 -2
- package/dist/models/Organization.js +11 -7
- package/dist/models/OrganizationCreated.d.ts +1 -1
- package/dist/models/OrganizationCreated.js +1 -1
- package/dist/models/OrganizationPathElement.d.ts +1 -1
- package/dist/models/OrganizationPathElement.js +3 -3
- package/dist/models/OrganizationRoleAttribution.d.ts +4 -4
- package/dist/models/OrganizationRoleAttribution.js +4 -4
- package/dist/models/OrganizationRoleAttributionPermission.d.ts +1 -1
- package/dist/models/OrganizationRoleAttributionPermission.js +3 -3
- package/dist/models/OrganizationRoleAttributionRole.d.ts +1 -1
- package/dist/models/OrganizationRoleAttributionRole.js +3 -3
- package/dist/models/OrganizationRoleAttributionUser.d.ts +50 -0
- package/dist/models/OrganizationRoleAttributionUser.js +60 -0
- package/dist/models/OrganizationRoleAttributions.d.ts +1 -1
- package/dist/models/OrganizationRoleAttributions.js +1 -1
- package/dist/models/OrganizationServiceProfile.d.ts +37 -0
- package/dist/models/OrganizationServiceProfile.js +53 -0
- package/dist/models/OrganizationServicesElement.d.ts +1 -1
- package/dist/models/OrganizationServicesElement.js +2 -2
- package/dist/models/OrganizationSsoProvider.d.ts +1 -1
- package/dist/models/OrganizationSsoProvider.js +3 -3
- package/dist/models/OrganizationUserServiceAssociation.d.ts +1 -1
- package/dist/models/OrganizationUserServiceAssociation.js +2 -2
- package/dist/models/PasswordPolicy.d.ts +73 -0
- package/dist/models/PasswordPolicy.js +71 -0
- 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 +1 -1
- package/dist/models/PermissionList.js +1 -1
- package/dist/models/PermissionResourceType.d.ts +2 -2
- package/dist/models/PermissionResourceType.js +1 -1
- package/dist/models/Role.d.ts +1 -1
- package/dist/models/Role.js +3 -3
- package/dist/models/RoleCreated.d.ts +1 -1
- package/dist/models/RoleCreated.js +3 -3
- package/dist/models/RolesOnOrganization.d.ts +1 -1
- package/dist/models/RolesOnOrganization.js +3 -3
- package/dist/models/SendResetPasswordLinkPayload.d.ts +3 -3
- package/dist/models/SendResetPasswordLinkPayload.js +4 -5
- package/dist/models/ServiceAccess.d.ts +1 -1
- package/dist/models/ServiceAccess.js +9 -9
- package/dist/models/ServiceAccountCreationSchema.d.ts +1 -1
- package/dist/models/ServiceAccountCreationSchema.js +1 -1
- package/dist/models/ServiceAccountSchema.d.ts +1 -1
- package/dist/models/ServiceAccountSchema.js +4 -4
- package/dist/models/ServiceAccountStatus.d.ts +2 -2
- package/dist/models/ServiceAccountStatus.js +1 -1
- package/dist/models/ServiceAccountUpdateSchema.d.ts +1 -1
- package/dist/models/ServiceAccountUpdateSchema.js +3 -3
- package/dist/models/ServiceAccountUuidSchema.d.ts +1 -1
- package/dist/models/ServiceAccountUuidSchema.js +1 -1
- package/dist/models/ServiceName.d.ts +2 -2
- package/dist/models/ServiceName.js +1 -1
- package/dist/models/Session.d.ts +1 -1
- package/dist/models/Session.js +10 -10
- package/dist/models/SessionPayload.d.ts +3 -3
- package/dist/models/SessionPayload.js +6 -6
- package/dist/models/SessionPolicy.d.ts +37 -0
- package/dist/models/SessionPolicy.js +52 -0
- package/dist/models/SessionState.d.ts +3 -2
- package/dist/models/SessionState.js +2 -1
- package/dist/models/SetPasswordByConfirmationHashPayload.d.ts +1 -1
- package/dist/models/SetPasswordByConfirmationHashPayload.js +1 -1
- package/dist/models/SetUserAccountPasswordPayload.d.ts +1 -1
- package/dist/models/SetUserAccountPasswordPayload.js +2 -2
- package/dist/models/SignupHash.d.ts +31 -0
- package/dist/models/SignupHash.js +50 -0
- 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 +4 -4
- package/dist/models/UpdateUserAccountSsoPayload.d.ts +1 -1
- package/dist/models/UpdateUserAccountSsoPayload.js +2 -2
- package/dist/models/UpsertServicePayload.d.ts +1 -1
- package/dist/models/UpsertServicePayload.js +2 -2
- package/dist/models/User.d.ts +4 -3
- package/dist/models/User.js +14 -15
- package/dist/models/UserAccountOrganizationRoles.d.ts +1 -1
- package/dist/models/UserAccountOrganizationRoles.js +3 -3
- package/dist/models/UserAccountPermission.d.ts +1 -1
- package/dist/models/UserAccountPermission.js +3 -3
- package/dist/models/UserAccountRole.d.ts +1 -1
- package/dist/models/UserAccountRole.js +3 -3
- package/dist/models/UserAccountRoleAttributions.d.ts +1 -1
- package/dist/models/UserAccountRoleAttributions.js +1 -1
- package/dist/models/UserAccountSearchResult.d.ts +4 -3
- package/dist/models/UserAccountSearchResult.js +14 -15
- package/dist/models/UserAgreement.d.ts +1 -1
- package/dist/models/UserAgreement.js +3 -3
- package/dist/models/UserAgreementState.d.ts +3 -2
- package/dist/models/UserAgreementState.js +2 -1
- package/dist/models/UserPermissions.d.ts +1 -1
- package/dist/models/UserPermissions.js +1 -1
- package/dist/models/UserServiceAssociation.d.ts +1 -1
- package/dist/models/UserServiceAssociation.js +3 -3
- package/dist/models/UserSsoProvider.d.ts +1 -1
- package/dist/models/UserSsoProvider.js +1 -1
- package/dist/models/UserState.d.ts +3 -2
- package/dist/models/UserState.js +2 -1
- package/dist/models/UserUuid.d.ts +31 -0
- package/dist/models/UserUuid.js +50 -0
- package/dist/models/index.d.ts +10 -1
- package/dist/models/index.js +16 -3
- package/dist/runtime.d.ts +24 -12
- package/dist/runtime.js +40 -10
- package/package.json +11 -13
- package/src/apis/OAuthApi.ts +3 -5
- package/src/apis/OrganizationApi.ts +51 -21
- package/src/apis/PermissionApi.ts +3 -4
- package/src/apis/RoleApi.ts +3 -4
- package/src/apis/ServiceAccountApi.ts +3 -11
- package/src/apis/SessionApi.ts +12 -20
- package/src/apis/UserApi.ts +560 -30
- package/src/index.ts +2 -2
- package/src/models/ApplyPermissionsPayload.ts +1 -1
- package/src/models/AuthenticationUserAccount.ts +4 -3
- package/src/models/CreateOrUpdateOAuthClientPayload.ts +7 -10
- package/src/models/CreateOrUpdateOrganizationPayload.ts +24 -9
- package/src/models/CreateOrUpdatePermissionPayload.ts +1 -1
- package/src/models/CreateOrganizationPayload.ts +23 -9
- package/src/models/CreateOrganizationUserServiceOptionPayload.ts +3 -4
- package/src/models/CreateOrganizationUserServicePayload.ts +1 -1
- package/src/models/CreateRole.ts +1 -1
- package/src/models/CreateUserAccountPayload.ts +186 -0
- package/src/models/CreateUserAccountServiceAssociation.ts +83 -0
- package/src/models/DatabaseState.ts +2 -1
- package/src/models/{EnableEquisoftConnectPayloadSchema.ts → EnableEquisoftConnectPayload.ts} +11 -11
- package/src/models/ErrorMessage.ts +2 -1
- package/src/models/ErrorPayload.ts +1 -1
- package/src/models/Id.ts +1 -1
- package/src/models/ImpersonatePayload.ts +1 -1
- package/src/models/LegacyRoleSchema.ts +1 -1
- package/src/models/ListOrganizationElement.ts +1 -1
- package/src/models/ListUserOrganizations.ts +1 -1
- package/src/models/LocalizedString.ts +3 -3
- package/src/models/LoginPayload.ts +1 -1
- package/src/models/NewPasswordPayload.ts +66 -0
- package/src/models/OAuthClient.ts +1 -1
- package/src/models/OAuthClientCreated.ts +1 -1
- package/src/models/OAuthClientPublicKey.ts +1 -1
- package/src/models/Organization.ts +21 -4
- package/src/models/OrganizationCreated.ts +1 -1
- package/src/models/OrganizationPathElement.ts +1 -1
- package/src/models/OrganizationRoleAttribution.ts +10 -10
- package/src/models/OrganizationRoleAttributionPermission.ts +1 -1
- package/src/models/OrganizationRoleAttributionRole.ts +1 -1
- package/src/models/OrganizationRoleAttributionUser.ts +100 -0
- package/src/models/OrganizationRoleAttributions.ts +1 -1
- package/src/models/OrganizationServiceProfile.ts +75 -0
- package/src/models/OrganizationServicesElement.ts +1 -1
- package/src/models/OrganizationSsoProvider.ts +1 -1
- package/src/models/OrganizationUserServiceAssociation.ts +1 -1
- package/src/models/PasswordPolicy.ts +129 -0
- package/src/models/PermissionCode.ts +1 -1
- package/src/models/PermissionCreated.ts +1 -1
- package/src/models/PermissionList.ts +1 -1
- package/src/models/PermissionResourceType.ts +1 -1
- package/src/models/Role.ts +1 -1
- package/src/models/RoleCreated.ts +1 -1
- package/src/models/RolesOnOrganization.ts +1 -1
- package/src/models/SendResetPasswordLinkPayload.ts +5 -7
- package/src/models/ServiceAccess.ts +1 -1
- package/src/models/ServiceAccountCreationSchema.ts +1 -1
- package/src/models/ServiceAccountSchema.ts +1 -1
- package/src/models/ServiceAccountStatus.ts +1 -1
- package/src/models/ServiceAccountUpdateSchema.ts +1 -1
- package/src/models/ServiceAccountUuidSchema.ts +1 -1
- package/src/models/ServiceName.ts +1 -1
- package/src/models/Session.ts +1 -1
- package/src/models/SessionPayload.ts +3 -3
- package/src/models/SessionPolicy.ts +73 -0
- package/src/models/SessionState.ts +2 -1
- package/src/models/SetPasswordByConfirmationHashPayload.ts +1 -1
- package/src/models/SetUserAccountPasswordPayload.ts +1 -1
- package/src/models/SignupHash.ts +66 -0
- package/src/models/SsoProvider.ts +1 -1
- package/src/models/SsoToken.ts +1 -1
- package/src/models/UpdateParentOrganizationPayload.ts +1 -1
- package/src/models/UpdateUserAccountPayload.ts +1 -1
- package/src/models/UpdateUserAccountSsoPayload.ts +1 -1
- package/src/models/UpsertServicePayload.ts +1 -1
- package/src/models/User.ts +6 -6
- package/src/models/UserAccountOrganizationRoles.ts +1 -1
- package/src/models/UserAccountPermission.ts +1 -1
- package/src/models/UserAccountRole.ts +1 -1
- package/src/models/UserAccountRoleAttributions.ts +1 -1
- package/src/models/UserAccountSearchResult.ts +6 -6
- package/src/models/UserAgreement.ts +1 -1
- package/src/models/UserAgreementState.ts +2 -1
- package/src/models/UserPermissions.ts +1 -1
- package/src/models/UserServiceAssociation.ts +1 -1
- package/src/models/UserSsoProvider.ts +1 -1
- package/src/models/UserState.ts +2 -1
- package/src/models/UserUuid.ts +66 -0
- package/src/models/index.ts +10 -1
- package/src/runtime.ts +48 -20
- package/dist/models/EnableEquisoftConnectPayloadSchema.d.ts +0 -31
- package/dist/models/EnableEquisoftConnectPayloadSchema.js +0 -50
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* User account and session management
|
|
6
|
+
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateUserAccountServiceAssociationToJSON = exports.CreateUserAccountServiceAssociationFromJSONTyped = exports.CreateUserAccountServiceAssociationFromJSON = exports.instanceOfCreateUserAccountServiceAssociation = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the CreateUserAccountServiceAssociation interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfCreateUserAccountServiceAssociation(value) {
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
isInstance = isInstance && "organizationUuid" in value;
|
|
24
|
+
isInstance = isInstance && "code" in value;
|
|
25
|
+
return isInstance;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfCreateUserAccountServiceAssociation = instanceOfCreateUserAccountServiceAssociation;
|
|
28
|
+
function CreateUserAccountServiceAssociationFromJSON(json) {
|
|
29
|
+
return CreateUserAccountServiceAssociationFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.CreateUserAccountServiceAssociationFromJSON = CreateUserAccountServiceAssociationFromJSON;
|
|
32
|
+
function CreateUserAccountServiceAssociationFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if ((json === undefined) || (json === null)) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'organizationUuid': json['organizationUuid'],
|
|
38
|
+
'code': json['code'],
|
|
39
|
+
'options': !(0, runtime_1.exists)(json, 'options') ? undefined : json['options'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
exports.CreateUserAccountServiceAssociationFromJSONTyped = CreateUserAccountServiceAssociationFromJSONTyped;
|
|
43
|
+
function CreateUserAccountServiceAssociationToJSON(value) {
|
|
44
|
+
if (value === undefined) {
|
|
45
|
+
return undefined;
|
|
46
|
+
}
|
|
47
|
+
if (value === null) {
|
|
48
|
+
return null;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'organizationUuid': value.organizationUuid,
|
|
52
|
+
'code': value.code,
|
|
53
|
+
'options': value.options,
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
exports.CreateUserAccountServiceAssociationToJSON = CreateUserAccountServiceAssociationToJSON;
|
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
* * `DISABLED` - Access to this database is suspended.
|
|
16
16
|
* * `DELETED` - Database is deleted.
|
|
17
17
|
* * `MAINTENANCE` - Database is in maintenance, login temporarily suspended.
|
|
18
|
+
*
|
|
18
19
|
* @export
|
|
19
20
|
*/
|
|
20
21
|
export declare const DatabaseState: {
|
|
@@ -24,7 +25,7 @@ export declare const DatabaseState: {
|
|
|
24
25
|
readonly MAINTENANCE: "MAINTENANCE";
|
|
25
26
|
readonly unknown_default_open_api: "11184809";
|
|
26
27
|
};
|
|
27
|
-
export
|
|
28
|
+
export type DatabaseState = typeof DatabaseState[keyof typeof DatabaseState];
|
|
28
29
|
export declare function DatabaseStateFromJSON(json: any): DatabaseState;
|
|
29
30
|
export declare function DatabaseStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): DatabaseState;
|
|
30
31
|
export declare function DatabaseStateToJSON(value?: DatabaseState | 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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -20,6 +20,7 @@ exports.DatabaseStateToJSON = exports.DatabaseStateFromJSONTyped = exports.Datab
|
|
|
20
20
|
* * `DISABLED` - Access to this database is suspended.
|
|
21
21
|
* * `DELETED` - Database is deleted.
|
|
22
22
|
* * `MAINTENANCE` - Database is in maintenance, login temporarily suspended.
|
|
23
|
+
*
|
|
23
24
|
* @export
|
|
24
25
|
*/
|
|
25
26
|
exports.DatabaseState = {
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* User account and session management
|
|
3
|
+
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 6.6.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Parameters needed to enable Equisoft Connect for a user session
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EnableEquisoftConnectPayload
|
|
16
|
+
*/
|
|
17
|
+
export interface EnableEquisoftConnectPayload {
|
|
18
|
+
/**
|
|
19
|
+
* When concurrent access exceeded, disable oldest sessions
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof EnableEquisoftConnectPayload
|
|
22
|
+
*/
|
|
23
|
+
disableOldestSessions?: boolean | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the EnableEquisoftConnectPayload interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfEnableEquisoftConnectPayload(value: object): boolean;
|
|
29
|
+
export declare function EnableEquisoftConnectPayloadFromJSON(json: any): EnableEquisoftConnectPayload;
|
|
30
|
+
export declare function EnableEquisoftConnectPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): EnableEquisoftConnectPayload;
|
|
31
|
+
export declare function EnableEquisoftConnectPayloadToJSON(value?: EnableEquisoftConnectPayload | null): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* User account and session management
|
|
6
|
+
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EnableEquisoftConnectPayloadToJSON = exports.EnableEquisoftConnectPayloadFromJSONTyped = exports.EnableEquisoftConnectPayloadFromJSON = exports.instanceOfEnableEquisoftConnectPayload = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the EnableEquisoftConnectPayload interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfEnableEquisoftConnectPayload(value) {
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
return isInstance;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfEnableEquisoftConnectPayload = instanceOfEnableEquisoftConnectPayload;
|
|
26
|
+
function EnableEquisoftConnectPayloadFromJSON(json) {
|
|
27
|
+
return EnableEquisoftConnectPayloadFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.EnableEquisoftConnectPayloadFromJSON = EnableEquisoftConnectPayloadFromJSON;
|
|
30
|
+
function EnableEquisoftConnectPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'disableOldestSessions': !(0, runtime_1.exists)(json, 'disableOldestSessions') ? undefined : json['disableOldestSessions'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.EnableEquisoftConnectPayloadFromJSONTyped = EnableEquisoftConnectPayloadFromJSONTyped;
|
|
39
|
+
function EnableEquisoftConnectPayloadToJSON(value) {
|
|
40
|
+
if (value === undefined) {
|
|
41
|
+
return undefined;
|
|
42
|
+
}
|
|
43
|
+
if (value === null) {
|
|
44
|
+
return null;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'disableOldestSessions': value.disableOldestSessions,
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
exports.EnableEquisoftConnectPayloadToJSON = EnableEquisoftConnectPayloadToJSON;
|
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,12 +28,13 @@ export declare const ErrorMessage: {
|
|
|
28
28
|
readonly CONCURRENT_ACCESS: "CONCURRENT_ACCESS";
|
|
29
29
|
readonly INVALID_COOKIE_DOMAIN_NAME: "INVALID_COOKIE_DOMAIN_NAME";
|
|
30
30
|
readonly DUPLICATE_USER_ACCOUNT_EMAIL: "DUPLICATE_USER_ACCOUNT_EMAIL";
|
|
31
|
+
readonly DUPLICATE_SSO_IDENTIFIER: "DUPLICATE_SSO_IDENTIFIER";
|
|
31
32
|
readonly PASSWORD_LOGIN_DISABLED: "PASSWORD_LOGIN_DISABLED";
|
|
32
33
|
readonly LOCKED_USER: "LOCKED_USER";
|
|
33
34
|
readonly LOGIN_DENIED: "LOGIN_DENIED";
|
|
34
35
|
readonly unknown_default_open_api: "11184809";
|
|
35
36
|
};
|
|
36
|
-
export
|
|
37
|
+
export type ErrorMessage = typeof ErrorMessage[keyof typeof ErrorMessage];
|
|
37
38
|
export declare function ErrorMessageFromJSON(json: any): ErrorMessage;
|
|
38
39
|
export declare function ErrorMessageFromJSONTyped(json: any, ignoreDiscriminator: boolean): ErrorMessage;
|
|
39
40
|
export declare function ErrorMessageToJSON(value?: ErrorMessage | null): any;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -33,6 +33,7 @@ exports.ErrorMessage = {
|
|
|
33
33
|
CONCURRENT_ACCESS: 'CONCURRENT_ACCESS',
|
|
34
34
|
INVALID_COOKIE_DOMAIN_NAME: 'INVALID_COOKIE_DOMAIN_NAME',
|
|
35
35
|
DUPLICATE_USER_ACCOUNT_EMAIL: 'DUPLICATE_USER_ACCOUNT_EMAIL',
|
|
36
|
+
DUPLICATE_SSO_IDENTIFIER: 'DUPLICATE_SSO_IDENTIFIER',
|
|
36
37
|
PASSWORD_LOGIN_DISABLED: 'PASSWORD_LOGIN_DISABLED',
|
|
37
38
|
LOCKED_USER: 'LOCKED_USER',
|
|
38
39
|
LOGIN_DENIED: 'LOGIN_DENIED',
|
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,8 +34,8 @@ function ErrorPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
return json;
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
|
-
'message': ErrorMessage_1.ErrorMessageFromJSON(json['message']),
|
|
38
|
-
'description': !runtime_1.exists(json, 'description') ? undefined : json['description'],
|
|
37
|
+
'message': (0, ErrorMessage_1.ErrorMessageFromJSON)(json['message']),
|
|
38
|
+
'description': !(0, runtime_1.exists)(json, 'description') ? undefined : json['description'],
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
exports.ErrorPayloadFromJSONTyped = ErrorPayloadFromJSONTyped;
|
|
@@ -47,7 +47,7 @@ function ErrorPayloadToJSON(value) {
|
|
|
47
47
|
return null;
|
|
48
48
|
}
|
|
49
49
|
return {
|
|
50
|
-
'message': ErrorMessage_1.ErrorMessageToJSON(value.message),
|
|
50
|
+
'message': (0, ErrorMessage_1.ErrorMessageToJSON)(value.message),
|
|
51
51
|
'description': value.description,
|
|
52
52
|
};
|
|
53
53
|
}
|
package/dist/models/Id.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Id.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -35,7 +35,7 @@ function LegacyRoleSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
37
|
'code': json['code'],
|
|
38
|
-
'name': LocalizedString_1.LocalizedStringFromJSON(json['name']),
|
|
38
|
+
'name': (0, LocalizedString_1.LocalizedStringFromJSON)(json['name']),
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
exports.LegacyRoleSchemaFromJSONTyped = LegacyRoleSchemaFromJSONTyped;
|
|
@@ -48,7 +48,7 @@ function LegacyRoleSchemaToJSON(value) {
|
|
|
48
48
|
}
|
|
49
49
|
return {
|
|
50
50
|
'code': value.code,
|
|
51
|
-
'name': LocalizedString_1.LocalizedStringToJSON(value.name),
|
|
51
|
+
'name': (0, LocalizedString_1.LocalizedStringToJSON)(value.name),
|
|
52
52
|
};
|
|
53
53
|
}
|
|
54
54
|
exports.LegacyRoleSchemaToJSON = LegacyRoleSchemaToJSON;
|
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -40,8 +40,8 @@ function ListOrganizationElementFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
40
|
}
|
|
41
41
|
return {
|
|
42
42
|
'uuid': json['uuid'],
|
|
43
|
-
'name': LocalizedString_1.LocalizedStringFromJSON(json['name']),
|
|
44
|
-
'parentUuid': !runtime_1.exists(json, 'parentUuid') ? undefined : json['parentUuid'],
|
|
43
|
+
'name': (0, LocalizedString_1.LocalizedStringFromJSON)(json['name']),
|
|
44
|
+
'parentUuid': !(0, runtime_1.exists)(json, 'parentUuid') ? undefined : json['parentUuid'],
|
|
45
45
|
'path': (json['path'].map(OrganizationPathElement_1.OrganizationPathElementFromJSON)),
|
|
46
46
|
'services': (json['services'].map(OrganizationServicesElement_1.OrganizationServicesElementFromJSON)),
|
|
47
47
|
};
|
|
@@ -56,7 +56,7 @@ function ListOrganizationElementToJSON(value) {
|
|
|
56
56
|
}
|
|
57
57
|
return {
|
|
58
58
|
'uuid': value.uuid,
|
|
59
|
-
'name': LocalizedString_1.LocalizedStringToJSON(value.name),
|
|
59
|
+
'name': (0, LocalizedString_1.LocalizedStringToJSON)(value.name),
|
|
60
60
|
'parentUuid': value.parentUuid,
|
|
61
61
|
'path': (value.path.map(OrganizationPathElement_1.OrganizationPathElementToJSON)),
|
|
62
62
|
'services': (value.services.map(OrganizationServicesElement_1.OrganizationServicesElementToJSON)),
|
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -35,7 +35,7 @@ function ListUserOrganizationsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
37
|
'organizations': (json['organizations'].map(ListOrganizationElement_1.ListOrganizationElementFromJSON)),
|
|
38
|
-
'nextPageToken': !runtime_1.exists(json, 'nextPageToken') ? undefined : json['nextPageToken'],
|
|
38
|
+
'nextPageToken': !(0, runtime_1.exists)(json, 'nextPageToken') ? undefined : json['nextPageToken'],
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
exports.ListUserOrganizationsFromJSONTyped = ListUserOrganizationsFromJSONTyped;
|
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface LocalizedString {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Translations by locale IETF language tag
|
|
20
20
|
* @type {{ [key: string]: string; }}
|
|
21
21
|
* @memberof LocalizedString
|
|
22
22
|
*/
|
|
@@ -24,7 +24,7 @@ export interface LocalizedString {
|
|
|
24
24
|
[key: string]: string;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Default locale IETF language tag
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof LocalizedString
|
|
30
30
|
*/
|
|
@@ -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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* User account and session management
|
|
3
|
+
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 6.6.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface NewPasswordPayload
|
|
16
|
+
*/
|
|
17
|
+
export interface NewPasswordPayload {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NewPasswordPayload
|
|
22
|
+
*/
|
|
23
|
+
newPassword: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the NewPasswordPayload interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfNewPasswordPayload(value: object): boolean;
|
|
29
|
+
export declare function NewPasswordPayloadFromJSON(json: any): NewPasswordPayload;
|
|
30
|
+
export declare function NewPasswordPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): NewPasswordPayload;
|
|
31
|
+
export declare function NewPasswordPayloadToJSON(value?: NewPasswordPayload | null): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* User account and session management
|
|
6
|
+
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.NewPasswordPayloadToJSON = exports.NewPasswordPayloadFromJSONTyped = exports.NewPasswordPayloadFromJSON = exports.instanceOfNewPasswordPayload = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the NewPasswordPayload interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfNewPasswordPayload(value) {
|
|
21
|
+
let isInstance = true;
|
|
22
|
+
isInstance = isInstance && "newPassword" in value;
|
|
23
|
+
return isInstance;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfNewPasswordPayload = instanceOfNewPasswordPayload;
|
|
26
|
+
function NewPasswordPayloadFromJSON(json) {
|
|
27
|
+
return NewPasswordPayloadFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.NewPasswordPayloadFromJSON = NewPasswordPayloadFromJSON;
|
|
30
|
+
function NewPasswordPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'newPassword': json['newPassword'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.NewPasswordPayloadFromJSONTyped = NewPasswordPayloadFromJSONTyped;
|
|
39
|
+
function NewPasswordPayloadToJSON(value) {
|
|
40
|
+
if (value === undefined) {
|
|
41
|
+
return undefined;
|
|
42
|
+
}
|
|
43
|
+
if (value === null) {
|
|
44
|
+
return null;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'newPassword': value.newPassword,
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
exports.NewPasswordPayloadToJSON = NewPasswordPayloadToJSON;
|
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -51,11 +51,11 @@ function OAuthClientFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
51
51
|
'redirectUris': json['redirectUris'],
|
|
52
52
|
'grantTypes': json['grantTypes'],
|
|
53
53
|
'scopes': json['scopes'],
|
|
54
|
-
'jwksUri': !runtime_1.exists(json, 'jwksUri') ? undefined : json['jwksUri'],
|
|
55
|
-
'publicKey': !runtime_1.exists(json, 'publicKey') ? undefined : OAuthClientPublicKey_1.OAuthClientPublicKeyFromJSON(json['publicKey']),
|
|
54
|
+
'jwksUri': !(0, runtime_1.exists)(json, 'jwksUri') ? undefined : json['jwksUri'],
|
|
55
|
+
'publicKey': !(0, runtime_1.exists)(json, 'publicKey') ? undefined : (0, OAuthClientPublicKey_1.OAuthClientPublicKeyFromJSON)(json['publicKey']),
|
|
56
56
|
'serviceAccount': json['serviceAccount'],
|
|
57
57
|
'serviceAccountDelegation': json['serviceAccountDelegation'],
|
|
58
|
-
'additionalTokenFields': !runtime_1.exists(json, 'additionalTokenFields') ? undefined : json['additionalTokenFields'],
|
|
58
|
+
'additionalTokenFields': !(0, runtime_1.exists)(json, 'additionalTokenFields') ? undefined : json['additionalTokenFields'],
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
exports.OAuthClientFromJSONTyped = OAuthClientFromJSONTyped;
|
|
@@ -76,7 +76,7 @@ function OAuthClientToJSON(value) {
|
|
|
76
76
|
'grantTypes': value.grantTypes,
|
|
77
77
|
'scopes': value.scopes,
|
|
78
78
|
'jwksUri': value.jwksUri,
|
|
79
|
-
'publicKey': OAuthClientPublicKey_1.OAuthClientPublicKeyToJSON(value.publicKey),
|
|
79
|
+
'publicKey': (0, OAuthClientPublicKey_1.OAuthClientPublicKeyToJSON)(value.publicKey),
|
|
80
80
|
'serviceAccount': value.serviceAccount,
|
|
81
81
|
'serviceAccountDelegation': value.serviceAccountDelegation,
|
|
82
82
|
'additionalTokenFields': value.additionalTokenFields,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
5
|
+
* The version of the OpenAPI document: 6.6.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:
|
|
8
|
+
* The version of the OpenAPI document: 6.6.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|