@wix/auto_sdk_ecom_current-cart 1.0.58 → 1.0.60

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.
@@ -132,12 +132,12 @@ declare const deleteCurrentCart: MaybeContext<BuildRESTFunction<typeof deleteCur
132
132
  /**
133
133
  * Triggered when a cart is deleted.
134
134
  */
135
- declare const onCartDeleted: BuildEventDefinition<typeof onCartDeleted$1>;
135
+ declare const onCartDeleted: BuildEventDefinition<typeof onCartDeleted$1> & typeof onCartDeleted$1;
136
136
  /** */
137
- declare const onCartUpdated: BuildEventDefinition<typeof onCartUpdated$1>;
137
+ declare const onCartUpdated: BuildEventDefinition<typeof onCartUpdated$1> & typeof onCartUpdated$1;
138
138
  /**
139
139
  * Triggered when a cart is created.
140
140
  */
141
- declare const onCartCreated: BuildEventDefinition<typeof onCartCreated$1>;
141
+ declare const onCartCreated: BuildEventDefinition<typeof onCartCreated$1> & typeof onCartCreated$1;
142
142
 
143
143
  export { AddToCartResponse, AddToCurrentCartOptions, Cart, CartCreatedEnvelope, CartDeletedEnvelope, CartUpdatedEnvelope, CreateCheckoutFromCurrentCartOptions, CreateCheckoutResponse, EstimateCurrentCartTotalsOptions, EstimateTotalsResponse, LineItemQuantityUpdate, RemoveCouponResponse, RemoveLineItemsResponse, UpdateCurrentCartOptions, UpdateLineItemsQuantityResponse, addToCurrentCart, createCheckoutFromCurrentCart, deleteCurrentCart, estimateCurrentCartTotals, getCurrentCart, onCartCreated, onCartDeleted, onCartUpdated, removeCouponFromCurrentCart, removeLineItemsFromCurrentCart, updateCurrentCart, updateCurrentCartLineItemQuantity };
@@ -851,6 +851,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
851
851
  ChannelType2["ETSY"] = "ETSY";
852
852
  ChannelType2["TIKTOK"] = "TIKTOK";
853
853
  ChannelType2["FAIRE_COM"] = "FAIRE_COM";
854
+ ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
854
855
  return ChannelType2;
855
856
  })(ChannelType || {});
856
857
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {