happy-imou-cloud 2.1.35 → 2.1.37
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-DbYQw-IT.mjs → BaseReasoningProcessor-CotgApeZ.mjs} +2 -2
- package/dist/{BaseReasoningProcessor-vn-Cvazk.cjs → BaseReasoningProcessor-Do2r_eVW.cjs} +2 -2
- package/dist/{ProviderSelectionHandler-Dk4HaiPR.mjs → ProviderSelectionHandler-CCsorkyV.mjs} +2 -2
- package/dist/{ProviderSelectionHandler-CHXCKI8q.cjs → ProviderSelectionHandler-CywTx_Df.cjs} +2 -2
- package/dist/{api-C_wLDBlG.mjs → api-CMJhY7of.mjs} +1 -1
- package/dist/{api-CeZTggZF.cjs → api-CexMNqai.cjs} +1 -1
- package/dist/{command-Dth-tCSc.mjs → command-C2YB2hE-.mjs} +2 -2
- package/dist/{command-djmqu0my.cjs → command-Ct7Eeo2F.cjs} +2 -2
- package/dist/{index-l0zi9G9M.mjs → index-4t8rMnvz.mjs} +54 -9
- package/dist/{index-CckDTAoL.cjs → index-CQ2Yq72y.cjs} +57 -11
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/lib.cjs +1 -1
- package/dist/lib.d.cts +80 -80
- package/dist/lib.d.mts +80 -80
- package/dist/lib.mjs +1 -1
- package/dist/{registerKillSessionHandler-CMyw8PFY.cjs → registerKillSessionHandler-C1PIogKI.cjs} +99 -16
- package/dist/{registerKillSessionHandler-BxbrcRl3.mjs → registerKillSessionHandler-CLFQ8bQP.mjs} +99 -16
- package/dist/{runClaude-BK-xZzSe.mjs → runClaude-BiFuU4AP.mjs} +8 -5
- package/dist/{runClaude-CniBKZZh.cjs → runClaude-L4G4BbIJ.cjs} +8 -5
- package/dist/{runCodex-C4X1beyB.mjs → runCodex-C0wjgp2b.mjs} +9 -6
- package/dist/{runCodex-Dl1BeoP7.cjs → runCodex-CaUoS6E4.cjs} +9 -6
- package/dist/{runGemini-Bw9Z5tD5.cjs → runGemini-DhYi_crP.cjs} +8 -5
- package/dist/{runGemini-Bigzf0Vw.mjs → runGemini-DxQX5VhV.mjs} +8 -5
- 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;
|
|
328
329
|
taskId?: string | null | undefined;
|
|
329
330
|
organizationId?: string | null | undefined;
|
|
330
331
|
memberAgentId?: string | null | undefined;
|
|
331
332
|
positionId?: string | null | undefined;
|
|
332
333
|
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;
|
|
344
345
|
taskId?: string | null | undefined;
|
|
345
346
|
organizationId?: string | null | undefined;
|
|
346
347
|
memberAgentId?: string | null | undefined;
|
|
347
348
|
positionId?: string | null | undefined;
|
|
348
349
|
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;
|
|
368
367
|
machineId?: string | null | undefined;
|
|
369
368
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
370
369
|
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;
|
|
375
374
|
machineId?: string | null | undefined;
|
|
376
375
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
377
376
|
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;
|
|
399
400
|
taskId?: string | null | undefined;
|
|
400
401
|
organizationId?: string | null | undefined;
|
|
401
402
|
memberAgentId?: string | null | undefined;
|
|
402
403
|
positionId?: string | null | undefined;
|
|
403
404
|
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;
|
|
416
415
|
machineId?: string | null | undefined;
|
|
417
416
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
418
417
|
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;
|
|
440
441
|
taskId?: string | null | undefined;
|
|
441
442
|
organizationId?: string | null | undefined;
|
|
442
443
|
memberAgentId?: string | null | undefined;
|
|
443
444
|
positionId?: string | null | undefined;
|
|
444
445
|
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;
|
|
457
456
|
machineId?: string | null | undefined;
|
|
458
457
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
459
458
|
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;
|
|
538
539
|
taskId?: string | null | undefined;
|
|
539
540
|
organizationId?: string | null | undefined;
|
|
540
541
|
memberAgentId?: string | null | undefined;
|
|
541
542
|
positionId?: string | null | undefined;
|
|
542
543
|
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;
|
|
554
555
|
taskId?: string | null | undefined;
|
|
555
556
|
organizationId?: string | null | undefined;
|
|
556
557
|
memberAgentId?: string | null | undefined;
|
|
557
558
|
positionId?: string | null | undefined;
|
|
558
559
|
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;
|
|
596
597
|
taskId?: string | null | undefined;
|
|
597
598
|
organizationId?: string | null | undefined;
|
|
598
599
|
memberAgentId?: string | null | undefined;
|
|
599
600
|
positionId?: string | null | undefined;
|
|
600
601
|
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;
|
|
617
618
|
taskId?: string | null | undefined;
|
|
618
619
|
organizationId?: string | null | undefined;
|
|
619
620
|
memberAgentId?: string | null | undefined;
|
|
620
621
|
positionId?: string | null | undefined;
|
|
621
622
|
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;
|
|
642
641
|
machineId?: string | null | undefined;
|
|
643
642
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
644
643
|
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;
|
|
649
648
|
machineId?: string | null | undefined;
|
|
650
649
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
651
650
|
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;
|
|
715
716
|
taskId?: string | null | undefined;
|
|
716
717
|
organizationId?: string | null | undefined;
|
|
717
718
|
memberAgentId?: string | null | undefined;
|
|
718
719
|
positionId?: string | null | undefined;
|
|
719
720
|
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;
|
|
731
732
|
taskId?: string | null | undefined;
|
|
732
733
|
organizationId?: string | null | undefined;
|
|
733
734
|
memberAgentId?: string | null | undefined;
|
|
734
735
|
positionId?: string | null | undefined;
|
|
735
736
|
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;
|
|
755
754
|
machineId?: string | null | undefined;
|
|
756
755
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
757
756
|
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;
|
|
762
761
|
machineId?: string | null | undefined;
|
|
763
762
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
764
763
|
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;
|
|
786
787
|
taskId?: string | null | undefined;
|
|
787
788
|
organizationId?: string | null | undefined;
|
|
788
789
|
memberAgentId?: string | null | undefined;
|
|
789
790
|
positionId?: string | null | undefined;
|
|
790
791
|
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;
|
|
803
802
|
machineId?: string | null | undefined;
|
|
804
803
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
805
804
|
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;
|
|
827
828
|
taskId?: string | null | undefined;
|
|
828
829
|
organizationId?: string | null | undefined;
|
|
829
830
|
memberAgentId?: string | null | undefined;
|
|
830
831
|
positionId?: string | null | undefined;
|
|
831
832
|
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;
|
|
844
843
|
machineId?: string | null | undefined;
|
|
845
844
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
846
845
|
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;
|
|
863
864
|
taskId?: string | null | undefined;
|
|
864
865
|
organizationId?: string | null | undefined;
|
|
865
866
|
memberAgentId?: string | null | undefined;
|
|
866
867
|
positionId?: string | null | undefined;
|
|
867
868
|
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;
|
|
880
879
|
machineId?: string | null | undefined;
|
|
881
880
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
882
881
|
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;
|
|
903
904
|
taskId?: string | null | undefined;
|
|
904
905
|
organizationId?: string | null | undefined;
|
|
905
906
|
memberAgentId?: string | null | undefined;
|
|
906
907
|
positionId?: string | null | undefined;
|
|
907
908
|
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;
|
|
944
945
|
taskId?: string | null | undefined;
|
|
945
946
|
organizationId?: string | null | undefined;
|
|
946
947
|
memberAgentId?: string | null | undefined;
|
|
947
948
|
positionId?: string | null | undefined;
|
|
948
949
|
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;
|
|
961
960
|
machineId?: string | null | undefined;
|
|
962
961
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
963
962
|
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;
|
|
980
981
|
taskId?: string | null | undefined;
|
|
981
982
|
organizationId?: string | null | undefined;
|
|
982
983
|
memberAgentId?: string | null | undefined;
|
|
983
984
|
positionId?: string | null | undefined;
|
|
984
985
|
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;
|
|
997
996
|
machineId?: string | null | undefined;
|
|
998
997
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
999
998
|
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;
|
|
1020
1021
|
taskId?: string | null | undefined;
|
|
1021
1022
|
organizationId?: string | null | undefined;
|
|
1022
1023
|
memberAgentId?: string | null | undefined;
|
|
1023
1024
|
positionId?: string | null | undefined;
|
|
1024
1025
|
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;
|
|
1061
1062
|
taskId?: string | null | undefined;
|
|
1062
1063
|
organizationId?: string | null | undefined;
|
|
1063
1064
|
memberAgentId?: string | null | undefined;
|
|
1064
1065
|
positionId?: string | null | undefined;
|
|
1065
1066
|
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;
|
|
1078
1077
|
machineId?: string | null | undefined;
|
|
1079
1078
|
startedBy?: "daemon" | "terminal" | null | undefined;
|
|
1080
1079
|
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
|
-
startedBy?: string | null | undefined;
|
|
1116
|
-
flavor?: string | null | undefined;
|
|
1117
1115
|
hostPid?: number | null | undefined;
|
|
1116
|
+
startedBy?: string | null | undefined;
|
|
1118
1117
|
lifecycleState?: string | null | undefined;
|
|
1118
|
+
flavor?: string | null | undefined;
|
|
1119
1119
|
}, {
|
|
1120
1120
|
machineId?: string | null | undefined;
|
|
1121
|
-
startedBy?: string | null | undefined;
|
|
1122
|
-
flavor?: string | null | undefined;
|
|
1123
1121
|
hostPid?: number | null | undefined;
|
|
1122
|
+
startedBy?: string | null | undefined;
|
|
1124
1123
|
lifecycleState?: string | null | undefined;
|
|
1124
|
+
flavor?: string | null | undefined;
|
|
1125
1125
|
}>;
|
|
1126
1126
|
type SessionRuntimeIndex = z.infer<typeof SessionRuntimeIndexSchema>;
|
|
1127
1127
|
interface ProtocolV3Descriptor {
|
|
@@ -1182,16 +1182,16 @@ 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
|
-
startedBy?: string | null | undefined;
|
|
1186
|
-
flavor?: string | null | undefined;
|
|
1187
1185
|
hostPid?: number | null | undefined;
|
|
1186
|
+
startedBy?: string | null | undefined;
|
|
1188
1187
|
lifecycleState?: string | null | undefined;
|
|
1188
|
+
flavor?: string | null | undefined;
|
|
1189
1189
|
}, {
|
|
1190
1190
|
machineId?: string | null | undefined;
|
|
1191
|
-
startedBy?: string | null | undefined;
|
|
1192
|
-
flavor?: string | null | undefined;
|
|
1193
1191
|
hostPid?: number | null | undefined;
|
|
1192
|
+
startedBy?: string | null | undefined;
|
|
1194
1193
|
lifecycleState?: string | null | undefined;
|
|
1194
|
+
flavor?: string | null | undefined;
|
|
1195
1195
|
}>>>;
|
|
1196
1196
|
}, "strip", z.ZodTypeAny, {
|
|
1197
1197
|
id: string;
|
|
@@ -1203,16 +1203,16 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1203
1203
|
agentStateVersion: number;
|
|
1204
1204
|
createdAt?: number | undefined;
|
|
1205
1205
|
updatedAt?: number | undefined;
|
|
1206
|
-
active?: boolean | undefined;
|
|
1207
1206
|
title?: string | null | undefined;
|
|
1208
1207
|
dataEncryptionKey?: string | null | undefined;
|
|
1208
|
+
active?: boolean | undefined;
|
|
1209
1209
|
activeAt?: number | undefined;
|
|
1210
1210
|
sessionIndex?: {
|
|
1211
1211
|
machineId?: string | null | undefined;
|
|
1212
|
-
startedBy?: string | null | undefined;
|
|
1213
|
-
flavor?: string | null | undefined;
|
|
1214
1212
|
hostPid?: number | null | undefined;
|
|
1213
|
+
startedBy?: string | null | undefined;
|
|
1215
1214
|
lifecycleState?: string | null | undefined;
|
|
1215
|
+
flavor?: string | null | undefined;
|
|
1216
1216
|
} | null | undefined;
|
|
1217
1217
|
}, {
|
|
1218
1218
|
id: string;
|
|
@@ -1224,16 +1224,16 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1224
1224
|
agentStateVersion: number;
|
|
1225
1225
|
createdAt?: number | undefined;
|
|
1226
1226
|
updatedAt?: number | undefined;
|
|
1227
|
-
active?: boolean | undefined;
|
|
1228
1227
|
title?: string | null | undefined;
|
|
1229
1228
|
dataEncryptionKey?: string | null | undefined;
|
|
1229
|
+
active?: boolean | undefined;
|
|
1230
1230
|
activeAt?: number | undefined;
|
|
1231
1231
|
sessionIndex?: {
|
|
1232
1232
|
machineId?: string | null | undefined;
|
|
1233
|
-
startedBy?: string | null | undefined;
|
|
1234
|
-
flavor?: string | null | undefined;
|
|
1235
1233
|
hostPid?: number | null | undefined;
|
|
1234
|
+
startedBy?: string | null | undefined;
|
|
1236
1235
|
lifecycleState?: string | null | undefined;
|
|
1236
|
+
flavor?: 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
|
-
startedBy?: string | null | undefined;
|
|
1352
|
-
flavor?: string | null | undefined;
|
|
1353
1351
|
hostPid?: number | null | undefined;
|
|
1352
|
+
startedBy?: string | null | undefined;
|
|
1354
1353
|
lifecycleState?: string | null | undefined;
|
|
1354
|
+
flavor?: string | null | undefined;
|
|
1355
1355
|
}, {
|
|
1356
1356
|
machineId?: string | null | undefined;
|
|
1357
|
-
startedBy?: string | null | undefined;
|
|
1358
|
-
flavor?: string | null | undefined;
|
|
1359
1357
|
hostPid?: number | null | undefined;
|
|
1358
|
+
startedBy?: string | null | undefined;
|
|
1360
1359
|
lifecycleState?: string | null | undefined;
|
|
1360
|
+
flavor?: 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
|
-
startedBy?: string | null | undefined;
|
|
1387
|
-
flavor?: string | null | undefined;
|
|
1388
1386
|
hostPid?: number | null | undefined;
|
|
1387
|
+
startedBy?: string | null | undefined;
|
|
1389
1388
|
lifecycleState?: string | null | undefined;
|
|
1389
|
+
flavor?: 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
|
-
startedBy?: string | null | undefined;
|
|
1408
|
-
flavor?: string | null | undefined;
|
|
1409
1407
|
hostPid?: number | null | undefined;
|
|
1408
|
+
startedBy?: string | null | undefined;
|
|
1410
1409
|
lifecycleState?: string | null | undefined;
|
|
1410
|
+
flavor?: string | null | undefined;
|
|
1411
1411
|
} | null | undefined;
|
|
1412
1412
|
sid?: string | undefined;
|
|
1413
1413
|
changeSeq?: number | undefined;
|
|
@@ -1484,16 +1484,16 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1484
1484
|
agentStateVersion: number;
|
|
1485
1485
|
createdAt?: number | undefined;
|
|
1486
1486
|
updatedAt?: number | undefined;
|
|
1487
|
-
active?: boolean | undefined;
|
|
1488
1487
|
title?: string | null | undefined;
|
|
1489
1488
|
dataEncryptionKey?: string | null | undefined;
|
|
1489
|
+
active?: boolean | undefined;
|
|
1490
1490
|
activeAt?: number | undefined;
|
|
1491
1491
|
sessionIndex?: {
|
|
1492
1492
|
machineId?: string | null | undefined;
|
|
1493
|
-
startedBy?: string | null | undefined;
|
|
1494
|
-
flavor?: string | null | undefined;
|
|
1495
1493
|
hostPid?: number | null | undefined;
|
|
1494
|
+
startedBy?: string | null | undefined;
|
|
1496
1495
|
lifecycleState?: string | null | undefined;
|
|
1496
|
+
flavor?: 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
|
-
startedBy?: string | null | undefined;
|
|
1530
|
-
flavor?: string | null | undefined;
|
|
1531
1529
|
hostPid?: number | null | undefined;
|
|
1530
|
+
startedBy?: string | null | undefined;
|
|
1532
1531
|
lifecycleState?: string | null | undefined;
|
|
1532
|
+
flavor?: string | null | undefined;
|
|
1533
1533
|
} | null | undefined;
|
|
1534
1534
|
sid?: string | undefined;
|
|
1535
1535
|
changeSeq?: number | undefined;
|
|
@@ -1563,16 +1563,16 @@ declare const UpdateSchema: z.ZodObject<{
|
|
|
1563
1563
|
agentStateVersion: number;
|
|
1564
1564
|
createdAt?: number | undefined;
|
|
1565
1565
|
updatedAt?: number | undefined;
|
|
1566
|
-
active?: boolean | undefined;
|
|
1567
1566
|
title?: string | null | undefined;
|
|
1568
1567
|
dataEncryptionKey?: string | null | undefined;
|
|
1568
|
+
active?: boolean | undefined;
|
|
1569
1569
|
activeAt?: number | undefined;
|
|
1570
1570
|
sessionIndex?: {
|
|
1571
1571
|
machineId?: string | null | undefined;
|
|
1572
|
-
startedBy?: string | null | undefined;
|
|
1573
|
-
flavor?: string | null | undefined;
|
|
1574
1572
|
hostPid?: number | null | undefined;
|
|
1573
|
+
startedBy?: string | null | undefined;
|
|
1575
1574
|
lifecycleState?: string | null | undefined;
|
|
1575
|
+
flavor?: 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
|
-
startedBy?: string | null | undefined;
|
|
1609
|
-
flavor?: string | null | undefined;
|
|
1610
1608
|
hostPid?: number | null | undefined;
|
|
1609
|
+
startedBy?: string | null | undefined;
|
|
1611
1610
|
lifecycleState?: string | null | undefined;
|
|
1611
|
+
flavor?: string | null | undefined;
|
|
1612
1612
|
} | null | undefined;
|
|
1613
1613
|
sid?: string | undefined;
|
|
1614
1614
|
changeSeq?: number | undefined;
|
|
@@ -1757,13 +1757,13 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1757
1757
|
lastChangeSeq: number;
|
|
1758
1758
|
createdAt?: number | undefined;
|
|
1759
1759
|
updatedAt?: number | undefined;
|
|
1760
|
-
active?: boolean | undefined;
|
|
1761
1760
|
title?: string | null | undefined;
|
|
1762
1761
|
metadata?: string | undefined;
|
|
1763
1762
|
metadataVersion?: number | undefined;
|
|
1764
1763
|
agentState?: string | null | undefined;
|
|
1765
1764
|
agentStateVersion?: number | undefined;
|
|
1766
1765
|
dataEncryptionKey?: string | null | undefined;
|
|
1766
|
+
active?: boolean | undefined;
|
|
1767
1767
|
activeAt?: number | undefined;
|
|
1768
1768
|
pendingCount?: number | undefined;
|
|
1769
1769
|
pendingVersion?: number | undefined;
|
|
@@ -1773,13 +1773,13 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1773
1773
|
lastChangeSeq: number;
|
|
1774
1774
|
createdAt?: number | undefined;
|
|
1775
1775
|
updatedAt?: number | undefined;
|
|
1776
|
-
active?: boolean | undefined;
|
|
1777
1776
|
title?: string | null | undefined;
|
|
1778
1777
|
metadata?: string | undefined;
|
|
1779
1778
|
metadataVersion?: number | undefined;
|
|
1780
1779
|
agentState?: string | null | undefined;
|
|
1781
1780
|
agentStateVersion?: number | undefined;
|
|
1782
1781
|
dataEncryptionKey?: string | null | undefined;
|
|
1782
|
+
active?: boolean | undefined;
|
|
1783
1783
|
activeAt?: number | undefined;
|
|
1784
1784
|
pendingCount?: number | undefined;
|
|
1785
1785
|
pendingVersion?: number | undefined;
|
|
@@ -1890,13 +1890,13 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1890
1890
|
lastChangeSeq: number;
|
|
1891
1891
|
createdAt?: number | undefined;
|
|
1892
1892
|
updatedAt?: number | undefined;
|
|
1893
|
-
active?: boolean | undefined;
|
|
1894
1893
|
title?: string | null | undefined;
|
|
1895
1894
|
metadata?: string | undefined;
|
|
1896
1895
|
metadataVersion?: number | undefined;
|
|
1897
1896
|
agentState?: string | null | undefined;
|
|
1898
1897
|
agentStateVersion?: number | undefined;
|
|
1899
1898
|
dataEncryptionKey?: string | null | undefined;
|
|
1899
|
+
active?: boolean | undefined;
|
|
1900
1900
|
activeAt?: number | undefined;
|
|
1901
1901
|
pendingCount?: number | undefined;
|
|
1902
1902
|
pendingVersion?: number | undefined;
|
|
@@ -1935,13 +1935,13 @@ declare const ProtocolV3SessionSnapshotResponseSchema: z.ZodObject<{
|
|
|
1935
1935
|
lastChangeSeq: number;
|
|
1936
1936
|
createdAt?: number | undefined;
|
|
1937
1937
|
updatedAt?: number | undefined;
|
|
1938
|
-
active?: boolean | undefined;
|
|
1939
1938
|
title?: string | null | undefined;
|
|
1940
1939
|
metadata?: string | undefined;
|
|
1941
1940
|
metadataVersion?: number | undefined;
|
|
1942
1941
|
agentState?: string | null | undefined;
|
|
1943
1942
|
agentStateVersion?: number | undefined;
|
|
1944
1943
|
dataEncryptionKey?: string | null | undefined;
|
|
1944
|
+
active?: boolean | undefined;
|
|
1945
1945
|
activeAt?: number | undefined;
|
|
1946
1946
|
pendingCount?: number | undefined;
|
|
1947
1947
|
pendingVersion?: number | undefined;
|
|
@@ -2077,13 +2077,13 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2077
2077
|
lastChangeSeq: number;
|
|
2078
2078
|
createdAt?: number | undefined;
|
|
2079
2079
|
updatedAt?: number | undefined;
|
|
2080
|
-
active?: boolean | undefined;
|
|
2081
2080
|
title?: string | null | undefined;
|
|
2082
2081
|
metadata?: string | undefined;
|
|
2083
2082
|
metadataVersion?: number | undefined;
|
|
2084
2083
|
agentState?: string | null | undefined;
|
|
2085
2084
|
agentStateVersion?: number | undefined;
|
|
2086
2085
|
dataEncryptionKey?: string | null | undefined;
|
|
2086
|
+
active?: boolean | undefined;
|
|
2087
2087
|
activeAt?: number | undefined;
|
|
2088
2088
|
pendingCount?: number | undefined;
|
|
2089
2089
|
pendingVersion?: number | undefined;
|
|
@@ -2093,13 +2093,13 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2093
2093
|
lastChangeSeq: number;
|
|
2094
2094
|
createdAt?: number | undefined;
|
|
2095
2095
|
updatedAt?: number | undefined;
|
|
2096
|
-
active?: boolean | undefined;
|
|
2097
2096
|
title?: string | null | undefined;
|
|
2098
2097
|
metadata?: string | undefined;
|
|
2099
2098
|
metadataVersion?: number | undefined;
|
|
2100
2099
|
agentState?: string | null | undefined;
|
|
2101
2100
|
agentStateVersion?: number | undefined;
|
|
2102
2101
|
dataEncryptionKey?: string | null | undefined;
|
|
2102
|
+
active?: boolean | undefined;
|
|
2103
2103
|
activeAt?: number | undefined;
|
|
2104
2104
|
pendingCount?: number | undefined;
|
|
2105
2105
|
pendingVersion?: number | undefined;
|
|
@@ -2149,13 +2149,13 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2149
2149
|
lastChangeSeq: number;
|
|
2150
2150
|
createdAt?: number | undefined;
|
|
2151
2151
|
updatedAt?: number | undefined;
|
|
2152
|
-
active?: boolean | undefined;
|
|
2153
2152
|
title?: string | null | undefined;
|
|
2154
2153
|
metadata?: string | undefined;
|
|
2155
2154
|
metadataVersion?: number | undefined;
|
|
2156
2155
|
agentState?: string | null | undefined;
|
|
2157
2156
|
agentStateVersion?: number | undefined;
|
|
2158
2157
|
dataEncryptionKey?: string | null | undefined;
|
|
2158
|
+
active?: boolean | undefined;
|
|
2159
2159
|
activeAt?: number | undefined;
|
|
2160
2160
|
pendingCount?: number | undefined;
|
|
2161
2161
|
pendingVersion?: number | undefined;
|
|
@@ -2187,13 +2187,13 @@ declare const ProtocolV3SessionChangesResponseSchema: z.ZodObject<{
|
|
|
2187
2187
|
lastChangeSeq: number;
|
|
2188
2188
|
createdAt?: number | undefined;
|
|
2189
2189
|
updatedAt?: number | undefined;
|
|
2190
|
-
active?: boolean | undefined;
|
|
2191
2190
|
title?: string | null | undefined;
|
|
2192
2191
|
metadata?: string | undefined;
|
|
2193
2192
|
metadataVersion?: number | undefined;
|
|
2194
2193
|
agentState?: string | null | undefined;
|
|
2195
2194
|
agentStateVersion?: number | undefined;
|
|
2196
2195
|
dataEncryptionKey?: string | null | undefined;
|
|
2196
|
+
active?: boolean | undefined;
|
|
2197
2197
|
activeAt?: number | undefined;
|
|
2198
2198
|
pendingCount?: number | undefined;
|
|
2199
2199
|
pendingVersion?: number | 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;
|
|
2302
2303
|
taskId?: string | null | undefined;
|
|
2303
2304
|
organizationId?: string | null | undefined;
|
|
2304
2305
|
memberAgentId?: string | null | undefined;
|
|
2305
2306
|
positionId?: string | null | undefined;
|
|
2306
2307
|
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;
|
|
2318
2319
|
taskId?: string | null | undefined;
|
|
2319
2320
|
organizationId?: string | null | undefined;
|
|
2320
2321
|
memberAgentId?: string | null | undefined;
|
|
2321
2322
|
positionId?: string | null | undefined;
|
|
2322
2323
|
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;
|
|
2352
2353
|
taskId?: string | null | undefined;
|
|
2353
2354
|
organizationId?: string | null | undefined;
|
|
2354
2355
|
memberAgentId?: string | null | undefined;
|
|
2355
2356
|
positionId?: string | null | undefined;
|
|
2356
2357
|
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;
|
|
2386
2387
|
taskId?: string | null | undefined;
|
|
2387
2388
|
organizationId?: string | null | undefined;
|
|
2388
2389
|
memberAgentId?: string | null | undefined;
|
|
2389
2390
|
positionId?: string | null | undefined;
|
|
2390
2391
|
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;
|
|
2430
2431
|
taskId?: string | null | undefined;
|
|
2431
2432
|
organizationId?: string | null | undefined;
|
|
2432
2433
|
memberAgentId?: string | null | undefined;
|
|
2433
2434
|
positionId?: string | null | undefined;
|
|
2434
2435
|
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;
|
|
2474
2475
|
taskId?: string | null | undefined;
|
|
2475
2476
|
organizationId?: string | null | undefined;
|
|
2476
2477
|
memberAgentId?: string | null | undefined;
|
|
2477
2478
|
positionId?: string | null | undefined;
|
|
2478
2479
|
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;
|
|
2526
2527
|
taskId?: string | null | undefined;
|
|
2527
2528
|
organizationId?: string | null | undefined;
|
|
2528
2529
|
memberAgentId?: string | null | undefined;
|
|
2529
2530
|
positionId?: string | null | undefined;
|
|
2530
2531
|
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;
|
|
2578
2579
|
taskId?: string | null | undefined;
|
|
2579
2580
|
organizationId?: string | null | undefined;
|
|
2580
2581
|
memberAgentId?: string | null | undefined;
|
|
2581
2582
|
positionId?: string | null | undefined;
|
|
2582
2583
|
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;
|