@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.
@@ -2651,10 +2651,12 @@ declare enum ChannelType {
2651
2651
  /** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
2652
2652
  FAIRE_COM = "FAIRE_COM",
2653
2653
  /** PayPal Agentic Checkout sales channel. */
2654
- PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT"
2654
+ PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT",
2655
+ /** Stripe Agentic Checkout sales channel. */
2656
+ STRIPE_AGENTIC_CHECKOUT = "STRIPE_AGENTIC_CHECKOUT"
2655
2657
  }
2656
2658
  /** @enumType */
2657
- 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';
2659
+ 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';
2658
2660
  interface CreateCheckoutResponse {
2659
2661
  /** The newly created checkout's ID. */
2660
2662
  checkoutId?: string;
package/build/es/meta.mjs CHANGED
@@ -837,6 +837,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
837
837
  ChannelType2["TIKTOK"] = "TIKTOK";
838
838
  ChannelType2["FAIRE_COM"] = "FAIRE_COM";
839
839
  ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
840
+ ChannelType2["STRIPE_AGENTIC_CHECKOUT"] = "STRIPE_AGENTIC_CHECKOUT";
840
841
  return ChannelType2;
841
842
  })(ChannelType || {});
842
843
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {