@connectedxm/client 7.2.9 → 7.2.10
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.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -282,6 +282,7 @@ interface Activity extends BaseActivity {
|
|
|
282
282
|
content: BaseContent | null;
|
|
283
283
|
commented: BaseActivity | null;
|
|
284
284
|
entities: BaseActivityEntity[] | null;
|
|
285
|
+
streams: BaseStreamInput[];
|
|
285
286
|
updatedAt: string;
|
|
286
287
|
likes?: {
|
|
287
288
|
createdAt: string;
|
|
@@ -2502,6 +2503,7 @@ interface BaseStreamInput {
|
|
|
2502
2503
|
image: BaseImage | null;
|
|
2503
2504
|
locale: string;
|
|
2504
2505
|
cloudflareId: string;
|
|
2506
|
+
webRTC: boolean;
|
|
2505
2507
|
}
|
|
2506
2508
|
interface StreamInput extends BaseStreamInput {
|
|
2507
2509
|
eventId: string | null;
|