@wix/auto_sdk_stores_customizations-v-3 1.0.84 → 1.0.85
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 -0
- 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 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1345,6 +1345,8 @@ interface CustomizationCreatedEnvelope {
|
|
|
1345
1345
|
* Triggered when a customization is created.
|
|
1346
1346
|
* @permissionScope Manage Stores - all permissions
|
|
1347
1347
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
1348
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1349
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1348
1350
|
* @permissionScope Manage Stores
|
|
1349
1351
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1350
1352
|
* @permissionScope Read customizations in v3 catalog (PII)
|
|
@@ -1384,6 +1386,8 @@ interface CustomizationDeletedEnvelope {
|
|
|
1384
1386
|
* Triggered when a customization is deleted.
|
|
1385
1387
|
* @permissionScope Manage Stores - all permissions
|
|
1386
1388
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
1389
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1390
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1387
1391
|
* @permissionScope Manage Stores
|
|
1388
1392
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1389
1393
|
* @permissionScope Read customizations in v3 catalog (PII)
|
|
@@ -1425,6 +1429,8 @@ interface CustomizationUpdatedEnvelope {
|
|
|
1425
1429
|
* Triggered when a customization is updated.
|
|
1426
1430
|
* @permissionScope Manage Stores - all permissions
|
|
1427
1431
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
1432
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1433
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1428
1434
|
* @permissionScope Manage Stores
|
|
1429
1435
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1430
1436
|
* @permissionScope Read customizations in v3 catalog (PII)
|