@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.
@@ -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;
@@ -5234,6 +5236,8 @@ interface DraftOrderCreatedEnvelope {
5234
5236
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
5235
5237
  * @permissionScope Manage Stores
5236
5238
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
5239
+ * @permissionScope Edit an order
5240
+ * @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
5237
5241
  * @permissionScope Manage Restaurants - all permissions
5238
5242
  * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
5239
5243
  * @permissionScope Manage eCommerce - all permissions
@@ -5254,6 +5258,8 @@ interface DraftOrderDeletedEnvelope {
5254
5258
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
5255
5259
  * @permissionScope Manage Stores
5256
5260
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
5261
+ * @permissionScope Edit an order
5262
+ * @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
5257
5263
  * @permissionScope Manage Restaurants - all permissions
5258
5264
  * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
5259
5265
  * @permissionScope Manage eCommerce - all permissions
@@ -5276,6 +5282,8 @@ interface DraftOrderUpdatedEnvelope {
5276
5282
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
5277
5283
  * @permissionScope Manage Stores
5278
5284
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
5285
+ * @permissionScope Edit an order
5286
+ * @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
5279
5287
  * @permissionScope Manage Restaurants - all permissions
5280
5288
  * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
5281
5289
  * @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) => {