@wix/ecom 1.0.813 → 1.0.815

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.
@@ -27,4 +27,6 @@ export * as shippoConfigurations from '@wix/ecom_shippo-configurations/context';
27
27
  export * as totalsCalculator from '@wix/ecom_totals-calculator/context';
28
28
  export * as currencies from '@wix/ecom_currencies/context';
29
29
  export * as deliverySolutions from '@wix/ecom_delivery-solutions/context';
30
+ export * as tipSettings from '@wix/ecom_tip-settings/context';
31
+ export * as tippableStaff from '@wix/ecom_tippable-staff/context';
30
32
  export * as tips from '@wix/ecom_tips/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.tips = exports.deliverySolutions = 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.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
26
+ exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = 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.subscriptionContracts = 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"));
@@ -53,5 +53,7 @@ exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurat
53
53
  exports.totalsCalculator = __importStar(require("@wix/ecom_totals-calculator/context"));
54
54
  exports.currencies = __importStar(require("@wix/ecom_currencies/context"));
55
55
  exports.deliverySolutions = __importStar(require("@wix/ecom_delivery-solutions/context"));
56
+ exports.tipSettings = __importStar(require("@wix/ecom_tip-settings/context"));
57
+ exports.tippableStaff = __importStar(require("@wix/ecom_tippable-staff/context"));
56
58
  exports.tips = __importStar(require("@wix/ecom_tips/context"));
57
59
  //# sourceMappingURL=context.js.map
@@ -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,kGAAkF;AAClF,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;AAC3D,0FAA0E;AAC1E,+DAA+C"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAsE;AACtE,qGAAqF;AACrF,kFAAkE;AAClE,kFAAkE;AAClE,qFAAqE;AACrE,kGAAkF;AAClF,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;AAC3D,0FAA0E;AAC1E,8EAA8D;AAC9D,kFAAkE;AAClE,+DAA+C"}
@@ -27,5 +27,7 @@ import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
27
27
  import * as totalsCalculator from '@wix/ecom_totals-calculator';
28
28
  import * as currencies from '@wix/ecom_currencies';
29
29
  import * as deliverySolutions from '@wix/ecom_delivery-solutions';
30
+ import * as tipSettings from '@wix/ecom_tip-settings';
31
+ import * as tippableStaff from '@wix/ecom_tippable-staff';
30
32
  import * as tips from '@wix/ecom_tips';
31
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tips, };
33
+ export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
@@ -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.tips = exports.deliverySolutions = 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.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
26
+ exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = 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.subscriptionContracts = 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"));
@@ -82,6 +82,10 @@ const currencies = __importStar(require("@wix/ecom_currencies"));
82
82
  exports.currencies = currencies;
83
83
  const deliverySolutions = __importStar(require("@wix/ecom_delivery-solutions"));
84
84
  exports.deliverySolutions = deliverySolutions;
85
+ const tipSettings = __importStar(require("@wix/ecom_tip-settings"));
86
+ exports.tipSettings = tipSettings;
87
+ const tippableStaff = __importStar(require("@wix/ecom_tippable-staff"));
88
+ exports.tippableStaff = tippableStaff;
85
89
  const tips = __importStar(require("@wix/ecom_tips"));
86
90
  exports.tips = tips;
87
91
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA8D;AAgC5D,0CAAe;AA/BjB,2FAA6E;AAgC3E,wDAAsB;AA/BxB,wEAA0D;AAgCxD,sCAAa;AA/Bf,wEAA0D;AAgCxD,sCAAa;AA/Bf,2EAA6D;AAgC3D,0CAAe;AA/BjB,wFAA0E;AAgCxE,sDAAqB;AA/BvB,kFAAoE;AAgClE,gDAAkB;AA/BpB,gGAAkF;AAgChF,4DAAwB;AA/B1B,sFAAwE;AAgCtE,kDAAmB;AA/BrB,qDAAuC;AAgCrC,oBAAI;AA/BN,oEAAsD;AAgCpD,kCAAW;AA/Bb,6DAA+C;AAgC7C,4BAAQ;AA/BV,8EAAgE;AAgC9D,4CAAgB;AA/BlB,gFAAkE;AAgChE,8CAAiB;AA/BnB,4EAA8D;AAgC5D,0CAAe;AA/BjB,oEAAsD;AAgCpD,kCAAW;AA/Bb,gFAAkE;AAgChE,8CAAiB;AA/BnB,sEAAwD;AAgCtD,oCAAY;AA/Bd,uFAAyE;AAgCvE,oDAAoB;AA/BtB,yDAA2C;AAgCzC,wBAAM;AA/BR,uFAAyE;AAgCvE,oDAAoB;AA/BtB,gFAAkE;AAgChE,8CAAiB;AA/BnB,0EAA4D;AAgC1D,wCAAc;AA/BhB,4EAA8D;AAgC5D,0CAAe;AA/BjB,4EAA8D;AAgC5D,0CAAe;AA/BjB,sFAAwE;AAgCtE,oDAAoB;AA/BtB,8EAAgE;AAgC9D,4CAAgB;AA/BlB,iEAAmD;AAgCjD,gCAAU;AA/BZ,gFAAkE;AAgChE,8CAAiB;AA/BnB,qDAAuC;AAgCrC,oBAAI"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA8D;AAkC5D,0CAAe;AAjCjB,2FAA6E;AAkC3E,wDAAsB;AAjCxB,wEAA0D;AAkCxD,sCAAa;AAjCf,wEAA0D;AAkCxD,sCAAa;AAjCf,2EAA6D;AAkC3D,0CAAe;AAjCjB,wFAA0E;AAkCxE,sDAAqB;AAjCvB,kFAAoE;AAkClE,gDAAkB;AAjCpB,gGAAkF;AAkChF,4DAAwB;AAjC1B,sFAAwE;AAkCtE,kDAAmB;AAjCrB,qDAAuC;AAkCrC,oBAAI;AAjCN,oEAAsD;AAkCpD,kCAAW;AAjCb,6DAA+C;AAkC7C,4BAAQ;AAjCV,8EAAgE;AAkC9D,4CAAgB;AAjClB,gFAAkE;AAkChE,8CAAiB;AAjCnB,4EAA8D;AAkC5D,0CAAe;AAjCjB,oEAAsD;AAkCpD,kCAAW;AAjCb,gFAAkE;AAkChE,8CAAiB;AAjCnB,sEAAwD;AAkCtD,oCAAY;AAjCd,uFAAyE;AAkCvE,oDAAoB;AAjCtB,yDAA2C;AAkCzC,wBAAM;AAjCR,uFAAyE;AAkCvE,oDAAoB;AAjCtB,gFAAkE;AAkChE,8CAAiB;AAjCnB,0EAA4D;AAkC1D,wCAAc;AAjChB,4EAA8D;AAkC5D,0CAAe;AAjCjB,4EAA8D;AAkC5D,0CAAe;AAjCjB,sFAAwE;AAkCtE,oDAAoB;AAjCtB,8EAAgE;AAkC9D,4CAAgB;AAjClB,iEAAmD;AAkCjD,gCAAU;AAjCZ,gFAAkE;AAkChE,8CAAiB;AAjCnB,oEAAsD;AAkCpD,kCAAW;AAjCb,wEAA0D;AAkCxD,sCAAa;AAjCf,qDAAuC;AAkCrC,oBAAI"}
@@ -27,4 +27,6 @@ export * as shippoConfigurations from '@wix/ecom_shippo-configurations/meta';
27
27
  export * as totalsCalculator from '@wix/ecom_totals-calculator/meta';
28
28
  export * as currencies from '@wix/ecom_currencies/meta';
29
29
  export * as deliverySolutions from '@wix/ecom_delivery-solutions/meta';
30
+ export * as tipSettings from '@wix/ecom_tip-settings/meta';
31
+ export * as tippableStaff from '@wix/ecom_tippable-staff/meta';
30
32
  export * as tips from '@wix/ecom_tips/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.tips = exports.deliverySolutions = 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.subscriptionContracts = exports.recommendations = exports.orderInvoices = exports.discountRules = exports.discountsCustomTrigger = exports.checkoutContent = void 0;
26
+ exports.tips = exports.tippableStaff = exports.tipSettings = exports.deliverySolutions = 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.subscriptionContracts = 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"));
@@ -53,5 +53,7 @@ exports.shippoConfigurations = __importStar(require("@wix/ecom_shippo-configurat
53
53
  exports.totalsCalculator = __importStar(require("@wix/ecom_totals-calculator/meta"));
54
54
  exports.currencies = __importStar(require("@wix/ecom_currencies/meta"));
55
55
  exports.deliverySolutions = __importStar(require("@wix/ecom_delivery-solutions/meta"));
56
+ exports.tipSettings = __importStar(require("@wix/ecom_tip-settings/meta"));
57
+ exports.tippableStaff = __importStar(require("@wix/ecom_tippable-staff/meta"));
56
58
  exports.tips = __importStar(require("@wix/ecom_tips/meta"));
57
59
  //# sourceMappingURL=meta.js.map
@@ -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,+FAA+E;AAC/E,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;AACxD,uFAAuE;AACvE,4DAA4C"}
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,+FAA+E;AAC/E,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;AACxD,uFAAuE;AACvE,2EAA2D;AAC3D,+EAA+D;AAC/D,4DAA4C"}
@@ -27,4 +27,6 @@ export * as shippoConfigurations from '@wix/ecom_shippo-configurations/context';
27
27
  export * as totalsCalculator from '@wix/ecom_totals-calculator/context';
28
28
  export * as currencies from '@wix/ecom_currencies/context';
29
29
  export * as deliverySolutions from '@wix/ecom_delivery-solutions/context';
30
+ export * as tipSettings from '@wix/ecom_tip-settings/context';
31
+ export * as tippableStaff from '@wix/ecom_tippable-staff/context';
30
32
  export * as tips from '@wix/ecom_tips/context';
@@ -27,5 +27,7 @@ export * as shippoConfigurations from '@wix/ecom_shippo-configurations/context';
27
27
  export * as totalsCalculator from '@wix/ecom_totals-calculator/context';
28
28
  export * as currencies from '@wix/ecom_currencies/context';
29
29
  export * as deliverySolutions from '@wix/ecom_delivery-solutions/context';
30
+ export * as tipSettings from '@wix/ecom_tip-settings/context';
31
+ export * as tippableStaff from '@wix/ecom_tippable-staff/context';
30
32
  export * as tips from '@wix/ecom_tips/context';
31
33
  //# sourceMappingURL=context.js.map
@@ -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,qBAAqB,MAAM,0CAA0C,CAAC;AAClF,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;AAC3D,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,IAAI,MAAM,wBAAwB,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,qBAAqB,MAAM,0CAA0C,CAAC;AAClF,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;AAC3D,OAAO,KAAK,iBAAiB,MAAM,sCAAsC,CAAC;AAC1E,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAC"}
@@ -27,5 +27,7 @@ import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
27
27
  import * as totalsCalculator from '@wix/ecom_totals-calculator';
28
28
  import * as currencies from '@wix/ecom_currencies';
29
29
  import * as deliverySolutions from '@wix/ecom_delivery-solutions';
30
+ import * as tipSettings from '@wix/ecom_tip-settings';
31
+ import * as tippableStaff from '@wix/ecom_tippable-staff';
30
32
  import * as tips from '@wix/ecom_tips';
31
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tips, };
33
+ export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
package/build/es/index.js CHANGED
@@ -27,6 +27,8 @@ import * as shippoConfigurations from '@wix/ecom_shippo-configurations';
27
27
  import * as totalsCalculator from '@wix/ecom_totals-calculator';
28
28
  import * as currencies from '@wix/ecom_currencies';
29
29
  import * as deliverySolutions from '@wix/ecom_delivery-solutions';
30
+ import * as tipSettings from '@wix/ecom_tip-settings';
31
+ import * as tippableStaff from '@wix/ecom_tippable-staff';
30
32
  import * as tips from '@wix/ecom_tips';
31
- export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tips, };
33
+ export { checkoutContent, discountsCustomTrigger, discountRules, orderInvoices, recommendations, subscriptionContracts, abandonedCheckouts, backInStockNotifications, backInStockSettings, cart, currentCart, checkout, checkoutSettings, checkoutTemplates, deliveryProfile, draftOrders, orderFulfillments, giftVouchers, localDeliveryOptions, orders, orderPaymentRequests, orderTransactions, ordersSettings, pickupLocations, shippingOptions, shippoConfigurations, totalsCalculator, currencies, deliverySolutions, tipSettings, tippableStaff, tips, };
32
34
  //# 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,qBAAqB,MAAM,kCAAkC,CAAC;AAC1E,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;AACnD,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AAEvC,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,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,IAAI,GACL,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,qBAAqB,MAAM,kCAAkC,CAAC;AAC1E,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;AACnD,OAAO,KAAK,iBAAiB,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AAEvC,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,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"}
@@ -27,4 +27,6 @@ export * as shippoConfigurations from '@wix/ecom_shippo-configurations/meta';
27
27
  export * as totalsCalculator from '@wix/ecom_totals-calculator/meta';
28
28
  export * as currencies from '@wix/ecom_currencies/meta';
29
29
  export * as deliverySolutions from '@wix/ecom_delivery-solutions/meta';
30
+ export * as tipSettings from '@wix/ecom_tip-settings/meta';
31
+ export * as tippableStaff from '@wix/ecom_tippable-staff/meta';
30
32
  export * as tips from '@wix/ecom_tips/meta';
package/build/es/meta.js CHANGED
@@ -27,5 +27,7 @@ export * as shippoConfigurations from '@wix/ecom_shippo-configurations/meta';
27
27
  export * as totalsCalculator from '@wix/ecom_totals-calculator/meta';
28
28
  export * as currencies from '@wix/ecom_currencies/meta';
29
29
  export * as deliverySolutions from '@wix/ecom_delivery-solutions/meta';
30
+ export * as tipSettings from '@wix/ecom_tip-settings/meta';
31
+ export * as tippableStaff from '@wix/ecom_tippable-staff/meta';
30
32
  export * as tips from '@wix/ecom_tips/meta';
31
33
  //# sourceMappingURL=meta.js.map
@@ -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,qBAAqB,MAAM,uCAAuC,CAAC;AAC/E,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;AACxD,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,IAAI,MAAM,qBAAqB,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,qBAAqB,MAAM,uCAAuC,CAAC;AAC/E,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;AACxD,OAAO,KAAK,iBAAiB,MAAM,mCAAmC,CAAC;AACvE,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,KAAK,aAAa,MAAM,+BAA+B,CAAC;AAC/D,OAAO,KAAK,IAAI,MAAM,qBAAqB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.813",
3
+ "version": "1.0.815",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -39,7 +39,7 @@
39
39
  "@wix/ecom_discount-rules": "1.0.59",
40
40
  "@wix/ecom_discounts": "1.0.11",
41
41
  "@wix/ecom_discounts-custom-trigger": "1.0.14",
42
- "@wix/ecom_draft-orders": "1.0.36",
42
+ "@wix/ecom_draft-orders": "1.0.37",
43
43
  "@wix/ecom_gift-vouchers": "1.0.10",
44
44
  "@wix/ecom_gift-vouchers-provider": "1.0.10",
45
45
  "@wix/ecom_local-delivery-options": "1.0.16",
@@ -48,9 +48,9 @@
48
48
  "@wix/ecom_order-invoices": "1.0.46",
49
49
  "@wix/ecom_order-payment-requests": "1.0.17",
50
50
  "@wix/ecom_order-transactions": "1.0.74",
51
- "@wix/ecom_orders": "1.0.138",
51
+ "@wix/ecom_orders": "1.0.139",
52
52
  "@wix/ecom_orders-settings": "1.0.52",
53
- "@wix/ecom_payment-settings": "1.0.63",
53
+ "@wix/ecom_payment-settings": "1.0.64",
54
54
  "@wix/ecom_pickup-locations": "1.0.16",
55
55
  "@wix/ecom_recommendations": "1.0.49",
56
56
  "@wix/ecom_recommendations-provider": "1.0.7",
@@ -58,6 +58,8 @@
58
58
  "@wix/ecom_shipping-rates": "1.0.49",
59
59
  "@wix/ecom_shippo-configurations": "1.0.21",
60
60
  "@wix/ecom_subscription-contracts": "1.0.4",
61
+ "@wix/ecom_tip-settings": "1.0.0",
62
+ "@wix/ecom_tippable-staff": "1.0.0",
61
63
  "@wix/ecom_tips": "1.0.1",
62
64
  "@wix/ecom_totals-calculator": "1.0.18",
63
65
  "@wix/ecom_validations": "1.0.40"
@@ -85,5 +87,5 @@
85
87
  "fqdn": ""
86
88
  }
87
89
  },
88
- "falconPackageHash": "9d8d18512bbaebb662d021555deaf0199039567106fbe4d9c9510b98"
90
+ "falconPackageHash": "d41a4983754c20857a596514d6c1fb382fbb3cf2c16d3561243add3d"
89
91
  }