@wix/auto_sdk_ecom_draft-orders 1.0.132 → 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.
@@ -4427,10 +4427,12 @@ declare enum ChannelType {
4427
4427
  /** [Faire marketplace integration](https://support.wix.com/en/article/wix-stores-creating-a-faire-store-using-the-faire-integration-app). */
4428
4428
  FAIRE_COM = "FAIRE_COM",
4429
4429
  /** PayPal Agentic Checkout sales channel. */
4430
- PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT"
4430
+ PAYPAL_AGENTIC_CHECKOUT = "PAYPAL_AGENTIC_CHECKOUT",
4431
+ /** Stripe Agentic Checkout sales channel. */
4432
+ STRIPE_AGENTIC_CHECKOUT = "STRIPE_AGENTIC_CHECKOUT"
4431
4433
  }
4432
4434
  /** @enumType */
4433
- 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';
4435
+ 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';
4434
4436
  interface CustomField {
4435
4437
  /** Custom field value. */
4436
4438
  value?: any;
@@ -5561,6 +5563,8 @@ interface DraftOrderCreatedEnvelope {
5561
5563
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
5562
5564
  * @permissionScope Manage Stores
5563
5565
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
5566
+ * @permissionScope Edit an order
5567
+ * @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
5564
5568
  * @permissionScope Manage Restaurants - all permissions
5565
5569
  * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
5566
5570
  * @permissionScope Manage eCommerce - all permissions
@@ -5581,6 +5585,8 @@ interface DraftOrderDeletedEnvelope {
5581
5585
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
5582
5586
  * @permissionScope Manage Stores
5583
5587
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
5588
+ * @permissionScope Edit an order
5589
+ * @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
5584
5590
  * @permissionScope Manage Restaurants - all permissions
5585
5591
  * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
5586
5592
  * @permissionScope Manage eCommerce - all permissions
@@ -5603,6 +5609,8 @@ interface DraftOrderUpdatedEnvelope {
5603
5609
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
5604
5610
  * @permissionScope Manage Stores
5605
5611
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
5612
+ * @permissionScope Edit an order
5613
+ * @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
5606
5614
  * @permissionScope Manage Restaurants - all permissions
5607
5615
  * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
5608
5616
  * @permissionScope Manage eCommerce - all permissions
@@ -3635,6 +3635,7 @@ var ChannelType = /* @__PURE__ */ ((ChannelType2) => {
3635
3635
  ChannelType2["TIKTOK"] = "TIKTOK";
3636
3636
  ChannelType2["FAIRE_COM"] = "FAIRE_COM";
3637
3637
  ChannelType2["PAYPAL_AGENTIC_CHECKOUT"] = "PAYPAL_AGENTIC_CHECKOUT";
3638
+ ChannelType2["STRIPE_AGENTIC_CHECKOUT"] = "STRIPE_AGENTIC_CHECKOUT";
3638
3639
  return ChannelType2;
3639
3640
  })(ChannelType || {});
3640
3641
  var OrderActionType = /* @__PURE__ */ ((OrderActionType2) => {