@wix/blog 1.0.300 → 1.0.301

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.301",
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.12",
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": "ddb8710fd9a617851f99ca1e3347bdaab11e5818ad6e942fe4c72c32"
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. */
@@ -1282,7 +1284,7 @@ interface StartImportSignature {
1282
1284
  declare function uploadFileForImport$1(httpClient: HttpClient): UploadFileForImportSignature;
1283
1285
  interface UploadFileForImportSignature {
1284
1286
  /** */
1285
- (options?: UploadFileForImportOptions | undefined): Promise<void>;
1287
+ (options?: UploadFileForImportOptions | undefined): Promise<UploadFileForImportResponse>;
1286
1288
  }
1287
1289
  declare function submitUrlForImport$1(httpClient: HttpClient): SubmitUrlForImportSignature;
1288
1290
  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. */
@@ -1282,7 +1284,7 @@ interface StartImportSignature {
1282
1284
  declare function uploadFileForImport$1(httpClient: HttpClient): UploadFileForImportSignature;
1283
1285
  interface UploadFileForImportSignature {
1284
1286
  /** */
1285
- (options?: UploadFileForImportOptions | undefined): Promise<void>;
1287
+ (options?: UploadFileForImportOptions | undefined): Promise<UploadFileForImportResponse>;
1286
1288
  }
1287
1289
  declare function submitUrlForImport$1(httpClient: HttpClient): SubmitUrlForImportSignature;
1288
1290
  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. */
@@ -890,6 +892,8 @@ interface UploadFileForImportRequest {
890
892
  fileName?: string | null;
891
893
  }
892
894
  interface UploadFileForImportResponse {
895
+ /** Number of posts. */
896
+ totalPosts?: number | null;
893
897
  }
894
898
  interface SubmitUrlForImportRequest {
895
899
  /** Url to wordpress xml file. */