@wix/blog 1.0.300 → 1.0.302

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.300",
3
+ "version": "1.0.302",
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.11",
22
+ "@wix/blog_blog-importer": "1.0.13",
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": "7defdb10f3b7fe62f2de860e8f091b74f0c56cf683bc5d4ad7e415d2"
51
+ "falconPackageHash": "9fb880b7d51d18d14b845ccec783f7b6370d54e7922b21c71c81c70b"
52
52
  }
@@ -1203,6 +1203,8 @@ interface UploadFileForImportRequest {
1203
1203
  fileName?: string | null;
1204
1204
  }
1205
1205
  interface UploadFileForImportResponse {
1206
+ /** Number of posts. */
1207
+ totalPosts?: number | null;
1206
1208
  }
1207
1209
  interface SubmitUrlForImportRequest {
1208
1210
  /** Url to wordpress xml file. */
@@ -1215,8 +1217,6 @@ interface ValidateUrlForImportRequest {
1215
1217
  url: string | null;
1216
1218
  }
1217
1219
  interface ValidateUrlForImportResponse {
1218
- /** Blog type. */
1219
- blogType?: string | null;
1220
1220
  /** Number of posts. */
1221
1221
  totalPosts?: number | null;
1222
1222
  /** Blog title. */
@@ -1282,7 +1282,7 @@ interface StartImportSignature {
1282
1282
  declare function uploadFileForImport$1(httpClient: HttpClient): UploadFileForImportSignature;
1283
1283
  interface UploadFileForImportSignature {
1284
1284
  /** */
1285
- (options?: UploadFileForImportOptions | undefined): Promise<void>;
1285
+ (options?: UploadFileForImportOptions | undefined): Promise<UploadFileForImportResponse>;
1286
1286
  }
1287
1287
  declare function submitUrlForImport$1(httpClient: HttpClient): SubmitUrlForImportSignature;
1288
1288
  interface SubmitUrlForImportSignature {
@@ -1203,6 +1203,8 @@ interface UploadFileForImportRequest {
1203
1203
  fileName?: string | null;
1204
1204
  }
1205
1205
  interface UploadFileForImportResponse {
1206
+ /** Number of posts. */
1207
+ totalPosts?: number | null;
1206
1208
  }
1207
1209
  interface SubmitUrlForImportRequest {
1208
1210
  /** Url to wordpress xml file. */
@@ -1215,8 +1217,6 @@ interface ValidateUrlForImportRequest {
1215
1217
  url: string | null;
1216
1218
  }
1217
1219
  interface ValidateUrlForImportResponse {
1218
- /** Blog type. */
1219
- blogType?: string | null;
1220
1220
  /** Number of posts. */
1221
1221
  totalPosts?: number | null;
1222
1222
  /** Blog title. */
@@ -1282,7 +1282,7 @@ interface StartImportSignature {
1282
1282
  declare function uploadFileForImport$1(httpClient: HttpClient): UploadFileForImportSignature;
1283
1283
  interface UploadFileForImportSignature {
1284
1284
  /** */
1285
- (options?: UploadFileForImportOptions | undefined): Promise<void>;
1285
+ (options?: UploadFileForImportOptions | undefined): Promise<UploadFileForImportResponse>;
1286
1286
  }
1287
1287
  declare function submitUrlForImport$1(httpClient: HttpClient): SubmitUrlForImportSignature;
1288
1288
  interface SubmitUrlForImportSignature {
@@ -797,6 +797,8 @@ interface UploadFileForImportRequest$1 {
797
797
  fileName?: string | null;
798
798
  }
799
799
  interface UploadFileForImportResponse$1 {
800
+ /** Number of posts. */
801
+ totalPosts?: number | null;
800
802
  }
801
803
  interface SubmitUrlForImportRequest$1 {
802
804
  /** Url to wordpress xml file. */
@@ -809,8 +811,6 @@ interface ValidateUrlForImportRequest$1 {
809
811
  url: string | null;
810
812
  }
811
813
  interface ValidateUrlForImportResponse$1 {
812
- /** Blog type. */
813
- blogType?: string | null;
814
814
  /** Number of posts. */
815
815
  totalPosts?: number | null;
816
816
  /** Blog title. */
@@ -890,6 +890,8 @@ interface UploadFileForImportRequest {
890
890
  fileName?: string | null;
891
891
  }
892
892
  interface UploadFileForImportResponse {
893
+ /** Number of posts. */
894
+ totalPosts?: number | null;
893
895
  }
894
896
  interface SubmitUrlForImportRequest {
895
897
  /** Url to wordpress xml file. */
@@ -902,8 +904,6 @@ interface ValidateUrlForImportRequest {
902
904
  url: string | null;
903
905
  }
904
906
  interface ValidateUrlForImportResponse {
905
- /** Blog type. */
906
- blogType?: string | null;
907
907
  /** Number of posts. */
908
908
  totalPosts?: number | null;
909
909
  /** Blog title. */