@dropins/storefront-checkout 1.4.0-beta1 → 2.0.0-beta1

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 (145) hide show
  1. package/api/estimateShippingMethods/graphql/index.d.ts +15 -15
  2. package/api/estimateShippingMethods/index.d.ts +15 -15
  3. package/api/fetch-graphql/fetch-graphql.d.ts +19 -19
  4. package/api/fetch-graphql/index.d.ts +15 -15
  5. package/api/getCart/getCart.d.ts +1 -1
  6. package/api/getCart/graphql/index.d.ts +15 -15
  7. package/api/getCart/index.d.ts +15 -15
  8. package/api/getCheckoutAgreements/graphql/getCheckoutAgreements.graphql.d.ts +1 -1
  9. package/api/getCustomer/graphql/index.d.ts +15 -15
  10. package/api/getCustomer/index.d.ts +15 -15
  11. package/api/getStoreConfig/graphql/getStoreConfig.graphql.d.ts +1 -1
  12. package/api/getStoreConfig/index.d.ts +15 -15
  13. package/api/initialize/index.d.ts +15 -15
  14. package/api/initializeCheckout/index.d.ts +15 -15
  15. package/api/initializeCheckout/initializeCheckout.d.ts +1 -1
  16. package/api/isEmailAvailable/graphql/isEmailAvailable.graphql.d.ts +15 -15
  17. package/api/isEmailAvailable/index.d.ts +15 -15
  18. package/api/setBillingAddress/index.d.ts +15 -15
  19. package/api/setBillingAddress/setBillingAddress.d.ts +1 -1
  20. package/api/setGuestEmailOnCart/index.d.ts +15 -15
  21. package/api/setGuestEmailOnCart/setGuestEmailOnCart.d.ts +1 -1
  22. package/api/setPaymentMethod/index.d.ts +15 -15
  23. package/api/setPaymentMethod/setPaymentMethod.d.ts +1 -1
  24. package/api/setShippingAddress/index.d.ts +15 -15
  25. package/api/setShippingAddress/setShippingAddress.d.ts +1 -1
  26. package/api/setShippingMethods/index.d.ts +15 -15
  27. package/api/setShippingMethods/setShippingMethods.d.ts +1 -1
  28. package/api/synchronizeCheckout/synchronizeCheckout.d.ts +1 -1
  29. package/api.js +9 -9
  30. package/chunks/ConditionalWrapper.js +3 -0
  31. package/chunks/ServerErrorSignal.js +3 -0
  32. package/chunks/TermsAndConditions.js +2 -2
  33. package/chunks/errors.js +11 -1
  34. package/chunks/setBillingAddress.js +2 -2
  35. package/chunks/setGuestEmailOnCart.js +6 -6
  36. package/chunks/setPaymentMethod.js +2 -2
  37. package/chunks/setShippingMethods.js +3 -3
  38. package/chunks/synchronizeCheckout.js +5 -5
  39. package/chunks/values.js +3 -0
  40. package/components/BillToShippingAddress/BillToShippingAddress.d.ts +2 -1
  41. package/components/BillToShippingAddress/index.d.ts +15 -15
  42. package/components/ConditionalWrapper/ConditionalWrapper.d.ts +8 -0
  43. package/{containers/Newsletter → components/ConditionalWrapper}/index.d.ts +2 -2
  44. package/components/EstimateShipping/EstimateShipping.d.ts +2 -2
  45. package/components/EstimateShipping/index.d.ts +15 -15
  46. package/components/LoginForm/LoginForm.d.ts +2 -2
  47. package/components/OutOfStock/index.d.ts +15 -15
  48. package/components/PaymentMethods/PaymentMethods.d.ts +7 -8
  49. package/components/PlaceOrder/PlaceOrder.d.ts +1 -1
  50. package/components/PlaceOrder/index.d.ts +15 -15
  51. package/components/ServerError/index.d.ts +15 -15
  52. package/components/ShippingMethods/ShippingMethods.d.ts +6 -4
  53. package/components/TermsAndConditions/TermsAndConditions.d.ts +2 -2
  54. package/components/index.d.ts +1 -1
  55. package/containers/BillToShippingAddress/BillToShippingAddress.d.ts +5 -20
  56. package/containers/BillToShippingAddress.js +1 -1
  57. package/containers/EstimateShipping/EstimateShipping.d.ts +5 -2
  58. package/containers/EstimateShipping/index.d.ts +15 -15
  59. package/containers/EstimateShipping.js +1 -1
  60. package/containers/LoginForm/LoginForm.d.ts +4 -5
  61. package/containers/LoginForm.js +1 -1
  62. package/containers/MergedCartBanner/MergedCartBanner.d.ts +5 -4
  63. package/containers/MergedCartBanner.js +1 -1
  64. package/containers/OutOfStock/OutOfStock.d.ts +1 -0
  65. package/containers/OutOfStock/index.d.ts +15 -15
  66. package/containers/OutOfStock.js +1 -1
  67. package/containers/PaymentMethods/PaymentMethods.d.ts +6 -23
  68. package/containers/PaymentMethods.js +1 -1
  69. package/containers/PlaceOrder/PlaceOrder.d.ts +3 -6
  70. package/containers/PlaceOrder/index.d.ts +15 -15
  71. package/containers/PlaceOrder.js +1 -1
  72. package/containers/ServerError/ServerError.d.ts +1 -0
  73. package/containers/ServerError.js +1 -1
  74. package/containers/ShippingMethods/ShippingMethods.d.ts +8 -11
  75. package/containers/ShippingMethods/utils/emitShippingEstimateEvent.d.ts +1 -1
  76. package/containers/ShippingMethods.js +1 -1
  77. package/containers/TermsAndConditions/TermsAndConditions.d.ts +1 -0
  78. package/containers/TermsAndConditions.js +1 -1
  79. package/containers/index.d.ts +0 -1
  80. package/data/models/country.d.ts +15 -15
  81. package/data/models/custom-attribute.d.ts +15 -15
  82. package/data/models/email-availability.d.ts +15 -15
  83. package/data/models/index.d.ts +1 -0
  84. package/data/models/payment-method.d.ts +15 -15
  85. package/data/models/price.d.ts +15 -15
  86. package/data/models/shipping-estimate.d.ts +4 -0
  87. package/data/models/store-config.d.ts +1 -4
  88. package/data/models/values.d.ts +11 -0
  89. package/data/transforms/transform-cart.d.ts +1 -1
  90. package/data/transforms/transform-shipping-methods.d.ts +1 -1
  91. package/i18n/en_US.json.d.ts +0 -3
  92. package/lib/dispatchApiCall.d.ts +6 -22
  93. package/lib/enqueueRequest.d.ts +11 -24
  94. package/lib/events.d.ts +8 -0
  95. package/lib/index.d.ts +3 -2
  96. package/lib/network-error.d.ts +15 -15
  97. package/lib/values.d.ts +17 -0
  98. package/msw/browser.d.ts +15 -15
  99. package/msw/fixtures/fragments/cart.d.ts +15 -15
  100. package/msw/fixtures/index.d.ts +15 -15
  101. package/msw/fixtures/mutations/index.d.ts +15 -15
  102. package/msw/fixtures/queries/index.d.ts +15 -15
  103. package/msw/server.d.ts +15 -15
  104. package/package.json +1 -1
  105. package/render/index.d.ts +15 -15
  106. package/render.js +5 -6
  107. package/signals/ShippingEstimateSignal.d.ts +6 -5
  108. package/signals/index.d.ts +0 -5
  109. package/tests/constants.d.ts +15 -15
  110. package/{api/getCart/fixtures.d.ts → tests/fixtures/cart.d.ts} +3 -3
  111. package/{api/getCustomer/fixtures.d.ts → tests/fixtures/customer.d.ts} +1 -1
  112. package/tests/fixtures/payments.d.ts +8 -0
  113. package/{api/estimateShippingMethods/fixtures.d.ts → tests/fixtures/shipping.d.ts} +1 -1
  114. package/tests/integration/utils/index.d.ts +15 -15
  115. package/tests/integration/utils/setup.d.ts +1 -1
  116. package/tests/integration/utils/user-actions.d.ts +15 -15
  117. package/tests/mocks/svg.d.ts +15 -15
  118. package/tests/utils/expectError.d.ts +15 -15
  119. package/tests/utils/index.d.ts +15 -15
  120. package/tests/utils/mockEvents.d.ts +15 -15
  121. package/chunks/ShippingEstimateSignal.js +0 -14
  122. package/chunks/store-config.js +0 -3
  123. package/chunks/withConditionalRendering.js +0 -3
  124. package/chunks/withSkeleton.js +0 -3
  125. package/components/Newsletter/Newsletter.d.ts +0 -6
  126. package/components/Newsletter/NewsletterSkeleton.d.ts +0 -4
  127. package/components/Newsletter/index.d.ts +0 -20
  128. package/containers/Newsletter/Newsletter.d.ts +0 -9
  129. package/containers/Newsletter.d.ts +0 -3
  130. package/containers/Newsletter.js +0 -3
  131. package/hocs/index.d.ts +0 -19
  132. package/hocs/withConditionalRendering.d.ts +0 -13
  133. package/hocs/withSkeleton.d.ts +0 -8
  134. package/hooks/index.d.ts +0 -19
  135. package/hooks/useBreakpoint/index.d.ts +0 -18
  136. package/hooks/useBreakpoint/useBreakpoint.d.ts +0 -18
  137. package/hooks/useStableList/index.d.ts +0 -2
  138. package/hooks/useStableList/useStableList.d.ts +0 -2
  139. package/lib/debounce.d.ts +0 -30
  140. package/lib/fetch-error.d.ts +0 -23
  141. package/signals/CartSignal.d.ts +0 -7
  142. package/signals/IsBillToShippingSignal.d.ts +0 -18
  143. package/signals/IsSubscribedToNewsletterSignal.d.ts +0 -18
  144. package/signals/SelectedPaymentMethodSignal.d.ts +0 -18
  145. package/signals/SelectedShippingMethodSignal.d.ts +0 -4
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './estimateShippingMethods.graphql';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './estimateShippingMethods';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,25 +1,25 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
17
- export declare const setEndpoint: (endpoint: string) => void, setFetchGraphQlHeader: (key: string, value: string | null) => void, removeFetchGraphQlHeader: (key: string) => void, setFetchGraphQlHeaders: (header: import('@adobe/fetch-graphql').Header) => void, fetchGraphQl: <T = any>(query: string, options?: import('@adobe/fetch-graphql').FetchOptions | undefined) => Promise<{
18
- errors?: import('@adobe/fetch-graphql').FetchQueryError | undefined;
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
+ export declare const setEndpoint: (endpoint: string) => void, setFetchGraphQlHeader: (key: string, value: string | null) => void, removeFetchGraphQlHeader: (key: string) => void, setFetchGraphQlHeaders: (header: import('@adobe-commerce/fetch-graphql').Header | ((prev: import('@adobe-commerce/fetch-graphql').Header) => import('@adobe-commerce/fetch-graphql').Header)) => void, fetchGraphQl: <T = any>(query: string, options?: import('@adobe-commerce/fetch-graphql').FetchOptions | undefined) => Promise<{
18
+ errors?: import('@adobe-commerce/fetch-graphql').FetchQueryError | undefined;
19
19
  data: T;
20
20
  }>, getConfig: () => {
21
21
  endpoint: string | undefined;
22
- fetchGraphQlHeaders: import('@adobe/fetch-graphql').Header | undefined;
22
+ fetchGraphQlHeaders: import('@adobe-commerce/fetch-graphql').Header;
23
23
  };
24
- export type { FetchOptions, FetchQueryError } from '@adobe/fetch-graphql';
24
+ export type { FetchOptions, FetchQueryError, } from '@adobe-commerce/fetch-graphql';
25
25
  //# sourceMappingURL=fetch-graphql.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './fetch-graphql';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -14,5 +14,5 @@
14
14
  * is strictly forbidden unless prior written permission is obtained
15
15
  * from Adobe.
16
16
  *******************************************************************/
17
- export declare const getCart: () => Promise<import('../../data/models/cart').Cart | null | undefined>;
17
+ export declare const getCart: () => Promise<import('../../data/models/cart').Cart | undefined>;
18
18
  //# sourceMappingURL=getCart.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './getCart.graphql';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './getCart';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -14,5 +14,5 @@
14
14
  * is strictly forbidden unless prior written permission is obtained
15
15
  * from Adobe.
16
16
  *******************************************************************/
17
- export declare const GET_CHECKOUT_AGREEMENTS = "\n query GET_CHECKOUT_AGREEMENTS {\n checkoutAgreements {\n agreement_id\n checkbox_text\n content\n content_height\n is_html \n mode\n name\n }\n }\n";
17
+ export declare const GET_CHECKOUT_AGREEMENTS = "\n query GET_CHECKOUT_AGREEMENTS {\n checkoutAgreements {\n agreement_id\n checkbox_text\n content\n content_height\n is_html\n mode\n name\n }\n }\n";
18
18
  //# sourceMappingURL=getCheckoutAgreements.graphql.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './getCustomer.graphql';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './getCustomer';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -14,5 +14,5 @@
14
14
  * is strictly forbidden unless prior written permission is obtained
15
15
  * from Adobe.
16
16
  *******************************************************************/
17
- export declare const getStoreConfigQuery = "\n query getStoreConfig {\n storeConfig {\n default_country\n is_checkout_agreements_enabled\n is_guest_checkout_enabled\n is_one_page_checkout_enabled\n newsletter_enabled\n shopping_cart_display_shipping\n }\n }\n";
17
+ export declare const getStoreConfigQuery = "\n query getStoreConfig {\n storeConfig {\n default_country\n is_checkout_agreements_enabled\n is_guest_checkout_enabled\n is_one_page_checkout_enabled\n shopping_cart_display_shipping\n }\n }\n";
18
18
  //# sourceMappingURL=getStoreConfig.graphql.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './getStoreConfig';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './initialize';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './initializeCheckout';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { Cart } from '@adobe/event-bus';
1
+ import { Cart } from '@adobe-commerce/event-bus';
2
2
 
3
3
  export declare const initializeCheckout: (cart: Cart | null) => Promise<void>;
4
4
  //# sourceMappingURL=initializeCheckout.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export declare const isEmailAvailableQuery = "\n query isEmailAvailable($email: String!) {\n isEmailAvailable(email: $email) {\n is_email_available\n }\n }\n";
18
18
  //# sourceMappingURL=isEmailAvailable.graphql.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './isEmailAvailable';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './setBillingAddress';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import { BillingAddressInput } from '../../data/models';
2
2
 
3
- export declare const setBillingAddress: ({ address, customerAddressId, sameAsShipping, useForShipping, }: BillingAddressInput) => Promise<import('../../data/models').Cart | null | undefined>;
3
+ export declare const setBillingAddress: ({ address, customerAddressId, sameAsShipping, useForShipping, }: BillingAddressInput) => Promise<import('../../data/models').Cart | undefined>;
4
4
  //# sourceMappingURL=setBillingAddress.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './setGuestEmailOnCart';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -14,5 +14,5 @@
14
14
  * is strictly forbidden unless prior written permission is obtained
15
15
  * from Adobe.
16
16
  *******************************************************************/
17
- export declare const setGuestEmailOnCart: (email: string) => Promise<import('../../data/models/cart').Cart | null | undefined>;
17
+ export declare const setGuestEmailOnCart: (email: string) => Promise<import('../../data/models/cart').Cart | undefined>;
18
18
  //# sourceMappingURL=setGuestEmailOnCart.d.ts.map
@@ -1,18 +1,18 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
6
- * All Rights Reserved.
7
- *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
16
- *******************************************************************/
2
+ * ADOBE CONFIDENTIAL
3
+ * __________________
4
+ *
5
+ * Copyright 2024 Adobe
6
+ * All Rights Reserved.
7
+ *
8
+ * NOTICE: All information contained herein is, and remains
9
+ * the property of Adobe and its suppliers, if any. The intellectual
10
+ * and technical concepts contained herein are proprietary to Adobe
11
+ * and its suppliers and are protected by all applicable intellectual
12
+ * property laws, including trade secret and copyright laws.
13
+ * Dissemination of this information or reproduction of this material
14
+ * is strictly forbidden unless prior written permission is obtained
15
+ * from Adobe.
16
+ *******************************************************************/
17
17
  export * from './setPaymentMethod';
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import { SetPaymentMethodOnCartInput } from '../../__generated__/types';
2
2
 
3
- export declare const setPaymentMethod: (paymentMethod: SetPaymentMethodOnCartInput['payment_method']) => Promise<import('../../data/models/cart').Cart | null | undefined>;
3
+ export declare const setPaymentMethod: (paymentMethod: SetPaymentMethodOnCartInput['payment_method']) => Promise<import('../../data/models/cart').Cart | undefined>;
4
4
  //# sourceMappingURL=setPaymentMethod.d.ts.map