@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
@@ -13,197 +13,9 @@ export type AccessTokenResponseWritable = {
13
13
  refreshToken: string | null;
14
14
  };
15
15
 
16
- export type AppFileReadable = {
17
- readonly content?: string | null;
18
- readonly sha256?: string | null;
19
- readonly createdAtUtc?: string;
20
- userId?: UserId;
21
- tenantId?: TenantId;
22
- enrollmentId?: EnrollmentId;
23
- source?: 'Unknown' | 'HttpUpload' | 'Integration' | 'InternalProcess' | 'ApiClient' | 'WorkflowEngine';
24
- readonly length?: number;
25
- readonly name?: string | null;
26
- readonly fileName?: string | null;
27
- readonly lastModified?: string;
28
- readonly size?: number;
29
- readonly contentType?: string | null;
30
- readonly contentDisposition?: string | null;
31
- readonly headers?: {
32
- [key: string]: string;
33
- } | null;
34
- };
35
-
36
- export type AppFileWritable = {
37
- userId?: UserId;
38
- tenantId?: TenantId;
39
- enrollmentId?: EnrollmentId;
40
- source?: 'Unknown' | 'HttpUpload' | 'Integration' | 'InternalProcess' | 'ApiClient' | 'WorkflowEngine';
41
- };
42
-
43
- export type CatalogItemCreateDtoReadable = {
44
- readonly id?: string;
45
- readonly timestamp?: string;
46
- sku?: string | null;
47
- upc?: string | null;
48
- ean?: string | null;
49
- mpn?: string | null;
50
- isbn?: string | null;
51
- asin?: string | null;
52
- gtin?: string | null;
53
- skUs?: string | null;
54
- upCs?: string | null;
55
- eaNs?: string | null;
56
- part?: string | null;
57
- name?: string | null;
58
- type?: string | null;
59
- mpNs?: string | null;
60
- isbNs?: string | null;
61
- asiNs?: string | null;
62
- gtiNs?: string | null;
63
- model?: string | null;
64
- title?: string | null;
65
- color?: string | null;
66
- unspsc?: string | null;
67
- unitId?: string | null;
68
- series?: string | null;
69
- barcode?: string | null;
70
- unspsCs?: string | null;
71
- summary?: string | null;
72
- brandId?: string | null;
73
- pattern?: string | null;
74
- features?: string | null;
75
- material?: string | null;
76
- tenantId?: string | null;
77
- permalink?: string | null;
78
- brandName?: string | null;
79
- variations?: string | null;
80
- categories?: string | null;
81
- languageId?: string | null;
82
- itemTypeId?: string | null;
83
- categoryId?: string | null;
84
- currencyId?: string | null;
85
- unitGroupId?: string | null;
86
- description?: string | null;
87
- ingredients?: string | null;
88
- supplierCode?: string | null;
89
- shipsToRules?: string | null;
90
- parentItemId?: string | null;
91
- purchaseNote?: string | null;
92
- tariffHeading?: string | null;
93
- mozaicCoverURL?: string | null;
94
- youtubeVideoId?: string | null;
95
- nutritionFacts?: string | null;
96
- packageContent?: string | null;
97
- primaryImageUrl?: string | null;
98
- googleCategories?: string | null;
99
- shortDescription?: string | null;
100
- supplierProfileId?: string | null;
101
- shippingCountryId?: string | null;
102
- systemRequirements?: string | null;
103
- customTaxDescription?: string | null;
104
- pageCoverBackgroundUrl?: string | null;
105
- officialDescriptionUrl?: string | null;
106
- recentlyViewedRecordId?: string | null;
107
- primaryGoogleCategoryId?: string | null;
108
- supportedOperatingSystem?: string | null;
109
- primaryGoogleCategoryName?: string | null;
110
- hot?: boolean;
111
- onSale?: boolean;
112
- auction?: boolean;
113
- deleted?: boolean;
114
- digital?: boolean;
115
- preSale?: boolean;
116
- taxable?: boolean;
117
- inStock?: boolean;
118
- trending?: boolean;
119
- featured?: boolean;
120
- lowStock?: boolean;
121
- published?: boolean;
122
- byRequest?: boolean;
123
- onDiscount?: boolean;
124
- isDailyDeal?: boolean;
125
- isNewArrival?: boolean;
126
- isWeeklyDeal?: boolean;
127
- isBestSeller?: boolean;
128
- isMonthlyDeal?: boolean;
129
- hasVariations?: boolean;
130
- isFixedDiscount?: boolean;
131
- manageInventory?: boolean;
132
- isDealersChoice?: boolean;
133
- isOfficialChoice?: boolean;
134
- validPrimaryImage?: boolean;
135
- isDeadlineDiscount?: boolean;
136
- taxIncludedInPrice?: boolean;
137
- displayShowcaseTab?: boolean;
138
- isProductOfTheWeek?: boolean;
139
- isProductOfTheMonth?: boolean;
140
- isPercentageDiscount?: boolean;
141
- displayOnGlobalMozaic?: boolean;
142
- displayOnBrandsMozaic?: boolean;
143
- disableDefaultPolicies?: boolean;
144
- displayOnCategoryMozaic?: boolean;
145
- displayDescriptionEditor?: boolean;
146
- displayShortDescriptionEditor?: boolean;
147
- displayOnBannerMarketingRotation?: boolean;
148
- viewsCount?: number;
149
- reviewsCount?: number;
150
- packagedQuantity?: number;
151
- recurrency?: number;
152
- currentStock?: number;
153
- customTaxValue?: number;
154
- width?: number;
155
- weight?: number;
156
- length?: number;
157
- height?: number;
158
- totalTax?: number;
159
- finalPrice?: number;
160
- reviewsAvg?: number;
161
- paymentCost?: number;
162
- regularPrice?: number;
163
- discountPrice?: number;
164
- discountAmount?: number;
165
- discountPercentage?: number;
166
- estimatedTaxesInUsd?: number;
167
- customTaxPercentage?: number;
168
- estimatedProfitInUsd?: number;
169
- estimatedBasePriceInUsd?: number;
170
- estimatedDiscountsInUsd?: number;
171
- estimatedSurchargesInUsd?: number;
172
- estimatedPaymentTaxInUsd?: number;
173
- estimatedTotalPriceInUsd?: number;
174
- estimatedPaymentCostInUsd?: number;
175
- estimatedDealSavingsInUsd?: number;
176
- estimatedRegularPriceInUsd?: number;
177
- estimatedTaxBasePriceInUsd?: number;
178
- estimatedWitholdingTaxesInUsd?: number;
179
- estimatedWithholdingTaxesInUsd?: number;
180
- estimatedDefaultShippingTaxInUsd?: number;
181
- estimatedDefaultShippingCostInUsd?: number;
182
- auctionEnd?: string | null;
183
- releaseDate?: string | null;
184
- auctionStart?: string | null;
185
- publishedDate?: string | null;
186
- discountDeadLine?: string | null;
187
- deadlineDiscountDueDate?: string | null;
188
- deadlineDiscountFromDate?: string | null;
189
- lastFixedPricesUpdateDateTime?: string | null;
190
- selectedTags?: Array<string> | null;
191
- selectedTypes?: Array<string> | null;
192
- selectedBrands?: Array<string> | null;
193
- selectedCategories?: Array<string> | null;
194
- selectedTaxPolicies?: Array<string> | null;
195
- selectedPricingRules?: Array<string> | null;
196
- selectedRefundPolicies?: Array<string> | null;
197
- selectedReturnPolicies?: Array<string> | null;
198
- selectedPricingPolicies?: Array<string> | null;
199
- selectedWarrantyPolicies?: Array<string> | null;
200
- selectedShipmentPolicies?: Array<string> | null;
201
- selectedGoogleCategories?: Array<string> | null;
202
- selectedAttributesOptions?: Array<string> | null;
203
- selectedSellingMarginPolicies?: Array<string> | null;
204
- };
205
-
206
- export type CatalogItemCreateDtoWritable = {
16
+ export type CatalogItemCreateDto = {
17
+ id?: string;
18
+ timestamp?: string;
207
19
  sku?: string | null;
208
20
  upc?: string | null;
209
21
  ean?: string | null;
@@ -735,7 +547,13 @@ export type CatalogItemUpdateDto = {
735
547
  selectedSellingMarginPolicies?: Array<string> | null;
736
548
  };
737
549
 
738
- export type CurrencyId = {
550
+ export type CurrencyIdReadable = {
551
+ readonly value?: string | null;
552
+ code?: string | null;
553
+ country?: string | null;
554
+ };
555
+
556
+ export type CurrencyIdWritable = {
739
557
  code?: string | null;
740
558
  country?: string | null;
741
559
  };
@@ -753,8 +571,6 @@ export type EmptyEnvelopeWritable = {
753
571
  correlationId?: string | null;
754
572
  };
755
573
 
756
- export type EnrollmentId = string;
757
-
758
574
  export type ErrorEnvelopeReadable = {
759
575
  readonly isSuccess?: boolean;
760
576
  errorMessage?: string | null;
@@ -812,9 +628,9 @@ export type Int32EnvelopeWritable = {
812
628
  result?: number;
813
629
  };
814
630
 
815
- export type ItemAttachmentCreateDtoReadable = {
816
- readonly id?: string;
817
- readonly timestamp?: string;
631
+ export type ItemAttachmentCreateDto = {
632
+ id?: string;
633
+ timestamp?: string;
818
634
  notes?: string | null;
819
635
  title?: string | null;
820
636
  author?: string | null;
@@ -825,22 +641,6 @@ export type ItemAttachmentCreateDtoReadable = {
825
641
  validResponse?: boolean;
826
642
  parentFileUploadId?: string | null;
827
643
  filePath?: string | null;
828
- appFile?: AppFileReadable;
829
- itemID?: string | null;
830
- };
831
-
832
- export type ItemAttachmentCreateDtoWritable = {
833
- notes?: string | null;
834
- title?: string | null;
835
- author?: string | null;
836
- isFolder?: boolean;
837
- fileName?: string | null;
838
- abstract?: string | null;
839
- keyWords?: string | null;
840
- validResponse?: boolean;
841
- parentFileUploadId?: string | null;
842
- filePath?: string | null;
843
- appFile?: AppFileWritable;
844
644
  itemID?: string | null;
845
645
  };
846
646
 
@@ -900,22 +700,7 @@ export type ItemAttachmentDtoListEnvelopeWritable = {
900
700
  result?: Array<ItemAttachmentDto> | null;
901
701
  };
902
702
 
903
- export type ItemAttachmentUpdateDtoReadable = {
904
- notes?: string | null;
905
- metadata?: string | null;
906
- title?: string | null;
907
- author?: string | null;
908
- isFolder?: boolean;
909
- fileName?: string | null;
910
- abstract?: string | null;
911
- keyWords?: string | null;
912
- validResponse?: boolean;
913
- parentFileUploadID?: string | null;
914
- filePath?: string | null;
915
- appFile?: AppFileReadable;
916
- };
917
-
918
- export type ItemAttachmentUpdateDtoWritable = {
703
+ export type ItemAttachmentUpdateDto = {
919
704
  notes?: string | null;
920
705
  metadata?: string | null;
921
706
  title?: string | null;
@@ -927,18 +712,11 @@ export type ItemAttachmentUpdateDtoWritable = {
927
712
  validResponse?: boolean;
928
713
  parentFileUploadID?: string | null;
929
714
  filePath?: string | null;
930
- appFile?: AppFileWritable;
931
715
  };
932
716
 
933
- export type ItemAttributeCreateDtoReadable = {
934
- readonly id?: string;
935
- readonly timestamp?: string;
936
- name: string;
937
- description?: string | null;
938
- businessID: string;
939
- };
940
-
941
- export type ItemAttributeCreateDtoWritable = {
717
+ export type ItemAttributeCreateDto = {
718
+ id?: string;
719
+ timestamp?: string;
942
720
  name: string;
943
721
  description?: string | null;
944
722
  businessID: string;
@@ -1025,19 +803,9 @@ export type ItemAttributeUpdateDto = {
1025
803
  description?: string | null;
1026
804
  };
1027
805
 
1028
- export type ItemBrandCreateDtoReadable = {
1029
- readonly id?: string;
1030
- readonly timestamp?: string;
1031
- code?: string | null;
1032
- name: string;
1033
- description?: string | null;
1034
- websiteURL?: string | null;
1035
- featured?: boolean;
1036
- trending?: boolean;
1037
- businessID: string;
1038
- };
1039
-
1040
- export type ItemBrandCreateDtoWritable = {
806
+ export type ItemBrandCreateDto = {
807
+ id?: string;
808
+ timestamp?: string;
1041
809
  code?: string | null;
1042
810
  name: string;
1043
811
  description?: string | null;
@@ -1099,18 +867,9 @@ export type ItemBrandUpdateDto = {
1099
867
  trending?: boolean;
1100
868
  };
1101
869
 
1102
- export type ItemCategoryCreateDtoReadable = {
1103
- readonly id?: string;
1104
- readonly timestamp?: string;
1105
- title: string;
1106
- description?: string | null;
1107
- imageURL?: string | null;
1108
- businessID: string;
1109
- businessProfileRecordID?: string | null;
1110
- parentItemCategoryID?: string | null;
1111
- };
1112
-
1113
- export type ItemCategoryCreateDtoWritable = {
870
+ export type ItemCategoryCreateDto = {
871
+ id?: string;
872
+ timestamp?: string;
1114
873
  title: string;
1115
874
  description?: string | null;
1116
875
  imageURL?: string | null;
@@ -1226,31 +985,9 @@ export type ItemGoogleCategoryDtoListEnvelopeWritable = {
1226
985
  result?: Array<ItemGoogleCategoryDto> | null;
1227
986
  };
1228
987
 
1229
- export type ItemImageCreateDtoReadable = {
1230
- readonly id?: string;
1231
- readonly timestamp?: string;
1232
- businessID: string;
1233
- businessProfileRecordID?: string | null;
1234
- itemID?: string | null;
1235
- isItemMozaicBG?: boolean;
1236
- mD5Hash?: string | null;
1237
- metadata?: string | null;
1238
- fileUploadURL?: string | null;
1239
- fileName: string;
1240
- title?: string | null;
1241
- abstract?: string | null;
1242
- author?: string | null;
1243
- keyWords?: string | null;
1244
- notes?: string | null;
1245
- contentType?: string | null;
1246
- fileLength?: number;
1247
- validResponse?: boolean;
1248
- socialProfileID?: string | null;
1249
- parentFileUploadID?: string | null;
1250
- accountHolderID?: string | null;
1251
- };
1252
-
1253
- export type ItemImageCreateDtoWritable = {
988
+ export type ItemImageCreateDto = {
989
+ id?: string;
990
+ timestamp?: string;
1254
991
  businessID: string;
1255
992
  businessProfileRecordID?: string | null;
1256
993
  itemID?: string | null;
@@ -1344,18 +1081,9 @@ export type ItemImageUpdateDto = {
1344
1081
  parentFileUploadID?: string | null;
1345
1082
  };
1346
1083
 
1347
- export type ItemQuestionCreateDtoReadable = {
1348
- readonly id?: string;
1349
- readonly timestamp?: string;
1350
- title: string;
1351
- needsRevision: boolean;
1352
- question: string;
1353
- socialProfileID?: string | null;
1354
- businessID: string;
1355
- itemID: string;
1356
- };
1357
-
1358
- export type ItemQuestionCreateDtoWritable = {
1084
+ export type ItemQuestionCreateDto = {
1085
+ id?: string;
1086
+ timestamp?: string;
1359
1087
  title: string;
1360
1088
  needsRevision: boolean;
1361
1089
  question: string;
@@ -1405,17 +1133,9 @@ export type ItemQuestionDtoListEnvelopeWritable = {
1405
1133
  result?: Array<ItemQuestionDto> | null;
1406
1134
  };
1407
1135
 
1408
- export type ItemQuestionRecordCreateDtoReadable = {
1409
- readonly id?: string;
1410
- readonly timestamp?: string;
1411
- title: string;
1412
- needsRevision: boolean;
1413
- question: string;
1414
- socialProfileID?: string | null;
1415
- businessID: string;
1416
- };
1417
-
1418
- export type ItemQuestionRecordCreateDtoWritable = {
1136
+ export type ItemQuestionRecordCreateDto = {
1137
+ id?: string;
1138
+ timestamp?: string;
1419
1139
  title: string;
1420
1140
  needsRevision: boolean;
1421
1141
  question: string;
@@ -1549,16 +1269,9 @@ export type ItemReturnPolicyDtoListEnvelopeWritable = {
1549
1269
  result?: Array<ItemReturnPolicyDto> | null;
1550
1270
  };
1551
1271
 
1552
- export type ItemReviewCreateDtoReadable = {
1553
- readonly id?: string;
1554
- readonly timestamp?: string;
1555
- itemID?: string | null;
1556
- reviewScore?: number;
1557
- reviewMessage?: string | null;
1558
- socialProfileID?: string | null;
1559
- };
1560
-
1561
- export type ItemReviewCreateDtoWritable = {
1272
+ export type ItemReviewCreateDto = {
1273
+ id?: string;
1274
+ timestamp?: string;
1562
1275
  itemID?: string | null;
1563
1276
  reviewScore?: number;
1564
1277
  reviewMessage?: string | null;
@@ -1604,15 +1317,9 @@ export type ItemReviewDtoListEnvelopeWritable = {
1604
1317
  result?: Array<ItemReviewDto> | null;
1605
1318
  };
1606
1319
 
1607
- export type ItemReviewRecordCreateDtoReadable = {
1608
- readonly id?: string;
1609
- readonly timestamp?: string;
1610
- reviewScore?: number;
1611
- reviewMessage?: string | null;
1612
- socialProfileID?: string | null;
1613
- };
1614
-
1615
- export type ItemReviewRecordCreateDtoWritable = {
1320
+ export type ItemReviewRecordCreateDto = {
1321
+ id?: string;
1322
+ timestamp?: string;
1616
1323
  reviewScore?: number;
1617
1324
  reviewMessage?: string | null;
1618
1325
  socialProfileID?: string | null;
@@ -1684,15 +1391,9 @@ export type ItemShippingPolicyDtoListEnvelopeWritable = {
1684
1391
  result?: Array<ItemShippingPolicyDto> | null;
1685
1392
  };
1686
1393
 
1687
- export type ItemTagCreateDtoReadable = {
1688
- readonly id?: string;
1689
- readonly timestamp?: string;
1690
- title: string;
1691
- description?: string | null;
1692
- businessID: string;
1693
- };
1694
-
1695
- export type ItemTagCreateDtoWritable = {
1394
+ export type ItemTagCreateDto = {
1395
+ id?: string;
1396
+ timestamp?: string;
1696
1397
  title: string;
1697
1398
  description?: string | null;
1698
1399
  businessID: string;
@@ -1804,20 +1505,9 @@ export type ItemTaxPolicyDtoListEnvelopeWritable = {
1804
1505
  result?: Array<ItemTaxPolicyDto> | null;
1805
1506
  };
1806
1507
 
1807
- export type ItemTypeCreateDtoReadable = {
1808
- readonly id?: string;
1809
- readonly timestamp?: string;
1810
- pluralTitle?: string | null;
1811
- singularTitle?: string | null;
1812
- description?: string | null;
1813
- imageURL?: string | null;
1814
- googleCategoryTaxonomy?: string | null;
1815
- businessID: string;
1816
- itemCategoryID: string;
1817
- itemGoogleCategoryID?: string | null;
1818
- };
1819
-
1820
- export type ItemTypeCreateDtoWritable = {
1508
+ export type ItemTypeCreateDto = {
1509
+ id?: string;
1510
+ timestamp?: string;
1821
1511
  pluralTitle?: string | null;
1822
1512
  singularTitle?: string | null;
1823
1513
  description?: string | null;
@@ -2058,9 +1748,14 @@ export type MerchantDtoListEnvelopeWritable = {
2058
1748
  result?: Array<MerchantDtoWritable> | null;
2059
1749
  };
2060
1750
 
2061
- export type Money = {
1751
+ export type MoneyReadable = {
1752
+ amount?: number;
1753
+ currency?: CurrencyIdReadable;
1754
+ };
1755
+
1756
+ export type MoneyWritable = {
2062
1757
  amount?: number;
2063
- currency?: CurrencyId;
1758
+ currency?: CurrencyIdWritable;
2064
1759
  };
2065
1760
 
2066
1761
  export type MoneyEnvelopeReadable = {
@@ -2069,44 +1764,18 @@ export type MoneyEnvelopeReadable = {
2069
1764
  correlationId?: string | null;
2070
1765
  readonly timestamp?: string;
2071
1766
  readonly activityId?: string | null;
2072
- result?: Money;
1767
+ result?: MoneyReadable;
2073
1768
  };
2074
1769
 
2075
1770
  export type MoneyEnvelopeWritable = {
2076
1771
  errorMessage?: string | null;
2077
1772
  correlationId?: string | null;
2078
- result?: Money;
2079
- };
2080
-
2081
- export type PricingRuleCreateDtoReadable = {
2082
- readonly id?: string;
2083
- readonly timestamp?: string;
2084
- code?: string | null;
2085
- title?: string | null;
2086
- description?: string | null;
2087
- isFree?: boolean;
2088
- reduce?: boolean;
2089
- isEnabled?: boolean;
2090
- isDefault?: boolean;
2091
- allowInternational?: boolean;
2092
- hours?: number;
2093
- days?: number;
2094
- weeks?: number;
2095
- months?: number;
2096
- years?: number;
2097
- value?: number;
2098
- percentage?: number;
2099
- currencyID?: string | null;
2100
- countryID?: string | null;
2101
- countryStateID?: string | null;
2102
- customState?: string | null;
2103
- customCity?: string | null;
2104
- cityID?: string | null;
2105
- businessID?: string | null;
2106
- businessProfileRecordID?: string | null;
1773
+ result?: MoneyWritable;
2107
1774
  };
2108
1775
 
2109
- export type PricingRuleCreateDtoWritable = {
1776
+ export type PricingRuleCreateDto = {
1777
+ id?: string;
1778
+ timestamp?: string;
2110
1779
  code?: string | null;
2111
1780
  title?: string | null;
2112
1781
  description?: string | null;
@@ -2231,8 +1900,6 @@ export type ResetPasswordRequest = {
2231
1900
  newPassword: string | null;
2232
1901
  };
2233
1902
 
2234
- export type TenantId = string;
2235
-
2236
1903
  export type TwoFactorRequest = {
2237
1904
  enable?: boolean | null;
2238
1905
  twoFactorCode?: string | null;
@@ -2249,8 +1916,6 @@ export type TwoFactorResponse = {
2249
1916
  isMachineRemembered: boolean;
2250
1917
  };
2251
1918
 
2252
- export type UserId = string;
2253
-
2254
1919
  export type GetVersionData = {
2255
1920
  body?: never;
2256
1921
  path?: never;
@@ -2552,7 +2217,7 @@ export type GetItemAttachmentsAsyncResponses = {
2552
2217
  export type GetItemAttachmentsAsyncResponse = GetItemAttachmentsAsyncResponses[keyof GetItemAttachmentsAsyncResponses];
2553
2218
 
2554
2219
  export type CreateItemAttachmentAsyncData = {
2555
- body?: ItemAttachmentCreateDtoWritable;
2220
+ body?: ItemAttachmentCreateDto;
2556
2221
  headers?: {
2557
2222
  'x-api-version'?: string;
2558
2223
  };
@@ -2660,7 +2325,7 @@ export type GetItemAttachmentByIdAsyncResponses = {
2660
2325
  export type GetItemAttachmentByIdAsyncResponse = GetItemAttachmentByIdAsyncResponses[keyof GetItemAttachmentByIdAsyncResponses];
2661
2326
 
2662
2327
  export type UpdateItemAttachmentAsyncData = {
2663
- body?: ItemAttachmentUpdateDtoWritable;
2328
+ body?: ItemAttachmentUpdateDto;
2664
2329
  headers?: {
2665
2330
  'x-api-version'?: string;
2666
2331
  };
@@ -2767,7 +2432,7 @@ export type GetItemAttributesAsyncResponses = {
2767
2432
  export type GetItemAttributesAsyncResponse = GetItemAttributesAsyncResponses[keyof GetItemAttributesAsyncResponses];
2768
2433
 
2769
2434
  export type CreateItemAttributeAsyncData = {
2770
- body?: ItemAttributeCreateDtoWritable;
2435
+ body?: ItemAttributeCreateDto;
2771
2436
  headers?: {
2772
2437
  'x-api-version'?: string;
2773
2438
  };
@@ -2943,7 +2608,7 @@ export type GetItemBrandsAsyncResponses = {
2943
2608
  export type GetItemBrandsAsyncResponse = GetItemBrandsAsyncResponses[keyof GetItemBrandsAsyncResponses];
2944
2609
 
2945
2610
  export type CreateItemBrandAsyncData = {
2946
- body?: ItemBrandCreateDtoWritable;
2611
+ body?: ItemBrandCreateDto;
2947
2612
  headers?: {
2948
2613
  'x-api-version'?: string;
2949
2614
  };
@@ -3262,7 +2927,7 @@ export type GetItemCategoriesAsyncResponses = {
3262
2927
  export type GetItemCategoriesAsyncResponse = GetItemCategoriesAsyncResponses[keyof GetItemCategoriesAsyncResponses];
3263
2928
 
3264
2929
  export type CreateItemCategoryAsyncData = {
3265
- body?: ItemCategoryCreateDtoWritable;
2930
+ body?: ItemCategoryCreateDto;
3266
2931
  headers?: {
3267
2932
  'x-api-version'?: string;
3268
2933
  };
@@ -3296,7 +2961,7 @@ export type CreateItemCategoryAsyncResponses = {
3296
2961
 
3297
2962
  export type CreateItemCategoryAsyncResponse = CreateItemCategoryAsyncResponses[keyof CreateItemCategoryAsyncResponses];
3298
2963
 
3299
- export type GetItemCategoriesAsync2Data = {
2964
+ export type GetItemGoogleCategoriesAsyncData = {
3300
2965
  body?: never;
3301
2966
  headers?: {
3302
2967
  'x-api-version'?: string;
@@ -3308,7 +2973,7 @@ export type GetItemCategoriesAsync2Data = {
3308
2973
  url: '/api/v2/CatalogService/ItemGoogleCategories';
3309
2974
  };
3310
2975
 
3311
- export type GetItemCategoriesAsync2Errors = {
2976
+ export type GetItemGoogleCategoriesAsyncErrors = {
3312
2977
  /**
3313
2978
  * Unauthorized
3314
2979
  */
@@ -3319,18 +2984,18 @@ export type GetItemCategoriesAsync2Errors = {
3319
2984
  403: ErrorEnvelopeReadable;
3320
2985
  };
3321
2986
 
3322
- export type GetItemCategoriesAsync2Error = GetItemCategoriesAsync2Errors[keyof GetItemCategoriesAsync2Errors];
2987
+ export type GetItemGoogleCategoriesAsyncError = GetItemGoogleCategoriesAsyncErrors[keyof GetItemGoogleCategoriesAsyncErrors];
3323
2988
 
3324
- export type GetItemCategoriesAsync2Responses = {
2989
+ export type GetItemGoogleCategoriesAsyncResponses = {
3325
2990
  /**
3326
2991
  * OK
3327
2992
  */
3328
2993
  200: ItemGoogleCategoryDtoListEnvelopeReadable;
3329
2994
  };
3330
2995
 
3331
- export type GetItemCategoriesAsync2Response = GetItemCategoriesAsync2Responses[keyof GetItemCategoriesAsync2Responses];
2996
+ export type GetItemGoogleCategoriesAsyncResponse = GetItemGoogleCategoriesAsyncResponses[keyof GetItemGoogleCategoriesAsyncResponses];
3332
2997
 
3333
- export type GetItemCategoriesCountAsyncData = {
2998
+ export type GetItemGoogleCategoriesCountAsyncData = {
3334
2999
  body?: never;
3335
3000
  headers?: {
3336
3001
  'x-api-version'?: string;
@@ -3342,7 +3007,7 @@ export type GetItemCategoriesCountAsyncData = {
3342
3007
  url: '/api/v2/CatalogService/ItemGoogleCategories/Count';
3343
3008
  };
3344
3009
 
3345
- export type GetItemCategoriesCountAsyncErrors = {
3010
+ export type GetItemGoogleCategoriesCountAsyncErrors = {
3346
3011
  /**
3347
3012
  * Unauthorized
3348
3013
  */
@@ -3353,16 +3018,16 @@ export type GetItemCategoriesCountAsyncErrors = {
3353
3018
  403: ErrorEnvelopeReadable;
3354
3019
  };
3355
3020
 
3356
- export type GetItemCategoriesCountAsyncError = GetItemCategoriesCountAsyncErrors[keyof GetItemCategoriesCountAsyncErrors];
3021
+ export type GetItemGoogleCategoriesCountAsyncError = GetItemGoogleCategoriesCountAsyncErrors[keyof GetItemGoogleCategoriesCountAsyncErrors];
3357
3022
 
3358
- export type GetItemCategoriesCountAsyncResponses = {
3023
+ export type GetItemGoogleCategoriesCountAsyncResponses = {
3359
3024
  /**
3360
3025
  * OK
3361
3026
  */
3362
3027
  200: Int32EnvelopeReadable;
3363
3028
  };
3364
3029
 
3365
- export type GetItemCategoriesCountAsyncResponse = GetItemCategoriesCountAsyncResponses[keyof GetItemCategoriesCountAsyncResponses];
3030
+ export type GetItemGoogleCategoriesCountAsyncResponse = GetItemGoogleCategoriesCountAsyncResponses[keyof GetItemGoogleCategoriesCountAsyncResponses];
3366
3031
 
3367
3032
  export type GetAllItemGoogleCategoriesAsyncData = {
3368
3033
  body?: never;
@@ -3609,7 +3274,7 @@ export type GetItemImagesAsyncResponses = {
3609
3274
  export type GetItemImagesAsyncResponse = GetItemImagesAsyncResponses[keyof GetItemImagesAsyncResponses];
3610
3275
 
3611
3276
  export type CreateItemImageAsyncData = {
3612
- body?: ItemImageCreateDtoWritable;
3277
+ body?: ItemImageCreateDto;
3613
3278
  headers?: {
3614
3279
  'x-api-version'?: string;
3615
3280
  };
@@ -3785,7 +3450,7 @@ export type GetItemQuestionsAsyncResponses = {
3785
3450
  export type GetItemQuestionsAsyncResponse = GetItemQuestionsAsyncResponses[keyof GetItemQuestionsAsyncResponses];
3786
3451
 
3787
3452
  export type CreateItemQuestionAsyncData = {
3788
- body?: ItemQuestionCreateDtoWritable;
3453
+ body?: ItemQuestionCreateDto;
3789
3454
  headers?: {
3790
3455
  'x-api-version'?: string;
3791
3456
  };
@@ -4317,7 +3982,7 @@ export type GetItemReviewsAsyncResponses = {
4317
3982
  export type GetItemReviewsAsyncResponse = GetItemReviewsAsyncResponses[keyof GetItemReviewsAsyncResponses];
4318
3983
 
4319
3984
  export type CreateItemReviewAsyncData = {
4320
- body?: ItemReviewCreateDtoWritable;
3985
+ body?: ItemReviewCreateDto;
4321
3986
  headers?: {
4322
3987
  'x-api-version'?: string;
4323
3988
  };
@@ -4493,7 +4158,7 @@ export type GetStockItemsQueryResponses = {
4493
4158
  export type GetStockItemsQueryResponse = GetStockItemsQueryResponses[keyof GetStockItemsQueryResponses];
4494
4159
 
4495
4160
  export type CreateStockItemData = {
4496
- body?: CatalogItemCreateDtoWritable;
4161
+ body?: CatalogItemCreateDto;
4497
4162
  headers?: {
4498
4163
  'x-api-version'?: string;
4499
4164
  };
@@ -5106,7 +4771,7 @@ export type RelateTypeToStockItemResponses = {
5106
4771
 
5107
4772
  export type RelateTypeToStockItemResponse = RelateTypeToStockItemResponses[keyof RelateTypeToStockItemResponses];
5108
4773
 
5109
- export type GetApiV2CatalogServiceItemsByItemIdImagesPrimaryData = {
4774
+ export type GetProductPrimaryImageAsyncData = {
5110
4775
  body?: never;
5111
4776
  headers?: {
5112
4777
  'x-api-version'?: string;
@@ -5120,25 +4785,25 @@ export type GetApiV2CatalogServiceItemsByItemIdImagesPrimaryData = {
5120
4785
  url: '/api/v2/CatalogService/Items/{itemId}/Images/Primary';
5121
4786
  };
5122
4787
 
5123
- export type GetApiV2CatalogServiceItemsByItemIdImagesPrimaryErrors = {
4788
+ export type GetProductPrimaryImageAsyncErrors = {
5124
4789
  /**
5125
4790
  * Unauthorized
5126
4791
  */
5127
4792
  401: ErrorEnvelopeReadable;
5128
4793
  };
5129
4794
 
5130
- export type GetApiV2CatalogServiceItemsByItemIdImagesPrimaryError = GetApiV2CatalogServiceItemsByItemIdImagesPrimaryErrors[keyof GetApiV2CatalogServiceItemsByItemIdImagesPrimaryErrors];
4795
+ export type GetProductPrimaryImageAsyncError = GetProductPrimaryImageAsyncErrors[keyof GetProductPrimaryImageAsyncErrors];
5131
4796
 
5132
- export type GetApiV2CatalogServiceItemsByItemIdImagesPrimaryResponses = {
4797
+ export type GetProductPrimaryImageAsyncResponses = {
5133
4798
  /**
5134
4799
  * OK
5135
4800
  */
5136
4801
  200: EmptyEnvelopeReadable;
5137
4802
  };
5138
4803
 
5139
- export type GetApiV2CatalogServiceItemsByItemIdImagesPrimaryResponse = GetApiV2CatalogServiceItemsByItemIdImagesPrimaryResponses[keyof GetApiV2CatalogServiceItemsByItemIdImagesPrimaryResponses];
4804
+ export type GetProductPrimaryImageAsyncResponse = GetProductPrimaryImageAsyncResponses[keyof GetProductPrimaryImageAsyncResponses];
5140
4805
 
5141
- export type PostApiV2CatalogServiceItemsByItemIdImagesPrimaryData = {
4806
+ export type UpdateProductPrimaryImageAsyncData = {
5142
4807
  body?: {
5143
4808
  data?: Blob | File;
5144
4809
  };
@@ -5155,7 +4820,7 @@ export type PostApiV2CatalogServiceItemsByItemIdImagesPrimaryData = {
5155
4820
  url: '/api/v2/CatalogService/Items/{itemId}/Images/Primary';
5156
4821
  };
5157
4822
 
5158
- export type PostApiV2CatalogServiceItemsByItemIdImagesPrimaryErrors = {
4823
+ export type UpdateProductPrimaryImageAsyncErrors = {
5159
4824
  /**
5160
4825
  * Unauthorized
5161
4826
  */
@@ -5166,18 +4831,18 @@ export type PostApiV2CatalogServiceItemsByItemIdImagesPrimaryErrors = {
5166
4831
  403: ErrorEnvelopeReadable;
5167
4832
  };
5168
4833
 
5169
- export type PostApiV2CatalogServiceItemsByItemIdImagesPrimaryError = PostApiV2CatalogServiceItemsByItemIdImagesPrimaryErrors[keyof PostApiV2CatalogServiceItemsByItemIdImagesPrimaryErrors];
4834
+ export type UpdateProductPrimaryImageAsyncError = UpdateProductPrimaryImageAsyncErrors[keyof UpdateProductPrimaryImageAsyncErrors];
5170
4835
 
5171
- export type PostApiV2CatalogServiceItemsByItemIdImagesPrimaryResponses = {
4836
+ export type UpdateProductPrimaryImageAsyncResponses = {
5172
4837
  /**
5173
4838
  * OK
5174
4839
  */
5175
4840
  200: EmptyEnvelopeReadable;
5176
4841
  };
5177
4842
 
5178
- export type PostApiV2CatalogServiceItemsByItemIdImagesPrimaryResponse = PostApiV2CatalogServiceItemsByItemIdImagesPrimaryResponses[keyof PostApiV2CatalogServiceItemsByItemIdImagesPrimaryResponses];
4843
+ export type UpdateProductPrimaryImageAsyncResponse = UpdateProductPrimaryImageAsyncResponses[keyof UpdateProductPrimaryImageAsyncResponses];
5179
4844
 
5180
- export type GetApiV2CatalogServiceItemsByItemIdImagesData = {
4845
+ export type GetStockItemImagesByItemIdData = {
5181
4846
  body?: never;
5182
4847
  headers?: {
5183
4848
  'x-api-version'?: string;
@@ -5191,7 +4856,7 @@ export type GetApiV2CatalogServiceItemsByItemIdImagesData = {
5191
4856
  url: '/api/v2/CatalogService/Items/{itemId}/Images';
5192
4857
  };
5193
4858
 
5194
- export type GetApiV2CatalogServiceItemsByItemIdImagesErrors = {
4859
+ export type GetStockItemImagesByItemIdErrors = {
5195
4860
  /**
5196
4861
  * Unauthorized
5197
4862
  */
@@ -5202,18 +4867,18 @@ export type GetApiV2CatalogServiceItemsByItemIdImagesErrors = {
5202
4867
  403: ErrorEnvelopeReadable;
5203
4868
  };
5204
4869
 
5205
- export type GetApiV2CatalogServiceItemsByItemIdImagesError = GetApiV2CatalogServiceItemsByItemIdImagesErrors[keyof GetApiV2CatalogServiceItemsByItemIdImagesErrors];
4870
+ export type GetStockItemImagesByItemIdError = GetStockItemImagesByItemIdErrors[keyof GetStockItemImagesByItemIdErrors];
5206
4871
 
5207
- export type GetApiV2CatalogServiceItemsByItemIdImagesResponses = {
4872
+ export type GetStockItemImagesByItemIdResponses = {
5208
4873
  /**
5209
4874
  * OK
5210
4875
  */
5211
4876
  200: ItemImageDtoListEnvelopeReadable;
5212
4877
  };
5213
4878
 
5214
- export type GetApiV2CatalogServiceItemsByItemIdImagesResponse = GetApiV2CatalogServiceItemsByItemIdImagesResponses[keyof GetApiV2CatalogServiceItemsByItemIdImagesResponses];
4879
+ export type GetStockItemImagesByItemIdResponse = GetStockItemImagesByItemIdResponses[keyof GetStockItemImagesByItemIdResponses];
5215
4880
 
5216
- export type DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdData = {
4881
+ export type RemoveImageFromStockItemData = {
5217
4882
  body?: never;
5218
4883
  headers?: {
5219
4884
  'x-api-version'?: string;
@@ -5229,7 +4894,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdData = {
5229
4894
  url: '/api/v2/CatalogService/Items/{itemId}/Images/{itemImageId}';
5230
4895
  };
5231
4896
 
5232
- export type DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors = {
4897
+ export type RemoveImageFromStockItemErrors = {
5233
4898
  /**
5234
4899
  * Unauthorized
5235
4900
  */
@@ -5240,18 +4905,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors = {
5240
4905
  403: ErrorEnvelopeReadable;
5241
4906
  };
5242
4907
 
5243
- export type DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdError = DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors];
4908
+ export type RemoveImageFromStockItemError = RemoveImageFromStockItemErrors[keyof RemoveImageFromStockItemErrors];
5244
4909
 
5245
- export type DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponses = {
4910
+ export type RemoveImageFromStockItemResponses = {
5246
4911
  /**
5247
4912
  * OK
5248
4913
  */
5249
4914
  200: ItemImageDtoEnvelopeReadable;
5250
4915
  };
5251
4916
 
5252
- export type DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponse = DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponses];
4917
+ export type RemoveImageFromStockItemResponse = RemoveImageFromStockItemResponses[keyof RemoveImageFromStockItemResponses];
5253
4918
 
5254
- export type GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdData = {
4919
+ export type GetStockItemImageByIdData = {
5255
4920
  body?: never;
5256
4921
  headers?: {
5257
4922
  'x-api-version'?: string;
@@ -5266,7 +4931,7 @@ export type GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdData = {
5266
4931
  url: '/api/v2/CatalogService/Items/{itemId}/Images/{itemImageId}';
5267
4932
  };
5268
4933
 
5269
- export type GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors = {
4934
+ export type GetStockItemImageByIdErrors = {
5270
4935
  /**
5271
4936
  * Unauthorized
5272
4937
  */
@@ -5277,18 +4942,18 @@ export type GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors = {
5277
4942
  403: ErrorEnvelopeReadable;
5278
4943
  };
5279
4944
 
5280
- export type GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdError = GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors];
4945
+ export type GetStockItemImageByIdError = GetStockItemImageByIdErrors[keyof GetStockItemImageByIdErrors];
5281
4946
 
5282
- export type GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponses = {
4947
+ export type GetStockItemImageByIdResponses = {
5283
4948
  /**
5284
4949
  * OK
5285
4950
  */
5286
4951
  200: ItemImageDtoEnvelopeReadable;
5287
4952
  };
5288
4953
 
5289
- export type GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponse = GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponses];
4954
+ export type GetStockItemImageByIdResponse = GetStockItemImageByIdResponses[keyof GetStockItemImageByIdResponses];
5290
4955
 
5291
- export type PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdData = {
4956
+ export type RelateImageToStockItemData = {
5292
4957
  body?: never;
5293
4958
  headers?: {
5294
4959
  'x-api-version'?: string;
@@ -5304,7 +4969,7 @@ export type PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdData = {
5304
4969
  url: '/api/v2/CatalogService/Items/{itemId}/Images/{itemImageId}';
5305
4970
  };
5306
4971
 
5307
- export type PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors = {
4972
+ export type RelateImageToStockItemErrors = {
5308
4973
  /**
5309
4974
  * Unauthorized
5310
4975
  */
@@ -5315,18 +4980,18 @@ export type PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors = {
5315
4980
  403: ErrorEnvelopeReadable;
5316
4981
  };
5317
4982
 
5318
- export type PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdError = PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdErrors];
4983
+ export type RelateImageToStockItemError = RelateImageToStockItemErrors[keyof RelateImageToStockItemErrors];
5319
4984
 
5320
- export type PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponses = {
4985
+ export type RelateImageToStockItemResponses = {
5321
4986
  /**
5322
4987
  * OK
5323
4988
  */
5324
4989
  200: ItemImageDtoEnvelopeReadable;
5325
4990
  };
5326
4991
 
5327
- export type PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponse = PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdImagesByItemImageIdResponses];
4992
+ export type RelateImageToStockItemResponse = RelateImageToStockItemResponses[keyof RelateImageToStockItemResponses];
5328
4993
 
5329
- export type GetApiV2CatalogServiceItemsByItemIdBrandsData = {
4994
+ export type GetStockItemBrandsByItemIdData = {
5330
4995
  body?: never;
5331
4996
  headers?: {
5332
4997
  'x-api-version'?: string;
@@ -5340,7 +5005,7 @@ export type GetApiV2CatalogServiceItemsByItemIdBrandsData = {
5340
5005
  url: '/api/v2/CatalogService/Items/{itemId}/Brands';
5341
5006
  };
5342
5007
 
5343
- export type GetApiV2CatalogServiceItemsByItemIdBrandsErrors = {
5008
+ export type GetStockItemBrandsByItemIdErrors = {
5344
5009
  /**
5345
5010
  * Unauthorized
5346
5011
  */
@@ -5351,18 +5016,18 @@ export type GetApiV2CatalogServiceItemsByItemIdBrandsErrors = {
5351
5016
  403: ErrorEnvelopeReadable;
5352
5017
  };
5353
5018
 
5354
- export type GetApiV2CatalogServiceItemsByItemIdBrandsError = GetApiV2CatalogServiceItemsByItemIdBrandsErrors[keyof GetApiV2CatalogServiceItemsByItemIdBrandsErrors];
5019
+ export type GetStockItemBrandsByItemIdError = GetStockItemBrandsByItemIdErrors[keyof GetStockItemBrandsByItemIdErrors];
5355
5020
 
5356
- export type GetApiV2CatalogServiceItemsByItemIdBrandsResponses = {
5021
+ export type GetStockItemBrandsByItemIdResponses = {
5357
5022
  /**
5358
5023
  * OK
5359
5024
  */
5360
5025
  200: ItemBrandDtoListEnvelopeReadable;
5361
5026
  };
5362
5027
 
5363
- export type GetApiV2CatalogServiceItemsByItemIdBrandsResponse = GetApiV2CatalogServiceItemsByItemIdBrandsResponses[keyof GetApiV2CatalogServiceItemsByItemIdBrandsResponses];
5028
+ export type GetStockItemBrandsByItemIdResponse = GetStockItemBrandsByItemIdResponses[keyof GetStockItemBrandsByItemIdResponses];
5364
5029
 
5365
- export type DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdData = {
5030
+ export type RemoveBrandFromStockItemData = {
5366
5031
  body?: never;
5367
5032
  headers?: {
5368
5033
  'x-api-version'?: string;
@@ -5378,7 +5043,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdData = {
5378
5043
  url: '/api/v2/CatalogService/Items/{itemId}/Brands/{itemBrandId}';
5379
5044
  };
5380
5045
 
5381
- export type DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors = {
5046
+ export type RemoveBrandFromStockItemErrors = {
5382
5047
  /**
5383
5048
  * Unauthorized
5384
5049
  */
@@ -5389,18 +5054,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors = {
5389
5054
  403: ErrorEnvelopeReadable;
5390
5055
  };
5391
5056
 
5392
- export type DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdError = DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors];
5057
+ export type RemoveBrandFromStockItemError = RemoveBrandFromStockItemErrors[keyof RemoveBrandFromStockItemErrors];
5393
5058
 
5394
- export type DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponses = {
5059
+ export type RemoveBrandFromStockItemResponses = {
5395
5060
  /**
5396
5061
  * OK
5397
5062
  */
5398
5063
  200: ItemBrandDtoEnvelopeReadable;
5399
5064
  };
5400
5065
 
5401
- export type DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponse = DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponses];
5066
+ export type RemoveBrandFromStockItemResponse = RemoveBrandFromStockItemResponses[keyof RemoveBrandFromStockItemResponses];
5402
5067
 
5403
- export type GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdData = {
5068
+ export type GetStockItemBrandByIdData = {
5404
5069
  body?: never;
5405
5070
  headers?: {
5406
5071
  'x-api-version'?: string;
@@ -5415,7 +5080,7 @@ export type GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdData = {
5415
5080
  url: '/api/v2/CatalogService/Items/{itemId}/Brands/{itemBrandId}';
5416
5081
  };
5417
5082
 
5418
- export type GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors = {
5083
+ export type GetStockItemBrandByIdErrors = {
5419
5084
  /**
5420
5085
  * Unauthorized
5421
5086
  */
@@ -5426,18 +5091,18 @@ export type GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors = {
5426
5091
  403: ErrorEnvelopeReadable;
5427
5092
  };
5428
5093
 
5429
- export type GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdError = GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors];
5094
+ export type GetStockItemBrandByIdError = GetStockItemBrandByIdErrors[keyof GetStockItemBrandByIdErrors];
5430
5095
 
5431
- export type GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponses = {
5096
+ export type GetStockItemBrandByIdResponses = {
5432
5097
  /**
5433
5098
  * OK
5434
5099
  */
5435
5100
  200: ItemBrandDtoEnvelopeReadable;
5436
5101
  };
5437
5102
 
5438
- export type GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponse = GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponses];
5103
+ export type GetStockItemBrandByIdResponse = GetStockItemBrandByIdResponses[keyof GetStockItemBrandByIdResponses];
5439
5104
 
5440
- export type PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdData = {
5105
+ export type RelateBrandToStockItemData = {
5441
5106
  body?: never;
5442
5107
  headers?: {
5443
5108
  'x-api-version'?: string;
@@ -5453,7 +5118,7 @@ export type PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdData = {
5453
5118
  url: '/api/v2/CatalogService/Items/{itemId}/Brands/{itemBrandId}';
5454
5119
  };
5455
5120
 
5456
- export type PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors = {
5121
+ export type RelateBrandToStockItemErrors = {
5457
5122
  /**
5458
5123
  * Unauthorized
5459
5124
  */
@@ -5464,18 +5129,18 @@ export type PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors = {
5464
5129
  403: ErrorEnvelopeReadable;
5465
5130
  };
5466
5131
 
5467
- export type PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdError = PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdErrors];
5132
+ export type RelateBrandToStockItemError = RelateBrandToStockItemErrors[keyof RelateBrandToStockItemErrors];
5468
5133
 
5469
- export type PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponses = {
5134
+ export type RelateBrandToStockItemResponses = {
5470
5135
  /**
5471
5136
  * OK
5472
5137
  */
5473
5138
  200: ItemBrandDtoEnvelopeReadable;
5474
5139
  };
5475
5140
 
5476
- export type PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponse = PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdBrandsByItemBrandIdResponses];
5141
+ export type RelateBrandToStockItemResponse = RelateBrandToStockItemResponses[keyof RelateBrandToStockItemResponses];
5477
5142
 
5478
- export type GetApiV2CatalogServiceItemsByItemIdReviewsData = {
5143
+ export type GetStockItemReviewsByItemIdData = {
5479
5144
  body?: never;
5480
5145
  headers?: {
5481
5146
  'x-api-version'?: string;
@@ -5489,7 +5154,7 @@ export type GetApiV2CatalogServiceItemsByItemIdReviewsData = {
5489
5154
  url: '/api/v2/CatalogService/Items/{itemId}/Reviews';
5490
5155
  };
5491
5156
 
5492
- export type GetApiV2CatalogServiceItemsByItemIdReviewsErrors = {
5157
+ export type GetStockItemReviewsByItemIdErrors = {
5493
5158
  /**
5494
5159
  * Unauthorized
5495
5160
  */
@@ -5500,19 +5165,19 @@ export type GetApiV2CatalogServiceItemsByItemIdReviewsErrors = {
5500
5165
  403: ErrorEnvelopeReadable;
5501
5166
  };
5502
5167
 
5503
- export type GetApiV2CatalogServiceItemsByItemIdReviewsError = GetApiV2CatalogServiceItemsByItemIdReviewsErrors[keyof GetApiV2CatalogServiceItemsByItemIdReviewsErrors];
5168
+ export type GetStockItemReviewsByItemIdError = GetStockItemReviewsByItemIdErrors[keyof GetStockItemReviewsByItemIdErrors];
5504
5169
 
5505
- export type GetApiV2CatalogServiceItemsByItemIdReviewsResponses = {
5170
+ export type GetStockItemReviewsByItemIdResponses = {
5506
5171
  /**
5507
5172
  * OK
5508
5173
  */
5509
5174
  200: ItemReviewDtoListEnvelopeReadable;
5510
5175
  };
5511
5176
 
5512
- export type GetApiV2CatalogServiceItemsByItemIdReviewsResponse = GetApiV2CatalogServiceItemsByItemIdReviewsResponses[keyof GetApiV2CatalogServiceItemsByItemIdReviewsResponses];
5177
+ export type GetStockItemReviewsByItemIdResponse = GetStockItemReviewsByItemIdResponses[keyof GetStockItemReviewsByItemIdResponses];
5513
5178
 
5514
- export type PostApiV2CatalogServiceItemsByItemIdReviewsData = {
5515
- body?: ItemReviewRecordCreateDtoWritable;
5179
+ export type RelateReviewToStockItemData = {
5180
+ body?: ItemReviewRecordCreateDto;
5516
5181
  headers?: {
5517
5182
  'x-api-version'?: string;
5518
5183
  };
@@ -5526,7 +5191,7 @@ export type PostApiV2CatalogServiceItemsByItemIdReviewsData = {
5526
5191
  url: '/api/v2/CatalogService/Items/{itemId}/Reviews';
5527
5192
  };
5528
5193
 
5529
- export type PostApiV2CatalogServiceItemsByItemIdReviewsErrors = {
5194
+ export type RelateReviewToStockItemErrors = {
5530
5195
  /**
5531
5196
  * Unauthorized
5532
5197
  */
@@ -5537,18 +5202,18 @@ export type PostApiV2CatalogServiceItemsByItemIdReviewsErrors = {
5537
5202
  403: ErrorEnvelopeReadable;
5538
5203
  };
5539
5204
 
5540
- export type PostApiV2CatalogServiceItemsByItemIdReviewsError = PostApiV2CatalogServiceItemsByItemIdReviewsErrors[keyof PostApiV2CatalogServiceItemsByItemIdReviewsErrors];
5205
+ export type RelateReviewToStockItemError = RelateReviewToStockItemErrors[keyof RelateReviewToStockItemErrors];
5541
5206
 
5542
- export type PostApiV2CatalogServiceItemsByItemIdReviewsResponses = {
5207
+ export type RelateReviewToStockItemResponses = {
5543
5208
  /**
5544
5209
  * OK
5545
5210
  */
5546
5211
  200: ItemReviewDtoEnvelopeReadable;
5547
5212
  };
5548
5213
 
5549
- export type PostApiV2CatalogServiceItemsByItemIdReviewsResponse = PostApiV2CatalogServiceItemsByItemIdReviewsResponses[keyof PostApiV2CatalogServiceItemsByItemIdReviewsResponses];
5214
+ export type RelateReviewToStockItemResponse = RelateReviewToStockItemResponses[keyof RelateReviewToStockItemResponses];
5550
5215
 
5551
- export type DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdData = {
5216
+ export type RemoveReviewFromStockItemData = {
5552
5217
  body?: never;
5553
5218
  headers?: {
5554
5219
  'x-api-version'?: string;
@@ -5564,7 +5229,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdData = {
5564
5229
  url: '/api/v2/CatalogService/Items/{itemId}/Reviews/{itemReviewId}';
5565
5230
  };
5566
5231
 
5567
- export type DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdErrors = {
5232
+ export type RemoveReviewFromStockItemErrors = {
5568
5233
  /**
5569
5234
  * Unauthorized
5570
5235
  */
@@ -5575,18 +5240,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdErrors =
5575
5240
  403: ErrorEnvelopeReadable;
5576
5241
  };
5577
5242
 
5578
- export type DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdError = DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdErrors];
5243
+ export type RemoveReviewFromStockItemError = RemoveReviewFromStockItemErrors[keyof RemoveReviewFromStockItemErrors];
5579
5244
 
5580
- export type DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdResponses = {
5245
+ export type RemoveReviewFromStockItemResponses = {
5581
5246
  /**
5582
5247
  * OK
5583
5248
  */
5584
5249
  200: ItemReviewDtoEnvelopeReadable;
5585
5250
  };
5586
5251
 
5587
- export type DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdResponse = DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdResponses];
5252
+ export type RemoveReviewFromStockItemResponse = RemoveReviewFromStockItemResponses[keyof RemoveReviewFromStockItemResponses];
5588
5253
 
5589
- export type GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdData = {
5254
+ export type GetStockItemReviewByIdData = {
5590
5255
  body?: never;
5591
5256
  headers?: {
5592
5257
  'x-api-version'?: string;
@@ -5601,7 +5266,7 @@ export type GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdData = {
5601
5266
  url: '/api/v2/CatalogService/Items/{itemId}/Reviews/{itemReviewId}';
5602
5267
  };
5603
5268
 
5604
- export type GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdErrors = {
5269
+ export type GetStockItemReviewByIdErrors = {
5605
5270
  /**
5606
5271
  * Unauthorized
5607
5272
  */
@@ -5612,18 +5277,18 @@ export type GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdErrors = {
5612
5277
  403: ErrorEnvelopeReadable;
5613
5278
  };
5614
5279
 
5615
- export type GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdError = GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdErrors];
5280
+ export type GetStockItemReviewByIdError = GetStockItemReviewByIdErrors[keyof GetStockItemReviewByIdErrors];
5616
5281
 
5617
- export type GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdResponses = {
5282
+ export type GetStockItemReviewByIdResponses = {
5618
5283
  /**
5619
5284
  * OK
5620
5285
  */
5621
5286
  200: ItemReviewDtoEnvelopeReadable;
5622
5287
  };
5623
5288
 
5624
- export type GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdResponse = GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdReviewsByItemReviewIdResponses];
5289
+ export type GetStockItemReviewByIdResponse = GetStockItemReviewByIdResponses[keyof GetStockItemReviewByIdResponses];
5625
5290
 
5626
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsData = {
5291
+ export type GetStockItemQuestionsByItemIdData = {
5627
5292
  body?: never;
5628
5293
  headers?: {
5629
5294
  'x-api-version'?: string;
@@ -5637,7 +5302,7 @@ export type GetApiV2CatalogServiceItemsByItemIdQuestionsData = {
5637
5302
  url: '/api/v2/CatalogService/Items/{itemId}/Questions';
5638
5303
  };
5639
5304
 
5640
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsErrors = {
5305
+ export type GetStockItemQuestionsByItemIdErrors = {
5641
5306
  /**
5642
5307
  * Unauthorized
5643
5308
  */
@@ -5648,19 +5313,19 @@ export type GetApiV2CatalogServiceItemsByItemIdQuestionsErrors = {
5648
5313
  403: ErrorEnvelopeReadable;
5649
5314
  };
5650
5315
 
5651
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsError = GetApiV2CatalogServiceItemsByItemIdQuestionsErrors[keyof GetApiV2CatalogServiceItemsByItemIdQuestionsErrors];
5316
+ export type GetStockItemQuestionsByItemIdError = GetStockItemQuestionsByItemIdErrors[keyof GetStockItemQuestionsByItemIdErrors];
5652
5317
 
5653
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsResponses = {
5318
+ export type GetStockItemQuestionsByItemIdResponses = {
5654
5319
  /**
5655
5320
  * OK
5656
5321
  */
5657
5322
  200: ItemQuestionDtoListEnvelopeReadable;
5658
5323
  };
5659
5324
 
5660
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsResponse = GetApiV2CatalogServiceItemsByItemIdQuestionsResponses[keyof GetApiV2CatalogServiceItemsByItemIdQuestionsResponses];
5325
+ export type GetStockItemQuestionsByItemIdResponse = GetStockItemQuestionsByItemIdResponses[keyof GetStockItemQuestionsByItemIdResponses];
5661
5326
 
5662
- export type PostApiV2CatalogServiceItemsByItemIdQuestionsData = {
5663
- body?: ItemQuestionRecordCreateDtoWritable;
5327
+ export type RelateQuestionToStockItemData = {
5328
+ body?: ItemQuestionRecordCreateDto;
5664
5329
  headers?: {
5665
5330
  'x-api-version'?: string;
5666
5331
  };
@@ -5674,7 +5339,7 @@ export type PostApiV2CatalogServiceItemsByItemIdQuestionsData = {
5674
5339
  url: '/api/v2/CatalogService/Items/{itemId}/Questions';
5675
5340
  };
5676
5341
 
5677
- export type PostApiV2CatalogServiceItemsByItemIdQuestionsErrors = {
5342
+ export type RelateQuestionToStockItemErrors = {
5678
5343
  /**
5679
5344
  * Unauthorized
5680
5345
  */
@@ -5685,18 +5350,18 @@ export type PostApiV2CatalogServiceItemsByItemIdQuestionsErrors = {
5685
5350
  403: ErrorEnvelopeReadable;
5686
5351
  };
5687
5352
 
5688
- export type PostApiV2CatalogServiceItemsByItemIdQuestionsError = PostApiV2CatalogServiceItemsByItemIdQuestionsErrors[keyof PostApiV2CatalogServiceItemsByItemIdQuestionsErrors];
5353
+ export type RelateQuestionToStockItemError = RelateQuestionToStockItemErrors[keyof RelateQuestionToStockItemErrors];
5689
5354
 
5690
- export type PostApiV2CatalogServiceItemsByItemIdQuestionsResponses = {
5355
+ export type RelateQuestionToStockItemResponses = {
5691
5356
  /**
5692
5357
  * OK
5693
5358
  */
5694
5359
  200: ItemQuestionDtoEnvelopeReadable;
5695
5360
  };
5696
5361
 
5697
- export type PostApiV2CatalogServiceItemsByItemIdQuestionsResponse = PostApiV2CatalogServiceItemsByItemIdQuestionsResponses[keyof PostApiV2CatalogServiceItemsByItemIdQuestionsResponses];
5362
+ export type RelateQuestionToStockItemResponse = RelateQuestionToStockItemResponses[keyof RelateQuestionToStockItemResponses];
5698
5363
 
5699
- export type DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdData = {
5364
+ export type RemoveQuestionFromStockItemData = {
5700
5365
  body?: never;
5701
5366
  headers?: {
5702
5367
  'x-api-version'?: string;
@@ -5712,7 +5377,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdData
5712
5377
  url: '/api/v2/CatalogService/Items/{itemId}/Questions/{itemQuestionId}';
5713
5378
  };
5714
5379
 
5715
- export type DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdErrors = {
5380
+ export type RemoveQuestionFromStockItemErrors = {
5716
5381
  /**
5717
5382
  * Unauthorized
5718
5383
  */
@@ -5723,18 +5388,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdError
5723
5388
  403: ErrorEnvelopeReadable;
5724
5389
  };
5725
5390
 
5726
- export type DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdError = DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdErrors];
5391
+ export type RemoveQuestionFromStockItemError = RemoveQuestionFromStockItemErrors[keyof RemoveQuestionFromStockItemErrors];
5727
5392
 
5728
- export type DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdResponses = {
5393
+ export type RemoveQuestionFromStockItemResponses = {
5729
5394
  /**
5730
5395
  * OK
5731
5396
  */
5732
5397
  200: ItemQuestionDtoEnvelopeReadable;
5733
5398
  };
5734
5399
 
5735
- export type DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdResponse = DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdResponses];
5400
+ export type RemoveQuestionFromStockItemResponse = RemoveQuestionFromStockItemResponses[keyof RemoveQuestionFromStockItemResponses];
5736
5401
 
5737
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdData = {
5402
+ export type GetStockItemQuestionByIdData = {
5738
5403
  body?: never;
5739
5404
  headers?: {
5740
5405
  'x-api-version'?: string;
@@ -5749,7 +5414,7 @@ export type GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdData = {
5749
5414
  url: '/api/v2/CatalogService/Items/{itemId}/Questions/{itemQuestionId}';
5750
5415
  };
5751
5416
 
5752
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdErrors = {
5417
+ export type GetStockItemQuestionByIdErrors = {
5753
5418
  /**
5754
5419
  * Unauthorized
5755
5420
  */
@@ -5760,18 +5425,18 @@ export type GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdErrors =
5760
5425
  403: ErrorEnvelopeReadable;
5761
5426
  };
5762
5427
 
5763
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdError = GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdErrors];
5428
+ export type GetStockItemQuestionByIdError = GetStockItemQuestionByIdErrors[keyof GetStockItemQuestionByIdErrors];
5764
5429
 
5765
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdResponses = {
5430
+ export type GetStockItemQuestionByIdResponses = {
5766
5431
  /**
5767
5432
  * OK
5768
5433
  */
5769
5434
  200: ItemQuestionDtoEnvelopeReadable;
5770
5435
  };
5771
5436
 
5772
- export type GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdResponse = GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdQuestionsByItemQuestionIdResponses];
5437
+ export type GetStockItemQuestionByIdResponse = GetStockItemQuestionByIdResponses[keyof GetStockItemQuestionByIdResponses];
5773
5438
 
5774
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesData = {
5439
+ export type GetStockItemCategoriesByItemIdData = {
5775
5440
  body?: never;
5776
5441
  headers?: {
5777
5442
  'x-api-version'?: string;
@@ -5785,7 +5450,7 @@ export type GetApiV2CatalogServiceItemsByItemIdCategoriesData = {
5785
5450
  url: '/api/v2/CatalogService/Items/{itemId}/Categories';
5786
5451
  };
5787
5452
 
5788
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesErrors = {
5453
+ export type GetStockItemCategoriesByItemIdErrors = {
5789
5454
  /**
5790
5455
  * Unauthorized
5791
5456
  */
@@ -5796,18 +5461,18 @@ export type GetApiV2CatalogServiceItemsByItemIdCategoriesErrors = {
5796
5461
  403: ErrorEnvelopeReadable;
5797
5462
  };
5798
5463
 
5799
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesError = GetApiV2CatalogServiceItemsByItemIdCategoriesErrors[keyof GetApiV2CatalogServiceItemsByItemIdCategoriesErrors];
5464
+ export type GetStockItemCategoriesByItemIdError = GetStockItemCategoriesByItemIdErrors[keyof GetStockItemCategoriesByItemIdErrors];
5800
5465
 
5801
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesResponses = {
5466
+ export type GetStockItemCategoriesByItemIdResponses = {
5802
5467
  /**
5803
5468
  * OK
5804
5469
  */
5805
5470
  200: ItemCategoryDtoListEnvelopeReadable;
5806
5471
  };
5807
5472
 
5808
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesResponse = GetApiV2CatalogServiceItemsByItemIdCategoriesResponses[keyof GetApiV2CatalogServiceItemsByItemIdCategoriesResponses];
5473
+ export type GetStockItemCategoriesByItemIdResponse = GetStockItemCategoriesByItemIdResponses[keyof GetStockItemCategoriesByItemIdResponses];
5809
5474
 
5810
- export type DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdData = {
5475
+ export type RemoveCategoryFromStockItemData = {
5811
5476
  body?: never;
5812
5477
  headers?: {
5813
5478
  'x-api-version'?: string;
@@ -5823,7 +5488,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdData
5823
5488
  url: '/api/v2/CatalogService/Items/{itemId}/Categories/{itemCategoryId}';
5824
5489
  };
5825
5490
 
5826
- export type DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors = {
5491
+ export type RemoveCategoryFromStockItemErrors = {
5827
5492
  /**
5828
5493
  * Unauthorized
5829
5494
  */
@@ -5834,18 +5499,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErro
5834
5499
  403: ErrorEnvelopeReadable;
5835
5500
  };
5836
5501
 
5837
- export type DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdError = DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors];
5502
+ export type RemoveCategoryFromStockItemError = RemoveCategoryFromStockItemErrors[keyof RemoveCategoryFromStockItemErrors];
5838
5503
 
5839
- export type DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponses = {
5504
+ export type RemoveCategoryFromStockItemResponses = {
5840
5505
  /**
5841
5506
  * OK
5842
5507
  */
5843
5508
  200: ItemCategoryDtoEnvelopeReadable;
5844
5509
  };
5845
5510
 
5846
- export type DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponse = DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponses];
5511
+ export type RemoveCategoryFromStockItemResponse = RemoveCategoryFromStockItemResponses[keyof RemoveCategoryFromStockItemResponses];
5847
5512
 
5848
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdData = {
5513
+ export type GetStockItemCategoryByIdData = {
5849
5514
  body?: never;
5850
5515
  headers?: {
5851
5516
  'x-api-version'?: string;
@@ -5860,7 +5525,7 @@ export type GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdData =
5860
5525
  url: '/api/v2/CatalogService/Items/{itemId}/Categories/{itemCategoryId}';
5861
5526
  };
5862
5527
 
5863
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors = {
5528
+ export type GetStockItemCategoryByIdErrors = {
5864
5529
  /**
5865
5530
  * Unauthorized
5866
5531
  */
@@ -5871,18 +5536,18 @@ export type GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors
5871
5536
  403: ErrorEnvelopeReadable;
5872
5537
  };
5873
5538
 
5874
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdError = GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors];
5539
+ export type GetStockItemCategoryByIdError = GetStockItemCategoryByIdErrors[keyof GetStockItemCategoryByIdErrors];
5875
5540
 
5876
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponses = {
5541
+ export type GetStockItemCategoryByIdResponses = {
5877
5542
  /**
5878
5543
  * OK
5879
5544
  */
5880
5545
  200: ItemCategoryDtoEnvelopeReadable;
5881
5546
  };
5882
5547
 
5883
- export type GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponse = GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponses];
5548
+ export type GetStockItemCategoryByIdResponse = GetStockItemCategoryByIdResponses[keyof GetStockItemCategoryByIdResponses];
5884
5549
 
5885
- export type PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdData = {
5550
+ export type RelateCategoryToStockItemData = {
5886
5551
  body?: never;
5887
5552
  headers?: {
5888
5553
  'x-api-version'?: string;
@@ -5898,7 +5563,7 @@ export type PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdData =
5898
5563
  url: '/api/v2/CatalogService/Items/{itemId}/Categories/{itemCategoryId}';
5899
5564
  };
5900
5565
 
5901
- export type PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors = {
5566
+ export type RelateCategoryToStockItemErrors = {
5902
5567
  /**
5903
5568
  * Unauthorized
5904
5569
  */
@@ -5909,18 +5574,18 @@ export type PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors
5909
5574
  403: ErrorEnvelopeReadable;
5910
5575
  };
5911
5576
 
5912
- export type PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdError = PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdErrors];
5577
+ export type RelateCategoryToStockItemError = RelateCategoryToStockItemErrors[keyof RelateCategoryToStockItemErrors];
5913
5578
 
5914
- export type PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponses = {
5579
+ export type RelateCategoryToStockItemResponses = {
5915
5580
  /**
5916
5581
  * OK
5917
5582
  */
5918
5583
  200: ItemCategoryDtoEnvelopeReadable;
5919
5584
  };
5920
5585
 
5921
- export type PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponse = PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdCategoriesByItemCategoryIdResponses];
5586
+ export type RelateCategoryToStockItemResponse = RelateCategoryToStockItemResponses[keyof RelateCategoryToStockItemResponses];
5922
5587
 
5923
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsData = {
5588
+ export type GetStockItemAttachmentsByItemIdData = {
5924
5589
  body?: never;
5925
5590
  headers?: {
5926
5591
  'x-api-version'?: string;
@@ -5934,7 +5599,7 @@ export type GetApiV2CatalogServiceItemsByItemIdAttachmentsData = {
5934
5599
  url: '/api/v2/CatalogService/Items/{itemId}/Attachments';
5935
5600
  };
5936
5601
 
5937
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsErrors = {
5602
+ export type GetStockItemAttachmentsByItemIdErrors = {
5938
5603
  /**
5939
5604
  * Unauthorized
5940
5605
  */
@@ -5945,18 +5610,18 @@ export type GetApiV2CatalogServiceItemsByItemIdAttachmentsErrors = {
5945
5610
  403: ErrorEnvelopeReadable;
5946
5611
  };
5947
5612
 
5948
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsError = GetApiV2CatalogServiceItemsByItemIdAttachmentsErrors[keyof GetApiV2CatalogServiceItemsByItemIdAttachmentsErrors];
5613
+ export type GetStockItemAttachmentsByItemIdError = GetStockItemAttachmentsByItemIdErrors[keyof GetStockItemAttachmentsByItemIdErrors];
5949
5614
 
5950
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsResponses = {
5615
+ export type GetStockItemAttachmentsByItemIdResponses = {
5951
5616
  /**
5952
5617
  * OK
5953
5618
  */
5954
5619
  200: ItemAttachmentDtoListEnvelopeReadable;
5955
5620
  };
5956
5621
 
5957
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsResponse = GetApiV2CatalogServiceItemsByItemIdAttachmentsResponses[keyof GetApiV2CatalogServiceItemsByItemIdAttachmentsResponses];
5622
+ export type GetStockItemAttachmentsByItemIdResponse = GetStockItemAttachmentsByItemIdResponses[keyof GetStockItemAttachmentsByItemIdResponses];
5958
5623
 
5959
- export type DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdData = {
5624
+ export type RemoveAttachmentFromStockItemData = {
5960
5625
  body?: never;
5961
5626
  headers?: {
5962
5627
  'x-api-version'?: string;
@@ -5972,7 +5637,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdD
5972
5637
  url: '/api/v2/CatalogService/Items/{itemId}/Attachments/{itemAttachmentId}';
5973
5638
  };
5974
5639
 
5975
- export type DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErrors = {
5640
+ export type RemoveAttachmentFromStockItemErrors = {
5976
5641
  /**
5977
5642
  * Unauthorized
5978
5643
  */
@@ -5983,18 +5648,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdE
5983
5648
  403: ErrorEnvelopeReadable;
5984
5649
  };
5985
5650
 
5986
- export type DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdError = DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErrors];
5651
+ export type RemoveAttachmentFromStockItemError = RemoveAttachmentFromStockItemErrors[keyof RemoveAttachmentFromStockItemErrors];
5987
5652
 
5988
- export type DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponses = {
5653
+ export type RemoveAttachmentFromStockItemResponses = {
5989
5654
  /**
5990
5655
  * OK
5991
5656
  */
5992
5657
  200: ItemAttachmentDtoEnvelopeReadable;
5993
5658
  };
5994
5659
 
5995
- export type DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponse = DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponses];
5660
+ export type RemoveAttachmentFromStockItemResponse = RemoveAttachmentFromStockItemResponses[keyof RemoveAttachmentFromStockItemResponses];
5996
5661
 
5997
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdData = {
5662
+ export type GetStockItemAttachmentByIdData = {
5998
5663
  body?: never;
5999
5664
  headers?: {
6000
5665
  'x-api-version'?: string;
@@ -6009,7 +5674,7 @@ export type GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdData
6009
5674
  url: '/api/v2/CatalogService/Items/{itemId}/Attachments/{itemAttachmentId}';
6010
5675
  };
6011
5676
 
6012
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErrors = {
5677
+ export type GetStockItemAttachmentByIdErrors = {
6013
5678
  /**
6014
5679
  * Unauthorized
6015
5680
  */
@@ -6020,19 +5685,19 @@ export type GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErro
6020
5685
  403: ErrorEnvelopeReadable;
6021
5686
  };
6022
5687
 
6023
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdError = GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErrors];
5688
+ export type GetStockItemAttachmentByIdError = GetStockItemAttachmentByIdErrors[keyof GetStockItemAttachmentByIdErrors];
6024
5689
 
6025
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponses = {
5690
+ export type GetStockItemAttachmentByIdResponses = {
6026
5691
  /**
6027
5692
  * OK
6028
5693
  */
6029
5694
  200: ItemAttachmentDtoEnvelopeReadable;
6030
5695
  };
6031
5696
 
6032
- export type GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponse = GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponses];
5697
+ export type GetStockItemAttachmentByIdResponse = GetStockItemAttachmentByIdResponses[keyof GetStockItemAttachmentByIdResponses];
6033
5698
 
6034
- export type PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdData = {
6035
- body?: ItemAttachmentCreateDtoWritable;
5699
+ export type RelateAttachmentToStockItemData = {
5700
+ body?: ItemAttachmentCreateDto;
6036
5701
  headers?: {
6037
5702
  'x-api-version'?: string;
6038
5703
  };
@@ -6047,7 +5712,7 @@ export type PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdDat
6047
5712
  url: '/api/v2/CatalogService/Items/{itemId}/Attachments/{itemAttachmentId}';
6048
5713
  };
6049
5714
 
6050
- export type PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErrors = {
5715
+ export type RelateAttachmentToStockItemErrors = {
6051
5716
  /**
6052
5717
  * Unauthorized
6053
5718
  */
@@ -6058,18 +5723,18 @@ export type PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErr
6058
5723
  403: ErrorEnvelopeReadable;
6059
5724
  };
6060
5725
 
6061
- export type PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdError = PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdErrors];
5726
+ export type RelateAttachmentToStockItemError = RelateAttachmentToStockItemErrors[keyof RelateAttachmentToStockItemErrors];
6062
5727
 
6063
- export type PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponses = {
5728
+ export type RelateAttachmentToStockItemResponses = {
6064
5729
  /**
6065
5730
  * OK
6066
5731
  */
6067
5732
  200: ItemAttachmentDtoEnvelopeReadable;
6068
5733
  };
6069
5734
 
6070
- export type PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponse = PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdAttachmentsByItemAttachmentIdResponses];
5735
+ export type RelateAttachmentToStockItemResponse = RelateAttachmentToStockItemResponses[keyof RelateAttachmentToStockItemResponses];
6071
5736
 
6072
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesData = {
5737
+ export type GetStockItemTaxPoliciesByItemIdData = {
6073
5738
  body?: never;
6074
5739
  headers?: {
6075
5740
  'x-api-version'?: string;
@@ -6083,7 +5748,7 @@ export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesData = {
6083
5748
  url: '/api/v2/CatalogService/Items/{itemId}/TaxPolicies';
6084
5749
  };
6085
5750
 
6086
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesErrors = {
5751
+ export type GetStockItemTaxPoliciesByItemIdErrors = {
6087
5752
  /**
6088
5753
  * Unauthorized
6089
5754
  */
@@ -6094,18 +5759,18 @@ export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesErrors = {
6094
5759
  403: ErrorEnvelopeReadable;
6095
5760
  };
6096
5761
 
6097
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesError = GetApiV2CatalogServiceItemsByItemIdTaxPoliciesErrors[keyof GetApiV2CatalogServiceItemsByItemIdTaxPoliciesErrors];
5762
+ export type GetStockItemTaxPoliciesByItemIdError = GetStockItemTaxPoliciesByItemIdErrors[keyof GetStockItemTaxPoliciesByItemIdErrors];
6098
5763
 
6099
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesResponses = {
5764
+ export type GetStockItemTaxPoliciesByItemIdResponses = {
6100
5765
  /**
6101
5766
  * OK
6102
5767
  */
6103
5768
  200: ItemTaxPolicyDtoListEnvelopeReadable;
6104
5769
  };
6105
5770
 
6106
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesResponse = GetApiV2CatalogServiceItemsByItemIdTaxPoliciesResponses[keyof GetApiV2CatalogServiceItemsByItemIdTaxPoliciesResponses];
5771
+ export type GetStockItemTaxPoliciesByItemIdResponse = GetStockItemTaxPoliciesByItemIdResponses[keyof GetStockItemTaxPoliciesByItemIdResponses];
6107
5772
 
6108
- export type DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdData = {
5773
+ export type RemoveTaxPolicyFromStockItemData = {
6109
5774
  body?: never;
6110
5775
  headers?: {
6111
5776
  'x-api-version'?: string;
@@ -6121,7 +5786,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdDa
6121
5786
  url: '/api/v2/CatalogService/Items/{itemId}/TaxPolicies/{itemTaxPolicyId}';
6122
5787
  };
6123
5788
 
6124
- export type DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErrors = {
5789
+ export type RemoveTaxPolicyFromStockItemErrors = {
6125
5790
  /**
6126
5791
  * Unauthorized
6127
5792
  */
@@ -6132,18 +5797,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdEr
6132
5797
  403: ErrorEnvelopeReadable;
6133
5798
  };
6134
5799
 
6135
- export type DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdError = DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErrors];
5800
+ export type RemoveTaxPolicyFromStockItemError = RemoveTaxPolicyFromStockItemErrors[keyof RemoveTaxPolicyFromStockItemErrors];
6136
5801
 
6137
- export type DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponses = {
5802
+ export type RemoveTaxPolicyFromStockItemResponses = {
6138
5803
  /**
6139
5804
  * OK
6140
5805
  */
6141
5806
  200: ItemTaxPolicyDtoEnvelopeReadable;
6142
5807
  };
6143
5808
 
6144
- export type DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponse = DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponses];
5809
+ export type RemoveTaxPolicyFromStockItemResponse = RemoveTaxPolicyFromStockItemResponses[keyof RemoveTaxPolicyFromStockItemResponses];
6145
5810
 
6146
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdData = {
5811
+ export type GetStockItemTaxPolicyByIdData = {
6147
5812
  body?: never;
6148
5813
  headers?: {
6149
5814
  'x-api-version'?: string;
@@ -6158,7 +5823,7 @@ export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdData
6158
5823
  url: '/api/v2/CatalogService/Items/{itemId}/TaxPolicies/{itemTaxPolicyId}';
6159
5824
  };
6160
5825
 
6161
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErrors = {
5826
+ export type GetStockItemTaxPolicyByIdErrors = {
6162
5827
  /**
6163
5828
  * Unauthorized
6164
5829
  */
@@ -6169,18 +5834,18 @@ export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdError
6169
5834
  403: ErrorEnvelopeReadable;
6170
5835
  };
6171
5836
 
6172
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdError = GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErrors];
5837
+ export type GetStockItemTaxPolicyByIdError = GetStockItemTaxPolicyByIdErrors[keyof GetStockItemTaxPolicyByIdErrors];
6173
5838
 
6174
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponses = {
5839
+ export type GetStockItemTaxPolicyByIdResponses = {
6175
5840
  /**
6176
5841
  * OK
6177
5842
  */
6178
5843
  200: ItemTaxPolicyDtoEnvelopeReadable;
6179
5844
  };
6180
5845
 
6181
- export type GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponse = GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponses];
5846
+ export type GetStockItemTaxPolicyByIdResponse = GetStockItemTaxPolicyByIdResponses[keyof GetStockItemTaxPolicyByIdResponses];
6182
5847
 
6183
- export type PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdData = {
5848
+ export type RelateTaxPolicyToStockItemData = {
6184
5849
  body?: never;
6185
5850
  headers?: {
6186
5851
  'x-api-version'?: string;
@@ -6196,7 +5861,7 @@ export type PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdData
6196
5861
  url: '/api/v2/CatalogService/Items/{itemId}/TaxPolicies/{itemTaxPolicyId}';
6197
5862
  };
6198
5863
 
6199
- export type PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErrors = {
5864
+ export type RelateTaxPolicyToStockItemErrors = {
6200
5865
  /**
6201
5866
  * Unauthorized
6202
5867
  */
@@ -6207,18 +5872,18 @@ export type PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErro
6207
5872
  403: ErrorEnvelopeReadable;
6208
5873
  };
6209
5874
 
6210
- export type PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdError = PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdErrors];
5875
+ export type RelateTaxPolicyToStockItemError = RelateTaxPolicyToStockItemErrors[keyof RelateTaxPolicyToStockItemErrors];
6211
5876
 
6212
- export type PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponses = {
5877
+ export type RelateTaxPolicyToStockItemResponses = {
6213
5878
  /**
6214
5879
  * OK
6215
5880
  */
6216
5881
  200: ItemTaxPolicyDtoEnvelopeReadable;
6217
5882
  };
6218
5883
 
6219
- export type PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponse = PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdTaxPoliciesByItemTaxPolicyIdResponses];
5884
+ export type RelateTaxPolicyToStockItemResponse = RelateTaxPolicyToStockItemResponses[keyof RelateTaxPolicyToStockItemResponses];
6220
5885
 
6221
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesData = {
5886
+ export type GetStockItemPriceRulesByItemIdData = {
6222
5887
  body?: never;
6223
5888
  headers?: {
6224
5889
  'x-api-version'?: string;
@@ -6232,7 +5897,7 @@ export type GetApiV2CatalogServiceItemsByItemIdPriceRulesData = {
6232
5897
  url: '/api/v2/CatalogService/Items/{itemId}/PriceRules';
6233
5898
  };
6234
5899
 
6235
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesErrors = {
5900
+ export type GetStockItemPriceRulesByItemIdErrors = {
6236
5901
  /**
6237
5902
  * Unauthorized
6238
5903
  */
@@ -6243,18 +5908,18 @@ export type GetApiV2CatalogServiceItemsByItemIdPriceRulesErrors = {
6243
5908
  403: ErrorEnvelopeReadable;
6244
5909
  };
6245
5910
 
6246
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesError = GetApiV2CatalogServiceItemsByItemIdPriceRulesErrors[keyof GetApiV2CatalogServiceItemsByItemIdPriceRulesErrors];
5911
+ export type GetStockItemPriceRulesByItemIdError = GetStockItemPriceRulesByItemIdErrors[keyof GetStockItemPriceRulesByItemIdErrors];
6247
5912
 
6248
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesResponses = {
5913
+ export type GetStockItemPriceRulesByItemIdResponses = {
6249
5914
  /**
6250
5915
  * OK
6251
5916
  */
6252
5917
  200: PricingRuleDtoListEnvelopeReadable;
6253
5918
  };
6254
5919
 
6255
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesResponse = GetApiV2CatalogServiceItemsByItemIdPriceRulesResponses[keyof GetApiV2CatalogServiceItemsByItemIdPriceRulesResponses];
5920
+ export type GetStockItemPriceRulesByItemIdResponse = GetStockItemPriceRulesByItemIdResponses[keyof GetStockItemPriceRulesByItemIdResponses];
6256
5921
 
6257
- export type DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdData = {
5922
+ export type RemovePriceRuleFromStockItemData = {
6258
5923
  body?: never;
6259
5924
  headers?: {
6260
5925
  'x-api-version'?: string;
@@ -6269,7 +5934,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdDat
6269
5934
  url: '/api/v2/CatalogService/Items/{itemId}/PriceRules/{itemPriceRuleId}';
6270
5935
  };
6271
5936
 
6272
- export type DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors = {
5937
+ export type RemovePriceRuleFromStockItemErrors = {
6273
5938
  /**
6274
5939
  * Unauthorized
6275
5940
  */
@@ -6280,18 +5945,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErr
6280
5945
  403: ErrorEnvelopeReadable;
6281
5946
  };
6282
5947
 
6283
- export type DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdError = DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors];
5948
+ export type RemovePriceRuleFromStockItemError = RemovePriceRuleFromStockItemErrors[keyof RemovePriceRuleFromStockItemErrors];
6284
5949
 
6285
- export type DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponses = {
5950
+ export type RemovePriceRuleFromStockItemResponses = {
6286
5951
  /**
6287
5952
  * OK
6288
5953
  */
6289
5954
  200: PricingRuleDtoEnvelopeReadable;
6290
5955
  };
6291
5956
 
6292
- export type DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponse = DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponses];
5957
+ export type RemovePriceRuleFromStockItemResponse = RemovePriceRuleFromStockItemResponses[keyof RemovePriceRuleFromStockItemResponses];
6293
5958
 
6294
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdData = {
5959
+ export type GetStockItemPriceRuleByIdData = {
6295
5960
  body?: never;
6296
5961
  headers?: {
6297
5962
  'x-api-version'?: string;
@@ -6306,7 +5971,7 @@ export type GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdData =
6306
5971
  url: '/api/v2/CatalogService/Items/{itemId}/PriceRules/{itemPriceRuleId}';
6307
5972
  };
6308
5973
 
6309
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors = {
5974
+ export type GetStockItemPriceRuleByIdErrors = {
6310
5975
  /**
6311
5976
  * Unauthorized
6312
5977
  */
@@ -6317,18 +5982,18 @@ export type GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors
6317
5982
  403: ErrorEnvelopeReadable;
6318
5983
  };
6319
5984
 
6320
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdError = GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors];
5985
+ export type GetStockItemPriceRuleByIdError = GetStockItemPriceRuleByIdErrors[keyof GetStockItemPriceRuleByIdErrors];
6321
5986
 
6322
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponses = {
5987
+ export type GetStockItemPriceRuleByIdResponses = {
6323
5988
  /**
6324
5989
  * OK
6325
5990
  */
6326
5991
  200: PricingRuleDtoEnvelopeReadable;
6327
5992
  };
6328
5993
 
6329
- export type GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponse = GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponses];
5994
+ export type GetStockItemPriceRuleByIdResponse = GetStockItemPriceRuleByIdResponses[keyof GetStockItemPriceRuleByIdResponses];
6330
5995
 
6331
- export type PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdData = {
5996
+ export type RelatePriceRuleToStockItemData = {
6332
5997
  body?: never;
6333
5998
  headers?: {
6334
5999
  'x-api-version'?: string;
@@ -6343,7 +6008,7 @@ export type PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdData
6343
6008
  url: '/api/v2/CatalogService/Items/{itemId}/PriceRules/{itemPriceRuleId}';
6344
6009
  };
6345
6010
 
6346
- export type PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors = {
6011
+ export type RelatePriceRuleToStockItemErrors = {
6347
6012
  /**
6348
6013
  * Unauthorized
6349
6014
  */
@@ -6354,18 +6019,18 @@ export type PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdError
6354
6019
  403: ErrorEnvelopeReadable;
6355
6020
  };
6356
6021
 
6357
- export type PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdError = PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdErrors];
6022
+ export type RelatePriceRuleToStockItemError = RelatePriceRuleToStockItemErrors[keyof RelatePriceRuleToStockItemErrors];
6358
6023
 
6359
- export type PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponses = {
6024
+ export type RelatePriceRuleToStockItemResponses = {
6360
6025
  /**
6361
6026
  * OK
6362
6027
  */
6363
6028
  200: PricingRuleDtoEnvelopeReadable;
6364
6029
  };
6365
6030
 
6366
- export type PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponse = PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdPriceRulesByItemPriceRuleIdResponses];
6031
+ export type RelatePriceRuleToStockItemResponse = RelatePriceRuleToStockItemResponses[keyof RelatePriceRuleToStockItemResponses];
6367
6032
 
6368
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesData = {
6033
+ export type GetStockItemReturnPoliciesByItemIdData = {
6369
6034
  body?: never;
6370
6035
  headers?: {
6371
6036
  'x-api-version'?: string;
@@ -6379,7 +6044,7 @@ export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesData = {
6379
6044
  url: '/api/v2/CatalogService/Items/{itemId}/ReturnPolicies';
6380
6045
  };
6381
6046
 
6382
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesErrors = {
6047
+ export type GetStockItemReturnPoliciesByItemIdErrors = {
6383
6048
  /**
6384
6049
  * Unauthorized
6385
6050
  */
@@ -6390,18 +6055,18 @@ export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesErrors = {
6390
6055
  403: ErrorEnvelopeReadable;
6391
6056
  };
6392
6057
 
6393
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesError = GetApiV2CatalogServiceItemsByItemIdReturnPoliciesErrors[keyof GetApiV2CatalogServiceItemsByItemIdReturnPoliciesErrors];
6058
+ export type GetStockItemReturnPoliciesByItemIdError = GetStockItemReturnPoliciesByItemIdErrors[keyof GetStockItemReturnPoliciesByItemIdErrors];
6394
6059
 
6395
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesResponses = {
6060
+ export type GetStockItemReturnPoliciesByItemIdResponses = {
6396
6061
  /**
6397
6062
  * OK
6398
6063
  */
6399
6064
  200: ItemReturnPolicyDtoListEnvelopeReadable;
6400
6065
  };
6401
6066
 
6402
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesResponse = GetApiV2CatalogServiceItemsByItemIdReturnPoliciesResponses[keyof GetApiV2CatalogServiceItemsByItemIdReturnPoliciesResponses];
6067
+ export type GetStockItemReturnPoliciesByItemIdResponse = GetStockItemReturnPoliciesByItemIdResponses[keyof GetStockItemReturnPoliciesByItemIdResponses];
6403
6068
 
6404
- export type DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdData = {
6069
+ export type RemoveReturnPolicyFromStockItemData = {
6405
6070
  body?: never;
6406
6071
  headers?: {
6407
6072
  'x-api-version'?: string;
@@ -6417,7 +6082,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPoli
6417
6082
  url: '/api/v2/CatalogService/Items/{itemId}/ReturnPolicies/{itemReturnPolicyId}';
6418
6083
  };
6419
6084
 
6420
- export type DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdErrors = {
6085
+ export type RemoveReturnPolicyFromStockItemErrors = {
6421
6086
  /**
6422
6087
  * Unauthorized
6423
6088
  */
@@ -6428,18 +6093,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPoli
6428
6093
  403: ErrorEnvelopeReadable;
6429
6094
  };
6430
6095
 
6431
- export type DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdError = DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdErrors];
6096
+ export type RemoveReturnPolicyFromStockItemError = RemoveReturnPolicyFromStockItemErrors[keyof RemoveReturnPolicyFromStockItemErrors];
6432
6097
 
6433
- export type DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponses = {
6098
+ export type RemoveReturnPolicyFromStockItemResponses = {
6434
6099
  /**
6435
6100
  * OK
6436
6101
  */
6437
6102
  200: ItemReturnPolicyDtoEnvelopeReadable;
6438
6103
  };
6439
6104
 
6440
- export type DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponse = DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponses];
6105
+ export type RemoveReturnPolicyFromStockItemResponse = RemoveReturnPolicyFromStockItemResponses[keyof RemoveReturnPolicyFromStockItemResponses];
6441
6106
 
6442
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdData = {
6107
+ export type GetStockItemReturnPolicyByIdData = {
6443
6108
  body?: never;
6444
6109
  headers?: {
6445
6110
  'x-api-version'?: string;
@@ -6454,7 +6119,7 @@ export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyI
6454
6119
  url: '/api/v2/CatalogService/Items/{itemId}/ReturnPolicies/{itemReturnPolicyId}';
6455
6120
  };
6456
6121
 
6457
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdErrors = {
6122
+ export type GetStockItemReturnPolicyByIdErrors = {
6458
6123
  /**
6459
6124
  * Unauthorized
6460
6125
  */
@@ -6465,18 +6130,18 @@ export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyI
6465
6130
  403: ErrorEnvelopeReadable;
6466
6131
  };
6467
6132
 
6468
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdError = GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdErrors];
6133
+ export type GetStockItemReturnPolicyByIdError = GetStockItemReturnPolicyByIdErrors[keyof GetStockItemReturnPolicyByIdErrors];
6469
6134
 
6470
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponses = {
6135
+ export type GetStockItemReturnPolicyByIdResponses = {
6471
6136
  /**
6472
6137
  * OK
6473
6138
  */
6474
6139
  200: ItemReturnPolicyDtoEnvelopeReadable;
6475
6140
  };
6476
6141
 
6477
- export type GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponse = GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponses];
6142
+ export type GetStockItemReturnPolicyByIdResponse = GetStockItemReturnPolicyByIdResponses[keyof GetStockItemReturnPolicyByIdResponses];
6478
6143
 
6479
- export type PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdData = {
6144
+ export type RelateReturnPolicyToStockItemData = {
6480
6145
  body?: never;
6481
6146
  headers?: {
6482
6147
  'x-api-version'?: string;
@@ -6492,7 +6157,7 @@ export type PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicy
6492
6157
  url: '/api/v2/CatalogService/Items/{itemId}/ReturnPolicies/{itemReturnPolicyId}';
6493
6158
  };
6494
6159
 
6495
- export type PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdErrors = {
6160
+ export type RelateReturnPolicyToStockItemErrors = {
6496
6161
  /**
6497
6162
  * Unauthorized
6498
6163
  */
@@ -6503,18 +6168,18 @@ export type PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicy
6503
6168
  403: ErrorEnvelopeReadable;
6504
6169
  };
6505
6170
 
6506
- export type PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdError = PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdErrors];
6171
+ export type RelateReturnPolicyToStockItemError = RelateReturnPolicyToStockItemErrors[keyof RelateReturnPolicyToStockItemErrors];
6507
6172
 
6508
- export type PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponses = {
6173
+ export type RelateReturnPolicyToStockItemResponses = {
6509
6174
  /**
6510
6175
  * OK
6511
6176
  */
6512
6177
  200: ItemReturnPolicyDtoEnvelopeReadable;
6513
6178
  };
6514
6179
 
6515
- export type PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponse = PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdReturnPoliciesByItemReturnPolicyIdResponses];
6180
+ export type RelateReturnPolicyToStockItemResponse = RelateReturnPolicyToStockItemResponses[keyof RelateReturnPolicyToStockItemResponses];
6516
6181
 
6517
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesData = {
6182
+ export type GetStockItemRefundPoliciesByItemIdData = {
6518
6183
  body?: never;
6519
6184
  headers?: {
6520
6185
  'x-api-version'?: string;
@@ -6528,7 +6193,7 @@ export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesData = {
6528
6193
  url: '/api/v2/CatalogService/Items/{itemId}/RefundPolicies';
6529
6194
  };
6530
6195
 
6531
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesErrors = {
6196
+ export type GetStockItemRefundPoliciesByItemIdErrors = {
6532
6197
  /**
6533
6198
  * Unauthorized
6534
6199
  */
@@ -6539,18 +6204,18 @@ export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesErrors = {
6539
6204
  403: ErrorEnvelopeReadable;
6540
6205
  };
6541
6206
 
6542
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesError = GetApiV2CatalogServiceItemsByItemIdRefundPoliciesErrors[keyof GetApiV2CatalogServiceItemsByItemIdRefundPoliciesErrors];
6207
+ export type GetStockItemRefundPoliciesByItemIdError = GetStockItemRefundPoliciesByItemIdErrors[keyof GetStockItemRefundPoliciesByItemIdErrors];
6543
6208
 
6544
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesResponses = {
6209
+ export type GetStockItemRefundPoliciesByItemIdResponses = {
6545
6210
  /**
6546
6211
  * OK
6547
6212
  */
6548
6213
  200: ItemRefundPolicyDtoListEnvelopeReadable;
6549
6214
  };
6550
6215
 
6551
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesResponse = GetApiV2CatalogServiceItemsByItemIdRefundPoliciesResponses[keyof GetApiV2CatalogServiceItemsByItemIdRefundPoliciesResponses];
6216
+ export type GetStockItemRefundPoliciesByItemIdResponse = GetStockItemRefundPoliciesByItemIdResponses[keyof GetStockItemRefundPoliciesByItemIdResponses];
6552
6217
 
6553
- export type DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdData = {
6218
+ export type RemoveRefundPolicyFromStockItemData = {
6554
6219
  body?: never;
6555
6220
  headers?: {
6556
6221
  'x-api-version'?: string;
@@ -6566,7 +6231,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPoli
6566
6231
  url: '/api/v2/CatalogService/Items/{itemId}/RefundPolicies/{itemRefundPolicyId}';
6567
6232
  };
6568
6233
 
6569
- export type DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdErrors = {
6234
+ export type RemoveRefundPolicyFromStockItemErrors = {
6570
6235
  /**
6571
6236
  * Unauthorized
6572
6237
  */
@@ -6577,18 +6242,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPoli
6577
6242
  403: ErrorEnvelopeReadable;
6578
6243
  };
6579
6244
 
6580
- export type DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdError = DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdErrors];
6245
+ export type RemoveRefundPolicyFromStockItemError = RemoveRefundPolicyFromStockItemErrors[keyof RemoveRefundPolicyFromStockItemErrors];
6581
6246
 
6582
- export type DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponses = {
6247
+ export type RemoveRefundPolicyFromStockItemResponses = {
6583
6248
  /**
6584
6249
  * OK
6585
6250
  */
6586
6251
  200: ItemRefundPolicyDtoEnvelopeReadable;
6587
6252
  };
6588
6253
 
6589
- export type DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponse = DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponses];
6254
+ export type RemoveRefundPolicyFromStockItemResponse = RemoveRefundPolicyFromStockItemResponses[keyof RemoveRefundPolicyFromStockItemResponses];
6590
6255
 
6591
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdData = {
6256
+ export type GetStockItemRefundPolicyByIdData = {
6592
6257
  body?: never;
6593
6258
  headers?: {
6594
6259
  'x-api-version'?: string;
@@ -6603,7 +6268,7 @@ export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyI
6603
6268
  url: '/api/v2/CatalogService/Items/{itemId}/RefundPolicies/{itemRefundPolicyId}';
6604
6269
  };
6605
6270
 
6606
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdErrors = {
6271
+ export type GetStockItemRefundPolicyByIdErrors = {
6607
6272
  /**
6608
6273
  * Unauthorized
6609
6274
  */
@@ -6614,18 +6279,18 @@ export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyI
6614
6279
  403: ErrorEnvelopeReadable;
6615
6280
  };
6616
6281
 
6617
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdError = GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdErrors];
6282
+ export type GetStockItemRefundPolicyByIdError = GetStockItemRefundPolicyByIdErrors[keyof GetStockItemRefundPolicyByIdErrors];
6618
6283
 
6619
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponses = {
6284
+ export type GetStockItemRefundPolicyByIdResponses = {
6620
6285
  /**
6621
6286
  * OK
6622
6287
  */
6623
6288
  200: ItemRefundPolicyDtoEnvelopeReadable;
6624
6289
  };
6625
6290
 
6626
- export type GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponse = GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponses];
6291
+ export type GetStockItemRefundPolicyByIdResponse = GetStockItemRefundPolicyByIdResponses[keyof GetStockItemRefundPolicyByIdResponses];
6627
6292
 
6628
- export type PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdData = {
6293
+ export type RelateRefundPolicyToStockItemData = {
6629
6294
  body?: never;
6630
6295
  headers?: {
6631
6296
  'x-api-version'?: string;
@@ -6641,7 +6306,7 @@ export type PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicy
6641
6306
  url: '/api/v2/CatalogService/Items/{itemId}/RefundPolicies/{itemRefundPolicyId}';
6642
6307
  };
6643
6308
 
6644
- export type PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdErrors = {
6309
+ export type RelateRefundPolicyToStockItemErrors = {
6645
6310
  /**
6646
6311
  * Unauthorized
6647
6312
  */
@@ -6652,18 +6317,18 @@ export type PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicy
6652
6317
  403: ErrorEnvelopeReadable;
6653
6318
  };
6654
6319
 
6655
- export type PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdError = PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdErrors];
6320
+ export type RelateRefundPolicyToStockItemError = RelateRefundPolicyToStockItemErrors[keyof RelateRefundPolicyToStockItemErrors];
6656
6321
 
6657
- export type PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponses = {
6322
+ export type RelateRefundPolicyToStockItemResponses = {
6658
6323
  /**
6659
6324
  * OK
6660
6325
  */
6661
6326
  200: ItemRefundPolicyDtoEnvelopeReadable;
6662
6327
  };
6663
6328
 
6664
- export type PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponse = PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdRefundPoliciesByItemRefundPolicyIdResponses];
6329
+ export type RelateRefundPolicyToStockItemResponse = RelateRefundPolicyToStockItemResponses[keyof RelateRefundPolicyToStockItemResponses];
6665
6330
 
6666
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesData = {
6331
+ export type GetStockItemShippingPoliciesByItemIdData = {
6667
6332
  body?: never;
6668
6333
  headers?: {
6669
6334
  'x-api-version'?: string;
@@ -6677,7 +6342,7 @@ export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesData = {
6677
6342
  url: '/api/v2/CatalogService/Items/{itemId}/ShippingPolicies';
6678
6343
  };
6679
6344
 
6680
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesErrors = {
6345
+ export type GetStockItemShippingPoliciesByItemIdErrors = {
6681
6346
  /**
6682
6347
  * Unauthorized
6683
6348
  */
@@ -6688,18 +6353,18 @@ export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesErrors = {
6688
6353
  403: ErrorEnvelopeReadable;
6689
6354
  };
6690
6355
 
6691
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesError = GetApiV2CatalogServiceItemsByItemIdShippingPoliciesErrors[keyof GetApiV2CatalogServiceItemsByItemIdShippingPoliciesErrors];
6356
+ export type GetStockItemShippingPoliciesByItemIdError = GetStockItemShippingPoliciesByItemIdErrors[keyof GetStockItemShippingPoliciesByItemIdErrors];
6692
6357
 
6693
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesResponses = {
6358
+ export type GetStockItemShippingPoliciesByItemIdResponses = {
6694
6359
  /**
6695
6360
  * OK
6696
6361
  */
6697
6362
  200: ItemShippingPolicyDtoListEnvelopeReadable;
6698
6363
  };
6699
6364
 
6700
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesResponse = GetApiV2CatalogServiceItemsByItemIdShippingPoliciesResponses[keyof GetApiV2CatalogServiceItemsByItemIdShippingPoliciesResponses];
6365
+ export type GetStockItemShippingPoliciesByItemIdResponse = GetStockItemShippingPoliciesByItemIdResponses[keyof GetStockItemShippingPoliciesByItemIdResponses];
6701
6366
 
6702
- export type DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdData = {
6367
+ export type RemoveShippingPolicyFromStockItemData = {
6703
6368
  body?: never;
6704
6369
  headers?: {
6705
6370
  'x-api-version'?: string;
@@ -6715,7 +6380,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShipping
6715
6380
  url: '/api/v2/CatalogService/Items/{itemId}/ShippingPolicies/{itemShippingPolicyId}';
6716
6381
  };
6717
6382
 
6718
- export type DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdErrors = {
6383
+ export type RemoveShippingPolicyFromStockItemErrors = {
6719
6384
  /**
6720
6385
  * Unauthorized
6721
6386
  */
@@ -6726,18 +6391,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShipping
6726
6391
  403: ErrorEnvelopeReadable;
6727
6392
  };
6728
6393
 
6729
- export type DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdError = DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdErrors];
6394
+ export type RemoveShippingPolicyFromStockItemError = RemoveShippingPolicyFromStockItemErrors[keyof RemoveShippingPolicyFromStockItemErrors];
6730
6395
 
6731
- export type DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponses = {
6396
+ export type RemoveShippingPolicyFromStockItemResponses = {
6732
6397
  /**
6733
6398
  * OK
6734
6399
  */
6735
6400
  200: ItemShippingPolicyDtoEnvelopeReadable;
6736
6401
  };
6737
6402
 
6738
- export type DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponse = DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponses];
6403
+ export type RemoveShippingPolicyFromStockItemResponse = RemoveShippingPolicyFromStockItemResponses[keyof RemoveShippingPolicyFromStockItemResponses];
6739
6404
 
6740
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdData = {
6405
+ export type GetStockItemShippingPolicyByIdData = {
6741
6406
  body?: never;
6742
6407
  headers?: {
6743
6408
  'x-api-version'?: string;
@@ -6752,7 +6417,7 @@ export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPol
6752
6417
  url: '/api/v2/CatalogService/Items/{itemId}/ShippingPolicies/{itemShippingPolicyId}';
6753
6418
  };
6754
6419
 
6755
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdErrors = {
6420
+ export type GetStockItemShippingPolicyByIdErrors = {
6756
6421
  /**
6757
6422
  * Unauthorized
6758
6423
  */
@@ -6763,18 +6428,18 @@ export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPol
6763
6428
  403: ErrorEnvelopeReadable;
6764
6429
  };
6765
6430
 
6766
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdError = GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdErrors];
6431
+ export type GetStockItemShippingPolicyByIdError = GetStockItemShippingPolicyByIdErrors[keyof GetStockItemShippingPolicyByIdErrors];
6767
6432
 
6768
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponses = {
6433
+ export type GetStockItemShippingPolicyByIdResponses = {
6769
6434
  /**
6770
6435
  * OK
6771
6436
  */
6772
6437
  200: ItemShippingPolicyDtoEnvelopeReadable;
6773
6438
  };
6774
6439
 
6775
- export type GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponse = GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponses];
6440
+ export type GetStockItemShippingPolicyByIdResponse = GetStockItemShippingPolicyByIdResponses[keyof GetStockItemShippingPolicyByIdResponses];
6776
6441
 
6777
- export type PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdData = {
6442
+ export type RelateShippingPolicyToStockItemData = {
6778
6443
  body?: never;
6779
6444
  headers?: {
6780
6445
  'x-api-version'?: string;
@@ -6790,7 +6455,7 @@ export type PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPo
6790
6455
  url: '/api/v2/CatalogService/Items/{itemId}/ShippingPolicies/{itemShippingPolicyId}';
6791
6456
  };
6792
6457
 
6793
- export type PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdErrors = {
6458
+ export type RelateShippingPolicyToStockItemErrors = {
6794
6459
  /**
6795
6460
  * Unauthorized
6796
6461
  */
@@ -6801,18 +6466,18 @@ export type PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPo
6801
6466
  403: ErrorEnvelopeReadable;
6802
6467
  };
6803
6468
 
6804
- export type PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdError = PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdErrors];
6469
+ export type RelateShippingPolicyToStockItemError = RelateShippingPolicyToStockItemErrors[keyof RelateShippingPolicyToStockItemErrors];
6805
6470
 
6806
- export type PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponses = {
6471
+ export type RelateShippingPolicyToStockItemResponses = {
6807
6472
  /**
6808
6473
  * OK
6809
6474
  */
6810
6475
  200: ItemShippingPolicyDtoEnvelopeReadable;
6811
6476
  };
6812
6477
 
6813
- export type PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponse = PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdShippingPoliciesByItemShippingPolicyIdResponses];
6478
+ export type RelateShippingPolicyToStockItemResponse = RelateShippingPolicyToStockItemResponses[keyof RelateShippingPolicyToStockItemResponses];
6814
6479
 
6815
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesData = {
6480
+ export type GetStockItemWarrantyPoliciesByItemIdData = {
6816
6481
  body?: never;
6817
6482
  headers?: {
6818
6483
  'x-api-version'?: string;
@@ -6826,7 +6491,7 @@ export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesData = {
6826
6491
  url: '/api/v2/CatalogService/Items/{itemId}/WarrantyPolicies';
6827
6492
  };
6828
6493
 
6829
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesErrors = {
6494
+ export type GetStockItemWarrantyPoliciesByItemIdErrors = {
6830
6495
  /**
6831
6496
  * Unauthorized
6832
6497
  */
@@ -6837,18 +6502,18 @@ export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesErrors = {
6837
6502
  403: ErrorEnvelopeReadable;
6838
6503
  };
6839
6504
 
6840
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesError = GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesErrors[keyof GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesErrors];
6505
+ export type GetStockItemWarrantyPoliciesByItemIdError = GetStockItemWarrantyPoliciesByItemIdErrors[keyof GetStockItemWarrantyPoliciesByItemIdErrors];
6841
6506
 
6842
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesResponses = {
6507
+ export type GetStockItemWarrantyPoliciesByItemIdResponses = {
6843
6508
  /**
6844
6509
  * OK
6845
6510
  */
6846
6511
  200: ItemWarrantyPolicyDtoListEnvelopeReadable;
6847
6512
  };
6848
6513
 
6849
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesResponse = GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesResponses[keyof GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesResponses];
6514
+ export type GetStockItemWarrantyPoliciesByItemIdResponse = GetStockItemWarrantyPoliciesByItemIdResponses[keyof GetStockItemWarrantyPoliciesByItemIdResponses];
6850
6515
 
6851
- export type DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdData = {
6516
+ export type RemoveWarrantyPolicyFromStockItemData = {
6852
6517
  body?: never;
6853
6518
  headers?: {
6854
6519
  'x-api-version'?: string;
@@ -6864,7 +6529,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarranty
6864
6529
  url: '/api/v2/CatalogService/Items/{itemId}/WarrantyPolicies/{itemWarrantyPolicyId}';
6865
6530
  };
6866
6531
 
6867
- export type DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdErrors = {
6532
+ export type RemoveWarrantyPolicyFromStockItemErrors = {
6868
6533
  /**
6869
6534
  * Unauthorized
6870
6535
  */
@@ -6875,18 +6540,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarranty
6875
6540
  403: ErrorEnvelopeReadable;
6876
6541
  };
6877
6542
 
6878
- export type DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdError = DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdErrors];
6543
+ export type RemoveWarrantyPolicyFromStockItemError = RemoveWarrantyPolicyFromStockItemErrors[keyof RemoveWarrantyPolicyFromStockItemErrors];
6879
6544
 
6880
- export type DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponses = {
6545
+ export type RemoveWarrantyPolicyFromStockItemResponses = {
6881
6546
  /**
6882
6547
  * OK
6883
6548
  */
6884
6549
  200: ItemWarrantyPolicyDtoEnvelopeReadable;
6885
6550
  };
6886
6551
 
6887
- export type DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponse = DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponses];
6552
+ export type RemoveWarrantyPolicyFromStockItemResponse = RemoveWarrantyPolicyFromStockItemResponses[keyof RemoveWarrantyPolicyFromStockItemResponses];
6888
6553
 
6889
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdData = {
6554
+ export type GetStockItemWarrantyPolicyByIdData = {
6890
6555
  body?: never;
6891
6556
  headers?: {
6892
6557
  'x-api-version'?: string;
@@ -6901,7 +6566,7 @@ export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPol
6901
6566
  url: '/api/v2/CatalogService/Items/{itemId}/WarrantyPolicies/{itemWarrantyPolicyId}';
6902
6567
  };
6903
6568
 
6904
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdErrors = {
6569
+ export type GetStockItemWarrantyPolicyByIdErrors = {
6905
6570
  /**
6906
6571
  * Unauthorized
6907
6572
  */
@@ -6912,18 +6577,18 @@ export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPol
6912
6577
  403: ErrorEnvelopeReadable;
6913
6578
  };
6914
6579
 
6915
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdError = GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdErrors];
6580
+ export type GetStockItemWarrantyPolicyByIdError = GetStockItemWarrantyPolicyByIdErrors[keyof GetStockItemWarrantyPolicyByIdErrors];
6916
6581
 
6917
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponses = {
6582
+ export type GetStockItemWarrantyPolicyByIdResponses = {
6918
6583
  /**
6919
6584
  * OK
6920
6585
  */
6921
6586
  200: ItemWarrantyPolicyDtoEnvelopeReadable;
6922
6587
  };
6923
6588
 
6924
- export type GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponse = GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponses];
6589
+ export type GetStockItemWarrantyPolicyByIdResponse = GetStockItemWarrantyPolicyByIdResponses[keyof GetStockItemWarrantyPolicyByIdResponses];
6925
6590
 
6926
- export type PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdData = {
6591
+ export type RelateWarrantyPolicyToStockItemData = {
6927
6592
  body?: never;
6928
6593
  headers?: {
6929
6594
  'x-api-version'?: string;
@@ -6939,7 +6604,7 @@ export type PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPo
6939
6604
  url: '/api/v2/CatalogService/Items/{itemId}/WarrantyPolicies/{itemWarrantyPolicyId}';
6940
6605
  };
6941
6606
 
6942
- export type PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdErrors = {
6607
+ export type RelateWarrantyPolicyToStockItemErrors = {
6943
6608
  /**
6944
6609
  * Unauthorized
6945
6610
  */
@@ -6950,18 +6615,18 @@ export type PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPo
6950
6615
  403: ErrorEnvelopeReadable;
6951
6616
  };
6952
6617
 
6953
- export type PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdError = PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdErrors];
6618
+ export type RelateWarrantyPolicyToStockItemError = RelateWarrantyPolicyToStockItemErrors[keyof RelateWarrantyPolicyToStockItemErrors];
6954
6619
 
6955
- export type PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponses = {
6620
+ export type RelateWarrantyPolicyToStockItemResponses = {
6956
6621
  /**
6957
6622
  * OK
6958
6623
  */
6959
6624
  200: ItemWarrantyPolicyDtoEnvelopeReadable;
6960
6625
  };
6961
6626
 
6962
- export type PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponse = PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdWarrantyPoliciesByItemWarrantyPolicyIdResponses];
6627
+ export type RelateWarrantyPolicyToStockItemResponse = RelateWarrantyPolicyToStockItemResponses[keyof RelateWarrantyPolicyToStockItemResponses];
6963
6628
 
6964
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsData = {
6629
+ export type GetStockItemAttributeOptionsByItemIdData = {
6965
6630
  body?: never;
6966
6631
  headers?: {
6967
6632
  'x-api-version'?: string;
@@ -6975,7 +6640,7 @@ export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsData = {
6975
6640
  url: '/api/v2/CatalogService/Items/{itemId}/AttributeOptions';
6976
6641
  };
6977
6642
 
6978
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsErrors = {
6643
+ export type GetStockItemAttributeOptionsByItemIdErrors = {
6979
6644
  /**
6980
6645
  * Unauthorized
6981
6646
  */
@@ -6986,18 +6651,18 @@ export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsErrors = {
6986
6651
  403: ErrorEnvelopeReadable;
6987
6652
  };
6988
6653
 
6989
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsError = GetApiV2CatalogServiceItemsByItemIdAttributeOptionsErrors[keyof GetApiV2CatalogServiceItemsByItemIdAttributeOptionsErrors];
6654
+ export type GetStockItemAttributeOptionsByItemIdError = GetStockItemAttributeOptionsByItemIdErrors[keyof GetStockItemAttributeOptionsByItemIdErrors];
6990
6655
 
6991
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsResponses = {
6656
+ export type GetStockItemAttributeOptionsByItemIdResponses = {
6992
6657
  /**
6993
6658
  * OK
6994
6659
  */
6995
6660
  200: ItemAttributeOptionDtoListEnvelopeReadable;
6996
6661
  };
6997
6662
 
6998
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsResponse = GetApiV2CatalogServiceItemsByItemIdAttributeOptionsResponses[keyof GetApiV2CatalogServiceItemsByItemIdAttributeOptionsResponses];
6663
+ export type GetStockItemAttributeOptionsByItemIdResponse = GetStockItemAttributeOptionsByItemIdResponses[keyof GetStockItemAttributeOptionsByItemIdResponses];
6999
6664
 
7000
- export type DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdData = {
6665
+ export type RemoveAttributeOptionFromStockItemData = {
7001
6666
  body?: never;
7002
6667
  headers?: {
7003
6668
  'x-api-version'?: string;
@@ -7012,7 +6677,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttribut
7012
6677
  url: '/api/v2/CatalogService/Items/{itemId}/AttributeOptions/{itemAttributeOptionId}';
7013
6678
  };
7014
6679
 
7015
- export type DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdErrors = {
6680
+ export type RemoveAttributeOptionFromStockItemErrors = {
7016
6681
  /**
7017
6682
  * Unauthorized
7018
6683
  */
@@ -7023,18 +6688,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttribut
7023
6688
  403: ErrorEnvelopeReadable;
7024
6689
  };
7025
6690
 
7026
- export type DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdError = DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdErrors];
6691
+ export type RemoveAttributeOptionFromStockItemError = RemoveAttributeOptionFromStockItemErrors[keyof RemoveAttributeOptionFromStockItemErrors];
7027
6692
 
7028
- export type DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponses = {
6693
+ export type RemoveAttributeOptionFromStockItemResponses = {
7029
6694
  /**
7030
6695
  * OK
7031
6696
  */
7032
6697
  200: ItemAttributeOptionDtoEnvelopeReadable;
7033
6698
  };
7034
6699
 
7035
- export type DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponse = DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponses];
6700
+ export type RemoveAttributeOptionFromStockItemResponse = RemoveAttributeOptionFromStockItemResponses[keyof RemoveAttributeOptionFromStockItemResponses];
7036
6701
 
7037
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdData = {
6702
+ export type GetStockItemAttributeOptionByIdData = {
7038
6703
  body?: never;
7039
6704
  headers?: {
7040
6705
  'x-api-version'?: string;
@@ -7049,7 +6714,7 @@ export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOp
7049
6714
  url: '/api/v2/CatalogService/Items/{itemId}/AttributeOptions/{itemAttributeOptionId}';
7050
6715
  };
7051
6716
 
7052
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdErrors = {
6717
+ export type GetStockItemAttributeOptionByIdErrors = {
7053
6718
  /**
7054
6719
  * Unauthorized
7055
6720
  */
@@ -7060,18 +6725,18 @@ export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOp
7060
6725
  403: ErrorEnvelopeReadable;
7061
6726
  };
7062
6727
 
7063
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdError = GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdErrors];
6728
+ export type GetStockItemAttributeOptionByIdError = GetStockItemAttributeOptionByIdErrors[keyof GetStockItemAttributeOptionByIdErrors];
7064
6729
 
7065
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponses = {
6730
+ export type GetStockItemAttributeOptionByIdResponses = {
7066
6731
  /**
7067
6732
  * OK
7068
6733
  */
7069
6734
  200: ItemAttributeOptionDtoEnvelopeReadable;
7070
6735
  };
7071
6736
 
7072
- export type GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponse = GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponses];
6737
+ export type GetStockItemAttributeOptionByIdResponse = GetStockItemAttributeOptionByIdResponses[keyof GetStockItemAttributeOptionByIdResponses];
7073
6738
 
7074
- export type PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdData = {
6739
+ export type RelateAttributeOptionToStockItemData = {
7075
6740
  body?: never;
7076
6741
  headers?: {
7077
6742
  'x-api-version'?: string;
@@ -7086,7 +6751,7 @@ export type PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeO
7086
6751
  url: '/api/v2/CatalogService/Items/{itemId}/AttributeOptions/{itemAttributeOptionId}';
7087
6752
  };
7088
6753
 
7089
- export type PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdErrors = {
6754
+ export type RelateAttributeOptionToStockItemErrors = {
7090
6755
  /**
7091
6756
  * Unauthorized
7092
6757
  */
@@ -7097,18 +6762,18 @@ export type PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeO
7097
6762
  403: ErrorEnvelopeReadable;
7098
6763
  };
7099
6764
 
7100
- export type PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdError = PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdErrors];
6765
+ export type RelateAttributeOptionToStockItemError = RelateAttributeOptionToStockItemErrors[keyof RelateAttributeOptionToStockItemErrors];
7101
6766
 
7102
- export type PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponses = {
6767
+ export type RelateAttributeOptionToStockItemResponses = {
7103
6768
  /**
7104
6769
  * OK
7105
6770
  */
7106
6771
  200: ItemAttributeOptionDtoEnvelopeReadable;
7107
6772
  };
7108
6773
 
7109
- export type PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponse = PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdAttributeOptionsByItemAttributeOptionIdResponses];
6774
+ export type RelateAttributeOptionToStockItemResponse = RelateAttributeOptionToStockItemResponses[keyof RelateAttributeOptionToStockItemResponses];
7110
6775
 
7111
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesData = {
6776
+ export type GetStockItemGoogleCategoriesByItemIdData = {
7112
6777
  body?: never;
7113
6778
  headers?: {
7114
6779
  'x-api-version'?: string;
@@ -7122,7 +6787,7 @@ export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesData = {
7122
6787
  url: '/api/v2/CatalogService/Items/{itemId}/GoogleCategories';
7123
6788
  };
7124
6789
 
7125
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesErrors = {
6790
+ export type GetStockItemGoogleCategoriesByItemIdErrors = {
7126
6791
  /**
7127
6792
  * Unauthorized
7128
6793
  */
@@ -7133,18 +6798,18 @@ export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesErrors = {
7133
6798
  403: ErrorEnvelopeReadable;
7134
6799
  };
7135
6800
 
7136
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesError = GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesErrors[keyof GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesErrors];
6801
+ export type GetStockItemGoogleCategoriesByItemIdError = GetStockItemGoogleCategoriesByItemIdErrors[keyof GetStockItemGoogleCategoriesByItemIdErrors];
7137
6802
 
7138
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesResponses = {
6803
+ export type GetStockItemGoogleCategoriesByItemIdResponses = {
7139
6804
  /**
7140
6805
  * OK
7141
6806
  */
7142
6807
  200: ItemGoogleCategoryDtoListEnvelopeReadable;
7143
6808
  };
7144
6809
 
7145
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesResponse = GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesResponses[keyof GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesResponses];
6810
+ export type GetStockItemGoogleCategoriesByItemIdResponse = GetStockItemGoogleCategoriesByItemIdResponses[keyof GetStockItemGoogleCategoriesByItemIdResponses];
7146
6811
 
7147
- export type DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdData = {
6812
+ export type RemoveGoogleCategoryFromStockItemData = {
7148
6813
  body?: never;
7149
6814
  headers?: {
7150
6815
  'x-api-version'?: string;
@@ -7160,7 +6825,7 @@ export type DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCa
7160
6825
  url: '/api/v2/CatalogService/Items/{itemId}/GoogleCategories/{itemGoogleCategoryId}';
7161
6826
  };
7162
6827
 
7163
- export type DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdErrors = {
6828
+ export type RemoveGoogleCategoryFromStockItemErrors = {
7164
6829
  /**
7165
6830
  * Unauthorized
7166
6831
  */
@@ -7171,18 +6836,18 @@ export type DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCa
7171
6836
  403: ErrorEnvelopeReadable;
7172
6837
  };
7173
6838
 
7174
- export type DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdError = DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdErrors[keyof DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdErrors];
6839
+ export type RemoveGoogleCategoryFromStockItemError = RemoveGoogleCategoryFromStockItemErrors[keyof RemoveGoogleCategoryFromStockItemErrors];
7175
6840
 
7176
- export type DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponses = {
6841
+ export type RemoveGoogleCategoryFromStockItemResponses = {
7177
6842
  /**
7178
6843
  * OK
7179
6844
  */
7180
6845
  200: ItemGoogleCategoryDtoEnvelopeReadable;
7181
6846
  };
7182
6847
 
7183
- export type DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponse = DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponses[keyof DeleteApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponses];
6848
+ export type RemoveGoogleCategoryFromStockItemResponse = RemoveGoogleCategoryFromStockItemResponses[keyof RemoveGoogleCategoryFromStockItemResponses];
7184
6849
 
7185
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdData = {
6850
+ export type GetStockItemGoogleCategoryByIdData = {
7186
6851
  body?: never;
7187
6852
  headers?: {
7188
6853
  'x-api-version'?: string;
@@ -7197,7 +6862,7 @@ export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCateg
7197
6862
  url: '/api/v2/CatalogService/Items/{itemId}/GoogleCategories/{itemGoogleCategoryId}';
7198
6863
  };
7199
6864
 
7200
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdErrors = {
6865
+ export type GetStockItemGoogleCategoryByIdErrors = {
7201
6866
  /**
7202
6867
  * Unauthorized
7203
6868
  */
@@ -7208,18 +6873,18 @@ export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCateg
7208
6873
  403: ErrorEnvelopeReadable;
7209
6874
  };
7210
6875
 
7211
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdError = GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdErrors[keyof GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdErrors];
6876
+ export type GetStockItemGoogleCategoryByIdError = GetStockItemGoogleCategoryByIdErrors[keyof GetStockItemGoogleCategoryByIdErrors];
7212
6877
 
7213
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponses = {
6878
+ export type GetStockItemGoogleCategoryByIdResponses = {
7214
6879
  /**
7215
6880
  * OK
7216
6881
  */
7217
6882
  200: ItemGoogleCategoryDtoEnvelopeReadable;
7218
6883
  };
7219
6884
 
7220
- export type GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponse = GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponses[keyof GetApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponses];
6885
+ export type GetStockItemGoogleCategoryByIdResponse = GetStockItemGoogleCategoryByIdResponses[keyof GetStockItemGoogleCategoryByIdResponses];
7221
6886
 
7222
- export type PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdData = {
6887
+ export type RelateGoogleCategoryToStockItemData = {
7223
6888
  body?: never;
7224
6889
  headers?: {
7225
6890
  'x-api-version'?: string;
@@ -7235,7 +6900,7 @@ export type PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCate
7235
6900
  url: '/api/v2/CatalogService/Items/{itemId}/GoogleCategories/{itemGoogleCategoryId}';
7236
6901
  };
7237
6902
 
7238
- export type PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdErrors = {
6903
+ export type RelateGoogleCategoryToStockItemErrors = {
7239
6904
  /**
7240
6905
  * Unauthorized
7241
6906
  */
@@ -7246,16 +6911,16 @@ export type PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCate
7246
6911
  403: ErrorEnvelopeReadable;
7247
6912
  };
7248
6913
 
7249
- export type PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdError = PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdErrors[keyof PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdErrors];
6914
+ export type RelateGoogleCategoryToStockItemError = RelateGoogleCategoryToStockItemErrors[keyof RelateGoogleCategoryToStockItemErrors];
7250
6915
 
7251
- export type PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponses = {
6916
+ export type RelateGoogleCategoryToStockItemResponses = {
7252
6917
  /**
7253
6918
  * OK
7254
6919
  */
7255
6920
  200: ItemGoogleCategoryDtoEnvelopeReadable;
7256
6921
  };
7257
6922
 
7258
- export type PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponse = PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponses[keyof PostApiV2CatalogServiceItemsByItemIdGoogleCategoriesByItemGoogleCategoryIdResponses];
6923
+ export type RelateGoogleCategoryToStockItemResponse = RelateGoogleCategoryToStockItemResponses[keyof RelateGoogleCategoryToStockItemResponses];
7259
6924
 
7260
6925
  export type GetItemShippingPoliciesAsyncData = {
7261
6926
  body?: never;
@@ -7471,7 +7136,7 @@ export type GetItemTagsAsyncResponses = {
7471
7136
  export type GetItemTagsAsyncResponse = GetItemTagsAsyncResponses[keyof GetItemTagsAsyncResponses];
7472
7137
 
7473
7138
  export type CreateItemTagAsyncData = {
7474
- body?: ItemTagCreateDtoWritable;
7139
+ body?: ItemTagCreateDto;
7475
7140
  headers?: {
7476
7141
  'x-api-version'?: string;
7477
7142
  };
@@ -7860,7 +7525,7 @@ export type GetItemTypesAsyncResponses = {
7860
7525
  export type GetItemTypesAsyncResponse = GetItemTypesAsyncResponses[keyof GetItemTypesAsyncResponses];
7861
7526
 
7862
7527
  export type CreateItemTypeAsyncData = {
7863
- body?: ItemTypeCreateDtoWritable;
7528
+ body?: ItemTypeCreateDto;
7864
7529
  headers?: {
7865
7530
  'x-api-version'?: string;
7866
7531
  };
@@ -8320,7 +7985,7 @@ export type GetPricingRulesResponses = {
8320
7985
  export type GetPricingRulesResponse = GetPricingRulesResponses[keyof GetPricingRulesResponses];
8321
7986
 
8322
7987
  export type CreatePricingRuleData = {
8323
- body?: PricingRuleCreateDtoWritable;
7988
+ body?: PricingRuleCreateDto;
8324
7989
  headers?: {
8325
7990
  'x-api-version'?: string;
8326
7991
  };