@wix/pro-gallery 1.0.9 → 1.0.10

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,25 +1,25 @@
1
1
  import { RequestOptionsFactory } from '@wix/sdk-types';
2
2
  import { CreateGalleryItemRequest, CreateGalleryItemResponse, CreateGalleryRequest, CreateGalleryResponse, DeleteGalleryItemRequest, DeleteGalleryItemResponse, DeleteGalleryRequest, DeleteGalleryResponse, GetGalleryItemRequest, GetGalleryItemResponse, GetGalleryRequest, GetGalleryResponse, ListGalleriesRequest, ListGalleriesResponse, ListGalleryItemsRequest, ListGalleryItemsResponse, UpdateGalleryItemRequest, UpdateGalleryItemResponse, UpdateGalleryRequest, UpdateGalleryResponse } from './pro-gallery-v2-gallery.types';
3
3
  /**
4
- * Lists galleries.
4
+ * Retrieves a list of galleries.
5
5
  *
6
6
  * The `listGalleries()` function returns a Promise that resolves to 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.
7
7
  */
8
8
  export declare function listGalleries(payload: ListGalleriesRequest): RequestOptionsFactory<ListGalleriesResponse>;
9
9
  /**
10
- * Gets an existing gallery by ID.
10
+ * Gets a gallery by ID.
11
11
  *
12
12
  * The `getGallery()` function returns a Promise that resolves to a gallery whose ID matches the given ID.
13
13
  */
14
14
  export declare function getGallery(payload: GetGalleryRequest): RequestOptionsFactory<GetGalleryResponse>;
15
15
  /**
16
- * Lists media items in a specified gallery.
16
+ * Retrieves a list of media items in a specified gallery.
17
17
  *
18
18
  * The `listGalleryItems()` function returns a Promise that resolves to a list of up to 100 gallery items. The gallery items are listed by `sortOrder` in descending order.
19
19
  */
20
20
  export declare function listGalleryItems(payload: ListGalleryItemsRequest): RequestOptionsFactory<ListGalleryItemsResponse>;
21
21
  /**
22
- * Gets an existing gallery item by ID.
22
+ * Gets a gallery item by ID.
23
23
  *
24
24
  * The `getGalleryItem()` function returns a Promise that resolves to a media item in a specified gallery whose ID matches the given ID.
25
25
  */
@@ -123,7 +123,7 @@ function resolveComWixpressExposureProgalleryProGalleryUrl(opts) {
123
123
  return metro_runtime_2.resolveUrl(Object.assign(opts, { domainToMappings }));
124
124
  }
125
125
  /**
126
- * Lists galleries.
126
+ * Retrieves a list of galleries.
127
127
  *
128
128
  * The `listGalleries()` function returns a Promise that resolves to 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.
129
129
  */
@@ -160,7 +160,7 @@ function listGalleries(payload) {
160
160
  }
161
161
  exports.listGalleries = listGalleries;
162
162
  /**
163
- * Gets an existing gallery by ID.
163
+ * Gets a gallery by ID.
164
164
  *
165
165
  * The `getGallery()` function returns a Promise that resolves to a gallery whose ID matches the given ID.
166
166
  */
@@ -197,7 +197,7 @@ function getGallery(payload) {
197
197
  }
198
198
  exports.getGallery = getGallery;
199
199
  /**
200
- * Lists media items in a specified gallery.
200
+ * Retrieves a list of media items in a specified gallery.
201
201
  *
202
202
  * The `listGalleryItems()` function returns a Promise that resolves to a list of up to 100 gallery items. The gallery items are listed by `sortOrder` in descending order.
203
203
  */
@@ -233,7 +233,7 @@ function listGalleryItems(payload) {
233
233
  }
234
234
  exports.listGalleryItems = listGalleryItems;
235
235
  /**
236
- * Gets an existing gallery item by ID.
236
+ * Gets a gallery item by ID.
237
237
  *
238
238
  * The `getGalleryItem()` function returns a Promise that resolves to a media item in a specified gallery whose ID matches the given ID.
239
239
  */
@@ -809,7 +809,7 @@ export interface ExtendedFieldsUpdatedEvent {
809
809
  currentEntityAsJson?: string;
810
810
  }
811
811
  /**
812
- * Lists galleries.
812
+ * Retrieves a list of galleries.
813
813
  *
814
814
  * The `listGalleries()` function returns a Promise that resolves to 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.
815
815
  * @public
@@ -825,7 +825,7 @@ export interface ListGalleriesOptions {
825
825
  limit?: number | null;
826
826
  }
827
827
  /**
828
- * Gets an existing gallery by ID.
828
+ * Gets a gallery by ID.
829
829
  *
830
830
  * The `getGallery()` function returns a Promise that resolves to a gallery whose ID matches the given ID.
831
831
  * @param galleryId - Gallery ID.
@@ -848,7 +848,7 @@ export interface GetGalleryOptions {
848
848
  itemLimit?: number | null;
849
849
  }
850
850
  /**
851
- * Lists media items in a specified gallery.
851
+ * Retrieves a list of media items in a specified gallery.
852
852
  *
853
853
  * The `listGalleryItems()` function returns a Promise that resolves to a list of up to 100 gallery items. The gallery items are listed by `sortOrder` in descending order.
854
854
  * @param galleryId - Gallery ID.
@@ -870,7 +870,7 @@ export interface ListGalleryItemsOptions {
870
870
  itemLimit?: number | null;
871
871
  }
872
872
  /**
873
- * Gets an existing gallery item by ID.
873
+ * Gets a gallery item by ID.
874
874
  *
875
875
  * The `getGalleryItem()` function returns a Promise that resolves to a media item in a specified gallery whose ID matches the given ID.
876
876
  * @public
@@ -136,7 +136,7 @@ const _updateGalleryRequest = { gallery: '_gallery' };
136
136
  const _updateGalleryResponse = { gallery: '_gallery' };
137
137
  const _video = { videoInfo: 'wix.common.VideoV2' };
138
138
  /**
139
- * Lists galleries.
139
+ * Retrieves a list of galleries.
140
140
  *
141
141
  * The `listGalleries()` function returns a Promise that resolves to 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.
142
142
  * @public
@@ -187,7 +187,7 @@ function listGalleries(options) {
187
187
  }
188
188
  exports.listGalleries = listGalleries;
189
189
  /**
190
- * Gets an existing gallery by ID.
190
+ * Gets a gallery by ID.
191
191
  *
192
192
  * The `getGallery()` function returns a Promise that resolves to a gallery whose ID matches the given ID.
193
193
  * @param galleryId - Gallery ID.
@@ -242,7 +242,7 @@ function getGallery(galleryId, options) {
242
242
  }
243
243
  exports.getGallery = getGallery;
244
244
  /**
245
- * Lists media items in a specified gallery.
245
+ * Retrieves a list of media items in a specified gallery.
246
246
  *
247
247
  * The `listGalleryItems()` function returns a Promise that resolves to a list of up to 100 gallery items. The gallery items are listed by `sortOrder` in descending order.
248
248
  * @param galleryId - Gallery ID.
@@ -296,7 +296,7 @@ function listGalleryItems(galleryId, options) {
296
296
  }
297
297
  exports.listGalleryItems = listGalleryItems;
298
298
  /**
299
- * Gets an existing gallery item by ID.
299
+ * Gets a gallery item by ID.
300
300
  *
301
301
  * The `getGalleryItem()` function returns a Promise that resolves to a media item in a specified gallery whose ID matches the given ID.
302
302
  * @public
@@ -1,25 +1,25 @@
1
1
  import { RequestOptionsFactory } from '@wix/sdk-types';
2
2
  import { CreateGalleryItemRequest, CreateGalleryItemResponse, CreateGalleryRequest, CreateGalleryResponse, DeleteGalleryItemRequest, DeleteGalleryItemResponse, DeleteGalleryRequest, DeleteGalleryResponse, GetGalleryItemRequest, GetGalleryItemResponse, GetGalleryRequest, GetGalleryResponse, ListGalleriesRequest, ListGalleriesResponse, ListGalleryItemsRequest, ListGalleryItemsResponse, UpdateGalleryItemRequest, UpdateGalleryItemResponse, UpdateGalleryRequest, UpdateGalleryResponse } from './pro-gallery-v2-gallery.types';
3
3
  /**
4
- * Lists galleries.
4
+ * Retrieves a list of galleries.
5
5
  *
6
6
  * The `listGalleries()` function returns a Promise that resolves to 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.
7
7
  */
8
8
  export declare function listGalleries(payload: ListGalleriesRequest): RequestOptionsFactory<ListGalleriesResponse>;
9
9
  /**
10
- * Gets an existing gallery by ID.
10
+ * Gets a gallery by ID.
11
11
  *
12
12
  * The `getGallery()` function returns a Promise that resolves to a gallery whose ID matches the given ID.
13
13
  */
14
14
  export declare function getGallery(payload: GetGalleryRequest): RequestOptionsFactory<GetGalleryResponse>;
15
15
  /**
16
- * Lists media items in a specified gallery.
16
+ * Retrieves a list of media items in a specified gallery.
17
17
  *
18
18
  * The `listGalleryItems()` function returns a Promise that resolves to a list of up to 100 gallery items. The gallery items are listed by `sortOrder` in descending order.
19
19
  */
20
20
  export declare function listGalleryItems(payload: ListGalleryItemsRequest): RequestOptionsFactory<ListGalleryItemsResponse>;
21
21
  /**
22
- * Gets an existing gallery item by ID.
22
+ * Gets a gallery item by ID.
23
23
  *
24
24
  * The `getGalleryItem()` function returns a Promise that resolves to a media item in a specified gallery whose ID matches the given ID.
25
25
  */
@@ -120,7 +120,7 @@ function resolveComWixpressExposureProgalleryProGalleryUrl(opts) {
120
120
  return resolveUrl(Object.assign(opts, { domainToMappings }));
121
121
  }
122
122
  /**
123
- * Lists galleries.
123
+ * Retrieves a list of galleries.
124
124
  *
125
125
  * The `listGalleries()` function returns a Promise that resolves to 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.
126
126
  */
@@ -156,7 +156,7 @@ export function listGalleries(payload) {
156
156
  return __listGalleries;
157
157
  }
158
158
  /**
159
- * Gets an existing gallery by ID.
159
+ * Gets a gallery by ID.
160
160
  *
161
161
  * The `getGallery()` function returns a Promise that resolves to a gallery whose ID matches the given ID.
162
162
  */
@@ -192,7 +192,7 @@ export function getGallery(payload) {
192
192
  return __getGallery;
193
193
  }
194
194
  /**
195
- * Lists media items in a specified gallery.
195
+ * Retrieves a list of media items in a specified gallery.
196
196
  *
197
197
  * The `listGalleryItems()` function returns a Promise that resolves to a list of up to 100 gallery items. The gallery items are listed by `sortOrder` in descending order.
198
198
  */
@@ -227,7 +227,7 @@ export function listGalleryItems(payload) {
227
227
  return __listGalleryItems;
228
228
  }
229
229
  /**
230
- * Gets an existing gallery item by ID.
230
+ * Gets a gallery item by ID.
231
231
  *
232
232
  * The `getGalleryItem()` function returns a Promise that resolves to a media item in a specified gallery whose ID matches the given ID.
233
233
  */
@@ -809,7 +809,7 @@ export interface ExtendedFieldsUpdatedEvent {
809
809
  currentEntityAsJson?: string;
810
810
  }
811
811
  /**
812
- * Lists galleries.
812
+ * Retrieves a list of galleries.
813
813
  *
814
814
  * The `listGalleries()` function returns a Promise that resolves to 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.
815
815
  * @public
@@ -825,7 +825,7 @@ export interface ListGalleriesOptions {
825
825
  limit?: number | null;
826
826
  }
827
827
  /**
828
- * Gets an existing gallery by ID.
828
+ * Gets a gallery by ID.
829
829
  *
830
830
  * The `getGallery()` function returns a Promise that resolves to a gallery whose ID matches the given ID.
831
831
  * @param galleryId - Gallery ID.
@@ -848,7 +848,7 @@ export interface GetGalleryOptions {
848
848
  itemLimit?: number | null;
849
849
  }
850
850
  /**
851
- * Lists media items in a specified gallery.
851
+ * Retrieves a list of media items in a specified gallery.
852
852
  *
853
853
  * The `listGalleryItems()` function returns a Promise that resolves to a list of up to 100 gallery items. The gallery items are listed by `sortOrder` in descending order.
854
854
  * @param galleryId - Gallery ID.
@@ -870,7 +870,7 @@ export interface ListGalleryItemsOptions {
870
870
  itemLimit?: number | null;
871
871
  }
872
872
  /**
873
- * Gets an existing gallery item by ID.
873
+ * Gets a gallery item by ID.
874
874
  *
875
875
  * The `getGalleryItem()` function returns a Promise that resolves to a media item in a specified gallery whose ID matches the given ID.
876
876
  * @public
@@ -114,7 +114,7 @@ const _updateGalleryRequest = { gallery: '_gallery' };
114
114
  const _updateGalleryResponse = { gallery: '_gallery' };
115
115
  const _video = { videoInfo: 'wix.common.VideoV2' };
116
116
  /**
117
- * Lists galleries.
117
+ * Retrieves a list of galleries.
118
118
  *
119
119
  * The `listGalleries()` function returns a Promise that resolves to 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.
120
120
  * @public
@@ -164,7 +164,7 @@ export function listGalleries(options) {
164
164
  });
165
165
  }
166
166
  /**
167
- * Gets an existing gallery by ID.
167
+ * Gets a gallery by ID.
168
168
  *
169
169
  * The `getGallery()` function returns a Promise that resolves to a gallery whose ID matches the given ID.
170
170
  * @param galleryId - Gallery ID.
@@ -218,7 +218,7 @@ export function getGallery(galleryId, options) {
218
218
  });
219
219
  }
220
220
  /**
221
- * Lists media items in a specified gallery.
221
+ * Retrieves a list of media items in a specified gallery.
222
222
  *
223
223
  * The `listGalleryItems()` function returns a Promise that resolves to a list of up to 100 gallery items. The gallery items are listed by `sortOrder` in descending order.
224
224
  * @param galleryId - Gallery ID.
@@ -271,7 +271,7 @@ export function listGalleryItems(galleryId, options) {
271
271
  });
272
272
  }
273
273
  /**
274
- * Gets an existing gallery item by ID.
274
+ * Gets a gallery item by ID.
275
275
  *
276
276
  * The `getGalleryItem()` function returns a Promise that resolves to a media item in a specified gallery whose ID matches the given ID.
277
277
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/pro-gallery",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "d97e2bf5a985f07ebadf59c9de7876e94f877ce1d025c5003df7f072"
36
+ "falconPackageHash": "f0e04fd753728f20c4f0a21389d1e0f2e9204aafa4818af7cbf5f36a"
37
37
  }