@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
@@ -310,6 +310,70 @@ export type Operation = {
310
310
  value?: unknown;
311
311
  };
312
312
 
313
+ export type OptionCreateDto = {
314
+ id?: string;
315
+ timestamp?: string;
316
+ key: string;
317
+ value: string;
318
+ portalId?: string | null;
319
+ frozen?: boolean;
320
+ autoload?: boolean;
321
+ transient?: boolean;
322
+ expiration?: number;
323
+ };
324
+
325
+ export type OptionDto = {
326
+ id?: string | null;
327
+ timestamp?: string | null;
328
+ key?: string | null;
329
+ value?: string | null;
330
+ portalId?: string | null;
331
+ frozen?: boolean;
332
+ autoload?: boolean;
333
+ transient?: boolean;
334
+ expiration?: number;
335
+ };
336
+
337
+ export type OptionDtoEnvelopeReadable = {
338
+ readonly isSuccess?: boolean;
339
+ errorMessage?: string | null;
340
+ correlationId?: string | null;
341
+ readonly timestamp?: string;
342
+ readonly activityId?: string | null;
343
+ result?: OptionDto;
344
+ };
345
+
346
+ export type OptionDtoEnvelopeWritable = {
347
+ errorMessage?: string | null;
348
+ correlationId?: string | null;
349
+ result?: OptionDto;
350
+ };
351
+
352
+ export type OptionDtoListEnvelopeReadable = {
353
+ readonly isSuccess?: boolean;
354
+ errorMessage?: string | null;
355
+ correlationId?: string | null;
356
+ readonly timestamp?: string;
357
+ readonly activityId?: string | null;
358
+ result?: Array<OptionDto> | null;
359
+ };
360
+
361
+ export type OptionDtoListEnvelopeWritable = {
362
+ errorMessage?: string | null;
363
+ correlationId?: string | null;
364
+ result?: Array<OptionDto> | null;
365
+ };
366
+
367
+ export type OptionUpdateDto = {
368
+ key?: string | null;
369
+ value?: string | null;
370
+ portalId?: string | null;
371
+ frozen?: boolean;
372
+ autoload?: boolean;
373
+ transient?: boolean;
374
+ expiration?: number;
375
+ };
376
+
313
377
  export type RefreshRequest = {
314
378
  refreshToken: string | null;
315
379
  };
@@ -461,33 +525,9 @@ export type SuiteLicenseFeatureDtoListEnvelopeWritable = {
461
525
  result?: Array<SuiteLicenseFeatureDto> | null;
462
526
  };
463
527
 
464
- export type TenantCreateDtoReadable = {
465
- readonly id?: string;
466
- readonly timestamp?: string;
467
- name: string;
468
- legalName?: string | null;
469
- email: string;
470
- phone?: string | null;
471
- webUrl?: string | null;
472
- handler?: string | null;
473
- about?: string | null;
474
- slogan?: string | null;
475
- currencyId: string;
476
- duns?: string | null;
477
- taxId?: string | null;
478
- avatarUrl?: string | null;
479
- countryId: string;
480
- stateId?: string | null;
481
- cityId?: string | null;
482
- languageId?: string | null;
483
- timezoneId?: string | null;
484
- businessTypeId?: string | null;
485
- businessSegmentId?: string | null;
486
- businessIndustryId?: string | null;
487
- businessSizeId?: string | null;
488
- };
489
-
490
- export type TenantCreateDtoWritable = {
528
+ export type TenantCreateDto = {
529
+ id?: string;
530
+ timestamp?: string;
491
531
  name: string;
492
532
  legalName?: string | null;
493
533
  email: string;
@@ -511,19 +551,9 @@ export type TenantCreateDtoWritable = {
511
551
  businessSizeId?: string | null;
512
552
  };
513
553
 
514
- export type TenantDepartmentCreateDtoReadable = {
515
- readonly id?: string;
516
- readonly timestamp?: string;
517
- businessID?: string | null;
518
- businessProfileRecordID?: string | null;
519
- name?: string | null;
520
- description?: string | null;
521
- disabled?: boolean;
522
- organizationProfileID?: string | null;
523
- parentDepartmentID?: string | null;
524
- };
525
-
526
- export type TenantDepartmentCreateDtoWritable = {
554
+ export type TenantDepartmentCreateDto = {
555
+ id?: string;
556
+ timestamp?: string;
527
557
  businessID?: string | null;
528
558
  businessProfileRecordID?: string | null;
529
559
  name?: string | null;
@@ -678,14 +708,9 @@ export type TenantDtoEnvelopeWritable = {
678
708
  result?: TenantDtoWritable;
679
709
  };
680
710
 
681
- export type TenantEnrollmentCreateDtoReadable = {
682
- readonly id?: string;
683
- readonly timestamp?: string;
684
- tenantId?: string | null;
685
- userId?: string | null;
686
- };
687
-
688
- export type TenantEnrollmentCreateDtoWritable = {
711
+ export type TenantEnrollmentCreateDto = {
712
+ id?: string;
713
+ timestamp?: string;
689
714
  tenantId?: string | null;
690
715
  userId?: string | null;
691
716
  };
@@ -736,15 +761,9 @@ export type TenantEnrollmentUpdateDto = {
736
761
  isDisabled?: boolean;
737
762
  };
738
763
 
739
- export type TenantIndustryCreateDtoReadable = {
740
- readonly id?: string;
741
- readonly timestamp?: string;
742
- name?: string | null;
743
- parentBusinessIndustryID?: string | null;
744
- businessProfileRecordID?: string | null;
745
- };
746
-
747
- export type TenantIndustryCreateDtoWritable = {
764
+ export type TenantIndustryCreateDto = {
765
+ id?: string;
766
+ timestamp?: string;
748
767
  name?: string | null;
749
768
  parentBusinessIndustryID?: string | null;
750
769
  businessProfileRecordID?: string | null;
@@ -794,15 +813,9 @@ export type TenantIndustryUpdateDto = {
794
813
  businessProfileRecordID?: string | null;
795
814
  };
796
815
 
797
- export type TenantInvitationCreateDtoReadable = {
798
- readonly id?: string;
799
- readonly timestamp?: string;
800
- userEmail: string;
801
- tenantId?: string | null;
802
- enrollmentId?: string | null;
803
- };
804
-
805
- export type TenantInvitationCreateDtoWritable = {
816
+ export type TenantInvitationCreateDto = {
817
+ id?: string;
818
+ timestamp?: string;
806
819
  userEmail: string;
807
820
  tenantId?: string | null;
808
821
  enrollmentId?: string | null;
@@ -850,16 +863,9 @@ export type TenantInvitationDtoListEnvelopeWritable = {
850
863
  result?: Array<TenantInvitationDto> | null;
851
864
  };
852
865
 
853
- export type TenantPositionCreateDtoReadable = {
854
- readonly id?: string;
855
- readonly timestamp?: string;
856
- businessID?: string | null;
857
- businessProfileRecordID?: string | null;
858
- title?: string | null;
859
- description?: string | null;
860
- };
861
-
862
- export type TenantPositionCreateDtoWritable = {
866
+ export type TenantPositionCreateDto = {
867
+ id?: string;
868
+ timestamp?: string;
863
869
  businessID?: string | null;
864
870
  businessProfileRecordID?: string | null;
865
871
  title?: string | null;
@@ -913,15 +919,9 @@ export type TenantPositionUpdateDto = {
913
919
  businessProfileRecordID?: string | null;
914
920
  };
915
921
 
916
- export type TenantSegmentCreateDtoReadable = {
917
- readonly id?: string;
918
- readonly timestamp?: string;
919
- revenue?: string | null;
920
- minEmployees?: number;
921
- maxEmployees?: number;
922
- };
923
-
924
- export type TenantSegmentCreateDtoWritable = {
922
+ export type TenantSegmentCreateDto = {
923
+ id?: string;
924
+ timestamp?: string;
925
925
  revenue?: string | null;
926
926
  minEmployees?: number;
927
927
  maxEmployees?: number;
@@ -971,15 +971,9 @@ export type TenantSegmentUpdateDto = {
971
971
  maxEmployees?: number;
972
972
  };
973
973
 
974
- export type TenantSizeCreateDtoReadable = {
975
- readonly id?: string;
976
- readonly timestamp?: string;
977
- name?: string | null;
978
- employeeLowRangeValue?: number;
979
- employeeHighRangeValue?: number;
980
- };
981
-
982
- export type TenantSizeCreateDtoWritable = {
974
+ export type TenantSizeCreateDto = {
975
+ id?: string;
976
+ timestamp?: string;
983
977
  name?: string | null;
984
978
  employeeLowRangeValue?: number;
985
979
  employeeHighRangeValue?: number;
@@ -1029,16 +1023,9 @@ export type TenantSizeUpdateDto = {
1029
1023
  employeeHighRangeValue?: number;
1030
1024
  };
1031
1025
 
1032
- export type TenantTeamContactEnrollmentCreateDtoReadable = {
1033
- readonly id?: string;
1034
- readonly timestamp?: string;
1035
- businessID: string;
1036
- businessProfileRecordID: string;
1037
- businessTeamID: string;
1038
- contactID: string;
1039
- };
1040
-
1041
- export type TenantTeamContactEnrollmentCreateDtoWritable = {
1026
+ export type TenantTeamContactEnrollmentCreateDto = {
1027
+ id?: string;
1028
+ timestamp?: string;
1042
1029
  businessID: string;
1043
1030
  businessProfileRecordID: string;
1044
1031
  businessTeamID: string;
@@ -1091,20 +1078,9 @@ export type TenantTeamContactEnrollmentUpdateDto = {
1091
1078
  contactID?: string | null;
1092
1079
  };
1093
1080
 
1094
- export type TenantTeamCreateDtoReadable = {
1095
- readonly id?: string;
1096
- readonly timestamp?: string;
1097
- businessID: string;
1098
- businessProfileRecordID?: string | null;
1099
- name?: string | null;
1100
- description?: string | null;
1101
- avatarURL?: string | null;
1102
- isPublic?: boolean;
1103
- businessUnitID?: string | null;
1104
- organizationProfileID?: string | null;
1105
- };
1106
-
1107
- export type TenantTeamCreateDtoWritable = {
1081
+ export type TenantTeamCreateDto = {
1082
+ id?: string;
1083
+ timestamp?: string;
1108
1084
  businessID: string;
1109
1085
  businessProfileRecordID?: string | null;
1110
1086
  name?: string | null;
@@ -1158,16 +1134,9 @@ export type TenantTeamDtoListEnvelopeWritable = {
1158
1134
  result?: Array<TenantTeamDto> | null;
1159
1135
  };
1160
1136
 
1161
- export type TenantTeamEmployeeEnrollmentCreateDtoReadable = {
1162
- readonly id?: string;
1163
- readonly timestamp?: string;
1164
- businessID: string;
1165
- businessProfileRecordID: string;
1166
- businessTeamID: string;
1167
- employeeProfileID: string;
1168
- };
1169
-
1170
- export type TenantTeamEmployeeEnrollmentCreateDtoWritable = {
1137
+ export type TenantTeamEmployeeEnrollmentCreateDto = {
1138
+ id?: string;
1139
+ timestamp?: string;
1171
1140
  businessID: string;
1172
1141
  businessProfileRecordID: string;
1173
1142
  businessTeamID: string;
@@ -1220,16 +1189,9 @@ export type TenantTeamEmployeeEnrollmentUpdateDto = {
1220
1189
  employeeProfileID?: string | null;
1221
1190
  };
1222
1191
 
1223
- export type TenantTeamProjectEnrollmentCreateDtoReadable = {
1224
- readonly id?: string;
1225
- readonly timestamp?: string;
1226
- businessID: string;
1227
- businessProfileRecordID: string;
1228
- businessTeamID: string;
1229
- projectID: string;
1230
- };
1231
-
1232
- export type TenantTeamProjectEnrollmentCreateDtoWritable = {
1192
+ export type TenantTeamProjectEnrollmentCreateDto = {
1193
+ id?: string;
1194
+ timestamp?: string;
1233
1195
  businessID: string;
1234
1196
  businessProfileRecordID: string;
1235
1197
  businessTeamID: string;
@@ -1282,15 +1244,9 @@ export type TenantTeamProjectEnrollmentUpdateDto = {
1282
1244
  projectID?: string | null;
1283
1245
  };
1284
1246
 
1285
- export type TenantTeamRecordCreateDtoReadable = {
1286
- readonly id?: string;
1287
- readonly timestamp?: string;
1288
- businessID: string;
1289
- businessProfileRecordID: string;
1290
- businessTeamID: string;
1291
- };
1292
-
1293
- export type TenantTeamRecordCreateDtoWritable = {
1247
+ export type TenantTeamRecordCreateDto = {
1248
+ id?: string;
1249
+ timestamp?: string;
1294
1250
  businessID: string;
1295
1251
  businessProfileRecordID: string;
1296
1252
  businessTeamID: string;
@@ -1353,17 +1309,9 @@ export type TenantTeamUpdateDto = {
1353
1309
  organizationProfileID?: string | null;
1354
1310
  };
1355
1311
 
1356
- export type TenantTerritoryCreateDtoReadable = {
1357
- readonly id?: string;
1358
- readonly timestamp?: string;
1359
- businessID?: string | null;
1360
- businessProfileRecordID?: string | null;
1361
- name?: string | null;
1362
- description?: string | null;
1363
- parentTerritoryID?: string | null;
1364
- };
1365
-
1366
- export type TenantTerritoryCreateDtoWritable = {
1312
+ export type TenantTerritoryCreateDto = {
1313
+ id?: string;
1314
+ timestamp?: string;
1367
1315
  businessID?: string | null;
1368
1316
  businessProfileRecordID?: string | null;
1369
1317
  name?: string | null;
@@ -1416,14 +1364,9 @@ export type TenantTerritoryUpdateDto = {
1416
1364
  description?: string | null;
1417
1365
  };
1418
1366
 
1419
- export type TenantTypeCreateDtoReadable = {
1420
- readonly id?: string;
1421
- readonly timestamp?: string;
1422
- name?: string | null;
1423
- description?: string | null;
1424
- };
1425
-
1426
- export type TenantTypeCreateDtoWritable = {
1367
+ export type TenantTypeCreateDto = {
1368
+ id?: string;
1369
+ timestamp?: string;
1427
1370
  name?: string | null;
1428
1371
  description?: string | null;
1429
1372
  };
@@ -1470,21 +1413,9 @@ export type TenantTypeUpdateDto = {
1470
1413
  description?: string | null;
1471
1414
  };
1472
1415
 
1473
- export type TenantUnitCreateDtoReadable = {
1474
- readonly id?: string;
1475
- readonly timestamp?: string;
1476
- businessID?: string | null;
1477
- businessProfileRecordID?: string | null;
1478
- name?: string | null;
1479
- description?: string | null;
1480
- disabled?: boolean;
1481
- businessUnitQualifiedName?: string | null;
1482
- countryID?: string | null;
1483
- organizationProfileID?: string | null;
1484
- parentBusinessUnitID?: string | null;
1485
- };
1486
-
1487
- export type TenantUnitCreateDtoWritable = {
1416
+ export type TenantUnitCreateDto = {
1417
+ id?: string;
1418
+ timestamp?: string;
1488
1419
  businessID?: string | null;
1489
1420
  businessProfileRecordID?: string | null;
1490
1421
  name?: string | null;
@@ -1595,15 +1526,9 @@ export type TwoFactorResponse = {
1595
1526
  isMachineRemembered: boolean;
1596
1527
  };
1597
1528
 
1598
- export type UnitCreateDtoReadable = {
1599
- readonly id?: string;
1600
- readonly timestamp?: string;
1601
- name: string;
1602
- baseUnitAmount?: number;
1603
- baseUnitId?: string | null;
1604
- };
1605
-
1606
- export type UnitCreateDtoWritable = {
1529
+ export type UnitCreateDto = {
1530
+ id?: string;
1531
+ timestamp?: string;
1607
1532
  name: string;
1608
1533
  baseUnitAmount?: number;
1609
1534
  baseUnitId?: string | null;
@@ -1650,14 +1575,9 @@ export type UnitDtoListEnvelopeWritable = {
1650
1575
  result?: Array<UnitDto> | null;
1651
1576
  };
1652
1577
 
1653
- export type UnitGroupCreateDtoReadable = {
1654
- readonly id?: string;
1655
- readonly timestamp?: string;
1656
- name: string;
1657
- description?: string | null;
1658
- };
1659
-
1660
- export type UnitGroupCreateDtoWritable = {
1578
+ export type UnitGroupCreateDto = {
1579
+ id?: string;
1580
+ timestamp?: string;
1661
1581
  name: string;
1662
1582
  description?: string | null;
1663
1583
  };
@@ -1926,7 +1846,7 @@ export type GetTenantDepartmentsResponses = {
1926
1846
  export type GetTenantDepartmentsResponse = GetTenantDepartmentsResponses[keyof GetTenantDepartmentsResponses];
1927
1847
 
1928
1848
  export type CreateTenantDepartmentData = {
1929
- body?: TenantDepartmentCreateDtoWritable;
1849
+ body?: TenantDepartmentCreateDto;
1930
1850
  headers?: {
1931
1851
  'x-api-version'?: string;
1932
1852
  };
@@ -2142,7 +2062,7 @@ export type GetTenantEmployeeEnrollmentsResponses = {
2142
2062
  export type GetTenantEmployeeEnrollmentsResponse = GetTenantEmployeeEnrollmentsResponses[keyof GetTenantEmployeeEnrollmentsResponses];
2143
2063
 
2144
2064
  export type CreateTenantEmployeeEnrollmentData = {
2145
- body?: TenantTeamEmployeeEnrollmentCreateDtoWritable;
2065
+ body?: TenantTeamEmployeeEnrollmentCreateDto;
2146
2066
  headers?: {
2147
2067
  'x-api-version'?: string;
2148
2068
  };
@@ -2358,7 +2278,7 @@ export type GetTenantEnrollmentsResponses = {
2358
2278
  export type GetTenantEnrollmentsResponse = GetTenantEnrollmentsResponses[keyof GetTenantEnrollmentsResponses];
2359
2279
 
2360
2280
  export type CreateTenantEnrollmentData = {
2361
- body?: TenantEnrollmentCreateDtoWritable;
2281
+ body?: TenantEnrollmentCreateDto;
2362
2282
  headers?: {
2363
2283
  'x-api-version'?: string;
2364
2284
  };
@@ -2910,7 +2830,7 @@ export type GetTenantIndustriesResponses = {
2910
2830
  export type GetTenantIndustriesResponse = GetTenantIndustriesResponses[keyof GetTenantIndustriesResponses];
2911
2831
 
2912
2832
  export type CreateTenantIndustryData = {
2913
- body?: TenantIndustryCreateDtoWritable;
2833
+ body?: TenantIndustryCreateDto;
2914
2834
  headers?: {
2915
2835
  'x-api-version'?: string;
2916
2836
  };
@@ -3126,7 +3046,7 @@ export type GetTenantInvitationsResponses = {
3126
3046
  export type GetTenantInvitationsResponse = GetTenantInvitationsResponses[keyof GetTenantInvitationsResponses];
3127
3047
 
3128
3048
  export type SendTenantInvitationData = {
3129
- body?: TenantInvitationCreateDtoWritable;
3049
+ body?: TenantInvitationCreateDto;
3130
3050
  headers?: {
3131
3051
  'x-api-version'?: string;
3132
3052
  };
@@ -3341,6 +3261,302 @@ export type DeclineTenantInvitationResponses = {
3341
3261
 
3342
3262
  export type DeclineTenantInvitationResponse = DeclineTenantInvitationResponses[keyof DeclineTenantInvitationResponses];
3343
3263
 
3264
+ export type GetTenantOptionsData = {
3265
+ body?: never;
3266
+ headers?: {
3267
+ 'x-api-version'?: string;
3268
+ };
3269
+ path?: never;
3270
+ query: {
3271
+ tenantId: string;
3272
+ portalId?: string;
3273
+ 'api-version'?: string;
3274
+ };
3275
+ url: '/api/v2/TenantsService/Options';
3276
+ };
3277
+
3278
+ export type GetTenantOptionsErrors = {
3279
+ /**
3280
+ * Unauthorized
3281
+ */
3282
+ 401: ErrorEnvelopeReadable;
3283
+ /**
3284
+ * Forbidden
3285
+ */
3286
+ 403: ErrorEnvelopeReadable;
3287
+ };
3288
+
3289
+ export type GetTenantOptionsError = GetTenantOptionsErrors[keyof GetTenantOptionsErrors];
3290
+
3291
+ export type GetTenantOptionsResponses = {
3292
+ /**
3293
+ * OK
3294
+ */
3295
+ 200: OptionDtoListEnvelopeReadable;
3296
+ };
3297
+
3298
+ export type GetTenantOptionsResponse = GetTenantOptionsResponses[keyof GetTenantOptionsResponses];
3299
+
3300
+ export type CreateTenantOptionData = {
3301
+ body?: OptionCreateDto;
3302
+ headers?: {
3303
+ 'x-api-version'?: string;
3304
+ };
3305
+ path?: never;
3306
+ query: {
3307
+ tenantId: string;
3308
+ key: string;
3309
+ portalId?: string;
3310
+ 'api-version'?: string;
3311
+ };
3312
+ url: '/api/v2/TenantsService/Options';
3313
+ };
3314
+
3315
+ export type CreateTenantOptionErrors = {
3316
+ /**
3317
+ * Unauthorized
3318
+ */
3319
+ 401: ErrorEnvelopeReadable;
3320
+ /**
3321
+ * Forbidden
3322
+ */
3323
+ 403: ErrorEnvelopeReadable;
3324
+ };
3325
+
3326
+ export type CreateTenantOptionError = CreateTenantOptionErrors[keyof CreateTenantOptionErrors];
3327
+
3328
+ export type CreateTenantOptionResponses = {
3329
+ /**
3330
+ * Created
3331
+ */
3332
+ 201: EmptyEnvelopeReadable;
3333
+ };
3334
+
3335
+ export type CreateTenantOptionResponse = CreateTenantOptionResponses[keyof CreateTenantOptionResponses];
3336
+
3337
+ export type GetTenantOptionsCountData = {
3338
+ body?: never;
3339
+ headers?: {
3340
+ 'x-api-version'?: string;
3341
+ };
3342
+ path?: never;
3343
+ query: {
3344
+ tenantId: string;
3345
+ portalId?: string;
3346
+ 'api-version'?: string;
3347
+ };
3348
+ url: '/api/v2/TenantsService/Options/Count';
3349
+ };
3350
+
3351
+ export type GetTenantOptionsCountErrors = {
3352
+ /**
3353
+ * Unauthorized
3354
+ */
3355
+ 401: ErrorEnvelopeReadable;
3356
+ /**
3357
+ * Forbidden
3358
+ */
3359
+ 403: ErrorEnvelopeReadable;
3360
+ };
3361
+
3362
+ export type GetTenantOptionsCountError = GetTenantOptionsCountErrors[keyof GetTenantOptionsCountErrors];
3363
+
3364
+ export type GetTenantOptionsCountResponses = {
3365
+ /**
3366
+ * OK
3367
+ */
3368
+ 200: Int32EnvelopeReadable;
3369
+ };
3370
+
3371
+ export type GetTenantOptionsCountResponse = GetTenantOptionsCountResponses[keyof GetTenantOptionsCountResponses];
3372
+
3373
+ export type DeleteTenantOptionData = {
3374
+ body?: never;
3375
+ headers?: {
3376
+ 'x-api-version'?: string;
3377
+ };
3378
+ path: {
3379
+ optionId: string;
3380
+ };
3381
+ query: {
3382
+ tenantId: string;
3383
+ 'api-version'?: string;
3384
+ };
3385
+ url: '/api/v2/TenantsService/Options/{optionId}';
3386
+ };
3387
+
3388
+ export type DeleteTenantOptionErrors = {
3389
+ /**
3390
+ * Unauthorized
3391
+ */
3392
+ 401: ErrorEnvelopeReadable;
3393
+ /**
3394
+ * Forbidden
3395
+ */
3396
+ 403: ErrorEnvelopeReadable;
3397
+ };
3398
+
3399
+ export type DeleteTenantOptionError = DeleteTenantOptionErrors[keyof DeleteTenantOptionErrors];
3400
+
3401
+ export type DeleteTenantOptionResponses = {
3402
+ /**
3403
+ * OK
3404
+ */
3405
+ 200: EmptyEnvelopeReadable;
3406
+ };
3407
+
3408
+ export type DeleteTenantOptionResponse = DeleteTenantOptionResponses[keyof DeleteTenantOptionResponses];
3409
+
3410
+ export type GetTenantOptionByIdData = {
3411
+ body?: never;
3412
+ headers?: {
3413
+ 'x-api-version'?: string;
3414
+ };
3415
+ path: {
3416
+ optionId: string;
3417
+ };
3418
+ query: {
3419
+ tenantId: string;
3420
+ 'api-version'?: string;
3421
+ };
3422
+ url: '/api/v2/TenantsService/Options/{optionId}';
3423
+ };
3424
+
3425
+ export type GetTenantOptionByIdErrors = {
3426
+ /**
3427
+ * Unauthorized
3428
+ */
3429
+ 401: ErrorEnvelopeReadable;
3430
+ /**
3431
+ * Forbidden
3432
+ */
3433
+ 403: ErrorEnvelopeReadable;
3434
+ };
3435
+
3436
+ export type GetTenantOptionByIdError = GetTenantOptionByIdErrors[keyof GetTenantOptionByIdErrors];
3437
+
3438
+ export type GetTenantOptionByIdResponses = {
3439
+ /**
3440
+ * OK
3441
+ */
3442
+ 200: OptionDtoEnvelopeReadable;
3443
+ };
3444
+
3445
+ export type GetTenantOptionByIdResponse = GetTenantOptionByIdResponses[keyof GetTenantOptionByIdResponses];
3446
+
3447
+ export type UpdateTenantOptionData = {
3448
+ body?: OptionUpdateDto;
3449
+ headers?: {
3450
+ 'x-api-version'?: string;
3451
+ };
3452
+ path: {
3453
+ optionId: string;
3454
+ };
3455
+ query: {
3456
+ tenantId: string;
3457
+ 'api-version'?: string;
3458
+ };
3459
+ url: '/api/v2/TenantsService/Options/{optionId}';
3460
+ };
3461
+
3462
+ export type UpdateTenantOptionErrors = {
3463
+ /**
3464
+ * Unauthorized
3465
+ */
3466
+ 401: ErrorEnvelopeReadable;
3467
+ /**
3468
+ * Forbidden
3469
+ */
3470
+ 403: ErrorEnvelopeReadable;
3471
+ };
3472
+
3473
+ export type UpdateTenantOptionError = UpdateTenantOptionErrors[keyof UpdateTenantOptionErrors];
3474
+
3475
+ export type UpdateTenantOptionResponses = {
3476
+ /**
3477
+ * OK
3478
+ */
3479
+ 200: EmptyEnvelopeReadable;
3480
+ };
3481
+
3482
+ export type UpdateTenantOptionResponse = UpdateTenantOptionResponses[keyof UpdateTenantOptionResponses];
3483
+
3484
+ export type GetTenantOptionByKeyData = {
3485
+ body?: never;
3486
+ headers?: {
3487
+ 'x-api-version'?: string;
3488
+ };
3489
+ path: {
3490
+ key: string;
3491
+ };
3492
+ query: {
3493
+ tenantId: string;
3494
+ portalId?: string;
3495
+ 'api-version'?: string;
3496
+ };
3497
+ url: '/api/v2/TenantsService/Options/Key/{key}';
3498
+ };
3499
+
3500
+ export type GetTenantOptionByKeyErrors = {
3501
+ /**
3502
+ * Unauthorized
3503
+ */
3504
+ 401: ErrorEnvelopeReadable;
3505
+ /**
3506
+ * Forbidden
3507
+ */
3508
+ 403: ErrorEnvelopeReadable;
3509
+ };
3510
+
3511
+ export type GetTenantOptionByKeyError = GetTenantOptionByKeyErrors[keyof GetTenantOptionByKeyErrors];
3512
+
3513
+ export type GetTenantOptionByKeyResponses = {
3514
+ /**
3515
+ * OK
3516
+ */
3517
+ 200: OptionDtoEnvelopeReadable;
3518
+ };
3519
+
3520
+ export type GetTenantOptionByKeyResponse = GetTenantOptionByKeyResponses[keyof GetTenantOptionByKeyResponses];
3521
+
3522
+ export type UpsertTenantOptionData = {
3523
+ body?: OptionUpdateDto;
3524
+ headers?: {
3525
+ 'x-api-version'?: string;
3526
+ };
3527
+ path: {
3528
+ key: string;
3529
+ };
3530
+ query: {
3531
+ tenantId: string;
3532
+ portalId?: string;
3533
+ 'api-version'?: string;
3534
+ };
3535
+ url: '/api/v2/TenantsService/Options/Upsert/{key}';
3536
+ };
3537
+
3538
+ export type UpsertTenantOptionErrors = {
3539
+ /**
3540
+ * Unauthorized
3541
+ */
3542
+ 401: ErrorEnvelopeReadable;
3543
+ /**
3544
+ * Forbidden
3545
+ */
3546
+ 403: ErrorEnvelopeReadable;
3547
+ };
3548
+
3549
+ export type UpsertTenantOptionError = UpsertTenantOptionErrors[keyof UpsertTenantOptionErrors];
3550
+
3551
+ export type UpsertTenantOptionResponses = {
3552
+ /**
3553
+ * OK
3554
+ */
3555
+ 200: EmptyEnvelopeReadable;
3556
+ };
3557
+
3558
+ export type UpsertTenantOptionResponse = UpsertTenantOptionResponses[keyof UpsertTenantOptionResponses];
3559
+
3344
3560
  export type GetTenantPositionsData = {
3345
3561
  body?: never;
3346
3562
  headers?: {
@@ -3377,7 +3593,7 @@ export type GetTenantPositionsResponses = {
3377
3593
  export type GetTenantPositionsResponse = GetTenantPositionsResponses[keyof GetTenantPositionsResponses];
3378
3594
 
3379
3595
  export type CreateTenantPositionData = {
3380
- body?: TenantPositionCreateDtoWritable;
3596
+ body?: TenantPositionCreateDto;
3381
3597
  headers?: {
3382
3598
  'x-api-version'?: string;
3383
3599
  };
@@ -3593,7 +3809,7 @@ export type GetTenantSegmentsResponses = {
3593
3809
  export type GetTenantSegmentsResponse = GetTenantSegmentsResponses[keyof GetTenantSegmentsResponses];
3594
3810
 
3595
3811
  export type CreateTenantSegmentData = {
3596
- body?: TenantSegmentCreateDtoWritable;
3812
+ body?: TenantSegmentCreateDto;
3597
3813
  headers?: {
3598
3814
  'x-api-version'?: string;
3599
3815
  };
@@ -3809,7 +4025,7 @@ export type GetTenantSizesResponses = {
3809
4025
  export type GetTenantSizesResponse = GetTenantSizesResponses[keyof GetTenantSizesResponses];
3810
4026
 
3811
4027
  export type CreateTenantSizeData = {
3812
- body?: TenantSizeCreateDtoWritable;
4028
+ body?: TenantSizeCreateDto;
3813
4029
  headers?: {
3814
4030
  'x-api-version'?: string;
3815
4031
  };
@@ -4025,7 +4241,7 @@ export type GetTenantTeamContactEnrollmentsResponses = {
4025
4241
  export type GetTenantTeamContactEnrollmentsResponse = GetTenantTeamContactEnrollmentsResponses[keyof GetTenantTeamContactEnrollmentsResponses];
4026
4242
 
4027
4243
  export type CreateTenantTeamContactEnrollmentData = {
4028
- body?: TenantTeamContactEnrollmentCreateDtoWritable;
4244
+ body?: TenantTeamContactEnrollmentCreateDto;
4029
4245
  headers?: {
4030
4246
  'x-api-version'?: string;
4031
4247
  };
@@ -4241,7 +4457,7 @@ export type GetTenantTeamProjectEnrollmentsResponses = {
4241
4457
  export type GetTenantTeamProjectEnrollmentsResponse = GetTenantTeamProjectEnrollmentsResponses[keyof GetTenantTeamProjectEnrollmentsResponses];
4242
4458
 
4243
4459
  export type CreateTenantTeamProjectEnrollmentData = {
4244
- body?: TenantTeamProjectEnrollmentCreateDtoWritable;
4460
+ body?: TenantTeamProjectEnrollmentCreateDto;
4245
4461
  headers?: {
4246
4462
  'x-api-version'?: string;
4247
4463
  };
@@ -4457,7 +4673,7 @@ export type GetTenantTeamRecordsResponses = {
4457
4673
  export type GetTenantTeamRecordsResponse = GetTenantTeamRecordsResponses[keyof GetTenantTeamRecordsResponses];
4458
4674
 
4459
4675
  export type CreateTenantTeamRecordData = {
4460
- body?: TenantTeamRecordCreateDtoWritable;
4676
+ body?: TenantTeamRecordCreateDto;
4461
4677
  headers?: {
4462
4678
  'x-api-version'?: string;
4463
4679
  };
@@ -4673,7 +4889,7 @@ export type GetTenantTeamsResponses = {
4673
4889
  export type GetTenantTeamsResponse = GetTenantTeamsResponses[keyof GetTenantTeamsResponses];
4674
4890
 
4675
4891
  export type CreateTenantTeamData = {
4676
- body?: TenantTeamCreateDtoWritable;
4892
+ body?: TenantTeamCreateDto;
4677
4893
  headers?: {
4678
4894
  'x-api-version'?: string;
4679
4895
  };
@@ -5431,7 +5647,7 @@ export type GetEnrollmentPermissionsAsyncResponses = {
5431
5647
 
5432
5648
  export type GetEnrollmentPermissionsAsyncResponse = GetEnrollmentPermissionsAsyncResponses[keyof GetEnrollmentPermissionsAsyncResponses];
5433
5649
 
5434
- export type GetEnrollmentPermissionsAsync2Data = {
5650
+ export type ValidateEnrollmentPermissionsAsyncData = {
5435
5651
  body?: never;
5436
5652
  headers?: {
5437
5653
  'x-api-version'?: string;
@@ -5445,10 +5661,10 @@ export type GetEnrollmentPermissionsAsync2Data = {
5445
5661
  permissions?: Array<string>;
5446
5662
  'api-version'?: string;
5447
5663
  };
5448
- url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentID}/Permissions/Validate';
5664
+ url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Permissions/Validate';
5449
5665
  };
5450
5666
 
5451
- export type GetEnrollmentPermissionsAsync2Errors = {
5667
+ export type ValidateEnrollmentPermissionsAsyncErrors = {
5452
5668
  /**
5453
5669
  * Unauthorized
5454
5670
  */
@@ -5459,16 +5675,16 @@ export type GetEnrollmentPermissionsAsync2Errors = {
5459
5675
  403: ErrorEnvelopeReadable;
5460
5676
  };
5461
5677
 
5462
- export type GetEnrollmentPermissionsAsync2Error = GetEnrollmentPermissionsAsync2Errors[keyof GetEnrollmentPermissionsAsync2Errors];
5678
+ export type ValidateEnrollmentPermissionsAsyncError = ValidateEnrollmentPermissionsAsyncErrors[keyof ValidateEnrollmentPermissionsAsyncErrors];
5463
5679
 
5464
- export type GetEnrollmentPermissionsAsync2Responses = {
5680
+ export type ValidateEnrollmentPermissionsAsyncResponses = {
5465
5681
  /**
5466
5682
  * OK
5467
5683
  */
5468
5684
  200: BooleanEnvelopeReadable;
5469
5685
  };
5470
5686
 
5471
- export type GetEnrollmentPermissionsAsync2Response = GetEnrollmentPermissionsAsync2Responses[keyof GetEnrollmentPermissionsAsync2Responses];
5687
+ export type ValidateEnrollmentPermissionsAsyncResponse = ValidateEnrollmentPermissionsAsyncResponses[keyof ValidateEnrollmentPermissionsAsyncResponses];
5472
5688
 
5473
5689
  export type GetTenantInvitationsAsyncData = {
5474
5690
  body?: never;
@@ -5662,7 +5878,7 @@ export type GetEnrollmentLicensesAsyncData = {
5662
5878
  query?: {
5663
5879
  'api-version'?: string;
5664
5880
  };
5665
- url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentId}/Licenses';
5881
+ url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Licenses';
5666
5882
  };
5667
5883
 
5668
5884
  export type GetEnrollmentLicensesAsyncErrors = {
@@ -5700,7 +5916,7 @@ export type RevokeLicenseAsyncData = {
5700
5916
  query?: {
5701
5917
  'api-version'?: string;
5702
5918
  };
5703
- url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentId}/Licenses/{licenseId}';
5919
+ url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Licenses/{licenseId}';
5704
5920
  };
5705
5921
 
5706
5922
  export type RevokeLicenseAsyncErrors = {
@@ -5725,7 +5941,7 @@ export type RevokeLicenseAsyncResponses = {
5725
5941
 
5726
5942
  export type RevokeLicenseAsyncResponse = RevokeLicenseAsyncResponses[keyof RevokeLicenseAsyncResponses];
5727
5943
 
5728
- export type GetEnrollmentLicensesAsync2Data = {
5944
+ export type GetEnrollmentLicenseByIdAsyncData = {
5729
5945
  body?: never;
5730
5946
  headers?: {
5731
5947
  'x-api-version'?: string;
@@ -5738,10 +5954,10 @@ export type GetEnrollmentLicensesAsync2Data = {
5738
5954
  query?: {
5739
5955
  'api-version'?: string;
5740
5956
  };
5741
- url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentId}/Licenses/{licenseId}';
5957
+ url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Licenses/{licenseId}';
5742
5958
  };
5743
5959
 
5744
- export type GetEnrollmentLicensesAsync2Errors = {
5960
+ export type GetEnrollmentLicenseByIdAsyncErrors = {
5745
5961
  /**
5746
5962
  * Unauthorized
5747
5963
  */
@@ -5752,16 +5968,16 @@ export type GetEnrollmentLicensesAsync2Errors = {
5752
5968
  403: ErrorEnvelopeReadable;
5753
5969
  };
5754
5970
 
5755
- export type GetEnrollmentLicensesAsync2Error = GetEnrollmentLicensesAsync2Errors[keyof GetEnrollmentLicensesAsync2Errors];
5971
+ export type GetEnrollmentLicenseByIdAsyncError = GetEnrollmentLicenseByIdAsyncErrors[keyof GetEnrollmentLicenseByIdAsyncErrors];
5756
5972
 
5757
- export type GetEnrollmentLicensesAsync2Responses = {
5973
+ export type GetEnrollmentLicenseByIdAsyncResponses = {
5758
5974
  /**
5759
5975
  * OK
5760
5976
  */
5761
5977
  200: SuiteLicenseDtoListEnvelopeReadable;
5762
5978
  };
5763
5979
 
5764
- export type GetEnrollmentLicensesAsync2Response = GetEnrollmentLicensesAsync2Responses[keyof GetEnrollmentLicensesAsync2Responses];
5980
+ export type GetEnrollmentLicenseByIdAsyncResponse = GetEnrollmentLicenseByIdAsyncResponses[keyof GetEnrollmentLicenseByIdAsyncResponses];
5765
5981
 
5766
5982
  export type AssignLicenseAsyncData = {
5767
5983
  body?: never;
@@ -5776,7 +5992,7 @@ export type AssignLicenseAsyncData = {
5776
5992
  query?: {
5777
5993
  'api-version'?: string;
5778
5994
  };
5779
- url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentId}/Licenses/{licenseId}';
5995
+ url: '/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Licenses/{licenseId}';
5780
5996
  };
5781
5997
 
5782
5998
  export type AssignLicenseAsyncErrors = {
@@ -5904,7 +6120,7 @@ export type DeleteTenantAsyncResponses = {
5904
6120
  export type DeleteTenantAsyncResponse = DeleteTenantAsyncResponses[keyof DeleteTenantAsyncResponses];
5905
6121
 
5906
6122
  export type CreateTenantAsyncData = {
5907
- body?: TenantCreateDtoWritable;
6123
+ body?: TenantCreateDto;
5908
6124
  headers?: {
5909
6125
  'x-api-version'?: string;
5910
6126
  };
@@ -5973,42 +6189,6 @@ export type SelectTenantAsyncResponses = {
5973
6189
 
5974
6190
  export type SelectTenantAsyncResponse = SelectTenantAsyncResponses[keyof SelectTenantAsyncResponses];
5975
6191
 
5976
- export type SelectTenantAsync2Data = {
5977
- body?: never;
5978
- headers?: {
5979
- 'x-api-version'?: string;
5980
- };
5981
- path: {
5982
- tenantId: string;
5983
- };
5984
- query?: {
5985
- 'api-version'?: string;
5986
- };
5987
- url: '/api/v2/TenantsService/Tenants/{tenantId}/Select';
5988
- };
5989
-
5990
- export type SelectTenantAsync2Errors = {
5991
- /**
5992
- * Unauthorized
5993
- */
5994
- 401: ErrorEnvelopeReadable;
5995
- /**
5996
- * Forbidden
5997
- */
5998
- 403: ErrorEnvelopeReadable;
5999
- };
6000
-
6001
- export type SelectTenantAsync2Error = SelectTenantAsync2Errors[keyof SelectTenantAsync2Errors];
6002
-
6003
- export type SelectTenantAsync2Responses = {
6004
- /**
6005
- * OK
6006
- */
6007
- 200: EmptyEnvelopeReadable;
6008
- };
6009
-
6010
- export type SelectTenantAsync2Response = SelectTenantAsync2Responses[keyof SelectTenantAsync2Responses];
6011
-
6012
6192
  export type DeSelectTenantAsyncData = {
6013
6193
  body?: never;
6014
6194
  headers?: {
@@ -6043,40 +6223,6 @@ export type DeSelectTenantAsyncResponses = {
6043
6223
 
6044
6224
  export type DeSelectTenantAsyncResponse = DeSelectTenantAsyncResponses[keyof DeSelectTenantAsyncResponses];
6045
6225
 
6046
- export type DeSelectTenantAsync2Data = {
6047
- body?: never;
6048
- headers?: {
6049
- 'x-api-version'?: string;
6050
- };
6051
- path?: never;
6052
- query?: {
6053
- 'api-version'?: string;
6054
- };
6055
- url: '/api/v2/TenantsService/Tenants/Deselect';
6056
- };
6057
-
6058
- export type DeSelectTenantAsync2Errors = {
6059
- /**
6060
- * Unauthorized
6061
- */
6062
- 401: ErrorEnvelopeReadable;
6063
- /**
6064
- * Forbidden
6065
- */
6066
- 403: ErrorEnvelopeReadable;
6067
- };
6068
-
6069
- export type DeSelectTenantAsync2Error = DeSelectTenantAsync2Errors[keyof DeSelectTenantAsync2Errors];
6070
-
6071
- export type DeSelectTenantAsync2Responses = {
6072
- /**
6073
- * OK
6074
- */
6075
- 200: EmptyEnvelopeReadable;
6076
- };
6077
-
6078
- export type DeSelectTenantAsync2Response = DeSelectTenantAsync2Responses[keyof DeSelectTenantAsync2Responses];
6079
-
6080
6226
  export type GetTenantWebPortalsAsyncData = {
6081
6227
  body?: never;
6082
6228
  headers?: {
@@ -6221,7 +6367,7 @@ export type GetTenantTerritoriesResponses = {
6221
6367
  export type GetTenantTerritoriesResponse = GetTenantTerritoriesResponses[keyof GetTenantTerritoriesResponses];
6222
6368
 
6223
6369
  export type CreateTenantTerritoryData = {
6224
- body?: TenantTerritoryCreateDtoWritable;
6370
+ body?: TenantTerritoryCreateDto;
6225
6371
  headers?: {
6226
6372
  'x-api-version'?: string;
6227
6373
  };
@@ -6437,7 +6583,7 @@ export type GetTenantTypesResponses = {
6437
6583
  export type GetTenantTypesResponse = GetTenantTypesResponses[keyof GetTenantTypesResponses];
6438
6584
 
6439
6585
  export type CreateTenantTypeData = {
6440
- body?: TenantTypeCreateDtoWritable;
6586
+ body?: TenantTypeCreateDto;
6441
6587
  headers?: {
6442
6588
  'x-api-version'?: string;
6443
6589
  };
@@ -6617,7 +6763,7 @@ export type UpdateTenantTypeResponses = {
6617
6763
 
6618
6764
  export type UpdateTenantTypeResponse = UpdateTenantTypeResponses[keyof UpdateTenantTypeResponses];
6619
6765
 
6620
- export type GetApiV2TenantsServiceUnitGroupsData = {
6766
+ export type GetUnitGroupsAsyncData = {
6621
6767
  body?: never;
6622
6768
  headers?: {
6623
6769
  'x-api-version'?: string;
@@ -6630,7 +6776,7 @@ export type GetApiV2TenantsServiceUnitGroupsData = {
6630
6776
  url: '/api/v2/TenantsService/UnitGroups';
6631
6777
  };
6632
6778
 
6633
- export type GetApiV2TenantsServiceUnitGroupsErrors = {
6779
+ export type GetUnitGroupsAsyncErrors = {
6634
6780
  /**
6635
6781
  * Unauthorized
6636
6782
  */
@@ -6641,19 +6787,19 @@ export type GetApiV2TenantsServiceUnitGroupsErrors = {
6641
6787
  403: ErrorEnvelopeReadable;
6642
6788
  };
6643
6789
 
6644
- export type GetApiV2TenantsServiceUnitGroupsError = GetApiV2TenantsServiceUnitGroupsErrors[keyof GetApiV2TenantsServiceUnitGroupsErrors];
6790
+ export type GetUnitGroupsAsyncError = GetUnitGroupsAsyncErrors[keyof GetUnitGroupsAsyncErrors];
6645
6791
 
6646
- export type GetApiV2TenantsServiceUnitGroupsResponses = {
6792
+ export type GetUnitGroupsAsyncResponses = {
6647
6793
  /**
6648
6794
  * OK
6649
6795
  */
6650
6796
  200: UnitGroupDtoListEnvelopeReadable;
6651
6797
  };
6652
6798
 
6653
- export type GetApiV2TenantsServiceUnitGroupsResponse = GetApiV2TenantsServiceUnitGroupsResponses[keyof GetApiV2TenantsServiceUnitGroupsResponses];
6799
+ export type GetUnitGroupsAsyncResponse = GetUnitGroupsAsyncResponses[keyof GetUnitGroupsAsyncResponses];
6654
6800
 
6655
- export type PostApiV2TenantsServiceUnitGroupsData = {
6656
- body?: UnitGroupCreateDtoWritable;
6801
+ export type CreateUnitGroupAsyncData = {
6802
+ body?: UnitGroupCreateDto;
6657
6803
  headers?: {
6658
6804
  'x-api-version'?: string;
6659
6805
  };
@@ -6665,7 +6811,7 @@ export type PostApiV2TenantsServiceUnitGroupsData = {
6665
6811
  url: '/api/v2/TenantsService/UnitGroups';
6666
6812
  };
6667
6813
 
6668
- export type PostApiV2TenantsServiceUnitGroupsErrors = {
6814
+ export type CreateUnitGroupAsyncErrors = {
6669
6815
  /**
6670
6816
  * Unauthorized
6671
6817
  */
@@ -6676,18 +6822,18 @@ export type PostApiV2TenantsServiceUnitGroupsErrors = {
6676
6822
  403: ErrorEnvelopeReadable;
6677
6823
  };
6678
6824
 
6679
- export type PostApiV2TenantsServiceUnitGroupsError = PostApiV2TenantsServiceUnitGroupsErrors[keyof PostApiV2TenantsServiceUnitGroupsErrors];
6825
+ export type CreateUnitGroupAsyncError = CreateUnitGroupAsyncErrors[keyof CreateUnitGroupAsyncErrors];
6680
6826
 
6681
- export type PostApiV2TenantsServiceUnitGroupsResponses = {
6827
+ export type CreateUnitGroupAsyncResponses = {
6682
6828
  /**
6683
6829
  * OK
6684
6830
  */
6685
6831
  200: EmptyEnvelopeReadable;
6686
6832
  };
6687
6833
 
6688
- export type PostApiV2TenantsServiceUnitGroupsResponse = PostApiV2TenantsServiceUnitGroupsResponses[keyof PostApiV2TenantsServiceUnitGroupsResponses];
6834
+ export type CreateUnitGroupAsyncResponse = CreateUnitGroupAsyncResponses[keyof CreateUnitGroupAsyncResponses];
6689
6835
 
6690
- export type GetApiV2TenantsServiceUnitGroupsCountData = {
6836
+ export type GetUnitGroupsCountAsyncData = {
6691
6837
  body?: never;
6692
6838
  headers?: {
6693
6839
  'x-api-version'?: string;
@@ -6700,7 +6846,7 @@ export type GetApiV2TenantsServiceUnitGroupsCountData = {
6700
6846
  url: '/api/v2/TenantsService/UnitGroups/Count';
6701
6847
  };
6702
6848
 
6703
- export type GetApiV2TenantsServiceUnitGroupsCountErrors = {
6849
+ export type GetUnitGroupsCountAsyncErrors = {
6704
6850
  /**
6705
6851
  * Unauthorized
6706
6852
  */
@@ -6711,18 +6857,18 @@ export type GetApiV2TenantsServiceUnitGroupsCountErrors = {
6711
6857
  403: ErrorEnvelopeReadable;
6712
6858
  };
6713
6859
 
6714
- export type GetApiV2TenantsServiceUnitGroupsCountError = GetApiV2TenantsServiceUnitGroupsCountErrors[keyof GetApiV2TenantsServiceUnitGroupsCountErrors];
6860
+ export type GetUnitGroupsCountAsyncError = GetUnitGroupsCountAsyncErrors[keyof GetUnitGroupsCountAsyncErrors];
6715
6861
 
6716
- export type GetApiV2TenantsServiceUnitGroupsCountResponses = {
6862
+ export type GetUnitGroupsCountAsyncResponses = {
6717
6863
  /**
6718
6864
  * OK
6719
6865
  */
6720
6866
  200: Int32EnvelopeReadable;
6721
6867
  };
6722
6868
 
6723
- export type GetApiV2TenantsServiceUnitGroupsCountResponse = GetApiV2TenantsServiceUnitGroupsCountResponses[keyof GetApiV2TenantsServiceUnitGroupsCountResponses];
6869
+ export type GetUnitGroupsCountAsyncResponse = GetUnitGroupsCountAsyncResponses[keyof GetUnitGroupsCountAsyncResponses];
6724
6870
 
6725
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdData = {
6871
+ export type DeleteUnitGroupAsyncData = {
6726
6872
  body?: never;
6727
6873
  headers?: {
6728
6874
  'x-api-version'?: string;
@@ -6737,7 +6883,7 @@ export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdData = {
6737
6883
  url: '/api/v2/TenantsService/UnitGroups/{unitGroupId}';
6738
6884
  };
6739
6885
 
6740
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors = {
6886
+ export type DeleteUnitGroupAsyncErrors = {
6741
6887
  /**
6742
6888
  * Unauthorized
6743
6889
  */
@@ -6748,18 +6894,18 @@ export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors = {
6748
6894
  403: ErrorEnvelopeReadable;
6749
6895
  };
6750
6896
 
6751
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdError = DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors[keyof DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors];
6897
+ export type DeleteUnitGroupAsyncError = DeleteUnitGroupAsyncErrors[keyof DeleteUnitGroupAsyncErrors];
6752
6898
 
6753
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdResponses = {
6899
+ export type DeleteUnitGroupAsyncResponses = {
6754
6900
  /**
6755
6901
  * OK
6756
6902
  */
6757
6903
  200: EmptyEnvelopeReadable;
6758
6904
  };
6759
6905
 
6760
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdResponse = DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdResponses[keyof DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdResponses];
6906
+ export type DeleteUnitGroupAsyncResponse = DeleteUnitGroupAsyncResponses[keyof DeleteUnitGroupAsyncResponses];
6761
6907
 
6762
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdData = {
6908
+ export type GetUnitGroupAsyncData = {
6763
6909
  body?: never;
6764
6910
  headers?: {
6765
6911
  'x-api-version'?: string;
@@ -6774,7 +6920,7 @@ export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdData = {
6774
6920
  url: '/api/v2/TenantsService/UnitGroups/{unitGroupId}';
6775
6921
  };
6776
6922
 
6777
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors = {
6923
+ export type GetUnitGroupAsyncErrors = {
6778
6924
  /**
6779
6925
  * Unauthorized
6780
6926
  */
@@ -6785,18 +6931,18 @@ export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors = {
6785
6931
  403: ErrorEnvelopeReadable;
6786
6932
  };
6787
6933
 
6788
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdError = GetApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors[keyof GetApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors];
6934
+ export type GetUnitGroupAsyncError = GetUnitGroupAsyncErrors[keyof GetUnitGroupAsyncErrors];
6789
6935
 
6790
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdResponses = {
6936
+ export type GetUnitGroupAsyncResponses = {
6791
6937
  /**
6792
6938
  * OK
6793
6939
  */
6794
6940
  200: UnitGroupDtoEnvelopeReadable;
6795
6941
  };
6796
6942
 
6797
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdResponse = GetApiV2TenantsServiceUnitGroupsByUnitGroupIdResponses[keyof GetApiV2TenantsServiceUnitGroupsByUnitGroupIdResponses];
6943
+ export type GetUnitGroupAsyncResponse = GetUnitGroupAsyncResponses[keyof GetUnitGroupAsyncResponses];
6798
6944
 
6799
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdData = {
6945
+ export type UpdateUnitGroupAsyncData = {
6800
6946
  body?: UnitGroupUpdateDto;
6801
6947
  headers?: {
6802
6948
  'x-api-version'?: string;
@@ -6811,7 +6957,7 @@ export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdData = {
6811
6957
  url: '/api/v2/TenantsService/UnitGroups/{unitGroupId}';
6812
6958
  };
6813
6959
 
6814
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors = {
6960
+ export type UpdateUnitGroupAsyncErrors = {
6815
6961
  /**
6816
6962
  * Unauthorized
6817
6963
  */
@@ -6822,18 +6968,18 @@ export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors = {
6822
6968
  403: ErrorEnvelopeReadable;
6823
6969
  };
6824
6970
 
6825
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdError = PutApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors[keyof PutApiV2TenantsServiceUnitGroupsByUnitGroupIdErrors];
6971
+ export type UpdateUnitGroupAsyncError = UpdateUnitGroupAsyncErrors[keyof UpdateUnitGroupAsyncErrors];
6826
6972
 
6827
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdResponses = {
6973
+ export type UpdateUnitGroupAsyncResponses = {
6828
6974
  /**
6829
6975
  * OK
6830
6976
  */
6831
6977
  200: EmptyEnvelopeReadable;
6832
6978
  };
6833
6979
 
6834
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdResponse = PutApiV2TenantsServiceUnitGroupsByUnitGroupIdResponses[keyof PutApiV2TenantsServiceUnitGroupsByUnitGroupIdResponses];
6980
+ export type UpdateUnitGroupAsyncResponse = UpdateUnitGroupAsyncResponses[keyof UpdateUnitGroupAsyncResponses];
6835
6981
 
6836
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsData = {
6982
+ export type GetUnitsAsyncData = {
6837
6983
  body?: never;
6838
6984
  headers?: {
6839
6985
  'x-api-version'?: string;
@@ -6848,7 +6994,7 @@ export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsData = {
6848
6994
  url: '/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units';
6849
6995
  };
6850
6996
 
6851
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsErrors = {
6997
+ export type GetUnitsAsyncErrors = {
6852
6998
  /**
6853
6999
  * Unauthorized
6854
7000
  */
@@ -6859,19 +7005,19 @@ export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsErrors = {
6859
7005
  403: ErrorEnvelopeReadable;
6860
7006
  };
6861
7007
 
6862
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsError = GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsErrors[keyof GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsErrors];
7008
+ export type GetUnitsAsyncError = GetUnitsAsyncErrors[keyof GetUnitsAsyncErrors];
6863
7009
 
6864
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsResponses = {
7010
+ export type GetUnitsAsyncResponses = {
6865
7011
  /**
6866
7012
  * OK
6867
7013
  */
6868
7014
  200: UnitDtoListEnvelopeReadable;
6869
7015
  };
6870
7016
 
6871
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsResponse = GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsResponses[keyof GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsResponses];
7017
+ export type GetUnitsAsyncResponse = GetUnitsAsyncResponses[keyof GetUnitsAsyncResponses];
6872
7018
 
6873
- export type PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsData = {
6874
- body?: UnitCreateDtoWritable;
7019
+ export type CreateUnitAsyncData = {
7020
+ body?: UnitCreateDto;
6875
7021
  headers?: {
6876
7022
  'x-api-version'?: string;
6877
7023
  };
@@ -6885,7 +7031,7 @@ export type PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsData = {
6885
7031
  url: '/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units';
6886
7032
  };
6887
7033
 
6888
- export type PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsErrors = {
7034
+ export type CreateUnitAsyncErrors = {
6889
7035
  /**
6890
7036
  * Unauthorized
6891
7037
  */
@@ -6896,18 +7042,18 @@ export type PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsErrors = {
6896
7042
  403: ErrorEnvelopeReadable;
6897
7043
  };
6898
7044
 
6899
- export type PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsError = PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsErrors[keyof PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsErrors];
7045
+ export type CreateUnitAsyncError = CreateUnitAsyncErrors[keyof CreateUnitAsyncErrors];
6900
7046
 
6901
- export type PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsResponses = {
7047
+ export type CreateUnitAsyncResponses = {
6902
7048
  /**
6903
7049
  * OK
6904
7050
  */
6905
7051
  200: EmptyEnvelopeReadable;
6906
7052
  };
6907
7053
 
6908
- export type PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsResponse = PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsResponses[keyof PostApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsResponses];
7054
+ export type CreateUnitAsyncResponse = CreateUnitAsyncResponses[keyof CreateUnitAsyncResponses];
6909
7055
 
6910
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountData = {
7056
+ export type GetUnitsCountAsyncData = {
6911
7057
  body?: never;
6912
7058
  headers?: {
6913
7059
  'x-api-version'?: string;
@@ -6922,7 +7068,7 @@ export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountData = {
6922
7068
  url: '/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units/Count';
6923
7069
  };
6924
7070
 
6925
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountErrors = {
7071
+ export type GetUnitsCountAsyncErrors = {
6926
7072
  /**
6927
7073
  * Unauthorized
6928
7074
  */
@@ -6933,18 +7079,18 @@ export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountErrors = {
6933
7079
  403: ErrorEnvelopeReadable;
6934
7080
  };
6935
7081
 
6936
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountError = GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountErrors[keyof GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountErrors];
7082
+ export type GetUnitsCountAsyncError = GetUnitsCountAsyncErrors[keyof GetUnitsCountAsyncErrors];
6937
7083
 
6938
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountResponses = {
7084
+ export type GetUnitsCountAsyncResponses = {
6939
7085
  /**
6940
7086
  * OK
6941
7087
  */
6942
7088
  200: Int32EnvelopeReadable;
6943
7089
  };
6944
7090
 
6945
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountResponse = GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountResponses[keyof GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsCountResponses];
7091
+ export type GetUnitsCountAsyncResponse = GetUnitsCountAsyncResponses[keyof GetUnitsCountAsyncResponses];
6946
7092
 
6947
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdData = {
7093
+ export type DeleteUnitAsyncData = {
6948
7094
  body?: never;
6949
7095
  headers?: {
6950
7096
  'x-api-version'?: string;
@@ -6960,7 +7106,7 @@ export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdData =
6960
7106
  url: '/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units/{unitId}';
6961
7107
  };
6962
7108
 
6963
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors = {
7109
+ export type DeleteUnitAsyncErrors = {
6964
7110
  /**
6965
7111
  * Unauthorized
6966
7112
  */
@@ -6971,18 +7117,18 @@ export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors
6971
7117
  403: ErrorEnvelopeReadable;
6972
7118
  };
6973
7119
 
6974
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdError = DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors[keyof DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors];
7120
+ export type DeleteUnitAsyncError = DeleteUnitAsyncErrors[keyof DeleteUnitAsyncErrors];
6975
7121
 
6976
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponses = {
7122
+ export type DeleteUnitAsyncResponses = {
6977
7123
  /**
6978
7124
  * OK
6979
7125
  */
6980
7126
  200: EmptyEnvelopeReadable;
6981
7127
  };
6982
7128
 
6983
- export type DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponse = DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponses[keyof DeleteApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponses];
7129
+ export type DeleteUnitAsyncResponse = DeleteUnitAsyncResponses[keyof DeleteUnitAsyncResponses];
6984
7130
 
6985
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdData = {
7131
+ export type GetUnitAsyncData = {
6986
7132
  body?: never;
6987
7133
  headers?: {
6988
7134
  'x-api-version'?: string;
@@ -6998,7 +7144,7 @@ export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdData = {
6998
7144
  url: '/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units/{unitId}';
6999
7145
  };
7000
7146
 
7001
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors = {
7147
+ export type GetUnitAsyncErrors = {
7002
7148
  /**
7003
7149
  * Unauthorized
7004
7150
  */
@@ -7009,18 +7155,18 @@ export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors = {
7009
7155
  403: ErrorEnvelopeReadable;
7010
7156
  };
7011
7157
 
7012
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdError = GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors[keyof GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors];
7158
+ export type GetUnitAsyncError = GetUnitAsyncErrors[keyof GetUnitAsyncErrors];
7013
7159
 
7014
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponses = {
7160
+ export type GetUnitAsyncResponses = {
7015
7161
  /**
7016
7162
  * OK
7017
7163
  */
7018
7164
  200: UnitDtoEnvelopeReadable;
7019
7165
  };
7020
7166
 
7021
- export type GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponse = GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponses[keyof GetApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponses];
7167
+ export type GetUnitAsyncResponse = GetUnitAsyncResponses[keyof GetUnitAsyncResponses];
7022
7168
 
7023
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdData = {
7169
+ export type UpdateUnitAsyncData = {
7024
7170
  body?: UnitUpdateDto;
7025
7171
  headers?: {
7026
7172
  'x-api-version'?: string;
@@ -7036,7 +7182,7 @@ export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdData = {
7036
7182
  url: '/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units/{unitId}';
7037
7183
  };
7038
7184
 
7039
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors = {
7185
+ export type UpdateUnitAsyncErrors = {
7040
7186
  /**
7041
7187
  * Unauthorized
7042
7188
  */
@@ -7047,16 +7193,16 @@ export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors = {
7047
7193
  403: ErrorEnvelopeReadable;
7048
7194
  };
7049
7195
 
7050
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdError = PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors[keyof PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdErrors];
7196
+ export type UpdateUnitAsyncError = UpdateUnitAsyncErrors[keyof UpdateUnitAsyncErrors];
7051
7197
 
7052
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponses = {
7198
+ export type UpdateUnitAsyncResponses = {
7053
7199
  /**
7054
7200
  * OK
7055
7201
  */
7056
7202
  200: EmptyEnvelopeReadable;
7057
7203
  };
7058
7204
 
7059
- export type PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponse = PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponses[keyof PutApiV2TenantsServiceUnitGroupsByUnitGroupIdUnitsByUnitIdResponses];
7205
+ export type UpdateUnitAsyncResponse = UpdateUnitAsyncResponses[keyof UpdateUnitAsyncResponses];
7060
7206
 
7061
7207
  export type GetTenantUnitsData = {
7062
7208
  body?: never;
@@ -7094,7 +7240,7 @@ export type GetTenantUnitsResponses = {
7094
7240
  export type GetTenantUnitsResponse = GetTenantUnitsResponses[keyof GetTenantUnitsResponses];
7095
7241
 
7096
7242
  export type CreateTenantUnitData = {
7097
- body?: TenantUnitCreateDtoWritable;
7243
+ body?: TenantUnitCreateDto;
7098
7244
  headers?: {
7099
7245
  'x-api-version'?: string;
7100
7246
  };