@ikas/storefront 3.0.0-alpha.50 → 3.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1318) hide show
  1. package/build/__generated__/global-types.d.ts +772 -0
  2. package/build/__generated__/global-types.js +1 -0
  3. package/build/_virtual/Observable.js_commonjs-proxy.js +1 -0
  4. package/build/_virtual/_commonjsHelpers.js +1 -1
  5. package/build/_virtual/index.js_commonjs-proxy12.js +1 -1
  6. package/build/_virtual/index.js_commonjs-proxy3.js +1 -1
  7. package/build/_virtual/index.js_commonjs-proxy4.js +1 -1
  8. package/build/_virtual/parser.mjs_commonjs-proxy.js +1 -0
  9. package/build/analytics/analytics.d.ts +4 -5
  10. package/build/analytics/analytics.js +1 -1
  11. package/build/analytics/facebookPixel.d.ts +1 -2
  12. package/build/analytics/facebookPixel.js +1 -1
  13. package/build/analytics/googleAnalytics.d.ts +1 -2
  14. package/build/analytics/googleAnalytics.js +1 -1
  15. package/build/analytics/googleTagManager.d.ts +15 -16
  16. package/build/analytics/googleTagManager.js +1 -1
  17. package/build/analytics/googleUniversal.d.ts +1 -2
  18. package/build/analytics/googleUniversal.js +1 -1
  19. package/build/analytics/head/index.js +1 -1
  20. package/build/analytics/ikas.d.ts +1 -2
  21. package/build/analytics/ikas.js +1 -1
  22. package/build/api/apollo.d.ts +10 -0
  23. package/build/api/apollo.js +1 -0
  24. package/build/api/back-in-stock-reminder/__generated__/listProductBackInStockRemind.d.ts +24 -0
  25. package/build/api/back-in-stock-reminder/__generated__/saveProductBackInStockRemind.d.ts +19 -0
  26. package/build/api/back-in-stock-reminder/index.d.ts +23 -0
  27. package/build/api/back-in-stock-reminder/index.js +1 -0
  28. package/build/api/blog/__generated__/getBlog.d.ts +110 -0
  29. package/build/api/blog/__generated__/listBlog.d.ts +113 -0
  30. package/build/api/blog/__generated__/listBlogCategory.d.ts +65 -0
  31. package/build/api/blog/__generated__/listBlogMetaData.d.ts +57 -0
  32. package/build/api/blog/index.d.ts +32 -0
  33. package/build/api/blog/index.js +1 -0
  34. package/build/api/brand/__generated__/listProductBrand.d.ts +88 -0
  35. package/build/api/brand/index.d.ts +16 -0
  36. package/build/api/brand/index.js +1 -0
  37. package/build/api/cart/__generated__/getCart.d.ts +178 -0
  38. package/build/api/cart/__generated__/saveItemToCart.d.ts +210 -0
  39. package/build/api/cart/index.d.ts +5 -0
  40. package/build/api/cart/index.js +1 -0
  41. package/build/api/category/__generated__/listCategory.d.ts +99 -0
  42. package/build/api/category/__generated__/listCategoryPaths.d.ts +32 -0
  43. package/build/api/category/index.d.ts +18 -0
  44. package/build/api/category/index.js +1 -0
  45. package/build/api/checkout/__generated__/addCouponCodeToCheckout.d.ts +11 -0
  46. package/build/api/checkout/__generated__/checkStocks.d.ts +18 -0
  47. package/build/api/checkout/__generated__/createSaleTransactionWithCheckout.d.ts +22 -0
  48. package/build/api/checkout/__generated__/getCheckoutByCartId.d.ts +10 -0
  49. package/build/api/checkout/__generated__/getCheckoutById.d.ts +574 -0
  50. package/build/api/checkout/__generated__/getOrder.d.ts +620 -0
  51. package/build/api/checkout/__generated__/listCheckoutSettings.d.ts +34 -0
  52. package/build/api/checkout/__generated__/listPaymentGateway.d.ts +42 -0
  53. package/build/api/checkout/__generated__/retrieveInstallmentInfo.d.ts +23 -0
  54. package/build/api/checkout/__generated__/saveCheckout.d.ts +11 -0
  55. package/build/api/checkout/index.d.ts +35 -0
  56. package/build/api/checkout/index.js +1 -0
  57. package/build/api/city/__generated__/listCity.d.ts +20 -0
  58. package/build/api/city/index.d.ts +4 -0
  59. package/build/api/city/index.js +1 -0
  60. package/build/api/contact-form/__generated__/sendContactFormToMerchant.d.ts +10 -0
  61. package/build/api/contact-form/index.d.ts +11 -0
  62. package/build/api/contact-form/index.js +1 -0
  63. package/build/api/country/__generated__/getAvailableShippingCountries.d.ts +6 -0
  64. package/build/api/country/__generated__/getMyCountry.d.ts +3 -0
  65. package/build/api/country/__generated__/listCountry.d.ts +41 -0
  66. package/build/api/country/index.d.ts +6 -0
  67. package/build/api/country/index.js +1 -0
  68. package/build/api/customer/__generated__/checkCustomerEmail.d.ts +10 -0
  69. package/build/api/customer/__generated__/createCustomerEmailSubscription.d.ts +11 -0
  70. package/build/api/customer/__generated__/createOrderRefundRequest.d.ts +590 -0
  71. package/build/api/customer/__generated__/customerForgotPassword.d.ts +7 -0
  72. package/build/api/customer/__generated__/customerLogin.d.ts +174 -0
  73. package/build/api/customer/__generated__/customerRecoverPassword.d.ts +8 -0
  74. package/build/api/customer/__generated__/customerRefreshToken.d.ts +11 -0
  75. package/build/api/customer/__generated__/customerSocialLogin.d.ts +173 -0
  76. package/build/api/customer/__generated__/getCustomerOrders.d.ts +620 -0
  77. package/build/api/customer/__generated__/getLastViewedProducts.d.ts +15 -0
  78. package/build/api/customer/__generated__/getMyCustomer.d.ts +156 -0
  79. package/build/api/customer/__generated__/getOrderByEmail.d.ts +621 -0
  80. package/build/api/customer/__generated__/listOrderRefundSettings.d.ts +13 -0
  81. package/build/api/customer/__generated__/listOrderTransactions.d.ts +53 -0
  82. package/build/api/customer/__generated__/registerCustomer.d.ts +175 -0
  83. package/build/api/customer/__generated__/saveLastViewedProducts.d.ts +11 -0
  84. package/build/api/customer/__generated__/saveMyCustomer.d.ts +171 -0
  85. package/build/api/customer/index.d.ts +51 -0
  86. package/build/api/customer/index.js +1 -0
  87. package/build/api/customer-attribute/__generated__/listCustomerAttribute.d.ts +44 -0
  88. package/build/api/customer-attribute/index.d.ts +4 -0
  89. package/build/api/customer-attribute/index.js +1 -0
  90. package/build/api/customer-review/__generated__/createCustomerReview.d.ts +11 -0
  91. package/build/api/customer-review/__generated__/listCustomerReviews.d.ts +53 -0
  92. package/build/api/customer-review/index.d.ts +24 -0
  93. package/build/api/customer-review/index.js +1 -0
  94. package/build/api/customer-review-summary/__generated__/listCustomerReviewSummary.d.ts +59 -0
  95. package/build/api/customer-review-summary/index.d.ts +21 -0
  96. package/build/api/customer-review-summary/index.js +1 -0
  97. package/build/api/district/__generated__/listDistrict.d.ts +16 -0
  98. package/build/api/district/index.d.ts +4 -0
  99. package/build/api/district/index.js +1 -0
  100. package/build/api/favorite-product/__generated__/isFavoriteProduct.d.ts +6 -0
  101. package/build/api/favorite-product/__generated__/listFavoriteProducts.d.ts +12 -0
  102. package/build/api/favorite-product/__generated__/saveFavoriteProduct.d.ts +7 -0
  103. package/build/api/favorite-product/index.d.ts +6 -0
  104. package/build/api/favorite-product/index.js +1 -0
  105. package/build/api/html-meta-data/__generated__/listHTMLMetaData.d.ts +38 -0
  106. package/build/api/html-meta-data/index.d.ts +4 -0
  107. package/build/api/html-meta-data/index.js +1 -0
  108. package/build/api/index.d.ts +25 -0
  109. package/build/api/merchant/__generated__/listMerchantSettings.d.ts +9 -0
  110. package/build/api/merchant/index.d.ts +4 -0
  111. package/build/api/merchant/index.js +1 -0
  112. package/build/api/product-attribute/__generated__/listProductAttribute.d.ts +72 -0
  113. package/build/api/product-attribute/index.d.ts +4 -0
  114. package/build/api/product-campaign/__generated__/getProductCampaigns.d.ts +91 -0
  115. package/build/api/product-campaign/index.d.ts +10 -0
  116. package/build/api/product-campaign/index.js +1 -0
  117. package/build/api/product-option-file/__generated__/getOrderLineFile.d.ts +7 -0
  118. package/build/api/product-option-file/index.d.ts +7 -0
  119. package/build/api/product-option-file/index.js +1 -0
  120. package/build/api/product-option-set/__generated__/ListProductOptionSet.d.ts +104 -0
  121. package/build/api/product-option-set/index.d.ts +4 -0
  122. package/build/api/product-option-set/index.js +1 -0
  123. package/build/api/product-search/__generated__/getProductFilterData.d.ts +61 -0
  124. package/build/api/product-search/__generated__/getRelatedProducts.d.ts +14 -0
  125. package/build/api/product-search/__generated__/searchProducts.d.ts +26 -0
  126. package/build/api/product-search/index.d.ts +38 -0
  127. package/build/api/product-search/index.js +1 -0
  128. package/build/api/raffle/__generated__/getRafflesByCustomerId.d.ts +44 -0
  129. package/build/api/raffle/__generated__/listRaffle.d.ts +85 -0
  130. package/build/api/raffle/__generated__/listRaffleMetaData.d.ts +22 -0
  131. package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +30 -0
  132. package/build/api/raffle/index.d.ts +24 -0
  133. package/build/api/raffle/index.js +1 -0
  134. package/build/api/state/__generated__/listState.d.ts +19 -0
  135. package/build/api/state/index.d.ts +4 -0
  136. package/build/api/state/index.js +1 -0
  137. package/build/api/stock-location/__generated__/listStockLocation.d.ts +7 -0
  138. package/build/api/stock-location/index.d.ts +4 -0
  139. package/build/api/storefront/__generated__/getStorefront.d.ts +63 -0
  140. package/build/api/storefront/index.d.ts +4 -0
  141. package/build/api/storefront/index.js +1 -0
  142. package/build/api/variant-type/__generated__/listVariantType.d.ts +76 -0
  143. package/build/api/variant-type/index.d.ts +4 -0
  144. package/build/assets/translations/checkout/en.js +1 -1
  145. package/build/assets/translations/checkout/tr.js +1 -1
  146. package/build/components/checkout/components/address-form/index.js +1 -1
  147. package/build/components/checkout/components/address-form/model.d.ts +57 -11
  148. package/build/components/checkout/components/address-form/model.js +1 -1
  149. package/build/components/checkout/components/button/index.d.ts +1 -2
  150. package/build/components/checkout/components/button/index.js +1 -1
  151. package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
  152. package/build/components/checkout/components/cart-summary/index.js +1 -1
  153. package/build/components/checkout/components/checkbox/index.d.ts +1 -1
  154. package/build/components/checkout/components/credit-card-form/index.js +1 -1
  155. package/build/components/checkout/components/customer-addresses/index.d.ts +0 -4
  156. package/build/components/checkout/components/customer-addresses/index.js +1 -1
  157. package/build/components/checkout/components/customer-addresses/model.d.ts +1 -1
  158. package/build/components/checkout/components/customer-addresses/model.js +1 -1
  159. package/build/components/checkout/components/customer-addresses/style.module.scss.js +1 -1
  160. package/build/components/checkout/components/error/stock-error/index.js +1 -1
  161. package/build/components/checkout/components/form-item/index.js +1 -1
  162. package/build/components/checkout/components/form-item/model.d.ts +0 -2
  163. package/build/components/checkout/components/form-item/model.js +1 -1
  164. package/build/components/checkout/components/form-item/style.module.scss.js +1 -1
  165. package/build/components/checkout/components/modal/index.js +1 -1
  166. package/build/components/checkout/components/select-box/index.d.ts +2 -2
  167. package/build/components/checkout/components/toggle/index.d.ts +1 -1
  168. package/build/components/checkout/index.d.ts +1 -2
  169. package/build/components/checkout/index.js +1 -1
  170. package/build/components/checkout/model.d.ts +8 -48
  171. package/build/components/checkout/model.js +1 -1
  172. package/build/components/checkout/steps/step-info/index.js +1 -1
  173. package/build/components/checkout/steps/step-payment/billing-address/index.js +1 -1
  174. package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
  175. package/build/components/checkout/steps/step-payment/payment-gateways/installments/index.js +1 -1
  176. package/build/components/checkout/steps/step-payment/payment-gateways/style.module.scss.js +1 -1
  177. package/build/components/checkout/steps/step-shipping/index.js +1 -1
  178. package/build/components/checkout/steps/step-success/index.js +1 -1
  179. package/build/components/checkout/steps/step-success/style.module.scss.js +1 -1
  180. package/build/components/checkout/style.module.scss.js +1 -1
  181. package/build/components/index.d.ts +1 -1
  182. package/build/components/page/head.d.ts +1 -2
  183. package/build/components/page/head.js +1 -1
  184. package/build/components/page/index.d.ts +1 -2
  185. package/build/components/page/index.js +1 -1
  186. package/build/components/page-editor/ThemeComponentEditor.js +1 -1
  187. package/build/components/page-editor/model.js +1 -1
  188. package/build/ext/@apollo/client/cache/core/cache.js +1 -0
  189. package/build/ext/@apollo/client/cache/core/types/common.js +1 -0
  190. package/build/ext/@apollo/client/cache/inmemory/entityStore.js +1 -0
  191. package/build/ext/@apollo/client/cache/inmemory/helpers.js +1 -0
  192. package/build/ext/@apollo/client/cache/inmemory/inMemoryCache.js +1 -0
  193. package/build/ext/@apollo/client/cache/inmemory/policies.js +1 -0
  194. package/build/ext/@apollo/client/cache/inmemory/reactiveVars.js +1 -0
  195. package/build/ext/@apollo/client/cache/inmemory/readFromStore.js +1 -0
  196. package/build/ext/@apollo/client/cache/inmemory/writeToStore.js +1 -0
  197. package/build/ext/@apollo/client/core/ApolloClient.js +1 -0
  198. package/build/ext/@apollo/client/core/LocalState.js +1 -0
  199. package/build/ext/@apollo/client/core/ObservableQuery.js +1 -0
  200. package/build/ext/@apollo/client/core/QueryInfo.js +1 -0
  201. package/build/ext/@apollo/client/core/QueryManager.js +1 -0
  202. package/build/ext/@apollo/client/core/Reobserver.js +1 -0
  203. package/build/ext/@apollo/client/core/networkStatus.js +1 -0
  204. package/build/ext/@apollo/client/errors/index.js +1 -0
  205. package/build/ext/@apollo/client/ext/tslib/tslib.es6.js +15 -0
  206. package/build/ext/@apollo/client/link/context/index.js +1 -0
  207. package/build/ext/@apollo/client/link/core/ApolloLink.js +1 -0
  208. package/build/ext/@apollo/client/link/core/execute.js +1 -0
  209. package/build/ext/@apollo/client/link/error/index.js +1 -0
  210. package/build/ext/@apollo/client/link/http/HttpLink.js +1 -0
  211. package/build/ext/@apollo/client/link/http/checkFetcher.js +1 -0
  212. package/build/ext/@apollo/client/link/http/createHttpLink.js +1 -0
  213. package/build/ext/@apollo/client/link/http/createSignalIfSupported.js +1 -0
  214. package/build/ext/@apollo/client/link/http/parseAndCheckHttpResponse.js +1 -0
  215. package/build/ext/@apollo/client/link/http/rewriteURIForGET.js +1 -0
  216. package/build/ext/@apollo/client/link/http/selectHttpOptionsAndBody.js +1 -0
  217. package/build/ext/@apollo/client/link/http/selectURI.js +1 -0
  218. package/build/ext/@apollo/client/link/http/serializeFetchParameter.js +1 -0
  219. package/build/ext/@apollo/client/link/utils/createOperation.js +1 -0
  220. package/build/ext/@apollo/client/link/utils/fromError.js +1 -0
  221. package/build/ext/@apollo/client/link/utils/throwServerError.js +1 -0
  222. package/build/ext/@apollo/client/link/utils/transformOperation.js +1 -0
  223. package/build/ext/@apollo/client/link/utils/validateOperation.js +1 -0
  224. package/build/ext/@apollo/client/utilities/common/arrays.js +1 -0
  225. package/build/ext/@apollo/client/utilities/common/canUse.js +1 -0
  226. package/build/ext/@apollo/client/utilities/common/cloneDeep.js +1 -0
  227. package/build/ext/@apollo/client/utilities/common/compact.js +1 -0
  228. package/build/ext/@apollo/client/utilities/common/environment.js +1 -0
  229. package/build/ext/@apollo/client/utilities/common/errorHandling.js +1 -0
  230. package/build/ext/@apollo/client/utilities/common/filterInPlace.js +1 -0
  231. package/build/ext/@apollo/client/utilities/common/maybeDeepFreeze.js +1 -0
  232. package/build/ext/@apollo/client/utilities/common/mergeDeep.js +1 -0
  233. package/build/ext/@apollo/client/utilities/graphql/directives.js +1 -0
  234. package/build/ext/@apollo/client/utilities/graphql/fragments.js +1 -0
  235. package/build/ext/@apollo/client/utilities/graphql/getFromAST.js +1 -0
  236. package/build/ext/@apollo/client/utilities/graphql/storeUtils.js +1 -0
  237. package/build/ext/@apollo/client/utilities/graphql/transform.js +1 -0
  238. package/build/ext/@apollo/client/utilities/observables/Concast.js +1 -0
  239. package/build/ext/@apollo/client/utilities/observables/Observable.js +1 -0
  240. package/build/ext/@apollo/client/utilities/observables/asyncMap.js +1 -0
  241. package/build/ext/@apollo/client/utilities/observables/iteration.js +1 -0
  242. package/build/ext/@apollo/client/version.js +1 -0
  243. package/build/ext/@ungap/global-this/esm/index.js +1 -0
  244. package/build/ext/@wry/context/lib/context.esm.js +1 -0
  245. package/build/ext/@wry/equality/lib/equality.esm.js +1 -0
  246. package/build/ext/@wry/trie/lib/trie.esm.js +1 -0
  247. package/build/ext/fast-json-stable-stringify/index.js +1 -0
  248. package/build/ext/graphql/error/GraphQLError.mjs.js +1 -0
  249. package/build/ext/graphql/error/syntaxError.mjs.js +1 -0
  250. package/build/ext/graphql/jsutils/defineInspect.mjs.js +1 -0
  251. package/build/ext/graphql/jsutils/devAssert.mjs.js +1 -0
  252. package/build/ext/graphql/jsutils/inspect.mjs.js +1 -0
  253. package/build/ext/graphql/jsutils/instanceOf.mjs.js +1 -0
  254. package/build/ext/graphql/jsutils/invariant.mjs.js +1 -0
  255. package/build/ext/graphql/jsutils/isObjectLike.mjs.js +1 -0
  256. package/build/ext/graphql/jsutils/nodejsCustomInspectSymbol.mjs.js +1 -0
  257. package/build/ext/graphql/language/ast.mjs.js +1 -0
  258. package/build/ext/graphql/language/blockString.mjs.js +1 -0
  259. package/build/ext/graphql/language/directiveLocation.mjs.js +1 -0
  260. package/build/ext/graphql/language/kinds.mjs.js +1 -0
  261. package/build/ext/graphql/language/lexer.mjs.js +1 -0
  262. package/build/ext/graphql/language/location.mjs.js +1 -0
  263. package/build/ext/graphql/language/parser.mjs.js +1 -0
  264. package/build/ext/graphql/language/printLocation.mjs.js +1 -0
  265. package/build/ext/graphql/language/printer.mjs.js +1 -0
  266. package/build/ext/graphql/language/source.mjs.js +1 -0
  267. package/build/ext/graphql/language/tokenKind.mjs.js +1 -0
  268. package/build/ext/graphql/language/visitor.mjs.js +1 -0
  269. package/build/ext/graphql/polyfills/symbols.mjs.js +1 -0
  270. package/build/ext/graphql-tag/src/index.js +1 -0
  271. package/build/ext/optimism/lib/bundle.esm.js +1 -0
  272. package/build/ext/symbol-observable/es/index.js +1 -0
  273. package/build/ext/symbol-observable/es/ponyfill.js +1 -0
  274. package/build/ext/ts-invariant/ext/tslib/tslib.es6.js +15 -0
  275. package/build/ext/ts-invariant/lib/invariant.esm.js +1 -0
  276. package/build/ext/tslib/tslib.es6.js +1 -1
  277. package/build/ext/uuid/dist/{esm-node → esm-browser}/regex.js +0 -0
  278. package/build/ext/uuid/dist/esm-browser/rng.js +1 -0
  279. package/build/ext/uuid/dist/esm-browser/stringify.js +1 -0
  280. package/build/ext/uuid/dist/esm-browser/v4.js +1 -0
  281. package/build/ext/uuid/dist/{esm-node → esm-browser}/validate.js +0 -0
  282. package/build/ext/zen-observable/index.js +1 -0
  283. package/build/ext/zen-observable/lib/Observable.js +1 -0
  284. package/build/ikas.js +30 -0
  285. package/build/index.d.ts +0 -1
  286. package/build/index.js +1 -1
  287. package/build/models/data/blog/index.d.ts +53 -19
  288. package/build/models/data/blog/index.js +1 -1
  289. package/build/models/data/brand/index.d.ts +14 -10
  290. package/build/models/data/brand/index.js +1 -1
  291. package/build/models/data/cart/index.d.ts +45 -18
  292. package/build/models/data/cart/index.js +1 -1
  293. package/build/models/data/category/index.d.ts +31 -18
  294. package/build/models/data/category/index.js +1 -1
  295. package/build/models/data/checkout/index.d.ts +90 -5
  296. package/build/models/data/checkout/index.js +1 -1
  297. package/build/models/data/checkout-settings/index.d.ts +20 -8
  298. package/build/models/data/checkout-settings/index.js +1 -1
  299. package/build/models/data/city/index.d.ts +4 -3
  300. package/build/models/data/country/index.d.ts +8 -3
  301. package/build/models/data/customer/address/index.d.ts +33 -36
  302. package/build/models/data/customer/address/index.js +1 -1
  303. package/build/models/data/customer/attribute-value/index.d.ts +6 -4
  304. package/build/models/data/customer/attribute-value/index.js +1 -1
  305. package/build/models/data/customer/index.d.ts +26 -29
  306. package/build/models/data/customer/index.js +1 -1
  307. package/build/models/data/customer-attribute/customer-attribute-option/index.d.ts +4 -2
  308. package/build/models/data/customer-attribute/customer-attribute-option/index.js +1 -1
  309. package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.d.ts +15 -6
  310. package/build/models/data/customer-attribute/customer-attribute-sales-channel/index.js +1 -1
  311. package/build/models/data/customer-attribute/index.d.ts +27 -14
  312. package/build/models/data/customer-attribute/index.js +1 -1
  313. package/build/models/data/customer-review/index.d.ts +22 -7
  314. package/build/models/data/customer-review/index.js +1 -1
  315. package/build/models/data/customer-review-settings/index.d.ts +4 -0
  316. package/build/models/data/customer-review-summary/index.d.ts +14 -6
  317. package/build/models/data/customer-review-summary/index.js +1 -1
  318. package/build/models/data/district/index.d.ts +4 -3
  319. package/build/models/data/favorite-product/index.d.ts +5 -2
  320. package/build/models/data/favorite-product/index.js +1 -1
  321. package/build/models/data/html-meta-data/index.d.ts +18 -7
  322. package/build/models/data/html-meta-data/index.js +1 -1
  323. package/build/models/data/image/index.js +1 -1
  324. package/build/models/data/index.d.ts +38 -59
  325. package/build/models/data/installment-info/index.d.ts +30 -0
  326. package/build/models/data/installment-info/index.js +1 -0
  327. package/build/models/data/language/index.d.ts +6 -0
  328. package/build/models/data/merchant-settings/index.d.ts +5 -3
  329. package/build/models/data/merchant-settings/index.js +1 -1
  330. package/build/models/data/order/address/index.d.ts +32 -32
  331. package/build/models/data/order/address/index.js +1 -1
  332. package/build/models/data/order/adjustment/index.d.ts +15 -8
  333. package/build/models/data/order/gift-line/index.d.ts +4 -3
  334. package/build/models/data/order/index.d.ts +132 -39
  335. package/build/models/data/order/index.js +1 -1
  336. package/build/models/data/order/line-item/discount/index.d.ts +10 -5
  337. package/build/models/data/order/line-item/discount/index.js +1 -1
  338. package/build/models/data/order/line-item/index.d.ts +31 -10
  339. package/build/models/data/order/line-item/index.js +1 -1
  340. package/build/models/data/order/line-item/options/index.d.ts +11 -0
  341. package/build/models/data/order/line-item/options/index.js +1 -0
  342. package/build/models/data/order/line-item/options/options-value/index.d.ts +6 -0
  343. package/build/models/data/order/line-item/options/options-value/index.js +1 -0
  344. package/build/models/data/order/line-item/variant/index.d.ts +17 -7
  345. package/build/models/data/order/line-item/variant/index.js +1 -1
  346. package/build/models/data/order/refund/index.d.ts +1 -1
  347. package/build/models/data/order/refund/refund-line-item/index.d.ts +5 -0
  348. package/build/models/data/order/refund/{settings/index.d.ts → settings.d.ts} +0 -0
  349. package/build/models/data/order/refund/{settings/index.js → settings.js} +0 -0
  350. package/build/models/data/order/shipping-line/index.d.ts +7 -3
  351. package/build/models/data/order-transaction/index.d.ts +74 -0
  352. package/build/models/data/order-transaction/index.js +1 -0
  353. package/build/models/data/payment-gateway/index.d.ts +34 -10
  354. package/build/models/data/payment-gateway/index.js +1 -1
  355. package/build/models/data/product/attribute-value/index.d.ts +5 -5
  356. package/build/models/data/product/attribute-value/index.js +1 -1
  357. package/build/models/data/product/variant/index.d.ts +1 -1
  358. package/build/models/data/product/variant/index.js +1 -1
  359. package/build/models/data/product/variant/price/index.d.ts +4 -2
  360. package/build/models/data/product/variant/price/index.js +1 -1
  361. package/build/models/data/product-attribute/index.d.ts +2 -2
  362. package/build/models/data/product-attribute/{option → product-attribute-option}/index.d.ts +0 -0
  363. package/build/models/data/product-attribute/{option → product-attribute-option}/index.js +0 -0
  364. package/build/models/data/product-attribute/{table-cell → product-attribute-table-cell}/index.d.ts +0 -0
  365. package/build/models/data/product-attribute/{table-cell → product-attribute-table-cell}/index.js +0 -0
  366. package/build/models/data/product-attribute/product-attribute-table-template/index.d.ts +6 -0
  367. package/build/models/data/product-attribute/product-attribute-table-template/index.js +1 -0
  368. package/build/models/data/product-campaing/campaign/index.d.ts +41 -0
  369. package/build/models/data/{product-campaign → product-campaing}/campaign/index.js +0 -0
  370. package/build/models/data/{product-campaign → product-campaing}/filter/index.d.ts +0 -0
  371. package/build/models/data/{product-campaign → product-campaing}/filter/index.js +0 -0
  372. package/build/models/data/{product-campaign → product-campaing}/index.d.ts +0 -0
  373. package/build/models/data/{product-campaign → product-campaing}/index.js +0 -0
  374. package/build/models/data/{product-campaign → product-campaing}/product-buyx-then-gety/index.d.ts +0 -0
  375. package/build/models/data/{product-campaign → product-campaing}/product-buyx-then-gety/index.js +0 -0
  376. package/build/models/data/{product-campaign → product-campaing}/product-campaign-date-range-field/index.d.ts +0 -0
  377. package/build/models/data/{product-campaign → product-campaing}/product-campaign-date-range-field/index.js +0 -0
  378. package/build/models/data/{product-campaign → product-campaing}/product-fixed-discount/index.d.ts +0 -0
  379. package/build/models/data/{product-campaign → product-campaing}/product-fixed-discount/index.js +0 -0
  380. package/build/models/data/product-cart-item-options/index.d.ts +6 -0
  381. package/build/models/data/product-cart-item-options/index.js +1 -0
  382. package/build/models/data/product-filter/index.d.ts +7 -6
  383. package/build/models/data/product-filter/index.js +1 -1
  384. package/build/models/data/product-option-set/index.d.ts +14 -2
  385. package/build/models/data/product-option-set/index.js +1 -1
  386. package/build/models/data/raffle/index.d.ts +0 -2
  387. package/build/models/data/raffle/index.js +1 -1
  388. package/build/models/data/simple-product/index.d.ts +138 -0
  389. package/build/models/data/state/index.d.ts +5 -3
  390. package/build/models/data/storefront/index.d.ts +0 -2
  391. package/build/models/data/storefront/index.js +1 -1
  392. package/build/models/theme/custom-data/index.js +1 -1
  393. package/build/models/theme/page/index.d.ts +1 -2
  394. package/build/models/theme/page/index.js +1 -1
  395. package/build/models/theme/settings/color/index.js +1 -1
  396. package/build/models/ui/blog-category-list/index.js +1 -1
  397. package/build/models/ui/blog-list/index.js +1 -1
  398. package/build/models/ui/brand-list/index.js +1 -1
  399. package/build/models/ui/category-list/index.js +1 -1
  400. package/build/models/ui/customer-review-list/index.js +1 -1
  401. package/build/models/ui/customer-review-summary-list/index.d.ts +1 -1
  402. package/build/models/ui/customer-review-summary-list/index.js +1 -1
  403. package/build/models/ui/product-detail/index.js +1 -1
  404. package/build/models/ui/product-list/index.d.ts +2 -2
  405. package/build/models/ui/product-list/index.js +1 -1
  406. package/build/models/ui/raffle-list/index.js +1 -1
  407. package/build/models/ui/validator/form/account-info.d.ts +1 -1
  408. package/build/models/ui/validator/form/account-info.js +1 -1
  409. package/build/models/ui/validator/form/address.js +1 -1
  410. package/build/models/ui/validator/form/raffle-form.js +1 -1
  411. package/build/models/ui/validator/form/register.d.ts +1 -1
  412. package/build/pages/404.js +1 -1
  413. package/build/pages/_slug_/index.js +1 -1
  414. package/build/pages/account/addresses.js +1 -1
  415. package/build/pages/account/favorite-products.js +1 -1
  416. package/build/pages/account/forgot-password.js +1 -1
  417. package/build/pages/account/index.js +1 -1
  418. package/build/pages/account/login.js +1 -1
  419. package/build/pages/account/orders/_id_.js +1 -1
  420. package/build/pages/account/orders/index.js +1 -1
  421. package/build/pages/account/raffles.js +1 -1
  422. package/build/pages/account/recover-password.js +1 -1
  423. package/build/pages/account/register.js +1 -1
  424. package/build/pages/blog/_slug_.js +1 -1
  425. package/build/pages/blog/index.js +1 -1
  426. package/build/pages/cart.js +1 -1
  427. package/build/pages/checkout.js +1 -1
  428. package/build/pages/editor.d.ts +1 -1
  429. package/build/pages/editor.js +1 -1
  430. package/build/pages/home.js +1 -1
  431. package/build/pages/pages/_slug_.js +1 -1
  432. package/build/pages/raffle/_slug_.js +1 -1
  433. package/build/pages/raffle/index.js +1 -1
  434. package/build/pages/search.js +1 -1
  435. package/build/providers/helpers/raffles.js +1 -1
  436. package/build/providers/page-data-get.d.ts +1 -4
  437. package/build/providers/page-data-get.js +1 -1
  438. package/build/providers/page-data-init.js +1 -1
  439. package/build/providers/page-data-next.d.ts +6 -30
  440. package/build/providers/page-data-next.js +1 -1
  441. package/build/providers/placeholders.js +1 -1
  442. package/build/providers/prop-value/attribute-list.js +1 -1
  443. package/build/providers/prop-value/attribute.js +1 -1
  444. package/build/providers/prop-value/blog-category-list.js +1 -1
  445. package/build/providers/prop-value/blog-category.js +1 -1
  446. package/build/providers/prop-value/blog-list.js +1 -1
  447. package/build/providers/prop-value/blog.js +1 -1
  448. package/build/providers/prop-value/brand-list.js +1 -1
  449. package/build/providers/prop-value/brand.js +1 -1
  450. package/build/providers/prop-value/category-list.js +1 -1
  451. package/build/providers/prop-value/category.js +1 -1
  452. package/build/providers/prop-value/custom.js +1 -1
  453. package/build/providers/prop-value/image-list.js +1 -1
  454. package/build/providers/prop-value/image.js +1 -1
  455. package/build/providers/prop-value/link.js +1 -1
  456. package/build/providers/prop-value/product-detail.js +1 -1
  457. package/build/providers/prop-value/product-list.js +1 -1
  458. package/build/providers/prop-value/raffle-list.js +1 -1
  459. package/build/providers/prop-value/raffle.js +1 -1
  460. package/build/providers/prop-value/slider.d.ts +1 -1
  461. package/build/scripts/generators/config/content.d.ts +0 -5
  462. package/build/scripts/generators/config/content.js +1 -1
  463. package/build/scripts/generators/config/index.js +1 -1
  464. package/build/scripts/generators/types/index.d.ts +1 -2
  465. package/build/scripts/generators/types/index.js +1 -1
  466. package/build/store/base.d.ts +0 -2
  467. package/build/store/base.js +1 -1
  468. package/build/store/cart.d.ts +29 -0
  469. package/build/store/cart.js +1 -0
  470. package/build/store/customer.d.ts +96 -0
  471. package/build/store/customer.js +1 -0
  472. package/build/storefront/index.d.ts +2 -9
  473. package/build/storefront/index.js +1 -1
  474. package/build/utils/constants.d.ts +0 -1
  475. package/build/utils/constants.js +1 -1
  476. package/build/utils/currency.d.ts +2 -2
  477. package/build/utils/currency.js +1 -1
  478. package/build/utils/helper.js +1 -1
  479. package/package.json +7 -7
  480. package/build/__api/models/AbandonedCartFlow.d.ts +0 -19
  481. package/build/__api/models/AbandonedCartFlowCustomerFilter.d.ts +0 -10
  482. package/build/__api/models/AddItemToCartInput.d.ts +0 -16
  483. package/build/__api/models/AdditionalPrice.d.ts +0 -13
  484. package/build/__api/models/AdditionalPrice.js +0 -1
  485. package/build/__api/models/ApplicableProductFilterValue.d.ts +0 -13
  486. package/build/__api/models/AppliedProduct.d.ts +0 -10
  487. package/build/__api/models/AppliedProductInput.d.ts +0 -10
  488. package/build/__api/models/AvailableShippingMethod.d.ts +0 -14
  489. package/build/__api/models/AvailableShippingMethod.js +0 -1
  490. package/build/__api/models/Blog.d.ts +0 -28
  491. package/build/__api/models/Blog.js +0 -1
  492. package/build/__api/models/BlogCategory.d.ts +0 -13
  493. package/build/__api/models/BlogCategory.js +0 -1
  494. package/build/__api/models/BlogCategoryPaginationResponse.d.ts +0 -14
  495. package/build/__api/models/BlogContent.d.ts +0 -12
  496. package/build/__api/models/BlogContent.js +0 -1
  497. package/build/__api/models/BlogMetadata.d.ts +0 -17
  498. package/build/__api/models/BlogMetadata.js +0 -1
  499. package/build/__api/models/BlogMetadataPaginationResponse.d.ts +0 -14
  500. package/build/__api/models/BlogMetadataTargetTypeEnumFilter.d.ts +0 -13
  501. package/build/__api/models/BlogPaginationResponse.d.ts +0 -14
  502. package/build/__api/models/BlogTag.d.ts +0 -10
  503. package/build/__api/models/BlogTag.js +0 -1
  504. package/build/__api/models/BlogWriter.d.ts +0 -10
  505. package/build/__api/models/BlogWriter.js +0 -1
  506. package/build/__api/models/BooleanFilterInput.d.ts +0 -9
  507. package/build/__api/models/BuyX.d.ts +0 -12
  508. package/build/__api/models/BuyXThenGetY.d.ts +0 -13
  509. package/build/__api/models/Campaign.d.ts +0 -30
  510. package/build/__api/models/CampaignDateRangeField.d.ts +0 -10
  511. package/build/__api/models/CampaignFilter.d.ts +0 -11
  512. package/build/__api/models/CampaignMinMaxRangeField.d.ts +0 -10
  513. package/build/__api/models/CampaignOffer.d.ts +0 -22
  514. package/build/__api/models/CampaignOffer.js +0 -1
  515. package/build/__api/models/CampaignOfferProduct.d.ts +0 -22
  516. package/build/__api/models/CampaignOfferProduct.js +0 -1
  517. package/build/__api/models/CampaignOfferProductTranslation.d.ts +0 -11
  518. package/build/__api/models/CampaignOfferProductTranslation.js +0 -1
  519. package/build/__api/models/CampaignOfferTriggerSettings.d.ts +0 -11
  520. package/build/__api/models/CampaignOfferTriggerSettings.js +0 -1
  521. package/build/__api/models/Cart.d.ts +0 -31
  522. package/build/__api/models/CartCampaignOffer.d.ts +0 -17
  523. package/build/__api/models/CartLineItemInput.d.ts +0 -12
  524. package/build/__api/models/CartLineOptionInput.d.ts +0 -11
  525. package/build/__api/models/CartLineVariantInput.d.ts +0 -10
  526. package/build/__api/models/CartStorefrontRouting.d.ts +0 -15
  527. package/build/__api/models/CartStorefrontRoutingDynamicCurrencySettings.d.ts +0 -10
  528. package/build/__api/models/CartV2.d.ts +0 -68
  529. package/build/__api/models/CartV2CampaignOffer.d.ts +0 -19
  530. package/build/__api/models/CartV2CampaignOffer.js +0 -1
  531. package/build/__api/models/Category.d.ts +0 -27
  532. package/build/__api/models/Category.js +0 -1
  533. package/build/__api/models/CategoryCondition.d.ts +0 -11
  534. package/build/__api/models/CategoryCondition.js +0 -1
  535. package/build/__api/models/CategoryFilterInput.d.ts +0 -10
  536. package/build/__api/models/CategoryPaginationResponse.d.ts +0 -14
  537. package/build/__api/models/CategoryPathFilterInput.d.ts +0 -9
  538. package/build/__api/models/CategoryPathItem.d.ts +0 -17
  539. package/build/__api/models/CategoryPathItem.js +0 -1
  540. package/build/__api/models/CategoryTranslation.d.ts +0 -11
  541. package/build/__api/models/CategoryTranslation.js +0 -1
  542. package/build/__api/models/CheckStocksLineInput.d.ts +0 -11
  543. package/build/__api/models/CheckStocksLineInput.js +0 -1
  544. package/build/__api/models/CheckStocksLineResponse.d.ts +0 -11
  545. package/build/__api/models/CheckStocksResponse.d.ts +0 -10
  546. package/build/__api/models/Checkout.d.ts +0 -44
  547. package/build/__api/models/CheckoutCustomer.d.ts +0 -19
  548. package/build/__api/models/CheckoutCustomerInput.d.ts +0 -13
  549. package/build/__api/models/CheckoutCustomerInput.js +0 -1
  550. package/build/__api/models/CheckoutOption.d.ts +0 -10
  551. package/build/__api/models/CheckoutOption.js +0 -1
  552. package/build/__api/models/CheckoutSettings.d.ts +0 -24
  553. package/build/__api/models/CheckoutSettings.js +0 -1
  554. package/build/__api/models/CheckoutSettingsPrice.d.ts +0 -10
  555. package/build/__api/models/CheckoutSettingsPrice.js +0 -1
  556. package/build/__api/models/City.d.ts +0 -16
  557. package/build/__api/models/City.js +0 -1
  558. package/build/__api/models/Country.d.ts +0 -22
  559. package/build/__api/models/Country.js +0 -1
  560. package/build/__api/models/CreateCustomerEmailSubscriptionInput.d.ts +0 -12
  561. package/build/__api/models/CreateCustomerReviewInput.d.ts +0 -20
  562. package/build/__api/models/CreateSaleTransactionMasterPassPaymentMethodDetail.d.ts +0 -10
  563. package/build/__api/models/CreateSaleTransactionWithCartInput.d.ts +0 -14
  564. package/build/__api/models/CreateSaleTransactionWithCheckoutInput.d.ts +0 -14
  565. package/build/__api/models/CreateStripePaymentIntentResponse.d.ts +0 -12
  566. package/build/__api/models/CreateStripePaymentIntentResponse.js +0 -1
  567. package/build/__api/models/CurrencyRate.d.ts +0 -13
  568. package/build/__api/models/CurrencyRateData.d.ts +0 -10
  569. package/build/__api/models/Customer.d.ts +0 -34
  570. package/build/__api/models/CustomerAddress.d.ts +0 -31
  571. package/build/__api/models/CustomerAddressCity.d.ts +0 -11
  572. package/build/__api/models/CustomerAddressCity.js +0 -1
  573. package/build/__api/models/CustomerAddressCityInput.d.ts +0 -11
  574. package/build/__api/models/CustomerAddressCityInput.js +0 -1
  575. package/build/__api/models/CustomerAddressCountry.d.ts +0 -13
  576. package/build/__api/models/CustomerAddressCountry.js +0 -1
  577. package/build/__api/models/CustomerAddressCountryInput.d.ts +0 -13
  578. package/build/__api/models/CustomerAddressCountryInput.js +0 -1
  579. package/build/__api/models/CustomerAddressDistrict.d.ts +0 -11
  580. package/build/__api/models/CustomerAddressDistrict.js +0 -1
  581. package/build/__api/models/CustomerAddressDistrictInput.d.ts +0 -11
  582. package/build/__api/models/CustomerAddressDistrictInput.js +0 -1
  583. package/build/__api/models/CustomerAddressState.d.ts +0 -11
  584. package/build/__api/models/CustomerAddressState.js +0 -1
  585. package/build/__api/models/CustomerAddressStateInput.d.ts +0 -11
  586. package/build/__api/models/CustomerAddressStateInput.js +0 -1
  587. package/build/__api/models/CustomerAttribute.d.ts +0 -19
  588. package/build/__api/models/CustomerAttribute.js +0 -1
  589. package/build/__api/models/CustomerAttributeOption.d.ts +0 -10
  590. package/build/__api/models/CustomerAttributeOption.js +0 -1
  591. package/build/__api/models/CustomerAttributeOptionTranslation.d.ts +0 -10
  592. package/build/__api/models/CustomerAttributeOptionTranslation.js +0 -1
  593. package/build/__api/models/CustomerAttributeSalesChannel.d.ts +0 -13
  594. package/build/__api/models/CustomerAttributeSalesChannel.js +0 -1
  595. package/build/__api/models/CustomerAttributeTranslation.d.ts +0 -13
  596. package/build/__api/models/CustomerAttributeTranslation.js +0 -1
  597. package/build/__api/models/CustomerAttributeValue.d.ts +0 -11
  598. package/build/__api/models/CustomerAttributeValue.js +0 -1
  599. package/build/__api/models/CustomerAttributeValueInput.d.ts +0 -11
  600. package/build/__api/models/CustomerAttributeValueInput.js +0 -1
  601. package/build/__api/models/CustomerCheckResponse.d.ts +0 -9
  602. package/build/__api/models/CustomerFavoriteProduct.d.ts +0 -11
  603. package/build/__api/models/CustomerFavoriteProduct.js +0 -1
  604. package/build/__api/models/CustomerLoginResponse.d.ts +0 -12
  605. package/build/__api/models/CustomerRefreshTokenResponse.d.ts +0 -10
  606. package/build/__api/models/CustomerReview.d.ts +0 -24
  607. package/build/__api/models/CustomerReview.js +0 -1
  608. package/build/__api/models/CustomerReviewSFPaginationResponse.d.ts +0 -14
  609. package/build/__api/models/CustomerReviewSummary.d.ts +0 -14
  610. package/build/__api/models/CustomerReviewSummary.js +0 -1
  611. package/build/__api/models/CustomerReviewSummaryPaginationResponse.d.ts +0 -14
  612. package/build/__api/models/CustomerReviewSummaryStar.d.ts +0 -10
  613. package/build/__api/models/CustomerReviewSummaryStar.js +0 -1
  614. package/build/__api/models/DateFilterInput.d.ts +0 -16
  615. package/build/__api/models/District.d.ts +0 -16
  616. package/build/__api/models/District.js +0 -1
  617. package/build/__api/models/FixedDiscount.d.ts +0 -14
  618. package/build/__api/models/GetAvailableStockLocation.d.ts +0 -14
  619. package/build/__api/models/GetAvailableStockLocation.js +0 -1
  620. package/build/__api/models/GetAvailableStockLocationAddress.d.ts +0 -16
  621. package/build/__api/models/GetAvailableStockLocationAddress.js +0 -1
  622. package/build/__api/models/GetAvailableStockLocationAddressCity.d.ts +0 -11
  623. package/build/__api/models/GetAvailableStockLocationAddressCity.js +0 -1
  624. package/build/__api/models/GetAvailableStockLocationsResponse.d.ts +0 -10
  625. package/build/__api/models/GetOrderLineFile.d.ts +0 -9
  626. package/build/__api/models/GetProductCampaignsInput.d.ts +0 -11
  627. package/build/__api/models/GetProductCampaignsResponse.d.ts +0 -11
  628. package/build/__api/models/GetProductOptionFileUrl.d.ts +0 -11
  629. package/build/__api/models/GetVariantStockLocation.d.ts +0 -12
  630. package/build/__api/models/GetVariantStockLocationListResponse.d.ts +0 -10
  631. package/build/__api/models/GetY.d.ts +0 -13
  632. package/build/__api/models/HTMLMetaData.d.ts +0 -22
  633. package/build/__api/models/HTMLMetaData.js +0 -1
  634. package/build/__api/models/HTMLMetaDataOverride.d.ts +0 -13
  635. package/build/__api/models/HTMLMetaDataOverride.js +0 -1
  636. package/build/__api/models/HTMLMetaDataTargetTypeEnumFilter.d.ts +0 -13
  637. package/build/__api/models/HTMLMetaDataTranslation.d.ts +0 -11
  638. package/build/__api/models/HTMLMetaDataTranslation.js +0 -1
  639. package/build/__api/models/Invoice.d.ts +0 -16
  640. package/build/__api/models/Invoice.js +0 -1
  641. package/build/__api/models/ListCustomerReviewInput.d.ts +0 -9
  642. package/build/__api/models/LocationTranslations.d.ts +0 -10
  643. package/build/__api/models/LocationTranslations.js +0 -1
  644. package/build/__api/models/MasterpassTokenResponse.d.ts +0 -11
  645. package/build/__api/models/MerchantAddress.d.ts +0 -27
  646. package/build/__api/models/MerchantAddress.js +0 -1
  647. package/build/__api/models/MerchantAddressCity.d.ts +0 -11
  648. package/build/__api/models/MerchantAddressCity.js +0 -1
  649. package/build/__api/models/MerchantAddressCountry.d.ts +0 -11
  650. package/build/__api/models/MerchantAddressCountry.js +0 -1
  651. package/build/__api/models/MerchantAddressDistrict.d.ts +0 -11
  652. package/build/__api/models/MerchantAddressDistrict.js +0 -1
  653. package/build/__api/models/MerchantAddressState.d.ts +0 -11
  654. package/build/__api/models/MerchantAddressState.js +0 -1
  655. package/build/__api/models/MerchantSettings.d.ts +0 -17
  656. package/build/__api/models/MerchantSettings.js +0 -1
  657. package/build/__api/models/MerchantSettingsCurrencyFormat.d.ts +0 -15
  658. package/build/__api/models/MerchantSettingsCurrencyFormat.js +0 -1
  659. package/build/__api/models/OrderAddress.d.ts +0 -28
  660. package/build/__api/models/OrderAddressCity.d.ts +0 -11
  661. package/build/__api/models/OrderAddressCity.js +0 -1
  662. package/build/__api/models/OrderAddressCityInput.d.ts +0 -11
  663. package/build/__api/models/OrderAddressCityInput.js +0 -1
  664. package/build/__api/models/OrderAddressCountry.d.ts +0 -13
  665. package/build/__api/models/OrderAddressCountry.js +0 -1
  666. package/build/__api/models/OrderAddressCountryInput.d.ts +0 -13
  667. package/build/__api/models/OrderAddressCountryInput.js +0 -1
  668. package/build/__api/models/OrderAddressDistrict.d.ts +0 -11
  669. package/build/__api/models/OrderAddressDistrict.js +0 -1
  670. package/build/__api/models/OrderAddressDistrictInput.d.ts +0 -11
  671. package/build/__api/models/OrderAddressDistrictInput.js +0 -1
  672. package/build/__api/models/OrderAddressInput.d.ts +0 -28
  673. package/build/__api/models/OrderAddressInput.js +0 -1
  674. package/build/__api/models/OrderAddressState.d.ts +0 -11
  675. package/build/__api/models/OrderAddressState.js +0 -1
  676. package/build/__api/models/OrderAddressStateInput.d.ts +0 -11
  677. package/build/__api/models/OrderAddressStateInput.js +0 -1
  678. package/build/__api/models/OrderAdjustment.d.ts +0 -19
  679. package/build/__api/models/OrderAdjustment.js +0 -1
  680. package/build/__api/models/OrderAdjustmentAppliedOrderLine.d.ts +0 -12
  681. package/build/__api/models/OrderAdjustmentAppliedOrderLine.js +0 -1
  682. package/build/__api/models/OrderAdjustmentInput.d.ts +0 -16
  683. package/build/__api/models/OrderAdjustmentInput.js +0 -1
  684. package/build/__api/models/OrderCurrencyRate.d.ts +0 -11
  685. package/build/__api/models/OrderCustomer.d.ts +0 -16
  686. package/build/__api/models/OrderGiftPackageLine.d.ts +0 -10
  687. package/build/__api/models/OrderGiftPackageLine.js +0 -1
  688. package/build/__api/models/OrderLineDiscount.d.ts +0 -15
  689. package/build/__api/models/OrderLineDiscount.js +0 -1
  690. package/build/__api/models/OrderLineItem.d.ts +0 -26
  691. package/build/__api/models/OrderLineItem.js +0 -1
  692. package/build/__api/models/OrderLineOption.d.ts +0 -15
  693. package/build/__api/models/OrderLineOption.js +0 -1
  694. package/build/__api/models/OrderLineOptionValue.d.ts +0 -11
  695. package/build/__api/models/OrderLineOptionValue.js +0 -1
  696. package/build/__api/models/OrderLineVariant.d.ts +0 -27
  697. package/build/__api/models/OrderLineVariant.js +0 -1
  698. package/build/__api/models/OrderLineVariantBrand.d.ts +0 -10
  699. package/build/__api/models/OrderLineVariantBrand.js +0 -1
  700. package/build/__api/models/OrderLineVariantCategory.d.ts +0 -12
  701. package/build/__api/models/OrderLineVariantCategory.js +0 -1
  702. package/build/__api/models/OrderLineVariantCategoryPath.d.ts +0 -10
  703. package/build/__api/models/OrderLineVariantCategoryPath.js +0 -1
  704. package/build/__api/models/OrderLineVariantPrice.d.ts +0 -13
  705. package/build/__api/models/OrderLineVariantPrice.js +0 -1
  706. package/build/__api/models/OrderLineVariantVariantValues.d.ts +0 -13
  707. package/build/__api/models/OrderLineVariantVariantValues.js +0 -1
  708. package/build/__api/models/OrderPackage.d.ts +0 -18
  709. package/build/__api/models/OrderPackage.js +0 -1
  710. package/build/__api/models/OrderPaymentMethod.d.ts +0 -14
  711. package/build/__api/models/OrderPaymentMethod.js +0 -1
  712. package/build/__api/models/OrderRefundOrderLineInput.d.ts +0 -10
  713. package/build/__api/models/OrderRefundOrderLineInput.js +0 -1
  714. package/build/__api/models/OrderRefundRequestInput.d.ts +0 -12
  715. package/build/__api/models/OrderRefundSettings.d.ts +0 -14
  716. package/build/__api/models/OrderShippingLine.d.ts +0 -17
  717. package/build/__api/models/OrderShippingLine.js +0 -1
  718. package/build/__api/models/OrderStorefrontRouting.d.ts +0 -15
  719. package/build/__api/models/OrderStorefrontRoutingDynamicCurrencySettings.d.ts +0 -10
  720. package/build/__api/models/OrderTaxLine.d.ts +0 -10
  721. package/build/__api/models/OrderTaxLine.js +0 -1
  722. package/build/__api/models/PaginationInput.d.ts +0 -10
  723. package/build/__api/models/PaymentGateway.d.ts +0 -29
  724. package/build/__api/models/PaymentGateway.js +0 -1
  725. package/build/__api/models/PaymentGatewayPaymentMethod.d.ts +0 -10
  726. package/build/__api/models/PaymentGatewayPaymentMethod.js +0 -1
  727. package/build/__api/models/PaymentGatewaySettings.d.ts +0 -13
  728. package/build/__api/models/PaymentGatewaySettings.js +0 -1
  729. package/build/__api/models/PaymentGatewayTranslation.d.ts +0 -11
  730. package/build/__api/models/PaymentGatewayTranslation.js +0 -1
  731. package/build/__api/models/PaymentMethodDetailInput.d.ts +0 -15
  732. package/build/__api/models/Product.d.ts +0 -33
  733. package/build/__api/models/ProductAttribute.d.ts +0 -19
  734. package/build/__api/models/ProductAttributeOption.d.ts +0 -10
  735. package/build/__api/models/ProductAttributeOptionTranslation.d.ts +0 -10
  736. package/build/__api/models/ProductAttributeTableCellData.d.ts +0 -10
  737. package/build/__api/models/ProductAttributeTableTemplate.d.ts +0 -11
  738. package/build/__api/models/ProductAttributeTranslation.d.ts +0 -13
  739. package/build/__api/models/ProductAttributeValue.d.ts +0 -12
  740. package/build/__api/models/ProductAttributeValue.js +0 -1
  741. package/build/__api/models/ProductBackInStockRemind.d.ts +0 -14
  742. package/build/__api/models/ProductBackInStockRemindInput.d.ts +0 -11
  743. package/build/__api/models/ProductBrand.d.ts +0 -19
  744. package/build/__api/models/ProductBrand.js +0 -1
  745. package/build/__api/models/ProductBrandPaginationResponse.d.ts +0 -14
  746. package/build/__api/models/ProductBrandTranslation.d.ts +0 -11
  747. package/build/__api/models/ProductBrandTranslation.js +0 -1
  748. package/build/__api/models/ProductFacetCount.d.ts +0 -11
  749. package/build/__api/models/ProductFacetCountValue.d.ts +0 -10
  750. package/build/__api/models/ProductFilterData.d.ts +0 -12
  751. package/build/__api/models/ProductFilterDataFilter.d.ts +0 -24
  752. package/build/__api/models/ProductFilterSettings.d.ts +0 -14
  753. package/build/__api/models/ProductImage.d.ts +0 -12
  754. package/build/__api/models/ProductItem.d.ts +0 -11
  755. package/build/__api/models/ProductItemInput.d.ts +0 -11
  756. package/build/__api/models/ProductLastViewed.d.ts +0 -12
  757. package/build/__api/models/ProductLastViewedInput.d.ts +0 -12
  758. package/build/__api/models/ProductOption.d.ts +0 -28
  759. package/build/__api/models/ProductOptionDateSettings.d.ts +0 -12
  760. package/build/__api/models/ProductOptionFileSettings.d.ts +0 -11
  761. package/build/__api/models/ProductOptionSelectSettings.d.ts +0 -14
  762. package/build/__api/models/ProductOptionSelectValue.d.ts +0 -16
  763. package/build/__api/models/ProductOptionSelectValueOtherPrice.d.ts +0 -10
  764. package/build/__api/models/ProductOptionSelectValueTranslations.d.ts +0 -10
  765. package/build/__api/models/ProductOptionSet.d.ts +0 -14
  766. package/build/__api/models/ProductOptionSetTranslations.d.ts +0 -11
  767. package/build/__api/models/ProductOptionTextSettings.d.ts +0 -10
  768. package/build/__api/models/ProductOptionTranslations.d.ts +0 -13
  769. package/build/__api/models/ProductPaginationResponse.d.ts +0 -14
  770. package/build/__api/models/ProductPrice.d.ts +0 -13
  771. package/build/__api/models/ProductPrice.js +0 -1
  772. package/build/__api/models/ProductSearchResponse.d.ts +0 -17
  773. package/build/__api/models/ProductStockLocation.d.ts +0 -13
  774. package/build/__api/models/ProductTagTranslation.d.ts +0 -11
  775. package/build/__api/models/ProductTranslation.d.ts +0 -11
  776. package/build/__api/models/ProductVariantType.d.ts +0 -11
  777. package/build/__api/models/Raffle.d.ts +0 -23
  778. package/build/__api/models/RaffleDateRangeField.d.ts +0 -10
  779. package/build/__api/models/RaffleMetadata.d.ts +0 -17
  780. package/build/__api/models/RaffleMetadataTargetTypeEnumFilter.d.ts +0 -13
  781. package/build/__api/models/RafflePaginationResponse.d.ts +0 -14
  782. package/build/__api/models/RaffleParticipants.d.ts +0 -23
  783. package/build/__api/models/RaffleParticipantsInput.d.ts +0 -17
  784. package/build/__api/models/RaffleParticipantsUpdateInput.d.ts +0 -13
  785. package/build/__api/models/RaffleVariantInformation.d.ts +0 -10
  786. package/build/__api/models/RetrieveInstallmentInfoInput.d.ts +0 -11
  787. package/build/__api/models/RetrieveInstallmentInfoResponse.d.ts +0 -17
  788. package/build/__api/models/SaveCartInput.d.ts +0 -23
  789. package/build/__api/models/SaveCartInput.js +0 -1
  790. package/build/__api/models/SaveCheckoutInput.d.ts +0 -26
  791. package/build/__api/models/SaveItemToCartInput.d.ts +0 -19
  792. package/build/__api/models/SaveMyCustomerAddressInput.d.ts +0 -29
  793. package/build/__api/models/SaveMyCustomerAddressInput.js +0 -1
  794. package/build/__api/models/SaveMyCustomerInput.d.ts +0 -17
  795. package/build/__api/models/SaveMyCustomerInput.js +0 -1
  796. package/build/__api/models/SearchCategory.d.ts +0 -15
  797. package/build/__api/models/SearchCategoryPath.d.ts +0 -13
  798. package/build/__api/models/SearchDynamicCurrencySettings.d.ts +0 -10
  799. package/build/__api/models/SearchHTMLMetaData.d.ts +0 -18
  800. package/build/__api/models/SearchHTMLMetaDataOverride.d.ts +0 -13
  801. package/build/__api/models/SearchInput.d.ts +0 -32
  802. package/build/__api/models/SearchInputFacetListInput.d.ts +0 -12
  803. package/build/__api/models/SearchInputFilterListInput.d.ts +0 -14
  804. package/build/__api/models/SearchInputFilterListInput.js +0 -1
  805. package/build/__api/models/SearchInputOrderByInput.d.ts +0 -11
  806. package/build/__api/models/SearchProduct.d.ts +0 -34
  807. package/build/__api/models/SearchProductAttribute.d.ts +0 -15
  808. package/build/__api/models/SearchProductAttributeOption.d.ts +0 -10
  809. package/build/__api/models/SearchProductAttributeTableCellData.d.ts +0 -10
  810. package/build/__api/models/SearchProductAttributeTableTemplate.d.ts +0 -11
  811. package/build/__api/models/SearchProductAttributeValue.d.ts +0 -14
  812. package/build/__api/models/SearchProductBrand.d.ts +0 -13
  813. package/build/__api/models/SearchProductImage.d.ts +0 -12
  814. package/build/__api/models/SearchProductPrice.d.ts +0 -13
  815. package/build/__api/models/SearchProductStockLocation.d.ts +0 -10
  816. package/build/__api/models/SearchProductTag.d.ts +0 -12
  817. package/build/__api/models/SearchProductVariantType.d.ts +0 -12
  818. package/build/__api/models/SearchVariant.d.ts +0 -25
  819. package/build/__api/models/SearchVariantType.d.ts +0 -15
  820. package/build/__api/models/SearchVariantValue.d.ts +0 -12
  821. package/build/__api/models/SearchVariationValueRelation.d.ts +0 -10
  822. package/build/__api/models/SocialLoginSettings.d.ts +0 -12
  823. package/build/__api/models/State.d.ts +0 -12
  824. package/build/__api/models/State.js +0 -1
  825. package/build/__api/models/StockLocation.d.ts +0 -18
  826. package/build/__api/models/StockLocation.js +0 -1
  827. package/build/__api/models/StockLocationAddress.d.ts +0 -19
  828. package/build/__api/models/StockLocationAddress.js +0 -1
  829. package/build/__api/models/StockLocationAddressCity.d.ts +0 -11
  830. package/build/__api/models/StockLocationAddressCity.js +0 -1
  831. package/build/__api/models/StockLocationAddressCountry.d.ts +0 -11
  832. package/build/__api/models/StockLocationAddressCountry.js +0 -1
  833. package/build/__api/models/StockLocationAddressDistrict.d.ts +0 -11
  834. package/build/__api/models/StockLocationAddressDistrict.js +0 -1
  835. package/build/__api/models/StockLocationAddressState.d.ts +0 -11
  836. package/build/__api/models/StockLocationAddressState.js +0 -1
  837. package/build/__api/models/Storefront.d.ts +0 -33
  838. package/build/__api/models/StorefrontDomain.d.ts +0 -13
  839. package/build/__api/models/StorefrontDynamicCurrencySettings.d.ts +0 -10
  840. package/build/__api/models/StorefrontLocalization.d.ts +0 -12
  841. package/build/__api/models/StorefrontOrder.d.ts +0 -50
  842. package/build/__api/models/StorefrontRouting.d.ts +0 -16
  843. package/build/__api/models/StorefrontTheme.d.ts +0 -15
  844. package/build/__api/models/StorefrontTransaction.d.ts +0 -27
  845. package/build/__api/models/StringFilterInput.d.ts +0 -13
  846. package/build/__api/models/Town.d.ts +0 -12
  847. package/build/__api/models/TrackingInfo.d.ts +0 -13
  848. package/build/__api/models/TrackingInfo.js +0 -1
  849. package/build/__api/models/TransactionError.d.ts +0 -11
  850. package/build/__api/models/TransactionError.js +0 -1
  851. package/build/__api/models/TransactionInstallmentPrice.d.ts +0 -13
  852. package/build/__api/models/TransactionInstallmentPrice.js +0 -1
  853. package/build/__api/models/TransactionPaymentMethodDetail.d.ts +0 -18
  854. package/build/__api/models/TransactionPaymentMethodDetail.js +0 -1
  855. package/build/__api/models/TransactionResponse.d.ts +0 -16
  856. package/build/__api/models/UpdateCartCampaignOfferInput.d.ts +0 -14
  857. package/build/__api/models/Variant.d.ts +0 -25
  858. package/build/__api/models/VariantStock.d.ts +0 -10
  859. package/build/__api/models/VariantType.d.ts +0 -16
  860. package/build/__api/models/VariantTypeTranslation.d.ts +0 -12
  861. package/build/__api/models/VariantValue.d.ts +0 -12
  862. package/build/__api/models/VariantValueRelation.d.ts +0 -10
  863. package/build/__api/models/VariantValueTranslation.d.ts +0 -10
  864. package/build/__api/models/_base.d.ts +0 -18
  865. package/build/__api/models/_base.js +0 -1
  866. package/build/__api/mutations/activateCustomer.d.ts +0 -6
  867. package/build/__api/mutations/addCouponCodeToCheckout.d.ts +0 -218
  868. package/build/__api/mutations/addItemToCart.d.ts +0 -245
  869. package/build/__api/mutations/addItemToCart.js +0 -1
  870. package/build/__api/mutations/createCustomerEmailSubscription.d.ts +0 -69
  871. package/build/__api/mutations/createCustomerEmailSubscription.js +0 -1
  872. package/build/__api/mutations/createCustomerReview.d.ts +0 -27
  873. package/build/__api/mutations/createCustomerReview.js +0 -1
  874. package/build/__api/mutations/createOrderRefundRequest.d.ts +0 -198
  875. package/build/__api/mutations/createOrderRefundRequest.js +0 -1
  876. package/build/__api/mutations/createSaleTransactionWithCart.d.ts +0 -17
  877. package/build/__api/mutations/createSaleTransactionWithCart.js +0 -1
  878. package/build/__api/mutations/createSaleTransactionWithCheckout.d.ts +0 -17
  879. package/build/__api/mutations/createStripePaymentIntent.d.ts +0 -13
  880. package/build/__api/mutations/createStripePaymentIntent.js +0 -1
  881. package/build/__api/mutations/customerForgotPassword.d.ts +0 -7
  882. package/build/__api/mutations/customerForgotPassword.js +0 -1
  883. package/build/__api/mutations/customerLogin.d.ts +0 -72
  884. package/build/__api/mutations/customerLogin.js +0 -1
  885. package/build/__api/mutations/customerRecoverPassword.d.ts +0 -8
  886. package/build/__api/mutations/customerRecoverPassword.js +0 -1
  887. package/build/__api/mutations/customerRefreshToken.d.ts +0 -11
  888. package/build/__api/mutations/customerRefreshToken.js +0 -1
  889. package/build/__api/mutations/deleteRaffleParticipantsList.d.ts +0 -6
  890. package/build/__api/mutations/getOrderLineFile.d.ts +0 -7
  891. package/build/__api/mutations/getOrderLineFile.js +0 -1
  892. package/build/__api/mutations/registerCustomer.d.ts +0 -77
  893. package/build/__api/mutations/registerCustomer.js +0 -1
  894. package/build/__api/mutations/retrieveInstallmentInfo.d.ts +0 -20
  895. package/build/__api/mutations/retrieveInstallmentInfo.js +0 -1
  896. package/build/__api/mutations/saveCart.d.ts +0 -245
  897. package/build/__api/mutations/saveCart.js +0 -1
  898. package/build/__api/mutations/saveCartCouponCode.d.ts +0 -246
  899. package/build/__api/mutations/saveCartCouponCode.js +0 -1
  900. package/build/__api/mutations/saveCheckout.d.ts +0 -217
  901. package/build/__api/mutations/saveFavoriteProduct.d.ts +0 -7
  902. package/build/__api/mutations/saveFavoriteProduct.js +0 -1
  903. package/build/__api/mutations/saveItemToCart.d.ts +0 -97
  904. package/build/__api/mutations/saveLastViewedProducts.d.ts +0 -20
  905. package/build/__api/mutations/saveLastViewedProducts.js +0 -1
  906. package/build/__api/mutations/saveMyCustomer.d.ts +0 -69
  907. package/build/__api/mutations/saveMyCustomer.js +0 -1
  908. package/build/__api/mutations/saveProductBackInStockRemind.d.ts +0 -18
  909. package/build/__api/mutations/saveProductBackInStockRemind.js +0 -1
  910. package/build/__api/mutations/saveRaffleParticipant.d.ts +0 -27
  911. package/build/__api/mutations/saveRaffleParticipant.js +0 -1
  912. package/build/__api/mutations/sendContactFormToMerchant.d.ts +0 -11
  913. package/build/__api/mutations/sendContactFormToMerchant.js +0 -1
  914. package/build/__api/mutations/updateCartCampaignOffer.d.ts +0 -245
  915. package/build/__api/mutations/updateCartCampaignOffer.js +0 -1
  916. package/build/__api/mutations/updateRaffleParticipant.d.ts +0 -28
  917. package/build/__api/queries/checkCustomerEmail.d.ts +0 -11
  918. package/build/__api/queries/checkCustomerEmail.js +0 -1
  919. package/build/__api/queries/checkStocks.d.ts +0 -13
  920. package/build/__api/queries/checkStocks.js +0 -1
  921. package/build/__api/queries/customerSocialLogin.d.ts +0 -71
  922. package/build/__api/queries/customerSocialLogin.js +0 -1
  923. package/build/__api/queries/getAvailableShippingCountries.d.ts +0 -6
  924. package/build/__api/queries/getAvailableShippingCountries.js +0 -1
  925. package/build/__api/queries/getAvailableStockLocations.d.ts +0 -28
  926. package/build/__api/queries/getAvailableStockLocations.js +0 -1
  927. package/build/__api/queries/getCart.d.ts +0 -99
  928. package/build/__api/queries/getCartById.d.ts +0 -246
  929. package/build/__api/queries/getCartById.js +0 -1
  930. package/build/__api/queries/getCheckoutByCartId.d.ts +0 -217
  931. package/build/__api/queries/getCheckoutById.d.ts +0 -217
  932. package/build/__api/queries/getCurrencyRate.d.ts +0 -17
  933. package/build/__api/queries/getCustomerOrders.d.ts +0 -198
  934. package/build/__api/queries/getCustomerOrders.js +0 -1
  935. package/build/__api/queries/getLastViewedProducts.d.ts +0 -20
  936. package/build/__api/queries/getLastViewedProducts.js +0 -1
  937. package/build/__api/queries/getMasterpassRequestToken.d.ts +0 -15
  938. package/build/__api/queries/getMasterpassRequestToken.js +0 -1
  939. package/build/__api/queries/getMyCountry.d.ts +0 -3
  940. package/build/__api/queries/getMyCountry.js +0 -1
  941. package/build/__api/queries/getMyCustomer.d.ts +0 -66
  942. package/build/__api/queries/getMyCustomer.js +0 -1
  943. package/build/__api/queries/getOrder.d.ts +0 -198
  944. package/build/__api/queries/getOrderByEmail.d.ts +0 -199
  945. package/build/__api/queries/getOrderByEmail.js +0 -1
  946. package/build/__api/queries/getProductCampaigns.d.ts +0 -47
  947. package/build/__api/queries/getProductCampaigns.js +0 -1
  948. package/build/__api/queries/getProductFilterData.d.ts +0 -167
  949. package/build/__api/queries/getProductFilterData.js +0 -1
  950. package/build/__api/queries/getProductOptionFileUrl.d.ts +0 -14
  951. package/build/__api/queries/getRaffleParticipants.d.ts +0 -24
  952. package/build/__api/queries/getRafflesByCustomerId.d.ts +0 -35
  953. package/build/__api/queries/getRafflesByCustomerId.js +0 -1
  954. package/build/__api/queries/getRelatedProducts.d.ts +0 -14
  955. package/build/__api/queries/getRelatedProducts.js +0 -1
  956. package/build/__api/queries/getStorefront.d.ts +0 -64
  957. package/build/__api/queries/getStorefront.js +0 -1
  958. package/build/__api/queries/getVariantStockLocations.d.ts +0 -30
  959. package/build/__api/queries/isFavoriteProduct.d.ts +0 -6
  960. package/build/__api/queries/isFavoriteProduct.js +0 -1
  961. package/build/__api/queries/listBlog.d.ts +0 -76
  962. package/build/__api/queries/listBlog.js +0 -1
  963. package/build/__api/queries/listBlogCategory.d.ts +0 -35
  964. package/build/__api/queries/listBlogCategory.js +0 -1
  965. package/build/__api/queries/listBlogMetadata.d.ts +0 -30
  966. package/build/__api/queries/listBlogMetadata.js +0 -1
  967. package/build/__api/queries/listCampaignOffer.d.ts +0 -37
  968. package/build/__api/queries/listCategory.d.ts +0 -89
  969. package/build/__api/queries/listCategory.js +0 -1
  970. package/build/__api/queries/listCheckoutSettings.d.ts +0 -29
  971. package/build/__api/queries/listCheckoutSettings.js +0 -1
  972. package/build/__api/queries/listCity.d.ts +0 -25
  973. package/build/__api/queries/listCity.js +0 -1
  974. package/build/__api/queries/listCountry.d.ts +0 -31
  975. package/build/__api/queries/listCountry.js +0 -1
  976. package/build/__api/queries/listCustomerAttribute.d.ts +0 -27
  977. package/build/__api/queries/listCustomerAttribute.js +0 -1
  978. package/build/__api/queries/listCustomerReviewSummary.d.ts +0 -23
  979. package/build/__api/queries/listCustomerReviewSummary.js +0 -1
  980. package/build/__api/queries/listCustomerReviews.d.ts +0 -35
  981. package/build/__api/queries/listCustomerReviews.js +0 -1
  982. package/build/__api/queries/listDistrict.d.ts +0 -26
  983. package/build/__api/queries/listDistrict.js +0 -1
  984. package/build/__api/queries/listFavoriteProducts.d.ts +0 -12
  985. package/build/__api/queries/listFavoriteProducts.js +0 -1
  986. package/build/__api/queries/listHTMLMetaData.d.ts +0 -34
  987. package/build/__api/queries/listHTMLMetaData.js +0 -1
  988. package/build/__api/queries/listMerchantSettings.d.ts +0 -46
  989. package/build/__api/queries/listMerchantSettings.js +0 -1
  990. package/build/__api/queries/listOrderRefundSettings.d.ts +0 -21
  991. package/build/__api/queries/listOrderRefundSettings.js +0 -1
  992. package/build/__api/queries/listOrderTransactions.d.ts +0 -43
  993. package/build/__api/queries/listOrderTransactions.js +0 -1
  994. package/build/__api/queries/listPaymentGateway.d.ts +0 -40
  995. package/build/__api/queries/listPaymentGateway.js +0 -1
  996. package/build/__api/queries/listProduct.d.ts +0 -94
  997. package/build/__api/queries/listProductAttribute.d.ts +0 -33
  998. package/build/__api/queries/listProductAttribute.js +0 -1
  999. package/build/__api/queries/listProductBackInStockRemind.d.ts +0 -23
  1000. package/build/__api/queries/listProductBackInStockRemind.js +0 -1
  1001. package/build/__api/queries/listProductBrand.d.ts +0 -51
  1002. package/build/__api/queries/listProductBrand.js +0 -1
  1003. package/build/__api/queries/listProductOptionSet.d.ts +0 -59
  1004. package/build/__api/queries/listProductOptionSet.js +0 -1
  1005. package/build/__api/queries/listProductStockLocation.d.ts +0 -18
  1006. package/build/__api/queries/listRaffle.d.ts +0 -47
  1007. package/build/__api/queries/listRaffle.js +0 -1
  1008. package/build/__api/queries/listRaffleMetadata.d.ts +0 -26
  1009. package/build/__api/queries/listRaffleMetadata.js +0 -1
  1010. package/build/__api/queries/listState.d.ts +0 -20
  1011. package/build/__api/queries/listState.js +0 -1
  1012. package/build/__api/queries/listStockLocation.d.ts +0 -35
  1013. package/build/__api/queries/listStockLocation.js +0 -1
  1014. package/build/__api/queries/listTown.d.ts +0 -20
  1015. package/build/__api/queries/listVariantType.d.ts +0 -29
  1016. package/build/__api/queries/searchProducts.d.ts +0 -132
  1017. package/build/__api/queries/searchProducts.js +0 -1
  1018. package/build/__api/types/index.d.ts +0 -2705
  1019. package/build/__api/types/index.js +0 -1
  1020. package/build/_virtual/Axios.js_commonjs-proxy2.js +0 -1
  1021. package/build/_virtual/Cancel.js_commonjs-proxy.js +0 -1
  1022. package/build/_virtual/CancelToken.js_commonjs-proxy.js +0 -1
  1023. package/build/_virtual/InterceptorManager.js_commonjs-proxy.js +0 -1
  1024. package/build/_virtual/axios.js_commonjs-proxy.js +0 -1
  1025. package/build/_virtual/bind.js_commonjs-proxy.js +0 -1
  1026. package/build/_virtual/browser.js_commonjs-proxy.js +0 -1
  1027. package/build/_virtual/buildFullPath.js_commonjs-proxy.js +0 -1
  1028. package/build/_virtual/buildURL.js_commonjs-proxy.js +0 -1
  1029. package/build/_virtual/combineURLs.js_commonjs-proxy.js +0 -1
  1030. package/build/_virtual/common.js_commonjs-proxy.js +0 -1
  1031. package/build/_virtual/cookies.js_commonjs-proxy.js +0 -1
  1032. package/build/_virtual/createError.js_commonjs-proxy.js +0 -1
  1033. package/build/_virtual/debug.js_commonjs-proxy.js +0 -1
  1034. package/build/_virtual/defaults.js_commonjs-proxy.js +0 -1
  1035. package/build/_virtual/dispatchRequest.js_commonjs-proxy.js +0 -1
  1036. package/build/_virtual/enhanceError.js_commonjs-proxy.js +0 -1
  1037. package/build/_virtual/http.js_commonjs-proxy.js +0 -1
  1038. package/build/_virtual/index.js_commonjs-proxy14.js +0 -1
  1039. package/build/_virtual/index.js_commonjs-proxy15.js +0 -1
  1040. package/build/_virtual/index.js_commonjs-proxy16.js +0 -1
  1041. package/build/_virtual/index.js_commonjs-proxy17.js +0 -1
  1042. package/build/_virtual/index.js_commonjs-proxy18.js +0 -1
  1043. package/build/_virtual/isAbsoluteURL.js_commonjs-proxy.js +0 -1
  1044. package/build/_virtual/isAxiosError.js_commonjs-proxy.js +0 -1
  1045. package/build/_virtual/isCancel.js_commonjs-proxy.js +0 -1
  1046. package/build/_virtual/isURLSameOrigin.js_commonjs-proxy.js +0 -1
  1047. package/build/_virtual/mergeConfig.js_commonjs-proxy.js +0 -1
  1048. package/build/_virtual/node.js_commonjs-proxy3.js +0 -1
  1049. package/build/_virtual/normalizeHeaderName.js_commonjs-proxy.js +0 -1
  1050. package/build/_virtual/parseHeaders.js_commonjs-proxy.js +0 -1
  1051. package/build/_virtual/settle.js_commonjs-proxy.js +0 -1
  1052. package/build/_virtual/spread.js_commonjs-proxy.js +0 -1
  1053. package/build/_virtual/transformData.js_commonjs-proxy.js +0 -1
  1054. package/build/_virtual/utils.js_commonjs-proxy.js +0 -1
  1055. package/build/_virtual/validator.js_commonjs-proxy.js +0 -1
  1056. package/build/_virtual/xhr.js_commonjs-proxy.js +0 -1
  1057. package/build/analytics/tiktokPixel.d.ts +0 -14
  1058. package/build/analytics/tiktokPixel.js +0 -1
  1059. package/build/components/checkout/components/delivery-methods/icon-button/index.d.ts +0 -10
  1060. package/build/components/checkout/components/delivery-methods/icon-button/index.js +0 -1
  1061. package/build/components/checkout/components/delivery-methods/icon-button/style.module.scss.js +0 -1
  1062. package/build/components/checkout/components/delivery-methods/icons/box.d.ts +0 -6
  1063. package/build/components/checkout/components/delivery-methods/icons/box.js +0 -1
  1064. package/build/components/checkout/components/delivery-methods/icons/store.d.ts +0 -6
  1065. package/build/components/checkout/components/delivery-methods/icons/store.js +0 -1
  1066. package/build/components/checkout/components/delivery-methods/index.d.ts +0 -7
  1067. package/build/components/checkout/components/delivery-methods/index.js +0 -1
  1068. package/build/components/checkout/components/delivery-methods/style.module.scss.js +0 -1
  1069. package/build/components/checkout/components/master-pass/credit-card-form/index.d.ts +0 -9
  1070. package/build/components/checkout/components/master-pass/credit-card-form/index.js +0 -1
  1071. package/build/components/checkout/components/master-pass/credit-card-form/style.module.scss.js +0 -1
  1072. package/build/components/checkout/components/master-pass/modal/index.d.ts +0 -11
  1073. package/build/components/checkout/components/master-pass/modal/index.js +0 -1
  1074. package/build/components/checkout/components/master-pass/modal/style.module.scss.js +0 -1
  1075. package/build/components/checkout/components/master-pass/modal/svg/modal-close.d.ts +0 -3
  1076. package/build/components/checkout/components/master-pass/modal/svg/modal-close.js +0 -1
  1077. package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.d.ts +0 -11
  1078. package/build/components/checkout/components/master-pass/modal-link-card-to-client/index.js +0 -1
  1079. package/build/components/checkout/components/master-pass/modal-link-card-to-client/style.module.scss.js +0 -1
  1080. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.d.ts +0 -3
  1081. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/info-mark.js +0 -1
  1082. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.d.ts +0 -3
  1083. package/build/components/checkout/components/master-pass/modal-link-card-to-client/svg/master-pass-by-master-card-big.js +0 -1
  1084. package/build/components/checkout/components/master-pass/modal-otp/index.d.ts +0 -10
  1085. package/build/components/checkout/components/master-pass/modal-otp/index.js +0 -1
  1086. package/build/components/checkout/components/master-pass/modal-otp/style.module.scss.js +0 -1
  1087. package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.d.ts +0 -3
  1088. package/build/components/checkout/components/master-pass/modal-otp/svg/master-pass.js +0 -1
  1089. package/build/components/checkout/components/master-pass/modal-response/index.d.ts +0 -10
  1090. package/build/components/checkout/components/master-pass/modal-response/index.js +0 -1
  1091. package/build/components/checkout/components/master-pass/modal-response/style.module.scss.js +0 -1
  1092. package/build/components/checkout/components/master-pass/modal-success/index.d.ts +0 -11
  1093. package/build/components/checkout/components/master-pass/modal-success/index.js +0 -1
  1094. package/build/components/checkout/components/master-pass/modal-success/style.module.scss.js +0 -1
  1095. package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.d.ts +0 -3
  1096. package/build/components/checkout/components/master-pass/modal-success/svg/master-pass-by-master-card-small.js +0 -1
  1097. package/build/components/checkout/components/master-pass/modal-success/svg/success.d.ts +0 -3
  1098. package/build/components/checkout/components/master-pass/modal-success/svg/success.js +0 -1
  1099. package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.d.ts +0 -3
  1100. package/build/components/checkout/components/master-pass/payment-gateway/svg/master-card.js +0 -1
  1101. package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.d.ts +0 -3
  1102. package/build/components/checkout/components/master-pass/svg/master-pass-by-master-card.js +0 -1
  1103. package/build/components/checkout/components/modal/useEscape.d.ts +0 -5
  1104. package/build/components/checkout/components/modal/useEscape.js +0 -1
  1105. package/build/components/checkout/components/offer-product/index.d.ts +0 -8
  1106. package/build/components/checkout/components/offer-product/index.js +0 -1
  1107. package/build/components/checkout/components/offer-product/select/arrows.d.ts +0 -6
  1108. package/build/components/checkout/components/offer-product/select/arrows.js +0 -1
  1109. package/build/components/checkout/components/offer-product/select/index.d.ts +0 -11
  1110. package/build/components/checkout/components/offer-product/select/index.js +0 -1
  1111. package/build/components/checkout/components/offer-product/select/style.module.scss.js +0 -1
  1112. package/build/components/checkout/components/offer-product/style.module.scss.js +0 -1
  1113. package/build/components/checkout/components/stripe/checkout-form.d.ts +0 -8
  1114. package/build/components/checkout/components/stripe/checkout-form.js +0 -1
  1115. package/build/components/checkout/components/stripe/index.d.ts +0 -9
  1116. package/build/components/checkout/components/stripe/index.js +0 -1
  1117. package/build/components/checkout/components/stripe/style.module.scss.js +0 -1
  1118. package/build/components/checkout/modelMasterPass.d.ts +0 -202
  1119. package/build/components/checkout/modelMasterPass.js +0 -1
  1120. package/build/components/link/index.d.ts +0 -4
  1121. package/build/components/link/index.js +0 -1
  1122. package/build/ext/@ikas/fe-api-client/build/_virtual/_commonjsHelpers.js +0 -1
  1123. package/build/ext/@ikas/fe-api-client/build/_virtual/axios-error-format.js_commonjs-exports.js +0 -1
  1124. package/build/ext/@ikas/fe-api-client/build/_virtual/core.js_commonjs-exports.js +0 -1
  1125. package/build/ext/@ikas/fe-api-client/build/_virtual/index.js_commonjs-exports.js +0 -1
  1126. package/build/ext/@ikas/fe-api-client/build/config/index.js +0 -1
  1127. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/axios-error-format.js +0 -1
  1128. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/core.js +0 -1
  1129. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.js +0 -1
  1130. package/build/ext/@ikas/fe-api-client/build/ext/@redtea/format-axios-error/index.mjs.js +0 -1
  1131. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Hash.js +0 -1
  1132. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_ListCache.js +0 -1
  1133. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Map.js +0 -1
  1134. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_MapCache.js +0 -1
  1135. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_Symbol.js +0 -1
  1136. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_arrayMap.js +0 -1
  1137. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assignValue.js +0 -1
  1138. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_assocIndexOf.js +0 -1
  1139. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseAssignValue.js +0 -1
  1140. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseGetTag.js +0 -1
  1141. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseIsNative.js +0 -1
  1142. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseSet.js +0 -1
  1143. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_baseToString.js +0 -1
  1144. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_castPath.js +0 -1
  1145. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_coreJsData.js +0 -1
  1146. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_defineProperty.js +0 -1
  1147. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_freeGlobal.js +0 -1
  1148. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getMapData.js +0 -1
  1149. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getNative.js +0 -1
  1150. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getRawTag.js +0 -1
  1151. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_getValue.js +0 -1
  1152. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashClear.js +0 -1
  1153. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashDelete.js +0 -1
  1154. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashGet.js +0 -1
  1155. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashHas.js +0 -1
  1156. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_hashSet.js +0 -1
  1157. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isIndex.js +0 -1
  1158. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKey.js +0 -1
  1159. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isKeyable.js +0 -1
  1160. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_isMasked.js +0 -1
  1161. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheClear.js +0 -1
  1162. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheDelete.js +0 -1
  1163. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheGet.js +0 -1
  1164. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheHas.js +0 -1
  1165. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_listCacheSet.js +0 -1
  1166. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheClear.js +0 -1
  1167. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheDelete.js +0 -1
  1168. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheGet.js +0 -1
  1169. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheHas.js +0 -1
  1170. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_mapCacheSet.js +0 -1
  1171. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_memoizeCapped.js +0 -1
  1172. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_nativeCreate.js +0 -1
  1173. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_objectToString.js +0 -1
  1174. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_root.js +0 -1
  1175. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_stringToPath.js +0 -1
  1176. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toKey.js +0 -1
  1177. package/build/ext/@ikas/fe-api-client/build/ext/lodash/_toSource.js +0 -1
  1178. package/build/ext/@ikas/fe-api-client/build/ext/lodash/eq.js +0 -1
  1179. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isArray.js +0 -1
  1180. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isFunction.js +0 -1
  1181. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObject.js +0 -1
  1182. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isObjectLike.js +0 -1
  1183. package/build/ext/@ikas/fe-api-client/build/ext/lodash/isSymbol.js +0 -1
  1184. package/build/ext/@ikas/fe-api-client/build/ext/lodash/memoize.js +0 -1
  1185. package/build/ext/@ikas/fe-api-client/build/ext/lodash/set.js +0 -1
  1186. package/build/ext/@ikas/fe-api-client/build/ext/lodash/toString.js +0 -1
  1187. package/build/ext/@ikas/fe-api-client/build/ext/tslib/tslib.es6.js +0 -15
  1188. package/build/ext/@ikas/fe-api-client/build/helpers/generate-return-fields.js +0 -1
  1189. package/build/ext/@ikas/fe-api-client/build/utils/api.js +0 -1
  1190. package/build/ext/@ikas/fe-api-client/build/utils/fetch-query.js +0 -1
  1191. package/build/ext/@stripe/react-stripe-js/dist/react-stripe.esm.js +0 -1
  1192. package/build/ext/@stripe/stripe-js/dist/stripe.esm.js +0 -1
  1193. package/build/ext/axios/index.js +0 -1
  1194. package/build/ext/axios/lib/adapters/http.js +0 -1
  1195. package/build/ext/axios/lib/adapters/xhr.js +0 -1
  1196. package/build/ext/axios/lib/axios.js +0 -1
  1197. package/build/ext/axios/lib/cancel/Cancel.js +0 -1
  1198. package/build/ext/axios/lib/cancel/CancelToken.js +0 -1
  1199. package/build/ext/axios/lib/cancel/isCancel.js +0 -1
  1200. package/build/ext/axios/lib/core/Axios.js +0 -1
  1201. package/build/ext/axios/lib/core/InterceptorManager.js +0 -1
  1202. package/build/ext/axios/lib/core/buildFullPath.js +0 -1
  1203. package/build/ext/axios/lib/core/createError.js +0 -1
  1204. package/build/ext/axios/lib/core/dispatchRequest.js +0 -1
  1205. package/build/ext/axios/lib/core/enhanceError.js +0 -1
  1206. package/build/ext/axios/lib/core/mergeConfig.js +0 -1
  1207. package/build/ext/axios/lib/core/settle.js +0 -1
  1208. package/build/ext/axios/lib/core/transformData.js +0 -1
  1209. package/build/ext/axios/lib/defaults.js +0 -1
  1210. package/build/ext/axios/lib/helpers/bind.js +0 -1
  1211. package/build/ext/axios/lib/helpers/buildURL.js +0 -1
  1212. package/build/ext/axios/lib/helpers/combineURLs.js +0 -1
  1213. package/build/ext/axios/lib/helpers/cookies.js +0 -1
  1214. package/build/ext/axios/lib/helpers/isAbsoluteURL.js +0 -1
  1215. package/build/ext/axios/lib/helpers/isAxiosError.js +0 -1
  1216. package/build/ext/axios/lib/helpers/isURLSameOrigin.js +0 -1
  1217. package/build/ext/axios/lib/helpers/normalizeHeaderName.js +0 -1
  1218. package/build/ext/axios/lib/helpers/parseHeaders.js +0 -1
  1219. package/build/ext/axios/lib/helpers/spread.js +0 -1
  1220. package/build/ext/axios/lib/helpers/validator.js +0 -1
  1221. package/build/ext/axios/lib/utils.js +0 -1
  1222. package/build/ext/axios/package.json.js +0 -1
  1223. package/build/ext/debug/src/browser.js +0 -1
  1224. package/build/ext/debug/src/common.js +0 -1
  1225. package/build/ext/debug/src/index.js +0 -1
  1226. package/build/ext/debug/src/node.js +0 -1
  1227. package/build/ext/follow-redirects/debug.js +0 -1
  1228. package/build/ext/follow-redirects/index.js +0 -1
  1229. package/build/ext/has-flag/index.js +0 -1
  1230. package/build/ext/ms/index.js +0 -1
  1231. package/build/ext/supports-color/index.js +0 -1
  1232. package/build/ext/uuid/dist/esm-node/rng.js +0 -1
  1233. package/build/ext/uuid/dist/esm-node/stringify.js +0 -1
  1234. package/build/ext/uuid/dist/esm-node/v4.js +0 -1
  1235. package/build/ikas.cjs +0 -2
  1236. package/build/models/data/blog/enums.d.ts +0 -2
  1237. package/build/models/data/brand/enums.d.ts +0 -2
  1238. package/build/models/data/cart/campaign-offer/enums.d.ts +0 -3
  1239. package/build/models/data/cart/campaign-offer/index.d.ts +0 -8
  1240. package/build/models/data/cart/campaign-offer/index.js +0 -1
  1241. package/build/models/data/cart/enums.d.ts +0 -2
  1242. package/build/models/data/category/enums.d.ts +0 -2
  1243. package/build/models/data/checkout-settings/enums.d.ts +0 -2
  1244. package/build/models/data/city/index.js +0 -1
  1245. package/build/models/data/country/index.js +0 -1
  1246. package/build/models/data/customer/enums.d.ts +0 -4
  1247. package/build/models/data/customer-attribute/customer-attribute-sales-channel/enums.d.ts +0 -3
  1248. package/build/models/data/customer-attribute/enums.d.ts +0 -2
  1249. package/build/models/data/customer-review/enums.d.ts +0 -2
  1250. package/build/models/data/district/index.js +0 -1
  1251. package/build/models/data/html-meta-data/enums.d.ts +0 -2
  1252. package/build/models/data/order/adjustment/enums.d.ts +0 -4
  1253. package/build/models/data/order/adjustment/index.js +0 -1
  1254. package/build/models/data/order/customer/index.d.ts +0 -10
  1255. package/build/models/data/order/customer/index.js +0 -1
  1256. package/build/models/data/order/enums.d.ts +0 -6
  1257. package/build/models/data/order/gift-line/index.js +0 -1
  1258. package/build/models/data/order/invoice/enums.d.ts +0 -2
  1259. package/build/models/data/order/invoice/index.d.ts +0 -7
  1260. package/build/models/data/order/invoice/index.js +0 -1
  1261. package/build/models/data/order/line-item/enums.d.ts +0 -2
  1262. package/build/models/data/order/line-item/option/index.d.ts +0 -9
  1263. package/build/models/data/order/line-item/option/index.js +0 -1
  1264. package/build/models/data/order/line-item/option/value/index.d.ts +0 -3
  1265. package/build/models/data/order/line-item/option/value/index.js +0 -1
  1266. package/build/models/data/order/package/enums.d.ts +0 -2
  1267. package/build/models/data/order/package/index.d.ts +0 -9
  1268. package/build/models/data/order/package/index.js +0 -1
  1269. package/build/models/data/order/package/tracking-info/index.d.ts +0 -3
  1270. package/build/models/data/order/package/tracking-info/index.js +0 -1
  1271. package/build/models/data/order/payment-method/enums.d.ts +0 -2
  1272. package/build/models/data/order/payment-method/index.d.ts +0 -7
  1273. package/build/models/data/order/payment-method/index.js +0 -1
  1274. package/build/models/data/order/refund/index.js +0 -1
  1275. package/build/models/data/order/refund/line-item/index.d.ts +0 -3
  1276. package/build/models/data/order/refund/line-item/index.js +0 -1
  1277. package/build/models/data/order/shipping-line/index.js +0 -1
  1278. package/build/models/data/order/tax-line/index.d.ts +0 -3
  1279. package/build/models/data/order/tax-line/index.js +0 -1
  1280. package/build/models/data/order/transaction/enums.d.ts +0 -5
  1281. package/build/models/data/order/transaction/index.d.ts +0 -37
  1282. package/build/models/data/order/transaction/index.js +0 -1
  1283. package/build/models/data/payment-gateway/additional-price/index.d.ts +0 -7
  1284. package/build/models/data/payment-gateway/additional-price/index.js +0 -1
  1285. package/build/models/data/payment-gateway/enums.d.ts +0 -5
  1286. package/build/models/data/product-attribute/table-template/index.d.ts +0 -6
  1287. package/build/models/data/product-attribute/table-template/index.js +0 -1
  1288. package/build/models/data/product-campaign/campaign/index.d.ts +0 -41
  1289. package/build/models/data/product-option-set/enums.d.ts +0 -3
  1290. package/build/models/data/state/index.js +0 -1
  1291. package/build/store/blog/index.d.ts +0 -28
  1292. package/build/store/blog/index.js +0 -1
  1293. package/build/store/brand/index.d.ts +0 -12
  1294. package/build/store/brand/index.js +0 -1
  1295. package/build/store/cart/api.d.ts +0 -14
  1296. package/build/store/cart/api.js +0 -1
  1297. package/build/store/cart/index.d.ts +0 -28
  1298. package/build/store/cart/index.js +0 -1
  1299. package/build/store/category/index.d.ts +0 -12
  1300. package/build/store/category/index.js +0 -1
  1301. package/build/store/checkout/index.d.ts +0 -26
  1302. package/build/store/checkout/index.js +0 -1
  1303. package/build/store/customer/api.d.ts +0 -82
  1304. package/build/store/customer/api.js +0 -1
  1305. package/build/store/customer/index.d.ts +0 -79
  1306. package/build/store/customer/index.js +0 -1
  1307. package/build/store/html-meta-data/index.d.ts +0 -6
  1308. package/build/store/html-meta-data/index.js +0 -1
  1309. package/build/store/location/index.d.ts +0 -13
  1310. package/build/store/location/index.js +0 -1
  1311. package/build/store/merchant/index.d.ts +0 -6
  1312. package/build/store/merchant/index.js +0 -1
  1313. package/build/store/product/index.d.ts +0 -45
  1314. package/build/store/product/index.js +0 -1
  1315. package/build/store/raffle/index.d.ts +0 -18
  1316. package/build/store/raffle/index.js +0 -1
  1317. package/build/store/storefront/index.d.ts +0 -6
  1318. package/build/store/storefront/index.js +0 -1
@@ -0,0 +1 @@
1
+ import"../../../../ts-invariant/lib/invariant.esm.js";import{getOperationName as e}from"../../utilities/graphql/getFromAST.js";import"../../utilities/graphql/transform.js";import"../../utilities/common/mergeDeep.js";import"../../utilities/observables/Observable.js";import"../../utilities/observables/Concast.js";function i(i){var r={variables:i.variables||{},extensions:i.extensions||{},operationName:i.operationName,query:i.query};return r.operationName||(r.operationName="string"!=typeof r.query?e(r.query)||void 0:""),r}export{i as transformOperation};
@@ -0,0 +1 @@
1
+ import{InvariantError as e}from"../../../../ts-invariant/lib/invariant.esm.js";function n(n){for(var r=["query","operationName","variables","extensions","context"],t=0,i=Object.keys(n);t<i.length;t++){var o=i[t];if(r.indexOf(o)<0)throw"production"===process.env.NODE_ENV?new e(26):new e("illegal argument: "+o)}return n}export{n as validateOperation};
@@ -0,0 +1 @@
1
+ function r(r){return Array.isArray(r)&&r.length>0}export{r as isNonEmptyArray};
@@ -0,0 +1 @@
1
+ var t="function"==typeof WeakMap&&!("object"==typeof navigator&&"ReactNative"===navigator.product);export{t as canUseWeakMap};
@@ -0,0 +1 @@
1
+ var t=Object.prototype.toString;function e(t){return r(t)}function r(e,c){switch(t.call(e)){case"[object Array]":if((c=c||new Map).has(e))return c.get(e);var n=e.slice(0);return c.set(e,n),n.forEach((function(t,e){n[e]=r(t,c)})),n;case"[object Object]":if((c=c||new Map).has(e))return c.get(e);var a=Object.create(Object.getPrototypeOf(e));return c.set(e,a),Object.keys(e).forEach((function(t){a[t]=r(e[t],c)})),a;default:return e}}export{e as cloneDeep};
@@ -0,0 +1 @@
1
+ function r(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var t=Object.create(null);return r.forEach((function(r){r&&Object.keys(r).forEach((function(n){var c=r[n];void 0!==c&&(t[n]=c)}))})),t}export{r as compact};
@@ -0,0 +1 @@
1
+ function e(){return"undefined"!=typeof process&&process.env.NODE_ENV?process.env.NODE_ENV:"development"}function n(n){return e()===n}function t(){return!0===n("development")}function r(){return!0===n("test")}export{e as getEnv,t as isDevelopment,n as isEnv,r as isTest};
@@ -0,0 +1 @@
1
+ function r(r){return r.errors&&r.errors.length>0||!1}export{r as graphQLResultHasError};
@@ -0,0 +1 @@
1
+ function n(n,t,r){var c=0;return n.forEach((function(r,o){t.call(this,r,o,n)&&(n[c++]=r)}),r),n.length=c,n}export{n as filterInPlace};
@@ -0,0 +1 @@
1
+ import{isDevelopment as e,isTest as n}from"./environment.js";function t(e){return null!==e&&"object"==typeof e}function o(o){var r,c;return"production"!==process.env.NODE_ENV&&(e()||n())&&(r=o,(c=new Set([r])).forEach((function(e){t(e)&&(Object.isFrozen(e)||Object.freeze(e),Object.getOwnPropertyNames(e).forEach((function(n){t(e[n])&&c.add(e[n])})))}))),o}export{o as maybeDeepFreeze};
@@ -0,0 +1 @@
1
+ import{__spreadArrays as r,__assign as e}from'../../ext/tslib/tslib.es6.js';var t=Object.prototype.hasOwnProperty;function o(){for(var r=[],e=0;e<arguments.length;e++)r[e]=arguments[e];return n(r)}function n(r){var e=r[0]||{},t=r.length;if(t>1)for(var o=new p,n=1;n<t;++n)e=o.merge(e,r[n]);return e}function i(r){return null!==r&&"object"==typeof r}var s=function(r,e,t){return this.merge(r[t],e[t])},p=function(){function o(r){void 0===r&&(r=s),this.reconciler=r,this.isObject=i,this.pastCopies=new Set}return o.prototype.merge=function(e,o){for(var n=this,s=[],p=2;p<arguments.length;p++)s[p-2]=arguments[p];return i(o)&&i(e)?(Object.keys(o).forEach((function(i){if(t.call(e,i)){var p=e[i];if(o[i]!==p){var a=n.reconciler.apply(n,r([e,o,i],s));a!==p&&((e=n.shallowCopyForMerge(e))[i]=a)}}else(e=n.shallowCopyForMerge(e))[i]=o[i]})),e):o},o.prototype.shallowCopyForMerge=function(r){return i(r)&&!this.pastCopies.has(r)&&(r=Array.isArray(r)?r.slice(0):e({__proto__:Object.getPrototypeOf(r)},r),this.pastCopies.add(r)),r},o}();export{p as DeepMerger,o as mergeDeep,n as mergeDeepArray};
@@ -0,0 +1 @@
1
+ import{invariant as e}from"../../../../ts-invariant/lib/invariant.esm.js";import{visit as n}from"../../../../graphql/language/visitor.mjs.js";function r(n,r){var i=n.directives;return!i||!i.length||u(i).every((function(n){var i=n.directive,a=n.ifArgument,t=!1;return"Variable"===a.value.kind?(t=r&&r[a.value.name.value],"production"===process.env.NODE_ENV?e(void 0!==t,38):e(void 0!==t,"Invalid variable referenced in @"+i.name.value+" directive.")):t=a.value.value,"skip"===i.name.value?!t:t}))}function i(e){var r=[];return n(e,{Directive:function(e){r.push(e.name.value)}}),r}function a(e,n){return i(n).some((function(n){return e.indexOf(n)>-1}))}function t(e){return e&&a(["client"],e)&&a(["export"],e)}function u(n){var r=[];return n&&n.length&&n.forEach((function(n){if("skip"===(i=n.name.value)||"include"===i){var i,a=n.arguments,t=n.name.value;"production"===process.env.NODE_ENV?e(a&&1===a.length,39):e(a&&1===a.length,"Incorrect number of arguments for the @"+t+" directive.");var u=a[0];"production"===process.env.NODE_ENV?e(u.name&&"if"===u.name.value,40):e(u.name&&"if"===u.name.value,"Invalid argument for the @"+t+" directive.");var o=u.value;"production"===process.env.NODE_ENV?e(o&&("Variable"===o.kind||"BooleanValue"===o.kind),41):e(o&&("Variable"===o.kind||"BooleanValue"===o.kind),"Argument for the @"+t+" directive must be a variable or a boolean value."),r.push({directive:n,ifArgument:u})}})),r}export{i as getDirectiveNames,u as getInclusionDirectives,t as hasClientExports,a as hasDirectives,r as shouldInclude};
@@ -0,0 +1 @@
1
+ import{__assign as n,__spreadArrays as e}from'../../ext/tslib/tslib.es6.js';import{InvariantError as i,invariant as t}from"../../../../ts-invariant/lib/invariant.esm.js";function a(a,o){var r=o,s=[];return a.definitions.forEach((function(n){if("OperationDefinition"===n.kind)throw"production"===process.env.NODE_ENV?new i(42):new i("Found a "+n.operation+" operation"+(n.name?" named '"+n.name.value+"'":"")+". No operations are allowed when using a fragment as a query. Only fragments are allowed.");"FragmentDefinition"===n.kind&&s.push(n)})),void 0===r&&("production"===process.env.NODE_ENV?t(1===s.length,43):t(1===s.length,"Found "+s.length+" fragments. `fragmentName` must be provided when there is not exactly 1 fragment."),r=s[0].name.value),n(n({},a),{definitions:e([{kind:"OperationDefinition",operation:"query",selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:r}}]}}],a.definitions)})}function o(n){void 0===n&&(n=[]);var e={};return n.forEach((function(n){e[n.name.value]=n})),e}function r(n,e){switch(n.kind){case"InlineFragment":return n;case"FragmentSpread":var i=e&&e[n.name.value];return"production"===process.env.NODE_ENV?t(i,44):t(i,"No fragment named "+n.name.value+"."),i;default:return null}}export{o as createFragmentMap,r as getFragmentFromSelection,a as getFragmentQueryDocument};
@@ -0,0 +1 @@
1
+ import{invariant as n,InvariantError as i}from"../../../../ts-invariant/lib/invariant.esm.js";import{valueToObjectRepresentation as t}from"./storeUtils.js";function e(t){"production"===process.env.NODE_ENV?n(t&&"Document"===t.kind,45):n(t&&"Document"===t.kind,'Expecting a parsed GraphQL document. Perhaps you need to wrap the query string in a "gql" tag? http://docs.apollostack.com/apollo-client/core.html#gql');var e=t.definitions.filter((function(n){return"FragmentDefinition"!==n.kind})).map((function(n){if("OperationDefinition"!==n.kind)throw"production"===process.env.NODE_ENV?new i(46):new i('Schema type definitions not allowed in queries. Found: "'+n.kind+'"');return n}));return"production"===process.env.NODE_ENV?n(e.length<=1,47):n(e.length<=1,"Ambiguous GraphQL document: contains "+e.length+" operations"),t}function o(n){return e(n),n.definitions.filter((function(n){return"OperationDefinition"===n.kind}))[0]}function r(n){return n.definitions.filter((function(n){return"OperationDefinition"===n.kind&&n.name})).map((function(n){return n.name.value}))[0]||null}function a(n){return n.definitions.filter((function(n){return"FragmentDefinition"===n.kind}))}function u(i){var t=o(i);return"production"===process.env.NODE_ENV?n(t&&"query"===t.operation,48):n(t&&"query"===t.operation,"Must contain a query definition."),t}function c(i){"production"===process.env.NODE_ENV?n("Document"===i.kind,49):n("Document"===i.kind,'Expecting a parsed GraphQL document. Perhaps you need to wrap the query string in a "gql" tag? http://docs.apollostack.com/apollo-client/core.html#gql'),"production"===process.env.NODE_ENV?n(i.definitions.length<=1,50):n(i.definitions.length<=1,"Fragment must have exactly one definition.");var t=i.definitions[0];return"production"===process.env.NODE_ENV?n("FragmentDefinition"===t.kind,51):n("FragmentDefinition"===t.kind,"Must be a fragment definition."),t}function s(n){var t;e(n);for(var o=0,r=n.definitions;o<r.length;o++){var a=r[o];if("OperationDefinition"===a.kind){var u=a.operation;if("query"===u||"mutation"===u||"subscription"===u)return a}"FragmentDefinition"!==a.kind||t||(t=a)}if(t)return t;throw"production"===process.env.NODE_ENV?new i(52):new i("Expected a parsed GraphQL query with a query, mutation, subscription, or a fragment.")}function f(n){var i=Object.create(null),e=n&&n.variableDefinitions;return e&&e.length&&e.forEach((function(n){n.defaultValue&&t(i,n.variable.name,n.defaultValue)})),i}export{e as checkDocument,f as getDefaultValues,c as getFragmentDefinition,a as getFragmentDefinitions,s as getMainDefinition,o as getOperationDefinition,r as getOperationName,u as getQueryDefinition};
@@ -0,0 +1 @@
1
+ import n from"../../../../fast-json-stable-stringify/index.js";import{InvariantError as e}from"../../../../ts-invariant/lib/invariant.esm.js";import{getFragmentFromSelection as t}from"./fragments.js";function r(n){return{__ref:String(n)}}function i(n){return Boolean(n&&"object"==typeof n&&"string"==typeof n.__ref)}function u(n,t,r,i){if(function(n){return"IntValue"===n.kind}(r)||function(n){return"FloatValue"===n.kind}(r))n[t.value]=Number(r.value);else if(function(n){return"BooleanValue"===n.kind}(r)||function(n){return"StringValue"===n.kind}(r))n[t.value]=r.value;else if(function(n){return"ObjectValue"===n.kind}(r)){var a={};r.fields.map((function(n){return u(a,n.name,n.value,i)})),n[t.value]=a}else if(function(n){return"Variable"===n.kind}(r)){var o=(i||{})[r.name.value];n[t.value]=o}else if(function(n){return"ListValue"===n.kind}(r))n[t.value]=r.values.map((function(n){var e={};return u(e,t,n,i),e[t.value]}));else if(function(n){return"EnumValue"===n.kind}(r))n[t.value]=r.value;else{if(!function(n){return"NullValue"===n.kind}(r))throw"production"===process.env.NODE_ENV?new e(53):new e('The inline argument "'+t.value+'" of kind "'+r.kind+'"is not supported. Use variables instead of inline arguments to overcome this limitation.');n[t.value]=null}}function a(n,e){var t=null;n.directives&&(t={},n.directives.forEach((function(n){t[n.name.value]={},n.arguments&&n.arguments.forEach((function(r){var i=r.name,a=r.value;return u(t[n.name.value],i,a,e)}))})));var r=null;return n.arguments&&n.arguments.length&&(r={},n.arguments.forEach((function(n){var t=n.name,i=n.value;return u(r,t,i,e)}))),l(n.name.value,r,t)}var o=["connection","include","skip","client","rest","export"];function l(e,t,r){if(t&&r&&r.connection&&r.connection.key){if(r.connection.filter&&r.connection.filter.length>0){var i=r.connection.filter?r.connection.filter:[];i.sort();var u={};return i.forEach((function(n){u[n]=t[n]})),r.connection.key+"("+JSON.stringify(u)+")"}return r.connection.key}var a=e;if(t){var l=n(t);a+="("+l+")"}return r&&Object.keys(r).forEach((function(n){-1===o.indexOf(n)&&(r[n]&&Object.keys(r[n]).length?a+="@"+n+"("+JSON.stringify(r[n])+")":a+="@"+n)})),a}function f(n,e){if(n.arguments&&n.arguments.length){var t={};return n.arguments.forEach((function(n){var r=n.name,i=n.value;return u(t,r,i,e)})),t}return null}function c(n){return n.alias?n.alias.value:n.name.value}function s(n,e,r){if("string"==typeof n.__typename)return n.__typename;for(var i=0,u=e.selections;i<u.length;i++){var a=u[i];if(v(a)){if("__typename"===a.name.value)return n[c(a)]}else{var o=s(n,t(a,r).selectionSet,r);if("string"==typeof o)return o}}}function v(n){return"Field"===n.kind}function m(n){return"InlineFragment"===n.kind}export{f as argumentsObjectFromField,l as getStoreKeyName,s as getTypenameFromResult,v as isField,m as isInlineFragment,i as isReference,r as makeReference,c as resultKeyNameFromField,a as storeKeyNameFromField,u as valueToObjectRepresentation};
@@ -0,0 +1 @@
1
+ import{__assign as e,__spreadArrays as n}from'../../ext/tslib/tslib.es6.js';import{invariant as t}from"../../../../ts-invariant/lib/invariant.esm.js";import{checkDocument as r,getFragmentDefinitions as i,getOperationDefinition as u,getFragmentDefinition as o,getMainDefinition as a}from"./getFromAST.js";import{filterInPlace as c}from"../common/filterInPlace.js";import{isField as f,isInlineFragment as m}from"./storeUtils.js";import{createFragmentMap as l}from"./fragments.js";import{visit as s}from"../../../../graphql/language/visitor.mjs.js";var v={kind:"Field",name:{kind:"Name",value:"__typename"}};function p(e,n){return e.selectionSet.selections.every((function(e){return"FragmentSpread"===e.kind&&p(n[e.name.value],n)}))}function d(e){return p(u(e)||o(e),l(i(e)))?null:e}function g(e){return function(n){return e.some((function(e){return e.name&&e.name===n.name.value||e.test&&e.test(n)}))}}function h(e,n){var t=Object.create(null),r=[],i=Object.create(null),u=[],o=d(s(n,{Variable:{enter:function(e,n,r){"VariableDefinition"!==r.kind&&(t[e.name.value]=!0)}},Field:{enter:function(n){if(e&&n.directives&&(e.some((function(e){return e.remove}))&&n.directives&&n.directives.some(g(e))))return n.arguments&&n.arguments.forEach((function(e){"Variable"===e.value.kind&&r.push({name:e.value.name.value})})),n.selectionSet&&j(n.selectionSet).forEach((function(e){u.push({name:e.name.value})})),null}},FragmentSpread:{enter:function(e){i[e.name.value]=!0}},Directive:{enter:function(n){if(g(e)(n))return null}}}));return o&&c(r,(function(e){return!!e.name&&!t[e.name]})).length&&(o=k(r,o)),o&&c(u,(function(e){return!!e.name&&!i[e.name]})).length&&(o=D(u,o)),o}function S(t){return s(r(t),{SelectionSet:{enter:function(t,r,i){if(!i||"OperationDefinition"!==i.kind){var u=t.selections;if(u)if(!u.some((function(e){return f(e)&&("__typename"===e.name.value||0===e.name.value.lastIndexOf("__",0))}))){var o=i;if(!(f(o)&&o.directives&&o.directives.some((function(e){return"export"===e.name.value}))))return e(e({},t),{selections:n(u,[v])})}}}}})}S.added=function(e){return e===v};var b={test:function(e){var n="connection"===e.name.value;return n&&(e.arguments&&e.arguments.some((function(e){return"key"===e.name.value}))||"production"===process.env.NODE_ENV||t.warn("Removing an @connection directive even though it does not have a key. You may want to use the key parameter to specify a store key.")),n}};function y(e){return h([b],r(e))}function k(n,t){var r=function(e){return function(n){return e.some((function(e){return n.value&&"Variable"===n.value.kind&&n.value.name&&(e.name===n.value.name.value||e.test&&e.test(n))}))}}(n);return d(s(t,{OperationDefinition:{enter:function(t){return e(e({},t),{variableDefinitions:t.variableDefinitions?t.variableDefinitions.filter((function(e){return!n.some((function(n){return n.name===e.variable.name.value}))})):[]})}},Field:{enter:function(e){if(n.some((function(e){return e.remove}))){var t=0;if(e.arguments&&e.arguments.forEach((function(e){r(e)&&(t+=1)})),1===t)return null}}},Argument:{enter:function(e){if(r(e))return null}}}))}function D(e,n){function t(n){if(e.some((function(e){return e.name===n.name.value})))return null}return d(s(n,{FragmentSpread:{enter:t},FragmentDefinition:{enter:t}}))}function j(e){var n=[];return e.selections.forEach((function(e){(f(e)||m(e))&&e.selectionSet?j(e.selectionSet).forEach((function(e){return n.push(e)})):"FragmentSpread"===e.kind&&n.push(e)})),n}function F(n){return"query"===a(n).operation?n:s(n,{OperationDefinition:{enter:function(n){return e(e({},n),{operation:"query"})}}})}function _(e){r(e);var n=h([{test:function(e){return"client"===e.name.value},remove:!0}],e);return n&&(n=s(n,{FragmentDefinition:{enter:function(e){if(e.selectionSet&&e.selectionSet.selections.every((function(e){return f(e)&&"__typename"===e.name.value})))return null}}})),n}export{S as addTypenameToDocument,F as buildQueryFromSelectionSet,k as removeArgumentsFromDocument,_ as removeClientSetsFromDocument,y as removeConnectionDirectiveFromDocument,h as removeDirectivesFromDocument,D as removeFragmentSpreadFromDocument};
@@ -0,0 +1 @@
1
+ import{__extends as e}from'../../ext/tslib/tslib.es6.js';import"./Observable.js";import{iterateObserversSafely as t}from"./iteration.js";import r from"../../../../zen-observable/index.js";function s(e){return e&&"function"==typeof e.then}var n=function(r){function n(e){var n=r.call(this,(function(e){return n.addObserver(e),function(){return n.removeObserver(e)}}))||this;return n.observers=new Set,n.addCount=0,n.promise=new Promise((function(e,t){n.resolve=e,n.reject=t})),n.handlers={next:function(e){null!==n.sub&&(n.latest=["next",e],t(n.observers,"next",e))},error:function(e){var r=n.sub;null!==r&&(r&&Promise.resolve().then((function(){return r.unsubscribe()})),n.sub=null,n.latest=["error",e],n.reject(e),t(n.observers,"error",e))},complete:function(){if(null!==n.sub){var e=n.sources.shift();e?s(e)?e.then((function(e){return n.sub=e.subscribe(n.handlers)})):n.sub=e.subscribe(n.handlers):(n.sub=null,n.latest&&"next"===n.latest[0]?n.resolve(n.latest[1]):n.resolve(),t(n.observers,"complete"))}}},n.cancel=function(e){n.reject(e),n.sources=[],n.handlers.complete()},n.promise.catch((function(e){})),s(e)?e.then((function(e){return n.start(e)}),n.handlers.error):n.start(e),n}return e(n,r),n.prototype.start=function(e){void 0===this.sub&&(this.sources=Array.from(e),this.handlers.complete())},n.prototype.deliverLastMessage=function(e){if(this.latest){var t=this.latest[0],r=e[t];r&&r.call(e,this.latest[1]),null===this.sub&&"next"===t&&e.complete&&e.complete()}},n.prototype.addObserver=function(e){this.observers.has(e)||(this.deliverLastMessage(e),this.observers.add(e),++this.addCount)},n.prototype.removeObserver=function(e,t){this.observers.delete(e)&&--this.addCount<1&&!t&&this.handlers.error(new Error("Observable cancelled prematurely"))},n.prototype.cleanup=function(e){var t=this,r=!1,s=function(){r||(r=!0,t.observers.delete(n),e())},n={next:s,error:s,complete:s},o=this.addCount;this.addObserver(n),this.addCount=o},n}(r);"function"==typeof Symbol&&Symbol.species&&Object.defineProperty(n,Symbol.species,{value:r});export{n as Concast};
@@ -0,0 +1 @@
1
+ import e from"../../../../zen-observable/index.js";export{default as Observable}from"../../../../zen-observable/index.js";import"../../../../symbol-observable/es/index.js";e.prototype["@@observable"]=function(){return this};
@@ -0,0 +1 @@
1
+ import"./Observable.js";import n from"../../../../zen-observable/index.js";function e(e,r,t){return new n((function(n){var o=n.next,c=n.error,u=n.complete,i=0,l=!1;function f(e,r){return e?function(r){++i,new Promise((function(n){return n(e(r))})).then((function(e){--i,o&&o.call(n,e),l&&s.complete()}),(function(e){--i,c&&c.call(n,e)}))}:function(e){return r&&r.call(n,e)}}var s={next:f(r,o),error:f(t,c),complete:function(){l=!0,i||u&&u.call(n)}},a=e.subscribe(s);return function(){return a.unsubscribe()}}))}export{e as asyncMap};
@@ -0,0 +1 @@
1
+ function n(n,r,o){var t=[];n.forEach((function(n){return n[r]&&t.push(n)})),t.forEach((function(n){return n[r](o)}))}export{n as iterateObserversSafely};
@@ -0,0 +1 @@
1
+ var r="3.3.7";export{r as version};
@@ -0,0 +1 @@
1
+ !function(e){function t(){var t=this||self;t.globalThis=t,delete e.prototype._T_}"object"!=typeof globalThis&&(this?t():(e.defineProperty(e.prototype,"_T_",{configurable:!0,get:t}),_T_))}(Object);var e=globalThis;export{e as default};
@@ -0,0 +1 @@
1
+ var t=null,n={},r=1,i=Array,o=i["@wry/context:Slot"]||function(){var o=function(){function i(){this.id=["slot",r++,Date.now(),Math.random().toString(36).slice(2)].join(":")}return i.prototype.hasValue=function(){for(var r=t;r;r=r.parent)if(this.id in r.slots){var i=r.slots[this.id];if(i===n)break;return r!==t&&(t.slots[this.id]=i),!0}return t&&(t.slots[this.id]=n),!1},i.prototype.getValue=function(){if(this.hasValue())return t.slots[this.id]},i.prototype.withValue=function(n,r,i,o){var e,l=((e={__proto__:null})[this.id]=n,e),a=t;t={parent:a,slots:l};try{return r.apply(o,i)}finally{t=a}},i.bind=function(n){var r=t;return function(){var i=t;try{return t=r,n.apply(this,arguments)}finally{t=i}}},i.noContext=function(n,r,i){if(!t)return n.apply(i,r);var o=t;try{return t=null,n.apply(i,r)}finally{t=o}},i}();try{Object.defineProperty(i,"@wry/context:Slot",{value:i["@wry/context:Slot"]=o,enumerable:!1,writable:!1,configurable:!1})}finally{return o}}();o.bind,o.noContext;export{o as Slot};
@@ -0,0 +1 @@
1
+ var e=Object.prototype,r=e.toString,t=e.hasOwnProperty,n=Function.prototype.toString,a=new Map;function c(e,r){try{return o(e,r)}finally{a.clear()}}function o(e,a){if(e===a)return!0;var c,u,l,b=r.call(e);if(b!==r.call(a))return!1;switch(b){case"[object Array]":if(e.length!==a.length)return!1;case"[object Object]":if(f(e,a))return!0;var j=i(e),g=i(a),v=j.length;if(v!==g.length)return!1;for(var h=0;h<v;++h)if(!t.call(a,j[h]))return!1;for(h=0;h<v;++h){var p=j[h];if(!o(e[p],a[p]))return!1}return!0;case"[object Error]":return e.name===a.name&&e.message===a.message;case"[object Number]":if(e!=e)return a!=a;case"[object Boolean]":case"[object Date]":return+e==+a;case"[object RegExp]":case"[object String]":return e==""+a;case"[object Map]":case"[object Set]":if(e.size!==a.size)return!1;if(f(e,a))return!0;for(var y=e.entries(),d="[object Map]"===b;;){var m=y.next();if(m.done)break;var F=m.value,O=F[0],S=F[1];if(!a.has(O))return!1;if(d&&!o(S,a.get(O)))return!1}return!0;case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":var w=n.call(e);return w===n.call(a)&&(u=s,!((l=(c=w).length-u.length)>=0&&c.indexOf(u,l)===l))}return!1}function i(e){return Object.keys(e).filter(u,e)}function u(e){return void 0!==this[e]}var s="{ [native code] }";function f(e,r){var t=a.get(e);if(t){if(t.has(r))return!0}else a.set(e,t=new Set);return t.add(r),!1}export{c as default,c as equal};
@@ -0,0 +1 @@
1
+ var t=function(){return Object.create(null)},e=Array.prototype,r=e.forEach,n=e.slice,a=function(){function e(e,r){void 0===e&&(e=!0),void 0===r&&(r=t),this.weakness=e,this.makeData=r}return e.prototype.lookup=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return this.lookupArray(t)},e.prototype.lookupArray=function(t){var e=this;return r.call(t,(function(t){return e=e.getChildTrie(t)})),e.data||(e.data=this.makeData(n.call(t)))},e.prototype.getChildTrie=function(t){var r=this.weakness&&function(t){switch(typeof t){case"object":if(null===t)break;case"function":return!0}return!1}(t)?this.weak||(this.weak=new WeakMap):this.strong||(this.strong=new Map),n=r.get(t);return n||r.set(t,n=new e(this.weakness,this.makeData)),n},e}();export{a as Trie};
@@ -0,0 +1 @@
1
+ var r=function(r,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var e,n="boolean"==typeof t.cycles&&t.cycles,i=t.cmp&&(e=t.cmp,function(r){return function(t,n){var i={key:t,value:r[t]},u={key:n,value:r[n]};return e(i,u)}}),u=[];return function r(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var e,o;if(Array.isArray(t)){for(o="[",e=0;e<t.length;e++)e&&(o+=","),o+=r(t[e])||"null";return o+"]"}if(null===t)return"null";if(-1!==u.indexOf(t)){if(n)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var f=u.push(t)-1,c=Object.keys(t).sort(i&&i(t));for(o="",e=0;e<c.length;e++){var l=c[e],y=r(t[l]);y&&(o&&(o+=","),o+=JSON.stringify(l)+":"+y)}return u.splice(f,1),"{"+o+"}"}}(r)};export{r as default};
@@ -0,0 +1 @@
1
+ import t from"../jsutils/isObjectLike.mjs.js";import{SYMBOL_TO_STRING_TAG as e}from"../polyfills/symbols.mjs.js";import{getLocation as r}from"../language/location.mjs.js";import{printLocation as n,printSourceLocation as o}from"../language/printLocation.mjs.js";function u(t){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},u(t)}function i(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function c(t,e){return!e||"object"!==u(e)&&"function"!=typeof e?l(t):e}function l(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function a(t){var e="function"==typeof Map?new Map:void 0;return a=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return f(t,arguments,v(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),p(n,t)},a(t)}function f(t,e,r){return f=s()?Reflect.construct:function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&p(o,r.prototype),o},f.apply(null,arguments)}function s(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}function p(t,e){return p=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},p(t,e)}function v(t){return v=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},v(t)}var y=function(n){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&p(t,e)}(h,a(Error));var o,u,f,y,d,m=(o=h,u=s(),function(){var t,e=v(o);if(u){var r=v(this).constructor;t=Reflect.construct(e,arguments,r)}else t=e.apply(this,arguments);return c(this,t)});function h(e,n,o,u,i,a,f){var s,p,v,y,b;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,h),b=m.call(this,e);var d,g=Array.isArray(n)?0!==n.length?n:void 0:n?[n]:void 0,j=o;!j&&g&&(j=null===(d=g[0].loc)||void 0===d?void 0:d.source);var O,w=u;!w&&g&&(w=g.reduce((function(t,e){return e.loc&&t.push(e.loc.start),t}),[])),w&&0===w.length&&(w=void 0),u&&o?O=u.map((function(t){return r(o,t)})):g&&(O=g.reduce((function(t,e){return e.loc&&t.push(r(e.loc.source,e.loc.start)),t}),[]));var S=f;if(null==S&&null!=a){var k=a.extensions;t(k)&&(S=k)}return Object.defineProperties(l(b),{name:{value:"GraphQLError"},message:{value:e,enumerable:!0,writable:!0},locations:{value:null!==(s=O)&&void 0!==s?s:void 0,enumerable:null!=O},path:{value:null!=i?i:void 0,enumerable:null!=i},nodes:{value:null!=g?g:void 0},source:{value:null!==(p=j)&&void 0!==p?p:void 0},positions:{value:null!==(v=w)&&void 0!==v?v:void 0},originalError:{value:a},extensions:{value:null!==(y=S)&&void 0!==y?y:void 0,enumerable:null!=S}}),null!=a&&a.stack?(Object.defineProperty(l(b),"stack",{value:a.stack,writable:!0,configurable:!0}),c(b)):(Error.captureStackTrace?Error.captureStackTrace(l(b),h):Object.defineProperty(l(b),"stack",{value:Error().stack,writable:!0,configurable:!0}),b)}return f=h,(y=[{key:"toString",value:function(){return b(this)}},{key:e,get:function(){return"Object"}}])&&i(f.prototype,y),d&&i(f,d),h}();function b(t){var e=t.message;if(t.nodes)for(var r=0,u=t.nodes;r<u.length;r++){var i=u[r];i.loc&&(e+="\n\n"+n(i.loc))}else if(t.source&&t.locations)for(var c=0,l=t.locations;c<l.length;c++){var a=l[c];e+="\n\n"+o(t.source,a)}return e}export{y as GraphQLError,b as printError};
@@ -0,0 +1 @@
1
+ import{GraphQLError as r}from"./GraphQLError.mjs.js";function o(o,n,t){return new r("Syntax Error: ".concat(t),void 0,o,[n])}export{o as syntaxError};
@@ -0,0 +1 @@
1
+ import o from"./invariant.mjs.js";import t from"./nodejsCustomInspectSymbol.mjs.js";function p(p){var r=p.prototype.toJSON;"function"==typeof r||o(0),p.prototype.inspect=r,t&&(p.prototype[t]=r)}export{p as default};
@@ -0,0 +1 @@
1
+ function o(o,r){if(!Boolean(o))throw new Error(r)}export{o as default};
@@ -0,0 +1 @@
1
+ import t from"./nodejsCustomInspectSymbol.mjs.js";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function r(t){return e(t,[])}function e(r,o){switch(n(r)){case"string":return JSON.stringify(r);case"function":return r.name?"[function ".concat(r.name,"]"):"[function]";case"object":return null===r?"null":function(n,r){if(-1!==r.indexOf(n))return"[Circular]";var o=[].concat(r,[n]),u=function(n){var r=n[String(t)];if("function"==typeof r)return r;if("function"==typeof n.inspect)return n.inspect}(n);if(void 0!==u){var i=u.call(n);if(i!==n)return"string"==typeof i?i:e(i,o)}else if(Array.isArray(n))return function(t,n){if(0===t.length)return"[]";if(n.length>2)return"[Array]";for(var r=Math.min(10,t.length),o=t.length-r,u=[],i=0;i<r;++i)u.push(e(t[i],n));1===o?u.push("... 1 more item"):o>1&&u.push("... ".concat(o," more items"));return"["+u.join(", ")+"]"}(n,o);return function(t,n){var r=Object.keys(t);if(0===r.length)return"{}";if(n.length>2)return"["+function(t){var n=Object.prototype.toString.call(t).replace(/^\[object /,"").replace(/]$/,"");if("Object"===n&&"function"==typeof t.constructor){var r=t.constructor.name;if("string"==typeof r&&""!==r)return r}return n}(t)+"]";var o=r.map((function(r){return r+": "+e(t[r],n)}));return"{ "+o.join(", ")+" }"}(n,o)}(r,o);default:return String(r)}}export{r as default};
@@ -0,0 +1 @@
1
+ var e="production"===process.env.NODE_ENV?function(e,n){return e instanceof n}:function(e,n){if(e instanceof n)return!0;if(e){var o=e.constructor,r=n.name;if(r&&o&&o.name===r)throw new Error("Cannot use ".concat(r,' "').concat(e,'" from another module or realm.\n\nEnsure that there is only one instance of "graphql" in the node_modules\ndirectory. If different versions of "graphql" are the dependencies of other\nrelied on modules, use "resolutions" to ensure only one version is installed.\n\nhttps://yarnpkg.com/en/docs/selective-version-resolutions\n\nDuplicate "graphql" modules cannot be used at the same time since different\nversions may have different capabilities and behavior. The data from one\nversion used in the function from another could produce confusing and\nspurious results.'))}return!1};export{e as default};
@@ -0,0 +1 @@
1
+ function e(e,n){if(!Boolean(e))throw new Error(null!=n?n:"Unexpected invariant triggered.")}export{e as default};
@@ -0,0 +1 @@
1
+ function o(t){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},o(t)}function t(t){return"object"==o(t)&&null!==t}export{t as default};
@@ -0,0 +1 @@
1
+ var o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0;export{o as default};
@@ -0,0 +1 @@
1
+ import t from"../jsutils/defineInspect.mjs.js";var n=function(){function t(t,n,i){this.start=t.start,this.end=n.end,this.startToken=t,this.endToken=n,this.source=i}return t.prototype.toJSON=function(){return{start:this.start,end:this.end}},t}();t(n);var i=function(){function t(t,n,i,s,e,r,o){this.kind=t,this.start=n,this.end=i,this.line=s,this.column=e,this.value=o,this.prev=r,this.next=null}return t.prototype.toJSON=function(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}},t}();function s(t){return null!=t&&"string"==typeof t.kind}t(i);export{n as Location,i as Token,s as isNode};
@@ -0,0 +1 @@
1
+ function n(n){var t=n.split(/\r\n|[\n\r]/g),l=r(n);if(0!==l)for(var a=1;a<t.length;a++)t[a]=t[a].slice(l);for(var o=0;o<t.length&&e(t[o]);)++o;for(var c=t.length;c>o&&e(t[c-1]);)--c;return t.slice(o,c).join("\n")}function e(n){for(var e=0;e<n.length;++e)if(" "!==n[e]&&"\t"!==n[e])return!1;return!0}function r(n){for(var e,r=!0,t=!0,l=0,a=null,o=0;o<n.length;++o)switch(n.charCodeAt(o)){case 13:10===n.charCodeAt(o+1)&&++o;case 10:r=!1,t=!0,l=0;break;case 9:case 32:++l;break;default:t&&!r&&(null===a||l<a)&&(a=l),t=!1}return null!==(e=a)&&void 0!==e?e:0}function t(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],t=-1===n.indexOf("\n"),l=" "===n[0]||"\t"===n[0],a='"'===n[n.length-1],o="\\"===n[n.length-1],c=!t||a||o||r,i="";return!c||t&&l||(i+="\n"+e),i+=e?n.replace(/\n/g,"\n"+e):n,c&&(i+="\n"),'"""'+i.replace(/"""/g,'\\"""')+'"""'}export{n as dedentBlockStringValue,r as getBlockStringIndentation,t as printBlockString};
@@ -0,0 +1 @@
1
+ var I=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});export{I as DirectiveLocation};
@@ -0,0 +1 @@
1
+ var E=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"});export{E as Kind};
@@ -0,0 +1 @@
1
+ import{syntaxError as e}from"../error/syntaxError.mjs.js";import{Token as a}from"./ast.mjs.js";import{TokenKind as c}from"./tokenKind.mjs.js";import{dedentBlockStringValue as r}from"./blockString.mjs.js";var t=function(){function e(e){var r=new a(c.SOF,0,0,0,0,null);this.source=e,this.lastToken=r,this.token=r,this.line=1,this.lineStart=0}var r=e.prototype;return r.advance=function(){return this.lastToken=this.token,this.token=this.lookahead()},r.lookahead=function(){var e=this.token;if(e.kind!==c.EOF)do{var a;e=null!==(a=e.next)&&void 0!==a?a:e.next=o(this,e)}while(e.kind===c.COMMENT);return e},e}();function n(e){return e===c.BANG||e===c.DOLLAR||e===c.AMP||e===c.PAREN_L||e===c.PAREN_R||e===c.SPREAD||e===c.COLON||e===c.EQUALS||e===c.AT||e===c.BRACKET_L||e===c.BRACKET_R||e===c.BRACE_L||e===c.PIPE||e===c.BRACE_R}function s(e){return isNaN(e)?c.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function o(r,t){for(var n=r.source,s=n.body,o=s.length,u=t.end;u<o;){var l=s.charCodeAt(u),w=r.line,v=1+u-r.lineStart;switch(l){case 65279:case 9:case 32:case 44:++u;continue;case 10:++u,++r.line,r.lineStart=u;continue;case 13:10===s.charCodeAt(u+1)?u+=2:++u,++r.line,r.lineStart=u;continue;case 33:return new a(c.BANG,u,u+1,w,v,t);case 35:return h(n,u,w,v,t);case 36:return new a(c.DOLLAR,u,u+1,w,v,t);case 38:return new a(c.AMP,u,u+1,w,v,t);case 40:return new a(c.PAREN_L,u,u+1,w,v,t);case 41:return new a(c.PAREN_R,u,u+1,w,v,t);case 46:if(46===s.charCodeAt(u+1)&&46===s.charCodeAt(u+2))return new a(c.SPREAD,u,u+3,w,v,t);break;case 58:return new a(c.COLON,u,u+1,w,v,t);case 61:return new a(c.EQUALS,u,u+1,w,v,t);case 64:return new a(c.AT,u,u+1,w,v,t);case 91:return new a(c.BRACKET_L,u,u+1,w,v,t);case 93:return new a(c.BRACKET_R,u,u+1,w,v,t);case 123:return new a(c.BRACE_L,u,u+1,w,v,t);case 124:return new a(c.PIPE,u,u+1,w,v,t);case 125:return new a(c.BRACE_R,u,u+1,w,v,t);case 34:return 34===s.charCodeAt(u+1)&&34===s.charCodeAt(u+2)?C(n,u,w,v,t,r):A(n,u,w,v,t);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return d(n,u,l,w,v,t);case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 95:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:return f(n,u,w,v,t)}throw e(n,u,i(l))}var b=r.line,E=1+u-r.lineStart;return new a(c.EOF,o,o,b,E,t)}function i(e){return e<32&&9!==e&&10!==e&&13!==e?"Cannot contain the invalid character ".concat(s(e),"."):39===e?"Unexpected single quote character ('), did you mean to use a double quote (\")?":"Cannot parse the unexpected character ".concat(s(e),".")}function h(e,r,t,n,s){var o,i=e.body,h=r;do{o=i.charCodeAt(++h)}while(!isNaN(o)&&(o>31||9===o));return new a(c.COMMENT,r,h,t,n,s,i.slice(r+1,h))}function d(r,t,n,o,i,h){var d=r.body,A=n,C=t,l=!1;if(45===A&&(A=d.charCodeAt(++C)),48===A){if((A=d.charCodeAt(++C))>=48&&A<=57)throw e(r,C,"Invalid number, unexpected digit after 0: ".concat(s(A),"."))}else C=u(r,C,A),A=d.charCodeAt(C);if(46===A&&(l=!0,A=d.charCodeAt(++C),C=u(r,C,A),A=d.charCodeAt(C)),69!==A&&101!==A||(l=!0,43!==(A=d.charCodeAt(++C))&&45!==A||(A=d.charCodeAt(++C)),C=u(r,C,A),A=d.charCodeAt(C)),46===A||function(e){return 95===e||e>=65&&e<=90||e>=97&&e<=122}(A))throw e(r,C,"Invalid number, expected digit but got: ".concat(s(A),"."));return new a(l?c.FLOAT:c.INT,t,C,o,i,h,d.slice(t,C))}function u(a,c,r){var t=a.body,n=c,o=r;if(o>=48&&o<=57){do{o=t.charCodeAt(++n)}while(o>=48&&o<=57);return n}throw e(a,n,"Invalid number, expected digit but got: ".concat(s(o),"."))}function A(r,t,n,o,i){for(var h,d,u,A,C=r.body,f=t+1,w=f,v=0,b="";f<C.length&&!isNaN(v=C.charCodeAt(f))&&10!==v&&13!==v;){if(34===v)return b+=C.slice(w,f),new a(c.STRING,t,f+1,n,o,i,b);if(v<32&&9!==v)throw e(r,f,"Invalid character within String: ".concat(s(v),"."));if(++f,92===v){switch(b+=C.slice(w,f-1),v=C.charCodeAt(f)){case 34:b+='"';break;case 47:b+="/";break;case 92:b+="\\";break;case 98:b+="\b";break;case 102:b+="\f";break;case 110:b+="\n";break;case 114:b+="\r";break;case 116:b+="\t";break;case 117:var E=(h=C.charCodeAt(f+1),d=C.charCodeAt(f+2),u=C.charCodeAt(f+3),A=C.charCodeAt(f+4),l(h)<<12|l(d)<<8|l(u)<<4|l(A));if(E<0){var N=C.slice(f+1,f+5);throw e(r,f,"Invalid character escape sequence: \\u".concat(N,"."))}b+=String.fromCharCode(E),f+=4;break;default:throw e(r,f,"Invalid character escape sequence: \\".concat(String.fromCharCode(v),"."))}w=++f}}throw e(r,f,"Unterminated string.")}function C(t,n,o,i,h,d){for(var u=t.body,A=n+3,C=A,l=0,f="";A<u.length&&!isNaN(l=u.charCodeAt(A));){if(34===l&&34===u.charCodeAt(A+1)&&34===u.charCodeAt(A+2))return f+=u.slice(C,A),new a(c.BLOCK_STRING,n,A+3,o,i,h,r(f));if(l<32&&9!==l&&10!==l&&13!==l)throw e(t,A,"Invalid character within String: ".concat(s(l),"."));10===l?(++A,++d.line,d.lineStart=A):13===l?(10===u.charCodeAt(A+1)?A+=2:++A,++d.line,d.lineStart=A):92===l&&34===u.charCodeAt(A+1)&&34===u.charCodeAt(A+2)&&34===u.charCodeAt(A+3)?(f+=u.slice(C,A)+'"""',C=A+=4):++A}throw e(t,A,"Unterminated string.")}function l(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function f(e,r,t,n,s){for(var o=e.body,i=o.length,h=r+1,d=0;h!==i&&!isNaN(d=o.charCodeAt(h))&&(95===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122);)++h;return new a(c.NAME,r,h,t,n,s,o.slice(r,h))}export{t as Lexer,n as isPunctuatorTokenKind};
@@ -0,0 +1 @@
1
+ function n(n,e){for(var r,o=/\r\n|[\n\r]/g,i=1,t=e+1;(r=o.exec(n.body))&&r.index<e;)i+=1,t=e+1-(r.index+r[0].length);return{line:i,column:t}}export{n as getLocation};
@@ -0,0 +1 @@
1
+ import{syntaxError as e}from"../error/syntaxError.mjs.js";import{Kind as t}from"./kinds.mjs.js";import{Location as i}from"./ast.mjs.js";import{TokenKind as n}from"./tokenKind.mjs.js";import{isSource as s,Source as r}from"./source.mjs.js";import{DirectiveLocation as a}from"./directiveLocation.mjs.js";import{isPunctuatorTokenKind as o,Lexer as c}from"./lexer.mjs.js";function p(e,t){return new u(e,t).parseDocument()}function h(e,t){var i=new u(e,t);i.expectToken(n.SOF);var s=i.parseValueLiteral(!1);return i.expectToken(n.EOF),s}function l(e,t){var i=new u(e,t);i.expectToken(n.SOF);var s=i.parseTypeReference();return i.expectToken(n.EOF),s}var u=function(){function o(e,t){var i=s(e)?e:new r(e);this._lexer=new c(i),this._options=t}var p=o.prototype;return p.parseName=function(){var e=this.expectToken(n.NAME);return{kind:t.NAME,value:e.value,loc:this.loc(e)}},p.parseDocument=function(){var e=this._lexer.token;return{kind:t.DOCUMENT,definitions:this.many(n.SOF,this.parseDefinition,n.EOF),loc:this.loc(e)}},p.parseDefinition=function(){if(this.peek(n.NAME))switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}else{if(this.peek(n.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},p.parseOperationDefinition=function(){var e=this._lexer.token;if(this.peek(n.BRACE_L))return{kind:t.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var i,s=this.parseOperationType();return this.peek(n.NAME)&&(i=this.parseName()),{kind:t.OPERATION_DEFINITION,operation:s,name:i,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},p.parseOperationType=function(){var e=this.expectToken(n.NAME);switch(e.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(e)},p.parseVariableDefinitions=function(){return this.optionalMany(n.PAREN_L,this.parseVariableDefinition,n.PAREN_R)},p.parseVariableDefinition=function(){var e=this._lexer.token;return{kind:t.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(n.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(n.EQUALS)?this.parseValueLiteral(!0):void 0,directives:this.parseDirectives(!0),loc:this.loc(e)}},p.parseVariable=function(){var e=this._lexer.token;return this.expectToken(n.DOLLAR),{kind:t.VARIABLE,name:this.parseName(),loc:this.loc(e)}},p.parseSelectionSet=function(){var e=this._lexer.token;return{kind:t.SELECTION_SET,selections:this.many(n.BRACE_L,this.parseSelection,n.BRACE_R),loc:this.loc(e)}},p.parseSelection=function(){return this.peek(n.SPREAD)?this.parseFragment():this.parseField()},p.parseField=function(){var e,i,s=this._lexer.token,r=this.parseName();return this.expectOptionalToken(n.COLON)?(e=r,i=this.parseName()):i=r,{kind:t.FIELD,alias:e,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(n.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(s)}},p.parseArguments=function(e){var t=e?this.parseConstArgument:this.parseArgument;return this.optionalMany(n.PAREN_L,t,n.PAREN_R)},p.parseArgument=function(){var e=this._lexer.token,i=this.parseName();return this.expectToken(n.COLON),{kind:t.ARGUMENT,name:i,value:this.parseValueLiteral(!1),loc:this.loc(e)}},p.parseConstArgument=function(){var e=this._lexer.token;return{kind:t.ARGUMENT,name:this.parseName(),value:(this.expectToken(n.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},p.parseFragment=function(){var e=this._lexer.token;this.expectToken(n.SPREAD);var i=this.expectOptionalKeyword("on");return!i&&this.peek(n.NAME)?{kind:t.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:t.INLINE_FRAGMENT,typeCondition:i?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},p.parseFragmentDefinition=function(){var e,i=this._lexer.token;return this.expectKeyword("fragment"),!0===(null===(e=this._options)||void 0===e?void 0:e.experimentalFragmentVariables)?{kind:t.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(i)}:{kind:t.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(i)}},p.parseFragmentName=function(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()},p.parseValueLiteral=function(e){var i=this._lexer.token;switch(i.kind){case n.BRACKET_L:return this.parseList(e);case n.BRACE_L:return this.parseObject(e);case n.INT:return this._lexer.advance(),{kind:t.INT,value:i.value,loc:this.loc(i)};case n.FLOAT:return this._lexer.advance(),{kind:t.FLOAT,value:i.value,loc:this.loc(i)};case n.STRING:case n.BLOCK_STRING:return this.parseStringLiteral();case n.NAME:switch(this._lexer.advance(),i.value){case"true":return{kind:t.BOOLEAN,value:!0,loc:this.loc(i)};case"false":return{kind:t.BOOLEAN,value:!1,loc:this.loc(i)};case"null":return{kind:t.NULL,loc:this.loc(i)};default:return{kind:t.ENUM,value:i.value,loc:this.loc(i)}}case n.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},p.parseStringLiteral=function(){var e=this._lexer.token;return this._lexer.advance(),{kind:t.STRING,value:e.value,block:e.kind===n.BLOCK_STRING,loc:this.loc(e)}},p.parseList=function(e){var i=this,s=this._lexer.token;return{kind:t.LIST,values:this.any(n.BRACKET_L,(function(){return i.parseValueLiteral(e)}),n.BRACKET_R),loc:this.loc(s)}},p.parseObject=function(e){var i=this,s=this._lexer.token;return{kind:t.OBJECT,fields:this.any(n.BRACE_L,(function(){return i.parseObjectField(e)}),n.BRACE_R),loc:this.loc(s)}},p.parseObjectField=function(e){var i=this._lexer.token,s=this.parseName();return this.expectToken(n.COLON),{kind:t.OBJECT_FIELD,name:s,value:this.parseValueLiteral(e),loc:this.loc(i)}},p.parseDirectives=function(e){for(var t=[];this.peek(n.AT);)t.push(this.parseDirective(e));return t},p.parseDirective=function(e){var i=this._lexer.token;return this.expectToken(n.AT),{kind:t.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(i)}},p.parseTypeReference=function(){var e,i=this._lexer.token;return this.expectOptionalToken(n.BRACKET_L)?(e=this.parseTypeReference(),this.expectToken(n.BRACKET_R),e={kind:t.LIST_TYPE,type:e,loc:this.loc(i)}):e=this.parseNamedType(),this.expectOptionalToken(n.BANG)?{kind:t.NON_NULL_TYPE,type:e,loc:this.loc(i)}:e},p.parseNamedType=function(){var e=this._lexer.token;return{kind:t.NAMED_TYPE,name:this.parseName(),loc:this.loc(e)}},p.parseTypeSystemDefinition=function(){var e=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(e.kind===n.NAME)switch(e.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}throw this.unexpected(e)},p.peekDescription=function(){return this.peek(n.STRING)||this.peek(n.BLOCK_STRING)},p.parseDescription=function(){if(this.peekDescription())return this.parseStringLiteral()},p.parseSchemaDefinition=function(){var e=this._lexer.token,i=this.parseDescription();this.expectKeyword("schema");var s=this.parseDirectives(!0),r=this.many(n.BRACE_L,this.parseOperationTypeDefinition,n.BRACE_R);return{kind:t.SCHEMA_DEFINITION,description:i,directives:s,operationTypes:r,loc:this.loc(e)}},p.parseOperationTypeDefinition=function(){var e=this._lexer.token,i=this.parseOperationType();this.expectToken(n.COLON);var s=this.parseNamedType();return{kind:t.OPERATION_TYPE_DEFINITION,operation:i,type:s,loc:this.loc(e)}},p.parseScalarTypeDefinition=function(){var e=this._lexer.token,i=this.parseDescription();this.expectKeyword("scalar");var n=this.parseName(),s=this.parseDirectives(!0);return{kind:t.SCALAR_TYPE_DEFINITION,description:i,name:n,directives:s,loc:this.loc(e)}},p.parseObjectTypeDefinition=function(){var e=this._lexer.token,i=this.parseDescription();this.expectKeyword("type");var n=this.parseName(),s=this.parseImplementsInterfaces(),r=this.parseDirectives(!0),a=this.parseFieldsDefinition();return{kind:t.OBJECT_TYPE_DEFINITION,description:i,name:n,interfaces:s,directives:r,fields:a,loc:this.loc(e)}},p.parseImplementsInterfaces=function(){var e;if(!this.expectOptionalKeyword("implements"))return[];if(!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLImplementsInterfaces)){var t=[];this.expectOptionalToken(n.AMP);do{t.push(this.parseNamedType())}while(this.expectOptionalToken(n.AMP)||this.peek(n.NAME));return t}return this.delimitedMany(n.AMP,this.parseNamedType)},p.parseFieldsDefinition=function(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek(n.BRACE_L)&&this._lexer.lookahead().kind===n.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(n.BRACE_L,this.parseFieldDefinition,n.BRACE_R)},p.parseFieldDefinition=function(){var e=this._lexer.token,i=this.parseDescription(),s=this.parseName(),r=this.parseArgumentDefs();this.expectToken(n.COLON);var a=this.parseTypeReference(),o=this.parseDirectives(!0);return{kind:t.FIELD_DEFINITION,description:i,name:s,arguments:r,type:a,directives:o,loc:this.loc(e)}},p.parseArgumentDefs=function(){return this.optionalMany(n.PAREN_L,this.parseInputValueDef,n.PAREN_R)},p.parseInputValueDef=function(){var e=this._lexer.token,i=this.parseDescription(),s=this.parseName();this.expectToken(n.COLON);var r,a=this.parseTypeReference();this.expectOptionalToken(n.EQUALS)&&(r=this.parseValueLiteral(!0));var o=this.parseDirectives(!0);return{kind:t.INPUT_VALUE_DEFINITION,description:i,name:s,type:a,defaultValue:r,directives:o,loc:this.loc(e)}},p.parseInterfaceTypeDefinition=function(){var e=this._lexer.token,i=this.parseDescription();this.expectKeyword("interface");var n=this.parseName(),s=this.parseImplementsInterfaces(),r=this.parseDirectives(!0),a=this.parseFieldsDefinition();return{kind:t.INTERFACE_TYPE_DEFINITION,description:i,name:n,interfaces:s,directives:r,fields:a,loc:this.loc(e)}},p.parseUnionTypeDefinition=function(){var e=this._lexer.token,i=this.parseDescription();this.expectKeyword("union");var n=this.parseName(),s=this.parseDirectives(!0),r=this.parseUnionMemberTypes();return{kind:t.UNION_TYPE_DEFINITION,description:i,name:n,directives:s,types:r,loc:this.loc(e)}},p.parseUnionMemberTypes=function(){return this.expectOptionalToken(n.EQUALS)?this.delimitedMany(n.PIPE,this.parseNamedType):[]},p.parseEnumTypeDefinition=function(){var e=this._lexer.token,i=this.parseDescription();this.expectKeyword("enum");var n=this.parseName(),s=this.parseDirectives(!0),r=this.parseEnumValuesDefinition();return{kind:t.ENUM_TYPE_DEFINITION,description:i,name:n,directives:s,values:r,loc:this.loc(e)}},p.parseEnumValuesDefinition=function(){return this.optionalMany(n.BRACE_L,this.parseEnumValueDefinition,n.BRACE_R)},p.parseEnumValueDefinition=function(){var e=this._lexer.token,i=this.parseDescription(),n=this.parseName(),s=this.parseDirectives(!0);return{kind:t.ENUM_VALUE_DEFINITION,description:i,name:n,directives:s,loc:this.loc(e)}},p.parseInputObjectTypeDefinition=function(){var e=this._lexer.token,i=this.parseDescription();this.expectKeyword("input");var n=this.parseName(),s=this.parseDirectives(!0),r=this.parseInputFieldsDefinition();return{kind:t.INPUT_OBJECT_TYPE_DEFINITION,description:i,name:n,directives:s,fields:r,loc:this.loc(e)}},p.parseInputFieldsDefinition=function(){return this.optionalMany(n.BRACE_L,this.parseInputValueDef,n.BRACE_R)},p.parseTypeSystemExtension=function(){var e=this._lexer.lookahead();if(e.kind===n.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)},p.parseSchemaExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("schema");var i=this.parseDirectives(!0),s=this.optionalMany(n.BRACE_L,this.parseOperationTypeDefinition,n.BRACE_R);if(0===i.length&&0===s.length)throw this.unexpected();return{kind:t.SCHEMA_EXTENSION,directives:i,operationTypes:s,loc:this.loc(e)}},p.parseScalarTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");var i=this.parseName(),n=this.parseDirectives(!0);if(0===n.length)throw this.unexpected();return{kind:t.SCALAR_TYPE_EXTENSION,name:i,directives:n,loc:this.loc(e)}},p.parseObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");var i=this.parseName(),n=this.parseImplementsInterfaces(),s=this.parseDirectives(!0),r=this.parseFieldsDefinition();if(0===n.length&&0===s.length&&0===r.length)throw this.unexpected();return{kind:t.OBJECT_TYPE_EXTENSION,name:i,interfaces:n,directives:s,fields:r,loc:this.loc(e)}},p.parseInterfaceTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");var i=this.parseName(),n=this.parseImplementsInterfaces(),s=this.parseDirectives(!0),r=this.parseFieldsDefinition();if(0===n.length&&0===s.length&&0===r.length)throw this.unexpected();return{kind:t.INTERFACE_TYPE_EXTENSION,name:i,interfaces:n,directives:s,fields:r,loc:this.loc(e)}},p.parseUnionTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");var i=this.parseName(),n=this.parseDirectives(!0),s=this.parseUnionMemberTypes();if(0===n.length&&0===s.length)throw this.unexpected();return{kind:t.UNION_TYPE_EXTENSION,name:i,directives:n,types:s,loc:this.loc(e)}},p.parseEnumTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");var i=this.parseName(),n=this.parseDirectives(!0),s=this.parseEnumValuesDefinition();if(0===n.length&&0===s.length)throw this.unexpected();return{kind:t.ENUM_TYPE_EXTENSION,name:i,directives:n,values:s,loc:this.loc(e)}},p.parseInputObjectTypeExtension=function(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");var i=this.parseName(),n=this.parseDirectives(!0),s=this.parseInputFieldsDefinition();if(0===n.length&&0===s.length)throw this.unexpected();return{kind:t.INPUT_OBJECT_TYPE_EXTENSION,name:i,directives:n,fields:s,loc:this.loc(e)}},p.parseDirectiveDefinition=function(){var e=this._lexer.token,i=this.parseDescription();this.expectKeyword("directive"),this.expectToken(n.AT);var s=this.parseName(),r=this.parseArgumentDefs(),a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var o=this.parseDirectiveLocations();return{kind:t.DIRECTIVE_DEFINITION,description:i,name:s,arguments:r,repeatable:a,locations:o,loc:this.loc(e)}},p.parseDirectiveLocations=function(){return this.delimitedMany(n.PIPE,this.parseDirectiveLocation)},p.parseDirectiveLocation=function(){var e=this._lexer.token,t=this.parseName();if(void 0!==a[t.value])return t;throw this.unexpected(e)},p.loc=function(e){var t;if(!0!==(null===(t=this._options)||void 0===t?void 0:t.noLocation))return new i(e,this._lexer.lastToken,this._lexer.source)},p.peek=function(e){return this._lexer.token.kind===e},p.expectToken=function(t){var i=this._lexer.token;if(i.kind===t)return this._lexer.advance(),i;throw e(this._lexer.source,i.start,"Expected ".concat(f(t),", found ").concat(d(i),"."))},p.expectOptionalToken=function(e){var t=this._lexer.token;if(t.kind===e)return this._lexer.advance(),t},p.expectKeyword=function(t){var i=this._lexer.token;if(i.kind!==n.NAME||i.value!==t)throw e(this._lexer.source,i.start,'Expected "'.concat(t,'", found ').concat(d(i),"."));this._lexer.advance()},p.expectOptionalKeyword=function(e){var t=this._lexer.token;return t.kind===n.NAME&&t.value===e&&(this._lexer.advance(),!0)},p.unexpected=function(t){var i=null!=t?t:this._lexer.token;return e(this._lexer.source,i.start,"Unexpected ".concat(d(i),"."))},p.any=function(e,t,i){this.expectToken(e);for(var n=[];!this.expectOptionalToken(i);)n.push(t.call(this));return n},p.optionalMany=function(e,t,i){if(this.expectOptionalToken(e)){var n=[];do{n.push(t.call(this))}while(!this.expectOptionalToken(i));return n}return[]},p.many=function(e,t,i){this.expectToken(e);var n=[];do{n.push(t.call(this))}while(!this.expectOptionalToken(i));return n},p.delimitedMany=function(e,t){this.expectOptionalToken(e);var i=[];do{i.push(t.call(this))}while(this.expectOptionalToken(e));return i},o}();function d(e){var t=e.value;return f(e.kind)+(null!=t?' "'.concat(t,'"'):"")}function f(e){return o(e)?'"'.concat(e,'"'):e}export{u as Parser,p as parse,l as parseType,h as parseValue};
@@ -0,0 +1 @@
1
+ import{getLocation as n}from"./location.mjs.js";function t(t){return o(t.source,n(t.source,t.start))}function o(n,t){var o=n.locationOffset.column-1,a=c(o)+n.body,e=t.line-1,i=n.locationOffset.line-1,u=t.line+i,l=1===t.line?o:0,f=t.column+l,s="".concat(n.name,":").concat(u,":").concat(f,"\n"),m=a.split(/\r\n|[\n\r]/g),p=m[e];if(p.length>120){for(var h=Math.floor(f/80),g=f%80,v=[],j=0;j<p.length;j+=80)v.push(p.slice(j,j+80));return s+r([["".concat(u),v[0]]].concat(v.slice(1,h+1).map((function(n){return["",n]})),[[" ",c(g-1)+"^"],["",v[h+1]]]))}return s+r([["".concat(u-1),m[e-1]],["".concat(u),p],["",c(f-1)+"^"],["".concat(u+1),m[e+1]]])}function r(n){var t=n.filter((function(n){return n[0],void 0!==n[1]})),o=Math.max.apply(Math,t.map((function(n){return n[0].length})));return t.map((function(n){var t,r=n[0],a=n[1];return c(o-(t=r).length)+t+(a?" | "+a:" |")})).join("\n")}function c(n){return Array(n+1).join(" ")}export{t as printLocation,o as printSourceLocation};
@@ -0,0 +1 @@
1
+ import{visit as n}from"./visitor.mjs.js";import{printBlockString as e}from"./blockString.mjs.js";function t(e){return n(e,{leave:i})}var i={Name:function(n){return n.value},Variable:function(n){return"$"+n.name},Document:function(n){return u(n.definitions,"\n\n")+"\n"},OperationDefinition:function(n){var e=n.operation,t=n.name,i=o("(",u(n.variableDefinitions,", "),")"),r=u(n.directives," "),a=n.selectionSet;return t||r||i||"query"!==e?u([e,u([t,i]),r,a]," "):a},VariableDefinition:function(n){var e=n.variable,t=n.type,i=n.defaultValue,r=n.directives;return e+": "+t+o(" = ",i)+o(" ",u(r," "))},SelectionSet:function(n){return a(n.selections)},Field:function(n){var e=n.alias,t=n.name,i=n.arguments,r=n.directives,a=n.selectionSet,f=o("",e,": ")+t,l=f+o("(",u(i,", "),")");return l.length>80&&(l=f+o("(\n",c(u(i,"\n")),"\n)")),u([l,u(r," "),a]," ")},Argument:function(n){return n.name+": "+n.value},FragmentSpread:function(n){return"..."+n.name+o(" ",u(n.directives," "))},InlineFragment:function(n){var e=n.typeCondition,t=n.directives,i=n.selectionSet;return u(["...",o("on ",e),u(t," "),i]," ")},FragmentDefinition:function(n){var e=n.name,t=n.typeCondition,i=n.variableDefinitions,r=n.directives,a=n.selectionSet;return"fragment ".concat(e).concat(o("(",u(i,", "),")")," ")+"on ".concat(t," ").concat(o("",u(r," ")," "))+a},IntValue:function(n){return n.value},FloatValue:function(n){return n.value},StringValue:function(n,t){var i=n.value;return n.block?e(i,"description"===t?"":" "):JSON.stringify(i)},BooleanValue:function(n){return n.value?"true":"false"},NullValue:function(){return"null"},EnumValue:function(n){return n.value},ListValue:function(n){return"["+u(n.values,", ")+"]"},ObjectValue:function(n){return"{"+u(n.fields,", ")+"}"},ObjectField:function(n){return n.name+": "+n.value},Directive:function(n){return"@"+n.name+o("(",u(n.arguments,", "),")")},NamedType:function(n){return n.name},ListType:function(n){return"["+n.type+"]"},NonNullType:function(n){return n.type+"!"},SchemaDefinition:r((function(n){var e=n.directives,t=n.operationTypes;return u(["schema",u(e," "),a(t)]," ")})),OperationTypeDefinition:function(n){return n.operation+": "+n.type},ScalarTypeDefinition:r((function(n){return u(["scalar",n.name,u(n.directives," ")]," ")})),ObjectTypeDefinition:r((function(n){var e=n.name,t=n.interfaces,i=n.directives,r=n.fields;return u(["type",e,o("implements ",u(t," & ")),u(i," "),a(r)]," ")})),FieldDefinition:r((function(n){var e=n.name,t=n.arguments,i=n.type,r=n.directives;return e+(l(t)?o("(\n",c(u(t,"\n")),"\n)"):o("(",u(t,", "),")"))+": "+i+o(" ",u(r," "))})),InputValueDefinition:r((function(n){var e=n.name,t=n.type,i=n.defaultValue,r=n.directives;return u([e+": "+t,o("= ",i),u(r," ")]," ")})),InterfaceTypeDefinition:r((function(n){var e=n.name,t=n.interfaces,i=n.directives,r=n.fields;return u(["interface",e,o("implements ",u(t," & ")),u(i," "),a(r)]," ")})),UnionTypeDefinition:r((function(n){var e=n.name,t=n.directives,i=n.types;return u(["union",e,u(t," "),i&&0!==i.length?"= "+u(i," | "):""]," ")})),EnumTypeDefinition:r((function(n){var e=n.name,t=n.directives,i=n.values;return u(["enum",e,u(t," "),a(i)]," ")})),EnumValueDefinition:r((function(n){return u([n.name,u(n.directives," ")]," ")})),InputObjectTypeDefinition:r((function(n){var e=n.name,t=n.directives,i=n.fields;return u(["input",e,u(t," "),a(i)]," ")})),DirectiveDefinition:r((function(n){var e=n.name,t=n.arguments,i=n.repeatable,r=n.locations;return"directive @"+e+(l(t)?o("(\n",c(u(t,"\n")),"\n)"):o("(",u(t,", "),")"))+(i?" repeatable":"")+" on "+u(r," | ")})),SchemaExtension:function(n){var e=n.directives,t=n.operationTypes;return u(["extend schema",u(e," "),a(t)]," ")},ScalarTypeExtension:function(n){return u(["extend scalar",n.name,u(n.directives," ")]," ")},ObjectTypeExtension:function(n){var e=n.name,t=n.interfaces,i=n.directives,r=n.fields;return u(["extend type",e,o("implements ",u(t," & ")),u(i," "),a(r)]," ")},InterfaceTypeExtension:function(n){var e=n.name,t=n.interfaces,i=n.directives,r=n.fields;return u(["extend interface",e,o("implements ",u(t," & ")),u(i," "),a(r)]," ")},UnionTypeExtension:function(n){var e=n.name,t=n.directives,i=n.types;return u(["extend union",e,u(t," "),i&&0!==i.length?"= "+u(i," | "):""]," ")},EnumTypeExtension:function(n){var e=n.name,t=n.directives,i=n.values;return u(["extend enum",e,u(t," "),a(i)]," ")},InputObjectTypeExtension:function(n){var e=n.name,t=n.directives,i=n.fields;return u(["extend input",e,u(t," "),a(i)]," ")}};function r(n){return function(e){return u([e.description,n(e)],"\n")}}function u(n){var e,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return null!==(e=null==n?void 0:n.filter((function(n){return n})).join(t))&&void 0!==e?e:""}function a(n){return o("{\n",c(u(n,"\n")),"\n}")}function o(n,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return null!=e&&""!==e?n+e+t:""}function c(n){return o(" ",n.replace(/\n/g,"\n "))}function f(n){return-1!==n.indexOf("\n")}function l(n){return null!=n&&n.some(f)}export{t as print};
@@ -0,0 +1 @@
1
+ import{SYMBOL_TO_STRING_TAG as e}from"../polyfills/symbols.mjs.js";import t from"../jsutils/inspect.mjs.js";import i from"../jsutils/devAssert.mjs.js";import n from"../jsutils/instanceOf.mjs.js";function o(e,t){for(var i=0;i<t.length;i++){var n=t[i];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var s=function(){function n(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"GraphQL request",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{line:1,column:1};"string"==typeof e||i(0,"Body must be a string. Received: ".concat(t(e),".")),this.body=e,this.name=n,this.locationOffset=o,this.locationOffset.line>0||i(0,"line in locationOffset is 1-indexed and must be positive."),this.locationOffset.column>0||i(0,"column in locationOffset is 1-indexed and must be positive.")}var s,r,l;return s=n,(r=[{key:e,get:function(){return"Source"}}])&&o(s.prototype,r),l&&o(s,l),n}();function r(e){return n(e,s)}export{s as Source,r as isSource};
@@ -0,0 +1 @@
1
+ var A=Object.freeze({SOF:"<SOF>",EOF:"<EOF>",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});export{A as TokenKind};
@@ -0,0 +1 @@
1
+ import e from"../jsutils/inspect.mjs.js";import{isNode as i}from"./ast.mjs.js";var n={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},t=Object.freeze({});function r(r,s){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:n,l=void 0,c=Array.isArray(r),d=[r],p=-1,f=[],v=void 0,u=void 0,m=void 0,y=[],D=[],T=r;do{var g=++p===d.length,h=g&&0!==f.length;if(g){if(u=0===D.length?void 0:y[y.length-1],v=m,m=D.pop(),h){if(c)v=v.slice();else{for(var b={},V=0,j=Object.keys(v);V<j.length;V++){var S=j[V];b[S]=v[S]}v=b}for(var E=0,x=0;x<f.length;x++){var A=f[x][0],O=f[x][1];c&&(A-=E),c&&null===O?(v.splice(A,1),E++):v[A]=O}}p=l.index,d=l.keys,f=l.edits,c=l.inArray,l=l.prev}else{if(u=m?c?p:d[p]:void 0,null==(v=m?m[u]:T))continue;m&&y.push(u)}var I,F=void 0;if(!Array.isArray(v)){if(!i(v))throw new Error("Invalid AST Node: ".concat(e(v),"."));var k=a(s,v.kind,g);if(k){if((F=k.call(s,v,u,m,y,D))===t)break;if(!1===F){if(!g){y.pop();continue}}else if(void 0!==F&&(f.push([u,F]),!g)){if(!i(F)){y.pop();continue}v=F}}}if(void 0===F&&h&&f.push([u,v]),g)y.pop();else l={inArray:c,index:p,keys:d,edits:f,prev:l},d=(c=Array.isArray(v))?v:null!==(I=o[v.kind])&&void 0!==I?I:[],p=-1,f=[],m&&D.push(m),m=v}while(void 0!==l);return 0!==f.length&&(T=f[f.length-1][1]),T}function a(e,i,n){var t=e[i];if(t){if(!n&&"function"==typeof t)return t;var r=n?t.leave:t.enter;if("function"==typeof r)return r}else{var a=n?e.leave:e.enter;if(a){if("function"==typeof a)return a;var s=a[i];if("function"==typeof s)return s}}}export{t as BREAK,n as QueryDocumentKeys,a as getVisitFn,r as visit};
@@ -0,0 +1 @@
1
+ var o="function"==typeof Symbol&&null!=Symbol.toStringTag?Symbol.toStringTag:"@@toStringTag";export{o as SYMBOL_TO_STRING_TAG};
@@ -0,0 +1 @@
1
+ import e from"../../../_virtual/parser.mjs_commonjs-proxy.js";var r=e.parse;function t(e){return e.replace(/[\s,]+/g," ").trim()}var n={},a={};var o=!0;function i(e,r){var t=Object.prototype.toString.call(e);if("[object Array]"===t)return e.map((function(e){return i(e,r)}));if("[object Object]"!==t)throw new Error("Unexpected input.");r&&e.loc&&delete e.loc,e.loc&&(delete e.loc.startToken,delete e.loc.endToken);var n,a,o,c=Object.keys(e);for(n in c)c.hasOwnProperty(n)&&(a=e[c[n]],"[object Object]"!==(o=Object.prototype.toString.call(a))&&"[object Array]"!==o||(e[c[n]]=i(a,!0)));return e}var c=!1;function l(e){var l=t(e);if(n[l])return n[l];var s=r(e,{experimentalFragmentVariables:c});if(!s||"Document"!==s.kind)throw new Error("Not a valid GraphQL document.");return s=i(s=function(e){for(var r,n={},i=[],c=0;c<e.definitions.length;c++){var l=e.definitions[c];if("FragmentDefinition"===l.kind){var s=l.name.value,u=t((r=l.loc).source.body.substring(r.start,r.end));a.hasOwnProperty(s)&&!a[s][u]?(o&&console.warn("Warning: fragment with name "+s+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"),a[s][u]=!0):a.hasOwnProperty(s)||(a[s]={},a[s][u]=!0),n[u]||(n[u]=!0,i.push(l))}else i.push(l)}return e.definitions=i,e}(s),!1),n[l]=s,s}function s(){for(var e=Array.prototype.slice.call(arguments),r=e[0],t="string"==typeof r?r:r[0],n=1;n<e.length;n++)e[n]&&e[n].kind&&"Document"===e[n].kind?t+=e[n].loc.source.body:t+=e[n],t+=r[n];return l(t)}s.default=s,s.resetCaches=function(){n={},a={}},s.disableFragmentWarnings=function(){o=!1},s.enableExperimentalFragmentVariables=function(){c=!0},s.disableExperimentalFragmentVariables=function(){c=!1};var u=s;export{u as default};
@@ -0,0 +1 @@
1
+ import{Trie as e}from"../../@wry/trie/lib/trie.esm.js";export{Trie as KeyTrie}from"../../@wry/trie/lib/trie.esm.js";import{Slot as t}from"../../@wry/context/lib/context.esm.js";function n(){}var r=function(){function e(e,t){void 0===e&&(e=1/0),void 0===t&&(t=n),this.max=e,this.dispose=t,this.map=new Map,this.newest=null,this.oldest=null}return e.prototype.has=function(e){return this.map.has(e)},e.prototype.get=function(e){var t=this.getNode(e);return t&&t.value},e.prototype.getNode=function(e){var t=this.map.get(e);if(t&&t!==this.newest){var n=t.older,r=t.newer;r&&(r.older=n),n&&(n.newer=r),t.older=this.newest,t.older.newer=t,t.newer=null,this.newest=t,t===this.oldest&&(this.oldest=r)}return t},e.prototype.set=function(e,t){var n=this.getNode(e);return n?n.value=t:(n={key:e,value:t,newer:null,older:this.newest},this.newest&&(this.newest.newer=n),this.newest=n,this.oldest=this.oldest||n,this.map.set(e,n),n.value)},e.prototype.clean=function(){for(;this.oldest&&this.map.size>this.max;)this.delete(this.oldest.key)},e.prototype.delete=function(e){var t=this.map.get(e);return!!t&&(t===this.newest&&(this.newest=t.older),t===this.oldest&&(this.oldest=t.newer),t.newer&&(t.newer.older=t.older),t.older&&(t.older.newer=t.newer),this.map.delete(e),this.dispose(t.value,e),!0)},e}(),i=new t;function s(e){var t=e.unsubscribe;"function"==typeof t&&(e.unsubscribe=void 0,t())}var u=[];function o(e,t){if(!e)throw new Error(t||"assertion failure")}function l(e){switch(e.length){case 0:throw new Error("unknown value");case 1:return e[0];case 2:throw e[1]}}var a=function(){function e(t){this.fn=t,this.parents=new Set,this.childValues=new Map,this.dirtyChildren=null,this.dirty=!0,this.recomputing=!1,this.value=[],this.deps=null,++e.count}return e.prototype.peek=function(){if(1===this.value.length&&!c(this))return this.value[0]},e.prototype.recompute=function(e){return o(!this.recomputing,"already recomputing"),function(e){var t=i.getValue();if(t)e.parents.add(t),t.childValues.has(e)||t.childValues.set(e,[]),c(e)?f(t,e):y(t,e)}(this),c(this)?function(e,t){w(e),i.withValue(e,h,[e,t]),function(e,t){if("function"==typeof e.subscribe)try{s(e),e.unsubscribe=e.subscribe.apply(null,t)}catch(t){return e.setDirty(),!1}return!0}(e,t)&&function(e){if(e.dirty=!1,c(e))return;d(e)}(e);return l(e.value)}(this,e):l(this.value)},e.prototype.setDirty=function(){this.dirty||(this.dirty=!0,this.value.length=0,p(this),w(this),s(this))},e.prototype.dispose=function(){var e=this;w(this),s(this),this.parents.forEach((function(t){t.setDirty(),g(t,e)}))},e.prototype.dependOn=function(e){e.add(this),this.deps||(this.deps=u.pop()||new Set),this.deps.add(e)},e.prototype.forgetDeps=function(){var e=this;this.deps&&(this.deps.forEach((function(t){return t.delete(e)})),this.deps.clear(),u.push(this.deps),this.deps=null)},e.count=0,e}();function h(e,t){e.recomputing=!0,e.value.length=0;try{e.value[0]=e.fn.apply(null,t)}catch(t){e.value[1]=t}e.recomputing=!1}function c(e){return e.dirty||!(!e.dirtyChildren||!e.dirtyChildren.size)}function p(e){e.parents.forEach((function(t){return f(t,e)}))}function d(e){e.parents.forEach((function(t){return y(t,e)}))}function f(e,t){if(o(e.childValues.has(t)),o(c(t)),e.dirtyChildren){if(e.dirtyChildren.has(t))return}else e.dirtyChildren=u.pop()||new Set;e.dirtyChildren.add(t),p(e)}function y(e,t){o(e.childValues.has(t)),o(!c(t));var n,r,i,s=e.childValues.get(t);0===s.length?e.childValues.set(t,t.value.slice(0)):(n=s,r=t.value,(i=n.length)>0&&i===r.length&&n[i-1]===r[i-1]||e.setDirty()),v(e,t),c(e)||d(e)}function v(e,t){var n=e.dirtyChildren;n&&(n.delete(t),0===n.size&&(u.length<100&&u.push(n),e.dirtyChildren=null))}function w(e){e.childValues.size>0&&e.childValues.forEach((function(t,n){g(e,n)})),e.forgetDeps(),o(null===e.dirtyChildren)}function g(e,t){t.parents.delete(e),e.childValues.delete(t),v(e,t)}function m(e){var t=new Map,n=e&&e.subscribe;function r(e){var r=i.getValue();if(r){var u=t.get(e);u||t.set(e,u=new Set),r.dependOn(u),"function"==typeof n&&(s(u),u.unsubscribe=n(e))}}return r.dirty=function(e){var n=t.get(e);n&&(n.forEach((function(e){return e.setDirty()})),t.delete(e),s(n))},r}var b=new e("function"==typeof WeakMap);function V(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return b.lookupArray(e)}var C=new Set;function k(e,t){void 0===t&&(t=Object.create(null));var n=new r(t.max||Math.pow(2,16),(function(e){return e.dispose()})),s=t.keyArgs,u=t.makeCacheKey||V;function o(){var r=u.apply(null,s?s.apply(null,arguments):arguments);if(void 0===r)return e.apply(null,arguments);var o=n.get(r);o||(n.set(r,o=new a(e)),o.subscribe=t.subscribe);var l=o.recompute(Array.prototype.slice.call(arguments));return n.set(r,o),C.add(n),i.hasValue()||(C.forEach((function(e){return e.clean()})),C.clear()),l}function l(){var e=u.apply(null,arguments);if(void 0!==e)return n.get(e)}return o.dirty=function(){var e=l.apply(null,arguments);e&&e.setDirty()},o.peek=function(){var e=l.apply(null,arguments);if(e)return e.peek()},o.forget=function(){var e=u.apply(null,arguments);return void 0!==e&&n.delete(e)},o}export{V as defaultMakeCacheKey,m as dep,k as wrap};
@@ -0,0 +1 @@
1
+ import e from"./ponyfill.js";e("undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof module?module:Function("return this")());
@@ -0,0 +1 @@
1
+ function e(e){var b,o=e.Symbol;if("function"==typeof o)if(o.observable)b=o.observable;else{b=o.for("https://github.com/benlesh/symbol-observable");try{o.observable=b}catch(e){}}else b="@@observable";return b}export{e as default};
@@ -0,0 +1,15 @@
1
+ /*! *****************************************************************************
2
+ Copyright (c) Microsoft Corporation.
3
+
4
+ Permission to use, copy, modify, and/or distribute this software for any
5
+ purpose with or without fee is hereby granted.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
+ PERFORMANCE OF THIS SOFTWARE.
14
+ ***************************************************************************** */
15
+ var t=function(o,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var r in o)o.hasOwnProperty(r)&&(t[r]=o[r])},t(o,r)};function o(o,r){function n(){this.constructor=o}t(o,r),o.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}export{o as __extends};
@@ -0,0 +1 @@
1
+ import{__extends as r}from'../ext/tslib/tslib.es6.js';import o from"../../@ungap/global-this/esm/index.js";var n=o,e=n.console,t=Object.setPrototypeOf,i=void 0===t?function(r,o){return r.__proto__=o,r}:t,a=function(o){function n(r){void 0===r&&(r="Invariant Violation");var e=o.call(this,"number"==typeof r?"Invariant Violation: "+r+" (see https://github.com/apollographql/invariant-packages)":r)||this;return e.framesToPop=1,e.name="Invariant Violation",i(e,n.prototype),e}return r(n,o),n}(Error);function s(r,o){if(!r)throw new a(o)}var l=["log","warn","error","silent"],p=l.indexOf("log");function c(r){return function(){if(l.indexOf(r)>=p)return e[r].apply(e,arguments)}}!function(r){r.log=c("log"),r.warn=c("warn"),r.error=c("error")}(s||(s={}));var f=n.process||{env:{}};if(!n.process)try{Object.defineProperty(o,"process",{value:f,writable:!0,enumerable:!1,configurable:!0})}catch(r){}export{a as InvariantError,s as invariant,f as process};
@@ -12,4 +12,4 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
12
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
13
  PERFORMANCE OF THIS SOFTWARE.
14
14
  ***************************************************************************** */
15
- var t=function(n,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])},t(n,r)};function n(n,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function e(){this.constructor=n}t(n,r),n.prototype=null===r?Object.create(r):(e.prototype=r.prototype,new e)}var r=function(){return r=Object.assign||function(t){for(var n,r=1,e=arguments.length;r<e;r++)for(var o in n=arguments[r])Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o]);return t},r.apply(this,arguments)};function e(t,n){var r={};for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&n.indexOf(e)<0&&(r[e]=t[e]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(e=Object.getOwnPropertySymbols(t);o<e.length;o++)n.indexOf(e[o])<0&&Object.prototype.propertyIsEnumerable.call(t,e[o])&&(r[e[o]]=t[e[o]])}return r}function o(t,n,r,e){return new(r||(r=Promise))((function(o,c){function a(t){try{i(e.next(t))}catch(t){c(t)}}function l(t){try{i(e.throw(t))}catch(t){c(t)}}function i(t){var n;t.done?o(t.value):(n=t.value,n instanceof r?n:new r((function(t){t(n)}))).then(a,l)}i((e=e.apply(t,n||[])).next())}))}function c(t,n){var r,e,o,c,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return c={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function l(c){return function(l){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,e&&(o=2&c[0]?e.return:c[0]?e.throw||((o=e.return)&&o.call(e),0):e.next)&&!(o=o.call(e,c[1])).done)return o;switch(e=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return a.label++,{value:c[1],done:!1};case 5:a.label++,e=c[1],c=[0];continue;case 7:c=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){a=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]<o[3])){a.label=c[1];break}if(6===c[0]&&a.label<o[1]){a.label=o[1],o=c;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(c);break}o[2]&&a.ops.pop(),a.trys.pop();continue}c=n.call(t,a)}catch(t){c=[6,t],e=0}finally{r=o=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,l])}}}function a(t,n,r){if(r||2===arguments.length)for(var e,o=0,c=n.length;o<c;o++)!e&&o in n||(e||(e=Array.prototype.slice.call(n,0,o)),e[o]=n[o]);return t.concat(e||Array.prototype.slice.call(n))}export{r as __assign,o as __awaiter,n as __extends,c as __generator,e as __rest,a as __spreadArray};
15
+ var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},t(e,n)};function e(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}var n=function(){return n=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},n.apply(this,arguments)};function r(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}function o(t,e,n,r){return new(n||(n=Promise))((function(o,c){function a(t){try{i(r.next(t))}catch(t){c(t)}}function l(t){try{i(r.throw(t))}catch(t){c(t)}}function i(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,l)}i((r=r.apply(t,e||[])).next())}))}function c(t,e){var n,r,o,c,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return c={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function l(c){return function(l){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&c[0]?r.return:c[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,c[1])).done)return o;switch(r=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return a.label++,{value:c[1],done:!1};case 5:a.label++,r=c[1],c=[0];continue;case 7:c=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){a=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]<o[3])){a.label=c[1];break}if(6===c[0]&&a.label<o[1]){a.label=o[1],o=c;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(c);break}o[2]&&a.ops.pop(),a.trys.pop();continue}c=e.call(t,a)}catch(t){c=[6,t],r=0}finally{n=o=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,l])}}}function a(t,e,n){if(n||2===arguments.length)for(var r,o=0,c=e.length;o<c;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))}function l(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}export{n as __assign,o as __awaiter,e as __extends,c as __generator,l as __makeTemplateObject,r as __rest,a as __spreadArray};
@@ -0,0 +1 @@
1
+ var t,e=new Uint8Array(16);function o(){if(!t&&!(t="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return t(e)}export{o as default};
@@ -0,0 +1 @@
1
+ import r from"./validate.js";for(var t=[],i=0;i<256;++i)t.push((i+256).toString(16).substr(1));function o(i){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,e=(t[i[o+0]]+t[i[o+1]]+t[i[o+2]]+t[i[o+3]]+"-"+t[i[o+4]]+t[i[o+5]]+"-"+t[i[o+6]]+t[i[o+7]]+"-"+t[i[o+8]]+t[i[o+9]]+"-"+t[i[o+10]]+t[i[o+11]]+t[i[o+12]]+t[i[o+13]]+t[i[o+14]]+t[i[o+15]]).toLowerCase();if(!r(e))throw TypeError("Stringified UUID is invalid");return e}export{o as default};
@@ -0,0 +1 @@
1
+ import r from"./rng.js";import n from"./stringify.js";function o(o,t,f){var i=(o=o||{}).random||(o.rng||r)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t){f=f||0;for(var a=0;a<16;++a)t[f+a]=i[a];return t}return n(i)}export{o as default};
@@ -0,0 +1 @@
1
+ import{O as a}from"./lib/Observable.js";var e=a.Observable;export{e as default};
@@ -0,0 +1 @@
1
+ import{createCommonjsModule as e}from"../../../_virtual/_commonjsHelpers.js";var n=e((function(e,n){function t(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function r(e,n){for(var t=0;t<n.length;t++){var r=n[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function o(e,n,t){return n&&r(e.prototype,n),t&&r(e,t),e}Object.defineProperty(n,"__esModule",{value:!0}),n.Observable=void 0;var i=function(){return"function"==typeof Symbol},u=function(e){return i()&&Boolean(Symbol[e])},c=function(e){return u(e)?Symbol[e]:"@@"+e};i()&&!u("observable")&&(Symbol.observable=Symbol("observable"));var s=c("iterator"),f=c("observable"),a=c("species");function l(e,n){var t=e[n];if(null!=t){if("function"!=typeof t)throw new TypeError(t+" is not a function");return t}}function v(e){var n=e.constructor;return void 0!==n&&null===(n=n[a])&&(n=void 0),void 0!==n?n:g}function b(e){return e instanceof g}function h(e){h.log?h.log(e):setTimeout((function(){throw e}))}function y(e){Promise.resolve().then((function(){try{e()}catch(e){h(e)}}))}function p(e){var n=e._cleanup;if(void 0!==n&&(e._cleanup=void 0,n))try{if("function"==typeof n)n();else{var t=l(n,"unsubscribe");t&&t.call(n)}}catch(e){h(e)}}function d(e){e._observer=void 0,e._queue=void 0,e._state="closed"}function w(e,n,t){e._state="running";var r=e._observer;try{var o=l(r,n);switch(n){case"next":o&&o.call(r,t);break;case"error":if(d(e),!o)throw t;o.call(r,t);break;case"complete":d(e),o&&o.call(r)}}catch(e){h(e)}"closed"===e._state?p(e):"running"===e._state&&(e._state="ready")}function m(e,n,t){if("closed"!==e._state){if("buffering"!==e._state)return"ready"!==e._state?(e._state="buffering",e._queue=[{type:n,value:t}],void y((function(){return function(e){var n=e._queue;if(n){e._queue=void 0,e._state="ready";for(var t=0;t<n.length&&(w(e,n[t].type,n[t].value),"closed"!==e._state);++t);}}(e)}))):void w(e,n,t);e._queue.push({type:n,value:t})}}var _=function(){function e(n,r){t(this,e),this._cleanup=void 0,this._observer=n,this._queue=void 0,this._state="initializing";var o=new x(this);try{this._cleanup=r.call(void 0,o)}catch(e){o.error(e)}"initializing"===this._state&&(this._state="ready")}return o(e,[{key:"unsubscribe",value:function(){"closed"!==this._state&&(d(this),p(this))}},{key:"closed",get:function(){return"closed"===this._state}}]),e}(),x=function(){function e(n){t(this,e),this._subscription=n}return o(e,[{key:"next",value:function(e){m(this._subscription,"next",e)}},{key:"error",value:function(e){m(this._subscription,"error",e)}},{key:"complete",value:function(){m(this._subscription,"complete")}},{key:"closed",get:function(){return"closed"===this._subscription._state}}]),e}(),g=function(){function e(n){if(t(this,e),!(this instanceof e))throw new TypeError("Observable cannot be called as a function");if("function"!=typeof n)throw new TypeError("Observable initializer must be a function");this._subscriber=n}return o(e,[{key:"subscribe",value:function(e){return"object"==typeof e&&null!==e||(e={next:e,error:arguments[1],complete:arguments[2]}),new _(e,this._subscriber)}},{key:"forEach",value:function(e){var n=this;return new Promise((function(t,r){if("function"==typeof e)var o=n.subscribe({next:function(n){try{e(n,i)}catch(e){r(e),o.unsubscribe()}},error:r,complete:t});else r(new TypeError(e+" is not a function"));function i(){o.unsubscribe(),t()}}))}},{key:"map",value:function(e){var n=this;if("function"!=typeof e)throw new TypeError(e+" is not a function");return new(v(this))((function(t){return n.subscribe({next:function(n){try{n=e(n)}catch(e){return t.error(e)}t.next(n)},error:function(e){t.error(e)},complete:function(){t.complete()}})}))}},{key:"filter",value:function(e){var n=this;if("function"!=typeof e)throw new TypeError(e+" is not a function");return new(v(this))((function(t){return n.subscribe({next:function(n){try{if(!e(n))return}catch(e){return t.error(e)}t.next(n)},error:function(e){t.error(e)},complete:function(){t.complete()}})}))}},{key:"reduce",value:function(e){var n=this;if("function"!=typeof e)throw new TypeError(e+" is not a function");var t=v(this),r=arguments.length>1,o=!1,i=arguments[1],u=i;return new t((function(t){return n.subscribe({next:function(n){var i=!o;if(o=!0,!i||r)try{u=e(u,n)}catch(e){return t.error(e)}else u=n},error:function(e){t.error(e)},complete:function(){if(!o&&!r)return t.error(new TypeError("Cannot reduce an empty sequence"));t.next(u),t.complete()}})}))}},{key:"concat",value:function(){for(var e=this,n=arguments.length,t=new Array(n),r=0;r<n;r++)t[r]=arguments[r];var o=v(this);return new o((function(n){var r,i=0;return function e(u){r=u.subscribe({next:function(e){n.next(e)},error:function(e){n.error(e)},complete:function(){i===t.length?(r=void 0,n.complete()):e(o.from(t[i++]))}})}(e),function(){r&&(r.unsubscribe(),r=void 0)}}))}},{key:"flatMap",value:function(e){var n=this;if("function"!=typeof e)throw new TypeError(e+" is not a function");var t=v(this);return new t((function(r){var o=[],i=n.subscribe({next:function(n){if(e)try{n=e(n)}catch(e){return r.error(e)}var i=t.from(n).subscribe({next:function(e){r.next(e)},error:function(e){r.error(e)},complete:function(){var e=o.indexOf(i);e>=0&&o.splice(e,1),u()}});o.push(i)},error:function(e){r.error(e)},complete:function(){u()}});function u(){i.closed&&0===o.length&&r.complete()}return function(){o.forEach((function(e){return e.unsubscribe()})),i.unsubscribe()}}))}},{key:f,value:function(){return this}}],[{key:"from",value:function(n){var t="function"==typeof this?this:e;if(null==n)throw new TypeError(n+" is not an object");var r=l(n,f);if(r){var o=r.call(n);if(Object(o)!==o)throw new TypeError(o+" is not an object");return b(o)&&o.constructor===t?o:new t((function(e){return o.subscribe(e)}))}if(u("iterator")&&(r=l(n,s)))return new t((function(e){y((function(){if(!e.closed){var t=!0,o=!1,i=void 0;try{for(var u,c=r.call(n)[Symbol.iterator]();!(t=(u=c.next()).done);t=!0){var s=u.value;if(e.next(s),e.closed)return}}catch(e){o=!0,i=e}finally{try{t||null==c.return||c.return()}finally{if(o)throw i}}e.complete()}}))}));if(Array.isArray(n))return new t((function(e){y((function(){if(!e.closed){for(var t=0;t<n.length;++t)if(e.next(n[t]),e.closed)return;e.complete()}}))}));throw new TypeError(n+" is not observable")}},{key:"of",value:function(){for(var n=arguments.length,t=new Array(n),r=0;r<n;r++)t[r]=arguments[r];var o="function"==typeof this?this:e;return new o((function(e){y((function(){if(!e.closed){for(var n=0;n<t.length;++n)if(e.next(t[n]),e.closed)return;e.complete()}}))}))}},{key:a,get:function(){return this}}]),e}();n.Observable=g,i()&&Object.defineProperty(g,Symbol("extensions"),{value:{symbol:f,hostReportError:h},configurable:!0})}));export{n as O};