@wix/auto_sdk_pro-gallery_pro-gallery 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.context.d.ts +1 -1
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.meta.d.ts +12 -12
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.meta.js.map +1 -1
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.public.d.ts +14 -14
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.public.js.map +1 -1
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.types.d.ts +19 -146
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.types.js +1 -0
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.types.js.map +1 -1
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.universal.d.ts +37 -138
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.universal.js +1 -0
- package/build/cjs/src/pro-gallery-v2-gallery-pro-gallery.universal.js.map +1 -1
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.context.d.ts +1 -1
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.meta.d.ts +12 -12
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.meta.js.map +1 -1
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.public.d.ts +14 -14
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.public.js.map +1 -1
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.types.d.ts +19 -146
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.types.js +1 -0
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.types.js.map +1 -1
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.universal.d.ts +37 -138
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.universal.js +1 -0
- package/build/es/src/pro-gallery-v2-gallery-pro-gallery.universal.js.map +1 -1
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.context.d.ts +1 -1
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.meta.d.ts +12 -12
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.meta.js.map +1 -1
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.public.d.ts +14 -14
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.public.js.map +1 -1
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.types.d.ts +19 -146
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.types.js +1 -0
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.types.js.map +1 -1
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.universal.d.ts +37 -138
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.universal.js +1 -0
- package/build/internal/cjs/src/pro-gallery-v2-gallery-pro-gallery.universal.js.map +1 -1
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.context.d.ts +1 -1
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.meta.d.ts +12 -12
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.meta.js.map +1 -1
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.public.d.ts +14 -14
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.public.js.map +1 -1
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.types.d.ts +19 -146
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.types.js +1 -0
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.types.js.map +1 -1
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.universal.d.ts +37 -138
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.universal.js +1 -0
- package/build/internal/es/src/pro-gallery-v2-gallery-pro-gallery.universal.js.map +1 -1
- package/package.json +4 -4
@@ -10,38 +10,38 @@ export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unk
|
|
10
10
|
__responseType: Q;
|
11
11
|
__originalResponseType: R;
|
12
12
|
};
|
13
|
-
export declare function listGalleries(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixProGalleryV2GalleryUniversalTypes.ListGalleriesRequest, ambassadorWixProGalleryV2GalleryTypes.ListGalleriesRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.ListGalleriesResponse
|
13
|
+
export declare function listGalleries(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixProGalleryV2GalleryUniversalTypes.ListGalleriesRequest, ambassadorWixProGalleryV2GalleryTypes.ListGalleriesRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.ListGalleriesResponse, ambassadorWixProGalleryV2GalleryTypes.ListGalleriesResponse>;
|
14
14
|
export declare function getGallery(): __PublicMethodMetaInfo<'GET', {
|
15
15
|
galleryId: string;
|
16
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.GetGalleryRequest, ambassadorWixProGalleryV2GalleryTypes.GetGalleryRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.GetGalleryResponse
|
16
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.GetGalleryRequest, ambassadorWixProGalleryV2GalleryTypes.GetGalleryRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.GetGalleryResponse, ambassadorWixProGalleryV2GalleryTypes.GetGalleryResponse>;
|
17
17
|
export declare function listGalleryItems(): __PublicMethodMetaInfo<'GET', {
|
18
18
|
galleryId: string;
|
19
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.ListGalleryItemsRequest, ambassadorWixProGalleryV2GalleryTypes.ListGalleryItemsRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.ListGalleryItemsResponse
|
19
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.ListGalleryItemsRequest, ambassadorWixProGalleryV2GalleryTypes.ListGalleryItemsRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.ListGalleryItemsResponse, ambassadorWixProGalleryV2GalleryTypes.ListGalleryItemsResponse>;
|
20
20
|
export declare function getGalleryItem(): __PublicMethodMetaInfo<'GET', {
|
21
21
|
galleryId: string;
|
22
22
|
itemId: string;
|
23
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.GetGalleryItemRequest, ambassadorWixProGalleryV2GalleryTypes.GetGalleryItemRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.GetGalleryItemResponse
|
24
|
-
export declare function createGallery(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixProGalleryV2GalleryUniversalTypes.CreateGalleryRequest, ambassadorWixProGalleryV2GalleryTypes.CreateGalleryRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.CreateGalleryResponse
|
23
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.GetGalleryItemRequest, ambassadorWixProGalleryV2GalleryTypes.GetGalleryItemRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.GetGalleryItemResponse, ambassadorWixProGalleryV2GalleryTypes.GetGalleryItemResponse>;
|
24
|
+
export declare function createGallery(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixProGalleryV2GalleryUniversalTypes.CreateGalleryRequest, ambassadorWixProGalleryV2GalleryTypes.CreateGalleryRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.CreateGalleryResponse, ambassadorWixProGalleryV2GalleryTypes.CreateGalleryResponse>;
|
25
25
|
export declare function updateGallery(): __PublicMethodMetaInfo<'PATCH', {
|
26
26
|
galleryId: string;
|
27
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.UpdateGalleryRequest, ambassadorWixProGalleryV2GalleryTypes.UpdateGalleryRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.UpdateGalleryResponse
|
27
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.UpdateGalleryRequest, ambassadorWixProGalleryV2GalleryTypes.UpdateGalleryRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.UpdateGalleryResponse, ambassadorWixProGalleryV2GalleryTypes.UpdateGalleryResponse>;
|
28
28
|
export declare function deleteGallery(): __PublicMethodMetaInfo<'DELETE', {
|
29
29
|
galleryId: string;
|
30
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryRequest, ambassadorWixProGalleryV2GalleryTypes.DeleteGalleryRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryResponse
|
30
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryRequest, ambassadorWixProGalleryV2GalleryTypes.DeleteGalleryRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryResponse, ambassadorWixProGalleryV2GalleryTypes.DeleteGalleryResponse>;
|
31
31
|
export declare function deleteGalleryItems(): __PublicMethodMetaInfo<'DELETE', {
|
32
32
|
galleryId: string;
|
33
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryItemsRequest, ambassadorWixProGalleryV2GalleryTypes.DeleteGalleryItemsRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryItemsResponse
|
33
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryItemsRequest, ambassadorWixProGalleryV2GalleryTypes.DeleteGalleryItemsRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryItemsResponse, ambassadorWixProGalleryV2GalleryTypes.DeleteGalleryItemsResponse>;
|
34
34
|
export declare function bulkDeleteGalleryItems(): __PublicMethodMetaInfo<'POST', {
|
35
35
|
galleryId: string;
|
36
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.BulkDeleteGalleryItemsRequest, ambassadorWixProGalleryV2GalleryTypes.BulkDeleteGalleryItemsRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.BulkDeleteGalleryItemsResponse
|
36
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.BulkDeleteGalleryItemsRequest, ambassadorWixProGalleryV2GalleryTypes.BulkDeleteGalleryItemsRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.BulkDeleteGalleryItemsResponse, ambassadorWixProGalleryV2GalleryTypes.BulkDeleteGalleryItemsResponse>;
|
37
37
|
export declare function createGalleryItem(): __PublicMethodMetaInfo<'POST', {
|
38
38
|
galleryId: string;
|
39
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.CreateGalleryItemRequest, ambassadorWixProGalleryV2GalleryTypes.CreateGalleryItemRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.CreateGalleryItemResponse
|
39
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.CreateGalleryItemRequest, ambassadorWixProGalleryV2GalleryTypes.CreateGalleryItemRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.CreateGalleryItemResponse, ambassadorWixProGalleryV2GalleryTypes.CreateGalleryItemResponse>;
|
40
40
|
export declare function updateGalleryItem(): __PublicMethodMetaInfo<'PATCH', {
|
41
41
|
galleryId: string;
|
42
42
|
itemId: string;
|
43
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.UpdateGalleryItemRequest, ambassadorWixProGalleryV2GalleryTypes.UpdateGalleryItemRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.UpdateGalleryItemResponse
|
43
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.UpdateGalleryItemRequest, ambassadorWixProGalleryV2GalleryTypes.UpdateGalleryItemRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.UpdateGalleryItemResponse, ambassadorWixProGalleryV2GalleryTypes.UpdateGalleryItemResponse>;
|
44
44
|
export declare function deleteGalleryItem(): __PublicMethodMetaInfo<'DELETE', {
|
45
45
|
galleryId: string;
|
46
46
|
itemId: string;
|
47
|
-
}, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryItemRequest, ambassadorWixProGalleryV2GalleryTypes.DeleteGalleryItemRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryItemResponse
|
47
|
+
}, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryItemRequest, ambassadorWixProGalleryV2GalleryTypes.DeleteGalleryItemRequest, ambassadorWixProGalleryV2GalleryUniversalTypes.DeleteGalleryItemResponse, ambassadorWixProGalleryV2GalleryTypes.DeleteGalleryItemResponse>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pro-gallery-v2-gallery-pro-gallery.meta.js","sourceRoot":"","sources":["../../../../src/pro-gallery-v2-gallery-pro-gallery.meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+GAAiG;AAsBjG,SAAgB,aAAa;
|
1
|
+
{"version":3,"file":"pro-gallery-v2-gallery-pro-gallery.meta.js","sourceRoot":"","sources":["../../../../src/pro-gallery-v2-gallery-pro-gallery.meta.ts"],"names":[],"mappings":"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"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { EventDefinition, HttpClient } from '@wix/sdk-types';
|
2
|
-
import { BulkDeleteGalleryItemsResponse,
|
2
|
+
import { BulkDeleteGalleryItemsResponse, CreateGalleryOptions, DeleteGalleryItemIdentifiers, DeleteGalleryItemResponse, DeleteGalleryItemsOptions, DeleteGalleryItemsResponse, DeleteGalleryResponse, Gallery, GalleryCreatedEnvelope, GalleryDeletedEnvelope, GalleryItemCreatedEnvelope, GalleryItemDeletedEnvelope, GalleryItemUpdatedEnvelope, GalleryUpdatedEnvelope, GetGalleryItemIdentifiers, GetGalleryOptions, Item, ListGalleriesOptions, ListGalleriesResponse, ListGalleryItemsOptions, ListGalleryItemsResponse, UpdateGallery, UpdateGalleryItem, UpdateGalleryItemIdentifiers } from './pro-gallery-v2-gallery-pro-gallery.universal.js';
|
3
3
|
export declare const __metadata: {
|
4
4
|
PACKAGE_NAME: string;
|
5
5
|
};
|
@@ -11,7 +11,7 @@ interface ListGalleriesSignature {
|
|
11
11
|
* This function retrieves a list of up to 10 galleries at a given time. To list the next 10 galleries in your site's backend, use the `offset` parameter.
|
12
12
|
* @param - Options to use when getting the list of galleries.
|
13
13
|
*/
|
14
|
-
(options?: ListGalleriesOptions | undefined): Promise<ListGalleriesResponse
|
14
|
+
(options?: ListGalleriesOptions | undefined): Promise<ListGalleriesResponse>;
|
15
15
|
}
|
16
16
|
export declare function getGallery(httpClient: HttpClient): GetGallerySignature;
|
17
17
|
interface GetGallerySignature {
|
@@ -21,7 +21,7 @@ interface GetGallerySignature {
|
|
21
21
|
* @param - Options to use when getting the gallery.
|
22
22
|
* @returns Returned gallery.
|
23
23
|
*/
|
24
|
-
(galleryId: string, options?: GetGalleryOptions | undefined): Promise<Gallery
|
24
|
+
(galleryId: string, options?: GetGalleryOptions | undefined): Promise<Gallery>;
|
25
25
|
}
|
26
26
|
export declare function listGalleryItems(httpClient: HttpClient): ListGalleryItemsSignature;
|
27
27
|
interface ListGalleryItemsSignature {
|
@@ -32,7 +32,7 @@ interface ListGalleryItemsSignature {
|
|
32
32
|
* @param - Gallery ID.
|
33
33
|
* @param - Options to use when getting the list of gallery items.
|
34
34
|
*/
|
35
|
-
(galleryId: string, options?: ListGalleryItemsOptions | undefined): Promise<ListGalleryItemsResponse
|
35
|
+
(galleryId: string, options?: ListGalleryItemsOptions | undefined): Promise<ListGalleryItemsResponse>;
|
36
36
|
}
|
37
37
|
export declare function getGalleryItem(httpClient: HttpClient): GetGalleryItemSignature;
|
38
38
|
interface GetGalleryItemSignature {
|
@@ -41,7 +41,7 @@ interface GetGalleryItemSignature {
|
|
41
41
|
* @param - Gallery ID and Item ID.
|
42
42
|
* @returns Returned media item.
|
43
43
|
*/
|
44
|
-
(identifiers: GetGalleryItemIdentifiers): Promise<Item
|
44
|
+
(identifiers: GetGalleryItemIdentifiers): Promise<Item>;
|
45
45
|
}
|
46
46
|
export declare function createGallery(httpClient: HttpClient): CreateGallerySignature;
|
47
47
|
interface CreateGallerySignature {
|
@@ -61,7 +61,7 @@ interface CreateGallerySignature {
|
|
61
61
|
* @param - Options to use when creating the gallery.
|
62
62
|
* @returns Created gallery.
|
63
63
|
*/
|
64
|
-
(options?: CreateGalleryOptions | undefined): Promise<Gallery
|
64
|
+
(options?: CreateGalleryOptions | undefined): Promise<Gallery>;
|
65
65
|
}
|
66
66
|
export declare function updateGallery(httpClient: HttpClient): UpdateGallerySignature;
|
67
67
|
interface UpdateGallerySignature {
|
@@ -80,7 +80,7 @@ interface UpdateGallerySignature {
|
|
80
80
|
* @param - The information for the gallery being updated.
|
81
81
|
* @returns Updated gallery.
|
82
82
|
*/
|
83
|
-
(_id: string
|
83
|
+
(_id: string, gallery: UpdateGallery): Promise<Gallery>;
|
84
84
|
}
|
85
85
|
export declare function deleteGallery(httpClient: HttpClient): DeleteGallerySignature;
|
86
86
|
interface DeleteGallerySignature {
|
@@ -90,7 +90,7 @@ interface DeleteGallerySignature {
|
|
90
90
|
* When a gallery is deleted, the deleted gallery is no longer returned when calling the [`listGalleries()`](/pro-gallery/list-galleries) function.
|
91
91
|
* @param - ID of the gallery to delete.
|
92
92
|
*/
|
93
|
-
(galleryId: string): Promise<DeleteGalleryResponse
|
93
|
+
(galleryId: string): Promise<DeleteGalleryResponse>;
|
94
94
|
}
|
95
95
|
export declare function deleteGalleryItems(httpClient: HttpClient): DeleteGalleryItemsSignature;
|
96
96
|
interface DeleteGalleryItemsSignature {
|
@@ -99,7 +99,7 @@ interface DeleteGalleryItemsSignature {
|
|
99
99
|
* @param - Gallery ID.
|
100
100
|
* @deprecated
|
101
101
|
*/
|
102
|
-
(galleryId: string, options?: DeleteGalleryItemsOptions | undefined): Promise<DeleteGalleryItemsResponse
|
102
|
+
(galleryId: string, options?: DeleteGalleryItemsOptions | undefined): Promise<DeleteGalleryItemsResponse>;
|
103
103
|
}
|
104
104
|
export declare function bulkDeleteGalleryItems(httpClient: HttpClient): BulkDeleteGalleryItemsSignature;
|
105
105
|
interface BulkDeleteGalleryItemsSignature {
|
@@ -108,7 +108,7 @@ interface BulkDeleteGalleryItemsSignature {
|
|
108
108
|
* @param - Gallery ID.
|
109
109
|
* @param - IDs of the media items to delete.
|
110
110
|
*/
|
111
|
-
(galleryId: string, itemIds: string[]): Promise<BulkDeleteGalleryItemsResponse
|
111
|
+
(galleryId: string, itemIds: string[]): Promise<BulkDeleteGalleryItemsResponse>;
|
112
112
|
}
|
113
113
|
export declare function createGalleryItem(httpClient: HttpClient): CreateGalleryItemSignature;
|
114
114
|
interface CreateGalleryItemSignature {
|
@@ -127,7 +127,7 @@ interface CreateGalleryItemSignature {
|
|
127
127
|
* @param - Media item to create.
|
128
128
|
* @returns Created media item.
|
129
129
|
*/
|
130
|
-
(galleryId: string, item: Item): Promise<Item
|
130
|
+
(galleryId: string, item: Item): Promise<Item>;
|
131
131
|
}
|
132
132
|
export declare function updateGalleryItem(httpClient: HttpClient): UpdateGalleryItemSignature;
|
133
133
|
interface UpdateGalleryItemSignature {
|
@@ -146,7 +146,7 @@ interface UpdateGalleryItemSignature {
|
|
146
146
|
* @param - Gallery ID and Item ID.
|
147
147
|
* @returns Updated media item.
|
148
148
|
*/
|
149
|
-
(identifiers: UpdateGalleryItemIdentifiers, item: UpdateGalleryItem): Promise<Item
|
149
|
+
(identifiers: UpdateGalleryItemIdentifiers, item: UpdateGalleryItem): Promise<Item>;
|
150
150
|
}
|
151
151
|
export declare function deleteGalleryItem(httpClient: HttpClient): DeleteGalleryItemSignature;
|
152
152
|
interface DeleteGalleryItemSignature {
|
@@ -156,7 +156,7 @@ interface DeleteGalleryItemSignature {
|
|
156
156
|
* When a gallery item is deleted, the deleted gallery item is no longer returned when calling the [`listGalleryItems()`](/pro-gallery/list-gallery-items) function.
|
157
157
|
* @param - Gallery ID and Item ID.
|
158
158
|
*/
|
159
|
-
(identifiers: DeleteGalleryItemIdentifiers): Promise<DeleteGalleryItemResponse
|
159
|
+
(identifiers: DeleteGalleryItemIdentifiers): Promise<DeleteGalleryItemResponse>;
|
160
160
|
}
|
161
161
|
export declare const onGalleryCreated: EventDefinition<GalleryCreatedEnvelope, "wix.pro_gallery.gallery_v2_created">;
|
162
162
|
export declare const onGalleryDeleted: EventDefinition<GalleryDeletedEnvelope, "wix.pro_gallery.gallery_v2_deleted">;
|
@@ -164,4 +164,4 @@ export declare const onGalleryItemCreated: EventDefinition<GalleryItemCreatedEnv
|
|
164
164
|
export declare const onGalleryItemDeleted: EventDefinition<GalleryItemDeletedEnvelope, "wix.pro_gallery.gallery_v2_gallery_item_deleted">;
|
165
165
|
export declare const onGalleryItemUpdated: EventDefinition<GalleryItemUpdatedEnvelope, "wix.pro_gallery.gallery_v2_gallery_item_updated">;
|
166
166
|
export declare const onGalleryUpdated: EventDefinition<GalleryUpdatedEnvelope, "wix.pro_gallery.gallery_v2_updated">;
|
167
|
-
export { ActionEvent, AddressLink, AnchorLink, App, BaseEventMetadata, BulkDeleteGalleryItemsRequest, BulkDeleteGalleryItemsResponse,
|
167
|
+
export { ActionEvent, AddressLink, AnchorLink, App, BaseEventMetadata, BulkDeleteGalleryItemsRequest, BulkDeleteGalleryItemsResponse, CleanDeletedGalleriesEvent, CreateGalleryItemRequest, CreateGalleryItemResponse, CreateGalleryItemsRequest, CreateGalleryItemsResponse, CreateGalleryOptions, CreateGalleryRequest, CreateGalleryResponse, CustomTag, DeleteByFilterOperation, DeleteByIdsOperation, DeleteGalleryItemIdentifiers, DeleteGalleryItemRequest, DeleteGalleryItemResponse, DeleteGalleryItemsOptions, DeleteGalleryItemsRequest, DeleteGalleryItemsResponse, DeleteGalleryRequest, DeleteGalleryResponse, DocumentImage, DocumentLink, DocumentPayload, DocumentUpdateOperation, DomainEvent, DomainEventBodyOneOf, DynamicPageLink, EmailLink, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Enum, EventMetadata, EventsPage, ExternalLink, File, Gallery, GalleryCreatedEnvelope, GalleryDeletedEnvelope, GalleryItemCreated, GalleryItemCreatedEnvelope, GalleryItemDeleted, GalleryItemDeletedEnvelope, GalleryItemUpdated, GalleryItemUpdatedEnvelope, GalleryPublished, GalleryUpdatedEnvelope, GetActiveGalleryRevisionRequest, GetActiveGalleryRevisionResponse, GetGalleryItemIdentifiers, GetGalleryItemRequest, GetGalleryItemResponse, GetGalleryOptions, GetGalleryOptionsVersionOneOf, GetGalleryRequest, GetGalleryRequestVersionOneOf, GetGalleryResponse, GetGalleryRevisionRequest, GetGalleryRevisionResponse, HtmlSitePublished, HtmlSiteRCPublished, IdentificationData, IdentificationDataIdOneOf, Image, ImageType, IndexDocument, InvalidateCache, InvalidateCacheGetByOneOf, Item, ItemId, ItemMetadataOneOf, ItemsInGallery, Link, LinkRel, LinkType, ListGalleriesItemsRequest, ListGalleriesItemsResponse, ListGalleriesOptions, ListGalleriesRequest, ListGalleriesResponse, ListGalleryItemsOptions, ListGalleryItemsRequest, ListGalleryItemsResponse, MessageEnvelope, Page, PageLink, PhoneLink, Point, ProgallerypublisherPublishGalleryRequest, ProgallerypublisherPublishGalleryResponse, PublishGalleryItemRequest, PublishGalleryItemResponse, PublishGalleryItemsRequest, PublishGalleryItemsResponse, PublishGalleryRequest, PublishGalleryResponse, RCLabel, RestoreAllGalleriesEvent, RestoreInfo, SearchIndexingNotification, SearchIndexingNotificationState, SecondaryMedia, SecondaryMediaMetadataOneOf, State, Tags, Text, TpaPageLink, TriggerRestoreAllGalleriesAsyncRequest, TriggerRestoreAllGalleriesAsyncResponse, Type, URI, UnsharpMasking, UpdateByFilterOperation, UpdateDocumentsEvent, UpdateDocumentsEventOperationOneOf, UpdateExistingOperation, UpdateGallery, UpdateGalleryItem, UpdateGalleryItemIdentifiers, UpdateGalleryItemRequest, UpdateGalleryItemResponse, UpdateGalleryRequest, UpdateGalleryResponse, Video, VideoResolution, VideoType, WebhookIdentityType, WhatsAppLink, WixLink, WixLinkLinkOneOf, } from './pro-gallery-v2-gallery-pro-gallery.universal.js';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pro-gallery-v2-gallery-pro-gallery.public.js","sourceRoot":"","sources":["../../../../src/pro-gallery-v2-gallery-pro-gallery.public.ts"],"names":[],"mappings":";;;AAAA,oFAAkG;AAClG,kEAAsF;AACtF,kEAAsF;AACtF,0EAAkG;AAClG,sFAAkF;AAClF,wEAA6F;AAC7F,
|
1
|
+
{"version":3,"file":"pro-gallery-v2-gallery-pro-gallery.public.js","sourceRoot":"","sources":["../../../../src/pro-gallery-v2-gallery-pro-gallery.public.ts"],"names":[],"mappings":"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"}
|
@@ -424,6 +424,8 @@ export interface InvalidateCache extends InvalidateCacheGetByOneOf {
|
|
424
424
|
uri?: URI;
|
425
425
|
/** Invalidate by file (for media files such as PDFs) */
|
426
426
|
file?: File;
|
427
|
+
/** Invalidate by custom tag. Tags used in BO invalidation are disabled for this endpoint (more info: https://wix-bo.com/dev/clear-ssr-cache) */
|
428
|
+
customTag?: CustomTag;
|
427
429
|
/**
|
428
430
|
* tell us why you're invalidating the cache. You don't need to add your app name
|
429
431
|
* @maxLength 256
|
@@ -453,6 +455,8 @@ export interface InvalidateCacheGetByOneOf {
|
|
453
455
|
uri?: URI;
|
454
456
|
/** Invalidate by file (for media files such as PDFs) */
|
455
457
|
file?: File;
|
458
|
+
/** Invalidate by custom tag. Tags used in BO invalidation are disabled for this endpoint (more info: https://wix-bo.com/dev/clear-ssr-cache) */
|
459
|
+
customTag?: CustomTag;
|
456
460
|
}
|
457
461
|
export interface App {
|
458
462
|
/**
|
@@ -503,6 +507,19 @@ export interface File {
|
|
503
507
|
*/
|
504
508
|
fileName?: string;
|
505
509
|
}
|
510
|
+
export interface CustomTag {
|
511
|
+
/**
|
512
|
+
* the msid the tag is related to
|
513
|
+
* @format GUID
|
514
|
+
*/
|
515
|
+
metaSiteId?: string;
|
516
|
+
/**
|
517
|
+
* Tag to invalidate by
|
518
|
+
* @minLength 1
|
519
|
+
* @maxLength 256
|
520
|
+
*/
|
521
|
+
tag?: string;
|
522
|
+
}
|
506
523
|
export interface GalleryPublished {
|
507
524
|
/**
|
508
525
|
* id of the gallery that will be published
|
@@ -654,7 +671,8 @@ export declare enum RCLabel {
|
|
654
671
|
WIX_CLI = "WIX_CLI",
|
655
672
|
MOBILE_APP_BUILDER = "MOBILE_APP_BUILDER",
|
656
673
|
SEO = "SEO",
|
657
|
-
FEEDBACK = "FEEDBACK"
|
674
|
+
FEEDBACK = "FEEDBACK",
|
675
|
+
ACCESSIBILITY = "ACCESSIBILITY"
|
658
676
|
}
|
659
677
|
export interface DomainEvent extends DomainEventBodyOneOf {
|
660
678
|
createdEvent?: EntityCreatedEvent;
|
@@ -1254,148 +1272,3 @@ export declare enum SearchIndexingNotificationState {
|
|
1254
1272
|
/** metasite requires site search indexing */
|
1255
1273
|
On = "On"
|
1256
1274
|
}
|
1257
|
-
interface CommonImageNonNullableFields {
|
1258
|
-
id: string;
|
1259
|
-
url: string;
|
1260
|
-
height: number;
|
1261
|
-
width: number;
|
1262
|
-
}
|
1263
|
-
interface PointNonNullableFields {
|
1264
|
-
x: number;
|
1265
|
-
y: number;
|
1266
|
-
}
|
1267
|
-
interface ImageNonNullableFields {
|
1268
|
-
type: ImageType;
|
1269
|
-
imageInfo?: CommonImageNonNullableFields;
|
1270
|
-
focalPoint?: PointNonNullableFields;
|
1271
|
-
}
|
1272
|
-
interface VideoResolutionNonNullableFields {
|
1273
|
-
url: string;
|
1274
|
-
height: number;
|
1275
|
-
width: number;
|
1276
|
-
poster?: CommonImageNonNullableFields;
|
1277
|
-
format: string;
|
1278
|
-
}
|
1279
|
-
interface VideoV2NonNullableFields {
|
1280
|
-
id: string;
|
1281
|
-
url: string;
|
1282
|
-
resolutions: VideoResolutionNonNullableFields[];
|
1283
|
-
posters: CommonImageNonNullableFields[];
|
1284
|
-
}
|
1285
|
-
interface VideoNonNullableFields {
|
1286
|
-
type: VideoType;
|
1287
|
-
videoInfo?: VideoV2NonNullableFields;
|
1288
|
-
}
|
1289
|
-
interface ExternalLinkNonNullableFields {
|
1290
|
-
url: string;
|
1291
|
-
rel: LinkRel[];
|
1292
|
-
}
|
1293
|
-
interface PageLinkNonNullableFields {
|
1294
|
-
pageId: string;
|
1295
|
-
rel: LinkRel[];
|
1296
|
-
}
|
1297
|
-
interface AnchorLinkNonNullableFields {
|
1298
|
-
anchorName: string;
|
1299
|
-
anchorDataId: string;
|
1300
|
-
pageId: string;
|
1301
|
-
rel: LinkRel[];
|
1302
|
-
}
|
1303
|
-
interface DynamicPageLinkNonNullableFields {
|
1304
|
-
routerId: string;
|
1305
|
-
innerRoute: string;
|
1306
|
-
rel: LinkRel[];
|
1307
|
-
}
|
1308
|
-
interface DocumentLinkNonNullableFields {
|
1309
|
-
docId: string;
|
1310
|
-
indexable: boolean;
|
1311
|
-
}
|
1312
|
-
interface EmailLinkNonNullableFields {
|
1313
|
-
recipient: string;
|
1314
|
-
}
|
1315
|
-
interface PhoneLinkNonNullableFields {
|
1316
|
-
phoneNumber: string;
|
1317
|
-
}
|
1318
|
-
interface AddressLinkNonNullableFields {
|
1319
|
-
address: string;
|
1320
|
-
}
|
1321
|
-
interface WhatsAppLinkNonNullableFields {
|
1322
|
-
phoneNumber: string;
|
1323
|
-
}
|
1324
|
-
interface TpaPageLinkNonNullableFields {
|
1325
|
-
itemTypeIdentifier: string;
|
1326
|
-
itemId: string;
|
1327
|
-
pageId: string;
|
1328
|
-
appDefinitionId: string;
|
1329
|
-
path: string;
|
1330
|
-
rel: LinkRel[];
|
1331
|
-
}
|
1332
|
-
interface WixLinkNonNullableFields {
|
1333
|
-
external?: ExternalLinkNonNullableFields;
|
1334
|
-
page?: PageLinkNonNullableFields;
|
1335
|
-
anchor?: AnchorLinkNonNullableFields;
|
1336
|
-
dynamicPage?: DynamicPageLinkNonNullableFields;
|
1337
|
-
document?: DocumentLinkNonNullableFields;
|
1338
|
-
email?: EmailLinkNonNullableFields;
|
1339
|
-
phone?: PhoneLinkNonNullableFields;
|
1340
|
-
address?: AddressLinkNonNullableFields;
|
1341
|
-
whatsApp?: WhatsAppLinkNonNullableFields;
|
1342
|
-
tpaPage?: TpaPageLinkNonNullableFields;
|
1343
|
-
}
|
1344
|
-
interface LinkNonNullableFields {
|
1345
|
-
type: LinkType;
|
1346
|
-
wixLinkData?: WixLinkNonNullableFields;
|
1347
|
-
}
|
1348
|
-
interface TagsNonNullableFields {
|
1349
|
-
values: string[];
|
1350
|
-
}
|
1351
|
-
interface SecondaryMediaNonNullableFields {
|
1352
|
-
image?: ImageNonNullableFields;
|
1353
|
-
}
|
1354
|
-
interface ItemNonNullableFields {
|
1355
|
-
image?: ImageNonNullableFields;
|
1356
|
-
video?: VideoNonNullableFields;
|
1357
|
-
link?: LinkNonNullableFields;
|
1358
|
-
type: Type;
|
1359
|
-
tags?: TagsNonNullableFields;
|
1360
|
-
secondaryMedia?: SecondaryMediaNonNullableFields;
|
1361
|
-
}
|
1362
|
-
interface GalleryNonNullableFields {
|
1363
|
-
items: ItemNonNullableFields[];
|
1364
|
-
}
|
1365
|
-
export interface ListGalleriesResponseNonNullableFields {
|
1366
|
-
galleries: GalleryNonNullableFields[];
|
1367
|
-
}
|
1368
|
-
export interface GetGalleryResponseNonNullableFields {
|
1369
|
-
gallery?: GalleryNonNullableFields;
|
1370
|
-
}
|
1371
|
-
export interface ListGalleryItemsResponseNonNullableFields {
|
1372
|
-
items: ItemNonNullableFields[];
|
1373
|
-
}
|
1374
|
-
export interface GetGalleryItemResponseNonNullableFields {
|
1375
|
-
item?: ItemNonNullableFields;
|
1376
|
-
}
|
1377
|
-
export interface CreateGalleryResponseNonNullableFields {
|
1378
|
-
gallery?: GalleryNonNullableFields;
|
1379
|
-
}
|
1380
|
-
export interface UpdateGalleryResponseNonNullableFields {
|
1381
|
-
gallery?: GalleryNonNullableFields;
|
1382
|
-
}
|
1383
|
-
export interface DeleteGalleryResponseNonNullableFields {
|
1384
|
-
galleryId: string;
|
1385
|
-
}
|
1386
|
-
export interface DeleteGalleryItemsResponseNonNullableFields {
|
1387
|
-
gallery?: GalleryNonNullableFields;
|
1388
|
-
}
|
1389
|
-
export interface BulkDeleteGalleryItemsResponseNonNullableFields {
|
1390
|
-
itemIds: string[];
|
1391
|
-
}
|
1392
|
-
export interface CreateGalleryItemResponseNonNullableFields {
|
1393
|
-
item?: ItemNonNullableFields;
|
1394
|
-
}
|
1395
|
-
export interface UpdateGalleryItemResponseNonNullableFields {
|
1396
|
-
item?: ItemNonNullableFields;
|
1397
|
-
}
|
1398
|
-
export interface DeleteGalleryItemResponseNonNullableFields {
|
1399
|
-
itemId: string;
|
1400
|
-
}
|
1401
|
-
export {};
|
@@ -57,6 +57,7 @@ var RCLabel;
|
|
57
57
|
RCLabel["MOBILE_APP_BUILDER"] = "MOBILE_APP_BUILDER";
|
58
58
|
RCLabel["SEO"] = "SEO";
|
59
59
|
RCLabel["FEEDBACK"] = "FEEDBACK";
|
60
|
+
RCLabel["ACCESSIBILITY"] = "ACCESSIBILITY";
|
60
61
|
})(RCLabel || (exports.RCLabel = RCLabel = {}));
|
61
62
|
var WebhookIdentityType;
|
62
63
|
(function (WebhookIdentityType) {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pro-gallery-v2-gallery-pro-gallery.types.js","sourceRoot":"","sources":["../../../../src/pro-gallery-v2-gallery-pro-gallery.types.ts"],"names":[],"mappings":";;;AA4FA,IAAY,QAMX;AAND,WAAY,QAAQ;IAClB,mCAAuB,CAAA;IACvB,qBAAqB;IACrB,iCAAqB,CAAA;IACrB,4CAA4C;IAC5C,iCAAqB,CAAA;AACvB,CAAC,EANW,QAAQ,wBAAR,QAAQ,QAMnB;AA4DD;;;;GAIG;AACH,IAAY,OAWX;AAXD,WAAY,OAAO;IACjB,gCAAgC;IAChC,gDAAqC,CAAA;IACrC,mHAAmH;IACnH,gCAAqB,CAAA;IACrB,gJAAgJ;IAChJ,gCAAqB,CAAA;IACrB,yFAAyF;IACzF,oCAAyB,CAAA;IACzB,6EAA6E;IAC7E,kCAAuB,CAAA;AACzB,CAAC,EAXW,OAAO,uBAAP,OAAO,QAWlB;AAwGD,IAAY,IAKX;AALD,WAAY,IAAI;IACd,+BAAuB,CAAA;IACvB,uBAAe,CAAA;IACf,uBAAe,CAAA;IACf,qBAAa,CAAA;AACf,CAAC,EALW,IAAI,oBAAJ,IAAI,QAKf;AAsBD,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,kCAAqB,CAAA;AACvB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAyDD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,gCAAmB,CAAA;IACnB,4BAAe,CAAA;AACjB,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;
|
1
|
+
{"version":3,"file":"pro-gallery-v2-gallery-pro-gallery.types.js","sourceRoot":"","sources":["../../../../src/pro-gallery-v2-gallery-pro-gallery.types.ts"],"names":[],"mappings":";;;AA4FA,IAAY,QAMX;AAND,WAAY,QAAQ;IAClB,mCAAuB,CAAA;IACvB,qBAAqB;IACrB,iCAAqB,CAAA;IACrB,4CAA4C;IAC5C,iCAAqB,CAAA;AACvB,CAAC,EANW,QAAQ,wBAAR,QAAQ,QAMnB;AA4DD;;;;GAIG;AACH,IAAY,OAWX;AAXD,WAAY,OAAO;IACjB,gCAAgC;IAChC,gDAAqC,CAAA;IACrC,mHAAmH;IACnH,gCAAqB,CAAA;IACrB,gJAAgJ;IAChJ,gCAAqB,CAAA;IACrB,yFAAyF;IACzF,oCAAyB,CAAA;IACzB,6EAA6E;IAC7E,kCAAuB,CAAA;AACzB,CAAC,EAXW,OAAO,uBAAP,OAAO,QAWlB;AAwGD,IAAY,IAKX;AALD,WAAY,IAAI;IACd,+BAAuB,CAAA;IACvB,uBAAe,CAAA;IACf,uBAAe,CAAA;IACf,qBAAa,CAAA;AACf,CAAC,EALW,IAAI,oBAAJ,IAAI,QAKf;AAsBD,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,kCAAqB,CAAA;AACvB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAyDD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,gCAAmB,CAAA;IACnB,4BAAe,CAAA;AACjB,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAyVD,IAAY,OAUX;AAVD,WAAY,OAAO;IACjB,8DAA8D;IAC9D,8BAAmB,CAAA;IACnB,8CAAmC,CAAA;IACnC,4BAAiB,CAAA;IACjB,8BAAmB,CAAA;IACnB,oDAAyC,CAAA;IACzC,sBAAW,CAAA;IACX,gCAAqB,CAAA;IACrB,0CAA+B,CAAA;AACjC,CAAC,EAVW,OAAO,uBAAP,OAAO,QAUlB;AAmJD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B;AAwGD,IAAY,KAOX;AAPD,WAAY,KAAK;IACf,uBAAuB;IACvB,gCAAuB,CAAA;IACvB,iCAAiC;IACjC,wBAAe,CAAA;IACf,mCAAmC;IACnC,gCAAuB,CAAA;AACzB,CAAC,EAPW,KAAK,qBAAL,KAAK,QAOhB;AAmVD,IAAY,IAaX;AAbD,WAAY,IAAI;IACd,mDAAmD;IACnD,2BAAmB,CAAA;IACnB,wDAAwD;IACxD,+BAAuB,CAAA;IACvB,0CAA0C;IAC1C,2BAAmB,CAAA;IACnB,2CAA2C;IAC3C,yBAAiB,CAAA;IACjB,uEAAuE;IACvE,+BAAuB,CAAA;IACvB,0DAA0D;IAC1D,2CAAmC,CAAA;AACrC,CAAC,EAbW,IAAI,oBAAJ,IAAI,QAaf;AAsCD,IAAY,+BAOX;AAPD,WAAY,+BAA+B;IACzC,oBAAoB;IACpB,sDAAmB,CAAA;IACnB,qDAAqD;IACrD,8CAAW,CAAA;IACX,6CAA6C;IAC7C,4CAAS,CAAA;AACX,CAAC,EAPW,+BAA+B,+CAA/B,+BAA+B,QAO1C"}
|