@wix/blog 1.0.193 → 1.0.195
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.
|
@@ -93,7 +93,7 @@ export interface Post {
|
|
|
93
93
|
*/
|
|
94
94
|
richContent?: RichContent;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* Whether a visitor can preview premium content based on their subscription status.
|
|
97
97
|
* @readonly
|
|
98
98
|
*/
|
|
99
99
|
preview?: boolean;
|
|
@@ -3259,6 +3259,7 @@ export interface GetPostResponseNonNullableFields {
|
|
|
3259
3259
|
path: string;
|
|
3260
3260
|
};
|
|
3261
3261
|
}[];
|
|
3262
|
+
customExcerpt: boolean;
|
|
3262
3263
|
internalCategoryIds: string[];
|
|
3263
3264
|
internalRelatedPostIds: string[];
|
|
3264
3265
|
};
|
|
@@ -3879,6 +3880,7 @@ export interface GetPostBySlugResponseNonNullableFields {
|
|
|
3879
3880
|
path: string;
|
|
3880
3881
|
};
|
|
3881
3882
|
}[];
|
|
3883
|
+
customExcerpt: boolean;
|
|
3882
3884
|
internalCategoryIds: string[];
|
|
3883
3885
|
internalRelatedPostIds: string[];
|
|
3884
3886
|
};
|
|
@@ -4499,6 +4501,7 @@ export interface ListPostsResponseNonNullableFields {
|
|
|
4499
4501
|
path: string;
|
|
4500
4502
|
};
|
|
4501
4503
|
}[];
|
|
4504
|
+
customExcerpt: boolean;
|
|
4502
4505
|
internalCategoryIds: string[];
|
|
4503
4506
|
internalRelatedPostIds: string[];
|
|
4504
4507
|
}[];
|
|
@@ -5124,6 +5127,7 @@ export interface QueryPostsResponseNonNullableFields {
|
|
|
5124
5127
|
path: string;
|
|
5125
5128
|
};
|
|
5126
5129
|
}[];
|
|
5130
|
+
customExcerpt: boolean;
|
|
5127
5131
|
internalCategoryIds: string[];
|
|
5128
5132
|
internalRelatedPostIds: string[];
|
|
5129
5133
|
}[];
|
|
@@ -113,7 +113,7 @@ export interface Post {
|
|
|
113
113
|
*/
|
|
114
114
|
richContent?: RichContent;
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* Whether a visitor can preview premium content based on their subscription status.
|
|
117
117
|
* @readonly
|
|
118
118
|
*/
|
|
119
119
|
preview?: boolean;
|
|
@@ -93,7 +93,7 @@ export interface Post {
|
|
|
93
93
|
*/
|
|
94
94
|
richContent?: RichContent;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* Whether a visitor can preview premium content based on their subscription status.
|
|
97
97
|
* @readonly
|
|
98
98
|
*/
|
|
99
99
|
preview?: boolean;
|
|
@@ -3259,6 +3259,7 @@ export interface GetPostResponseNonNullableFields {
|
|
|
3259
3259
|
path: string;
|
|
3260
3260
|
};
|
|
3261
3261
|
}[];
|
|
3262
|
+
customExcerpt: boolean;
|
|
3262
3263
|
internalCategoryIds: string[];
|
|
3263
3264
|
internalRelatedPostIds: string[];
|
|
3264
3265
|
};
|
|
@@ -3879,6 +3880,7 @@ export interface GetPostBySlugResponseNonNullableFields {
|
|
|
3879
3880
|
path: string;
|
|
3880
3881
|
};
|
|
3881
3882
|
}[];
|
|
3883
|
+
customExcerpt: boolean;
|
|
3882
3884
|
internalCategoryIds: string[];
|
|
3883
3885
|
internalRelatedPostIds: string[];
|
|
3884
3886
|
};
|
|
@@ -4499,6 +4501,7 @@ export interface ListPostsResponseNonNullableFields {
|
|
|
4499
4501
|
path: string;
|
|
4500
4502
|
};
|
|
4501
4503
|
}[];
|
|
4504
|
+
customExcerpt: boolean;
|
|
4502
4505
|
internalCategoryIds: string[];
|
|
4503
4506
|
internalRelatedPostIds: string[];
|
|
4504
4507
|
}[];
|
|
@@ -5124,6 +5127,7 @@ export interface QueryPostsResponseNonNullableFields {
|
|
|
5124
5127
|
path: string;
|
|
5125
5128
|
};
|
|
5126
5129
|
}[];
|
|
5130
|
+
customExcerpt: boolean;
|
|
5127
5131
|
internalCategoryIds: string[];
|
|
5128
5132
|
internalRelatedPostIds: string[];
|
|
5129
5133
|
}[];
|
|
@@ -113,7 +113,7 @@ export interface Post {
|
|
|
113
113
|
*/
|
|
114
114
|
richContent?: RichContent;
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* Whether a visitor can preview premium content based on their subscription status.
|
|
117
117
|
* @readonly
|
|
118
118
|
*/
|
|
119
119
|
preview?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/blog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.195",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
-
"falconPackageHash": "
|
|
37
|
+
"falconPackageHash": "f2840639e5508870dbe1dda185d5a7cbc9eafbcef73841ea8e84fa9b"
|
|
38
38
|
}
|