@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.
@@ -2869,10 +2869,12 @@ declare enum ChannelType {
2869
2869
  /** [TikTok sales channel](https://support.wix.com/en/article/wix-stores-request-adding-tiktok-as-a-sales-channel). */
2870
2870
  TIKTOK = "TIKTOK",
2871
2871
  /** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
2872
- FAIRE_COM = "FAIRE_COM"
2872
+ FAIRE_COM = "FAIRE_COM",
2873
+ /** PayPal Agentic Checkout sales channel. */
2874
+ PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT"
2873
2875
  }
2874
2876
  /** @enumType */
2875
- 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';
2877
+ 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';
2876
2878
  interface CustomField {
2877
2879
  /** Custom field value. */
2878
2880
  value?: any;
@@ -3301,6 +3301,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
3301
3301
  ChannelType2["ETSY"] = "ETSY";
3302
3302
  ChannelType2["TIKTOK"] = "TIKTOK";
3303
3303
  ChannelType2["FAIRE_COM"] = "FAIRE_COM";
3304
+ ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
3304
3305
  return ChannelType2;
3305
3306
  })(ChannelType || {});
3306
3307
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {