@wix/blog 1.0.232 → 1.0.233
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.
|
@@ -1579,7 +1579,7 @@ export interface ConvertDraftJsToRichContentRequest {
|
|
|
1579
1579
|
}
|
|
1580
1580
|
export interface ConvertDraftJsToRichContentResponse {
|
|
1581
1581
|
/** Rich content converted from DraftJs. */
|
|
1582
|
-
richContent?:
|
|
1582
|
+
richContent?: string;
|
|
1583
1583
|
}
|
|
1584
1584
|
export interface ListDemoPostsRequest {
|
|
1585
1585
|
/**
|
|
@@ -1547,7 +1547,7 @@ export interface ConvertDraftJsToRichContentRequest {
|
|
|
1547
1547
|
}
|
|
1548
1548
|
export interface ConvertDraftJsToRichContentResponse {
|
|
1549
1549
|
/** Rich content converted from DraftJs. */
|
|
1550
|
-
richContent?:
|
|
1550
|
+
richContent?: string;
|
|
1551
1551
|
}
|
|
1552
1552
|
export interface ListDemoPostsRequest {
|
|
1553
1553
|
/**
|
|
@@ -1579,7 +1579,7 @@ export interface ConvertDraftJsToRichContentRequest {
|
|
|
1579
1579
|
}
|
|
1580
1580
|
export interface ConvertDraftJsToRichContentResponse {
|
|
1581
1581
|
/** Rich content converted from DraftJs. */
|
|
1582
|
-
richContent?:
|
|
1582
|
+
richContent?: string;
|
|
1583
1583
|
}
|
|
1584
1584
|
export interface ListDemoPostsRequest {
|
|
1585
1585
|
/**
|
|
@@ -1547,7 +1547,7 @@ export interface ConvertDraftJsToRichContentRequest {
|
|
|
1547
1547
|
}
|
|
1548
1548
|
export interface ConvertDraftJsToRichContentResponse {
|
|
1549
1549
|
/** Rich content converted from DraftJs. */
|
|
1550
|
-
richContent?:
|
|
1550
|
+
richContent?: string;
|
|
1551
1551
|
}
|
|
1552
1552
|
export interface ListDemoPostsRequest {
|
|
1553
1553
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/blog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.233",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
"falconPackageHash": "
|
|
38
|
+
"falconPackageHash": "09c50b283c49d53fee3493fd85008b1c38e275980a79f8bee4fe1414"
|
|
39
39
|
}
|