@character-foundry/character-foundry 0.4.2-dev.1765997746 → 0.4.2

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 (57) hide show
  1. package/dist/charx.cjs +36 -15
  2. package/dist/charx.cjs.map +1 -1
  3. package/dist/charx.d.cts +9 -18
  4. package/dist/charx.d.ts +9 -18
  5. package/dist/charx.js +36 -15
  6. package/dist/charx.js.map +1 -1
  7. package/dist/exporter.cjs +38 -34
  8. package/dist/exporter.cjs.map +1 -1
  9. package/dist/exporter.d.cts +9 -18
  10. package/dist/exporter.d.ts +9 -18
  11. package/dist/exporter.js +38 -34
  12. package/dist/exporter.js.map +1 -1
  13. package/dist/federation.cjs +36 -104
  14. package/dist/federation.cjs.map +1 -1
  15. package/dist/federation.d.cts +9 -53
  16. package/dist/federation.d.ts +9 -53
  17. package/dist/federation.js +36 -104
  18. package/dist/federation.js.map +1 -1
  19. package/dist/index.cjs +38 -34
  20. package/dist/index.cjs.map +1 -1
  21. package/dist/index.d.cts +21 -42
  22. package/dist/index.d.ts +21 -42
  23. package/dist/index.js +38 -34
  24. package/dist/index.js.map +1 -1
  25. package/dist/loader.cjs +15 -101
  26. package/dist/loader.cjs.map +1 -1
  27. package/dist/loader.d.cts +14 -42
  28. package/dist/loader.d.ts +14 -42
  29. package/dist/loader.js +15 -101
  30. package/dist/loader.js.map +1 -1
  31. package/dist/lorebook.d.cts +17 -34
  32. package/dist/lorebook.d.ts +17 -34
  33. package/dist/normalizer.cjs +2 -2
  34. package/dist/normalizer.cjs.map +1 -1
  35. package/dist/normalizer.d.cts +30 -60
  36. package/dist/normalizer.d.ts +30 -60
  37. package/dist/normalizer.js +2 -2
  38. package/dist/normalizer.js.map +1 -1
  39. package/dist/png.cjs +2 -2
  40. package/dist/png.cjs.map +1 -1
  41. package/dist/png.d.cts +16 -32
  42. package/dist/png.d.ts +16 -32
  43. package/dist/png.js +2 -2
  44. package/dist/png.js.map +1 -1
  45. package/dist/schemas.cjs +7 -7
  46. package/dist/schemas.cjs.map +1 -1
  47. package/dist/schemas.d.cts +48 -96
  48. package/dist/schemas.d.ts +48 -96
  49. package/dist/schemas.js +7 -7
  50. package/dist/schemas.js.map +1 -1
  51. package/dist/voxta.cjs +4 -21
  52. package/dist/voxta.cjs.map +1 -1
  53. package/dist/voxta.d.cts +14 -28
  54. package/dist/voxta.d.ts +14 -28
  55. package/dist/voxta.js +4 -21
  56. package/dist/voxta.js.map +1 -1
  57. package/package.json +6 -6
@@ -23,8 +23,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
23
23
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
24
24
  z.ZodEnum<[
25
25
  "before_char",
26
- "after_char",
27
- "in_chat"
26
+ "after_char"
28
27
  ]>,
29
28
  z.ZodNumber,
30
29
  z.ZodLiteral<"">
@@ -67,8 +66,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
67
66
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
68
67
  z.ZodEnum<[
69
68
  "before_char",
70
- "after_char",
71
- "in_chat"
69
+ "after_char"
72
70
  ]>,
73
71
  z.ZodNumber,
74
72
  z.ZodLiteral<"">
@@ -111,8 +109,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
111
109
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
112
110
  z.ZodEnum<[
113
111
  "before_char",
114
- "after_char",
115
- "in_chat"
112
+ "after_char"
116
113
  ]>,
117
114
  z.ZodNumber,
118
115
  z.ZodLiteral<"">
@@ -157,8 +154,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
157
154
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
158
155
  z.ZodEnum<[
159
156
  "before_char",
160
- "after_char",
161
- "in_chat"
157
+ "after_char"
162
158
  ]>,
163
159
  z.ZodNumber,
164
160
  z.ZodLiteral<"">
@@ -209,8 +205,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
209
205
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
210
206
  z.ZodEnum<[
211
207
  "before_char",
212
- "after_char",
213
- "in_chat"
208
+ "after_char"
214
209
  ]>,
215
210
  z.ZodNumber,
216
211
  z.ZodLiteral<"">
@@ -286,8 +281,7 @@ declare const CCv3DataSchema: z.ZodObject<{
286
281
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
287
282
  z.ZodEnum<[
288
283
  "before_char",
289
- "after_char",
290
- "in_chat"
284
+ "after_char"
291
285
  ]>,
292
286
  z.ZodNumber,
293
287
  z.ZodLiteral<"">
@@ -330,8 +324,7 @@ declare const CCv3DataSchema: z.ZodObject<{
330
324
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
331
325
  z.ZodEnum<[
332
326
  "before_char",
333
- "after_char",
334
- "in_chat"
327
+ "after_char"
335
328
  ]>,
336
329
  z.ZodNumber,
337
330
  z.ZodLiteral<"">
@@ -374,8 +367,7 @@ declare const CCv3DataSchema: z.ZodObject<{
374
367
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
375
368
  z.ZodEnum<[
376
369
  "before_char",
377
- "after_char",
378
- "in_chat"
370
+ "after_char"
379
371
  ]>,
380
372
  z.ZodNumber,
381
373
  z.ZodLiteral<"">
@@ -420,8 +412,7 @@ declare const CCv3DataSchema: z.ZodObject<{
420
412
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
421
413
  z.ZodEnum<[
422
414
  "before_char",
423
- "after_char",
424
- "in_chat"
415
+ "after_char"
425
416
  ]>,
426
417
  z.ZodNumber,
427
418
  z.ZodLiteral<"">
@@ -472,8 +463,7 @@ declare const CCv3DataSchema: z.ZodObject<{
472
463
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
473
464
  z.ZodEnum<[
474
465
  "before_char",
475
- "after_char",
476
- "in_chat"
466
+ "after_char"
477
467
  ]>,
478
468
  z.ZodNumber,
479
469
  z.ZodLiteral<"">
@@ -572,8 +562,7 @@ declare const CCv3DataSchema: z.ZodObject<{
572
562
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
573
563
  z.ZodEnum<[
574
564
  "before_char",
575
- "after_char",
576
- "in_chat"
565
+ "after_char"
577
566
  ]>,
578
567
  z.ZodNumber,
579
568
  z.ZodLiteral<"">
@@ -648,8 +637,7 @@ declare const CCv3DataSchema: z.ZodObject<{
648
637
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
649
638
  z.ZodEnum<[
650
639
  "before_char",
651
- "after_char",
652
- "in_chat"
640
+ "after_char"
653
641
  ]>,
654
642
  z.ZodNumber,
655
643
  z.ZodLiteral<"">
@@ -734,8 +722,7 @@ declare const CCv3DataSchema: z.ZodObject<{
734
722
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
735
723
  z.ZodEnum<[
736
724
  "before_char",
737
- "after_char",
738
- "in_chat"
725
+ "after_char"
739
726
  ]>,
740
727
  z.ZodNumber,
741
728
  z.ZodLiteral<"">
@@ -814,8 +801,7 @@ declare const CCv3DataSchema: z.ZodObject<{
814
801
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
815
802
  z.ZodEnum<[
816
803
  "before_char",
817
- "after_char",
818
- "in_chat"
804
+ "after_char"
819
805
  ]>,
820
806
  z.ZodNumber,
821
807
  z.ZodLiteral<"">
@@ -912,8 +898,7 @@ declare const CCv2DataSchema: z.ZodObject<{
912
898
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
913
899
  z.ZodEnum<[
914
900
  "before_char",
915
- "after_char",
916
- "in_chat"
901
+ "after_char"
917
902
  ]>,
918
903
  z.ZodNumber,
919
904
  z.ZodLiteral<"">
@@ -935,8 +920,7 @@ declare const CCv2DataSchema: z.ZodObject<{
935
920
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
936
921
  z.ZodEnum<[
937
922
  "before_char",
938
- "after_char",
939
- "in_chat"
923
+ "after_char"
940
924
  ]>,
941
925
  z.ZodNumber,
942
926
  z.ZodLiteral<"">
@@ -958,8 +942,7 @@ declare const CCv2DataSchema: z.ZodObject<{
958
942
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
959
943
  z.ZodEnum<[
960
944
  "before_char",
961
- "after_char",
962
- "in_chat"
945
+ "after_char"
963
946
  ]>,
964
947
  z.ZodNumber,
965
948
  z.ZodLiteral<"">
@@ -983,8 +966,7 @@ declare const CCv2DataSchema: z.ZodObject<{
983
966
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
984
967
  z.ZodEnum<[
985
968
  "before_char",
986
- "after_char",
987
- "in_chat"
969
+ "after_char"
988
970
  ]>,
989
971
  z.ZodNumber,
990
972
  z.ZodLiteral<"">
@@ -1014,8 +996,7 @@ declare const CCv2DataSchema: z.ZodObject<{
1014
996
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1015
997
  z.ZodEnum<[
1016
998
  "before_char",
1017
- "after_char",
1018
- "in_chat"
999
+ "after_char"
1019
1000
  ]>,
1020
1001
  z.ZodNumber,
1021
1002
  z.ZodLiteral<"">
@@ -1062,8 +1043,7 @@ declare const CCv2DataSchema: z.ZodObject<{
1062
1043
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1063
1044
  z.ZodEnum<[
1064
1045
  "before_char",
1065
- "after_char",
1066
- "in_chat"
1046
+ "after_char"
1067
1047
  ]>,
1068
1048
  z.ZodNumber,
1069
1049
  z.ZodLiteral<"">
@@ -1109,8 +1089,7 @@ declare const CCv2DataSchema: z.ZodObject<{
1109
1089
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1110
1090
  z.ZodEnum<[
1111
1091
  "before_char",
1112
- "after_char",
1113
- "in_chat"
1092
+ "after_char"
1114
1093
  ]>,
1115
1094
  z.ZodNumber,
1116
1095
  z.ZodLiteral<"">
@@ -1165,8 +1144,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1165
1144
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1166
1145
  z.ZodEnum<[
1167
1146
  "before_char",
1168
- "after_char",
1169
- "in_chat"
1147
+ "after_char"
1170
1148
  ]>,
1171
1149
  z.ZodNumber,
1172
1150
  z.ZodLiteral<"">
@@ -1188,8 +1166,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1188
1166
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1189
1167
  z.ZodEnum<[
1190
1168
  "before_char",
1191
- "after_char",
1192
- "in_chat"
1169
+ "after_char"
1193
1170
  ]>,
1194
1171
  z.ZodNumber,
1195
1172
  z.ZodLiteral<"">
@@ -1211,8 +1188,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1211
1188
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1212
1189
  z.ZodEnum<[
1213
1190
  "before_char",
1214
- "after_char",
1215
- "in_chat"
1191
+ "after_char"
1216
1192
  ]>,
1217
1193
  z.ZodNumber,
1218
1194
  z.ZodLiteral<"">
@@ -1236,8 +1212,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1236
1212
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1237
1213
  z.ZodEnum<[
1238
1214
  "before_char",
1239
- "after_char",
1240
- "in_chat"
1215
+ "after_char"
1241
1216
  ]>,
1242
1217
  z.ZodNumber,
1243
1218
  z.ZodLiteral<"">
@@ -1267,8 +1242,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1267
1242
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1268
1243
  z.ZodEnum<[
1269
1244
  "before_char",
1270
- "after_char",
1271
- "in_chat"
1245
+ "after_char"
1272
1246
  ]>,
1273
1247
  z.ZodNumber,
1274
1248
  z.ZodLiteral<"">
@@ -1315,8 +1289,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1315
1289
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1316
1290
  z.ZodEnum<[
1317
1291
  "before_char",
1318
- "after_char",
1319
- "in_chat"
1292
+ "after_char"
1320
1293
  ]>,
1321
1294
  z.ZodNumber,
1322
1295
  z.ZodLiteral<"">
@@ -1362,8 +1335,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1362
1335
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1363
1336
  z.ZodEnum<[
1364
1337
  "before_char",
1365
- "after_char",
1366
- "in_chat"
1338
+ "after_char"
1367
1339
  ]>,
1368
1340
  z.ZodNumber,
1369
1341
  z.ZodLiteral<"">
@@ -1411,8 +1383,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1411
1383
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1412
1384
  z.ZodEnum<[
1413
1385
  "before_char",
1414
- "after_char",
1415
- "in_chat"
1386
+ "after_char"
1416
1387
  ]>,
1417
1388
  z.ZodNumber,
1418
1389
  z.ZodLiteral<"">
@@ -1462,8 +1433,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1462
1433
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1463
1434
  z.ZodEnum<[
1464
1435
  "before_char",
1465
- "after_char",
1466
- "in_chat"
1436
+ "after_char"
1467
1437
  ]>,
1468
1438
  z.ZodNumber,
1469
1439
  z.ZodLiteral<"">
@@ -23,8 +23,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
23
23
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
24
24
  z.ZodEnum<[
25
25
  "before_char",
26
- "after_char",
27
- "in_chat"
26
+ "after_char"
28
27
  ]>,
29
28
  z.ZodNumber,
30
29
  z.ZodLiteral<"">
@@ -67,8 +66,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
67
66
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
68
67
  z.ZodEnum<[
69
68
  "before_char",
70
- "after_char",
71
- "in_chat"
69
+ "after_char"
72
70
  ]>,
73
71
  z.ZodNumber,
74
72
  z.ZodLiteral<"">
@@ -111,8 +109,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
111
109
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
112
110
  z.ZodEnum<[
113
111
  "before_char",
114
- "after_char",
115
- "in_chat"
112
+ "after_char"
116
113
  ]>,
117
114
  z.ZodNumber,
118
115
  z.ZodLiteral<"">
@@ -157,8 +154,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
157
154
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
158
155
  z.ZodEnum<[
159
156
  "before_char",
160
- "after_char",
161
- "in_chat"
157
+ "after_char"
162
158
  ]>,
163
159
  z.ZodNumber,
164
160
  z.ZodLiteral<"">
@@ -209,8 +205,7 @@ declare const CCv3CharacterBookSchema: z.ZodObject<{
209
205
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
210
206
  z.ZodEnum<[
211
207
  "before_char",
212
- "after_char",
213
- "in_chat"
208
+ "after_char"
214
209
  ]>,
215
210
  z.ZodNumber,
216
211
  z.ZodLiteral<"">
@@ -286,8 +281,7 @@ declare const CCv3DataSchema: z.ZodObject<{
286
281
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
287
282
  z.ZodEnum<[
288
283
  "before_char",
289
- "after_char",
290
- "in_chat"
284
+ "after_char"
291
285
  ]>,
292
286
  z.ZodNumber,
293
287
  z.ZodLiteral<"">
@@ -330,8 +324,7 @@ declare const CCv3DataSchema: z.ZodObject<{
330
324
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
331
325
  z.ZodEnum<[
332
326
  "before_char",
333
- "after_char",
334
- "in_chat"
327
+ "after_char"
335
328
  ]>,
336
329
  z.ZodNumber,
337
330
  z.ZodLiteral<"">
@@ -374,8 +367,7 @@ declare const CCv3DataSchema: z.ZodObject<{
374
367
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
375
368
  z.ZodEnum<[
376
369
  "before_char",
377
- "after_char",
378
- "in_chat"
370
+ "after_char"
379
371
  ]>,
380
372
  z.ZodNumber,
381
373
  z.ZodLiteral<"">
@@ -420,8 +412,7 @@ declare const CCv3DataSchema: z.ZodObject<{
420
412
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
421
413
  z.ZodEnum<[
422
414
  "before_char",
423
- "after_char",
424
- "in_chat"
415
+ "after_char"
425
416
  ]>,
426
417
  z.ZodNumber,
427
418
  z.ZodLiteral<"">
@@ -472,8 +463,7 @@ declare const CCv3DataSchema: z.ZodObject<{
472
463
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
473
464
  z.ZodEnum<[
474
465
  "before_char",
475
- "after_char",
476
- "in_chat"
466
+ "after_char"
477
467
  ]>,
478
468
  z.ZodNumber,
479
469
  z.ZodLiteral<"">
@@ -572,8 +562,7 @@ declare const CCv3DataSchema: z.ZodObject<{
572
562
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
573
563
  z.ZodEnum<[
574
564
  "before_char",
575
- "after_char",
576
- "in_chat"
565
+ "after_char"
577
566
  ]>,
578
567
  z.ZodNumber,
579
568
  z.ZodLiteral<"">
@@ -648,8 +637,7 @@ declare const CCv3DataSchema: z.ZodObject<{
648
637
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
649
638
  z.ZodEnum<[
650
639
  "before_char",
651
- "after_char",
652
- "in_chat"
640
+ "after_char"
653
641
  ]>,
654
642
  z.ZodNumber,
655
643
  z.ZodLiteral<"">
@@ -734,8 +722,7 @@ declare const CCv3DataSchema: z.ZodObject<{
734
722
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
735
723
  z.ZodEnum<[
736
724
  "before_char",
737
- "after_char",
738
- "in_chat"
725
+ "after_char"
739
726
  ]>,
740
727
  z.ZodNumber,
741
728
  z.ZodLiteral<"">
@@ -814,8 +801,7 @@ declare const CCv3DataSchema: z.ZodObject<{
814
801
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
815
802
  z.ZodEnum<[
816
803
  "before_char",
817
- "after_char",
818
- "in_chat"
804
+ "after_char"
819
805
  ]>,
820
806
  z.ZodNumber,
821
807
  z.ZodLiteral<"">
@@ -912,8 +898,7 @@ declare const CCv2DataSchema: z.ZodObject<{
912
898
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
913
899
  z.ZodEnum<[
914
900
  "before_char",
915
- "after_char",
916
- "in_chat"
901
+ "after_char"
917
902
  ]>,
918
903
  z.ZodNumber,
919
904
  z.ZodLiteral<"">
@@ -935,8 +920,7 @@ declare const CCv2DataSchema: z.ZodObject<{
935
920
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
936
921
  z.ZodEnum<[
937
922
  "before_char",
938
- "after_char",
939
- "in_chat"
923
+ "after_char"
940
924
  ]>,
941
925
  z.ZodNumber,
942
926
  z.ZodLiteral<"">
@@ -958,8 +942,7 @@ declare const CCv2DataSchema: z.ZodObject<{
958
942
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
959
943
  z.ZodEnum<[
960
944
  "before_char",
961
- "after_char",
962
- "in_chat"
945
+ "after_char"
963
946
  ]>,
964
947
  z.ZodNumber,
965
948
  z.ZodLiteral<"">
@@ -983,8 +966,7 @@ declare const CCv2DataSchema: z.ZodObject<{
983
966
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
984
967
  z.ZodEnum<[
985
968
  "before_char",
986
- "after_char",
987
- "in_chat"
969
+ "after_char"
988
970
  ]>,
989
971
  z.ZodNumber,
990
972
  z.ZodLiteral<"">
@@ -1014,8 +996,7 @@ declare const CCv2DataSchema: z.ZodObject<{
1014
996
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1015
997
  z.ZodEnum<[
1016
998
  "before_char",
1017
- "after_char",
1018
- "in_chat"
999
+ "after_char"
1019
1000
  ]>,
1020
1001
  z.ZodNumber,
1021
1002
  z.ZodLiteral<"">
@@ -1062,8 +1043,7 @@ declare const CCv2DataSchema: z.ZodObject<{
1062
1043
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1063
1044
  z.ZodEnum<[
1064
1045
  "before_char",
1065
- "after_char",
1066
- "in_chat"
1046
+ "after_char"
1067
1047
  ]>,
1068
1048
  z.ZodNumber,
1069
1049
  z.ZodLiteral<"">
@@ -1109,8 +1089,7 @@ declare const CCv2DataSchema: z.ZodObject<{
1109
1089
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1110
1090
  z.ZodEnum<[
1111
1091
  "before_char",
1112
- "after_char",
1113
- "in_chat"
1092
+ "after_char"
1114
1093
  ]>,
1115
1094
  z.ZodNumber,
1116
1095
  z.ZodLiteral<"">
@@ -1165,8 +1144,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1165
1144
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1166
1145
  z.ZodEnum<[
1167
1146
  "before_char",
1168
- "after_char",
1169
- "in_chat"
1147
+ "after_char"
1170
1148
  ]>,
1171
1149
  z.ZodNumber,
1172
1150
  z.ZodLiteral<"">
@@ -1188,8 +1166,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1188
1166
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1189
1167
  z.ZodEnum<[
1190
1168
  "before_char",
1191
- "after_char",
1192
- "in_chat"
1169
+ "after_char"
1193
1170
  ]>,
1194
1171
  z.ZodNumber,
1195
1172
  z.ZodLiteral<"">
@@ -1211,8 +1188,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1211
1188
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1212
1189
  z.ZodEnum<[
1213
1190
  "before_char",
1214
- "after_char",
1215
- "in_chat"
1191
+ "after_char"
1216
1192
  ]>,
1217
1193
  z.ZodNumber,
1218
1194
  z.ZodLiteral<"">
@@ -1236,8 +1212,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1236
1212
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1237
1213
  z.ZodEnum<[
1238
1214
  "before_char",
1239
- "after_char",
1240
- "in_chat"
1215
+ "after_char"
1241
1216
  ]>,
1242
1217
  z.ZodNumber,
1243
1218
  z.ZodLiteral<"">
@@ -1267,8 +1242,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1267
1242
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1268
1243
  z.ZodEnum<[
1269
1244
  "before_char",
1270
- "after_char",
1271
- "in_chat"
1245
+ "after_char"
1272
1246
  ]>,
1273
1247
  z.ZodNumber,
1274
1248
  z.ZodLiteral<"">
@@ -1315,8 +1289,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1315
1289
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1316
1290
  z.ZodEnum<[
1317
1291
  "before_char",
1318
- "after_char",
1319
- "in_chat"
1292
+ "after_char"
1320
1293
  ]>,
1321
1294
  z.ZodNumber,
1322
1295
  z.ZodLiteral<"">
@@ -1362,8 +1335,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1362
1335
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1363
1336
  z.ZodEnum<[
1364
1337
  "before_char",
1365
- "after_char",
1366
- "in_chat"
1338
+ "after_char"
1367
1339
  ]>,
1368
1340
  z.ZodNumber,
1369
1341
  z.ZodLiteral<"">
@@ -1411,8 +1383,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1411
1383
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1412
1384
  z.ZodEnum<[
1413
1385
  "before_char",
1414
- "after_char",
1415
- "in_chat"
1386
+ "after_char"
1416
1387
  ]>,
1417
1388
  z.ZodNumber,
1418
1389
  z.ZodLiteral<"">
@@ -1462,8 +1433,7 @@ declare const CCv2WrappedSchema: z.ZodObject<{
1462
1433
  position: z.ZodOptional<z.ZodNullable<z.ZodUnion<[
1463
1434
  z.ZodEnum<[
1464
1435
  "before_char",
1465
- "after_char",
1466
- "in_chat"
1436
+ "after_char"
1467
1437
  ]>,
1468
1438
  z.ZodNumber,
1469
1439
  z.ZodLiteral<"">
@@ -63,7 +63,7 @@ var CCv2LorebookEntrySchema = z2.object({
63
63
  selective: z2.boolean().nullable().optional(),
64
64
  secondary_keys: z2.array(z2.string()).nullable().optional(),
65
65
  constant: z2.boolean().nullable().optional(),
66
- position: z2.union([z2.enum(["before_char", "after_char", "in_chat"]), z2.number().int(), z2.literal("")]).nullable().optional()
66
+ position: z2.union([z2.enum(["before_char", "after_char"]), z2.number().int(), z2.literal("")]).nullable().optional()
67
67
  }).passthrough();
68
68
  var CCv2CharacterBookSchema = z2.object({
69
69
  name: z2.string().optional(),
@@ -130,7 +130,7 @@ var CCv3LorebookEntrySchema = z3.object({
130
130
  selective: z3.boolean().nullable().optional(),
131
131
  secondary_keys: z3.array(z3.string()).nullable().optional(),
132
132
  constant: z3.boolean().nullable().optional(),
133
- position: z3.union([z3.enum(["before_char", "after_char", "in_chat"]), z3.number().int(), z3.literal("")]).nullable().optional(),
133
+ position: z3.union([z3.enum(["before_char", "after_char"]), z3.number().int(), z3.literal("")]).nullable().optional(),
134
134
  extensions: z3.record(z3.unknown()).optional(),
135
135
  // v3 specific - also lenient with types since SillyTavern uses numbers for enums
136
136
  automation_id: z3.string().optional(),