flowrix 1.0.1-beta.71 → 1.0.1-beta.73
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/dist/module.json +1 -1
- package/dist/runtime/composables/index.d.ts +2 -3
- package/dist/runtime/composables/index.js +2 -3
- package/package.json +1 -1
- /package/dist/runtime/composables/Checkout/{useBillingAddress.d.ts → useCheckoutBillingAddress.d.ts} +0 -0
- /package/dist/runtime/composables/Checkout/{useBillingAddress.js → useCheckoutBillingAddress.js} +0 -0
- /package/dist/runtime/composables/Checkout/{useShippingAddress.d.ts → useCheckoutShippingAddress.d.ts} +0 -0
- /package/dist/runtime/composables/Checkout/{useShippingAddress.js → useCheckoutShippingAddress.js} +0 -0
package/dist/module.json
CHANGED
|
@@ -11,11 +11,11 @@ export * from './Category/useCategoryContent.js';
|
|
|
11
11
|
export * from './Category/useCategoryGrid.js';
|
|
12
12
|
export * from './Category/useCategoryIndex.js';
|
|
13
13
|
export * from './Category/useCategoryTop.js';
|
|
14
|
-
export * from './Checkout/
|
|
14
|
+
export * from './Checkout/useCheckoutBillingAddress.js';
|
|
15
15
|
export * from './Checkout/useCheckout.js';
|
|
16
16
|
export * from './Checkout/useCreateAccount.js';
|
|
17
17
|
export * from './Checkout/useDeliveryMethod.js';
|
|
18
|
-
export * from './Checkout/
|
|
18
|
+
export * from './Checkout/useCheckoutShippingAddress.js';
|
|
19
19
|
export * from './Checkout/PaymentMethods/useDirectDeposit.js';
|
|
20
20
|
export * from './Checkout/PaymentMethods/useEway.js';
|
|
21
21
|
export * from './Checkout/PaymentMethods/useFlowrixpay.js';
|
|
@@ -71,7 +71,6 @@ export { useClientApi } from './useClientApi.js';
|
|
|
71
71
|
export { useDynamicHtmlRenderer } from './useDynamicHtmlRenderer.js';
|
|
72
72
|
export { useLocation } from './useLocation.js';
|
|
73
73
|
export { useLocations } from './useLocations.js';
|
|
74
|
-
export { useQuotations } from './useQuotations.js';
|
|
75
74
|
export { useQuotationCheckout } from './useQuotationCheckout.js';
|
|
76
75
|
export { useSearch } from './useSearch.js';
|
|
77
76
|
export { useSubscriptions } from './useSubscriptions.js';
|
|
@@ -11,11 +11,11 @@ export * from "./Category/useCategoryContent.js";
|
|
|
11
11
|
export * from "./Category/useCategoryGrid.js";
|
|
12
12
|
export * from "./Category/useCategoryIndex.js";
|
|
13
13
|
export * from "./Category/useCategoryTop.js";
|
|
14
|
-
export * from "./Checkout/
|
|
14
|
+
export * from "./Checkout/useCheckoutBillingAddress.js";
|
|
15
15
|
export * from "./Checkout/useCheckout.js";
|
|
16
16
|
export * from "./Checkout/useCreateAccount.js";
|
|
17
17
|
export * from "./Checkout/useDeliveryMethod.js";
|
|
18
|
-
export * from "./Checkout/
|
|
18
|
+
export * from "./Checkout/useCheckoutShippingAddress.js";
|
|
19
19
|
export * from "./Checkout/PaymentMethods/useDirectDeposit.js";
|
|
20
20
|
export * from "./Checkout/PaymentMethods/useEway.js";
|
|
21
21
|
export * from "./Checkout/PaymentMethods/useFlowrixpay.js";
|
|
@@ -71,7 +71,6 @@ export { useClientApi } from "./useClientApi.js";
|
|
|
71
71
|
export { useDynamicHtmlRenderer } from "./useDynamicHtmlRenderer.js";
|
|
72
72
|
export { useLocation } from "./useLocation.js";
|
|
73
73
|
export { useLocations } from "./useLocations.js";
|
|
74
|
-
export { useQuotations } from "./useQuotations";
|
|
75
74
|
export { useQuotationCheckout } from "./useQuotationCheckout.js";
|
|
76
75
|
export { useSearch } from "./useSearch.js";
|
|
77
76
|
export { useSubscriptions } from "./useSubscriptions.js";
|
package/package.json
CHANGED
/package/dist/runtime/composables/Checkout/{useBillingAddress.d.ts → useCheckoutBillingAddress.d.ts}
RENAMED
|
File without changes
|
/package/dist/runtime/composables/Checkout/{useBillingAddress.js → useCheckoutBillingAddress.js}
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/runtime/composables/Checkout/{useShippingAddress.js → useCheckoutShippingAddress.js}
RENAMED
|
File without changes
|