@wix/blog 1.0.303 → 1.0.305
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.305",
|
|
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.16",
|
|
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": "084449baad1b18bbd0cc1334e72c80ee31af06417f374be10561727a"
|
|
52
52
|
}
|
|
@@ -1182,6 +1182,8 @@ interface ImportStatus {
|
|
|
1182
1182
|
alreadyImportedAmount?: number;
|
|
1183
1183
|
/** Amount of entities processed. */
|
|
1184
1184
|
processedAmount?: number;
|
|
1185
|
+
/** Url for the page that is being imported. */
|
|
1186
|
+
url?: string | null;
|
|
1185
1187
|
}
|
|
1186
1188
|
declare enum Status$2 {
|
|
1187
1189
|
UNKNOWN = "UNKNOWN",
|
|
@@ -1217,8 +1219,6 @@ interface ValidateUrlForImportRequest {
|
|
|
1217
1219
|
url: string | null;
|
|
1218
1220
|
}
|
|
1219
1221
|
interface ValidateUrlForImportResponse {
|
|
1220
|
-
/** Blog type. */
|
|
1221
|
-
blogType?: string | null;
|
|
1222
1222
|
/** Number of posts. */
|
|
1223
1223
|
totalPosts?: number | null;
|
|
1224
1224
|
/** Blog title. */
|
|
@@ -1182,6 +1182,8 @@ interface ImportStatus {
|
|
|
1182
1182
|
alreadyImportedAmount?: number;
|
|
1183
1183
|
/** Amount of entities processed. */
|
|
1184
1184
|
processedAmount?: number;
|
|
1185
|
+
/** Url for the page that is being imported. */
|
|
1186
|
+
url?: string | null;
|
|
1185
1187
|
}
|
|
1186
1188
|
declare enum Status$2 {
|
|
1187
1189
|
UNKNOWN = "UNKNOWN",
|
|
@@ -1217,8 +1219,6 @@ interface ValidateUrlForImportRequest {
|
|
|
1217
1219
|
url: string | null;
|
|
1218
1220
|
}
|
|
1219
1221
|
interface ValidateUrlForImportResponse {
|
|
1220
|
-
/** Blog type. */
|
|
1221
|
-
blogType?: string | null;
|
|
1222
1222
|
/** Number of posts. */
|
|
1223
1223
|
totalPosts?: number | null;
|
|
1224
1224
|
/** Blog title. */
|
|
@@ -776,6 +776,8 @@ interface ImportStatus$1 {
|
|
|
776
776
|
alreadyImportedAmount?: number;
|
|
777
777
|
/** Amount of entities processed. */
|
|
778
778
|
processedAmount?: number;
|
|
779
|
+
/** Url for the page that is being imported. */
|
|
780
|
+
url?: string | null;
|
|
779
781
|
}
|
|
780
782
|
declare enum Status$3 {
|
|
781
783
|
UNKNOWN = "UNKNOWN",
|
|
@@ -811,8 +813,6 @@ interface ValidateUrlForImportRequest$1 {
|
|
|
811
813
|
url: string | null;
|
|
812
814
|
}
|
|
813
815
|
interface ValidateUrlForImportResponse$1 {
|
|
814
|
-
/** Blog type. */
|
|
815
|
-
blogType?: string | null;
|
|
816
816
|
/** Number of posts. */
|
|
817
817
|
totalPosts?: number | null;
|
|
818
818
|
/** Blog title. */
|
|
@@ -871,6 +871,8 @@ interface ImportStatus {
|
|
|
871
871
|
alreadyImportedAmount?: number;
|
|
872
872
|
/** Amount of entities processed. */
|
|
873
873
|
processedAmount?: number;
|
|
874
|
+
/** Url for the page that is being imported. */
|
|
875
|
+
url?: string | null;
|
|
874
876
|
}
|
|
875
877
|
declare enum Status$2 {
|
|
876
878
|
UNKNOWN = "UNKNOWN",
|
|
@@ -906,8 +908,6 @@ interface ValidateUrlForImportRequest {
|
|
|
906
908
|
url: string | null;
|
|
907
909
|
}
|
|
908
910
|
interface ValidateUrlForImportResponse {
|
|
909
|
-
/** Blog type. */
|
|
910
|
-
blogType?: string | null;
|
|
911
911
|
/** Number of posts. */
|
|
912
912
|
totalPosts?: number | null;
|
|
913
913
|
/** Blog title. */
|