@streamoji/aitwin 0.7.7 → 0.7.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.
- package/dist/aitwin.cjs +6 -6
- package/dist/aitwin.js +2616 -2612
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -212,6 +212,8 @@ export declare type AiTwinRecord = {
|
|
|
212
212
|
knowledgeContextId?: string;
|
|
213
213
|
/** Client SSE brain URL. Passed as `brainUrl` on `/ws/voice`. */
|
|
214
214
|
brainUrl?: string;
|
|
215
|
+
/** Waist-up twin. Stored on the aiTwins document. */
|
|
216
|
+
fullBody?: boolean;
|
|
215
217
|
gender?: string;
|
|
216
218
|
createdAt?: string;
|
|
217
219
|
updatedAt?: string;
|