@equisoft/account-service-sdk-typescript 9.6.1-snapshot.20250610182740 → 9.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +2 -0
- 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 +24 -2
- package/dist/apis/SessionApi.js +75 -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 +24 -2
- package/dist/esm/apis/SessionApi.js +76 -2
- package/dist/esm/apis/UserApi.d.ts +1 -1
- package/dist/esm/apis/UserApi.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/CreateOrUpdateOAuthClientPayload.d.ts +1 -1
- package/dist/esm/models/CreateOrUpdateOAuthClientPayload.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/OAuthClientCreated.d.ts +1 -1
- package/dist/esm/models/OAuthClientCreated.js +1 -1
- package/dist/esm/models/OAuthClientPublicKey.d.ts +1 -1
- package/dist/esm/models/OAuthClientPublicKey.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/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/RoleCreated.d.ts +1 -1
- package/dist/esm/models/RoleCreated.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 +103 -0
- package/dist/esm/models/SearchSessionResult.js +84 -0
- package/dist/esm/models/SearchSessionResults.d.ts +33 -0
- package/dist/esm/models/SearchSessionResults.js +44 -0
- 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 +2 -2
- package/dist/esm/models/Session.js +4 -2
- package/dist/esm/models/SessionPayload.d.ts +3 -3
- package/dist/esm/models/SessionPayload.js +4 -2
- 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/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 +1 -1
- package/dist/esm/models/UpdateUserAccountPayload.js +1 -1
- 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/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +2 -0
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.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/CreateOrUpdateOAuthClientPayload.d.ts +1 -1
- package/dist/models/CreateOrUpdateOAuthClientPayload.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/OAuthClientCreated.d.ts +1 -1
- package/dist/models/OAuthClientCreated.js +1 -1
- package/dist/models/OAuthClientPublicKey.d.ts +1 -1
- package/dist/models/OAuthClientPublicKey.js +1 -1
- package/dist/models/Organization.d.ts +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/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/RoleCreated.d.ts +1 -1
- package/dist/models/RoleCreated.js +1 -1
- package/dist/models/RolesOnOrganization.d.ts +1 -1
- package/dist/models/RolesOnOrganization.js +1 -1
- package/dist/models/SearchSessionResult.d.ts +103 -0
- package/dist/models/SearchSessionResult.js +91 -0
- package/dist/models/SearchSessionResults.d.ts +33 -0
- package/dist/models/SearchSessionResults.js +51 -0
- 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 +2 -2
- package/dist/models/Session.js +4 -2
- package/dist/models/SessionPayload.d.ts +3 -3
- package/dist/models/SessionPayload.js +4 -2
- 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/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 +1 -1
- package/dist/models/UpdateUserAccountPayload.js +1 -1
- package/dist/models/UpdateUserAccountSsoPayload.d.ts +1 -1
- package/dist/models/UpdateUserAccountSsoPayload.js +1 -1
- package/dist/models/UpsertServicePayload.d.ts +1 -1
- package/dist/models/UpsertServicePayload.js +1 -1
- package/dist/models/User.d.ts +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/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- 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 +99 -1
- package/src/apis/UserApi.ts +1 -1
- package/src/models/ApplyPermissionsPayload.ts +1 -1
- package/src/models/AuthenticationUserAccount.ts +1 -1
- package/src/models/CreateOrUpdateOAuthClientPayload.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/OAuthClientCreated.ts +1 -1
- package/src/models/OAuthClientPublicKey.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/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/RoleCreated.ts +1 -1
- package/src/models/RolesOnOrganization.ts +1 -1
- package/src/models/SearchSessionResult.ts +186 -0
- package/src/models/SearchSessionResults.ts +74 -0
- 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 +4 -3
- package/src/models/SessionPayload.ts +5 -4
- 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/UpdateOwnerOrganizationPayload.ts +1 -1
- package/src/models/UpdateParentOrganizationPayload.ts +1 -1
- package/src/models/UpdateUserAccountPayload.ts +1 -1
- package/src/models/UpdateUserAccountSsoPayload.ts +1 -1
- package/src/models/UpsertServicePayload.ts +1 -1
- package/src/models/User.ts +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/models/index.ts +2 -0
- package/src/runtime.ts +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -56,6 +56,8 @@ src/models/PermissionResourceType.ts
|
|
|
56
56
|
src/models/Role.ts
|
|
57
57
|
src/models/RoleCreated.ts
|
|
58
58
|
src/models/RolesOnOrganization.ts
|
|
59
|
+
src/models/SearchSessionResult.ts
|
|
60
|
+
src/models/SearchSessionResults.ts
|
|
59
61
|
src/models/SendResetPasswordLinkPayload.ts
|
|
60
62
|
src/models/SendSignupInvitationPayload.ts
|
|
61
63
|
src/models/ServiceAccountCreationSchema.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @equisoft/account-service-sdk-typescript@9.
|
|
1
|
+
## @equisoft/account-service-sdk-typescript@9.7.0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @equisoft/account-service-sdk-typescript@9.
|
|
39
|
+
npm install @equisoft/account-service-sdk-typescript@9.7.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -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
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/AccountApi.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: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.7.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/OAuthApi.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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/OAuthApi.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: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.7.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.7.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.7.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/RoleApi.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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/RoleApi.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: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.7.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* User account and session management
|
|
6
6
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.7.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { EnableEquisoftConnectPayload, ImpersonatePayload, Session, SessionPayload, SsoToken } from '../models/index';
|
|
13
|
+
import type { EnableEquisoftConnectPayload, ImpersonatePayload, SearchSessionResults, Session, SessionPayload, SsoToken } from '../models/index';
|
|
14
14
|
export interface CreateSessionRequest {
|
|
15
15
|
sessionPayload: SessionPayload;
|
|
16
16
|
}
|
|
@@ -41,9 +41,15 @@ export interface ImpersonateRequest {
|
|
|
41
41
|
uuid: string;
|
|
42
42
|
impersonatePayload: ImpersonatePayload;
|
|
43
43
|
}
|
|
44
|
+
export interface KeepAliveRequest {
|
|
45
|
+
uuid: string;
|
|
46
|
+
}
|
|
44
47
|
export interface RevertIdentityRequest {
|
|
45
48
|
uuid: string;
|
|
46
49
|
}
|
|
50
|
+
export interface SearchSessionsRequest {
|
|
51
|
+
uuid: string;
|
|
52
|
+
}
|
|
47
53
|
export interface SetSessionSsoTokenRequest {
|
|
48
54
|
uuid: string;
|
|
49
55
|
tokenId: string;
|
|
@@ -135,6 +141,14 @@ export declare class SessionApi extends runtime.BaseAPI {
|
|
|
135
141
|
* Impersonate the given user context.
|
|
136
142
|
*/
|
|
137
143
|
impersonate(requestParameters: ImpersonateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Session>;
|
|
144
|
+
/**
|
|
145
|
+
* Keep a session from expiring from inactivity.
|
|
146
|
+
*/
|
|
147
|
+
keepAliveRaw(requestParameters: KeepAliveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
148
|
+
/**
|
|
149
|
+
* Keep a session from expiring from inactivity.
|
|
150
|
+
*/
|
|
151
|
+
keepAlive(requestParameters: KeepAliveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
138
152
|
/**
|
|
139
153
|
* Revert an impersonated session to the context of the \"admin\" user who initiated the impersonation.
|
|
140
154
|
*/
|
|
@@ -143,6 +157,14 @@ export declare class SessionApi extends runtime.BaseAPI {
|
|
|
143
157
|
* Revert an impersonated session to the context of the \"admin\" user who initiated the impersonation.
|
|
144
158
|
*/
|
|
145
159
|
revertIdentity(requestParameters: RevertIdentityRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Session>;
|
|
160
|
+
/**
|
|
161
|
+
* Search for sessions corresponding to given criteria.
|
|
162
|
+
*/
|
|
163
|
+
searchSessionsRaw(requestParameters: SearchSessionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SearchSessionResults>>;
|
|
164
|
+
/**
|
|
165
|
+
* Search for sessions corresponding to given criteria.
|
|
166
|
+
*/
|
|
167
|
+
searchSessions(requestParameters: SearchSessionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SearchSessionResults>;
|
|
146
168
|
/**
|
|
147
169
|
* Store a sso token for the session for a given id/name/type
|
|
148
170
|
*/
|
package/dist/apis/SessionApi.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: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.7.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -402,6 +402,41 @@ class SessionApi extends runtime.BaseAPI {
|
|
|
402
402
|
return yield response.value();
|
|
403
403
|
});
|
|
404
404
|
}
|
|
405
|
+
/**
|
|
406
|
+
* Keep a session from expiring from inactivity.
|
|
407
|
+
*/
|
|
408
|
+
keepAliveRaw(requestParameters, initOverrides) {
|
|
409
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
410
|
+
if (requestParameters['uuid'] == null) {
|
|
411
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling keepAlive().');
|
|
412
|
+
}
|
|
413
|
+
const queryParameters = {};
|
|
414
|
+
const headerParameters = {};
|
|
415
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
416
|
+
// oauth required
|
|
417
|
+
const token = this.configuration.accessToken;
|
|
418
|
+
const tokenString = yield token("OAuth2", ["account:session"]);
|
|
419
|
+
if (tokenString) {
|
|
420
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
const response = yield this.request({
|
|
424
|
+
path: `/sessions/{uuid}/keepAlive`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
425
|
+
method: 'POST',
|
|
426
|
+
headers: headerParameters,
|
|
427
|
+
query: queryParameters,
|
|
428
|
+
}, initOverrides);
|
|
429
|
+
return new runtime.VoidApiResponse(response);
|
|
430
|
+
});
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* Keep a session from expiring from inactivity.
|
|
434
|
+
*/
|
|
435
|
+
keepAlive(requestParameters, initOverrides) {
|
|
436
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
437
|
+
yield this.keepAliveRaw(requestParameters, initOverrides);
|
|
438
|
+
});
|
|
439
|
+
}
|
|
405
440
|
/**
|
|
406
441
|
* Revert an impersonated session to the context of the \"admin\" user who initiated the impersonation.
|
|
407
442
|
*/
|
|
@@ -438,6 +473,45 @@ class SessionApi extends runtime.BaseAPI {
|
|
|
438
473
|
return yield response.value();
|
|
439
474
|
});
|
|
440
475
|
}
|
|
476
|
+
/**
|
|
477
|
+
* Search for sessions corresponding to given criteria.
|
|
478
|
+
*/
|
|
479
|
+
searchSessionsRaw(requestParameters, initOverrides) {
|
|
480
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
481
|
+
if (requestParameters['uuid'] == null) {
|
|
482
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling searchSessions().');
|
|
483
|
+
}
|
|
484
|
+
const queryParameters = {};
|
|
485
|
+
if (requestParameters['uuid'] != null) {
|
|
486
|
+
queryParameters['uuid'] = requestParameters['uuid'];
|
|
487
|
+
}
|
|
488
|
+
const headerParameters = {};
|
|
489
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
490
|
+
// oauth required
|
|
491
|
+
const token = this.configuration.accessToken;
|
|
492
|
+
const tokenString = yield token("OAuth2", []);
|
|
493
|
+
if (tokenString) {
|
|
494
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
const response = yield this.request({
|
|
498
|
+
path: `/sessions`,
|
|
499
|
+
method: 'GET',
|
|
500
|
+
headers: headerParameters,
|
|
501
|
+
query: queryParameters,
|
|
502
|
+
}, initOverrides);
|
|
503
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.SearchSessionResultsFromJSON)(jsonValue));
|
|
504
|
+
});
|
|
505
|
+
}
|
|
506
|
+
/**
|
|
507
|
+
* Search for sessions corresponding to given criteria.
|
|
508
|
+
*/
|
|
509
|
+
searchSessions(requestParameters, initOverrides) {
|
|
510
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
511
|
+
const response = yield this.searchSessionsRaw(requestParameters, initOverrides);
|
|
512
|
+
return yield response.value();
|
|
513
|
+
});
|
|
514
|
+
}
|
|
441
515
|
/**
|
|
442
516
|
* Store a sso token for the session for a given id/name/type
|
|
443
517
|
*/
|
package/dist/apis/UserApi.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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/UserApi.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: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.7.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* User account and session management
|
|
3
3
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.7.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.7.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.7.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.7.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/apis/RoleApi.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.7.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* User account and session management
|
|
5
5
|
* Provides HTTP endpoints to manage User Accounts and User Sessions.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.7.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { EnableEquisoftConnectPayload, ImpersonatePayload, Session, SessionPayload, SsoToken } from '../models/index';
|
|
13
|
+
import type { EnableEquisoftConnectPayload, ImpersonatePayload, SearchSessionResults, Session, SessionPayload, SsoToken } from '../models/index';
|
|
14
14
|
export interface CreateSessionRequest {
|
|
15
15
|
sessionPayload: SessionPayload;
|
|
16
16
|
}
|
|
@@ -41,9 +41,15 @@ export interface ImpersonateRequest {
|
|
|
41
41
|
uuid: string;
|
|
42
42
|
impersonatePayload: ImpersonatePayload;
|
|
43
43
|
}
|
|
44
|
+
export interface KeepAliveRequest {
|
|
45
|
+
uuid: string;
|
|
46
|
+
}
|
|
44
47
|
export interface RevertIdentityRequest {
|
|
45
48
|
uuid: string;
|
|
46
49
|
}
|
|
50
|
+
export interface SearchSessionsRequest {
|
|
51
|
+
uuid: string;
|
|
52
|
+
}
|
|
47
53
|
export interface SetSessionSsoTokenRequest {
|
|
48
54
|
uuid: string;
|
|
49
55
|
tokenId: string;
|
|
@@ -135,6 +141,14 @@ export declare class SessionApi extends runtime.BaseAPI {
|
|
|
135
141
|
* Impersonate the given user context.
|
|
136
142
|
*/
|
|
137
143
|
impersonate(requestParameters: ImpersonateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Session>;
|
|
144
|
+
/**
|
|
145
|
+
* Keep a session from expiring from inactivity.
|
|
146
|
+
*/
|
|
147
|
+
keepAliveRaw(requestParameters: KeepAliveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
148
|
+
/**
|
|
149
|
+
* Keep a session from expiring from inactivity.
|
|
150
|
+
*/
|
|
151
|
+
keepAlive(requestParameters: KeepAliveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
138
152
|
/**
|
|
139
153
|
* Revert an impersonated session to the context of the \"admin\" user who initiated the impersonation.
|
|
140
154
|
*/
|
|
@@ -143,6 +157,14 @@ export declare class SessionApi extends runtime.BaseAPI {
|
|
|
143
157
|
* Revert an impersonated session to the context of the \"admin\" user who initiated the impersonation.
|
|
144
158
|
*/
|
|
145
159
|
revertIdentity(requestParameters: RevertIdentityRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Session>;
|
|
160
|
+
/**
|
|
161
|
+
* Search for sessions corresponding to given criteria.
|
|
162
|
+
*/
|
|
163
|
+
searchSessionsRaw(requestParameters: SearchSessionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SearchSessionResults>>;
|
|
164
|
+
/**
|
|
165
|
+
* Search for sessions corresponding to given criteria.
|
|
166
|
+
*/
|
|
167
|
+
searchSessions(requestParameters: SearchSessionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SearchSessionResults>;
|
|
146
168
|
/**
|
|
147
169
|
* Store a sso token for the session for a given id/name/type
|
|
148
170
|
*/
|
|
@@ -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.
|
|
7
|
+
* The version of the OpenAPI document: 9.7.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,7 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime';
|
|
24
|
-
import { EnableEquisoftConnectPayloadToJSON, ImpersonatePayloadToJSON, SessionFromJSON, SessionPayloadToJSON, SsoTokenFromJSON, } from '../models/index';
|
|
24
|
+
import { EnableEquisoftConnectPayloadToJSON, ImpersonatePayloadToJSON, SearchSessionResultsFromJSON, SessionFromJSON, SessionPayloadToJSON, SsoTokenFromJSON, } from '../models/index';
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
@@ -399,6 +399,41 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
399
399
|
return yield response.value();
|
|
400
400
|
});
|
|
401
401
|
}
|
|
402
|
+
/**
|
|
403
|
+
* Keep a session from expiring from inactivity.
|
|
404
|
+
*/
|
|
405
|
+
keepAliveRaw(requestParameters, initOverrides) {
|
|
406
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
407
|
+
if (requestParameters['uuid'] == null) {
|
|
408
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling keepAlive().');
|
|
409
|
+
}
|
|
410
|
+
const queryParameters = {};
|
|
411
|
+
const headerParameters = {};
|
|
412
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
413
|
+
// oauth required
|
|
414
|
+
const token = this.configuration.accessToken;
|
|
415
|
+
const tokenString = yield token("OAuth2", ["account:session"]);
|
|
416
|
+
if (tokenString) {
|
|
417
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
const response = yield this.request({
|
|
421
|
+
path: `/sessions/{uuid}/keepAlive`.replace(`{${"uuid"}}`, encodeURIComponent(String(requestParameters['uuid']))),
|
|
422
|
+
method: 'POST',
|
|
423
|
+
headers: headerParameters,
|
|
424
|
+
query: queryParameters,
|
|
425
|
+
}, initOverrides);
|
|
426
|
+
return new runtime.VoidApiResponse(response);
|
|
427
|
+
});
|
|
428
|
+
}
|
|
429
|
+
/**
|
|
430
|
+
* Keep a session from expiring from inactivity.
|
|
431
|
+
*/
|
|
432
|
+
keepAlive(requestParameters, initOverrides) {
|
|
433
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
434
|
+
yield this.keepAliveRaw(requestParameters, initOverrides);
|
|
435
|
+
});
|
|
436
|
+
}
|
|
402
437
|
/**
|
|
403
438
|
* Revert an impersonated session to the context of the \"admin\" user who initiated the impersonation.
|
|
404
439
|
*/
|
|
@@ -435,6 +470,45 @@ export class SessionApi extends runtime.BaseAPI {
|
|
|
435
470
|
return yield response.value();
|
|
436
471
|
});
|
|
437
472
|
}
|
|
473
|
+
/**
|
|
474
|
+
* Search for sessions corresponding to given criteria.
|
|
475
|
+
*/
|
|
476
|
+
searchSessionsRaw(requestParameters, initOverrides) {
|
|
477
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
478
|
+
if (requestParameters['uuid'] == null) {
|
|
479
|
+
throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling searchSessions().');
|
|
480
|
+
}
|
|
481
|
+
const queryParameters = {};
|
|
482
|
+
if (requestParameters['uuid'] != null) {
|
|
483
|
+
queryParameters['uuid'] = requestParameters['uuid'];
|
|
484
|
+
}
|
|
485
|
+
const headerParameters = {};
|
|
486
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
487
|
+
// oauth required
|
|
488
|
+
const token = this.configuration.accessToken;
|
|
489
|
+
const tokenString = yield token("OAuth2", []);
|
|
490
|
+
if (tokenString) {
|
|
491
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
const response = yield this.request({
|
|
495
|
+
path: `/sessions`,
|
|
496
|
+
method: 'GET',
|
|
497
|
+
headers: headerParameters,
|
|
498
|
+
query: queryParameters,
|
|
499
|
+
}, initOverrides);
|
|
500
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => SearchSessionResultsFromJSON(jsonValue));
|
|
501
|
+
});
|
|
502
|
+
}
|
|
503
|
+
/**
|
|
504
|
+
* Search for sessions corresponding to given criteria.
|
|
505
|
+
*/
|
|
506
|
+
searchSessions(requestParameters, initOverrides) {
|
|
507
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
508
|
+
const response = yield this.searchSessionsRaw(requestParameters, initOverrides);
|
|
509
|
+
return yield response.value();
|
|
510
|
+
});
|
|
511
|
+
}
|
|
438
512
|
/**
|
|
439
513
|
* Store a sso token for the session for a given id/name/type
|
|
440
514
|
*/
|
|
@@ -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
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/apis/UserApi.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.
|
|
7
|
+
* The version of the OpenAPI document: 9.7.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* 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: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.7.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|