@wix/auto_sdk_ecom_draft-orders 1.0.155 → 1.0.157
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 +6 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -241,14 +241,6 @@ interface DescriptionLine extends DescriptionLineValueOneOf, DescriptionLineDesc
|
|
|
241
241
|
colorInfo?: Color;
|
|
242
242
|
/** Description line name. */
|
|
243
243
|
name?: DescriptionLineName;
|
|
244
|
-
/**
|
|
245
|
-
* Whether the description line originates from a modifier.
|
|
246
|
-
* @internal
|
|
247
|
-
* @deprecated Whether the description line originates from a modifier.
|
|
248
|
-
* @replacedBy none
|
|
249
|
-
* @targetRemovalDate 2025-12-31
|
|
250
|
-
*/
|
|
251
|
-
modifierDescriptionLine?: boolean;
|
|
252
244
|
}
|
|
253
245
|
/** @oneof */
|
|
254
246
|
interface DescriptionLineValueOneOf {
|
|
@@ -5725,6 +5717,8 @@ interface DraftOrderCreatedEnvelope {
|
|
|
5725
5717
|
* Triggered when a draft order is created.
|
|
5726
5718
|
* @permissionScope Manage Stores - all permissions
|
|
5727
5719
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
5720
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
5721
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
5728
5722
|
* @permissionScope Manage Stores
|
|
5729
5723
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
5730
5724
|
* @permissionScope Edit an order
|
|
@@ -5747,6 +5741,8 @@ interface DraftOrderDeletedEnvelope {
|
|
|
5747
5741
|
* Triggered when a draft order is deleted.
|
|
5748
5742
|
* @permissionScope Manage Stores - all permissions
|
|
5749
5743
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
5744
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
5745
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
5750
5746
|
* @permissionScope Manage Stores
|
|
5751
5747
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
5752
5748
|
* @permissionScope Edit an order
|
|
@@ -5771,6 +5767,8 @@ interface DraftOrderUpdatedEnvelope {
|
|
|
5771
5767
|
* Triggered when a draft order is updated.
|
|
5772
5768
|
* @permissionScope Manage Stores - all permissions
|
|
5773
5769
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
5770
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
5771
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
5774
5772
|
* @permissionScope Manage Stores
|
|
5775
5773
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
5776
5774
|
* @permissionScope Edit an order
|