@remnic/core 9.3.702 → 9.3.703
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/schemas.d.ts +22 -22
- package/dist/transfer/types.d.ts +12 -12
- package/package.json +2 -2
package/dist/schemas.d.ts
CHANGED
|
@@ -280,12 +280,12 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
280
280
|
title: z.ZodString;
|
|
281
281
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
|
-
title: string;
|
|
284
283
|
key: string;
|
|
284
|
+
title: string;
|
|
285
285
|
facts: string[];
|
|
286
286
|
}, {
|
|
287
|
-
title: string;
|
|
288
287
|
key: string;
|
|
288
|
+
title: string;
|
|
289
289
|
facts: string[];
|
|
290
290
|
}>, "many">>>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -293,8 +293,8 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
293
293
|
name: string;
|
|
294
294
|
facts: string[];
|
|
295
295
|
structuredSections?: {
|
|
296
|
-
title: string;
|
|
297
296
|
key: string;
|
|
297
|
+
title: string;
|
|
298
298
|
facts: string[];
|
|
299
299
|
}[] | null | undefined;
|
|
300
300
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -303,8 +303,8 @@ declare const EntityMentionSchema: z.ZodObject<{
|
|
|
303
303
|
name: string;
|
|
304
304
|
facts: string[];
|
|
305
305
|
structuredSections?: {
|
|
306
|
-
title: string;
|
|
307
306
|
key: string;
|
|
307
|
+
title: string;
|
|
308
308
|
facts: string[];
|
|
309
309
|
}[] | null | undefined;
|
|
310
310
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -594,12 +594,12 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
594
594
|
title: z.ZodString;
|
|
595
595
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
|
-
title: string;
|
|
598
597
|
key: string;
|
|
598
|
+
title: string;
|
|
599
599
|
facts: string[];
|
|
600
600
|
}, {
|
|
601
|
-
title: string;
|
|
602
601
|
key: string;
|
|
602
|
+
title: string;
|
|
603
603
|
facts: string[];
|
|
604
604
|
}>, "many">>>;
|
|
605
605
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -607,8 +607,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
607
607
|
name: string;
|
|
608
608
|
facts: string[];
|
|
609
609
|
structuredSections?: {
|
|
610
|
-
title: string;
|
|
611
610
|
key: string;
|
|
611
|
+
title: string;
|
|
612
612
|
facts: string[];
|
|
613
613
|
}[] | null | undefined;
|
|
614
614
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -617,8 +617,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
617
617
|
name: string;
|
|
618
618
|
facts: string[];
|
|
619
619
|
structuredSections?: {
|
|
620
|
-
title: string;
|
|
621
620
|
key: string;
|
|
621
|
+
title: string;
|
|
622
622
|
facts: string[];
|
|
623
623
|
}[] | null | undefined;
|
|
624
624
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -676,8 +676,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
676
676
|
name: string;
|
|
677
677
|
facts: string[];
|
|
678
678
|
structuredSections?: {
|
|
679
|
-
title: string;
|
|
680
679
|
key: string;
|
|
680
|
+
title: string;
|
|
681
681
|
facts: string[];
|
|
682
682
|
}[] | null | undefined;
|
|
683
683
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -726,8 +726,8 @@ declare const ProactiveExtractionResultSchema: z.ZodObject<{
|
|
|
726
726
|
name: string;
|
|
727
727
|
facts: string[];
|
|
728
728
|
structuredSections?: {
|
|
729
|
-
title: string;
|
|
730
729
|
key: string;
|
|
730
|
+
title: string;
|
|
731
731
|
facts: string[];
|
|
732
732
|
}[] | null | undefined;
|
|
733
733
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -969,12 +969,12 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
969
969
|
title: z.ZodString;
|
|
970
970
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
971
971
|
}, "strip", z.ZodTypeAny, {
|
|
972
|
-
title: string;
|
|
973
972
|
key: string;
|
|
973
|
+
title: string;
|
|
974
974
|
facts: string[];
|
|
975
975
|
}, {
|
|
976
|
-
title: string;
|
|
977
976
|
key: string;
|
|
977
|
+
title: string;
|
|
978
978
|
facts: string[];
|
|
979
979
|
}>, "many">>>;
|
|
980
980
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -982,8 +982,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
982
982
|
name: string;
|
|
983
983
|
facts: string[];
|
|
984
984
|
structuredSections?: {
|
|
985
|
-
title: string;
|
|
986
985
|
key: string;
|
|
986
|
+
title: string;
|
|
987
987
|
facts: string[];
|
|
988
988
|
}[] | null | undefined;
|
|
989
989
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -992,8 +992,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
992
992
|
name: string;
|
|
993
993
|
facts: string[];
|
|
994
994
|
structuredSections?: {
|
|
995
|
-
title: string;
|
|
996
995
|
key: string;
|
|
996
|
+
title: string;
|
|
997
997
|
facts: string[];
|
|
998
998
|
}[] | null | undefined;
|
|
999
999
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1070,8 +1070,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
1070
1070
|
name: string;
|
|
1071
1071
|
facts: string[];
|
|
1072
1072
|
structuredSections?: {
|
|
1073
|
-
title: string;
|
|
1074
1073
|
key: string;
|
|
1074
|
+
title: string;
|
|
1075
1075
|
facts: string[];
|
|
1076
1076
|
}[] | null | undefined;
|
|
1077
1077
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1126,8 +1126,8 @@ declare const ExtractionResultSchema: z.ZodObject<{
|
|
|
1126
1126
|
name: string;
|
|
1127
1127
|
facts: string[];
|
|
1128
1128
|
structuredSections?: {
|
|
1129
|
-
title: string;
|
|
1130
1129
|
key: string;
|
|
1130
|
+
title: string;
|
|
1131
1131
|
facts: string[];
|
|
1132
1132
|
}[] | null | undefined;
|
|
1133
1133
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1191,12 +1191,12 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1191
1191
|
title: z.ZodString;
|
|
1192
1192
|
facts: z.ZodArray<z.ZodString, "many">;
|
|
1193
1193
|
}, "strip", z.ZodTypeAny, {
|
|
1194
|
-
title: string;
|
|
1195
1194
|
key: string;
|
|
1195
|
+
title: string;
|
|
1196
1196
|
facts: string[];
|
|
1197
1197
|
}, {
|
|
1198
|
-
title: string;
|
|
1199
1198
|
key: string;
|
|
1199
|
+
title: string;
|
|
1200
1200
|
facts: string[];
|
|
1201
1201
|
}>, "many">>>;
|
|
1202
1202
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1204,8 +1204,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1204
1204
|
name: string;
|
|
1205
1205
|
facts: string[];
|
|
1206
1206
|
structuredSections?: {
|
|
1207
|
-
title: string;
|
|
1208
1207
|
key: string;
|
|
1208
|
+
title: string;
|
|
1209
1209
|
facts: string[];
|
|
1210
1210
|
}[] | null | undefined;
|
|
1211
1211
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1214,8 +1214,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1214
1214
|
name: string;
|
|
1215
1215
|
facts: string[];
|
|
1216
1216
|
structuredSections?: {
|
|
1217
|
-
title: string;
|
|
1218
1217
|
key: string;
|
|
1218
|
+
title: string;
|
|
1219
1219
|
facts: string[];
|
|
1220
1220
|
}[] | null | undefined;
|
|
1221
1221
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1234,8 +1234,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1234
1234
|
name: string;
|
|
1235
1235
|
facts: string[];
|
|
1236
1236
|
structuredSections?: {
|
|
1237
|
-
title: string;
|
|
1238
1237
|
key: string;
|
|
1238
|
+
title: string;
|
|
1239
1239
|
facts: string[];
|
|
1240
1240
|
}[] | null | undefined;
|
|
1241
1241
|
promptedByQuestion?: string | null | undefined;
|
|
@@ -1254,8 +1254,8 @@ declare const ConsolidationResultSchema: z.ZodObject<{
|
|
|
1254
1254
|
name: string;
|
|
1255
1255
|
facts: string[];
|
|
1256
1256
|
structuredSections?: {
|
|
1257
|
-
title: string;
|
|
1258
1257
|
key: string;
|
|
1258
|
+
title: string;
|
|
1259
1259
|
facts: string[];
|
|
1260
1260
|
}[] | null | undefined;
|
|
1261
1261
|
promptedByQuestion?: string | null | undefined;
|
package/dist/transfer/types.d.ts
CHANGED
|
@@ -313,13 +313,13 @@ declare const CapsuleBlockSchema: z.ZodObject<{
|
|
|
313
313
|
peerProfiles: boolean;
|
|
314
314
|
}>;
|
|
315
315
|
}, "strip", z.ZodTypeAny, {
|
|
316
|
-
schemaVersion: string;
|
|
317
316
|
includes: {
|
|
318
317
|
procedural: boolean;
|
|
319
318
|
taxonomy: boolean;
|
|
320
319
|
identityAnchors: boolean;
|
|
321
320
|
peerProfiles: boolean;
|
|
322
321
|
};
|
|
322
|
+
schemaVersion: string;
|
|
323
323
|
id: string;
|
|
324
324
|
description: string;
|
|
325
325
|
version: string;
|
|
@@ -334,13 +334,13 @@ declare const CapsuleBlockSchema: z.ZodObject<{
|
|
|
334
334
|
directAnswerEnabled: boolean;
|
|
335
335
|
};
|
|
336
336
|
}, {
|
|
337
|
-
schemaVersion: string;
|
|
338
337
|
includes: {
|
|
339
338
|
procedural: boolean;
|
|
340
339
|
taxonomy: boolean;
|
|
341
340
|
identityAnchors: boolean;
|
|
342
341
|
peerProfiles: boolean;
|
|
343
342
|
};
|
|
343
|
+
schemaVersion: string;
|
|
344
344
|
id: string;
|
|
345
345
|
description: string;
|
|
346
346
|
version: string;
|
|
@@ -464,13 +464,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
464
464
|
peerProfiles: boolean;
|
|
465
465
|
}>;
|
|
466
466
|
}, "strip", z.ZodTypeAny, {
|
|
467
|
-
schemaVersion: string;
|
|
468
467
|
includes: {
|
|
469
468
|
procedural: boolean;
|
|
470
469
|
taxonomy: boolean;
|
|
471
470
|
identityAnchors: boolean;
|
|
472
471
|
peerProfiles: boolean;
|
|
473
472
|
};
|
|
473
|
+
schemaVersion: string;
|
|
474
474
|
id: string;
|
|
475
475
|
description: string;
|
|
476
476
|
version: string;
|
|
@@ -485,13 +485,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
485
485
|
directAnswerEnabled: boolean;
|
|
486
486
|
};
|
|
487
487
|
}, {
|
|
488
|
-
schemaVersion: string;
|
|
489
488
|
includes: {
|
|
490
489
|
procedural: boolean;
|
|
491
490
|
taxonomy: boolean;
|
|
492
491
|
identityAnchors: boolean;
|
|
493
492
|
peerProfiles: boolean;
|
|
494
493
|
};
|
|
494
|
+
schemaVersion: string;
|
|
495
495
|
id: string;
|
|
496
496
|
description: string;
|
|
497
497
|
version: string;
|
|
@@ -518,13 +518,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
518
518
|
pluginVersion: string;
|
|
519
519
|
includesTranscripts: boolean;
|
|
520
520
|
capsule: {
|
|
521
|
-
schemaVersion: string;
|
|
522
521
|
includes: {
|
|
523
522
|
procedural: boolean;
|
|
524
523
|
taxonomy: boolean;
|
|
525
524
|
identityAnchors: boolean;
|
|
526
525
|
peerProfiles: boolean;
|
|
527
526
|
};
|
|
527
|
+
schemaVersion: string;
|
|
528
528
|
id: string;
|
|
529
529
|
description: string;
|
|
530
530
|
version: string;
|
|
@@ -551,13 +551,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
551
551
|
pluginVersion: string;
|
|
552
552
|
includesTranscripts: boolean;
|
|
553
553
|
capsule: {
|
|
554
|
-
schemaVersion: string;
|
|
555
554
|
includes: {
|
|
556
555
|
procedural: boolean;
|
|
557
556
|
taxonomy: boolean;
|
|
558
557
|
identityAnchors: boolean;
|
|
559
558
|
peerProfiles: boolean;
|
|
560
559
|
};
|
|
560
|
+
schemaVersion: string;
|
|
561
561
|
id: string;
|
|
562
562
|
description: string;
|
|
563
563
|
version: string;
|
|
@@ -683,13 +683,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
683
683
|
peerProfiles: boolean;
|
|
684
684
|
}>;
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
|
-
schemaVersion: string;
|
|
687
686
|
includes: {
|
|
688
687
|
procedural: boolean;
|
|
689
688
|
taxonomy: boolean;
|
|
690
689
|
identityAnchors: boolean;
|
|
691
690
|
peerProfiles: boolean;
|
|
692
691
|
};
|
|
692
|
+
schemaVersion: string;
|
|
693
693
|
id: string;
|
|
694
694
|
description: string;
|
|
695
695
|
version: string;
|
|
@@ -704,13 +704,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
704
704
|
directAnswerEnabled: boolean;
|
|
705
705
|
};
|
|
706
706
|
}, {
|
|
707
|
-
schemaVersion: string;
|
|
708
707
|
includes: {
|
|
709
708
|
procedural: boolean;
|
|
710
709
|
taxonomy: boolean;
|
|
711
710
|
identityAnchors: boolean;
|
|
712
711
|
peerProfiles: boolean;
|
|
713
712
|
};
|
|
713
|
+
schemaVersion: string;
|
|
714
714
|
id: string;
|
|
715
715
|
description: string;
|
|
716
716
|
version: string;
|
|
@@ -737,13 +737,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
737
737
|
pluginVersion: string;
|
|
738
738
|
includesTranscripts: boolean;
|
|
739
739
|
capsule: {
|
|
740
|
-
schemaVersion: string;
|
|
741
740
|
includes: {
|
|
742
741
|
procedural: boolean;
|
|
743
742
|
taxonomy: boolean;
|
|
744
743
|
identityAnchors: boolean;
|
|
745
744
|
peerProfiles: boolean;
|
|
746
745
|
};
|
|
746
|
+
schemaVersion: string;
|
|
747
747
|
id: string;
|
|
748
748
|
description: string;
|
|
749
749
|
version: string;
|
|
@@ -770,13 +770,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
770
770
|
pluginVersion: string;
|
|
771
771
|
includesTranscripts: boolean;
|
|
772
772
|
capsule: {
|
|
773
|
-
schemaVersion: string;
|
|
774
773
|
includes: {
|
|
775
774
|
procedural: boolean;
|
|
776
775
|
taxonomy: boolean;
|
|
777
776
|
identityAnchors: boolean;
|
|
778
777
|
peerProfiles: boolean;
|
|
779
778
|
};
|
|
779
|
+
schemaVersion: string;
|
|
780
780
|
id: string;
|
|
781
781
|
description: string;
|
|
782
782
|
version: string;
|
|
@@ -819,13 +819,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
819
819
|
pluginVersion: string;
|
|
820
820
|
includesTranscripts: boolean;
|
|
821
821
|
capsule: {
|
|
822
|
-
schemaVersion: string;
|
|
823
822
|
includes: {
|
|
824
823
|
procedural: boolean;
|
|
825
824
|
taxonomy: boolean;
|
|
826
825
|
identityAnchors: boolean;
|
|
827
826
|
peerProfiles: boolean;
|
|
828
827
|
};
|
|
828
|
+
schemaVersion: string;
|
|
829
829
|
id: string;
|
|
830
830
|
description: string;
|
|
831
831
|
version: string;
|
|
@@ -858,13 +858,13 @@ declare const ExportBundleV2Schema: z.ZodObject<{
|
|
|
858
858
|
pluginVersion: string;
|
|
859
859
|
includesTranscripts: boolean;
|
|
860
860
|
capsule: {
|
|
861
|
-
schemaVersion: string;
|
|
862
861
|
includes: {
|
|
863
862
|
procedural: boolean;
|
|
864
863
|
taxonomy: boolean;
|
|
865
864
|
identityAnchors: boolean;
|
|
866
865
|
peerProfiles: boolean;
|
|
867
866
|
};
|
|
867
|
+
schemaVersion: string;
|
|
868
868
|
id: string;
|
|
869
869
|
description: string;
|
|
870
870
|
version: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/core",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.703",
|
|
4
4
|
"description": "Framework-agnostic Remnic memory engine — orchestrator, storage, extraction, search, trust zones",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -2941,7 +2941,7 @@
|
|
|
2941
2941
|
"core"
|
|
2942
2942
|
],
|
|
2943
2943
|
"peerDependencies": {
|
|
2944
|
-
"@remnic/coding-graph": "^9.3.
|
|
2944
|
+
"@remnic/coding-graph": "^9.3.703"
|
|
2945
2945
|
},
|
|
2946
2946
|
"peerDependenciesMeta": {
|
|
2947
2947
|
"@remnic/coding-graph": {
|