@hubs101/js-api-skd-client 1.0.10317 → 1.0.10319

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.
@@ -282,12 +282,12 @@ export type Note = {
282
282
  message: string;
283
283
  reference: string;
284
284
  event: string;
285
- detail: unknown;
285
+ detail: any;
286
286
  updateDate: string;
287
287
  };
288
288
  export type NoteUpdateInput = {
289
289
  message: string;
290
- detail?: unknown;
290
+ detail?: any;
291
291
  };
292
292
  export type NoteInput = {
293
293
  type: NOTE_TYPE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10317",
3
+ "version": "1.0.10319",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",