@wix/auto_sdk_pro-gallery_pro-gallery 1.0.37 → 1.0.39

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.
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
2
  import { ListGalleriesOptions, ListGalleriesResponse, GetGalleryOptions, Gallery, ListGalleryItemsOptions, ListGalleryItemsResponse, GetGalleryItemIdentifiers, Item, CreateGalleryOptions, UpdateGallery, DeleteGalleryResponse, DeleteGalleryItemsOptions, DeleteGalleryItemsResponse, BulkDeleteGalleryItemsResponse, UpdateGalleryItemIdentifiers, UpdateGalleryItem, DeleteGalleryItemIdentifiers, DeleteGalleryItemResponse, GalleryCreatedEnvelope, GalleryDeletedEnvelope, GalleryItemCreatedEnvelope, GalleryItemDeletedEnvelope, GalleryItemUpdatedEnvelope, GalleryUpdatedEnvelope } from './index.typings.js';
3
- export { AccountInfo, AccountInfoMetadata, ActionEvent, AddressLink, AnchorLink, App, BaseEventMetadata, BulkDeleteGalleryItemsRequest, CleanDeletedGalleriesEvent, CreateGalleryItemRequest, CreateGalleryItemResponse, CreateGalleryItemsRequest, CreateGalleryItemsResponse, CreateGalleryRequest, CreateGalleryResponse, CustomTag, DeleteByFilterOperation, DeleteByIdsOperation, DeleteGalleryItemRequest, DeleteGalleryItemsRequest, DeleteGalleryRequest, DocumentImage, DocumentLink, DocumentPayload, DocumentUpdateOperation, DomainEvent, DomainEventBodyOneOf, DynamicPageLink, EmailLink, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Enum, EnumWithLiterals, EventMetadata, EventsPage, ExternalLink, File, GalleryItemCreated, GalleryItemDeleted, GalleryItemUpdated, GalleryPublished, GetActiveGalleryRevisionRequest, GetActiveGalleryRevisionResponse, GetGalleryItemRequest, GetGalleryItemResponse, GetGalleryOptionsVersionOneOf, GetGalleryRequest, GetGalleryRequestVersionOneOf, GetGalleryResponse, GetGalleryRevisionRequest, GetGalleryRevisionResponse, HtmlSitePublished, HtmlSiteRCPublished, IdentificationData, IdentificationDataIdOneOf, Image, ImageType, ImageTypeWithLiterals, IndexDocument, InvalidateCache, InvalidateCacheGetByOneOf, ItemId, ItemMetadataOneOf, ItemsInGallery, Link, LinkRel, LinkRelWithLiterals, LinkType, LinkTypeWithLiterals, ListGalleriesItemsRequest, ListGalleriesItemsResponse, ListGalleriesRequest, ListGalleryItemsRequest, MessageEnvelope, Page, PageLink, PhoneLink, Point, ProgallerypublisherPublishGalleryRequest, ProgallerypublisherPublishGalleryResponse, PublishGalleryItemRequest, PublishGalleryItemResponse, PublishGalleryItemsRequest, PublishGalleryItemsResponse, PublishGalleryRequest, PublishGalleryResponse, RCLabel, RCLabelWithLiterals, RestoreAllGalleriesEvent, RestoreInfo, SearchIndexingNotification, SearchIndexingNotificationState, SearchIndexingNotificationStateWithLiterals, SecondaryMedia, SecondaryMediaMetadataOneOf, State, StateWithLiterals, Tags, Text, TpaPageLink, TriggerRestoreAllGalleriesAsyncRequest, TriggerRestoreAllGalleriesAsyncResponse, Type, TypeWithLiterals, URI, UnsharpMasking, UpdateByFilterOperation, UpdateDocumentsEvent, UpdateDocumentsEventOperationOneOf, UpdateExistingOperation, UpdateGalleryItemRequest, UpdateGalleryItemResponse, UpdateGalleryRequest, UpdateGalleryResponse, Video, VideoResolution, VideoType, VideoTypeWithLiterals, WebhookIdentityType, WebhookIdentityTypeWithLiterals, WhatsAppLink, WixLink, WixLinkLinkOneOf } from './index.typings.js';
3
+ export { AccountInfo, AccountInfoMetadata, ActionEvent, AddressLink, AnchorLink, App, BaseEventMetadata, BulkDeleteGalleryItemsRequest, CleanDeletedGalleriesEvent, CreateGalleryItemRequest, CreateGalleryItemResponse, CreateGalleryItemsRequest, CreateGalleryItemsResponse, CreateGalleryRequest, CreateGalleryResponse, CustomTag, DeleteByFilterOperation, DeleteByIdsOperation, DeleteGalleryItemRequest, DeleteGalleryItemsRequest, DeleteGalleryRequest, DocumentImage, DocumentLink, DocumentPayload, DocumentUpdateOperation, DomainEvent, DomainEventBodyOneOf, DynamicPageLink, EmailLink, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Enum, EnumWithLiterals, EventMetadata, EventsPage, ExternalLink, File, GalleryItemCreated, GalleryItemDeleted, GalleryItemUpdated, GalleryPublished, GetActiveGalleryRevisionRequest, GetActiveGalleryRevisionResponse, GetGalleryItemRequest, GetGalleryItemResponse, GetGalleryOptionsVersionOneOf, GetGalleryRequest, GetGalleryRequestVersionOneOf, GetGalleryResponse, GetGalleryRevisionRequest, GetGalleryRevisionResponse, HtmlSitePublished, HtmlSiteRCPublished, IdentificationData, IdentificationDataIdOneOf, Image, ImageType, ImageTypeWithLiterals, IndexDocument, InvalidateCache, InvalidateCacheGetByOneOf, ItemId, ItemMetadataOneOf, ItemsInGallery, Link, LinkRel, LinkRelWithLiterals, LinkType, LinkTypeWithLiterals, ListGalleriesItemsRequest, ListGalleriesItemsResponse, ListGalleriesRequest, ListGalleryItemsRequest, MessageEnvelope, Page, PageLink, Pages, PhoneLink, Point, ProgallerypublisherPublishGalleryRequest, ProgallerypublisherPublishGalleryResponse, PublishGalleryItemRequest, PublishGalleryItemResponse, PublishGalleryItemsRequest, PublishGalleryItemsResponse, PublishGalleryRequest, PublishGalleryResponse, RCLabel, RCLabelWithLiterals, RestoreAllGalleriesEvent, RestoreInfo, SearchIndexingNotification, SearchIndexingNotificationState, SearchIndexingNotificationStateWithLiterals, SecondaryMedia, SecondaryMediaMetadataOneOf, State, StateWithLiterals, Tags, Text, TpaPageLink, TriggerRestoreAllGalleriesAsyncRequest, TriggerRestoreAllGalleriesAsyncResponse, Type, TypeWithLiterals, URI, URIs, UnsharpMasking, UpdateByFilterOperation, UpdateDocumentsEvent, UpdateDocumentsEventOperationOneOf, UpdateExistingOperation, UpdateGalleryItemRequest, UpdateGalleryItemResponse, UpdateGalleryRequest, UpdateGalleryResponse, Video, VideoResolution, VideoType, VideoTypeWithLiterals, WebhookIdentityType, WebhookIdentityTypeWithLiterals, WhatsAppLink, WixLink, WixLinkLinkOneOf } from './index.typings.js';
4
4
 
5
5
  declare function listGalleries$1(httpClient: HttpClient): ListGalleriesSignature;
6
6
  interface ListGalleriesSignature {