@equisoft/account-service-sdk-typescript 9.5.0 → 9.5.1-snapshot.20250523195944

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (448) hide show
  1. package/.openapi-generator/VERSION +1 -1
  2. package/README.md +2 -2
  3. package/dist/apis/AccountApi.d.ts +1 -1
  4. package/dist/apis/AccountApi.js +1 -1
  5. package/dist/apis/OAuthApi.d.ts +1 -1
  6. package/dist/apis/OAuthApi.js +1 -1
  7. package/dist/apis/OrganizationApi.d.ts +1 -1
  8. package/dist/apis/OrganizationApi.js +1 -1
  9. package/dist/apis/PermissionApi.d.ts +1 -1
  10. package/dist/apis/PermissionApi.js +1 -1
  11. package/dist/apis/RoleApi.d.ts +1 -1
  12. package/dist/apis/RoleApi.js +1 -1
  13. package/dist/apis/ServiceAccountApi.d.ts +1 -1
  14. package/dist/apis/ServiceAccountApi.js +1 -1
  15. package/dist/apis/SessionApi.d.ts +1 -1
  16. package/dist/apis/SessionApi.js +1 -1
  17. package/dist/apis/UserApi.d.ts +1 -1
  18. package/dist/apis/UserApi.js +1 -1
  19. package/dist/esm/apis/AccountApi.d.ts +1 -1
  20. package/dist/esm/apis/AccountApi.js +1 -1
  21. package/dist/esm/apis/OAuthApi.d.ts +1 -1
  22. package/dist/esm/apis/OAuthApi.js +1 -1
  23. package/dist/esm/apis/OrganizationApi.d.ts +1 -1
  24. package/dist/esm/apis/OrganizationApi.js +1 -1
  25. package/dist/esm/apis/PermissionApi.d.ts +1 -1
  26. package/dist/esm/apis/PermissionApi.js +1 -1
  27. package/dist/esm/apis/RoleApi.d.ts +1 -1
  28. package/dist/esm/apis/RoleApi.js +1 -1
  29. package/dist/esm/apis/ServiceAccountApi.d.ts +1 -1
  30. package/dist/esm/apis/ServiceAccountApi.js +1 -1
  31. package/dist/esm/apis/SessionApi.d.ts +1 -1
  32. package/dist/esm/apis/SessionApi.js +1 -1
  33. package/dist/esm/apis/UserApi.d.ts +1 -1
  34. package/dist/esm/apis/UserApi.js +1 -1
  35. package/dist/esm/models/ApplyPermissionsPayload.d.ts +3 -2
  36. package/dist/esm/models/ApplyPermissionsPayload.js +5 -2
  37. package/dist/esm/models/AuthenticationUserAccount.d.ts +3 -2
  38. package/dist/esm/models/AuthenticationUserAccount.js +5 -2
  39. package/dist/esm/models/CreateOrUpdateOAuthClientPayload.d.ts +3 -2
  40. package/dist/esm/models/CreateOrUpdateOAuthClientPayload.js +5 -2
  41. package/dist/esm/models/CreateOrUpdateOrganizationPayload.d.ts +3 -2
  42. package/dist/esm/models/CreateOrUpdateOrganizationPayload.js +5 -2
  43. package/dist/esm/models/CreateOrUpdatePermissionPayload.d.ts +3 -2
  44. package/dist/esm/models/CreateOrUpdatePermissionPayload.js +5 -2
  45. package/dist/esm/models/CreateOrganizationPayload.d.ts +3 -2
  46. package/dist/esm/models/CreateOrganizationPayload.js +5 -2
  47. package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.d.ts +3 -2
  48. package/dist/esm/models/CreateOrganizationUserServiceOptionPayload.js +5 -2
  49. package/dist/esm/models/CreateOrganizationUserServicePayload.d.ts +3 -2
  50. package/dist/esm/models/CreateOrganizationUserServicePayload.js +5 -2
  51. package/dist/esm/models/CreateRole.d.ts +3 -2
  52. package/dist/esm/models/CreateRole.js +5 -2
  53. package/dist/esm/models/CreateUserAccountPayload.d.ts +3 -2
  54. package/dist/esm/models/CreateUserAccountPayload.js +5 -2
  55. package/dist/esm/models/CreateUserAccountServiceAssociation.d.ts +3 -2
  56. package/dist/esm/models/CreateUserAccountServiceAssociation.js +5 -2
  57. package/dist/esm/models/EnableEquisoftConnectPayload.d.ts +3 -2
  58. package/dist/esm/models/EnableEquisoftConnectPayload.js +5 -2
  59. package/dist/esm/models/ErrorMessage.d.ts +2 -1
  60. package/dist/esm/models/ErrorMessage.js +4 -1
  61. package/dist/esm/models/ErrorPayload.d.ts +3 -2
  62. package/dist/esm/models/ErrorPayload.js +5 -2
  63. package/dist/esm/models/Id.d.ts +3 -2
  64. package/dist/esm/models/Id.js +5 -2
  65. package/dist/esm/models/ImpersonatePayload.d.ts +3 -2
  66. package/dist/esm/models/ImpersonatePayload.js +5 -2
  67. package/dist/esm/models/ListOrganizationElement.d.ts +3 -2
  68. package/dist/esm/models/ListOrganizationElement.js +5 -2
  69. package/dist/esm/models/ListUserOrganizations.d.ts +3 -2
  70. package/dist/esm/models/ListUserOrganizations.js +5 -2
  71. package/dist/esm/models/LocalizedString.d.ts +3 -2
  72. package/dist/esm/models/LocalizedString.js +5 -2
  73. package/dist/esm/models/LoginPayload.d.ts +3 -2
  74. package/dist/esm/models/LoginPayload.js +5 -2
  75. package/dist/esm/models/NewPasswordPayload.d.ts +3 -2
  76. package/dist/esm/models/NewPasswordPayload.js +5 -2
  77. package/dist/esm/models/OAuthClient.d.ts +3 -2
  78. package/dist/esm/models/OAuthClient.js +5 -2
  79. package/dist/esm/models/OAuthClientCreated.d.ts +3 -2
  80. package/dist/esm/models/OAuthClientCreated.js +5 -2
  81. package/dist/esm/models/OAuthClientPublicKey.d.ts +3 -2
  82. package/dist/esm/models/OAuthClientPublicKey.js +5 -2
  83. package/dist/esm/models/Organization.d.ts +3 -2
  84. package/dist/esm/models/Organization.js +5 -2
  85. package/dist/esm/models/OrganizationApplicableServiceProfiles.d.ts +3 -2
  86. package/dist/esm/models/OrganizationApplicableServiceProfiles.js +5 -2
  87. package/dist/esm/models/OrganizationCreated.d.ts +3 -2
  88. package/dist/esm/models/OrganizationCreated.js +5 -2
  89. package/dist/esm/models/OrganizationPathElement.d.ts +3 -2
  90. package/dist/esm/models/OrganizationPathElement.js +5 -2
  91. package/dist/esm/models/OrganizationRoleAttribution.d.ts +3 -2
  92. package/dist/esm/models/OrganizationRoleAttribution.js +5 -2
  93. package/dist/esm/models/OrganizationRoleAttributionPermission.d.ts +3 -2
  94. package/dist/esm/models/OrganizationRoleAttributionPermission.js +5 -2
  95. package/dist/esm/models/OrganizationRoleAttributionRole.d.ts +3 -2
  96. package/dist/esm/models/OrganizationRoleAttributionRole.js +5 -2
  97. package/dist/esm/models/OrganizationRoleAttributionUser.d.ts +3 -2
  98. package/dist/esm/models/OrganizationRoleAttributionUser.js +5 -2
  99. package/dist/esm/models/OrganizationRoleAttributions.d.ts +3 -2
  100. package/dist/esm/models/OrganizationRoleAttributions.js +5 -2
  101. package/dist/esm/models/OrganizationServiceProfile.d.ts +3 -2
  102. package/dist/esm/models/OrganizationServiceProfile.js +5 -2
  103. package/dist/esm/models/OrganizationServicesElement.d.ts +3 -2
  104. package/dist/esm/models/OrganizationServicesElement.js +5 -2
  105. package/dist/esm/models/OrganizationSsoProvider.d.ts +3 -2
  106. package/dist/esm/models/OrganizationSsoProvider.js +5 -2
  107. package/dist/esm/models/OrganizationUserServiceAssociation.d.ts +3 -2
  108. package/dist/esm/models/OrganizationUserServiceAssociation.js +5 -2
  109. package/dist/esm/models/PasswordPolicy.d.ts +3 -2
  110. package/dist/esm/models/PasswordPolicy.js +5 -2
  111. package/dist/esm/models/PermissionCode.d.ts +3 -2
  112. package/dist/esm/models/PermissionCode.js +5 -2
  113. package/dist/esm/models/PermissionCreated.d.ts +3 -2
  114. package/dist/esm/models/PermissionCreated.js +5 -2
  115. package/dist/esm/models/PermissionList.d.ts +3 -2
  116. package/dist/esm/models/PermissionList.js +5 -2
  117. package/dist/esm/models/PermissionResourceType.d.ts +2 -1
  118. package/dist/esm/models/PermissionResourceType.js +4 -1
  119. package/dist/esm/models/Role.d.ts +3 -2
  120. package/dist/esm/models/Role.js +5 -2
  121. package/dist/esm/models/RoleCreated.d.ts +3 -2
  122. package/dist/esm/models/RoleCreated.js +5 -2
  123. package/dist/esm/models/RolesOnOrganization.d.ts +3 -2
  124. package/dist/esm/models/RolesOnOrganization.js +5 -2
  125. package/dist/esm/models/SendResetPasswordLinkPayload.d.ts +3 -2
  126. package/dist/esm/models/SendResetPasswordLinkPayload.js +5 -2
  127. package/dist/esm/models/SendSignupInvitationPayload.d.ts +3 -2
  128. package/dist/esm/models/SendSignupInvitationPayload.js +5 -2
  129. package/dist/esm/models/ServiceAccountCreationSchema.d.ts +3 -2
  130. package/dist/esm/models/ServiceAccountCreationSchema.js +5 -2
  131. package/dist/esm/models/ServiceAccountSchema.d.ts +3 -2
  132. package/dist/esm/models/ServiceAccountSchema.js +5 -2
  133. package/dist/esm/models/ServiceAccountStatus.d.ts +2 -1
  134. package/dist/esm/models/ServiceAccountStatus.js +4 -1
  135. package/dist/esm/models/ServiceAccountUpdateSchema.d.ts +3 -2
  136. package/dist/esm/models/ServiceAccountUpdateSchema.js +5 -2
  137. package/dist/esm/models/ServiceAccountUuidSchema.d.ts +3 -2
  138. package/dist/esm/models/ServiceAccountUuidSchema.js +5 -2
  139. package/dist/esm/models/Session.d.ts +3 -2
  140. package/dist/esm/models/Session.js +5 -2
  141. package/dist/esm/models/SessionPayload.d.ts +3 -2
  142. package/dist/esm/models/SessionPayload.js +5 -2
  143. package/dist/esm/models/SessionPolicy.d.ts +3 -2
  144. package/dist/esm/models/SessionPolicy.js +5 -2
  145. package/dist/esm/models/SessionState.d.ts +2 -1
  146. package/dist/esm/models/SessionState.js +4 -1
  147. package/dist/esm/models/SetOrganizationServiceOptionPayload.d.ts +3 -2
  148. package/dist/esm/models/SetOrganizationServiceOptionPayload.js +5 -2
  149. package/dist/esm/models/SetPasswordByConfirmationHashPayload.d.ts +3 -2
  150. package/dist/esm/models/SetPasswordByConfirmationHashPayload.js +5 -2
  151. package/dist/esm/models/SetUserAccountPasswordPayload.d.ts +3 -2
  152. package/dist/esm/models/SetUserAccountPasswordPayload.js +5 -2
  153. package/dist/esm/models/SsoProvider.d.ts +3 -2
  154. package/dist/esm/models/SsoProvider.js +5 -2
  155. package/dist/esm/models/SsoToken.d.ts +3 -2
  156. package/dist/esm/models/SsoToken.js +5 -2
  157. package/dist/esm/models/UpdateOwnerOrganizationPayload.d.ts +3 -2
  158. package/dist/esm/models/UpdateOwnerOrganizationPayload.js +5 -2
  159. package/dist/esm/models/UpdateParentOrganizationPayload.d.ts +3 -2
  160. package/dist/esm/models/UpdateParentOrganizationPayload.js +5 -2
  161. package/dist/esm/models/UpdateUserAccountPayload.d.ts +3 -2
  162. package/dist/esm/models/UpdateUserAccountPayload.js +5 -2
  163. package/dist/esm/models/UpdateUserAccountSsoPayload.d.ts +3 -2
  164. package/dist/esm/models/UpdateUserAccountSsoPayload.js +5 -2
  165. package/dist/esm/models/UpsertServicePayload.d.ts +3 -2
  166. package/dist/esm/models/UpsertServicePayload.js +5 -2
  167. package/dist/esm/models/User.d.ts +3 -2
  168. package/dist/esm/models/User.js +5 -2
  169. package/dist/esm/models/UserAccountOrganizationRoles.d.ts +3 -2
  170. package/dist/esm/models/UserAccountOrganizationRoles.js +5 -2
  171. package/dist/esm/models/UserAccountPermission.d.ts +3 -2
  172. package/dist/esm/models/UserAccountPermission.js +5 -2
  173. package/dist/esm/models/UserAccountRole.d.ts +3 -2
  174. package/dist/esm/models/UserAccountRole.js +5 -2
  175. package/dist/esm/models/UserAccountRoleAttributions.d.ts +3 -2
  176. package/dist/esm/models/UserAccountRoleAttributions.js +5 -2
  177. package/dist/esm/models/UserAccountSearchResult.d.ts +3 -2
  178. package/dist/esm/models/UserAccountSearchResult.js +5 -2
  179. package/dist/esm/models/UserAddress.d.ts +3 -2
  180. package/dist/esm/models/UserAddress.js +5 -2
  181. package/dist/esm/models/UserAgreement.d.ts +3 -2
  182. package/dist/esm/models/UserAgreement.js +5 -2
  183. package/dist/esm/models/UserAgreementState.d.ts +2 -1
  184. package/dist/esm/models/UserAgreementState.js +4 -1
  185. package/dist/esm/models/UserPermissions.d.ts +3 -2
  186. package/dist/esm/models/UserPermissions.js +5 -2
  187. package/dist/esm/models/UserServiceAssociation.d.ts +3 -2
  188. package/dist/esm/models/UserServiceAssociation.js +5 -2
  189. package/dist/esm/models/UserSsoProvider.d.ts +3 -2
  190. package/dist/esm/models/UserSsoProvider.js +5 -2
  191. package/dist/esm/models/UserState.d.ts +2 -1
  192. package/dist/esm/models/UserState.js +4 -1
  193. package/dist/esm/models/UserUuid.d.ts +3 -2
  194. package/dist/esm/models/UserUuid.js +5 -2
  195. package/dist/esm/runtime.d.ts +5 -2
  196. package/dist/esm/runtime.js +10 -2
  197. package/dist/models/ApplyPermissionsPayload.d.ts +3 -2
  198. package/dist/models/ApplyPermissionsPayload.js +6 -2
  199. package/dist/models/AuthenticationUserAccount.d.ts +3 -2
  200. package/dist/models/AuthenticationUserAccount.js +6 -2
  201. package/dist/models/CreateOrUpdateOAuthClientPayload.d.ts +3 -2
  202. package/dist/models/CreateOrUpdateOAuthClientPayload.js +6 -2
  203. package/dist/models/CreateOrUpdateOrganizationPayload.d.ts +3 -2
  204. package/dist/models/CreateOrUpdateOrganizationPayload.js +6 -2
  205. package/dist/models/CreateOrUpdatePermissionPayload.d.ts +3 -2
  206. package/dist/models/CreateOrUpdatePermissionPayload.js +6 -2
  207. package/dist/models/CreateOrganizationPayload.d.ts +3 -2
  208. package/dist/models/CreateOrganizationPayload.js +6 -2
  209. package/dist/models/CreateOrganizationUserServiceOptionPayload.d.ts +3 -2
  210. package/dist/models/CreateOrganizationUserServiceOptionPayload.js +6 -2
  211. package/dist/models/CreateOrganizationUserServicePayload.d.ts +3 -2
  212. package/dist/models/CreateOrganizationUserServicePayload.js +6 -2
  213. package/dist/models/CreateRole.d.ts +3 -2
  214. package/dist/models/CreateRole.js +6 -2
  215. package/dist/models/CreateUserAccountPayload.d.ts +3 -2
  216. package/dist/models/CreateUserAccountPayload.js +6 -2
  217. package/dist/models/CreateUserAccountServiceAssociation.d.ts +3 -2
  218. package/dist/models/CreateUserAccountServiceAssociation.js +6 -2
  219. package/dist/models/EnableEquisoftConnectPayload.d.ts +3 -2
  220. package/dist/models/EnableEquisoftConnectPayload.js +6 -2
  221. package/dist/models/ErrorMessage.d.ts +2 -1
  222. package/dist/models/ErrorMessage.js +5 -1
  223. package/dist/models/ErrorPayload.d.ts +3 -2
  224. package/dist/models/ErrorPayload.js +6 -2
  225. package/dist/models/Id.d.ts +3 -2
  226. package/dist/models/Id.js +6 -2
  227. package/dist/models/ImpersonatePayload.d.ts +3 -2
  228. package/dist/models/ImpersonatePayload.js +6 -2
  229. package/dist/models/ListOrganizationElement.d.ts +3 -2
  230. package/dist/models/ListOrganizationElement.js +6 -2
  231. package/dist/models/ListUserOrganizations.d.ts +3 -2
  232. package/dist/models/ListUserOrganizations.js +6 -2
  233. package/dist/models/LocalizedString.d.ts +3 -2
  234. package/dist/models/LocalizedString.js +6 -2
  235. package/dist/models/LoginPayload.d.ts +3 -2
  236. package/dist/models/LoginPayload.js +6 -2
  237. package/dist/models/NewPasswordPayload.d.ts +3 -2
  238. package/dist/models/NewPasswordPayload.js +6 -2
  239. package/dist/models/OAuthClient.d.ts +3 -2
  240. package/dist/models/OAuthClient.js +6 -2
  241. package/dist/models/OAuthClientCreated.d.ts +3 -2
  242. package/dist/models/OAuthClientCreated.js +6 -2
  243. package/dist/models/OAuthClientPublicKey.d.ts +3 -2
  244. package/dist/models/OAuthClientPublicKey.js +6 -2
  245. package/dist/models/Organization.d.ts +3 -2
  246. package/dist/models/Organization.js +6 -2
  247. package/dist/models/OrganizationApplicableServiceProfiles.d.ts +3 -2
  248. package/dist/models/OrganizationApplicableServiceProfiles.js +6 -2
  249. package/dist/models/OrganizationCreated.d.ts +3 -2
  250. package/dist/models/OrganizationCreated.js +6 -2
  251. package/dist/models/OrganizationPathElement.d.ts +3 -2
  252. package/dist/models/OrganizationPathElement.js +6 -2
  253. package/dist/models/OrganizationRoleAttribution.d.ts +3 -2
  254. package/dist/models/OrganizationRoleAttribution.js +6 -2
  255. package/dist/models/OrganizationRoleAttributionPermission.d.ts +3 -2
  256. package/dist/models/OrganizationRoleAttributionPermission.js +6 -2
  257. package/dist/models/OrganizationRoleAttributionRole.d.ts +3 -2
  258. package/dist/models/OrganizationRoleAttributionRole.js +6 -2
  259. package/dist/models/OrganizationRoleAttributionUser.d.ts +3 -2
  260. package/dist/models/OrganizationRoleAttributionUser.js +6 -2
  261. package/dist/models/OrganizationRoleAttributions.d.ts +3 -2
  262. package/dist/models/OrganizationRoleAttributions.js +6 -2
  263. package/dist/models/OrganizationServiceProfile.d.ts +3 -2
  264. package/dist/models/OrganizationServiceProfile.js +6 -2
  265. package/dist/models/OrganizationServicesElement.d.ts +3 -2
  266. package/dist/models/OrganizationServicesElement.js +6 -2
  267. package/dist/models/OrganizationSsoProvider.d.ts +3 -2
  268. package/dist/models/OrganizationSsoProvider.js +6 -2
  269. package/dist/models/OrganizationUserServiceAssociation.d.ts +3 -2
  270. package/dist/models/OrganizationUserServiceAssociation.js +6 -2
  271. package/dist/models/PasswordPolicy.d.ts +3 -2
  272. package/dist/models/PasswordPolicy.js +6 -2
  273. package/dist/models/PermissionCode.d.ts +3 -2
  274. package/dist/models/PermissionCode.js +6 -2
  275. package/dist/models/PermissionCreated.d.ts +3 -2
  276. package/dist/models/PermissionCreated.js +6 -2
  277. package/dist/models/PermissionList.d.ts +3 -2
  278. package/dist/models/PermissionList.js +6 -2
  279. package/dist/models/PermissionResourceType.d.ts +2 -1
  280. package/dist/models/PermissionResourceType.js +5 -1
  281. package/dist/models/Role.d.ts +3 -2
  282. package/dist/models/Role.js +6 -2
  283. package/dist/models/RoleCreated.d.ts +3 -2
  284. package/dist/models/RoleCreated.js +6 -2
  285. package/dist/models/RolesOnOrganization.d.ts +3 -2
  286. package/dist/models/RolesOnOrganization.js +6 -2
  287. package/dist/models/SendResetPasswordLinkPayload.d.ts +3 -2
  288. package/dist/models/SendResetPasswordLinkPayload.js +6 -2
  289. package/dist/models/SendSignupInvitationPayload.d.ts +3 -2
  290. package/dist/models/SendSignupInvitationPayload.js +6 -2
  291. package/dist/models/ServiceAccountCreationSchema.d.ts +3 -2
  292. package/dist/models/ServiceAccountCreationSchema.js +6 -2
  293. package/dist/models/ServiceAccountSchema.d.ts +3 -2
  294. package/dist/models/ServiceAccountSchema.js +6 -2
  295. package/dist/models/ServiceAccountStatus.d.ts +2 -1
  296. package/dist/models/ServiceAccountStatus.js +5 -1
  297. package/dist/models/ServiceAccountUpdateSchema.d.ts +3 -2
  298. package/dist/models/ServiceAccountUpdateSchema.js +6 -2
  299. package/dist/models/ServiceAccountUuidSchema.d.ts +3 -2
  300. package/dist/models/ServiceAccountUuidSchema.js +6 -2
  301. package/dist/models/Session.d.ts +3 -2
  302. package/dist/models/Session.js +6 -2
  303. package/dist/models/SessionPayload.d.ts +3 -2
  304. package/dist/models/SessionPayload.js +6 -2
  305. package/dist/models/SessionPolicy.d.ts +3 -2
  306. package/dist/models/SessionPolicy.js +6 -2
  307. package/dist/models/SessionState.d.ts +2 -1
  308. package/dist/models/SessionState.js +5 -1
  309. package/dist/models/SetOrganizationServiceOptionPayload.d.ts +3 -2
  310. package/dist/models/SetOrganizationServiceOptionPayload.js +6 -2
  311. package/dist/models/SetPasswordByConfirmationHashPayload.d.ts +3 -2
  312. package/dist/models/SetPasswordByConfirmationHashPayload.js +6 -2
  313. package/dist/models/SetUserAccountPasswordPayload.d.ts +3 -2
  314. package/dist/models/SetUserAccountPasswordPayload.js +6 -2
  315. package/dist/models/SsoProvider.d.ts +3 -2
  316. package/dist/models/SsoProvider.js +6 -2
  317. package/dist/models/SsoToken.d.ts +3 -2
  318. package/dist/models/SsoToken.js +6 -2
  319. package/dist/models/UpdateOwnerOrganizationPayload.d.ts +3 -2
  320. package/dist/models/UpdateOwnerOrganizationPayload.js +6 -2
  321. package/dist/models/UpdateParentOrganizationPayload.d.ts +3 -2
  322. package/dist/models/UpdateParentOrganizationPayload.js +6 -2
  323. package/dist/models/UpdateUserAccountPayload.d.ts +3 -2
  324. package/dist/models/UpdateUserAccountPayload.js +6 -2
  325. package/dist/models/UpdateUserAccountSsoPayload.d.ts +3 -2
  326. package/dist/models/UpdateUserAccountSsoPayload.js +6 -2
  327. package/dist/models/UpsertServicePayload.d.ts +3 -2
  328. package/dist/models/UpsertServicePayload.js +6 -2
  329. package/dist/models/User.d.ts +3 -2
  330. package/dist/models/User.js +6 -2
  331. package/dist/models/UserAccountOrganizationRoles.d.ts +3 -2
  332. package/dist/models/UserAccountOrganizationRoles.js +6 -2
  333. package/dist/models/UserAccountPermission.d.ts +3 -2
  334. package/dist/models/UserAccountPermission.js +6 -2
  335. package/dist/models/UserAccountRole.d.ts +3 -2
  336. package/dist/models/UserAccountRole.js +6 -2
  337. package/dist/models/UserAccountRoleAttributions.d.ts +3 -2
  338. package/dist/models/UserAccountRoleAttributions.js +6 -2
  339. package/dist/models/UserAccountSearchResult.d.ts +3 -2
  340. package/dist/models/UserAccountSearchResult.js +6 -2
  341. package/dist/models/UserAddress.d.ts +3 -2
  342. package/dist/models/UserAddress.js +6 -2
  343. package/dist/models/UserAgreement.d.ts +3 -2
  344. package/dist/models/UserAgreement.js +6 -2
  345. package/dist/models/UserAgreementState.d.ts +2 -1
  346. package/dist/models/UserAgreementState.js +5 -1
  347. package/dist/models/UserPermissions.d.ts +3 -2
  348. package/dist/models/UserPermissions.js +6 -2
  349. package/dist/models/UserServiceAssociation.d.ts +3 -2
  350. package/dist/models/UserServiceAssociation.js +6 -2
  351. package/dist/models/UserSsoProvider.d.ts +3 -2
  352. package/dist/models/UserSsoProvider.js +6 -2
  353. package/dist/models/UserState.d.ts +2 -1
  354. package/dist/models/UserState.js +5 -1
  355. package/dist/models/UserUuid.d.ts +3 -2
  356. package/dist/models/UserUuid.js +6 -2
  357. package/dist/runtime.d.ts +5 -2
  358. package/dist/runtime.js +11 -2
  359. package/package.json +1 -1
  360. package/src/apis/AccountApi.ts +1 -1
  361. package/src/apis/OAuthApi.ts +1 -1
  362. package/src/apis/OrganizationApi.ts +1 -1
  363. package/src/apis/PermissionApi.ts +1 -1
  364. package/src/apis/RoleApi.ts +1 -1
  365. package/src/apis/ServiceAccountApi.ts +1 -1
  366. package/src/apis/SessionApi.ts +1 -1
  367. package/src/apis/UserApi.ts +1 -1
  368. package/src/models/ApplyPermissionsPayload.ts +10 -2
  369. package/src/models/AuthenticationUserAccount.ts +7 -2
  370. package/src/models/CreateOrUpdateOAuthClientPayload.ts +8 -2
  371. package/src/models/CreateOrUpdateOrganizationPayload.ts +9 -2
  372. package/src/models/CreateOrUpdatePermissionPayload.ts +8 -2
  373. package/src/models/CreateOrganizationPayload.ts +9 -2
  374. package/src/models/CreateOrganizationUserServiceOptionPayload.ts +7 -2
  375. package/src/models/CreateOrganizationUserServicePayload.ts +7 -2
  376. package/src/models/CreateRole.ts +8 -2
  377. package/src/models/CreateUserAccountPayload.ts +11 -2
  378. package/src/models/CreateUserAccountServiceAssociation.ts +7 -2
  379. package/src/models/EnableEquisoftConnectPayload.ts +7 -2
  380. package/src/models/ErrorMessage.ts +6 -2
  381. package/src/models/ErrorPayload.ts +10 -2
  382. package/src/models/Id.ts +7 -2
  383. package/src/models/ImpersonatePayload.ts +7 -2
  384. package/src/models/ListOrganizationElement.ts +10 -2
  385. package/src/models/ListUserOrganizations.ts +8 -2
  386. package/src/models/LocalizedString.ts +7 -2
  387. package/src/models/LoginPayload.ts +7 -2
  388. package/src/models/NewPasswordPayload.ts +7 -2
  389. package/src/models/OAuthClient.ts +8 -2
  390. package/src/models/OAuthClientCreated.ts +7 -2
  391. package/src/models/OAuthClientPublicKey.ts +7 -2
  392. package/src/models/Organization.ts +11 -2
  393. package/src/models/OrganizationApplicableServiceProfiles.ts +7 -2
  394. package/src/models/OrganizationCreated.ts +7 -2
  395. package/src/models/OrganizationPathElement.ts +8 -2
  396. package/src/models/OrganizationRoleAttribution.ts +9 -2
  397. package/src/models/OrganizationRoleAttributionPermission.ts +8 -2
  398. package/src/models/OrganizationRoleAttributionRole.ts +9 -2
  399. package/src/models/OrganizationRoleAttributionUser.ts +10 -2
  400. package/src/models/OrganizationRoleAttributions.ts +8 -2
  401. package/src/models/OrganizationServiceProfile.ts +7 -2
  402. package/src/models/OrganizationServicesElement.ts +7 -2
  403. package/src/models/OrganizationSsoProvider.ts +8 -2
  404. package/src/models/OrganizationUserServiceAssociation.ts +7 -2
  405. package/src/models/PasswordPolicy.ts +7 -2
  406. package/src/models/PermissionCode.ts +7 -2
  407. package/src/models/PermissionCreated.ts +7 -2
  408. package/src/models/PermissionList.ts +8 -2
  409. package/src/models/PermissionResourceType.ts +6 -2
  410. package/src/models/Role.ts +8 -2
  411. package/src/models/RoleCreated.ts +8 -2
  412. package/src/models/RolesOnOrganization.ts +11 -2
  413. package/src/models/SendResetPasswordLinkPayload.ts +7 -2
  414. package/src/models/SendSignupInvitationPayload.ts +7 -2
  415. package/src/models/ServiceAccountCreationSchema.ts +7 -2
  416. package/src/models/ServiceAccountSchema.ts +10 -2
  417. package/src/models/ServiceAccountStatus.ts +6 -2
  418. package/src/models/ServiceAccountUpdateSchema.ts +7 -2
  419. package/src/models/ServiceAccountUuidSchema.ts +7 -2
  420. package/src/models/Session.ts +12 -2
  421. package/src/models/SessionPayload.ts +8 -2
  422. package/src/models/SessionPolicy.ts +7 -2
  423. package/src/models/SessionState.ts +6 -2
  424. package/src/models/SetOrganizationServiceOptionPayload.ts +7 -2
  425. package/src/models/SetPasswordByConfirmationHashPayload.ts +7 -2
  426. package/src/models/SetUserAccountPasswordPayload.ts +7 -2
  427. package/src/models/SsoProvider.ts +7 -2
  428. package/src/models/SsoToken.ts +7 -2
  429. package/src/models/UpdateOwnerOrganizationPayload.ts +7 -2
  430. package/src/models/UpdateParentOrganizationPayload.ts +7 -2
  431. package/src/models/UpdateUserAccountPayload.ts +8 -2
  432. package/src/models/UpdateUserAccountSsoPayload.ts +7 -2
  433. package/src/models/UpsertServicePayload.ts +7 -2
  434. package/src/models/User.ts +14 -2
  435. package/src/models/UserAccountOrganizationRoles.ts +9 -2
  436. package/src/models/UserAccountPermission.ts +8 -2
  437. package/src/models/UserAccountRole.ts +8 -2
  438. package/src/models/UserAccountRoleAttributions.ts +8 -2
  439. package/src/models/UserAccountSearchResult.ts +13 -2
  440. package/src/models/UserAddress.ts +7 -2
  441. package/src/models/UserAgreement.ts +10 -2
  442. package/src/models/UserAgreementState.ts +6 -2
  443. package/src/models/UserPermissions.ts +8 -2
  444. package/src/models/UserServiceAssociation.ts +7 -2
  445. package/src/models/UserSsoProvider.ts +7 -2
  446. package/src/models/UserState.ts +6 -2
  447. package/src/models/UserUuid.ts +7 -2
  448. package/src/runtime.ts +11 -5
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -88,4 +88,5 @@ export interface Organization {
88
88
  export declare function instanceOfOrganization(value: object): value is Organization;
89
89
  export declare function OrganizationFromJSON(json: any): Organization;
90
90
  export declare function OrganizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): Organization;
91
- export declare function OrganizationToJSON(value?: Organization | null): any;
91
+ export declare function OrganizationToJSON(json: any): Organization;
92
+ export declare function OrganizationToJSONTyped(value?: Organization | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -55,7 +55,10 @@ export function OrganizationFromJSONTyped(json, ignoreDiscriminator) {
55
55
  'services': (json['services'].map(OrganizationServicesElementFromJSON)),
56
56
  };
57
57
  }
58
- export function OrganizationToJSON(value) {
58
+ export function OrganizationToJSON(json) {
59
+ return OrganizationToJSONTyped(json, false);
60
+ }
61
+ export function OrganizationToJSONTyped(value, ignoreDiscriminator = false) {
59
62
  if (value == null) {
60
63
  return value;
61
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: 9.5.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,4 +34,5 @@ export interface OrganizationApplicableServiceProfiles {
34
34
  export declare function instanceOfOrganizationApplicableServiceProfiles(value: object): value is OrganizationApplicableServiceProfiles;
35
35
  export declare function OrganizationApplicableServiceProfilesFromJSON(json: any): OrganizationApplicableServiceProfiles;
36
36
  export declare function OrganizationApplicableServiceProfilesFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationApplicableServiceProfiles;
37
- export declare function OrganizationApplicableServiceProfilesToJSON(value?: OrganizationApplicableServiceProfiles | null): any;
37
+ export declare function OrganizationApplicableServiceProfilesToJSON(json: any): OrganizationApplicableServiceProfiles;
38
+ export declare function OrganizationApplicableServiceProfilesToJSONTyped(value?: OrganizationApplicableServiceProfiles | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,7 +33,10 @@ export function OrganizationApplicableServiceProfilesFromJSONTyped(json, ignoreD
33
33
  'serviceProfiles': json['serviceProfiles'],
34
34
  };
35
35
  }
36
- export function OrganizationApplicableServiceProfilesToJSON(value) {
36
+ export function OrganizationApplicableServiceProfilesToJSON(json) {
37
+ return OrganizationApplicableServiceProfilesToJSONTyped(json, false);
38
+ }
39
+ export function OrganizationApplicableServiceProfilesToJSONTyped(value, ignoreDiscriminator = false) {
37
40
  if (value == null) {
38
41
  return value;
39
42
  }
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,4 +28,5 @@ export interface OrganizationCreated {
28
28
  export declare function instanceOfOrganizationCreated(value: object): value is OrganizationCreated;
29
29
  export declare function OrganizationCreatedFromJSON(json: any): OrganizationCreated;
30
30
  export declare function OrganizationCreatedFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationCreated;
31
- export declare function OrganizationCreatedToJSON(value?: OrganizationCreated | null): any;
31
+ export declare function OrganizationCreatedToJSON(json: any): OrganizationCreated;
32
+ export declare function OrganizationCreatedToJSONTyped(value?: OrganizationCreated | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,10 @@ export function OrganizationCreatedFromJSONTyped(json, ignoreDiscriminator) {
30
30
  'uuid': json['uuid'],
31
31
  };
32
32
  }
33
- export function OrganizationCreatedToJSON(value) {
33
+ export function OrganizationCreatedToJSON(json) {
34
+ return OrganizationCreatedToJSONTyped(json, false);
35
+ }
36
+ export function OrganizationCreatedToJSONTyped(value, ignoreDiscriminator = false) {
34
37
  if (value == null) {
35
38
  return value;
36
39
  }
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 9.5.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35,4 +35,5 @@ export interface OrganizationPathElement {
35
35
  export declare function instanceOfOrganizationPathElement(value: object): value is OrganizationPathElement;
36
36
  export declare function OrganizationPathElementFromJSON(json: any): OrganizationPathElement;
37
37
  export declare function OrganizationPathElementFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationPathElement;
38
- export declare function OrganizationPathElementToJSON(value?: OrganizationPathElement | null): any;
38
+ export declare function OrganizationPathElementToJSON(json: any): OrganizationPathElement;
39
+ export declare function OrganizationPathElementToJSONTyped(value?: OrganizationPathElement | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,10 @@ export function OrganizationPathElementFromJSONTyped(json, ignoreDiscriminator)
34
34
  'uuid': json['uuid'],
35
35
  };
36
36
  }
37
- export function OrganizationPathElementToJSON(value) {
37
+ export function OrganizationPathElementToJSON(json) {
38
+ return OrganizationPathElementToJSONTyped(json, false);
39
+ }
40
+ export function OrganizationPathElementToJSONTyped(value, ignoreDiscriminator = false) {
38
41
  if (value == null) {
39
42
  return value;
40
43
  }
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36,4 +36,5 @@ export interface OrganizationRoleAttribution {
36
36
  export declare function instanceOfOrganizationRoleAttribution(value: object): value is OrganizationRoleAttribution;
37
37
  export declare function OrganizationRoleAttributionFromJSON(json: any): OrganizationRoleAttribution;
38
38
  export declare function OrganizationRoleAttributionFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationRoleAttribution;
39
- export declare function OrganizationRoleAttributionToJSON(value?: OrganizationRoleAttribution | null): any;
39
+ export declare function OrganizationRoleAttributionToJSON(json: any): OrganizationRoleAttribution;
40
+ export declare function OrganizationRoleAttributionToJSONTyped(value?: OrganizationRoleAttribution | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35,7 +35,10 @@ export function OrganizationRoleAttributionFromJSONTyped(json, ignoreDiscriminat
35
35
  'roles': (json['roles'].map(OrganizationRoleAttributionRoleFromJSON)),
36
36
  };
37
37
  }
38
- export function OrganizationRoleAttributionToJSON(value) {
38
+ export function OrganizationRoleAttributionToJSON(json) {
39
+ return OrganizationRoleAttributionToJSONTyped(json, false);
40
+ }
41
+ export function OrganizationRoleAttributionToJSONTyped(value, ignoreDiscriminator = false) {
39
42
  if (value == null) {
40
43
  return value;
41
44
  }
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 9.5.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35,4 +35,5 @@ export interface OrganizationRoleAttributionPermission {
35
35
  export declare function instanceOfOrganizationRoleAttributionPermission(value: object): value is OrganizationRoleAttributionPermission;
36
36
  export declare function OrganizationRoleAttributionPermissionFromJSON(json: any): OrganizationRoleAttributionPermission;
37
37
  export declare function OrganizationRoleAttributionPermissionFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationRoleAttributionPermission;
38
- export declare function OrganizationRoleAttributionPermissionToJSON(value?: OrganizationRoleAttributionPermission | null): any;
38
+ export declare function OrganizationRoleAttributionPermissionToJSON(json: any): OrganizationRoleAttributionPermission;
39
+ export declare function OrganizationRoleAttributionPermissionToJSONTyped(value?: OrganizationRoleAttributionPermission | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,10 @@ export function OrganizationRoleAttributionPermissionFromJSONTyped(json, ignoreD
34
34
  'name': LocalizedStringFromJSON(json['name']),
35
35
  };
36
36
  }
37
- export function OrganizationRoleAttributionPermissionToJSON(value) {
37
+ export function OrganizationRoleAttributionPermissionToJSON(json) {
38
+ return OrganizationRoleAttributionPermissionToJSONTyped(json, false);
39
+ }
40
+ export function OrganizationRoleAttributionPermissionToJSONTyped(value, ignoreDiscriminator = false) {
38
41
  if (value == null) {
39
42
  return value;
40
43
  }
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -42,4 +42,5 @@ export interface OrganizationRoleAttributionRole {
42
42
  export declare function instanceOfOrganizationRoleAttributionRole(value: object): value is OrganizationRoleAttributionRole;
43
43
  export declare function OrganizationRoleAttributionRoleFromJSON(json: any): OrganizationRoleAttributionRole;
44
44
  export declare function OrganizationRoleAttributionRoleFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationRoleAttributionRole;
45
- export declare function OrganizationRoleAttributionRoleToJSON(value?: OrganizationRoleAttributionRole | null): any;
45
+ export declare function OrganizationRoleAttributionRoleToJSON(json: any): OrganizationRoleAttributionRole;
46
+ export declare function OrganizationRoleAttributionRoleToJSONTyped(value?: OrganizationRoleAttributionRole | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -38,7 +38,10 @@ export function OrganizationRoleAttributionRoleFromJSONTyped(json, ignoreDiscrim
38
38
  'permissions': (json['permissions'].map(OrganizationRoleAttributionPermissionFromJSON)),
39
39
  };
40
40
  }
41
- export function OrganizationRoleAttributionRoleToJSON(value) {
41
+ export function OrganizationRoleAttributionRoleToJSON(json) {
42
+ return OrganizationRoleAttributionRoleToJSONTyped(json, false);
43
+ }
44
+ export function OrganizationRoleAttributionRoleToJSONTyped(value, ignoreDiscriminator = false) {
42
45
  if (value == null) {
43
46
  return value;
44
47
  }
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -47,4 +47,5 @@ export interface OrganizationRoleAttributionUser {
47
47
  export declare function instanceOfOrganizationRoleAttributionUser(value: object): value is OrganizationRoleAttributionUser;
48
48
  export declare function OrganizationRoleAttributionUserFromJSON(json: any): OrganizationRoleAttributionUser;
49
49
  export declare function OrganizationRoleAttributionUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationRoleAttributionUser;
50
- export declare function OrganizationRoleAttributionUserToJSON(value?: OrganizationRoleAttributionUser | null): any;
50
+ export declare function OrganizationRoleAttributionUserToJSON(json: any): OrganizationRoleAttributionUser;
51
+ export declare function OrganizationRoleAttributionUserToJSONTyped(value?: OrganizationRoleAttributionUser | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -40,7 +40,10 @@ export function OrganizationRoleAttributionUserFromJSONTyped(json, ignoreDiscrim
40
40
  'state': UserStateFromJSON(json['state']),
41
41
  };
42
42
  }
43
- export function OrganizationRoleAttributionUserToJSON(value) {
43
+ export function OrganizationRoleAttributionUserToJSON(json) {
44
+ return OrganizationRoleAttributionUserToJSONTyped(json, false);
45
+ }
46
+ export function OrganizationRoleAttributionUserToJSONTyped(value, ignoreDiscriminator = false) {
44
47
  if (value == null) {
45
48
  return value;
46
49
  }
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 9.5.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,4 +29,5 @@ export interface OrganizationRoleAttributions {
29
29
  export declare function instanceOfOrganizationRoleAttributions(value: object): value is OrganizationRoleAttributions;
30
30
  export declare function OrganizationRoleAttributionsFromJSON(json: any): OrganizationRoleAttributions;
31
31
  export declare function OrganizationRoleAttributionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationRoleAttributions;
32
- export declare function OrganizationRoleAttributionsToJSON(value?: OrganizationRoleAttributions | null): any;
32
+ export declare function OrganizationRoleAttributionsToJSON(json: any): OrganizationRoleAttributions;
33
+ export declare function OrganizationRoleAttributionsToJSONTyped(value?: OrganizationRoleAttributions | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,10 @@ export function OrganizationRoleAttributionsFromJSONTyped(json, ignoreDiscrimina
31
31
  'users': (json['users'].map(OrganizationRoleAttributionFromJSON)),
32
32
  };
33
33
  }
34
- export function OrganizationRoleAttributionsToJSON(value) {
34
+ export function OrganizationRoleAttributionsToJSON(json) {
35
+ return OrganizationRoleAttributionsToJSONTyped(json, false);
36
+ }
37
+ export function OrganizationRoleAttributionsToJSONTyped(value, ignoreDiscriminator = false) {
35
38
  if (value == null) {
36
39
  return value;
37
40
  }
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 9.5.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,4 +34,5 @@ export interface OrganizationServiceProfile {
34
34
  export declare function instanceOfOrganizationServiceProfile(value: object): value is OrganizationServiceProfile;
35
35
  export declare function OrganizationServiceProfileFromJSON(json: any): OrganizationServiceProfile;
36
36
  export declare function OrganizationServiceProfileFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationServiceProfile;
37
- export declare function OrganizationServiceProfileToJSON(value?: OrganizationServiceProfile | null): any;
37
+ export declare function OrganizationServiceProfileToJSON(json: any): OrganizationServiceProfile;
38
+ export declare function OrganizationServiceProfileToJSONTyped(value?: OrganizationServiceProfile | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,7 +33,10 @@ export function OrganizationServiceProfileFromJSONTyped(json, ignoreDiscriminato
33
33
  'name': json['name'],
34
34
  };
35
35
  }
36
- export function OrganizationServiceProfileToJSON(value) {
36
+ export function OrganizationServiceProfileToJSON(json) {
37
+ return OrganizationServiceProfileToJSONTyped(json, false);
38
+ }
39
+ export function OrganizationServiceProfileToJSONTyped(value, ignoreDiscriminator = false) {
37
40
  if (value == null) {
38
41
  return value;
39
42
  }
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -42,4 +42,5 @@ export interface OrganizationServicesElement {
42
42
  export declare function instanceOfOrganizationServicesElement(value: object): value is OrganizationServicesElement;
43
43
  export declare function OrganizationServicesElementFromJSON(json: any): OrganizationServicesElement;
44
44
  export declare function OrganizationServicesElementFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationServicesElement;
45
- export declare function OrganizationServicesElementToJSON(value?: OrganizationServicesElement | null): any;
45
+ export declare function OrganizationServicesElementToJSON(json: any): OrganizationServicesElement;
46
+ export declare function OrganizationServicesElementToJSONTyped(value?: OrganizationServicesElement | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,10 @@ export function OrganizationServicesElementFromJSONTyped(json, ignoreDiscriminat
32
32
  'options': json['options'] == null ? undefined : json['options'],
33
33
  };
34
34
  }
35
- export function OrganizationServicesElementToJSON(value) {
35
+ export function OrganizationServicesElementToJSON(json) {
36
+ return OrganizationServicesElementToJSONTyped(json, false);
37
+ }
38
+ export function OrganizationServicesElementToJSONTyped(value, ignoreDiscriminator = false) {
36
39
  if (value == null) {
37
40
  return value;
38
41
  }
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35,4 +35,5 @@ export interface OrganizationSsoProvider {
35
35
  export declare function instanceOfOrganizationSsoProvider(value: object): value is OrganizationSsoProvider;
36
36
  export declare function OrganizationSsoProviderFromJSON(json: any): OrganizationSsoProvider;
37
37
  export declare function OrganizationSsoProviderFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationSsoProvider;
38
- export declare function OrganizationSsoProviderToJSON(value?: OrganizationSsoProvider | null): any;
38
+ export declare function OrganizationSsoProviderToJSON(json: any): OrganizationSsoProvider;
39
+ export declare function OrganizationSsoProviderToJSONTyped(value?: OrganizationSsoProvider | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,10 @@ export function OrganizationSsoProviderFromJSONTyped(json, ignoreDiscriminator)
34
34
  'name': LocalizedStringFromJSON(json['name']),
35
35
  };
36
36
  }
37
- export function OrganizationSsoProviderToJSON(value) {
37
+ export function OrganizationSsoProviderToJSON(json) {
38
+ return OrganizationSsoProviderToJSONTyped(json, false);
39
+ }
40
+ export function OrganizationSsoProviderToJSONTyped(value, ignoreDiscriminator = false) {
38
41
  if (value == null) {
39
42
  return value;
40
43
  }
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -42,4 +42,5 @@ export interface OrganizationUserServiceAssociation {
42
42
  export declare function instanceOfOrganizationUserServiceAssociation(value: object): value is OrganizationUserServiceAssociation;
43
43
  export declare function OrganizationUserServiceAssociationFromJSON(json: any): OrganizationUserServiceAssociation;
44
44
  export declare function OrganizationUserServiceAssociationFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrganizationUserServiceAssociation;
45
- export declare function OrganizationUserServiceAssociationToJSON(value?: OrganizationUserServiceAssociation | null): any;
45
+ export declare function OrganizationUserServiceAssociationToJSON(json: any): OrganizationUserServiceAssociation;
46
+ export declare function OrganizationUserServiceAssociationToJSONTyped(value?: OrganizationUserServiceAssociation | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,10 @@ export function OrganizationUserServiceAssociationFromJSONTyped(json, ignoreDisc
34
34
  'options': json['options'] == null ? undefined : json['options'],
35
35
  };
36
36
  }
37
- export function OrganizationUserServiceAssociationToJSON(value) {
37
+ export function OrganizationUserServiceAssociationToJSON(json) {
38
+ return OrganizationUserServiceAssociationToJSONTyped(json, false);
39
+ }
40
+ export function OrganizationUserServiceAssociationToJSONTyped(value, ignoreDiscriminator = false) {
38
41
  if (value == null) {
39
42
  return value;
40
43
  }
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -70,4 +70,5 @@ export interface PasswordPolicy {
70
70
  export declare function instanceOfPasswordPolicy(value: object): value is PasswordPolicy;
71
71
  export declare function PasswordPolicyFromJSON(json: any): PasswordPolicy;
72
72
  export declare function PasswordPolicyFromJSONTyped(json: any, ignoreDiscriminator: boolean): PasswordPolicy;
73
- export declare function PasswordPolicyToJSON(value?: PasswordPolicy | null): any;
73
+ export declare function PasswordPolicyToJSON(json: any): PasswordPolicy;
74
+ export declare function PasswordPolicyToJSONTyped(value?: PasswordPolicy | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,10 @@ export function PasswordPolicyFromJSONTyped(json, ignoreDiscriminator) {
51
51
  'complexityRequirement': json['complexityRequirement'],
52
52
  };
53
53
  }
54
- export function PasswordPolicyToJSON(value) {
54
+ export function PasswordPolicyToJSON(json) {
55
+ return PasswordPolicyToJSONTyped(json, false);
56
+ }
57
+ export function PasswordPolicyToJSONTyped(value, ignoreDiscriminator = false) {
55
58
  if (value == null) {
56
59
  return value;
57
60
  }
@@ -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.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,4 +28,5 @@ export interface PermissionCode {
28
28
  export declare function instanceOfPermissionCode(value: object): value is PermissionCode;
29
29
  export declare function PermissionCodeFromJSON(json: any): PermissionCode;
30
30
  export declare function PermissionCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): PermissionCode;
31
- export declare function PermissionCodeToJSON(value?: PermissionCode | null): any;
31
+ export declare function PermissionCodeToJSON(json: any): PermissionCode;
32
+ export declare function PermissionCodeToJSONTyped(value?: PermissionCode | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,10 @@ export function PermissionCodeFromJSONTyped(json, ignoreDiscriminator) {
30
30
  'code': json['code'],
31
31
  };
32
32
  }
33
- export function PermissionCodeToJSON(value) {
33
+ export function PermissionCodeToJSON(json) {
34
+ return PermissionCodeToJSONTyped(json, false);
35
+ }
36
+ export function PermissionCodeToJSONTyped(value, ignoreDiscriminator = false) {
34
37
  if (value == null) {
35
38
  return value;
36
39
  }
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 9.5.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,4 +28,5 @@ export interface PermissionCreated {
28
28
  export declare function instanceOfPermissionCreated(value: object): value is PermissionCreated;
29
29
  export declare function PermissionCreatedFromJSON(json: any): PermissionCreated;
30
30
  export declare function PermissionCreatedFromJSONTyped(json: any, ignoreDiscriminator: boolean): PermissionCreated;
31
- export declare function PermissionCreatedToJSON(value?: PermissionCreated | null): any;
31
+ export declare function PermissionCreatedToJSON(json: any): PermissionCreated;
32
+ export declare function PermissionCreatedToJSONTyped(value?: PermissionCreated | null, ignoreDiscriminator?: boolean): any;
@@ -4,7 +4,7 @@
4
4
  * User account and session management
5
5
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
6
6
  *
7
- * The version of the OpenAPI document: 9.5.0
7
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,10 @@ export function PermissionCreatedFromJSONTyped(json, ignoreDiscriminator) {
30
30
  'code': json['code'],
31
31
  };
32
32
  }
33
- export function PermissionCreatedToJSON(value) {
33
+ export function PermissionCreatedToJSON(json) {
34
+ return PermissionCreatedToJSONTyped(json, false);
35
+ }
36
+ export function PermissionCreatedToJSONTyped(value, ignoreDiscriminator = false) {
34
37
  if (value == null) {
35
38
  return value;
36
39
  }
@@ -2,7 +2,7 @@
2
2
  * User account and session management
3
3
  * Provides HTTP endpoints to manage User Accounts and User Sessions.
4
4
  *
5
- * The version of the OpenAPI document: 9.5.0
5
+ * The version of the OpenAPI document: 9.5.1-SNAPSHOT
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,4 +29,5 @@ export interface PermissionList {
29
29
  export declare function instanceOfPermissionList(value: object): value is PermissionList;
30
30
  export declare function PermissionListFromJSON(json: any): PermissionList;
31
31
  export declare function PermissionListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PermissionList;
32
- export declare function PermissionListToJSON(value?: PermissionList | null): any;
32
+ export declare function PermissionListToJSON(json: any): PermissionList;
33
+ export declare function PermissionListToJSONTyped(value?: PermissionList | null, ignoreDiscriminator?: boolean): any;