@wix/blog 1.0.335 → 1.0.337
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.337",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/blog_blog-cache": "1.0.
|
|
24
|
+
"@wix/blog_blog-cache": "1.0.11",
|
|
25
25
|
"@wix/blog_blog-importer": "1.0.23",
|
|
26
|
-
"@wix/blog_categories": "1.0.
|
|
27
|
-
"@wix/blog_draft-posts": "1.0.
|
|
28
|
-
"@wix/blog_posts": "1.0.
|
|
29
|
-
"@wix/blog_tags": "1.0.
|
|
26
|
+
"@wix/blog_categories": "1.0.56",
|
|
27
|
+
"@wix/blog_draft-posts": "1.0.57",
|
|
28
|
+
"@wix/blog_posts": "1.0.65",
|
|
29
|
+
"@wix/blog_tags": "1.0.62"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"glob": "^10.4.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "59bb971226833e7a0338ef4d1faf3b3f344dc4673517ab12db90b8ea"
|
|
55
55
|
}
|
|
@@ -883,7 +883,7 @@ interface Properties {
|
|
|
883
883
|
businessSchedule?: BusinessSchedule;
|
|
884
884
|
/** Supported languages of a site and the primary language. */
|
|
885
885
|
multilingual?: Multilingual;
|
|
886
|
-
/** Cookie policy the
|
|
886
|
+
/** Cookie policy the Wix user defined for their site (before the site visitor interacts with/limits it). */
|
|
887
887
|
consentPolicy?: ConsentPolicy;
|
|
888
888
|
/**
|
|
889
889
|
* Supported values: `FITNESS SERVICE`, `RESTAURANT`, `BLOG`, `STORE`, `EVENT`, `UNKNOWN`.
|
|
@@ -891,9 +891,9 @@ interface Properties {
|
|
|
891
891
|
* Site business type.
|
|
892
892
|
*/
|
|
893
893
|
businessConfig?: string | null;
|
|
894
|
-
/** External site
|
|
894
|
+
/** External site URL that uses Wix as its headless business solution. */
|
|
895
895
|
externalSiteUrl?: string | null;
|
|
896
|
-
/** Track clicks analytics */
|
|
896
|
+
/** Track clicks analytics. */
|
|
897
897
|
trackClicksAnalytics?: boolean;
|
|
898
898
|
}
|
|
899
899
|
interface Categories {
|
|
@@ -937,8 +937,7 @@ interface Address {
|
|
|
937
937
|
/**
|
|
938
938
|
* Extra information on displayed addresses.
|
|
939
939
|
* This is used for display purposes. Used to add additional data about the address, such as "In the passage".
|
|
940
|
-
* Free text. In addition the user can state where
|
|
941
|
-
* the address string.
|
|
940
|
+
* Free text. In addition, the user can state where to display the additional description - before, after, or instead of the address string.
|
|
942
941
|
*/
|
|
943
942
|
interface AddressHint {
|
|
944
943
|
/** Extra text displayed next to, or instead of, the actual address. */
|
|
@@ -1484,11 +1483,11 @@ interface Tag$3 {
|
|
|
1484
1483
|
*/
|
|
1485
1484
|
type?: string;
|
|
1486
1485
|
/**
|
|
1487
|
-
* A `{
|
|
1488
|
-
* For example: `{
|
|
1486
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
1487
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
1489
1488
|
*/
|
|
1490
1489
|
props?: Record<string, any> | null;
|
|
1491
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
1490
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
1492
1491
|
meta?: Record<string, any> | null;
|
|
1493
1492
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
1494
1493
|
children?: string;
|
|
@@ -2172,7 +2171,7 @@ interface CategoriesQueryBuilder {
|
|
|
2172
2171
|
* @param string - String to compare against. Case-insensitive.
|
|
2173
2172
|
*/
|
|
2174
2173
|
startsWith: (propertyName: 'label' | 'title', value: string) => CategoriesQueryBuilder;
|
|
2175
|
-
in: (propertyName: 'label' | 'postCount' | 'title' | 'displayPosition' | 'translationId' | 'language' | 'slug', value: any) => CategoriesQueryBuilder;
|
|
2174
|
+
in: (propertyName: '_id' | 'label' | 'postCount' | 'title' | 'displayPosition' | 'translationId' | 'language' | 'slug', value: any) => CategoriesQueryBuilder;
|
|
2176
2175
|
exists: (propertyName: 'label' | 'title' | 'translationId' | 'language' | 'slug', value: boolean) => CategoriesQueryBuilder;
|
|
2177
2176
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
2178
2177
|
ascending: (...propertyNames: Array<'label' | 'postCount' | 'title' | 'displayPosition' | 'language' | 'slug'>) => CategoriesQueryBuilder;
|
|
@@ -3879,11 +3878,11 @@ interface Tag$2 {
|
|
|
3879
3878
|
*/
|
|
3880
3879
|
type?: string;
|
|
3881
3880
|
/**
|
|
3882
|
-
* A `{
|
|
3883
|
-
* For example: `{
|
|
3881
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
3882
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
3884
3883
|
*/
|
|
3885
3884
|
props?: Record<string, any> | null;
|
|
3886
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
3885
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
3887
3886
|
meta?: Record<string, any> | null;
|
|
3888
3887
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
3889
3888
|
children?: string;
|
|
@@ -9370,7 +9369,7 @@ interface PostsQueryBuilder {
|
|
|
9370
9369
|
* @param values - List of values to compare against.
|
|
9371
9370
|
*/
|
|
9372
9371
|
hasAll: (propertyName: 'categoryIds' | 'hashtags' | 'tagIds' | 'pricingPlanIds', value: any[]) => PostsQueryBuilder;
|
|
9373
|
-
in: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'translationId' | 'language' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
|
|
9372
|
+
in: (propertyName: '_id' | 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'translationId' | 'language' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
|
|
9374
9373
|
exists: (propertyName: 'title' | 'translationId' | 'language', value: boolean) => PostsQueryBuilder;
|
|
9375
9374
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
9376
9375
|
ascending: (...propertyNames: Array<'_id' | 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'featured' | 'pinned' | 'commentingEnabled' | 'metrics.comments' | 'metrics.likes' | 'metrics.views'>) => PostsQueryBuilder;
|
|
@@ -9957,11 +9956,11 @@ interface Tag {
|
|
|
9957
9956
|
*/
|
|
9958
9957
|
type?: string;
|
|
9959
9958
|
/**
|
|
9960
|
-
* A `{
|
|
9961
|
-
* For example: `{
|
|
9959
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
9960
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
9962
9961
|
*/
|
|
9963
9962
|
props?: Record<string, any> | null;
|
|
9964
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
9963
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
9965
9964
|
meta?: Record<string, any> | null;
|
|
9966
9965
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
9967
9966
|
children?: string;
|
|
@@ -10598,8 +10597,8 @@ interface TagsQueryBuilder {
|
|
|
10598
10597
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
10599
10598
|
* @param values - List of values to compare against.
|
|
10600
10599
|
*/
|
|
10601
|
-
hasSome: (propertyName: '
|
|
10602
|
-
in: (propertyName: 'label' | 'slug' | 'postCount' | 'publishedPostCount' | 'translationId' | 'language', value: any) => TagsQueryBuilder;
|
|
10600
|
+
hasSome: (propertyName: 'label' | 'slug', value: any[]) => TagsQueryBuilder;
|
|
10601
|
+
in: (propertyName: '_id' | 'label' | 'slug' | 'postCount' | 'publishedPostCount' | 'translationId' | 'language', value: any) => TagsQueryBuilder;
|
|
10603
10602
|
exists: (propertyName: 'label' | 'slug' | 'translationId' | 'language', value: boolean) => TagsQueryBuilder;
|
|
10604
10603
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
10605
10604
|
ascending: (...propertyNames: Array<'label' | 'slug' | 'postCount' | 'publishedPostCount' | 'language'>) => TagsQueryBuilder;
|
|
@@ -883,7 +883,7 @@ interface Properties {
|
|
|
883
883
|
businessSchedule?: BusinessSchedule;
|
|
884
884
|
/** Supported languages of a site and the primary language. */
|
|
885
885
|
multilingual?: Multilingual;
|
|
886
|
-
/** Cookie policy the
|
|
886
|
+
/** Cookie policy the Wix user defined for their site (before the site visitor interacts with/limits it). */
|
|
887
887
|
consentPolicy?: ConsentPolicy;
|
|
888
888
|
/**
|
|
889
889
|
* Supported values: `FITNESS SERVICE`, `RESTAURANT`, `BLOG`, `STORE`, `EVENT`, `UNKNOWN`.
|
|
@@ -891,9 +891,9 @@ interface Properties {
|
|
|
891
891
|
* Site business type.
|
|
892
892
|
*/
|
|
893
893
|
businessConfig?: string | null;
|
|
894
|
-
/** External site
|
|
894
|
+
/** External site URL that uses Wix as its headless business solution. */
|
|
895
895
|
externalSiteUrl?: string | null;
|
|
896
|
-
/** Track clicks analytics */
|
|
896
|
+
/** Track clicks analytics. */
|
|
897
897
|
trackClicksAnalytics?: boolean;
|
|
898
898
|
}
|
|
899
899
|
interface Categories {
|
|
@@ -937,8 +937,7 @@ interface Address {
|
|
|
937
937
|
/**
|
|
938
938
|
* Extra information on displayed addresses.
|
|
939
939
|
* This is used for display purposes. Used to add additional data about the address, such as "In the passage".
|
|
940
|
-
* Free text. In addition the user can state where
|
|
941
|
-
* the address string.
|
|
940
|
+
* Free text. In addition, the user can state where to display the additional description - before, after, or instead of the address string.
|
|
942
941
|
*/
|
|
943
942
|
interface AddressHint {
|
|
944
943
|
/** Extra text displayed next to, or instead of, the actual address. */
|
|
@@ -1484,11 +1483,11 @@ interface Tag$3 {
|
|
|
1484
1483
|
*/
|
|
1485
1484
|
type?: string;
|
|
1486
1485
|
/**
|
|
1487
|
-
* A `{
|
|
1488
|
-
* For example: `{
|
|
1486
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
1487
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
1489
1488
|
*/
|
|
1490
1489
|
props?: Record<string, any> | null;
|
|
1491
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
1490
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
1492
1491
|
meta?: Record<string, any> | null;
|
|
1493
1492
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
1494
1493
|
children?: string;
|
|
@@ -2172,7 +2171,7 @@ interface CategoriesQueryBuilder {
|
|
|
2172
2171
|
* @param string - String to compare against. Case-insensitive.
|
|
2173
2172
|
*/
|
|
2174
2173
|
startsWith: (propertyName: 'label' | 'title', value: string) => CategoriesQueryBuilder;
|
|
2175
|
-
in: (propertyName: 'label' | 'postCount' | 'title' | 'displayPosition' | 'translationId' | 'language' | 'slug', value: any) => CategoriesQueryBuilder;
|
|
2174
|
+
in: (propertyName: '_id' | 'label' | 'postCount' | 'title' | 'displayPosition' | 'translationId' | 'language' | 'slug', value: any) => CategoriesQueryBuilder;
|
|
2176
2175
|
exists: (propertyName: 'label' | 'title' | 'translationId' | 'language' | 'slug', value: boolean) => CategoriesQueryBuilder;
|
|
2177
2176
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
2178
2177
|
ascending: (...propertyNames: Array<'label' | 'postCount' | 'title' | 'displayPosition' | 'language' | 'slug'>) => CategoriesQueryBuilder;
|
|
@@ -3879,11 +3878,11 @@ interface Tag$2 {
|
|
|
3879
3878
|
*/
|
|
3880
3879
|
type?: string;
|
|
3881
3880
|
/**
|
|
3882
|
-
* A `{
|
|
3883
|
-
* For example: `{
|
|
3881
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
3882
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
3884
3883
|
*/
|
|
3885
3884
|
props?: Record<string, any> | null;
|
|
3886
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
3885
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
3887
3886
|
meta?: Record<string, any> | null;
|
|
3888
3887
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
3889
3888
|
children?: string;
|
|
@@ -9370,7 +9369,7 @@ interface PostsQueryBuilder {
|
|
|
9370
9369
|
* @param values - List of values to compare against.
|
|
9371
9370
|
*/
|
|
9372
9371
|
hasAll: (propertyName: 'categoryIds' | 'hashtags' | 'tagIds' | 'pricingPlanIds', value: any[]) => PostsQueryBuilder;
|
|
9373
|
-
in: (propertyName: 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'translationId' | 'language' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
|
|
9372
|
+
in: (propertyName: '_id' | 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'minutesToRead' | 'translationId' | 'language' | 'metrics.comments' | 'metrics.likes' | 'metrics.views', value: any) => PostsQueryBuilder;
|
|
9374
9373
|
exists: (propertyName: 'title' | 'translationId' | 'language', value: boolean) => PostsQueryBuilder;
|
|
9375
9374
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
9376
9375
|
ascending: (...propertyNames: Array<'_id' | 'title' | 'firstPublishedDate' | 'lastPublishedDate' | 'slug' | 'featured' | 'pinned' | 'commentingEnabled' | 'metrics.comments' | 'metrics.likes' | 'metrics.views'>) => PostsQueryBuilder;
|
|
@@ -9957,11 +9956,11 @@ interface Tag {
|
|
|
9957
9956
|
*/
|
|
9958
9957
|
type?: string;
|
|
9959
9958
|
/**
|
|
9960
|
-
* A `{
|
|
9961
|
-
* For example: `{
|
|
9959
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
9960
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
9962
9961
|
*/
|
|
9963
9962
|
props?: Record<string, any> | null;
|
|
9964
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
9963
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
9965
9964
|
meta?: Record<string, any> | null;
|
|
9966
9965
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
9967
9966
|
children?: string;
|
|
@@ -10598,8 +10597,8 @@ interface TagsQueryBuilder {
|
|
|
10598
10597
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
10599
10598
|
* @param values - List of values to compare against.
|
|
10600
10599
|
*/
|
|
10601
|
-
hasSome: (propertyName: '
|
|
10602
|
-
in: (propertyName: 'label' | 'slug' | 'postCount' | 'publishedPostCount' | 'translationId' | 'language', value: any) => TagsQueryBuilder;
|
|
10600
|
+
hasSome: (propertyName: 'label' | 'slug', value: any[]) => TagsQueryBuilder;
|
|
10601
|
+
in: (propertyName: '_id' | 'label' | 'slug' | 'postCount' | 'publishedPostCount' | 'translationId' | 'language', value: any) => TagsQueryBuilder;
|
|
10603
10602
|
exists: (propertyName: 'label' | 'slug' | 'translationId' | 'language', value: boolean) => TagsQueryBuilder;
|
|
10604
10603
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
10605
10604
|
ascending: (...propertyNames: Array<'label' | 'slug' | 'postCount' | 'publishedPostCount' | 'language'>) => TagsQueryBuilder;
|
|
@@ -1053,11 +1053,11 @@ interface Tag$5 {
|
|
|
1053
1053
|
*/
|
|
1054
1054
|
type?: string;
|
|
1055
1055
|
/**
|
|
1056
|
-
* A `{
|
|
1057
|
-
* For example: `{
|
|
1056
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
1057
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
1058
1058
|
*/
|
|
1059
1059
|
props?: Record<string, any> | null;
|
|
1060
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
1060
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
1061
1061
|
meta?: Record<string, any> | null;
|
|
1062
1062
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
1063
1063
|
children?: string;
|
|
@@ -1444,11 +1444,11 @@ interface Tag$4 {
|
|
|
1444
1444
|
*/
|
|
1445
1445
|
type?: string;
|
|
1446
1446
|
/**
|
|
1447
|
-
* A `{
|
|
1448
|
-
* For example: `{
|
|
1447
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
1448
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
1449
1449
|
*/
|
|
1450
1450
|
props?: Record<string, any> | null;
|
|
1451
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
1451
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
1452
1452
|
meta?: Record<string, any> | null;
|
|
1453
1453
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
1454
1454
|
children?: string;
|
|
@@ -3263,11 +3263,11 @@ interface Tag$3 {
|
|
|
3263
3263
|
*/
|
|
3264
3264
|
type?: string;
|
|
3265
3265
|
/**
|
|
3266
|
-
* A `{
|
|
3267
|
-
* For example: `{
|
|
3266
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
3267
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
3268
3268
|
*/
|
|
3269
3269
|
props?: Record<string, any> | null;
|
|
3270
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
3270
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
3271
3271
|
meta?: Record<string, any> | null;
|
|
3272
3272
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
3273
3273
|
children?: string;
|
|
@@ -5712,11 +5712,11 @@ interface Tag$2 {
|
|
|
5712
5712
|
*/
|
|
5713
5713
|
type?: string;
|
|
5714
5714
|
/**
|
|
5715
|
-
* A `{
|
|
5716
|
-
* For example: `{
|
|
5715
|
+
* A `{"key": "value"}` pair object where each SEO tag property (`"name"`, `"content"`, `"rel"`, `"href"`) contains a value.
|
|
5716
|
+
* For example: `{"name": "description", "content": "the description itself"}`.
|
|
5717
5717
|
*/
|
|
5718
5718
|
props?: Record<string, any> | null;
|
|
5719
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
5719
|
+
/** SEO tag meta data. For example, `{"height": 300, "width": 240}`. */
|
|
5720
5720
|
meta?: Record<string, any> | null;
|
|
5721
5721
|
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
5722
5722
|
children?: string;
|