@wix/ecom 1.0.686 → 1.0.688

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.
@@ -15,6 +15,7 @@ export * as draftOrders from '@wix/ecom_draft-orders/context';
15
15
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
16
16
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/context';
17
17
  export * as orders from '@wix/ecom_orders/context';
18
+ export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/context';
18
19
  export * as orderTransactions from '@wix/ecom_order-transactions/context';
19
20
  export * as ordersSettings from '@wix/ecom_orders-settings/context';
20
21
  export * as pickupLocations from '@wix/ecom_pickup-locations/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.shippingOptions = 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 = exports.discountsCustomTrigger = void 0;
26
+ exports.currencies = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = 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 = exports.discountsCustomTrigger = void 0;
27
27
  exports.discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger/context"));
28
28
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules/context"));
29
29
  exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices/context"));
@@ -41,6 +41,7 @@ exports.draftOrders = __importStar(require("@wix/ecom_draft-orders/context"));
41
41
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments/context"));
42
42
  exports.localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options/context"));
43
43
  exports.orders = __importStar(require("@wix/ecom_orders/context"));
44
+ exports.orderPaymentRequests = __importStar(require("@wix/ecom_order-payment-requests/context"));
44
45
  exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions/context"));
45
46
  exports.ordersSettings = __importStar(require("@wix/ecom_orders-settings/context"));
46
47
  exports.pickupLocations = __importStar(require("@wix/ecom_pickup-locations/context"));
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF;AACrF,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,sFAAsE;AACtE,gGAAgF;AAChF,2EAA2D"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qGAAqF;AACrF,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,iGAAiF;AACjF,0FAA0E;AAC1E,oFAAoE;AACpE,sFAAsE;AACtE,sFAAsE;AACtE,gGAAgF;AAChF,2EAA2D"}
@@ -15,6 +15,7 @@ export * as draftOrders from '@wix/ecom_draft-orders';
15
15
  export * as orderFulfillments from '@wix/ecom_order-fulfillments';
16
16
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
17
17
  export * as orders from '@wix/ecom_orders';
18
+ export * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
18
19
  export * as orderTransactions from '@wix/ecom_order-transactions';
19
20
  export * as ordersSettings from '@wix/ecom_orders-settings';
20
21
  export * as pickupLocations from '@wix/ecom_pickup-locations';
@@ -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.shippingOptions = 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 = exports.discountsCustomTrigger = void 0;
26
+ exports.currencies = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = 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 = exports.discountsCustomTrigger = void 0;
27
27
  exports.discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger"));
28
28
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules"));
29
29
  exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices"));
@@ -41,6 +41,7 @@ exports.draftOrders = __importStar(require("@wix/ecom_draft-orders"));
41
41
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments"));
42
42
  exports.localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options"));
43
43
  exports.orders = __importStar(require("@wix/ecom_orders"));
44
+ exports.orderPaymentRequests = __importStar(require("@wix/ecom_order-payment-requests"));
44
45
  exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions"));
45
46
  exports.ordersSettings = __importStar(require("@wix/ecom_orders-settings"));
46
47
  exports.pickupLocations = __importStar(require("@wix/ecom_pickup-locations"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6FAA6E;AAC7E,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,8EAA8D;AAC9D,wFAAwE;AACxE,mEAAmD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6FAA6E;AAC7E,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,yFAAyE;AACzE,kFAAkE;AAClE,4EAA4D;AAC5D,8EAA8D;AAC9D,8EAA8D;AAC9D,wFAAwE;AACxE,mEAAmD"}
@@ -15,6 +15,7 @@ export * as draftOrders from '@wix/ecom_draft-orders/meta';
15
15
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
16
16
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
17
17
  export * as orders from '@wix/ecom_orders/meta';
18
+ export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/meta';
18
19
  export * as orderTransactions from '@wix/ecom_order-transactions/meta';
19
20
  export * as ordersSettings from '@wix/ecom_orders-settings/meta';
20
21
  export * as pickupLocations from '@wix/ecom_pickup-locations/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.shippingOptions = 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 = exports.discountsCustomTrigger = void 0;
26
+ exports.currencies = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = 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 = exports.discountsCustomTrigger = void 0;
27
27
  exports.discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger/meta"));
28
28
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules/meta"));
29
29
  exports.orderInvoices = __importStar(require("@wix/ecom_order-invoices/meta"));
@@ -41,6 +41,7 @@ exports.draftOrders = __importStar(require("@wix/ecom_draft-orders/meta"));
41
41
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments/meta"));
42
42
  exports.localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options/meta"));
43
43
  exports.orders = __importStar(require("@wix/ecom_orders/meta"));
44
+ exports.orderPaymentRequests = __importStar(require("@wix/ecom_order-payment-requests/meta"));
44
45
  exports.orderTransactions = __importStar(require("@wix/ecom_order-transactions/meta"));
45
46
  exports.ordersSettings = __importStar(require("@wix/ecom_orders-settings/meta"));
46
47
  exports.pickupLocations = __importStar(require("@wix/ecom_pickup-locations/meta"));
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAkF;AAClF,+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,mFAAmE;AACnE,6FAA6E;AAC7E,wEAAwD"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kGAAkF;AAClF,+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,8FAA8E;AAC9E,uFAAuE;AACvE,iFAAiE;AACjE,mFAAmE;AACnE,mFAAmE;AACnE,6FAA6E;AAC7E,wEAAwD"}
@@ -15,6 +15,7 @@ export * as draftOrders from '@wix/ecom_draft-orders/context';
15
15
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
16
16
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/context';
17
17
  export * as orders from '@wix/ecom_orders/context';
18
+ export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/context';
18
19
  export * as orderTransactions from '@wix/ecom_order-transactions/context';
19
20
  export * as ordersSettings from '@wix/ecom_orders-settings/context';
20
21
  export * as pickupLocations from '@wix/ecom_pickup-locations/context';
@@ -15,6 +15,7 @@ export * as draftOrders from '@wix/ecom_draft-orders/context';
15
15
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
16
16
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/context';
17
17
  export * as orders from '@wix/ecom_orders/context';
18
+ export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/context';
18
19
  export * as orderTransactions from '@wix/ecom_order-transactions/context';
19
20
  export * as ordersSettings from '@wix/ecom_orders-settings/context';
20
21
  export * as pickupLocations from '@wix/ecom_pickup-locations/context';
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,4CAA4C,CAAC;AACrF,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,eAAe,MAAM,oCAAoC,CAAC;AACtE,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,sBAAsB,MAAM,4CAA4C,CAAC;AACrF,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,oBAAoB,MAAM,0CAA0C,CAAC;AACjF,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,oBAAoB,MAAM,yCAAyC,CAAC;AAChF,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC"}
@@ -15,6 +15,7 @@ export * as draftOrders from '@wix/ecom_draft-orders';
15
15
  export * as orderFulfillments from '@wix/ecom_order-fulfillments';
16
16
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
17
17
  export * as orders from '@wix/ecom_orders';
18
+ export * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
18
19
  export * as orderTransactions from '@wix/ecom_order-transactions';
19
20
  export * as ordersSettings from '@wix/ecom_orders-settings';
20
21
  export * as pickupLocations from '@wix/ecom_pickup-locations';
package/build/es/index.js CHANGED
@@ -15,6 +15,7 @@ export * as draftOrders from '@wix/ecom_draft-orders';
15
15
  export * as orderFulfillments from '@wix/ecom_order-fulfillments';
16
16
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
17
17
  export * as orders from '@wix/ecom_orders';
18
+ export * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
18
19
  export * as orderTransactions from '@wix/ecom_order-transactions';
19
20
  export * as ordersSettings from '@wix/ecom_orders-settings';
20
21
  export * as pickupLocations from '@wix/ecom_pickup-locations';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,oCAAoC,CAAC;AAC7E,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,eAAe,MAAM,4BAA4B,CAAC;AAC9D,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,sBAAsB,MAAM,oCAAoC,CAAC;AAC7E,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,oBAAoB,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,OAAO,KAAK,oBAAoB,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC"}
@@ -15,6 +15,7 @@ export * as draftOrders from '@wix/ecom_draft-orders/meta';
15
15
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
16
16
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
17
17
  export * as orders from '@wix/ecom_orders/meta';
18
+ export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/meta';
18
19
  export * as orderTransactions from '@wix/ecom_order-transactions/meta';
19
20
  export * as ordersSettings from '@wix/ecom_orders-settings/meta';
20
21
  export * as pickupLocations from '@wix/ecom_pickup-locations/meta';
package/build/es/meta.js CHANGED
@@ -15,6 +15,7 @@ export * as draftOrders from '@wix/ecom_draft-orders/meta';
15
15
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
16
16
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
17
17
  export * as orders from '@wix/ecom_orders/meta';
18
+ export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/meta';
18
19
  export * as orderTransactions from '@wix/ecom_order-transactions/meta';
19
20
  export * as ordersSettings from '@wix/ecom_orders-settings/meta';
20
21
  export * as pickupLocations from '@wix/ecom_pickup-locations/meta';
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,sBAAsB,MAAM,yCAAyC,CAAC;AAClF,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,eAAe,MAAM,iCAAiC,CAAC;AACnE,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,sBAAsB,MAAM,yCAAyC,CAAC;AAClF,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,oBAAoB,MAAM,uCAAuC,CAAC;AAC9E,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,cAAc,MAAM,gCAAgC,CAAC;AACjE,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,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.686",
3
+ "version": "1.0.688",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,12 +23,12 @@
23
23
  "@wix/ecom_additional-fees": "1.0.15",
24
24
  "@wix/ecom_back-in-stock-notifications": "1.0.43",
25
25
  "@wix/ecom_back-in-stock-settings": "1.0.29",
26
- "@wix/ecom_cart": "1.0.58",
26
+ "@wix/ecom_cart": "1.0.59",
27
27
  "@wix/ecom_checkout": "1.0.63",
28
28
  "@wix/ecom_checkout-settings": "1.0.43",
29
29
  "@wix/ecom_checkout-templates": "1.0.64",
30
30
  "@wix/ecom_currencies": "1.0.30",
31
- "@wix/ecom_current-cart": "1.0.58",
31
+ "@wix/ecom_current-cart": "1.0.59",
32
32
  "@wix/ecom_custom-triggers": "1.0.13",
33
33
  "@wix/ecom_delivery-profile": "1.0.10",
34
34
  "@wix/ecom_discount-rules": "1.0.45",
@@ -37,6 +37,7 @@
37
37
  "@wix/ecom_local-delivery-options": "1.0.2",
38
38
  "@wix/ecom_order-fulfillments": "1.0.40",
39
39
  "@wix/ecom_order-invoices": "1.0.33",
40
+ "@wix/ecom_order-payment-requests": "1.0.0",
40
41
  "@wix/ecom_order-transactions": "1.0.55",
41
42
  "@wix/ecom_orders": "1.0.90",
42
43
  "@wix/ecom_orders-settings": "1.0.39",
@@ -70,5 +71,5 @@
70
71
  "fqdn": ""
71
72
  }
72
73
  },
73
- "falconPackageHash": "ab706fceaa9a873abc3f0e5857048a6f165346ba53fe759168a430a4"
74
+ "falconPackageHash": "0f123dd6c0a9206cdf26339c1c25b3f08e117b6a3ebddcd95af2cdcc"
74
75
  }