@streamoji/aitwin 0.7.6 → 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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoji/aitwin",
3
- "version": "0.7.6",
3
+ "version": "0.7.8",
4
4
  "description": "AiTwin.me Player SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/aitwin.cjs",