@equisoft/account-service-sdk-typescript 10.2.1-snapshot.20251020195303 → 10.2.1-snapshot.20251021132620

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.
Files changed (467) hide show
  1. package/README.md +2 -2
  2. package/dist/apis/AccountApi.d.ts +1 -1
  3. package/dist/apis/AccountApi.js +1 -1
  4. package/dist/apis/OAuthApi.d.ts +4 -4
  5. package/dist/apis/OAuthApi.js +5 -5
  6. package/dist/apis/OrganizationApi.d.ts +4 -4
  7. package/dist/apis/OrganizationApi.js +5 -5
  8. package/dist/apis/PermissionApi.d.ts +1 -1
  9. package/dist/apis/PermissionApi.js +1 -1
  10. package/dist/apis/RoleApi.d.ts +1 -1
  11. package/dist/apis/RoleApi.js +1 -1
  12. package/dist/apis/ServiceAccountApi.d.ts +1 -1
  13. package/dist/apis/ServiceAccountApi.js +1 -1
  14. package/dist/apis/SessionApi.d.ts +1 -1
  15. package/dist/apis/SessionApi.js +1 -1
  16. package/dist/apis/UserApi.d.ts +1 -1
  17. package/dist/apis/UserApi.js +1 -1
  18. package/dist/esm/apis/AccountApi.d.ts +1 -1
  19. package/dist/esm/apis/AccountApi.js +1 -1
  20. package/dist/esm/apis/OAuthApi.d.ts +4 -4
  21. package/dist/esm/apis/OAuthApi.js +5 -5
  22. package/dist/esm/apis/OrganizationApi.d.ts +4 -4
  23. package/dist/esm/apis/OrganizationApi.js +5 -5
  24. package/dist/esm/apis/PermissionApi.d.ts +1 -1
  25. package/dist/esm/apis/PermissionApi.js +1 -1
  26. package/dist/esm/apis/RoleApi.d.ts +1 -1
  27. package/dist/esm/apis/RoleApi.js +1 -1
  28. package/dist/esm/apis/ServiceAccountApi.d.ts +1 -1
  29. package/dist/esm/apis/ServiceAccountApi.js +1 -1
  30. package/dist/esm/apis/SessionApi.d.ts +1 -1
  31. package/dist/esm/apis/SessionApi.js +1 -1
  32. package/dist/esm/apis/UserApi.d.ts +1 -1
  33. package/dist/esm/apis/UserApi.js +1 -1
  34. package/dist/esm/models/ApplyPermissionsPayload.d.ts +1 -1
  35. package/dist/esm/models/ApplyPermissionsPayload.js +1 -1
  36. package/dist/esm/models/AuthenticationUserAccount.d.ts +1 -1
  37. package/dist/esm/models/AuthenticationUserAccount.js +1 -1
  38. package/dist/esm/models/CreateOrUpdateOrganizationPayload.d.ts +1 -1
  39. package/dist/esm/models/CreateOrUpdateOrganizationPayload.js +1 -1
  40. package/dist/esm/models/CreateOrUpdatePermissionPayload.d.ts +1 -1
  41. package/dist/esm/models/CreateOrUpdatePermissionPayload.js +1 -1
  42. package/dist/esm/models/CreateOrganizationPayload.d.ts +1 -1
  43. package/dist/esm/models/CreateOrganizationPayload.js +1 -1
  44. package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.d.ts +1 -1
  45. package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.js +1 -1
  46. package/dist/esm/models/CreateOrganizationUserServicePayload.d.ts +1 -1
  47. package/dist/esm/models/CreateOrganizationUserServicePayload.js +1 -1
  48. package/dist/esm/models/CreateRole.d.ts +1 -1
  49. package/dist/esm/models/CreateRole.js +1 -1
  50. package/dist/esm/models/CreateUserAccountPayload.d.ts +1 -1
  51. package/dist/esm/models/CreateUserAccountPayload.js +1 -1
  52. package/dist/esm/models/CreateUserAccountServiceAssociation.d.ts +1 -1
  53. package/dist/esm/models/CreateUserAccountServiceAssociation.js +1 -1
  54. package/dist/esm/models/EnableEquisoftConnectPayload.d.ts +1 -1
  55. package/dist/esm/models/EnableEquisoftConnectPayload.js +1 -1
  56. package/dist/esm/models/ErrorMessage.d.ts +1 -1
  57. package/dist/esm/models/ErrorMessage.js +1 -1
  58. package/dist/esm/models/ErrorPayload.d.ts +1 -1
  59. package/dist/esm/models/ErrorPayload.js +1 -1
  60. package/dist/esm/models/Id.d.ts +1 -1
  61. package/dist/esm/models/Id.js +1 -1
  62. package/dist/esm/models/ImpersonatePayload.d.ts +1 -1
  63. package/dist/esm/models/ImpersonatePayload.js +1 -1
  64. package/dist/esm/models/ListOrganizationElement.d.ts +1 -1
  65. package/dist/esm/models/ListOrganizationElement.js +1 -1
  66. package/dist/esm/models/ListUserOrganizations.d.ts +1 -1
  67. package/dist/esm/models/ListUserOrganizations.js +1 -1
  68. package/dist/esm/models/LocalizedString.d.ts +1 -1
  69. package/dist/esm/models/LocalizedString.js +1 -1
  70. package/dist/esm/models/LoginPayload.d.ts +1 -1
  71. package/dist/esm/models/LoginPayload.js +1 -1
  72. package/dist/esm/models/NewPasswordPayload.d.ts +1 -1
  73. package/dist/esm/models/NewPasswordPayload.js +1 -1
  74. package/dist/esm/models/OAuthClient.d.ts +1 -9
  75. package/dist/esm/models/OAuthClient.js +1 -3
  76. package/dist/esm/models/OAuthClientListItem.d.ts +1 -1
  77. package/dist/esm/models/OAuthClientListItem.js +1 -1
  78. package/dist/esm/models/OAuthClientLoginPayload.d.ts +1 -1
  79. package/dist/esm/models/OAuthClientLoginPayload.js +1 -1
  80. package/dist/esm/models/OAuthClientPublicKey.d.ts +1 -1
  81. package/dist/esm/models/OAuthClientPublicKey.js +1 -1
  82. package/dist/esm/models/OAuthClientUpdated.d.ts +1 -1
  83. package/dist/esm/models/OAuthClientUpdated.js +1 -1
  84. package/dist/esm/models/Organization.d.ts +1 -1
  85. package/dist/esm/models/Organization.js +1 -1
  86. package/dist/esm/models/OrganizationApplicableServiceProfiles.d.ts +1 -1
  87. package/dist/esm/models/OrganizationApplicableServiceProfiles.js +1 -1
  88. package/dist/esm/models/OrganizationCreated.d.ts +1 -1
  89. package/dist/esm/models/OrganizationCreated.js +1 -1
  90. package/dist/esm/models/OrganizationPathElement.d.ts +1 -1
  91. package/dist/esm/models/OrganizationPathElement.js +1 -1
  92. package/dist/esm/models/OrganizationRoleAttribution.d.ts +1 -1
  93. package/dist/esm/models/OrganizationRoleAttribution.js +1 -1
  94. package/dist/esm/models/OrganizationRoleAttributionPermission.d.ts +1 -1
  95. package/dist/esm/models/OrganizationRoleAttributionPermission.js +1 -1
  96. package/dist/esm/models/OrganizationRoleAttributionRole.d.ts +1 -1
  97. package/dist/esm/models/OrganizationRoleAttributionRole.js +1 -1
  98. package/dist/esm/models/OrganizationRoleAttributionUser.d.ts +1 -1
  99. package/dist/esm/models/OrganizationRoleAttributionUser.js +1 -1
  100. package/dist/esm/models/OrganizationRoleAttributions.d.ts +1 -1
  101. package/dist/esm/models/OrganizationRoleAttributions.js +1 -1
  102. package/dist/esm/models/OrganizationServiceProfile.d.ts +1 -1
  103. package/dist/esm/models/OrganizationServiceProfile.js +1 -1
  104. package/dist/esm/models/OrganizationServicesElement.d.ts +1 -1
  105. package/dist/esm/models/OrganizationServicesElement.js +1 -1
  106. package/dist/esm/models/OrganizationSsoProvider.d.ts +1 -1
  107. package/dist/esm/models/OrganizationSsoProvider.js +1 -1
  108. package/dist/esm/models/OrganizationUserServiceAssociation.d.ts +1 -1
  109. package/dist/esm/models/OrganizationUserServiceAssociation.js +1 -1
  110. package/dist/esm/models/PasswordPolicy.d.ts +1 -1
  111. package/dist/esm/models/PasswordPolicy.js +1 -1
  112. package/dist/esm/models/PermissionCode.d.ts +1 -1
  113. package/dist/esm/models/PermissionCode.js +1 -1
  114. package/dist/esm/models/PermissionCreated.d.ts +1 -1
  115. package/dist/esm/models/PermissionCreated.js +1 -1
  116. package/dist/esm/models/PermissionList.d.ts +1 -1
  117. package/dist/esm/models/PermissionList.js +1 -1
  118. package/dist/esm/models/PermissionResourceType.d.ts +1 -1
  119. package/dist/esm/models/PermissionResourceType.js +1 -1
  120. package/dist/esm/models/Role.d.ts +1 -1
  121. package/dist/esm/models/Role.js +1 -1
  122. package/dist/esm/models/RoleCreated.d.ts +1 -1
  123. package/dist/esm/models/RoleCreated.js +1 -1
  124. package/dist/esm/models/RolesOnOrganization.d.ts +1 -1
  125. package/dist/esm/models/RolesOnOrganization.js +1 -1
  126. package/dist/esm/models/SearchSessionResult.d.ts +1 -1
  127. package/dist/esm/models/SearchSessionResult.js +1 -1
  128. package/dist/esm/models/SearchSessionResults.d.ts +1 -1
  129. package/dist/esm/models/SearchSessionResults.js +1 -1
  130. package/dist/esm/models/SendResetPasswordLinkPayload.d.ts +1 -1
  131. package/dist/esm/models/SendResetPasswordLinkPayload.js +1 -1
  132. package/dist/esm/models/SendSignupInvitationPayload.d.ts +1 -1
  133. package/dist/esm/models/SendSignupInvitationPayload.js +1 -1
  134. package/dist/esm/models/ServiceAccountCreationSchema.d.ts +1 -1
  135. package/dist/esm/models/ServiceAccountCreationSchema.js +1 -1
  136. package/dist/esm/models/ServiceAccountSchema.d.ts +1 -1
  137. package/dist/esm/models/ServiceAccountSchema.js +1 -1
  138. package/dist/esm/models/ServiceAccountStatus.d.ts +1 -1
  139. package/dist/esm/models/ServiceAccountStatus.js +1 -1
  140. package/dist/esm/models/ServiceAccountUpdateSchema.d.ts +1 -1
  141. package/dist/esm/models/ServiceAccountUpdateSchema.js +1 -1
  142. package/dist/esm/models/ServiceAccountUuidSchema.d.ts +1 -1
  143. package/dist/esm/models/ServiceAccountUuidSchema.js +1 -1
  144. package/dist/esm/models/Session.d.ts +1 -1
  145. package/dist/esm/models/Session.js +1 -1
  146. package/dist/esm/models/SessionPayload.d.ts +1 -1
  147. package/dist/esm/models/SessionPayload.js +1 -1
  148. package/dist/esm/models/SessionPolicy.d.ts +1 -1
  149. package/dist/esm/models/SessionPolicy.js +1 -1
  150. package/dist/esm/models/SessionState.d.ts +1 -1
  151. package/dist/esm/models/SessionState.js +1 -1
  152. package/dist/esm/models/SetOrganizationServiceOptionPayload.d.ts +1 -1
  153. package/dist/esm/models/SetOrganizationServiceOptionPayload.js +1 -1
  154. package/dist/esm/models/SetPasswordByConfirmationHashPayload.d.ts +1 -1
  155. package/dist/esm/models/SetPasswordByConfirmationHashPayload.js +1 -1
  156. package/dist/esm/models/SetUserAccountPasswordPayload.d.ts +1 -1
  157. package/dist/esm/models/SetUserAccountPasswordPayload.js +1 -1
  158. package/dist/esm/models/SsoProvider.d.ts +1 -1
  159. package/dist/esm/models/SsoProvider.js +1 -1
  160. package/dist/esm/models/SsoToken.d.ts +1 -1
  161. package/dist/esm/models/SsoToken.js +1 -1
  162. package/dist/esm/models/UpdateOAuthClientPayload.d.ts +1 -9
  163. package/dist/esm/models/UpdateOAuthClientPayload.js +1 -3
  164. package/dist/esm/models/UpdateOwnerOrganizationPayload.d.ts +1 -1
  165. package/dist/esm/models/UpdateOwnerOrganizationPayload.js +1 -1
  166. package/dist/esm/models/UpdateParentOrganizationPayload.d.ts +1 -1
  167. package/dist/esm/models/UpdateParentOrganizationPayload.js +1 -1
  168. package/dist/esm/models/UpdateUserAccountPayload.d.ts +1 -1
  169. package/dist/esm/models/UpdateUserAccountPayload.js +1 -1
  170. package/dist/esm/models/UpdateUserAccountSsoPayload.d.ts +1 -1
  171. package/dist/esm/models/UpdateUserAccountSsoPayload.js +1 -1
  172. package/dist/esm/models/UpsertServicePayload.d.ts +1 -1
  173. package/dist/esm/models/UpsertServicePayload.js +1 -1
  174. package/dist/esm/models/User.d.ts +1 -1
  175. package/dist/esm/models/User.js +1 -1
  176. package/dist/esm/models/UserAccountOrganizationRoles.d.ts +1 -1
  177. package/dist/esm/models/UserAccountOrganizationRoles.js +1 -1
  178. package/dist/esm/models/UserAccountPermission.d.ts +1 -1
  179. package/dist/esm/models/UserAccountPermission.js +1 -1
  180. package/dist/esm/models/UserAccountRole.d.ts +1 -1
  181. package/dist/esm/models/UserAccountRole.js +1 -1
  182. package/dist/esm/models/UserAccountRoleAttributions.d.ts +1 -1
  183. package/dist/esm/models/UserAccountRoleAttributions.js +1 -1
  184. package/dist/esm/models/UserAccountSearchResult.d.ts +1 -1
  185. package/dist/esm/models/UserAccountSearchResult.js +1 -1
  186. package/dist/esm/models/UserAddress.d.ts +1 -1
  187. package/dist/esm/models/UserAddress.js +1 -1
  188. package/dist/esm/models/UserAgreement.d.ts +1 -1
  189. package/dist/esm/models/UserAgreement.js +1 -1
  190. package/dist/esm/models/UserAgreementState.d.ts +1 -1
  191. package/dist/esm/models/UserAgreementState.js +1 -1
  192. package/dist/esm/models/UserPermissions.d.ts +1 -1
  193. package/dist/esm/models/UserPermissions.js +1 -1
  194. package/dist/esm/models/UserServiceAssociation.d.ts +1 -1
  195. package/dist/esm/models/UserServiceAssociation.js +1 -1
  196. package/dist/esm/models/UserSsoProvider.d.ts +1 -1
  197. package/dist/esm/models/UserSsoProvider.js +1 -1
  198. package/dist/esm/models/UserState.d.ts +1 -1
  199. package/dist/esm/models/UserState.js +1 -1
  200. package/dist/esm/models/UserUuid.d.ts +1 -1
  201. package/dist/esm/models/UserUuid.js +1 -1
  202. package/dist/esm/runtime.d.ts +1 -1
  203. package/dist/esm/runtime.js +1 -1
  204. package/dist/models/ApplyPermissionsPayload.d.ts +1 -1
  205. package/dist/models/ApplyPermissionsPayload.js +1 -1
  206. package/dist/models/AuthenticationUserAccount.d.ts +1 -1
  207. package/dist/models/AuthenticationUserAccount.js +1 -1
  208. package/dist/models/CreateOrUpdateOrganizationPayload.d.ts +1 -1
  209. package/dist/models/CreateOrUpdateOrganizationPayload.js +1 -1
  210. package/dist/models/CreateOrUpdatePermissionPayload.d.ts +1 -1
  211. package/dist/models/CreateOrUpdatePermissionPayload.js +1 -1
  212. package/dist/models/CreateOrganizationPayload.d.ts +1 -1
  213. package/dist/models/CreateOrganizationPayload.js +1 -1
  214. package/dist/models/CreateOrganizationUserServiceOptionPayload.d.ts +1 -1
  215. package/dist/models/CreateOrganizationUserServiceOptionPayload.js +1 -1
  216. package/dist/models/CreateOrganizationUserServicePayload.d.ts +1 -1
  217. package/dist/models/CreateOrganizationUserServicePayload.js +1 -1
  218. package/dist/models/CreateRole.d.ts +1 -1
  219. package/dist/models/CreateRole.js +1 -1
  220. package/dist/models/CreateUserAccountPayload.d.ts +1 -1
  221. package/dist/models/CreateUserAccountPayload.js +1 -1
  222. package/dist/models/CreateUserAccountServiceAssociation.d.ts +1 -1
  223. package/dist/models/CreateUserAccountServiceAssociation.js +1 -1
  224. package/dist/models/EnableEquisoftConnectPayload.d.ts +1 -1
  225. package/dist/models/EnableEquisoftConnectPayload.js +1 -1
  226. package/dist/models/ErrorMessage.d.ts +1 -1
  227. package/dist/models/ErrorMessage.js +1 -1
  228. package/dist/models/ErrorPayload.d.ts +1 -1
  229. package/dist/models/ErrorPayload.js +1 -1
  230. package/dist/models/Id.d.ts +1 -1
  231. package/dist/models/Id.js +1 -1
  232. package/dist/models/ImpersonatePayload.d.ts +1 -1
  233. package/dist/models/ImpersonatePayload.js +1 -1
  234. package/dist/models/ListOrganizationElement.d.ts +1 -1
  235. package/dist/models/ListOrganizationElement.js +1 -1
  236. package/dist/models/ListUserOrganizations.d.ts +1 -1
  237. package/dist/models/ListUserOrganizations.js +1 -1
  238. package/dist/models/LocalizedString.d.ts +1 -1
  239. package/dist/models/LocalizedString.js +1 -1
  240. package/dist/models/LoginPayload.d.ts +1 -1
  241. package/dist/models/LoginPayload.js +1 -1
  242. package/dist/models/NewPasswordPayload.d.ts +1 -1
  243. package/dist/models/NewPasswordPayload.js +1 -1
  244. package/dist/models/OAuthClient.d.ts +1 -9
  245. package/dist/models/OAuthClient.js +1 -3
  246. package/dist/models/OAuthClientListItem.d.ts +1 -1
  247. package/dist/models/OAuthClientListItem.js +1 -1
  248. package/dist/models/OAuthClientLoginPayload.d.ts +1 -1
  249. package/dist/models/OAuthClientLoginPayload.js +1 -1
  250. package/dist/models/OAuthClientPublicKey.d.ts +1 -1
  251. package/dist/models/OAuthClientPublicKey.js +1 -1
  252. package/dist/models/OAuthClientUpdated.d.ts +1 -1
  253. package/dist/models/OAuthClientUpdated.js +1 -1
  254. package/dist/models/Organization.d.ts +1 -1
  255. package/dist/models/Organization.js +1 -1
  256. package/dist/models/OrganizationApplicableServiceProfiles.d.ts +1 -1
  257. package/dist/models/OrganizationApplicableServiceProfiles.js +1 -1
  258. package/dist/models/OrganizationCreated.d.ts +1 -1
  259. package/dist/models/OrganizationCreated.js +1 -1
  260. package/dist/models/OrganizationPathElement.d.ts +1 -1
  261. package/dist/models/OrganizationPathElement.js +1 -1
  262. package/dist/models/OrganizationRoleAttribution.d.ts +1 -1
  263. package/dist/models/OrganizationRoleAttribution.js +1 -1
  264. package/dist/models/OrganizationRoleAttributionPermission.d.ts +1 -1
  265. package/dist/models/OrganizationRoleAttributionPermission.js +1 -1
  266. package/dist/models/OrganizationRoleAttributionRole.d.ts +1 -1
  267. package/dist/models/OrganizationRoleAttributionRole.js +1 -1
  268. package/dist/models/OrganizationRoleAttributionUser.d.ts +1 -1
  269. package/dist/models/OrganizationRoleAttributionUser.js +1 -1
  270. package/dist/models/OrganizationRoleAttributions.d.ts +1 -1
  271. package/dist/models/OrganizationRoleAttributions.js +1 -1
  272. package/dist/models/OrganizationServiceProfile.d.ts +1 -1
  273. package/dist/models/OrganizationServiceProfile.js +1 -1
  274. package/dist/models/OrganizationServicesElement.d.ts +1 -1
  275. package/dist/models/OrganizationServicesElement.js +1 -1
  276. package/dist/models/OrganizationSsoProvider.d.ts +1 -1
  277. package/dist/models/OrganizationSsoProvider.js +1 -1
  278. package/dist/models/OrganizationUserServiceAssociation.d.ts +1 -1
  279. package/dist/models/OrganizationUserServiceAssociation.js +1 -1
  280. package/dist/models/PasswordPolicy.d.ts +1 -1
  281. package/dist/models/PasswordPolicy.js +1 -1
  282. package/dist/models/PermissionCode.d.ts +1 -1
  283. package/dist/models/PermissionCode.js +1 -1
  284. package/dist/models/PermissionCreated.d.ts +1 -1
  285. package/dist/models/PermissionCreated.js +1 -1
  286. package/dist/models/PermissionList.d.ts +1 -1
  287. package/dist/models/PermissionList.js +1 -1
  288. package/dist/models/PermissionResourceType.d.ts +1 -1
  289. package/dist/models/PermissionResourceType.js +1 -1
  290. package/dist/models/Role.d.ts +1 -1
  291. package/dist/models/Role.js +1 -1
  292. package/dist/models/RoleCreated.d.ts +1 -1
  293. package/dist/models/RoleCreated.js +1 -1
  294. package/dist/models/RolesOnOrganization.d.ts +1 -1
  295. package/dist/models/RolesOnOrganization.js +1 -1
  296. package/dist/models/SearchSessionResult.d.ts +1 -1
  297. package/dist/models/SearchSessionResult.js +1 -1
  298. package/dist/models/SearchSessionResults.d.ts +1 -1
  299. package/dist/models/SearchSessionResults.js +1 -1
  300. package/dist/models/SendResetPasswordLinkPayload.d.ts +1 -1
  301. package/dist/models/SendResetPasswordLinkPayload.js +1 -1
  302. package/dist/models/SendSignupInvitationPayload.d.ts +1 -1
  303. package/dist/models/SendSignupInvitationPayload.js +1 -1
  304. package/dist/models/ServiceAccountCreationSchema.d.ts +1 -1
  305. package/dist/models/ServiceAccountCreationSchema.js +1 -1
  306. package/dist/models/ServiceAccountSchema.d.ts +1 -1
  307. package/dist/models/ServiceAccountSchema.js +1 -1
  308. package/dist/models/ServiceAccountStatus.d.ts +1 -1
  309. package/dist/models/ServiceAccountStatus.js +1 -1
  310. package/dist/models/ServiceAccountUpdateSchema.d.ts +1 -1
  311. package/dist/models/ServiceAccountUpdateSchema.js +1 -1
  312. package/dist/models/ServiceAccountUuidSchema.d.ts +1 -1
  313. package/dist/models/ServiceAccountUuidSchema.js +1 -1
  314. package/dist/models/Session.d.ts +1 -1
  315. package/dist/models/Session.js +1 -1
  316. package/dist/models/SessionPayload.d.ts +1 -1
  317. package/dist/models/SessionPayload.js +1 -1
  318. package/dist/models/SessionPolicy.d.ts +1 -1
  319. package/dist/models/SessionPolicy.js +1 -1
  320. package/dist/models/SessionState.d.ts +1 -1
  321. package/dist/models/SessionState.js +1 -1
  322. package/dist/models/SetOrganizationServiceOptionPayload.d.ts +1 -1
  323. package/dist/models/SetOrganizationServiceOptionPayload.js +1 -1
  324. package/dist/models/SetPasswordByConfirmationHashPayload.d.ts +1 -1
  325. package/dist/models/SetPasswordByConfirmationHashPayload.js +1 -1
  326. package/dist/models/SetUserAccountPasswordPayload.d.ts +1 -1
  327. package/dist/models/SetUserAccountPasswordPayload.js +1 -1
  328. package/dist/models/SsoProvider.d.ts +1 -1
  329. package/dist/models/SsoProvider.js +1 -1
  330. package/dist/models/SsoToken.d.ts +1 -1
  331. package/dist/models/SsoToken.js +1 -1
  332. package/dist/models/UpdateOAuthClientPayload.d.ts +1 -9
  333. package/dist/models/UpdateOAuthClientPayload.js +1 -3
  334. package/dist/models/UpdateOwnerOrganizationPayload.d.ts +1 -1
  335. package/dist/models/UpdateOwnerOrganizationPayload.js +1 -1
  336. package/dist/models/UpdateParentOrganizationPayload.d.ts +1 -1
  337. package/dist/models/UpdateParentOrganizationPayload.js +1 -1
  338. package/dist/models/UpdateUserAccountPayload.d.ts +1 -1
  339. package/dist/models/UpdateUserAccountPayload.js +1 -1
  340. package/dist/models/UpdateUserAccountSsoPayload.d.ts +1 -1
  341. package/dist/models/UpdateUserAccountSsoPayload.js +1 -1
  342. package/dist/models/UpsertServicePayload.d.ts +1 -1
  343. package/dist/models/UpsertServicePayload.js +1 -1
  344. package/dist/models/User.d.ts +1 -1
  345. package/dist/models/User.js +1 -1
  346. package/dist/models/UserAccountOrganizationRoles.d.ts +1 -1
  347. package/dist/models/UserAccountOrganizationRoles.js +1 -1
  348. package/dist/models/UserAccountPermission.d.ts +1 -1
  349. package/dist/models/UserAccountPermission.js +1 -1
  350. package/dist/models/UserAccountRole.d.ts +1 -1
  351. package/dist/models/UserAccountRole.js +1 -1
  352. package/dist/models/UserAccountRoleAttributions.d.ts +1 -1
  353. package/dist/models/UserAccountRoleAttributions.js +1 -1
  354. package/dist/models/UserAccountSearchResult.d.ts +1 -1
  355. package/dist/models/UserAccountSearchResult.js +1 -1
  356. package/dist/models/UserAddress.d.ts +1 -1
  357. package/dist/models/UserAddress.js +1 -1
  358. package/dist/models/UserAgreement.d.ts +1 -1
  359. package/dist/models/UserAgreement.js +1 -1
  360. package/dist/models/UserAgreementState.d.ts +1 -1
  361. package/dist/models/UserAgreementState.js +1 -1
  362. package/dist/models/UserPermissions.d.ts +1 -1
  363. package/dist/models/UserPermissions.js +1 -1
  364. package/dist/models/UserServiceAssociation.d.ts +1 -1
  365. package/dist/models/UserServiceAssociation.js +1 -1
  366. package/dist/models/UserSsoProvider.d.ts +1 -1
  367. package/dist/models/UserSsoProvider.js +1 -1
  368. package/dist/models/UserState.d.ts +1 -1
  369. package/dist/models/UserState.js +1 -1
  370. package/dist/models/UserUuid.d.ts +1 -1
  371. package/dist/models/UserUuid.js +1 -1
  372. package/dist/runtime.d.ts +1 -1
  373. package/dist/runtime.js +1 -1
  374. package/package.json +1 -1
  375. package/src/apis/AccountApi.ts +1 -1
  376. package/src/apis/OAuthApi.ts +6 -6
  377. package/src/apis/OrganizationApi.ts +6 -6
  378. package/src/apis/PermissionApi.ts +1 -1
  379. package/src/apis/RoleApi.ts +1 -1
  380. package/src/apis/ServiceAccountApi.ts +1 -1
  381. package/src/apis/SessionApi.ts +1 -1
  382. package/src/apis/UserApi.ts +1 -1
  383. package/src/models/ApplyPermissionsPayload.ts +1 -1
  384. package/src/models/AuthenticationUserAccount.ts +1 -1
  385. package/src/models/CreateOrUpdateOrganizationPayload.ts +1 -1
  386. package/src/models/CreateOrUpdatePermissionPayload.ts +1 -1
  387. package/src/models/CreateOrganizationPayload.ts +1 -1
  388. package/src/models/CreateOrganizationUserServiceOptionPayload.ts +1 -1
  389. package/src/models/CreateOrganizationUserServicePayload.ts +1 -1
  390. package/src/models/CreateRole.ts +1 -1
  391. package/src/models/CreateUserAccountPayload.ts +1 -1
  392. package/src/models/CreateUserAccountServiceAssociation.ts +1 -1
  393. package/src/models/EnableEquisoftConnectPayload.ts +1 -1
  394. package/src/models/ErrorMessage.ts +1 -1
  395. package/src/models/ErrorPayload.ts +1 -1
  396. package/src/models/Id.ts +1 -1
  397. package/src/models/ImpersonatePayload.ts +1 -1
  398. package/src/models/ListOrganizationElement.ts +1 -1
  399. package/src/models/ListUserOrganizations.ts +1 -1
  400. package/src/models/LocalizedString.ts +1 -1
  401. package/src/models/LoginPayload.ts +1 -1
  402. package/src/models/NewPasswordPayload.ts +1 -1
  403. package/src/models/OAuthClient.ts +1 -9
  404. package/src/models/OAuthClientListItem.ts +1 -1
  405. package/src/models/OAuthClientLoginPayload.ts +1 -1
  406. package/src/models/OAuthClientPublicKey.ts +1 -1
  407. package/src/models/OAuthClientUpdated.ts +1 -1
  408. package/src/models/Organization.ts +1 -1
  409. package/src/models/OrganizationApplicableServiceProfiles.ts +1 -1
  410. package/src/models/OrganizationCreated.ts +1 -1
  411. package/src/models/OrganizationPathElement.ts +1 -1
  412. package/src/models/OrganizationRoleAttribution.ts +1 -1
  413. package/src/models/OrganizationRoleAttributionPermission.ts +1 -1
  414. package/src/models/OrganizationRoleAttributionRole.ts +1 -1
  415. package/src/models/OrganizationRoleAttributionUser.ts +1 -1
  416. package/src/models/OrganizationRoleAttributions.ts +1 -1
  417. package/src/models/OrganizationServiceProfile.ts +1 -1
  418. package/src/models/OrganizationServicesElement.ts +1 -1
  419. package/src/models/OrganizationSsoProvider.ts +1 -1
  420. package/src/models/OrganizationUserServiceAssociation.ts +1 -1
  421. package/src/models/PasswordPolicy.ts +1 -1
  422. package/src/models/PermissionCode.ts +1 -1
  423. package/src/models/PermissionCreated.ts +1 -1
  424. package/src/models/PermissionList.ts +1 -1
  425. package/src/models/PermissionResourceType.ts +1 -1
  426. package/src/models/Role.ts +1 -1
  427. package/src/models/RoleCreated.ts +1 -1
  428. package/src/models/RolesOnOrganization.ts +1 -1
  429. package/src/models/SearchSessionResult.ts +1 -1
  430. package/src/models/SearchSessionResults.ts +1 -1
  431. package/src/models/SendResetPasswordLinkPayload.ts +1 -1
  432. package/src/models/SendSignupInvitationPayload.ts +1 -1
  433. package/src/models/ServiceAccountCreationSchema.ts +1 -1
  434. package/src/models/ServiceAccountSchema.ts +1 -1
  435. package/src/models/ServiceAccountStatus.ts +1 -1
  436. package/src/models/ServiceAccountUpdateSchema.ts +1 -1
  437. package/src/models/ServiceAccountUuidSchema.ts +1 -1
  438. package/src/models/Session.ts +1 -1
  439. package/src/models/SessionPayload.ts +1 -1
  440. package/src/models/SessionPolicy.ts +1 -1
  441. package/src/models/SessionState.ts +1 -1
  442. package/src/models/SetOrganizationServiceOptionPayload.ts +1 -1
  443. package/src/models/SetPasswordByConfirmationHashPayload.ts +1 -1
  444. package/src/models/SetUserAccountPasswordPayload.ts +1 -1
  445. package/src/models/SsoProvider.ts +1 -1
  446. package/src/models/SsoToken.ts +1 -1
  447. package/src/models/UpdateOAuthClientPayload.ts +1 -9
  448. package/src/models/UpdateOwnerOrganizationPayload.ts +1 -1
  449. package/src/models/UpdateParentOrganizationPayload.ts +1 -1
  450. package/src/models/UpdateUserAccountPayload.ts +1 -1
  451. package/src/models/UpdateUserAccountSsoPayload.ts +1 -1
  452. package/src/models/UpsertServicePayload.ts +1 -1
  453. package/src/models/User.ts +1 -1
  454. package/src/models/UserAccountOrganizationRoles.ts +1 -1
  455. package/src/models/UserAccountPermission.ts +1 -1
  456. package/src/models/UserAccountRole.ts +1 -1
  457. package/src/models/UserAccountRoleAttributions.ts +1 -1
  458. package/src/models/UserAccountSearchResult.ts +1 -1
  459. package/src/models/UserAddress.ts +1 -1
  460. package/src/models/UserAgreement.ts +1 -1
  461. package/src/models/UserAgreementState.ts +1 -1
  462. package/src/models/UserPermissions.ts +1 -1
  463. package/src/models/UserServiceAssociation.ts +1 -1
  464. package/src/models/UserSsoProvider.ts +1 -1
  465. package/src/models/UserState.ts +1 -1
  466. package/src/models/UserUuid.ts +1 -1
  467. package/src/runtime.ts +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @equisoft/account-service-sdk-typescript@10.2.1-SNAPSHOT
1
+ ## @equisoft/account-service-sdk-typescript@10.2.2-SNAPSHOT
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@10.2.1-SNAPSHOT --save
39
+ npm install @equisoft/account-service-sdk-typescript@10.2.2-SNAPSHOT --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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * User account and session management
6
6
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
7
7
  *
8
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
8
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import * as runtime from '../runtime';
13
13
  import type { OAuthClient, OAuthClientListItem, OAuthClientLoginPayload, OAuthClientUpdated, UpdateOAuthClientPayload } from '../models/index';
14
- export interface DeleteOrganizationRequest {
14
+ export interface DeleteOAuthClientRequest {
15
15
  clientId: string;
16
16
  }
17
17
  export interface GetOAuthClientRequest {
@@ -35,11 +35,11 @@ export declare class OAuthApi extends runtime.BaseAPI {
35
35
  /**
36
36
  * Delete OAuth client
37
37
  */
38
- deleteOrganizationRaw(requestParameters: DeleteOrganizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
38
+ deleteOAuthClientRaw(requestParameters: DeleteOAuthClientRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
39
39
  /**
40
40
  * Delete OAuth client
41
41
  */
42
- deleteOrganization(requestParameters: DeleteOrganizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
42
+ deleteOAuthClient(requestParameters: DeleteOAuthClientRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
43
43
  /**
44
44
  * Get detailed information about an OAuth client.
45
45
  */
@@ -5,7 +5,7 @@
5
5
  * User account and session management
6
6
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
7
7
  *
8
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
8
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,10 +32,10 @@ class OAuthApi extends runtime.BaseAPI {
32
32
  /**
33
33
  * Delete OAuth client
34
34
  */
35
- deleteOrganizationRaw(requestParameters, initOverrides) {
35
+ deleteOAuthClientRaw(requestParameters, initOverrides) {
36
36
  return __awaiter(this, void 0, void 0, function* () {
37
37
  if (requestParameters['clientId'] == null) {
38
- throw new runtime.RequiredError('clientId', 'Required parameter "clientId" was null or undefined when calling deleteOrganization().');
38
+ throw new runtime.RequiredError('clientId', 'Required parameter "clientId" was null or undefined when calling deleteOAuthClient().');
39
39
  }
40
40
  const queryParameters = {};
41
41
  const headerParameters = {};
@@ -59,9 +59,9 @@ class OAuthApi extends runtime.BaseAPI {
59
59
  /**
60
60
  * Delete OAuth client
61
61
  */
62
- deleteOrganization(requestParameters, initOverrides) {
62
+ deleteOAuthClient(requestParameters, initOverrides) {
63
63
  return __awaiter(this, void 0, void 0, function* () {
64
- yield this.deleteOrganizationRaw(requestParameters, initOverrides);
64
+ yield this.deleteOAuthClientRaw(requestParameters, initOverrides);
65
65
  });
66
66
  }
67
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@ export interface DeactivateUserServiceRequest {
48
48
  userUuid: string;
49
49
  serviceCode: string;
50
50
  }
51
- export interface DeleteOrganization1Request {
51
+ export interface DeleteOrganizationRequest {
52
52
  uuid: string;
53
53
  }
54
54
  export interface GetApplicableServiceProfilesRequest {
@@ -193,11 +193,11 @@ export declare class OrganizationApi extends runtime.BaseAPI {
193
193
  /**
194
194
  * Delete organization
195
195
  */
196
- deleteOrganization1Raw(requestParameters: DeleteOrganization1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
196
+ deleteOrganizationRaw(requestParameters: DeleteOrganizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
197
197
  /**
198
198
  * Delete organization
199
199
  */
200
- deleteOrganization1(requestParameters: DeleteOrganization1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
200
+ deleteOrganization(requestParameters: DeleteOrganizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
201
201
  /**
202
202
  * Get applicable service profiles for an organization.
203
203
  */
@@ -5,7 +5,7 @@
5
5
  * User account and session management
6
6
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
7
7
  *
8
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
8
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -367,10 +367,10 @@ class OrganizationApi extends runtime.BaseAPI {
367
367
  /**
368
368
  * Delete organization
369
369
  */
370
- deleteOrganization1Raw(requestParameters, initOverrides) {
370
+ deleteOrganizationRaw(requestParameters, initOverrides) {
371
371
  return __awaiter(this, void 0, void 0, function* () {
372
372
  if (requestParameters['uuid'] == null) {
373
- throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling deleteOrganization1().');
373
+ throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling deleteOrganization().');
374
374
  }
375
375
  const queryParameters = {};
376
376
  const headerParameters = {};
@@ -394,9 +394,9 @@ class OrganizationApi extends runtime.BaseAPI {
394
394
  /**
395
395
  * Delete organization
396
396
  */
397
- deleteOrganization1(requestParameters, initOverrides) {
397
+ deleteOrganization(requestParameters, initOverrides) {
398
398
  return __awaiter(this, void 0, void 0, function* () {
399
- yield this.deleteOrganization1Raw(requestParameters, initOverrides);
399
+ yield this.deleteOrganizationRaw(requestParameters, initOverrides);
400
400
  });
401
401
  }
402
402
  /**
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * User account and session management
6
6
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
7
7
  *
8
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
8
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * User account and session management
6
6
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
7
7
  *
8
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
8
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * User account and session management
6
6
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
7
7
  *
8
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
8
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * User account and session management
6
6
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
7
7
  *
8
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
8
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * User account and session management
6
6
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
7
7
  *
8
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
8
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import * as runtime from '../runtime';
13
13
  import type { OAuthClient, OAuthClientListItem, OAuthClientLoginPayload, OAuthClientUpdated, UpdateOAuthClientPayload } from '../models/index';
14
- export interface DeleteOrganizationRequest {
14
+ export interface DeleteOAuthClientRequest {
15
15
  clientId: string;
16
16
  }
17
17
  export interface GetOAuthClientRequest {
@@ -35,11 +35,11 @@ export declare class OAuthApi extends runtime.BaseAPI {
35
35
  /**
36
36
  * Delete OAuth client
37
37
  */
38
- deleteOrganizationRaw(requestParameters: DeleteOrganizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
38
+ deleteOAuthClientRaw(requestParameters: DeleteOAuthClientRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
39
39
  /**
40
40
  * Delete OAuth client
41
41
  */
42
- deleteOrganization(requestParameters: DeleteOrganizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
42
+ deleteOAuthClient(requestParameters: DeleteOAuthClientRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
43
43
  /**
44
44
  * Get detailed information about an OAuth client.
45
45
  */
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,10 +29,10 @@ export class OAuthApi extends runtime.BaseAPI {
29
29
  /**
30
30
  * Delete OAuth client
31
31
  */
32
- deleteOrganizationRaw(requestParameters, initOverrides) {
32
+ deleteOAuthClientRaw(requestParameters, initOverrides) {
33
33
  return __awaiter(this, void 0, void 0, function* () {
34
34
  if (requestParameters['clientId'] == null) {
35
- throw new runtime.RequiredError('clientId', 'Required parameter "clientId" was null or undefined when calling deleteOrganization().');
35
+ throw new runtime.RequiredError('clientId', 'Required parameter "clientId" was null or undefined when calling deleteOAuthClient().');
36
36
  }
37
37
  const queryParameters = {};
38
38
  const headerParameters = {};
@@ -56,9 +56,9 @@ export class OAuthApi extends runtime.BaseAPI {
56
56
  /**
57
57
  * Delete OAuth client
58
58
  */
59
- deleteOrganization(requestParameters, initOverrides) {
59
+ deleteOAuthClient(requestParameters, initOverrides) {
60
60
  return __awaiter(this, void 0, void 0, function* () {
61
- yield this.deleteOrganizationRaw(requestParameters, initOverrides);
61
+ yield this.deleteOAuthClientRaw(requestParameters, initOverrides);
62
62
  });
63
63
  }
64
64
  /**
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@ export interface DeactivateUserServiceRequest {
48
48
  userUuid: string;
49
49
  serviceCode: string;
50
50
  }
51
- export interface DeleteOrganization1Request {
51
+ export interface DeleteOrganizationRequest {
52
52
  uuid: string;
53
53
  }
54
54
  export interface GetApplicableServiceProfilesRequest {
@@ -193,11 +193,11 @@ export declare class OrganizationApi extends runtime.BaseAPI {
193
193
  /**
194
194
  * Delete organization
195
195
  */
196
- deleteOrganization1Raw(requestParameters: DeleteOrganization1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
196
+ deleteOrganizationRaw(requestParameters: DeleteOrganizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
197
197
  /**
198
198
  * Delete organization
199
199
  */
200
- deleteOrganization1(requestParameters: DeleteOrganization1Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
200
+ deleteOrganization(requestParameters: DeleteOrganizationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
201
201
  /**
202
202
  * Get applicable service profiles for an organization.
203
203
  */
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -364,10 +364,10 @@ export class OrganizationApi extends runtime.BaseAPI {
364
364
  /**
365
365
  * Delete organization
366
366
  */
367
- deleteOrganization1Raw(requestParameters, initOverrides) {
367
+ deleteOrganizationRaw(requestParameters, initOverrides) {
368
368
  return __awaiter(this, void 0, void 0, function* () {
369
369
  if (requestParameters['uuid'] == null) {
370
- throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling deleteOrganization1().');
370
+ throw new runtime.RequiredError('uuid', 'Required parameter "uuid" was null or undefined when calling deleteOrganization().');
371
371
  }
372
372
  const queryParameters = {};
373
373
  const headerParameters = {};
@@ -391,9 +391,9 @@ export class OrganizationApi extends runtime.BaseAPI {
391
391
  /**
392
392
  * Delete organization
393
393
  */
394
- deleteOrganization1(requestParameters, initOverrides) {
394
+ deleteOrganization(requestParameters, initOverrides) {
395
395
  return __awaiter(this, void 0, void 0, function* () {
396
- yield this.deleteOrganization1Raw(requestParameters, initOverrides);
396
+ yield this.deleteOrganizationRaw(requestParameters, initOverrides);
397
397
  });
398
398
  }
399
399
  /**
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 10.2.1-SNAPSHOT
7
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
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: 10.2.1-SNAPSHOT
5
+ * The version of the OpenAPI document: 10.2.2-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).