@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:
|
|
285
|
+
detail: any;
|
|
286
286
|
updateDate: string;
|
|
287
287
|
};
|
|
288
288
|
export type NoteUpdateInput = {
|
|
289
289
|
message: string;
|
|
290
|
-
detail?:
|
|
290
|
+
detail?: any;
|
|
291
291
|
};
|
|
292
292
|
export type NoteInput = {
|
|
293
293
|
type: NOTE_TYPE;
|