@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,3093 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export type AccessTokenResponseReadable = {
4
+ readonly tokenType?: string | null;
5
+ accessToken: string | null;
6
+ expiresIn: number;
7
+ refreshToken: string | null;
8
+ };
9
+
10
+ export type AccessTokenResponseWritable = {
11
+ accessToken: string | null;
12
+ expiresIn: number;
13
+ refreshToken: string | null;
14
+ };
15
+
16
+ export type EnvelopeReadable = {
17
+ readonly isSuccess?: boolean;
18
+ errorMessage?: string | null;
19
+ correlationId?: string | null;
20
+ readonly timestamp?: string;
21
+ readonly activityId?: string | null;
22
+ result?: string | null;
23
+ };
24
+
25
+ export type EnvelopeWritable = {
26
+ errorMessage?: string | null;
27
+ correlationId?: string | null;
28
+ result?: string | null;
29
+ };
30
+
31
+ export type ErrorEnvelopeReadable = {
32
+ readonly isSuccess?: boolean;
33
+ errorMessage?: string | null;
34
+ correlationId?: string | null;
35
+ readonly timestamp?: string;
36
+ readonly activityId?: string | null;
37
+ };
38
+
39
+ export type ErrorEnvelopeWritable = {
40
+ errorMessage?: string | null;
41
+ correlationId?: string | null;
42
+ };
43
+
44
+ export type ForgotPasswordRequest = {
45
+ email: string | null;
46
+ };
47
+
48
+ export type HttpValidationProblemDetails = {
49
+ type?: string | null;
50
+ title?: string | null;
51
+ status?: number | null;
52
+ detail?: string | null;
53
+ instance?: string | null;
54
+ errors?: {
55
+ [key: string]: Array<string>;
56
+ } | null;
57
+ [key: string]: unknown | (string | null) | (string | null) | (number | null) | (string | null) | (string | null) | ({
58
+ [key: string]: Array<string>;
59
+ } | null) | undefined;
60
+ };
61
+
62
+ export type InfoRequest = {
63
+ newEmail?: string | null;
64
+ newPassword?: string | null;
65
+ oldPassword?: string | null;
66
+ };
67
+
68
+ export type InfoResponse = {
69
+ email: string | null;
70
+ isEmailConfirmed: boolean;
71
+ };
72
+
73
+ export type Int32EnvelopeReadable = {
74
+ readonly isSuccess?: boolean;
75
+ errorMessage?: string | null;
76
+ correlationId?: string | null;
77
+ readonly timestamp?: string;
78
+ readonly activityId?: string | null;
79
+ result?: number;
80
+ };
81
+
82
+ export type Int32EnvelopeWritable = {
83
+ errorMessage?: string | null;
84
+ correlationId?: string | null;
85
+ result?: number;
86
+ };
87
+
88
+ export type LoginRequest = {
89
+ email: string | null;
90
+ password: string | null;
91
+ twoFactorCode?: string | null;
92
+ twoFactorRecoveryCode?: string | null;
93
+ };
94
+
95
+ export type RefreshRequest = {
96
+ refreshToken: string | null;
97
+ };
98
+
99
+ export type RegisterRequest = {
100
+ email: string | null;
101
+ password: string | null;
102
+ };
103
+
104
+ export type ResendConfirmationEmailRequest = {
105
+ email: string | null;
106
+ };
107
+
108
+ export type ResetPasswordRequest = {
109
+ email: string | null;
110
+ resetCode: string | null;
111
+ newPassword: string | null;
112
+ };
113
+
114
+ export type ServiceCaseCreateDto = {
115
+ id?: string;
116
+ timestamp?: string;
117
+ title?: string | null;
118
+ description?: string | null;
119
+ instructions?: string | null;
120
+ taxable?: boolean;
121
+ workLocation?: string | null;
122
+ serviceId?: string | null;
123
+ serviceQueueId?: string | null;
124
+ serviceCaseTypeId?: string | null;
125
+ serviceLevelAgreementId?: string | null;
126
+ individualId?: string | null;
127
+ organizationId?: string | null;
128
+ accountHolderId?: string | null;
129
+ receiverBusinessId?: string | null;
130
+ currencyId?: string | null;
131
+ territoryId?: string | null;
132
+ priceListId?: string | null;
133
+ promisedStartDate?: string;
134
+ promisedEndDate?: string;
135
+ };
136
+
137
+ export type ServiceCaseDto = {
138
+ id?: string | null;
139
+ timestamp?: string | null;
140
+ title?: string | null;
141
+ description?: string | null;
142
+ instructions?: string | null;
143
+ taxable?: boolean;
144
+ workLocation?: string | null;
145
+ serviceId?: string | null;
146
+ serviceQueueId?: string | null;
147
+ serviceCaseTypeId?: string | null;
148
+ serviceLevelAgreementId?: string | null;
149
+ individualId?: string | null;
150
+ organizationId?: string | null;
151
+ accountHolderId?: string | null;
152
+ receiverBusinessId?: string | null;
153
+ currencyId?: string | null;
154
+ territoryId?: string | null;
155
+ priceListId?: string | null;
156
+ promisedStartDate?: string;
157
+ promisedEndDate?: string;
158
+ };
159
+
160
+ export type ServiceCaseDtoEnvelopeReadable = {
161
+ readonly isSuccess?: boolean;
162
+ errorMessage?: string | null;
163
+ correlationId?: string | null;
164
+ readonly timestamp?: string;
165
+ readonly activityId?: string | null;
166
+ result?: ServiceCaseDto;
167
+ };
168
+
169
+ export type ServiceCaseDtoEnvelopeWritable = {
170
+ errorMessage?: string | null;
171
+ correlationId?: string | null;
172
+ result?: ServiceCaseDto;
173
+ };
174
+
175
+ export type ServiceCaseDtoIReadOnlyListEnvelopeReadable = {
176
+ readonly isSuccess?: boolean;
177
+ errorMessage?: string | null;
178
+ correlationId?: string | null;
179
+ readonly timestamp?: string;
180
+ readonly activityId?: string | null;
181
+ result?: Array<ServiceCaseDto> | null;
182
+ };
183
+
184
+ export type ServiceCaseDtoIReadOnlyListEnvelopeWritable = {
185
+ errorMessage?: string | null;
186
+ correlationId?: string | null;
187
+ result?: Array<ServiceCaseDto> | null;
188
+ };
189
+
190
+ export type ServiceCaseTypeCreateDto = {
191
+ id?: string;
192
+ timestamp?: string;
193
+ title?: string | null;
194
+ description?: string | null;
195
+ };
196
+
197
+ export type ServiceCaseTypeDto = {
198
+ id?: string | null;
199
+ timestamp?: string | null;
200
+ title?: string | null;
201
+ description?: string | null;
202
+ };
203
+
204
+ export type ServiceCaseTypeDtoEnvelopeReadable = {
205
+ readonly isSuccess?: boolean;
206
+ errorMessage?: string | null;
207
+ correlationId?: string | null;
208
+ readonly timestamp?: string;
209
+ readonly activityId?: string | null;
210
+ result?: ServiceCaseTypeDto;
211
+ };
212
+
213
+ export type ServiceCaseTypeDtoEnvelopeWritable = {
214
+ errorMessage?: string | null;
215
+ correlationId?: string | null;
216
+ result?: ServiceCaseTypeDto;
217
+ };
218
+
219
+ export type ServiceCaseTypeDtoIReadOnlyListEnvelopeReadable = {
220
+ readonly isSuccess?: boolean;
221
+ errorMessage?: string | null;
222
+ correlationId?: string | null;
223
+ readonly timestamp?: string;
224
+ readonly activityId?: string | null;
225
+ result?: Array<ServiceCaseTypeDto> | null;
226
+ };
227
+
228
+ export type ServiceCaseTypeDtoIReadOnlyListEnvelopeWritable = {
229
+ errorMessage?: string | null;
230
+ correlationId?: string | null;
231
+ result?: Array<ServiceCaseTypeDto> | null;
232
+ };
233
+
234
+ export type ServiceCaseTypeUpdateDto = {
235
+ title?: string | null;
236
+ description?: string | null;
237
+ };
238
+
239
+ export type ServiceCaseUpdateDto = {
240
+ title?: string | null;
241
+ description?: string | null;
242
+ instructions?: string | null;
243
+ taxable?: boolean;
244
+ workLocation?: string | null;
245
+ serviceId?: string | null;
246
+ serviceQueueId?: string | null;
247
+ serviceCaseTypeId?: string | null;
248
+ serviceLevelAgreementId?: string | null;
249
+ individualId?: string | null;
250
+ organizationId?: string | null;
251
+ accountHolderId?: string | null;
252
+ receiverBusinessId?: string | null;
253
+ currencyId?: string | null;
254
+ territoryId?: string | null;
255
+ priceListId?: string | null;
256
+ promisedStartDate?: string;
257
+ promisedEndDate?: string;
258
+ };
259
+
260
+ export type ServiceCreateDto = {
261
+ id?: string;
262
+ timestamp?: string;
263
+ sku?: string | null;
264
+ upc?: string | null;
265
+ ean?: string | null;
266
+ mpn?: string | null;
267
+ isbn?: string | null;
268
+ asin?: string | null;
269
+ gtin?: string | null;
270
+ skUs?: string | null;
271
+ upCs?: string | null;
272
+ eaNs?: string | null;
273
+ part?: string | null;
274
+ name?: string | null;
275
+ type?: string | null;
276
+ mpNs?: string | null;
277
+ isbNs?: string | null;
278
+ asiNs?: string | null;
279
+ gtiNs?: string | null;
280
+ model?: string | null;
281
+ title?: string | null;
282
+ color?: string | null;
283
+ unspsc?: string | null;
284
+ unitId?: string | null;
285
+ series?: string | null;
286
+ barcode?: string | null;
287
+ unspsCs?: string | null;
288
+ summary?: string | null;
289
+ brandId?: string | null;
290
+ pattern?: string | null;
291
+ features?: string | null;
292
+ material?: string | null;
293
+ tenantId?: string | null;
294
+ permalink?: string | null;
295
+ brandName?: string | null;
296
+ variations?: string | null;
297
+ categories?: string | null;
298
+ languageId?: string | null;
299
+ itemTypeId?: string | null;
300
+ categoryId?: string | null;
301
+ currencyId?: string | null;
302
+ unitGroupId?: string | null;
303
+ description?: string | null;
304
+ ingredients?: string | null;
305
+ supplierCode?: string | null;
306
+ shipsToRules?: string | null;
307
+ parentItemId?: string | null;
308
+ purchaseNote?: string | null;
309
+ tariffHeading?: string | null;
310
+ mozaicCoverURL?: string | null;
311
+ youtubeVideoId?: string | null;
312
+ nutritionFacts?: string | null;
313
+ packageContent?: string | null;
314
+ primaryImageUrl?: string | null;
315
+ googleCategories?: string | null;
316
+ shortDescription?: string | null;
317
+ supplierProfileId?: string | null;
318
+ shippingCountryId?: string | null;
319
+ systemRequirements?: string | null;
320
+ customTaxDescription?: string | null;
321
+ pageCoverBackgroundUrl?: string | null;
322
+ officialDescriptionUrl?: string | null;
323
+ recentlyViewedRecordId?: string | null;
324
+ primaryGoogleCategoryId?: string | null;
325
+ supportedOperatingSystem?: string | null;
326
+ primaryGoogleCategoryName?: string | null;
327
+ hot?: boolean;
328
+ onSale?: boolean;
329
+ auction?: boolean;
330
+ deleted?: boolean;
331
+ digital?: boolean;
332
+ preSale?: boolean;
333
+ taxable?: boolean;
334
+ inStock?: boolean;
335
+ trending?: boolean;
336
+ featured?: boolean;
337
+ lowStock?: boolean;
338
+ published?: boolean;
339
+ byRequest?: boolean;
340
+ onDiscount?: boolean;
341
+ isDailyDeal?: boolean;
342
+ isNewArrival?: boolean;
343
+ isWeeklyDeal?: boolean;
344
+ isBestSeller?: boolean;
345
+ isMonthlyDeal?: boolean;
346
+ hasVariations?: boolean;
347
+ isFixedDiscount?: boolean;
348
+ manageInventory?: boolean;
349
+ isDealersChoice?: boolean;
350
+ isOfficialChoice?: boolean;
351
+ validPrimaryImage?: boolean;
352
+ isDeadlineDiscount?: boolean;
353
+ taxIncludedInPrice?: boolean;
354
+ displayShowcaseTab?: boolean;
355
+ isProductOfTheWeek?: boolean;
356
+ isProductOfTheMonth?: boolean;
357
+ isPercentageDiscount?: boolean;
358
+ displayOnGlobalMozaic?: boolean;
359
+ displayOnBrandsMozaic?: boolean;
360
+ disableDefaultPolicies?: boolean;
361
+ displayOnCategoryMozaic?: boolean;
362
+ displayDescriptionEditor?: boolean;
363
+ displayShortDescriptionEditor?: boolean;
364
+ displayOnBannerMarketingRotation?: boolean;
365
+ viewsCount?: number;
366
+ reviewsCount?: number;
367
+ packagedQuantity?: number;
368
+ recurrency?: number;
369
+ currentStock?: number;
370
+ customTaxValue?: number;
371
+ width?: number;
372
+ weight?: number;
373
+ length?: number;
374
+ height?: number;
375
+ totalTax?: number;
376
+ finalPrice?: number;
377
+ reviewsAvg?: number;
378
+ paymentCost?: number;
379
+ regularPrice?: number;
380
+ discountPrice?: number;
381
+ discountAmount?: number;
382
+ discountPercentage?: number;
383
+ estimatedTaxesInUsd?: number;
384
+ customTaxPercentage?: number;
385
+ estimatedProfitInUsd?: number;
386
+ estimatedBasePriceInUsd?: number;
387
+ estimatedDiscountsInUsd?: number;
388
+ estimatedSurchargesInUsd?: number;
389
+ estimatedPaymentTaxInUsd?: number;
390
+ estimatedTotalPriceInUsd?: number;
391
+ estimatedPaymentCostInUsd?: number;
392
+ estimatedDealSavingsInUsd?: number;
393
+ estimatedRegularPriceInUsd?: number;
394
+ estimatedTaxBasePriceInUsd?: number;
395
+ estimatedWitholdingTaxesInUsd?: number;
396
+ estimatedWithholdingTaxesInUsd?: number;
397
+ estimatedDefaultShippingTaxInUsd?: number;
398
+ estimatedDefaultShippingCostInUsd?: number;
399
+ auctionEnd?: string | null;
400
+ releaseDate?: string | null;
401
+ auctionStart?: string | null;
402
+ publishedDate?: string | null;
403
+ discountDeadLine?: string | null;
404
+ deadlineDiscountDueDate?: string | null;
405
+ deadlineDiscountFromDate?: string | null;
406
+ lastFixedPricesUpdateDateTime?: string | null;
407
+ selectedTags?: Array<string> | null;
408
+ selectedTypes?: Array<string> | null;
409
+ selectedBrands?: Array<string> | null;
410
+ selectedCategories?: Array<string> | null;
411
+ selectedTaxPolicies?: Array<string> | null;
412
+ selectedPricingRules?: Array<string> | null;
413
+ selectedRefundPolicies?: Array<string> | null;
414
+ selectedReturnPolicies?: Array<string> | null;
415
+ selectedPricingPolicies?: Array<string> | null;
416
+ selectedWarrantyPolicies?: Array<string> | null;
417
+ selectedShipmentPolicies?: Array<string> | null;
418
+ selectedGoogleCategories?: Array<string> | null;
419
+ selectedAttributesOptions?: Array<string> | null;
420
+ selectedSellingMarginPolicies?: Array<string> | null;
421
+ individualId?: string | null;
422
+ servicePlanId?: string | null;
423
+ };
424
+
425
+ export type ServiceDto = {
426
+ id?: string | null;
427
+ timestamp?: string | null;
428
+ sku?: string | null;
429
+ upc?: string | null;
430
+ ean?: string | null;
431
+ mpn?: string | null;
432
+ skUs?: string | null;
433
+ isbn?: string | null;
434
+ upCs?: string | null;
435
+ eaNs?: string | null;
436
+ asin?: string | null;
437
+ gtin?: string | null;
438
+ mpNs?: string | null;
439
+ part?: string | null;
440
+ name?: string | null;
441
+ isbNs?: string | null;
442
+ asiNs?: string | null;
443
+ gtiNs?: string | null;
444
+ model?: string | null;
445
+ title?: string | null;
446
+ color?: string | null;
447
+ isbN13?: string | null;
448
+ unspsc?: string | null;
449
+ unitId?: string | null;
450
+ series?: string | null;
451
+ barcode?: string | null;
452
+ unspsCs?: string | null;
453
+ pattern?: string | null;
454
+ summary?: string | null;
455
+ brandId?: string | null;
456
+ features?: string | null;
457
+ material?: string | null;
458
+ tenantId?: string | null;
459
+ permalink?: string | null;
460
+ brandName?: string | null;
461
+ languageId?: string | null;
462
+ itemTypeId?: string | null;
463
+ categoryId?: string | null;
464
+ currencyId?: string | null;
465
+ unitGroupId?: string | null;
466
+ description?: string | null;
467
+ ingredients?: string | null;
468
+ releaseDate?: string | null;
469
+ enrollmentId?: string | null;
470
+ supplierCode?: string | null;
471
+ shipsToRules?: string | null;
472
+ purchaseNote?: string | null;
473
+ parentItemId?: string | null;
474
+ itemTypeName?: string | null;
475
+ discriminator?: string | null;
476
+ tariffHeading?: string | null;
477
+ nutritionFacts?: string | null;
478
+ mozaicCoverUrl?: string | null;
479
+ packageContent?: string | null;
480
+ youtubeVideoId?: string | null;
481
+ primaryImageUrl?: string | null;
482
+ longDescription?: string | null;
483
+ measurementUnit?: string | null;
484
+ shortDescription?: string | null;
485
+ googleCategories?: string | null;
486
+ supplierProfileId?: string | null;
487
+ shippingCountryId?: string | null;
488
+ systemRequirements?: string | null;
489
+ customTaxDescription?: string | null;
490
+ officialDescriptionUrl?: string | null;
491
+ energyEfficiencyRating?: string | null;
492
+ pageCoverBackgroundUrl?: string | null;
493
+ primaryGoogleCategoryId?: string | null;
494
+ operatingSystemSupported?: string | null;
495
+ supportedOperatingSystem?: string | null;
496
+ primaryGoogleCategoryName?: string | null;
497
+ hot?: boolean;
498
+ onSale?: boolean;
499
+ auction?: boolean;
500
+ deleted?: boolean;
501
+ digital?: boolean;
502
+ preSale?: boolean;
503
+ taxable?: boolean;
504
+ inStock?: boolean;
505
+ featured?: boolean;
506
+ trending?: boolean;
507
+ lowStock?: boolean;
508
+ published?: boolean;
509
+ byRequest?: boolean;
510
+ onDiscount?: boolean;
511
+ isDailyDeal?: boolean;
512
+ isNewArrival?: boolean;
513
+ isWeeklyDeal?: boolean;
514
+ isBestSeller?: boolean;
515
+ isMonthlyDeal?: boolean;
516
+ hasVariations?: boolean;
517
+ isFixedDiscount?: boolean;
518
+ isDealersChoice?: boolean;
519
+ manageInventory?: boolean;
520
+ isOfficialChoice?: boolean;
521
+ validPrimaryImage?: boolean;
522
+ isDeadlineDiscount?: boolean;
523
+ displayShowcaseTab?: boolean;
524
+ taxIncludedInPrice?: boolean;
525
+ isProductOfTheWeek?: boolean;
526
+ isProductOfTheMonth?: boolean;
527
+ isPercentageDiscount?: boolean;
528
+ displayOnGlobalMozaic?: boolean;
529
+ displayOnBrandsMozaic?: boolean;
530
+ disableDefaultPolicies?: boolean;
531
+ displayOnCategoryMozaic?: boolean;
532
+ displayDescriptionEditor?: boolean;
533
+ displayShortDescriptionEditor?: boolean;
534
+ displayOnBannerMarketingRotation?: boolean;
535
+ auctionEnd?: string | null;
536
+ auctionStart?: string | null;
537
+ publishedDate?: string | null;
538
+ deadlineDiscountFromDate?: string | null;
539
+ deadlineDiscountDueDate?: string | null;
540
+ lastFixedPricesUpdateDateTime?: string | null;
541
+ images?: Array<string> | null;
542
+ viewsCount?: number;
543
+ reviewsCount?: number;
544
+ questionsCount?: number;
545
+ packagedQuantity?: number;
546
+ reviewsAvg?: number | null;
547
+ recurrency?: number;
548
+ currentStock?: number;
549
+ width?: number | null;
550
+ weight?: number | null;
551
+ length?: number | null;
552
+ height?: number | null;
553
+ regularPrice?: number | null;
554
+ discountPrice?: number | null;
555
+ customTaxValue?: number | null;
556
+ discountAmount?: number | null;
557
+ inCartQuantity?: number | null;
558
+ customTaxAmount?: number | null;
559
+ discountPercentage?: number | null;
560
+ customTaxPercentage?: number | null;
561
+ estimatedTaxesInUsd?: number | null;
562
+ estimatedProfitInUsd?: number | null;
563
+ estimatedBasePriceInUsd?: number | null;
564
+ estimatedDiscountsInUsd?: number | null;
565
+ estimatedSurchargesInUsd?: number | null;
566
+ estimatedPaymentTaxInUsd?: number | null;
567
+ estimatedTotalPriceInUsd?: number | null;
568
+ estimatedPaymentCostInUsd?: number | null;
569
+ estimatedDealSavingsInUsd?: number | null;
570
+ estimatedRegularPriceInUsd?: number | null;
571
+ estimatedTaxBasePriceInUsd?: number | null;
572
+ estimatedWithholdingTaxesInUsd?: number | null;
573
+ estimatedDefaultShippingTaxInUsd?: number | null;
574
+ estimatedDefaultShippingCostInUsd?: number | null;
575
+ selectedTags?: Array<string> | null;
576
+ selectedTypes?: Array<string> | null;
577
+ selectedBrands?: Array<string> | null;
578
+ selectedCategories?: Array<string> | null;
579
+ selectedTaxPolicies?: Array<string> | null;
580
+ selectedPricingRules?: Array<string> | null;
581
+ selectedRefundPolicies?: Array<string> | null;
582
+ selectedReturnPolicies?: Array<string> | null;
583
+ selectedPricingPolicies?: Array<string> | null;
584
+ selectedGoogleCategories?: Array<string> | null;
585
+ selectedWarrantyPolicies?: Array<string> | null;
586
+ selectedShipmentPolicies?: Array<string> | null;
587
+ selectedAttributesOptions?: Array<string> | null;
588
+ selectedSellingMarginPolicies?: Array<string> | null;
589
+ individualId?: string | null;
590
+ servicePlanId?: string | null;
591
+ };
592
+
593
+ export type ServiceDtoEnvelopeReadable = {
594
+ readonly isSuccess?: boolean;
595
+ errorMessage?: string | null;
596
+ correlationId?: string | null;
597
+ readonly timestamp?: string;
598
+ readonly activityId?: string | null;
599
+ result?: ServiceDto;
600
+ };
601
+
602
+ export type ServiceDtoEnvelopeWritable = {
603
+ errorMessage?: string | null;
604
+ correlationId?: string | null;
605
+ result?: ServiceDto;
606
+ };
607
+
608
+ export type ServiceDtoIReadOnlyListEnvelopeReadable = {
609
+ readonly isSuccess?: boolean;
610
+ errorMessage?: string | null;
611
+ correlationId?: string | null;
612
+ readonly timestamp?: string;
613
+ readonly activityId?: string | null;
614
+ result?: Array<ServiceDto> | null;
615
+ };
616
+
617
+ export type ServiceDtoIReadOnlyListEnvelopeWritable = {
618
+ errorMessage?: string | null;
619
+ correlationId?: string | null;
620
+ result?: Array<ServiceDto> | null;
621
+ };
622
+
623
+ export type ServiceLevelAgreementCreateDto = {
624
+ id?: string;
625
+ timestamp?: string;
626
+ serviceId?: string | null;
627
+ serviceLevelId?: string | null;
628
+ contactId?: string | null;
629
+ };
630
+
631
+ export type ServiceLevelAgreementDto = {
632
+ id?: string | null;
633
+ timestamp?: string | null;
634
+ serviceId?: string | null;
635
+ serviceLevelId?: string | null;
636
+ contactId?: string | null;
637
+ };
638
+
639
+ export type ServiceLevelAgreementDtoEnvelopeReadable = {
640
+ readonly isSuccess?: boolean;
641
+ errorMessage?: string | null;
642
+ correlationId?: string | null;
643
+ readonly timestamp?: string;
644
+ readonly activityId?: string | null;
645
+ result?: ServiceLevelAgreementDto;
646
+ };
647
+
648
+ export type ServiceLevelAgreementDtoEnvelopeWritable = {
649
+ errorMessage?: string | null;
650
+ correlationId?: string | null;
651
+ result?: ServiceLevelAgreementDto;
652
+ };
653
+
654
+ export type ServiceLevelAgreementDtoIReadOnlyListEnvelopeReadable = {
655
+ readonly isSuccess?: boolean;
656
+ errorMessage?: string | null;
657
+ correlationId?: string | null;
658
+ readonly timestamp?: string;
659
+ readonly activityId?: string | null;
660
+ result?: Array<ServiceLevelAgreementDto> | null;
661
+ };
662
+
663
+ export type ServiceLevelAgreementDtoIReadOnlyListEnvelopeWritable = {
664
+ errorMessage?: string | null;
665
+ correlationId?: string | null;
666
+ result?: Array<ServiceLevelAgreementDto> | null;
667
+ };
668
+
669
+ export type ServiceLevelAgreementUpdateDto = {
670
+ serviceId?: string | null;
671
+ serviceLevelId?: string | null;
672
+ contactId?: string | null;
673
+ };
674
+
675
+ export type ServiceLevelCreateDto = {
676
+ id?: string;
677
+ timestamp?: string;
678
+ sku?: string | null;
679
+ upc?: string | null;
680
+ ean?: string | null;
681
+ mpn?: string | null;
682
+ isbn?: string | null;
683
+ asin?: string | null;
684
+ gtin?: string | null;
685
+ skUs?: string | null;
686
+ upCs?: string | null;
687
+ eaNs?: string | null;
688
+ part?: string | null;
689
+ name?: string | null;
690
+ type?: string | null;
691
+ mpNs?: string | null;
692
+ isbNs?: string | null;
693
+ asiNs?: string | null;
694
+ gtiNs?: string | null;
695
+ model?: string | null;
696
+ title?: string | null;
697
+ color?: string | null;
698
+ unspsc?: string | null;
699
+ unitId?: string | null;
700
+ series?: string | null;
701
+ barcode?: string | null;
702
+ unspsCs?: string | null;
703
+ summary?: string | null;
704
+ brandId?: string | null;
705
+ pattern?: string | null;
706
+ features?: string | null;
707
+ material?: string | null;
708
+ tenantId?: string | null;
709
+ permalink?: string | null;
710
+ brandName?: string | null;
711
+ variations?: string | null;
712
+ categories?: string | null;
713
+ languageId?: string | null;
714
+ itemTypeId?: string | null;
715
+ categoryId?: string | null;
716
+ currencyId?: string | null;
717
+ unitGroupId?: string | null;
718
+ description?: string | null;
719
+ ingredients?: string | null;
720
+ supplierCode?: string | null;
721
+ shipsToRules?: string | null;
722
+ parentItemId?: string | null;
723
+ purchaseNote?: string | null;
724
+ tariffHeading?: string | null;
725
+ mozaicCoverURL?: string | null;
726
+ youtubeVideoId?: string | null;
727
+ nutritionFacts?: string | null;
728
+ packageContent?: string | null;
729
+ primaryImageUrl?: string | null;
730
+ googleCategories?: string | null;
731
+ shortDescription?: string | null;
732
+ supplierProfileId?: string | null;
733
+ shippingCountryId?: string | null;
734
+ systemRequirements?: string | null;
735
+ customTaxDescription?: string | null;
736
+ pageCoverBackgroundUrl?: string | null;
737
+ officialDescriptionUrl?: string | null;
738
+ recentlyViewedRecordId?: string | null;
739
+ primaryGoogleCategoryId?: string | null;
740
+ supportedOperatingSystem?: string | null;
741
+ primaryGoogleCategoryName?: string | null;
742
+ hot?: boolean;
743
+ onSale?: boolean;
744
+ auction?: boolean;
745
+ deleted?: boolean;
746
+ digital?: boolean;
747
+ preSale?: boolean;
748
+ taxable?: boolean;
749
+ inStock?: boolean;
750
+ trending?: boolean;
751
+ featured?: boolean;
752
+ lowStock?: boolean;
753
+ published?: boolean;
754
+ byRequest?: boolean;
755
+ onDiscount?: boolean;
756
+ isDailyDeal?: boolean;
757
+ isNewArrival?: boolean;
758
+ isWeeklyDeal?: boolean;
759
+ isBestSeller?: boolean;
760
+ isMonthlyDeal?: boolean;
761
+ hasVariations?: boolean;
762
+ isFixedDiscount?: boolean;
763
+ manageInventory?: boolean;
764
+ isDealersChoice?: boolean;
765
+ isOfficialChoice?: boolean;
766
+ validPrimaryImage?: boolean;
767
+ isDeadlineDiscount?: boolean;
768
+ taxIncludedInPrice?: boolean;
769
+ displayShowcaseTab?: boolean;
770
+ isProductOfTheWeek?: boolean;
771
+ isProductOfTheMonth?: boolean;
772
+ isPercentageDiscount?: boolean;
773
+ displayOnGlobalMozaic?: boolean;
774
+ displayOnBrandsMozaic?: boolean;
775
+ disableDefaultPolicies?: boolean;
776
+ displayOnCategoryMozaic?: boolean;
777
+ displayDescriptionEditor?: boolean;
778
+ displayShortDescriptionEditor?: boolean;
779
+ displayOnBannerMarketingRotation?: boolean;
780
+ viewsCount?: number;
781
+ reviewsCount?: number;
782
+ packagedQuantity?: number;
783
+ recurrency?: number;
784
+ currentStock?: number;
785
+ customTaxValue?: number;
786
+ width?: number;
787
+ weight?: number;
788
+ length?: number;
789
+ height?: number;
790
+ totalTax?: number;
791
+ finalPrice?: number;
792
+ reviewsAvg?: number;
793
+ paymentCost?: number;
794
+ regularPrice?: number;
795
+ discountPrice?: number;
796
+ discountAmount?: number;
797
+ discountPercentage?: number;
798
+ estimatedTaxesInUsd?: number;
799
+ customTaxPercentage?: number;
800
+ estimatedProfitInUsd?: number;
801
+ estimatedBasePriceInUsd?: number;
802
+ estimatedDiscountsInUsd?: number;
803
+ estimatedSurchargesInUsd?: number;
804
+ estimatedPaymentTaxInUsd?: number;
805
+ estimatedTotalPriceInUsd?: number;
806
+ estimatedPaymentCostInUsd?: number;
807
+ estimatedDealSavingsInUsd?: number;
808
+ estimatedRegularPriceInUsd?: number;
809
+ estimatedTaxBasePriceInUsd?: number;
810
+ estimatedWitholdingTaxesInUsd?: number;
811
+ estimatedWithholdingTaxesInUsd?: number;
812
+ estimatedDefaultShippingTaxInUsd?: number;
813
+ estimatedDefaultShippingCostInUsd?: number;
814
+ auctionEnd?: string | null;
815
+ releaseDate?: string | null;
816
+ auctionStart?: string | null;
817
+ publishedDate?: string | null;
818
+ discountDeadLine?: string | null;
819
+ deadlineDiscountDueDate?: string | null;
820
+ deadlineDiscountFromDate?: string | null;
821
+ lastFixedPricesUpdateDateTime?: string | null;
822
+ selectedTags?: Array<string> | null;
823
+ selectedTypes?: Array<string> | null;
824
+ selectedBrands?: Array<string> | null;
825
+ selectedCategories?: Array<string> | null;
826
+ selectedTaxPolicies?: Array<string> | null;
827
+ selectedPricingRules?: Array<string> | null;
828
+ selectedRefundPolicies?: Array<string> | null;
829
+ selectedReturnPolicies?: Array<string> | null;
830
+ selectedPricingPolicies?: Array<string> | null;
831
+ selectedWarrantyPolicies?: Array<string> | null;
832
+ selectedShipmentPolicies?: Array<string> | null;
833
+ selectedGoogleCategories?: Array<string> | null;
834
+ selectedAttributesOptions?: Array<string> | null;
835
+ selectedSellingMarginPolicies?: Array<string> | null;
836
+ serviceId?: string | null;
837
+ };
838
+
839
+ export type ServiceLevelDto = {
840
+ id?: string | null;
841
+ timestamp?: string | null;
842
+ sku?: string | null;
843
+ upc?: string | null;
844
+ ean?: string | null;
845
+ mpn?: string | null;
846
+ skUs?: string | null;
847
+ isbn?: string | null;
848
+ upCs?: string | null;
849
+ eaNs?: string | null;
850
+ asin?: string | null;
851
+ gtin?: string | null;
852
+ mpNs?: string | null;
853
+ part?: string | null;
854
+ name?: string | null;
855
+ isbNs?: string | null;
856
+ asiNs?: string | null;
857
+ gtiNs?: string | null;
858
+ model?: string | null;
859
+ title?: string | null;
860
+ color?: string | null;
861
+ isbN13?: string | null;
862
+ unspsc?: string | null;
863
+ unitId?: string | null;
864
+ series?: string | null;
865
+ barcode?: string | null;
866
+ unspsCs?: string | null;
867
+ pattern?: string | null;
868
+ summary?: string | null;
869
+ brandId?: string | null;
870
+ features?: string | null;
871
+ material?: string | null;
872
+ tenantId?: string | null;
873
+ permalink?: string | null;
874
+ brandName?: string | null;
875
+ languageId?: string | null;
876
+ itemTypeId?: string | null;
877
+ categoryId?: string | null;
878
+ currencyId?: string | null;
879
+ unitGroupId?: string | null;
880
+ description?: string | null;
881
+ ingredients?: string | null;
882
+ releaseDate?: string | null;
883
+ enrollmentId?: string | null;
884
+ supplierCode?: string | null;
885
+ shipsToRules?: string | null;
886
+ purchaseNote?: string | null;
887
+ parentItemId?: string | null;
888
+ itemTypeName?: string | null;
889
+ discriminator?: string | null;
890
+ tariffHeading?: string | null;
891
+ nutritionFacts?: string | null;
892
+ mozaicCoverUrl?: string | null;
893
+ packageContent?: string | null;
894
+ youtubeVideoId?: string | null;
895
+ primaryImageUrl?: string | null;
896
+ longDescription?: string | null;
897
+ measurementUnit?: string | null;
898
+ shortDescription?: string | null;
899
+ googleCategories?: string | null;
900
+ supplierProfileId?: string | null;
901
+ shippingCountryId?: string | null;
902
+ systemRequirements?: string | null;
903
+ customTaxDescription?: string | null;
904
+ officialDescriptionUrl?: string | null;
905
+ energyEfficiencyRating?: string | null;
906
+ pageCoverBackgroundUrl?: string | null;
907
+ primaryGoogleCategoryId?: string | null;
908
+ operatingSystemSupported?: string | null;
909
+ supportedOperatingSystem?: string | null;
910
+ primaryGoogleCategoryName?: string | null;
911
+ hot?: boolean;
912
+ onSale?: boolean;
913
+ auction?: boolean;
914
+ deleted?: boolean;
915
+ digital?: boolean;
916
+ preSale?: boolean;
917
+ taxable?: boolean;
918
+ inStock?: boolean;
919
+ featured?: boolean;
920
+ trending?: boolean;
921
+ lowStock?: boolean;
922
+ published?: boolean;
923
+ byRequest?: boolean;
924
+ onDiscount?: boolean;
925
+ isDailyDeal?: boolean;
926
+ isNewArrival?: boolean;
927
+ isWeeklyDeal?: boolean;
928
+ isBestSeller?: boolean;
929
+ isMonthlyDeal?: boolean;
930
+ hasVariations?: boolean;
931
+ isFixedDiscount?: boolean;
932
+ isDealersChoice?: boolean;
933
+ manageInventory?: boolean;
934
+ isOfficialChoice?: boolean;
935
+ validPrimaryImage?: boolean;
936
+ isDeadlineDiscount?: boolean;
937
+ displayShowcaseTab?: boolean;
938
+ taxIncludedInPrice?: boolean;
939
+ isProductOfTheWeek?: boolean;
940
+ isProductOfTheMonth?: boolean;
941
+ isPercentageDiscount?: boolean;
942
+ displayOnGlobalMozaic?: boolean;
943
+ displayOnBrandsMozaic?: boolean;
944
+ disableDefaultPolicies?: boolean;
945
+ displayOnCategoryMozaic?: boolean;
946
+ displayDescriptionEditor?: boolean;
947
+ displayShortDescriptionEditor?: boolean;
948
+ displayOnBannerMarketingRotation?: boolean;
949
+ auctionEnd?: string | null;
950
+ auctionStart?: string | null;
951
+ publishedDate?: string | null;
952
+ deadlineDiscountFromDate?: string | null;
953
+ deadlineDiscountDueDate?: string | null;
954
+ lastFixedPricesUpdateDateTime?: string | null;
955
+ images?: Array<string> | null;
956
+ viewsCount?: number;
957
+ reviewsCount?: number;
958
+ questionsCount?: number;
959
+ packagedQuantity?: number;
960
+ reviewsAvg?: number | null;
961
+ recurrency?: number;
962
+ currentStock?: number;
963
+ width?: number | null;
964
+ weight?: number | null;
965
+ length?: number | null;
966
+ height?: number | null;
967
+ regularPrice?: number | null;
968
+ discountPrice?: number | null;
969
+ customTaxValue?: number | null;
970
+ discountAmount?: number | null;
971
+ inCartQuantity?: number | null;
972
+ customTaxAmount?: number | null;
973
+ discountPercentage?: number | null;
974
+ customTaxPercentage?: number | null;
975
+ estimatedTaxesInUsd?: number | null;
976
+ estimatedProfitInUsd?: number | null;
977
+ estimatedBasePriceInUsd?: number | null;
978
+ estimatedDiscountsInUsd?: number | null;
979
+ estimatedSurchargesInUsd?: number | null;
980
+ estimatedPaymentTaxInUsd?: number | null;
981
+ estimatedTotalPriceInUsd?: number | null;
982
+ estimatedPaymentCostInUsd?: number | null;
983
+ estimatedDealSavingsInUsd?: number | null;
984
+ estimatedRegularPriceInUsd?: number | null;
985
+ estimatedTaxBasePriceInUsd?: number | null;
986
+ estimatedWithholdingTaxesInUsd?: number | null;
987
+ estimatedDefaultShippingTaxInUsd?: number | null;
988
+ estimatedDefaultShippingCostInUsd?: number | null;
989
+ selectedTags?: Array<string> | null;
990
+ selectedTypes?: Array<string> | null;
991
+ selectedBrands?: Array<string> | null;
992
+ selectedCategories?: Array<string> | null;
993
+ selectedTaxPolicies?: Array<string> | null;
994
+ selectedPricingRules?: Array<string> | null;
995
+ selectedRefundPolicies?: Array<string> | null;
996
+ selectedReturnPolicies?: Array<string> | null;
997
+ selectedPricingPolicies?: Array<string> | null;
998
+ selectedGoogleCategories?: Array<string> | null;
999
+ selectedWarrantyPolicies?: Array<string> | null;
1000
+ selectedShipmentPolicies?: Array<string> | null;
1001
+ selectedAttributesOptions?: Array<string> | null;
1002
+ selectedSellingMarginPolicies?: Array<string> | null;
1003
+ serviceId?: string | null;
1004
+ };
1005
+
1006
+ export type ServiceLevelDtoEnvelopeReadable = {
1007
+ readonly isSuccess?: boolean;
1008
+ errorMessage?: string | null;
1009
+ correlationId?: string | null;
1010
+ readonly timestamp?: string;
1011
+ readonly activityId?: string | null;
1012
+ result?: ServiceLevelDto;
1013
+ };
1014
+
1015
+ export type ServiceLevelDtoEnvelopeWritable = {
1016
+ errorMessage?: string | null;
1017
+ correlationId?: string | null;
1018
+ result?: ServiceLevelDto;
1019
+ };
1020
+
1021
+ export type ServiceLevelDtoIReadOnlyListEnvelopeReadable = {
1022
+ readonly isSuccess?: boolean;
1023
+ errorMessage?: string | null;
1024
+ correlationId?: string | null;
1025
+ readonly timestamp?: string;
1026
+ readonly activityId?: string | null;
1027
+ result?: Array<ServiceLevelDto> | null;
1028
+ };
1029
+
1030
+ export type ServiceLevelDtoIReadOnlyListEnvelopeWritable = {
1031
+ errorMessage?: string | null;
1032
+ correlationId?: string | null;
1033
+ result?: Array<ServiceLevelDto> | null;
1034
+ };
1035
+
1036
+ export type ServiceLevelUpdateDto = {
1037
+ hot?: boolean;
1038
+ sku?: string | null;
1039
+ upc?: string | null;
1040
+ ean?: string | null;
1041
+ mpn?: string | null;
1042
+ skUs?: string | null;
1043
+ isbn?: string | null;
1044
+ upCs?: string | null;
1045
+ eaNs?: string | null;
1046
+ asin?: string | null;
1047
+ gtin?: string | null;
1048
+ mpNs?: string | null;
1049
+ part?: string | null;
1050
+ name?: string | null;
1051
+ onSale?: boolean;
1052
+ isbNs?: string | null;
1053
+ asiNs?: string | null;
1054
+ gtiNs?: string | null;
1055
+ width?: number;
1056
+ model?: string | null;
1057
+ auction?: boolean;
1058
+ title?: string | null;
1059
+ color?: string | null;
1060
+ deleted?: boolean;
1061
+ digital?: boolean;
1062
+ preSale?: boolean;
1063
+ taxable?: boolean;
1064
+ inStock?: boolean;
1065
+ isbN13?: string | null;
1066
+ unspsc?: string | null;
1067
+ weight?: number;
1068
+ length?: number;
1069
+ height?: number;
1070
+ unitId?: string | null;
1071
+ series?: string | null;
1072
+ featured?: boolean;
1073
+ brands?: string | null;
1074
+ trending?: boolean;
1075
+ lowStock?: boolean;
1076
+ barcode?: string | null;
1077
+ unspsCs?: string | null;
1078
+ pattern?: string | null;
1079
+ published?: boolean;
1080
+ byRequest?: boolean;
1081
+ summary?: string | null;
1082
+ brandId?: string | null;
1083
+ viewsCount?: number;
1084
+ features?: string | null;
1085
+ material?: string | null;
1086
+ onDiscount?: boolean;
1087
+ totalTax?: number;
1088
+ tenantId?: string | null;
1089
+ permalink?: string | null;
1090
+ brandName?: string | null;
1091
+ reviewsCount?: number;
1092
+ isDailyDeal?: boolean;
1093
+ languageId?: string | null;
1094
+ categories?: string | null;
1095
+ finalPrice?: number;
1096
+ itemTypeId?: string | null;
1097
+ categoryId?: string | null;
1098
+ currencyId?: string | null;
1099
+ reviewsAvg?: number;
1100
+ isNewArrival?: boolean;
1101
+ isWeeklyDeal?: boolean;
1102
+ isBestSeller?: boolean;
1103
+ unitGroupId?: string | null;
1104
+ description?: string | null;
1105
+ ingredients?: string | null;
1106
+ releaseDate?: string | null;
1107
+ isMonthlyDeal?: boolean;
1108
+ recurrency?: number;
1109
+ paymentCost?: number;
1110
+ customTaxValue?: number;
1111
+ hasVariations?: boolean;
1112
+ questionsCount?: number;
1113
+ enrollmentId?: string | null;
1114
+ supplierCode?: string | null;
1115
+ auctionEnd?: string;
1116
+ purchaseNote?: string | null;
1117
+ shipsToRules?: string | null;
1118
+ regularPrice?: number;
1119
+ images?: Array<string> | null;
1120
+ shippingCost?: number;
1121
+ parentItemId?: string | null;
1122
+ itemTypeName?: string | null;
1123
+ cartRecordId?: string | null;
1124
+ variations?: Array<string> | null;
1125
+ tariffHeading?: string | null;
1126
+ packagedQuantity?: number;
1127
+ isFixedDiscount?: boolean;
1128
+ discountPrice?: number;
1129
+ isDealersChoice?: boolean;
1130
+ currentStock?: number;
1131
+ manageInventory?: boolean;
1132
+ auctionStart?: string;
1133
+ nutritionFacts?: string | null;
1134
+ mozaicCoverUrl?: string | null;
1135
+ packageContent?: string | null;
1136
+ discountAmount?: number;
1137
+ youtubeVideoId?: string | null;
1138
+ inCartQuantity?: number;
1139
+ isOfficialChoice?: boolean;
1140
+ publishedDate?: string;
1141
+ primaryImageUrl?: string | null;
1142
+ validPrimaryImage?: boolean;
1143
+ customTaxAmount?: number;
1144
+ longDescription?: string | null;
1145
+ compareRecordId?: string | null;
1146
+ measurementUnit?: string | null;
1147
+ shortDescription?: string | null;
1148
+ googleCategories?: string | null;
1149
+ isDeadlineDiscount?: boolean;
1150
+ displayShowcaseTab?: boolean;
1151
+ taxIncludedInPrice?: boolean;
1152
+ isProductOfTheWeek?: boolean;
1153
+ supplierProfileId?: string | null;
1154
+ shippingCountryId?: string | null;
1155
+ isProductOfTheMonth?: boolean;
1156
+ systemRequirements?: string | null;
1157
+ isPorcentualDiscount?: boolean;
1158
+ discountPercentage?: number;
1159
+ discountDeadLine?: string;
1160
+ displayOnGlobalMozaic?: boolean;
1161
+ displayOnBrandsMozaic?: boolean;
1162
+ customTaxPercentage?: number;
1163
+ estimatedTaxesInUsd?: number;
1164
+ customTaxDescription?: string | null;
1165
+ disableDefaultPolicies?: boolean;
1166
+ estimatedProfitInUsd?: number;
1167
+ displayOnCategoryMozaic?: boolean;
1168
+ officialDescriptionUrl?: string | null;
1169
+ energyEfficiencyRating?: string | null;
1170
+ pageCoverBackgroundUrl?: string | null;
1171
+ estimatedBasePriceInUsd?: number;
1172
+ estimatedDiscountsInUsd?: number;
1173
+ operatingSystemSupported?: string | null;
1174
+ estimatedSurchargesInUsd?: number;
1175
+ deadlineDiscountDueDate?: string | null;
1176
+ deadlineDiscountFromDate?: string | null;
1177
+ estimatedRegularPriceInUsd?: number;
1178
+ estimatedTaxBasePriceInUsd?: number;
1179
+ displayOnBannerMarketingRotation?: boolean;
1180
+ lastFixedPricesUpdateDateTime?: string | null;
1181
+ estimatedWitholdingTaxesInUsd?: number;
1182
+ estimatedPaymentCostInUsd?: number;
1183
+ estimatedPaymentTaxInUsd?: number;
1184
+ estimatedDefaultShippingCostInUsd?: number;
1185
+ estimatedDefaultShippingTaxInUsd?: number;
1186
+ estimatedTotalPriceInUsd?: number;
1187
+ recentlyViewedRecordId?: string | null;
1188
+ displayDescriptionEditor?: boolean;
1189
+ primaryGoogleCategoryId?: string | null;
1190
+ supportedOperatingSystem?: string | null;
1191
+ estimatedDealSavingsInUsd?: number;
1192
+ primaryGoogleCategoryName?: string | null;
1193
+ displayShortDescriptionEditor?: boolean;
1194
+ estimatedWithholdingTaxesInUsd?: number;
1195
+ selectedTags?: Array<string> | null;
1196
+ selectedTypes?: Array<string> | null;
1197
+ selectedBrands?: Array<string> | null;
1198
+ selectedCategories?: Array<string> | null;
1199
+ selectedTaxPolicies?: Array<string> | null;
1200
+ selectedPricingRules?: Array<string> | null;
1201
+ selectedRefundPolicies?: Array<string> | null;
1202
+ selectedReturnPolicies?: Array<string> | null;
1203
+ selectedPricingPolicies?: Array<string> | null;
1204
+ selectedGoogleCategories?: Array<string> | null;
1205
+ selectedWarrantyPolicies?: Array<string> | null;
1206
+ selectedShipmentPolicies?: Array<string> | null;
1207
+ selectedAttributesOptions?: Array<string> | null;
1208
+ selectedSellingMarginPolicies?: Array<string> | null;
1209
+ serviceId?: string | null;
1210
+ };
1211
+
1212
+ export type ServiceQueueCreateDto = {
1213
+ id?: string;
1214
+ timestamp?: string;
1215
+ serviceId?: string | null;
1216
+ };
1217
+
1218
+ export type ServiceQueueDto = {
1219
+ id?: string | null;
1220
+ timestamp?: string | null;
1221
+ serviceId?: string | null;
1222
+ };
1223
+
1224
+ export type ServiceQueueDtoEnvelopeReadable = {
1225
+ readonly isSuccess?: boolean;
1226
+ errorMessage?: string | null;
1227
+ correlationId?: string | null;
1228
+ readonly timestamp?: string;
1229
+ readonly activityId?: string | null;
1230
+ result?: ServiceQueueDto;
1231
+ };
1232
+
1233
+ export type ServiceQueueDtoEnvelopeWritable = {
1234
+ errorMessage?: string | null;
1235
+ correlationId?: string | null;
1236
+ result?: ServiceQueueDto;
1237
+ };
1238
+
1239
+ export type ServiceQueueDtoIReadOnlyListEnvelopeReadable = {
1240
+ readonly isSuccess?: boolean;
1241
+ errorMessage?: string | null;
1242
+ correlationId?: string | null;
1243
+ readonly timestamp?: string;
1244
+ readonly activityId?: string | null;
1245
+ result?: Array<ServiceQueueDto> | null;
1246
+ };
1247
+
1248
+ export type ServiceQueueDtoIReadOnlyListEnvelopeWritable = {
1249
+ errorMessage?: string | null;
1250
+ correlationId?: string | null;
1251
+ result?: Array<ServiceQueueDto> | null;
1252
+ };
1253
+
1254
+ export type ServiceQueueUpdateDto = {
1255
+ serviceId?: string | null;
1256
+ };
1257
+
1258
+ export type ServiceUpdateDto = {
1259
+ hot?: boolean;
1260
+ sku?: string | null;
1261
+ upc?: string | null;
1262
+ ean?: string | null;
1263
+ mpn?: string | null;
1264
+ skUs?: string | null;
1265
+ isbn?: string | null;
1266
+ upCs?: string | null;
1267
+ eaNs?: string | null;
1268
+ asin?: string | null;
1269
+ gtin?: string | null;
1270
+ mpNs?: string | null;
1271
+ part?: string | null;
1272
+ name?: string | null;
1273
+ onSale?: boolean;
1274
+ isbNs?: string | null;
1275
+ asiNs?: string | null;
1276
+ gtiNs?: string | null;
1277
+ width?: number;
1278
+ model?: string | null;
1279
+ auction?: boolean;
1280
+ title?: string | null;
1281
+ color?: string | null;
1282
+ deleted?: boolean;
1283
+ digital?: boolean;
1284
+ preSale?: boolean;
1285
+ taxable?: boolean;
1286
+ inStock?: boolean;
1287
+ isbN13?: string | null;
1288
+ unspsc?: string | null;
1289
+ weight?: number;
1290
+ length?: number;
1291
+ height?: number;
1292
+ unitId?: string | null;
1293
+ series?: string | null;
1294
+ featured?: boolean;
1295
+ brands?: string | null;
1296
+ trending?: boolean;
1297
+ lowStock?: boolean;
1298
+ barcode?: string | null;
1299
+ unspsCs?: string | null;
1300
+ pattern?: string | null;
1301
+ published?: boolean;
1302
+ byRequest?: boolean;
1303
+ summary?: string | null;
1304
+ brandId?: string | null;
1305
+ viewsCount?: number;
1306
+ features?: string | null;
1307
+ material?: string | null;
1308
+ onDiscount?: boolean;
1309
+ totalTax?: number;
1310
+ tenantId?: string | null;
1311
+ permalink?: string | null;
1312
+ brandName?: string | null;
1313
+ reviewsCount?: number;
1314
+ isDailyDeal?: boolean;
1315
+ languageId?: string | null;
1316
+ categories?: string | null;
1317
+ finalPrice?: number;
1318
+ itemTypeId?: string | null;
1319
+ categoryId?: string | null;
1320
+ currencyId?: string | null;
1321
+ reviewsAvg?: number;
1322
+ isNewArrival?: boolean;
1323
+ isWeeklyDeal?: boolean;
1324
+ isBestSeller?: boolean;
1325
+ unitGroupId?: string | null;
1326
+ description?: string | null;
1327
+ ingredients?: string | null;
1328
+ releaseDate?: string | null;
1329
+ isMonthlyDeal?: boolean;
1330
+ recurrency?: number;
1331
+ paymentCost?: number;
1332
+ customTaxValue?: number;
1333
+ hasVariations?: boolean;
1334
+ questionsCount?: number;
1335
+ enrollmentId?: string | null;
1336
+ supplierCode?: string | null;
1337
+ auctionEnd?: string;
1338
+ purchaseNote?: string | null;
1339
+ shipsToRules?: string | null;
1340
+ regularPrice?: number;
1341
+ images?: Array<string> | null;
1342
+ shippingCost?: number;
1343
+ parentItemId?: string | null;
1344
+ itemTypeName?: string | null;
1345
+ cartRecordId?: string | null;
1346
+ variations?: Array<string> | null;
1347
+ tariffHeading?: string | null;
1348
+ packagedQuantity?: number;
1349
+ isFixedDiscount?: boolean;
1350
+ discountPrice?: number;
1351
+ isDealersChoice?: boolean;
1352
+ currentStock?: number;
1353
+ manageInventory?: boolean;
1354
+ auctionStart?: string;
1355
+ nutritionFacts?: string | null;
1356
+ mozaicCoverUrl?: string | null;
1357
+ packageContent?: string | null;
1358
+ discountAmount?: number;
1359
+ youtubeVideoId?: string | null;
1360
+ inCartQuantity?: number;
1361
+ isOfficialChoice?: boolean;
1362
+ publishedDate?: string;
1363
+ primaryImageUrl?: string | null;
1364
+ validPrimaryImage?: boolean;
1365
+ customTaxAmount?: number;
1366
+ longDescription?: string | null;
1367
+ compareRecordId?: string | null;
1368
+ measurementUnit?: string | null;
1369
+ shortDescription?: string | null;
1370
+ googleCategories?: string | null;
1371
+ isDeadlineDiscount?: boolean;
1372
+ displayShowcaseTab?: boolean;
1373
+ taxIncludedInPrice?: boolean;
1374
+ isProductOfTheWeek?: boolean;
1375
+ supplierProfileId?: string | null;
1376
+ shippingCountryId?: string | null;
1377
+ isProductOfTheMonth?: boolean;
1378
+ systemRequirements?: string | null;
1379
+ isPorcentualDiscount?: boolean;
1380
+ discountPercentage?: number;
1381
+ discountDeadLine?: string;
1382
+ displayOnGlobalMozaic?: boolean;
1383
+ displayOnBrandsMozaic?: boolean;
1384
+ customTaxPercentage?: number;
1385
+ estimatedTaxesInUsd?: number;
1386
+ customTaxDescription?: string | null;
1387
+ disableDefaultPolicies?: boolean;
1388
+ estimatedProfitInUsd?: number;
1389
+ displayOnCategoryMozaic?: boolean;
1390
+ officialDescriptionUrl?: string | null;
1391
+ energyEfficiencyRating?: string | null;
1392
+ pageCoverBackgroundUrl?: string | null;
1393
+ estimatedBasePriceInUsd?: number;
1394
+ estimatedDiscountsInUsd?: number;
1395
+ operatingSystemSupported?: string | null;
1396
+ estimatedSurchargesInUsd?: number;
1397
+ deadlineDiscountDueDate?: string | null;
1398
+ deadlineDiscountFromDate?: string | null;
1399
+ estimatedRegularPriceInUsd?: number;
1400
+ estimatedTaxBasePriceInUsd?: number;
1401
+ displayOnBannerMarketingRotation?: boolean;
1402
+ lastFixedPricesUpdateDateTime?: string | null;
1403
+ estimatedWitholdingTaxesInUsd?: number;
1404
+ estimatedPaymentCostInUsd?: number;
1405
+ estimatedPaymentTaxInUsd?: number;
1406
+ estimatedDefaultShippingCostInUsd?: number;
1407
+ estimatedDefaultShippingTaxInUsd?: number;
1408
+ estimatedTotalPriceInUsd?: number;
1409
+ recentlyViewedRecordId?: string | null;
1410
+ displayDescriptionEditor?: boolean;
1411
+ primaryGoogleCategoryId?: string | null;
1412
+ supportedOperatingSystem?: string | null;
1413
+ estimatedDealSavingsInUsd?: number;
1414
+ primaryGoogleCategoryName?: string | null;
1415
+ displayShortDescriptionEditor?: boolean;
1416
+ estimatedWithholdingTaxesInUsd?: number;
1417
+ selectedTags?: Array<string> | null;
1418
+ selectedTypes?: Array<string> | null;
1419
+ selectedBrands?: Array<string> | null;
1420
+ selectedCategories?: Array<string> | null;
1421
+ selectedTaxPolicies?: Array<string> | null;
1422
+ selectedPricingRules?: Array<string> | null;
1423
+ selectedRefundPolicies?: Array<string> | null;
1424
+ selectedReturnPolicies?: Array<string> | null;
1425
+ selectedPricingPolicies?: Array<string> | null;
1426
+ selectedGoogleCategories?: Array<string> | null;
1427
+ selectedWarrantyPolicies?: Array<string> | null;
1428
+ selectedShipmentPolicies?: Array<string> | null;
1429
+ selectedAttributesOptions?: Array<string> | null;
1430
+ selectedSellingMarginPolicies?: Array<string> | null;
1431
+ individualId?: string | null;
1432
+ servicePlanId?: string | null;
1433
+ };
1434
+
1435
+ export type TwoFactorRequest = {
1436
+ enable?: boolean | null;
1437
+ twoFactorCode?: string | null;
1438
+ resetSharedKey?: boolean;
1439
+ resetRecoveryCodes?: boolean;
1440
+ forgetMachine?: boolean;
1441
+ };
1442
+
1443
+ export type TwoFactorResponse = {
1444
+ sharedKey: string | null;
1445
+ recoveryCodesLeft: number;
1446
+ recoveryCodes?: Array<string> | null;
1447
+ isTwoFactorEnabled: boolean;
1448
+ isMachineRemembered: boolean;
1449
+ };
1450
+
1451
+ export type GetVersionData = {
1452
+ body?: never;
1453
+ path?: never;
1454
+ query?: never;
1455
+ url: '/version';
1456
+ };
1457
+
1458
+ export type GetVersionResponses = {
1459
+ /**
1460
+ * OK
1461
+ */
1462
+ 200: unknown;
1463
+ };
1464
+
1465
+ export type GetHealthData = {
1466
+ body?: never;
1467
+ path?: never;
1468
+ query?: never;
1469
+ url: '/health';
1470
+ };
1471
+
1472
+ export type GetHealthResponses = {
1473
+ /**
1474
+ * OK
1475
+ */
1476
+ 200: unknown;
1477
+ };
1478
+
1479
+ export type GetHelloData = {
1480
+ body?: never;
1481
+ path?: never;
1482
+ query?: never;
1483
+ url: '/hello';
1484
+ };
1485
+
1486
+ export type GetHelloResponses = {
1487
+ /**
1488
+ * OK
1489
+ */
1490
+ 200: unknown;
1491
+ };
1492
+
1493
+ export type PostRegisterData = {
1494
+ body: RegisterRequest;
1495
+ path?: never;
1496
+ query?: never;
1497
+ url: '/register';
1498
+ };
1499
+
1500
+ export type PostRegisterErrors = {
1501
+ /**
1502
+ * Bad Request
1503
+ */
1504
+ 400: HttpValidationProblemDetails;
1505
+ };
1506
+
1507
+ export type PostRegisterError = PostRegisterErrors[keyof PostRegisterErrors];
1508
+
1509
+ export type PostRegisterResponses = {
1510
+ /**
1511
+ * OK
1512
+ */
1513
+ 200: unknown;
1514
+ };
1515
+
1516
+ export type PostLoginData = {
1517
+ body: LoginRequest;
1518
+ path?: never;
1519
+ query?: {
1520
+ useCookies?: boolean;
1521
+ useSessionCookies?: boolean;
1522
+ };
1523
+ url: '/login';
1524
+ };
1525
+
1526
+ export type PostLoginResponses = {
1527
+ /**
1528
+ * OK
1529
+ */
1530
+ 200: AccessTokenResponseReadable;
1531
+ };
1532
+
1533
+ export type PostLoginResponse = PostLoginResponses[keyof PostLoginResponses];
1534
+
1535
+ export type PostRefreshData = {
1536
+ body: RefreshRequest;
1537
+ path?: never;
1538
+ query?: never;
1539
+ url: '/refresh';
1540
+ };
1541
+
1542
+ export type PostRefreshResponses = {
1543
+ /**
1544
+ * OK
1545
+ */
1546
+ 200: AccessTokenResponseReadable;
1547
+ };
1548
+
1549
+ export type PostRefreshResponse = PostRefreshResponses[keyof PostRefreshResponses];
1550
+
1551
+ export type MapIdentityApiConfirmEmailData = {
1552
+ body?: never;
1553
+ path?: never;
1554
+ query: {
1555
+ userId: string;
1556
+ code: string;
1557
+ changedEmail?: string;
1558
+ };
1559
+ url: '/confirmEmail';
1560
+ };
1561
+
1562
+ export type MapIdentityApiConfirmEmailResponses = {
1563
+ /**
1564
+ * OK
1565
+ */
1566
+ 200: unknown;
1567
+ };
1568
+
1569
+ export type PostResendConfirmationEmailData = {
1570
+ body: ResendConfirmationEmailRequest;
1571
+ path?: never;
1572
+ query?: never;
1573
+ url: '/resendConfirmationEmail';
1574
+ };
1575
+
1576
+ export type PostResendConfirmationEmailResponses = {
1577
+ /**
1578
+ * OK
1579
+ */
1580
+ 200: unknown;
1581
+ };
1582
+
1583
+ export type PostForgotPasswordData = {
1584
+ body: ForgotPasswordRequest;
1585
+ path?: never;
1586
+ query?: never;
1587
+ url: '/forgotPassword';
1588
+ };
1589
+
1590
+ export type PostForgotPasswordErrors = {
1591
+ /**
1592
+ * Bad Request
1593
+ */
1594
+ 400: HttpValidationProblemDetails;
1595
+ };
1596
+
1597
+ export type PostForgotPasswordError = PostForgotPasswordErrors[keyof PostForgotPasswordErrors];
1598
+
1599
+ export type PostForgotPasswordResponses = {
1600
+ /**
1601
+ * OK
1602
+ */
1603
+ 200: unknown;
1604
+ };
1605
+
1606
+ export type PostResetPasswordData = {
1607
+ body: ResetPasswordRequest;
1608
+ path?: never;
1609
+ query?: never;
1610
+ url: '/resetPassword';
1611
+ };
1612
+
1613
+ export type PostResetPasswordErrors = {
1614
+ /**
1615
+ * Bad Request
1616
+ */
1617
+ 400: HttpValidationProblemDetails;
1618
+ };
1619
+
1620
+ export type PostResetPasswordError = PostResetPasswordErrors[keyof PostResetPasswordErrors];
1621
+
1622
+ export type PostResetPasswordResponses = {
1623
+ /**
1624
+ * OK
1625
+ */
1626
+ 200: unknown;
1627
+ };
1628
+
1629
+ export type PostManage2FaData = {
1630
+ body: TwoFactorRequest;
1631
+ path?: never;
1632
+ query?: never;
1633
+ url: '/manage/2fa';
1634
+ };
1635
+
1636
+ export type PostManage2FaErrors = {
1637
+ /**
1638
+ * Bad Request
1639
+ */
1640
+ 400: HttpValidationProblemDetails;
1641
+ /**
1642
+ * Not Found
1643
+ */
1644
+ 404: unknown;
1645
+ };
1646
+
1647
+ export type PostManage2FaError = PostManage2FaErrors[keyof PostManage2FaErrors];
1648
+
1649
+ export type PostManage2FaResponses = {
1650
+ /**
1651
+ * OK
1652
+ */
1653
+ 200: TwoFactorResponse;
1654
+ };
1655
+
1656
+ export type PostManage2FaResponse = PostManage2FaResponses[keyof PostManage2FaResponses];
1657
+
1658
+ export type GetManageInfoData = {
1659
+ body?: never;
1660
+ path?: never;
1661
+ query?: never;
1662
+ url: '/manage/info';
1663
+ };
1664
+
1665
+ export type GetManageInfoErrors = {
1666
+ /**
1667
+ * Bad Request
1668
+ */
1669
+ 400: HttpValidationProblemDetails;
1670
+ /**
1671
+ * Not Found
1672
+ */
1673
+ 404: unknown;
1674
+ };
1675
+
1676
+ export type GetManageInfoError = GetManageInfoErrors[keyof GetManageInfoErrors];
1677
+
1678
+ export type GetManageInfoResponses = {
1679
+ /**
1680
+ * OK
1681
+ */
1682
+ 200: InfoResponse;
1683
+ };
1684
+
1685
+ export type GetManageInfoResponse = GetManageInfoResponses[keyof GetManageInfoResponses];
1686
+
1687
+ export type PostManageInfoData = {
1688
+ body: InfoRequest;
1689
+ path?: never;
1690
+ query?: never;
1691
+ url: '/manage/info';
1692
+ };
1693
+
1694
+ export type PostManageInfoErrors = {
1695
+ /**
1696
+ * Bad Request
1697
+ */
1698
+ 400: HttpValidationProblemDetails;
1699
+ /**
1700
+ * Not Found
1701
+ */
1702
+ 404: unknown;
1703
+ };
1704
+
1705
+ export type PostManageInfoError = PostManageInfoErrors[keyof PostManageInfoErrors];
1706
+
1707
+ export type PostManageInfoResponses = {
1708
+ /**
1709
+ * OK
1710
+ */
1711
+ 200: InfoResponse;
1712
+ };
1713
+
1714
+ export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
1715
+
1716
+ export type GetServiceCasesAsyncData = {
1717
+ body?: never;
1718
+ headers?: {
1719
+ 'x-api-version'?: string;
1720
+ };
1721
+ path?: never;
1722
+ query: {
1723
+ tenantId: string;
1724
+ 'api-version'?: string;
1725
+ };
1726
+ url: '/api/v2/ServicesService/ServiceCases';
1727
+ };
1728
+
1729
+ export type GetServiceCasesAsyncErrors = {
1730
+ /**
1731
+ * Unauthorized
1732
+ */
1733
+ 401: ErrorEnvelopeReadable;
1734
+ /**
1735
+ * Forbidden
1736
+ */
1737
+ 403: ErrorEnvelopeReadable;
1738
+ };
1739
+
1740
+ export type GetServiceCasesAsyncError = GetServiceCasesAsyncErrors[keyof GetServiceCasesAsyncErrors];
1741
+
1742
+ export type GetServiceCasesAsyncResponses = {
1743
+ /**
1744
+ * OK
1745
+ */
1746
+ 200: ServiceCaseDtoIReadOnlyListEnvelopeReadable;
1747
+ };
1748
+
1749
+ export type GetServiceCasesAsyncResponse = GetServiceCasesAsyncResponses[keyof GetServiceCasesAsyncResponses];
1750
+
1751
+ export type CreateServiceCaseAsyncData = {
1752
+ body?: ServiceCaseCreateDto;
1753
+ headers?: {
1754
+ 'x-api-version'?: string;
1755
+ };
1756
+ path?: never;
1757
+ query: {
1758
+ tenantId: string;
1759
+ 'api-version'?: string;
1760
+ };
1761
+ url: '/api/v2/ServicesService/ServiceCases';
1762
+ };
1763
+
1764
+ export type CreateServiceCaseAsyncErrors = {
1765
+ /**
1766
+ * Unauthorized
1767
+ */
1768
+ 401: ErrorEnvelopeReadable;
1769
+ /**
1770
+ * Forbidden
1771
+ */
1772
+ 403: ErrorEnvelopeReadable;
1773
+ };
1774
+
1775
+ export type CreateServiceCaseAsyncError = CreateServiceCaseAsyncErrors[keyof CreateServiceCaseAsyncErrors];
1776
+
1777
+ export type CreateServiceCaseAsyncResponses = {
1778
+ /**
1779
+ * OK
1780
+ */
1781
+ 200: EnvelopeReadable;
1782
+ };
1783
+
1784
+ export type CreateServiceCaseAsyncResponse = CreateServiceCaseAsyncResponses[keyof CreateServiceCaseAsyncResponses];
1785
+
1786
+ export type GetServiceCasesCountAsyncData = {
1787
+ body?: never;
1788
+ headers?: {
1789
+ 'x-api-version'?: string;
1790
+ };
1791
+ path?: never;
1792
+ query: {
1793
+ tenantId: string;
1794
+ 'api-version'?: string;
1795
+ };
1796
+ url: '/api/v2/ServicesService/ServiceCases/Count';
1797
+ };
1798
+
1799
+ export type GetServiceCasesCountAsyncErrors = {
1800
+ /**
1801
+ * Unauthorized
1802
+ */
1803
+ 401: ErrorEnvelopeReadable;
1804
+ /**
1805
+ * Forbidden
1806
+ */
1807
+ 403: ErrorEnvelopeReadable;
1808
+ };
1809
+
1810
+ export type GetServiceCasesCountAsyncError = GetServiceCasesCountAsyncErrors[keyof GetServiceCasesCountAsyncErrors];
1811
+
1812
+ export type GetServiceCasesCountAsyncResponses = {
1813
+ /**
1814
+ * OK
1815
+ */
1816
+ 200: Int32EnvelopeReadable;
1817
+ };
1818
+
1819
+ export type GetServiceCasesCountAsyncResponse = GetServiceCasesCountAsyncResponses[keyof GetServiceCasesCountAsyncResponses];
1820
+
1821
+ export type DeleteServiceCaseAsyncData = {
1822
+ body?: never;
1823
+ headers?: {
1824
+ 'x-api-version'?: string;
1825
+ };
1826
+ path: {
1827
+ serviceCaseId: string;
1828
+ };
1829
+ query: {
1830
+ tenantId: string;
1831
+ 'api-version'?: string;
1832
+ };
1833
+ url: '/api/v2/ServicesService/ServiceCases/{serviceCaseId}';
1834
+ };
1835
+
1836
+ export type DeleteServiceCaseAsyncErrors = {
1837
+ /**
1838
+ * Unauthorized
1839
+ */
1840
+ 401: ErrorEnvelopeReadable;
1841
+ /**
1842
+ * Forbidden
1843
+ */
1844
+ 403: ErrorEnvelopeReadable;
1845
+ };
1846
+
1847
+ export type DeleteServiceCaseAsyncError = DeleteServiceCaseAsyncErrors[keyof DeleteServiceCaseAsyncErrors];
1848
+
1849
+ export type DeleteServiceCaseAsyncResponses = {
1850
+ /**
1851
+ * OK
1852
+ */
1853
+ 200: EnvelopeReadable;
1854
+ };
1855
+
1856
+ export type DeleteServiceCaseAsyncResponse = DeleteServiceCaseAsyncResponses[keyof DeleteServiceCaseAsyncResponses];
1857
+
1858
+ export type GetServiceCaseByIdAsyncData = {
1859
+ body?: never;
1860
+ headers?: {
1861
+ 'x-api-version'?: string;
1862
+ };
1863
+ path: {
1864
+ serviceCaseId: string;
1865
+ };
1866
+ query: {
1867
+ tenantId: string;
1868
+ 'api-version'?: string;
1869
+ };
1870
+ url: '/api/v2/ServicesService/ServiceCases/{serviceCaseId}';
1871
+ };
1872
+
1873
+ export type GetServiceCaseByIdAsyncErrors = {
1874
+ /**
1875
+ * Unauthorized
1876
+ */
1877
+ 401: ErrorEnvelopeReadable;
1878
+ /**
1879
+ * Forbidden
1880
+ */
1881
+ 403: ErrorEnvelopeReadable;
1882
+ };
1883
+
1884
+ export type GetServiceCaseByIdAsyncError = GetServiceCaseByIdAsyncErrors[keyof GetServiceCaseByIdAsyncErrors];
1885
+
1886
+ export type GetServiceCaseByIdAsyncResponses = {
1887
+ /**
1888
+ * OK
1889
+ */
1890
+ 200: ServiceCaseDtoEnvelopeReadable;
1891
+ };
1892
+
1893
+ export type GetServiceCaseByIdAsyncResponse = GetServiceCaseByIdAsyncResponses[keyof GetServiceCaseByIdAsyncResponses];
1894
+
1895
+ export type UpdateServiceCaseAsyncData = {
1896
+ body?: ServiceCaseUpdateDto;
1897
+ headers?: {
1898
+ 'x-api-version'?: string;
1899
+ };
1900
+ path: {
1901
+ serviceCaseId: string;
1902
+ };
1903
+ query: {
1904
+ tenantId: string;
1905
+ 'api-version'?: string;
1906
+ };
1907
+ url: '/api/v2/ServicesService/ServiceCases/{serviceCaseId}';
1908
+ };
1909
+
1910
+ export type UpdateServiceCaseAsyncErrors = {
1911
+ /**
1912
+ * Unauthorized
1913
+ */
1914
+ 401: ErrorEnvelopeReadable;
1915
+ /**
1916
+ * Forbidden
1917
+ */
1918
+ 403: ErrorEnvelopeReadable;
1919
+ };
1920
+
1921
+ export type UpdateServiceCaseAsyncError = UpdateServiceCaseAsyncErrors[keyof UpdateServiceCaseAsyncErrors];
1922
+
1923
+ export type UpdateServiceCaseAsyncResponses = {
1924
+ /**
1925
+ * OK
1926
+ */
1927
+ 200: EnvelopeReadable;
1928
+ };
1929
+
1930
+ export type UpdateServiceCaseAsyncResponse = UpdateServiceCaseAsyncResponses[keyof UpdateServiceCaseAsyncResponses];
1931
+
1932
+ export type GetServiceCaseTypesAsyncData = {
1933
+ body?: never;
1934
+ headers?: {
1935
+ 'x-api-version'?: string;
1936
+ };
1937
+ path?: never;
1938
+ query: {
1939
+ tenantId: string;
1940
+ 'api-version'?: string;
1941
+ };
1942
+ url: '/api/v2/ServicesService/ServiceCaseTypes';
1943
+ };
1944
+
1945
+ export type GetServiceCaseTypesAsyncErrors = {
1946
+ /**
1947
+ * Unauthorized
1948
+ */
1949
+ 401: ErrorEnvelopeReadable;
1950
+ /**
1951
+ * Forbidden
1952
+ */
1953
+ 403: ErrorEnvelopeReadable;
1954
+ };
1955
+
1956
+ export type GetServiceCaseTypesAsyncError = GetServiceCaseTypesAsyncErrors[keyof GetServiceCaseTypesAsyncErrors];
1957
+
1958
+ export type GetServiceCaseTypesAsyncResponses = {
1959
+ /**
1960
+ * OK
1961
+ */
1962
+ 200: ServiceCaseTypeDtoIReadOnlyListEnvelopeReadable;
1963
+ };
1964
+
1965
+ export type GetServiceCaseTypesAsyncResponse = GetServiceCaseTypesAsyncResponses[keyof GetServiceCaseTypesAsyncResponses];
1966
+
1967
+ export type CreateServiceCaseTypeAsyncData = {
1968
+ body?: ServiceCaseTypeCreateDto;
1969
+ headers?: {
1970
+ 'x-api-version'?: string;
1971
+ };
1972
+ path?: never;
1973
+ query: {
1974
+ tenantId: string;
1975
+ 'api-version'?: string;
1976
+ };
1977
+ url: '/api/v2/ServicesService/ServiceCaseTypes';
1978
+ };
1979
+
1980
+ export type CreateServiceCaseTypeAsyncErrors = {
1981
+ /**
1982
+ * Unauthorized
1983
+ */
1984
+ 401: ErrorEnvelopeReadable;
1985
+ /**
1986
+ * Forbidden
1987
+ */
1988
+ 403: ErrorEnvelopeReadable;
1989
+ };
1990
+
1991
+ export type CreateServiceCaseTypeAsyncError = CreateServiceCaseTypeAsyncErrors[keyof CreateServiceCaseTypeAsyncErrors];
1992
+
1993
+ export type CreateServiceCaseTypeAsyncResponses = {
1994
+ /**
1995
+ * OK
1996
+ */
1997
+ 200: EnvelopeReadable;
1998
+ };
1999
+
2000
+ export type CreateServiceCaseTypeAsyncResponse = CreateServiceCaseTypeAsyncResponses[keyof CreateServiceCaseTypeAsyncResponses];
2001
+
2002
+ export type GetServiceCaseTypesCountAsyncData = {
2003
+ body?: never;
2004
+ headers?: {
2005
+ 'x-api-version'?: string;
2006
+ };
2007
+ path?: never;
2008
+ query: {
2009
+ tenantId: string;
2010
+ 'api-version'?: string;
2011
+ };
2012
+ url: '/api/v2/ServicesService/ServiceCaseTypes/Count';
2013
+ };
2014
+
2015
+ export type GetServiceCaseTypesCountAsyncErrors = {
2016
+ /**
2017
+ * Unauthorized
2018
+ */
2019
+ 401: ErrorEnvelopeReadable;
2020
+ /**
2021
+ * Forbidden
2022
+ */
2023
+ 403: ErrorEnvelopeReadable;
2024
+ };
2025
+
2026
+ export type GetServiceCaseTypesCountAsyncError = GetServiceCaseTypesCountAsyncErrors[keyof GetServiceCaseTypesCountAsyncErrors];
2027
+
2028
+ export type GetServiceCaseTypesCountAsyncResponses = {
2029
+ /**
2030
+ * OK
2031
+ */
2032
+ 200: Int32EnvelopeReadable;
2033
+ };
2034
+
2035
+ export type GetServiceCaseTypesCountAsyncResponse = GetServiceCaseTypesCountAsyncResponses[keyof GetServiceCaseTypesCountAsyncResponses];
2036
+
2037
+ export type DeleteServiceCaseTypeAsyncData = {
2038
+ body?: never;
2039
+ headers?: {
2040
+ 'x-api-version'?: string;
2041
+ };
2042
+ path: {
2043
+ serviceCaseTypeId: string;
2044
+ };
2045
+ query: {
2046
+ tenantId: string;
2047
+ 'api-version'?: string;
2048
+ };
2049
+ url: '/api/v2/ServicesService/ServiceCaseTypes/{serviceCaseTypeId}';
2050
+ };
2051
+
2052
+ export type DeleteServiceCaseTypeAsyncErrors = {
2053
+ /**
2054
+ * Unauthorized
2055
+ */
2056
+ 401: ErrorEnvelopeReadable;
2057
+ /**
2058
+ * Forbidden
2059
+ */
2060
+ 403: ErrorEnvelopeReadable;
2061
+ };
2062
+
2063
+ export type DeleteServiceCaseTypeAsyncError = DeleteServiceCaseTypeAsyncErrors[keyof DeleteServiceCaseTypeAsyncErrors];
2064
+
2065
+ export type DeleteServiceCaseTypeAsyncResponses = {
2066
+ /**
2067
+ * OK
2068
+ */
2069
+ 200: EnvelopeReadable;
2070
+ };
2071
+
2072
+ export type DeleteServiceCaseTypeAsyncResponse = DeleteServiceCaseTypeAsyncResponses[keyof DeleteServiceCaseTypeAsyncResponses];
2073
+
2074
+ export type GetServiceCaseTypeByIdAsyncData = {
2075
+ body?: never;
2076
+ headers?: {
2077
+ 'x-api-version'?: string;
2078
+ };
2079
+ path: {
2080
+ serviceCaseTypeId: string;
2081
+ };
2082
+ query: {
2083
+ tenantId: string;
2084
+ 'api-version'?: string;
2085
+ };
2086
+ url: '/api/v2/ServicesService/ServiceCaseTypes/{serviceCaseTypeId}';
2087
+ };
2088
+
2089
+ export type GetServiceCaseTypeByIdAsyncErrors = {
2090
+ /**
2091
+ * Unauthorized
2092
+ */
2093
+ 401: ErrorEnvelopeReadable;
2094
+ /**
2095
+ * Forbidden
2096
+ */
2097
+ 403: ErrorEnvelopeReadable;
2098
+ };
2099
+
2100
+ export type GetServiceCaseTypeByIdAsyncError = GetServiceCaseTypeByIdAsyncErrors[keyof GetServiceCaseTypeByIdAsyncErrors];
2101
+
2102
+ export type GetServiceCaseTypeByIdAsyncResponses = {
2103
+ /**
2104
+ * OK
2105
+ */
2106
+ 200: ServiceCaseTypeDtoEnvelopeReadable;
2107
+ };
2108
+
2109
+ export type GetServiceCaseTypeByIdAsyncResponse = GetServiceCaseTypeByIdAsyncResponses[keyof GetServiceCaseTypeByIdAsyncResponses];
2110
+
2111
+ export type UpdateServiceCaseTypeAsyncData = {
2112
+ body?: ServiceCaseTypeUpdateDto;
2113
+ headers?: {
2114
+ 'x-api-version'?: string;
2115
+ };
2116
+ path: {
2117
+ serviceCaseTypeId: string;
2118
+ };
2119
+ query: {
2120
+ tenantId: string;
2121
+ 'api-version'?: string;
2122
+ };
2123
+ url: '/api/v2/ServicesService/ServiceCaseTypes/{serviceCaseTypeId}';
2124
+ };
2125
+
2126
+ export type UpdateServiceCaseTypeAsyncErrors = {
2127
+ /**
2128
+ * Unauthorized
2129
+ */
2130
+ 401: ErrorEnvelopeReadable;
2131
+ /**
2132
+ * Forbidden
2133
+ */
2134
+ 403: ErrorEnvelopeReadable;
2135
+ };
2136
+
2137
+ export type UpdateServiceCaseTypeAsyncError = UpdateServiceCaseTypeAsyncErrors[keyof UpdateServiceCaseTypeAsyncErrors];
2138
+
2139
+ export type UpdateServiceCaseTypeAsyncResponses = {
2140
+ /**
2141
+ * OK
2142
+ */
2143
+ 200: EnvelopeReadable;
2144
+ };
2145
+
2146
+ export type UpdateServiceCaseTypeAsyncResponse = UpdateServiceCaseTypeAsyncResponses[keyof UpdateServiceCaseTypeAsyncResponses];
2147
+
2148
+ export type GetServiceLevelAgreementsAsyncData = {
2149
+ body?: never;
2150
+ headers?: {
2151
+ 'x-api-version'?: string;
2152
+ };
2153
+ path?: never;
2154
+ query: {
2155
+ tenantId: string;
2156
+ 'api-version'?: string;
2157
+ };
2158
+ url: '/api/v2/ServicesService/ServiceLevelAgreements';
2159
+ };
2160
+
2161
+ export type GetServiceLevelAgreementsAsyncErrors = {
2162
+ /**
2163
+ * Unauthorized
2164
+ */
2165
+ 401: ErrorEnvelopeReadable;
2166
+ /**
2167
+ * Forbidden
2168
+ */
2169
+ 403: ErrorEnvelopeReadable;
2170
+ };
2171
+
2172
+ export type GetServiceLevelAgreementsAsyncError = GetServiceLevelAgreementsAsyncErrors[keyof GetServiceLevelAgreementsAsyncErrors];
2173
+
2174
+ export type GetServiceLevelAgreementsAsyncResponses = {
2175
+ /**
2176
+ * OK
2177
+ */
2178
+ 200: ServiceLevelAgreementDtoIReadOnlyListEnvelopeReadable;
2179
+ };
2180
+
2181
+ export type GetServiceLevelAgreementsAsyncResponse = GetServiceLevelAgreementsAsyncResponses[keyof GetServiceLevelAgreementsAsyncResponses];
2182
+
2183
+ export type CreateServiceLevelAgreementAsyncData = {
2184
+ body?: ServiceLevelAgreementCreateDto;
2185
+ headers?: {
2186
+ 'x-api-version'?: string;
2187
+ };
2188
+ path?: never;
2189
+ query: {
2190
+ tenantId: string;
2191
+ 'api-version'?: string;
2192
+ };
2193
+ url: '/api/v2/ServicesService/ServiceLevelAgreements';
2194
+ };
2195
+
2196
+ export type CreateServiceLevelAgreementAsyncErrors = {
2197
+ /**
2198
+ * Unauthorized
2199
+ */
2200
+ 401: ErrorEnvelopeReadable;
2201
+ /**
2202
+ * Forbidden
2203
+ */
2204
+ 403: ErrorEnvelopeReadable;
2205
+ };
2206
+
2207
+ export type CreateServiceLevelAgreementAsyncError = CreateServiceLevelAgreementAsyncErrors[keyof CreateServiceLevelAgreementAsyncErrors];
2208
+
2209
+ export type CreateServiceLevelAgreementAsyncResponses = {
2210
+ /**
2211
+ * OK
2212
+ */
2213
+ 200: EnvelopeReadable;
2214
+ };
2215
+
2216
+ export type CreateServiceLevelAgreementAsyncResponse = CreateServiceLevelAgreementAsyncResponses[keyof CreateServiceLevelAgreementAsyncResponses];
2217
+
2218
+ export type GetServiceLevelAgreementsCountAsyncData = {
2219
+ body?: never;
2220
+ headers?: {
2221
+ 'x-api-version'?: string;
2222
+ };
2223
+ path?: never;
2224
+ query: {
2225
+ tenantId: string;
2226
+ 'api-version'?: string;
2227
+ };
2228
+ url: '/api/v2/ServicesService/ServiceLevelAgreements/Count';
2229
+ };
2230
+
2231
+ export type GetServiceLevelAgreementsCountAsyncErrors = {
2232
+ /**
2233
+ * Unauthorized
2234
+ */
2235
+ 401: ErrorEnvelopeReadable;
2236
+ /**
2237
+ * Forbidden
2238
+ */
2239
+ 403: ErrorEnvelopeReadable;
2240
+ };
2241
+
2242
+ export type GetServiceLevelAgreementsCountAsyncError = GetServiceLevelAgreementsCountAsyncErrors[keyof GetServiceLevelAgreementsCountAsyncErrors];
2243
+
2244
+ export type GetServiceLevelAgreementsCountAsyncResponses = {
2245
+ /**
2246
+ * OK
2247
+ */
2248
+ 200: Int32EnvelopeReadable;
2249
+ };
2250
+
2251
+ export type GetServiceLevelAgreementsCountAsyncResponse = GetServiceLevelAgreementsCountAsyncResponses[keyof GetServiceLevelAgreementsCountAsyncResponses];
2252
+
2253
+ export type DeleteServiceLevelAgreementAsyncData = {
2254
+ body?: never;
2255
+ headers?: {
2256
+ 'x-api-version'?: string;
2257
+ };
2258
+ path: {
2259
+ serviceLevelAgreementId: string;
2260
+ };
2261
+ query: {
2262
+ tenantId: string;
2263
+ 'api-version'?: string;
2264
+ };
2265
+ url: '/api/v2/ServicesService/ServiceLevelAgreements/{serviceLevelAgreementId}';
2266
+ };
2267
+
2268
+ export type DeleteServiceLevelAgreementAsyncErrors = {
2269
+ /**
2270
+ * Unauthorized
2271
+ */
2272
+ 401: ErrorEnvelopeReadable;
2273
+ /**
2274
+ * Forbidden
2275
+ */
2276
+ 403: ErrorEnvelopeReadable;
2277
+ };
2278
+
2279
+ export type DeleteServiceLevelAgreementAsyncError = DeleteServiceLevelAgreementAsyncErrors[keyof DeleteServiceLevelAgreementAsyncErrors];
2280
+
2281
+ export type DeleteServiceLevelAgreementAsyncResponses = {
2282
+ /**
2283
+ * OK
2284
+ */
2285
+ 200: EnvelopeReadable;
2286
+ };
2287
+
2288
+ export type DeleteServiceLevelAgreementAsyncResponse = DeleteServiceLevelAgreementAsyncResponses[keyof DeleteServiceLevelAgreementAsyncResponses];
2289
+
2290
+ export type GetServiceLevelAgreementByIdAsyncData = {
2291
+ body?: never;
2292
+ headers?: {
2293
+ 'x-api-version'?: string;
2294
+ };
2295
+ path: {
2296
+ serviceLevelAgreementId: string;
2297
+ };
2298
+ query: {
2299
+ tenantId: string;
2300
+ 'api-version'?: string;
2301
+ };
2302
+ url: '/api/v2/ServicesService/ServiceLevelAgreements/{serviceLevelAgreementId}';
2303
+ };
2304
+
2305
+ export type GetServiceLevelAgreementByIdAsyncErrors = {
2306
+ /**
2307
+ * Unauthorized
2308
+ */
2309
+ 401: ErrorEnvelopeReadable;
2310
+ /**
2311
+ * Forbidden
2312
+ */
2313
+ 403: ErrorEnvelopeReadable;
2314
+ };
2315
+
2316
+ export type GetServiceLevelAgreementByIdAsyncError = GetServiceLevelAgreementByIdAsyncErrors[keyof GetServiceLevelAgreementByIdAsyncErrors];
2317
+
2318
+ export type GetServiceLevelAgreementByIdAsyncResponses = {
2319
+ /**
2320
+ * OK
2321
+ */
2322
+ 200: ServiceLevelAgreementDtoEnvelopeReadable;
2323
+ };
2324
+
2325
+ export type GetServiceLevelAgreementByIdAsyncResponse = GetServiceLevelAgreementByIdAsyncResponses[keyof GetServiceLevelAgreementByIdAsyncResponses];
2326
+
2327
+ export type UpdateServiceLevelAgreementAsyncData = {
2328
+ body?: ServiceLevelAgreementUpdateDto;
2329
+ headers?: {
2330
+ 'x-api-version'?: string;
2331
+ };
2332
+ path: {
2333
+ serviceLevelAgreementId: string;
2334
+ };
2335
+ query: {
2336
+ tenantId: string;
2337
+ 'api-version'?: string;
2338
+ };
2339
+ url: '/api/v2/ServicesService/ServiceLevelAgreements/{serviceLevelAgreementId}';
2340
+ };
2341
+
2342
+ export type UpdateServiceLevelAgreementAsyncErrors = {
2343
+ /**
2344
+ * Unauthorized
2345
+ */
2346
+ 401: ErrorEnvelopeReadable;
2347
+ /**
2348
+ * Forbidden
2349
+ */
2350
+ 403: ErrorEnvelopeReadable;
2351
+ };
2352
+
2353
+ export type UpdateServiceLevelAgreementAsyncError = UpdateServiceLevelAgreementAsyncErrors[keyof UpdateServiceLevelAgreementAsyncErrors];
2354
+
2355
+ export type UpdateServiceLevelAgreementAsyncResponses = {
2356
+ /**
2357
+ * OK
2358
+ */
2359
+ 200: EnvelopeReadable;
2360
+ };
2361
+
2362
+ export type UpdateServiceLevelAgreementAsyncResponse = UpdateServiceLevelAgreementAsyncResponses[keyof UpdateServiceLevelAgreementAsyncResponses];
2363
+
2364
+ export type GetAllServiceLevelsAsyncData = {
2365
+ body?: never;
2366
+ headers?: {
2367
+ 'x-api-version'?: string;
2368
+ };
2369
+ path?: never;
2370
+ query: {
2371
+ tenantId: string;
2372
+ 'api-version'?: string;
2373
+ };
2374
+ url: '/api/v2/ServicesService/ServiceLevels';
2375
+ };
2376
+
2377
+ export type GetAllServiceLevelsAsyncErrors = {
2378
+ /**
2379
+ * Unauthorized
2380
+ */
2381
+ 401: ErrorEnvelopeReadable;
2382
+ /**
2383
+ * Forbidden
2384
+ */
2385
+ 403: ErrorEnvelopeReadable;
2386
+ };
2387
+
2388
+ export type GetAllServiceLevelsAsyncError = GetAllServiceLevelsAsyncErrors[keyof GetAllServiceLevelsAsyncErrors];
2389
+
2390
+ export type GetAllServiceLevelsAsyncResponses = {
2391
+ /**
2392
+ * OK
2393
+ */
2394
+ 200: ServiceLevelDtoIReadOnlyListEnvelopeReadable;
2395
+ };
2396
+
2397
+ export type GetAllServiceLevelsAsyncResponse = GetAllServiceLevelsAsyncResponses[keyof GetAllServiceLevelsAsyncResponses];
2398
+
2399
+ export type CountAllServiceLevelsAsyncData = {
2400
+ body?: never;
2401
+ headers?: {
2402
+ 'x-api-version'?: string;
2403
+ };
2404
+ path?: never;
2405
+ query: {
2406
+ tenantId: string;
2407
+ 'api-version'?: string;
2408
+ };
2409
+ url: '/api/v2/ServicesService/ServiceLevels/Count';
2410
+ };
2411
+
2412
+ export type CountAllServiceLevelsAsyncErrors = {
2413
+ /**
2414
+ * Unauthorized
2415
+ */
2416
+ 401: ErrorEnvelopeReadable;
2417
+ /**
2418
+ * Forbidden
2419
+ */
2420
+ 403: ErrorEnvelopeReadable;
2421
+ };
2422
+
2423
+ export type CountAllServiceLevelsAsyncError = CountAllServiceLevelsAsyncErrors[keyof CountAllServiceLevelsAsyncErrors];
2424
+
2425
+ export type CountAllServiceLevelsAsyncResponses = {
2426
+ /**
2427
+ * OK
2428
+ */
2429
+ 200: Int32EnvelopeReadable;
2430
+ };
2431
+
2432
+ export type CountAllServiceLevelsAsyncResponse = CountAllServiceLevelsAsyncResponses[keyof CountAllServiceLevelsAsyncResponses];
2433
+
2434
+ export type GetServiceLevelsAsyncData = {
2435
+ body?: never;
2436
+ headers?: {
2437
+ 'x-api-version'?: string;
2438
+ };
2439
+ path: {
2440
+ serviceId: string;
2441
+ };
2442
+ query: {
2443
+ tenantId: string;
2444
+ 'api-version'?: string;
2445
+ };
2446
+ url: '/api/v2/ServicesService/Services/{serviceId}/ServiceLevels';
2447
+ };
2448
+
2449
+ export type GetServiceLevelsAsyncErrors = {
2450
+ /**
2451
+ * Unauthorized
2452
+ */
2453
+ 401: ErrorEnvelopeReadable;
2454
+ /**
2455
+ * Forbidden
2456
+ */
2457
+ 403: ErrorEnvelopeReadable;
2458
+ };
2459
+
2460
+ export type GetServiceLevelsAsyncError = GetServiceLevelsAsyncErrors[keyof GetServiceLevelsAsyncErrors];
2461
+
2462
+ export type GetServiceLevelsAsyncResponses = {
2463
+ /**
2464
+ * OK
2465
+ */
2466
+ 200: ServiceLevelDtoIReadOnlyListEnvelopeReadable;
2467
+ };
2468
+
2469
+ export type GetServiceLevelsAsyncResponse = GetServiceLevelsAsyncResponses[keyof GetServiceLevelsAsyncResponses];
2470
+
2471
+ export type CreateServiceLevelAsyncData = {
2472
+ body?: ServiceLevelCreateDto;
2473
+ headers?: {
2474
+ 'x-api-version'?: string;
2475
+ };
2476
+ path: {
2477
+ serviceId: string;
2478
+ };
2479
+ query: {
2480
+ tenantId: string;
2481
+ 'api-version'?: string;
2482
+ };
2483
+ url: '/api/v2/ServicesService/Services/{serviceId}/ServiceLevels';
2484
+ };
2485
+
2486
+ export type CreateServiceLevelAsyncErrors = {
2487
+ /**
2488
+ * Unauthorized
2489
+ */
2490
+ 401: ErrorEnvelopeReadable;
2491
+ /**
2492
+ * Forbidden
2493
+ */
2494
+ 403: ErrorEnvelopeReadable;
2495
+ };
2496
+
2497
+ export type CreateServiceLevelAsyncError = CreateServiceLevelAsyncErrors[keyof CreateServiceLevelAsyncErrors];
2498
+
2499
+ export type CreateServiceLevelAsyncResponses = {
2500
+ /**
2501
+ * OK
2502
+ */
2503
+ 200: EnvelopeReadable;
2504
+ };
2505
+
2506
+ export type CreateServiceLevelAsyncResponse = CreateServiceLevelAsyncResponses[keyof CreateServiceLevelAsyncResponses];
2507
+
2508
+ export type GetServiceLevelsCountAsyncData = {
2509
+ body?: never;
2510
+ headers?: {
2511
+ 'x-api-version'?: string;
2512
+ };
2513
+ path: {
2514
+ serviceId: string;
2515
+ };
2516
+ query: {
2517
+ tenantId: string;
2518
+ 'api-version'?: string;
2519
+ };
2520
+ url: '/api/v2/ServicesService/Services/{serviceId}/ServiceLevels/Count';
2521
+ };
2522
+
2523
+ export type GetServiceLevelsCountAsyncErrors = {
2524
+ /**
2525
+ * Unauthorized
2526
+ */
2527
+ 401: ErrorEnvelopeReadable;
2528
+ /**
2529
+ * Forbidden
2530
+ */
2531
+ 403: ErrorEnvelopeReadable;
2532
+ };
2533
+
2534
+ export type GetServiceLevelsCountAsyncError = GetServiceLevelsCountAsyncErrors[keyof GetServiceLevelsCountAsyncErrors];
2535
+
2536
+ export type GetServiceLevelsCountAsyncResponses = {
2537
+ /**
2538
+ * OK
2539
+ */
2540
+ 200: Int32EnvelopeReadable;
2541
+ };
2542
+
2543
+ export type GetServiceLevelsCountAsyncResponse = GetServiceLevelsCountAsyncResponses[keyof GetServiceLevelsCountAsyncResponses];
2544
+
2545
+ export type DeleteServiceLevelAsyncData = {
2546
+ body?: never;
2547
+ headers?: {
2548
+ 'x-api-version'?: string;
2549
+ };
2550
+ path: {
2551
+ serviceId: string;
2552
+ serviceLevelId: string;
2553
+ };
2554
+ query: {
2555
+ tenantId: string;
2556
+ 'api-version'?: string;
2557
+ };
2558
+ url: '/api/v2/ServicesService/Services/{serviceId}/ServiceLevels/{serviceLevelId}';
2559
+ };
2560
+
2561
+ export type DeleteServiceLevelAsyncErrors = {
2562
+ /**
2563
+ * Unauthorized
2564
+ */
2565
+ 401: ErrorEnvelopeReadable;
2566
+ /**
2567
+ * Forbidden
2568
+ */
2569
+ 403: ErrorEnvelopeReadable;
2570
+ };
2571
+
2572
+ export type DeleteServiceLevelAsyncError = DeleteServiceLevelAsyncErrors[keyof DeleteServiceLevelAsyncErrors];
2573
+
2574
+ export type DeleteServiceLevelAsyncResponses = {
2575
+ /**
2576
+ * OK
2577
+ */
2578
+ 200: EnvelopeReadable;
2579
+ };
2580
+
2581
+ export type DeleteServiceLevelAsyncResponse = DeleteServiceLevelAsyncResponses[keyof DeleteServiceLevelAsyncResponses];
2582
+
2583
+ export type GetServiceLevelByIdAsyncData = {
2584
+ body?: never;
2585
+ headers?: {
2586
+ 'x-api-version'?: string;
2587
+ };
2588
+ path: {
2589
+ serviceId: string;
2590
+ serviceLevelId: string;
2591
+ };
2592
+ query: {
2593
+ tenantId: string;
2594
+ 'api-version'?: string;
2595
+ };
2596
+ url: '/api/v2/ServicesService/Services/{serviceId}/ServiceLevels/{serviceLevelId}';
2597
+ };
2598
+
2599
+ export type GetServiceLevelByIdAsyncErrors = {
2600
+ /**
2601
+ * Unauthorized
2602
+ */
2603
+ 401: ErrorEnvelopeReadable;
2604
+ /**
2605
+ * Forbidden
2606
+ */
2607
+ 403: ErrorEnvelopeReadable;
2608
+ };
2609
+
2610
+ export type GetServiceLevelByIdAsyncError = GetServiceLevelByIdAsyncErrors[keyof GetServiceLevelByIdAsyncErrors];
2611
+
2612
+ export type GetServiceLevelByIdAsyncResponses = {
2613
+ /**
2614
+ * OK
2615
+ */
2616
+ 200: ServiceLevelDtoEnvelopeReadable;
2617
+ };
2618
+
2619
+ export type GetServiceLevelByIdAsyncResponse = GetServiceLevelByIdAsyncResponses[keyof GetServiceLevelByIdAsyncResponses];
2620
+
2621
+ export type UpdateServiceLevelAsyncData = {
2622
+ body?: ServiceLevelUpdateDto;
2623
+ headers?: {
2624
+ 'x-api-version'?: string;
2625
+ };
2626
+ path: {
2627
+ serviceId: string;
2628
+ serviceLevelId: string;
2629
+ };
2630
+ query: {
2631
+ tenantId: string;
2632
+ 'api-version'?: string;
2633
+ };
2634
+ url: '/api/v2/ServicesService/Services/{serviceId}/ServiceLevels/{serviceLevelId}';
2635
+ };
2636
+
2637
+ export type UpdateServiceLevelAsyncErrors = {
2638
+ /**
2639
+ * Unauthorized
2640
+ */
2641
+ 401: ErrorEnvelopeReadable;
2642
+ /**
2643
+ * Forbidden
2644
+ */
2645
+ 403: ErrorEnvelopeReadable;
2646
+ };
2647
+
2648
+ export type UpdateServiceLevelAsyncError = UpdateServiceLevelAsyncErrors[keyof UpdateServiceLevelAsyncErrors];
2649
+
2650
+ export type UpdateServiceLevelAsyncResponses = {
2651
+ /**
2652
+ * OK
2653
+ */
2654
+ 200: EnvelopeReadable;
2655
+ };
2656
+
2657
+ export type UpdateServiceLevelAsyncResponse = UpdateServiceLevelAsyncResponses[keyof UpdateServiceLevelAsyncResponses];
2658
+
2659
+ export type GetServiceQueuesAsyncData = {
2660
+ body?: never;
2661
+ headers?: {
2662
+ 'x-api-version'?: string;
2663
+ };
2664
+ path?: never;
2665
+ query: {
2666
+ tenantId: string;
2667
+ 'api-version'?: string;
2668
+ };
2669
+ url: '/api/v2/ServicesService/ServiceQueues';
2670
+ };
2671
+
2672
+ export type GetServiceQueuesAsyncErrors = {
2673
+ /**
2674
+ * Unauthorized
2675
+ */
2676
+ 401: ErrorEnvelopeReadable;
2677
+ /**
2678
+ * Forbidden
2679
+ */
2680
+ 403: ErrorEnvelopeReadable;
2681
+ };
2682
+
2683
+ export type GetServiceQueuesAsyncError = GetServiceQueuesAsyncErrors[keyof GetServiceQueuesAsyncErrors];
2684
+
2685
+ export type GetServiceQueuesAsyncResponses = {
2686
+ /**
2687
+ * OK
2688
+ */
2689
+ 200: ServiceQueueDtoIReadOnlyListEnvelopeReadable;
2690
+ };
2691
+
2692
+ export type GetServiceQueuesAsyncResponse = GetServiceQueuesAsyncResponses[keyof GetServiceQueuesAsyncResponses];
2693
+
2694
+ export type CreateServiceQueueAsyncData = {
2695
+ body?: ServiceQueueCreateDto;
2696
+ headers?: {
2697
+ 'x-api-version'?: string;
2698
+ };
2699
+ path?: never;
2700
+ query: {
2701
+ tenantId: string;
2702
+ 'api-version'?: string;
2703
+ };
2704
+ url: '/api/v2/ServicesService/ServiceQueues';
2705
+ };
2706
+
2707
+ export type CreateServiceQueueAsyncErrors = {
2708
+ /**
2709
+ * Unauthorized
2710
+ */
2711
+ 401: ErrorEnvelopeReadable;
2712
+ /**
2713
+ * Forbidden
2714
+ */
2715
+ 403: ErrorEnvelopeReadable;
2716
+ };
2717
+
2718
+ export type CreateServiceQueueAsyncError = CreateServiceQueueAsyncErrors[keyof CreateServiceQueueAsyncErrors];
2719
+
2720
+ export type CreateServiceQueueAsyncResponses = {
2721
+ /**
2722
+ * OK
2723
+ */
2724
+ 200: EnvelopeReadable;
2725
+ };
2726
+
2727
+ export type CreateServiceQueueAsyncResponse = CreateServiceQueueAsyncResponses[keyof CreateServiceQueueAsyncResponses];
2728
+
2729
+ export type GetServiceQueuesCountAsyncData = {
2730
+ body?: never;
2731
+ headers?: {
2732
+ 'x-api-version'?: string;
2733
+ };
2734
+ path?: never;
2735
+ query: {
2736
+ tenantId: string;
2737
+ 'api-version'?: string;
2738
+ };
2739
+ url: '/api/v2/ServicesService/ServiceQueues/Count';
2740
+ };
2741
+
2742
+ export type GetServiceQueuesCountAsyncErrors = {
2743
+ /**
2744
+ * Unauthorized
2745
+ */
2746
+ 401: ErrorEnvelopeReadable;
2747
+ /**
2748
+ * Forbidden
2749
+ */
2750
+ 403: ErrorEnvelopeReadable;
2751
+ };
2752
+
2753
+ export type GetServiceQueuesCountAsyncError = GetServiceQueuesCountAsyncErrors[keyof GetServiceQueuesCountAsyncErrors];
2754
+
2755
+ export type GetServiceQueuesCountAsyncResponses = {
2756
+ /**
2757
+ * OK
2758
+ */
2759
+ 200: Int32EnvelopeReadable;
2760
+ };
2761
+
2762
+ export type GetServiceQueuesCountAsyncResponse = GetServiceQueuesCountAsyncResponses[keyof GetServiceQueuesCountAsyncResponses];
2763
+
2764
+ export type DeleteServiceQueueAsyncData = {
2765
+ body?: never;
2766
+ headers?: {
2767
+ 'x-api-version'?: string;
2768
+ };
2769
+ path: {
2770
+ serviceQueueId: string;
2771
+ };
2772
+ query: {
2773
+ tenantId: string;
2774
+ 'api-version'?: string;
2775
+ };
2776
+ url: '/api/v2/ServicesService/ServiceQueues/{serviceQueueId}';
2777
+ };
2778
+
2779
+ export type DeleteServiceQueueAsyncErrors = {
2780
+ /**
2781
+ * Unauthorized
2782
+ */
2783
+ 401: ErrorEnvelopeReadable;
2784
+ /**
2785
+ * Forbidden
2786
+ */
2787
+ 403: ErrorEnvelopeReadable;
2788
+ };
2789
+
2790
+ export type DeleteServiceQueueAsyncError = DeleteServiceQueueAsyncErrors[keyof DeleteServiceQueueAsyncErrors];
2791
+
2792
+ export type DeleteServiceQueueAsyncResponses = {
2793
+ /**
2794
+ * OK
2795
+ */
2796
+ 200: EnvelopeReadable;
2797
+ };
2798
+
2799
+ export type DeleteServiceQueueAsyncResponse = DeleteServiceQueueAsyncResponses[keyof DeleteServiceQueueAsyncResponses];
2800
+
2801
+ export type GetServiceQueueByIdAsyncData = {
2802
+ body?: never;
2803
+ headers?: {
2804
+ 'x-api-version'?: string;
2805
+ };
2806
+ path: {
2807
+ serviceQueueId: string;
2808
+ };
2809
+ query: {
2810
+ tenantId: string;
2811
+ 'api-version'?: string;
2812
+ };
2813
+ url: '/api/v2/ServicesService/ServiceQueues/{serviceQueueId}';
2814
+ };
2815
+
2816
+ export type GetServiceQueueByIdAsyncErrors = {
2817
+ /**
2818
+ * Unauthorized
2819
+ */
2820
+ 401: ErrorEnvelopeReadable;
2821
+ /**
2822
+ * Forbidden
2823
+ */
2824
+ 403: ErrorEnvelopeReadable;
2825
+ };
2826
+
2827
+ export type GetServiceQueueByIdAsyncError = GetServiceQueueByIdAsyncErrors[keyof GetServiceQueueByIdAsyncErrors];
2828
+
2829
+ export type GetServiceQueueByIdAsyncResponses = {
2830
+ /**
2831
+ * OK
2832
+ */
2833
+ 200: ServiceQueueDtoEnvelopeReadable;
2834
+ };
2835
+
2836
+ export type GetServiceQueueByIdAsyncResponse = GetServiceQueueByIdAsyncResponses[keyof GetServiceQueueByIdAsyncResponses];
2837
+
2838
+ export type UpdateServiceQueueAsyncData = {
2839
+ body?: ServiceQueueUpdateDto;
2840
+ headers?: {
2841
+ 'x-api-version'?: string;
2842
+ };
2843
+ path: {
2844
+ serviceQueueId: string;
2845
+ };
2846
+ query: {
2847
+ tenantId: string;
2848
+ 'api-version'?: string;
2849
+ };
2850
+ url: '/api/v2/ServicesService/ServiceQueues/{serviceQueueId}';
2851
+ };
2852
+
2853
+ export type UpdateServiceQueueAsyncErrors = {
2854
+ /**
2855
+ * Unauthorized
2856
+ */
2857
+ 401: ErrorEnvelopeReadable;
2858
+ /**
2859
+ * Forbidden
2860
+ */
2861
+ 403: ErrorEnvelopeReadable;
2862
+ };
2863
+
2864
+ export type UpdateServiceQueueAsyncError = UpdateServiceQueueAsyncErrors[keyof UpdateServiceQueueAsyncErrors];
2865
+
2866
+ export type UpdateServiceQueueAsyncResponses = {
2867
+ /**
2868
+ * OK
2869
+ */
2870
+ 200: EnvelopeReadable;
2871
+ };
2872
+
2873
+ export type UpdateServiceQueueAsyncResponse = UpdateServiceQueueAsyncResponses[keyof UpdateServiceQueueAsyncResponses];
2874
+
2875
+ export type GetServicesAsyncData = {
2876
+ body?: never;
2877
+ headers?: {
2878
+ 'x-api-version'?: string;
2879
+ };
2880
+ path?: never;
2881
+ query: {
2882
+ tenantId: string;
2883
+ 'api-version'?: string;
2884
+ };
2885
+ url: '/api/v2/ServicesService/Services';
2886
+ };
2887
+
2888
+ export type GetServicesAsyncErrors = {
2889
+ /**
2890
+ * Unauthorized
2891
+ */
2892
+ 401: ErrorEnvelopeReadable;
2893
+ /**
2894
+ * Forbidden
2895
+ */
2896
+ 403: ErrorEnvelopeReadable;
2897
+ };
2898
+
2899
+ export type GetServicesAsyncError = GetServicesAsyncErrors[keyof GetServicesAsyncErrors];
2900
+
2901
+ export type GetServicesAsyncResponses = {
2902
+ /**
2903
+ * OK
2904
+ */
2905
+ 200: ServiceDtoIReadOnlyListEnvelopeReadable;
2906
+ };
2907
+
2908
+ export type GetServicesAsyncResponse = GetServicesAsyncResponses[keyof GetServicesAsyncResponses];
2909
+
2910
+ export type CreateServiceAsyncData = {
2911
+ body?: ServiceCreateDto;
2912
+ headers?: {
2913
+ 'x-api-version'?: string;
2914
+ };
2915
+ path?: never;
2916
+ query: {
2917
+ tenantId: string;
2918
+ 'api-version'?: string;
2919
+ };
2920
+ url: '/api/v2/ServicesService/Services';
2921
+ };
2922
+
2923
+ export type CreateServiceAsyncErrors = {
2924
+ /**
2925
+ * Unauthorized
2926
+ */
2927
+ 401: ErrorEnvelopeReadable;
2928
+ /**
2929
+ * Forbidden
2930
+ */
2931
+ 403: ErrorEnvelopeReadable;
2932
+ };
2933
+
2934
+ export type CreateServiceAsyncError = CreateServiceAsyncErrors[keyof CreateServiceAsyncErrors];
2935
+
2936
+ export type CreateServiceAsyncResponses = {
2937
+ /**
2938
+ * OK
2939
+ */
2940
+ 200: EnvelopeReadable;
2941
+ };
2942
+
2943
+ export type CreateServiceAsyncResponse = CreateServiceAsyncResponses[keyof CreateServiceAsyncResponses];
2944
+
2945
+ export type GetServicesCountAsyncData = {
2946
+ body?: never;
2947
+ headers?: {
2948
+ 'x-api-version'?: string;
2949
+ };
2950
+ path?: never;
2951
+ query: {
2952
+ tenantId: string;
2953
+ 'api-version'?: string;
2954
+ };
2955
+ url: '/api/v2/ServicesService/Services/Count';
2956
+ };
2957
+
2958
+ export type GetServicesCountAsyncErrors = {
2959
+ /**
2960
+ * Unauthorized
2961
+ */
2962
+ 401: ErrorEnvelopeReadable;
2963
+ /**
2964
+ * Forbidden
2965
+ */
2966
+ 403: ErrorEnvelopeReadable;
2967
+ };
2968
+
2969
+ export type GetServicesCountAsyncError = GetServicesCountAsyncErrors[keyof GetServicesCountAsyncErrors];
2970
+
2971
+ export type GetServicesCountAsyncResponses = {
2972
+ /**
2973
+ * OK
2974
+ */
2975
+ 200: Int32EnvelopeReadable;
2976
+ };
2977
+
2978
+ export type GetServicesCountAsyncResponse = GetServicesCountAsyncResponses[keyof GetServicesCountAsyncResponses];
2979
+
2980
+ export type DeleteServiceAsyncData = {
2981
+ body?: never;
2982
+ headers?: {
2983
+ 'x-api-version'?: string;
2984
+ };
2985
+ path: {
2986
+ serviceId: string;
2987
+ };
2988
+ query: {
2989
+ tenantId: string;
2990
+ 'api-version'?: string;
2991
+ };
2992
+ url: '/api/v2/ServicesService/Services/{serviceId}';
2993
+ };
2994
+
2995
+ export type DeleteServiceAsyncErrors = {
2996
+ /**
2997
+ * Unauthorized
2998
+ */
2999
+ 401: ErrorEnvelopeReadable;
3000
+ /**
3001
+ * Forbidden
3002
+ */
3003
+ 403: ErrorEnvelopeReadable;
3004
+ };
3005
+
3006
+ export type DeleteServiceAsyncError = DeleteServiceAsyncErrors[keyof DeleteServiceAsyncErrors];
3007
+
3008
+ export type DeleteServiceAsyncResponses = {
3009
+ /**
3010
+ * OK
3011
+ */
3012
+ 200: EnvelopeReadable;
3013
+ };
3014
+
3015
+ export type DeleteServiceAsyncResponse = DeleteServiceAsyncResponses[keyof DeleteServiceAsyncResponses];
3016
+
3017
+ export type GetServiceByIdAsyncData = {
3018
+ body?: never;
3019
+ headers?: {
3020
+ 'x-api-version'?: string;
3021
+ };
3022
+ path: {
3023
+ serviceId: string;
3024
+ };
3025
+ query: {
3026
+ tenantId: string;
3027
+ 'api-version'?: string;
3028
+ };
3029
+ url: '/api/v2/ServicesService/Services/{serviceId}';
3030
+ };
3031
+
3032
+ export type GetServiceByIdAsyncErrors = {
3033
+ /**
3034
+ * Unauthorized
3035
+ */
3036
+ 401: ErrorEnvelopeReadable;
3037
+ /**
3038
+ * Forbidden
3039
+ */
3040
+ 403: ErrorEnvelopeReadable;
3041
+ };
3042
+
3043
+ export type GetServiceByIdAsyncError = GetServiceByIdAsyncErrors[keyof GetServiceByIdAsyncErrors];
3044
+
3045
+ export type GetServiceByIdAsyncResponses = {
3046
+ /**
3047
+ * OK
3048
+ */
3049
+ 200: ServiceDtoEnvelopeReadable;
3050
+ };
3051
+
3052
+ export type GetServiceByIdAsyncResponse = GetServiceByIdAsyncResponses[keyof GetServiceByIdAsyncResponses];
3053
+
3054
+ export type UpdateServiceAsyncData = {
3055
+ body?: ServiceUpdateDto;
3056
+ headers?: {
3057
+ 'x-api-version'?: string;
3058
+ };
3059
+ path: {
3060
+ serviceId: string;
3061
+ };
3062
+ query: {
3063
+ tenantId: string;
3064
+ 'api-version'?: string;
3065
+ };
3066
+ url: '/api/v2/ServicesService/Services/{serviceId}';
3067
+ };
3068
+
3069
+ export type UpdateServiceAsyncErrors = {
3070
+ /**
3071
+ * Unauthorized
3072
+ */
3073
+ 401: ErrorEnvelopeReadable;
3074
+ /**
3075
+ * Forbidden
3076
+ */
3077
+ 403: ErrorEnvelopeReadable;
3078
+ };
3079
+
3080
+ export type UpdateServiceAsyncError = UpdateServiceAsyncErrors[keyof UpdateServiceAsyncErrors];
3081
+
3082
+ export type UpdateServiceAsyncResponses = {
3083
+ /**
3084
+ * OK
3085
+ */
3086
+ 200: EnvelopeReadable;
3087
+ };
3088
+
3089
+ export type UpdateServiceAsyncResponse = UpdateServiceAsyncResponses[keyof UpdateServiceAsyncResponses];
3090
+
3091
+ export type ClientOptions = {
3092
+ baseUrl: 'https://localhost:44388' | (string & {});
3093
+ };