@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
@@ -0,0 +1,1651 @@
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+
6
+
7
+ export interface paths {
8
+ "/version": {
9
+ get: {
10
+ responses: {
11
+ /** @description OK */
12
+ 200: {
13
+ content: never;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ "/health": {
19
+ get: {
20
+ responses: {
21
+ /** @description OK */
22
+ 200: {
23
+ content: never;
24
+ };
25
+ };
26
+ };
27
+ };
28
+ "/hello": {
29
+ get: {
30
+ responses: {
31
+ /** @description OK */
32
+ 200: {
33
+ content: never;
34
+ };
35
+ };
36
+ };
37
+ };
38
+ "/register": {
39
+ post: {
40
+ requestBody: {
41
+ content: {
42
+ "application/json": components["schemas"]["RegisterRequest"];
43
+ };
44
+ };
45
+ responses: {
46
+ /** @description OK */
47
+ 200: {
48
+ content: never;
49
+ };
50
+ /** @description Bad Request */
51
+ 400: {
52
+ content: {
53
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
54
+ };
55
+ };
56
+ };
57
+ };
58
+ };
59
+ "/login": {
60
+ post: {
61
+ parameters: {
62
+ query?: {
63
+ useCookies?: boolean;
64
+ useSessionCookies?: boolean;
65
+ };
66
+ };
67
+ requestBody: {
68
+ content: {
69
+ "application/json": components["schemas"]["LoginRequest"];
70
+ };
71
+ };
72
+ responses: {
73
+ /** @description OK */
74
+ 200: {
75
+ content: {
76
+ "application/json": components["schemas"]["AccessTokenResponse"];
77
+ };
78
+ };
79
+ };
80
+ };
81
+ };
82
+ "/refresh": {
83
+ post: {
84
+ requestBody: {
85
+ content: {
86
+ "application/json": components["schemas"]["RefreshRequest"];
87
+ };
88
+ };
89
+ responses: {
90
+ /** @description OK */
91
+ 200: {
92
+ content: {
93
+ "application/json": components["schemas"]["AccessTokenResponse"];
94
+ };
95
+ };
96
+ };
97
+ };
98
+ };
99
+ "/confirmEmail": {
100
+ get: operations["MapIdentityApi-/confirmEmail"];
101
+ };
102
+ "/resendConfirmationEmail": {
103
+ post: {
104
+ requestBody: {
105
+ content: {
106
+ "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
107
+ };
108
+ };
109
+ responses: {
110
+ /** @description OK */
111
+ 200: {
112
+ content: never;
113
+ };
114
+ };
115
+ };
116
+ };
117
+ "/forgotPassword": {
118
+ post: {
119
+ requestBody: {
120
+ content: {
121
+ "application/json": components["schemas"]["ForgotPasswordRequest"];
122
+ };
123
+ };
124
+ responses: {
125
+ /** @description OK */
126
+ 200: {
127
+ content: never;
128
+ };
129
+ /** @description Bad Request */
130
+ 400: {
131
+ content: {
132
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
133
+ };
134
+ };
135
+ };
136
+ };
137
+ };
138
+ "/resetPassword": {
139
+ post: {
140
+ requestBody: {
141
+ content: {
142
+ "application/json": components["schemas"]["ResetPasswordRequest"];
143
+ };
144
+ };
145
+ responses: {
146
+ /** @description OK */
147
+ 200: {
148
+ content: never;
149
+ };
150
+ /** @description Bad Request */
151
+ 400: {
152
+ content: {
153
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
154
+ };
155
+ };
156
+ };
157
+ };
158
+ };
159
+ "/manage/2fa": {
160
+ post: {
161
+ requestBody: {
162
+ content: {
163
+ "application/json": components["schemas"]["TwoFactorRequest"];
164
+ };
165
+ };
166
+ responses: {
167
+ /** @description OK */
168
+ 200: {
169
+ content: {
170
+ "application/json": components["schemas"]["TwoFactorResponse"];
171
+ };
172
+ };
173
+ /** @description Bad Request */
174
+ 400: {
175
+ content: {
176
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
177
+ };
178
+ };
179
+ /** @description Not Found */
180
+ 404: {
181
+ content: never;
182
+ };
183
+ };
184
+ };
185
+ };
186
+ "/manage/info": {
187
+ get: {
188
+ responses: {
189
+ /** @description OK */
190
+ 200: {
191
+ content: {
192
+ "application/json": components["schemas"]["InfoResponse"];
193
+ };
194
+ };
195
+ /** @description Bad Request */
196
+ 400: {
197
+ content: {
198
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
199
+ };
200
+ };
201
+ /** @description Not Found */
202
+ 404: {
203
+ content: never;
204
+ };
205
+ };
206
+ };
207
+ post: {
208
+ requestBody: {
209
+ content: {
210
+ "application/json": components["schemas"]["InfoRequest"];
211
+ };
212
+ };
213
+ responses: {
214
+ /** @description OK */
215
+ 200: {
216
+ content: {
217
+ "application/json": components["schemas"]["InfoResponse"];
218
+ };
219
+ };
220
+ /** @description Bad Request */
221
+ 400: {
222
+ content: {
223
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
224
+ };
225
+ };
226
+ /** @description Not Found */
227
+ 404: {
228
+ content: never;
229
+ };
230
+ };
231
+ };
232
+ };
233
+ "/api/v2/SubscriptionsService/SubscriptionPlans": {
234
+ /**
235
+ * Get all subscription plans
236
+ * @description Retrieves all subscription plans for the specified tenant.
237
+ */
238
+ get: operations["GetSubscriptionPlansAsync"];
239
+ /**
240
+ * Create a subscription plan
241
+ * @description Creates a new subscription plan for the specified tenant.
242
+ */
243
+ post: operations["CreateSubscriptionPlanAsync"];
244
+ };
245
+ "/api/v2/SubscriptionsService/SubscriptionPlans/Count": {
246
+ /**
247
+ * Get subscription plans count
248
+ * @description Returns the count of subscription plans for the specified tenant.
249
+ */
250
+ get: operations["GetSubscriptionPlansCountAsync"];
251
+ };
252
+ "/api/v2/SubscriptionsService/SubscriptionPlans/{planId}": {
253
+ /**
254
+ * Get a subscription plan by ID
255
+ * @description Retrieves a subscription plan by its identifier.
256
+ */
257
+ get: operations["GetSubscriptionPlanByIdAsync"];
258
+ /**
259
+ * Update a subscription plan
260
+ * @description Updates an existing subscription plan.
261
+ */
262
+ put: operations["UpdateSubscriptionPlanAsync"];
263
+ /**
264
+ * Delete a subscription plan
265
+ * @description Deletes a subscription plan by its identifier.
266
+ */
267
+ delete: operations["DeleteSubscriptionPlanAsync"];
268
+ };
269
+ "/api/v2/SubscriptionsService/Subscriptions": {
270
+ /**
271
+ * Get all subscriptions
272
+ * @description Retrieves all subscriptions for the specified tenant.
273
+ */
274
+ get: operations["GetSubscriptionsAsync"];
275
+ /**
276
+ * Create a subscription
277
+ * @description Creates a new subscription for the specified tenant.
278
+ */
279
+ post: operations["CreateSubscriptionAsync"];
280
+ };
281
+ "/api/v2/SubscriptionsService/Subscriptions/Count": {
282
+ /**
283
+ * Get subscriptions count
284
+ * @description Returns the count of subscriptions for the specified tenant.
285
+ */
286
+ get: operations["GetSubscriptionsCountAsync"];
287
+ };
288
+ "/api/v2/SubscriptionsService/Subscriptions/{subscriptionId}": {
289
+ /**
290
+ * Get a subscription by ID
291
+ * @description Retrieves a subscription by its identifier.
292
+ */
293
+ get: operations["GetSubscriptionByIdAsync"];
294
+ /**
295
+ * Update a subscription
296
+ * @description Updates an existing subscription.
297
+ */
298
+ put: operations["UpdateSubscriptionAsync"];
299
+ /**
300
+ * Delete a subscription
301
+ * @description Deletes a subscription by its identifier.
302
+ */
303
+ delete: operations["DeleteSubscriptionAsync"];
304
+ };
305
+ }
306
+
307
+ export type webhooks = Record<string, never>;
308
+
309
+ export interface components {
310
+ schemas: {
311
+ AccessTokenResponse: {
312
+ tokenType?: string | null;
313
+ accessToken: string | null;
314
+ /** Format: int64 */
315
+ expiresIn: number;
316
+ refreshToken: string | null;
317
+ };
318
+ Envelope: {
319
+ isSuccess?: boolean;
320
+ errorMessage?: string | null;
321
+ correlationId?: string | null;
322
+ /** Format: date-time */
323
+ timestamp?: string;
324
+ activityId?: string | null;
325
+ result?: string | null;
326
+ };
327
+ ErrorEnvelope: {
328
+ isSuccess?: boolean;
329
+ errorMessage?: string | null;
330
+ correlationId?: string | null;
331
+ /** Format: date-time */
332
+ timestamp?: string;
333
+ activityId?: string | null;
334
+ };
335
+ ForgotPasswordRequest: {
336
+ email: string | null;
337
+ };
338
+ HttpValidationProblemDetails: {
339
+ type?: string | null;
340
+ title?: string | null;
341
+ /** Format: int32 */
342
+ status?: number | null;
343
+ detail?: string | null;
344
+ instance?: string | null;
345
+ errors?: {
346
+ [key: string]: string[];
347
+ } | null;
348
+ [key: string]: unknown;
349
+ };
350
+ InfoRequest: {
351
+ newEmail?: string | null;
352
+ newPassword?: string | null;
353
+ oldPassword?: string | null;
354
+ };
355
+ InfoResponse: {
356
+ email: string | null;
357
+ isEmailConfirmed: boolean;
358
+ };
359
+ Int32Envelope: {
360
+ isSuccess?: boolean;
361
+ errorMessage?: string | null;
362
+ correlationId?: string | null;
363
+ /** Format: date-time */
364
+ timestamp?: string;
365
+ activityId?: string | null;
366
+ /** Format: int32 */
367
+ result?: number;
368
+ };
369
+ LoginRequest: {
370
+ email: string | null;
371
+ password: string | null;
372
+ twoFactorCode?: string | null;
373
+ twoFactorRecoveryCode?: string | null;
374
+ };
375
+ RefreshRequest: {
376
+ refreshToken: string | null;
377
+ };
378
+ RegisterRequest: {
379
+ email: string | null;
380
+ password: string | null;
381
+ };
382
+ ResendConfirmationEmailRequest: {
383
+ email: string | null;
384
+ };
385
+ ResetPasswordRequest: {
386
+ email: string | null;
387
+ resetCode: string | null;
388
+ newPassword: string | null;
389
+ };
390
+ SubscriptionCreateDto: {
391
+ /** Format: uuid */
392
+ id?: string;
393
+ /** Format: date-time */
394
+ timestamp?: string;
395
+ individualId?: string | null;
396
+ organizationId?: string | null;
397
+ subscriptionPlanId?: string | null;
398
+ /** @enum {string} */
399
+ subscriptionClass?: "Trial" | "Standard";
400
+ };
401
+ SubscriptionDto: {
402
+ id?: string | null;
403
+ /** Format: date-time */
404
+ timestamp?: string | null;
405
+ individualId?: string | null;
406
+ organizationId?: string | null;
407
+ subscriptionPlanId?: string | null;
408
+ /** @enum {string} */
409
+ subscriptionClass?: "Trial" | "Standard";
410
+ };
411
+ SubscriptionDtoEnvelope: {
412
+ isSuccess?: boolean;
413
+ errorMessage?: string | null;
414
+ correlationId?: string | null;
415
+ /** Format: date-time */
416
+ timestamp?: string;
417
+ activityId?: string | null;
418
+ result?: components["schemas"]["SubscriptionDto"];
419
+ };
420
+ SubscriptionDtoIReadOnlyListEnvelope: {
421
+ isSuccess?: boolean;
422
+ errorMessage?: string | null;
423
+ correlationId?: string | null;
424
+ /** Format: date-time */
425
+ timestamp?: string;
426
+ activityId?: string | null;
427
+ result?: components["schemas"]["SubscriptionDto"][] | null;
428
+ };
429
+ SubscriptionPlanCreateDto: {
430
+ /** Format: uuid */
431
+ id?: string;
432
+ /** Format: date-time */
433
+ timestamp?: string;
434
+ sku?: string | null;
435
+ upc?: string | null;
436
+ ean?: string | null;
437
+ mpn?: string | null;
438
+ isbn?: string | null;
439
+ asin?: string | null;
440
+ gtin?: string | null;
441
+ skUs?: string | null;
442
+ upCs?: string | null;
443
+ eaNs?: string | null;
444
+ part?: string | null;
445
+ name?: string | null;
446
+ type?: string | null;
447
+ mpNs?: string | null;
448
+ isbNs?: string | null;
449
+ asiNs?: string | null;
450
+ gtiNs?: string | null;
451
+ model?: string | null;
452
+ title?: string | null;
453
+ color?: string | null;
454
+ unspsc?: string | null;
455
+ unitId?: string | null;
456
+ series?: string | null;
457
+ barcode?: string | null;
458
+ unspsCs?: string | null;
459
+ summary?: string | null;
460
+ brandId?: string | null;
461
+ pattern?: string | null;
462
+ features?: string | null;
463
+ material?: string | null;
464
+ tenantId?: string | null;
465
+ permalink?: string | null;
466
+ brandName?: string | null;
467
+ variations?: string | null;
468
+ categories?: string | null;
469
+ languageId?: string | null;
470
+ itemTypeId?: string | null;
471
+ categoryId?: string | null;
472
+ currencyId?: string | null;
473
+ unitGroupId?: string | null;
474
+ description?: string | null;
475
+ ingredients?: string | null;
476
+ supplierCode?: string | null;
477
+ shipsToRules?: string | null;
478
+ parentItemId?: string | null;
479
+ purchaseNote?: string | null;
480
+ tariffHeading?: string | null;
481
+ mozaicCoverURL?: string | null;
482
+ youtubeVideoId?: string | null;
483
+ nutritionFacts?: string | null;
484
+ packageContent?: string | null;
485
+ primaryImageUrl?: string | null;
486
+ googleCategories?: string | null;
487
+ shortDescription?: string | null;
488
+ supplierProfileId?: string | null;
489
+ shippingCountryId?: string | null;
490
+ systemRequirements?: string | null;
491
+ customTaxDescription?: string | null;
492
+ pageCoverBackgroundUrl?: string | null;
493
+ officialDescriptionUrl?: string | null;
494
+ recentlyViewedRecordId?: string | null;
495
+ primaryGoogleCategoryId?: string | null;
496
+ supportedOperatingSystem?: string | null;
497
+ primaryGoogleCategoryName?: string | null;
498
+ hot?: boolean;
499
+ onSale?: boolean;
500
+ auction?: boolean;
501
+ deleted?: boolean;
502
+ digital?: boolean;
503
+ preSale?: boolean;
504
+ taxable?: boolean;
505
+ inStock?: boolean;
506
+ trending?: boolean;
507
+ featured?: boolean;
508
+ lowStock?: boolean;
509
+ published?: boolean;
510
+ byRequest?: boolean;
511
+ onDiscount?: boolean;
512
+ isDailyDeal?: boolean;
513
+ isNewArrival?: boolean;
514
+ isWeeklyDeal?: boolean;
515
+ isBestSeller?: boolean;
516
+ isMonthlyDeal?: boolean;
517
+ hasVariations?: boolean;
518
+ isFixedDiscount?: boolean;
519
+ manageInventory?: boolean;
520
+ isDealersChoice?: boolean;
521
+ isOfficialChoice?: boolean;
522
+ validPrimaryImage?: boolean;
523
+ isDeadlineDiscount?: boolean;
524
+ taxIncludedInPrice?: boolean;
525
+ displayShowcaseTab?: boolean;
526
+ isProductOfTheWeek?: boolean;
527
+ isProductOfTheMonth?: boolean;
528
+ isPercentageDiscount?: boolean;
529
+ displayOnGlobalMozaic?: boolean;
530
+ displayOnBrandsMozaic?: boolean;
531
+ disableDefaultPolicies?: boolean;
532
+ displayOnCategoryMozaic?: boolean;
533
+ displayDescriptionEditor?: boolean;
534
+ displayShortDescriptionEditor?: boolean;
535
+ displayOnBannerMarketingRotation?: boolean;
536
+ /** Format: int32 */
537
+ viewsCount?: number;
538
+ /** Format: int32 */
539
+ reviewsCount?: number;
540
+ /** Format: int32 */
541
+ packagedQuantity?: number;
542
+ /** Format: double */
543
+ recurrency?: number;
544
+ /** Format: double */
545
+ currentStock?: number;
546
+ /** Format: double */
547
+ customTaxValue?: number;
548
+ /** Format: double */
549
+ width?: number;
550
+ /** Format: double */
551
+ weight?: number;
552
+ /** Format: double */
553
+ length?: number;
554
+ /** Format: double */
555
+ height?: number;
556
+ /** Format: double */
557
+ totalTax?: number;
558
+ /** Format: double */
559
+ finalPrice?: number;
560
+ /** Format: double */
561
+ reviewsAvg?: number;
562
+ /** Format: double */
563
+ paymentCost?: number;
564
+ /** Format: double */
565
+ regularPrice?: number;
566
+ /** Format: double */
567
+ discountPrice?: number;
568
+ /** Format: double */
569
+ discountAmount?: number;
570
+ /** Format: double */
571
+ discountPercentage?: number;
572
+ /** Format: double */
573
+ estimatedTaxesInUsd?: number;
574
+ /** Format: double */
575
+ customTaxPercentage?: number;
576
+ /** Format: double */
577
+ estimatedProfitInUsd?: number;
578
+ /** Format: double */
579
+ estimatedBasePriceInUsd?: number;
580
+ /** Format: double */
581
+ estimatedDiscountsInUsd?: number;
582
+ /** Format: double */
583
+ estimatedSurchargesInUsd?: number;
584
+ /** Format: double */
585
+ estimatedPaymentTaxInUsd?: number;
586
+ /** Format: double */
587
+ estimatedTotalPriceInUsd?: number;
588
+ /** Format: double */
589
+ estimatedPaymentCostInUsd?: number;
590
+ /** Format: double */
591
+ estimatedDealSavingsInUsd?: number;
592
+ /** Format: double */
593
+ estimatedRegularPriceInUsd?: number;
594
+ /** Format: double */
595
+ estimatedTaxBasePriceInUsd?: number;
596
+ /** Format: double */
597
+ estimatedWitholdingTaxesInUsd?: number;
598
+ /** Format: double */
599
+ estimatedWithholdingTaxesInUsd?: number;
600
+ /** Format: double */
601
+ estimatedDefaultShippingTaxInUsd?: number;
602
+ /** Format: double */
603
+ estimatedDefaultShippingCostInUsd?: number;
604
+ /** Format: date-time */
605
+ auctionEnd?: string | null;
606
+ /** Format: date-time */
607
+ releaseDate?: string | null;
608
+ /** Format: date-time */
609
+ auctionStart?: string | null;
610
+ /** Format: date-time */
611
+ publishedDate?: string | null;
612
+ /** Format: date-time */
613
+ discountDeadLine?: string | null;
614
+ /** Format: date-time */
615
+ deadlineDiscountDueDate?: string | null;
616
+ /** Format: date-time */
617
+ deadlineDiscountFromDate?: string | null;
618
+ /** Format: date-time */
619
+ lastFixedPricesUpdateDateTime?: string | null;
620
+ selectedTags?: string[] | null;
621
+ selectedTypes?: string[] | null;
622
+ selectedBrands?: string[] | null;
623
+ selectedCategories?: string[] | null;
624
+ selectedTaxPolicies?: string[] | null;
625
+ selectedPricingRules?: string[] | null;
626
+ selectedRefundPolicies?: string[] | null;
627
+ selectedReturnPolicies?: string[] | null;
628
+ selectedPricingPolicies?: string[] | null;
629
+ selectedWarrantyPolicies?: string[] | null;
630
+ selectedShipmentPolicies?: string[] | null;
631
+ selectedGoogleCategories?: string[] | null;
632
+ selectedAttributesOptions?: string[] | null;
633
+ selectedSellingMarginPolicies?: string[] | null;
634
+ allowSubscriptionTrials?: boolean;
635
+ isPerpetualSubscription?: boolean;
636
+ /** Format: int32 */
637
+ trialSubscriptionRelativeExpirationInDays?: number;
638
+ /** Format: int32 */
639
+ standardSubscriptionRelativeExpirationInDays?: number;
640
+ subscriptionsCertificateId?: string | null;
641
+ };
642
+ SubscriptionPlanDto: {
643
+ id?: string | null;
644
+ /** Format: date-time */
645
+ timestamp?: string | null;
646
+ sku?: string | null;
647
+ upc?: string | null;
648
+ ean?: string | null;
649
+ mpn?: string | null;
650
+ skUs?: string | null;
651
+ isbn?: string | null;
652
+ upCs?: string | null;
653
+ eaNs?: string | null;
654
+ asin?: string | null;
655
+ gtin?: string | null;
656
+ mpNs?: string | null;
657
+ part?: string | null;
658
+ name?: string | null;
659
+ isbNs?: string | null;
660
+ asiNs?: string | null;
661
+ gtiNs?: string | null;
662
+ model?: string | null;
663
+ title?: string | null;
664
+ color?: string | null;
665
+ isbN13?: string | null;
666
+ unspsc?: string | null;
667
+ unitId?: string | null;
668
+ series?: string | null;
669
+ barcode?: string | null;
670
+ unspsCs?: string | null;
671
+ pattern?: string | null;
672
+ summary?: string | null;
673
+ brandId?: string | null;
674
+ features?: string | null;
675
+ material?: string | null;
676
+ tenantId?: string | null;
677
+ permalink?: string | null;
678
+ brandName?: string | null;
679
+ languageId?: string | null;
680
+ itemTypeId?: string | null;
681
+ categoryId?: string | null;
682
+ currencyId?: string | null;
683
+ unitGroupId?: string | null;
684
+ description?: string | null;
685
+ ingredients?: string | null;
686
+ releaseDate?: string | null;
687
+ enrollmentId?: string | null;
688
+ supplierCode?: string | null;
689
+ shipsToRules?: string | null;
690
+ purchaseNote?: string | null;
691
+ parentItemId?: string | null;
692
+ itemTypeName?: string | null;
693
+ discriminator?: string | null;
694
+ tariffHeading?: string | null;
695
+ nutritionFacts?: string | null;
696
+ mozaicCoverUrl?: string | null;
697
+ packageContent?: string | null;
698
+ youtubeVideoId?: string | null;
699
+ primaryImageUrl?: string | null;
700
+ longDescription?: string | null;
701
+ measurementUnit?: string | null;
702
+ shortDescription?: string | null;
703
+ googleCategories?: string | null;
704
+ supplierProfileId?: string | null;
705
+ shippingCountryId?: string | null;
706
+ systemRequirements?: string | null;
707
+ customTaxDescription?: string | null;
708
+ officialDescriptionUrl?: string | null;
709
+ energyEfficiencyRating?: string | null;
710
+ pageCoverBackgroundUrl?: string | null;
711
+ primaryGoogleCategoryId?: string | null;
712
+ operatingSystemSupported?: string | null;
713
+ supportedOperatingSystem?: string | null;
714
+ primaryGoogleCategoryName?: string | null;
715
+ hot?: boolean;
716
+ onSale?: boolean;
717
+ auction?: boolean;
718
+ deleted?: boolean;
719
+ digital?: boolean;
720
+ preSale?: boolean;
721
+ taxable?: boolean;
722
+ inStock?: boolean;
723
+ featured?: boolean;
724
+ trending?: boolean;
725
+ lowStock?: boolean;
726
+ published?: boolean;
727
+ byRequest?: boolean;
728
+ onDiscount?: boolean;
729
+ isDailyDeal?: boolean;
730
+ isNewArrival?: boolean;
731
+ isWeeklyDeal?: boolean;
732
+ isBestSeller?: boolean;
733
+ isMonthlyDeal?: boolean;
734
+ hasVariations?: boolean;
735
+ isFixedDiscount?: boolean;
736
+ isDealersChoice?: boolean;
737
+ manageInventory?: boolean;
738
+ isOfficialChoice?: boolean;
739
+ validPrimaryImage?: boolean;
740
+ isDeadlineDiscount?: boolean;
741
+ displayShowcaseTab?: boolean;
742
+ taxIncludedInPrice?: boolean;
743
+ isProductOfTheWeek?: boolean;
744
+ isProductOfTheMonth?: boolean;
745
+ isPercentageDiscount?: boolean;
746
+ displayOnGlobalMozaic?: boolean;
747
+ displayOnBrandsMozaic?: boolean;
748
+ disableDefaultPolicies?: boolean;
749
+ displayOnCategoryMozaic?: boolean;
750
+ displayDescriptionEditor?: boolean;
751
+ displayShortDescriptionEditor?: boolean;
752
+ displayOnBannerMarketingRotation?: boolean;
753
+ /** Format: date-time */
754
+ auctionEnd?: string | null;
755
+ /** Format: date-time */
756
+ auctionStart?: string | null;
757
+ /** Format: date-time */
758
+ publishedDate?: string | null;
759
+ /** Format: date-time */
760
+ deadlineDiscountFromDate?: string | null;
761
+ /** Format: date-time */
762
+ deadlineDiscountDueDate?: string | null;
763
+ /** Format: date-time */
764
+ lastFixedPricesUpdateDateTime?: string | null;
765
+ images?: string[] | null;
766
+ /** Format: int32 */
767
+ viewsCount?: number;
768
+ /** Format: int32 */
769
+ reviewsCount?: number;
770
+ /** Format: int32 */
771
+ questionsCount?: number;
772
+ /** Format: int32 */
773
+ packagedQuantity?: number;
774
+ /** Format: double */
775
+ reviewsAvg?: number | null;
776
+ /** Format: double */
777
+ recurrency?: number;
778
+ /** Format: double */
779
+ currentStock?: number;
780
+ /** Format: double */
781
+ width?: number | null;
782
+ /** Format: double */
783
+ weight?: number | null;
784
+ /** Format: double */
785
+ length?: number | null;
786
+ /** Format: double */
787
+ height?: number | null;
788
+ /** Format: double */
789
+ regularPrice?: number | null;
790
+ /** Format: double */
791
+ discountPrice?: number | null;
792
+ /** Format: double */
793
+ customTaxValue?: number | null;
794
+ /** Format: double */
795
+ discountAmount?: number | null;
796
+ /** Format: double */
797
+ inCartQuantity?: number | null;
798
+ /** Format: double */
799
+ customTaxAmount?: number | null;
800
+ /** Format: double */
801
+ discountPercentage?: number | null;
802
+ /** Format: double */
803
+ customTaxPercentage?: number | null;
804
+ /** Format: double */
805
+ estimatedTaxesInUsd?: number | null;
806
+ /** Format: double */
807
+ estimatedProfitInUsd?: number | null;
808
+ /** Format: double */
809
+ estimatedBasePriceInUsd?: number | null;
810
+ /** Format: double */
811
+ estimatedDiscountsInUsd?: number | null;
812
+ /** Format: double */
813
+ estimatedSurchargesInUsd?: number | null;
814
+ /** Format: double */
815
+ estimatedPaymentTaxInUsd?: number | null;
816
+ /** Format: double */
817
+ estimatedTotalPriceInUsd?: number | null;
818
+ /** Format: double */
819
+ estimatedPaymentCostInUsd?: number | null;
820
+ /** Format: double */
821
+ estimatedDealSavingsInUsd?: number | null;
822
+ /** Format: double */
823
+ estimatedRegularPriceInUsd?: number | null;
824
+ /** Format: double */
825
+ estimatedTaxBasePriceInUsd?: number | null;
826
+ /** Format: double */
827
+ estimatedWithholdingTaxesInUsd?: number | null;
828
+ /** Format: double */
829
+ estimatedDefaultShippingTaxInUsd?: number | null;
830
+ /** Format: double */
831
+ estimatedDefaultShippingCostInUsd?: number | null;
832
+ selectedTags?: string[] | null;
833
+ selectedTypes?: string[] | null;
834
+ selectedBrands?: string[] | null;
835
+ selectedCategories?: string[] | null;
836
+ selectedTaxPolicies?: string[] | null;
837
+ selectedPricingRules?: string[] | null;
838
+ selectedRefundPolicies?: string[] | null;
839
+ selectedReturnPolicies?: string[] | null;
840
+ selectedPricingPolicies?: string[] | null;
841
+ selectedGoogleCategories?: string[] | null;
842
+ selectedWarrantyPolicies?: string[] | null;
843
+ selectedShipmentPolicies?: string[] | null;
844
+ selectedAttributesOptions?: string[] | null;
845
+ selectedSellingMarginPolicies?: string[] | null;
846
+ allowSubscriptionTrials?: boolean;
847
+ isPerpetualSubscription?: boolean;
848
+ /** Format: int32 */
849
+ trialSubscriptionRelativeExpirationInDays?: number;
850
+ /** Format: int32 */
851
+ standardSubscriptionRelativeExpirationInDays?: number;
852
+ subscriptionsCertificateId?: string | null;
853
+ };
854
+ SubscriptionPlanDtoEnvelope: {
855
+ isSuccess?: boolean;
856
+ errorMessage?: string | null;
857
+ correlationId?: string | null;
858
+ /** Format: date-time */
859
+ timestamp?: string;
860
+ activityId?: string | null;
861
+ result?: components["schemas"]["SubscriptionPlanDto"];
862
+ };
863
+ SubscriptionPlanDtoIReadOnlyListEnvelope: {
864
+ isSuccess?: boolean;
865
+ errorMessage?: string | null;
866
+ correlationId?: string | null;
867
+ /** Format: date-time */
868
+ timestamp?: string;
869
+ activityId?: string | null;
870
+ result?: components["schemas"]["SubscriptionPlanDto"][] | null;
871
+ };
872
+ SubscriptionPlanUpdateDto: {
873
+ hot?: boolean;
874
+ sku?: string | null;
875
+ upc?: string | null;
876
+ ean?: string | null;
877
+ mpn?: string | null;
878
+ skUs?: string | null;
879
+ isbn?: string | null;
880
+ upCs?: string | null;
881
+ eaNs?: string | null;
882
+ asin?: string | null;
883
+ gtin?: string | null;
884
+ mpNs?: string | null;
885
+ part?: string | null;
886
+ name?: string | null;
887
+ onSale?: boolean;
888
+ isbNs?: string | null;
889
+ asiNs?: string | null;
890
+ gtiNs?: string | null;
891
+ /** Format: double */
892
+ width?: number;
893
+ model?: string | null;
894
+ auction?: boolean;
895
+ title?: string | null;
896
+ color?: string | null;
897
+ deleted?: boolean;
898
+ digital?: boolean;
899
+ preSale?: boolean;
900
+ taxable?: boolean;
901
+ inStock?: boolean;
902
+ isbN13?: string | null;
903
+ unspsc?: string | null;
904
+ /** Format: double */
905
+ weight?: number;
906
+ /** Format: double */
907
+ length?: number;
908
+ /** Format: double */
909
+ height?: number;
910
+ unitId?: string | null;
911
+ series?: string | null;
912
+ featured?: boolean;
913
+ brands?: string | null;
914
+ trending?: boolean;
915
+ lowStock?: boolean;
916
+ barcode?: string | null;
917
+ unspsCs?: string | null;
918
+ pattern?: string | null;
919
+ published?: boolean;
920
+ byRequest?: boolean;
921
+ summary?: string | null;
922
+ brandId?: string | null;
923
+ /** Format: int32 */
924
+ viewsCount?: number;
925
+ features?: string | null;
926
+ material?: string | null;
927
+ onDiscount?: boolean;
928
+ /** Format: double */
929
+ totalTax?: number;
930
+ tenantId?: string | null;
931
+ permalink?: string | null;
932
+ brandName?: string | null;
933
+ /** Format: int32 */
934
+ reviewsCount?: number;
935
+ isDailyDeal?: boolean;
936
+ languageId?: string | null;
937
+ categories?: string | null;
938
+ /** Format: double */
939
+ finalPrice?: number;
940
+ itemTypeId?: string | null;
941
+ categoryId?: string | null;
942
+ currencyId?: string | null;
943
+ /** Format: double */
944
+ reviewsAvg?: number;
945
+ isNewArrival?: boolean;
946
+ isWeeklyDeal?: boolean;
947
+ isBestSeller?: boolean;
948
+ unitGroupId?: string | null;
949
+ description?: string | null;
950
+ ingredients?: string | null;
951
+ releaseDate?: string | null;
952
+ isMonthlyDeal?: boolean;
953
+ /** Format: double */
954
+ recurrency?: number;
955
+ /** Format: double */
956
+ paymentCost?: number;
957
+ /** Format: double */
958
+ customTaxValue?: number;
959
+ hasVariations?: boolean;
960
+ /** Format: int32 */
961
+ questionsCount?: number;
962
+ enrollmentId?: string | null;
963
+ supplierCode?: string | null;
964
+ /** Format: date-time */
965
+ auctionEnd?: string;
966
+ purchaseNote?: string | null;
967
+ shipsToRules?: string | null;
968
+ /** Format: double */
969
+ regularPrice?: number;
970
+ images?: string[] | null;
971
+ /** Format: double */
972
+ shippingCost?: number;
973
+ parentItemId?: string | null;
974
+ itemTypeName?: string | null;
975
+ cartRecordId?: string | null;
976
+ variations?: string[] | null;
977
+ tariffHeading?: string | null;
978
+ /** Format: int32 */
979
+ packagedQuantity?: number;
980
+ isFixedDiscount?: boolean;
981
+ /** Format: double */
982
+ discountPrice?: number;
983
+ isDealersChoice?: boolean;
984
+ /** Format: double */
985
+ currentStock?: number;
986
+ manageInventory?: boolean;
987
+ /** Format: date-time */
988
+ auctionStart?: string;
989
+ nutritionFacts?: string | null;
990
+ mozaicCoverUrl?: string | null;
991
+ packageContent?: string | null;
992
+ /** Format: double */
993
+ discountAmount?: number;
994
+ youtubeVideoId?: string | null;
995
+ /** Format: double */
996
+ inCartQuantity?: number;
997
+ isOfficialChoice?: boolean;
998
+ /** Format: date-time */
999
+ publishedDate?: string;
1000
+ primaryImageUrl?: string | null;
1001
+ validPrimaryImage?: boolean;
1002
+ /** Format: double */
1003
+ customTaxAmount?: number;
1004
+ longDescription?: string | null;
1005
+ compareRecordId?: string | null;
1006
+ measurementUnit?: string | null;
1007
+ shortDescription?: string | null;
1008
+ googleCategories?: string | null;
1009
+ isDeadlineDiscount?: boolean;
1010
+ displayShowcaseTab?: boolean;
1011
+ taxIncludedInPrice?: boolean;
1012
+ isProductOfTheWeek?: boolean;
1013
+ supplierProfileId?: string | null;
1014
+ shippingCountryId?: string | null;
1015
+ isProductOfTheMonth?: boolean;
1016
+ systemRequirements?: string | null;
1017
+ isPorcentualDiscount?: boolean;
1018
+ /** Format: double */
1019
+ discountPercentage?: number;
1020
+ /** Format: date-time */
1021
+ discountDeadLine?: string;
1022
+ displayOnGlobalMozaic?: boolean;
1023
+ displayOnBrandsMozaic?: boolean;
1024
+ /** Format: double */
1025
+ customTaxPercentage?: number;
1026
+ /** Format: double */
1027
+ estimatedTaxesInUsd?: number;
1028
+ customTaxDescription?: string | null;
1029
+ disableDefaultPolicies?: boolean;
1030
+ /** Format: double */
1031
+ estimatedProfitInUsd?: number;
1032
+ displayOnCategoryMozaic?: boolean;
1033
+ officialDescriptionUrl?: string | null;
1034
+ energyEfficiencyRating?: string | null;
1035
+ pageCoverBackgroundUrl?: string | null;
1036
+ /** Format: double */
1037
+ estimatedBasePriceInUsd?: number;
1038
+ /** Format: double */
1039
+ estimatedDiscountsInUsd?: number;
1040
+ operatingSystemSupported?: string | null;
1041
+ /** Format: double */
1042
+ estimatedSurchargesInUsd?: number;
1043
+ /** Format: date-time */
1044
+ deadlineDiscountDueDate?: string | null;
1045
+ /** Format: date-time */
1046
+ deadlineDiscountFromDate?: string | null;
1047
+ /** Format: double */
1048
+ estimatedRegularPriceInUsd?: number;
1049
+ /** Format: double */
1050
+ estimatedTaxBasePriceInUsd?: number;
1051
+ displayOnBannerMarketingRotation?: boolean;
1052
+ /** Format: date-time */
1053
+ lastFixedPricesUpdateDateTime?: string | null;
1054
+ /** Format: double */
1055
+ estimatedWitholdingTaxesInUsd?: number;
1056
+ /** Format: double */
1057
+ estimatedPaymentCostInUsd?: number;
1058
+ /** Format: double */
1059
+ estimatedPaymentTaxInUsd?: number;
1060
+ /** Format: double */
1061
+ estimatedDefaultShippingCostInUsd?: number;
1062
+ /** Format: double */
1063
+ estimatedDefaultShippingTaxInUsd?: number;
1064
+ /** Format: double */
1065
+ estimatedTotalPriceInUsd?: number;
1066
+ recentlyViewedRecordId?: string | null;
1067
+ displayDescriptionEditor?: boolean;
1068
+ primaryGoogleCategoryId?: string | null;
1069
+ supportedOperatingSystem?: string | null;
1070
+ /** Format: double */
1071
+ estimatedDealSavingsInUsd?: number;
1072
+ primaryGoogleCategoryName?: string | null;
1073
+ displayShortDescriptionEditor?: boolean;
1074
+ /** Format: double */
1075
+ estimatedWithholdingTaxesInUsd?: number;
1076
+ selectedTags?: string[] | null;
1077
+ selectedTypes?: string[] | null;
1078
+ selectedBrands?: string[] | null;
1079
+ selectedCategories?: string[] | null;
1080
+ selectedTaxPolicies?: string[] | null;
1081
+ selectedPricingRules?: string[] | null;
1082
+ selectedRefundPolicies?: string[] | null;
1083
+ selectedReturnPolicies?: string[] | null;
1084
+ selectedPricingPolicies?: string[] | null;
1085
+ selectedGoogleCategories?: string[] | null;
1086
+ selectedWarrantyPolicies?: string[] | null;
1087
+ selectedShipmentPolicies?: string[] | null;
1088
+ selectedAttributesOptions?: string[] | null;
1089
+ selectedSellingMarginPolicies?: string[] | null;
1090
+ allowSubscriptionTrials?: boolean;
1091
+ isPerpetualSubscription?: boolean;
1092
+ /** Format: int32 */
1093
+ trialSubscriptionRelativeExpirationInDays?: number;
1094
+ /** Format: int32 */
1095
+ standardSubscriptionRelativeExpirationInDays?: number;
1096
+ subscriptionsCertificateId?: string | null;
1097
+ };
1098
+ SubscriptionUpdateDto: {
1099
+ /** Format: uuid */
1100
+ id?: string;
1101
+ /** Format: date-time */
1102
+ timestamp?: string;
1103
+ individualId?: string | null;
1104
+ organizationId?: string | null;
1105
+ subscriptionPlanId?: string | null;
1106
+ /** @enum {string} */
1107
+ subscriptionClass?: "Trial" | "Standard";
1108
+ };
1109
+ TwoFactorRequest: {
1110
+ enable?: boolean | null;
1111
+ twoFactorCode?: string | null;
1112
+ resetSharedKey?: boolean;
1113
+ resetRecoveryCodes?: boolean;
1114
+ forgetMachine?: boolean;
1115
+ };
1116
+ TwoFactorResponse: {
1117
+ sharedKey: string | null;
1118
+ /** Format: int32 */
1119
+ recoveryCodesLeft: number;
1120
+ recoveryCodes?: string[] | null;
1121
+ isTwoFactorEnabled: boolean;
1122
+ isMachineRemembered: boolean;
1123
+ };
1124
+ };
1125
+ responses: never;
1126
+ parameters: never;
1127
+ requestBodies: never;
1128
+ headers: never;
1129
+ pathItems: never;
1130
+ }
1131
+
1132
+ export type $defs = Record<string, never>;
1133
+
1134
+ export type external = Record<string, never>;
1135
+
1136
+ export interface operations {
1137
+
1138
+ "MapIdentityApi-/confirmEmail": {
1139
+ parameters: {
1140
+ query: {
1141
+ userId: string;
1142
+ code: string;
1143
+ changedEmail?: string;
1144
+ };
1145
+ };
1146
+ responses: {
1147
+ /** @description OK */
1148
+ 200: {
1149
+ content: never;
1150
+ };
1151
+ };
1152
+ };
1153
+ /**
1154
+ * Get all subscription plans
1155
+ * @description Retrieves all subscription plans for the specified tenant.
1156
+ */
1157
+ GetSubscriptionPlansAsync: {
1158
+ parameters: {
1159
+ query: {
1160
+ tenantId: string;
1161
+ "api-version"?: string;
1162
+ };
1163
+ header?: {
1164
+ "x-api-version"?: string;
1165
+ };
1166
+ };
1167
+ responses: {
1168
+ /** @description OK */
1169
+ 200: {
1170
+ content: {
1171
+ "application/json": components["schemas"]["SubscriptionPlanDtoIReadOnlyListEnvelope"];
1172
+ "application/xml": components["schemas"]["SubscriptionPlanDtoIReadOnlyListEnvelope"];
1173
+ };
1174
+ };
1175
+ /** @description Unauthorized */
1176
+ 401: {
1177
+ content: {
1178
+ "application/json": components["schemas"]["ErrorEnvelope"];
1179
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1180
+ };
1181
+ };
1182
+ /** @description Forbidden */
1183
+ 403: {
1184
+ content: {
1185
+ "application/json": components["schemas"]["ErrorEnvelope"];
1186
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1187
+ };
1188
+ };
1189
+ };
1190
+ };
1191
+ /**
1192
+ * Create a subscription plan
1193
+ * @description Creates a new subscription plan for the specified tenant.
1194
+ */
1195
+ CreateSubscriptionPlanAsync: {
1196
+ parameters: {
1197
+ query: {
1198
+ tenantId: string;
1199
+ "api-version"?: string;
1200
+ };
1201
+ header?: {
1202
+ "x-api-version"?: string;
1203
+ };
1204
+ };
1205
+ requestBody?: {
1206
+ content: {
1207
+ "application/json": components["schemas"]["SubscriptionPlanCreateDto"];
1208
+ "application/xml": components["schemas"]["SubscriptionPlanCreateDto"];
1209
+ };
1210
+ };
1211
+ responses: {
1212
+ /** @description OK */
1213
+ 200: {
1214
+ content: {
1215
+ "application/json": components["schemas"]["Envelope"];
1216
+ "application/xml": components["schemas"]["Envelope"];
1217
+ };
1218
+ };
1219
+ /** @description Unauthorized */
1220
+ 401: {
1221
+ content: {
1222
+ "application/json": components["schemas"]["ErrorEnvelope"];
1223
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1224
+ };
1225
+ };
1226
+ /** @description Forbidden */
1227
+ 403: {
1228
+ content: {
1229
+ "application/json": components["schemas"]["ErrorEnvelope"];
1230
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1231
+ };
1232
+ };
1233
+ };
1234
+ };
1235
+ /**
1236
+ * Get subscription plans count
1237
+ * @description Returns the count of subscription plans for the specified tenant.
1238
+ */
1239
+ GetSubscriptionPlansCountAsync: {
1240
+ parameters: {
1241
+ query: {
1242
+ tenantId: string;
1243
+ "api-version"?: string;
1244
+ };
1245
+ header?: {
1246
+ "x-api-version"?: string;
1247
+ };
1248
+ };
1249
+ responses: {
1250
+ /** @description OK */
1251
+ 200: {
1252
+ content: {
1253
+ "application/json": components["schemas"]["Int32Envelope"];
1254
+ "application/xml": components["schemas"]["Int32Envelope"];
1255
+ };
1256
+ };
1257
+ /** @description Unauthorized */
1258
+ 401: {
1259
+ content: {
1260
+ "application/json": components["schemas"]["ErrorEnvelope"];
1261
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1262
+ };
1263
+ };
1264
+ /** @description Forbidden */
1265
+ 403: {
1266
+ content: {
1267
+ "application/json": components["schemas"]["ErrorEnvelope"];
1268
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1269
+ };
1270
+ };
1271
+ };
1272
+ };
1273
+ /**
1274
+ * Get a subscription plan by ID
1275
+ * @description Retrieves a subscription plan by its identifier.
1276
+ */
1277
+ GetSubscriptionPlanByIdAsync: {
1278
+ parameters: {
1279
+ query: {
1280
+ tenantId: string;
1281
+ "api-version"?: string;
1282
+ };
1283
+ header?: {
1284
+ "x-api-version"?: string;
1285
+ };
1286
+ path: {
1287
+ planId: string;
1288
+ };
1289
+ };
1290
+ responses: {
1291
+ /** @description OK */
1292
+ 200: {
1293
+ content: {
1294
+ "application/json": components["schemas"]["SubscriptionPlanDtoEnvelope"];
1295
+ "application/xml": components["schemas"]["SubscriptionPlanDtoEnvelope"];
1296
+ };
1297
+ };
1298
+ /** @description Unauthorized */
1299
+ 401: {
1300
+ content: {
1301
+ "application/json": components["schemas"]["ErrorEnvelope"];
1302
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1303
+ };
1304
+ };
1305
+ /** @description Forbidden */
1306
+ 403: {
1307
+ content: {
1308
+ "application/json": components["schemas"]["ErrorEnvelope"];
1309
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1310
+ };
1311
+ };
1312
+ };
1313
+ };
1314
+ /**
1315
+ * Update a subscription plan
1316
+ * @description Updates an existing subscription plan.
1317
+ */
1318
+ UpdateSubscriptionPlanAsync: {
1319
+ parameters: {
1320
+ query: {
1321
+ tenantId: string;
1322
+ "api-version"?: string;
1323
+ };
1324
+ header?: {
1325
+ "x-api-version"?: string;
1326
+ };
1327
+ path: {
1328
+ planId: string;
1329
+ };
1330
+ };
1331
+ requestBody?: {
1332
+ content: {
1333
+ "application/json": components["schemas"]["SubscriptionPlanUpdateDto"];
1334
+ "application/xml": components["schemas"]["SubscriptionPlanUpdateDto"];
1335
+ };
1336
+ };
1337
+ responses: {
1338
+ /** @description OK */
1339
+ 200: {
1340
+ content: {
1341
+ "application/json": components["schemas"]["Envelope"];
1342
+ "application/xml": components["schemas"]["Envelope"];
1343
+ };
1344
+ };
1345
+ /** @description Unauthorized */
1346
+ 401: {
1347
+ content: {
1348
+ "application/json": components["schemas"]["ErrorEnvelope"];
1349
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1350
+ };
1351
+ };
1352
+ /** @description Forbidden */
1353
+ 403: {
1354
+ content: {
1355
+ "application/json": components["schemas"]["ErrorEnvelope"];
1356
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1357
+ };
1358
+ };
1359
+ };
1360
+ };
1361
+ /**
1362
+ * Delete a subscription plan
1363
+ * @description Deletes a subscription plan by its identifier.
1364
+ */
1365
+ DeleteSubscriptionPlanAsync: {
1366
+ parameters: {
1367
+ query: {
1368
+ tenantId: string;
1369
+ "api-version"?: string;
1370
+ };
1371
+ header?: {
1372
+ "x-api-version"?: string;
1373
+ };
1374
+ path: {
1375
+ planId: string;
1376
+ };
1377
+ };
1378
+ responses: {
1379
+ /** @description OK */
1380
+ 200: {
1381
+ content: {
1382
+ "application/json": components["schemas"]["Envelope"];
1383
+ "application/xml": components["schemas"]["Envelope"];
1384
+ };
1385
+ };
1386
+ /** @description Unauthorized */
1387
+ 401: {
1388
+ content: {
1389
+ "application/json": components["schemas"]["ErrorEnvelope"];
1390
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1391
+ };
1392
+ };
1393
+ /** @description Forbidden */
1394
+ 403: {
1395
+ content: {
1396
+ "application/json": components["schemas"]["ErrorEnvelope"];
1397
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1398
+ };
1399
+ };
1400
+ };
1401
+ };
1402
+ /**
1403
+ * Get all subscriptions
1404
+ * @description Retrieves all subscriptions for the specified tenant.
1405
+ */
1406
+ GetSubscriptionsAsync: {
1407
+ parameters: {
1408
+ query: {
1409
+ tenantId: string;
1410
+ "api-version"?: string;
1411
+ };
1412
+ header?: {
1413
+ "x-api-version"?: string;
1414
+ };
1415
+ };
1416
+ responses: {
1417
+ /** @description OK */
1418
+ 200: {
1419
+ content: {
1420
+ "application/json": components["schemas"]["SubscriptionDtoIReadOnlyListEnvelope"];
1421
+ "application/xml": components["schemas"]["SubscriptionDtoIReadOnlyListEnvelope"];
1422
+ };
1423
+ };
1424
+ /** @description Unauthorized */
1425
+ 401: {
1426
+ content: {
1427
+ "application/json": components["schemas"]["ErrorEnvelope"];
1428
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1429
+ };
1430
+ };
1431
+ /** @description Forbidden */
1432
+ 403: {
1433
+ content: {
1434
+ "application/json": components["schemas"]["ErrorEnvelope"];
1435
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1436
+ };
1437
+ };
1438
+ };
1439
+ };
1440
+ /**
1441
+ * Create a subscription
1442
+ * @description Creates a new subscription for the specified tenant.
1443
+ */
1444
+ CreateSubscriptionAsync: {
1445
+ parameters: {
1446
+ query: {
1447
+ tenantId: string;
1448
+ "api-version"?: string;
1449
+ };
1450
+ header?: {
1451
+ "x-api-version"?: string;
1452
+ };
1453
+ };
1454
+ requestBody?: {
1455
+ content: {
1456
+ "application/json": components["schemas"]["SubscriptionCreateDto"];
1457
+ "application/xml": components["schemas"]["SubscriptionCreateDto"];
1458
+ };
1459
+ };
1460
+ responses: {
1461
+ /** @description OK */
1462
+ 200: {
1463
+ content: {
1464
+ "application/json": components["schemas"]["Envelope"];
1465
+ "application/xml": components["schemas"]["Envelope"];
1466
+ };
1467
+ };
1468
+ /** @description Unauthorized */
1469
+ 401: {
1470
+ content: {
1471
+ "application/json": components["schemas"]["ErrorEnvelope"];
1472
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1473
+ };
1474
+ };
1475
+ /** @description Forbidden */
1476
+ 403: {
1477
+ content: {
1478
+ "application/json": components["schemas"]["ErrorEnvelope"];
1479
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1480
+ };
1481
+ };
1482
+ };
1483
+ };
1484
+ /**
1485
+ * Get subscriptions count
1486
+ * @description Returns the count of subscriptions for the specified tenant.
1487
+ */
1488
+ GetSubscriptionsCountAsync: {
1489
+ parameters: {
1490
+ query: {
1491
+ tenantId: string;
1492
+ "api-version"?: string;
1493
+ };
1494
+ header?: {
1495
+ "x-api-version"?: string;
1496
+ };
1497
+ };
1498
+ responses: {
1499
+ /** @description OK */
1500
+ 200: {
1501
+ content: {
1502
+ "application/json": components["schemas"]["Int32Envelope"];
1503
+ "application/xml": components["schemas"]["Int32Envelope"];
1504
+ };
1505
+ };
1506
+ /** @description Unauthorized */
1507
+ 401: {
1508
+ content: {
1509
+ "application/json": components["schemas"]["ErrorEnvelope"];
1510
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1511
+ };
1512
+ };
1513
+ /** @description Forbidden */
1514
+ 403: {
1515
+ content: {
1516
+ "application/json": components["schemas"]["ErrorEnvelope"];
1517
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1518
+ };
1519
+ };
1520
+ };
1521
+ };
1522
+ /**
1523
+ * Get a subscription by ID
1524
+ * @description Retrieves a subscription by its identifier.
1525
+ */
1526
+ GetSubscriptionByIdAsync: {
1527
+ parameters: {
1528
+ query: {
1529
+ tenantId: string;
1530
+ "api-version"?: string;
1531
+ };
1532
+ header?: {
1533
+ "x-api-version"?: string;
1534
+ };
1535
+ path: {
1536
+ subscriptionId: string;
1537
+ };
1538
+ };
1539
+ responses: {
1540
+ /** @description OK */
1541
+ 200: {
1542
+ content: {
1543
+ "application/json": components["schemas"]["SubscriptionDtoEnvelope"];
1544
+ "application/xml": components["schemas"]["SubscriptionDtoEnvelope"];
1545
+ };
1546
+ };
1547
+ /** @description Unauthorized */
1548
+ 401: {
1549
+ content: {
1550
+ "application/json": components["schemas"]["ErrorEnvelope"];
1551
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1552
+ };
1553
+ };
1554
+ /** @description Forbidden */
1555
+ 403: {
1556
+ content: {
1557
+ "application/json": components["schemas"]["ErrorEnvelope"];
1558
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1559
+ };
1560
+ };
1561
+ };
1562
+ };
1563
+ /**
1564
+ * Update a subscription
1565
+ * @description Updates an existing subscription.
1566
+ */
1567
+ UpdateSubscriptionAsync: {
1568
+ parameters: {
1569
+ query: {
1570
+ tenantId: string;
1571
+ "api-version"?: string;
1572
+ };
1573
+ header?: {
1574
+ "x-api-version"?: string;
1575
+ };
1576
+ path: {
1577
+ subscriptionId: string;
1578
+ };
1579
+ };
1580
+ requestBody?: {
1581
+ content: {
1582
+ "application/json": components["schemas"]["SubscriptionUpdateDto"];
1583
+ "application/xml": components["schemas"]["SubscriptionUpdateDto"];
1584
+ };
1585
+ };
1586
+ responses: {
1587
+ /** @description OK */
1588
+ 200: {
1589
+ content: {
1590
+ "application/json": components["schemas"]["Envelope"];
1591
+ "application/xml": components["schemas"]["Envelope"];
1592
+ };
1593
+ };
1594
+ /** @description Unauthorized */
1595
+ 401: {
1596
+ content: {
1597
+ "application/json": components["schemas"]["ErrorEnvelope"];
1598
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1599
+ };
1600
+ };
1601
+ /** @description Forbidden */
1602
+ 403: {
1603
+ content: {
1604
+ "application/json": components["schemas"]["ErrorEnvelope"];
1605
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1606
+ };
1607
+ };
1608
+ };
1609
+ };
1610
+ /**
1611
+ * Delete a subscription
1612
+ * @description Deletes a subscription by its identifier.
1613
+ */
1614
+ DeleteSubscriptionAsync: {
1615
+ parameters: {
1616
+ query: {
1617
+ tenantId: string;
1618
+ "api-version"?: string;
1619
+ };
1620
+ header?: {
1621
+ "x-api-version"?: string;
1622
+ };
1623
+ path: {
1624
+ subscriptionId: string;
1625
+ };
1626
+ };
1627
+ responses: {
1628
+ /** @description OK */
1629
+ 200: {
1630
+ content: {
1631
+ "application/json": components["schemas"]["Envelope"];
1632
+ "application/xml": components["schemas"]["Envelope"];
1633
+ };
1634
+ };
1635
+ /** @description Unauthorized */
1636
+ 401: {
1637
+ content: {
1638
+ "application/json": components["schemas"]["ErrorEnvelope"];
1639
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1640
+ };
1641
+ };
1642
+ /** @description Forbidden */
1643
+ 403: {
1644
+ content: {
1645
+ "application/json": components["schemas"]["ErrorEnvelope"];
1646
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1647
+ };
1648
+ };
1649
+ };
1650
+ };
1651
+ }