@wix/blog 1.0.298 → 1.0.299

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.298",
3
+ "version": "1.0.299",
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.9",
22
+ "@wix/blog_blog-importer": "1.0.10",
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": "358c1db506d9cb7f028bd521ddf778e4ab65b51fa0ca0e3ff07bbc5c"
51
+ "falconPackageHash": "fefd6a2722ae5f5cb7a1f5c1d9c8d3d18cea5b427b02c78d08e66fc0"
52
52
  }
@@ -1199,12 +1199,6 @@ interface StartImportResponse {
1199
1199
  interface SubmitUrlForImportRequest {
1200
1200
  /** Url to wordpress xml file. */
1201
1201
  url: string;
1202
- /** Type of posts to import. */
1203
- postType?: POST_TYPE;
1204
- }
1205
- declare enum POST_TYPE {
1206
- PUBLISHED = "PUBLISHED",
1207
- DRAFT = "DRAFT"
1208
1202
  }
1209
1203
  interface SubmitUrlForImportResponse {
1210
1204
  }
@@ -1263,10 +1257,6 @@ interface StartImportOptions {
1263
1257
  /** Should publish the posts after import. */
1264
1258
  shouldPublish?: boolean | null;
1265
1259
  }
1266
- interface SubmitUrlForImportOptions {
1267
- /** Type of posts to import. */
1268
- postType?: POST_TYPE;
1269
- }
1270
1260
 
1271
1261
  declare function startImport$1(httpClient: HttpClient): StartImportSignature;
1272
1262
  interface StartImportSignature {
@@ -1284,7 +1274,7 @@ interface SubmitUrlForImportSignature {
1284
1274
  * Once the import status becomes READY_TO_IMPORT, the import process can be started by invoking "StartImport".
1285
1275
  * @param - Url to wordpress xml file.
1286
1276
  */
1287
- (url: string, options?: SubmitUrlForImportOptions | undefined): Promise<void>;
1277
+ (url: string): Promise<void>;
1288
1278
  }
1289
1279
  declare function validateUrlForImport$1(httpClient: HttpClient): ValidateUrlForImportSignature;
1290
1280
  interface ValidateUrlForImportSignature {
@@ -1319,12 +1309,9 @@ type context$4_GetNotImportedPostsRequest = GetNotImportedPostsRequest;
1319
1309
  type context$4_GetNotImportedPostsResponse = GetNotImportedPostsResponse;
1320
1310
  type context$4_GetNotImportedPostsResponseNonNullableFields = GetNotImportedPostsResponseNonNullableFields;
1321
1311
  type context$4_ImportStatus = ImportStatus;
1322
- type context$4_POST_TYPE = POST_TYPE;
1323
- declare const context$4_POST_TYPE: typeof POST_TYPE;
1324
1312
  type context$4_StartImportOptions = StartImportOptions;
1325
1313
  type context$4_StartImportRequest = StartImportRequest;
1326
1314
  type context$4_StartImportResponse = StartImportResponse;
1327
- type context$4_SubmitUrlForImportOptions = SubmitUrlForImportOptions;
1328
1315
  type context$4_SubmitUrlForImportRequest = SubmitUrlForImportRequest;
1329
1316
  type context$4_SubmitUrlForImportResponse = SubmitUrlForImportResponse;
1330
1317
  type context$4_ValidateUrlForImportRequest = ValidateUrlForImportRequest;
@@ -1335,7 +1322,7 @@ declare const context$4_startImport: typeof startImport;
1335
1322
  declare const context$4_submitUrlForImport: typeof submitUrlForImport;
1336
1323
  declare const context$4_validateUrlForImport: typeof validateUrlForImport;
1337
1324
  declare namespace context$4 {
1338
- export { type context$4_GetImportStatusRequest as GetImportStatusRequest, type context$4_GetImportStatusResponse as GetImportStatusResponse, type context$4_GetImportStatusResponseNonNullableFields as GetImportStatusResponseNonNullableFields, type context$4_GetNotImportedPostsRequest as GetNotImportedPostsRequest, type context$4_GetNotImportedPostsResponse as GetNotImportedPostsResponse, type context$4_GetNotImportedPostsResponseNonNullableFields as GetNotImportedPostsResponseNonNullableFields, type context$4_ImportStatus as ImportStatus, context$4_POST_TYPE as POST_TYPE, type Post$1 as Post, type context$4_StartImportOptions as StartImportOptions, type context$4_StartImportRequest as StartImportRequest, type context$4_StartImportResponse as StartImportResponse, Status$2 as Status, type context$4_SubmitUrlForImportOptions as SubmitUrlForImportOptions, type context$4_SubmitUrlForImportRequest as SubmitUrlForImportRequest, type context$4_SubmitUrlForImportResponse as SubmitUrlForImportResponse, type context$4_ValidateUrlForImportRequest as ValidateUrlForImportRequest, type context$4_ValidateUrlForImportResponse as ValidateUrlForImportResponse, context$4_getImportStatus as getImportStatus, context$4_getNotImportedPosts as getNotImportedPosts, context$4_startImport as startImport, context$4_submitUrlForImport as submitUrlForImport, context$4_validateUrlForImport as validateUrlForImport };
1325
+ export { type context$4_GetImportStatusRequest as GetImportStatusRequest, type context$4_GetImportStatusResponse as GetImportStatusResponse, type context$4_GetImportStatusResponseNonNullableFields as GetImportStatusResponseNonNullableFields, type context$4_GetNotImportedPostsRequest as GetNotImportedPostsRequest, type context$4_GetNotImportedPostsResponse as GetNotImportedPostsResponse, type context$4_GetNotImportedPostsResponseNonNullableFields as GetNotImportedPostsResponseNonNullableFields, type context$4_ImportStatus as ImportStatus, type Post$1 as Post, type context$4_StartImportOptions as StartImportOptions, type context$4_StartImportRequest as StartImportRequest, type context$4_StartImportResponse as StartImportResponse, Status$2 as Status, type context$4_SubmitUrlForImportRequest as SubmitUrlForImportRequest, type context$4_SubmitUrlForImportResponse as SubmitUrlForImportResponse, type context$4_ValidateUrlForImportRequest as ValidateUrlForImportRequest, type context$4_ValidateUrlForImportResponse as ValidateUrlForImportResponse, context$4_getImportStatus as getImportStatus, context$4_getNotImportedPosts as getNotImportedPosts, context$4_startImport as startImport, context$4_submitUrlForImport as submitUrlForImport, context$4_validateUrlForImport as validateUrlForImport };
1339
1326
  }
1340
1327
 
1341
1328
  interface Category$2 {
@@ -1199,12 +1199,6 @@ interface StartImportResponse {
1199
1199
  interface SubmitUrlForImportRequest {
1200
1200
  /** Url to wordpress xml file. */
1201
1201
  url: string;
1202
- /** Type of posts to import. */
1203
- postType?: POST_TYPE;
1204
- }
1205
- declare enum POST_TYPE {
1206
- PUBLISHED = "PUBLISHED",
1207
- DRAFT = "DRAFT"
1208
1202
  }
1209
1203
  interface SubmitUrlForImportResponse {
1210
1204
  }
@@ -1263,10 +1257,6 @@ interface StartImportOptions {
1263
1257
  /** Should publish the posts after import. */
1264
1258
  shouldPublish?: boolean | null;
1265
1259
  }
1266
- interface SubmitUrlForImportOptions {
1267
- /** Type of posts to import. */
1268
- postType?: POST_TYPE;
1269
- }
1270
1260
 
1271
1261
  declare function startImport$1(httpClient: HttpClient): StartImportSignature;
1272
1262
  interface StartImportSignature {
@@ -1284,7 +1274,7 @@ interface SubmitUrlForImportSignature {
1284
1274
  * Once the import status becomes READY_TO_IMPORT, the import process can be started by invoking "StartImport".
1285
1275
  * @param - Url to wordpress xml file.
1286
1276
  */
1287
- (url: string, options?: SubmitUrlForImportOptions | undefined): Promise<void>;
1277
+ (url: string): Promise<void>;
1288
1278
  }
1289
1279
  declare function validateUrlForImport$1(httpClient: HttpClient): ValidateUrlForImportSignature;
1290
1280
  interface ValidateUrlForImportSignature {
@@ -1319,12 +1309,9 @@ type index_d$4_GetNotImportedPostsRequest = GetNotImportedPostsRequest;
1319
1309
  type index_d$4_GetNotImportedPostsResponse = GetNotImportedPostsResponse;
1320
1310
  type index_d$4_GetNotImportedPostsResponseNonNullableFields = GetNotImportedPostsResponseNonNullableFields;
1321
1311
  type index_d$4_ImportStatus = ImportStatus;
1322
- type index_d$4_POST_TYPE = POST_TYPE;
1323
- declare const index_d$4_POST_TYPE: typeof POST_TYPE;
1324
1312
  type index_d$4_StartImportOptions = StartImportOptions;
1325
1313
  type index_d$4_StartImportRequest = StartImportRequest;
1326
1314
  type index_d$4_StartImportResponse = StartImportResponse;
1327
- type index_d$4_SubmitUrlForImportOptions = SubmitUrlForImportOptions;
1328
1315
  type index_d$4_SubmitUrlForImportRequest = SubmitUrlForImportRequest;
1329
1316
  type index_d$4_SubmitUrlForImportResponse = SubmitUrlForImportResponse;
1330
1317
  type index_d$4_ValidateUrlForImportRequest = ValidateUrlForImportRequest;
@@ -1335,7 +1322,7 @@ declare const index_d$4_startImport: typeof startImport;
1335
1322
  declare const index_d$4_submitUrlForImport: typeof submitUrlForImport;
1336
1323
  declare const index_d$4_validateUrlForImport: typeof validateUrlForImport;
1337
1324
  declare namespace index_d$4 {
1338
- export { type index_d$4_GetImportStatusRequest as GetImportStatusRequest, type index_d$4_GetImportStatusResponse as GetImportStatusResponse, type index_d$4_GetImportStatusResponseNonNullableFields as GetImportStatusResponseNonNullableFields, type index_d$4_GetNotImportedPostsRequest as GetNotImportedPostsRequest, type index_d$4_GetNotImportedPostsResponse as GetNotImportedPostsResponse, type index_d$4_GetNotImportedPostsResponseNonNullableFields as GetNotImportedPostsResponseNonNullableFields, type index_d$4_ImportStatus as ImportStatus, index_d$4_POST_TYPE as POST_TYPE, type Post$1 as Post, type index_d$4_StartImportOptions as StartImportOptions, type index_d$4_StartImportRequest as StartImportRequest, type index_d$4_StartImportResponse as StartImportResponse, Status$2 as Status, type index_d$4_SubmitUrlForImportOptions as SubmitUrlForImportOptions, type index_d$4_SubmitUrlForImportRequest as SubmitUrlForImportRequest, type index_d$4_SubmitUrlForImportResponse as SubmitUrlForImportResponse, type index_d$4_ValidateUrlForImportRequest as ValidateUrlForImportRequest, type index_d$4_ValidateUrlForImportResponse as ValidateUrlForImportResponse, index_d$4_getImportStatus as getImportStatus, index_d$4_getNotImportedPosts as getNotImportedPosts, index_d$4_startImport as startImport, index_d$4_submitUrlForImport as submitUrlForImport, index_d$4_validateUrlForImport as validateUrlForImport };
1325
+ export { type index_d$4_GetImportStatusRequest as GetImportStatusRequest, type index_d$4_GetImportStatusResponse as GetImportStatusResponse, type index_d$4_GetImportStatusResponseNonNullableFields as GetImportStatusResponseNonNullableFields, type index_d$4_GetNotImportedPostsRequest as GetNotImportedPostsRequest, type index_d$4_GetNotImportedPostsResponse as GetNotImportedPostsResponse, type index_d$4_GetNotImportedPostsResponseNonNullableFields as GetNotImportedPostsResponseNonNullableFields, type index_d$4_ImportStatus as ImportStatus, type Post$1 as Post, type index_d$4_StartImportOptions as StartImportOptions, type index_d$4_StartImportRequest as StartImportRequest, type index_d$4_StartImportResponse as StartImportResponse, Status$2 as Status, type index_d$4_SubmitUrlForImportRequest as SubmitUrlForImportRequest, type index_d$4_SubmitUrlForImportResponse as SubmitUrlForImportResponse, type index_d$4_ValidateUrlForImportRequest as ValidateUrlForImportRequest, type index_d$4_ValidateUrlForImportResponse as ValidateUrlForImportResponse, index_d$4_getImportStatus as getImportStatus, index_d$4_getNotImportedPosts as getNotImportedPosts, index_d$4_startImport as startImport, index_d$4_submitUrlForImport as submitUrlForImport, index_d$4_validateUrlForImport as validateUrlForImport };
1339
1326
  }
1340
1327
 
1341
1328
  interface Category$2 {
@@ -793,12 +793,6 @@ interface StartImportResponse$1 {
793
793
  interface SubmitUrlForImportRequest$1 {
794
794
  /** Url to wordpress xml file. */
795
795
  url: string;
796
- /** Type of posts to import. */
797
- postType?: POST_TYPE$1;
798
- }
799
- declare enum POST_TYPE$1 {
800
- PUBLISHED = "PUBLISHED",
801
- DRAFT = "DRAFT"
802
796
  }
803
797
  interface SubmitUrlForImportResponse$1 {
804
798
  }
@@ -884,12 +878,6 @@ interface StartImportResponse {
884
878
  interface SubmitUrlForImportRequest {
885
879
  /** Url to wordpress xml file. */
886
880
  url: string;
887
- /** Type of posts to import. */
888
- postType?: POST_TYPE;
889
- }
890
- declare enum POST_TYPE {
891
- PUBLISHED = "PUBLISHED",
892
- DRAFT = "DRAFT"
893
881
  }
894
882
  interface SubmitUrlForImportResponse {
895
883
  }