@wix/auto_sdk_pro-gallery_pro-gallery 1.0.28 → 1.0.30
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 +12 -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 +12 -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 +12 -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 +12 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -1301,6 +1301,8 @@ interface GalleryCreatedEnvelope {
|
|
|
1301
1301
|
* > To receive information about the created items you need to listen to the [Gallery Item Created webhook](https://dev.wix.com/api/rest/site-content/pro-gallery/gallery-item-created-webhook).
|
|
1302
1302
|
* @permissionScope Manage Galleries
|
|
1303
1303
|
* @permissionScopeId SCOPE.DC-PROGALLERY.MANAGE-GALLERIES
|
|
1304
|
+
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1305
|
+
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1304
1306
|
* @permissionScope Read Galleries
|
|
1305
1307
|
* @permissionScopeId SCOPE.DC-PROGALLERY.READ-GALLERIES
|
|
1306
1308
|
* @permissionId PRO_GALLERY.READ
|
|
@@ -1318,6 +1320,8 @@ interface GalleryDeletedEnvelope {
|
|
|
1318
1320
|
* Triggered when a gallery is deleted.
|
|
1319
1321
|
* @permissionScope Manage Galleries
|
|
1320
1322
|
* @permissionScopeId SCOPE.DC-PROGALLERY.MANAGE-GALLERIES
|
|
1323
|
+
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1324
|
+
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1321
1325
|
* @permissionScope Read Galleries
|
|
1322
1326
|
* @permissionScopeId SCOPE.DC-PROGALLERY.READ-GALLERIES
|
|
1323
1327
|
* @permissionId PRO_GALLERY.READ
|
|
@@ -1336,6 +1340,8 @@ interface GalleryItemCreatedEnvelope {
|
|
|
1336
1340
|
* Triggered when a media item in a specified gallery is created.
|
|
1337
1341
|
* @permissionScope Manage Galleries
|
|
1338
1342
|
* @permissionScopeId SCOPE.DC-PROGALLERY.MANAGE-GALLERIES
|
|
1343
|
+
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1344
|
+
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1339
1345
|
* @permissionScope Read Galleries
|
|
1340
1346
|
* @permissionScopeId SCOPE.DC-PROGALLERY.READ-GALLERIES
|
|
1341
1347
|
* @permissionId PRO_GALLERY.READ
|
|
@@ -1357,6 +1363,8 @@ interface GalleryItemDeletedEnvelope {
|
|
|
1357
1363
|
* > The property `originatedFrom` has the value `Gallery Deleted` if the entire gallery is deleted. If the gallery item is deleted individually, this field is empty.
|
|
1358
1364
|
* @permissionScope Manage Galleries
|
|
1359
1365
|
* @permissionScopeId SCOPE.DC-PROGALLERY.MANAGE-GALLERIES
|
|
1366
|
+
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1367
|
+
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1360
1368
|
* @permissionScope Read Galleries
|
|
1361
1369
|
* @permissionScopeId SCOPE.DC-PROGALLERY.READ-GALLERIES
|
|
1362
1370
|
* @permissionId PRO_GALLERY.READ
|
|
@@ -1375,6 +1383,8 @@ interface GalleryItemUpdatedEnvelope {
|
|
|
1375
1383
|
* Triggered when a media item in a specified gallery is updated.
|
|
1376
1384
|
* @permissionScope Manage Galleries
|
|
1377
1385
|
* @permissionScopeId SCOPE.DC-PROGALLERY.MANAGE-GALLERIES
|
|
1386
|
+
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1387
|
+
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1378
1388
|
* @permissionScope Read Galleries
|
|
1379
1389
|
* @permissionScopeId SCOPE.DC-PROGALLERY.READ-GALLERIES
|
|
1380
1390
|
* @permissionId PRO_GALLERY.READ
|
|
@@ -1396,6 +1406,8 @@ interface GalleryUpdatedEnvelope {
|
|
|
1396
1406
|
* > To receive information about the updated items you need to listen to the [Gallery Item Updated webhook](https://dev.wix.com/api/rest/site-content/pro-gallery/gallery-item-updated-webhook).
|
|
1397
1407
|
* @permissionScope Manage Galleries
|
|
1398
1408
|
* @permissionScopeId SCOPE.DC-PROGALLERY.MANAGE-GALLERIES
|
|
1409
|
+
* @permissionScope Wix Multilingual - Nile Wrapper Domain Events Read
|
|
1410
|
+
* @permissionScopeId SCOPE.MULTILINGUAL.NILE_WRAPPER_DOMAIN_EVENTS_READ
|
|
1399
1411
|
* @permissionScope Read Galleries
|
|
1400
1412
|
* @permissionScopeId SCOPE.DC-PROGALLERY.READ-GALLERIES
|
|
1401
1413
|
* @permissionId PRO_GALLERY.READ
|