@wix/blog 1.0.277 → 1.0.279
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.279",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/blog_blog-cache": "1.0.
|
|
21
|
+
"@wix/blog_blog-cache": "1.0.2",
|
|
22
22
|
"@wix/blog_blog-importer": "1.0.1",
|
|
23
23
|
"@wix/blog_categories": "1.0.38",
|
|
24
|
-
"@wix/blog_draft-posts": "1.0.
|
|
25
|
-
"@wix/blog_posts": "1.0.
|
|
24
|
+
"@wix/blog_draft-posts": "1.0.36",
|
|
25
|
+
"@wix/blog_posts": "1.0.41",
|
|
26
26
|
"@wix/blog_tags": "1.0.30"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "aa4eacc957dd3dce9bc05c954ad395f396f62544b4e0fdbc67fbb1a2"
|
|
52
52
|
}
|
|
@@ -673,7 +673,7 @@ interface DomainEvent$4 extends DomainEventBodyOneOf$4 {
|
|
|
673
673
|
slug?: string;
|
|
674
674
|
/** ID of the entity associated with the event. */
|
|
675
675
|
entityId?: string;
|
|
676
|
-
/** Event timestamp. */
|
|
676
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
677
677
|
eventTime?: Date;
|
|
678
678
|
/**
|
|
679
679
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -3336,6 +3336,8 @@ interface Keyword$2 {
|
|
|
3336
3336
|
term?: string;
|
|
3337
3337
|
/** Whether the keyword is the main focus keyword. */
|
|
3338
3338
|
isMain?: boolean;
|
|
3339
|
+
/** Who added the keyword to the settings */
|
|
3340
|
+
origin?: string | null;
|
|
3339
3341
|
}
|
|
3340
3342
|
interface Tag$2 {
|
|
3341
3343
|
/**
|
|
@@ -7486,7 +7488,13 @@ interface DraftPost {
|
|
|
7486
7488
|
contentId?: string | null;
|
|
7487
7489
|
/** Reserved for internal use. */
|
|
7488
7490
|
editingSessionId?: string | null;
|
|
7489
|
-
/**
|
|
7491
|
+
/**
|
|
7492
|
+
* Draft Post rich content.
|
|
7493
|
+
*
|
|
7494
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="image.gallery.video.audio.divider.linkButton.html.giphy.codeBlock.file.hashtag.lineSpacing.indent.link.textColor.textHighlight.heading.verticalEmbed.table.collapsibleList.poll" exampleid="72c23a25-524f-4f70-a260-4a2777b6f5d5">
|
|
7495
|
+
* <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
|
|
7496
|
+
* </widget>
|
|
7497
|
+
*/
|
|
7490
7498
|
richContent?: RichContent;
|
|
7491
7499
|
/**
|
|
7492
7500
|
* Status of the draft post.
|
|
@@ -673,7 +673,7 @@ interface DomainEvent$4 extends DomainEventBodyOneOf$4 {
|
|
|
673
673
|
slug?: string;
|
|
674
674
|
/** ID of the entity associated with the event. */
|
|
675
675
|
entityId?: string;
|
|
676
|
-
/** Event timestamp. */
|
|
676
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
677
677
|
eventTime?: Date;
|
|
678
678
|
/**
|
|
679
679
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -3336,6 +3336,8 @@ interface Keyword$2 {
|
|
|
3336
3336
|
term?: string;
|
|
3337
3337
|
/** Whether the keyword is the main focus keyword. */
|
|
3338
3338
|
isMain?: boolean;
|
|
3339
|
+
/** Who added the keyword to the settings */
|
|
3340
|
+
origin?: string | null;
|
|
3339
3341
|
}
|
|
3340
3342
|
interface Tag$2 {
|
|
3341
3343
|
/**
|
|
@@ -7486,7 +7488,13 @@ interface DraftPost {
|
|
|
7486
7488
|
contentId?: string | null;
|
|
7487
7489
|
/** Reserved for internal use. */
|
|
7488
7490
|
editingSessionId?: string | null;
|
|
7489
|
-
/**
|
|
7491
|
+
/**
|
|
7492
|
+
* Draft Post rich content.
|
|
7493
|
+
*
|
|
7494
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="image.gallery.video.audio.divider.linkButton.html.giphy.codeBlock.file.hashtag.lineSpacing.indent.link.textColor.textHighlight.heading.verticalEmbed.table.collapsibleList.poll" exampleid="72c23a25-524f-4f70-a260-4a2777b6f5d5">
|
|
7495
|
+
* <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
|
|
7496
|
+
* </widget>
|
|
7497
|
+
*/
|
|
7490
7498
|
richContent?: RichContent;
|
|
7491
7499
|
/**
|
|
7492
7500
|
* Status of the draft post.
|
|
@@ -1756,7 +1756,13 @@ interface DraftPost$1 {
|
|
|
1756
1756
|
contentId?: string | null;
|
|
1757
1757
|
/** Reserved for internal use. */
|
|
1758
1758
|
editingSessionId?: string | null;
|
|
1759
|
-
/**
|
|
1759
|
+
/**
|
|
1760
|
+
* Draft Post rich content.
|
|
1761
|
+
*
|
|
1762
|
+
* <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="image.gallery.video.audio.divider.linkButton.html.giphy.codeBlock.file.hashtag.lineSpacing.indent.link.textColor.textHighlight.heading.verticalEmbed.table.collapsibleList.poll" exampleid="72c23a25-524f-4f70-a260-4a2777b6f5d5">
|
|
1763
|
+
* <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
|
|
1764
|
+
* </widget>
|
|
1765
|
+
*/
|
|
1760
1766
|
richContent?: RichContent$3;
|
|
1761
1767
|
/**
|
|
1762
1768
|
* Status of the draft post.
|
|
@@ -3183,6 +3189,8 @@ interface Keyword$3 {
|
|
|
3183
3189
|
term?: string;
|
|
3184
3190
|
/** Whether the keyword is the main focus keyword. */
|
|
3185
3191
|
isMain?: boolean;
|
|
3192
|
+
/** Who added the keyword to the settings */
|
|
3193
|
+
origin?: string | null;
|
|
3186
3194
|
}
|
|
3187
3195
|
interface Tag$3 {
|
|
3188
3196
|
/**
|
|
@@ -5631,6 +5639,8 @@ interface Keyword$2 {
|
|
|
5631
5639
|
term?: string;
|
|
5632
5640
|
/** Whether the keyword is the main focus keyword. */
|
|
5633
5641
|
isMain?: boolean;
|
|
5642
|
+
/** Who added the keyword to the settings */
|
|
5643
|
+
origin?: string | null;
|
|
5634
5644
|
}
|
|
5635
5645
|
interface Tag$2 {
|
|
5636
5646
|
/**
|