@connectedxm/admin 6.0.3 → 6.0.4
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.
- package/dist/index.d.cts +0 -6
- package/dist/index.d.ts +0 -6
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2487,8 +2487,6 @@ interface BaseMeeting {
|
|
|
2487
2487
|
id: string;
|
|
2488
2488
|
title: string;
|
|
2489
2489
|
type: MeetingType;
|
|
2490
|
-
host_preset: string;
|
|
2491
|
-
guest_preset: string;
|
|
2492
2490
|
}
|
|
2493
2491
|
interface Meeting extends BaseMeeting {
|
|
2494
2492
|
updated_at: string;
|
|
@@ -6146,8 +6144,6 @@ interface MeetingCreateInputs {
|
|
|
6146
6144
|
eventId?: string;
|
|
6147
6145
|
sessionId?: string;
|
|
6148
6146
|
groupId?: string;
|
|
6149
|
-
host_preset: string;
|
|
6150
|
-
guest_preset: string;
|
|
6151
6147
|
title: string | null;
|
|
6152
6148
|
preferred_region: "ap-south-1" | "ap-southeast-1" | "us-east-1" | "eu-central-1" | null;
|
|
6153
6149
|
record_on_start: boolean;
|
|
@@ -6166,8 +6162,6 @@ interface MeetingUpdateInputs {
|
|
|
6166
6162
|
eventId?: string;
|
|
6167
6163
|
sessionId?: string;
|
|
6168
6164
|
groupId?: string;
|
|
6169
|
-
host_preset?: string;
|
|
6170
|
-
guest_preset?: string;
|
|
6171
6165
|
title?: string | null;
|
|
6172
6166
|
preferred_region?: "ap-south-1" | "ap-southeast-1" | "us-east-1" | "eu-central-1" | null;
|
|
6173
6167
|
record_on_start?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -2487,8 +2487,6 @@ interface BaseMeeting {
|
|
|
2487
2487
|
id: string;
|
|
2488
2488
|
title: string;
|
|
2489
2489
|
type: MeetingType;
|
|
2490
|
-
host_preset: string;
|
|
2491
|
-
guest_preset: string;
|
|
2492
2490
|
}
|
|
2493
2491
|
interface Meeting extends BaseMeeting {
|
|
2494
2492
|
updated_at: string;
|
|
@@ -6146,8 +6144,6 @@ interface MeetingCreateInputs {
|
|
|
6146
6144
|
eventId?: string;
|
|
6147
6145
|
sessionId?: string;
|
|
6148
6146
|
groupId?: string;
|
|
6149
|
-
host_preset: string;
|
|
6150
|
-
guest_preset: string;
|
|
6151
6147
|
title: string | null;
|
|
6152
6148
|
preferred_region: "ap-south-1" | "ap-southeast-1" | "us-east-1" | "eu-central-1" | null;
|
|
6153
6149
|
record_on_start: boolean;
|
|
@@ -6166,8 +6162,6 @@ interface MeetingUpdateInputs {
|
|
|
6166
6162
|
eventId?: string;
|
|
6167
6163
|
sessionId?: string;
|
|
6168
6164
|
groupId?: string;
|
|
6169
|
-
host_preset?: string;
|
|
6170
|
-
guest_preset?: string;
|
|
6171
6165
|
title?: string | null;
|
|
6172
6166
|
preferred_region?: "ap-south-1" | "ap-southeast-1" | "us-east-1" | "eu-central-1" | null;
|
|
6173
6167
|
record_on_start?: boolean;
|