@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
@@ -0,0 +1,620 @@
1
+ import { CancelledReasonEnum, AdjustmentEnum, AmountTypeEnum, OrderLineItemStatusEnum, ProductOptionTypeEnum, OrderPackageFulfillStatusEnum, OrderPackageStatusEnum, OrderPaymentStatusEnum, ShippingMethodEnum, OrderStatusEnum } from "./../../../__generated__/global-types";
2
+ export interface getOrder_getOrder_billingAddress_city {
3
+ __typename: "OrderAddressCity";
4
+ /**
5
+ * It is the code of the city of the address.
6
+ */
7
+ code: string | null;
8
+ /**
9
+ * It is the id of the city of the address.
10
+ */
11
+ id: string | null;
12
+ /**
13
+ * It is the name of the city of the address.
14
+ */
15
+ name: string;
16
+ }
17
+ export interface getOrder_getOrder_billingAddress_country {
18
+ __typename: "OrderAddressCountry";
19
+ /**
20
+ * It is the name of the country of the address.
21
+ */
22
+ name: string;
23
+ /**
24
+ * It is the id of the country of the address.
25
+ */
26
+ id: string | null;
27
+ /**
28
+ * It is the code of the country of the address.
29
+ */
30
+ code: string | null;
31
+ }
32
+ export interface getOrder_getOrder_billingAddress_district {
33
+ __typename: "OrderAddressDistrict";
34
+ /**
35
+ * It is the name of the district of the address.
36
+ */
37
+ name: string | null;
38
+ /**
39
+ * It is the id of the district of the address.
40
+ */
41
+ id: string | null;
42
+ /**
43
+ * It is the code of the district of the address.
44
+ */
45
+ code: string | null;
46
+ }
47
+ export interface getOrder_getOrder_billingAddress_state {
48
+ __typename: "OrderAddressState";
49
+ /**
50
+ * It is the name of the state of the address.
51
+ */
52
+ name: string | null;
53
+ /**
54
+ * It is the id of the state of the address.
55
+ */
56
+ id: string | null;
57
+ /**
58
+ * It is the code of the state of the address.
59
+ */
60
+ code: string | null;
61
+ }
62
+ export interface getOrder_getOrder_billingAddress {
63
+ __typename: "OrderAddress";
64
+ /**
65
+ * The street address of the address.
66
+ */
67
+ addressLine1: string;
68
+ /**
69
+ * An optional additional field for the street address of the address.
70
+ */
71
+ addressLine2: string | null;
72
+ /**
73
+ * The city information of the address.
74
+ */
75
+ city: getOrder_getOrder_billingAddress_city;
76
+ /**
77
+ * The company of the person associated with the address.
78
+ */
79
+ company: string | null;
80
+ /**
81
+ * The country information of the address.
82
+ */
83
+ country: getOrder_getOrder_billingAddress_country;
84
+ /**
85
+ * The district information of the address.
86
+ */
87
+ district: getOrder_getOrder_billingAddress_district | null;
88
+ /**
89
+ * The first name of the person associated with the address
90
+ */
91
+ firstName: string;
92
+ /**
93
+ * The identity number of the person associated with the address.
94
+ */
95
+ identityNumber: string | null;
96
+ /**
97
+ * The address"s id of the order address.
98
+ */
99
+ isDefault: boolean;
100
+ /**
101
+ * The last name of the person associated with the address
102
+ */
103
+ lastName: string;
104
+ /**
105
+ * The phone of the person associated with the address.
106
+ */
107
+ phone: string | null;
108
+ /**
109
+ * The postal code of the address.
110
+ */
111
+ postalCode: string | null;
112
+ /**
113
+ * The state information of the address.
114
+ */
115
+ state: getOrder_getOrder_billingAddress_state | null;
116
+ /**
117
+ * The tax number of the person associated with the address.
118
+ */
119
+ taxNumber: string | null;
120
+ /**
121
+ * The tax office of the person associated with the address.
122
+ */
123
+ taxOffice: string | null;
124
+ }
125
+ export interface getOrder_getOrder_currencyRates {
126
+ __typename: "OrderCurrencyRate";
127
+ /**
128
+ * It is the rate of the currency.
129
+ */
130
+ rate: number;
131
+ /**
132
+ * It is the original rate of the currency.
133
+ */
134
+ originalRate: number;
135
+ /**
136
+ * It is the code of the currency.
137
+ */
138
+ code: string;
139
+ }
140
+ export interface getOrder_getOrder_customer {
141
+ __typename: "OrderCustomer";
142
+ /**
143
+ * It is the last name of the customer who created the order.
144
+ */
145
+ lastName: string | null;
146
+ /**
147
+ * It is the first name of the customer who created the order.
148
+ */
149
+ firstName: string | null;
150
+ /**
151
+ * It is the email of the customer who created the order.
152
+ */
153
+ email: string | null;
154
+ /**
155
+ * It is the id of the customer who created the order.
156
+ */
157
+ id: string | null;
158
+ }
159
+ export interface getOrder_getOrder_orderAdjustments {
160
+ __typename: "OrderAdjustment";
161
+ type: AdjustmentEnum;
162
+ /**
163
+ * It is the order of the adjustment. Adjustments are applied in this order.
164
+ */
165
+ order: number;
166
+ /**
167
+ * It is the name of the adjustment.
168
+ */
169
+ name: string;
170
+ amountType: AmountTypeEnum;
171
+ /**
172
+ * It is the adjustment amount in the order. This amount can be positive or negative.
173
+ */
174
+ amount: number;
175
+ }
176
+ export interface getOrder_getOrder_orderLineItems_discount {
177
+ __typename: "OrderLineDiscount";
178
+ reason: string | null;
179
+ amountType: AmountTypeEnum;
180
+ amount: number;
181
+ }
182
+ export interface getOrder_getOrder_orderLineItems_variant_variantValues {
183
+ __typename: "OrderLineVariantVariantValues";
184
+ /**
185
+ * It is the order of variant value. The variant value order starts from 0.
186
+ */
187
+ variantValueName: string | null;
188
+ /**
189
+ * It is the order of variant value. The variant value order starts from 0.
190
+ */
191
+ variantValueId: string;
192
+ /**
193
+ * It is the order of variant value. The variant value order starts from 0.
194
+ */
195
+ variantTypeName: string | null;
196
+ /**
197
+ * It is the order of variant value. The variant value order starts from 0.
198
+ */
199
+ variantTypeId: string;
200
+ /**
201
+ * It is the order of variant value. The variant value order starts from 0.
202
+ */
203
+ order: number;
204
+ }
205
+ export interface getOrder_getOrder_orderLineItems_variant {
206
+ __typename: "OrderLineVariant";
207
+ /**
208
+ * It is the barcode list of the variant.
209
+ */
210
+ barcodeList: string[] | null;
211
+ /**
212
+ * It is the id of the variant.
213
+ */
214
+ id: string | null;
215
+ /**
216
+ * It is the main image id of the variant.
217
+ */
218
+ mainImageId: string | null;
219
+ /**
220
+ * It is the name of the variant.
221
+ */
222
+ name: string;
223
+ /**
224
+ * It is the product id of the variant.
225
+ */
226
+ productId: string | null;
227
+ /**
228
+ * It is the sku of the variant.
229
+ */
230
+ sku: string | null;
231
+ /**
232
+ * It is the variant values of the variant.
233
+ */
234
+ variantValues: getOrder_getOrder_orderLineItems_variant_variantValues[] | null;
235
+ }
236
+ export interface getOrder_getOrder_orderLineItems_options_values {
237
+ __typename: "OrderLineOptionValue";
238
+ name: string | null;
239
+ price: number | null;
240
+ value: string;
241
+ }
242
+ export interface getOrder_getOrder_orderLineItems_options {
243
+ __typename: "OrderLineOption";
244
+ /**
245
+ * It is the name of order line option in the order line item.
246
+ */
247
+ name: string;
248
+ /**
249
+ * It is the product option id of the product in the order line item.
250
+ */
251
+ productOptionId: string;
252
+ /**
253
+ * It is the product option set id of the product in the order line item.
254
+ */
255
+ productOptionsSetId: string;
256
+ /**
257
+ * It is the type of the order line option.
258
+ */
259
+ type: ProductOptionTypeEnum;
260
+ values: getOrder_getOrder_orderLineItems_options_values[];
261
+ }
262
+ export interface getOrder_getOrder_orderLineItems {
263
+ __typename: "OrderLineItem";
264
+ createdAt: any | null;
265
+ /**
266
+ * It is the currency code of the order line item.
267
+ */
268
+ currencyCode: string | null;
269
+ deleted: boolean | null;
270
+ /**
271
+ * Information about the discount. Shows the details of the discount applied to the order line item.
272
+ */
273
+ discount: getOrder_getOrder_orderLineItems_discount | null;
274
+ /**
275
+ * It is the discount price of the order line item.
276
+ */
277
+ discountPrice: number | null;
278
+ /**
279
+ * It is the final price of the order line item. If the discount price is less
280
+ * than the sell price, the final price is equal to the discount price.
281
+ */
282
+ finalPrice: number | null;
283
+ id: string;
284
+ /**
285
+ * It is the original order line item id of the line item. If the line item is
286
+ * derived from another line item, this field is filled.
287
+ */
288
+ originalOrderLineItemId: string | null;
289
+ /**
290
+ * It is the selling price of the order line item.
291
+ */
292
+ price: number;
293
+ /**
294
+ * It is the quantity of variant in the order line item.
295
+ */
296
+ quantity: number;
297
+ /**
298
+ * It is the status enum of the order line item
299
+ */
300
+ status: OrderLineItemStatusEnum;
301
+ /**
302
+ * It is the date when the last status of the order line item was updated.
303
+ */
304
+ statusUpdatedAt: any | null;
305
+ /**
306
+ * It is the stock location id of the variant value in the order line item.
307
+ */
308
+ stockLocationId: string | null;
309
+ /**
310
+ * It is the tax value of the order line item.
311
+ */
312
+ taxValue: number | null;
313
+ updatedAt: any | null;
314
+ /**
315
+ * Information about the variant of the order line item.
316
+ */
317
+ variant: getOrder_getOrder_orderLineItems_variant;
318
+ /**
319
+ * It is the option information of the variant value in the order line item.
320
+ */
321
+ options: getOrder_getOrder_orderLineItems_options[] | null;
322
+ }
323
+ export interface getOrder_getOrder_orderPackages_trackingInfo {
324
+ __typename: "TrackingInfo";
325
+ /**
326
+ * It is the tracking number of the order package.
327
+ */
328
+ trackingNumber: string | null;
329
+ /**
330
+ * It is the tracking link of the order package.
331
+ */
332
+ trackingLink: string | null;
333
+ /**
334
+ * Indicates whether the notification is sent to the customer after the cargo is
335
+ * delivered. **isSendNotification** returns true if the notification is sent.
336
+ */
337
+ isSendNotification: boolean | null;
338
+ /**
339
+ * It is the name of the cargo company.
340
+ */
341
+ cargoCompany: string | null;
342
+ }
343
+ export interface getOrder_getOrder_orderPackages {
344
+ __typename: "OrderPackage";
345
+ updatedAt: any | null;
346
+ /**
347
+ * It is the stock location id information where the package will be shipped.
348
+ */
349
+ trackingInfo: getOrder_getOrder_orderPackages_trackingInfo | null;
350
+ stockLocationId: string;
351
+ /**
352
+ * It is the number of order package. Order package number is created with the order number - order package sequence format.
353
+ */
354
+ orderPackageNumber: string;
355
+ /**
356
+ * It is the fulfill status of the package
357
+ */
358
+ orderPackageFulfillStatus: OrderPackageFulfillStatusEnum;
359
+ /**
360
+ * It is the id list of the order line items in the package.
361
+ */
362
+ orderLineItemIds: string[];
363
+ id: string;
364
+ deleted: boolean | null;
365
+ createdAt: any | null;
366
+ }
367
+ export interface getOrder_getOrder_shippingAddress_state {
368
+ __typename: "OrderAddressState";
369
+ /**
370
+ * It is the name of the state of the address.
371
+ */
372
+ name: string | null;
373
+ /**
374
+ * It is the id of the state of the address.
375
+ */
376
+ id: string | null;
377
+ /**
378
+ * It is the code of the state of the address.
379
+ */
380
+ code: string | null;
381
+ }
382
+ export interface getOrder_getOrder_shippingAddress_district {
383
+ __typename: "OrderAddressDistrict";
384
+ /**
385
+ * It is the name of the district of the address.
386
+ */
387
+ name: string | null;
388
+ /**
389
+ * It is the id of the district of the address.
390
+ */
391
+ id: string | null;
392
+ /**
393
+ * It is the code of the district of the address.
394
+ */
395
+ code: string | null;
396
+ }
397
+ export interface getOrder_getOrder_shippingAddress_country {
398
+ __typename: "OrderAddressCountry";
399
+ /**
400
+ * It is the name of the country of the address.
401
+ */
402
+ name: string;
403
+ /**
404
+ * It is the id of the country of the address.
405
+ */
406
+ id: string | null;
407
+ /**
408
+ * It is the code of the country of the address.
409
+ */
410
+ code: string | null;
411
+ }
412
+ export interface getOrder_getOrder_shippingAddress_city {
413
+ __typename: "OrderAddressCity";
414
+ /**
415
+ * It is the id of the city of the address.
416
+ */
417
+ id: string | null;
418
+ /**
419
+ * It is the code of the city of the address.
420
+ */
421
+ code: string | null;
422
+ /**
423
+ * It is the name of the city of the address.
424
+ */
425
+ name: string;
426
+ }
427
+ export interface getOrder_getOrder_shippingAddress {
428
+ __typename: "OrderAddress";
429
+ /**
430
+ * The tax office of the person associated with the address.
431
+ */
432
+ taxOffice: string | null;
433
+ /**
434
+ * The tax number of the person associated with the address.
435
+ */
436
+ taxNumber: string | null;
437
+ /**
438
+ * The state information of the address.
439
+ */
440
+ state: getOrder_getOrder_shippingAddress_state | null;
441
+ /**
442
+ * The postal code of the address.
443
+ */
444
+ postalCode: string | null;
445
+ /**
446
+ * The phone of the person associated with the address.
447
+ */
448
+ phone: string | null;
449
+ /**
450
+ * The last name of the person associated with the address
451
+ */
452
+ lastName: string;
453
+ /**
454
+ * The address"s id of the order address.
455
+ */
456
+ isDefault: boolean;
457
+ /**
458
+ * The identity number of the person associated with the address.
459
+ */
460
+ identityNumber: string | null;
461
+ /**
462
+ * The first name of the person associated with the address
463
+ */
464
+ firstName: string;
465
+ /**
466
+ * The district information of the address.
467
+ */
468
+ district: getOrder_getOrder_shippingAddress_district | null;
469
+ /**
470
+ * The country information of the address.
471
+ */
472
+ country: getOrder_getOrder_shippingAddress_country;
473
+ /**
474
+ * The company of the person associated with the address.
475
+ */
476
+ company: string | null;
477
+ /**
478
+ * The city information of the address.
479
+ */
480
+ city: getOrder_getOrder_shippingAddress_city;
481
+ /**
482
+ * An optional additional field for the street address of the address.
483
+ */
484
+ addressLine2: string | null;
485
+ /**
486
+ * The street address of the address.
487
+ */
488
+ addressLine1: string;
489
+ }
490
+ export interface getOrder_getOrder_shippingLines {
491
+ __typename: "OrderShippingLine";
492
+ /**
493
+ * It is the title of the order shipping line.
494
+ */
495
+ title: string;
496
+ /**
497
+ * It is the tax value of the order shipping line price.
498
+ */
499
+ taxValue: number | null;
500
+ /**
501
+ * It is the price of the order shipping line.
502
+ */
503
+ price: number;
504
+ }
505
+ export interface getOrder_getOrder_taxLines {
506
+ __typename: "OrderTaxLine";
507
+ /**
508
+ * It is the percentage of the slice to which the calculated tax amount belongs.
509
+ */
510
+ rate: number;
511
+ /**
512
+ * It is the price of the order tax.
513
+ */
514
+ price: number;
515
+ }
516
+ export interface getOrder_getOrder {
517
+ __typename: "StorefrontOrder";
518
+ /**
519
+ * It is the billing address of the order.
520
+ */
521
+ billingAddress: getOrder_getOrder_billingAddress | null;
522
+ /**
523
+ * If the order has been cancelled, it indicates the cancellation date of the order.
524
+ */
525
+ cancelledAt: any | null;
526
+ /**
527
+ * It is the cancel reason of the order. If the order has been cancelled, it indicates the cancellation reason of the order.
528
+ */
529
+ cancelReason: CancelledReasonEnum | null;
530
+ createdAt: any | null;
531
+ /**
532
+ * It is the currency value of the order.
533
+ */
534
+ currencyCode: string;
535
+ /**
536
+ * A list of currency rate objects.
537
+ */
538
+ currencyRates: getOrder_getOrder_currencyRates[];
539
+ /**
540
+ * Information about the customer. The order does not have to be a customer
541
+ * information. If the order was created by ikasPOS, the customer information may be null.
542
+ */
543
+ customer: getOrder_getOrder_customer | null;
544
+ deleted: boolean | null;
545
+ id: string;
546
+ merchantId: string;
547
+ /**
548
+ * An optional note, can attach to the order.
549
+ */
550
+ note: string | null;
551
+ /**
552
+ * The date the order was ordered.
553
+ */
554
+ orderedAt: any | null;
555
+ /**
556
+ * A list of adjustment objects, each containing information about a adjustment in the order.
557
+ */
558
+ orderAdjustments: getOrder_getOrder_orderAdjustments[] | null;
559
+ /**
560
+ * A list of line item objects, each containing information about an item in the order.
561
+ */
562
+ orderLineItems: getOrder_getOrder_orderLineItems[];
563
+ /**
564
+ * The position of the order in the store's order count starting from 1001. Order numbers are sequential and start from 1001.
565
+ */
566
+ orderNumber: string | null;
567
+ /**
568
+ * A list of order package objects.
569
+ */
570
+ orderPackages: getOrder_getOrder_orderPackages[] | null;
571
+ /**
572
+ * It is the package status enum of the order
573
+ */
574
+ orderPackageStatus: OrderPackageStatusEnum | null;
575
+ /**
576
+ * It is the payment status enum of the order
577
+ */
578
+ orderPaymentStatus: OrderPaymentStatusEnum | null;
579
+ /**
580
+ * It is the tag id list in the order.
581
+ */
582
+ orderTagIds: string[] | null;
583
+ /**
584
+ * It is the shipping address of the order.
585
+ */
586
+ shippingAddress: getOrder_getOrder_shippingAddress | null;
587
+ /**
588
+ * A list of shipping line objects, each containing information about a shipping in the order.
589
+ */
590
+ shippingLines: getOrder_getOrder_shippingLines[] | null;
591
+ /**
592
+ * It is the shipping method enum of the order
593
+ */
594
+ shippingMethod: ShippingMethodEnum;
595
+ /**
596
+ * It is the status enum of the order
597
+ */
598
+ status: OrderStatusEnum;
599
+ /**
600
+ * A list of tax line objects, tax line objects contain the taxes of the shippingLines, orderLineItems, and giftPackageLines.
601
+ */
602
+ taxLines: getOrder_getOrder_taxLines[] | null;
603
+ /**
604
+ * The total final price of the order resulting from the apply of
605
+ * `orderAdjustments` , `shippingLines`, and `giftPackageLines` pricing to the
606
+ * order total price.
607
+ */
608
+ totalFinalPrice: number;
609
+ /**
610
+ * It is the sum of the net prices of the line items in the order.
611
+ */
612
+ totalPrice: number;
613
+ updatedAt: any | null;
614
+ }
615
+ export interface getOrder {
616
+ getOrder: getOrder_getOrder;
617
+ }
618
+ export interface getOrderVariables {
619
+ orderId: string;
620
+ }
@@ -0,0 +1,34 @@
1
+ import { StringFilterInput, CheckoutRequirementEnum } from "./../../../__generated__/global-types";
2
+ export interface listCheckoutSettings_listCheckoutSettings_options {
3
+ __typename: "CheckoutOption";
4
+ name: string;
5
+ required: boolean;
6
+ }
7
+ export interface listCheckoutSettings_listCheckoutSettings_giftPackagePriceList {
8
+ __typename: "CheckoutSettingsPrice";
9
+ currencyCode: string;
10
+ price: number;
11
+ }
12
+ export interface listCheckoutSettings_listCheckoutSettings {
13
+ __typename: "CheckoutSettings";
14
+ createdAt: any | null;
15
+ id: string;
16
+ identityNumberRequirement: CheckoutRequirementEnum;
17
+ isAccountRequired: boolean;
18
+ isTermsAndConditionsDefaultChecked: boolean | null;
19
+ options: listCheckoutSettings_listCheckoutSettings_options[] | null;
20
+ phoneRequirement: CheckoutRequirementEnum;
21
+ showCheckoutNote: boolean | null;
22
+ showTermsAndConditionsCheckbox: boolean;
23
+ storefrontId: string;
24
+ updatedAt: any | null;
25
+ isGiftPackageEnabled: boolean | null;
26
+ giftPackagePriceList: listCheckoutSettings_listCheckoutSettings_giftPackagePriceList[] | null;
27
+ postalCodeRequirement: CheckoutRequirementEnum | null;
28
+ }
29
+ export interface listCheckoutSettings {
30
+ listCheckoutSettings: listCheckoutSettings_listCheckoutSettings[];
31
+ }
32
+ export interface listCheckoutSettingsVariables {
33
+ storefrontId: StringFilterInput;
34
+ }
@@ -0,0 +1,42 @@
1
+ import { StringFilterInput, PaymentMethodEnum, PaymentGatewayTypeEnum, PaymentGatewayTransactionFeeTypeEnum, PaymentGatewayAdditionalPriceTypeEnum } from "./../../../__generated__/global-types";
2
+ export interface listPaymentGateway_listPaymentGateway_paymentMethods {
3
+ __typename: "PaymentGatewayPaymentMethod";
4
+ name: string;
5
+ logoUrl: string | null;
6
+ }
7
+ export interface listPaymentGateway_listPaymentGateway_additionalPrices {
8
+ __typename: "AdditionalPrice";
9
+ amount: number;
10
+ amountType: PaymentGatewayTransactionFeeTypeEnum;
11
+ name: string;
12
+ type: PaymentGatewayAdditionalPriceTypeEnum;
13
+ }
14
+ export interface listPaymentGateway_listPaymentGateway_translations {
15
+ __typename: "PaymentGatewayTranslation";
16
+ description: string | null;
17
+ locale: string | null;
18
+ name: string | null;
19
+ }
20
+ export interface listPaymentGateway_listPaymentGateway {
21
+ __typename: "PaymentGateway";
22
+ paymentMethods: listPaymentGateway_listPaymentGateway_paymentMethods[];
23
+ paymentMethodType: PaymentMethodEnum;
24
+ id: string;
25
+ name: string;
26
+ description: string | null;
27
+ testMode: boolean | null;
28
+ code: string;
29
+ type: PaymentGatewayTypeEnum;
30
+ logoUrl: string | null;
31
+ additionalPrices: listPaymentGateway_listPaymentGateway_additionalPrices[] | null;
32
+ translations: listPaymentGateway_listPaymentGateway_translations[] | null;
33
+ supportedCurrencies: string[] | null;
34
+ availableCountries: string[] | null;
35
+ }
36
+ export interface listPaymentGateway {
37
+ listPaymentGateway: listPaymentGateway_listPaymentGateway[];
38
+ }
39
+ export interface listPaymentGatewayVariables {
40
+ id?: StringFilterInput | null;
41
+ locale?: string | null;
42
+ }