@wix/auto_sdk_ecom_draft-orders 1.0.55 → 1.0.56

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.
@@ -3674,10 +3674,12 @@ declare enum ChannelType {
3674
3674
  /** [TikTok sales channel](https://support.wix.com/en/article/wix-stores-request-adding-tiktok-as-a-sales-channel). */
3675
3675
  TIKTOK = "TIKTOK",
3676
3676
  /** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
3677
- FAIRE_COM = "FAIRE_COM"
3677
+ FAIRE_COM = "FAIRE_COM",
3678
+ /** PayPal Agentic Checkout sales channel. */
3679
+ PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT"
3678
3680
  }
3679
3681
  /** @enumType */
3680
- 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';
3682
+ 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';
3681
3683
  interface CustomField {
3682
3684
  /** Custom field value. */
3683
3685
  value?: any;
@@ -3289,6 +3289,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
3289
3289
  ChannelType2["ETSY"] = "ETSY";
3290
3290
  ChannelType2["TIKTOK"] = "TIKTOK";
3291
3291
  ChannelType2["FAIRE_COM"] = "FAIRE_COM";
3292
+ ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
3292
3293
  return ChannelType2;
3293
3294
  })(ChannelType || {});
3294
3295
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {