@1interface/chat-shell 0.3.3 → 0.4.0
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 +4 -0
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -97,6 +97,7 @@ text: string;
|
|
|
97
97
|
queuedAt: string;
|
|
98
98
|
transcriptionIds?: string[];
|
|
99
99
|
}[];
|
|
100
|
+
pendingTranscriptionIds: string[];
|
|
100
101
|
};
|
|
101
102
|
conversations: {
|
|
102
103
|
activeConversationId: string | null;
|
|
@@ -172,6 +173,7 @@ text: string;
|
|
|
172
173
|
queuedAt: string;
|
|
173
174
|
transcriptionIds?: string[];
|
|
174
175
|
}[];
|
|
176
|
+
pendingTranscriptionIds: string[];
|
|
175
177
|
};
|
|
176
178
|
conversations: {
|
|
177
179
|
activeConversationId: string | null;
|
|
@@ -265,6 +267,7 @@ text: string;
|
|
|
265
267
|
queuedAt: string;
|
|
266
268
|
transcriptionIds?: string[];
|
|
267
269
|
}[];
|
|
270
|
+
pendingTranscriptionIds: string[];
|
|
268
271
|
};
|
|
269
272
|
conversations: {
|
|
270
273
|
activeConversationId: string | null;
|
|
@@ -341,6 +344,7 @@ text: string;
|
|
|
341
344
|
queuedAt: string;
|
|
342
345
|
transcriptionIds?: string[];
|
|
343
346
|
}[];
|
|
347
|
+
pendingTranscriptionIds: string[];
|
|
344
348
|
};
|
|
345
349
|
conversations: {
|
|
346
350
|
activeConversationId: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1interface/chat-shell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"lucide-react": "^0.562.0",
|
|
52
52
|
"streamdown": "^1.6.11",
|
|
53
53
|
"tailwind-merge": "^3.6.0",
|
|
54
|
-
"@1interface/
|
|
55
|
-
"@1interface/
|
|
54
|
+
"@1interface/chat-core": "^0.4.0",
|
|
55
|
+
"@1interface/shared-core": "^0.3.0",
|
|
56
56
|
"@1interface/widgets": "^0.1.0",
|
|
57
|
-
"@1interface/voice-
|
|
58
|
-
"@1interface/
|
|
57
|
+
"@1interface/voice-shell": "^0.3.2",
|
|
58
|
+
"@1interface/voice-core": "^0.3.2"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@reduxjs/toolkit": "^2.0.0",
|