@wix/pro-gallery 1.0.0 → 1.0.1
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.public.d.ts +1 -1
- package/build/cjs/src/pro-gallery-v2-gallery.types.d.ts +1 -1
- package/build/cjs/src/pro-gallery-v2-gallery.universal.d.ts +1 -1
- package/build/es/src/pro-gallery-v2-gallery.public.d.ts +1 -1
- package/build/es/src/pro-gallery-v2-gallery.types.d.ts +1 -1
- package/build/es/src/pro-gallery-v2-gallery.universal.d.ts +1 -1
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import { HttpClient } from '@wix/sdk-types';
|
2
|
-
import {
|
2
|
+
import { GetGalleryItemIdentifiers, UpdateGallery, Item, UpdateGalleryItemIdentifiers, UpdateGalleryItem, DeleteGalleryItemIdentifiers, CreateGalleryOptions, GetGalleryOptions, ListGalleriesOptions, ListGalleryItemsOptions } from './pro-gallery-v2-gallery.universal';
|
3
3
|
export declare function listGalleries(httpClient: HttpClient): (options?: ListGalleriesOptions | undefined) => Promise<import("./pro-gallery-v2-gallery.universal").ListGalleriesResponse>;
|
4
4
|
export declare function getGallery(httpClient: HttpClient): (galleryId: string, options?: GetGalleryOptions | undefined) => Promise<import("./pro-gallery-v2-gallery.universal").Gallery>;
|
5
5
|
export declare function listGalleryItems(httpClient: HttpClient): (galleryId: string, options?: ListGalleryItemsOptions | undefined) => Promise<import("./pro-gallery-v2-gallery.universal").ListGalleryItemsResponse>;
|
@@ -277,7 +277,7 @@ export interface Video {
|
|
277
277
|
type?: VideoType;
|
278
278
|
/** Video info - can include Wix Media or an external link from YouTube or Vimeo. Required. */
|
279
279
|
videoInfo?: VideoV2;
|
280
|
-
/** Manually defined
|
280
|
+
/** Manually defined video duration in milliseconds. */
|
281
281
|
durationInMillis?: number | null;
|
282
282
|
}
|
283
283
|
export declare enum VideoType {
|
@@ -266,7 +266,7 @@ export interface Video {
|
|
266
266
|
type?: VideoType;
|
267
267
|
/** Video info - can include Wix Media or an external link from YouTube or Vimeo. Required. */
|
268
268
|
videoInfo?: string;
|
269
|
-
/** Manually defined
|
269
|
+
/** Manually defined video duration in milliseconds. */
|
270
270
|
durationInMillis?: number | null;
|
271
271
|
}
|
272
272
|
export declare enum VideoType {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { HttpClient } from '@wix/sdk-types';
|
2
|
-
import {
|
2
|
+
import { GetGalleryItemIdentifiers, UpdateGallery, Item, UpdateGalleryItemIdentifiers, UpdateGalleryItem, DeleteGalleryItemIdentifiers, CreateGalleryOptions, GetGalleryOptions, ListGalleriesOptions, ListGalleryItemsOptions } from './pro-gallery-v2-gallery.universal';
|
3
3
|
export declare function listGalleries(httpClient: HttpClient): (options?: ListGalleriesOptions | undefined) => Promise<import("./pro-gallery-v2-gallery.universal").ListGalleriesResponse>;
|
4
4
|
export declare function getGallery(httpClient: HttpClient): (galleryId: string, options?: GetGalleryOptions | undefined) => Promise<import("./pro-gallery-v2-gallery.universal").Gallery>;
|
5
5
|
export declare function listGalleryItems(httpClient: HttpClient): (galleryId: string, options?: ListGalleryItemsOptions | undefined) => Promise<import("./pro-gallery-v2-gallery.universal").ListGalleryItemsResponse>;
|
@@ -277,7 +277,7 @@ export interface Video {
|
|
277
277
|
type?: VideoType;
|
278
278
|
/** Video info - can include Wix Media or an external link from YouTube or Vimeo. Required. */
|
279
279
|
videoInfo?: VideoV2;
|
280
|
-
/** Manually defined
|
280
|
+
/** Manually defined video duration in milliseconds. */
|
281
281
|
durationInMillis?: number | null;
|
282
282
|
}
|
283
283
|
export declare enum VideoType {
|
@@ -266,7 +266,7 @@ export interface Video {
|
|
266
266
|
type?: VideoType;
|
267
267
|
/** Video info - can include Wix Media or an external link from YouTube or Vimeo. Required. */
|
268
268
|
videoInfo?: string;
|
269
|
-
/** Manually defined
|
269
|
+
/** Manually defined video duration in milliseconds. */
|
270
270
|
durationInMillis?: number | null;
|
271
271
|
}
|
272
272
|
export declare enum VideoType {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/pro-gallery",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
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": "
|
36
|
+
"falconPackageHash": "7878edadb18c00b4d6b24c042c08cc7dc6781659ec95e000817cb071"
|
37
37
|
}
|