@ikas/storefront-api 4.0.0-alpha.48 → 4.0.0-alpha.49

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 (872) hide show
  1. package/build/__api/models/AbandonedCartFlow.d.ts +19 -0
  2. package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +10 -0
  3. package/build/__api/models/AddItemToCartInput.d.ts +16 -0
  4. package/build/__api/models/AdditionalPrice.d.ts +13 -0
  5. package/build/__api/models/ApplicableProductFilterValue.d.ts +13 -0
  6. package/build/__api/models/AppliedProduct.d.ts +10 -0
  7. package/build/__api/models/AppliedProductInput.d.ts +10 -0
  8. package/build/__api/models/AvailableShippingMethod.d.ts +14 -0
  9. package/build/__api/models/Blog.d.ts +28 -0
  10. package/build/__api/models/BlogCategory.d.ts +13 -0
  11. package/build/__api/models/BlogCategoryPaginationResponse.d.ts +14 -0
  12. package/build/__api/models/BlogContent.d.ts +12 -0
  13. package/build/__api/models/BlogMetadata.d.ts +17 -0
  14. package/build/__api/models/BlogMetadataPaginationResponse.d.ts +14 -0
  15. package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +13 -0
  16. package/build/__api/models/BlogPaginationResponse.d.ts +14 -0
  17. package/build/__api/models/BlogTag.d.ts +10 -0
  18. package/build/__api/models/BlogWriter.d.ts +10 -0
  19. package/build/__api/models/BooleanFilterInput.d.ts +9 -0
  20. package/build/__api/models/BuyX.d.ts +12 -0
  21. package/build/__api/models/BuyXThenGetY.d.ts +13 -0
  22. package/build/__api/models/Campaign.d.ts +30 -0
  23. package/build/__api/models/CampaignDateRangeField.d.ts +10 -0
  24. package/build/__api/models/CampaignFilter.d.ts +11 -0
  25. package/build/__api/models/CampaignMinMaxRangeField.d.ts +10 -0
  26. package/build/__api/models/CampaignOffer.d.ts +22 -0
  27. package/build/__api/models/CampaignOfferProduct.d.ts +22 -0
  28. package/build/__api/models/CampaignOfferProductTranslation.d.ts +11 -0
  29. package/build/__api/models/CampaignOfferTriggerSettings.d.ts +11 -0
  30. package/build/__api/models/Cart.d.ts +32 -0
  31. package/build/__api/models/CartCampaignOffer.d.ts +17 -0
  32. package/build/__api/models/CartLineItemInput.d.ts +12 -0
  33. package/build/__api/models/CartLineOptionInput.d.ts +11 -0
  34. package/build/__api/models/CartLineVariantInput.d.ts +10 -0
  35. package/build/__api/models/CartStorefrontRouting.d.ts +15 -0
  36. package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +11 -0
  37. package/build/__api/models/CartV2.d.ts +71 -0
  38. package/build/__api/models/CartV2CampaignOffer.d.ts +19 -0
  39. package/build/__api/models/Category.d.ts +27 -0
  40. package/build/__api/models/CategoryCondition.d.ts +11 -0
  41. package/build/__api/models/CategoryFilterInput.d.ts +11 -0
  42. package/build/__api/models/CategoryPaginationResponse.d.ts +14 -0
  43. package/build/__api/models/CategoryPathFilterInput.d.ts +9 -0
  44. package/build/__api/models/CategoryPathItem.d.ts +17 -0
  45. package/build/__api/models/CategoryTranslation.d.ts +11 -0
  46. package/build/__api/models/CheckStocksLineInput.d.ts +11 -0
  47. package/build/__api/models/CheckStocksLineInput.js +1 -0
  48. package/build/__api/models/CheckStocksLineResponse.d.ts +11 -0
  49. package/build/__api/models/CheckStocksResponse.d.ts +10 -0
  50. package/build/__api/models/Checkout.d.ts +44 -0
  51. package/build/__api/models/CheckoutCustomer.d.ts +19 -0
  52. package/build/__api/models/CheckoutCustomerInput.d.ts +13 -0
  53. package/build/__api/models/CheckoutCustomerInput.js +1 -0
  54. package/build/__api/models/CheckoutOption.d.ts +10 -0
  55. package/build/__api/models/CheckoutSettings.d.ts +24 -0
  56. package/build/__api/models/CheckoutSettingsPrice.d.ts +11 -0
  57. package/build/__api/models/City.d.ts +16 -0
  58. package/build/__api/models/Country.d.ts +24 -0
  59. package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +12 -0
  60. package/build/__api/models/CreateCustomerReviewInput.d.ts +20 -0
  61. package/build/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.d.ts +10 -0
  62. package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +14 -0
  63. package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +14 -0
  64. package/build/__api/models/CreateStripePaymentIntentResponse.d.ts +12 -0
  65. package/build/__api/models/CurrencyRate.d.ts +15 -0
  66. package/build/__api/models/CurrencyRateData.d.ts +10 -0
  67. package/build/__api/models/Customer.d.ts +34 -0
  68. package/build/__api/models/CustomerAddress.d.ts +31 -0
  69. package/build/__api/models/CustomerAddressCity.d.ts +11 -0
  70. package/build/__api/models/CustomerAddressCityInput.d.ts +11 -0
  71. package/build/__api/models/CustomerAddressCityInput.js +1 -0
  72. package/build/__api/models/CustomerAddressCountry.d.ts +13 -0
  73. package/build/__api/models/CustomerAddressCountryInput.d.ts +13 -0
  74. package/build/__api/models/CustomerAddressCountryInput.js +1 -0
  75. package/build/__api/models/CustomerAddressDistrict.d.ts +11 -0
  76. package/build/__api/models/CustomerAddressDistrictInput.d.ts +11 -0
  77. package/build/__api/models/CustomerAddressDistrictInput.js +1 -0
  78. package/build/__api/models/CustomerAddressState.d.ts +11 -0
  79. package/build/__api/models/CustomerAddressStateInput.d.ts +11 -0
  80. package/build/__api/models/CustomerAddressStateInput.js +1 -0
  81. package/build/__api/models/CustomerAttribute.d.ts +19 -0
  82. package/build/__api/models/CustomerAttributeOption.d.ts +10 -0
  83. package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +10 -0
  84. package/build/__api/models/CustomerAttributeSalesChannel.d.ts +13 -0
  85. package/build/__api/models/CustomerAttributeTranslation.d.ts +13 -0
  86. package/build/__api/models/CustomerAttributeValue.d.ts +11 -0
  87. package/build/__api/models/CustomerAttributeValueInput.d.ts +11 -0
  88. package/build/__api/models/CustomerAttributeValueInput.js +1 -0
  89. package/build/__api/models/CustomerCheckResponse.d.ts +9 -0
  90. package/build/__api/models/CustomerFavoriteProduct.d.ts +11 -0
  91. package/build/__api/models/CustomerLoginResponse.d.ts +12 -0
  92. package/build/__api/models/CustomerRefreshTokenResponse.d.ts +10 -0
  93. package/build/__api/models/CustomerReview.d.ts +24 -0
  94. package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +14 -0
  95. package/build/__api/models/CustomerReviewSummary.d.ts +14 -0
  96. package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +14 -0
  97. package/build/__api/models/CustomerReviewSummaryStar.d.ts +10 -0
  98. package/build/__api/models/DateFilterInput.d.ts +16 -0
  99. package/build/__api/models/District.d.ts +16 -0
  100. package/build/__api/models/FixedDiscount.d.ts +14 -0
  101. package/build/__api/models/GetAvailableStockLocation.d.ts +14 -0
  102. package/build/__api/models/GetAvailableStockLocationAddress.d.ts +16 -0
  103. package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +11 -0
  104. package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +10 -0
  105. package/build/__api/models/GetOrderLineFile.d.ts +9 -0
  106. package/build/__api/models/GetProductCampaignsInput.d.ts +11 -0
  107. package/build/__api/models/GetProductCampaignsResponse.d.ts +11 -0
  108. package/build/__api/models/GetProductOptionFileUrl.d.ts +11 -0
  109. package/build/__api/models/GetVariantStockLocation.d.ts +12 -0
  110. package/build/__api/models/GetVariantStockLocationListResponse.d.ts +10 -0
  111. package/build/__api/models/GetY.d.ts +13 -0
  112. package/build/__api/models/HTMLMetaData.d.ts +22 -0
  113. package/build/__api/models/HTMLMetaDataOverride.d.ts +13 -0
  114. package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +13 -0
  115. package/build/__api/models/HTMLMetaDataTranslation.d.ts +11 -0
  116. package/build/__api/models/Invoice.d.ts +16 -0
  117. package/build/__api/models/ListCustomerReviewInput.d.ts +9 -0
  118. package/build/__api/models/LocationTranslations.d.ts +11 -0
  119. package/build/__api/models/MasterPassTokenResponse.d.ts +11 -0
  120. package/build/__api/models/MerchantAddress.d.ts +27 -0
  121. package/build/__api/models/MerchantAddressCity.d.ts +11 -0
  122. package/build/__api/models/MerchantAddressCountry.d.ts +11 -0
  123. package/build/__api/models/MerchantAddressDistrict.d.ts +11 -0
  124. package/build/__api/models/MerchantAddressState.d.ts +11 -0
  125. package/build/__api/models/MerchantSettings.d.ts +17 -0
  126. package/build/__api/models/MerchantSettingsCurrencyFormat.d.ts +15 -0
  127. package/build/__api/models/OrderAddress.d.ts +28 -0
  128. package/build/__api/models/OrderAddressCity.d.ts +11 -0
  129. package/build/__api/models/OrderAddressCityInput.d.ts +11 -0
  130. package/build/__api/models/OrderAddressCityInput.js +1 -0
  131. package/build/__api/models/OrderAddressCountry.d.ts +13 -0
  132. package/build/__api/models/OrderAddressCountryInput.d.ts +13 -0
  133. package/build/__api/models/OrderAddressCountryInput.js +1 -0
  134. package/build/__api/models/OrderAddressDistrict.d.ts +11 -0
  135. package/build/__api/models/OrderAddressDistrictInput.d.ts +11 -0
  136. package/build/__api/models/OrderAddressDistrictInput.js +1 -0
  137. package/build/__api/models/OrderAddressInput.d.ts +28 -0
  138. package/build/__api/models/OrderAddressInput.js +1 -0
  139. package/build/__api/models/OrderAddressState.d.ts +11 -0
  140. package/build/__api/models/OrderAddressStateInput.d.ts +11 -0
  141. package/build/__api/models/OrderAddressStateInput.js +1 -0
  142. package/build/__api/models/OrderAdjustment.d.ts +19 -0
  143. package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +12 -0
  144. package/build/__api/models/OrderAdjustmentInput.d.ts +16 -0
  145. package/build/__api/models/OrderAdjustmentInput.js +1 -0
  146. package/build/__api/models/OrderCurrencyRate.d.ts +11 -0
  147. package/build/__api/models/OrderCustomer.d.ts +16 -0
  148. package/build/__api/models/OrderGiftPackageLine.d.ts +10 -0
  149. package/build/__api/models/OrderLineBaseUnit.d.ts +13 -0
  150. package/build/__api/models/OrderLineDiscount.d.ts +15 -0
  151. package/build/__api/models/OrderLineItem.d.ts +29 -0
  152. package/build/__api/models/OrderLineOption.d.ts +15 -0
  153. package/build/__api/models/OrderLineOptionValue.d.ts +11 -0
  154. package/build/__api/models/OrderLineVariant.d.ts +31 -0
  155. package/build/__api/models/OrderLineVariantBrand.d.ts +10 -0
  156. package/build/__api/models/OrderLineVariantCategory.d.ts +12 -0
  157. package/build/__api/models/OrderLineVariantCategoryPath.d.ts +10 -0
  158. package/build/__api/models/OrderLineVariantPrice.d.ts +15 -0
  159. package/build/__api/models/OrderLineVariantUnit.d.ts +11 -0
  160. package/build/__api/models/OrderLineVariantUnitType.d.ts +10 -0
  161. package/build/__api/models/OrderLineVariantVariantValues.d.ts +13 -0
  162. package/build/__api/models/OrderPackage.d.ts +18 -0
  163. package/build/__api/models/OrderPaymentMethod.d.ts +14 -0
  164. package/build/__api/models/OrderRefundOrderLineInput.d.ts +10 -0
  165. package/build/__api/models/OrderRefundRequestInput.d.ts +12 -0
  166. package/build/__api/models/OrderRefundSettings.d.ts +14 -0
  167. package/build/__api/models/OrderSessionInfo.d.ts +25 -0
  168. package/build/__api/models/OrderSessionInfoTrafficSource.d.ts +11 -0
  169. package/build/__api/models/OrderSessionUTM.d.ts +13 -0
  170. package/build/__api/models/OrderSessionUserAgent.d.ts +12 -0
  171. package/build/__api/models/OrderShippingLine.d.ts +17 -0
  172. package/build/__api/models/OrderStorefrontRouting.d.ts +15 -0
  173. package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +10 -0
  174. package/build/__api/models/OrderTaxLine.d.ts +10 -0
  175. package/build/__api/models/PaginationInput.d.ts +10 -0
  176. package/build/__api/models/PaymentGateway.d.ts +29 -0
  177. package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +10 -0
  178. package/build/__api/models/PaymentGatewaySettings.d.ts +13 -0
  179. package/build/__api/models/PaymentGatewayTranslation.d.ts +11 -0
  180. package/build/__api/models/PaymentMethodDetailInput.d.ts +15 -0
  181. package/build/__api/models/Product.d.ts +35 -0
  182. package/build/__api/models/ProductAttribute.d.ts +19 -0
  183. package/build/__api/models/ProductAttributeOption.d.ts +10 -0
  184. package/build/__api/models/ProductAttributeOptionTranslation.d.ts +10 -0
  185. package/build/__api/models/ProductAttributeTableCellData.d.ts +10 -0
  186. package/build/__api/models/ProductAttributeTableTemplate.d.ts +11 -0
  187. package/build/__api/models/ProductAttributeTranslation.d.ts +13 -0
  188. package/build/__api/models/ProductAttributeValue.d.ts +12 -0
  189. package/build/__api/models/ProductBackInStockRemind.d.ts +15 -0
  190. package/build/__api/models/ProductBackInStockRemindInput.d.ts +11 -0
  191. package/build/__api/models/ProductBaseUnitModel.d.ts +12 -0
  192. package/build/__api/models/ProductBrand.d.ts +19 -0
  193. package/build/__api/models/ProductBrandPaginationResponse.d.ts +14 -0
  194. package/build/__api/models/ProductBrandTranslation.d.ts +11 -0
  195. package/build/__api/models/ProductFacetCount.d.ts +11 -0
  196. package/build/__api/models/ProductFacetCountValue.d.ts +10 -0
  197. package/build/__api/models/ProductFilterData.d.ts +12 -0
  198. package/build/__api/models/ProductFilterDataFilter.d.ts +24 -0
  199. package/build/__api/models/ProductFilterSettings.d.ts +14 -0
  200. package/build/__api/models/ProductImage.d.ts +12 -0
  201. package/build/__api/models/ProductItem.d.ts +11 -0
  202. package/build/__api/models/ProductItemInput.d.ts +11 -0
  203. package/build/__api/models/ProductLastViewed.d.ts +12 -0
  204. package/build/__api/models/ProductLastViewedInput.d.ts +12 -0
  205. package/build/__api/models/ProductOption.d.ts +28 -0
  206. package/build/__api/models/ProductOptionDateSettings.d.ts +12 -0
  207. package/build/__api/models/ProductOptionFileSettings.d.ts +11 -0
  208. package/build/__api/models/ProductOptionSelectSettings.d.ts +14 -0
  209. package/build/__api/models/ProductOptionSelectValue.d.ts +16 -0
  210. package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +11 -0
  211. package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +10 -0
  212. package/build/__api/models/ProductOptionSet.d.ts +14 -0
  213. package/build/__api/models/ProductOptionSetTranslations.d.ts +11 -0
  214. package/build/__api/models/ProductOptionTextSettings.d.ts +10 -0
  215. package/build/__api/models/ProductOptionTranslations.d.ts +13 -0
  216. package/build/__api/models/ProductPaginationResponse.d.ts +14 -0
  217. package/build/__api/models/ProductPrice.d.ts +15 -0
  218. package/build/__api/models/ProductSearchResponse.d.ts +17 -0
  219. package/build/__api/models/ProductStockLocation.d.ts +13 -0
  220. package/build/__api/models/ProductTagTranslation.d.ts +11 -0
  221. package/build/__api/models/ProductTranslation.d.ts +11 -0
  222. package/build/__api/models/ProductVariantType.d.ts +11 -0
  223. package/build/__api/models/RaffleDateRangeField.d.ts +10 -0
  224. package/build/__api/models/RaffleMetadata.d.ts +17 -0
  225. package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +13 -0
  226. package/build/__api/models/RafflePaginationResponse.d.ts +14 -0
  227. package/build/__api/models/RaffleParticipants.d.ts +25 -0
  228. package/build/__api/models/RaffleParticipantsInput.d.ts +16 -0
  229. package/build/__api/models/RaffleVariantInformation.d.ts +10 -0
  230. package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +11 -0
  231. package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +17 -0
  232. package/build/__api/models/SaveCartInput.d.ts +23 -0
  233. package/build/__api/models/SaveCartInput.js +1 -0
  234. package/build/__api/models/SaveCheckoutInput.d.ts +26 -0
  235. package/build/__api/models/SaveItemToCartInput.d.ts +19 -0
  236. package/build/__api/models/SaveMyCustomerAddressInput.d.ts +29 -0
  237. package/build/__api/models/SaveMyCustomerAddressInput.js +1 -0
  238. package/build/__api/models/SaveMyCustomerInput.d.ts +17 -0
  239. package/build/__api/models/SaveMyCustomerInput.js +1 -0
  240. package/build/__api/models/SearchCategory.d.ts +15 -0
  241. package/build/__api/models/SearchCategoryPath.d.ts +13 -0
  242. package/build/__api/models/SearchDynamicCurrencySettings.d.ts +10 -0
  243. package/build/__api/models/SearchHTMLMetaData.d.ts +18 -0
  244. package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +13 -0
  245. package/build/__api/models/SearchInput.d.ts +32 -0
  246. package/build/__api/models/SearchInputFacetListInput.d.ts +12 -0
  247. package/build/__api/models/SearchInputFilterListInput.d.ts +14 -0
  248. package/build/__api/models/SearchInputOrderByInput.d.ts +11 -0
  249. package/build/__api/models/SearchProduct.d.ts +36 -0
  250. package/build/__api/models/SearchProductAttribute.d.ts +15 -0
  251. package/build/__api/models/SearchProductAttributeOption.d.ts +10 -0
  252. package/build/__api/models/SearchProductAttributeTableCellData.d.ts +10 -0
  253. package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +11 -0
  254. package/build/__api/models/SearchProductAttributeValue.d.ts +14 -0
  255. package/build/__api/models/SearchProductBrand.d.ts +13 -0
  256. package/build/__api/models/SearchProductImage.d.ts +12 -0
  257. package/build/__api/models/SearchProductPrice.d.ts +16 -0
  258. package/build/__api/models/SearchProductProductBaseUnit.d.ts +13 -0
  259. package/build/__api/models/SearchProductProductUnit.d.ts +10 -0
  260. package/build/__api/models/SearchProductStockLocation.d.ts +10 -0
  261. package/build/__api/models/SearchProductTag.d.ts +12 -0
  262. package/build/__api/models/SearchProductVariantType.d.ts +12 -0
  263. package/build/__api/models/SearchVariant.d.ts +27 -0
  264. package/build/__api/models/SearchVariantType.d.ts +15 -0
  265. package/build/__api/models/SearchVariantValue.d.ts +12 -0
  266. package/build/__api/models/SearchVariationValueRelation.d.ts +10 -0
  267. package/build/__api/models/SocialLoginSettings.d.ts +12 -0
  268. package/build/__api/models/State.d.ts +12 -0
  269. package/build/__api/models/StockLocation.d.ts +18 -0
  270. package/build/__api/models/StockLocationAddress.d.ts +19 -0
  271. package/build/__api/models/StockLocationAddressCity.d.ts +11 -0
  272. package/build/__api/models/StockLocationAddressCountry.d.ts +11 -0
  273. package/build/__api/models/StockLocationAddressDistrict.d.ts +11 -0
  274. package/build/__api/models/StockLocationAddressState.d.ts +11 -0
  275. package/build/__api/models/Storefront.d.ts +33 -0
  276. package/build/__api/models/StorefrontDomain.d.ts +13 -0
  277. package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +11 -0
  278. package/build/__api/models/StorefrontLocalization.d.ts +12 -0
  279. package/build/__api/models/StorefrontOrder.d.ts +51 -0
  280. package/build/__api/models/StorefrontRaffle.d.ts +20 -0
  281. package/build/__api/models/StorefrontRouting.d.ts +18 -0
  282. package/build/__api/models/StorefrontTheme.d.ts +15 -0
  283. package/build/__api/models/StorefrontTransaction.d.ts +28 -0
  284. package/build/__api/models/StringFilterInput.d.ts +13 -0
  285. package/build/__api/models/Town.d.ts +12 -0
  286. package/build/__api/models/TrackingInfo.d.ts +13 -0
  287. package/build/__api/models/TransactionError.d.ts +11 -0
  288. package/build/__api/models/TransactionInstallmentPrice.d.ts +13 -0
  289. package/build/__api/models/TransactionPaymentMethodDetail.d.ts +18 -0
  290. package/build/__api/models/TransactionResponse.d.ts +16 -0
  291. package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +14 -0
  292. package/build/__api/models/Variant.d.ts +27 -0
  293. package/build/__api/models/VariantStock.d.ts +10 -0
  294. package/build/__api/models/VariantType.d.ts +16 -0
  295. package/build/__api/models/VariantTypeTranslation.d.ts +12 -0
  296. package/build/__api/models/VariantUnitModel.d.ts +11 -0
  297. package/build/__api/models/VariantValue.d.ts +12 -0
  298. package/build/__api/models/VariantValueRelation.d.ts +10 -0
  299. package/build/__api/models/VariantValueTranslation.d.ts +10 -0
  300. package/build/__api/models/_base.d.ts +18 -0
  301. package/build/__api/models/_base.js +1 -0
  302. package/build/__api/mutations/activateCustomer.d.ts +6 -0
  303. package/build/__api/mutations/addCouponCodeToCheckout.d.ts +231 -0
  304. package/build/__api/mutations/addItemToCart.d.ts +278 -0
  305. package/build/__api/mutations/addItemToCart.js +1 -0
  306. package/build/__api/mutations/createCustomerEmailSubscription.d.ts +69 -0
  307. package/build/__api/mutations/createCustomerEmailSubscription.js +1 -0
  308. package/build/__api/mutations/createCustomerReview.d.ts +27 -0
  309. package/build/__api/mutations/createCustomerReview.js +1 -0
  310. package/build/__api/mutations/createOrderRefundRequest.d.ts +210 -0
  311. package/build/__api/mutations/createOrderRefundRequest.js +1 -0
  312. package/build/__api/mutations/createSaleTransactionWithCart.d.ts +17 -0
  313. package/build/__api/mutations/createSaleTransactionWithCart.js +1 -0
  314. package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +17 -0
  315. package/build/__api/mutations/createStripePaymentIntent.d.ts +13 -0
  316. package/build/__api/mutations/createStripePaymentIntent.js +1 -0
  317. package/build/__api/mutations/customerForgotPassword.d.ts +8 -0
  318. package/build/__api/mutations/customerForgotPassword.js +1 -0
  319. package/build/__api/mutations/customerLogin.d.ts +73 -0
  320. package/build/__api/mutations/customerLogin.js +1 -0
  321. package/build/__api/mutations/customerRecoverPassword.d.ts +9 -0
  322. package/build/__api/mutations/customerRecoverPassword.js +1 -0
  323. package/build/__api/mutations/customerRefreshToken.d.ts +11 -0
  324. package/build/__api/mutations/customerRefreshToken.js +1 -0
  325. package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +6 -0
  326. package/build/__api/mutations/getOrderLineFile.d.ts +7 -0
  327. package/build/__api/mutations/getOrderLineFile.js +1 -0
  328. package/build/__api/mutations/registerCustomer.d.ts +78 -0
  329. package/build/__api/mutations/registerCustomer.js +1 -0
  330. package/build/__api/mutations/retrieveInstallmentInfo.d.ts +20 -0
  331. package/build/__api/mutations/retrieveInstallmentInfo.js +1 -0
  332. package/build/__api/mutations/saveCart.d.ts +278 -0
  333. package/build/__api/mutations/saveCart.js +1 -0
  334. package/build/__api/mutations/saveCartCouponCode.d.ts +279 -0
  335. package/build/__api/mutations/saveCartCouponCode.js +1 -0
  336. package/build/__api/mutations/saveCheckout.d.ts +230 -0
  337. package/build/__api/mutations/saveFavoriteProduct.d.ts +7 -0
  338. package/build/__api/mutations/saveFavoriteProduct.js +1 -0
  339. package/build/__api/mutations/saveItemToCart.d.ts +110 -0
  340. package/build/__api/mutations/saveLastViewedProducts.d.ts +20 -0
  341. package/build/__api/mutations/saveLastViewedProducts.js +1 -0
  342. package/build/__api/mutations/saveMyCustomer.d.ts +69 -0
  343. package/build/__api/mutations/saveMyCustomer.js +1 -0
  344. package/build/__api/mutations/saveProductBackInStockRemind.d.ts +19 -0
  345. package/build/__api/mutations/saveProductBackInStockRemind.js +1 -0
  346. package/build/__api/mutations/saveRaffleParticipant.d.ts +49 -0
  347. package/build/__api/mutations/saveRaffleParticipant.js +1 -0
  348. package/build/__api/mutations/sendContactFormToMerchant.d.ts +12 -0
  349. package/build/__api/mutations/sendContactFormToMerchant.js +1 -0
  350. package/build/__api/mutations/updateCartCampaignOffer.d.ts +278 -0
  351. package/build/__api/mutations/updateCartCampaignOffer.js +1 -0
  352. package/build/__api/queries/checkCustomerEmail.d.ts +12 -0
  353. package/build/__api/queries/checkCustomerEmail.js +1 -0
  354. package/build/__api/queries/checkStocks.d.ts +13 -0
  355. package/build/__api/queries/checkStocks.js +1 -0
  356. package/build/__api/queries/customerSocialLogin.d.ts +71 -0
  357. package/build/__api/queries/customerSocialLogin.js +1 -0
  358. package/build/__api/queries/getAvailableShippingCountries.d.ts +6 -0
  359. package/build/__api/queries/getAvailableShippingCountries.js +1 -0
  360. package/build/__api/queries/getAvailableStockLocations.d.ts +28 -0
  361. package/build/__api/queries/getAvailableStockLocations.js +1 -0
  362. package/build/__api/queries/getCart.d.ts +112 -0
  363. package/build/__api/queries/getCartById.d.ts +279 -0
  364. package/build/__api/queries/getCartById.js +1 -0
  365. package/build/__api/queries/getCheckoutByCartId.d.ts +230 -0
  366. package/build/__api/queries/getCheckoutById.d.ts +230 -0
  367. package/build/__api/queries/getCurrencyRate.d.ts +19 -0
  368. package/build/__api/queries/getCustomerOrders.d.ts +210 -0
  369. package/build/__api/queries/getCustomerOrders.js +1 -0
  370. package/build/__api/queries/getLastViewedProducts.d.ts +20 -0
  371. package/build/__api/queries/getLastViewedProducts.js +1 -0
  372. package/build/__api/queries/getMasterPassRequestToken.d.ts +15 -0
  373. package/build/__api/queries/getMasterPassRequestToken.js +1 -0
  374. package/build/__api/queries/getMyCountry.d.ts +3 -0
  375. package/build/__api/queries/getMyCountry.js +1 -0
  376. package/build/__api/queries/getMyCustomer.d.ts +66 -0
  377. package/build/__api/queries/getMyCustomer.js +1 -0
  378. package/build/__api/queries/getOrder.d.ts +210 -0
  379. package/build/__api/queries/getOrderByEmail.d.ts +211 -0
  380. package/build/__api/queries/getOrderByEmail.js +1 -0
  381. package/build/__api/queries/getProductCampaigns.d.ts +47 -0
  382. package/build/__api/queries/getProductCampaigns.js +1 -0
  383. package/build/__api/queries/getProductFilterData.d.ts +167 -0
  384. package/build/__api/queries/getProductFilterData.js +1 -0
  385. package/build/__api/queries/getProductOptionFileUrl.d.ts +14 -0
  386. package/build/__api/queries/getProductOptionFileUrl.js +1 -0
  387. package/build/__api/queries/getRelatedProducts.d.ts +14 -0
  388. package/build/__api/queries/getRelatedProducts.js +1 -0
  389. package/build/__api/queries/getStorefront.d.ts +67 -0
  390. package/build/__api/queries/getStorefrontSettings.d.ts +3 -0
  391. package/build/__api/queries/getStorefrontSettings.js +1 -0
  392. package/build/__api/queries/getVariantStockLocations.d.ts +30 -0
  393. package/build/__api/queries/isFavoriteProduct.d.ts +6 -0
  394. package/build/__api/queries/isFavoriteProduct.js +1 -0
  395. package/build/__api/queries/listBlog.d.ts +76 -0
  396. package/build/__api/queries/listBlog.js +1 -0
  397. package/build/__api/queries/listBlogCategory.d.ts +35 -0
  398. package/build/__api/queries/listBlogCategory.js +1 -0
  399. package/build/__api/queries/listBlogMetadata.d.ts +30 -0
  400. package/build/__api/queries/listBlogMetadata.js +1 -0
  401. package/build/__api/queries/listCampaignOffer.d.ts +37 -0
  402. package/build/__api/queries/listCategory.d.ts +89 -0
  403. package/build/__api/queries/listCategory.js +1 -0
  404. package/build/__api/queries/listCheckoutSettings.d.ts +30 -0
  405. package/build/__api/queries/listCheckoutSettings.js +1 -0
  406. package/build/__api/queries/listCity.d.ts +25 -0
  407. package/build/__api/queries/listCity.js +1 -0
  408. package/build/__api/queries/listCountry.d.ts +35 -0
  409. package/build/__api/queries/listCountry.js +1 -0
  410. package/build/__api/queries/listCustomerAttribute.d.ts +27 -0
  411. package/build/__api/queries/listCustomerAttribute.js +1 -0
  412. package/build/__api/queries/listCustomerReviewSummary.d.ts +23 -0
  413. package/build/__api/queries/listCustomerReviewSummary.js +1 -0
  414. package/build/__api/queries/listCustomerReviews.d.ts +35 -0
  415. package/build/__api/queries/listCustomerReviews.js +1 -0
  416. package/build/__api/queries/listDistrict.d.ts +26 -0
  417. package/build/__api/queries/listDistrict.js +1 -0
  418. package/build/__api/queries/listFavoriteProducts.d.ts +12 -0
  419. package/build/__api/queries/listFavoriteProducts.js +1 -0
  420. package/build/__api/queries/listHTMLMetaData.d.ts +34 -0
  421. package/build/__api/queries/listHTMLMetaData.js +1 -0
  422. package/build/__api/queries/listMerchantSettings.d.ts +46 -0
  423. package/build/__api/queries/listMerchantSettings.js +1 -0
  424. package/build/__api/queries/listOrderRefundSettings.d.ts +21 -0
  425. package/build/__api/queries/listOrderRefundSettings.js +1 -0
  426. package/build/__api/queries/listOrderTransactions.d.ts +44 -0
  427. package/build/__api/queries/listOrderTransactions.js +1 -0
  428. package/build/__api/queries/listPaymentGateway.d.ts +40 -0
  429. package/build/__api/queries/listPaymentGateway.js +1 -0
  430. package/build/__api/queries/listProduct.d.ts +101 -0
  431. package/build/__api/queries/listProductAttribute.d.ts +33 -0
  432. package/build/__api/queries/listProductAttribute.js +1 -0
  433. package/build/__api/queries/listProductBackInStockRemind.d.ts +24 -0
  434. package/build/__api/queries/listProductBackInStockRemind.js +1 -0
  435. package/build/__api/queries/listProductBrand.d.ts +51 -0
  436. package/build/__api/queries/listProductBrand.js +1 -0
  437. package/build/__api/queries/listProductOptionSet.d.ts +61 -0
  438. package/build/__api/queries/listProductOptionSet.js +1 -0
  439. package/build/__api/queries/listProductStockLocation.d.ts +18 -0
  440. package/build/__api/queries/listRaffleMetadata.d.ts +26 -0
  441. package/build/__api/queries/listRaffleMetadata.js +1 -0
  442. package/build/__api/queries/listRaffleParticipants.d.ts +46 -0
  443. package/build/__api/queries/listRaffleParticipants.js +1 -0
  444. package/build/__api/queries/listState.d.ts +20 -0
  445. package/build/__api/queries/listState.js +1 -0
  446. package/build/__api/queries/listStockLocation.d.ts +35 -0
  447. package/build/__api/queries/listStockLocation.js +1 -0
  448. package/build/__api/queries/listStorefrontRaffle.d.ts +44 -0
  449. package/build/__api/queries/listStorefrontRaffle.js +1 -0
  450. package/build/__api/queries/listTown.d.ts +20 -0
  451. package/build/__api/queries/listVariantType.d.ts +29 -0
  452. package/build/__api/queries/searchProducts.d.ts +141 -0
  453. package/build/__api/queries/searchProducts.js +1 -0
  454. package/build/__api/types/index.d.ts +2840 -0
  455. package/build/__api/types/index.js +1 -0
  456. package/build/api/blog/index.d.ts +27 -0
  457. package/build/api/blog/index.js +1 -0
  458. package/build/api/brand/index.d.ts +11 -0
  459. package/build/api/brand/index.js +1 -0
  460. package/build/api/cart/index.d.ts +13 -0
  461. package/build/api/cart/index.js +1 -0
  462. package/build/api/category/index.d.ts +11 -0
  463. package/build/api/category/index.js +1 -0
  464. package/build/api/checkout/index.d.ts +21 -0
  465. package/build/api/checkout/index.js +1 -0
  466. package/build/api/customer/index.d.ts +130 -0
  467. package/build/api/customer/index.js +1 -0
  468. package/build/api/file-upload/index.d.ts +11 -0
  469. package/build/api/file-upload/index.js +1 -0
  470. package/build/api/html-meta-data/index.d.ts +5 -0
  471. package/build/api/html-meta-data/index.js +1 -0
  472. package/build/api/location/index.d.ts +12 -0
  473. package/build/api/location/index.js +1 -0
  474. package/build/api/masterpass/index.d.ts +3 -0
  475. package/build/api/masterpass/index.js +1 -0
  476. package/build/api/merchant/index.d.ts +5 -0
  477. package/build/api/merchant/index.js +1 -0
  478. package/build/api/product/index.d.ts +40 -0
  479. package/build/api/product/index.js +1 -0
  480. package/build/api/raffle/index.d.ts +16 -0
  481. package/build/api/raffle/index.js +1 -0
  482. package/build/api/storefront/index.d.ts +13 -0
  483. package/build/api/storefront/index.js +1 -0
  484. package/build/index.d.ts +23 -0
  485. package/build/index.js +1 -0
  486. package/build/index2.js +1 -0
  487. package/package.json +8 -8
  488. package/src/__api/models/AbandonedCartFlow.ts +0 -34
  489. package/src/__api/models/AbandonedCartFlowCustomerFilter.ts +0 -25
  490. package/src/__api/models/AddItemToCartInput.ts +0 -29
  491. package/src/__api/models/AdditionalPrice.ts +0 -24
  492. package/src/__api/models/ApplicableProductFilterValue.ts +0 -23
  493. package/src/__api/models/AppliedProduct.ts +0 -15
  494. package/src/__api/models/AppliedProductInput.ts +0 -15
  495. package/src/__api/models/AvailableShippingMethod.ts +0 -24
  496. package/src/__api/models/Blog.ts +0 -55
  497. package/src/__api/models/BlogCategory.ts +0 -23
  498. package/src/__api/models/BlogCategoryPaginationResponse.ts +0 -24
  499. package/src/__api/models/BlogContent.ts +0 -20
  500. package/src/__api/models/BlogMetadata.ts +0 -32
  501. package/src/__api/models/BlogMetadataPaginationResponse.ts +0 -24
  502. package/src/__api/models/BlogMetadataTargetTypeEnumFilter.ts +0 -22
  503. package/src/__api/models/BlogPaginationResponse.ts +0 -23
  504. package/src/__api/models/BlogTag.ts +0 -16
  505. package/src/__api/models/BlogWriter.ts +0 -15
  506. package/src/__api/models/BooleanFilterInput.ts +0 -13
  507. package/src/__api/models/BuyX.ts +0 -20
  508. package/src/__api/models/BuyXThenGetY.ts +0 -22
  509. package/src/__api/models/Campaign.ts +0 -75
  510. package/src/__api/models/CampaignDateRangeField.ts +0 -16
  511. package/src/__api/models/CampaignFilter.ts +0 -16
  512. package/src/__api/models/CampaignMinMaxRangeField.ts +0 -16
  513. package/src/__api/models/CampaignOffer.ts +0 -50
  514. package/src/__api/models/CampaignOfferProduct.ts +0 -49
  515. package/src/__api/models/CampaignOfferProductTranslation.ts +0 -19
  516. package/src/__api/models/CampaignOfferTriggerSettings.ts +0 -19
  517. package/src/__api/models/Cart.ts +0 -63
  518. package/src/__api/models/CartCampaignOffer.ts +0 -31
  519. package/src/__api/models/CartLineItemInput.ts +0 -20
  520. package/src/__api/models/CartLineOptionInput.ts +0 -17
  521. package/src/__api/models/CartLineVariantInput.ts +0 -15
  522. package/src/__api/models/CartStorefrontRouting.ts +0 -28
  523. package/src/__api/models/CartStorefrontRoutingDynamicCurrencySettings.ts +0 -21
  524. package/src/__api/models/CartV2.ts +0 -166
  525. package/src/__api/models/CartV2CampaignOffer.ts +0 -36
  526. package/src/__api/models/Category.ts +0 -58
  527. package/src/__api/models/CategoryCondition.ts +0 -17
  528. package/src/__api/models/CategoryFilterInput.ts +0 -17
  529. package/src/__api/models/CategoryPaginationResponse.ts +0 -24
  530. package/src/__api/models/CategoryPathFilterInput.ts +0 -14
  531. package/src/__api/models/CategoryPathItem.ts +0 -33
  532. package/src/__api/models/CategoryTranslation.ts +0 -17
  533. package/src/__api/models/CheckStocksLineInput.ts +0 -17
  534. package/src/__api/models/CheckStocksLineResponse.ts +0 -18
  535. package/src/__api/models/CheckStocksResponse.ts +0 -16
  536. package/src/__api/models/Checkout.ts +0 -102
  537. package/src/__api/models/CheckoutCustomer.ts +0 -39
  538. package/src/__api/models/CheckoutCustomerInput.ts +0 -25
  539. package/src/__api/models/CheckoutOption.ts +0 -15
  540. package/src/__api/models/CheckoutSettings.ts +0 -62
  541. package/src/__api/models/CheckoutSettingsPrice.ts +0 -17
  542. package/src/__api/models/City.ts +0 -29
  543. package/src/__api/models/Country.ts +0 -45
  544. package/src/__api/models/CreateCustomerEmailSubscriptionInput.ts +0 -22
  545. package/src/__api/models/CreateCustomerReviewInput.ts +0 -38
  546. package/src/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.ts +0 -19
  547. package/src/__api/models/CreateSaleTransactionWithCartInput.ts +0 -29
  548. package/src/__api/models/CreateSaleTransactionWithCheckoutInput.ts +0 -29
  549. package/src/__api/models/CreateStripePaymentIntentResponse.ts +0 -21
  550. package/src/__api/models/CurrencyRate.ts +0 -27
  551. package/src/__api/models/CurrencyRateData.ts +0 -15
  552. package/src/__api/models/Customer.ts +0 -81
  553. package/src/__api/models/CustomerAddress.ts +0 -64
  554. package/src/__api/models/CustomerAddressCity.ts +0 -17
  555. package/src/__api/models/CustomerAddressCityInput.ts +0 -18
  556. package/src/__api/models/CustomerAddressCountry.ts +0 -22
  557. package/src/__api/models/CustomerAddressCountryInput.ts +0 -23
  558. package/src/__api/models/CustomerAddressDistrict.ts +0 -18
  559. package/src/__api/models/CustomerAddressDistrictInput.ts +0 -19
  560. package/src/__api/models/CustomerAddressState.ts +0 -17
  561. package/src/__api/models/CustomerAddressStateInput.ts +0 -19
  562. package/src/__api/models/CustomerAttribute.ts +0 -36
  563. package/src/__api/models/CustomerAttributeOption.ts +0 -17
  564. package/src/__api/models/CustomerAttributeOptionTranslation.ts +0 -17
  565. package/src/__api/models/CustomerAttributeSalesChannel.ts +0 -28
  566. package/src/__api/models/CustomerAttributeTranslation.ts +0 -24
  567. package/src/__api/models/CustomerAttributeValue.ts +0 -18
  568. package/src/__api/models/CustomerAttributeValueInput.ts +0 -19
  569. package/src/__api/models/CustomerCheckResponse.ts +0 -13
  570. package/src/__api/models/CustomerFavoriteProduct.ts +0 -19
  571. package/src/__api/models/CustomerLoginResponse.ts +0 -18
  572. package/src/__api/models/CustomerRefreshTokenResponse.ts +0 -17
  573. package/src/__api/models/CustomerReview.ts +0 -43
  574. package/src/__api/models/CustomerReviewSFPaginationResponse.ts +0 -26
  575. package/src/__api/models/CustomerReviewSummary.ts +0 -25
  576. package/src/__api/models/CustomerReviewSummaryPaginationResponse.ts +0 -26
  577. package/src/__api/models/CustomerReviewSummaryStar.ts +0 -17
  578. package/src/__api/models/DateFilterInput.ts +0 -27
  579. package/src/__api/models/District.ts +0 -29
  580. package/src/__api/models/FixedDiscount.ts +0 -28
  581. package/src/__api/models/GetAvailableStockLocation.ts +0 -25
  582. package/src/__api/models/GetAvailableStockLocationAddress.ts +0 -36
  583. package/src/__api/models/GetAvailableStockLocationAddressCity.ts +0 -19
  584. package/src/__api/models/GetAvailableStockLocationsResponse.ts +0 -18
  585. package/src/__api/models/GetOrderLineFile.ts +0 -13
  586. package/src/__api/models/GetProductCampaignsInput.ts +0 -18
  587. package/src/__api/models/GetProductCampaignsResponse.ts +0 -20
  588. package/src/__api/models/GetProductOptionFileUrl.ts +0 -18
  589. package/src/__api/models/GetVariantStockLocation.ts +0 -21
  590. package/src/__api/models/GetVariantStockLocationListResponse.ts +0 -18
  591. package/src/__api/models/GetY.ts +0 -26
  592. package/src/__api/models/HTMLMetaData.ts +0 -44
  593. package/src/__api/models/HTMLMetaDataOverride.ts +0 -21
  594. package/src/__api/models/HTMLMetaDataTargetTypeEnumFilter.ts +0 -22
  595. package/src/__api/models/HTMLMetaDataTranslation.ts +0 -18
  596. package/src/__api/models/Invoice.ts +0 -26
  597. package/src/__api/models/ListCustomerReviewInput.ts +0 -14
  598. package/src/__api/models/LocationTranslations.ts +0 -17
  599. package/src/__api/models/MasterPassTokenResponse.ts +0 -18
  600. package/src/__api/models/MerchantAddress.ts +0 -48
  601. package/src/__api/models/MerchantAddressCity.ts +0 -17
  602. package/src/__api/models/MerchantAddressCountry.ts +0 -18
  603. package/src/__api/models/MerchantAddressDistrict.ts +0 -18
  604. package/src/__api/models/MerchantAddressState.ts +0 -17
  605. package/src/__api/models/MerchantSettings.ts +0 -32
  606. package/src/__api/models/MerchantSettingsCurrencyFormat.ts +0 -27
  607. package/src/__api/models/OrderAddress.ts +0 -53
  608. package/src/__api/models/OrderAddressCity.ts +0 -17
  609. package/src/__api/models/OrderAddressCityInput.ts +0 -17
  610. package/src/__api/models/OrderAddressCountry.ts +0 -21
  611. package/src/__api/models/OrderAddressCountryInput.ts +0 -22
  612. package/src/__api/models/OrderAddressDistrict.ts +0 -17
  613. package/src/__api/models/OrderAddressDistrictInput.ts +0 -19
  614. package/src/__api/models/OrderAddressInput.ts +0 -53
  615. package/src/__api/models/OrderAddressState.ts +0 -17
  616. package/src/__api/models/OrderAddressStateInput.ts +0 -18
  617. package/src/__api/models/OrderAdjustment.ts +0 -35
  618. package/src/__api/models/OrderAdjustmentAppliedOrderLine.ts +0 -24
  619. package/src/__api/models/OrderAdjustmentInput.ts +0 -26
  620. package/src/__api/models/OrderCurrencyRate.ts +0 -17
  621. package/src/__api/models/OrderCustomer.ts +0 -34
  622. package/src/__api/models/OrderGiftPackageLine.ts +0 -18
  623. package/src/__api/models/OrderLineBaseUnit.ts +0 -19
  624. package/src/__api/models/OrderLineDiscount.ts +0 -28
  625. package/src/__api/models/OrderLineItem.ts +0 -71
  626. package/src/__api/models/OrderLineOption.ts +0 -25
  627. package/src/__api/models/OrderLineOptionValue.ts +0 -18
  628. package/src/__api/models/OrderLineVariant.ts +0 -64
  629. package/src/__api/models/OrderLineVariantBrand.ts +0 -15
  630. package/src/__api/models/OrderLineVariantCategory.ts +0 -21
  631. package/src/__api/models/OrderLineVariantCategoryPath.ts +0 -17
  632. package/src/__api/models/OrderLineVariantPrice.ts +0 -34
  633. package/src/__api/models/OrderLineVariantUnit.ts +0 -16
  634. package/src/__api/models/OrderLineVariantUnitType.ts +0 -16
  635. package/src/__api/models/OrderLineVariantVariantValues.ts +0 -23
  636. package/src/__api/models/OrderPackage.ts +0 -33
  637. package/src/__api/models/OrderPaymentMethod.ts +0 -22
  638. package/src/__api/models/OrderRefundOrderLineInput.ts +0 -17
  639. package/src/__api/models/OrderRefundRequestInput.ts +0 -21
  640. package/src/__api/models/OrderRefundSettings.ts +0 -28
  641. package/src/__api/models/OrderSessionInfo.ts +0 -49
  642. package/src/__api/models/OrderSessionInfoTrafficSource.ts +0 -18
  643. package/src/__api/models/OrderSessionUTM.ts +0 -21
  644. package/src/__api/models/OrderSessionUserAgent.ts +0 -18
  645. package/src/__api/models/OrderShippingLine.ts +0 -34
  646. package/src/__api/models/OrderStorefrontRouting.ts +0 -29
  647. package/src/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.ts +0 -19
  648. package/src/__api/models/OrderTaxLine.ts +0 -15
  649. package/src/__api/models/PaginationInput.ts +0 -17
  650. package/src/__api/models/PaymentGateway.ts +0 -61
  651. package/src/__api/models/PaymentGatewayPaymentMethod.ts +0 -17
  652. package/src/__api/models/PaymentGatewaySettings.ts +0 -21
  653. package/src/__api/models/PaymentGatewayTranslation.ts +0 -19
  654. package/src/__api/models/PaymentMethodDetailInput.ts +0 -26
  655. package/src/__api/models/Product.ts +0 -74
  656. package/src/__api/models/ProductAttribute.ts +0 -36
  657. package/src/__api/models/ProductAttributeOption.ts +0 -17
  658. package/src/__api/models/ProductAttributeOptionTranslation.ts +0 -17
  659. package/src/__api/models/ProductAttributeTableCellData.ts +0 -17
  660. package/src/__api/models/ProductAttributeTableTemplate.ts +0 -22
  661. package/src/__api/models/ProductAttributeTranslation.ts +0 -24
  662. package/src/__api/models/ProductAttributeValue.ts +0 -19
  663. package/src/__api/models/ProductBackInStockRemind.ts +0 -27
  664. package/src/__api/models/ProductBackInStockRemindInput.ts +0 -19
  665. package/src/__api/models/ProductBaseUnitModel.ts +0 -21
  666. package/src/__api/models/ProductBrand.ts +0 -33
  667. package/src/__api/models/ProductBrandPaginationResponse.ts +0 -24
  668. package/src/__api/models/ProductBrandTranslation.ts +0 -18
  669. package/src/__api/models/ProductFacetCount.ts +0 -18
  670. package/src/__api/models/ProductFacetCountValue.ts +0 -16
  671. package/src/__api/models/ProductFilterData.ts +0 -21
  672. package/src/__api/models/ProductFilterDataFilter.ts +0 -49
  673. package/src/__api/models/ProductFilterSettings.ts +0 -25
  674. package/src/__api/models/ProductImage.ts +0 -20
  675. package/src/__api/models/ProductItem.ts +0 -18
  676. package/src/__api/models/ProductItemInput.ts +0 -18
  677. package/src/__api/models/ProductLastViewed.ts +0 -21
  678. package/src/__api/models/ProductLastViewedInput.ts +0 -22
  679. package/src/__api/models/ProductOption.ts +0 -62
  680. package/src/__api/models/ProductOptionDateSettings.ts +0 -29
  681. package/src/__api/models/ProductOptionFileSettings.ts +0 -25
  682. package/src/__api/models/ProductOptionSelectSettings.ts +0 -31
  683. package/src/__api/models/ProductOptionSelectValue.ts +0 -33
  684. package/src/__api/models/ProductOptionSelectValueOtherPrice.ts +0 -19
  685. package/src/__api/models/ProductOptionSelectValueTranslations.ts +0 -17
  686. package/src/__api/models/ProductOptionSet.ts +0 -26
  687. package/src/__api/models/ProductOptionSetTranslations.ts +0 -20
  688. package/src/__api/models/ProductOptionTextSettings.ts +0 -17
  689. package/src/__api/models/ProductOptionTranslations.ts +0 -24
  690. package/src/__api/models/ProductPaginationResponse.ts +0 -24
  691. package/src/__api/models/ProductPrice.ts +0 -31
  692. package/src/__api/models/ProductSearchResponse.ts +0 -31
  693. package/src/__api/models/ProductStockLocation.ts +0 -22
  694. package/src/__api/models/ProductTagTranslation.ts +0 -17
  695. package/src/__api/models/ProductTranslation.ts +0 -17
  696. package/src/__api/models/ProductVariantType.ts +0 -17
  697. package/src/__api/models/RaffleDateRangeField.ts +0 -15
  698. package/src/__api/models/RaffleMetadata.ts +0 -32
  699. package/src/__api/models/RaffleMetadataTargetTypeEnumFilter.ts +0 -22
  700. package/src/__api/models/RafflePaginationResponse.ts +0 -25
  701. package/src/__api/models/RaffleParticipants.ts +0 -48
  702. package/src/__api/models/RaffleParticipantsInput.ts +0 -29
  703. package/src/__api/models/RaffleVariantInformation.ts +0 -16
  704. package/src/__api/models/RetrieveInstallmentInfoInput.ts +0 -19
  705. package/src/__api/models/RetrieveInstallmentInfoResponse.ts +0 -36
  706. package/src/__api/models/SaveCartInput.ts +0 -50
  707. package/src/__api/models/SaveCheckoutInput.ts +0 -56
  708. package/src/__api/models/SaveItemToCartInput.ts +0 -35
  709. package/src/__api/models/SaveMyCustomerAddressInput.ts +0 -63
  710. package/src/__api/models/SaveMyCustomerInput.ts +0 -30
  711. package/src/__api/models/SearchCategory.ts +0 -27
  712. package/src/__api/models/SearchCategoryPath.ts +0 -22
  713. package/src/__api/models/SearchDynamicCurrencySettings.ts +0 -17
  714. package/src/__api/models/SearchHTMLMetaData.ts +0 -36
  715. package/src/__api/models/SearchHTMLMetaDataOverride.ts +0 -23
  716. package/src/__api/models/SearchInput.ts +0 -64
  717. package/src/__api/models/SearchInputFacetListInput.ts +0 -20
  718. package/src/__api/models/SearchInputFilterListInput.ts +0 -27
  719. package/src/__api/models/SearchInputOrderByInput.ts +0 -17
  720. package/src/__api/models/SearchProduct.ts +0 -77
  721. package/src/__api/models/SearchProductAttribute.ts +0 -28
  722. package/src/__api/models/SearchProductAttributeOption.ts +0 -17
  723. package/src/__api/models/SearchProductAttributeTableCellData.ts +0 -17
  724. package/src/__api/models/SearchProductAttributeTableTemplate.ts +0 -22
  725. package/src/__api/models/SearchProductAttributeValue.ts +0 -27
  726. package/src/__api/models/SearchProductBrand.ts +0 -22
  727. package/src/__api/models/SearchProductImage.ts +0 -21
  728. package/src/__api/models/SearchProductPrice.ts +0 -36
  729. package/src/__api/models/SearchProductProductBaseUnit.ts +0 -23
  730. package/src/__api/models/SearchProductProductUnit.ts +0 -16
  731. package/src/__api/models/SearchProductStockLocation.ts +0 -17
  732. package/src/__api/models/SearchProductTag.ts +0 -20
  733. package/src/__api/models/SearchProductVariantType.ts +0 -21
  734. package/src/__api/models/SearchVariant.ts +0 -61
  735. package/src/__api/models/SearchVariantType.ts +0 -27
  736. package/src/__api/models/SearchVariantValue.ts +0 -19
  737. package/src/__api/models/SearchVariationValueRelation.ts +0 -17
  738. package/src/__api/models/SocialLoginSettings.ts +0 -18
  739. package/src/__api/models/State.ts +0 -20
  740. package/src/__api/models/StockLocation.ts +0 -36
  741. package/src/__api/models/StockLocationAddress.ts +0 -35
  742. package/src/__api/models/StockLocationAddressCity.ts +0 -18
  743. package/src/__api/models/StockLocationAddressCountry.ts +0 -19
  744. package/src/__api/models/StockLocationAddressDistrict.ts +0 -19
  745. package/src/__api/models/StockLocationAddressState.ts +0 -19
  746. package/src/__api/models/Storefront.ts +0 -66
  747. package/src/__api/models/StorefrontDomain.ts +0 -25
  748. package/src/__api/models/StorefrontDynamicCurrencySettings.ts +0 -19
  749. package/src/__api/models/StorefrontLocalization.ts +0 -21
  750. package/src/__api/models/StorefrontOrder.ts +0 -118
  751. package/src/__api/models/StorefrontRaffle.ts +0 -38
  752. package/src/__api/models/StorefrontRouting.ts +0 -33
  753. package/src/__api/models/StorefrontTheme.ts +0 -25
  754. package/src/__api/models/StorefrontTransaction.ts +0 -55
  755. package/src/__api/models/StringFilterInput.ts +0 -21
  756. package/src/__api/models/Town.ts +0 -21
  757. package/src/__api/models/TrackingInfo.ts +0 -24
  758. package/src/__api/models/TransactionError.ts +0 -17
  759. package/src/__api/models/TransactionInstallmentPrice.ts +0 -36
  760. package/src/__api/models/TransactionPaymentMethodDetail.ts +0 -39
  761. package/src/__api/models/TransactionResponse.ts +0 -26
  762. package/src/__api/models/UpdateCartCampaignOfferInput.ts +0 -25
  763. package/src/__api/models/Variant.ts +0 -61
  764. package/src/__api/models/VariantStock.ts +0 -15
  765. package/src/__api/models/VariantType.ts +0 -29
  766. package/src/__api/models/VariantTypeTranslation.ts +0 -21
  767. package/src/__api/models/VariantUnitModel.ts +0 -17
  768. package/src/__api/models/VariantValue.ts +0 -20
  769. package/src/__api/models/VariantValueRelation.ts +0 -15
  770. package/src/__api/models/VariantValueTranslation.ts +0 -16
  771. package/src/__api/models/_base.ts +0 -27
  772. package/src/__api/mutations/activateCustomer.ts +0 -38
  773. package/src/__api/mutations/addCouponCodeToCheckout.ts +0 -272
  774. package/src/__api/mutations/addItemToCart.ts +0 -317
  775. package/src/__api/mutations/createCustomerEmailSubscription.ts +0 -111
  776. package/src/__api/mutations/createCustomerReview.ts +0 -66
  777. package/src/__api/mutations/createOrderRefundRequest.ts +0 -252
  778. package/src/__api/mutations/createSaleTransactionWithCart.ts +0 -62
  779. package/src/__api/mutations/createSaleTransactionWithCheckout.ts +0 -62
  780. package/src/__api/mutations/createStripePaymentIntent.ts +0 -57
  781. package/src/__api/mutations/customerForgotPassword.ts +0 -44
  782. package/src/__api/mutations/customerLogin.ts +0 -116
  783. package/src/__api/mutations/customerRecoverPassword.ts +0 -47
  784. package/src/__api/mutations/customerRefreshToken.ts +0 -52
  785. package/src/__api/mutations/deleteRaffleParticipantsList.ts +0 -38
  786. package/src/__api/mutations/getOrderLineFile.ts +0 -39
  787. package/src/__api/mutations/registerCustomer.ts +0 -134
  788. package/src/__api/mutations/retrieveInstallmentInfo.ts +0 -65
  789. package/src/__api/mutations/saveCart.ts +0 -317
  790. package/src/__api/mutations/saveCartCouponCode.ts +0 -320
  791. package/src/__api/mutations/saveCheckout.ts +0 -269
  792. package/src/__api/mutations/saveFavoriteProduct.ts +0 -41
  793. package/src/__api/mutations/saveItemToCart.ts +0 -149
  794. package/src/__api/mutations/saveLastViewedProducts.ts +0 -62
  795. package/src/__api/mutations/saveMyCustomer.ts +0 -108
  796. package/src/__api/mutations/saveProductBackInStockRemind.ts +0 -64
  797. package/src/__api/mutations/saveRaffleParticipant.ts +0 -91
  798. package/src/__api/mutations/sendContactFormToMerchant.ts +0 -56
  799. package/src/__api/mutations/updateCartCampaignOffer.ts +0 -317
  800. package/src/__api/queries/checkCustomerEmail.ts +0 -57
  801. package/src/__api/queries/checkStocks.ts +0 -53
  802. package/src/__api/queries/customerSocialLogin.ts +0 -113
  803. package/src/__api/queries/getAvailableShippingCountries.ts +0 -41
  804. package/src/__api/queries/getAvailableStockLocations.ts +0 -75
  805. package/src/__api/queries/getCart.ts +0 -155
  806. package/src/__api/queries/getCartById.ts +0 -320
  807. package/src/__api/queries/getCheckoutByCartId.ts +0 -269
  808. package/src/__api/queries/getCheckoutById.ts +0 -269
  809. package/src/__api/queries/getCurrencyRate.ts +0 -58
  810. package/src/__api/queries/getCustomerOrders.ts +0 -249
  811. package/src/__api/queries/getLastViewedProducts.ts +0 -62
  812. package/src/__api/queries/getMasterPassRequestToken.ts +0 -62
  813. package/src/__api/queries/getMyCountry.ts +0 -26
  814. package/src/__api/queries/getMyCustomer.ts +0 -95
  815. package/src/__api/queries/getOrder.ts +0 -249
  816. package/src/__api/queries/getOrderByEmail.ts +0 -252
  817. package/src/__api/queries/getProductCampaigns.ts +0 -92
  818. package/src/__api/queries/getProductFilterData.ts +0 -211
  819. package/src/__api/queries/getProductOptionFileUrl.ts +0 -59
  820. package/src/__api/queries/getRelatedProducts.ts +0 -60
  821. package/src/__api/queries/getStorefront.ts +0 -106
  822. package/src/__api/queries/getStorefrontSettings.ts +0 -26
  823. package/src/__api/queries/getVariantStockLocations.ts +0 -74
  824. package/src/__api/queries/isFavoriteProduct.ts +0 -38
  825. package/src/__api/queries/listBlog.ts +0 -136
  826. package/src/__api/queries/listBlogCategory.ts +0 -92
  827. package/src/__api/queries/listBlogMetadata.ts +0 -90
  828. package/src/__api/queries/listCampaignOffer.ts +0 -76
  829. package/src/__api/queries/listCategory.ts +0 -151
  830. package/src/__api/queries/listCheckoutSettings.ts +0 -76
  831. package/src/__api/queries/listCity.ts +0 -74
  832. package/src/__api/queries/listCountry.ts +0 -86
  833. package/src/__api/queries/listCustomerAttribute.ts +0 -62
  834. package/src/__api/queries/listCustomerReviewSummary.ts +0 -71
  835. package/src/__api/queries/listCustomerReviews.ts +0 -90
  836. package/src/__api/queries/listDistrict.ts +0 -77
  837. package/src/__api/queries/listFavoriteProducts.ts +0 -44
  838. package/src/__api/queries/listHTMLMetaData.ts +0 -88
  839. package/src/__api/queries/listMerchantSettings.ts +0 -90
  840. package/src/__api/queries/listOrderRefundSettings.ts +0 -73
  841. package/src/__api/queries/listOrderTransactions.ts +0 -90
  842. package/src/__api/queries/listPaymentGateway.ts +0 -85
  843. package/src/__api/queries/listProduct.ts +0 -163
  844. package/src/__api/queries/listProductAttribute.ts +0 -81
  845. package/src/__api/queries/listProductBackInStockRemind.ts +0 -80
  846. package/src/__api/queries/listProductBrand.ts +0 -110
  847. package/src/__api/queries/listProductOptionSet.ts +0 -107
  848. package/src/__api/queries/listProductStockLocation.ts +0 -62
  849. package/src/__api/queries/listRaffleMetadata.ts +0 -83
  850. package/src/__api/queries/listRaffleParticipants.ts +0 -81
  851. package/src/__api/queries/listState.ts +0 -67
  852. package/src/__api/queries/listStockLocation.ts +0 -76
  853. package/src/__api/queries/listStorefrontRaffle.ts +0 -108
  854. package/src/__api/queries/listTown.ts +0 -67
  855. package/src/__api/queries/listVariantType.ts +0 -74
  856. package/src/__api/queries/searchProducts.ts +0 -180
  857. package/src/__api/types/index.ts +0 -3195
  858. package/src/api/blog/index.ts +0 -70
  859. package/src/api/brand/index.ts +0 -27
  860. package/src/api/cart/index.ts +0 -113
  861. package/src/api/category/index.ts +0 -25
  862. package/src/api/checkout/index.ts +0 -121
  863. package/src/api/customer/index.ts +0 -389
  864. package/src/api/file-upload/index.ts +0 -44
  865. package/src/api/html-meta-data/index.ts +0 -25
  866. package/src/api/location/index.ts +0 -73
  867. package/src/api/masterpass/index.ts +0 -12
  868. package/src/api/merchant/index.ts +0 -24
  869. package/src/api/product/index.ts +0 -359
  870. package/src/api/raffle/index.ts +0 -78
  871. package/src/api/storefront/index.ts +0 -30
  872. package/src/index.ts +0 -68
@@ -0,0 +1,13 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerAddressCountryData {
3
+ code: string | null;
4
+ id: string | null;
5
+ iso2: string | null;
6
+ iso3: string | null;
7
+ name: string;
8
+ constructor(data?: Partial<CustomerAddressCountryData>);
9
+ }
10
+ export declare class CustomerAddressCountry extends CustomerAddressCountryData {
11
+ }
12
+ export declare type PartialCustomerAddressCountry = Partial<CustomerAddressCountry>;
13
+ export declare type ReadOnlyCustomerAddressCountry = DeepReadonly<CustomerAddressCountry>;
@@ -0,0 +1,13 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerAddressCountryInputData {
3
+ code: string | null;
4
+ id: string | null;
5
+ iso2: string | null;
6
+ iso3: string | null;
7
+ name: string;
8
+ constructor(data?: Partial<CustomerAddressCountryInputData>);
9
+ }
10
+ export declare class CustomerAddressCountryInput extends CustomerAddressCountryInputData {
11
+ }
12
+ export declare type PartialCustomerAddressCountryInput = Partial<CustomerAddressCountryInput>;
13
+ export declare type ReadOnlyCustomerAddressCountryInput = DeepReadonly<CustomerAddressCountryInput>;
@@ -0,0 +1 @@
1
+ import{__extends as i}from"../../node_modules/tslib/tslib.es6.js";var s=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.iso2=i.iso2||null,this.iso3=i.iso3||null,this.name=i.name||""};!function(s){function n(){return null!==s&&s.apply(this,arguments)||this}i(n,s)}(s);export{s as CustomerAddressCountryInputData};
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerAddressDistrictData {
3
+ code: string | null;
4
+ id: string | null;
5
+ name: string | null;
6
+ constructor(data?: Partial<CustomerAddressDistrictData>);
7
+ }
8
+ export declare class CustomerAddressDistrict extends CustomerAddressDistrictData {
9
+ }
10
+ export declare type PartialCustomerAddressDistrict = Partial<CustomerAddressDistrict>;
11
+ export declare type ReadOnlyCustomerAddressDistrict = DeepReadonly<CustomerAddressDistrict>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerAddressDistrictInputData {
3
+ code: string | null;
4
+ id: string | null;
5
+ name: string | null;
6
+ constructor(data?: Partial<CustomerAddressDistrictInputData>);
7
+ }
8
+ export declare class CustomerAddressDistrictInput extends CustomerAddressDistrictInputData {
9
+ }
10
+ export declare type PartialCustomerAddressDistrictInput = Partial<CustomerAddressDistrictInput>;
11
+ export declare type ReadOnlyCustomerAddressDistrictInput = DeepReadonly<CustomerAddressDistrictInput>;
@@ -0,0 +1 @@
1
+ import{__extends as i}from"../../node_modules/tslib/tslib.es6.js";var n=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.name=i.name||null};!function(n){function t(){return null!==n&&n.apply(this,arguments)||this}i(t,n)}(n);export{n as CustomerAddressDistrictInputData};
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerAddressStateData {
3
+ code: string | null;
4
+ id: string | null;
5
+ name: string | null;
6
+ constructor(data?: Partial<CustomerAddressStateData>);
7
+ }
8
+ export declare class CustomerAddressState extends CustomerAddressStateData {
9
+ }
10
+ export declare type PartialCustomerAddressState = Partial<CustomerAddressState>;
11
+ export declare type ReadOnlyCustomerAddressState = DeepReadonly<CustomerAddressState>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerAddressStateInputData {
3
+ code: string | null;
4
+ id: string | null;
5
+ name: string | null;
6
+ constructor(data?: Partial<CustomerAddressStateInputData>);
7
+ }
8
+ export declare class CustomerAddressStateInput extends CustomerAddressStateInputData {
9
+ }
10
+ export declare type PartialCustomerAddressStateInput = Partial<CustomerAddressStateInput>;
11
+ export declare type ReadOnlyCustomerAddressStateInput = DeepReadonly<CustomerAddressStateInput>;
@@ -0,0 +1 @@
1
+ import{__extends as i}from"../../node_modules/tslib/tslib.es6.js";var n=function(i){void 0===i&&(i={}),this.code=i.code||null,this.id=i.id||null,this.name=i.name||null};!function(n){function t(){return null!==n&&n.apply(this,arguments)||this}i(t,n)}(n);export{n as CustomerAddressStateInputData};
@@ -0,0 +1,19 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import BaseModelData from "./_base";
3
+ import { CustomerAttributeTypeEnum } from "../types";
4
+ import { CustomerAttributeOptionData } from "./CustomerAttributeOption";
5
+ import { CustomerAttributeSalesChannelData } from "./CustomerAttributeSalesChannel";
6
+ import { CustomerAttributeTranslationData } from "./CustomerAttributeTranslation";
7
+ export declare class CustomerAttributeData extends BaseModelData {
8
+ description: string | null;
9
+ name: string;
10
+ options: CustomerAttributeOptionData[] | null;
11
+ salesChannels: CustomerAttributeSalesChannelData[] | null;
12
+ translations: CustomerAttributeTranslationData[] | null;
13
+ type: CustomerAttributeTypeEnum;
14
+ constructor(data?: Partial<CustomerAttributeData>);
15
+ }
16
+ export declare class CustomerAttribute extends CustomerAttributeData {
17
+ }
18
+ export declare type PartialCustomerAttribute = Partial<CustomerAttribute>;
19
+ export declare type ReadOnlyCustomerAttribute = DeepReadonly<CustomerAttribute>;
@@ -0,0 +1,10 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import BaseModelData from "./_base";
3
+ export declare class CustomerAttributeOptionData extends BaseModelData {
4
+ name: string;
5
+ constructor(data?: Partial<CustomerAttributeOptionData>);
6
+ }
7
+ export declare class CustomerAttributeOption extends CustomerAttributeOptionData {
8
+ }
9
+ export declare type PartialCustomerAttributeOption = Partial<CustomerAttributeOption>;
10
+ export declare type ReadOnlyCustomerAttributeOption = DeepReadonly<CustomerAttributeOption>;
@@ -0,0 +1,10 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerAttributeOptionTranslationData {
3
+ id: string;
4
+ name: string | null;
5
+ constructor(data?: Partial<CustomerAttributeOptionTranslationData>);
6
+ }
7
+ export declare class CustomerAttributeOptionTranslation extends CustomerAttributeOptionTranslationData {
8
+ }
9
+ export declare type PartialCustomerAttributeOptionTranslation = Partial<CustomerAttributeOptionTranslation>;
10
+ export declare type ReadOnlyCustomerAttributeOptionTranslation = DeepReadonly<CustomerAttributeOptionTranslation>;
@@ -0,0 +1,13 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { CustomerAttributePermissionEnum, CustomerAttributeRegisterPageRequirementEnum } from "../types";
3
+ export declare class CustomerAttributeSalesChannelData {
4
+ permission: CustomerAttributePermissionEnum;
5
+ registerPageRequirement: CustomerAttributeRegisterPageRequirementEnum;
6
+ salesChannelId: string;
7
+ storefrontId: string;
8
+ constructor(data?: Partial<CustomerAttributeSalesChannelData>);
9
+ }
10
+ export declare class CustomerAttributeSalesChannel extends CustomerAttributeSalesChannelData {
11
+ }
12
+ export declare type PartialCustomerAttributeSalesChannel = Partial<CustomerAttributeSalesChannel>;
13
+ export declare type ReadOnlyCustomerAttributeSalesChannel = DeepReadonly<CustomerAttributeSalesChannel>;
@@ -0,0 +1,13 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { CustomerAttributeOptionTranslationData } from "./CustomerAttributeOptionTranslation";
3
+ export declare class CustomerAttributeTranslationData {
4
+ description: string | null;
5
+ locale: string;
6
+ name: string | null;
7
+ options: CustomerAttributeOptionTranslationData[] | null;
8
+ constructor(data?: Partial<CustomerAttributeTranslationData>);
9
+ }
10
+ export declare class CustomerAttributeTranslation extends CustomerAttributeTranslationData {
11
+ }
12
+ export declare type PartialCustomerAttributeTranslation = Partial<CustomerAttributeTranslation>;
13
+ export declare type ReadOnlyCustomerAttributeTranslation = DeepReadonly<CustomerAttributeTranslation>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerAttributeValueData {
3
+ customerAttributeId: string | null;
4
+ customerAttributeOptionId: string | null;
5
+ value: string | null;
6
+ constructor(data?: Partial<CustomerAttributeValueData>);
7
+ }
8
+ export declare class CustomerAttributeValue extends CustomerAttributeValueData {
9
+ }
10
+ export declare type PartialCustomerAttributeValue = Partial<CustomerAttributeValue>;
11
+ export declare type ReadOnlyCustomerAttributeValue = DeepReadonly<CustomerAttributeValue>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerAttributeValueInputData {
3
+ customerAttributeId: string | null;
4
+ customerAttributeOptionId: string | null;
5
+ value: string | null;
6
+ constructor(data?: Partial<CustomerAttributeValueInputData>);
7
+ }
8
+ export declare class CustomerAttributeValueInput extends CustomerAttributeValueInputData {
9
+ }
10
+ export declare type PartialCustomerAttributeValueInput = Partial<CustomerAttributeValueInput>;
11
+ export declare type ReadOnlyCustomerAttributeValueInput = DeepReadonly<CustomerAttributeValueInput>;
@@ -0,0 +1 @@
1
+ import{__extends as t}from"../../node_modules/tslib/tslib.es6.js";var u=function(t){void 0===t&&(t={}),this.customerAttributeId=t.customerAttributeId||null,this.customerAttributeOptionId=t.customerAttributeOptionId||null,this.value=t.value||null};!function(u){function i(){return null!==u&&u.apply(this,arguments)||this}t(i,u)}(u);export{u as CustomerAttributeValueInputData};
@@ -0,0 +1,9 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerCheckResponseData {
3
+ exists: boolean;
4
+ constructor(data?: Partial<CustomerCheckResponseData>);
5
+ }
6
+ export declare class CustomerCheckResponse extends CustomerCheckResponseData {
7
+ }
8
+ export declare type PartialCustomerCheckResponse = Partial<CustomerCheckResponse>;
9
+ export declare type ReadOnlyCustomerCheckResponse = DeepReadonly<CustomerCheckResponse>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import BaseModelData from "./_base";
3
+ export declare class CustomerFavoriteProductData extends BaseModelData {
4
+ customerId: string;
5
+ productId: string;
6
+ constructor(data?: Partial<CustomerFavoriteProductData>);
7
+ }
8
+ export declare class CustomerFavoriteProduct extends CustomerFavoriteProductData {
9
+ }
10
+ export declare type PartialCustomerFavoriteProduct = Partial<CustomerFavoriteProduct>;
11
+ export declare type ReadOnlyCustomerFavoriteProduct = DeepReadonly<CustomerFavoriteProduct>;
@@ -0,0 +1,12 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { CustomerData } from "./Customer";
3
+ export declare class CustomerLoginResponseData {
4
+ customer: CustomerData | null;
5
+ token: string;
6
+ tokenExpiry: number;
7
+ constructor(data?: Partial<CustomerLoginResponseData>);
8
+ }
9
+ export declare class CustomerLoginResponse extends CustomerLoginResponseData {
10
+ }
11
+ export declare type PartialCustomerLoginResponse = Partial<CustomerLoginResponse>;
12
+ export declare type ReadOnlyCustomerLoginResponse = DeepReadonly<CustomerLoginResponse>;
@@ -0,0 +1,10 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerRefreshTokenResponseData {
3
+ token: string;
4
+ tokenExpiry: number;
5
+ constructor(data?: Partial<CustomerRefreshTokenResponseData>);
6
+ }
7
+ export declare class CustomerRefreshTokenResponse extends CustomerRefreshTokenResponseData {
8
+ }
9
+ export declare type PartialCustomerRefreshTokenResponse = Partial<CustomerRefreshTokenResponse>;
10
+ export declare type ReadOnlyCustomerRefreshTokenResponse = DeepReadonly<CustomerRefreshTokenResponse>;
@@ -0,0 +1,24 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import BaseModelData from "./_base";
3
+ import { CustomerReviewStatusEnum } from "../types";
4
+ export declare class CustomerReviewData extends BaseModelData {
5
+ comment: string | null;
6
+ customerId: string | null;
7
+ email: string | null;
8
+ firstName: string | null;
9
+ imageIds: string[] | null;
10
+ lastName: string | null;
11
+ orderId: string | null;
12
+ orderNumber: string | null;
13
+ productId: string;
14
+ salesChannelId: string | null;
15
+ star: number;
16
+ status: CustomerReviewStatusEnum | null;
17
+ storefrontId: string | null;
18
+ title: string | null;
19
+ constructor(data?: Partial<CustomerReviewData>);
20
+ }
21
+ export declare class CustomerReview extends CustomerReviewData {
22
+ }
23
+ export declare type PartialCustomerReview = Partial<CustomerReview>;
24
+ export declare type ReadOnlyCustomerReview = DeepReadonly<CustomerReview>;
@@ -0,0 +1,14 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { CustomerReviewData } from "./CustomerReview";
3
+ export declare class CustomerReviewSFPaginationResponseData {
4
+ count: number;
5
+ data: CustomerReviewData[];
6
+ hasNext: boolean;
7
+ limit: number;
8
+ page: number;
9
+ constructor(data?: Partial<CustomerReviewSFPaginationResponseData>);
10
+ }
11
+ export declare class CustomerReviewSFPaginationResponse extends CustomerReviewSFPaginationResponseData {
12
+ }
13
+ export declare type PartialCustomerReviewSFPaginationResponse = Partial<CustomerReviewSFPaginationResponse>;
14
+ export declare type ReadOnlyCustomerReviewSFPaginationResponse = DeepReadonly<CustomerReviewSFPaginationResponse>;
@@ -0,0 +1,14 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import BaseModelData from "./_base";
3
+ import { CustomerReviewSummaryStarData } from "./CustomerReviewSummaryStar";
4
+ export declare class CustomerReviewSummaryData extends BaseModelData {
5
+ averageStar: number;
6
+ productId: string;
7
+ stars: CustomerReviewSummaryStarData[];
8
+ totalReview: number;
9
+ constructor(data?: Partial<CustomerReviewSummaryData>);
10
+ }
11
+ export declare class CustomerReviewSummary extends CustomerReviewSummaryData {
12
+ }
13
+ export declare type PartialCustomerReviewSummary = Partial<CustomerReviewSummary>;
14
+ export declare type ReadOnlyCustomerReviewSummary = DeepReadonly<CustomerReviewSummary>;
@@ -0,0 +1,14 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { CustomerReviewSummaryData } from "./CustomerReviewSummary";
3
+ export declare class CustomerReviewSummaryPaginationResponseData {
4
+ count: number;
5
+ data: CustomerReviewSummaryData[];
6
+ hasNext: boolean;
7
+ limit: number;
8
+ page: number;
9
+ constructor(data?: Partial<CustomerReviewSummaryPaginationResponseData>);
10
+ }
11
+ export declare class CustomerReviewSummaryPaginationResponse extends CustomerReviewSummaryPaginationResponseData {
12
+ }
13
+ export declare type PartialCustomerReviewSummaryPaginationResponse = Partial<CustomerReviewSummaryPaginationResponse>;
14
+ export declare type ReadOnlyCustomerReviewSummaryPaginationResponse = DeepReadonly<CustomerReviewSummaryPaginationResponse>;
@@ -0,0 +1,10 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class CustomerReviewSummaryStarData {
3
+ count: number;
4
+ star: number;
5
+ constructor(data?: Partial<CustomerReviewSummaryStarData>);
6
+ }
7
+ export declare class CustomerReviewSummaryStar extends CustomerReviewSummaryStarData {
8
+ }
9
+ export declare type PartialCustomerReviewSummaryStar = Partial<CustomerReviewSummaryStar>;
10
+ export declare type ReadOnlyCustomerReviewSummaryStar = DeepReadonly<CustomerReviewSummaryStar>;
@@ -0,0 +1,16 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class DateFilterInputData {
3
+ eq: any | null;
4
+ gt: any | null;
5
+ gte: any | null;
6
+ in: any[] | null;
7
+ lt: any | null;
8
+ lte: any | null;
9
+ ne: any | null;
10
+ nin: any[] | null;
11
+ constructor(data?: Partial<DateFilterInputData>);
12
+ }
13
+ export declare class DateFilterInput extends DateFilterInputData {
14
+ }
15
+ export declare type PartialDateFilterInput = Partial<DateFilterInput>;
16
+ export declare type ReadOnlyDateFilterInput = DeepReadonly<DateFilterInput>;
@@ -0,0 +1,16 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import BaseModelData from "./_base";
3
+ export declare class DistrictData extends BaseModelData {
4
+ cityId: string;
5
+ countryId: string;
6
+ latitude: string | null;
7
+ longitude: string | null;
8
+ name: string;
9
+ order: number | null;
10
+ stateId: string;
11
+ constructor(data?: Partial<DistrictData>);
12
+ }
13
+ export declare class District extends DistrictData {
14
+ }
15
+ export declare type PartialDistrict = Partial<District>;
16
+ export declare type ReadOnlyDistrict = DeepReadonly<District>;
@@ -0,0 +1,14 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { CampaignFilterData } from "./CampaignFilter";
3
+ import { CampaignMinMaxRangeFieldData } from "./CampaignMinMaxRangeField";
4
+ export declare class FixedDiscountData {
5
+ amount: number | null;
6
+ filters: CampaignFilterData[] | null;
7
+ lineItemQuantityRange: CampaignMinMaxRangeFieldData | null;
8
+ priceRange: CampaignMinMaxRangeFieldData | null;
9
+ constructor(data?: Partial<FixedDiscountData>);
10
+ }
11
+ export declare class FixedDiscount extends FixedDiscountData {
12
+ }
13
+ export declare type PartialFixedDiscount = Partial<FixedDiscount>;
14
+ export declare type ReadOnlyFixedDiscount = DeepReadonly<FixedDiscount>;
@@ -0,0 +1,14 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { StockLocationTypeEnum } from "../types";
3
+ import { GetAvailableStockLocationAddressData } from "./GetAvailableStockLocationAddress";
4
+ export declare class GetAvailableStockLocationData {
5
+ address: GetAvailableStockLocationAddressData | null;
6
+ id: string;
7
+ name: string;
8
+ type: StockLocationTypeEnum | null;
9
+ constructor(data?: Partial<GetAvailableStockLocationData>);
10
+ }
11
+ export declare class GetAvailableStockLocation extends GetAvailableStockLocationData {
12
+ }
13
+ export declare type PartialGetAvailableStockLocation = Partial<GetAvailableStockLocation>;
14
+ export declare type ReadOnlyGetAvailableStockLocation = DeepReadonly<GetAvailableStockLocation>;
@@ -0,0 +1,16 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { GetAvailableStockLocationAddressCityData } from "./GetAvailableStockLocationAddressCity";
3
+ export declare class GetAvailableStockLocationAddressData {
4
+ address: string | null;
5
+ city: GetAvailableStockLocationAddressCityData | null;
6
+ country: GetAvailableStockLocationAddressCityData | null;
7
+ district: GetAvailableStockLocationAddressCityData | null;
8
+ phone: string | null;
9
+ postalCode: string | null;
10
+ state: GetAvailableStockLocationAddressCityData | null;
11
+ constructor(data?: Partial<GetAvailableStockLocationAddressData>);
12
+ }
13
+ export declare class GetAvailableStockLocationAddress extends GetAvailableStockLocationAddressData {
14
+ }
15
+ export declare type PartialGetAvailableStockLocationAddress = Partial<GetAvailableStockLocationAddress>;
16
+ export declare type ReadOnlyGetAvailableStockLocationAddress = DeepReadonly<GetAvailableStockLocationAddress>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class GetAvailableStockLocationAddressCityData {
3
+ code: string | null;
4
+ id: string | null;
5
+ name: string | null;
6
+ constructor(data?: Partial<GetAvailableStockLocationAddressCityData>);
7
+ }
8
+ export declare class GetAvailableStockLocationAddressCity extends GetAvailableStockLocationAddressCityData {
9
+ }
10
+ export declare type PartialGetAvailableStockLocationAddressCity = Partial<GetAvailableStockLocationAddressCity>;
11
+ export declare type ReadOnlyGetAvailableStockLocationAddressCity = DeepReadonly<GetAvailableStockLocationAddressCity>;
@@ -0,0 +1,10 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { GetAvailableStockLocationData } from "./GetAvailableStockLocation";
3
+ export declare class GetAvailableStockLocationsResponseData {
4
+ stockLocations: GetAvailableStockLocationData[];
5
+ constructor(data?: Partial<GetAvailableStockLocationsResponseData>);
6
+ }
7
+ export declare class GetAvailableStockLocationsResponse extends GetAvailableStockLocationsResponseData {
8
+ }
9
+ export declare type PartialGetAvailableStockLocationsResponse = Partial<GetAvailableStockLocationsResponse>;
10
+ export declare type ReadOnlyGetAvailableStockLocationsResponse = DeepReadonly<GetAvailableStockLocationsResponse>;
@@ -0,0 +1,9 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class GetOrderLineFileData {
3
+ url: string;
4
+ constructor(data?: Partial<GetOrderLineFileData>);
5
+ }
6
+ export declare class GetOrderLineFile extends GetOrderLineFileData {
7
+ }
8
+ export declare type PartialGetOrderLineFile = Partial<GetOrderLineFile>;
9
+ export declare type ReadOnlyGetOrderLineFile = DeepReadonly<GetOrderLineFile>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class GetProductCampaignsInputData {
3
+ customerGroupIds: string[] | null;
4
+ salesChannelId: string;
5
+ variantIds: string[];
6
+ constructor(data?: Partial<GetProductCampaignsInputData>);
7
+ }
8
+ export declare class GetProductCampaignsInput extends GetProductCampaignsInputData {
9
+ }
10
+ export declare type PartialGetProductCampaignsInput = Partial<GetProductCampaignsInput>;
11
+ export declare type ReadOnlyGetProductCampaignsInput = DeepReadonly<GetProductCampaignsInput>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { CampaignData } from "./Campaign";
3
+ export declare class GetProductCampaignsResponseData {
4
+ campaign: CampaignData;
5
+ variantIds: string[];
6
+ constructor(data?: Partial<GetProductCampaignsResponseData>);
7
+ }
8
+ export declare class GetProductCampaignsResponse extends GetProductCampaignsResponseData {
9
+ }
10
+ export declare type PartialGetProductCampaignsResponse = Partial<GetProductCampaignsResponse>;
11
+ export declare type ReadOnlyGetProductCampaignsResponse = DeepReadonly<GetProductCampaignsResponse>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class GetProductOptionFileUrlData {
3
+ fields: any;
4
+ optionUrl: string;
5
+ url: string;
6
+ constructor(data?: Partial<GetProductOptionFileUrlData>);
7
+ }
8
+ export declare class GetProductOptionFileUrl extends GetProductOptionFileUrlData {
9
+ }
10
+ export declare type PartialGetProductOptionFileUrl = Partial<GetProductOptionFileUrl>;
11
+ export declare type ReadOnlyGetProductOptionFileUrl = DeepReadonly<GetProductOptionFileUrl>;
@@ -0,0 +1,12 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { GetAvailableStockLocationData } from "./GetAvailableStockLocation";
3
+ export declare class GetVariantStockLocationData {
4
+ stockCount: number;
5
+ stockLocation: GetAvailableStockLocationData;
6
+ variantId: string;
7
+ constructor(data?: Partial<GetVariantStockLocationData>);
8
+ }
9
+ export declare class GetVariantStockLocation extends GetVariantStockLocationData {
10
+ }
11
+ export declare type PartialGetVariantStockLocation = Partial<GetVariantStockLocation>;
12
+ export declare type ReadOnlyGetVariantStockLocation = DeepReadonly<GetVariantStockLocation>;
@@ -0,0 +1,10 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { GetVariantStockLocationData } from "./GetVariantStockLocation";
3
+ export declare class GetVariantStockLocationListResponseData {
4
+ stockLocations: GetVariantStockLocationData[];
5
+ constructor(data?: Partial<GetVariantStockLocationListResponseData>);
6
+ }
7
+ export declare class GetVariantStockLocationListResponse extends GetVariantStockLocationListResponseData {
8
+ }
9
+ export declare type PartialGetVariantStockLocationListResponse = Partial<GetVariantStockLocationListResponse>;
10
+ export declare type ReadOnlyGetVariantStockLocationListResponse = DeepReadonly<GetVariantStockLocationListResponse>;
@@ -0,0 +1,13 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { CampaignFilterData } from "./CampaignFilter";
3
+ export declare class GetYData {
4
+ amount: number;
5
+ automaticallyAddItemToCart: boolean | null;
6
+ discountRatio: number;
7
+ filter: CampaignFilterData;
8
+ constructor(data?: Partial<GetYData>);
9
+ }
10
+ export declare class GetY extends GetYData {
11
+ }
12
+ export declare type PartialGetY = Partial<GetY>;
13
+ export declare type ReadOnlyGetY = DeepReadonly<GetY>;
@@ -0,0 +1,22 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import BaseModelData from "./_base";
3
+ import { HTMLMetaDataTargetTypeEnum } from "../types";
4
+ import { HTMLMetaDataOverrideData } from "./HTMLMetaDataOverride";
5
+ import { HTMLMetaDataTranslationData } from "./HTMLMetaDataTranslation";
6
+ export declare class HTMLMetaDataData extends BaseModelData {
7
+ canonicals: string[] | null;
8
+ description: string | null;
9
+ disableIndex: boolean | null;
10
+ metadataOverrides: HTMLMetaDataOverrideData[] | null;
11
+ pageTitle: string | null;
12
+ redirectTo: string | null;
13
+ slug: string;
14
+ targetId: string | null;
15
+ targetType: HTMLMetaDataTargetTypeEnum | null;
16
+ translations: HTMLMetaDataTranslationData[] | null;
17
+ constructor(data?: Partial<HTMLMetaDataData>);
18
+ }
19
+ export declare class HTMLMetaData extends HTMLMetaDataData {
20
+ }
21
+ export declare type PartialHTMLMetaData = Partial<HTMLMetaData>;
22
+ export declare type ReadOnlyHTMLMetaData = DeepReadonly<HTMLMetaData>;
@@ -0,0 +1,13 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class HTMLMetaDataOverrideData {
3
+ description: string;
4
+ language: string | null;
5
+ pageTitle: string;
6
+ storefrontId: string | null;
7
+ storefrontRegionId: string | null;
8
+ constructor(data?: Partial<HTMLMetaDataOverrideData>);
9
+ }
10
+ export declare class HTMLMetaDataOverride extends HTMLMetaDataOverrideData {
11
+ }
12
+ export declare type PartialHTMLMetaDataOverride = Partial<HTMLMetaDataOverride>;
13
+ export declare type ReadOnlyHTMLMetaDataOverride = DeepReadonly<HTMLMetaDataOverride>;
@@ -0,0 +1,13 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { HTMLMetaDataTargetTypeEnum } from "../types";
3
+ export declare class HTMLMetaDataTargetTypeEnumFilterData {
4
+ eq: HTMLMetaDataTargetTypeEnum | null;
5
+ in: HTMLMetaDataTargetTypeEnum[] | null;
6
+ ne: HTMLMetaDataTargetTypeEnum | null;
7
+ nin: HTMLMetaDataTargetTypeEnum[] | null;
8
+ constructor(data?: Partial<HTMLMetaDataTargetTypeEnumFilterData>);
9
+ }
10
+ export declare class HTMLMetaDataTargetTypeEnumFilter extends HTMLMetaDataTargetTypeEnumFilterData {
11
+ }
12
+ export declare type PartialHTMLMetaDataTargetTypeEnumFilter = Partial<HTMLMetaDataTargetTypeEnumFilter>;
13
+ export declare type ReadOnlyHTMLMetaDataTargetTypeEnumFilter = DeepReadonly<HTMLMetaDataTargetTypeEnumFilter>;
@@ -0,0 +1,11 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class HTMLMetaDataTranslationData {
3
+ description: string | null;
4
+ locale: string;
5
+ pageTitle: string | null;
6
+ constructor(data?: Partial<HTMLMetaDataTranslationData>);
7
+ }
8
+ export declare class HTMLMetaDataTranslation extends HTMLMetaDataTranslationData {
9
+ }
10
+ export declare type PartialHTMLMetaDataTranslation = Partial<HTMLMetaDataTranslation>;
11
+ export declare type ReadOnlyHTMLMetaDataTranslation = DeepReadonly<HTMLMetaDataTranslation>;
@@ -0,0 +1,16 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ import { InvoiceTypeEnum } from "../types";
3
+ export declare class InvoiceData {
4
+ appId: string;
5
+ appName: string;
6
+ createdAt: any | null;
7
+ id: string;
8
+ invoiceNumber: string;
9
+ storeAppId: string;
10
+ type: InvoiceTypeEnum;
11
+ constructor(data?: Partial<InvoiceData>);
12
+ }
13
+ export declare class Invoice extends InvoiceData {
14
+ }
15
+ export declare type PartialInvoice = Partial<Invoice>;
16
+ export declare type ReadOnlyInvoice = DeepReadonly<Invoice>;
@@ -0,0 +1,9 @@
1
+ import { DeepReadonly } from "ts-essentials";
2
+ export declare class ListCustomerReviewInputData {
3
+ salesChannelId: string;
4
+ constructor(data?: Partial<ListCustomerReviewInputData>);
5
+ }
6
+ export declare class ListCustomerReviewInput extends ListCustomerReviewInputData {
7
+ }
8
+ export declare type PartialListCustomerReviewInput = Partial<ListCustomerReviewInput>;
9
+ export declare type ReadOnlyListCustomerReviewInput = DeepReadonly<ListCustomerReviewInput>;