@hubs101/js-api-skd-client 1.0.10661 → 1.0.10662

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.
@@ -113,15 +113,13 @@ export type FeedType = {
113
113
  };
114
114
  type: "pdf" | "video" | "article" | "webinar" | "survey";
115
115
  inbound: string;
116
+ blogs: string;
116
117
  events: string;
117
118
  portfolios: string;
118
119
  language: string;
120
+ webinar_id?: string;
119
121
  updated_by?: string;
120
122
  updated_at: string;
121
- start_date?: string;
122
- end_date?: string;
123
- start_time?: string;
124
- end_time?: string;
125
123
  };
126
124
  export type FeedDetailsType = {
127
125
  id: string;
@@ -143,6 +141,7 @@ export type FeedDetailsType = {
143
141
  };
144
142
  type: "pdf" | "video" | "article" | "webinar" | "survey";
145
143
  inbound: string;
144
+ blogs: string;
146
145
  events: {
147
146
  id: string;
148
147
  name: string;
@@ -152,12 +151,9 @@ export type FeedDetailsType = {
152
151
  name: string;
153
152
  }[];
154
153
  language: string;
154
+ webinar_id?: string;
155
155
  updated_by?: string;
156
156
  updated_at: string;
157
- start_date?: string;
158
- end_date?: string;
159
- start_time?: string;
160
- end_time?: string;
161
157
  };
162
158
  export type FeedInputType = {
163
159
  headline: string;
@@ -178,11 +174,9 @@ export type FeedInputType = {
178
174
  };
179
175
  type: "pdf" | "video" | "article" | "webinar" | "survey";
180
176
  inbound: string;
177
+ blogs: string;
181
178
  events: string;
182
179
  portfolios: string;
183
180
  language: string;
184
- start_date?: string;
185
- end_date?: string;
186
- start_time?: string;
187
- end_time?: string;
181
+ webinar_id?: string;
188
182
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10661",
3
+ "version": "1.0.10662",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",