@wix/auto_sdk_ecom_draft-orders 1.0.131 → 1.0.133

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.
@@ -5239,6 +5239,10 @@ type UpdateLineItemsApplicationErrors = {
5239
5239
  code?: 'MODIFIERS_SUM_CANNOT_EXCEED_ITEM_PRICE';
5240
5240
  description?: string;
5241
5241
  data?: Record<string, any>;
5242
+ } | {
5243
+ code?: 'LINE_ITEM_HAS_PLATFORM_FEES';
5244
+ description?: string;
5245
+ data?: Record<string, any>;
5242
5246
  };
5243
5247
  /** @docsIgnore */
5244
5248
  type SetDepositApplicationErrors = {
@@ -5557,6 +5561,8 @@ interface DraftOrderCreatedEnvelope {
5557
5561
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
5558
5562
  * @permissionScope Manage Stores
5559
5563
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
5564
+ * @permissionScope Edit an order
5565
+ * @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
5560
5566
  * @permissionScope Manage Restaurants - all permissions
5561
5567
  * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
5562
5568
  * @permissionScope Manage eCommerce - all permissions
@@ -5577,6 +5583,8 @@ interface DraftOrderDeletedEnvelope {
5577
5583
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
5578
5584
  * @permissionScope Manage Stores
5579
5585
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
5586
+ * @permissionScope Edit an order
5587
+ * @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
5580
5588
  * @permissionScope Manage Restaurants - all permissions
5581
5589
  * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
5582
5590
  * @permissionScope Manage eCommerce - all permissions
@@ -5599,6 +5607,8 @@ interface DraftOrderUpdatedEnvelope {
5599
5607
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
5600
5608
  * @permissionScope Manage Stores
5601
5609
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
5610
+ * @permissionScope Edit an order
5611
+ * @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
5602
5612
  * @permissionScope Manage Restaurants - all permissions
5603
5613
  * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
5604
5614
  * @permissionScope Manage eCommerce - all permissions