@wix/blog 1.0.169 → 1.0.170
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.
|
@@ -1499,7 +1499,7 @@ export interface MediaMediaOneOf {
|
|
|
1499
1499
|
embedMedia?: EmbedMedia;
|
|
1500
1500
|
}
|
|
1501
1501
|
export interface WixMedia {
|
|
1502
|
-
/** Thumbnail or image details. */
|
|
1502
|
+
/** Thumbnail or image details. Required if videoV2 is provided. */
|
|
1503
1503
|
image?: CommonImage;
|
|
1504
1504
|
/** Video details. Optional */
|
|
1505
1505
|
videoV2?: VideoV2;
|
|
@@ -1486,7 +1486,7 @@ export interface MediaMediaOneOf {
|
|
|
1486
1486
|
embedMedia?: EmbedMedia;
|
|
1487
1487
|
}
|
|
1488
1488
|
export interface WixMedia {
|
|
1489
|
-
/** Thumbnail or image details. */
|
|
1489
|
+
/** Thumbnail or image details. Required if videoV2 is provided. */
|
|
1490
1490
|
image?: string;
|
|
1491
1491
|
/** Video details. Optional */
|
|
1492
1492
|
videoV2?: string;
|
|
@@ -1499,7 +1499,7 @@ export interface MediaMediaOneOf {
|
|
|
1499
1499
|
embedMedia?: EmbedMedia;
|
|
1500
1500
|
}
|
|
1501
1501
|
export interface WixMedia {
|
|
1502
|
-
/** Thumbnail or image details. */
|
|
1502
|
+
/** Thumbnail or image details. Required if videoV2 is provided. */
|
|
1503
1503
|
image?: CommonImage;
|
|
1504
1504
|
/** Video details. Optional */
|
|
1505
1505
|
videoV2?: VideoV2;
|
|
@@ -1486,7 +1486,7 @@ export interface MediaMediaOneOf {
|
|
|
1486
1486
|
embedMedia?: EmbedMedia;
|
|
1487
1487
|
}
|
|
1488
1488
|
export interface WixMedia {
|
|
1489
|
-
/** Thumbnail or image details. */
|
|
1489
|
+
/** Thumbnail or image details. Required if videoV2 is provided. */
|
|
1490
1490
|
image?: string;
|
|
1491
1491
|
/** Video details. Optional */
|
|
1492
1492
|
videoV2?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/blog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.170",
|
|
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": "692c0947893fa8ecc6be25ff78c26296e864d029e4c438f8f5fd3c6f"
|
|
37
37
|
}
|