@ikas/storefront 3.0.0-alpha.49 → 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 (1310) 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-proxy13.js +1 -1
  7. package/build/_virtual/index.js_commonjs-proxy2.js +1 -1
  8. package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
  9. package/build/_virtual/index.js_commonjs-proxy4.js +1 -1
  10. package/build/_virtual/parser.mjs_commonjs-proxy.js +1 -0
  11. package/build/analytics/analytics.d.ts +4 -5
  12. package/build/analytics/analytics.js +1 -1
  13. package/build/analytics/facebookPixel.d.ts +1 -2
  14. package/build/analytics/facebookPixel.js +1 -1
  15. package/build/analytics/googleAnalytics.d.ts +1 -2
  16. package/build/analytics/googleAnalytics.js +1 -1
  17. package/build/analytics/googleTagManager.d.ts +15 -16
  18. package/build/analytics/googleTagManager.js +1 -1
  19. package/build/analytics/googleUniversal.d.ts +1 -2
  20. package/build/analytics/googleUniversal.js +1 -1
  21. package/build/analytics/head/index.js +1 -1
  22. package/build/analytics/ikas.d.ts +1 -2
  23. package/build/analytics/ikas.js +1 -1
  24. package/build/api/apollo.d.ts +10 -0
  25. package/build/api/apollo.js +1 -0
  26. package/build/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +24 -0
  27. package/build/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +19 -0
  28. package/build/api/back-in-stock-reminder/index.d.ts +23 -0
  29. package/build/api/back-in-stock-reminder/index.js +1 -0
  30. package/build/api/blog/__generated__/getBlog.d.ts +110 -0
  31. package/build/api/blog/__generated__/listBlog.d.ts +113 -0
  32. package/build/api/blog/__generated__/listBlogCategory.d.ts +65 -0
  33. package/build/api/blog/__generated__/listBlogMetaData.d.ts +57 -0
  34. package/build/api/blog/index.d.ts +32 -0
  35. package/build/api/blog/index.js +1 -0
  36. package/build/api/brand/__generated__/listProductBrand.d.ts +88 -0
  37. package/build/api/brand/index.d.ts +16 -0
  38. package/build/api/brand/index.js +1 -0
  39. package/build/api/cart/__generated__/getCart.d.ts +178 -0
  40. package/build/api/cart/__generated__/saveItemToCart.d.ts +210 -0
  41. package/build/api/cart/index.d.ts +5 -0
  42. package/build/api/cart/index.js +1 -0
  43. package/build/api/category/__generated__/listCategory.d.ts +99 -0
  44. package/build/api/category/__generated__/listCategoryPaths.d.ts +32 -0
  45. package/build/api/category/index.d.ts +18 -0
  46. package/build/api/category/index.js +1 -0
  47. package/build/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +11 -0
  48. package/build/api/checkout/__generated__/checkStocks.d.ts +18 -0
  49. package/build/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +22 -0
  50. package/build/api/checkout/__generated__/getCheckoutByCartId.d.ts +10 -0
  51. package/build/api/checkout/__generated__/getCheckoutById.d.ts +574 -0
  52. package/build/api/checkout/__generated__/getOrder.d.ts +620 -0
  53. package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +34 -0
  54. package/build/api/checkout/__generated__/listPaymentGateway.d.ts +42 -0
  55. package/build/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +23 -0
  56. package/build/api/checkout/__generated__/saveCheckout.d.ts +11 -0
  57. package/build/api/checkout/index.d.ts +35 -0
  58. package/build/api/checkout/index.js +1 -0
  59. package/build/api/city/__generated__/listCity.d.ts +20 -0
  60. package/build/api/city/index.d.ts +4 -0
  61. package/build/api/city/index.js +1 -0
  62. package/build/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +10 -0
  63. package/build/api/contact-form/index.d.ts +11 -0
  64. package/build/api/contact-form/index.js +1 -0
  65. package/build/api/country/__generated__/getAvailableShippingCountries.d.ts +6 -0
  66. package/build/api/country/__generated__/getMyCountry.d.ts +3 -0
  67. package/build/api/country/__generated__/listCountry.d.ts +41 -0
  68. package/build/api/country/index.d.ts +6 -0
  69. package/build/api/country/index.js +1 -0
  70. package/build/api/customer/__generated__/checkCustomerEmail.d.ts +10 -0
  71. package/build/api/customer/__generated__/createCustomerEmailSubscription.d.ts +11 -0
  72. package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +590 -0
  73. package/build/api/customer/__generated__/customerForgotPassword.d.ts +7 -0
  74. package/build/api/customer/__generated__/customerLogin.d.ts +174 -0
  75. package/build/api/customer/__generated__/customerRecoverPassword.d.ts +8 -0
  76. package/build/api/customer/__generated__/customerRefreshToken.d.ts +11 -0
  77. package/build/api/customer/__generated__/customerSocialLogin.d.ts +173 -0
  78. package/build/api/customer/__generated__/getCustomerOrders.d.ts +620 -0
  79. package/build/api/customer/__generated__/getLastViewedProducts.d.ts +15 -0
  80. package/build/api/customer/__generated__/getMyCustomer.d.ts +156 -0
  81. package/build/api/customer/__generated__/getOrderByEmail.d.ts +621 -0
  82. package/build/api/customer/__generated__/listOrderRefundSettings.d.ts +13 -0
  83. package/build/api/customer/__generated__/listOrderTransactions.d.ts +53 -0
  84. package/build/api/customer/__generated__/registerCustomer.d.ts +175 -0
  85. package/build/api/customer/__generated__/saveLastViewedProducts.d.ts +11 -0
  86. package/build/api/customer/__generated__/saveMyCustomer.d.ts +171 -0
  87. package/build/api/customer/index.d.ts +51 -0
  88. package/build/api/customer/index.js +1 -0
  89. package/build/api/customer-attribute/__generated__/listCustomerAttribute.d.ts +44 -0
  90. package/build/api/customer-attribute/index.d.ts +4 -0
  91. package/build/api/customer-attribute/index.js +1 -0
  92. package/build/api/customer-review/__generated__/createCustomerReview.d.ts +11 -0
  93. package/build/api/customer-review/__generated__/listCustomerReviews.d.ts +53 -0
  94. package/build/api/customer-review/index.d.ts +24 -0
  95. package/build/api/customer-review/index.js +1 -0
  96. package/build/api/customer-review-summary/__generated__/listCustomerReviewSummary.d.ts +59 -0
  97. package/build/api/customer-review-summary/index.d.ts +21 -0
  98. package/build/api/customer-review-summary/index.js +1 -0
  99. package/build/api/district/__generated__/listDistrict.d.ts +16 -0
  100. package/build/api/district/index.d.ts +4 -0
  101. package/build/api/district/index.js +1 -0
  102. package/build/api/favorite-product/__generated__/isFavoriteProduct.d.ts +6 -0
  103. package/build/api/favorite-product/__generated__/listFavoriteProducts.d.ts +12 -0
  104. package/build/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +7 -0
  105. package/build/api/favorite-product/index.d.ts +6 -0
  106. package/build/api/favorite-product/index.js +1 -0
  107. package/build/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +38 -0
  108. package/build/api/html-meta-data/index.d.ts +4 -0
  109. package/build/api/html-meta-data/index.js +1 -0
  110. package/build/api/index.d.ts +25 -0
  111. package/build/api/merchant/__generated__/listMerchantSettings.d.ts +9 -0
  112. package/build/api/merchant/index.d.ts +4 -0
  113. package/build/api/merchant/index.js +1 -0
  114. package/build/api/product-attribute/__generated__/listProductAttribute.d.ts +72 -0
  115. package/build/api/product-attribute/index.d.ts +4 -0
  116. package/build/api/product-campaign/__generated__/getProductCampaigns.d.ts +91 -0
  117. package/build/api/product-campaign/index.d.ts +10 -0
  118. package/build/api/product-campaign/index.js +1 -0
  119. package/build/api/product-option-file/__generated__/getOrderLineFile.d.ts +7 -0
  120. package/build/api/product-option-file/index.d.ts +7 -0
  121. package/build/api/product-option-file/index.js +1 -0
  122. package/build/api/product-option-set/__generated__/ListProductOptionSet.d.ts +104 -0
  123. package/build/api/product-option-set/index.d.ts +4 -0
  124. package/build/api/product-option-set/index.js +1 -0
  125. package/build/api/product-search/__generated__/getProductFilterData.d.ts +61 -0
  126. package/build/api/product-search/__generated__/getRelatedProducts.d.ts +14 -0
  127. package/build/api/product-search/__generated__/searchProducts.d.ts +26 -0
  128. package/build/api/product-search/index.d.ts +38 -0
  129. package/build/api/product-search/index.js +1 -0
  130. package/build/api/raffle/__generated__/getRafflesByCustomerId.d.ts +44 -0
  131. package/build/api/raffle/__generated__/listRaffle.d.ts +85 -0
  132. package/build/api/raffle/__generated__/listRaffleMetaData.d.ts +22 -0
  133. package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +30 -0
  134. package/build/api/raffle/index.d.ts +24 -0
  135. package/build/api/raffle/index.js +1 -0
  136. package/build/api/state/__generated__/listState.d.ts +19 -0
  137. package/build/api/state/index.d.ts +4 -0
  138. package/build/api/state/index.js +1 -0
  139. package/build/api/stock-location/__generated__/listStockLocation.d.ts +7 -0
  140. package/build/api/stock-location/index.d.ts +4 -0
  141. package/build/api/storefront/__generated__/getStorefront.d.ts +63 -0
  142. package/build/api/storefront/index.d.ts +4 -0
  143. package/build/api/storefront/index.js +1 -0
  144. package/build/api/variant-type/__generated__/listVariantType.d.ts +76 -0
  145. package/build/api/variant-type/index.d.ts +4 -0
  146. package/build/assets/translations/checkout/en.js +1 -1
  147. package/build/assets/translations/checkout/tr.js +1 -1
  148. package/build/components/checkout/components/address-form/index.js +1 -1
  149. package/build/components/checkout/components/address-form/model.d.ts +57 -11
  150. package/build/components/checkout/components/address-form/model.js +1 -1
  151. package/build/components/checkout/components/button/index.d.ts +1 -2
  152. package/build/components/checkout/components/button/index.js +1 -1
  153. package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
  154. package/build/components/checkout/components/cart-summary/index.js +1 -1
  155. package/build/components/checkout/components/checkbox/index.d.ts +1 -1
  156. package/build/components/checkout/components/credit-card-form/index.js +1 -1
  157. package/build/components/checkout/components/customer-addresses/index.d.ts +0 -4
  158. package/build/components/checkout/components/customer-addresses/index.js +1 -1
  159. package/build/components/checkout/components/customer-addresses/model.d.ts +1 -1
  160. package/build/components/checkout/components/customer-addresses/model.js +1 -1
  161. package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -1
  162. package/build/components/checkout/components/error/stock-error/index.js +1 -1
  163. package/build/components/checkout/components/form-item/index.js +1 -1
  164. package/build/components/checkout/components/form-item/model.d.ts +0 -2
  165. package/build/components/checkout/components/form-item/model.js +1 -1
  166. package/build/components/checkout/components/form-item/style.module.scss.js +1 -1
  167. package/build/components/checkout/components/modal/index.js +1 -1
  168. package/build/components/checkout/components/select-box/index.d.ts +2 -2
  169. package/build/components/checkout/components/toggle/index.d.ts +1 -1
  170. package/build/components/checkout/index.d.ts +1 -2
  171. package/build/components/checkout/index.js +1 -1
  172. package/build/components/checkout/model.d.ts +8 -48
  173. package/build/components/checkout/model.js +1 -1
  174. package/build/components/checkout/steps/step-info/index.js +1 -1
  175. package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
  176. package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
  177. package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -1
  178. package/build/components/checkout/steps/step-payment/payment-gateways/style.module.scss.js +1 -1
  179. package/build/components/checkout/steps/step-shipping/index.js +1 -1
  180. package/build/components/checkout/steps/step-success/index.js +1 -1
  181. package/build/components/checkout/steps/step-success/style.module.scss.js +1 -1
  182. package/build/components/checkout/style.module.scss.js +1 -1
  183. package/build/components/index.d.ts +1 -1
  184. package/build/components/page/head.d.ts +1 -2
  185. package/build/components/page/head.js +1 -1
  186. package/build/components/page/index.d.ts +1 -2
  187. package/build/components/page/index.js +1 -1
  188. package/build/components/page-editor/ThemeComponentEditor.js +1 -1
  189. package/build/components/page-editor/model.js +1 -1
  190. package/build/ext/@apollo/client/cache/core/cache.js +1 -0
  191. package/build/ext/@apollo/client/cache/core/types/common.js +1 -0
  192. package/build/ext/@apollo/client/cache/inmemory/entityStore.js +1 -0
  193. package/build/ext/@apollo/client/cache/inmemory/helpers.js +1 -0
  194. package/build/ext/@apollo/client/cache/inmemory/inMemoryCache.js +1 -0
  195. package/build/ext/@apollo/client/cache/inmemory/policies.js +1 -0
  196. package/build/ext/@apollo/client/cache/inmemory/reactiveVars.js +1 -0
  197. package/build/ext/@apollo/client/cache/inmemory/readFromStore.js +1 -0
  198. package/build/ext/@apollo/client/cache/inmemory/writeToStore.js +1 -0
  199. package/build/ext/@apollo/client/core/ApolloClient.js +1 -0
  200. package/build/ext/@apollo/client/core/LocalState.js +1 -0
  201. package/build/ext/@apollo/client/core/ObservableQuery.js +1 -0
  202. package/build/ext/@apollo/client/core/QueryInfo.js +1 -0
  203. package/build/ext/@apollo/client/core/QueryManager.js +1 -0
  204. package/build/ext/@apollo/client/core/Reobserver.js +1 -0
  205. package/build/ext/@apollo/client/core/networkStatus.js +1 -0
  206. package/build/ext/@apollo/client/errors/index.js +1 -0
  207. package/build/ext/@apollo/client/ext/tslib/tslib.es6.js +15 -0
  208. package/build/ext/@apollo/client/link/context/index.js +1 -0
  209. package/build/ext/@apollo/client/link/core/ApolloLink.js +1 -0
  210. package/build/ext/@apollo/client/link/core/execute.js +1 -0
  211. package/build/ext/@apollo/client/link/error/index.js +1 -0
  212. package/build/ext/@apollo/client/link/http/HttpLink.js +1 -0
  213. package/build/ext/@apollo/client/link/http/checkFetcher.js +1 -0
  214. package/build/ext/@apollo/client/link/http/createHttpLink.js +1 -0
  215. package/build/ext/@apollo/client/link/http/createSignalIfSupported.js +1 -0
  216. package/build/ext/@apollo/client/link/http/parseAndCheckHttpResponse.js +1 -0
  217. package/build/ext/@apollo/client/link/http/rewriteURIForGET.js +1 -0
  218. package/build/ext/@apollo/client/link/http/selectHttpOptionsAndBody.js +1 -0
  219. package/build/ext/@apollo/client/link/http/selectURI.js +1 -0
  220. package/build/ext/@apollo/client/link/http/serializeFetchParameter.js +1 -0
  221. package/build/ext/@apollo/client/link/utils/createOperation.js +1 -0
  222. package/build/ext/@apollo/client/link/utils/fromError.js +1 -0
  223. package/build/ext/@apollo/client/link/utils/throwServerError.js +1 -0
  224. package/build/ext/@apollo/client/link/utils/transformOperation.js +1 -0
  225. package/build/ext/@apollo/client/link/utils/validateOperation.js +1 -0
  226. package/build/ext/@apollo/client/utilities/common/arrays.js +1 -0
  227. package/build/ext/@apollo/client/utilities/common/canUse.js +1 -0
  228. package/build/ext/@apollo/client/utilities/common/cloneDeep.js +1 -0
  229. package/build/ext/@apollo/client/utilities/common/compact.js +1 -0
  230. package/build/ext/@apollo/client/utilities/common/environment.js +1 -0
  231. package/build/ext/@apollo/client/utilities/common/errorHandling.js +1 -0
  232. package/build/ext/@apollo/client/utilities/common/filterInPlace.js +1 -0
  233. package/build/ext/@apollo/client/utilities/common/maybeDeepFreeze.js +1 -0
  234. package/build/ext/@apollo/client/utilities/common/mergeDeep.js +1 -0
  235. package/build/ext/@apollo/client/utilities/graphql/directives.js +1 -0
  236. package/build/ext/@apollo/client/utilities/graphql/fragments.js +1 -0
  237. package/build/ext/@apollo/client/utilities/graphql/getFromAST.js +1 -0
  238. package/build/ext/@apollo/client/utilities/graphql/storeUtils.js +1 -0
  239. package/build/ext/@apollo/client/utilities/graphql/transform.js +1 -0
  240. package/build/ext/@apollo/client/utilities/observables/Concast.js +1 -0
  241. package/build/ext/@apollo/client/utilities/observables/Observable.js +1 -0
  242. package/build/ext/@apollo/client/utilities/observables/asyncMap.js +1 -0
  243. package/build/ext/@apollo/client/utilities/observables/iteration.js +1 -0
  244. package/build/ext/@apollo/client/version.js +1 -0
  245. package/build/ext/@ungap/global-this/esm/index.js +1 -0
  246. package/build/ext/@wry/context/lib/context.esm.js +1 -0
  247. package/build/ext/@wry/equality/lib/equality.esm.js +1 -0
  248. package/build/ext/@wry/trie/lib/trie.esm.js +1 -0
  249. package/build/ext/fast-json-stable-stringify/index.js +1 -0
  250. package/build/ext/graphql/error/GraphQLError.mjs.js +1 -0
  251. package/build/ext/graphql/error/syntaxError.mjs.js +1 -0
  252. package/build/ext/graphql/jsutils/defineInspect.mjs.js +1 -0
  253. package/build/ext/graphql/jsutils/devAssert.mjs.js +1 -0
  254. package/build/ext/graphql/jsutils/inspect.mjs.js +1 -0
  255. package/build/ext/graphql/jsutils/instanceOf.mjs.js +1 -0
  256. package/build/ext/graphql/jsutils/invariant.mjs.js +1 -0
  257. package/build/ext/graphql/jsutils/isObjectLike.mjs.js +1 -0
  258. package/build/ext/graphql/jsutils/nodejsCustomInspectSymbol.mjs.js +1 -0
  259. package/build/ext/graphql/language/ast.mjs.js +1 -0
  260. package/build/ext/graphql/language/blockString.mjs.js +1 -0
  261. package/build/ext/graphql/language/directiveLocation.mjs.js +1 -0
  262. package/build/ext/graphql/language/kinds.mjs.js +1 -0
  263. package/build/ext/graphql/language/lexer.mjs.js +1 -0
  264. package/build/ext/graphql/language/location.mjs.js +1 -0
  265. package/build/ext/graphql/language/parser.mjs.js +1 -0
  266. package/build/ext/graphql/language/printLocation.mjs.js +1 -0
  267. package/build/ext/graphql/language/printer.mjs.js +1 -0
  268. package/build/ext/graphql/language/source.mjs.js +1 -0
  269. package/build/ext/graphql/language/tokenKind.mjs.js +1 -0
  270. package/build/ext/graphql/language/visitor.mjs.js +1 -0
  271. package/build/ext/graphql/polyfills/symbols.mjs.js +1 -0
  272. package/build/ext/graphql-tag/src/index.js +1 -0
  273. package/build/ext/optimism/lib/bundle.esm.js +1 -0
  274. package/build/ext/symbol-observable/es/index.js +1 -0
  275. package/build/ext/symbol-observable/es/ponyfill.js +1 -0
  276. package/build/ext/ts-invariant/ext/tslib/tslib.es6.js +15 -0
  277. package/build/ext/ts-invariant/lib/invariant.esm.js +1 -0
  278. package/build/ext/tslib/tslib.es6.js +1 -1
  279. package/build/ext/uuid/dist/{esm-node → esm-browser}/regex.js +0 -0
  280. package/build/ext/uuid/dist/esm-browser/rng.js +1 -0
  281. package/build/ext/uuid/dist/esm-browser/stringify.js +1 -0
  282. package/build/ext/uuid/dist/esm-browser/v4.js +1 -0
  283. package/build/ext/uuid/dist/{esm-node → esm-browser}/validate.js +0 -0
  284. package/build/ext/zen-observable/index.js +1 -0
  285. package/build/ext/zen-observable/lib/Observable.js +1 -0
  286. package/build/ikas.js +30 -0
  287. package/build/index.d.ts +0 -1
  288. package/build/index.js +1 -1
  289. package/build/models/data/blog/index.d.ts +53 -19
  290. package/build/models/data/blog/index.js +1 -1
  291. package/build/models/data/brand/index.d.ts +14 -10
  292. package/build/models/data/brand/index.js +1 -1
  293. package/build/models/data/cart/index.d.ts +45 -18
  294. package/build/models/data/cart/index.js +1 -1
  295. package/build/models/data/category/index.d.ts +31 -18
  296. package/build/models/data/category/index.js +1 -1
  297. package/build/models/data/checkout/index.d.ts +90 -5
  298. package/build/models/data/checkout/index.js +1 -1
  299. package/build/models/data/checkout-settings/index.d.ts +20 -8
  300. package/build/models/data/checkout-settings/index.js +1 -1
  301. package/build/models/data/city/index.d.ts +4 -3
  302. package/build/models/data/country/index.d.ts +8 -3
  303. package/build/models/data/customer/address/index.d.ts +33 -36
  304. package/build/models/data/customer/address/index.js +1 -1
  305. package/build/models/data/customer/attribute-value/index.d.ts +6 -4
  306. package/build/models/data/customer/attribute-value/index.js +1 -1
  307. package/build/models/data/customer/index.d.ts +26 -29
  308. package/build/models/data/customer/index.js +1 -1
  309. package/build/models/data/customer-attribute/customer-attribute-option/index.d.ts +4 -2
  310. package/build/models/data/customer-attribute/customer-attribute-option/index.js +1 -1
  311. package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.d.ts +15 -6
  312. package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.js +1 -1
  313. package/build/models/data/customer-attribute/index.d.ts +27 -14
  314. package/build/models/data/customer-attribute/index.js +1 -1
  315. package/build/models/data/customer-review/index.d.ts +22 -7
  316. package/build/models/data/customer-review/index.js +1 -1
  317. package/build/models/data/customer-review-settings/index.d.ts +4 -0
  318. package/build/models/data/customer-review-summary/index.d.ts +14 -6
  319. package/build/models/data/customer-review-summary/index.js +1 -1
  320. package/build/models/data/district/index.d.ts +4 -3
  321. package/build/models/data/favorite-product/index.d.ts +5 -2
  322. package/build/models/data/favorite-product/index.js +1 -1
  323. package/build/models/data/html-meta-data/index.d.ts +18 -7
  324. package/build/models/data/html-meta-data/index.js +1 -1
  325. package/build/models/data/image/index.js +1 -1
  326. package/build/models/data/index.d.ts +38 -59
  327. package/build/models/data/installment-info/index.d.ts +30 -0
  328. package/build/models/data/installment-info/index.js +1 -0
  329. package/build/models/data/language/index.d.ts +6 -0
  330. package/build/models/data/merchant-settings/index.d.ts +5 -3
  331. package/build/models/data/merchant-settings/index.js +1 -1
  332. package/build/models/data/order/address/index.d.ts +32 -32
  333. package/build/models/data/order/address/index.js +1 -1
  334. package/build/models/data/order/adjustment/index.d.ts +15 -8
  335. package/build/models/data/order/gift-line/index.d.ts +4 -3
  336. package/build/models/data/order/index.d.ts +132 -39
  337. package/build/models/data/order/index.js +1 -1
  338. package/build/models/data/order/line-item/discount/index.d.ts +10 -5
  339. package/build/models/data/order/line-item/discount/index.js +1 -1
  340. package/build/models/data/order/line-item/index.d.ts +31 -10
  341. package/build/models/data/order/line-item/index.js +1 -1
  342. package/build/models/data/order/line-item/options/index.d.ts +11 -0
  343. package/build/models/data/order/line-item/options/index.js +1 -0
  344. package/build/models/data/order/line-item/options/options-value/index.d.ts +6 -0
  345. package/build/models/data/order/line-item/options/options-value/index.js +1 -0
  346. package/build/models/data/order/line-item/variant/index.d.ts +17 -7
  347. package/build/models/data/order/line-item/variant/index.js +1 -1
  348. package/build/models/data/order/refund/index.d.ts +1 -1
  349. package/build/models/data/order/refund/refund-line-item/index.d.ts +5 -0
  350. package/build/models/data/order/refund/{settings/index.d.ts → settings.d.ts} +0 -0
  351. package/build/models/data/order/refund/{settings/index.js → settings.js} +0 -0
  352. package/build/models/data/order/shipping-line/index.d.ts +7 -3
  353. package/build/models/data/order-transaction/index.d.ts +74 -0
  354. package/build/models/data/order-transaction/index.js +1 -0
  355. package/build/models/data/payment-gateway/index.d.ts +34 -10
  356. package/build/models/data/payment-gateway/index.js +1 -1
  357. package/build/models/data/product/attribute-value/index.d.ts +5 -5
  358. package/build/models/data/product/attribute-value/index.js +1 -1
  359. package/build/models/data/product/variant/index.d.ts +1 -1
  360. package/build/models/data/product/variant/index.js +1 -1
  361. package/build/models/data/product/variant/price/index.d.ts +4 -2
  362. package/build/models/data/product/variant/price/index.js +1 -1
  363. package/build/models/data/product-attribute/index.d.ts +2 -2
  364. package/build/models/data/product-attribute/{option → product-attribute-option}/index.d.ts +0 -0
  365. package/build/models/data/product-attribute/{option → product-attribute-option}/index.js +0 -0
  366. package/build/models/data/product-attribute/{table-cell → product-attribute-table-cell}/index.d.ts +0 -0
  367. package/build/models/data/product-attribute/{table-cell → product-attribute-table-cell}/index.js +0 -0
  368. package/build/models/data/product-attribute/product-attribute-table-template/index.d.ts +6 -0
  369. package/build/models/data/product-attribute/product-attribute-table-template/index.js +1 -0
  370. package/build/models/data/product-campaing/campaign/index.d.ts +41 -0
  371. package/build/models/data/{product-campaign → product-campaing}/campaign/index.js +0 -0
  372. package/build/models/data/{product-campaign → product-campaing}/filter/index.d.ts +0 -0
  373. package/build/models/data/{product-campaign → product-campaing}/filter/index.js +0 -0
  374. package/build/models/data/{product-campaign → product-campaing}/index.d.ts +0 -0
  375. package/build/models/data/{product-campaign → product-campaing}/index.js +0 -0
  376. package/build/models/data/{product-campaign → product-campaing}/product-buyx-then-gety/index.d.ts +0 -0
  377. package/build/models/data/{product-campaign → product-campaing}/product-buyx-then-gety/index.js +0 -0
  378. package/build/models/data/{product-campaign → product-campaing}/product-campaign-date-range-field/index.d.ts +0 -0
  379. package/build/models/data/{product-campaign → product-campaing}/product-campaign-date-range-field/index.js +0 -0
  380. package/build/models/data/{product-campaign → product-campaing}/product-fixed-discount/index.d.ts +0 -0
  381. package/build/models/data/{product-campaign → product-campaing}/product-fixed-discount/index.js +0 -0
  382. package/build/models/data/product-cart-item-options/index.d.ts +6 -0
  383. package/build/models/data/product-cart-item-options/index.js +1 -0
  384. package/build/models/data/product-filter/index.d.ts +7 -6
  385. package/build/models/data/product-filter/index.js +1 -1
  386. package/build/models/data/product-option-set/index.d.ts +14 -2
  387. package/build/models/data/product-option-set/index.js +1 -1
  388. package/build/models/data/raffle/index.d.ts +0 -2
  389. package/build/models/data/raffle/index.js +1 -1
  390. package/build/models/data/simple-product/index.d.ts +138 -0
  391. package/build/models/data/state/index.d.ts +5 -3
  392. package/build/models/data/storefront/index.d.ts +0 -2
  393. package/build/models/data/storefront/index.js +1 -1
  394. package/build/models/theme/custom-data/index.js +1 -1
  395. package/build/models/theme/page/index.d.ts +1 -2
  396. package/build/models/theme/page/index.js +1 -1
  397. package/build/models/theme/settings/color/index.js +1 -1
  398. package/build/models/ui/blog-category-list/index.js +1 -1
  399. package/build/models/ui/blog-list/index.js +1 -1
  400. package/build/models/ui/brand-list/index.js +1 -1
  401. package/build/models/ui/category-list/index.js +1 -1
  402. package/build/models/ui/customer-review-list/index.js +1 -1
  403. package/build/models/ui/customer-review-summary-list/index.d.ts +1 -1
  404. package/build/models/ui/customer-review-summary-list/index.js +1 -1
  405. package/build/models/ui/product-detail/index.js +1 -1
  406. package/build/models/ui/product-list/index.d.ts +2 -2
  407. package/build/models/ui/product-list/index.js +1 -1
  408. package/build/models/ui/raffle-list/index.js +1 -1
  409. package/build/models/ui/validator/form/account-info.d.ts +1 -1
  410. package/build/models/ui/validator/form/account-info.js +1 -1
  411. package/build/models/ui/validator/form/address.js +1 -1
  412. package/build/models/ui/validator/form/raffle-form.js +1 -1
  413. package/build/models/ui/validator/form/register.d.ts +1 -1
  414. package/build/pages/404.js +1 -1
  415. package/build/pages/_slug_/index.js +1 -1
  416. package/build/pages/account/addresses.js +1 -1
  417. package/build/pages/account/favorite-products.js +1 -1
  418. package/build/pages/account/forgot-password.js +1 -1
  419. package/build/pages/account/index.js +1 -1
  420. package/build/pages/account/login.js +1 -1
  421. package/build/pages/account/orders/_id_.js +1 -1
  422. package/build/pages/account/orders/index.js +1 -1
  423. package/build/pages/account/raffles.js +1 -1
  424. package/build/pages/account/recover-password.js +1 -1
  425. package/build/pages/account/register.js +1 -1
  426. package/build/pages/blog/_slug_.js +1 -1
  427. package/build/pages/blog/index.js +1 -1
  428. package/build/pages/cart.js +1 -1
  429. package/build/pages/checkout.js +1 -1
  430. package/build/pages/editor.d.ts +1 -1
  431. package/build/pages/editor.js +1 -1
  432. package/build/pages/home.js +1 -1
  433. package/build/pages/pages/_slug_.js +1 -1
  434. package/build/pages/raffle/_slug_.js +1 -1
  435. package/build/pages/raffle/index.js +1 -1
  436. package/build/pages/search.js +1 -1
  437. package/build/providers/helpers/raffles.js +1 -1
  438. package/build/providers/page-data-get.d.ts +1 -4
  439. package/build/providers/page-data-get.js +1 -1
  440. package/build/providers/page-data-init.js +1 -1
  441. package/build/providers/page-data-next.d.ts +6 -30
  442. package/build/providers/page-data-next.js +1 -1
  443. package/build/providers/placeholders.js +1 -1
  444. package/build/providers/prop-value/attribute-list.js +1 -1
  445. package/build/providers/prop-value/attribute.js +1 -1
  446. package/build/providers/prop-value/blog-category-list.js +1 -1
  447. package/build/providers/prop-value/blog-category.js +1 -1
  448. package/build/providers/prop-value/blog-list.js +1 -1
  449. package/build/providers/prop-value/blog.js +1 -1
  450. package/build/providers/prop-value/brand-list.js +1 -1
  451. package/build/providers/prop-value/brand.js +1 -1
  452. package/build/providers/prop-value/category-list.js +1 -1
  453. package/build/providers/prop-value/category.js +1 -1
  454. package/build/providers/prop-value/custom.js +1 -1
  455. package/build/providers/prop-value/image-list.js +1 -1
  456. package/build/providers/prop-value/image.js +1 -1
  457. package/build/providers/prop-value/link.js +1 -1
  458. package/build/providers/prop-value/product-detail.js +1 -1
  459. package/build/providers/prop-value/product-list.js +1 -1
  460. package/build/providers/prop-value/raffle-list.js +1 -1
  461. package/build/providers/prop-value/raffle.js +1 -1
  462. package/build/providers/prop-value/slider.d.ts +1 -1
  463. package/build/scripts/generators/config/content.d.ts +0 -5
  464. package/build/scripts/generators/config/content.js +1 -1
  465. package/build/scripts/generators/config/index.js +1 -1
  466. package/build/scripts/generators/types/index.d.ts +1 -2
  467. package/build/scripts/generators/types/index.js +1 -1
  468. package/build/store/base.d.ts +0 -2
  469. package/build/store/base.js +1 -1
  470. package/build/store/cart.d.ts +29 -0
  471. package/build/store/cart.js +1 -0
  472. package/build/store/customer.d.ts +96 -0
  473. package/build/store/customer.js +1 -0
  474. package/build/storefront/index.d.ts +2 -9
  475. package/build/storefront/index.js +1 -1
  476. package/build/utils/constants.d.ts +0 -1
  477. package/build/utils/constants.js +1 -1
  478. package/build/utils/currency.d.ts +2 -2
  479. package/build/utils/currency.js +1 -1
  480. package/build/utils/helper.js +1 -1
  481. package/package.json +7 -7
  482. package/build/__api/models/AbandonedCartFlow.d.ts +0 -19
  483. package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +0 -10
  484. package/build/__api/models/AddItemToCartInput.d.ts +0 -16
  485. package/build/__api/models/AdditionalPrice.d.ts +0 -13
  486. package/build/__api/models/AdditionalPrice.js +0 -1
  487. package/build/__api/models/ApplicableProductFilterValue.d.ts +0 -13
  488. package/build/__api/models/AppliedProduct.d.ts +0 -10
  489. package/build/__api/models/AppliedProductInput.d.ts +0 -10
  490. package/build/__api/models/AvailableShippingMethod.d.ts +0 -14
  491. package/build/__api/models/AvailableShippingMethod.js +0 -1
  492. package/build/__api/models/Blog.d.ts +0 -28
  493. package/build/__api/models/Blog.js +0 -1
  494. package/build/__api/models/BlogCategory.d.ts +0 -13
  495. package/build/__api/models/BlogCategory.js +0 -1
  496. package/build/__api/models/BlogCategoryPaginationResponse.d.ts +0 -14
  497. package/build/__api/models/BlogContent.d.ts +0 -12
  498. package/build/__api/models/BlogContent.js +0 -1
  499. package/build/__api/models/BlogMetadata.d.ts +0 -17
  500. package/build/__api/models/BlogMetadata.js +0 -1
  501. package/build/__api/models/BlogMetadataPaginationResponse.d.ts +0 -14
  502. package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +0 -13
  503. package/build/__api/models/BlogPaginationResponse.d.ts +0 -14
  504. package/build/__api/models/BlogTag.d.ts +0 -10
  505. package/build/__api/models/BlogTag.js +0 -1
  506. package/build/__api/models/BlogWriter.d.ts +0 -10
  507. package/build/__api/models/BlogWriter.js +0 -1
  508. package/build/__api/models/BooleanFilterInput.d.ts +0 -9
  509. package/build/__api/models/BuyX.d.ts +0 -12
  510. package/build/__api/models/BuyXThenGetY.d.ts +0 -13
  511. package/build/__api/models/Campaign.d.ts +0 -30
  512. package/build/__api/models/CampaignDateRangeField.d.ts +0 -10
  513. package/build/__api/models/CampaignFilter.d.ts +0 -11
  514. package/build/__api/models/CampaignMinMaxRangeField.d.ts +0 -10
  515. package/build/__api/models/CampaignOffer.d.ts +0 -22
  516. package/build/__api/models/CampaignOffer.js +0 -1
  517. package/build/__api/models/CampaignOfferProduct.d.ts +0 -22
  518. package/build/__api/models/CampaignOfferProduct.js +0 -1
  519. package/build/__api/models/CampaignOfferProductTranslation.d.ts +0 -11
  520. package/build/__api/models/CampaignOfferProductTranslation.js +0 -1
  521. package/build/__api/models/CampaignOfferTriggerSettings.d.ts +0 -11
  522. package/build/__api/models/CampaignOfferTriggerSettings.js +0 -1
  523. package/build/__api/models/Cart.d.ts +0 -31
  524. package/build/__api/models/CartCampaignOffer.d.ts +0 -17
  525. package/build/__api/models/CartLineItemInput.d.ts +0 -12
  526. package/build/__api/models/CartLineOptionInput.d.ts +0 -11
  527. package/build/__api/models/CartLineVariantInput.d.ts +0 -10
  528. package/build/__api/models/CartStorefrontRouting.d.ts +0 -15
  529. package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +0 -10
  530. package/build/__api/models/CartV2.d.ts +0 -68
  531. package/build/__api/models/CartV2CampaignOffer.d.ts +0 -19
  532. package/build/__api/models/CartV2CampaignOffer.js +0 -1
  533. package/build/__api/models/Category.d.ts +0 -27
  534. package/build/__api/models/Category.js +0 -1
  535. package/build/__api/models/CategoryCondition.d.ts +0 -11
  536. package/build/__api/models/CategoryCondition.js +0 -1
  537. package/build/__api/models/CategoryFilterInput.d.ts +0 -10
  538. package/build/__api/models/CategoryPaginationResponse.d.ts +0 -14
  539. package/build/__api/models/CategoryPathFilterInput.d.ts +0 -9
  540. package/build/__api/models/CategoryPathItem.d.ts +0 -17
  541. package/build/__api/models/CategoryPathItem.js +0 -1
  542. package/build/__api/models/CategoryTranslation.d.ts +0 -11
  543. package/build/__api/models/CategoryTranslation.js +0 -1
  544. package/build/__api/models/CheckStocksLineInput.d.ts +0 -11
  545. package/build/__api/models/CheckStocksLineInput.js +0 -1
  546. package/build/__api/models/CheckStocksLineResponse.d.ts +0 -11
  547. package/build/__api/models/CheckStocksResponse.d.ts +0 -10
  548. package/build/__api/models/Checkout.d.ts +0 -44
  549. package/build/__api/models/CheckoutCustomer.d.ts +0 -19
  550. package/build/__api/models/CheckoutCustomerInput.d.ts +0 -13
  551. package/build/__api/models/CheckoutCustomerInput.js +0 -1
  552. package/build/__api/models/CheckoutOption.d.ts +0 -10
  553. package/build/__api/models/CheckoutOption.js +0 -1
  554. package/build/__api/models/CheckoutSettings.d.ts +0 -24
  555. package/build/__api/models/CheckoutSettings.js +0 -1
  556. package/build/__api/models/CheckoutSettingsPrice.d.ts +0 -10
  557. package/build/__api/models/CheckoutSettingsPrice.js +0 -1
  558. package/build/__api/models/City.d.ts +0 -16
  559. package/build/__api/models/City.js +0 -1
  560. package/build/__api/models/Country.d.ts +0 -22
  561. package/build/__api/models/Country.js +0 -1
  562. package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +0 -12
  563. package/build/__api/models/CreateCustomerReviewInput.d.ts +0 -20
  564. package/build/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.d.ts +0 -10
  565. package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +0 -14
  566. package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +0 -14
  567. package/build/__api/models/CreateStripePaymentIntentResponse.d.ts +0 -12
  568. package/build/__api/models/CreateStripePaymentIntentResponse.js +0 -1
  569. package/build/__api/models/CurrencyRate.d.ts +0 -13
  570. package/build/__api/models/CurrencyRateData.d.ts +0 -10
  571. package/build/__api/models/Customer.d.ts +0 -34
  572. package/build/__api/models/CustomerAddress.d.ts +0 -31
  573. package/build/__api/models/CustomerAddressCity.d.ts +0 -11
  574. package/build/__api/models/CustomerAddressCity.js +0 -1
  575. package/build/__api/models/CustomerAddressCityInput.d.ts +0 -11
  576. package/build/__api/models/CustomerAddressCityInput.js +0 -1
  577. package/build/__api/models/CustomerAddressCountry.d.ts +0 -13
  578. package/build/__api/models/CustomerAddressCountry.js +0 -1
  579. package/build/__api/models/CustomerAddressCountryInput.d.ts +0 -13
  580. package/build/__api/models/CustomerAddressCountryInput.js +0 -1
  581. package/build/__api/models/CustomerAddressDistrict.d.ts +0 -11
  582. package/build/__api/models/CustomerAddressDistrict.js +0 -1
  583. package/build/__api/models/CustomerAddressDistrictInput.d.ts +0 -11
  584. package/build/__api/models/CustomerAddressDistrictInput.js +0 -1
  585. package/build/__api/models/CustomerAddressState.d.ts +0 -11
  586. package/build/__api/models/CustomerAddressState.js +0 -1
  587. package/build/__api/models/CustomerAddressStateInput.d.ts +0 -11
  588. package/build/__api/models/CustomerAddressStateInput.js +0 -1
  589. package/build/__api/models/CustomerAttribute.d.ts +0 -19
  590. package/build/__api/models/CustomerAttribute.js +0 -1
  591. package/build/__api/models/CustomerAttributeOption.d.ts +0 -10
  592. package/build/__api/models/CustomerAttributeOption.js +0 -1
  593. package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +0 -10
  594. package/build/__api/models/CustomerAttributeOptionTranslation.js +0 -1
  595. package/build/__api/models/CustomerAttributeSalesChannel.d.ts +0 -13
  596. package/build/__api/models/CustomerAttributeSalesChannel.js +0 -1
  597. package/build/__api/models/CustomerAttributeTranslation.d.ts +0 -13
  598. package/build/__api/models/CustomerAttributeTranslation.js +0 -1
  599. package/build/__api/models/CustomerAttributeValue.d.ts +0 -11
  600. package/build/__api/models/CustomerAttributeValue.js +0 -1
  601. package/build/__api/models/CustomerAttributeValueInput.d.ts +0 -11
  602. package/build/__api/models/CustomerAttributeValueInput.js +0 -1
  603. package/build/__api/models/CustomerCheckResponse.d.ts +0 -9
  604. package/build/__api/models/CustomerFavoriteProduct.d.ts +0 -11
  605. package/build/__api/models/CustomerFavoriteProduct.js +0 -1
  606. package/build/__api/models/CustomerLoginResponse.d.ts +0 -12
  607. package/build/__api/models/CustomerRefreshTokenResponse.d.ts +0 -10
  608. package/build/__api/models/CustomerReview.d.ts +0 -24
  609. package/build/__api/models/CustomerReview.js +0 -1
  610. package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +0 -14
  611. package/build/__api/models/CustomerReviewSummary.d.ts +0 -14
  612. package/build/__api/models/CustomerReviewSummary.js +0 -1
  613. package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +0 -14
  614. package/build/__api/models/CustomerReviewSummaryStar.d.ts +0 -10
  615. package/build/__api/models/CustomerReviewSummaryStar.js +0 -1
  616. package/build/__api/models/DateFilterInput.d.ts +0 -16
  617. package/build/__api/models/District.d.ts +0 -16
  618. package/build/__api/models/District.js +0 -1
  619. package/build/__api/models/FixedDiscount.d.ts +0 -14
  620. package/build/__api/models/GetAvailableStockLocation.d.ts +0 -14
  621. package/build/__api/models/GetAvailableStockLocation.js +0 -1
  622. package/build/__api/models/GetAvailableStockLocationAddress.d.ts +0 -16
  623. package/build/__api/models/GetAvailableStockLocationAddress.js +0 -1
  624. package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +0 -11
  625. package/build/__api/models/GetAvailableStockLocationAddressCity.js +0 -1
  626. package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +0 -10
  627. package/build/__api/models/GetOrderLineFile.d.ts +0 -9
  628. package/build/__api/models/GetProductCampaignsInput.d.ts +0 -11
  629. package/build/__api/models/GetProductCampaignsResponse.d.ts +0 -11
  630. package/build/__api/models/GetProductOptionFileUrl.d.ts +0 -11
  631. package/build/__api/models/GetVariantStockLocation.d.ts +0 -12
  632. package/build/__api/models/GetVariantStockLocationListResponse.d.ts +0 -10
  633. package/build/__api/models/GetY.d.ts +0 -13
  634. package/build/__api/models/HTMLMetaData.d.ts +0 -22
  635. package/build/__api/models/HTMLMetaData.js +0 -1
  636. package/build/__api/models/HTMLMetaDataOverride.d.ts +0 -13
  637. package/build/__api/models/HTMLMetaDataOverride.js +0 -1
  638. package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +0 -13
  639. package/build/__api/models/HTMLMetaDataTranslation.d.ts +0 -11
  640. package/build/__api/models/HTMLMetaDataTranslation.js +0 -1
  641. package/build/__api/models/Invoice.d.ts +0 -16
  642. package/build/__api/models/Invoice.js +0 -1
  643. package/build/__api/models/ListCustomerReviewInput.d.ts +0 -9
  644. package/build/__api/models/LocationTranslations.d.ts +0 -10
  645. package/build/__api/models/LocationTranslations.js +0 -1
  646. package/build/__api/models/MasterpassTokenResponse.d.ts +0 -11
  647. package/build/__api/models/MerchantSettings.d.ts +0 -14
  648. package/build/__api/models/MerchantSettings.js +0 -1
  649. package/build/__api/models/MerchantSettingsCurrencyFormat.d.ts +0 -15
  650. package/build/__api/models/MerchantSettingsCurrencyFormat.js +0 -1
  651. package/build/__api/models/OrderAddress.d.ts +0 -28
  652. package/build/__api/models/OrderAddressCity.d.ts +0 -11
  653. package/build/__api/models/OrderAddressCity.js +0 -1
  654. package/build/__api/models/OrderAddressCityInput.d.ts +0 -11
  655. package/build/__api/models/OrderAddressCityInput.js +0 -1
  656. package/build/__api/models/OrderAddressCountry.d.ts +0 -13
  657. package/build/__api/models/OrderAddressCountry.js +0 -1
  658. package/build/__api/models/OrderAddressCountryInput.d.ts +0 -13
  659. package/build/__api/models/OrderAddressCountryInput.js +0 -1
  660. package/build/__api/models/OrderAddressDistrict.d.ts +0 -11
  661. package/build/__api/models/OrderAddressDistrict.js +0 -1
  662. package/build/__api/models/OrderAddressDistrictInput.d.ts +0 -11
  663. package/build/__api/models/OrderAddressDistrictInput.js +0 -1
  664. package/build/__api/models/OrderAddressInput.d.ts +0 -28
  665. package/build/__api/models/OrderAddressInput.js +0 -1
  666. package/build/__api/models/OrderAddressState.d.ts +0 -11
  667. package/build/__api/models/OrderAddressState.js +0 -1
  668. package/build/__api/models/OrderAddressStateInput.d.ts +0 -11
  669. package/build/__api/models/OrderAddressStateInput.js +0 -1
  670. package/build/__api/models/OrderAdjustment.d.ts +0 -19
  671. package/build/__api/models/OrderAdjustment.js +0 -1
  672. package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +0 -12
  673. package/build/__api/models/OrderAdjustmentAppliedOrderLine.js +0 -1
  674. package/build/__api/models/OrderAdjustmentInput.d.ts +0 -16
  675. package/build/__api/models/OrderAdjustmentInput.js +0 -1
  676. package/build/__api/models/OrderCurrencyRate.d.ts +0 -11
  677. package/build/__api/models/OrderCustomer.d.ts +0 -16
  678. package/build/__api/models/OrderGiftPackageLine.d.ts +0 -10
  679. package/build/__api/models/OrderGiftPackageLine.js +0 -1
  680. package/build/__api/models/OrderLineDiscount.d.ts +0 -15
  681. package/build/__api/models/OrderLineDiscount.js +0 -1
  682. package/build/__api/models/OrderLineItem.d.ts +0 -26
  683. package/build/__api/models/OrderLineItem.js +0 -1
  684. package/build/__api/models/OrderLineOption.d.ts +0 -15
  685. package/build/__api/models/OrderLineOption.js +0 -1
  686. package/build/__api/models/OrderLineOptionValue.d.ts +0 -11
  687. package/build/__api/models/OrderLineOptionValue.js +0 -1
  688. package/build/__api/models/OrderLineVariant.d.ts +0 -27
  689. package/build/__api/models/OrderLineVariant.js +0 -1
  690. package/build/__api/models/OrderLineVariantBrand.d.ts +0 -10
  691. package/build/__api/models/OrderLineVariantBrand.js +0 -1
  692. package/build/__api/models/OrderLineVariantCategory.d.ts +0 -12
  693. package/build/__api/models/OrderLineVariantCategory.js +0 -1
  694. package/build/__api/models/OrderLineVariantCategoryPath.d.ts +0 -10
  695. package/build/__api/models/OrderLineVariantCategoryPath.js +0 -1
  696. package/build/__api/models/OrderLineVariantPrice.d.ts +0 -13
  697. package/build/__api/models/OrderLineVariantPrice.js +0 -1
  698. package/build/__api/models/OrderLineVariantVariantValues.d.ts +0 -13
  699. package/build/__api/models/OrderLineVariantVariantValues.js +0 -1
  700. package/build/__api/models/OrderPackage.d.ts +0 -18
  701. package/build/__api/models/OrderPackage.js +0 -1
  702. package/build/__api/models/OrderPaymentMethod.d.ts +0 -14
  703. package/build/__api/models/OrderPaymentMethod.js +0 -1
  704. package/build/__api/models/OrderRefundOrderLineInput.d.ts +0 -10
  705. package/build/__api/models/OrderRefundOrderLineInput.js +0 -1
  706. package/build/__api/models/OrderRefundRequestInput.d.ts +0 -12
  707. package/build/__api/models/OrderRefundSettings.d.ts +0 -14
  708. package/build/__api/models/OrderShippingLine.d.ts +0 -17
  709. package/build/__api/models/OrderShippingLine.js +0 -1
  710. package/build/__api/models/OrderStorefrontRouting.d.ts +0 -15
  711. package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +0 -10
  712. package/build/__api/models/OrderTaxLine.d.ts +0 -10
  713. package/build/__api/models/OrderTaxLine.js +0 -1
  714. package/build/__api/models/PaginationInput.d.ts +0 -10
  715. package/build/__api/models/PaymentGateway.d.ts +0 -29
  716. package/build/__api/models/PaymentGateway.js +0 -1
  717. package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +0 -10
  718. package/build/__api/models/PaymentGatewayPaymentMethod.js +0 -1
  719. package/build/__api/models/PaymentGatewaySettings.d.ts +0 -13
  720. package/build/__api/models/PaymentGatewaySettings.js +0 -1
  721. package/build/__api/models/PaymentGatewayTranslation.d.ts +0 -11
  722. package/build/__api/models/PaymentGatewayTranslation.js +0 -1
  723. package/build/__api/models/PaymentMethodDetailInput.d.ts +0 -15
  724. package/build/__api/models/Product.d.ts +0 -33
  725. package/build/__api/models/ProductAttribute.d.ts +0 -19
  726. package/build/__api/models/ProductAttributeOption.d.ts +0 -10
  727. package/build/__api/models/ProductAttributeOptionTranslation.d.ts +0 -10
  728. package/build/__api/models/ProductAttributeTableCellData.d.ts +0 -10
  729. package/build/__api/models/ProductAttributeTableTemplate.d.ts +0 -11
  730. package/build/__api/models/ProductAttributeTranslation.d.ts +0 -13
  731. package/build/__api/models/ProductAttributeValue.d.ts +0 -12
  732. package/build/__api/models/ProductAttributeValue.js +0 -1
  733. package/build/__api/models/ProductBackInStockRemind.d.ts +0 -14
  734. package/build/__api/models/ProductBackInStockRemindInput.d.ts +0 -11
  735. package/build/__api/models/ProductBrand.d.ts +0 -19
  736. package/build/__api/models/ProductBrand.js +0 -1
  737. package/build/__api/models/ProductBrandPaginationResponse.d.ts +0 -14
  738. package/build/__api/models/ProductBrandTranslation.d.ts +0 -11
  739. package/build/__api/models/ProductBrandTranslation.js +0 -1
  740. package/build/__api/models/ProductFacetCount.d.ts +0 -11
  741. package/build/__api/models/ProductFacetCountValue.d.ts +0 -10
  742. package/build/__api/models/ProductFilterData.d.ts +0 -12
  743. package/build/__api/models/ProductFilterDataFilter.d.ts +0 -24
  744. package/build/__api/models/ProductFilterSettings.d.ts +0 -14
  745. package/build/__api/models/ProductImage.d.ts +0 -12
  746. package/build/__api/models/ProductItem.d.ts +0 -11
  747. package/build/__api/models/ProductItemInput.d.ts +0 -11
  748. package/build/__api/models/ProductLastViewed.d.ts +0 -12
  749. package/build/__api/models/ProductLastViewedInput.d.ts +0 -12
  750. package/build/__api/models/ProductOption.d.ts +0 -28
  751. package/build/__api/models/ProductOptionDateSettings.d.ts +0 -12
  752. package/build/__api/models/ProductOptionFileSettings.d.ts +0 -11
  753. package/build/__api/models/ProductOptionSelectSettings.d.ts +0 -14
  754. package/build/__api/models/ProductOptionSelectValue.d.ts +0 -16
  755. package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +0 -10
  756. package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +0 -10
  757. package/build/__api/models/ProductOptionSet.d.ts +0 -14
  758. package/build/__api/models/ProductOptionSetTranslations.d.ts +0 -11
  759. package/build/__api/models/ProductOptionTextSettings.d.ts +0 -10
  760. package/build/__api/models/ProductOptionTranslations.d.ts +0 -13
  761. package/build/__api/models/ProductPaginationResponse.d.ts +0 -14
  762. package/build/__api/models/ProductPrice.d.ts +0 -13
  763. package/build/__api/models/ProductPrice.js +0 -1
  764. package/build/__api/models/ProductSearchResponse.d.ts +0 -17
  765. package/build/__api/models/ProductStockLocation.d.ts +0 -13
  766. package/build/__api/models/ProductTagTranslation.d.ts +0 -11
  767. package/build/__api/models/ProductTranslation.d.ts +0 -11
  768. package/build/__api/models/ProductVariantType.d.ts +0 -11
  769. package/build/__api/models/Raffle.d.ts +0 -23
  770. package/build/__api/models/RaffleDateRangeField.d.ts +0 -10
  771. package/build/__api/models/RaffleMetadata.d.ts +0 -17
  772. package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +0 -13
  773. package/build/__api/models/RafflePaginationResponse.d.ts +0 -14
  774. package/build/__api/models/RaffleParticipants.d.ts +0 -23
  775. package/build/__api/models/RaffleParticipantsInput.d.ts +0 -17
  776. package/build/__api/models/RaffleParticipantsUpdateInput.d.ts +0 -13
  777. package/build/__api/models/RaffleVariantInformation.d.ts +0 -10
  778. package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +0 -11
  779. package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +0 -17
  780. package/build/__api/models/SaveCartInput.d.ts +0 -23
  781. package/build/__api/models/SaveCartInput.js +0 -1
  782. package/build/__api/models/SaveCheckoutInput.d.ts +0 -26
  783. package/build/__api/models/SaveItemToCartInput.d.ts +0 -19
  784. package/build/__api/models/SaveMyCustomerAddressInput.d.ts +0 -29
  785. package/build/__api/models/SaveMyCustomerAddressInput.js +0 -1
  786. package/build/__api/models/SaveMyCustomerInput.d.ts +0 -17
  787. package/build/__api/models/SaveMyCustomerInput.js +0 -1
  788. package/build/__api/models/SearchCategory.d.ts +0 -15
  789. package/build/__api/models/SearchCategoryPath.d.ts +0 -13
  790. package/build/__api/models/SearchDynamicCurrencySettings.d.ts +0 -10
  791. package/build/__api/models/SearchHTMLMetaData.d.ts +0 -18
  792. package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +0 -13
  793. package/build/__api/models/SearchInput.d.ts +0 -32
  794. package/build/__api/models/SearchInputFacetListInput.d.ts +0 -12
  795. package/build/__api/models/SearchInputFilterListInput.d.ts +0 -14
  796. package/build/__api/models/SearchInputFilterListInput.js +0 -1
  797. package/build/__api/models/SearchInputOrderByInput.d.ts +0 -11
  798. package/build/__api/models/SearchProduct.d.ts +0 -34
  799. package/build/__api/models/SearchProductAttribute.d.ts +0 -15
  800. package/build/__api/models/SearchProductAttributeOption.d.ts +0 -10
  801. package/build/__api/models/SearchProductAttributeTableCellData.d.ts +0 -10
  802. package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +0 -11
  803. package/build/__api/models/SearchProductAttributeValue.d.ts +0 -14
  804. package/build/__api/models/SearchProductBrand.d.ts +0 -13
  805. package/build/__api/models/SearchProductImage.d.ts +0 -12
  806. package/build/__api/models/SearchProductPrice.d.ts +0 -13
  807. package/build/__api/models/SearchProductStockLocation.d.ts +0 -10
  808. package/build/__api/models/SearchProductTag.d.ts +0 -12
  809. package/build/__api/models/SearchProductVariantType.d.ts +0 -12
  810. package/build/__api/models/SearchVariant.d.ts +0 -25
  811. package/build/__api/models/SearchVariantType.d.ts +0 -15
  812. package/build/__api/models/SearchVariantValue.d.ts +0 -12
  813. package/build/__api/models/SearchVariationValueRelation.d.ts +0 -10
  814. package/build/__api/models/SocialLoginSettings.d.ts +0 -12
  815. package/build/__api/models/State.d.ts +0 -12
  816. package/build/__api/models/State.js +0 -1
  817. package/build/__api/models/StockLocation.d.ts +0 -18
  818. package/build/__api/models/StockLocation.js +0 -1
  819. package/build/__api/models/StockLocationAddress.d.ts +0 -19
  820. package/build/__api/models/StockLocationAddress.js +0 -1
  821. package/build/__api/models/StockLocationAddressCity.d.ts +0 -11
  822. package/build/__api/models/StockLocationAddressCity.js +0 -1
  823. package/build/__api/models/StockLocationAddressCountry.d.ts +0 -11
  824. package/build/__api/models/StockLocationAddressCountry.js +0 -1
  825. package/build/__api/models/StockLocationAddressDistrict.d.ts +0 -11
  826. package/build/__api/models/StockLocationAddressDistrict.js +0 -1
  827. package/build/__api/models/StockLocationAddressState.d.ts +0 -11
  828. package/build/__api/models/StockLocationAddressState.js +0 -1
  829. package/build/__api/models/Storefront.d.ts +0 -32
  830. package/build/__api/models/StorefrontDomain.d.ts +0 -13
  831. package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +0 -10
  832. package/build/__api/models/StorefrontLocalization.d.ts +0 -12
  833. package/build/__api/models/StorefrontOrder.d.ts +0 -50
  834. package/build/__api/models/StorefrontRouting.d.ts +0 -16
  835. package/build/__api/models/StorefrontTheme.d.ts +0 -15
  836. package/build/__api/models/StorefrontTransaction.d.ts +0 -27
  837. package/build/__api/models/StringFilterInput.d.ts +0 -13
  838. package/build/__api/models/Town.d.ts +0 -12
  839. package/build/__api/models/TrackingInfo.d.ts +0 -13
  840. package/build/__api/models/TrackingInfo.js +0 -1
  841. package/build/__api/models/TransactionError.d.ts +0 -11
  842. package/build/__api/models/TransactionError.js +0 -1
  843. package/build/__api/models/TransactionInstallmentPrice.d.ts +0 -13
  844. package/build/__api/models/TransactionInstallmentPrice.js +0 -1
  845. package/build/__api/models/TransactionPaymentMethodDetail.d.ts +0 -18
  846. package/build/__api/models/TransactionPaymentMethodDetail.js +0 -1
  847. package/build/__api/models/TransactionResponse.d.ts +0 -16
  848. package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +0 -14
  849. package/build/__api/models/Variant.d.ts +0 -25
  850. package/build/__api/models/VariantStock.d.ts +0 -10
  851. package/build/__api/models/VariantType.d.ts +0 -16
  852. package/build/__api/models/VariantTypeTranslation.d.ts +0 -12
  853. package/build/__api/models/VariantValue.d.ts +0 -12
  854. package/build/__api/models/VariantValueRelation.d.ts +0 -10
  855. package/build/__api/models/VariantValueTranslation.d.ts +0 -10
  856. package/build/__api/models/_base.d.ts +0 -18
  857. package/build/__api/models/_base.js +0 -1
  858. package/build/__api/mutations/activateCustomer.d.ts +0 -6
  859. package/build/__api/mutations/addCouponCodeToCheckout.d.ts +0 -218
  860. package/build/__api/mutations/addItemToCart.d.ts +0 -245
  861. package/build/__api/mutations/addItemToCart.js +0 -1
  862. package/build/__api/mutations/createCustomerEmailSubscription.d.ts +0 -69
  863. package/build/__api/mutations/createCustomerEmailSubscription.js +0 -1
  864. package/build/__api/mutations/createCustomerReview.d.ts +0 -27
  865. package/build/__api/mutations/createCustomerReview.js +0 -1
  866. package/build/__api/mutations/createOrderRefundRequest.d.ts +0 -198
  867. package/build/__api/mutations/createOrderRefundRequest.js +0 -1
  868. package/build/__api/mutations/createSaleTransactionWithCart.d.ts +0 -17
  869. package/build/__api/mutations/createSaleTransactionWithCart.js +0 -1
  870. package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +0 -17
  871. package/build/__api/mutations/createStripePaymentIntent.d.ts +0 -13
  872. package/build/__api/mutations/createStripePaymentIntent.js +0 -1
  873. package/build/__api/mutations/customerForgotPassword.d.ts +0 -7
  874. package/build/__api/mutations/customerForgotPassword.js +0 -1
  875. package/build/__api/mutations/customerLogin.d.ts +0 -72
  876. package/build/__api/mutations/customerLogin.js +0 -1
  877. package/build/__api/mutations/customerRecoverPassword.d.ts +0 -8
  878. package/build/__api/mutations/customerRecoverPassword.js +0 -1
  879. package/build/__api/mutations/customerRefreshToken.d.ts +0 -11
  880. package/build/__api/mutations/customerRefreshToken.js +0 -1
  881. package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +0 -6
  882. package/build/__api/mutations/getOrderLineFile.d.ts +0 -7
  883. package/build/__api/mutations/getOrderLineFile.js +0 -1
  884. package/build/__api/mutations/registerCustomer.d.ts +0 -77
  885. package/build/__api/mutations/registerCustomer.js +0 -1
  886. package/build/__api/mutations/retrieveInstallmentInfo.d.ts +0 -20
  887. package/build/__api/mutations/retrieveInstallmentInfo.js +0 -1
  888. package/build/__api/mutations/saveCart.d.ts +0 -245
  889. package/build/__api/mutations/saveCart.js +0 -1
  890. package/build/__api/mutations/saveCartCouponCode.d.ts +0 -246
  891. package/build/__api/mutations/saveCartCouponCode.js +0 -1
  892. package/build/__api/mutations/saveCheckout.d.ts +0 -217
  893. package/build/__api/mutations/saveFavoriteProduct.d.ts +0 -7
  894. package/build/__api/mutations/saveFavoriteProduct.js +0 -1
  895. package/build/__api/mutations/saveItemToCart.d.ts +0 -97
  896. package/build/__api/mutations/saveLastViewedProducts.d.ts +0 -20
  897. package/build/__api/mutations/saveLastViewedProducts.js +0 -1
  898. package/build/__api/mutations/saveMyCustomer.d.ts +0 -69
  899. package/build/__api/mutations/saveMyCustomer.js +0 -1
  900. package/build/__api/mutations/saveProductBackInStockRemind.d.ts +0 -18
  901. package/build/__api/mutations/saveProductBackInStockRemind.js +0 -1
  902. package/build/__api/mutations/saveRaffleParticipant.d.ts +0 -27
  903. package/build/__api/mutations/saveRaffleParticipant.js +0 -1
  904. package/build/__api/mutations/sendContactFormToMerchant.d.ts +0 -11
  905. package/build/__api/mutations/sendContactFormToMerchant.js +0 -1
  906. package/build/__api/mutations/updateCartCampaignOffer.d.ts +0 -245
  907. package/build/__api/mutations/updateCartCampaignOffer.js +0 -1
  908. package/build/__api/mutations/updateRaffleParticipant.d.ts +0 -28
  909. package/build/__api/queries/checkCustomerEmail.d.ts +0 -11
  910. package/build/__api/queries/checkCustomerEmail.js +0 -1
  911. package/build/__api/queries/checkStocks.d.ts +0 -13
  912. package/build/__api/queries/checkStocks.js +0 -1
  913. package/build/__api/queries/customerSocialLogin.d.ts +0 -71
  914. package/build/__api/queries/customerSocialLogin.js +0 -1
  915. package/build/__api/queries/getAvailableShippingCountries.d.ts +0 -6
  916. package/build/__api/queries/getAvailableShippingCountries.js +0 -1
  917. package/build/__api/queries/getAvailableStockLocations.d.ts +0 -28
  918. package/build/__api/queries/getAvailableStockLocations.js +0 -1
  919. package/build/__api/queries/getCart.d.ts +0 -99
  920. package/build/__api/queries/getCartById.d.ts +0 -246
  921. package/build/__api/queries/getCartById.js +0 -1
  922. package/build/__api/queries/getCheckoutByCartId.d.ts +0 -217
  923. package/build/__api/queries/getCheckoutById.d.ts +0 -217
  924. package/build/__api/queries/getCurrencyRate.d.ts +0 -17
  925. package/build/__api/queries/getCustomerOrders.d.ts +0 -198
  926. package/build/__api/queries/getCustomerOrders.js +0 -1
  927. package/build/__api/queries/getLastViewedProducts.d.ts +0 -20
  928. package/build/__api/queries/getLastViewedProducts.js +0 -1
  929. package/build/__api/queries/getMasterpassRequestToken.d.ts +0 -15
  930. package/build/__api/queries/getMasterpassRequestToken.js +0 -1
  931. package/build/__api/queries/getMyCountry.d.ts +0 -3
  932. package/build/__api/queries/getMyCountry.js +0 -1
  933. package/build/__api/queries/getMyCustomer.d.ts +0 -66
  934. package/build/__api/queries/getMyCustomer.js +0 -1
  935. package/build/__api/queries/getOrder.d.ts +0 -198
  936. package/build/__api/queries/getOrderByEmail.d.ts +0 -199
  937. package/build/__api/queries/getOrderByEmail.js +0 -1
  938. package/build/__api/queries/getProductCampaigns.d.ts +0 -47
  939. package/build/__api/queries/getProductCampaigns.js +0 -1
  940. package/build/__api/queries/getProductFilterData.d.ts +0 -167
  941. package/build/__api/queries/getProductFilterData.js +0 -1
  942. package/build/__api/queries/getProductOptionFileUrl.d.ts +0 -14
  943. package/build/__api/queries/getRaffleParticipants.d.ts +0 -24
  944. package/build/__api/queries/getRafflesByCustomerId.d.ts +0 -35
  945. package/build/__api/queries/getRafflesByCustomerId.js +0 -1
  946. package/build/__api/queries/getRelatedProducts.d.ts +0 -14
  947. package/build/__api/queries/getRelatedProducts.js +0 -1
  948. package/build/__api/queries/getStorefront.d.ts +0 -63
  949. package/build/__api/queries/getStorefront.js +0 -1
  950. package/build/__api/queries/getVariantStockLocations.d.ts +0 -30
  951. package/build/__api/queries/isFavoriteProduct.d.ts +0 -6
  952. package/build/__api/queries/isFavoriteProduct.js +0 -1
  953. package/build/__api/queries/listBlog.d.ts +0 -76
  954. package/build/__api/queries/listBlog.js +0 -1
  955. package/build/__api/queries/listBlogCategory.d.ts +0 -35
  956. package/build/__api/queries/listBlogCategory.js +0 -1
  957. package/build/__api/queries/listBlogMetadata.d.ts +0 -30
  958. package/build/__api/queries/listBlogMetadata.js +0 -1
  959. package/build/__api/queries/listCampaignOffer.d.ts +0 -37
  960. package/build/__api/queries/listCategory.d.ts +0 -89
  961. package/build/__api/queries/listCategory.js +0 -1
  962. package/build/__api/queries/listCheckoutSettings.d.ts +0 -29
  963. package/build/__api/queries/listCheckoutSettings.js +0 -1
  964. package/build/__api/queries/listCity.d.ts +0 -25
  965. package/build/__api/queries/listCity.js +0 -1
  966. package/build/__api/queries/listCountry.d.ts +0 -31
  967. package/build/__api/queries/listCountry.js +0 -1
  968. package/build/__api/queries/listCustomerAttribute.d.ts +0 -27
  969. package/build/__api/queries/listCustomerAttribute.js +0 -1
  970. package/build/__api/queries/listCustomerReviewSummary.d.ts +0 -23
  971. package/build/__api/queries/listCustomerReviewSummary.js +0 -1
  972. package/build/__api/queries/listCustomerReviews.d.ts +0 -35
  973. package/build/__api/queries/listCustomerReviews.js +0 -1
  974. package/build/__api/queries/listDistrict.d.ts +0 -26
  975. package/build/__api/queries/listDistrict.js +0 -1
  976. package/build/__api/queries/listFavoriteProducts.d.ts +0 -12
  977. package/build/__api/queries/listFavoriteProducts.js +0 -1
  978. package/build/__api/queries/listHTMLMetaData.d.ts +0 -34
  979. package/build/__api/queries/listHTMLMetaData.js +0 -1
  980. package/build/__api/queries/listMerchantSettings.d.ts +0 -23
  981. package/build/__api/queries/listMerchantSettings.js +0 -1
  982. package/build/__api/queries/listOrderRefundSettings.d.ts +0 -21
  983. package/build/__api/queries/listOrderRefundSettings.js +0 -1
  984. package/build/__api/queries/listOrderTransactions.d.ts +0 -43
  985. package/build/__api/queries/listOrderTransactions.js +0 -1
  986. package/build/__api/queries/listPaymentGateway.d.ts +0 -40
  987. package/build/__api/queries/listPaymentGateway.js +0 -1
  988. package/build/__api/queries/listProduct.d.ts +0 -94
  989. package/build/__api/queries/listProductAttribute.d.ts +0 -33
  990. package/build/__api/queries/listProductAttribute.js +0 -1
  991. package/build/__api/queries/listProductBackInStockRemind.d.ts +0 -23
  992. package/build/__api/queries/listProductBackInStockRemind.js +0 -1
  993. package/build/__api/queries/listProductBrand.d.ts +0 -51
  994. package/build/__api/queries/listProductBrand.js +0 -1
  995. package/build/__api/queries/listProductOptionSet.d.ts +0 -59
  996. package/build/__api/queries/listProductOptionSet.js +0 -1
  997. package/build/__api/queries/listProductStockLocation.d.ts +0 -18
  998. package/build/__api/queries/listRaffle.d.ts +0 -47
  999. package/build/__api/queries/listRaffle.js +0 -1
  1000. package/build/__api/queries/listRaffleMetadata.d.ts +0 -26
  1001. package/build/__api/queries/listRaffleMetadata.js +0 -1
  1002. package/build/__api/queries/listState.d.ts +0 -20
  1003. package/build/__api/queries/listState.js +0 -1
  1004. package/build/__api/queries/listStockLocation.d.ts +0 -35
  1005. package/build/__api/queries/listStockLocation.js +0 -1
  1006. package/build/__api/queries/listTown.d.ts +0 -20
  1007. package/build/__api/queries/listVariantType.d.ts +0 -29
  1008. package/build/__api/queries/searchProducts.d.ts +0 -132
  1009. package/build/__api/queries/searchProducts.js +0 -1
  1010. package/build/__api/types/index.d.ts +0 -2662
  1011. package/build/__api/types/index.js +0 -1
  1012. package/build/_virtual/Axios.js_commonjs-proxy2.js +0 -1
  1013. package/build/_virtual/Cancel.js_commonjs-proxy.js +0 -1
  1014. package/build/_virtual/CancelToken.js_commonjs-proxy.js +0 -1
  1015. package/build/_virtual/InterceptorManager.js_commonjs-proxy.js +0 -1
  1016. package/build/_virtual/axios.js_commonjs-proxy.js +0 -1
  1017. package/build/_virtual/bind.js_commonjs-proxy.js +0 -1
  1018. package/build/_virtual/browser.js_commonjs-proxy.js +0 -1
  1019. package/build/_virtual/buildFullPath.js_commonjs-proxy.js +0 -1
  1020. package/build/_virtual/buildURL.js_commonjs-proxy.js +0 -1
  1021. package/build/_virtual/combineURLs.js_commonjs-proxy.js +0 -1
  1022. package/build/_virtual/common.js_commonjs-proxy.js +0 -1
  1023. package/build/_virtual/cookies.js_commonjs-proxy.js +0 -1
  1024. package/build/_virtual/createError.js_commonjs-proxy.js +0 -1
  1025. package/build/_virtual/debug.js_commonjs-proxy.js +0 -1
  1026. package/build/_virtual/defaults.js_commonjs-proxy.js +0 -1
  1027. package/build/_virtual/dispatchRequest.js_commonjs-proxy.js +0 -1
  1028. package/build/_virtual/enhanceError.js_commonjs-proxy.js +0 -1
  1029. package/build/_virtual/http.js_commonjs-proxy.js +0 -1
  1030. package/build/_virtual/index.js_commonjs-proxy14.js +0 -1
  1031. package/build/_virtual/index.js_commonjs-proxy15.js +0 -1
  1032. package/build/_virtual/index.js_commonjs-proxy16.js +0 -1
  1033. package/build/_virtual/index.js_commonjs-proxy17.js +0 -1
  1034. package/build/_virtual/index.js_commonjs-proxy18.js +0 -1
  1035. package/build/_virtual/isAbsoluteURL.js_commonjs-proxy.js +0 -1
  1036. package/build/_virtual/isAxiosError.js_commonjs-proxy.js +0 -1
  1037. package/build/_virtual/isCancel.js_commonjs-proxy.js +0 -1
  1038. package/build/_virtual/isURLSameOrigin.js_commonjs-proxy.js +0 -1
  1039. package/build/_virtual/mergeConfig.js_commonjs-proxy.js +0 -1
  1040. package/build/_virtual/node.js_commonjs-proxy3.js +0 -1
  1041. package/build/_virtual/normalizeHeaderName.js_commonjs-proxy.js +0 -1
  1042. package/build/_virtual/parseHeaders.js_commonjs-proxy.js +0 -1
  1043. package/build/_virtual/settle.js_commonjs-proxy.js +0 -1
  1044. package/build/_virtual/spread.js_commonjs-proxy.js +0 -1
  1045. package/build/_virtual/transformData.js_commonjs-proxy.js +0 -1
  1046. package/build/_virtual/utils.js_commonjs-proxy.js +0 -1
  1047. package/build/_virtual/validator.js_commonjs-proxy.js +0 -1
  1048. package/build/_virtual/xhr.js_commonjs-proxy.js +0 -1
  1049. package/build/analytics/tiktokPixel.d.ts +0 -14
  1050. package/build/analytics/tiktokPixel.js +0 -1
  1051. package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +0 -10
  1052. package/build/components/checkout/components/delivery-methods/icon-button/index.js +0 -1
  1053. package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +0 -1
  1054. package/build/components/checkout/components/delivery-methods/icons/box.d.ts +0 -6
  1055. package/build/components/checkout/components/delivery-methods/icons/box.js +0 -1
  1056. package/build/components/checkout/components/delivery-methods/icons/store.d.ts +0 -6
  1057. package/build/components/checkout/components/delivery-methods/icons/store.js +0 -1
  1058. package/build/components/checkout/components/delivery-methods/index.d.ts +0 -7
  1059. package/build/components/checkout/components/delivery-methods/index.js +0 -1
  1060. package/build/components/checkout/components/delivery-methods/style.module.scss.js +0 -1
  1061. package/build/components/checkout/components/master-pass/credit-card-form/index.d.ts +0 -9
  1062. package/build/components/checkout/components/master-pass/credit-card-form/index.js +0 -1
  1063. package/build/components/checkout/components/master-pass/credit-card-form/style.module.scss.js +0 -1
  1064. package/build/components/checkout/components/master-pass/modal/index.d.ts +0 -11
  1065. package/build/components/checkout/components/master-pass/modal/index.js +0 -1
  1066. package/build/components/checkout/components/master-pass/modal/style.module.scss.js +0 -1
  1067. package/build/components/checkout/components/master-pass/modal/svg/modal-close.d.ts +0 -3
  1068. package/build/components/checkout/components/master-pass/modal/svg/modal-close.js +0 -1
  1069. package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.d.ts +0 -11
  1070. package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.js +0 -1
  1071. package/build/components/checkout/components/master-pass/modal-link-card-to-client/style.module.scss.js +0 -1
  1072. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.d.ts +0 -3
  1073. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.js +0 -1
  1074. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.d.ts +0 -3
  1075. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.js +0 -1
  1076. package/build/components/checkout/components/master-pass/modal-otp/index.d.ts +0 -10
  1077. package/build/components/checkout/components/master-pass/modal-otp/index.js +0 -1
  1078. package/build/components/checkout/components/master-pass/modal-otp/style.module.scss.js +0 -1
  1079. package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.d.ts +0 -3
  1080. package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.js +0 -1
  1081. package/build/components/checkout/components/master-pass/modal-response/index.d.ts +0 -10
  1082. package/build/components/checkout/components/master-pass/modal-response/index.js +0 -1
  1083. package/build/components/checkout/components/master-pass/modal-response/style.module.scss.js +0 -1
  1084. package/build/components/checkout/components/master-pass/modal-success/index.d.ts +0 -11
  1085. package/build/components/checkout/components/master-pass/modal-success/index.js +0 -1
  1086. package/build/components/checkout/components/master-pass/modal-success/style.module.scss.js +0 -1
  1087. package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.d.ts +0 -3
  1088. package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.js +0 -1
  1089. package/build/components/checkout/components/master-pass/modal-success/svg/success.d.ts +0 -3
  1090. package/build/components/checkout/components/master-pass/modal-success/svg/success.js +0 -1
  1091. package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.d.ts +0 -3
  1092. package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.js +0 -1
  1093. package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.d.ts +0 -3
  1094. package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.js +0 -1
  1095. package/build/components/checkout/components/modal/useEscape.d.ts +0 -5
  1096. package/build/components/checkout/components/modal/useEscape.js +0 -1
  1097. package/build/components/checkout/components/offer-product/index.d.ts +0 -8
  1098. package/build/components/checkout/components/offer-product/index.js +0 -1
  1099. package/build/components/checkout/components/offer-product/select/arrows.d.ts +0 -6
  1100. package/build/components/checkout/components/offer-product/select/arrows.js +0 -1
  1101. package/build/components/checkout/components/offer-product/select/index.d.ts +0 -11
  1102. package/build/components/checkout/components/offer-product/select/index.js +0 -1
  1103. package/build/components/checkout/components/offer-product/select/style.module.scss.js +0 -1
  1104. package/build/components/checkout/components/offer-product/style.module.scss.js +0 -1
  1105. package/build/components/checkout/components/stripe/checkout-form.d.ts +0 -8
  1106. package/build/components/checkout/components/stripe/checkout-form.js +0 -1
  1107. package/build/components/checkout/components/stripe/index.d.ts +0 -9
  1108. package/build/components/checkout/components/stripe/index.js +0 -1
  1109. package/build/components/checkout/components/stripe/style.module.scss.js +0 -1
  1110. package/build/components/checkout/modelMasterPass.d.ts +0 -202
  1111. package/build/components/checkout/modelMasterPass.js +0 -1
  1112. package/build/components/link/index.d.ts +0 -4
  1113. package/build/components/link/index.js +0 -1
  1114. package/build/ext/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +0 -1
  1115. package/build/ext/@ikas/fe-api-client/build/_virtual/axios-error-format.js_commonjs-exports.js +0 -1
  1116. package/build/ext/@ikas/fe-api-client/build/_virtual/core.js_commonjs-exports.js +0 -1
  1117. package/build/ext/@ikas/fe-api-client/build/_virtual/index.js_commonjs-exports.js +0 -1
  1118. package/build/ext/@ikas/fe-api-client/build/config/index.js +0 -1
  1119. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +0 -1
  1120. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +0 -1
  1121. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +0 -1
  1122. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +0 -1
  1123. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Hash.js +0 -1
  1124. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +0 -1
  1125. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Map.js +0 -1
  1126. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +0 -1
  1127. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +0 -1
  1128. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_arrayMap.js +0 -1
  1129. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assignValue.js +0 -1
  1130. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +0 -1
  1131. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseAssignValue.js +0 -1
  1132. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +0 -1
  1133. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +0 -1
  1134. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseSet.js +0 -1
  1135. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +0 -1
  1136. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_castPath.js +0 -1
  1137. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +0 -1
  1138. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +0 -1
  1139. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +0 -1
  1140. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +0 -1
  1141. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getNative.js +0 -1
  1142. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +0 -1
  1143. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getValue.js +0 -1
  1144. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +0 -1
  1145. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +0 -1
  1146. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +0 -1
  1147. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +0 -1
  1148. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +0 -1
  1149. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isIndex.js +0 -1
  1150. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKey.js +0 -1
  1151. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +0 -1
  1152. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +0 -1
  1153. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +0 -1
  1154. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +0 -1
  1155. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +0 -1
  1156. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +0 -1
  1157. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +0 -1
  1158. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +0 -1
  1159. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +0 -1
  1160. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +0 -1
  1161. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +0 -1
  1162. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +0 -1
  1163. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +0 -1
  1164. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +0 -1
  1165. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +0 -1
  1166. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_root.js +0 -1
  1167. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +0 -1
  1168. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toKey.js +0 -1
  1169. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toSource.js +0 -1
  1170. package/build/ext/@ikas/fe-api-client/build/ext/lodash/eq.js +0 -1
  1171. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isArray.js +0 -1
  1172. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isFunction.js +0 -1
  1173. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObject.js +0 -1
  1174. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObjectLike.js +0 -1
  1175. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isSymbol.js +0 -1
  1176. package/build/ext/@ikas/fe-api-client/build/ext/lodash/memoize.js +0 -1
  1177. package/build/ext/@ikas/fe-api-client/build/ext/lodash/set.js +0 -1
  1178. package/build/ext/@ikas/fe-api-client/build/ext/lodash/toString.js +0 -1
  1179. package/build/ext/@ikas/fe-api-client/build/ext/tslib/tslib.es6.js +0 -15
  1180. package/build/ext/@ikas/fe-api-client/build/helpers/generate-return-fields.js +0 -1
  1181. package/build/ext/@ikas/fe-api-client/build/utils/api.js +0 -1
  1182. package/build/ext/@ikas/fe-api-client/build/utils/fetch-query.js +0 -1
  1183. package/build/ext/@stripe/react-stripe-js/dist/react-stripe.esm.js +0 -1
  1184. package/build/ext/@stripe/stripe-js/dist/stripe.esm.js +0 -1
  1185. package/build/ext/axios/index.js +0 -1
  1186. package/build/ext/axios/lib/adapters/http.js +0 -1
  1187. package/build/ext/axios/lib/adapters/xhr.js +0 -1
  1188. package/build/ext/axios/lib/axios.js +0 -1
  1189. package/build/ext/axios/lib/cancel/Cancel.js +0 -1
  1190. package/build/ext/axios/lib/cancel/CancelToken.js +0 -1
  1191. package/build/ext/axios/lib/cancel/isCancel.js +0 -1
  1192. package/build/ext/axios/lib/core/Axios.js +0 -1
  1193. package/build/ext/axios/lib/core/InterceptorManager.js +0 -1
  1194. package/build/ext/axios/lib/core/buildFullPath.js +0 -1
  1195. package/build/ext/axios/lib/core/createError.js +0 -1
  1196. package/build/ext/axios/lib/core/dispatchRequest.js +0 -1
  1197. package/build/ext/axios/lib/core/enhanceError.js +0 -1
  1198. package/build/ext/axios/lib/core/mergeConfig.js +0 -1
  1199. package/build/ext/axios/lib/core/settle.js +0 -1
  1200. package/build/ext/axios/lib/core/transformData.js +0 -1
  1201. package/build/ext/axios/lib/defaults.js +0 -1
  1202. package/build/ext/axios/lib/helpers/bind.js +0 -1
  1203. package/build/ext/axios/lib/helpers/buildURL.js +0 -1
  1204. package/build/ext/axios/lib/helpers/combineURLs.js +0 -1
  1205. package/build/ext/axios/lib/helpers/cookies.js +0 -1
  1206. package/build/ext/axios/lib/helpers/isAbsoluteURL.js +0 -1
  1207. package/build/ext/axios/lib/helpers/isAxiosError.js +0 -1
  1208. package/build/ext/axios/lib/helpers/isURLSameOrigin.js +0 -1
  1209. package/build/ext/axios/lib/helpers/normalizeHeaderName.js +0 -1
  1210. package/build/ext/axios/lib/helpers/parseHeaders.js +0 -1
  1211. package/build/ext/axios/lib/helpers/spread.js +0 -1
  1212. package/build/ext/axios/lib/helpers/validator.js +0 -1
  1213. package/build/ext/axios/lib/utils.js +0 -1
  1214. package/build/ext/axios/package.json.js +0 -1
  1215. package/build/ext/debug/src/browser.js +0 -1
  1216. package/build/ext/debug/src/common.js +0 -1
  1217. package/build/ext/debug/src/index.js +0 -1
  1218. package/build/ext/debug/src/node.js +0 -1
  1219. package/build/ext/follow-redirects/debug.js +0 -1
  1220. package/build/ext/follow-redirects/index.js +0 -1
  1221. package/build/ext/has-flag/index.js +0 -1
  1222. package/build/ext/ms/index.js +0 -1
  1223. package/build/ext/supports-color/index.js +0 -1
  1224. package/build/ext/uuid/dist/esm-node/rng.js +0 -1
  1225. package/build/ext/uuid/dist/esm-node/stringify.js +0 -1
  1226. package/build/ext/uuid/dist/esm-node/v4.js +0 -1
  1227. package/build/ikas.cjs +0 -2
  1228. package/build/models/data/blog/enums.d.ts +0 -2
  1229. package/build/models/data/brand/enums.d.ts +0 -2
  1230. package/build/models/data/cart/campaign-offer/enums.d.ts +0 -3
  1231. package/build/models/data/cart/campaign-offer/index.d.ts +0 -8
  1232. package/build/models/data/cart/campaign-offer/index.js +0 -1
  1233. package/build/models/data/cart/enums.d.ts +0 -2
  1234. package/build/models/data/category/enums.d.ts +0 -2
  1235. package/build/models/data/checkout-settings/enums.d.ts +0 -2
  1236. package/build/models/data/city/index.js +0 -1
  1237. package/build/models/data/country/index.js +0 -1
  1238. package/build/models/data/customer/enums.d.ts +0 -4
  1239. package/build/models/data/customer-attribute/customer-attribute-sales-channel/enums.d.ts +0 -3
  1240. package/build/models/data/customer-attribute/enums.d.ts +0 -2
  1241. package/build/models/data/customer-review/enums.d.ts +0 -2
  1242. package/build/models/data/district/index.js +0 -1
  1243. package/build/models/data/html-meta-data/enums.d.ts +0 -2
  1244. package/build/models/data/order/adjustment/enums.d.ts +0 -4
  1245. package/build/models/data/order/adjustment/index.js +0 -1
  1246. package/build/models/data/order/customer/index.d.ts +0 -10
  1247. package/build/models/data/order/customer/index.js +0 -1
  1248. package/build/models/data/order/enums.d.ts +0 -6
  1249. package/build/models/data/order/gift-line/index.js +0 -1
  1250. package/build/models/data/order/invoice/enums.d.ts +0 -2
  1251. package/build/models/data/order/invoice/index.d.ts +0 -7
  1252. package/build/models/data/order/invoice/index.js +0 -1
  1253. package/build/models/data/order/line-item/enums.d.ts +0 -2
  1254. package/build/models/data/order/line-item/option/index.d.ts +0 -9
  1255. package/build/models/data/order/line-item/option/index.js +0 -1
  1256. package/build/models/data/order/line-item/option/value/index.d.ts +0 -3
  1257. package/build/models/data/order/line-item/option/value/index.js +0 -1
  1258. package/build/models/data/order/package/enums.d.ts +0 -2
  1259. package/build/models/data/order/package/index.d.ts +0 -9
  1260. package/build/models/data/order/package/index.js +0 -1
  1261. package/build/models/data/order/package/tracking-info/index.d.ts +0 -3
  1262. package/build/models/data/order/package/tracking-info/index.js +0 -1
  1263. package/build/models/data/order/payment-method/enums.d.ts +0 -2
  1264. package/build/models/data/order/payment-method/index.d.ts +0 -7
  1265. package/build/models/data/order/payment-method/index.js +0 -1
  1266. package/build/models/data/order/refund/index.js +0 -1
  1267. package/build/models/data/order/refund/line-item/index.d.ts +0 -3
  1268. package/build/models/data/order/refund/line-item/index.js +0 -1
  1269. package/build/models/data/order/shipping-line/index.js +0 -1
  1270. package/build/models/data/order/tax-line/index.d.ts +0 -3
  1271. package/build/models/data/order/tax-line/index.js +0 -1
  1272. package/build/models/data/order/transaction/enums.d.ts +0 -5
  1273. package/build/models/data/order/transaction/index.d.ts +0 -37
  1274. package/build/models/data/order/transaction/index.js +0 -1
  1275. package/build/models/data/payment-gateway/additional-price/index.d.ts +0 -7
  1276. package/build/models/data/payment-gateway/additional-price/index.js +0 -1
  1277. package/build/models/data/payment-gateway/enums.d.ts +0 -5
  1278. package/build/models/data/product-attribute/table-template/index.d.ts +0 -6
  1279. package/build/models/data/product-attribute/table-template/index.js +0 -1
  1280. package/build/models/data/product-campaign/campaign/index.d.ts +0 -41
  1281. package/build/models/data/product-option-set/enums.d.ts +0 -3
  1282. package/build/models/data/state/index.js +0 -1
  1283. package/build/store/blog/index.d.ts +0 -28
  1284. package/build/store/blog/index.js +0 -1
  1285. package/build/store/brand/index.d.ts +0 -12
  1286. package/build/store/brand/index.js +0 -1
  1287. package/build/store/cart/api.d.ts +0 -14
  1288. package/build/store/cart/api.js +0 -1
  1289. package/build/store/cart/index.d.ts +0 -28
  1290. package/build/store/cart/index.js +0 -1
  1291. package/build/store/category/index.d.ts +0 -12
  1292. package/build/store/category/index.js +0 -1
  1293. package/build/store/checkout/index.d.ts +0 -26
  1294. package/build/store/checkout/index.js +0 -1
  1295. package/build/store/customer/api.d.ts +0 -82
  1296. package/build/store/customer/api.js +0 -1
  1297. package/build/store/customer/index.d.ts +0 -79
  1298. package/build/store/customer/index.js +0 -1
  1299. package/build/store/html-meta-data/index.d.ts +0 -6
  1300. package/build/store/html-meta-data/index.js +0 -1
  1301. package/build/store/location/index.d.ts +0 -13
  1302. package/build/store/location/index.js +0 -1
  1303. package/build/store/merchant/index.d.ts +0 -6
  1304. package/build/store/merchant/index.js +0 -1
  1305. package/build/store/product/index.d.ts +0 -45
  1306. package/build/store/product/index.js +0 -1
  1307. package/build/store/raffle/index.d.ts +0 -18
  1308. package/build/store/raffle/index.js +0 -1
  1309. package/build/store/storefront/index.d.ts +0 -6
  1310. package/build/store/storefront/index.js +0 -1
@@ -1,198 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- import { OrderRefundRequestInput, StorefrontOrder } from "../types";
3
- declare const createOrderRefundRequest: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<StorefrontOrder>>;
4
- export default createOrderRefundRequest;
5
- export declare type QueryParams = {
6
- input: OrderRefundRequestInput;
7
- };
8
- export declare enum ResponseField {
9
- BILLING_ADDRESS__ADDRESS_LINE1 = "billingAddress.addressLine1",
10
- BILLING_ADDRESS__ADDRESS_LINE2 = "billingAddress.addressLine2",
11
- BILLING_ADDRESS__CITY__CODE = "billingAddress.city.code",
12
- BILLING_ADDRESS__CITY__ID = "billingAddress.city.id",
13
- BILLING_ADDRESS__CITY__NAME = "billingAddress.city.name",
14
- BILLING_ADDRESS__COMPANY = "billingAddress.company",
15
- BILLING_ADDRESS__COUNTRY__CODE = "billingAddress.country.code",
16
- BILLING_ADDRESS__COUNTRY__ID = "billingAddress.country.id",
17
- BILLING_ADDRESS__COUNTRY__ISO2 = "billingAddress.country.iso2",
18
- BILLING_ADDRESS__COUNTRY__ISO3 = "billingAddress.country.iso3",
19
- BILLING_ADDRESS__COUNTRY__NAME = "billingAddress.country.name",
20
- BILLING_ADDRESS__DISTRICT__CODE = "billingAddress.district.code",
21
- BILLING_ADDRESS__DISTRICT__ID = "billingAddress.district.id",
22
- BILLING_ADDRESS__DISTRICT__NAME = "billingAddress.district.name",
23
- BILLING_ADDRESS__FIRST_NAME = "billingAddress.firstName",
24
- BILLING_ADDRESS__ID = "billingAddress.id",
25
- BILLING_ADDRESS__IDENTITY_NUMBER = "billingAddress.identityNumber",
26
- BILLING_ADDRESS__IS_DEFAULT = "billingAddress.isDefault",
27
- BILLING_ADDRESS__LAST_NAME = "billingAddress.lastName",
28
- BILLING_ADDRESS__PHONE = "billingAddress.phone",
29
- BILLING_ADDRESS__POSTAL_CODE = "billingAddress.postalCode",
30
- BILLING_ADDRESS__STATE__CODE = "billingAddress.state.code",
31
- BILLING_ADDRESS__STATE__ID = "billingAddress.state.id",
32
- BILLING_ADDRESS__STATE__NAME = "billingAddress.state.name",
33
- BILLING_ADDRESS__TAX_NUMBER = "billingAddress.taxNumber",
34
- BILLING_ADDRESS__TAX_OFFICE = "billingAddress.taxOffice",
35
- CANCEL_REASON = "cancelReason",
36
- CANCELLED_AT = "cancelledAt",
37
- CREATED_AT = "createdAt",
38
- CURRENCY_CODE = "currencyCode",
39
- CURRENCY_RATES__CODE = "currencyRates.code",
40
- CURRENCY_RATES__ORIGINAL_RATE = "currencyRates.originalRate",
41
- CURRENCY_RATES__RATE = "currencyRates.rate",
42
- CUSTOMER__EMAIL = "customer.email",
43
- CUSTOMER__FIRST_NAME = "customer.firstName",
44
- CUSTOMER__FULL_NAME = "customer.fullName",
45
- CUSTOMER__ID = "customer.id",
46
- CUSTOMER__IS_GUEST_CHECKOUT = "customer.isGuestCheckout",
47
- CUSTOMER__LAST_NAME = "customer.lastName",
48
- CUSTOMER__NOTIFICATIONS_ACCEPTED = "customer.notificationsAccepted",
49
- CUSTOMER__PHONE = "customer.phone",
50
- CUSTOMER_ID = "customerId",
51
- DELETED = "deleted",
52
- GIFT_PACKAGE_LINES__PRICE = "giftPackageLines.price",
53
- GIFT_PACKAGE_LINES__TAX_VALUE = "giftPackageLines.taxValue",
54
- GIFT_PACKAGE_NOTE = "giftPackageNote",
55
- ID = "id",
56
- INVOICES__APP_ID = "invoices.appId",
57
- INVOICES__APP_NAME = "invoices.appName",
58
- INVOICES__CREATED_AT = "invoices.createdAt",
59
- INVOICES__ID = "invoices.id",
60
- INVOICES__INVOICE_NUMBER = "invoices.invoiceNumber",
61
- INVOICES__STORE_APP_ID = "invoices.storeAppId",
62
- INVOICES__TYPE = "invoices.type",
63
- IS_GIFT_PACKAGE = "isGiftPackage",
64
- MERCHANT_ID = "merchantId",
65
- NOTE = "note",
66
- ORDER_ADJUSTMENTS__AMOUNT = "orderAdjustments.amount",
67
- ORDER_ADJUSTMENTS__AMOUNT_TYPE = "orderAdjustments.amountType",
68
- ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__AMOUNT = "orderAdjustments.appliedOrderLines.amount",
69
- ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__APPLIED_QUANTITY = "orderAdjustments.appliedOrderLines.appliedQuantity",
70
- ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__IS_AUTO_CREATED = "orderAdjustments.appliedOrderLines.isAutoCreated",
71
- ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__ORDER_LINE_ID = "orderAdjustments.appliedOrderLines.orderLineId",
72
- ORDER_ADJUSTMENTS__CAMPAIGN_ID = "orderAdjustments.campaignId",
73
- ORDER_ADJUSTMENTS__CAMPAIGN_TYPE = "orderAdjustments.campaignType",
74
- ORDER_ADJUSTMENTS__COUPON_ID = "orderAdjustments.couponId",
75
- ORDER_ADJUSTMENTS__NAME = "orderAdjustments.name",
76
- ORDER_ADJUSTMENTS__ORDER = "orderAdjustments.order",
77
- ORDER_ADJUSTMENTS__TYPE = "orderAdjustments.type",
78
- ORDER_LINE_ITEMS__CREATED_AT = "orderLineItems.createdAt",
79
- ORDER_LINE_ITEMS__CURRENCY_CODE = "orderLineItems.currencyCode",
80
- ORDER_LINE_ITEMS__DELETED = "orderLineItems.deleted",
81
- ORDER_LINE_ITEMS__DISCOUNT__AMOUNT = "orderLineItems.discount.amount",
82
- ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE = "orderLineItems.discount.amountType",
83
- ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_ID = "orderLineItems.discount.campaignOfferId",
84
- ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_PRODUCT_ID = "orderLineItems.discount.campaignOfferProductId",
85
- ORDER_LINE_ITEMS__DISCOUNT__MAX_APPLICABLE_QUANTITY = "orderLineItems.discount.maxApplicableQuantity",
86
- ORDER_LINE_ITEMS__DISCOUNT__REASON = "orderLineItems.discount.reason",
87
- ORDER_LINE_ITEMS__DISCOUNT_PRICE = "orderLineItems.discountPrice",
88
- ORDER_LINE_ITEMS__FINAL_PRICE = "orderLineItems.finalPrice",
89
- ORDER_LINE_ITEMS__ID = "orderLineItems.id",
90
- ORDER_LINE_ITEMS__OPTIONS__NAME = "orderLineItems.options.name",
91
- ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID = "orderLineItems.options.productOptionId",
92
- ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTIONS_SET_ID = "orderLineItems.options.productOptionsSetId",
93
- ORDER_LINE_ITEMS__OPTIONS__TYPE = "orderLineItems.options.type",
94
- ORDER_LINE_ITEMS__OPTIONS__VALUES__NAME = "orderLineItems.options.values.name",
95
- ORDER_LINE_ITEMS__OPTIONS__VALUES__PRICE = "orderLineItems.options.values.price",
96
- ORDER_LINE_ITEMS__OPTIONS__VALUES__VALUE = "orderLineItems.options.values.value",
97
- ORDER_LINE_ITEMS__ORIGINAL_ORDER_LINE_ITEM_ID = "orderLineItems.originalOrderLineItemId",
98
- ORDER_LINE_ITEMS__PRICE = "orderLineItems.price",
99
- ORDER_LINE_ITEMS__QUANTITY = "orderLineItems.quantity",
100
- ORDER_LINE_ITEMS__STATUS = "orderLineItems.status",
101
- ORDER_LINE_ITEMS__STATUS_UPDATED_AT = "orderLineItems.statusUpdatedAt",
102
- ORDER_LINE_ITEMS__STOCK_LOCATION_ID = "orderLineItems.stockLocationId",
103
- ORDER_LINE_ITEMS__TAX_VALUE = "orderLineItems.taxValue",
104
- ORDER_LINE_ITEMS__UPDATED_AT = "orderLineItems.updatedAt",
105
- ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST = "orderLineItems.variant.barcodeList",
106
- ORDER_LINE_ITEMS__VARIANT__BRAND__ID = "orderLineItems.variant.brand.id",
107
- ORDER_LINE_ITEMS__VARIANT__BRAND__NAME = "orderLineItems.variant.brand.name",
108
- ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID = "orderLineItems.variant.categories.categoryPath.id",
109
- ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME = "orderLineItems.variant.categories.categoryPath.name",
110
- ORDER_LINE_ITEMS__VARIANT__CATEGORIES__ID = "orderLineItems.variant.categories.id",
111
- ORDER_LINE_ITEMS__VARIANT__CATEGORIES__NAME = "orderLineItems.variant.categories.name",
112
- ORDER_LINE_ITEMS__VARIANT__ID = "orderLineItems.variant.id",
113
- ORDER_LINE_ITEMS__VARIANT__MAIN_IMAGE_ID = "orderLineItems.variant.mainImageId",
114
- ORDER_LINE_ITEMS__VARIANT__NAME = "orderLineItems.variant.name",
115
- ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE = "orderLineItems.variant.prices.buyPrice",
116
- ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY = "orderLineItems.variant.prices.currency",
117
- ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE = "orderLineItems.variant.prices.discountPrice",
118
- ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID = "orderLineItems.variant.prices.priceListId",
119
- ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE = "orderLineItems.variant.prices.sellPrice",
120
- ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID = "orderLineItems.variant.productId",
121
- ORDER_LINE_ITEMS__VARIANT__SKU = "orderLineItems.variant.sku",
122
- ORDER_LINE_ITEMS__VARIANT__SLUG = "orderLineItems.variant.slug",
123
- ORDER_LINE_ITEMS__VARIANT__TAG_IDS = "orderLineItems.variant.tagIds",
124
- ORDER_LINE_ITEMS__VARIANT__TAX_VALUE = "orderLineItems.variant.taxValue",
125
- ORDER_LINE_ITEMS__VARIANT__TYPE = "orderLineItems.variant.type",
126
- ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER = "orderLineItems.variant.variantValues.order",
127
- ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID = "orderLineItems.variant.variantValues.variantTypeId",
128
- ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME = "orderLineItems.variant.variantValues.variantTypeName",
129
- ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID = "orderLineItems.variant.variantValues.variantValueId",
130
- ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME = "orderLineItems.variant.variantValues.variantValueName",
131
- ORDER_LINE_ITEMS__VARIANT__WEIGHT = "orderLineItems.variant.weight",
132
- ORDER_NUMBER = "orderNumber",
133
- ORDER_PACKAGE_STATUS = "orderPackageStatus",
134
- ORDER_PACKAGES__CREATED_AT = "orderPackages.createdAt",
135
- ORDER_PACKAGES__DELETED = "orderPackages.deleted",
136
- ORDER_PACKAGES__ERROR_MESSAGE = "orderPackages.errorMessage",
137
- ORDER_PACKAGES__ID = "orderPackages.id",
138
- ORDER_PACKAGES__NOTE = "orderPackages.note",
139
- ORDER_PACKAGES__ORDER_LINE_ITEM_IDS = "orderPackages.orderLineItemIds",
140
- ORDER_PACKAGES__ORDER_PACKAGE_FULFILL_STATUS = "orderPackages.orderPackageFulfillStatus",
141
- ORDER_PACKAGES__ORDER_PACKAGE_NUMBER = "orderPackages.orderPackageNumber",
142
- ORDER_PACKAGES__STOCK_LOCATION_ID = "orderPackages.stockLocationId",
143
- ORDER_PACKAGES__TRACKING_INFO__BARCODE = "orderPackages.trackingInfo.barcode",
144
- ORDER_PACKAGES__TRACKING_INFO__CARGO_COMPANY = "orderPackages.trackingInfo.cargoCompany",
145
- ORDER_PACKAGES__TRACKING_INFO__IS_SEND_NOTIFICATION = "orderPackages.trackingInfo.isSendNotification",
146
- ORDER_PACKAGES__TRACKING_INFO__TRACKING_LINK = "orderPackages.trackingInfo.trackingLink",
147
- ORDER_PACKAGES__TRACKING_INFO__TRACKING_NUMBER = "orderPackages.trackingInfo.trackingNumber",
148
- ORDER_PACKAGES__UPDATED_AT = "orderPackages.updatedAt",
149
- ORDER_PAYMENT_STATUS = "orderPaymentStatus",
150
- ORDER_TAG_IDS = "orderTagIds",
151
- ORDERED_AT = "orderedAt",
152
- PAYMENT_METHODS__PAYMENT_GATEWAY_CODE = "paymentMethods.paymentGatewayCode",
153
- PAYMENT_METHODS__PAYMENT_GATEWAY_ID = "paymentMethods.paymentGatewayId",
154
- PAYMENT_METHODS__PAYMENT_GATEWAY_NAME = "paymentMethods.paymentGatewayName",
155
- PAYMENT_METHODS__PRICE = "paymentMethods.price",
156
- PAYMENT_METHODS__TYPE = "paymentMethods.type",
157
- SHIPPING_ADDRESS__ADDRESS_LINE1 = "shippingAddress.addressLine1",
158
- SHIPPING_ADDRESS__ADDRESS_LINE2 = "shippingAddress.addressLine2",
159
- SHIPPING_ADDRESS__CITY__CODE = "shippingAddress.city.code",
160
- SHIPPING_ADDRESS__CITY__ID = "shippingAddress.city.id",
161
- SHIPPING_ADDRESS__CITY__NAME = "shippingAddress.city.name",
162
- SHIPPING_ADDRESS__COMPANY = "shippingAddress.company",
163
- SHIPPING_ADDRESS__COUNTRY__CODE = "shippingAddress.country.code",
164
- SHIPPING_ADDRESS__COUNTRY__ID = "shippingAddress.country.id",
165
- SHIPPING_ADDRESS__COUNTRY__ISO2 = "shippingAddress.country.iso2",
166
- SHIPPING_ADDRESS__COUNTRY__ISO3 = "shippingAddress.country.iso3",
167
- SHIPPING_ADDRESS__COUNTRY__NAME = "shippingAddress.country.name",
168
- SHIPPING_ADDRESS__DISTRICT__CODE = "shippingAddress.district.code",
169
- SHIPPING_ADDRESS__DISTRICT__ID = "shippingAddress.district.id",
170
- SHIPPING_ADDRESS__DISTRICT__NAME = "shippingAddress.district.name",
171
- SHIPPING_ADDRESS__FIRST_NAME = "shippingAddress.firstName",
172
- SHIPPING_ADDRESS__ID = "shippingAddress.id",
173
- SHIPPING_ADDRESS__IDENTITY_NUMBER = "shippingAddress.identityNumber",
174
- SHIPPING_ADDRESS__IS_DEFAULT = "shippingAddress.isDefault",
175
- SHIPPING_ADDRESS__LAST_NAME = "shippingAddress.lastName",
176
- SHIPPING_ADDRESS__PHONE = "shippingAddress.phone",
177
- SHIPPING_ADDRESS__POSTAL_CODE = "shippingAddress.postalCode",
178
- SHIPPING_ADDRESS__STATE__CODE = "shippingAddress.state.code",
179
- SHIPPING_ADDRESS__STATE__ID = "shippingAddress.state.id",
180
- SHIPPING_ADDRESS__STATE__NAME = "shippingAddress.state.name",
181
- SHIPPING_ADDRESS__TAX_NUMBER = "shippingAddress.taxNumber",
182
- SHIPPING_ADDRESS__TAX_OFFICE = "shippingAddress.taxOffice",
183
- SHIPPING_LINES__FINAL_PRICE = "shippingLines.finalPrice",
184
- SHIPPING_LINES__IS_REFUNDED = "shippingLines.isRefunded",
185
- SHIPPING_LINES__PAYMENT_METHOD = "shippingLines.paymentMethod",
186
- SHIPPING_LINES__PRICE = "shippingLines.price",
187
- SHIPPING_LINES__SHIPPING_SETTINGS_ID = "shippingLines.shippingSettingsId",
188
- SHIPPING_LINES__SHIPPING_ZONE_RATE_ID = "shippingLines.shippingZoneRateId",
189
- SHIPPING_LINES__TAX_VALUE = "shippingLines.taxValue",
190
- SHIPPING_LINES__TITLE = "shippingLines.title",
191
- SHIPPING_METHOD = "shippingMethod",
192
- STATUS = "status",
193
- TAX_LINES__PRICE = "taxLines.price",
194
- TAX_LINES__RATE = "taxLines.rate",
195
- TOTAL_FINAL_PRICE = "totalFinalPrice",
196
- TOTAL_PRICE = "totalPrice",
197
- UPDATED_AT = "updatedAt"
198
- }
@@ -1 +0,0 @@
1
- import{__awaiter as _,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as I,APIResponse as t}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import i from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var r,E=function(r,E,d){return _(void 0,void 0,void 0,(function(){var _,a,n,A;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,i({operationName:"createOrderRefundRequest",config:d,variables:r,allReturnFields:s,fields:E,query:function(_){return"\n\t\t\t\tmutation createOrderRefundRequest (\n\t\t\t\t\t$input: OrderRefundRequestInput!,\n\t\t\t\t) {\n\t\t\t\t\tcreateOrderRefundRequest (\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t) ".concat(_,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return _=e.sent(),a=_.data,n=_.errors,[2,new t(null==a?void 0:a.createOrderRefundRequest,n)];case 2:return A=e.sent(),[2,I(A)];case 3:return[2]}}))}))},s="{billingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice } cancelReason cancelledAt createdAt currencyCode currencyRates {code originalRate rate } customer {email firstName fullName id isGuestCheckout lastName notificationsAccepted phone } customerId deleted giftPackageLines {price taxValue } giftPackageNote id invoices {appId appName createdAt id invoiceNumber storeAppId type } isGiftPackage merchantId note orderAdjustments {amount amountType appliedOrderLines {amount appliedQuantity isAutoCreated orderLineId } campaignId campaignType couponId name order type } orderLineItems {createdAt currencyCode deleted discount {amount amountType campaignOfferId campaignOfferProductId maxApplicableQuantity reason } discountPrice finalPrice id options {name productOptionId productOptionsSetId type values {name price value } } originalOrderLineItemId price quantity status statusUpdatedAt stockLocationId taxValue updatedAt variant {barcodeList brand {id name } categories {categoryPath {id name } id name } id mainImageId name prices {buyPrice currency discountPrice priceListId sellPrice } productId sku slug tagIds taxValue type variantValues {order variantTypeId variantTypeName variantValueId variantValueName } weight } } orderNumber orderPackageStatus orderPackages {createdAt deleted errorMessage id note orderLineItemIds orderPackageFulfillStatus orderPackageNumber stockLocationId trackingInfo {barcode cargoCompany isSendNotification trackingLink trackingNumber } updatedAt } orderPaymentStatus orderTagIds orderedAt paymentMethods {paymentGatewayCode paymentGatewayId paymentGatewayName price type } shippingAddress {addressLine1 addressLine2 city {code id name } company country {code id iso2 iso3 name } district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice } shippingLines {finalPrice isRefunded paymentMethod price shippingSettingsId shippingZoneRateId taxValue title } shippingMethod status taxLines {price rate } totalFinalPrice totalPrice updatedAt }";!function(_){_.BILLING_ADDRESS__ADDRESS_LINE1="billingAddress.addressLine1",_.BILLING_ADDRESS__ADDRESS_LINE2="billingAddress.addressLine2",_.BILLING_ADDRESS__CITY__CODE="billingAddress.city.code",_.BILLING_ADDRESS__CITY__ID="billingAddress.city.id",_.BILLING_ADDRESS__CITY__NAME="billingAddress.city.name",_.BILLING_ADDRESS__COMPANY="billingAddress.company",_.BILLING_ADDRESS__COUNTRY__CODE="billingAddress.country.code",_.BILLING_ADDRESS__COUNTRY__ID="billingAddress.country.id",_.BILLING_ADDRESS__COUNTRY__ISO2="billingAddress.country.iso2",_.BILLING_ADDRESS__COUNTRY__ISO3="billingAddress.country.iso3",_.BILLING_ADDRESS__COUNTRY__NAME="billingAddress.country.name",_.BILLING_ADDRESS__DISTRICT__CODE="billingAddress.district.code",_.BILLING_ADDRESS__DISTRICT__ID="billingAddress.district.id",_.BILLING_ADDRESS__DISTRICT__NAME="billingAddress.district.name",_.BILLING_ADDRESS__FIRST_NAME="billingAddress.firstName",_.BILLING_ADDRESS__ID="billingAddress.id",_.BILLING_ADDRESS__IDENTITY_NUMBER="billingAddress.identityNumber",_.BILLING_ADDRESS__IS_DEFAULT="billingAddress.isDefault",_.BILLING_ADDRESS__LAST_NAME="billingAddress.lastName",_.BILLING_ADDRESS__PHONE="billingAddress.phone",_.BILLING_ADDRESS__POSTAL_CODE="billingAddress.postalCode",_.BILLING_ADDRESS__STATE__CODE="billingAddress.state.code",_.BILLING_ADDRESS__STATE__ID="billingAddress.state.id",_.BILLING_ADDRESS__STATE__NAME="billingAddress.state.name",_.BILLING_ADDRESS__TAX_NUMBER="billingAddress.taxNumber",_.BILLING_ADDRESS__TAX_OFFICE="billingAddress.taxOffice",_.CANCEL_REASON="cancelReason",_.CANCELLED_AT="cancelledAt",_.CREATED_AT="createdAt",_.CURRENCY_CODE="currencyCode",_.CURRENCY_RATES__CODE="currencyRates.code",_.CURRENCY_RATES__ORIGINAL_RATE="currencyRates.originalRate",_.CURRENCY_RATES__RATE="currencyRates.rate",_.CUSTOMER__EMAIL="customer.email",_.CUSTOMER__FIRST_NAME="customer.firstName",_.CUSTOMER__FULL_NAME="customer.fullName",_.CUSTOMER__ID="customer.id",_.CUSTOMER__IS_GUEST_CHECKOUT="customer.isGuestCheckout",_.CUSTOMER__LAST_NAME="customer.lastName",_.CUSTOMER__NOTIFICATIONS_ACCEPTED="customer.notificationsAccepted",_.CUSTOMER__PHONE="customer.phone",_.CUSTOMER_ID="customerId",_.DELETED="deleted",_.GIFT_PACKAGE_LINES__PRICE="giftPackageLines.price",_.GIFT_PACKAGE_LINES__TAX_VALUE="giftPackageLines.taxValue",_.GIFT_PACKAGE_NOTE="giftPackageNote",_.ID="id",_.INVOICES__APP_ID="invoices.appId",_.INVOICES__APP_NAME="invoices.appName",_.INVOICES__CREATED_AT="invoices.createdAt",_.INVOICES__ID="invoices.id",_.INVOICES__INVOICE_NUMBER="invoices.invoiceNumber",_.INVOICES__STORE_APP_ID="invoices.storeAppId",_.INVOICES__TYPE="invoices.type",_.IS_GIFT_PACKAGE="isGiftPackage",_.MERCHANT_ID="merchantId",_.NOTE="note",_.ORDER_ADJUSTMENTS__AMOUNT="orderAdjustments.amount",_.ORDER_ADJUSTMENTS__AMOUNT_TYPE="orderAdjustments.amountType",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__AMOUNT="orderAdjustments.appliedOrderLines.amount",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__APPLIED_QUANTITY="orderAdjustments.appliedOrderLines.appliedQuantity",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__IS_AUTO_CREATED="orderAdjustments.appliedOrderLines.isAutoCreated",_.ORDER_ADJUSTMENTS__APPLIED_ORDER_LINES__ORDER_LINE_ID="orderAdjustments.appliedOrderLines.orderLineId",_.ORDER_ADJUSTMENTS__CAMPAIGN_ID="orderAdjustments.campaignId",_.ORDER_ADJUSTMENTS__CAMPAIGN_TYPE="orderAdjustments.campaignType",_.ORDER_ADJUSTMENTS__COUPON_ID="orderAdjustments.couponId",_.ORDER_ADJUSTMENTS__NAME="orderAdjustments.name",_.ORDER_ADJUSTMENTS__ORDER="orderAdjustments.order",_.ORDER_ADJUSTMENTS__TYPE="orderAdjustments.type",_.ORDER_LINE_ITEMS__CREATED_AT="orderLineItems.createdAt",_.ORDER_LINE_ITEMS__CURRENCY_CODE="orderLineItems.currencyCode",_.ORDER_LINE_ITEMS__DELETED="orderLineItems.deleted",_.ORDER_LINE_ITEMS__DISCOUNT__AMOUNT="orderLineItems.discount.amount",_.ORDER_LINE_ITEMS__DISCOUNT__AMOUNT_TYPE="orderLineItems.discount.amountType",_.ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_ID="orderLineItems.discount.campaignOfferId",_.ORDER_LINE_ITEMS__DISCOUNT__CAMPAIGN_OFFER_PRODUCT_ID="orderLineItems.discount.campaignOfferProductId",_.ORDER_LINE_ITEMS__DISCOUNT__MAX_APPLICABLE_QUANTITY="orderLineItems.discount.maxApplicableQuantity",_.ORDER_LINE_ITEMS__DISCOUNT__REASON="orderLineItems.discount.reason",_.ORDER_LINE_ITEMS__DISCOUNT_PRICE="orderLineItems.discountPrice",_.ORDER_LINE_ITEMS__FINAL_PRICE="orderLineItems.finalPrice",_.ORDER_LINE_ITEMS__ID="orderLineItems.id",_.ORDER_LINE_ITEMS__OPTIONS__NAME="orderLineItems.options.name",_.ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTION_ID="orderLineItems.options.productOptionId",_.ORDER_LINE_ITEMS__OPTIONS__PRODUCT_OPTIONS_SET_ID="orderLineItems.options.productOptionsSetId",_.ORDER_LINE_ITEMS__OPTIONS__TYPE="orderLineItems.options.type",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__NAME="orderLineItems.options.values.name",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__PRICE="orderLineItems.options.values.price",_.ORDER_LINE_ITEMS__OPTIONS__VALUES__VALUE="orderLineItems.options.values.value",_.ORDER_LINE_ITEMS__ORIGINAL_ORDER_LINE_ITEM_ID="orderLineItems.originalOrderLineItemId",_.ORDER_LINE_ITEMS__PRICE="orderLineItems.price",_.ORDER_LINE_ITEMS__QUANTITY="orderLineItems.quantity",_.ORDER_LINE_ITEMS__STATUS="orderLineItems.status",_.ORDER_LINE_ITEMS__STATUS_UPDATED_AT="orderLineItems.statusUpdatedAt",_.ORDER_LINE_ITEMS__STOCK_LOCATION_ID="orderLineItems.stockLocationId",_.ORDER_LINE_ITEMS__TAX_VALUE="orderLineItems.taxValue",_.ORDER_LINE_ITEMS__UPDATED_AT="orderLineItems.updatedAt",_.ORDER_LINE_ITEMS__VARIANT__BARCODE_LIST="orderLineItems.variant.barcodeList",_.ORDER_LINE_ITEMS__VARIANT__BRAND__ID="orderLineItems.variant.brand.id",_.ORDER_LINE_ITEMS__VARIANT__BRAND__NAME="orderLineItems.variant.brand.name",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__ID="orderLineItems.variant.categories.categoryPath.id",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__CATEGORY_PATH__NAME="orderLineItems.variant.categories.categoryPath.name",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__ID="orderLineItems.variant.categories.id",_.ORDER_LINE_ITEMS__VARIANT__CATEGORIES__NAME="orderLineItems.variant.categories.name",_.ORDER_LINE_ITEMS__VARIANT__ID="orderLineItems.variant.id",_.ORDER_LINE_ITEMS__VARIANT__MAIN_IMAGE_ID="orderLineItems.variant.mainImageId",_.ORDER_LINE_ITEMS__VARIANT__NAME="orderLineItems.variant.name",_.ORDER_LINE_ITEMS__VARIANT__PRICES__BUY_PRICE="orderLineItems.variant.prices.buyPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__CURRENCY="orderLineItems.variant.prices.currency",_.ORDER_LINE_ITEMS__VARIANT__PRICES__DISCOUNT_PRICE="orderLineItems.variant.prices.discountPrice",_.ORDER_LINE_ITEMS__VARIANT__PRICES__PRICE_LIST_ID="orderLineItems.variant.prices.priceListId",_.ORDER_LINE_ITEMS__VARIANT__PRICES__SELL_PRICE="orderLineItems.variant.prices.sellPrice",_.ORDER_LINE_ITEMS__VARIANT__PRODUCT_ID="orderLineItems.variant.productId",_.ORDER_LINE_ITEMS__VARIANT__SKU="orderLineItems.variant.sku",_.ORDER_LINE_ITEMS__VARIANT__SLUG="orderLineItems.variant.slug",_.ORDER_LINE_ITEMS__VARIANT__TAG_IDS="orderLineItems.variant.tagIds",_.ORDER_LINE_ITEMS__VARIANT__TAX_VALUE="orderLineItems.variant.taxValue",_.ORDER_LINE_ITEMS__VARIANT__TYPE="orderLineItems.variant.type",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__ORDER="orderLineItems.variant.variantValues.order",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_ID="orderLineItems.variant.variantValues.variantTypeId",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_TYPE_NAME="orderLineItems.variant.variantValues.variantTypeName",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_ID="orderLineItems.variant.variantValues.variantValueId",_.ORDER_LINE_ITEMS__VARIANT__VARIANT_VALUES__VARIANT_VALUE_NAME="orderLineItems.variant.variantValues.variantValueName",_.ORDER_LINE_ITEMS__VARIANT__WEIGHT="orderLineItems.variant.weight",_.ORDER_NUMBER="orderNumber",_.ORDER_PACKAGE_STATUS="orderPackageStatus",_.ORDER_PACKAGES__CREATED_AT="orderPackages.createdAt",_.ORDER_PACKAGES__DELETED="orderPackages.deleted",_.ORDER_PACKAGES__ERROR_MESSAGE="orderPackages.errorMessage",_.ORDER_PACKAGES__ID="orderPackages.id",_.ORDER_PACKAGES__NOTE="orderPackages.note",_.ORDER_PACKAGES__ORDER_LINE_ITEM_IDS="orderPackages.orderLineItemIds",_.ORDER_PACKAGES__ORDER_PACKAGE_FULFILL_STATUS="orderPackages.orderPackageFulfillStatus",_.ORDER_PACKAGES__ORDER_PACKAGE_NUMBER="orderPackages.orderPackageNumber",_.ORDER_PACKAGES__STOCK_LOCATION_ID="orderPackages.stockLocationId",_.ORDER_PACKAGES__TRACKING_INFO__BARCODE="orderPackages.trackingInfo.barcode",_.ORDER_PACKAGES__TRACKING_INFO__CARGO_COMPANY="orderPackages.trackingInfo.cargoCompany",_.ORDER_PACKAGES__TRACKING_INFO__IS_SEND_NOTIFICATION="orderPackages.trackingInfo.isSendNotification",_.ORDER_PACKAGES__TRACKING_INFO__TRACKING_LINK="orderPackages.trackingInfo.trackingLink",_.ORDER_PACKAGES__TRACKING_INFO__TRACKING_NUMBER="orderPackages.trackingInfo.trackingNumber",_.ORDER_PACKAGES__UPDATED_AT="orderPackages.updatedAt",_.ORDER_PAYMENT_STATUS="orderPaymentStatus",_.ORDER_TAG_IDS="orderTagIds",_.ORDERED_AT="orderedAt",_.PAYMENT_METHODS__PAYMENT_GATEWAY_CODE="paymentMethods.paymentGatewayCode",_.PAYMENT_METHODS__PAYMENT_GATEWAY_ID="paymentMethods.paymentGatewayId",_.PAYMENT_METHODS__PAYMENT_GATEWAY_NAME="paymentMethods.paymentGatewayName",_.PAYMENT_METHODS__PRICE="paymentMethods.price",_.PAYMENT_METHODS__TYPE="paymentMethods.type",_.SHIPPING_ADDRESS__ADDRESS_LINE1="shippingAddress.addressLine1",_.SHIPPING_ADDRESS__ADDRESS_LINE2="shippingAddress.addressLine2",_.SHIPPING_ADDRESS__CITY__CODE="shippingAddress.city.code",_.SHIPPING_ADDRESS__CITY__ID="shippingAddress.city.id",_.SHIPPING_ADDRESS__CITY__NAME="shippingAddress.city.name",_.SHIPPING_ADDRESS__COMPANY="shippingAddress.company",_.SHIPPING_ADDRESS__COUNTRY__CODE="shippingAddress.country.code",_.SHIPPING_ADDRESS__COUNTRY__ID="shippingAddress.country.id",_.SHIPPING_ADDRESS__COUNTRY__ISO2="shippingAddress.country.iso2",_.SHIPPING_ADDRESS__COUNTRY__ISO3="shippingAddress.country.iso3",_.SHIPPING_ADDRESS__COUNTRY__NAME="shippingAddress.country.name",_.SHIPPING_ADDRESS__DISTRICT__CODE="shippingAddress.district.code",_.SHIPPING_ADDRESS__DISTRICT__ID="shippingAddress.district.id",_.SHIPPING_ADDRESS__DISTRICT__NAME="shippingAddress.district.name",_.SHIPPING_ADDRESS__FIRST_NAME="shippingAddress.firstName",_.SHIPPING_ADDRESS__ID="shippingAddress.id",_.SHIPPING_ADDRESS__IDENTITY_NUMBER="shippingAddress.identityNumber",_.SHIPPING_ADDRESS__IS_DEFAULT="shippingAddress.isDefault",_.SHIPPING_ADDRESS__LAST_NAME="shippingAddress.lastName",_.SHIPPING_ADDRESS__PHONE="shippingAddress.phone",_.SHIPPING_ADDRESS__POSTAL_CODE="shippingAddress.postalCode",_.SHIPPING_ADDRESS__STATE__CODE="shippingAddress.state.code",_.SHIPPING_ADDRESS__STATE__ID="shippingAddress.state.id",_.SHIPPING_ADDRESS__STATE__NAME="shippingAddress.state.name",_.SHIPPING_ADDRESS__TAX_NUMBER="shippingAddress.taxNumber",_.SHIPPING_ADDRESS__TAX_OFFICE="shippingAddress.taxOffice",_.SHIPPING_LINES__FINAL_PRICE="shippingLines.finalPrice",_.SHIPPING_LINES__IS_REFUNDED="shippingLines.isRefunded",_.SHIPPING_LINES__PAYMENT_METHOD="shippingLines.paymentMethod",_.SHIPPING_LINES__PRICE="shippingLines.price",_.SHIPPING_LINES__SHIPPING_SETTINGS_ID="shippingLines.shippingSettingsId",_.SHIPPING_LINES__SHIPPING_ZONE_RATE_ID="shippingLines.shippingZoneRateId",_.SHIPPING_LINES__TAX_VALUE="shippingLines.taxValue",_.SHIPPING_LINES__TITLE="shippingLines.title",_.SHIPPING_METHOD="shippingMethod",_.STATUS="status",_.TAX_LINES__PRICE="taxLines.price",_.TAX_LINES__RATE="taxLines.rate",_.TOTAL_FINAL_PRICE="totalFinalPrice",_.TOTAL_PRICE="totalPrice",_.UPDATED_AT="updatedAt"}(r||(r={}));export{r as ResponseField,E as default};
@@ -1,17 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- import { CreateSaleTransactionWithCartInput, TransactionResponse } from "../types";
3
- declare const createSaleTransactionWithCart: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<TransactionResponse>>;
4
- export default createSaleTransactionWithCart;
5
- export declare type QueryParams = {
6
- input: CreateSaleTransactionWithCartInput;
7
- };
8
- export declare enum ResponseField {
9
- ERROR__CODE = "error.code",
10
- ERROR__DECLINE_CODE = "error.declineCode",
11
- ERROR__MESSAGE = "error.message",
12
- ORDER_ID = "orderId",
13
- ORDER_NUMBER = "orderNumber",
14
- RETURN_SLUG = "returnSlug",
15
- TRANSACTION_ID = "transactionId",
16
- TRANSACTION_STATUS = "transactionStatus"
17
- }
@@ -1 +0,0 @@
1
- import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as r,APIResponse as n}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import a from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var i,o=function(i,o,u){return t(void 0,void 0,void 0,(function(){var t,c,d,l;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,a({operationName:"createSaleTransactionWithCart",config:u,variables:i,allReturnFields:s,fields:o,query:function(t){return"\n\t\t\t\tmutation createSaleTransactionWithCart (\n\t\t\t\t\t$input: CreateSaleTransactionWithCartInput!,\n\t\t\t\t) {\n\t\t\t\t\tcreateSaleTransactionWithCart (\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),c=t.data,d=t.errors,[2,new n(null==c?void 0:c.createSaleTransactionWithCart,d)];case 2:return l=e.sent(),[2,r(l)];case 3:return[2]}}))}))},s="{error {code declineCode message } orderId orderNumber returnSlug transactionId transactionStatus }";!function(t){t.ERROR__CODE="error.code",t.ERROR__DECLINE_CODE="error.declineCode",t.ERROR__MESSAGE="error.message",t.ORDER_ID="orderId",t.ORDER_NUMBER="orderNumber",t.RETURN_SLUG="returnSlug",t.TRANSACTION_ID="transactionId",t.TRANSACTION_STATUS="transactionStatus"}(i||(i={}));export{i as ResponseField,o as default};
@@ -1,17 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- import { CreateSaleTransactionWithCheckoutInput, TransactionResponse } from "../types";
3
- declare const createSaleTransactionWithCheckout: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<TransactionResponse>>;
4
- export default createSaleTransactionWithCheckout;
5
- export declare type QueryParams = {
6
- input: CreateSaleTransactionWithCheckoutInput;
7
- };
8
- export declare enum ResponseField {
9
- ERROR__CODE = "error.code",
10
- ERROR__DECLINE_CODE = "error.declineCode",
11
- ERROR__MESSAGE = "error.message",
12
- ORDER_ID = "orderId",
13
- ORDER_NUMBER = "orderNumber",
14
- RETURN_SLUG = "returnSlug",
15
- TRANSACTION_ID = "transactionId",
16
- TRANSACTION_STATUS = "transactionStatus"
17
- }
@@ -1,13 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- import { CreateSaleTransactionWithCartInput, CreateStripePaymentIntentResponse } from "../types";
3
- declare const createStripePaymentIntent: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CreateStripePaymentIntentResponse>>;
4
- export default createStripePaymentIntent;
5
- export declare type QueryParams = {
6
- input: CreateSaleTransactionWithCartInput;
7
- };
8
- export declare enum ResponseField {
9
- ACCOUNT_ID = "accountId",
10
- API_KEY = "apiKey",
11
- CALLBACK_URL = "callbackUrl",
12
- CLIENT_SECRET = "clientSecret"
13
- }
@@ -1 +0,0 @@
1
- import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as r}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import a from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var i,c=function(i,c,s){return t(void 0,void 0,void 0,(function(){var t,u,l,p;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,a({operationName:"createStripePaymentIntent",config:s,variables:i,allReturnFields:o,fields:c,query:function(t){return"\n\t\t\t\tmutation createStripePaymentIntent (\n\t\t\t\t\t$input: CreateSaleTransactionWithCartInput!,\n\t\t\t\t) {\n\t\t\t\t\tcreateStripePaymentIntent (\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),u=t.data,l=t.errors,[2,new r(null==u?void 0:u.createStripePaymentIntent,l)];case 2:return p=e.sent(),[2,n(p)];case 3:return[2]}}))}))},o="{accountId apiKey callbackUrl clientSecret }";!function(t){t.ACCOUNT_ID="accountId",t.API_KEY="apiKey",t.CALLBACK_URL="callbackUrl",t.CLIENT_SECRET="clientSecret"}(i||(i={}));export{i as ResponseField,c as default};
@@ -1,7 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- declare const customerForgotPassword: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<boolean> | APIResponse<undefined>>;
3
- export default customerForgotPassword;
4
- export declare type QueryParams = {
5
- email: string;
6
- locale?: string | null;
7
- };
@@ -1 +0,0 @@
1
- import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as o,APIResponse as r}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import s from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var n=function(n,a){return t(void 0,void 0,void 0,(function(){var t,i,l,u;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,s({operationName:"customerForgotPassword",config:a,variables:n,query:"\n\t\t\t\tmutation customerForgotPassword (\n\t\t\t\t\t$email: String!,\n\t\t\t\t\t$locale: String,\n\t\t\t\t) {\n\t\t\t\t\tcustomerForgotPassword (\n\t\t\t\t\t\temail: $email,\n\t\t\t\t\t\tlocale: $locale,\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t"})];case 1:return t=e.sent(),i=t.data,l=t.errors,[2,new r(null==i?void 0:i.customerForgotPassword,l)];case 2:return u=e.sent(),[2,o(u)];case 3:return[2]}}))}))};export{n as default};
@@ -1,72 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- import { CustomerLoginResponse } from "../types";
3
- declare const customerLogin: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerLoginResponse>>;
4
- export default customerLogin;
5
- export declare type QueryParams = {
6
- email: string;
7
- password: string;
8
- };
9
- export declare enum ResponseField {
10
- CUSTOMER__ACCOUNT_STATUS = "customer.accountStatus",
11
- CUSTOMER__ACCOUNT_STATUS_UPDATED_AT = "customer.accountStatusUpdatedAt",
12
- CUSTOMER__ADDRESSES__ADDRESS_LINE1 = "customer.addresses.addressLine1",
13
- CUSTOMER__ADDRESSES__ADDRESS_LINE2 = "customer.addresses.addressLine2",
14
- CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID = "customer.addresses.attributes.customerAttributeId",
15
- CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID = "customer.addresses.attributes.customerAttributeOptionId",
16
- CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE = "customer.addresses.attributes.value",
17
- CUSTOMER__ADDRESSES__CITY__CODE = "customer.addresses.city.code",
18
- CUSTOMER__ADDRESSES__CITY__ID = "customer.addresses.city.id",
19
- CUSTOMER__ADDRESSES__CITY__NAME = "customer.addresses.city.name",
20
- CUSTOMER__ADDRESSES__COMPANY = "customer.addresses.company",
21
- CUSTOMER__ADDRESSES__COUNTRY__CODE = "customer.addresses.country.code",
22
- CUSTOMER__ADDRESSES__COUNTRY__ID = "customer.addresses.country.id",
23
- CUSTOMER__ADDRESSES__COUNTRY__ISO2 = "customer.addresses.country.iso2",
24
- CUSTOMER__ADDRESSES__COUNTRY__ISO3 = "customer.addresses.country.iso3",
25
- CUSTOMER__ADDRESSES__COUNTRY__NAME = "customer.addresses.country.name",
26
- CUSTOMER__ADDRESSES__CREATED_AT = "customer.addresses.createdAt",
27
- CUSTOMER__ADDRESSES__DELETED = "customer.addresses.deleted",
28
- CUSTOMER__ADDRESSES__DISTRICT__CODE = "customer.addresses.district.code",
29
- CUSTOMER__ADDRESSES__DISTRICT__ID = "customer.addresses.district.id",
30
- CUSTOMER__ADDRESSES__DISTRICT__NAME = "customer.addresses.district.name",
31
- CUSTOMER__ADDRESSES__FIRST_NAME = "customer.addresses.firstName",
32
- CUSTOMER__ADDRESSES__ID = "customer.addresses.id",
33
- CUSTOMER__ADDRESSES__IDENTITY_NUMBER = "customer.addresses.identityNumber",
34
- CUSTOMER__ADDRESSES__IS_DEFAULT = "customer.addresses.isDefault",
35
- CUSTOMER__ADDRESSES__LAST_NAME = "customer.addresses.lastName",
36
- CUSTOMER__ADDRESSES__PHONE = "customer.addresses.phone",
37
- CUSTOMER__ADDRESSES__POSTAL_CODE = "customer.addresses.postalCode",
38
- CUSTOMER__ADDRESSES__STATE__CODE = "customer.addresses.state.code",
39
- CUSTOMER__ADDRESSES__STATE__ID = "customer.addresses.state.id",
40
- CUSTOMER__ADDRESSES__STATE__NAME = "customer.addresses.state.name",
41
- CUSTOMER__ADDRESSES__TAX_NUMBER = "customer.addresses.taxNumber",
42
- CUSTOMER__ADDRESSES__TAX_OFFICE = "customer.addresses.taxOffice",
43
- CUSTOMER__ADDRESSES__TITLE = "customer.addresses.title",
44
- CUSTOMER__ADDRESSES__UPDATED_AT = "customer.addresses.updatedAt",
45
- CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID = "customer.attributes.customerAttributeId",
46
- CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID = "customer.attributes.customerAttributeOptionId",
47
- CUSTOMER__ATTRIBUTES__VALUE = "customer.attributes.value",
48
- CUSTOMER__CREATED_AT = "customer.createdAt",
49
- CUSTOMER__CUSTOMER_GROUP_IDS = "customer.customerGroupIds",
50
- CUSTOMER__CUSTOMER_SEQUENCE = "customer.customerSequence",
51
- CUSTOMER__DELETED = "customer.deleted",
52
- CUSTOMER__EMAIL = "customer.email",
53
- CUSTOMER__EMAIL_VERIFIED_DATE = "customer.emailVerifiedDate",
54
- CUSTOMER__FIRST_NAME = "customer.firstName",
55
- CUSTOMER__FULL_NAME = "customer.fullName",
56
- CUSTOMER__ID = "customer.id",
57
- CUSTOMER__IS_EMAIL_VERIFIED = "customer.isEmailVerified",
58
- CUSTOMER__IS_PHONE_VERIFIED = "customer.isPhoneVerified",
59
- CUSTOMER__LAST_NAME = "customer.lastName",
60
- CUSTOMER__NOTE = "customer.note",
61
- CUSTOMER__ORDER_COUNT = "customer.orderCount",
62
- CUSTOMER__PASSWORD_UPDATE_DATE = "customer.passwordUpdateDate",
63
- CUSTOMER__PHONE = "customer.phone",
64
- CUSTOMER__PHONE_VERIFIED_DATE = "customer.phoneVerifiedDate",
65
- CUSTOMER__REGISTRATION_SOURCE = "customer.registrationSource",
66
- CUSTOMER__SUBSCRIPTION_STATUS = "customer.subscriptionStatus",
67
- CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT = "customer.subscriptionStatusUpdatedAt",
68
- CUSTOMER__TAG_IDS = "customer.tagIds",
69
- CUSTOMER__UPDATED_AT = "customer.updatedAt",
70
- TOKEN = "token",
71
- TOKEN_EXPIRY = "tokenExpiry"
72
- }
@@ -1 +0,0 @@
1
- import{__awaiter as e,__generator as t}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as s,APIResponse as _}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import S from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var r,E=function(r,E,o){return e(void 0,void 0,void 0,(function(){var e,T,u,a;return t(this,(function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,S({operationName:"customerLogin",config:o,variables:r,allReturnFields:d,fields:E,query:function(e){return"\n\t\t\t\tmutation customerLogin (\n\t\t\t\t\t$email: String!,\n\t\t\t\t\t$password: String!,\n\t\t\t\t) {\n\t\t\t\t\tcustomerLogin (\n\t\t\t\t\t\temail: $email,\n\t\t\t\t\t\tpassword: $password,\n\t\t\t\t\t) ".concat(e,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return e=t.sent(),T=e.data,u=e.errors,[2,new _(null==T?void 0:T.customerLogin,u)];case 2:return a=t.sent(),[2,s(a)];case 3:return[2]}}))}))},d="{customer {accountStatus accountStatusUpdatedAt addresses {addressLine1 addressLine2 attributes {customerAttributeId customerAttributeOptionId value } city {code id name } company country {code id iso2 iso3 name } createdAt deleted district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice title updatedAt } attributes {customerAttributeId customerAttributeOptionId value } createdAt customerGroupIds customerSequence deleted email emailVerifiedDate firstName fullName id isEmailVerified isPhoneVerified lastName note orderCount passwordUpdateDate phone phoneVerifiedDate registrationSource subscriptionStatus subscriptionStatusUpdatedAt tagIds updatedAt } token tokenExpiry }";!function(e){e.CUSTOMER__ACCOUNT_STATUS="customer.accountStatus",e.CUSTOMER__ACCOUNT_STATUS_UPDATED_AT="customer.accountStatusUpdatedAt",e.CUSTOMER__ADDRESSES__ADDRESS_LINE1="customer.addresses.addressLine1",e.CUSTOMER__ADDRESSES__ADDRESS_LINE2="customer.addresses.addressLine2",e.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.addresses.attributes.customerAttributeId",e.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.addresses.attributes.customerAttributeOptionId",e.CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE="customer.addresses.attributes.value",e.CUSTOMER__ADDRESSES__CITY__CODE="customer.addresses.city.code",e.CUSTOMER__ADDRESSES__CITY__ID="customer.addresses.city.id",e.CUSTOMER__ADDRESSES__CITY__NAME="customer.addresses.city.name",e.CUSTOMER__ADDRESSES__COMPANY="customer.addresses.company",e.CUSTOMER__ADDRESSES__COUNTRY__CODE="customer.addresses.country.code",e.CUSTOMER__ADDRESSES__COUNTRY__ID="customer.addresses.country.id",e.CUSTOMER__ADDRESSES__COUNTRY__ISO2="customer.addresses.country.iso2",e.CUSTOMER__ADDRESSES__COUNTRY__ISO3="customer.addresses.country.iso3",e.CUSTOMER__ADDRESSES__COUNTRY__NAME="customer.addresses.country.name",e.CUSTOMER__ADDRESSES__CREATED_AT="customer.addresses.createdAt",e.CUSTOMER__ADDRESSES__DELETED="customer.addresses.deleted",e.CUSTOMER__ADDRESSES__DISTRICT__CODE="customer.addresses.district.code",e.CUSTOMER__ADDRESSES__DISTRICT__ID="customer.addresses.district.id",e.CUSTOMER__ADDRESSES__DISTRICT__NAME="customer.addresses.district.name",e.CUSTOMER__ADDRESSES__FIRST_NAME="customer.addresses.firstName",e.CUSTOMER__ADDRESSES__ID="customer.addresses.id",e.CUSTOMER__ADDRESSES__IDENTITY_NUMBER="customer.addresses.identityNumber",e.CUSTOMER__ADDRESSES__IS_DEFAULT="customer.addresses.isDefault",e.CUSTOMER__ADDRESSES__LAST_NAME="customer.addresses.lastName",e.CUSTOMER__ADDRESSES__PHONE="customer.addresses.phone",e.CUSTOMER__ADDRESSES__POSTAL_CODE="customer.addresses.postalCode",e.CUSTOMER__ADDRESSES__STATE__CODE="customer.addresses.state.code",e.CUSTOMER__ADDRESSES__STATE__ID="customer.addresses.state.id",e.CUSTOMER__ADDRESSES__STATE__NAME="customer.addresses.state.name",e.CUSTOMER__ADDRESSES__TAX_NUMBER="customer.addresses.taxNumber",e.CUSTOMER__ADDRESSES__TAX_OFFICE="customer.addresses.taxOffice",e.CUSTOMER__ADDRESSES__TITLE="customer.addresses.title",e.CUSTOMER__ADDRESSES__UPDATED_AT="customer.addresses.updatedAt",e.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.attributes.customerAttributeId",e.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.attributes.customerAttributeOptionId",e.CUSTOMER__ATTRIBUTES__VALUE="customer.attributes.value",e.CUSTOMER__CREATED_AT="customer.createdAt",e.CUSTOMER__CUSTOMER_GROUP_IDS="customer.customerGroupIds",e.CUSTOMER__CUSTOMER_SEQUENCE="customer.customerSequence",e.CUSTOMER__DELETED="customer.deleted",e.CUSTOMER__EMAIL="customer.email",e.CUSTOMER__EMAIL_VERIFIED_DATE="customer.emailVerifiedDate",e.CUSTOMER__FIRST_NAME="customer.firstName",e.CUSTOMER__FULL_NAME="customer.fullName",e.CUSTOMER__ID="customer.id",e.CUSTOMER__IS_EMAIL_VERIFIED="customer.isEmailVerified",e.CUSTOMER__IS_PHONE_VERIFIED="customer.isPhoneVerified",e.CUSTOMER__LAST_NAME="customer.lastName",e.CUSTOMER__NOTE="customer.note",e.CUSTOMER__ORDER_COUNT="customer.orderCount",e.CUSTOMER__PASSWORD_UPDATE_DATE="customer.passwordUpdateDate",e.CUSTOMER__PHONE="customer.phone",e.CUSTOMER__PHONE_VERIFIED_DATE="customer.phoneVerifiedDate",e.CUSTOMER__REGISTRATION_SOURCE="customer.registrationSource",e.CUSTOMER__SUBSCRIPTION_STATUS="customer.subscriptionStatus",e.CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT="customer.subscriptionStatusUpdatedAt",e.CUSTOMER__TAG_IDS="customer.tagIds",e.CUSTOMER__UPDATED_AT="customer.updatedAt",e.TOKEN="token",e.TOKEN_EXPIRY="tokenExpiry"}(r||(r={}));export{r as ResponseField,E as default};
@@ -1,8 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- declare const customerRecoverPassword: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<boolean> | APIResponse<undefined>>;
3
- export default customerRecoverPassword;
4
- export declare type QueryParams = {
5
- password: string;
6
- passwordAgain: string;
7
- token: string;
8
- };
@@ -1 +0,0 @@
1
- import{__awaiter as t,__generator as s}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as r,APIResponse as e}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import o from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var n=function(n,a){return t(void 0,void 0,void 0,(function(){var t,i,u,d;return s(this,(function(s){switch(s.label){case 0:return s.trys.push([0,2,,3]),[4,o({operationName:"customerRecoverPassword",config:a,variables:n,query:"\n\t\t\t\tmutation customerRecoverPassword (\n\t\t\t\t\t$password: String!,\n\t\t\t\t\t$passwordAgain: String!,\n\t\t\t\t\t$token: String!,\n\t\t\t\t) {\n\t\t\t\t\tcustomerRecoverPassword (\n\t\t\t\t\t\tpassword: $password,\n\t\t\t\t\t\tpasswordAgain: $passwordAgain,\n\t\t\t\t\t\ttoken: $token,\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t"})];case 1:return t=s.sent(),i=t.data,u=t.errors,[2,new e(null==i?void 0:i.customerRecoverPassword,u)];case 2:return d=s.sent(),[2,r(d)];case 3:return[2]}}))}))};export{n as default};
@@ -1,11 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- import { CustomerRefreshTokenResponse } from "../types";
3
- declare const customerRefreshToken: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerRefreshTokenResponse>>;
4
- export default customerRefreshToken;
5
- export declare type QueryParams = {
6
- token: string;
7
- };
8
- export declare enum ResponseField {
9
- TOKEN = "token",
10
- TOKEN_EXPIRY = "tokenExpiry"
11
- }
@@ -1 +0,0 @@
1
- import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as r}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import o from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var s,i=function(s,i,a){return t(void 0,void 0,void 0,(function(){var t,l,c,f;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,o({operationName:"customerRefreshToken",config:a,variables:s,allReturnFields:u,fields:i,query:function(t){return"\n\t\t\t\tmutation customerRefreshToken (\n\t\t\t\t\t$token: String!,\n\t\t\t\t) {\n\t\t\t\t\tcustomerRefreshToken (\n\t\t\t\t\t\ttoken: $token,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),l=t.data,c=t.errors,[2,new r(null==l?void 0:l.customerRefreshToken,c)];case 2:return f=e.sent(),[2,n(f)];case 3:return[2]}}))}))},u="{token tokenExpiry }";!function(t){t.TOKEN="token",t.TOKEN_EXPIRY="tokenExpiry"}(s||(s={}));export{s as ResponseField,i as default};
@@ -1,6 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- declare const deleteRaffleParticipantsList: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<boolean> | APIResponse<undefined>>;
3
- export default deleteRaffleParticipantsList;
4
- export declare type QueryParams = {
5
- idList: string[];
6
- };
@@ -1,7 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- import { GetOrderLineFile } from "../types";
3
- declare const getOrderLineFile: (variables: QueryParams, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<string>>;
4
- export default getOrderLineFile;
5
- export declare type QueryParams = {
6
- input: GetOrderLineFile;
7
- };
@@ -1 +0,0 @@
1
- import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as i,APIResponse as n}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import r from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var s=function(s,o){return t(void 0,void 0,void 0,(function(){var t,u,a,l;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,r({operationName:"getOrderLineFile",config:o,variables:s,query:"\n\t\t\t\tmutation getOrderLineFile (\n\t\t\t\t\t$input: GetOrderLineFile!,\n\t\t\t\t) {\n\t\t\t\t\tgetOrderLineFile (\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t"})];case 1:return t=e.sent(),u=t.data,a=t.errors,[2,new n(null==u?void 0:u.getOrderLineFile,a)];case 2:return l=e.sent(),[2,i(l)];case 3:return[2]}}))}))};export{s as default};
@@ -1,77 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- import { CustomerAttributeValueInput, CustomerLoginResponse } from "../types";
3
- declare const registerCustomer: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<CustomerLoginResponse>>;
4
- export default registerCustomer;
5
- export declare type QueryParams = {
6
- attributes?: CustomerAttributeValueInput[] | null;
7
- email: string;
8
- firstName: string;
9
- isAcceptMarketing?: boolean | null;
10
- lastName: string;
11
- locale?: string | null;
12
- password: string;
13
- };
14
- export declare enum ResponseField {
15
- CUSTOMER__ACCOUNT_STATUS = "customer.accountStatus",
16
- CUSTOMER__ACCOUNT_STATUS_UPDATED_AT = "customer.accountStatusUpdatedAt",
17
- CUSTOMER__ADDRESSES__ADDRESS_LINE1 = "customer.addresses.addressLine1",
18
- CUSTOMER__ADDRESSES__ADDRESS_LINE2 = "customer.addresses.addressLine2",
19
- CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID = "customer.addresses.attributes.customerAttributeId",
20
- CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID = "customer.addresses.attributes.customerAttributeOptionId",
21
- CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE = "customer.addresses.attributes.value",
22
- CUSTOMER__ADDRESSES__CITY__CODE = "customer.addresses.city.code",
23
- CUSTOMER__ADDRESSES__CITY__ID = "customer.addresses.city.id",
24
- CUSTOMER__ADDRESSES__CITY__NAME = "customer.addresses.city.name",
25
- CUSTOMER__ADDRESSES__COMPANY = "customer.addresses.company",
26
- CUSTOMER__ADDRESSES__COUNTRY__CODE = "customer.addresses.country.code",
27
- CUSTOMER__ADDRESSES__COUNTRY__ID = "customer.addresses.country.id",
28
- CUSTOMER__ADDRESSES__COUNTRY__ISO2 = "customer.addresses.country.iso2",
29
- CUSTOMER__ADDRESSES__COUNTRY__ISO3 = "customer.addresses.country.iso3",
30
- CUSTOMER__ADDRESSES__COUNTRY__NAME = "customer.addresses.country.name",
31
- CUSTOMER__ADDRESSES__CREATED_AT = "customer.addresses.createdAt",
32
- CUSTOMER__ADDRESSES__DELETED = "customer.addresses.deleted",
33
- CUSTOMER__ADDRESSES__DISTRICT__CODE = "customer.addresses.district.code",
34
- CUSTOMER__ADDRESSES__DISTRICT__ID = "customer.addresses.district.id",
35
- CUSTOMER__ADDRESSES__DISTRICT__NAME = "customer.addresses.district.name",
36
- CUSTOMER__ADDRESSES__FIRST_NAME = "customer.addresses.firstName",
37
- CUSTOMER__ADDRESSES__ID = "customer.addresses.id",
38
- CUSTOMER__ADDRESSES__IDENTITY_NUMBER = "customer.addresses.identityNumber",
39
- CUSTOMER__ADDRESSES__IS_DEFAULT = "customer.addresses.isDefault",
40
- CUSTOMER__ADDRESSES__LAST_NAME = "customer.addresses.lastName",
41
- CUSTOMER__ADDRESSES__PHONE = "customer.addresses.phone",
42
- CUSTOMER__ADDRESSES__POSTAL_CODE = "customer.addresses.postalCode",
43
- CUSTOMER__ADDRESSES__STATE__CODE = "customer.addresses.state.code",
44
- CUSTOMER__ADDRESSES__STATE__ID = "customer.addresses.state.id",
45
- CUSTOMER__ADDRESSES__STATE__NAME = "customer.addresses.state.name",
46
- CUSTOMER__ADDRESSES__TAX_NUMBER = "customer.addresses.taxNumber",
47
- CUSTOMER__ADDRESSES__TAX_OFFICE = "customer.addresses.taxOffice",
48
- CUSTOMER__ADDRESSES__TITLE = "customer.addresses.title",
49
- CUSTOMER__ADDRESSES__UPDATED_AT = "customer.addresses.updatedAt",
50
- CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID = "customer.attributes.customerAttributeId",
51
- CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID = "customer.attributes.customerAttributeOptionId",
52
- CUSTOMER__ATTRIBUTES__VALUE = "customer.attributes.value",
53
- CUSTOMER__CREATED_AT = "customer.createdAt",
54
- CUSTOMER__CUSTOMER_GROUP_IDS = "customer.customerGroupIds",
55
- CUSTOMER__CUSTOMER_SEQUENCE = "customer.customerSequence",
56
- CUSTOMER__DELETED = "customer.deleted",
57
- CUSTOMER__EMAIL = "customer.email",
58
- CUSTOMER__EMAIL_VERIFIED_DATE = "customer.emailVerifiedDate",
59
- CUSTOMER__FIRST_NAME = "customer.firstName",
60
- CUSTOMER__FULL_NAME = "customer.fullName",
61
- CUSTOMER__ID = "customer.id",
62
- CUSTOMER__IS_EMAIL_VERIFIED = "customer.isEmailVerified",
63
- CUSTOMER__IS_PHONE_VERIFIED = "customer.isPhoneVerified",
64
- CUSTOMER__LAST_NAME = "customer.lastName",
65
- CUSTOMER__NOTE = "customer.note",
66
- CUSTOMER__ORDER_COUNT = "customer.orderCount",
67
- CUSTOMER__PASSWORD_UPDATE_DATE = "customer.passwordUpdateDate",
68
- CUSTOMER__PHONE = "customer.phone",
69
- CUSTOMER__PHONE_VERIFIED_DATE = "customer.phoneVerifiedDate",
70
- CUSTOMER__REGISTRATION_SOURCE = "customer.registrationSource",
71
- CUSTOMER__SUBSCRIPTION_STATUS = "customer.subscriptionStatus",
72
- CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT = "customer.subscriptionStatusUpdatedAt",
73
- CUSTOMER__TAG_IDS = "customer.tagIds",
74
- CUSTOMER__UPDATED_AT = "customer.updatedAt",
75
- TOKEN = "token",
76
- TOKEN_EXPIRY = "tokenExpiry"
77
- }
@@ -1 +0,0 @@
1
- import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as s,APIResponse as _}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import r from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var S,E=function(S,E,d){return t(void 0,void 0,void 0,(function(){var t,o,u,T;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,r({operationName:"registerCustomer",config:d,variables:S,allReturnFields:a,fields:E,query:function(t){return"\n\t\t\t\tmutation registerCustomer (\n\t\t\t\t\t$attributes: [CustomerAttributeValueInput!],\n\t\t\t\t\t$email: String!,\n\t\t\t\t\t$firstName: String!,\n\t\t\t\t\t$isAcceptMarketing: Boolean,\n\t\t\t\t\t$lastName: String!,\n\t\t\t\t\t$locale: String,\n\t\t\t\t\t$password: String!,\n\t\t\t\t) {\n\t\t\t\t\tregisterCustomer (\n\t\t\t\t\t\tattributes: $attributes,\n\t\t\t\t\t\temail: $email,\n\t\t\t\t\t\tfirstName: $firstName,\n\t\t\t\t\t\tisAcceptMarketing: $isAcceptMarketing,\n\t\t\t\t\t\tlastName: $lastName,\n\t\t\t\t\t\tlocale: $locale,\n\t\t\t\t\t\tpassword: $password,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),o=t.data,u=t.errors,[2,new _(null==o?void 0:o.registerCustomer,u)];case 2:return T=e.sent(),[2,s(T)];case 3:return[2]}}))}))},a="{customer {accountStatus accountStatusUpdatedAt addresses {addressLine1 addressLine2 attributes {customerAttributeId customerAttributeOptionId value } city {code id name } company country {code id iso2 iso3 name } createdAt deleted district {code id name } firstName id identityNumber isDefault lastName phone postalCode state {code id name } taxNumber taxOffice title updatedAt } attributes {customerAttributeId customerAttributeOptionId value } createdAt customerGroupIds customerSequence deleted email emailVerifiedDate firstName fullName id isEmailVerified isPhoneVerified lastName note orderCount passwordUpdateDate phone phoneVerifiedDate registrationSource subscriptionStatus subscriptionStatusUpdatedAt tagIds updatedAt } token tokenExpiry }";!function(t){t.CUSTOMER__ACCOUNT_STATUS="customer.accountStatus",t.CUSTOMER__ACCOUNT_STATUS_UPDATED_AT="customer.accountStatusUpdatedAt",t.CUSTOMER__ADDRESSES__ADDRESS_LINE1="customer.addresses.addressLine1",t.CUSTOMER__ADDRESSES__ADDRESS_LINE2="customer.addresses.addressLine2",t.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.addresses.attributes.customerAttributeId",t.CUSTOMER__ADDRESSES__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.addresses.attributes.customerAttributeOptionId",t.CUSTOMER__ADDRESSES__ATTRIBUTES__VALUE="customer.addresses.attributes.value",t.CUSTOMER__ADDRESSES__CITY__CODE="customer.addresses.city.code",t.CUSTOMER__ADDRESSES__CITY__ID="customer.addresses.city.id",t.CUSTOMER__ADDRESSES__CITY__NAME="customer.addresses.city.name",t.CUSTOMER__ADDRESSES__COMPANY="customer.addresses.company",t.CUSTOMER__ADDRESSES__COUNTRY__CODE="customer.addresses.country.code",t.CUSTOMER__ADDRESSES__COUNTRY__ID="customer.addresses.country.id",t.CUSTOMER__ADDRESSES__COUNTRY__ISO2="customer.addresses.country.iso2",t.CUSTOMER__ADDRESSES__COUNTRY__ISO3="customer.addresses.country.iso3",t.CUSTOMER__ADDRESSES__COUNTRY__NAME="customer.addresses.country.name",t.CUSTOMER__ADDRESSES__CREATED_AT="customer.addresses.createdAt",t.CUSTOMER__ADDRESSES__DELETED="customer.addresses.deleted",t.CUSTOMER__ADDRESSES__DISTRICT__CODE="customer.addresses.district.code",t.CUSTOMER__ADDRESSES__DISTRICT__ID="customer.addresses.district.id",t.CUSTOMER__ADDRESSES__DISTRICT__NAME="customer.addresses.district.name",t.CUSTOMER__ADDRESSES__FIRST_NAME="customer.addresses.firstName",t.CUSTOMER__ADDRESSES__ID="customer.addresses.id",t.CUSTOMER__ADDRESSES__IDENTITY_NUMBER="customer.addresses.identityNumber",t.CUSTOMER__ADDRESSES__IS_DEFAULT="customer.addresses.isDefault",t.CUSTOMER__ADDRESSES__LAST_NAME="customer.addresses.lastName",t.CUSTOMER__ADDRESSES__PHONE="customer.addresses.phone",t.CUSTOMER__ADDRESSES__POSTAL_CODE="customer.addresses.postalCode",t.CUSTOMER__ADDRESSES__STATE__CODE="customer.addresses.state.code",t.CUSTOMER__ADDRESSES__STATE__ID="customer.addresses.state.id",t.CUSTOMER__ADDRESSES__STATE__NAME="customer.addresses.state.name",t.CUSTOMER__ADDRESSES__TAX_NUMBER="customer.addresses.taxNumber",t.CUSTOMER__ADDRESSES__TAX_OFFICE="customer.addresses.taxOffice",t.CUSTOMER__ADDRESSES__TITLE="customer.addresses.title",t.CUSTOMER__ADDRESSES__UPDATED_AT="customer.addresses.updatedAt",t.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_ID="customer.attributes.customerAttributeId",t.CUSTOMER__ATTRIBUTES__CUSTOMER_ATTRIBUTE_OPTION_ID="customer.attributes.customerAttributeOptionId",t.CUSTOMER__ATTRIBUTES__VALUE="customer.attributes.value",t.CUSTOMER__CREATED_AT="customer.createdAt",t.CUSTOMER__CUSTOMER_GROUP_IDS="customer.customerGroupIds",t.CUSTOMER__CUSTOMER_SEQUENCE="customer.customerSequence",t.CUSTOMER__DELETED="customer.deleted",t.CUSTOMER__EMAIL="customer.email",t.CUSTOMER__EMAIL_VERIFIED_DATE="customer.emailVerifiedDate",t.CUSTOMER__FIRST_NAME="customer.firstName",t.CUSTOMER__FULL_NAME="customer.fullName",t.CUSTOMER__ID="customer.id",t.CUSTOMER__IS_EMAIL_VERIFIED="customer.isEmailVerified",t.CUSTOMER__IS_PHONE_VERIFIED="customer.isPhoneVerified",t.CUSTOMER__LAST_NAME="customer.lastName",t.CUSTOMER__NOTE="customer.note",t.CUSTOMER__ORDER_COUNT="customer.orderCount",t.CUSTOMER__PASSWORD_UPDATE_DATE="customer.passwordUpdateDate",t.CUSTOMER__PHONE="customer.phone",t.CUSTOMER__PHONE_VERIFIED_DATE="customer.phoneVerifiedDate",t.CUSTOMER__REGISTRATION_SOURCE="customer.registrationSource",t.CUSTOMER__SUBSCRIPTION_STATUS="customer.subscriptionStatus",t.CUSTOMER__SUBSCRIPTION_STATUS_UPDATED_AT="customer.subscriptionStatusUpdatedAt",t.CUSTOMER__TAG_IDS="customer.tagIds",t.CUSTOMER__UPDATED_AT="customer.updatedAt",t.TOKEN="token",t.TOKEN_EXPIRY="tokenExpiry"}(S||(S={}));export{S as ResponseField,E as default};
@@ -1,20 +0,0 @@
1
- import { ConfigType, APIResponse } from "@ikas/fe-api-client";
2
- import { RetrieveInstallmentInfoInput, RetrieveInstallmentInfoResponse } from "../types";
3
- declare const retrieveInstallmentInfo: (variables: QueryParams, fields?: string[] | undefined, config?: ConfigType | undefined) => Promise<APIResponse<undefined> | APIResponse<RetrieveInstallmentInfoResponse>>;
4
- export default retrieveInstallmentInfo;
5
- export declare type QueryParams = {
6
- input: RetrieveInstallmentInfoInput;
7
- };
8
- export declare enum ResponseField {
9
- BANK_NAME = "bankName",
10
- BIN_NUMBER = "binNumber",
11
- CARD_ASSOCIATION = "cardAssociation",
12
- CARD_FAMILY = "cardFamily",
13
- CARD_TYPE = "cardType",
14
- INSTALLMENT_PRICES__INSTALLMENT_COUNT = "installmentPrices.installmentCount",
15
- INSTALLMENT_PRICES__INSTALLMENT_PRICE = "installmentPrices.installmentPrice",
16
- INSTALLMENT_PRICES__ORIGINAL_RATE = "installmentPrices.originalRate",
17
- INSTALLMENT_PRICES__RATE = "installmentPrices.rate",
18
- INSTALLMENT_PRICES__TOTAL_PRICE = "installmentPrices.totalPrice",
19
- PRICE = "price"
20
- }
@@ -1 +0,0 @@
1
- import{__awaiter as t,__generator as e}from'../../ext/tslib/tslib.es6.js';import{handleAPIError as n,APIResponse as i}from'../../ext/@ikas/fe-api-client/build/utils/api.js';import r from'../../ext/@ikas/fe-api-client/build/utils/fetch-query.js';var a,l=function(a,l,o){return t(void 0,void 0,void 0,(function(){var t,c,u,I;return e(this,(function(e){switch(e.label){case 0:return e.trys.push([0,2,,3]),[4,r({operationName:"retrieveInstallmentInfo",config:o,variables:a,allReturnFields:s,fields:l,query:function(t){return"\n\t\t\t\tmutation retrieveInstallmentInfo (\n\t\t\t\t\t$input: RetrieveInstallmentInfoInput!,\n\t\t\t\t) {\n\t\t\t\t\tretrieveInstallmentInfo (\n\t\t\t\t\t\tinput: $input,\n\t\t\t\t\t) ".concat(t,"\n\t\t\t\t}\n\t\t\t")}})];case 1:return t=e.sent(),c=t.data,u=t.errors,[2,new i(null==c?void 0:c.retrieveInstallmentInfo,u)];case 2:return I=e.sent(),[2,n(I)];case 3:return[2]}}))}))},s="{bankName binNumber cardAssociation cardFamily cardType installmentPrices {installmentCount installmentPrice originalRate rate totalPrice } price }";!function(t){t.BANK_NAME="bankName",t.BIN_NUMBER="binNumber",t.CARD_ASSOCIATION="cardAssociation",t.CARD_FAMILY="cardFamily",t.CARD_TYPE="cardType",t.INSTALLMENT_PRICES__INSTALLMENT_COUNT="installmentPrices.installmentCount",t.INSTALLMENT_PRICES__INSTALLMENT_PRICE="installmentPrices.installmentPrice",t.INSTALLMENT_PRICES__ORIGINAL_RATE="installmentPrices.originalRate",t.INSTALLMENT_PRICES__RATE="installmentPrices.rate",t.INSTALLMENT_PRICES__TOTAL_PRICE="installmentPrices.totalPrice",t.PRICE="price"}(a||(a={}));export{a as ResponseField,l as default};