@propeller-commerce/propeller-sdk-v2 0.11.1

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 (4157) hide show
  1. package/CHANGELOG.md +669 -0
  2. package/LICENSE +21 -0
  3. package/README.md +508 -0
  4. package/dist/cjs/client/GraphQLClient.d.ts +280 -0
  5. package/dist/cjs/client/GraphQLClient.js +414 -0
  6. package/dist/cjs/client/GraphQLOperationError.d.ts +29 -0
  7. package/dist/cjs/client/GraphQLOperationError.js +17 -0
  8. package/dist/cjs/client/index.d.ts +16 -0
  9. package/dist/cjs/client/index.js +24 -0
  10. package/dist/cjs/enum/ALLOW_QUOTE_INVALIDATION.d.ts +10 -0
  11. package/dist/cjs/enum/ALLOW_QUOTE_INVALIDATION.js +14 -0
  12. package/dist/cjs/enum/AddressType.d.ts +12 -0
  13. package/dist/cjs/enum/AddressType.js +16 -0
  14. package/dist/cjs/enum/AdminUserSortField.d.ts +10 -0
  15. package/dist/cjs/enum/AdminUserSortField.js +14 -0
  16. package/dist/cjs/enum/AttributeAttributeDescriptionTermField.d.ts +10 -0
  17. package/dist/cjs/enum/AttributeAttributeDescriptionTermField.js +14 -0
  18. package/dist/cjs/enum/AttributeDescriptionClass.d.ts +12 -0
  19. package/dist/cjs/enum/AttributeDescriptionClass.js +16 -0
  20. package/dist/cjs/enum/AttributeDescriptionFieldName.d.ts +25 -0
  21. package/dist/cjs/enum/AttributeDescriptionFieldName.js +29 -0
  22. package/dist/cjs/enum/AttributeDescriptionSortField.d.ts +9 -0
  23. package/dist/cjs/enum/AttributeDescriptionSortField.js +13 -0
  24. package/dist/cjs/enum/AttributeFieldName.d.ts +32 -0
  25. package/dist/cjs/enum/AttributeFieldName.js +36 -0
  26. package/dist/cjs/enum/AttributeType.d.ts +18 -0
  27. package/dist/cjs/enum/AttributeType.js +22 -0
  28. package/dist/cjs/enum/Auto.d.ts +8 -0
  29. package/dist/cjs/enum/Auto.js +12 -0
  30. package/dist/cjs/enum/BulkCostPriceFieldName.d.ts +11 -0
  31. package/dist/cjs/enum/BulkCostPriceFieldName.js +15 -0
  32. package/dist/cjs/enum/BulkPriceFieldName.d.ts +11 -0
  33. package/dist/cjs/enum/BulkPriceFieldName.js +15 -0
  34. package/dist/cjs/enum/BulkPriceSortField.d.ts +13 -0
  35. package/dist/cjs/enum/BulkPriceSortField.js +17 -0
  36. package/dist/cjs/enum/BundleCondition.d.ts +8 -0
  37. package/dist/cjs/enum/BundleCondition.js +12 -0
  38. package/dist/cjs/enum/BundleSortField.d.ts +10 -0
  39. package/dist/cjs/enum/BundleSortField.js +14 -0
  40. package/dist/cjs/enum/BusinessRuleArrayExpressionOperators.d.ts +6 -0
  41. package/dist/cjs/enum/BusinessRuleArrayExpressionOperators.js +10 -0
  42. package/dist/cjs/enum/BusinessRuleComplexExpressionAction.d.ts +6 -0
  43. package/dist/cjs/enum/BusinessRuleComplexExpressionAction.js +10 -0
  44. package/dist/cjs/enum/BusinessRuleDateExpressionOperators.d.ts +6 -0
  45. package/dist/cjs/enum/BusinessRuleDateExpressionOperators.js +10 -0
  46. package/dist/cjs/enum/BusinessRuleDecisionTableColumnType.d.ts +6 -0
  47. package/dist/cjs/enum/BusinessRuleDecisionTableColumnType.js +10 -0
  48. package/dist/cjs/enum/BusinessRuleDecisionTableRowReorderDirection.d.ts +6 -0
  49. package/dist/cjs/enum/BusinessRuleDecisionTableRowReorderDirection.js +10 -0
  50. package/dist/cjs/enum/BusinessRuleExpressionGroupOperators.d.ts +6 -0
  51. package/dist/cjs/enum/BusinessRuleExpressionGroupOperators.js +10 -0
  52. package/dist/cjs/enum/BusinessRuleExpressionTypes.d.ts +6 -0
  53. package/dist/cjs/enum/BusinessRuleExpressionTypes.js +10 -0
  54. package/dist/cjs/enum/BusinessRuleHitPolicyOption.d.ts +6 -0
  55. package/dist/cjs/enum/BusinessRuleHitPolicyOption.js +10 -0
  56. package/dist/cjs/enum/BusinessRuleNodeType.d.ts +6 -0
  57. package/dist/cjs/enum/BusinessRuleNodeType.js +10 -0
  58. package/dist/cjs/enum/BusinessRuleNumberExpressionOperators.d.ts +6 -0
  59. package/dist/cjs/enum/BusinessRuleNumberExpressionOperators.js +10 -0
  60. package/dist/cjs/enum/BusinessRuleStringExpressionOperators.d.ts +6 -0
  61. package/dist/cjs/enum/BusinessRuleStringExpressionOperators.js +10 -0
  62. package/dist/cjs/enum/BusinessRuleType.d.ts +6 -0
  63. package/dist/cjs/enum/BusinessRuleType.js +10 -0
  64. package/dist/cjs/enum/CacheControlType.d.ts +8 -0
  65. package/dist/cjs/enum/CacheControlType.js +12 -0
  66. package/dist/cjs/enum/CarrierSortField.d.ts +10 -0
  67. package/dist/cjs/enum/CarrierSortField.js +14 -0
  68. package/dist/cjs/enum/CarrierType.d.ts +8 -0
  69. package/dist/cjs/enum/CarrierType.js +12 -0
  70. package/dist/cjs/enum/CartAddressType.d.ts +8 -0
  71. package/dist/cjs/enum/CartAddressType.js +12 -0
  72. package/dist/cjs/enum/CartSortField.d.ts +9 -0
  73. package/dist/cjs/enum/CartSortField.js +13 -0
  74. package/dist/cjs/enum/CartStatus.d.ts +10 -0
  75. package/dist/cjs/enum/CartStatus.js +14 -0
  76. package/dist/cjs/enum/CategoryFieldName.d.ts +22 -0
  77. package/dist/cjs/enum/CategoryFieldName.js +26 -0
  78. package/dist/cjs/enum/CategorySortableFields.d.ts +9 -0
  79. package/dist/cjs/enum/CategorySortableFields.js +13 -0
  80. package/dist/cjs/enum/ClusterBulkMoveErrorCode.d.ts +9 -0
  81. package/dist/cjs/enum/ClusterBulkMoveErrorCode.js +13 -0
  82. package/dist/cjs/enum/ClusterConfigSettingDisplayType.d.ts +10 -0
  83. package/dist/cjs/enum/ClusterConfigSettingDisplayType.js +14 -0
  84. package/dist/cjs/enum/ClusterConfigSettingType.d.ts +11 -0
  85. package/dist/cjs/enum/ClusterConfigSettingType.js +15 -0
  86. package/dist/cjs/enum/ClusterDrillDownDisplayType.d.ts +6 -0
  87. package/dist/cjs/enum/ClusterDrillDownDisplayType.js +10 -0
  88. package/dist/cjs/enum/ClusterFieldName.d.ts +23 -0
  89. package/dist/cjs/enum/ClusterFieldName.js +27 -0
  90. package/dist/cjs/enum/CompanyFieldName.d.ts +17 -0
  91. package/dist/cjs/enum/CompanyFieldName.js +21 -0
  92. package/dist/cjs/enum/CompanySearchIndexTemplate.d.ts +16 -0
  93. package/dist/cjs/enum/CompanySearchIndexTemplate.js +20 -0
  94. package/dist/cjs/enum/CompanySearchSortField.d.ts +79 -0
  95. package/dist/cjs/enum/CompanySearchSortField.js +83 -0
  96. package/dist/cjs/enum/CompanySortableField.d.ts +9 -0
  97. package/dist/cjs/enum/CompanySortableField.js +13 -0
  98. package/dist/cjs/enum/CompanyTermFieldName.d.ts +64 -0
  99. package/dist/cjs/enum/CompanyTermFieldName.js +68 -0
  100. package/dist/cjs/enum/ContactFieldName.d.ts +25 -0
  101. package/dist/cjs/enum/ContactFieldName.js +29 -0
  102. package/dist/cjs/enum/ContactSortableField.d.ts +10 -0
  103. package/dist/cjs/enum/ContactSortableField.js +14 -0
  104. package/dist/cjs/enum/CostPriceSortField.d.ts +11 -0
  105. package/dist/cjs/enum/CostPriceSortField.js +15 -0
  106. package/dist/cjs/enum/CrossupsellSortField.d.ts +15 -0
  107. package/dist/cjs/enum/CrossupsellSortField.js +19 -0
  108. package/dist/cjs/enum/CrossupsellType.d.ts +11 -0
  109. package/dist/cjs/enum/CrossupsellType.js +15 -0
  110. package/dist/cjs/enum/CsvRecordErrorCode.d.ts +6 -0
  111. package/dist/cjs/enum/CsvRecordErrorCode.js +10 -0
  112. package/dist/cjs/enum/CustomerFieldName.d.ts +22 -0
  113. package/dist/cjs/enum/CustomerFieldName.js +26 -0
  114. package/dist/cjs/enum/CustomerSortableField.d.ts +9 -0
  115. package/dist/cjs/enum/CustomerSortableField.js +13 -0
  116. package/dist/cjs/enum/DiscountFieldName.d.ts +15 -0
  117. package/dist/cjs/enum/DiscountFieldName.js +19 -0
  118. package/dist/cjs/enum/DiscountSortField.d.ts +18 -0
  119. package/dist/cjs/enum/DiscountSortField.js +22 -0
  120. package/dist/cjs/enum/DiscountType.d.ts +8 -0
  121. package/dist/cjs/enum/DiscountType.js +12 -0
  122. package/dist/cjs/enum/DocumentFieldName.d.ts +18 -0
  123. package/dist/cjs/enum/DocumentFieldName.js +22 -0
  124. package/dist/cjs/enum/EmailEventType.d.ts +6 -0
  125. package/dist/cjs/enum/EmailEventType.js +10 -0
  126. package/dist/cjs/enum/EventActionConfigSortField.d.ts +9 -0
  127. package/dist/cjs/enum/EventActionConfigSortField.js +13 -0
  128. package/dist/cjs/enum/EventTrigger.d.ts +8 -0
  129. package/dist/cjs/enum/EventTrigger.js +12 -0
  130. package/dist/cjs/enum/FeaturesEnableDisable.d.ts +7 -0
  131. package/dist/cjs/enum/FeaturesEnableDisable.js +11 -0
  132. package/dist/cjs/enum/Fit.d.ts +9 -0
  133. package/dist/cjs/enum/Fit.js +13 -0
  134. package/dist/cjs/enum/Format.d.ts +20 -0
  135. package/dist/cjs/enum/Format.js +24 -0
  136. package/dist/cjs/enum/Gender.d.ts +12 -0
  137. package/dist/cjs/enum/Gender.js +16 -0
  138. package/dist/cjs/enum/ImageFieldName.d.ts +18 -0
  139. package/dist/cjs/enum/ImageFieldName.js +22 -0
  140. package/dist/cjs/enum/ImageMetadata.d.ts +7 -0
  141. package/dist/cjs/enum/ImageMetadata.js +11 -0
  142. package/dist/cjs/enum/IncentiveActions.d.ts +6 -0
  143. package/dist/cjs/enum/IncentiveActions.js +10 -0
  144. package/dist/cjs/enum/IncentiveDiscountType.d.ts +8 -0
  145. package/dist/cjs/enum/IncentiveDiscountType.js +12 -0
  146. package/dist/cjs/enum/InventoryFieldName.d.ts +23 -0
  147. package/dist/cjs/enum/InventoryFieldName.js +27 -0
  148. package/dist/cjs/enum/InventoryType.d.ts +8 -0
  149. package/dist/cjs/enum/InventoryType.js +12 -0
  150. package/dist/cjs/enum/Level.d.ts +24 -0
  151. package/dist/cjs/enum/Level.js +28 -0
  152. package/dist/cjs/enum/NumberExpressionOperator.d.ts +8 -0
  153. package/dist/cjs/enum/NumberExpressionOperator.js +12 -0
  154. package/dist/cjs/enum/Optimize.d.ts +9 -0
  155. package/dist/cjs/enum/Optimize.js +13 -0
  156. package/dist/cjs/enum/OrderDiscountType.d.ts +9 -0
  157. package/dist/cjs/enum/OrderDiscountType.js +13 -0
  158. package/dist/cjs/enum/OrderExportStatus.d.ts +10 -0
  159. package/dist/cjs/enum/OrderExportStatus.js +14 -0
  160. package/dist/cjs/enum/OrderItemClass.d.ts +12 -0
  161. package/dist/cjs/enum/OrderItemClass.js +16 -0
  162. package/dist/cjs/enum/OrderItemIncentiveCode.d.ts +12 -0
  163. package/dist/cjs/enum/OrderItemIncentiveCode.js +16 -0
  164. package/dist/cjs/enum/OrderRevisionSortField.d.ts +10 -0
  165. package/dist/cjs/enum/OrderRevisionSortField.js +14 -0
  166. package/dist/cjs/enum/OrderSearchFields.d.ts +29 -0
  167. package/dist/cjs/enum/OrderSearchFields.js +33 -0
  168. package/dist/cjs/enum/OrderSortField.d.ts +12 -0
  169. package/dist/cjs/enum/OrderSortField.js +16 -0
  170. package/dist/cjs/enum/OrderStatusOrderType.d.ts +9 -0
  171. package/dist/cjs/enum/OrderStatusOrderType.js +13 -0
  172. package/dist/cjs/enum/OrderStatusSetSortField.d.ts +8 -0
  173. package/dist/cjs/enum/OrderStatusSetSortField.js +12 -0
  174. package/dist/cjs/enum/OrderStatusSortField.d.ts +12 -0
  175. package/dist/cjs/enum/OrderStatusSortField.js +16 -0
  176. package/dist/cjs/enum/OrderStatusType.d.ts +10 -0
  177. package/dist/cjs/enum/OrderStatusType.js +14 -0
  178. package/dist/cjs/enum/OrderType.d.ts +14 -0
  179. package/dist/cjs/enum/OrderType.js +18 -0
  180. package/dist/cjs/enum/OrderlistSortField.d.ts +12 -0
  181. package/dist/cjs/enum/OrderlistSortField.js +16 -0
  182. package/dist/cjs/enum/OrderlistType.d.ts +8 -0
  183. package/dist/cjs/enum/OrderlistType.js +12 -0
  184. package/dist/cjs/enum/Orient.d.ts +19 -0
  185. package/dist/cjs/enum/Orient.js +23 -0
  186. package/dist/cjs/enum/PayMethodSortField.d.ts +10 -0
  187. package/dist/cjs/enum/PayMethodSortField.js +14 -0
  188. package/dist/cjs/enum/PaymentStatuses.d.ts +15 -0
  189. package/dist/cjs/enum/PaymentStatuses.js +19 -0
  190. package/dist/cjs/enum/PriceDiscountType.d.ts +9 -0
  191. package/dist/cjs/enum/PriceDiscountType.js +13 -0
  192. package/dist/cjs/enum/PriceDisplay.d.ts +13 -0
  193. package/dist/cjs/enum/PriceDisplay.js +17 -0
  194. package/dist/cjs/enum/PriceElementType.d.ts +10 -0
  195. package/dist/cjs/enum/PriceElementType.js +14 -0
  196. package/dist/cjs/enum/PriceFieldName.d.ts +17 -0
  197. package/dist/cjs/enum/PriceFieldName.js +21 -0
  198. package/dist/cjs/enum/PriceMode.d.ts +8 -0
  199. package/dist/cjs/enum/PriceMode.js +12 -0
  200. package/dist/cjs/enum/PriceSortField.d.ts +18 -0
  201. package/dist/cjs/enum/PriceSortField.js +22 -0
  202. package/dist/cjs/enum/PricesheetFieldName.d.ts +12 -0
  203. package/dist/cjs/enum/PricesheetFieldName.js +16 -0
  204. package/dist/cjs/enum/PricesheetSortField.d.ts +15 -0
  205. package/dist/cjs/enum/PricesheetSortField.js +19 -0
  206. package/dist/cjs/enum/ProductBulkMoveErrorCode.d.ts +9 -0
  207. package/dist/cjs/enum/ProductBulkMoveErrorCode.js +13 -0
  208. package/dist/cjs/enum/ProductClass.d.ts +8 -0
  209. package/dist/cjs/enum/ProductClass.js +12 -0
  210. package/dist/cjs/enum/ProductContainerClass.d.ts +8 -0
  211. package/dist/cjs/enum/ProductContainerClass.js +12 -0
  212. package/dist/cjs/enum/ProductFieldName.d.ts +53 -0
  213. package/dist/cjs/enum/ProductFieldName.js +57 -0
  214. package/dist/cjs/enum/ProductSearchableField.d.ts +20 -0
  215. package/dist/cjs/enum/ProductSearchableField.js +24 -0
  216. package/dist/cjs/enum/ProductSortField.d.ts +16 -0
  217. package/dist/cjs/enum/ProductSortField.js +20 -0
  218. package/dist/cjs/enum/ProductStatus.d.ts +18 -0
  219. package/dist/cjs/enum/ProductStatus.js +22 -0
  220. package/dist/cjs/enum/PurchaseRole.d.ts +8 -0
  221. package/dist/cjs/enum/PurchaseRole.js +12 -0
  222. package/dist/cjs/enum/RESTRICT_SALES_PRICING_VISIBILITY.d.ts +11 -0
  223. package/dist/cjs/enum/RESTRICT_SALES_PRICING_VISIBILITY.js +15 -0
  224. package/dist/cjs/enum/ResizeFilter.d.ts +11 -0
  225. package/dist/cjs/enum/ResizeFilter.js +15 -0
  226. package/dist/cjs/enum/RoleAccess.d.ts +7 -0
  227. package/dist/cjs/enum/RoleAccess.js +11 -0
  228. package/dist/cjs/enum/RoleDefinitionSortableFields.d.ts +8 -0
  229. package/dist/cjs/enum/RoleDefinitionSortableFields.js +12 -0
  230. package/dist/cjs/enum/RoleSortableFields.d.ts +6 -0
  231. package/dist/cjs/enum/RoleSortableFields.js +10 -0
  232. package/dist/cjs/enum/ShipmentItemSortField.d.ts +14 -0
  233. package/dist/cjs/enum/ShipmentItemSortField.js +18 -0
  234. package/dist/cjs/enum/ShipmentSortField.d.ts +12 -0
  235. package/dist/cjs/enum/ShipmentSortField.js +16 -0
  236. package/dist/cjs/enum/ShipmentStatus.d.ts +24 -0
  237. package/dist/cjs/enum/ShipmentStatus.js +28 -0
  238. package/dist/cjs/enum/Sort.d.ts +8 -0
  239. package/dist/cjs/enum/Sort.js +12 -0
  240. package/dist/cjs/enum/SortOrder.d.ts +16 -0
  241. package/dist/cjs/enum/SortOrder.js +20 -0
  242. package/dist/cjs/enum/SurchargeType.d.ts +10 -0
  243. package/dist/cjs/enum/SurchargeType.js +14 -0
  244. package/dist/cjs/enum/TaxCode.d.ts +14 -0
  245. package/dist/cjs/enum/TaxCode.js +18 -0
  246. package/dist/cjs/enum/TaxSortField.d.ts +14 -0
  247. package/dist/cjs/enum/TaxSortField.js +18 -0
  248. package/dist/cjs/enum/TemplateErrorLogSortField.d.ts +14 -0
  249. package/dist/cjs/enum/TemplateErrorLogSortField.js +18 -0
  250. package/dist/cjs/enum/TemplateErrorType.d.ts +10 -0
  251. package/dist/cjs/enum/TemplateErrorType.js +14 -0
  252. package/dist/cjs/enum/TemplateSortField.d.ts +6 -0
  253. package/dist/cjs/enum/TemplateSortField.js +10 -0
  254. package/dist/cjs/enum/TemplateType.d.ts +10 -0
  255. package/dist/cjs/enum/TemplateType.js +14 -0
  256. package/dist/cjs/enum/TenderAddressType.d.ts +10 -0
  257. package/dist/cjs/enum/TenderAddressType.js +14 -0
  258. package/dist/cjs/enum/TicketSortField.d.ts +45 -0
  259. package/dist/cjs/enum/TicketSortField.js +49 -0
  260. package/dist/cjs/enum/TicketStatus.d.ts +14 -0
  261. package/dist/cjs/enum/TicketStatus.js +18 -0
  262. package/dist/cjs/enum/TrackAndTraceSortField.d.ts +12 -0
  263. package/dist/cjs/enum/TrackAndTraceSortField.js +16 -0
  264. package/dist/cjs/enum/TransactionStatuses.d.ts +10 -0
  265. package/dist/cjs/enum/TransactionStatuses.js +14 -0
  266. package/dist/cjs/enum/TransactionTypes.d.ts +11 -0
  267. package/dist/cjs/enum/TransactionTypes.js +15 -0
  268. package/dist/cjs/enum/UploadType.d.ts +9 -0
  269. package/dist/cjs/enum/UploadType.js +13 -0
  270. package/dist/cjs/enum/ValuesetItemSortField.d.ts +9 -0
  271. package/dist/cjs/enum/ValuesetItemSortField.js +13 -0
  272. package/dist/cjs/enum/ValuesetSortField.d.ts +10 -0
  273. package/dist/cjs/enum/ValuesetSortField.js +14 -0
  274. package/dist/cjs/enum/ValuesetSortOrder.d.ts +8 -0
  275. package/dist/cjs/enum/ValuesetSortOrder.js +12 -0
  276. package/dist/cjs/enum/ValuesetType.d.ts +8 -0
  277. package/dist/cjs/enum/ValuesetType.js +12 -0
  278. package/dist/cjs/enum/VideoFieldName.d.ts +17 -0
  279. package/dist/cjs/enum/VideoFieldName.js +21 -0
  280. package/dist/cjs/enum/WarehouseSortField.d.ts +8 -0
  281. package/dist/cjs/enum/WarehouseSortField.js +12 -0
  282. package/dist/cjs/enum/YesNo.d.ts +10 -0
  283. package/dist/cjs/enum/YesNo.js +14 -0
  284. package/dist/cjs/enum/ZoneTaxCodeSortField.d.ts +11 -0
  285. package/dist/cjs/enum/ZoneTaxCodeSortField.js +15 -0
  286. package/dist/cjs/enum/index.d.ts +138 -0
  287. package/dist/cjs/enum/index.js +154 -0
  288. package/dist/cjs/generated/index.d.ts +2 -0
  289. package/dist/cjs/generated/index.js +19 -0
  290. package/dist/cjs/generated/operationVariables.d.ts +4283 -0
  291. package/dist/cjs/generated/operationVariables.js +2 -0
  292. package/dist/cjs/generated/operationVariablesPublic.d.ts +1 -0
  293. package/dist/cjs/generated/operationVariablesPublic.js +2 -0
  294. package/dist/cjs/generated/operations/addCompanyManager.d.ts +1 -0
  295. package/dist/cjs/generated/operations/addCompanyManager.js +8 -0
  296. package/dist/cjs/generated/operations/addSurchargesToProduct.d.ts +1 -0
  297. package/dist/cjs/generated/operations/addSurchargesToProduct.js +10 -0
  298. package/dist/cjs/generated/operations/addressesByCompanyId.d.ts +1 -0
  299. package/dist/cjs/generated/operations/addressesByCompanyId.js +37 -0
  300. package/dist/cjs/generated/operations/addressesByCustomerId.d.ts +1 -0
  301. package/dist/cjs/generated/operations/addressesByCustomerId.js +37 -0
  302. package/dist/cjs/generated/operations/addressesByOrderId.d.ts +1 -0
  303. package/dist/cjs/generated/operations/addressesByOrderId.js +37 -0
  304. package/dist/cjs/generated/operations/adminUser.d.ts +1 -0
  305. package/dist/cjs/generated/operations/adminUser.js +76 -0
  306. package/dist/cjs/generated/operations/adminUserCreate.d.ts +1 -0
  307. package/dist/cjs/generated/operations/adminUserCreate.js +76 -0
  308. package/dist/cjs/generated/operations/adminUserDelete.d.ts +1 -0
  309. package/dist/cjs/generated/operations/adminUserDelete.js +8 -0
  310. package/dist/cjs/generated/operations/adminUserTenant.d.ts +1 -0
  311. package/dist/cjs/generated/operations/adminUserTenant.js +52 -0
  312. package/dist/cjs/generated/operations/adminUserTenantCreate.d.ts +1 -0
  313. package/dist/cjs/generated/operations/adminUserTenantCreate.js +52 -0
  314. package/dist/cjs/generated/operations/adminUserTenantDelete.d.ts +1 -0
  315. package/dist/cjs/generated/operations/adminUserTenantDelete.js +52 -0
  316. package/dist/cjs/generated/operations/adminUserUpdate.d.ts +1 -0
  317. package/dist/cjs/generated/operations/adminUserUpdate.js +76 -0
  318. package/dist/cjs/generated/operations/adminUserViewer.d.ts +1 -0
  319. package/dist/cjs/generated/operations/adminUserViewer.js +76 -0
  320. package/dist/cjs/generated/operations/adminUsers.d.ts +1 -0
  321. package/dist/cjs/generated/operations/adminUsers.js +88 -0
  322. package/dist/cjs/generated/operations/attribute.d.ts +1 -0
  323. package/dist/cjs/generated/operations/attribute.js +306 -0
  324. package/dist/cjs/generated/operations/attributeCreate.d.ts +1 -0
  325. package/dist/cjs/generated/operations/attributeCreate.js +306 -0
  326. package/dist/cjs/generated/operations/attributeCsvImport.d.ts +1 -0
  327. package/dist/cjs/generated/operations/attributeCsvImport.js +19 -0
  328. package/dist/cjs/generated/operations/attributeDelete.d.ts +1 -0
  329. package/dist/cjs/generated/operations/attributeDelete.js +8 -0
  330. package/dist/cjs/generated/operations/attributeDescription.d.ts +1 -0
  331. package/dist/cjs/generated/operations/attributeDescription.js +34 -0
  332. package/dist/cjs/generated/operations/attributeDescriptionCreate.d.ts +1 -0
  333. package/dist/cjs/generated/operations/attributeDescriptionCreate.js +34 -0
  334. package/dist/cjs/generated/operations/attributeDescriptionCsvImport.d.ts +1 -0
  335. package/dist/cjs/generated/operations/attributeDescriptionCsvImport.js +19 -0
  336. package/dist/cjs/generated/operations/attributeDescriptionDelete.d.ts +1 -0
  337. package/dist/cjs/generated/operations/attributeDescriptionDelete.js +8 -0
  338. package/dist/cjs/generated/operations/attributeDescriptionDeleteBulk.d.ts +1 -0
  339. package/dist/cjs/generated/operations/attributeDescriptionDeleteBulk.js +14 -0
  340. package/dist/cjs/generated/operations/attributeDescriptionUpdate.d.ts +1 -0
  341. package/dist/cjs/generated/operations/attributeDescriptionUpdate.js +34 -0
  342. package/dist/cjs/generated/operations/attributeDescriptions.d.ts +1 -0
  343. package/dist/cjs/generated/operations/attributeDescriptions.js +46 -0
  344. package/dist/cjs/generated/operations/attributeResultByCategoryId.d.ts +1 -0
  345. package/dist/cjs/generated/operations/attributeResultByCategoryId.js +365 -0
  346. package/dist/cjs/generated/operations/attributeResultByClusterId.d.ts +1 -0
  347. package/dist/cjs/generated/operations/attributeResultByClusterId.js +365 -0
  348. package/dist/cjs/generated/operations/attributeResultByCompanyId.d.ts +1 -0
  349. package/dist/cjs/generated/operations/attributeResultByCompanyId.js +365 -0
  350. package/dist/cjs/generated/operations/attributeResultByContactId.d.ts +1 -0
  351. package/dist/cjs/generated/operations/attributeResultByContactId.js +365 -0
  352. package/dist/cjs/generated/operations/attributeResultByCustomerId.d.ts +1 -0
  353. package/dist/cjs/generated/operations/attributeResultByCustomerId.js +365 -0
  354. package/dist/cjs/generated/operations/attributeResultByProductId.d.ts +1 -0
  355. package/dist/cjs/generated/operations/attributeResultByProductId.js +365 -0
  356. package/dist/cjs/generated/operations/attributeUpdate.d.ts +1 -0
  357. package/dist/cjs/generated/operations/attributeUpdate.js +306 -0
  358. package/dist/cjs/generated/operations/attributes.d.ts +1 -0
  359. package/dist/cjs/generated/operations/attributes.js +314 -0
  360. package/dist/cjs/generated/operations/attributesByProductId.d.ts +1 -0
  361. package/dist/cjs/generated/operations/attributesByProductId.js +314 -0
  362. package/dist/cjs/generated/operations/authentication.d.ts +1 -0
  363. package/dist/cjs/generated/operations/authentication.js +52 -0
  364. package/dist/cjs/generated/operations/authenticationCreate.d.ts +1 -0
  365. package/dist/cjs/generated/operations/authenticationCreate.js +60 -0
  366. package/dist/cjs/generated/operations/authenticationDelete.d.ts +1 -0
  367. package/dist/cjs/generated/operations/authenticationDelete.js +8 -0
  368. package/dist/cjs/generated/operations/bulkCostPriceCreate.d.ts +1 -0
  369. package/dist/cjs/generated/operations/bulkCostPriceCreate.js +20 -0
  370. package/dist/cjs/generated/operations/bulkCostPriceCsvImport.d.ts +1 -0
  371. package/dist/cjs/generated/operations/bulkCostPriceCsvImport.js +19 -0
  372. package/dist/cjs/generated/operations/bulkCostPriceDelete.d.ts +1 -0
  373. package/dist/cjs/generated/operations/bulkCostPriceDelete.js +8 -0
  374. package/dist/cjs/generated/operations/bulkCostPriceUpdate.d.ts +1 -0
  375. package/dist/cjs/generated/operations/bulkCostPriceUpdate.js +20 -0
  376. package/dist/cjs/generated/operations/bulkCostPrices.d.ts +1 -0
  377. package/dist/cjs/generated/operations/bulkCostPrices.js +32 -0
  378. package/dist/cjs/generated/operations/bulkCostPricesBulk.d.ts +1 -0
  379. package/dist/cjs/generated/operations/bulkCostPricesBulk.js +15 -0
  380. package/dist/cjs/generated/operations/bulkCostPricesDelete.d.ts +1 -0
  381. package/dist/cjs/generated/operations/bulkCostPricesDelete.js +8 -0
  382. package/dist/cjs/generated/operations/bulkPriceCreate.d.ts +1 -0
  383. package/dist/cjs/generated/operations/bulkPriceCreate.js +17 -0
  384. package/dist/cjs/generated/operations/bulkPriceCsvImport.d.ts +1 -0
  385. package/dist/cjs/generated/operations/bulkPriceCsvImport.js +19 -0
  386. package/dist/cjs/generated/operations/bulkPriceDelete.d.ts +1 -0
  387. package/dist/cjs/generated/operations/bulkPriceDelete.js +8 -0
  388. package/dist/cjs/generated/operations/bulkPriceUpdate.d.ts +1 -0
  389. package/dist/cjs/generated/operations/bulkPriceUpdate.js +17 -0
  390. package/dist/cjs/generated/operations/bulkPrices.d.ts +1 -0
  391. package/dist/cjs/generated/operations/bulkPrices.js +29 -0
  392. package/dist/cjs/generated/operations/bulkPricesCreate.d.ts +1 -0
  393. package/dist/cjs/generated/operations/bulkPricesCreate.js +15 -0
  394. package/dist/cjs/generated/operations/bulkPricesDelete.d.ts +1 -0
  395. package/dist/cjs/generated/operations/bulkPricesDelete.js +8 -0
  396. package/dist/cjs/generated/operations/bundle.d.ts +1 -0
  397. package/dist/cjs/generated/operations/bundle.js +173 -0
  398. package/dist/cjs/generated/operations/bundleAddItems.d.ts +1 -0
  399. package/dist/cjs/generated/operations/bundleAddItems.js +159 -0
  400. package/dist/cjs/generated/operations/bundleAddItemsAndReturnBundle.d.ts +1 -0
  401. package/dist/cjs/generated/operations/bundleAddItemsAndReturnBundle.js +173 -0
  402. package/dist/cjs/generated/operations/bundleCreate.d.ts +1 -0
  403. package/dist/cjs/generated/operations/bundleCreate.js +173 -0
  404. package/dist/cjs/generated/operations/bundleDelete.d.ts +1 -0
  405. package/dist/cjs/generated/operations/bundleDelete.js +8 -0
  406. package/dist/cjs/generated/operations/bundleRemoveItem.d.ts +1 -0
  407. package/dist/cjs/generated/operations/bundleRemoveItem.js +8 -0
  408. package/dist/cjs/generated/operations/bundleRemoveItemAndReturnBundle.d.ts +1 -0
  409. package/dist/cjs/generated/operations/bundleRemoveItemAndReturnBundle.js +177 -0
  410. package/dist/cjs/generated/operations/bundleUpdate.d.ts +1 -0
  411. package/dist/cjs/generated/operations/bundleUpdate.js +173 -0
  412. package/dist/cjs/generated/operations/bundles.d.ts +1 -0
  413. package/dist/cjs/generated/operations/bundles.js +185 -0
  414. package/dist/cjs/generated/operations/businessRule.d.ts +1 -0
  415. package/dist/cjs/generated/operations/businessRule.js +38 -0
  416. package/dist/cjs/generated/operations/businessRuleCreate.d.ts +1 -0
  417. package/dist/cjs/generated/operations/businessRuleCreate.js +38 -0
  418. package/dist/cjs/generated/operations/businessRuleDecisionTable.d.ts +1 -0
  419. package/dist/cjs/generated/operations/businessRuleDecisionTable.js +19 -0
  420. package/dist/cjs/generated/operations/businessRuleDecisionTableAddColumn.d.ts +1 -0
  421. package/dist/cjs/generated/operations/businessRuleDecisionTableAddColumn.js +19 -0
  422. package/dist/cjs/generated/operations/businessRuleDecisionTableAddRow.d.ts +1 -0
  423. package/dist/cjs/generated/operations/businessRuleDecisionTableAddRow.js +19 -0
  424. package/dist/cjs/generated/operations/businessRuleDecisionTableDeleteColumn.d.ts +1 -0
  425. package/dist/cjs/generated/operations/businessRuleDecisionTableDeleteColumn.js +19 -0
  426. package/dist/cjs/generated/operations/businessRuleDecisionTableDeleteRow.d.ts +1 -0
  427. package/dist/cjs/generated/operations/businessRuleDecisionTableDeleteRow.js +19 -0
  428. package/dist/cjs/generated/operations/businessRuleDecisionTableMoveRow.d.ts +1 -0
  429. package/dist/cjs/generated/operations/businessRuleDecisionTableMoveRow.js +19 -0
  430. package/dist/cjs/generated/operations/businessRuleDecisionTableSetCell.d.ts +1 -0
  431. package/dist/cjs/generated/operations/businessRuleDecisionTableSetCell.js +19 -0
  432. package/dist/cjs/generated/operations/businessRuleDecisionTableUpdate.d.ts +1 -0
  433. package/dist/cjs/generated/operations/businessRuleDecisionTableUpdate.js +19 -0
  434. package/dist/cjs/generated/operations/businessRuleDelete.d.ts +1 -0
  435. package/dist/cjs/generated/operations/businessRuleDelete.js +8 -0
  436. package/dist/cjs/generated/operations/businessRuleFieldDefinitions.d.ts +1 -0
  437. package/dist/cjs/generated/operations/businessRuleFieldDefinitions.js +28 -0
  438. package/dist/cjs/generated/operations/businessRuleJDM.d.ts +1 -0
  439. package/dist/cjs/generated/operations/businessRuleJDM.js +10 -0
  440. package/dist/cjs/generated/operations/businessRuleUpdate.d.ts +1 -0
  441. package/dist/cjs/generated/operations/businessRuleUpdate.js +38 -0
  442. package/dist/cjs/generated/operations/businessRules.d.ts +1 -0
  443. package/dist/cjs/generated/operations/businessRules.js +50 -0
  444. package/dist/cjs/generated/operations/carrier.d.ts +1 -0
  445. package/dist/cjs/generated/operations/carrier.js +107 -0
  446. package/dist/cjs/generated/operations/carrierAssignWarehouse.d.ts +1 -0
  447. package/dist/cjs/generated/operations/carrierAssignWarehouse.js +8 -0
  448. package/dist/cjs/generated/operations/carrierAssignWarehouseAndReturnCarrier.d.ts +1 -0
  449. package/dist/cjs/generated/operations/carrierAssignWarehouseAndReturnCarrier.js +107 -0
  450. package/dist/cjs/generated/operations/carrierCreate.d.ts +1 -0
  451. package/dist/cjs/generated/operations/carrierCreate.js +107 -0
  452. package/dist/cjs/generated/operations/carrierDelete.d.ts +1 -0
  453. package/dist/cjs/generated/operations/carrierDelete.js +8 -0
  454. package/dist/cjs/generated/operations/carrierUnassignWarehouse.d.ts +1 -0
  455. package/dist/cjs/generated/operations/carrierUnassignWarehouse.js +8 -0
  456. package/dist/cjs/generated/operations/carrierUnassignWarehouseAndReturnCarrier.d.ts +1 -0
  457. package/dist/cjs/generated/operations/carrierUnassignWarehouseAndReturnCarrier.js +107 -0
  458. package/dist/cjs/generated/operations/carrierUpdate.d.ts +1 -0
  459. package/dist/cjs/generated/operations/carrierUpdate.js +107 -0
  460. package/dist/cjs/generated/operations/carriers.d.ts +1 -0
  461. package/dist/cjs/generated/operations/carriers.js +119 -0
  462. package/dist/cjs/generated/operations/cart.d.ts +1 -0
  463. package/dist/cjs/generated/operations/cart.js +468 -0
  464. package/dist/cjs/generated/operations/cartAcceptPurchaseAuthorizationRequest.d.ts +1 -0
  465. package/dist/cjs/generated/operations/cartAcceptPurchaseAuthorizationRequest.js +468 -0
  466. package/dist/cjs/generated/operations/cartAddActionCode.d.ts +1 -0
  467. package/dist/cjs/generated/operations/cartAddActionCode.js +468 -0
  468. package/dist/cjs/generated/operations/cartAddBundle.d.ts +1 -0
  469. package/dist/cjs/generated/operations/cartAddBundle.js +468 -0
  470. package/dist/cjs/generated/operations/cartAddItem.d.ts +1 -0
  471. package/dist/cjs/generated/operations/cartAddItem.js +468 -0
  472. package/dist/cjs/generated/operations/cartDelete.d.ts +1 -0
  473. package/dist/cjs/generated/operations/cartDelete.js +7 -0
  474. package/dist/cjs/generated/operations/cartDeleteItem.d.ts +1 -0
  475. package/dist/cjs/generated/operations/cartDeleteItem.js +468 -0
  476. package/dist/cjs/generated/operations/cartInvalidateCache.d.ts +1 -0
  477. package/dist/cjs/generated/operations/cartInvalidateCache.js +8 -0
  478. package/dist/cjs/generated/operations/cartItemBulk.d.ts +1 -0
  479. package/dist/cjs/generated/operations/cartItemBulk.js +15 -0
  480. package/dist/cjs/generated/operations/cartProcess.d.ts +1 -0
  481. package/dist/cjs/generated/operations/cartProcess.js +12 -0
  482. package/dist/cjs/generated/operations/cartRemoveActionCode.d.ts +1 -0
  483. package/dist/cjs/generated/operations/cartRemoveActionCode.js +468 -0
  484. package/dist/cjs/generated/operations/cartRequestPurchaseAuthorization.d.ts +1 -0
  485. package/dist/cjs/generated/operations/cartRequestPurchaseAuthorization.js +9 -0
  486. package/dist/cjs/generated/operations/cartSetContact.d.ts +1 -0
  487. package/dist/cjs/generated/operations/cartSetContact.js +468 -0
  488. package/dist/cjs/generated/operations/cartSetCustomer.d.ts +1 -0
  489. package/dist/cjs/generated/operations/cartSetCustomer.js +468 -0
  490. package/dist/cjs/generated/operations/cartSetUser.d.ts +1 -0
  491. package/dist/cjs/generated/operations/cartSetUser.js +468 -0
  492. package/dist/cjs/generated/operations/cartStart.d.ts +1 -0
  493. package/dist/cjs/generated/operations/cartStart.js +468 -0
  494. package/dist/cjs/generated/operations/cartUpdate.d.ts +1 -0
  495. package/dist/cjs/generated/operations/cartUpdate.js +468 -0
  496. package/dist/cjs/generated/operations/cartUpdateAddress.d.ts +1 -0
  497. package/dist/cjs/generated/operations/cartUpdateAddress.js +468 -0
  498. package/dist/cjs/generated/operations/cartUpdateItem.d.ts +1 -0
  499. package/dist/cjs/generated/operations/cartUpdateItem.js +468 -0
  500. package/dist/cjs/generated/operations/carts.d.ts +1 -0
  501. package/dist/cjs/generated/operations/carts.js +110 -0
  502. package/dist/cjs/generated/operations/categories.d.ts +1 -0
  503. package/dist/cjs/generated/operations/categories.js +42 -0
  504. package/dist/cjs/generated/operations/category.d.ts +1 -0
  505. package/dist/cjs/generated/operations/category.js +615 -0
  506. package/dist/cjs/generated/operations/categoryAddProductsClusters.d.ts +1 -0
  507. package/dist/cjs/generated/operations/categoryAddProductsClusters.js +624 -0
  508. package/dist/cjs/generated/operations/categoryCreate.d.ts +1 -0
  509. package/dist/cjs/generated/operations/categoryCreate.js +615 -0
  510. package/dist/cjs/generated/operations/categoryCsvImport.d.ts +1 -0
  511. package/dist/cjs/generated/operations/categoryCsvImport.js +19 -0
  512. package/dist/cjs/generated/operations/categoryDelete.d.ts +1 -0
  513. package/dist/cjs/generated/operations/categoryDelete.js +8 -0
  514. package/dist/cjs/generated/operations/categoryRemoveProductsClusters.d.ts +1 -0
  515. package/dist/cjs/generated/operations/categoryRemoveProductsClusters.js +624 -0
  516. package/dist/cjs/generated/operations/categoryUpdate.d.ts +1 -0
  517. package/dist/cjs/generated/operations/categoryUpdate.js +615 -0
  518. package/dist/cjs/generated/operations/channel.d.ts +1 -0
  519. package/dist/cjs/generated/operations/channel.js +60 -0
  520. package/dist/cjs/generated/operations/channelCreate.d.ts +1 -0
  521. package/dist/cjs/generated/operations/channelCreate.js +60 -0
  522. package/dist/cjs/generated/operations/channelDelete.d.ts +1 -0
  523. package/dist/cjs/generated/operations/channelDelete.js +8 -0
  524. package/dist/cjs/generated/operations/channelUpdate.d.ts +1 -0
  525. package/dist/cjs/generated/operations/channelUpdate.js +60 -0
  526. package/dist/cjs/generated/operations/channels.d.ts +1 -0
  527. package/dist/cjs/generated/operations/channels.js +60 -0
  528. package/dist/cjs/generated/operations/claimsReset.d.ts +1 -0
  529. package/dist/cjs/generated/operations/claimsReset.js +8 -0
  530. package/dist/cjs/generated/operations/claimsResetAll.d.ts +1 -0
  531. package/dist/cjs/generated/operations/claimsResetAll.js +16 -0
  532. package/dist/cjs/generated/operations/cluster.d.ts +1 -0
  533. package/dist/cjs/generated/operations/cluster.js +786 -0
  534. package/dist/cjs/generated/operations/clusterAssignProducts.d.ts +1 -0
  535. package/dist/cjs/generated/operations/clusterAssignProducts.js +789 -0
  536. package/dist/cjs/generated/operations/clusterBulkMove.d.ts +1 -0
  537. package/dist/cjs/generated/operations/clusterBulkMove.js +23 -0
  538. package/dist/cjs/generated/operations/clusterConfig.d.ts +1 -0
  539. package/dist/cjs/generated/operations/clusterConfig.js +27 -0
  540. package/dist/cjs/generated/operations/clusterConfigAddSetting.d.ts +1 -0
  541. package/dist/cjs/generated/operations/clusterConfigAddSetting.js +17 -0
  542. package/dist/cjs/generated/operations/clusterConfigCreate.d.ts +1 -0
  543. package/dist/cjs/generated/operations/clusterConfigCreate.js +25 -0
  544. package/dist/cjs/generated/operations/clusterConfigDelete.d.ts +1 -0
  545. package/dist/cjs/generated/operations/clusterConfigDelete.js +8 -0
  546. package/dist/cjs/generated/operations/clusterConfigRemoveSetting.d.ts +1 -0
  547. package/dist/cjs/generated/operations/clusterConfigRemoveSetting.js +8 -0
  548. package/dist/cjs/generated/operations/clusterConfigUpdateSetting.d.ts +1 -0
  549. package/dist/cjs/generated/operations/clusterConfigUpdateSetting.js +19 -0
  550. package/dist/cjs/generated/operations/clusterConfigs.d.ts +1 -0
  551. package/dist/cjs/generated/operations/clusterConfigs.js +25 -0
  552. package/dist/cjs/generated/operations/clusterCreate.d.ts +1 -0
  553. package/dist/cjs/generated/operations/clusterCreate.js +780 -0
  554. package/dist/cjs/generated/operations/clusterCsvImport.d.ts +1 -0
  555. package/dist/cjs/generated/operations/clusterCsvImport.js +19 -0
  556. package/dist/cjs/generated/operations/clusterDelete.d.ts +1 -0
  557. package/dist/cjs/generated/operations/clusterDelete.js +8 -0
  558. package/dist/cjs/generated/operations/clusterOptionCreate.d.ts +1 -0
  559. package/dist/cjs/generated/operations/clusterOptionCreate.js +184 -0
  560. package/dist/cjs/generated/operations/clusterOptionDelete.d.ts +1 -0
  561. package/dist/cjs/generated/operations/clusterOptionDelete.js +8 -0
  562. package/dist/cjs/generated/operations/clusterOptionUpdate.d.ts +1 -0
  563. package/dist/cjs/generated/operations/clusterOptionUpdate.js +184 -0
  564. package/dist/cjs/generated/operations/clusterProductCreate.d.ts +1 -0
  565. package/dist/cjs/generated/operations/clusterProductCreate.js +653 -0
  566. package/dist/cjs/generated/operations/clusterProductDelete.d.ts +1 -0
  567. package/dist/cjs/generated/operations/clusterProductDelete.js +8 -0
  568. package/dist/cjs/generated/operations/clusterProductUpdate.d.ts +1 -0
  569. package/dist/cjs/generated/operations/clusterProductUpdate.js +653 -0
  570. package/dist/cjs/generated/operations/clusterUnassignProducts.d.ts +1 -0
  571. package/dist/cjs/generated/operations/clusterUnassignProducts.js +789 -0
  572. package/dist/cjs/generated/operations/clusterUpdate.d.ts +1 -0
  573. package/dist/cjs/generated/operations/clusterUpdate.js +780 -0
  574. package/dist/cjs/generated/operations/companies.d.ts +1 -0
  575. package/dist/cjs/generated/operations/companies.js +483 -0
  576. package/dist/cjs/generated/operations/company.d.ts +1 -0
  577. package/dist/cjs/generated/operations/company.js +471 -0
  578. package/dist/cjs/generated/operations/companyAddressCreate.d.ts +1 -0
  579. package/dist/cjs/generated/operations/companyAddressCreate.js +37 -0
  580. package/dist/cjs/generated/operations/companyAddressDelete.d.ts +1 -0
  581. package/dist/cjs/generated/operations/companyAddressDelete.js +7 -0
  582. package/dist/cjs/generated/operations/companyAddressUpdate.d.ts +1 -0
  583. package/dist/cjs/generated/operations/companyAddressUpdate.js +37 -0
  584. package/dist/cjs/generated/operations/companyCreate.d.ts +1 -0
  585. package/dist/cjs/generated/operations/companyCreate.js +471 -0
  586. package/dist/cjs/generated/operations/companyCsvImport.d.ts +1 -0
  587. package/dist/cjs/generated/operations/companyCsvImport.js +19 -0
  588. package/dist/cjs/generated/operations/companyDelete.d.ts +1 -0
  589. package/dist/cjs/generated/operations/companyDelete.js +8 -0
  590. package/dist/cjs/generated/operations/companySearch.d.ts +1 -0
  591. package/dist/cjs/generated/operations/companySearch.js +103 -0
  592. package/dist/cjs/generated/operations/companySearchCleanupOrphanedIndices.d.ts +1 -0
  593. package/dist/cjs/generated/operations/companySearchCleanupOrphanedIndices.js +8 -0
  594. package/dist/cjs/generated/operations/companySearchFixAliasWriteIndex.d.ts +1 -0
  595. package/dist/cjs/generated/operations/companySearchFixAliasWriteIndex.js +8 -0
  596. package/dist/cjs/generated/operations/companySearchIndexUpdateMapping.d.ts +1 -0
  597. package/dist/cjs/generated/operations/companySearchIndexUpdateMapping.js +8 -0
  598. package/dist/cjs/generated/operations/companySearchReindex.d.ts +1 -0
  599. package/dist/cjs/generated/operations/companySearchReindex.js +8 -0
  600. package/dist/cjs/generated/operations/companyUpdate.d.ts +1 -0
  601. package/dist/cjs/generated/operations/companyUpdate.js +471 -0
  602. package/dist/cjs/generated/operations/computedOrderlists.d.ts +1 -0
  603. package/dist/cjs/generated/operations/computedOrderlists.js +18 -0
  604. package/dist/cjs/generated/operations/contact.d.ts +1 -0
  605. package/dist/cjs/generated/operations/contact.js +555 -0
  606. package/dist/cjs/generated/operations/contactAddToCompanies.d.ts +1 -0
  607. package/dist/cjs/generated/operations/contactAddToCompanies.js +564 -0
  608. package/dist/cjs/generated/operations/contactCreate.d.ts +1 -0
  609. package/dist/cjs/generated/operations/contactCreate.js +555 -0
  610. package/dist/cjs/generated/operations/contactCreateAccount.d.ts +1 -0
  611. package/dist/cjs/generated/operations/contactCreateAccount.js +568 -0
  612. package/dist/cjs/generated/operations/contactCsvImport.d.ts +1 -0
  613. package/dist/cjs/generated/operations/contactCsvImport.js +19 -0
  614. package/dist/cjs/generated/operations/contactDelete.d.ts +1 -0
  615. package/dist/cjs/generated/operations/contactDelete.js +8 -0
  616. package/dist/cjs/generated/operations/contactDeleteAccount.d.ts +1 -0
  617. package/dist/cjs/generated/operations/contactDeleteAccount.js +8 -0
  618. package/dist/cjs/generated/operations/contactRegister.d.ts +1 -0
  619. package/dist/cjs/generated/operations/contactRegister.js +568 -0
  620. package/dist/cjs/generated/operations/contactRemoveFromCompanies.d.ts +1 -0
  621. package/dist/cjs/generated/operations/contactRemoveFromCompanies.js +564 -0
  622. package/dist/cjs/generated/operations/contactUpdate.d.ts +1 -0
  623. package/dist/cjs/generated/operations/contactUpdate.js +555 -0
  624. package/dist/cjs/generated/operations/contacts.d.ts +1 -0
  625. package/dist/cjs/generated/operations/contacts.js +567 -0
  626. package/dist/cjs/generated/operations/costPriceCreate.d.ts +1 -0
  627. package/dist/cjs/generated/operations/costPriceCreate.js +18 -0
  628. package/dist/cjs/generated/operations/costPriceDelete.d.ts +1 -0
  629. package/dist/cjs/generated/operations/costPriceDelete.js +8 -0
  630. package/dist/cjs/generated/operations/costPriceUpdate.d.ts +1 -0
  631. package/dist/cjs/generated/operations/costPriceUpdate.js +18 -0
  632. package/dist/cjs/generated/operations/costPrices.d.ts +1 -0
  633. package/dist/cjs/generated/operations/costPrices.js +26 -0
  634. package/dist/cjs/generated/operations/costPricesBulk.d.ts +1 -0
  635. package/dist/cjs/generated/operations/costPricesBulk.js +15 -0
  636. package/dist/cjs/generated/operations/costPricesDelete.d.ts +1 -0
  637. package/dist/cjs/generated/operations/costPricesDelete.js +8 -0
  638. package/dist/cjs/generated/operations/crossupsell.d.ts +1 -0
  639. package/dist/cjs/generated/operations/crossupsell.js +309 -0
  640. package/dist/cjs/generated/operations/crossupsellCreate.d.ts +1 -0
  641. package/dist/cjs/generated/operations/crossupsellCreate.js +309 -0
  642. package/dist/cjs/generated/operations/crossupsellDelete.d.ts +1 -0
  643. package/dist/cjs/generated/operations/crossupsellDelete.js +8 -0
  644. package/dist/cjs/generated/operations/crossupsellUpdate.d.ts +1 -0
  645. package/dist/cjs/generated/operations/crossupsellUpdate.js +309 -0
  646. package/dist/cjs/generated/operations/crossupsells.d.ts +1 -0
  647. package/dist/cjs/generated/operations/crossupsells.js +321 -0
  648. package/dist/cjs/generated/operations/customer.d.ts +1 -0
  649. package/dist/cjs/generated/operations/customer.js +464 -0
  650. package/dist/cjs/generated/operations/customerAddressCreate.d.ts +1 -0
  651. package/dist/cjs/generated/operations/customerAddressCreate.js +37 -0
  652. package/dist/cjs/generated/operations/customerAddressDelete.d.ts +1 -0
  653. package/dist/cjs/generated/operations/customerAddressDelete.js +7 -0
  654. package/dist/cjs/generated/operations/customerAddressUpdate.d.ts +1 -0
  655. package/dist/cjs/generated/operations/customerAddressUpdate.js +37 -0
  656. package/dist/cjs/generated/operations/customerCreate.d.ts +1 -0
  657. package/dist/cjs/generated/operations/customerCreate.js +464 -0
  658. package/dist/cjs/generated/operations/customerCreateAccount.d.ts +1 -0
  659. package/dist/cjs/generated/operations/customerCreateAccount.js +477 -0
  660. package/dist/cjs/generated/operations/customerCsvImport.d.ts +1 -0
  661. package/dist/cjs/generated/operations/customerCsvImport.js +19 -0
  662. package/dist/cjs/generated/operations/customerDelete.d.ts +1 -0
  663. package/dist/cjs/generated/operations/customerDelete.js +8 -0
  664. package/dist/cjs/generated/operations/customerDeleteAccount.d.ts +1 -0
  665. package/dist/cjs/generated/operations/customerDeleteAccount.js +8 -0
  666. package/dist/cjs/generated/operations/customerRegister.d.ts +1 -0
  667. package/dist/cjs/generated/operations/customerRegister.js +477 -0
  668. package/dist/cjs/generated/operations/customerUpdate.d.ts +1 -0
  669. package/dist/cjs/generated/operations/customerUpdate.js +464 -0
  670. package/dist/cjs/generated/operations/customers.d.ts +1 -0
  671. package/dist/cjs/generated/operations/customers.js +476 -0
  672. package/dist/cjs/generated/operations/discount.d.ts +1 -0
  673. package/dist/cjs/generated/operations/discount.js +24 -0
  674. package/dist/cjs/generated/operations/discountCreate.d.ts +1 -0
  675. package/dist/cjs/generated/operations/discountCreate.js +24 -0
  676. package/dist/cjs/generated/operations/discountCsvImport.d.ts +1 -0
  677. package/dist/cjs/generated/operations/discountCsvImport.js +19 -0
  678. package/dist/cjs/generated/operations/discountDelete.d.ts +1 -0
  679. package/dist/cjs/generated/operations/discountDelete.js +8 -0
  680. package/dist/cjs/generated/operations/discountUpdate.d.ts +1 -0
  681. package/dist/cjs/generated/operations/discountUpdate.js +24 -0
  682. package/dist/cjs/generated/operations/discounts.d.ts +1 -0
  683. package/dist/cjs/generated/operations/discounts.js +36 -0
  684. package/dist/cjs/generated/operations/discountsDeleteByPricesheetId.d.ts +1 -0
  685. package/dist/cjs/generated/operations/discountsDeleteByPricesheetId.js +8 -0
  686. package/dist/cjs/generated/operations/documentTemplateCreate.d.ts +1 -0
  687. package/dist/cjs/generated/operations/documentTemplateCreate.js +42 -0
  688. package/dist/cjs/generated/operations/documentTemplateRenderToPDF.d.ts +1 -0
  689. package/dist/cjs/generated/operations/documentTemplateRenderToPDF.js +15 -0
  690. package/dist/cjs/generated/operations/documentTemplateUpdate.d.ts +1 -0
  691. package/dist/cjs/generated/operations/documentTemplateUpdate.js +42 -0
  692. package/dist/cjs/generated/operations/emailTemplateAddAttachment.d.ts +1 -0
  693. package/dist/cjs/generated/operations/emailTemplateAddAttachment.js +92 -0
  694. package/dist/cjs/generated/operations/emailTemplateCreate.d.ts +1 -0
  695. package/dist/cjs/generated/operations/emailTemplateCreate.js +92 -0
  696. package/dist/cjs/generated/operations/emailTemplateRemoveAttachment.d.ts +1 -0
  697. package/dist/cjs/generated/operations/emailTemplateRemoveAttachment.js +92 -0
  698. package/dist/cjs/generated/operations/emailTemplateRenderAndSend.d.ts +1 -0
  699. package/dist/cjs/generated/operations/emailTemplateRenderAndSend.js +8 -0
  700. package/dist/cjs/generated/operations/emailTemplateUpdate.d.ts +1 -0
  701. package/dist/cjs/generated/operations/emailTemplateUpdate.js +92 -0
  702. package/dist/cjs/generated/operations/eventActionConfig.d.ts +1 -0
  703. package/dist/cjs/generated/operations/eventActionConfig.js +66 -0
  704. package/dist/cjs/generated/operations/eventActionConfigDelete.d.ts +1 -0
  705. package/dist/cjs/generated/operations/eventActionConfigDelete.js +8 -0
  706. package/dist/cjs/generated/operations/eventActionConfigs.d.ts +1 -0
  707. package/dist/cjs/generated/operations/eventActionConfigs.js +78 -0
  708. package/dist/cjs/generated/operations/eventToEmailConfigCreate.d.ts +1 -0
  709. package/dist/cjs/generated/operations/eventToEmailConfigCreate.js +29 -0
  710. package/dist/cjs/generated/operations/eventToEmailConfigUpdate.d.ts +1 -0
  711. package/dist/cjs/generated/operations/eventToEmailConfigUpdate.js +29 -0
  712. package/dist/cjs/generated/operations/eventToWebHookConfigCreate.d.ts +1 -0
  713. package/dist/cjs/generated/operations/eventToWebHookConfigCreate.js +31 -0
  714. package/dist/cjs/generated/operations/eventToWebHookConfigUpdate.d.ts +1 -0
  715. package/dist/cjs/generated/operations/eventToWebHookConfigUpdate.js +31 -0
  716. package/dist/cjs/generated/operations/exchangeRefreshToken.d.ts +1 -0
  717. package/dist/cjs/generated/operations/exchangeRefreshToken.js +17 -0
  718. package/dist/cjs/generated/operations/favoriteList.d.ts +1 -0
  719. package/dist/cjs/generated/operations/favoriteList.js +312 -0
  720. package/dist/cjs/generated/operations/favoriteListAddItems.d.ts +1 -0
  721. package/dist/cjs/generated/operations/favoriteListAddItems.js +41 -0
  722. package/dist/cjs/generated/operations/favoriteListClearItems.d.ts +1 -0
  723. package/dist/cjs/generated/operations/favoriteListClearItems.js +41 -0
  724. package/dist/cjs/generated/operations/favoriteListCreate.d.ts +1 -0
  725. package/dist/cjs/generated/operations/favoriteListCreate.js +41 -0
  726. package/dist/cjs/generated/operations/favoriteListDelete.d.ts +1 -0
  727. package/dist/cjs/generated/operations/favoriteListDelete.js +7 -0
  728. package/dist/cjs/generated/operations/favoriteListRemoveItems.d.ts +1 -0
  729. package/dist/cjs/generated/operations/favoriteListRemoveItems.js +41 -0
  730. package/dist/cjs/generated/operations/favoriteListUpdate.d.ts +1 -0
  731. package/dist/cjs/generated/operations/favoriteListUpdate.js +41 -0
  732. package/dist/cjs/generated/operations/favoriteLists.d.ts +1 -0
  733. package/dist/cjs/generated/operations/favoriteLists.js +53 -0
  734. package/dist/cjs/generated/operations/incentiveRuleCreate.d.ts +1 -0
  735. package/dist/cjs/generated/operations/incentiveRuleCreate.js +38 -0
  736. package/dist/cjs/generated/operations/incentiveRuleSetAction.d.ts +1 -0
  737. package/dist/cjs/generated/operations/incentiveRuleSetAction.js +38 -0
  738. package/dist/cjs/generated/operations/incentiveRuleSetOrderItemConditions.d.ts +1 -0
  739. package/dist/cjs/generated/operations/incentiveRuleSetOrderItemConditions.js +38 -0
  740. package/dist/cjs/generated/operations/index.d.ts +459 -0
  741. package/dist/cjs/generated/operations/index.js +931 -0
  742. package/dist/cjs/generated/operations/inventory.d.ts +1 -0
  743. package/dist/cjs/generated/operations/inventory.js +78 -0
  744. package/dist/cjs/generated/operations/inventoryCreate.d.ts +1 -0
  745. package/dist/cjs/generated/operations/inventoryCreate.js +78 -0
  746. package/dist/cjs/generated/operations/inventoryCsvImport.d.ts +1 -0
  747. package/dist/cjs/generated/operations/inventoryCsvImport.js +19 -0
  748. package/dist/cjs/generated/operations/inventoryDelete.d.ts +1 -0
  749. package/dist/cjs/generated/operations/inventoryDelete.js +13 -0
  750. package/dist/cjs/generated/operations/inventoryUpdate.d.ts +1 -0
  751. package/dist/cjs/generated/operations/inventoryUpdate.js +78 -0
  752. package/dist/cjs/generated/operations/login.d.ts +1 -0
  753. package/dist/cjs/generated/operations/login.js +60 -0
  754. package/dist/cjs/generated/operations/logout.d.ts +1 -0
  755. package/dist/cjs/generated/operations/logout.js +13 -0
  756. package/dist/cjs/generated/operations/machine.d.ts +1 -0
  757. package/dist/cjs/generated/operations/machine.js +402 -0
  758. package/dist/cjs/generated/operations/machineCreate.d.ts +1 -0
  759. package/dist/cjs/generated/operations/machineCreate.js +396 -0
  760. package/dist/cjs/generated/operations/machineDelete.d.ts +1 -0
  761. package/dist/cjs/generated/operations/machineDelete.js +8 -0
  762. package/dist/cjs/generated/operations/machineUpsert.d.ts +1 -0
  763. package/dist/cjs/generated/operations/machineUpsert.js +396 -0
  764. package/dist/cjs/generated/operations/machines.d.ts +1 -0
  765. package/dist/cjs/generated/operations/machines.js +408 -0
  766. package/dist/cjs/generated/operations/magicToken.d.ts +1 -0
  767. package/dist/cjs/generated/operations/magicToken.js +21 -0
  768. package/dist/cjs/generated/operations/magicTokenCreate.d.ts +1 -0
  769. package/dist/cjs/generated/operations/magicTokenCreate.js +21 -0
  770. package/dist/cjs/generated/operations/magicTokenDelete.d.ts +1 -0
  771. package/dist/cjs/generated/operations/magicTokenDelete.js +8 -0
  772. package/dist/cjs/generated/operations/magicTokenLogin.d.ts +1 -0
  773. package/dist/cjs/generated/operations/magicTokenLogin.js +60 -0
  774. package/dist/cjs/generated/operations/magicTokenUpdate.d.ts +1 -0
  775. package/dist/cjs/generated/operations/magicTokenUpdate.js +21 -0
  776. package/dist/cjs/generated/operations/magicTokens.d.ts +1 -0
  777. package/dist/cjs/generated/operations/magicTokens.js +33 -0
  778. package/dist/cjs/generated/operations/media.d.ts +1 -0
  779. package/dist/cjs/generated/operations/media.js +176 -0
  780. package/dist/cjs/generated/operations/mediaAttachmentCreate.d.ts +1 -0
  781. package/dist/cjs/generated/operations/mediaAttachmentCreate.js +45 -0
  782. package/dist/cjs/generated/operations/mediaAttachmentDelete.d.ts +1 -0
  783. package/dist/cjs/generated/operations/mediaAttachmentDelete.js +13 -0
  784. package/dist/cjs/generated/operations/mediaAttachmentUpdate.d.ts +1 -0
  785. package/dist/cjs/generated/operations/mediaAttachmentUpdate.js +45 -0
  786. package/dist/cjs/generated/operations/mediaDocument.d.ts +1 -0
  787. package/dist/cjs/generated/operations/mediaDocument.js +45 -0
  788. package/dist/cjs/generated/operations/mediaDocumentCreate.d.ts +1 -0
  789. package/dist/cjs/generated/operations/mediaDocumentCreate.js +45 -0
  790. package/dist/cjs/generated/operations/mediaDocumentCsvImport.d.ts +1 -0
  791. package/dist/cjs/generated/operations/mediaDocumentCsvImport.js +19 -0
  792. package/dist/cjs/generated/operations/mediaDocumentDelete.d.ts +1 -0
  793. package/dist/cjs/generated/operations/mediaDocumentDelete.js +13 -0
  794. package/dist/cjs/generated/operations/mediaDocumentUpdate.d.ts +1 -0
  795. package/dist/cjs/generated/operations/mediaDocumentUpdate.js +45 -0
  796. package/dist/cjs/generated/operations/mediaDocuments.d.ts +1 -0
  797. package/dist/cjs/generated/operations/mediaDocuments.js +57 -0
  798. package/dist/cjs/generated/operations/mediaImage.d.ts +1 -0
  799. package/dist/cjs/generated/operations/mediaImage.js +51 -0
  800. package/dist/cjs/generated/operations/mediaImageCreate.d.ts +1 -0
  801. package/dist/cjs/generated/operations/mediaImageCreate.js +51 -0
  802. package/dist/cjs/generated/operations/mediaImageCsvImport.d.ts +1 -0
  803. package/dist/cjs/generated/operations/mediaImageCsvImport.js +19 -0
  804. package/dist/cjs/generated/operations/mediaImageDelete.d.ts +1 -0
  805. package/dist/cjs/generated/operations/mediaImageDelete.js +13 -0
  806. package/dist/cjs/generated/operations/mediaImageUpdate.d.ts +1 -0
  807. package/dist/cjs/generated/operations/mediaImageUpdate.js +51 -0
  808. package/dist/cjs/generated/operations/mediaImages.d.ts +1 -0
  809. package/dist/cjs/generated/operations/mediaImages.js +63 -0
  810. package/dist/cjs/generated/operations/mediaVideo.d.ts +1 -0
  811. package/dist/cjs/generated/operations/mediaVideo.js +45 -0
  812. package/dist/cjs/generated/operations/mediaVideoCreate.d.ts +1 -0
  813. package/dist/cjs/generated/operations/mediaVideoCreate.js +45 -0
  814. package/dist/cjs/generated/operations/mediaVideoCsvImport.d.ts +1 -0
  815. package/dist/cjs/generated/operations/mediaVideoCsvImport.js +19 -0
  816. package/dist/cjs/generated/operations/mediaVideoDelete.d.ts +1 -0
  817. package/dist/cjs/generated/operations/mediaVideoDelete.js +13 -0
  818. package/dist/cjs/generated/operations/mediaVideoUpdate.d.ts +1 -0
  819. package/dist/cjs/generated/operations/mediaVideoUpdate.js +45 -0
  820. package/dist/cjs/generated/operations/mediaVideos.d.ts +1 -0
  821. package/dist/cjs/generated/operations/mediaVideos.js +57 -0
  822. package/dist/cjs/generated/operations/order.d.ts +1 -0
  823. package/dist/cjs/generated/operations/order.js +475 -0
  824. package/dist/cjs/generated/operations/orderAddress.d.ts +1 -0
  825. package/dist/cjs/generated/operations/orderAddress.js +37 -0
  826. package/dist/cjs/generated/operations/orderAddressUpdate.d.ts +1 -0
  827. package/dist/cjs/generated/operations/orderAddressUpdate.js +37 -0
  828. package/dist/cjs/generated/operations/orderAddresses.d.ts +1 -0
  829. package/dist/cjs/generated/operations/orderAddresses.js +37 -0
  830. package/dist/cjs/generated/operations/orderCreate.d.ts +1 -0
  831. package/dist/cjs/generated/operations/orderCreate.js +475 -0
  832. package/dist/cjs/generated/operations/orderDelete.d.ts +1 -0
  833. package/dist/cjs/generated/operations/orderDelete.js +8 -0
  834. package/dist/cjs/generated/operations/orderGetPDF.d.ts +1 -0
  835. package/dist/cjs/generated/operations/orderGetPDF.js +15 -0
  836. package/dist/cjs/generated/operations/orderItemCreate.d.ts +1 -0
  837. package/dist/cjs/generated/operations/orderItemCreate.js +178 -0
  838. package/dist/cjs/generated/operations/orderItemDelete.d.ts +1 -0
  839. package/dist/cjs/generated/operations/orderItemDelete.js +8 -0
  840. package/dist/cjs/generated/operations/orderItemUpdate.d.ts +1 -0
  841. package/dist/cjs/generated/operations/orderItemUpdate.js +178 -0
  842. package/dist/cjs/generated/operations/orderRevision.d.ts +1 -0
  843. package/dist/cjs/generated/operations/orderRevision.js +502 -0
  844. package/dist/cjs/generated/operations/orderRevisionRestore.d.ts +1 -0
  845. package/dist/cjs/generated/operations/orderRevisionRestore.js +475 -0
  846. package/dist/cjs/generated/operations/orderRevisions.d.ts +1 -0
  847. package/dist/cjs/generated/operations/orderRevisions.js +510 -0
  848. package/dist/cjs/generated/operations/orderRevisionsInvalidate.d.ts +1 -0
  849. package/dist/cjs/generated/operations/orderRevisionsInvalidate.js +8 -0
  850. package/dist/cjs/generated/operations/orderSendConfirmationEmail.d.ts +1 -0
  851. package/dist/cjs/generated/operations/orderSendConfirmationEmail.js +14 -0
  852. package/dist/cjs/generated/operations/orderSetStatus.d.ts +1 -0
  853. package/dist/cjs/generated/operations/orderSetStatus.js +9 -0
  854. package/dist/cjs/generated/operations/orderStatus.d.ts +1 -0
  855. package/dist/cjs/generated/operations/orderStatus.js +49 -0
  856. package/dist/cjs/generated/operations/orderStatusCreate.d.ts +1 -0
  857. package/dist/cjs/generated/operations/orderStatusCreate.js +49 -0
  858. package/dist/cjs/generated/operations/orderStatusDelete.d.ts +1 -0
  859. package/dist/cjs/generated/operations/orderStatusDelete.js +8 -0
  860. package/dist/cjs/generated/operations/orderStatusSet.d.ts +1 -0
  861. package/dist/cjs/generated/operations/orderStatusSet.js +33 -0
  862. package/dist/cjs/generated/operations/orderStatusSetAddOrderStatuses.d.ts +1 -0
  863. package/dist/cjs/generated/operations/orderStatusSetAddOrderStatuses.js +33 -0
  864. package/dist/cjs/generated/operations/orderStatusSetCreate.d.ts +1 -0
  865. package/dist/cjs/generated/operations/orderStatusSetCreate.js +33 -0
  866. package/dist/cjs/generated/operations/orderStatusSetDelete.d.ts +1 -0
  867. package/dist/cjs/generated/operations/orderStatusSetDelete.js +8 -0
  868. package/dist/cjs/generated/operations/orderStatusSetRemoveOrderStatuses.d.ts +1 -0
  869. package/dist/cjs/generated/operations/orderStatusSetRemoveOrderStatuses.js +33 -0
  870. package/dist/cjs/generated/operations/orderStatusSetUpdate.d.ts +1 -0
  871. package/dist/cjs/generated/operations/orderStatusSetUpdate.js +33 -0
  872. package/dist/cjs/generated/operations/orderStatusSets.d.ts +1 -0
  873. package/dist/cjs/generated/operations/orderStatusSets.js +45 -0
  874. package/dist/cjs/generated/operations/orderStatusUpdate.d.ts +1 -0
  875. package/dist/cjs/generated/operations/orderStatusUpdate.js +49 -0
  876. package/dist/cjs/generated/operations/orderStatuses.d.ts +1 -0
  877. package/dist/cjs/generated/operations/orderStatuses.js +36 -0
  878. package/dist/cjs/generated/operations/orderUpdate.d.ts +1 -0
  879. package/dist/cjs/generated/operations/orderUpdate.js +475 -0
  880. package/dist/cjs/generated/operations/orderUpdateAddress.d.ts +1 -0
  881. package/dist/cjs/generated/operations/orderUpdateAddress.js +8 -0
  882. package/dist/cjs/generated/operations/orderlist.d.ts +1 -0
  883. package/dist/cjs/generated/operations/orderlist.js +29 -0
  884. package/dist/cjs/generated/operations/orderlistAddItems.d.ts +1 -0
  885. package/dist/cjs/generated/operations/orderlistAddItems.js +29 -0
  886. package/dist/cjs/generated/operations/orderlistAssignCompanies.d.ts +1 -0
  887. package/dist/cjs/generated/operations/orderlistAssignCompanies.js +29 -0
  888. package/dist/cjs/generated/operations/orderlistAssignUsers.d.ts +1 -0
  889. package/dist/cjs/generated/operations/orderlistAssignUsers.js +29 -0
  890. package/dist/cjs/generated/operations/orderlistCreate.d.ts +1 -0
  891. package/dist/cjs/generated/operations/orderlistCreate.js +29 -0
  892. package/dist/cjs/generated/operations/orderlistDelete.d.ts +1 -0
  893. package/dist/cjs/generated/operations/orderlistDelete.js +8 -0
  894. package/dist/cjs/generated/operations/orderlistRemoveItems.d.ts +1 -0
  895. package/dist/cjs/generated/operations/orderlistRemoveItems.js +29 -0
  896. package/dist/cjs/generated/operations/orderlistUnassignCompanies.d.ts +1 -0
  897. package/dist/cjs/generated/operations/orderlistUnassignCompanies.js +29 -0
  898. package/dist/cjs/generated/operations/orderlistUnassignUsers.d.ts +1 -0
  899. package/dist/cjs/generated/operations/orderlistUnassignUsers.js +29 -0
  900. package/dist/cjs/generated/operations/orderlistUpdate.d.ts +1 -0
  901. package/dist/cjs/generated/operations/orderlistUpdate.js +29 -0
  902. package/dist/cjs/generated/operations/orderlists.d.ts +1 -0
  903. package/dist/cjs/generated/operations/orderlists.js +41 -0
  904. package/dist/cjs/generated/operations/orders.d.ts +1 -0
  905. package/dist/cjs/generated/operations/orders.js +84 -0
  906. package/dist/cjs/generated/operations/passwordResetLink.d.ts +1 -0
  907. package/dist/cjs/generated/operations/passwordResetLink.js +8 -0
  908. package/dist/cjs/generated/operations/payMethod.d.ts +1 -0
  909. package/dist/cjs/generated/operations/payMethod.js +25 -0
  910. package/dist/cjs/generated/operations/payMethodCreate.d.ts +1 -0
  911. package/dist/cjs/generated/operations/payMethodCreate.js +25 -0
  912. package/dist/cjs/generated/operations/payMethodDelete.d.ts +1 -0
  913. package/dist/cjs/generated/operations/payMethodDelete.js +8 -0
  914. package/dist/cjs/generated/operations/payMethodUpdate.d.ts +1 -0
  915. package/dist/cjs/generated/operations/payMethodUpdate.js +25 -0
  916. package/dist/cjs/generated/operations/payMethods.d.ts +1 -0
  917. package/dist/cjs/generated/operations/payMethods.js +37 -0
  918. package/dist/cjs/generated/operations/payment.d.ts +1 -0
  919. package/dist/cjs/generated/operations/payment.js +42 -0
  920. package/dist/cjs/generated/operations/paymentCreate.d.ts +1 -0
  921. package/dist/cjs/generated/operations/paymentCreate.js +42 -0
  922. package/dist/cjs/generated/operations/paymentDelete.d.ts +1 -0
  923. package/dist/cjs/generated/operations/paymentDelete.js +42 -0
  924. package/dist/cjs/generated/operations/paymentUpdate.d.ts +1 -0
  925. package/dist/cjs/generated/operations/paymentUpdate.js +42 -0
  926. package/dist/cjs/generated/operations/payments.d.ts +1 -0
  927. package/dist/cjs/generated/operations/payments.js +54 -0
  928. package/dist/cjs/generated/operations/price.d.ts +1 -0
  929. package/dist/cjs/generated/operations/price.js +35 -0
  930. package/dist/cjs/generated/operations/priceCalculate.d.ts +1 -0
  931. package/dist/cjs/generated/operations/priceCalculate.js +66 -0
  932. package/dist/cjs/generated/operations/priceCreate.d.ts +1 -0
  933. package/dist/cjs/generated/operations/priceCreate.js +10 -0
  934. package/dist/cjs/generated/operations/priceCsvImport.d.ts +1 -0
  935. package/dist/cjs/generated/operations/priceCsvImport.js +19 -0
  936. package/dist/cjs/generated/operations/priceDefault.d.ts +1 -0
  937. package/dist/cjs/generated/operations/priceDefault.js +66 -0
  938. package/dist/cjs/generated/operations/priceDelete.d.ts +1 -0
  939. package/dist/cjs/generated/operations/priceDelete.js +8 -0
  940. package/dist/cjs/generated/operations/priceExplain.d.ts +1 -0
  941. package/dist/cjs/generated/operations/priceExplain.js +66 -0
  942. package/dist/cjs/generated/operations/priceUpdate.d.ts +1 -0
  943. package/dist/cjs/generated/operations/priceUpdate.js +35 -0
  944. package/dist/cjs/generated/operations/prices.d.ts +1 -0
  945. package/dist/cjs/generated/operations/prices.js +47 -0
  946. package/dist/cjs/generated/operations/pricesheet.d.ts +1 -0
  947. package/dist/cjs/generated/operations/pricesheet.js +735 -0
  948. package/dist/cjs/generated/operations/pricesheetAssign.d.ts +1 -0
  949. package/dist/cjs/generated/operations/pricesheetAssign.js +735 -0
  950. package/dist/cjs/generated/operations/pricesheetCreate.d.ts +1 -0
  951. package/dist/cjs/generated/operations/pricesheetCreate.js +735 -0
  952. package/dist/cjs/generated/operations/pricesheetCsvImport.d.ts +1 -0
  953. package/dist/cjs/generated/operations/pricesheetCsvImport.js +19 -0
  954. package/dist/cjs/generated/operations/pricesheetDelete.d.ts +1 -0
  955. package/dist/cjs/generated/operations/pricesheetDelete.js +8 -0
  956. package/dist/cjs/generated/operations/pricesheetUnassign.d.ts +1 -0
  957. package/dist/cjs/generated/operations/pricesheetUnassign.js +735 -0
  958. package/dist/cjs/generated/operations/pricesheetUpdate.d.ts +1 -0
  959. package/dist/cjs/generated/operations/pricesheetUpdate.js +735 -0
  960. package/dist/cjs/generated/operations/pricesheets.d.ts +1 -0
  961. package/dist/cjs/generated/operations/pricesheets.js +747 -0
  962. package/dist/cjs/generated/operations/pricesheetsEffective.d.ts +1 -0
  963. package/dist/cjs/generated/operations/pricesheetsEffective.js +747 -0
  964. package/dist/cjs/generated/operations/product.d.ts +1 -0
  965. package/dist/cjs/generated/operations/product.js +660 -0
  966. package/dist/cjs/generated/operations/productBulkMove.d.ts +1 -0
  967. package/dist/cjs/generated/operations/productBulkMove.js +23 -0
  968. package/dist/cjs/generated/operations/productCreate.d.ts +1 -0
  969. package/dist/cjs/generated/operations/productCreate.js +9 -0
  970. package/dist/cjs/generated/operations/productCsvImport.d.ts +1 -0
  971. package/dist/cjs/generated/operations/productCsvImport.js +19 -0
  972. package/dist/cjs/generated/operations/productDelete.d.ts +1 -0
  973. package/dist/cjs/generated/operations/productDelete.js +8 -0
  974. package/dist/cjs/generated/operations/productSurcharges.d.ts +1 -0
  975. package/dist/cjs/generated/operations/productSurcharges.js +51 -0
  976. package/dist/cjs/generated/operations/productUpdate.d.ts +1 -0
  977. package/dist/cjs/generated/operations/productUpdate.js +12 -0
  978. package/dist/cjs/generated/operations/products.d.ts +1 -0
  979. package/dist/cjs/generated/operations/products.js +324 -0
  980. package/dist/cjs/generated/operations/publishEmailEvent.d.ts +1 -0
  981. package/dist/cjs/generated/operations/publishEmailEvent.js +14 -0
  982. package/dist/cjs/generated/operations/publishEmailSendEvent.d.ts +1 -0
  983. package/dist/cjs/generated/operations/publishEmailSendEvent.js +14 -0
  984. package/dist/cjs/generated/operations/publishPasswordResetEmailEvent.d.ts +1 -0
  985. package/dist/cjs/generated/operations/publishPasswordResetEmailEvent.js +14 -0
  986. package/dist/cjs/generated/operations/purchaseAuthorizationConfig.d.ts +1 -0
  987. package/dist/cjs/generated/operations/purchaseAuthorizationConfig.js +23 -0
  988. package/dist/cjs/generated/operations/purchaseAuthorizationConfigCreate.d.ts +1 -0
  989. package/dist/cjs/generated/operations/purchaseAuthorizationConfigCreate.js +23 -0
  990. package/dist/cjs/generated/operations/purchaseAuthorizationConfigDelete.d.ts +1 -0
  991. package/dist/cjs/generated/operations/purchaseAuthorizationConfigDelete.js +8 -0
  992. package/dist/cjs/generated/operations/purchaseAuthorizationConfigUpdate.d.ts +1 -0
  993. package/dist/cjs/generated/operations/purchaseAuthorizationConfigUpdate.js +23 -0
  994. package/dist/cjs/generated/operations/purchaseAuthorizationConfigs.d.ts +1 -0
  995. package/dist/cjs/generated/operations/purchaseAuthorizationConfigs.js +35 -0
  996. package/dist/cjs/generated/operations/quoteGetPDF.d.ts +1 -0
  997. package/dist/cjs/generated/operations/quoteGetPDF.js +15 -0
  998. package/dist/cjs/generated/operations/removeCompanyManager.d.ts +1 -0
  999. package/dist/cjs/generated/operations/removeCompanyManager.js +8 -0
  1000. package/dist/cjs/generated/operations/removeSurchargesFromProduct.d.ts +1 -0
  1001. package/dist/cjs/generated/operations/removeSurchargesFromProduct.js +14 -0
  1002. package/dist/cjs/generated/operations/role.d.ts +1 -0
  1003. package/dist/cjs/generated/operations/role.js +37 -0
  1004. package/dist/cjs/generated/operations/roleCreate.d.ts +1 -0
  1005. package/dist/cjs/generated/operations/roleCreate.js +37 -0
  1006. package/dist/cjs/generated/operations/roleDefinition.d.ts +1 -0
  1007. package/dist/cjs/generated/operations/roleDefinition.js +27 -0
  1008. package/dist/cjs/generated/operations/roleDefinitionCreate.d.ts +1 -0
  1009. package/dist/cjs/generated/operations/roleDefinitionCreate.js +27 -0
  1010. package/dist/cjs/generated/operations/roleDefinitionDelete.d.ts +1 -0
  1011. package/dist/cjs/generated/operations/roleDefinitionDelete.js +8 -0
  1012. package/dist/cjs/generated/operations/roleDefinitionUpdate.d.ts +1 -0
  1013. package/dist/cjs/generated/operations/roleDefinitionUpdate.js +27 -0
  1014. package/dist/cjs/generated/operations/roleDefinitions.d.ts +1 -0
  1015. package/dist/cjs/generated/operations/roleDefinitions.js +39 -0
  1016. package/dist/cjs/generated/operations/roleDelete.d.ts +1 -0
  1017. package/dist/cjs/generated/operations/roleDelete.js +8 -0
  1018. package/dist/cjs/generated/operations/roleUpdate.d.ts +1 -0
  1019. package/dist/cjs/generated/operations/roleUpdate.js +37 -0
  1020. package/dist/cjs/generated/operations/roles.d.ts +1 -0
  1021. package/dist/cjs/generated/operations/roles.js +49 -0
  1022. package/dist/cjs/generated/operations/shipment.d.ts +1 -0
  1023. package/dist/cjs/generated/operations/shipment.js +55 -0
  1024. package/dist/cjs/generated/operations/shipmentCreate.d.ts +1 -0
  1025. package/dist/cjs/generated/operations/shipmentCreate.js +55 -0
  1026. package/dist/cjs/generated/operations/shipmentDelete.d.ts +1 -0
  1027. package/dist/cjs/generated/operations/shipmentDelete.js +8 -0
  1028. package/dist/cjs/generated/operations/shipmentItem.d.ts +1 -0
  1029. package/dist/cjs/generated/operations/shipmentItem.js +20 -0
  1030. package/dist/cjs/generated/operations/shipmentItemCreate.d.ts +1 -0
  1031. package/dist/cjs/generated/operations/shipmentItemCreate.js +20 -0
  1032. package/dist/cjs/generated/operations/shipmentItemDelete.d.ts +1 -0
  1033. package/dist/cjs/generated/operations/shipmentItemDelete.js +8 -0
  1034. package/dist/cjs/generated/operations/shipmentItemUpdate.d.ts +1 -0
  1035. package/dist/cjs/generated/operations/shipmentItemUpdate.js +20 -0
  1036. package/dist/cjs/generated/operations/shipmentItems.d.ts +1 -0
  1037. package/dist/cjs/generated/operations/shipmentItems.js +32 -0
  1038. package/dist/cjs/generated/operations/shipmentUpdate.d.ts +1 -0
  1039. package/dist/cjs/generated/operations/shipmentUpdate.js +55 -0
  1040. package/dist/cjs/generated/operations/shipments.d.ts +1 -0
  1041. package/dist/cjs/generated/operations/shipments.js +67 -0
  1042. package/dist/cjs/generated/operations/shop.d.ts +1 -0
  1043. package/dist/cjs/generated/operations/shop.js +26 -0
  1044. package/dist/cjs/generated/operations/shopInvalidateCache.d.ts +1 -0
  1045. package/dist/cjs/generated/operations/shopInvalidateCache.js +8 -0
  1046. package/dist/cjs/generated/operations/shops.d.ts +1 -0
  1047. package/dist/cjs/generated/operations/shops.js +26 -0
  1048. package/dist/cjs/generated/operations/startSession.d.ts +1 -0
  1049. package/dist/cjs/generated/operations/startSession.js +60 -0
  1050. package/dist/cjs/generated/operations/surcharge.d.ts +1 -0
  1051. package/dist/cjs/generated/operations/surcharge.js +31 -0
  1052. package/dist/cjs/generated/operations/surchargeCreate.d.ts +1 -0
  1053. package/dist/cjs/generated/operations/surchargeCreate.js +31 -0
  1054. package/dist/cjs/generated/operations/surchargeDelete.d.ts +1 -0
  1055. package/dist/cjs/generated/operations/surchargeDelete.js +31 -0
  1056. package/dist/cjs/generated/operations/surchargeUpdate.d.ts +1 -0
  1057. package/dist/cjs/generated/operations/surchargeUpdate.js +31 -0
  1058. package/dist/cjs/generated/operations/surcharges.d.ts +1 -0
  1059. package/dist/cjs/generated/operations/surcharges.js +43 -0
  1060. package/dist/cjs/generated/operations/tax.d.ts +1 -0
  1061. package/dist/cjs/generated/operations/tax.js +21 -0
  1062. package/dist/cjs/generated/operations/taxCreate.d.ts +1 -0
  1063. package/dist/cjs/generated/operations/taxCreate.js +21 -0
  1064. package/dist/cjs/generated/operations/taxDelete.d.ts +1 -0
  1065. package/dist/cjs/generated/operations/taxDelete.js +8 -0
  1066. package/dist/cjs/generated/operations/taxUpdate.d.ts +1 -0
  1067. package/dist/cjs/generated/operations/taxUpdate.js +21 -0
  1068. package/dist/cjs/generated/operations/taxes.d.ts +1 -0
  1069. package/dist/cjs/generated/operations/taxes.js +33 -0
  1070. package/dist/cjs/generated/operations/template.d.ts +1 -0
  1071. package/dist/cjs/generated/operations/template.js +101 -0
  1072. package/dist/cjs/generated/operations/templateDelete.d.ts +1 -0
  1073. package/dist/cjs/generated/operations/templateDelete.js +8 -0
  1074. package/dist/cjs/generated/operations/templateErrorLog.d.ts +1 -0
  1075. package/dist/cjs/generated/operations/templateErrorLog.js +17 -0
  1076. package/dist/cjs/generated/operations/templateErrorLogStats.d.ts +1 -0
  1077. package/dist/cjs/generated/operations/templateErrorLogStats.js +13 -0
  1078. package/dist/cjs/generated/operations/templateErrorLogs.d.ts +1 -0
  1079. package/dist/cjs/generated/operations/templateErrorLogs.js +25 -0
  1080. package/dist/cjs/generated/operations/templateRenderToHTML.d.ts +1 -0
  1081. package/dist/cjs/generated/operations/templateRenderToHTML.js +8 -0
  1082. package/dist/cjs/generated/operations/templates.d.ts +1 -0
  1083. package/dist/cjs/generated/operations/templates.js +113 -0
  1084. package/dist/cjs/generated/operations/tenant.d.ts +1 -0
  1085. package/dist/cjs/generated/operations/tenant.js +23 -0
  1086. package/dist/cjs/generated/operations/tenantCreate.d.ts +1 -0
  1087. package/dist/cjs/generated/operations/tenantCreate.js +23 -0
  1088. package/dist/cjs/generated/operations/tenantDelete.d.ts +1 -0
  1089. package/dist/cjs/generated/operations/tenantDelete.js +8 -0
  1090. package/dist/cjs/generated/operations/tenantUpdate.d.ts +1 -0
  1091. package/dist/cjs/generated/operations/tenantUpdate.js +23 -0
  1092. package/dist/cjs/generated/operations/tender.d.ts +1 -0
  1093. package/dist/cjs/generated/operations/tender.js +1575 -0
  1094. package/dist/cjs/generated/operations/tenderAddItems.d.ts +1 -0
  1095. package/dist/cjs/generated/operations/tenderAddItems.js +1586 -0
  1096. package/dist/cjs/generated/operations/tenderApplyIncentives.d.ts +1 -0
  1097. package/dist/cjs/generated/operations/tenderApplyIncentives.js +1575 -0
  1098. package/dist/cjs/generated/operations/tenderDelete.d.ts +1 -0
  1099. package/dist/cjs/generated/operations/tenderDelete.js +8 -0
  1100. package/dist/cjs/generated/operations/tenderDeleteBonusItem.d.ts +1 -0
  1101. package/dist/cjs/generated/operations/tenderDeleteBonusItem.js +1575 -0
  1102. package/dist/cjs/generated/operations/tenderDeleteItem.d.ts +1 -0
  1103. package/dist/cjs/generated/operations/tenderDeleteItem.js +1575 -0
  1104. package/dist/cjs/generated/operations/tenderProcess.d.ts +1 -0
  1105. package/dist/cjs/generated/operations/tenderProcess.js +13 -0
  1106. package/dist/cjs/generated/operations/tenderStart.d.ts +1 -0
  1107. package/dist/cjs/generated/operations/tenderStart.js +1575 -0
  1108. package/dist/cjs/generated/operations/tenderUpdate.d.ts +1 -0
  1109. package/dist/cjs/generated/operations/tenderUpdate.js +1575 -0
  1110. package/dist/cjs/generated/operations/tenderUpdateAddress.d.ts +1 -0
  1111. package/dist/cjs/generated/operations/tenderUpdateAddress.js +1575 -0
  1112. package/dist/cjs/generated/operations/tenderUpdateDiscount.d.ts +1 -0
  1113. package/dist/cjs/generated/operations/tenderUpdateDiscount.js +1575 -0
  1114. package/dist/cjs/generated/operations/tenderUpdateInvoiceUser.d.ts +1 -0
  1115. package/dist/cjs/generated/operations/tenderUpdateInvoiceUser.js +1575 -0
  1116. package/dist/cjs/generated/operations/tenderUpdateItem.d.ts +1 -0
  1117. package/dist/cjs/generated/operations/tenderUpdateItem.js +1575 -0
  1118. package/dist/cjs/generated/operations/tenderUpdatePayment.d.ts +1 -0
  1119. package/dist/cjs/generated/operations/tenderUpdatePayment.js +1575 -0
  1120. package/dist/cjs/generated/operations/tenderUpdatePostage.d.ts +1 -0
  1121. package/dist/cjs/generated/operations/tenderUpdatePostage.js +1575 -0
  1122. package/dist/cjs/generated/operations/ticket.d.ts +1 -0
  1123. package/dist/cjs/generated/operations/ticket.js +43 -0
  1124. package/dist/cjs/generated/operations/ticketCreate.d.ts +1 -0
  1125. package/dist/cjs/generated/operations/ticketCreate.js +43 -0
  1126. package/dist/cjs/generated/operations/ticketDelete.d.ts +1 -0
  1127. package/dist/cjs/generated/operations/ticketDelete.js +8 -0
  1128. package/dist/cjs/generated/operations/ticketUpdate.d.ts +1 -0
  1129. package/dist/cjs/generated/operations/ticketUpdate.js +43 -0
  1130. package/dist/cjs/generated/operations/tickets.d.ts +1 -0
  1131. package/dist/cjs/generated/operations/tickets.js +55 -0
  1132. package/dist/cjs/generated/operations/trackAndTrace.d.ts +1 -0
  1133. package/dist/cjs/generated/operations/trackAndTrace.js +29 -0
  1134. package/dist/cjs/generated/operations/trackAndTraceCreate.d.ts +1 -0
  1135. package/dist/cjs/generated/operations/trackAndTraceCreate.js +29 -0
  1136. package/dist/cjs/generated/operations/trackAndTraceDelete.d.ts +1 -0
  1137. package/dist/cjs/generated/operations/trackAndTraceDelete.js +8 -0
  1138. package/dist/cjs/generated/operations/trackAndTraceUpdate.d.ts +1 -0
  1139. package/dist/cjs/generated/operations/trackAndTraceUpdate.js +29 -0
  1140. package/dist/cjs/generated/operations/trackAndTraces.d.ts +1 -0
  1141. package/dist/cjs/generated/operations/trackAndTraces.js +41 -0
  1142. package/dist/cjs/generated/operations/triggerContactSendWelcomeEmailEvent.d.ts +1 -0
  1143. package/dist/cjs/generated/operations/triggerContactSendWelcomeEmailEvent.js +8 -0
  1144. package/dist/cjs/generated/operations/triggerCustomEvent.d.ts +1 -0
  1145. package/dist/cjs/generated/operations/triggerCustomEvent.js +8 -0
  1146. package/dist/cjs/generated/operations/triggerCustomerSendWelcomeEmailEvent.d.ts +1 -0
  1147. package/dist/cjs/generated/operations/triggerCustomerSendWelcomeEmailEvent.js +8 -0
  1148. package/dist/cjs/generated/operations/triggerOrderSendConfirm.d.ts +1 -0
  1149. package/dist/cjs/generated/operations/triggerOrderSendConfirm.js +8 -0
  1150. package/dist/cjs/generated/operations/triggerPasswordSendInitEmailEvent.d.ts +1 -0
  1151. package/dist/cjs/generated/operations/triggerPasswordSendInitEmailEvent.js +8 -0
  1152. package/dist/cjs/generated/operations/triggerPasswordSendResetEmailEvent.d.ts +1 -0
  1153. package/dist/cjs/generated/operations/triggerPasswordSendResetEmailEvent.js +7 -0
  1154. package/dist/cjs/generated/operations/triggerQuoteSend.d.ts +1 -0
  1155. package/dist/cjs/generated/operations/triggerQuoteSend.js +8 -0
  1156. package/dist/cjs/generated/operations/triggerQuoteSendRequest.d.ts +1 -0
  1157. package/dist/cjs/generated/operations/triggerQuoteSendRequest.js +8 -0
  1158. package/dist/cjs/generated/operations/triggerQuoteSendValidation.d.ts +1 -0
  1159. package/dist/cjs/generated/operations/triggerQuoteSendValidation.js +8 -0
  1160. package/dist/cjs/generated/operations/user.d.ts +1 -0
  1161. package/dist/cjs/generated/operations/user.js +612 -0
  1162. package/dist/cjs/generated/operations/valueset.d.ts +1 -0
  1163. package/dist/cjs/generated/operations/valueset.js +48 -0
  1164. package/dist/cjs/generated/operations/valuesetCreate.d.ts +1 -0
  1165. package/dist/cjs/generated/operations/valuesetCreate.js +48 -0
  1166. package/dist/cjs/generated/operations/valuesetDelete.d.ts +1 -0
  1167. package/dist/cjs/generated/operations/valuesetDelete.js +8 -0
  1168. package/dist/cjs/generated/operations/valuesetItemCreate.d.ts +1 -0
  1169. package/dist/cjs/generated/operations/valuesetItemCreate.js +24 -0
  1170. package/dist/cjs/generated/operations/valuesetItemDelete.d.ts +1 -0
  1171. package/dist/cjs/generated/operations/valuesetItemDelete.js +8 -0
  1172. package/dist/cjs/generated/operations/valuesetItemUpdate.d.ts +1 -0
  1173. package/dist/cjs/generated/operations/valuesetItemUpdate.js +24 -0
  1174. package/dist/cjs/generated/operations/valuesetItems.d.ts +1 -0
  1175. package/dist/cjs/generated/operations/valuesetItems.js +36 -0
  1176. package/dist/cjs/generated/operations/valuesetUpdate.d.ts +1 -0
  1177. package/dist/cjs/generated/operations/valuesetUpdate.js +48 -0
  1178. package/dist/cjs/generated/operations/valuesets.d.ts +1 -0
  1179. package/dist/cjs/generated/operations/valuesets.js +60 -0
  1180. package/dist/cjs/generated/operations/verifyToken.d.ts +1 -0
  1181. package/dist/cjs/generated/operations/verifyToken.js +31 -0
  1182. package/dist/cjs/generated/operations/viewer.d.ts +1 -0
  1183. package/dist/cjs/generated/operations/viewer.js +612 -0
  1184. package/dist/cjs/generated/operations/warehouse.d.ts +1 -0
  1185. package/dist/cjs/generated/operations/warehouse.js +61 -0
  1186. package/dist/cjs/generated/operations/warehouseAddressCreate.d.ts +1 -0
  1187. package/dist/cjs/generated/operations/warehouseAddressCreate.js +34 -0
  1188. package/dist/cjs/generated/operations/warehouseAddressDelete.d.ts +1 -0
  1189. package/dist/cjs/generated/operations/warehouseAddressDelete.js +8 -0
  1190. package/dist/cjs/generated/operations/warehouseAddressUpdate.d.ts +1 -0
  1191. package/dist/cjs/generated/operations/warehouseAddressUpdate.js +34 -0
  1192. package/dist/cjs/generated/operations/warehouseCreate.d.ts +1 -0
  1193. package/dist/cjs/generated/operations/warehouseCreate.js +61 -0
  1194. package/dist/cjs/generated/operations/warehouseDelete.d.ts +1 -0
  1195. package/dist/cjs/generated/operations/warehouseDelete.js +61 -0
  1196. package/dist/cjs/generated/operations/warehouseUpdate.d.ts +1 -0
  1197. package/dist/cjs/generated/operations/warehouseUpdate.js +61 -0
  1198. package/dist/cjs/generated/operations/warehouses.d.ts +1 -0
  1199. package/dist/cjs/generated/operations/warehouses.js +73 -0
  1200. package/dist/cjs/generated/operations/zoneTaxCode.d.ts +1 -0
  1201. package/dist/cjs/generated/operations/zoneTaxCode.js +18 -0
  1202. package/dist/cjs/generated/operations/zoneTaxCodeCreate.d.ts +1 -0
  1203. package/dist/cjs/generated/operations/zoneTaxCodeCreate.js +18 -0
  1204. package/dist/cjs/generated/operations/zoneTaxCodeDelete.d.ts +1 -0
  1205. package/dist/cjs/generated/operations/zoneTaxCodeDelete.js +8 -0
  1206. package/dist/cjs/generated/operations/zoneTaxCodeUpdate.d.ts +1 -0
  1207. package/dist/cjs/generated/operations/zoneTaxCodeUpdate.js +18 -0
  1208. package/dist/cjs/generated/operations/zoneTaxCodes.d.ts +1 -0
  1209. package/dist/cjs/generated/operations/zoneTaxCodes.js +30 -0
  1210. package/dist/cjs/generated/operations/zoneTaxCodesCreate.d.ts +1 -0
  1211. package/dist/cjs/generated/operations/zoneTaxCodesCreate.js +18 -0
  1212. package/dist/cjs/generated/operations/zoneTaxCodesDelete.d.ts +1 -0
  1213. package/dist/cjs/generated/operations/zoneTaxCodesDelete.js +8 -0
  1214. package/dist/cjs/index.d.ts +12 -0
  1215. package/dist/cjs/index.js +43 -0
  1216. package/dist/cjs/service/AddressService.d.ts +120 -0
  1217. package/dist/cjs/service/AddressService.js +155 -0
  1218. package/dist/cjs/service/AttributeService.d.ts +230 -0
  1219. package/dist/cjs/service/AttributeService.js +293 -0
  1220. package/dist/cjs/service/BundleService.d.ts +95 -0
  1221. package/dist/cjs/service/BundleService.js +110 -0
  1222. package/dist/cjs/service/BusinessRuleService.d.ts +176 -0
  1223. package/dist/cjs/service/BusinessRuleService.js +225 -0
  1224. package/dist/cjs/service/CarrierService.d.ts +73 -0
  1225. package/dist/cjs/service/CarrierService.js +94 -0
  1226. package/dist/cjs/service/CartService.d.ts +453 -0
  1227. package/dist/cjs/service/CartService.js +371 -0
  1228. package/dist/cjs/service/CategoryService.d.ts +155 -0
  1229. package/dist/cjs/service/CategoryService.js +154 -0
  1230. package/dist/cjs/service/ChannelService.d.ts +35 -0
  1231. package/dist/cjs/service/ChannelService.js +47 -0
  1232. package/dist/cjs/service/ClusterConfigService.d.ts +63 -0
  1233. package/dist/cjs/service/ClusterConfigService.js +81 -0
  1234. package/dist/cjs/service/ClusterService.d.ts +86 -0
  1235. package/dist/cjs/service/ClusterService.js +104 -0
  1236. package/dist/cjs/service/CompanyService.d.ts +141 -0
  1237. package/dist/cjs/service/CompanyService.js +107 -0
  1238. package/dist/cjs/service/CrossupsellService.d.ts +77 -0
  1239. package/dist/cjs/service/CrossupsellService.js +80 -0
  1240. package/dist/cjs/service/DiscountService.d.ts +75 -0
  1241. package/dist/cjs/service/DiscountService.js +94 -0
  1242. package/dist/cjs/service/EventActionConfigService.d.ts +125 -0
  1243. package/dist/cjs/service/EventActionConfigService.js +155 -0
  1244. package/dist/cjs/service/FavoriteListService.d.ts +123 -0
  1245. package/dist/cjs/service/FavoriteListService.js +154 -0
  1246. package/dist/cjs/service/GCIPUserService.d.ts +25 -0
  1247. package/dist/cjs/service/GCIPUserService.js +34 -0
  1248. package/dist/cjs/service/InventoryService.d.ts +26 -0
  1249. package/dist/cjs/service/InventoryService.js +34 -0
  1250. package/dist/cjs/service/LoginService.d.ts +51 -0
  1251. package/dist/cjs/service/LoginService.js +64 -0
  1252. package/dist/cjs/service/LogoutService.d.ts +24 -0
  1253. package/dist/cjs/service/LogoutService.js +33 -0
  1254. package/dist/cjs/service/MachineService.d.ts +60 -0
  1255. package/dist/cjs/service/MachineService.js +79 -0
  1256. package/dist/cjs/service/MagicTokenService.d.ts +76 -0
  1257. package/dist/cjs/service/MagicTokenService.js +96 -0
  1258. package/dist/cjs/service/MediaAttachmentService.d.ts +50 -0
  1259. package/dist/cjs/service/MediaAttachmentService.js +64 -0
  1260. package/dist/cjs/service/MediaDocumentService.d.ts +76 -0
  1261. package/dist/cjs/service/MediaDocumentService.js +96 -0
  1262. package/dist/cjs/service/MediaImageService.d.ts +74 -0
  1263. package/dist/cjs/service/MediaImageService.js +96 -0
  1264. package/dist/cjs/service/MediaVideoService.d.ts +76 -0
  1265. package/dist/cjs/service/MediaVideoService.js +96 -0
  1266. package/dist/cjs/service/OrderService.d.ts +548 -0
  1267. package/dist/cjs/service/OrderService.js +589 -0
  1268. package/dist/cjs/service/OrderlistService.d.ts +169 -0
  1269. package/dist/cjs/service/OrderlistService.js +213 -0
  1270. package/dist/cjs/service/PayMethodService.d.ts +73 -0
  1271. package/dist/cjs/service/PayMethodService.js +94 -0
  1272. package/dist/cjs/service/PaymentService.d.ts +72 -0
  1273. package/dist/cjs/service/PaymentService.js +94 -0
  1274. package/dist/cjs/service/PriceService.d.ts +141 -0
  1275. package/dist/cjs/service/PriceService.js +145 -0
  1276. package/dist/cjs/service/PricesheetService.d.ts +114 -0
  1277. package/dist/cjs/service/PricesheetService.js +131 -0
  1278. package/dist/cjs/service/ProductService.d.ts +225 -0
  1279. package/dist/cjs/service/ProductService.js +196 -0
  1280. package/dist/cjs/service/PurchaseAuthorizationConfigService.d.ts +75 -0
  1281. package/dist/cjs/service/PurchaseAuthorizationConfigService.js +96 -0
  1282. package/dist/cjs/service/RegisterContactResponseService.d.ts +26 -0
  1283. package/dist/cjs/service/RegisterContactResponseService.js +34 -0
  1284. package/dist/cjs/service/RegisterCustomerResponseService.d.ts +26 -0
  1285. package/dist/cjs/service/RegisterCustomerResponseService.js +34 -0
  1286. package/dist/cjs/service/RoleService.d.ts +110 -0
  1287. package/dist/cjs/service/RoleService.js +139 -0
  1288. package/dist/cjs/service/ShipmentService.d.ts +132 -0
  1289. package/dist/cjs/service/ShipmentService.js +169 -0
  1290. package/dist/cjs/service/ShopService.d.ts +37 -0
  1291. package/dist/cjs/service/ShopService.js +49 -0
  1292. package/dist/cjs/service/SparePartsMachineService.d.ts +60 -0
  1293. package/dist/cjs/service/SparePartsMachineService.js +79 -0
  1294. package/dist/cjs/service/SurchargeService.d.ts +73 -0
  1295. package/dist/cjs/service/SurchargeService.js +94 -0
  1296. package/dist/cjs/service/TaxService.d.ts +121 -0
  1297. package/dist/cjs/service/TaxService.js +154 -0
  1298. package/dist/cjs/service/TemplateErrorLogService.d.ts +47 -0
  1299. package/dist/cjs/service/TemplateErrorLogService.js +69 -0
  1300. package/dist/cjs/service/TemplateService.d.ts +131 -0
  1301. package/dist/cjs/service/TemplateService.js +168 -0
  1302. package/dist/cjs/service/TenantService.d.ts +60 -0
  1303. package/dist/cjs/service/TenantService.js +79 -0
  1304. package/dist/cjs/service/TenderService.d.ts +171 -0
  1305. package/dist/cjs/service/TenderService.js +228 -0
  1306. package/dist/cjs/service/TicketService.d.ts +75 -0
  1307. package/dist/cjs/service/TicketService.js +96 -0
  1308. package/dist/cjs/service/TrackAndTraceService.d.ts +62 -0
  1309. package/dist/cjs/service/TrackAndTraceService.js +79 -0
  1310. package/dist/cjs/service/UserService.d.ts +144 -0
  1311. package/dist/cjs/service/UserService.js +158 -0
  1312. package/dist/cjs/service/ValuesetService.d.ts +86 -0
  1313. package/dist/cjs/service/ValuesetService.js +109 -0
  1314. package/dist/cjs/service/VerifyTokenService.d.ts +26 -0
  1315. package/dist/cjs/service/VerifyTokenService.js +34 -0
  1316. package/dist/cjs/service/WarehouseAddressService.d.ts +48 -0
  1317. package/dist/cjs/service/WarehouseAddressService.js +64 -0
  1318. package/dist/cjs/service/WarehouseService.d.ts +62 -0
  1319. package/dist/cjs/service/WarehouseService.js +79 -0
  1320. package/dist/cjs/service/index.d.ts +52 -0
  1321. package/dist/cjs/service/index.js +71 -0
  1322. package/dist/cjs/service/runOperation.d.ts +35 -0
  1323. package/dist/cjs/service/runOperation.js +90 -0
  1324. package/dist/cjs/type/AddOrderStatusesToOrderStatusSetInput.d.ts +7 -0
  1325. package/dist/cjs/type/AddOrderStatusesToOrderStatusSetInput.js +2 -0
  1326. package/dist/cjs/type/AddSurchargesToProductInput.d.ts +9 -0
  1327. package/dist/cjs/type/AddSurchargesToProductInput.js +2 -0
  1328. package/dist/cjs/type/Address.d.ts +58 -0
  1329. package/dist/cjs/type/Address.js +2 -0
  1330. package/dist/cjs/type/AddressBulkItemInput.d.ts +54 -0
  1331. package/dist/cjs/type/AddressBulkItemInput.js +2 -0
  1332. package/dist/cjs/type/AdminUser.d.ts +35 -0
  1333. package/dist/cjs/type/AdminUser.js +2 -0
  1334. package/dist/cjs/type/AdminUserSortInput.d.ts +11 -0
  1335. package/dist/cjs/type/AdminUserSortInput.js +2 -0
  1336. package/dist/cjs/type/AdminUserTenant.d.ts +22 -0
  1337. package/dist/cjs/type/AdminUserTenant.js +2 -0
  1338. package/dist/cjs/type/AdminUserTenantsSearchInput.d.ts +9 -0
  1339. package/dist/cjs/type/AdminUserTenantsSearchInput.js +2 -0
  1340. package/dist/cjs/type/AdminUsersSearchInput.d.ts +17 -0
  1341. package/dist/cjs/type/AdminUsersSearchInput.js +2 -0
  1342. package/dist/cjs/type/AnyAddress.d.ts +20 -0
  1343. package/dist/cjs/type/AnyAddress.js +2 -0
  1344. package/dist/cjs/type/Attribute.d.ts +20 -0
  1345. package/dist/cjs/type/Attribute.js +2 -0
  1346. package/dist/cjs/type/AttributeAttributeDescriptionSearchInput.d.ts +22 -0
  1347. package/dist/cjs/type/AttributeAttributeDescriptionSearchInput.js +2 -0
  1348. package/dist/cjs/type/AttributeBulkCreateInput.d.ts +14 -0
  1349. package/dist/cjs/type/AttributeBulkCreateInput.js +2 -0
  1350. package/dist/cjs/type/AttributeBulkResponse.d.ts +32 -0
  1351. package/dist/cjs/type/AttributeBulkResponse.js +2 -0
  1352. package/dist/cjs/type/AttributeColorValue.d.ts +13 -0
  1353. package/dist/cjs/type/AttributeColorValue.js +2 -0
  1354. package/dist/cjs/type/AttributeCreateInput.d.ts +22 -0
  1355. package/dist/cjs/type/AttributeCreateInput.js +2 -0
  1356. package/dist/cjs/type/AttributeCsvInput.d.ts +10 -0
  1357. package/dist/cjs/type/AttributeCsvInput.js +2 -0
  1358. package/dist/cjs/type/AttributeCsvMapping.d.ts +10 -0
  1359. package/dist/cjs/type/AttributeCsvMapping.js +2 -0
  1360. package/dist/cjs/type/AttributeDateTimeValue.d.ts +13 -0
  1361. package/dist/cjs/type/AttributeDateTimeValue.js +2 -0
  1362. package/dist/cjs/type/AttributeDecimalRangeFilter.d.ts +10 -0
  1363. package/dist/cjs/type/AttributeDecimalRangeFilter.js +2 -0
  1364. package/dist/cjs/type/AttributeDecimalValue.d.ts +13 -0
  1365. package/dist/cjs/type/AttributeDecimalValue.js +2 -0
  1366. package/dist/cjs/type/AttributeDescription.d.ts +47 -0
  1367. package/dist/cjs/type/AttributeDescription.js +2 -0
  1368. package/dist/cjs/type/AttributeDescriptionCreateInput.d.ts +33 -0
  1369. package/dist/cjs/type/AttributeDescriptionCreateInput.js +2 -0
  1370. package/dist/cjs/type/AttributeDescriptionCsvInput.d.ts +10 -0
  1371. package/dist/cjs/type/AttributeDescriptionCsvInput.js +2 -0
  1372. package/dist/cjs/type/AttributeDescriptionCsvMapping.d.ts +10 -0
  1373. package/dist/cjs/type/AttributeDescriptionCsvMapping.js +2 -0
  1374. package/dist/cjs/type/AttributeDescriptionResponse.d.ts +20 -0
  1375. package/dist/cjs/type/AttributeDescriptionResponse.js +2 -0
  1376. package/dist/cjs/type/AttributeDescriptionSearchInput.d.ts +32 -0
  1377. package/dist/cjs/type/AttributeDescriptionSearchInput.js +2 -0
  1378. package/dist/cjs/type/AttributeDescriptionSortInput.d.ts +11 -0
  1379. package/dist/cjs/type/AttributeDescriptionSortInput.js +2 -0
  1380. package/dist/cjs/type/AttributeDescriptionUpdateInput.d.ts +26 -0
  1381. package/dist/cjs/type/AttributeDescriptionUpdateInput.js +2 -0
  1382. package/dist/cjs/type/AttributeEnumValue.d.ts +13 -0
  1383. package/dist/cjs/type/AttributeEnumValue.js +2 -0
  1384. package/dist/cjs/type/AttributeFilter.d.ts +34 -0
  1385. package/dist/cjs/type/AttributeFilter.js +2 -0
  1386. package/dist/cjs/type/AttributeIntValue.d.ts +13 -0
  1387. package/dist/cjs/type/AttributeIntValue.js +2 -0
  1388. package/dist/cjs/type/AttributeIntegerRangeFilter.d.ts +10 -0
  1389. package/dist/cjs/type/AttributeIntegerRangeFilter.js +2 -0
  1390. package/dist/cjs/type/AttributeResponse.d.ts +20 -0
  1391. package/dist/cjs/type/AttributeResponse.js +2 -0
  1392. package/dist/cjs/type/AttributeResult.d.ts +18 -0
  1393. package/dist/cjs/type/AttributeResult.js +2 -0
  1394. package/dist/cjs/type/AttributeResultResponse.d.ts +20 -0
  1395. package/dist/cjs/type/AttributeResultResponse.js +2 -0
  1396. package/dist/cjs/type/AttributeResultSearchInput.d.ts +26 -0
  1397. package/dist/cjs/type/AttributeResultSearchInput.js +2 -0
  1398. package/dist/cjs/type/AttributeSearchInput.d.ts +24 -0
  1399. package/dist/cjs/type/AttributeSearchInput.js +2 -0
  1400. package/dist/cjs/type/AttributeTextFilter.d.ts +17 -0
  1401. package/dist/cjs/type/AttributeTextFilter.js +2 -0
  1402. package/dist/cjs/type/AttributeTextValue.d.ts +14 -0
  1403. package/dist/cjs/type/AttributeTextValue.js +2 -0
  1404. package/dist/cjs/type/AttributeUpdateInput.d.ts +8 -0
  1405. package/dist/cjs/type/AttributeUpdateInput.js +2 -0
  1406. package/dist/cjs/type/AttributeValue.d.ts +19 -0
  1407. package/dist/cjs/type/AttributeValue.js +2 -0
  1408. package/dist/cjs/type/AttributeValueInput.d.ts +18 -0
  1409. package/dist/cjs/type/AttributeValueInput.js +2 -0
  1410. package/dist/cjs/type/Base64File.d.ts +11 -0
  1411. package/dist/cjs/type/Base64File.js +2 -0
  1412. package/dist/cjs/type/Base64FileInput.d.ts +11 -0
  1413. package/dist/cjs/type/Base64FileInput.js +2 -0
  1414. package/dist/cjs/type/BulkCostPrice.d.ts +21 -0
  1415. package/dist/cjs/type/BulkCostPrice.js +2 -0
  1416. package/dist/cjs/type/BulkCostPriceCreateInput.d.ts +15 -0
  1417. package/dist/cjs/type/BulkCostPriceCreateInput.js +2 -0
  1418. package/dist/cjs/type/BulkCostPriceCsvInput.d.ts +10 -0
  1419. package/dist/cjs/type/BulkCostPriceCsvInput.js +2 -0
  1420. package/dist/cjs/type/BulkCostPriceCsvMapping.d.ts +10 -0
  1421. package/dist/cjs/type/BulkCostPriceCsvMapping.js +2 -0
  1422. package/dist/cjs/type/BulkCostPriceResponse.d.ts +20 -0
  1423. package/dist/cjs/type/BulkCostPriceResponse.js +2 -0
  1424. package/dist/cjs/type/BulkCostPriceSearchInput.d.ts +31 -0
  1425. package/dist/cjs/type/BulkCostPriceSearchInput.js +2 -0
  1426. package/dist/cjs/type/BulkCostPriceSortInput.d.ts +11 -0
  1427. package/dist/cjs/type/BulkCostPriceSortInput.js +2 -0
  1428. package/dist/cjs/type/BulkCostPriceUpdateInput.d.ts +13 -0
  1429. package/dist/cjs/type/BulkCostPriceUpdateInput.js +2 -0
  1430. package/dist/cjs/type/BulkDeleteResponse.d.ts +9 -0
  1431. package/dist/cjs/type/BulkDeleteResponse.js +2 -0
  1432. package/dist/cjs/type/BulkPrice.d.ts +21 -0
  1433. package/dist/cjs/type/BulkPrice.js +2 -0
  1434. package/dist/cjs/type/BulkPriceCreateInput.d.ts +15 -0
  1435. package/dist/cjs/type/BulkPriceCreateInput.js +2 -0
  1436. package/dist/cjs/type/BulkPriceCsvInput.d.ts +10 -0
  1437. package/dist/cjs/type/BulkPriceCsvInput.js +2 -0
  1438. package/dist/cjs/type/BulkPriceCsvMapping.d.ts +10 -0
  1439. package/dist/cjs/type/BulkPriceCsvMapping.js +2 -0
  1440. package/dist/cjs/type/BulkPriceResponse.d.ts +20 -0
  1441. package/dist/cjs/type/BulkPriceResponse.js +2 -0
  1442. package/dist/cjs/type/BulkPriceSearchInput.d.ts +31 -0
  1443. package/dist/cjs/type/BulkPriceSearchInput.js +2 -0
  1444. package/dist/cjs/type/BulkPriceSortInput.d.ts +11 -0
  1445. package/dist/cjs/type/BulkPriceSortInput.js +2 -0
  1446. package/dist/cjs/type/BulkPriceUpdateInput.d.ts +13 -0
  1447. package/dist/cjs/type/BulkPriceUpdateInput.js +2 -0
  1448. package/dist/cjs/type/BulkResponseData.d.ts +11 -0
  1449. package/dist/cjs/type/BulkResponseData.js +2 -0
  1450. package/dist/cjs/type/Bundle.d.ts +30 -0
  1451. package/dist/cjs/type/Bundle.js +2 -0
  1452. package/dist/cjs/type/BundleAddItemsInput.d.ts +8 -0
  1453. package/dist/cjs/type/BundleAddItemsInput.js +2 -0
  1454. package/dist/cjs/type/BundleCreateInput.d.ts +21 -0
  1455. package/dist/cjs/type/BundleCreateInput.js +2 -0
  1456. package/dist/cjs/type/BundleItem.d.ts +24 -0
  1457. package/dist/cjs/type/BundleItem.js +2 -0
  1458. package/dist/cjs/type/BundleItemInput.d.ts +10 -0
  1459. package/dist/cjs/type/BundleItemInput.js +2 -0
  1460. package/dist/cjs/type/BundlePrice.d.ts +13 -0
  1461. package/dist/cjs/type/BundlePrice.js +2 -0
  1462. package/dist/cjs/type/BundleSearchInput.d.ts +18 -0
  1463. package/dist/cjs/type/BundleSearchInput.js +2 -0
  1464. package/dist/cjs/type/BundleSortInput.d.ts +11 -0
  1465. package/dist/cjs/type/BundleSortInput.js +2 -0
  1466. package/dist/cjs/type/BundleUpdateInput.d.ts +18 -0
  1467. package/dist/cjs/type/BundleUpdateInput.js +2 -0
  1468. package/dist/cjs/type/BundlesResponse.d.ts +20 -0
  1469. package/dist/cjs/type/BundlesResponse.js +2 -0
  1470. package/dist/cjs/type/BusinessHours.d.ts +15 -0
  1471. package/dist/cjs/type/BusinessHours.js +2 -0
  1472. package/dist/cjs/type/BusinessHoursInput.d.ts +15 -0
  1473. package/dist/cjs/type/BusinessHoursInput.js +2 -0
  1474. package/dist/cjs/type/BusinessRule.d.ts +27 -0
  1475. package/dist/cjs/type/BusinessRule.js +2 -0
  1476. package/dist/cjs/type/BusinessRuleActionField.d.ts +10 -0
  1477. package/dist/cjs/type/BusinessRuleActionField.js +2 -0
  1478. package/dist/cjs/type/BusinessRuleArrayExpression.d.ts +24 -0
  1479. package/dist/cjs/type/BusinessRuleArrayExpression.js +2 -0
  1480. package/dist/cjs/type/BusinessRuleArrayExpressionInput.d.ts +19 -0
  1481. package/dist/cjs/type/BusinessRuleArrayExpressionInput.js +2 -0
  1482. package/dist/cjs/type/BusinessRuleComplexExpression.d.ts +27 -0
  1483. package/dist/cjs/type/BusinessRuleComplexExpression.js +2 -0
  1484. package/dist/cjs/type/BusinessRuleComplexExpressionInput.d.ts +27 -0
  1485. package/dist/cjs/type/BusinessRuleComplexExpressionInput.js +2 -0
  1486. package/dist/cjs/type/BusinessRuleCreateInput.d.ts +13 -0
  1487. package/dist/cjs/type/BusinessRuleCreateInput.js +2 -0
  1488. package/dist/cjs/type/BusinessRuleDateExpression.d.ts +26 -0
  1489. package/dist/cjs/type/BusinessRuleDateExpression.js +2 -0
  1490. package/dist/cjs/type/BusinessRuleDateExpressionInput.d.ts +24 -0
  1491. package/dist/cjs/type/BusinessRuleDateExpressionInput.js +2 -0
  1492. package/dist/cjs/type/BusinessRuleDecisionTable.d.ts +21 -0
  1493. package/dist/cjs/type/BusinessRuleDecisionTable.js +2 -0
  1494. package/dist/cjs/type/BusinessRuleDecisionTableAddColumnInput.d.ts +23 -0
  1495. package/dist/cjs/type/BusinessRuleDecisionTableAddColumnInput.js +2 -0
  1496. package/dist/cjs/type/BusinessRuleDecisionTableCell.d.ts +18 -0
  1497. package/dist/cjs/type/BusinessRuleDecisionTableCell.js +2 -0
  1498. package/dist/cjs/type/BusinessRuleDecisionTableContent.d.ts +19 -0
  1499. package/dist/cjs/type/BusinessRuleDecisionTableContent.js +2 -0
  1500. package/dist/cjs/type/BusinessRuleDecisionTableDeleteColumnInput.d.ts +14 -0
  1501. package/dist/cjs/type/BusinessRuleDecisionTableDeleteColumnInput.js +2 -0
  1502. package/dist/cjs/type/BusinessRuleDecisionTableDeleteRowInput.d.ts +11 -0
  1503. package/dist/cjs/type/BusinessRuleDecisionTableDeleteRowInput.js +2 -0
  1504. package/dist/cjs/type/BusinessRuleDecisionTableInputOutput.d.ts +20 -0
  1505. package/dist/cjs/type/BusinessRuleDecisionTableInputOutput.js +2 -0
  1506. package/dist/cjs/type/BusinessRuleDecisionTableMoveRowInput.d.ts +16 -0
  1507. package/dist/cjs/type/BusinessRuleDecisionTableMoveRowInput.js +2 -0
  1508. package/dist/cjs/type/BusinessRuleDecisionTableRow.d.ts +12 -0
  1509. package/dist/cjs/type/BusinessRuleDecisionTableRow.js +2 -0
  1510. package/dist/cjs/type/BusinessRuleDecisionTableSearchInput.d.ts +9 -0
  1511. package/dist/cjs/type/BusinessRuleDecisionTableSearchInput.js +2 -0
  1512. package/dist/cjs/type/BusinessRuleDecisionTableSetCellInput.d.ts +23 -0
  1513. package/dist/cjs/type/BusinessRuleDecisionTableSetCellInput.js +2 -0
  1514. package/dist/cjs/type/BusinessRuleDecisionTableUpdateInput.d.ts +17 -0
  1515. package/dist/cjs/type/BusinessRuleDecisionTableUpdateInput.js +2 -0
  1516. package/dist/cjs/type/BusinessRuleEdge.d.ts +15 -0
  1517. package/dist/cjs/type/BusinessRuleEdge.js +2 -0
  1518. package/dist/cjs/type/BusinessRuleExpressionGroup.d.ts +13 -0
  1519. package/dist/cjs/type/BusinessRuleExpressionGroup.js +2 -0
  1520. package/dist/cjs/type/BusinessRuleExpressionGroupInput.d.ts +11 -0
  1521. package/dist/cjs/type/BusinessRuleExpressionGroupInput.js +2 -0
  1522. package/dist/cjs/type/BusinessRuleExpressionUnionInput.d.ts +20 -0
  1523. package/dist/cjs/type/BusinessRuleExpressionUnionInput.js +2 -0
  1524. package/dist/cjs/type/BusinessRuleFieldDefinition.d.ts +20 -0
  1525. package/dist/cjs/type/BusinessRuleFieldDefinition.js +2 -0
  1526. package/dist/cjs/type/BusinessRuleFieldDefinitionGroup.d.ts +14 -0
  1527. package/dist/cjs/type/BusinessRuleFieldDefinitionGroup.js +2 -0
  1528. package/dist/cjs/type/BusinessRuleInput.d.ts +15 -0
  1529. package/dist/cjs/type/BusinessRuleInput.js +2 -0
  1530. package/dist/cjs/type/BusinessRuleNumberExpression.d.ts +22 -0
  1531. package/dist/cjs/type/BusinessRuleNumberExpression.js +2 -0
  1532. package/dist/cjs/type/BusinessRuleNumberExpressionInput.d.ts +17 -0
  1533. package/dist/cjs/type/BusinessRuleNumberExpressionInput.js +2 -0
  1534. package/dist/cjs/type/BusinessRuleOutput.d.ts +15 -0
  1535. package/dist/cjs/type/BusinessRuleOutput.js +2 -0
  1536. package/dist/cjs/type/BusinessRuleResponse.d.ts +20 -0
  1537. package/dist/cjs/type/BusinessRuleResponse.js +2 -0
  1538. package/dist/cjs/type/BusinessRuleSearchInput.d.ts +19 -0
  1539. package/dist/cjs/type/BusinessRuleSearchInput.js +2 -0
  1540. package/dist/cjs/type/BusinessRuleStringExpression.d.ts +22 -0
  1541. package/dist/cjs/type/BusinessRuleStringExpression.js +2 -0
  1542. package/dist/cjs/type/BusinessRuleStringExpressionInput.d.ts +17 -0
  1543. package/dist/cjs/type/BusinessRuleStringExpressionInput.js +2 -0
  1544. package/dist/cjs/type/BusinessRuleSubExpressionGroup.d.ts +15 -0
  1545. package/dist/cjs/type/BusinessRuleSubExpressionGroup.js +2 -0
  1546. package/dist/cjs/type/BusinessRuleUpdateInput.d.ts +8 -0
  1547. package/dist/cjs/type/BusinessRuleUpdateInput.js +2 -0
  1548. package/dist/cjs/type/CacheControlInput.d.ts +13 -0
  1549. package/dist/cjs/type/CacheControlInput.js +2 -0
  1550. package/dist/cjs/type/CanvasInput.d.ts +33 -0
  1551. package/dist/cjs/type/CanvasInput.js +2 -0
  1552. package/dist/cjs/type/Carrier.d.ts +33 -0
  1553. package/dist/cjs/type/Carrier.js +2 -0
  1554. package/dist/cjs/type/CarrierCreateInput.d.ts +21 -0
  1555. package/dist/cjs/type/CarrierCreateInput.js +2 -0
  1556. package/dist/cjs/type/CarrierSortInput.d.ts +11 -0
  1557. package/dist/cjs/type/CarrierSortInput.js +2 -0
  1558. package/dist/cjs/type/CarrierUpdateInput.d.ts +21 -0
  1559. package/dist/cjs/type/CarrierUpdateInput.js +2 -0
  1560. package/dist/cjs/type/CarriersResponse.d.ts +20 -0
  1561. package/dist/cjs/type/CarriersResponse.js +2 -0
  1562. package/dist/cjs/type/CarriersSearchInput.d.ts +26 -0
  1563. package/dist/cjs/type/CarriersSearchInput.js +2 -0
  1564. package/dist/cjs/type/Cart.d.ts +94 -0
  1565. package/dist/cjs/type/Cart.js +2 -0
  1566. package/dist/cjs/type/CartAcceptPurchaseAuthorizationRequestInput.d.ts +7 -0
  1567. package/dist/cjs/type/CartAcceptPurchaseAuthorizationRequestInput.js +2 -0
  1568. package/dist/cjs/type/CartActionCodeInput.d.ts +7 -0
  1569. package/dist/cjs/type/CartActionCodeInput.js +2 -0
  1570. package/dist/cjs/type/CartAddBundleInput.d.ts +11 -0
  1571. package/dist/cjs/type/CartAddBundleInput.js +2 -0
  1572. package/dist/cjs/type/CartAddItemInput.d.ts +18 -0
  1573. package/dist/cjs/type/CartAddItemInput.js +2 -0
  1574. package/dist/cjs/type/CartAddress.d.ts +43 -0
  1575. package/dist/cjs/type/CartAddress.js +2 -0
  1576. package/dist/cjs/type/CartBaseItem.d.ts +59 -0
  1577. package/dist/cjs/type/CartBaseItem.js +2 -0
  1578. package/dist/cjs/type/CartCarrier.d.ts +15 -0
  1579. package/dist/cjs/type/CartCarrier.js +2 -0
  1580. package/dist/cjs/type/CartChildItemBulkInput.d.ts +19 -0
  1581. package/dist/cjs/type/CartChildItemBulkInput.js +2 -0
  1582. package/dist/cjs/type/CartChildItemInput.d.ts +13 -0
  1583. package/dist/cjs/type/CartChildItemInput.js +2 -0
  1584. package/dist/cjs/type/CartDeleteItemInput.d.ts +7 -0
  1585. package/dist/cjs/type/CartDeleteItemInput.js +2 -0
  1586. package/dist/cjs/type/CartIncentive.d.ts +15 -0
  1587. package/dist/cjs/type/CartIncentive.js +2 -0
  1588. package/dist/cjs/type/CartIncentiveParams.d.ts +23 -0
  1589. package/dist/cjs/type/CartIncentiveParams.js +2 -0
  1590. package/dist/cjs/type/CartItemBulkInput.d.ts +17 -0
  1591. package/dist/cjs/type/CartItemBulkInput.js +2 -0
  1592. package/dist/cjs/type/CartItemIncentive.d.ts +14 -0
  1593. package/dist/cjs/type/CartItemIncentive.js +2 -0
  1594. package/dist/cjs/type/CartItemSurcharge.d.ts +29 -0
  1595. package/dist/cjs/type/CartItemSurcharge.js +2 -0
  1596. package/dist/cjs/type/CartItemsBulkUpsertInput.d.ts +10 -0
  1597. package/dist/cjs/type/CartItemsBulkUpsertInput.js +2 -0
  1598. package/dist/cjs/type/CartMainItem.d.ts +65 -0
  1599. package/dist/cjs/type/CartMainItem.js +2 -0
  1600. package/dist/cjs/type/CartPaymentData.d.ts +22 -0
  1601. package/dist/cjs/type/CartPaymentData.js +2 -0
  1602. package/dist/cjs/type/CartPaymentDataInput.d.ts +11 -0
  1603. package/dist/cjs/type/CartPaymentDataInput.js +2 -0
  1604. package/dist/cjs/type/CartPaymethod.d.ts +18 -0
  1605. package/dist/cjs/type/CartPaymethod.js +2 -0
  1606. package/dist/cjs/type/CartPostageData.d.ts +28 -0
  1607. package/dist/cjs/type/CartPostageData.js +2 -0
  1608. package/dist/cjs/type/CartPostageDataInput.d.ts +18 -0
  1609. package/dist/cjs/type/CartPostageDataInput.js +2 -0
  1610. package/dist/cjs/type/CartProcessInput.d.ts +9 -0
  1611. package/dist/cjs/type/CartProcessInput.js +2 -0
  1612. package/dist/cjs/type/CartProcessResponse.d.ts +13 -0
  1613. package/dist/cjs/type/CartProcessResponse.js +2 -0
  1614. package/dist/cjs/type/CartResponse.d.ts +20 -0
  1615. package/dist/cjs/type/CartResponse.js +2 -0
  1616. package/dist/cjs/type/CartSearchInput.d.ts +28 -0
  1617. package/dist/cjs/type/CartSearchInput.js +2 -0
  1618. package/dist/cjs/type/CartSetContactInput.d.ts +9 -0
  1619. package/dist/cjs/type/CartSetContactInput.js +2 -0
  1620. package/dist/cjs/type/CartSetCustomerInput.d.ts +7 -0
  1621. package/dist/cjs/type/CartSetCustomerInput.js +2 -0
  1622. package/dist/cjs/type/CartSetUserInput.d.ts +11 -0
  1623. package/dist/cjs/type/CartSetUserInput.js +2 -0
  1624. package/dist/cjs/type/CartShippingMethod.d.ts +9 -0
  1625. package/dist/cjs/type/CartShippingMethod.js +2 -0
  1626. package/dist/cjs/type/CartSortInput.d.ts +11 -0
  1627. package/dist/cjs/type/CartSortInput.js +2 -0
  1628. package/dist/cjs/type/CartStartInput.d.ts +13 -0
  1629. package/dist/cjs/type/CartStartInput.js +2 -0
  1630. package/dist/cjs/type/CartTaxLevel.d.ts +11 -0
  1631. package/dist/cjs/type/CartTaxLevel.js +2 -0
  1632. package/dist/cjs/type/CartTotal.d.ts +21 -0
  1633. package/dist/cjs/type/CartTotal.js +2 -0
  1634. package/dist/cjs/type/CartUnOrderableItem.d.ts +24 -0
  1635. package/dist/cjs/type/CartUnOrderableItem.js +2 -0
  1636. package/dist/cjs/type/CartUpdateAddressInput.d.ts +46 -0
  1637. package/dist/cjs/type/CartUpdateAddressInput.js +2 -0
  1638. package/dist/cjs/type/CartUpdateInput.d.ts +19 -0
  1639. package/dist/cjs/type/CartUpdateInput.js +2 -0
  1640. package/dist/cjs/type/CartUpdateItemInput.d.ts +11 -0
  1641. package/dist/cjs/type/CartUpdateItemInput.js +2 -0
  1642. package/dist/cjs/type/CartVoucher.d.ts +24 -0
  1643. package/dist/cjs/type/CartVoucher.js +2 -0
  1644. package/dist/cjs/type/Category.d.ts +53 -0
  1645. package/dist/cjs/type/Category.js +2 -0
  1646. package/dist/cjs/type/CategoryActionsData.d.ts +13 -0
  1647. package/dist/cjs/type/CategoryActionsData.js +2 -0
  1648. package/dist/cjs/type/CategoryActionsResponse.d.ts +10 -0
  1649. package/dist/cjs/type/CategoryActionsResponse.js +2 -0
  1650. package/dist/cjs/type/CategoryAddProductsClustersInput.d.ts +9 -0
  1651. package/dist/cjs/type/CategoryAddProductsClustersInput.js +2 -0
  1652. package/dist/cjs/type/CategoryAddProductsClustersResponse.d.ts +11 -0
  1653. package/dist/cjs/type/CategoryAddProductsClustersResponse.js +2 -0
  1654. package/dist/cjs/type/CategoryAttribute.d.ts +23 -0
  1655. package/dist/cjs/type/CategoryAttribute.js +2 -0
  1656. package/dist/cjs/type/CategoryCsvInput.d.ts +10 -0
  1657. package/dist/cjs/type/CategoryCsvInput.js +2 -0
  1658. package/dist/cjs/type/CategoryCsvMapping.d.ts +10 -0
  1659. package/dist/cjs/type/CategoryCsvMapping.js +2 -0
  1660. package/dist/cjs/type/CategoryProductSearchInput.d.ts +77 -0
  1661. package/dist/cjs/type/CategoryProductSearchInput.js +2 -0
  1662. package/dist/cjs/type/CategoryRemoveProductsClustersInput.d.ts +9 -0
  1663. package/dist/cjs/type/CategoryRemoveProductsClustersInput.js +2 -0
  1664. package/dist/cjs/type/CategoryRemoveProductsClustersResponse.d.ts +11 -0
  1665. package/dist/cjs/type/CategoryRemoveProductsClustersResponse.js +2 -0
  1666. package/dist/cjs/type/CategoryResponse.d.ts +20 -0
  1667. package/dist/cjs/type/CategoryResponse.js +2 -0
  1668. package/dist/cjs/type/CategorySearchInput.d.ts +28 -0
  1669. package/dist/cjs/type/CategorySearchInput.js +2 -0
  1670. package/dist/cjs/type/Channel.d.ts +23 -0
  1671. package/dist/cjs/type/Channel.js +2 -0
  1672. package/dist/cjs/type/ChannelCreateInput.d.ts +15 -0
  1673. package/dist/cjs/type/ChannelCreateInput.js +2 -0
  1674. package/dist/cjs/type/ChannelUpdateInput.d.ts +15 -0
  1675. package/dist/cjs/type/ChannelUpdateInput.js +2 -0
  1676. package/dist/cjs/type/ClaimsResetAllResponse.d.ts +15 -0
  1677. package/dist/cjs/type/ClaimsResetAllResponse.js +2 -0
  1678. package/dist/cjs/type/Cluster.d.ts +87 -0
  1679. package/dist/cjs/type/Cluster.js +2 -0
  1680. package/dist/cjs/type/ClusterAssignProductsInput.d.ts +7 -0
  1681. package/dist/cjs/type/ClusterAssignProductsInput.js +2 -0
  1682. package/dist/cjs/type/ClusterAssignProductsResponse.d.ts +11 -0
  1683. package/dist/cjs/type/ClusterAssignProductsResponse.js +2 -0
  1684. package/dist/cjs/type/ClusterAttribute.d.ts +23 -0
  1685. package/dist/cjs/type/ClusterAttribute.js +2 -0
  1686. package/dist/cjs/type/ClusterBulkMoveError.d.ts +15 -0
  1687. package/dist/cjs/type/ClusterBulkMoveError.js +2 -0
  1688. package/dist/cjs/type/ClusterBulkMoveInput.d.ts +9 -0
  1689. package/dist/cjs/type/ClusterBulkMoveInput.js +2 -0
  1690. package/dist/cjs/type/ClusterBulkMoveResponse.d.ts +12 -0
  1691. package/dist/cjs/type/ClusterBulkMoveResponse.js +2 -0
  1692. package/dist/cjs/type/ClusterCategorySearchInput.d.ts +26 -0
  1693. package/dist/cjs/type/ClusterCategorySearchInput.js +2 -0
  1694. package/dist/cjs/type/ClusterConfig.d.ts +12 -0
  1695. package/dist/cjs/type/ClusterConfig.js +2 -0
  1696. package/dist/cjs/type/ClusterConfigCreateInput.d.ts +10 -0
  1697. package/dist/cjs/type/ClusterConfigCreateInput.js +2 -0
  1698. package/dist/cjs/type/ClusterConfigResponse.d.ts +12 -0
  1699. package/dist/cjs/type/ClusterConfigResponse.js +2 -0
  1700. package/dist/cjs/type/ClusterConfigSetting.d.ts +17 -0
  1701. package/dist/cjs/type/ClusterConfigSetting.js +2 -0
  1702. package/dist/cjs/type/ClusterConfigSettingInput.d.ts +12 -0
  1703. package/dist/cjs/type/ClusterConfigSettingInput.js +2 -0
  1704. package/dist/cjs/type/ClusterConfigSettingResponse.d.ts +16 -0
  1705. package/dist/cjs/type/ClusterConfigSettingResponse.js +2 -0
  1706. package/dist/cjs/type/ClusterConfigSettingUpdateInput.d.ts +10 -0
  1707. package/dist/cjs/type/ClusterConfigSettingUpdateInput.js +2 -0
  1708. package/dist/cjs/type/ClusterCreateInput.d.ts +33 -0
  1709. package/dist/cjs/type/ClusterCreateInput.js +2 -0
  1710. package/dist/cjs/type/ClusterCsvInput.d.ts +10 -0
  1711. package/dist/cjs/type/ClusterCsvInput.js +2 -0
  1712. package/dist/cjs/type/ClusterCsvMapping.d.ts +10 -0
  1713. package/dist/cjs/type/ClusterCsvMapping.js +2 -0
  1714. package/dist/cjs/type/ClusterDrillDown.d.ts +12 -0
  1715. package/dist/cjs/type/ClusterDrillDown.js +2 -0
  1716. package/dist/cjs/type/ClusterMoveItem.d.ts +10 -0
  1717. package/dist/cjs/type/ClusterMoveItem.js +2 -0
  1718. package/dist/cjs/type/ClusterOption.d.ts +26 -0
  1719. package/dist/cjs/type/ClusterOption.js +2 -0
  1720. package/dist/cjs/type/ClusterOptionCreateInput.d.ts +19 -0
  1721. package/dist/cjs/type/ClusterOptionCreateInput.js +2 -0
  1722. package/dist/cjs/type/ClusterOptionProductSearchInput.d.ts +7 -0
  1723. package/dist/cjs/type/ClusterOptionProductSearchInput.js +2 -0
  1724. package/dist/cjs/type/ClusterOptionSearchInput.d.ts +9 -0
  1725. package/dist/cjs/type/ClusterOptionSearchInput.js +2 -0
  1726. package/dist/cjs/type/ClusterOptionUpdateInput.d.ts +21 -0
  1727. package/dist/cjs/type/ClusterOptionUpdateInput.js +2 -0
  1728. package/dist/cjs/type/ClusterProductSearchInput.d.ts +7 -0
  1729. package/dist/cjs/type/ClusterProductSearchInput.js +2 -0
  1730. package/dist/cjs/type/ClusterProductsActionData.d.ts +13 -0
  1731. package/dist/cjs/type/ClusterProductsActionData.js +2 -0
  1732. package/dist/cjs/type/ClusterProductsActionResponse.d.ts +10 -0
  1733. package/dist/cjs/type/ClusterProductsActionResponse.js +2 -0
  1734. package/dist/cjs/type/ClusterUnassignProductsInput.d.ts +11 -0
  1735. package/dist/cjs/type/ClusterUnassignProductsInput.js +2 -0
  1736. package/dist/cjs/type/ClusterUnassignProductsResponse.d.ts +11 -0
  1737. package/dist/cjs/type/ClusterUnassignProductsResponse.js +2 -0
  1738. package/dist/cjs/type/ClusterUpdateInput.d.ts +35 -0
  1739. package/dist/cjs/type/ClusterUpdateInput.js +2 -0
  1740. package/dist/cjs/type/CompaniesResponse.d.ts +20 -0
  1741. package/dist/cjs/type/CompaniesResponse.js +2 -0
  1742. package/dist/cjs/type/Company.d.ts +57 -0
  1743. package/dist/cjs/type/Company.js +2 -0
  1744. package/dist/cjs/type/CompanyAddressCreateInput.d.ts +50 -0
  1745. package/dist/cjs/type/CompanyAddressCreateInput.js +2 -0
  1746. package/dist/cjs/type/CompanyAddressDeleteInput.d.ts +9 -0
  1747. package/dist/cjs/type/CompanyAddressDeleteInput.js +2 -0
  1748. package/dist/cjs/type/CompanyAddressSearch.d.ts +49 -0
  1749. package/dist/cjs/type/CompanyAddressSearch.js +2 -0
  1750. package/dist/cjs/type/CompanyAddressUpdateInput.d.ts +49 -0
  1751. package/dist/cjs/type/CompanyAddressUpdateInput.js +2 -0
  1752. package/dist/cjs/type/CompanyAttribute.d.ts +23 -0
  1753. package/dist/cjs/type/CompanyAttribute.js +2 -0
  1754. package/dist/cjs/type/CompanyAttributeDescriptionSearch.d.ts +9 -0
  1755. package/dist/cjs/type/CompanyAttributeDescriptionSearch.js +2 -0
  1756. package/dist/cjs/type/CompanyAttributeSearch.d.ts +21 -0
  1757. package/dist/cjs/type/CompanyAttributeSearch.js +2 -0
  1758. package/dist/cjs/type/CompanyAttributeValueSearch.d.ts +9 -0
  1759. package/dist/cjs/type/CompanyAttributeValueSearch.js +2 -0
  1760. package/dist/cjs/type/CompanyContactSearch.d.ts +36 -0
  1761. package/dist/cjs/type/CompanyContactSearch.js +2 -0
  1762. package/dist/cjs/type/CompanyCsvInput.d.ts +10 -0
  1763. package/dist/cjs/type/CompanyCsvInput.js +2 -0
  1764. package/dist/cjs/type/CompanyCsvMapping.d.ts +10 -0
  1765. package/dist/cjs/type/CompanyCsvMapping.js +2 -0
  1766. package/dist/cjs/type/CompanyPurchaseAuthorizationConfigSearchInput.d.ts +24 -0
  1767. package/dist/cjs/type/CompanyPurchaseAuthorizationConfigSearchInput.js +2 -0
  1768. package/dist/cjs/type/CompanySearch.d.ts +34 -0
  1769. package/dist/cjs/type/CompanySearch.js +2 -0
  1770. package/dist/cjs/type/CompanySearchArguments.d.ts +23 -0
  1771. package/dist/cjs/type/CompanySearchArguments.js +2 -0
  1772. package/dist/cjs/type/CompanySearchIndexUpdateMappingInput.d.ts +9 -0
  1773. package/dist/cjs/type/CompanySearchIndexUpdateMappingInput.js +2 -0
  1774. package/dist/cjs/type/CompanySearchInput.d.ts +45 -0
  1775. package/dist/cjs/type/CompanySearchInput.js +2 -0
  1776. package/dist/cjs/type/CompanySearchReindexInput.d.ts +9 -0
  1777. package/dist/cjs/type/CompanySearchReindexInput.js +2 -0
  1778. package/dist/cjs/type/CompanySearchResponse.d.ts +20 -0
  1779. package/dist/cjs/type/CompanySearchResponse.js +2 -0
  1780. package/dist/cjs/type/CompanySearchSortInput.d.ts +11 -0
  1781. package/dist/cjs/type/CompanySearchSortInput.js +2 -0
  1782. package/dist/cjs/type/CompanySortInput.d.ts +11 -0
  1783. package/dist/cjs/type/CompanySortInput.js +2 -0
  1784. package/dist/cjs/type/CompanyTermFieldInput.d.ts +10 -0
  1785. package/dist/cjs/type/CompanyTermFieldInput.js +2 -0
  1786. package/dist/cjs/type/ComputedOrderlistsInput.d.ts +11 -0
  1787. package/dist/cjs/type/ComputedOrderlistsInput.js +2 -0
  1788. package/dist/cjs/type/ComputedOrderlistsResponse.d.ts +19 -0
  1789. package/dist/cjs/type/ComputedOrderlistsResponse.js +2 -0
  1790. package/dist/cjs/type/ConfirmationResponse.d.ts +9 -0
  1791. package/dist/cjs/type/ConfirmationResponse.js +2 -0
  1792. package/dist/cjs/type/Contact.d.ts +82 -0
  1793. package/dist/cjs/type/Contact.js +2 -0
  1794. package/dist/cjs/type/ContactActionsData.d.ts +11 -0
  1795. package/dist/cjs/type/ContactActionsData.js +2 -0
  1796. package/dist/cjs/type/ContactActionsResponse.d.ts +10 -0
  1797. package/dist/cjs/type/ContactActionsResponse.js +2 -0
  1798. package/dist/cjs/type/ContactAddToCompaniesInput.d.ts +7 -0
  1799. package/dist/cjs/type/ContactAddToCompaniesInput.js +2 -0
  1800. package/dist/cjs/type/ContactAddToCompaniesResponse.d.ts +11 -0
  1801. package/dist/cjs/type/ContactAddToCompaniesResponse.js +2 -0
  1802. package/dist/cjs/type/ContactAttribute.d.ts +23 -0
  1803. package/dist/cjs/type/ContactAttribute.js +2 -0
  1804. package/dist/cjs/type/ContactCompaniesSearchInput.d.ts +9 -0
  1805. package/dist/cjs/type/ContactCompaniesSearchInput.js +2 -0
  1806. package/dist/cjs/type/ContactCsvInput.d.ts +10 -0
  1807. package/dist/cjs/type/ContactCsvInput.js +2 -0
  1808. package/dist/cjs/type/ContactCsvMapping.d.ts +10 -0
  1809. package/dist/cjs/type/ContactCsvMapping.js +2 -0
  1810. package/dist/cjs/type/ContactPurchaseAuthorizationConfigSearchInput.d.ts +24 -0
  1811. package/dist/cjs/type/ContactPurchaseAuthorizationConfigSearchInput.js +2 -0
  1812. package/dist/cjs/type/ContactRemoveFromCompaniesInput.d.ts +7 -0
  1813. package/dist/cjs/type/ContactRemoveFromCompaniesInput.js +2 -0
  1814. package/dist/cjs/type/ContactRemoveFromCompaniesResponse.d.ts +11 -0
  1815. package/dist/cjs/type/ContactRemoveFromCompaniesResponse.js +2 -0
  1816. package/dist/cjs/type/ContactSearchArguments.d.ts +30 -0
  1817. package/dist/cjs/type/ContactSearchArguments.js +2 -0
  1818. package/dist/cjs/type/ContactSortInput.d.ts +11 -0
  1819. package/dist/cjs/type/ContactSortInput.js +2 -0
  1820. package/dist/cjs/type/ContactsResponse.d.ts +20 -0
  1821. package/dist/cjs/type/ContactsResponse.js +2 -0
  1822. package/dist/cjs/type/CostPrice.d.ts +17 -0
  1823. package/dist/cjs/type/CostPrice.js +2 -0
  1824. package/dist/cjs/type/CostPriceCreateInput.d.ts +11 -0
  1825. package/dist/cjs/type/CostPriceCreateInput.js +2 -0
  1826. package/dist/cjs/type/CostPriceResponse.d.ts +20 -0
  1827. package/dist/cjs/type/CostPriceResponse.js +2 -0
  1828. package/dist/cjs/type/CostPriceSearchInput.d.ts +31 -0
  1829. package/dist/cjs/type/CostPriceSearchInput.js +2 -0
  1830. package/dist/cjs/type/CostPriceSortInput.d.ts +11 -0
  1831. package/dist/cjs/type/CostPriceSortInput.js +2 -0
  1832. package/dist/cjs/type/CostPriceUpdateInput.d.ts +9 -0
  1833. package/dist/cjs/type/CostPriceUpdateInput.js +2 -0
  1834. package/dist/cjs/type/CreateAccountInput.d.ts +7 -0
  1835. package/dist/cjs/type/CreateAccountInput.js +2 -0
  1836. package/dist/cjs/type/CreateAuthenticationClaimsInput.d.ts +16 -0
  1837. package/dist/cjs/type/CreateAuthenticationClaimsInput.js +2 -0
  1838. package/dist/cjs/type/CreateAuthenticationInput.d.ts +18 -0
  1839. package/dist/cjs/type/CreateAuthenticationInput.js +2 -0
  1840. package/dist/cjs/type/CreateCategoryInput.d.ts +32 -0
  1841. package/dist/cjs/type/CreateCategoryInput.js +2 -0
  1842. package/dist/cjs/type/CreateCompanyInput.d.ts +19 -0
  1843. package/dist/cjs/type/CreateCompanyInput.js +2 -0
  1844. package/dist/cjs/type/CreateContactInput.d.ts +33 -0
  1845. package/dist/cjs/type/CreateContactInput.js +2 -0
  1846. package/dist/cjs/type/CreateInventoryInput.d.ts +26 -0
  1847. package/dist/cjs/type/CreateInventoryInput.js +2 -0
  1848. package/dist/cjs/type/CreateOrUpdateOrderItemInput.d.ts +11 -0
  1849. package/dist/cjs/type/CreateOrUpdateOrderItemInput.js +2 -0
  1850. package/dist/cjs/type/CreateOrderStatusInput.d.ts +36 -0
  1851. package/dist/cjs/type/CreateOrderStatusInput.js +2 -0
  1852. package/dist/cjs/type/CreateOrderStatusSetInput.d.ts +11 -0
  1853. package/dist/cjs/type/CreateOrderStatusSetInput.js +2 -0
  1854. package/dist/cjs/type/CreatePaymentInput.d.ts +25 -0
  1855. package/dist/cjs/type/CreatePaymentInput.js +2 -0
  1856. package/dist/cjs/type/CreateProductInput.d.ts +92 -0
  1857. package/dist/cjs/type/CreateProductInput.js +2 -0
  1858. package/dist/cjs/type/CreateSparePartInput.d.ts +12 -0
  1859. package/dist/cjs/type/CreateSparePartInput.js +2 -0
  1860. package/dist/cjs/type/CreateSparePartsMachineInput.d.ts +20 -0
  1861. package/dist/cjs/type/CreateSparePartsMachineInput.js +2 -0
  1862. package/dist/cjs/type/CreateSurchargeInput.d.ts +28 -0
  1863. package/dist/cjs/type/CreateSurchargeInput.js +2 -0
  1864. package/dist/cjs/type/CreateTenantDto.d.ts +13 -0
  1865. package/dist/cjs/type/CreateTenantDto.js +2 -0
  1866. package/dist/cjs/type/CreateTransactionInput.d.ts +25 -0
  1867. package/dist/cjs/type/CreateTransactionInput.js +2 -0
  1868. package/dist/cjs/type/CreateUserDto.d.ts +22 -0
  1869. package/dist/cjs/type/CreateUserDto.js +2 -0
  1870. package/dist/cjs/type/CreateWarehouseAddressInput.d.ts +40 -0
  1871. package/dist/cjs/type/CreateWarehouseAddressInput.js +2 -0
  1872. package/dist/cjs/type/CreateWarehouseInput.d.ts +75 -0
  1873. package/dist/cjs/type/CreateWarehouseInput.js +2 -0
  1874. package/dist/cjs/type/CropInput.d.ts +30 -0
  1875. package/dist/cjs/type/CropInput.js +2 -0
  1876. package/dist/cjs/type/Crossupsell.d.ts +25 -0
  1877. package/dist/cjs/type/Crossupsell.js +2 -0
  1878. package/dist/cjs/type/CrossupsellCreateInput.d.ts +18 -0
  1879. package/dist/cjs/type/CrossupsellCreateInput.js +2 -0
  1880. package/dist/cjs/type/CrossupsellSearchInput.d.ts +32 -0
  1881. package/dist/cjs/type/CrossupsellSearchInput.js +2 -0
  1882. package/dist/cjs/type/CrossupsellSortInput.d.ts +11 -0
  1883. package/dist/cjs/type/CrossupsellSortInput.js +2 -0
  1884. package/dist/cjs/type/CrossupsellUpdateInput.d.ts +7 -0
  1885. package/dist/cjs/type/CrossupsellUpdateInput.js +2 -0
  1886. package/dist/cjs/type/CrossupsellsResponse.d.ts +20 -0
  1887. package/dist/cjs/type/CrossupsellsResponse.js +2 -0
  1888. package/dist/cjs/type/CsvImportResponse.d.ts +10 -0
  1889. package/dist/cjs/type/CsvImportResponse.js +2 -0
  1890. package/dist/cjs/type/CsvRecordError.d.ts +14 -0
  1891. package/dist/cjs/type/CsvRecordError.js +2 -0
  1892. package/dist/cjs/type/Customer.d.ts +76 -0
  1893. package/dist/cjs/type/Customer.js +2 -0
  1894. package/dist/cjs/type/CustomerAddressCreateInput.d.ts +50 -0
  1895. package/dist/cjs/type/CustomerAddressCreateInput.js +2 -0
  1896. package/dist/cjs/type/CustomerAddressDeleteInput.d.ts +9 -0
  1897. package/dist/cjs/type/CustomerAddressDeleteInput.js +2 -0
  1898. package/dist/cjs/type/CustomerAddressUpdateInput.d.ts +49 -0
  1899. package/dist/cjs/type/CustomerAddressUpdateInput.js +2 -0
  1900. package/dist/cjs/type/CustomerAttribute.d.ts +23 -0
  1901. package/dist/cjs/type/CustomerAttribute.js +2 -0
  1902. package/dist/cjs/type/CustomerCsvInput.d.ts +10 -0
  1903. package/dist/cjs/type/CustomerCsvInput.js +2 -0
  1904. package/dist/cjs/type/CustomerCsvMapping.d.ts +10 -0
  1905. package/dist/cjs/type/CustomerCsvMapping.js +2 -0
  1906. package/dist/cjs/type/CustomerInput.d.ts +27 -0
  1907. package/dist/cjs/type/CustomerInput.js +2 -0
  1908. package/dist/cjs/type/CustomerSearchArguments.d.ts +30 -0
  1909. package/dist/cjs/type/CustomerSearchArguments.js +2 -0
  1910. package/dist/cjs/type/CustomerSortInput.d.ts +11 -0
  1911. package/dist/cjs/type/CustomerSortInput.js +2 -0
  1912. package/dist/cjs/type/CustomersResponse.d.ts +20 -0
  1913. package/dist/cjs/type/CustomersResponse.js +2 -0
  1914. package/dist/cjs/type/DateSearchInput.d.ts +9 -0
  1915. package/dist/cjs/type/DateSearchInput.js +2 -0
  1916. package/dist/cjs/type/DecimalSearchInput.d.ts +11 -0
  1917. package/dist/cjs/type/DecimalSearchInput.js +2 -0
  1918. package/dist/cjs/type/DeleteMediaAttachmentResponse.d.ts +7 -0
  1919. package/dist/cjs/type/DeleteMediaAttachmentResponse.js +2 -0
  1920. package/dist/cjs/type/DeleteMediaDocumentResponse.d.ts +7 -0
  1921. package/dist/cjs/type/DeleteMediaDocumentResponse.js +2 -0
  1922. package/dist/cjs/type/DeleteMediaImageResponse.d.ts +7 -0
  1923. package/dist/cjs/type/DeleteMediaImageResponse.js +2 -0
  1924. package/dist/cjs/type/DeleteMediaVideoResponse.d.ts +7 -0
  1925. package/dist/cjs/type/DeleteMediaVideoResponse.js +2 -0
  1926. package/dist/cjs/type/DeleteWarehouseAddressInput.d.ts +7 -0
  1927. package/dist/cjs/type/DeleteWarehouseAddressInput.js +2 -0
  1928. package/dist/cjs/type/Discount.d.ts +39 -0
  1929. package/dist/cjs/type/Discount.js +2 -0
  1930. package/dist/cjs/type/DiscountCreateInput.d.ts +24 -0
  1931. package/dist/cjs/type/DiscountCreateInput.js +2 -0
  1932. package/dist/cjs/type/DiscountCsvInput.d.ts +10 -0
  1933. package/dist/cjs/type/DiscountCsvInput.js +2 -0
  1934. package/dist/cjs/type/DiscountCsvMapping.d.ts +10 -0
  1935. package/dist/cjs/type/DiscountCsvMapping.js +2 -0
  1936. package/dist/cjs/type/DiscountResponse.d.ts +20 -0
  1937. package/dist/cjs/type/DiscountResponse.js +2 -0
  1938. package/dist/cjs/type/DiscountSearchInput.d.ts +40 -0
  1939. package/dist/cjs/type/DiscountSearchInput.js +2 -0
  1940. package/dist/cjs/type/DiscountSortInput.d.ts +11 -0
  1941. package/dist/cjs/type/DiscountSortInput.js +2 -0
  1942. package/dist/cjs/type/DiscountUpdateInput.d.ts +24 -0
  1943. package/dist/cjs/type/DiscountUpdateInput.js +2 -0
  1944. package/dist/cjs/type/DocumentCsvInput.d.ts +10 -0
  1945. package/dist/cjs/type/DocumentCsvInput.js +2 -0
  1946. package/dist/cjs/type/DocumentCsvMapping.d.ts +10 -0
  1947. package/dist/cjs/type/DocumentCsvMapping.js +2 -0
  1948. package/dist/cjs/type/DocumentTemplate.d.ts +33 -0
  1949. package/dist/cjs/type/DocumentTemplate.js +2 -0
  1950. package/dist/cjs/type/DocumentTemplateCreateInput.d.ts +21 -0
  1951. package/dist/cjs/type/DocumentTemplateCreateInput.js +2 -0
  1952. package/dist/cjs/type/DocumentTemplateUpdateInput.d.ts +21 -0
  1953. package/dist/cjs/type/DocumentTemplateUpdateInput.js +2 -0
  1954. package/dist/cjs/type/EmailContact.d.ts +15 -0
  1955. package/dist/cjs/type/EmailContact.js +2 -0
  1956. package/dist/cjs/type/EmailContactInput.d.ts +15 -0
  1957. package/dist/cjs/type/EmailContactInput.js +2 -0
  1958. package/dist/cjs/type/EmailEventInput.d.ts +30 -0
  1959. package/dist/cjs/type/EmailEventInput.js +2 -0
  1960. package/dist/cjs/type/EmailSendContactInput.d.ts +9 -0
  1961. package/dist/cjs/type/EmailSendContactInput.js +2 -0
  1962. package/dist/cjs/type/EmailSendEventInput.d.ts +29 -0
  1963. package/dist/cjs/type/EmailSendEventInput.js +2 -0
  1964. package/dist/cjs/type/EmailSender.d.ts +10 -0
  1965. package/dist/cjs/type/EmailSender.js +2 -0
  1966. package/dist/cjs/type/EmailSenderInput.d.ts +10 -0
  1967. package/dist/cjs/type/EmailSenderInput.js +2 -0
  1968. package/dist/cjs/type/EmailTemplate.d.ts +42 -0
  1969. package/dist/cjs/type/EmailTemplate.js +2 -0
  1970. package/dist/cjs/type/EmailTemplateCreateInput.d.ts +27 -0
  1971. package/dist/cjs/type/EmailTemplateCreateInput.js +2 -0
  1972. package/dist/cjs/type/EmailTemplateUpdateInput.d.ts +27 -0
  1973. package/dist/cjs/type/EmailTemplateUpdateInput.js +2 -0
  1974. package/dist/cjs/type/EnrolledFactor.d.ts +9 -0
  1975. package/dist/cjs/type/EnrolledFactor.js +2 -0
  1976. package/dist/cjs/type/EventActionConfigResponse.d.ts +20 -0
  1977. package/dist/cjs/type/EventActionConfigResponse.js +2 -0
  1978. package/dist/cjs/type/EventActionConfigSearchInput.d.ts +17 -0
  1979. package/dist/cjs/type/EventActionConfigSearchInput.js +2 -0
  1980. package/dist/cjs/type/EventActionConfigSortInput.d.ts +11 -0
  1981. package/dist/cjs/type/EventActionConfigSortInput.js +2 -0
  1982. package/dist/cjs/type/EventToEmailConfig.d.ts +25 -0
  1983. package/dist/cjs/type/EventToEmailConfig.js +2 -0
  1984. package/dist/cjs/type/EventToEmailConfigCreateInput.d.ts +15 -0
  1985. package/dist/cjs/type/EventToEmailConfigCreateInput.js +2 -0
  1986. package/dist/cjs/type/EventToEmailConfigUpdateInput.d.ts +15 -0
  1987. package/dist/cjs/type/EventToEmailConfigUpdateInput.js +2 -0
  1988. package/dist/cjs/type/EventToWebHookConfig.d.ts +25 -0
  1989. package/dist/cjs/type/EventToWebHookConfig.js +2 -0
  1990. package/dist/cjs/type/EventToWebHookConfigCreateInput.d.ts +15 -0
  1991. package/dist/cjs/type/EventToWebHookConfigCreateInput.js +2 -0
  1992. package/dist/cjs/type/EventToWebHookConfigUpdateInput.d.ts +15 -0
  1993. package/dist/cjs/type/EventToWebHookConfigUpdateInput.js +2 -0
  1994. package/dist/cjs/type/ExchangeRefreshTokenInput.d.ts +7 -0
  1995. package/dist/cjs/type/ExchangeRefreshTokenInput.js +2 -0
  1996. package/dist/cjs/type/ExternalReferenceInput.d.ts +9 -0
  1997. package/dist/cjs/type/ExternalReferenceInput.js +2 -0
  1998. package/dist/cjs/type/FavoriteList.d.ts +37 -0
  1999. package/dist/cjs/type/FavoriteList.js +2 -0
  2000. package/dist/cjs/type/FavoriteListsBaseSearchInput.d.ts +13 -0
  2001. package/dist/cjs/type/FavoriteListsBaseSearchInput.js +2 -0
  2002. package/dist/cjs/type/FavoriteListsCreateInput.d.ts +30 -0
  2003. package/dist/cjs/type/FavoriteListsCreateInput.js +2 -0
  2004. package/dist/cjs/type/FavoriteListsItemsInput.d.ts +14 -0
  2005. package/dist/cjs/type/FavoriteListsItemsInput.js +2 -0
  2006. package/dist/cjs/type/FavoriteListsResponse.d.ts +20 -0
  2007. package/dist/cjs/type/FavoriteListsResponse.js +2 -0
  2008. package/dist/cjs/type/FavoriteListsSearchInput.d.ts +39 -0
  2009. package/dist/cjs/type/FavoriteListsSearchInput.js +2 -0
  2010. package/dist/cjs/type/FavoriteListsUpdateInput.d.ts +18 -0
  2011. package/dist/cjs/type/FavoriteListsUpdateInput.js +2 -0
  2012. package/dist/cjs/type/FilterAvailableAttributeInput.d.ts +14 -0
  2013. package/dist/cjs/type/FilterAvailableAttributeInput.js +2 -0
  2014. package/dist/cjs/type/Firebase.d.ts +15 -0
  2015. package/dist/cjs/type/Firebase.js +2 -0
  2016. package/dist/cjs/type/GCIPMetadata.d.ts +11 -0
  2017. package/dist/cjs/type/GCIPMetadata.js +2 -0
  2018. package/dist/cjs/type/GCIPProviderData.d.ts +23 -0
  2019. package/dist/cjs/type/GCIPProviderData.js +2 -0
  2020. package/dist/cjs/type/GCIPUser.d.ts +50 -0
  2021. package/dist/cjs/type/GCIPUser.js +2 -0
  2022. package/dist/cjs/type/IAttributeDecimalRangeFilter.d.ts +9 -0
  2023. package/dist/cjs/type/IAttributeDecimalRangeFilter.js +2 -0
  2024. package/dist/cjs/type/IAttributeFilter.d.ts +30 -0
  2025. package/dist/cjs/type/IAttributeFilter.js +2 -0
  2026. package/dist/cjs/type/IAttributeIntegerRangeFilter.d.ts +9 -0
  2027. package/dist/cjs/type/IAttributeIntegerRangeFilter.js +2 -0
  2028. package/dist/cjs/type/IAttributeTextFilter.d.ts +7 -0
  2029. package/dist/cjs/type/IAttributeTextFilter.js +2 -0
  2030. package/dist/cjs/type/IBaseProduct.d.ts +43 -0
  2031. package/dist/cjs/type/IBaseProduct.js +2 -0
  2032. package/dist/cjs/type/IBaseTemplate.d.ts +27 -0
  2033. package/dist/cjs/type/IBaseTemplate.js +2 -0
  2034. package/dist/cjs/type/IBaseUser.d.ts +11 -0
  2035. package/dist/cjs/type/IBaseUser.js +2 -0
  2036. package/dist/cjs/type/IBusinessRuleExpression.d.ts +9 -0
  2037. package/dist/cjs/type/IBusinessRuleExpression.js +2 -0
  2038. package/dist/cjs/type/IBusinessRuleNode.d.ts +14 -0
  2039. package/dist/cjs/type/IBusinessRuleNode.js +2 -0
  2040. package/dist/cjs/type/ICart.d.ts +5 -0
  2041. package/dist/cjs/type/ICart.js +2 -0
  2042. package/dist/cjs/type/ICartBaseItem.d.ts +8 -0
  2043. package/dist/cjs/type/ICartBaseItem.js +2 -0
  2044. package/dist/cjs/type/ICluster.d.ts +9 -0
  2045. package/dist/cjs/type/ICluster.js +2 -0
  2046. package/dist/cjs/type/IClusterDrillDown.d.ts +5 -0
  2047. package/dist/cjs/type/IClusterDrillDown.js +2 -0
  2048. package/dist/cjs/type/IClusterOption.d.ts +7 -0
  2049. package/dist/cjs/type/IClusterOption.js +2 -0
  2050. package/dist/cjs/type/IDiscount.d.ts +9 -0
  2051. package/dist/cjs/type/IDiscount.js +2 -0
  2052. package/dist/cjs/type/IEventActionConfig.d.ts +7 -0
  2053. package/dist/cjs/type/IEventActionConfig.js +2 -0
  2054. package/dist/cjs/type/IProduct.d.ts +9 -0
  2055. package/dist/cjs/type/IProduct.js +2 -0
  2056. package/dist/cjs/type/IProductOffer.d.ts +9 -0
  2057. package/dist/cjs/type/IProductOffer.js +2 -0
  2058. package/dist/cjs/type/IResource.d.ts +7 -0
  2059. package/dist/cjs/type/IResource.js +2 -0
  2060. package/dist/cjs/type/ITenderBaseItem.d.ts +13 -0
  2061. package/dist/cjs/type/ITenderBaseItem.js +2 -0
  2062. package/dist/cjs/type/ImageCsvInput.d.ts +10 -0
  2063. package/dist/cjs/type/ImageCsvInput.js +2 -0
  2064. package/dist/cjs/type/ImageCsvMapping.d.ts +10 -0
  2065. package/dist/cjs/type/ImageCsvMapping.js +2 -0
  2066. package/dist/cjs/type/ImageTransformationInput.d.ts +10 -0
  2067. package/dist/cjs/type/ImageTransformationInput.js +2 -0
  2068. package/dist/cjs/type/ImageVariant.d.ts +13 -0
  2069. package/dist/cjs/type/ImageVariant.js +2 -0
  2070. package/dist/cjs/type/IncentiveRuleOrderItemSetCellInput.d.ts +19 -0
  2071. package/dist/cjs/type/IncentiveRuleOrderItemSetCellInput.js +2 -0
  2072. package/dist/cjs/type/IncentiveRuleSetActionInput.d.ts +33 -0
  2073. package/dist/cjs/type/IncentiveRuleSetActionInput.js +2 -0
  2074. package/dist/cjs/type/IntegerRangeSearchInput.d.ts +10 -0
  2075. package/dist/cjs/type/IntegerRangeSearchInput.js +2 -0
  2076. package/dist/cjs/type/Inventory.d.ts +27 -0
  2077. package/dist/cjs/type/Inventory.js +2 -0
  2078. package/dist/cjs/type/InventoryCsvInput.d.ts +10 -0
  2079. package/dist/cjs/type/InventoryCsvInput.js +2 -0
  2080. package/dist/cjs/type/InventoryCsvMapping.d.ts +10 -0
  2081. package/dist/cjs/type/InventoryCsvMapping.js +2 -0
  2082. package/dist/cjs/type/InventoryDeleteResponse.d.ts +5 -0
  2083. package/dist/cjs/type/InventoryDeleteResponse.js +2 -0
  2084. package/dist/cjs/type/InventoryResponse.d.ts +30 -0
  2085. package/dist/cjs/type/InventoryResponse.js +2 -0
  2086. package/dist/cjs/type/LocalizedAttachment.d.ts +11 -0
  2087. package/dist/cjs/type/LocalizedAttachment.js +2 -0
  2088. package/dist/cjs/type/LocalizedDocument.d.ts +11 -0
  2089. package/dist/cjs/type/LocalizedDocument.js +2 -0
  2090. package/dist/cjs/type/LocalizedImage.d.ts +11 -0
  2091. package/dist/cjs/type/LocalizedImage.js +2 -0
  2092. package/dist/cjs/type/LocalizedString.d.ts +9 -0
  2093. package/dist/cjs/type/LocalizedString.js +2 -0
  2094. package/dist/cjs/type/LocalizedStringArray.d.ts +9 -0
  2095. package/dist/cjs/type/LocalizedStringArray.js +2 -0
  2096. package/dist/cjs/type/LocalizedStringArrayInput.d.ts +9 -0
  2097. package/dist/cjs/type/LocalizedStringArrayInput.js +2 -0
  2098. package/dist/cjs/type/LocalizedStringInput.d.ts +9 -0
  2099. package/dist/cjs/type/LocalizedStringInput.js +2 -0
  2100. package/dist/cjs/type/LocalizedTemplateContent.d.ts +11 -0
  2101. package/dist/cjs/type/LocalizedTemplateContent.js +2 -0
  2102. package/dist/cjs/type/LocalizedTemplateContentInput.d.ts +9 -0
  2103. package/dist/cjs/type/LocalizedTemplateContentInput.js +2 -0
  2104. package/dist/cjs/type/LocalizedVideo.d.ts +11 -0
  2105. package/dist/cjs/type/LocalizedVideo.js +2 -0
  2106. package/dist/cjs/type/Login.d.ts +12 -0
  2107. package/dist/cjs/type/Login.js +2 -0
  2108. package/dist/cjs/type/LoginInput.d.ts +11 -0
  2109. package/dist/cjs/type/LoginInput.js +2 -0
  2110. package/dist/cjs/type/Logout.d.ts +7 -0
  2111. package/dist/cjs/type/Logout.js +2 -0
  2112. package/dist/cjs/type/MagicToken.d.ts +29 -0
  2113. package/dist/cjs/type/MagicToken.js +2 -0
  2114. package/dist/cjs/type/MagicTokenCreateInput.d.ts +15 -0
  2115. package/dist/cjs/type/MagicTokenCreateInput.js +2 -0
  2116. package/dist/cjs/type/MagicTokenResponse.d.ts +20 -0
  2117. package/dist/cjs/type/MagicTokenResponse.js +2 -0
  2118. package/dist/cjs/type/MagicTokenSearchInput.d.ts +29 -0
  2119. package/dist/cjs/type/MagicTokenSearchInput.js +2 -0
  2120. package/dist/cjs/type/MagicTokenUpdateInput.d.ts +15 -0
  2121. package/dist/cjs/type/MagicTokenUpdateInput.js +2 -0
  2122. package/dist/cjs/type/Media.d.ts +29 -0
  2123. package/dist/cjs/type/Media.js +2 -0
  2124. package/dist/cjs/type/MediaAttachment.d.ts +34 -0
  2125. package/dist/cjs/type/MediaAttachment.js +2 -0
  2126. package/dist/cjs/type/MediaAttachmentInput.d.ts +26 -0
  2127. package/dist/cjs/type/MediaAttachmentInput.js +2 -0
  2128. package/dist/cjs/type/MediaAttachmentSearchInput.d.ts +25 -0
  2129. package/dist/cjs/type/MediaAttachmentSearchInput.js +2 -0
  2130. package/dist/cjs/type/MediaBase64FileInput.d.ts +9 -0
  2131. package/dist/cjs/type/MediaBase64FileInput.js +2 -0
  2132. package/dist/cjs/type/MediaDocument.d.ts +34 -0
  2133. package/dist/cjs/type/MediaDocument.js +2 -0
  2134. package/dist/cjs/type/MediaDocumentInput.d.ts +26 -0
  2135. package/dist/cjs/type/MediaDocumentInput.js +2 -0
  2136. package/dist/cjs/type/MediaDocumentProductSearchInput.d.ts +17 -0
  2137. package/dist/cjs/type/MediaDocumentProductSearchInput.js +2 -0
  2138. package/dist/cjs/type/MediaDocumentSearchInput.d.ts +25 -0
  2139. package/dist/cjs/type/MediaDocumentSearchInput.js +2 -0
  2140. package/dist/cjs/type/MediaImage.d.ts +37 -0
  2141. package/dist/cjs/type/MediaImage.js +2 -0
  2142. package/dist/cjs/type/MediaImageInput.d.ts +26 -0
  2143. package/dist/cjs/type/MediaImageInput.js +2 -0
  2144. package/dist/cjs/type/MediaImageProductSearchInput.d.ts +17 -0
  2145. package/dist/cjs/type/MediaImageProductSearchInput.js +2 -0
  2146. package/dist/cjs/type/MediaImageSearchInput.d.ts +25 -0
  2147. package/dist/cjs/type/MediaImageSearchInput.js +2 -0
  2148. package/dist/cjs/type/MediaLocalizedStringArrayInput.d.ts +9 -0
  2149. package/dist/cjs/type/MediaLocalizedStringArrayInput.js +2 -0
  2150. package/dist/cjs/type/MediaLocalizedStringInput.d.ts +9 -0
  2151. package/dist/cjs/type/MediaLocalizedStringInput.js +2 -0
  2152. package/dist/cjs/type/MediaVideo.d.ts +34 -0
  2153. package/dist/cjs/type/MediaVideo.js +2 -0
  2154. package/dist/cjs/type/MediaVideoInput.d.ts +26 -0
  2155. package/dist/cjs/type/MediaVideoInput.js +2 -0
  2156. package/dist/cjs/type/MediaVideoProductSearchInput.d.ts +17 -0
  2157. package/dist/cjs/type/MediaVideoProductSearchInput.js +2 -0
  2158. package/dist/cjs/type/MediaVideoSearchInput.d.ts +25 -0
  2159. package/dist/cjs/type/MediaVideoSearchInput.js +2 -0
  2160. package/dist/cjs/type/MultiFactor.d.ts +8 -0
  2161. package/dist/cjs/type/MultiFactor.js +2 -0
  2162. package/dist/cjs/type/NumberSearchInput.d.ts +11 -0
  2163. package/dist/cjs/type/NumberSearchInput.js +2 -0
  2164. package/dist/cjs/type/ObjectMediaSearchInput.d.ts +17 -0
  2165. package/dist/cjs/type/ObjectMediaSearchInput.js +2 -0
  2166. package/dist/cjs/type/Order.d.ts +94 -0
  2167. package/dist/cjs/type/Order.js +2 -0
  2168. package/dist/cjs/type/OrderAddress.d.ts +58 -0
  2169. package/dist/cjs/type/OrderAddress.js +2 -0
  2170. package/dist/cjs/type/OrderAddressBulkInput.d.ts +50 -0
  2171. package/dist/cjs/type/OrderAddressBulkInput.js +2 -0
  2172. package/dist/cjs/type/OrderAddressUpdateInput.d.ts +47 -0
  2173. package/dist/cjs/type/OrderAddressUpdateInput.js +2 -0
  2174. package/dist/cjs/type/OrderCreateAddressInput.d.ts +50 -0
  2175. package/dist/cjs/type/OrderCreateAddressInput.js +2 -0
  2176. package/dist/cjs/type/OrderCreateInput.d.ts +91 -0
  2177. package/dist/cjs/type/OrderCreateInput.js +2 -0
  2178. package/dist/cjs/type/OrderItem.d.ts +84 -0
  2179. package/dist/cjs/type/OrderItem.js +2 -0
  2180. package/dist/cjs/type/OrderItemCreateInput.d.ts +79 -0
  2181. package/dist/cjs/type/OrderItemCreateInput.js +2 -0
  2182. package/dist/cjs/type/OrderItemDeleteInput.d.ts +7 -0
  2183. package/dist/cjs/type/OrderItemDeleteInput.js +2 -0
  2184. package/dist/cjs/type/OrderItemUpdateInput.d.ts +36 -0
  2185. package/dist/cjs/type/OrderItemUpdateInput.js +2 -0
  2186. package/dist/cjs/type/OrderMedia.d.ts +8 -0
  2187. package/dist/cjs/type/OrderMedia.js +2 -0
  2188. package/dist/cjs/type/OrderPaymentData.d.ts +24 -0
  2189. package/dist/cjs/type/OrderPaymentData.js +2 -0
  2190. package/dist/cjs/type/OrderPaymentInput.d.ts +24 -0
  2191. package/dist/cjs/type/OrderPaymentInput.js +2 -0
  2192. package/dist/cjs/type/OrderPaymentUpdateInput.d.ts +24 -0
  2193. package/dist/cjs/type/OrderPaymentUpdateInput.js +2 -0
  2194. package/dist/cjs/type/OrderPostageData.d.ts +29 -0
  2195. package/dist/cjs/type/OrderPostageData.js +2 -0
  2196. package/dist/cjs/type/OrderPostageInput.d.ts +26 -0
  2197. package/dist/cjs/type/OrderPostageInput.js +2 -0
  2198. package/dist/cjs/type/OrderPostageUpdateInput.d.ts +26 -0
  2199. package/dist/cjs/type/OrderPostageUpdateInput.js +2 -0
  2200. package/dist/cjs/type/OrderResponse.d.ts +20 -0
  2201. package/dist/cjs/type/OrderResponse.js +2 -0
  2202. package/dist/cjs/type/OrderRevision.d.ts +32 -0
  2203. package/dist/cjs/type/OrderRevision.js +2 -0
  2204. package/dist/cjs/type/OrderRevisionByOrderSearchInput.d.ts +25 -0
  2205. package/dist/cjs/type/OrderRevisionByOrderSearchInput.js +2 -0
  2206. package/dist/cjs/type/OrderRevisionResponse.d.ts +20 -0
  2207. package/dist/cjs/type/OrderRevisionResponse.js +2 -0
  2208. package/dist/cjs/type/OrderRevisionSearchInput.d.ts +25 -0
  2209. package/dist/cjs/type/OrderRevisionSearchInput.js +2 -0
  2210. package/dist/cjs/type/OrderRevisionSortInput.d.ts +11 -0
  2211. package/dist/cjs/type/OrderRevisionSortInput.js +2 -0
  2212. package/dist/cjs/type/OrderRevisionsInvalidateInput.d.ts +11 -0
  2213. package/dist/cjs/type/OrderRevisionsInvalidateInput.js +2 -0
  2214. package/dist/cjs/type/OrderSearchArguments.d.ts +44 -0
  2215. package/dist/cjs/type/OrderSearchArguments.js +2 -0
  2216. package/dist/cjs/type/OrderSetStatusInput.d.ts +19 -0
  2217. package/dist/cjs/type/OrderSetStatusInput.js +2 -0
  2218. package/dist/cjs/type/OrderSortInput.d.ts +11 -0
  2219. package/dist/cjs/type/OrderSortInput.js +2 -0
  2220. package/dist/cjs/type/OrderStatus.d.ts +41 -0
  2221. package/dist/cjs/type/OrderStatus.js +2 -0
  2222. package/dist/cjs/type/OrderStatusSearchByInput.d.ts +9 -0
  2223. package/dist/cjs/type/OrderStatusSearchByInput.js +2 -0
  2224. package/dist/cjs/type/OrderStatusSet.d.ts +14 -0
  2225. package/dist/cjs/type/OrderStatusSet.js +2 -0
  2226. package/dist/cjs/type/OrderStatusSetSearchByInput.d.ts +9 -0
  2227. package/dist/cjs/type/OrderStatusSetSearchByInput.js +2 -0
  2228. package/dist/cjs/type/OrderStatusSetSortInput.d.ts +11 -0
  2229. package/dist/cjs/type/OrderStatusSetSortInput.js +2 -0
  2230. package/dist/cjs/type/OrderStatusSetsResponse.d.ts +20 -0
  2231. package/dist/cjs/type/OrderStatusSetsResponse.js +2 -0
  2232. package/dist/cjs/type/OrderStatusSetsSearchInput.d.ts +14 -0
  2233. package/dist/cjs/type/OrderStatusSetsSearchInput.js +2 -0
  2234. package/dist/cjs/type/OrderStatusSortInput.d.ts +11 -0
  2235. package/dist/cjs/type/OrderStatusSortInput.js +2 -0
  2236. package/dist/cjs/type/OrderStatusesResponse.d.ts +20 -0
  2237. package/dist/cjs/type/OrderStatusesResponse.js +2 -0
  2238. package/dist/cjs/type/OrderStatusesSearchInput.d.ts +43 -0
  2239. package/dist/cjs/type/OrderStatusesSearchInput.js +2 -0
  2240. package/dist/cjs/type/OrderTotalInput.d.ts +16 -0
  2241. package/dist/cjs/type/OrderTotalInput.js +2 -0
  2242. package/dist/cjs/type/OrderTotalTaxPercentage.d.ts +9 -0
  2243. package/dist/cjs/type/OrderTotalTaxPercentage.js +2 -0
  2244. package/dist/cjs/type/OrderTotalUpdateInput.d.ts +16 -0
  2245. package/dist/cjs/type/OrderTotalUpdateInput.js +2 -0
  2246. package/dist/cjs/type/OrderTotals.d.ts +19 -0
  2247. package/dist/cjs/type/OrderTotals.js +2 -0
  2248. package/dist/cjs/type/OrderUpdateAddressInput.d.ts +43 -0
  2249. package/dist/cjs/type/OrderUpdateAddressInput.js +2 -0
  2250. package/dist/cjs/type/OrderUpdateInput.d.ts +84 -0
  2251. package/dist/cjs/type/OrderUpdateInput.js +2 -0
  2252. package/dist/cjs/type/Orderlist.d.ts +41 -0
  2253. package/dist/cjs/type/Orderlist.js +2 -0
  2254. package/dist/cjs/type/OrderlistCompaniesInput.d.ts +10 -0
  2255. package/dist/cjs/type/OrderlistCompaniesInput.js +2 -0
  2256. package/dist/cjs/type/OrderlistCompanySearchInput.d.ts +21 -0
  2257. package/dist/cjs/type/OrderlistCompanySearchInput.js +2 -0
  2258. package/dist/cjs/type/OrderlistCreateInput.d.ts +41 -0
  2259. package/dist/cjs/type/OrderlistCreateInput.js +2 -0
  2260. package/dist/cjs/type/OrderlistItemsInput.d.ts +14 -0
  2261. package/dist/cjs/type/OrderlistItemsInput.js +2 -0
  2262. package/dist/cjs/type/OrderlistSearchInput.d.ts +50 -0
  2263. package/dist/cjs/type/OrderlistSearchInput.js +2 -0
  2264. package/dist/cjs/type/OrderlistSortInput.d.ts +11 -0
  2265. package/dist/cjs/type/OrderlistSortInput.js +2 -0
  2266. package/dist/cjs/type/OrderlistUpdateInput.d.ts +41 -0
  2267. package/dist/cjs/type/OrderlistUpdateInput.js +2 -0
  2268. package/dist/cjs/type/OrderlistUserSearchInput.d.ts +9 -0
  2269. package/dist/cjs/type/OrderlistUserSearchInput.js +2 -0
  2270. package/dist/cjs/type/OrderlistUsersInput.d.ts +10 -0
  2271. package/dist/cjs/type/OrderlistUsersInput.js +2 -0
  2272. package/dist/cjs/type/OrderlistsResponse.d.ts +20 -0
  2273. package/dist/cjs/type/OrderlistsResponse.js +2 -0
  2274. package/dist/cjs/type/PadInput.d.ts +20 -0
  2275. package/dist/cjs/type/PadInput.js +2 -0
  2276. package/dist/cjs/type/PaginatedMediaAttachmentResponse.d.ts +20 -0
  2277. package/dist/cjs/type/PaginatedMediaAttachmentResponse.js +2 -0
  2278. package/dist/cjs/type/PaginatedMediaDocumentResponse.d.ts +20 -0
  2279. package/dist/cjs/type/PaginatedMediaDocumentResponse.js +2 -0
  2280. package/dist/cjs/type/PaginatedMediaImageResponse.d.ts +20 -0
  2281. package/dist/cjs/type/PaginatedMediaImageResponse.js +2 -0
  2282. package/dist/cjs/type/PaginatedMediaVideoResponse.d.ts +20 -0
  2283. package/dist/cjs/type/PaginatedMediaVideoResponse.js +2 -0
  2284. package/dist/cjs/type/PasswordRecoveryLinkInput.d.ts +11 -0
  2285. package/dist/cjs/type/PasswordRecoveryLinkInput.js +2 -0
  2286. package/dist/cjs/type/PasswordResetLinkEmailInput.d.ts +36 -0
  2287. package/dist/cjs/type/PasswordResetLinkEmailInput.js +2 -0
  2288. package/dist/cjs/type/PayMethod.d.ts +18 -0
  2289. package/dist/cjs/type/PayMethod.js +2 -0
  2290. package/dist/cjs/type/PayMethodCreateInput.d.ts +12 -0
  2291. package/dist/cjs/type/PayMethodCreateInput.js +2 -0
  2292. package/dist/cjs/type/PayMethodSearchInput.d.ts +21 -0
  2293. package/dist/cjs/type/PayMethodSearchInput.js +2 -0
  2294. package/dist/cjs/type/PayMethodSortInput.d.ts +11 -0
  2295. package/dist/cjs/type/PayMethodSortInput.js +2 -0
  2296. package/dist/cjs/type/PayMethodUpdateInput.d.ts +12 -0
  2297. package/dist/cjs/type/PayMethodUpdateInput.js +2 -0
  2298. package/dist/cjs/type/PayMethodsResponse.d.ts +20 -0
  2299. package/dist/cjs/type/PayMethodsResponse.js +2 -0
  2300. package/dist/cjs/type/Payment.d.ts +35 -0
  2301. package/dist/cjs/type/Payment.js +2 -0
  2302. package/dist/cjs/type/PaymentsResponse.d.ts +20 -0
  2303. package/dist/cjs/type/PaymentsResponse.js +2 -0
  2304. package/dist/cjs/type/PaymentsSearchInput.d.ts +9 -0
  2305. package/dist/cjs/type/PaymentsSearchInput.js +2 -0
  2306. package/dist/cjs/type/Price.d.ts +33 -0
  2307. package/dist/cjs/type/Price.js +2 -0
  2308. package/dist/cjs/type/PriceCalculateDefaultInput.d.ts +9 -0
  2309. package/dist/cjs/type/PriceCalculateDefaultInput.js +2 -0
  2310. package/dist/cjs/type/PriceCalculateInput.d.ts +17 -0
  2311. package/dist/cjs/type/PriceCalculateInput.js +2 -0
  2312. package/dist/cjs/type/PriceCalculateProductInput.d.ts +13 -0
  2313. package/dist/cjs/type/PriceCalculateProductInput.js +2 -0
  2314. package/dist/cjs/type/PriceCreateInput.d.ts +26 -0
  2315. package/dist/cjs/type/PriceCreateInput.js +2 -0
  2316. package/dist/cjs/type/PriceCsvInput.d.ts +10 -0
  2317. package/dist/cjs/type/PriceCsvInput.js +2 -0
  2318. package/dist/cjs/type/PriceCsvMapping.d.ts +10 -0
  2319. package/dist/cjs/type/PriceCsvMapping.js +2 -0
  2320. package/dist/cjs/type/PriceResponse.d.ts +20 -0
  2321. package/dist/cjs/type/PriceResponse.js +2 -0
  2322. package/dist/cjs/type/PriceSearchInput.d.ts +35 -0
  2323. package/dist/cjs/type/PriceSearchInput.js +2 -0
  2324. package/dist/cjs/type/PriceSortInput.d.ts +11 -0
  2325. package/dist/cjs/type/PriceSortInput.js +2 -0
  2326. package/dist/cjs/type/PriceUpdateInput.d.ts +24 -0
  2327. package/dist/cjs/type/PriceUpdateInput.js +2 -0
  2328. package/dist/cjs/type/Pricesheet.d.ts +33 -0
  2329. package/dist/cjs/type/Pricesheet.js +2 -0
  2330. package/dist/cjs/type/PricesheetAssignInput.d.ts +13 -0
  2331. package/dist/cjs/type/PricesheetAssignInput.js +2 -0
  2332. package/dist/cjs/type/PricesheetCompaniesSearchInput.d.ts +9 -0
  2333. package/dist/cjs/type/PricesheetCompaniesSearchInput.js +2 -0
  2334. package/dist/cjs/type/PricesheetContactsSearchInput.d.ts +9 -0
  2335. package/dist/cjs/type/PricesheetContactsSearchInput.js +2 -0
  2336. package/dist/cjs/type/PricesheetCreateInput.d.ts +16 -0
  2337. package/dist/cjs/type/PricesheetCreateInput.js +2 -0
  2338. package/dist/cjs/type/PricesheetCsvInput.d.ts +10 -0
  2339. package/dist/cjs/type/PricesheetCsvInput.js +2 -0
  2340. package/dist/cjs/type/PricesheetCsvMapping.d.ts +10 -0
  2341. package/dist/cjs/type/PricesheetCsvMapping.js +2 -0
  2342. package/dist/cjs/type/PricesheetCustomersSearchInput.d.ts +9 -0
  2343. package/dist/cjs/type/PricesheetCustomersSearchInput.js +2 -0
  2344. package/dist/cjs/type/PricesheetResponse.d.ts +20 -0
  2345. package/dist/cjs/type/PricesheetResponse.js +2 -0
  2346. package/dist/cjs/type/PricesheetSearchInput.d.ts +34 -0
  2347. package/dist/cjs/type/PricesheetSearchInput.js +2 -0
  2348. package/dist/cjs/type/PricesheetSortInput.d.ts +11 -0
  2349. package/dist/cjs/type/PricesheetSortInput.js +2 -0
  2350. package/dist/cjs/type/PricesheetUnassignInput.d.ts +13 -0
  2351. package/dist/cjs/type/PricesheetUnassignInput.js +2 -0
  2352. package/dist/cjs/type/PricesheetUpdateInput.d.ts +16 -0
  2353. package/dist/cjs/type/PricesheetUpdateInput.js +2 -0
  2354. package/dist/cjs/type/PricesheetsEffectiveInput.d.ts +16 -0
  2355. package/dist/cjs/type/PricesheetsEffectiveInput.js +2 -0
  2356. package/dist/cjs/type/PricesheetsEffectivePaginationInput.d.ts +12 -0
  2357. package/dist/cjs/type/PricesheetsEffectivePaginationInput.js +2 -0
  2358. package/dist/cjs/type/Product.d.ts +168 -0
  2359. package/dist/cjs/type/Product.js +2 -0
  2360. package/dist/cjs/type/ProductAttribute.d.ts +23 -0
  2361. package/dist/cjs/type/ProductAttribute.js +2 -0
  2362. package/dist/cjs/type/ProductBulkMoveError.d.ts +15 -0
  2363. package/dist/cjs/type/ProductBulkMoveError.js +2 -0
  2364. package/dist/cjs/type/ProductBulkMoveInput.d.ts +9 -0
  2365. package/dist/cjs/type/ProductBulkMoveInput.js +2 -0
  2366. package/dist/cjs/type/ProductBulkMoveResponse.d.ts +12 -0
  2367. package/dist/cjs/type/ProductBulkMoveResponse.js +2 -0
  2368. package/dist/cjs/type/ProductCategorySearchInput.d.ts +26 -0
  2369. package/dist/cjs/type/ProductCategorySearchInput.js +2 -0
  2370. package/dist/cjs/type/ProductCsvInput.d.ts +10 -0
  2371. package/dist/cjs/type/ProductCsvInput.js +2 -0
  2372. package/dist/cjs/type/ProductCsvMapping.d.ts +10 -0
  2373. package/dist/cjs/type/ProductCsvMapping.js +2 -0
  2374. package/dist/cjs/type/ProductInventory.d.ts +18 -0
  2375. package/dist/cjs/type/ProductInventory.js +2 -0
  2376. package/dist/cjs/type/ProductMedia.d.ts +14 -0
  2377. package/dist/cjs/type/ProductMedia.js +2 -0
  2378. package/dist/cjs/type/ProductMoveItem.d.ts +10 -0
  2379. package/dist/cjs/type/ProductMoveItem.js +2 -0
  2380. package/dist/cjs/type/ProductOffer.d.ts +15 -0
  2381. package/dist/cjs/type/ProductOffer.js +2 -0
  2382. package/dist/cjs/type/ProductPrice.d.ts +29 -0
  2383. package/dist/cjs/type/ProductPrice.js +2 -0
  2384. package/dist/cjs/type/ProductPriceFilterInput.d.ts +9 -0
  2385. package/dist/cjs/type/ProductPriceFilterInput.js +2 -0
  2386. package/dist/cjs/type/ProductRangeFilterInput.d.ts +18 -0
  2387. package/dist/cjs/type/ProductRangeFilterInput.js +2 -0
  2388. package/dist/cjs/type/ProductSearchInput.d.ts +85 -0
  2389. package/dist/cjs/type/ProductSearchInput.js +2 -0
  2390. package/dist/cjs/type/ProductSortInput.d.ts +11 -0
  2391. package/dist/cjs/type/ProductSortInput.js +2 -0
  2392. package/dist/cjs/type/ProductTextFilterInput.d.ts +16 -0
  2393. package/dist/cjs/type/ProductTextFilterInput.js +2 -0
  2394. package/dist/cjs/type/ProductsResponse.d.ts +27 -0
  2395. package/dist/cjs/type/ProductsResponse.js +2 -0
  2396. package/dist/cjs/type/PublishEmailEventResponse.d.ts +9 -0
  2397. package/dist/cjs/type/PublishEmailEventResponse.js +2 -0
  2398. package/dist/cjs/type/PurchaseAuthorizationConfig.d.ts +22 -0
  2399. package/dist/cjs/type/PurchaseAuthorizationConfig.js +2 -0
  2400. package/dist/cjs/type/PurchaseAuthorizationConfigCreateInput.d.ts +14 -0
  2401. package/dist/cjs/type/PurchaseAuthorizationConfigCreateInput.js +2 -0
  2402. package/dist/cjs/type/PurchaseAuthorizationConfigResponse.d.ts +20 -0
  2403. package/dist/cjs/type/PurchaseAuthorizationConfigResponse.js +2 -0
  2404. package/dist/cjs/type/PurchaseAuthorizationConfigSearchInput.d.ts +26 -0
  2405. package/dist/cjs/type/PurchaseAuthorizationConfigSearchInput.js +2 -0
  2406. package/dist/cjs/type/PurchaseAuthorizationConfigUpdateInput.d.ts +10 -0
  2407. package/dist/cjs/type/PurchaseAuthorizationConfigUpdateInput.js +2 -0
  2408. package/dist/cjs/type/RefreshTokenResponse.d.ts +15 -0
  2409. package/dist/cjs/type/RefreshTokenResponse.js +2 -0
  2410. package/dist/cjs/type/RegisterContactInput.d.ts +35 -0
  2411. package/dist/cjs/type/RegisterContactInput.js +2 -0
  2412. package/dist/cjs/type/RegisterContactResponse.d.ts +11 -0
  2413. package/dist/cjs/type/RegisterContactResponse.js +2 -0
  2414. package/dist/cjs/type/RegisterCustomerInput.d.ts +29 -0
  2415. package/dist/cjs/type/RegisterCustomerInput.js +2 -0
  2416. package/dist/cjs/type/RegisterCustomerResponse.d.ts +11 -0
  2417. package/dist/cjs/type/RegisterCustomerResponse.js +2 -0
  2418. package/dist/cjs/type/RegisterUserSession.d.ts +11 -0
  2419. package/dist/cjs/type/RegisterUserSession.js +2 -0
  2420. package/dist/cjs/type/RemoveOrderStatusesFromOrderStatusSetInput.d.ts +7 -0
  2421. package/dist/cjs/type/RemoveOrderStatusesFromOrderStatusSetInput.js +2 -0
  2422. package/dist/cjs/type/RemoveSurchargesFromProductInput.d.ts +9 -0
  2423. package/dist/cjs/type/RemoveSurchargesFromProductInput.js +2 -0
  2424. package/dist/cjs/type/Role.d.ts +23 -0
  2425. package/dist/cjs/type/Role.js +2 -0
  2426. package/dist/cjs/type/RoleCreateInput.d.ts +12 -0
  2427. package/dist/cjs/type/RoleCreateInput.js +2 -0
  2428. package/dist/cjs/type/RoleDefinition.d.ts +26 -0
  2429. package/dist/cjs/type/RoleDefinition.js +2 -0
  2430. package/dist/cjs/type/RoleDefinitionCreateInput.d.ts +13 -0
  2431. package/dist/cjs/type/RoleDefinitionCreateInput.js +2 -0
  2432. package/dist/cjs/type/RoleDefinitionResponse.d.ts +20 -0
  2433. package/dist/cjs/type/RoleDefinitionResponse.js +2 -0
  2434. package/dist/cjs/type/RoleDefinitionSearchInput.d.ts +12 -0
  2435. package/dist/cjs/type/RoleDefinitionSearchInput.js +2 -0
  2436. package/dist/cjs/type/RoleDefinitionSortInput.d.ts +11 -0
  2437. package/dist/cjs/type/RoleDefinitionSortInput.js +2 -0
  2438. package/dist/cjs/type/RoleDefinitionUpdateInput.d.ts +13 -0
  2439. package/dist/cjs/type/RoleDefinitionUpdateInput.js +2 -0
  2440. package/dist/cjs/type/RoleResponse.d.ts +20 -0
  2441. package/dist/cjs/type/RoleResponse.js +2 -0
  2442. package/dist/cjs/type/RoleSearchInput.d.ts +14 -0
  2443. package/dist/cjs/type/RoleSearchInput.js +2 -0
  2444. package/dist/cjs/type/RoleSortInput.d.ts +11 -0
  2445. package/dist/cjs/type/RoleSortInput.js +2 -0
  2446. package/dist/cjs/type/RoleUpdateInput.d.ts +8 -0
  2447. package/dist/cjs/type/RoleUpdateInput.js +2 -0
  2448. package/dist/cjs/type/SearchByInput.d.ts +11 -0
  2449. package/dist/cjs/type/SearchByInput.js +2 -0
  2450. package/dist/cjs/type/SearchFieldsInput.d.ts +10 -0
  2451. package/dist/cjs/type/SearchFieldsInput.js +2 -0
  2452. package/dist/cjs/type/SearchSparePartsMachineInput.d.ts +14 -0
  2453. package/dist/cjs/type/SearchSparePartsMachineInput.js +2 -0
  2454. package/dist/cjs/type/SendOrderConfirmResponseType.d.ts +9 -0
  2455. package/dist/cjs/type/SendOrderConfirmResponseType.js +2 -0
  2456. package/dist/cjs/type/SharpenInput.d.ts +14 -0
  2457. package/dist/cjs/type/SharpenInput.js +2 -0
  2458. package/dist/cjs/type/Shipment.d.ts +24 -0
  2459. package/dist/cjs/type/Shipment.js +2 -0
  2460. package/dist/cjs/type/ShipmentCreateInput.d.ts +18 -0
  2461. package/dist/cjs/type/ShipmentCreateInput.js +2 -0
  2462. package/dist/cjs/type/ShipmentCreateItemInput.d.ts +13 -0
  2463. package/dist/cjs/type/ShipmentCreateItemInput.js +2 -0
  2464. package/dist/cjs/type/ShipmentCreateTrackAndTraceInput.d.ts +9 -0
  2465. package/dist/cjs/type/ShipmentCreateTrackAndTraceInput.js +2 -0
  2466. package/dist/cjs/type/ShipmentItem.d.ts +24 -0
  2467. package/dist/cjs/type/ShipmentItem.js +2 -0
  2468. package/dist/cjs/type/ShipmentItemCreateInput.d.ts +15 -0
  2469. package/dist/cjs/type/ShipmentItemCreateInput.js +2 -0
  2470. package/dist/cjs/type/ShipmentItemResponse.d.ts +20 -0
  2471. package/dist/cjs/type/ShipmentItemResponse.js +2 -0
  2472. package/dist/cjs/type/ShipmentItemSearchInput.d.ts +30 -0
  2473. package/dist/cjs/type/ShipmentItemSearchInput.js +2 -0
  2474. package/dist/cjs/type/ShipmentItemSortInput.d.ts +11 -0
  2475. package/dist/cjs/type/ShipmentItemSortInput.js +2 -0
  2476. package/dist/cjs/type/ShipmentItemUpdateInput.d.ts +15 -0
  2477. package/dist/cjs/type/ShipmentItemUpdateInput.js +2 -0
  2478. package/dist/cjs/type/ShipmentResponse.d.ts +20 -0
  2479. package/dist/cjs/type/ShipmentResponse.js +2 -0
  2480. package/dist/cjs/type/ShipmentSearchInput.d.ts +26 -0
  2481. package/dist/cjs/type/ShipmentSearchInput.js +2 -0
  2482. package/dist/cjs/type/ShipmentSortInput.d.ts +11 -0
  2483. package/dist/cjs/type/ShipmentSortInput.js +2 -0
  2484. package/dist/cjs/type/ShipmentUpdateInput.d.ts +12 -0
  2485. package/dist/cjs/type/ShipmentUpdateInput.js +2 -0
  2486. package/dist/cjs/type/Shop.d.ts +24 -0
  2487. package/dist/cjs/type/Shop.js +2 -0
  2488. package/dist/cjs/type/ShopPriceCalculationConfig.d.ts +13 -0
  2489. package/dist/cjs/type/ShopPriceCalculationConfig.js +2 -0
  2490. package/dist/cjs/type/Source.d.ts +9 -0
  2491. package/dist/cjs/type/Source.js +2 -0
  2492. package/dist/cjs/type/SourceInput.d.ts +9 -0
  2493. package/dist/cjs/type/SourceInput.js +2 -0
  2494. package/dist/cjs/type/SourceSearchInput.d.ts +9 -0
  2495. package/dist/cjs/type/SourceSearchInput.js +2 -0
  2496. package/dist/cjs/type/SourceUpsertInput.d.ts +9 -0
  2497. package/dist/cjs/type/SourceUpsertInput.js +2 -0
  2498. package/dist/cjs/type/SparePart.d.ts +17 -0
  2499. package/dist/cjs/type/SparePart.js +2 -0
  2500. package/dist/cjs/type/SparePartsMachine.d.ts +25 -0
  2501. package/dist/cjs/type/SparePartsMachine.js +2 -0
  2502. package/dist/cjs/type/SparePartsMachineMedia.d.ts +17 -0
  2503. package/dist/cjs/type/SparePartsMachineMedia.js +2 -0
  2504. package/dist/cjs/type/SparePartsMachineProductSearchInput.d.ts +75 -0
  2505. package/dist/cjs/type/SparePartsMachineProductSearchInput.js +2 -0
  2506. package/dist/cjs/type/SparePartsMachineResponse.d.ts +20 -0
  2507. package/dist/cjs/type/SparePartsMachineResponse.js +2 -0
  2508. package/dist/cjs/type/SparePartsResponse.d.ts +27 -0
  2509. package/dist/cjs/type/SparePartsResponse.js +2 -0
  2510. package/dist/cjs/type/StandardFileUploadInput.d.ts +9 -0
  2511. package/dist/cjs/type/StandardFileUploadInput.js +2 -0
  2512. package/dist/cjs/type/Surcharge.d.ts +49 -0
  2513. package/dist/cjs/type/Surcharge.js +2 -0
  2514. package/dist/cjs/type/SurchargeProduct.d.ts +12 -0
  2515. package/dist/cjs/type/SurchargeProduct.js +2 -0
  2516. package/dist/cjs/type/SurchargeProductResponse.d.ts +20 -0
  2517. package/dist/cjs/type/SurchargeProductResponse.js +2 -0
  2518. package/dist/cjs/type/SurchargeSearchInput.d.ts +24 -0
  2519. package/dist/cjs/type/SurchargeSearchInput.js +2 -0
  2520. package/dist/cjs/type/SurchargesResponse.d.ts +20 -0
  2521. package/dist/cjs/type/SurchargesResponse.js +2 -0
  2522. package/dist/cjs/type/Tax.d.ts +24 -0
  2523. package/dist/cjs/type/Tax.js +2 -0
  2524. package/dist/cjs/type/TaxCreateInput.d.ts +16 -0
  2525. package/dist/cjs/type/TaxCreateInput.js +2 -0
  2526. package/dist/cjs/type/TaxSearchInput.d.ts +24 -0
  2527. package/dist/cjs/type/TaxSearchInput.js +2 -0
  2528. package/dist/cjs/type/TaxSortInput.d.ts +11 -0
  2529. package/dist/cjs/type/TaxSortInput.js +2 -0
  2530. package/dist/cjs/type/TaxUpdateInput.d.ts +16 -0
  2531. package/dist/cjs/type/TaxUpdateInput.js +2 -0
  2532. package/dist/cjs/type/TaxesResponse.d.ts +20 -0
  2533. package/dist/cjs/type/TaxesResponse.js +2 -0
  2534. package/dist/cjs/type/TemplateErrorLog.d.ts +25 -0
  2535. package/dist/cjs/type/TemplateErrorLog.js +2 -0
  2536. package/dist/cjs/type/TemplateErrorLogResponse.d.ts +20 -0
  2537. package/dist/cjs/type/TemplateErrorLogResponse.js +2 -0
  2538. package/dist/cjs/type/TemplateErrorLogSearchInput.d.ts +21 -0
  2539. package/dist/cjs/type/TemplateErrorLogSearchInput.js +2 -0
  2540. package/dist/cjs/type/TemplateErrorLogSortInput.d.ts +12 -0
  2541. package/dist/cjs/type/TemplateErrorLogSortInput.js +2 -0
  2542. package/dist/cjs/type/TemplateErrorLogStats.d.ts +16 -0
  2543. package/dist/cjs/type/TemplateErrorLogStats.js +2 -0
  2544. package/dist/cjs/type/TemplateRenderInput.d.ts +7 -0
  2545. package/dist/cjs/type/TemplateRenderInput.js +2 -0
  2546. package/dist/cjs/type/TemplateResponse.d.ts +20 -0
  2547. package/dist/cjs/type/TemplateResponse.js +2 -0
  2548. package/dist/cjs/type/TemplateSearchInput.d.ts +21 -0
  2549. package/dist/cjs/type/TemplateSearchInput.js +2 -0
  2550. package/dist/cjs/type/TemplateSortInput.d.ts +11 -0
  2551. package/dist/cjs/type/TemplateSortInput.js +2 -0
  2552. package/dist/cjs/type/Tenant.d.ts +29 -0
  2553. package/dist/cjs/type/Tenant.js +2 -0
  2554. package/dist/cjs/type/TenantCreateInput.d.ts +24 -0
  2555. package/dist/cjs/type/TenantCreateInput.js +2 -0
  2556. package/dist/cjs/type/TenantResponse.d.ts +20 -0
  2557. package/dist/cjs/type/TenantResponse.js +2 -0
  2558. package/dist/cjs/type/TenantUpdateInput.d.ts +19 -0
  2559. package/dist/cjs/type/TenantUpdateInput.js +2 -0
  2560. package/dist/cjs/type/Tender.d.ts +150 -0
  2561. package/dist/cjs/type/Tender.js +2 -0
  2562. package/dist/cjs/type/TenderAddItemInput.d.ts +23 -0
  2563. package/dist/cjs/type/TenderAddItemInput.js +2 -0
  2564. package/dist/cjs/type/TenderAddItemsInput.d.ts +14 -0
  2565. package/dist/cjs/type/TenderAddItemsInput.js +2 -0
  2566. package/dist/cjs/type/TenderAddress.d.ts +43 -0
  2567. package/dist/cjs/type/TenderAddress.js +2 -0
  2568. package/dist/cjs/type/TenderBaseItem.d.ts +72 -0
  2569. package/dist/cjs/type/TenderBaseItem.js +2 -0
  2570. package/dist/cjs/type/TenderCarrier.d.ts +17 -0
  2571. package/dist/cjs/type/TenderCarrier.js +2 -0
  2572. package/dist/cjs/type/TenderChildItemInput.d.ts +17 -0
  2573. package/dist/cjs/type/TenderChildItemInput.js +2 -0
  2574. package/dist/cjs/type/TenderDiscountInput.d.ts +10 -0
  2575. package/dist/cjs/type/TenderDiscountInput.js +2 -0
  2576. package/dist/cjs/type/TenderItemIncentive.d.ts +14 -0
  2577. package/dist/cjs/type/TenderItemIncentive.js +2 -0
  2578. package/dist/cjs/type/TenderItemSurcharge.d.ts +23 -0
  2579. package/dist/cjs/type/TenderItemSurcharge.js +2 -0
  2580. package/dist/cjs/type/TenderMainItem.d.ts +98 -0
  2581. package/dist/cjs/type/TenderMainItem.js +2 -0
  2582. package/dist/cjs/type/TenderPayment.d.ts +24 -0
  2583. package/dist/cjs/type/TenderPayment.js +2 -0
  2584. package/dist/cjs/type/TenderPaymentInput.d.ts +13 -0
  2585. package/dist/cjs/type/TenderPaymentInput.js +2 -0
  2586. package/dist/cjs/type/TenderPaymethod.d.ts +17 -0
  2587. package/dist/cjs/type/TenderPaymethod.js +2 -0
  2588. package/dist/cjs/type/TenderPostage.d.ts +29 -0
  2589. package/dist/cjs/type/TenderPostage.js +2 -0
  2590. package/dist/cjs/type/TenderPostageInput.d.ts +18 -0
  2591. package/dist/cjs/type/TenderPostageInput.js +2 -0
  2592. package/dist/cjs/type/TenderProcessResponse.d.ts +7 -0
  2593. package/dist/cjs/type/TenderProcessResponse.js +2 -0
  2594. package/dist/cjs/type/TenderResponse.d.ts +11 -0
  2595. package/dist/cjs/type/TenderResponse.js +2 -0
  2596. package/dist/cjs/type/TenderResponseData.d.ts +11 -0
  2597. package/dist/cjs/type/TenderResponseData.js +2 -0
  2598. package/dist/cjs/type/TenderStartInput.d.ts +26 -0
  2599. package/dist/cjs/type/TenderStartInput.js +2 -0
  2600. package/dist/cjs/type/TenderTaxLevel.d.ts +13 -0
  2601. package/dist/cjs/type/TenderTaxLevel.js +2 -0
  2602. package/dist/cjs/type/TenderTotal.d.ts +26 -0
  2603. package/dist/cjs/type/TenderTotal.js +2 -0
  2604. package/dist/cjs/type/TenderUpdateAddressInput.d.ts +46 -0
  2605. package/dist/cjs/type/TenderUpdateAddressInput.js +2 -0
  2606. package/dist/cjs/type/TenderUpdateInput.d.ts +20 -0
  2607. package/dist/cjs/type/TenderUpdateInput.js +2 -0
  2608. package/dist/cjs/type/TenderUpdateItemInput.d.ts +21 -0
  2609. package/dist/cjs/type/TenderUpdateItemInput.js +2 -0
  2610. package/dist/cjs/type/Ticket.d.ts +58 -0
  2611. package/dist/cjs/type/Ticket.js +2 -0
  2612. package/dist/cjs/type/TicketCreateInput.d.ts +41 -0
  2613. package/dist/cjs/type/TicketCreateInput.js +2 -0
  2614. package/dist/cjs/type/TicketResponse.d.ts +20 -0
  2615. package/dist/cjs/type/TicketResponse.js +2 -0
  2616. package/dist/cjs/type/TicketSearchInput.d.ts +53 -0
  2617. package/dist/cjs/type/TicketSearchInput.js +2 -0
  2618. package/dist/cjs/type/TicketSortInput.d.ts +11 -0
  2619. package/dist/cjs/type/TicketSortInput.js +2 -0
  2620. package/dist/cjs/type/TicketUpdateInput.d.ts +41 -0
  2621. package/dist/cjs/type/TicketUpdateInput.js +2 -0
  2622. package/dist/cjs/type/TrackAndTrace.d.ts +20 -0
  2623. package/dist/cjs/type/TrackAndTrace.js +2 -0
  2624. package/dist/cjs/type/TrackAndTraceCreateInput.d.ts +11 -0
  2625. package/dist/cjs/type/TrackAndTraceCreateInput.js +2 -0
  2626. package/dist/cjs/type/TrackAndTraceResponse.d.ts +20 -0
  2627. package/dist/cjs/type/TrackAndTraceResponse.js +2 -0
  2628. package/dist/cjs/type/TrackAndTraceSearchInput.d.ts +25 -0
  2629. package/dist/cjs/type/TrackAndTraceSearchInput.js +2 -0
  2630. package/dist/cjs/type/TrackAndTraceSortInput.d.ts +11 -0
  2631. package/dist/cjs/type/TrackAndTraceSortInput.js +2 -0
  2632. package/dist/cjs/type/TrackAndTraceUpdateInput.d.ts +11 -0
  2633. package/dist/cjs/type/TrackAndTraceUpdateInput.js +2 -0
  2634. package/dist/cjs/type/Transaction.d.ts +29 -0
  2635. package/dist/cjs/type/Transaction.js +2 -0
  2636. package/dist/cjs/type/TransformationInput.d.ts +288 -0
  2637. package/dist/cjs/type/TransformationInput.js +2 -0
  2638. package/dist/cjs/type/TransformationsInput.d.ts +8 -0
  2639. package/dist/cjs/type/TransformationsInput.js +2 -0
  2640. package/dist/cjs/type/TriggerContactSendWelcomeEmailEventInput.d.ts +11 -0
  2641. package/dist/cjs/type/TriggerContactSendWelcomeEmailEventInput.js +2 -0
  2642. package/dist/cjs/type/TriggerCustomEventInput.d.ts +9 -0
  2643. package/dist/cjs/type/TriggerCustomEventInput.js +2 -0
  2644. package/dist/cjs/type/TriggerCustomerSendWelcomeEmailEventInput.d.ts +11 -0
  2645. package/dist/cjs/type/TriggerCustomerSendWelcomeEmailEventInput.js +2 -0
  2646. package/dist/cjs/type/TriggerOrderSendConfirmEventInput.d.ts +9 -0
  2647. package/dist/cjs/type/TriggerOrderSendConfirmEventInput.js +2 -0
  2648. package/dist/cjs/type/TriggerQuoteSendEventInput.d.ts +9 -0
  2649. package/dist/cjs/type/TriggerQuoteSendEventInput.js +2 -0
  2650. package/dist/cjs/type/TriggerQuoteSendRequestEventInput.d.ts +9 -0
  2651. package/dist/cjs/type/TriggerQuoteSendRequestEventInput.js +2 -0
  2652. package/dist/cjs/type/TriggerQuoteSendValidationEventInput.d.ts +9 -0
  2653. package/dist/cjs/type/TriggerQuoteSendValidationEventInput.js +2 -0
  2654. package/dist/cjs/type/TrimInput.d.ts +18 -0
  2655. package/dist/cjs/type/TrimInput.js +2 -0
  2656. package/dist/cjs/type/UpdateCategoryInput.d.ts +30 -0
  2657. package/dist/cjs/type/UpdateCategoryInput.js +2 -0
  2658. package/dist/cjs/type/UpdateClusterConfigSettingResponse.d.ts +12 -0
  2659. package/dist/cjs/type/UpdateClusterConfigSettingResponse.js +2 -0
  2660. package/dist/cjs/type/UpdateCompanyInput.d.ts +19 -0
  2661. package/dist/cjs/type/UpdateCompanyInput.js +2 -0
  2662. package/dist/cjs/type/UpdateContactInput.d.ts +33 -0
  2663. package/dist/cjs/type/UpdateContactInput.js +2 -0
  2664. package/dist/cjs/type/UpdateCustomerInput.d.ts +27 -0
  2665. package/dist/cjs/type/UpdateCustomerInput.js +2 -0
  2666. package/dist/cjs/type/UpdateInventoryInput.d.ts +13 -0
  2667. package/dist/cjs/type/UpdateInventoryInput.js +2 -0
  2668. package/dist/cjs/type/UpdateMediaAttachmentInput.d.ts +15 -0
  2669. package/dist/cjs/type/UpdateMediaAttachmentInput.js +2 -0
  2670. package/dist/cjs/type/UpdateMediaDocumentInput.d.ts +28 -0
  2671. package/dist/cjs/type/UpdateMediaDocumentInput.js +2 -0
  2672. package/dist/cjs/type/UpdateMediaImageInput.d.ts +28 -0
  2673. package/dist/cjs/type/UpdateMediaImageInput.js +2 -0
  2674. package/dist/cjs/type/UpdateMediaVideoInput.d.ts +28 -0
  2675. package/dist/cjs/type/UpdateMediaVideoInput.js +2 -0
  2676. package/dist/cjs/type/UpdateOrderStatusInput.d.ts +35 -0
  2677. package/dist/cjs/type/UpdateOrderStatusInput.js +2 -0
  2678. package/dist/cjs/type/UpdateOrderStatusSetInput.d.ts +11 -0
  2679. package/dist/cjs/type/UpdateOrderStatusSetInput.js +2 -0
  2680. package/dist/cjs/type/UpdatePaymentInput.d.ts +23 -0
  2681. package/dist/cjs/type/UpdatePaymentInput.js +2 -0
  2682. package/dist/cjs/type/UpdateProductInput.d.ts +90 -0
  2683. package/dist/cjs/type/UpdateProductInput.js +2 -0
  2684. package/dist/cjs/type/UpdateSurchargeInput.d.ts +28 -0
  2685. package/dist/cjs/type/UpdateSurchargeInput.js +2 -0
  2686. package/dist/cjs/type/UpdateUserDto.d.ts +20 -0
  2687. package/dist/cjs/type/UpdateUserDto.js +2 -0
  2688. package/dist/cjs/type/UpdateWarehouseAddressInput.d.ts +42 -0
  2689. package/dist/cjs/type/UpdateWarehouseAddressInput.js +2 -0
  2690. package/dist/cjs/type/UpdateWarehouseInput.d.ts +72 -0
  2691. package/dist/cjs/type/UpdateWarehouseInput.js +2 -0
  2692. package/dist/cjs/type/UploadFileInput.d.ts +22 -0
  2693. package/dist/cjs/type/UploadFileInput.js +2 -0
  2694. package/dist/cjs/type/UploadVideoInput.d.ts +9 -0
  2695. package/dist/cjs/type/UploadVideoInput.js +2 -0
  2696. package/dist/cjs/type/UpsertSparePartsMachineInput.d.ts +21 -0
  2697. package/dist/cjs/type/UpsertSparePartsMachineInput.js +2 -0
  2698. package/dist/cjs/type/UrlFileUploadInput.d.ts +9 -0
  2699. package/dist/cjs/type/UrlFileUploadInput.js +2 -0
  2700. package/dist/cjs/type/User.d.ts +62 -0
  2701. package/dist/cjs/type/User.js +2 -0
  2702. package/dist/cjs/type/UserBulkPriceProductInput.d.ts +13 -0
  2703. package/dist/cjs/type/UserBulkPriceProductInput.js +2 -0
  2704. package/dist/cjs/type/UserClaims.d.ts +31 -0
  2705. package/dist/cjs/type/UserClaims.js +2 -0
  2706. package/dist/cjs/type/UserResponse.d.ts +20 -0
  2707. package/dist/cjs/type/UserResponse.js +2 -0
  2708. package/dist/cjs/type/UsersResponse.d.ts +20 -0
  2709. package/dist/cjs/type/UsersResponse.js +2 -0
  2710. package/dist/cjs/type/Valueset.d.ts +26 -0
  2711. package/dist/cjs/type/Valueset.js +2 -0
  2712. package/dist/cjs/type/ValuesetCreateInput.d.ts +13 -0
  2713. package/dist/cjs/type/ValuesetCreateInput.js +2 -0
  2714. package/dist/cjs/type/ValuesetCreateItemInput.d.ts +12 -0
  2715. package/dist/cjs/type/ValuesetCreateItemInput.js +2 -0
  2716. package/dist/cjs/type/ValuesetItem.d.ts +16 -0
  2717. package/dist/cjs/type/ValuesetItem.js +2 -0
  2718. package/dist/cjs/type/ValuesetItemCreateInput.d.ts +14 -0
  2719. package/dist/cjs/type/ValuesetItemCreateInput.js +2 -0
  2720. package/dist/cjs/type/ValuesetItemResponse.d.ts +20 -0
  2721. package/dist/cjs/type/ValuesetItemResponse.js +2 -0
  2722. package/dist/cjs/type/ValuesetItemSearchInput.d.ts +20 -0
  2723. package/dist/cjs/type/ValuesetItemSearchInput.js +2 -0
  2724. package/dist/cjs/type/ValuesetItemSortInput.d.ts +11 -0
  2725. package/dist/cjs/type/ValuesetItemSortInput.js +2 -0
  2726. package/dist/cjs/type/ValuesetItemUpdateInput.d.ts +12 -0
  2727. package/dist/cjs/type/ValuesetItemUpdateInput.js +2 -0
  2728. package/dist/cjs/type/ValuesetResponse.d.ts +20 -0
  2729. package/dist/cjs/type/ValuesetResponse.js +2 -0
  2730. package/dist/cjs/type/ValuesetSearchInput.d.ts +24 -0
  2731. package/dist/cjs/type/ValuesetSearchInput.js +2 -0
  2732. package/dist/cjs/type/ValuesetSortInput.d.ts +11 -0
  2733. package/dist/cjs/type/ValuesetSortInput.js +2 -0
  2734. package/dist/cjs/type/ValuesetUpdateInput.d.ts +10 -0
  2735. package/dist/cjs/type/ValuesetUpdateInput.js +2 -0
  2736. package/dist/cjs/type/VerifyToken.d.ts +32 -0
  2737. package/dist/cjs/type/VerifyToken.js +2 -0
  2738. package/dist/cjs/type/VerifyTokenInput.d.ts +7 -0
  2739. package/dist/cjs/type/VerifyTokenInput.js +2 -0
  2740. package/dist/cjs/type/VideoCsvInput.d.ts +10 -0
  2741. package/dist/cjs/type/VideoCsvInput.js +2 -0
  2742. package/dist/cjs/type/VideoCsvMapping.d.ts +10 -0
  2743. package/dist/cjs/type/VideoCsvMapping.js +2 -0
  2744. package/dist/cjs/type/Warehouse.d.ts +31 -0
  2745. package/dist/cjs/type/Warehouse.js +2 -0
  2746. package/dist/cjs/type/WarehouseAddress.d.ts +51 -0
  2747. package/dist/cjs/type/WarehouseAddress.js +2 -0
  2748. package/dist/cjs/type/WarehouseSortInput.d.ts +11 -0
  2749. package/dist/cjs/type/WarehouseSortInput.js +2 -0
  2750. package/dist/cjs/type/WarehousesResponse.d.ts +20 -0
  2751. package/dist/cjs/type/WarehousesResponse.js +2 -0
  2752. package/dist/cjs/type/WarehousesSearchInput.d.ts +17 -0
  2753. package/dist/cjs/type/WarehousesSearchInput.js +2 -0
  2754. package/dist/cjs/type/ZoneTaxCode.d.ts +18 -0
  2755. package/dist/cjs/type/ZoneTaxCode.js +2 -0
  2756. package/dist/cjs/type/ZoneTaxCodeCreateInput.d.ts +12 -0
  2757. package/dist/cjs/type/ZoneTaxCodeCreateInput.js +2 -0
  2758. package/dist/cjs/type/ZoneTaxCodeResponse.d.ts +20 -0
  2759. package/dist/cjs/type/ZoneTaxCodeResponse.js +2 -0
  2760. package/dist/cjs/type/ZoneTaxCodeSearchInput.d.ts +26 -0
  2761. package/dist/cjs/type/ZoneTaxCodeSearchInput.js +2 -0
  2762. package/dist/cjs/type/ZoneTaxCodeSortInput.d.ts +11 -0
  2763. package/dist/cjs/type/ZoneTaxCodeSortInput.js +2 -0
  2764. package/dist/cjs/type/ZoneTaxCodeUpdateInput.d.ts +10 -0
  2765. package/dist/cjs/type/ZoneTaxCodeUpdateInput.js +2 -0
  2766. package/dist/cjs/type/index.d.ts +721 -0
  2767. package/dist/cjs/type/index.js +737 -0
  2768. package/dist/cjs/util/getLocalized.d.ts +17 -0
  2769. package/dist/cjs/util/getLocalized.js +31 -0
  2770. package/dist/cjs/util/index.d.ts +1 -0
  2771. package/dist/cjs/util/index.js +5 -0
  2772. package/dist/esm/client/GraphQLClient.js +406 -0
  2773. package/dist/esm/client/GraphQLOperationError.js +13 -0
  2774. package/dist/esm/client/index.js +14 -0
  2775. package/dist/esm/enum/ALLOW_QUOTE_INVALIDATION.js +11 -0
  2776. package/dist/esm/enum/AddressType.js +13 -0
  2777. package/dist/esm/enum/AdminUserSortField.js +11 -0
  2778. package/dist/esm/enum/AttributeAttributeDescriptionTermField.js +11 -0
  2779. package/dist/esm/enum/AttributeDescriptionClass.js +13 -0
  2780. package/dist/esm/enum/AttributeDescriptionFieldName.js +26 -0
  2781. package/dist/esm/enum/AttributeDescriptionSortField.js +10 -0
  2782. package/dist/esm/enum/AttributeFieldName.js +33 -0
  2783. package/dist/esm/enum/AttributeType.js +19 -0
  2784. package/dist/esm/enum/Auto.js +9 -0
  2785. package/dist/esm/enum/BulkCostPriceFieldName.js +12 -0
  2786. package/dist/esm/enum/BulkPriceFieldName.js +12 -0
  2787. package/dist/esm/enum/BulkPriceSortField.js +14 -0
  2788. package/dist/esm/enum/BundleCondition.js +9 -0
  2789. package/dist/esm/enum/BundleSortField.js +11 -0
  2790. package/dist/esm/enum/BusinessRuleArrayExpressionOperators.js +7 -0
  2791. package/dist/esm/enum/BusinessRuleComplexExpressionAction.js +7 -0
  2792. package/dist/esm/enum/BusinessRuleDateExpressionOperators.js +7 -0
  2793. package/dist/esm/enum/BusinessRuleDecisionTableColumnType.js +7 -0
  2794. package/dist/esm/enum/BusinessRuleDecisionTableRowReorderDirection.js +7 -0
  2795. package/dist/esm/enum/BusinessRuleExpressionGroupOperators.js +7 -0
  2796. package/dist/esm/enum/BusinessRuleExpressionTypes.js +7 -0
  2797. package/dist/esm/enum/BusinessRuleHitPolicyOption.js +7 -0
  2798. package/dist/esm/enum/BusinessRuleNodeType.js +7 -0
  2799. package/dist/esm/enum/BusinessRuleNumberExpressionOperators.js +7 -0
  2800. package/dist/esm/enum/BusinessRuleStringExpressionOperators.js +7 -0
  2801. package/dist/esm/enum/BusinessRuleType.js +7 -0
  2802. package/dist/esm/enum/CacheControlType.js +9 -0
  2803. package/dist/esm/enum/CarrierSortField.js +11 -0
  2804. package/dist/esm/enum/CarrierType.js +9 -0
  2805. package/dist/esm/enum/CartAddressType.js +9 -0
  2806. package/dist/esm/enum/CartSortField.js +10 -0
  2807. package/dist/esm/enum/CartStatus.js +11 -0
  2808. package/dist/esm/enum/CategoryFieldName.js +23 -0
  2809. package/dist/esm/enum/CategorySortableFields.js +10 -0
  2810. package/dist/esm/enum/ClusterBulkMoveErrorCode.js +10 -0
  2811. package/dist/esm/enum/ClusterConfigSettingDisplayType.js +11 -0
  2812. package/dist/esm/enum/ClusterConfigSettingType.js +12 -0
  2813. package/dist/esm/enum/ClusterDrillDownDisplayType.js +7 -0
  2814. package/dist/esm/enum/ClusterFieldName.js +24 -0
  2815. package/dist/esm/enum/CompanyFieldName.js +18 -0
  2816. package/dist/esm/enum/CompanySearchIndexTemplate.js +17 -0
  2817. package/dist/esm/enum/CompanySearchSortField.js +80 -0
  2818. package/dist/esm/enum/CompanySortableField.js +10 -0
  2819. package/dist/esm/enum/CompanyTermFieldName.js +65 -0
  2820. package/dist/esm/enum/ContactFieldName.js +26 -0
  2821. package/dist/esm/enum/ContactSortableField.js +11 -0
  2822. package/dist/esm/enum/CostPriceSortField.js +12 -0
  2823. package/dist/esm/enum/CrossupsellSortField.js +16 -0
  2824. package/dist/esm/enum/CrossupsellType.js +12 -0
  2825. package/dist/esm/enum/CsvRecordErrorCode.js +7 -0
  2826. package/dist/esm/enum/CustomerFieldName.js +23 -0
  2827. package/dist/esm/enum/CustomerSortableField.js +10 -0
  2828. package/dist/esm/enum/DiscountFieldName.js +16 -0
  2829. package/dist/esm/enum/DiscountSortField.js +19 -0
  2830. package/dist/esm/enum/DiscountType.js +9 -0
  2831. package/dist/esm/enum/DocumentFieldName.js +19 -0
  2832. package/dist/esm/enum/EmailEventType.js +7 -0
  2833. package/dist/esm/enum/EventActionConfigSortField.js +10 -0
  2834. package/dist/esm/enum/EventTrigger.js +9 -0
  2835. package/dist/esm/enum/FeaturesEnableDisable.js +8 -0
  2836. package/dist/esm/enum/Fit.js +10 -0
  2837. package/dist/esm/enum/Format.js +21 -0
  2838. package/dist/esm/enum/Gender.js +13 -0
  2839. package/dist/esm/enum/ImageFieldName.js +19 -0
  2840. package/dist/esm/enum/ImageMetadata.js +8 -0
  2841. package/dist/esm/enum/IncentiveActions.js +7 -0
  2842. package/dist/esm/enum/IncentiveDiscountType.js +9 -0
  2843. package/dist/esm/enum/InventoryFieldName.js +24 -0
  2844. package/dist/esm/enum/InventoryType.js +9 -0
  2845. package/dist/esm/enum/Level.js +25 -0
  2846. package/dist/esm/enum/NumberExpressionOperator.js +9 -0
  2847. package/dist/esm/enum/Optimize.js +10 -0
  2848. package/dist/esm/enum/OrderDiscountType.js +10 -0
  2849. package/dist/esm/enum/OrderExportStatus.js +11 -0
  2850. package/dist/esm/enum/OrderItemClass.js +13 -0
  2851. package/dist/esm/enum/OrderItemIncentiveCode.js +13 -0
  2852. package/dist/esm/enum/OrderRevisionSortField.js +11 -0
  2853. package/dist/esm/enum/OrderSearchFields.js +30 -0
  2854. package/dist/esm/enum/OrderSortField.js +13 -0
  2855. package/dist/esm/enum/OrderStatusOrderType.js +10 -0
  2856. package/dist/esm/enum/OrderStatusSetSortField.js +9 -0
  2857. package/dist/esm/enum/OrderStatusSortField.js +13 -0
  2858. package/dist/esm/enum/OrderStatusType.js +11 -0
  2859. package/dist/esm/enum/OrderType.js +15 -0
  2860. package/dist/esm/enum/OrderlistSortField.js +13 -0
  2861. package/dist/esm/enum/OrderlistType.js +9 -0
  2862. package/dist/esm/enum/Orient.js +20 -0
  2863. package/dist/esm/enum/PayMethodSortField.js +11 -0
  2864. package/dist/esm/enum/PaymentStatuses.js +16 -0
  2865. package/dist/esm/enum/PriceDiscountType.js +10 -0
  2866. package/dist/esm/enum/PriceDisplay.js +14 -0
  2867. package/dist/esm/enum/PriceElementType.js +11 -0
  2868. package/dist/esm/enum/PriceFieldName.js +18 -0
  2869. package/dist/esm/enum/PriceMode.js +9 -0
  2870. package/dist/esm/enum/PriceSortField.js +19 -0
  2871. package/dist/esm/enum/PricesheetFieldName.js +13 -0
  2872. package/dist/esm/enum/PricesheetSortField.js +16 -0
  2873. package/dist/esm/enum/ProductBulkMoveErrorCode.js +10 -0
  2874. package/dist/esm/enum/ProductClass.js +9 -0
  2875. package/dist/esm/enum/ProductContainerClass.js +9 -0
  2876. package/dist/esm/enum/ProductFieldName.js +54 -0
  2877. package/dist/esm/enum/ProductSearchableField.js +21 -0
  2878. package/dist/esm/enum/ProductSortField.js +17 -0
  2879. package/dist/esm/enum/ProductStatus.js +19 -0
  2880. package/dist/esm/enum/PurchaseRole.js +9 -0
  2881. package/dist/esm/enum/RESTRICT_SALES_PRICING_VISIBILITY.js +12 -0
  2882. package/dist/esm/enum/ResizeFilter.js +12 -0
  2883. package/dist/esm/enum/RoleAccess.js +8 -0
  2884. package/dist/esm/enum/RoleDefinitionSortableFields.js +9 -0
  2885. package/dist/esm/enum/RoleSortableFields.js +7 -0
  2886. package/dist/esm/enum/ShipmentItemSortField.js +15 -0
  2887. package/dist/esm/enum/ShipmentSortField.js +13 -0
  2888. package/dist/esm/enum/ShipmentStatus.js +25 -0
  2889. package/dist/esm/enum/Sort.js +9 -0
  2890. package/dist/esm/enum/SortOrder.js +17 -0
  2891. package/dist/esm/enum/SurchargeType.js +11 -0
  2892. package/dist/esm/enum/TaxCode.js +15 -0
  2893. package/dist/esm/enum/TaxSortField.js +15 -0
  2894. package/dist/esm/enum/TemplateErrorLogSortField.js +15 -0
  2895. package/dist/esm/enum/TemplateErrorType.js +11 -0
  2896. package/dist/esm/enum/TemplateSortField.js +7 -0
  2897. package/dist/esm/enum/TemplateType.js +11 -0
  2898. package/dist/esm/enum/TenderAddressType.js +11 -0
  2899. package/dist/esm/enum/TicketSortField.js +46 -0
  2900. package/dist/esm/enum/TicketStatus.js +15 -0
  2901. package/dist/esm/enum/TrackAndTraceSortField.js +13 -0
  2902. package/dist/esm/enum/TransactionStatuses.js +11 -0
  2903. package/dist/esm/enum/TransactionTypes.js +12 -0
  2904. package/dist/esm/enum/UploadType.js +10 -0
  2905. package/dist/esm/enum/ValuesetItemSortField.js +10 -0
  2906. package/dist/esm/enum/ValuesetSortField.js +11 -0
  2907. package/dist/esm/enum/ValuesetSortOrder.js +9 -0
  2908. package/dist/esm/enum/ValuesetType.js +9 -0
  2909. package/dist/esm/enum/VideoFieldName.js +18 -0
  2910. package/dist/esm/enum/WarehouseSortField.js +9 -0
  2911. package/dist/esm/enum/YesNo.js +11 -0
  2912. package/dist/esm/enum/ZoneTaxCodeSortField.js +12 -0
  2913. package/dist/esm/enum/index.js +138 -0
  2914. package/dist/esm/generated/index.js +3 -0
  2915. package/dist/esm/generated/operationVariables.js +1 -0
  2916. package/dist/esm/generated/operationVariablesPublic.js +1 -0
  2917. package/dist/esm/generated/operations/addCompanyManager.js +5 -0
  2918. package/dist/esm/generated/operations/addSurchargesToProduct.js +7 -0
  2919. package/dist/esm/generated/operations/addressesByCompanyId.js +34 -0
  2920. package/dist/esm/generated/operations/addressesByCustomerId.js +34 -0
  2921. package/dist/esm/generated/operations/addressesByOrderId.js +34 -0
  2922. package/dist/esm/generated/operations/adminUser.js +73 -0
  2923. package/dist/esm/generated/operations/adminUserCreate.js +73 -0
  2924. package/dist/esm/generated/operations/adminUserDelete.js +5 -0
  2925. package/dist/esm/generated/operations/adminUserTenant.js +49 -0
  2926. package/dist/esm/generated/operations/adminUserTenantCreate.js +49 -0
  2927. package/dist/esm/generated/operations/adminUserTenantDelete.js +49 -0
  2928. package/dist/esm/generated/operations/adminUserUpdate.js +73 -0
  2929. package/dist/esm/generated/operations/adminUserViewer.js +73 -0
  2930. package/dist/esm/generated/operations/adminUsers.js +85 -0
  2931. package/dist/esm/generated/operations/attribute.js +303 -0
  2932. package/dist/esm/generated/operations/attributeCreate.js +303 -0
  2933. package/dist/esm/generated/operations/attributeCsvImport.js +16 -0
  2934. package/dist/esm/generated/operations/attributeDelete.js +5 -0
  2935. package/dist/esm/generated/operations/attributeDescription.js +31 -0
  2936. package/dist/esm/generated/operations/attributeDescriptionCreate.js +31 -0
  2937. package/dist/esm/generated/operations/attributeDescriptionCsvImport.js +16 -0
  2938. package/dist/esm/generated/operations/attributeDescriptionDelete.js +5 -0
  2939. package/dist/esm/generated/operations/attributeDescriptionDeleteBulk.js +11 -0
  2940. package/dist/esm/generated/operations/attributeDescriptionUpdate.js +31 -0
  2941. package/dist/esm/generated/operations/attributeDescriptions.js +43 -0
  2942. package/dist/esm/generated/operations/attributeResultByCategoryId.js +362 -0
  2943. package/dist/esm/generated/operations/attributeResultByClusterId.js +362 -0
  2944. package/dist/esm/generated/operations/attributeResultByCompanyId.js +362 -0
  2945. package/dist/esm/generated/operations/attributeResultByContactId.js +362 -0
  2946. package/dist/esm/generated/operations/attributeResultByCustomerId.js +362 -0
  2947. package/dist/esm/generated/operations/attributeResultByProductId.js +362 -0
  2948. package/dist/esm/generated/operations/attributeUpdate.js +303 -0
  2949. package/dist/esm/generated/operations/attributes.js +311 -0
  2950. package/dist/esm/generated/operations/attributesByProductId.js +311 -0
  2951. package/dist/esm/generated/operations/authentication.js +49 -0
  2952. package/dist/esm/generated/operations/authenticationCreate.js +57 -0
  2953. package/dist/esm/generated/operations/authenticationDelete.js +5 -0
  2954. package/dist/esm/generated/operations/bulkCostPriceCreate.js +17 -0
  2955. package/dist/esm/generated/operations/bulkCostPriceCsvImport.js +16 -0
  2956. package/dist/esm/generated/operations/bulkCostPriceDelete.js +5 -0
  2957. package/dist/esm/generated/operations/bulkCostPriceUpdate.js +17 -0
  2958. package/dist/esm/generated/operations/bulkCostPrices.js +29 -0
  2959. package/dist/esm/generated/operations/bulkCostPricesBulk.js +12 -0
  2960. package/dist/esm/generated/operations/bulkCostPricesDelete.js +5 -0
  2961. package/dist/esm/generated/operations/bulkPriceCreate.js +14 -0
  2962. package/dist/esm/generated/operations/bulkPriceCsvImport.js +16 -0
  2963. package/dist/esm/generated/operations/bulkPriceDelete.js +5 -0
  2964. package/dist/esm/generated/operations/bulkPriceUpdate.js +14 -0
  2965. package/dist/esm/generated/operations/bulkPrices.js +26 -0
  2966. package/dist/esm/generated/operations/bulkPricesCreate.js +12 -0
  2967. package/dist/esm/generated/operations/bulkPricesDelete.js +5 -0
  2968. package/dist/esm/generated/operations/bundle.js +170 -0
  2969. package/dist/esm/generated/operations/bundleAddItems.js +156 -0
  2970. package/dist/esm/generated/operations/bundleAddItemsAndReturnBundle.js +170 -0
  2971. package/dist/esm/generated/operations/bundleCreate.js +170 -0
  2972. package/dist/esm/generated/operations/bundleDelete.js +5 -0
  2973. package/dist/esm/generated/operations/bundleRemoveItem.js +5 -0
  2974. package/dist/esm/generated/operations/bundleRemoveItemAndReturnBundle.js +174 -0
  2975. package/dist/esm/generated/operations/bundleUpdate.js +170 -0
  2976. package/dist/esm/generated/operations/bundles.js +182 -0
  2977. package/dist/esm/generated/operations/businessRule.js +35 -0
  2978. package/dist/esm/generated/operations/businessRuleCreate.js +35 -0
  2979. package/dist/esm/generated/operations/businessRuleDecisionTable.js +16 -0
  2980. package/dist/esm/generated/operations/businessRuleDecisionTableAddColumn.js +16 -0
  2981. package/dist/esm/generated/operations/businessRuleDecisionTableAddRow.js +16 -0
  2982. package/dist/esm/generated/operations/businessRuleDecisionTableDeleteColumn.js +16 -0
  2983. package/dist/esm/generated/operations/businessRuleDecisionTableDeleteRow.js +16 -0
  2984. package/dist/esm/generated/operations/businessRuleDecisionTableMoveRow.js +16 -0
  2985. package/dist/esm/generated/operations/businessRuleDecisionTableSetCell.js +16 -0
  2986. package/dist/esm/generated/operations/businessRuleDecisionTableUpdate.js +16 -0
  2987. package/dist/esm/generated/operations/businessRuleDelete.js +5 -0
  2988. package/dist/esm/generated/operations/businessRuleFieldDefinitions.js +25 -0
  2989. package/dist/esm/generated/operations/businessRuleJDM.js +7 -0
  2990. package/dist/esm/generated/operations/businessRuleUpdate.js +35 -0
  2991. package/dist/esm/generated/operations/businessRules.js +47 -0
  2992. package/dist/esm/generated/operations/carrier.js +104 -0
  2993. package/dist/esm/generated/operations/carrierAssignWarehouse.js +5 -0
  2994. package/dist/esm/generated/operations/carrierAssignWarehouseAndReturnCarrier.js +104 -0
  2995. package/dist/esm/generated/operations/carrierCreate.js +104 -0
  2996. package/dist/esm/generated/operations/carrierDelete.js +5 -0
  2997. package/dist/esm/generated/operations/carrierUnassignWarehouse.js +5 -0
  2998. package/dist/esm/generated/operations/carrierUnassignWarehouseAndReturnCarrier.js +104 -0
  2999. package/dist/esm/generated/operations/carrierUpdate.js +104 -0
  3000. package/dist/esm/generated/operations/carriers.js +116 -0
  3001. package/dist/esm/generated/operations/cart.js +465 -0
  3002. package/dist/esm/generated/operations/cartAcceptPurchaseAuthorizationRequest.js +465 -0
  3003. package/dist/esm/generated/operations/cartAddActionCode.js +465 -0
  3004. package/dist/esm/generated/operations/cartAddBundle.js +465 -0
  3005. package/dist/esm/generated/operations/cartAddItem.js +465 -0
  3006. package/dist/esm/generated/operations/cartDelete.js +4 -0
  3007. package/dist/esm/generated/operations/cartDeleteItem.js +465 -0
  3008. package/dist/esm/generated/operations/cartInvalidateCache.js +5 -0
  3009. package/dist/esm/generated/operations/cartItemBulk.js +12 -0
  3010. package/dist/esm/generated/operations/cartProcess.js +9 -0
  3011. package/dist/esm/generated/operations/cartRemoveActionCode.js +465 -0
  3012. package/dist/esm/generated/operations/cartRequestPurchaseAuthorization.js +6 -0
  3013. package/dist/esm/generated/operations/cartSetContact.js +465 -0
  3014. package/dist/esm/generated/operations/cartSetCustomer.js +465 -0
  3015. package/dist/esm/generated/operations/cartSetUser.js +465 -0
  3016. package/dist/esm/generated/operations/cartStart.js +465 -0
  3017. package/dist/esm/generated/operations/cartUpdate.js +465 -0
  3018. package/dist/esm/generated/operations/cartUpdateAddress.js +465 -0
  3019. package/dist/esm/generated/operations/cartUpdateItem.js +465 -0
  3020. package/dist/esm/generated/operations/carts.js +107 -0
  3021. package/dist/esm/generated/operations/categories.js +39 -0
  3022. package/dist/esm/generated/operations/category.js +612 -0
  3023. package/dist/esm/generated/operations/categoryAddProductsClusters.js +621 -0
  3024. package/dist/esm/generated/operations/categoryCreate.js +612 -0
  3025. package/dist/esm/generated/operations/categoryCsvImport.js +16 -0
  3026. package/dist/esm/generated/operations/categoryDelete.js +5 -0
  3027. package/dist/esm/generated/operations/categoryRemoveProductsClusters.js +621 -0
  3028. package/dist/esm/generated/operations/categoryUpdate.js +612 -0
  3029. package/dist/esm/generated/operations/channel.js +57 -0
  3030. package/dist/esm/generated/operations/channelCreate.js +57 -0
  3031. package/dist/esm/generated/operations/channelDelete.js +5 -0
  3032. package/dist/esm/generated/operations/channelUpdate.js +57 -0
  3033. package/dist/esm/generated/operations/channels.js +57 -0
  3034. package/dist/esm/generated/operations/claimsReset.js +5 -0
  3035. package/dist/esm/generated/operations/claimsResetAll.js +13 -0
  3036. package/dist/esm/generated/operations/cluster.js +783 -0
  3037. package/dist/esm/generated/operations/clusterAssignProducts.js +786 -0
  3038. package/dist/esm/generated/operations/clusterBulkMove.js +20 -0
  3039. package/dist/esm/generated/operations/clusterConfig.js +24 -0
  3040. package/dist/esm/generated/operations/clusterConfigAddSetting.js +14 -0
  3041. package/dist/esm/generated/operations/clusterConfigCreate.js +22 -0
  3042. package/dist/esm/generated/operations/clusterConfigDelete.js +5 -0
  3043. package/dist/esm/generated/operations/clusterConfigRemoveSetting.js +5 -0
  3044. package/dist/esm/generated/operations/clusterConfigUpdateSetting.js +16 -0
  3045. package/dist/esm/generated/operations/clusterConfigs.js +22 -0
  3046. package/dist/esm/generated/operations/clusterCreate.js +777 -0
  3047. package/dist/esm/generated/operations/clusterCsvImport.js +16 -0
  3048. package/dist/esm/generated/operations/clusterDelete.js +5 -0
  3049. package/dist/esm/generated/operations/clusterOptionCreate.js +181 -0
  3050. package/dist/esm/generated/operations/clusterOptionDelete.js +5 -0
  3051. package/dist/esm/generated/operations/clusterOptionUpdate.js +181 -0
  3052. package/dist/esm/generated/operations/clusterProductCreate.js +650 -0
  3053. package/dist/esm/generated/operations/clusterProductDelete.js +5 -0
  3054. package/dist/esm/generated/operations/clusterProductUpdate.js +650 -0
  3055. package/dist/esm/generated/operations/clusterUnassignProducts.js +786 -0
  3056. package/dist/esm/generated/operations/clusterUpdate.js +777 -0
  3057. package/dist/esm/generated/operations/companies.js +480 -0
  3058. package/dist/esm/generated/operations/company.js +468 -0
  3059. package/dist/esm/generated/operations/companyAddressCreate.js +34 -0
  3060. package/dist/esm/generated/operations/companyAddressDelete.js +4 -0
  3061. package/dist/esm/generated/operations/companyAddressUpdate.js +34 -0
  3062. package/dist/esm/generated/operations/companyCreate.js +468 -0
  3063. package/dist/esm/generated/operations/companyCsvImport.js +16 -0
  3064. package/dist/esm/generated/operations/companyDelete.js +5 -0
  3065. package/dist/esm/generated/operations/companySearch.js +100 -0
  3066. package/dist/esm/generated/operations/companySearchCleanupOrphanedIndices.js +5 -0
  3067. package/dist/esm/generated/operations/companySearchFixAliasWriteIndex.js +5 -0
  3068. package/dist/esm/generated/operations/companySearchIndexUpdateMapping.js +5 -0
  3069. package/dist/esm/generated/operations/companySearchReindex.js +5 -0
  3070. package/dist/esm/generated/operations/companyUpdate.js +468 -0
  3071. package/dist/esm/generated/operations/computedOrderlists.js +15 -0
  3072. package/dist/esm/generated/operations/contact.js +552 -0
  3073. package/dist/esm/generated/operations/contactAddToCompanies.js +561 -0
  3074. package/dist/esm/generated/operations/contactCreate.js +552 -0
  3075. package/dist/esm/generated/operations/contactCreateAccount.js +565 -0
  3076. package/dist/esm/generated/operations/contactCsvImport.js +16 -0
  3077. package/dist/esm/generated/operations/contactDelete.js +5 -0
  3078. package/dist/esm/generated/operations/contactDeleteAccount.js +5 -0
  3079. package/dist/esm/generated/operations/contactRegister.js +565 -0
  3080. package/dist/esm/generated/operations/contactRemoveFromCompanies.js +561 -0
  3081. package/dist/esm/generated/operations/contactUpdate.js +552 -0
  3082. package/dist/esm/generated/operations/contacts.js +564 -0
  3083. package/dist/esm/generated/operations/costPriceCreate.js +15 -0
  3084. package/dist/esm/generated/operations/costPriceDelete.js +5 -0
  3085. package/dist/esm/generated/operations/costPriceUpdate.js +15 -0
  3086. package/dist/esm/generated/operations/costPrices.js +23 -0
  3087. package/dist/esm/generated/operations/costPricesBulk.js +12 -0
  3088. package/dist/esm/generated/operations/costPricesDelete.js +5 -0
  3089. package/dist/esm/generated/operations/crossupsell.js +306 -0
  3090. package/dist/esm/generated/operations/crossupsellCreate.js +306 -0
  3091. package/dist/esm/generated/operations/crossupsellDelete.js +5 -0
  3092. package/dist/esm/generated/operations/crossupsellUpdate.js +306 -0
  3093. package/dist/esm/generated/operations/crossupsells.js +318 -0
  3094. package/dist/esm/generated/operations/customer.js +461 -0
  3095. package/dist/esm/generated/operations/customerAddressCreate.js +34 -0
  3096. package/dist/esm/generated/operations/customerAddressDelete.js +4 -0
  3097. package/dist/esm/generated/operations/customerAddressUpdate.js +34 -0
  3098. package/dist/esm/generated/operations/customerCreate.js +461 -0
  3099. package/dist/esm/generated/operations/customerCreateAccount.js +474 -0
  3100. package/dist/esm/generated/operations/customerCsvImport.js +16 -0
  3101. package/dist/esm/generated/operations/customerDelete.js +5 -0
  3102. package/dist/esm/generated/operations/customerDeleteAccount.js +5 -0
  3103. package/dist/esm/generated/operations/customerRegister.js +474 -0
  3104. package/dist/esm/generated/operations/customerUpdate.js +461 -0
  3105. package/dist/esm/generated/operations/customers.js +473 -0
  3106. package/dist/esm/generated/operations/discount.js +21 -0
  3107. package/dist/esm/generated/operations/discountCreate.js +21 -0
  3108. package/dist/esm/generated/operations/discountCsvImport.js +16 -0
  3109. package/dist/esm/generated/operations/discountDelete.js +5 -0
  3110. package/dist/esm/generated/operations/discountUpdate.js +21 -0
  3111. package/dist/esm/generated/operations/discounts.js +33 -0
  3112. package/dist/esm/generated/operations/discountsDeleteByPricesheetId.js +5 -0
  3113. package/dist/esm/generated/operations/documentTemplateCreate.js +39 -0
  3114. package/dist/esm/generated/operations/documentTemplateRenderToPDF.js +12 -0
  3115. package/dist/esm/generated/operations/documentTemplateUpdate.js +39 -0
  3116. package/dist/esm/generated/operations/emailTemplateAddAttachment.js +89 -0
  3117. package/dist/esm/generated/operations/emailTemplateCreate.js +89 -0
  3118. package/dist/esm/generated/operations/emailTemplateRemoveAttachment.js +89 -0
  3119. package/dist/esm/generated/operations/emailTemplateRenderAndSend.js +5 -0
  3120. package/dist/esm/generated/operations/emailTemplateUpdate.js +89 -0
  3121. package/dist/esm/generated/operations/eventActionConfig.js +63 -0
  3122. package/dist/esm/generated/operations/eventActionConfigDelete.js +5 -0
  3123. package/dist/esm/generated/operations/eventActionConfigs.js +75 -0
  3124. package/dist/esm/generated/operations/eventToEmailConfigCreate.js +26 -0
  3125. package/dist/esm/generated/operations/eventToEmailConfigUpdate.js +26 -0
  3126. package/dist/esm/generated/operations/eventToWebHookConfigCreate.js +28 -0
  3127. package/dist/esm/generated/operations/eventToWebHookConfigUpdate.js +28 -0
  3128. package/dist/esm/generated/operations/exchangeRefreshToken.js +14 -0
  3129. package/dist/esm/generated/operations/favoriteList.js +309 -0
  3130. package/dist/esm/generated/operations/favoriteListAddItems.js +38 -0
  3131. package/dist/esm/generated/operations/favoriteListClearItems.js +38 -0
  3132. package/dist/esm/generated/operations/favoriteListCreate.js +38 -0
  3133. package/dist/esm/generated/operations/favoriteListDelete.js +4 -0
  3134. package/dist/esm/generated/operations/favoriteListRemoveItems.js +38 -0
  3135. package/dist/esm/generated/operations/favoriteListUpdate.js +38 -0
  3136. package/dist/esm/generated/operations/favoriteLists.js +50 -0
  3137. package/dist/esm/generated/operations/incentiveRuleCreate.js +35 -0
  3138. package/dist/esm/generated/operations/incentiveRuleSetAction.js +35 -0
  3139. package/dist/esm/generated/operations/incentiveRuleSetOrderItemConditions.js +35 -0
  3140. package/dist/esm/generated/operations/index.js +460 -0
  3141. package/dist/esm/generated/operations/inventory.js +75 -0
  3142. package/dist/esm/generated/operations/inventoryCreate.js +75 -0
  3143. package/dist/esm/generated/operations/inventoryCsvImport.js +16 -0
  3144. package/dist/esm/generated/operations/inventoryDelete.js +10 -0
  3145. package/dist/esm/generated/operations/inventoryUpdate.js +75 -0
  3146. package/dist/esm/generated/operations/login.js +57 -0
  3147. package/dist/esm/generated/operations/logout.js +10 -0
  3148. package/dist/esm/generated/operations/machine.js +399 -0
  3149. package/dist/esm/generated/operations/machineCreate.js +393 -0
  3150. package/dist/esm/generated/operations/machineDelete.js +5 -0
  3151. package/dist/esm/generated/operations/machineUpsert.js +393 -0
  3152. package/dist/esm/generated/operations/machines.js +405 -0
  3153. package/dist/esm/generated/operations/magicToken.js +18 -0
  3154. package/dist/esm/generated/operations/magicTokenCreate.js +18 -0
  3155. package/dist/esm/generated/operations/magicTokenDelete.js +5 -0
  3156. package/dist/esm/generated/operations/magicTokenLogin.js +57 -0
  3157. package/dist/esm/generated/operations/magicTokenUpdate.js +18 -0
  3158. package/dist/esm/generated/operations/magicTokens.js +30 -0
  3159. package/dist/esm/generated/operations/media.js +173 -0
  3160. package/dist/esm/generated/operations/mediaAttachmentCreate.js +42 -0
  3161. package/dist/esm/generated/operations/mediaAttachmentDelete.js +10 -0
  3162. package/dist/esm/generated/operations/mediaAttachmentUpdate.js +42 -0
  3163. package/dist/esm/generated/operations/mediaDocument.js +42 -0
  3164. package/dist/esm/generated/operations/mediaDocumentCreate.js +42 -0
  3165. package/dist/esm/generated/operations/mediaDocumentCsvImport.js +16 -0
  3166. package/dist/esm/generated/operations/mediaDocumentDelete.js +10 -0
  3167. package/dist/esm/generated/operations/mediaDocumentUpdate.js +42 -0
  3168. package/dist/esm/generated/operations/mediaDocuments.js +54 -0
  3169. package/dist/esm/generated/operations/mediaImage.js +48 -0
  3170. package/dist/esm/generated/operations/mediaImageCreate.js +48 -0
  3171. package/dist/esm/generated/operations/mediaImageCsvImport.js +16 -0
  3172. package/dist/esm/generated/operations/mediaImageDelete.js +10 -0
  3173. package/dist/esm/generated/operations/mediaImageUpdate.js +48 -0
  3174. package/dist/esm/generated/operations/mediaImages.js +60 -0
  3175. package/dist/esm/generated/operations/mediaVideo.js +42 -0
  3176. package/dist/esm/generated/operations/mediaVideoCreate.js +42 -0
  3177. package/dist/esm/generated/operations/mediaVideoCsvImport.js +16 -0
  3178. package/dist/esm/generated/operations/mediaVideoDelete.js +10 -0
  3179. package/dist/esm/generated/operations/mediaVideoUpdate.js +42 -0
  3180. package/dist/esm/generated/operations/mediaVideos.js +54 -0
  3181. package/dist/esm/generated/operations/order.js +472 -0
  3182. package/dist/esm/generated/operations/orderAddress.js +34 -0
  3183. package/dist/esm/generated/operations/orderAddressUpdate.js +34 -0
  3184. package/dist/esm/generated/operations/orderAddresses.js +34 -0
  3185. package/dist/esm/generated/operations/orderCreate.js +472 -0
  3186. package/dist/esm/generated/operations/orderDelete.js +5 -0
  3187. package/dist/esm/generated/operations/orderGetPDF.js +12 -0
  3188. package/dist/esm/generated/operations/orderItemCreate.js +175 -0
  3189. package/dist/esm/generated/operations/orderItemDelete.js +5 -0
  3190. package/dist/esm/generated/operations/orderItemUpdate.js +175 -0
  3191. package/dist/esm/generated/operations/orderRevision.js +499 -0
  3192. package/dist/esm/generated/operations/orderRevisionRestore.js +472 -0
  3193. package/dist/esm/generated/operations/orderRevisions.js +507 -0
  3194. package/dist/esm/generated/operations/orderRevisionsInvalidate.js +5 -0
  3195. package/dist/esm/generated/operations/orderSendConfirmationEmail.js +11 -0
  3196. package/dist/esm/generated/operations/orderSetStatus.js +6 -0
  3197. package/dist/esm/generated/operations/orderStatus.js +46 -0
  3198. package/dist/esm/generated/operations/orderStatusCreate.js +46 -0
  3199. package/dist/esm/generated/operations/orderStatusDelete.js +5 -0
  3200. package/dist/esm/generated/operations/orderStatusSet.js +30 -0
  3201. package/dist/esm/generated/operations/orderStatusSetAddOrderStatuses.js +30 -0
  3202. package/dist/esm/generated/operations/orderStatusSetCreate.js +30 -0
  3203. package/dist/esm/generated/operations/orderStatusSetDelete.js +5 -0
  3204. package/dist/esm/generated/operations/orderStatusSetRemoveOrderStatuses.js +30 -0
  3205. package/dist/esm/generated/operations/orderStatusSetUpdate.js +30 -0
  3206. package/dist/esm/generated/operations/orderStatusSets.js +42 -0
  3207. package/dist/esm/generated/operations/orderStatusUpdate.js +46 -0
  3208. package/dist/esm/generated/operations/orderStatuses.js +33 -0
  3209. package/dist/esm/generated/operations/orderUpdate.js +472 -0
  3210. package/dist/esm/generated/operations/orderUpdateAddress.js +5 -0
  3211. package/dist/esm/generated/operations/orderlist.js +26 -0
  3212. package/dist/esm/generated/operations/orderlistAddItems.js +26 -0
  3213. package/dist/esm/generated/operations/orderlistAssignCompanies.js +26 -0
  3214. package/dist/esm/generated/operations/orderlistAssignUsers.js +26 -0
  3215. package/dist/esm/generated/operations/orderlistCreate.js +26 -0
  3216. package/dist/esm/generated/operations/orderlistDelete.js +5 -0
  3217. package/dist/esm/generated/operations/orderlistRemoveItems.js +26 -0
  3218. package/dist/esm/generated/operations/orderlistUnassignCompanies.js +26 -0
  3219. package/dist/esm/generated/operations/orderlistUnassignUsers.js +26 -0
  3220. package/dist/esm/generated/operations/orderlistUpdate.js +26 -0
  3221. package/dist/esm/generated/operations/orderlists.js +38 -0
  3222. package/dist/esm/generated/operations/orders.js +81 -0
  3223. package/dist/esm/generated/operations/passwordResetLink.js +5 -0
  3224. package/dist/esm/generated/operations/payMethod.js +22 -0
  3225. package/dist/esm/generated/operations/payMethodCreate.js +22 -0
  3226. package/dist/esm/generated/operations/payMethodDelete.js +5 -0
  3227. package/dist/esm/generated/operations/payMethodUpdate.js +22 -0
  3228. package/dist/esm/generated/operations/payMethods.js +34 -0
  3229. package/dist/esm/generated/operations/payment.js +39 -0
  3230. package/dist/esm/generated/operations/paymentCreate.js +39 -0
  3231. package/dist/esm/generated/operations/paymentDelete.js +39 -0
  3232. package/dist/esm/generated/operations/paymentUpdate.js +39 -0
  3233. package/dist/esm/generated/operations/payments.js +51 -0
  3234. package/dist/esm/generated/operations/price.js +32 -0
  3235. package/dist/esm/generated/operations/priceCalculate.js +63 -0
  3236. package/dist/esm/generated/operations/priceCreate.js +7 -0
  3237. package/dist/esm/generated/operations/priceCsvImport.js +16 -0
  3238. package/dist/esm/generated/operations/priceDefault.js +63 -0
  3239. package/dist/esm/generated/operations/priceDelete.js +5 -0
  3240. package/dist/esm/generated/operations/priceExplain.js +63 -0
  3241. package/dist/esm/generated/operations/priceUpdate.js +32 -0
  3242. package/dist/esm/generated/operations/prices.js +44 -0
  3243. package/dist/esm/generated/operations/pricesheet.js +732 -0
  3244. package/dist/esm/generated/operations/pricesheetAssign.js +732 -0
  3245. package/dist/esm/generated/operations/pricesheetCreate.js +732 -0
  3246. package/dist/esm/generated/operations/pricesheetCsvImport.js +16 -0
  3247. package/dist/esm/generated/operations/pricesheetDelete.js +5 -0
  3248. package/dist/esm/generated/operations/pricesheetUnassign.js +732 -0
  3249. package/dist/esm/generated/operations/pricesheetUpdate.js +732 -0
  3250. package/dist/esm/generated/operations/pricesheets.js +744 -0
  3251. package/dist/esm/generated/operations/pricesheetsEffective.js +744 -0
  3252. package/dist/esm/generated/operations/product.js +657 -0
  3253. package/dist/esm/generated/operations/productBulkMove.js +20 -0
  3254. package/dist/esm/generated/operations/productCreate.js +6 -0
  3255. package/dist/esm/generated/operations/productCsvImport.js +16 -0
  3256. package/dist/esm/generated/operations/productDelete.js +5 -0
  3257. package/dist/esm/generated/operations/productSurcharges.js +48 -0
  3258. package/dist/esm/generated/operations/productUpdate.js +9 -0
  3259. package/dist/esm/generated/operations/products.js +321 -0
  3260. package/dist/esm/generated/operations/publishEmailEvent.js +11 -0
  3261. package/dist/esm/generated/operations/publishEmailSendEvent.js +11 -0
  3262. package/dist/esm/generated/operations/publishPasswordResetEmailEvent.js +11 -0
  3263. package/dist/esm/generated/operations/purchaseAuthorizationConfig.js +20 -0
  3264. package/dist/esm/generated/operations/purchaseAuthorizationConfigCreate.js +20 -0
  3265. package/dist/esm/generated/operations/purchaseAuthorizationConfigDelete.js +5 -0
  3266. package/dist/esm/generated/operations/purchaseAuthorizationConfigUpdate.js +20 -0
  3267. package/dist/esm/generated/operations/purchaseAuthorizationConfigs.js +32 -0
  3268. package/dist/esm/generated/operations/quoteGetPDF.js +12 -0
  3269. package/dist/esm/generated/operations/removeCompanyManager.js +5 -0
  3270. package/dist/esm/generated/operations/removeSurchargesFromProduct.js +11 -0
  3271. package/dist/esm/generated/operations/role.js +34 -0
  3272. package/dist/esm/generated/operations/roleCreate.js +34 -0
  3273. package/dist/esm/generated/operations/roleDefinition.js +24 -0
  3274. package/dist/esm/generated/operations/roleDefinitionCreate.js +24 -0
  3275. package/dist/esm/generated/operations/roleDefinitionDelete.js +5 -0
  3276. package/dist/esm/generated/operations/roleDefinitionUpdate.js +24 -0
  3277. package/dist/esm/generated/operations/roleDefinitions.js +36 -0
  3278. package/dist/esm/generated/operations/roleDelete.js +5 -0
  3279. package/dist/esm/generated/operations/roleUpdate.js +34 -0
  3280. package/dist/esm/generated/operations/roles.js +46 -0
  3281. package/dist/esm/generated/operations/shipment.js +52 -0
  3282. package/dist/esm/generated/operations/shipmentCreate.js +52 -0
  3283. package/dist/esm/generated/operations/shipmentDelete.js +5 -0
  3284. package/dist/esm/generated/operations/shipmentItem.js +17 -0
  3285. package/dist/esm/generated/operations/shipmentItemCreate.js +17 -0
  3286. package/dist/esm/generated/operations/shipmentItemDelete.js +5 -0
  3287. package/dist/esm/generated/operations/shipmentItemUpdate.js +17 -0
  3288. package/dist/esm/generated/operations/shipmentItems.js +29 -0
  3289. package/dist/esm/generated/operations/shipmentUpdate.js +52 -0
  3290. package/dist/esm/generated/operations/shipments.js +64 -0
  3291. package/dist/esm/generated/operations/shop.js +23 -0
  3292. package/dist/esm/generated/operations/shopInvalidateCache.js +5 -0
  3293. package/dist/esm/generated/operations/shops.js +23 -0
  3294. package/dist/esm/generated/operations/startSession.js +57 -0
  3295. package/dist/esm/generated/operations/surcharge.js +28 -0
  3296. package/dist/esm/generated/operations/surchargeCreate.js +28 -0
  3297. package/dist/esm/generated/operations/surchargeDelete.js +28 -0
  3298. package/dist/esm/generated/operations/surchargeUpdate.js +28 -0
  3299. package/dist/esm/generated/operations/surcharges.js +40 -0
  3300. package/dist/esm/generated/operations/tax.js +18 -0
  3301. package/dist/esm/generated/operations/taxCreate.js +18 -0
  3302. package/dist/esm/generated/operations/taxDelete.js +5 -0
  3303. package/dist/esm/generated/operations/taxUpdate.js +18 -0
  3304. package/dist/esm/generated/operations/taxes.js +30 -0
  3305. package/dist/esm/generated/operations/template.js +98 -0
  3306. package/dist/esm/generated/operations/templateDelete.js +5 -0
  3307. package/dist/esm/generated/operations/templateErrorLog.js +14 -0
  3308. package/dist/esm/generated/operations/templateErrorLogStats.js +10 -0
  3309. package/dist/esm/generated/operations/templateErrorLogs.js +22 -0
  3310. package/dist/esm/generated/operations/templateRenderToHTML.js +5 -0
  3311. package/dist/esm/generated/operations/templates.js +110 -0
  3312. package/dist/esm/generated/operations/tenant.js +20 -0
  3313. package/dist/esm/generated/operations/tenantCreate.js +20 -0
  3314. package/dist/esm/generated/operations/tenantDelete.js +5 -0
  3315. package/dist/esm/generated/operations/tenantUpdate.js +20 -0
  3316. package/dist/esm/generated/operations/tender.js +1572 -0
  3317. package/dist/esm/generated/operations/tenderAddItems.js +1583 -0
  3318. package/dist/esm/generated/operations/tenderApplyIncentives.js +1572 -0
  3319. package/dist/esm/generated/operations/tenderDelete.js +5 -0
  3320. package/dist/esm/generated/operations/tenderDeleteBonusItem.js +1572 -0
  3321. package/dist/esm/generated/operations/tenderDeleteItem.js +1572 -0
  3322. package/dist/esm/generated/operations/tenderProcess.js +10 -0
  3323. package/dist/esm/generated/operations/tenderStart.js +1572 -0
  3324. package/dist/esm/generated/operations/tenderUpdate.js +1572 -0
  3325. package/dist/esm/generated/operations/tenderUpdateAddress.js +1572 -0
  3326. package/dist/esm/generated/operations/tenderUpdateDiscount.js +1572 -0
  3327. package/dist/esm/generated/operations/tenderUpdateInvoiceUser.js +1572 -0
  3328. package/dist/esm/generated/operations/tenderUpdateItem.js +1572 -0
  3329. package/dist/esm/generated/operations/tenderUpdatePayment.js +1572 -0
  3330. package/dist/esm/generated/operations/tenderUpdatePostage.js +1572 -0
  3331. package/dist/esm/generated/operations/ticket.js +40 -0
  3332. package/dist/esm/generated/operations/ticketCreate.js +40 -0
  3333. package/dist/esm/generated/operations/ticketDelete.js +5 -0
  3334. package/dist/esm/generated/operations/ticketUpdate.js +40 -0
  3335. package/dist/esm/generated/operations/tickets.js +52 -0
  3336. package/dist/esm/generated/operations/trackAndTrace.js +26 -0
  3337. package/dist/esm/generated/operations/trackAndTraceCreate.js +26 -0
  3338. package/dist/esm/generated/operations/trackAndTraceDelete.js +5 -0
  3339. package/dist/esm/generated/operations/trackAndTraceUpdate.js +26 -0
  3340. package/dist/esm/generated/operations/trackAndTraces.js +38 -0
  3341. package/dist/esm/generated/operations/triggerContactSendWelcomeEmailEvent.js +5 -0
  3342. package/dist/esm/generated/operations/triggerCustomEvent.js +5 -0
  3343. package/dist/esm/generated/operations/triggerCustomerSendWelcomeEmailEvent.js +5 -0
  3344. package/dist/esm/generated/operations/triggerOrderSendConfirm.js +5 -0
  3345. package/dist/esm/generated/operations/triggerPasswordSendInitEmailEvent.js +5 -0
  3346. package/dist/esm/generated/operations/triggerPasswordSendResetEmailEvent.js +4 -0
  3347. package/dist/esm/generated/operations/triggerQuoteSend.js +5 -0
  3348. package/dist/esm/generated/operations/triggerQuoteSendRequest.js +5 -0
  3349. package/dist/esm/generated/operations/triggerQuoteSendValidation.js +5 -0
  3350. package/dist/esm/generated/operations/user.js +609 -0
  3351. package/dist/esm/generated/operations/valueset.js +45 -0
  3352. package/dist/esm/generated/operations/valuesetCreate.js +45 -0
  3353. package/dist/esm/generated/operations/valuesetDelete.js +5 -0
  3354. package/dist/esm/generated/operations/valuesetItemCreate.js +21 -0
  3355. package/dist/esm/generated/operations/valuesetItemDelete.js +5 -0
  3356. package/dist/esm/generated/operations/valuesetItemUpdate.js +21 -0
  3357. package/dist/esm/generated/operations/valuesetItems.js +33 -0
  3358. package/dist/esm/generated/operations/valuesetUpdate.js +45 -0
  3359. package/dist/esm/generated/operations/valuesets.js +57 -0
  3360. package/dist/esm/generated/operations/verifyToken.js +28 -0
  3361. package/dist/esm/generated/operations/viewer.js +609 -0
  3362. package/dist/esm/generated/operations/warehouse.js +58 -0
  3363. package/dist/esm/generated/operations/warehouseAddressCreate.js +31 -0
  3364. package/dist/esm/generated/operations/warehouseAddressDelete.js +5 -0
  3365. package/dist/esm/generated/operations/warehouseAddressUpdate.js +31 -0
  3366. package/dist/esm/generated/operations/warehouseCreate.js +58 -0
  3367. package/dist/esm/generated/operations/warehouseDelete.js +58 -0
  3368. package/dist/esm/generated/operations/warehouseUpdate.js +58 -0
  3369. package/dist/esm/generated/operations/warehouses.js +70 -0
  3370. package/dist/esm/generated/operations/zoneTaxCode.js +15 -0
  3371. package/dist/esm/generated/operations/zoneTaxCodeCreate.js +15 -0
  3372. package/dist/esm/generated/operations/zoneTaxCodeDelete.js +5 -0
  3373. package/dist/esm/generated/operations/zoneTaxCodeUpdate.js +15 -0
  3374. package/dist/esm/generated/operations/zoneTaxCodes.js +27 -0
  3375. package/dist/esm/generated/operations/zoneTaxCodesCreate.js +15 -0
  3376. package/dist/esm/generated/operations/zoneTaxCodesDelete.js +5 -0
  3377. package/dist/esm/index.js +27 -0
  3378. package/dist/esm/package.json +3 -0
  3379. package/dist/esm/service/AddressService.js +150 -0
  3380. package/dist/esm/service/AttributeService.js +288 -0
  3381. package/dist/esm/service/BundleService.js +105 -0
  3382. package/dist/esm/service/BusinessRuleService.js +220 -0
  3383. package/dist/esm/service/CarrierService.js +89 -0
  3384. package/dist/esm/service/CartService.js +366 -0
  3385. package/dist/esm/service/CategoryService.js +149 -0
  3386. package/dist/esm/service/ChannelService.js +42 -0
  3387. package/dist/esm/service/ClusterConfigService.js +76 -0
  3388. package/dist/esm/service/ClusterService.js +99 -0
  3389. package/dist/esm/service/CompanyService.js +102 -0
  3390. package/dist/esm/service/CrossupsellService.js +75 -0
  3391. package/dist/esm/service/DiscountService.js +89 -0
  3392. package/dist/esm/service/EventActionConfigService.js +150 -0
  3393. package/dist/esm/service/FavoriteListService.js +149 -0
  3394. package/dist/esm/service/GCIPUserService.js +29 -0
  3395. package/dist/esm/service/InventoryService.js +29 -0
  3396. package/dist/esm/service/LoginService.js +59 -0
  3397. package/dist/esm/service/LogoutService.js +28 -0
  3398. package/dist/esm/service/MachineService.js +74 -0
  3399. package/dist/esm/service/MagicTokenService.js +91 -0
  3400. package/dist/esm/service/MediaAttachmentService.js +59 -0
  3401. package/dist/esm/service/MediaDocumentService.js +91 -0
  3402. package/dist/esm/service/MediaImageService.js +91 -0
  3403. package/dist/esm/service/MediaVideoService.js +91 -0
  3404. package/dist/esm/service/OrderService.js +584 -0
  3405. package/dist/esm/service/OrderlistService.js +208 -0
  3406. package/dist/esm/service/PayMethodService.js +89 -0
  3407. package/dist/esm/service/PaymentService.js +89 -0
  3408. package/dist/esm/service/PriceService.js +140 -0
  3409. package/dist/esm/service/PricesheetService.js +126 -0
  3410. package/dist/esm/service/ProductService.js +191 -0
  3411. package/dist/esm/service/PurchaseAuthorizationConfigService.js +91 -0
  3412. package/dist/esm/service/RegisterContactResponseService.js +29 -0
  3413. package/dist/esm/service/RegisterCustomerResponseService.js +29 -0
  3414. package/dist/esm/service/RoleService.js +134 -0
  3415. package/dist/esm/service/ShipmentService.js +164 -0
  3416. package/dist/esm/service/ShopService.js +44 -0
  3417. package/dist/esm/service/SparePartsMachineService.js +74 -0
  3418. package/dist/esm/service/SurchargeService.js +89 -0
  3419. package/dist/esm/service/TaxService.js +149 -0
  3420. package/dist/esm/service/TemplateErrorLogService.js +64 -0
  3421. package/dist/esm/service/TemplateService.js +163 -0
  3422. package/dist/esm/service/TenantService.js +74 -0
  3423. package/dist/esm/service/TenderService.js +223 -0
  3424. package/dist/esm/service/TicketService.js +91 -0
  3425. package/dist/esm/service/TrackAndTraceService.js +74 -0
  3426. package/dist/esm/service/UserService.js +153 -0
  3427. package/dist/esm/service/ValuesetService.js +104 -0
  3428. package/dist/esm/service/VerifyTokenService.js +29 -0
  3429. package/dist/esm/service/WarehouseAddressService.js +59 -0
  3430. package/dist/esm/service/WarehouseService.js +74 -0
  3431. package/dist/esm/service/index.js +55 -0
  3432. package/dist/esm/service/runOperation.js +87 -0
  3433. package/dist/esm/type/AddOrderStatusesToOrderStatusSetInput.js +1 -0
  3434. package/dist/esm/type/AddSurchargesToProductInput.js +1 -0
  3435. package/dist/esm/type/Address.js +1 -0
  3436. package/dist/esm/type/AddressBulkItemInput.js +1 -0
  3437. package/dist/esm/type/AdminUser.js +1 -0
  3438. package/dist/esm/type/AdminUserSortInput.js +1 -0
  3439. package/dist/esm/type/AdminUserTenant.js +1 -0
  3440. package/dist/esm/type/AdminUserTenantsSearchInput.js +1 -0
  3441. package/dist/esm/type/AdminUsersSearchInput.js +1 -0
  3442. package/dist/esm/type/AnyAddress.js +1 -0
  3443. package/dist/esm/type/Attribute.js +1 -0
  3444. package/dist/esm/type/AttributeAttributeDescriptionSearchInput.js +1 -0
  3445. package/dist/esm/type/AttributeBulkCreateInput.js +1 -0
  3446. package/dist/esm/type/AttributeBulkResponse.js +1 -0
  3447. package/dist/esm/type/AttributeColorValue.js +1 -0
  3448. package/dist/esm/type/AttributeCreateInput.js +1 -0
  3449. package/dist/esm/type/AttributeCsvInput.js +1 -0
  3450. package/dist/esm/type/AttributeCsvMapping.js +1 -0
  3451. package/dist/esm/type/AttributeDateTimeValue.js +1 -0
  3452. package/dist/esm/type/AttributeDecimalRangeFilter.js +1 -0
  3453. package/dist/esm/type/AttributeDecimalValue.js +1 -0
  3454. package/dist/esm/type/AttributeDescription.js +1 -0
  3455. package/dist/esm/type/AttributeDescriptionCreateInput.js +1 -0
  3456. package/dist/esm/type/AttributeDescriptionCsvInput.js +1 -0
  3457. package/dist/esm/type/AttributeDescriptionCsvMapping.js +1 -0
  3458. package/dist/esm/type/AttributeDescriptionResponse.js +1 -0
  3459. package/dist/esm/type/AttributeDescriptionSearchInput.js +1 -0
  3460. package/dist/esm/type/AttributeDescriptionSortInput.js +1 -0
  3461. package/dist/esm/type/AttributeDescriptionUpdateInput.js +1 -0
  3462. package/dist/esm/type/AttributeEnumValue.js +1 -0
  3463. package/dist/esm/type/AttributeFilter.js +1 -0
  3464. package/dist/esm/type/AttributeIntValue.js +1 -0
  3465. package/dist/esm/type/AttributeIntegerRangeFilter.js +1 -0
  3466. package/dist/esm/type/AttributeResponse.js +1 -0
  3467. package/dist/esm/type/AttributeResult.js +1 -0
  3468. package/dist/esm/type/AttributeResultResponse.js +1 -0
  3469. package/dist/esm/type/AttributeResultSearchInput.js +1 -0
  3470. package/dist/esm/type/AttributeSearchInput.js +1 -0
  3471. package/dist/esm/type/AttributeTextFilter.js +1 -0
  3472. package/dist/esm/type/AttributeTextValue.js +1 -0
  3473. package/dist/esm/type/AttributeUpdateInput.js +1 -0
  3474. package/dist/esm/type/AttributeValue.js +1 -0
  3475. package/dist/esm/type/AttributeValueInput.js +1 -0
  3476. package/dist/esm/type/Base64File.js +1 -0
  3477. package/dist/esm/type/Base64FileInput.js +1 -0
  3478. package/dist/esm/type/BulkCostPrice.js +1 -0
  3479. package/dist/esm/type/BulkCostPriceCreateInput.js +1 -0
  3480. package/dist/esm/type/BulkCostPriceCsvInput.js +1 -0
  3481. package/dist/esm/type/BulkCostPriceCsvMapping.js +1 -0
  3482. package/dist/esm/type/BulkCostPriceResponse.js +1 -0
  3483. package/dist/esm/type/BulkCostPriceSearchInput.js +1 -0
  3484. package/dist/esm/type/BulkCostPriceSortInput.js +1 -0
  3485. package/dist/esm/type/BulkCostPriceUpdateInput.js +1 -0
  3486. package/dist/esm/type/BulkDeleteResponse.js +1 -0
  3487. package/dist/esm/type/BulkPrice.js +1 -0
  3488. package/dist/esm/type/BulkPriceCreateInput.js +1 -0
  3489. package/dist/esm/type/BulkPriceCsvInput.js +1 -0
  3490. package/dist/esm/type/BulkPriceCsvMapping.js +1 -0
  3491. package/dist/esm/type/BulkPriceResponse.js +1 -0
  3492. package/dist/esm/type/BulkPriceSearchInput.js +1 -0
  3493. package/dist/esm/type/BulkPriceSortInput.js +1 -0
  3494. package/dist/esm/type/BulkPriceUpdateInput.js +1 -0
  3495. package/dist/esm/type/BulkResponseData.js +1 -0
  3496. package/dist/esm/type/Bundle.js +1 -0
  3497. package/dist/esm/type/BundleAddItemsInput.js +1 -0
  3498. package/dist/esm/type/BundleCreateInput.js +1 -0
  3499. package/dist/esm/type/BundleItem.js +1 -0
  3500. package/dist/esm/type/BundleItemInput.js +1 -0
  3501. package/dist/esm/type/BundlePrice.js +1 -0
  3502. package/dist/esm/type/BundleSearchInput.js +1 -0
  3503. package/dist/esm/type/BundleSortInput.js +1 -0
  3504. package/dist/esm/type/BundleUpdateInput.js +1 -0
  3505. package/dist/esm/type/BundlesResponse.js +1 -0
  3506. package/dist/esm/type/BusinessHours.js +1 -0
  3507. package/dist/esm/type/BusinessHoursInput.js +1 -0
  3508. package/dist/esm/type/BusinessRule.js +1 -0
  3509. package/dist/esm/type/BusinessRuleActionField.js +1 -0
  3510. package/dist/esm/type/BusinessRuleArrayExpression.js +1 -0
  3511. package/dist/esm/type/BusinessRuleArrayExpressionInput.js +1 -0
  3512. package/dist/esm/type/BusinessRuleComplexExpression.js +1 -0
  3513. package/dist/esm/type/BusinessRuleComplexExpressionInput.js +1 -0
  3514. package/dist/esm/type/BusinessRuleCreateInput.js +1 -0
  3515. package/dist/esm/type/BusinessRuleDateExpression.js +1 -0
  3516. package/dist/esm/type/BusinessRuleDateExpressionInput.js +1 -0
  3517. package/dist/esm/type/BusinessRuleDecisionTable.js +1 -0
  3518. package/dist/esm/type/BusinessRuleDecisionTableAddColumnInput.js +1 -0
  3519. package/dist/esm/type/BusinessRuleDecisionTableCell.js +1 -0
  3520. package/dist/esm/type/BusinessRuleDecisionTableContent.js +1 -0
  3521. package/dist/esm/type/BusinessRuleDecisionTableDeleteColumnInput.js +1 -0
  3522. package/dist/esm/type/BusinessRuleDecisionTableDeleteRowInput.js +1 -0
  3523. package/dist/esm/type/BusinessRuleDecisionTableInputOutput.js +1 -0
  3524. package/dist/esm/type/BusinessRuleDecisionTableMoveRowInput.js +1 -0
  3525. package/dist/esm/type/BusinessRuleDecisionTableRow.js +1 -0
  3526. package/dist/esm/type/BusinessRuleDecisionTableSearchInput.js +1 -0
  3527. package/dist/esm/type/BusinessRuleDecisionTableSetCellInput.js +1 -0
  3528. package/dist/esm/type/BusinessRuleDecisionTableUpdateInput.js +1 -0
  3529. package/dist/esm/type/BusinessRuleEdge.js +1 -0
  3530. package/dist/esm/type/BusinessRuleExpressionGroup.js +1 -0
  3531. package/dist/esm/type/BusinessRuleExpressionGroupInput.js +1 -0
  3532. package/dist/esm/type/BusinessRuleExpressionUnionInput.js +1 -0
  3533. package/dist/esm/type/BusinessRuleFieldDefinition.js +1 -0
  3534. package/dist/esm/type/BusinessRuleFieldDefinitionGroup.js +1 -0
  3535. package/dist/esm/type/BusinessRuleInput.js +1 -0
  3536. package/dist/esm/type/BusinessRuleNumberExpression.js +1 -0
  3537. package/dist/esm/type/BusinessRuleNumberExpressionInput.js +1 -0
  3538. package/dist/esm/type/BusinessRuleOutput.js +1 -0
  3539. package/dist/esm/type/BusinessRuleResponse.js +1 -0
  3540. package/dist/esm/type/BusinessRuleSearchInput.js +1 -0
  3541. package/dist/esm/type/BusinessRuleStringExpression.js +1 -0
  3542. package/dist/esm/type/BusinessRuleStringExpressionInput.js +1 -0
  3543. package/dist/esm/type/BusinessRuleSubExpressionGroup.js +1 -0
  3544. package/dist/esm/type/BusinessRuleUpdateInput.js +1 -0
  3545. package/dist/esm/type/CacheControlInput.js +1 -0
  3546. package/dist/esm/type/CanvasInput.js +1 -0
  3547. package/dist/esm/type/Carrier.js +1 -0
  3548. package/dist/esm/type/CarrierCreateInput.js +1 -0
  3549. package/dist/esm/type/CarrierSortInput.js +1 -0
  3550. package/dist/esm/type/CarrierUpdateInput.js +1 -0
  3551. package/dist/esm/type/CarriersResponse.js +1 -0
  3552. package/dist/esm/type/CarriersSearchInput.js +1 -0
  3553. package/dist/esm/type/Cart.js +1 -0
  3554. package/dist/esm/type/CartAcceptPurchaseAuthorizationRequestInput.js +1 -0
  3555. package/dist/esm/type/CartActionCodeInput.js +1 -0
  3556. package/dist/esm/type/CartAddBundleInput.js +1 -0
  3557. package/dist/esm/type/CartAddItemInput.js +1 -0
  3558. package/dist/esm/type/CartAddress.js +1 -0
  3559. package/dist/esm/type/CartBaseItem.js +1 -0
  3560. package/dist/esm/type/CartCarrier.js +1 -0
  3561. package/dist/esm/type/CartChildItemBulkInput.js +1 -0
  3562. package/dist/esm/type/CartChildItemInput.js +1 -0
  3563. package/dist/esm/type/CartDeleteItemInput.js +1 -0
  3564. package/dist/esm/type/CartIncentive.js +1 -0
  3565. package/dist/esm/type/CartIncentiveParams.js +1 -0
  3566. package/dist/esm/type/CartItemBulkInput.js +1 -0
  3567. package/dist/esm/type/CartItemIncentive.js +1 -0
  3568. package/dist/esm/type/CartItemSurcharge.js +1 -0
  3569. package/dist/esm/type/CartItemsBulkUpsertInput.js +1 -0
  3570. package/dist/esm/type/CartMainItem.js +1 -0
  3571. package/dist/esm/type/CartPaymentData.js +1 -0
  3572. package/dist/esm/type/CartPaymentDataInput.js +1 -0
  3573. package/dist/esm/type/CartPaymethod.js +1 -0
  3574. package/dist/esm/type/CartPostageData.js +1 -0
  3575. package/dist/esm/type/CartPostageDataInput.js +1 -0
  3576. package/dist/esm/type/CartProcessInput.js +1 -0
  3577. package/dist/esm/type/CartProcessResponse.js +1 -0
  3578. package/dist/esm/type/CartResponse.js +1 -0
  3579. package/dist/esm/type/CartSearchInput.js +1 -0
  3580. package/dist/esm/type/CartSetContactInput.js +1 -0
  3581. package/dist/esm/type/CartSetCustomerInput.js +1 -0
  3582. package/dist/esm/type/CartSetUserInput.js +1 -0
  3583. package/dist/esm/type/CartShippingMethod.js +1 -0
  3584. package/dist/esm/type/CartSortInput.js +1 -0
  3585. package/dist/esm/type/CartStartInput.js +1 -0
  3586. package/dist/esm/type/CartTaxLevel.js +1 -0
  3587. package/dist/esm/type/CartTotal.js +1 -0
  3588. package/dist/esm/type/CartUnOrderableItem.js +1 -0
  3589. package/dist/esm/type/CartUpdateAddressInput.js +1 -0
  3590. package/dist/esm/type/CartUpdateInput.js +1 -0
  3591. package/dist/esm/type/CartUpdateItemInput.js +1 -0
  3592. package/dist/esm/type/CartVoucher.js +1 -0
  3593. package/dist/esm/type/Category.js +1 -0
  3594. package/dist/esm/type/CategoryActionsData.js +1 -0
  3595. package/dist/esm/type/CategoryActionsResponse.js +1 -0
  3596. package/dist/esm/type/CategoryAddProductsClustersInput.js +1 -0
  3597. package/dist/esm/type/CategoryAddProductsClustersResponse.js +1 -0
  3598. package/dist/esm/type/CategoryAttribute.js +1 -0
  3599. package/dist/esm/type/CategoryCsvInput.js +1 -0
  3600. package/dist/esm/type/CategoryCsvMapping.js +1 -0
  3601. package/dist/esm/type/CategoryProductSearchInput.js +1 -0
  3602. package/dist/esm/type/CategoryRemoveProductsClustersInput.js +1 -0
  3603. package/dist/esm/type/CategoryRemoveProductsClustersResponse.js +1 -0
  3604. package/dist/esm/type/CategoryResponse.js +1 -0
  3605. package/dist/esm/type/CategorySearchInput.js +1 -0
  3606. package/dist/esm/type/Channel.js +1 -0
  3607. package/dist/esm/type/ChannelCreateInput.js +1 -0
  3608. package/dist/esm/type/ChannelUpdateInput.js +1 -0
  3609. package/dist/esm/type/ClaimsResetAllResponse.js +1 -0
  3610. package/dist/esm/type/Cluster.js +1 -0
  3611. package/dist/esm/type/ClusterAssignProductsInput.js +1 -0
  3612. package/dist/esm/type/ClusterAssignProductsResponse.js +1 -0
  3613. package/dist/esm/type/ClusterAttribute.js +1 -0
  3614. package/dist/esm/type/ClusterBulkMoveError.js +1 -0
  3615. package/dist/esm/type/ClusterBulkMoveInput.js +1 -0
  3616. package/dist/esm/type/ClusterBulkMoveResponse.js +1 -0
  3617. package/dist/esm/type/ClusterCategorySearchInput.js +1 -0
  3618. package/dist/esm/type/ClusterConfig.js +1 -0
  3619. package/dist/esm/type/ClusterConfigCreateInput.js +1 -0
  3620. package/dist/esm/type/ClusterConfigResponse.js +1 -0
  3621. package/dist/esm/type/ClusterConfigSetting.js +1 -0
  3622. package/dist/esm/type/ClusterConfigSettingInput.js +1 -0
  3623. package/dist/esm/type/ClusterConfigSettingResponse.js +1 -0
  3624. package/dist/esm/type/ClusterConfigSettingUpdateInput.js +1 -0
  3625. package/dist/esm/type/ClusterCreateInput.js +1 -0
  3626. package/dist/esm/type/ClusterCsvInput.js +1 -0
  3627. package/dist/esm/type/ClusterCsvMapping.js +1 -0
  3628. package/dist/esm/type/ClusterDrillDown.js +1 -0
  3629. package/dist/esm/type/ClusterMoveItem.js +1 -0
  3630. package/dist/esm/type/ClusterOption.js +1 -0
  3631. package/dist/esm/type/ClusterOptionCreateInput.js +1 -0
  3632. package/dist/esm/type/ClusterOptionProductSearchInput.js +1 -0
  3633. package/dist/esm/type/ClusterOptionSearchInput.js +1 -0
  3634. package/dist/esm/type/ClusterOptionUpdateInput.js +1 -0
  3635. package/dist/esm/type/ClusterProductSearchInput.js +1 -0
  3636. package/dist/esm/type/ClusterProductsActionData.js +1 -0
  3637. package/dist/esm/type/ClusterProductsActionResponse.js +1 -0
  3638. package/dist/esm/type/ClusterUnassignProductsInput.js +1 -0
  3639. package/dist/esm/type/ClusterUnassignProductsResponse.js +1 -0
  3640. package/dist/esm/type/ClusterUpdateInput.js +1 -0
  3641. package/dist/esm/type/CompaniesResponse.js +1 -0
  3642. package/dist/esm/type/Company.js +1 -0
  3643. package/dist/esm/type/CompanyAddressCreateInput.js +1 -0
  3644. package/dist/esm/type/CompanyAddressDeleteInput.js +1 -0
  3645. package/dist/esm/type/CompanyAddressSearch.js +1 -0
  3646. package/dist/esm/type/CompanyAddressUpdateInput.js +1 -0
  3647. package/dist/esm/type/CompanyAttribute.js +1 -0
  3648. package/dist/esm/type/CompanyAttributeDescriptionSearch.js +1 -0
  3649. package/dist/esm/type/CompanyAttributeSearch.js +1 -0
  3650. package/dist/esm/type/CompanyAttributeValueSearch.js +1 -0
  3651. package/dist/esm/type/CompanyContactSearch.js +1 -0
  3652. package/dist/esm/type/CompanyCsvInput.js +1 -0
  3653. package/dist/esm/type/CompanyCsvMapping.js +1 -0
  3654. package/dist/esm/type/CompanyPurchaseAuthorizationConfigSearchInput.js +1 -0
  3655. package/dist/esm/type/CompanySearch.js +1 -0
  3656. package/dist/esm/type/CompanySearchArguments.js +1 -0
  3657. package/dist/esm/type/CompanySearchIndexUpdateMappingInput.js +1 -0
  3658. package/dist/esm/type/CompanySearchInput.js +1 -0
  3659. package/dist/esm/type/CompanySearchReindexInput.js +1 -0
  3660. package/dist/esm/type/CompanySearchResponse.js +1 -0
  3661. package/dist/esm/type/CompanySearchSortInput.js +1 -0
  3662. package/dist/esm/type/CompanySortInput.js +1 -0
  3663. package/dist/esm/type/CompanyTermFieldInput.js +1 -0
  3664. package/dist/esm/type/ComputedOrderlistsInput.js +1 -0
  3665. package/dist/esm/type/ComputedOrderlistsResponse.js +1 -0
  3666. package/dist/esm/type/ConfirmationResponse.js +1 -0
  3667. package/dist/esm/type/Contact.js +1 -0
  3668. package/dist/esm/type/ContactActionsData.js +1 -0
  3669. package/dist/esm/type/ContactActionsResponse.js +1 -0
  3670. package/dist/esm/type/ContactAddToCompaniesInput.js +1 -0
  3671. package/dist/esm/type/ContactAddToCompaniesResponse.js +1 -0
  3672. package/dist/esm/type/ContactAttribute.js +1 -0
  3673. package/dist/esm/type/ContactCompaniesSearchInput.js +1 -0
  3674. package/dist/esm/type/ContactCsvInput.js +1 -0
  3675. package/dist/esm/type/ContactCsvMapping.js +1 -0
  3676. package/dist/esm/type/ContactPurchaseAuthorizationConfigSearchInput.js +1 -0
  3677. package/dist/esm/type/ContactRemoveFromCompaniesInput.js +1 -0
  3678. package/dist/esm/type/ContactRemoveFromCompaniesResponse.js +1 -0
  3679. package/dist/esm/type/ContactSearchArguments.js +1 -0
  3680. package/dist/esm/type/ContactSortInput.js +1 -0
  3681. package/dist/esm/type/ContactsResponse.js +1 -0
  3682. package/dist/esm/type/CostPrice.js +1 -0
  3683. package/dist/esm/type/CostPriceCreateInput.js +1 -0
  3684. package/dist/esm/type/CostPriceResponse.js +1 -0
  3685. package/dist/esm/type/CostPriceSearchInput.js +1 -0
  3686. package/dist/esm/type/CostPriceSortInput.js +1 -0
  3687. package/dist/esm/type/CostPriceUpdateInput.js +1 -0
  3688. package/dist/esm/type/CreateAccountInput.js +1 -0
  3689. package/dist/esm/type/CreateAuthenticationClaimsInput.js +1 -0
  3690. package/dist/esm/type/CreateAuthenticationInput.js +1 -0
  3691. package/dist/esm/type/CreateCategoryInput.js +1 -0
  3692. package/dist/esm/type/CreateCompanyInput.js +1 -0
  3693. package/dist/esm/type/CreateContactInput.js +1 -0
  3694. package/dist/esm/type/CreateInventoryInput.js +1 -0
  3695. package/dist/esm/type/CreateOrUpdateOrderItemInput.js +1 -0
  3696. package/dist/esm/type/CreateOrderStatusInput.js +1 -0
  3697. package/dist/esm/type/CreateOrderStatusSetInput.js +1 -0
  3698. package/dist/esm/type/CreatePaymentInput.js +1 -0
  3699. package/dist/esm/type/CreateProductInput.js +1 -0
  3700. package/dist/esm/type/CreateSparePartInput.js +1 -0
  3701. package/dist/esm/type/CreateSparePartsMachineInput.js +1 -0
  3702. package/dist/esm/type/CreateSurchargeInput.js +1 -0
  3703. package/dist/esm/type/CreateTenantDto.js +1 -0
  3704. package/dist/esm/type/CreateTransactionInput.js +1 -0
  3705. package/dist/esm/type/CreateUserDto.js +1 -0
  3706. package/dist/esm/type/CreateWarehouseAddressInput.js +1 -0
  3707. package/dist/esm/type/CreateWarehouseInput.js +1 -0
  3708. package/dist/esm/type/CropInput.js +1 -0
  3709. package/dist/esm/type/Crossupsell.js +1 -0
  3710. package/dist/esm/type/CrossupsellCreateInput.js +1 -0
  3711. package/dist/esm/type/CrossupsellSearchInput.js +1 -0
  3712. package/dist/esm/type/CrossupsellSortInput.js +1 -0
  3713. package/dist/esm/type/CrossupsellUpdateInput.js +1 -0
  3714. package/dist/esm/type/CrossupsellsResponse.js +1 -0
  3715. package/dist/esm/type/CsvImportResponse.js +1 -0
  3716. package/dist/esm/type/CsvRecordError.js +1 -0
  3717. package/dist/esm/type/Customer.js +1 -0
  3718. package/dist/esm/type/CustomerAddressCreateInput.js +1 -0
  3719. package/dist/esm/type/CustomerAddressDeleteInput.js +1 -0
  3720. package/dist/esm/type/CustomerAddressUpdateInput.js +1 -0
  3721. package/dist/esm/type/CustomerAttribute.js +1 -0
  3722. package/dist/esm/type/CustomerCsvInput.js +1 -0
  3723. package/dist/esm/type/CustomerCsvMapping.js +1 -0
  3724. package/dist/esm/type/CustomerInput.js +1 -0
  3725. package/dist/esm/type/CustomerSearchArguments.js +1 -0
  3726. package/dist/esm/type/CustomerSortInput.js +1 -0
  3727. package/dist/esm/type/CustomersResponse.js +1 -0
  3728. package/dist/esm/type/DateSearchInput.js +1 -0
  3729. package/dist/esm/type/DecimalSearchInput.js +1 -0
  3730. package/dist/esm/type/DeleteMediaAttachmentResponse.js +1 -0
  3731. package/dist/esm/type/DeleteMediaDocumentResponse.js +1 -0
  3732. package/dist/esm/type/DeleteMediaImageResponse.js +1 -0
  3733. package/dist/esm/type/DeleteMediaVideoResponse.js +1 -0
  3734. package/dist/esm/type/DeleteWarehouseAddressInput.js +1 -0
  3735. package/dist/esm/type/Discount.js +1 -0
  3736. package/dist/esm/type/DiscountCreateInput.js +1 -0
  3737. package/dist/esm/type/DiscountCsvInput.js +1 -0
  3738. package/dist/esm/type/DiscountCsvMapping.js +1 -0
  3739. package/dist/esm/type/DiscountResponse.js +1 -0
  3740. package/dist/esm/type/DiscountSearchInput.js +1 -0
  3741. package/dist/esm/type/DiscountSortInput.js +1 -0
  3742. package/dist/esm/type/DiscountUpdateInput.js +1 -0
  3743. package/dist/esm/type/DocumentCsvInput.js +1 -0
  3744. package/dist/esm/type/DocumentCsvMapping.js +1 -0
  3745. package/dist/esm/type/DocumentTemplate.js +1 -0
  3746. package/dist/esm/type/DocumentTemplateCreateInput.js +1 -0
  3747. package/dist/esm/type/DocumentTemplateUpdateInput.js +1 -0
  3748. package/dist/esm/type/EmailContact.js +1 -0
  3749. package/dist/esm/type/EmailContactInput.js +1 -0
  3750. package/dist/esm/type/EmailEventInput.js +1 -0
  3751. package/dist/esm/type/EmailSendContactInput.js +1 -0
  3752. package/dist/esm/type/EmailSendEventInput.js +1 -0
  3753. package/dist/esm/type/EmailSender.js +1 -0
  3754. package/dist/esm/type/EmailSenderInput.js +1 -0
  3755. package/dist/esm/type/EmailTemplate.js +1 -0
  3756. package/dist/esm/type/EmailTemplateCreateInput.js +1 -0
  3757. package/dist/esm/type/EmailTemplateUpdateInput.js +1 -0
  3758. package/dist/esm/type/EnrolledFactor.js +1 -0
  3759. package/dist/esm/type/EventActionConfigResponse.js +1 -0
  3760. package/dist/esm/type/EventActionConfigSearchInput.js +1 -0
  3761. package/dist/esm/type/EventActionConfigSortInput.js +1 -0
  3762. package/dist/esm/type/EventToEmailConfig.js +1 -0
  3763. package/dist/esm/type/EventToEmailConfigCreateInput.js +1 -0
  3764. package/dist/esm/type/EventToEmailConfigUpdateInput.js +1 -0
  3765. package/dist/esm/type/EventToWebHookConfig.js +1 -0
  3766. package/dist/esm/type/EventToWebHookConfigCreateInput.js +1 -0
  3767. package/dist/esm/type/EventToWebHookConfigUpdateInput.js +1 -0
  3768. package/dist/esm/type/ExchangeRefreshTokenInput.js +1 -0
  3769. package/dist/esm/type/ExternalReferenceInput.js +1 -0
  3770. package/dist/esm/type/FavoriteList.js +1 -0
  3771. package/dist/esm/type/FavoriteListsBaseSearchInput.js +1 -0
  3772. package/dist/esm/type/FavoriteListsCreateInput.js +1 -0
  3773. package/dist/esm/type/FavoriteListsItemsInput.js +1 -0
  3774. package/dist/esm/type/FavoriteListsResponse.js +1 -0
  3775. package/dist/esm/type/FavoriteListsSearchInput.js +1 -0
  3776. package/dist/esm/type/FavoriteListsUpdateInput.js +1 -0
  3777. package/dist/esm/type/FilterAvailableAttributeInput.js +1 -0
  3778. package/dist/esm/type/Firebase.js +1 -0
  3779. package/dist/esm/type/GCIPMetadata.js +1 -0
  3780. package/dist/esm/type/GCIPProviderData.js +1 -0
  3781. package/dist/esm/type/GCIPUser.js +1 -0
  3782. package/dist/esm/type/IAttributeDecimalRangeFilter.js +1 -0
  3783. package/dist/esm/type/IAttributeFilter.js +1 -0
  3784. package/dist/esm/type/IAttributeIntegerRangeFilter.js +1 -0
  3785. package/dist/esm/type/IAttributeTextFilter.js +1 -0
  3786. package/dist/esm/type/IBaseProduct.js +1 -0
  3787. package/dist/esm/type/IBaseTemplate.js +1 -0
  3788. package/dist/esm/type/IBaseUser.js +1 -0
  3789. package/dist/esm/type/IBusinessRuleExpression.js +1 -0
  3790. package/dist/esm/type/IBusinessRuleNode.js +1 -0
  3791. package/dist/esm/type/ICart.js +1 -0
  3792. package/dist/esm/type/ICartBaseItem.js +1 -0
  3793. package/dist/esm/type/ICluster.js +1 -0
  3794. package/dist/esm/type/IClusterDrillDown.js +1 -0
  3795. package/dist/esm/type/IClusterOption.js +1 -0
  3796. package/dist/esm/type/IDiscount.js +1 -0
  3797. package/dist/esm/type/IEventActionConfig.js +1 -0
  3798. package/dist/esm/type/IProduct.js +1 -0
  3799. package/dist/esm/type/IProductOffer.js +1 -0
  3800. package/dist/esm/type/IResource.js +1 -0
  3801. package/dist/esm/type/ITenderBaseItem.js +1 -0
  3802. package/dist/esm/type/ImageCsvInput.js +1 -0
  3803. package/dist/esm/type/ImageCsvMapping.js +1 -0
  3804. package/dist/esm/type/ImageTransformationInput.js +1 -0
  3805. package/dist/esm/type/ImageVariant.js +1 -0
  3806. package/dist/esm/type/IncentiveRuleOrderItemSetCellInput.js +1 -0
  3807. package/dist/esm/type/IncentiveRuleSetActionInput.js +1 -0
  3808. package/dist/esm/type/IntegerRangeSearchInput.js +1 -0
  3809. package/dist/esm/type/Inventory.js +1 -0
  3810. package/dist/esm/type/InventoryCsvInput.js +1 -0
  3811. package/dist/esm/type/InventoryCsvMapping.js +1 -0
  3812. package/dist/esm/type/InventoryDeleteResponse.js +1 -0
  3813. package/dist/esm/type/InventoryResponse.js +1 -0
  3814. package/dist/esm/type/LocalizedAttachment.js +1 -0
  3815. package/dist/esm/type/LocalizedDocument.js +1 -0
  3816. package/dist/esm/type/LocalizedImage.js +1 -0
  3817. package/dist/esm/type/LocalizedString.js +1 -0
  3818. package/dist/esm/type/LocalizedStringArray.js +1 -0
  3819. package/dist/esm/type/LocalizedStringArrayInput.js +1 -0
  3820. package/dist/esm/type/LocalizedStringInput.js +1 -0
  3821. package/dist/esm/type/LocalizedTemplateContent.js +1 -0
  3822. package/dist/esm/type/LocalizedTemplateContentInput.js +1 -0
  3823. package/dist/esm/type/LocalizedVideo.js +1 -0
  3824. package/dist/esm/type/Login.js +1 -0
  3825. package/dist/esm/type/LoginInput.js +1 -0
  3826. package/dist/esm/type/Logout.js +1 -0
  3827. package/dist/esm/type/MagicToken.js +1 -0
  3828. package/dist/esm/type/MagicTokenCreateInput.js +1 -0
  3829. package/dist/esm/type/MagicTokenResponse.js +1 -0
  3830. package/dist/esm/type/MagicTokenSearchInput.js +1 -0
  3831. package/dist/esm/type/MagicTokenUpdateInput.js +1 -0
  3832. package/dist/esm/type/Media.js +1 -0
  3833. package/dist/esm/type/MediaAttachment.js +1 -0
  3834. package/dist/esm/type/MediaAttachmentInput.js +1 -0
  3835. package/dist/esm/type/MediaAttachmentSearchInput.js +1 -0
  3836. package/dist/esm/type/MediaBase64FileInput.js +1 -0
  3837. package/dist/esm/type/MediaDocument.js +1 -0
  3838. package/dist/esm/type/MediaDocumentInput.js +1 -0
  3839. package/dist/esm/type/MediaDocumentProductSearchInput.js +1 -0
  3840. package/dist/esm/type/MediaDocumentSearchInput.js +1 -0
  3841. package/dist/esm/type/MediaImage.js +1 -0
  3842. package/dist/esm/type/MediaImageInput.js +1 -0
  3843. package/dist/esm/type/MediaImageProductSearchInput.js +1 -0
  3844. package/dist/esm/type/MediaImageSearchInput.js +1 -0
  3845. package/dist/esm/type/MediaLocalizedStringArrayInput.js +1 -0
  3846. package/dist/esm/type/MediaLocalizedStringInput.js +1 -0
  3847. package/dist/esm/type/MediaVideo.js +1 -0
  3848. package/dist/esm/type/MediaVideoInput.js +1 -0
  3849. package/dist/esm/type/MediaVideoProductSearchInput.js +1 -0
  3850. package/dist/esm/type/MediaVideoSearchInput.js +1 -0
  3851. package/dist/esm/type/MultiFactor.js +1 -0
  3852. package/dist/esm/type/NumberSearchInput.js +1 -0
  3853. package/dist/esm/type/ObjectMediaSearchInput.js +1 -0
  3854. package/dist/esm/type/Order.js +1 -0
  3855. package/dist/esm/type/OrderAddress.js +1 -0
  3856. package/dist/esm/type/OrderAddressBulkInput.js +1 -0
  3857. package/dist/esm/type/OrderAddressUpdateInput.js +1 -0
  3858. package/dist/esm/type/OrderCreateAddressInput.js +1 -0
  3859. package/dist/esm/type/OrderCreateInput.js +1 -0
  3860. package/dist/esm/type/OrderItem.js +1 -0
  3861. package/dist/esm/type/OrderItemCreateInput.js +1 -0
  3862. package/dist/esm/type/OrderItemDeleteInput.js +1 -0
  3863. package/dist/esm/type/OrderItemUpdateInput.js +1 -0
  3864. package/dist/esm/type/OrderMedia.js +1 -0
  3865. package/dist/esm/type/OrderPaymentData.js +1 -0
  3866. package/dist/esm/type/OrderPaymentInput.js +1 -0
  3867. package/dist/esm/type/OrderPaymentUpdateInput.js +1 -0
  3868. package/dist/esm/type/OrderPostageData.js +1 -0
  3869. package/dist/esm/type/OrderPostageInput.js +1 -0
  3870. package/dist/esm/type/OrderPostageUpdateInput.js +1 -0
  3871. package/dist/esm/type/OrderResponse.js +1 -0
  3872. package/dist/esm/type/OrderRevision.js +1 -0
  3873. package/dist/esm/type/OrderRevisionByOrderSearchInput.js +1 -0
  3874. package/dist/esm/type/OrderRevisionResponse.js +1 -0
  3875. package/dist/esm/type/OrderRevisionSearchInput.js +1 -0
  3876. package/dist/esm/type/OrderRevisionSortInput.js +1 -0
  3877. package/dist/esm/type/OrderRevisionsInvalidateInput.js +1 -0
  3878. package/dist/esm/type/OrderSearchArguments.js +1 -0
  3879. package/dist/esm/type/OrderSetStatusInput.js +1 -0
  3880. package/dist/esm/type/OrderSortInput.js +1 -0
  3881. package/dist/esm/type/OrderStatus.js +1 -0
  3882. package/dist/esm/type/OrderStatusSearchByInput.js +1 -0
  3883. package/dist/esm/type/OrderStatusSet.js +1 -0
  3884. package/dist/esm/type/OrderStatusSetSearchByInput.js +1 -0
  3885. package/dist/esm/type/OrderStatusSetSortInput.js +1 -0
  3886. package/dist/esm/type/OrderStatusSetsResponse.js +1 -0
  3887. package/dist/esm/type/OrderStatusSetsSearchInput.js +1 -0
  3888. package/dist/esm/type/OrderStatusSortInput.js +1 -0
  3889. package/dist/esm/type/OrderStatusesResponse.js +1 -0
  3890. package/dist/esm/type/OrderStatusesSearchInput.js +1 -0
  3891. package/dist/esm/type/OrderTotalInput.js +1 -0
  3892. package/dist/esm/type/OrderTotalTaxPercentage.js +1 -0
  3893. package/dist/esm/type/OrderTotalUpdateInput.js +1 -0
  3894. package/dist/esm/type/OrderTotals.js +1 -0
  3895. package/dist/esm/type/OrderUpdateAddressInput.js +1 -0
  3896. package/dist/esm/type/OrderUpdateInput.js +1 -0
  3897. package/dist/esm/type/Orderlist.js +1 -0
  3898. package/dist/esm/type/OrderlistCompaniesInput.js +1 -0
  3899. package/dist/esm/type/OrderlistCompanySearchInput.js +1 -0
  3900. package/dist/esm/type/OrderlistCreateInput.js +1 -0
  3901. package/dist/esm/type/OrderlistItemsInput.js +1 -0
  3902. package/dist/esm/type/OrderlistSearchInput.js +1 -0
  3903. package/dist/esm/type/OrderlistSortInput.js +1 -0
  3904. package/dist/esm/type/OrderlistUpdateInput.js +1 -0
  3905. package/dist/esm/type/OrderlistUserSearchInput.js +1 -0
  3906. package/dist/esm/type/OrderlistUsersInput.js +1 -0
  3907. package/dist/esm/type/OrderlistsResponse.js +1 -0
  3908. package/dist/esm/type/PadInput.js +1 -0
  3909. package/dist/esm/type/PaginatedMediaAttachmentResponse.js +1 -0
  3910. package/dist/esm/type/PaginatedMediaDocumentResponse.js +1 -0
  3911. package/dist/esm/type/PaginatedMediaImageResponse.js +1 -0
  3912. package/dist/esm/type/PaginatedMediaVideoResponse.js +1 -0
  3913. package/dist/esm/type/PasswordRecoveryLinkInput.js +1 -0
  3914. package/dist/esm/type/PasswordResetLinkEmailInput.js +1 -0
  3915. package/dist/esm/type/PayMethod.js +1 -0
  3916. package/dist/esm/type/PayMethodCreateInput.js +1 -0
  3917. package/dist/esm/type/PayMethodSearchInput.js +1 -0
  3918. package/dist/esm/type/PayMethodSortInput.js +1 -0
  3919. package/dist/esm/type/PayMethodUpdateInput.js +1 -0
  3920. package/dist/esm/type/PayMethodsResponse.js +1 -0
  3921. package/dist/esm/type/Payment.js +1 -0
  3922. package/dist/esm/type/PaymentsResponse.js +1 -0
  3923. package/dist/esm/type/PaymentsSearchInput.js +1 -0
  3924. package/dist/esm/type/Price.js +1 -0
  3925. package/dist/esm/type/PriceCalculateDefaultInput.js +1 -0
  3926. package/dist/esm/type/PriceCalculateInput.js +1 -0
  3927. package/dist/esm/type/PriceCalculateProductInput.js +1 -0
  3928. package/dist/esm/type/PriceCreateInput.js +1 -0
  3929. package/dist/esm/type/PriceCsvInput.js +1 -0
  3930. package/dist/esm/type/PriceCsvMapping.js +1 -0
  3931. package/dist/esm/type/PriceResponse.js +1 -0
  3932. package/dist/esm/type/PriceSearchInput.js +1 -0
  3933. package/dist/esm/type/PriceSortInput.js +1 -0
  3934. package/dist/esm/type/PriceUpdateInput.js +1 -0
  3935. package/dist/esm/type/Pricesheet.js +1 -0
  3936. package/dist/esm/type/PricesheetAssignInput.js +1 -0
  3937. package/dist/esm/type/PricesheetCompaniesSearchInput.js +1 -0
  3938. package/dist/esm/type/PricesheetContactsSearchInput.js +1 -0
  3939. package/dist/esm/type/PricesheetCreateInput.js +1 -0
  3940. package/dist/esm/type/PricesheetCsvInput.js +1 -0
  3941. package/dist/esm/type/PricesheetCsvMapping.js +1 -0
  3942. package/dist/esm/type/PricesheetCustomersSearchInput.js +1 -0
  3943. package/dist/esm/type/PricesheetResponse.js +1 -0
  3944. package/dist/esm/type/PricesheetSearchInput.js +1 -0
  3945. package/dist/esm/type/PricesheetSortInput.js +1 -0
  3946. package/dist/esm/type/PricesheetUnassignInput.js +1 -0
  3947. package/dist/esm/type/PricesheetUpdateInput.js +1 -0
  3948. package/dist/esm/type/PricesheetsEffectiveInput.js +1 -0
  3949. package/dist/esm/type/PricesheetsEffectivePaginationInput.js +1 -0
  3950. package/dist/esm/type/Product.js +1 -0
  3951. package/dist/esm/type/ProductAttribute.js +1 -0
  3952. package/dist/esm/type/ProductBulkMoveError.js +1 -0
  3953. package/dist/esm/type/ProductBulkMoveInput.js +1 -0
  3954. package/dist/esm/type/ProductBulkMoveResponse.js +1 -0
  3955. package/dist/esm/type/ProductCategorySearchInput.js +1 -0
  3956. package/dist/esm/type/ProductCsvInput.js +1 -0
  3957. package/dist/esm/type/ProductCsvMapping.js +1 -0
  3958. package/dist/esm/type/ProductInventory.js +1 -0
  3959. package/dist/esm/type/ProductMedia.js +1 -0
  3960. package/dist/esm/type/ProductMoveItem.js +1 -0
  3961. package/dist/esm/type/ProductOffer.js +1 -0
  3962. package/dist/esm/type/ProductPrice.js +1 -0
  3963. package/dist/esm/type/ProductPriceFilterInput.js +1 -0
  3964. package/dist/esm/type/ProductRangeFilterInput.js +1 -0
  3965. package/dist/esm/type/ProductSearchInput.js +1 -0
  3966. package/dist/esm/type/ProductSortInput.js +1 -0
  3967. package/dist/esm/type/ProductTextFilterInput.js +1 -0
  3968. package/dist/esm/type/ProductsResponse.js +1 -0
  3969. package/dist/esm/type/PublishEmailEventResponse.js +1 -0
  3970. package/dist/esm/type/PurchaseAuthorizationConfig.js +1 -0
  3971. package/dist/esm/type/PurchaseAuthorizationConfigCreateInput.js +1 -0
  3972. package/dist/esm/type/PurchaseAuthorizationConfigResponse.js +1 -0
  3973. package/dist/esm/type/PurchaseAuthorizationConfigSearchInput.js +1 -0
  3974. package/dist/esm/type/PurchaseAuthorizationConfigUpdateInput.js +1 -0
  3975. package/dist/esm/type/RefreshTokenResponse.js +1 -0
  3976. package/dist/esm/type/RegisterContactInput.js +1 -0
  3977. package/dist/esm/type/RegisterContactResponse.js +1 -0
  3978. package/dist/esm/type/RegisterCustomerInput.js +1 -0
  3979. package/dist/esm/type/RegisterCustomerResponse.js +1 -0
  3980. package/dist/esm/type/RegisterUserSession.js +1 -0
  3981. package/dist/esm/type/RemoveOrderStatusesFromOrderStatusSetInput.js +1 -0
  3982. package/dist/esm/type/RemoveSurchargesFromProductInput.js +1 -0
  3983. package/dist/esm/type/Role.js +1 -0
  3984. package/dist/esm/type/RoleCreateInput.js +1 -0
  3985. package/dist/esm/type/RoleDefinition.js +1 -0
  3986. package/dist/esm/type/RoleDefinitionCreateInput.js +1 -0
  3987. package/dist/esm/type/RoleDefinitionResponse.js +1 -0
  3988. package/dist/esm/type/RoleDefinitionSearchInput.js +1 -0
  3989. package/dist/esm/type/RoleDefinitionSortInput.js +1 -0
  3990. package/dist/esm/type/RoleDefinitionUpdateInput.js +1 -0
  3991. package/dist/esm/type/RoleResponse.js +1 -0
  3992. package/dist/esm/type/RoleSearchInput.js +1 -0
  3993. package/dist/esm/type/RoleSortInput.js +1 -0
  3994. package/dist/esm/type/RoleUpdateInput.js +1 -0
  3995. package/dist/esm/type/SearchByInput.js +1 -0
  3996. package/dist/esm/type/SearchFieldsInput.js +1 -0
  3997. package/dist/esm/type/SearchSparePartsMachineInput.js +1 -0
  3998. package/dist/esm/type/SendOrderConfirmResponseType.js +1 -0
  3999. package/dist/esm/type/SharpenInput.js +1 -0
  4000. package/dist/esm/type/Shipment.js +1 -0
  4001. package/dist/esm/type/ShipmentCreateInput.js +1 -0
  4002. package/dist/esm/type/ShipmentCreateItemInput.js +1 -0
  4003. package/dist/esm/type/ShipmentCreateTrackAndTraceInput.js +1 -0
  4004. package/dist/esm/type/ShipmentItem.js +1 -0
  4005. package/dist/esm/type/ShipmentItemCreateInput.js +1 -0
  4006. package/dist/esm/type/ShipmentItemResponse.js +1 -0
  4007. package/dist/esm/type/ShipmentItemSearchInput.js +1 -0
  4008. package/dist/esm/type/ShipmentItemSortInput.js +1 -0
  4009. package/dist/esm/type/ShipmentItemUpdateInput.js +1 -0
  4010. package/dist/esm/type/ShipmentResponse.js +1 -0
  4011. package/dist/esm/type/ShipmentSearchInput.js +1 -0
  4012. package/dist/esm/type/ShipmentSortInput.js +1 -0
  4013. package/dist/esm/type/ShipmentUpdateInput.js +1 -0
  4014. package/dist/esm/type/Shop.js +1 -0
  4015. package/dist/esm/type/ShopPriceCalculationConfig.js +1 -0
  4016. package/dist/esm/type/Source.js +1 -0
  4017. package/dist/esm/type/SourceInput.js +1 -0
  4018. package/dist/esm/type/SourceSearchInput.js +1 -0
  4019. package/dist/esm/type/SourceUpsertInput.js +1 -0
  4020. package/dist/esm/type/SparePart.js +1 -0
  4021. package/dist/esm/type/SparePartsMachine.js +1 -0
  4022. package/dist/esm/type/SparePartsMachineMedia.js +1 -0
  4023. package/dist/esm/type/SparePartsMachineProductSearchInput.js +1 -0
  4024. package/dist/esm/type/SparePartsMachineResponse.js +1 -0
  4025. package/dist/esm/type/SparePartsResponse.js +1 -0
  4026. package/dist/esm/type/StandardFileUploadInput.js +1 -0
  4027. package/dist/esm/type/Surcharge.js +1 -0
  4028. package/dist/esm/type/SurchargeProduct.js +1 -0
  4029. package/dist/esm/type/SurchargeProductResponse.js +1 -0
  4030. package/dist/esm/type/SurchargeSearchInput.js +1 -0
  4031. package/dist/esm/type/SurchargesResponse.js +1 -0
  4032. package/dist/esm/type/Tax.js +1 -0
  4033. package/dist/esm/type/TaxCreateInput.js +1 -0
  4034. package/dist/esm/type/TaxSearchInput.js +1 -0
  4035. package/dist/esm/type/TaxSortInput.js +1 -0
  4036. package/dist/esm/type/TaxUpdateInput.js +1 -0
  4037. package/dist/esm/type/TaxesResponse.js +1 -0
  4038. package/dist/esm/type/TemplateErrorLog.js +1 -0
  4039. package/dist/esm/type/TemplateErrorLogResponse.js +1 -0
  4040. package/dist/esm/type/TemplateErrorLogSearchInput.js +1 -0
  4041. package/dist/esm/type/TemplateErrorLogSortInput.js +1 -0
  4042. package/dist/esm/type/TemplateErrorLogStats.js +1 -0
  4043. package/dist/esm/type/TemplateRenderInput.js +1 -0
  4044. package/dist/esm/type/TemplateResponse.js +1 -0
  4045. package/dist/esm/type/TemplateSearchInput.js +1 -0
  4046. package/dist/esm/type/TemplateSortInput.js +1 -0
  4047. package/dist/esm/type/Tenant.js +1 -0
  4048. package/dist/esm/type/TenantCreateInput.js +1 -0
  4049. package/dist/esm/type/TenantResponse.js +1 -0
  4050. package/dist/esm/type/TenantUpdateInput.js +1 -0
  4051. package/dist/esm/type/Tender.js +1 -0
  4052. package/dist/esm/type/TenderAddItemInput.js +1 -0
  4053. package/dist/esm/type/TenderAddItemsInput.js +1 -0
  4054. package/dist/esm/type/TenderAddress.js +1 -0
  4055. package/dist/esm/type/TenderBaseItem.js +1 -0
  4056. package/dist/esm/type/TenderCarrier.js +1 -0
  4057. package/dist/esm/type/TenderChildItemInput.js +1 -0
  4058. package/dist/esm/type/TenderDiscountInput.js +1 -0
  4059. package/dist/esm/type/TenderItemIncentive.js +1 -0
  4060. package/dist/esm/type/TenderItemSurcharge.js +1 -0
  4061. package/dist/esm/type/TenderMainItem.js +1 -0
  4062. package/dist/esm/type/TenderPayment.js +1 -0
  4063. package/dist/esm/type/TenderPaymentInput.js +1 -0
  4064. package/dist/esm/type/TenderPaymethod.js +1 -0
  4065. package/dist/esm/type/TenderPostage.js +1 -0
  4066. package/dist/esm/type/TenderPostageInput.js +1 -0
  4067. package/dist/esm/type/TenderProcessResponse.js +1 -0
  4068. package/dist/esm/type/TenderResponse.js +1 -0
  4069. package/dist/esm/type/TenderResponseData.js +1 -0
  4070. package/dist/esm/type/TenderStartInput.js +1 -0
  4071. package/dist/esm/type/TenderTaxLevel.js +1 -0
  4072. package/dist/esm/type/TenderTotal.js +1 -0
  4073. package/dist/esm/type/TenderUpdateAddressInput.js +1 -0
  4074. package/dist/esm/type/TenderUpdateInput.js +1 -0
  4075. package/dist/esm/type/TenderUpdateItemInput.js +1 -0
  4076. package/dist/esm/type/Ticket.js +1 -0
  4077. package/dist/esm/type/TicketCreateInput.js +1 -0
  4078. package/dist/esm/type/TicketResponse.js +1 -0
  4079. package/dist/esm/type/TicketSearchInput.js +1 -0
  4080. package/dist/esm/type/TicketSortInput.js +1 -0
  4081. package/dist/esm/type/TicketUpdateInput.js +1 -0
  4082. package/dist/esm/type/TrackAndTrace.js +1 -0
  4083. package/dist/esm/type/TrackAndTraceCreateInput.js +1 -0
  4084. package/dist/esm/type/TrackAndTraceResponse.js +1 -0
  4085. package/dist/esm/type/TrackAndTraceSearchInput.js +1 -0
  4086. package/dist/esm/type/TrackAndTraceSortInput.js +1 -0
  4087. package/dist/esm/type/TrackAndTraceUpdateInput.js +1 -0
  4088. package/dist/esm/type/Transaction.js +1 -0
  4089. package/dist/esm/type/TransformationInput.js +1 -0
  4090. package/dist/esm/type/TransformationsInput.js +1 -0
  4091. package/dist/esm/type/TriggerContactSendWelcomeEmailEventInput.js +1 -0
  4092. package/dist/esm/type/TriggerCustomEventInput.js +1 -0
  4093. package/dist/esm/type/TriggerCustomerSendWelcomeEmailEventInput.js +1 -0
  4094. package/dist/esm/type/TriggerOrderSendConfirmEventInput.js +1 -0
  4095. package/dist/esm/type/TriggerQuoteSendEventInput.js +1 -0
  4096. package/dist/esm/type/TriggerQuoteSendRequestEventInput.js +1 -0
  4097. package/dist/esm/type/TriggerQuoteSendValidationEventInput.js +1 -0
  4098. package/dist/esm/type/TrimInput.js +1 -0
  4099. package/dist/esm/type/UpdateCategoryInput.js +1 -0
  4100. package/dist/esm/type/UpdateClusterConfigSettingResponse.js +1 -0
  4101. package/dist/esm/type/UpdateCompanyInput.js +1 -0
  4102. package/dist/esm/type/UpdateContactInput.js +1 -0
  4103. package/dist/esm/type/UpdateCustomerInput.js +1 -0
  4104. package/dist/esm/type/UpdateInventoryInput.js +1 -0
  4105. package/dist/esm/type/UpdateMediaAttachmentInput.js +1 -0
  4106. package/dist/esm/type/UpdateMediaDocumentInput.js +1 -0
  4107. package/dist/esm/type/UpdateMediaImageInput.js +1 -0
  4108. package/dist/esm/type/UpdateMediaVideoInput.js +1 -0
  4109. package/dist/esm/type/UpdateOrderStatusInput.js +1 -0
  4110. package/dist/esm/type/UpdateOrderStatusSetInput.js +1 -0
  4111. package/dist/esm/type/UpdatePaymentInput.js +1 -0
  4112. package/dist/esm/type/UpdateProductInput.js +1 -0
  4113. package/dist/esm/type/UpdateSurchargeInput.js +1 -0
  4114. package/dist/esm/type/UpdateUserDto.js +1 -0
  4115. package/dist/esm/type/UpdateWarehouseAddressInput.js +1 -0
  4116. package/dist/esm/type/UpdateWarehouseInput.js +1 -0
  4117. package/dist/esm/type/UploadFileInput.js +1 -0
  4118. package/dist/esm/type/UploadVideoInput.js +1 -0
  4119. package/dist/esm/type/UpsertSparePartsMachineInput.js +1 -0
  4120. package/dist/esm/type/UrlFileUploadInput.js +1 -0
  4121. package/dist/esm/type/User.js +1 -0
  4122. package/dist/esm/type/UserBulkPriceProductInput.js +1 -0
  4123. package/dist/esm/type/UserClaims.js +1 -0
  4124. package/dist/esm/type/UserResponse.js +1 -0
  4125. package/dist/esm/type/UsersResponse.js +1 -0
  4126. package/dist/esm/type/Valueset.js +1 -0
  4127. package/dist/esm/type/ValuesetCreateInput.js +1 -0
  4128. package/dist/esm/type/ValuesetCreateItemInput.js +1 -0
  4129. package/dist/esm/type/ValuesetItem.js +1 -0
  4130. package/dist/esm/type/ValuesetItemCreateInput.js +1 -0
  4131. package/dist/esm/type/ValuesetItemResponse.js +1 -0
  4132. package/dist/esm/type/ValuesetItemSearchInput.js +1 -0
  4133. package/dist/esm/type/ValuesetItemSortInput.js +1 -0
  4134. package/dist/esm/type/ValuesetItemUpdateInput.js +1 -0
  4135. package/dist/esm/type/ValuesetResponse.js +1 -0
  4136. package/dist/esm/type/ValuesetSearchInput.js +1 -0
  4137. package/dist/esm/type/ValuesetSortInput.js +1 -0
  4138. package/dist/esm/type/ValuesetUpdateInput.js +1 -0
  4139. package/dist/esm/type/VerifyToken.js +1 -0
  4140. package/dist/esm/type/VerifyTokenInput.js +1 -0
  4141. package/dist/esm/type/VideoCsvInput.js +1 -0
  4142. package/dist/esm/type/VideoCsvMapping.js +1 -0
  4143. package/dist/esm/type/Warehouse.js +1 -0
  4144. package/dist/esm/type/WarehouseAddress.js +1 -0
  4145. package/dist/esm/type/WarehouseSortInput.js +1 -0
  4146. package/dist/esm/type/WarehousesResponse.js +1 -0
  4147. package/dist/esm/type/WarehousesSearchInput.js +1 -0
  4148. package/dist/esm/type/ZoneTaxCode.js +1 -0
  4149. package/dist/esm/type/ZoneTaxCodeCreateInput.js +1 -0
  4150. package/dist/esm/type/ZoneTaxCodeResponse.js +1 -0
  4151. package/dist/esm/type/ZoneTaxCodeSearchInput.js +1 -0
  4152. package/dist/esm/type/ZoneTaxCodeSortInput.js +1 -0
  4153. package/dist/esm/type/ZoneTaxCodeUpdateInput.js +1 -0
  4154. package/dist/esm/type/index.js +721 -0
  4155. package/dist/esm/util/getLocalized.js +28 -0
  4156. package/dist/esm/util/index.js +1 -0
  4157. package/package.json +95 -0
@@ -0,0 +1,4283 @@
1
+ import type { AddOrderStatusesToOrderStatusSetInput, AddSurchargesToProductInput, AdminUsersSearchInput, AttributeCreateInput, AttributeCsvInput, AttributeDescriptionCreateInput, AttributeDescriptionCsvInput, AttributeDescriptionSearchInput, AttributeDescriptionUpdateInput, AttributeResultSearchInput, AttributeSearchInput, AttributeUpdateInput, Base64FileInput, BulkCostPriceCreateInput, BulkCostPriceCsvInput, BulkCostPriceSearchInput, BulkCostPriceUpdateInput, BulkPriceCreateInput, BulkPriceCsvInput, BulkPriceSearchInput, BulkPriceUpdateInput, BundleAddItemsInput, BundleCreateInput, BundleSearchInput, BundleUpdateInput, BusinessRuleCreateInput, BusinessRuleDecisionTableAddColumnInput, BusinessRuleDecisionTableDeleteColumnInput, BusinessRuleDecisionTableDeleteRowInput, BusinessRuleDecisionTableMoveRowInput, BusinessRuleDecisionTableSearchInput, BusinessRuleDecisionTableSetCellInput, BusinessRuleDecisionTableUpdateInput, BusinessRuleSearchInput, BusinessRuleUpdateInput, CarrierCreateInput, CarrierUpdateInput, CarriersSearchInput, CartAcceptPurchaseAuthorizationRequestInput, CartActionCodeInput, CartDeleteItemInput, CartItemsBulkUpsertInput, CartSearchInput, CartSetContactInput, CartSetCustomerInput, CartSetUserInput, CategoryAddProductsClustersInput, CategoryCsvInput, CategoryProductSearchInput, CategoryRemoveProductsClustersInput, CategorySearchInput, ChannelCreateInput, ChannelUpdateInput, ClusterAssignProductsInput, ClusterBulkMoveInput, ClusterConfigCreateInput, ClusterConfigSettingInput, ClusterConfigSettingUpdateInput, ClusterCreateInput, ClusterCsvInput, ClusterOptionCreateInput, ClusterOptionUpdateInput, ClusterUnassignProductsInput, ClusterUpdateInput, CompanyAddressCreateInput, CompanyAddressDeleteInput, CompanyAddressUpdateInput, CompanyCsvInput, CompanySearchArguments, CompanySearchIndexUpdateMappingInput, CompanySearchReindexInput, ComputedOrderlistsInput, ContactAddToCompaniesInput, ContactCompaniesSearchInput, ContactCsvInput, ContactPurchaseAuthorizationConfigSearchInput, ContactRemoveFromCompaniesInput, ContactSearchArguments, CostPriceCreateInput, CostPriceSearchInput, CostPriceUpdateInput, CreateAccountInput, CreateAuthenticationInput, CreateCategoryInput, CreateContactInput, CreateInventoryInput, CreateOrderStatusInput, CreateOrderStatusSetInput, CreatePaymentInput, CreateProductInput, CreateSparePartsMachineInput, CreateSurchargeInput, CreateTenantDto, CreateUserDto, CreateWarehouseAddressInput, CreateWarehouseInput, CrossupsellCreateInput, CrossupsellSearchInput, CrossupsellUpdateInput, CustomerAddressCreateInput, CustomerAddressDeleteInput, CustomerAddressUpdateInput, CustomerCsvInput, CustomerInput, CustomerSearchArguments, DeleteWarehouseAddressInput, DiscountCreateInput, DiscountCsvInput, DiscountSearchInput, DiscountUpdateInput, DocumentCsvInput, DocumentTemplateCreateInput, DocumentTemplateUpdateInput, EmailEventInput, EmailSendEventInput, EmailTemplateCreateInput, EmailTemplateUpdateInput, EventActionConfigSearchInput, EventToEmailConfigCreateInput, EventToEmailConfigUpdateInput, EventToWebHookConfigCreateInput, EventToWebHookConfigUpdateInput, ExchangeRefreshTokenInput, FavoriteListsCreateInput, FavoriteListsItemsInput, FavoriteListsSearchInput, FavoriteListsUpdateInput, FilterAvailableAttributeInput, ImageCsvInput, IncentiveRuleOrderItemSetCellInput, IncentiveRuleSetActionInput, InventoryCsvInput, LoginInput, MagicTokenCreateInput, MagicTokenSearchInput, MagicTokenUpdateInput, MediaAttachmentInput, MediaDocumentInput, MediaDocumentProductSearchInput, MediaDocumentSearchInput, MediaImageInput, MediaImageProductSearchInput, MediaImageSearchInput, MediaVideoInput, MediaVideoProductSearchInput, MediaVideoSearchInput, OrderCreateInput, OrderRevisionSearchInput, OrderRevisionsInvalidateInput, OrderSearchArguments, OrderSetStatusInput, OrderStatusSearchByInput, OrderStatusSetSearchByInput, OrderStatusSetsSearchInput, OrderStatusesSearchInput, OrderUpdateAddressInput, OrderlistCompaniesInput, OrderlistCreateInput, OrderlistItemsInput, OrderlistSearchInput, OrderlistUpdateInput, OrderlistUsersInput, PasswordRecoveryLinkInput, PasswordResetLinkEmailInput, PayMethodCreateInput, PayMethodSearchInput, PayMethodUpdateInput, PaymentsSearchInput, PriceCalculateDefaultInput, PriceCalculateInput, PriceCalculateProductInput, PriceCreateInput, PriceCsvInput, PriceSearchInput, PriceUpdateInput, PricesheetAssignInput, PricesheetCreateInput, PricesheetCsvInput, PricesheetSearchInput, PricesheetUnassignInput, PricesheetUpdateInput, PricesheetsEffectiveInput, ProductBulkMoveInput, ProductCsvInput, ProductSearchInput, PurchaseAuthorizationConfigCreateInput, PurchaseAuthorizationConfigSearchInput, PurchaseAuthorizationConfigUpdateInput, RegisterContactInput, RegisterCustomerInput, RemoveOrderStatusesFromOrderStatusSetInput, RemoveSurchargesFromProductInput, RoleCreateInput, RoleDefinitionCreateInput, RoleDefinitionSearchInput, RoleDefinitionUpdateInput, RoleSearchInput, RoleUpdateInput, SearchByInput, SearchSparePartsMachineInput, ShipmentCreateInput, ShipmentItemCreateInput, ShipmentItemSearchInput, ShipmentItemUpdateInput, ShipmentSearchInput, ShipmentUpdateInput, SurchargeSearchInput, TaxCreateInput, TaxSearchInput, TaxUpdateInput, TemplateErrorLogSearchInput, TemplateRenderInput, TemplateSearchInput, TenantCreateInput, TenantUpdateInput, TenderAddItemsInput, TenderDiscountInput, TenderPaymentInput, TenderPostageInput, TenderStartInput, TenderUpdateAddressInput, TenderUpdateInput, TenderUpdateItemInput, TicketCreateInput, TicketSearchInput, TicketUpdateInput, TrackAndTraceCreateInput, TrackAndTraceSearchInput, TrackAndTraceUpdateInput, TransformationsInput, TriggerContactSendWelcomeEmailEventInput, TriggerCustomEventInput, TriggerCustomerSendWelcomeEmailEventInput, TriggerOrderSendConfirmEventInput, TriggerQuoteSendEventInput, TriggerQuoteSendRequestEventInput, TriggerQuoteSendValidationEventInput, UpdateCategoryInput, UpdateContactInput, UpdateCustomerInput, UpdateInventoryInput, UpdateMediaAttachmentInput, UpdateMediaDocumentInput, UpdateMediaImageInput, UpdateMediaVideoInput, UpdateOrderStatusInput, UpdateOrderStatusSetInput, UpdatePaymentInput, UpdateProductInput, UpdateSurchargeInput, UpdateUserDto, UpdateWarehouseAddressInput, UpdateWarehouseInput, UpsertSparePartsMachineInput, UserBulkPriceProductInput, ValuesetCreateInput, ValuesetItemCreateInput, ValuesetItemSearchInput, ValuesetItemUpdateInput, ValuesetSearchInput, ValuesetUpdateInput, VerifyTokenInput, VideoCsvInput, WarehousesSearchInput, ZoneTaxCodeCreateInput, ZoneTaxCodeSearchInput, ZoneTaxCodeUpdateInput } from '../type';
2
+ import type { AddressType, TaxCode, YesNo } from '../enum';
3
+ /**
4
+ * Variables for the `addCompanyManager` GraphQL operation. Generated from the
5
+ * operation signature — field names and required/optional status mirror
6
+ * the operation's declared variables exactly.
7
+ */
8
+ export interface AddCompanyManagerVariables {
9
+ userId: number;
10
+ companyId: number;
11
+ }
12
+ /**
13
+ * Variables for the `addressesByCompanyId` GraphQL operation. Generated from the
14
+ * operation signature — field names and required/optional status mirror
15
+ * the operation's declared variables exactly.
16
+ */
17
+ export interface AddressesByCompanyIdVariables {
18
+ companyId: number;
19
+ type?: AddressType;
20
+ }
21
+ /**
22
+ * Variables for the `addressesByCustomerId` GraphQL operation. Generated from the
23
+ * operation signature — field names and required/optional status mirror
24
+ * the operation's declared variables exactly.
25
+ */
26
+ export interface AddressesByCustomerIdVariables {
27
+ customerId: number;
28
+ type?: AddressType;
29
+ }
30
+ /**
31
+ * Variables for the `addressesByOrderId` GraphQL operation. Generated from the
32
+ * operation signature — field names and required/optional status mirror
33
+ * the operation's declared variables exactly.
34
+ */
35
+ export interface AddressesByOrderIdVariables {
36
+ orderId: number;
37
+ type?: AddressType;
38
+ }
39
+ /**
40
+ * Variables for the `addSurchargesToProduct` GraphQL operation. Generated from the
41
+ * operation signature — field names and required/optional status mirror
42
+ * the operation's declared variables exactly.
43
+ */
44
+ export interface AddSurchargesToProductVariables {
45
+ input: AddSurchargesToProductInput;
46
+ }
47
+ /**
48
+ * Variables for the `adminUserCreate` GraphQL operation. Generated from the
49
+ * operation signature — field names and required/optional status mirror
50
+ * the operation's declared variables exactly.
51
+ */
52
+ export interface AdminUserCreateVariables {
53
+ input: CreateUserDto;
54
+ }
55
+ /**
56
+ * Variables for the `adminUserDelete` GraphQL operation. Generated from the
57
+ * operation signature — field names and required/optional status mirror
58
+ * the operation's declared variables exactly.
59
+ */
60
+ export interface AdminUserDeleteVariables {
61
+ email: string;
62
+ }
63
+ /**
64
+ * Variables for the `adminUsers` GraphQL operation. Generated from the
65
+ * operation signature — field names and required/optional status mirror
66
+ * the operation's declared variables exactly.
67
+ */
68
+ export interface AdminUsersVariables {
69
+ input?: AdminUsersSearchInput;
70
+ }
71
+ /**
72
+ * Variables for the `adminUserTenantCreate` GraphQL operation. Generated from the
73
+ * operation signature — field names and required/optional status mirror
74
+ * the operation's declared variables exactly.
75
+ */
76
+ export interface AdminUserTenantCreateVariables {
77
+ input: CreateTenantDto;
78
+ }
79
+ /**
80
+ * Variables for the `adminUserTenantDelete` GraphQL operation. Generated from the
81
+ * operation signature — field names and required/optional status mirror
82
+ * the operation's declared variables exactly.
83
+ */
84
+ export interface AdminUserTenantDeleteVariables {
85
+ id: number;
86
+ }
87
+ /**
88
+ * Variables for the `adminUserTenant` GraphQL operation. Generated from the
89
+ * operation signature — field names and required/optional status mirror
90
+ * the operation's declared variables exactly.
91
+ */
92
+ export interface AdminUserTenantVariables {
93
+ id: number;
94
+ }
95
+ /**
96
+ * Variables for the `adminUserUpdate` GraphQL operation. Generated from the
97
+ * operation signature — field names and required/optional status mirror
98
+ * the operation's declared variables exactly.
99
+ */
100
+ export interface AdminUserUpdateVariables {
101
+ email: string;
102
+ input: UpdateUserDto;
103
+ }
104
+ /**
105
+ * Variables for the `adminUser` GraphQL operation. Generated from the
106
+ * operation signature — field names and required/optional status mirror
107
+ * the operation's declared variables exactly.
108
+ */
109
+ export interface AdminUserVariables {
110
+ email: string;
111
+ }
112
+ /**
113
+ * Variables for the `attributeCreate` GraphQL operation. Generated from the
114
+ * operation signature — field names and required/optional status mirror
115
+ * the operation's declared variables exactly.
116
+ */
117
+ export interface AttributeCreateVariables {
118
+ input: AttributeCreateInput;
119
+ }
120
+ /**
121
+ * Variables for the `attributeCsvImport` GraphQL operation. Generated from the
122
+ * operation signature — field names and required/optional status mirror
123
+ * the operation's declared variables exactly.
124
+ */
125
+ export interface AttributeCsvImportVariables {
126
+ input: AttributeCsvInput;
127
+ }
128
+ /**
129
+ * Variables for the `attributeDelete` GraphQL operation. Generated from the
130
+ * operation signature — field names and required/optional status mirror
131
+ * the operation's declared variables exactly.
132
+ */
133
+ export interface AttributeDeleteVariables {
134
+ id: string;
135
+ }
136
+ /**
137
+ * Variables for the `attributeDescriptionCreate` GraphQL operation. Generated from the
138
+ * operation signature — field names and required/optional status mirror
139
+ * the operation's declared variables exactly.
140
+ */
141
+ export interface AttributeDescriptionCreateVariables {
142
+ input: AttributeDescriptionCreateInput;
143
+ }
144
+ /**
145
+ * Variables for the `attributeDescriptionCsvImport` GraphQL operation. Generated from the
146
+ * operation signature — field names and required/optional status mirror
147
+ * the operation's declared variables exactly.
148
+ */
149
+ export interface AttributeDescriptionCsvImportVariables {
150
+ input: AttributeDescriptionCsvInput;
151
+ }
152
+ /**
153
+ * Variables for the `attributeDescriptionDeleteBulk` GraphQL operation. Generated from the
154
+ * operation signature — field names and required/optional status mirror
155
+ * the operation's declared variables exactly.
156
+ */
157
+ export interface AttributeDescriptionDeleteBulkVariables {
158
+ ids: string[];
159
+ }
160
+ /**
161
+ * Variables for the `attributeDescriptionDelete` GraphQL operation. Generated from the
162
+ * operation signature — field names and required/optional status mirror
163
+ * the operation's declared variables exactly.
164
+ */
165
+ export interface AttributeDescriptionDeleteVariables {
166
+ id: string;
167
+ }
168
+ /**
169
+ * Variables for the `attributeDescriptions` GraphQL operation. Generated from the
170
+ * operation signature — field names and required/optional status mirror
171
+ * the operation's declared variables exactly.
172
+ */
173
+ export interface AttributeDescriptionsVariables {
174
+ input: AttributeDescriptionSearchInput;
175
+ }
176
+ /**
177
+ * Variables for the `attributeDescriptionUpdate` GraphQL operation. Generated from the
178
+ * operation signature — field names and required/optional status mirror
179
+ * the operation's declared variables exactly.
180
+ */
181
+ export interface AttributeDescriptionUpdateVariables {
182
+ id: string;
183
+ input: AttributeDescriptionUpdateInput;
184
+ }
185
+ /**
186
+ * Variables for the `attributeDescription` GraphQL operation. Generated from the
187
+ * operation signature — field names and required/optional status mirror
188
+ * the operation's declared variables exactly.
189
+ */
190
+ export interface AttributeDescriptionVariables {
191
+ id: string;
192
+ }
193
+ /**
194
+ * Variables for the `attributeResultByCategoryId` GraphQL operation. Generated from the
195
+ * operation signature — field names and required/optional status mirror
196
+ * the operation's declared variables exactly.
197
+ */
198
+ export interface AttributeResultByCategoryIdVariables {
199
+ categoryId: number;
200
+ input: AttributeResultSearchInput;
201
+ }
202
+ /**
203
+ * Variables for the `attributeResultByClusterId` GraphQL operation. Generated from the
204
+ * operation signature — field names and required/optional status mirror
205
+ * the operation's declared variables exactly.
206
+ */
207
+ export interface AttributeResultByClusterIdVariables {
208
+ clusterId: number;
209
+ input: AttributeResultSearchInput;
210
+ }
211
+ /**
212
+ * Variables for the `attributeResultByCompanyId` GraphQL operation. Generated from the
213
+ * operation signature — field names and required/optional status mirror
214
+ * the operation's declared variables exactly.
215
+ */
216
+ export interface AttributeResultByCompanyIdVariables {
217
+ companyId: number;
218
+ input: AttributeResultSearchInput;
219
+ }
220
+ /**
221
+ * Variables for the `attributeResultByContactId` GraphQL operation. Generated from the
222
+ * operation signature — field names and required/optional status mirror
223
+ * the operation's declared variables exactly.
224
+ */
225
+ export interface AttributeResultByContactIdVariables {
226
+ contactId: number;
227
+ input: AttributeResultSearchInput;
228
+ }
229
+ /**
230
+ * Variables for the `attributeResultByCustomerId` GraphQL operation. Generated from the
231
+ * operation signature — field names and required/optional status mirror
232
+ * the operation's declared variables exactly.
233
+ */
234
+ export interface AttributeResultByCustomerIdVariables {
235
+ customerId: number;
236
+ input: AttributeResultSearchInput;
237
+ }
238
+ /**
239
+ * Variables for the `attributeResultByProductId` GraphQL operation. Generated from the
240
+ * operation signature — field names and required/optional status mirror
241
+ * the operation's declared variables exactly.
242
+ */
243
+ export interface AttributeResultByProductIdVariables {
244
+ productId: number;
245
+ input: AttributeResultSearchInput;
246
+ }
247
+ /**
248
+ * Variables for the `attributesByProductId` GraphQL operation. Generated from the
249
+ * operation signature — field names and required/optional status mirror
250
+ * the operation's declared variables exactly.
251
+ */
252
+ export interface AttributesByProductIdVariables {
253
+ productId: number;
254
+ input: AttributeSearchInput;
255
+ }
256
+ /**
257
+ * Variables for the `attributes` GraphQL operation. Generated from the
258
+ * operation signature — field names and required/optional status mirror
259
+ * the operation's declared variables exactly.
260
+ */
261
+ export interface AttributesVariables {
262
+ input: AttributeSearchInput;
263
+ }
264
+ /**
265
+ * Variables for the `attributeUpdate` GraphQL operation. Generated from the
266
+ * operation signature — field names and required/optional status mirror
267
+ * the operation's declared variables exactly.
268
+ */
269
+ export interface AttributeUpdateVariables {
270
+ id: string;
271
+ input: AttributeUpdateInput;
272
+ }
273
+ /**
274
+ * Variables for the `attribute` GraphQL operation. Generated from the
275
+ * operation signature — field names and required/optional status mirror
276
+ * the operation's declared variables exactly.
277
+ */
278
+ export interface AttributeVariables {
279
+ id: string;
280
+ }
281
+ /**
282
+ * Variables for the `authenticationCreate` GraphQL operation. Generated from the
283
+ * operation signature — field names and required/optional status mirror
284
+ * the operation's declared variables exactly.
285
+ */
286
+ export interface AuthenticationCreateVariables {
287
+ input: CreateAuthenticationInput;
288
+ }
289
+ /**
290
+ * Variables for the `authenticationDelete` GraphQL operation. Generated from the
291
+ * operation signature — field names and required/optional status mirror
292
+ * the operation's declared variables exactly.
293
+ */
294
+ export interface AuthenticationDeleteVariables {
295
+ uid: string;
296
+ }
297
+ /**
298
+ * Variables for the `authentication` GraphQL operation. Generated from the
299
+ * operation signature — field names and required/optional status mirror
300
+ * the operation's declared variables exactly.
301
+ */
302
+ export interface AuthenticationVariables {
303
+ email: string;
304
+ }
305
+ /**
306
+ * Variables for the `bulkCostPriceCreate` GraphQL operation. Generated from the
307
+ * operation signature — field names and required/optional status mirror
308
+ * the operation's declared variables exactly.
309
+ */
310
+ export interface BulkCostPriceCreateVariables {
311
+ input: BulkCostPriceCreateInput;
312
+ }
313
+ /**
314
+ * Variables for the `bulkCostPriceCsvImport` GraphQL operation. Generated from the
315
+ * operation signature — field names and required/optional status mirror
316
+ * the operation's declared variables exactly.
317
+ */
318
+ export interface BulkCostPriceCsvImportVariables {
319
+ input: BulkCostPriceCsvInput;
320
+ }
321
+ /**
322
+ * Variables for the `bulkCostPriceDelete` GraphQL operation. Generated from the
323
+ * operation signature — field names and required/optional status mirror
324
+ * the operation's declared variables exactly.
325
+ */
326
+ export interface BulkCostPriceDeleteVariables {
327
+ id: string;
328
+ }
329
+ /**
330
+ * Variables for the `bulkCostPricesBulk` GraphQL operation. Generated from the
331
+ * operation signature — field names and required/optional status mirror
332
+ * the operation's declared variables exactly.
333
+ */
334
+ export interface BulkCostPricesBulkVariables {
335
+ input: BulkCostPriceCreateInput[];
336
+ }
337
+ /**
338
+ * Variables for the `bulkCostPricesDelete` GraphQL operation. Generated from the
339
+ * operation signature — field names and required/optional status mirror
340
+ * the operation's declared variables exactly.
341
+ */
342
+ export interface BulkCostPricesDeleteVariables {
343
+ priceId: string;
344
+ }
345
+ /**
346
+ * Variables for the `bulkCostPrices` GraphQL operation. Generated from the
347
+ * operation signature — field names and required/optional status mirror
348
+ * the operation's declared variables exactly.
349
+ */
350
+ export interface BulkCostPricesVariables {
351
+ input?: BulkCostPriceSearchInput;
352
+ }
353
+ /**
354
+ * Variables for the `bulkCostPriceUpdate` GraphQL operation. Generated from the
355
+ * operation signature — field names and required/optional status mirror
356
+ * the operation's declared variables exactly.
357
+ */
358
+ export interface BulkCostPriceUpdateVariables {
359
+ id: string;
360
+ input: BulkCostPriceUpdateInput;
361
+ }
362
+ /**
363
+ * Variables for the `bulkPriceCreate` GraphQL operation. Generated from the
364
+ * operation signature — field names and required/optional status mirror
365
+ * the operation's declared variables exactly.
366
+ */
367
+ export interface BulkPriceCreateVariables {
368
+ input: BulkPriceCreateInput;
369
+ }
370
+ /**
371
+ * Variables for the `bulkPriceCsvImport` GraphQL operation. Generated from the
372
+ * operation signature — field names and required/optional status mirror
373
+ * the operation's declared variables exactly.
374
+ */
375
+ export interface BulkPriceCsvImportVariables {
376
+ input: BulkPriceCsvInput;
377
+ }
378
+ /**
379
+ * Variables for the `bulkPriceDelete` GraphQL operation. Generated from the
380
+ * operation signature — field names and required/optional status mirror
381
+ * the operation's declared variables exactly.
382
+ */
383
+ export interface BulkPriceDeleteVariables {
384
+ id: string;
385
+ }
386
+ /**
387
+ * Variables for the `bulkPricesCreate` GraphQL operation. Generated from the
388
+ * operation signature — field names and required/optional status mirror
389
+ * the operation's declared variables exactly.
390
+ */
391
+ export interface BulkPricesCreateVariables {
392
+ input: BulkPriceCreateInput[];
393
+ }
394
+ /**
395
+ * Variables for the `bulkPricesDelete` GraphQL operation. Generated from the
396
+ * operation signature — field names and required/optional status mirror
397
+ * the operation's declared variables exactly.
398
+ */
399
+ export interface BulkPricesDeleteVariables {
400
+ priceId: string;
401
+ }
402
+ /**
403
+ * Variables for the `bulkPrices` GraphQL operation. Generated from the
404
+ * operation signature — field names and required/optional status mirror
405
+ * the operation's declared variables exactly.
406
+ */
407
+ export interface BulkPricesVariables {
408
+ input?: BulkPriceSearchInput;
409
+ }
410
+ /**
411
+ * Variables for the `bulkPriceUpdate` GraphQL operation. Generated from the
412
+ * operation signature — field names and required/optional status mirror
413
+ * the operation's declared variables exactly.
414
+ */
415
+ export interface BulkPriceUpdateVariables {
416
+ id: string;
417
+ input: BulkPriceUpdateInput;
418
+ }
419
+ /**
420
+ * Variables for the `bundleAddItemsAndReturnBundle` GraphQL operation. Generated from the
421
+ * operation signature — field names and required/optional status mirror
422
+ * the operation's declared variables exactly,
423
+ * EXCEPT `imageVariantFilters`: the operation
424
+ * declares this non-null but the SDK supplies a default when
425
+ * omitted (findings #4/#8), so it is surfaced as optional here.
426
+ */
427
+ export interface BundleAddItemsAndReturnBundleVariables {
428
+ id: string;
429
+ input: BundleAddItemsInput;
430
+ imageSearchFilters?: MediaImageProductSearchInput;
431
+ language?: string;
432
+ imageVariantFilters?: TransformationsInput;
433
+ }
434
+ /**
435
+ * Variables for the `bundleAddItems` GraphQL operation. Generated from the
436
+ * operation signature — field names and required/optional status mirror
437
+ * the operation's declared variables exactly,
438
+ * EXCEPT `imageVariantFilters`: the operation
439
+ * declares this non-null but the SDK supplies a default when
440
+ * omitted (findings #4/#8), so it is surfaced as optional here.
441
+ */
442
+ export interface BundleAddItemsVariables {
443
+ id: string;
444
+ input: BundleAddItemsInput;
445
+ imageSearchFilters?: MediaImageProductSearchInput;
446
+ language?: string;
447
+ imageVariantFilters?: TransformationsInput;
448
+ }
449
+ /**
450
+ * Variables for the `bundleCreate` GraphQL operation. Generated from the
451
+ * operation signature — field names and required/optional status mirror
452
+ * the operation's declared variables exactly,
453
+ * EXCEPT `imageVariantFilters`: the operation
454
+ * declares this non-null but the SDK supplies a default when
455
+ * omitted (findings #4/#8), so it is surfaced as optional here.
456
+ */
457
+ export interface BundleCreateVariables {
458
+ input: BundleCreateInput;
459
+ imageSearchFilters?: MediaImageProductSearchInput;
460
+ language?: string;
461
+ imageVariantFilters?: TransformationsInput;
462
+ }
463
+ /**
464
+ * Variables for the `bundleDelete` GraphQL operation. Generated from the
465
+ * operation signature — field names and required/optional status mirror
466
+ * the operation's declared variables exactly.
467
+ */
468
+ export interface BundleDeleteVariables {
469
+ id: string;
470
+ }
471
+ /**
472
+ * Variables for the `bundleRemoveItemAndReturnBundle` GraphQL operation. Generated from the
473
+ * operation signature — field names and required/optional status mirror
474
+ * the operation's declared variables exactly,
475
+ * EXCEPT `imageVariantFilters`: the operation
476
+ * declares this non-null but the SDK supplies a default when
477
+ * omitted (findings #4/#8), so it is surfaced as optional here.
478
+ */
479
+ export interface BundleRemoveItemAndReturnBundleVariables {
480
+ id: string;
481
+ productId: number;
482
+ taxZone?: string;
483
+ imageSearchFilters?: MediaImageProductSearchInput;
484
+ language?: string;
485
+ imageVariantFilters?: TransformationsInput;
486
+ }
487
+ /**
488
+ * Variables for the `bundleRemoveItem` GraphQL operation. Generated from the
489
+ * operation signature — field names and required/optional status mirror
490
+ * the operation's declared variables exactly.
491
+ */
492
+ export interface BundleRemoveItemVariables {
493
+ id: string;
494
+ productId: number;
495
+ }
496
+ /**
497
+ * Variables for the `bundles` GraphQL operation. Generated from the
498
+ * operation signature — field names and required/optional status mirror
499
+ * the operation's declared variables exactly,
500
+ * EXCEPT `imageVariantFilters`: the operation
501
+ * declares this non-null but the SDK supplies a default when
502
+ * omitted (findings #4/#8), so it is surfaced as optional here.
503
+ */
504
+ export interface BundlesVariables {
505
+ input?: BundleSearchInput;
506
+ language?: string;
507
+ imageSearchFilters?: MediaImageProductSearchInput;
508
+ imageVariantFilters?: TransformationsInput;
509
+ }
510
+ /**
511
+ * Variables for the `bundleUpdate` GraphQL operation. Generated from the
512
+ * operation signature — field names and required/optional status mirror
513
+ * the operation's declared variables exactly,
514
+ * EXCEPT `imageVariantFilters`: the operation
515
+ * declares this non-null but the SDK supplies a default when
516
+ * omitted (findings #4/#8), so it is surfaced as optional here.
517
+ */
518
+ export interface BundleUpdateVariables {
519
+ id: string;
520
+ input: BundleUpdateInput;
521
+ imageSearchFilters?: MediaImageProductSearchInput;
522
+ language?: string;
523
+ imageVariantFilters?: TransformationsInput;
524
+ }
525
+ /**
526
+ * Variables for the `bundle` GraphQL operation. Generated from the
527
+ * operation signature — field names and required/optional status mirror
528
+ * the operation's declared variables exactly,
529
+ * EXCEPT `imageVariantFilters`: the operation
530
+ * declares this non-null but the SDK supplies a default when
531
+ * omitted (findings #4/#8), so it is surfaced as optional here.
532
+ */
533
+ export interface BundleVariables {
534
+ id: string;
535
+ taxZone?: string;
536
+ imageSearchFilters?: MediaImageProductSearchInput;
537
+ language?: string;
538
+ imageVariantFilters?: TransformationsInput;
539
+ }
540
+ /**
541
+ * Variables for the `businessRuleCreate` GraphQL operation. Generated from the
542
+ * operation signature — field names and required/optional status mirror
543
+ * the operation's declared variables exactly.
544
+ */
545
+ export interface BusinessRuleCreateVariables {
546
+ input: BusinessRuleCreateInput;
547
+ }
548
+ /**
549
+ * Variables for the `businessRuleDecisionTableAddColumn` GraphQL operation. Generated from the
550
+ * operation signature — field names and required/optional status mirror
551
+ * the operation's declared variables exactly.
552
+ */
553
+ export interface BusinessRuleDecisionTableAddColumnVariables {
554
+ input: BusinessRuleDecisionTableAddColumnInput;
555
+ }
556
+ /**
557
+ * Variables for the `businessRuleDecisionTableAddRow` GraphQL operation. Generated from the
558
+ * operation signature — field names and required/optional status mirror
559
+ * the operation's declared variables exactly.
560
+ */
561
+ export interface BusinessRuleDecisionTableAddRowVariables {
562
+ input: BusinessRuleDecisionTableSearchInput;
563
+ }
564
+ /**
565
+ * Variables for the `businessRuleDecisionTableDeleteColumn` GraphQL operation. Generated from the
566
+ * operation signature — field names and required/optional status mirror
567
+ * the operation's declared variables exactly.
568
+ */
569
+ export interface BusinessRuleDecisionTableDeleteColumnVariables {
570
+ input: BusinessRuleDecisionTableDeleteColumnInput;
571
+ }
572
+ /**
573
+ * Variables for the `businessRuleDecisionTableDeleteRow` GraphQL operation. Generated from the
574
+ * operation signature — field names and required/optional status mirror
575
+ * the operation's declared variables exactly.
576
+ */
577
+ export interface BusinessRuleDecisionTableDeleteRowVariables {
578
+ input: BusinessRuleDecisionTableDeleteRowInput;
579
+ }
580
+ /**
581
+ * Variables for the `businessRuleDecisionTableMoveRow` GraphQL operation. Generated from the
582
+ * operation signature — field names and required/optional status mirror
583
+ * the operation's declared variables exactly.
584
+ */
585
+ export interface BusinessRuleDecisionTableMoveRowVariables {
586
+ input: BusinessRuleDecisionTableMoveRowInput;
587
+ }
588
+ /**
589
+ * Variables for the `businessRuleDecisionTableSetCell` GraphQL operation. Generated from the
590
+ * operation signature — field names and required/optional status mirror
591
+ * the operation's declared variables exactly.
592
+ */
593
+ export interface BusinessRuleDecisionTableSetCellVariables {
594
+ input: BusinessRuleDecisionTableSetCellInput;
595
+ }
596
+ /**
597
+ * Variables for the `businessRuleDecisionTableUpdate` GraphQL operation. Generated from the
598
+ * operation signature — field names and required/optional status mirror
599
+ * the operation's declared variables exactly.
600
+ */
601
+ export interface BusinessRuleDecisionTableUpdateVariables {
602
+ input: BusinessRuleDecisionTableUpdateInput;
603
+ }
604
+ /**
605
+ * Variables for the `businessRuleDecisionTable` GraphQL operation. Generated from the
606
+ * operation signature — field names and required/optional status mirror
607
+ * the operation's declared variables exactly.
608
+ */
609
+ export interface BusinessRuleDecisionTableVariables {
610
+ input: BusinessRuleDecisionTableSearchInput;
611
+ }
612
+ /**
613
+ * Variables for the `businessRuleDelete` GraphQL operation. Generated from the
614
+ * operation signature — field names and required/optional status mirror
615
+ * the operation's declared variables exactly.
616
+ */
617
+ export interface BusinessRuleDeleteVariables {
618
+ id: string;
619
+ }
620
+ /**
621
+ * Variables for the `businessRuleFieldDefinitions` GraphQL operation. Generated from the
622
+ * operation signature — field names and required/optional status mirror
623
+ * the operation's declared variables exactly.
624
+ */
625
+ export interface BusinessRuleFieldDefinitionsVariables {
626
+ name: string;
627
+ }
628
+ /**
629
+ * Variables for the `businessRuleJDM` GraphQL operation. Generated from the
630
+ * operation signature — field names and required/optional status mirror
631
+ * the operation's declared variables exactly.
632
+ */
633
+ export interface BusinessRuleJDMVariables {
634
+ id: string;
635
+ language?: string;
636
+ }
637
+ /**
638
+ * Variables for the `businessRules` GraphQL operation. Generated from the
639
+ * operation signature — field names and required/optional status mirror
640
+ * the operation's declared variables exactly.
641
+ */
642
+ export interface BusinessRulesVariables {
643
+ filter?: BusinessRuleSearchInput;
644
+ }
645
+ /**
646
+ * Variables for the `businessRuleUpdate` GraphQL operation. Generated from the
647
+ * operation signature — field names and required/optional status mirror
648
+ * the operation's declared variables exactly.
649
+ */
650
+ export interface BusinessRuleUpdateVariables {
651
+ id: string;
652
+ input: BusinessRuleUpdateInput;
653
+ }
654
+ /**
655
+ * Variables for the `businessRule` GraphQL operation. Generated from the
656
+ * operation signature — field names and required/optional status mirror
657
+ * the operation's declared variables exactly.
658
+ */
659
+ export interface BusinessRuleVariables {
660
+ id: string;
661
+ }
662
+ /**
663
+ * Variables for the `carrierAssignWarehouseAndReturnCarrier` GraphQL operation. Generated from the
664
+ * operation signature — field names and required/optional status mirror
665
+ * the operation's declared variables exactly.
666
+ */
667
+ export interface CarrierAssignWarehouseAndReturnCarrierVariables {
668
+ id: number;
669
+ warehouseId: number;
670
+ }
671
+ /**
672
+ * Variables for the `carrierAssignWarehouse` GraphQL operation. Generated from the
673
+ * operation signature — field names and required/optional status mirror
674
+ * the operation's declared variables exactly.
675
+ */
676
+ export interface CarrierAssignWarehouseVariables {
677
+ id: number;
678
+ warehouseId: number;
679
+ }
680
+ /**
681
+ * Variables for the `carrierCreate` GraphQL operation. Generated from the
682
+ * operation signature — field names and required/optional status mirror
683
+ * the operation's declared variables exactly.
684
+ */
685
+ export interface CarrierCreateVariables {
686
+ input: CarrierCreateInput;
687
+ }
688
+ /**
689
+ * Variables for the `carrierDelete` GraphQL operation. Generated from the
690
+ * operation signature — field names and required/optional status mirror
691
+ * the operation's declared variables exactly.
692
+ */
693
+ export interface CarrierDeleteVariables {
694
+ id: number;
695
+ }
696
+ /**
697
+ * Variables for the `carriers` GraphQL operation. Generated from the
698
+ * operation signature — field names and required/optional status mirror
699
+ * the operation's declared variables exactly.
700
+ */
701
+ export interface CarriersVariables {
702
+ input?: CarriersSearchInput;
703
+ }
704
+ /**
705
+ * Variables for the `carrierUnassignWarehouseAndReturnCarrier` GraphQL operation. Generated from the
706
+ * operation signature — field names and required/optional status mirror
707
+ * the operation's declared variables exactly.
708
+ */
709
+ export interface CarrierUnassignWarehouseAndReturnCarrierVariables {
710
+ id: number;
711
+ warehouseId: number;
712
+ }
713
+ /**
714
+ * Variables for the `carrierUnassignWarehouse` GraphQL operation. Generated from the
715
+ * operation signature — field names and required/optional status mirror
716
+ * the operation's declared variables exactly.
717
+ */
718
+ export interface CarrierUnassignWarehouseVariables {
719
+ id: number;
720
+ warehouseId: number;
721
+ }
722
+ /**
723
+ * Variables for the `carrierUpdate` GraphQL operation. Generated from the
724
+ * operation signature — field names and required/optional status mirror
725
+ * the operation's declared variables exactly.
726
+ */
727
+ export interface CarrierUpdateVariables {
728
+ id: number;
729
+ input: CarrierUpdateInput;
730
+ }
731
+ /**
732
+ * Variables for the `carrier` GraphQL operation. Generated from the
733
+ * operation signature — field names and required/optional status mirror
734
+ * the operation's declared variables exactly.
735
+ */
736
+ export interface CarrierVariables {
737
+ id: number;
738
+ }
739
+ /**
740
+ * Variables for the `cartAcceptPurchaseAuthorizationRequest` GraphQL operation. Generated from the
741
+ * operation signature — field names and required/optional status mirror
742
+ * the operation's declared variables exactly,
743
+ * EXCEPT `imageVariantFilters`: the operation
744
+ * declares this non-null but the SDK supplies a default when
745
+ * omitted (findings #4/#8), so it is surfaced as optional here.
746
+ */
747
+ export interface CartAcceptPurchaseAuthorizationRequestVariables {
748
+ id: string;
749
+ input?: CartAcceptPurchaseAuthorizationRequestInput;
750
+ language?: string;
751
+ imageSearchFilters?: MediaImageProductSearchInput;
752
+ imageVariantFilters?: TransformationsInput;
753
+ }
754
+ /**
755
+ * Variables for the `cartAddActionCode` GraphQL operation. Generated from the
756
+ * operation signature — field names and required/optional status mirror
757
+ * the operation's declared variables exactly,
758
+ * EXCEPT `imageVariantFilters`: the operation
759
+ * declares this non-null but the SDK supplies a default when
760
+ * omitted (findings #4/#8), so it is surfaced as optional here.
761
+ */
762
+ export interface CartAddActionCodeVariables {
763
+ id: string;
764
+ input: CartActionCodeInput;
765
+ language?: string;
766
+ imageSearchFilters?: MediaImageProductSearchInput;
767
+ imageVariantFilters?: TransformationsInput;
768
+ }
769
+ /**
770
+ * Variables for the `cartDeleteItem` GraphQL operation. Generated from the
771
+ * operation signature — field names and required/optional status mirror
772
+ * the operation's declared variables exactly,
773
+ * EXCEPT `imageVariantFilters`: the operation
774
+ * declares this non-null but the SDK supplies a default when
775
+ * omitted (findings #4/#8), so it is surfaced as optional here.
776
+ */
777
+ export interface CartDeleteItemVariables {
778
+ id: string;
779
+ input: CartDeleteItemInput;
780
+ language?: string;
781
+ imageSearchFilters?: MediaImageProductSearchInput;
782
+ imageVariantFilters?: TransformationsInput;
783
+ }
784
+ /**
785
+ * Variables for the `cartInvalidateCache` GraphQL operation. Generated from the
786
+ * operation signature — field names and required/optional status mirror
787
+ * the operation's declared variables exactly.
788
+ */
789
+ export interface CartInvalidateCacheVariables {
790
+ id?: string;
791
+ }
792
+ /**
793
+ * Variables for the `cartItemBulk` GraphQL operation. Generated from the
794
+ * operation signature — field names and required/optional status mirror
795
+ * the operation's declared variables exactly.
796
+ */
797
+ export interface CartItemBulkVariables {
798
+ input: CartItemsBulkUpsertInput;
799
+ }
800
+ /**
801
+ * Variables for the `cartRemoveActionCode` GraphQL operation. Generated from the
802
+ * operation signature — field names and required/optional status mirror
803
+ * the operation's declared variables exactly,
804
+ * EXCEPT `imageVariantFilters`: the operation
805
+ * declares this non-null but the SDK supplies a default when
806
+ * omitted (findings #4/#8), so it is surfaced as optional here.
807
+ */
808
+ export interface CartRemoveActionCodeVariables {
809
+ id: string;
810
+ input: CartActionCodeInput;
811
+ language?: string;
812
+ imageSearchFilters?: MediaImageProductSearchInput;
813
+ imageVariantFilters?: TransformationsInput;
814
+ }
815
+ /**
816
+ * Variables for the `cartRequestPurchaseAuthorization` GraphQL operation. Generated from the
817
+ * operation signature — field names and required/optional status mirror
818
+ * the operation's declared variables exactly.
819
+ */
820
+ export interface CartRequestPurchaseAuthorizationVariables {
821
+ id: string;
822
+ }
823
+ /**
824
+ * Variables for the `cartSetContact` GraphQL operation. Generated from the
825
+ * operation signature — field names and required/optional status mirror
826
+ * the operation's declared variables exactly,
827
+ * EXCEPT `imageVariantFilters`: the operation
828
+ * declares this non-null but the SDK supplies a default when
829
+ * omitted (findings #4/#8), so it is surfaced as optional here.
830
+ */
831
+ export interface CartSetContactVariables {
832
+ id: string;
833
+ input: CartSetContactInput;
834
+ imageSearchFilters?: MediaImageProductSearchInput;
835
+ language?: string;
836
+ imageVariantFilters?: TransformationsInput;
837
+ }
838
+ /**
839
+ * Variables for the `cartSetCustomer` GraphQL operation. Generated from the
840
+ * operation signature — field names and required/optional status mirror
841
+ * the operation's declared variables exactly,
842
+ * EXCEPT `imageVariantFilters`: the operation
843
+ * declares this non-null but the SDK supplies a default when
844
+ * omitted (findings #4/#8), so it is surfaced as optional here.
845
+ */
846
+ export interface CartSetCustomerVariables {
847
+ id: string;
848
+ input: CartSetCustomerInput;
849
+ imageSearchFilters?: MediaImageProductSearchInput;
850
+ language?: string;
851
+ imageVariantFilters?: TransformationsInput;
852
+ }
853
+ /**
854
+ * Variables for the `cartSetUser` GraphQL operation. Generated from the
855
+ * operation signature — field names and required/optional status mirror
856
+ * the operation's declared variables exactly,
857
+ * EXCEPT `imageVariantFilters`: the operation
858
+ * declares this non-null but the SDK supplies a default when
859
+ * omitted (findings #4/#8), so it is surfaced as optional here.
860
+ */
861
+ export interface CartSetUserVariables {
862
+ id: string;
863
+ input: CartSetUserInput;
864
+ imageSearchFilters?: MediaImageProductSearchInput;
865
+ language?: string;
866
+ imageVariantFilters?: TransformationsInput;
867
+ }
868
+ /**
869
+ * Variables for the `carts` GraphQL operation. Generated from the
870
+ * operation signature — field names and required/optional status mirror
871
+ * the operation's declared variables exactly.
872
+ */
873
+ export interface CartsVariables {
874
+ input: CartSearchInput;
875
+ }
876
+ /**
877
+ * Variables for the `cart` GraphQL operation. Generated from the
878
+ * operation signature — field names and required/optional status mirror
879
+ * the operation's declared variables exactly,
880
+ * EXCEPT `imageVariantFilters`: the operation
881
+ * declares this non-null but the SDK supplies a default when
882
+ * omitted (findings #4/#8), so it is surfaced as optional here.
883
+ */
884
+ export interface CartVariables {
885
+ cartId: string;
886
+ language?: string;
887
+ imageSearchFilters?: MediaImageProductSearchInput;
888
+ imageVariantFilters?: TransformationsInput;
889
+ }
890
+ /**
891
+ * Variables for the `categories` GraphQL operation. Generated from the
892
+ * operation signature — field names and required/optional status mirror
893
+ * the operation's declared variables exactly.
894
+ */
895
+ export interface CategoriesVariables {
896
+ filter?: CategorySearchInput;
897
+ userId?: number;
898
+ language?: string;
899
+ }
900
+ /**
901
+ * Variables for the `categoryAddProductsClusters` GraphQL operation. Generated from the
902
+ * operation signature — field names and required/optional status mirror
903
+ * the operation's declared variables exactly,
904
+ * EXCEPT `imageVariantFilters`: the operation
905
+ * declares this non-null but the SDK supplies a default when
906
+ * omitted (findings #4/#8), so it is surfaced as optional here.
907
+ */
908
+ export interface CategoryAddProductsClustersVariables {
909
+ id: number;
910
+ input: CategoryAddProductsClustersInput;
911
+ categoryProductSearchInput?: CategoryProductSearchInput;
912
+ language?: string;
913
+ filterAvailableAttributeInput?: FilterAvailableAttributeInput;
914
+ priceCalculateProductInput?: PriceCalculateProductInput;
915
+ imageSearchFilters?: MediaImageProductSearchInput;
916
+ imageVariantFilters?: TransformationsInput;
917
+ }
918
+ /**
919
+ * Variables for the `categoryCreate` GraphQL operation. Generated from the
920
+ * operation signature — field names and required/optional status mirror
921
+ * the operation's declared variables exactly,
922
+ * EXCEPT `imageVariantFilters`: the operation
923
+ * declares this non-null but the SDK supplies a default when
924
+ * omitted (findings #4/#8), so it is surfaced as optional here.
925
+ */
926
+ export interface CategoryCreateVariables {
927
+ input: CreateCategoryInput;
928
+ categoryProductSearchInput?: CategoryProductSearchInput;
929
+ language?: string;
930
+ filterAvailableAttributeInput?: FilterAvailableAttributeInput;
931
+ priceCalculateProductInput?: PriceCalculateProductInput;
932
+ imageSearchFilters?: MediaImageProductSearchInput;
933
+ imageVariantFilters?: TransformationsInput;
934
+ }
935
+ /**
936
+ * Variables for the `categoryCsvImport` GraphQL operation. Generated from the
937
+ * operation signature — field names and required/optional status mirror
938
+ * the operation's declared variables exactly.
939
+ */
940
+ export interface CategoryCsvImportVariables {
941
+ input: CategoryCsvInput;
942
+ }
943
+ /**
944
+ * Variables for the `categoryDelete` GraphQL operation. Generated from the
945
+ * operation signature — field names and required/optional status mirror
946
+ * the operation's declared variables exactly.
947
+ */
948
+ export interface CategoryDeleteVariables {
949
+ categoryId: number;
950
+ }
951
+ /**
952
+ * Variables for the `categoryRemoveProductsClusters` GraphQL operation. Generated from the
953
+ * operation signature — field names and required/optional status mirror
954
+ * the operation's declared variables exactly,
955
+ * EXCEPT `imageVariantFilters`: the operation
956
+ * declares this non-null but the SDK supplies a default when
957
+ * omitted (findings #4/#8), so it is surfaced as optional here.
958
+ */
959
+ export interface CategoryRemoveProductsClustersVariables {
960
+ id: number;
961
+ input: CategoryRemoveProductsClustersInput;
962
+ categoryProductSearchInput?: CategoryProductSearchInput;
963
+ language?: string;
964
+ filterAvailableAttributeInput?: FilterAvailableAttributeInput;
965
+ priceCalculateProductInput?: PriceCalculateProductInput;
966
+ imageSearchFilters?: MediaImageProductSearchInput;
967
+ imageVariantFilters?: TransformationsInput;
968
+ }
969
+ /**
970
+ * Variables for the `categoryUpdate` GraphQL operation. Generated from the
971
+ * operation signature — field names and required/optional status mirror
972
+ * the operation's declared variables exactly,
973
+ * EXCEPT `imageVariantFilters`: the operation
974
+ * declares this non-null but the SDK supplies a default when
975
+ * omitted (findings #4/#8), so it is surfaced as optional here.
976
+ */
977
+ export interface CategoryUpdateVariables {
978
+ categoryId: number;
979
+ input: UpdateCategoryInput;
980
+ categoryProductSearchInput?: CategoryProductSearchInput;
981
+ language?: string;
982
+ filterAvailableAttributeInput?: FilterAvailableAttributeInput;
983
+ priceCalculateProductInput?: PriceCalculateProductInput;
984
+ imageSearchFilters?: MediaImageProductSearchInput;
985
+ imageVariantFilters?: TransformationsInput;
986
+ }
987
+ /**
988
+ * Variables for the `category` GraphQL operation. Generated from the
989
+ * operation signature — field names and required/optional status mirror
990
+ * the operation's declared variables exactly,
991
+ * EXCEPT `imageVariantFilters`: the operation
992
+ * declares this non-null but the SDK supplies a default when
993
+ * omitted (findings #4/#8), so it is surfaced as optional here.
994
+ */
995
+ export interface CategoryVariables {
996
+ categoryId?: number;
997
+ slug?: string;
998
+ userId?: number;
999
+ hidden?: YesNo;
1000
+ language?: string;
1001
+ priceCalculateProductInput?: PriceCalculateProductInput;
1002
+ categoryProductSearchInput?: CategoryProductSearchInput;
1003
+ imageSearchFilters?: MediaImageProductSearchInput;
1004
+ imageVariantFilters?: TransformationsInput;
1005
+ filterAvailableAttributeInput?: FilterAvailableAttributeInput;
1006
+ }
1007
+ /**
1008
+ * Variables for the `channelCreate` GraphQL operation. Generated from the
1009
+ * operation signature — field names and required/optional status mirror
1010
+ * the operation's declared variables exactly.
1011
+ */
1012
+ export interface ChannelCreateVariables {
1013
+ input: ChannelCreateInput;
1014
+ }
1015
+ /**
1016
+ * Variables for the `channelDelete` GraphQL operation. Generated from the
1017
+ * operation signature — field names and required/optional status mirror
1018
+ * the operation's declared variables exactly.
1019
+ */
1020
+ export interface ChannelDeleteVariables {
1021
+ id: number;
1022
+ }
1023
+ /**
1024
+ * Variables for the `channelUpdate` GraphQL operation. Generated from the
1025
+ * operation signature — field names and required/optional status mirror
1026
+ * the operation's declared variables exactly.
1027
+ */
1028
+ export interface ChannelUpdateVariables {
1029
+ id: number;
1030
+ input: ChannelUpdateInput;
1031
+ }
1032
+ /**
1033
+ * Variables for the `channel` GraphQL operation. Generated from the
1034
+ * operation signature — field names and required/optional status mirror
1035
+ * the operation's declared variables exactly.
1036
+ */
1037
+ export interface ChannelVariables {
1038
+ channelId: number;
1039
+ }
1040
+ /**
1041
+ * Variables for the `claimsReset` GraphQL operation. Generated from the
1042
+ * operation signature — field names and required/optional status mirror
1043
+ * the operation's declared variables exactly.
1044
+ */
1045
+ export interface ClaimsResetVariables {
1046
+ uid: string;
1047
+ email: string;
1048
+ }
1049
+ /**
1050
+ * Variables for the `clusterAssignProducts` GraphQL operation. Generated from the
1051
+ * operation signature — field names and required/optional status mirror
1052
+ * the operation's declared variables exactly,
1053
+ * EXCEPT `imageVariantFilters`: the operation
1054
+ * declares this non-null but the SDK supplies a default when
1055
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1056
+ */
1057
+ export interface ClusterAssignProductsVariables {
1058
+ clusterId: number;
1059
+ input: ClusterAssignProductsInput;
1060
+ language?: string;
1061
+ attributeResultSearchInput?: AttributeResultSearchInput;
1062
+ priceCalculateProductInput?: PriceCalculateProductInput;
1063
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
1064
+ imageSearchFilters?: MediaImageProductSearchInput;
1065
+ imageVariantFilters?: TransformationsInput;
1066
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
1067
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
1068
+ }
1069
+ /**
1070
+ * Variables for the `clusterBulkMove` GraphQL operation. Generated from the
1071
+ * operation signature — field names and required/optional status mirror
1072
+ * the operation's declared variables exactly.
1073
+ */
1074
+ export interface ClusterBulkMoveVariables {
1075
+ input: ClusterBulkMoveInput;
1076
+ }
1077
+ /**
1078
+ * Variables for the `clusterConfigAddSetting` GraphQL operation. Generated from the
1079
+ * operation signature — field names and required/optional status mirror
1080
+ * the operation's declared variables exactly.
1081
+ */
1082
+ export interface ClusterConfigAddSettingVariables {
1083
+ clusterConfigId: number;
1084
+ input: ClusterConfigSettingInput;
1085
+ }
1086
+ /**
1087
+ * Variables for the `clusterConfigCreate` GraphQL operation. Generated from the
1088
+ * operation signature — field names and required/optional status mirror
1089
+ * the operation's declared variables exactly.
1090
+ */
1091
+ export interface ClusterConfigCreateVariables {
1092
+ input: ClusterConfigCreateInput;
1093
+ }
1094
+ /**
1095
+ * Variables for the `clusterConfigDelete` GraphQL operation. Generated from the
1096
+ * operation signature — field names and required/optional status mirror
1097
+ * the operation's declared variables exactly.
1098
+ */
1099
+ export interface ClusterConfigDeleteVariables {
1100
+ id: number;
1101
+ }
1102
+ /**
1103
+ * Variables for the `clusterConfigRemoveSetting` GraphQL operation. Generated from the
1104
+ * operation signature — field names and required/optional status mirror
1105
+ * the operation's declared variables exactly.
1106
+ */
1107
+ export interface ClusterConfigRemoveSettingVariables {
1108
+ clusterConfigId: number;
1109
+ settingId: number;
1110
+ }
1111
+ /**
1112
+ * Variables for the `clusterConfigUpdateSetting` GraphQL operation. Generated from the
1113
+ * operation signature — field names and required/optional status mirror
1114
+ * the operation's declared variables exactly.
1115
+ */
1116
+ export interface ClusterConfigUpdateSettingVariables {
1117
+ clusterConfigId: number;
1118
+ settingId: number;
1119
+ input: ClusterConfigSettingUpdateInput;
1120
+ }
1121
+ /**
1122
+ * Variables for the `clusterConfig` GraphQL operation. Generated from the
1123
+ * operation signature — field names and required/optional status mirror
1124
+ * the operation's declared variables exactly.
1125
+ */
1126
+ export interface ClusterConfigVariables {
1127
+ clusterId: number;
1128
+ }
1129
+ /**
1130
+ * Variables for the `clusterCreate` GraphQL operation. Generated from the
1131
+ * operation signature — field names and required/optional status mirror
1132
+ * the operation's declared variables exactly,
1133
+ * EXCEPT `imageVariantFilters`: the operation
1134
+ * declares this non-null but the SDK supplies a default when
1135
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1136
+ */
1137
+ export interface ClusterCreateVariables {
1138
+ input: ClusterCreateInput;
1139
+ language?: string;
1140
+ attributeResultSearchInput?: AttributeResultSearchInput;
1141
+ priceCalculateProductInput?: PriceCalculateProductInput;
1142
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
1143
+ imageSearchFilters?: MediaImageProductSearchInput;
1144
+ imageVariantFilters?: TransformationsInput;
1145
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
1146
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
1147
+ }
1148
+ /**
1149
+ * Variables for the `clusterCsvImport` GraphQL operation. Generated from the
1150
+ * operation signature — field names and required/optional status mirror
1151
+ * the operation's declared variables exactly.
1152
+ */
1153
+ export interface ClusterCsvImportVariables {
1154
+ input: ClusterCsvInput;
1155
+ }
1156
+ /**
1157
+ * Variables for the `clusterOptionCreate` GraphQL operation. Generated from the
1158
+ * operation signature — field names and required/optional status mirror
1159
+ * the operation's declared variables exactly,
1160
+ * EXCEPT `imageVariantFilters`: the operation
1161
+ * declares this non-null but the SDK supplies a default when
1162
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1163
+ */
1164
+ export interface ClusterOptionCreateVariables {
1165
+ clusterId: number;
1166
+ input: ClusterOptionCreateInput;
1167
+ priceCalculateProductInput?: PriceCalculateProductInput;
1168
+ imageSearchFilters?: MediaImageProductSearchInput;
1169
+ language?: string;
1170
+ imageVariantFilters?: TransformationsInput;
1171
+ }
1172
+ /**
1173
+ * Variables for the `clusterOptionDelete` GraphQL operation. Generated from the
1174
+ * operation signature — field names and required/optional status mirror
1175
+ * the operation's declared variables exactly.
1176
+ */
1177
+ export interface ClusterOptionDeleteVariables {
1178
+ clusterId: number;
1179
+ optionId: number;
1180
+ }
1181
+ /**
1182
+ * Variables for the `clusterOptionUpdate` GraphQL operation. Generated from the
1183
+ * operation signature — field names and required/optional status mirror
1184
+ * the operation's declared variables exactly,
1185
+ * EXCEPT `imageVariantFilters`: the operation
1186
+ * declares this non-null but the SDK supplies a default when
1187
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1188
+ */
1189
+ export interface ClusterOptionUpdateVariables {
1190
+ clusterId: number;
1191
+ optionId: number;
1192
+ input: ClusterOptionUpdateInput;
1193
+ priceCalculateProductInput?: PriceCalculateProductInput;
1194
+ imageSearchFilters?: MediaImageProductSearchInput;
1195
+ language?: string;
1196
+ imageVariantFilters?: TransformationsInput;
1197
+ }
1198
+ /**
1199
+ * Variables for the `clusterProductCreate` GraphQL operation. Generated from the
1200
+ * operation signature — field names and required/optional status mirror
1201
+ * the operation's declared variables exactly,
1202
+ * EXCEPT `imageVariantFilters`: the operation
1203
+ * declares this non-null but the SDK supplies a default when
1204
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1205
+ */
1206
+ export interface ClusterProductCreateVariables {
1207
+ id: number;
1208
+ input: CreateProductInput;
1209
+ attributeResultSearchInput?: AttributeResultSearchInput;
1210
+ priceCalculateProductInput?: PriceCalculateProductInput;
1211
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
1212
+ imageSearchFilters?: MediaImageProductSearchInput;
1213
+ language?: string;
1214
+ imageVariantFilters?: TransformationsInput;
1215
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
1216
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
1217
+ }
1218
+ /**
1219
+ * Variables for the `clusterProductDelete` GraphQL operation. Generated from the
1220
+ * operation signature — field names and required/optional status mirror
1221
+ * the operation's declared variables exactly.
1222
+ */
1223
+ export interface ClusterProductDeleteVariables {
1224
+ id: number;
1225
+ productId: number;
1226
+ }
1227
+ /**
1228
+ * Variables for the `clusterProductUpdate` GraphQL operation. Generated from the
1229
+ * operation signature — field names and required/optional status mirror
1230
+ * the operation's declared variables exactly,
1231
+ * EXCEPT `imageVariantFilters`: the operation
1232
+ * declares this non-null but the SDK supplies a default when
1233
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1234
+ */
1235
+ export interface ClusterProductUpdateVariables {
1236
+ id: number;
1237
+ productId: number;
1238
+ input: UpdateProductInput;
1239
+ attributeResultSearchInput?: AttributeResultSearchInput;
1240
+ priceCalculateProductInput?: PriceCalculateProductInput;
1241
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
1242
+ imageSearchFilters?: MediaImageProductSearchInput;
1243
+ language?: string;
1244
+ imageVariantFilters?: TransformationsInput;
1245
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
1246
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
1247
+ }
1248
+ /**
1249
+ * Variables for the `clusterUnassignProducts` GraphQL operation. Generated from the
1250
+ * operation signature — field names and required/optional status mirror
1251
+ * the operation's declared variables exactly,
1252
+ * EXCEPT `imageVariantFilters`: the operation
1253
+ * declares this non-null but the SDK supplies a default when
1254
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1255
+ */
1256
+ export interface ClusterUnassignProductsVariables {
1257
+ clusterId: number;
1258
+ input: ClusterUnassignProductsInput;
1259
+ language?: string;
1260
+ attributeResultSearchInput?: AttributeResultSearchInput;
1261
+ priceCalculateProductInput?: PriceCalculateProductInput;
1262
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
1263
+ imageSearchFilters?: MediaImageProductSearchInput;
1264
+ imageVariantFilters?: TransformationsInput;
1265
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
1266
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
1267
+ }
1268
+ /**
1269
+ * Variables for the `clusterUpdate` GraphQL operation. Generated from the
1270
+ * operation signature — field names and required/optional status mirror
1271
+ * the operation's declared variables exactly,
1272
+ * EXCEPT `imageVariantFilters`: the operation
1273
+ * declares this non-null but the SDK supplies a default when
1274
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1275
+ */
1276
+ export interface ClusterUpdateVariables {
1277
+ id: number;
1278
+ input: ClusterUpdateInput;
1279
+ language?: string;
1280
+ attributeResultSearchInput?: AttributeResultSearchInput;
1281
+ priceCalculateProductInput?: PriceCalculateProductInput;
1282
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
1283
+ imageSearchFilters?: MediaImageProductSearchInput;
1284
+ imageVariantFilters?: TransformationsInput;
1285
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
1286
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
1287
+ }
1288
+ /**
1289
+ * Variables for the `cluster` GraphQL operation. Generated from the
1290
+ * operation signature — field names and required/optional status mirror
1291
+ * the operation's declared variables exactly,
1292
+ * EXCEPT `imageVariantFilters`: the operation
1293
+ * declares this non-null but the SDK supplies a default when
1294
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1295
+ */
1296
+ export interface ClusterVariables {
1297
+ clusterId?: number;
1298
+ slug?: string;
1299
+ language?: string;
1300
+ applyOrderlists?: boolean;
1301
+ orderlistIds?: number[];
1302
+ priceCalculateProductInput?: PriceCalculateProductInput;
1303
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
1304
+ attributeResultSearchInput?: AttributeResultSearchInput;
1305
+ imageSearchFilters?: MediaImageProductSearchInput;
1306
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
1307
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
1308
+ imageVariantFilters?: TransformationsInput;
1309
+ }
1310
+ /**
1311
+ * Variables for the `companies` GraphQL operation. Generated from the
1312
+ * operation signature — field names and required/optional status mirror
1313
+ * the operation's declared variables exactly.
1314
+ */
1315
+ export interface CompaniesVariables {
1316
+ input?: CompanySearchArguments;
1317
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
1318
+ companyAttributesInput?: AttributeResultSearchInput;
1319
+ contactSearchArguments?: ContactSearchArguments;
1320
+ }
1321
+ /**
1322
+ * Variables for the `companyAddressCreate` GraphQL operation. Generated from the
1323
+ * operation signature — field names and required/optional status mirror
1324
+ * the operation's declared variables exactly.
1325
+ */
1326
+ export interface CompanyAddressCreateVariables {
1327
+ input: CompanyAddressCreateInput;
1328
+ }
1329
+ /**
1330
+ * Variables for the `companyAddressDelete` GraphQL operation. Generated from the
1331
+ * operation signature — field names and required/optional status mirror
1332
+ * the operation's declared variables exactly.
1333
+ */
1334
+ export interface CompanyAddressDeleteVariables {
1335
+ input: CompanyAddressDeleteInput;
1336
+ }
1337
+ /**
1338
+ * Variables for the `companyAddressUpdate` GraphQL operation. Generated from the
1339
+ * operation signature — field names and required/optional status mirror
1340
+ * the operation's declared variables exactly.
1341
+ */
1342
+ export interface CompanyAddressUpdateVariables {
1343
+ input: CompanyAddressUpdateInput;
1344
+ }
1345
+ /**
1346
+ * Variables for the `companyCsvImport` GraphQL operation. Generated from the
1347
+ * operation signature — field names and required/optional status mirror
1348
+ * the operation's declared variables exactly.
1349
+ */
1350
+ export interface CompanyCsvImportVariables {
1351
+ input: CompanyCsvInput;
1352
+ }
1353
+ /**
1354
+ * Variables for the `companyDelete` GraphQL operation. Generated from the
1355
+ * operation signature — field names and required/optional status mirror
1356
+ * the operation's declared variables exactly.
1357
+ */
1358
+ export interface CompanyDeleteVariables {
1359
+ id: number;
1360
+ }
1361
+ /**
1362
+ * Variables for the `companySearchCleanupOrphanedIndices` GraphQL operation. Generated from the
1363
+ * operation signature — field names and required/optional status mirror
1364
+ * the operation's declared variables exactly.
1365
+ */
1366
+ export interface CompanySearchCleanupOrphanedIndicesVariables {
1367
+ input: CompanySearchReindexInput;
1368
+ }
1369
+ /**
1370
+ * Variables for the `companySearchFixAliasWriteIndex` GraphQL operation. Generated from the
1371
+ * operation signature — field names and required/optional status mirror
1372
+ * the operation's declared variables exactly.
1373
+ */
1374
+ export interface CompanySearchFixAliasWriteIndexVariables {
1375
+ input: CompanySearchReindexInput;
1376
+ }
1377
+ /**
1378
+ * Variables for the `companySearchIndexUpdateMapping` GraphQL operation. Generated from the
1379
+ * operation signature — field names and required/optional status mirror
1380
+ * the operation's declared variables exactly.
1381
+ */
1382
+ export interface CompanySearchIndexUpdateMappingVariables {
1383
+ input: CompanySearchIndexUpdateMappingInput;
1384
+ }
1385
+ /**
1386
+ * Variables for the `companySearchReindex` GraphQL operation. Generated from the
1387
+ * operation signature — field names and required/optional status mirror
1388
+ * the operation's declared variables exactly.
1389
+ */
1390
+ export interface CompanySearchReindexVariables {
1391
+ input: CompanySearchReindexInput;
1392
+ }
1393
+ /**
1394
+ * Variables for the `computedOrderlists` GraphQL operation. Generated from the
1395
+ * operation signature — field names and required/optional status mirror
1396
+ * the operation's declared variables exactly.
1397
+ */
1398
+ export interface ComputedOrderlistsVariables {
1399
+ input: ComputedOrderlistsInput;
1400
+ }
1401
+ /**
1402
+ * Variables for the `contactAddToCompanies` GraphQL operation. Generated from the
1403
+ * operation signature — field names and required/optional status mirror
1404
+ * the operation's declared variables exactly.
1405
+ */
1406
+ export interface ContactAddToCompaniesVariables {
1407
+ id: number;
1408
+ input: ContactAddToCompaniesInput;
1409
+ contactAttributesInput?: AttributeResultSearchInput;
1410
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
1411
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
1412
+ companyAttributesInput?: AttributeResultSearchInput;
1413
+ }
1414
+ /**
1415
+ * Variables for the `contactCreateAccount` GraphQL operation. Generated from the
1416
+ * operation signature — field names and required/optional status mirror
1417
+ * the operation's declared variables exactly.
1418
+ */
1419
+ export interface ContactCreateAccountVariables {
1420
+ id: number;
1421
+ input?: CreateAccountInput;
1422
+ contactAttributesInput?: AttributeResultSearchInput;
1423
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
1424
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
1425
+ companyAttributesInput?: AttributeResultSearchInput;
1426
+ }
1427
+ /**
1428
+ * Variables for the `contactCreate` GraphQL operation. Generated from the
1429
+ * operation signature — field names and required/optional status mirror
1430
+ * the operation's declared variables exactly.
1431
+ */
1432
+ export interface ContactCreateVariables {
1433
+ input: CreateContactInput;
1434
+ contactAttributesInput?: AttributeResultSearchInput;
1435
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
1436
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
1437
+ companyAttributesInput?: AttributeResultSearchInput;
1438
+ }
1439
+ /**
1440
+ * Variables for the `contactCsvImport` GraphQL operation. Generated from the
1441
+ * operation signature — field names and required/optional status mirror
1442
+ * the operation's declared variables exactly.
1443
+ */
1444
+ export interface ContactCsvImportVariables {
1445
+ input: ContactCsvInput;
1446
+ }
1447
+ /**
1448
+ * Variables for the `contactDeleteAccount` GraphQL operation. Generated from the
1449
+ * operation signature — field names and required/optional status mirror
1450
+ * the operation's declared variables exactly.
1451
+ */
1452
+ export interface ContactDeleteAccountVariables {
1453
+ id: number;
1454
+ }
1455
+ /**
1456
+ * Variables for the `contactDelete` GraphQL operation. Generated from the
1457
+ * operation signature — field names and required/optional status mirror
1458
+ * the operation's declared variables exactly.
1459
+ */
1460
+ export interface ContactDeleteVariables {
1461
+ id: number;
1462
+ }
1463
+ /**
1464
+ * Variables for the `contactRegister` GraphQL operation. Generated from the
1465
+ * operation signature — field names and required/optional status mirror
1466
+ * the operation's declared variables exactly.
1467
+ */
1468
+ export interface ContactRegisterVariables {
1469
+ contactAttributesInput?: AttributeResultSearchInput;
1470
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
1471
+ companyAttributesInput?: AttributeResultSearchInput;
1472
+ contactRegisterInput: RegisterContactInput;
1473
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
1474
+ }
1475
+ /**
1476
+ * Variables for the `contactRemoveFromCompanies` GraphQL operation. Generated from the
1477
+ * operation signature — field names and required/optional status mirror
1478
+ * the operation's declared variables exactly.
1479
+ */
1480
+ export interface ContactRemoveFromCompaniesVariables {
1481
+ id: number;
1482
+ input: ContactRemoveFromCompaniesInput;
1483
+ contactAttributesInput?: AttributeResultSearchInput;
1484
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
1485
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
1486
+ companyAttributesInput?: AttributeResultSearchInput;
1487
+ }
1488
+ /**
1489
+ * Variables for the `contacts` GraphQL operation. Generated from the
1490
+ * operation signature — field names and required/optional status mirror
1491
+ * the operation's declared variables exactly.
1492
+ */
1493
+ export interface ContactsVariables {
1494
+ input?: ContactSearchArguments;
1495
+ contactAttributesInput?: AttributeResultSearchInput;
1496
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
1497
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
1498
+ companyAttributesInput?: AttributeResultSearchInput;
1499
+ }
1500
+ /**
1501
+ * Variables for the `contactUpdate` GraphQL operation. Generated from the
1502
+ * operation signature — field names and required/optional status mirror
1503
+ * the operation's declared variables exactly.
1504
+ */
1505
+ export interface ContactUpdateVariables {
1506
+ id: number;
1507
+ input: UpdateContactInput;
1508
+ contactAttributesInput?: AttributeResultSearchInput;
1509
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
1510
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
1511
+ companyAttributesInput?: AttributeResultSearchInput;
1512
+ }
1513
+ /**
1514
+ * Variables for the `contact` GraphQL operation. Generated from the
1515
+ * operation signature — field names and required/optional status mirror
1516
+ * the operation's declared variables exactly.
1517
+ */
1518
+ export interface ContactVariables {
1519
+ id: number;
1520
+ contactAttributesInput?: AttributeResultSearchInput;
1521
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
1522
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
1523
+ companyAttributesInput?: AttributeResultSearchInput;
1524
+ }
1525
+ /**
1526
+ * Variables for the `costPriceCreate` GraphQL operation. Generated from the
1527
+ * operation signature — field names and required/optional status mirror
1528
+ * the operation's declared variables exactly.
1529
+ */
1530
+ export interface CostPriceCreateVariables {
1531
+ input: CostPriceCreateInput;
1532
+ }
1533
+ /**
1534
+ * Variables for the `costPriceDelete` GraphQL operation. Generated from the
1535
+ * operation signature — field names and required/optional status mirror
1536
+ * the operation's declared variables exactly.
1537
+ */
1538
+ export interface CostPriceDeleteVariables {
1539
+ id: string;
1540
+ }
1541
+ /**
1542
+ * Variables for the `costPricesBulk` GraphQL operation. Generated from the
1543
+ * operation signature — field names and required/optional status mirror
1544
+ * the operation's declared variables exactly.
1545
+ */
1546
+ export interface CostPricesBulkVariables {
1547
+ input: CostPriceCreateInput[];
1548
+ }
1549
+ /**
1550
+ * Variables for the `costPricesDelete` GraphQL operation. Generated from the
1551
+ * operation signature — field names and required/optional status mirror
1552
+ * the operation's declared variables exactly.
1553
+ */
1554
+ export interface CostPricesDeleteVariables {
1555
+ priceId: string;
1556
+ }
1557
+ /**
1558
+ * Variables for the `costPrices` GraphQL operation. Generated from the
1559
+ * operation signature — field names and required/optional status mirror
1560
+ * the operation's declared variables exactly.
1561
+ */
1562
+ export interface CostPricesVariables {
1563
+ input?: CostPriceSearchInput;
1564
+ }
1565
+ /**
1566
+ * Variables for the `costPriceUpdate` GraphQL operation. Generated from the
1567
+ * operation signature — field names and required/optional status mirror
1568
+ * the operation's declared variables exactly.
1569
+ */
1570
+ export interface CostPriceUpdateVariables {
1571
+ id: string;
1572
+ input: CostPriceUpdateInput;
1573
+ }
1574
+ /**
1575
+ * Variables for the `crossupsellCreate` GraphQL operation. Generated from the
1576
+ * operation signature — field names and required/optional status mirror
1577
+ * the operation's declared variables exactly,
1578
+ * EXCEPT `imageVariantFilters`: the operation
1579
+ * declares this non-null but the SDK supplies a default when
1580
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1581
+ */
1582
+ export interface CrossupsellCreateVariables {
1583
+ input: CrossupsellCreateInput;
1584
+ priceCalculateProductInput?: PriceCalculateProductInput;
1585
+ imageSearchFilters?: MediaImageProductSearchInput;
1586
+ language?: string;
1587
+ imageVariantFilters?: TransformationsInput;
1588
+ }
1589
+ /**
1590
+ * Variables for the `crossupsellDelete` GraphQL operation. Generated from the
1591
+ * operation signature — field names and required/optional status mirror
1592
+ * the operation's declared variables exactly.
1593
+ */
1594
+ export interface CrossupsellDeleteVariables {
1595
+ id: string;
1596
+ }
1597
+ /**
1598
+ * Variables for the `crossupsells` GraphQL operation. Generated from the
1599
+ * operation signature — field names and required/optional status mirror
1600
+ * the operation's declared variables exactly,
1601
+ * EXCEPT `imageVariantFilters`: the operation
1602
+ * declares this non-null but the SDK supplies a default when
1603
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1604
+ */
1605
+ export interface CrossupsellsVariables {
1606
+ input?: CrossupsellSearchInput;
1607
+ language?: string;
1608
+ imageSearchFilters?: MediaImageProductSearchInput;
1609
+ imageVariantFilters?: TransformationsInput;
1610
+ priceCalculateProductInput: PriceCalculateProductInput;
1611
+ }
1612
+ /**
1613
+ * Variables for the `crossupsellUpdate` GraphQL operation. Generated from the
1614
+ * operation signature — field names and required/optional status mirror
1615
+ * the operation's declared variables exactly,
1616
+ * EXCEPT `imageVariantFilters`: the operation
1617
+ * declares this non-null but the SDK supplies a default when
1618
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1619
+ */
1620
+ export interface CrossupsellUpdateVariables {
1621
+ id: string;
1622
+ input: CrossupsellUpdateInput;
1623
+ priceCalculateProductInput?: PriceCalculateProductInput;
1624
+ imageSearchFilters?: MediaImageProductSearchInput;
1625
+ language?: string;
1626
+ imageVariantFilters?: TransformationsInput;
1627
+ }
1628
+ /**
1629
+ * Variables for the `crossupsell` GraphQL operation. Generated from the
1630
+ * operation signature — field names and required/optional status mirror
1631
+ * the operation's declared variables exactly,
1632
+ * EXCEPT `imageVariantFilters`: the operation
1633
+ * declares this non-null but the SDK supplies a default when
1634
+ * omitted (findings #4/#8), so it is surfaced as optional here.
1635
+ */
1636
+ export interface CrossupsellVariables {
1637
+ id: string;
1638
+ priceCalculateProductInput?: PriceCalculateProductInput;
1639
+ imageSearchFilters?: MediaImageProductSearchInput;
1640
+ language?: string;
1641
+ imageVariantFilters?: TransformationsInput;
1642
+ }
1643
+ /**
1644
+ * Variables for the `customerAddressCreate` GraphQL operation. Generated from the
1645
+ * operation signature — field names and required/optional status mirror
1646
+ * the operation's declared variables exactly.
1647
+ */
1648
+ export interface CustomerAddressCreateVariables {
1649
+ input: CustomerAddressCreateInput;
1650
+ }
1651
+ /**
1652
+ * Variables for the `customerAddressDelete` GraphQL operation. Generated from the
1653
+ * operation signature — field names and required/optional status mirror
1654
+ * the operation's declared variables exactly.
1655
+ */
1656
+ export interface CustomerAddressDeleteVariables {
1657
+ input: CustomerAddressDeleteInput;
1658
+ }
1659
+ /**
1660
+ * Variables for the `customerAddressUpdate` GraphQL operation. Generated from the
1661
+ * operation signature — field names and required/optional status mirror
1662
+ * the operation's declared variables exactly.
1663
+ */
1664
+ export interface CustomerAddressUpdateVariables {
1665
+ input: CustomerAddressUpdateInput;
1666
+ }
1667
+ /**
1668
+ * Variables for the `customerCreateAccount` GraphQL operation. Generated from the
1669
+ * operation signature — field names and required/optional status mirror
1670
+ * the operation's declared variables exactly.
1671
+ */
1672
+ export interface CustomerCreateAccountVariables {
1673
+ id: number;
1674
+ input?: CreateAccountInput;
1675
+ customerAttributesInput?: AttributeResultSearchInput;
1676
+ }
1677
+ /**
1678
+ * Variables for the `customerCreate` GraphQL operation. Generated from the
1679
+ * operation signature — field names and required/optional status mirror
1680
+ * the operation's declared variables exactly.
1681
+ */
1682
+ export interface CustomerCreateVariables {
1683
+ input: CustomerInput;
1684
+ customerAttributesInput?: AttributeResultSearchInput;
1685
+ }
1686
+ /**
1687
+ * Variables for the `customerCsvImport` GraphQL operation. Generated from the
1688
+ * operation signature — field names and required/optional status mirror
1689
+ * the operation's declared variables exactly.
1690
+ */
1691
+ export interface CustomerCsvImportVariables {
1692
+ input: CustomerCsvInput;
1693
+ }
1694
+ /**
1695
+ * Variables for the `customerDeleteAccount` GraphQL operation. Generated from the
1696
+ * operation signature — field names and required/optional status mirror
1697
+ * the operation's declared variables exactly.
1698
+ */
1699
+ export interface CustomerDeleteAccountVariables {
1700
+ id: number;
1701
+ }
1702
+ /**
1703
+ * Variables for the `customerDelete` GraphQL operation. Generated from the
1704
+ * operation signature — field names and required/optional status mirror
1705
+ * the operation's declared variables exactly.
1706
+ */
1707
+ export interface CustomerDeleteVariables {
1708
+ id: number;
1709
+ }
1710
+ /**
1711
+ * Variables for the `customerRegister` GraphQL operation. Generated from the
1712
+ * operation signature — field names and required/optional status mirror
1713
+ * the operation's declared variables exactly.
1714
+ */
1715
+ export interface CustomerRegisterVariables {
1716
+ customerAttributesInput?: AttributeResultSearchInput;
1717
+ customerRegisterInput: RegisterCustomerInput;
1718
+ }
1719
+ /**
1720
+ * Variables for the `customers` GraphQL operation. Generated from the
1721
+ * operation signature — field names and required/optional status mirror
1722
+ * the operation's declared variables exactly.
1723
+ */
1724
+ export interface CustomersVariables {
1725
+ input?: CustomerSearchArguments;
1726
+ customerAttributesInput?: AttributeResultSearchInput;
1727
+ }
1728
+ /**
1729
+ * Variables for the `customerUpdate` GraphQL operation. Generated from the
1730
+ * operation signature — field names and required/optional status mirror
1731
+ * the operation's declared variables exactly.
1732
+ */
1733
+ export interface CustomerUpdateVariables {
1734
+ id: number;
1735
+ input: UpdateCustomerInput;
1736
+ customerAttributesInput?: AttributeResultSearchInput;
1737
+ }
1738
+ /**
1739
+ * Variables for the `customer` GraphQL operation. Generated from the
1740
+ * operation signature — field names and required/optional status mirror
1741
+ * the operation's declared variables exactly.
1742
+ */
1743
+ export interface CustomerVariables {
1744
+ id: number;
1745
+ customerAttributesInput?: AttributeResultSearchInput;
1746
+ }
1747
+ /**
1748
+ * Variables for the `discountCreate` GraphQL operation. Generated from the
1749
+ * operation signature — field names and required/optional status mirror
1750
+ * the operation's declared variables exactly.
1751
+ */
1752
+ export interface DiscountCreateVariables {
1753
+ input: DiscountCreateInput;
1754
+ }
1755
+ /**
1756
+ * Variables for the `discountCsvImport` GraphQL operation. Generated from the
1757
+ * operation signature — field names and required/optional status mirror
1758
+ * the operation's declared variables exactly.
1759
+ */
1760
+ export interface DiscountCsvImportVariables {
1761
+ input: DiscountCsvInput;
1762
+ }
1763
+ /**
1764
+ * Variables for the `discountDelete` GraphQL operation. Generated from the
1765
+ * operation signature — field names and required/optional status mirror
1766
+ * the operation's declared variables exactly.
1767
+ */
1768
+ export interface DiscountDeleteVariables {
1769
+ id: string;
1770
+ }
1771
+ /**
1772
+ * Variables for the `discountsDeleteByPricesheetId` GraphQL operation. Generated from the
1773
+ * operation signature — field names and required/optional status mirror
1774
+ * the operation's declared variables exactly.
1775
+ */
1776
+ export interface DiscountsDeleteByPricesheetIdVariables {
1777
+ pricesheetId: string;
1778
+ }
1779
+ /**
1780
+ * Variables for the `discounts` GraphQL operation. Generated from the
1781
+ * operation signature — field names and required/optional status mirror
1782
+ * the operation's declared variables exactly.
1783
+ */
1784
+ export interface DiscountsVariables {
1785
+ input?: DiscountSearchInput;
1786
+ }
1787
+ /**
1788
+ * Variables for the `discountUpdate` GraphQL operation. Generated from the
1789
+ * operation signature — field names and required/optional status mirror
1790
+ * the operation's declared variables exactly.
1791
+ */
1792
+ export interface DiscountUpdateVariables {
1793
+ id: string;
1794
+ input: DiscountUpdateInput;
1795
+ }
1796
+ /**
1797
+ * Variables for the `discount` GraphQL operation. Generated from the
1798
+ * operation signature — field names and required/optional status mirror
1799
+ * the operation's declared variables exactly.
1800
+ */
1801
+ export interface DiscountVariables {
1802
+ id: string;
1803
+ }
1804
+ /**
1805
+ * Variables for the `documentTemplateCreate` GraphQL operation. Generated from the
1806
+ * operation signature — field names and required/optional status mirror
1807
+ * the operation's declared variables exactly.
1808
+ */
1809
+ export interface DocumentTemplateCreateVariables {
1810
+ input: DocumentTemplateCreateInput;
1811
+ }
1812
+ /**
1813
+ * Variables for the `documentTemplateRenderToPDF` GraphQL operation. Generated from the
1814
+ * operation signature — field names and required/optional status mirror
1815
+ * the operation's declared variables exactly.
1816
+ */
1817
+ export interface DocumentTemplateRenderToPDFVariables {
1818
+ id: string;
1819
+ input: TemplateRenderInput;
1820
+ }
1821
+ /**
1822
+ * Variables for the `documentTemplateUpdate` GraphQL operation. Generated from the
1823
+ * operation signature — field names and required/optional status mirror
1824
+ * the operation's declared variables exactly.
1825
+ */
1826
+ export interface DocumentTemplateUpdateVariables {
1827
+ id: string;
1828
+ input: DocumentTemplateUpdateInput;
1829
+ }
1830
+ /**
1831
+ * Variables for the `emailTemplateAddAttachment` GraphQL operation. Generated from the
1832
+ * operation signature — field names and required/optional status mirror
1833
+ * the operation's declared variables exactly.
1834
+ */
1835
+ export interface EmailTemplateAddAttachmentVariables {
1836
+ id: string;
1837
+ documentTemplateId: string;
1838
+ }
1839
+ /**
1840
+ * Variables for the `emailTemplateCreate` GraphQL operation. Generated from the
1841
+ * operation signature — field names and required/optional status mirror
1842
+ * the operation's declared variables exactly.
1843
+ */
1844
+ export interface EmailTemplateCreateVariables {
1845
+ input: EmailTemplateCreateInput;
1846
+ }
1847
+ /**
1848
+ * Variables for the `emailTemplateRemoveAttachment` GraphQL operation. Generated from the
1849
+ * operation signature — field names and required/optional status mirror
1850
+ * the operation's declared variables exactly.
1851
+ */
1852
+ export interface EmailTemplateRemoveAttachmentVariables {
1853
+ id: string;
1854
+ documentTemplateId: string;
1855
+ }
1856
+ /**
1857
+ * Variables for the `emailTemplateRenderAndSend` GraphQL operation. Generated from the
1858
+ * operation signature — field names and required/optional status mirror
1859
+ * the operation's declared variables exactly.
1860
+ */
1861
+ export interface EmailTemplateRenderAndSendVariables {
1862
+ id: string;
1863
+ input: TemplateRenderInput;
1864
+ }
1865
+ /**
1866
+ * Variables for the `emailTemplateUpdate` GraphQL operation. Generated from the
1867
+ * operation signature — field names and required/optional status mirror
1868
+ * the operation's declared variables exactly.
1869
+ */
1870
+ export interface EmailTemplateUpdateVariables {
1871
+ id: string;
1872
+ input: EmailTemplateUpdateInput;
1873
+ }
1874
+ /**
1875
+ * Variables for the `eventActionConfigDelete` GraphQL operation. Generated from the
1876
+ * operation signature — field names and required/optional status mirror
1877
+ * the operation's declared variables exactly.
1878
+ */
1879
+ export interface EventActionConfigDeleteVariables {
1880
+ id: string;
1881
+ }
1882
+ /**
1883
+ * Variables for the `eventActionConfigs` GraphQL operation. Generated from the
1884
+ * operation signature — field names and required/optional status mirror
1885
+ * the operation's declared variables exactly.
1886
+ */
1887
+ export interface EventActionConfigsVariables {
1888
+ input: EventActionConfigSearchInput;
1889
+ }
1890
+ /**
1891
+ * Variables for the `eventActionConfig` GraphQL operation. Generated from the
1892
+ * operation signature — field names and required/optional status mirror
1893
+ * the operation's declared variables exactly.
1894
+ */
1895
+ export interface EventActionConfigVariables {
1896
+ id: string;
1897
+ }
1898
+ /**
1899
+ * Variables for the `eventToEmailConfigCreate` GraphQL operation. Generated from the
1900
+ * operation signature — field names and required/optional status mirror
1901
+ * the operation's declared variables exactly.
1902
+ */
1903
+ export interface EventToEmailConfigCreateVariables {
1904
+ input: EventToEmailConfigCreateInput;
1905
+ }
1906
+ /**
1907
+ * Variables for the `eventToEmailConfigUpdate` GraphQL operation. Generated from the
1908
+ * operation signature — field names and required/optional status mirror
1909
+ * the operation's declared variables exactly.
1910
+ */
1911
+ export interface EventToEmailConfigUpdateVariables {
1912
+ id: string;
1913
+ input: EventToEmailConfigUpdateInput;
1914
+ }
1915
+ /**
1916
+ * Variables for the `eventToWebHookConfigCreate` GraphQL operation. Generated from the
1917
+ * operation signature — field names and required/optional status mirror
1918
+ * the operation's declared variables exactly.
1919
+ */
1920
+ export interface EventToWebHookConfigCreateVariables {
1921
+ input: EventToWebHookConfigCreateInput;
1922
+ }
1923
+ /**
1924
+ * Variables for the `eventToWebHookConfigUpdate` GraphQL operation. Generated from the
1925
+ * operation signature — field names and required/optional status mirror
1926
+ * the operation's declared variables exactly.
1927
+ */
1928
+ export interface EventToWebHookConfigUpdateVariables {
1929
+ id: string;
1930
+ input: EventToWebHookConfigUpdateInput;
1931
+ }
1932
+ /**
1933
+ * Variables for the `exchangeRefreshToken` GraphQL operation. Generated from the
1934
+ * operation signature — field names and required/optional status mirror
1935
+ * the operation's declared variables exactly.
1936
+ */
1937
+ export interface ExchangeRefreshTokenVariables {
1938
+ input: ExchangeRefreshTokenInput;
1939
+ }
1940
+ /**
1941
+ * Variables for the `favoriteListAddItems` GraphQL operation. Generated from the
1942
+ * operation signature — field names and required/optional status mirror
1943
+ * the operation's declared variables exactly.
1944
+ */
1945
+ export interface FavoriteListAddItemsVariables {
1946
+ id: string;
1947
+ input: FavoriteListsItemsInput;
1948
+ }
1949
+ /**
1950
+ * Variables for the `favoriteListClearItems` GraphQL operation. Generated from the
1951
+ * operation signature — field names and required/optional status mirror
1952
+ * the operation's declared variables exactly.
1953
+ */
1954
+ export interface FavoriteListClearItemsVariables {
1955
+ id: string;
1956
+ products?: boolean;
1957
+ clusters?: boolean;
1958
+ }
1959
+ /**
1960
+ * Variables for the `favoriteListCreate` GraphQL operation. Generated from the
1961
+ * operation signature — field names and required/optional status mirror
1962
+ * the operation's declared variables exactly.
1963
+ */
1964
+ export interface FavoriteListCreateVariables {
1965
+ input: FavoriteListsCreateInput;
1966
+ }
1967
+ /**
1968
+ * Variables for the `favoriteListDelete` GraphQL operation. Generated from the
1969
+ * operation signature — field names and required/optional status mirror
1970
+ * the operation's declared variables exactly.
1971
+ */
1972
+ export interface FavoriteListDeleteVariables {
1973
+ id: string;
1974
+ }
1975
+ /**
1976
+ * Variables for the `favoriteListRemoveItems` GraphQL operation. Generated from the
1977
+ * operation signature — field names and required/optional status mirror
1978
+ * the operation's declared variables exactly.
1979
+ */
1980
+ export interface FavoriteListRemoveItemsVariables {
1981
+ id: string;
1982
+ input: FavoriteListsItemsInput;
1983
+ }
1984
+ /**
1985
+ * Variables for the `favoriteLists` GraphQL operation. Generated from the
1986
+ * operation signature — field names and required/optional status mirror
1987
+ * the operation's declared variables exactly.
1988
+ */
1989
+ export interface FavoriteListsVariables {
1990
+ input?: FavoriteListsSearchInput;
1991
+ }
1992
+ /**
1993
+ * Variables for the `favoriteListUpdate` GraphQL operation. Generated from the
1994
+ * operation signature — field names and required/optional status mirror
1995
+ * the operation's declared variables exactly.
1996
+ */
1997
+ export interface FavoriteListUpdateVariables {
1998
+ id: string;
1999
+ input: FavoriteListsUpdateInput;
2000
+ }
2001
+ /**
2002
+ * Variables for the `favoriteList` GraphQL operation. Generated from the
2003
+ * operation signature — field names and required/optional status mirror
2004
+ * the operation's declared variables exactly,
2005
+ * EXCEPT `imageVariantFilters`: the operation
2006
+ * declares this non-null but the SDK supplies a default when
2007
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2008
+ */
2009
+ export interface FavoriteListVariables {
2010
+ id: string;
2011
+ language?: string;
2012
+ priceCalculateProductInput?: PriceCalculateProductInput;
2013
+ imageSearchFilters?: MediaImageProductSearchInput;
2014
+ imageVariantFilters?: TransformationsInput;
2015
+ }
2016
+ /**
2017
+ * Variables for the `incentiveRuleCreate` GraphQL operation. Generated from the
2018
+ * operation signature — field names and required/optional status mirror
2019
+ * the operation's declared variables exactly.
2020
+ */
2021
+ export interface IncentiveRuleCreateVariables {
2022
+ input: BusinessRuleCreateInput;
2023
+ }
2024
+ /**
2025
+ * Variables for the `incentiveRuleSetAction` GraphQL operation. Generated from the
2026
+ * operation signature — field names and required/optional status mirror
2027
+ * the operation's declared variables exactly.
2028
+ */
2029
+ export interface IncentiveRuleSetActionVariables {
2030
+ input: IncentiveRuleSetActionInput;
2031
+ }
2032
+ /**
2033
+ * Variables for the `incentiveRuleSetOrderItemConditions` GraphQL operation. Generated from the
2034
+ * operation signature — field names and required/optional status mirror
2035
+ * the operation's declared variables exactly.
2036
+ */
2037
+ export interface IncentiveRuleSetOrderItemConditionsVariables {
2038
+ input: IncentiveRuleOrderItemSetCellInput;
2039
+ }
2040
+ /**
2041
+ * Variables for the `inventoryCreate` GraphQL operation. Generated from the
2042
+ * operation signature — field names and required/optional status mirror
2043
+ * the operation's declared variables exactly.
2044
+ */
2045
+ export interface InventoryCreateVariables {
2046
+ input: CreateInventoryInput;
2047
+ }
2048
+ /**
2049
+ * Variables for the `inventoryCsvImport` GraphQL operation. Generated from the
2050
+ * operation signature — field names and required/optional status mirror
2051
+ * the operation's declared variables exactly.
2052
+ */
2053
+ export interface InventoryCsvImportVariables {
2054
+ input: InventoryCsvInput;
2055
+ }
2056
+ /**
2057
+ * Variables for the `inventoryDelete` GraphQL operation. Generated from the
2058
+ * operation signature — field names and required/optional status mirror
2059
+ * the operation's declared variables exactly.
2060
+ */
2061
+ export interface InventoryDeleteVariables {
2062
+ id: number;
2063
+ }
2064
+ /**
2065
+ * Variables for the `inventoryUpdate` GraphQL operation. Generated from the
2066
+ * operation signature — field names and required/optional status mirror
2067
+ * the operation's declared variables exactly.
2068
+ */
2069
+ export interface InventoryUpdateVariables {
2070
+ id: number;
2071
+ input: UpdateInventoryInput;
2072
+ }
2073
+ /**
2074
+ * Variables for the `inventory` GraphQL operation. Generated from the
2075
+ * operation signature — field names and required/optional status mirror
2076
+ * the operation's declared variables exactly.
2077
+ */
2078
+ export interface InventoryVariables {
2079
+ id: number;
2080
+ }
2081
+ /**
2082
+ * Variables for the `login` GraphQL operation. Generated from the
2083
+ * operation signature — field names and required/optional status mirror
2084
+ * the operation's declared variables exactly.
2085
+ */
2086
+ export interface LoginVariables {
2087
+ input: LoginInput;
2088
+ }
2089
+ /**
2090
+ * Variables for the `machineCreate` GraphQL operation. Generated from the
2091
+ * operation signature — field names and required/optional status mirror
2092
+ * the operation's declared variables exactly,
2093
+ * EXCEPT `imageVariantFilters`: the operation
2094
+ * declares this non-null but the SDK supplies a default when
2095
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2096
+ */
2097
+ export interface MachineCreateVariables {
2098
+ input: CreateSparePartsMachineInput;
2099
+ language?: string;
2100
+ imageVariantFilters?: TransformationsInput;
2101
+ priceCalculateProductInput?: PriceCalculateProductInput;
2102
+ imageSearchFilters?: MediaImageProductSearchInput;
2103
+ }
2104
+ /**
2105
+ * Variables for the `machineDelete` GraphQL operation. Generated from the
2106
+ * operation signature — field names and required/optional status mirror
2107
+ * the operation's declared variables exactly.
2108
+ */
2109
+ export interface MachineDeleteVariables {
2110
+ id: string;
2111
+ }
2112
+ /**
2113
+ * Variables for the `machines` GraphQL operation. Generated from the
2114
+ * operation signature — field names and required/optional status mirror
2115
+ * the operation's declared variables exactly,
2116
+ * EXCEPT `imageVariantFilters`: the operation
2117
+ * declares this non-null but the SDK supplies a default when
2118
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2119
+ */
2120
+ export interface MachinesVariables {
2121
+ input?: SearchSparePartsMachineInput;
2122
+ language?: string;
2123
+ imageVariantFilters?: TransformationsInput;
2124
+ priceCalculateProductInput?: PriceCalculateProductInput;
2125
+ imageSearchFilters?: MediaImageProductSearchInput;
2126
+ }
2127
+ /**
2128
+ * Variables for the `machineUpsert` GraphQL operation. Generated from the
2129
+ * operation signature — field names and required/optional status mirror
2130
+ * the operation's declared variables exactly,
2131
+ * EXCEPT `imageVariantFilters`: the operation
2132
+ * declares this non-null but the SDK supplies a default when
2133
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2134
+ */
2135
+ export interface MachineUpsertVariables {
2136
+ input: UpsertSparePartsMachineInput;
2137
+ language?: string;
2138
+ imageVariantFilters?: TransformationsInput;
2139
+ priceCalculateProductInput?: PriceCalculateProductInput;
2140
+ imageSearchFilters?: MediaImageProductSearchInput;
2141
+ }
2142
+ /**
2143
+ * Variables for the `machine` GraphQL operation. Generated from the
2144
+ * operation signature — field names and required/optional status mirror
2145
+ * the operation's declared variables exactly,
2146
+ * EXCEPT `imageVariantFilters`: the operation
2147
+ * declares this non-null but the SDK supplies a default when
2148
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2149
+ */
2150
+ export interface MachineVariables {
2151
+ id?: string;
2152
+ slug?: string;
2153
+ language?: string;
2154
+ source?: string;
2155
+ sourceId?: string;
2156
+ imageVariantFilters?: TransformationsInput;
2157
+ priceCalculateProductInput?: PriceCalculateProductInput;
2158
+ imageSearchFilters?: MediaImageProductSearchInput;
2159
+ }
2160
+ /**
2161
+ * Variables for the `magicTokenCreate` GraphQL operation. Generated from the
2162
+ * operation signature — field names and required/optional status mirror
2163
+ * the operation's declared variables exactly.
2164
+ */
2165
+ export interface MagicTokenCreateVariables {
2166
+ input: MagicTokenCreateInput;
2167
+ }
2168
+ /**
2169
+ * Variables for the `magicTokenDelete` GraphQL operation. Generated from the
2170
+ * operation signature — field names and required/optional status mirror
2171
+ * the operation's declared variables exactly.
2172
+ */
2173
+ export interface MagicTokenDeleteVariables {
2174
+ id: string;
2175
+ }
2176
+ /**
2177
+ * Variables for the `magicTokenLogin` GraphQL operation. Generated from the
2178
+ * operation signature — field names and required/optional status mirror
2179
+ * the operation's declared variables exactly.
2180
+ */
2181
+ export interface MagicTokenLoginVariables {
2182
+ id: string;
2183
+ }
2184
+ /**
2185
+ * Variables for the `magicTokens` GraphQL operation. Generated from the
2186
+ * operation signature — field names and required/optional status mirror
2187
+ * the operation's declared variables exactly.
2188
+ */
2189
+ export interface MagicTokensVariables {
2190
+ input?: MagicTokenSearchInput;
2191
+ }
2192
+ /**
2193
+ * Variables for the `magicTokenUpdate` GraphQL operation. Generated from the
2194
+ * operation signature — field names and required/optional status mirror
2195
+ * the operation's declared variables exactly.
2196
+ */
2197
+ export interface MagicTokenUpdateVariables {
2198
+ id: string;
2199
+ input: MagicTokenUpdateInput;
2200
+ }
2201
+ /**
2202
+ * Variables for the `magicToken` GraphQL operation. Generated from the
2203
+ * operation signature — field names and required/optional status mirror
2204
+ * the operation's declared variables exactly.
2205
+ */
2206
+ export interface MagicTokenVariables {
2207
+ id: string;
2208
+ }
2209
+ /**
2210
+ * Variables for the `mediaAttachmentCreate` GraphQL operation. Generated from the
2211
+ * operation signature — field names and required/optional status mirror
2212
+ * the operation's declared variables exactly.
2213
+ */
2214
+ export interface MediaAttachmentCreateVariables {
2215
+ input: MediaAttachmentInput;
2216
+ }
2217
+ /**
2218
+ * Variables for the `mediaAttachmentDelete` GraphQL operation. Generated from the
2219
+ * operation signature — field names and required/optional status mirror
2220
+ * the operation's declared variables exactly.
2221
+ */
2222
+ export interface MediaAttachmentDeleteVariables {
2223
+ id: string;
2224
+ }
2225
+ /**
2226
+ * Variables for the `mediaAttachmentUpdate` GraphQL operation. Generated from the
2227
+ * operation signature — field names and required/optional status mirror
2228
+ * the operation's declared variables exactly.
2229
+ */
2230
+ export interface MediaAttachmentUpdateVariables {
2231
+ id: string;
2232
+ input: UpdateMediaAttachmentInput;
2233
+ }
2234
+ /**
2235
+ * Variables for the `mediaDocumentCreate` GraphQL operation. Generated from the
2236
+ * operation signature — field names and required/optional status mirror
2237
+ * the operation's declared variables exactly.
2238
+ */
2239
+ export interface MediaDocumentCreateVariables {
2240
+ input: MediaDocumentInput;
2241
+ }
2242
+ /**
2243
+ * Variables for the `mediaDocumentCsvImport` GraphQL operation. Generated from the
2244
+ * operation signature — field names and required/optional status mirror
2245
+ * the operation's declared variables exactly.
2246
+ */
2247
+ export interface MediaDocumentCsvImportVariables {
2248
+ input: DocumentCsvInput;
2249
+ }
2250
+ /**
2251
+ * Variables for the `mediaDocumentDelete` GraphQL operation. Generated from the
2252
+ * operation signature — field names and required/optional status mirror
2253
+ * the operation's declared variables exactly.
2254
+ */
2255
+ export interface MediaDocumentDeleteVariables {
2256
+ mediaId: string;
2257
+ }
2258
+ /**
2259
+ * Variables for the `mediaDocuments` GraphQL operation. Generated from the
2260
+ * operation signature — field names and required/optional status mirror
2261
+ * the operation's declared variables exactly.
2262
+ */
2263
+ export interface MediaDocumentsVariables {
2264
+ search?: MediaDocumentSearchInput;
2265
+ }
2266
+ /**
2267
+ * Variables for the `mediaDocumentUpdate` GraphQL operation. Generated from the
2268
+ * operation signature — field names and required/optional status mirror
2269
+ * the operation's declared variables exactly.
2270
+ */
2271
+ export interface MediaDocumentUpdateVariables {
2272
+ input: UpdateMediaDocumentInput;
2273
+ }
2274
+ /**
2275
+ * Variables for the `mediaDocument` GraphQL operation. Generated from the
2276
+ * operation signature — field names and required/optional status mirror
2277
+ * the operation's declared variables exactly.
2278
+ */
2279
+ export interface MediaDocumentVariables {
2280
+ mediaId: string;
2281
+ }
2282
+ /**
2283
+ * Variables for the `mediaImageCreate` GraphQL operation. Generated from the
2284
+ * operation signature — field names and required/optional status mirror
2285
+ * the operation's declared variables exactly,
2286
+ * EXCEPT `imageVariantFilters`: the operation
2287
+ * declares this non-null but the SDK supplies a default when
2288
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2289
+ */
2290
+ export interface MediaImageCreateVariables {
2291
+ input: MediaImageInput;
2292
+ language?: string;
2293
+ imageVariantFilters?: TransformationsInput;
2294
+ }
2295
+ /**
2296
+ * Variables for the `mediaImageCsvImport` GraphQL operation. Generated from the
2297
+ * operation signature — field names and required/optional status mirror
2298
+ * the operation's declared variables exactly.
2299
+ */
2300
+ export interface MediaImageCsvImportVariables {
2301
+ input: ImageCsvInput;
2302
+ }
2303
+ /**
2304
+ * Variables for the `mediaImageDelete` GraphQL operation. Generated from the
2305
+ * operation signature — field names and required/optional status mirror
2306
+ * the operation's declared variables exactly.
2307
+ */
2308
+ export interface MediaImageDeleteVariables {
2309
+ mediaId: string;
2310
+ }
2311
+ /**
2312
+ * Variables for the `mediaImages` GraphQL operation. Generated from the
2313
+ * operation signature — field names and required/optional status mirror
2314
+ * the operation's declared variables exactly,
2315
+ * EXCEPT `imageVariantFilters`: the operation
2316
+ * declares this non-null but the SDK supplies a default when
2317
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2318
+ */
2319
+ export interface MediaImagesVariables {
2320
+ search?: MediaImageSearchInput;
2321
+ language?: string;
2322
+ imageVariantFilters?: TransformationsInput;
2323
+ }
2324
+ /**
2325
+ * Variables for the `mediaImageUpdate` GraphQL operation. Generated from the
2326
+ * operation signature — field names and required/optional status mirror
2327
+ * the operation's declared variables exactly,
2328
+ * EXCEPT `imageVariantFilters`: the operation
2329
+ * declares this non-null but the SDK supplies a default when
2330
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2331
+ */
2332
+ export interface MediaImageUpdateVariables {
2333
+ input: UpdateMediaImageInput;
2334
+ language?: string;
2335
+ imageVariantFilters?: TransformationsInput;
2336
+ }
2337
+ /**
2338
+ * Variables for the `mediaImage` GraphQL operation. Generated from the
2339
+ * operation signature — field names and required/optional status mirror
2340
+ * the operation's declared variables exactly,
2341
+ * EXCEPT `imageVariantFilters`: the operation
2342
+ * declares this non-null but the SDK supplies a default when
2343
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2344
+ */
2345
+ export interface MediaImageVariables {
2346
+ mediaId: string;
2347
+ language?: string;
2348
+ imageVariantFilters?: TransformationsInput;
2349
+ }
2350
+ /**
2351
+ * Variables for the `media` GraphQL operation. Generated from the
2352
+ * operation signature — field names and required/optional status mirror
2353
+ * the operation's declared variables exactly,
2354
+ * EXCEPT `imageVariantFilters`: the operation
2355
+ * declares this non-null but the SDK supplies a default when
2356
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2357
+ */
2358
+ export interface MediaVariables {
2359
+ language?: string;
2360
+ imageVariantFilters?: TransformationsInput;
2361
+ }
2362
+ /**
2363
+ * Variables for the `mediaVideoCreate` GraphQL operation. Generated from the
2364
+ * operation signature — field names and required/optional status mirror
2365
+ * the operation's declared variables exactly.
2366
+ */
2367
+ export interface MediaVideoCreateVariables {
2368
+ input: MediaVideoInput;
2369
+ }
2370
+ /**
2371
+ * Variables for the `mediaVideoCsvImport` GraphQL operation. Generated from the
2372
+ * operation signature — field names and required/optional status mirror
2373
+ * the operation's declared variables exactly.
2374
+ */
2375
+ export interface MediaVideoCsvImportVariables {
2376
+ input: VideoCsvInput;
2377
+ }
2378
+ /**
2379
+ * Variables for the `mediaVideoDelete` GraphQL operation. Generated from the
2380
+ * operation signature — field names and required/optional status mirror
2381
+ * the operation's declared variables exactly.
2382
+ */
2383
+ export interface MediaVideoDeleteVariables {
2384
+ mediaId: string;
2385
+ }
2386
+ /**
2387
+ * Variables for the `mediaVideos` GraphQL operation. Generated from the
2388
+ * operation signature — field names and required/optional status mirror
2389
+ * the operation's declared variables exactly.
2390
+ */
2391
+ export interface MediaVideosVariables {
2392
+ search?: MediaVideoSearchInput;
2393
+ }
2394
+ /**
2395
+ * Variables for the `mediaVideoUpdate` GraphQL operation. Generated from the
2396
+ * operation signature — field names and required/optional status mirror
2397
+ * the operation's declared variables exactly.
2398
+ */
2399
+ export interface MediaVideoUpdateVariables {
2400
+ input: UpdateMediaVideoInput;
2401
+ }
2402
+ /**
2403
+ * Variables for the `mediaVideo` GraphQL operation. Generated from the
2404
+ * operation signature — field names and required/optional status mirror
2405
+ * the operation's declared variables exactly.
2406
+ */
2407
+ export interface MediaVideoVariables {
2408
+ mediaId: string;
2409
+ }
2410
+ /**
2411
+ * Variables for the `orderAddresses` GraphQL operation. Generated from the
2412
+ * operation signature — field names and required/optional status mirror
2413
+ * the operation's declared variables exactly.
2414
+ */
2415
+ export interface OrderAddressesVariables {
2416
+ orderId: number;
2417
+ type?: AddressType;
2418
+ }
2419
+ /**
2420
+ * Variables for the `orderAddress` GraphQL operation. Generated from the
2421
+ * operation signature — field names and required/optional status mirror
2422
+ * the operation's declared variables exactly.
2423
+ */
2424
+ export interface OrderAddressVariables {
2425
+ id: number;
2426
+ orderId: number;
2427
+ }
2428
+ /**
2429
+ * Variables for the `orderCreate` GraphQL operation. Generated from the
2430
+ * operation signature — field names and required/optional status mirror
2431
+ * the operation's declared variables exactly,
2432
+ * EXCEPT `imageVariantFilters`: the operation
2433
+ * declares this non-null but the SDK supplies a default when
2434
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2435
+ */
2436
+ export interface OrderCreateVariables {
2437
+ order: OrderCreateInput;
2438
+ imageSearchFilters?: MediaImageProductSearchInput;
2439
+ language?: string;
2440
+ imageVariantFilters?: TransformationsInput;
2441
+ }
2442
+ /**
2443
+ * Variables for the `orderDelete` GraphQL operation. Generated from the
2444
+ * operation signature — field names and required/optional status mirror
2445
+ * the operation's declared variables exactly.
2446
+ */
2447
+ export interface OrderDeleteVariables {
2448
+ orderId: number;
2449
+ }
2450
+ /**
2451
+ * Variables for the `orderGetPDF` GraphQL operation. Generated from the
2452
+ * operation signature — field names and required/optional status mirror
2453
+ * the operation's declared variables exactly.
2454
+ */
2455
+ export interface OrderGetPDFVariables {
2456
+ orderId: number;
2457
+ }
2458
+ /**
2459
+ * Variables for the `orderlistAddItems` GraphQL operation. Generated from the
2460
+ * operation signature — field names and required/optional status mirror
2461
+ * the operation's declared variables exactly.
2462
+ */
2463
+ export interface OrderlistAddItemsVariables {
2464
+ id: number;
2465
+ input: OrderlistItemsInput;
2466
+ }
2467
+ /**
2468
+ * Variables for the `orderlistAssignCompanies` GraphQL operation. Generated from the
2469
+ * operation signature — field names and required/optional status mirror
2470
+ * the operation's declared variables exactly.
2471
+ */
2472
+ export interface OrderlistAssignCompaniesVariables {
2473
+ id: number;
2474
+ input: OrderlistCompaniesInput;
2475
+ }
2476
+ /**
2477
+ * Variables for the `orderlistAssignUsers` GraphQL operation. Generated from the
2478
+ * operation signature — field names and required/optional status mirror
2479
+ * the operation's declared variables exactly.
2480
+ */
2481
+ export interface OrderlistAssignUsersVariables {
2482
+ id: number;
2483
+ input: OrderlistUsersInput;
2484
+ }
2485
+ /**
2486
+ * Variables for the `orderlistCreate` GraphQL operation. Generated from the
2487
+ * operation signature — field names and required/optional status mirror
2488
+ * the operation's declared variables exactly.
2489
+ */
2490
+ export interface OrderlistCreateVariables {
2491
+ input: OrderlistCreateInput;
2492
+ }
2493
+ /**
2494
+ * Variables for the `orderlistDelete` GraphQL operation. Generated from the
2495
+ * operation signature — field names and required/optional status mirror
2496
+ * the operation's declared variables exactly.
2497
+ */
2498
+ export interface OrderlistDeleteVariables {
2499
+ id: number;
2500
+ }
2501
+ /**
2502
+ * Variables for the `orderlistRemoveItems` GraphQL operation. Generated from the
2503
+ * operation signature — field names and required/optional status mirror
2504
+ * the operation's declared variables exactly.
2505
+ */
2506
+ export interface OrderlistRemoveItemsVariables {
2507
+ id: number;
2508
+ input: OrderlistItemsInput;
2509
+ }
2510
+ /**
2511
+ * Variables for the `orderlists` GraphQL operation. Generated from the
2512
+ * operation signature — field names and required/optional status mirror
2513
+ * the operation's declared variables exactly.
2514
+ */
2515
+ export interface OrderlistsVariables {
2516
+ input?: OrderlistSearchInput;
2517
+ }
2518
+ /**
2519
+ * Variables for the `orderlistUnassignCompanies` GraphQL operation. Generated from the
2520
+ * operation signature — field names and required/optional status mirror
2521
+ * the operation's declared variables exactly.
2522
+ */
2523
+ export interface OrderlistUnassignCompaniesVariables {
2524
+ id: number;
2525
+ input: OrderlistCompaniesInput;
2526
+ }
2527
+ /**
2528
+ * Variables for the `orderlistUnassignUsers` GraphQL operation. Generated from the
2529
+ * operation signature — field names and required/optional status mirror
2530
+ * the operation's declared variables exactly.
2531
+ */
2532
+ export interface OrderlistUnassignUsersVariables {
2533
+ id: number;
2534
+ input: OrderlistUsersInput;
2535
+ }
2536
+ /**
2537
+ * Variables for the `orderlistUpdate` GraphQL operation. Generated from the
2538
+ * operation signature — field names and required/optional status mirror
2539
+ * the operation's declared variables exactly.
2540
+ */
2541
+ export interface OrderlistUpdateVariables {
2542
+ id: number;
2543
+ input: OrderlistUpdateInput;
2544
+ }
2545
+ /**
2546
+ * Variables for the `orderlist` GraphQL operation. Generated from the
2547
+ * operation signature — field names and required/optional status mirror
2548
+ * the operation's declared variables exactly.
2549
+ */
2550
+ export interface OrderlistVariables {
2551
+ id: number;
2552
+ }
2553
+ /**
2554
+ * Variables for the `orderRevisionRestore` GraphQL operation. Generated from the
2555
+ * operation signature — field names and required/optional status mirror
2556
+ * the operation's declared variables exactly,
2557
+ * EXCEPT `imageVariantFilters`: the operation
2558
+ * declares this non-null but the SDK supplies a default when
2559
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2560
+ */
2561
+ export interface OrderRevisionRestoreVariables {
2562
+ orderId: number;
2563
+ revisionNumber: number;
2564
+ imageSearchFilters?: MediaImageProductSearchInput;
2565
+ language?: string;
2566
+ imageVariantFilters?: TransformationsInput;
2567
+ }
2568
+ /**
2569
+ * Variables for the `orderRevisionsInvalidate` GraphQL operation. Generated from the
2570
+ * operation signature — field names and required/optional status mirror
2571
+ * the operation's declared variables exactly.
2572
+ */
2573
+ export interface OrderRevisionsInvalidateVariables {
2574
+ input: OrderRevisionsInvalidateInput;
2575
+ }
2576
+ /**
2577
+ * Variables for the `orderRevisions` GraphQL operation. Generated from the
2578
+ * operation signature — field names and required/optional status mirror
2579
+ * the operation's declared variables exactly,
2580
+ * EXCEPT `imageVariantFilters`: the operation
2581
+ * declares this non-null but the SDK supplies a default when
2582
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2583
+ */
2584
+ export interface OrderRevisionsVariables {
2585
+ input: OrderRevisionSearchInput;
2586
+ imageSearchFilters?: MediaImageProductSearchInput;
2587
+ language?: string;
2588
+ imageVariantFilters?: TransformationsInput;
2589
+ }
2590
+ /**
2591
+ * Variables for the `orderRevision` GraphQL operation. Generated from the
2592
+ * operation signature — field names and required/optional status mirror
2593
+ * the operation's declared variables exactly,
2594
+ * EXCEPT `imageVariantFilters`: the operation
2595
+ * declares this non-null but the SDK supplies a default when
2596
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2597
+ */
2598
+ export interface OrderRevisionVariables {
2599
+ orderId: number;
2600
+ revisionNumber: number;
2601
+ imageSearchFilters?: MediaImageProductSearchInput;
2602
+ language?: string;
2603
+ imageVariantFilters?: TransformationsInput;
2604
+ }
2605
+ /**
2606
+ * Variables for the `orderSendConfirmationEmail` GraphQL operation. Generated from the
2607
+ * operation signature — field names and required/optional status mirror
2608
+ * the operation's declared variables exactly.
2609
+ */
2610
+ export interface OrderSendConfirmationEmailVariables {
2611
+ orderId: number;
2612
+ attachments?: Base64FileInput[];
2613
+ }
2614
+ /**
2615
+ * Variables for the `orderSetStatus` GraphQL operation. Generated from the
2616
+ * operation signature — field names and required/optional status mirror
2617
+ * the operation's declared variables exactly.
2618
+ */
2619
+ export interface OrderSetStatusVariables {
2620
+ input: OrderSetStatusInput;
2621
+ }
2622
+ /**
2623
+ * Variables for the `orderStatusCreate` GraphQL operation. Generated from the
2624
+ * operation signature — field names and required/optional status mirror
2625
+ * the operation's declared variables exactly.
2626
+ */
2627
+ export interface OrderStatusCreateVariables {
2628
+ input: CreateOrderStatusInput;
2629
+ }
2630
+ /**
2631
+ * Variables for the `orderStatusDelete` GraphQL operation. Generated from the
2632
+ * operation signature — field names and required/optional status mirror
2633
+ * the operation's declared variables exactly.
2634
+ */
2635
+ export interface OrderStatusDeleteVariables {
2636
+ id: number;
2637
+ }
2638
+ /**
2639
+ * Variables for the `orderStatuses` GraphQL operation. Generated from the
2640
+ * operation signature — field names and required/optional status mirror
2641
+ * the operation's declared variables exactly.
2642
+ */
2643
+ export interface OrderStatusesVariables {
2644
+ input?: OrderStatusesSearchInput;
2645
+ }
2646
+ /**
2647
+ * Variables for the `orderStatusSetAddOrderStatuses` GraphQL operation. Generated from the
2648
+ * operation signature — field names and required/optional status mirror
2649
+ * the operation's declared variables exactly.
2650
+ */
2651
+ export interface OrderStatusSetAddOrderStatusesVariables {
2652
+ id: number;
2653
+ input: AddOrderStatusesToOrderStatusSetInput;
2654
+ }
2655
+ /**
2656
+ * Variables for the `orderStatusSetCreate` GraphQL operation. Generated from the
2657
+ * operation signature — field names and required/optional status mirror
2658
+ * the operation's declared variables exactly.
2659
+ */
2660
+ export interface OrderStatusSetCreateVariables {
2661
+ input: CreateOrderStatusSetInput;
2662
+ }
2663
+ /**
2664
+ * Variables for the `orderStatusSetDelete` GraphQL operation. Generated from the
2665
+ * operation signature — field names and required/optional status mirror
2666
+ * the operation's declared variables exactly.
2667
+ */
2668
+ export interface OrderStatusSetDeleteVariables {
2669
+ id: number;
2670
+ }
2671
+ /**
2672
+ * Variables for the `orderStatusSetRemoveOrderStatuses` GraphQL operation. Generated from the
2673
+ * operation signature — field names and required/optional status mirror
2674
+ * the operation's declared variables exactly.
2675
+ */
2676
+ export interface OrderStatusSetRemoveOrderStatusesVariables {
2677
+ id: number;
2678
+ input: RemoveOrderStatusesFromOrderStatusSetInput;
2679
+ }
2680
+ /**
2681
+ * Variables for the `orderStatusSets` GraphQL operation. Generated from the
2682
+ * operation signature — field names and required/optional status mirror
2683
+ * the operation's declared variables exactly.
2684
+ */
2685
+ export interface OrderStatusSetsVariables {
2686
+ input?: OrderStatusSetsSearchInput;
2687
+ }
2688
+ /**
2689
+ * Variables for the `orderStatusSetUpdate` GraphQL operation. Generated from the
2690
+ * operation signature — field names and required/optional status mirror
2691
+ * the operation's declared variables exactly.
2692
+ */
2693
+ export interface OrderStatusSetUpdateVariables {
2694
+ id: number;
2695
+ input: UpdateOrderStatusSetInput;
2696
+ }
2697
+ /**
2698
+ * Variables for the `orderStatusSet` GraphQL operation. Generated from the
2699
+ * operation signature — field names and required/optional status mirror
2700
+ * the operation's declared variables exactly.
2701
+ */
2702
+ export interface OrderStatusSetVariables {
2703
+ input: OrderStatusSetSearchByInput;
2704
+ }
2705
+ /**
2706
+ * Variables for the `orderStatusUpdate` GraphQL operation. Generated from the
2707
+ * operation signature — field names and required/optional status mirror
2708
+ * the operation's declared variables exactly.
2709
+ */
2710
+ export interface OrderStatusUpdateVariables {
2711
+ id: number;
2712
+ input: UpdateOrderStatusInput;
2713
+ }
2714
+ /**
2715
+ * Variables for the `orderStatus` GraphQL operation. Generated from the
2716
+ * operation signature — field names and required/optional status mirror
2717
+ * the operation's declared variables exactly.
2718
+ */
2719
+ export interface OrderStatusVariables {
2720
+ input: OrderStatusSearchByInput;
2721
+ }
2722
+ /**
2723
+ * Variables for the `orders` GraphQL operation. Generated from the
2724
+ * operation signature — field names and required/optional status mirror
2725
+ * the operation's declared variables exactly.
2726
+ */
2727
+ export interface OrdersVariables {
2728
+ input?: OrderSearchArguments;
2729
+ }
2730
+ /**
2731
+ * Variables for the `orderUpdateAddress` GraphQL operation. Generated from the
2732
+ * operation signature — field names and required/optional status mirror
2733
+ * the operation's declared variables exactly.
2734
+ */
2735
+ export interface OrderUpdateAddressVariables {
2736
+ id: number;
2737
+ addressId: number;
2738
+ input: OrderUpdateAddressInput;
2739
+ }
2740
+ /**
2741
+ * Variables for the `order` GraphQL operation. Generated from the
2742
+ * operation signature — field names and required/optional status mirror
2743
+ * the operation's declared variables exactly,
2744
+ * EXCEPT `imageVariantFilters`: the operation
2745
+ * declares this non-null but the SDK supplies a default when
2746
+ * omitted (findings #4/#8), so it is surfaced as optional here.
2747
+ */
2748
+ export interface OrderVariables {
2749
+ orderId?: number;
2750
+ orderUUID?: string;
2751
+ language?: string;
2752
+ imageSearchFilters?: MediaImageProductSearchInput;
2753
+ imageVariantFilters?: TransformationsInput;
2754
+ }
2755
+ /**
2756
+ * Variables for the `passwordResetLink` GraphQL operation. Generated from the
2757
+ * operation signature — field names and required/optional status mirror
2758
+ * the operation's declared variables exactly.
2759
+ */
2760
+ export interface PasswordResetLinkVariables {
2761
+ input?: PasswordRecoveryLinkInput;
2762
+ }
2763
+ /**
2764
+ * Variables for the `paymentCreate` GraphQL operation. Generated from the
2765
+ * operation signature — field names and required/optional status mirror
2766
+ * the operation's declared variables exactly.
2767
+ */
2768
+ export interface PaymentCreateVariables {
2769
+ input: CreatePaymentInput;
2770
+ }
2771
+ /**
2772
+ * Variables for the `paymentDelete` GraphQL operation. Generated from the
2773
+ * operation signature — field names and required/optional status mirror
2774
+ * the operation's declared variables exactly.
2775
+ */
2776
+ export interface PaymentDeleteVariables {
2777
+ searchBy: SearchByInput;
2778
+ }
2779
+ /**
2780
+ * Variables for the `payments` GraphQL operation. Generated from the
2781
+ * operation signature — field names and required/optional status mirror
2782
+ * the operation's declared variables exactly.
2783
+ */
2784
+ export interface PaymentsVariables {
2785
+ input?: PaymentsSearchInput;
2786
+ }
2787
+ /**
2788
+ * Variables for the `paymentUpdate` GraphQL operation. Generated from the
2789
+ * operation signature — field names and required/optional status mirror
2790
+ * the operation's declared variables exactly.
2791
+ */
2792
+ export interface PaymentUpdateVariables {
2793
+ searchBy: SearchByInput;
2794
+ input: UpdatePaymentInput;
2795
+ }
2796
+ /**
2797
+ * Variables for the `payment` GraphQL operation. Generated from the
2798
+ * operation signature — field names and required/optional status mirror
2799
+ * the operation's declared variables exactly.
2800
+ */
2801
+ export interface PaymentVariables {
2802
+ searchBy: SearchByInput;
2803
+ }
2804
+ /**
2805
+ * Variables for the `payMethodCreate` GraphQL operation. Generated from the
2806
+ * operation signature — field names and required/optional status mirror
2807
+ * the operation's declared variables exactly.
2808
+ */
2809
+ export interface PayMethodCreateVariables {
2810
+ input: PayMethodCreateInput;
2811
+ }
2812
+ /**
2813
+ * Variables for the `payMethodDelete` GraphQL operation. Generated from the
2814
+ * operation signature — field names and required/optional status mirror
2815
+ * the operation's declared variables exactly.
2816
+ */
2817
+ export interface PayMethodDeleteVariables {
2818
+ id: number;
2819
+ }
2820
+ /**
2821
+ * Variables for the `payMethods` GraphQL operation. Generated from the
2822
+ * operation signature — field names and required/optional status mirror
2823
+ * the operation's declared variables exactly.
2824
+ */
2825
+ export interface PayMethodsVariables {
2826
+ input?: PayMethodSearchInput;
2827
+ }
2828
+ /**
2829
+ * Variables for the `payMethodUpdate` GraphQL operation. Generated from the
2830
+ * operation signature — field names and required/optional status mirror
2831
+ * the operation's declared variables exactly.
2832
+ */
2833
+ export interface PayMethodUpdateVariables {
2834
+ id: number;
2835
+ input: PayMethodUpdateInput;
2836
+ }
2837
+ /**
2838
+ * Variables for the `payMethod` GraphQL operation. Generated from the
2839
+ * operation signature — field names and required/optional status mirror
2840
+ * the operation's declared variables exactly.
2841
+ */
2842
+ export interface PayMethodVariables {
2843
+ id: number;
2844
+ }
2845
+ /**
2846
+ * Variables for the `priceCalculate` GraphQL operation. Generated from the
2847
+ * operation signature — field names and required/optional status mirror
2848
+ * the operation's declared variables exactly.
2849
+ */
2850
+ export interface PriceCalculateVariables {
2851
+ input: PriceCalculateInput;
2852
+ }
2853
+ /**
2854
+ * Variables for the `priceCreate` GraphQL operation. Generated from the
2855
+ * operation signature — field names and required/optional status mirror
2856
+ * the operation's declared variables exactly.
2857
+ */
2858
+ export interface PriceCreateVariables {
2859
+ input: PriceCreateInput;
2860
+ }
2861
+ /**
2862
+ * Variables for the `priceCsvImport` GraphQL operation. Generated from the
2863
+ * operation signature — field names and required/optional status mirror
2864
+ * the operation's declared variables exactly.
2865
+ */
2866
+ export interface PriceCsvImportVariables {
2867
+ input: PriceCsvInput;
2868
+ }
2869
+ /**
2870
+ * Variables for the `priceDefault` GraphQL operation. Generated from the
2871
+ * operation signature — field names and required/optional status mirror
2872
+ * the operation's declared variables exactly.
2873
+ */
2874
+ export interface PriceDefaultVariables {
2875
+ input: PriceCalculateDefaultInput;
2876
+ }
2877
+ /**
2878
+ * Variables for the `priceDelete` GraphQL operation. Generated from the
2879
+ * operation signature — field names and required/optional status mirror
2880
+ * the operation's declared variables exactly.
2881
+ */
2882
+ export interface PriceDeleteVariables {
2883
+ id: string;
2884
+ }
2885
+ /**
2886
+ * Variables for the `priceExplain` GraphQL operation. Generated from the
2887
+ * operation signature — field names and required/optional status mirror
2888
+ * the operation's declared variables exactly.
2889
+ */
2890
+ export interface PriceExplainVariables {
2891
+ input: PriceCalculateInput;
2892
+ }
2893
+ /**
2894
+ * Variables for the `pricesheetAssign` GraphQL operation. Generated from the
2895
+ * operation signature — field names and required/optional status mirror
2896
+ * the operation's declared variables exactly.
2897
+ */
2898
+ export interface PricesheetAssignVariables {
2899
+ id: string;
2900
+ input: PricesheetAssignInput;
2901
+ contactAttributesInput?: AttributeResultSearchInput;
2902
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
2903
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
2904
+ companyAttributesInput?: AttributeResultSearchInput;
2905
+ customerAttributesInput?: AttributeResultSearchInput;
2906
+ contactSearchArguments?: ContactSearchArguments;
2907
+ }
2908
+ /**
2909
+ * Variables for the `pricesheetCreate` GraphQL operation. Generated from the
2910
+ * operation signature — field names and required/optional status mirror
2911
+ * the operation's declared variables exactly.
2912
+ */
2913
+ export interface PricesheetCreateVariables {
2914
+ input: PricesheetCreateInput;
2915
+ contactAttributesInput?: AttributeResultSearchInput;
2916
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
2917
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
2918
+ companyAttributesInput?: AttributeResultSearchInput;
2919
+ customerAttributesInput?: AttributeResultSearchInput;
2920
+ contactSearchArguments?: ContactSearchArguments;
2921
+ }
2922
+ /**
2923
+ * Variables for the `pricesheetCsvImport` GraphQL operation. Generated from the
2924
+ * operation signature — field names and required/optional status mirror
2925
+ * the operation's declared variables exactly.
2926
+ */
2927
+ export interface PricesheetCsvImportVariables {
2928
+ input: PricesheetCsvInput;
2929
+ }
2930
+ /**
2931
+ * Variables for the `pricesheetDelete` GraphQL operation. Generated from the
2932
+ * operation signature — field names and required/optional status mirror
2933
+ * the operation's declared variables exactly.
2934
+ */
2935
+ export interface PricesheetDeleteVariables {
2936
+ id: string;
2937
+ }
2938
+ /**
2939
+ * Variables for the `pricesheetsEffective` GraphQL operation. Generated from the
2940
+ * operation signature — field names and required/optional status mirror
2941
+ * the operation's declared variables exactly.
2942
+ */
2943
+ export interface PricesheetsEffectiveVariables {
2944
+ input: PricesheetsEffectiveInput;
2945
+ contactAttributesInput?: AttributeResultSearchInput;
2946
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
2947
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
2948
+ companyAttributesInput?: AttributeResultSearchInput;
2949
+ customerAttributesInput?: AttributeResultSearchInput;
2950
+ contactSearchArguments?: ContactSearchArguments;
2951
+ }
2952
+ /**
2953
+ * Variables for the `pricesheets` GraphQL operation. Generated from the
2954
+ * operation signature — field names and required/optional status mirror
2955
+ * the operation's declared variables exactly.
2956
+ */
2957
+ export interface PricesheetsVariables {
2958
+ input?: PricesheetSearchInput;
2959
+ contactAttributesInput?: AttributeResultSearchInput;
2960
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
2961
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
2962
+ companyAttributesInput?: AttributeResultSearchInput;
2963
+ customerAttributesInput?: AttributeResultSearchInput;
2964
+ contactSearchArguments?: ContactSearchArguments;
2965
+ }
2966
+ /**
2967
+ * Variables for the `pricesheetUnassign` GraphQL operation. Generated from the
2968
+ * operation signature — field names and required/optional status mirror
2969
+ * the operation's declared variables exactly.
2970
+ */
2971
+ export interface PricesheetUnassignVariables {
2972
+ id: string;
2973
+ input: PricesheetUnassignInput;
2974
+ contactAttributesInput?: AttributeResultSearchInput;
2975
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
2976
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
2977
+ companyAttributesInput?: AttributeResultSearchInput;
2978
+ customerAttributesInput?: AttributeResultSearchInput;
2979
+ contactSearchArguments?: ContactSearchArguments;
2980
+ }
2981
+ /**
2982
+ * Variables for the `pricesheetUpdate` GraphQL operation. Generated from the
2983
+ * operation signature — field names and required/optional status mirror
2984
+ * the operation's declared variables exactly.
2985
+ */
2986
+ export interface PricesheetUpdateVariables {
2987
+ id: string;
2988
+ input: PricesheetUpdateInput;
2989
+ contactAttributesInput?: AttributeResultSearchInput;
2990
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
2991
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
2992
+ companyAttributesInput?: AttributeResultSearchInput;
2993
+ customerAttributesInput?: AttributeResultSearchInput;
2994
+ contactSearchArguments?: ContactSearchArguments;
2995
+ }
2996
+ /**
2997
+ * Variables for the `pricesheet` GraphQL operation. Generated from the
2998
+ * operation signature — field names and required/optional status mirror
2999
+ * the operation's declared variables exactly.
3000
+ */
3001
+ export interface PricesheetVariables {
3002
+ id: string;
3003
+ contactAttributesInput?: AttributeResultSearchInput;
3004
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3005
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3006
+ companyAttributesInput?: AttributeResultSearchInput;
3007
+ customerAttributesInput?: AttributeResultSearchInput;
3008
+ contactSearchArguments?: ContactSearchArguments;
3009
+ }
3010
+ /**
3011
+ * Variables for the `prices` GraphQL operation. Generated from the
3012
+ * operation signature — field names and required/optional status mirror
3013
+ * the operation's declared variables exactly.
3014
+ */
3015
+ export interface PricesVariables {
3016
+ input?: PriceSearchInput;
3017
+ }
3018
+ /**
3019
+ * Variables for the `priceUpdate` GraphQL operation. Generated from the
3020
+ * operation signature — field names and required/optional status mirror
3021
+ * the operation's declared variables exactly.
3022
+ */
3023
+ export interface PriceUpdateVariables {
3024
+ id: string;
3025
+ input: PriceUpdateInput;
3026
+ }
3027
+ /**
3028
+ * Variables for the `price` GraphQL operation. Generated from the
3029
+ * operation signature — field names and required/optional status mirror
3030
+ * the operation's declared variables exactly.
3031
+ */
3032
+ export interface PriceVariables {
3033
+ id: string;
3034
+ }
3035
+ /**
3036
+ * Variables for the `productBulkMove` GraphQL operation. Generated from the
3037
+ * operation signature — field names and required/optional status mirror
3038
+ * the operation's declared variables exactly.
3039
+ */
3040
+ export interface ProductBulkMoveVariables {
3041
+ input: ProductBulkMoveInput;
3042
+ }
3043
+ /**
3044
+ * Variables for the `productCreate` GraphQL operation. Generated from the
3045
+ * operation signature — field names and required/optional status mirror
3046
+ * the operation's declared variables exactly.
3047
+ */
3048
+ export interface ProductCreateVariables {
3049
+ input: CreateProductInput;
3050
+ }
3051
+ /**
3052
+ * Variables for the `productCsvImport` GraphQL operation. Generated from the
3053
+ * operation signature — field names and required/optional status mirror
3054
+ * the operation's declared variables exactly.
3055
+ */
3056
+ export interface ProductCsvImportVariables {
3057
+ input: ProductCsvInput;
3058
+ }
3059
+ /**
3060
+ * Variables for the `productDelete` GraphQL operation. Generated from the
3061
+ * operation signature — field names and required/optional status mirror
3062
+ * the operation's declared variables exactly.
3063
+ */
3064
+ export interface ProductDeleteVariables {
3065
+ productId: number;
3066
+ }
3067
+ /**
3068
+ * Variables for the `productSurcharges` GraphQL operation. Generated from the
3069
+ * operation signature — field names and required/optional status mirror
3070
+ * the operation's declared variables exactly.
3071
+ */
3072
+ export interface ProductSurchargesVariables {
3073
+ productId: number;
3074
+ input?: SurchargeSearchInput;
3075
+ }
3076
+ /**
3077
+ * Variables for the `products` GraphQL operation. Generated from the
3078
+ * operation signature — field names and required/optional status mirror
3079
+ * the operation's declared variables exactly,
3080
+ * EXCEPT `imageVariantFilters`: the operation
3081
+ * declares this non-null but the SDK supplies a default when
3082
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3083
+ */
3084
+ export interface ProductsVariables {
3085
+ input?: ProductSearchInput;
3086
+ language?: string;
3087
+ priceCalculateProductInput?: PriceCalculateProductInput;
3088
+ imageSearchFilters?: MediaImageProductSearchInput;
3089
+ imageVariantFilters?: TransformationsInput;
3090
+ filterAvailableAttributeInput?: FilterAvailableAttributeInput;
3091
+ }
3092
+ /**
3093
+ * Variables for the `productUpdate` GraphQL operation. Generated from the
3094
+ * operation signature — field names and required/optional status mirror
3095
+ * the operation's declared variables exactly.
3096
+ */
3097
+ export interface ProductUpdateVariables {
3098
+ productId: number;
3099
+ input: UpdateProductInput;
3100
+ }
3101
+ /**
3102
+ * Variables for the `product` GraphQL operation. Generated from the
3103
+ * operation signature — field names and required/optional status mirror
3104
+ * the operation's declared variables exactly,
3105
+ * EXCEPT `imageVariantFilters`: the operation
3106
+ * declares this non-null but the SDK supplies a default when
3107
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3108
+ */
3109
+ export interface ProductVariables {
3110
+ productId?: number;
3111
+ slug?: string;
3112
+ sku?: string;
3113
+ language?: string;
3114
+ applyOrderlists?: boolean;
3115
+ orderlistIds?: number[];
3116
+ priceCalculateProductInput?: PriceCalculateProductInput;
3117
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3118
+ attributeResultSearchInput?: AttributeResultSearchInput;
3119
+ imageSearchFilters?: MediaImageProductSearchInput;
3120
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3121
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3122
+ imageVariantFilters?: TransformationsInput;
3123
+ }
3124
+ /**
3125
+ * Variables for the `publishEmailEvent` GraphQL operation. Generated from the
3126
+ * operation signature — field names and required/optional status mirror
3127
+ * the operation's declared variables exactly.
3128
+ */
3129
+ export interface PublishEmailEventVariables {
3130
+ input: EmailEventInput;
3131
+ }
3132
+ /**
3133
+ * Variables for the `publishEmailSendEvent` GraphQL operation. Generated from the
3134
+ * operation signature — field names and required/optional status mirror
3135
+ * the operation's declared variables exactly.
3136
+ */
3137
+ export interface PublishEmailSendEventVariables {
3138
+ input: EmailSendEventInput;
3139
+ }
3140
+ /**
3141
+ * Variables for the `publishPasswordResetEmailEvent` GraphQL operation. Generated from the
3142
+ * operation signature — field names and required/optional status mirror
3143
+ * the operation's declared variables exactly.
3144
+ */
3145
+ export interface PublishPasswordResetEmailEventVariables {
3146
+ input: PasswordResetLinkEmailInput;
3147
+ }
3148
+ /**
3149
+ * Variables for the `purchaseAuthorizationConfigCreate` GraphQL operation. Generated from the
3150
+ * operation signature — field names and required/optional status mirror
3151
+ * the operation's declared variables exactly.
3152
+ */
3153
+ export interface PurchaseAuthorizationConfigCreateVariables {
3154
+ input?: PurchaseAuthorizationConfigCreateInput;
3155
+ }
3156
+ /**
3157
+ * Variables for the `purchaseAuthorizationConfigDelete` GraphQL operation. Generated from the
3158
+ * operation signature — field names and required/optional status mirror
3159
+ * the operation's declared variables exactly.
3160
+ */
3161
+ export interface PurchaseAuthorizationConfigDeleteVariables {
3162
+ id: string;
3163
+ }
3164
+ /**
3165
+ * Variables for the `purchaseAuthorizationConfigs` GraphQL operation. Generated from the
3166
+ * operation signature — field names and required/optional status mirror
3167
+ * the operation's declared variables exactly.
3168
+ */
3169
+ export interface PurchaseAuthorizationConfigsVariables {
3170
+ input?: PurchaseAuthorizationConfigSearchInput;
3171
+ }
3172
+ /**
3173
+ * Variables for the `purchaseAuthorizationConfigUpdate` GraphQL operation. Generated from the
3174
+ * operation signature — field names and required/optional status mirror
3175
+ * the operation's declared variables exactly.
3176
+ */
3177
+ export interface PurchaseAuthorizationConfigUpdateVariables {
3178
+ id: string;
3179
+ input?: PurchaseAuthorizationConfigUpdateInput;
3180
+ }
3181
+ /**
3182
+ * Variables for the `purchaseAuthorizationConfig` GraphQL operation. Generated from the
3183
+ * operation signature — field names and required/optional status mirror
3184
+ * the operation's declared variables exactly.
3185
+ */
3186
+ export interface PurchaseAuthorizationConfigVariables {
3187
+ id: string;
3188
+ }
3189
+ /**
3190
+ * Variables for the `quoteGetPDF` GraphQL operation. Generated from the
3191
+ * operation signature — field names and required/optional status mirror
3192
+ * the operation's declared variables exactly.
3193
+ */
3194
+ export interface QuoteGetPDFVariables {
3195
+ quoteId: number;
3196
+ }
3197
+ /**
3198
+ * Variables for the `removeCompanyManager` GraphQL operation. Generated from the
3199
+ * operation signature — field names and required/optional status mirror
3200
+ * the operation's declared variables exactly.
3201
+ */
3202
+ export interface RemoveCompanyManagerVariables {
3203
+ userId: number;
3204
+ companyId: number;
3205
+ }
3206
+ /**
3207
+ * Variables for the `removeSurchargesFromProduct` GraphQL operation. Generated from the
3208
+ * operation signature — field names and required/optional status mirror
3209
+ * the operation's declared variables exactly.
3210
+ */
3211
+ export interface RemoveSurchargesFromProductVariables {
3212
+ input: RemoveSurchargesFromProductInput;
3213
+ }
3214
+ /**
3215
+ * Variables for the `roleCreate` GraphQL operation. Generated from the
3216
+ * operation signature — field names and required/optional status mirror
3217
+ * the operation's declared variables exactly.
3218
+ */
3219
+ export interface RoleCreateVariables {
3220
+ input: RoleCreateInput;
3221
+ }
3222
+ /**
3223
+ * Variables for the `roleDefinitionCreate` GraphQL operation. Generated from the
3224
+ * operation signature — field names and required/optional status mirror
3225
+ * the operation's declared variables exactly.
3226
+ */
3227
+ export interface RoleDefinitionCreateVariables {
3228
+ input: RoleDefinitionCreateInput;
3229
+ }
3230
+ /**
3231
+ * Variables for the `roleDefinitionDelete` GraphQL operation. Generated from the
3232
+ * operation signature — field names and required/optional status mirror
3233
+ * the operation's declared variables exactly.
3234
+ */
3235
+ export interface RoleDefinitionDeleteVariables {
3236
+ id: string;
3237
+ }
3238
+ /**
3239
+ * Variables for the `roleDefinitions` GraphQL operation. Generated from the
3240
+ * operation signature — field names and required/optional status mirror
3241
+ * the operation's declared variables exactly.
3242
+ */
3243
+ export interface RoleDefinitionsVariables {
3244
+ input?: RoleDefinitionSearchInput;
3245
+ }
3246
+ /**
3247
+ * Variables for the `roleDefinitionUpdate` GraphQL operation. Generated from the
3248
+ * operation signature — field names and required/optional status mirror
3249
+ * the operation's declared variables exactly.
3250
+ */
3251
+ export interface RoleDefinitionUpdateVariables {
3252
+ id: string;
3253
+ input: RoleDefinitionUpdateInput;
3254
+ }
3255
+ /**
3256
+ * Variables for the `roleDefinition` GraphQL operation. Generated from the
3257
+ * operation signature — field names and required/optional status mirror
3258
+ * the operation's declared variables exactly.
3259
+ */
3260
+ export interface RoleDefinitionVariables {
3261
+ id: string;
3262
+ }
3263
+ /**
3264
+ * Variables for the `roleDelete` GraphQL operation. Generated from the
3265
+ * operation signature — field names and required/optional status mirror
3266
+ * the operation's declared variables exactly.
3267
+ */
3268
+ export interface RoleDeleteVariables {
3269
+ id: string;
3270
+ }
3271
+ /**
3272
+ * Variables for the `roles` GraphQL operation. Generated from the
3273
+ * operation signature — field names and required/optional status mirror
3274
+ * the operation's declared variables exactly.
3275
+ */
3276
+ export interface RolesVariables {
3277
+ input: RoleSearchInput;
3278
+ }
3279
+ /**
3280
+ * Variables for the `roleUpdate` GraphQL operation. Generated from the
3281
+ * operation signature — field names and required/optional status mirror
3282
+ * the operation's declared variables exactly.
3283
+ */
3284
+ export interface RoleUpdateVariables {
3285
+ id: string;
3286
+ input: RoleUpdateInput;
3287
+ }
3288
+ /**
3289
+ * Variables for the `role` GraphQL operation. Generated from the
3290
+ * operation signature — field names and required/optional status mirror
3291
+ * the operation's declared variables exactly.
3292
+ */
3293
+ export interface RoleVariables {
3294
+ id: string;
3295
+ }
3296
+ /**
3297
+ * Variables for the `shipmentCreate` GraphQL operation. Generated from the
3298
+ * operation signature — field names and required/optional status mirror
3299
+ * the operation's declared variables exactly.
3300
+ */
3301
+ export interface ShipmentCreateVariables {
3302
+ input: ShipmentCreateInput;
3303
+ }
3304
+ /**
3305
+ * Variables for the `shipmentDelete` GraphQL operation. Generated from the
3306
+ * operation signature — field names and required/optional status mirror
3307
+ * the operation's declared variables exactly.
3308
+ */
3309
+ export interface ShipmentDeleteVariables {
3310
+ id: string;
3311
+ }
3312
+ /**
3313
+ * Variables for the `shipmentItemCreate` GraphQL operation. Generated from the
3314
+ * operation signature — field names and required/optional status mirror
3315
+ * the operation's declared variables exactly.
3316
+ */
3317
+ export interface ShipmentItemCreateVariables {
3318
+ input: ShipmentItemCreateInput;
3319
+ }
3320
+ /**
3321
+ * Variables for the `shipmentItemDelete` GraphQL operation. Generated from the
3322
+ * operation signature — field names and required/optional status mirror
3323
+ * the operation's declared variables exactly.
3324
+ */
3325
+ export interface ShipmentItemDeleteVariables {
3326
+ id: string;
3327
+ }
3328
+ /**
3329
+ * Variables for the `shipmentItems` GraphQL operation. Generated from the
3330
+ * operation signature — field names and required/optional status mirror
3331
+ * the operation's declared variables exactly.
3332
+ */
3333
+ export interface ShipmentItemsVariables {
3334
+ input?: ShipmentItemSearchInput;
3335
+ }
3336
+ /**
3337
+ * Variables for the `shipmentItemUpdate` GraphQL operation. Generated from the
3338
+ * operation signature — field names and required/optional status mirror
3339
+ * the operation's declared variables exactly.
3340
+ */
3341
+ export interface ShipmentItemUpdateVariables {
3342
+ id: string;
3343
+ input: ShipmentItemUpdateInput;
3344
+ }
3345
+ /**
3346
+ * Variables for the `shipmentItem` GraphQL operation. Generated from the
3347
+ * operation signature — field names and required/optional status mirror
3348
+ * the operation's declared variables exactly.
3349
+ */
3350
+ export interface ShipmentItemVariables {
3351
+ id: string;
3352
+ }
3353
+ /**
3354
+ * Variables for the `shipments` GraphQL operation. Generated from the
3355
+ * operation signature — field names and required/optional status mirror
3356
+ * the operation's declared variables exactly.
3357
+ */
3358
+ export interface ShipmentsVariables {
3359
+ input?: ShipmentSearchInput;
3360
+ }
3361
+ /**
3362
+ * Variables for the `shipmentUpdate` GraphQL operation. Generated from the
3363
+ * operation signature — field names and required/optional status mirror
3364
+ * the operation's declared variables exactly.
3365
+ */
3366
+ export interface ShipmentUpdateVariables {
3367
+ id: string;
3368
+ input: ShipmentUpdateInput;
3369
+ }
3370
+ /**
3371
+ * Variables for the `shipment` GraphQL operation. Generated from the
3372
+ * operation signature — field names and required/optional status mirror
3373
+ * the operation's declared variables exactly.
3374
+ */
3375
+ export interface ShipmentVariables {
3376
+ id: string;
3377
+ }
3378
+ /**
3379
+ * Variables for the `shop` GraphQL operation. Generated from the
3380
+ * operation signature — field names and required/optional status mirror
3381
+ * the operation's declared variables exactly.
3382
+ */
3383
+ export interface ShopVariables {
3384
+ shopId: number;
3385
+ }
3386
+ /**
3387
+ * Variables for the `surchargeCreate` GraphQL operation. Generated from the
3388
+ * operation signature — field names and required/optional status mirror
3389
+ * the operation's declared variables exactly.
3390
+ */
3391
+ export interface SurchargeCreateVariables {
3392
+ input: CreateSurchargeInput;
3393
+ }
3394
+ /**
3395
+ * Variables for the `surchargeDelete` GraphQL operation. Generated from the
3396
+ * operation signature — field names and required/optional status mirror
3397
+ * the operation's declared variables exactly.
3398
+ */
3399
+ export interface SurchargeDeleteVariables {
3400
+ id: string;
3401
+ }
3402
+ /**
3403
+ * Variables for the `surcharges` GraphQL operation. Generated from the
3404
+ * operation signature — field names and required/optional status mirror
3405
+ * the operation's declared variables exactly.
3406
+ */
3407
+ export interface SurchargesVariables {
3408
+ input?: SurchargeSearchInput;
3409
+ }
3410
+ /**
3411
+ * Variables for the `surchargeUpdate` GraphQL operation. Generated from the
3412
+ * operation signature — field names and required/optional status mirror
3413
+ * the operation's declared variables exactly.
3414
+ */
3415
+ export interface SurchargeUpdateVariables {
3416
+ id: string;
3417
+ input: UpdateSurchargeInput;
3418
+ }
3419
+ /**
3420
+ * Variables for the `surcharge` GraphQL operation. Generated from the
3421
+ * operation signature — field names and required/optional status mirror
3422
+ * the operation's declared variables exactly.
3423
+ */
3424
+ export interface SurchargeVariables {
3425
+ id: string;
3426
+ }
3427
+ /**
3428
+ * Variables for the `taxCreate` GraphQL operation. Generated from the
3429
+ * operation signature — field names and required/optional status mirror
3430
+ * the operation's declared variables exactly.
3431
+ */
3432
+ export interface TaxCreateVariables {
3433
+ input: TaxCreateInput;
3434
+ }
3435
+ /**
3436
+ * Variables for the `taxDelete` GraphQL operation. Generated from the
3437
+ * operation signature — field names and required/optional status mirror
3438
+ * the operation's declared variables exactly.
3439
+ */
3440
+ export interface TaxDeleteVariables {
3441
+ id: string;
3442
+ }
3443
+ /**
3444
+ * Variables for the `taxes` GraphQL operation. Generated from the
3445
+ * operation signature — field names and required/optional status mirror
3446
+ * the operation's declared variables exactly.
3447
+ */
3448
+ export interface TaxesVariables {
3449
+ input?: TaxSearchInput;
3450
+ }
3451
+ /**
3452
+ * Variables for the `taxUpdate` GraphQL operation. Generated from the
3453
+ * operation signature — field names and required/optional status mirror
3454
+ * the operation's declared variables exactly.
3455
+ */
3456
+ export interface TaxUpdateVariables {
3457
+ id: string;
3458
+ input: TaxUpdateInput;
3459
+ }
3460
+ /**
3461
+ * Variables for the `tax` GraphQL operation. Generated from the
3462
+ * operation signature — field names and required/optional status mirror
3463
+ * the operation's declared variables exactly.
3464
+ */
3465
+ export interface TaxVariables {
3466
+ id?: string;
3467
+ code?: TaxCode;
3468
+ zone?: string;
3469
+ }
3470
+ /**
3471
+ * Variables for the `templateDelete` GraphQL operation. Generated from the
3472
+ * operation signature — field names and required/optional status mirror
3473
+ * the operation's declared variables exactly.
3474
+ */
3475
+ export interface TemplateDeleteVariables {
3476
+ id: string;
3477
+ }
3478
+ /**
3479
+ * Variables for the `templateErrorLogs` GraphQL operation. Generated from the
3480
+ * operation signature — field names and required/optional status mirror
3481
+ * the operation's declared variables exactly.
3482
+ */
3483
+ export interface TemplateErrorLogsVariables {
3484
+ input: TemplateErrorLogSearchInput;
3485
+ }
3486
+ /**
3487
+ * Variables for the `templateErrorLog` GraphQL operation. Generated from the
3488
+ * operation signature — field names and required/optional status mirror
3489
+ * the operation's declared variables exactly.
3490
+ */
3491
+ export interface TemplateErrorLogVariables {
3492
+ id: string;
3493
+ }
3494
+ /**
3495
+ * Variables for the `templateRenderToHTML` GraphQL operation. Generated from the
3496
+ * operation signature — field names and required/optional status mirror
3497
+ * the operation's declared variables exactly.
3498
+ */
3499
+ export interface TemplateRenderToHTMLVariables {
3500
+ id: string;
3501
+ input: TemplateRenderInput;
3502
+ }
3503
+ /**
3504
+ * Variables for the `templates` GraphQL operation. Generated from the
3505
+ * operation signature — field names and required/optional status mirror
3506
+ * the operation's declared variables exactly.
3507
+ */
3508
+ export interface TemplatesVariables {
3509
+ input: TemplateSearchInput;
3510
+ }
3511
+ /**
3512
+ * Variables for the `template` GraphQL operation. Generated from the
3513
+ * operation signature — field names and required/optional status mirror
3514
+ * the operation's declared variables exactly.
3515
+ */
3516
+ export interface TemplateVariables {
3517
+ id: string;
3518
+ }
3519
+ /**
3520
+ * Variables for the `tenantCreate` GraphQL operation. Generated from the
3521
+ * operation signature — field names and required/optional status mirror
3522
+ * the operation's declared variables exactly.
3523
+ */
3524
+ export interface TenantCreateVariables {
3525
+ input: TenantCreateInput;
3526
+ }
3527
+ /**
3528
+ * Variables for the `tenantDelete` GraphQL operation. Generated from the
3529
+ * operation signature — field names and required/optional status mirror
3530
+ * the operation's declared variables exactly.
3531
+ */
3532
+ export interface TenantDeleteVariables {
3533
+ id?: string;
3534
+ }
3535
+ /**
3536
+ * Variables for the `tenantUpdate` GraphQL operation. Generated from the
3537
+ * operation signature — field names and required/optional status mirror
3538
+ * the operation's declared variables exactly.
3539
+ */
3540
+ export interface TenantUpdateVariables {
3541
+ input: TenantUpdateInput;
3542
+ id?: string;
3543
+ }
3544
+ /**
3545
+ * Variables for the `tenderAddItems` GraphQL operation. Generated from the
3546
+ * operation signature — field names and required/optional status mirror
3547
+ * the operation's declared variables exactly,
3548
+ * EXCEPT `imageVariantFilters`: the operation
3549
+ * declares this non-null but the SDK supplies a default when
3550
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3551
+ */
3552
+ export interface TenderAddItemsVariables {
3553
+ id: string;
3554
+ input: TenderAddItemsInput;
3555
+ attributeResultSearchInput?: AttributeResultSearchInput;
3556
+ priceCalculateProductInput?: PriceCalculateProductInput;
3557
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3558
+ imageSearchFilters?: MediaImageProductSearchInput;
3559
+ language?: string;
3560
+ imageVariantFilters?: TransformationsInput;
3561
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3562
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3563
+ contactAttributesInput?: AttributeResultSearchInput;
3564
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3565
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3566
+ companyAttributesInput?: AttributeResultSearchInput;
3567
+ customerAttributesInput?: AttributeResultSearchInput;
3568
+ contactSearchArguments?: ContactSearchArguments;
3569
+ }
3570
+ /**
3571
+ * Variables for the `tenderApplyIncentives` GraphQL operation. Generated from the
3572
+ * operation signature — field names and required/optional status mirror
3573
+ * the operation's declared variables exactly,
3574
+ * EXCEPT `imageVariantFilters`: the operation
3575
+ * declares this non-null but the SDK supplies a default when
3576
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3577
+ */
3578
+ export interface TenderApplyIncentivesVariables {
3579
+ id: string;
3580
+ attributeResultSearchInput?: AttributeResultSearchInput;
3581
+ priceCalculateProductInput?: PriceCalculateProductInput;
3582
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3583
+ imageSearchFilters?: MediaImageProductSearchInput;
3584
+ language?: string;
3585
+ imageVariantFilters?: TransformationsInput;
3586
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3587
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3588
+ contactAttributesInput?: AttributeResultSearchInput;
3589
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3590
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3591
+ companyAttributesInput?: AttributeResultSearchInput;
3592
+ customerAttributesInput?: AttributeResultSearchInput;
3593
+ contactSearchArguments?: ContactSearchArguments;
3594
+ }
3595
+ /**
3596
+ * Variables for the `tenderDeleteBonusItem` GraphQL operation. Generated from the
3597
+ * operation signature — field names and required/optional status mirror
3598
+ * the operation's declared variables exactly,
3599
+ * EXCEPT `imageVariantFilters`: the operation
3600
+ * declares this non-null but the SDK supplies a default when
3601
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3602
+ */
3603
+ export interface TenderDeleteBonusItemVariables {
3604
+ id: string;
3605
+ itemId: string;
3606
+ attributeResultSearchInput?: AttributeResultSearchInput;
3607
+ priceCalculateProductInput?: PriceCalculateProductInput;
3608
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3609
+ imageSearchFilters?: MediaImageProductSearchInput;
3610
+ language?: string;
3611
+ imageVariantFilters?: TransformationsInput;
3612
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3613
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3614
+ contactAttributesInput?: AttributeResultSearchInput;
3615
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3616
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3617
+ companyAttributesInput?: AttributeResultSearchInput;
3618
+ customerAttributesInput?: AttributeResultSearchInput;
3619
+ contactSearchArguments?: ContactSearchArguments;
3620
+ }
3621
+ /**
3622
+ * Variables for the `tenderDeleteItem` GraphQL operation. Generated from the
3623
+ * operation signature — field names and required/optional status mirror
3624
+ * the operation's declared variables exactly,
3625
+ * EXCEPT `imageVariantFilters`: the operation
3626
+ * declares this non-null but the SDK supplies a default when
3627
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3628
+ */
3629
+ export interface TenderDeleteItemVariables {
3630
+ id: string;
3631
+ itemId: string;
3632
+ attributeResultSearchInput?: AttributeResultSearchInput;
3633
+ priceCalculateProductInput?: PriceCalculateProductInput;
3634
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3635
+ imageSearchFilters?: MediaImageProductSearchInput;
3636
+ language?: string;
3637
+ imageVariantFilters?: TransformationsInput;
3638
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3639
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3640
+ contactAttributesInput?: AttributeResultSearchInput;
3641
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3642
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3643
+ companyAttributesInput?: AttributeResultSearchInput;
3644
+ customerAttributesInput?: AttributeResultSearchInput;
3645
+ contactSearchArguments?: ContactSearchArguments;
3646
+ }
3647
+ /**
3648
+ * Variables for the `tenderDelete` GraphQL operation. Generated from the
3649
+ * operation signature — field names and required/optional status mirror
3650
+ * the operation's declared variables exactly.
3651
+ */
3652
+ export interface TenderDeleteVariables {
3653
+ id: string;
3654
+ }
3655
+ /**
3656
+ * Variables for the `tenderProcess` GraphQL operation. Generated from the
3657
+ * operation signature — field names and required/optional status mirror
3658
+ * the operation's declared variables exactly.
3659
+ */
3660
+ export interface TenderProcessVariables {
3661
+ id: string;
3662
+ }
3663
+ /**
3664
+ * Variables for the `tenderStart` GraphQL operation. Generated from the
3665
+ * operation signature — field names and required/optional status mirror
3666
+ * the operation's declared variables exactly,
3667
+ * EXCEPT `imageVariantFilters`: the operation
3668
+ * declares this non-null but the SDK supplies a default when
3669
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3670
+ */
3671
+ export interface TenderStartVariables {
3672
+ input: TenderStartInput;
3673
+ attributeResultSearchInput?: AttributeResultSearchInput;
3674
+ priceCalculateProductInput?: PriceCalculateProductInput;
3675
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3676
+ imageSearchFilters?: MediaImageProductSearchInput;
3677
+ language?: string;
3678
+ imageVariantFilters?: TransformationsInput;
3679
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3680
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3681
+ contactAttributesInput?: AttributeResultSearchInput;
3682
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3683
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3684
+ companyAttributesInput?: AttributeResultSearchInput;
3685
+ customerAttributesInput?: AttributeResultSearchInput;
3686
+ contactSearchArguments?: ContactSearchArguments;
3687
+ }
3688
+ /**
3689
+ * Variables for the `tenderUpdateAddress` GraphQL operation. Generated from the
3690
+ * operation signature — field names and required/optional status mirror
3691
+ * the operation's declared variables exactly,
3692
+ * EXCEPT `imageVariantFilters`: the operation
3693
+ * declares this non-null but the SDK supplies a default when
3694
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3695
+ */
3696
+ export interface TenderUpdateAddressVariables {
3697
+ id: string;
3698
+ input: TenderUpdateAddressInput;
3699
+ attributeResultSearchInput?: AttributeResultSearchInput;
3700
+ priceCalculateProductInput?: PriceCalculateProductInput;
3701
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3702
+ imageSearchFilters?: MediaImageProductSearchInput;
3703
+ language?: string;
3704
+ imageVariantFilters?: TransformationsInput;
3705
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3706
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3707
+ contactAttributesInput?: AttributeResultSearchInput;
3708
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3709
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3710
+ companyAttributesInput?: AttributeResultSearchInput;
3711
+ customerAttributesInput?: AttributeResultSearchInput;
3712
+ contactSearchArguments?: ContactSearchArguments;
3713
+ }
3714
+ /**
3715
+ * Variables for the `tenderUpdateDiscount` GraphQL operation. Generated from the
3716
+ * operation signature — field names and required/optional status mirror
3717
+ * the operation's declared variables exactly,
3718
+ * EXCEPT `imageVariantFilters`: the operation
3719
+ * declares this non-null but the SDK supplies a default when
3720
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3721
+ */
3722
+ export interface TenderUpdateDiscountVariables {
3723
+ id: string;
3724
+ input: TenderDiscountInput;
3725
+ attributeResultSearchInput?: AttributeResultSearchInput;
3726
+ priceCalculateProductInput?: PriceCalculateProductInput;
3727
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3728
+ imageSearchFilters?: MediaImageProductSearchInput;
3729
+ language?: string;
3730
+ imageVariantFilters?: TransformationsInput;
3731
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3732
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3733
+ contactAttributesInput?: AttributeResultSearchInput;
3734
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3735
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3736
+ companyAttributesInput?: AttributeResultSearchInput;
3737
+ customerAttributesInput?: AttributeResultSearchInput;
3738
+ contactSearchArguments?: ContactSearchArguments;
3739
+ }
3740
+ /**
3741
+ * Variables for the `tenderUpdateInvoiceUser` GraphQL operation. Generated from the
3742
+ * operation signature — field names and required/optional status mirror
3743
+ * the operation's declared variables exactly,
3744
+ * EXCEPT `imageVariantFilters`: the operation
3745
+ * declares this non-null but the SDK supplies a default when
3746
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3747
+ */
3748
+ export interface TenderUpdateInvoiceUserVariables {
3749
+ id: string;
3750
+ userId: number;
3751
+ attributeResultSearchInput?: AttributeResultSearchInput;
3752
+ priceCalculateProductInput?: PriceCalculateProductInput;
3753
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3754
+ imageSearchFilters?: MediaImageProductSearchInput;
3755
+ language?: string;
3756
+ imageVariantFilters?: TransformationsInput;
3757
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3758
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3759
+ contactAttributesInput?: AttributeResultSearchInput;
3760
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3761
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3762
+ companyAttributesInput?: AttributeResultSearchInput;
3763
+ customerAttributesInput?: AttributeResultSearchInput;
3764
+ contactSearchArguments?: ContactSearchArguments;
3765
+ }
3766
+ /**
3767
+ * Variables for the `tenderUpdateItem` GraphQL operation. Generated from the
3768
+ * operation signature — field names and required/optional status mirror
3769
+ * the operation's declared variables exactly,
3770
+ * EXCEPT `imageVariantFilters`: the operation
3771
+ * declares this non-null but the SDK supplies a default when
3772
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3773
+ */
3774
+ export interface TenderUpdateItemVariables {
3775
+ id: string;
3776
+ itemId: string;
3777
+ input: TenderUpdateItemInput;
3778
+ attributeResultSearchInput?: AttributeResultSearchInput;
3779
+ priceCalculateProductInput?: PriceCalculateProductInput;
3780
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3781
+ imageSearchFilters?: MediaImageProductSearchInput;
3782
+ language?: string;
3783
+ imageVariantFilters?: TransformationsInput;
3784
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3785
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3786
+ contactAttributesInput?: AttributeResultSearchInput;
3787
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3788
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3789
+ companyAttributesInput?: AttributeResultSearchInput;
3790
+ customerAttributesInput?: AttributeResultSearchInput;
3791
+ contactSearchArguments?: ContactSearchArguments;
3792
+ }
3793
+ /**
3794
+ * Variables for the `tenderUpdatePayment` GraphQL operation. Generated from the
3795
+ * operation signature — field names and required/optional status mirror
3796
+ * the operation's declared variables exactly,
3797
+ * EXCEPT `imageVariantFilters`: the operation
3798
+ * declares this non-null but the SDK supplies a default when
3799
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3800
+ */
3801
+ export interface TenderUpdatePaymentVariables {
3802
+ id: string;
3803
+ input: TenderPaymentInput;
3804
+ attributeResultSearchInput?: AttributeResultSearchInput;
3805
+ priceCalculateProductInput?: PriceCalculateProductInput;
3806
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3807
+ imageSearchFilters?: MediaImageProductSearchInput;
3808
+ language?: string;
3809
+ imageVariantFilters?: TransformationsInput;
3810
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3811
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3812
+ contactAttributesInput?: AttributeResultSearchInput;
3813
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3814
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3815
+ companyAttributesInput?: AttributeResultSearchInput;
3816
+ customerAttributesInput?: AttributeResultSearchInput;
3817
+ contactSearchArguments?: ContactSearchArguments;
3818
+ }
3819
+ /**
3820
+ * Variables for the `tenderUpdatePostage` GraphQL operation. Generated from the
3821
+ * operation signature — field names and required/optional status mirror
3822
+ * the operation's declared variables exactly,
3823
+ * EXCEPT `imageVariantFilters`: the operation
3824
+ * declares this non-null but the SDK supplies a default when
3825
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3826
+ */
3827
+ export interface TenderUpdatePostageVariables {
3828
+ id: string;
3829
+ input: TenderPostageInput;
3830
+ attributeResultSearchInput?: AttributeResultSearchInput;
3831
+ priceCalculateProductInput?: PriceCalculateProductInput;
3832
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3833
+ imageSearchFilters?: MediaImageProductSearchInput;
3834
+ language?: string;
3835
+ imageVariantFilters?: TransformationsInput;
3836
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3837
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3838
+ contactAttributesInput?: AttributeResultSearchInput;
3839
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3840
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3841
+ companyAttributesInput?: AttributeResultSearchInput;
3842
+ customerAttributesInput?: AttributeResultSearchInput;
3843
+ contactSearchArguments?: ContactSearchArguments;
3844
+ }
3845
+ /**
3846
+ * Variables for the `tenderUpdate` GraphQL operation. Generated from the
3847
+ * operation signature — field names and required/optional status mirror
3848
+ * the operation's declared variables exactly,
3849
+ * EXCEPT `imageVariantFilters`: the operation
3850
+ * declares this non-null but the SDK supplies a default when
3851
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3852
+ */
3853
+ export interface TenderUpdateVariables {
3854
+ id: string;
3855
+ input: TenderUpdateInput;
3856
+ attributeResultSearchInput?: AttributeResultSearchInput;
3857
+ priceCalculateProductInput?: PriceCalculateProductInput;
3858
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3859
+ imageSearchFilters?: MediaImageProductSearchInput;
3860
+ language?: string;
3861
+ imageVariantFilters?: TransformationsInput;
3862
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3863
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3864
+ contactAttributesInput?: AttributeResultSearchInput;
3865
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3866
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3867
+ companyAttributesInput?: AttributeResultSearchInput;
3868
+ customerAttributesInput?: AttributeResultSearchInput;
3869
+ contactSearchArguments?: ContactSearchArguments;
3870
+ }
3871
+ /**
3872
+ * Variables for the `tender` GraphQL operation. Generated from the
3873
+ * operation signature — field names and required/optional status mirror
3874
+ * the operation's declared variables exactly,
3875
+ * EXCEPT `imageVariantFilters`: the operation
3876
+ * declares this non-null but the SDK supplies a default when
3877
+ * omitted (findings #4/#8), so it is surfaced as optional here.
3878
+ */
3879
+ export interface TenderVariables {
3880
+ tenderId?: string;
3881
+ orderId?: number;
3882
+ attributeResultSearchInput?: AttributeResultSearchInput;
3883
+ priceCalculateProductInput?: PriceCalculateProductInput;
3884
+ userBulkPriceProductInput?: UserBulkPriceProductInput;
3885
+ imageSearchFilters?: MediaImageProductSearchInput;
3886
+ language?: string;
3887
+ imageVariantFilters?: TransformationsInput;
3888
+ mediaVideoSearchInput?: MediaVideoProductSearchInput;
3889
+ mediaDocumentSearchInput?: MediaDocumentProductSearchInput;
3890
+ contactAttributesInput?: AttributeResultSearchInput;
3891
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
3892
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
3893
+ companyAttributesInput?: AttributeResultSearchInput;
3894
+ customerAttributesInput?: AttributeResultSearchInput;
3895
+ contactSearchArguments?: ContactSearchArguments;
3896
+ }
3897
+ /**
3898
+ * Variables for the `ticketCreate` GraphQL operation. Generated from the
3899
+ * operation signature — field names and required/optional status mirror
3900
+ * the operation's declared variables exactly.
3901
+ */
3902
+ export interface TicketCreateVariables {
3903
+ input: TicketCreateInput;
3904
+ }
3905
+ /**
3906
+ * Variables for the `ticketDelete` GraphQL operation. Generated from the
3907
+ * operation signature — field names and required/optional status mirror
3908
+ * the operation's declared variables exactly.
3909
+ */
3910
+ export interface TicketDeleteVariables {
3911
+ id: string;
3912
+ }
3913
+ /**
3914
+ * Variables for the `tickets` GraphQL operation. Generated from the
3915
+ * operation signature — field names and required/optional status mirror
3916
+ * the operation's declared variables exactly.
3917
+ */
3918
+ export interface TicketsVariables {
3919
+ input?: TicketSearchInput;
3920
+ }
3921
+ /**
3922
+ * Variables for the `ticketUpdate` GraphQL operation. Generated from the
3923
+ * operation signature — field names and required/optional status mirror
3924
+ * the operation's declared variables exactly.
3925
+ */
3926
+ export interface TicketUpdateVariables {
3927
+ id: string;
3928
+ input: TicketUpdateInput;
3929
+ }
3930
+ /**
3931
+ * Variables for the `ticket` GraphQL operation. Generated from the
3932
+ * operation signature — field names and required/optional status mirror
3933
+ * the operation's declared variables exactly.
3934
+ */
3935
+ export interface TicketVariables {
3936
+ id: string;
3937
+ }
3938
+ /**
3939
+ * Variables for the `trackAndTraceCreate` GraphQL operation. Generated from the
3940
+ * operation signature — field names and required/optional status mirror
3941
+ * the operation's declared variables exactly.
3942
+ */
3943
+ export interface TrackAndTraceCreateVariables {
3944
+ input: TrackAndTraceCreateInput;
3945
+ }
3946
+ /**
3947
+ * Variables for the `trackAndTraceDelete` GraphQL operation. Generated from the
3948
+ * operation signature — field names and required/optional status mirror
3949
+ * the operation's declared variables exactly.
3950
+ */
3951
+ export interface TrackAndTraceDeleteVariables {
3952
+ id: string;
3953
+ }
3954
+ /**
3955
+ * Variables for the `trackAndTraces` GraphQL operation. Generated from the
3956
+ * operation signature — field names and required/optional status mirror
3957
+ * the operation's declared variables exactly.
3958
+ */
3959
+ export interface TrackAndTracesVariables {
3960
+ input?: TrackAndTraceSearchInput;
3961
+ }
3962
+ /**
3963
+ * Variables for the `trackAndTraceUpdate` GraphQL operation. Generated from the
3964
+ * operation signature — field names and required/optional status mirror
3965
+ * the operation's declared variables exactly.
3966
+ */
3967
+ export interface TrackAndTraceUpdateVariables {
3968
+ id: string;
3969
+ input: TrackAndTraceUpdateInput;
3970
+ }
3971
+ /**
3972
+ * Variables for the `trackAndTrace` GraphQL operation. Generated from the
3973
+ * operation signature — field names and required/optional status mirror
3974
+ * the operation's declared variables exactly.
3975
+ */
3976
+ export interface TrackAndTraceVariables {
3977
+ id: string;
3978
+ }
3979
+ /**
3980
+ * Variables for the `triggerContactSendWelcomeEmailEvent` GraphQL operation. Generated from the
3981
+ * operation signature — field names and required/optional status mirror
3982
+ * the operation's declared variables exactly.
3983
+ */
3984
+ export interface TriggerContactSendWelcomeEmailEventVariables {
3985
+ input: TriggerContactSendWelcomeEmailEventInput;
3986
+ }
3987
+ /**
3988
+ * Variables for the `triggerCustomerSendWelcomeEmailEvent` GraphQL operation. Generated from the
3989
+ * operation signature — field names and required/optional status mirror
3990
+ * the operation's declared variables exactly.
3991
+ */
3992
+ export interface TriggerCustomerSendWelcomeEmailEventVariables {
3993
+ input: TriggerCustomerSendWelcomeEmailEventInput;
3994
+ }
3995
+ /**
3996
+ * Variables for the `triggerCustomEvent` GraphQL operation. Generated from the
3997
+ * operation signature — field names and required/optional status mirror
3998
+ * the operation's declared variables exactly.
3999
+ */
4000
+ export interface TriggerCustomEventVariables {
4001
+ input: TriggerCustomEventInput;
4002
+ }
4003
+ /**
4004
+ * Variables for the `triggerOrderSendConfirm` GraphQL operation. Generated from the
4005
+ * operation signature — field names and required/optional status mirror
4006
+ * the operation's declared variables exactly.
4007
+ */
4008
+ export interface TriggerOrderSendConfirmVariables {
4009
+ input: TriggerOrderSendConfirmEventInput;
4010
+ }
4011
+ /**
4012
+ * Variables for the `triggerPasswordSendInitEmailEvent` GraphQL operation. Generated from the
4013
+ * operation signature — field names and required/optional status mirror
4014
+ * the operation's declared variables exactly.
4015
+ */
4016
+ export interface TriggerPasswordSendInitEmailEventVariables {
4017
+ input: PasswordRecoveryLinkInput;
4018
+ }
4019
+ /**
4020
+ * Variables for the `triggerPasswordSendResetEmailEvent` GraphQL operation. Generated from the
4021
+ * operation signature — field names and required/optional status mirror
4022
+ * the operation's declared variables exactly.
4023
+ */
4024
+ export interface TriggerPasswordSendResetEmailEventVariables {
4025
+ input: PasswordRecoveryLinkInput;
4026
+ }
4027
+ /**
4028
+ * Variables for the `triggerQuoteSendRequest` GraphQL operation. Generated from the
4029
+ * operation signature — field names and required/optional status mirror
4030
+ * the operation's declared variables exactly.
4031
+ */
4032
+ export interface TriggerQuoteSendRequestVariables {
4033
+ input: TriggerQuoteSendRequestEventInput;
4034
+ }
4035
+ /**
4036
+ * Variables for the `triggerQuoteSendValidation` GraphQL operation. Generated from the
4037
+ * operation signature — field names and required/optional status mirror
4038
+ * the operation's declared variables exactly.
4039
+ */
4040
+ export interface TriggerQuoteSendValidationVariables {
4041
+ input: TriggerQuoteSendValidationEventInput;
4042
+ }
4043
+ /**
4044
+ * Variables for the `triggerQuoteSend` GraphQL operation. Generated from the
4045
+ * operation signature — field names and required/optional status mirror
4046
+ * the operation's declared variables exactly.
4047
+ */
4048
+ export interface TriggerQuoteSendVariables {
4049
+ input: TriggerQuoteSendEventInput;
4050
+ }
4051
+ /**
4052
+ * Variables for the `user` GraphQL operation. Generated from the
4053
+ * operation signature — field names and required/optional status mirror
4054
+ * the operation's declared variables exactly.
4055
+ */
4056
+ export interface UserVariables {
4057
+ id?: number;
4058
+ login?: string;
4059
+ contactAttributesInput?: AttributeResultSearchInput;
4060
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
4061
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
4062
+ companyAttributesInput?: AttributeResultSearchInput;
4063
+ customerAttributesInput?: AttributeResultSearchInput;
4064
+ }
4065
+ /**
4066
+ * Variables for the `valuesetCreate` GraphQL operation. Generated from the
4067
+ * operation signature — field names and required/optional status mirror
4068
+ * the operation's declared variables exactly.
4069
+ */
4070
+ export interface ValuesetCreateVariables {
4071
+ input: ValuesetCreateInput;
4072
+ }
4073
+ /**
4074
+ * Variables for the `valuesetDelete` GraphQL operation. Generated from the
4075
+ * operation signature — field names and required/optional status mirror
4076
+ * the operation's declared variables exactly.
4077
+ */
4078
+ export interface ValuesetDeleteVariables {
4079
+ id: number;
4080
+ }
4081
+ /**
4082
+ * Variables for the `valuesetItemCreate` GraphQL operation. Generated from the
4083
+ * operation signature — field names and required/optional status mirror
4084
+ * the operation's declared variables exactly.
4085
+ */
4086
+ export interface ValuesetItemCreateVariables {
4087
+ input: ValuesetItemCreateInput;
4088
+ }
4089
+ /**
4090
+ * Variables for the `valuesetItemDelete` GraphQL operation. Generated from the
4091
+ * operation signature — field names and required/optional status mirror
4092
+ * the operation's declared variables exactly.
4093
+ */
4094
+ export interface ValuesetItemDeleteVariables {
4095
+ id: number;
4096
+ }
4097
+ /**
4098
+ * Variables for the `valuesetItems` GraphQL operation. Generated from the
4099
+ * operation signature — field names and required/optional status mirror
4100
+ * the operation's declared variables exactly.
4101
+ */
4102
+ export interface ValuesetItemsVariables {
4103
+ input?: ValuesetItemSearchInput;
4104
+ }
4105
+ /**
4106
+ * Variables for the `valuesetItemUpdate` GraphQL operation. Generated from the
4107
+ * operation signature — field names and required/optional status mirror
4108
+ * the operation's declared variables exactly.
4109
+ */
4110
+ export interface ValuesetItemUpdateVariables {
4111
+ id: number;
4112
+ input: ValuesetItemUpdateInput;
4113
+ }
4114
+ /**
4115
+ * Variables for the `valuesets` GraphQL operation. Generated from the
4116
+ * operation signature — field names and required/optional status mirror
4117
+ * the operation's declared variables exactly.
4118
+ */
4119
+ export interface ValuesetsVariables {
4120
+ input?: ValuesetSearchInput;
4121
+ }
4122
+ /**
4123
+ * Variables for the `valuesetUpdate` GraphQL operation. Generated from the
4124
+ * operation signature — field names and required/optional status mirror
4125
+ * the operation's declared variables exactly.
4126
+ */
4127
+ export interface ValuesetUpdateVariables {
4128
+ id: number;
4129
+ input: ValuesetUpdateInput;
4130
+ }
4131
+ /**
4132
+ * Variables for the `valueset` GraphQL operation. Generated from the
4133
+ * operation signature — field names and required/optional status mirror
4134
+ * the operation's declared variables exactly.
4135
+ */
4136
+ export interface ValuesetVariables {
4137
+ id: number;
4138
+ }
4139
+ /**
4140
+ * Variables for the `verifyToken` GraphQL operation. Generated from the
4141
+ * operation signature — field names and required/optional status mirror
4142
+ * the operation's declared variables exactly.
4143
+ */
4144
+ export interface VerifyTokenVariables {
4145
+ input: VerifyTokenInput;
4146
+ }
4147
+ /**
4148
+ * Variables for the `viewer` GraphQL operation. Generated from the
4149
+ * operation signature — field names and required/optional status mirror
4150
+ * the operation's declared variables exactly.
4151
+ */
4152
+ export interface ViewerVariables {
4153
+ contactAttributesInput?: AttributeResultSearchInput;
4154
+ contactPAConfigInput?: ContactPurchaseAuthorizationConfigSearchInput;
4155
+ companyAttributesInput?: AttributeResultSearchInput;
4156
+ customerAttributesInput?: AttributeResultSearchInput;
4157
+ contactCompaniesSearchInput?: ContactCompaniesSearchInput;
4158
+ }
4159
+ /**
4160
+ * Variables for the `warehouseAddressCreate` GraphQL operation. Generated from the
4161
+ * operation signature — field names and required/optional status mirror
4162
+ * the operation's declared variables exactly.
4163
+ */
4164
+ export interface WarehouseAddressCreateVariables {
4165
+ id: number;
4166
+ input: CreateWarehouseAddressInput;
4167
+ }
4168
+ /**
4169
+ * Variables for the `warehouseAddressDelete` GraphQL operation. Generated from the
4170
+ * operation signature — field names and required/optional status mirror
4171
+ * the operation's declared variables exactly.
4172
+ */
4173
+ export interface WarehouseAddressDeleteVariables {
4174
+ id: number;
4175
+ input: DeleteWarehouseAddressInput;
4176
+ }
4177
+ /**
4178
+ * Variables for the `warehouseAddressUpdate` GraphQL operation. Generated from the
4179
+ * operation signature — field names and required/optional status mirror
4180
+ * the operation's declared variables exactly.
4181
+ */
4182
+ export interface WarehouseAddressUpdateVariables {
4183
+ id: number;
4184
+ input: UpdateWarehouseAddressInput;
4185
+ }
4186
+ /**
4187
+ * Variables for the `warehouseCreate` GraphQL operation. Generated from the
4188
+ * operation signature — field names and required/optional status mirror
4189
+ * the operation's declared variables exactly.
4190
+ */
4191
+ export interface WarehouseCreateVariables {
4192
+ input: CreateWarehouseInput;
4193
+ }
4194
+ /**
4195
+ * Variables for the `warehouseDelete` GraphQL operation. Generated from the
4196
+ * operation signature — field names and required/optional status mirror
4197
+ * the operation's declared variables exactly.
4198
+ */
4199
+ export interface WarehouseDeleteVariables {
4200
+ id: number;
4201
+ }
4202
+ /**
4203
+ * Variables for the `warehouses` GraphQL operation. Generated from the
4204
+ * operation signature — field names and required/optional status mirror
4205
+ * the operation's declared variables exactly.
4206
+ */
4207
+ export interface WarehousesVariables {
4208
+ input?: WarehousesSearchInput;
4209
+ }
4210
+ /**
4211
+ * Variables for the `warehouseUpdate` GraphQL operation. Generated from the
4212
+ * operation signature — field names and required/optional status mirror
4213
+ * the operation's declared variables exactly.
4214
+ */
4215
+ export interface WarehouseUpdateVariables {
4216
+ id: number;
4217
+ input: UpdateWarehouseInput;
4218
+ }
4219
+ /**
4220
+ * Variables for the `warehouse` GraphQL operation. Generated from the
4221
+ * operation signature — field names and required/optional status mirror
4222
+ * the operation's declared variables exactly.
4223
+ */
4224
+ export interface WarehouseVariables {
4225
+ id: number;
4226
+ }
4227
+ /**
4228
+ * Variables for the `zoneTaxCodeCreate` GraphQL operation. Generated from the
4229
+ * operation signature — field names and required/optional status mirror
4230
+ * the operation's declared variables exactly.
4231
+ */
4232
+ export interface ZoneTaxCodeCreateVariables {
4233
+ input: ZoneTaxCodeCreateInput;
4234
+ }
4235
+ /**
4236
+ * Variables for the `zoneTaxCodeDelete` GraphQL operation. Generated from the
4237
+ * operation signature — field names and required/optional status mirror
4238
+ * the operation's declared variables exactly.
4239
+ */
4240
+ export interface ZoneTaxCodeDeleteVariables {
4241
+ id: string;
4242
+ }
4243
+ /**
4244
+ * Variables for the `zoneTaxCodesCreate` GraphQL operation. Generated from the
4245
+ * operation signature — field names and required/optional status mirror
4246
+ * the operation's declared variables exactly.
4247
+ */
4248
+ export interface ZoneTaxCodesCreateVariables {
4249
+ input: ZoneTaxCodeCreateInput[];
4250
+ }
4251
+ /**
4252
+ * Variables for the `zoneTaxCodesDelete` GraphQL operation. Generated from the
4253
+ * operation signature — field names and required/optional status mirror
4254
+ * the operation's declared variables exactly.
4255
+ */
4256
+ export interface ZoneTaxCodesDeleteVariables {
4257
+ priceId: string;
4258
+ }
4259
+ /**
4260
+ * Variables for the `zoneTaxCodes` GraphQL operation. Generated from the
4261
+ * operation signature — field names and required/optional status mirror
4262
+ * the operation's declared variables exactly.
4263
+ */
4264
+ export interface ZoneTaxCodesVariables {
4265
+ input?: ZoneTaxCodeSearchInput;
4266
+ }
4267
+ /**
4268
+ * Variables for the `zoneTaxCodeUpdate` GraphQL operation. Generated from the
4269
+ * operation signature — field names and required/optional status mirror
4270
+ * the operation's declared variables exactly.
4271
+ */
4272
+ export interface ZoneTaxCodeUpdateVariables {
4273
+ id: string;
4274
+ input: ZoneTaxCodeUpdateInput;
4275
+ }
4276
+ /**
4277
+ * Variables for the `zoneTaxCode` GraphQL operation. Generated from the
4278
+ * operation signature — field names and required/optional status mirror
4279
+ * the operation's declared variables exactly.
4280
+ */
4281
+ export interface ZoneTaxCodeVariables {
4282
+ id: string;
4283
+ }