@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.
@@ -4170,10 +4170,12 @@ declare enum ChannelType {
4170
4170
  /** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
4171
4171
  FAIRE_COM = "FAIRE_COM",
4172
4172
  /** PayPal Agentic Checkout sales channel. */
4173
- PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT"
4173
+ PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT",
4174
+ /** Stripe Agentic Checkout sales channel. */
4175
+ STRIPE_AGENTIC_CHECKOUT = "STRIPE_AGENTIC_CHECKOUT"
4174
4176
  }
4175
4177
  /** @enumType */
4176
- 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';
4178
+ 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';
4177
4179
  interface CustomField {
4178
4180
  /** Custom field value. */
4179
4181
  value?: any;
@@ -3553,6 +3553,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
3553
3553
  ChannelType2["TIKTOK"] = "TIKTOK";
3554
3554
  ChannelType2["FAIRE_COM"] = "FAIRE_COM";
3555
3555
  ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
3556
+ ChannelType2["STRIPE_AGENTIC_CHECKOUT"] = "STRIPE_AGENTIC_CHECKOUT";
3556
3557
  return ChannelType2;
3557
3558
  })(ChannelType || {});
3558
3559
  var OrderActionType = /* @__PURE__ */ ((OrderActionType2) => {