@d-id/client-sdk 1.0.19-beta.91 → 1.0.19-beta.93

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.
@@ -2,5 +2,4 @@ export declare const nodeEnv: string;
2
2
  export declare const didApiUrl: string;
3
3
  export declare const didSocketApiUrl: string;
4
4
  export declare const mixpanelKey: string;
5
- export declare const clientKey: string;
6
5
  export declare const agentId: string;
@@ -36,6 +36,7 @@ export interface Agent {
36
36
  preview_name?: string;
37
37
  preview_description?: string;
38
38
  preview_thumbnail?: string;
39
+ preview_icon?: string;
39
40
  preview_url?: string;
40
41
  owner_id?: string;
41
42
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@d-id/client-sdk",
3
3
  "private": false,
4
- "version": "1.0.19-beta.91",
4
+ "version": "1.0.19-beta.93",
5
5
  "type": "module",
6
6
  "description": "d-id client sdk",
7
7
  "repository": {
@@ -44,4 +44,4 @@
44
44
  "vite": "^5.1.4",
45
45
  "vite-plugin-dts": "^3.7.3"
46
46
  }
47
- }
47
+ }