@wix/ecom 1.0.677 → 1.0.678

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.
@@ -10,9 +10,12 @@ export * as checkout from '@wix/ecom_checkout/context';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/context';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/context';
12
12
  export * as deliveryProfile from '@wix/ecom_delivery-profile/context';
13
+ export * as draftOrders from '@wix/ecom_draft-orders/context';
13
14
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
15
+ export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/context';
14
16
  export * as orders from '@wix/ecom_orders/context';
15
17
  export * as orderTransactions from '@wix/ecom_order-transactions/context';
16
18
  export * as ordersSettings from '@wix/ecom_orders-settings/context';
19
+ export * as pickupLocations from '@wix/ecom_pickup-locations/context';
17
20
  export * as shippoConfigurations from '@wix/ecom_shippo-configurations/context';
18
21
  export * as currencies from '@wix/ecom_currencies/context';
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.currencies = exports.shippoConfigurations = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.orderFulfillments = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
26
+ exports.currencies = exports.shippoConfigurations = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.localDeliveryOptions = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
27
27
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules/context"));
28
28
  exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices/context"));
29
29
  exports.recommendations = __importStar(require("@wix/ecom_recommendations/context"));
@@ -36,10 +36,13 @@ exports.checkout = __importStar(require("@wix/ecom_checkout/context"));
36
36
  exports.checkoutSettings = __importStar(require("@wix/ecom_checkout-settings/context"));
37
37
  exports.checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates/context"));
38
38
  exports.deliveryProfile = __importStar(require("@wix/ecom_delivery-profile/context"));
39
+ exports.draftOrders = __importStar(require("@wix/ecom_draft-orders/context"));
39
40
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments/context"));
41
+ exports.localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options/context"));
40
42
  exports.orders = __importStar(require("@wix/ecom_orders/context"));
41
43
  exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions/context"));
42
44
  exports.ordersSettings = __importStar(require("@wix/ecom_orders-settings/context"));
45
+ exports.pickupLocations = __importStar(require("@wix/ecom_pickup-locations/context"));
43
46
  exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurations/context"));
44
47
  exports.currencies = __importStar(require("@wix/ecom_currencies/context"));
45
48
  //# sourceMappingURL=context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAkE;AAClE,kFAAkE;AAClE,qFAAqE;AACrE,4FAA4E;AAC5E,0GAA0F;AAC1F,gGAAgF;AAChF,+DAA+C;AAC/C,8EAA8D;AAC9D,uEAAuD;AACvD,wFAAwE;AACxE,0FAA0E;AAC1E,sFAAsE;AACtE,0FAA0E;AAC1E,mEAAmD;AACnD,0FAA0E;AAC1E,oFAAoE;AACpE,gGAAgF;AAChF,2EAA2D"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAkE;AAClE,kFAAkE;AAClE,qFAAqE;AACrE,4FAA4E;AAC5E,0GAA0F;AAC1F,gGAAgF;AAChF,+DAA+C;AAC/C,8EAA8D;AAC9D,uEAAuD;AACvD,wFAAwE;AACxE,0FAA0E;AAC1E,sFAAsE;AACtE,8EAA8D;AAC9D,0FAA0E;AAC1E,iGAAiF;AACjF,mEAAmD;AACnD,0FAA0E;AAC1E,oFAAoE;AACpE,sFAAsE;AACtE,gGAAgF;AAChF,2EAA2D"}
@@ -10,9 +10,12 @@ export * as checkout from '@wix/ecom_checkout';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates';
12
12
  export * as deliveryProfile from '@wix/ecom_delivery-profile';
13
+ export * as draftOrders from '@wix/ecom_draft-orders';
13
14
  export * as orderFulfillments from '@wix/ecom_order-fulfillments';
15
+ export * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
14
16
  export * as orders from '@wix/ecom_orders';
15
17
  export * as orderTransactions from '@wix/ecom_order-transactions';
16
18
  export * as ordersSettings from '@wix/ecom_orders-settings';
19
+ export * as pickupLocations from '@wix/ecom_pickup-locations';
17
20
  export * as shippoConfigurations from '@wix/ecom_shippo-configurations';
18
21
  export * as currencies from '@wix/ecom_currencies';
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.currencies = exports.shippoConfigurations = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.orderFulfillments = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
26
+ exports.currencies = exports.shippoConfigurations = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.localDeliveryOptions = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
27
27
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules"));
28
28
  exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices"));
29
29
  exports.recommendations = __importStar(require("@wix/ecom_recommendations"));
@@ -36,10 +36,13 @@ exports.checkout = __importStar(require("@wix/ecom_checkout"));
36
36
  exports.checkoutSettings = __importStar(require("@wix/ecom_checkout-settings"));
37
37
  exports.checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates"));
38
38
  exports.deliveryProfile = __importStar(require("@wix/ecom_delivery-profile"));
39
+ exports.draftOrders = __importStar(require("@wix/ecom_draft-orders"));
39
40
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments"));
41
+ exports.localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options"));
40
42
  exports.orders = __importStar(require("@wix/ecom_orders"));
41
43
  exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions"));
42
44
  exports.ordersSettings = __importStar(require("@wix/ecom_orders-settings"));
45
+ exports.pickupLocations = __importStar(require("@wix/ecom_pickup-locations"));
43
46
  exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurations"));
44
47
  exports.currencies = __importStar(require("@wix/ecom_currencies"));
45
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,0EAA0D;AAC1D,6EAA6D;AAC7D,oFAAoE;AACpE,kGAAkF;AAClF,wFAAwE;AACxE,uDAAuC;AACvC,sEAAsD;AACtD,+DAA+C;AAC/C,gFAAgE;AAChE,kFAAkE;AAClE,8EAA8D;AAC9D,kFAAkE;AAClE,2DAA2C;AAC3C,kFAAkE;AAClE,4EAA4D;AAC5D,wFAAwE;AACxE,mEAAmD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,0EAA0D;AAC1D,6EAA6D;AAC7D,oFAAoE;AACpE,kGAAkF;AAClF,wFAAwE;AACxE,uDAAuC;AACvC,sEAAsD;AACtD,+DAA+C;AAC/C,gFAAgE;AAChE,kFAAkE;AAClE,8EAA8D;AAC9D,sEAAsD;AACtD,kFAAkE;AAClE,yFAAyE;AACzE,2DAA2C;AAC3C,kFAAkE;AAClE,4EAA4D;AAC5D,8EAA8D;AAC9D,wFAAwE;AACxE,mEAAmD"}
@@ -10,9 +10,12 @@ export * as checkout from '@wix/ecom_checkout/meta';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/meta';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
12
12
  export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
13
+ export * as draftOrders from '@wix/ecom_draft-orders/meta';
13
14
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
15
+ export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
14
16
  export * as orders from '@wix/ecom_orders/meta';
15
17
  export * as orderTransactions from '@wix/ecom_order-transactions/meta';
16
18
  export * as ordersSettings from '@wix/ecom_orders-settings/meta';
19
+ export * as pickupLocations from '@wix/ecom_pickup-locations/meta';
17
20
  export * as shippoConfigurations from '@wix/ecom_shippo-configurations/meta';
18
21
  export * as currencies from '@wix/ecom_currencies/meta';
package/build/cjs/meta.js CHANGED
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.currencies = exports.shippoConfigurations = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.orderFulfillments = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
26
+ exports.currencies = exports.shippoConfigurations = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orders = exports.localDeliveryOptions = exports.orderFulfillments = exports.draftOrders = exports.deliveryProfile = exports.checkoutTemplates = exports.checkoutSettings = exports.checkout = exports.currentCart = exports.cart = exports.backInStockSettings = exports.backInStockNotifications = exports.abandonedCheckouts = exports.recommendations = exports.orderInvoices = exports.discountRules = void 0;
27
27
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules/meta"));
28
28
  exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices/meta"));
29
29
  exports.recommendations = __importStar(require("@wix/ecom_recommendations/meta"));
@@ -36,10 +36,13 @@ exports.checkout = __importStar(require("@wix/ecom_checkout/meta"));
36
36
  exports.checkoutSettings = __importStar(require("@wix/ecom_checkout-settings/meta"));
37
37
  exports.checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates/meta"));
38
38
  exports.deliveryProfile = __importStar(require("@wix/ecom_delivery-profile/meta"));
39
+ exports.draftOrders = __importStar(require("@wix/ecom_draft-orders/meta"));
39
40
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments/meta"));
41
+ exports.localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options/meta"));
40
42
  exports.orders = __importStar(require("@wix/ecom_orders/meta"));
41
43
  exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions/meta"));
42
44
  exports.ordersSettings = __importStar(require("@wix/ecom_orders-settings/meta"));
45
+ exports.pickupLocations = __importStar(require("@wix/ecom_pickup-locations/meta"));
43
46
  exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurations/meta"));
44
47
  exports.currencies = __importStar(require("@wix/ecom_currencies/meta"));
45
48
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,+EAA+D;AAC/D,kFAAkE;AAClE,yFAAyE;AACzE,uGAAuF;AACvF,6FAA6E;AAC7E,4DAA4C;AAC5C,2EAA2D;AAC3D,oEAAoD;AACpD,qFAAqE;AACrE,uFAAuE;AACvE,mFAAmE;AACnE,uFAAuE;AACvE,gEAAgD;AAChD,uFAAuE;AACvE,iFAAiE;AACjE,6FAA6E;AAC7E,wEAAwD"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,+EAA+D;AAC/D,kFAAkE;AAClE,yFAAyE;AACzE,uGAAuF;AACvF,6FAA6E;AAC7E,4DAA4C;AAC5C,2EAA2D;AAC3D,oEAAoD;AACpD,qFAAqE;AACrE,uFAAuE;AACvE,mFAAmE;AACnE,2EAA2D;AAC3D,uFAAuE;AACvE,8FAA8E;AAC9E,gEAAgD;AAChD,uFAAuE;AACvE,iFAAiE;AACjE,mFAAmE;AACnE,6FAA6E;AAC7E,wEAAwD"}
@@ -10,9 +10,12 @@ export * as checkout from '@wix/ecom_checkout/context';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/context';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/context';
12
12
  export * as deliveryProfile from '@wix/ecom_delivery-profile/context';
13
+ export * as draftOrders from '@wix/ecom_draft-orders/context';
13
14
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
15
+ export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/context';
14
16
  export * as orders from '@wix/ecom_orders/context';
15
17
  export * as orderTransactions from '@wix/ecom_order-transactions/context';
16
18
  export * as ordersSettings from '@wix/ecom_orders-settings/context';
19
+ export * as pickupLocations from '@wix/ecom_pickup-locations/context';
17
20
  export * as shippoConfigurations from '@wix/ecom_shippo-configurations/context';
18
21
  export * as currencies from '@wix/ecom_currencies/context';
@@ -10,10 +10,13 @@ export * as checkout from '@wix/ecom_checkout/context';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/context';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/context';
12
12
  export * as deliveryProfile from '@wix/ecom_delivery-profile/context';
13
+ export * as draftOrders from '@wix/ecom_draft-orders/context';
13
14
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
15
+ export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/context';
14
16
  export * as orders from '@wix/ecom_orders/context';
15
17
  export * as orderTransactions from '@wix/ecom_order-transactions/context';
16
18
  export * as ordersSettings from '@wix/ecom_orders-settings/context';
19
+ export * as pickupLocations from '@wix/ecom_pickup-locations/context';
17
20
  export * as shippoConfigurations from '@wix/ecom_shippo-configurations/context';
18
21
  export * as currencies from '@wix/ecom_currencies/context';
19
22
  //# sourceMappingURL=context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,mCAAmC,CAAC;AACrE,OAAO,KAAK,kBAAkB,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,wBAAwB,MAAM,+CAA+C,CAAC;AAC1F,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAC;AAC/C,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,oBAAoB,MAAM,yCAAyC,CAAC;AAChF,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,mCAAmC,CAAC;AACrE,OAAO,KAAK,kBAAkB,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,wBAAwB,MAAM,+CAA+C,CAAC;AAC1F,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAC;AAC/C,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AACnD,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,yCAAyC,CAAC;AAChF,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC"}
@@ -10,9 +10,12 @@ export * as checkout from '@wix/ecom_checkout';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates';
12
12
  export * as deliveryProfile from '@wix/ecom_delivery-profile';
13
+ export * as draftOrders from '@wix/ecom_draft-orders';
13
14
  export * as orderFulfillments from '@wix/ecom_order-fulfillments';
15
+ export * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
14
16
  export * as orders from '@wix/ecom_orders';
15
17
  export * as orderTransactions from '@wix/ecom_order-transactions';
16
18
  export * as ordersSettings from '@wix/ecom_orders-settings';
19
+ export * as pickupLocations from '@wix/ecom_pickup-locations';
17
20
  export * as shippoConfigurations from '@wix/ecom_shippo-configurations';
18
21
  export * as currencies from '@wix/ecom_currencies';
package/build/es/index.js CHANGED
@@ -10,10 +10,13 @@ export * as checkout from '@wix/ecom_checkout';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates';
12
12
  export * as deliveryProfile from '@wix/ecom_delivery-profile';
13
+ export * as draftOrders from '@wix/ecom_draft-orders';
13
14
  export * as orderFulfillments from '@wix/ecom_order-fulfillments';
15
+ export * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
14
16
  export * as orders from '@wix/ecom_orders';
15
17
  export * as orderTransactions from '@wix/ecom_order-transactions';
16
18
  export * as ordersSettings from '@wix/ecom_orders-settings';
19
+ export * as pickupLocations from '@wix/ecom_pickup-locations';
17
20
  export * as shippoConfigurations from '@wix/ecom_shippo-configurations';
18
21
  export * as currencies from '@wix/ecom_currencies';
19
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,kBAAkB,MAAM,+BAA+B,CAAC;AACpE,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAC;AAClF,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AACvC,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,QAAQ,MAAM,oBAAoB,CAAC;AAC/C,OAAO,KAAK,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,oBAAoB,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,eAAe,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,kBAAkB,MAAM,+BAA+B,CAAC;AACpE,OAAO,KAAK,wBAAwB,MAAM,uCAAuC,CAAC;AAClF,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AACvC,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,QAAQ,MAAM,oBAAoB,CAAC;AAC/C,OAAO,KAAK,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,oBAAoB,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC"}
@@ -10,9 +10,12 @@ export * as checkout from '@wix/ecom_checkout/meta';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/meta';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
12
12
  export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
13
+ export * as draftOrders from '@wix/ecom_draft-orders/meta';
13
14
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
15
+ export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
14
16
  export * as orders from '@wix/ecom_orders/meta';
15
17
  export * as orderTransactions from '@wix/ecom_order-transactions/meta';
16
18
  export * as ordersSettings from '@wix/ecom_orders-settings/meta';
19
+ export * as pickupLocations from '@wix/ecom_pickup-locations/meta';
17
20
  export * as shippoConfigurations from '@wix/ecom_shippo-configurations/meta';
18
21
  export * as currencies from '@wix/ecom_currencies/meta';
package/build/es/meta.js CHANGED
@@ -10,10 +10,13 @@ export * as checkout from '@wix/ecom_checkout/meta';
10
10
  export * as checkoutSettings from '@wix/ecom_checkout-settings/meta';
11
11
  export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
12
12
  export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
13
+ export * as draftOrders from '@wix/ecom_draft-orders/meta';
13
14
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
15
+ export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
14
16
  export * as orders from '@wix/ecom_orders/meta';
15
17
  export * as orderTransactions from '@wix/ecom_order-transactions/meta';
16
18
  export * as ordersSettings from '@wix/ecom_orders-settings/meta';
19
+ export * as pickupLocations from '@wix/ecom_pickup-locations/meta';
17
20
  export * as shippoConfigurations from '@wix/ecom_shippo-configurations/meta';
18
21
  export * as currencies from '@wix/ecom_currencies/meta';
19
22
  //# sourceMappingURL=meta.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,+BAA+B,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,+BAA+B,CAAC;AAC/D,OAAO,KAAK,eAAe,MAAM,gCAAgC,CAAC;AAClE,OAAO,KAAK,kBAAkB,MAAM,oCAAoC,CAAC;AACzE,OAAO,KAAK,wBAAwB,MAAM,4CAA4C,CAAC;AACvF,OAAO,KAAK,mBAAmB,MAAM,uCAAuC,CAAC;AAC7E,OAAO,KAAK,IAAI,MAAM,qBAAqB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,KAAK,QAAQ,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,gBAAgB,MAAM,kCAAkC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,cAAc,MAAM,gCAAgC,CAAC;AACjE,OAAO,KAAK,oBAAoB,MAAM,sCAAsC,CAAC;AAC7E,OAAO,KAAK,UAAU,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,+BAA+B,CAAC;AAC/D,OAAO,KAAK,aAAa,MAAM,+BAA+B,CAAC;AAC/D,OAAO,KAAK,eAAe,MAAM,gCAAgC,CAAC;AAClE,OAAO,KAAK,kBAAkB,MAAM,oCAAoC,CAAC;AACzE,OAAO,KAAK,wBAAwB,MAAM,4CAA4C,CAAC;AACvF,OAAO,KAAK,mBAAmB,MAAM,uCAAuC,CAAC;AAC7E,OAAO,KAAK,IAAI,MAAM,qBAAqB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,KAAK,QAAQ,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,gBAAgB,MAAM,kCAAkC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,oBAAoB,MAAM,uCAAuC,CAAC;AAC9E,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,cAAc,MAAM,gCAAgC,CAAC;AACjE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,oBAAoB,MAAM,sCAAsC,CAAC;AAC7E,OAAO,KAAK,UAAU,MAAM,2BAA2B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.677",
3
+ "version": "1.0.678",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -19,28 +19,31 @@
19
19
  "service-plugins"
20
20
  ],
21
21
  "dependencies": {
22
- "@wix/ecom_abandoned-checkouts": "1.0.37",
22
+ "@wix/ecom_abandoned-checkouts": "1.0.38",
23
23
  "@wix/ecom_additional-fees": "1.0.14",
24
- "@wix/ecom_back-in-stock-notifications": "1.0.41",
24
+ "@wix/ecom_back-in-stock-notifications": "1.0.42",
25
25
  "@wix/ecom_back-in-stock-settings": "1.0.28",
26
- "@wix/ecom_cart": "1.0.56",
27
- "@wix/ecom_checkout": "1.0.61",
28
- "@wix/ecom_checkout-settings": "1.0.41",
29
- "@wix/ecom_checkout-templates": "1.0.62",
26
+ "@wix/ecom_cart": "1.0.57",
27
+ "@wix/ecom_checkout": "1.0.62",
28
+ "@wix/ecom_checkout-settings": "1.0.42",
29
+ "@wix/ecom_checkout-templates": "1.0.63",
30
30
  "@wix/ecom_currencies": "1.0.29",
31
- "@wix/ecom_current-cart": "1.0.56",
31
+ "@wix/ecom_current-cart": "1.0.57",
32
32
  "@wix/ecom_custom-triggers": "1.0.12",
33
- "@wix/ecom_delivery-profile": "1.0.7",
34
- "@wix/ecom_discount-rules": "1.0.43",
35
- "@wix/ecom_order-fulfillments": "1.0.38",
36
- "@wix/ecom_order-invoices": "1.0.31",
37
- "@wix/ecom_order-transactions": "1.0.51",
38
- "@wix/ecom_orders": "1.0.84",
39
- "@wix/ecom_orders-settings": "1.0.37",
33
+ "@wix/ecom_delivery-profile": "1.0.8",
34
+ "@wix/ecom_discount-rules": "1.0.44",
35
+ "@wix/ecom_draft-orders": "1.0.0",
36
+ "@wix/ecom_local-delivery-options": "1.0.0",
37
+ "@wix/ecom_order-fulfillments": "1.0.39",
38
+ "@wix/ecom_order-invoices": "1.0.32",
39
+ "@wix/ecom_order-transactions": "1.0.52",
40
+ "@wix/ecom_orders": "1.0.85",
41
+ "@wix/ecom_orders-settings": "1.0.38",
40
42
  "@wix/ecom_payment-settings": "1.0.20",
43
+ "@wix/ecom_pickup-locations": "1.0.0",
41
44
  "@wix/ecom_recommendations": "1.0.32",
42
45
  "@wix/ecom_shipping-rates": "1.0.28",
43
- "@wix/ecom_shippo-configurations": "1.0.5",
46
+ "@wix/ecom_shippo-configurations": "1.0.6",
44
47
  "@wix/ecom_validations": "1.0.16"
45
48
  },
46
49
  "devDependencies": {
@@ -65,5 +68,5 @@
65
68
  "fqdn": ""
66
69
  }
67
70
  },
68
- "falconPackageHash": "fc101359021b3040c976cc9dcd4c61a3df00aa24d2782319b244fe74"
71
+ "falconPackageHash": "830af6ba1d6c415756a616b5a1391276350e314bcf0cf5ba1e20d34d"
69
72
  }