@vendasta/meetings 1.14.0 → 1.14.1
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/esm2020/lib/_internal/interfaces/meeting-host.interface.mjs +1 -1
- package/esm2020/lib/_internal/objects/meeting-host.mjs +4 -1
- package/esm2020/lib/shared/meeting.mjs +2 -1
- package/fesm2015/vendasta-meetings.mjs +4 -0
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +4 -0
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/interfaces/meeting-host.interface.d.ts +1 -0
- package/lib/_internal/objects/meeting-host.d.ts +1 -0
- package/package.json +1 -1
|
@@ -494,6 +494,7 @@ export declare class HostDeleteAttendeesRequest implements i.HostDeleteAttendees
|
|
|
494
494
|
export declare class HostDetails implements i.HostDetailsInterface {
|
|
495
495
|
hostId: string;
|
|
496
496
|
name: string;
|
|
497
|
+
userId: string;
|
|
497
498
|
static fromProto(proto: any): HostDetails;
|
|
498
499
|
constructor(kwargs?: i.HostDetailsInterface);
|
|
499
500
|
toApiJson(): object;
|