@ikas/storefront 3.0.0-alpha.50 → 3.0.0-beta.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 (1318) hide show
  1. package/build/__generated__/global-types.d.ts +772 -0
  2. package/build/__generated__/global-types.js +1 -0
  3. package/build/_virtual/Observable.js_commonjs-proxy.js +1 -0
  4. package/build/_virtual/_commonjsHelpers.js +1 -1
  5. package/build/_virtual/index.js_commonjs-proxy12.js +1 -1
  6. package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
  7. package/build/_virtual/index.js_commonjs-proxy4.js +1 -1
  8. package/build/_virtual/parser.mjs_commonjs-proxy.js +1 -0
  9. package/build/analytics/analytics.d.ts +4 -5
  10. package/build/analytics/analytics.js +1 -1
  11. package/build/analytics/facebookPixel.d.ts +1 -2
  12. package/build/analytics/facebookPixel.js +1 -1
  13. package/build/analytics/googleAnalytics.d.ts +1 -2
  14. package/build/analytics/googleAnalytics.js +1 -1
  15. package/build/analytics/googleTagManager.d.ts +15 -16
  16. package/build/analytics/googleTagManager.js +1 -1
  17. package/build/analytics/googleUniversal.d.ts +1 -2
  18. package/build/analytics/googleUniversal.js +1 -1
  19. package/build/analytics/head/index.js +1 -1
  20. package/build/analytics/ikas.d.ts +1 -2
  21. package/build/analytics/ikas.js +1 -1
  22. package/build/api/apollo.d.ts +10 -0
  23. package/build/api/apollo.js +1 -0
  24. package/build/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +24 -0
  25. package/build/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +19 -0
  26. package/build/api/back-in-stock-reminder/index.d.ts +23 -0
  27. package/build/api/back-in-stock-reminder/index.js +1 -0
  28. package/build/api/blog/__generated__/getBlog.d.ts +110 -0
  29. package/build/api/blog/__generated__/listBlog.d.ts +113 -0
  30. package/build/api/blog/__generated__/listBlogCategory.d.ts +65 -0
  31. package/build/api/blog/__generated__/listBlogMetaData.d.ts +57 -0
  32. package/build/api/blog/index.d.ts +32 -0
  33. package/build/api/blog/index.js +1 -0
  34. package/build/api/brand/__generated__/listProductBrand.d.ts +88 -0
  35. package/build/api/brand/index.d.ts +16 -0
  36. package/build/api/brand/index.js +1 -0
  37. package/build/api/cart/__generated__/getCart.d.ts +178 -0
  38. package/build/api/cart/__generated__/saveItemToCart.d.ts +210 -0
  39. package/build/api/cart/index.d.ts +5 -0
  40. package/build/api/cart/index.js +1 -0
  41. package/build/api/category/__generated__/listCategory.d.ts +99 -0
  42. package/build/api/category/__generated__/listCategoryPaths.d.ts +32 -0
  43. package/build/api/category/index.d.ts +18 -0
  44. package/build/api/category/index.js +1 -0
  45. package/build/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +11 -0
  46. package/build/api/checkout/__generated__/checkStocks.d.ts +18 -0
  47. package/build/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +22 -0
  48. package/build/api/checkout/__generated__/getCheckoutByCartId.d.ts +10 -0
  49. package/build/api/checkout/__generated__/getCheckoutById.d.ts +574 -0
  50. package/build/api/checkout/__generated__/getOrder.d.ts +620 -0
  51. package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +34 -0
  52. package/build/api/checkout/__generated__/listPaymentGateway.d.ts +42 -0
  53. package/build/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +23 -0
  54. package/build/api/checkout/__generated__/saveCheckout.d.ts +11 -0
  55. package/build/api/checkout/index.d.ts +35 -0
  56. package/build/api/checkout/index.js +1 -0
  57. package/build/api/city/__generated__/listCity.d.ts +20 -0
  58. package/build/api/city/index.d.ts +4 -0
  59. package/build/api/city/index.js +1 -0
  60. package/build/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +10 -0
  61. package/build/api/contact-form/index.d.ts +11 -0
  62. package/build/api/contact-form/index.js +1 -0
  63. package/build/api/country/__generated__/getAvailableShippingCountries.d.ts +6 -0
  64. package/build/api/country/__generated__/getMyCountry.d.ts +3 -0
  65. package/build/api/country/__generated__/listCountry.d.ts +41 -0
  66. package/build/api/country/index.d.ts +6 -0
  67. package/build/api/country/index.js +1 -0
  68. package/build/api/customer/__generated__/checkCustomerEmail.d.ts +10 -0
  69. package/build/api/customer/__generated__/createCustomerEmailSubscription.d.ts +11 -0
  70. package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +590 -0
  71. package/build/api/customer/__generated__/customerForgotPassword.d.ts +7 -0
  72. package/build/api/customer/__generated__/customerLogin.d.ts +174 -0
  73. package/build/api/customer/__generated__/customerRecoverPassword.d.ts +8 -0
  74. package/build/api/customer/__generated__/customerRefreshToken.d.ts +11 -0
  75. package/build/api/customer/__generated__/customerSocialLogin.d.ts +173 -0
  76. package/build/api/customer/__generated__/getCustomerOrders.d.ts +620 -0
  77. package/build/api/customer/__generated__/getLastViewedProducts.d.ts +15 -0
  78. package/build/api/customer/__generated__/getMyCustomer.d.ts +156 -0
  79. package/build/api/customer/__generated__/getOrderByEmail.d.ts +621 -0
  80. package/build/api/customer/__generated__/listOrderRefundSettings.d.ts +13 -0
  81. package/build/api/customer/__generated__/listOrderTransactions.d.ts +53 -0
  82. package/build/api/customer/__generated__/registerCustomer.d.ts +175 -0
  83. package/build/api/customer/__generated__/saveLastViewedProducts.d.ts +11 -0
  84. package/build/api/customer/__generated__/saveMyCustomer.d.ts +171 -0
  85. package/build/api/customer/index.d.ts +51 -0
  86. package/build/api/customer/index.js +1 -0
  87. package/build/api/customer-attribute/__generated__/listCustomerAttribute.d.ts +44 -0
  88. package/build/api/customer-attribute/index.d.ts +4 -0
  89. package/build/api/customer-attribute/index.js +1 -0
  90. package/build/api/customer-review/__generated__/createCustomerReview.d.ts +11 -0
  91. package/build/api/customer-review/__generated__/listCustomerReviews.d.ts +53 -0
  92. package/build/api/customer-review/index.d.ts +24 -0
  93. package/build/api/customer-review/index.js +1 -0
  94. package/build/api/customer-review-summary/__generated__/listCustomerReviewSummary.d.ts +59 -0
  95. package/build/api/customer-review-summary/index.d.ts +21 -0
  96. package/build/api/customer-review-summary/index.js +1 -0
  97. package/build/api/district/__generated__/listDistrict.d.ts +16 -0
  98. package/build/api/district/index.d.ts +4 -0
  99. package/build/api/district/index.js +1 -0
  100. package/build/api/favorite-product/__generated__/isFavoriteProduct.d.ts +6 -0
  101. package/build/api/favorite-product/__generated__/listFavoriteProducts.d.ts +12 -0
  102. package/build/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +7 -0
  103. package/build/api/favorite-product/index.d.ts +6 -0
  104. package/build/api/favorite-product/index.js +1 -0
  105. package/build/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +38 -0
  106. package/build/api/html-meta-data/index.d.ts +4 -0
  107. package/build/api/html-meta-data/index.js +1 -0
  108. package/build/api/index.d.ts +25 -0
  109. package/build/api/merchant/__generated__/listMerchantSettings.d.ts +9 -0
  110. package/build/api/merchant/index.d.ts +4 -0
  111. package/build/api/merchant/index.js +1 -0
  112. package/build/api/product-attribute/__generated__/listProductAttribute.d.ts +72 -0
  113. package/build/api/product-attribute/index.d.ts +4 -0
  114. package/build/api/product-campaign/__generated__/getProductCampaigns.d.ts +91 -0
  115. package/build/api/product-campaign/index.d.ts +10 -0
  116. package/build/api/product-campaign/index.js +1 -0
  117. package/build/api/product-option-file/__generated__/getOrderLineFile.d.ts +7 -0
  118. package/build/api/product-option-file/index.d.ts +7 -0
  119. package/build/api/product-option-file/index.js +1 -0
  120. package/build/api/product-option-set/__generated__/ListProductOptionSet.d.ts +104 -0
  121. package/build/api/product-option-set/index.d.ts +4 -0
  122. package/build/api/product-option-set/index.js +1 -0
  123. package/build/api/product-search/__generated__/getProductFilterData.d.ts +61 -0
  124. package/build/api/product-search/__generated__/getRelatedProducts.d.ts +14 -0
  125. package/build/api/product-search/__generated__/searchProducts.d.ts +26 -0
  126. package/build/api/product-search/index.d.ts +38 -0
  127. package/build/api/product-search/index.js +1 -0
  128. package/build/api/raffle/__generated__/getRafflesByCustomerId.d.ts +44 -0
  129. package/build/api/raffle/__generated__/listRaffle.d.ts +85 -0
  130. package/build/api/raffle/__generated__/listRaffleMetaData.d.ts +22 -0
  131. package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +30 -0
  132. package/build/api/raffle/index.d.ts +24 -0
  133. package/build/api/raffle/index.js +1 -0
  134. package/build/api/state/__generated__/listState.d.ts +19 -0
  135. package/build/api/state/index.d.ts +4 -0
  136. package/build/api/state/index.js +1 -0
  137. package/build/api/stock-location/__generated__/listStockLocation.d.ts +7 -0
  138. package/build/api/stock-location/index.d.ts +4 -0
  139. package/build/api/storefront/__generated__/getStorefront.d.ts +63 -0
  140. package/build/api/storefront/index.d.ts +4 -0
  141. package/build/api/storefront/index.js +1 -0
  142. package/build/api/variant-type/__generated__/listVariantType.d.ts +76 -0
  143. package/build/api/variant-type/index.d.ts +4 -0
  144. package/build/assets/translations/checkout/en.js +1 -1
  145. package/build/assets/translations/checkout/tr.js +1 -1
  146. package/build/components/checkout/components/address-form/index.js +1 -1
  147. package/build/components/checkout/components/address-form/model.d.ts +57 -11
  148. package/build/components/checkout/components/address-form/model.js +1 -1
  149. package/build/components/checkout/components/button/index.d.ts +1 -2
  150. package/build/components/checkout/components/button/index.js +1 -1
  151. package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
  152. package/build/components/checkout/components/cart-summary/index.js +1 -1
  153. package/build/components/checkout/components/checkbox/index.d.ts +1 -1
  154. package/build/components/checkout/components/credit-card-form/index.js +1 -1
  155. package/build/components/checkout/components/customer-addresses/index.d.ts +0 -4
  156. package/build/components/checkout/components/customer-addresses/index.js +1 -1
  157. package/build/components/checkout/components/customer-addresses/model.d.ts +1 -1
  158. package/build/components/checkout/components/customer-addresses/model.js +1 -1
  159. package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -1
  160. package/build/components/checkout/components/error/stock-error/index.js +1 -1
  161. package/build/components/checkout/components/form-item/index.js +1 -1
  162. package/build/components/checkout/components/form-item/model.d.ts +0 -2
  163. package/build/components/checkout/components/form-item/model.js +1 -1
  164. package/build/components/checkout/components/form-item/style.module.scss.js +1 -1
  165. package/build/components/checkout/components/modal/index.js +1 -1
  166. package/build/components/checkout/components/select-box/index.d.ts +2 -2
  167. package/build/components/checkout/components/toggle/index.d.ts +1 -1
  168. package/build/components/checkout/index.d.ts +1 -2
  169. package/build/components/checkout/index.js +1 -1
  170. package/build/components/checkout/model.d.ts +8 -48
  171. package/build/components/checkout/model.js +1 -1
  172. package/build/components/checkout/steps/step-info/index.js +1 -1
  173. package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
  174. package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
  175. package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -1
  176. package/build/components/checkout/steps/step-payment/payment-gateways/style.module.scss.js +1 -1
  177. package/build/components/checkout/steps/step-shipping/index.js +1 -1
  178. package/build/components/checkout/steps/step-success/index.js +1 -1
  179. package/build/components/checkout/steps/step-success/style.module.scss.js +1 -1
  180. package/build/components/checkout/style.module.scss.js +1 -1
  181. package/build/components/index.d.ts +1 -1
  182. package/build/components/page/head.d.ts +1 -2
  183. package/build/components/page/head.js +1 -1
  184. package/build/components/page/index.d.ts +1 -2
  185. package/build/components/page/index.js +1 -1
  186. package/build/components/page-editor/ThemeComponentEditor.js +1 -1
  187. package/build/components/page-editor/model.js +1 -1
  188. package/build/ext/@apollo/client/cache/core/cache.js +1 -0
  189. package/build/ext/@apollo/client/cache/core/types/common.js +1 -0
  190. package/build/ext/@apollo/client/cache/inmemory/entityStore.js +1 -0
  191. package/build/ext/@apollo/client/cache/inmemory/helpers.js +1 -0
  192. package/build/ext/@apollo/client/cache/inmemory/inMemoryCache.js +1 -0
  193. package/build/ext/@apollo/client/cache/inmemory/policies.js +1 -0
  194. package/build/ext/@apollo/client/cache/inmemory/reactiveVars.js +1 -0
  195. package/build/ext/@apollo/client/cache/inmemory/readFromStore.js +1 -0
  196. package/build/ext/@apollo/client/cache/inmemory/writeToStore.js +1 -0
  197. package/build/ext/@apollo/client/core/ApolloClient.js +1 -0
  198. package/build/ext/@apollo/client/core/LocalState.js +1 -0
  199. package/build/ext/@apollo/client/core/ObservableQuery.js +1 -0
  200. package/build/ext/@apollo/client/core/QueryInfo.js +1 -0
  201. package/build/ext/@apollo/client/core/QueryManager.js +1 -0
  202. package/build/ext/@apollo/client/core/Reobserver.js +1 -0
  203. package/build/ext/@apollo/client/core/networkStatus.js +1 -0
  204. package/build/ext/@apollo/client/errors/index.js +1 -0
  205. package/build/ext/@apollo/client/ext/tslib/tslib.es6.js +15 -0
  206. package/build/ext/@apollo/client/link/context/index.js +1 -0
  207. package/build/ext/@apollo/client/link/core/ApolloLink.js +1 -0
  208. package/build/ext/@apollo/client/link/core/execute.js +1 -0
  209. package/build/ext/@apollo/client/link/error/index.js +1 -0
  210. package/build/ext/@apollo/client/link/http/HttpLink.js +1 -0
  211. package/build/ext/@apollo/client/link/http/checkFetcher.js +1 -0
  212. package/build/ext/@apollo/client/link/http/createHttpLink.js +1 -0
  213. package/build/ext/@apollo/client/link/http/createSignalIfSupported.js +1 -0
  214. package/build/ext/@apollo/client/link/http/parseAndCheckHttpResponse.js +1 -0
  215. package/build/ext/@apollo/client/link/http/rewriteURIForGET.js +1 -0
  216. package/build/ext/@apollo/client/link/http/selectHttpOptionsAndBody.js +1 -0
  217. package/build/ext/@apollo/client/link/http/selectURI.js +1 -0
  218. package/build/ext/@apollo/client/link/http/serializeFetchParameter.js +1 -0
  219. package/build/ext/@apollo/client/link/utils/createOperation.js +1 -0
  220. package/build/ext/@apollo/client/link/utils/fromError.js +1 -0
  221. package/build/ext/@apollo/client/link/utils/throwServerError.js +1 -0
  222. package/build/ext/@apollo/client/link/utils/transformOperation.js +1 -0
  223. package/build/ext/@apollo/client/link/utils/validateOperation.js +1 -0
  224. package/build/ext/@apollo/client/utilities/common/arrays.js +1 -0
  225. package/build/ext/@apollo/client/utilities/common/canUse.js +1 -0
  226. package/build/ext/@apollo/client/utilities/common/cloneDeep.js +1 -0
  227. package/build/ext/@apollo/client/utilities/common/compact.js +1 -0
  228. package/build/ext/@apollo/client/utilities/common/environment.js +1 -0
  229. package/build/ext/@apollo/client/utilities/common/errorHandling.js +1 -0
  230. package/build/ext/@apollo/client/utilities/common/filterInPlace.js +1 -0
  231. package/build/ext/@apollo/client/utilities/common/maybeDeepFreeze.js +1 -0
  232. package/build/ext/@apollo/client/utilities/common/mergeDeep.js +1 -0
  233. package/build/ext/@apollo/client/utilities/graphql/directives.js +1 -0
  234. package/build/ext/@apollo/client/utilities/graphql/fragments.js +1 -0
  235. package/build/ext/@apollo/client/utilities/graphql/getFromAST.js +1 -0
  236. package/build/ext/@apollo/client/utilities/graphql/storeUtils.js +1 -0
  237. package/build/ext/@apollo/client/utilities/graphql/transform.js +1 -0
  238. package/build/ext/@apollo/client/utilities/observables/Concast.js +1 -0
  239. package/build/ext/@apollo/client/utilities/observables/Observable.js +1 -0
  240. package/build/ext/@apollo/client/utilities/observables/asyncMap.js +1 -0
  241. package/build/ext/@apollo/client/utilities/observables/iteration.js +1 -0
  242. package/build/ext/@apollo/client/version.js +1 -0
  243. package/build/ext/@ungap/global-this/esm/index.js +1 -0
  244. package/build/ext/@wry/context/lib/context.esm.js +1 -0
  245. package/build/ext/@wry/equality/lib/equality.esm.js +1 -0
  246. package/build/ext/@wry/trie/lib/trie.esm.js +1 -0
  247. package/build/ext/fast-json-stable-stringify/index.js +1 -0
  248. package/build/ext/graphql/error/GraphQLError.mjs.js +1 -0
  249. package/build/ext/graphql/error/syntaxError.mjs.js +1 -0
  250. package/build/ext/graphql/jsutils/defineInspect.mjs.js +1 -0
  251. package/build/ext/graphql/jsutils/devAssert.mjs.js +1 -0
  252. package/build/ext/graphql/jsutils/inspect.mjs.js +1 -0
  253. package/build/ext/graphql/jsutils/instanceOf.mjs.js +1 -0
  254. package/build/ext/graphql/jsutils/invariant.mjs.js +1 -0
  255. package/build/ext/graphql/jsutils/isObjectLike.mjs.js +1 -0
  256. package/build/ext/graphql/jsutils/nodejsCustomInspectSymbol.mjs.js +1 -0
  257. package/build/ext/graphql/language/ast.mjs.js +1 -0
  258. package/build/ext/graphql/language/blockString.mjs.js +1 -0
  259. package/build/ext/graphql/language/directiveLocation.mjs.js +1 -0
  260. package/build/ext/graphql/language/kinds.mjs.js +1 -0
  261. package/build/ext/graphql/language/lexer.mjs.js +1 -0
  262. package/build/ext/graphql/language/location.mjs.js +1 -0
  263. package/build/ext/graphql/language/parser.mjs.js +1 -0
  264. package/build/ext/graphql/language/printLocation.mjs.js +1 -0
  265. package/build/ext/graphql/language/printer.mjs.js +1 -0
  266. package/build/ext/graphql/language/source.mjs.js +1 -0
  267. package/build/ext/graphql/language/tokenKind.mjs.js +1 -0
  268. package/build/ext/graphql/language/visitor.mjs.js +1 -0
  269. package/build/ext/graphql/polyfills/symbols.mjs.js +1 -0
  270. package/build/ext/graphql-tag/src/index.js +1 -0
  271. package/build/ext/optimism/lib/bundle.esm.js +1 -0
  272. package/build/ext/symbol-observable/es/index.js +1 -0
  273. package/build/ext/symbol-observable/es/ponyfill.js +1 -0
  274. package/build/ext/ts-invariant/ext/tslib/tslib.es6.js +15 -0
  275. package/build/ext/ts-invariant/lib/invariant.esm.js +1 -0
  276. package/build/ext/tslib/tslib.es6.js +1 -1
  277. package/build/ext/uuid/dist/{esm-node → esm-browser}/regex.js +0 -0
  278. package/build/ext/uuid/dist/esm-browser/rng.js +1 -0
  279. package/build/ext/uuid/dist/esm-browser/stringify.js +1 -0
  280. package/build/ext/uuid/dist/esm-browser/v4.js +1 -0
  281. package/build/ext/uuid/dist/{esm-node → esm-browser}/validate.js +0 -0
  282. package/build/ext/zen-observable/index.js +1 -0
  283. package/build/ext/zen-observable/lib/Observable.js +1 -0
  284. package/build/ikas.js +30 -0
  285. package/build/index.d.ts +0 -1
  286. package/build/index.js +1 -1
  287. package/build/models/data/blog/index.d.ts +53 -19
  288. package/build/models/data/blog/index.js +1 -1
  289. package/build/models/data/brand/index.d.ts +14 -10
  290. package/build/models/data/brand/index.js +1 -1
  291. package/build/models/data/cart/index.d.ts +45 -18
  292. package/build/models/data/cart/index.js +1 -1
  293. package/build/models/data/category/index.d.ts +31 -18
  294. package/build/models/data/category/index.js +1 -1
  295. package/build/models/data/checkout/index.d.ts +90 -5
  296. package/build/models/data/checkout/index.js +1 -1
  297. package/build/models/data/checkout-settings/index.d.ts +20 -8
  298. package/build/models/data/checkout-settings/index.js +1 -1
  299. package/build/models/data/city/index.d.ts +4 -3
  300. package/build/models/data/country/index.d.ts +8 -3
  301. package/build/models/data/customer/address/index.d.ts +33 -36
  302. package/build/models/data/customer/address/index.js +1 -1
  303. package/build/models/data/customer/attribute-value/index.d.ts +6 -4
  304. package/build/models/data/customer/attribute-value/index.js +1 -1
  305. package/build/models/data/customer/index.d.ts +26 -29
  306. package/build/models/data/customer/index.js +1 -1
  307. package/build/models/data/customer-attribute/customer-attribute-option/index.d.ts +4 -2
  308. package/build/models/data/customer-attribute/customer-attribute-option/index.js +1 -1
  309. package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.d.ts +15 -6
  310. package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.js +1 -1
  311. package/build/models/data/customer-attribute/index.d.ts +27 -14
  312. package/build/models/data/customer-attribute/index.js +1 -1
  313. package/build/models/data/customer-review/index.d.ts +22 -7
  314. package/build/models/data/customer-review/index.js +1 -1
  315. package/build/models/data/customer-review-settings/index.d.ts +4 -0
  316. package/build/models/data/customer-review-summary/index.d.ts +14 -6
  317. package/build/models/data/customer-review-summary/index.js +1 -1
  318. package/build/models/data/district/index.d.ts +4 -3
  319. package/build/models/data/favorite-product/index.d.ts +5 -2
  320. package/build/models/data/favorite-product/index.js +1 -1
  321. package/build/models/data/html-meta-data/index.d.ts +18 -7
  322. package/build/models/data/html-meta-data/index.js +1 -1
  323. package/build/models/data/image/index.js +1 -1
  324. package/build/models/data/index.d.ts +38 -59
  325. package/build/models/data/installment-info/index.d.ts +30 -0
  326. package/build/models/data/installment-info/index.js +1 -0
  327. package/build/models/data/language/index.d.ts +6 -0
  328. package/build/models/data/merchant-settings/index.d.ts +5 -3
  329. package/build/models/data/merchant-settings/index.js +1 -1
  330. package/build/models/data/order/address/index.d.ts +32 -32
  331. package/build/models/data/order/address/index.js +1 -1
  332. package/build/models/data/order/adjustment/index.d.ts +15 -8
  333. package/build/models/data/order/gift-line/index.d.ts +4 -3
  334. package/build/models/data/order/index.d.ts +132 -39
  335. package/build/models/data/order/index.js +1 -1
  336. package/build/models/data/order/line-item/discount/index.d.ts +10 -5
  337. package/build/models/data/order/line-item/discount/index.js +1 -1
  338. package/build/models/data/order/line-item/index.d.ts +31 -10
  339. package/build/models/data/order/line-item/index.js +1 -1
  340. package/build/models/data/order/line-item/options/index.d.ts +11 -0
  341. package/build/models/data/order/line-item/options/index.js +1 -0
  342. package/build/models/data/order/line-item/options/options-value/index.d.ts +6 -0
  343. package/build/models/data/order/line-item/options/options-value/index.js +1 -0
  344. package/build/models/data/order/line-item/variant/index.d.ts +17 -7
  345. package/build/models/data/order/line-item/variant/index.js +1 -1
  346. package/build/models/data/order/refund/index.d.ts +1 -1
  347. package/build/models/data/order/refund/refund-line-item/index.d.ts +5 -0
  348. package/build/models/data/order/refund/{settings/index.d.ts → settings.d.ts} +0 -0
  349. package/build/models/data/order/refund/{settings/index.js → settings.js} +0 -0
  350. package/build/models/data/order/shipping-line/index.d.ts +7 -3
  351. package/build/models/data/order-transaction/index.d.ts +74 -0
  352. package/build/models/data/order-transaction/index.js +1 -0
  353. package/build/models/data/payment-gateway/index.d.ts +34 -10
  354. package/build/models/data/payment-gateway/index.js +1 -1
  355. package/build/models/data/product/attribute-value/index.d.ts +5 -5
  356. package/build/models/data/product/attribute-value/index.js +1 -1
  357. package/build/models/data/product/variant/index.d.ts +1 -1
  358. package/build/models/data/product/variant/index.js +1 -1
  359. package/build/models/data/product/variant/price/index.d.ts +4 -2
  360. package/build/models/data/product/variant/price/index.js +1 -1
  361. package/build/models/data/product-attribute/index.d.ts +2 -2
  362. package/build/models/data/product-attribute/{option → product-attribute-option}/index.d.ts +0 -0
  363. package/build/models/data/product-attribute/{option → product-attribute-option}/index.js +0 -0
  364. package/build/models/data/product-attribute/{table-cell → product-attribute-table-cell}/index.d.ts +0 -0
  365. package/build/models/data/product-attribute/{table-cell → product-attribute-table-cell}/index.js +0 -0
  366. package/build/models/data/product-attribute/product-attribute-table-template/index.d.ts +6 -0
  367. package/build/models/data/product-attribute/product-attribute-table-template/index.js +1 -0
  368. package/build/models/data/product-campaing/campaign/index.d.ts +41 -0
  369. package/build/models/data/{product-campaign → product-campaing}/campaign/index.js +0 -0
  370. package/build/models/data/{product-campaign → product-campaing}/filter/index.d.ts +0 -0
  371. package/build/models/data/{product-campaign → product-campaing}/filter/index.js +0 -0
  372. package/build/models/data/{product-campaign → product-campaing}/index.d.ts +0 -0
  373. package/build/models/data/{product-campaign → product-campaing}/index.js +0 -0
  374. package/build/models/data/{product-campaign → product-campaing}/product-buyx-then-gety/index.d.ts +0 -0
  375. package/build/models/data/{product-campaign → product-campaing}/product-buyx-then-gety/index.js +0 -0
  376. package/build/models/data/{product-campaign → product-campaing}/product-campaign-date-range-field/index.d.ts +0 -0
  377. package/build/models/data/{product-campaign → product-campaing}/product-campaign-date-range-field/index.js +0 -0
  378. package/build/models/data/{product-campaign → product-campaing}/product-fixed-discount/index.d.ts +0 -0
  379. package/build/models/data/{product-campaign → product-campaing}/product-fixed-discount/index.js +0 -0
  380. package/build/models/data/product-cart-item-options/index.d.ts +6 -0
  381. package/build/models/data/product-cart-item-options/index.js +1 -0
  382. package/build/models/data/product-filter/index.d.ts +7 -6
  383. package/build/models/data/product-filter/index.js +1 -1
  384. package/build/models/data/product-option-set/index.d.ts +14 -2
  385. package/build/models/data/product-option-set/index.js +1 -1
  386. package/build/models/data/raffle/index.d.ts +0 -2
  387. package/build/models/data/raffle/index.js +1 -1
  388. package/build/models/data/simple-product/index.d.ts +138 -0
  389. package/build/models/data/state/index.d.ts +5 -3
  390. package/build/models/data/storefront/index.d.ts +0 -2
  391. package/build/models/data/storefront/index.js +1 -1
  392. package/build/models/theme/custom-data/index.js +1 -1
  393. package/build/models/theme/page/index.d.ts +1 -2
  394. package/build/models/theme/page/index.js +1 -1
  395. package/build/models/theme/settings/color/index.js +1 -1
  396. package/build/models/ui/blog-category-list/index.js +1 -1
  397. package/build/models/ui/blog-list/index.js +1 -1
  398. package/build/models/ui/brand-list/index.js +1 -1
  399. package/build/models/ui/category-list/index.js +1 -1
  400. package/build/models/ui/customer-review-list/index.js +1 -1
  401. package/build/models/ui/customer-review-summary-list/index.d.ts +1 -1
  402. package/build/models/ui/customer-review-summary-list/index.js +1 -1
  403. package/build/models/ui/product-detail/index.js +1 -1
  404. package/build/models/ui/product-list/index.d.ts +2 -2
  405. package/build/models/ui/product-list/index.js +1 -1
  406. package/build/models/ui/raffle-list/index.js +1 -1
  407. package/build/models/ui/validator/form/account-info.d.ts +1 -1
  408. package/build/models/ui/validator/form/account-info.js +1 -1
  409. package/build/models/ui/validator/form/address.js +1 -1
  410. package/build/models/ui/validator/form/raffle-form.js +1 -1
  411. package/build/models/ui/validator/form/register.d.ts +1 -1
  412. package/build/pages/404.js +1 -1
  413. package/build/pages/_slug_/index.js +1 -1
  414. package/build/pages/account/addresses.js +1 -1
  415. package/build/pages/account/favorite-products.js +1 -1
  416. package/build/pages/account/forgot-password.js +1 -1
  417. package/build/pages/account/index.js +1 -1
  418. package/build/pages/account/login.js +1 -1
  419. package/build/pages/account/orders/_id_.js +1 -1
  420. package/build/pages/account/orders/index.js +1 -1
  421. package/build/pages/account/raffles.js +1 -1
  422. package/build/pages/account/recover-password.js +1 -1
  423. package/build/pages/account/register.js +1 -1
  424. package/build/pages/blog/_slug_.js +1 -1
  425. package/build/pages/blog/index.js +1 -1
  426. package/build/pages/cart.js +1 -1
  427. package/build/pages/checkout.js +1 -1
  428. package/build/pages/editor.d.ts +1 -1
  429. package/build/pages/editor.js +1 -1
  430. package/build/pages/home.js +1 -1
  431. package/build/pages/pages/_slug_.js +1 -1
  432. package/build/pages/raffle/_slug_.js +1 -1
  433. package/build/pages/raffle/index.js +1 -1
  434. package/build/pages/search.js +1 -1
  435. package/build/providers/helpers/raffles.js +1 -1
  436. package/build/providers/page-data-get.d.ts +1 -4
  437. package/build/providers/page-data-get.js +1 -1
  438. package/build/providers/page-data-init.js +1 -1
  439. package/build/providers/page-data-next.d.ts +6 -30
  440. package/build/providers/page-data-next.js +1 -1
  441. package/build/providers/placeholders.js +1 -1
  442. package/build/providers/prop-value/attribute-list.js +1 -1
  443. package/build/providers/prop-value/attribute.js +1 -1
  444. package/build/providers/prop-value/blog-category-list.js +1 -1
  445. package/build/providers/prop-value/blog-category.js +1 -1
  446. package/build/providers/prop-value/blog-list.js +1 -1
  447. package/build/providers/prop-value/blog.js +1 -1
  448. package/build/providers/prop-value/brand-list.js +1 -1
  449. package/build/providers/prop-value/brand.js +1 -1
  450. package/build/providers/prop-value/category-list.js +1 -1
  451. package/build/providers/prop-value/category.js +1 -1
  452. package/build/providers/prop-value/custom.js +1 -1
  453. package/build/providers/prop-value/image-list.js +1 -1
  454. package/build/providers/prop-value/image.js +1 -1
  455. package/build/providers/prop-value/link.js +1 -1
  456. package/build/providers/prop-value/product-detail.js +1 -1
  457. package/build/providers/prop-value/product-list.js +1 -1
  458. package/build/providers/prop-value/raffle-list.js +1 -1
  459. package/build/providers/prop-value/raffle.js +1 -1
  460. package/build/providers/prop-value/slider.d.ts +1 -1
  461. package/build/scripts/generators/config/content.d.ts +0 -5
  462. package/build/scripts/generators/config/content.js +1 -1
  463. package/build/scripts/generators/config/index.js +1 -1
  464. package/build/scripts/generators/types/index.d.ts +1 -2
  465. package/build/scripts/generators/types/index.js +1 -1
  466. package/build/store/base.d.ts +0 -2
  467. package/build/store/base.js +1 -1
  468. package/build/store/cart.d.ts +29 -0
  469. package/build/store/cart.js +1 -0
  470. package/build/store/customer.d.ts +96 -0
  471. package/build/store/customer.js +1 -0
  472. package/build/storefront/index.d.ts +2 -9
  473. package/build/storefront/index.js +1 -1
  474. package/build/utils/constants.d.ts +0 -1
  475. package/build/utils/constants.js +1 -1
  476. package/build/utils/currency.d.ts +2 -2
  477. package/build/utils/currency.js +1 -1
  478. package/build/utils/helper.js +1 -1
  479. package/package.json +7 -7
  480. package/build/__api/models/AbandonedCartFlow.d.ts +0 -19
  481. package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +0 -10
  482. package/build/__api/models/AddItemToCartInput.d.ts +0 -16
  483. package/build/__api/models/AdditionalPrice.d.ts +0 -13
  484. package/build/__api/models/AdditionalPrice.js +0 -1
  485. package/build/__api/models/ApplicableProductFilterValue.d.ts +0 -13
  486. package/build/__api/models/AppliedProduct.d.ts +0 -10
  487. package/build/__api/models/AppliedProductInput.d.ts +0 -10
  488. package/build/__api/models/AvailableShippingMethod.d.ts +0 -14
  489. package/build/__api/models/AvailableShippingMethod.js +0 -1
  490. package/build/__api/models/Blog.d.ts +0 -28
  491. package/build/__api/models/Blog.js +0 -1
  492. package/build/__api/models/BlogCategory.d.ts +0 -13
  493. package/build/__api/models/BlogCategory.js +0 -1
  494. package/build/__api/models/BlogCategoryPaginationResponse.d.ts +0 -14
  495. package/build/__api/models/BlogContent.d.ts +0 -12
  496. package/build/__api/models/BlogContent.js +0 -1
  497. package/build/__api/models/BlogMetadata.d.ts +0 -17
  498. package/build/__api/models/BlogMetadata.js +0 -1
  499. package/build/__api/models/BlogMetadataPaginationResponse.d.ts +0 -14
  500. package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +0 -13
  501. package/build/__api/models/BlogPaginationResponse.d.ts +0 -14
  502. package/build/__api/models/BlogTag.d.ts +0 -10
  503. package/build/__api/models/BlogTag.js +0 -1
  504. package/build/__api/models/BlogWriter.d.ts +0 -10
  505. package/build/__api/models/BlogWriter.js +0 -1
  506. package/build/__api/models/BooleanFilterInput.d.ts +0 -9
  507. package/build/__api/models/BuyX.d.ts +0 -12
  508. package/build/__api/models/BuyXThenGetY.d.ts +0 -13
  509. package/build/__api/models/Campaign.d.ts +0 -30
  510. package/build/__api/models/CampaignDateRangeField.d.ts +0 -10
  511. package/build/__api/models/CampaignFilter.d.ts +0 -11
  512. package/build/__api/models/CampaignMinMaxRangeField.d.ts +0 -10
  513. package/build/__api/models/CampaignOffer.d.ts +0 -22
  514. package/build/__api/models/CampaignOffer.js +0 -1
  515. package/build/__api/models/CampaignOfferProduct.d.ts +0 -22
  516. package/build/__api/models/CampaignOfferProduct.js +0 -1
  517. package/build/__api/models/CampaignOfferProductTranslation.d.ts +0 -11
  518. package/build/__api/models/CampaignOfferProductTranslation.js +0 -1
  519. package/build/__api/models/CampaignOfferTriggerSettings.d.ts +0 -11
  520. package/build/__api/models/CampaignOfferTriggerSettings.js +0 -1
  521. package/build/__api/models/Cart.d.ts +0 -31
  522. package/build/__api/models/CartCampaignOffer.d.ts +0 -17
  523. package/build/__api/models/CartLineItemInput.d.ts +0 -12
  524. package/build/__api/models/CartLineOptionInput.d.ts +0 -11
  525. package/build/__api/models/CartLineVariantInput.d.ts +0 -10
  526. package/build/__api/models/CartStorefrontRouting.d.ts +0 -15
  527. package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +0 -10
  528. package/build/__api/models/CartV2.d.ts +0 -68
  529. package/build/__api/models/CartV2CampaignOffer.d.ts +0 -19
  530. package/build/__api/models/CartV2CampaignOffer.js +0 -1
  531. package/build/__api/models/Category.d.ts +0 -27
  532. package/build/__api/models/Category.js +0 -1
  533. package/build/__api/models/CategoryCondition.d.ts +0 -11
  534. package/build/__api/models/CategoryCondition.js +0 -1
  535. package/build/__api/models/CategoryFilterInput.d.ts +0 -10
  536. package/build/__api/models/CategoryPaginationResponse.d.ts +0 -14
  537. package/build/__api/models/CategoryPathFilterInput.d.ts +0 -9
  538. package/build/__api/models/CategoryPathItem.d.ts +0 -17
  539. package/build/__api/models/CategoryPathItem.js +0 -1
  540. package/build/__api/models/CategoryTranslation.d.ts +0 -11
  541. package/build/__api/models/CategoryTranslation.js +0 -1
  542. package/build/__api/models/CheckStocksLineInput.d.ts +0 -11
  543. package/build/__api/models/CheckStocksLineInput.js +0 -1
  544. package/build/__api/models/CheckStocksLineResponse.d.ts +0 -11
  545. package/build/__api/models/CheckStocksResponse.d.ts +0 -10
  546. package/build/__api/models/Checkout.d.ts +0 -44
  547. package/build/__api/models/CheckoutCustomer.d.ts +0 -19
  548. package/build/__api/models/CheckoutCustomerInput.d.ts +0 -13
  549. package/build/__api/models/CheckoutCustomerInput.js +0 -1
  550. package/build/__api/models/CheckoutOption.d.ts +0 -10
  551. package/build/__api/models/CheckoutOption.js +0 -1
  552. package/build/__api/models/CheckoutSettings.d.ts +0 -24
  553. package/build/__api/models/CheckoutSettings.js +0 -1
  554. package/build/__api/models/CheckoutSettingsPrice.d.ts +0 -10
  555. package/build/__api/models/CheckoutSettingsPrice.js +0 -1
  556. package/build/__api/models/City.d.ts +0 -16
  557. package/build/__api/models/City.js +0 -1
  558. package/build/__api/models/Country.d.ts +0 -22
  559. package/build/__api/models/Country.js +0 -1
  560. package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +0 -12
  561. package/build/__api/models/CreateCustomerReviewInput.d.ts +0 -20
  562. package/build/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.d.ts +0 -10
  563. package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +0 -14
  564. package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +0 -14
  565. package/build/__api/models/CreateStripePaymentIntentResponse.d.ts +0 -12
  566. package/build/__api/models/CreateStripePaymentIntentResponse.js +0 -1
  567. package/build/__api/models/CurrencyRate.d.ts +0 -13
  568. package/build/__api/models/CurrencyRateData.d.ts +0 -10
  569. package/build/__api/models/Customer.d.ts +0 -34
  570. package/build/__api/models/CustomerAddress.d.ts +0 -31
  571. package/build/__api/models/CustomerAddressCity.d.ts +0 -11
  572. package/build/__api/models/CustomerAddressCity.js +0 -1
  573. package/build/__api/models/CustomerAddressCityInput.d.ts +0 -11
  574. package/build/__api/models/CustomerAddressCityInput.js +0 -1
  575. package/build/__api/models/CustomerAddressCountry.d.ts +0 -13
  576. package/build/__api/models/CustomerAddressCountry.js +0 -1
  577. package/build/__api/models/CustomerAddressCountryInput.d.ts +0 -13
  578. package/build/__api/models/CustomerAddressCountryInput.js +0 -1
  579. package/build/__api/models/CustomerAddressDistrict.d.ts +0 -11
  580. package/build/__api/models/CustomerAddressDistrict.js +0 -1
  581. package/build/__api/models/CustomerAddressDistrictInput.d.ts +0 -11
  582. package/build/__api/models/CustomerAddressDistrictInput.js +0 -1
  583. package/build/__api/models/CustomerAddressState.d.ts +0 -11
  584. package/build/__api/models/CustomerAddressState.js +0 -1
  585. package/build/__api/models/CustomerAddressStateInput.d.ts +0 -11
  586. package/build/__api/models/CustomerAddressStateInput.js +0 -1
  587. package/build/__api/models/CustomerAttribute.d.ts +0 -19
  588. package/build/__api/models/CustomerAttribute.js +0 -1
  589. package/build/__api/models/CustomerAttributeOption.d.ts +0 -10
  590. package/build/__api/models/CustomerAttributeOption.js +0 -1
  591. package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +0 -10
  592. package/build/__api/models/CustomerAttributeOptionTranslation.js +0 -1
  593. package/build/__api/models/CustomerAttributeSalesChannel.d.ts +0 -13
  594. package/build/__api/models/CustomerAttributeSalesChannel.js +0 -1
  595. package/build/__api/models/CustomerAttributeTranslation.d.ts +0 -13
  596. package/build/__api/models/CustomerAttributeTranslation.js +0 -1
  597. package/build/__api/models/CustomerAttributeValue.d.ts +0 -11
  598. package/build/__api/models/CustomerAttributeValue.js +0 -1
  599. package/build/__api/models/CustomerAttributeValueInput.d.ts +0 -11
  600. package/build/__api/models/CustomerAttributeValueInput.js +0 -1
  601. package/build/__api/models/CustomerCheckResponse.d.ts +0 -9
  602. package/build/__api/models/CustomerFavoriteProduct.d.ts +0 -11
  603. package/build/__api/models/CustomerFavoriteProduct.js +0 -1
  604. package/build/__api/models/CustomerLoginResponse.d.ts +0 -12
  605. package/build/__api/models/CustomerRefreshTokenResponse.d.ts +0 -10
  606. package/build/__api/models/CustomerReview.d.ts +0 -24
  607. package/build/__api/models/CustomerReview.js +0 -1
  608. package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +0 -14
  609. package/build/__api/models/CustomerReviewSummary.d.ts +0 -14
  610. package/build/__api/models/CustomerReviewSummary.js +0 -1
  611. package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +0 -14
  612. package/build/__api/models/CustomerReviewSummaryStar.d.ts +0 -10
  613. package/build/__api/models/CustomerReviewSummaryStar.js +0 -1
  614. package/build/__api/models/DateFilterInput.d.ts +0 -16
  615. package/build/__api/models/District.d.ts +0 -16
  616. package/build/__api/models/District.js +0 -1
  617. package/build/__api/models/FixedDiscount.d.ts +0 -14
  618. package/build/__api/models/GetAvailableStockLocation.d.ts +0 -14
  619. package/build/__api/models/GetAvailableStockLocation.js +0 -1
  620. package/build/__api/models/GetAvailableStockLocationAddress.d.ts +0 -16
  621. package/build/__api/models/GetAvailableStockLocationAddress.js +0 -1
  622. package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +0 -11
  623. package/build/__api/models/GetAvailableStockLocationAddressCity.js +0 -1
  624. package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +0 -10
  625. package/build/__api/models/GetOrderLineFile.d.ts +0 -9
  626. package/build/__api/models/GetProductCampaignsInput.d.ts +0 -11
  627. package/build/__api/models/GetProductCampaignsResponse.d.ts +0 -11
  628. package/build/__api/models/GetProductOptionFileUrl.d.ts +0 -11
  629. package/build/__api/models/GetVariantStockLocation.d.ts +0 -12
  630. package/build/__api/models/GetVariantStockLocationListResponse.d.ts +0 -10
  631. package/build/__api/models/GetY.d.ts +0 -13
  632. package/build/__api/models/HTMLMetaData.d.ts +0 -22
  633. package/build/__api/models/HTMLMetaData.js +0 -1
  634. package/build/__api/models/HTMLMetaDataOverride.d.ts +0 -13
  635. package/build/__api/models/HTMLMetaDataOverride.js +0 -1
  636. package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +0 -13
  637. package/build/__api/models/HTMLMetaDataTranslation.d.ts +0 -11
  638. package/build/__api/models/HTMLMetaDataTranslation.js +0 -1
  639. package/build/__api/models/Invoice.d.ts +0 -16
  640. package/build/__api/models/Invoice.js +0 -1
  641. package/build/__api/models/ListCustomerReviewInput.d.ts +0 -9
  642. package/build/__api/models/LocationTranslations.d.ts +0 -10
  643. package/build/__api/models/LocationTranslations.js +0 -1
  644. package/build/__api/models/MasterpassTokenResponse.d.ts +0 -11
  645. package/build/__api/models/MerchantAddress.d.ts +0 -27
  646. package/build/__api/models/MerchantAddress.js +0 -1
  647. package/build/__api/models/MerchantAddressCity.d.ts +0 -11
  648. package/build/__api/models/MerchantAddressCity.js +0 -1
  649. package/build/__api/models/MerchantAddressCountry.d.ts +0 -11
  650. package/build/__api/models/MerchantAddressCountry.js +0 -1
  651. package/build/__api/models/MerchantAddressDistrict.d.ts +0 -11
  652. package/build/__api/models/MerchantAddressDistrict.js +0 -1
  653. package/build/__api/models/MerchantAddressState.d.ts +0 -11
  654. package/build/__api/models/MerchantAddressState.js +0 -1
  655. package/build/__api/models/MerchantSettings.d.ts +0 -17
  656. package/build/__api/models/MerchantSettings.js +0 -1
  657. package/build/__api/models/MerchantSettingsCurrencyFormat.d.ts +0 -15
  658. package/build/__api/models/MerchantSettingsCurrencyFormat.js +0 -1
  659. package/build/__api/models/OrderAddress.d.ts +0 -28
  660. package/build/__api/models/OrderAddressCity.d.ts +0 -11
  661. package/build/__api/models/OrderAddressCity.js +0 -1
  662. package/build/__api/models/OrderAddressCityInput.d.ts +0 -11
  663. package/build/__api/models/OrderAddressCityInput.js +0 -1
  664. package/build/__api/models/OrderAddressCountry.d.ts +0 -13
  665. package/build/__api/models/OrderAddressCountry.js +0 -1
  666. package/build/__api/models/OrderAddressCountryInput.d.ts +0 -13
  667. package/build/__api/models/OrderAddressCountryInput.js +0 -1
  668. package/build/__api/models/OrderAddressDistrict.d.ts +0 -11
  669. package/build/__api/models/OrderAddressDistrict.js +0 -1
  670. package/build/__api/models/OrderAddressDistrictInput.d.ts +0 -11
  671. package/build/__api/models/OrderAddressDistrictInput.js +0 -1
  672. package/build/__api/models/OrderAddressInput.d.ts +0 -28
  673. package/build/__api/models/OrderAddressInput.js +0 -1
  674. package/build/__api/models/OrderAddressState.d.ts +0 -11
  675. package/build/__api/models/OrderAddressState.js +0 -1
  676. package/build/__api/models/OrderAddressStateInput.d.ts +0 -11
  677. package/build/__api/models/OrderAddressStateInput.js +0 -1
  678. package/build/__api/models/OrderAdjustment.d.ts +0 -19
  679. package/build/__api/models/OrderAdjustment.js +0 -1
  680. package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +0 -12
  681. package/build/__api/models/OrderAdjustmentAppliedOrderLine.js +0 -1
  682. package/build/__api/models/OrderAdjustmentInput.d.ts +0 -16
  683. package/build/__api/models/OrderAdjustmentInput.js +0 -1
  684. package/build/__api/models/OrderCurrencyRate.d.ts +0 -11
  685. package/build/__api/models/OrderCustomer.d.ts +0 -16
  686. package/build/__api/models/OrderGiftPackageLine.d.ts +0 -10
  687. package/build/__api/models/OrderGiftPackageLine.js +0 -1
  688. package/build/__api/models/OrderLineDiscount.d.ts +0 -15
  689. package/build/__api/models/OrderLineDiscount.js +0 -1
  690. package/build/__api/models/OrderLineItem.d.ts +0 -26
  691. package/build/__api/models/OrderLineItem.js +0 -1
  692. package/build/__api/models/OrderLineOption.d.ts +0 -15
  693. package/build/__api/models/OrderLineOption.js +0 -1
  694. package/build/__api/models/OrderLineOptionValue.d.ts +0 -11
  695. package/build/__api/models/OrderLineOptionValue.js +0 -1
  696. package/build/__api/models/OrderLineVariant.d.ts +0 -27
  697. package/build/__api/models/OrderLineVariant.js +0 -1
  698. package/build/__api/models/OrderLineVariantBrand.d.ts +0 -10
  699. package/build/__api/models/OrderLineVariantBrand.js +0 -1
  700. package/build/__api/models/OrderLineVariantCategory.d.ts +0 -12
  701. package/build/__api/models/OrderLineVariantCategory.js +0 -1
  702. package/build/__api/models/OrderLineVariantCategoryPath.d.ts +0 -10
  703. package/build/__api/models/OrderLineVariantCategoryPath.js +0 -1
  704. package/build/__api/models/OrderLineVariantPrice.d.ts +0 -13
  705. package/build/__api/models/OrderLineVariantPrice.js +0 -1
  706. package/build/__api/models/OrderLineVariantVariantValues.d.ts +0 -13
  707. package/build/__api/models/OrderLineVariantVariantValues.js +0 -1
  708. package/build/__api/models/OrderPackage.d.ts +0 -18
  709. package/build/__api/models/OrderPackage.js +0 -1
  710. package/build/__api/models/OrderPaymentMethod.d.ts +0 -14
  711. package/build/__api/models/OrderPaymentMethod.js +0 -1
  712. package/build/__api/models/OrderRefundOrderLineInput.d.ts +0 -10
  713. package/build/__api/models/OrderRefundOrderLineInput.js +0 -1
  714. package/build/__api/models/OrderRefundRequestInput.d.ts +0 -12
  715. package/build/__api/models/OrderRefundSettings.d.ts +0 -14
  716. package/build/__api/models/OrderShippingLine.d.ts +0 -17
  717. package/build/__api/models/OrderShippingLine.js +0 -1
  718. package/build/__api/models/OrderStorefrontRouting.d.ts +0 -15
  719. package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +0 -10
  720. package/build/__api/models/OrderTaxLine.d.ts +0 -10
  721. package/build/__api/models/OrderTaxLine.js +0 -1
  722. package/build/__api/models/PaginationInput.d.ts +0 -10
  723. package/build/__api/models/PaymentGateway.d.ts +0 -29
  724. package/build/__api/models/PaymentGateway.js +0 -1
  725. package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +0 -10
  726. package/build/__api/models/PaymentGatewayPaymentMethod.js +0 -1
  727. package/build/__api/models/PaymentGatewaySettings.d.ts +0 -13
  728. package/build/__api/models/PaymentGatewaySettings.js +0 -1
  729. package/build/__api/models/PaymentGatewayTranslation.d.ts +0 -11
  730. package/build/__api/models/PaymentGatewayTranslation.js +0 -1
  731. package/build/__api/models/PaymentMethodDetailInput.d.ts +0 -15
  732. package/build/__api/models/Product.d.ts +0 -33
  733. package/build/__api/models/ProductAttribute.d.ts +0 -19
  734. package/build/__api/models/ProductAttributeOption.d.ts +0 -10
  735. package/build/__api/models/ProductAttributeOptionTranslation.d.ts +0 -10
  736. package/build/__api/models/ProductAttributeTableCellData.d.ts +0 -10
  737. package/build/__api/models/ProductAttributeTableTemplate.d.ts +0 -11
  738. package/build/__api/models/ProductAttributeTranslation.d.ts +0 -13
  739. package/build/__api/models/ProductAttributeValue.d.ts +0 -12
  740. package/build/__api/models/ProductAttributeValue.js +0 -1
  741. package/build/__api/models/ProductBackInStockRemind.d.ts +0 -14
  742. package/build/__api/models/ProductBackInStockRemindInput.d.ts +0 -11
  743. package/build/__api/models/ProductBrand.d.ts +0 -19
  744. package/build/__api/models/ProductBrand.js +0 -1
  745. package/build/__api/models/ProductBrandPaginationResponse.d.ts +0 -14
  746. package/build/__api/models/ProductBrandTranslation.d.ts +0 -11
  747. package/build/__api/models/ProductBrandTranslation.js +0 -1
  748. package/build/__api/models/ProductFacetCount.d.ts +0 -11
  749. package/build/__api/models/ProductFacetCountValue.d.ts +0 -10
  750. package/build/__api/models/ProductFilterData.d.ts +0 -12
  751. package/build/__api/models/ProductFilterDataFilter.d.ts +0 -24
  752. package/build/__api/models/ProductFilterSettings.d.ts +0 -14
  753. package/build/__api/models/ProductImage.d.ts +0 -12
  754. package/build/__api/models/ProductItem.d.ts +0 -11
  755. package/build/__api/models/ProductItemInput.d.ts +0 -11
  756. package/build/__api/models/ProductLastViewed.d.ts +0 -12
  757. package/build/__api/models/ProductLastViewedInput.d.ts +0 -12
  758. package/build/__api/models/ProductOption.d.ts +0 -28
  759. package/build/__api/models/ProductOptionDateSettings.d.ts +0 -12
  760. package/build/__api/models/ProductOptionFileSettings.d.ts +0 -11
  761. package/build/__api/models/ProductOptionSelectSettings.d.ts +0 -14
  762. package/build/__api/models/ProductOptionSelectValue.d.ts +0 -16
  763. package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +0 -10
  764. package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +0 -10
  765. package/build/__api/models/ProductOptionSet.d.ts +0 -14
  766. package/build/__api/models/ProductOptionSetTranslations.d.ts +0 -11
  767. package/build/__api/models/ProductOptionTextSettings.d.ts +0 -10
  768. package/build/__api/models/ProductOptionTranslations.d.ts +0 -13
  769. package/build/__api/models/ProductPaginationResponse.d.ts +0 -14
  770. package/build/__api/models/ProductPrice.d.ts +0 -13
  771. package/build/__api/models/ProductPrice.js +0 -1
  772. package/build/__api/models/ProductSearchResponse.d.ts +0 -17
  773. package/build/__api/models/ProductStockLocation.d.ts +0 -13
  774. package/build/__api/models/ProductTagTranslation.d.ts +0 -11
  775. package/build/__api/models/ProductTranslation.d.ts +0 -11
  776. package/build/__api/models/ProductVariantType.d.ts +0 -11
  777. package/build/__api/models/Raffle.d.ts +0 -23
  778. package/build/__api/models/RaffleDateRangeField.d.ts +0 -10
  779. package/build/__api/models/RaffleMetadata.d.ts +0 -17
  780. package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +0 -13
  781. package/build/__api/models/RafflePaginationResponse.d.ts +0 -14
  782. package/build/__api/models/RaffleParticipants.d.ts +0 -23
  783. package/build/__api/models/RaffleParticipantsInput.d.ts +0 -17
  784. package/build/__api/models/RaffleParticipantsUpdateInput.d.ts +0 -13
  785. package/build/__api/models/RaffleVariantInformation.d.ts +0 -10
  786. package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +0 -11
  787. package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +0 -17
  788. package/build/__api/models/SaveCartInput.d.ts +0 -23
  789. package/build/__api/models/SaveCartInput.js +0 -1
  790. package/build/__api/models/SaveCheckoutInput.d.ts +0 -26
  791. package/build/__api/models/SaveItemToCartInput.d.ts +0 -19
  792. package/build/__api/models/SaveMyCustomerAddressInput.d.ts +0 -29
  793. package/build/__api/models/SaveMyCustomerAddressInput.js +0 -1
  794. package/build/__api/models/SaveMyCustomerInput.d.ts +0 -17
  795. package/build/__api/models/SaveMyCustomerInput.js +0 -1
  796. package/build/__api/models/SearchCategory.d.ts +0 -15
  797. package/build/__api/models/SearchCategoryPath.d.ts +0 -13
  798. package/build/__api/models/SearchDynamicCurrencySettings.d.ts +0 -10
  799. package/build/__api/models/SearchHTMLMetaData.d.ts +0 -18
  800. package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +0 -13
  801. package/build/__api/models/SearchInput.d.ts +0 -32
  802. package/build/__api/models/SearchInputFacetListInput.d.ts +0 -12
  803. package/build/__api/models/SearchInputFilterListInput.d.ts +0 -14
  804. package/build/__api/models/SearchInputFilterListInput.js +0 -1
  805. package/build/__api/models/SearchInputOrderByInput.d.ts +0 -11
  806. package/build/__api/models/SearchProduct.d.ts +0 -34
  807. package/build/__api/models/SearchProductAttribute.d.ts +0 -15
  808. package/build/__api/models/SearchProductAttributeOption.d.ts +0 -10
  809. package/build/__api/models/SearchProductAttributeTableCellData.d.ts +0 -10
  810. package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +0 -11
  811. package/build/__api/models/SearchProductAttributeValue.d.ts +0 -14
  812. package/build/__api/models/SearchProductBrand.d.ts +0 -13
  813. package/build/__api/models/SearchProductImage.d.ts +0 -12
  814. package/build/__api/models/SearchProductPrice.d.ts +0 -13
  815. package/build/__api/models/SearchProductStockLocation.d.ts +0 -10
  816. package/build/__api/models/SearchProductTag.d.ts +0 -12
  817. package/build/__api/models/SearchProductVariantType.d.ts +0 -12
  818. package/build/__api/models/SearchVariant.d.ts +0 -25
  819. package/build/__api/models/SearchVariantType.d.ts +0 -15
  820. package/build/__api/models/SearchVariantValue.d.ts +0 -12
  821. package/build/__api/models/SearchVariationValueRelation.d.ts +0 -10
  822. package/build/__api/models/SocialLoginSettings.d.ts +0 -12
  823. package/build/__api/models/State.d.ts +0 -12
  824. package/build/__api/models/State.js +0 -1
  825. package/build/__api/models/StockLocation.d.ts +0 -18
  826. package/build/__api/models/StockLocation.js +0 -1
  827. package/build/__api/models/StockLocationAddress.d.ts +0 -19
  828. package/build/__api/models/StockLocationAddress.js +0 -1
  829. package/build/__api/models/StockLocationAddressCity.d.ts +0 -11
  830. package/build/__api/models/StockLocationAddressCity.js +0 -1
  831. package/build/__api/models/StockLocationAddressCountry.d.ts +0 -11
  832. package/build/__api/models/StockLocationAddressCountry.js +0 -1
  833. package/build/__api/models/StockLocationAddressDistrict.d.ts +0 -11
  834. package/build/__api/models/StockLocationAddressDistrict.js +0 -1
  835. package/build/__api/models/StockLocationAddressState.d.ts +0 -11
  836. package/build/__api/models/StockLocationAddressState.js +0 -1
  837. package/build/__api/models/Storefront.d.ts +0 -33
  838. package/build/__api/models/StorefrontDomain.d.ts +0 -13
  839. package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +0 -10
  840. package/build/__api/models/StorefrontLocalization.d.ts +0 -12
  841. package/build/__api/models/StorefrontOrder.d.ts +0 -50
  842. package/build/__api/models/StorefrontRouting.d.ts +0 -16
  843. package/build/__api/models/StorefrontTheme.d.ts +0 -15
  844. package/build/__api/models/StorefrontTransaction.d.ts +0 -27
  845. package/build/__api/models/StringFilterInput.d.ts +0 -13
  846. package/build/__api/models/Town.d.ts +0 -12
  847. package/build/__api/models/TrackingInfo.d.ts +0 -13
  848. package/build/__api/models/TrackingInfo.js +0 -1
  849. package/build/__api/models/TransactionError.d.ts +0 -11
  850. package/build/__api/models/TransactionError.js +0 -1
  851. package/build/__api/models/TransactionInstallmentPrice.d.ts +0 -13
  852. package/build/__api/models/TransactionInstallmentPrice.js +0 -1
  853. package/build/__api/models/TransactionPaymentMethodDetail.d.ts +0 -18
  854. package/build/__api/models/TransactionPaymentMethodDetail.js +0 -1
  855. package/build/__api/models/TransactionResponse.d.ts +0 -16
  856. package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +0 -14
  857. package/build/__api/models/Variant.d.ts +0 -25
  858. package/build/__api/models/VariantStock.d.ts +0 -10
  859. package/build/__api/models/VariantType.d.ts +0 -16
  860. package/build/__api/models/VariantTypeTranslation.d.ts +0 -12
  861. package/build/__api/models/VariantValue.d.ts +0 -12
  862. package/build/__api/models/VariantValueRelation.d.ts +0 -10
  863. package/build/__api/models/VariantValueTranslation.d.ts +0 -10
  864. package/build/__api/models/_base.d.ts +0 -18
  865. package/build/__api/models/_base.js +0 -1
  866. package/build/__api/mutations/activateCustomer.d.ts +0 -6
  867. package/build/__api/mutations/addCouponCodeToCheckout.d.ts +0 -218
  868. package/build/__api/mutations/addItemToCart.d.ts +0 -245
  869. package/build/__api/mutations/addItemToCart.js +0 -1
  870. package/build/__api/mutations/createCustomerEmailSubscription.d.ts +0 -69
  871. package/build/__api/mutations/createCustomerEmailSubscription.js +0 -1
  872. package/build/__api/mutations/createCustomerReview.d.ts +0 -27
  873. package/build/__api/mutations/createCustomerReview.js +0 -1
  874. package/build/__api/mutations/createOrderRefundRequest.d.ts +0 -198
  875. package/build/__api/mutations/createOrderRefundRequest.js +0 -1
  876. package/build/__api/mutations/createSaleTransactionWithCart.d.ts +0 -17
  877. package/build/__api/mutations/createSaleTransactionWithCart.js +0 -1
  878. package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +0 -17
  879. package/build/__api/mutations/createStripePaymentIntent.d.ts +0 -13
  880. package/build/__api/mutations/createStripePaymentIntent.js +0 -1
  881. package/build/__api/mutations/customerForgotPassword.d.ts +0 -7
  882. package/build/__api/mutations/customerForgotPassword.js +0 -1
  883. package/build/__api/mutations/customerLogin.d.ts +0 -72
  884. package/build/__api/mutations/customerLogin.js +0 -1
  885. package/build/__api/mutations/customerRecoverPassword.d.ts +0 -8
  886. package/build/__api/mutations/customerRecoverPassword.js +0 -1
  887. package/build/__api/mutations/customerRefreshToken.d.ts +0 -11
  888. package/build/__api/mutations/customerRefreshToken.js +0 -1
  889. package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +0 -6
  890. package/build/__api/mutations/getOrderLineFile.d.ts +0 -7
  891. package/build/__api/mutations/getOrderLineFile.js +0 -1
  892. package/build/__api/mutations/registerCustomer.d.ts +0 -77
  893. package/build/__api/mutations/registerCustomer.js +0 -1
  894. package/build/__api/mutations/retrieveInstallmentInfo.d.ts +0 -20
  895. package/build/__api/mutations/retrieveInstallmentInfo.js +0 -1
  896. package/build/__api/mutations/saveCart.d.ts +0 -245
  897. package/build/__api/mutations/saveCart.js +0 -1
  898. package/build/__api/mutations/saveCartCouponCode.d.ts +0 -246
  899. package/build/__api/mutations/saveCartCouponCode.js +0 -1
  900. package/build/__api/mutations/saveCheckout.d.ts +0 -217
  901. package/build/__api/mutations/saveFavoriteProduct.d.ts +0 -7
  902. package/build/__api/mutations/saveFavoriteProduct.js +0 -1
  903. package/build/__api/mutations/saveItemToCart.d.ts +0 -97
  904. package/build/__api/mutations/saveLastViewedProducts.d.ts +0 -20
  905. package/build/__api/mutations/saveLastViewedProducts.js +0 -1
  906. package/build/__api/mutations/saveMyCustomer.d.ts +0 -69
  907. package/build/__api/mutations/saveMyCustomer.js +0 -1
  908. package/build/__api/mutations/saveProductBackInStockRemind.d.ts +0 -18
  909. package/build/__api/mutations/saveProductBackInStockRemind.js +0 -1
  910. package/build/__api/mutations/saveRaffleParticipant.d.ts +0 -27
  911. package/build/__api/mutations/saveRaffleParticipant.js +0 -1
  912. package/build/__api/mutations/sendContactFormToMerchant.d.ts +0 -11
  913. package/build/__api/mutations/sendContactFormToMerchant.js +0 -1
  914. package/build/__api/mutations/updateCartCampaignOffer.d.ts +0 -245
  915. package/build/__api/mutations/updateCartCampaignOffer.js +0 -1
  916. package/build/__api/mutations/updateRaffleParticipant.d.ts +0 -28
  917. package/build/__api/queries/checkCustomerEmail.d.ts +0 -11
  918. package/build/__api/queries/checkCustomerEmail.js +0 -1
  919. package/build/__api/queries/checkStocks.d.ts +0 -13
  920. package/build/__api/queries/checkStocks.js +0 -1
  921. package/build/__api/queries/customerSocialLogin.d.ts +0 -71
  922. package/build/__api/queries/customerSocialLogin.js +0 -1
  923. package/build/__api/queries/getAvailableShippingCountries.d.ts +0 -6
  924. package/build/__api/queries/getAvailableShippingCountries.js +0 -1
  925. package/build/__api/queries/getAvailableStockLocations.d.ts +0 -28
  926. package/build/__api/queries/getAvailableStockLocations.js +0 -1
  927. package/build/__api/queries/getCart.d.ts +0 -99
  928. package/build/__api/queries/getCartById.d.ts +0 -246
  929. package/build/__api/queries/getCartById.js +0 -1
  930. package/build/__api/queries/getCheckoutByCartId.d.ts +0 -217
  931. package/build/__api/queries/getCheckoutById.d.ts +0 -217
  932. package/build/__api/queries/getCurrencyRate.d.ts +0 -17
  933. package/build/__api/queries/getCustomerOrders.d.ts +0 -198
  934. package/build/__api/queries/getCustomerOrders.js +0 -1
  935. package/build/__api/queries/getLastViewedProducts.d.ts +0 -20
  936. package/build/__api/queries/getLastViewedProducts.js +0 -1
  937. package/build/__api/queries/getMasterpassRequestToken.d.ts +0 -15
  938. package/build/__api/queries/getMasterpassRequestToken.js +0 -1
  939. package/build/__api/queries/getMyCountry.d.ts +0 -3
  940. package/build/__api/queries/getMyCountry.js +0 -1
  941. package/build/__api/queries/getMyCustomer.d.ts +0 -66
  942. package/build/__api/queries/getMyCustomer.js +0 -1
  943. package/build/__api/queries/getOrder.d.ts +0 -198
  944. package/build/__api/queries/getOrderByEmail.d.ts +0 -199
  945. package/build/__api/queries/getOrderByEmail.js +0 -1
  946. package/build/__api/queries/getProductCampaigns.d.ts +0 -47
  947. package/build/__api/queries/getProductCampaigns.js +0 -1
  948. package/build/__api/queries/getProductFilterData.d.ts +0 -167
  949. package/build/__api/queries/getProductFilterData.js +0 -1
  950. package/build/__api/queries/getProductOptionFileUrl.d.ts +0 -14
  951. package/build/__api/queries/getRaffleParticipants.d.ts +0 -24
  952. package/build/__api/queries/getRafflesByCustomerId.d.ts +0 -35
  953. package/build/__api/queries/getRafflesByCustomerId.js +0 -1
  954. package/build/__api/queries/getRelatedProducts.d.ts +0 -14
  955. package/build/__api/queries/getRelatedProducts.js +0 -1
  956. package/build/__api/queries/getStorefront.d.ts +0 -64
  957. package/build/__api/queries/getStorefront.js +0 -1
  958. package/build/__api/queries/getVariantStockLocations.d.ts +0 -30
  959. package/build/__api/queries/isFavoriteProduct.d.ts +0 -6
  960. package/build/__api/queries/isFavoriteProduct.js +0 -1
  961. package/build/__api/queries/listBlog.d.ts +0 -76
  962. package/build/__api/queries/listBlog.js +0 -1
  963. package/build/__api/queries/listBlogCategory.d.ts +0 -35
  964. package/build/__api/queries/listBlogCategory.js +0 -1
  965. package/build/__api/queries/listBlogMetadata.d.ts +0 -30
  966. package/build/__api/queries/listBlogMetadata.js +0 -1
  967. package/build/__api/queries/listCampaignOffer.d.ts +0 -37
  968. package/build/__api/queries/listCategory.d.ts +0 -89
  969. package/build/__api/queries/listCategory.js +0 -1
  970. package/build/__api/queries/listCheckoutSettings.d.ts +0 -29
  971. package/build/__api/queries/listCheckoutSettings.js +0 -1
  972. package/build/__api/queries/listCity.d.ts +0 -25
  973. package/build/__api/queries/listCity.js +0 -1
  974. package/build/__api/queries/listCountry.d.ts +0 -31
  975. package/build/__api/queries/listCountry.js +0 -1
  976. package/build/__api/queries/listCustomerAttribute.d.ts +0 -27
  977. package/build/__api/queries/listCustomerAttribute.js +0 -1
  978. package/build/__api/queries/listCustomerReviewSummary.d.ts +0 -23
  979. package/build/__api/queries/listCustomerReviewSummary.js +0 -1
  980. package/build/__api/queries/listCustomerReviews.d.ts +0 -35
  981. package/build/__api/queries/listCustomerReviews.js +0 -1
  982. package/build/__api/queries/listDistrict.d.ts +0 -26
  983. package/build/__api/queries/listDistrict.js +0 -1
  984. package/build/__api/queries/listFavoriteProducts.d.ts +0 -12
  985. package/build/__api/queries/listFavoriteProducts.js +0 -1
  986. package/build/__api/queries/listHTMLMetaData.d.ts +0 -34
  987. package/build/__api/queries/listHTMLMetaData.js +0 -1
  988. package/build/__api/queries/listMerchantSettings.d.ts +0 -46
  989. package/build/__api/queries/listMerchantSettings.js +0 -1
  990. package/build/__api/queries/listOrderRefundSettings.d.ts +0 -21
  991. package/build/__api/queries/listOrderRefundSettings.js +0 -1
  992. package/build/__api/queries/listOrderTransactions.d.ts +0 -43
  993. package/build/__api/queries/listOrderTransactions.js +0 -1
  994. package/build/__api/queries/listPaymentGateway.d.ts +0 -40
  995. package/build/__api/queries/listPaymentGateway.js +0 -1
  996. package/build/__api/queries/listProduct.d.ts +0 -94
  997. package/build/__api/queries/listProductAttribute.d.ts +0 -33
  998. package/build/__api/queries/listProductAttribute.js +0 -1
  999. package/build/__api/queries/listProductBackInStockRemind.d.ts +0 -23
  1000. package/build/__api/queries/listProductBackInStockRemind.js +0 -1
  1001. package/build/__api/queries/listProductBrand.d.ts +0 -51
  1002. package/build/__api/queries/listProductBrand.js +0 -1
  1003. package/build/__api/queries/listProductOptionSet.d.ts +0 -59
  1004. package/build/__api/queries/listProductOptionSet.js +0 -1
  1005. package/build/__api/queries/listProductStockLocation.d.ts +0 -18
  1006. package/build/__api/queries/listRaffle.d.ts +0 -47
  1007. package/build/__api/queries/listRaffle.js +0 -1
  1008. package/build/__api/queries/listRaffleMetadata.d.ts +0 -26
  1009. package/build/__api/queries/listRaffleMetadata.js +0 -1
  1010. package/build/__api/queries/listState.d.ts +0 -20
  1011. package/build/__api/queries/listState.js +0 -1
  1012. package/build/__api/queries/listStockLocation.d.ts +0 -35
  1013. package/build/__api/queries/listStockLocation.js +0 -1
  1014. package/build/__api/queries/listTown.d.ts +0 -20
  1015. package/build/__api/queries/listVariantType.d.ts +0 -29
  1016. package/build/__api/queries/searchProducts.d.ts +0 -132
  1017. package/build/__api/queries/searchProducts.js +0 -1
  1018. package/build/__api/types/index.d.ts +0 -2705
  1019. package/build/__api/types/index.js +0 -1
  1020. package/build/_virtual/Axios.js_commonjs-proxy2.js +0 -1
  1021. package/build/_virtual/Cancel.js_commonjs-proxy.js +0 -1
  1022. package/build/_virtual/CancelToken.js_commonjs-proxy.js +0 -1
  1023. package/build/_virtual/InterceptorManager.js_commonjs-proxy.js +0 -1
  1024. package/build/_virtual/axios.js_commonjs-proxy.js +0 -1
  1025. package/build/_virtual/bind.js_commonjs-proxy.js +0 -1
  1026. package/build/_virtual/browser.js_commonjs-proxy.js +0 -1
  1027. package/build/_virtual/buildFullPath.js_commonjs-proxy.js +0 -1
  1028. package/build/_virtual/buildURL.js_commonjs-proxy.js +0 -1
  1029. package/build/_virtual/combineURLs.js_commonjs-proxy.js +0 -1
  1030. package/build/_virtual/common.js_commonjs-proxy.js +0 -1
  1031. package/build/_virtual/cookies.js_commonjs-proxy.js +0 -1
  1032. package/build/_virtual/createError.js_commonjs-proxy.js +0 -1
  1033. package/build/_virtual/debug.js_commonjs-proxy.js +0 -1
  1034. package/build/_virtual/defaults.js_commonjs-proxy.js +0 -1
  1035. package/build/_virtual/dispatchRequest.js_commonjs-proxy.js +0 -1
  1036. package/build/_virtual/enhanceError.js_commonjs-proxy.js +0 -1
  1037. package/build/_virtual/http.js_commonjs-proxy.js +0 -1
  1038. package/build/_virtual/index.js_commonjs-proxy14.js +0 -1
  1039. package/build/_virtual/index.js_commonjs-proxy15.js +0 -1
  1040. package/build/_virtual/index.js_commonjs-proxy16.js +0 -1
  1041. package/build/_virtual/index.js_commonjs-proxy17.js +0 -1
  1042. package/build/_virtual/index.js_commonjs-proxy18.js +0 -1
  1043. package/build/_virtual/isAbsoluteURL.js_commonjs-proxy.js +0 -1
  1044. package/build/_virtual/isAxiosError.js_commonjs-proxy.js +0 -1
  1045. package/build/_virtual/isCancel.js_commonjs-proxy.js +0 -1
  1046. package/build/_virtual/isURLSameOrigin.js_commonjs-proxy.js +0 -1
  1047. package/build/_virtual/mergeConfig.js_commonjs-proxy.js +0 -1
  1048. package/build/_virtual/node.js_commonjs-proxy3.js +0 -1
  1049. package/build/_virtual/normalizeHeaderName.js_commonjs-proxy.js +0 -1
  1050. package/build/_virtual/parseHeaders.js_commonjs-proxy.js +0 -1
  1051. package/build/_virtual/settle.js_commonjs-proxy.js +0 -1
  1052. package/build/_virtual/spread.js_commonjs-proxy.js +0 -1
  1053. package/build/_virtual/transformData.js_commonjs-proxy.js +0 -1
  1054. package/build/_virtual/utils.js_commonjs-proxy.js +0 -1
  1055. package/build/_virtual/validator.js_commonjs-proxy.js +0 -1
  1056. package/build/_virtual/xhr.js_commonjs-proxy.js +0 -1
  1057. package/build/analytics/tiktokPixel.d.ts +0 -14
  1058. package/build/analytics/tiktokPixel.js +0 -1
  1059. package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +0 -10
  1060. package/build/components/checkout/components/delivery-methods/icon-button/index.js +0 -1
  1061. package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +0 -1
  1062. package/build/components/checkout/components/delivery-methods/icons/box.d.ts +0 -6
  1063. package/build/components/checkout/components/delivery-methods/icons/box.js +0 -1
  1064. package/build/components/checkout/components/delivery-methods/icons/store.d.ts +0 -6
  1065. package/build/components/checkout/components/delivery-methods/icons/store.js +0 -1
  1066. package/build/components/checkout/components/delivery-methods/index.d.ts +0 -7
  1067. package/build/components/checkout/components/delivery-methods/index.js +0 -1
  1068. package/build/components/checkout/components/delivery-methods/style.module.scss.js +0 -1
  1069. package/build/components/checkout/components/master-pass/credit-card-form/index.d.ts +0 -9
  1070. package/build/components/checkout/components/master-pass/credit-card-form/index.js +0 -1
  1071. package/build/components/checkout/components/master-pass/credit-card-form/style.module.scss.js +0 -1
  1072. package/build/components/checkout/components/master-pass/modal/index.d.ts +0 -11
  1073. package/build/components/checkout/components/master-pass/modal/index.js +0 -1
  1074. package/build/components/checkout/components/master-pass/modal/style.module.scss.js +0 -1
  1075. package/build/components/checkout/components/master-pass/modal/svg/modal-close.d.ts +0 -3
  1076. package/build/components/checkout/components/master-pass/modal/svg/modal-close.js +0 -1
  1077. package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.d.ts +0 -11
  1078. package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.js +0 -1
  1079. package/build/components/checkout/components/master-pass/modal-link-card-to-client/style.module.scss.js +0 -1
  1080. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.d.ts +0 -3
  1081. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.js +0 -1
  1082. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.d.ts +0 -3
  1083. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.js +0 -1
  1084. package/build/components/checkout/components/master-pass/modal-otp/index.d.ts +0 -10
  1085. package/build/components/checkout/components/master-pass/modal-otp/index.js +0 -1
  1086. package/build/components/checkout/components/master-pass/modal-otp/style.module.scss.js +0 -1
  1087. package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.d.ts +0 -3
  1088. package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.js +0 -1
  1089. package/build/components/checkout/components/master-pass/modal-response/index.d.ts +0 -10
  1090. package/build/components/checkout/components/master-pass/modal-response/index.js +0 -1
  1091. package/build/components/checkout/components/master-pass/modal-response/style.module.scss.js +0 -1
  1092. package/build/components/checkout/components/master-pass/modal-success/index.d.ts +0 -11
  1093. package/build/components/checkout/components/master-pass/modal-success/index.js +0 -1
  1094. package/build/components/checkout/components/master-pass/modal-success/style.module.scss.js +0 -1
  1095. package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.d.ts +0 -3
  1096. package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.js +0 -1
  1097. package/build/components/checkout/components/master-pass/modal-success/svg/success.d.ts +0 -3
  1098. package/build/components/checkout/components/master-pass/modal-success/svg/success.js +0 -1
  1099. package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.d.ts +0 -3
  1100. package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.js +0 -1
  1101. package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.d.ts +0 -3
  1102. package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.js +0 -1
  1103. package/build/components/checkout/components/modal/useEscape.d.ts +0 -5
  1104. package/build/components/checkout/components/modal/useEscape.js +0 -1
  1105. package/build/components/checkout/components/offer-product/index.d.ts +0 -8
  1106. package/build/components/checkout/components/offer-product/index.js +0 -1
  1107. package/build/components/checkout/components/offer-product/select/arrows.d.ts +0 -6
  1108. package/build/components/checkout/components/offer-product/select/arrows.js +0 -1
  1109. package/build/components/checkout/components/offer-product/select/index.d.ts +0 -11
  1110. package/build/components/checkout/components/offer-product/select/index.js +0 -1
  1111. package/build/components/checkout/components/offer-product/select/style.module.scss.js +0 -1
  1112. package/build/components/checkout/components/offer-product/style.module.scss.js +0 -1
  1113. package/build/components/checkout/components/stripe/checkout-form.d.ts +0 -8
  1114. package/build/components/checkout/components/stripe/checkout-form.js +0 -1
  1115. package/build/components/checkout/components/stripe/index.d.ts +0 -9
  1116. package/build/components/checkout/components/stripe/index.js +0 -1
  1117. package/build/components/checkout/components/stripe/style.module.scss.js +0 -1
  1118. package/build/components/checkout/modelMasterPass.d.ts +0 -202
  1119. package/build/components/checkout/modelMasterPass.js +0 -1
  1120. package/build/components/link/index.d.ts +0 -4
  1121. package/build/components/link/index.js +0 -1
  1122. package/build/ext/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +0 -1
  1123. package/build/ext/@ikas/fe-api-client/build/_virtual/axios-error-format.js_commonjs-exports.js +0 -1
  1124. package/build/ext/@ikas/fe-api-client/build/_virtual/core.js_commonjs-exports.js +0 -1
  1125. package/build/ext/@ikas/fe-api-client/build/_virtual/index.js_commonjs-exports.js +0 -1
  1126. package/build/ext/@ikas/fe-api-client/build/config/index.js +0 -1
  1127. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +0 -1
  1128. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +0 -1
  1129. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +0 -1
  1130. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +0 -1
  1131. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Hash.js +0 -1
  1132. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +0 -1
  1133. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Map.js +0 -1
  1134. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +0 -1
  1135. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +0 -1
  1136. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_arrayMap.js +0 -1
  1137. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assignValue.js +0 -1
  1138. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +0 -1
  1139. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseAssignValue.js +0 -1
  1140. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +0 -1
  1141. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +0 -1
  1142. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseSet.js +0 -1
  1143. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +0 -1
  1144. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_castPath.js +0 -1
  1145. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +0 -1
  1146. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +0 -1
  1147. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +0 -1
  1148. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +0 -1
  1149. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getNative.js +0 -1
  1150. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +0 -1
  1151. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getValue.js +0 -1
  1152. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +0 -1
  1153. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +0 -1
  1154. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +0 -1
  1155. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +0 -1
  1156. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +0 -1
  1157. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isIndex.js +0 -1
  1158. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKey.js +0 -1
  1159. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +0 -1
  1160. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +0 -1
  1161. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +0 -1
  1162. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +0 -1
  1163. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +0 -1
  1164. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +0 -1
  1165. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +0 -1
  1166. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +0 -1
  1167. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +0 -1
  1168. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +0 -1
  1169. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +0 -1
  1170. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +0 -1
  1171. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +0 -1
  1172. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +0 -1
  1173. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +0 -1
  1174. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_root.js +0 -1
  1175. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +0 -1
  1176. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toKey.js +0 -1
  1177. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toSource.js +0 -1
  1178. package/build/ext/@ikas/fe-api-client/build/ext/lodash/eq.js +0 -1
  1179. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isArray.js +0 -1
  1180. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isFunction.js +0 -1
  1181. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObject.js +0 -1
  1182. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObjectLike.js +0 -1
  1183. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isSymbol.js +0 -1
  1184. package/build/ext/@ikas/fe-api-client/build/ext/lodash/memoize.js +0 -1
  1185. package/build/ext/@ikas/fe-api-client/build/ext/lodash/set.js +0 -1
  1186. package/build/ext/@ikas/fe-api-client/build/ext/lodash/toString.js +0 -1
  1187. package/build/ext/@ikas/fe-api-client/build/ext/tslib/tslib.es6.js +0 -15
  1188. package/build/ext/@ikas/fe-api-client/build/helpers/generate-return-fields.js +0 -1
  1189. package/build/ext/@ikas/fe-api-client/build/utils/api.js +0 -1
  1190. package/build/ext/@ikas/fe-api-client/build/utils/fetch-query.js +0 -1
  1191. package/build/ext/@stripe/react-stripe-js/dist/react-stripe.esm.js +0 -1
  1192. package/build/ext/@stripe/stripe-js/dist/stripe.esm.js +0 -1
  1193. package/build/ext/axios/index.js +0 -1
  1194. package/build/ext/axios/lib/adapters/http.js +0 -1
  1195. package/build/ext/axios/lib/adapters/xhr.js +0 -1
  1196. package/build/ext/axios/lib/axios.js +0 -1
  1197. package/build/ext/axios/lib/cancel/Cancel.js +0 -1
  1198. package/build/ext/axios/lib/cancel/CancelToken.js +0 -1
  1199. package/build/ext/axios/lib/cancel/isCancel.js +0 -1
  1200. package/build/ext/axios/lib/core/Axios.js +0 -1
  1201. package/build/ext/axios/lib/core/InterceptorManager.js +0 -1
  1202. package/build/ext/axios/lib/core/buildFullPath.js +0 -1
  1203. package/build/ext/axios/lib/core/createError.js +0 -1
  1204. package/build/ext/axios/lib/core/dispatchRequest.js +0 -1
  1205. package/build/ext/axios/lib/core/enhanceError.js +0 -1
  1206. package/build/ext/axios/lib/core/mergeConfig.js +0 -1
  1207. package/build/ext/axios/lib/core/settle.js +0 -1
  1208. package/build/ext/axios/lib/core/transformData.js +0 -1
  1209. package/build/ext/axios/lib/defaults.js +0 -1
  1210. package/build/ext/axios/lib/helpers/bind.js +0 -1
  1211. package/build/ext/axios/lib/helpers/buildURL.js +0 -1
  1212. package/build/ext/axios/lib/helpers/combineURLs.js +0 -1
  1213. package/build/ext/axios/lib/helpers/cookies.js +0 -1
  1214. package/build/ext/axios/lib/helpers/isAbsoluteURL.js +0 -1
  1215. package/build/ext/axios/lib/helpers/isAxiosError.js +0 -1
  1216. package/build/ext/axios/lib/helpers/isURLSameOrigin.js +0 -1
  1217. package/build/ext/axios/lib/helpers/normalizeHeaderName.js +0 -1
  1218. package/build/ext/axios/lib/helpers/parseHeaders.js +0 -1
  1219. package/build/ext/axios/lib/helpers/spread.js +0 -1
  1220. package/build/ext/axios/lib/helpers/validator.js +0 -1
  1221. package/build/ext/axios/lib/utils.js +0 -1
  1222. package/build/ext/axios/package.json.js +0 -1
  1223. package/build/ext/debug/src/browser.js +0 -1
  1224. package/build/ext/debug/src/common.js +0 -1
  1225. package/build/ext/debug/src/index.js +0 -1
  1226. package/build/ext/debug/src/node.js +0 -1
  1227. package/build/ext/follow-redirects/debug.js +0 -1
  1228. package/build/ext/follow-redirects/index.js +0 -1
  1229. package/build/ext/has-flag/index.js +0 -1
  1230. package/build/ext/ms/index.js +0 -1
  1231. package/build/ext/supports-color/index.js +0 -1
  1232. package/build/ext/uuid/dist/esm-node/rng.js +0 -1
  1233. package/build/ext/uuid/dist/esm-node/stringify.js +0 -1
  1234. package/build/ext/uuid/dist/esm-node/v4.js +0 -1
  1235. package/build/ikas.cjs +0 -2
  1236. package/build/models/data/blog/enums.d.ts +0 -2
  1237. package/build/models/data/brand/enums.d.ts +0 -2
  1238. package/build/models/data/cart/campaign-offer/enums.d.ts +0 -3
  1239. package/build/models/data/cart/campaign-offer/index.d.ts +0 -8
  1240. package/build/models/data/cart/campaign-offer/index.js +0 -1
  1241. package/build/models/data/cart/enums.d.ts +0 -2
  1242. package/build/models/data/category/enums.d.ts +0 -2
  1243. package/build/models/data/checkout-settings/enums.d.ts +0 -2
  1244. package/build/models/data/city/index.js +0 -1
  1245. package/build/models/data/country/index.js +0 -1
  1246. package/build/models/data/customer/enums.d.ts +0 -4
  1247. package/build/models/data/customer-attribute/customer-attribute-sales-channel/enums.d.ts +0 -3
  1248. package/build/models/data/customer-attribute/enums.d.ts +0 -2
  1249. package/build/models/data/customer-review/enums.d.ts +0 -2
  1250. package/build/models/data/district/index.js +0 -1
  1251. package/build/models/data/html-meta-data/enums.d.ts +0 -2
  1252. package/build/models/data/order/adjustment/enums.d.ts +0 -4
  1253. package/build/models/data/order/adjustment/index.js +0 -1
  1254. package/build/models/data/order/customer/index.d.ts +0 -10
  1255. package/build/models/data/order/customer/index.js +0 -1
  1256. package/build/models/data/order/enums.d.ts +0 -6
  1257. package/build/models/data/order/gift-line/index.js +0 -1
  1258. package/build/models/data/order/invoice/enums.d.ts +0 -2
  1259. package/build/models/data/order/invoice/index.d.ts +0 -7
  1260. package/build/models/data/order/invoice/index.js +0 -1
  1261. package/build/models/data/order/line-item/enums.d.ts +0 -2
  1262. package/build/models/data/order/line-item/option/index.d.ts +0 -9
  1263. package/build/models/data/order/line-item/option/index.js +0 -1
  1264. package/build/models/data/order/line-item/option/value/index.d.ts +0 -3
  1265. package/build/models/data/order/line-item/option/value/index.js +0 -1
  1266. package/build/models/data/order/package/enums.d.ts +0 -2
  1267. package/build/models/data/order/package/index.d.ts +0 -9
  1268. package/build/models/data/order/package/index.js +0 -1
  1269. package/build/models/data/order/package/tracking-info/index.d.ts +0 -3
  1270. package/build/models/data/order/package/tracking-info/index.js +0 -1
  1271. package/build/models/data/order/payment-method/enums.d.ts +0 -2
  1272. package/build/models/data/order/payment-method/index.d.ts +0 -7
  1273. package/build/models/data/order/payment-method/index.js +0 -1
  1274. package/build/models/data/order/refund/index.js +0 -1
  1275. package/build/models/data/order/refund/line-item/index.d.ts +0 -3
  1276. package/build/models/data/order/refund/line-item/index.js +0 -1
  1277. package/build/models/data/order/shipping-line/index.js +0 -1
  1278. package/build/models/data/order/tax-line/index.d.ts +0 -3
  1279. package/build/models/data/order/tax-line/index.js +0 -1
  1280. package/build/models/data/order/transaction/enums.d.ts +0 -5
  1281. package/build/models/data/order/transaction/index.d.ts +0 -37
  1282. package/build/models/data/order/transaction/index.js +0 -1
  1283. package/build/models/data/payment-gateway/additional-price/index.d.ts +0 -7
  1284. package/build/models/data/payment-gateway/additional-price/index.js +0 -1
  1285. package/build/models/data/payment-gateway/enums.d.ts +0 -5
  1286. package/build/models/data/product-attribute/table-template/index.d.ts +0 -6
  1287. package/build/models/data/product-attribute/table-template/index.js +0 -1
  1288. package/build/models/data/product-campaign/campaign/index.d.ts +0 -41
  1289. package/build/models/data/product-option-set/enums.d.ts +0 -3
  1290. package/build/models/data/state/index.js +0 -1
  1291. package/build/store/blog/index.d.ts +0 -28
  1292. package/build/store/blog/index.js +0 -1
  1293. package/build/store/brand/index.d.ts +0 -12
  1294. package/build/store/brand/index.js +0 -1
  1295. package/build/store/cart/api.d.ts +0 -14
  1296. package/build/store/cart/api.js +0 -1
  1297. package/build/store/cart/index.d.ts +0 -28
  1298. package/build/store/cart/index.js +0 -1
  1299. package/build/store/category/index.d.ts +0 -12
  1300. package/build/store/category/index.js +0 -1
  1301. package/build/store/checkout/index.d.ts +0 -26
  1302. package/build/store/checkout/index.js +0 -1
  1303. package/build/store/customer/api.d.ts +0 -82
  1304. package/build/store/customer/api.js +0 -1
  1305. package/build/store/customer/index.d.ts +0 -79
  1306. package/build/store/customer/index.js +0 -1
  1307. package/build/store/html-meta-data/index.d.ts +0 -6
  1308. package/build/store/html-meta-data/index.js +0 -1
  1309. package/build/store/location/index.d.ts +0 -13
  1310. package/build/store/location/index.js +0 -1
  1311. package/build/store/merchant/index.d.ts +0 -6
  1312. package/build/store/merchant/index.js +0 -1
  1313. package/build/store/product/index.d.ts +0 -45
  1314. package/build/store/product/index.js +0 -1
  1315. package/build/store/raffle/index.d.ts +0 -18
  1316. package/build/store/raffle/index.js +0 -1
  1317. package/build/store/storefront/index.d.ts +0 -6
  1318. package/build/store/storefront/index.js +0 -1
@@ -1,2705 +0,0 @@
1
- export declare enum AdjustmentEnum {
2
- DECREMENT = "DECREMENT",
3
- INCREMENT = "INCREMENT"
4
- }
5
- export declare enum AmountTypeEnum {
6
- AMOUNT = "AMOUNT",
7
- RATIO = "RATIO"
8
- }
9
- export declare enum BlogMetadataTargetTypeEnum {
10
- BLOG = "BLOG",
11
- BLOG_CATEGORY = "BLOG_CATEGORY"
12
- }
13
- export declare enum CampaignApplicablePriceEnum {
14
- DISCOUNT_PRICE = "DISCOUNT_PRICE",
15
- SELL_PRICE = "SELL_PRICE"
16
- }
17
- export declare enum CampaignCreatedForEnum {
18
- ABANDONED_CHECKOUT = "ABANDONED_CHECKOUT",
19
- CART = "CART",
20
- CUSTOMER_REVIEW = "CUSTOMER_REVIEW"
21
- }
22
- export declare enum CampaignFilterTypeEnum {
23
- CATEGORY = "CATEGORY",
24
- PRODUCT = "PRODUCT",
25
- PRODUCT_BRAND = "PRODUCT_BRAND",
26
- PRODUCT_TAG = "PRODUCT_TAG",
27
- VARIANT = "VARIANT"
28
- }
29
- export declare enum CampaignOfferFollowUpActionTypeEnum {
30
- DO_NOTHING = "DO_NOTHING",
31
- OPEN_CART = "OPEN_CART",
32
- OPEN_CHECKOUT = "OPEN_CHECKOUT"
33
- }
34
- export declare enum CampaignOfferProductShowCriteriaEnum {
35
- PREVIOUS_ACCEPTED = "PREVIOUS_ACCEPTED",
36
- PREVIOUS_REJECTED = "PREVIOUS_REJECTED"
37
- }
38
- export declare enum CampaignOfferTargetPageTypeEnum {
39
- CHECKOUT = "CHECKOUT",
40
- POST_CHECKOUT = "POST_CHECKOUT"
41
- }
42
- export declare enum CampaignOfferTriggerFilterTypeEnum {
43
- ALL_PRODUCTS = "ALL_PRODUCTS",
44
- CATEGORY = "CATEGORY",
45
- PRODUCT = "PRODUCT",
46
- PRODUCT_TAG = "PRODUCT_TAG",
47
- VARIANT = "VARIANT"
48
- }
49
- export declare enum CampaignOfferTypeEnum {
50
- CROSS_SELL = "CROSS_SELL",
51
- UPSELL = "UPSELL"
52
- }
53
- export declare enum CampaignTypeEnum {
54
- BUY_X_THEN_GET_Y = "BUY_X_THEN_GET_Y",
55
- FIXED_AMOUNT = "FIXED_AMOUNT",
56
- FREE_SHIPPING = "FREE_SHIPPING",
57
- RATIO = "RATIO"
58
- }
59
- export declare enum CancelledReasonEnum {
60
- CUSTOMER = "CUSTOMER",
61
- DECLINED = "DECLINED",
62
- INVENTORY = "INVENTORY",
63
- OTHER = "OTHER"
64
- }
65
- export declare enum CartCampaignOfferStatus {
66
- ACCEPTED = "ACCEPTED",
67
- REJECTED = "REJECTED",
68
- REMOVED = "REMOVED",
69
- WAITING_FOR_ACTION = "WAITING_FOR_ACTION"
70
- }
71
- export declare enum CartCreatedByEnum {
72
- ADMIN = "ADMIN",
73
- CUSTOMER = "CUSTOMER"
74
- }
75
- export declare enum CartStatusEnum {
76
- ACTIVE = "ACTIVE",
77
- FREEZE = "FREEZE",
78
- PASSIVE = "PASSIVE"
79
- }
80
- export declare enum CartV2StatusEnum {
81
- COMPLETED = "COMPLETED",
82
- FREEZE = "FREEZE",
83
- KILLED = "KILLED",
84
- OPEN = "OPEN"
85
- }
86
- export declare enum CategoryConditionTypeEnum {
87
- CREATED_AT = "CREATED_AT",
88
- DISCOUNTED_PRODUCTS = "DISCOUNTED_PRODUCTS",
89
- PRODUCT_BRAND = "PRODUCT_BRAND",
90
- PRODUCT_TAG = "PRODUCT_TAG",
91
- VARIANT_VALUE = "VARIANT_VALUE"
92
- }
93
- export declare enum CategoryProductsOrderTypeEnum {
94
- BEST_SELLER = "BEST_SELLER",
95
- HIGHEST_DISCOUNT_RATIO = "HIGHEST_DISCOUNT_RATIO",
96
- HIGHEST_PRICE = "HIGHEST_PRICE",
97
- LOWEST_DISCOUNT_RATIO = "LOWEST_DISCOUNT_RATIO",
98
- LOWEST_PRICE = "LOWEST_PRICE",
99
- MANUALLY = "MANUALLY",
100
- NEWEST = "NEWEST",
101
- OLDEST = "OLDEST"
102
- }
103
- export declare enum CheckoutRecoveryEmailStatusEnum {
104
- NOT_SENT = "NOT_SENT",
105
- SENT = "SENT"
106
- }
107
- export declare enum CheckoutRecoveryStatusEnum {
108
- NOT_RECOVERED = "NOT_RECOVERED",
109
- RECOVERED = "RECOVERED"
110
- }
111
- export declare enum CheckoutRequirementEnum {
112
- INVISIBLE = "INVISIBLE",
113
- MANDATORY = "MANDATORY",
114
- OPTIONAL = "OPTIONAL"
115
- }
116
- export declare enum CheckoutStatusEnum {
117
- COMPLETED = "COMPLETED",
118
- FREEZE = "FREEZE",
119
- KILLED = "KILLED",
120
- OPEN = "OPEN"
121
- }
122
- export declare enum CurrencyFormatSymbolPosition {
123
- LEFT = "LEFT",
124
- RIGHT = "RIGHT"
125
- }
126
- export declare enum CustomerAccountStatusEnum {
127
- ACTIVE_ACCOUNT = "ACTIVE_ACCOUNT",
128
- DECLINED_ACCOUNT_INVITATION = "DECLINED_ACCOUNT_INVITATION",
129
- DISABLED_ACCOUNT = "DISABLED_ACCOUNT",
130
- INVITED_TO_CREATE_ACCOUNT = "INVITED_TO_CREATE_ACCOUNT"
131
- }
132
- export declare enum CustomerAttributePermissionEnum {
133
- INVISIBLE = "INVISIBLE",
134
- READ = "READ",
135
- WRITE = "WRITE"
136
- }
137
- export declare enum CustomerAttributeRegisterPageRequirementEnum {
138
- INVISIBLE = "INVISIBLE",
139
- MANDATORY = "MANDATORY",
140
- OPTIONAL = "OPTIONAL"
141
- }
142
- export declare enum CustomerAttributeTypeEnum {
143
- BOOLEAN = "BOOLEAN",
144
- CHOICE = "CHOICE",
145
- DATETIME = "DATETIME",
146
- MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
147
- NUMERIC = "NUMERIC",
148
- TEXT = "TEXT"
149
- }
150
- export declare enum CustomerEmailSubscriptionStatusesEnum {
151
- NOT_SUBSCRIBED = "NOT_SUBSCRIBED",
152
- PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
153
- SUBSCRIBED = "SUBSCRIBED"
154
- }
155
- export declare enum CustomerRegistrationSourceEnum {
156
- credentials = "credentials",
157
- facebook = "facebook",
158
- google = "google"
159
- }
160
- export declare enum CustomerReviewStatusEnum {
161
- APPROVED = "APPROVED",
162
- REJECTED = "REJECTED",
163
- WAITING = "WAITING"
164
- }
165
- export declare enum CustomerSocialLoginProviderEnum {
166
- facebook = "facebook",
167
- google = "google"
168
- }
169
- export declare enum HTMLMetaDataTargetTypeEnum {
170
- BRAND = "BRAND",
171
- CATEGORY = "CATEGORY",
172
- PAGE = "PAGE",
173
- PRODUCT = "PRODUCT"
174
- }
175
- export declare enum InvoiceTypeEnum {
176
- COMPANY = "COMPANY",
177
- INDIVIDUAL = "INDIVIDUAL",
178
- OTHER = "OTHER"
179
- }
180
- export declare enum MasterPassOperationTypeEnum {
181
- CHECK_MASTER_PASS_USER = "CHECK_MASTER_PASS_USER",
182
- DELETE_CARD = "DELETE_CARD",
183
- DIRECT_PURCHASE = "DIRECT_PURCHASE",
184
- FORGOT_PASSWORD = "FORGOT_PASSWORD",
185
- LIST_CARDS = "LIST_CARDS",
186
- PURCHASE = "PURCHASE",
187
- REGISTER_CARD = "REGISTER_CARD"
188
- }
189
- export declare enum MerchantSettingsAddressTypeEnum {
190
- CORPORATE = "CORPORATE",
191
- INDIVIDUAL = "INDIVIDUAL"
192
- }
193
- export declare enum OrderLineItemStatusEnum {
194
- CANCELLED = "CANCELLED",
195
- CANCEL_REJECTED = "CANCEL_REJECTED",
196
- CANCEL_REQUESTED = "CANCEL_REQUESTED",
197
- DELIVERED = "DELIVERED",
198
- FULFILLED = "FULFILLED",
199
- REFUNDED = "REFUNDED",
200
- REFUND_REJECTED = "REFUND_REJECTED",
201
- REFUND_REQUESTED = "REFUND_REQUESTED",
202
- REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
203
- UNFULFILLED = "UNFULFILLED"
204
- }
205
- export declare enum OrderPackageFulfillStatusEnum {
206
- CANCELLED = "CANCELLED",
207
- CANCEL_REJECTED = "CANCEL_REJECTED",
208
- CANCEL_REQUESTED = "CANCEL_REQUESTED",
209
- DELIVERED = "DELIVERED",
210
- ERROR = "ERROR",
211
- FULFILLED = "FULFILLED",
212
- READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
213
- READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
214
- REFUNDED = "REFUNDED",
215
- REFUND_REJECTED = "REFUND_REJECTED",
216
- REFUND_REQUESTED = "REFUND_REQUESTED",
217
- REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
218
- UNABLE_TO_DELIVER = "UNABLE_TO_DELIVER"
219
- }
220
- export declare enum OrderPackageStatusEnum {
221
- CANCELLED = "CANCELLED",
222
- CANCEL_REJECTED = "CANCEL_REJECTED",
223
- CANCEL_REQUESTED = "CANCEL_REQUESTED",
224
- DELIVERED = "DELIVERED",
225
- FULFILLED = "FULFILLED",
226
- PARTIALLY_CANCELLED = "PARTIALLY_CANCELLED",
227
- PARTIALLY_DELIVERED = "PARTIALLY_DELIVERED",
228
- PARTIALLY_FULFILLED = "PARTIALLY_FULFILLED",
229
- PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
230
- READY_FOR_PICK_UP = "READY_FOR_PICK_UP",
231
- READY_FOR_SHIPMENT = "READY_FOR_SHIPMENT",
232
- REFUNDED = "REFUNDED",
233
- REFUND_REJECTED = "REFUND_REJECTED",
234
- REFUND_REQUESTED = "REFUND_REQUESTED",
235
- REFUND_REQUEST_ACCEPTED = "REFUND_REQUEST_ACCEPTED",
236
- UNABLE_TO_DELIVER = "UNABLE_TO_DELIVER",
237
- UNFULFILLED = "UNFULFILLED"
238
- }
239
- export declare enum OrderPaymentStatusEnum {
240
- PAID = "PAID",
241
- PARTIALLY_PAID = "PARTIALLY_PAID",
242
- WAITING = "WAITING"
243
- }
244
- export declare enum OrderStatusEnum {
245
- CANCELLED = "CANCELLED",
246
- CREATED = "CREATED",
247
- DRAFT = "DRAFT",
248
- PARTIALLY_CANCELLED = "PARTIALLY_CANCELLED",
249
- PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
250
- REFUNDED = "REFUNDED",
251
- REFUND_REJECTED = "REFUND_REJECTED",
252
- REFUND_REQUESTED = "REFUND_REQUESTED"
253
- }
254
- export declare enum PaymentGatewayAdditionalPriceTypeEnum {
255
- DECREMENT = "DECREMENT",
256
- INCREMENT = "INCREMENT"
257
- }
258
- export declare enum PaymentGatewaySettingsTypeEnum {
259
- NUMBER = "NUMBER",
260
- PASSWORD = "PASSWORD",
261
- TEXT = "TEXT"
262
- }
263
- export declare enum PaymentGatewayTransactionFeeTypeEnum {
264
- AMOUNT = "AMOUNT",
265
- RATIO = "RATIO"
266
- }
267
- export declare enum PaymentGatewayTypeEnum {
268
- EXTERNAL = "EXTERNAL",
269
- INTERNAL = "INTERNAL",
270
- THIRD_PARTY = "THIRD_PARTY"
271
- }
272
- export declare enum PaymentMethodEnum {
273
- APP_PAYMENT = "APP_PAYMENT",
274
- BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
275
- CASH = "CASH",
276
- CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
277
- CREDIT_CARD = "CREDIT_CARD",
278
- CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
279
- GIFT_CARD = "GIFT_CARD",
280
- MONEY_ORDER = "MONEY_ORDER",
281
- OTHER = "OTHER",
282
- WALLET = "WALLET"
283
- }
284
- export declare enum PaymentMethodTypeEnum {
285
- APP_PAYMENT = "APP_PAYMENT",
286
- BUY_ONLINE_PAY_AT_STORE = "BUY_ONLINE_PAY_AT_STORE",
287
- CASH = "CASH",
288
- CASH_ON_DELIVERY = "CASH_ON_DELIVERY",
289
- CREDIT_CARD = "CREDIT_CARD",
290
- CREDIT_CARD_ON_DELIVERY = "CREDIT_CARD_ON_DELIVERY",
291
- GIFT_CARD = "GIFT_CARD",
292
- MONEY_ORDER = "MONEY_ORDER",
293
- OTHER = "OTHER",
294
- WALLET = "WALLET"
295
- }
296
- export declare enum ProductAttributeTypeEnum {
297
- BOOLEAN = "BOOLEAN",
298
- CHOICE = "CHOICE",
299
- DATETIME = "DATETIME",
300
- HTML = "HTML",
301
- IMAGE = "IMAGE",
302
- MULTIPLE_CHOICE = "MULTIPLE_CHOICE",
303
- NUMERIC = "NUMERIC",
304
- PRODUCT = "PRODUCT",
305
- TABLE = "TABLE",
306
- TEXT = "TEXT"
307
- }
308
- export declare enum ProductFilterDisplayTypeEnum {
309
- BOX = "BOX",
310
- DATE_RANGE = "DATE_RANGE",
311
- LIST = "LIST",
312
- NUMBER_RANGE = "NUMBER_RANGE",
313
- NUMBER_RANGE_LIST = "NUMBER_RANGE_LIST",
314
- SWATCH = "SWATCH"
315
- }
316
- export declare enum ProductFilterSortTypeEnum {
317
- ALPHABETICAL_ASC = "ALPHABETICAL_ASC",
318
- ALPHABETICAL_DESC = "ALPHABETICAL_DESC",
319
- CUSTOM_SORT = "CUSTOM_SORT",
320
- PRODUCT_COUNT_ASC = "PRODUCT_COUNT_ASC",
321
- PRODUCT_COUNT_DESC = "PRODUCT_COUNT_DESC"
322
- }
323
- export declare enum ProductFilterTypeEnum {
324
- ATTRIBUTE = "ATTRIBUTE",
325
- AVAILABLE_VARIANT_VALUE = "AVAILABLE_VARIANT_VALUE",
326
- BRAND = "BRAND",
327
- DISCOUNT_RATIO = "DISCOUNT_RATIO",
328
- PRICE = "PRICE",
329
- STOCK_STATUS = "STOCK_STATUS",
330
- TAG = "TAG",
331
- VARIANT_TYPE = "VARIANT_TYPE"
332
- }
333
- export declare enum ProductOptionSelectTypeEnum {
334
- BOX = "BOX",
335
- SELECT = "SELECT",
336
- SWATCH = "SWATCH"
337
- }
338
- export declare enum ProductOptionTypeEnum {
339
- CHECKBOX = "CHECKBOX",
340
- CHOICE = "CHOICE",
341
- COLOR_PICKER = "COLOR_PICKER",
342
- DATE_PICKER = "DATE_PICKER",
343
- FILE = "FILE",
344
- IMAGE = "IMAGE",
345
- TEXT = "TEXT",
346
- TEXT_AREA = "TEXT_AREA"
347
- }
348
- export declare enum ProductSearchShowStockOptionEnum {
349
- HIDE_OUT_OF_STOCK = "HIDE_OUT_OF_STOCK",
350
- SHOW_ALL = "SHOW_ALL",
351
- SHOW_OUT_OF_STOCK_AT_END = "SHOW_OUT_OF_STOCK_AT_END"
352
- }
353
- export declare enum ProductTypeEnum {
354
- DIGITAL = "DIGITAL",
355
- MEMBERSHIP = "MEMBERSHIP",
356
- PHYSICAL = "PHYSICAL"
357
- }
358
- export declare enum RaffleMetadataTargetTypeEnum {
359
- RAFFLE = "RAFFLE"
360
- }
361
- export declare enum ShippingMethodEnum {
362
- CLICK_AND_COLLECT = "CLICK_AND_COLLECT",
363
- NO_SHIPMENT = "NO_SHIPMENT",
364
- SHIPMENT = "SHIPMENT"
365
- }
366
- export declare enum SortByDirectionEnum {
367
- ASC = "ASC",
368
- DESC = "DESC"
369
- }
370
- export declare enum SortByTypeEnum {
371
- CREATED_AT = "CREATED_AT",
372
- DISCOUNT_RATIO = "DISCOUNT_RATIO",
373
- MANUAL_SORT = "MANUAL_SORT",
374
- NAME = "NAME",
375
- PRICE = "PRICE"
376
- }
377
- export declare enum StockLocationDeliveryTimeEnum {
378
- TWO_IN_FOUR_DAYS = "TWO_IN_FOUR_DAYS",
379
- WITHIN_FOUR_HOURS = "WITHIN_FOUR_HOURS",
380
- WITHIN_ONE_HOUR = "WITHIN_ONE_HOUR",
381
- WITHIN_PLUS_FIVE_DAYS = "WITHIN_PLUS_FIVE_DAYS",
382
- WITHIN_TWENTY_FOUR_HOURS = "WITHIN_TWENTY_FOUR_HOURS",
383
- WITHIN_TWO_HOURS = "WITHIN_TWO_HOURS"
384
- }
385
- export declare enum StockLocationTypeEnum {
386
- PHYSICAL = "PHYSICAL",
387
- VIRTUAL = "VIRTUAL"
388
- }
389
- export declare enum StorefrontStatusTypes {
390
- FAILED = "FAILED",
391
- NOT_DEPLOYED = "NOT_DEPLOYED",
392
- READY = "READY",
393
- WAITING = "WAITING"
394
- }
395
- export declare enum StorefrontThemeStatus {
396
- FAILED = "FAILED",
397
- NOT_DEPLOYED = "NOT_DEPLOYED",
398
- READY = "READY",
399
- WAITING = "WAITING"
400
- }
401
- export declare enum TransactionCardAssociationEnum {
402
- AMERICAN_EXPRESS = "AMERICAN_EXPRESS",
403
- MASTER_CARD = "MASTER_CARD",
404
- TROY = "TROY",
405
- VISA = "VISA"
406
- }
407
- export declare enum TransactionCardTypeEnum {
408
- CREDIT = "CREDIT",
409
- DEBIT = "DEBIT",
410
- PREPAID = "PREPAID"
411
- }
412
- export declare enum TransactionStatusEnum {
413
- AUTHORIZED = "AUTHORIZED",
414
- FAILED = "FAILED",
415
- PENDING = "PENDING",
416
- SUCCESS = "SUCCESS"
417
- }
418
- export declare enum TransactionTypeEnum {
419
- REFUND = "REFUND",
420
- SALE = "SALE",
421
- VOID = "VOID"
422
- }
423
- export declare enum VariantSelectionTypeEnum {
424
- CHOICE = "CHOICE",
425
- COLOR = "COLOR"
426
- }
427
- export declare enum VerificationTypeEnum {
428
- EMAIL = "EMAIL",
429
- MERSIS = "MERSIS"
430
- }
431
- export interface AbandonedCartFlow {
432
- campaignId: string | null;
433
- canApplicable: boolean;
434
- couponId: string | null;
435
- customerFilters: AbandonedCartFlowCustomerFilter | null;
436
- flowId: string;
437
- mailSendDate: any | null;
438
- mailTranslationId: string | null;
439
- recoverEmailStatus: CheckoutRecoveryEmailStatusEnum;
440
- sendAfter: number;
441
- }
442
- export interface AbandonedCartFlowCustomerFilter {
443
- sendOnlyActiveAccount: boolean | null;
444
- sendOnlySubscribedToEmail: boolean | null;
445
- }
446
- export interface AdditionalPrice {
447
- amount: number;
448
- amountType: PaymentGatewayTransactionFeeTypeEnum;
449
- name: string;
450
- type: PaymentGatewayAdditionalPriceTypeEnum;
451
- }
452
- export interface ApplicableProductFilterValue {
453
- colorCode: string | null;
454
- id: string;
455
- key: string;
456
- name: string;
457
- thumbnailImageId: string | null;
458
- }
459
- export interface AppliedProduct {
460
- productId: string | null;
461
- variantId: string;
462
- }
463
- export interface AvailableShippingMethod {
464
- price: number;
465
- rateName: string;
466
- shippingMethod: ShippingMethodEnum;
467
- shippingSettingsId: string;
468
- shippingZoneRateId: string;
469
- }
470
- export interface Blog {
471
- blogContent: BlogContent;
472
- category: BlogCategory;
473
- categoryId: string;
474
- createdAt: any | null;
475
- deleted: boolean | null;
476
- id: string;
477
- imageId: string;
478
- isPublished: boolean;
479
- locale: string | null;
480
- metadata: BlogMetadata;
481
- publishedAt: any | null;
482
- shortDescription: string;
483
- storefrontId: string;
484
- tagIds: string[] | null;
485
- tags: BlogTag[] | null;
486
- title: string;
487
- updatedAt: any | null;
488
- writer: BlogWriter;
489
- }
490
- export interface BlogCategory {
491
- createdAt: any | null;
492
- deleted: boolean | null;
493
- id: string;
494
- imageId: string;
495
- metadata: BlogMetadata;
496
- name: string;
497
- updatedAt: any | null;
498
- }
499
- export interface BlogCategoryPaginationResponse {
500
- count: number;
501
- data: BlogCategory[];
502
- hasNext: boolean;
503
- limit: number;
504
- page: number;
505
- }
506
- export interface BlogContent {
507
- content: string;
508
- contentData: string | null;
509
- contentSource: string | null;
510
- createdAt: any | null;
511
- deleted: boolean | null;
512
- id: string;
513
- updatedAt: any | null;
514
- }
515
- export interface BlogMetadata {
516
- canonicals: string[] | null;
517
- createdAt: any | null;
518
- deleted: boolean | null;
519
- description: string | null;
520
- disableIndex: boolean | null;
521
- id: string;
522
- pageTitle: string | null;
523
- slug: string;
524
- targetId: string | null;
525
- targetType: BlogMetadataTargetTypeEnum | null;
526
- updatedAt: any | null;
527
- }
528
- export interface BlogMetadataPaginationResponse {
529
- count: number;
530
- data: BlogMetadata[];
531
- hasNext: boolean;
532
- limit: number;
533
- page: number;
534
- }
535
- export interface BlogPaginationResponse {
536
- count: number;
537
- data: Blog[];
538
- hasNext: boolean;
539
- limit: number;
540
- page: number;
541
- }
542
- export interface BlogTag {
543
- createdAt: any | null;
544
- deleted: boolean | null;
545
- id: string;
546
- name: string;
547
- updatedAt: any | null;
548
- }
549
- export interface BlogWriter {
550
- firstName: string;
551
- lastName: string;
552
- }
553
- export interface BuyX {
554
- amount: number;
555
- applyByQuantity: boolean;
556
- filter: CampaignFilter;
557
- }
558
- export interface BuyXThenGetY {
559
- buyX: BuyX;
560
- getY: GetY;
561
- maxUsagePerOrder: number | null;
562
- }
563
- export interface Campaign {
564
- applicableCustomerGroupIds: string[] | null;
565
- applicableCustomerIds: string[] | null;
566
- applicablePrice: CampaignApplicablePriceEnum;
567
- buyXThenGetY: BuyXThenGetY | null;
568
- canCombineWithOtherCampaigns: boolean;
569
- createdAt: any | null;
570
- createdFor: CampaignCreatedForEnum | null;
571
- currencyCodes: string[] | null;
572
- dateRange: CampaignDateRangeField | null;
573
- deleted: boolean | null;
574
- fixedDiscount: FixedDiscount | null;
575
- hasCoupon: boolean;
576
- id: string;
577
- includeDiscountedProducts: boolean | null;
578
- salesChannelIds: string[] | null;
579
- title: string;
580
- type: CampaignTypeEnum;
581
- updatedAt: any | null;
582
- usageCount: number;
583
- usageLimit: number | null;
584
- usageLimitPerCustomer: number | null;
585
- }
586
- export interface CampaignDateRangeField {
587
- end: any | null;
588
- start: any | null;
589
- }
590
- export interface CampaignFilter {
591
- idList: string[];
592
- type: CampaignFilterTypeEnum;
593
- }
594
- export interface CampaignMinMaxRangeField {
595
- max: number | null;
596
- min: number | null;
597
- }
598
- export interface CampaignOffer {
599
- availableSalesChannelIds: string[];
600
- createdAt: any | null;
601
- deleted: boolean | null;
602
- endDate: any | null;
603
- followUpActionType: CampaignOfferFollowUpActionTypeEnum;
604
- id: string;
605
- minimumRequiredCartAmount: number | null;
606
- name: string;
607
- offers: CampaignOfferProduct[];
608
- startDate: any | null;
609
- targetPageTypes: CampaignOfferTargetPageTypeEnum[];
610
- triggerSettings: CampaignOfferTriggerSettings;
611
- type: CampaignOfferTypeEnum;
612
- updatedAt: any | null;
613
- }
614
- export interface CampaignOfferProduct {
615
- countdownMinutes: number | null;
616
- description: string | null;
617
- discountAmount: number | null;
618
- discountType: AmountTypeEnum | null;
619
- excludedVariantIdList: string[] | null;
620
- id: string;
621
- order: number;
622
- productId: string;
623
- showCriteria: CampaignOfferProductShowCriteriaEnum | null;
624
- skipOfferIfProductExistsInCart: boolean | null;
625
- title: string;
626
- translations: CampaignOfferProductTranslation[] | null;
627
- }
628
- export interface CampaignOfferProductTranslation {
629
- description: string | null;
630
- locale: string;
631
- title: string;
632
- }
633
- export interface CampaignOfferTriggerSettings {
634
- filterType: CampaignOfferTriggerFilterTypeEnum;
635
- valueList: string[];
636
- }
637
- export interface Cart {
638
- campaignOffers: CartCampaignOffer[] | null;
639
- createdAt: any | null;
640
- createdBy: CartCreatedByEnum | null;
641
- currencyCode: string | null;
642
- customerId: string | null;
643
- deleted: boolean | null;
644
- dueDate: any;
645
- id: string;
646
- itemCount: number;
647
- items: OrderLineItem[];
648
- merchantId: string;
649
- priceListId: string | null;
650
- salesChannelId: string;
651
- status: CartStatusEnum;
652
- storefrontId: string | null;
653
- storefrontRouting: CartStorefrontRouting | null;
654
- storefrontRoutingId: string | null;
655
- storefrontThemeId: string | null;
656
- taxLines: OrderTaxLine[] | null;
657
- totalPrice: number;
658
- updatedAt: any | null;
659
- }
660
- export interface CartCampaignOffer {
661
- appliedOrderLineId: string | null;
662
- campaignOfferId: string;
663
- campaignOfferProductId: string | null;
664
- offerEndDate: any | null;
665
- offerStartDate: any;
666
- status: CartCampaignOfferStatus;
667
- targetPageTypes: CampaignOfferTargetPageTypeEnum[];
668
- triggerSourceOrderLineId: string;
669
- }
670
- export interface CartStorefrontRouting {
671
- domain: string | null;
672
- dynamicCurrencySettings: CartStorefrontRoutingDynamicCurrencySettings | null;
673
- id: string;
674
- locale: string | null;
675
- path: string | null;
676
- priceListId: string | null;
677
- }
678
- export interface CartStorefrontRoutingDynamicCurrencySettings {
679
- roundingFormat: string | null;
680
- targetCurrencyCode: string;
681
- }
682
- export interface CartV2 {
683
- abandonedCartFlows: AbandonedCartFlow[] | null;
684
- availableShippingMethods: AvailableShippingMethod[] | null;
685
- billingAddress: OrderAddress | null;
686
- campaignOffers: CartV2CampaignOffer[] | null;
687
- cartId: string | null;
688
- cartStatus: CartV2StatusEnum | null;
689
- checkoutId: string | null;
690
- clientIp: string | null;
691
- couponCode: string | null;
692
- createdAt: any | null;
693
- createdBy: CartCreatedByEnum | null;
694
- currencyCode: string;
695
- currencyRates: OrderCurrencyRate[];
696
- customer: OrderCustomer | null;
697
- customerId: string | null;
698
- deleted: boolean | null;
699
- dueDate: any | null;
700
- giftPackageLines: OrderGiftPackageLine[] | null;
701
- giftPackageNote: string | null;
702
- host: string | null;
703
- id: string;
704
- isGiftPackage: boolean | null;
705
- itemCount: number | null;
706
- merchantId: string;
707
- note: string | null;
708
- orderAdjustments: OrderAdjustment[] | null;
709
- orderLineItems: OrderLineItem[];
710
- orderNumber: string | null;
711
- orderPackageStatus: OrderPackageStatusEnum | null;
712
- orderedAt: any | null;
713
- priceListId: string | null;
714
- recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
715
- recoveryStatus: CheckoutRecoveryStatusEnum | null;
716
- salesChannelId: string;
717
- shippingAddress: OrderAddress | null;
718
- shippingLines: OrderShippingLine[] | null;
719
- shippingMethod: ShippingMethodEnum;
720
- shippingSettingsId: string | null;
721
- shippingZoneRateId: string | null;
722
- status: CartV2StatusEnum;
723
- stockLocationId: string | null;
724
- storefrontId: string | null;
725
- storefrontRouting: OrderStorefrontRouting | null;
726
- storefrontRoutingId: string | null;
727
- storefrontThemeId: string | null;
728
- taxLines: OrderTaxLine[] | null;
729
- totalFinalPrice: number;
730
- totalPrice: number;
731
- updatedAt: any | null;
732
- userAgent: string | null;
733
- }
734
- export interface CartV2CampaignOffer {
735
- appliedOrderLineId: string | null;
736
- campaignOffer: CampaignOffer | null;
737
- campaignOfferId: string;
738
- campaignOfferProductId: string | null;
739
- offerEndDate: any | null;
740
- offerStartDate: any;
741
- status: CartCampaignOfferStatus;
742
- targetPageTypes: CampaignOfferTargetPageTypeEnum[];
743
- triggerSourceOrderLineId: string;
744
- }
745
- export interface Category {
746
- categoryPath: string[] | null;
747
- categoryPathItems: CategoryPathItem[] | null;
748
- conditions: CategoryCondition[] | null;
749
- createdAt: any | null;
750
- deleted: boolean | null;
751
- description: string | null;
752
- id: string;
753
- imageId: string | null;
754
- isAutomated: boolean | null;
755
- metaData: HTMLMetaData | null;
756
- name: string;
757
- orderType: CategoryProductsOrderTypeEnum | null;
758
- parentId: string | null;
759
- salesChannelIds: string[] | null;
760
- shouldMatchAllConditions: boolean | null;
761
- translations: CategoryTranslation[] | null;
762
- updatedAt: any | null;
763
- }
764
- export interface CategoryCondition {
765
- conditionType: CategoryConditionTypeEnum;
766
- valueList: string[];
767
- }
768
- export interface CategoryPaginationResponse {
769
- count: number;
770
- data: Category[];
771
- hasNext: boolean;
772
- limit: number;
773
- page: number;
774
- }
775
- export interface CategoryPathItem {
776
- createdAt: any | null;
777
- deleted: boolean | null;
778
- description: string | null;
779
- id: string;
780
- imageId: string | null;
781
- isAutomated: boolean | null;
782
- metaData: HTMLMetaData | null;
783
- name: string;
784
- translations: CategoryTranslation[] | null;
785
- updatedAt: any | null;
786
- }
787
- export interface CategoryTranslation {
788
- description: string | null;
789
- locale: string;
790
- name: string | null;
791
- }
792
- export interface Checkout {
793
- abandonedCheckoutFlows: AbandonedCartFlow[] | null;
794
- adjustments: OrderAdjustment[] | null;
795
- availableShippingMethods: AvailableShippingMethod[] | null;
796
- billingAddress: OrderAddress | null;
797
- cart: Cart | null;
798
- cartId: string;
799
- couponCode: string | null;
800
- createdAt: any | null;
801
- customer: CheckoutCustomer | null;
802
- deleted: boolean | null;
803
- giftPackageLines: OrderGiftPackageLine[] | null;
804
- giftPackageNote: string | null;
805
- id: string;
806
- isGiftPackage: boolean | null;
807
- merchantId: string;
808
- note: string | null;
809
- orderId: string | null;
810
- orderNumber: string | null;
811
- orderedAt: any | null;
812
- recoverEmailStatus: CheckoutRecoveryEmailStatusEnum | null;
813
- recoveryStatus: CheckoutRecoveryStatusEnum | null;
814
- shippingAddress: OrderAddress | null;
815
- shippingLines: OrderShippingLine[] | null;
816
- shippingMethod: ShippingMethodEnum;
817
- shippingSettingsId: string | null;
818
- shippingZoneRateId: string | null;
819
- status: CheckoutStatusEnum;
820
- stockLocationId: string | null;
821
- totalFinalPrice: number;
822
- updatedAt: any | null;
823
- }
824
- export interface CheckoutCustomer {
825
- accountStatus: CustomerAccountStatusEnum | null;
826
- customerGroupIds: string[] | null;
827
- email: string | null;
828
- firstName: string | null;
829
- id: string | null;
830
- identityNumber: string | null;
831
- lastName: string | null;
832
- notificationsAccepted: boolean | null;
833
- phone: string | null;
834
- subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
835
- }
836
- export interface CheckoutOption {
837
- name: string;
838
- required: boolean;
839
- }
840
- export interface CheckoutSettings {
841
- createdAt: any | null;
842
- deleted: boolean | null;
843
- giftPackagePriceList: CheckoutSettingsPrice[] | null;
844
- id: string;
845
- identityNumberRequirement: CheckoutRequirementEnum;
846
- isAccountRequired: boolean;
847
- isGiftPackageEnabled: boolean | null;
848
- isShowPostalCode: boolean | null;
849
- isTermsAndConditionsDefaultChecked: boolean | null;
850
- options: CheckoutOption[] | null;
851
- phoneRequirement: CheckoutRequirementEnum;
852
- postalCodeRequirement: CheckoutRequirementEnum | null;
853
- showCheckoutNote: boolean | null;
854
- showTermsAndConditionsCheckbox: boolean;
855
- storefrontId: string;
856
- updatedAt: any | null;
857
- }
858
- export interface CheckoutSettingsPrice {
859
- currencyCode: string;
860
- price: number;
861
- }
862
- export interface CheckStocksLineResponse {
863
- isAvailable: boolean;
864
- stockCount: number;
865
- variantId: string;
866
- }
867
- export interface CheckStocksResponse {
868
- lines: CheckStocksLineResponse[];
869
- }
870
- export interface City {
871
- cityCode: string | null;
872
- countryId: string;
873
- createdAt: any | null;
874
- deleted: boolean | null;
875
- id: string;
876
- latitude: string | null;
877
- longitude: string | null;
878
- name: string;
879
- order: number | null;
880
- stateId: string;
881
- updatedAt: any | null;
882
- }
883
- export interface Country {
884
- capital: string | null;
885
- createdAt: any | null;
886
- currency: string | null;
887
- deleted: boolean | null;
888
- emoji: string | null;
889
- emojiString: string | null;
890
- id: string;
891
- iso2: string | null;
892
- iso3: string | null;
893
- locationTranslations: LocationTranslations;
894
- name: string;
895
- native: string | null;
896
- phoneCode: string | null;
897
- region: string | null;
898
- subregion: string | null;
899
- updatedAt: any | null;
900
- }
901
- export interface CreateStripePaymentIntentResponse {
902
- accountId: string;
903
- apiKey: string;
904
- callbackUrl: string;
905
- clientSecret: string;
906
- }
907
- export interface CurrencyRate {
908
- baseCurrency: string;
909
- createdAt: any | null;
910
- date: any;
911
- deleted: boolean | null;
912
- id: string;
913
- rates: CurrencyRateData[];
914
- updatedAt: any | null;
915
- }
916
- export interface CurrencyRateData {
917
- code: string;
918
- rate: number;
919
- }
920
- export interface Customer {
921
- accountStatus: CustomerAccountStatusEnum | null;
922
- accountStatusUpdatedAt: any | null;
923
- addresses: CustomerAddress[] | null;
924
- attributes: CustomerAttributeValue[] | null;
925
- createdAt: any | null;
926
- customerGroupIds: string[] | null;
927
- customerSequence: number | null;
928
- deleted: boolean | null;
929
- email: string | null;
930
- emailVerifiedDate: any | null;
931
- firstName: string;
932
- fullName: string | null;
933
- id: string;
934
- isEmailVerified: boolean | null;
935
- isPhoneVerified: boolean | null;
936
- lastName: string | null;
937
- note: string | null;
938
- orderCount: number | null;
939
- passwordUpdateDate: any | null;
940
- phone: string | null;
941
- phoneVerifiedDate: any | null;
942
- registrationSource: CustomerRegistrationSourceEnum | null;
943
- subscriptionStatus: CustomerEmailSubscriptionStatusesEnum | null;
944
- subscriptionStatusUpdatedAt: any | null;
945
- tagIds: string[] | null;
946
- updatedAt: any | null;
947
- }
948
- export interface CustomerAddress {
949
- addressLine1: string;
950
- addressLine2: string | null;
951
- attributes: CustomerAttributeValue[] | null;
952
- city: CustomerAddressCity;
953
- company: string | null;
954
- country: CustomerAddressCountry;
955
- createdAt: any | null;
956
- deleted: boolean | null;
957
- district: CustomerAddressDistrict | null;
958
- firstName: string;
959
- id: string;
960
- identityNumber: string | null;
961
- isDefault: boolean | null;
962
- lastName: string;
963
- phone: string | null;
964
- postalCode: string | null;
965
- state: CustomerAddressState | null;
966
- taxNumber: string | null;
967
- taxOffice: string | null;
968
- title: string;
969
- updatedAt: any | null;
970
- }
971
- export interface CustomerAddressCity {
972
- code: string | null;
973
- id: string | null;
974
- name: string;
975
- }
976
- export interface CustomerAddressCountry {
977
- code: string | null;
978
- id: string | null;
979
- iso2: string | null;
980
- iso3: string | null;
981
- name: string;
982
- }
983
- export interface CustomerAddressDistrict {
984
- code: string | null;
985
- id: string | null;
986
- name: string | null;
987
- }
988
- export interface CustomerAddressState {
989
- code: string | null;
990
- id: string | null;
991
- name: string | null;
992
- }
993
- export interface CustomerAttribute {
994
- createdAt: any | null;
995
- deleted: boolean | null;
996
- description: string | null;
997
- id: string;
998
- name: string;
999
- options: CustomerAttributeOption[] | null;
1000
- salesChannels: CustomerAttributeSalesChannel[] | null;
1001
- translations: CustomerAttributeTranslation[] | null;
1002
- type: CustomerAttributeTypeEnum;
1003
- updatedAt: any | null;
1004
- }
1005
- export interface CustomerAttributeOption {
1006
- createdAt: any | null;
1007
- deleted: boolean | null;
1008
- id: string;
1009
- name: string;
1010
- updatedAt: any | null;
1011
- }
1012
- export interface CustomerAttributeOptionTranslation {
1013
- id: string;
1014
- name: string | null;
1015
- }
1016
- export interface CustomerAttributeSalesChannel {
1017
- permission: CustomerAttributePermissionEnum;
1018
- registerPageRequirement: CustomerAttributeRegisterPageRequirementEnum;
1019
- salesChannelId: string;
1020
- storefrontId: string;
1021
- }
1022
- export interface CustomerAttributeTranslation {
1023
- description: string | null;
1024
- locale: string;
1025
- name: string | null;
1026
- options: CustomerAttributeOptionTranslation[] | null;
1027
- }
1028
- export interface CustomerAttributeValue {
1029
- customerAttributeId: string | null;
1030
- customerAttributeOptionId: string | null;
1031
- value: string | null;
1032
- }
1033
- export interface CustomerCheckResponse {
1034
- exists: boolean;
1035
- }
1036
- export interface CustomerFavoriteProduct {
1037
- createdAt: any | null;
1038
- customerId: string;
1039
- deleted: boolean | null;
1040
- id: string;
1041
- productId: string;
1042
- updatedAt: any | null;
1043
- }
1044
- export interface CustomerLoginResponse {
1045
- customer: Customer | null;
1046
- token: string;
1047
- tokenExpiry: number;
1048
- }
1049
- export interface CustomerRefreshTokenResponse {
1050
- token: string;
1051
- tokenExpiry: number;
1052
- }
1053
- export interface CustomerReview {
1054
- comment: string | null;
1055
- createdAt: any | null;
1056
- customerId: string | null;
1057
- deleted: boolean | null;
1058
- email: string | null;
1059
- firstName: string | null;
1060
- id: string;
1061
- imageIds: string[] | null;
1062
- lastName: string | null;
1063
- orderId: string | null;
1064
- orderNumber: string | null;
1065
- productId: string;
1066
- salesChannelId: string | null;
1067
- star: number;
1068
- status: CustomerReviewStatusEnum | null;
1069
- storefrontId: string | null;
1070
- title: string | null;
1071
- updatedAt: any | null;
1072
- }
1073
- export interface CustomerReviewSFPaginationResponse {
1074
- count: number;
1075
- data: CustomerReview[];
1076
- hasNext: boolean;
1077
- limit: number;
1078
- page: number;
1079
- }
1080
- export interface CustomerReviewSummary {
1081
- averageStar: number;
1082
- createdAt: any | null;
1083
- deleted: boolean | null;
1084
- id: string;
1085
- productId: string;
1086
- stars: CustomerReviewSummaryStar[];
1087
- totalReview: number;
1088
- updatedAt: any | null;
1089
- }
1090
- export interface CustomerReviewSummaryPaginationResponse {
1091
- count: number;
1092
- data: CustomerReviewSummary[];
1093
- hasNext: boolean;
1094
- limit: number;
1095
- page: number;
1096
- }
1097
- export interface CustomerReviewSummaryStar {
1098
- count: number;
1099
- star: number;
1100
- }
1101
- export interface District {
1102
- cityId: string;
1103
- countryId: string;
1104
- createdAt: any | null;
1105
- deleted: boolean | null;
1106
- id: string;
1107
- latitude: string | null;
1108
- longitude: string | null;
1109
- name: string;
1110
- order: number | null;
1111
- stateId: string;
1112
- updatedAt: any | null;
1113
- }
1114
- export interface FixedDiscount {
1115
- amount: number | null;
1116
- filters: CampaignFilter[] | null;
1117
- lineItemQuantityRange: CampaignMinMaxRangeField | null;
1118
- priceRange: CampaignMinMaxRangeField | null;
1119
- }
1120
- export interface GetAvailableStockLocation {
1121
- address: GetAvailableStockLocationAddress | null;
1122
- id: string;
1123
- name: string;
1124
- type: StockLocationTypeEnum | null;
1125
- }
1126
- export interface GetAvailableStockLocationAddress {
1127
- address: string | null;
1128
- city: GetAvailableStockLocationAddressCity | null;
1129
- country: GetAvailableStockLocationAddressCity | null;
1130
- district: GetAvailableStockLocationAddressCity | null;
1131
- phone: string | null;
1132
- postalCode: string | null;
1133
- state: GetAvailableStockLocationAddressCity | null;
1134
- }
1135
- export interface GetAvailableStockLocationAddressCity {
1136
- code: string | null;
1137
- id: string | null;
1138
- name: string | null;
1139
- }
1140
- export interface GetAvailableStockLocationsResponse {
1141
- stockLocations: GetAvailableStockLocation[];
1142
- }
1143
- export interface GetProductCampaignsResponse {
1144
- campaign: Campaign;
1145
- variantIds: string[];
1146
- }
1147
- export interface GetProductOptionFileUrl {
1148
- fields: any;
1149
- optionUrl: string;
1150
- url: string;
1151
- }
1152
- export interface GetVariantStockLocation {
1153
- stockCount: number;
1154
- stockLocation: GetAvailableStockLocation;
1155
- variantId: string;
1156
- }
1157
- export interface GetVariantStockLocationListResponse {
1158
- stockLocations: GetVariantStockLocation[];
1159
- }
1160
- export interface GetY {
1161
- amount: number;
1162
- automaticallyAddItemToCart: boolean | null;
1163
- discountRatio: number;
1164
- filter: CampaignFilter;
1165
- }
1166
- export interface HTMLMetaData {
1167
- canonicals: string[] | null;
1168
- createdAt: any | null;
1169
- deleted: boolean | null;
1170
- description: string | null;
1171
- disableIndex: boolean | null;
1172
- id: string;
1173
- metadataOverrides: HTMLMetaDataOverride[] | null;
1174
- pageTitle: string | null;
1175
- redirectTo: string | null;
1176
- slug: string;
1177
- targetId: string | null;
1178
- targetType: HTMLMetaDataTargetTypeEnum | null;
1179
- translations: HTMLMetaDataTranslation[] | null;
1180
- updatedAt: any | null;
1181
- }
1182
- export interface HTMLMetaDataOverride {
1183
- description: string;
1184
- language: string | null;
1185
- pageTitle: string;
1186
- storefrontId: string | null;
1187
- storefrontRegionId: string | null;
1188
- }
1189
- export interface HTMLMetaDataTranslation {
1190
- description: string | null;
1191
- locale: string;
1192
- pageTitle: string | null;
1193
- }
1194
- export interface Invoice {
1195
- appId: string;
1196
- appName: string;
1197
- createdAt: any | null;
1198
- id: string;
1199
- invoiceNumber: string;
1200
- storeAppId: string;
1201
- type: InvoiceTypeEnum;
1202
- }
1203
- export interface LocationTranslations {
1204
- en: string;
1205
- tr: string;
1206
- }
1207
- export interface MasterPassTokenResponse {
1208
- requestReferenceNumber: string;
1209
- timeZone: string;
1210
- token: string;
1211
- }
1212
- export interface MerchantAddress {
1213
- addressLine1: string | null;
1214
- addressLine2: string | null;
1215
- city: MerchantAddressCity | null;
1216
- country: MerchantAddressCountry | null;
1217
- district: MerchantAddressDistrict | null;
1218
- firstName: string | null;
1219
- identityNumber: string | null;
1220
- lastName: string | null;
1221
- postalCode: string | null;
1222
- state: MerchantAddressState | null;
1223
- taxOffice: string | null;
1224
- title: string | null;
1225
- type: MerchantSettingsAddressTypeEnum | null;
1226
- vkn: string | null;
1227
- }
1228
- export interface MerchantAddressCity {
1229
- code: string | null;
1230
- id: string | null;
1231
- name: string | null;
1232
- }
1233
- export interface MerchantAddressCountry {
1234
- code: string | null;
1235
- id: string | null;
1236
- name: string | null;
1237
- }
1238
- export interface MerchantAddressDistrict {
1239
- code: string | null;
1240
- id: string | null;
1241
- name: string | null;
1242
- }
1243
- export interface MerchantAddressState {
1244
- code: string | null;
1245
- id: string | null;
1246
- name: string | null;
1247
- }
1248
- export interface MerchantSettings {
1249
- address: MerchantAddress | null;
1250
- createdAt: any | null;
1251
- currencyFormats: MerchantSettingsCurrencyFormat[] | null;
1252
- deleted: boolean | null;
1253
- id: string;
1254
- logoId: string | null;
1255
- merchantId: string;
1256
- merchantName: string;
1257
- phone: string | null;
1258
- updatedAt: any | null;
1259
- }
1260
- export interface MerchantSettingsCurrencyFormat {
1261
- currencyCode: string;
1262
- decimalSeparator: string;
1263
- omitZeroDecimal: boolean;
1264
- symbol: string;
1265
- symbolPosition: CurrencyFormatSymbolPosition;
1266
- thousandSeparator: string;
1267
- }
1268
- export interface OrderAddress {
1269
- addressLine1: string;
1270
- addressLine2: string | null;
1271
- city: OrderAddressCity;
1272
- company: string | null;
1273
- country: OrderAddressCountry;
1274
- district: OrderAddressDistrict | null;
1275
- firstName: string;
1276
- id: string | null;
1277
- identityNumber: string | null;
1278
- isDefault: boolean;
1279
- lastName: string;
1280
- phone: string | null;
1281
- postalCode: string | null;
1282
- state: OrderAddressState | null;
1283
- taxNumber: string | null;
1284
- taxOffice: string | null;
1285
- }
1286
- export interface OrderAddressCity {
1287
- code: string | null;
1288
- id: string | null;
1289
- name: string;
1290
- }
1291
- export interface OrderAddressCountry {
1292
- code: string | null;
1293
- id: string | null;
1294
- iso2: string | null;
1295
- iso3: string | null;
1296
- name: string;
1297
- }
1298
- export interface OrderAddressDistrict {
1299
- code: string | null;
1300
- id: string | null;
1301
- name: string | null;
1302
- }
1303
- export interface OrderAddressState {
1304
- code: string | null;
1305
- id: string | null;
1306
- name: string | null;
1307
- }
1308
- export interface OrderAdjustment {
1309
- amount: number;
1310
- amountType: AmountTypeEnum;
1311
- appliedOrderLines: OrderAdjustmentAppliedOrderLine[] | null;
1312
- campaignId: string | null;
1313
- campaignType: CampaignTypeEnum | null;
1314
- couponId: string | null;
1315
- name: string;
1316
- order: number;
1317
- type: AdjustmentEnum;
1318
- }
1319
- export interface OrderAdjustmentAppliedOrderLine {
1320
- amount: number;
1321
- appliedQuantity: number;
1322
- isAutoCreated: boolean | null;
1323
- orderLineId: string;
1324
- }
1325
- export interface OrderCurrencyRate {
1326
- code: string;
1327
- originalRate: number;
1328
- rate: number;
1329
- }
1330
- export interface OrderCustomer {
1331
- email: string | null;
1332
- firstName: string | null;
1333
- fullName: string | null;
1334
- id: string | null;
1335
- isGuestCheckout: boolean | null;
1336
- lastName: string | null;
1337
- notificationsAccepted: boolean | null;
1338
- phone: string | null;
1339
- }
1340
- export interface OrderGiftPackageLine {
1341
- price: number;
1342
- taxValue: number | null;
1343
- }
1344
- export interface OrderLineDiscount {
1345
- amount: number;
1346
- amountType: AmountTypeEnum;
1347
- campaignOfferId: string | null;
1348
- campaignOfferProductId: string | null;
1349
- maxApplicableQuantity: number | null;
1350
- reason: string | null;
1351
- }
1352
- export interface OrderLineItem {
1353
- createdAt: any | null;
1354
- currencyCode: string | null;
1355
- deleted: boolean | null;
1356
- discount: OrderLineDiscount | null;
1357
- discountPrice: number | null;
1358
- finalPrice: number | null;
1359
- id: string;
1360
- options: OrderLineOption[] | null;
1361
- originalOrderLineItemId: string | null;
1362
- price: number;
1363
- quantity: number;
1364
- status: OrderLineItemStatusEnum;
1365
- statusUpdatedAt: any | null;
1366
- stockLocationId: string | null;
1367
- taxValue: number | null;
1368
- updatedAt: any | null;
1369
- variant: OrderLineVariant;
1370
- }
1371
- export interface OrderLineOption {
1372
- name: string;
1373
- productOptionId: string;
1374
- productOptionsSetId: string;
1375
- type: ProductOptionTypeEnum;
1376
- values: OrderLineOptionValue[];
1377
- }
1378
- export interface OrderLineOptionValue {
1379
- name: string | null;
1380
- price: number | null;
1381
- value: string;
1382
- }
1383
- export interface OrderLineVariant {
1384
- barcodeList: string[] | null;
1385
- brand: OrderLineVariantBrand | null;
1386
- categories: OrderLineVariantCategory[] | null;
1387
- id: string | null;
1388
- mainImageId: string | null;
1389
- name: string;
1390
- prices: OrderLineVariantPrice[] | null;
1391
- productId: string | null;
1392
- sku: string | null;
1393
- slug: string | null;
1394
- tagIds: string[] | null;
1395
- taxValue: number | null;
1396
- type: number | null;
1397
- variantValues: OrderLineVariantVariantValues[] | null;
1398
- weight: number | null;
1399
- }
1400
- export interface OrderLineVariantBrand {
1401
- id: string;
1402
- name: string;
1403
- }
1404
- export interface OrderLineVariantCategory {
1405
- categoryPath: OrderLineVariantCategoryPath[] | null;
1406
- id: string;
1407
- name: string;
1408
- }
1409
- export interface OrderLineVariantCategoryPath {
1410
- id: string;
1411
- name: string;
1412
- }
1413
- export interface OrderLineVariantPrice {
1414
- buyPrice: number | null;
1415
- currency: string | null;
1416
- discountPrice: number | null;
1417
- priceListId: string | null;
1418
- sellPrice: number;
1419
- }
1420
- export interface OrderLineVariantVariantValues {
1421
- order: number;
1422
- variantTypeId: string;
1423
- variantTypeName: string | null;
1424
- variantValueId: string;
1425
- variantValueName: string | null;
1426
- }
1427
- export interface OrderPackage {
1428
- createdAt: any | null;
1429
- deleted: boolean | null;
1430
- errorMessage: string | null;
1431
- id: string;
1432
- note: string | null;
1433
- orderLineItemIds: string[];
1434
- orderPackageFulfillStatus: OrderPackageFulfillStatusEnum;
1435
- orderPackageNumber: string;
1436
- stockLocationId: string;
1437
- trackingInfo: TrackingInfo | null;
1438
- updatedAt: any | null;
1439
- }
1440
- export interface OrderPaymentMethod {
1441
- paymentGatewayCode: string | null;
1442
- paymentGatewayId: string | null;
1443
- paymentGatewayName: string | null;
1444
- price: number;
1445
- type: PaymentMethodTypeEnum;
1446
- }
1447
- export interface OrderRefundSettings {
1448
- autoApprove: boolean;
1449
- createdAt: any | null;
1450
- deleted: boolean | null;
1451
- id: string;
1452
- isActiveRefundSection: boolean;
1453
- orderRefundDayLimit: number | null;
1454
- refundDesc: string;
1455
- storefrontId: string | null;
1456
- updatedAt: any | null;
1457
- }
1458
- export interface OrderShippingLine {
1459
- finalPrice: number;
1460
- isRefunded: boolean | null;
1461
- paymentMethod: PaymentMethodTypeEnum | null;
1462
- price: number;
1463
- shippingSettingsId: string | null;
1464
- shippingZoneRateId: string | null;
1465
- taxValue: number | null;
1466
- title: string;
1467
- }
1468
- export interface OrderStorefrontRouting {
1469
- domain: string | null;
1470
- dynamicCurrencySettings: OrderStorefrontRoutingDynamicCurrencySettings | null;
1471
- id: string;
1472
- locale: string | null;
1473
- path: string | null;
1474
- priceListId: string | null;
1475
- }
1476
- export interface OrderStorefrontRoutingDynamicCurrencySettings {
1477
- roundingFormat: string | null;
1478
- targetCurrencyCode: string;
1479
- }
1480
- export interface OrderTaxLine {
1481
- price: number;
1482
- rate: number;
1483
- }
1484
- export interface PaymentGateway {
1485
- additionalPrices: AdditionalPrice[] | null;
1486
- availableCountries: string[] | null;
1487
- code: string;
1488
- createdAt: any | null;
1489
- deleted: boolean | null;
1490
- description: string | null;
1491
- id: string;
1492
- logoUrl: string | null;
1493
- masterPassClientId: string | null;
1494
- name: string;
1495
- paymentGatewayProviderId: string | null;
1496
- paymentMethodType: PaymentMethodEnum;
1497
- paymentMethods: PaymentGatewayPaymentMethod[];
1498
- settings: PaymentGatewaySettings[] | null;
1499
- supportedCurrencies: string[] | null;
1500
- testMode: boolean | null;
1501
- translations: PaymentGatewayTranslation[] | null;
1502
- type: PaymentGatewayTypeEnum;
1503
- updatedAt: any | null;
1504
- }
1505
- export interface PaymentGatewayPaymentMethod {
1506
- logoUrl: string | null;
1507
- name: string;
1508
- }
1509
- export interface PaymentGatewaySettings {
1510
- label: string;
1511
- order: number;
1512
- type: PaymentGatewaySettingsTypeEnum;
1513
- value: string | null;
1514
- }
1515
- export interface PaymentGatewayTranslation {
1516
- description: string | null;
1517
- locale: string | null;
1518
- name: string | null;
1519
- }
1520
- export interface Product {
1521
- attributes: ProductAttributeValue[] | null;
1522
- brandId: string | null;
1523
- categoryIds: string[] | null;
1524
- createdAt: any | null;
1525
- deleted: boolean | null;
1526
- description: string | null;
1527
- groupVariantsByVariantTypeId: string | null;
1528
- id: string;
1529
- maxQuantityPerCart: number | null;
1530
- metaData: HTMLMetaData | null;
1531
- name: string;
1532
- productOptionSetId: string | null;
1533
- productVariantTypes: ProductVariantType[] | null;
1534
- salesChannelIds: string[] | null;
1535
- shortDescription: string | null;
1536
- tagIds: string[] | null;
1537
- translations: ProductTranslation[] | null;
1538
- type: ProductTypeEnum;
1539
- updatedAt: any | null;
1540
- variants: Variant[];
1541
- vendorId: string | null;
1542
- weight: number | null;
1543
- }
1544
- export interface ProductAttribute {
1545
- createdAt: any | null;
1546
- deleted: boolean | null;
1547
- description: string | null;
1548
- id: string;
1549
- name: string;
1550
- options: ProductAttributeOption[] | null;
1551
- tableTemplate: ProductAttributeTableTemplate | null;
1552
- translations: ProductAttributeTranslation[] | null;
1553
- type: ProductAttributeTypeEnum;
1554
- updatedAt: any | null;
1555
- }
1556
- export interface ProductAttributeOption {
1557
- createdAt: any | null;
1558
- deleted: boolean | null;
1559
- id: string;
1560
- name: string;
1561
- updatedAt: any | null;
1562
- }
1563
- export interface ProductAttributeOptionTranslation {
1564
- id: string;
1565
- name: string | null;
1566
- }
1567
- export interface ProductAttributeTableCellData {
1568
- id: string;
1569
- name: string;
1570
- }
1571
- export interface ProductAttributeTableTemplate {
1572
- columns: ProductAttributeTableCellData[];
1573
- rows: ProductAttributeTableCellData[];
1574
- }
1575
- export interface ProductAttributeTranslation {
1576
- description: string | null;
1577
- locale: string;
1578
- name: string | null;
1579
- options: ProductAttributeOptionTranslation[] | null;
1580
- }
1581
- export interface ProductAttributeValue {
1582
- imageIds: string[] | null;
1583
- productAttributeId: string | null;
1584
- productAttributeOptionId: string | null;
1585
- value: string | null;
1586
- }
1587
- export interface ProductBackInStockRemind {
1588
- createdAt: any | null;
1589
- customerId: string;
1590
- deleted: boolean | null;
1591
- email: string;
1592
- id: string;
1593
- productId: string;
1594
- storefrontId: string;
1595
- updatedAt: any | null;
1596
- variantId: string;
1597
- }
1598
- export interface ProductBrand {
1599
- createdAt: any | null;
1600
- deleted: boolean | null;
1601
- description: string | null;
1602
- id: string;
1603
- imageId: string | null;
1604
- metaData: HTMLMetaData | null;
1605
- name: string;
1606
- orderType: CategoryProductsOrderTypeEnum | null;
1607
- salesChannelIds: string[] | null;
1608
- translations: ProductBrandTranslation[] | null;
1609
- updatedAt: any | null;
1610
- }
1611
- export interface ProductBrandPaginationResponse {
1612
- count: number;
1613
- data: ProductBrand[];
1614
- hasNext: boolean;
1615
- limit: number;
1616
- page: number;
1617
- }
1618
- export interface ProductBrandTranslation {
1619
- description: string | null;
1620
- locale: string;
1621
- name: string | null;
1622
- }
1623
- export interface ProductFacetCount {
1624
- id: string;
1625
- values: ProductFacetCountValue[];
1626
- }
1627
- export interface ProductFacetCountValue {
1628
- count: number;
1629
- id: string;
1630
- }
1631
- export interface ProductFilterData {
1632
- categories: Category[] | null;
1633
- filters: ProductFilterDataFilter[];
1634
- }
1635
- export interface ProductFilterDataFilter {
1636
- categories: Category[] | null;
1637
- customValues: string[] | null;
1638
- displayType: ProductFilterDisplayTypeEnum;
1639
- id: string;
1640
- isFacetFilter: boolean | null;
1641
- isMultiSelect: boolean;
1642
- key: string;
1643
- name: string;
1644
- order: number;
1645
- settings: ProductFilterSettings | null;
1646
- type: ProductFilterTypeEnum;
1647
- values: ApplicableProductFilterValue[] | null;
1648
- }
1649
- export interface ProductFilterSettings {
1650
- customSortedValues: string[] | null;
1651
- showCollapsedOnDesktop: boolean;
1652
- showCollapsedOnMobile: boolean;
1653
- sortType: ProductFilterSortTypeEnum;
1654
- useAndFilter: boolean | null;
1655
- }
1656
- export interface ProductImage {
1657
- imageId: string | null;
1658
- isMain: boolean;
1659
- isVideo: boolean | null;
1660
- order: number;
1661
- }
1662
- export interface ProductItem {
1663
- createdAt: any | null;
1664
- deleted: boolean | null;
1665
- id: string;
1666
- productId: string;
1667
- updatedAt: any | null;
1668
- variantId: string;
1669
- }
1670
- export interface ProductLastViewed {
1671
- createdAt: any | null;
1672
- customerId: string;
1673
- deleted: boolean | null;
1674
- id: string;
1675
- products: ProductItem[];
1676
- updatedAt: any | null;
1677
- }
1678
- export interface ProductOption {
1679
- createdAt: any | null;
1680
- dateSettings: ProductOptionDateSettings | null;
1681
- deleted: boolean | null;
1682
- fileSettings: ProductOptionFileSettings | null;
1683
- id: string;
1684
- isOptional: boolean | null;
1685
- name: string;
1686
- optionalText: string | null;
1687
- order: number;
1688
- otherPrices: ProductOptionSelectValueOtherPrice[] | null;
1689
- price: number | null;
1690
- requiredOptionId: string | null;
1691
- requiredOptionValueIds: string[] | null;
1692
- selectSettings: ProductOptionSelectSettings | null;
1693
- textSettings: ProductOptionTextSettings | null;
1694
- type: ProductOptionTypeEnum;
1695
- updatedAt: any | null;
1696
- }
1697
- export interface ProductOptionDateSettings {
1698
- max: any | null;
1699
- maxRelativeNextDate: number | null;
1700
- min: any | null;
1701
- minRelativeNextDate: number | null;
1702
- }
1703
- export interface ProductOptionFileSettings {
1704
- allowedExtensions: string[] | null;
1705
- maxQuantity: number | null;
1706
- minQuantity: number | null;
1707
- }
1708
- export interface ProductOptionSelectSettings {
1709
- maxSelect: number | null;
1710
- minSelect: number | null;
1711
- type: ProductOptionSelectTypeEnum;
1712
- values: ProductOptionSelectValue[];
1713
- }
1714
- export interface ProductOptionSelectValue {
1715
- colorCode: string | null;
1716
- createdAt: any | null;
1717
- deleted: boolean | null;
1718
- id: string;
1719
- order: number;
1720
- otherPrices: ProductOptionSelectValueOtherPrice[] | null;
1721
- price: number | null;
1722
- thumbnailImageId: string | null;
1723
- updatedAt: any | null;
1724
- value: string;
1725
- }
1726
- export interface ProductOptionSelectValueOtherPrice {
1727
- currencyCode: string;
1728
- price: number;
1729
- }
1730
- export interface ProductOptionSelectValueTranslations {
1731
- id: string;
1732
- value: string | null;
1733
- }
1734
- export interface ProductOptionSet {
1735
- createdAt: any | null;
1736
- deleted: boolean | null;
1737
- id: string;
1738
- name: string;
1739
- options: ProductOption[];
1740
- translations: ProductOptionSetTranslations[] | null;
1741
- updatedAt: any | null;
1742
- }
1743
- export interface ProductOptionSetTranslations {
1744
- locale: string;
1745
- options: ProductOptionTranslations[] | null;
1746
- }
1747
- export interface ProductOptionTextSettings {
1748
- max: number | null;
1749
- min: number | null;
1750
- }
1751
- export interface ProductOptionTranslations {
1752
- id: string;
1753
- name: string | null;
1754
- optionalText: string | null;
1755
- values: ProductOptionSelectValueTranslations[] | null;
1756
- }
1757
- export interface ProductPaginationResponse {
1758
- count: number;
1759
- data: Product[];
1760
- hasNext: boolean;
1761
- limit: number;
1762
- page: number;
1763
- }
1764
- export interface ProductPrice {
1765
- buyPrice: number | null;
1766
- currency: string | null;
1767
- discountPrice: number | null;
1768
- priceListId: string | null;
1769
- sellPrice: number;
1770
- }
1771
- export interface ProductSearchResponse {
1772
- count: number;
1773
- data: any;
1774
- facets: ProductFacetCount[] | null;
1775
- limit: number;
1776
- page: number;
1777
- results: SearchProduct[];
1778
- totalCount: number;
1779
- }
1780
- export interface ProductStockLocation {
1781
- createdAt: any | null;
1782
- deleted: boolean | null;
1783
- id: string;
1784
- productId: string;
1785
- stockCount: number;
1786
- stockLocationId: string;
1787
- updatedAt: any | null;
1788
- variantId: string;
1789
- }
1790
- export interface ProductTagTranslation {
1791
- description: string | null;
1792
- locale: string;
1793
- name: string | null;
1794
- }
1795
- export interface ProductTranslation {
1796
- description: string | null;
1797
- locale: string;
1798
- name: string | null;
1799
- }
1800
- export interface ProductVariantType {
1801
- order: number;
1802
- variantTypeId: string;
1803
- variantValueIds: string[] | null;
1804
- }
1805
- export interface Raffle {
1806
- createdAt: any | null;
1807
- dateRange: RaffleDateRangeField | null;
1808
- deleted: boolean | null;
1809
- id: string;
1810
- metadata: RaffleMetadata;
1811
- name: string;
1812
- participantCount: number | null;
1813
- raffleParticipantCreatedMailExtraData: string | null;
1814
- raffleParticipantWinnerMailExtraData: string | null;
1815
- requiredCustomerAccount: boolean;
1816
- status: boolean;
1817
- updatedAt: any | null;
1818
- variants: RaffleVariantInformation[];
1819
- verificationType: VerificationTypeEnum;
1820
- }
1821
- export interface RaffleDateRangeField {
1822
- end: any | null;
1823
- start: any | null;
1824
- }
1825
- export interface RaffleMetadata {
1826
- canonicals: string[] | null;
1827
- createdAt: any | null;
1828
- deleted: boolean | null;
1829
- description: string | null;
1830
- disableIndex: boolean | null;
1831
- id: string;
1832
- pageTitle: string | null;
1833
- slug: string;
1834
- targetId: string | null;
1835
- targetType: RaffleMetadataTargetTypeEnum | null;
1836
- updatedAt: any | null;
1837
- }
1838
- export interface RafflePaginationResponse {
1839
- count: number;
1840
- data: Raffle[];
1841
- hasNext: boolean;
1842
- limit: number;
1843
- page: number;
1844
- }
1845
- export interface RaffleParticipants {
1846
- applicationDate: any;
1847
- appliedProduct: AppliedProduct;
1848
- createdAt: any | null;
1849
- customerId: string | null;
1850
- deleted: boolean | null;
1851
- email: string;
1852
- extraData: any | null;
1853
- firstName: string;
1854
- fullName: string;
1855
- id: string;
1856
- isDeliveredCargo: boolean | null;
1857
- isSendEmail: boolean | null;
1858
- isWinner: boolean | null;
1859
- lastName: string;
1860
- phone: string | null;
1861
- raffleId: string;
1862
- updatedAt: any | null;
1863
- }
1864
- export interface RaffleVariantInformation {
1865
- productId: string;
1866
- variantId: string;
1867
- }
1868
- export interface RetrieveInstallmentInfoResponse {
1869
- bankName: string | null;
1870
- binNumber: string;
1871
- cardAssociation: TransactionCardAssociationEnum | null;
1872
- cardFamily: string | null;
1873
- cardType: TransactionCardTypeEnum | null;
1874
- installmentPrices: TransactionInstallmentPrice[] | null;
1875
- price: number;
1876
- }
1877
- export interface SearchCategory {
1878
- id: string;
1879
- name: string;
1880
- path: SearchCategoryPath[];
1881
- slug: string | null;
1882
- translations: CategoryTranslation[] | null;
1883
- }
1884
- export interface SearchCategoryPath {
1885
- id: string;
1886
- name: string;
1887
- slug: string | null;
1888
- translations: CategoryTranslation[] | null;
1889
- }
1890
- export interface SearchHTMLMetaData {
1891
- canonicals: string[] | null;
1892
- description: string | null;
1893
- disableIndex: boolean | null;
1894
- metadataOverrides: SearchHTMLMetaDataOverride[] | null;
1895
- pageTitle: string | null;
1896
- redirectTo: string | null;
1897
- slug: string;
1898
- translations: HTMLMetaDataTranslation[] | null;
1899
- }
1900
- export interface SearchHTMLMetaDataOverride {
1901
- description: string;
1902
- language: string | null;
1903
- pageTitle: string;
1904
- storefrontId: string | null;
1905
- storefrontRegionId: string | null;
1906
- }
1907
- export interface SearchProduct {
1908
- attributes: SearchProductAttributeValue[] | null;
1909
- brand: SearchProductBrand | null;
1910
- categories: SearchCategory[] | null;
1911
- deleted: boolean | null;
1912
- description: string | null;
1913
- groupVariantsByVariantTypeId: string | null;
1914
- id: string;
1915
- metaData: SearchHTMLMetaData | null;
1916
- name: string;
1917
- productOptionSetId: string | null;
1918
- productVariantTypes: SearchProductVariantType[];
1919
- salesChannelIds: string[] | null;
1920
- shortDescription: string | null;
1921
- tags: SearchProductTag[] | null;
1922
- translations: ProductTranslation[] | null;
1923
- type: string;
1924
- variants: SearchVariant[];
1925
- weight: number | null;
1926
- }
1927
- export interface SearchProductAttribute {
1928
- id: string;
1929
- name: string;
1930
- tableTemplate: SearchProductAttributeTableTemplate | null;
1931
- translations: ProductAttributeTranslation[] | null;
1932
- type: string;
1933
- }
1934
- export interface SearchProductAttributeOption {
1935
- id: string;
1936
- name: string;
1937
- }
1938
- export interface SearchProductAttributeTableCellData {
1939
- id: string;
1940
- name: string;
1941
- }
1942
- export interface SearchProductAttributeTableTemplate {
1943
- columns: SearchProductAttributeTableCellData[];
1944
- rows: SearchProductAttributeTableCellData[];
1945
- }
1946
- export interface SearchProductAttributeValue {
1947
- imageIds: string[] | null;
1948
- productAttribute: SearchProductAttribute | null;
1949
- productAttributeOption: SearchProductAttributeOption | null;
1950
- value: string | null;
1951
- }
1952
- export interface SearchProductBrand {
1953
- id: string;
1954
- name: string;
1955
- slug: string | null;
1956
- translations: ProductBrandTranslation[] | null;
1957
- }
1958
- export interface SearchProductImage {
1959
- id: string;
1960
- isMain: boolean | null;
1961
- isVideo: boolean | null;
1962
- order: number;
1963
- }
1964
- export interface SearchProductPrice {
1965
- buyPrice: number | null;
1966
- currency: string | null;
1967
- discountPrice: number | null;
1968
- priceListId: string | null;
1969
- sellPrice: number;
1970
- }
1971
- export interface SearchProductStockLocation {
1972
- stockCount: number;
1973
- stockLocationId: string;
1974
- }
1975
- export interface SearchProductTag {
1976
- id: string;
1977
- name: string;
1978
- translations: ProductTagTranslation[] | null;
1979
- }
1980
- export interface SearchProductVariantType {
1981
- order: number;
1982
- variantType: SearchVariantType;
1983
- variantValueIds: string[];
1984
- }
1985
- export interface SearchVariant {
1986
- attributes: SearchProductAttributeValue[] | null;
1987
- barcodeList: string[] | null;
1988
- deleted: boolean | null;
1989
- id: string;
1990
- images: SearchProductImage[] | null;
1991
- isActive: boolean | null;
1992
- prices: SearchProductPrice[] | null;
1993
- sellIfOutOfStock: boolean | null;
1994
- sku: string | null;
1995
- stocks: SearchProductStockLocation[] | null;
1996
- variantValues: SearchVariationValueRelation[] | null;
1997
- weight: number | null;
1998
- }
1999
- export interface SearchVariantType {
2000
- id: string;
2001
- name: string;
2002
- selectionType: string;
2003
- translations: VariantTypeTranslation[] | null;
2004
- values: SearchVariantValue[];
2005
- }
2006
- export interface SearchVariantValue {
2007
- colorCode: string | null;
2008
- id: string;
2009
- name: string;
2010
- thumbnailImageId: string | null;
2011
- }
2012
- export interface SearchVariationValueRelation {
2013
- variantTypeId: string;
2014
- variantValueId: string;
2015
- }
2016
- export interface SocialLoginSettings {
2017
- apiKey: string | null;
2018
- apiSecret: string | null;
2019
- provider: CustomerSocialLoginProviderEnum;
2020
- }
2021
- export interface State {
2022
- countryId: string;
2023
- createdAt: any | null;
2024
- deleted: boolean | null;
2025
- id: string;
2026
- name: string;
2027
- stateCode: string | null;
2028
- updatedAt: any | null;
2029
- }
2030
- export interface StockLocation {
2031
- address: StockLocationAddress | null;
2032
- createdAt: any | null;
2033
- deleted: boolean | null;
2034
- deliveryTime: StockLocationDeliveryTimeEnum | null;
2035
- description: string | null;
2036
- id: string;
2037
- isRemindOutOfStockEnabled: boolean | null;
2038
- name: string;
2039
- outOfStockMailList: string[] | null;
2040
- type: StockLocationTypeEnum | null;
2041
- updatedAt: any | null;
2042
- }
2043
- export interface StockLocationAddress {
2044
- address: string | null;
2045
- city: StockLocationAddressCity | null;
2046
- country: StockLocationAddressCountry | null;
2047
- district: StockLocationAddressDistrict | null;
2048
- phone: string | null;
2049
- postalCode: string | null;
2050
- state: StockLocationAddressState | null;
2051
- }
2052
- export interface StockLocationAddressCity {
2053
- code: string | null;
2054
- id: string | null;
2055
- name: string;
2056
- }
2057
- export interface StockLocationAddressCountry {
2058
- code: string | null;
2059
- id: string | null;
2060
- name: string;
2061
- }
2062
- export interface StockLocationAddressDistrict {
2063
- code: string | null;
2064
- id: string | null;
2065
- name: string | null;
2066
- }
2067
- export interface StockLocationAddressState {
2068
- code: string | null;
2069
- id: string | null;
2070
- name: string | null;
2071
- }
2072
- export interface Storefront {
2073
- analytics4Id: string | null;
2074
- createdAt: any | null;
2075
- deleted: boolean | null;
2076
- domains: StorefrontDomain[] | null;
2077
- emailSettingsId: string | null;
2078
- fbAccessToken: string | null;
2079
- fbpId: string | null;
2080
- gtmId: string | null;
2081
- id: string;
2082
- localizations: StorefrontLocalization[];
2083
- mainStorefrontThemeId: string | null;
2084
- name: string;
2085
- pickUpStockLocationIds: string[] | null;
2086
- routings: StorefrontRouting[];
2087
- salesChannelId: string;
2088
- socialLoginSettings: SocialLoginSettings[] | null;
2089
- status: StorefrontStatusTypes;
2090
- themes: StorefrontTheme[];
2091
- tiktokPixelId: string | null;
2092
- token: string | null;
2093
- universalAnalyticsId: string | null;
2094
- updatedAt: any | null;
2095
- }
2096
- export interface StorefrontDomain {
2097
- createdAt: any | null;
2098
- deleted: boolean | null;
2099
- id: string;
2100
- isDefault: boolean | null;
2101
- merchantDomainId: string;
2102
- name: string;
2103
- redirectDomainName: string | null;
2104
- updatedAt: any | null;
2105
- }
2106
- export interface StorefrontDynamicCurrencySettings {
2107
- roundingFormat: string | null;
2108
- targetCurrencyCode: string;
2109
- }
2110
- export interface StorefrontLocalization {
2111
- createdAt: any | null;
2112
- deleted: boolean | null;
2113
- id: string;
2114
- isDefault: boolean;
2115
- locale: string;
2116
- name: string;
2117
- updatedAt: any | null;
2118
- }
2119
- export interface StorefrontOrder {
2120
- billingAddress: OrderAddress | null;
2121
- cancelReason: CancelledReasonEnum | null;
2122
- cancelledAt: any | null;
2123
- createdAt: any | null;
2124
- currencyCode: string;
2125
- currencyRates: OrderCurrencyRate[];
2126
- customer: OrderCustomer | null;
2127
- customerId: string | null;
2128
- deleted: boolean | null;
2129
- giftPackageLines: OrderGiftPackageLine[] | null;
2130
- giftPackageNote: string | null;
2131
- id: string;
2132
- invoices: Invoice[] | null;
2133
- isGiftPackage: boolean | null;
2134
- merchantId: string;
2135
- note: string | null;
2136
- orderAdjustments: OrderAdjustment[] | null;
2137
- orderLineItems: OrderLineItem[];
2138
- orderNumber: string | null;
2139
- orderPackageStatus: OrderPackageStatusEnum | null;
2140
- orderPackages: OrderPackage[] | null;
2141
- orderPaymentStatus: OrderPaymentStatusEnum | null;
2142
- orderTagIds: string[] | null;
2143
- orderedAt: any | null;
2144
- paymentMethods: OrderPaymentMethod[] | null;
2145
- shippingAddress: OrderAddress | null;
2146
- shippingLines: OrderShippingLine[] | null;
2147
- shippingMethod: ShippingMethodEnum;
2148
- status: OrderStatusEnum;
2149
- taxLines: OrderTaxLine[] | null;
2150
- totalFinalPrice: number;
2151
- totalPrice: number;
2152
- updatedAt: any | null;
2153
- }
2154
- export interface StorefrontRouting {
2155
- countryCodes: string[] | null;
2156
- createdAt: any | null;
2157
- deleted: boolean | null;
2158
- domain: string | null;
2159
- dynamicCurrencySettings: StorefrontDynamicCurrencySettings | null;
2160
- id: string;
2161
- locale: string;
2162
- path: string | null;
2163
- priceListId: string | null;
2164
- updatedAt: any | null;
2165
- }
2166
- export interface StorefrontTheme {
2167
- createdAt: any | null;
2168
- deleted: boolean | null;
2169
- id: string;
2170
- isMainTheme: boolean;
2171
- name: string;
2172
- status: StorefrontThemeStatus;
2173
- themeId: string;
2174
- themeVersionId: string;
2175
- updatedAt: any | null;
2176
- }
2177
- export interface StorefrontTransaction {
2178
- amount: number;
2179
- checkoutId: string | null;
2180
- createdAt: any | null;
2181
- currencyCode: string;
2182
- customerId: string | null;
2183
- deleted: boolean | null;
2184
- error: TransactionError | null;
2185
- id: string;
2186
- orderId: string | null;
2187
- paymentGatewayCode: string | null;
2188
- paymentGatewayId: string;
2189
- paymentGatewayName: string;
2190
- paymentMethod: PaymentMethodEnum | null;
2191
- paymentMethodDetail: TransactionPaymentMethodDetail | null;
2192
- processedAt: any | null;
2193
- refundReason: string | null;
2194
- status: TransactionStatusEnum;
2195
- type: TransactionTypeEnum;
2196
- updatedAt: any | null;
2197
- }
2198
- export interface Town {
2199
- createdAt: any | null;
2200
- deleted: boolean | null;
2201
- districtId: string;
2202
- id: string;
2203
- name: string;
2204
- order: number | null;
2205
- updatedAt: any | null;
2206
- }
2207
- export interface TrackingInfo {
2208
- barcode: string | null;
2209
- cargoCompany: string | null;
2210
- isSendNotification: boolean | null;
2211
- trackingLink: string | null;
2212
- trackingNumber: string | null;
2213
- }
2214
- export interface TransactionError {
2215
- code: string | null;
2216
- declineCode: string | null;
2217
- message: string | null;
2218
- }
2219
- export interface TransactionInstallmentPrice {
2220
- installmentCount: number | null;
2221
- installmentPrice: number | null;
2222
- originalRate: number | null;
2223
- rate: number | null;
2224
- totalPrice: number | null;
2225
- }
2226
- export interface TransactionPaymentMethodDetail {
2227
- bankName: string | null;
2228
- binNumber: string;
2229
- cardAssociation: TransactionCardAssociationEnum | null;
2230
- cardFamily: string | null;
2231
- cardType: TransactionCardTypeEnum | null;
2232
- installment: TransactionInstallmentPrice | null;
2233
- lastFourDigits: string;
2234
- threeDSecure: boolean | null;
2235
- }
2236
- export interface TransactionResponse {
2237
- error: TransactionError | null;
2238
- orderId: string | null;
2239
- orderNumber: string | null;
2240
- returnSlug: string | null;
2241
- transactionId: string | null;
2242
- transactionStatus: TransactionStatusEnum;
2243
- }
2244
- export interface Variant {
2245
- attributes: ProductAttributeValue[] | null;
2246
- barcodeList: string[] | null;
2247
- createdAt: any | null;
2248
- deleted: boolean | null;
2249
- hsCode: string | null;
2250
- id: string;
2251
- images: ProductImage[] | null;
2252
- isActive: boolean | null;
2253
- prices: ProductPrice[];
2254
- sellIfOutOfStock: boolean | null;
2255
- sku: string | null;
2256
- stocks: VariantStock[] | null;
2257
- updatedAt: any | null;
2258
- variantValueIds: VariantValueRelation[] | null;
2259
- weight: number | null;
2260
- }
2261
- export interface VariantStock {
2262
- stockCount: number;
2263
- stockLocationId: string;
2264
- }
2265
- export interface VariantType {
2266
- createdAt: any | null;
2267
- deleted: boolean | null;
2268
- id: string;
2269
- name: string;
2270
- selectionType: VariantSelectionTypeEnum;
2271
- translations: VariantTypeTranslation[] | null;
2272
- updatedAt: any | null;
2273
- values: VariantValue[];
2274
- }
2275
- export interface VariantTypeTranslation {
2276
- locale: string;
2277
- name: string | null;
2278
- values: VariantValueTranslation[] | null;
2279
- }
2280
- export interface VariantValue {
2281
- colorCode: string | null;
2282
- createdAt: any | null;
2283
- deleted: boolean | null;
2284
- id: string;
2285
- name: string;
2286
- thumbnailImageId: string | null;
2287
- updatedAt: any | null;
2288
- }
2289
- export interface VariantValueRelation {
2290
- variantTypeId: string;
2291
- variantValueId: string;
2292
- }
2293
- export interface VariantValueTranslation {
2294
- id: string;
2295
- name: string | null;
2296
- }
2297
- export interface AddItemToCartInput {
2298
- cartId?: string | null;
2299
- item: CartLineItemInput;
2300
- options?: CartLineOptionInput[] | null;
2301
- priceListId?: string | null;
2302
- salesChannelId: string;
2303
- storefrontThemeId: string;
2304
- }
2305
- export interface AppliedProductInput {
2306
- productId?: string | null;
2307
- variantId: string;
2308
- }
2309
- export interface BlogMetadataTargetTypeEnumFilter {
2310
- eq?: BlogMetadataTargetTypeEnum | null;
2311
- in?: BlogMetadataTargetTypeEnum[] | null;
2312
- ne?: BlogMetadataTargetTypeEnum | null;
2313
- nin?: BlogMetadataTargetTypeEnum[] | null;
2314
- }
2315
- export interface BooleanFilterInput {
2316
- eq?: boolean | null;
2317
- }
2318
- export interface CartLineItemInput {
2319
- id?: string | null;
2320
- quantity: number;
2321
- variant: CartLineVariantInput;
2322
- }
2323
- export interface CartLineOptionInput {
2324
- productOptionId: string;
2325
- productOptionsSetId: string;
2326
- values: string[];
2327
- }
2328
- export interface CartLineVariantInput {
2329
- id: string;
2330
- name?: string | null;
2331
- }
2332
- export interface CategoryFilterInput {
2333
- eq?: string | null;
2334
- in?: string[] | null;
2335
- }
2336
- export interface CategoryPathFilterInput {
2337
- in?: string[] | null;
2338
- }
2339
- export interface CheckoutCustomerInput {
2340
- email?: string | null;
2341
- firstName?: string | null;
2342
- id?: string | null;
2343
- lastName?: string | null;
2344
- notificationsAccepted?: boolean | null;
2345
- }
2346
- export interface CheckStocksLineInput {
2347
- productId: string;
2348
- quantity: number;
2349
- variantId: string;
2350
- }
2351
- export interface CreateCustomerEmailSubscriptionInput {
2352
- createdAt?: any | null;
2353
- deleted?: boolean | null;
2354
- email: string;
2355
- firstName?: string | null;
2356
- id?: string | null;
2357
- lastName?: string | null;
2358
- updatedAt?: any | null;
2359
- }
2360
- export interface CreateCustomerReviewInput {
2361
- comment?: string | null;
2362
- createdAt?: any | null;
2363
- customerId?: string | null;
2364
- deleted?: boolean | null;
2365
- email?: string | null;
2366
- firstName?: string | null;
2367
- id?: string | null;
2368
- lastName?: string | null;
2369
- orderId?: string | null;
2370
- orderNumber?: string | null;
2371
- productId: string;
2372
- salesChannelId: string;
2373
- star: number;
2374
- title?: string | null;
2375
- updatedAt?: any | null;
2376
- }
2377
- export interface CreateSaleTransactionMasterPassPaymentMethodDetail {
2378
- phoneNumber?: string | null;
2379
- savedCardName?: string | null;
2380
- }
2381
- export interface CreateSaleTransactionWithCartInput {
2382
- cartId: string;
2383
- masterPassDetail?: CreateSaleTransactionMasterPassPaymentMethodDetail | null;
2384
- paymentGatewayId: string;
2385
- paymentMethodDetail?: PaymentMethodDetailInput | null;
2386
- }
2387
- export interface CreateSaleTransactionWithCheckoutInput {
2388
- checkoutId: string;
2389
- masterPassDetail?: CreateSaleTransactionMasterPassPaymentMethodDetail | null;
2390
- paymentGatewayId: string;
2391
- paymentMethodDetail?: PaymentMethodDetailInput | null;
2392
- }
2393
- export interface CustomerAddressCityInput {
2394
- code?: string | null;
2395
- id?: string | null;
2396
- name: string;
2397
- }
2398
- export interface CustomerAddressCountryInput {
2399
- code?: string | null;
2400
- id?: string | null;
2401
- iso2?: string | null;
2402
- iso3?: string | null;
2403
- name: string;
2404
- }
2405
- export interface CustomerAddressDistrictInput {
2406
- code?: string | null;
2407
- id?: string | null;
2408
- name?: string | null;
2409
- }
2410
- export interface CustomerAddressStateInput {
2411
- code?: string | null;
2412
- id?: string | null;
2413
- name?: string | null;
2414
- }
2415
- export interface CustomerAttributeValueInput {
2416
- customerAttributeId?: string | null;
2417
- customerAttributeOptionId?: string | null;
2418
- value?: string | null;
2419
- }
2420
- export interface DateFilterInput {
2421
- eq?: any | null;
2422
- gt?: any | null;
2423
- gte?: any | null;
2424
- in?: any[] | null;
2425
- lt?: any | null;
2426
- lte?: any | null;
2427
- ne?: any | null;
2428
- nin?: any[] | null;
2429
- }
2430
- export interface GetOrderLineFile {
2431
- url: string;
2432
- }
2433
- export interface GetProductCampaignsInput {
2434
- customerGroupIds?: string[] | null;
2435
- salesChannelId: string;
2436
- variantIds: string[];
2437
- }
2438
- export interface HTMLMetaDataTargetTypeEnumFilter {
2439
- eq?: HTMLMetaDataTargetTypeEnum | null;
2440
- in?: HTMLMetaDataTargetTypeEnum[] | null;
2441
- ne?: HTMLMetaDataTargetTypeEnum | null;
2442
- nin?: HTMLMetaDataTargetTypeEnum[] | null;
2443
- }
2444
- export interface ListCustomerReviewInput {
2445
- salesChannelId: string;
2446
- }
2447
- export interface OrderAddressCityInput {
2448
- code?: string | null;
2449
- id?: string | null;
2450
- name: string;
2451
- }
2452
- export interface OrderAddressCountryInput {
2453
- code?: string | null;
2454
- id?: string | null;
2455
- iso2?: string | null;
2456
- iso3?: string | null;
2457
- name: string;
2458
- }
2459
- export interface OrderAddressDistrictInput {
2460
- code?: string | null;
2461
- id?: string | null;
2462
- name?: string | null;
2463
- }
2464
- export interface OrderAddressInput {
2465
- addressLine1: string;
2466
- addressLine2?: string | null;
2467
- city: OrderAddressCityInput;
2468
- company?: string | null;
2469
- country: OrderAddressCountryInput;
2470
- district?: OrderAddressDistrictInput | null;
2471
- firstName: string;
2472
- id?: string | null;
2473
- identityNumber?: string | null;
2474
- isDefault: boolean;
2475
- lastName: string;
2476
- phone?: string | null;
2477
- postalCode?: string | null;
2478
- state?: OrderAddressStateInput | null;
2479
- taxNumber?: string | null;
2480
- taxOffice?: string | null;
2481
- }
2482
- export interface OrderAddressStateInput {
2483
- code?: string | null;
2484
- id?: string | null;
2485
- name?: string | null;
2486
- }
2487
- export interface OrderAdjustmentInput {
2488
- amount: number;
2489
- amountType: AmountTypeEnum;
2490
- campaignId?: string | null;
2491
- couponId?: string | null;
2492
- name: string;
2493
- order: number;
2494
- type: AdjustmentEnum;
2495
- }
2496
- export interface OrderRefundOrderLineInput {
2497
- orderLineItemId: string;
2498
- quantity: number;
2499
- }
2500
- export interface OrderRefundRequestInput {
2501
- orderId: string;
2502
- orderLineItems: OrderRefundOrderLineInput[];
2503
- reason?: string | null;
2504
- }
2505
- export interface PaginationInput {
2506
- limit?: number | null;
2507
- page?: number | null;
2508
- }
2509
- export interface PaymentMethodDetailInput {
2510
- cardHolderName: string;
2511
- cardNumber: string;
2512
- cvv: string;
2513
- expiredMonth: number;
2514
- expiredYear: number;
2515
- installmentCount: number;
2516
- threeDSecure: boolean;
2517
- }
2518
- export interface ProductBackInStockRemindInput {
2519
- email: string;
2520
- productId: string;
2521
- variantId: string;
2522
- }
2523
- export interface ProductItemInput {
2524
- createdAt?: any | null;
2525
- deleted?: boolean | null;
2526
- id?: string | null;
2527
- productId: string;
2528
- updatedAt?: any | null;
2529
- variantId: string;
2530
- }
2531
- export interface ProductLastViewedInput {
2532
- createdAt?: any | null;
2533
- customerId: string;
2534
- deleted?: boolean | null;
2535
- id?: string | null;
2536
- products: ProductItemInput[];
2537
- updatedAt?: any | null;
2538
- }
2539
- export interface RaffleMetadataTargetTypeEnumFilter {
2540
- eq?: RaffleMetadataTargetTypeEnum | null;
2541
- in?: RaffleMetadataTargetTypeEnum[] | null;
2542
- ne?: RaffleMetadataTargetTypeEnum | null;
2543
- nin?: RaffleMetadataTargetTypeEnum[] | null;
2544
- }
2545
- export interface RaffleParticipantsInput {
2546
- appliedProduct: AppliedProductInput;
2547
- createdAt?: any | null;
2548
- deleted?: boolean | null;
2549
- email: string;
2550
- extraData?: any | null;
2551
- firstName: string;
2552
- id?: string | null;
2553
- lastName: string;
2554
- phone?: string | null;
2555
- raffleId: string;
2556
- updatedAt?: any | null;
2557
- }
2558
- export interface RaffleParticipantsUpdateInput {
2559
- createdAt?: any | null;
2560
- deleted?: boolean | null;
2561
- firstName?: string | null;
2562
- id?: string | null;
2563
- lastName?: string | null;
2564
- participantId: string;
2565
- phone?: string | null;
2566
- updatedAt?: any | null;
2567
- }
2568
- export interface RetrieveInstallmentInfoInput {
2569
- binNumber: string;
2570
- paymentGatewayId: string;
2571
- price: number;
2572
- }
2573
- export interface SaveCartInput {
2574
- billingAddress?: OrderAddressInput | null;
2575
- couponCode?: string | null;
2576
- createdAt?: any | null;
2577
- customer?: CheckoutCustomerInput | null;
2578
- deleted?: boolean | null;
2579
- giftPackageNote?: string | null;
2580
- id?: string | null;
2581
- isGiftPackage?: boolean | null;
2582
- note?: string | null;
2583
- orderAdjustments?: OrderAdjustmentInput[] | null;
2584
- shippingAddress?: OrderAddressInput | null;
2585
- shippingSettingsId?: string | null;
2586
- shippingZoneRateId?: string | null;
2587
- stockLocationId?: string | null;
2588
- updatedAt?: any | null;
2589
- }
2590
- export interface SaveCheckoutInput {
2591
- billingAddress?: OrderAddressInput | null;
2592
- cartId: string;
2593
- couponCode?: string | null;
2594
- createdAt?: any | null;
2595
- customer?: CheckoutCustomerInput | null;
2596
- deleted?: boolean | null;
2597
- giftPackageNote?: string | null;
2598
- id?: string | null;
2599
- isGiftPackage?: boolean | null;
2600
- note?: string | null;
2601
- orderAdjustments?: OrderAdjustmentInput[] | null;
2602
- shippingAddress?: OrderAddressInput | null;
2603
- shippingMethod: ShippingMethodEnum;
2604
- shippingSettingsId?: string | null;
2605
- shippingZoneRateId?: string | null;
2606
- stockLocationId?: string | null;
2607
- updatedAt?: any | null;
2608
- }
2609
- export interface SaveItemToCartInput {
2610
- cartId?: string | null;
2611
- customerId?: string | null;
2612
- item: CartLineItemInput;
2613
- options?: CartLineOptionInput[] | null;
2614
- priceListId?: string | null;
2615
- salesChannelId: string;
2616
- storefrontId: string;
2617
- storefrontRoutingId: string;
2618
- storefrontThemeId: string;
2619
- }
2620
- export interface SaveMyCustomerAddressInput {
2621
- addressLine1: string;
2622
- addressLine2?: string | null;
2623
- city: CustomerAddressCityInput;
2624
- company?: string | null;
2625
- country: CustomerAddressCountryInput;
2626
- createdAt?: any | null;
2627
- deleted?: boolean | null;
2628
- district?: CustomerAddressDistrictInput | null;
2629
- firstName: string;
2630
- id?: string | null;
2631
- identityNumber?: string | null;
2632
- isDefault?: boolean | null;
2633
- lastName: string;
2634
- phone?: string | null;
2635
- postalCode?: string | null;
2636
- state?: CustomerAddressStateInput | null;
2637
- taxNumber?: string | null;
2638
- taxOffice?: string | null;
2639
- title: string;
2640
- updatedAt?: any | null;
2641
- }
2642
- export interface SaveMyCustomerInput {
2643
- addresses?: SaveMyCustomerAddressInput[] | null;
2644
- attributes?: CustomerAttributeValueInput[] | null;
2645
- firstName: string;
2646
- lastName: string;
2647
- phone?: string | null;
2648
- subscriptionStatus?: CustomerEmailSubscriptionStatusesEnum | null;
2649
- }
2650
- export interface SearchDynamicCurrencySettings {
2651
- roundingFormat?: string | null;
2652
- targetCurrencyCode: string;
2653
- }
2654
- export interface SearchInput {
2655
- barcodeList?: string[] | null;
2656
- brandId?: string | null;
2657
- brandIdList?: string[] | null;
2658
- categoryIdList?: string[] | null;
2659
- dynamicCurrencySettings?: SearchDynamicCurrencySettings | null;
2660
- facetList?: SearchInputFacetListInput[] | null;
2661
- filterList?: SearchInputFilterListInput[] | null;
2662
- locale?: string | null;
2663
- order?: SearchInputOrderByInput[] | null;
2664
- page?: number | null;
2665
- perPage?: number | null;
2666
- priceListId?: string | null;
2667
- productIdList?: string[] | null;
2668
- query?: string | null;
2669
- salesChannelId?: string | null;
2670
- showStockOption?: ProductSearchShowStockOptionEnum | null;
2671
- slug?: string | null;
2672
- tagIdList?: string[] | null;
2673
- vendorIdList?: string[] | null;
2674
- }
2675
- export interface SearchInputFacetListInput {
2676
- displayType: ProductFilterDisplayTypeEnum;
2677
- id: string;
2678
- type: ProductFilterTypeEnum;
2679
- }
2680
- export interface SearchInputFilterListInput {
2681
- displayType?: ProductFilterDisplayTypeEnum | null;
2682
- id: string;
2683
- type: ProductFilterTypeEnum;
2684
- useAndFilter?: boolean | null;
2685
- valueList: string[];
2686
- }
2687
- export interface SearchInputOrderByInput {
2688
- direction: SortByDirectionEnum;
2689
- type: SortByTypeEnum;
2690
- }
2691
- export interface StringFilterInput {
2692
- eq?: string | null;
2693
- in?: string[] | null;
2694
- like?: string | null;
2695
- ne?: string | null;
2696
- nin?: string[] | null;
2697
- }
2698
- export interface UpdateCartCampaignOfferInput {
2699
- accepted: boolean;
2700
- campaignOfferId: string;
2701
- campaignOfferProductId: string;
2702
- cartId: string;
2703
- productId: string;
2704
- variantId: string;
2705
- }