happy-imou-cloud 2.1.34 → 2.1.35
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/{BaseReasoningProcessor-CxLnyixP.mjs → BaseReasoningProcessor-DbYQw-IT.mjs} +2 -2
- package/dist/{BaseReasoningProcessor-kN8gq-t4.cjs → BaseReasoningProcessor-vn-Cvazk.cjs} +2 -2
- package/dist/{ProviderSelectionHandler-oEEvSQ0O.cjs → ProviderSelectionHandler-CHXCKI8q.cjs} +2 -2
- package/dist/{ProviderSelectionHandler-DuJGNviz.mjs → ProviderSelectionHandler-Dk4HaiPR.mjs} +2 -2
- package/dist/{api-B3Zl8oHG.mjs → api-C_wLDBlG.mjs} +1 -1
- package/dist/{api-C94O6IB2.cjs → api-CeZTggZF.cjs} +1 -1
- package/dist/{command-CMZlS6zf.mjs → command-Dth-tCSc.mjs} +2 -2
- package/dist/{command-96cX402J.cjs → command-djmqu0my.cjs} +2 -2
- package/dist/{index-D4TuE2VS.cjs → index-CckDTAoL.cjs} +43 -27
- package/dist/{index-sqm5plVs.mjs → index-l0zi9G9M.mjs} +40 -24
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/lib.cjs +1 -1
- package/dist/lib.d.cts +116 -116
- package/dist/lib.d.mts +116 -116
- package/dist/lib.mjs +1 -1
- package/dist/{registerKillSessionHandler-Dmm6gsoz.mjs → registerKillSessionHandler-BxbrcRl3.mjs} +2 -2
- package/dist/{registerKillSessionHandler-7bLVg5RG.cjs → registerKillSessionHandler-CMyw8PFY.cjs} +2 -2
- package/dist/{runClaude-BrvxWJ9-.mjs → runClaude-BK-xZzSe.mjs} +4 -4
- package/dist/{runClaude-Dn1JJ8m9.cjs → runClaude-CniBKZZh.cjs} +4 -4
- package/dist/{runCodex-DfYO-7YG.mjs → runCodex-C4X1beyB.mjs} +5 -5
- package/dist/{runCodex-Dc2Rqb8W.cjs → runCodex-Dl1BeoP7.cjs} +5 -5
- package/dist/{runGemini-C1_AOBlU.mjs → runGemini-Bigzf0Vw.mjs} +4 -4
- package/dist/{runGemini-DQyuAba-.cjs → runGemini-Bw9Z5tD5.cjs} +4 -4
- package/package.json +1 -1
package/dist/lib.d.mts
CHANGED
|
@@ -325,12 +325,12 @@ declare const HappyOrgTurnReportSchema: z.ZodObject<{
|
|
|
325
325
|
dispatchId: string;
|
|
326
326
|
scope: string;
|
|
327
327
|
replyTo: string;
|
|
328
|
-
sessionId?: string | null | undefined;
|
|
329
328
|
taskId?: string | null | undefined;
|
|
330
329
|
organizationId?: string | null | undefined;
|
|
331
330
|
memberAgentId?: string | null | undefined;
|
|
332
331
|
positionId?: string | null | undefined;
|
|
333
332
|
responsibilityId?: string | null | undefined;
|
|
333
|
+
sessionId?: string | null | undefined;
|
|
334
334
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
335
335
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
336
336
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -341,12 +341,12 @@ declare const HappyOrgTurnReportSchema: z.ZodObject<{
|
|
|
341
341
|
dispatchId: string;
|
|
342
342
|
scope: string;
|
|
343
343
|
replyTo: string;
|
|
344
|
-
sessionId?: string | null | undefined;
|
|
345
344
|
taskId?: string | null | undefined;
|
|
346
345
|
organizationId?: string | null | undefined;
|
|
347
346
|
memberAgentId?: string | null | undefined;
|
|
348
347
|
positionId?: string | null | undefined;
|
|
349
348
|
responsibilityId?: string | null | undefined;
|
|
349
|
+
sessionId?: string | null | undefined;
|
|
350
350
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
351
351
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
352
352
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -364,17 +364,17 @@ declare const HappyOrgTurnReportSchema: z.ZodObject<{
|
|
|
364
364
|
}, "strip", z.ZodTypeAny, {
|
|
365
365
|
homeSlug: string;
|
|
366
366
|
path?: string | null | undefined;
|
|
367
|
+
happySessionId?: string | null | undefined;
|
|
367
368
|
machineId?: string | null | undefined;
|
|
368
369
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
369
370
|
flavor?: string | null | undefined;
|
|
370
|
-
happySessionId?: string | null | undefined;
|
|
371
371
|
}, {
|
|
372
372
|
homeSlug: string;
|
|
373
373
|
path?: string | null | undefined;
|
|
374
|
+
happySessionId?: string | null | undefined;
|
|
374
375
|
machineId?: string | null | undefined;
|
|
375
376
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
376
377
|
flavor?: string | null | undefined;
|
|
377
|
-
happySessionId?: string | null | undefined;
|
|
378
378
|
}>>>;
|
|
379
379
|
}, "strip", z.ZodTypeAny, {
|
|
380
380
|
summary: string;
|
|
@@ -396,12 +396,12 @@ declare const HappyOrgTurnReportSchema: z.ZodObject<{
|
|
|
396
396
|
dispatchId: string;
|
|
397
397
|
scope: string;
|
|
398
398
|
replyTo: string;
|
|
399
|
-
sessionId?: string | null | undefined;
|
|
400
399
|
taskId?: string | null | undefined;
|
|
401
400
|
organizationId?: string | null | undefined;
|
|
402
401
|
memberAgentId?: string | null | undefined;
|
|
403
402
|
positionId?: string | null | undefined;
|
|
404
403
|
responsibilityId?: string | null | undefined;
|
|
404
|
+
sessionId?: string | null | undefined;
|
|
405
405
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
406
406
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
407
407
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -412,10 +412,10 @@ declare const HappyOrgTurnReportSchema: z.ZodObject<{
|
|
|
412
412
|
specialistHome?: {
|
|
413
413
|
homeSlug: string;
|
|
414
414
|
path?: string | null | undefined;
|
|
415
|
+
happySessionId?: string | null | undefined;
|
|
415
416
|
machineId?: string | null | undefined;
|
|
416
417
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
417
418
|
flavor?: string | null | undefined;
|
|
418
|
-
happySessionId?: string | null | undefined;
|
|
419
419
|
} | null | undefined;
|
|
420
420
|
}, {
|
|
421
421
|
summary: string;
|
|
@@ -437,12 +437,12 @@ declare const HappyOrgTurnReportSchema: z.ZodObject<{
|
|
|
437
437
|
dispatchId: string;
|
|
438
438
|
scope: string;
|
|
439
439
|
replyTo: string;
|
|
440
|
-
sessionId?: string | null | undefined;
|
|
441
440
|
taskId?: string | null | undefined;
|
|
442
441
|
organizationId?: string | null | undefined;
|
|
443
442
|
memberAgentId?: string | null | undefined;
|
|
444
443
|
positionId?: string | null | undefined;
|
|
445
444
|
responsibilityId?: string | null | undefined;
|
|
445
|
+
sessionId?: string | null | undefined;
|
|
446
446
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
447
447
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
448
448
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -453,10 +453,10 @@ declare const HappyOrgTurnReportSchema: z.ZodObject<{
|
|
|
453
453
|
specialistHome?: {
|
|
454
454
|
homeSlug: string;
|
|
455
455
|
path?: string | null | undefined;
|
|
456
|
+
happySessionId?: string | null | undefined;
|
|
456
457
|
machineId?: string | null | undefined;
|
|
457
458
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
458
459
|
flavor?: string | null | undefined;
|
|
459
|
-
happySessionId?: string | null | undefined;
|
|
460
460
|
} | null | undefined;
|
|
461
461
|
}>;
|
|
462
462
|
type HappyOrgTurnReport = z.infer<typeof HappyOrgTurnReportSchema>;
|
|
@@ -535,12 +535,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
535
535
|
dispatchId: string;
|
|
536
536
|
scope: string;
|
|
537
537
|
replyTo: string;
|
|
538
|
-
sessionId?: string | null | undefined;
|
|
539
538
|
taskId?: string | null | undefined;
|
|
540
539
|
organizationId?: string | null | undefined;
|
|
541
540
|
memberAgentId?: string | null | undefined;
|
|
542
541
|
positionId?: string | null | undefined;
|
|
543
542
|
responsibilityId?: string | null | undefined;
|
|
543
|
+
sessionId?: string | null | undefined;
|
|
544
544
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
545
545
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
546
546
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -551,12 +551,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
551
551
|
dispatchId: string;
|
|
552
552
|
scope: string;
|
|
553
553
|
replyTo: string;
|
|
554
|
-
sessionId?: string | null | undefined;
|
|
555
554
|
taskId?: string | null | undefined;
|
|
556
555
|
organizationId?: string | null | undefined;
|
|
557
556
|
memberAgentId?: string | null | undefined;
|
|
558
557
|
positionId?: string | null | undefined;
|
|
559
558
|
responsibilityId?: string | null | undefined;
|
|
559
|
+
sessionId?: string | null | undefined;
|
|
560
560
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
561
561
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
562
562
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -593,12 +593,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
593
593
|
readAck: "yes";
|
|
594
594
|
note: string | null;
|
|
595
595
|
acknowledgedAt: number;
|
|
596
|
-
sessionId?: string | null | undefined;
|
|
597
596
|
taskId?: string | null | undefined;
|
|
598
597
|
organizationId?: string | null | undefined;
|
|
599
598
|
memberAgentId?: string | null | undefined;
|
|
600
599
|
positionId?: string | null | undefined;
|
|
601
600
|
responsibilityId?: string | null | undefined;
|
|
601
|
+
sessionId?: string | null | undefined;
|
|
602
602
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
603
603
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
604
604
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -614,12 +614,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
614
614
|
readAck: "yes";
|
|
615
615
|
note: string | null;
|
|
616
616
|
acknowledgedAt: number;
|
|
617
|
-
sessionId?: string | null | undefined;
|
|
618
617
|
taskId?: string | null | undefined;
|
|
619
618
|
organizationId?: string | null | undefined;
|
|
620
619
|
memberAgentId?: string | null | undefined;
|
|
621
620
|
positionId?: string | null | undefined;
|
|
622
621
|
responsibilityId?: string | null | undefined;
|
|
622
|
+
sessionId?: string | null | undefined;
|
|
623
623
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
624
624
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
625
625
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -638,17 +638,17 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
638
638
|
}, "strip", z.ZodTypeAny, {
|
|
639
639
|
homeSlug: string;
|
|
640
640
|
path?: string | null | undefined;
|
|
641
|
+
happySessionId?: string | null | undefined;
|
|
641
642
|
machineId?: string | null | undefined;
|
|
642
643
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
643
644
|
flavor?: string | null | undefined;
|
|
644
|
-
happySessionId?: string | null | undefined;
|
|
645
645
|
}, {
|
|
646
646
|
homeSlug: string;
|
|
647
647
|
path?: string | null | undefined;
|
|
648
|
+
happySessionId?: string | null | undefined;
|
|
648
649
|
machineId?: string | null | undefined;
|
|
649
650
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
650
651
|
flavor?: string | null | undefined;
|
|
651
|
-
happySessionId?: string | null | undefined;
|
|
652
652
|
}>>>;
|
|
653
653
|
repeat: z.ZodOptional<z.ZodObject<{
|
|
654
654
|
threshold: z.ZodNumber;
|
|
@@ -712,12 +712,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
712
712
|
dispatchId: string;
|
|
713
713
|
scope: string;
|
|
714
714
|
replyTo: string;
|
|
715
|
-
sessionId?: string | null | undefined;
|
|
716
715
|
taskId?: string | null | undefined;
|
|
717
716
|
organizationId?: string | null | undefined;
|
|
718
717
|
memberAgentId?: string | null | undefined;
|
|
719
718
|
positionId?: string | null | undefined;
|
|
720
719
|
responsibilityId?: string | null | undefined;
|
|
720
|
+
sessionId?: string | null | undefined;
|
|
721
721
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
722
722
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
723
723
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -728,12 +728,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
728
728
|
dispatchId: string;
|
|
729
729
|
scope: string;
|
|
730
730
|
replyTo: string;
|
|
731
|
-
sessionId?: string | null | undefined;
|
|
732
731
|
taskId?: string | null | undefined;
|
|
733
732
|
organizationId?: string | null | undefined;
|
|
734
733
|
memberAgentId?: string | null | undefined;
|
|
735
734
|
positionId?: string | null | undefined;
|
|
736
735
|
responsibilityId?: string | null | undefined;
|
|
736
|
+
sessionId?: string | null | undefined;
|
|
737
737
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
738
738
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
739
739
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -751,17 +751,17 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
751
751
|
}, "strip", z.ZodTypeAny, {
|
|
752
752
|
homeSlug: string;
|
|
753
753
|
path?: string | null | undefined;
|
|
754
|
+
happySessionId?: string | null | undefined;
|
|
754
755
|
machineId?: string | null | undefined;
|
|
755
756
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
756
757
|
flavor?: string | null | undefined;
|
|
757
|
-
happySessionId?: string | null | undefined;
|
|
758
758
|
}, {
|
|
759
759
|
homeSlug: string;
|
|
760
760
|
path?: string | null | undefined;
|
|
761
|
+
happySessionId?: string | null | undefined;
|
|
761
762
|
machineId?: string | null | undefined;
|
|
762
763
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
763
764
|
flavor?: string | null | undefined;
|
|
764
|
-
happySessionId?: string | null | undefined;
|
|
765
765
|
}>>>;
|
|
766
766
|
}, "strip", z.ZodTypeAny, {
|
|
767
767
|
summary: string;
|
|
@@ -783,12 +783,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
783
783
|
dispatchId: string;
|
|
784
784
|
scope: string;
|
|
785
785
|
replyTo: string;
|
|
786
|
-
sessionId?: string | null | undefined;
|
|
787
786
|
taskId?: string | null | undefined;
|
|
788
787
|
organizationId?: string | null | undefined;
|
|
789
788
|
memberAgentId?: string | null | undefined;
|
|
790
789
|
positionId?: string | null | undefined;
|
|
791
790
|
responsibilityId?: string | null | undefined;
|
|
791
|
+
sessionId?: string | null | undefined;
|
|
792
792
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
793
793
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
794
794
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -799,10 +799,10 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
799
799
|
specialistHome?: {
|
|
800
800
|
homeSlug: string;
|
|
801
801
|
path?: string | null | undefined;
|
|
802
|
+
happySessionId?: string | null | undefined;
|
|
802
803
|
machineId?: string | null | undefined;
|
|
803
804
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
804
805
|
flavor?: string | null | undefined;
|
|
805
|
-
happySessionId?: string | null | undefined;
|
|
806
806
|
} | null | undefined;
|
|
807
807
|
}, {
|
|
808
808
|
summary: string;
|
|
@@ -824,12 +824,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
824
824
|
dispatchId: string;
|
|
825
825
|
scope: string;
|
|
826
826
|
replyTo: string;
|
|
827
|
-
sessionId?: string | null | undefined;
|
|
828
827
|
taskId?: string | null | undefined;
|
|
829
828
|
organizationId?: string | null | undefined;
|
|
830
829
|
memberAgentId?: string | null | undefined;
|
|
831
830
|
positionId?: string | null | undefined;
|
|
832
831
|
responsibilityId?: string | null | undefined;
|
|
832
|
+
sessionId?: string | null | undefined;
|
|
833
833
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
834
834
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
835
835
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -840,10 +840,10 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
840
840
|
specialistHome?: {
|
|
841
841
|
homeSlug: string;
|
|
842
842
|
path?: string | null | undefined;
|
|
843
|
+
happySessionId?: string | null | undefined;
|
|
843
844
|
machineId?: string | null | undefined;
|
|
844
845
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
845
846
|
flavor?: string | null | undefined;
|
|
846
|
-
happySessionId?: string | null | undefined;
|
|
847
847
|
} | null | undefined;
|
|
848
848
|
}>>;
|
|
849
849
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -860,12 +860,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
860
860
|
dispatchId: string;
|
|
861
861
|
scope: string;
|
|
862
862
|
replyTo: string;
|
|
863
|
-
sessionId?: string | null | undefined;
|
|
864
863
|
taskId?: string | null | undefined;
|
|
865
864
|
organizationId?: string | null | undefined;
|
|
866
865
|
memberAgentId?: string | null | undefined;
|
|
867
866
|
positionId?: string | null | undefined;
|
|
868
867
|
responsibilityId?: string | null | undefined;
|
|
868
|
+
sessionId?: string | null | undefined;
|
|
869
869
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
870
870
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
871
871
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -876,10 +876,10 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
876
876
|
specialistHome?: {
|
|
877
877
|
homeSlug: string;
|
|
878
878
|
path?: string | null | undefined;
|
|
879
|
+
happySessionId?: string | null | undefined;
|
|
879
880
|
machineId?: string | null | undefined;
|
|
880
881
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
881
882
|
flavor?: string | null | undefined;
|
|
882
|
-
happySessionId?: string | null | undefined;
|
|
883
883
|
} | null | undefined;
|
|
884
884
|
runtime?: {
|
|
885
885
|
status: "active" | "waiting_review" | "waiting_decision" | "waiting_close" | "terminated";
|
|
@@ -900,12 +900,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
900
900
|
readAck: "yes";
|
|
901
901
|
note: string | null;
|
|
902
902
|
acknowledgedAt: number;
|
|
903
|
-
sessionId?: string | null | undefined;
|
|
904
903
|
taskId?: string | null | undefined;
|
|
905
904
|
organizationId?: string | null | undefined;
|
|
906
905
|
memberAgentId?: string | null | undefined;
|
|
907
906
|
positionId?: string | null | undefined;
|
|
908
907
|
responsibilityId?: string | null | undefined;
|
|
908
|
+
sessionId?: string | null | undefined;
|
|
909
909
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
910
910
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
911
911
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -941,12 +941,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
941
941
|
dispatchId: string;
|
|
942
942
|
scope: string;
|
|
943
943
|
replyTo: string;
|
|
944
|
-
sessionId?: string | null | undefined;
|
|
945
944
|
taskId?: string | null | undefined;
|
|
946
945
|
organizationId?: string | null | undefined;
|
|
947
946
|
memberAgentId?: string | null | undefined;
|
|
948
947
|
positionId?: string | null | undefined;
|
|
949
948
|
responsibilityId?: string | null | undefined;
|
|
949
|
+
sessionId?: string | null | undefined;
|
|
950
950
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
951
951
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
952
952
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -957,10 +957,10 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
957
957
|
specialistHome?: {
|
|
958
958
|
homeSlug: string;
|
|
959
959
|
path?: string | null | undefined;
|
|
960
|
+
happySessionId?: string | null | undefined;
|
|
960
961
|
machineId?: string | null | undefined;
|
|
961
962
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
962
963
|
flavor?: string | null | undefined;
|
|
963
|
-
happySessionId?: string | null | undefined;
|
|
964
964
|
} | null | undefined;
|
|
965
965
|
} | undefined;
|
|
966
966
|
}, {
|
|
@@ -977,12 +977,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
977
977
|
dispatchId: string;
|
|
978
978
|
scope: string;
|
|
979
979
|
replyTo: string;
|
|
980
|
-
sessionId?: string | null | undefined;
|
|
981
980
|
taskId?: string | null | undefined;
|
|
982
981
|
organizationId?: string | null | undefined;
|
|
983
982
|
memberAgentId?: string | null | undefined;
|
|
984
983
|
positionId?: string | null | undefined;
|
|
985
984
|
responsibilityId?: string | null | undefined;
|
|
985
|
+
sessionId?: string | null | undefined;
|
|
986
986
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
987
987
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
988
988
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -993,10 +993,10 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
993
993
|
specialistHome?: {
|
|
994
994
|
homeSlug: string;
|
|
995
995
|
path?: string | null | undefined;
|
|
996
|
+
happySessionId?: string | null | undefined;
|
|
996
997
|
machineId?: string | null | undefined;
|
|
997
998
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
998
999
|
flavor?: string | null | undefined;
|
|
999
|
-
happySessionId?: string | null | undefined;
|
|
1000
1000
|
} | null | undefined;
|
|
1001
1001
|
runtime?: {
|
|
1002
1002
|
status: "active" | "waiting_review" | "waiting_decision" | "waiting_close" | "terminated";
|
|
@@ -1017,12 +1017,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
1017
1017
|
readAck: "yes";
|
|
1018
1018
|
note: string | null;
|
|
1019
1019
|
acknowledgedAt: number;
|
|
1020
|
-
sessionId?: string | null | undefined;
|
|
1021
1020
|
taskId?: string | null | undefined;
|
|
1022
1021
|
organizationId?: string | null | undefined;
|
|
1023
1022
|
memberAgentId?: string | null | undefined;
|
|
1024
1023
|
positionId?: string | null | undefined;
|
|
1025
1024
|
responsibilityId?: string | null | undefined;
|
|
1025
|
+
sessionId?: string | null | undefined;
|
|
1026
1026
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
1027
1027
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
1028
1028
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -1058,12 +1058,12 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
1058
1058
|
dispatchId: string;
|
|
1059
1059
|
scope: string;
|
|
1060
1060
|
replyTo: string;
|
|
1061
|
-
sessionId?: string | null | undefined;
|
|
1062
1061
|
taskId?: string | null | undefined;
|
|
1063
1062
|
organizationId?: string | null | undefined;
|
|
1064
1063
|
memberAgentId?: string | null | undefined;
|
|
1065
1064
|
positionId?: string | null | undefined;
|
|
1066
1065
|
responsibilityId?: string | null | undefined;
|
|
1066
|
+
sessionId?: string | null | undefined;
|
|
1067
1067
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
1068
1068
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
1069
1069
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -1074,10 +1074,10 @@ declare const HappyOrgMetadataSchema: z.ZodObject<{
|
|
|
1074
1074
|
specialistHome?: {
|
|
1075
1075
|
homeSlug: string;
|
|
1076
1076
|
path?: string | null | undefined;
|
|
1077
|
+
happySessionId?: string | null | undefined;
|
|
1077
1078
|
machineId?: string | null | undefined;
|
|
1078
1079
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
1079
1080
|
flavor?: string | null | undefined;
|
|
1080
|
-
happySessionId?: string | null | undefined;
|
|
1081
1081
|
} | null | undefined;
|
|
1082
1082
|
} | undefined;
|
|
1083
1083
|
}>;
|
|
@@ -1112,16 +1112,16 @@ declare const SessionRuntimeIndexSchema: z.ZodObject<{
|
|
|
1112
1112
|
flavor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1113
1113
|
}, "strip", z.ZodTypeAny, {
|
|
1114
1114
|
machineId?: string | null | undefined;
|
|
1115
|
-
hostPid?: number | null | undefined;
|
|
1116
1115
|
startedBy?: string | null | undefined;
|
|
1117
|
-
lifecycleState?: string | null | undefined;
|
|
1118
1116
|
flavor?: string | null | undefined;
|
|
1117
|
+
hostPid?: number | null | undefined;
|
|
1118
|
+
lifecycleState?: string | null | undefined;
|
|
1119
1119
|
}, {
|
|
1120
1120
|
machineId?: string | null | undefined;
|
|
1121
|
-
hostPid?: number | null | undefined;
|
|
1122
1121
|
startedBy?: string | null | undefined;
|
|
1123
|
-
lifecycleState?: string | null | undefined;
|
|
1124
1122
|
flavor?: string | null | undefined;
|
|
1123
|
+
hostPid?: number | null | undefined;
|
|
1124
|
+
lifecycleState?: string | null | undefined;
|
|
1125
1125
|
}>;
|
|
1126
1126
|
type SessionRuntimeIndex = z.infer<typeof SessionRuntimeIndexSchema>;
|
|
1127
1127
|
interface ProtocolV3Descriptor {
|
|
@@ -1182,58 +1182,58 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1182
1182
|
flavor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1183
1183
|
}, "strip", z.ZodTypeAny, {
|
|
1184
1184
|
machineId?: string | null | undefined;
|
|
1185
|
-
hostPid?: number | null | undefined;
|
|
1186
1185
|
startedBy?: string | null | undefined;
|
|
1187
|
-
lifecycleState?: string | null | undefined;
|
|
1188
1186
|
flavor?: string | null | undefined;
|
|
1187
|
+
hostPid?: number | null | undefined;
|
|
1188
|
+
lifecycleState?: string | null | undefined;
|
|
1189
1189
|
}, {
|
|
1190
1190
|
machineId?: string | null | undefined;
|
|
1191
|
-
hostPid?: number | null | undefined;
|
|
1192
1191
|
startedBy?: string | null | undefined;
|
|
1193
|
-
lifecycleState?: string | null | undefined;
|
|
1194
1192
|
flavor?: string | null | undefined;
|
|
1193
|
+
hostPid?: number | null | undefined;
|
|
1194
|
+
lifecycleState?: string | null | undefined;
|
|
1195
1195
|
}>>>;
|
|
1196
1196
|
}, "strip", z.ZodTypeAny, {
|
|
1197
|
-
t: "new-session";
|
|
1198
1197
|
id: string;
|
|
1198
|
+
t: "new-session";
|
|
1199
1199
|
seq: number;
|
|
1200
1200
|
metadata: string;
|
|
1201
1201
|
metadataVersion: number;
|
|
1202
1202
|
agentState: string | null;
|
|
1203
1203
|
agentStateVersion: number;
|
|
1204
|
+
createdAt?: number | undefined;
|
|
1205
|
+
updatedAt?: number | undefined;
|
|
1206
|
+
active?: boolean | undefined;
|
|
1204
1207
|
title?: string | null | undefined;
|
|
1205
1208
|
dataEncryptionKey?: string | null | undefined;
|
|
1206
|
-
active?: boolean | undefined;
|
|
1207
1209
|
activeAt?: number | undefined;
|
|
1208
|
-
createdAt?: number | undefined;
|
|
1209
|
-
updatedAt?: number | undefined;
|
|
1210
1210
|
sessionIndex?: {
|
|
1211
1211
|
machineId?: string | null | undefined;
|
|
1212
|
-
hostPid?: number | null | undefined;
|
|
1213
1212
|
startedBy?: string | null | undefined;
|
|
1214
|
-
lifecycleState?: string | null | undefined;
|
|
1215
1213
|
flavor?: string | null | undefined;
|
|
1214
|
+
hostPid?: number | null | undefined;
|
|
1215
|
+
lifecycleState?: string | null | undefined;
|
|
1216
1216
|
} | null | undefined;
|
|
1217
1217
|
}, {
|
|
1218
|
-
t: "new-session";
|
|
1219
1218
|
id: string;
|
|
1219
|
+
t: "new-session";
|
|
1220
1220
|
seq: number;
|
|
1221
1221
|
metadata: string;
|
|
1222
1222
|
metadataVersion: number;
|
|
1223
1223
|
agentState: string | null;
|
|
1224
1224
|
agentStateVersion: number;
|
|
1225
|
+
createdAt?: number | undefined;
|
|
1226
|
+
updatedAt?: number | undefined;
|
|
1227
|
+
active?: boolean | undefined;
|
|
1225
1228
|
title?: string | null | undefined;
|
|
1226
1229
|
dataEncryptionKey?: string | null | undefined;
|
|
1227
|
-
active?: boolean | undefined;
|
|
1228
1230
|
activeAt?: number | undefined;
|
|
1229
|
-
createdAt?: number | undefined;
|
|
1230
|
-
updatedAt?: number | undefined;
|
|
1231
1231
|
sessionIndex?: {
|
|
1232
1232
|
machineId?: string | null | undefined;
|
|
1233
|
-
hostPid?: number | null | undefined;
|
|
1234
1233
|
startedBy?: string | null | undefined;
|
|
1235
|
-
lifecycleState?: string | null | undefined;
|
|
1236
1234
|
flavor?: string | null | undefined;
|
|
1235
|
+
hostPid?: number | null | undefined;
|
|
1236
|
+
lifecycleState?: string | null | undefined;
|
|
1237
1237
|
} | null | undefined;
|
|
1238
1238
|
}>, z.ZodObject<{
|
|
1239
1239
|
message: z.ZodObject<{
|
|
@@ -1348,16 +1348,16 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1348
1348
|
flavor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1349
1349
|
}, "strip", z.ZodTypeAny, {
|
|
1350
1350
|
machineId?: string | null | undefined;
|
|
1351
|
-
hostPid?: number | null | undefined;
|
|
1352
1351
|
startedBy?: string | null | undefined;
|
|
1353
|
-
lifecycleState?: string | null | undefined;
|
|
1354
1352
|
flavor?: string | null | undefined;
|
|
1353
|
+
hostPid?: number | null | undefined;
|
|
1354
|
+
lifecycleState?: string | null | undefined;
|
|
1355
1355
|
}, {
|
|
1356
1356
|
machineId?: string | null | undefined;
|
|
1357
|
-
hostPid?: number | null | undefined;
|
|
1358
1357
|
startedBy?: string | null | undefined;
|
|
1359
|
-
lifecycleState?: string | null | undefined;
|
|
1360
1358
|
flavor?: string | null | undefined;
|
|
1359
|
+
hostPid?: number | null | undefined;
|
|
1360
|
+
lifecycleState?: string | null | undefined;
|
|
1361
1361
|
}>>>;
|
|
1362
1362
|
agentState: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1363
1363
|
version: z.ZodNumber;
|
|
@@ -1383,10 +1383,10 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1383
1383
|
} | null | undefined;
|
|
1384
1384
|
sessionIndex?: {
|
|
1385
1385
|
machineId?: string | null | undefined;
|
|
1386
|
-
hostPid?: number | null | undefined;
|
|
1387
1386
|
startedBy?: string | null | undefined;
|
|
1388
|
-
lifecycleState?: string | null | undefined;
|
|
1389
1387
|
flavor?: string | null | undefined;
|
|
1388
|
+
hostPid?: number | null | undefined;
|
|
1389
|
+
lifecycleState?: string | null | undefined;
|
|
1390
1390
|
} | null | undefined;
|
|
1391
1391
|
sid?: string | undefined;
|
|
1392
1392
|
changeSeq?: number | undefined;
|
|
@@ -1404,10 +1404,10 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1404
1404
|
} | null | undefined;
|
|
1405
1405
|
sessionIndex?: {
|
|
1406
1406
|
machineId?: string | null | undefined;
|
|
1407
|
-
hostPid?: number | null | undefined;
|
|
1408
1407
|
startedBy?: string | null | undefined;
|
|
1409
|
-
lifecycleState?: string | null | undefined;
|
|
1410
1408
|
flavor?: string | null | undefined;
|
|
1409
|
+
hostPid?: number | null | undefined;
|
|
1410
|
+
lifecycleState?: string | null | undefined;
|
|
1411
1411
|
} | null | undefined;
|
|
1412
1412
|
sid?: string | undefined;
|
|
1413
1413
|
changeSeq?: number | undefined;
|
|
@@ -1472,28 +1472,28 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1472
1472
|
createdAt: z.ZodNumber;
|
|
1473
1473
|
}, "strip", z.ZodTypeAny, {
|
|
1474
1474
|
id: string;
|
|
1475
|
-
seq: number;
|
|
1476
1475
|
createdAt: number;
|
|
1476
|
+
seq: number;
|
|
1477
1477
|
body: {
|
|
1478
|
-
t: "new-session";
|
|
1479
1478
|
id: string;
|
|
1479
|
+
t: "new-session";
|
|
1480
1480
|
seq: number;
|
|
1481
1481
|
metadata: string;
|
|
1482
1482
|
metadataVersion: number;
|
|
1483
1483
|
agentState: string | null;
|
|
1484
1484
|
agentStateVersion: number;
|
|
1485
|
+
createdAt?: number | undefined;
|
|
1486
|
+
updatedAt?: number | undefined;
|
|
1487
|
+
active?: boolean | undefined;
|
|
1485
1488
|
title?: string | null | undefined;
|
|
1486
1489
|
dataEncryptionKey?: string | null | undefined;
|
|
1487
|
-
active?: boolean | undefined;
|
|
1488
1490
|
activeAt?: number | undefined;
|
|
1489
|
-
createdAt?: number | undefined;
|
|
1490
|
-
updatedAt?: number | undefined;
|
|
1491
1491
|
sessionIndex?: {
|
|
1492
1492
|
machineId?: string | null | undefined;
|
|
1493
|
-
hostPid?: number | null | undefined;
|
|
1494
1493
|
startedBy?: string | null | undefined;
|
|
1495
|
-
lifecycleState?: string | null | undefined;
|
|
1496
1494
|
flavor?: string | null | undefined;
|
|
1495
|
+
hostPid?: number | null | undefined;
|
|
1496
|
+
lifecycleState?: string | null | undefined;
|
|
1497
1497
|
} | null | undefined;
|
|
1498
1498
|
} | {
|
|
1499
1499
|
message: {
|
|
@@ -1526,10 +1526,10 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1526
1526
|
} | null | undefined;
|
|
1527
1527
|
sessionIndex?: {
|
|
1528
1528
|
machineId?: string | null | undefined;
|
|
1529
|
-
hostPid?: number | null | undefined;
|
|
1530
1529
|
startedBy?: string | null | undefined;
|
|
1531
|
-
lifecycleState?: string | null | undefined;
|
|
1532
1530
|
flavor?: string | null | undefined;
|
|
1531
|
+
hostPid?: number | null | undefined;
|
|
1532
|
+
lifecycleState?: string | null | undefined;
|
|
1533
1533
|
} | null | undefined;
|
|
1534
1534
|
sid?: string | undefined;
|
|
1535
1535
|
changeSeq?: number | undefined;
|
|
@@ -1551,28 +1551,28 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1551
1551
|
};
|
|
1552
1552
|
}, {
|
|
1553
1553
|
id: string;
|
|
1554
|
-
seq: number;
|
|
1555
1554
|
createdAt: number;
|
|
1555
|
+
seq: number;
|
|
1556
1556
|
body: {
|
|
1557
|
-
t: "new-session";
|
|
1558
1557
|
id: string;
|
|
1558
|
+
t: "new-session";
|
|
1559
1559
|
seq: number;
|
|
1560
1560
|
metadata: string;
|
|
1561
1561
|
metadataVersion: number;
|
|
1562
1562
|
agentState: string | null;
|
|
1563
1563
|
agentStateVersion: number;
|
|
1564
|
+
createdAt?: number | undefined;
|
|
1565
|
+
updatedAt?: number | undefined;
|
|
1566
|
+
active?: boolean | undefined;
|
|
1564
1567
|
title?: string | null | undefined;
|
|
1565
1568
|
dataEncryptionKey?: string | null | undefined;
|
|
1566
|
-
active?: boolean | undefined;
|
|
1567
1569
|
activeAt?: number | undefined;
|
|
1568
|
-
createdAt?: number | undefined;
|
|
1569
|
-
updatedAt?: number | undefined;
|
|
1570
1570
|
sessionIndex?: {
|
|
1571
1571
|
machineId?: string | null | undefined;
|
|
1572
|
-
hostPid?: number | null | undefined;
|
|
1573
1572
|
startedBy?: string | null | undefined;
|
|
1574
|
-
lifecycleState?: string | null | undefined;
|
|
1575
1573
|
flavor?: string | null | undefined;
|
|
1574
|
+
hostPid?: number | null | undefined;
|
|
1575
|
+
lifecycleState?: string | null | undefined;
|
|
1576
1576
|
} | null | undefined;
|
|
1577
1577
|
} | {
|
|
1578
1578
|
message: {
|
|
@@ -1605,10 +1605,10 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1605
1605
|
} | null | undefined;
|
|
1606
1606
|
sessionIndex?: {
|
|
1607
1607
|
machineId?: string | null | undefined;
|
|
1608
|
-
hostPid?: number | null | undefined;
|
|
1609
1608
|
startedBy?: string | null | undefined;
|
|
1610
|
-
lifecycleState?: string | null | undefined;
|
|
1611
1609
|
flavor?: string | null | undefined;
|
|
1610
|
+
hostPid?: number | null | undefined;
|
|
1611
|
+
lifecycleState?: string | null | undefined;
|
|
1612
1612
|
} | null | undefined;
|
|
1613
1613
|
sid?: string | undefined;
|
|
1614
1614
|
changeSeq?: number | undefined;
|
|
@@ -1755,32 +1755,32 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1755
1755
|
}, "strip", z.ZodTypeAny, {
|
|
1756
1756
|
id: string;
|
|
1757
1757
|
lastChangeSeq: number;
|
|
1758
|
+
createdAt?: number | undefined;
|
|
1759
|
+
updatedAt?: number | undefined;
|
|
1760
|
+
active?: boolean | undefined;
|
|
1758
1761
|
title?: string | null | undefined;
|
|
1759
1762
|
metadata?: string | undefined;
|
|
1760
1763
|
metadataVersion?: number | undefined;
|
|
1761
1764
|
agentState?: string | null | undefined;
|
|
1762
1765
|
agentStateVersion?: number | undefined;
|
|
1763
1766
|
dataEncryptionKey?: string | null | undefined;
|
|
1764
|
-
active?: boolean | undefined;
|
|
1765
1767
|
activeAt?: number | undefined;
|
|
1766
|
-
createdAt?: number | undefined;
|
|
1767
|
-
updatedAt?: number | undefined;
|
|
1768
1768
|
pendingCount?: number | undefined;
|
|
1769
1769
|
pendingVersion?: number | undefined;
|
|
1770
1770
|
deleted?: boolean | undefined;
|
|
1771
1771
|
}, {
|
|
1772
1772
|
id: string;
|
|
1773
1773
|
lastChangeSeq: number;
|
|
1774
|
+
createdAt?: number | undefined;
|
|
1775
|
+
updatedAt?: number | undefined;
|
|
1776
|
+
active?: boolean | undefined;
|
|
1774
1777
|
title?: string | null | undefined;
|
|
1775
1778
|
metadata?: string | undefined;
|
|
1776
1779
|
metadataVersion?: number | undefined;
|
|
1777
1780
|
agentState?: string | null | undefined;
|
|
1778
1781
|
agentStateVersion?: number | undefined;
|
|
1779
1782
|
dataEncryptionKey?: string | null | undefined;
|
|
1780
|
-
active?: boolean | undefined;
|
|
1781
1783
|
activeAt?: number | undefined;
|
|
1782
|
-
createdAt?: number | undefined;
|
|
1783
|
-
updatedAt?: number | undefined;
|
|
1784
1784
|
pendingCount?: number | undefined;
|
|
1785
1785
|
pendingVersion?: number | undefined;
|
|
1786
1786
|
deleted?: boolean | undefined;
|
|
@@ -1820,9 +1820,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1820
1820
|
p: string;
|
|
1821
1821
|
};
|
|
1822
1822
|
id: string;
|
|
1823
|
-
seq: number;
|
|
1824
1823
|
createdAt: number;
|
|
1825
1824
|
updatedAt: number;
|
|
1825
|
+
seq: number;
|
|
1826
1826
|
localId: string | null;
|
|
1827
1827
|
}, {
|
|
1828
1828
|
content: {
|
|
@@ -1833,9 +1833,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1833
1833
|
p: string;
|
|
1834
1834
|
};
|
|
1835
1835
|
id: string;
|
|
1836
|
-
seq: number;
|
|
1837
1836
|
createdAt: number;
|
|
1838
1837
|
updatedAt: number;
|
|
1838
|
+
seq: number;
|
|
1839
1839
|
localId: string | null;
|
|
1840
1840
|
}>, "many">;
|
|
1841
1841
|
truncated: z.ZodBoolean;
|
|
@@ -1850,9 +1850,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1850
1850
|
p: string;
|
|
1851
1851
|
};
|
|
1852
1852
|
id: string;
|
|
1853
|
-
seq: number;
|
|
1854
1853
|
createdAt: number;
|
|
1855
1854
|
updatedAt: number;
|
|
1855
|
+
seq: number;
|
|
1856
1856
|
localId: string | null;
|
|
1857
1857
|
}[];
|
|
1858
1858
|
truncated: boolean;
|
|
@@ -1867,9 +1867,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1867
1867
|
p: string;
|
|
1868
1868
|
};
|
|
1869
1869
|
id: string;
|
|
1870
|
-
seq: number;
|
|
1871
1870
|
createdAt: number;
|
|
1872
1871
|
updatedAt: number;
|
|
1872
|
+
seq: number;
|
|
1873
1873
|
localId: string | null;
|
|
1874
1874
|
}[];
|
|
1875
1875
|
truncated: boolean;
|
|
@@ -1888,16 +1888,16 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1888
1888
|
session: {
|
|
1889
1889
|
id: string;
|
|
1890
1890
|
lastChangeSeq: number;
|
|
1891
|
+
createdAt?: number | undefined;
|
|
1892
|
+
updatedAt?: number | undefined;
|
|
1893
|
+
active?: boolean | undefined;
|
|
1891
1894
|
title?: string | null | undefined;
|
|
1892
1895
|
metadata?: string | undefined;
|
|
1893
1896
|
metadataVersion?: number | undefined;
|
|
1894
1897
|
agentState?: string | null | undefined;
|
|
1895
1898
|
agentStateVersion?: number | undefined;
|
|
1896
1899
|
dataEncryptionKey?: string | null | undefined;
|
|
1897
|
-
active?: boolean | undefined;
|
|
1898
1900
|
activeAt?: number | undefined;
|
|
1899
|
-
createdAt?: number | undefined;
|
|
1900
|
-
updatedAt?: number | undefined;
|
|
1901
1901
|
pendingCount?: number | undefined;
|
|
1902
1902
|
pendingVersion?: number | undefined;
|
|
1903
1903
|
deleted?: boolean | undefined;
|
|
@@ -1912,9 +1912,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1912
1912
|
p: string;
|
|
1913
1913
|
};
|
|
1914
1914
|
id: string;
|
|
1915
|
-
seq: number;
|
|
1916
1915
|
createdAt: number;
|
|
1917
1916
|
updatedAt: number;
|
|
1917
|
+
seq: number;
|
|
1918
1918
|
localId: string | null;
|
|
1919
1919
|
}[];
|
|
1920
1920
|
truncated: boolean;
|
|
@@ -1933,16 +1933,16 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1933
1933
|
session: {
|
|
1934
1934
|
id: string;
|
|
1935
1935
|
lastChangeSeq: number;
|
|
1936
|
+
createdAt?: number | undefined;
|
|
1937
|
+
updatedAt?: number | undefined;
|
|
1938
|
+
active?: boolean | undefined;
|
|
1936
1939
|
title?: string | null | undefined;
|
|
1937
1940
|
metadata?: string | undefined;
|
|
1938
1941
|
metadataVersion?: number | undefined;
|
|
1939
1942
|
agentState?: string | null | undefined;
|
|
1940
1943
|
agentStateVersion?: number | undefined;
|
|
1941
1944
|
dataEncryptionKey?: string | null | undefined;
|
|
1942
|
-
active?: boolean | undefined;
|
|
1943
1945
|
activeAt?: number | undefined;
|
|
1944
|
-
createdAt?: number | undefined;
|
|
1945
|
-
updatedAt?: number | undefined;
|
|
1946
1946
|
pendingCount?: number | undefined;
|
|
1947
1947
|
pendingVersion?: number | undefined;
|
|
1948
1948
|
deleted?: boolean | undefined;
|
|
@@ -1957,9 +1957,9 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1957
1957
|
p: string;
|
|
1958
1958
|
};
|
|
1959
1959
|
id: string;
|
|
1960
|
-
seq: number;
|
|
1961
1960
|
createdAt: number;
|
|
1962
1961
|
updatedAt: number;
|
|
1962
|
+
seq: number;
|
|
1963
1963
|
localId: string | null;
|
|
1964
1964
|
}[];
|
|
1965
1965
|
truncated: boolean;
|
|
@@ -2075,32 +2075,32 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2075
2075
|
}, "strip", z.ZodTypeAny, {
|
|
2076
2076
|
id: string;
|
|
2077
2077
|
lastChangeSeq: number;
|
|
2078
|
+
createdAt?: number | undefined;
|
|
2079
|
+
updatedAt?: number | undefined;
|
|
2080
|
+
active?: boolean | undefined;
|
|
2078
2081
|
title?: string | null | undefined;
|
|
2079
2082
|
metadata?: string | undefined;
|
|
2080
2083
|
metadataVersion?: number | undefined;
|
|
2081
2084
|
agentState?: string | null | undefined;
|
|
2082
2085
|
agentStateVersion?: number | undefined;
|
|
2083
2086
|
dataEncryptionKey?: string | null | undefined;
|
|
2084
|
-
active?: boolean | undefined;
|
|
2085
2087
|
activeAt?: number | undefined;
|
|
2086
|
-
createdAt?: number | undefined;
|
|
2087
|
-
updatedAt?: number | undefined;
|
|
2088
2088
|
pendingCount?: number | undefined;
|
|
2089
2089
|
pendingVersion?: number | undefined;
|
|
2090
2090
|
deleted?: boolean | undefined;
|
|
2091
2091
|
}, {
|
|
2092
2092
|
id: string;
|
|
2093
2093
|
lastChangeSeq: number;
|
|
2094
|
+
createdAt?: number | undefined;
|
|
2095
|
+
updatedAt?: number | undefined;
|
|
2096
|
+
active?: boolean | undefined;
|
|
2094
2097
|
title?: string | null | undefined;
|
|
2095
2098
|
metadata?: string | undefined;
|
|
2096
2099
|
metadataVersion?: number | undefined;
|
|
2097
2100
|
agentState?: string | null | undefined;
|
|
2098
2101
|
agentStateVersion?: number | undefined;
|
|
2099
2102
|
dataEncryptionKey?: string | null | undefined;
|
|
2100
|
-
active?: boolean | undefined;
|
|
2101
2103
|
activeAt?: number | undefined;
|
|
2102
|
-
createdAt?: number | undefined;
|
|
2103
|
-
updatedAt?: number | undefined;
|
|
2104
2104
|
pendingCount?: number | undefined;
|
|
2105
2105
|
pendingVersion?: number | undefined;
|
|
2106
2106
|
deleted?: boolean | undefined;
|
|
@@ -2147,16 +2147,16 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2147
2147
|
session: {
|
|
2148
2148
|
id: string;
|
|
2149
2149
|
lastChangeSeq: number;
|
|
2150
|
+
createdAt?: number | undefined;
|
|
2151
|
+
updatedAt?: number | undefined;
|
|
2152
|
+
active?: boolean | undefined;
|
|
2150
2153
|
title?: string | null | undefined;
|
|
2151
2154
|
metadata?: string | undefined;
|
|
2152
2155
|
metadataVersion?: number | undefined;
|
|
2153
2156
|
agentState?: string | null | undefined;
|
|
2154
2157
|
agentStateVersion?: number | undefined;
|
|
2155
2158
|
dataEncryptionKey?: string | null | undefined;
|
|
2156
|
-
active?: boolean | undefined;
|
|
2157
2159
|
activeAt?: number | undefined;
|
|
2158
|
-
createdAt?: number | undefined;
|
|
2159
|
-
updatedAt?: number | undefined;
|
|
2160
2160
|
pendingCount?: number | undefined;
|
|
2161
2161
|
pendingVersion?: number | undefined;
|
|
2162
2162
|
deleted?: boolean | undefined;
|
|
@@ -2185,16 +2185,16 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2185
2185
|
session: {
|
|
2186
2186
|
id: string;
|
|
2187
2187
|
lastChangeSeq: number;
|
|
2188
|
+
createdAt?: number | undefined;
|
|
2189
|
+
updatedAt?: number | undefined;
|
|
2190
|
+
active?: boolean | undefined;
|
|
2188
2191
|
title?: string | null | undefined;
|
|
2189
2192
|
metadata?: string | undefined;
|
|
2190
2193
|
metadataVersion?: number | undefined;
|
|
2191
2194
|
agentState?: string | null | undefined;
|
|
2192
2195
|
agentStateVersion?: number | undefined;
|
|
2193
2196
|
dataEncryptionKey?: string | null | undefined;
|
|
2194
|
-
active?: boolean | undefined;
|
|
2195
2197
|
activeAt?: number | undefined;
|
|
2196
|
-
createdAt?: number | undefined;
|
|
2197
|
-
updatedAt?: number | undefined;
|
|
2198
2198
|
pendingCount?: number | undefined;
|
|
2199
2199
|
pendingVersion?: number | undefined;
|
|
2200
2200
|
deleted?: boolean | undefined;
|
|
@@ -2299,12 +2299,12 @@ declare const UserMessageSchema: z.ZodObject<{
|
|
|
2299
2299
|
dispatchId: string;
|
|
2300
2300
|
scope: string;
|
|
2301
2301
|
replyTo: string;
|
|
2302
|
-
sessionId?: string | null | undefined;
|
|
2303
2302
|
taskId?: string | null | undefined;
|
|
2304
2303
|
organizationId?: string | null | undefined;
|
|
2305
2304
|
memberAgentId?: string | null | undefined;
|
|
2306
2305
|
positionId?: string | null | undefined;
|
|
2307
2306
|
responsibilityId?: string | null | undefined;
|
|
2307
|
+
sessionId?: string | null | undefined;
|
|
2308
2308
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
2309
2309
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
2310
2310
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -2315,12 +2315,12 @@ declare const UserMessageSchema: z.ZodObject<{
|
|
|
2315
2315
|
dispatchId: string;
|
|
2316
2316
|
scope: string;
|
|
2317
2317
|
replyTo: string;
|
|
2318
|
-
sessionId?: string | null | undefined;
|
|
2319
2318
|
taskId?: string | null | undefined;
|
|
2320
2319
|
organizationId?: string | null | undefined;
|
|
2321
2320
|
memberAgentId?: string | null | undefined;
|
|
2322
2321
|
positionId?: string | null | undefined;
|
|
2323
2322
|
responsibilityId?: string | null | undefined;
|
|
2323
|
+
sessionId?: string | null | undefined;
|
|
2324
2324
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
2325
2325
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
2326
2326
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -2349,12 +2349,12 @@ declare const UserMessageSchema: z.ZodObject<{
|
|
|
2349
2349
|
dispatchId: string;
|
|
2350
2350
|
scope: string;
|
|
2351
2351
|
replyTo: string;
|
|
2352
|
-
sessionId?: string | null | undefined;
|
|
2353
2352
|
taskId?: string | null | undefined;
|
|
2354
2353
|
organizationId?: string | null | undefined;
|
|
2355
2354
|
memberAgentId?: string | null | undefined;
|
|
2356
2355
|
positionId?: string | null | undefined;
|
|
2357
2356
|
responsibilityId?: string | null | undefined;
|
|
2357
|
+
sessionId?: string | null | undefined;
|
|
2358
2358
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
2359
2359
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
2360
2360
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -2383,12 +2383,12 @@ declare const UserMessageSchema: z.ZodObject<{
|
|
|
2383
2383
|
dispatchId: string;
|
|
2384
2384
|
scope: string;
|
|
2385
2385
|
replyTo: string;
|
|
2386
|
-
sessionId?: string | null | undefined;
|
|
2387
2386
|
taskId?: string | null | undefined;
|
|
2388
2387
|
organizationId?: string | null | undefined;
|
|
2389
2388
|
memberAgentId?: string | null | undefined;
|
|
2390
2389
|
positionId?: string | null | undefined;
|
|
2391
2390
|
responsibilityId?: string | null | undefined;
|
|
2391
|
+
sessionId?: string | null | undefined;
|
|
2392
2392
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
2393
2393
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
2394
2394
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -2427,12 +2427,12 @@ declare const UserMessageSchema: z.ZodObject<{
|
|
|
2427
2427
|
dispatchId: string;
|
|
2428
2428
|
scope: string;
|
|
2429
2429
|
replyTo: string;
|
|
2430
|
-
sessionId?: string | null | undefined;
|
|
2431
2430
|
taskId?: string | null | undefined;
|
|
2432
2431
|
organizationId?: string | null | undefined;
|
|
2433
2432
|
memberAgentId?: string | null | undefined;
|
|
2434
2433
|
positionId?: string | null | undefined;
|
|
2435
2434
|
responsibilityId?: string | null | undefined;
|
|
2435
|
+
sessionId?: string | null | undefined;
|
|
2436
2436
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
2437
2437
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
2438
2438
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -2471,12 +2471,12 @@ declare const UserMessageSchema: z.ZodObject<{
|
|
|
2471
2471
|
dispatchId: string;
|
|
2472
2472
|
scope: string;
|
|
2473
2473
|
replyTo: string;
|
|
2474
|
-
sessionId?: string | null | undefined;
|
|
2475
2474
|
taskId?: string | null | undefined;
|
|
2476
2475
|
organizationId?: string | null | undefined;
|
|
2477
2476
|
memberAgentId?: string | null | undefined;
|
|
2478
2477
|
positionId?: string | null | undefined;
|
|
2479
2478
|
responsibilityId?: string | null | undefined;
|
|
2479
|
+
sessionId?: string | null | undefined;
|
|
2480
2480
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
2481
2481
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
2482
2482
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -2523,12 +2523,12 @@ declare const UserMessageSchema: z.ZodObject<{
|
|
|
2523
2523
|
dispatchId: string;
|
|
2524
2524
|
scope: string;
|
|
2525
2525
|
replyTo: string;
|
|
2526
|
-
sessionId?: string | null | undefined;
|
|
2527
2526
|
taskId?: string | null | undefined;
|
|
2528
2527
|
organizationId?: string | null | undefined;
|
|
2529
2528
|
memberAgentId?: string | null | undefined;
|
|
2530
2529
|
positionId?: string | null | undefined;
|
|
2531
2530
|
responsibilityId?: string | null | undefined;
|
|
2531
|
+
sessionId?: string | null | undefined;
|
|
2532
2532
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
2533
2533
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
2534
2534
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|
|
@@ -2575,12 +2575,12 @@ declare const UserMessageSchema: z.ZodObject<{
|
|
|
2575
2575
|
dispatchId: string;
|
|
2576
2576
|
scope: string;
|
|
2577
2577
|
replyTo: string;
|
|
2578
|
-
sessionId?: string | null | undefined;
|
|
2579
2578
|
taskId?: string | null | undefined;
|
|
2580
2579
|
organizationId?: string | null | undefined;
|
|
2581
2580
|
memberAgentId?: string | null | undefined;
|
|
2582
2581
|
positionId?: string | null | undefined;
|
|
2583
2582
|
responsibilityId?: string | null | undefined;
|
|
2583
|
+
sessionId?: string | null | undefined;
|
|
2584
2584
|
routeType?: "direct_reply" | "version_planning_reply" | "analysis_task" | "implementation_task" | "ack_plus_reply" | null | undefined;
|
|
2585
2585
|
ackType?: "none" | "read_ack" | "dispatch_ack" | "route_ack" | "progress_ack" | null | undefined;
|
|
2586
2586
|
replyMode?: "reply-first" | "analysis-first" | null | undefined;
|