@humeai/voice-embed 0.1.5 → 0.1.6-beta.1

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.mts CHANGED
@@ -106,6 +106,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
106
106
  }>]>;
107
107
  configId: z.ZodOptional<z.ZodString>;
108
108
  configVersion: z.ZodOptional<z.ZodNumber>;
109
+ resumedChatGroupId: z.ZodOptional<z.ZodString>;
109
110
  }, "strip", z.ZodTypeAny, {
110
111
  hostname: string;
111
112
  reconnectAttempts: number;
@@ -119,6 +120,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
119
120
  };
120
121
  configId?: string | undefined;
121
122
  configVersion?: number | undefined;
123
+ resumedChatGroupId?: string | undefined;
122
124
  }, {
123
125
  hostname: string;
124
126
  auth: {
@@ -132,6 +134,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
132
134
  debug?: boolean | undefined;
133
135
  configId?: string | undefined;
134
136
  configVersion?: number | undefined;
137
+ resumedChatGroupId?: string | undefined;
135
138
  }>;
136
139
  }, "strip", z.ZodTypeAny, {
137
140
  type: "update_config";
@@ -148,6 +151,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
148
151
  };
149
152
  configId?: string | undefined;
150
153
  configVersion?: number | undefined;
154
+ resumedChatGroupId?: string | undefined;
151
155
  };
152
156
  }, {
153
157
  type: "update_config";
@@ -164,6 +168,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
164
168
  debug?: boolean | undefined;
165
169
  configId?: string | undefined;
166
170
  configVersion?: number | undefined;
171
+ resumedChatGroupId?: string | undefined;
167
172
  };
168
173
  }>, z.ZodObject<{
169
174
  type: z.ZodLiteral<"cancel">;
package/dist/index.d.ts CHANGED
@@ -106,6 +106,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
106
106
  }>]>;
107
107
  configId: z.ZodOptional<z.ZodString>;
108
108
  configVersion: z.ZodOptional<z.ZodNumber>;
109
+ resumedChatGroupId: z.ZodOptional<z.ZodString>;
109
110
  }, "strip", z.ZodTypeAny, {
110
111
  hostname: string;
111
112
  reconnectAttempts: number;
@@ -119,6 +120,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
119
120
  };
120
121
  configId?: string | undefined;
121
122
  configVersion?: number | undefined;
123
+ resumedChatGroupId?: string | undefined;
122
124
  }, {
123
125
  hostname: string;
124
126
  auth: {
@@ -132,6 +134,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
132
134
  debug?: boolean | undefined;
133
135
  configId?: string | undefined;
134
136
  configVersion?: number | undefined;
137
+ resumedChatGroupId?: string | undefined;
135
138
  }>;
136
139
  }, "strip", z.ZodTypeAny, {
137
140
  type: "update_config";
@@ -148,6 +151,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
148
151
  };
149
152
  configId?: string | undefined;
150
153
  configVersion?: number | undefined;
154
+ resumedChatGroupId?: string | undefined;
151
155
  };
152
156
  }, {
153
157
  type: "update_config";
@@ -164,6 +168,7 @@ declare const ClientToFrameActionSchema: z.ZodUnion<[z.ZodObject<{
164
168
  debug?: boolean | undefined;
165
169
  configId?: string | undefined;
166
170
  configVersion?: number | undefined;
171
+ resumedChatGroupId?: string | undefined;
167
172
  };
168
173
  }>, z.ZodObject<{
169
174
  type: z.ZodLiteral<"cancel">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humeai/voice-embed",
3
- "version": "0.1.5",
3
+ "version": "0.1.6-beta.1",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -23,12 +23,12 @@
23
23
  "tsup": "^8.0.2",
24
24
  "typescript": "^5.4.3",
25
25
  "vitest": "^1.4.0",
26
- "@humeai/eslint-config": "0.0.1",
27
- "@humeai/typescript-config": "0.0.0"
26
+ "@humeai/typescript-config": "0.0.0",
27
+ "@humeai/eslint-config": "0.0.1"
28
28
  },
29
29
  "dependencies": {
30
30
  "zod": "^3.22.4",
31
- "@humeai/voice": "0.1.5"
31
+ "@humeai/voice": "0.1.6-beta.1"
32
32
  },
33
33
  "browserslist": [
34
34
  "last 2 Chrome versions, last 2 iOS major versions, Firefox ESR, not dead"