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