@wix/auto_sdk_ecom_checkout 1.0.136 → 1.0.138

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.
@@ -1925,10 +1925,12 @@ declare enum ChannelType {
1925
1925
  /** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
1926
1926
  FAIRE_COM = "FAIRE_COM",
1927
1927
  /** PayPal Agentic Checkout sales channel. */
1928
- PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT"
1928
+ PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT",
1929
+ /** Stripe Agentic Checkout sales channel. */
1930
+ STRIPE_AGENTIC_CHECKOUT = "STRIPE_AGENTIC_CHECKOUT"
1929
1931
  }
1930
1932
  /** @enumType */
1931
- 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';
1933
+ 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';
1932
1934
  interface CreatedBy extends CreatedByIdOneOf {
1933
1935
  /**
1934
1936
  * User ID. When the order was created by a Wix user on behalf of a buyer.
@@ -1556,6 +1556,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
1556
1556
  ChannelType2["TIKTOK"] = "TIKTOK";
1557
1557
  ChannelType2["FAIRE_COM"] = "FAIRE_COM";
1558
1558
  ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
1559
+ ChannelType2["STRIPE_AGENTIC_CHECKOUT"] = "STRIPE_AGENTIC_CHECKOUT";
1559
1560
  return ChannelType2;
1560
1561
  })(ChannelType || {});
1561
1562
  var BalanceType = /* @__PURE__ */ ((BalanceType2) => {