@wix/auto_sdk_ecom_draft-orders 1.0.133 → 1.0.134

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.
@@ -4199,10 +4199,12 @@ declare enum ChannelType {
4199
4199
  /** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
4200
4200
  FAIRE_COM = "FAIRE_COM",
4201
4201
  /** PayPal Agentic Checkout sales channel. */
4202
- PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT"
4202
+ PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT",
4203
+ /** Stripe Agentic Checkout sales channel. */
4204
+ STRIPE_AGENTIC_CHECKOUT = "STRIPE_AGENTIC_CHECKOUT"
4203
4205
  }
4204
4206
  /** @enumType */
4205
- 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';
4207
+ 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';
4206
4208
  interface CustomField {
4207
4209
  /** Custom field value. */
4208
4210
  value?: any;
@@ -3538,6 +3538,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
3538
3538
  ChannelType2["TIKTOK"] = "TIKTOK";
3539
3539
  ChannelType2["FAIRE_COM"] = "FAIRE_COM";
3540
3540
  ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
3541
+ ChannelType2["STRIPE_AGENTIC_CHECKOUT"] = "STRIPE_AGENTIC_CHECKOUT";
3541
3542
  return ChannelType2;
3542
3543
  })(ChannelType || {});
3543
3544
  var OrderActionType = /* @__PURE__ */ ((OrderActionType2) => {