@wix/auto_sdk_stores_customizations-v-3 1.0.83 → 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/cjs/schemas.d.ts +1157 -0
- package/build/cjs/schemas.js +1908 -0
- package/build/cjs/schemas.js.map +1 -0
- 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/es/schemas.d.mts +1157 -0
- package/build/es/schemas.mjs +1846 -0
- package/build/es/schemas.mjs.map +1 -0
- 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/cjs/schemas.d.ts +1157 -0
- package/build/internal/cjs/schemas.js +1908 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- 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/build/internal/es/schemas.d.mts +1157 -0
- package/build/internal/es/schemas.mjs +1846 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +9 -3
- package/schemas/package.json +3 -0
|
@@ -1337,6 +1337,8 @@ interface CustomizationCreatedEnvelope {
|
|
|
1337
1337
|
* Triggered when a customization is created.
|
|
1338
1338
|
* @permissionScope Manage Stores - all permissions
|
|
1339
1339
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
1340
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1341
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1340
1342
|
* @permissionScope Manage Stores
|
|
1341
1343
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1342
1344
|
* @permissionScope Read customizations in v3 catalog (PII)
|
|
@@ -1376,6 +1378,8 @@ interface CustomizationDeletedEnvelope {
|
|
|
1376
1378
|
* Triggered when a customization is deleted.
|
|
1377
1379
|
* @permissionScope Manage Stores - all permissions
|
|
1378
1380
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
1381
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1382
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1379
1383
|
* @permissionScope Manage Stores
|
|
1380
1384
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1381
1385
|
* @permissionScope Read customizations in v3 catalog (PII)
|
|
@@ -1417,6 +1421,8 @@ interface CustomizationUpdatedEnvelope {
|
|
|
1417
1421
|
* Triggered when a customization is updated.
|
|
1418
1422
|
* @permissionScope Manage Stores - all permissions
|
|
1419
1423
|
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
1424
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
1425
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
1420
1426
|
* @permissionScope Manage Stores
|
|
1421
1427
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1422
1428
|
* @permissionScope Read customizations in v3 catalog (PII)
|