@hubs101/js-api-skd-client 1.0.10491 → 1.0.10493
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.
|
@@ -158,6 +158,9 @@ export type GlobalFilter = {
|
|
|
158
158
|
filterCheckInStatus?: string | string[];
|
|
159
159
|
filterStatus?: string | string[];
|
|
160
160
|
filterType?: string | string[];
|
|
161
|
+
filterJobLevel?: string | string[];
|
|
162
|
+
filterResponsibility?: string | string[];
|
|
163
|
+
filterTypeOfBusiness?: string | string[];
|
|
161
164
|
};
|
|
162
165
|
export type User = {
|
|
163
166
|
id: string;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Attendee } from "../attendee/types";
|
|
2
1
|
import { Address } from "../types";
|
|
3
2
|
export type Link = {
|
|
4
3
|
rel: string;
|
|
@@ -33,7 +32,7 @@ export type MeetingItem = {
|
|
|
33
32
|
};
|
|
34
33
|
ratingScore: boolean;
|
|
35
34
|
};
|
|
36
|
-
invited_list?:
|
|
35
|
+
invited_list?: string[];
|
|
37
36
|
};
|
|
38
37
|
export type MeetingObjType = {
|
|
39
38
|
selectedDate?: string | Date;
|