@vibes.diy/api-types 2.0.10 → 2.2.1-dev.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/chat.d.ts +6 -0
- package/package.json +2 -2
package/chat.d.ts
CHANGED
|
@@ -937,6 +937,7 @@ export declare const PromptAndBlockMsgs: import("arktype/internal/variants/objec
|
|
|
937
937
|
type: "block.code.begin";
|
|
938
938
|
sectionId: string;
|
|
939
939
|
lang: string;
|
|
940
|
+
path?: string | undefined;
|
|
940
941
|
} | {
|
|
941
942
|
blockId: string;
|
|
942
943
|
streamId: string;
|
|
@@ -948,6 +949,7 @@ export declare const PromptAndBlockMsgs: import("arktype/internal/variants/objec
|
|
|
948
949
|
type: "block.code.line";
|
|
949
950
|
sectionId: string;
|
|
950
951
|
lang: string;
|
|
952
|
+
path?: string | undefined;
|
|
951
953
|
} | {
|
|
952
954
|
blockId: string;
|
|
953
955
|
streamId: string;
|
|
@@ -962,6 +964,7 @@ export declare const PromptAndBlockMsgs: import("arktype/internal/variants/objec
|
|
|
962
964
|
type: "block.code.end";
|
|
963
965
|
sectionId: string;
|
|
964
966
|
lang: string;
|
|
967
|
+
path?: string | undefined;
|
|
965
968
|
} | {
|
|
966
969
|
blockId: string;
|
|
967
970
|
streamId: string;
|
|
@@ -1207,6 +1210,7 @@ export declare const sectionEvent: import("arktype/internal/variants/object.ts")
|
|
|
1207
1210
|
type: "block.code.begin";
|
|
1208
1211
|
sectionId: string;
|
|
1209
1212
|
lang: string;
|
|
1213
|
+
path?: string | undefined;
|
|
1210
1214
|
} | {
|
|
1211
1215
|
blockId: string;
|
|
1212
1216
|
streamId: string;
|
|
@@ -1218,6 +1222,7 @@ export declare const sectionEvent: import("arktype/internal/variants/object.ts")
|
|
|
1218
1222
|
type: "block.code.line";
|
|
1219
1223
|
sectionId: string;
|
|
1220
1224
|
lang: string;
|
|
1225
|
+
path?: string | undefined;
|
|
1221
1226
|
} | {
|
|
1222
1227
|
blockId: string;
|
|
1223
1228
|
streamId: string;
|
|
@@ -1232,6 +1237,7 @@ export declare const sectionEvent: import("arktype/internal/variants/object.ts")
|
|
|
1232
1237
|
type: "block.code.end";
|
|
1233
1238
|
sectionId: string;
|
|
1234
1239
|
lang: string;
|
|
1240
|
+
path?: string | undefined;
|
|
1235
1241
|
} | {
|
|
1236
1242
|
blockId: string;
|
|
1237
1243
|
streamId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibes.diy/api-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.1-dev.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@fireproof/core-types-base": "~0.24.19",
|
|
15
15
|
"@fireproof/core-types-protocols-cloud": "~0.24.19",
|
|
16
16
|
"@fireproof/core-types-protocols-dashboard": "~0.24.19",
|
|
17
|
-
"@vibes.diy/call-ai-v2": "2.
|
|
17
|
+
"@vibes.diy/call-ai-v2": "2.2.1-dev.1",
|
|
18
18
|
"arktype": "~2.2.0"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|