@vendasta/meetings 1.0.5 → 1.0.6
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/host/host.service.mjs +2 -4
- package/fesm2015/vendasta-meetings.mjs +1 -1
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +1 -3
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/host/host.service.d.ts +4 -3
- package/package.json +1 -1
|
@@ -7435,9 +7435,7 @@ class HostService {
|
|
|
7435
7435
|
}).pipe(mapTo(null));
|
|
7436
7436
|
}
|
|
7437
7437
|
listAttendees(req) {
|
|
7438
|
-
return this.hostAPIService.listAttendees(
|
|
7439
|
-
...req,
|
|
7440
|
-
}).pipe(mapTo(null));
|
|
7438
|
+
return this.hostAPIService.listAttendees(req);
|
|
7441
7439
|
}
|
|
7442
7440
|
}
|
|
7443
7441
|
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, deps: [{ token: MeetingHostApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|