@humeai/voice-embed 0.0.0-beta.21 → 0.0.0-beta.22
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 +8 -8
- package/dist/index.d.ts +8 -8
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -405,7 +405,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
405
405
|
end: number;
|
|
406
406
|
} | null | undefined;
|
|
407
407
|
}>;
|
|
408
|
-
|
|
408
|
+
from_text: z.ZodCatch<z.ZodBoolean>;
|
|
409
409
|
}, "strip", z.ZodTypeAny, {
|
|
410
410
|
type: "assistant_message";
|
|
411
411
|
message: {
|
|
@@ -422,7 +422,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
422
422
|
end: number;
|
|
423
423
|
} | null | undefined;
|
|
424
424
|
};
|
|
425
|
-
|
|
425
|
+
from_text: boolean;
|
|
426
426
|
}, {
|
|
427
427
|
type: "assistant_message";
|
|
428
428
|
message: {
|
|
@@ -439,7 +439,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
439
439
|
end: number;
|
|
440
440
|
} | null | undefined;
|
|
441
441
|
};
|
|
442
|
-
|
|
442
|
+
from_text?: unknown;
|
|
443
443
|
}>, {
|
|
444
444
|
type: "assistant_message";
|
|
445
445
|
message: {
|
|
@@ -456,7 +456,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
456
456
|
end: number;
|
|
457
457
|
} | null | undefined;
|
|
458
458
|
};
|
|
459
|
-
|
|
459
|
+
from_text: boolean;
|
|
460
460
|
} & {
|
|
461
461
|
receivedAt: Date;
|
|
462
462
|
}, {
|
|
@@ -475,7 +475,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
475
475
|
end: number;
|
|
476
476
|
} | null | undefined;
|
|
477
477
|
};
|
|
478
|
-
|
|
478
|
+
from_text?: unknown;
|
|
479
479
|
}>]>;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
481
|
type: "transcript_message";
|
|
@@ -512,7 +512,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
512
512
|
end: number;
|
|
513
513
|
} | null | undefined;
|
|
514
514
|
};
|
|
515
|
-
|
|
515
|
+
from_text: boolean;
|
|
516
516
|
} & {
|
|
517
517
|
receivedAt: Date;
|
|
518
518
|
});
|
|
@@ -549,7 +549,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
549
549
|
end: number;
|
|
550
550
|
} | null | undefined;
|
|
551
551
|
};
|
|
552
|
-
|
|
552
|
+
from_text?: unknown;
|
|
553
553
|
};
|
|
554
554
|
}>, z.ZodObject<{
|
|
555
555
|
type: z.ZodLiteral<"resize_frame">;
|
|
@@ -624,7 +624,7 @@ declare const TRANSCRIPT_MESSAGE_ACTION: (message: UserTranscriptMessage | Assis
|
|
|
624
624
|
end: number;
|
|
625
625
|
} | null | undefined;
|
|
626
626
|
};
|
|
627
|
-
|
|
627
|
+
from_text: boolean;
|
|
628
628
|
} & {
|
|
629
629
|
receivedAt: Date;
|
|
630
630
|
});
|
package/dist/index.d.ts
CHANGED
|
@@ -405,7 +405,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
405
405
|
end: number;
|
|
406
406
|
} | null | undefined;
|
|
407
407
|
}>;
|
|
408
|
-
|
|
408
|
+
from_text: z.ZodCatch<z.ZodBoolean>;
|
|
409
409
|
}, "strip", z.ZodTypeAny, {
|
|
410
410
|
type: "assistant_message";
|
|
411
411
|
message: {
|
|
@@ -422,7 +422,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
422
422
|
end: number;
|
|
423
423
|
} | null | undefined;
|
|
424
424
|
};
|
|
425
|
-
|
|
425
|
+
from_text: boolean;
|
|
426
426
|
}, {
|
|
427
427
|
type: "assistant_message";
|
|
428
428
|
message: {
|
|
@@ -439,7 +439,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
439
439
|
end: number;
|
|
440
440
|
} | null | undefined;
|
|
441
441
|
};
|
|
442
|
-
|
|
442
|
+
from_text?: unknown;
|
|
443
443
|
}>, {
|
|
444
444
|
type: "assistant_message";
|
|
445
445
|
message: {
|
|
@@ -456,7 +456,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
456
456
|
end: number;
|
|
457
457
|
} | null | undefined;
|
|
458
458
|
};
|
|
459
|
-
|
|
459
|
+
from_text: boolean;
|
|
460
460
|
} & {
|
|
461
461
|
receivedAt: Date;
|
|
462
462
|
}, {
|
|
@@ -475,7 +475,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
475
475
|
end: number;
|
|
476
476
|
} | null | undefined;
|
|
477
477
|
};
|
|
478
|
-
|
|
478
|
+
from_text?: unknown;
|
|
479
479
|
}>]>;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
481
|
type: "transcript_message";
|
|
@@ -512,7 +512,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
512
512
|
end: number;
|
|
513
513
|
} | null | undefined;
|
|
514
514
|
};
|
|
515
|
-
|
|
515
|
+
from_text: boolean;
|
|
516
516
|
} & {
|
|
517
517
|
receivedAt: Date;
|
|
518
518
|
});
|
|
@@ -549,7 +549,7 @@ declare const FrameToClientActionSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
549
549
|
end: number;
|
|
550
550
|
} | null | undefined;
|
|
551
551
|
};
|
|
552
|
-
|
|
552
|
+
from_text?: unknown;
|
|
553
553
|
};
|
|
554
554
|
}>, z.ZodObject<{
|
|
555
555
|
type: z.ZodLiteral<"resize_frame">;
|
|
@@ -624,7 +624,7 @@ declare const TRANSCRIPT_MESSAGE_ACTION: (message: UserTranscriptMessage | Assis
|
|
|
624
624
|
end: number;
|
|
625
625
|
} | null | undefined;
|
|
626
626
|
};
|
|
627
|
-
|
|
627
|
+
from_text: boolean;
|
|
628
628
|
} & {
|
|
629
629
|
receivedAt: Date;
|
|
630
630
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@humeai/voice-embed",
|
|
3
|
-
"version": "0.0.0-beta.
|
|
3
|
+
"version": "0.0.0-beta.22",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"zod": "^3.22.4",
|
|
31
|
-
"@humeai/voice": "0.0.0-beta.
|
|
31
|
+
"@humeai/voice": "0.0.0-beta.22"
|
|
32
32
|
},
|
|
33
33
|
"browserslist": [
|
|
34
34
|
"last 2 Chrome versions, last 2 iOS major versions, Firefox ESR, not dead"
|