@wix/ecom 1.0.742 → 1.0.744

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.
@@ -14,6 +14,7 @@ export * as checkoutTemplates from '@wix/ecom_checkout-templates/context';
14
14
  export * as deliveryProfile from '@wix/ecom_delivery-profile/context';
15
15
  export * as draftOrders from '@wix/ecom_draft-orders/context';
16
16
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
17
+ export * as giftVouchers from '@wix/ecom_gift-vouchers/context';
17
18
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/context';
18
19
  export * as orders from '@wix/ecom_orders/context';
19
20
  export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/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.totalsCalculator = 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 = exports.checkoutContent = void 0;
26
+ exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = 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 = exports.checkoutContent = void 0;
27
27
  exports.checkoutContent = __importStar(require("@wix/ecom_checkout-content/context"));
28
28
  exports.discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger/context"));
29
29
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules/context"));
@@ -40,6 +40,7 @@ exports.checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates/c
40
40
  exports.deliveryProfile = __importStar(require("@wix/ecom_delivery-profile/context"));
41
41
  exports.draftOrders = __importStar(require("@wix/ecom_draft-orders/context"));
42
42
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments/context"));
43
+ exports.giftVouchers = __importStar(require("@wix/ecom_gift-vouchers/context"));
43
44
  exports.localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options/context"));
44
45
  exports.orders = __importStar(require("@wix/ecom_orders/context"));
45
46
  exports.orderPaymentRequests = __importStar(require("@wix/ecom_order-payment-requests/context"));
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAsE;AACtE,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,wFAAwE;AACxE,2EAA2D"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAsE;AACtE,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,gFAAgE;AAChE,iGAAiF;AACjF,mEAAmD;AACnD,iGAAiF;AACjF,0FAA0E;AAC1E,oFAAoE;AACpE,sFAAsE;AACtE,sFAAsE;AACtE,gGAAgF;AAChF,wFAAwE;AACxE,2EAA2D"}
@@ -14,6 +14,7 @@ import * as checkoutTemplates from '@wix/ecom_checkout-templates';
14
14
  import * as deliveryProfile from '@wix/ecom_delivery-profile';
15
15
  import * as draftOrders from '@wix/ecom_draft-orders';
16
16
  import * as orderFulfillments from '@wix/ecom_order-fulfillments';
17
+ import * as giftVouchers from '@wix/ecom_gift-vouchers';
17
18
  import * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
18
19
  import * as orders from '@wix/ecom_orders';
19
20
  import * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
@@ -24,4 +25,4 @@ import * as shippingOptions from '@wix/ecom_shipping-options';
24
25
  import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
25
26
  import * as totalsCalculator from '@wix/ecom_totals-calculator';
26
27
  import * as currencies from '@wix/ecom_currencies';
27
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, };
28
+ export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, 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.totalsCalculator = 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 = exports.checkoutContent = void 0;
26
+ exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = 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 = exports.checkoutContent = void 0;
27
27
  const checkoutContent = __importStar(require("@wix/ecom_checkout-content"));
28
28
  exports.checkoutContent = checkoutContent;
29
29
  const discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger"));
@@ -56,6 +56,8 @@ const draftOrders = __importStar(require("@wix/ecom_draft-orders"));
56
56
  exports.draftOrders = draftOrders;
57
57
  const orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments"));
58
58
  exports.orderFulfillments = orderFulfillments;
59
+ const giftVouchers = __importStar(require("@wix/ecom_gift-vouchers"));
60
+ exports.giftVouchers = giftVouchers;
59
61
  const localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options"));
60
62
  exports.localDeliveryOptions = localDeliveryOptions;
61
63
  const orders = __importStar(require("@wix/ecom_orders"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA8D;AA4B5D,0CAAe;AA3BjB,2FAA6E;AA4B3E,wDAAsB;AA3BxB,wEAA0D;AA4BxD,sCAAa;AA3Bf,wEAA0D;AA4BxD,sCAAa;AA3Bf,2EAA6D;AA4B3D,0CAAe;AA3BjB,kFAAoE;AA4BlE,gDAAkB;AA3BpB,gGAAkF;AA4BhF,4DAAwB;AA3B1B,sFAAwE;AA4BtE,kDAAmB;AA3BrB,qDAAuC;AA4BrC,oBAAI;AA3BN,oEAAsD;AA4BpD,kCAAW;AA3Bb,6DAA+C;AA4B7C,4BAAQ;AA3BV,8EAAgE;AA4B9D,4CAAgB;AA3BlB,gFAAkE;AA4BhE,8CAAiB;AA3BnB,4EAA8D;AA4B5D,0CAAe;AA3BjB,oEAAsD;AA4BpD,kCAAW;AA3Bb,gFAAkE;AA4BhE,8CAAiB;AA3BnB,uFAAyE;AA4BvE,oDAAoB;AA3BtB,yDAA2C;AA4BzC,wBAAM;AA3BR,uFAAyE;AA4BvE,oDAAoB;AA3BtB,gFAAkE;AA4BhE,8CAAiB;AA3BnB,0EAA4D;AA4B1D,wCAAc;AA3BhB,4EAA8D;AA4B5D,0CAAe;AA3BjB,4EAA8D;AA4B5D,0CAAe;AA3BjB,sFAAwE;AA4BtE,oDAAoB;AA3BtB,8EAAgE;AA4B9D,4CAAgB;AA3BlB,iEAAmD;AA4BjD,gCAAU"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA8D;AA6B5D,0CAAe;AA5BjB,2FAA6E;AA6B3E,wDAAsB;AA5BxB,wEAA0D;AA6BxD,sCAAa;AA5Bf,wEAA0D;AA6BxD,sCAAa;AA5Bf,2EAA6D;AA6B3D,0CAAe;AA5BjB,kFAAoE;AA6BlE,gDAAkB;AA5BpB,gGAAkF;AA6BhF,4DAAwB;AA5B1B,sFAAwE;AA6BtE,kDAAmB;AA5BrB,qDAAuC;AA6BrC,oBAAI;AA5BN,oEAAsD;AA6BpD,kCAAW;AA5Bb,6DAA+C;AA6B7C,4BAAQ;AA5BV,8EAAgE;AA6B9D,4CAAgB;AA5BlB,gFAAkE;AA6BhE,8CAAiB;AA5BnB,4EAA8D;AA6B5D,0CAAe;AA5BjB,oEAAsD;AA6BpD,kCAAW;AA5Bb,gFAAkE;AA6BhE,8CAAiB;AA5BnB,sEAAwD;AA6BtD,oCAAY;AA5Bd,uFAAyE;AA6BvE,oDAAoB;AA5BtB,yDAA2C;AA6BzC,wBAAM;AA5BR,uFAAyE;AA6BvE,oDAAoB;AA5BtB,gFAAkE;AA6BhE,8CAAiB;AA5BnB,0EAA4D;AA6B1D,wCAAc;AA5BhB,4EAA8D;AA6B5D,0CAAe;AA5BjB,4EAA8D;AA6B5D,0CAAe;AA5BjB,sFAAwE;AA6BtE,oDAAoB;AA5BtB,8EAAgE;AA6B9D,4CAAgB;AA5BlB,iEAAmD;AA6BjD,gCAAU"}
@@ -14,6 +14,7 @@ export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
14
14
  export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
15
15
  export * as draftOrders from '@wix/ecom_draft-orders/meta';
16
16
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
17
+ export * as giftVouchers from '@wix/ecom_gift-vouchers/meta';
17
18
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
18
19
  export * as orders from '@wix/ecom_orders/meta';
19
20
  export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/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.totalsCalculator = 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 = exports.checkoutContent = void 0;
26
+ exports.currencies = exports.totalsCalculator = exports.shippoConfigurations = exports.shippingOptions = exports.pickupLocations = exports.ordersSettings = exports.orderTransactions = exports.orderPaymentRequests = exports.orders = exports.localDeliveryOptions = exports.giftVouchers = 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 = exports.checkoutContent = void 0;
27
27
  exports.checkoutContent = __importStar(require("@wix/ecom_checkout-content/meta"));
28
28
  exports.discountsCustomTrigger = __importStar(require("@wix/ecom_discounts-custom-trigger/meta"));
29
29
  exports.discountRules = __importStar(require("@wix/ecom_discount-rules/meta"));
@@ -40,6 +40,7 @@ exports.checkoutTemplates = __importStar(require("@wix/ecom_checkout-templates/m
40
40
  exports.deliveryProfile = __importStar(require("@wix/ecom_delivery-profile/meta"));
41
41
  exports.draftOrders = __importStar(require("@wix/ecom_draft-orders/meta"));
42
42
  exports.orderFulfillments = __importStar(require("@wix/ecom_order-fulfillments/meta"));
43
+ exports.giftVouchers = __importStar(require("@wix/ecom_gift-vouchers/meta"));
43
44
  exports.localDeliveryOptions = __importStar(require("@wix/ecom_local-delivery-options/meta"));
44
45
  exports.orders = __importStar(require("@wix/ecom_orders/meta"));
45
46
  exports.orderPaymentRequests = __importStar(require("@wix/ecom_order-payment-requests/meta"));
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAmE;AACnE,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,qFAAqE;AACrE,wEAAwD"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mFAAmE;AACnE,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,6EAA6D;AAC7D,8FAA8E;AAC9E,gEAAgD;AAChD,8FAA8E;AAC9E,uFAAuE;AACvE,iFAAiE;AACjE,mFAAmE;AACnE,mFAAmE;AACnE,6FAA6E;AAC7E,qFAAqE;AACrE,wEAAwD"}
@@ -14,6 +14,7 @@ export * as checkoutTemplates from '@wix/ecom_checkout-templates/context';
14
14
  export * as deliveryProfile from '@wix/ecom_delivery-profile/context';
15
15
  export * as draftOrders from '@wix/ecom_draft-orders/context';
16
16
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
17
+ export * as giftVouchers from '@wix/ecom_gift-vouchers/context';
17
18
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/context';
18
19
  export * as orders from '@wix/ecom_orders/context';
19
20
  export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/context';
@@ -14,6 +14,7 @@ export * as checkoutTemplates from '@wix/ecom_checkout-templates/context';
14
14
  export * as deliveryProfile from '@wix/ecom_delivery-profile/context';
15
15
  export * as draftOrders from '@wix/ecom_draft-orders/context';
16
16
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/context';
17
+ export * as giftVouchers from '@wix/ecom_gift-vouchers/context';
17
18
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/context';
18
19
  export * as orders from '@wix/ecom_orders/context';
19
20
  export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/context';
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,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,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,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,YAAY,MAAM,iCAAiC,CAAC;AAChE,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,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC"}
@@ -14,6 +14,7 @@ import * as checkoutTemplates from '@wix/ecom_checkout-templates';
14
14
  import * as deliveryProfile from '@wix/ecom_delivery-profile';
15
15
  import * as draftOrders from '@wix/ecom_draft-orders';
16
16
  import * as orderFulfillments from '@wix/ecom_order-fulfillments';
17
+ import * as giftVouchers from '@wix/ecom_gift-vouchers';
17
18
  import * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
18
19
  import * as orders from '@wix/ecom_orders';
19
20
  import * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
@@ -24,4 +25,4 @@ import * as shippingOptions from '@wix/ecom_shipping-options';
24
25
  import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
25
26
  import * as totalsCalculator from '@wix/ecom_totals-calculator';
26
27
  import * as currencies from '@wix/ecom_currencies';
27
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, };
28
+ export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, };
package/build/es/index.js CHANGED
@@ -14,6 +14,7 @@ import * as checkoutTemplates from '@wix/ecom_checkout-templates';
14
14
  import * as deliveryProfile from '@wix/ecom_delivery-profile';
15
15
  import * as draftOrders from '@wix/ecom_draft-orders';
16
16
  import * as orderFulfillments from '@wix/ecom_order-fulfillments';
17
+ import * as giftVouchers from '@wix/ecom_gift-vouchers';
17
18
  import * as localDeliveryOptions from '@wix/ecom_local-delivery-options';
18
19
  import * as orders from '@wix/ecom_orders';
19
20
  import * as orderPaymentRequests from '@wix/ecom_order-payment-requests';
@@ -24,5 +25,5 @@ import * as shippingOptions from '@wix/ecom_shipping-options';
24
25
  import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
25
26
  import * as totalsCalculator from '@wix/ecom_totals-calculator';
26
27
  import * as currencies from '@wix/ecom_currencies';
27
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, };
28
+ export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, };
28
29
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,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,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EACL,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,kBAAkB,EAClB,wBAAwB,EACxB,mBAAmB,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,oBAAoB,EACpB,MAAM,EACN,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,GACX,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,4BAA4B,CAAC;AAC9D,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,YAAY,MAAM,yBAAyB,CAAC;AACxD,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,gBAAgB,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EACL,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,aAAa,EACb,eAAe,EACf,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,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,GACX,CAAC"}
@@ -14,6 +14,7 @@ export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
14
14
  export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
15
15
  export * as draftOrders from '@wix/ecom_draft-orders/meta';
16
16
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
17
+ export * as giftVouchers from '@wix/ecom_gift-vouchers/meta';
17
18
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
18
19
  export * as orders from '@wix/ecom_orders/meta';
19
20
  export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/meta';
package/build/es/meta.js CHANGED
@@ -14,6 +14,7 @@ export * as checkoutTemplates from '@wix/ecom_checkout-templates/meta';
14
14
  export * as deliveryProfile from '@wix/ecom_delivery-profile/meta';
15
15
  export * as draftOrders from '@wix/ecom_draft-orders/meta';
16
16
  export * as orderFulfillments from '@wix/ecom_order-fulfillments/meta';
17
+ export * as giftVouchers from '@wix/ecom_gift-vouchers/meta';
17
18
  export * as localDeliveryOptions from '@wix/ecom_local-delivery-options/meta';
18
19
  export * as orders from '@wix/ecom_orders/meta';
19
20
  export * as orderPaymentRequests from '@wix/ecom_order-payment-requests/meta';
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,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,gBAAgB,MAAM,kCAAkC,CAAC;AACrE,OAAO,KAAK,UAAU,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,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,YAAY,MAAM,8BAA8B,CAAC;AAC7D,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,gBAAgB,MAAM,kCAAkC,CAAC;AACrE,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.742",
3
+ "version": "1.0.744",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -36,7 +36,8 @@
36
36
  "@wix/ecom_discounts": "1.0.2",
37
37
  "@wix/ecom_discounts-custom-trigger": "1.0.6",
38
38
  "@wix/ecom_draft-orders": "1.0.16",
39
- "@wix/ecom_gift-vouchers-provider": "1.0.0",
39
+ "@wix/ecom_gift-vouchers": "1.0.0",
40
+ "@wix/ecom_gift-vouchers-provider": "1.0.1",
40
41
  "@wix/ecom_local-delivery-options": "1.0.7",
41
42
  "@wix/ecom_order-fulfillments": "1.0.45",
42
43
  "@wix/ecom_order-invoices": "1.0.38",
@@ -76,5 +77,5 @@
76
77
  "fqdn": ""
77
78
  }
78
79
  },
79
- "falconPackageHash": "473e5f9197988bb2f0338e145b1e50461de537bcc6aeff2ce278438c"
80
+ "falconPackageHash": "e55644f096fa0a764e09cc5c9a7ac52121b16614ba8edb1e9475fe7d"
80
81
  }