@d-id/client-sdk 2.0.7 → 2.0.8

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.
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Legacy streams report the session end as `stream/done` with a `close_reason`.
3
+ * A reason we do not recognise is forwarded as-is rather than reported as an error.
4
+ */
5
+ export declare function toStreamEndReason(data: any): string | undefined;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@d-id/client-sdk",
3
3
  "private": false,
4
- "version": "2.0.7",
4
+ "version": "2.0.8",
5
5
  "type": "module",
6
6
  "description": "d-id client sdk",
7
7
  "repository": {