@wix/media 1.0.111 → 1.0.112
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/package.json +6 -6
- package/type-bundles/context.bundle.d.ts +56 -144
- package/type-bundles/index.bundle.d.ts +56 -144
- package/type-bundles/meta.bundle.d.ts +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/media",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.112",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/media_enterprise-media-categories": "1.0.
|
|
22
|
-
"@wix/media_enterprise-media-items": "1.0.
|
|
23
|
-
"@wix/media_files": "1.0.
|
|
24
|
-
"@wix/media_folders": "1.0.
|
|
21
|
+
"@wix/media_enterprise-media-categories": "1.0.30",
|
|
22
|
+
"@wix/media_enterprise-media-items": "1.0.33",
|
|
23
|
+
"@wix/media_files": "1.0.46",
|
|
24
|
+
"@wix/media_folders": "1.0.33"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"glob": "^10.4.1",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "73017ce7985aca79969d2cf322ebac034817f2743f771ed84918bbd6"
|
|
50
50
|
}
|
|
@@ -435,22 +435,14 @@ declare const onEnterpriseCategoryCreated$1: EventDefinition<EnterpriseCategoryC
|
|
|
435
435
|
declare const onEnterpriseCategoryDeleted$1: EventDefinition<EnterpriseCategoryDeletedEnvelope, "wix.media.enterprise_public_media.v1.enterprise_category_deleted">;
|
|
436
436
|
declare const onEnterpriseCategoryUpdated$1: EventDefinition<EnterpriseCategoryUpdatedEnvelope, "wix.media.enterprise_public_media.v1.enterprise_category_updated">;
|
|
437
437
|
|
|
438
|
-
declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
439
|
-
|
|
440
438
|
declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
441
439
|
|
|
442
|
-
|
|
443
|
-
declare const
|
|
444
|
-
|
|
445
|
-
declare const
|
|
446
|
-
|
|
447
|
-
declare const
|
|
448
|
-
type _publicGetCategoryType = typeof getCategory$1;
|
|
449
|
-
declare const getCategory: ReturnType<typeof createRESTModule$3<_publicGetCategoryType>>;
|
|
450
|
-
type _publicEnterpriseOnboardingType = typeof enterpriseOnboarding$1;
|
|
451
|
-
declare const enterpriseOnboarding: ReturnType<typeof createRESTModule$3<_publicEnterpriseOnboardingType>>;
|
|
452
|
-
type _publicGetMediaManagerCategoriesType = typeof getMediaManagerCategories$1;
|
|
453
|
-
declare const getMediaManagerCategories: ReturnType<typeof createRESTModule$3<_publicGetMediaManagerCategoriesType>>;
|
|
440
|
+
declare const createCategory: BuildRESTFunction<typeof createCategory$1> & typeof createCategory$1;
|
|
441
|
+
declare const deleteCategory: BuildRESTFunction<typeof deleteCategory$1> & typeof deleteCategory$1;
|
|
442
|
+
declare const updateCategory: BuildRESTFunction<typeof updateCategory$1> & typeof updateCategory$1;
|
|
443
|
+
declare const getCategory: BuildRESTFunction<typeof getCategory$1> & typeof getCategory$1;
|
|
444
|
+
declare const enterpriseOnboarding: BuildRESTFunction<typeof enterpriseOnboarding$1> & typeof enterpriseOnboarding$1;
|
|
445
|
+
declare const getMediaManagerCategories: BuildRESTFunction<typeof getMediaManagerCategories$1> & typeof getMediaManagerCategories$1;
|
|
454
446
|
|
|
455
447
|
type _publicOnEnterpriseCategoryCreatedType = typeof onEnterpriseCategoryCreated$1;
|
|
456
448
|
/** */
|
|
@@ -495,15 +487,9 @@ type context$3_UpdateCategory = UpdateCategory;
|
|
|
495
487
|
type context$3_UpdateCategoryRequest = UpdateCategoryRequest;
|
|
496
488
|
type context$3_UpdateCategoryResponse = UpdateCategoryResponse;
|
|
497
489
|
type context$3_UpdateCategoryResponseNonNullableFields = UpdateCategoryResponseNonNullableFields;
|
|
498
|
-
type context$3__publicCreateCategoryType = _publicCreateCategoryType;
|
|
499
|
-
type context$3__publicDeleteCategoryType = _publicDeleteCategoryType;
|
|
500
|
-
type context$3__publicEnterpriseOnboardingType = _publicEnterpriseOnboardingType;
|
|
501
|
-
type context$3__publicGetCategoryType = _publicGetCategoryType;
|
|
502
|
-
type context$3__publicGetMediaManagerCategoriesType = _publicGetMediaManagerCategoriesType;
|
|
503
490
|
type context$3__publicOnEnterpriseCategoryCreatedType = _publicOnEnterpriseCategoryCreatedType;
|
|
504
491
|
type context$3__publicOnEnterpriseCategoryDeletedType = _publicOnEnterpriseCategoryDeletedType;
|
|
505
492
|
type context$3__publicOnEnterpriseCategoryUpdatedType = _publicOnEnterpriseCategoryUpdatedType;
|
|
506
|
-
type context$3__publicUpdateCategoryType = _publicUpdateCategoryType;
|
|
507
493
|
declare const context$3_createCategory: typeof createCategory;
|
|
508
494
|
declare const context$3_deleteCategory: typeof deleteCategory;
|
|
509
495
|
declare const context$3_enterpriseOnboarding: typeof enterpriseOnboarding;
|
|
@@ -514,7 +500,7 @@ declare const context$3_onEnterpriseCategoryDeleted: typeof onEnterpriseCategory
|
|
|
514
500
|
declare const context$3_onEnterpriseCategoryUpdated: typeof onEnterpriseCategoryUpdated;
|
|
515
501
|
declare const context$3_updateCategory: typeof updateCategory;
|
|
516
502
|
declare namespace context$3 {
|
|
517
|
-
export { type ActionEvent$3 as ActionEvent, type BaseEventMetadata$3 as BaseEventMetadata, type context$3_CreateCategoryRequest as CreateCategoryRequest, type context$3_CreateCategoryResponse as CreateCategoryResponse, type context$3_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type context$3_DeleteCategoryRequest as DeleteCategoryRequest, type context$3_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type context$3_EnterpriseCategory as EnterpriseCategory, type context$3_EnterpriseCategoryCreatedEnvelope as EnterpriseCategoryCreatedEnvelope, type context$3_EnterpriseCategoryDeletedEnvelope as EnterpriseCategoryDeletedEnvelope, type context$3_EnterpriseCategoryNonNullableFields as EnterpriseCategoryNonNullableFields, type context$3_EnterpriseCategoryTree as EnterpriseCategoryTree, type context$3_EnterpriseCategoryTreeNonNullableFields as EnterpriseCategoryTreeNonNullableFields, type context$3_EnterpriseCategoryUpdatedEnvelope as EnterpriseCategoryUpdatedEnvelope, type context$3_EnterpriseOnboardingOptions as EnterpriseOnboardingOptions, type context$3_EnterpriseOnboardingRequest as EnterpriseOnboardingRequest, type context$3_EnterpriseOnboardingResponse as EnterpriseOnboardingResponse, type context$3_EnterpriseOnboardingResponseNonNullableFields as EnterpriseOnboardingResponseNonNullableFields, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type context$3_GetCategoryOptions as GetCategoryOptions, type context$3_GetCategoryRequest as GetCategoryRequest, type context$3_GetCategoryResponse as GetCategoryResponse, type context$3_GetCategoryResponseNonNullableFields as GetCategoryResponseNonNullableFields, type context$3_GetMediaManagerCategoriesRequest as GetMediaManagerCategoriesRequest, type context$3_GetMediaManagerCategoriesResponse as GetMediaManagerCategoriesResponse, type context$3_GetMediaManagerCategoriesResponseNonNullableFields as GetMediaManagerCategoriesResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$3_LinkItemsToCategoryRequest as LinkItemsToCategoryRequest, type context$3_LinkItemsToCategoryResponse as LinkItemsToCategoryResponse, MediaType$2 as MediaType, type MessageEnvelope$3 as MessageEnvelope, PublishStatus$1 as PublishStatus, type context$3_UnlinkItemsFromCategoryRequest as UnlinkItemsFromCategoryRequest, type context$3_UnlinkItemsFromCategoryResponse as UnlinkItemsFromCategoryResponse, type context$3_UpdateCategory as UpdateCategory, type context$3_UpdateCategoryRequest as UpdateCategoryRequest, type context$3_UpdateCategoryResponse as UpdateCategoryResponse, type context$3_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type context$
|
|
503
|
+
export { type ActionEvent$3 as ActionEvent, type BaseEventMetadata$3 as BaseEventMetadata, type context$3_CreateCategoryRequest as CreateCategoryRequest, type context$3_CreateCategoryResponse as CreateCategoryResponse, type context$3_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type context$3_DeleteCategoryRequest as DeleteCategoryRequest, type context$3_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type context$3_EnterpriseCategory as EnterpriseCategory, type context$3_EnterpriseCategoryCreatedEnvelope as EnterpriseCategoryCreatedEnvelope, type context$3_EnterpriseCategoryDeletedEnvelope as EnterpriseCategoryDeletedEnvelope, type context$3_EnterpriseCategoryNonNullableFields as EnterpriseCategoryNonNullableFields, type context$3_EnterpriseCategoryTree as EnterpriseCategoryTree, type context$3_EnterpriseCategoryTreeNonNullableFields as EnterpriseCategoryTreeNonNullableFields, type context$3_EnterpriseCategoryUpdatedEnvelope as EnterpriseCategoryUpdatedEnvelope, type context$3_EnterpriseOnboardingOptions as EnterpriseOnboardingOptions, type context$3_EnterpriseOnboardingRequest as EnterpriseOnboardingRequest, type context$3_EnterpriseOnboardingResponse as EnterpriseOnboardingResponse, type context$3_EnterpriseOnboardingResponseNonNullableFields as EnterpriseOnboardingResponseNonNullableFields, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type context$3_GetCategoryOptions as GetCategoryOptions, type context$3_GetCategoryRequest as GetCategoryRequest, type context$3_GetCategoryResponse as GetCategoryResponse, type context$3_GetCategoryResponseNonNullableFields as GetCategoryResponseNonNullableFields, type context$3_GetMediaManagerCategoriesRequest as GetMediaManagerCategoriesRequest, type context$3_GetMediaManagerCategoriesResponse as GetMediaManagerCategoriesResponse, type context$3_GetMediaManagerCategoriesResponseNonNullableFields as GetMediaManagerCategoriesResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$3_LinkItemsToCategoryRequest as LinkItemsToCategoryRequest, type context$3_LinkItemsToCategoryResponse as LinkItemsToCategoryResponse, MediaType$2 as MediaType, type MessageEnvelope$3 as MessageEnvelope, PublishStatus$1 as PublishStatus, type context$3_UnlinkItemsFromCategoryRequest as UnlinkItemsFromCategoryRequest, type context$3_UnlinkItemsFromCategoryResponse as UnlinkItemsFromCategoryResponse, type context$3_UpdateCategory as UpdateCategory, type context$3_UpdateCategoryRequest as UpdateCategoryRequest, type context$3_UpdateCategoryResponse as UpdateCategoryResponse, type context$3_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type context$3__publicOnEnterpriseCategoryCreatedType as _publicOnEnterpriseCategoryCreatedType, type context$3__publicOnEnterpriseCategoryDeletedType as _publicOnEnterpriseCategoryDeletedType, type context$3__publicOnEnterpriseCategoryUpdatedType as _publicOnEnterpriseCategoryUpdatedType, context$3_createCategory as createCategory, context$3_deleteCategory as deleteCategory, context$3_enterpriseOnboarding as enterpriseOnboarding, context$3_getCategory as getCategory, context$3_getMediaManagerCategories as getMediaManagerCategories, context$3_onEnterpriseCategoryCreated as onEnterpriseCategoryCreated, context$3_onEnterpriseCategoryDeleted as onEnterpriseCategoryDeleted, context$3_onEnterpriseCategoryUpdated as onEnterpriseCategoryUpdated, onEnterpriseCategoryCreated$1 as publicOnEnterpriseCategoryCreated, onEnterpriseCategoryDeleted$1 as publicOnEnterpriseCategoryDeleted, onEnterpriseCategoryUpdated$1 as publicOnEnterpriseCategoryUpdated, context$3_updateCategory as updateCategory };
|
|
518
504
|
}
|
|
519
505
|
|
|
520
506
|
/**
|
|
@@ -1437,32 +1423,19 @@ declare const onEnterpriseItemUpdated$1: EventDefinition<EnterpriseItemUpdatedEn
|
|
|
1437
1423
|
declare const onEnterpriseItemItemCategoriesChanged$1: EventDefinition<EnterpriseItemItemCategoriesChangedEnvelope, "wix.media.enterprise_public_media.v1.enterprise_item_item_categories_changed">;
|
|
1438
1424
|
declare const onEnterpriseItemPublishStatusChanged$1: EventDefinition<EnterpriseItemPublishStatusChangedEnvelope, "wix.media.enterprise_public_media.v1.enterprise_item_publish_status_changed">;
|
|
1439
1425
|
|
|
1440
|
-
declare function createRESTModule$2<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
1441
|
-
|
|
1442
1426
|
declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
1443
1427
|
|
|
1444
|
-
|
|
1445
|
-
declare const
|
|
1446
|
-
|
|
1447
|
-
declare const
|
|
1448
|
-
|
|
1449
|
-
declare const
|
|
1450
|
-
|
|
1451
|
-
declare const
|
|
1452
|
-
|
|
1453
|
-
declare const
|
|
1454
|
-
|
|
1455
|
-
declare const updateItem: ReturnType<typeof createRESTModule$2<_publicUpdateItemType>>;
|
|
1456
|
-
type _publicBulkUpdateItemType = typeof bulkUpdateItem$1;
|
|
1457
|
-
declare const bulkUpdateItem: ReturnType<typeof createRESTModule$2<_publicBulkUpdateItemType>>;
|
|
1458
|
-
type _publicGetItemType = typeof getItem$1;
|
|
1459
|
-
declare const getItem: ReturnType<typeof createRESTModule$2<_publicGetItemType>>;
|
|
1460
|
-
type _publicLinkItemToCategoriesType = typeof linkItemToCategories$1;
|
|
1461
|
-
declare const linkItemToCategories: ReturnType<typeof createRESTModule$2<_publicLinkItemToCategoriesType>>;
|
|
1462
|
-
type _publicUnlinkItemFromCategoriesType = typeof unlinkItemFromCategories$1;
|
|
1463
|
-
declare const unlinkItemFromCategories: ReturnType<typeof createRESTModule$2<_publicUnlinkItemFromCategoriesType>>;
|
|
1464
|
-
type _publicOverwriteItemCategoriesType = typeof overwriteItemCategories$1;
|
|
1465
|
-
declare const overwriteItemCategories: ReturnType<typeof createRESTModule$2<_publicOverwriteItemCategoriesType>>;
|
|
1428
|
+
declare const itemUploadCallback: BuildRESTFunction<typeof itemUploadCallback$1> & typeof itemUploadCallback$1;
|
|
1429
|
+
declare const generateFileUploadUrl$2: BuildRESTFunction<typeof generateFileUploadUrl$3> & typeof generateFileUploadUrl$3;
|
|
1430
|
+
declare const importFile$2: BuildRESTFunction<typeof importFile$3> & typeof importFile$3;
|
|
1431
|
+
declare const searchItems: BuildRESTFunction<typeof searchItems$1> & typeof searchItems$1;
|
|
1432
|
+
declare const queryItems: BuildRESTFunction<typeof queryItems$1> & typeof queryItems$1;
|
|
1433
|
+
declare const updateItem: BuildRESTFunction<typeof updateItem$1> & typeof updateItem$1;
|
|
1434
|
+
declare const bulkUpdateItem: BuildRESTFunction<typeof bulkUpdateItem$1> & typeof bulkUpdateItem$1;
|
|
1435
|
+
declare const getItem: BuildRESTFunction<typeof getItem$1> & typeof getItem$1;
|
|
1436
|
+
declare const linkItemToCategories: BuildRESTFunction<typeof linkItemToCategories$1> & typeof linkItemToCategories$1;
|
|
1437
|
+
declare const unlinkItemFromCategories: BuildRESTFunction<typeof unlinkItemFromCategories$1> & typeof unlinkItemFromCategories$1;
|
|
1438
|
+
declare const overwriteItemCategories: BuildRESTFunction<typeof overwriteItemCategories$1> & typeof overwriteItemCategories$1;
|
|
1466
1439
|
|
|
1467
1440
|
type _publicOnEnterpriseItemCreatedType = typeof onEnterpriseItemCreated$1;
|
|
1468
1441
|
/**
|
|
@@ -1539,19 +1512,10 @@ type context$2_UpdateItem = UpdateItem;
|
|
|
1539
1512
|
type context$2_UpdateItemRequest = UpdateItemRequest;
|
|
1540
1513
|
type context$2_UpdateItemResponse = UpdateItemResponse;
|
|
1541
1514
|
type context$2_UpdateItemResponseNonNullableFields = UpdateItemResponseNonNullableFields;
|
|
1542
|
-
type context$2__publicBulkUpdateItemType = _publicBulkUpdateItemType;
|
|
1543
|
-
type context$2__publicGetItemType = _publicGetItemType;
|
|
1544
|
-
type context$2__publicItemUploadCallbackType = _publicItemUploadCallbackType;
|
|
1545
|
-
type context$2__publicLinkItemToCategoriesType = _publicLinkItemToCategoriesType;
|
|
1546
1515
|
type context$2__publicOnEnterpriseItemCreatedType = _publicOnEnterpriseItemCreatedType;
|
|
1547
1516
|
type context$2__publicOnEnterpriseItemItemCategoriesChangedType = _publicOnEnterpriseItemItemCategoriesChangedType;
|
|
1548
1517
|
type context$2__publicOnEnterpriseItemPublishStatusChangedType = _publicOnEnterpriseItemPublishStatusChangedType;
|
|
1549
1518
|
type context$2__publicOnEnterpriseItemUpdatedType = _publicOnEnterpriseItemUpdatedType;
|
|
1550
|
-
type context$2__publicOverwriteItemCategoriesType = _publicOverwriteItemCategoriesType;
|
|
1551
|
-
type context$2__publicQueryItemsType = _publicQueryItemsType;
|
|
1552
|
-
type context$2__publicSearchItemsType = _publicSearchItemsType;
|
|
1553
|
-
type context$2__publicUnlinkItemFromCategoriesType = _publicUnlinkItemFromCategoriesType;
|
|
1554
|
-
type context$2__publicUpdateItemType = _publicUpdateItemType;
|
|
1555
1519
|
declare const context$2_bulkUpdateItem: typeof bulkUpdateItem;
|
|
1556
1520
|
declare const context$2_getItem: typeof getItem;
|
|
1557
1521
|
declare const context$2_itemUploadCallback: typeof itemUploadCallback;
|
|
@@ -1566,7 +1530,7 @@ declare const context$2_searchItems: typeof searchItems;
|
|
|
1566
1530
|
declare const context$2_unlinkItemFromCategories: typeof unlinkItemFromCategories;
|
|
1567
1531
|
declare const context$2_updateItem: typeof updateItem;
|
|
1568
1532
|
declare namespace context$2 {
|
|
1569
|
-
export { type ActionEvent$2 as ActionEvent, type ApplicationError$1 as ApplicationError, type Archive$1 as Archive, type BaseEventMetadata$2 as BaseEventMetadata, type BulkActionMetadata$1 as BulkActionMetadata, type context$2_BulkItemUpdateResult as BulkItemUpdateResult, type context$2_BulkUpdateItemOptions as BulkUpdateItemOptions, type context$2_BulkUpdateItemRequest as BulkUpdateItemRequest, type context$2_BulkUpdateItemResponse as BulkUpdateItemResponse, type context$2_BulkUpdateItemResponseNonNullableFields as BulkUpdateItemResponseNonNullableFields, type Cursors$2 as Cursors, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type context$2_EnterpriseItemCreatedEnvelope as EnterpriseItemCreatedEnvelope, type context$2_EnterpriseItemItemCategoriesChangedEnvelope as EnterpriseItemItemCategoriesChangedEnvelope, type context$2_EnterpriseItemPublishStatusChangedEnvelope as EnterpriseItemPublishStatusChangedEnvelope, type context$2_EnterpriseItemUpdatedEnvelope as EnterpriseItemUpdatedEnvelope, type context$2_EnterpriseMediaItem as EnterpriseMediaItem, type context$2_EnterpriseMediaItemNonNullableFields as EnterpriseMediaItemNonNullableFields, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type GenerateFileUploadUrlOptions$1 as GenerateFileUploadUrlOptions, type GenerateFileUploadUrlRequest$1 as GenerateFileUploadUrlRequest, type GenerateFileUploadUrlResponse$1 as GenerateFileUploadUrlResponse, type GenerateFileUploadUrlResponseNonNullableFields$1 as GenerateFileUploadUrlResponseNonNullableFields, type context$2_GetItemRequest as GetItemRequest, type context$2_GetItemResponse as GetItemResponse, type context$2_GetItemResponseNonNullableFields as GetItemResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type ImportFileOptions$1 as ImportFileOptions, type ImportFileRequest$1 as ImportFileRequest, type ImportFileResponse$1 as ImportFileResponse, type ImportFileResponseNonNullableFields$1 as ImportFileResponseNonNullableFields, type context$2_ItemAssets as ItemAssets, type context$2_ItemAssetsAssetsOneOf as ItemAssetsAssetsOneOf, type context$2_ItemCategoriesChanged as ItemCategoriesChanged, type ItemMetadata$1 as ItemMetadata, type context$2_ItemUploadCallbackOptions as ItemUploadCallbackOptions, type context$2_ItemUploadCallbackRequest as ItemUploadCallbackRequest, type context$2_ItemUploadCallbackResponse as ItemUploadCallbackResponse, type context$2_ItemsQueryBuilder as ItemsQueryBuilder, type context$2_ItemsQueryResult as ItemsQueryResult, type context$2_LinkItemToCategoriesOptions as LinkItemToCategoriesOptions, type context$2_LinkItemToCategoriesRequest as LinkItemToCategoriesRequest, type context$2_LinkItemToCategoriesResponse as LinkItemToCategoriesResponse, MediaType$1 as MediaType, type MessageEnvelope$2 as MessageEnvelope, type Model3D$1 as Model3D, type context$2_OverwriteItemCategoriesOptions as OverwriteItemCategoriesOptions, type context$2_OverwriteItemCategoriesRequest as OverwriteItemCategoriesRequest, type context$2_OverwriteItemCategoriesResponse as OverwriteItemCategoriesResponse, type context$2_Paging as Paging, type PagingMetadataV2$2 as PagingMetadataV2, context$2_PublishStatus as PublishStatus, type context$2_PublishStatusChanged as PublishStatusChanged, type context$2_QueryItemsRequest as QueryItemsRequest, type context$2_QueryItemsResponse as QueryItemsResponse, type context$2_QueryItemsResponseNonNullableFields as QueryItemsResponseNonNullableFields, type context$2_QueryV2 as QueryV2, type context$2_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RestoreInfo$2 as RestoreInfo, type context$2_Search as Search, type context$2_SearchDetails as SearchDetails, type context$2_SearchItemsOptions as SearchItemsOptions, type context$2_SearchItemsRequest as SearchItemsRequest, type context$2_SearchItemsResponse as SearchItemsResponse, type context$2_SearchItemsResponseNonNullableFields as SearchItemsResponseNonNullableFields, type context$2_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type context$2_UnlinkItemFromCategoriesOptions as UnlinkItemFromCategoriesOptions, type context$2_UnlinkItemFromCategoriesRequest as UnlinkItemFromCategoriesRequest, type context$2_UnlinkItemFromCategoriesResponse as UnlinkItemFromCategoriesResponse, type context$2_UpdateItem as UpdateItem, type context$2_UpdateItemRequest as UpdateItemRequest, type context$2_UpdateItemResponse as UpdateItemResponse, type context$2_UpdateItemResponseNonNullableFields as UpdateItemResponseNonNullableFields, type VideoResolution$1 as VideoResolution, WebhookIdentityType$2 as WebhookIdentityType, type context$
|
|
1533
|
+
export { type ActionEvent$2 as ActionEvent, type ApplicationError$1 as ApplicationError, type Archive$1 as Archive, type BaseEventMetadata$2 as BaseEventMetadata, type BulkActionMetadata$1 as BulkActionMetadata, type context$2_BulkItemUpdateResult as BulkItemUpdateResult, type context$2_BulkUpdateItemOptions as BulkUpdateItemOptions, type context$2_BulkUpdateItemRequest as BulkUpdateItemRequest, type context$2_BulkUpdateItemResponse as BulkUpdateItemResponse, type context$2_BulkUpdateItemResponseNonNullableFields as BulkUpdateItemResponseNonNullableFields, type Cursors$2 as Cursors, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type context$2_EnterpriseItemCreatedEnvelope as EnterpriseItemCreatedEnvelope, type context$2_EnterpriseItemItemCategoriesChangedEnvelope as EnterpriseItemItemCategoriesChangedEnvelope, type context$2_EnterpriseItemPublishStatusChangedEnvelope as EnterpriseItemPublishStatusChangedEnvelope, type context$2_EnterpriseItemUpdatedEnvelope as EnterpriseItemUpdatedEnvelope, type context$2_EnterpriseMediaItem as EnterpriseMediaItem, type context$2_EnterpriseMediaItemNonNullableFields as EnterpriseMediaItemNonNullableFields, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type GenerateFileUploadUrlOptions$1 as GenerateFileUploadUrlOptions, type GenerateFileUploadUrlRequest$1 as GenerateFileUploadUrlRequest, type GenerateFileUploadUrlResponse$1 as GenerateFileUploadUrlResponse, type GenerateFileUploadUrlResponseNonNullableFields$1 as GenerateFileUploadUrlResponseNonNullableFields, type context$2_GetItemRequest as GetItemRequest, type context$2_GetItemResponse as GetItemResponse, type context$2_GetItemResponseNonNullableFields as GetItemResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type ImportFileOptions$1 as ImportFileOptions, type ImportFileRequest$1 as ImportFileRequest, type ImportFileResponse$1 as ImportFileResponse, type ImportFileResponseNonNullableFields$1 as ImportFileResponseNonNullableFields, type context$2_ItemAssets as ItemAssets, type context$2_ItemAssetsAssetsOneOf as ItemAssetsAssetsOneOf, type context$2_ItemCategoriesChanged as ItemCategoriesChanged, type ItemMetadata$1 as ItemMetadata, type context$2_ItemUploadCallbackOptions as ItemUploadCallbackOptions, type context$2_ItemUploadCallbackRequest as ItemUploadCallbackRequest, type context$2_ItemUploadCallbackResponse as ItemUploadCallbackResponse, type context$2_ItemsQueryBuilder as ItemsQueryBuilder, type context$2_ItemsQueryResult as ItemsQueryResult, type context$2_LinkItemToCategoriesOptions as LinkItemToCategoriesOptions, type context$2_LinkItemToCategoriesRequest as LinkItemToCategoriesRequest, type context$2_LinkItemToCategoriesResponse as LinkItemToCategoriesResponse, MediaType$1 as MediaType, type MessageEnvelope$2 as MessageEnvelope, type Model3D$1 as Model3D, type context$2_OverwriteItemCategoriesOptions as OverwriteItemCategoriesOptions, type context$2_OverwriteItemCategoriesRequest as OverwriteItemCategoriesRequest, type context$2_OverwriteItemCategoriesResponse as OverwriteItemCategoriesResponse, type context$2_Paging as Paging, type PagingMetadataV2$2 as PagingMetadataV2, context$2_PublishStatus as PublishStatus, type context$2_PublishStatusChanged as PublishStatusChanged, type context$2_QueryItemsRequest as QueryItemsRequest, type context$2_QueryItemsResponse as QueryItemsResponse, type context$2_QueryItemsResponseNonNullableFields as QueryItemsResponseNonNullableFields, type context$2_QueryV2 as QueryV2, type context$2_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RestoreInfo$2 as RestoreInfo, type context$2_Search as Search, type context$2_SearchDetails as SearchDetails, type context$2_SearchItemsOptions as SearchItemsOptions, type context$2_SearchItemsRequest as SearchItemsRequest, type context$2_SearchItemsResponse as SearchItemsResponse, type context$2_SearchItemsResponseNonNullableFields as SearchItemsResponseNonNullableFields, type context$2_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type context$2_UnlinkItemFromCategoriesOptions as UnlinkItemFromCategoriesOptions, type context$2_UnlinkItemFromCategoriesRequest as UnlinkItemFromCategoriesRequest, type context$2_UnlinkItemFromCategoriesResponse as UnlinkItemFromCategoriesResponse, type context$2_UpdateItem as UpdateItem, type context$2_UpdateItemRequest as UpdateItemRequest, type context$2_UpdateItemResponse as UpdateItemResponse, type context$2_UpdateItemResponseNonNullableFields as UpdateItemResponseNonNullableFields, type VideoResolution$1 as VideoResolution, WebhookIdentityType$2 as WebhookIdentityType, type context$2__publicOnEnterpriseItemCreatedType as _publicOnEnterpriseItemCreatedType, type context$2__publicOnEnterpriseItemItemCategoriesChangedType as _publicOnEnterpriseItemItemCategoriesChangedType, type context$2__publicOnEnterpriseItemPublishStatusChangedType as _publicOnEnterpriseItemPublishStatusChangedType, type context$2__publicOnEnterpriseItemUpdatedType as _publicOnEnterpriseItemUpdatedType, context$2_bulkUpdateItem as bulkUpdateItem, generateFileUploadUrl$2 as generateFileUploadUrl, context$2_getItem as getItem, importFile$2 as importFile, context$2_itemUploadCallback as itemUploadCallback, context$2_linkItemToCategories as linkItemToCategories, context$2_onEnterpriseItemCreated as onEnterpriseItemCreated, context$2_onEnterpriseItemItemCategoriesChanged as onEnterpriseItemItemCategoriesChanged, context$2_onEnterpriseItemPublishStatusChanged as onEnterpriseItemPublishStatusChanged, context$2_onEnterpriseItemUpdated as onEnterpriseItemUpdated, context$2_overwriteItemCategories as overwriteItemCategories, onEnterpriseItemCreated$1 as publicOnEnterpriseItemCreated, onEnterpriseItemItemCategoriesChanged$1 as publicOnEnterpriseItemItemCategoriesChanged, onEnterpriseItemPublishStatusChanged$1 as publicOnEnterpriseItemPublishStatusChanged, onEnterpriseItemUpdated$1 as publicOnEnterpriseItemUpdated, context$2_queryItems as queryItems, context$2_searchItems as searchItems, context$2_unlinkItemFromCategories as unlinkItemFromCategories, context$2_updateItem as updateItem };
|
|
1570
1534
|
}
|
|
1571
1535
|
|
|
1572
1536
|
interface FileDescriptor {
|
|
@@ -1925,6 +1889,16 @@ interface ExternalInfo {
|
|
|
1925
1889
|
interface FileFailed {
|
|
1926
1890
|
/** External information passed in the file import or upload. */
|
|
1927
1891
|
externalInfo?: ExternalInfo;
|
|
1892
|
+
/** Error information */
|
|
1893
|
+
error?: ApplicationError;
|
|
1894
|
+
}
|
|
1895
|
+
interface ApplicationError {
|
|
1896
|
+
/** Error code. */
|
|
1897
|
+
code?: string;
|
|
1898
|
+
/** Description of the error. */
|
|
1899
|
+
description?: string;
|
|
1900
|
+
/** Data related to the error. */
|
|
1901
|
+
data?: Record<string, any> | null;
|
|
1928
1902
|
}
|
|
1929
1903
|
interface GenerateFilesDownloadUrlRequest {
|
|
1930
1904
|
/**
|
|
@@ -2195,14 +2169,6 @@ interface ItemMetadata {
|
|
|
2195
2169
|
/** Details about the error in case of failure. */
|
|
2196
2170
|
error?: ApplicationError;
|
|
2197
2171
|
}
|
|
2198
|
-
interface ApplicationError {
|
|
2199
|
-
/** Error code. */
|
|
2200
|
-
code?: string;
|
|
2201
|
-
/** Description of the error. */
|
|
2202
|
-
description?: string;
|
|
2203
|
-
/** Data related to the error. */
|
|
2204
|
-
data?: Record<string, any> | null;
|
|
2205
|
-
}
|
|
2206
2172
|
interface BulkActionMetadata {
|
|
2207
2173
|
/** Number of items that were successfully processed. */
|
|
2208
2174
|
totalSuccesses?: number;
|
|
@@ -3246,42 +3212,24 @@ declare const onFileDescriptorDeleted$1: EventDefinition<FileDescriptorDeletedEn
|
|
|
3246
3212
|
declare const onFileDescriptorFileReady$1: EventDefinition<FileDescriptorFileReadyEnvelope, "wix.media.site_media.v1.file_descriptor_file_ready">;
|
|
3247
3213
|
declare const onFileDescriptorFileFailed$1: EventDefinition<FileDescriptorFileFailedEnvelope, "wix.media.site_media.v1.file_descriptor_file_failed">;
|
|
3248
3214
|
|
|
3249
|
-
declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
3250
|
-
|
|
3251
3215
|
declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
3252
3216
|
|
|
3253
|
-
|
|
3254
|
-
declare const
|
|
3255
|
-
|
|
3256
|
-
declare const
|
|
3257
|
-
|
|
3258
|
-
declare const
|
|
3259
|
-
|
|
3260
|
-
declare const
|
|
3261
|
-
|
|
3262
|
-
declare const
|
|
3263
|
-
|
|
3264
|
-
declare const
|
|
3265
|
-
|
|
3266
|
-
declare const
|
|
3267
|
-
|
|
3268
|
-
declare const
|
|
3269
|
-
type _publicBulkImportFilesType = typeof bulkImportFiles$1;
|
|
3270
|
-
declare const bulkImportFiles: ReturnType<typeof createRESTModule$1<_publicBulkImportFilesType>>;
|
|
3271
|
-
type _publicBulkImportFileType = typeof bulkImportFile$1;
|
|
3272
|
-
declare const bulkImportFile: ReturnType<typeof createRESTModule$1<_publicBulkImportFileType>>;
|
|
3273
|
-
type _publicListFilesType = typeof listFiles$1;
|
|
3274
|
-
declare const listFiles: ReturnType<typeof createRESTModule$1<_publicListFilesType>>;
|
|
3275
|
-
type _publicSearchFilesType = typeof searchFiles$1;
|
|
3276
|
-
declare const searchFiles: ReturnType<typeof createRESTModule$1<_publicSearchFilesType>>;
|
|
3277
|
-
type _publicGenerateVideoStreamingUrlType = typeof generateVideoStreamingUrl$1;
|
|
3278
|
-
declare const generateVideoStreamingUrl: ReturnType<typeof createRESTModule$1<_publicGenerateVideoStreamingUrlType>>;
|
|
3279
|
-
type _publicBulkDeleteFilesType = typeof bulkDeleteFiles$1;
|
|
3280
|
-
declare const bulkDeleteFiles: ReturnType<typeof createRESTModule$1<_publicBulkDeleteFilesType>>;
|
|
3281
|
-
type _publicBulkRestoreFilesFromTrashBinType = typeof bulkRestoreFilesFromTrashBin$1;
|
|
3282
|
-
declare const bulkRestoreFilesFromTrashBin: ReturnType<typeof createRESTModule$1<_publicBulkRestoreFilesFromTrashBinType>>;
|
|
3283
|
-
type _publicListDeletedFilesType = typeof listDeletedFiles$1;
|
|
3284
|
-
declare const listDeletedFiles: ReturnType<typeof createRESTModule$1<_publicListDeletedFilesType>>;
|
|
3217
|
+
declare const generateFilesDownloadUrl: BuildRESTFunction<typeof generateFilesDownloadUrl$1> & typeof generateFilesDownloadUrl$1;
|
|
3218
|
+
declare const generateFileDownloadUrl: BuildRESTFunction<typeof generateFileDownloadUrl$1> & typeof generateFileDownloadUrl$1;
|
|
3219
|
+
declare const getFileDescriptor: BuildRESTFunction<typeof getFileDescriptor$1> & typeof getFileDescriptor$1;
|
|
3220
|
+
declare const getFileDescriptors: BuildRESTFunction<typeof getFileDescriptors$1> & typeof getFileDescriptors$1;
|
|
3221
|
+
declare const updateFileDescriptor: BuildRESTFunction<typeof updateFileDescriptor$1> & typeof updateFileDescriptor$1;
|
|
3222
|
+
declare const generateFileUploadUrl: BuildRESTFunction<typeof generateFileUploadUrl$1> & typeof generateFileUploadUrl$1;
|
|
3223
|
+
declare const generateFileResumableUploadUrl: BuildRESTFunction<typeof generateFileResumableUploadUrl$1> & typeof generateFileResumableUploadUrl$1;
|
|
3224
|
+
declare const importFile: BuildRESTFunction<typeof importFile$1> & typeof importFile$1;
|
|
3225
|
+
declare const bulkImportFiles: BuildRESTFunction<typeof bulkImportFiles$1> & typeof bulkImportFiles$1;
|
|
3226
|
+
declare const bulkImportFile: BuildRESTFunction<typeof bulkImportFile$1> & typeof bulkImportFile$1;
|
|
3227
|
+
declare const listFiles: BuildRESTFunction<typeof listFiles$1> & typeof listFiles$1;
|
|
3228
|
+
declare const searchFiles: BuildRESTFunction<typeof searchFiles$1> & typeof searchFiles$1;
|
|
3229
|
+
declare const generateVideoStreamingUrl: BuildRESTFunction<typeof generateVideoStreamingUrl$1> & typeof generateVideoStreamingUrl$1;
|
|
3230
|
+
declare const bulkDeleteFiles: BuildRESTFunction<typeof bulkDeleteFiles$1> & typeof bulkDeleteFiles$1;
|
|
3231
|
+
declare const bulkRestoreFilesFromTrashBin: BuildRESTFunction<typeof bulkRestoreFilesFromTrashBin$1> & typeof bulkRestoreFilesFromTrashBin$1;
|
|
3232
|
+
declare const listDeletedFiles: BuildRESTFunction<typeof listDeletedFiles$1> & typeof listDeletedFiles$1;
|
|
3285
3233
|
|
|
3286
3234
|
type _publicOnFileDescriptorUpdatedType = typeof onFileDescriptorUpdated$1;
|
|
3287
3235
|
/** */
|
|
@@ -3398,26 +3346,10 @@ type context$1_UpdateFileResponse = UpdateFileResponse;
|
|
|
3398
3346
|
type context$1_UploadProtocol = UploadProtocol;
|
|
3399
3347
|
declare const context$1_UploadProtocol: typeof UploadProtocol;
|
|
3400
3348
|
type context$1_VideoResolution = VideoResolution;
|
|
3401
|
-
type context$1__publicBulkDeleteFilesType = _publicBulkDeleteFilesType;
|
|
3402
|
-
type context$1__publicBulkImportFileType = _publicBulkImportFileType;
|
|
3403
|
-
type context$1__publicBulkImportFilesType = _publicBulkImportFilesType;
|
|
3404
|
-
type context$1__publicBulkRestoreFilesFromTrashBinType = _publicBulkRestoreFilesFromTrashBinType;
|
|
3405
|
-
type context$1__publicGenerateFileDownloadUrlType = _publicGenerateFileDownloadUrlType;
|
|
3406
|
-
type context$1__publicGenerateFileResumableUploadUrlType = _publicGenerateFileResumableUploadUrlType;
|
|
3407
|
-
type context$1__publicGenerateFileUploadUrlType = _publicGenerateFileUploadUrlType;
|
|
3408
|
-
type context$1__publicGenerateFilesDownloadUrlType = _publicGenerateFilesDownloadUrlType;
|
|
3409
|
-
type context$1__publicGenerateVideoStreamingUrlType = _publicGenerateVideoStreamingUrlType;
|
|
3410
|
-
type context$1__publicGetFileDescriptorType = _publicGetFileDescriptorType;
|
|
3411
|
-
type context$1__publicGetFileDescriptorsType = _publicGetFileDescriptorsType;
|
|
3412
|
-
type context$1__publicImportFileType = _publicImportFileType;
|
|
3413
|
-
type context$1__publicListDeletedFilesType = _publicListDeletedFilesType;
|
|
3414
|
-
type context$1__publicListFilesType = _publicListFilesType;
|
|
3415
3349
|
type context$1__publicOnFileDescriptorDeletedType = _publicOnFileDescriptorDeletedType;
|
|
3416
3350
|
type context$1__publicOnFileDescriptorFileFailedType = _publicOnFileDescriptorFileFailedType;
|
|
3417
3351
|
type context$1__publicOnFileDescriptorFileReadyType = _publicOnFileDescriptorFileReadyType;
|
|
3418
3352
|
type context$1__publicOnFileDescriptorUpdatedType = _publicOnFileDescriptorUpdatedType;
|
|
3419
|
-
type context$1__publicSearchFilesType = _publicSearchFilesType;
|
|
3420
|
-
type context$1__publicUpdateFileDescriptorType = _publicUpdateFileDescriptorType;
|
|
3421
3353
|
declare const context$1_bulkDeleteFiles: typeof bulkDeleteFiles;
|
|
3422
3354
|
declare const context$1_bulkImportFile: typeof bulkImportFile;
|
|
3423
3355
|
declare const context$1_bulkImportFiles: typeof bulkImportFiles;
|
|
@@ -3439,7 +3371,7 @@ declare const context$1_onFileDescriptorUpdated: typeof onFileDescriptorUpdated;
|
|
|
3439
3371
|
declare const context$1_searchFiles: typeof searchFiles;
|
|
3440
3372
|
declare const context$1_updateFileDescriptor: typeof updateFileDescriptor;
|
|
3441
3373
|
declare namespace context$1 {
|
|
3442
|
-
export { type ActionEvent$1 as ActionEvent, type context$1_ApplicationError as ApplicationError, type context$1_Archive as Archive, type context$1_AudioV2 as AudioV2, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_BulkActionMetadata as BulkActionMetadata, type context$1_BulkDeleteFilesOptions as BulkDeleteFilesOptions, type context$1_BulkDeleteFilesRequest as BulkDeleteFilesRequest, type context$1_BulkDeleteFilesResponse as BulkDeleteFilesResponse, type context$1_BulkImportFileOptions as BulkImportFileOptions, type context$1_BulkImportFileRequest as BulkImportFileRequest, type context$1_BulkImportFileResponse as BulkImportFileResponse, type context$1_BulkImportFileResponseNonNullableFields as BulkImportFileResponseNonNullableFields, type context$1_BulkImportFileResult as BulkImportFileResult, type context$1_BulkImportFilesRequest as BulkImportFilesRequest, type context$1_BulkImportFilesResponse as BulkImportFilesResponse, type context$1_BulkImportFilesResponseNonNullableFields as BulkImportFilesResponseNonNullableFields, type context$1_BulkRestoreFilesFromTrashBinRequest as BulkRestoreFilesFromTrashBinRequest, type context$1_BulkRestoreFilesFromTrashBinResponse as BulkRestoreFilesFromTrashBinResponse, type context$1_Color as Color, type context$1_ColorRGB as ColorRGB, type context$1_Colors as Colors, context$1_ContentDisposition as ContentDisposition, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type context$1_DownloadUrl as DownloadUrl, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type context$1_ExternalInfo as ExternalInfo, type context$1_FaceRecognition as FaceRecognition, type context$1_FileDescriptor as FileDescriptor, type context$1_FileDescriptorDeletedEnvelope as FileDescriptorDeletedEnvelope, type context$1_FileDescriptorFileFailedEnvelope as FileDescriptorFileFailedEnvelope, type context$1_FileDescriptorFileReadyEnvelope as FileDescriptorFileReadyEnvelope, type context$1_FileDescriptorNonNullableFields as FileDescriptorNonNullableFields, type context$1_FileDescriptorUpdatedEnvelope as FileDescriptorUpdatedEnvelope, type context$1_FileFailed as FileFailed, type context$1_FileMedia as FileMedia, type context$1_FileMediaMediaOneOf as FileMediaMediaOneOf, type context$1_FileReady as FileReady, type context$1_GenerateFileDownloadUrlOptions as GenerateFileDownloadUrlOptions, type context$1_GenerateFileDownloadUrlRequest as GenerateFileDownloadUrlRequest, type context$1_GenerateFileDownloadUrlResponse as GenerateFileDownloadUrlResponse, type context$1_GenerateFileDownloadUrlResponseNonNullableFields as GenerateFileDownloadUrlResponseNonNullableFields, type context$1_GenerateFileResumableUploadUrlOptions as GenerateFileResumableUploadUrlOptions, type context$1_GenerateFileResumableUploadUrlRequest as GenerateFileResumableUploadUrlRequest, type context$1_GenerateFileResumableUploadUrlResponse as GenerateFileResumableUploadUrlResponse, type context$1_GenerateFileResumableUploadUrlResponseNonNullableFields as GenerateFileResumableUploadUrlResponseNonNullableFields, type context$1_GenerateFileUploadUrlOptions as GenerateFileUploadUrlOptions, type context$1_GenerateFileUploadUrlRequest as GenerateFileUploadUrlRequest, type context$1_GenerateFileUploadUrlResponse as GenerateFileUploadUrlResponse, type context$1_GenerateFileUploadUrlResponseNonNullableFields as GenerateFileUploadUrlResponseNonNullableFields, type context$1_GenerateFilesDownloadUrlRequest as GenerateFilesDownloadUrlRequest, type context$1_GenerateFilesDownloadUrlResponse as GenerateFilesDownloadUrlResponse, type context$1_GenerateFilesDownloadUrlResponseNonNullableFields as GenerateFilesDownloadUrlResponseNonNullableFields, type context$1_GenerateVideoStreamingUrlOptions as GenerateVideoStreamingUrlOptions, type context$1_GenerateVideoStreamingUrlRequest as GenerateVideoStreamingUrlRequest, type context$1_GenerateVideoStreamingUrlResponse as GenerateVideoStreamingUrlResponse, type context$1_GenerateVideoStreamingUrlResponseNonNullableFields as GenerateVideoStreamingUrlResponseNonNullableFields, type context$1_GenerateWebSocketTokenRequest as GenerateWebSocketTokenRequest, type context$1_GenerateWebSocketTokenResponse as GenerateWebSocketTokenResponse, type context$1_GetFileDescriptorRequest as GetFileDescriptorRequest, type context$1_GetFileDescriptorResponse as GetFileDescriptorResponse, type context$1_GetFileDescriptorResponseNonNullableFields as GetFileDescriptorResponseNonNullableFields, type context$1_GetFileDescriptorsRequest as GetFileDescriptorsRequest, type context$1_GetFileDescriptorsResponse as GetFileDescriptorsResponse, type context$1_GetFileDescriptorsResponseNonNullableFields as GetFileDescriptorsResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$1_IdentityInfo as IdentityInfo, context$1_IdentityType as IdentityType, type context$1_ImageMedia as ImageMedia, type context$1_ImportFileOptions as ImportFileOptions, type context$1_ImportFileRequest as ImportFileRequest, type context$1_ImportFileResponse as ImportFileResponse, type context$1_ImportFileResponseNonNullableFields as ImportFileResponseNonNullableFields, type context$1_ItemMetadata as ItemMetadata, type context$1_ListDeletedFilesOptions as ListDeletedFilesOptions, type context$1_ListDeletedFilesRequest as ListDeletedFilesRequest, type context$1_ListDeletedFilesResponse as ListDeletedFilesResponse, type context$1_ListDeletedFilesResponseNonNullableFields as ListDeletedFilesResponseNonNullableFields, type context$1_ListFilesOptions as ListFilesOptions, type context$1_ListFilesRequest as ListFilesRequest, type context$1_ListFilesResponse as ListFilesResponse, type context$1_ListFilesResponseNonNullableFields as ListFilesResponseNonNullableFields, context$1_MediaType as MediaType, type MessageEnvelope$1 as MessageEnvelope, type context$1_Model3D as Model3D, Namespace$1 as Namespace, context$1_OperationStatus as OperationStatus, type context$1_OtherMedia as OtherMedia, type PagingMetadataV2$1 as PagingMetadataV2, type RestoreInfo$1 as RestoreInfo, RootFolder$1 as RootFolder, type context$1_SearchFilesOptions as SearchFilesOptions, type context$1_SearchFilesRequest as SearchFilesRequest, type context$1_SearchFilesResponse as SearchFilesResponse, type context$1_SearchFilesResponseNonNullableFields as SearchFilesResponseNonNullableFields, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, context$1_StreamFormat as StreamFormat, type context$1_UpdateFileDescriptorRequest as UpdateFileDescriptorRequest, type context$1_UpdateFileDescriptorResponse as UpdateFileDescriptorResponse, type context$1_UpdateFileDescriptorResponseNonNullableFields as UpdateFileDescriptorResponseNonNullableFields, type context$1_UpdateFileRequest as UpdateFileRequest, type context$1_UpdateFileResponse as UpdateFileResponse, context$1_UploadProtocol as UploadProtocol, type context$1_VideoResolution as VideoResolution, WebhookIdentityType$1 as WebhookIdentityType, type context$1__publicBulkDeleteFilesType as _publicBulkDeleteFilesType, type context$1__publicBulkImportFileType as _publicBulkImportFileType, type context$1__publicBulkImportFilesType as _publicBulkImportFilesType, type context$1__publicBulkRestoreFilesFromTrashBinType as _publicBulkRestoreFilesFromTrashBinType, type context$1__publicGenerateFileDownloadUrlType as _publicGenerateFileDownloadUrlType, type context$1__publicGenerateFileResumableUploadUrlType as _publicGenerateFileResumableUploadUrlType, type context$1__publicGenerateFileUploadUrlType as _publicGenerateFileUploadUrlType, type context$1__publicGenerateFilesDownloadUrlType as _publicGenerateFilesDownloadUrlType, type context$1__publicGenerateVideoStreamingUrlType as _publicGenerateVideoStreamingUrlType, type context$1__publicGetFileDescriptorType as _publicGetFileDescriptorType, type context$1__publicGetFileDescriptorsType as _publicGetFileDescriptorsType, type context$1__publicImportFileType as _publicImportFileType, type context$1__publicListDeletedFilesType as _publicListDeletedFilesType, type context$1__publicListFilesType as _publicListFilesType, type context$1__publicOnFileDescriptorDeletedType as _publicOnFileDescriptorDeletedType, type context$1__publicOnFileDescriptorFileFailedType as _publicOnFileDescriptorFileFailedType, type context$1__publicOnFileDescriptorFileReadyType as _publicOnFileDescriptorFileReadyType, type context$1__publicOnFileDescriptorUpdatedType as _publicOnFileDescriptorUpdatedType, type context$1__publicSearchFilesType as _publicSearchFilesType, type context$1__publicUpdateFileDescriptorType as _publicUpdateFileDescriptorType, context$1_bulkDeleteFiles as bulkDeleteFiles, context$1_bulkImportFile as bulkImportFile, context$1_bulkImportFiles as bulkImportFiles, context$1_bulkRestoreFilesFromTrashBin as bulkRestoreFilesFromTrashBin, context$1_generateFileDownloadUrl as generateFileDownloadUrl, context$1_generateFileResumableUploadUrl as generateFileResumableUploadUrl, context$1_generateFileUploadUrl as generateFileUploadUrl, context$1_generateFilesDownloadUrl as generateFilesDownloadUrl, context$1_generateVideoStreamingUrl as generateVideoStreamingUrl, context$1_getFileDescriptor as getFileDescriptor, context$1_getFileDescriptors as getFileDescriptors, context$1_importFile as importFile, context$1_listDeletedFiles as listDeletedFiles, context$1_listFiles as listFiles, context$1_onFileDescriptorDeleted as onFileDescriptorDeleted, context$1_onFileDescriptorFileFailed as onFileDescriptorFileFailed, context$1_onFileDescriptorFileReady as onFileDescriptorFileReady, context$1_onFileDescriptorUpdated as onFileDescriptorUpdated, onFileDescriptorDeleted$1 as publicOnFileDescriptorDeleted, onFileDescriptorFileFailed$1 as publicOnFileDescriptorFileFailed, onFileDescriptorFileReady$1 as publicOnFileDescriptorFileReady, onFileDescriptorUpdated$1 as publicOnFileDescriptorUpdated, context$1_searchFiles as searchFiles, context$1_updateFileDescriptor as updateFileDescriptor };
|
|
3374
|
+
export { type ActionEvent$1 as ActionEvent, type context$1_ApplicationError as ApplicationError, type context$1_Archive as Archive, type context$1_AudioV2 as AudioV2, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_BulkActionMetadata as BulkActionMetadata, type context$1_BulkDeleteFilesOptions as BulkDeleteFilesOptions, type context$1_BulkDeleteFilesRequest as BulkDeleteFilesRequest, type context$1_BulkDeleteFilesResponse as BulkDeleteFilesResponse, type context$1_BulkImportFileOptions as BulkImportFileOptions, type context$1_BulkImportFileRequest as BulkImportFileRequest, type context$1_BulkImportFileResponse as BulkImportFileResponse, type context$1_BulkImportFileResponseNonNullableFields as BulkImportFileResponseNonNullableFields, type context$1_BulkImportFileResult as BulkImportFileResult, type context$1_BulkImportFilesRequest as BulkImportFilesRequest, type context$1_BulkImportFilesResponse as BulkImportFilesResponse, type context$1_BulkImportFilesResponseNonNullableFields as BulkImportFilesResponseNonNullableFields, type context$1_BulkRestoreFilesFromTrashBinRequest as BulkRestoreFilesFromTrashBinRequest, type context$1_BulkRestoreFilesFromTrashBinResponse as BulkRestoreFilesFromTrashBinResponse, type context$1_Color as Color, type context$1_ColorRGB as ColorRGB, type context$1_Colors as Colors, context$1_ContentDisposition as ContentDisposition, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type context$1_DownloadUrl as DownloadUrl, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type context$1_ExternalInfo as ExternalInfo, type context$1_FaceRecognition as FaceRecognition, type context$1_FileDescriptor as FileDescriptor, type context$1_FileDescriptorDeletedEnvelope as FileDescriptorDeletedEnvelope, type context$1_FileDescriptorFileFailedEnvelope as FileDescriptorFileFailedEnvelope, type context$1_FileDescriptorFileReadyEnvelope as FileDescriptorFileReadyEnvelope, type context$1_FileDescriptorNonNullableFields as FileDescriptorNonNullableFields, type context$1_FileDescriptorUpdatedEnvelope as FileDescriptorUpdatedEnvelope, type context$1_FileFailed as FileFailed, type context$1_FileMedia as FileMedia, type context$1_FileMediaMediaOneOf as FileMediaMediaOneOf, type context$1_FileReady as FileReady, type context$1_GenerateFileDownloadUrlOptions as GenerateFileDownloadUrlOptions, type context$1_GenerateFileDownloadUrlRequest as GenerateFileDownloadUrlRequest, type context$1_GenerateFileDownloadUrlResponse as GenerateFileDownloadUrlResponse, type context$1_GenerateFileDownloadUrlResponseNonNullableFields as GenerateFileDownloadUrlResponseNonNullableFields, type context$1_GenerateFileResumableUploadUrlOptions as GenerateFileResumableUploadUrlOptions, type context$1_GenerateFileResumableUploadUrlRequest as GenerateFileResumableUploadUrlRequest, type context$1_GenerateFileResumableUploadUrlResponse as GenerateFileResumableUploadUrlResponse, type context$1_GenerateFileResumableUploadUrlResponseNonNullableFields as GenerateFileResumableUploadUrlResponseNonNullableFields, type context$1_GenerateFileUploadUrlOptions as GenerateFileUploadUrlOptions, type context$1_GenerateFileUploadUrlRequest as GenerateFileUploadUrlRequest, type context$1_GenerateFileUploadUrlResponse as GenerateFileUploadUrlResponse, type context$1_GenerateFileUploadUrlResponseNonNullableFields as GenerateFileUploadUrlResponseNonNullableFields, type context$1_GenerateFilesDownloadUrlRequest as GenerateFilesDownloadUrlRequest, type context$1_GenerateFilesDownloadUrlResponse as GenerateFilesDownloadUrlResponse, type context$1_GenerateFilesDownloadUrlResponseNonNullableFields as GenerateFilesDownloadUrlResponseNonNullableFields, type context$1_GenerateVideoStreamingUrlOptions as GenerateVideoStreamingUrlOptions, type context$1_GenerateVideoStreamingUrlRequest as GenerateVideoStreamingUrlRequest, type context$1_GenerateVideoStreamingUrlResponse as GenerateVideoStreamingUrlResponse, type context$1_GenerateVideoStreamingUrlResponseNonNullableFields as GenerateVideoStreamingUrlResponseNonNullableFields, type context$1_GenerateWebSocketTokenRequest as GenerateWebSocketTokenRequest, type context$1_GenerateWebSocketTokenResponse as GenerateWebSocketTokenResponse, type context$1_GetFileDescriptorRequest as GetFileDescriptorRequest, type context$1_GetFileDescriptorResponse as GetFileDescriptorResponse, type context$1_GetFileDescriptorResponseNonNullableFields as GetFileDescriptorResponseNonNullableFields, type context$1_GetFileDescriptorsRequest as GetFileDescriptorsRequest, type context$1_GetFileDescriptorsResponse as GetFileDescriptorsResponse, type context$1_GetFileDescriptorsResponseNonNullableFields as GetFileDescriptorsResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$1_IdentityInfo as IdentityInfo, context$1_IdentityType as IdentityType, type context$1_ImageMedia as ImageMedia, type context$1_ImportFileOptions as ImportFileOptions, type context$1_ImportFileRequest as ImportFileRequest, type context$1_ImportFileResponse as ImportFileResponse, type context$1_ImportFileResponseNonNullableFields as ImportFileResponseNonNullableFields, type context$1_ItemMetadata as ItemMetadata, type context$1_ListDeletedFilesOptions as ListDeletedFilesOptions, type context$1_ListDeletedFilesRequest as ListDeletedFilesRequest, type context$1_ListDeletedFilesResponse as ListDeletedFilesResponse, type context$1_ListDeletedFilesResponseNonNullableFields as ListDeletedFilesResponseNonNullableFields, type context$1_ListFilesOptions as ListFilesOptions, type context$1_ListFilesRequest as ListFilesRequest, type context$1_ListFilesResponse as ListFilesResponse, type context$1_ListFilesResponseNonNullableFields as ListFilesResponseNonNullableFields, context$1_MediaType as MediaType, type MessageEnvelope$1 as MessageEnvelope, type context$1_Model3D as Model3D, Namespace$1 as Namespace, context$1_OperationStatus as OperationStatus, type context$1_OtherMedia as OtherMedia, type PagingMetadataV2$1 as PagingMetadataV2, type RestoreInfo$1 as RestoreInfo, RootFolder$1 as RootFolder, type context$1_SearchFilesOptions as SearchFilesOptions, type context$1_SearchFilesRequest as SearchFilesRequest, type context$1_SearchFilesResponse as SearchFilesResponse, type context$1_SearchFilesResponseNonNullableFields as SearchFilesResponseNonNullableFields, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, context$1_StreamFormat as StreamFormat, type context$1_UpdateFileDescriptorRequest as UpdateFileDescriptorRequest, type context$1_UpdateFileDescriptorResponse as UpdateFileDescriptorResponse, type context$1_UpdateFileDescriptorResponseNonNullableFields as UpdateFileDescriptorResponseNonNullableFields, type context$1_UpdateFileRequest as UpdateFileRequest, type context$1_UpdateFileResponse as UpdateFileResponse, context$1_UploadProtocol as UploadProtocol, type context$1_VideoResolution as VideoResolution, WebhookIdentityType$1 as WebhookIdentityType, type context$1__publicOnFileDescriptorDeletedType as _publicOnFileDescriptorDeletedType, type context$1__publicOnFileDescriptorFileFailedType as _publicOnFileDescriptorFileFailedType, type context$1__publicOnFileDescriptorFileReadyType as _publicOnFileDescriptorFileReadyType, type context$1__publicOnFileDescriptorUpdatedType as _publicOnFileDescriptorUpdatedType, context$1_bulkDeleteFiles as bulkDeleteFiles, context$1_bulkImportFile as bulkImportFile, context$1_bulkImportFiles as bulkImportFiles, context$1_bulkRestoreFilesFromTrashBin as bulkRestoreFilesFromTrashBin, context$1_generateFileDownloadUrl as generateFileDownloadUrl, context$1_generateFileResumableUploadUrl as generateFileResumableUploadUrl, context$1_generateFileUploadUrl as generateFileUploadUrl, context$1_generateFilesDownloadUrl as generateFilesDownloadUrl, context$1_generateVideoStreamingUrl as generateVideoStreamingUrl, context$1_getFileDescriptor as getFileDescriptor, context$1_getFileDescriptors as getFileDescriptors, context$1_importFile as importFile, context$1_listDeletedFiles as listDeletedFiles, context$1_listFiles as listFiles, context$1_onFileDescriptorDeleted as onFileDescriptorDeleted, context$1_onFileDescriptorFileFailed as onFileDescriptorFileFailed, context$1_onFileDescriptorFileReady as onFileDescriptorFileReady, context$1_onFileDescriptorUpdated as onFileDescriptorUpdated, onFileDescriptorDeleted$1 as publicOnFileDescriptorDeleted, onFileDescriptorFileFailed$1 as publicOnFileDescriptorFileFailed, onFileDescriptorFileReady$1 as publicOnFileDescriptorFileReady, onFileDescriptorUpdated$1 as publicOnFileDescriptorUpdated, context$1_searchFiles as searchFiles, context$1_updateFileDescriptor as updateFileDescriptor };
|
|
3443
3375
|
}
|
|
3444
3376
|
|
|
3445
3377
|
interface Folder {
|
|
@@ -4064,28 +3996,17 @@ declare const onFolderCreated$1: EventDefinition<FolderCreatedEnvelope, "wix.med
|
|
|
4064
3996
|
declare const onFolderUpdated$1: EventDefinition<FolderUpdatedEnvelope, "wix.media.site_media.v1.folder_updated">;
|
|
4065
3997
|
declare const onFolderDeleted$1: EventDefinition<FolderDeletedEnvelope, "wix.media.site_media.v1.folder_deleted">;
|
|
4066
3998
|
|
|
4067
|
-
declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
4068
|
-
|
|
4069
3999
|
declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
4070
4000
|
|
|
4071
|
-
|
|
4072
|
-
declare const
|
|
4073
|
-
|
|
4074
|
-
declare const
|
|
4075
|
-
|
|
4076
|
-
declare const
|
|
4077
|
-
|
|
4078
|
-
declare const
|
|
4079
|
-
|
|
4080
|
-
declare const updateFolder: ReturnType<typeof createRESTModule<_publicUpdateFolderType>>;
|
|
4081
|
-
type _publicGenerateFolderDownloadUrlType = typeof generateFolderDownloadUrl$1;
|
|
4082
|
-
declare const generateFolderDownloadUrl: ReturnType<typeof createRESTModule<_publicGenerateFolderDownloadUrlType>>;
|
|
4083
|
-
type _publicBulkDeleteFoldersType = typeof bulkDeleteFolders$1;
|
|
4084
|
-
declare const bulkDeleteFolders: ReturnType<typeof createRESTModule<_publicBulkDeleteFoldersType>>;
|
|
4085
|
-
type _publicBulkRestoreFoldersFromTrashBinType = typeof bulkRestoreFoldersFromTrashBin$1;
|
|
4086
|
-
declare const bulkRestoreFoldersFromTrashBin: ReturnType<typeof createRESTModule<_publicBulkRestoreFoldersFromTrashBinType>>;
|
|
4087
|
-
type _publicListDeletedFoldersType = typeof listDeletedFolders$1;
|
|
4088
|
-
declare const listDeletedFolders: ReturnType<typeof createRESTModule<_publicListDeletedFoldersType>>;
|
|
4001
|
+
declare const createFolder: BuildRESTFunction<typeof createFolder$1> & typeof createFolder$1;
|
|
4002
|
+
declare const getFolder: BuildRESTFunction<typeof getFolder$1> & typeof getFolder$1;
|
|
4003
|
+
declare const listFolders: BuildRESTFunction<typeof listFolders$1> & typeof listFolders$1;
|
|
4004
|
+
declare const searchFolders: BuildRESTFunction<typeof searchFolders$1> & typeof searchFolders$1;
|
|
4005
|
+
declare const updateFolder: BuildRESTFunction<typeof updateFolder$1> & typeof updateFolder$1;
|
|
4006
|
+
declare const generateFolderDownloadUrl: BuildRESTFunction<typeof generateFolderDownloadUrl$1> & typeof generateFolderDownloadUrl$1;
|
|
4007
|
+
declare const bulkDeleteFolders: BuildRESTFunction<typeof bulkDeleteFolders$1> & typeof bulkDeleteFolders$1;
|
|
4008
|
+
declare const bulkRestoreFoldersFromTrashBin: BuildRESTFunction<typeof bulkRestoreFoldersFromTrashBin$1> & typeof bulkRestoreFoldersFromTrashBin$1;
|
|
4009
|
+
declare const listDeletedFolders: BuildRESTFunction<typeof listDeletedFolders$1> & typeof listDeletedFolders$1;
|
|
4089
4010
|
|
|
4090
4011
|
type _publicOnFolderCreatedType = typeof onFolderCreated$1;
|
|
4091
4012
|
/** */
|
|
@@ -4161,18 +4082,9 @@ type context_UpdateFolderResponse = UpdateFolderResponse;
|
|
|
4161
4082
|
type context_UpdateFolderResponseNonNullableFields = UpdateFolderResponseNonNullableFields;
|
|
4162
4083
|
type context_WebhookIdentityType = WebhookIdentityType;
|
|
4163
4084
|
declare const context_WebhookIdentityType: typeof WebhookIdentityType;
|
|
4164
|
-
type context__publicBulkDeleteFoldersType = _publicBulkDeleteFoldersType;
|
|
4165
|
-
type context__publicBulkRestoreFoldersFromTrashBinType = _publicBulkRestoreFoldersFromTrashBinType;
|
|
4166
|
-
type context__publicCreateFolderType = _publicCreateFolderType;
|
|
4167
|
-
type context__publicGenerateFolderDownloadUrlType = _publicGenerateFolderDownloadUrlType;
|
|
4168
|
-
type context__publicGetFolderType = _publicGetFolderType;
|
|
4169
|
-
type context__publicListDeletedFoldersType = _publicListDeletedFoldersType;
|
|
4170
|
-
type context__publicListFoldersType = _publicListFoldersType;
|
|
4171
4085
|
type context__publicOnFolderCreatedType = _publicOnFolderCreatedType;
|
|
4172
4086
|
type context__publicOnFolderDeletedType = _publicOnFolderDeletedType;
|
|
4173
4087
|
type context__publicOnFolderUpdatedType = _publicOnFolderUpdatedType;
|
|
4174
|
-
type context__publicSearchFoldersType = _publicSearchFoldersType;
|
|
4175
|
-
type context__publicUpdateFolderType = _publicUpdateFolderType;
|
|
4176
4088
|
declare const context_bulkDeleteFolders: typeof bulkDeleteFolders;
|
|
4177
4089
|
declare const context_bulkRestoreFoldersFromTrashBin: typeof bulkRestoreFoldersFromTrashBin;
|
|
4178
4090
|
declare const context_createFolder: typeof createFolder;
|
|
@@ -4186,7 +4098,7 @@ declare const context_onFolderUpdated: typeof onFolderUpdated;
|
|
|
4186
4098
|
declare const context_searchFolders: typeof searchFolders;
|
|
4187
4099
|
declare const context_updateFolder: typeof updateFolder;
|
|
4188
4100
|
declare namespace context {
|
|
4189
|
-
export { type context_ActionEvent as ActionEvent, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkDeleteFoldersOptions as BulkDeleteFoldersOptions, type context_BulkDeleteFoldersRequest as BulkDeleteFoldersRequest, type context_BulkDeleteFoldersResponse as BulkDeleteFoldersResponse, type context_BulkRestoreFoldersFromTrashBinRequest as BulkRestoreFoldersFromTrashBinRequest, type context_BulkRestoreFoldersFromTrashBinResponse as BulkRestoreFoldersFromTrashBinResponse, type context_CreateFolderOptions as CreateFolderOptions, type context_CreateFolderRequest as CreateFolderRequest, type context_CreateFolderResponse as CreateFolderResponse, type context_CreateFolderResponseNonNullableFields as CreateFolderResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_Folder as Folder, type context_FolderCreatedEnvelope as FolderCreatedEnvelope, type context_FolderDeletedEnvelope as FolderDeletedEnvelope, type context_FolderNonNullableFields as FolderNonNullableFields, type context_FolderUpdatedEnvelope as FolderUpdatedEnvelope, type context_GenerateFolderDownloadUrlRequest as GenerateFolderDownloadUrlRequest, type context_GenerateFolderDownloadUrlResponse as GenerateFolderDownloadUrlResponse, type context_GenerateFolderDownloadUrlResponseNonNullableFields as GenerateFolderDownloadUrlResponseNonNullableFields, type context_GetFolderRequest as GetFolderRequest, type context_GetFolderResponse as GetFolderResponse, type context_GetFolderResponseNonNullableFields as GetFolderResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_ListDeletedFoldersOptions as ListDeletedFoldersOptions, type context_ListDeletedFoldersRequest as ListDeletedFoldersRequest, type context_ListDeletedFoldersResponse as ListDeletedFoldersResponse, type context_ListDeletedFoldersResponseNonNullableFields as ListDeletedFoldersResponseNonNullableFields, type context_ListFoldersOptions as ListFoldersOptions, type context_ListFoldersRequest as ListFoldersRequest, type context_ListFoldersResponse as ListFoldersResponse, type context_ListFoldersResponseNonNullableFields as ListFoldersResponseNonNullableFields, type context_MessageEnvelope as MessageEnvelope, context_Namespace as Namespace, type context_PagingMetadataV2 as PagingMetadataV2, type context_RestoreInfo as RestoreInfo, context_RootFolder as RootFolder, type context_SearchFoldersOptions as SearchFoldersOptions, type context_SearchFoldersRequest as SearchFoldersRequest, type context_SearchFoldersResponse as SearchFoldersResponse, type context_SearchFoldersResponseNonNullableFields as SearchFoldersResponseNonNullableFields, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_State as State, type context_UpdateFolder as UpdateFolder, type context_UpdateFolderRequest as UpdateFolderRequest, type context_UpdateFolderResponse as UpdateFolderResponse, type context_UpdateFolderResponseNonNullableFields as UpdateFolderResponseNonNullableFields, context_WebhookIdentityType as WebhookIdentityType, type
|
|
4101
|
+
export { type context_ActionEvent as ActionEvent, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkDeleteFoldersOptions as BulkDeleteFoldersOptions, type context_BulkDeleteFoldersRequest as BulkDeleteFoldersRequest, type context_BulkDeleteFoldersResponse as BulkDeleteFoldersResponse, type context_BulkRestoreFoldersFromTrashBinRequest as BulkRestoreFoldersFromTrashBinRequest, type context_BulkRestoreFoldersFromTrashBinResponse as BulkRestoreFoldersFromTrashBinResponse, type context_CreateFolderOptions as CreateFolderOptions, type context_CreateFolderRequest as CreateFolderRequest, type context_CreateFolderResponse as CreateFolderResponse, type context_CreateFolderResponseNonNullableFields as CreateFolderResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_Folder as Folder, type context_FolderCreatedEnvelope as FolderCreatedEnvelope, type context_FolderDeletedEnvelope as FolderDeletedEnvelope, type context_FolderNonNullableFields as FolderNonNullableFields, type context_FolderUpdatedEnvelope as FolderUpdatedEnvelope, type context_GenerateFolderDownloadUrlRequest as GenerateFolderDownloadUrlRequest, type context_GenerateFolderDownloadUrlResponse as GenerateFolderDownloadUrlResponse, type context_GenerateFolderDownloadUrlResponseNonNullableFields as GenerateFolderDownloadUrlResponseNonNullableFields, type context_GetFolderRequest as GetFolderRequest, type context_GetFolderResponse as GetFolderResponse, type context_GetFolderResponseNonNullableFields as GetFolderResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_ListDeletedFoldersOptions as ListDeletedFoldersOptions, type context_ListDeletedFoldersRequest as ListDeletedFoldersRequest, type context_ListDeletedFoldersResponse as ListDeletedFoldersResponse, type context_ListDeletedFoldersResponseNonNullableFields as ListDeletedFoldersResponseNonNullableFields, type context_ListFoldersOptions as ListFoldersOptions, type context_ListFoldersRequest as ListFoldersRequest, type context_ListFoldersResponse as ListFoldersResponse, type context_ListFoldersResponseNonNullableFields as ListFoldersResponseNonNullableFields, type context_MessageEnvelope as MessageEnvelope, context_Namespace as Namespace, type context_PagingMetadataV2 as PagingMetadataV2, type context_RestoreInfo as RestoreInfo, context_RootFolder as RootFolder, type context_SearchFoldersOptions as SearchFoldersOptions, type context_SearchFoldersRequest as SearchFoldersRequest, type context_SearchFoldersResponse as SearchFoldersResponse, type context_SearchFoldersResponseNonNullableFields as SearchFoldersResponseNonNullableFields, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_State as State, type context_UpdateFolder as UpdateFolder, type context_UpdateFolderRequest as UpdateFolderRequest, type context_UpdateFolderResponse as UpdateFolderResponse, type context_UpdateFolderResponseNonNullableFields as UpdateFolderResponseNonNullableFields, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnFolderCreatedType as _publicOnFolderCreatedType, type context__publicOnFolderDeletedType as _publicOnFolderDeletedType, type context__publicOnFolderUpdatedType as _publicOnFolderUpdatedType, context_bulkDeleteFolders as bulkDeleteFolders, context_bulkRestoreFoldersFromTrashBin as bulkRestoreFoldersFromTrashBin, context_createFolder as createFolder, context_generateFolderDownloadUrl as generateFolderDownloadUrl, context_getFolder as getFolder, context_listDeletedFolders as listDeletedFolders, context_listFolders as listFolders, context_onFolderCreated as onFolderCreated, context_onFolderDeleted as onFolderDeleted, context_onFolderUpdated as onFolderUpdated, onFolderCreated$1 as publicOnFolderCreated, onFolderDeleted$1 as publicOnFolderDeleted, onFolderUpdated$1 as publicOnFolderUpdated, context_searchFolders as searchFolders, context_updateFolder as updateFolder };
|
|
4190
4102
|
}
|
|
4191
4103
|
|
|
4192
4104
|
export { context$3 as enterpriseMediaCategories, context$2 as enterpriseMediaItems, context$1 as files, context as folders };
|
|
@@ -435,22 +435,14 @@ declare const onEnterpriseCategoryCreated$1: EventDefinition<EnterpriseCategoryC
|
|
|
435
435
|
declare const onEnterpriseCategoryDeleted$1: EventDefinition<EnterpriseCategoryDeletedEnvelope, "wix.media.enterprise_public_media.v1.enterprise_category_deleted">;
|
|
436
436
|
declare const onEnterpriseCategoryUpdated$1: EventDefinition<EnterpriseCategoryUpdatedEnvelope, "wix.media.enterprise_public_media.v1.enterprise_category_updated">;
|
|
437
437
|
|
|
438
|
-
declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
439
|
-
|
|
440
438
|
declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
441
439
|
|
|
442
|
-
|
|
443
|
-
declare const
|
|
444
|
-
|
|
445
|
-
declare const
|
|
446
|
-
|
|
447
|
-
declare const
|
|
448
|
-
type _publicGetCategoryType = typeof getCategory$1;
|
|
449
|
-
declare const getCategory: ReturnType<typeof createRESTModule$3<_publicGetCategoryType>>;
|
|
450
|
-
type _publicEnterpriseOnboardingType = typeof enterpriseOnboarding$1;
|
|
451
|
-
declare const enterpriseOnboarding: ReturnType<typeof createRESTModule$3<_publicEnterpriseOnboardingType>>;
|
|
452
|
-
type _publicGetMediaManagerCategoriesType = typeof getMediaManagerCategories$1;
|
|
453
|
-
declare const getMediaManagerCategories: ReturnType<typeof createRESTModule$3<_publicGetMediaManagerCategoriesType>>;
|
|
440
|
+
declare const createCategory: BuildRESTFunction<typeof createCategory$1> & typeof createCategory$1;
|
|
441
|
+
declare const deleteCategory: BuildRESTFunction<typeof deleteCategory$1> & typeof deleteCategory$1;
|
|
442
|
+
declare const updateCategory: BuildRESTFunction<typeof updateCategory$1> & typeof updateCategory$1;
|
|
443
|
+
declare const getCategory: BuildRESTFunction<typeof getCategory$1> & typeof getCategory$1;
|
|
444
|
+
declare const enterpriseOnboarding: BuildRESTFunction<typeof enterpriseOnboarding$1> & typeof enterpriseOnboarding$1;
|
|
445
|
+
declare const getMediaManagerCategories: BuildRESTFunction<typeof getMediaManagerCategories$1> & typeof getMediaManagerCategories$1;
|
|
454
446
|
|
|
455
447
|
type _publicOnEnterpriseCategoryCreatedType = typeof onEnterpriseCategoryCreated$1;
|
|
456
448
|
/** */
|
|
@@ -495,15 +487,9 @@ type index_d$3_UpdateCategory = UpdateCategory;
|
|
|
495
487
|
type index_d$3_UpdateCategoryRequest = UpdateCategoryRequest;
|
|
496
488
|
type index_d$3_UpdateCategoryResponse = UpdateCategoryResponse;
|
|
497
489
|
type index_d$3_UpdateCategoryResponseNonNullableFields = UpdateCategoryResponseNonNullableFields;
|
|
498
|
-
type index_d$3__publicCreateCategoryType = _publicCreateCategoryType;
|
|
499
|
-
type index_d$3__publicDeleteCategoryType = _publicDeleteCategoryType;
|
|
500
|
-
type index_d$3__publicEnterpriseOnboardingType = _publicEnterpriseOnboardingType;
|
|
501
|
-
type index_d$3__publicGetCategoryType = _publicGetCategoryType;
|
|
502
|
-
type index_d$3__publicGetMediaManagerCategoriesType = _publicGetMediaManagerCategoriesType;
|
|
503
490
|
type index_d$3__publicOnEnterpriseCategoryCreatedType = _publicOnEnterpriseCategoryCreatedType;
|
|
504
491
|
type index_d$3__publicOnEnterpriseCategoryDeletedType = _publicOnEnterpriseCategoryDeletedType;
|
|
505
492
|
type index_d$3__publicOnEnterpriseCategoryUpdatedType = _publicOnEnterpriseCategoryUpdatedType;
|
|
506
|
-
type index_d$3__publicUpdateCategoryType = _publicUpdateCategoryType;
|
|
507
493
|
declare const index_d$3_createCategory: typeof createCategory;
|
|
508
494
|
declare const index_d$3_deleteCategory: typeof deleteCategory;
|
|
509
495
|
declare const index_d$3_enterpriseOnboarding: typeof enterpriseOnboarding;
|
|
@@ -514,7 +500,7 @@ declare const index_d$3_onEnterpriseCategoryDeleted: typeof onEnterpriseCategory
|
|
|
514
500
|
declare const index_d$3_onEnterpriseCategoryUpdated: typeof onEnterpriseCategoryUpdated;
|
|
515
501
|
declare const index_d$3_updateCategory: typeof updateCategory;
|
|
516
502
|
declare namespace index_d$3 {
|
|
517
|
-
export { type ActionEvent$3 as ActionEvent, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$3_CreateCategoryRequest as CreateCategoryRequest, type index_d$3_CreateCategoryResponse as CreateCategoryResponse, type index_d$3_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type index_d$3_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$3_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$3_EnterpriseCategory as EnterpriseCategory, type index_d$3_EnterpriseCategoryCreatedEnvelope as EnterpriseCategoryCreatedEnvelope, type index_d$3_EnterpriseCategoryDeletedEnvelope as EnterpriseCategoryDeletedEnvelope, type index_d$3_EnterpriseCategoryNonNullableFields as EnterpriseCategoryNonNullableFields, type index_d$3_EnterpriseCategoryTree as EnterpriseCategoryTree, type index_d$3_EnterpriseCategoryTreeNonNullableFields as EnterpriseCategoryTreeNonNullableFields, type index_d$3_EnterpriseCategoryUpdatedEnvelope as EnterpriseCategoryUpdatedEnvelope, type index_d$3_EnterpriseOnboardingOptions as EnterpriseOnboardingOptions, type index_d$3_EnterpriseOnboardingRequest as EnterpriseOnboardingRequest, type index_d$3_EnterpriseOnboardingResponse as EnterpriseOnboardingResponse, type index_d$3_EnterpriseOnboardingResponseNonNullableFields as EnterpriseOnboardingResponseNonNullableFields, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type index_d$3_GetCategoryOptions as GetCategoryOptions, type index_d$3_GetCategoryRequest as GetCategoryRequest, type index_d$3_GetCategoryResponse as GetCategoryResponse, type index_d$3_GetCategoryResponseNonNullableFields as GetCategoryResponseNonNullableFields, type index_d$3_GetMediaManagerCategoriesRequest as GetMediaManagerCategoriesRequest, type index_d$3_GetMediaManagerCategoriesResponse as GetMediaManagerCategoriesResponse, type index_d$3_GetMediaManagerCategoriesResponseNonNullableFields as GetMediaManagerCategoriesResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$3_LinkItemsToCategoryRequest as LinkItemsToCategoryRequest, type index_d$3_LinkItemsToCategoryResponse as LinkItemsToCategoryResponse, MediaType$2 as MediaType, type MessageEnvelope$3 as MessageEnvelope, PublishStatus$1 as PublishStatus, type index_d$3_UnlinkItemsFromCategoryRequest as UnlinkItemsFromCategoryRequest, type index_d$3_UnlinkItemsFromCategoryResponse as UnlinkItemsFromCategoryResponse, type index_d$3_UpdateCategory as UpdateCategory, type index_d$3_UpdateCategoryRequest as UpdateCategoryRequest, type index_d$3_UpdateCategoryResponse as UpdateCategoryResponse, type index_d$3_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type index_d$
|
|
503
|
+
export { type ActionEvent$3 as ActionEvent, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$3_CreateCategoryRequest as CreateCategoryRequest, type index_d$3_CreateCategoryResponse as CreateCategoryResponse, type index_d$3_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type index_d$3_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$3_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$3_EnterpriseCategory as EnterpriseCategory, type index_d$3_EnterpriseCategoryCreatedEnvelope as EnterpriseCategoryCreatedEnvelope, type index_d$3_EnterpriseCategoryDeletedEnvelope as EnterpriseCategoryDeletedEnvelope, type index_d$3_EnterpriseCategoryNonNullableFields as EnterpriseCategoryNonNullableFields, type index_d$3_EnterpriseCategoryTree as EnterpriseCategoryTree, type index_d$3_EnterpriseCategoryTreeNonNullableFields as EnterpriseCategoryTreeNonNullableFields, type index_d$3_EnterpriseCategoryUpdatedEnvelope as EnterpriseCategoryUpdatedEnvelope, type index_d$3_EnterpriseOnboardingOptions as EnterpriseOnboardingOptions, type index_d$3_EnterpriseOnboardingRequest as EnterpriseOnboardingRequest, type index_d$3_EnterpriseOnboardingResponse as EnterpriseOnboardingResponse, type index_d$3_EnterpriseOnboardingResponseNonNullableFields as EnterpriseOnboardingResponseNonNullableFields, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type index_d$3_GetCategoryOptions as GetCategoryOptions, type index_d$3_GetCategoryRequest as GetCategoryRequest, type index_d$3_GetCategoryResponse as GetCategoryResponse, type index_d$3_GetCategoryResponseNonNullableFields as GetCategoryResponseNonNullableFields, type index_d$3_GetMediaManagerCategoriesRequest as GetMediaManagerCategoriesRequest, type index_d$3_GetMediaManagerCategoriesResponse as GetMediaManagerCategoriesResponse, type index_d$3_GetMediaManagerCategoriesResponseNonNullableFields as GetMediaManagerCategoriesResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$3_LinkItemsToCategoryRequest as LinkItemsToCategoryRequest, type index_d$3_LinkItemsToCategoryResponse as LinkItemsToCategoryResponse, MediaType$2 as MediaType, type MessageEnvelope$3 as MessageEnvelope, PublishStatus$1 as PublishStatus, type index_d$3_UnlinkItemsFromCategoryRequest as UnlinkItemsFromCategoryRequest, type index_d$3_UnlinkItemsFromCategoryResponse as UnlinkItemsFromCategoryResponse, type index_d$3_UpdateCategory as UpdateCategory, type index_d$3_UpdateCategoryRequest as UpdateCategoryRequest, type index_d$3_UpdateCategoryResponse as UpdateCategoryResponse, type index_d$3_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type index_d$3__publicOnEnterpriseCategoryCreatedType as _publicOnEnterpriseCategoryCreatedType, type index_d$3__publicOnEnterpriseCategoryDeletedType as _publicOnEnterpriseCategoryDeletedType, type index_d$3__publicOnEnterpriseCategoryUpdatedType as _publicOnEnterpriseCategoryUpdatedType, index_d$3_createCategory as createCategory, index_d$3_deleteCategory as deleteCategory, index_d$3_enterpriseOnboarding as enterpriseOnboarding, index_d$3_getCategory as getCategory, index_d$3_getMediaManagerCategories as getMediaManagerCategories, index_d$3_onEnterpriseCategoryCreated as onEnterpriseCategoryCreated, index_d$3_onEnterpriseCategoryDeleted as onEnterpriseCategoryDeleted, index_d$3_onEnterpriseCategoryUpdated as onEnterpriseCategoryUpdated, onEnterpriseCategoryCreated$1 as publicOnEnterpriseCategoryCreated, onEnterpriseCategoryDeleted$1 as publicOnEnterpriseCategoryDeleted, onEnterpriseCategoryUpdated$1 as publicOnEnterpriseCategoryUpdated, index_d$3_updateCategory as updateCategory };
|
|
518
504
|
}
|
|
519
505
|
|
|
520
506
|
/**
|
|
@@ -1437,32 +1423,19 @@ declare const onEnterpriseItemUpdated$1: EventDefinition<EnterpriseItemUpdatedEn
|
|
|
1437
1423
|
declare const onEnterpriseItemItemCategoriesChanged$1: EventDefinition<EnterpriseItemItemCategoriesChangedEnvelope, "wix.media.enterprise_public_media.v1.enterprise_item_item_categories_changed">;
|
|
1438
1424
|
declare const onEnterpriseItemPublishStatusChanged$1: EventDefinition<EnterpriseItemPublishStatusChangedEnvelope, "wix.media.enterprise_public_media.v1.enterprise_item_publish_status_changed">;
|
|
1439
1425
|
|
|
1440
|
-
declare function createRESTModule$2<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
1441
|
-
|
|
1442
1426
|
declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
1443
1427
|
|
|
1444
|
-
|
|
1445
|
-
declare const
|
|
1446
|
-
|
|
1447
|
-
declare const
|
|
1448
|
-
|
|
1449
|
-
declare const
|
|
1450
|
-
|
|
1451
|
-
declare const
|
|
1452
|
-
|
|
1453
|
-
declare const
|
|
1454
|
-
|
|
1455
|
-
declare const updateItem: ReturnType<typeof createRESTModule$2<_publicUpdateItemType>>;
|
|
1456
|
-
type _publicBulkUpdateItemType = typeof bulkUpdateItem$1;
|
|
1457
|
-
declare const bulkUpdateItem: ReturnType<typeof createRESTModule$2<_publicBulkUpdateItemType>>;
|
|
1458
|
-
type _publicGetItemType = typeof getItem$1;
|
|
1459
|
-
declare const getItem: ReturnType<typeof createRESTModule$2<_publicGetItemType>>;
|
|
1460
|
-
type _publicLinkItemToCategoriesType = typeof linkItemToCategories$1;
|
|
1461
|
-
declare const linkItemToCategories: ReturnType<typeof createRESTModule$2<_publicLinkItemToCategoriesType>>;
|
|
1462
|
-
type _publicUnlinkItemFromCategoriesType = typeof unlinkItemFromCategories$1;
|
|
1463
|
-
declare const unlinkItemFromCategories: ReturnType<typeof createRESTModule$2<_publicUnlinkItemFromCategoriesType>>;
|
|
1464
|
-
type _publicOverwriteItemCategoriesType = typeof overwriteItemCategories$1;
|
|
1465
|
-
declare const overwriteItemCategories: ReturnType<typeof createRESTModule$2<_publicOverwriteItemCategoriesType>>;
|
|
1428
|
+
declare const itemUploadCallback: BuildRESTFunction<typeof itemUploadCallback$1> & typeof itemUploadCallback$1;
|
|
1429
|
+
declare const generateFileUploadUrl$2: BuildRESTFunction<typeof generateFileUploadUrl$3> & typeof generateFileUploadUrl$3;
|
|
1430
|
+
declare const importFile$2: BuildRESTFunction<typeof importFile$3> & typeof importFile$3;
|
|
1431
|
+
declare const searchItems: BuildRESTFunction<typeof searchItems$1> & typeof searchItems$1;
|
|
1432
|
+
declare const queryItems: BuildRESTFunction<typeof queryItems$1> & typeof queryItems$1;
|
|
1433
|
+
declare const updateItem: BuildRESTFunction<typeof updateItem$1> & typeof updateItem$1;
|
|
1434
|
+
declare const bulkUpdateItem: BuildRESTFunction<typeof bulkUpdateItem$1> & typeof bulkUpdateItem$1;
|
|
1435
|
+
declare const getItem: BuildRESTFunction<typeof getItem$1> & typeof getItem$1;
|
|
1436
|
+
declare const linkItemToCategories: BuildRESTFunction<typeof linkItemToCategories$1> & typeof linkItemToCategories$1;
|
|
1437
|
+
declare const unlinkItemFromCategories: BuildRESTFunction<typeof unlinkItemFromCategories$1> & typeof unlinkItemFromCategories$1;
|
|
1438
|
+
declare const overwriteItemCategories: BuildRESTFunction<typeof overwriteItemCategories$1> & typeof overwriteItemCategories$1;
|
|
1466
1439
|
|
|
1467
1440
|
type _publicOnEnterpriseItemCreatedType = typeof onEnterpriseItemCreated$1;
|
|
1468
1441
|
/**
|
|
@@ -1539,19 +1512,10 @@ type index_d$2_UpdateItem = UpdateItem;
|
|
|
1539
1512
|
type index_d$2_UpdateItemRequest = UpdateItemRequest;
|
|
1540
1513
|
type index_d$2_UpdateItemResponse = UpdateItemResponse;
|
|
1541
1514
|
type index_d$2_UpdateItemResponseNonNullableFields = UpdateItemResponseNonNullableFields;
|
|
1542
|
-
type index_d$2__publicBulkUpdateItemType = _publicBulkUpdateItemType;
|
|
1543
|
-
type index_d$2__publicGetItemType = _publicGetItemType;
|
|
1544
|
-
type index_d$2__publicItemUploadCallbackType = _publicItemUploadCallbackType;
|
|
1545
|
-
type index_d$2__publicLinkItemToCategoriesType = _publicLinkItemToCategoriesType;
|
|
1546
1515
|
type index_d$2__publicOnEnterpriseItemCreatedType = _publicOnEnterpriseItemCreatedType;
|
|
1547
1516
|
type index_d$2__publicOnEnterpriseItemItemCategoriesChangedType = _publicOnEnterpriseItemItemCategoriesChangedType;
|
|
1548
1517
|
type index_d$2__publicOnEnterpriseItemPublishStatusChangedType = _publicOnEnterpriseItemPublishStatusChangedType;
|
|
1549
1518
|
type index_d$2__publicOnEnterpriseItemUpdatedType = _publicOnEnterpriseItemUpdatedType;
|
|
1550
|
-
type index_d$2__publicOverwriteItemCategoriesType = _publicOverwriteItemCategoriesType;
|
|
1551
|
-
type index_d$2__publicQueryItemsType = _publicQueryItemsType;
|
|
1552
|
-
type index_d$2__publicSearchItemsType = _publicSearchItemsType;
|
|
1553
|
-
type index_d$2__publicUnlinkItemFromCategoriesType = _publicUnlinkItemFromCategoriesType;
|
|
1554
|
-
type index_d$2__publicUpdateItemType = _publicUpdateItemType;
|
|
1555
1519
|
declare const index_d$2_bulkUpdateItem: typeof bulkUpdateItem;
|
|
1556
1520
|
declare const index_d$2_getItem: typeof getItem;
|
|
1557
1521
|
declare const index_d$2_itemUploadCallback: typeof itemUploadCallback;
|
|
@@ -1566,7 +1530,7 @@ declare const index_d$2_searchItems: typeof searchItems;
|
|
|
1566
1530
|
declare const index_d$2_unlinkItemFromCategories: typeof unlinkItemFromCategories;
|
|
1567
1531
|
declare const index_d$2_updateItem: typeof updateItem;
|
|
1568
1532
|
declare namespace index_d$2 {
|
|
1569
|
-
export { type ActionEvent$2 as ActionEvent, type ApplicationError$1 as ApplicationError, type Archive$1 as Archive, type BaseEventMetadata$2 as BaseEventMetadata, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$2_BulkItemUpdateResult as BulkItemUpdateResult, type index_d$2_BulkUpdateItemOptions as BulkUpdateItemOptions, type index_d$2_BulkUpdateItemRequest as BulkUpdateItemRequest, type index_d$2_BulkUpdateItemResponse as BulkUpdateItemResponse, type index_d$2_BulkUpdateItemResponseNonNullableFields as BulkUpdateItemResponseNonNullableFields, type Cursors$2 as Cursors, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$2_EnterpriseItemCreatedEnvelope as EnterpriseItemCreatedEnvelope, type index_d$2_EnterpriseItemItemCategoriesChangedEnvelope as EnterpriseItemItemCategoriesChangedEnvelope, type index_d$2_EnterpriseItemPublishStatusChangedEnvelope as EnterpriseItemPublishStatusChangedEnvelope, type index_d$2_EnterpriseItemUpdatedEnvelope as EnterpriseItemUpdatedEnvelope, type index_d$2_EnterpriseMediaItem as EnterpriseMediaItem, type index_d$2_EnterpriseMediaItemNonNullableFields as EnterpriseMediaItemNonNullableFields, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type GenerateFileUploadUrlOptions$1 as GenerateFileUploadUrlOptions, type GenerateFileUploadUrlRequest$1 as GenerateFileUploadUrlRequest, type GenerateFileUploadUrlResponse$1 as GenerateFileUploadUrlResponse, type GenerateFileUploadUrlResponseNonNullableFields$1 as GenerateFileUploadUrlResponseNonNullableFields, type index_d$2_GetItemRequest as GetItemRequest, type index_d$2_GetItemResponse as GetItemResponse, type index_d$2_GetItemResponseNonNullableFields as GetItemResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type ImportFileOptions$1 as ImportFileOptions, type ImportFileRequest$1 as ImportFileRequest, type ImportFileResponse$1 as ImportFileResponse, type ImportFileResponseNonNullableFields$1 as ImportFileResponseNonNullableFields, type index_d$2_ItemAssets as ItemAssets, type index_d$2_ItemAssetsAssetsOneOf as ItemAssetsAssetsOneOf, type index_d$2_ItemCategoriesChanged as ItemCategoriesChanged, type ItemMetadata$1 as ItemMetadata, type index_d$2_ItemUploadCallbackOptions as ItemUploadCallbackOptions, type index_d$2_ItemUploadCallbackRequest as ItemUploadCallbackRequest, type index_d$2_ItemUploadCallbackResponse as ItemUploadCallbackResponse, type index_d$2_ItemsQueryBuilder as ItemsQueryBuilder, type index_d$2_ItemsQueryResult as ItemsQueryResult, type index_d$2_LinkItemToCategoriesOptions as LinkItemToCategoriesOptions, type index_d$2_LinkItemToCategoriesRequest as LinkItemToCategoriesRequest, type index_d$2_LinkItemToCategoriesResponse as LinkItemToCategoriesResponse, MediaType$1 as MediaType, type MessageEnvelope$2 as MessageEnvelope, type Model3D$1 as Model3D, type index_d$2_OverwriteItemCategoriesOptions as OverwriteItemCategoriesOptions, type index_d$2_OverwriteItemCategoriesRequest as OverwriteItemCategoriesRequest, type index_d$2_OverwriteItemCategoriesResponse as OverwriteItemCategoriesResponse, type index_d$2_Paging as Paging, type PagingMetadataV2$2 as PagingMetadataV2, index_d$2_PublishStatus as PublishStatus, type index_d$2_PublishStatusChanged as PublishStatusChanged, type index_d$2_QueryItemsRequest as QueryItemsRequest, type index_d$2_QueryItemsResponse as QueryItemsResponse, type index_d$2_QueryItemsResponseNonNullableFields as QueryItemsResponseNonNullableFields, type index_d$2_QueryV2 as QueryV2, type index_d$2_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RestoreInfo$2 as RestoreInfo, type index_d$2_Search as Search, type index_d$2_SearchDetails as SearchDetails, type index_d$2_SearchItemsOptions as SearchItemsOptions, type index_d$2_SearchItemsRequest as SearchItemsRequest, type index_d$2_SearchItemsResponse as SearchItemsResponse, type index_d$2_SearchItemsResponseNonNullableFields as SearchItemsResponseNonNullableFields, type index_d$2_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type index_d$2_UnlinkItemFromCategoriesOptions as UnlinkItemFromCategoriesOptions, type index_d$2_UnlinkItemFromCategoriesRequest as UnlinkItemFromCategoriesRequest, type index_d$2_UnlinkItemFromCategoriesResponse as UnlinkItemFromCategoriesResponse, type index_d$2_UpdateItem as UpdateItem, type index_d$2_UpdateItemRequest as UpdateItemRequest, type index_d$2_UpdateItemResponse as UpdateItemResponse, type index_d$2_UpdateItemResponseNonNullableFields as UpdateItemResponseNonNullableFields, type VideoResolution$1 as VideoResolution, WebhookIdentityType$2 as WebhookIdentityType, type index_d$
|
|
1533
|
+
export { type ActionEvent$2 as ActionEvent, type ApplicationError$1 as ApplicationError, type Archive$1 as Archive, type BaseEventMetadata$2 as BaseEventMetadata, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$2_BulkItemUpdateResult as BulkItemUpdateResult, type index_d$2_BulkUpdateItemOptions as BulkUpdateItemOptions, type index_d$2_BulkUpdateItemRequest as BulkUpdateItemRequest, type index_d$2_BulkUpdateItemResponse as BulkUpdateItemResponse, type index_d$2_BulkUpdateItemResponseNonNullableFields as BulkUpdateItemResponseNonNullableFields, type Cursors$2 as Cursors, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$2_EnterpriseItemCreatedEnvelope as EnterpriseItemCreatedEnvelope, type index_d$2_EnterpriseItemItemCategoriesChangedEnvelope as EnterpriseItemItemCategoriesChangedEnvelope, type index_d$2_EnterpriseItemPublishStatusChangedEnvelope as EnterpriseItemPublishStatusChangedEnvelope, type index_d$2_EnterpriseItemUpdatedEnvelope as EnterpriseItemUpdatedEnvelope, type index_d$2_EnterpriseMediaItem as EnterpriseMediaItem, type index_d$2_EnterpriseMediaItemNonNullableFields as EnterpriseMediaItemNonNullableFields, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type GenerateFileUploadUrlOptions$1 as GenerateFileUploadUrlOptions, type GenerateFileUploadUrlRequest$1 as GenerateFileUploadUrlRequest, type GenerateFileUploadUrlResponse$1 as GenerateFileUploadUrlResponse, type GenerateFileUploadUrlResponseNonNullableFields$1 as GenerateFileUploadUrlResponseNonNullableFields, type index_d$2_GetItemRequest as GetItemRequest, type index_d$2_GetItemResponse as GetItemResponse, type index_d$2_GetItemResponseNonNullableFields as GetItemResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type ImportFileOptions$1 as ImportFileOptions, type ImportFileRequest$1 as ImportFileRequest, type ImportFileResponse$1 as ImportFileResponse, type ImportFileResponseNonNullableFields$1 as ImportFileResponseNonNullableFields, type index_d$2_ItemAssets as ItemAssets, type index_d$2_ItemAssetsAssetsOneOf as ItemAssetsAssetsOneOf, type index_d$2_ItemCategoriesChanged as ItemCategoriesChanged, type ItemMetadata$1 as ItemMetadata, type index_d$2_ItemUploadCallbackOptions as ItemUploadCallbackOptions, type index_d$2_ItemUploadCallbackRequest as ItemUploadCallbackRequest, type index_d$2_ItemUploadCallbackResponse as ItemUploadCallbackResponse, type index_d$2_ItemsQueryBuilder as ItemsQueryBuilder, type index_d$2_ItemsQueryResult as ItemsQueryResult, type index_d$2_LinkItemToCategoriesOptions as LinkItemToCategoriesOptions, type index_d$2_LinkItemToCategoriesRequest as LinkItemToCategoriesRequest, type index_d$2_LinkItemToCategoriesResponse as LinkItemToCategoriesResponse, MediaType$1 as MediaType, type MessageEnvelope$2 as MessageEnvelope, type Model3D$1 as Model3D, type index_d$2_OverwriteItemCategoriesOptions as OverwriteItemCategoriesOptions, type index_d$2_OverwriteItemCategoriesRequest as OverwriteItemCategoriesRequest, type index_d$2_OverwriteItemCategoriesResponse as OverwriteItemCategoriesResponse, type index_d$2_Paging as Paging, type PagingMetadataV2$2 as PagingMetadataV2, index_d$2_PublishStatus as PublishStatus, type index_d$2_PublishStatusChanged as PublishStatusChanged, type index_d$2_QueryItemsRequest as QueryItemsRequest, type index_d$2_QueryItemsResponse as QueryItemsResponse, type index_d$2_QueryItemsResponseNonNullableFields as QueryItemsResponseNonNullableFields, type index_d$2_QueryV2 as QueryV2, type index_d$2_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type RestoreInfo$2 as RestoreInfo, type index_d$2_Search as Search, type index_d$2_SearchDetails as SearchDetails, type index_d$2_SearchItemsOptions as SearchItemsOptions, type index_d$2_SearchItemsRequest as SearchItemsRequest, type index_d$2_SearchItemsResponse as SearchItemsResponse, type index_d$2_SearchItemsResponseNonNullableFields as SearchItemsResponseNonNullableFields, type index_d$2_SearchPagingMethodOneOf as SearchPagingMethodOneOf, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type index_d$2_UnlinkItemFromCategoriesOptions as UnlinkItemFromCategoriesOptions, type index_d$2_UnlinkItemFromCategoriesRequest as UnlinkItemFromCategoriesRequest, type index_d$2_UnlinkItemFromCategoriesResponse as UnlinkItemFromCategoriesResponse, type index_d$2_UpdateItem as UpdateItem, type index_d$2_UpdateItemRequest as UpdateItemRequest, type index_d$2_UpdateItemResponse as UpdateItemResponse, type index_d$2_UpdateItemResponseNonNullableFields as UpdateItemResponseNonNullableFields, type VideoResolution$1 as VideoResolution, WebhookIdentityType$2 as WebhookIdentityType, type index_d$2__publicOnEnterpriseItemCreatedType as _publicOnEnterpriseItemCreatedType, type index_d$2__publicOnEnterpriseItemItemCategoriesChangedType as _publicOnEnterpriseItemItemCategoriesChangedType, type index_d$2__publicOnEnterpriseItemPublishStatusChangedType as _publicOnEnterpriseItemPublishStatusChangedType, type index_d$2__publicOnEnterpriseItemUpdatedType as _publicOnEnterpriseItemUpdatedType, index_d$2_bulkUpdateItem as bulkUpdateItem, generateFileUploadUrl$2 as generateFileUploadUrl, index_d$2_getItem as getItem, importFile$2 as importFile, index_d$2_itemUploadCallback as itemUploadCallback, index_d$2_linkItemToCategories as linkItemToCategories, index_d$2_onEnterpriseItemCreated as onEnterpriseItemCreated, index_d$2_onEnterpriseItemItemCategoriesChanged as onEnterpriseItemItemCategoriesChanged, index_d$2_onEnterpriseItemPublishStatusChanged as onEnterpriseItemPublishStatusChanged, index_d$2_onEnterpriseItemUpdated as onEnterpriseItemUpdated, index_d$2_overwriteItemCategories as overwriteItemCategories, onEnterpriseItemCreated$1 as publicOnEnterpriseItemCreated, onEnterpriseItemItemCategoriesChanged$1 as publicOnEnterpriseItemItemCategoriesChanged, onEnterpriseItemPublishStatusChanged$1 as publicOnEnterpriseItemPublishStatusChanged, onEnterpriseItemUpdated$1 as publicOnEnterpriseItemUpdated, index_d$2_queryItems as queryItems, index_d$2_searchItems as searchItems, index_d$2_unlinkItemFromCategories as unlinkItemFromCategories, index_d$2_updateItem as updateItem };
|
|
1570
1534
|
}
|
|
1571
1535
|
|
|
1572
1536
|
interface FileDescriptor {
|
|
@@ -1925,6 +1889,16 @@ interface ExternalInfo {
|
|
|
1925
1889
|
interface FileFailed {
|
|
1926
1890
|
/** External information passed in the file import or upload. */
|
|
1927
1891
|
externalInfo?: ExternalInfo;
|
|
1892
|
+
/** Error information */
|
|
1893
|
+
error?: ApplicationError;
|
|
1894
|
+
}
|
|
1895
|
+
interface ApplicationError {
|
|
1896
|
+
/** Error code. */
|
|
1897
|
+
code?: string;
|
|
1898
|
+
/** Description of the error. */
|
|
1899
|
+
description?: string;
|
|
1900
|
+
/** Data related to the error. */
|
|
1901
|
+
data?: Record<string, any> | null;
|
|
1928
1902
|
}
|
|
1929
1903
|
interface GenerateFilesDownloadUrlRequest {
|
|
1930
1904
|
/**
|
|
@@ -2195,14 +2169,6 @@ interface ItemMetadata {
|
|
|
2195
2169
|
/** Details about the error in case of failure. */
|
|
2196
2170
|
error?: ApplicationError;
|
|
2197
2171
|
}
|
|
2198
|
-
interface ApplicationError {
|
|
2199
|
-
/** Error code. */
|
|
2200
|
-
code?: string;
|
|
2201
|
-
/** Description of the error. */
|
|
2202
|
-
description?: string;
|
|
2203
|
-
/** Data related to the error. */
|
|
2204
|
-
data?: Record<string, any> | null;
|
|
2205
|
-
}
|
|
2206
2172
|
interface BulkActionMetadata {
|
|
2207
2173
|
/** Number of items that were successfully processed. */
|
|
2208
2174
|
totalSuccesses?: number;
|
|
@@ -3246,42 +3212,24 @@ declare const onFileDescriptorDeleted$1: EventDefinition<FileDescriptorDeletedEn
|
|
|
3246
3212
|
declare const onFileDescriptorFileReady$1: EventDefinition<FileDescriptorFileReadyEnvelope, "wix.media.site_media.v1.file_descriptor_file_ready">;
|
|
3247
3213
|
declare const onFileDescriptorFileFailed$1: EventDefinition<FileDescriptorFileFailedEnvelope, "wix.media.site_media.v1.file_descriptor_file_failed">;
|
|
3248
3214
|
|
|
3249
|
-
declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
3250
|
-
|
|
3251
3215
|
declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
3252
3216
|
|
|
3253
|
-
|
|
3254
|
-
declare const
|
|
3255
|
-
|
|
3256
|
-
declare const
|
|
3257
|
-
|
|
3258
|
-
declare const
|
|
3259
|
-
|
|
3260
|
-
declare const
|
|
3261
|
-
|
|
3262
|
-
declare const
|
|
3263
|
-
|
|
3264
|
-
declare const
|
|
3265
|
-
|
|
3266
|
-
declare const
|
|
3267
|
-
|
|
3268
|
-
declare const
|
|
3269
|
-
type _publicBulkImportFilesType = typeof bulkImportFiles$1;
|
|
3270
|
-
declare const bulkImportFiles: ReturnType<typeof createRESTModule$1<_publicBulkImportFilesType>>;
|
|
3271
|
-
type _publicBulkImportFileType = typeof bulkImportFile$1;
|
|
3272
|
-
declare const bulkImportFile: ReturnType<typeof createRESTModule$1<_publicBulkImportFileType>>;
|
|
3273
|
-
type _publicListFilesType = typeof listFiles$1;
|
|
3274
|
-
declare const listFiles: ReturnType<typeof createRESTModule$1<_publicListFilesType>>;
|
|
3275
|
-
type _publicSearchFilesType = typeof searchFiles$1;
|
|
3276
|
-
declare const searchFiles: ReturnType<typeof createRESTModule$1<_publicSearchFilesType>>;
|
|
3277
|
-
type _publicGenerateVideoStreamingUrlType = typeof generateVideoStreamingUrl$1;
|
|
3278
|
-
declare const generateVideoStreamingUrl: ReturnType<typeof createRESTModule$1<_publicGenerateVideoStreamingUrlType>>;
|
|
3279
|
-
type _publicBulkDeleteFilesType = typeof bulkDeleteFiles$1;
|
|
3280
|
-
declare const bulkDeleteFiles: ReturnType<typeof createRESTModule$1<_publicBulkDeleteFilesType>>;
|
|
3281
|
-
type _publicBulkRestoreFilesFromTrashBinType = typeof bulkRestoreFilesFromTrashBin$1;
|
|
3282
|
-
declare const bulkRestoreFilesFromTrashBin: ReturnType<typeof createRESTModule$1<_publicBulkRestoreFilesFromTrashBinType>>;
|
|
3283
|
-
type _publicListDeletedFilesType = typeof listDeletedFiles$1;
|
|
3284
|
-
declare const listDeletedFiles: ReturnType<typeof createRESTModule$1<_publicListDeletedFilesType>>;
|
|
3217
|
+
declare const generateFilesDownloadUrl: BuildRESTFunction<typeof generateFilesDownloadUrl$1> & typeof generateFilesDownloadUrl$1;
|
|
3218
|
+
declare const generateFileDownloadUrl: BuildRESTFunction<typeof generateFileDownloadUrl$1> & typeof generateFileDownloadUrl$1;
|
|
3219
|
+
declare const getFileDescriptor: BuildRESTFunction<typeof getFileDescriptor$1> & typeof getFileDescriptor$1;
|
|
3220
|
+
declare const getFileDescriptors: BuildRESTFunction<typeof getFileDescriptors$1> & typeof getFileDescriptors$1;
|
|
3221
|
+
declare const updateFileDescriptor: BuildRESTFunction<typeof updateFileDescriptor$1> & typeof updateFileDescriptor$1;
|
|
3222
|
+
declare const generateFileUploadUrl: BuildRESTFunction<typeof generateFileUploadUrl$1> & typeof generateFileUploadUrl$1;
|
|
3223
|
+
declare const generateFileResumableUploadUrl: BuildRESTFunction<typeof generateFileResumableUploadUrl$1> & typeof generateFileResumableUploadUrl$1;
|
|
3224
|
+
declare const importFile: BuildRESTFunction<typeof importFile$1> & typeof importFile$1;
|
|
3225
|
+
declare const bulkImportFiles: BuildRESTFunction<typeof bulkImportFiles$1> & typeof bulkImportFiles$1;
|
|
3226
|
+
declare const bulkImportFile: BuildRESTFunction<typeof bulkImportFile$1> & typeof bulkImportFile$1;
|
|
3227
|
+
declare const listFiles: BuildRESTFunction<typeof listFiles$1> & typeof listFiles$1;
|
|
3228
|
+
declare const searchFiles: BuildRESTFunction<typeof searchFiles$1> & typeof searchFiles$1;
|
|
3229
|
+
declare const generateVideoStreamingUrl: BuildRESTFunction<typeof generateVideoStreamingUrl$1> & typeof generateVideoStreamingUrl$1;
|
|
3230
|
+
declare const bulkDeleteFiles: BuildRESTFunction<typeof bulkDeleteFiles$1> & typeof bulkDeleteFiles$1;
|
|
3231
|
+
declare const bulkRestoreFilesFromTrashBin: BuildRESTFunction<typeof bulkRestoreFilesFromTrashBin$1> & typeof bulkRestoreFilesFromTrashBin$1;
|
|
3232
|
+
declare const listDeletedFiles: BuildRESTFunction<typeof listDeletedFiles$1> & typeof listDeletedFiles$1;
|
|
3285
3233
|
|
|
3286
3234
|
type _publicOnFileDescriptorUpdatedType = typeof onFileDescriptorUpdated$1;
|
|
3287
3235
|
/** */
|
|
@@ -3398,26 +3346,10 @@ type index_d$1_UpdateFileResponse = UpdateFileResponse;
|
|
|
3398
3346
|
type index_d$1_UploadProtocol = UploadProtocol;
|
|
3399
3347
|
declare const index_d$1_UploadProtocol: typeof UploadProtocol;
|
|
3400
3348
|
type index_d$1_VideoResolution = VideoResolution;
|
|
3401
|
-
type index_d$1__publicBulkDeleteFilesType = _publicBulkDeleteFilesType;
|
|
3402
|
-
type index_d$1__publicBulkImportFileType = _publicBulkImportFileType;
|
|
3403
|
-
type index_d$1__publicBulkImportFilesType = _publicBulkImportFilesType;
|
|
3404
|
-
type index_d$1__publicBulkRestoreFilesFromTrashBinType = _publicBulkRestoreFilesFromTrashBinType;
|
|
3405
|
-
type index_d$1__publicGenerateFileDownloadUrlType = _publicGenerateFileDownloadUrlType;
|
|
3406
|
-
type index_d$1__publicGenerateFileResumableUploadUrlType = _publicGenerateFileResumableUploadUrlType;
|
|
3407
|
-
type index_d$1__publicGenerateFileUploadUrlType = _publicGenerateFileUploadUrlType;
|
|
3408
|
-
type index_d$1__publicGenerateFilesDownloadUrlType = _publicGenerateFilesDownloadUrlType;
|
|
3409
|
-
type index_d$1__publicGenerateVideoStreamingUrlType = _publicGenerateVideoStreamingUrlType;
|
|
3410
|
-
type index_d$1__publicGetFileDescriptorType = _publicGetFileDescriptorType;
|
|
3411
|
-
type index_d$1__publicGetFileDescriptorsType = _publicGetFileDescriptorsType;
|
|
3412
|
-
type index_d$1__publicImportFileType = _publicImportFileType;
|
|
3413
|
-
type index_d$1__publicListDeletedFilesType = _publicListDeletedFilesType;
|
|
3414
|
-
type index_d$1__publicListFilesType = _publicListFilesType;
|
|
3415
3349
|
type index_d$1__publicOnFileDescriptorDeletedType = _publicOnFileDescriptorDeletedType;
|
|
3416
3350
|
type index_d$1__publicOnFileDescriptorFileFailedType = _publicOnFileDescriptorFileFailedType;
|
|
3417
3351
|
type index_d$1__publicOnFileDescriptorFileReadyType = _publicOnFileDescriptorFileReadyType;
|
|
3418
3352
|
type index_d$1__publicOnFileDescriptorUpdatedType = _publicOnFileDescriptorUpdatedType;
|
|
3419
|
-
type index_d$1__publicSearchFilesType = _publicSearchFilesType;
|
|
3420
|
-
type index_d$1__publicUpdateFileDescriptorType = _publicUpdateFileDescriptorType;
|
|
3421
3353
|
declare const index_d$1_bulkDeleteFiles: typeof bulkDeleteFiles;
|
|
3422
3354
|
declare const index_d$1_bulkImportFile: typeof bulkImportFile;
|
|
3423
3355
|
declare const index_d$1_bulkImportFiles: typeof bulkImportFiles;
|
|
@@ -3439,7 +3371,7 @@ declare const index_d$1_onFileDescriptorUpdated: typeof onFileDescriptorUpdated;
|
|
|
3439
3371
|
declare const index_d$1_searchFiles: typeof searchFiles;
|
|
3440
3372
|
declare const index_d$1_updateFileDescriptor: typeof updateFileDescriptor;
|
|
3441
3373
|
declare namespace index_d$1 {
|
|
3442
|
-
export { type ActionEvent$1 as ActionEvent, type index_d$1_ApplicationError as ApplicationError, type index_d$1_Archive as Archive, type index_d$1_AudioV2 as AudioV2, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$1_BulkActionMetadata as BulkActionMetadata, type index_d$1_BulkDeleteFilesOptions as BulkDeleteFilesOptions, type index_d$1_BulkDeleteFilesRequest as BulkDeleteFilesRequest, type index_d$1_BulkDeleteFilesResponse as BulkDeleteFilesResponse, type index_d$1_BulkImportFileOptions as BulkImportFileOptions, type index_d$1_BulkImportFileRequest as BulkImportFileRequest, type index_d$1_BulkImportFileResponse as BulkImportFileResponse, type index_d$1_BulkImportFileResponseNonNullableFields as BulkImportFileResponseNonNullableFields, type index_d$1_BulkImportFileResult as BulkImportFileResult, type index_d$1_BulkImportFilesRequest as BulkImportFilesRequest, type index_d$1_BulkImportFilesResponse as BulkImportFilesResponse, type index_d$1_BulkImportFilesResponseNonNullableFields as BulkImportFilesResponseNonNullableFields, type index_d$1_BulkRestoreFilesFromTrashBinRequest as BulkRestoreFilesFromTrashBinRequest, type index_d$1_BulkRestoreFilesFromTrashBinResponse as BulkRestoreFilesFromTrashBinResponse, type index_d$1_Color as Color, type index_d$1_ColorRGB as ColorRGB, type index_d$1_Colors as Colors, index_d$1_ContentDisposition as ContentDisposition, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type index_d$1_DownloadUrl as DownloadUrl, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type index_d$1_ExternalInfo as ExternalInfo, type index_d$1_FaceRecognition as FaceRecognition, type index_d$1_FileDescriptor as FileDescriptor, type index_d$1_FileDescriptorDeletedEnvelope as FileDescriptorDeletedEnvelope, type index_d$1_FileDescriptorFileFailedEnvelope as FileDescriptorFileFailedEnvelope, type index_d$1_FileDescriptorFileReadyEnvelope as FileDescriptorFileReadyEnvelope, type index_d$1_FileDescriptorNonNullableFields as FileDescriptorNonNullableFields, type index_d$1_FileDescriptorUpdatedEnvelope as FileDescriptorUpdatedEnvelope, type index_d$1_FileFailed as FileFailed, type index_d$1_FileMedia as FileMedia, type index_d$1_FileMediaMediaOneOf as FileMediaMediaOneOf, type index_d$1_FileReady as FileReady, type index_d$1_GenerateFileDownloadUrlOptions as GenerateFileDownloadUrlOptions, type index_d$1_GenerateFileDownloadUrlRequest as GenerateFileDownloadUrlRequest, type index_d$1_GenerateFileDownloadUrlResponse as GenerateFileDownloadUrlResponse, type index_d$1_GenerateFileDownloadUrlResponseNonNullableFields as GenerateFileDownloadUrlResponseNonNullableFields, type index_d$1_GenerateFileResumableUploadUrlOptions as GenerateFileResumableUploadUrlOptions, type index_d$1_GenerateFileResumableUploadUrlRequest as GenerateFileResumableUploadUrlRequest, type index_d$1_GenerateFileResumableUploadUrlResponse as GenerateFileResumableUploadUrlResponse, type index_d$1_GenerateFileResumableUploadUrlResponseNonNullableFields as GenerateFileResumableUploadUrlResponseNonNullableFields, type index_d$1_GenerateFileUploadUrlOptions as GenerateFileUploadUrlOptions, type index_d$1_GenerateFileUploadUrlRequest as GenerateFileUploadUrlRequest, type index_d$1_GenerateFileUploadUrlResponse as GenerateFileUploadUrlResponse, type index_d$1_GenerateFileUploadUrlResponseNonNullableFields as GenerateFileUploadUrlResponseNonNullableFields, type index_d$1_GenerateFilesDownloadUrlRequest as GenerateFilesDownloadUrlRequest, type index_d$1_GenerateFilesDownloadUrlResponse as GenerateFilesDownloadUrlResponse, type index_d$1_GenerateFilesDownloadUrlResponseNonNullableFields as GenerateFilesDownloadUrlResponseNonNullableFields, type index_d$1_GenerateVideoStreamingUrlOptions as GenerateVideoStreamingUrlOptions, type index_d$1_GenerateVideoStreamingUrlRequest as GenerateVideoStreamingUrlRequest, type index_d$1_GenerateVideoStreamingUrlResponse as GenerateVideoStreamingUrlResponse, type index_d$1_GenerateVideoStreamingUrlResponseNonNullableFields as GenerateVideoStreamingUrlResponseNonNullableFields, type index_d$1_GenerateWebSocketTokenRequest as GenerateWebSocketTokenRequest, type index_d$1_GenerateWebSocketTokenResponse as GenerateWebSocketTokenResponse, type index_d$1_GetFileDescriptorRequest as GetFileDescriptorRequest, type index_d$1_GetFileDescriptorResponse as GetFileDescriptorResponse, type index_d$1_GetFileDescriptorResponseNonNullableFields as GetFileDescriptorResponseNonNullableFields, type index_d$1_GetFileDescriptorsRequest as GetFileDescriptorsRequest, type index_d$1_GetFileDescriptorsResponse as GetFileDescriptorsResponse, type index_d$1_GetFileDescriptorsResponseNonNullableFields as GetFileDescriptorsResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$1_IdentityInfo as IdentityInfo, index_d$1_IdentityType as IdentityType, type index_d$1_ImageMedia as ImageMedia, type index_d$1_ImportFileOptions as ImportFileOptions, type index_d$1_ImportFileRequest as ImportFileRequest, type index_d$1_ImportFileResponse as ImportFileResponse, type index_d$1_ImportFileResponseNonNullableFields as ImportFileResponseNonNullableFields, type index_d$1_ItemMetadata as ItemMetadata, type index_d$1_ListDeletedFilesOptions as ListDeletedFilesOptions, type index_d$1_ListDeletedFilesRequest as ListDeletedFilesRequest, type index_d$1_ListDeletedFilesResponse as ListDeletedFilesResponse, type index_d$1_ListDeletedFilesResponseNonNullableFields as ListDeletedFilesResponseNonNullableFields, type index_d$1_ListFilesOptions as ListFilesOptions, type index_d$1_ListFilesRequest as ListFilesRequest, type index_d$1_ListFilesResponse as ListFilesResponse, type index_d$1_ListFilesResponseNonNullableFields as ListFilesResponseNonNullableFields, index_d$1_MediaType as MediaType, type MessageEnvelope$1 as MessageEnvelope, type index_d$1_Model3D as Model3D, Namespace$1 as Namespace, index_d$1_OperationStatus as OperationStatus, type index_d$1_OtherMedia as OtherMedia, type PagingMetadataV2$1 as PagingMetadataV2, type RestoreInfo$1 as RestoreInfo, RootFolder$1 as RootFolder, type index_d$1_SearchFilesOptions as SearchFilesOptions, type index_d$1_SearchFilesRequest as SearchFilesRequest, type index_d$1_SearchFilesResponse as SearchFilesResponse, type index_d$1_SearchFilesResponseNonNullableFields as SearchFilesResponseNonNullableFields, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, index_d$1_StreamFormat as StreamFormat, type index_d$1_UpdateFileDescriptorRequest as UpdateFileDescriptorRequest, type index_d$1_UpdateFileDescriptorResponse as UpdateFileDescriptorResponse, type index_d$1_UpdateFileDescriptorResponseNonNullableFields as UpdateFileDescriptorResponseNonNullableFields, type index_d$1_UpdateFileRequest as UpdateFileRequest, type index_d$1_UpdateFileResponse as UpdateFileResponse, index_d$1_UploadProtocol as UploadProtocol, type index_d$1_VideoResolution as VideoResolution, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__publicBulkDeleteFilesType as _publicBulkDeleteFilesType, type index_d$1__publicBulkImportFileType as _publicBulkImportFileType, type index_d$1__publicBulkImportFilesType as _publicBulkImportFilesType, type index_d$1__publicBulkRestoreFilesFromTrashBinType as _publicBulkRestoreFilesFromTrashBinType, type index_d$1__publicGenerateFileDownloadUrlType as _publicGenerateFileDownloadUrlType, type index_d$1__publicGenerateFileResumableUploadUrlType as _publicGenerateFileResumableUploadUrlType, type index_d$1__publicGenerateFileUploadUrlType as _publicGenerateFileUploadUrlType, type index_d$1__publicGenerateFilesDownloadUrlType as _publicGenerateFilesDownloadUrlType, type index_d$1__publicGenerateVideoStreamingUrlType as _publicGenerateVideoStreamingUrlType, type index_d$1__publicGetFileDescriptorType as _publicGetFileDescriptorType, type index_d$1__publicGetFileDescriptorsType as _publicGetFileDescriptorsType, type index_d$1__publicImportFileType as _publicImportFileType, type index_d$1__publicListDeletedFilesType as _publicListDeletedFilesType, type index_d$1__publicListFilesType as _publicListFilesType, type index_d$1__publicOnFileDescriptorDeletedType as _publicOnFileDescriptorDeletedType, type index_d$1__publicOnFileDescriptorFileFailedType as _publicOnFileDescriptorFileFailedType, type index_d$1__publicOnFileDescriptorFileReadyType as _publicOnFileDescriptorFileReadyType, type index_d$1__publicOnFileDescriptorUpdatedType as _publicOnFileDescriptorUpdatedType, type index_d$1__publicSearchFilesType as _publicSearchFilesType, type index_d$1__publicUpdateFileDescriptorType as _publicUpdateFileDescriptorType, index_d$1_bulkDeleteFiles as bulkDeleteFiles, index_d$1_bulkImportFile as bulkImportFile, index_d$1_bulkImportFiles as bulkImportFiles, index_d$1_bulkRestoreFilesFromTrashBin as bulkRestoreFilesFromTrashBin, index_d$1_generateFileDownloadUrl as generateFileDownloadUrl, index_d$1_generateFileResumableUploadUrl as generateFileResumableUploadUrl, index_d$1_generateFileUploadUrl as generateFileUploadUrl, index_d$1_generateFilesDownloadUrl as generateFilesDownloadUrl, index_d$1_generateVideoStreamingUrl as generateVideoStreamingUrl, index_d$1_getFileDescriptor as getFileDescriptor, index_d$1_getFileDescriptors as getFileDescriptors, index_d$1_importFile as importFile, index_d$1_listDeletedFiles as listDeletedFiles, index_d$1_listFiles as listFiles, index_d$1_onFileDescriptorDeleted as onFileDescriptorDeleted, index_d$1_onFileDescriptorFileFailed as onFileDescriptorFileFailed, index_d$1_onFileDescriptorFileReady as onFileDescriptorFileReady, index_d$1_onFileDescriptorUpdated as onFileDescriptorUpdated, onFileDescriptorDeleted$1 as publicOnFileDescriptorDeleted, onFileDescriptorFileFailed$1 as publicOnFileDescriptorFileFailed, onFileDescriptorFileReady$1 as publicOnFileDescriptorFileReady, onFileDescriptorUpdated$1 as publicOnFileDescriptorUpdated, index_d$1_searchFiles as searchFiles, index_d$1_updateFileDescriptor as updateFileDescriptor };
|
|
3374
|
+
export { type ActionEvent$1 as ActionEvent, type index_d$1_ApplicationError as ApplicationError, type index_d$1_Archive as Archive, type index_d$1_AudioV2 as AudioV2, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$1_BulkActionMetadata as BulkActionMetadata, type index_d$1_BulkDeleteFilesOptions as BulkDeleteFilesOptions, type index_d$1_BulkDeleteFilesRequest as BulkDeleteFilesRequest, type index_d$1_BulkDeleteFilesResponse as BulkDeleteFilesResponse, type index_d$1_BulkImportFileOptions as BulkImportFileOptions, type index_d$1_BulkImportFileRequest as BulkImportFileRequest, type index_d$1_BulkImportFileResponse as BulkImportFileResponse, type index_d$1_BulkImportFileResponseNonNullableFields as BulkImportFileResponseNonNullableFields, type index_d$1_BulkImportFileResult as BulkImportFileResult, type index_d$1_BulkImportFilesRequest as BulkImportFilesRequest, type index_d$1_BulkImportFilesResponse as BulkImportFilesResponse, type index_d$1_BulkImportFilesResponseNonNullableFields as BulkImportFilesResponseNonNullableFields, type index_d$1_BulkRestoreFilesFromTrashBinRequest as BulkRestoreFilesFromTrashBinRequest, type index_d$1_BulkRestoreFilesFromTrashBinResponse as BulkRestoreFilesFromTrashBinResponse, type index_d$1_Color as Color, type index_d$1_ColorRGB as ColorRGB, type index_d$1_Colors as Colors, index_d$1_ContentDisposition as ContentDisposition, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type index_d$1_DownloadUrl as DownloadUrl, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type index_d$1_ExternalInfo as ExternalInfo, type index_d$1_FaceRecognition as FaceRecognition, type index_d$1_FileDescriptor as FileDescriptor, type index_d$1_FileDescriptorDeletedEnvelope as FileDescriptorDeletedEnvelope, type index_d$1_FileDescriptorFileFailedEnvelope as FileDescriptorFileFailedEnvelope, type index_d$1_FileDescriptorFileReadyEnvelope as FileDescriptorFileReadyEnvelope, type index_d$1_FileDescriptorNonNullableFields as FileDescriptorNonNullableFields, type index_d$1_FileDescriptorUpdatedEnvelope as FileDescriptorUpdatedEnvelope, type index_d$1_FileFailed as FileFailed, type index_d$1_FileMedia as FileMedia, type index_d$1_FileMediaMediaOneOf as FileMediaMediaOneOf, type index_d$1_FileReady as FileReady, type index_d$1_GenerateFileDownloadUrlOptions as GenerateFileDownloadUrlOptions, type index_d$1_GenerateFileDownloadUrlRequest as GenerateFileDownloadUrlRequest, type index_d$1_GenerateFileDownloadUrlResponse as GenerateFileDownloadUrlResponse, type index_d$1_GenerateFileDownloadUrlResponseNonNullableFields as GenerateFileDownloadUrlResponseNonNullableFields, type index_d$1_GenerateFileResumableUploadUrlOptions as GenerateFileResumableUploadUrlOptions, type index_d$1_GenerateFileResumableUploadUrlRequest as GenerateFileResumableUploadUrlRequest, type index_d$1_GenerateFileResumableUploadUrlResponse as GenerateFileResumableUploadUrlResponse, type index_d$1_GenerateFileResumableUploadUrlResponseNonNullableFields as GenerateFileResumableUploadUrlResponseNonNullableFields, type index_d$1_GenerateFileUploadUrlOptions as GenerateFileUploadUrlOptions, type index_d$1_GenerateFileUploadUrlRequest as GenerateFileUploadUrlRequest, type index_d$1_GenerateFileUploadUrlResponse as GenerateFileUploadUrlResponse, type index_d$1_GenerateFileUploadUrlResponseNonNullableFields as GenerateFileUploadUrlResponseNonNullableFields, type index_d$1_GenerateFilesDownloadUrlRequest as GenerateFilesDownloadUrlRequest, type index_d$1_GenerateFilesDownloadUrlResponse as GenerateFilesDownloadUrlResponse, type index_d$1_GenerateFilesDownloadUrlResponseNonNullableFields as GenerateFilesDownloadUrlResponseNonNullableFields, type index_d$1_GenerateVideoStreamingUrlOptions as GenerateVideoStreamingUrlOptions, type index_d$1_GenerateVideoStreamingUrlRequest as GenerateVideoStreamingUrlRequest, type index_d$1_GenerateVideoStreamingUrlResponse as GenerateVideoStreamingUrlResponse, type index_d$1_GenerateVideoStreamingUrlResponseNonNullableFields as GenerateVideoStreamingUrlResponseNonNullableFields, type index_d$1_GenerateWebSocketTokenRequest as GenerateWebSocketTokenRequest, type index_d$1_GenerateWebSocketTokenResponse as GenerateWebSocketTokenResponse, type index_d$1_GetFileDescriptorRequest as GetFileDescriptorRequest, type index_d$1_GetFileDescriptorResponse as GetFileDescriptorResponse, type index_d$1_GetFileDescriptorResponseNonNullableFields as GetFileDescriptorResponseNonNullableFields, type index_d$1_GetFileDescriptorsRequest as GetFileDescriptorsRequest, type index_d$1_GetFileDescriptorsResponse as GetFileDescriptorsResponse, type index_d$1_GetFileDescriptorsResponseNonNullableFields as GetFileDescriptorsResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$1_IdentityInfo as IdentityInfo, index_d$1_IdentityType as IdentityType, type index_d$1_ImageMedia as ImageMedia, type index_d$1_ImportFileOptions as ImportFileOptions, type index_d$1_ImportFileRequest as ImportFileRequest, type index_d$1_ImportFileResponse as ImportFileResponse, type index_d$1_ImportFileResponseNonNullableFields as ImportFileResponseNonNullableFields, type index_d$1_ItemMetadata as ItemMetadata, type index_d$1_ListDeletedFilesOptions as ListDeletedFilesOptions, type index_d$1_ListDeletedFilesRequest as ListDeletedFilesRequest, type index_d$1_ListDeletedFilesResponse as ListDeletedFilesResponse, type index_d$1_ListDeletedFilesResponseNonNullableFields as ListDeletedFilesResponseNonNullableFields, type index_d$1_ListFilesOptions as ListFilesOptions, type index_d$1_ListFilesRequest as ListFilesRequest, type index_d$1_ListFilesResponse as ListFilesResponse, type index_d$1_ListFilesResponseNonNullableFields as ListFilesResponseNonNullableFields, index_d$1_MediaType as MediaType, type MessageEnvelope$1 as MessageEnvelope, type index_d$1_Model3D as Model3D, Namespace$1 as Namespace, index_d$1_OperationStatus as OperationStatus, type index_d$1_OtherMedia as OtherMedia, type PagingMetadataV2$1 as PagingMetadataV2, type RestoreInfo$1 as RestoreInfo, RootFolder$1 as RootFolder, type index_d$1_SearchFilesOptions as SearchFilesOptions, type index_d$1_SearchFilesRequest as SearchFilesRequest, type index_d$1_SearchFilesResponse as SearchFilesResponse, type index_d$1_SearchFilesResponseNonNullableFields as SearchFilesResponseNonNullableFields, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, index_d$1_StreamFormat as StreamFormat, type index_d$1_UpdateFileDescriptorRequest as UpdateFileDescriptorRequest, type index_d$1_UpdateFileDescriptorResponse as UpdateFileDescriptorResponse, type index_d$1_UpdateFileDescriptorResponseNonNullableFields as UpdateFileDescriptorResponseNonNullableFields, type index_d$1_UpdateFileRequest as UpdateFileRequest, type index_d$1_UpdateFileResponse as UpdateFileResponse, index_d$1_UploadProtocol as UploadProtocol, type index_d$1_VideoResolution as VideoResolution, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__publicOnFileDescriptorDeletedType as _publicOnFileDescriptorDeletedType, type index_d$1__publicOnFileDescriptorFileFailedType as _publicOnFileDescriptorFileFailedType, type index_d$1__publicOnFileDescriptorFileReadyType as _publicOnFileDescriptorFileReadyType, type index_d$1__publicOnFileDescriptorUpdatedType as _publicOnFileDescriptorUpdatedType, index_d$1_bulkDeleteFiles as bulkDeleteFiles, index_d$1_bulkImportFile as bulkImportFile, index_d$1_bulkImportFiles as bulkImportFiles, index_d$1_bulkRestoreFilesFromTrashBin as bulkRestoreFilesFromTrashBin, index_d$1_generateFileDownloadUrl as generateFileDownloadUrl, index_d$1_generateFileResumableUploadUrl as generateFileResumableUploadUrl, index_d$1_generateFileUploadUrl as generateFileUploadUrl, index_d$1_generateFilesDownloadUrl as generateFilesDownloadUrl, index_d$1_generateVideoStreamingUrl as generateVideoStreamingUrl, index_d$1_getFileDescriptor as getFileDescriptor, index_d$1_getFileDescriptors as getFileDescriptors, index_d$1_importFile as importFile, index_d$1_listDeletedFiles as listDeletedFiles, index_d$1_listFiles as listFiles, index_d$1_onFileDescriptorDeleted as onFileDescriptorDeleted, index_d$1_onFileDescriptorFileFailed as onFileDescriptorFileFailed, index_d$1_onFileDescriptorFileReady as onFileDescriptorFileReady, index_d$1_onFileDescriptorUpdated as onFileDescriptorUpdated, onFileDescriptorDeleted$1 as publicOnFileDescriptorDeleted, onFileDescriptorFileFailed$1 as publicOnFileDescriptorFileFailed, onFileDescriptorFileReady$1 as publicOnFileDescriptorFileReady, onFileDescriptorUpdated$1 as publicOnFileDescriptorUpdated, index_d$1_searchFiles as searchFiles, index_d$1_updateFileDescriptor as updateFileDescriptor };
|
|
3443
3375
|
}
|
|
3444
3376
|
|
|
3445
3377
|
interface Folder {
|
|
@@ -4064,28 +3996,17 @@ declare const onFolderCreated$1: EventDefinition<FolderCreatedEnvelope, "wix.med
|
|
|
4064
3996
|
declare const onFolderUpdated$1: EventDefinition<FolderUpdatedEnvelope, "wix.media.site_media.v1.folder_updated">;
|
|
4065
3997
|
declare const onFolderDeleted$1: EventDefinition<FolderDeletedEnvelope, "wix.media.site_media.v1.folder_deleted">;
|
|
4066
3998
|
|
|
4067
|
-
declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
4068
|
-
|
|
4069
3999
|
declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
4070
4000
|
|
|
4071
|
-
|
|
4072
|
-
declare const
|
|
4073
|
-
|
|
4074
|
-
declare const
|
|
4075
|
-
|
|
4076
|
-
declare const
|
|
4077
|
-
|
|
4078
|
-
declare const
|
|
4079
|
-
|
|
4080
|
-
declare const updateFolder: ReturnType<typeof createRESTModule<_publicUpdateFolderType>>;
|
|
4081
|
-
type _publicGenerateFolderDownloadUrlType = typeof generateFolderDownloadUrl$1;
|
|
4082
|
-
declare const generateFolderDownloadUrl: ReturnType<typeof createRESTModule<_publicGenerateFolderDownloadUrlType>>;
|
|
4083
|
-
type _publicBulkDeleteFoldersType = typeof bulkDeleteFolders$1;
|
|
4084
|
-
declare const bulkDeleteFolders: ReturnType<typeof createRESTModule<_publicBulkDeleteFoldersType>>;
|
|
4085
|
-
type _publicBulkRestoreFoldersFromTrashBinType = typeof bulkRestoreFoldersFromTrashBin$1;
|
|
4086
|
-
declare const bulkRestoreFoldersFromTrashBin: ReturnType<typeof createRESTModule<_publicBulkRestoreFoldersFromTrashBinType>>;
|
|
4087
|
-
type _publicListDeletedFoldersType = typeof listDeletedFolders$1;
|
|
4088
|
-
declare const listDeletedFolders: ReturnType<typeof createRESTModule<_publicListDeletedFoldersType>>;
|
|
4001
|
+
declare const createFolder: BuildRESTFunction<typeof createFolder$1> & typeof createFolder$1;
|
|
4002
|
+
declare const getFolder: BuildRESTFunction<typeof getFolder$1> & typeof getFolder$1;
|
|
4003
|
+
declare const listFolders: BuildRESTFunction<typeof listFolders$1> & typeof listFolders$1;
|
|
4004
|
+
declare const searchFolders: BuildRESTFunction<typeof searchFolders$1> & typeof searchFolders$1;
|
|
4005
|
+
declare const updateFolder: BuildRESTFunction<typeof updateFolder$1> & typeof updateFolder$1;
|
|
4006
|
+
declare const generateFolderDownloadUrl: BuildRESTFunction<typeof generateFolderDownloadUrl$1> & typeof generateFolderDownloadUrl$1;
|
|
4007
|
+
declare const bulkDeleteFolders: BuildRESTFunction<typeof bulkDeleteFolders$1> & typeof bulkDeleteFolders$1;
|
|
4008
|
+
declare const bulkRestoreFoldersFromTrashBin: BuildRESTFunction<typeof bulkRestoreFoldersFromTrashBin$1> & typeof bulkRestoreFoldersFromTrashBin$1;
|
|
4009
|
+
declare const listDeletedFolders: BuildRESTFunction<typeof listDeletedFolders$1> & typeof listDeletedFolders$1;
|
|
4089
4010
|
|
|
4090
4011
|
type _publicOnFolderCreatedType = typeof onFolderCreated$1;
|
|
4091
4012
|
/** */
|
|
@@ -4161,18 +4082,9 @@ type index_d_UpdateFolderResponse = UpdateFolderResponse;
|
|
|
4161
4082
|
type index_d_UpdateFolderResponseNonNullableFields = UpdateFolderResponseNonNullableFields;
|
|
4162
4083
|
type index_d_WebhookIdentityType = WebhookIdentityType;
|
|
4163
4084
|
declare const index_d_WebhookIdentityType: typeof WebhookIdentityType;
|
|
4164
|
-
type index_d__publicBulkDeleteFoldersType = _publicBulkDeleteFoldersType;
|
|
4165
|
-
type index_d__publicBulkRestoreFoldersFromTrashBinType = _publicBulkRestoreFoldersFromTrashBinType;
|
|
4166
|
-
type index_d__publicCreateFolderType = _publicCreateFolderType;
|
|
4167
|
-
type index_d__publicGenerateFolderDownloadUrlType = _publicGenerateFolderDownloadUrlType;
|
|
4168
|
-
type index_d__publicGetFolderType = _publicGetFolderType;
|
|
4169
|
-
type index_d__publicListDeletedFoldersType = _publicListDeletedFoldersType;
|
|
4170
|
-
type index_d__publicListFoldersType = _publicListFoldersType;
|
|
4171
4085
|
type index_d__publicOnFolderCreatedType = _publicOnFolderCreatedType;
|
|
4172
4086
|
type index_d__publicOnFolderDeletedType = _publicOnFolderDeletedType;
|
|
4173
4087
|
type index_d__publicOnFolderUpdatedType = _publicOnFolderUpdatedType;
|
|
4174
|
-
type index_d__publicSearchFoldersType = _publicSearchFoldersType;
|
|
4175
|
-
type index_d__publicUpdateFolderType = _publicUpdateFolderType;
|
|
4176
4088
|
declare const index_d_bulkDeleteFolders: typeof bulkDeleteFolders;
|
|
4177
4089
|
declare const index_d_bulkRestoreFoldersFromTrashBin: typeof bulkRestoreFoldersFromTrashBin;
|
|
4178
4090
|
declare const index_d_createFolder: typeof createFolder;
|
|
@@ -4186,7 +4098,7 @@ declare const index_d_onFolderUpdated: typeof onFolderUpdated;
|
|
|
4186
4098
|
declare const index_d_searchFolders: typeof searchFolders;
|
|
4187
4099
|
declare const index_d_updateFolder: typeof updateFolder;
|
|
4188
4100
|
declare namespace index_d {
|
|
4189
|
-
export { type index_d_ActionEvent as ActionEvent, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkDeleteFoldersOptions as BulkDeleteFoldersOptions, type index_d_BulkDeleteFoldersRequest as BulkDeleteFoldersRequest, type index_d_BulkDeleteFoldersResponse as BulkDeleteFoldersResponse, type index_d_BulkRestoreFoldersFromTrashBinRequest as BulkRestoreFoldersFromTrashBinRequest, type index_d_BulkRestoreFoldersFromTrashBinResponse as BulkRestoreFoldersFromTrashBinResponse, type index_d_CreateFolderOptions as CreateFolderOptions, type index_d_CreateFolderRequest as CreateFolderRequest, type index_d_CreateFolderResponse as CreateFolderResponse, type index_d_CreateFolderResponseNonNullableFields as CreateFolderResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_Folder as Folder, type index_d_FolderCreatedEnvelope as FolderCreatedEnvelope, type index_d_FolderDeletedEnvelope as FolderDeletedEnvelope, type index_d_FolderNonNullableFields as FolderNonNullableFields, type index_d_FolderUpdatedEnvelope as FolderUpdatedEnvelope, type index_d_GenerateFolderDownloadUrlRequest as GenerateFolderDownloadUrlRequest, type index_d_GenerateFolderDownloadUrlResponse as GenerateFolderDownloadUrlResponse, type index_d_GenerateFolderDownloadUrlResponseNonNullableFields as GenerateFolderDownloadUrlResponseNonNullableFields, type index_d_GetFolderRequest as GetFolderRequest, type index_d_GetFolderResponse as GetFolderResponse, type index_d_GetFolderResponseNonNullableFields as GetFolderResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_ListDeletedFoldersOptions as ListDeletedFoldersOptions, type index_d_ListDeletedFoldersRequest as ListDeletedFoldersRequest, type index_d_ListDeletedFoldersResponse as ListDeletedFoldersResponse, type index_d_ListDeletedFoldersResponseNonNullableFields as ListDeletedFoldersResponseNonNullableFields, type index_d_ListFoldersOptions as ListFoldersOptions, type index_d_ListFoldersRequest as ListFoldersRequest, type index_d_ListFoldersResponse as ListFoldersResponse, type index_d_ListFoldersResponseNonNullableFields as ListFoldersResponseNonNullableFields, type index_d_MessageEnvelope as MessageEnvelope, index_d_Namespace as Namespace, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_RestoreInfo as RestoreInfo, index_d_RootFolder as RootFolder, type index_d_SearchFoldersOptions as SearchFoldersOptions, type index_d_SearchFoldersRequest as SearchFoldersRequest, type index_d_SearchFoldersResponse as SearchFoldersResponse, type index_d_SearchFoldersResponseNonNullableFields as SearchFoldersResponseNonNullableFields, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_State as State, type index_d_UpdateFolder as UpdateFolder, type index_d_UpdateFolderRequest as UpdateFolderRequest, type index_d_UpdateFolderResponse as UpdateFolderResponse, type index_d_UpdateFolderResponseNonNullableFields as UpdateFolderResponseNonNullableFields, index_d_WebhookIdentityType as WebhookIdentityType, type
|
|
4101
|
+
export { type index_d_ActionEvent as ActionEvent, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkDeleteFoldersOptions as BulkDeleteFoldersOptions, type index_d_BulkDeleteFoldersRequest as BulkDeleteFoldersRequest, type index_d_BulkDeleteFoldersResponse as BulkDeleteFoldersResponse, type index_d_BulkRestoreFoldersFromTrashBinRequest as BulkRestoreFoldersFromTrashBinRequest, type index_d_BulkRestoreFoldersFromTrashBinResponse as BulkRestoreFoldersFromTrashBinResponse, type index_d_CreateFolderOptions as CreateFolderOptions, type index_d_CreateFolderRequest as CreateFolderRequest, type index_d_CreateFolderResponse as CreateFolderResponse, type index_d_CreateFolderResponseNonNullableFields as CreateFolderResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_Folder as Folder, type index_d_FolderCreatedEnvelope as FolderCreatedEnvelope, type index_d_FolderDeletedEnvelope as FolderDeletedEnvelope, type index_d_FolderNonNullableFields as FolderNonNullableFields, type index_d_FolderUpdatedEnvelope as FolderUpdatedEnvelope, type index_d_GenerateFolderDownloadUrlRequest as GenerateFolderDownloadUrlRequest, type index_d_GenerateFolderDownloadUrlResponse as GenerateFolderDownloadUrlResponse, type index_d_GenerateFolderDownloadUrlResponseNonNullableFields as GenerateFolderDownloadUrlResponseNonNullableFields, type index_d_GetFolderRequest as GetFolderRequest, type index_d_GetFolderResponse as GetFolderResponse, type index_d_GetFolderResponseNonNullableFields as GetFolderResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_ListDeletedFoldersOptions as ListDeletedFoldersOptions, type index_d_ListDeletedFoldersRequest as ListDeletedFoldersRequest, type index_d_ListDeletedFoldersResponse as ListDeletedFoldersResponse, type index_d_ListDeletedFoldersResponseNonNullableFields as ListDeletedFoldersResponseNonNullableFields, type index_d_ListFoldersOptions as ListFoldersOptions, type index_d_ListFoldersRequest as ListFoldersRequest, type index_d_ListFoldersResponse as ListFoldersResponse, type index_d_ListFoldersResponseNonNullableFields as ListFoldersResponseNonNullableFields, type index_d_MessageEnvelope as MessageEnvelope, index_d_Namespace as Namespace, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_RestoreInfo as RestoreInfo, index_d_RootFolder as RootFolder, type index_d_SearchFoldersOptions as SearchFoldersOptions, type index_d_SearchFoldersRequest as SearchFoldersRequest, type index_d_SearchFoldersResponse as SearchFoldersResponse, type index_d_SearchFoldersResponseNonNullableFields as SearchFoldersResponseNonNullableFields, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_State as State, type index_d_UpdateFolder as UpdateFolder, type index_d_UpdateFolderRequest as UpdateFolderRequest, type index_d_UpdateFolderResponse as UpdateFolderResponse, type index_d_UpdateFolderResponseNonNullableFields as UpdateFolderResponseNonNullableFields, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnFolderCreatedType as _publicOnFolderCreatedType, type index_d__publicOnFolderDeletedType as _publicOnFolderDeletedType, type index_d__publicOnFolderUpdatedType as _publicOnFolderUpdatedType, index_d_bulkDeleteFolders as bulkDeleteFolders, index_d_bulkRestoreFoldersFromTrashBin as bulkRestoreFoldersFromTrashBin, index_d_createFolder as createFolder, index_d_generateFolderDownloadUrl as generateFolderDownloadUrl, index_d_getFolder as getFolder, index_d_listDeletedFolders as listDeletedFolders, index_d_listFolders as listFolders, index_d_onFolderCreated as onFolderCreated, index_d_onFolderDeleted as onFolderDeleted, index_d_onFolderUpdated as onFolderUpdated, onFolderCreated$1 as publicOnFolderCreated, onFolderDeleted$1 as publicOnFolderDeleted, onFolderUpdated$1 as publicOnFolderUpdated, index_d_searchFolders as searchFolders, index_d_updateFolder as updateFolder };
|
|
4190
4102
|
}
|
|
4191
4103
|
|
|
4192
4104
|
export { index_d$3 as enterpriseMediaCategories, index_d$2 as enterpriseMediaItems, index_d$1 as files, index_d as folders };
|
|
@@ -1714,6 +1714,14 @@ interface ExternalInfo$1 {
|
|
|
1714
1714
|
/** External IDs to pass in the [File Ready](https://dev.wix.com/api/rest/media/media-manager/files/file-ready-domain-event) or [File Failed](https://dev.wix.com/api/rest/media/media-manager/files/file-failed-domain-event) events. */
|
|
1715
1715
|
externalIds?: string[];
|
|
1716
1716
|
}
|
|
1717
|
+
interface ApplicationError$1 {
|
|
1718
|
+
/** Error code. */
|
|
1719
|
+
code?: string;
|
|
1720
|
+
/** Description of the error. */
|
|
1721
|
+
description?: string;
|
|
1722
|
+
/** Data related to the error. */
|
|
1723
|
+
data?: Record<string, any> | null;
|
|
1724
|
+
}
|
|
1717
1725
|
interface GenerateFilesDownloadUrlRequest$1 {
|
|
1718
1726
|
/**
|
|
1719
1727
|
* IDs of the files to download.
|
|
@@ -1984,14 +1992,6 @@ interface ItemMetadata$1 {
|
|
|
1984
1992
|
/** Details about the error in case of failure. */
|
|
1985
1993
|
error?: ApplicationError$1;
|
|
1986
1994
|
}
|
|
1987
|
-
interface ApplicationError$1 {
|
|
1988
|
-
/** Error code. */
|
|
1989
|
-
code?: string;
|
|
1990
|
-
/** Description of the error. */
|
|
1991
|
-
description?: string;
|
|
1992
|
-
/** Data related to the error. */
|
|
1993
|
-
data?: Record<string, any> | null;
|
|
1994
|
-
}
|
|
1995
1995
|
interface BulkActionMetadata$1 {
|
|
1996
1996
|
/** Number of items that were successfully processed. */
|
|
1997
1997
|
totalSuccesses?: number;
|
|
@@ -2644,6 +2644,14 @@ interface ExternalInfo {
|
|
|
2644
2644
|
/** External IDs to pass in the File Ready or File Failed events. */
|
|
2645
2645
|
externalIds?: string[];
|
|
2646
2646
|
}
|
|
2647
|
+
interface ApplicationError {
|
|
2648
|
+
/** Error code. */
|
|
2649
|
+
code?: string;
|
|
2650
|
+
/** Description of the error. */
|
|
2651
|
+
description?: string;
|
|
2652
|
+
/** Data related to the error. */
|
|
2653
|
+
data?: Record<string, any> | null;
|
|
2654
|
+
}
|
|
2647
2655
|
interface GenerateFilesDownloadUrlRequest {
|
|
2648
2656
|
/**
|
|
2649
2657
|
* IDs of the files to download.
|
|
@@ -2913,14 +2921,6 @@ interface ItemMetadata {
|
|
|
2913
2921
|
/** Details about the error in case of failure. */
|
|
2914
2922
|
error?: ApplicationError;
|
|
2915
2923
|
}
|
|
2916
|
-
interface ApplicationError {
|
|
2917
|
-
/** Error code. */
|
|
2918
|
-
code?: string;
|
|
2919
|
-
/** Description of the error. */
|
|
2920
|
-
description?: string;
|
|
2921
|
-
/** Data related to the error. */
|
|
2922
|
-
data?: Record<string, any> | null;
|
|
2923
|
-
}
|
|
2924
2924
|
interface BulkActionMetadata {
|
|
2925
2925
|
/** Number of items that were successfully processed. */
|
|
2926
2926
|
totalSuccesses?: number;
|