@dropins/storefront-checkout 0.1.0-alpha46 → 0.1.0-alpha48
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.
- package/__generated__/types.d.ts +22 -20
- package/api/errors/index.d.ts +16 -0
- package/api/estimateShippingMethods/graphql/estimateShippingMethods.graphql.d.ts +16 -0
- package/api/estimateShippingMethods/graphql/index.d.ts +16 -0
- package/api/estimateShippingMethods/index.d.ts +16 -0
- package/api/fetch-graphql/fetch-graphql.d.ts +16 -0
- package/api/fetch-graphql/index.d.ts +16 -0
- package/api/fetchAddressFormFields/fetchAddressFormFields.d.ts +16 -0
- package/api/fetchAddressFormFields/graphql/fetchAddressFormFields.graphql.d.ts +16 -0
- package/api/fetchAddressFormFields/index.d.ts +16 -0
- package/api/getCart/getCart.d.ts +16 -0
- package/api/getCart/graphql/getCart.graphql.d.ts +16 -0
- package/api/getCart/graphql/index.d.ts +16 -0
- package/api/getCart/index.d.ts +16 -0
- package/api/getCheckoutData/getCheckoutData.d.ts +16 -0
- package/api/getCheckoutData/index.d.ts +16 -0
- package/api/getCountries/getCountries.d.ts +16 -0
- package/api/getCountries/graphql/getCountries.graphql.d.ts +16 -0
- package/api/getCountries/index.d.ts +16 -0
- package/api/getCustomer/graphql/getCustomer.graphql.d.ts +16 -0
- package/api/getCustomer/graphql/index.d.ts +16 -0
- package/api/getCustomer/index.d.ts +16 -0
- package/api/getRegions/graphql/getRegions.graphql.d.ts +16 -0
- package/api/getRegions/index.d.ts +16 -0
- package/api/getStoreConfig/graphql/getStoreConfig.graphql.d.ts +16 -0
- package/api/getStoreConfig/index.d.ts +16 -0
- package/api/index.d.ts +16 -0
- package/api/initialize/index.d.ts +16 -0
- package/api/initialize/listeners.d.ts +16 -0
- package/api/initializeCheckout/index.d.ts +16 -0
- package/api/initializeCheckout/initializeCheckout.d.ts +16 -0
- package/api/isEmailAvailable/graphql/isEmailAvailable.graphql.d.ts +16 -0
- package/api/isEmailAvailable/index.d.ts +16 -0
- package/api/placeOrder/graphql/index.d.ts +16 -0
- package/api/placeOrder/graphql/placeOrder.graphql.d.ts +17 -1
- package/api/placeOrder/index.d.ts +16 -0
- package/api/placeOrder/placeOrder.d.ts +16 -0
- package/api/redirect/index.d.ts +16 -0
- package/api/redirect/redirect.d.ts +16 -0
- package/api/resetCheckout/index.d.ts +16 -0
- package/api/resetCheckout/resetCheckout.d.ts +16 -0
- package/api/resetCustomer/index.d.ts +16 -0
- package/api/resetCustomer/resetCustomer.d.ts +16 -0
- package/api/setBillingAddress/graphql/setBillingAddress.graphql.d.ts +16 -0
- package/api/setBillingAddress/index.d.ts +16 -0
- package/api/setGuestEmailOnCart/graphql/setGuestEmailOnCart.graphql.d.ts +16 -0
- package/api/setGuestEmailOnCart/index.d.ts +16 -0
- package/api/setGuestEmailOnCart/setGuestEmailOnCart.d.ts +16 -0
- package/api/setPaymentMethod/graphql/setPaymentMethod.graphql.d.ts +16 -0
- package/api/setPaymentMethod/index.d.ts +16 -0
- package/api/setPaymentMethod/setPaymentMethod.d.ts +16 -0
- package/api/setShippingAddress/graphql/setShippingAddress.graphql.d.ts +16 -0
- package/api/setShippingAddress/index.d.ts +16 -0
- package/api/setShippingAddress/setShippingAddress.d.ts +17 -1
- package/api/setShippingMethods/graphql/setShippingMethodsOnCart.graphql.d.ts +16 -0
- package/api/setShippingMethods/index.d.ts +16 -0
- package/api/setShippingMethods/setShippingMethods.d.ts +16 -0
- package/api/utils/enqueueRequest.d.ts +16 -0
- package/api.js +1 -1
- package/chunks/BillToShippingAddress.js +1 -1
- package/chunks/OrderError.js +1 -0
- package/chunks/ShippingMethods.js +1 -1
- package/chunks/fixtures.js +15 -0
- package/chunks/getCart.graphql.js +6 -20
- package/chunks/getCustomer.js +1 -1
- package/chunks/getMultilineValues.js +43 -0
- package/chunks/placeOrder.js +6 -2
- package/chunks/resetCustomer.js +1 -1
- package/chunks/setBillingAddress.js +3 -3
- package/chunks/setGuestEmailOnCart.js +17 -0
- package/chunks/setPaymentMethod.js +13 -0
- package/chunks/setShippingAddress.js +16 -0
- package/chunks/setShippingMethods.js +3 -85
- package/chunks/transform-shipping-methods.js +1 -0
- package/chunks/withConditionalRendering.js +1 -0
- package/components/AddressForm/constants.d.ts +16 -0
- package/components/AddressForm/index.d.ts +16 -0
- package/components/BillToShippingAddress/index.d.ts +16 -0
- package/components/EstimateShipping/index.d.ts +16 -0
- package/components/FieldsForm/index.d.ts +16 -0
- package/components/Heading/index.d.ts +16 -0
- package/components/LoginForm/index.d.ts +16 -0
- package/components/OutOfStock/index.d.ts +16 -0
- package/components/OverlayLoader/index.d.ts +16 -0
- package/components/PaymentMethods/index.d.ts +16 -0
- package/components/PlaceOrder/PlaceOrder.d.ts +1 -1
- package/components/PlaceOrder/index.d.ts +16 -0
- package/components/ServerError/index.d.ts +16 -0
- package/components/ShippingMethods/index.d.ts +16 -0
- package/components/index.d.ts +16 -3
- package/containers/BillToShippingAddress/BillToShippingAddress.d.ts +1 -1
- package/containers/BillToShippingAddress/constants.d.ts +16 -0
- package/containers/BillToShippingAddress/index.d.ts +16 -0
- package/containers/BillToShippingAddress.js +1 -1
- package/containers/BillingForm/BillingForm.d.ts +1 -1
- package/containers/BillingForm/constants.d.ts +16 -0
- package/containers/BillingForm/index.d.ts +16 -0
- package/containers/BillingForm.js +1 -1
- package/containers/ErrorBanner/index.d.ts +16 -0
- package/containers/ErrorBanner.js +1 -1
- package/containers/EstimateShipping/index.d.ts +16 -0
- package/containers/EstimateShipping.js +1 -1
- package/containers/LoginForm/LoginForm.d.ts +1 -1
- package/containers/LoginForm/constants.d.ts +16 -0
- package/containers/LoginForm/index.d.ts +16 -0
- package/containers/LoginForm.js +1 -1
- package/containers/MergedCartBanner/index.d.ts +16 -0
- package/containers/MergedCartBanner.js +1 -1
- package/containers/OutOfStock/index.d.ts +16 -0
- package/containers/OutOfStock.js +1 -1
- package/containers/PaymentMethods/PaymentMethods.d.ts +10 -11
- package/containers/PaymentMethods/defaultHandlers.d.ts +2 -9
- package/containers/PaymentMethods/index.d.ts +16 -0
- package/containers/PaymentMethods.js +1 -1
- package/containers/PlaceOrder/PlaceOrder.d.ts +10 -3
- package/containers/PlaceOrder/index.d.ts +16 -0
- package/containers/PlaceOrder.js +1 -1
- package/containers/ServerError/ServerError.d.ts +8 -0
- package/containers/ServerError/index.d.ts +19 -0
- package/containers/ServerError.d.ts +3 -0
- package/containers/ServerError.js +1 -0
- package/containers/ShippingForm/ShippingForm.d.ts +1 -1
- package/containers/ShippingForm/constants.d.ts +16 -0
- package/containers/ShippingForm/index.d.ts +17 -1
- package/containers/ShippingForm.js +1 -1
- package/containers/ShippingMethods/ShippingMethods.d.ts +7 -3
- package/containers/ShippingMethods/hooks/useShippingEstimateEventEmitter.d.ts +16 -0
- package/containers/ShippingMethods/index.d.ts +16 -0
- package/containers/ShippingMethods.js +1 -1
- package/containers/index.d.ts +17 -2
- package/data/models/acdl.d.ts +16 -0
- package/data/models/country.d.ts +16 -0
- package/data/models/custom-attribute.d.ts +16 -0
- package/data/models/email-availability.d.ts +16 -0
- package/data/models/index.d.ts +16 -0
- package/data/models/payment-method.d.ts +16 -0
- package/data/models/price.d.ts +16 -0
- package/data/models/region.d.ts +16 -0
- package/data/models/store-config.d.ts +16 -0
- package/data/transforms/index.d.ts +16 -0
- package/hocs/index.d.ts +16 -0
- package/hocs/withConditionalRendering.d.ts +1 -1
- package/hooks/index.d.ts +16 -0
- package/hooks/useBreakpoint/index.d.ts +16 -0
- package/hooks/useBreakpoint/useBreakpoint.d.ts +16 -0
- package/hooks/useLockScroll/index.d.ts +16 -0
- package/hooks/useLockScroll/useLockScroll.d.ts +16 -0
- package/hooks/useValidity/index.d.ts +16 -0
- package/hooks/useValidity/useValidity.d.ts +16 -0
- package/i18n/en_US.json.d.ts +0 -8
- package/lib/backup-data.d.ts +16 -0
- package/lib/fetch-error.d.ts +16 -0
- package/lib/index.d.ts +16 -0
- package/lib/network-error.d.ts +16 -0
- package/lib/redirect.d.ts +16 -0
- package/lib/state.d.ts +16 -0
- package/msw/browser.d.ts +16 -0
- package/msw/fixtures/fragments/billing-address.d.ts +16 -0
- package/msw/fixtures/fragments/cart.d.ts +16 -0
- package/msw/fixtures/fragments/index.d.ts +16 -0
- package/msw/fixtures/fragments/shipping-address.d.ts +16 -0
- package/msw/fixtures/index.d.ts +16 -0
- package/msw/fixtures/mutations/index.d.ts +16 -0
- package/msw/fixtures/queries/index.d.ts +16 -0
- package/msw/server.d.ts +16 -0
- package/package.json +1 -1
- package/render/index.d.ts +16 -0
- package/render.js +4 -3
- package/signals/IsBillToShippingSignal.d.ts +16 -0
- package/signals/ServerErrorSignal.d.ts +18 -0
- package/signals/index.d.ts +17 -0
- package/tests/constants.d.ts +16 -0
- package/tests/integration/utils/index.d.ts +16 -0
- package/tests/integration/utils/setup.d.ts +6 -4
- package/tests/integration/utils/user-actions.d.ts +16 -0
- package/tests/mocks/svg.d.ts +16 -0
- package/tests/utils/expectError.d.ts +16 -0
- package/tests/utils/index.d.ts +16 -0
- package/tests/utils/mockEvents.d.ts +16 -0
- package/utils/autocompleteFieldCodes/autocompleteFieldCodes.d.ts +16 -0
- package/utils/autocompleteFieldCodes/index.d.ts +16 -0
- package/utils/getDisplayName/index.d.ts +16 -0
- package/utils/getMultilineValues/getMultilineValues.d.ts +16 -0
- package/utils/getMultilineValues/index.d.ts +16 -0
- package/utils/index.d.ts +19 -0
- package/utils/isEmpty/index.d.ts +16 -0
- package/utils/isEmpty/isEmpty.d.ts +16 -0
- package/utils/isNullish/index.d.ts +16 -0
- package/utils/isNullish/isNullish.d.ts +16 -0
- package/utils/isUnexpectedError/index.d.ts +18 -0
- package/utils/isUnexpectedError/isUnexpectedError.d.ts +18 -0
- package/utils/parseRegionId/index.d.ts +16 -0
- package/utils/parseRegionId/parseRegionId.d.ts +16 -0
- package/utils/processFormFields/index.d.ts +16 -0
- package/utils/refetchEstimatedShippingMethods/index.d.ts +16 -0
- package/utils/scrollToElement/index.d.ts +18 -0
- package/utils/scrollToElement/scrollToElement.d.ts +18 -0
- package/utils/shippingMethods/index.d.ts +16 -0
- package/utils/validateForms/index.d.ts +18 -0
- package/utils/validateForms/validateForms.d.ts +18 -0
- package/chunks/EmptyCart.js +0 -1
- package/chunks/ErrorBanner.js +0 -1
- package/chunks/MergedCartBanner.js +0 -1
- package/chunks/OutOfStock.js +0 -1
- package/components/Checkout/Checkout.d.ts +0 -28
- package/components/Checkout/index.d.ts +0 -3
- package/components/EmptyCart/EmptyCart.d.ts +0 -9
- package/components/EmptyCart/index.d.ts +0 -3
- package/components/ToggleButton/ToggleButton.d.ts +0 -14
- package/components/ToggleButton/assets/icons/index.d.ts +0 -2
- package/components/ToggleButton/assets/images/index.d.ts +0 -2
- package/components/ToggleButton/index.d.ts +0 -3
- package/containers/Checkout/Checkout.d.ts +0 -35
- package/containers/Checkout/constants.d.ts +0 -2
- package/containers/Checkout/index.d.ts +0 -4
- package/containers/Checkout.d.ts +0 -3
- package/containers/Checkout.js +0 -1
- package/containers/EmptyCart/EmptyCart.d.ts +0 -8
- package/containers/EmptyCart/index.d.ts +0 -3
- package/containers/EmptyCart.d.ts +0 -3
- package/containers/EmptyCart.js +0 -1
package/__generated__/types.d.ts
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export type Maybe<T> = T | null;
|
|
2
18
|
export type InputMaybe<T> = Maybe<T>;
|
|
3
19
|
export type Exact<T extends {
|
|
@@ -13772,6 +13788,11 @@ export type PlaceOrderMutation = {
|
|
|
13772
13788
|
__typename?: 'Mutation';
|
|
13773
13789
|
placeOrder?: {
|
|
13774
13790
|
__typename?: 'PlaceOrderOutput';
|
|
13791
|
+
errors: Array<{
|
|
13792
|
+
__typename?: 'PlaceOrderError';
|
|
13793
|
+
code: PlaceOrderErrorCodes;
|
|
13794
|
+
message: string;
|
|
13795
|
+
} | null>;
|
|
13775
13796
|
orderV2?: {
|
|
13776
13797
|
__typename?: 'CustomerOrder';
|
|
13777
13798
|
number: string;
|
|
@@ -13860,12 +13881,7 @@ export type PlaceOrderMutation = {
|
|
|
13860
13881
|
items?: Array<{
|
|
13861
13882
|
__typename: 'BundleOrderItem';
|
|
13862
13883
|
id: string;
|
|
13863
|
-
quantity_canceled?: number | null;
|
|
13864
|
-
quantity_invoiced?: number | null;
|
|
13865
13884
|
quantity_ordered?: number | null;
|
|
13866
|
-
quantity_refunded?: number | null;
|
|
13867
|
-
quantity_returned?: number | null;
|
|
13868
|
-
quantity_shipped?: number | null;
|
|
13869
13885
|
discounts?: Array<{
|
|
13870
13886
|
__typename?: 'Discount';
|
|
13871
13887
|
amount: {
|
|
@@ -14069,12 +14085,7 @@ export type PlaceOrderMutation = {
|
|
|
14069
14085
|
} | {
|
|
14070
14086
|
__typename: 'DownloadableOrderItem';
|
|
14071
14087
|
id: string;
|
|
14072
|
-
quantity_canceled?: number | null;
|
|
14073
|
-
quantity_invoiced?: number | null;
|
|
14074
14088
|
quantity_ordered?: number | null;
|
|
14075
|
-
quantity_refunded?: number | null;
|
|
14076
|
-
quantity_returned?: number | null;
|
|
14077
|
-
quantity_shipped?: number | null;
|
|
14078
14089
|
discounts?: Array<{
|
|
14079
14090
|
__typename?: 'Discount';
|
|
14080
14091
|
amount: {
|
|
@@ -14278,12 +14289,7 @@ export type PlaceOrderMutation = {
|
|
|
14278
14289
|
} | {
|
|
14279
14290
|
__typename: 'GiftCardOrderItem';
|
|
14280
14291
|
id: string;
|
|
14281
|
-
quantity_canceled?: number | null;
|
|
14282
|
-
quantity_invoiced?: number | null;
|
|
14283
14292
|
quantity_ordered?: number | null;
|
|
14284
|
-
quantity_refunded?: number | null;
|
|
14285
|
-
quantity_returned?: number | null;
|
|
14286
|
-
quantity_shipped?: number | null;
|
|
14287
14293
|
gift_card?: {
|
|
14288
14294
|
__typename?: 'GiftCardItem';
|
|
14289
14295
|
recipient_name?: string | null;
|
|
@@ -14495,12 +14501,7 @@ export type PlaceOrderMutation = {
|
|
|
14495
14501
|
} | {
|
|
14496
14502
|
__typename: 'OrderItem';
|
|
14497
14503
|
id: string;
|
|
14498
|
-
quantity_canceled?: number | null;
|
|
14499
|
-
quantity_invoiced?: number | null;
|
|
14500
14504
|
quantity_ordered?: number | null;
|
|
14501
|
-
quantity_refunded?: number | null;
|
|
14502
|
-
quantity_returned?: number | null;
|
|
14503
|
-
quantity_shipped?: number | null;
|
|
14504
14505
|
discounts?: Array<{
|
|
14505
14506
|
__typename?: 'Discount';
|
|
14506
14507
|
amount: {
|
|
@@ -15101,6 +15102,7 @@ export type SetPaymentMethodMutation = {
|
|
|
15101
15102
|
export type SetShippingAddressMutationVariables = Exact<{
|
|
15102
15103
|
cartId: Scalars['String']['input'];
|
|
15103
15104
|
address: CartAddressInput;
|
|
15105
|
+
pickup_location_code?: InputMaybe<Scalars['String']['input']>;
|
|
15104
15106
|
}>;
|
|
15105
15107
|
export type SetShippingAddressMutation = {
|
|
15106
15108
|
__typename?: 'Mutation';
|
package/api/errors/index.d.ts
CHANGED
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './errors';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const estimateShippingMethodsMutation = "\nmutation estimateShippingMethods(\n\t$cartId: String!\n $address: EstimateAddressInput!\n) {\n\testimateShippingMethods(\n\t\tinput: {\n\t\t\tcart_id: $cartId\n\t\t\taddress: $address\n\t\t}\n\t) {\n\t\tcarrier_title\n\t\tcarrier_code\n\t\tmethod_title\n\t\tmethod_code\n\t\tavailable\n\t\tamount {\n\t\t\tcurrency\n\t\t\tvalue\n\t\t}\n\t\tprice_excl_tax {\n\t\t\tcurrency\n\t\t\tvalue\n\t\t}\n\t\tprice_incl_tax {\n\t\t\tcurrency\n\t\t\tvalue\n\t\t}\n\t\terror_message\n\t}\n}\n";
|
|
2
18
|
//# sourceMappingURL=estimateShippingMethods.graphql.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './estimateShippingMethods.graphql';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './estimateShippingMethods';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
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<{
|
|
2
18
|
errors?: import('@adobe/fetch-graphql').FetchQueryError | undefined;
|
|
3
19
|
data: T;
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './fetch-graphql';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const fetchAddressFormFields: () => Promise<import('../../data/models/address-form-fields').AddressFormField[] | undefined>;
|
|
2
18
|
//# sourceMappingURL=fetchAddressFormFields.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const fetchAddressFormFieldsQuery = "\n query fetchAddressFormFields {\n attributesForm(formCode: \"customer_register_address\") {\n items {\n frontend_input\n code\n label\n default_value\n is_required\n options {\n label\n value\n is_default\n }\n ... on CustomerAttributeMetadata {\n multiline_count\n sort_order\n validate_rules {\n name\n value\n }\n }\n }\n errors {\n message\n type\n }\n }\n }\n";
|
|
2
18
|
//# sourceMappingURL=fetchAddressFormFields.graphql.d.ts.map
|
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './fetchAddressFormFields';
|
|
2
18
|
export * from './fixtures';
|
|
3
19
|
//# sourceMappingURL=index.d.ts.map
|
package/api/getCart/getCart.d.ts
CHANGED
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const getCart: () => Promise<import('../../data/models/cart').Cart | null | undefined>;
|
|
2
18
|
//# sourceMappingURL=getCart.d.ts.map
|
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const CHECKOUT_DATA_FRAGMENT = "\n fragment CheckoutData on Cart {\n is_virtual\n email\n total_quantity\n billing_address {\n city\n country {\n code\n label\n }\n firstname\n lastname\n company\n postcode\n vat_id\n region {\n region_id\n code\n label\n }\n street\n telephone\n custom_attributes {\n ... on AttributeValue {\n code\n value\n }\n }\n }\n shipping_addresses {\n firstname\n lastname\n company\n street\n city\n postcode\n vat_id\n region {\n region_id\n code\n label\n }\n country {\n code\n label\n }\n telephone\n custom_attributes {\n ... on AttributeValue {\n code\n value\n }\n }\n available_shipping_methods {\n amount {\n currency\n value\n }\n available\n carrier_code\n carrier_title\n error_message\n method_code\n method_title\n price_excl_tax {\n value\n currency\n }\n price_incl_tax {\n value\n currency\n }\n }\n selected_shipping_method {\n amount {\n value\n currency\n }\n carrier_code\n carrier_title\n method_code\n method_title\n price_excl_tax {\n value\n currency\n }\n price_incl_tax {\n value\n currency\n }\n }\n }\n available_payment_methods {\n code\n title\n }\n selected_payment_method {\n code\n title\n }\n }\n";
|
|
2
18
|
export declare const getCartQuery: string;
|
|
3
19
|
export declare const getCustomerCartQuery: string;
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './getCart.graphql';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
package/api/getCart/index.d.ts
CHANGED
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './getCart';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const getCheckoutData: () => Promise<void>;
|
|
2
18
|
//# sourceMappingURL=getCheckoutData.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './getCheckoutData';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const getCountries: () => Promise<import('../../data/models/country').Country[] | undefined>;
|
|
2
18
|
//# sourceMappingURL=getCountries.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const getCountriesQuery = "\nquery getCountries {\n countries {\n two_letter_abbreviation\n full_name_locale\n }\n}";
|
|
2
18
|
//# sourceMappingURL=getCountries.graphql.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './getCountries';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const getCustomerQuery = "\n query getCustomer {\n customer {\n firstname\n lastname\n email\n addresses {\n id\n default_shipping\n default_billing\n city\n country_code\n firstname\n lastname\n company\n postcode\n vat_id\n region {\n region\n region_id\n region_code\n }\n street\n telephone\n custom_attributesV2 {\n ... on AttributeValue {\n code\n value\n }\n }\n }\n }\n }\n";
|
|
2
18
|
//# sourceMappingURL=getCustomer.graphql.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './getCustomer.graphql';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './getCustomer';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const getRegionsQuery = "\nquery getRegions($countryCode: String!) {\n country(id: $countryCode) {\n id\n available_regions {\n id\n code\n name\n }\n }\n}";
|
|
2
18
|
//# sourceMappingURL=getRegions.graphql.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './getRegions';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const getStoreConfigQuery = "\n query getStoreConfig {\n storeConfig {\n countries_with_required_region\n default_country\n display_state_if_optional\n is_guest_checkout_enabled\n is_one_page_checkout_enabled\n locale\n optional_zip_countries\n shopping_cart_display_shipping\n store_code\n }\n }\n";
|
|
2
18
|
//# sourceMappingURL=getStoreConfig.graphql.d.ts.map
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './getStoreConfig';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
package/api/index.d.ts
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './errors';
|
|
2
18
|
export * from './estimateShippingMethods';
|
|
3
19
|
export * from './fetch-graphql';
|
|
@@ -1,2 +1,18 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export * from './initialize';
|
|
2
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
*******************************************************************/
|
|
1
17
|
export declare const addCheckoutEventListeners: () => ({
|
|
2
18
|
off(): void;
|
|
3
19
|
} | undefined)[];
|