@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,3681 @@
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/ServicesService/ServiceCases": {
234
+ /**
235
+ * Get all service cases
236
+ * @description Retrieves all service cases for the specified tenant.
237
+ */
238
+ get: operations["GetServiceCasesAsync"];
239
+ /**
240
+ * Create a service case
241
+ * @description Creates a new service case for the specified tenant.
242
+ */
243
+ post: operations["CreateServiceCaseAsync"];
244
+ };
245
+ "/api/v2/ServicesService/ServiceCases/Count": {
246
+ /**
247
+ * Get service cases count
248
+ * @description Returns the count of service cases for the specified tenant.
249
+ */
250
+ get: operations["GetServiceCasesCountAsync"];
251
+ };
252
+ "/api/v2/ServicesService/ServiceCases/{serviceCaseId}": {
253
+ /**
254
+ * Get a service case by ID
255
+ * @description Retrieves a service case by its identifier.
256
+ */
257
+ get: operations["GetServiceCaseByIdAsync"];
258
+ /**
259
+ * Update a service case
260
+ * @description Updates an existing service case.
261
+ */
262
+ put: operations["UpdateServiceCaseAsync"];
263
+ /**
264
+ * Delete a service case
265
+ * @description Deletes a service case by its identifier.
266
+ */
267
+ delete: operations["DeleteServiceCaseAsync"];
268
+ };
269
+ "/api/v2/ServicesService/ServiceCaseTypes": {
270
+ /**
271
+ * Get all service case types
272
+ * @description Retrieves all service case types for the specified tenant.
273
+ */
274
+ get: operations["GetServiceCaseTypesAsync"];
275
+ /**
276
+ * Create a service case type
277
+ * @description Creates a new service case type for the specified tenant.
278
+ */
279
+ post: operations["CreateServiceCaseTypeAsync"];
280
+ };
281
+ "/api/v2/ServicesService/ServiceCaseTypes/Count": {
282
+ /**
283
+ * Get service case types count
284
+ * @description Returns the count of service case types for the specified tenant.
285
+ */
286
+ get: operations["GetServiceCaseTypesCountAsync"];
287
+ };
288
+ "/api/v2/ServicesService/ServiceCaseTypes/{serviceCaseTypeId}": {
289
+ /**
290
+ * Get a service case type by ID
291
+ * @description Retrieves a service case type by its identifier.
292
+ */
293
+ get: operations["GetServiceCaseTypeByIdAsync"];
294
+ /**
295
+ * Update a service case type
296
+ * @description Updates an existing service case type.
297
+ */
298
+ put: operations["UpdateServiceCaseTypeAsync"];
299
+ /**
300
+ * Delete a service case type
301
+ * @description Deletes a service case type by its identifier.
302
+ */
303
+ delete: operations["DeleteServiceCaseTypeAsync"];
304
+ };
305
+ "/api/v2/ServicesService/ServiceLevelAgreements": {
306
+ /**
307
+ * Get all service level agreements
308
+ * @description Retrieves all service level agreements for the specified tenant.
309
+ */
310
+ get: operations["GetServiceLevelAgreementsAsync"];
311
+ /**
312
+ * Create a service level agreement
313
+ * @description Creates a new service level agreement for the specified tenant.
314
+ */
315
+ post: operations["CreateServiceLevelAgreementAsync"];
316
+ };
317
+ "/api/v2/ServicesService/ServiceLevelAgreements/Count": {
318
+ /**
319
+ * Get service level agreements count
320
+ * @description Returns the count of service level agreements for the specified tenant.
321
+ */
322
+ get: operations["GetServiceLevelAgreementsCountAsync"];
323
+ };
324
+ "/api/v2/ServicesService/ServiceLevelAgreements/{serviceLevelAgreementId}": {
325
+ /**
326
+ * Get a service level agreement by ID
327
+ * @description Retrieves a service level agreement by its identifier.
328
+ */
329
+ get: operations["GetServiceLevelAgreementByIdAsync"];
330
+ /**
331
+ * Update a service level agreement
332
+ * @description Updates an existing service level agreement.
333
+ */
334
+ put: operations["UpdateServiceLevelAgreementAsync"];
335
+ /**
336
+ * Delete a service level agreement
337
+ * @description Deletes a service level agreement by its identifier.
338
+ */
339
+ delete: operations["DeleteServiceLevelAgreementAsync"];
340
+ };
341
+ "/api/v2/ServicesService/ServiceLevels": {
342
+ /**
343
+ * Get all service levels
344
+ * @description Retrieves all service levels for the specified tenant.
345
+ */
346
+ get: operations["GetAllServiceLevelsAsync"];
347
+ };
348
+ "/api/v2/ServicesService/ServiceLevels/Count": {
349
+ /**
350
+ * Get all service levels count
351
+ * @description Returns the count of all service levels for the specified tenant.
352
+ */
353
+ get: operations["CountAllServiceLevelsAsync"];
354
+ };
355
+ "/api/v2/ServicesService/Services/{serviceId}/ServiceLevels": {
356
+ /**
357
+ * Get all service levels
358
+ * @description Retrieves all service levels for the specified service.
359
+ */
360
+ get: operations["GetServiceLevelsAsync"];
361
+ /**
362
+ * Create a service level
363
+ * @description Creates a new service level for the specified service.
364
+ */
365
+ post: operations["CreateServiceLevelAsync"];
366
+ };
367
+ "/api/v2/ServicesService/Services/{serviceId}/ServiceLevels/Count": {
368
+ /**
369
+ * Get service levels count
370
+ * @description Returns the count of service levels for the specified service.
371
+ */
372
+ get: operations["GetServiceLevelsCountAsync"];
373
+ };
374
+ "/api/v2/ServicesService/Services/{serviceId}/ServiceLevels/{serviceLevelId}": {
375
+ /**
376
+ * Get a service level by ID
377
+ * @description Retrieves a service level by its identifier.
378
+ */
379
+ get: operations["GetServiceLevelByIdAsync"];
380
+ /**
381
+ * Update a service level
382
+ * @description Updates an existing service level.
383
+ */
384
+ put: operations["UpdateServiceLevelAsync"];
385
+ /**
386
+ * Delete a service level
387
+ * @description Deletes a service level by its identifier.
388
+ */
389
+ delete: operations["DeleteServiceLevelAsync"];
390
+ };
391
+ "/api/v2/ServicesService/ServiceQueues": {
392
+ /**
393
+ * Get all service queues
394
+ * @description Retrieves all service queues for the specified tenant.
395
+ */
396
+ get: operations["GetServiceQueuesAsync"];
397
+ /**
398
+ * Create a service queue
399
+ * @description Creates a new service queue for the specified tenant.
400
+ */
401
+ post: operations["CreateServiceQueueAsync"];
402
+ };
403
+ "/api/v2/ServicesService/ServiceQueues/Count": {
404
+ /**
405
+ * Get service queues count
406
+ * @description Returns the count of service queues for the specified tenant.
407
+ */
408
+ get: operations["GetServiceQueuesCountAsync"];
409
+ };
410
+ "/api/v2/ServicesService/ServiceQueues/{serviceQueueId}": {
411
+ /**
412
+ * Get a service queue by ID
413
+ * @description Retrieves a service queue by its identifier.
414
+ */
415
+ get: operations["GetServiceQueueByIdAsync"];
416
+ /**
417
+ * Update a service queue
418
+ * @description Updates an existing service queue.
419
+ */
420
+ put: operations["UpdateServiceQueueAsync"];
421
+ /**
422
+ * Delete a service queue
423
+ * @description Deletes a service queue by its identifier.
424
+ */
425
+ delete: operations["DeleteServiceQueueAsync"];
426
+ };
427
+ "/api/v2/ServicesService/Services": {
428
+ /**
429
+ * Get all services
430
+ * @description Retrieves all services for the specified tenant.
431
+ */
432
+ get: operations["GetServicesAsync"];
433
+ /**
434
+ * Create a service
435
+ * @description Creates a new service for the specified tenant.
436
+ */
437
+ post: operations["CreateServiceAsync"];
438
+ };
439
+ "/api/v2/ServicesService/Services/Count": {
440
+ /**
441
+ * Get services count
442
+ * @description Returns the count of services for the specified tenant.
443
+ */
444
+ get: operations["GetServicesCountAsync"];
445
+ };
446
+ "/api/v2/ServicesService/Services/{serviceId}": {
447
+ /**
448
+ * Get a service by ID
449
+ * @description Retrieves a service by its identifier.
450
+ */
451
+ get: operations["GetServiceByIdAsync"];
452
+ /**
453
+ * Update a service
454
+ * @description Updates an existing service.
455
+ */
456
+ put: operations["UpdateServiceAsync"];
457
+ /**
458
+ * Delete a service
459
+ * @description Deletes a service by its identifier.
460
+ */
461
+ delete: operations["DeleteServiceAsync"];
462
+ };
463
+ }
464
+
465
+ export type webhooks = Record<string, never>;
466
+
467
+ export interface components {
468
+ schemas: {
469
+ AccessTokenResponse: {
470
+ tokenType?: string | null;
471
+ accessToken: string | null;
472
+ /** Format: int64 */
473
+ expiresIn: number;
474
+ refreshToken: string | null;
475
+ };
476
+ Envelope: {
477
+ isSuccess?: boolean;
478
+ errorMessage?: string | null;
479
+ correlationId?: string | null;
480
+ /** Format: date-time */
481
+ timestamp?: string;
482
+ activityId?: string | null;
483
+ result?: string | null;
484
+ };
485
+ ErrorEnvelope: {
486
+ isSuccess?: boolean;
487
+ errorMessage?: string | null;
488
+ correlationId?: string | null;
489
+ /** Format: date-time */
490
+ timestamp?: string;
491
+ activityId?: string | null;
492
+ };
493
+ ForgotPasswordRequest: {
494
+ email: string | null;
495
+ };
496
+ HttpValidationProblemDetails: {
497
+ type?: string | null;
498
+ title?: string | null;
499
+ /** Format: int32 */
500
+ status?: number | null;
501
+ detail?: string | null;
502
+ instance?: string | null;
503
+ errors?: {
504
+ [key: string]: string[];
505
+ } | null;
506
+ [key: string]: unknown;
507
+ };
508
+ InfoRequest: {
509
+ newEmail?: string | null;
510
+ newPassword?: string | null;
511
+ oldPassword?: string | null;
512
+ };
513
+ InfoResponse: {
514
+ email: string | null;
515
+ isEmailConfirmed: boolean;
516
+ };
517
+ Int32Envelope: {
518
+ isSuccess?: boolean;
519
+ errorMessage?: string | null;
520
+ correlationId?: string | null;
521
+ /** Format: date-time */
522
+ timestamp?: string;
523
+ activityId?: string | null;
524
+ /** Format: int32 */
525
+ result?: number;
526
+ };
527
+ LoginRequest: {
528
+ email: string | null;
529
+ password: string | null;
530
+ twoFactorCode?: string | null;
531
+ twoFactorRecoveryCode?: string | null;
532
+ };
533
+ RefreshRequest: {
534
+ refreshToken: string | null;
535
+ };
536
+ RegisterRequest: {
537
+ email: string | null;
538
+ password: string | null;
539
+ };
540
+ ResendConfirmationEmailRequest: {
541
+ email: string | null;
542
+ };
543
+ ResetPasswordRequest: {
544
+ email: string | null;
545
+ resetCode: string | null;
546
+ newPassword: string | null;
547
+ };
548
+ ServiceCaseCreateDto: {
549
+ /** Format: uuid */
550
+ id?: string;
551
+ /** Format: date-time */
552
+ timestamp?: string;
553
+ title?: string | null;
554
+ description?: string | null;
555
+ instructions?: string | null;
556
+ taxable?: boolean;
557
+ workLocation?: string | null;
558
+ serviceId?: string | null;
559
+ serviceQueueId?: string | null;
560
+ serviceCaseTypeId?: string | null;
561
+ serviceLevelAgreementId?: string | null;
562
+ individualId?: string | null;
563
+ organizationId?: string | null;
564
+ accountHolderId?: string | null;
565
+ receiverBusinessId?: string | null;
566
+ currencyId?: string | null;
567
+ territoryId?: string | null;
568
+ priceListId?: string | null;
569
+ /** Format: date-time */
570
+ promisedStartDate?: string;
571
+ /** Format: date-time */
572
+ promisedEndDate?: string;
573
+ };
574
+ ServiceCaseDto: {
575
+ id?: string | null;
576
+ /** Format: date-time */
577
+ timestamp?: string | null;
578
+ title?: string | null;
579
+ description?: string | null;
580
+ instructions?: string | null;
581
+ taxable?: boolean;
582
+ workLocation?: string | null;
583
+ serviceId?: string | null;
584
+ serviceQueueId?: string | null;
585
+ serviceCaseTypeId?: string | null;
586
+ serviceLevelAgreementId?: string | null;
587
+ individualId?: string | null;
588
+ organizationId?: string | null;
589
+ accountHolderId?: string | null;
590
+ receiverBusinessId?: string | null;
591
+ currencyId?: string | null;
592
+ territoryId?: string | null;
593
+ priceListId?: string | null;
594
+ /** Format: date-time */
595
+ promisedStartDate?: string;
596
+ /** Format: date-time */
597
+ promisedEndDate?: string;
598
+ };
599
+ ServiceCaseDtoEnvelope: {
600
+ isSuccess?: boolean;
601
+ errorMessage?: string | null;
602
+ correlationId?: string | null;
603
+ /** Format: date-time */
604
+ timestamp?: string;
605
+ activityId?: string | null;
606
+ result?: components["schemas"]["ServiceCaseDto"];
607
+ };
608
+ ServiceCaseDtoIReadOnlyListEnvelope: {
609
+ isSuccess?: boolean;
610
+ errorMessage?: string | null;
611
+ correlationId?: string | null;
612
+ /** Format: date-time */
613
+ timestamp?: string;
614
+ activityId?: string | null;
615
+ result?: components["schemas"]["ServiceCaseDto"][] | null;
616
+ };
617
+ ServiceCaseTypeCreateDto: {
618
+ /** Format: uuid */
619
+ id?: string;
620
+ /** Format: date-time */
621
+ timestamp?: string;
622
+ title?: string | null;
623
+ description?: string | null;
624
+ };
625
+ ServiceCaseTypeDto: {
626
+ id?: string | null;
627
+ /** Format: date-time */
628
+ timestamp?: string | null;
629
+ title?: string | null;
630
+ description?: string | null;
631
+ };
632
+ ServiceCaseTypeDtoEnvelope: {
633
+ isSuccess?: boolean;
634
+ errorMessage?: string | null;
635
+ correlationId?: string | null;
636
+ /** Format: date-time */
637
+ timestamp?: string;
638
+ activityId?: string | null;
639
+ result?: components["schemas"]["ServiceCaseTypeDto"];
640
+ };
641
+ ServiceCaseTypeDtoIReadOnlyListEnvelope: {
642
+ isSuccess?: boolean;
643
+ errorMessage?: string | null;
644
+ correlationId?: string | null;
645
+ /** Format: date-time */
646
+ timestamp?: string;
647
+ activityId?: string | null;
648
+ result?: components["schemas"]["ServiceCaseTypeDto"][] | null;
649
+ };
650
+ ServiceCaseTypeUpdateDto: {
651
+ title?: string | null;
652
+ description?: string | null;
653
+ };
654
+ ServiceCaseUpdateDto: {
655
+ title?: string | null;
656
+ description?: string | null;
657
+ instructions?: string | null;
658
+ taxable?: boolean;
659
+ workLocation?: string | null;
660
+ serviceId?: string | null;
661
+ serviceQueueId?: string | null;
662
+ serviceCaseTypeId?: string | null;
663
+ serviceLevelAgreementId?: string | null;
664
+ individualId?: string | null;
665
+ organizationId?: string | null;
666
+ accountHolderId?: string | null;
667
+ receiverBusinessId?: string | null;
668
+ currencyId?: string | null;
669
+ territoryId?: string | null;
670
+ priceListId?: string | null;
671
+ /** Format: date-time */
672
+ promisedStartDate?: string;
673
+ /** Format: date-time */
674
+ promisedEndDate?: string;
675
+ };
676
+ ServiceCreateDto: {
677
+ /** Format: uuid */
678
+ id?: string;
679
+ /** Format: date-time */
680
+ timestamp?: string;
681
+ sku?: string | null;
682
+ upc?: string | null;
683
+ ean?: string | null;
684
+ mpn?: string | null;
685
+ isbn?: string | null;
686
+ asin?: string | null;
687
+ gtin?: string | null;
688
+ skUs?: string | null;
689
+ upCs?: string | null;
690
+ eaNs?: string | null;
691
+ part?: string | null;
692
+ name?: string | null;
693
+ type?: string | null;
694
+ mpNs?: string | null;
695
+ isbNs?: string | null;
696
+ asiNs?: string | null;
697
+ gtiNs?: string | null;
698
+ model?: string | null;
699
+ title?: string | null;
700
+ color?: string | null;
701
+ unspsc?: string | null;
702
+ unitId?: string | null;
703
+ series?: string | null;
704
+ barcode?: string | null;
705
+ unspsCs?: string | null;
706
+ summary?: string | null;
707
+ brandId?: string | null;
708
+ pattern?: string | null;
709
+ features?: string | null;
710
+ material?: string | null;
711
+ tenantId?: string | null;
712
+ permalink?: string | null;
713
+ brandName?: string | null;
714
+ variations?: string | null;
715
+ categories?: string | null;
716
+ languageId?: string | null;
717
+ itemTypeId?: string | null;
718
+ categoryId?: string | null;
719
+ currencyId?: string | null;
720
+ unitGroupId?: string | null;
721
+ description?: string | null;
722
+ ingredients?: string | null;
723
+ supplierCode?: string | null;
724
+ shipsToRules?: string | null;
725
+ parentItemId?: string | null;
726
+ purchaseNote?: string | null;
727
+ tariffHeading?: string | null;
728
+ mozaicCoverURL?: string | null;
729
+ youtubeVideoId?: string | null;
730
+ nutritionFacts?: string | null;
731
+ packageContent?: string | null;
732
+ primaryImageUrl?: string | null;
733
+ googleCategories?: string | null;
734
+ shortDescription?: string | null;
735
+ supplierProfileId?: string | null;
736
+ shippingCountryId?: string | null;
737
+ systemRequirements?: string | null;
738
+ customTaxDescription?: string | null;
739
+ pageCoverBackgroundUrl?: string | null;
740
+ officialDescriptionUrl?: string | null;
741
+ recentlyViewedRecordId?: string | null;
742
+ primaryGoogleCategoryId?: string | null;
743
+ supportedOperatingSystem?: string | null;
744
+ primaryGoogleCategoryName?: string | null;
745
+ hot?: boolean;
746
+ onSale?: boolean;
747
+ auction?: boolean;
748
+ deleted?: boolean;
749
+ digital?: boolean;
750
+ preSale?: boolean;
751
+ taxable?: boolean;
752
+ inStock?: boolean;
753
+ trending?: boolean;
754
+ featured?: boolean;
755
+ lowStock?: boolean;
756
+ published?: boolean;
757
+ byRequest?: boolean;
758
+ onDiscount?: boolean;
759
+ isDailyDeal?: boolean;
760
+ isNewArrival?: boolean;
761
+ isWeeklyDeal?: boolean;
762
+ isBestSeller?: boolean;
763
+ isMonthlyDeal?: boolean;
764
+ hasVariations?: boolean;
765
+ isFixedDiscount?: boolean;
766
+ manageInventory?: boolean;
767
+ isDealersChoice?: boolean;
768
+ isOfficialChoice?: boolean;
769
+ validPrimaryImage?: boolean;
770
+ isDeadlineDiscount?: boolean;
771
+ taxIncludedInPrice?: boolean;
772
+ displayShowcaseTab?: boolean;
773
+ isProductOfTheWeek?: boolean;
774
+ isProductOfTheMonth?: boolean;
775
+ isPercentageDiscount?: boolean;
776
+ displayOnGlobalMozaic?: boolean;
777
+ displayOnBrandsMozaic?: boolean;
778
+ disableDefaultPolicies?: boolean;
779
+ displayOnCategoryMozaic?: boolean;
780
+ displayDescriptionEditor?: boolean;
781
+ displayShortDescriptionEditor?: boolean;
782
+ displayOnBannerMarketingRotation?: boolean;
783
+ /** Format: int32 */
784
+ viewsCount?: number;
785
+ /** Format: int32 */
786
+ reviewsCount?: number;
787
+ /** Format: int32 */
788
+ packagedQuantity?: number;
789
+ /** Format: double */
790
+ recurrency?: number;
791
+ /** Format: double */
792
+ currentStock?: number;
793
+ /** Format: double */
794
+ customTaxValue?: number;
795
+ /** Format: double */
796
+ width?: number;
797
+ /** Format: double */
798
+ weight?: number;
799
+ /** Format: double */
800
+ length?: number;
801
+ /** Format: double */
802
+ height?: number;
803
+ /** Format: double */
804
+ totalTax?: number;
805
+ /** Format: double */
806
+ finalPrice?: number;
807
+ /** Format: double */
808
+ reviewsAvg?: number;
809
+ /** Format: double */
810
+ paymentCost?: number;
811
+ /** Format: double */
812
+ regularPrice?: number;
813
+ /** Format: double */
814
+ discountPrice?: number;
815
+ /** Format: double */
816
+ discountAmount?: number;
817
+ /** Format: double */
818
+ discountPercentage?: number;
819
+ /** Format: double */
820
+ estimatedTaxesInUsd?: number;
821
+ /** Format: double */
822
+ customTaxPercentage?: number;
823
+ /** Format: double */
824
+ estimatedProfitInUsd?: number;
825
+ /** Format: double */
826
+ estimatedBasePriceInUsd?: number;
827
+ /** Format: double */
828
+ estimatedDiscountsInUsd?: number;
829
+ /** Format: double */
830
+ estimatedSurchargesInUsd?: number;
831
+ /** Format: double */
832
+ estimatedPaymentTaxInUsd?: number;
833
+ /** Format: double */
834
+ estimatedTotalPriceInUsd?: number;
835
+ /** Format: double */
836
+ estimatedPaymentCostInUsd?: number;
837
+ /** Format: double */
838
+ estimatedDealSavingsInUsd?: number;
839
+ /** Format: double */
840
+ estimatedRegularPriceInUsd?: number;
841
+ /** Format: double */
842
+ estimatedTaxBasePriceInUsd?: number;
843
+ /** Format: double */
844
+ estimatedWitholdingTaxesInUsd?: number;
845
+ /** Format: double */
846
+ estimatedWithholdingTaxesInUsd?: number;
847
+ /** Format: double */
848
+ estimatedDefaultShippingTaxInUsd?: number;
849
+ /** Format: double */
850
+ estimatedDefaultShippingCostInUsd?: number;
851
+ /** Format: date-time */
852
+ auctionEnd?: string | null;
853
+ /** Format: date-time */
854
+ releaseDate?: string | null;
855
+ /** Format: date-time */
856
+ auctionStart?: string | null;
857
+ /** Format: date-time */
858
+ publishedDate?: string | null;
859
+ /** Format: date-time */
860
+ discountDeadLine?: string | null;
861
+ /** Format: date-time */
862
+ deadlineDiscountDueDate?: string | null;
863
+ /** Format: date-time */
864
+ deadlineDiscountFromDate?: string | null;
865
+ /** Format: date-time */
866
+ lastFixedPricesUpdateDateTime?: string | null;
867
+ selectedTags?: string[] | null;
868
+ selectedTypes?: string[] | null;
869
+ selectedBrands?: string[] | null;
870
+ selectedCategories?: string[] | null;
871
+ selectedTaxPolicies?: string[] | null;
872
+ selectedPricingRules?: string[] | null;
873
+ selectedRefundPolicies?: string[] | null;
874
+ selectedReturnPolicies?: string[] | null;
875
+ selectedPricingPolicies?: string[] | null;
876
+ selectedWarrantyPolicies?: string[] | null;
877
+ selectedShipmentPolicies?: string[] | null;
878
+ selectedGoogleCategories?: string[] | null;
879
+ selectedAttributesOptions?: string[] | null;
880
+ selectedSellingMarginPolicies?: string[] | null;
881
+ individualId?: string | null;
882
+ servicePlanId?: string | null;
883
+ };
884
+ ServiceDto: {
885
+ id?: string | null;
886
+ /** Format: date-time */
887
+ timestamp?: string | null;
888
+ sku?: string | null;
889
+ upc?: string | null;
890
+ ean?: string | null;
891
+ mpn?: string | null;
892
+ skUs?: string | null;
893
+ isbn?: string | null;
894
+ upCs?: string | null;
895
+ eaNs?: string | null;
896
+ asin?: string | null;
897
+ gtin?: string | null;
898
+ mpNs?: string | null;
899
+ part?: string | null;
900
+ name?: string | null;
901
+ isbNs?: string | null;
902
+ asiNs?: string | null;
903
+ gtiNs?: string | null;
904
+ model?: string | null;
905
+ title?: string | null;
906
+ color?: string | null;
907
+ isbN13?: string | null;
908
+ unspsc?: string | null;
909
+ unitId?: string | null;
910
+ series?: string | null;
911
+ barcode?: string | null;
912
+ unspsCs?: string | null;
913
+ pattern?: string | null;
914
+ summary?: string | null;
915
+ brandId?: string | null;
916
+ features?: string | null;
917
+ material?: string | null;
918
+ tenantId?: string | null;
919
+ permalink?: string | null;
920
+ brandName?: string | null;
921
+ languageId?: string | null;
922
+ itemTypeId?: string | null;
923
+ categoryId?: string | null;
924
+ currencyId?: string | null;
925
+ unitGroupId?: string | null;
926
+ description?: string | null;
927
+ ingredients?: string | null;
928
+ releaseDate?: string | null;
929
+ enrollmentId?: string | null;
930
+ supplierCode?: string | null;
931
+ shipsToRules?: string | null;
932
+ purchaseNote?: string | null;
933
+ parentItemId?: string | null;
934
+ itemTypeName?: string | null;
935
+ discriminator?: string | null;
936
+ tariffHeading?: string | null;
937
+ nutritionFacts?: string | null;
938
+ mozaicCoverUrl?: string | null;
939
+ packageContent?: string | null;
940
+ youtubeVideoId?: string | null;
941
+ primaryImageUrl?: string | null;
942
+ longDescription?: string | null;
943
+ measurementUnit?: string | null;
944
+ shortDescription?: string | null;
945
+ googleCategories?: string | null;
946
+ supplierProfileId?: string | null;
947
+ shippingCountryId?: string | null;
948
+ systemRequirements?: string | null;
949
+ customTaxDescription?: string | null;
950
+ officialDescriptionUrl?: string | null;
951
+ energyEfficiencyRating?: string | null;
952
+ pageCoverBackgroundUrl?: string | null;
953
+ primaryGoogleCategoryId?: string | null;
954
+ operatingSystemSupported?: string | null;
955
+ supportedOperatingSystem?: string | null;
956
+ primaryGoogleCategoryName?: string | null;
957
+ hot?: boolean;
958
+ onSale?: boolean;
959
+ auction?: boolean;
960
+ deleted?: boolean;
961
+ digital?: boolean;
962
+ preSale?: boolean;
963
+ taxable?: boolean;
964
+ inStock?: boolean;
965
+ featured?: boolean;
966
+ trending?: boolean;
967
+ lowStock?: boolean;
968
+ published?: boolean;
969
+ byRequest?: boolean;
970
+ onDiscount?: boolean;
971
+ isDailyDeal?: boolean;
972
+ isNewArrival?: boolean;
973
+ isWeeklyDeal?: boolean;
974
+ isBestSeller?: boolean;
975
+ isMonthlyDeal?: boolean;
976
+ hasVariations?: boolean;
977
+ isFixedDiscount?: boolean;
978
+ isDealersChoice?: boolean;
979
+ manageInventory?: boolean;
980
+ isOfficialChoice?: boolean;
981
+ validPrimaryImage?: boolean;
982
+ isDeadlineDiscount?: boolean;
983
+ displayShowcaseTab?: boolean;
984
+ taxIncludedInPrice?: boolean;
985
+ isProductOfTheWeek?: boolean;
986
+ isProductOfTheMonth?: boolean;
987
+ isPercentageDiscount?: boolean;
988
+ displayOnGlobalMozaic?: boolean;
989
+ displayOnBrandsMozaic?: boolean;
990
+ disableDefaultPolicies?: boolean;
991
+ displayOnCategoryMozaic?: boolean;
992
+ displayDescriptionEditor?: boolean;
993
+ displayShortDescriptionEditor?: boolean;
994
+ displayOnBannerMarketingRotation?: boolean;
995
+ /** Format: date-time */
996
+ auctionEnd?: string | null;
997
+ /** Format: date-time */
998
+ auctionStart?: string | null;
999
+ /** Format: date-time */
1000
+ publishedDate?: string | null;
1001
+ /** Format: date-time */
1002
+ deadlineDiscountFromDate?: string | null;
1003
+ /** Format: date-time */
1004
+ deadlineDiscountDueDate?: string | null;
1005
+ /** Format: date-time */
1006
+ lastFixedPricesUpdateDateTime?: string | null;
1007
+ images?: string[] | null;
1008
+ /** Format: int32 */
1009
+ viewsCount?: number;
1010
+ /** Format: int32 */
1011
+ reviewsCount?: number;
1012
+ /** Format: int32 */
1013
+ questionsCount?: number;
1014
+ /** Format: int32 */
1015
+ packagedQuantity?: number;
1016
+ /** Format: double */
1017
+ reviewsAvg?: number | null;
1018
+ /** Format: double */
1019
+ recurrency?: number;
1020
+ /** Format: double */
1021
+ currentStock?: number;
1022
+ /** Format: double */
1023
+ width?: number | null;
1024
+ /** Format: double */
1025
+ weight?: number | null;
1026
+ /** Format: double */
1027
+ length?: number | null;
1028
+ /** Format: double */
1029
+ height?: number | null;
1030
+ /** Format: double */
1031
+ regularPrice?: number | null;
1032
+ /** Format: double */
1033
+ discountPrice?: number | null;
1034
+ /** Format: double */
1035
+ customTaxValue?: number | null;
1036
+ /** Format: double */
1037
+ discountAmount?: number | null;
1038
+ /** Format: double */
1039
+ inCartQuantity?: number | null;
1040
+ /** Format: double */
1041
+ customTaxAmount?: number | null;
1042
+ /** Format: double */
1043
+ discountPercentage?: number | null;
1044
+ /** Format: double */
1045
+ customTaxPercentage?: number | null;
1046
+ /** Format: double */
1047
+ estimatedTaxesInUsd?: number | null;
1048
+ /** Format: double */
1049
+ estimatedProfitInUsd?: number | null;
1050
+ /** Format: double */
1051
+ estimatedBasePriceInUsd?: number | null;
1052
+ /** Format: double */
1053
+ estimatedDiscountsInUsd?: number | null;
1054
+ /** Format: double */
1055
+ estimatedSurchargesInUsd?: number | null;
1056
+ /** Format: double */
1057
+ estimatedPaymentTaxInUsd?: number | null;
1058
+ /** Format: double */
1059
+ estimatedTotalPriceInUsd?: number | null;
1060
+ /** Format: double */
1061
+ estimatedPaymentCostInUsd?: number | null;
1062
+ /** Format: double */
1063
+ estimatedDealSavingsInUsd?: number | null;
1064
+ /** Format: double */
1065
+ estimatedRegularPriceInUsd?: number | null;
1066
+ /** Format: double */
1067
+ estimatedTaxBasePriceInUsd?: number | null;
1068
+ /** Format: double */
1069
+ estimatedWithholdingTaxesInUsd?: number | null;
1070
+ /** Format: double */
1071
+ estimatedDefaultShippingTaxInUsd?: number | null;
1072
+ /** Format: double */
1073
+ estimatedDefaultShippingCostInUsd?: number | null;
1074
+ selectedTags?: string[] | null;
1075
+ selectedTypes?: string[] | null;
1076
+ selectedBrands?: string[] | null;
1077
+ selectedCategories?: string[] | null;
1078
+ selectedTaxPolicies?: string[] | null;
1079
+ selectedPricingRules?: string[] | null;
1080
+ selectedRefundPolicies?: string[] | null;
1081
+ selectedReturnPolicies?: string[] | null;
1082
+ selectedPricingPolicies?: string[] | null;
1083
+ selectedGoogleCategories?: string[] | null;
1084
+ selectedWarrantyPolicies?: string[] | null;
1085
+ selectedShipmentPolicies?: string[] | null;
1086
+ selectedAttributesOptions?: string[] | null;
1087
+ selectedSellingMarginPolicies?: string[] | null;
1088
+ individualId?: string | null;
1089
+ servicePlanId?: string | null;
1090
+ };
1091
+ ServiceDtoEnvelope: {
1092
+ isSuccess?: boolean;
1093
+ errorMessage?: string | null;
1094
+ correlationId?: string | null;
1095
+ /** Format: date-time */
1096
+ timestamp?: string;
1097
+ activityId?: string | null;
1098
+ result?: components["schemas"]["ServiceDto"];
1099
+ };
1100
+ ServiceDtoIReadOnlyListEnvelope: {
1101
+ isSuccess?: boolean;
1102
+ errorMessage?: string | null;
1103
+ correlationId?: string | null;
1104
+ /** Format: date-time */
1105
+ timestamp?: string;
1106
+ activityId?: string | null;
1107
+ result?: components["schemas"]["ServiceDto"][] | null;
1108
+ };
1109
+ ServiceLevelAgreementCreateDto: {
1110
+ /** Format: uuid */
1111
+ id?: string;
1112
+ /** Format: date-time */
1113
+ timestamp?: string;
1114
+ serviceId?: string | null;
1115
+ serviceLevelId?: string | null;
1116
+ contactId?: string | null;
1117
+ };
1118
+ ServiceLevelAgreementDto: {
1119
+ id?: string | null;
1120
+ /** Format: date-time */
1121
+ timestamp?: string | null;
1122
+ serviceId?: string | null;
1123
+ serviceLevelId?: string | null;
1124
+ contactId?: string | null;
1125
+ };
1126
+ ServiceLevelAgreementDtoEnvelope: {
1127
+ isSuccess?: boolean;
1128
+ errorMessage?: string | null;
1129
+ correlationId?: string | null;
1130
+ /** Format: date-time */
1131
+ timestamp?: string;
1132
+ activityId?: string | null;
1133
+ result?: components["schemas"]["ServiceLevelAgreementDto"];
1134
+ };
1135
+ ServiceLevelAgreementDtoIReadOnlyListEnvelope: {
1136
+ isSuccess?: boolean;
1137
+ errorMessage?: string | null;
1138
+ correlationId?: string | null;
1139
+ /** Format: date-time */
1140
+ timestamp?: string;
1141
+ activityId?: string | null;
1142
+ result?: components["schemas"]["ServiceLevelAgreementDto"][] | null;
1143
+ };
1144
+ ServiceLevelAgreementUpdateDto: {
1145
+ serviceId?: string | null;
1146
+ serviceLevelId?: string | null;
1147
+ contactId?: string | null;
1148
+ };
1149
+ ServiceLevelCreateDto: {
1150
+ /** Format: uuid */
1151
+ id?: string;
1152
+ /** Format: date-time */
1153
+ timestamp?: string;
1154
+ sku?: string | null;
1155
+ upc?: string | null;
1156
+ ean?: string | null;
1157
+ mpn?: string | null;
1158
+ isbn?: string | null;
1159
+ asin?: string | null;
1160
+ gtin?: string | null;
1161
+ skUs?: string | null;
1162
+ upCs?: string | null;
1163
+ eaNs?: string | null;
1164
+ part?: string | null;
1165
+ name?: string | null;
1166
+ type?: string | null;
1167
+ mpNs?: string | null;
1168
+ isbNs?: string | null;
1169
+ asiNs?: string | null;
1170
+ gtiNs?: string | null;
1171
+ model?: string | null;
1172
+ title?: string | null;
1173
+ color?: string | null;
1174
+ unspsc?: string | null;
1175
+ unitId?: string | null;
1176
+ series?: string | null;
1177
+ barcode?: string | null;
1178
+ unspsCs?: string | null;
1179
+ summary?: string | null;
1180
+ brandId?: string | null;
1181
+ pattern?: string | null;
1182
+ features?: string | null;
1183
+ material?: string | null;
1184
+ tenantId?: string | null;
1185
+ permalink?: string | null;
1186
+ brandName?: string | null;
1187
+ variations?: string | null;
1188
+ categories?: string | null;
1189
+ languageId?: string | null;
1190
+ itemTypeId?: string | null;
1191
+ categoryId?: string | null;
1192
+ currencyId?: string | null;
1193
+ unitGroupId?: string | null;
1194
+ description?: string | null;
1195
+ ingredients?: string | null;
1196
+ supplierCode?: string | null;
1197
+ shipsToRules?: string | null;
1198
+ parentItemId?: string | null;
1199
+ purchaseNote?: string | null;
1200
+ tariffHeading?: string | null;
1201
+ mozaicCoverURL?: string | null;
1202
+ youtubeVideoId?: string | null;
1203
+ nutritionFacts?: string | null;
1204
+ packageContent?: string | null;
1205
+ primaryImageUrl?: string | null;
1206
+ googleCategories?: string | null;
1207
+ shortDescription?: string | null;
1208
+ supplierProfileId?: string | null;
1209
+ shippingCountryId?: string | null;
1210
+ systemRequirements?: string | null;
1211
+ customTaxDescription?: string | null;
1212
+ pageCoverBackgroundUrl?: string | null;
1213
+ officialDescriptionUrl?: string | null;
1214
+ recentlyViewedRecordId?: string | null;
1215
+ primaryGoogleCategoryId?: string | null;
1216
+ supportedOperatingSystem?: string | null;
1217
+ primaryGoogleCategoryName?: string | null;
1218
+ hot?: boolean;
1219
+ onSale?: boolean;
1220
+ auction?: boolean;
1221
+ deleted?: boolean;
1222
+ digital?: boolean;
1223
+ preSale?: boolean;
1224
+ taxable?: boolean;
1225
+ inStock?: boolean;
1226
+ trending?: boolean;
1227
+ featured?: boolean;
1228
+ lowStock?: boolean;
1229
+ published?: boolean;
1230
+ byRequest?: boolean;
1231
+ onDiscount?: boolean;
1232
+ isDailyDeal?: boolean;
1233
+ isNewArrival?: boolean;
1234
+ isWeeklyDeal?: boolean;
1235
+ isBestSeller?: boolean;
1236
+ isMonthlyDeal?: boolean;
1237
+ hasVariations?: boolean;
1238
+ isFixedDiscount?: boolean;
1239
+ manageInventory?: boolean;
1240
+ isDealersChoice?: boolean;
1241
+ isOfficialChoice?: boolean;
1242
+ validPrimaryImage?: boolean;
1243
+ isDeadlineDiscount?: boolean;
1244
+ taxIncludedInPrice?: boolean;
1245
+ displayShowcaseTab?: boolean;
1246
+ isProductOfTheWeek?: boolean;
1247
+ isProductOfTheMonth?: boolean;
1248
+ isPercentageDiscount?: boolean;
1249
+ displayOnGlobalMozaic?: boolean;
1250
+ displayOnBrandsMozaic?: boolean;
1251
+ disableDefaultPolicies?: boolean;
1252
+ displayOnCategoryMozaic?: boolean;
1253
+ displayDescriptionEditor?: boolean;
1254
+ displayShortDescriptionEditor?: boolean;
1255
+ displayOnBannerMarketingRotation?: boolean;
1256
+ /** Format: int32 */
1257
+ viewsCount?: number;
1258
+ /** Format: int32 */
1259
+ reviewsCount?: number;
1260
+ /** Format: int32 */
1261
+ packagedQuantity?: number;
1262
+ /** Format: double */
1263
+ recurrency?: number;
1264
+ /** Format: double */
1265
+ currentStock?: number;
1266
+ /** Format: double */
1267
+ customTaxValue?: number;
1268
+ /** Format: double */
1269
+ width?: number;
1270
+ /** Format: double */
1271
+ weight?: number;
1272
+ /** Format: double */
1273
+ length?: number;
1274
+ /** Format: double */
1275
+ height?: number;
1276
+ /** Format: double */
1277
+ totalTax?: number;
1278
+ /** Format: double */
1279
+ finalPrice?: number;
1280
+ /** Format: double */
1281
+ reviewsAvg?: number;
1282
+ /** Format: double */
1283
+ paymentCost?: number;
1284
+ /** Format: double */
1285
+ regularPrice?: number;
1286
+ /** Format: double */
1287
+ discountPrice?: number;
1288
+ /** Format: double */
1289
+ discountAmount?: number;
1290
+ /** Format: double */
1291
+ discountPercentage?: number;
1292
+ /** Format: double */
1293
+ estimatedTaxesInUsd?: number;
1294
+ /** Format: double */
1295
+ customTaxPercentage?: number;
1296
+ /** Format: double */
1297
+ estimatedProfitInUsd?: number;
1298
+ /** Format: double */
1299
+ estimatedBasePriceInUsd?: number;
1300
+ /** Format: double */
1301
+ estimatedDiscountsInUsd?: number;
1302
+ /** Format: double */
1303
+ estimatedSurchargesInUsd?: number;
1304
+ /** Format: double */
1305
+ estimatedPaymentTaxInUsd?: number;
1306
+ /** Format: double */
1307
+ estimatedTotalPriceInUsd?: number;
1308
+ /** Format: double */
1309
+ estimatedPaymentCostInUsd?: number;
1310
+ /** Format: double */
1311
+ estimatedDealSavingsInUsd?: number;
1312
+ /** Format: double */
1313
+ estimatedRegularPriceInUsd?: number;
1314
+ /** Format: double */
1315
+ estimatedTaxBasePriceInUsd?: number;
1316
+ /** Format: double */
1317
+ estimatedWitholdingTaxesInUsd?: number;
1318
+ /** Format: double */
1319
+ estimatedWithholdingTaxesInUsd?: number;
1320
+ /** Format: double */
1321
+ estimatedDefaultShippingTaxInUsd?: number;
1322
+ /** Format: double */
1323
+ estimatedDefaultShippingCostInUsd?: number;
1324
+ /** Format: date-time */
1325
+ auctionEnd?: string | null;
1326
+ /** Format: date-time */
1327
+ releaseDate?: string | null;
1328
+ /** Format: date-time */
1329
+ auctionStart?: string | null;
1330
+ /** Format: date-time */
1331
+ publishedDate?: string | null;
1332
+ /** Format: date-time */
1333
+ discountDeadLine?: string | null;
1334
+ /** Format: date-time */
1335
+ deadlineDiscountDueDate?: string | null;
1336
+ /** Format: date-time */
1337
+ deadlineDiscountFromDate?: string | null;
1338
+ /** Format: date-time */
1339
+ lastFixedPricesUpdateDateTime?: string | null;
1340
+ selectedTags?: string[] | null;
1341
+ selectedTypes?: string[] | null;
1342
+ selectedBrands?: string[] | null;
1343
+ selectedCategories?: string[] | null;
1344
+ selectedTaxPolicies?: string[] | null;
1345
+ selectedPricingRules?: string[] | null;
1346
+ selectedRefundPolicies?: string[] | null;
1347
+ selectedReturnPolicies?: string[] | null;
1348
+ selectedPricingPolicies?: string[] | null;
1349
+ selectedWarrantyPolicies?: string[] | null;
1350
+ selectedShipmentPolicies?: string[] | null;
1351
+ selectedGoogleCategories?: string[] | null;
1352
+ selectedAttributesOptions?: string[] | null;
1353
+ selectedSellingMarginPolicies?: string[] | null;
1354
+ serviceId?: string | null;
1355
+ };
1356
+ ServiceLevelDto: {
1357
+ id?: string | null;
1358
+ /** Format: date-time */
1359
+ timestamp?: string | null;
1360
+ sku?: string | null;
1361
+ upc?: string | null;
1362
+ ean?: string | null;
1363
+ mpn?: string | null;
1364
+ skUs?: string | null;
1365
+ isbn?: string | null;
1366
+ upCs?: string | null;
1367
+ eaNs?: string | null;
1368
+ asin?: string | null;
1369
+ gtin?: string | null;
1370
+ mpNs?: string | null;
1371
+ part?: string | null;
1372
+ name?: string | null;
1373
+ isbNs?: string | null;
1374
+ asiNs?: string | null;
1375
+ gtiNs?: string | null;
1376
+ model?: string | null;
1377
+ title?: string | null;
1378
+ color?: string | null;
1379
+ isbN13?: string | null;
1380
+ unspsc?: string | null;
1381
+ unitId?: string | null;
1382
+ series?: string | null;
1383
+ barcode?: string | null;
1384
+ unspsCs?: string | null;
1385
+ pattern?: string | null;
1386
+ summary?: string | null;
1387
+ brandId?: string | null;
1388
+ features?: string | null;
1389
+ material?: string | null;
1390
+ tenantId?: string | null;
1391
+ permalink?: string | null;
1392
+ brandName?: string | null;
1393
+ languageId?: string | null;
1394
+ itemTypeId?: string | null;
1395
+ categoryId?: string | null;
1396
+ currencyId?: string | null;
1397
+ unitGroupId?: string | null;
1398
+ description?: string | null;
1399
+ ingredients?: string | null;
1400
+ releaseDate?: string | null;
1401
+ enrollmentId?: string | null;
1402
+ supplierCode?: string | null;
1403
+ shipsToRules?: string | null;
1404
+ purchaseNote?: string | null;
1405
+ parentItemId?: string | null;
1406
+ itemTypeName?: string | null;
1407
+ discriminator?: string | null;
1408
+ tariffHeading?: string | null;
1409
+ nutritionFacts?: string | null;
1410
+ mozaicCoverUrl?: string | null;
1411
+ packageContent?: string | null;
1412
+ youtubeVideoId?: string | null;
1413
+ primaryImageUrl?: string | null;
1414
+ longDescription?: string | null;
1415
+ measurementUnit?: string | null;
1416
+ shortDescription?: string | null;
1417
+ googleCategories?: string | null;
1418
+ supplierProfileId?: string | null;
1419
+ shippingCountryId?: string | null;
1420
+ systemRequirements?: string | null;
1421
+ customTaxDescription?: string | null;
1422
+ officialDescriptionUrl?: string | null;
1423
+ energyEfficiencyRating?: string | null;
1424
+ pageCoverBackgroundUrl?: string | null;
1425
+ primaryGoogleCategoryId?: string | null;
1426
+ operatingSystemSupported?: string | null;
1427
+ supportedOperatingSystem?: string | null;
1428
+ primaryGoogleCategoryName?: string | null;
1429
+ hot?: boolean;
1430
+ onSale?: boolean;
1431
+ auction?: boolean;
1432
+ deleted?: boolean;
1433
+ digital?: boolean;
1434
+ preSale?: boolean;
1435
+ taxable?: boolean;
1436
+ inStock?: boolean;
1437
+ featured?: boolean;
1438
+ trending?: boolean;
1439
+ lowStock?: boolean;
1440
+ published?: boolean;
1441
+ byRequest?: boolean;
1442
+ onDiscount?: boolean;
1443
+ isDailyDeal?: boolean;
1444
+ isNewArrival?: boolean;
1445
+ isWeeklyDeal?: boolean;
1446
+ isBestSeller?: boolean;
1447
+ isMonthlyDeal?: boolean;
1448
+ hasVariations?: boolean;
1449
+ isFixedDiscount?: boolean;
1450
+ isDealersChoice?: boolean;
1451
+ manageInventory?: boolean;
1452
+ isOfficialChoice?: boolean;
1453
+ validPrimaryImage?: boolean;
1454
+ isDeadlineDiscount?: boolean;
1455
+ displayShowcaseTab?: boolean;
1456
+ taxIncludedInPrice?: boolean;
1457
+ isProductOfTheWeek?: boolean;
1458
+ isProductOfTheMonth?: boolean;
1459
+ isPercentageDiscount?: boolean;
1460
+ displayOnGlobalMozaic?: boolean;
1461
+ displayOnBrandsMozaic?: boolean;
1462
+ disableDefaultPolicies?: boolean;
1463
+ displayOnCategoryMozaic?: boolean;
1464
+ displayDescriptionEditor?: boolean;
1465
+ displayShortDescriptionEditor?: boolean;
1466
+ displayOnBannerMarketingRotation?: boolean;
1467
+ /** Format: date-time */
1468
+ auctionEnd?: string | null;
1469
+ /** Format: date-time */
1470
+ auctionStart?: string | null;
1471
+ /** Format: date-time */
1472
+ publishedDate?: string | null;
1473
+ /** Format: date-time */
1474
+ deadlineDiscountFromDate?: string | null;
1475
+ /** Format: date-time */
1476
+ deadlineDiscountDueDate?: string | null;
1477
+ /** Format: date-time */
1478
+ lastFixedPricesUpdateDateTime?: string | null;
1479
+ images?: string[] | null;
1480
+ /** Format: int32 */
1481
+ viewsCount?: number;
1482
+ /** Format: int32 */
1483
+ reviewsCount?: number;
1484
+ /** Format: int32 */
1485
+ questionsCount?: number;
1486
+ /** Format: int32 */
1487
+ packagedQuantity?: number;
1488
+ /** Format: double */
1489
+ reviewsAvg?: number | null;
1490
+ /** Format: double */
1491
+ recurrency?: number;
1492
+ /** Format: double */
1493
+ currentStock?: number;
1494
+ /** Format: double */
1495
+ width?: number | null;
1496
+ /** Format: double */
1497
+ weight?: number | null;
1498
+ /** Format: double */
1499
+ length?: number | null;
1500
+ /** Format: double */
1501
+ height?: number | null;
1502
+ /** Format: double */
1503
+ regularPrice?: number | null;
1504
+ /** Format: double */
1505
+ discountPrice?: number | null;
1506
+ /** Format: double */
1507
+ customTaxValue?: number | null;
1508
+ /** Format: double */
1509
+ discountAmount?: number | null;
1510
+ /** Format: double */
1511
+ inCartQuantity?: number | null;
1512
+ /** Format: double */
1513
+ customTaxAmount?: number | null;
1514
+ /** Format: double */
1515
+ discountPercentage?: number | null;
1516
+ /** Format: double */
1517
+ customTaxPercentage?: number | null;
1518
+ /** Format: double */
1519
+ estimatedTaxesInUsd?: number | null;
1520
+ /** Format: double */
1521
+ estimatedProfitInUsd?: number | null;
1522
+ /** Format: double */
1523
+ estimatedBasePriceInUsd?: number | null;
1524
+ /** Format: double */
1525
+ estimatedDiscountsInUsd?: number | null;
1526
+ /** Format: double */
1527
+ estimatedSurchargesInUsd?: number | null;
1528
+ /** Format: double */
1529
+ estimatedPaymentTaxInUsd?: number | null;
1530
+ /** Format: double */
1531
+ estimatedTotalPriceInUsd?: number | null;
1532
+ /** Format: double */
1533
+ estimatedPaymentCostInUsd?: number | null;
1534
+ /** Format: double */
1535
+ estimatedDealSavingsInUsd?: number | null;
1536
+ /** Format: double */
1537
+ estimatedRegularPriceInUsd?: number | null;
1538
+ /** Format: double */
1539
+ estimatedTaxBasePriceInUsd?: number | null;
1540
+ /** Format: double */
1541
+ estimatedWithholdingTaxesInUsd?: number | null;
1542
+ /** Format: double */
1543
+ estimatedDefaultShippingTaxInUsd?: number | null;
1544
+ /** Format: double */
1545
+ estimatedDefaultShippingCostInUsd?: number | null;
1546
+ selectedTags?: string[] | null;
1547
+ selectedTypes?: string[] | null;
1548
+ selectedBrands?: string[] | null;
1549
+ selectedCategories?: string[] | null;
1550
+ selectedTaxPolicies?: string[] | null;
1551
+ selectedPricingRules?: string[] | null;
1552
+ selectedRefundPolicies?: string[] | null;
1553
+ selectedReturnPolicies?: string[] | null;
1554
+ selectedPricingPolicies?: string[] | null;
1555
+ selectedGoogleCategories?: string[] | null;
1556
+ selectedWarrantyPolicies?: string[] | null;
1557
+ selectedShipmentPolicies?: string[] | null;
1558
+ selectedAttributesOptions?: string[] | null;
1559
+ selectedSellingMarginPolicies?: string[] | null;
1560
+ serviceId?: string | null;
1561
+ };
1562
+ ServiceLevelDtoEnvelope: {
1563
+ isSuccess?: boolean;
1564
+ errorMessage?: string | null;
1565
+ correlationId?: string | null;
1566
+ /** Format: date-time */
1567
+ timestamp?: string;
1568
+ activityId?: string | null;
1569
+ result?: components["schemas"]["ServiceLevelDto"];
1570
+ };
1571
+ ServiceLevelDtoIReadOnlyListEnvelope: {
1572
+ isSuccess?: boolean;
1573
+ errorMessage?: string | null;
1574
+ correlationId?: string | null;
1575
+ /** Format: date-time */
1576
+ timestamp?: string;
1577
+ activityId?: string | null;
1578
+ result?: components["schemas"]["ServiceLevelDto"][] | null;
1579
+ };
1580
+ ServiceLevelUpdateDto: {
1581
+ hot?: boolean;
1582
+ sku?: string | null;
1583
+ upc?: string | null;
1584
+ ean?: string | null;
1585
+ mpn?: string | null;
1586
+ skUs?: string | null;
1587
+ isbn?: string | null;
1588
+ upCs?: string | null;
1589
+ eaNs?: string | null;
1590
+ asin?: string | null;
1591
+ gtin?: string | null;
1592
+ mpNs?: string | null;
1593
+ part?: string | null;
1594
+ name?: string | null;
1595
+ onSale?: boolean;
1596
+ isbNs?: string | null;
1597
+ asiNs?: string | null;
1598
+ gtiNs?: string | null;
1599
+ /** Format: double */
1600
+ width?: number;
1601
+ model?: string | null;
1602
+ auction?: boolean;
1603
+ title?: string | null;
1604
+ color?: string | null;
1605
+ deleted?: boolean;
1606
+ digital?: boolean;
1607
+ preSale?: boolean;
1608
+ taxable?: boolean;
1609
+ inStock?: boolean;
1610
+ isbN13?: string | null;
1611
+ unspsc?: string | null;
1612
+ /** Format: double */
1613
+ weight?: number;
1614
+ /** Format: double */
1615
+ length?: number;
1616
+ /** Format: double */
1617
+ height?: number;
1618
+ unitId?: string | null;
1619
+ series?: string | null;
1620
+ featured?: boolean;
1621
+ brands?: string | null;
1622
+ trending?: boolean;
1623
+ lowStock?: boolean;
1624
+ barcode?: string | null;
1625
+ unspsCs?: string | null;
1626
+ pattern?: string | null;
1627
+ published?: boolean;
1628
+ byRequest?: boolean;
1629
+ summary?: string | null;
1630
+ brandId?: string | null;
1631
+ /** Format: int32 */
1632
+ viewsCount?: number;
1633
+ features?: string | null;
1634
+ material?: string | null;
1635
+ onDiscount?: boolean;
1636
+ /** Format: double */
1637
+ totalTax?: number;
1638
+ tenantId?: string | null;
1639
+ permalink?: string | null;
1640
+ brandName?: string | null;
1641
+ /** Format: int32 */
1642
+ reviewsCount?: number;
1643
+ isDailyDeal?: boolean;
1644
+ languageId?: string | null;
1645
+ categories?: string | null;
1646
+ /** Format: double */
1647
+ finalPrice?: number;
1648
+ itemTypeId?: string | null;
1649
+ categoryId?: string | null;
1650
+ currencyId?: string | null;
1651
+ /** Format: double */
1652
+ reviewsAvg?: number;
1653
+ isNewArrival?: boolean;
1654
+ isWeeklyDeal?: boolean;
1655
+ isBestSeller?: boolean;
1656
+ unitGroupId?: string | null;
1657
+ description?: string | null;
1658
+ ingredients?: string | null;
1659
+ releaseDate?: string | null;
1660
+ isMonthlyDeal?: boolean;
1661
+ /** Format: double */
1662
+ recurrency?: number;
1663
+ /** Format: double */
1664
+ paymentCost?: number;
1665
+ /** Format: double */
1666
+ customTaxValue?: number;
1667
+ hasVariations?: boolean;
1668
+ /** Format: int32 */
1669
+ questionsCount?: number;
1670
+ enrollmentId?: string | null;
1671
+ supplierCode?: string | null;
1672
+ /** Format: date-time */
1673
+ auctionEnd?: string;
1674
+ purchaseNote?: string | null;
1675
+ shipsToRules?: string | null;
1676
+ /** Format: double */
1677
+ regularPrice?: number;
1678
+ images?: string[] | null;
1679
+ /** Format: double */
1680
+ shippingCost?: number;
1681
+ parentItemId?: string | null;
1682
+ itemTypeName?: string | null;
1683
+ cartRecordId?: string | null;
1684
+ variations?: string[] | null;
1685
+ tariffHeading?: string | null;
1686
+ /** Format: int32 */
1687
+ packagedQuantity?: number;
1688
+ isFixedDiscount?: boolean;
1689
+ /** Format: double */
1690
+ discountPrice?: number;
1691
+ isDealersChoice?: boolean;
1692
+ /** Format: double */
1693
+ currentStock?: number;
1694
+ manageInventory?: boolean;
1695
+ /** Format: date-time */
1696
+ auctionStart?: string;
1697
+ nutritionFacts?: string | null;
1698
+ mozaicCoverUrl?: string | null;
1699
+ packageContent?: string | null;
1700
+ /** Format: double */
1701
+ discountAmount?: number;
1702
+ youtubeVideoId?: string | null;
1703
+ /** Format: double */
1704
+ inCartQuantity?: number;
1705
+ isOfficialChoice?: boolean;
1706
+ /** Format: date-time */
1707
+ publishedDate?: string;
1708
+ primaryImageUrl?: string | null;
1709
+ validPrimaryImage?: boolean;
1710
+ /** Format: double */
1711
+ customTaxAmount?: number;
1712
+ longDescription?: string | null;
1713
+ compareRecordId?: string | null;
1714
+ measurementUnit?: string | null;
1715
+ shortDescription?: string | null;
1716
+ googleCategories?: string | null;
1717
+ isDeadlineDiscount?: boolean;
1718
+ displayShowcaseTab?: boolean;
1719
+ taxIncludedInPrice?: boolean;
1720
+ isProductOfTheWeek?: boolean;
1721
+ supplierProfileId?: string | null;
1722
+ shippingCountryId?: string | null;
1723
+ isProductOfTheMonth?: boolean;
1724
+ systemRequirements?: string | null;
1725
+ isPorcentualDiscount?: boolean;
1726
+ /** Format: double */
1727
+ discountPercentage?: number;
1728
+ /** Format: date-time */
1729
+ discountDeadLine?: string;
1730
+ displayOnGlobalMozaic?: boolean;
1731
+ displayOnBrandsMozaic?: boolean;
1732
+ /** Format: double */
1733
+ customTaxPercentage?: number;
1734
+ /** Format: double */
1735
+ estimatedTaxesInUsd?: number;
1736
+ customTaxDescription?: string | null;
1737
+ disableDefaultPolicies?: boolean;
1738
+ /** Format: double */
1739
+ estimatedProfitInUsd?: number;
1740
+ displayOnCategoryMozaic?: boolean;
1741
+ officialDescriptionUrl?: string | null;
1742
+ energyEfficiencyRating?: string | null;
1743
+ pageCoverBackgroundUrl?: string | null;
1744
+ /** Format: double */
1745
+ estimatedBasePriceInUsd?: number;
1746
+ /** Format: double */
1747
+ estimatedDiscountsInUsd?: number;
1748
+ operatingSystemSupported?: string | null;
1749
+ /** Format: double */
1750
+ estimatedSurchargesInUsd?: number;
1751
+ /** Format: date-time */
1752
+ deadlineDiscountDueDate?: string | null;
1753
+ /** Format: date-time */
1754
+ deadlineDiscountFromDate?: string | null;
1755
+ /** Format: double */
1756
+ estimatedRegularPriceInUsd?: number;
1757
+ /** Format: double */
1758
+ estimatedTaxBasePriceInUsd?: number;
1759
+ displayOnBannerMarketingRotation?: boolean;
1760
+ /** Format: date-time */
1761
+ lastFixedPricesUpdateDateTime?: string | null;
1762
+ /** Format: double */
1763
+ estimatedWitholdingTaxesInUsd?: number;
1764
+ /** Format: double */
1765
+ estimatedPaymentCostInUsd?: number;
1766
+ /** Format: double */
1767
+ estimatedPaymentTaxInUsd?: number;
1768
+ /** Format: double */
1769
+ estimatedDefaultShippingCostInUsd?: number;
1770
+ /** Format: double */
1771
+ estimatedDefaultShippingTaxInUsd?: number;
1772
+ /** Format: double */
1773
+ estimatedTotalPriceInUsd?: number;
1774
+ recentlyViewedRecordId?: string | null;
1775
+ displayDescriptionEditor?: boolean;
1776
+ primaryGoogleCategoryId?: string | null;
1777
+ supportedOperatingSystem?: string | null;
1778
+ /** Format: double */
1779
+ estimatedDealSavingsInUsd?: number;
1780
+ primaryGoogleCategoryName?: string | null;
1781
+ displayShortDescriptionEditor?: boolean;
1782
+ /** Format: double */
1783
+ estimatedWithholdingTaxesInUsd?: number;
1784
+ selectedTags?: string[] | null;
1785
+ selectedTypes?: string[] | null;
1786
+ selectedBrands?: string[] | null;
1787
+ selectedCategories?: string[] | null;
1788
+ selectedTaxPolicies?: string[] | null;
1789
+ selectedPricingRules?: string[] | null;
1790
+ selectedRefundPolicies?: string[] | null;
1791
+ selectedReturnPolicies?: string[] | null;
1792
+ selectedPricingPolicies?: string[] | null;
1793
+ selectedGoogleCategories?: string[] | null;
1794
+ selectedWarrantyPolicies?: string[] | null;
1795
+ selectedShipmentPolicies?: string[] | null;
1796
+ selectedAttributesOptions?: string[] | null;
1797
+ selectedSellingMarginPolicies?: string[] | null;
1798
+ serviceId?: string | null;
1799
+ };
1800
+ ServiceQueueCreateDto: {
1801
+ /** Format: uuid */
1802
+ id?: string;
1803
+ /** Format: date-time */
1804
+ timestamp?: string;
1805
+ serviceId?: string | null;
1806
+ };
1807
+ ServiceQueueDto: {
1808
+ id?: string | null;
1809
+ /** Format: date-time */
1810
+ timestamp?: string | null;
1811
+ serviceId?: string | null;
1812
+ };
1813
+ ServiceQueueDtoEnvelope: {
1814
+ isSuccess?: boolean;
1815
+ errorMessage?: string | null;
1816
+ correlationId?: string | null;
1817
+ /** Format: date-time */
1818
+ timestamp?: string;
1819
+ activityId?: string | null;
1820
+ result?: components["schemas"]["ServiceQueueDto"];
1821
+ };
1822
+ ServiceQueueDtoIReadOnlyListEnvelope: {
1823
+ isSuccess?: boolean;
1824
+ errorMessage?: string | null;
1825
+ correlationId?: string | null;
1826
+ /** Format: date-time */
1827
+ timestamp?: string;
1828
+ activityId?: string | null;
1829
+ result?: components["schemas"]["ServiceQueueDto"][] | null;
1830
+ };
1831
+ ServiceQueueUpdateDto: {
1832
+ serviceId?: string | null;
1833
+ };
1834
+ ServiceUpdateDto: {
1835
+ hot?: boolean;
1836
+ sku?: string | null;
1837
+ upc?: string | null;
1838
+ ean?: string | null;
1839
+ mpn?: string | null;
1840
+ skUs?: string | null;
1841
+ isbn?: string | null;
1842
+ upCs?: string | null;
1843
+ eaNs?: string | null;
1844
+ asin?: string | null;
1845
+ gtin?: string | null;
1846
+ mpNs?: string | null;
1847
+ part?: string | null;
1848
+ name?: string | null;
1849
+ onSale?: boolean;
1850
+ isbNs?: string | null;
1851
+ asiNs?: string | null;
1852
+ gtiNs?: string | null;
1853
+ /** Format: double */
1854
+ width?: number;
1855
+ model?: string | null;
1856
+ auction?: boolean;
1857
+ title?: string | null;
1858
+ color?: string | null;
1859
+ deleted?: boolean;
1860
+ digital?: boolean;
1861
+ preSale?: boolean;
1862
+ taxable?: boolean;
1863
+ inStock?: boolean;
1864
+ isbN13?: string | null;
1865
+ unspsc?: string | null;
1866
+ /** Format: double */
1867
+ weight?: number;
1868
+ /** Format: double */
1869
+ length?: number;
1870
+ /** Format: double */
1871
+ height?: number;
1872
+ unitId?: string | null;
1873
+ series?: string | null;
1874
+ featured?: boolean;
1875
+ brands?: string | null;
1876
+ trending?: boolean;
1877
+ lowStock?: boolean;
1878
+ barcode?: string | null;
1879
+ unspsCs?: string | null;
1880
+ pattern?: string | null;
1881
+ published?: boolean;
1882
+ byRequest?: boolean;
1883
+ summary?: string | null;
1884
+ brandId?: string | null;
1885
+ /** Format: int32 */
1886
+ viewsCount?: number;
1887
+ features?: string | null;
1888
+ material?: string | null;
1889
+ onDiscount?: boolean;
1890
+ /** Format: double */
1891
+ totalTax?: number;
1892
+ tenantId?: string | null;
1893
+ permalink?: string | null;
1894
+ brandName?: string | null;
1895
+ /** Format: int32 */
1896
+ reviewsCount?: number;
1897
+ isDailyDeal?: boolean;
1898
+ languageId?: string | null;
1899
+ categories?: string | null;
1900
+ /** Format: double */
1901
+ finalPrice?: number;
1902
+ itemTypeId?: string | null;
1903
+ categoryId?: string | null;
1904
+ currencyId?: string | null;
1905
+ /** Format: double */
1906
+ reviewsAvg?: number;
1907
+ isNewArrival?: boolean;
1908
+ isWeeklyDeal?: boolean;
1909
+ isBestSeller?: boolean;
1910
+ unitGroupId?: string | null;
1911
+ description?: string | null;
1912
+ ingredients?: string | null;
1913
+ releaseDate?: string | null;
1914
+ isMonthlyDeal?: boolean;
1915
+ /** Format: double */
1916
+ recurrency?: number;
1917
+ /** Format: double */
1918
+ paymentCost?: number;
1919
+ /** Format: double */
1920
+ customTaxValue?: number;
1921
+ hasVariations?: boolean;
1922
+ /** Format: int32 */
1923
+ questionsCount?: number;
1924
+ enrollmentId?: string | null;
1925
+ supplierCode?: string | null;
1926
+ /** Format: date-time */
1927
+ auctionEnd?: string;
1928
+ purchaseNote?: string | null;
1929
+ shipsToRules?: string | null;
1930
+ /** Format: double */
1931
+ regularPrice?: number;
1932
+ images?: string[] | null;
1933
+ /** Format: double */
1934
+ shippingCost?: number;
1935
+ parentItemId?: string | null;
1936
+ itemTypeName?: string | null;
1937
+ cartRecordId?: string | null;
1938
+ variations?: string[] | null;
1939
+ tariffHeading?: string | null;
1940
+ /** Format: int32 */
1941
+ packagedQuantity?: number;
1942
+ isFixedDiscount?: boolean;
1943
+ /** Format: double */
1944
+ discountPrice?: number;
1945
+ isDealersChoice?: boolean;
1946
+ /** Format: double */
1947
+ currentStock?: number;
1948
+ manageInventory?: boolean;
1949
+ /** Format: date-time */
1950
+ auctionStart?: string;
1951
+ nutritionFacts?: string | null;
1952
+ mozaicCoverUrl?: string | null;
1953
+ packageContent?: string | null;
1954
+ /** Format: double */
1955
+ discountAmount?: number;
1956
+ youtubeVideoId?: string | null;
1957
+ /** Format: double */
1958
+ inCartQuantity?: number;
1959
+ isOfficialChoice?: boolean;
1960
+ /** Format: date-time */
1961
+ publishedDate?: string;
1962
+ primaryImageUrl?: string | null;
1963
+ validPrimaryImage?: boolean;
1964
+ /** Format: double */
1965
+ customTaxAmount?: number;
1966
+ longDescription?: string | null;
1967
+ compareRecordId?: string | null;
1968
+ measurementUnit?: string | null;
1969
+ shortDescription?: string | null;
1970
+ googleCategories?: string | null;
1971
+ isDeadlineDiscount?: boolean;
1972
+ displayShowcaseTab?: boolean;
1973
+ taxIncludedInPrice?: boolean;
1974
+ isProductOfTheWeek?: boolean;
1975
+ supplierProfileId?: string | null;
1976
+ shippingCountryId?: string | null;
1977
+ isProductOfTheMonth?: boolean;
1978
+ systemRequirements?: string | null;
1979
+ isPorcentualDiscount?: boolean;
1980
+ /** Format: double */
1981
+ discountPercentage?: number;
1982
+ /** Format: date-time */
1983
+ discountDeadLine?: string;
1984
+ displayOnGlobalMozaic?: boolean;
1985
+ displayOnBrandsMozaic?: boolean;
1986
+ /** Format: double */
1987
+ customTaxPercentage?: number;
1988
+ /** Format: double */
1989
+ estimatedTaxesInUsd?: number;
1990
+ customTaxDescription?: string | null;
1991
+ disableDefaultPolicies?: boolean;
1992
+ /** Format: double */
1993
+ estimatedProfitInUsd?: number;
1994
+ displayOnCategoryMozaic?: boolean;
1995
+ officialDescriptionUrl?: string | null;
1996
+ energyEfficiencyRating?: string | null;
1997
+ pageCoverBackgroundUrl?: string | null;
1998
+ /** Format: double */
1999
+ estimatedBasePriceInUsd?: number;
2000
+ /** Format: double */
2001
+ estimatedDiscountsInUsd?: number;
2002
+ operatingSystemSupported?: string | null;
2003
+ /** Format: double */
2004
+ estimatedSurchargesInUsd?: number;
2005
+ /** Format: date-time */
2006
+ deadlineDiscountDueDate?: string | null;
2007
+ /** Format: date-time */
2008
+ deadlineDiscountFromDate?: string | null;
2009
+ /** Format: double */
2010
+ estimatedRegularPriceInUsd?: number;
2011
+ /** Format: double */
2012
+ estimatedTaxBasePriceInUsd?: number;
2013
+ displayOnBannerMarketingRotation?: boolean;
2014
+ /** Format: date-time */
2015
+ lastFixedPricesUpdateDateTime?: string | null;
2016
+ /** Format: double */
2017
+ estimatedWitholdingTaxesInUsd?: number;
2018
+ /** Format: double */
2019
+ estimatedPaymentCostInUsd?: number;
2020
+ /** Format: double */
2021
+ estimatedPaymentTaxInUsd?: number;
2022
+ /** Format: double */
2023
+ estimatedDefaultShippingCostInUsd?: number;
2024
+ /** Format: double */
2025
+ estimatedDefaultShippingTaxInUsd?: number;
2026
+ /** Format: double */
2027
+ estimatedTotalPriceInUsd?: number;
2028
+ recentlyViewedRecordId?: string | null;
2029
+ displayDescriptionEditor?: boolean;
2030
+ primaryGoogleCategoryId?: string | null;
2031
+ supportedOperatingSystem?: string | null;
2032
+ /** Format: double */
2033
+ estimatedDealSavingsInUsd?: number;
2034
+ primaryGoogleCategoryName?: string | null;
2035
+ displayShortDescriptionEditor?: boolean;
2036
+ /** Format: double */
2037
+ estimatedWithholdingTaxesInUsd?: number;
2038
+ selectedTags?: string[] | null;
2039
+ selectedTypes?: string[] | null;
2040
+ selectedBrands?: string[] | null;
2041
+ selectedCategories?: string[] | null;
2042
+ selectedTaxPolicies?: string[] | null;
2043
+ selectedPricingRules?: string[] | null;
2044
+ selectedRefundPolicies?: string[] | null;
2045
+ selectedReturnPolicies?: string[] | null;
2046
+ selectedPricingPolicies?: string[] | null;
2047
+ selectedGoogleCategories?: string[] | null;
2048
+ selectedWarrantyPolicies?: string[] | null;
2049
+ selectedShipmentPolicies?: string[] | null;
2050
+ selectedAttributesOptions?: string[] | null;
2051
+ selectedSellingMarginPolicies?: string[] | null;
2052
+ individualId?: string | null;
2053
+ servicePlanId?: string | null;
2054
+ };
2055
+ TwoFactorRequest: {
2056
+ enable?: boolean | null;
2057
+ twoFactorCode?: string | null;
2058
+ resetSharedKey?: boolean;
2059
+ resetRecoveryCodes?: boolean;
2060
+ forgetMachine?: boolean;
2061
+ };
2062
+ TwoFactorResponse: {
2063
+ sharedKey: string | null;
2064
+ /** Format: int32 */
2065
+ recoveryCodesLeft: number;
2066
+ recoveryCodes?: string[] | null;
2067
+ isTwoFactorEnabled: boolean;
2068
+ isMachineRemembered: boolean;
2069
+ };
2070
+ };
2071
+ responses: never;
2072
+ parameters: never;
2073
+ requestBodies: never;
2074
+ headers: never;
2075
+ pathItems: never;
2076
+ }
2077
+
2078
+ export type $defs = Record<string, never>;
2079
+
2080
+ export type external = Record<string, never>;
2081
+
2082
+ export interface operations {
2083
+
2084
+ "MapIdentityApi-/confirmEmail": {
2085
+ parameters: {
2086
+ query: {
2087
+ userId: string;
2088
+ code: string;
2089
+ changedEmail?: string;
2090
+ };
2091
+ };
2092
+ responses: {
2093
+ /** @description OK */
2094
+ 200: {
2095
+ content: never;
2096
+ };
2097
+ };
2098
+ };
2099
+ /**
2100
+ * Get all service cases
2101
+ * @description Retrieves all service cases for the specified tenant.
2102
+ */
2103
+ GetServiceCasesAsync: {
2104
+ parameters: {
2105
+ query: {
2106
+ tenantId: string;
2107
+ "api-version"?: string;
2108
+ };
2109
+ header?: {
2110
+ "x-api-version"?: string;
2111
+ };
2112
+ };
2113
+ responses: {
2114
+ /** @description OK */
2115
+ 200: {
2116
+ content: {
2117
+ "application/json": components["schemas"]["ServiceCaseDtoIReadOnlyListEnvelope"];
2118
+ "application/xml": components["schemas"]["ServiceCaseDtoIReadOnlyListEnvelope"];
2119
+ };
2120
+ };
2121
+ /** @description Unauthorized */
2122
+ 401: {
2123
+ content: {
2124
+ "application/json": components["schemas"]["ErrorEnvelope"];
2125
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2126
+ };
2127
+ };
2128
+ /** @description Forbidden */
2129
+ 403: {
2130
+ content: {
2131
+ "application/json": components["schemas"]["ErrorEnvelope"];
2132
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2133
+ };
2134
+ };
2135
+ };
2136
+ };
2137
+ /**
2138
+ * Create a service case
2139
+ * @description Creates a new service case for the specified tenant.
2140
+ */
2141
+ CreateServiceCaseAsync: {
2142
+ parameters: {
2143
+ query: {
2144
+ tenantId: string;
2145
+ "api-version"?: string;
2146
+ };
2147
+ header?: {
2148
+ "x-api-version"?: string;
2149
+ };
2150
+ };
2151
+ requestBody?: {
2152
+ content: {
2153
+ "application/json": components["schemas"]["ServiceCaseCreateDto"];
2154
+ "application/xml": components["schemas"]["ServiceCaseCreateDto"];
2155
+ };
2156
+ };
2157
+ responses: {
2158
+ /** @description OK */
2159
+ 200: {
2160
+ content: {
2161
+ "application/json": components["schemas"]["Envelope"];
2162
+ "application/xml": components["schemas"]["Envelope"];
2163
+ };
2164
+ };
2165
+ /** @description Unauthorized */
2166
+ 401: {
2167
+ content: {
2168
+ "application/json": components["schemas"]["ErrorEnvelope"];
2169
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2170
+ };
2171
+ };
2172
+ /** @description Forbidden */
2173
+ 403: {
2174
+ content: {
2175
+ "application/json": components["schemas"]["ErrorEnvelope"];
2176
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2177
+ };
2178
+ };
2179
+ };
2180
+ };
2181
+ /**
2182
+ * Get service cases count
2183
+ * @description Returns the count of service cases for the specified tenant.
2184
+ */
2185
+ GetServiceCasesCountAsync: {
2186
+ parameters: {
2187
+ query: {
2188
+ tenantId: string;
2189
+ "api-version"?: string;
2190
+ };
2191
+ header?: {
2192
+ "x-api-version"?: string;
2193
+ };
2194
+ };
2195
+ responses: {
2196
+ /** @description OK */
2197
+ 200: {
2198
+ content: {
2199
+ "application/json": components["schemas"]["Int32Envelope"];
2200
+ "application/xml": components["schemas"]["Int32Envelope"];
2201
+ };
2202
+ };
2203
+ /** @description Unauthorized */
2204
+ 401: {
2205
+ content: {
2206
+ "application/json": components["schemas"]["ErrorEnvelope"];
2207
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2208
+ };
2209
+ };
2210
+ /** @description Forbidden */
2211
+ 403: {
2212
+ content: {
2213
+ "application/json": components["schemas"]["ErrorEnvelope"];
2214
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2215
+ };
2216
+ };
2217
+ };
2218
+ };
2219
+ /**
2220
+ * Get a service case by ID
2221
+ * @description Retrieves a service case by its identifier.
2222
+ */
2223
+ GetServiceCaseByIdAsync: {
2224
+ parameters: {
2225
+ query: {
2226
+ tenantId: string;
2227
+ "api-version"?: string;
2228
+ };
2229
+ header?: {
2230
+ "x-api-version"?: string;
2231
+ };
2232
+ path: {
2233
+ serviceCaseId: string;
2234
+ };
2235
+ };
2236
+ responses: {
2237
+ /** @description OK */
2238
+ 200: {
2239
+ content: {
2240
+ "application/json": components["schemas"]["ServiceCaseDtoEnvelope"];
2241
+ "application/xml": components["schemas"]["ServiceCaseDtoEnvelope"];
2242
+ };
2243
+ };
2244
+ /** @description Unauthorized */
2245
+ 401: {
2246
+ content: {
2247
+ "application/json": components["schemas"]["ErrorEnvelope"];
2248
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2249
+ };
2250
+ };
2251
+ /** @description Forbidden */
2252
+ 403: {
2253
+ content: {
2254
+ "application/json": components["schemas"]["ErrorEnvelope"];
2255
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2256
+ };
2257
+ };
2258
+ };
2259
+ };
2260
+ /**
2261
+ * Update a service case
2262
+ * @description Updates an existing service case.
2263
+ */
2264
+ UpdateServiceCaseAsync: {
2265
+ parameters: {
2266
+ query: {
2267
+ tenantId: string;
2268
+ "api-version"?: string;
2269
+ };
2270
+ header?: {
2271
+ "x-api-version"?: string;
2272
+ };
2273
+ path: {
2274
+ serviceCaseId: string;
2275
+ };
2276
+ };
2277
+ requestBody?: {
2278
+ content: {
2279
+ "application/json": components["schemas"]["ServiceCaseUpdateDto"];
2280
+ "application/xml": components["schemas"]["ServiceCaseUpdateDto"];
2281
+ };
2282
+ };
2283
+ responses: {
2284
+ /** @description OK */
2285
+ 200: {
2286
+ content: {
2287
+ "application/json": components["schemas"]["Envelope"];
2288
+ "application/xml": components["schemas"]["Envelope"];
2289
+ };
2290
+ };
2291
+ /** @description Unauthorized */
2292
+ 401: {
2293
+ content: {
2294
+ "application/json": components["schemas"]["ErrorEnvelope"];
2295
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2296
+ };
2297
+ };
2298
+ /** @description Forbidden */
2299
+ 403: {
2300
+ content: {
2301
+ "application/json": components["schemas"]["ErrorEnvelope"];
2302
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2303
+ };
2304
+ };
2305
+ };
2306
+ };
2307
+ /**
2308
+ * Delete a service case
2309
+ * @description Deletes a service case by its identifier.
2310
+ */
2311
+ DeleteServiceCaseAsync: {
2312
+ parameters: {
2313
+ query: {
2314
+ tenantId: string;
2315
+ "api-version"?: string;
2316
+ };
2317
+ header?: {
2318
+ "x-api-version"?: string;
2319
+ };
2320
+ path: {
2321
+ serviceCaseId: string;
2322
+ };
2323
+ };
2324
+ responses: {
2325
+ /** @description OK */
2326
+ 200: {
2327
+ content: {
2328
+ "application/json": components["schemas"]["Envelope"];
2329
+ "application/xml": components["schemas"]["Envelope"];
2330
+ };
2331
+ };
2332
+ /** @description Unauthorized */
2333
+ 401: {
2334
+ content: {
2335
+ "application/json": components["schemas"]["ErrorEnvelope"];
2336
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2337
+ };
2338
+ };
2339
+ /** @description Forbidden */
2340
+ 403: {
2341
+ content: {
2342
+ "application/json": components["schemas"]["ErrorEnvelope"];
2343
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2344
+ };
2345
+ };
2346
+ };
2347
+ };
2348
+ /**
2349
+ * Get all service case types
2350
+ * @description Retrieves all service case types for the specified tenant.
2351
+ */
2352
+ GetServiceCaseTypesAsync: {
2353
+ parameters: {
2354
+ query: {
2355
+ tenantId: string;
2356
+ "api-version"?: string;
2357
+ };
2358
+ header?: {
2359
+ "x-api-version"?: string;
2360
+ };
2361
+ };
2362
+ responses: {
2363
+ /** @description OK */
2364
+ 200: {
2365
+ content: {
2366
+ "application/json": components["schemas"]["ServiceCaseTypeDtoIReadOnlyListEnvelope"];
2367
+ "application/xml": components["schemas"]["ServiceCaseTypeDtoIReadOnlyListEnvelope"];
2368
+ };
2369
+ };
2370
+ /** @description Unauthorized */
2371
+ 401: {
2372
+ content: {
2373
+ "application/json": components["schemas"]["ErrorEnvelope"];
2374
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2375
+ };
2376
+ };
2377
+ /** @description Forbidden */
2378
+ 403: {
2379
+ content: {
2380
+ "application/json": components["schemas"]["ErrorEnvelope"];
2381
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2382
+ };
2383
+ };
2384
+ };
2385
+ };
2386
+ /**
2387
+ * Create a service case type
2388
+ * @description Creates a new service case type for the specified tenant.
2389
+ */
2390
+ CreateServiceCaseTypeAsync: {
2391
+ parameters: {
2392
+ query: {
2393
+ tenantId: string;
2394
+ "api-version"?: string;
2395
+ };
2396
+ header?: {
2397
+ "x-api-version"?: string;
2398
+ };
2399
+ };
2400
+ requestBody?: {
2401
+ content: {
2402
+ "application/json": components["schemas"]["ServiceCaseTypeCreateDto"];
2403
+ "application/xml": components["schemas"]["ServiceCaseTypeCreateDto"];
2404
+ };
2405
+ };
2406
+ responses: {
2407
+ /** @description OK */
2408
+ 200: {
2409
+ content: {
2410
+ "application/json": components["schemas"]["Envelope"];
2411
+ "application/xml": components["schemas"]["Envelope"];
2412
+ };
2413
+ };
2414
+ /** @description Unauthorized */
2415
+ 401: {
2416
+ content: {
2417
+ "application/json": components["schemas"]["ErrorEnvelope"];
2418
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2419
+ };
2420
+ };
2421
+ /** @description Forbidden */
2422
+ 403: {
2423
+ content: {
2424
+ "application/json": components["schemas"]["ErrorEnvelope"];
2425
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2426
+ };
2427
+ };
2428
+ };
2429
+ };
2430
+ /**
2431
+ * Get service case types count
2432
+ * @description Returns the count of service case types for the specified tenant.
2433
+ */
2434
+ GetServiceCaseTypesCountAsync: {
2435
+ parameters: {
2436
+ query: {
2437
+ tenantId: string;
2438
+ "api-version"?: string;
2439
+ };
2440
+ header?: {
2441
+ "x-api-version"?: string;
2442
+ };
2443
+ };
2444
+ responses: {
2445
+ /** @description OK */
2446
+ 200: {
2447
+ content: {
2448
+ "application/json": components["schemas"]["Int32Envelope"];
2449
+ "application/xml": components["schemas"]["Int32Envelope"];
2450
+ };
2451
+ };
2452
+ /** @description Unauthorized */
2453
+ 401: {
2454
+ content: {
2455
+ "application/json": components["schemas"]["ErrorEnvelope"];
2456
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2457
+ };
2458
+ };
2459
+ /** @description Forbidden */
2460
+ 403: {
2461
+ content: {
2462
+ "application/json": components["schemas"]["ErrorEnvelope"];
2463
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2464
+ };
2465
+ };
2466
+ };
2467
+ };
2468
+ /**
2469
+ * Get a service case type by ID
2470
+ * @description Retrieves a service case type by its identifier.
2471
+ */
2472
+ GetServiceCaseTypeByIdAsync: {
2473
+ parameters: {
2474
+ query: {
2475
+ tenantId: string;
2476
+ "api-version"?: string;
2477
+ };
2478
+ header?: {
2479
+ "x-api-version"?: string;
2480
+ };
2481
+ path: {
2482
+ serviceCaseTypeId: string;
2483
+ };
2484
+ };
2485
+ responses: {
2486
+ /** @description OK */
2487
+ 200: {
2488
+ content: {
2489
+ "application/json": components["schemas"]["ServiceCaseTypeDtoEnvelope"];
2490
+ "application/xml": components["schemas"]["ServiceCaseTypeDtoEnvelope"];
2491
+ };
2492
+ };
2493
+ /** @description Unauthorized */
2494
+ 401: {
2495
+ content: {
2496
+ "application/json": components["schemas"]["ErrorEnvelope"];
2497
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2498
+ };
2499
+ };
2500
+ /** @description Forbidden */
2501
+ 403: {
2502
+ content: {
2503
+ "application/json": components["schemas"]["ErrorEnvelope"];
2504
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2505
+ };
2506
+ };
2507
+ };
2508
+ };
2509
+ /**
2510
+ * Update a service case type
2511
+ * @description Updates an existing service case type.
2512
+ */
2513
+ UpdateServiceCaseTypeAsync: {
2514
+ parameters: {
2515
+ query: {
2516
+ tenantId: string;
2517
+ "api-version"?: string;
2518
+ };
2519
+ header?: {
2520
+ "x-api-version"?: string;
2521
+ };
2522
+ path: {
2523
+ serviceCaseTypeId: string;
2524
+ };
2525
+ };
2526
+ requestBody?: {
2527
+ content: {
2528
+ "application/json": components["schemas"]["ServiceCaseTypeUpdateDto"];
2529
+ "application/xml": components["schemas"]["ServiceCaseTypeUpdateDto"];
2530
+ };
2531
+ };
2532
+ responses: {
2533
+ /** @description OK */
2534
+ 200: {
2535
+ content: {
2536
+ "application/json": components["schemas"]["Envelope"];
2537
+ "application/xml": components["schemas"]["Envelope"];
2538
+ };
2539
+ };
2540
+ /** @description Unauthorized */
2541
+ 401: {
2542
+ content: {
2543
+ "application/json": components["schemas"]["ErrorEnvelope"];
2544
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2545
+ };
2546
+ };
2547
+ /** @description Forbidden */
2548
+ 403: {
2549
+ content: {
2550
+ "application/json": components["schemas"]["ErrorEnvelope"];
2551
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2552
+ };
2553
+ };
2554
+ };
2555
+ };
2556
+ /**
2557
+ * Delete a service case type
2558
+ * @description Deletes a service case type by its identifier.
2559
+ */
2560
+ DeleteServiceCaseTypeAsync: {
2561
+ parameters: {
2562
+ query: {
2563
+ tenantId: string;
2564
+ "api-version"?: string;
2565
+ };
2566
+ header?: {
2567
+ "x-api-version"?: string;
2568
+ };
2569
+ path: {
2570
+ serviceCaseTypeId: string;
2571
+ };
2572
+ };
2573
+ responses: {
2574
+ /** @description OK */
2575
+ 200: {
2576
+ content: {
2577
+ "application/json": components["schemas"]["Envelope"];
2578
+ "application/xml": components["schemas"]["Envelope"];
2579
+ };
2580
+ };
2581
+ /** @description Unauthorized */
2582
+ 401: {
2583
+ content: {
2584
+ "application/json": components["schemas"]["ErrorEnvelope"];
2585
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2586
+ };
2587
+ };
2588
+ /** @description Forbidden */
2589
+ 403: {
2590
+ content: {
2591
+ "application/json": components["schemas"]["ErrorEnvelope"];
2592
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2593
+ };
2594
+ };
2595
+ };
2596
+ };
2597
+ /**
2598
+ * Get all service level agreements
2599
+ * @description Retrieves all service level agreements for the specified tenant.
2600
+ */
2601
+ GetServiceLevelAgreementsAsync: {
2602
+ parameters: {
2603
+ query: {
2604
+ tenantId: string;
2605
+ "api-version"?: string;
2606
+ };
2607
+ header?: {
2608
+ "x-api-version"?: string;
2609
+ };
2610
+ };
2611
+ responses: {
2612
+ /** @description OK */
2613
+ 200: {
2614
+ content: {
2615
+ "application/json": components["schemas"]["ServiceLevelAgreementDtoIReadOnlyListEnvelope"];
2616
+ "application/xml": components["schemas"]["ServiceLevelAgreementDtoIReadOnlyListEnvelope"];
2617
+ };
2618
+ };
2619
+ /** @description Unauthorized */
2620
+ 401: {
2621
+ content: {
2622
+ "application/json": components["schemas"]["ErrorEnvelope"];
2623
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2624
+ };
2625
+ };
2626
+ /** @description Forbidden */
2627
+ 403: {
2628
+ content: {
2629
+ "application/json": components["schemas"]["ErrorEnvelope"];
2630
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2631
+ };
2632
+ };
2633
+ };
2634
+ };
2635
+ /**
2636
+ * Create a service level agreement
2637
+ * @description Creates a new service level agreement for the specified tenant.
2638
+ */
2639
+ CreateServiceLevelAgreementAsync: {
2640
+ parameters: {
2641
+ query: {
2642
+ tenantId: string;
2643
+ "api-version"?: string;
2644
+ };
2645
+ header?: {
2646
+ "x-api-version"?: string;
2647
+ };
2648
+ };
2649
+ requestBody?: {
2650
+ content: {
2651
+ "application/json": components["schemas"]["ServiceLevelAgreementCreateDto"];
2652
+ "application/xml": components["schemas"]["ServiceLevelAgreementCreateDto"];
2653
+ };
2654
+ };
2655
+ responses: {
2656
+ /** @description OK */
2657
+ 200: {
2658
+ content: {
2659
+ "application/json": components["schemas"]["Envelope"];
2660
+ "application/xml": components["schemas"]["Envelope"];
2661
+ };
2662
+ };
2663
+ /** @description Unauthorized */
2664
+ 401: {
2665
+ content: {
2666
+ "application/json": components["schemas"]["ErrorEnvelope"];
2667
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2668
+ };
2669
+ };
2670
+ /** @description Forbidden */
2671
+ 403: {
2672
+ content: {
2673
+ "application/json": components["schemas"]["ErrorEnvelope"];
2674
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2675
+ };
2676
+ };
2677
+ };
2678
+ };
2679
+ /**
2680
+ * Get service level agreements count
2681
+ * @description Returns the count of service level agreements for the specified tenant.
2682
+ */
2683
+ GetServiceLevelAgreementsCountAsync: {
2684
+ parameters: {
2685
+ query: {
2686
+ tenantId: string;
2687
+ "api-version"?: string;
2688
+ };
2689
+ header?: {
2690
+ "x-api-version"?: string;
2691
+ };
2692
+ };
2693
+ responses: {
2694
+ /** @description OK */
2695
+ 200: {
2696
+ content: {
2697
+ "application/json": components["schemas"]["Int32Envelope"];
2698
+ "application/xml": components["schemas"]["Int32Envelope"];
2699
+ };
2700
+ };
2701
+ /** @description Unauthorized */
2702
+ 401: {
2703
+ content: {
2704
+ "application/json": components["schemas"]["ErrorEnvelope"];
2705
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2706
+ };
2707
+ };
2708
+ /** @description Forbidden */
2709
+ 403: {
2710
+ content: {
2711
+ "application/json": components["schemas"]["ErrorEnvelope"];
2712
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2713
+ };
2714
+ };
2715
+ };
2716
+ };
2717
+ /**
2718
+ * Get a service level agreement by ID
2719
+ * @description Retrieves a service level agreement by its identifier.
2720
+ */
2721
+ GetServiceLevelAgreementByIdAsync: {
2722
+ parameters: {
2723
+ query: {
2724
+ tenantId: string;
2725
+ "api-version"?: string;
2726
+ };
2727
+ header?: {
2728
+ "x-api-version"?: string;
2729
+ };
2730
+ path: {
2731
+ serviceLevelAgreementId: string;
2732
+ };
2733
+ };
2734
+ responses: {
2735
+ /** @description OK */
2736
+ 200: {
2737
+ content: {
2738
+ "application/json": components["schemas"]["ServiceLevelAgreementDtoEnvelope"];
2739
+ "application/xml": components["schemas"]["ServiceLevelAgreementDtoEnvelope"];
2740
+ };
2741
+ };
2742
+ /** @description Unauthorized */
2743
+ 401: {
2744
+ content: {
2745
+ "application/json": components["schemas"]["ErrorEnvelope"];
2746
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2747
+ };
2748
+ };
2749
+ /** @description Forbidden */
2750
+ 403: {
2751
+ content: {
2752
+ "application/json": components["schemas"]["ErrorEnvelope"];
2753
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2754
+ };
2755
+ };
2756
+ };
2757
+ };
2758
+ /**
2759
+ * Update a service level agreement
2760
+ * @description Updates an existing service level agreement.
2761
+ */
2762
+ UpdateServiceLevelAgreementAsync: {
2763
+ parameters: {
2764
+ query: {
2765
+ tenantId: string;
2766
+ "api-version"?: string;
2767
+ };
2768
+ header?: {
2769
+ "x-api-version"?: string;
2770
+ };
2771
+ path: {
2772
+ serviceLevelAgreementId: string;
2773
+ };
2774
+ };
2775
+ requestBody?: {
2776
+ content: {
2777
+ "application/json": components["schemas"]["ServiceLevelAgreementUpdateDto"];
2778
+ "application/xml": components["schemas"]["ServiceLevelAgreementUpdateDto"];
2779
+ };
2780
+ };
2781
+ responses: {
2782
+ /** @description OK */
2783
+ 200: {
2784
+ content: {
2785
+ "application/json": components["schemas"]["Envelope"];
2786
+ "application/xml": components["schemas"]["Envelope"];
2787
+ };
2788
+ };
2789
+ /** @description Unauthorized */
2790
+ 401: {
2791
+ content: {
2792
+ "application/json": components["schemas"]["ErrorEnvelope"];
2793
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2794
+ };
2795
+ };
2796
+ /** @description Forbidden */
2797
+ 403: {
2798
+ content: {
2799
+ "application/json": components["schemas"]["ErrorEnvelope"];
2800
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2801
+ };
2802
+ };
2803
+ };
2804
+ };
2805
+ /**
2806
+ * Delete a service level agreement
2807
+ * @description Deletes a service level agreement by its identifier.
2808
+ */
2809
+ DeleteServiceLevelAgreementAsync: {
2810
+ parameters: {
2811
+ query: {
2812
+ tenantId: string;
2813
+ "api-version"?: string;
2814
+ };
2815
+ header?: {
2816
+ "x-api-version"?: string;
2817
+ };
2818
+ path: {
2819
+ serviceLevelAgreementId: string;
2820
+ };
2821
+ };
2822
+ responses: {
2823
+ /** @description OK */
2824
+ 200: {
2825
+ content: {
2826
+ "application/json": components["schemas"]["Envelope"];
2827
+ "application/xml": components["schemas"]["Envelope"];
2828
+ };
2829
+ };
2830
+ /** @description Unauthorized */
2831
+ 401: {
2832
+ content: {
2833
+ "application/json": components["schemas"]["ErrorEnvelope"];
2834
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2835
+ };
2836
+ };
2837
+ /** @description Forbidden */
2838
+ 403: {
2839
+ content: {
2840
+ "application/json": components["schemas"]["ErrorEnvelope"];
2841
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2842
+ };
2843
+ };
2844
+ };
2845
+ };
2846
+ /**
2847
+ * Get all service levels
2848
+ * @description Retrieves all service levels for the specified tenant.
2849
+ */
2850
+ GetAllServiceLevelsAsync: {
2851
+ parameters: {
2852
+ query: {
2853
+ tenantId: string;
2854
+ "api-version"?: string;
2855
+ };
2856
+ header?: {
2857
+ "x-api-version"?: string;
2858
+ };
2859
+ };
2860
+ responses: {
2861
+ /** @description OK */
2862
+ 200: {
2863
+ content: {
2864
+ "application/json": components["schemas"]["ServiceLevelDtoIReadOnlyListEnvelope"];
2865
+ "application/xml": components["schemas"]["ServiceLevelDtoIReadOnlyListEnvelope"];
2866
+ };
2867
+ };
2868
+ /** @description Unauthorized */
2869
+ 401: {
2870
+ content: {
2871
+ "application/json": components["schemas"]["ErrorEnvelope"];
2872
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2873
+ };
2874
+ };
2875
+ /** @description Forbidden */
2876
+ 403: {
2877
+ content: {
2878
+ "application/json": components["schemas"]["ErrorEnvelope"];
2879
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2880
+ };
2881
+ };
2882
+ };
2883
+ };
2884
+ /**
2885
+ * Get all service levels count
2886
+ * @description Returns the count of all service levels for the specified tenant.
2887
+ */
2888
+ CountAllServiceLevelsAsync: {
2889
+ parameters: {
2890
+ query: {
2891
+ tenantId: string;
2892
+ "api-version"?: string;
2893
+ };
2894
+ header?: {
2895
+ "x-api-version"?: string;
2896
+ };
2897
+ };
2898
+ responses: {
2899
+ /** @description OK */
2900
+ 200: {
2901
+ content: {
2902
+ "application/json": components["schemas"]["Int32Envelope"];
2903
+ "application/xml": components["schemas"]["Int32Envelope"];
2904
+ };
2905
+ };
2906
+ /** @description Unauthorized */
2907
+ 401: {
2908
+ content: {
2909
+ "application/json": components["schemas"]["ErrorEnvelope"];
2910
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2911
+ };
2912
+ };
2913
+ /** @description Forbidden */
2914
+ 403: {
2915
+ content: {
2916
+ "application/json": components["schemas"]["ErrorEnvelope"];
2917
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2918
+ };
2919
+ };
2920
+ };
2921
+ };
2922
+ /**
2923
+ * Get all service levels
2924
+ * @description Retrieves all service levels for the specified service.
2925
+ */
2926
+ GetServiceLevelsAsync: {
2927
+ parameters: {
2928
+ query: {
2929
+ tenantId: string;
2930
+ "api-version"?: string;
2931
+ };
2932
+ header?: {
2933
+ "x-api-version"?: string;
2934
+ };
2935
+ path: {
2936
+ serviceId: string;
2937
+ };
2938
+ };
2939
+ responses: {
2940
+ /** @description OK */
2941
+ 200: {
2942
+ content: {
2943
+ "application/json": components["schemas"]["ServiceLevelDtoIReadOnlyListEnvelope"];
2944
+ "application/xml": components["schemas"]["ServiceLevelDtoIReadOnlyListEnvelope"];
2945
+ };
2946
+ };
2947
+ /** @description Unauthorized */
2948
+ 401: {
2949
+ content: {
2950
+ "application/json": components["schemas"]["ErrorEnvelope"];
2951
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2952
+ };
2953
+ };
2954
+ /** @description Forbidden */
2955
+ 403: {
2956
+ content: {
2957
+ "application/json": components["schemas"]["ErrorEnvelope"];
2958
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2959
+ };
2960
+ };
2961
+ };
2962
+ };
2963
+ /**
2964
+ * Create a service level
2965
+ * @description Creates a new service level for the specified service.
2966
+ */
2967
+ CreateServiceLevelAsync: {
2968
+ parameters: {
2969
+ query: {
2970
+ tenantId: string;
2971
+ "api-version"?: string;
2972
+ };
2973
+ header?: {
2974
+ "x-api-version"?: string;
2975
+ };
2976
+ path: {
2977
+ serviceId: string;
2978
+ };
2979
+ };
2980
+ requestBody?: {
2981
+ content: {
2982
+ "application/json": components["schemas"]["ServiceLevelCreateDto"];
2983
+ "application/xml": components["schemas"]["ServiceLevelCreateDto"];
2984
+ };
2985
+ };
2986
+ responses: {
2987
+ /** @description OK */
2988
+ 200: {
2989
+ content: {
2990
+ "application/json": components["schemas"]["Envelope"];
2991
+ "application/xml": components["schemas"]["Envelope"];
2992
+ };
2993
+ };
2994
+ /** @description Unauthorized */
2995
+ 401: {
2996
+ content: {
2997
+ "application/json": components["schemas"]["ErrorEnvelope"];
2998
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2999
+ };
3000
+ };
3001
+ /** @description Forbidden */
3002
+ 403: {
3003
+ content: {
3004
+ "application/json": components["schemas"]["ErrorEnvelope"];
3005
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3006
+ };
3007
+ };
3008
+ };
3009
+ };
3010
+ /**
3011
+ * Get service levels count
3012
+ * @description Returns the count of service levels for the specified service.
3013
+ */
3014
+ GetServiceLevelsCountAsync: {
3015
+ parameters: {
3016
+ query: {
3017
+ tenantId: string;
3018
+ "api-version"?: string;
3019
+ };
3020
+ header?: {
3021
+ "x-api-version"?: string;
3022
+ };
3023
+ path: {
3024
+ serviceId: string;
3025
+ };
3026
+ };
3027
+ responses: {
3028
+ /** @description OK */
3029
+ 200: {
3030
+ content: {
3031
+ "application/json": components["schemas"]["Int32Envelope"];
3032
+ "application/xml": components["schemas"]["Int32Envelope"];
3033
+ };
3034
+ };
3035
+ /** @description Unauthorized */
3036
+ 401: {
3037
+ content: {
3038
+ "application/json": components["schemas"]["ErrorEnvelope"];
3039
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3040
+ };
3041
+ };
3042
+ /** @description Forbidden */
3043
+ 403: {
3044
+ content: {
3045
+ "application/json": components["schemas"]["ErrorEnvelope"];
3046
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3047
+ };
3048
+ };
3049
+ };
3050
+ };
3051
+ /**
3052
+ * Get a service level by ID
3053
+ * @description Retrieves a service level by its identifier.
3054
+ */
3055
+ GetServiceLevelByIdAsync: {
3056
+ parameters: {
3057
+ query: {
3058
+ tenantId: string;
3059
+ "api-version"?: string;
3060
+ };
3061
+ header?: {
3062
+ "x-api-version"?: string;
3063
+ };
3064
+ path: {
3065
+ serviceId: string;
3066
+ serviceLevelId: string;
3067
+ };
3068
+ };
3069
+ responses: {
3070
+ /** @description OK */
3071
+ 200: {
3072
+ content: {
3073
+ "application/json": components["schemas"]["ServiceLevelDtoEnvelope"];
3074
+ "application/xml": components["schemas"]["ServiceLevelDtoEnvelope"];
3075
+ };
3076
+ };
3077
+ /** @description Unauthorized */
3078
+ 401: {
3079
+ content: {
3080
+ "application/json": components["schemas"]["ErrorEnvelope"];
3081
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3082
+ };
3083
+ };
3084
+ /** @description Forbidden */
3085
+ 403: {
3086
+ content: {
3087
+ "application/json": components["schemas"]["ErrorEnvelope"];
3088
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3089
+ };
3090
+ };
3091
+ };
3092
+ };
3093
+ /**
3094
+ * Update a service level
3095
+ * @description Updates an existing service level.
3096
+ */
3097
+ UpdateServiceLevelAsync: {
3098
+ parameters: {
3099
+ query: {
3100
+ tenantId: string;
3101
+ "api-version"?: string;
3102
+ };
3103
+ header?: {
3104
+ "x-api-version"?: string;
3105
+ };
3106
+ path: {
3107
+ serviceId: string;
3108
+ serviceLevelId: string;
3109
+ };
3110
+ };
3111
+ requestBody?: {
3112
+ content: {
3113
+ "application/json": components["schemas"]["ServiceLevelUpdateDto"];
3114
+ "application/xml": components["schemas"]["ServiceLevelUpdateDto"];
3115
+ };
3116
+ };
3117
+ responses: {
3118
+ /** @description OK */
3119
+ 200: {
3120
+ content: {
3121
+ "application/json": components["schemas"]["Envelope"];
3122
+ "application/xml": components["schemas"]["Envelope"];
3123
+ };
3124
+ };
3125
+ /** @description Unauthorized */
3126
+ 401: {
3127
+ content: {
3128
+ "application/json": components["schemas"]["ErrorEnvelope"];
3129
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3130
+ };
3131
+ };
3132
+ /** @description Forbidden */
3133
+ 403: {
3134
+ content: {
3135
+ "application/json": components["schemas"]["ErrorEnvelope"];
3136
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3137
+ };
3138
+ };
3139
+ };
3140
+ };
3141
+ /**
3142
+ * Delete a service level
3143
+ * @description Deletes a service level by its identifier.
3144
+ */
3145
+ DeleteServiceLevelAsync: {
3146
+ parameters: {
3147
+ query: {
3148
+ tenantId: string;
3149
+ "api-version"?: string;
3150
+ };
3151
+ header?: {
3152
+ "x-api-version"?: string;
3153
+ };
3154
+ path: {
3155
+ serviceId: string;
3156
+ serviceLevelId: string;
3157
+ };
3158
+ };
3159
+ responses: {
3160
+ /** @description OK */
3161
+ 200: {
3162
+ content: {
3163
+ "application/json": components["schemas"]["Envelope"];
3164
+ "application/xml": components["schemas"]["Envelope"];
3165
+ };
3166
+ };
3167
+ /** @description Unauthorized */
3168
+ 401: {
3169
+ content: {
3170
+ "application/json": components["schemas"]["ErrorEnvelope"];
3171
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3172
+ };
3173
+ };
3174
+ /** @description Forbidden */
3175
+ 403: {
3176
+ content: {
3177
+ "application/json": components["schemas"]["ErrorEnvelope"];
3178
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3179
+ };
3180
+ };
3181
+ };
3182
+ };
3183
+ /**
3184
+ * Get all service queues
3185
+ * @description Retrieves all service queues for the specified tenant.
3186
+ */
3187
+ GetServiceQueuesAsync: {
3188
+ parameters: {
3189
+ query: {
3190
+ tenantId: string;
3191
+ "api-version"?: string;
3192
+ };
3193
+ header?: {
3194
+ "x-api-version"?: string;
3195
+ };
3196
+ };
3197
+ responses: {
3198
+ /** @description OK */
3199
+ 200: {
3200
+ content: {
3201
+ "application/json": components["schemas"]["ServiceQueueDtoIReadOnlyListEnvelope"];
3202
+ "application/xml": components["schemas"]["ServiceQueueDtoIReadOnlyListEnvelope"];
3203
+ };
3204
+ };
3205
+ /** @description Unauthorized */
3206
+ 401: {
3207
+ content: {
3208
+ "application/json": components["schemas"]["ErrorEnvelope"];
3209
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3210
+ };
3211
+ };
3212
+ /** @description Forbidden */
3213
+ 403: {
3214
+ content: {
3215
+ "application/json": components["schemas"]["ErrorEnvelope"];
3216
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3217
+ };
3218
+ };
3219
+ };
3220
+ };
3221
+ /**
3222
+ * Create a service queue
3223
+ * @description Creates a new service queue for the specified tenant.
3224
+ */
3225
+ CreateServiceQueueAsync: {
3226
+ parameters: {
3227
+ query: {
3228
+ tenantId: string;
3229
+ "api-version"?: string;
3230
+ };
3231
+ header?: {
3232
+ "x-api-version"?: string;
3233
+ };
3234
+ };
3235
+ requestBody?: {
3236
+ content: {
3237
+ "application/json": components["schemas"]["ServiceQueueCreateDto"];
3238
+ "application/xml": components["schemas"]["ServiceQueueCreateDto"];
3239
+ };
3240
+ };
3241
+ responses: {
3242
+ /** @description OK */
3243
+ 200: {
3244
+ content: {
3245
+ "application/json": components["schemas"]["Envelope"];
3246
+ "application/xml": components["schemas"]["Envelope"];
3247
+ };
3248
+ };
3249
+ /** @description Unauthorized */
3250
+ 401: {
3251
+ content: {
3252
+ "application/json": components["schemas"]["ErrorEnvelope"];
3253
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3254
+ };
3255
+ };
3256
+ /** @description Forbidden */
3257
+ 403: {
3258
+ content: {
3259
+ "application/json": components["schemas"]["ErrorEnvelope"];
3260
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3261
+ };
3262
+ };
3263
+ };
3264
+ };
3265
+ /**
3266
+ * Get service queues count
3267
+ * @description Returns the count of service queues for the specified tenant.
3268
+ */
3269
+ GetServiceQueuesCountAsync: {
3270
+ parameters: {
3271
+ query: {
3272
+ tenantId: string;
3273
+ "api-version"?: string;
3274
+ };
3275
+ header?: {
3276
+ "x-api-version"?: string;
3277
+ };
3278
+ };
3279
+ responses: {
3280
+ /** @description OK */
3281
+ 200: {
3282
+ content: {
3283
+ "application/json": components["schemas"]["Int32Envelope"];
3284
+ "application/xml": components["schemas"]["Int32Envelope"];
3285
+ };
3286
+ };
3287
+ /** @description Unauthorized */
3288
+ 401: {
3289
+ content: {
3290
+ "application/json": components["schemas"]["ErrorEnvelope"];
3291
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3292
+ };
3293
+ };
3294
+ /** @description Forbidden */
3295
+ 403: {
3296
+ content: {
3297
+ "application/json": components["schemas"]["ErrorEnvelope"];
3298
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3299
+ };
3300
+ };
3301
+ };
3302
+ };
3303
+ /**
3304
+ * Get a service queue by ID
3305
+ * @description Retrieves a service queue by its identifier.
3306
+ */
3307
+ GetServiceQueueByIdAsync: {
3308
+ parameters: {
3309
+ query: {
3310
+ tenantId: string;
3311
+ "api-version"?: string;
3312
+ };
3313
+ header?: {
3314
+ "x-api-version"?: string;
3315
+ };
3316
+ path: {
3317
+ serviceQueueId: string;
3318
+ };
3319
+ };
3320
+ responses: {
3321
+ /** @description OK */
3322
+ 200: {
3323
+ content: {
3324
+ "application/json": components["schemas"]["ServiceQueueDtoEnvelope"];
3325
+ "application/xml": components["schemas"]["ServiceQueueDtoEnvelope"];
3326
+ };
3327
+ };
3328
+ /** @description Unauthorized */
3329
+ 401: {
3330
+ content: {
3331
+ "application/json": components["schemas"]["ErrorEnvelope"];
3332
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3333
+ };
3334
+ };
3335
+ /** @description Forbidden */
3336
+ 403: {
3337
+ content: {
3338
+ "application/json": components["schemas"]["ErrorEnvelope"];
3339
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3340
+ };
3341
+ };
3342
+ };
3343
+ };
3344
+ /**
3345
+ * Update a service queue
3346
+ * @description Updates an existing service queue.
3347
+ */
3348
+ UpdateServiceQueueAsync: {
3349
+ parameters: {
3350
+ query: {
3351
+ tenantId: string;
3352
+ "api-version"?: string;
3353
+ };
3354
+ header?: {
3355
+ "x-api-version"?: string;
3356
+ };
3357
+ path: {
3358
+ serviceQueueId: string;
3359
+ };
3360
+ };
3361
+ requestBody?: {
3362
+ content: {
3363
+ "application/json": components["schemas"]["ServiceQueueUpdateDto"];
3364
+ "application/xml": components["schemas"]["ServiceQueueUpdateDto"];
3365
+ };
3366
+ };
3367
+ responses: {
3368
+ /** @description OK */
3369
+ 200: {
3370
+ content: {
3371
+ "application/json": components["schemas"]["Envelope"];
3372
+ "application/xml": components["schemas"]["Envelope"];
3373
+ };
3374
+ };
3375
+ /** @description Unauthorized */
3376
+ 401: {
3377
+ content: {
3378
+ "application/json": components["schemas"]["ErrorEnvelope"];
3379
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3380
+ };
3381
+ };
3382
+ /** @description Forbidden */
3383
+ 403: {
3384
+ content: {
3385
+ "application/json": components["schemas"]["ErrorEnvelope"];
3386
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3387
+ };
3388
+ };
3389
+ };
3390
+ };
3391
+ /**
3392
+ * Delete a service queue
3393
+ * @description Deletes a service queue by its identifier.
3394
+ */
3395
+ DeleteServiceQueueAsync: {
3396
+ parameters: {
3397
+ query: {
3398
+ tenantId: string;
3399
+ "api-version"?: string;
3400
+ };
3401
+ header?: {
3402
+ "x-api-version"?: string;
3403
+ };
3404
+ path: {
3405
+ serviceQueueId: string;
3406
+ };
3407
+ };
3408
+ responses: {
3409
+ /** @description OK */
3410
+ 200: {
3411
+ content: {
3412
+ "application/json": components["schemas"]["Envelope"];
3413
+ "application/xml": components["schemas"]["Envelope"];
3414
+ };
3415
+ };
3416
+ /** @description Unauthorized */
3417
+ 401: {
3418
+ content: {
3419
+ "application/json": components["schemas"]["ErrorEnvelope"];
3420
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3421
+ };
3422
+ };
3423
+ /** @description Forbidden */
3424
+ 403: {
3425
+ content: {
3426
+ "application/json": components["schemas"]["ErrorEnvelope"];
3427
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3428
+ };
3429
+ };
3430
+ };
3431
+ };
3432
+ /**
3433
+ * Get all services
3434
+ * @description Retrieves all services for the specified tenant.
3435
+ */
3436
+ GetServicesAsync: {
3437
+ parameters: {
3438
+ query: {
3439
+ tenantId: string;
3440
+ "api-version"?: string;
3441
+ };
3442
+ header?: {
3443
+ "x-api-version"?: string;
3444
+ };
3445
+ };
3446
+ responses: {
3447
+ /** @description OK */
3448
+ 200: {
3449
+ content: {
3450
+ "application/json": components["schemas"]["ServiceDtoIReadOnlyListEnvelope"];
3451
+ "application/xml": components["schemas"]["ServiceDtoIReadOnlyListEnvelope"];
3452
+ };
3453
+ };
3454
+ /** @description Unauthorized */
3455
+ 401: {
3456
+ content: {
3457
+ "application/json": components["schemas"]["ErrorEnvelope"];
3458
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3459
+ };
3460
+ };
3461
+ /** @description Forbidden */
3462
+ 403: {
3463
+ content: {
3464
+ "application/json": components["schemas"]["ErrorEnvelope"];
3465
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3466
+ };
3467
+ };
3468
+ };
3469
+ };
3470
+ /**
3471
+ * Create a service
3472
+ * @description Creates a new service for the specified tenant.
3473
+ */
3474
+ CreateServiceAsync: {
3475
+ parameters: {
3476
+ query: {
3477
+ tenantId: string;
3478
+ "api-version"?: string;
3479
+ };
3480
+ header?: {
3481
+ "x-api-version"?: string;
3482
+ };
3483
+ };
3484
+ requestBody?: {
3485
+ content: {
3486
+ "application/json": components["schemas"]["ServiceCreateDto"];
3487
+ "application/xml": components["schemas"]["ServiceCreateDto"];
3488
+ };
3489
+ };
3490
+ responses: {
3491
+ /** @description OK */
3492
+ 200: {
3493
+ content: {
3494
+ "application/json": components["schemas"]["Envelope"];
3495
+ "application/xml": components["schemas"]["Envelope"];
3496
+ };
3497
+ };
3498
+ /** @description Unauthorized */
3499
+ 401: {
3500
+ content: {
3501
+ "application/json": components["schemas"]["ErrorEnvelope"];
3502
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3503
+ };
3504
+ };
3505
+ /** @description Forbidden */
3506
+ 403: {
3507
+ content: {
3508
+ "application/json": components["schemas"]["ErrorEnvelope"];
3509
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3510
+ };
3511
+ };
3512
+ };
3513
+ };
3514
+ /**
3515
+ * Get services count
3516
+ * @description Returns the count of services for the specified tenant.
3517
+ */
3518
+ GetServicesCountAsync: {
3519
+ parameters: {
3520
+ query: {
3521
+ tenantId: string;
3522
+ "api-version"?: string;
3523
+ };
3524
+ header?: {
3525
+ "x-api-version"?: string;
3526
+ };
3527
+ };
3528
+ responses: {
3529
+ /** @description OK */
3530
+ 200: {
3531
+ content: {
3532
+ "application/json": components["schemas"]["Int32Envelope"];
3533
+ "application/xml": components["schemas"]["Int32Envelope"];
3534
+ };
3535
+ };
3536
+ /** @description Unauthorized */
3537
+ 401: {
3538
+ content: {
3539
+ "application/json": components["schemas"]["ErrorEnvelope"];
3540
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3541
+ };
3542
+ };
3543
+ /** @description Forbidden */
3544
+ 403: {
3545
+ content: {
3546
+ "application/json": components["schemas"]["ErrorEnvelope"];
3547
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3548
+ };
3549
+ };
3550
+ };
3551
+ };
3552
+ /**
3553
+ * Get a service by ID
3554
+ * @description Retrieves a service by its identifier.
3555
+ */
3556
+ GetServiceByIdAsync: {
3557
+ parameters: {
3558
+ query: {
3559
+ tenantId: string;
3560
+ "api-version"?: string;
3561
+ };
3562
+ header?: {
3563
+ "x-api-version"?: string;
3564
+ };
3565
+ path: {
3566
+ serviceId: string;
3567
+ };
3568
+ };
3569
+ responses: {
3570
+ /** @description OK */
3571
+ 200: {
3572
+ content: {
3573
+ "application/json": components["schemas"]["ServiceDtoEnvelope"];
3574
+ "application/xml": components["schemas"]["ServiceDtoEnvelope"];
3575
+ };
3576
+ };
3577
+ /** @description Unauthorized */
3578
+ 401: {
3579
+ content: {
3580
+ "application/json": components["schemas"]["ErrorEnvelope"];
3581
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3582
+ };
3583
+ };
3584
+ /** @description Forbidden */
3585
+ 403: {
3586
+ content: {
3587
+ "application/json": components["schemas"]["ErrorEnvelope"];
3588
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3589
+ };
3590
+ };
3591
+ };
3592
+ };
3593
+ /**
3594
+ * Update a service
3595
+ * @description Updates an existing service.
3596
+ */
3597
+ UpdateServiceAsync: {
3598
+ parameters: {
3599
+ query: {
3600
+ tenantId: string;
3601
+ "api-version"?: string;
3602
+ };
3603
+ header?: {
3604
+ "x-api-version"?: string;
3605
+ };
3606
+ path: {
3607
+ serviceId: string;
3608
+ };
3609
+ };
3610
+ requestBody?: {
3611
+ content: {
3612
+ "application/json": components["schemas"]["ServiceUpdateDto"];
3613
+ "application/xml": components["schemas"]["ServiceUpdateDto"];
3614
+ };
3615
+ };
3616
+ responses: {
3617
+ /** @description OK */
3618
+ 200: {
3619
+ content: {
3620
+ "application/json": components["schemas"]["Envelope"];
3621
+ "application/xml": components["schemas"]["Envelope"];
3622
+ };
3623
+ };
3624
+ /** @description Unauthorized */
3625
+ 401: {
3626
+ content: {
3627
+ "application/json": components["schemas"]["ErrorEnvelope"];
3628
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3629
+ };
3630
+ };
3631
+ /** @description Forbidden */
3632
+ 403: {
3633
+ content: {
3634
+ "application/json": components["schemas"]["ErrorEnvelope"];
3635
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3636
+ };
3637
+ };
3638
+ };
3639
+ };
3640
+ /**
3641
+ * Delete a service
3642
+ * @description Deletes a service by its identifier.
3643
+ */
3644
+ DeleteServiceAsync: {
3645
+ parameters: {
3646
+ query: {
3647
+ tenantId: string;
3648
+ "api-version"?: string;
3649
+ };
3650
+ header?: {
3651
+ "x-api-version"?: string;
3652
+ };
3653
+ path: {
3654
+ serviceId: string;
3655
+ };
3656
+ };
3657
+ responses: {
3658
+ /** @description OK */
3659
+ 200: {
3660
+ content: {
3661
+ "application/json": components["schemas"]["Envelope"];
3662
+ "application/xml": components["schemas"]["Envelope"];
3663
+ };
3664
+ };
3665
+ /** @description Unauthorized */
3666
+ 401: {
3667
+ content: {
3668
+ "application/json": components["schemas"]["ErrorEnvelope"];
3669
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3670
+ };
3671
+ };
3672
+ /** @description Forbidden */
3673
+ 403: {
3674
+ content: {
3675
+ "application/json": components["schemas"]["ErrorEnvelope"];
3676
+ "application/xml": components["schemas"]["ErrorEnvelope"];
3677
+ };
3678
+ };
3679
+ };
3680
+ };
3681
+ }