@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +10 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +10 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +4 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +10 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +4 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +10 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +4 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -4912,6 +4912,10 @@ type UpdateLineItemsApplicationErrors = {
|
|
|
4912
4912
|
code?: 'MODIFIERS_SUM_CANNOT_EXCEED_ITEM_PRICE';
|
|
4913
4913
|
description?: string;
|
|
4914
4914
|
data?: Record<string, any>;
|
|
4915
|
+
} | {
|
|
4916
|
+
code?: 'LINE_ITEM_HAS_PLATFORM_FEES';
|
|
4917
|
+
description?: string;
|
|
4918
|
+
data?: Record<string, any>;
|
|
4915
4919
|
};
|
|
4916
4920
|
/** @docsIgnore */
|
|
4917
4921
|
type SetDepositApplicationErrors = {
|
|
@@ -5230,6 +5234,8 @@ interface DraftOrderCreatedEnvelope {
|
|
|
5230
5234
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
5231
5235
|
* @permissionScope Manage Stores
|
|
5232
5236
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
5237
|
+
* @permissionScope Edit an order
|
|
5238
|
+
* @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
|
|
5233
5239
|
* @permissionScope Manage Restaurants - all permissions
|
|
5234
5240
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
5235
5241
|
* @permissionScope Manage eCommerce - all permissions
|
|
@@ -5250,6 +5256,8 @@ interface DraftOrderDeletedEnvelope {
|
|
|
5250
5256
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
5251
5257
|
* @permissionScope Manage Stores
|
|
5252
5258
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
5259
|
+
* @permissionScope Edit an order
|
|
5260
|
+
* @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
|
|
5253
5261
|
* @permissionScope Manage Restaurants - all permissions
|
|
5254
5262
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
5255
5263
|
* @permissionScope Manage eCommerce - all permissions
|
|
@@ -5272,6 +5280,8 @@ interface DraftOrderUpdatedEnvelope {
|
|
|
5272
5280
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
5273
5281
|
* @permissionScope Manage Stores
|
|
5274
5282
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
5283
|
+
* @permissionScope Edit an order
|
|
5284
|
+
* @permissionScopeId SCOPE.ECOM.DRAFT-ORDERS
|
|
5275
5285
|
* @permissionScope Manage Restaurants - all permissions
|
|
5276
5286
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
5277
5287
|
* @permissionScope Manage eCommerce - all permissions
|