@wix/blog 1.0.302 → 1.0.303
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/blog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.303",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/blog_blog-cache": "1.0.5",
|
|
22
|
-
"@wix/blog_blog-importer": "1.0.
|
|
22
|
+
"@wix/blog_blog-importer": "1.0.14",
|
|
23
23
|
"@wix/blog_categories": "1.0.42",
|
|
24
24
|
"@wix/blog_draft-posts": "1.0.42",
|
|
25
25
|
"@wix/blog_posts": "1.0.49",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "ddb8710fd9a617851f99ca1e3347bdaab11e5818ad6e942fe4c72c32"
|
|
52
52
|
}
|
|
@@ -1217,6 +1217,8 @@ interface ValidateUrlForImportRequest {
|
|
|
1217
1217
|
url: string | null;
|
|
1218
1218
|
}
|
|
1219
1219
|
interface ValidateUrlForImportResponse {
|
|
1220
|
+
/** Blog type. */
|
|
1221
|
+
blogType?: string | null;
|
|
1220
1222
|
/** Number of posts. */
|
|
1221
1223
|
totalPosts?: number | null;
|
|
1222
1224
|
/** Blog title. */
|
|
@@ -1217,6 +1217,8 @@ interface ValidateUrlForImportRequest {
|
|
|
1217
1217
|
url: string | null;
|
|
1218
1218
|
}
|
|
1219
1219
|
interface ValidateUrlForImportResponse {
|
|
1220
|
+
/** Blog type. */
|
|
1221
|
+
blogType?: string | null;
|
|
1220
1222
|
/** Number of posts. */
|
|
1221
1223
|
totalPosts?: number | null;
|
|
1222
1224
|
/** Blog title. */
|
|
@@ -811,6 +811,8 @@ interface ValidateUrlForImportRequest$1 {
|
|
|
811
811
|
url: string | null;
|
|
812
812
|
}
|
|
813
813
|
interface ValidateUrlForImportResponse$1 {
|
|
814
|
+
/** Blog type. */
|
|
815
|
+
blogType?: string | null;
|
|
814
816
|
/** Number of posts. */
|
|
815
817
|
totalPosts?: number | null;
|
|
816
818
|
/** Blog title. */
|
|
@@ -904,6 +906,8 @@ interface ValidateUrlForImportRequest {
|
|
|
904
906
|
url: string | null;
|
|
905
907
|
}
|
|
906
908
|
interface ValidateUrlForImportResponse {
|
|
909
|
+
/** Blog type. */
|
|
910
|
+
blogType?: string | null;
|
|
907
911
|
/** Number of posts. */
|
|
908
912
|
totalPosts?: number | null;
|
|
909
913
|
/** Blog title. */
|