@wix/auto_sdk_ecom_current-cart 1.0.152 → 1.0.154

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.
@@ -2612,10 +2612,12 @@ declare enum ChannelType {
2612
2612
  /** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
2613
2613
  FAIRE_COM = "FAIRE_COM",
2614
2614
  /** PayPal Agentic Checkout sales channel. */
2615
- PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT"
2615
+ PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT",
2616
+ /** Stripe Agentic Checkout sales channel. */
2617
+ STRIPE_AGENTIC_CHECKOUT = "STRIPE_AGENTIC_CHECKOUT"
2616
2618
  }
2617
2619
  /** @enumType */
2618
- type ChannelTypeWithLiterals = ChannelType | 'UNSPECIFIED' | 'WEB' | 'POS' | 'EBAY' | 'AMAZON' | 'OTHER_PLATFORM' | 'WIX_APP_STORE' | 'WIX_INVOICES' | 'BACKOFFICE_MERCHANT' | 'WISH' | 'CLASS_PASS' | 'GLOBAL_E' | 'FACEBOOK' | 'ETSY' | 'TIKTOK' | 'FAIRE_COM' | 'PAYPAL_AGENTIC_CHECKOUT';
2620
+ type ChannelTypeWithLiterals = ChannelType | 'UNSPECIFIED' | 'WEB' | 'POS' | 'EBAY' | 'AMAZON' | 'OTHER_PLATFORM' | 'WIX_APP_STORE' | 'WIX_INVOICES' | 'BACKOFFICE_MERCHANT' | 'WISH' | 'CLASS_PASS' | 'GLOBAL_E' | 'FACEBOOK' | 'ETSY' | 'TIKTOK' | 'FAIRE_COM' | 'PAYPAL_AGENTIC_CHECKOUT' | 'STRIPE_AGENTIC_CHECKOUT';
2619
2621
  interface CreateCheckoutResponse {
2620
2622
  /** The newly created checkout's ID. */
2621
2623
  checkoutId?: string;
@@ -910,6 +910,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
910
910
  ChannelType2["TIKTOK"] = "TIKTOK";
911
911
  ChannelType2["FAIRE_COM"] = "FAIRE_COM";
912
912
  ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
913
+ ChannelType2["STRIPE_AGENTIC_CHECKOUT"] = "STRIPE_AGENTIC_CHECKOUT";
913
914
  return ChannelType2;
914
915
  })(ChannelType || {});
915
916
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {