@wix/auto_sdk_media_files 1.0.0 → 1.0.1
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/src/media-site-media-v1-file-descriptor-files.http.d.ts +0 -7
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.http.js +0 -7
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.http.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.public.d.ts +0 -7
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.public.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.universal.d.ts +88 -7
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.universal.js +64 -7
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.universal.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor-files.http.d.ts +0 -7
- package/build/es/src/media-site-media-v1-file-descriptor-files.http.js +0 -7
- package/build/es/src/media-site-media-v1-file-descriptor-files.http.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor-files.public.d.ts +0 -7
- package/build/es/src/media-site-media-v1-file-descriptor-files.public.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor-files.universal.d.ts +88 -7
- package/build/es/src/media-site-media-v1-file-descriptor-files.universal.js +64 -7
- package/build/es/src/media-site-media-v1-file-descriptor-files.universal.js.map +1 -1
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.http.d.ts +0 -7
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.http.js +0 -7
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.http.js.map +1 -1
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.public.d.ts +0 -7
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.public.js.map +1 -1
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.universal.d.ts +88 -7
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.universal.js +64 -7
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.universal.js.map +1 -1
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.http.d.ts +0 -7
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.http.js +0 -7
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.http.js.map +1 -1
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.public.d.ts +0 -7
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.public.js.map +1 -1
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.universal.d.ts +88 -7
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.universal.js +64 -7
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -1323,17 +1323,23 @@ export interface FileDescriptorDeletedEnvelope {
|
|
|
1323
1323
|
* If the `movedToTrash` property in the event object `true`, the file was moved to the Media Manager's trash bin. If the `movedToTrash` property in the event object is `false`, the file was permanently deleted.
|
|
1324
1324
|
* @permissionScope Manage Bookings Services and Settings
|
|
1325
1325
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1326
|
+
* @permissionScope Manage Events
|
|
1327
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1326
1328
|
* @permissionScope Read Media Manager
|
|
1327
1329
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1328
1330
|
* @permissionScope Manage Media Manager
|
|
1329
1331
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1330
1332
|
* @permissionScope Manage Portfolio
|
|
1331
1333
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1334
|
+
* @permissionScope Access Verticals by Automations
|
|
1335
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1332
1336
|
* @permissionScope Manage Restaurants - all permissions
|
|
1333
1337
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1334
1338
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1335
1339
|
* @webhook
|
|
1336
1340
|
* @eventType wix.media.site_media.v1.file_descriptor_deleted
|
|
1341
|
+
* @serviceIdentifier com.wix.media.site_media.v1.FilesService
|
|
1342
|
+
* @slug deleted
|
|
1337
1343
|
*/
|
|
1338
1344
|
export declare function onFileDescriptorDeleted(handler: (event: FileDescriptorDeletedEnvelope) => void | Promise<void>): void;
|
|
1339
1345
|
export interface FileDescriptorFileFailedEnvelope {
|
|
@@ -1344,17 +1350,23 @@ export interface FileDescriptorFileFailedEnvelope {
|
|
|
1344
1350
|
* Triggered when a file fails during essential post-upload processing.
|
|
1345
1351
|
* @permissionScope Manage Bookings Services and Settings
|
|
1346
1352
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1353
|
+
* @permissionScope Manage Events
|
|
1354
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1347
1355
|
* @permissionScope Read Media Manager
|
|
1348
1356
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1349
1357
|
* @permissionScope Manage Media Manager
|
|
1350
1358
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1351
1359
|
* @permissionScope Manage Portfolio
|
|
1352
1360
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1361
|
+
* @permissionScope Access Verticals by Automations
|
|
1362
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1353
1363
|
* @permissionScope Manage Restaurants - all permissions
|
|
1354
1364
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1355
1365
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1356
1366
|
* @webhook
|
|
1357
1367
|
* @eventType wix.media.site_media.v1.file_descriptor_file_failed
|
|
1368
|
+
* @serviceIdentifier com.wix.media.site_media.v1.FilesService
|
|
1369
|
+
* @slug file_failed
|
|
1358
1370
|
*/
|
|
1359
1371
|
export declare function onFileDescriptorFileFailed(handler: (event: FileDescriptorFileFailedEnvelope) => void | Promise<void>): void;
|
|
1360
1372
|
export interface FileDescriptorFileReadyEnvelope {
|
|
@@ -1367,17 +1379,23 @@ export interface FileDescriptorFileReadyEnvelope {
|
|
|
1367
1379
|
* This event is also triggred when a file is restored from the Media Manager's trash bin.
|
|
1368
1380
|
* @permissionScope Manage Bookings Services and Settings
|
|
1369
1381
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1382
|
+
* @permissionScope Manage Events
|
|
1383
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1370
1384
|
* @permissionScope Read Media Manager
|
|
1371
1385
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1372
1386
|
* @permissionScope Manage Media Manager
|
|
1373
1387
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1374
1388
|
* @permissionScope Manage Portfolio
|
|
1375
1389
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1390
|
+
* @permissionScope Access Verticals by Automations
|
|
1391
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1376
1392
|
* @permissionScope Manage Restaurants - all permissions
|
|
1377
1393
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1378
1394
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1379
1395
|
* @webhook
|
|
1380
1396
|
* @eventType wix.media.site_media.v1.file_descriptor_file_ready
|
|
1397
|
+
* @serviceIdentifier com.wix.media.site_media.v1.FilesService
|
|
1398
|
+
* @slug file_ready
|
|
1381
1399
|
*/
|
|
1382
1400
|
export declare function onFileDescriptorFileReady(handler: (event: FileDescriptorFileReadyEnvelope) => void | Promise<void>): void;
|
|
1383
1401
|
export interface FileDescriptorUpdatedEnvelope {
|
|
@@ -1388,17 +1406,23 @@ export interface FileDescriptorUpdatedEnvelope {
|
|
|
1388
1406
|
* Triggered when a file is updated, including when a file is moved to a different folder.
|
|
1389
1407
|
* @permissionScope Manage Bookings Services and Settings
|
|
1390
1408
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1409
|
+
* @permissionScope Manage Events
|
|
1410
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1391
1411
|
* @permissionScope Read Media Manager
|
|
1392
1412
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1393
1413
|
* @permissionScope Manage Media Manager
|
|
1394
1414
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1395
1415
|
* @permissionScope Manage Portfolio
|
|
1396
1416
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1417
|
+
* @permissionScope Access Verticals by Automations
|
|
1418
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1397
1419
|
* @permissionScope Manage Restaurants - all permissions
|
|
1398
1420
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1399
1421
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1400
1422
|
* @webhook
|
|
1401
1423
|
* @eventType wix.media.site_media.v1.file_descriptor_updated
|
|
1424
|
+
* @serviceIdentifier com.wix.media.site_media.v1.FilesService
|
|
1425
|
+
* @slug updated
|
|
1402
1426
|
*/
|
|
1403
1427
|
export declare function onFileDescriptorUpdated(handler: (event: FileDescriptorUpdatedEnvelope) => void | Promise<void>): void;
|
|
1404
1428
|
/**
|
|
@@ -1418,10 +1442,14 @@ export declare function onFileDescriptorUpdated(handler: (event: FileDescriptorU
|
|
|
1418
1442
|
* @permissionId MEDIA.SITE_MEDIA_FILES_DOWNLOAD
|
|
1419
1443
|
* @permissionScope Manage Bookings Services and Settings
|
|
1420
1444
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1445
|
+
* @permissionScope Manage Events
|
|
1446
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1421
1447
|
* @permissionScope Manage Media Manager
|
|
1422
1448
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1423
1449
|
* @permissionScope Manage Portfolio
|
|
1424
1450
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1451
|
+
* @permissionScope Access Verticals by Automations
|
|
1452
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1425
1453
|
* @permissionScope Manage Restaurants - all permissions
|
|
1426
1454
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1427
1455
|
* @applicableIdentity APP
|
|
@@ -1449,10 +1477,14 @@ export declare function generateFilesDownloadUrl(fileIds: string[]): Promise<Gen
|
|
|
1449
1477
|
* @permissionId MEDIA.SITE_MEDIA_FILES_DOWNLOAD_URL
|
|
1450
1478
|
* @permissionScope Manage Bookings Services and Settings
|
|
1451
1479
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1480
|
+
* @permissionScope Manage Events
|
|
1481
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1452
1482
|
* @permissionScope Manage Media Manager
|
|
1453
1483
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1454
1484
|
* @permissionScope Manage Portfolio
|
|
1455
1485
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1486
|
+
* @permissionScope Access Verticals by Automations
|
|
1487
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1456
1488
|
* @permissionScope Manage Restaurants - all permissions
|
|
1457
1489
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1458
1490
|
* @applicableIdentity APP
|
|
@@ -1503,12 +1535,16 @@ export interface GenerateFileDownloadUrlOptions {
|
|
|
1503
1535
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1504
1536
|
* @permissionScope Manage Bookings Services and Settings
|
|
1505
1537
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1538
|
+
* @permissionScope Manage Events
|
|
1539
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1506
1540
|
* @permissionScope Read Media Manager
|
|
1507
1541
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1508
1542
|
* @permissionScope Manage Media Manager
|
|
1509
1543
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1510
1544
|
* @permissionScope Manage Portfolio
|
|
1511
1545
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1546
|
+
* @permissionScope Access Verticals by Automations
|
|
1547
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1512
1548
|
* @permissionScope Manage Restaurants - all permissions
|
|
1513
1549
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1514
1550
|
* @applicableIdentity APP
|
|
@@ -1527,12 +1563,16 @@ export declare function getFileDescriptor(fileId: string): Promise<FileDescripto
|
|
|
1527
1563
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1528
1564
|
* @permissionScope Manage Bookings Services and Settings
|
|
1529
1565
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1566
|
+
* @permissionScope Manage Events
|
|
1567
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1530
1568
|
* @permissionScope Read Media Manager
|
|
1531
1569
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1532
1570
|
* @permissionScope Manage Media Manager
|
|
1533
1571
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1534
1572
|
* @permissionScope Manage Portfolio
|
|
1535
1573
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1574
|
+
* @permissionScope Access Verticals by Automations
|
|
1575
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1536
1576
|
* @permissionScope Manage Restaurants - all permissions
|
|
1537
1577
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1538
1578
|
* @applicableIdentity APP
|
|
@@ -1550,10 +1590,14 @@ export declare function getFileDescriptors(fileIds: string[]): Promise<GetFileDe
|
|
|
1550
1590
|
* @permissionId MEDIA.SITE_MEDIA_FILES_UPDATE
|
|
1551
1591
|
* @permissionScope Manage Bookings Services and Settings
|
|
1552
1592
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1593
|
+
* @permissionScope Manage Events
|
|
1594
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1553
1595
|
* @permissionScope Manage Media Manager
|
|
1554
1596
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1555
1597
|
* @permissionScope Manage Portfolio
|
|
1556
1598
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1599
|
+
* @permissionScope Access Verticals by Automations
|
|
1600
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1557
1601
|
* @permissionScope Manage Restaurants - all permissions
|
|
1558
1602
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1559
1603
|
* @applicableIdentity APP
|
|
@@ -1575,10 +1619,14 @@ export declare function updateFileDescriptor(file: FileDescriptor): Promise<File
|
|
|
1575
1619
|
* @permissionId MEDIA.SITE_MEDIA_FILES_UPLOAD
|
|
1576
1620
|
* @permissionScope Manage Bookings Services and Settings
|
|
1577
1621
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1622
|
+
* @permissionScope Manage Events
|
|
1623
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1578
1624
|
* @permissionScope Manage Media Manager
|
|
1579
1625
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1580
1626
|
* @permissionScope Manage Portfolio
|
|
1581
1627
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1628
|
+
* @permissionScope Access Verticals by Automations
|
|
1629
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1582
1630
|
* @permissionScope Manage Restaurants - all permissions
|
|
1583
1631
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1584
1632
|
* @applicableIdentity APP
|
|
@@ -1630,10 +1678,14 @@ export interface GenerateFileUploadUrlOptions {
|
|
|
1630
1678
|
* @permissionId MEDIA.SITE_MEDIA_FILES_UPLOAD
|
|
1631
1679
|
* @permissionScope Manage Bookings Services and Settings
|
|
1632
1680
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1681
|
+
* @permissionScope Manage Events
|
|
1682
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1633
1683
|
* @permissionScope Manage Media Manager
|
|
1634
1684
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1635
1685
|
* @permissionScope Manage Portfolio
|
|
1636
1686
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1687
|
+
* @permissionScope Access Verticals by Automations
|
|
1688
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1637
1689
|
* @permissionScope Manage Restaurants - all permissions
|
|
1638
1690
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1639
1691
|
* @applicableIdentity APP
|
|
@@ -1694,10 +1746,14 @@ export interface GenerateFileResumableUploadUrlOptions {
|
|
|
1694
1746
|
* @permissionId MEDIA.SITE_MEDIA_FILES_IMPORT
|
|
1695
1747
|
* @permissionScope Manage Bookings Services and Settings
|
|
1696
1748
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1749
|
+
* @permissionScope Manage Events
|
|
1750
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1697
1751
|
* @permissionScope Manage Media Manager
|
|
1698
1752
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1699
1753
|
* @permissionScope Manage Portfolio
|
|
1700
1754
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1755
|
+
* @permissionScope Access Verticals by Automations
|
|
1756
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1701
1757
|
* @permissionScope Manage Restaurants - all permissions
|
|
1702
1758
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1703
1759
|
* @applicableIdentity APP
|
|
@@ -1740,13 +1796,6 @@ export interface ImportFileOptions {
|
|
|
1740
1796
|
}
|
|
1741
1797
|
/**
|
|
1742
1798
|
* Imports a bulk of files to the Media Manager using external urls. <br/>
|
|
1743
|
-
* <blockquote class='warning'>
|
|
1744
|
-
*
|
|
1745
|
-
* __Deprecation Notice:__
|
|
1746
|
-
*
|
|
1747
|
-
* This endpoint has been replaced with Bulk Import File and will be removed on March 31, 2024.
|
|
1748
|
-
*
|
|
1749
|
-
* </blockquote>
|
|
1750
1799
|
*
|
|
1751
1800
|
* Returns information about the imported files.
|
|
1752
1801
|
*
|
|
@@ -1770,10 +1819,14 @@ export interface ImportFileOptions {
|
|
|
1770
1819
|
* @permissionId MEDIA.SITE_MEDIA_FILES_IMPORT
|
|
1771
1820
|
* @permissionScope Manage Bookings Services and Settings
|
|
1772
1821
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1822
|
+
* @permissionScope Manage Events
|
|
1823
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1773
1824
|
* @permissionScope Manage Media Manager
|
|
1774
1825
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1775
1826
|
* @permissionScope Manage Portfolio
|
|
1776
1827
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1828
|
+
* @permissionScope Access Verticals by Automations
|
|
1829
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1777
1830
|
* @permissionScope Manage Restaurants - all permissions
|
|
1778
1831
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1779
1832
|
* @applicableIdentity APP
|
|
@@ -1808,10 +1861,14 @@ export declare function bulkImportFiles(importFileRequests: ImportFileRequest[])
|
|
|
1808
1861
|
* @permissionId MEDIA.SITE_MEDIA_FILES_IMPORT
|
|
1809
1862
|
* @permissionScope Manage Bookings Services and Settings
|
|
1810
1863
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1864
|
+
* @permissionScope Manage Events
|
|
1865
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1811
1866
|
* @permissionScope Manage Media Manager
|
|
1812
1867
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1813
1868
|
* @permissionScope Manage Portfolio
|
|
1814
1869
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1870
|
+
* @permissionScope Access Verticals by Automations
|
|
1871
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1815
1872
|
* @permissionScope Manage Restaurants - all permissions
|
|
1816
1873
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1817
1874
|
* @applicableIdentity APP
|
|
@@ -1831,12 +1888,16 @@ export interface BulkImportFileOptions {
|
|
|
1831
1888
|
* @permissionId MEDIA.SITE_MEDIA_FILES_LIST
|
|
1832
1889
|
* @permissionScope Manage Bookings Services and Settings
|
|
1833
1890
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1891
|
+
* @permissionScope Manage Events
|
|
1892
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1834
1893
|
* @permissionScope Read Media Manager
|
|
1835
1894
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1836
1895
|
* @permissionScope Manage Media Manager
|
|
1837
1896
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1838
1897
|
* @permissionScope Manage Portfolio
|
|
1839
1898
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1899
|
+
* @permissionScope Access Verticals by Automations
|
|
1900
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1840
1901
|
* @permissionScope Manage Restaurants - all permissions
|
|
1841
1902
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1842
1903
|
* @applicableIdentity APP
|
|
@@ -1873,12 +1934,16 @@ export interface ListFilesOptions {
|
|
|
1873
1934
|
* @permissionId MEDIA.SITE_MEDIA_FILES_LIST
|
|
1874
1935
|
* @permissionScope Manage Bookings Services and Settings
|
|
1875
1936
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1937
|
+
* @permissionScope Manage Events
|
|
1938
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1876
1939
|
* @permissionScope Read Media Manager
|
|
1877
1940
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1878
1941
|
* @permissionScope Manage Media Manager
|
|
1879
1942
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1880
1943
|
* @permissionScope Manage Portfolio
|
|
1881
1944
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1945
|
+
* @permissionScope Access Verticals by Automations
|
|
1946
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1882
1947
|
* @permissionScope Manage Restaurants - all permissions
|
|
1883
1948
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1884
1949
|
* @applicableIdentity APP
|
|
@@ -1926,12 +1991,16 @@ export interface SearchFilesOptions {
|
|
|
1926
1991
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1927
1992
|
* @permissionScope Manage Bookings Services and Settings
|
|
1928
1993
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1994
|
+
* @permissionScope Manage Events
|
|
1995
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1929
1996
|
* @permissionScope Read Media Manager
|
|
1930
1997
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1931
1998
|
* @permissionScope Manage Media Manager
|
|
1932
1999
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1933
2000
|
* @permissionScope Manage Portfolio
|
|
1934
2001
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
2002
|
+
* @permissionScope Access Verticals by Automations
|
|
2003
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1935
2004
|
* @permissionScope Manage Restaurants - all permissions
|
|
1936
2005
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1937
2006
|
* @applicableIdentity APP
|
|
@@ -1963,10 +2032,14 @@ export interface GenerateVideoStreamingUrlOptions {
|
|
|
1963
2032
|
* @permissionId MEDIA.SITE_MEDIA_FILES_MOVE_TO_TRASH
|
|
1964
2033
|
* @permissionScope Manage Bookings Services and Settings
|
|
1965
2034
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
2035
|
+
* @permissionScope Manage Events
|
|
2036
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1966
2037
|
* @permissionScope Manage Media Manager
|
|
1967
2038
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1968
2039
|
* @permissionScope Manage Portfolio
|
|
1969
2040
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
2041
|
+
* @permissionScope Access Verticals by Automations
|
|
2042
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1970
2043
|
* @permissionScope Manage Restaurants - all permissions
|
|
1971
2044
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1972
2045
|
* @applicableIdentity APP
|
|
@@ -1991,10 +2064,14 @@ export interface BulkDeleteFilesOptions {
|
|
|
1991
2064
|
* @permissionId MEDIA.SITE_MEDIA_FILES_RESTORE_FROM_TRASH
|
|
1992
2065
|
* @permissionScope Manage Bookings Services and Settings
|
|
1993
2066
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
2067
|
+
* @permissionScope Manage Events
|
|
2068
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1994
2069
|
* @permissionScope Manage Media Manager
|
|
1995
2070
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1996
2071
|
* @permissionScope Manage Portfolio
|
|
1997
2072
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
2073
|
+
* @permissionScope Access Verticals by Automations
|
|
2074
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1998
2075
|
* @permissionScope Manage Restaurants - all permissions
|
|
1999
2076
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2000
2077
|
* @applicableIdentity APP
|
|
@@ -2010,12 +2087,16 @@ export declare function bulkRestoreFilesFromTrashBin(fileIds: string[]): Promise
|
|
|
2010
2087
|
* @permissionId MEDIA.SITE_MEDIA_FILES_LIST_DELETED
|
|
2011
2088
|
* @permissionScope Manage Bookings Services and Settings
|
|
2012
2089
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
2090
|
+
* @permissionScope Manage Events
|
|
2091
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
2013
2092
|
* @permissionScope Read Media Manager
|
|
2014
2093
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
2015
2094
|
* @permissionScope Manage Media Manager
|
|
2016
2095
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
2017
2096
|
* @permissionScope Manage Portfolio
|
|
2018
2097
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
2098
|
+
* @permissionScope Access Verticals by Automations
|
|
2099
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
2019
2100
|
* @permissionScope Manage Restaurants - all permissions
|
|
2020
2101
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2021
2102
|
* @applicableIdentity APP
|
|
@@ -142,10 +142,14 @@ export var WebhookIdentityType;
|
|
|
142
142
|
* @permissionId MEDIA.SITE_MEDIA_FILES_DOWNLOAD
|
|
143
143
|
* @permissionScope Manage Bookings Services and Settings
|
|
144
144
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
145
|
+
* @permissionScope Manage Events
|
|
146
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
145
147
|
* @permissionScope Manage Media Manager
|
|
146
148
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
147
149
|
* @permissionScope Manage Portfolio
|
|
148
150
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
151
|
+
* @permissionScope Access Verticals by Automations
|
|
152
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
149
153
|
* @permissionScope Manage Restaurants - all permissions
|
|
150
154
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
151
155
|
* @applicableIdentity APP
|
|
@@ -193,10 +197,14 @@ export async function generateFilesDownloadUrl(fileIds) {
|
|
|
193
197
|
* @permissionId MEDIA.SITE_MEDIA_FILES_DOWNLOAD_URL
|
|
194
198
|
* @permissionScope Manage Bookings Services and Settings
|
|
195
199
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
200
|
+
* @permissionScope Manage Events
|
|
201
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
196
202
|
* @permissionScope Manage Media Manager
|
|
197
203
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
198
204
|
* @permissionScope Manage Portfolio
|
|
199
205
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
206
|
+
* @permissionScope Access Verticals by Automations
|
|
207
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
200
208
|
* @permissionScope Manage Restaurants - all permissions
|
|
201
209
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
202
210
|
* @applicableIdentity APP
|
|
@@ -248,12 +256,16 @@ export async function generateFileDownloadUrl(fileId, options) {
|
|
|
248
256
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
249
257
|
* @permissionScope Manage Bookings Services and Settings
|
|
250
258
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
259
|
+
* @permissionScope Manage Events
|
|
260
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
251
261
|
* @permissionScope Read Media Manager
|
|
252
262
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
253
263
|
* @permissionScope Manage Media Manager
|
|
254
264
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
255
265
|
* @permissionScope Manage Portfolio
|
|
256
266
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
267
|
+
* @permissionScope Access Verticals by Automations
|
|
268
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
257
269
|
* @permissionScope Manage Restaurants - all permissions
|
|
258
270
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
259
271
|
* @applicableIdentity APP
|
|
@@ -317,12 +329,16 @@ export async function getFileDescriptor(fileId) {
|
|
|
317
329
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
318
330
|
* @permissionScope Manage Bookings Services and Settings
|
|
319
331
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
332
|
+
* @permissionScope Manage Events
|
|
333
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
320
334
|
* @permissionScope Read Media Manager
|
|
321
335
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
322
336
|
* @permissionScope Manage Media Manager
|
|
323
337
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
324
338
|
* @permissionScope Manage Portfolio
|
|
325
339
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
340
|
+
* @permissionScope Access Verticals by Automations
|
|
341
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
326
342
|
* @permissionScope Manage Restaurants - all permissions
|
|
327
343
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
328
344
|
* @applicableIdentity APP
|
|
@@ -385,10 +401,14 @@ export async function getFileDescriptors(fileIds) {
|
|
|
385
401
|
* @permissionId MEDIA.SITE_MEDIA_FILES_UPDATE
|
|
386
402
|
* @permissionScope Manage Bookings Services and Settings
|
|
387
403
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
404
|
+
* @permissionScope Manage Events
|
|
405
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
388
406
|
* @permissionScope Manage Media Manager
|
|
389
407
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
390
408
|
* @permissionScope Manage Portfolio
|
|
391
409
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
410
|
+
* @permissionScope Access Verticals by Automations
|
|
411
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
392
412
|
* @permissionScope Manage Restaurants - all permissions
|
|
393
413
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
394
414
|
* @applicableIdentity APP
|
|
@@ -480,10 +500,14 @@ export async function updateFileDescriptor(file) {
|
|
|
480
500
|
* @permissionId MEDIA.SITE_MEDIA_FILES_UPLOAD
|
|
481
501
|
* @permissionScope Manage Bookings Services and Settings
|
|
482
502
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
503
|
+
* @permissionScope Manage Events
|
|
504
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
483
505
|
* @permissionScope Manage Media Manager
|
|
484
506
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
485
507
|
* @permissionScope Manage Portfolio
|
|
486
508
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
509
|
+
* @permissionScope Access Verticals by Automations
|
|
510
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
487
511
|
* @permissionScope Manage Restaurants - all permissions
|
|
488
512
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
489
513
|
* @applicableIdentity APP
|
|
@@ -542,10 +566,14 @@ export async function generateFileUploadUrl(mimeType, options) {
|
|
|
542
566
|
* @permissionId MEDIA.SITE_MEDIA_FILES_UPLOAD
|
|
543
567
|
* @permissionScope Manage Bookings Services and Settings
|
|
544
568
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
569
|
+
* @permissionScope Manage Events
|
|
570
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
545
571
|
* @permissionScope Manage Media Manager
|
|
546
572
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
547
573
|
* @permissionScope Manage Portfolio
|
|
548
574
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
575
|
+
* @permissionScope Access Verticals by Automations
|
|
576
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
549
577
|
* @permissionScope Manage Restaurants - all permissions
|
|
550
578
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
551
579
|
* @applicableIdentity APP
|
|
@@ -613,10 +641,14 @@ export async function generateFileResumableUploadUrl(mimeType, options) {
|
|
|
613
641
|
* @permissionId MEDIA.SITE_MEDIA_FILES_IMPORT
|
|
614
642
|
* @permissionScope Manage Bookings Services and Settings
|
|
615
643
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
644
|
+
* @permissionScope Manage Events
|
|
645
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
616
646
|
* @permissionScope Manage Media Manager
|
|
617
647
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
618
648
|
* @permissionScope Manage Portfolio
|
|
619
649
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
650
|
+
* @permissionScope Access Verticals by Automations
|
|
651
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
620
652
|
* @permissionScope Manage Restaurants - all permissions
|
|
621
653
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
622
654
|
* @applicableIdentity APP
|
|
@@ -694,13 +726,6 @@ export async function importFile(url, options) {
|
|
|
694
726
|
}
|
|
695
727
|
/**
|
|
696
728
|
* Imports a bulk of files to the Media Manager using external urls. <br/>
|
|
697
|
-
* <blockquote class='warning'>
|
|
698
|
-
*
|
|
699
|
-
* __Deprecation Notice:__
|
|
700
|
-
*
|
|
701
|
-
* This endpoint has been replaced with Bulk Import File and will be removed on March 31, 2024.
|
|
702
|
-
*
|
|
703
|
-
* </blockquote>
|
|
704
729
|
*
|
|
705
730
|
* Returns information about the imported files.
|
|
706
731
|
*
|
|
@@ -724,10 +749,14 @@ export async function importFile(url, options) {
|
|
|
724
749
|
* @permissionId MEDIA.SITE_MEDIA_FILES_IMPORT
|
|
725
750
|
* @permissionScope Manage Bookings Services and Settings
|
|
726
751
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
752
|
+
* @permissionScope Manage Events
|
|
753
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
727
754
|
* @permissionScope Manage Media Manager
|
|
728
755
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
729
756
|
* @permissionScope Manage Portfolio
|
|
730
757
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
758
|
+
* @permissionScope Access Verticals by Automations
|
|
759
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
731
760
|
* @permissionScope Manage Restaurants - all permissions
|
|
732
761
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
733
762
|
* @applicableIdentity APP
|
|
@@ -809,10 +838,14 @@ export async function bulkImportFiles(importFileRequests) {
|
|
|
809
838
|
* @permissionId MEDIA.SITE_MEDIA_FILES_IMPORT
|
|
810
839
|
* @permissionScope Manage Bookings Services and Settings
|
|
811
840
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
841
|
+
* @permissionScope Manage Events
|
|
842
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
812
843
|
* @permissionScope Manage Media Manager
|
|
813
844
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
814
845
|
* @permissionScope Manage Portfolio
|
|
815
846
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
847
|
+
* @permissionScope Access Verticals by Automations
|
|
848
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
816
849
|
* @permissionScope Manage Restaurants - all permissions
|
|
817
850
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
818
851
|
* @applicableIdentity APP
|
|
@@ -881,12 +914,16 @@ export async function bulkImportFile(importFileRequests, options) {
|
|
|
881
914
|
* @permissionId MEDIA.SITE_MEDIA_FILES_LIST
|
|
882
915
|
* @permissionScope Manage Bookings Services and Settings
|
|
883
916
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
917
|
+
* @permissionScope Manage Events
|
|
918
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
884
919
|
* @permissionScope Read Media Manager
|
|
885
920
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
886
921
|
* @permissionScope Manage Media Manager
|
|
887
922
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
888
923
|
* @permissionScope Manage Portfolio
|
|
889
924
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
925
|
+
* @permissionScope Access Verticals by Automations
|
|
926
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
890
927
|
* @permissionScope Manage Restaurants - all permissions
|
|
891
928
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
892
929
|
* @applicableIdentity APP
|
|
@@ -959,12 +996,16 @@ export async function listFiles(options) {
|
|
|
959
996
|
* @permissionId MEDIA.SITE_MEDIA_FILES_LIST
|
|
960
997
|
* @permissionScope Manage Bookings Services and Settings
|
|
961
998
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
999
|
+
* @permissionScope Manage Events
|
|
1000
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
962
1001
|
* @permissionScope Read Media Manager
|
|
963
1002
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
964
1003
|
* @permissionScope Manage Media Manager
|
|
965
1004
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
966
1005
|
* @permissionScope Manage Portfolio
|
|
967
1006
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1007
|
+
* @permissionScope Access Verticals by Automations
|
|
1008
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
968
1009
|
* @permissionScope Manage Restaurants - all permissions
|
|
969
1010
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
970
1011
|
* @applicableIdentity APP
|
|
@@ -1044,12 +1085,16 @@ export async function searchFiles(options) {
|
|
|
1044
1085
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1045
1086
|
* @permissionScope Manage Bookings Services and Settings
|
|
1046
1087
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1088
|
+
* @permissionScope Manage Events
|
|
1089
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1047
1090
|
* @permissionScope Read Media Manager
|
|
1048
1091
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1049
1092
|
* @permissionScope Manage Media Manager
|
|
1050
1093
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1051
1094
|
* @permissionScope Manage Portfolio
|
|
1052
1095
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1096
|
+
* @permissionScope Access Verticals by Automations
|
|
1097
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1053
1098
|
* @permissionScope Manage Restaurants - all permissions
|
|
1054
1099
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1055
1100
|
* @applicableIdentity APP
|
|
@@ -1100,10 +1145,14 @@ export async function generateVideoStreamingUrl(fileId, options) {
|
|
|
1100
1145
|
* @permissionId MEDIA.SITE_MEDIA_FILES_MOVE_TO_TRASH
|
|
1101
1146
|
* @permissionScope Manage Bookings Services and Settings
|
|
1102
1147
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1148
|
+
* @permissionScope Manage Events
|
|
1149
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1103
1150
|
* @permissionScope Manage Media Manager
|
|
1104
1151
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1105
1152
|
* @permissionScope Manage Portfolio
|
|
1106
1153
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1154
|
+
* @permissionScope Access Verticals by Automations
|
|
1155
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1107
1156
|
* @permissionScope Manage Restaurants - all permissions
|
|
1108
1157
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1109
1158
|
* @applicableIdentity APP
|
|
@@ -1146,10 +1195,14 @@ export async function bulkDeleteFiles(fileIds, options) {
|
|
|
1146
1195
|
* @permissionId MEDIA.SITE_MEDIA_FILES_RESTORE_FROM_TRASH
|
|
1147
1196
|
* @permissionScope Manage Bookings Services and Settings
|
|
1148
1197
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1198
|
+
* @permissionScope Manage Events
|
|
1199
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1149
1200
|
* @permissionScope Manage Media Manager
|
|
1150
1201
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1151
1202
|
* @permissionScope Manage Portfolio
|
|
1152
1203
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1204
|
+
* @permissionScope Access Verticals by Automations
|
|
1205
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1153
1206
|
* @permissionScope Manage Restaurants - all permissions
|
|
1154
1207
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1155
1208
|
* @applicableIdentity APP
|
|
@@ -1184,12 +1237,16 @@ export async function bulkRestoreFilesFromTrashBin(fileIds) {
|
|
|
1184
1237
|
* @permissionId MEDIA.SITE_MEDIA_FILES_LIST_DELETED
|
|
1185
1238
|
* @permissionScope Manage Bookings Services and Settings
|
|
1186
1239
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1240
|
+
* @permissionScope Manage Events
|
|
1241
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
1187
1242
|
* @permissionScope Read Media Manager
|
|
1188
1243
|
* @permissionScopeId SCOPE.DC-MEDIA.READ-MEDIAMANAGER
|
|
1189
1244
|
* @permissionScope Manage Media Manager
|
|
1190
1245
|
* @permissionScopeId SCOPE.DC-MEDIA.MANAGE-MEDIAMANAGER
|
|
1191
1246
|
* @permissionScope Manage Portfolio
|
|
1192
1247
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
1248
|
+
* @permissionScope Access Verticals by Automations
|
|
1249
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
1193
1250
|
* @permissionScope Manage Restaurants - all permissions
|
|
1194
1251
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1195
1252
|
* @applicableIdentity APP
|