@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
@@ -433,6 +433,56 @@ export interface paths {
433
433
  */
434
434
  post: operations["DeclineTenantInvitation"];
435
435
  };
436
+ "/api/v2/TenantsService/Options": {
437
+ /**
438
+ * Retrieve a list of tenant options
439
+ * @description Retrieve a list of tenant options
440
+ */
441
+ get: operations["GetTenantOptions"];
442
+ /**
443
+ * Create a new tenant option
444
+ * @description Create a new tenant option
445
+ */
446
+ post: operations["CreateTenantOption"];
447
+ };
448
+ "/api/v2/TenantsService/Options/Count": {
449
+ /**
450
+ * Get the count of tenant options
451
+ * @description Get the count of tenant options
452
+ */
453
+ get: operations["GetTenantOptionsCount"];
454
+ };
455
+ "/api/v2/TenantsService/Options/{optionId}": {
456
+ /**
457
+ * Retrieve a single tenant option by its ID
458
+ * @description Retrieve a single tenant option by its ID
459
+ */
460
+ get: operations["GetTenantOptionById"];
461
+ /**
462
+ * Update a tenant option
463
+ * @description Update a tenant option
464
+ */
465
+ put: operations["UpdateTenantOption"];
466
+ /**
467
+ * Delete a tenant option
468
+ * @description Delete a tenant option
469
+ */
470
+ delete: operations["DeleteTenantOption"];
471
+ };
472
+ "/api/v2/TenantsService/Options/Key/{key}": {
473
+ /**
474
+ * Retrieve a single tenant option by its key
475
+ * @description Retrieve a single tenant option by its key
476
+ */
477
+ get: operations["GetTenantOptionByKey"];
478
+ };
479
+ "/api/v2/TenantsService/Options/Upsert/{key}": {
480
+ /**
481
+ * Create or update a tenant option by key
482
+ * @description Create or update a tenant option by key
483
+ */
484
+ put: operations["UpsertTenantOption"];
485
+ };
436
486
  "/api/v2/TenantsService/Positions": {
437
487
  /**
438
488
  * Retrieve a list of tenant positions
@@ -791,12 +841,12 @@ export interface paths {
791
841
  */
792
842
  get: operations["GetEnrollmentPermissionsAsync"];
793
843
  };
794
- "/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentID}/Permissions/Validate": {
844
+ "/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Permissions/Validate": {
795
845
  /**
796
846
  * Validate the existence of a list of roles and permissions for a specific enrollment
797
847
  * @description Validate the existence of a list of roles and permissions for a specific enrollment
798
848
  */
799
- get: operations["GetEnrollmentPermissionsAsync"];
849
+ get: operations["ValidateEnrollmentPermissionsAsync"];
800
850
  };
801
851
  "/api/v2/TenantsService/Tenants/{tenantId}/Invitations": {
802
852
  /**
@@ -833,19 +883,19 @@ export interface paths {
833
883
  */
834
884
  get: operations["GetTenantLicensesAsync"];
835
885
  };
836
- "/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentId}/Licenses": {
886
+ "/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Licenses": {
837
887
  /**
838
888
  * Get the list of licenses available to a specific enrollment
839
889
  * @description Get the list of licenses available to a specific enrollment
840
890
  */
841
891
  get: operations["GetEnrollmentLicensesAsync"];
842
892
  };
843
- "/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentId}/Licenses/{licenseId}": {
893
+ "/api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{enrollmentId}/Licenses/{licenseId}": {
844
894
  /**
845
- * Get the list of licenses available to a specific enrollment
846
- * @description Get the list of licenses available to a specific enrollment
895
+ * Get a specific license for an enrollment
896
+ * @description Get a specific license for an enrollment
847
897
  */
848
- get: operations["GetEnrollmentLicensesAsync"];
898
+ get: operations["GetEnrollmentLicenseByIdAsync"];
849
899
  /**
850
900
  * Assign a license to a specific enrollment
851
901
  * @description Assign a license to a specific enrollment
@@ -884,11 +934,6 @@ export interface paths {
884
934
  delete: operations["DeleteTenantAsync"];
885
935
  };
886
936
  "/api/v2/TenantsService/Tenants/{tenantId}/Select": {
887
- /**
888
- * Select a business tenant as the user's default tenant
889
- * @description Select a business tenant as the user's default tenant
890
- */
891
- get: operations["SelectTenantAsync"];
892
937
  /**
893
938
  * Select a business tenant as the user's default tenant
894
939
  * @description Select a business tenant as the user's default tenant
@@ -896,11 +941,6 @@ export interface paths {
896
941
  post: operations["SelectTenantAsync"];
897
942
  };
898
943
  "/api/v2/TenantsService/Tenants/Deselect": {
899
- /**
900
- * Deselect the user's default tenant
901
- * @description Deselect the user's default tenant
902
- */
903
- get: operations["DeSelectTenantAsync"];
904
944
  /**
905
945
  * Deselect the user's default tenant
906
946
  * @description Deselect the user's default tenant
@@ -1001,478 +1041,76 @@ export interface paths {
1001
1041
  delete: operations["DeleteTenantType"];
1002
1042
  };
1003
1043
  "/api/v2/TenantsService/UnitGroups": {
1004
- get: {
1005
- parameters: {
1006
- query: {
1007
- tenantId: string;
1008
- "api-version"?: string;
1009
- };
1010
- header?: {
1011
- "x-api-version"?: string;
1012
- };
1013
- };
1014
- responses: {
1015
- /** @description OK */
1016
- 200: {
1017
- content: {
1018
- "application/json": components["schemas"]["UnitGroupDtoListEnvelope"];
1019
- "application/xml": components["schemas"]["UnitGroupDtoListEnvelope"];
1020
- };
1021
- };
1022
- /** @description Unauthorized */
1023
- 401: {
1024
- content: {
1025
- "application/json": components["schemas"]["ErrorEnvelope"];
1026
- "application/xml": components["schemas"]["ErrorEnvelope"];
1027
- };
1028
- };
1029
- /** @description Forbidden */
1030
- 403: {
1031
- content: {
1032
- "application/json": components["schemas"]["ErrorEnvelope"];
1033
- "application/xml": components["schemas"]["ErrorEnvelope"];
1034
- };
1035
- };
1036
- };
1037
- };
1038
- post: {
1039
- parameters: {
1040
- query: {
1041
- tenantId: string;
1042
- "api-version"?: string;
1043
- };
1044
- header?: {
1045
- "x-api-version"?: string;
1046
- };
1047
- };
1048
- requestBody?: {
1049
- content: {
1050
- "application/json": components["schemas"]["UnitGroupCreateDto"];
1051
- "application/xml": components["schemas"]["UnitGroupCreateDto"];
1052
- };
1053
- };
1054
- responses: {
1055
- /** @description OK */
1056
- 200: {
1057
- content: {
1058
- "application/json": components["schemas"]["EmptyEnvelope"];
1059
- "application/xml": components["schemas"]["EmptyEnvelope"];
1060
- };
1061
- };
1062
- /** @description Unauthorized */
1063
- 401: {
1064
- content: {
1065
- "application/json": components["schemas"]["ErrorEnvelope"];
1066
- "application/xml": components["schemas"]["ErrorEnvelope"];
1067
- };
1068
- };
1069
- /** @description Forbidden */
1070
- 403: {
1071
- content: {
1072
- "application/json": components["schemas"]["ErrorEnvelope"];
1073
- "application/xml": components["schemas"]["ErrorEnvelope"];
1074
- };
1075
- };
1076
- };
1077
- };
1044
+ /**
1045
+ * Retrieve a list of unit groups
1046
+ * @description Retrieves a list of unit groups for the specified tenant with OData query support.
1047
+ */
1048
+ get: operations["GetUnitGroupsAsync"];
1049
+ /**
1050
+ * Create a new unit group
1051
+ * @description Creates a new unit group for the specified tenant.
1052
+ */
1053
+ post: operations["CreateUnitGroupAsync"];
1078
1054
  };
1079
1055
  "/api/v2/TenantsService/UnitGroups/Count": {
1080
- get: {
1081
- parameters: {
1082
- query: {
1083
- tenantId: string;
1084
- "api-version"?: string;
1085
- };
1086
- header?: {
1087
- "x-api-version"?: string;
1088
- };
1089
- };
1090
- responses: {
1091
- /** @description OK */
1092
- 200: {
1093
- content: {
1094
- "application/json": components["schemas"]["Int32Envelope"];
1095
- "application/xml": components["schemas"]["Int32Envelope"];
1096
- };
1097
- };
1098
- /** @description Unauthorized */
1099
- 401: {
1100
- content: {
1101
- "application/json": components["schemas"]["ErrorEnvelope"];
1102
- "application/xml": components["schemas"]["ErrorEnvelope"];
1103
- };
1104
- };
1105
- /** @description Forbidden */
1106
- 403: {
1107
- content: {
1108
- "application/json": components["schemas"]["ErrorEnvelope"];
1109
- "application/xml": components["schemas"]["ErrorEnvelope"];
1110
- };
1111
- };
1112
- };
1113
- };
1056
+ /**
1057
+ * Get the count of unit groups
1058
+ * @description Returns the total count of unit groups for the specified tenant with OData query support.
1059
+ */
1060
+ get: operations["GetUnitGroupsCountAsync"];
1114
1061
  };
1115
1062
  "/api/v2/TenantsService/UnitGroups/{unitGroupId}": {
1116
- get: {
1117
- parameters: {
1118
- query: {
1119
- tenantId: string;
1120
- "api-version"?: string;
1121
- };
1122
- header?: {
1123
- "x-api-version"?: string;
1124
- };
1125
- path: {
1126
- unitGroupId: string;
1127
- };
1128
- };
1129
- responses: {
1130
- /** @description OK */
1131
- 200: {
1132
- content: {
1133
- "application/json": components["schemas"]["UnitGroupDtoEnvelope"];
1134
- "application/xml": components["schemas"]["UnitGroupDtoEnvelope"];
1135
- };
1136
- };
1137
- /** @description Unauthorized */
1138
- 401: {
1139
- content: {
1140
- "application/json": components["schemas"]["ErrorEnvelope"];
1141
- "application/xml": components["schemas"]["ErrorEnvelope"];
1142
- };
1143
- };
1144
- /** @description Forbidden */
1145
- 403: {
1146
- content: {
1147
- "application/json": components["schemas"]["ErrorEnvelope"];
1148
- "application/xml": components["schemas"]["ErrorEnvelope"];
1149
- };
1150
- };
1151
- };
1152
- };
1153
- put: {
1154
- parameters: {
1155
- query: {
1156
- tenantId: string;
1157
- "api-version"?: string;
1158
- };
1159
- header?: {
1160
- "x-api-version"?: string;
1161
- };
1162
- path: {
1163
- unitGroupId: string;
1164
- };
1165
- };
1166
- requestBody?: {
1167
- content: {
1168
- "application/json": components["schemas"]["UnitGroupUpdateDto"];
1169
- "application/xml": components["schemas"]["UnitGroupUpdateDto"];
1170
- };
1171
- };
1172
- responses: {
1173
- /** @description OK */
1174
- 200: {
1175
- content: {
1176
- "application/json": components["schemas"]["EmptyEnvelope"];
1177
- "application/xml": components["schemas"]["EmptyEnvelope"];
1178
- };
1179
- };
1180
- /** @description Unauthorized */
1181
- 401: {
1182
- content: {
1183
- "application/json": components["schemas"]["ErrorEnvelope"];
1184
- "application/xml": components["schemas"]["ErrorEnvelope"];
1185
- };
1186
- };
1187
- /** @description Forbidden */
1188
- 403: {
1189
- content: {
1190
- "application/json": components["schemas"]["ErrorEnvelope"];
1191
- "application/xml": components["schemas"]["ErrorEnvelope"];
1192
- };
1193
- };
1194
- };
1195
- };
1196
- delete: {
1197
- parameters: {
1198
- query: {
1199
- tenantId: string;
1200
- "api-version"?: string;
1201
- };
1202
- header?: {
1203
- "x-api-version"?: string;
1204
- };
1205
- path: {
1206
- unitGroupId: string;
1207
- };
1208
- };
1209
- responses: {
1210
- /** @description OK */
1211
- 200: {
1212
- content: {
1213
- "application/json": components["schemas"]["EmptyEnvelope"];
1214
- "application/xml": components["schemas"]["EmptyEnvelope"];
1215
- };
1216
- };
1217
- /** @description Unauthorized */
1218
- 401: {
1219
- content: {
1220
- "application/json": components["schemas"]["ErrorEnvelope"];
1221
- "application/xml": components["schemas"]["ErrorEnvelope"];
1222
- };
1223
- };
1224
- /** @description Forbidden */
1225
- 403: {
1226
- content: {
1227
- "application/json": components["schemas"]["ErrorEnvelope"];
1228
- "application/xml": components["schemas"]["ErrorEnvelope"];
1229
- };
1230
- };
1231
- };
1232
- };
1063
+ /**
1064
+ * Retrieve a unit group by ID
1065
+ * @description Retrieves a single unit group by its unique identifier.
1066
+ */
1067
+ get: operations["GetUnitGroupAsync"];
1068
+ /**
1069
+ * Update a unit group
1070
+ * @description Updates an existing unit group by its unique identifier.
1071
+ */
1072
+ put: operations["UpdateUnitGroupAsync"];
1073
+ /**
1074
+ * Delete a unit group
1075
+ * @description Deletes a unit group by its unique identifier.
1076
+ */
1077
+ delete: operations["DeleteUnitGroupAsync"];
1233
1078
  };
1234
1079
  "/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units": {
1235
- get: {
1236
- parameters: {
1237
- query: {
1238
- tenantId: string;
1239
- "api-version"?: string;
1240
- };
1241
- header?: {
1242
- "x-api-version"?: string;
1243
- };
1244
- path: {
1245
- unitGroupId: string;
1246
- };
1247
- };
1248
- responses: {
1249
- /** @description OK */
1250
- 200: {
1251
- content: {
1252
- "application/json": components["schemas"]["UnitDtoListEnvelope"];
1253
- "application/xml": components["schemas"]["UnitDtoListEnvelope"];
1254
- };
1255
- };
1256
- /** @description Unauthorized */
1257
- 401: {
1258
- content: {
1259
- "application/json": components["schemas"]["ErrorEnvelope"];
1260
- "application/xml": components["schemas"]["ErrorEnvelope"];
1261
- };
1262
- };
1263
- /** @description Forbidden */
1264
- 403: {
1265
- content: {
1266
- "application/json": components["schemas"]["ErrorEnvelope"];
1267
- "application/xml": components["schemas"]["ErrorEnvelope"];
1268
- };
1269
- };
1270
- };
1271
- };
1272
- post: {
1273
- parameters: {
1274
- query: {
1275
- tenantId: string;
1276
- "api-version"?: string;
1277
- };
1278
- header?: {
1279
- "x-api-version"?: string;
1280
- };
1281
- path: {
1282
- unitGroupId: string;
1283
- };
1284
- };
1285
- requestBody?: {
1286
- content: {
1287
- "application/json": components["schemas"]["UnitCreateDto"];
1288
- "application/xml": components["schemas"]["UnitCreateDto"];
1289
- };
1290
- };
1291
- responses: {
1292
- /** @description OK */
1293
- 200: {
1294
- content: {
1295
- "application/json": components["schemas"]["EmptyEnvelope"];
1296
- "application/xml": components["schemas"]["EmptyEnvelope"];
1297
- };
1298
- };
1299
- /** @description Unauthorized */
1300
- 401: {
1301
- content: {
1302
- "application/json": components["schemas"]["ErrorEnvelope"];
1303
- "application/xml": components["schemas"]["ErrorEnvelope"];
1304
- };
1305
- };
1306
- /** @description Forbidden */
1307
- 403: {
1308
- content: {
1309
- "application/json": components["schemas"]["ErrorEnvelope"];
1310
- "application/xml": components["schemas"]["ErrorEnvelope"];
1311
- };
1312
- };
1313
- };
1314
- };
1080
+ /**
1081
+ * Retrieve units for a unit group
1082
+ * @description Retrieves a list of units belonging to a specific unit group.
1083
+ */
1084
+ get: operations["GetUnitsAsync"];
1085
+ /**
1086
+ * Create a unit within a unit group
1087
+ * @description Creates a new unit within a specific unit group.
1088
+ */
1089
+ post: operations["CreateUnitAsync"];
1315
1090
  };
1316
1091
  "/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units/Count": {
1317
- get: {
1318
- parameters: {
1319
- query: {
1320
- tenantId: string;
1321
- "api-version"?: string;
1322
- };
1323
- header?: {
1324
- "x-api-version"?: string;
1325
- };
1326
- path: {
1327
- unitGroupId: string;
1328
- };
1329
- };
1330
- responses: {
1331
- /** @description OK */
1332
- 200: {
1333
- content: {
1334
- "application/json": components["schemas"]["Int32Envelope"];
1335
- "application/xml": components["schemas"]["Int32Envelope"];
1336
- };
1337
- };
1338
- /** @description Unauthorized */
1339
- 401: {
1340
- content: {
1341
- "application/json": components["schemas"]["ErrorEnvelope"];
1342
- "application/xml": components["schemas"]["ErrorEnvelope"];
1343
- };
1344
- };
1345
- /** @description Forbidden */
1346
- 403: {
1347
- content: {
1348
- "application/json": components["schemas"]["ErrorEnvelope"];
1349
- "application/xml": components["schemas"]["ErrorEnvelope"];
1350
- };
1351
- };
1352
- };
1353
- };
1092
+ /**
1093
+ * Get the count of units in a unit group
1094
+ * @description Returns the total count of units in a specific unit group.
1095
+ */
1096
+ get: operations["GetUnitsCountAsync"];
1354
1097
  };
1355
1098
  "/api/v2/TenantsService/UnitGroups/{unitGroupId}/Units/{unitId}": {
1356
- get: {
1357
- parameters: {
1358
- query: {
1359
- tenantId: string;
1360
- "api-version"?: string;
1361
- };
1362
- header?: {
1363
- "x-api-version"?: string;
1364
- };
1365
- path: {
1366
- unitGroupId: string;
1367
- unitId: string;
1368
- };
1369
- };
1370
- responses: {
1371
- /** @description OK */
1372
- 200: {
1373
- content: {
1374
- "application/json": components["schemas"]["UnitDtoEnvelope"];
1375
- "application/xml": components["schemas"]["UnitDtoEnvelope"];
1376
- };
1377
- };
1378
- /** @description Unauthorized */
1379
- 401: {
1380
- content: {
1381
- "application/json": components["schemas"]["ErrorEnvelope"];
1382
- "application/xml": components["schemas"]["ErrorEnvelope"];
1383
- };
1384
- };
1385
- /** @description Forbidden */
1386
- 403: {
1387
- content: {
1388
- "application/json": components["schemas"]["ErrorEnvelope"];
1389
- "application/xml": components["schemas"]["ErrorEnvelope"];
1390
- };
1391
- };
1392
- };
1393
- };
1394
- put: {
1395
- parameters: {
1396
- query: {
1397
- tenantId: string;
1398
- "api-version"?: string;
1399
- };
1400
- header?: {
1401
- "x-api-version"?: string;
1402
- };
1403
- path: {
1404
- unitGroupId: string;
1405
- unitId: string;
1406
- };
1407
- };
1408
- requestBody?: {
1409
- content: {
1410
- "application/json": components["schemas"]["UnitUpdateDto"];
1411
- "application/xml": components["schemas"]["UnitUpdateDto"];
1412
- };
1413
- };
1414
- responses: {
1415
- /** @description OK */
1416
- 200: {
1417
- content: {
1418
- "application/json": components["schemas"]["EmptyEnvelope"];
1419
- "application/xml": components["schemas"]["EmptyEnvelope"];
1420
- };
1421
- };
1422
- /** @description Unauthorized */
1423
- 401: {
1424
- content: {
1425
- "application/json": components["schemas"]["ErrorEnvelope"];
1426
- "application/xml": components["schemas"]["ErrorEnvelope"];
1427
- };
1428
- };
1429
- /** @description Forbidden */
1430
- 403: {
1431
- content: {
1432
- "application/json": components["schemas"]["ErrorEnvelope"];
1433
- "application/xml": components["schemas"]["ErrorEnvelope"];
1434
- };
1435
- };
1436
- };
1437
- };
1438
- delete: {
1439
- parameters: {
1440
- query: {
1441
- tenantId: string;
1442
- "api-version"?: string;
1443
- };
1444
- header?: {
1445
- "x-api-version"?: string;
1446
- };
1447
- path: {
1448
- unitGroupId: string;
1449
- unitId: string;
1450
- };
1451
- };
1452
- responses: {
1453
- /** @description OK */
1454
- 200: {
1455
- content: {
1456
- "application/json": components["schemas"]["EmptyEnvelope"];
1457
- "application/xml": components["schemas"]["EmptyEnvelope"];
1458
- };
1459
- };
1460
- /** @description Unauthorized */
1461
- 401: {
1462
- content: {
1463
- "application/json": components["schemas"]["ErrorEnvelope"];
1464
- "application/xml": components["schemas"]["ErrorEnvelope"];
1465
- };
1466
- };
1467
- /** @description Forbidden */
1468
- 403: {
1469
- content: {
1470
- "application/json": components["schemas"]["ErrorEnvelope"];
1471
- "application/xml": components["schemas"]["ErrorEnvelope"];
1472
- };
1473
- };
1474
- };
1475
- };
1099
+ /**
1100
+ * Retrieve a unit by ID within a unit group
1101
+ * @description Retrieves a single unit by its unique identifier within a specific unit group.
1102
+ */
1103
+ get: operations["GetUnitAsync"];
1104
+ /**
1105
+ * Update a unit within a unit group
1106
+ * @description Updates an existing unit within a specific unit group.
1107
+ */
1108
+ put: operations["UpdateUnitAsync"];
1109
+ /**
1110
+ * Delete a unit from a unit group
1111
+ * @description Deletes a unit from a specific unit group.
1112
+ */
1113
+ delete: operations["DeleteUnitAsync"];
1476
1114
  };
1477
1115
  "/api/v2/TenantsService/Units": {
1478
1116
  /**
@@ -1722,6 +1360,61 @@ export interface components {
1722
1360
  from?: string | null;
1723
1361
  value?: unknown;
1724
1362
  };
1363
+ OptionCreateDto: {
1364
+ /** Format: uuid */
1365
+ id?: string;
1366
+ /** Format: date-time */
1367
+ timestamp?: string;
1368
+ key: string;
1369
+ value: string;
1370
+ portalId?: string | null;
1371
+ frozen?: boolean;
1372
+ autoload?: boolean;
1373
+ transient?: boolean;
1374
+ /** Format: int32 */
1375
+ expiration?: number;
1376
+ };
1377
+ OptionDto: {
1378
+ id?: string | null;
1379
+ /** Format: date-time */
1380
+ timestamp?: string | null;
1381
+ key?: string | null;
1382
+ value?: string | null;
1383
+ portalId?: string | null;
1384
+ frozen?: boolean;
1385
+ autoload?: boolean;
1386
+ transient?: boolean;
1387
+ /** Format: int32 */
1388
+ expiration?: number;
1389
+ };
1390
+ OptionDtoEnvelope: {
1391
+ isSuccess?: boolean;
1392
+ errorMessage?: string | null;
1393
+ correlationId?: string | null;
1394
+ /** Format: date-time */
1395
+ timestamp?: string;
1396
+ activityId?: string | null;
1397
+ result?: components["schemas"]["OptionDto"];
1398
+ };
1399
+ OptionDtoListEnvelope: {
1400
+ isSuccess?: boolean;
1401
+ errorMessage?: string | null;
1402
+ correlationId?: string | null;
1403
+ /** Format: date-time */
1404
+ timestamp?: string;
1405
+ activityId?: string | null;
1406
+ result?: components["schemas"]["OptionDto"][] | null;
1407
+ };
1408
+ OptionUpdateDto: {
1409
+ key?: string | null;
1410
+ value?: string | null;
1411
+ portalId?: string | null;
1412
+ frozen?: boolean;
1413
+ autoload?: boolean;
1414
+ transient?: boolean;
1415
+ /** Format: int32 */
1416
+ expiration?: number;
1417
+ };
1725
1418
  RefreshRequest: {
1726
1419
  refreshToken: string | null;
1727
1420
  };
@@ -4246,13 +3939,14 @@ export interface operations {
4246
3939
  };
4247
3940
  };
4248
3941
  /**
4249
- * Retrieve a list of tenant positions
4250
- * @description Retrieve a list of tenant positions
3942
+ * Retrieve a list of tenant options
3943
+ * @description Retrieve a list of tenant options
4251
3944
  */
4252
- GetTenantPositions: {
3945
+ GetTenantOptions: {
4253
3946
  parameters: {
4254
3947
  query: {
4255
3948
  tenantId: string;
3949
+ portalId?: string;
4256
3950
  "api-version"?: string;
4257
3951
  };
4258
3952
  header?: {
@@ -4263,8 +3957,8 @@ export interface operations {
4263
3957
  /** @description OK */
4264
3958
  200: {
4265
3959
  content: {
4266
- "application/json": components["schemas"]["TenantPositionDtoListEnvelope"];
4267
- "application/xml": components["schemas"]["TenantPositionDtoListEnvelope"];
3960
+ "application/json": components["schemas"]["OptionDtoListEnvelope"];
3961
+ "application/xml": components["schemas"]["OptionDtoListEnvelope"];
4268
3962
  };
4269
3963
  };
4270
3964
  /** @description Unauthorized */
@@ -4284,13 +3978,15 @@ export interface operations {
4284
3978
  };
4285
3979
  };
4286
3980
  /**
4287
- * Create a new tenant position
4288
- * @description Create a new tenant position
3981
+ * Create a new tenant option
3982
+ * @description Create a new tenant option
4289
3983
  */
4290
- CreateTenantPosition: {
3984
+ CreateTenantOption: {
4291
3985
  parameters: {
4292
3986
  query: {
4293
3987
  tenantId: string;
3988
+ key: string;
3989
+ portalId?: string;
4294
3990
  "api-version"?: string;
4295
3991
  };
4296
3992
  header?: {
@@ -4299,8 +3995,8 @@ export interface operations {
4299
3995
  };
4300
3996
  requestBody?: {
4301
3997
  content: {
4302
- "application/json": components["schemas"]["TenantPositionCreateDto"];
4303
- "application/xml": components["schemas"]["TenantPositionCreateDto"];
3998
+ "application/json": components["schemas"]["OptionCreateDto"];
3999
+ "application/xml": components["schemas"]["OptionCreateDto"];
4304
4000
  };
4305
4001
  };
4306
4002
  responses: {
@@ -4328,13 +4024,14 @@ export interface operations {
4328
4024
  };
4329
4025
  };
4330
4026
  /**
4331
- * Get the count of tenant positions
4332
- * @description Get the count of tenant positions
4027
+ * Get the count of tenant options
4028
+ * @description Get the count of tenant options
4333
4029
  */
4334
- GetTenantPositionsCount: {
4030
+ GetTenantOptionsCount: {
4335
4031
  parameters: {
4336
4032
  query: {
4337
4033
  tenantId: string;
4034
+ portalId?: string;
4338
4035
  "api-version"?: string;
4339
4036
  };
4340
4037
  header?: {
@@ -4366,10 +4063,10 @@ export interface operations {
4366
4063
  };
4367
4064
  };
4368
4065
  /**
4369
- * Retrieve a single tenant position by its ID
4370
- * @description Retrieve a single tenant position by its ID
4066
+ * Retrieve a single tenant option by its ID
4067
+ * @description Retrieve a single tenant option by its ID
4371
4068
  */
4372
- GetTenantPositionById: {
4069
+ GetTenantOptionById: {
4373
4070
  parameters: {
4374
4071
  query: {
4375
4072
  tenantId: string;
@@ -4379,15 +4076,15 @@ export interface operations {
4379
4076
  "x-api-version"?: string;
4380
4077
  };
4381
4078
  path: {
4382
- tenantPositionId: string;
4079
+ optionId: string;
4383
4080
  };
4384
4081
  };
4385
4082
  responses: {
4386
4083
  /** @description OK */
4387
4084
  200: {
4388
4085
  content: {
4389
- "application/json": components["schemas"]["TenantPositionDtoEnvelope"];
4390
- "application/xml": components["schemas"]["TenantPositionDtoEnvelope"];
4086
+ "application/json": components["schemas"]["OptionDtoEnvelope"];
4087
+ "application/xml": components["schemas"]["OptionDtoEnvelope"];
4391
4088
  };
4392
4089
  };
4393
4090
  /** @description Unauthorized */
@@ -4407,10 +4104,10 @@ export interface operations {
4407
4104
  };
4408
4105
  };
4409
4106
  /**
4410
- * Update a tenant position
4411
- * @description Update a tenant position
4107
+ * Update a tenant option
4108
+ * @description Update a tenant option
4412
4109
  */
4413
- UpdateTenantPosition: {
4110
+ UpdateTenantOption: {
4414
4111
  parameters: {
4415
4112
  query: {
4416
4113
  tenantId: string;
@@ -4420,13 +4117,13 @@ export interface operations {
4420
4117
  "x-api-version"?: string;
4421
4118
  };
4422
4119
  path: {
4423
- tenantPositionId: string;
4120
+ optionId: string;
4424
4121
  };
4425
4122
  };
4426
4123
  requestBody?: {
4427
4124
  content: {
4428
- "application/json": components["schemas"]["TenantPositionUpdateDto"];
4429
- "application/xml": components["schemas"]["TenantPositionUpdateDto"];
4125
+ "application/json": components["schemas"]["OptionUpdateDto"];
4126
+ "application/xml": components["schemas"]["OptionUpdateDto"];
4430
4127
  };
4431
4128
  };
4432
4129
  responses: {
@@ -4454,10 +4151,10 @@ export interface operations {
4454
4151
  };
4455
4152
  };
4456
4153
  /**
4457
- * Delete a tenant position
4458
- * @description Delete a tenant position
4154
+ * Delete a tenant option
4155
+ * @description Delete a tenant option
4459
4156
  */
4460
- DeleteTenantPosition: {
4157
+ DeleteTenantOption: {
4461
4158
  parameters: {
4462
4159
  query: {
4463
4160
  tenantId: string;
@@ -4467,7 +4164,7 @@ export interface operations {
4467
4164
  "x-api-version"?: string;
4468
4165
  };
4469
4166
  path: {
4470
- tenantPositionId: string;
4167
+ optionId: string;
4471
4168
  };
4472
4169
  };
4473
4170
  responses: {
@@ -4495,25 +4192,29 @@ export interface operations {
4495
4192
  };
4496
4193
  };
4497
4194
  /**
4498
- * Retrieve a list of tenant segments
4499
- * @description Retrieve a list of tenant segments
4195
+ * Retrieve a single tenant option by its key
4196
+ * @description Retrieve a single tenant option by its key
4500
4197
  */
4501
- GetTenantSegments: {
4198
+ GetTenantOptionByKey: {
4502
4199
  parameters: {
4503
4200
  query: {
4504
4201
  tenantId: string;
4202
+ portalId?: string;
4505
4203
  "api-version"?: string;
4506
4204
  };
4507
4205
  header?: {
4508
4206
  "x-api-version"?: string;
4509
4207
  };
4208
+ path: {
4209
+ key: string;
4210
+ };
4510
4211
  };
4511
4212
  responses: {
4512
4213
  /** @description OK */
4513
4214
  200: {
4514
4215
  content: {
4515
- "application/json": components["schemas"]["TenantSegmentDtoListEnvelope"];
4516
- "application/xml": components["schemas"]["TenantSegmentDtoListEnvelope"];
4216
+ "application/json": components["schemas"]["OptionDtoEnvelope"];
4217
+ "application/xml": components["schemas"]["OptionDtoEnvelope"];
4517
4218
  };
4518
4219
  };
4519
4220
  /** @description Unauthorized */
@@ -4533,28 +4234,32 @@ export interface operations {
4533
4234
  };
4534
4235
  };
4535
4236
  /**
4536
- * Create a new tenant segment
4537
- * @description Create a new tenant segment
4237
+ * Create or update a tenant option by key
4238
+ * @description Create or update a tenant option by key
4538
4239
  */
4539
- CreateTenantSegment: {
4240
+ UpsertTenantOption: {
4540
4241
  parameters: {
4541
4242
  query: {
4542
4243
  tenantId: string;
4244
+ portalId?: string;
4543
4245
  "api-version"?: string;
4544
4246
  };
4545
4247
  header?: {
4546
4248
  "x-api-version"?: string;
4547
4249
  };
4250
+ path: {
4251
+ key: string;
4252
+ };
4548
4253
  };
4549
4254
  requestBody?: {
4550
4255
  content: {
4551
- "application/json": components["schemas"]["TenantSegmentCreateDto"];
4552
- "application/xml": components["schemas"]["TenantSegmentCreateDto"];
4256
+ "application/json": components["schemas"]["OptionUpdateDto"];
4257
+ "application/xml": components["schemas"]["OptionUpdateDto"];
4553
4258
  };
4554
4259
  };
4555
4260
  responses: {
4556
- /** @description Created */
4557
- 201: {
4261
+ /** @description OK */
4262
+ 200: {
4558
4263
  content: {
4559
4264
  "application/json": components["schemas"]["EmptyEnvelope"];
4560
4265
  "application/xml": components["schemas"]["EmptyEnvelope"];
@@ -4577,10 +4282,10 @@ export interface operations {
4577
4282
  };
4578
4283
  };
4579
4284
  /**
4580
- * Get the count of tenant segments
4581
- * @description Get the count of tenant segments
4285
+ * Retrieve a list of tenant positions
4286
+ * @description Retrieve a list of tenant positions
4582
4287
  */
4583
- GetTenantSegmentsCount: {
4288
+ GetTenantPositions: {
4584
4289
  parameters: {
4585
4290
  query: {
4586
4291
  tenantId: string;
@@ -4594,8 +4299,8 @@ export interface operations {
4594
4299
  /** @description OK */
4595
4300
  200: {
4596
4301
  content: {
4597
- "application/json": components["schemas"]["Int32Envelope"];
4598
- "application/xml": components["schemas"]["Int32Envelope"];
4302
+ "application/json": components["schemas"]["TenantPositionDtoListEnvelope"];
4303
+ "application/xml": components["schemas"]["TenantPositionDtoListEnvelope"];
4599
4304
  };
4600
4305
  };
4601
4306
  /** @description Unauthorized */
@@ -4615,10 +4320,10 @@ export interface operations {
4615
4320
  };
4616
4321
  };
4617
4322
  /**
4618
- * Retrieve a single tenant segment by its ID
4619
- * @description Retrieve a single tenant segment by its ID
4323
+ * Create a new tenant position
4324
+ * @description Create a new tenant position
4620
4325
  */
4621
- GetTenantSegmentById: {
4326
+ CreateTenantPosition: {
4622
4327
  parameters: {
4623
4328
  query: {
4624
4329
  tenantId: string;
@@ -4627,16 +4332,19 @@ export interface operations {
4627
4332
  header?: {
4628
4333
  "x-api-version"?: string;
4629
4334
  };
4630
- path: {
4631
- tenantSegmentId: string;
4335
+ };
4336
+ requestBody?: {
4337
+ content: {
4338
+ "application/json": components["schemas"]["TenantPositionCreateDto"];
4339
+ "application/xml": components["schemas"]["TenantPositionCreateDto"];
4632
4340
  };
4633
4341
  };
4634
4342
  responses: {
4635
- /** @description OK */
4636
- 200: {
4343
+ /** @description Created */
4344
+ 201: {
4637
4345
  content: {
4638
- "application/json": components["schemas"]["TenantSegmentDtoEnvelope"];
4639
- "application/xml": components["schemas"]["TenantSegmentDtoEnvelope"];
4346
+ "application/json": components["schemas"]["EmptyEnvelope"];
4347
+ "application/xml": components["schemas"]["EmptyEnvelope"];
4640
4348
  };
4641
4349
  };
4642
4350
  /** @description Unauthorized */
@@ -4656,10 +4364,10 @@ export interface operations {
4656
4364
  };
4657
4365
  };
4658
4366
  /**
4659
- * Update a tenant segment
4660
- * @description Update a tenant segment
4367
+ * Get the count of tenant positions
4368
+ * @description Get the count of tenant positions
4661
4369
  */
4662
- UpdateTenantSegment: {
4370
+ GetTenantPositionsCount: {
4663
4371
  parameters: {
4664
4372
  query: {
4665
4373
  tenantId: string;
@@ -4668,22 +4376,13 @@ export interface operations {
4668
4376
  header?: {
4669
4377
  "x-api-version"?: string;
4670
4378
  };
4671
- path: {
4672
- tenantSegmentId: string;
4673
- };
4674
- };
4675
- requestBody?: {
4676
- content: {
4677
- "application/json": components["schemas"]["TenantSegmentUpdateDto"];
4678
- "application/xml": components["schemas"]["TenantSegmentUpdateDto"];
4679
- };
4680
4379
  };
4681
4380
  responses: {
4682
4381
  /** @description OK */
4683
4382
  200: {
4684
4383
  content: {
4685
- "application/json": components["schemas"]["EmptyEnvelope"];
4686
- "application/xml": components["schemas"]["EmptyEnvelope"];
4384
+ "application/json": components["schemas"]["Int32Envelope"];
4385
+ "application/xml": components["schemas"]["Int32Envelope"];
4687
4386
  };
4688
4387
  };
4689
4388
  /** @description Unauthorized */
@@ -4703,10 +4402,10 @@ export interface operations {
4703
4402
  };
4704
4403
  };
4705
4404
  /**
4706
- * Delete a tenant segment
4707
- * @description Delete a tenant segment
4405
+ * Retrieve a single tenant position by its ID
4406
+ * @description Retrieve a single tenant position by its ID
4708
4407
  */
4709
- DeleteTenantSegment: {
4408
+ GetTenantPositionById: {
4710
4409
  parameters: {
4711
4410
  query: {
4712
4411
  tenantId: string;
@@ -4716,15 +4415,15 @@ export interface operations {
4716
4415
  "x-api-version"?: string;
4717
4416
  };
4718
4417
  path: {
4719
- tenantSegmentId: string;
4418
+ tenantPositionId: string;
4720
4419
  };
4721
4420
  };
4722
4421
  responses: {
4723
4422
  /** @description OK */
4724
4423
  200: {
4725
4424
  content: {
4726
- "application/json": components["schemas"]["EmptyEnvelope"];
4727
- "application/xml": components["schemas"]["EmptyEnvelope"];
4425
+ "application/json": components["schemas"]["TenantPositionDtoEnvelope"];
4426
+ "application/xml": components["schemas"]["TenantPositionDtoEnvelope"];
4728
4427
  };
4729
4428
  };
4730
4429
  /** @description Unauthorized */
@@ -4744,10 +4443,10 @@ export interface operations {
4744
4443
  };
4745
4444
  };
4746
4445
  /**
4747
- * Retrieve a list of tenant sizes
4748
- * @description Retrieve a list of tenant sizes
4446
+ * Update a tenant position
4447
+ * @description Update a tenant position
4749
4448
  */
4750
- GetTenantSizes: {
4449
+ UpdateTenantPosition: {
4751
4450
  parameters: {
4752
4451
  query: {
4753
4452
  tenantId: string;
@@ -4756,13 +4455,22 @@ export interface operations {
4756
4455
  header?: {
4757
4456
  "x-api-version"?: string;
4758
4457
  };
4458
+ path: {
4459
+ tenantPositionId: string;
4460
+ };
4461
+ };
4462
+ requestBody?: {
4463
+ content: {
4464
+ "application/json": components["schemas"]["TenantPositionUpdateDto"];
4465
+ "application/xml": components["schemas"]["TenantPositionUpdateDto"];
4466
+ };
4759
4467
  };
4760
4468
  responses: {
4761
4469
  /** @description OK */
4762
4470
  200: {
4763
4471
  content: {
4764
- "application/json": components["schemas"]["TenantSizeDtoListEnvelope"];
4765
- "application/xml": components["schemas"]["TenantSizeDtoListEnvelope"];
4472
+ "application/json": components["schemas"]["EmptyEnvelope"];
4473
+ "application/xml": components["schemas"]["EmptyEnvelope"];
4766
4474
  };
4767
4475
  };
4768
4476
  /** @description Unauthorized */
@@ -4782,10 +4490,10 @@ export interface operations {
4782
4490
  };
4783
4491
  };
4784
4492
  /**
4785
- * Create a new tenant size
4786
- * @description Create a new tenant size
4493
+ * Delete a tenant position
4494
+ * @description Delete a tenant position
4787
4495
  */
4788
- CreateTenantSize: {
4496
+ DeleteTenantPosition: {
4789
4497
  parameters: {
4790
4498
  query: {
4791
4499
  tenantId: string;
@@ -4794,16 +4502,13 @@ export interface operations {
4794
4502
  header?: {
4795
4503
  "x-api-version"?: string;
4796
4504
  };
4797
- };
4798
- requestBody?: {
4799
- content: {
4800
- "application/json": components["schemas"]["TenantSizeCreateDto"];
4801
- "application/xml": components["schemas"]["TenantSizeCreateDto"];
4505
+ path: {
4506
+ tenantPositionId: string;
4802
4507
  };
4803
4508
  };
4804
4509
  responses: {
4805
- /** @description Created */
4806
- 201: {
4510
+ /** @description OK */
4511
+ 200: {
4807
4512
  content: {
4808
4513
  "application/json": components["schemas"]["EmptyEnvelope"];
4809
4514
  "application/xml": components["schemas"]["EmptyEnvelope"];
@@ -4826,10 +4531,10 @@ export interface operations {
4826
4531
  };
4827
4532
  };
4828
4533
  /**
4829
- * Get the count of tenant sizes
4830
- * @description Get the count of tenant sizes
4534
+ * Retrieve a list of tenant segments
4535
+ * @description Retrieve a list of tenant segments
4831
4536
  */
4832
- GetTenantSizesCount: {
4537
+ GetTenantSegments: {
4833
4538
  parameters: {
4834
4539
  query: {
4835
4540
  tenantId: string;
@@ -4843,8 +4548,8 @@ export interface operations {
4843
4548
  /** @description OK */
4844
4549
  200: {
4845
4550
  content: {
4846
- "application/json": components["schemas"]["Int32Envelope"];
4847
- "application/xml": components["schemas"]["Int32Envelope"];
4551
+ "application/json": components["schemas"]["TenantSegmentDtoListEnvelope"];
4552
+ "application/xml": components["schemas"]["TenantSegmentDtoListEnvelope"];
4848
4553
  };
4849
4554
  };
4850
4555
  /** @description Unauthorized */
@@ -4864,10 +4569,10 @@ export interface operations {
4864
4569
  };
4865
4570
  };
4866
4571
  /**
4867
- * Retrieve a single tenant size by its ID
4868
- * @description Retrieve a single tenant size by its ID
4572
+ * Create a new tenant segment
4573
+ * @description Create a new tenant segment
4869
4574
  */
4870
- GetTenantSizeById: {
4575
+ CreateTenantSegment: {
4871
4576
  parameters: {
4872
4577
  query: {
4873
4578
  tenantId: string;
@@ -4876,16 +4581,19 @@ export interface operations {
4876
4581
  header?: {
4877
4582
  "x-api-version"?: string;
4878
4583
  };
4879
- path: {
4880
- tenantSizeId: string;
4584
+ };
4585
+ requestBody?: {
4586
+ content: {
4587
+ "application/json": components["schemas"]["TenantSegmentCreateDto"];
4588
+ "application/xml": components["schemas"]["TenantSegmentCreateDto"];
4881
4589
  };
4882
4590
  };
4883
4591
  responses: {
4884
- /** @description OK */
4885
- 200: {
4592
+ /** @description Created */
4593
+ 201: {
4886
4594
  content: {
4887
- "application/json": components["schemas"]["TenantSizeDtoEnvelope"];
4888
- "application/xml": components["schemas"]["TenantSizeDtoEnvelope"];
4595
+ "application/json": components["schemas"]["EmptyEnvelope"];
4596
+ "application/xml": components["schemas"]["EmptyEnvelope"];
4889
4597
  };
4890
4598
  };
4891
4599
  /** @description Unauthorized */
@@ -4905,10 +4613,48 @@ export interface operations {
4905
4613
  };
4906
4614
  };
4907
4615
  /**
4908
- * Update a tenant size
4909
- * @description Update a tenant size
4910
- */
4911
- UpdateTenantSize: {
4616
+ * Get the count of tenant segments
4617
+ * @description Get the count of tenant segments
4618
+ */
4619
+ GetTenantSegmentsCount: {
4620
+ parameters: {
4621
+ query: {
4622
+ tenantId: string;
4623
+ "api-version"?: string;
4624
+ };
4625
+ header?: {
4626
+ "x-api-version"?: string;
4627
+ };
4628
+ };
4629
+ responses: {
4630
+ /** @description OK */
4631
+ 200: {
4632
+ content: {
4633
+ "application/json": components["schemas"]["Int32Envelope"];
4634
+ "application/xml": components["schemas"]["Int32Envelope"];
4635
+ };
4636
+ };
4637
+ /** @description Unauthorized */
4638
+ 401: {
4639
+ content: {
4640
+ "application/json": components["schemas"]["ErrorEnvelope"];
4641
+ "application/xml": components["schemas"]["ErrorEnvelope"];
4642
+ };
4643
+ };
4644
+ /** @description Forbidden */
4645
+ 403: {
4646
+ content: {
4647
+ "application/json": components["schemas"]["ErrorEnvelope"];
4648
+ "application/xml": components["schemas"]["ErrorEnvelope"];
4649
+ };
4650
+ };
4651
+ };
4652
+ };
4653
+ /**
4654
+ * Retrieve a single tenant segment by its ID
4655
+ * @description Retrieve a single tenant segment by its ID
4656
+ */
4657
+ GetTenantSegmentById: {
4912
4658
  parameters: {
4913
4659
  query: {
4914
4660
  tenantId: string;
@@ -4918,13 +4664,54 @@ export interface operations {
4918
4664
  "x-api-version"?: string;
4919
4665
  };
4920
4666
  path: {
4921
- tenantSizeId: string;
4667
+ tenantSegmentId: string;
4668
+ };
4669
+ };
4670
+ responses: {
4671
+ /** @description OK */
4672
+ 200: {
4673
+ content: {
4674
+ "application/json": components["schemas"]["TenantSegmentDtoEnvelope"];
4675
+ "application/xml": components["schemas"]["TenantSegmentDtoEnvelope"];
4676
+ };
4677
+ };
4678
+ /** @description Unauthorized */
4679
+ 401: {
4680
+ content: {
4681
+ "application/json": components["schemas"]["ErrorEnvelope"];
4682
+ "application/xml": components["schemas"]["ErrorEnvelope"];
4683
+ };
4684
+ };
4685
+ /** @description Forbidden */
4686
+ 403: {
4687
+ content: {
4688
+ "application/json": components["schemas"]["ErrorEnvelope"];
4689
+ "application/xml": components["schemas"]["ErrorEnvelope"];
4690
+ };
4691
+ };
4692
+ };
4693
+ };
4694
+ /**
4695
+ * Update a tenant segment
4696
+ * @description Update a tenant segment
4697
+ */
4698
+ UpdateTenantSegment: {
4699
+ parameters: {
4700
+ query: {
4701
+ tenantId: string;
4702
+ "api-version"?: string;
4703
+ };
4704
+ header?: {
4705
+ "x-api-version"?: string;
4706
+ };
4707
+ path: {
4708
+ tenantSegmentId: string;
4922
4709
  };
4923
4710
  };
4924
4711
  requestBody?: {
4925
4712
  content: {
4926
- "application/json": components["schemas"]["TenantSizeUpdateDto"];
4927
- "application/xml": components["schemas"]["TenantSizeUpdateDto"];
4713
+ "application/json": components["schemas"]["TenantSegmentUpdateDto"];
4714
+ "application/xml": components["schemas"]["TenantSegmentUpdateDto"];
4928
4715
  };
4929
4716
  };
4930
4717
  responses: {
@@ -4952,10 +4739,10 @@ export interface operations {
4952
4739
  };
4953
4740
  };
4954
4741
  /**
4955
- * Delete a tenant size
4956
- * @description Delete a tenant size
4742
+ * Delete a tenant segment
4743
+ * @description Delete a tenant segment
4957
4744
  */
4958
- DeleteTenantSize: {
4745
+ DeleteTenantSegment: {
4959
4746
  parameters: {
4960
4747
  query: {
4961
4748
  tenantId: string;
@@ -4965,7 +4752,7 @@ export interface operations {
4965
4752
  "x-api-version"?: string;
4966
4753
  };
4967
4754
  path: {
4968
- tenantSizeId: string;
4755
+ tenantSegmentId: string;
4969
4756
  };
4970
4757
  };
4971
4758
  responses: {
@@ -4993,10 +4780,10 @@ export interface operations {
4993
4780
  };
4994
4781
  };
4995
4782
  /**
4996
- * Retrieve a list of tenant team contact enrollments
4997
- * @description Retrieve a list of tenant team contact enrollments
4783
+ * Retrieve a list of tenant sizes
4784
+ * @description Retrieve a list of tenant sizes
4998
4785
  */
4999
- GetTenantTeamContactEnrollments: {
4786
+ GetTenantSizes: {
5000
4787
  parameters: {
5001
4788
  query: {
5002
4789
  tenantId: string;
@@ -5010,8 +4797,8 @@ export interface operations {
5010
4797
  /** @description OK */
5011
4798
  200: {
5012
4799
  content: {
5013
- "application/json": components["schemas"]["TenantTeamContactEnrollmentDtoListEnvelope"];
5014
- "application/xml": components["schemas"]["TenantTeamContactEnrollmentDtoListEnvelope"];
4800
+ "application/json": components["schemas"]["TenantSizeDtoListEnvelope"];
4801
+ "application/xml": components["schemas"]["TenantSizeDtoListEnvelope"];
5015
4802
  };
5016
4803
  };
5017
4804
  /** @description Unauthorized */
@@ -5031,10 +4818,10 @@ export interface operations {
5031
4818
  };
5032
4819
  };
5033
4820
  /**
5034
- * Create a new tenant team contact enrollment
5035
- * @description Create a new tenant team contact enrollment
4821
+ * Create a new tenant size
4822
+ * @description Create a new tenant size
5036
4823
  */
5037
- CreateTenantTeamContactEnrollment: {
4824
+ CreateTenantSize: {
5038
4825
  parameters: {
5039
4826
  query: {
5040
4827
  tenantId: string;
@@ -5046,8 +4833,8 @@ export interface operations {
5046
4833
  };
5047
4834
  requestBody?: {
5048
4835
  content: {
5049
- "application/json": components["schemas"]["TenantTeamContactEnrollmentCreateDto"];
5050
- "application/xml": components["schemas"]["TenantTeamContactEnrollmentCreateDto"];
4836
+ "application/json": components["schemas"]["TenantSizeCreateDto"];
4837
+ "application/xml": components["schemas"]["TenantSizeCreateDto"];
5051
4838
  };
5052
4839
  };
5053
4840
  responses: {
@@ -5075,10 +4862,10 @@ export interface operations {
5075
4862
  };
5076
4863
  };
5077
4864
  /**
5078
- * Get the count of tenant team contact enrollments
5079
- * @description Get the count of tenant team contact enrollments
4865
+ * Get the count of tenant sizes
4866
+ * @description Get the count of tenant sizes
5080
4867
  */
5081
- GetTenantTeamContactEnrollmentsCount: {
4868
+ GetTenantSizesCount: {
5082
4869
  parameters: {
5083
4870
  query: {
5084
4871
  tenantId: string;
@@ -5113,10 +4900,10 @@ export interface operations {
5113
4900
  };
5114
4901
  };
5115
4902
  /**
5116
- * Retrieve a single tenant team contact enrollment by its ID
5117
- * @description Retrieve a single tenant team contact enrollment by its ID
4903
+ * Retrieve a single tenant size by its ID
4904
+ * @description Retrieve a single tenant size by its ID
5118
4905
  */
5119
- GetTenantTeamContactEnrollmentById: {
4906
+ GetTenantSizeById: {
5120
4907
  parameters: {
5121
4908
  query: {
5122
4909
  tenantId: string;
@@ -5126,15 +4913,15 @@ export interface operations {
5126
4913
  "x-api-version"?: string;
5127
4914
  };
5128
4915
  path: {
5129
- tenantTeamContactEnrollmentId: string;
4916
+ tenantSizeId: string;
5130
4917
  };
5131
4918
  };
5132
4919
  responses: {
5133
4920
  /** @description OK */
5134
4921
  200: {
5135
4922
  content: {
5136
- "application/json": components["schemas"]["TenantTeamContactEnrollmentDtoEnvelope"];
5137
- "application/xml": components["schemas"]["TenantTeamContactEnrollmentDtoEnvelope"];
4923
+ "application/json": components["schemas"]["TenantSizeDtoEnvelope"];
4924
+ "application/xml": components["schemas"]["TenantSizeDtoEnvelope"];
5138
4925
  };
5139
4926
  };
5140
4927
  /** @description Unauthorized */
@@ -5154,10 +4941,10 @@ export interface operations {
5154
4941
  };
5155
4942
  };
5156
4943
  /**
5157
- * Update a tenant team contact enrollment
5158
- * @description Update a tenant team contact enrollment
4944
+ * Update a tenant size
4945
+ * @description Update a tenant size
5159
4946
  */
5160
- UpdateTenantTeamContactEnrollment: {
4947
+ UpdateTenantSize: {
5161
4948
  parameters: {
5162
4949
  query: {
5163
4950
  tenantId: string;
@@ -5167,13 +4954,13 @@ export interface operations {
5167
4954
  "x-api-version"?: string;
5168
4955
  };
5169
4956
  path: {
5170
- tenantTeamContactEnrollmentId: string;
4957
+ tenantSizeId: string;
5171
4958
  };
5172
4959
  };
5173
4960
  requestBody?: {
5174
4961
  content: {
5175
- "application/json": components["schemas"]["TenantTeamContactEnrollmentUpdateDto"];
5176
- "application/xml": components["schemas"]["TenantTeamContactEnrollmentUpdateDto"];
4962
+ "application/json": components["schemas"]["TenantSizeUpdateDto"];
4963
+ "application/xml": components["schemas"]["TenantSizeUpdateDto"];
5177
4964
  };
5178
4965
  };
5179
4966
  responses: {
@@ -5201,10 +4988,10 @@ export interface operations {
5201
4988
  };
5202
4989
  };
5203
4990
  /**
5204
- * Delete a tenant team contact enrollment
5205
- * @description Delete a tenant team contact enrollment
4991
+ * Delete a tenant size
4992
+ * @description Delete a tenant size
5206
4993
  */
5207
- DeleteTenantTeamContactEnrollment: {
4994
+ DeleteTenantSize: {
5208
4995
  parameters: {
5209
4996
  query: {
5210
4997
  tenantId: string;
@@ -5214,7 +5001,7 @@ export interface operations {
5214
5001
  "x-api-version"?: string;
5215
5002
  };
5216
5003
  path: {
5217
- tenantTeamContactEnrollmentId: string;
5004
+ tenantSizeId: string;
5218
5005
  };
5219
5006
  };
5220
5007
  responses: {
@@ -5242,10 +5029,10 @@ export interface operations {
5242
5029
  };
5243
5030
  };
5244
5031
  /**
5245
- * Retrieve a list of tenant team project enrollments
5246
- * @description Retrieve a list of tenant team project enrollments
5032
+ * Retrieve a list of tenant team contact enrollments
5033
+ * @description Retrieve a list of tenant team contact enrollments
5247
5034
  */
5248
- GetTenantTeamProjectEnrollments: {
5035
+ GetTenantTeamContactEnrollments: {
5249
5036
  parameters: {
5250
5037
  query: {
5251
5038
  tenantId: string;
@@ -5259,8 +5046,8 @@ export interface operations {
5259
5046
  /** @description OK */
5260
5047
  200: {
5261
5048
  content: {
5262
- "application/json": components["schemas"]["TenantTeamProjectEnrollmentDtoListEnvelope"];
5263
- "application/xml": components["schemas"]["TenantTeamProjectEnrollmentDtoListEnvelope"];
5049
+ "application/json": components["schemas"]["TenantTeamContactEnrollmentDtoListEnvelope"];
5050
+ "application/xml": components["schemas"]["TenantTeamContactEnrollmentDtoListEnvelope"];
5264
5051
  };
5265
5052
  };
5266
5053
  /** @description Unauthorized */
@@ -5280,10 +5067,10 @@ export interface operations {
5280
5067
  };
5281
5068
  };
5282
5069
  /**
5283
- * Create a new tenant team project enrollment
5284
- * @description Create a new tenant team project enrollment
5070
+ * Create a new tenant team contact enrollment
5071
+ * @description Create a new tenant team contact enrollment
5285
5072
  */
5286
- CreateTenantTeamProjectEnrollment: {
5073
+ CreateTenantTeamContactEnrollment: {
5287
5074
  parameters: {
5288
5075
  query: {
5289
5076
  tenantId: string;
@@ -5295,8 +5082,8 @@ export interface operations {
5295
5082
  };
5296
5083
  requestBody?: {
5297
5084
  content: {
5298
- "application/json": components["schemas"]["TenantTeamProjectEnrollmentCreateDto"];
5299
- "application/xml": components["schemas"]["TenantTeamProjectEnrollmentCreateDto"];
5085
+ "application/json": components["schemas"]["TenantTeamContactEnrollmentCreateDto"];
5086
+ "application/xml": components["schemas"]["TenantTeamContactEnrollmentCreateDto"];
5300
5087
  };
5301
5088
  };
5302
5089
  responses: {
@@ -5324,10 +5111,10 @@ export interface operations {
5324
5111
  };
5325
5112
  };
5326
5113
  /**
5327
- * Get the count of tenant team project enrollments
5328
- * @description Get the count of tenant team project enrollments
5114
+ * Get the count of tenant team contact enrollments
5115
+ * @description Get the count of tenant team contact enrollments
5329
5116
  */
5330
- GetTenantTeamProjectEnrollmentsCount: {
5117
+ GetTenantTeamContactEnrollmentsCount: {
5331
5118
  parameters: {
5332
5119
  query: {
5333
5120
  tenantId: string;
@@ -5362,10 +5149,10 @@ export interface operations {
5362
5149
  };
5363
5150
  };
5364
5151
  /**
5365
- * Retrieve a single tenant team project enrollment by its ID
5366
- * @description Retrieve a single tenant team project enrollment by its ID
5152
+ * Retrieve a single tenant team contact enrollment by its ID
5153
+ * @description Retrieve a single tenant team contact enrollment by its ID
5367
5154
  */
5368
- GetTenantTeamProjectEnrollmentById: {
5155
+ GetTenantTeamContactEnrollmentById: {
5369
5156
  parameters: {
5370
5157
  query: {
5371
5158
  tenantId: string;
@@ -5375,15 +5162,15 @@ export interface operations {
5375
5162
  "x-api-version"?: string;
5376
5163
  };
5377
5164
  path: {
5378
- tenantTeamProjectEnrollmentId: string;
5165
+ tenantTeamContactEnrollmentId: string;
5379
5166
  };
5380
5167
  };
5381
5168
  responses: {
5382
5169
  /** @description OK */
5383
5170
  200: {
5384
5171
  content: {
5385
- "application/json": components["schemas"]["TenantTeamProjectEnrollmentDtoEnvelope"];
5386
- "application/xml": components["schemas"]["TenantTeamProjectEnrollmentDtoEnvelope"];
5172
+ "application/json": components["schemas"]["TenantTeamContactEnrollmentDtoEnvelope"];
5173
+ "application/xml": components["schemas"]["TenantTeamContactEnrollmentDtoEnvelope"];
5387
5174
  };
5388
5175
  };
5389
5176
  /** @description Unauthorized */
@@ -5403,10 +5190,10 @@ export interface operations {
5403
5190
  };
5404
5191
  };
5405
5192
  /**
5406
- * Update a tenant team project enrollment
5407
- * @description Update a tenant team project enrollment
5193
+ * Update a tenant team contact enrollment
5194
+ * @description Update a tenant team contact enrollment
5408
5195
  */
5409
- UpdateTenantTeamProjectEnrollment: {
5196
+ UpdateTenantTeamContactEnrollment: {
5410
5197
  parameters: {
5411
5198
  query: {
5412
5199
  tenantId: string;
@@ -5416,13 +5203,13 @@ export interface operations {
5416
5203
  "x-api-version"?: string;
5417
5204
  };
5418
5205
  path: {
5419
- tenantTeamProjectEnrollmentId: string;
5206
+ tenantTeamContactEnrollmentId: string;
5420
5207
  };
5421
5208
  };
5422
5209
  requestBody?: {
5423
5210
  content: {
5424
- "application/json": components["schemas"]["TenantTeamProjectEnrollmentUpdateDto"];
5425
- "application/xml": components["schemas"]["TenantTeamProjectEnrollmentUpdateDto"];
5211
+ "application/json": components["schemas"]["TenantTeamContactEnrollmentUpdateDto"];
5212
+ "application/xml": components["schemas"]["TenantTeamContactEnrollmentUpdateDto"];
5426
5213
  };
5427
5214
  };
5428
5215
  responses: {
@@ -5450,10 +5237,10 @@ export interface operations {
5450
5237
  };
5451
5238
  };
5452
5239
  /**
5453
- * Delete a tenant team project enrollment
5454
- * @description Delete a tenant team project enrollment
5240
+ * Delete a tenant team contact enrollment
5241
+ * @description Delete a tenant team contact enrollment
5455
5242
  */
5456
- DeleteTenantTeamProjectEnrollment: {
5243
+ DeleteTenantTeamContactEnrollment: {
5457
5244
  parameters: {
5458
5245
  query: {
5459
5246
  tenantId: string;
@@ -5463,7 +5250,7 @@ export interface operations {
5463
5250
  "x-api-version"?: string;
5464
5251
  };
5465
5252
  path: {
5466
- tenantTeamProjectEnrollmentId: string;
5253
+ tenantTeamContactEnrollmentId: string;
5467
5254
  };
5468
5255
  };
5469
5256
  responses: {
@@ -5491,10 +5278,10 @@ export interface operations {
5491
5278
  };
5492
5279
  };
5493
5280
  /**
5494
- * Retrieve a list of tenant team records
5495
- * @description Retrieve a list of tenant team records
5281
+ * Retrieve a list of tenant team project enrollments
5282
+ * @description Retrieve a list of tenant team project enrollments
5496
5283
  */
5497
- GetTenantTeamRecords: {
5284
+ GetTenantTeamProjectEnrollments: {
5498
5285
  parameters: {
5499
5286
  query: {
5500
5287
  tenantId: string;
@@ -5508,8 +5295,8 @@ export interface operations {
5508
5295
  /** @description OK */
5509
5296
  200: {
5510
5297
  content: {
5511
- "application/json": components["schemas"]["TenantTeamRecordDtoListEnvelope"];
5512
- "application/xml": components["schemas"]["TenantTeamRecordDtoListEnvelope"];
5298
+ "application/json": components["schemas"]["TenantTeamProjectEnrollmentDtoListEnvelope"];
5299
+ "application/xml": components["schemas"]["TenantTeamProjectEnrollmentDtoListEnvelope"];
5513
5300
  };
5514
5301
  };
5515
5302
  /** @description Unauthorized */
@@ -5529,10 +5316,10 @@ export interface operations {
5529
5316
  };
5530
5317
  };
5531
5318
  /**
5532
- * Create a new tenant team record
5533
- * @description Create a new tenant team record
5319
+ * Create a new tenant team project enrollment
5320
+ * @description Create a new tenant team project enrollment
5534
5321
  */
5535
- CreateTenantTeamRecord: {
5322
+ CreateTenantTeamProjectEnrollment: {
5536
5323
  parameters: {
5537
5324
  query: {
5538
5325
  tenantId: string;
@@ -5544,8 +5331,8 @@ export interface operations {
5544
5331
  };
5545
5332
  requestBody?: {
5546
5333
  content: {
5547
- "application/json": components["schemas"]["TenantTeamRecordCreateDto"];
5548
- "application/xml": components["schemas"]["TenantTeamRecordCreateDto"];
5334
+ "application/json": components["schemas"]["TenantTeamProjectEnrollmentCreateDto"];
5335
+ "application/xml": components["schemas"]["TenantTeamProjectEnrollmentCreateDto"];
5549
5336
  };
5550
5337
  };
5551
5338
  responses: {
@@ -5573,10 +5360,10 @@ export interface operations {
5573
5360
  };
5574
5361
  };
5575
5362
  /**
5576
- * Get the count of tenant team records
5577
- * @description Get the count of tenant team records
5363
+ * Get the count of tenant team project enrollments
5364
+ * @description Get the count of tenant team project enrollments
5578
5365
  */
5579
- GetTenantTeamRecordsCount: {
5366
+ GetTenantTeamProjectEnrollmentsCount: {
5580
5367
  parameters: {
5581
5368
  query: {
5582
5369
  tenantId: string;
@@ -5611,10 +5398,10 @@ export interface operations {
5611
5398
  };
5612
5399
  };
5613
5400
  /**
5614
- * Retrieve a single tenant team record by its ID
5615
- * @description Retrieve a single tenant team record by its ID
5401
+ * Retrieve a single tenant team project enrollment by its ID
5402
+ * @description Retrieve a single tenant team project enrollment by its ID
5616
5403
  */
5617
- GetTenantTeamRecordById: {
5404
+ GetTenantTeamProjectEnrollmentById: {
5618
5405
  parameters: {
5619
5406
  query: {
5620
5407
  tenantId: string;
@@ -5624,15 +5411,15 @@ export interface operations {
5624
5411
  "x-api-version"?: string;
5625
5412
  };
5626
5413
  path: {
5627
- tenantTeamRecordId: string;
5414
+ tenantTeamProjectEnrollmentId: string;
5628
5415
  };
5629
5416
  };
5630
5417
  responses: {
5631
5418
  /** @description OK */
5632
5419
  200: {
5633
5420
  content: {
5634
- "application/json": components["schemas"]["TenantTeamRecordDtoEnvelope"];
5635
- "application/xml": components["schemas"]["TenantTeamRecordDtoEnvelope"];
5421
+ "application/json": components["schemas"]["TenantTeamProjectEnrollmentDtoEnvelope"];
5422
+ "application/xml": components["schemas"]["TenantTeamProjectEnrollmentDtoEnvelope"];
5636
5423
  };
5637
5424
  };
5638
5425
  /** @description Unauthorized */
@@ -5652,8 +5439,257 @@ export interface operations {
5652
5439
  };
5653
5440
  };
5654
5441
  /**
5655
- * Update a tenant team record
5656
- * @description Update a tenant team record
5442
+ * Update a tenant team project enrollment
5443
+ * @description Update a tenant team project enrollment
5444
+ */
5445
+ UpdateTenantTeamProjectEnrollment: {
5446
+ parameters: {
5447
+ query: {
5448
+ tenantId: string;
5449
+ "api-version"?: string;
5450
+ };
5451
+ header?: {
5452
+ "x-api-version"?: string;
5453
+ };
5454
+ path: {
5455
+ tenantTeamProjectEnrollmentId: string;
5456
+ };
5457
+ };
5458
+ requestBody?: {
5459
+ content: {
5460
+ "application/json": components["schemas"]["TenantTeamProjectEnrollmentUpdateDto"];
5461
+ "application/xml": components["schemas"]["TenantTeamProjectEnrollmentUpdateDto"];
5462
+ };
5463
+ };
5464
+ responses: {
5465
+ /** @description OK */
5466
+ 200: {
5467
+ content: {
5468
+ "application/json": components["schemas"]["EmptyEnvelope"];
5469
+ "application/xml": components["schemas"]["EmptyEnvelope"];
5470
+ };
5471
+ };
5472
+ /** @description Unauthorized */
5473
+ 401: {
5474
+ content: {
5475
+ "application/json": components["schemas"]["ErrorEnvelope"];
5476
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5477
+ };
5478
+ };
5479
+ /** @description Forbidden */
5480
+ 403: {
5481
+ content: {
5482
+ "application/json": components["schemas"]["ErrorEnvelope"];
5483
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5484
+ };
5485
+ };
5486
+ };
5487
+ };
5488
+ /**
5489
+ * Delete a tenant team project enrollment
5490
+ * @description Delete a tenant team project enrollment
5491
+ */
5492
+ DeleteTenantTeamProjectEnrollment: {
5493
+ parameters: {
5494
+ query: {
5495
+ tenantId: string;
5496
+ "api-version"?: string;
5497
+ };
5498
+ header?: {
5499
+ "x-api-version"?: string;
5500
+ };
5501
+ path: {
5502
+ tenantTeamProjectEnrollmentId: string;
5503
+ };
5504
+ };
5505
+ responses: {
5506
+ /** @description OK */
5507
+ 200: {
5508
+ content: {
5509
+ "application/json": components["schemas"]["EmptyEnvelope"];
5510
+ "application/xml": components["schemas"]["EmptyEnvelope"];
5511
+ };
5512
+ };
5513
+ /** @description Unauthorized */
5514
+ 401: {
5515
+ content: {
5516
+ "application/json": components["schemas"]["ErrorEnvelope"];
5517
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5518
+ };
5519
+ };
5520
+ /** @description Forbidden */
5521
+ 403: {
5522
+ content: {
5523
+ "application/json": components["schemas"]["ErrorEnvelope"];
5524
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5525
+ };
5526
+ };
5527
+ };
5528
+ };
5529
+ /**
5530
+ * Retrieve a list of tenant team records
5531
+ * @description Retrieve a list of tenant team records
5532
+ */
5533
+ GetTenantTeamRecords: {
5534
+ parameters: {
5535
+ query: {
5536
+ tenantId: string;
5537
+ "api-version"?: string;
5538
+ };
5539
+ header?: {
5540
+ "x-api-version"?: string;
5541
+ };
5542
+ };
5543
+ responses: {
5544
+ /** @description OK */
5545
+ 200: {
5546
+ content: {
5547
+ "application/json": components["schemas"]["TenantTeamRecordDtoListEnvelope"];
5548
+ "application/xml": components["schemas"]["TenantTeamRecordDtoListEnvelope"];
5549
+ };
5550
+ };
5551
+ /** @description Unauthorized */
5552
+ 401: {
5553
+ content: {
5554
+ "application/json": components["schemas"]["ErrorEnvelope"];
5555
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5556
+ };
5557
+ };
5558
+ /** @description Forbidden */
5559
+ 403: {
5560
+ content: {
5561
+ "application/json": components["schemas"]["ErrorEnvelope"];
5562
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5563
+ };
5564
+ };
5565
+ };
5566
+ };
5567
+ /**
5568
+ * Create a new tenant team record
5569
+ * @description Create a new tenant team record
5570
+ */
5571
+ CreateTenantTeamRecord: {
5572
+ parameters: {
5573
+ query: {
5574
+ tenantId: string;
5575
+ "api-version"?: string;
5576
+ };
5577
+ header?: {
5578
+ "x-api-version"?: string;
5579
+ };
5580
+ };
5581
+ requestBody?: {
5582
+ content: {
5583
+ "application/json": components["schemas"]["TenantTeamRecordCreateDto"];
5584
+ "application/xml": components["schemas"]["TenantTeamRecordCreateDto"];
5585
+ };
5586
+ };
5587
+ responses: {
5588
+ /** @description Created */
5589
+ 201: {
5590
+ content: {
5591
+ "application/json": components["schemas"]["EmptyEnvelope"];
5592
+ "application/xml": components["schemas"]["EmptyEnvelope"];
5593
+ };
5594
+ };
5595
+ /** @description Unauthorized */
5596
+ 401: {
5597
+ content: {
5598
+ "application/json": components["schemas"]["ErrorEnvelope"];
5599
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5600
+ };
5601
+ };
5602
+ /** @description Forbidden */
5603
+ 403: {
5604
+ content: {
5605
+ "application/json": components["schemas"]["ErrorEnvelope"];
5606
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5607
+ };
5608
+ };
5609
+ };
5610
+ };
5611
+ /**
5612
+ * Get the count of tenant team records
5613
+ * @description Get the count of tenant team records
5614
+ */
5615
+ GetTenantTeamRecordsCount: {
5616
+ parameters: {
5617
+ query: {
5618
+ tenantId: string;
5619
+ "api-version"?: string;
5620
+ };
5621
+ header?: {
5622
+ "x-api-version"?: string;
5623
+ };
5624
+ };
5625
+ responses: {
5626
+ /** @description OK */
5627
+ 200: {
5628
+ content: {
5629
+ "application/json": components["schemas"]["Int32Envelope"];
5630
+ "application/xml": components["schemas"]["Int32Envelope"];
5631
+ };
5632
+ };
5633
+ /** @description Unauthorized */
5634
+ 401: {
5635
+ content: {
5636
+ "application/json": components["schemas"]["ErrorEnvelope"];
5637
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5638
+ };
5639
+ };
5640
+ /** @description Forbidden */
5641
+ 403: {
5642
+ content: {
5643
+ "application/json": components["schemas"]["ErrorEnvelope"];
5644
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5645
+ };
5646
+ };
5647
+ };
5648
+ };
5649
+ /**
5650
+ * Retrieve a single tenant team record by its ID
5651
+ * @description Retrieve a single tenant team record by its ID
5652
+ */
5653
+ GetTenantTeamRecordById: {
5654
+ parameters: {
5655
+ query: {
5656
+ tenantId: string;
5657
+ "api-version"?: string;
5658
+ };
5659
+ header?: {
5660
+ "x-api-version"?: string;
5661
+ };
5662
+ path: {
5663
+ tenantTeamRecordId: string;
5664
+ };
5665
+ };
5666
+ responses: {
5667
+ /** @description OK */
5668
+ 200: {
5669
+ content: {
5670
+ "application/json": components["schemas"]["TenantTeamRecordDtoEnvelope"];
5671
+ "application/xml": components["schemas"]["TenantTeamRecordDtoEnvelope"];
5672
+ };
5673
+ };
5674
+ /** @description Unauthorized */
5675
+ 401: {
5676
+ content: {
5677
+ "application/json": components["schemas"]["ErrorEnvelope"];
5678
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5679
+ };
5680
+ };
5681
+ /** @description Forbidden */
5682
+ 403: {
5683
+ content: {
5684
+ "application/json": components["schemas"]["ErrorEnvelope"];
5685
+ "application/xml": components["schemas"]["ErrorEnvelope"];
5686
+ };
5687
+ };
5688
+ };
5689
+ };
5690
+ /**
5691
+ * Update a tenant team record
5692
+ * @description Update a tenant team record
5657
5693
  */
5658
5694
  UpdateTenantTeamRecord: {
5659
5695
  parameters: {
@@ -6199,7 +6235,592 @@ export interface operations {
6199
6235
  * Get an extended tenant's business profile
6200
6236
  * @description Get an extended tenant's business profile
6201
6237
  */
6202
- GetExtendedTenantAsync: {
6238
+ GetExtendedTenantAsync: {
6239
+ parameters: {
6240
+ query?: {
6241
+ "api-version"?: string;
6242
+ };
6243
+ header?: {
6244
+ "x-api-version"?: string;
6245
+ };
6246
+ path: {
6247
+ tenantId: string;
6248
+ };
6249
+ };
6250
+ responses: {
6251
+ /** @description OK */
6252
+ 200: {
6253
+ content: {
6254
+ "application/json": components["schemas"]["ExtendedTenantDtoEnvelope"];
6255
+ "application/xml": components["schemas"]["ExtendedTenantDtoEnvelope"];
6256
+ };
6257
+ };
6258
+ /** @description Unauthorized */
6259
+ 401: {
6260
+ content: {
6261
+ "application/json": components["schemas"]["ErrorEnvelope"];
6262
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6263
+ };
6264
+ };
6265
+ /** @description Forbidden */
6266
+ 403: {
6267
+ content: {
6268
+ "application/json": components["schemas"]["ErrorEnvelope"];
6269
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6270
+ };
6271
+ };
6272
+ };
6273
+ };
6274
+ /**
6275
+ * Get a tenant's avatar
6276
+ * @description Get a tenant's avatar
6277
+ */
6278
+ GetTenantAvatarAsync: {
6279
+ parameters: {
6280
+ query?: {
6281
+ "api-version"?: string;
6282
+ };
6283
+ header?: {
6284
+ "x-api-version"?: string;
6285
+ };
6286
+ path: {
6287
+ tenantId: string;
6288
+ };
6289
+ };
6290
+ responses: {
6291
+ /** @description OK */
6292
+ 200: {
6293
+ content: {
6294
+ "application/json": components["schemas"]["EmptyEnvelope"];
6295
+ "application/xml": components["schemas"]["EmptyEnvelope"];
6296
+ };
6297
+ };
6298
+ /** @description Unauthorized */
6299
+ 401: {
6300
+ content: {
6301
+ "application/json": components["schemas"]["ErrorEnvelope"];
6302
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6303
+ };
6304
+ };
6305
+ /** @description Forbidden */
6306
+ 403: {
6307
+ content: {
6308
+ "application/json": components["schemas"]["ErrorEnvelope"];
6309
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6310
+ };
6311
+ };
6312
+ };
6313
+ };
6314
+ /**
6315
+ * Update a tenant's avatar
6316
+ * @description Update a tenant's avatar
6317
+ */
6318
+ UpdateAvatarAsync: {
6319
+ parameters: {
6320
+ query?: {
6321
+ "api-version"?: string;
6322
+ };
6323
+ header?: {
6324
+ "x-api-version"?: string;
6325
+ };
6326
+ path: {
6327
+ tenantId: string;
6328
+ };
6329
+ };
6330
+ requestBody?: {
6331
+ content: {
6332
+ "multipart/form-data": {
6333
+ /** Format: binary */
6334
+ avatar?: string;
6335
+ };
6336
+ "application/json": {
6337
+ /** Format: binary */
6338
+ avatar?: string;
6339
+ };
6340
+ "application/xml": {
6341
+ /** Format: binary */
6342
+ avatar?: string;
6343
+ };
6344
+ };
6345
+ };
6346
+ responses: {
6347
+ /** @description OK */
6348
+ 200: {
6349
+ content: {
6350
+ "image/png": components["schemas"]["EmptyEnvelope"];
6351
+ "application/json": components["schemas"]["EmptyEnvelope"];
6352
+ "application/xml": components["schemas"]["EmptyEnvelope"];
6353
+ };
6354
+ };
6355
+ /** @description Unauthorized */
6356
+ 401: {
6357
+ content: {
6358
+ "image/png": components["schemas"]["ErrorEnvelope"];
6359
+ "application/json": components["schemas"]["ErrorEnvelope"];
6360
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6361
+ };
6362
+ };
6363
+ /** @description Forbidden */
6364
+ 403: {
6365
+ content: {
6366
+ "image/png": components["schemas"]["ErrorEnvelope"];
6367
+ "application/json": components["schemas"]["ErrorEnvelope"];
6368
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6369
+ };
6370
+ };
6371
+ };
6372
+ };
6373
+ /**
6374
+ * Get a tenant's billing profile (A.K.A. Wallet Account)
6375
+ * @description Get a tenant's billing profile (A.K.A. Wallet Account)
6376
+ */
6377
+ GetTenantWalletAsync: {
6378
+ parameters: {
6379
+ query?: {
6380
+ "api-version"?: string;
6381
+ };
6382
+ header?: {
6383
+ "x-api-version"?: string;
6384
+ };
6385
+ path: {
6386
+ tenantId: string;
6387
+ };
6388
+ };
6389
+ responses: {
6390
+ /** @description OK */
6391
+ 200: {
6392
+ content: {
6393
+ "application/json": components["schemas"]["WalletDtoEnvelope"];
6394
+ "application/xml": components["schemas"]["WalletDtoEnvelope"];
6395
+ };
6396
+ };
6397
+ /** @description Unauthorized */
6398
+ 401: {
6399
+ content: {
6400
+ "application/json": components["schemas"]["ErrorEnvelope"];
6401
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6402
+ };
6403
+ };
6404
+ /** @description Forbidden */
6405
+ 403: {
6406
+ content: {
6407
+ "application/json": components["schemas"]["ErrorEnvelope"];
6408
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6409
+ };
6410
+ };
6411
+ };
6412
+ };
6413
+ /**
6414
+ * Get a tenant's social profile
6415
+ * @description Get a tenant's social profile
6416
+ */
6417
+ GetTenantSocialProfileAsync: {
6418
+ parameters: {
6419
+ query?: {
6420
+ "api-version"?: string;
6421
+ };
6422
+ header?: {
6423
+ "x-api-version"?: string;
6424
+ };
6425
+ path: {
6426
+ tenantId: string;
6427
+ };
6428
+ };
6429
+ responses: {
6430
+ /** @description OK */
6431
+ 200: {
6432
+ content: {
6433
+ "application/json": components["schemas"]["SocialProfileDtoEnvelope"];
6434
+ "application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
6435
+ };
6436
+ };
6437
+ /** @description Unauthorized */
6438
+ 401: {
6439
+ content: {
6440
+ "application/json": components["schemas"]["ErrorEnvelope"];
6441
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6442
+ };
6443
+ };
6444
+ /** @description Forbidden */
6445
+ 403: {
6446
+ content: {
6447
+ "application/json": components["schemas"]["ErrorEnvelope"];
6448
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6449
+ };
6450
+ };
6451
+ };
6452
+ };
6453
+ /**
6454
+ * Get a tenant's default cart
6455
+ * @description Get a tenant's default cart
6456
+ */
6457
+ GetTenantCartAsync: {
6458
+ parameters: {
6459
+ query?: {
6460
+ "api-version"?: string;
6461
+ };
6462
+ header?: {
6463
+ "x-api-version"?: string;
6464
+ };
6465
+ path: {
6466
+ tenantId: string;
6467
+ };
6468
+ };
6469
+ responses: {
6470
+ /** @description OK */
6471
+ 200: {
6472
+ content: {
6473
+ "application/json": components["schemas"]["CartDtoEnvelope"];
6474
+ "application/xml": components["schemas"]["CartDtoEnvelope"];
6475
+ };
6476
+ };
6477
+ /** @description Unauthorized */
6478
+ 401: {
6479
+ content: {
6480
+ "application/json": components["schemas"]["ErrorEnvelope"];
6481
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6482
+ };
6483
+ };
6484
+ /** @description Forbidden */
6485
+ 403: {
6486
+ content: {
6487
+ "application/json": components["schemas"]["ErrorEnvelope"];
6488
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6489
+ };
6490
+ };
6491
+ };
6492
+ };
6493
+ /**
6494
+ * Get the list of users enrolled in a tenant
6495
+ * @description Get the list of users enrolled in a tenant
6496
+ */
6497
+ GetTenantUsersAsync: {
6498
+ parameters: {
6499
+ query?: {
6500
+ "api-version"?: string;
6501
+ };
6502
+ header?: {
6503
+ "x-api-version"?: string;
6504
+ };
6505
+ path: {
6506
+ tenantId: string;
6507
+ };
6508
+ };
6509
+ responses: {
6510
+ /** @description OK */
6511
+ 200: {
6512
+ content: {
6513
+ "application/json": components["schemas"]["UserDtoListEnvelope"];
6514
+ "application/xml": components["schemas"]["UserDtoListEnvelope"];
6515
+ };
6516
+ };
6517
+ /** @description Unauthorized */
6518
+ 401: {
6519
+ content: {
6520
+ "application/json": components["schemas"]["ErrorEnvelope"];
6521
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6522
+ };
6523
+ };
6524
+ /** @description Forbidden */
6525
+ 403: {
6526
+ content: {
6527
+ "application/json": components["schemas"]["ErrorEnvelope"];
6528
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6529
+ };
6530
+ };
6531
+ };
6532
+ };
6533
+ /**
6534
+ * Get the list of user enrollments for a tenant
6535
+ * @description Get the list of user enrollments for a tenant
6536
+ */
6537
+ GetTenantEnrollmentsAsync: {
6538
+ parameters: {
6539
+ query?: {
6540
+ "api-version"?: string;
6541
+ };
6542
+ header?: {
6543
+ "x-api-version"?: string;
6544
+ };
6545
+ path: {
6546
+ tenantId: string;
6547
+ };
6548
+ };
6549
+ responses: {
6550
+ /** @description OK */
6551
+ 200: {
6552
+ content: {
6553
+ "application/json": components["schemas"]["TenantEnrollmentDtoListEnvelope"];
6554
+ "application/xml": components["schemas"]["TenantEnrollmentDtoListEnvelope"];
6555
+ };
6556
+ };
6557
+ /** @description Unauthorized */
6558
+ 401: {
6559
+ content: {
6560
+ "application/json": components["schemas"]["ErrorEnvelope"];
6561
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6562
+ };
6563
+ };
6564
+ /** @description Forbidden */
6565
+ 403: {
6566
+ content: {
6567
+ "application/json": components["schemas"]["ErrorEnvelope"];
6568
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6569
+ };
6570
+ };
6571
+ };
6572
+ };
6573
+ /**
6574
+ * Get a specific tenant enrollment
6575
+ * @description Get a specific tenant enrollment
6576
+ */
6577
+ GetTenantEnrollmentAsync: {
6578
+ parameters: {
6579
+ query?: {
6580
+ "api-version"?: string;
6581
+ };
6582
+ header?: {
6583
+ "x-api-version"?: string;
6584
+ };
6585
+ path: {
6586
+ tenantId: string;
6587
+ enrollmentId: string;
6588
+ };
6589
+ };
6590
+ responses: {
6591
+ /** @description OK */
6592
+ 200: {
6593
+ content: {
6594
+ "application/json": components["schemas"]["TenantEnrollmentDtoEnvelope"];
6595
+ "application/xml": components["schemas"]["TenantEnrollmentDtoEnvelope"];
6596
+ };
6597
+ };
6598
+ /** @description Unauthorized */
6599
+ 401: {
6600
+ content: {
6601
+ "application/json": components["schemas"]["ErrorEnvelope"];
6602
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6603
+ };
6604
+ };
6605
+ /** @description Forbidden */
6606
+ 403: {
6607
+ content: {
6608
+ "application/json": components["schemas"]["ErrorEnvelope"];
6609
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6610
+ };
6611
+ };
6612
+ };
6613
+ };
6614
+ /**
6615
+ * Get a specific tenant enrollment
6616
+ * @description Get a specific tenant enrollment
6617
+ */
6618
+ GetExtendedTenantEnrollmentAsync: {
6619
+ parameters: {
6620
+ query?: {
6621
+ "api-version"?: string;
6622
+ };
6623
+ header?: {
6624
+ "x-api-version"?: string;
6625
+ };
6626
+ path: {
6627
+ tenantId: string;
6628
+ enrollmentId: string;
6629
+ };
6630
+ };
6631
+ responses: {
6632
+ /** @description OK */
6633
+ 200: {
6634
+ content: {
6635
+ "application/json": components["schemas"]["ExtendedTenantEnrollmentDtoEnvelope"];
6636
+ "application/xml": components["schemas"]["ExtendedTenantEnrollmentDtoEnvelope"];
6637
+ };
6638
+ };
6639
+ /** @description Unauthorized */
6640
+ 401: {
6641
+ content: {
6642
+ "application/json": components["schemas"]["ErrorEnvelope"];
6643
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6644
+ };
6645
+ };
6646
+ /** @description Forbidden */
6647
+ 403: {
6648
+ content: {
6649
+ "application/json": components["schemas"]["ErrorEnvelope"];
6650
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6651
+ };
6652
+ };
6653
+ };
6654
+ };
6655
+ /**
6656
+ * Get a specific tenant enrollment's permissions list
6657
+ * @description Get a specific tenant enrollment's permissions list
6658
+ */
6659
+ GetEnrollmentPermissionsAsync: {
6660
+ parameters: {
6661
+ query?: {
6662
+ "api-version"?: string;
6663
+ };
6664
+ header?: {
6665
+ "x-api-version"?: string;
6666
+ };
6667
+ path: {
6668
+ tenantId: string;
6669
+ enrollmentId: string;
6670
+ };
6671
+ };
6672
+ responses: {
6673
+ /** @description OK */
6674
+ 200: {
6675
+ content: {
6676
+ "application/json": components["schemas"]["StringListEnvelope"];
6677
+ "application/xml": components["schemas"]["StringListEnvelope"];
6678
+ };
6679
+ };
6680
+ /** @description Unauthorized */
6681
+ 401: {
6682
+ content: {
6683
+ "application/json": components["schemas"]["ErrorEnvelope"];
6684
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6685
+ };
6686
+ };
6687
+ /** @description Forbidden */
6688
+ 403: {
6689
+ content: {
6690
+ "application/json": components["schemas"]["ErrorEnvelope"];
6691
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6692
+ };
6693
+ };
6694
+ };
6695
+ };
6696
+ /**
6697
+ * Validate the existence of a list of roles and permissions for a specific enrollment
6698
+ * @description Validate the existence of a list of roles and permissions for a specific enrollment
6699
+ */
6700
+ ValidateEnrollmentPermissionsAsync: {
6701
+ parameters: {
6702
+ query?: {
6703
+ roles?: string[];
6704
+ permissions?: string[];
6705
+ "api-version"?: string;
6706
+ };
6707
+ header?: {
6708
+ "x-api-version"?: string;
6709
+ };
6710
+ path: {
6711
+ tenantId: string;
6712
+ enrollmentId: string;
6713
+ };
6714
+ };
6715
+ responses: {
6716
+ /** @description OK */
6717
+ 200: {
6718
+ content: {
6719
+ "application/json": components["schemas"]["BooleanEnvelope"];
6720
+ "application/xml": components["schemas"]["BooleanEnvelope"];
6721
+ };
6722
+ };
6723
+ /** @description Unauthorized */
6724
+ 401: {
6725
+ content: {
6726
+ "application/json": components["schemas"]["ErrorEnvelope"];
6727
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6728
+ };
6729
+ };
6730
+ /** @description Forbidden */
6731
+ 403: {
6732
+ content: {
6733
+ "application/json": components["schemas"]["ErrorEnvelope"];
6734
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6735
+ };
6736
+ };
6737
+ };
6738
+ };
6739
+ /**
6740
+ * Get the list of invitations issued by a tenant
6741
+ * @description Get the list of invitations issued by a tenant
6742
+ */
6743
+ GetTenantInvitationsAsync: {
6744
+ parameters: {
6745
+ query?: {
6746
+ "api-version"?: string;
6747
+ };
6748
+ header?: {
6749
+ "x-api-version"?: string;
6750
+ };
6751
+ path: {
6752
+ tenantId: string;
6753
+ };
6754
+ };
6755
+ responses: {
6756
+ /** @description OK */
6757
+ 200: {
6758
+ content: {
6759
+ "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
6760
+ "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
6761
+ };
6762
+ };
6763
+ /** @description Unauthorized */
6764
+ 401: {
6765
+ content: {
6766
+ "application/json": components["schemas"]["ErrorEnvelope"];
6767
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6768
+ };
6769
+ };
6770
+ /** @description Forbidden */
6771
+ 403: {
6772
+ content: {
6773
+ "application/json": components["schemas"]["ErrorEnvelope"];
6774
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6775
+ };
6776
+ };
6777
+ };
6778
+ };
6779
+ /**
6780
+ * Get the list of invitations issued by a tenant that are pending
6781
+ * @description Get the list of invitations issued by a tenant that are pending
6782
+ */
6783
+ GetTenantPendingInvitationsAsync: {
6784
+ parameters: {
6785
+ query?: {
6786
+ "api-version"?: string;
6787
+ };
6788
+ header?: {
6789
+ "x-api-version"?: string;
6790
+ };
6791
+ path: {
6792
+ tenantId: string;
6793
+ };
6794
+ };
6795
+ responses: {
6796
+ /** @description OK */
6797
+ 200: {
6798
+ content: {
6799
+ "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
6800
+ "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
6801
+ };
6802
+ };
6803
+ /** @description Unauthorized */
6804
+ 401: {
6805
+ content: {
6806
+ "application/json": components["schemas"]["ErrorEnvelope"];
6807
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6808
+ };
6809
+ };
6810
+ /** @description Forbidden */
6811
+ 403: {
6812
+ content: {
6813
+ "application/json": components["schemas"]["ErrorEnvelope"];
6814
+ "application/xml": components["schemas"]["ErrorEnvelope"];
6815
+ };
6816
+ };
6817
+ };
6818
+ };
6819
+ /**
6820
+ * Get the list of invitations issued by a tenant that have been redeemed
6821
+ * @description Get the list of invitations issued by a tenant that have been redeemed
6822
+ */
6823
+ GetTenantRedeemedInvitationsAsync: {
6203
6824
  parameters: {
6204
6825
  query?: {
6205
6826
  "api-version"?: string;
@@ -6215,8 +6836,8 @@ export interface operations {
6215
6836
  /** @description OK */
6216
6837
  200: {
6217
6838
  content: {
6218
- "application/json": components["schemas"]["ExtendedTenantDtoEnvelope"];
6219
- "application/xml": components["schemas"]["ExtendedTenantDtoEnvelope"];
6839
+ "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
6840
+ "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
6220
6841
  };
6221
6842
  };
6222
6843
  /** @description Unauthorized */
@@ -6236,10 +6857,10 @@ export interface operations {
6236
6857
  };
6237
6858
  };
6238
6859
  /**
6239
- * Get a tenant's avatar
6240
- * @description Get a tenant's avatar
6860
+ * Get the list of invitations issued by a tenant that have been revoked
6861
+ * @description Get the list of invitations issued by a tenant that have been revoked
6241
6862
  */
6242
- GetTenantAvatarAsync: {
6863
+ GetTenantRevokedInvitationsAsync: {
6243
6864
  parameters: {
6244
6865
  query?: {
6245
6866
  "api-version"?: string;
@@ -6255,8 +6876,8 @@ export interface operations {
6255
6876
  /** @description OK */
6256
6877
  200: {
6257
6878
  content: {
6258
- "application/json": components["schemas"]["EmptyEnvelope"];
6259
- "application/xml": components["schemas"]["EmptyEnvelope"];
6879
+ "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
6880
+ "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
6260
6881
  };
6261
6882
  };
6262
6883
  /** @description Unauthorized */
@@ -6276,10 +6897,10 @@ export interface operations {
6276
6897
  };
6277
6898
  };
6278
6899
  /**
6279
- * Update a tenant's avatar
6280
- * @description Update a tenant's avatar
6900
+ * Get the list of licenses available to a tenant
6901
+ * @description Get the list of licenses available to a tenant
6281
6902
  */
6282
- UpdateAvatarAsync: {
6903
+ GetTenantLicensesAsync: {
6283
6904
  parameters: {
6284
6905
  query?: {
6285
6906
  "api-version"?: string;
@@ -6291,35 +6912,17 @@ export interface operations {
6291
6912
  tenantId: string;
6292
6913
  };
6293
6914
  };
6294
- requestBody?: {
6295
- content: {
6296
- "multipart/form-data": {
6297
- /** Format: binary */
6298
- avatar?: string;
6299
- };
6300
- "application/json": {
6301
- /** Format: binary */
6302
- avatar?: string;
6303
- };
6304
- "application/xml": {
6305
- /** Format: binary */
6306
- avatar?: string;
6307
- };
6308
- };
6309
- };
6310
6915
  responses: {
6311
6916
  /** @description OK */
6312
6917
  200: {
6313
6918
  content: {
6314
- "image/png": components["schemas"]["EmptyEnvelope"];
6315
- "application/json": components["schemas"]["EmptyEnvelope"];
6316
- "application/xml": components["schemas"]["EmptyEnvelope"];
6919
+ "application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
6920
+ "application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
6317
6921
  };
6318
6922
  };
6319
6923
  /** @description Unauthorized */
6320
6924
  401: {
6321
6925
  content: {
6322
- "image/png": components["schemas"]["ErrorEnvelope"];
6323
6926
  "application/json": components["schemas"]["ErrorEnvelope"];
6324
6927
  "application/xml": components["schemas"]["ErrorEnvelope"];
6325
6928
  };
@@ -6327,7 +6930,6 @@ export interface operations {
6327
6930
  /** @description Forbidden */
6328
6931
  403: {
6329
6932
  content: {
6330
- "image/png": components["schemas"]["ErrorEnvelope"];
6331
6933
  "application/json": components["schemas"]["ErrorEnvelope"];
6332
6934
  "application/xml": components["schemas"]["ErrorEnvelope"];
6333
6935
  };
@@ -6335,10 +6937,10 @@ export interface operations {
6335
6937
  };
6336
6938
  };
6337
6939
  /**
6338
- * Get a tenant's billing profile (A.K.A. Wallet Account)
6339
- * @description Get a tenant's billing profile (A.K.A. Wallet Account)
6940
+ * Get the list of licenses available to a specific enrollment
6941
+ * @description Get the list of licenses available to a specific enrollment
6340
6942
  */
6341
- GetTenantWalletAsync: {
6943
+ GetEnrollmentLicensesAsync: {
6342
6944
  parameters: {
6343
6945
  query?: {
6344
6946
  "api-version"?: string;
@@ -6348,14 +6950,15 @@ export interface operations {
6348
6950
  };
6349
6951
  path: {
6350
6952
  tenantId: string;
6953
+ enrollmentId: string;
6351
6954
  };
6352
6955
  };
6353
6956
  responses: {
6354
6957
  /** @description OK */
6355
6958
  200: {
6356
6959
  content: {
6357
- "application/json": components["schemas"]["WalletDtoEnvelope"];
6358
- "application/xml": components["schemas"]["WalletDtoEnvelope"];
6960
+ "application/json": components["schemas"]["SuiteLicenseAssignmentDtoListEnvelope"];
6961
+ "application/xml": components["schemas"]["SuiteLicenseAssignmentDtoListEnvelope"];
6359
6962
  };
6360
6963
  };
6361
6964
  /** @description Unauthorized */
@@ -6375,10 +6978,10 @@ export interface operations {
6375
6978
  };
6376
6979
  };
6377
6980
  /**
6378
- * Get a tenant's social profile
6379
- * @description Get a tenant's social profile
6981
+ * Get a specific license for an enrollment
6982
+ * @description Get a specific license for an enrollment
6380
6983
  */
6381
- GetTenantSocialProfileAsync: {
6984
+ GetEnrollmentLicenseByIdAsync: {
6382
6985
  parameters: {
6383
6986
  query?: {
6384
6987
  "api-version"?: string;
@@ -6388,14 +6991,16 @@ export interface operations {
6388
6991
  };
6389
6992
  path: {
6390
6993
  tenantId: string;
6994
+ enrollmentId: string;
6995
+ licenseId: string;
6391
6996
  };
6392
6997
  };
6393
6998
  responses: {
6394
6999
  /** @description OK */
6395
7000
  200: {
6396
7001
  content: {
6397
- "application/json": components["schemas"]["SocialProfileDtoEnvelope"];
6398
- "application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
7002
+ "application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
7003
+ "application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
6399
7004
  };
6400
7005
  };
6401
7006
  /** @description Unauthorized */
@@ -6415,10 +7020,10 @@ export interface operations {
6415
7020
  };
6416
7021
  };
6417
7022
  /**
6418
- * Get a tenant's default cart
6419
- * @description Get a tenant's default cart
7023
+ * Assign a license to a specific enrollment
7024
+ * @description Assign a license to a specific enrollment
6420
7025
  */
6421
- GetTenantCartAsync: {
7026
+ AssignLicenseAsync: {
6422
7027
  parameters: {
6423
7028
  query?: {
6424
7029
  "api-version"?: string;
@@ -6428,14 +7033,16 @@ export interface operations {
6428
7033
  };
6429
7034
  path: {
6430
7035
  tenantId: string;
7036
+ enrollmentId: string;
7037
+ licenseId: string;
6431
7038
  };
6432
7039
  };
6433
7040
  responses: {
6434
7041
  /** @description OK */
6435
7042
  200: {
6436
7043
  content: {
6437
- "application/json": components["schemas"]["CartDtoEnvelope"];
6438
- "application/xml": components["schemas"]["CartDtoEnvelope"];
7044
+ "application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
7045
+ "application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
6439
7046
  };
6440
7047
  };
6441
7048
  /** @description Unauthorized */
@@ -6455,10 +7062,10 @@ export interface operations {
6455
7062
  };
6456
7063
  };
6457
7064
  /**
6458
- * Get the list of users enrolled in a tenant
6459
- * @description Get the list of users enrolled in a tenant
7065
+ * Revoke a license from a specific enrollment
7066
+ * @description Revoke a license from a specific enrollment
6460
7067
  */
6461
- GetTenantUsersAsync: {
7068
+ RevokeLicenseAsync: {
6462
7069
  parameters: {
6463
7070
  query?: {
6464
7071
  "api-version"?: string;
@@ -6468,14 +7075,16 @@ export interface operations {
6468
7075
  };
6469
7076
  path: {
6470
7077
  tenantId: string;
7078
+ enrollmentId: string;
7079
+ licenseId: string;
6471
7080
  };
6472
7081
  };
6473
7082
  responses: {
6474
7083
  /** @description OK */
6475
7084
  200: {
6476
7085
  content: {
6477
- "application/json": components["schemas"]["UserDtoListEnvelope"];
6478
- "application/xml": components["schemas"]["UserDtoListEnvelope"];
7086
+ "application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
7087
+ "application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
6479
7088
  };
6480
7089
  };
6481
7090
  /** @description Unauthorized */
@@ -6495,10 +7104,10 @@ export interface operations {
6495
7104
  };
6496
7105
  };
6497
7106
  /**
6498
- * Get the list of user enrollments for a tenant
6499
- * @description Get the list of user enrollments for a tenant
7107
+ * Get the list of features accessible to a specific enrollment
7108
+ * @description Get the list of features accessible to a specific enrollment
6500
7109
  */
6501
- GetTenantEnrollmentsAsync: {
7110
+ GetAccessibleFeaturesAsync: {
6502
7111
  parameters: {
6503
7112
  query?: {
6504
7113
  "api-version"?: string;
@@ -6508,21 +7117,15 @@ export interface operations {
6508
7117
  };
6509
7118
  path: {
6510
7119
  tenantId: string;
7120
+ enrollmentId: string;
6511
7121
  };
6512
7122
  };
6513
7123
  responses: {
6514
7124
  /** @description OK */
6515
7125
  200: {
6516
7126
  content: {
6517
- "application/json": components["schemas"]["TenantEnrollmentDtoListEnvelope"];
6518
- "application/xml": components["schemas"]["TenantEnrollmentDtoListEnvelope"];
6519
- };
6520
- };
6521
- /** @description Unauthorized */
6522
- 401: {
6523
- content: {
6524
- "application/json": components["schemas"]["ErrorEnvelope"];
6525
- "application/xml": components["schemas"]["ErrorEnvelope"];
7127
+ "application/json": components["schemas"]["SuiteLicenseFeatureDtoListEnvelope"];
7128
+ "application/xml": components["schemas"]["SuiteLicenseFeatureDtoListEnvelope"];
6526
7129
  };
6527
7130
  };
6528
7131
  /** @description Forbidden */
@@ -6535,12 +7138,13 @@ export interface operations {
6535
7138
  };
6536
7139
  };
6537
7140
  /**
6538
- * Get a specific tenant enrollment
6539
- * @description Get a specific tenant enrollment
7141
+ * Validate the access to a specific feature for a specific enrollment
7142
+ * @description Validate the access to a specific feature for a specific enrollment
6540
7143
  */
6541
- GetTenantEnrollmentAsync: {
7144
+ ValidateEnrollmentFeatureAccess: {
6542
7145
  parameters: {
6543
7146
  query?: {
7147
+ feature?: string;
6544
7148
  "api-version"?: string;
6545
7149
  };
6546
7150
  header?: {
@@ -6555,15 +7159,8 @@ export interface operations {
6555
7159
  /** @description OK */
6556
7160
  200: {
6557
7161
  content: {
6558
- "application/json": components["schemas"]["TenantEnrollmentDtoEnvelope"];
6559
- "application/xml": components["schemas"]["TenantEnrollmentDtoEnvelope"];
6560
- };
6561
- };
6562
- /** @description Unauthorized */
6563
- 401: {
6564
- content: {
6565
- "application/json": components["schemas"]["ErrorEnvelope"];
6566
- "application/xml": components["schemas"]["ErrorEnvelope"];
7162
+ "application/json": components["schemas"]["BooleanEnvelope"];
7163
+ "application/xml": components["schemas"]["BooleanEnvelope"];
6567
7164
  };
6568
7165
  };
6569
7166
  /** @description Forbidden */
@@ -6576,10 +7173,10 @@ export interface operations {
6576
7173
  };
6577
7174
  };
6578
7175
  /**
6579
- * Get a specific tenant enrollment
6580
- * @description Get a specific tenant enrollment
7176
+ * Create a new business tenant
7177
+ * @description Create a new business tenant
6581
7178
  */
6582
- GetExtendedTenantEnrollmentAsync: {
7179
+ CreateTenantAsync: {
6583
7180
  parameters: {
6584
7181
  query?: {
6585
7182
  "api-version"?: string;
@@ -6587,17 +7184,19 @@ export interface operations {
6587
7184
  header?: {
6588
7185
  "x-api-version"?: string;
6589
7186
  };
6590
- path: {
6591
- tenantId: string;
6592
- enrollmentId: string;
7187
+ };
7188
+ requestBody?: {
7189
+ content: {
7190
+ "application/json": components["schemas"]["TenantCreateDto"];
7191
+ "application/xml": components["schemas"]["TenantCreateDto"];
6593
7192
  };
6594
7193
  };
6595
7194
  responses: {
6596
7195
  /** @description OK */
6597
7196
  200: {
6598
7197
  content: {
6599
- "application/json": components["schemas"]["ExtendedTenantEnrollmentDtoEnvelope"];
6600
- "application/xml": components["schemas"]["ExtendedTenantEnrollmentDtoEnvelope"];
7198
+ "application/json": components["schemas"]["EmptyEnvelope"];
7199
+ "application/xml": components["schemas"]["EmptyEnvelope"];
6601
7200
  };
6602
7201
  };
6603
7202
  /** @description Unauthorized */
@@ -6617,30 +7216,25 @@ export interface operations {
6617
7216
  };
6618
7217
  };
6619
7218
  /**
6620
- * Validate the existence of a list of roles and permissions for a specific enrollment
6621
- * @description Validate the existence of a list of roles and permissions for a specific enrollment
7219
+ * Delete a tenant
7220
+ * @description Delete a business tenant
6622
7221
  */
6623
- GetEnrollmentPermissionsAsync: {
7222
+ DeleteTenantAsync: {
6624
7223
  parameters: {
6625
- query?: {
6626
- roles?: string[];
6627
- permissions?: string[];
7224
+ query: {
7225
+ tenantId: string;
6628
7226
  "api-version"?: string;
6629
7227
  };
6630
7228
  header?: {
6631
7229
  "x-api-version"?: string;
6632
7230
  };
6633
- path: {
6634
- tenantId: string;
6635
- enrollmentId: string;
6636
- };
6637
7231
  };
6638
7232
  responses: {
6639
7233
  /** @description OK */
6640
7234
  200: {
6641
7235
  content: {
6642
- "application/json": components["schemas"]["BooleanEnvelope"];
6643
- "application/xml": components["schemas"]["BooleanEnvelope"];
7236
+ "application/json": components["schemas"]["EmptyEnvelope"];
7237
+ "application/xml": components["schemas"]["EmptyEnvelope"];
6644
7238
  };
6645
7239
  };
6646
7240
  /** @description Unauthorized */
@@ -6660,10 +7254,10 @@ export interface operations {
6660
7254
  };
6661
7255
  };
6662
7256
  /**
6663
- * Get the list of invitations issued by a tenant
6664
- * @description Get the list of invitations issued by a tenant
7257
+ * Select a business tenant as the user's default tenant
7258
+ * @description Select a business tenant as the user's default tenant
6665
7259
  */
6666
- GetTenantInvitationsAsync: {
7260
+ SelectTenantAsync: {
6667
7261
  parameters: {
6668
7262
  query?: {
6669
7263
  "api-version"?: string;
@@ -6679,8 +7273,8 @@ export interface operations {
6679
7273
  /** @description OK */
6680
7274
  200: {
6681
7275
  content: {
6682
- "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
6683
- "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
7276
+ "application/json": components["schemas"]["EmptyEnvelope"];
7277
+ "application/xml": components["schemas"]["EmptyEnvelope"];
6684
7278
  };
6685
7279
  };
6686
7280
  /** @description Unauthorized */
@@ -6700,10 +7294,10 @@ export interface operations {
6700
7294
  };
6701
7295
  };
6702
7296
  /**
6703
- * Get the list of invitations issued by a tenant that are pending
6704
- * @description Get the list of invitations issued by a tenant that are pending
7297
+ * Deselect the user's default tenant
7298
+ * @description Deselect the user's default tenant
6705
7299
  */
6706
- GetTenantPendingInvitationsAsync: {
7300
+ DeSelectTenantAsync: {
6707
7301
  parameters: {
6708
7302
  query?: {
6709
7303
  "api-version"?: string;
@@ -6711,16 +7305,13 @@ export interface operations {
6711
7305
  header?: {
6712
7306
  "x-api-version"?: string;
6713
7307
  };
6714
- path: {
6715
- tenantId: string;
6716
- };
6717
7308
  };
6718
7309
  responses: {
6719
7310
  /** @description OK */
6720
7311
  200: {
6721
7312
  content: {
6722
- "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
6723
- "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
7313
+ "application/json": components["schemas"]["EmptyEnvelope"];
7314
+ "application/xml": components["schemas"]["EmptyEnvelope"];
6724
7315
  };
6725
7316
  };
6726
7317
  /** @description Unauthorized */
@@ -6740,10 +7331,10 @@ export interface operations {
6740
7331
  };
6741
7332
  };
6742
7333
  /**
6743
- * Get the list of invitations issued by a tenant that have been redeemed
6744
- * @description Get the list of invitations issued by a tenant that have been redeemed
7334
+ * Get the list of web portals for a tenant
7335
+ * @description Get the list of web portals for a tenant
6745
7336
  */
6746
- GetTenantRedeemedInvitationsAsync: {
7337
+ GetTenantWebPortalsAsync: {
6747
7338
  parameters: {
6748
7339
  query?: {
6749
7340
  "api-version"?: string;
@@ -6759,8 +7350,8 @@ export interface operations {
6759
7350
  /** @description OK */
6760
7351
  200: {
6761
7352
  content: {
6762
- "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
6763
- "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
7353
+ "application/json": components["schemas"]["WebPortalDtoListEnvelope"];
7354
+ "application/xml": components["schemas"]["WebPortalDtoListEnvelope"];
6764
7355
  };
6765
7356
  };
6766
7357
  /** @description Unauthorized */
@@ -6780,10 +7371,10 @@ export interface operations {
6780
7371
  };
6781
7372
  };
6782
7373
  /**
6783
- * Get the list of invitations issued by a tenant that have been revoked
6784
- * @description Get the list of invitations issued by a tenant that have been revoked
7374
+ * Get the list of notifications for a tenant
7375
+ * @description Get the list of notifications for a tenant
6785
7376
  */
6786
- GetTenantRevokedInvitationsAsync: {
7377
+ GetTenantNotificationsAsync: {
6787
7378
  parameters: {
6788
7379
  query?: {
6789
7380
  "api-version"?: string;
@@ -6799,8 +7390,8 @@ export interface operations {
6799
7390
  /** @description OK */
6800
7391
  200: {
6801
7392
  content: {
6802
- "application/json": components["schemas"]["TenantInvitationDtoListEnvelope"];
6803
- "application/xml": components["schemas"]["TenantInvitationDtoListEnvelope"];
7393
+ "application/json": components["schemas"]["NotificationDtoListEnvelope"];
7394
+ "application/xml": components["schemas"]["NotificationDtoListEnvelope"];
6804
7395
  };
6805
7396
  };
6806
7397
  /** @description Unauthorized */
@@ -6820,10 +7411,10 @@ export interface operations {
6820
7411
  };
6821
7412
  };
6822
7413
  /**
6823
- * Get the list of licenses available to a tenant
6824
- * @description Get the list of licenses available to a tenant
7414
+ * Get the count of notifications for a tenant
7415
+ * @description Get the count of notifications for a tenant
6825
7416
  */
6826
- GetTenantLicensesAsync: {
7417
+ GetTenantNotificationsCountAsync: {
6827
7418
  parameters: {
6828
7419
  query?: {
6829
7420
  "api-version"?: string;
@@ -6839,8 +7430,8 @@ export interface operations {
6839
7430
  /** @description OK */
6840
7431
  200: {
6841
7432
  content: {
6842
- "application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
6843
- "application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
7433
+ "application/json": components["schemas"]["Int32Envelope"];
7434
+ "application/xml": components["schemas"]["Int32Envelope"];
6844
7435
  };
6845
7436
  };
6846
7437
  /** @description Unauthorized */
@@ -6860,29 +7451,25 @@ export interface operations {
6860
7451
  };
6861
7452
  };
6862
7453
  /**
6863
- * Get the list of licenses available to a specific enrollment
6864
- * @description Get the list of licenses available to a specific enrollment
7454
+ * Retrieve a list of tenant territories
7455
+ * @description Retrieve a list of tenant territories
6865
7456
  */
6866
- GetEnrollmentLicensesAsync: {
7457
+ GetTenantTerritories: {
6867
7458
  parameters: {
6868
- query?: {
7459
+ query: {
7460
+ tenantId: string;
6869
7461
  "api-version"?: string;
6870
7462
  };
6871
7463
  header?: {
6872
7464
  "x-api-version"?: string;
6873
7465
  };
6874
- path: {
6875
- tenantId: string;
6876
- enrollmentId: string;
6877
- licenseId: string;
6878
- };
6879
7466
  };
6880
7467
  responses: {
6881
7468
  /** @description OK */
6882
7469
  200: {
6883
7470
  content: {
6884
- "application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
6885
- "application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
7471
+ "application/json": components["schemas"]["TenantTerritoryDtoListEnvelope"];
7472
+ "application/xml": components["schemas"]["TenantTerritoryDtoListEnvelope"];
6886
7473
  };
6887
7474
  };
6888
7475
  /** @description Unauthorized */
@@ -6902,29 +7489,31 @@ export interface operations {
6902
7489
  };
6903
7490
  };
6904
7491
  /**
6905
- * Assign a license to a specific enrollment
6906
- * @description Assign a license to a specific enrollment
7492
+ * Create a new tenant territory
7493
+ * @description Create a new tenant territory
6907
7494
  */
6908
- AssignLicenseAsync: {
7495
+ CreateTenantTerritory: {
6909
7496
  parameters: {
6910
- query?: {
7497
+ query: {
7498
+ tenantId: string;
6911
7499
  "api-version"?: string;
6912
7500
  };
6913
7501
  header?: {
6914
7502
  "x-api-version"?: string;
6915
7503
  };
6916
- path: {
6917
- tenantId: string;
6918
- enrollmentId: string;
6919
- licenseId: string;
7504
+ };
7505
+ requestBody?: {
7506
+ content: {
7507
+ "application/json": components["schemas"]["TenantTerritoryCreateDto"];
7508
+ "application/xml": components["schemas"]["TenantTerritoryCreateDto"];
6920
7509
  };
6921
7510
  };
6922
7511
  responses: {
6923
- /** @description OK */
6924
- 200: {
6925
- content: {
6926
- "application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
6927
- "application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
7512
+ /** @description Created */
7513
+ 201: {
7514
+ content: {
7515
+ "application/json": components["schemas"]["EmptyEnvelope"];
7516
+ "application/xml": components["schemas"]["EmptyEnvelope"];
6928
7517
  };
6929
7518
  };
6930
7519
  /** @description Unauthorized */
@@ -6944,29 +7533,25 @@ export interface operations {
6944
7533
  };
6945
7534
  };
6946
7535
  /**
6947
- * Revoke a license from a specific enrollment
6948
- * @description Revoke a license from a specific enrollment
7536
+ * Get the count of tenant territories
7537
+ * @description Get the count of tenant territories
6949
7538
  */
6950
- RevokeLicenseAsync: {
7539
+ GetTenantTerritoriesCount: {
6951
7540
  parameters: {
6952
- query?: {
7541
+ query: {
7542
+ tenantId: string;
6953
7543
  "api-version"?: string;
6954
7544
  };
6955
7545
  header?: {
6956
7546
  "x-api-version"?: string;
6957
7547
  };
6958
- path: {
6959
- tenantId: string;
6960
- enrollmentId: string;
6961
- licenseId: string;
6962
- };
6963
7548
  };
6964
7549
  responses: {
6965
7550
  /** @description OK */
6966
7551
  200: {
6967
7552
  content: {
6968
- "application/json": components["schemas"]["SuiteLicenseDtoListEnvelope"];
6969
- "application/xml": components["schemas"]["SuiteLicenseDtoListEnvelope"];
7553
+ "application/json": components["schemas"]["Int32Envelope"];
7554
+ "application/xml": components["schemas"]["Int32Envelope"];
6970
7555
  };
6971
7556
  };
6972
7557
  /** @description Unauthorized */
@@ -6986,28 +7571,35 @@ export interface operations {
6986
7571
  };
6987
7572
  };
6988
7573
  /**
6989
- * Get the list of features accessible to a specific enrollment
6990
- * @description Get the list of features accessible to a specific enrollment
7574
+ * Retrieve a single tenant territory by its ID
7575
+ * @description Retrieve a single tenant territory by its ID
6991
7576
  */
6992
- GetAccessibleFeaturesAsync: {
7577
+ GetTenantTerritoryById: {
6993
7578
  parameters: {
6994
- query?: {
7579
+ query: {
7580
+ tenantId: string;
6995
7581
  "api-version"?: string;
6996
7582
  };
6997
7583
  header?: {
6998
7584
  "x-api-version"?: string;
6999
7585
  };
7000
7586
  path: {
7001
- tenantId: string;
7002
- enrollmentId: string;
7587
+ tenantTerritoryId: string;
7003
7588
  };
7004
7589
  };
7005
7590
  responses: {
7006
7591
  /** @description OK */
7007
7592
  200: {
7008
7593
  content: {
7009
- "application/json": components["schemas"]["SuiteLicenseFeatureDtoListEnvelope"];
7010
- "application/xml": components["schemas"]["SuiteLicenseFeatureDtoListEnvelope"];
7594
+ "application/json": components["schemas"]["TenantTerritoryDtoEnvelope"];
7595
+ "application/xml": components["schemas"]["TenantTerritoryDtoEnvelope"];
7596
+ };
7597
+ };
7598
+ /** @description Unauthorized */
7599
+ 401: {
7600
+ content: {
7601
+ "application/json": components["schemas"]["ErrorEnvelope"];
7602
+ "application/xml": components["schemas"]["ErrorEnvelope"];
7011
7603
  };
7012
7604
  };
7013
7605
  /** @description Forbidden */
@@ -7020,29 +7612,41 @@ export interface operations {
7020
7612
  };
7021
7613
  };
7022
7614
  /**
7023
- * Validate the access to a specific feature for a specific enrollment
7024
- * @description Validate the access to a specific feature for a specific enrollment
7615
+ * Update a tenant territory
7616
+ * @description Update a tenant territory
7025
7617
  */
7026
- ValidateEnrollmentFeatureAccess: {
7618
+ UpdateTenantTerritory: {
7027
7619
  parameters: {
7028
- query?: {
7029
- feature?: string;
7620
+ query: {
7621
+ tenantId: string;
7030
7622
  "api-version"?: string;
7031
7623
  };
7032
7624
  header?: {
7033
7625
  "x-api-version"?: string;
7034
7626
  };
7035
7627
  path: {
7036
- tenantId: string;
7037
- enrollmentId: string;
7628
+ tenantTerritoryId: string;
7629
+ };
7630
+ };
7631
+ requestBody?: {
7632
+ content: {
7633
+ "application/json": components["schemas"]["TenantTerritoryUpdateDto"];
7634
+ "application/xml": components["schemas"]["TenantTerritoryUpdateDto"];
7038
7635
  };
7039
7636
  };
7040
7637
  responses: {
7041
7638
  /** @description OK */
7042
7639
  200: {
7043
7640
  content: {
7044
- "application/json": components["schemas"]["BooleanEnvelope"];
7045
- "application/xml": components["schemas"]["BooleanEnvelope"];
7641
+ "application/json": components["schemas"]["EmptyEnvelope"];
7642
+ "application/xml": components["schemas"]["EmptyEnvelope"];
7643
+ };
7644
+ };
7645
+ /** @description Unauthorized */
7646
+ 401: {
7647
+ content: {
7648
+ "application/json": components["schemas"]["ErrorEnvelope"];
7649
+ "application/xml": components["schemas"]["ErrorEnvelope"];
7046
7650
  };
7047
7651
  };
7048
7652
  /** @description Forbidden */
@@ -7055,22 +7659,20 @@ export interface operations {
7055
7659
  };
7056
7660
  };
7057
7661
  /**
7058
- * Create a new business tenant
7059
- * @description Create a new business tenant
7662
+ * Delete a tenant territory
7663
+ * @description Delete a tenant territory
7060
7664
  */
7061
- CreateTenantAsync: {
7665
+ DeleteTenantTerritory: {
7062
7666
  parameters: {
7063
- query?: {
7667
+ query: {
7668
+ tenantId: string;
7064
7669
  "api-version"?: string;
7065
7670
  };
7066
7671
  header?: {
7067
7672
  "x-api-version"?: string;
7068
7673
  };
7069
- };
7070
- requestBody?: {
7071
- content: {
7072
- "application/json": components["schemas"]["TenantCreateDto"];
7073
- "application/xml": components["schemas"]["TenantCreateDto"];
7674
+ path: {
7675
+ tenantTerritoryId: string;
7074
7676
  };
7075
7677
  };
7076
7678
  responses: {
@@ -7098,10 +7700,10 @@ export interface operations {
7098
7700
  };
7099
7701
  };
7100
7702
  /**
7101
- * Delete a tenant
7102
- * @description Delete a business tenant
7703
+ * Retrieve a list of tenant types
7704
+ * @description Retrieve a list of tenant types
7103
7705
  */
7104
- DeleteTenantAsync: {
7706
+ GetTenantTypes: {
7105
7707
  parameters: {
7106
7708
  query: {
7107
7709
  tenantId: string;
@@ -7115,8 +7717,8 @@ export interface operations {
7115
7717
  /** @description OK */
7116
7718
  200: {
7117
7719
  content: {
7118
- "application/json": components["schemas"]["EmptyEnvelope"];
7119
- "application/xml": components["schemas"]["EmptyEnvelope"];
7720
+ "application/json": components["schemas"]["TenantTypeDtoListEnvelope"];
7721
+ "application/xml": components["schemas"]["TenantTypeDtoListEnvelope"];
7120
7722
  };
7121
7723
  };
7122
7724
  /** @description Unauthorized */
@@ -7136,24 +7738,28 @@ export interface operations {
7136
7738
  };
7137
7739
  };
7138
7740
  /**
7139
- * Select a business tenant as the user's default tenant
7140
- * @description Select a business tenant as the user's default tenant
7741
+ * Create a new tenant type
7742
+ * @description Create a new tenant type
7141
7743
  */
7142
- SelectTenantAsync: {
7744
+ CreateTenantType: {
7143
7745
  parameters: {
7144
- query?: {
7746
+ query: {
7747
+ tenantId: string;
7145
7748
  "api-version"?: string;
7146
7749
  };
7147
7750
  header?: {
7148
7751
  "x-api-version"?: string;
7149
7752
  };
7150
- path: {
7151
- tenantId: string;
7753
+ };
7754
+ requestBody?: {
7755
+ content: {
7756
+ "application/json": components["schemas"]["TenantTypeCreateDto"];
7757
+ "application/xml": components["schemas"]["TenantTypeCreateDto"];
7152
7758
  };
7153
7759
  };
7154
7760
  responses: {
7155
- /** @description OK */
7156
- 200: {
7761
+ /** @description Created */
7762
+ 201: {
7157
7763
  content: {
7158
7764
  "application/json": components["schemas"]["EmptyEnvelope"];
7159
7765
  "application/xml": components["schemas"]["EmptyEnvelope"];
@@ -7176,12 +7782,13 @@ export interface operations {
7176
7782
  };
7177
7783
  };
7178
7784
  /**
7179
- * Deselect the user's default tenant
7180
- * @description Deselect the user's default tenant
7785
+ * Get the count of tenant types
7786
+ * @description Get the count of tenant types
7181
7787
  */
7182
- DeSelectTenantAsync: {
7788
+ GetTenantTypesCount: {
7183
7789
  parameters: {
7184
- query?: {
7790
+ query: {
7791
+ tenantId: string;
7185
7792
  "api-version"?: string;
7186
7793
  };
7187
7794
  header?: {
@@ -7192,8 +7799,8 @@ export interface operations {
7192
7799
  /** @description OK */
7193
7800
  200: {
7194
7801
  content: {
7195
- "application/json": components["schemas"]["EmptyEnvelope"];
7196
- "application/xml": components["schemas"]["EmptyEnvelope"];
7802
+ "application/json": components["schemas"]["Int32Envelope"];
7803
+ "application/xml": components["schemas"]["Int32Envelope"];
7197
7804
  };
7198
7805
  };
7199
7806
  /** @description Unauthorized */
@@ -7213,27 +7820,28 @@ export interface operations {
7213
7820
  };
7214
7821
  };
7215
7822
  /**
7216
- * Get the list of web portals for a tenant
7217
- * @description Get the list of web portals for a tenant
7823
+ * Retrieve a single tenant type by its ID
7824
+ * @description Retrieve a single tenant type by its ID
7218
7825
  */
7219
- GetTenantWebPortalsAsync: {
7826
+ GetTenantTypeById: {
7220
7827
  parameters: {
7221
- query?: {
7828
+ query: {
7829
+ tenantId: string;
7222
7830
  "api-version"?: string;
7223
7831
  };
7224
7832
  header?: {
7225
7833
  "x-api-version"?: string;
7226
7834
  };
7227
7835
  path: {
7228
- tenantId: string;
7836
+ tenantTypeId: string;
7229
7837
  };
7230
7838
  };
7231
7839
  responses: {
7232
7840
  /** @description OK */
7233
7841
  200: {
7234
7842
  content: {
7235
- "application/json": components["schemas"]["WebPortalDtoListEnvelope"];
7236
- "application/xml": components["schemas"]["WebPortalDtoListEnvelope"];
7843
+ "application/json": components["schemas"]["TenantTypeDtoEnvelope"];
7844
+ "application/xml": components["schemas"]["TenantTypeDtoEnvelope"];
7237
7845
  };
7238
7846
  };
7239
7847
  /** @description Unauthorized */
@@ -7253,27 +7861,34 @@ export interface operations {
7253
7861
  };
7254
7862
  };
7255
7863
  /**
7256
- * Get the list of notifications for a tenant
7257
- * @description Get the list of notifications for a tenant
7864
+ * Update a tenant type
7865
+ * @description Update a tenant type
7258
7866
  */
7259
- GetTenantNotificationsAsync: {
7867
+ UpdateTenantType: {
7260
7868
  parameters: {
7261
- query?: {
7869
+ query: {
7870
+ tenantId: string;
7262
7871
  "api-version"?: string;
7263
7872
  };
7264
7873
  header?: {
7265
7874
  "x-api-version"?: string;
7266
7875
  };
7267
7876
  path: {
7268
- tenantId: string;
7877
+ tenantTypeId: string;
7878
+ };
7879
+ };
7880
+ requestBody?: {
7881
+ content: {
7882
+ "application/json": components["schemas"]["TenantTypeUpdateDto"];
7883
+ "application/xml": components["schemas"]["TenantTypeUpdateDto"];
7269
7884
  };
7270
7885
  };
7271
7886
  responses: {
7272
7887
  /** @description OK */
7273
7888
  200: {
7274
7889
  content: {
7275
- "application/json": components["schemas"]["NotificationDtoListEnvelope"];
7276
- "application/xml": components["schemas"]["NotificationDtoListEnvelope"];
7890
+ "application/json": components["schemas"]["EmptyEnvelope"];
7891
+ "application/xml": components["schemas"]["EmptyEnvelope"];
7277
7892
  };
7278
7893
  };
7279
7894
  /** @description Unauthorized */
@@ -7293,27 +7908,28 @@ export interface operations {
7293
7908
  };
7294
7909
  };
7295
7910
  /**
7296
- * Get the count of notifications for a tenant
7297
- * @description Get the count of notifications for a tenant
7911
+ * Delete a tenant type
7912
+ * @description Delete a tenant type
7298
7913
  */
7299
- GetTenantNotificationsCountAsync: {
7914
+ DeleteTenantType: {
7300
7915
  parameters: {
7301
- query?: {
7916
+ query: {
7917
+ tenantId: string;
7302
7918
  "api-version"?: string;
7303
7919
  };
7304
7920
  header?: {
7305
7921
  "x-api-version"?: string;
7306
7922
  };
7307
7923
  path: {
7308
- tenantId: string;
7924
+ tenantTypeId: string;
7309
7925
  };
7310
7926
  };
7311
7927
  responses: {
7312
7928
  /** @description OK */
7313
7929
  200: {
7314
7930
  content: {
7315
- "application/json": components["schemas"]["Int32Envelope"];
7316
- "application/xml": components["schemas"]["Int32Envelope"];
7931
+ "application/json": components["schemas"]["EmptyEnvelope"];
7932
+ "application/xml": components["schemas"]["EmptyEnvelope"];
7317
7933
  };
7318
7934
  };
7319
7935
  /** @description Unauthorized */
@@ -7333,10 +7949,10 @@ export interface operations {
7333
7949
  };
7334
7950
  };
7335
7951
  /**
7336
- * Retrieve a list of tenant territories
7337
- * @description Retrieve a list of tenant territories
7952
+ * Retrieve a list of unit groups
7953
+ * @description Retrieves a list of unit groups for the specified tenant with OData query support.
7338
7954
  */
7339
- GetTenantTerritories: {
7955
+ GetUnitGroupsAsync: {
7340
7956
  parameters: {
7341
7957
  query: {
7342
7958
  tenantId: string;
@@ -7350,8 +7966,8 @@ export interface operations {
7350
7966
  /** @description OK */
7351
7967
  200: {
7352
7968
  content: {
7353
- "application/json": components["schemas"]["TenantTerritoryDtoListEnvelope"];
7354
- "application/xml": components["schemas"]["TenantTerritoryDtoListEnvelope"];
7969
+ "application/json": components["schemas"]["UnitGroupDtoListEnvelope"];
7970
+ "application/xml": components["schemas"]["UnitGroupDtoListEnvelope"];
7355
7971
  };
7356
7972
  };
7357
7973
  /** @description Unauthorized */
@@ -7371,10 +7987,10 @@ export interface operations {
7371
7987
  };
7372
7988
  };
7373
7989
  /**
7374
- * Create a new tenant territory
7375
- * @description Create a new tenant territory
7990
+ * Create a new unit group
7991
+ * @description Creates a new unit group for the specified tenant.
7376
7992
  */
7377
- CreateTenantTerritory: {
7993
+ CreateUnitGroupAsync: {
7378
7994
  parameters: {
7379
7995
  query: {
7380
7996
  tenantId: string;
@@ -7386,13 +8002,13 @@ export interface operations {
7386
8002
  };
7387
8003
  requestBody?: {
7388
8004
  content: {
7389
- "application/json": components["schemas"]["TenantTerritoryCreateDto"];
7390
- "application/xml": components["schemas"]["TenantTerritoryCreateDto"];
8005
+ "application/json": components["schemas"]["UnitGroupCreateDto"];
8006
+ "application/xml": components["schemas"]["UnitGroupCreateDto"];
7391
8007
  };
7392
8008
  };
7393
8009
  responses: {
7394
- /** @description Created */
7395
- 201: {
8010
+ /** @description OK */
8011
+ 200: {
7396
8012
  content: {
7397
8013
  "application/json": components["schemas"]["EmptyEnvelope"];
7398
8014
  "application/xml": components["schemas"]["EmptyEnvelope"];
@@ -7415,10 +8031,10 @@ export interface operations {
7415
8031
  };
7416
8032
  };
7417
8033
  /**
7418
- * Get the count of tenant territories
7419
- * @description Get the count of tenant territories
8034
+ * Get the count of unit groups
8035
+ * @description Returns the total count of unit groups for the specified tenant with OData query support.
7420
8036
  */
7421
- GetTenantTerritoriesCount: {
8037
+ GetUnitGroupsCountAsync: {
7422
8038
  parameters: {
7423
8039
  query: {
7424
8040
  tenantId: string;
@@ -7453,10 +8069,10 @@ export interface operations {
7453
8069
  };
7454
8070
  };
7455
8071
  /**
7456
- * Retrieve a single tenant territory by its ID
7457
- * @description Retrieve a single tenant territory by its ID
8072
+ * Retrieve a unit group by ID
8073
+ * @description Retrieves a single unit group by its unique identifier.
7458
8074
  */
7459
- GetTenantTerritoryById: {
8075
+ GetUnitGroupAsync: {
7460
8076
  parameters: {
7461
8077
  query: {
7462
8078
  tenantId: string;
@@ -7466,15 +8082,15 @@ export interface operations {
7466
8082
  "x-api-version"?: string;
7467
8083
  };
7468
8084
  path: {
7469
- tenantTerritoryId: string;
8085
+ unitGroupId: string;
7470
8086
  };
7471
8087
  };
7472
8088
  responses: {
7473
8089
  /** @description OK */
7474
8090
  200: {
7475
8091
  content: {
7476
- "application/json": components["schemas"]["TenantTerritoryDtoEnvelope"];
7477
- "application/xml": components["schemas"]["TenantTerritoryDtoEnvelope"];
8092
+ "application/json": components["schemas"]["UnitGroupDtoEnvelope"];
8093
+ "application/xml": components["schemas"]["UnitGroupDtoEnvelope"];
7478
8094
  };
7479
8095
  };
7480
8096
  /** @description Unauthorized */
@@ -7494,10 +8110,10 @@ export interface operations {
7494
8110
  };
7495
8111
  };
7496
8112
  /**
7497
- * Update a tenant territory
7498
- * @description Update a tenant territory
8113
+ * Update a unit group
8114
+ * @description Updates an existing unit group by its unique identifier.
7499
8115
  */
7500
- UpdateTenantTerritory: {
8116
+ UpdateUnitGroupAsync: {
7501
8117
  parameters: {
7502
8118
  query: {
7503
8119
  tenantId: string;
@@ -7507,13 +8123,13 @@ export interface operations {
7507
8123
  "x-api-version"?: string;
7508
8124
  };
7509
8125
  path: {
7510
- tenantTerritoryId: string;
8126
+ unitGroupId: string;
7511
8127
  };
7512
8128
  };
7513
8129
  requestBody?: {
7514
8130
  content: {
7515
- "application/json": components["schemas"]["TenantTerritoryUpdateDto"];
7516
- "application/xml": components["schemas"]["TenantTerritoryUpdateDto"];
8131
+ "application/json": components["schemas"]["UnitGroupUpdateDto"];
8132
+ "application/xml": components["schemas"]["UnitGroupUpdateDto"];
7517
8133
  };
7518
8134
  };
7519
8135
  responses: {
@@ -7541,10 +8157,10 @@ export interface operations {
7541
8157
  };
7542
8158
  };
7543
8159
  /**
7544
- * Delete a tenant territory
7545
- * @description Delete a tenant territory
8160
+ * Delete a unit group
8161
+ * @description Deletes a unit group by its unique identifier.
7546
8162
  */
7547
- DeleteTenantTerritory: {
8163
+ DeleteUnitGroupAsync: {
7548
8164
  parameters: {
7549
8165
  query: {
7550
8166
  tenantId: string;
@@ -7554,7 +8170,7 @@ export interface operations {
7554
8170
  "x-api-version"?: string;
7555
8171
  };
7556
8172
  path: {
7557
- tenantTerritoryId: string;
8173
+ unitGroupId: string;
7558
8174
  };
7559
8175
  };
7560
8176
  responses: {
@@ -7582,10 +8198,10 @@ export interface operations {
7582
8198
  };
7583
8199
  };
7584
8200
  /**
7585
- * Retrieve a list of tenant types
7586
- * @description Retrieve a list of tenant types
8201
+ * Retrieve units for a unit group
8202
+ * @description Retrieves a list of units belonging to a specific unit group.
7587
8203
  */
7588
- GetTenantTypes: {
8204
+ GetUnitsAsync: {
7589
8205
  parameters: {
7590
8206
  query: {
7591
8207
  tenantId: string;
@@ -7594,13 +8210,16 @@ export interface operations {
7594
8210
  header?: {
7595
8211
  "x-api-version"?: string;
7596
8212
  };
8213
+ path: {
8214
+ unitGroupId: string;
8215
+ };
7597
8216
  };
7598
8217
  responses: {
7599
8218
  /** @description OK */
7600
8219
  200: {
7601
8220
  content: {
7602
- "application/json": components["schemas"]["TenantTypeDtoListEnvelope"];
7603
- "application/xml": components["schemas"]["TenantTypeDtoListEnvelope"];
8221
+ "application/json": components["schemas"]["UnitDtoListEnvelope"];
8222
+ "application/xml": components["schemas"]["UnitDtoListEnvelope"];
7604
8223
  };
7605
8224
  };
7606
8225
  /** @description Unauthorized */
@@ -7620,10 +8239,10 @@ export interface operations {
7620
8239
  };
7621
8240
  };
7622
8241
  /**
7623
- * Create a new tenant type
7624
- * @description Create a new tenant type
8242
+ * Create a unit within a unit group
8243
+ * @description Creates a new unit within a specific unit group.
7625
8244
  */
7626
- CreateTenantType: {
8245
+ CreateUnitAsync: {
7627
8246
  parameters: {
7628
8247
  query: {
7629
8248
  tenantId: string;
@@ -7632,16 +8251,19 @@ export interface operations {
7632
8251
  header?: {
7633
8252
  "x-api-version"?: string;
7634
8253
  };
8254
+ path: {
8255
+ unitGroupId: string;
8256
+ };
7635
8257
  };
7636
8258
  requestBody?: {
7637
8259
  content: {
7638
- "application/json": components["schemas"]["TenantTypeCreateDto"];
7639
- "application/xml": components["schemas"]["TenantTypeCreateDto"];
8260
+ "application/json": components["schemas"]["UnitCreateDto"];
8261
+ "application/xml": components["schemas"]["UnitCreateDto"];
7640
8262
  };
7641
8263
  };
7642
8264
  responses: {
7643
- /** @description Created */
7644
- 201: {
8265
+ /** @description OK */
8266
+ 200: {
7645
8267
  content: {
7646
8268
  "application/json": components["schemas"]["EmptyEnvelope"];
7647
8269
  "application/xml": components["schemas"]["EmptyEnvelope"];
@@ -7664,10 +8286,10 @@ export interface operations {
7664
8286
  };
7665
8287
  };
7666
8288
  /**
7667
- * Get the count of tenant types
7668
- * @description Get the count of tenant types
8289
+ * Get the count of units in a unit group
8290
+ * @description Returns the total count of units in a specific unit group.
7669
8291
  */
7670
- GetTenantTypesCount: {
8292
+ GetUnitsCountAsync: {
7671
8293
  parameters: {
7672
8294
  query: {
7673
8295
  tenantId: string;
@@ -7676,6 +8298,9 @@ export interface operations {
7676
8298
  header?: {
7677
8299
  "x-api-version"?: string;
7678
8300
  };
8301
+ path: {
8302
+ unitGroupId: string;
8303
+ };
7679
8304
  };
7680
8305
  responses: {
7681
8306
  /** @description OK */
@@ -7702,10 +8327,10 @@ export interface operations {
7702
8327
  };
7703
8328
  };
7704
8329
  /**
7705
- * Retrieve a single tenant type by its ID
7706
- * @description Retrieve a single tenant type by its ID
8330
+ * Retrieve a unit by ID within a unit group
8331
+ * @description Retrieves a single unit by its unique identifier within a specific unit group.
7707
8332
  */
7708
- GetTenantTypeById: {
8333
+ GetUnitAsync: {
7709
8334
  parameters: {
7710
8335
  query: {
7711
8336
  tenantId: string;
@@ -7715,15 +8340,16 @@ export interface operations {
7715
8340
  "x-api-version"?: string;
7716
8341
  };
7717
8342
  path: {
7718
- tenantTypeId: string;
8343
+ unitGroupId: string;
8344
+ unitId: string;
7719
8345
  };
7720
8346
  };
7721
8347
  responses: {
7722
8348
  /** @description OK */
7723
8349
  200: {
7724
8350
  content: {
7725
- "application/json": components["schemas"]["TenantTypeDtoEnvelope"];
7726
- "application/xml": components["schemas"]["TenantTypeDtoEnvelope"];
8351
+ "application/json": components["schemas"]["UnitDtoEnvelope"];
8352
+ "application/xml": components["schemas"]["UnitDtoEnvelope"];
7727
8353
  };
7728
8354
  };
7729
8355
  /** @description Unauthorized */
@@ -7743,10 +8369,10 @@ export interface operations {
7743
8369
  };
7744
8370
  };
7745
8371
  /**
7746
- * Update a tenant type
7747
- * @description Update a tenant type
8372
+ * Update a unit within a unit group
8373
+ * @description Updates an existing unit within a specific unit group.
7748
8374
  */
7749
- UpdateTenantType: {
8375
+ UpdateUnitAsync: {
7750
8376
  parameters: {
7751
8377
  query: {
7752
8378
  tenantId: string;
@@ -7756,13 +8382,14 @@ export interface operations {
7756
8382
  "x-api-version"?: string;
7757
8383
  };
7758
8384
  path: {
7759
- tenantTypeId: string;
8385
+ unitGroupId: string;
8386
+ unitId: string;
7760
8387
  };
7761
8388
  };
7762
8389
  requestBody?: {
7763
8390
  content: {
7764
- "application/json": components["schemas"]["TenantTypeUpdateDto"];
7765
- "application/xml": components["schemas"]["TenantTypeUpdateDto"];
8391
+ "application/json": components["schemas"]["UnitUpdateDto"];
8392
+ "application/xml": components["schemas"]["UnitUpdateDto"];
7766
8393
  };
7767
8394
  };
7768
8395
  responses: {
@@ -7790,10 +8417,10 @@ export interface operations {
7790
8417
  };
7791
8418
  };
7792
8419
  /**
7793
- * Delete a tenant type
7794
- * @description Delete a tenant type
8420
+ * Delete a unit from a unit group
8421
+ * @description Deletes a unit from a specific unit group.
7795
8422
  */
7796
- DeleteTenantType: {
8423
+ DeleteUnitAsync: {
7797
8424
  parameters: {
7798
8425
  query: {
7799
8426
  tenantId: string;
@@ -7803,7 +8430,8 @@ export interface operations {
7803
8430
  "x-api-version"?: string;
7804
8431
  };
7805
8432
  path: {
7806
- tenantTypeId: string;
8433
+ unitGroupId: string;
8434
+ unitId: string;
7807
8435
  };
7808
8436
  };
7809
8437
  responses: {