@equisoft/account-service-sdk-typescript 10.6.0 → 10.6.1-snapshot.20260109153709
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/README.md +2 -2
- package/dist/apis/AccountApi.d.ts +1 -1
- package/dist/apis/AccountApi.js +1 -1
- package/dist/apis/OAuthApi.d.ts +1 -1
- package/dist/apis/OAuthApi.js +1 -1
- package/dist/apis/OrganizationApi.d.ts +1 -1
- package/dist/apis/OrganizationApi.js +1 -1
- package/dist/apis/PermissionApi.d.ts +1 -1
- package/dist/apis/PermissionApi.js +1 -1
- package/dist/apis/RoleApi.d.ts +1 -1
- package/dist/apis/RoleApi.js +1 -1
- package/dist/apis/ServiceAccountApi.d.ts +1 -1
- package/dist/apis/ServiceAccountApi.js +1 -1
- package/dist/apis/SessionApi.d.ts +1 -1
- package/dist/apis/SessionApi.js +1 -1
- package/dist/apis/UserApi.d.ts +12 -1
- package/dist/apis/UserApi.js +38 -1
- package/dist/esm/apis/AccountApi.d.ts +1 -1
- package/dist/esm/apis/AccountApi.js +1 -1
- package/dist/esm/apis/OAuthApi.d.ts +1 -1
- package/dist/esm/apis/OAuthApi.js +1 -1
- package/dist/esm/apis/OrganizationApi.d.ts +1 -1
- package/dist/esm/apis/OrganizationApi.js +1 -1
- package/dist/esm/apis/PermissionApi.d.ts +1 -1
- package/dist/esm/apis/PermissionApi.js +1 -1
- package/dist/esm/apis/RoleApi.d.ts +1 -1
- package/dist/esm/apis/RoleApi.js +1 -1
- package/dist/esm/apis/ServiceAccountApi.d.ts +1 -1
- package/dist/esm/apis/ServiceAccountApi.js +1 -1
- package/dist/esm/apis/SessionApi.d.ts +1 -1
- package/dist/esm/apis/SessionApi.js +1 -1
- package/dist/esm/apis/UserApi.d.ts +12 -1
- package/dist/esm/apis/UserApi.js +38 -1
- package/dist/esm/models/AddOAuthClientSecretPayload.d.ts +1 -1
- package/dist/esm/models/AddOAuthClientSecretPayload.js +1 -1
- package/dist/esm/models/AddOAuthClientSecretResponse.d.ts +1 -1
- package/dist/esm/models/AddOAuthClientSecretResponse.js +1 -1
- package/dist/esm/models/ApplyPermissionsPayload.d.ts +1 -1
- package/dist/esm/models/ApplyPermissionsPayload.js +1 -1
- package/dist/esm/models/AuthenticationUserAccount.d.ts +1 -1
- package/dist/esm/models/AuthenticationUserAccount.js +1 -1
- package/dist/esm/models/CreateOAuthClientPayload.d.ts +1 -1
- package/dist/esm/models/CreateOAuthClientPayload.js +1 -1
- package/dist/esm/models/CreateOrUpdateOrganizationPayload.d.ts +1 -1
- package/dist/esm/models/CreateOrUpdateOrganizationPayload.js +1 -1
- package/dist/esm/models/CreateOrUpdatePermissionPayload.d.ts +1 -1
- package/dist/esm/models/CreateOrUpdatePermissionPayload.js +1 -1
- package/dist/esm/models/CreateOrganizationPayload.d.ts +1 -1
- package/dist/esm/models/CreateOrganizationPayload.js +1 -1
- package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.d.ts +1 -1
- package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.js +1 -1
- package/dist/esm/models/CreateOrganizationUserServicePayload.d.ts +1 -1
- package/dist/esm/models/CreateOrganizationUserServicePayload.js +1 -1
- package/dist/esm/models/CreateRole.d.ts +1 -1
- package/dist/esm/models/CreateRole.js +1 -1
- package/dist/esm/models/CreateUserAccountPayload.d.ts +1 -1
- package/dist/esm/models/CreateUserAccountPayload.js +1 -1
- package/dist/esm/models/CreateUserAccountServiceAssociation.d.ts +1 -1
- package/dist/esm/models/CreateUserAccountServiceAssociation.js +1 -1
- package/dist/esm/models/EnableEquisoftConnectPayload.d.ts +1 -1
- package/dist/esm/models/EnableEquisoftConnectPayload.js +1 -1
- package/dist/esm/models/ErrorMessage.d.ts +1 -1
- package/dist/esm/models/ErrorMessage.js +1 -1
- package/dist/esm/models/ErrorPayload.d.ts +1 -1
- package/dist/esm/models/ErrorPayload.js +1 -1
- package/dist/esm/models/Id.d.ts +1 -1
- package/dist/esm/models/Id.js +1 -1
- package/dist/esm/models/ImpersonatePayload.d.ts +1 -1
- package/dist/esm/models/ImpersonatePayload.js +1 -1
- package/dist/esm/models/ListOrganizationElement.d.ts +1 -1
- package/dist/esm/models/ListOrganizationElement.js +1 -1
- package/dist/esm/models/ListUserOrganizations.d.ts +1 -1
- package/dist/esm/models/ListUserOrganizations.js +1 -1
- package/dist/esm/models/LocalizedString.d.ts +1 -1
- package/dist/esm/models/LocalizedString.js +1 -1
- package/dist/esm/models/LoginPayload.d.ts +1 -1
- package/dist/esm/models/LoginPayload.js +1 -1
- package/dist/esm/models/NewPasswordPayload.d.ts +1 -1
- package/dist/esm/models/NewPasswordPayload.js +1 -1
- package/dist/esm/models/OAuthClient.d.ts +1 -1
- package/dist/esm/models/OAuthClient.js +1 -1
- package/dist/esm/models/OAuthClientListItem.d.ts +1 -1
- package/dist/esm/models/OAuthClientListItem.js +1 -1
- package/dist/esm/models/OAuthClientLoginPayload.d.ts +1 -1
- package/dist/esm/models/OAuthClientLoginPayload.js +1 -1
- package/dist/esm/models/OAuthClientPublicKey.d.ts +1 -1
- package/dist/esm/models/OAuthClientPublicKey.js +1 -1
- package/dist/esm/models/OAuthClientSecret.d.ts +1 -1
- package/dist/esm/models/OAuthClientSecret.js +1 -1
- package/dist/esm/models/OAuthClientUpdated.d.ts +1 -1
- package/dist/esm/models/OAuthClientUpdated.js +1 -1
- package/dist/esm/models/OAuthScope.d.ts +1 -1
- package/dist/esm/models/OAuthScope.js +1 -1
- package/dist/esm/models/Organization.d.ts +1 -1
- package/dist/esm/models/Organization.js +1 -1
- package/dist/esm/models/OrganizationApplicableServiceProfiles.d.ts +1 -1
- package/dist/esm/models/OrganizationApplicableServiceProfiles.js +1 -1
- package/dist/esm/models/OrganizationCreated.d.ts +1 -1
- package/dist/esm/models/OrganizationCreated.js +1 -1
- package/dist/esm/models/OrganizationPathElement.d.ts +1 -1
- package/dist/esm/models/OrganizationPathElement.js +1 -1
- package/dist/esm/models/OrganizationRoleAttribution.d.ts +1 -1
- package/dist/esm/models/OrganizationRoleAttribution.js +1 -1
- package/dist/esm/models/OrganizationRoleAttributionPermission.d.ts +1 -1
- package/dist/esm/models/OrganizationRoleAttributionPermission.js +1 -1
- package/dist/esm/models/OrganizationRoleAttributionRole.d.ts +1 -1
- package/dist/esm/models/OrganizationRoleAttributionRole.js +1 -1
- package/dist/esm/models/OrganizationRoleAttributionUser.d.ts +1 -1
- package/dist/esm/models/OrganizationRoleAttributionUser.js +1 -1
- package/dist/esm/models/OrganizationRoleAttributions.d.ts +1 -1
- package/dist/esm/models/OrganizationRoleAttributions.js +1 -1
- package/dist/esm/models/OrganizationRoles.d.ts +1 -1
- package/dist/esm/models/OrganizationRoles.js +1 -1
- package/dist/esm/models/OrganizationServiceProfile.d.ts +1 -1
- package/dist/esm/models/OrganizationServiceProfile.js +1 -1
- package/dist/esm/models/OrganizationServicesElement.d.ts +1 -1
- package/dist/esm/models/OrganizationServicesElement.js +1 -1
- package/dist/esm/models/OrganizationSsoProvider.d.ts +1 -1
- package/dist/esm/models/OrganizationSsoProvider.js +1 -1
- package/dist/esm/models/OrganizationUserServiceAssociation.d.ts +1 -1
- package/dist/esm/models/OrganizationUserServiceAssociation.js +1 -1
- package/dist/esm/models/PasswordPolicy.d.ts +1 -1
- package/dist/esm/models/PasswordPolicy.js +1 -1
- package/dist/esm/models/PermissionCode.d.ts +1 -1
- package/dist/esm/models/PermissionCode.js +1 -1
- package/dist/esm/models/PermissionCreated.d.ts +1 -1
- package/dist/esm/models/PermissionCreated.js +1 -1
- package/dist/esm/models/PermissionList.d.ts +1 -1
- package/dist/esm/models/PermissionList.js +1 -1
- package/dist/esm/models/PermissionResourceType.d.ts +1 -1
- package/dist/esm/models/PermissionResourceType.js +1 -1
- package/dist/esm/models/Role.d.ts +1 -1
- package/dist/esm/models/Role.js +1 -1
- package/dist/esm/models/RolesOnOrganization.d.ts +1 -1
- package/dist/esm/models/RolesOnOrganization.js +1 -1
- package/dist/esm/models/SearchSessionResult.d.ts +1 -1
- package/dist/esm/models/SearchSessionResult.js +1 -1
- package/dist/esm/models/SearchSessionResults.d.ts +1 -1
- package/dist/esm/models/SearchSessionResults.js +1 -1
- package/dist/esm/models/SendResetPasswordLinkPayload.d.ts +1 -1
- package/dist/esm/models/SendResetPasswordLinkPayload.js +1 -1
- package/dist/esm/models/SendSignupInvitationPayload.d.ts +1 -1
- package/dist/esm/models/SendSignupInvitationPayload.js +1 -1
- package/dist/esm/models/ServiceAccountCreationSchema.d.ts +1 -1
- package/dist/esm/models/ServiceAccountCreationSchema.js +1 -1
- package/dist/esm/models/ServiceAccountSchema.d.ts +1 -1
- package/dist/esm/models/ServiceAccountSchema.js +1 -1
- package/dist/esm/models/ServiceAccountStatus.d.ts +1 -1
- package/dist/esm/models/ServiceAccountStatus.js +1 -1
- package/dist/esm/models/ServiceAccountUpdateSchema.d.ts +1 -1
- package/dist/esm/models/ServiceAccountUpdateSchema.js +1 -1
- package/dist/esm/models/ServiceAccountUuidSchema.d.ts +1 -1
- package/dist/esm/models/ServiceAccountUuidSchema.js +1 -1
- package/dist/esm/models/Session.d.ts +1 -1
- package/dist/esm/models/Session.js +1 -1
- package/dist/esm/models/SessionPayload.d.ts +1 -1
- package/dist/esm/models/SessionPayload.js +1 -1
- package/dist/esm/models/SessionPolicy.d.ts +1 -1
- package/dist/esm/models/SessionPolicy.js +1 -1
- package/dist/esm/models/SessionState.d.ts +1 -1
- package/dist/esm/models/SessionState.js +1 -1
- package/dist/esm/models/SetOrganizationServiceOptionPayload.d.ts +1 -1
- package/dist/esm/models/SetOrganizationServiceOptionPayload.js +1 -1
- package/dist/esm/models/SetPasswordByConfirmationHashPayload.d.ts +1 -1
- package/dist/esm/models/SetPasswordByConfirmationHashPayload.js +1 -1
- package/dist/esm/models/SetUserAccountPasswordPayload.d.ts +1 -1
- package/dist/esm/models/SetUserAccountPasswordPayload.js +1 -1
- package/dist/esm/models/SsoProvider.d.ts +1 -1
- package/dist/esm/models/SsoProvider.js +1 -1
- package/dist/esm/models/SsoToken.d.ts +1 -1
- package/dist/esm/models/SsoToken.js +1 -1
- package/dist/esm/models/UpdateOAuthClientPayload.d.ts +1 -1
- package/dist/esm/models/UpdateOAuthClientPayload.js +1 -1
- package/dist/esm/models/UpdateOwnerOrganizationPayload.d.ts +1 -1
- package/dist/esm/models/UpdateOwnerOrganizationPayload.js +1 -1
- package/dist/esm/models/UpdateParentOrganizationPayload.d.ts +1 -1
- package/dist/esm/models/UpdateParentOrganizationPayload.js +1 -1
- package/dist/esm/models/UpdateUserAccountPayload.d.ts +2 -2
- package/dist/esm/models/UpdateUserAccountPayload.js +2 -4
- package/dist/esm/models/UpdateUserAccountSsoPayload.d.ts +1 -1
- package/dist/esm/models/UpdateUserAccountSsoPayload.js +1 -1
- package/dist/esm/models/UpsertServicePayload.d.ts +1 -1
- package/dist/esm/models/UpsertServicePayload.js +1 -1
- package/dist/esm/models/User.d.ts +1 -1
- package/dist/esm/models/User.js +1 -1
- package/dist/esm/models/UserAccountOrganizationRoles.d.ts +1 -1
- package/dist/esm/models/UserAccountOrganizationRoles.js +1 -1
- package/dist/esm/models/UserAccountPermission.d.ts +1 -1
- package/dist/esm/models/UserAccountPermission.js +1 -1
- package/dist/esm/models/UserAccountRole.d.ts +1 -1
- package/dist/esm/models/UserAccountRole.js +1 -1
- package/dist/esm/models/UserAccountRoleAttributions.d.ts +1 -1
- package/dist/esm/models/UserAccountRoleAttributions.js +1 -1
- package/dist/esm/models/UserAccountSearchResult.d.ts +1 -1
- package/dist/esm/models/UserAccountSearchResult.js +1 -1
- package/dist/esm/models/UserAddress.d.ts +1 -1
- package/dist/esm/models/UserAddress.js +1 -1
- package/dist/esm/models/UserAgreement.d.ts +1 -1
- package/dist/esm/models/UserAgreement.js +1 -1
- package/dist/esm/models/UserAgreementState.d.ts +1 -1
- package/dist/esm/models/UserAgreementState.js +1 -1
- package/dist/esm/models/UserPermissions.d.ts +1 -1
- package/dist/esm/models/UserPermissions.js +1 -1
- package/dist/esm/models/UserServiceAssociation.d.ts +1 -1
- package/dist/esm/models/UserServiceAssociation.js +1 -1
- package/dist/esm/models/UserSsoProvider.d.ts +1 -1
- package/dist/esm/models/UserSsoProvider.js +1 -1
- package/dist/esm/models/UserState.d.ts +1 -1
- package/dist/esm/models/UserState.js +1 -1
- package/dist/esm/models/UserUuid.d.ts +1 -1
- package/dist/esm/models/UserUuid.js +1 -1
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/AddOAuthClientSecretPayload.d.ts +1 -1
- package/dist/models/AddOAuthClientSecretPayload.js +1 -1
- package/dist/models/AddOAuthClientSecretResponse.d.ts +1 -1
- package/dist/models/AddOAuthClientSecretResponse.js +1 -1
- package/dist/models/ApplyPermissionsPayload.d.ts +1 -1
- package/dist/models/ApplyPermissionsPayload.js +1 -1
- package/dist/models/AuthenticationUserAccount.d.ts +1 -1
- package/dist/models/AuthenticationUserAccount.js +1 -1
- package/dist/models/CreateOAuthClientPayload.d.ts +1 -1
- package/dist/models/CreateOAuthClientPayload.js +1 -1
- package/dist/models/CreateOrUpdateOrganizationPayload.d.ts +1 -1
- package/dist/models/CreateOrUpdateOrganizationPayload.js +1 -1
- package/dist/models/CreateOrUpdatePermissionPayload.d.ts +1 -1
- package/dist/models/CreateOrUpdatePermissionPayload.js +1 -1
- package/dist/models/CreateOrganizationPayload.d.ts +1 -1
- package/dist/models/CreateOrganizationPayload.js +1 -1
- package/dist/models/CreateOrganizationUserServiceOptionPayload.d.ts +1 -1
- package/dist/models/CreateOrganizationUserServiceOptionPayload.js +1 -1
- package/dist/models/CreateOrganizationUserServicePayload.d.ts +1 -1
- package/dist/models/CreateOrganizationUserServicePayload.js +1 -1
- package/dist/models/CreateRole.d.ts +1 -1
- package/dist/models/CreateRole.js +1 -1
- package/dist/models/CreateUserAccountPayload.d.ts +1 -1
- package/dist/models/CreateUserAccountPayload.js +1 -1
- package/dist/models/CreateUserAccountServiceAssociation.d.ts +1 -1
- package/dist/models/CreateUserAccountServiceAssociation.js +1 -1
- package/dist/models/EnableEquisoftConnectPayload.d.ts +1 -1
- package/dist/models/EnableEquisoftConnectPayload.js +1 -1
- package/dist/models/ErrorMessage.d.ts +1 -1
- package/dist/models/ErrorMessage.js +1 -1
- package/dist/models/ErrorPayload.d.ts +1 -1
- package/dist/models/ErrorPayload.js +1 -1
- 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/ListOrganizationElement.d.ts +1 -1
- package/dist/models/ListOrganizationElement.js +1 -1
- package/dist/models/ListUserOrganizations.d.ts +1 -1
- package/dist/models/ListUserOrganizations.js +1 -1
- package/dist/models/LocalizedString.d.ts +1 -1
- 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 +1 -1
- package/dist/models/NewPasswordPayload.js +1 -1
- package/dist/models/OAuthClient.d.ts +1 -1
- package/dist/models/OAuthClient.js +1 -1
- package/dist/models/OAuthClientListItem.d.ts +1 -1
- package/dist/models/OAuthClientListItem.js +1 -1
- package/dist/models/OAuthClientLoginPayload.d.ts +1 -1
- package/dist/models/OAuthClientLoginPayload.js +1 -1
- package/dist/models/OAuthClientPublicKey.d.ts +1 -1
- package/dist/models/OAuthClientPublicKey.js +1 -1
- package/dist/models/OAuthClientSecret.d.ts +1 -1
- package/dist/models/OAuthClientSecret.js +1 -1
- package/dist/models/OAuthClientUpdated.d.ts +1 -1
- package/dist/models/OAuthClientUpdated.js +1 -1
- package/dist/models/OAuthScope.d.ts +1 -1
- package/dist/models/OAuthScope.js +1 -1
- package/dist/models/Organization.d.ts +1 -1
- package/dist/models/Organization.js +1 -1
- package/dist/models/OrganizationApplicableServiceProfiles.d.ts +1 -1
- package/dist/models/OrganizationApplicableServiceProfiles.js +1 -1
- 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 +1 -1
- package/dist/models/OrganizationRoleAttribution.d.ts +1 -1
- package/dist/models/OrganizationRoleAttribution.js +1 -1
- package/dist/models/OrganizationRoleAttributionPermission.d.ts +1 -1
- package/dist/models/OrganizationRoleAttributionPermission.js +1 -1
- package/dist/models/OrganizationRoleAttributionRole.d.ts +1 -1
- package/dist/models/OrganizationRoleAttributionRole.js +1 -1
- package/dist/models/OrganizationRoleAttributionUser.d.ts +1 -1
- package/dist/models/OrganizationRoleAttributionUser.js +1 -1
- package/dist/models/OrganizationRoleAttributions.d.ts +1 -1
- package/dist/models/OrganizationRoleAttributions.js +1 -1
- package/dist/models/OrganizationRoles.d.ts +1 -1
- package/dist/models/OrganizationRoles.js +1 -1
- package/dist/models/OrganizationServiceProfile.d.ts +1 -1
- package/dist/models/OrganizationServiceProfile.js +1 -1
- package/dist/models/OrganizationServicesElement.d.ts +1 -1
- package/dist/models/OrganizationServicesElement.js +1 -1
- package/dist/models/OrganizationSsoProvider.d.ts +1 -1
- package/dist/models/OrganizationSsoProvider.js +1 -1
- package/dist/models/OrganizationUserServiceAssociation.d.ts +1 -1
- package/dist/models/OrganizationUserServiceAssociation.js +1 -1
- package/dist/models/PasswordPolicy.d.ts +1 -1
- package/dist/models/PasswordPolicy.js +1 -1
- package/dist/models/PermissionCode.d.ts +1 -1
- package/dist/models/PermissionCode.js +1 -1
- package/dist/models/PermissionCreated.d.ts +1 -1
- package/dist/models/PermissionCreated.js +1 -1
- package/dist/models/PermissionList.d.ts +1 -1
- package/dist/models/PermissionList.js +1 -1
- package/dist/models/PermissionResourceType.d.ts +1 -1
- package/dist/models/PermissionResourceType.js +1 -1
- package/dist/models/Role.d.ts +1 -1
- package/dist/models/Role.js +1 -1
- package/dist/models/RolesOnOrganization.d.ts +1 -1
- package/dist/models/RolesOnOrganization.js +1 -1
- package/dist/models/SearchSessionResult.d.ts +1 -1
- package/dist/models/SearchSessionResult.js +1 -1
- package/dist/models/SearchSessionResults.d.ts +1 -1
- package/dist/models/SearchSessionResults.js +1 -1
- package/dist/models/SendResetPasswordLinkPayload.d.ts +1 -1
- package/dist/models/SendResetPasswordLinkPayload.js +1 -1
- package/dist/models/SendSignupInvitationPayload.d.ts +1 -1
- package/dist/models/SendSignupInvitationPayload.js +1 -1
- 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 +1 -1
- package/dist/models/ServiceAccountStatus.d.ts +1 -1
- package/dist/models/ServiceAccountStatus.js +1 -1
- package/dist/models/ServiceAccountUpdateSchema.d.ts +1 -1
- package/dist/models/ServiceAccountUpdateSchema.js +1 -1
- package/dist/models/ServiceAccountUuidSchema.d.ts +1 -1
- package/dist/models/ServiceAccountUuidSchema.js +1 -1
- package/dist/models/Session.d.ts +1 -1
- package/dist/models/Session.js +1 -1
- package/dist/models/SessionPayload.d.ts +1 -1
- package/dist/models/SessionPayload.js +1 -1
- package/dist/models/SessionPolicy.d.ts +1 -1
- package/dist/models/SessionPolicy.js +1 -1
- package/dist/models/SessionState.d.ts +1 -1
- package/dist/models/SessionState.js +1 -1
- package/dist/models/SetOrganizationServiceOptionPayload.d.ts +1 -1
- package/dist/models/SetOrganizationServiceOptionPayload.js +1 -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 +1 -1
- 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/UpdateOAuthClientPayload.d.ts +1 -1
- package/dist/models/UpdateOAuthClientPayload.js +1 -1
- package/dist/models/UpdateOwnerOrganizationPayload.d.ts +1 -1
- package/dist/models/UpdateOwnerOrganizationPayload.js +1 -1
- package/dist/models/UpdateParentOrganizationPayload.d.ts +1 -1
- package/dist/models/UpdateParentOrganizationPayload.js +1 -1
- package/dist/models/UpdateUserAccountPayload.d.ts +2 -2
- package/dist/models/UpdateUserAccountPayload.js +2 -4
- package/dist/models/UpdateUserAccountSsoPayload.d.ts +1 -1
- package/dist/models/UpdateUserAccountSsoPayload.js +1 -1
- package/dist/models/UpsertServicePayload.d.ts +1 -1
- package/dist/models/UpsertServicePayload.js +1 -1
- package/dist/models/User.d.ts +1 -1
- package/dist/models/User.js +1 -1
- package/dist/models/UserAccountOrganizationRoles.d.ts +1 -1
- package/dist/models/UserAccountOrganizationRoles.js +1 -1
- package/dist/models/UserAccountPermission.d.ts +1 -1
- package/dist/models/UserAccountPermission.js +1 -1
- package/dist/models/UserAccountRole.d.ts +1 -1
- package/dist/models/UserAccountRole.js +1 -1
- package/dist/models/UserAccountRoleAttributions.d.ts +1 -1
- package/dist/models/UserAccountRoleAttributions.js +1 -1
- package/dist/models/UserAccountSearchResult.d.ts +1 -1
- package/dist/models/UserAccountSearchResult.js +1 -1
- package/dist/models/UserAddress.d.ts +1 -1
- package/dist/models/UserAddress.js +1 -1
- package/dist/models/UserAgreement.d.ts +1 -1
- package/dist/models/UserAgreement.js +1 -1
- package/dist/models/UserAgreementState.d.ts +1 -1
- package/dist/models/UserAgreementState.js +1 -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 +1 -1
- package/dist/models/UserSsoProvider.d.ts +1 -1
- package/dist/models/UserSsoProvider.js +1 -1
- package/dist/models/UserState.d.ts +1 -1
- package/dist/models/UserState.js +1 -1
- package/dist/models/UserUuid.d.ts +1 -1
- package/dist/models/UserUuid.js +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/AccountApi.ts +1 -1
- package/src/apis/OAuthApi.ts +1 -1
- package/src/apis/OrganizationApi.ts +1 -1
- package/src/apis/PermissionApi.ts +1 -1
- package/src/apis/RoleApi.ts +1 -1
- package/src/apis/ServiceAccountApi.ts +1 -1
- package/src/apis/SessionApi.ts +1 -1
- package/src/apis/UserApi.ts +49 -1
- package/src/models/AddOAuthClientSecretPayload.ts +1 -1
- package/src/models/AddOAuthClientSecretResponse.ts +1 -1
- package/src/models/ApplyPermissionsPayload.ts +1 -1
- package/src/models/AuthenticationUserAccount.ts +1 -1
- package/src/models/CreateOAuthClientPayload.ts +1 -1
- package/src/models/CreateOrUpdateOrganizationPayload.ts +1 -1
- package/src/models/CreateOrUpdatePermissionPayload.ts +1 -1
- package/src/models/CreateOrganizationPayload.ts +1 -1
- package/src/models/CreateOrganizationUserServiceOptionPayload.ts +1 -1
- package/src/models/CreateOrganizationUserServicePayload.ts +1 -1
- package/src/models/CreateRole.ts +1 -1
- package/src/models/CreateUserAccountPayload.ts +1 -1
- package/src/models/CreateUserAccountServiceAssociation.ts +1 -1
- package/src/models/EnableEquisoftConnectPayload.ts +1 -1
- package/src/models/ErrorMessage.ts +1 -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/ListOrganizationElement.ts +1 -1
- package/src/models/ListUserOrganizations.ts +1 -1
- package/src/models/LocalizedString.ts +1 -1
- package/src/models/LoginPayload.ts +1 -1
- package/src/models/NewPasswordPayload.ts +1 -1
- package/src/models/OAuthClient.ts +1 -1
- package/src/models/OAuthClientListItem.ts +1 -1
- package/src/models/OAuthClientLoginPayload.ts +1 -1
- package/src/models/OAuthClientPublicKey.ts +1 -1
- package/src/models/OAuthClientSecret.ts +1 -1
- package/src/models/OAuthClientUpdated.ts +1 -1
- package/src/models/OAuthScope.ts +1 -1
- package/src/models/Organization.ts +1 -1
- package/src/models/OrganizationApplicableServiceProfiles.ts +1 -1
- package/src/models/OrganizationCreated.ts +1 -1
- package/src/models/OrganizationPathElement.ts +1 -1
- package/src/models/OrganizationRoleAttribution.ts +1 -1
- package/src/models/OrganizationRoleAttributionPermission.ts +1 -1
- package/src/models/OrganizationRoleAttributionRole.ts +1 -1
- package/src/models/OrganizationRoleAttributionUser.ts +1 -1
- package/src/models/OrganizationRoleAttributions.ts +1 -1
- package/src/models/OrganizationRoles.ts +1 -1
- package/src/models/OrganizationServiceProfile.ts +1 -1
- 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 +1 -1
- 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/RolesOnOrganization.ts +1 -1
- package/src/models/SearchSessionResult.ts +1 -1
- package/src/models/SearchSessionResults.ts +1 -1
- package/src/models/SendResetPasswordLinkPayload.ts +1 -1
- package/src/models/SendSignupInvitationPayload.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/Session.ts +1 -1
- package/src/models/SessionPayload.ts +1 -1
- package/src/models/SessionPolicy.ts +1 -1
- package/src/models/SessionState.ts +1 -1
- package/src/models/SetOrganizationServiceOptionPayload.ts +1 -1
- package/src/models/SetPasswordByConfirmationHashPayload.ts +1 -1
- package/src/models/SetUserAccountPasswordPayload.ts +1 -1
- package/src/models/SsoProvider.ts +1 -1
- package/src/models/SsoToken.ts +1 -1
- package/src/models/UpdateOAuthClientPayload.ts +1 -1
- package/src/models/UpdateOwnerOrganizationPayload.ts +1 -1
- package/src/models/UpdateParentOrganizationPayload.ts +1 -1
- package/src/models/UpdateUserAccountPayload.ts +3 -4
- package/src/models/UpdateUserAccountSsoPayload.ts +1 -1
- package/src/models/UpsertServicePayload.ts +1 -1
- package/src/models/User.ts +1 -1
- 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 +1 -1
- package/src/models/UserAddress.ts +1 -1
- package/src/models/UserAgreement.ts +1 -1
- package/src/models/UserAgreementState.ts +1 -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 +1 -1
- package/src/models/UserUuid.ts +1 -1
- package/src/runtime.ts +1 -1
|
@@ -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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -33,7 +33,7 @@ export interface UpdateUserAccountPayload {
|
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof UpdateUserAccountPayload
|
|
35
35
|
*/
|
|
36
|
-
email
|
|
36
|
+
email?: string | null;
|
|
37
37
|
/**
|
|
38
38
|
* Mobile phone used for sms password reset.
|
|
39
39
|
* @type {string}
|
|
@@ -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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -23,8 +23,6 @@ const UserAddress_1 = require("./UserAddress");
|
|
|
23
23
|
* Check if a given object implements the UpdateUserAccountPayload interface.
|
|
24
24
|
*/
|
|
25
25
|
function instanceOfUpdateUserAccountPayload(value) {
|
|
26
|
-
if (!('email' in value) || value['email'] === undefined)
|
|
27
|
-
return false;
|
|
28
26
|
if (!('locale' in value) || value['locale'] === undefined)
|
|
29
27
|
return false;
|
|
30
28
|
return true;
|
|
@@ -39,7 +37,7 @@ function UpdateUserAccountPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
37
|
return {
|
|
40
38
|
'givenName': json['givenName'] == null ? undefined : json['givenName'],
|
|
41
39
|
'familyName': json['familyName'] == null ? undefined : json['familyName'],
|
|
42
|
-
'email': json['email'],
|
|
40
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
43
41
|
'mobilePhone': json['mobilePhone'] == null ? undefined : json['mobilePhone'],
|
|
44
42
|
'locale': json['locale'],
|
|
45
43
|
'address': json['address'] == null ? undefined : (0, UserAddress_1.UserAddressFromJSON)(json['address']),
|
|
@@ -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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/User.d.ts
CHANGED
|
@@ -2,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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/User.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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/UserState.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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/UserUuid.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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/runtime.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: 10.6.
|
|
5
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/runtime.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: 10.6.
|
|
8
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/package.json
CHANGED
package/src/apis/AccountApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/apis/OAuthApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/apis/RoleApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/apis/SessionApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/apis/UserApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -246,6 +246,10 @@ export interface UpdateOwnerOrganizationRequest {
|
|
|
246
246
|
updateOwnerOrganizationPayload: UpdateOwnerOrganizationPayload;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
+
export interface UpdateSelfRequest {
|
|
250
|
+
updateUserAccountPayload: UpdateUserAccountPayload;
|
|
251
|
+
}
|
|
252
|
+
|
|
249
253
|
export interface UpdateUserRequest {
|
|
250
254
|
uuid: string;
|
|
251
255
|
updateUserAccountPayload: UpdateUserAccountPayload;
|
|
@@ -1887,6 +1891,50 @@ export class UserApi extends runtime.BaseAPI {
|
|
|
1887
1891
|
await this.updateOwnerOrganizationRaw(requestParameters, initOverrides);
|
|
1888
1892
|
}
|
|
1889
1893
|
|
|
1894
|
+
/**
|
|
1895
|
+
* Update current user\'s own information.
|
|
1896
|
+
*/
|
|
1897
|
+
async updateSelfRaw(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
1898
|
+
if (requestParameters['updateUserAccountPayload'] == null) {
|
|
1899
|
+
throw new runtime.RequiredError(
|
|
1900
|
+
'updateUserAccountPayload',
|
|
1901
|
+
'Required parameter "updateUserAccountPayload" was null or undefined when calling updateSelf().'
|
|
1902
|
+
);
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
const queryParameters: any = {};
|
|
1906
|
+
|
|
1907
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
1908
|
+
|
|
1909
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
1910
|
+
|
|
1911
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
1912
|
+
// oauth required
|
|
1913
|
+
const token = this.configuration.accessToken;
|
|
1914
|
+
const tokenString = await token("OAuth2", []);
|
|
1915
|
+
if (tokenString) {
|
|
1916
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
const response = await this.request({
|
|
1921
|
+
path: `/users/self`,
|
|
1922
|
+
method: 'PUT',
|
|
1923
|
+
headers: headerParameters,
|
|
1924
|
+
query: queryParameters,
|
|
1925
|
+
body: UpdateUserAccountPayloadToJSON(requestParameters['updateUserAccountPayload']),
|
|
1926
|
+
}, initOverrides);
|
|
1927
|
+
|
|
1928
|
+
return new runtime.VoidApiResponse(response);
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
/**
|
|
1932
|
+
* Update current user\'s own information.
|
|
1933
|
+
*/
|
|
1934
|
+
async updateSelf(requestParameters: UpdateSelfRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
1935
|
+
await this.updateSelfRaw(requestParameters, initOverrides);
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1890
1938
|
/**
|
|
1891
1939
|
* update user account.
|
|
1892
1940
|
*/
|
|
@@ -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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 10.6.
|
|
7
|
+
* The version of the OpenAPI document: 10.6.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|