@equisoft/account-service-sdk-typescript 9.5.0 → 9.5.1-snapshot.20250523195944
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/VERSION +1 -1
- package/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 +1 -1
- package/dist/apis/UserApi.js +1 -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 +1 -1
- package/dist/esm/apis/UserApi.js +1 -1
- package/dist/esm/models/ApplyPermissionsPayload.d.ts +3 -2
- package/dist/esm/models/ApplyPermissionsPayload.js +5 -2
- package/dist/esm/models/AuthenticationUserAccount.d.ts +3 -2
- package/dist/esm/models/AuthenticationUserAccount.js +5 -2
- package/dist/esm/models/CreateOrUpdateOAuthClientPayload.d.ts +3 -2
- package/dist/esm/models/CreateOrUpdateOAuthClientPayload.js +5 -2
- package/dist/esm/models/CreateOrUpdateOrganizationPayload.d.ts +3 -2
- package/dist/esm/models/CreateOrUpdateOrganizationPayload.js +5 -2
- package/dist/esm/models/CreateOrUpdatePermissionPayload.d.ts +3 -2
- package/dist/esm/models/CreateOrUpdatePermissionPayload.js +5 -2
- package/dist/esm/models/CreateOrganizationPayload.d.ts +3 -2
- package/dist/esm/models/CreateOrganizationPayload.js +5 -2
- package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.d.ts +3 -2
- package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.js +5 -2
- package/dist/esm/models/CreateOrganizationUserServicePayload.d.ts +3 -2
- package/dist/esm/models/CreateOrganizationUserServicePayload.js +5 -2
- package/dist/esm/models/CreateRole.d.ts +3 -2
- package/dist/esm/models/CreateRole.js +5 -2
- package/dist/esm/models/CreateUserAccountPayload.d.ts +3 -2
- package/dist/esm/models/CreateUserAccountPayload.js +5 -2
- package/dist/esm/models/CreateUserAccountServiceAssociation.d.ts +3 -2
- package/dist/esm/models/CreateUserAccountServiceAssociation.js +5 -2
- package/dist/esm/models/EnableEquisoftConnectPayload.d.ts +3 -2
- package/dist/esm/models/EnableEquisoftConnectPayload.js +5 -2
- package/dist/esm/models/ErrorMessage.d.ts +2 -1
- package/dist/esm/models/ErrorMessage.js +4 -1
- package/dist/esm/models/ErrorPayload.d.ts +3 -2
- package/dist/esm/models/ErrorPayload.js +5 -2
- package/dist/esm/models/Id.d.ts +3 -2
- package/dist/esm/models/Id.js +5 -2
- package/dist/esm/models/ImpersonatePayload.d.ts +3 -2
- package/dist/esm/models/ImpersonatePayload.js +5 -2
- package/dist/esm/models/ListOrganizationElement.d.ts +3 -2
- package/dist/esm/models/ListOrganizationElement.js +5 -2
- package/dist/esm/models/ListUserOrganizations.d.ts +3 -2
- package/dist/esm/models/ListUserOrganizations.js +5 -2
- package/dist/esm/models/LocalizedString.d.ts +3 -2
- package/dist/esm/models/LocalizedString.js +5 -2
- package/dist/esm/models/LoginPayload.d.ts +3 -2
- package/dist/esm/models/LoginPayload.js +5 -2
- package/dist/esm/models/NewPasswordPayload.d.ts +3 -2
- package/dist/esm/models/NewPasswordPayload.js +5 -2
- package/dist/esm/models/OAuthClient.d.ts +3 -2
- package/dist/esm/models/OAuthClient.js +5 -2
- package/dist/esm/models/OAuthClientCreated.d.ts +3 -2
- package/dist/esm/models/OAuthClientCreated.js +5 -2
- package/dist/esm/models/OAuthClientPublicKey.d.ts +3 -2
- package/dist/esm/models/OAuthClientPublicKey.js +5 -2
- package/dist/esm/models/Organization.d.ts +3 -2
- package/dist/esm/models/Organization.js +5 -2
- package/dist/esm/models/OrganizationApplicableServiceProfiles.d.ts +3 -2
- package/dist/esm/models/OrganizationApplicableServiceProfiles.js +5 -2
- package/dist/esm/models/OrganizationCreated.d.ts +3 -2
- package/dist/esm/models/OrganizationCreated.js +5 -2
- package/dist/esm/models/OrganizationPathElement.d.ts +3 -2
- package/dist/esm/models/OrganizationPathElement.js +5 -2
- package/dist/esm/models/OrganizationRoleAttribution.d.ts +3 -2
- package/dist/esm/models/OrganizationRoleAttribution.js +5 -2
- package/dist/esm/models/OrganizationRoleAttributionPermission.d.ts +3 -2
- package/dist/esm/models/OrganizationRoleAttributionPermission.js +5 -2
- package/dist/esm/models/OrganizationRoleAttributionRole.d.ts +3 -2
- package/dist/esm/models/OrganizationRoleAttributionRole.js +5 -2
- package/dist/esm/models/OrganizationRoleAttributionUser.d.ts +3 -2
- package/dist/esm/models/OrganizationRoleAttributionUser.js +5 -2
- package/dist/esm/models/OrganizationRoleAttributions.d.ts +3 -2
- package/dist/esm/models/OrganizationRoleAttributions.js +5 -2
- package/dist/esm/models/OrganizationServiceProfile.d.ts +3 -2
- package/dist/esm/models/OrganizationServiceProfile.js +5 -2
- package/dist/esm/models/OrganizationServicesElement.d.ts +3 -2
- package/dist/esm/models/OrganizationServicesElement.js +5 -2
- package/dist/esm/models/OrganizationSsoProvider.d.ts +3 -2
- package/dist/esm/models/OrganizationSsoProvider.js +5 -2
- package/dist/esm/models/OrganizationUserServiceAssociation.d.ts +3 -2
- package/dist/esm/models/OrganizationUserServiceAssociation.js +5 -2
- package/dist/esm/models/PasswordPolicy.d.ts +3 -2
- package/dist/esm/models/PasswordPolicy.js +5 -2
- package/dist/esm/models/PermissionCode.d.ts +3 -2
- package/dist/esm/models/PermissionCode.js +5 -2
- package/dist/esm/models/PermissionCreated.d.ts +3 -2
- package/dist/esm/models/PermissionCreated.js +5 -2
- package/dist/esm/models/PermissionList.d.ts +3 -2
- package/dist/esm/models/PermissionList.js +5 -2
- package/dist/esm/models/PermissionResourceType.d.ts +2 -1
- package/dist/esm/models/PermissionResourceType.js +4 -1
- package/dist/esm/models/Role.d.ts +3 -2
- package/dist/esm/models/Role.js +5 -2
- package/dist/esm/models/RoleCreated.d.ts +3 -2
- package/dist/esm/models/RoleCreated.js +5 -2
- package/dist/esm/models/RolesOnOrganization.d.ts +3 -2
- package/dist/esm/models/RolesOnOrganization.js +5 -2
- package/dist/esm/models/SendResetPasswordLinkPayload.d.ts +3 -2
- package/dist/esm/models/SendResetPasswordLinkPayload.js +5 -2
- package/dist/esm/models/SendSignupInvitationPayload.d.ts +3 -2
- package/dist/esm/models/SendSignupInvitationPayload.js +5 -2
- package/dist/esm/models/ServiceAccountCreationSchema.d.ts +3 -2
- package/dist/esm/models/ServiceAccountCreationSchema.js +5 -2
- package/dist/esm/models/ServiceAccountSchema.d.ts +3 -2
- package/dist/esm/models/ServiceAccountSchema.js +5 -2
- package/dist/esm/models/ServiceAccountStatus.d.ts +2 -1
- package/dist/esm/models/ServiceAccountStatus.js +4 -1
- package/dist/esm/models/ServiceAccountUpdateSchema.d.ts +3 -2
- package/dist/esm/models/ServiceAccountUpdateSchema.js +5 -2
- package/dist/esm/models/ServiceAccountUuidSchema.d.ts +3 -2
- package/dist/esm/models/ServiceAccountUuidSchema.js +5 -2
- package/dist/esm/models/Session.d.ts +3 -2
- package/dist/esm/models/Session.js +5 -2
- package/dist/esm/models/SessionPayload.d.ts +3 -2
- package/dist/esm/models/SessionPayload.js +5 -2
- package/dist/esm/models/SessionPolicy.d.ts +3 -2
- package/dist/esm/models/SessionPolicy.js +5 -2
- package/dist/esm/models/SessionState.d.ts +2 -1
- package/dist/esm/models/SessionState.js +4 -1
- package/dist/esm/models/SetOrganizationServiceOptionPayload.d.ts +3 -2
- package/dist/esm/models/SetOrganizationServiceOptionPayload.js +5 -2
- package/dist/esm/models/SetPasswordByConfirmationHashPayload.d.ts +3 -2
- package/dist/esm/models/SetPasswordByConfirmationHashPayload.js +5 -2
- package/dist/esm/models/SetUserAccountPasswordPayload.d.ts +3 -2
- package/dist/esm/models/SetUserAccountPasswordPayload.js +5 -2
- package/dist/esm/models/SsoProvider.d.ts +3 -2
- package/dist/esm/models/SsoProvider.js +5 -2
- package/dist/esm/models/SsoToken.d.ts +3 -2
- package/dist/esm/models/SsoToken.js +5 -2
- package/dist/esm/models/UpdateOwnerOrganizationPayload.d.ts +3 -2
- package/dist/esm/models/UpdateOwnerOrganizationPayload.js +5 -2
- package/dist/esm/models/UpdateParentOrganizationPayload.d.ts +3 -2
- package/dist/esm/models/UpdateParentOrganizationPayload.js +5 -2
- package/dist/esm/models/UpdateUserAccountPayload.d.ts +3 -2
- package/dist/esm/models/UpdateUserAccountPayload.js +5 -2
- package/dist/esm/models/UpdateUserAccountSsoPayload.d.ts +3 -2
- package/dist/esm/models/UpdateUserAccountSsoPayload.js +5 -2
- package/dist/esm/models/UpsertServicePayload.d.ts +3 -2
- package/dist/esm/models/UpsertServicePayload.js +5 -2
- package/dist/esm/models/User.d.ts +3 -2
- package/dist/esm/models/User.js +5 -2
- package/dist/esm/models/UserAccountOrganizationRoles.d.ts +3 -2
- package/dist/esm/models/UserAccountOrganizationRoles.js +5 -2
- package/dist/esm/models/UserAccountPermission.d.ts +3 -2
- package/dist/esm/models/UserAccountPermission.js +5 -2
- package/dist/esm/models/UserAccountRole.d.ts +3 -2
- package/dist/esm/models/UserAccountRole.js +5 -2
- package/dist/esm/models/UserAccountRoleAttributions.d.ts +3 -2
- package/dist/esm/models/UserAccountRoleAttributions.js +5 -2
- package/dist/esm/models/UserAccountSearchResult.d.ts +3 -2
- package/dist/esm/models/UserAccountSearchResult.js +5 -2
- package/dist/esm/models/UserAddress.d.ts +3 -2
- package/dist/esm/models/UserAddress.js +5 -2
- package/dist/esm/models/UserAgreement.d.ts +3 -2
- package/dist/esm/models/UserAgreement.js +5 -2
- package/dist/esm/models/UserAgreementState.d.ts +2 -1
- package/dist/esm/models/UserAgreementState.js +4 -1
- package/dist/esm/models/UserPermissions.d.ts +3 -2
- package/dist/esm/models/UserPermissions.js +5 -2
- package/dist/esm/models/UserServiceAssociation.d.ts +3 -2
- package/dist/esm/models/UserServiceAssociation.js +5 -2
- package/dist/esm/models/UserSsoProvider.d.ts +3 -2
- package/dist/esm/models/UserSsoProvider.js +5 -2
- package/dist/esm/models/UserState.d.ts +2 -1
- package/dist/esm/models/UserState.js +4 -1
- package/dist/esm/models/UserUuid.d.ts +3 -2
- package/dist/esm/models/UserUuid.js +5 -2
- package/dist/esm/runtime.d.ts +5 -2
- package/dist/esm/runtime.js +10 -2
- package/dist/models/ApplyPermissionsPayload.d.ts +3 -2
- package/dist/models/ApplyPermissionsPayload.js +6 -2
- package/dist/models/AuthenticationUserAccount.d.ts +3 -2
- package/dist/models/AuthenticationUserAccount.js +6 -2
- package/dist/models/CreateOrUpdateOAuthClientPayload.d.ts +3 -2
- package/dist/models/CreateOrUpdateOAuthClientPayload.js +6 -2
- package/dist/models/CreateOrUpdateOrganizationPayload.d.ts +3 -2
- package/dist/models/CreateOrUpdateOrganizationPayload.js +6 -2
- package/dist/models/CreateOrUpdatePermissionPayload.d.ts +3 -2
- package/dist/models/CreateOrUpdatePermissionPayload.js +6 -2
- package/dist/models/CreateOrganizationPayload.d.ts +3 -2
- package/dist/models/CreateOrganizationPayload.js +6 -2
- package/dist/models/CreateOrganizationUserServiceOptionPayload.d.ts +3 -2
- package/dist/models/CreateOrganizationUserServiceOptionPayload.js +6 -2
- package/dist/models/CreateOrganizationUserServicePayload.d.ts +3 -2
- package/dist/models/CreateOrganizationUserServicePayload.js +6 -2
- package/dist/models/CreateRole.d.ts +3 -2
- package/dist/models/CreateRole.js +6 -2
- package/dist/models/CreateUserAccountPayload.d.ts +3 -2
- package/dist/models/CreateUserAccountPayload.js +6 -2
- package/dist/models/CreateUserAccountServiceAssociation.d.ts +3 -2
- package/dist/models/CreateUserAccountServiceAssociation.js +6 -2
- package/dist/models/EnableEquisoftConnectPayload.d.ts +3 -2
- package/dist/models/EnableEquisoftConnectPayload.js +6 -2
- package/dist/models/ErrorMessage.d.ts +2 -1
- package/dist/models/ErrorMessage.js +5 -1
- package/dist/models/ErrorPayload.d.ts +3 -2
- package/dist/models/ErrorPayload.js +6 -2
- package/dist/models/Id.d.ts +3 -2
- package/dist/models/Id.js +6 -2
- package/dist/models/ImpersonatePayload.d.ts +3 -2
- package/dist/models/ImpersonatePayload.js +6 -2
- package/dist/models/ListOrganizationElement.d.ts +3 -2
- package/dist/models/ListOrganizationElement.js +6 -2
- package/dist/models/ListUserOrganizations.d.ts +3 -2
- package/dist/models/ListUserOrganizations.js +6 -2
- package/dist/models/LocalizedString.d.ts +3 -2
- package/dist/models/LocalizedString.js +6 -2
- package/dist/models/LoginPayload.d.ts +3 -2
- package/dist/models/LoginPayload.js +6 -2
- package/dist/models/NewPasswordPayload.d.ts +3 -2
- package/dist/models/NewPasswordPayload.js +6 -2
- package/dist/models/OAuthClient.d.ts +3 -2
- package/dist/models/OAuthClient.js +6 -2
- package/dist/models/OAuthClientCreated.d.ts +3 -2
- package/dist/models/OAuthClientCreated.js +6 -2
- package/dist/models/OAuthClientPublicKey.d.ts +3 -2
- package/dist/models/OAuthClientPublicKey.js +6 -2
- package/dist/models/Organization.d.ts +3 -2
- package/dist/models/Organization.js +6 -2
- package/dist/models/OrganizationApplicableServiceProfiles.d.ts +3 -2
- package/dist/models/OrganizationApplicableServiceProfiles.js +6 -2
- package/dist/models/OrganizationCreated.d.ts +3 -2
- package/dist/models/OrganizationCreated.js +6 -2
- package/dist/models/OrganizationPathElement.d.ts +3 -2
- package/dist/models/OrganizationPathElement.js +6 -2
- package/dist/models/OrganizationRoleAttribution.d.ts +3 -2
- package/dist/models/OrganizationRoleAttribution.js +6 -2
- package/dist/models/OrganizationRoleAttributionPermission.d.ts +3 -2
- package/dist/models/OrganizationRoleAttributionPermission.js +6 -2
- package/dist/models/OrganizationRoleAttributionRole.d.ts +3 -2
- package/dist/models/OrganizationRoleAttributionRole.js +6 -2
- package/dist/models/OrganizationRoleAttributionUser.d.ts +3 -2
- package/dist/models/OrganizationRoleAttributionUser.js +6 -2
- package/dist/models/OrganizationRoleAttributions.d.ts +3 -2
- package/dist/models/OrganizationRoleAttributions.js +6 -2
- package/dist/models/OrganizationServiceProfile.d.ts +3 -2
- package/dist/models/OrganizationServiceProfile.js +6 -2
- package/dist/models/OrganizationServicesElement.d.ts +3 -2
- package/dist/models/OrganizationServicesElement.js +6 -2
- package/dist/models/OrganizationSsoProvider.d.ts +3 -2
- package/dist/models/OrganizationSsoProvider.js +6 -2
- package/dist/models/OrganizationUserServiceAssociation.d.ts +3 -2
- package/dist/models/OrganizationUserServiceAssociation.js +6 -2
- package/dist/models/PasswordPolicy.d.ts +3 -2
- package/dist/models/PasswordPolicy.js +6 -2
- package/dist/models/PermissionCode.d.ts +3 -2
- package/dist/models/PermissionCode.js +6 -2
- package/dist/models/PermissionCreated.d.ts +3 -2
- package/dist/models/PermissionCreated.js +6 -2
- package/dist/models/PermissionList.d.ts +3 -2
- package/dist/models/PermissionList.js +6 -2
- package/dist/models/PermissionResourceType.d.ts +2 -1
- package/dist/models/PermissionResourceType.js +5 -1
- package/dist/models/Role.d.ts +3 -2
- package/dist/models/Role.js +6 -2
- package/dist/models/RoleCreated.d.ts +3 -2
- package/dist/models/RoleCreated.js +6 -2
- package/dist/models/RolesOnOrganization.d.ts +3 -2
- package/dist/models/RolesOnOrganization.js +6 -2
- package/dist/models/SendResetPasswordLinkPayload.d.ts +3 -2
- package/dist/models/SendResetPasswordLinkPayload.js +6 -2
- package/dist/models/SendSignupInvitationPayload.d.ts +3 -2
- package/dist/models/SendSignupInvitationPayload.js +6 -2
- package/dist/models/ServiceAccountCreationSchema.d.ts +3 -2
- package/dist/models/ServiceAccountCreationSchema.js +6 -2
- package/dist/models/ServiceAccountSchema.d.ts +3 -2
- package/dist/models/ServiceAccountSchema.js +6 -2
- package/dist/models/ServiceAccountStatus.d.ts +2 -1
- package/dist/models/ServiceAccountStatus.js +5 -1
- package/dist/models/ServiceAccountUpdateSchema.d.ts +3 -2
- package/dist/models/ServiceAccountUpdateSchema.js +6 -2
- package/dist/models/ServiceAccountUuidSchema.d.ts +3 -2
- package/dist/models/ServiceAccountUuidSchema.js +6 -2
- package/dist/models/Session.d.ts +3 -2
- package/dist/models/Session.js +6 -2
- package/dist/models/SessionPayload.d.ts +3 -2
- package/dist/models/SessionPayload.js +6 -2
- package/dist/models/SessionPolicy.d.ts +3 -2
- package/dist/models/SessionPolicy.js +6 -2
- package/dist/models/SessionState.d.ts +2 -1
- package/dist/models/SessionState.js +5 -1
- package/dist/models/SetOrganizationServiceOptionPayload.d.ts +3 -2
- package/dist/models/SetOrganizationServiceOptionPayload.js +6 -2
- package/dist/models/SetPasswordByConfirmationHashPayload.d.ts +3 -2
- package/dist/models/SetPasswordByConfirmationHashPayload.js +6 -2
- package/dist/models/SetUserAccountPasswordPayload.d.ts +3 -2
- package/dist/models/SetUserAccountPasswordPayload.js +6 -2
- package/dist/models/SsoProvider.d.ts +3 -2
- package/dist/models/SsoProvider.js +6 -2
- package/dist/models/SsoToken.d.ts +3 -2
- package/dist/models/SsoToken.js +6 -2
- package/dist/models/UpdateOwnerOrganizationPayload.d.ts +3 -2
- package/dist/models/UpdateOwnerOrganizationPayload.js +6 -2
- package/dist/models/UpdateParentOrganizationPayload.d.ts +3 -2
- package/dist/models/UpdateParentOrganizationPayload.js +6 -2
- package/dist/models/UpdateUserAccountPayload.d.ts +3 -2
- package/dist/models/UpdateUserAccountPayload.js +6 -2
- package/dist/models/UpdateUserAccountSsoPayload.d.ts +3 -2
- package/dist/models/UpdateUserAccountSsoPayload.js +6 -2
- package/dist/models/UpsertServicePayload.d.ts +3 -2
- package/dist/models/UpsertServicePayload.js +6 -2
- package/dist/models/User.d.ts +3 -2
- package/dist/models/User.js +6 -2
- package/dist/models/UserAccountOrganizationRoles.d.ts +3 -2
- package/dist/models/UserAccountOrganizationRoles.js +6 -2
- package/dist/models/UserAccountPermission.d.ts +3 -2
- package/dist/models/UserAccountPermission.js +6 -2
- package/dist/models/UserAccountRole.d.ts +3 -2
- package/dist/models/UserAccountRole.js +6 -2
- package/dist/models/UserAccountRoleAttributions.d.ts +3 -2
- package/dist/models/UserAccountRoleAttributions.js +6 -2
- package/dist/models/UserAccountSearchResult.d.ts +3 -2
- package/dist/models/UserAccountSearchResult.js +6 -2
- package/dist/models/UserAddress.d.ts +3 -2
- package/dist/models/UserAddress.js +6 -2
- package/dist/models/UserAgreement.d.ts +3 -2
- package/dist/models/UserAgreement.js +6 -2
- package/dist/models/UserAgreementState.d.ts +2 -1
- package/dist/models/UserAgreementState.js +5 -1
- package/dist/models/UserPermissions.d.ts +3 -2
- package/dist/models/UserPermissions.js +6 -2
- package/dist/models/UserServiceAssociation.d.ts +3 -2
- package/dist/models/UserServiceAssociation.js +6 -2
- package/dist/models/UserSsoProvider.d.ts +3 -2
- package/dist/models/UserSsoProvider.js +6 -2
- package/dist/models/UserState.d.ts +2 -1
- package/dist/models/UserState.js +5 -1
- package/dist/models/UserUuid.d.ts +3 -2
- package/dist/models/UserUuid.js +6 -2
- package/dist/runtime.d.ts +5 -2
- package/dist/runtime.js +11 -2
- 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 +1 -1
- package/src/models/ApplyPermissionsPayload.ts +10 -2
- package/src/models/AuthenticationUserAccount.ts +7 -2
- package/src/models/CreateOrUpdateOAuthClientPayload.ts +8 -2
- package/src/models/CreateOrUpdateOrganizationPayload.ts +9 -2
- package/src/models/CreateOrUpdatePermissionPayload.ts +8 -2
- package/src/models/CreateOrganizationPayload.ts +9 -2
- package/src/models/CreateOrganizationUserServiceOptionPayload.ts +7 -2
- package/src/models/CreateOrganizationUserServicePayload.ts +7 -2
- package/src/models/CreateRole.ts +8 -2
- package/src/models/CreateUserAccountPayload.ts +11 -2
- package/src/models/CreateUserAccountServiceAssociation.ts +7 -2
- package/src/models/EnableEquisoftConnectPayload.ts +7 -2
- package/src/models/ErrorMessage.ts +6 -2
- package/src/models/ErrorPayload.ts +10 -2
- package/src/models/Id.ts +7 -2
- package/src/models/ImpersonatePayload.ts +7 -2
- package/src/models/ListOrganizationElement.ts +10 -2
- package/src/models/ListUserOrganizations.ts +8 -2
- package/src/models/LocalizedString.ts +7 -2
- package/src/models/LoginPayload.ts +7 -2
- package/src/models/NewPasswordPayload.ts +7 -2
- package/src/models/OAuthClient.ts +8 -2
- package/src/models/OAuthClientCreated.ts +7 -2
- package/src/models/OAuthClientPublicKey.ts +7 -2
- package/src/models/Organization.ts +11 -2
- package/src/models/OrganizationApplicableServiceProfiles.ts +7 -2
- package/src/models/OrganizationCreated.ts +7 -2
- package/src/models/OrganizationPathElement.ts +8 -2
- package/src/models/OrganizationRoleAttribution.ts +9 -2
- package/src/models/OrganizationRoleAttributionPermission.ts +8 -2
- package/src/models/OrganizationRoleAttributionRole.ts +9 -2
- package/src/models/OrganizationRoleAttributionUser.ts +10 -2
- package/src/models/OrganizationRoleAttributions.ts +8 -2
- package/src/models/OrganizationServiceProfile.ts +7 -2
- package/src/models/OrganizationServicesElement.ts +7 -2
- package/src/models/OrganizationSsoProvider.ts +8 -2
- package/src/models/OrganizationUserServiceAssociation.ts +7 -2
- package/src/models/PasswordPolicy.ts +7 -2
- package/src/models/PermissionCode.ts +7 -2
- package/src/models/PermissionCreated.ts +7 -2
- package/src/models/PermissionList.ts +8 -2
- package/src/models/PermissionResourceType.ts +6 -2
- package/src/models/Role.ts +8 -2
- package/src/models/RoleCreated.ts +8 -2
- package/src/models/RolesOnOrganization.ts +11 -2
- package/src/models/SendResetPasswordLinkPayload.ts +7 -2
- package/src/models/SendSignupInvitationPayload.ts +7 -2
- package/src/models/ServiceAccountCreationSchema.ts +7 -2
- package/src/models/ServiceAccountSchema.ts +10 -2
- package/src/models/ServiceAccountStatus.ts +6 -2
- package/src/models/ServiceAccountUpdateSchema.ts +7 -2
- package/src/models/ServiceAccountUuidSchema.ts +7 -2
- package/src/models/Session.ts +12 -2
- package/src/models/SessionPayload.ts +8 -2
- package/src/models/SessionPolicy.ts +7 -2
- package/src/models/SessionState.ts +6 -2
- package/src/models/SetOrganizationServiceOptionPayload.ts +7 -2
- package/src/models/SetPasswordByConfirmationHashPayload.ts +7 -2
- package/src/models/SetUserAccountPasswordPayload.ts +7 -2
- package/src/models/SsoProvider.ts +7 -2
- package/src/models/SsoToken.ts +7 -2
- package/src/models/UpdateOwnerOrganizationPayload.ts +7 -2
- package/src/models/UpdateParentOrganizationPayload.ts +7 -2
- package/src/models/UpdateUserAccountPayload.ts +8 -2
- package/src/models/UpdateUserAccountSsoPayload.ts +7 -2
- package/src/models/UpsertServicePayload.ts +7 -2
- package/src/models/User.ts +14 -2
- package/src/models/UserAccountOrganizationRoles.ts +9 -2
- package/src/models/UserAccountPermission.ts +8 -2
- package/src/models/UserAccountRole.ts +8 -2
- package/src/models/UserAccountRoleAttributions.ts +8 -2
- package/src/models/UserAccountSearchResult.ts +13 -2
- package/src/models/UserAddress.ts +7 -2
- package/src/models/UserAgreement.ts +10 -2
- package/src/models/UserAgreementState.ts +6 -2
- package/src/models/UserPermissions.ts +8 -2
- package/src/models/UserServiceAssociation.ts +7 -2
- package/src/models/UserSsoProvider.ts +7 -2
- package/src/models/UserState.ts +6 -2
- package/src/models/UserUuid.ts +7 -2
- package/src/runtime.ts +11 -5
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,10 @@ export function PermissionListFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
31
31
|
'permissions': (json['permissions'].map(PermissionCodeFromJSON)),
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
|
-
export function PermissionListToJSON(
|
|
34
|
+
export function PermissionListToJSON(json) {
|
|
35
|
+
return PermissionListToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function PermissionListToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
38
|
if (value == null) {
|
|
36
39
|
return value;
|
|
37
40
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -23,3 +23,4 @@ export declare function instanceOfPermissionResourceType(value: any): boolean;
|
|
|
23
23
|
export declare function PermissionResourceTypeFromJSON(json: any): PermissionResourceType;
|
|
24
24
|
export declare function PermissionResourceTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): PermissionResourceType;
|
|
25
25
|
export declare function PermissionResourceTypeToJSON(value?: PermissionResourceType | null): any;
|
|
26
|
+
export declare function PermissionResourceTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): PermissionResourceType;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -39,3 +39,6 @@ export function PermissionResourceTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
39
|
export function PermissionResourceTypeToJSON(value) {
|
|
40
40
|
return value;
|
|
41
41
|
}
|
|
42
|
+
export function PermissionResourceTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -41,4 +41,5 @@ export interface Role {
|
|
|
41
41
|
export declare function instanceOfRole(value: object): value is Role;
|
|
42
42
|
export declare function RoleFromJSON(json: any): Role;
|
|
43
43
|
export declare function RoleFromJSONTyped(json: any, ignoreDiscriminator: boolean): Role;
|
|
44
|
-
export declare function RoleToJSON(
|
|
44
|
+
export declare function RoleToJSON(json: any): Role;
|
|
45
|
+
export declare function RoleToJSONTyped(value?: Role | null, ignoreDiscriminator?: boolean): any;
|
package/dist/esm/models/Role.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -37,7 +37,10 @@ export function RoleFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
37
|
'permissions': json['permissions'],
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
|
-
export function RoleToJSON(
|
|
40
|
+
export function RoleToJSON(json) {
|
|
41
|
+
return RoleToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
export function RoleToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
44
|
if (value == null) {
|
|
42
45
|
return value;
|
|
43
46
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -47,4 +47,5 @@ export interface RoleCreated {
|
|
|
47
47
|
export declare function instanceOfRoleCreated(value: object): value is RoleCreated;
|
|
48
48
|
export declare function RoleCreatedFromJSON(json: any): RoleCreated;
|
|
49
49
|
export declare function RoleCreatedFromJSONTyped(json: any, ignoreDiscriminator: boolean): RoleCreated;
|
|
50
|
-
export declare function RoleCreatedToJSON(
|
|
50
|
+
export declare function RoleCreatedToJSON(json: any): RoleCreated;
|
|
51
|
+
export declare function RoleCreatedToJSONTyped(value?: RoleCreated | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -40,7 +40,10 @@ export function RoleCreatedFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
40
|
'shared': json['shared'],
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
|
-
export function RoleCreatedToJSON(
|
|
43
|
+
export function RoleCreatedToJSON(json) {
|
|
44
|
+
return RoleCreatedToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
export function RoleCreatedToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
47
|
if (value == null) {
|
|
45
48
|
return value;
|
|
46
49
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -56,4 +56,5 @@ export interface RolesOnOrganization {
|
|
|
56
56
|
export declare function instanceOfRolesOnOrganization(value: object): value is RolesOnOrganization;
|
|
57
57
|
export declare function RolesOnOrganizationFromJSON(json: any): RolesOnOrganization;
|
|
58
58
|
export declare function RolesOnOrganizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): RolesOnOrganization;
|
|
59
|
-
export declare function RolesOnOrganizationToJSON(
|
|
59
|
+
export declare function RolesOnOrganizationToJSON(json: any): RolesOnOrganization;
|
|
60
|
+
export declare function RolesOnOrganizationToJSONTyped(value?: RolesOnOrganization | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -46,7 +46,10 @@ export function RolesOnOrganizationFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
46
46
|
'permissions': (json['permissions'].map(UserAccountPermissionFromJSON)),
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
|
-
export function RolesOnOrganizationToJSON(
|
|
49
|
+
export function RolesOnOrganizationToJSON(json) {
|
|
50
|
+
return RolesOnOrganizationToJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
export function RolesOnOrganizationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
53
|
if (value == null) {
|
|
51
54
|
return value;
|
|
52
55
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,4 +34,5 @@ export interface SendResetPasswordLinkPayload {
|
|
|
34
34
|
export declare function instanceOfSendResetPasswordLinkPayload(value: object): value is SendResetPasswordLinkPayload;
|
|
35
35
|
export declare function SendResetPasswordLinkPayloadFromJSON(json: any): SendResetPasswordLinkPayload;
|
|
36
36
|
export declare function SendResetPasswordLinkPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): SendResetPasswordLinkPayload;
|
|
37
|
-
export declare function SendResetPasswordLinkPayloadToJSON(
|
|
37
|
+
export declare function SendResetPasswordLinkPayloadToJSON(json: any): SendResetPasswordLinkPayload;
|
|
38
|
+
export declare function SendResetPasswordLinkPayloadToJSONTyped(value?: SendResetPasswordLinkPayload | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,10 @@ export function SendResetPasswordLinkPayloadFromJSONTyped(json, ignoreDiscrimina
|
|
|
29
29
|
'sendSms': json['sendSms'] == null ? undefined : json['sendSms'],
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
export function SendResetPasswordLinkPayloadToJSON(
|
|
32
|
+
export function SendResetPasswordLinkPayloadToJSON(json) {
|
|
33
|
+
return SendResetPasswordLinkPayloadToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function SendResetPasswordLinkPayloadToJSONTyped(value, ignoreDiscriminator = false) {
|
|
33
36
|
if (value == null) {
|
|
34
37
|
return value;
|
|
35
38
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -70,4 +70,5 @@ export interface SendSignupInvitationPayload {
|
|
|
70
70
|
export declare function instanceOfSendSignupInvitationPayload(value: object): value is SendSignupInvitationPayload;
|
|
71
71
|
export declare function SendSignupInvitationPayloadFromJSON(json: any): SendSignupInvitationPayload;
|
|
72
72
|
export declare function SendSignupInvitationPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): SendSignupInvitationPayload;
|
|
73
|
-
export declare function SendSignupInvitationPayloadToJSON(
|
|
73
|
+
export declare function SendSignupInvitationPayloadToJSON(json: any): SendSignupInvitationPayload;
|
|
74
|
+
export declare function SendSignupInvitationPayloadToJSONTyped(value?: SendSignupInvitationPayload | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -43,7 +43,10 @@ export function SendSignupInvitationPayloadFromJSONTyped(json, ignoreDiscriminat
|
|
|
43
43
|
'customSubject': json['customSubject'] == null ? undefined : json['customSubject'],
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
|
-
export function SendSignupInvitationPayloadToJSON(
|
|
46
|
+
export function SendSignupInvitationPayloadToJSON(json) {
|
|
47
|
+
return SendSignupInvitationPayloadToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
export function SendSignupInvitationPayloadToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
50
|
if (value == null) {
|
|
48
51
|
return value;
|
|
49
52
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -52,4 +52,5 @@ export interface ServiceAccountCreationSchema {
|
|
|
52
52
|
export declare function instanceOfServiceAccountCreationSchema(value: object): value is ServiceAccountCreationSchema;
|
|
53
53
|
export declare function ServiceAccountCreationSchemaFromJSON(json: any): ServiceAccountCreationSchema;
|
|
54
54
|
export declare function ServiceAccountCreationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceAccountCreationSchema;
|
|
55
|
-
export declare function ServiceAccountCreationSchemaToJSON(
|
|
55
|
+
export declare function ServiceAccountCreationSchemaToJSON(json: any): ServiceAccountCreationSchema;
|
|
56
|
+
export declare function ServiceAccountCreationSchemaToJSONTyped(value?: ServiceAccountCreationSchema | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -42,7 +42,10 @@ export function ServiceAccountCreationSchemaFromJSONTyped(json, ignoreDiscrimina
|
|
|
42
42
|
'permissions': json['permissions'],
|
|
43
43
|
};
|
|
44
44
|
}
|
|
45
|
-
export function ServiceAccountCreationSchemaToJSON(
|
|
45
|
+
export function ServiceAccountCreationSchemaToJSON(json) {
|
|
46
|
+
return ServiceAccountCreationSchemaToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
export function ServiceAccountCreationSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
49
|
if (value == null) {
|
|
47
50
|
return value;
|
|
48
51
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -71,4 +71,5 @@ export interface ServiceAccountSchema {
|
|
|
71
71
|
export declare function instanceOfServiceAccountSchema(value: object): value is ServiceAccountSchema;
|
|
72
72
|
export declare function ServiceAccountSchemaFromJSON(json: any): ServiceAccountSchema;
|
|
73
73
|
export declare function ServiceAccountSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceAccountSchema;
|
|
74
|
-
export declare function ServiceAccountSchemaToJSON(
|
|
74
|
+
export declare function ServiceAccountSchemaToJSON(json: any): ServiceAccountSchema;
|
|
75
|
+
export declare function ServiceAccountSchemaToJSONTyped(value?: ServiceAccountSchema | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -50,7 +50,10 @@ export function ServiceAccountSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
50
50
|
'modifiedAt': json['modifiedAt'] == null ? undefined : (new Date(json['modifiedAt'])),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
53
|
-
export function ServiceAccountSchemaToJSON(
|
|
53
|
+
export function ServiceAccountSchemaToJSON(json) {
|
|
54
|
+
return ServiceAccountSchemaToJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
export function ServiceAccountSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
57
|
if (value == null) {
|
|
55
58
|
return value;
|
|
56
59
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -24,3 +24,4 @@ export declare function instanceOfServiceAccountStatus(value: any): boolean;
|
|
|
24
24
|
export declare function ServiceAccountStatusFromJSON(json: any): ServiceAccountStatus;
|
|
25
25
|
export declare function ServiceAccountStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceAccountStatus;
|
|
26
26
|
export declare function ServiceAccountStatusToJSON(value?: ServiceAccountStatus | null): any;
|
|
27
|
+
export declare function ServiceAccountStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): ServiceAccountStatus;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -40,3 +40,6 @@ export function ServiceAccountStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
40
|
export function ServiceAccountStatusToJSON(value) {
|
|
41
41
|
return value;
|
|
42
42
|
}
|
|
43
|
+
export function ServiceAccountStatusToJSONTyped(value, ignoreDiscriminator) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -46,4 +46,5 @@ export interface ServiceAccountUpdateSchema {
|
|
|
46
46
|
export declare function instanceOfServiceAccountUpdateSchema(value: object): value is ServiceAccountUpdateSchema;
|
|
47
47
|
export declare function ServiceAccountUpdateSchemaFromJSON(json: any): ServiceAccountUpdateSchema;
|
|
48
48
|
export declare function ServiceAccountUpdateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceAccountUpdateSchema;
|
|
49
|
-
export declare function ServiceAccountUpdateSchemaToJSON(
|
|
49
|
+
export declare function ServiceAccountUpdateSchemaToJSON(json: any): ServiceAccountUpdateSchema;
|
|
50
|
+
export declare function ServiceAccountUpdateSchemaToJSONTyped(value?: ServiceAccountUpdateSchema | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,10 @@ export function ServiceAccountUpdateSchemaFromJSONTyped(json, ignoreDiscriminato
|
|
|
31
31
|
'permissions': json['permissions'] == null ? undefined : json['permissions'],
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
|
-
export function ServiceAccountUpdateSchemaToJSON(
|
|
34
|
+
export function ServiceAccountUpdateSchemaToJSON(json) {
|
|
35
|
+
return ServiceAccountUpdateSchemaToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function ServiceAccountUpdateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
38
|
if (value == null) {
|
|
36
39
|
return value;
|
|
37
40
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,4 +28,5 @@ export interface ServiceAccountUuidSchema {
|
|
|
28
28
|
export declare function instanceOfServiceAccountUuidSchema(value: object): value is ServiceAccountUuidSchema;
|
|
29
29
|
export declare function ServiceAccountUuidSchemaFromJSON(json: any): ServiceAccountUuidSchema;
|
|
30
30
|
export declare function ServiceAccountUuidSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ServiceAccountUuidSchema;
|
|
31
|
-
export declare function ServiceAccountUuidSchemaToJSON(
|
|
31
|
+
export declare function ServiceAccountUuidSchemaToJSON(json: any): ServiceAccountUuidSchema;
|
|
32
|
+
export declare function ServiceAccountUuidSchemaToJSONTyped(value?: ServiceAccountUuidSchema | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,10 @@ export function ServiceAccountUuidSchemaFromJSONTyped(json, ignoreDiscriminator)
|
|
|
30
30
|
'uuid': json['uuid'],
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
|
-
export function ServiceAccountUuidSchemaToJSON(
|
|
33
|
+
export function ServiceAccountUuidSchemaToJSON(json) {
|
|
34
|
+
return ServiceAccountUuidSchemaToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function ServiceAccountUuidSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
34
37
|
if (value == null) {
|
|
35
38
|
return value;
|
|
36
39
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -99,4 +99,5 @@ export interface Session {
|
|
|
99
99
|
export declare function instanceOfSession(value: object): value is Session;
|
|
100
100
|
export declare function SessionFromJSON(json: any): Session;
|
|
101
101
|
export declare function SessionFromJSONTyped(json: any, ignoreDiscriminator: boolean): Session;
|
|
102
|
-
export declare function SessionToJSON(
|
|
102
|
+
export declare function SessionToJSON(json: any): Session;
|
|
103
|
+
export declare function SessionToJSONTyped(value?: Session | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -58,7 +58,10 @@ export function SessionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
58
58
|
'externalClaims': json['externalClaims'] == null ? undefined : json['externalClaims'],
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
|
-
export function SessionToJSON(
|
|
61
|
+
export function SessionToJSON(json) {
|
|
62
|
+
return SessionToJSONTyped(json, false);
|
|
63
|
+
}
|
|
64
|
+
export function SessionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
62
65
|
if (value == null) {
|
|
63
66
|
return value;
|
|
64
67
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -67,4 +67,5 @@ export interface SessionPayload {
|
|
|
67
67
|
export declare function instanceOfSessionPayload(value: object): value is SessionPayload;
|
|
68
68
|
export declare function SessionPayloadFromJSON(json: any): SessionPayload;
|
|
69
69
|
export declare function SessionPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPayload;
|
|
70
|
-
export declare function SessionPayloadToJSON(
|
|
70
|
+
export declare function SessionPayloadToJSON(json: any): SessionPayload;
|
|
71
|
+
export declare function SessionPayloadToJSONTyped(value?: SessionPayload | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -39,7 +39,10 @@ export function SessionPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
39
|
'externalClaims': json['externalClaims'] == null ? undefined : json['externalClaims'],
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
|
-
export function SessionPayloadToJSON(
|
|
42
|
+
export function SessionPayloadToJSON(json) {
|
|
43
|
+
return SessionPayloadToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function SessionPayloadToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
46
|
if (value == null) {
|
|
44
47
|
return value;
|
|
45
48
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,4 +34,5 @@ export interface SessionPolicy {
|
|
|
34
34
|
export declare function instanceOfSessionPolicy(value: object): value is SessionPolicy;
|
|
35
35
|
export declare function SessionPolicyFromJSON(json: any): SessionPolicy;
|
|
36
36
|
export declare function SessionPolicyFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionPolicy;
|
|
37
|
-
export declare function SessionPolicyToJSON(
|
|
37
|
+
export declare function SessionPolicyToJSON(json: any): SessionPolicy;
|
|
38
|
+
export declare function SessionPolicyToJSONTyped(value?: SessionPolicy | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,10 @@ export function SessionPolicyFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
29
29
|
'absoluteTimeout': json['absoluteTimeout'] == null ? undefined : json['absoluteTimeout'],
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
|
-
export function SessionPolicyToJSON(
|
|
32
|
+
export function SessionPolicyToJSON(json) {
|
|
33
|
+
return SessionPolicyToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function SessionPolicyToJSONTyped(value, ignoreDiscriminator = false) {
|
|
33
36
|
if (value == null) {
|
|
34
37
|
return value;
|
|
35
38
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,3 +32,4 @@ export declare function instanceOfSessionState(value: any): boolean;
|
|
|
32
32
|
export declare function SessionStateFromJSON(json: any): SessionState;
|
|
33
33
|
export declare function SessionStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionState;
|
|
34
34
|
export declare function SessionStateToJSON(value?: SessionState | null): any;
|
|
35
|
+
export declare function SessionStateToJSONTyped(value: any, ignoreDiscriminator: boolean): SessionState;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -48,3 +48,6 @@ export function SessionStateFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
48
|
export function SessionStateToJSON(value) {
|
|
49
49
|
return value;
|
|
50
50
|
}
|
|
51
|
+
export function SessionStateToJSONTyped(value, ignoreDiscriminator) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,4 +28,5 @@ export interface SetOrganizationServiceOptionPayload {
|
|
|
28
28
|
export declare function instanceOfSetOrganizationServiceOptionPayload(value: object): value is SetOrganizationServiceOptionPayload;
|
|
29
29
|
export declare function SetOrganizationServiceOptionPayloadFromJSON(json: any): SetOrganizationServiceOptionPayload;
|
|
30
30
|
export declare function SetOrganizationServiceOptionPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): SetOrganizationServiceOptionPayload;
|
|
31
|
-
export declare function SetOrganizationServiceOptionPayloadToJSON(
|
|
31
|
+
export declare function SetOrganizationServiceOptionPayloadToJSON(json: any): SetOrganizationServiceOptionPayload;
|
|
32
|
+
export declare function SetOrganizationServiceOptionPayloadToJSONTyped(value?: SetOrganizationServiceOptionPayload | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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: 9.5.
|
|
7
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,10 @@ export function SetOrganizationServiceOptionPayloadFromJSONTyped(json, ignoreDis
|
|
|
28
28
|
'optionValue': json['optionValue'] == null ? undefined : json['optionValue'],
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
|
-
export function SetOrganizationServiceOptionPayloadToJSON(
|
|
31
|
+
export function SetOrganizationServiceOptionPayloadToJSON(json) {
|
|
32
|
+
return SetOrganizationServiceOptionPayloadToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function SetOrganizationServiceOptionPayloadToJSONTyped(value, ignoreDiscriminator = false) {
|
|
32
35
|
if (value == null) {
|
|
33
36
|
return value;
|
|
34
37
|
}
|
|
@@ -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: 9.5.
|
|
5
|
+
* The version of the OpenAPI document: 9.5.1-SNAPSHOT
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,4 +28,5 @@ export interface SetPasswordByConfirmationHashPayload {
|
|
|
28
28
|
export declare function instanceOfSetPasswordByConfirmationHashPayload(value: object): value is SetPasswordByConfirmationHashPayload;
|
|
29
29
|
export declare function SetPasswordByConfirmationHashPayloadFromJSON(json: any): SetPasswordByConfirmationHashPayload;
|
|
30
30
|
export declare function SetPasswordByConfirmationHashPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): SetPasswordByConfirmationHashPayload;
|
|
31
|
-
export declare function SetPasswordByConfirmationHashPayloadToJSON(
|
|
31
|
+
export declare function SetPasswordByConfirmationHashPayloadToJSON(json: any): SetPasswordByConfirmationHashPayload;
|
|
32
|
+
export declare function SetPasswordByConfirmationHashPayloadToJSONTyped(value?: SetPasswordByConfirmationHashPayload | null, ignoreDiscriminator?: boolean): any;
|