@giosg/pub-sdk
Advanced tools
Comparing version 0.33.0 to 0.34.0
@@ -7,2 +7,4 @@ # Changelog | ||
## 0.34.0 | ||
- Add joined field in `Conference` interface. | ||
## 0.33.0 | ||
@@ -9,0 +11,0 @@ |
@@ -291,4 +291,5 @@ import { UserUid, OrganizationUid } from "@giosg/types"; | ||
participant_count: number; | ||
joined: boolean; | ||
} | ||
export {}; | ||
//# sourceMappingURL=groupchats.d.ts.map |
@@ -147,3 +147,3 @@ "use strict"; | ||
getConferences(orgId, userId) { | ||
const apiUrl = `/api/pub/v1/orgs/${orgId}/users/${userId}/conferences`; | ||
const apiUrl = `/api/pub/v1/orgs/${orgId}/users/${userId}/active_conferences`; | ||
return this.sdk.streamCollection(apiUrl); | ||
@@ -150,0 +150,0 @@ } |
{ | ||
"name": "@giosg/pub-sdk", | ||
"version": "0.33.0", | ||
"version": "0.34.0", | ||
"description": "TypeScript interfaces for Giosg Pub", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
39504
488