@wix/auto_sdk_pro-gallery_pro-gallery 1.0.35 → 1.0.37

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.
@@ -447,6 +447,14 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
447
447
  /** Is local DS */
448
448
  localDc?: boolean;
449
449
  hardPurge?: boolean;
450
+ /**
451
+ * Optional caller-provided ID for tracking this invalidation through the system.
452
+ * When set, the corresponding CDN purge completion event will include this ID,
453
+ * allowing you to confirm when the invalidation has fully propagated.
454
+ * Example: generate a UUID, pass it here, and later match it in the CDN purge completion event.
455
+ * @maxLength 256
456
+ */
457
+ correlationId?: string | null;
450
458
  }
451
459
  /** @oneof */
452
460
  interface InvalidateCacheGetByOneOf {
@@ -773,6 +781,8 @@ interface MessageEnvelope {
773
781
  identity?: IdentificationData;
774
782
  /** Stringify payload. */
775
783
  data?: string;
784
+ /** Details related to the account */
785
+ accountInfo?: AccountInfo;
776
786
  }
777
787
  interface IdentificationData extends IdentificationDataIdOneOf {
778
788
  /**
@@ -830,19 +840,19 @@ declare enum WebhookIdentityType {
830
840
  }
831
841
  /** @enumType */
832
842
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
833
- interface AccountDetails {
843
+ interface AccountInfo {
834
844
  /**
835
- * ID of the account.
845
+ * ID of the Wix account associated with the event.
836
846
  * @format GUID
837
847
  */
838
848
  accountId?: string | null;
839
849
  /**
840
- * ID of the parent account.
850
+ * ID of the parent Wix account. Only included when accountId belongs to a child account.
841
851
  * @format GUID
842
852
  */
843
853
  parentAccountId?: string | null;
844
854
  /**
845
- * ID of the site, if applicable.
855
+ * ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
846
856
  * @format GUID
847
857
  */
848
858
  siteId?: string | null;
@@ -1356,4 +1366,4 @@ declare function deleteGalleryItem(): __PublicMethodMetaInfo<'DELETE', {
1356
1366
  itemId: string;
1357
1367
  }, DeleteGalleryItemRequest$1, DeleteGalleryItemRequest, DeleteGalleryItemResponse$1, DeleteGalleryItemResponse>;
1358
1368
 
1359
- export { type AccountDetails as AccountDetailsOriginal, type ActionEvent as ActionEventOriginal, type AddressLink as AddressLinkOriginal, type AnchorLink as AnchorLinkOriginal, type App as AppOriginal, type BulkDeleteGalleryItemsRequest as BulkDeleteGalleryItemsRequestOriginal, type BulkDeleteGalleryItemsResponse as BulkDeleteGalleryItemsResponseOriginal, type CleanDeletedGalleriesEvent as CleanDeletedGalleriesEventOriginal, type CommonImage as CommonImageOriginal, type CreateGalleryItemRequest as CreateGalleryItemRequestOriginal, type CreateGalleryItemResponse as CreateGalleryItemResponseOriginal, type CreateGalleryItemsRequest as CreateGalleryItemsRequestOriginal, type CreateGalleryItemsResponse as CreateGalleryItemsResponseOriginal, type CreateGalleryRequest as CreateGalleryRequestOriginal, type CreateGalleryResponse as CreateGalleryResponseOriginal, type CustomTag as CustomTagOriginal, type DeleteByFilterOperation as DeleteByFilterOperationOriginal, type DeleteByIdsOperation as DeleteByIdsOperationOriginal, type DeleteGalleryItemRequest as DeleteGalleryItemRequestOriginal, type DeleteGalleryItemResponse as DeleteGalleryItemResponseOriginal, type DeleteGalleryItemsRequest as DeleteGalleryItemsRequestOriginal, type DeleteGalleryItemsResponse as DeleteGalleryItemsResponseOriginal, type DeleteGalleryRequest as DeleteGalleryRequestOriginal, type DeleteGalleryResponse as DeleteGalleryResponseOriginal, type DocumentImage as DocumentImageOriginal, type DocumentLink as DocumentLinkOriginal, type DocumentPayload as DocumentPayloadOriginal, type DocumentUpdateOperation as DocumentUpdateOperationOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type DynamicPageLink as DynamicPageLinkOriginal, type EmailLink as EmailLinkOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, Enum as EnumOriginal, type EnumWithLiterals as EnumWithLiteralsOriginal, type EventsPage as EventsPageOriginal, type ExternalLink as ExternalLinkOriginal, type File as FileOriginal, type GalleryItemCreated as GalleryItemCreatedOriginal, type GalleryItemDeleted as GalleryItemDeletedOriginal, type GalleryItemUpdated as GalleryItemUpdatedOriginal, type Gallery as GalleryOriginal, type GalleryPublished as GalleryPublishedOriginal, type GetActiveGalleryRevisionRequest as GetActiveGalleryRevisionRequestOriginal, type GetActiveGalleryRevisionResponse as GetActiveGalleryRevisionResponseOriginal, type GetGalleryItemRequest as GetGalleryItemRequestOriginal, type GetGalleryItemResponse as GetGalleryItemResponseOriginal, type GetGalleryRequest as GetGalleryRequestOriginal, type GetGalleryRequestVersionOneOf as GetGalleryRequestVersionOneOfOriginal, type GetGalleryResponse as GetGalleryResponseOriginal, type GetGalleryRevisionRequest as GetGalleryRevisionRequestOriginal, type GetGalleryRevisionResponse as GetGalleryRevisionResponseOriginal, type HtmlSitePublished as HtmlSitePublishedOriginal, type HtmlSiteRCPublished as HtmlSiteRCPublishedOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, type Image as ImageOriginal, ImageType as ImageTypeOriginal, type ImageTypeWithLiterals as ImageTypeWithLiteralsOriginal, type IndexDocument as IndexDocumentOriginal, type InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOfOriginal, type InvalidateCache as InvalidateCacheOriginal, type ItemId as ItemIdOriginal, type ItemMetadataOneOf as ItemMetadataOneOfOriginal, type Item as ItemOriginal, type ItemsInGallery as ItemsInGalleryOriginal, type Link as LinkOriginal, LinkRel as LinkRelOriginal, type LinkRelWithLiterals as LinkRelWithLiteralsOriginal, LinkType as LinkTypeOriginal, type LinkTypeWithLiterals as LinkTypeWithLiteralsOriginal, type ListGalleriesItemsRequest as ListGalleriesItemsRequestOriginal, type ListGalleriesItemsResponse as ListGalleriesItemsResponseOriginal, type ListGalleriesRequest as ListGalleriesRequestOriginal, type ListGalleriesResponse as ListGalleriesResponseOriginal, type ListGalleryItemsRequest as ListGalleryItemsRequestOriginal, type ListGalleryItemsResponse as ListGalleryItemsResponseOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type PageLink as PageLinkOriginal, type Page as PageOriginal, type PhoneLink as PhoneLinkOriginal, type Point as PointOriginal, type ProgallerypublisherPublishGalleryRequest as ProgallerypublisherPublishGalleryRequestOriginal, type ProgallerypublisherPublishGalleryResponse as ProgallerypublisherPublishGalleryResponseOriginal, type PublishGalleryItemRequest as PublishGalleryItemRequestOriginal, type PublishGalleryItemResponse as PublishGalleryItemResponseOriginal, type PublishGalleryItemsRequest as PublishGalleryItemsRequestOriginal, type PublishGalleryItemsResponse as PublishGalleryItemsResponseOriginal, type PublishGalleryRequest as PublishGalleryRequestOriginal, type PublishGalleryResponse as PublishGalleryResponseOriginal, RCLabel as RCLabelOriginal, type RCLabelWithLiterals as RCLabelWithLiteralsOriginal, type RestoreAllGalleriesEvent as RestoreAllGalleriesEventOriginal, type RestoreInfo as RestoreInfoOriginal, type SearchIndexingNotification as SearchIndexingNotificationOriginal, SearchIndexingNotificationState as SearchIndexingNotificationStateOriginal, type SearchIndexingNotificationStateWithLiterals as SearchIndexingNotificationStateWithLiteralsOriginal, type SecondaryMediaMetadataOneOf as SecondaryMediaMetadataOneOfOriginal, type SecondaryMedia as SecondaryMediaOriginal, State as StateOriginal, type StateWithLiterals as StateWithLiteralsOriginal, type Tags as TagsOriginal, type Text as TextOriginal, type TpaPageLink as TpaPageLinkOriginal, type TriggerRestoreAllGalleriesAsyncRequest as TriggerRestoreAllGalleriesAsyncRequestOriginal, type TriggerRestoreAllGalleriesAsyncResponse as TriggerRestoreAllGalleriesAsyncResponseOriginal, Type as TypeOriginal, type TypeWithLiterals as TypeWithLiteralsOriginal, type URI as URIOriginal, type UnsharpMasking as UnsharpMaskingOriginal, type UpdateByFilterOperation as UpdateByFilterOperationOriginal, type UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOfOriginal, type UpdateDocumentsEvent as UpdateDocumentsEventOriginal, type UpdateExistingOperation as UpdateExistingOperationOriginal, type UpdateGalleryItemRequest as UpdateGalleryItemRequestOriginal, type UpdateGalleryItemResponse as UpdateGalleryItemResponseOriginal, type UpdateGalleryRequest as UpdateGalleryRequestOriginal, type UpdateGalleryResponse as UpdateGalleryResponseOriginal, type Video as VideoOriginal, type VideoResolution as VideoResolutionOriginal, VideoType as VideoTypeOriginal, type VideoTypeWithLiterals as VideoTypeWithLiteralsOriginal, type VideoV2 as VideoV2Original, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, type WhatsAppLink as WhatsAppLinkOriginal, type WixLinkLinkOneOf as WixLinkLinkOneOfOriginal, type WixLink as WixLinkOriginal, type __PublicMethodMetaInfo, bulkDeleteGalleryItems, createGallery, createGalleryItem, deleteGallery, deleteGalleryItem, deleteGalleryItems, getGallery, getGalleryItem, listGalleries, listGalleryItems, updateGallery, updateGalleryItem };
1369
+ export { type AccountInfo as AccountInfoOriginal, type ActionEvent as ActionEventOriginal, type AddressLink as AddressLinkOriginal, type AnchorLink as AnchorLinkOriginal, type App as AppOriginal, type BulkDeleteGalleryItemsRequest as BulkDeleteGalleryItemsRequestOriginal, type BulkDeleteGalleryItemsResponse as BulkDeleteGalleryItemsResponseOriginal, type CleanDeletedGalleriesEvent as CleanDeletedGalleriesEventOriginal, type CommonImage as CommonImageOriginal, type CreateGalleryItemRequest as CreateGalleryItemRequestOriginal, type CreateGalleryItemResponse as CreateGalleryItemResponseOriginal, type CreateGalleryItemsRequest as CreateGalleryItemsRequestOriginal, type CreateGalleryItemsResponse as CreateGalleryItemsResponseOriginal, type CreateGalleryRequest as CreateGalleryRequestOriginal, type CreateGalleryResponse as CreateGalleryResponseOriginal, type CustomTag as CustomTagOriginal, type DeleteByFilterOperation as DeleteByFilterOperationOriginal, type DeleteByIdsOperation as DeleteByIdsOperationOriginal, type DeleteGalleryItemRequest as DeleteGalleryItemRequestOriginal, type DeleteGalleryItemResponse as DeleteGalleryItemResponseOriginal, type DeleteGalleryItemsRequest as DeleteGalleryItemsRequestOriginal, type DeleteGalleryItemsResponse as DeleteGalleryItemsResponseOriginal, type DeleteGalleryRequest as DeleteGalleryRequestOriginal, type DeleteGalleryResponse as DeleteGalleryResponseOriginal, type DocumentImage as DocumentImageOriginal, type DocumentLink as DocumentLinkOriginal, type DocumentPayload as DocumentPayloadOriginal, type DocumentUpdateOperation as DocumentUpdateOperationOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type DynamicPageLink as DynamicPageLinkOriginal, type EmailLink as EmailLinkOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, Enum as EnumOriginal, type EnumWithLiterals as EnumWithLiteralsOriginal, type EventsPage as EventsPageOriginal, type ExternalLink as ExternalLinkOriginal, type File as FileOriginal, type GalleryItemCreated as GalleryItemCreatedOriginal, type GalleryItemDeleted as GalleryItemDeletedOriginal, type GalleryItemUpdated as GalleryItemUpdatedOriginal, type Gallery as GalleryOriginal, type GalleryPublished as GalleryPublishedOriginal, type GetActiveGalleryRevisionRequest as GetActiveGalleryRevisionRequestOriginal, type GetActiveGalleryRevisionResponse as GetActiveGalleryRevisionResponseOriginal, type GetGalleryItemRequest as GetGalleryItemRequestOriginal, type GetGalleryItemResponse as GetGalleryItemResponseOriginal, type GetGalleryRequest as GetGalleryRequestOriginal, type GetGalleryRequestVersionOneOf as GetGalleryRequestVersionOneOfOriginal, type GetGalleryResponse as GetGalleryResponseOriginal, type GetGalleryRevisionRequest as GetGalleryRevisionRequestOriginal, type GetGalleryRevisionResponse as GetGalleryRevisionResponseOriginal, type HtmlSitePublished as HtmlSitePublishedOriginal, type HtmlSiteRCPublished as HtmlSiteRCPublishedOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, type Image as ImageOriginal, ImageType as ImageTypeOriginal, type ImageTypeWithLiterals as ImageTypeWithLiteralsOriginal, type IndexDocument as IndexDocumentOriginal, type InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOfOriginal, type InvalidateCache as InvalidateCacheOriginal, type ItemId as ItemIdOriginal, type ItemMetadataOneOf as ItemMetadataOneOfOriginal, type Item as ItemOriginal, type ItemsInGallery as ItemsInGalleryOriginal, type Link as LinkOriginal, LinkRel as LinkRelOriginal, type LinkRelWithLiterals as LinkRelWithLiteralsOriginal, LinkType as LinkTypeOriginal, type LinkTypeWithLiterals as LinkTypeWithLiteralsOriginal, type ListGalleriesItemsRequest as ListGalleriesItemsRequestOriginal, type ListGalleriesItemsResponse as ListGalleriesItemsResponseOriginal, type ListGalleriesRequest as ListGalleriesRequestOriginal, type ListGalleriesResponse as ListGalleriesResponseOriginal, type ListGalleryItemsRequest as ListGalleryItemsRequestOriginal, type ListGalleryItemsResponse as ListGalleryItemsResponseOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type PageLink as PageLinkOriginal, type Page as PageOriginal, type PhoneLink as PhoneLinkOriginal, type Point as PointOriginal, type ProgallerypublisherPublishGalleryRequest as ProgallerypublisherPublishGalleryRequestOriginal, type ProgallerypublisherPublishGalleryResponse as ProgallerypublisherPublishGalleryResponseOriginal, type PublishGalleryItemRequest as PublishGalleryItemRequestOriginal, type PublishGalleryItemResponse as PublishGalleryItemResponseOriginal, type PublishGalleryItemsRequest as PublishGalleryItemsRequestOriginal, type PublishGalleryItemsResponse as PublishGalleryItemsResponseOriginal, type PublishGalleryRequest as PublishGalleryRequestOriginal, type PublishGalleryResponse as PublishGalleryResponseOriginal, RCLabel as RCLabelOriginal, type RCLabelWithLiterals as RCLabelWithLiteralsOriginal, type RestoreAllGalleriesEvent as RestoreAllGalleriesEventOriginal, type RestoreInfo as RestoreInfoOriginal, type SearchIndexingNotification as SearchIndexingNotificationOriginal, SearchIndexingNotificationState as SearchIndexingNotificationStateOriginal, type SearchIndexingNotificationStateWithLiterals as SearchIndexingNotificationStateWithLiteralsOriginal, type SecondaryMediaMetadataOneOf as SecondaryMediaMetadataOneOfOriginal, type SecondaryMedia as SecondaryMediaOriginal, State as StateOriginal, type StateWithLiterals as StateWithLiteralsOriginal, type Tags as TagsOriginal, type Text as TextOriginal, type TpaPageLink as TpaPageLinkOriginal, type TriggerRestoreAllGalleriesAsyncRequest as TriggerRestoreAllGalleriesAsyncRequestOriginal, type TriggerRestoreAllGalleriesAsyncResponse as TriggerRestoreAllGalleriesAsyncResponseOriginal, Type as TypeOriginal, type TypeWithLiterals as TypeWithLiteralsOriginal, type URI as URIOriginal, type UnsharpMasking as UnsharpMaskingOriginal, type UpdateByFilterOperation as UpdateByFilterOperationOriginal, type UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOfOriginal, type UpdateDocumentsEvent as UpdateDocumentsEventOriginal, type UpdateExistingOperation as UpdateExistingOperationOriginal, type UpdateGalleryItemRequest as UpdateGalleryItemRequestOriginal, type UpdateGalleryItemResponse as UpdateGalleryItemResponseOriginal, type UpdateGalleryRequest as UpdateGalleryRequestOriginal, type UpdateGalleryResponse as UpdateGalleryResponseOriginal, type Video as VideoOriginal, type VideoResolution as VideoResolutionOriginal, VideoType as VideoTypeOriginal, type VideoTypeWithLiterals as VideoTypeWithLiteralsOriginal, type VideoV2 as VideoV2Original, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, type WhatsAppLink as WhatsAppLinkOriginal, type WixLinkLinkOneOf as WixLinkLinkOneOfOriginal, type WixLink as WixLinkOriginal, type __PublicMethodMetaInfo, bulkDeleteGalleryItems, createGallery, createGalleryItem, deleteGallery, deleteGalleryItem, deleteGalleryItems, getGallery, getGalleryItem, listGalleries, listGalleryItems, updateGallery, updateGalleryItem };