@fenixalliance/abs-api-client 1.0.16 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/app/index.ts +74 -5
  2. package/clients/accountingService/sdk.gen.ts +409 -137
  3. package/clients/accountingService/types.gen.ts +678 -1006
  4. package/clients/assetsService/client.gen.ts +18 -0
  5. package/clients/assetsService/index.ts +3 -0
  6. package/clients/assetsService/sdk.gen.ts +808 -0
  7. package/clients/assetsService/types.gen.ts +2762 -0
  8. package/clients/cartService/sdk.gen.ts +181 -77
  9. package/clients/cartService/types.gen.ts +328 -198
  10. package/clients/catalogService/sdk.gen.ts +353 -121
  11. package/clients/catalogService/types.gen.ts +371 -706
  12. package/clients/contentService/sdk.gen.ts +129 -49
  13. package/clients/contentService/types.gen.ts +154 -281
  14. package/clients/crmService/sdk.gen.ts +125 -9
  15. package/clients/crmService/types.gen.ts +432 -38
  16. package/clients/dealsService/sdk.gen.ts +203 -63
  17. package/clients/dealsService/types.gen.ts +413 -273
  18. package/clients/emailTemplates/client.gen.ts +18 -0
  19. package/clients/emailTemplates/index.ts +3 -0
  20. package/clients/emailTemplates/sdk.gen.ts +142 -0
  21. package/clients/emailTemplates/types.gen.ts +354 -0
  22. package/clients/forexService/sdk.gen.ts +49 -17
  23. package/clients/forexService/types.gen.ts +68 -51
  24. package/clients/globeService/sdk.gen.ts +121 -41
  25. package/clients/globeService/types.gen.ts +100 -100
  26. package/clients/hrmsService/client.gen.ts +18 -0
  27. package/clients/hrmsService/index.ts +3 -0
  28. package/clients/hrmsService/sdk.gen.ts +438 -0
  29. package/clients/hrmsService/types.gen.ts +1498 -0
  30. package/clients/identityService/sdk.gen.ts +84 -28
  31. package/clients/identityService/types.gen.ts +65 -93
  32. package/clients/inventoryService/sdk.gen.ts +6 -2
  33. package/clients/inventoryService/types.gen.ts +2 -2
  34. package/clients/invoicingService/types.gen.ts +241 -157
  35. package/clients/learningService/sdk.gen.ts +5 -5
  36. package/clients/learningService/types.gen.ts +97 -378
  37. package/clients/locationsService/client.gen.ts +18 -0
  38. package/clients/locationsService/index.ts +3 -0
  39. package/clients/locationsService/sdk.gen.ts +290 -0
  40. package/clients/locationsService/types.gen.ts +885 -0
  41. package/clients/logisticsService/client.gen.ts +18 -0
  42. package/clients/logisticsService/index.ts +3 -0
  43. package/clients/logisticsService/sdk.gen.ts +153 -0
  44. package/clients/logisticsService/types.gen.ts +540 -0
  45. package/clients/marketingService/sdk.gen.ts +295 -99
  46. package/clients/marketingService/types.gen.ts +279 -349
  47. package/clients/marketplaceService/client.gen.ts +18 -0
  48. package/clients/marketplaceService/index.ts +3 -0
  49. package/clients/marketplaceService/sdk.gen.ts +142 -0
  50. package/clients/marketplaceService/types.gen.ts +354 -0
  51. package/clients/ordersService/types.gen.ts +184 -103
  52. package/clients/paymentsService/sdk.gen.ts +35 -13
  53. package/clients/paymentsService/types.gen.ts +46 -135
  54. package/clients/pricingService/sdk.gen.ts +153 -45
  55. package/clients/pricingService/types.gen.ts +164 -197
  56. package/clients/projectsService/sdk.gen.ts +181 -61
  57. package/clients/projectsService/types.gen.ts +170 -203
  58. package/clients/quotesService/types.gen.ts +198 -88
  59. package/clients/salesService/sdk.gen.ts +6 -2
  60. package/clients/salesService/types.gen.ts +2 -2
  61. package/clients/securityService/sdk.gen.ts +13 -13
  62. package/clients/securityService/types.gen.ts +32 -84
  63. package/clients/servicesService/client.gen.ts +18 -0
  64. package/clients/servicesService/index.ts +3 -0
  65. package/clients/servicesService/sdk.gen.ts +608 -0
  66. package/clients/servicesService/types.gen.ts +3093 -0
  67. package/clients/shipmentsService/sdk.gen.ts +7 -3
  68. package/clients/shipmentsService/types.gen.ts +5 -5
  69. package/clients/socialService/sdk.gen.ts +205 -73
  70. package/clients/socialService/types.gen.ts +190 -296
  71. package/clients/storageService/sdk.gen.ts +32 -8
  72. package/clients/storageService/types.gen.ts +21 -87
  73. package/clients/subscriptionsService/client.gen.ts +18 -0
  74. package/clients/subscriptionsService/index.ts +3 -0
  75. package/clients/subscriptionsService/sdk.gen.ts +290 -0
  76. package/clients/subscriptionsService/types.gen.ts +1435 -0
  77. package/clients/supportService/sdk.gen.ts +277 -93
  78. package/clients/supportService/types.gen.ts +257 -414
  79. package/clients/systemService/sdk.gen.ts +223 -39
  80. package/clients/systemService/types.gen.ts +454 -154
  81. package/clients/tenantsService/sdk.gen.ts +186 -60
  82. package/clients/tenantsService/types.gen.ts +507 -361
  83. package/clients/timeTrackerService/sdk.gen.ts +73 -25
  84. package/clients/timeTrackerService/types.gen.ts +62 -80
  85. package/clients/usersService/sdk.gen.ts +101 -1
  86. package/clients/usersService/types.gen.ts +352 -0
  87. package/clients/walletsService/types.gen.ts +52 -29
  88. package/package.json +4 -2
  89. package/schemas/accountingService/schema.s.ts +5580 -4955
  90. package/schemas/assetsService/schema.s.ts +3385 -0
  91. package/schemas/cartService/schema.s.ts +1478 -1190
  92. package/schemas/catalogService/schema.s.ts +3323 -2795
  93. package/schemas/contentService/schema.s.ts +1445 -1194
  94. package/schemas/crmService/schema.s.ts +657 -146
  95. package/schemas/dealsService/schema.s.ts +2243 -1842
  96. package/schemas/emailTemplates/schema.s.ts +335 -0
  97. package/schemas/forexService/schema.s.ts +343 -270
  98. package/schemas/globeService/schema.s.ts +1143 -963
  99. package/schemas/identityService/schema.s.ts +490 -364
  100. package/schemas/inventoryService/schema.s.ts +28 -19
  101. package/schemas/invoicingService/schema.s.ts +73 -0
  102. package/schemas/learningService/schema.s.ts +2 -2
  103. package/schemas/locationsService/schema.s.ts +980 -0
  104. package/schemas/logisticsService/schema.s.ts +474 -0
  105. package/schemas/marketingService/schema.s.ts +3361 -2908
  106. package/schemas/marketplaceService/schema.s.ts +335 -0
  107. package/schemas/ordersService/schema.s.ts +90 -0
  108. package/schemas/paymentsService/schema.s.ts +282 -227
  109. package/schemas/pricingService/schema.s.ts +1043 -804
  110. package/schemas/projectsService/schema.s.ts +1452 -1184
  111. package/schemas/quotesService/schema.s.ts +104 -0
  112. package/schemas/salesService/schema.s.ts +28 -19
  113. package/schemas/securityService/schema.s.ts +112 -14
  114. package/schemas/servicesService/schema.s.ts +3681 -0
  115. package/schemas/shipmentsService/schema.s.ts +43 -34
  116. package/schemas/socialService/schema.s.ts +1665 -1246
  117. package/schemas/storageService/schema.s.ts +260 -239
  118. package/schemas/subscriptionsService/schema.s.ts +1651 -0
  119. package/schemas/supportService/schema.s.ts +2420 -2039
  120. package/schemas/systemService/schema.s.ts +2107 -1479
  121. package/schemas/tenantsService/schema.s.ts +1588 -960
  122. package/schemas/timeTrackerService/schema.s.ts +550 -444
  123. package/schemas/usersService/schema.s.ts +440 -0
  124. package/schemas/walletsService/schema.s.ts +36 -0
  125. package/vite.config.js +1 -0
  126. package/wwwroot/build/bundle.js +1 -1
  127. package/clients/authService/core/ApiError.js +0 -20
  128. package/clients/authService/core/ApiError.ts +0 -25
  129. package/clients/authService/core/ApiRequestOptions.js +0 -2
  130. package/clients/authService/core/ApiRequestOptions.ts +0 -17
  131. package/clients/authService/core/ApiResult.js +0 -2
  132. package/clients/authService/core/ApiResult.ts +0 -11
  133. package/clients/authService/core/CancelablePromise.js +0 -104
  134. package/clients/authService/core/CancelablePromise.ts +0 -131
  135. package/clients/authService/core/OpenAPI.js +0 -14
  136. package/clients/authService/core/OpenAPI.ts +0 -32
  137. package/clients/authService/core/request.js +0 -294
  138. package/clients/authService/core/request.ts +0 -322
  139. package/clients/authService/index.js +0 -28
  140. package/clients/authService/index.ts +0 -48
  141. package/clients/authService/models/AccessTokenResponse.js +0 -2
  142. package/clients/authService/models/AccessTokenResponse.ts +0 -11
  143. package/clients/authService/models/AccountHolderCreateDto.js +0 -12
  144. package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
  145. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  146. package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  147. package/clients/authService/models/ApiAuthorizationResult.js +0 -2
  148. package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
  149. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
  150. package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  151. package/clients/authService/models/EnrollmentId.js +0 -2
  152. package/clients/authService/models/EnrollmentId.ts +0 -5
  153. package/clients/authService/models/ErrorEnvelope.js +0 -2
  154. package/clients/authService/models/ErrorEnvelope.ts +0 -12
  155. package/clients/authService/models/ForgotPasswordRequest.js +0 -2
  156. package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
  157. package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
  158. package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
  159. package/clients/authService/models/InfoRequest.js +0 -2
  160. package/clients/authService/models/InfoRequest.ts +0 -10
  161. package/clients/authService/models/InfoResponse.js +0 -2
  162. package/clients/authService/models/InfoResponse.ts +0 -9
  163. package/clients/authService/models/JsonWebKey.js +0 -2
  164. package/clients/authService/models/JsonWebKey.ts +0 -13
  165. package/clients/authService/models/JsonWebKeySet.js +0 -2
  166. package/clients/authService/models/JsonWebKeySet.ts +0 -9
  167. package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
  168. package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
  169. package/clients/authService/models/JsonWebToken.js +0 -2
  170. package/clients/authService/models/JsonWebToken.ts +0 -15
  171. package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
  172. package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
  173. package/clients/authService/models/JsonWebTokenHeader.js +0 -2
  174. package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
  175. package/clients/authService/models/JsonWebTokenPayload.js +0 -2
  176. package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
  177. package/clients/authService/models/LoginRequest.js +0 -2
  178. package/clients/authService/models/LoginRequest.ts +0 -11
  179. package/clients/authService/models/OAuthTokenRequest.js +0 -2
  180. package/clients/authService/models/OAuthTokenRequest.ts +0 -12
  181. package/clients/authService/models/OpenIdConfiguration.js +0 -2
  182. package/clients/authService/models/OpenIdConfiguration.ts +0 -19
  183. package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
  184. package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
  185. package/clients/authService/models/RefreshRequest.js +0 -2
  186. package/clients/authService/models/RefreshRequest.ts +0 -8
  187. package/clients/authService/models/RegisterRequest.js +0 -2
  188. package/clients/authService/models/RegisterRequest.ts +0 -9
  189. package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
  190. package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
  191. package/clients/authService/models/ResetPasswordRequest.js +0 -2
  192. package/clients/authService/models/ResetPasswordRequest.ts +0 -10
  193. package/clients/authService/models/SigninModel.js +0 -2
  194. package/clients/authService/models/SigninModel.ts +0 -9
  195. package/clients/authService/models/StringListEnvelope.js +0 -2
  196. package/clients/authService/models/StringListEnvelope.ts +0 -13
  197. package/clients/authService/models/TenantId.js +0 -2
  198. package/clients/authService/models/TenantId.ts +0 -5
  199. package/clients/authService/models/TwoFactorRequest.js +0 -2
  200. package/clients/authService/models/TwoFactorRequest.ts +0 -12
  201. package/clients/authService/models/TwoFactorResponse.js +0 -2
  202. package/clients/authService/models/TwoFactorResponse.ts +0 -12
  203. package/clients/authService/models/UserId.js +0 -2
  204. package/clients/authService/models/UserId.ts +0 -5
  205. package/clients/authService/services/ApplicationsService.js +0 -112
  206. package/clients/authService/services/ApplicationsService.ts +0 -132
  207. package/clients/authService/services/AuthService.js +0 -246
  208. package/clients/authService/services/AuthService.ts +0 -293
  209. package/clients/authService/services/CheckerService.js +0 -22
  210. package/clients/authService/services/CheckerService.ts +0 -25
  211. package/clients/authService/services/OAuthService.js +0 -152
  212. package/clients/authService/services/OAuthService.ts +0 -183
  213. package/clients/authService/services/ResourceService.js +0 -22
  214. package/clients/authService/services/ResourceService.ts +0 -25
  215. package/clients/authService/services/UserInfoService.js +0 -36
  216. package/clients/authService/services/UserInfoService.ts +0 -41
  217. package/clients/holderService/core/ApiError.js +0 -20
  218. package/clients/holderService/core/ApiError.ts +0 -25
  219. package/clients/holderService/core/ApiRequestOptions.js +0 -2
  220. package/clients/holderService/core/ApiRequestOptions.ts +0 -17
  221. package/clients/holderService/core/ApiResult.js +0 -2
  222. package/clients/holderService/core/ApiResult.ts +0 -11
  223. package/clients/holderService/core/CancelablePromise.js +0 -104
  224. package/clients/holderService/core/CancelablePromise.ts +0 -131
  225. package/clients/holderService/core/OpenAPI.js +0 -14
  226. package/clients/holderService/core/OpenAPI.ts +0 -32
  227. package/clients/holderService/core/request.js +0 -294
  228. package/clients/holderService/core/request.ts +0 -322
  229. package/clients/holderService/index.js +0 -30
  230. package/clients/holderService/index.ts +0 -47
  231. package/clients/holderService/models/AddressDto.js +0 -2
  232. package/clients/holderService/models/AddressDto.ts +0 -31
  233. package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
  234. package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
  235. package/clients/holderService/models/CartDto.js +0 -2
  236. package/clients/holderService/models/CartDto.ts +0 -18
  237. package/clients/holderService/models/CartDtoEnvelope.js +0 -2
  238. package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
  239. package/clients/holderService/models/EmptyEnvelope.js +0 -2
  240. package/clients/holderService/models/EmptyEnvelope.ts +0 -12
  241. package/clients/holderService/models/EnrollmentId.js +0 -2
  242. package/clients/holderService/models/EnrollmentId.ts +0 -5
  243. package/clients/holderService/models/ErrorEnvelope.js +0 -2
  244. package/clients/holderService/models/ErrorEnvelope.ts +0 -12
  245. package/clients/holderService/models/ExtendedTenantDto.js +0 -2
  246. package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
  247. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  248. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  249. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
  250. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  251. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
  252. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
  253. package/clients/holderService/models/ExtendedUserDto.js +0 -26
  254. package/clients/holderService/models/ExtendedUserDto.ts +0 -80
  255. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
  256. package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
  257. package/clients/holderService/models/FollowRecordDto.js +0 -2
  258. package/clients/holderService/models/FollowRecordDto.ts +0 -12
  259. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
  260. package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
  261. package/clients/holderService/models/Int32Envelope.js +0 -2
  262. package/clients/holderService/models/Int32Envelope.ts +0 -13
  263. package/clients/holderService/models/NotificationDto.js +0 -2
  264. package/clients/holderService/models/NotificationDto.ts +0 -16
  265. package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
  266. package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
  267. package/clients/holderService/models/Operation.js +0 -16
  268. package/clients/holderService/models/Operation.ts +0 -23
  269. package/clients/holderService/models/SocialProfileDto.js +0 -12
  270. package/clients/holderService/models/SocialProfileDto.ts +0 -40
  271. package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
  272. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
  273. package/clients/holderService/models/TenantDto.js +0 -2
  274. package/clients/holderService/models/TenantDto.ts +0 -45
  275. package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
  276. package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
  277. package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
  278. package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
  279. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  280. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  281. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  282. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  283. package/clients/holderService/models/TenantInvitationDto.js +0 -2
  284. package/clients/holderService/models/TenantInvitationDto.ts +0 -16
  285. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
  286. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  287. package/clients/holderService/models/UserDto.js +0 -26
  288. package/clients/holderService/models/UserDto.ts +0 -72
  289. package/clients/holderService/models/UserDtoEnvelope.js +0 -2
  290. package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
  291. package/clients/holderService/models/UserSettingsDto.js +0 -12
  292. package/clients/holderService/models/UserSettingsDto.ts +0 -21
  293. package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
  294. package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
  295. package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
  296. package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
  297. package/clients/holderService/models/UserUpdateDto.js +0 -14
  298. package/clients/holderService/models/UserUpdateDto.ts +0 -43
  299. package/clients/holderService/models/WalletDto.js +0 -2
  300. package/clients/holderService/models/WalletDto.ts +0 -22
  301. package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
  302. package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
  303. package/clients/holderService/services/UserService.js +0 -507
  304. package/clients/holderService/services/UserService.ts +0 -587
  305. package/clients/tenantService/core/ApiError.js +0 -20
  306. package/clients/tenantService/core/ApiError.ts +0 -25
  307. package/clients/tenantService/core/ApiRequestOptions.js +0 -2
  308. package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
  309. package/clients/tenantService/core/ApiResult.js +0 -2
  310. package/clients/tenantService/core/ApiResult.ts +0 -11
  311. package/clients/tenantService/core/CancelablePromise.js +0 -104
  312. package/clients/tenantService/core/CancelablePromise.ts +0 -131
  313. package/clients/tenantService/core/OpenAPI.js +0 -14
  314. package/clients/tenantService/core/OpenAPI.ts +0 -32
  315. package/clients/tenantService/core/request.js +0 -294
  316. package/clients/tenantService/core/request.ts +0 -322
  317. package/clients/tenantService/index.js +0 -24
  318. package/clients/tenantService/index.ts +0 -118
  319. package/clients/tenantService/models/BooleanEnvelope.js +0 -2
  320. package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
  321. package/clients/tenantService/models/CartDto.js +0 -2
  322. package/clients/tenantService/models/CartDto.ts +0 -18
  323. package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
  324. package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
  325. package/clients/tenantService/models/EmptyEnvelope.js +0 -2
  326. package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
  327. package/clients/tenantService/models/ErrorEnvelope.js +0 -2
  328. package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
  329. package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
  330. package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
  331. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
  332. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
  333. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
  334. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  335. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
  336. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
  337. package/clients/tenantService/models/Int32Envelope.js +0 -2
  338. package/clients/tenantService/models/Int32Envelope.ts +0 -13
  339. package/clients/tenantService/models/NotificationDto.js +0 -2
  340. package/clients/tenantService/models/NotificationDto.ts +0 -16
  341. package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
  342. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
  343. package/clients/tenantService/models/Operation.js +0 -16
  344. package/clients/tenantService/models/Operation.ts +0 -23
  345. package/clients/tenantService/models/SocialProfileDto.js +0 -12
  346. package/clients/tenantService/models/SocialProfileDto.ts +0 -40
  347. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
  348. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
  349. package/clients/tenantService/models/StringListEnvelope.js +0 -2
  350. package/clients/tenantService/models/StringListEnvelope.ts +0 -13
  351. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
  352. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
  353. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  354. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  355. package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
  356. package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
  357. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  358. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  359. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
  360. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
  361. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
  362. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
  363. package/clients/tenantService/models/TenantCreateDto.js +0 -2
  364. package/clients/tenantService/models/TenantCreateDto.ts +0 -25
  365. package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
  366. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
  367. package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
  368. package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
  369. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
  370. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
  371. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
  372. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
  373. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
  374. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
  375. package/clients/tenantService/models/TenantDto.js +0 -2
  376. package/clients/tenantService/models/TenantDto.ts +0 -45
  377. package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
  378. package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
  379. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
  380. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
  381. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
  382. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
  383. package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
  384. package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
  385. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  386. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  387. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  388. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  389. package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
  390. package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
  391. package/clients/tenantService/models/TenantIndustryDto.js +0 -2
  392. package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
  393. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
  394. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
  395. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
  396. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
  397. package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
  398. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
  399. package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
  400. package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
  401. package/clients/tenantService/models/TenantInvitationDto.js +0 -2
  402. package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
  403. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
  404. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
  405. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
  406. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  407. package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
  408. package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
  409. package/clients/tenantService/models/TenantPositionDto.js +0 -2
  410. package/clients/tenantService/models/TenantPositionDto.ts +0 -13
  411. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
  412. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
  413. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
  414. package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
  415. package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
  416. package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
  417. package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
  418. package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
  419. package/clients/tenantService/models/TenantSegmentDto.js +0 -2
  420. package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
  421. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
  422. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
  423. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
  424. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
  425. package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
  426. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
  427. package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
  428. package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
  429. package/clients/tenantService/models/TenantSizeDto.js +0 -2
  430. package/clients/tenantService/models/TenantSizeDto.ts +0 -12
  431. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
  432. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
  433. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
  434. package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
  435. package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
  436. package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
  437. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
  438. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
  439. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
  440. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
  441. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
  442. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
  443. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
  447. package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
  448. package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
  449. package/clients/tenantService/models/TenantTeamDto.js +0 -2
  450. package/clients/tenantService/models/TenantTeamDto.ts +0 -17
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
  452. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
  453. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
  454. package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
  458. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
  459. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
  460. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
  461. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
  462. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
  463. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
  464. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
  465. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
  466. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
  467. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
  468. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
  469. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
  470. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
  471. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
  472. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
  473. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
  474. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
  475. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
  476. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
  477. package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
  478. package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
  479. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
  480. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
  481. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
  482. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
  483. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
  484. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
  485. package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
  486. package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
  487. package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
  488. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
  489. package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
  490. package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
  491. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
  492. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
  493. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
  494. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
  495. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
  496. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
  497. package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
  498. package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
  499. package/clients/tenantService/models/TenantTypeDto.js +0 -2
  500. package/clients/tenantService/models/TenantTypeDto.ts +0 -11
  501. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
  502. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
  503. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
  504. package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
  505. package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
  506. package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
  507. package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
  508. package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
  509. package/clients/tenantService/models/TenantUnitDto.js +0 -2
  510. package/clients/tenantService/models/TenantUnitDto.ts +0 -18
  511. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
  512. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
  513. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
  514. package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
  515. package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
  516. package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
  517. package/clients/tenantService/models/TenantUpdateDto.js +0 -2
  518. package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
  519. package/clients/tenantService/models/UserDto.js +0 -26
  520. package/clients/tenantService/models/UserDto.ts +0 -72
  521. package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
  522. package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
  523. package/clients/tenantService/models/WalletDto.js +0 -2
  524. package/clients/tenantService/models/WalletDto.ts +0 -22
  525. package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
  526. package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
  527. package/clients/tenantService/models/WebPortalDto.js +0 -2
  528. package/clients/tenantService/models/WebPortalDto.ts +0 -19
  529. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
  530. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
  531. package/clients/tenantService/services/SizesService.js +0 -173
  532. package/clients/tenantService/services/SizesService.ts +0 -204
  533. package/clients/tenantService/services/TenantsService.js +0 -3173
  534. package/clients/tenantService/services/TenantsService.ts +0 -3701
  535. package/openapi-ts-error-1774919197061.log +0 -12
  536. package/openapi-ts-error-1774919206848.log +0 -12
  537. package/openapi-ts-error-1774919211413.log +0 -12
  538. package/openapi-ts-error-1774919234889.log +0 -12
  539. package/openapi-ts-error-1774919238790.log +0 -12
  540. package/openapi-ts-error-1774919250450.log +0 -12
  541. package/openapi-ts-error-1774919289933.log +0 -12
  542. package/openapi-ts-error-1774919293886.log +0 -12
  543. package/openapi-ts-error-1774919297530.log +0 -12
  544. package/openapi-ts-error-1774952133757.log +0 -12
  545. package/openapi-ts-error-1774952145095.log +0 -12
  546. package/openapi-ts-error-1774952149289.log +0 -12
  547. package/openapi-ts-error-1774952170560.log +0 -12
  548. package/openapi-ts-error-1774952173946.log +0 -12
  549. package/openapi-ts-error-1774952221374.log +0 -12
  550. package/openapi-ts-error-1774952225129.log +0 -12
  551. package/openapi-ts-error-1774952228932.log +0 -12
  552. package/openapi-ts-error-1774955105047.log +0 -12
  553. package/output.txt +0 -1831
@@ -519,6 +519,70 @@ export type ObjectEmailDispatchRequest = {
519
519
  payload?: unknown;
520
520
  };
521
521
 
522
+ export type OptionCreateDto = {
523
+ id?: string;
524
+ timestamp?: string;
525
+ key: string;
526
+ value: string;
527
+ portalId?: string | null;
528
+ frozen?: boolean;
529
+ autoload?: boolean;
530
+ transient?: boolean;
531
+ expiration?: number;
532
+ };
533
+
534
+ export type OptionDto = {
535
+ id?: string | null;
536
+ timestamp?: string | null;
537
+ key?: string | null;
538
+ value?: string | null;
539
+ portalId?: string | null;
540
+ frozen?: boolean;
541
+ autoload?: boolean;
542
+ transient?: boolean;
543
+ expiration?: number;
544
+ };
545
+
546
+ export type OptionDtoEnvelopeReadable = {
547
+ readonly isSuccess?: boolean;
548
+ errorMessage?: string | null;
549
+ correlationId?: string | null;
550
+ readonly timestamp?: string;
551
+ readonly activityId?: string | null;
552
+ result?: OptionDto;
553
+ };
554
+
555
+ export type OptionDtoEnvelopeWritable = {
556
+ errorMessage?: string | null;
557
+ correlationId?: string | null;
558
+ result?: OptionDto;
559
+ };
560
+
561
+ export type OptionDtoListEnvelopeReadable = {
562
+ readonly isSuccess?: boolean;
563
+ errorMessage?: string | null;
564
+ correlationId?: string | null;
565
+ readonly timestamp?: string;
566
+ readonly activityId?: string | null;
567
+ result?: Array<OptionDto> | null;
568
+ };
569
+
570
+ export type OptionDtoListEnvelopeWritable = {
571
+ errorMessage?: string | null;
572
+ correlationId?: string | null;
573
+ result?: Array<OptionDto> | null;
574
+ };
575
+
576
+ export type OptionUpdateDto = {
577
+ key?: string | null;
578
+ value?: string | null;
579
+ portalId?: string | null;
580
+ frozen?: boolean;
581
+ autoload?: boolean;
582
+ transient?: boolean;
583
+ expiration?: number;
584
+ };
585
+
522
586
  export type RefreshRequest = {
523
587
  refreshToken: string | null;
524
588
  };
@@ -670,33 +734,9 @@ export type SuiteLicenseDtoListEnvelopeWritable = {
670
734
  result?: Array<SuiteLicenseDto> | null;
671
735
  };
672
736
 
673
- export type TenantCreateDtoReadable = {
674
- readonly id?: string;
675
- readonly timestamp?: string;
676
- name: string;
677
- legalName?: string | null;
678
- email: string;
679
- phone?: string | null;
680
- webUrl?: string | null;
681
- handler?: string | null;
682
- about?: string | null;
683
- slogan?: string | null;
684
- currencyId: string;
685
- duns?: string | null;
686
- taxId?: string | null;
687
- avatarUrl?: string | null;
688
- countryId: string;
689
- stateId?: string | null;
690
- cityId?: string | null;
691
- languageId?: string | null;
692
- timezoneId?: string | null;
693
- businessTypeId?: string | null;
694
- businessSegmentId?: string | null;
695
- businessIndustryId?: string | null;
696
- businessSizeId?: string | null;
697
- };
698
-
699
- export type TenantCreateDtoWritable = {
737
+ export type TenantCreateDto = {
738
+ id?: string;
739
+ timestamp?: string;
700
740
  name: string;
701
741
  legalName?: string | null;
702
742
  email: string;
@@ -874,37 +914,9 @@ export type TwoFactorResponse = {
874
914
  isMachineRemembered: boolean;
875
915
  };
876
916
 
877
- export type UserCreateDtoReadable = {
878
- readonly id?: string;
879
- readonly timestamp?: string;
880
- qualifiedName?: string | null;
881
- birthday?: string;
882
- firstName?: string | null;
883
- lastName?: string | null;
884
- publicName?: string | null;
885
- idProvider?: string | null;
886
- gender?: 'Unknown' | 'Male' | 'Female' | 'PreferNotToSay';
887
- email?: string | null;
888
- about?: string | null;
889
- status?: string | null;
890
- jobTitle?: string | null;
891
- gitHubUrl?: string | null;
892
- websiteUrl?: string | null;
893
- twitterUrl?: string | null;
894
- facebookUrl?: string | null;
895
- youTubeUrl?: string | null;
896
- linkedInUrl?: string | null;
897
- instagramUrl?: string | null;
898
- timezoneId?: string | null;
899
- languageId?: string | null;
900
- currencyId?: string | null;
901
- countryId?: string | null;
902
- stateId?: string | null;
903
- cityId?: string | null;
904
- password?: string | null;
905
- };
906
-
907
- export type UserCreateDtoWritable = {
917
+ export type UserCreateDto = {
918
+ id?: string;
919
+ timestamp?: string;
908
920
  qualifiedName?: string | null;
909
921
  birthday?: string;
910
922
  firstName?: string | null;
@@ -1118,7 +1130,7 @@ export type WalletDto = {
1118
1130
  rollingReservePercent?: number;
1119
1131
  };
1120
1132
 
1121
- export type GetApiV2SystemServiceAntiforgeryGetAndStoreTokensData = {
1133
+ export type GetAndStoreTokensData = {
1122
1134
  body?: never;
1123
1135
  headers?: {
1124
1136
  'x-api-version'?: string;
@@ -1130,14 +1142,14 @@ export type GetApiV2SystemServiceAntiforgeryGetAndStoreTokensData = {
1130
1142
  url: '/api/v2/SystemService/Antiforgery/GetAndStoreTokens';
1131
1143
  };
1132
1144
 
1133
- export type GetApiV2SystemServiceAntiforgeryGetAndStoreTokensResponses = {
1145
+ export type GetAndStoreTokensResponses = {
1134
1146
  /**
1135
1147
  * OK
1136
1148
  */
1137
1149
  200: unknown;
1138
1150
  };
1139
1151
 
1140
- export type GetApiV2SystemServiceAntiforgeryIsRequestValidData = {
1152
+ export type IsRequestValidAsyncData = {
1141
1153
  body?: never;
1142
1154
  headers?: {
1143
1155
  'x-api-version'?: string;
@@ -1149,7 +1161,7 @@ export type GetApiV2SystemServiceAntiforgeryIsRequestValidData = {
1149
1161
  url: '/api/v2/SystemService/Antiforgery/IsRequestValid';
1150
1162
  };
1151
1163
 
1152
- export type GetApiV2SystemServiceAntiforgeryIsRequestValidResponses = {
1164
+ export type IsRequestValidAsyncResponses = {
1153
1165
  /**
1154
1166
  * OK
1155
1167
  */
@@ -1474,7 +1486,7 @@ export type PostManageInfoResponses = {
1474
1486
 
1475
1487
  export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
1476
1488
 
1477
- export type GetApiV2SystemServiceLicensingLicensesData = {
1489
+ export type GetLicensesAsyncData = {
1478
1490
  body?: never;
1479
1491
  headers?: {
1480
1492
  'x-api-version'?: string;
@@ -1487,25 +1499,25 @@ export type GetApiV2SystemServiceLicensingLicensesData = {
1487
1499
  url: '/api/v2/SystemService/Licensing/Licenses';
1488
1500
  };
1489
1501
 
1490
- export type GetApiV2SystemServiceLicensingLicensesErrors = {
1502
+ export type GetLicensesAsyncErrors = {
1491
1503
  /**
1492
1504
  * Forbidden
1493
1505
  */
1494
1506
  403: ErrorEnvelopeReadable;
1495
1507
  };
1496
1508
 
1497
- export type GetApiV2SystemServiceLicensingLicensesError = GetApiV2SystemServiceLicensingLicensesErrors[keyof GetApiV2SystemServiceLicensingLicensesErrors];
1509
+ export type GetLicensesAsyncError = GetLicensesAsyncErrors[keyof GetLicensesAsyncErrors];
1498
1510
 
1499
- export type GetApiV2SystemServiceLicensingLicensesResponses = {
1511
+ export type GetLicensesAsyncResponses = {
1500
1512
  /**
1501
1513
  * OK
1502
1514
  */
1503
1515
  200: SuiteLicenseDtoListEnvelopeReadable;
1504
1516
  };
1505
1517
 
1506
- export type GetApiV2SystemServiceLicensingLicensesResponse = GetApiV2SystemServiceLicensingLicensesResponses[keyof GetApiV2SystemServiceLicensingLicensesResponses];
1518
+ export type GetLicensesAsyncResponse = GetLicensesAsyncResponses[keyof GetLicensesAsyncResponses];
1507
1519
 
1508
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdData = {
1520
+ export type GetLicenseByIdAsyncData = {
1509
1521
  body?: never;
1510
1522
  headers?: {
1511
1523
  'x-api-version'?: string;
@@ -1519,25 +1531,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdData = {
1519
1531
  url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}';
1520
1532
  };
1521
1533
 
1522
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdErrors = {
1534
+ export type GetLicenseByIdAsyncErrors = {
1523
1535
  /**
1524
1536
  * Forbidden
1525
1537
  */
1526
1538
  403: ErrorEnvelopeReadable;
1527
1539
  };
1528
1540
 
1529
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdError = GetApiV2SystemServiceLicensingLicensesByLicenseIdErrors[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdErrors];
1541
+ export type GetLicenseByIdAsyncError = GetLicenseByIdAsyncErrors[keyof GetLicenseByIdAsyncErrors];
1530
1542
 
1531
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdResponses = {
1543
+ export type GetLicenseByIdAsyncResponses = {
1532
1544
  /**
1533
1545
  * OK
1534
1546
  */
1535
1547
  200: SuiteLicenseDtoEnvelopeReadable;
1536
1548
  };
1537
1549
 
1538
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdResponse = GetApiV2SystemServiceLicensingLicensesByLicenseIdResponses[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdResponses];
1550
+ export type GetLicenseByIdAsyncResponse = GetLicenseByIdAsyncResponses[keyof GetLicenseByIdAsyncResponses];
1539
1551
 
1540
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsData = {
1552
+ export type GetLicenseAssignmentsAsyncData = {
1541
1553
  body?: never;
1542
1554
  headers?: {
1543
1555
  'x-api-version'?: string;
@@ -1552,25 +1564,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsData = {
1552
1564
  url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}/Assignments';
1553
1565
  };
1554
1566
 
1555
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsErrors = {
1567
+ export type GetLicenseAssignmentsAsyncErrors = {
1556
1568
  /**
1557
1569
  * Forbidden
1558
1570
  */
1559
1571
  403: ErrorEnvelopeReadable;
1560
1572
  };
1561
1573
 
1562
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsError = GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsErrors[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsErrors];
1574
+ export type GetLicenseAssignmentsAsyncError = GetLicenseAssignmentsAsyncErrors[keyof GetLicenseAssignmentsAsyncErrors];
1563
1575
 
1564
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsResponses = {
1576
+ export type GetLicenseAssignmentsAsyncResponses = {
1565
1577
  /**
1566
1578
  * OK
1567
1579
  */
1568
1580
  200: SuiteLicenseAssignmentDtoListEnvelopeReadable;
1569
1581
  };
1570
1582
 
1571
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsResponse = GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsResponses[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdAssignmentsResponses];
1583
+ export type GetLicenseAssignmentsAsyncResponse = GetLicenseAssignmentsAsyncResponses[keyof GetLicenseAssignmentsAsyncResponses];
1572
1584
 
1573
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesData = {
1585
+ export type GetLicenseAttributesAsyncData = {
1574
1586
  body?: never;
1575
1587
  headers?: {
1576
1588
  'x-api-version'?: string;
@@ -1585,25 +1597,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesData = {
1585
1597
  url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}/Attributes';
1586
1598
  };
1587
1599
 
1588
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesErrors = {
1600
+ export type GetLicenseAttributesAsyncErrors = {
1589
1601
  /**
1590
1602
  * Forbidden
1591
1603
  */
1592
1604
  403: ErrorEnvelopeReadable;
1593
1605
  };
1594
1606
 
1595
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesError = GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesErrors[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesErrors];
1607
+ export type GetLicenseAttributesAsyncError = GetLicenseAttributesAsyncErrors[keyof GetLicenseAttributesAsyncErrors];
1596
1608
 
1597
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesResponses = {
1609
+ export type GetLicenseAttributesAsyncResponses = {
1598
1610
  /**
1599
1611
  * OK
1600
1612
  */
1601
1613
  200: SuiteLicenseAssignmentDtoListEnvelopeReadable;
1602
1614
  };
1603
1615
 
1604
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesResponse = GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesResponses[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdAttributesResponses];
1616
+ export type GetLicenseAttributesAsyncResponse = GetLicenseAttributesAsyncResponses[keyof GetLicenseAttributesAsyncResponses];
1605
1617
 
1606
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesData = {
1618
+ export type GetLicenseFeaturesAsyncData = {
1607
1619
  body?: never;
1608
1620
  headers?: {
1609
1621
  'x-api-version'?: string;
@@ -1618,25 +1630,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesData = {
1618
1630
  url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}/Features';
1619
1631
  };
1620
1632
 
1621
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesErrors = {
1633
+ export type GetLicenseFeaturesAsyncErrors = {
1622
1634
  /**
1623
1635
  * Forbidden
1624
1636
  */
1625
1637
  403: ErrorEnvelopeReadable;
1626
1638
  };
1627
1639
 
1628
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesError = GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesErrors[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesErrors];
1640
+ export type GetLicenseFeaturesAsyncError = GetLicenseFeaturesAsyncErrors[keyof GetLicenseFeaturesAsyncErrors];
1629
1641
 
1630
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesResponses = {
1642
+ export type GetLicenseFeaturesAsyncResponses = {
1631
1643
  /**
1632
1644
  * OK
1633
1645
  */
1634
1646
  200: SuiteLicenseAssignmentDtoListEnvelopeReadable;
1635
1647
  };
1636
1648
 
1637
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesResponse = GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesResponses[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdFeaturesResponses];
1649
+ export type GetLicenseFeaturesAsyncResponse = GetLicenseFeaturesAsyncResponses[keyof GetLicenseFeaturesAsyncResponses];
1638
1650
 
1639
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaData = {
1651
+ export type GetLicenseRecordsQuotaAsyncData = {
1640
1652
  body?: never;
1641
1653
  headers?: {
1642
1654
  'x-api-version'?: string;
@@ -1651,25 +1663,25 @@ export type GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaData = {
1651
1663
  url: '/api/v2/SystemService/Licensing/Licenses/{licenseId}/Quota';
1652
1664
  };
1653
1665
 
1654
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaErrors = {
1666
+ export type GetLicenseRecordsQuotaAsyncErrors = {
1655
1667
  /**
1656
1668
  * Forbidden
1657
1669
  */
1658
1670
  403: ErrorEnvelopeReadable;
1659
1671
  };
1660
1672
 
1661
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaError = GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaErrors[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaErrors];
1673
+ export type GetLicenseRecordsQuotaAsyncError = GetLicenseRecordsQuotaAsyncErrors[keyof GetLicenseRecordsQuotaAsyncErrors];
1662
1674
 
1663
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaResponses = {
1675
+ export type GetLicenseRecordsQuotaAsyncResponses = {
1664
1676
  /**
1665
1677
  * OK
1666
1678
  */
1667
1679
  200: SuiteLicenseAssignmentDtoListEnvelopeReadable;
1668
1680
  };
1669
1681
 
1670
- export type GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaResponse = GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaResponses[keyof GetApiV2SystemServiceLicensingLicensesByLicenseIdQuotaResponses];
1682
+ export type GetLicenseRecordsQuotaAsyncResponse = GetLicenseRecordsQuotaAsyncResponses[keyof GetLicenseRecordsQuotaAsyncResponses];
1671
1683
 
1672
- export type PostApiV2SystemServiceLicensingLicensesRedeemData = {
1684
+ export type RedeemLicenseAsyncData = {
1673
1685
  body: LicenseValidationRequest;
1674
1686
  headers?: {
1675
1687
  'x-api-version'?: string;
@@ -1682,25 +1694,25 @@ export type PostApiV2SystemServiceLicensingLicensesRedeemData = {
1682
1694
  url: '/api/v2/SystemService/Licensing/Licenses/Redeem';
1683
1695
  };
1684
1696
 
1685
- export type PostApiV2SystemServiceLicensingLicensesRedeemErrors = {
1697
+ export type RedeemLicenseAsyncErrors = {
1686
1698
  /**
1687
1699
  * Forbidden
1688
1700
  */
1689
1701
  403: ErrorEnvelopeReadable;
1690
1702
  };
1691
1703
 
1692
- export type PostApiV2SystemServiceLicensingLicensesRedeemError = PostApiV2SystemServiceLicensingLicensesRedeemErrors[keyof PostApiV2SystemServiceLicensingLicensesRedeemErrors];
1704
+ export type RedeemLicenseAsyncError = RedeemLicenseAsyncErrors[keyof RedeemLicenseAsyncErrors];
1693
1705
 
1694
- export type PostApiV2SystemServiceLicensingLicensesRedeemResponses = {
1706
+ export type RedeemLicenseAsyncResponses = {
1695
1707
  /**
1696
1708
  * OK
1697
1709
  */
1698
1710
  200: BooleanEnvelopeReadable;
1699
1711
  };
1700
1712
 
1701
- export type PostApiV2SystemServiceLicensingLicensesRedeemResponse = PostApiV2SystemServiceLicensingLicensesRedeemResponses[keyof PostApiV2SystemServiceLicensingLicensesRedeemResponses];
1713
+ export type RedeemLicenseAsyncResponse = RedeemLicenseAsyncResponses[keyof RedeemLicenseAsyncResponses];
1702
1714
 
1703
- export type PostApiV2SystemServiceLicensingLicensesValidateData = {
1715
+ export type ValidateLicenseAsyncData = {
1704
1716
  body: LicenseValidationRequest;
1705
1717
  headers?: {
1706
1718
  'x-api-version'?: string;
@@ -1712,25 +1724,25 @@ export type PostApiV2SystemServiceLicensingLicensesValidateData = {
1712
1724
  url: '/api/v2/SystemService/Licensing/Licenses/Validate';
1713
1725
  };
1714
1726
 
1715
- export type PostApiV2SystemServiceLicensingLicensesValidateErrors = {
1727
+ export type ValidateLicenseAsyncErrors = {
1716
1728
  /**
1717
1729
  * Forbidden
1718
1730
  */
1719
1731
  403: ErrorEnvelopeReadable;
1720
1732
  };
1721
1733
 
1722
- export type PostApiV2SystemServiceLicensingLicensesValidateError = PostApiV2SystemServiceLicensingLicensesValidateErrors[keyof PostApiV2SystemServiceLicensingLicensesValidateErrors];
1734
+ export type ValidateLicenseAsyncError = ValidateLicenseAsyncErrors[keyof ValidateLicenseAsyncErrors];
1723
1735
 
1724
- export type PostApiV2SystemServiceLicensingLicensesValidateResponses = {
1736
+ export type ValidateLicenseAsyncResponses = {
1725
1737
  /**
1726
1738
  * OK
1727
1739
  */
1728
1740
  200: IValidationFailureListEnvelopeReadable;
1729
1741
  };
1730
1742
 
1731
- export type PostApiV2SystemServiceLicensingLicensesValidateResponse = PostApiV2SystemServiceLicensingLicensesValidateResponses[keyof PostApiV2SystemServiceLicensingLicensesValidateResponses];
1743
+ export type ValidateLicenseAsyncResponse = ValidateLicenseAsyncResponses[keyof ValidateLicenseAsyncResponses];
1732
1744
 
1733
- export type GetApiV2SystemServiceMigrationsData = {
1745
+ export type MigrationsData = {
1734
1746
  body?: never;
1735
1747
  headers?: {
1736
1748
  'x-api-version'?: string;
@@ -1743,7 +1755,7 @@ export type GetApiV2SystemServiceMigrationsData = {
1743
1755
  url: '/api/v2/SystemService/Migrations';
1744
1756
  };
1745
1757
 
1746
- export type GetApiV2SystemServiceMigrationsErrors = {
1758
+ export type MigrationsErrors = {
1747
1759
  /**
1748
1760
  * Unauthorized
1749
1761
  */
@@ -1754,18 +1766,18 @@ export type GetApiV2SystemServiceMigrationsErrors = {
1754
1766
  403: ErrorEnvelopeReadable;
1755
1767
  };
1756
1768
 
1757
- export type GetApiV2SystemServiceMigrationsError = GetApiV2SystemServiceMigrationsErrors[keyof GetApiV2SystemServiceMigrationsErrors];
1769
+ export type MigrationsError = MigrationsErrors[keyof MigrationsErrors];
1758
1770
 
1759
- export type GetApiV2SystemServiceMigrationsResponses = {
1771
+ export type MigrationsResponses = {
1760
1772
  /**
1761
1773
  * OK
1762
1774
  */
1763
1775
  200: StringListEnvelopeReadable;
1764
1776
  };
1765
1777
 
1766
- export type GetApiV2SystemServiceMigrationsResponse = GetApiV2SystemServiceMigrationsResponses[keyof GetApiV2SystemServiceMigrationsResponses];
1778
+ export type MigrationsResponse = MigrationsResponses[keyof MigrationsResponses];
1767
1779
 
1768
- export type PostApiV2SystemServiceMigrationsMigrateData = {
1780
+ export type MigrateData = {
1769
1781
  body?: never;
1770
1782
  headers?: {
1771
1783
  'x-api-version'?: string;
@@ -1777,7 +1789,7 @@ export type PostApiV2SystemServiceMigrationsMigrateData = {
1777
1789
  url: '/api/v2/SystemService/Migrations/Migrate';
1778
1790
  };
1779
1791
 
1780
- export type PostApiV2SystemServiceMigrationsMigrateErrors = {
1792
+ export type MigrateErrors = {
1781
1793
  /**
1782
1794
  * Unauthorized
1783
1795
  */
@@ -1788,16 +1800,16 @@ export type PostApiV2SystemServiceMigrationsMigrateErrors = {
1788
1800
  403: ErrorEnvelopeReadable;
1789
1801
  };
1790
1802
 
1791
- export type PostApiV2SystemServiceMigrationsMigrateError = PostApiV2SystemServiceMigrationsMigrateErrors[keyof PostApiV2SystemServiceMigrationsMigrateErrors];
1803
+ export type MigrateError = MigrateErrors[keyof MigrateErrors];
1792
1804
 
1793
- export type PostApiV2SystemServiceMigrationsMigrateResponses = {
1805
+ export type MigrateResponses = {
1794
1806
  /**
1795
1807
  * OK
1796
1808
  */
1797
1809
  200: StringListEnvelopeReadable;
1798
1810
  };
1799
1811
 
1800
- export type PostApiV2SystemServiceMigrationsMigrateResponse = PostApiV2SystemServiceMigrationsMigrateResponses[keyof PostApiV2SystemServiceMigrationsMigrateResponses];
1812
+ export type MigrateResponse = MigrateResponses[keyof MigrateResponses];
1801
1813
 
1802
1814
  export type GetAllModulesData = {
1803
1815
  body?: never;
@@ -1869,6 +1881,294 @@ export type GetAvailableModulesResponses = {
1869
1881
 
1870
1882
  export type GetAvailableModulesResponse = GetAvailableModulesResponses[keyof GetAvailableModulesResponses];
1871
1883
 
1884
+ export type GetSystemOptionsData = {
1885
+ body?: never;
1886
+ headers?: {
1887
+ 'x-api-version'?: string;
1888
+ };
1889
+ path?: never;
1890
+ query: {
1891
+ portalId: string;
1892
+ 'api-version'?: string;
1893
+ };
1894
+ url: '/api/v2/SystemService/Options';
1895
+ };
1896
+
1897
+ export type GetSystemOptionsErrors = {
1898
+ /**
1899
+ * Unauthorized
1900
+ */
1901
+ 401: ErrorEnvelopeReadable;
1902
+ /**
1903
+ * Forbidden
1904
+ */
1905
+ 403: ErrorEnvelopeReadable;
1906
+ };
1907
+
1908
+ export type GetSystemOptionsError = GetSystemOptionsErrors[keyof GetSystemOptionsErrors];
1909
+
1910
+ export type GetSystemOptionsResponses = {
1911
+ /**
1912
+ * OK
1913
+ */
1914
+ 200: OptionDtoListEnvelopeReadable;
1915
+ };
1916
+
1917
+ export type GetSystemOptionsResponse = GetSystemOptionsResponses[keyof GetSystemOptionsResponses];
1918
+
1919
+ export type CreateSystemOptionData = {
1920
+ body?: OptionCreateDto;
1921
+ headers?: {
1922
+ 'x-api-version'?: string;
1923
+ };
1924
+ path?: never;
1925
+ query: {
1926
+ key: string;
1927
+ portalId?: string;
1928
+ 'api-version'?: string;
1929
+ };
1930
+ url: '/api/v2/SystemService/Options';
1931
+ };
1932
+
1933
+ export type CreateSystemOptionErrors = {
1934
+ /**
1935
+ * Unauthorized
1936
+ */
1937
+ 401: ErrorEnvelopeReadable;
1938
+ /**
1939
+ * Forbidden
1940
+ */
1941
+ 403: ErrorEnvelopeReadable;
1942
+ };
1943
+
1944
+ export type CreateSystemOptionError = CreateSystemOptionErrors[keyof CreateSystemOptionErrors];
1945
+
1946
+ export type CreateSystemOptionResponses = {
1947
+ /**
1948
+ * Created
1949
+ */
1950
+ 201: EmptyEnvelopeReadable;
1951
+ };
1952
+
1953
+ export type CreateSystemOptionResponse = CreateSystemOptionResponses[keyof CreateSystemOptionResponses];
1954
+
1955
+ export type GetSystemOptionsCountData = {
1956
+ body?: never;
1957
+ headers?: {
1958
+ 'x-api-version'?: string;
1959
+ };
1960
+ path?: never;
1961
+ query: {
1962
+ portalId: string;
1963
+ 'api-version'?: string;
1964
+ };
1965
+ url: '/api/v2/SystemService/Options/Count';
1966
+ };
1967
+
1968
+ export type GetSystemOptionsCountErrors = {
1969
+ /**
1970
+ * Unauthorized
1971
+ */
1972
+ 401: ErrorEnvelopeReadable;
1973
+ /**
1974
+ * Forbidden
1975
+ */
1976
+ 403: ErrorEnvelopeReadable;
1977
+ };
1978
+
1979
+ export type GetSystemOptionsCountError = GetSystemOptionsCountErrors[keyof GetSystemOptionsCountErrors];
1980
+
1981
+ export type GetSystemOptionsCountResponses = {
1982
+ /**
1983
+ * OK
1984
+ */
1985
+ 200: Int32EnvelopeReadable;
1986
+ };
1987
+
1988
+ export type GetSystemOptionsCountResponse = GetSystemOptionsCountResponses[keyof GetSystemOptionsCountResponses];
1989
+
1990
+ export type DeleteSystemOptionData = {
1991
+ body?: never;
1992
+ headers?: {
1993
+ 'x-api-version'?: string;
1994
+ };
1995
+ path: {
1996
+ optionId: string;
1997
+ };
1998
+ query?: {
1999
+ 'api-version'?: string;
2000
+ };
2001
+ url: '/api/v2/SystemService/Options/{optionId}';
2002
+ };
2003
+
2004
+ export type DeleteSystemOptionErrors = {
2005
+ /**
2006
+ * Unauthorized
2007
+ */
2008
+ 401: ErrorEnvelopeReadable;
2009
+ /**
2010
+ * Forbidden
2011
+ */
2012
+ 403: ErrorEnvelopeReadable;
2013
+ };
2014
+
2015
+ export type DeleteSystemOptionError = DeleteSystemOptionErrors[keyof DeleteSystemOptionErrors];
2016
+
2017
+ export type DeleteSystemOptionResponses = {
2018
+ /**
2019
+ * OK
2020
+ */
2021
+ 200: EmptyEnvelopeReadable;
2022
+ };
2023
+
2024
+ export type DeleteSystemOptionResponse = DeleteSystemOptionResponses[keyof DeleteSystemOptionResponses];
2025
+
2026
+ export type GetSystemOptionByIdData = {
2027
+ body?: never;
2028
+ headers?: {
2029
+ 'x-api-version'?: string;
2030
+ };
2031
+ path: {
2032
+ optionId: string;
2033
+ };
2034
+ query?: {
2035
+ 'api-version'?: string;
2036
+ };
2037
+ url: '/api/v2/SystemService/Options/{optionId}';
2038
+ };
2039
+
2040
+ export type GetSystemOptionByIdErrors = {
2041
+ /**
2042
+ * Unauthorized
2043
+ */
2044
+ 401: ErrorEnvelopeReadable;
2045
+ /**
2046
+ * Forbidden
2047
+ */
2048
+ 403: ErrorEnvelopeReadable;
2049
+ };
2050
+
2051
+ export type GetSystemOptionByIdError = GetSystemOptionByIdErrors[keyof GetSystemOptionByIdErrors];
2052
+
2053
+ export type GetSystemOptionByIdResponses = {
2054
+ /**
2055
+ * OK
2056
+ */
2057
+ 200: OptionDtoEnvelopeReadable;
2058
+ };
2059
+
2060
+ export type GetSystemOptionByIdResponse = GetSystemOptionByIdResponses[keyof GetSystemOptionByIdResponses];
2061
+
2062
+ export type UpdateSystemOptionData = {
2063
+ body?: OptionUpdateDto;
2064
+ headers?: {
2065
+ 'x-api-version'?: string;
2066
+ };
2067
+ path: {
2068
+ optionId: string;
2069
+ };
2070
+ query?: {
2071
+ 'api-version'?: string;
2072
+ };
2073
+ url: '/api/v2/SystemService/Options/{optionId}';
2074
+ };
2075
+
2076
+ export type UpdateSystemOptionErrors = {
2077
+ /**
2078
+ * Unauthorized
2079
+ */
2080
+ 401: ErrorEnvelopeReadable;
2081
+ /**
2082
+ * Forbidden
2083
+ */
2084
+ 403: ErrorEnvelopeReadable;
2085
+ };
2086
+
2087
+ export type UpdateSystemOptionError = UpdateSystemOptionErrors[keyof UpdateSystemOptionErrors];
2088
+
2089
+ export type UpdateSystemOptionResponses = {
2090
+ /**
2091
+ * OK
2092
+ */
2093
+ 200: EmptyEnvelopeReadable;
2094
+ };
2095
+
2096
+ export type UpdateSystemOptionResponse = UpdateSystemOptionResponses[keyof UpdateSystemOptionResponses];
2097
+
2098
+ export type GetSystemOptionByKeyData = {
2099
+ body?: never;
2100
+ headers?: {
2101
+ 'x-api-version'?: string;
2102
+ };
2103
+ path: {
2104
+ key: string;
2105
+ };
2106
+ query: {
2107
+ portalId: string;
2108
+ 'api-version'?: string;
2109
+ };
2110
+ url: '/api/v2/SystemService/Options/Key/{key}';
2111
+ };
2112
+
2113
+ export type GetSystemOptionByKeyErrors = {
2114
+ /**
2115
+ * Unauthorized
2116
+ */
2117
+ 401: ErrorEnvelopeReadable;
2118
+ /**
2119
+ * Forbidden
2120
+ */
2121
+ 403: ErrorEnvelopeReadable;
2122
+ };
2123
+
2124
+ export type GetSystemOptionByKeyError = GetSystemOptionByKeyErrors[keyof GetSystemOptionByKeyErrors];
2125
+
2126
+ export type GetSystemOptionByKeyResponses = {
2127
+ /**
2128
+ * OK
2129
+ */
2130
+ 200: OptionDtoEnvelopeReadable;
2131
+ };
2132
+
2133
+ export type GetSystemOptionByKeyResponse = GetSystemOptionByKeyResponses[keyof GetSystemOptionByKeyResponses];
2134
+
2135
+ export type UpsertSystemOptionData = {
2136
+ body?: OptionUpdateDto;
2137
+ headers?: {
2138
+ 'x-api-version'?: string;
2139
+ };
2140
+ path: {
2141
+ key: string;
2142
+ };
2143
+ query?: {
2144
+ portalId?: string;
2145
+ 'api-version'?: string;
2146
+ };
2147
+ url: '/api/v2/SystemService/Options/Upsert/{key}';
2148
+ };
2149
+
2150
+ export type UpsertSystemOptionErrors = {
2151
+ /**
2152
+ * Unauthorized
2153
+ */
2154
+ 401: ErrorEnvelopeReadable;
2155
+ /**
2156
+ * Forbidden
2157
+ */
2158
+ 403: ErrorEnvelopeReadable;
2159
+ };
2160
+
2161
+ export type UpsertSystemOptionError = UpsertSystemOptionErrors[keyof UpsertSystemOptionErrors];
2162
+
2163
+ export type UpsertSystemOptionResponses = {
2164
+ /**
2165
+ * OK
2166
+ */
2167
+ 200: EmptyEnvelopeReadable;
2168
+ };
2169
+
2170
+ export type UpsertSystemOptionResponse = UpsertSystemOptionResponses[keyof UpsertSystemOptionResponses];
2171
+
1872
2172
  export type GetAllTenantsData = {
1873
2173
  body?: never;
1874
2174
  headers?: {
@@ -1904,7 +2204,7 @@ export type GetAllTenantsResponses = {
1904
2204
  export type GetAllTenantsResponse = GetAllTenantsResponses[keyof GetAllTenantsResponses];
1905
2205
 
1906
2206
  export type CreateTenantData = {
1907
- body?: TenantCreateDtoWritable;
2207
+ body?: TenantCreateDto;
1908
2208
  headers?: {
1909
2209
  'x-api-version'?: string;
1910
2210
  };
@@ -2189,7 +2489,7 @@ export type AdminSendTenantEmailResponses = {
2189
2489
  200: unknown;
2190
2490
  };
2191
2491
 
2192
- export type GetApiV2SystemServiceUsersData = {
2492
+ export type GetUsersAsyncData = {
2193
2493
  body?: never;
2194
2494
  headers?: {
2195
2495
  'x-api-version'?: string;
@@ -2201,7 +2501,7 @@ export type GetApiV2SystemServiceUsersData = {
2201
2501
  url: '/api/v2/SystemService/Users';
2202
2502
  };
2203
2503
 
2204
- export type GetApiV2SystemServiceUsersErrors = {
2504
+ export type GetUsersAsyncErrors = {
2205
2505
  /**
2206
2506
  * Unauthorized
2207
2507
  */
@@ -2212,19 +2512,19 @@ export type GetApiV2SystemServiceUsersErrors = {
2212
2512
  403: ErrorEnvelopeReadable;
2213
2513
  };
2214
2514
 
2215
- export type GetApiV2SystemServiceUsersError = GetApiV2SystemServiceUsersErrors[keyof GetApiV2SystemServiceUsersErrors];
2515
+ export type GetUsersAsyncError = GetUsersAsyncErrors[keyof GetUsersAsyncErrors];
2216
2516
 
2217
- export type GetApiV2SystemServiceUsersResponses = {
2517
+ export type GetUsersAsyncResponses = {
2218
2518
  /**
2219
2519
  * OK
2220
2520
  */
2221
2521
  200: UserDtoListEnvelopeReadable;
2222
2522
  };
2223
2523
 
2224
- export type GetApiV2SystemServiceUsersResponse = GetApiV2SystemServiceUsersResponses[keyof GetApiV2SystemServiceUsersResponses];
2524
+ export type GetUsersAsyncResponse = GetUsersAsyncResponses[keyof GetUsersAsyncResponses];
2225
2525
 
2226
- export type PostApiV2SystemServiceUsersData = {
2227
- body?: UserCreateDtoWritable;
2526
+ export type CreateAccountHolderAsyncData = {
2527
+ body?: UserCreateDto;
2228
2528
  headers?: {
2229
2529
  'x-api-version'?: string;
2230
2530
  };
@@ -2235,7 +2535,7 @@ export type PostApiV2SystemServiceUsersData = {
2235
2535
  url: '/api/v2/SystemService/Users';
2236
2536
  };
2237
2537
 
2238
- export type PostApiV2SystemServiceUsersErrors = {
2538
+ export type CreateAccountHolderAsyncErrors = {
2239
2539
  /**
2240
2540
  * Unauthorized
2241
2541
  */
@@ -2246,18 +2546,18 @@ export type PostApiV2SystemServiceUsersErrors = {
2246
2546
  403: ErrorEnvelopeReadable;
2247
2547
  };
2248
2548
 
2249
- export type PostApiV2SystemServiceUsersError = PostApiV2SystemServiceUsersErrors[keyof PostApiV2SystemServiceUsersErrors];
2549
+ export type CreateAccountHolderAsyncError = CreateAccountHolderAsyncErrors[keyof CreateAccountHolderAsyncErrors];
2250
2550
 
2251
- export type PostApiV2SystemServiceUsersResponses = {
2551
+ export type CreateAccountHolderAsyncResponses = {
2252
2552
  /**
2253
2553
  * Created
2254
2554
  */
2255
2555
  201: EmptyEnvelopeReadable;
2256
2556
  };
2257
2557
 
2258
- export type PostApiV2SystemServiceUsersResponse = PostApiV2SystemServiceUsersResponses[keyof PostApiV2SystemServiceUsersResponses];
2558
+ export type CreateAccountHolderAsyncResponse = CreateAccountHolderAsyncResponses[keyof CreateAccountHolderAsyncResponses];
2259
2559
 
2260
- export type GetApiV2SystemServiceUsersCountData = {
2560
+ export type GetUsersCountAsyncData = {
2261
2561
  body?: never;
2262
2562
  headers?: {
2263
2563
  'x-api-version'?: string;
@@ -2269,7 +2569,7 @@ export type GetApiV2SystemServiceUsersCountData = {
2269
2569
  url: '/api/v2/SystemService/Users/Count';
2270
2570
  };
2271
2571
 
2272
- export type GetApiV2SystemServiceUsersCountErrors = {
2572
+ export type GetUsersCountAsyncErrors = {
2273
2573
  /**
2274
2574
  * Unauthorized
2275
2575
  */
@@ -2280,18 +2580,18 @@ export type GetApiV2SystemServiceUsersCountErrors = {
2280
2580
  403: ErrorEnvelopeReadable;
2281
2581
  };
2282
2582
 
2283
- export type GetApiV2SystemServiceUsersCountError = GetApiV2SystemServiceUsersCountErrors[keyof GetApiV2SystemServiceUsersCountErrors];
2583
+ export type GetUsersCountAsyncError = GetUsersCountAsyncErrors[keyof GetUsersCountAsyncErrors];
2284
2584
 
2285
- export type GetApiV2SystemServiceUsersCountResponses = {
2585
+ export type GetUsersCountAsyncResponses = {
2286
2586
  /**
2287
2587
  * OK
2288
2588
  */
2289
2589
  200: Int32EnvelopeReadable;
2290
2590
  };
2291
2591
 
2292
- export type GetApiV2SystemServiceUsersCountResponse = GetApiV2SystemServiceUsersCountResponses[keyof GetApiV2SystemServiceUsersCountResponses];
2592
+ export type GetUsersCountAsyncResponse = GetUsersCountAsyncResponses[keyof GetUsersCountAsyncResponses];
2293
2593
 
2294
- export type GetApiV2SystemServiceUsersExtendedData = {
2594
+ export type GetExtendedUsersAsyncData = {
2295
2595
  body?: never;
2296
2596
  headers?: {
2297
2597
  'x-api-version'?: string;
@@ -2303,7 +2603,7 @@ export type GetApiV2SystemServiceUsersExtendedData = {
2303
2603
  url: '/api/v2/SystemService/Users/Extended';
2304
2604
  };
2305
2605
 
2306
- export type GetApiV2SystemServiceUsersExtendedErrors = {
2606
+ export type GetExtendedUsersAsyncErrors = {
2307
2607
  /**
2308
2608
  * Unauthorized
2309
2609
  */
@@ -2314,18 +2614,18 @@ export type GetApiV2SystemServiceUsersExtendedErrors = {
2314
2614
  403: ErrorEnvelopeReadable;
2315
2615
  };
2316
2616
 
2317
- export type GetApiV2SystemServiceUsersExtendedError = GetApiV2SystemServiceUsersExtendedErrors[keyof GetApiV2SystemServiceUsersExtendedErrors];
2617
+ export type GetExtendedUsersAsyncError = GetExtendedUsersAsyncErrors[keyof GetExtendedUsersAsyncErrors];
2318
2618
 
2319
- export type GetApiV2SystemServiceUsersExtendedResponses = {
2619
+ export type GetExtendedUsersAsyncResponses = {
2320
2620
  /**
2321
2621
  * OK
2322
2622
  */
2323
2623
  200: ExtendedUserDtoListEnvelopeReadable;
2324
2624
  };
2325
2625
 
2326
- export type GetApiV2SystemServiceUsersExtendedResponse = GetApiV2SystemServiceUsersExtendedResponses[keyof GetApiV2SystemServiceUsersExtendedResponses];
2626
+ export type GetExtendedUsersAsyncResponse = GetExtendedUsersAsyncResponses[keyof GetExtendedUsersAsyncResponses];
2327
2627
 
2328
- export type GetApiV2SystemServiceUsersExtendedCountData = {
2628
+ export type GetExtendedUsersCountAsyncData = {
2329
2629
  body?: never;
2330
2630
  headers?: {
2331
2631
  'x-api-version'?: string;
@@ -2337,7 +2637,7 @@ export type GetApiV2SystemServiceUsersExtendedCountData = {
2337
2637
  url: '/api/v2/SystemService/Users/Extended/Count';
2338
2638
  };
2339
2639
 
2340
- export type GetApiV2SystemServiceUsersExtendedCountErrors = {
2640
+ export type GetExtendedUsersCountAsyncErrors = {
2341
2641
  /**
2342
2642
  * Unauthorized
2343
2643
  */
@@ -2348,18 +2648,18 @@ export type GetApiV2SystemServiceUsersExtendedCountErrors = {
2348
2648
  403: ErrorEnvelopeReadable;
2349
2649
  };
2350
2650
 
2351
- export type GetApiV2SystemServiceUsersExtendedCountError = GetApiV2SystemServiceUsersExtendedCountErrors[keyof GetApiV2SystemServiceUsersExtendedCountErrors];
2651
+ export type GetExtendedUsersCountAsyncError = GetExtendedUsersCountAsyncErrors[keyof GetExtendedUsersCountAsyncErrors];
2352
2652
 
2353
- export type GetApiV2SystemServiceUsersExtendedCountResponses = {
2653
+ export type GetExtendedUsersCountAsyncResponses = {
2354
2654
  /**
2355
2655
  * OK
2356
2656
  */
2357
2657
  200: Int32EnvelopeReadable;
2358
2658
  };
2359
2659
 
2360
- export type GetApiV2SystemServiceUsersExtendedCountResponse = GetApiV2SystemServiceUsersExtendedCountResponses[keyof GetApiV2SystemServiceUsersExtendedCountResponses];
2660
+ export type GetExtendedUsersCountAsyncResponse = GetExtendedUsersCountAsyncResponses[keyof GetExtendedUsersCountAsyncResponses];
2361
2661
 
2362
- export type DeleteApiV2SystemServiceUsersByUserIdData = {
2662
+ export type DeleteAccountHolderAsyncData = {
2363
2663
  body?: never;
2364
2664
  headers?: {
2365
2665
  'x-api-version'?: string;
@@ -2373,7 +2673,7 @@ export type DeleteApiV2SystemServiceUsersByUserIdData = {
2373
2673
  url: '/api/v2/SystemService/Users/{userId}';
2374
2674
  };
2375
2675
 
2376
- export type DeleteApiV2SystemServiceUsersByUserIdErrors = {
2676
+ export type DeleteAccountHolderAsyncErrors = {
2377
2677
  /**
2378
2678
  * Unauthorized
2379
2679
  */
@@ -2384,16 +2684,16 @@ export type DeleteApiV2SystemServiceUsersByUserIdErrors = {
2384
2684
  403: ErrorEnvelopeReadable;
2385
2685
  };
2386
2686
 
2387
- export type DeleteApiV2SystemServiceUsersByUserIdError = DeleteApiV2SystemServiceUsersByUserIdErrors[keyof DeleteApiV2SystemServiceUsersByUserIdErrors];
2687
+ export type DeleteAccountHolderAsyncError = DeleteAccountHolderAsyncErrors[keyof DeleteAccountHolderAsyncErrors];
2388
2688
 
2389
- export type DeleteApiV2SystemServiceUsersByUserIdResponses = {
2689
+ export type DeleteAccountHolderAsyncResponses = {
2390
2690
  /**
2391
2691
  * OK
2392
2692
  */
2393
2693
  200: EmptyEnvelopeReadable;
2394
2694
  };
2395
2695
 
2396
- export type DeleteApiV2SystemServiceUsersByUserIdResponse = DeleteApiV2SystemServiceUsersByUserIdResponses[keyof DeleteApiV2SystemServiceUsersByUserIdResponses];
2696
+ export type DeleteAccountHolderAsyncResponse = DeleteAccountHolderAsyncResponses[keyof DeleteAccountHolderAsyncResponses];
2397
2697
 
2398
2698
  export type GetUserAsyncData = {
2399
2699
  body?: never;
@@ -2431,7 +2731,7 @@ export type GetUserAsyncResponses = {
2431
2731
 
2432
2732
  export type GetUserAsyncResponse = GetUserAsyncResponses[keyof GetUserAsyncResponses];
2433
2733
 
2434
- export type PutApiV2SystemServiceUsersByUserIdData = {
2734
+ export type UpdateAccountHolderAsyncData = {
2435
2735
  body?: UserUpdateDto;
2436
2736
  headers?: {
2437
2737
  'x-api-version'?: string;
@@ -2445,7 +2745,7 @@ export type PutApiV2SystemServiceUsersByUserIdData = {
2445
2745
  url: '/api/v2/SystemService/Users/{userId}';
2446
2746
  };
2447
2747
 
2448
- export type PutApiV2SystemServiceUsersByUserIdErrors = {
2748
+ export type UpdateAccountHolderAsyncErrors = {
2449
2749
  /**
2450
2750
  * Unauthorized
2451
2751
  */
@@ -2456,18 +2756,18 @@ export type PutApiV2SystemServiceUsersByUserIdErrors = {
2456
2756
  403: ErrorEnvelopeReadable;
2457
2757
  };
2458
2758
 
2459
- export type PutApiV2SystemServiceUsersByUserIdError = PutApiV2SystemServiceUsersByUserIdErrors[keyof PutApiV2SystemServiceUsersByUserIdErrors];
2759
+ export type UpdateAccountHolderAsyncError = UpdateAccountHolderAsyncErrors[keyof UpdateAccountHolderAsyncErrors];
2460
2760
 
2461
- export type PutApiV2SystemServiceUsersByUserIdResponses = {
2761
+ export type UpdateAccountHolderAsyncResponses = {
2462
2762
  /**
2463
2763
  * OK
2464
2764
  */
2465
2765
  200: EmptyEnvelopeReadable;
2466
2766
  };
2467
2767
 
2468
- export type PutApiV2SystemServiceUsersByUserIdResponse = PutApiV2SystemServiceUsersByUserIdResponses[keyof PutApiV2SystemServiceUsersByUserIdResponses];
2768
+ export type UpdateAccountHolderAsyncResponse = UpdateAccountHolderAsyncResponses[keyof UpdateAccountHolderAsyncResponses];
2469
2769
 
2470
- export type GetApiV2SystemServiceUsersByUserIdExtendedData = {
2770
+ export type GetExtendedAccountHolderAsyncData = {
2471
2771
  body?: never;
2472
2772
  headers?: {
2473
2773
  'x-api-version'?: string;
@@ -2481,7 +2781,7 @@ export type GetApiV2SystemServiceUsersByUserIdExtendedData = {
2481
2781
  url: '/api/v2/SystemService/Users/{userId}/Extended';
2482
2782
  };
2483
2783
 
2484
- export type GetApiV2SystemServiceUsersByUserIdExtendedErrors = {
2784
+ export type GetExtendedAccountHolderAsyncErrors = {
2485
2785
  /**
2486
2786
  * Unauthorized
2487
2787
  */
@@ -2492,16 +2792,16 @@ export type GetApiV2SystemServiceUsersByUserIdExtendedErrors = {
2492
2792
  403: ErrorEnvelopeReadable;
2493
2793
  };
2494
2794
 
2495
- export type GetApiV2SystemServiceUsersByUserIdExtendedError = GetApiV2SystemServiceUsersByUserIdExtendedErrors[keyof GetApiV2SystemServiceUsersByUserIdExtendedErrors];
2795
+ export type GetExtendedAccountHolderAsyncError = GetExtendedAccountHolderAsyncErrors[keyof GetExtendedAccountHolderAsyncErrors];
2496
2796
 
2497
- export type GetApiV2SystemServiceUsersByUserIdExtendedResponses = {
2797
+ export type GetExtendedAccountHolderAsyncResponses = {
2498
2798
  /**
2499
2799
  * OK
2500
2800
  */
2501
2801
  200: ExtendedUserDtoEnvelopeReadable;
2502
2802
  };
2503
2803
 
2504
- export type GetApiV2SystemServiceUsersByUserIdExtendedResponse = GetApiV2SystemServiceUsersByUserIdExtendedResponses[keyof GetApiV2SystemServiceUsersByUserIdExtendedResponses];
2804
+ export type GetExtendedAccountHolderAsyncResponse = GetExtendedAccountHolderAsyncResponses[keyof GetExtendedAccountHolderAsyncResponses];
2505
2805
 
2506
2806
  export type AdminPreviewUserEmailTemplateData = {
2507
2807
  body?: EmailDispatchRequest;