@hubs101/js-api-skd-client 1.0.10667 → 1.0.10668

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.
@@ -101,6 +101,8 @@ export type FeedType = {
101
101
  slug: string;
102
102
  tags: string;
103
103
  published: boolean;
104
+ highlighted: boolean;
105
+ priority: number;
104
106
  design: {
105
107
  design_feature_image?: string;
106
108
  design_cover_image?: string;
@@ -129,6 +131,8 @@ export type FeedDetailsType = {
129
131
  slug: string;
130
132
  tags: string;
131
133
  published: boolean;
134
+ highlighted: boolean;
135
+ priority: number;
132
136
  design: {
133
137
  design_feature_image?: string;
134
138
  design_cover_image?: string;
@@ -162,6 +166,8 @@ export type FeedInputType = {
162
166
  slug: string;
163
167
  tags: string;
164
168
  published: number;
169
+ highlighted: boolean;
170
+ priority: number;
165
171
  design: {
166
172
  design_feature_image?: string;
167
173
  design_cover_image?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10667",
3
+ "version": "1.0.10668",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",