@wix/ecom 1.0.941 → 1.0.943
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/build/cjs/index.d.ts +33 -33
- package/build/cjs/index.js +33 -33
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +33 -33
- package/build/cjs/meta.js +33 -33
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/service-plugins.d.ts +10 -10
- package/build/cjs/service-plugins.js +10 -10
- package/build/cjs/service-plugins.js.map +1 -1
- package/build/es/index.d.ts +33 -33
- package/build/es/index.js +33 -33
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +33 -33
- package/build/es/meta.js +33 -33
- package/build/es/meta.js.map +1 -1
- package/build/es/service-plugins.d.ts +10 -10
- package/build/es/service-plugins.js +10 -10
- package/build/es/service-plugins.js.map +1 -1
- package/build/internal/cjs/dashboard.d.ts +1 -0
- package/build/internal/cjs/dashboard.js +18 -0
- package/build/internal/cjs/dashboard.js.map +1 -0
- package/build/internal/cjs/index.d.ts +34 -0
- package/build/internal/cjs/index.js +93 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +33 -0
- package/build/internal/cjs/meta.js +60 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/service-plugins.d.ts +10 -0
- package/build/internal/cjs/service-plugins.js +37 -0
- package/build/internal/cjs/service-plugins.js.map +1 -0
- package/build/internal/es/dashboard.d.ts +1 -0
- package/build/internal/es/dashboard.js +2 -0
- package/build/internal/es/dashboard.js.map +1 -0
- package/build/internal/es/index.d.ts +34 -0
- package/build/internal/es/index.js +35 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/meta.d.ts +33 -0
- package/build/internal/es/meta.js +34 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/service-plugins.d.ts +10 -0
- package/build/internal/es/service-plugins.js +11 -0
- package/build/internal/es/service-plugins.js.map +1 -0
- package/package.json +47 -47
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content';
|
|
2
|
+
import * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger';
|
|
3
|
+
import * as discountRules from '@wix/auto_sdk_ecom_discount-rules';
|
|
4
|
+
import * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices';
|
|
5
|
+
import * as recommendations from '@wix/auto_sdk_ecom_recommendations';
|
|
6
|
+
import * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts';
|
|
7
|
+
import * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts';
|
|
8
|
+
import * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications';
|
|
9
|
+
import * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings';
|
|
10
|
+
import * as cart from '@wix/auto_sdk_ecom_cart';
|
|
11
|
+
import * as currentCart from '@wix/auto_sdk_ecom_current-cart';
|
|
12
|
+
import * as checkout from '@wix/auto_sdk_ecom_checkout';
|
|
13
|
+
import * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings';
|
|
14
|
+
import * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates';
|
|
15
|
+
import * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile';
|
|
16
|
+
import * as draftOrders from '@wix/auto_sdk_ecom_draft-orders';
|
|
17
|
+
import * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments';
|
|
18
|
+
import * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers';
|
|
19
|
+
import * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options';
|
|
20
|
+
import * as orders from '@wix/auto_sdk_ecom_orders';
|
|
21
|
+
import * as orderBilling from '@wix/auto_sdk_ecom_order-billing';
|
|
22
|
+
import * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests';
|
|
23
|
+
import * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions';
|
|
24
|
+
import * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings';
|
|
25
|
+
import * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations';
|
|
26
|
+
import * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options';
|
|
27
|
+
import * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations';
|
|
28
|
+
import * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator';
|
|
29
|
+
import * as currencies from '@wix/auto_sdk_ecom_currencies';
|
|
30
|
+
import * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions';
|
|
31
|
+
import * as tipSettings from '@wix/auto_sdk_ecom_tip-settings';
|
|
32
|
+
import * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff';
|
|
33
|
+
import * as tips from '@wix/auto_sdk_ecom_tips';
|
|
34
|
+
export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderBilling, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,sBAAsB,MAAM,6CAA6C,CAAC;AACtF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,qBAAqB,MAAM,2CAA2C,CAAC;AACnF,OAAO,KAAK,kBAAkB,MAAM,wCAAwC,CAAC;AAC7E,OAAO,KAAK,wBAAwB,MAAM,gDAAgD,CAAC;AAC3F,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,kCAAkC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAEhD,OAAO,EACL,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,oBAAoB,EACpB,MAAM,EACN,YAAY,EACZ,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,IAAI,GACL,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';
|
|
2
|
+
export * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
|
|
3
|
+
export * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';
|
|
4
|
+
export * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';
|
|
5
|
+
export * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';
|
|
6
|
+
export * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';
|
|
7
|
+
export * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';
|
|
8
|
+
export * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';
|
|
9
|
+
export * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';
|
|
10
|
+
export * as cart from '@wix/auto_sdk_ecom_cart/meta';
|
|
11
|
+
export * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';
|
|
12
|
+
export * as checkout from '@wix/auto_sdk_ecom_checkout/meta';
|
|
13
|
+
export * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';
|
|
14
|
+
export * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';
|
|
15
|
+
export * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';
|
|
16
|
+
export * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';
|
|
17
|
+
export * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';
|
|
18
|
+
export * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';
|
|
19
|
+
export * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';
|
|
20
|
+
export * as orders from '@wix/auto_sdk_ecom_orders/meta';
|
|
21
|
+
export * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';
|
|
22
|
+
export * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';
|
|
23
|
+
export * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';
|
|
24
|
+
export * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';
|
|
25
|
+
export * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
26
|
+
export * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
27
|
+
export * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
28
|
+
export * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
29
|
+
export * as currencies from '@wix/auto_sdk_ecom_currencies/meta';
|
|
30
|
+
export * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
31
|
+
export * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
32
|
+
export * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
33
|
+
export * as tips from '@wix/auto_sdk_ecom_tips/meta';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export * as checkoutContent from '@wix/auto_sdk_ecom_checkout-content/meta';
|
|
2
|
+
export * as discountsCustomTrigger from '@wix/auto_sdk_ecom_discounts-custom-trigger/meta';
|
|
3
|
+
export * as discountRules from '@wix/auto_sdk_ecom_discount-rules/meta';
|
|
4
|
+
export * as orderInvoices from '@wix/auto_sdk_ecom_order-invoices/meta';
|
|
5
|
+
export * as recommendations from '@wix/auto_sdk_ecom_recommendations/meta';
|
|
6
|
+
export * as subscriptionContracts from '@wix/auto_sdk_ecom_subscription-contracts/meta';
|
|
7
|
+
export * as abandonedCheckouts from '@wix/auto_sdk_ecom_abandoned-checkouts/meta';
|
|
8
|
+
export * as backInStockNotifications from '@wix/auto_sdk_ecom_back-in-stock-notifications/meta';
|
|
9
|
+
export * as backInStockSettings from '@wix/auto_sdk_ecom_back-in-stock-settings/meta';
|
|
10
|
+
export * as cart from '@wix/auto_sdk_ecom_cart/meta';
|
|
11
|
+
export * as currentCart from '@wix/auto_sdk_ecom_current-cart/meta';
|
|
12
|
+
export * as checkout from '@wix/auto_sdk_ecom_checkout/meta';
|
|
13
|
+
export * as checkoutSettings from '@wix/auto_sdk_ecom_checkout-settings/meta';
|
|
14
|
+
export * as checkoutTemplates from '@wix/auto_sdk_ecom_checkout-templates/meta';
|
|
15
|
+
export * as deliveryProfile from '@wix/auto_sdk_ecom_delivery-profile/meta';
|
|
16
|
+
export * as draftOrders from '@wix/auto_sdk_ecom_draft-orders/meta';
|
|
17
|
+
export * as orderFulfillments from '@wix/auto_sdk_ecom_order-fulfillments/meta';
|
|
18
|
+
export * as giftVouchers from '@wix/auto_sdk_ecom_gift-vouchers/meta';
|
|
19
|
+
export * as localDeliveryOptions from '@wix/auto_sdk_ecom_local-delivery-options/meta';
|
|
20
|
+
export * as orders from '@wix/auto_sdk_ecom_orders/meta';
|
|
21
|
+
export * as orderBilling from '@wix/auto_sdk_ecom_order-billing/meta';
|
|
22
|
+
export * as orderPaymentRequests from '@wix/auto_sdk_ecom_order-payment-requests/meta';
|
|
23
|
+
export * as orderTransactions from '@wix/auto_sdk_ecom_order-transactions/meta';
|
|
24
|
+
export * as ordersSettings from '@wix/auto_sdk_ecom_orders-settings/meta';
|
|
25
|
+
export * as pickupLocations from '@wix/auto_sdk_ecom_pickup-locations/meta';
|
|
26
|
+
export * as shippingOptions from '@wix/auto_sdk_ecom_shipping-options/meta';
|
|
27
|
+
export * as shippoConfigurations from '@wix/auto_sdk_ecom_shippo-configurations/meta';
|
|
28
|
+
export * as totalsCalculator from '@wix/auto_sdk_ecom_totals-calculator/meta';
|
|
29
|
+
export * as currencies from '@wix/auto_sdk_ecom_currencies/meta';
|
|
30
|
+
export * as deliverySolutions from '@wix/auto_sdk_ecom_delivery-solutions/meta';
|
|
31
|
+
export * as tipSettings from '@wix/auto_sdk_ecom_tip-settings/meta';
|
|
32
|
+
export * as tippableStaff from '@wix/auto_sdk_ecom_tippable-staff/meta';
|
|
33
|
+
export * as tips from '@wix/auto_sdk_ecom_tips/meta';
|
|
34
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,sBAAsB,MAAM,kDAAkD,CAAC;AAC3F,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,eAAe,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,qBAAqB,MAAM,gDAAgD,CAAC;AACxF,OAAO,KAAK,kBAAkB,MAAM,6CAA6C,CAAC;AAClF,OAAO,KAAK,wBAAwB,MAAM,qDAAqD,CAAC;AAChG,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC;AACrD,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,MAAM,MAAM,gCAAgC,CAAC;AACzD,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,cAAc,MAAM,yCAAyC,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,eAAe,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,oBAAoB,MAAM,+CAA+C,CAAC;AACtF,OAAO,KAAK,gBAAgB,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,UAAU,MAAM,oCAAoC,CAAC;AACjE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,WAAW,MAAM,sCAAsC,CAAC;AACpE,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * as giftVouchersProvider from '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
2
|
+
export * as memberships from '@wix/auto_sdk_ecom_memberships';
|
|
3
|
+
export * as recommendationsProvider from '@wix/auto_sdk_ecom_recommendations-provider';
|
|
4
|
+
export * as shippingRates from '@wix/auto_sdk_ecom_shipping-rates';
|
|
5
|
+
export * as additionalFees from '@wix/auto_sdk_ecom_additional-fees';
|
|
6
|
+
export * as catalog from '@wix/auto_sdk_ecom_catalog';
|
|
7
|
+
export * as customTriggers from '@wix/auto_sdk_ecom_custom-triggers';
|
|
8
|
+
export * as discounts from '@wix/auto_sdk_ecom_discounts';
|
|
9
|
+
export * as paymentSettings from '@wix/auto_sdk_ecom_payment-settings';
|
|
10
|
+
export * as validations from '@wix/auto_sdk_ecom_validations';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * as giftVouchersProvider from '@wix/auto_sdk_ecom_gift-vouchers-provider';
|
|
2
|
+
export * as memberships from '@wix/auto_sdk_ecom_memberships';
|
|
3
|
+
export * as recommendationsProvider from '@wix/auto_sdk_ecom_recommendations-provider';
|
|
4
|
+
export * as shippingRates from '@wix/auto_sdk_ecom_shipping-rates';
|
|
5
|
+
export * as additionalFees from '@wix/auto_sdk_ecom_additional-fees';
|
|
6
|
+
export * as catalog from '@wix/auto_sdk_ecom_catalog';
|
|
7
|
+
export * as customTriggers from '@wix/auto_sdk_ecom_custom-triggers';
|
|
8
|
+
export * as discounts from '@wix/auto_sdk_ecom_discounts';
|
|
9
|
+
export * as paymentSettings from '@wix/auto_sdk_ecom_payment-settings';
|
|
10
|
+
export * as validations from '@wix/auto_sdk_ecom_validations';
|
|
11
|
+
//# sourceMappingURL=service-plugins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-plugins.js","sourceRoot":"","sources":["../../../service-plugins.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,uBAAuB,MAAM,6CAA6C,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,mCAAmC,CAAC;AACnE,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,qCAAqC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.943",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -43,56 +43,56 @@
|
|
|
43
43
|
"dashboard"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@wix/
|
|
47
|
-
"@wix/
|
|
48
|
-
"@wix/
|
|
49
|
-
"@wix/
|
|
50
|
-
"@wix/
|
|
51
|
-
"@wix/
|
|
52
|
-
"@wix/
|
|
53
|
-
"@wix/
|
|
54
|
-
"@wix/
|
|
55
|
-
"@wix/
|
|
56
|
-
"@wix/
|
|
57
|
-
"@wix/
|
|
58
|
-
"@wix/
|
|
59
|
-
"@wix/
|
|
60
|
-
"@wix/
|
|
61
|
-
"@wix/
|
|
62
|
-
"@wix/
|
|
63
|
-
"@wix/
|
|
64
|
-
"@wix/
|
|
65
|
-
"@wix/
|
|
66
|
-
"@wix/
|
|
67
|
-
"@wix/
|
|
68
|
-
"@wix/
|
|
69
|
-
"@wix/
|
|
70
|
-
"@wix/
|
|
71
|
-
"@wix/
|
|
72
|
-
"@wix/
|
|
73
|
-
"@wix/
|
|
74
|
-
"@wix/
|
|
75
|
-
"@wix/
|
|
76
|
-
"@wix/
|
|
77
|
-
"@wix/
|
|
78
|
-
"@wix/
|
|
79
|
-
"@wix/
|
|
80
|
-
"@wix/
|
|
81
|
-
"@wix/
|
|
82
|
-
"@wix/
|
|
83
|
-
"@wix/
|
|
84
|
-
"@wix/
|
|
85
|
-
"@wix/
|
|
86
|
-
"@wix/
|
|
87
|
-
"@wix/
|
|
88
|
-
"@wix/
|
|
89
|
-
"@wix/
|
|
46
|
+
"@wix/auto_sdk_ecom_abandoned-checkouts": "1.0.0",
|
|
47
|
+
"@wix/auto_sdk_ecom_additional-fees": "1.0.0",
|
|
48
|
+
"@wix/auto_sdk_ecom_back-in-stock-notifications": "1.0.0",
|
|
49
|
+
"@wix/auto_sdk_ecom_back-in-stock-settings": "1.0.0",
|
|
50
|
+
"@wix/auto_sdk_ecom_cart": "1.0.0",
|
|
51
|
+
"@wix/auto_sdk_ecom_catalog": "1.0.0",
|
|
52
|
+
"@wix/auto_sdk_ecom_checkout": "1.0.0",
|
|
53
|
+
"@wix/auto_sdk_ecom_checkout-content": "1.0.0",
|
|
54
|
+
"@wix/auto_sdk_ecom_checkout-settings": "1.0.0",
|
|
55
|
+
"@wix/auto_sdk_ecom_checkout-templates": "1.0.0",
|
|
56
|
+
"@wix/auto_sdk_ecom_currencies": "1.0.0",
|
|
57
|
+
"@wix/auto_sdk_ecom_current-cart": "1.0.0",
|
|
58
|
+
"@wix/auto_sdk_ecom_custom-triggers": "1.0.0",
|
|
59
|
+
"@wix/auto_sdk_ecom_delivery-profile": "1.0.0",
|
|
60
|
+
"@wix/auto_sdk_ecom_delivery-solutions": "1.0.0",
|
|
61
|
+
"@wix/auto_sdk_ecom_discount-rules": "1.0.0",
|
|
62
|
+
"@wix/auto_sdk_ecom_discounts": "1.0.0",
|
|
63
|
+
"@wix/auto_sdk_ecom_discounts-custom-trigger": "1.0.0",
|
|
64
|
+
"@wix/auto_sdk_ecom_draft-orders": "1.0.0",
|
|
65
|
+
"@wix/auto_sdk_ecom_gift-vouchers": "1.0.0",
|
|
66
|
+
"@wix/auto_sdk_ecom_gift-vouchers-provider": "1.0.0",
|
|
67
|
+
"@wix/auto_sdk_ecom_local-delivery-options": "1.0.0",
|
|
68
|
+
"@wix/auto_sdk_ecom_memberships": "1.0.0",
|
|
69
|
+
"@wix/auto_sdk_ecom_order-billing": "1.0.0",
|
|
70
|
+
"@wix/auto_sdk_ecom_order-fulfillments": "1.0.0",
|
|
71
|
+
"@wix/auto_sdk_ecom_order-invoices": "1.0.0",
|
|
72
|
+
"@wix/auto_sdk_ecom_order-payment-requests": "1.0.0",
|
|
73
|
+
"@wix/auto_sdk_ecom_order-transactions": "1.0.0",
|
|
74
|
+
"@wix/auto_sdk_ecom_orders": "1.0.0",
|
|
75
|
+
"@wix/auto_sdk_ecom_orders-settings": "1.0.0",
|
|
76
|
+
"@wix/auto_sdk_ecom_payment-settings": "1.0.0",
|
|
77
|
+
"@wix/auto_sdk_ecom_pickup-locations": "1.0.0",
|
|
78
|
+
"@wix/auto_sdk_ecom_recommendations": "1.0.0",
|
|
79
|
+
"@wix/auto_sdk_ecom_recommendations-provider": "1.0.0",
|
|
80
|
+
"@wix/auto_sdk_ecom_shipping-options": "1.0.0",
|
|
81
|
+
"@wix/auto_sdk_ecom_shipping-rates": "1.0.0",
|
|
82
|
+
"@wix/auto_sdk_ecom_shippo-configurations": "1.0.0",
|
|
83
|
+
"@wix/auto_sdk_ecom_subscription-contracts": "1.0.0",
|
|
84
|
+
"@wix/auto_sdk_ecom_tip-settings": "1.0.0",
|
|
85
|
+
"@wix/auto_sdk_ecom_tippable-staff": "1.0.0",
|
|
86
|
+
"@wix/auto_sdk_ecom_tips": "1.0.0",
|
|
87
|
+
"@wix/auto_sdk_ecom_totals-calculator": "1.0.0",
|
|
88
|
+
"@wix/auto_sdk_ecom_validations": "1.0.0",
|
|
89
|
+
"@wix/ecom_app-extensions": "1.0.12"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"typescript": "^5.3.2"
|
|
93
93
|
},
|
|
94
94
|
"scripts": {
|
|
95
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
95
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
|
|
96
96
|
"test": ":"
|
|
97
97
|
},
|
|
98
98
|
"wix": {
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"fqdn": ""
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"falconPackageHash": "
|
|
109
|
+
"falconPackageHash": "fbb057cb334ad47f51dcd0109ec2288068de2852b8fc76c2df15c29a"
|
|
110
110
|
}
|