@agent-vm/agent-portal-sdk 0.0.145 → 0.0.147
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/approval-surface/index.d.ts +1 -1
- package/dist/gateway-runtime-client/index.d.ts +3 -3
- package/dist/{index-DTTEu7ZT.d.ts → index-3aVlpTwE.d.ts} +17 -17
- package/dist/{index-DTTEu7ZT.d.ts.map → index-3aVlpTwE.d.ts.map} +1 -1
- package/dist/{index-ex2lEawY.d.ts → index-D4UDHMft.d.ts} +5 -5
- package/dist/{index-ex2lEawY.d.ts.map → index-D4UDHMft.d.ts.map} +1 -1
- package/dist/{index-S5RZg56U.d.ts → index-DV6xiWeS.d.ts} +3 -3
- package/dist/{index-S5RZg56U.d.ts.map → index-DV6xiWeS.d.ts.map} +1 -1
- package/dist/{index-DZJH4Rau.d.ts → index-ciLRJYVb.d.ts} +39 -39
- package/dist/{index-DZJH4Rau.d.ts.map → index-ciLRJYVb.d.ts.map} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/{portal-call-result-schema-DIg2ERl4.d.ts → portal-call-result-schema-CFnKfcvZ.d.ts} +311 -311
- package/dist/{portal-call-result-schema-DIg2ERl4.d.ts.map → portal-call-result-schema-CFnKfcvZ.d.ts.map} +1 -1
- package/dist/portal-call-surface/index.d.ts +2 -2
- package/dist/portal-event-surface/index.d.ts +1 -1
- package/dist/testing/index.d.ts +1 -1
- package/dist/tool-portal-mcp-client/index.d.ts +1 -1
- package/dist/tool-portal-mcp-client/node-tool-portal-mcp-transport.d.ts +1 -1
- package/package.json +1 -1
package/dist/{portal-call-result-schema-DIg2ERl4.d.ts → portal-call-result-schema-CFnKfcvZ.d.ts}
RENAMED
|
@@ -39,14 +39,14 @@ declare const PortalApprovalRequiredCallItemResultSchema: z.ZodObject<{
|
|
|
39
39
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
40
40
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
41
41
|
code: z.ZodEnum<{
|
|
42
|
-
|
|
42
|
+
provider_unavailable: "provider_unavailable";
|
|
43
43
|
capability_denied: "capability_denied";
|
|
44
|
+
approval_required: "approval_required";
|
|
44
45
|
validation_failed: "validation_failed";
|
|
45
|
-
provider_unavailable: "provider_unavailable";
|
|
46
46
|
execution_failed: "execution_failed";
|
|
47
|
-
cancelled: "cancelled";
|
|
48
|
-
timeout: "timeout";
|
|
49
47
|
output_truncated: "output_truncated";
|
|
48
|
+
timeout: "timeout";
|
|
49
|
+
cancelled: "cancelled";
|
|
50
50
|
artifact_unavailable: "artifact_unavailable";
|
|
51
51
|
}>;
|
|
52
52
|
level: z.ZodEnum<{
|
|
@@ -80,14 +80,14 @@ declare const PortalCallItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
80
80
|
}, z.core.$strict>>>;
|
|
81
81
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
82
82
|
code: z.ZodEnum<{
|
|
83
|
-
|
|
83
|
+
provider_unavailable: "provider_unavailable";
|
|
84
84
|
capability_denied: "capability_denied";
|
|
85
|
+
approval_required: "approval_required";
|
|
85
86
|
validation_failed: "validation_failed";
|
|
86
|
-
provider_unavailable: "provider_unavailable";
|
|
87
87
|
execution_failed: "execution_failed";
|
|
88
|
-
cancelled: "cancelled";
|
|
89
|
-
timeout: "timeout";
|
|
90
88
|
output_truncated: "output_truncated";
|
|
89
|
+
timeout: "timeout";
|
|
90
|
+
cancelled: "cancelled";
|
|
91
91
|
artifact_unavailable: "artifact_unavailable";
|
|
92
92
|
}>;
|
|
93
93
|
level: z.ZodEnum<{
|
|
@@ -117,14 +117,14 @@ declare const PortalCallItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
117
117
|
}, z.core.$strict>, z.ZodObject<{
|
|
118
118
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
119
119
|
code: z.ZodEnum<{
|
|
120
|
-
|
|
120
|
+
provider_unavailable: "provider_unavailable";
|
|
121
121
|
capability_denied: "capability_denied";
|
|
122
|
+
approval_required: "approval_required";
|
|
122
123
|
validation_failed: "validation_failed";
|
|
123
|
-
provider_unavailable: "provider_unavailable";
|
|
124
124
|
execution_failed: "execution_failed";
|
|
125
|
-
cancelled: "cancelled";
|
|
126
|
-
timeout: "timeout";
|
|
127
125
|
output_truncated: "output_truncated";
|
|
126
|
+
timeout: "timeout";
|
|
127
|
+
cancelled: "cancelled";
|
|
128
128
|
artifact_unavailable: "artifact_unavailable";
|
|
129
129
|
}>;
|
|
130
130
|
level: z.ZodEnum<{
|
|
@@ -138,29 +138,29 @@ declare const PortalCallItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
138
138
|
}, z.core.$strict>>>;
|
|
139
139
|
error: z.ZodObject<{
|
|
140
140
|
code: z.ZodEnum<{
|
|
141
|
-
|
|
142
|
-
not_found: "not_found";
|
|
143
|
-
not_authorized: "not_authorized";
|
|
144
|
-
approval_required: "approval_required";
|
|
141
|
+
provider_unavailable: "provider_unavailable";
|
|
145
142
|
capability_denied: "capability_denied";
|
|
143
|
+
approval_required: "approval_required";
|
|
146
144
|
validation_failed: "validation_failed";
|
|
147
|
-
provider_unavailable: "provider_unavailable";
|
|
148
145
|
execution_failed: "execution_failed";
|
|
149
|
-
cancelled: "cancelled";
|
|
150
146
|
timeout: "timeout";
|
|
147
|
+
cancelled: "cancelled";
|
|
148
|
+
invalid_request: "invalid_request";
|
|
149
|
+
not_found: "not_found";
|
|
150
|
+
not_authorized: "not_authorized";
|
|
151
151
|
}>;
|
|
152
152
|
message: z.ZodString;
|
|
153
153
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
154
154
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
155
155
|
code: z.ZodEnum<{
|
|
156
|
-
|
|
156
|
+
provider_unavailable: "provider_unavailable";
|
|
157
157
|
capability_denied: "capability_denied";
|
|
158
|
+
approval_required: "approval_required";
|
|
158
159
|
validation_failed: "validation_failed";
|
|
159
|
-
provider_unavailable: "provider_unavailable";
|
|
160
160
|
execution_failed: "execution_failed";
|
|
161
|
-
cancelled: "cancelled";
|
|
162
|
-
timeout: "timeout";
|
|
163
161
|
output_truncated: "output_truncated";
|
|
162
|
+
timeout: "timeout";
|
|
163
|
+
cancelled: "cancelled";
|
|
164
164
|
artifact_unavailable: "artifact_unavailable";
|
|
165
165
|
}>;
|
|
166
166
|
level: z.ZodEnum<{
|
|
@@ -217,14 +217,14 @@ declare const PortalCallItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
217
217
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
218
218
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
219
219
|
code: z.ZodEnum<{
|
|
220
|
-
|
|
220
|
+
provider_unavailable: "provider_unavailable";
|
|
221
221
|
capability_denied: "capability_denied";
|
|
222
|
+
approval_required: "approval_required";
|
|
222
223
|
validation_failed: "validation_failed";
|
|
223
|
-
provider_unavailable: "provider_unavailable";
|
|
224
224
|
execution_failed: "execution_failed";
|
|
225
|
-
cancelled: "cancelled";
|
|
226
|
-
timeout: "timeout";
|
|
227
225
|
output_truncated: "output_truncated";
|
|
226
|
+
timeout: "timeout";
|
|
227
|
+
cancelled: "cancelled";
|
|
228
228
|
artifact_unavailable: "artifact_unavailable";
|
|
229
229
|
}>;
|
|
230
230
|
level: z.ZodEnum<{
|
|
@@ -450,14 +450,14 @@ declare const PortalBackendListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
450
450
|
}, z.core.$strict>>>;
|
|
451
451
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
452
452
|
code: z.ZodEnum<{
|
|
453
|
-
|
|
453
|
+
provider_unavailable: "provider_unavailable";
|
|
454
454
|
capability_denied: "capability_denied";
|
|
455
|
+
approval_required: "approval_required";
|
|
455
456
|
validation_failed: "validation_failed";
|
|
456
|
-
provider_unavailable: "provider_unavailable";
|
|
457
457
|
execution_failed: "execution_failed";
|
|
458
|
-
cancelled: "cancelled";
|
|
459
|
-
timeout: "timeout";
|
|
460
458
|
output_truncated: "output_truncated";
|
|
459
|
+
timeout: "timeout";
|
|
460
|
+
cancelled: "cancelled";
|
|
461
461
|
artifact_unavailable: "artifact_unavailable";
|
|
462
462
|
}>;
|
|
463
463
|
level: z.ZodEnum<{
|
|
@@ -512,14 +512,14 @@ declare const PortalBackendListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
512
512
|
}, z.core.$strict>, z.ZodObject<{
|
|
513
513
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
514
514
|
code: z.ZodEnum<{
|
|
515
|
-
|
|
515
|
+
provider_unavailable: "provider_unavailable";
|
|
516
516
|
capability_denied: "capability_denied";
|
|
517
|
+
approval_required: "approval_required";
|
|
517
518
|
validation_failed: "validation_failed";
|
|
518
|
-
provider_unavailable: "provider_unavailable";
|
|
519
519
|
execution_failed: "execution_failed";
|
|
520
|
-
cancelled: "cancelled";
|
|
521
|
-
timeout: "timeout";
|
|
522
520
|
output_truncated: "output_truncated";
|
|
521
|
+
timeout: "timeout";
|
|
522
|
+
cancelled: "cancelled";
|
|
523
523
|
artifact_unavailable: "artifact_unavailable";
|
|
524
524
|
}>;
|
|
525
525
|
level: z.ZodEnum<{
|
|
@@ -533,29 +533,29 @@ declare const PortalBackendListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
533
533
|
}, z.core.$strict>>>;
|
|
534
534
|
error: z.ZodObject<{
|
|
535
535
|
code: z.ZodEnum<{
|
|
536
|
-
|
|
537
|
-
not_found: "not_found";
|
|
538
|
-
not_authorized: "not_authorized";
|
|
539
|
-
approval_required: "approval_required";
|
|
536
|
+
provider_unavailable: "provider_unavailable";
|
|
540
537
|
capability_denied: "capability_denied";
|
|
538
|
+
approval_required: "approval_required";
|
|
541
539
|
validation_failed: "validation_failed";
|
|
542
|
-
provider_unavailable: "provider_unavailable";
|
|
543
540
|
execution_failed: "execution_failed";
|
|
544
|
-
cancelled: "cancelled";
|
|
545
541
|
timeout: "timeout";
|
|
542
|
+
cancelled: "cancelled";
|
|
543
|
+
invalid_request: "invalid_request";
|
|
544
|
+
not_found: "not_found";
|
|
545
|
+
not_authorized: "not_authorized";
|
|
546
546
|
}>;
|
|
547
547
|
message: z.ZodString;
|
|
548
548
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
549
549
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
550
550
|
code: z.ZodEnum<{
|
|
551
|
-
|
|
551
|
+
provider_unavailable: "provider_unavailable";
|
|
552
552
|
capability_denied: "capability_denied";
|
|
553
|
+
approval_required: "approval_required";
|
|
553
554
|
validation_failed: "validation_failed";
|
|
554
|
-
provider_unavailable: "provider_unavailable";
|
|
555
555
|
execution_failed: "execution_failed";
|
|
556
|
-
cancelled: "cancelled";
|
|
557
|
-
timeout: "timeout";
|
|
558
556
|
output_truncated: "output_truncated";
|
|
557
|
+
timeout: "timeout";
|
|
558
|
+
cancelled: "cancelled";
|
|
559
559
|
artifact_unavailable: "artifact_unavailable";
|
|
560
560
|
}>;
|
|
561
561
|
level: z.ZodEnum<{
|
|
@@ -581,14 +581,14 @@ declare const PortalBackendSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
581
581
|
}, z.core.$strict>>>;
|
|
582
582
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
583
583
|
code: z.ZodEnum<{
|
|
584
|
-
|
|
584
|
+
provider_unavailable: "provider_unavailable";
|
|
585
585
|
capability_denied: "capability_denied";
|
|
586
|
+
approval_required: "approval_required";
|
|
586
587
|
validation_failed: "validation_failed";
|
|
587
|
-
provider_unavailable: "provider_unavailable";
|
|
588
588
|
execution_failed: "execution_failed";
|
|
589
|
-
cancelled: "cancelled";
|
|
590
|
-
timeout: "timeout";
|
|
591
589
|
output_truncated: "output_truncated";
|
|
590
|
+
timeout: "timeout";
|
|
591
|
+
cancelled: "cancelled";
|
|
592
592
|
artifact_unavailable: "artifact_unavailable";
|
|
593
593
|
}>;
|
|
594
594
|
level: z.ZodEnum<{
|
|
@@ -645,14 +645,14 @@ declare const PortalBackendSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
645
645
|
}, z.core.$strict>, z.ZodObject<{
|
|
646
646
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
647
647
|
code: z.ZodEnum<{
|
|
648
|
-
|
|
648
|
+
provider_unavailable: "provider_unavailable";
|
|
649
649
|
capability_denied: "capability_denied";
|
|
650
|
+
approval_required: "approval_required";
|
|
650
651
|
validation_failed: "validation_failed";
|
|
651
|
-
provider_unavailable: "provider_unavailable";
|
|
652
652
|
execution_failed: "execution_failed";
|
|
653
|
-
cancelled: "cancelled";
|
|
654
|
-
timeout: "timeout";
|
|
655
653
|
output_truncated: "output_truncated";
|
|
654
|
+
timeout: "timeout";
|
|
655
|
+
cancelled: "cancelled";
|
|
656
656
|
artifact_unavailable: "artifact_unavailable";
|
|
657
657
|
}>;
|
|
658
658
|
level: z.ZodEnum<{
|
|
@@ -666,29 +666,29 @@ declare const PortalBackendSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
666
666
|
}, z.core.$strict>>>;
|
|
667
667
|
error: z.ZodObject<{
|
|
668
668
|
code: z.ZodEnum<{
|
|
669
|
-
|
|
670
|
-
not_found: "not_found";
|
|
671
|
-
not_authorized: "not_authorized";
|
|
672
|
-
approval_required: "approval_required";
|
|
669
|
+
provider_unavailable: "provider_unavailable";
|
|
673
670
|
capability_denied: "capability_denied";
|
|
671
|
+
approval_required: "approval_required";
|
|
674
672
|
validation_failed: "validation_failed";
|
|
675
|
-
provider_unavailable: "provider_unavailable";
|
|
676
673
|
execution_failed: "execution_failed";
|
|
677
|
-
cancelled: "cancelled";
|
|
678
674
|
timeout: "timeout";
|
|
675
|
+
cancelled: "cancelled";
|
|
676
|
+
invalid_request: "invalid_request";
|
|
677
|
+
not_found: "not_found";
|
|
678
|
+
not_authorized: "not_authorized";
|
|
679
679
|
}>;
|
|
680
680
|
message: z.ZodString;
|
|
681
681
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
682
682
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
683
683
|
code: z.ZodEnum<{
|
|
684
|
-
|
|
684
|
+
provider_unavailable: "provider_unavailable";
|
|
685
685
|
capability_denied: "capability_denied";
|
|
686
|
+
approval_required: "approval_required";
|
|
686
687
|
validation_failed: "validation_failed";
|
|
687
|
-
provider_unavailable: "provider_unavailable";
|
|
688
688
|
execution_failed: "execution_failed";
|
|
689
|
-
cancelled: "cancelled";
|
|
690
|
-
timeout: "timeout";
|
|
691
689
|
output_truncated: "output_truncated";
|
|
690
|
+
timeout: "timeout";
|
|
691
|
+
cancelled: "cancelled";
|
|
692
692
|
artifact_unavailable: "artifact_unavailable";
|
|
693
693
|
}>;
|
|
694
694
|
level: z.ZodEnum<{
|
|
@@ -714,14 +714,14 @@ declare const PortalBackendDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
714
714
|
}, z.core.$strict>>>;
|
|
715
715
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
716
716
|
code: z.ZodEnum<{
|
|
717
|
-
|
|
717
|
+
provider_unavailable: "provider_unavailable";
|
|
718
718
|
capability_denied: "capability_denied";
|
|
719
|
+
approval_required: "approval_required";
|
|
719
720
|
validation_failed: "validation_failed";
|
|
720
|
-
provider_unavailable: "provider_unavailable";
|
|
721
721
|
execution_failed: "execution_failed";
|
|
722
|
-
cancelled: "cancelled";
|
|
723
|
-
timeout: "timeout";
|
|
724
722
|
output_truncated: "output_truncated";
|
|
723
|
+
timeout: "timeout";
|
|
724
|
+
cancelled: "cancelled";
|
|
725
725
|
artifact_unavailable: "artifact_unavailable";
|
|
726
726
|
}>;
|
|
727
727
|
level: z.ZodEnum<{
|
|
@@ -762,14 +762,14 @@ declare const PortalBackendDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
762
762
|
}, z.core.$strict>, z.ZodObject<{
|
|
763
763
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
764
764
|
code: z.ZodEnum<{
|
|
765
|
-
|
|
765
|
+
provider_unavailable: "provider_unavailable";
|
|
766
766
|
capability_denied: "capability_denied";
|
|
767
|
+
approval_required: "approval_required";
|
|
767
768
|
validation_failed: "validation_failed";
|
|
768
|
-
provider_unavailable: "provider_unavailable";
|
|
769
769
|
execution_failed: "execution_failed";
|
|
770
|
-
cancelled: "cancelled";
|
|
771
|
-
timeout: "timeout";
|
|
772
770
|
output_truncated: "output_truncated";
|
|
771
|
+
timeout: "timeout";
|
|
772
|
+
cancelled: "cancelled";
|
|
773
773
|
artifact_unavailable: "artifact_unavailable";
|
|
774
774
|
}>;
|
|
775
775
|
level: z.ZodEnum<{
|
|
@@ -783,29 +783,29 @@ declare const PortalBackendDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
783
783
|
}, z.core.$strict>>>;
|
|
784
784
|
error: z.ZodObject<{
|
|
785
785
|
code: z.ZodEnum<{
|
|
786
|
-
|
|
787
|
-
not_found: "not_found";
|
|
788
|
-
not_authorized: "not_authorized";
|
|
789
|
-
approval_required: "approval_required";
|
|
786
|
+
provider_unavailable: "provider_unavailable";
|
|
790
787
|
capability_denied: "capability_denied";
|
|
788
|
+
approval_required: "approval_required";
|
|
791
789
|
validation_failed: "validation_failed";
|
|
792
|
-
provider_unavailable: "provider_unavailable";
|
|
793
790
|
execution_failed: "execution_failed";
|
|
794
|
-
cancelled: "cancelled";
|
|
795
791
|
timeout: "timeout";
|
|
792
|
+
cancelled: "cancelled";
|
|
793
|
+
invalid_request: "invalid_request";
|
|
794
|
+
not_found: "not_found";
|
|
795
|
+
not_authorized: "not_authorized";
|
|
796
796
|
}>;
|
|
797
797
|
message: z.ZodString;
|
|
798
798
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
799
799
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
800
800
|
code: z.ZodEnum<{
|
|
801
|
-
|
|
801
|
+
provider_unavailable: "provider_unavailable";
|
|
802
802
|
capability_denied: "capability_denied";
|
|
803
|
+
approval_required: "approval_required";
|
|
803
804
|
validation_failed: "validation_failed";
|
|
804
|
-
provider_unavailable: "provider_unavailable";
|
|
805
805
|
execution_failed: "execution_failed";
|
|
806
|
-
cancelled: "cancelled";
|
|
807
|
-
timeout: "timeout";
|
|
808
806
|
output_truncated: "output_truncated";
|
|
807
|
+
timeout: "timeout";
|
|
808
|
+
cancelled: "cancelled";
|
|
809
809
|
artifact_unavailable: "artifact_unavailable";
|
|
810
810
|
}>;
|
|
811
811
|
level: z.ZodEnum<{
|
|
@@ -825,14 +825,14 @@ declare const PortalBackendListResultSchema: z.ZodObject<{
|
|
|
825
825
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
826
826
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
827
827
|
code: z.ZodEnum<{
|
|
828
|
-
|
|
828
|
+
provider_unavailable: "provider_unavailable";
|
|
829
829
|
capability_denied: "capability_denied";
|
|
830
|
+
approval_required: "approval_required";
|
|
830
831
|
validation_failed: "validation_failed";
|
|
831
|
-
provider_unavailable: "provider_unavailable";
|
|
832
832
|
execution_failed: "execution_failed";
|
|
833
|
-
cancelled: "cancelled";
|
|
834
|
-
timeout: "timeout";
|
|
835
833
|
output_truncated: "output_truncated";
|
|
834
|
+
timeout: "timeout";
|
|
835
|
+
cancelled: "cancelled";
|
|
836
836
|
artifact_unavailable: "artifact_unavailable";
|
|
837
837
|
}>;
|
|
838
838
|
level: z.ZodEnum<{
|
|
@@ -854,14 +854,14 @@ declare const PortalBackendListResultSchema: z.ZodObject<{
|
|
|
854
854
|
}, z.core.$strict>>>;
|
|
855
855
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
856
856
|
code: z.ZodEnum<{
|
|
857
|
-
|
|
857
|
+
provider_unavailable: "provider_unavailable";
|
|
858
858
|
capability_denied: "capability_denied";
|
|
859
|
+
approval_required: "approval_required";
|
|
859
860
|
validation_failed: "validation_failed";
|
|
860
|
-
provider_unavailable: "provider_unavailable";
|
|
861
861
|
execution_failed: "execution_failed";
|
|
862
|
-
cancelled: "cancelled";
|
|
863
|
-
timeout: "timeout";
|
|
864
862
|
output_truncated: "output_truncated";
|
|
863
|
+
timeout: "timeout";
|
|
864
|
+
cancelled: "cancelled";
|
|
865
865
|
artifact_unavailable: "artifact_unavailable";
|
|
866
866
|
}>;
|
|
867
867
|
level: z.ZodEnum<{
|
|
@@ -916,14 +916,14 @@ declare const PortalBackendListResultSchema: z.ZodObject<{
|
|
|
916
916
|
}, z.core.$strict>, z.ZodObject<{
|
|
917
917
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
918
918
|
code: z.ZodEnum<{
|
|
919
|
-
|
|
919
|
+
provider_unavailable: "provider_unavailable";
|
|
920
920
|
capability_denied: "capability_denied";
|
|
921
|
+
approval_required: "approval_required";
|
|
921
922
|
validation_failed: "validation_failed";
|
|
922
|
-
provider_unavailable: "provider_unavailable";
|
|
923
923
|
execution_failed: "execution_failed";
|
|
924
|
-
cancelled: "cancelled";
|
|
925
|
-
timeout: "timeout";
|
|
926
924
|
output_truncated: "output_truncated";
|
|
925
|
+
timeout: "timeout";
|
|
926
|
+
cancelled: "cancelled";
|
|
927
927
|
artifact_unavailable: "artifact_unavailable";
|
|
928
928
|
}>;
|
|
929
929
|
level: z.ZodEnum<{
|
|
@@ -937,29 +937,29 @@ declare const PortalBackendListResultSchema: z.ZodObject<{
|
|
|
937
937
|
}, z.core.$strict>>>;
|
|
938
938
|
error: z.ZodObject<{
|
|
939
939
|
code: z.ZodEnum<{
|
|
940
|
-
|
|
941
|
-
not_found: "not_found";
|
|
942
|
-
not_authorized: "not_authorized";
|
|
943
|
-
approval_required: "approval_required";
|
|
940
|
+
provider_unavailable: "provider_unavailable";
|
|
944
941
|
capability_denied: "capability_denied";
|
|
942
|
+
approval_required: "approval_required";
|
|
945
943
|
validation_failed: "validation_failed";
|
|
946
|
-
provider_unavailable: "provider_unavailable";
|
|
947
944
|
execution_failed: "execution_failed";
|
|
948
|
-
cancelled: "cancelled";
|
|
949
945
|
timeout: "timeout";
|
|
946
|
+
cancelled: "cancelled";
|
|
947
|
+
invalid_request: "invalid_request";
|
|
948
|
+
not_found: "not_found";
|
|
949
|
+
not_authorized: "not_authorized";
|
|
950
950
|
}>;
|
|
951
951
|
message: z.ZodString;
|
|
952
952
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
953
953
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
954
954
|
code: z.ZodEnum<{
|
|
955
|
-
|
|
955
|
+
provider_unavailable: "provider_unavailable";
|
|
956
956
|
capability_denied: "capability_denied";
|
|
957
|
+
approval_required: "approval_required";
|
|
957
958
|
validation_failed: "validation_failed";
|
|
958
|
-
provider_unavailable: "provider_unavailable";
|
|
959
959
|
execution_failed: "execution_failed";
|
|
960
|
-
cancelled: "cancelled";
|
|
961
|
-
timeout: "timeout";
|
|
962
960
|
output_truncated: "output_truncated";
|
|
961
|
+
timeout: "timeout";
|
|
962
|
+
cancelled: "cancelled";
|
|
963
963
|
artifact_unavailable: "artifact_unavailable";
|
|
964
964
|
}>;
|
|
965
965
|
level: z.ZodEnum<{
|
|
@@ -982,14 +982,14 @@ declare const PortalBackendSearchResultSchema: z.ZodObject<{
|
|
|
982
982
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
983
983
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
984
984
|
code: z.ZodEnum<{
|
|
985
|
-
|
|
985
|
+
provider_unavailable: "provider_unavailable";
|
|
986
986
|
capability_denied: "capability_denied";
|
|
987
|
+
approval_required: "approval_required";
|
|
987
988
|
validation_failed: "validation_failed";
|
|
988
|
-
provider_unavailable: "provider_unavailable";
|
|
989
989
|
execution_failed: "execution_failed";
|
|
990
|
-
cancelled: "cancelled";
|
|
991
|
-
timeout: "timeout";
|
|
992
990
|
output_truncated: "output_truncated";
|
|
991
|
+
timeout: "timeout";
|
|
992
|
+
cancelled: "cancelled";
|
|
993
993
|
artifact_unavailable: "artifact_unavailable";
|
|
994
994
|
}>;
|
|
995
995
|
level: z.ZodEnum<{
|
|
@@ -1011,14 +1011,14 @@ declare const PortalBackendSearchResultSchema: z.ZodObject<{
|
|
|
1011
1011
|
}, z.core.$strict>>>;
|
|
1012
1012
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1013
1013
|
code: z.ZodEnum<{
|
|
1014
|
-
|
|
1014
|
+
provider_unavailable: "provider_unavailable";
|
|
1015
1015
|
capability_denied: "capability_denied";
|
|
1016
|
+
approval_required: "approval_required";
|
|
1016
1017
|
validation_failed: "validation_failed";
|
|
1017
|
-
provider_unavailable: "provider_unavailable";
|
|
1018
1018
|
execution_failed: "execution_failed";
|
|
1019
|
-
cancelled: "cancelled";
|
|
1020
|
-
timeout: "timeout";
|
|
1021
1019
|
output_truncated: "output_truncated";
|
|
1020
|
+
timeout: "timeout";
|
|
1021
|
+
cancelled: "cancelled";
|
|
1022
1022
|
artifact_unavailable: "artifact_unavailable";
|
|
1023
1023
|
}>;
|
|
1024
1024
|
level: z.ZodEnum<{
|
|
@@ -1075,14 +1075,14 @@ declare const PortalBackendSearchResultSchema: z.ZodObject<{
|
|
|
1075
1075
|
}, z.core.$strict>, z.ZodObject<{
|
|
1076
1076
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1077
1077
|
code: z.ZodEnum<{
|
|
1078
|
-
|
|
1078
|
+
provider_unavailable: "provider_unavailable";
|
|
1079
1079
|
capability_denied: "capability_denied";
|
|
1080
|
+
approval_required: "approval_required";
|
|
1080
1081
|
validation_failed: "validation_failed";
|
|
1081
|
-
provider_unavailable: "provider_unavailable";
|
|
1082
1082
|
execution_failed: "execution_failed";
|
|
1083
|
-
cancelled: "cancelled";
|
|
1084
|
-
timeout: "timeout";
|
|
1085
1083
|
output_truncated: "output_truncated";
|
|
1084
|
+
timeout: "timeout";
|
|
1085
|
+
cancelled: "cancelled";
|
|
1086
1086
|
artifact_unavailable: "artifact_unavailable";
|
|
1087
1087
|
}>;
|
|
1088
1088
|
level: z.ZodEnum<{
|
|
@@ -1096,29 +1096,29 @@ declare const PortalBackendSearchResultSchema: z.ZodObject<{
|
|
|
1096
1096
|
}, z.core.$strict>>>;
|
|
1097
1097
|
error: z.ZodObject<{
|
|
1098
1098
|
code: z.ZodEnum<{
|
|
1099
|
-
|
|
1100
|
-
not_found: "not_found";
|
|
1101
|
-
not_authorized: "not_authorized";
|
|
1102
|
-
approval_required: "approval_required";
|
|
1099
|
+
provider_unavailable: "provider_unavailable";
|
|
1103
1100
|
capability_denied: "capability_denied";
|
|
1101
|
+
approval_required: "approval_required";
|
|
1104
1102
|
validation_failed: "validation_failed";
|
|
1105
|
-
provider_unavailable: "provider_unavailable";
|
|
1106
1103
|
execution_failed: "execution_failed";
|
|
1107
|
-
cancelled: "cancelled";
|
|
1108
1104
|
timeout: "timeout";
|
|
1105
|
+
cancelled: "cancelled";
|
|
1106
|
+
invalid_request: "invalid_request";
|
|
1107
|
+
not_found: "not_found";
|
|
1108
|
+
not_authorized: "not_authorized";
|
|
1109
1109
|
}>;
|
|
1110
1110
|
message: z.ZodString;
|
|
1111
1111
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1112
1112
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1113
1113
|
code: z.ZodEnum<{
|
|
1114
|
-
|
|
1114
|
+
provider_unavailable: "provider_unavailable";
|
|
1115
1115
|
capability_denied: "capability_denied";
|
|
1116
|
+
approval_required: "approval_required";
|
|
1116
1117
|
validation_failed: "validation_failed";
|
|
1117
|
-
provider_unavailable: "provider_unavailable";
|
|
1118
1118
|
execution_failed: "execution_failed";
|
|
1119
|
-
cancelled: "cancelled";
|
|
1120
|
-
timeout: "timeout";
|
|
1121
1119
|
output_truncated: "output_truncated";
|
|
1120
|
+
timeout: "timeout";
|
|
1121
|
+
cancelled: "cancelled";
|
|
1122
1122
|
artifact_unavailable: "artifact_unavailable";
|
|
1123
1123
|
}>;
|
|
1124
1124
|
level: z.ZodEnum<{
|
|
@@ -1141,14 +1141,14 @@ declare const PortalBackendDescribeResultSchema: z.ZodObject<{
|
|
|
1141
1141
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
1142
1142
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1143
1143
|
code: z.ZodEnum<{
|
|
1144
|
-
|
|
1144
|
+
provider_unavailable: "provider_unavailable";
|
|
1145
1145
|
capability_denied: "capability_denied";
|
|
1146
|
+
approval_required: "approval_required";
|
|
1146
1147
|
validation_failed: "validation_failed";
|
|
1147
|
-
provider_unavailable: "provider_unavailable";
|
|
1148
1148
|
execution_failed: "execution_failed";
|
|
1149
|
-
cancelled: "cancelled";
|
|
1150
|
-
timeout: "timeout";
|
|
1151
1149
|
output_truncated: "output_truncated";
|
|
1150
|
+
timeout: "timeout";
|
|
1151
|
+
cancelled: "cancelled";
|
|
1152
1152
|
artifact_unavailable: "artifact_unavailable";
|
|
1153
1153
|
}>;
|
|
1154
1154
|
level: z.ZodEnum<{
|
|
@@ -1170,14 +1170,14 @@ declare const PortalBackendDescribeResultSchema: z.ZodObject<{
|
|
|
1170
1170
|
}, z.core.$strict>>>;
|
|
1171
1171
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1172
1172
|
code: z.ZodEnum<{
|
|
1173
|
-
|
|
1173
|
+
provider_unavailable: "provider_unavailable";
|
|
1174
1174
|
capability_denied: "capability_denied";
|
|
1175
|
+
approval_required: "approval_required";
|
|
1175
1176
|
validation_failed: "validation_failed";
|
|
1176
|
-
provider_unavailable: "provider_unavailable";
|
|
1177
1177
|
execution_failed: "execution_failed";
|
|
1178
|
-
cancelled: "cancelled";
|
|
1179
|
-
timeout: "timeout";
|
|
1180
1178
|
output_truncated: "output_truncated";
|
|
1179
|
+
timeout: "timeout";
|
|
1180
|
+
cancelled: "cancelled";
|
|
1181
1181
|
artifact_unavailable: "artifact_unavailable";
|
|
1182
1182
|
}>;
|
|
1183
1183
|
level: z.ZodEnum<{
|
|
@@ -1218,14 +1218,14 @@ declare const PortalBackendDescribeResultSchema: z.ZodObject<{
|
|
|
1218
1218
|
}, z.core.$strict>, z.ZodObject<{
|
|
1219
1219
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1220
1220
|
code: z.ZodEnum<{
|
|
1221
|
-
|
|
1221
|
+
provider_unavailable: "provider_unavailable";
|
|
1222
1222
|
capability_denied: "capability_denied";
|
|
1223
|
+
approval_required: "approval_required";
|
|
1223
1224
|
validation_failed: "validation_failed";
|
|
1224
|
-
provider_unavailable: "provider_unavailable";
|
|
1225
1225
|
execution_failed: "execution_failed";
|
|
1226
|
-
cancelled: "cancelled";
|
|
1227
|
-
timeout: "timeout";
|
|
1228
1226
|
output_truncated: "output_truncated";
|
|
1227
|
+
timeout: "timeout";
|
|
1228
|
+
cancelled: "cancelled";
|
|
1229
1229
|
artifact_unavailable: "artifact_unavailable";
|
|
1230
1230
|
}>;
|
|
1231
1231
|
level: z.ZodEnum<{
|
|
@@ -1239,29 +1239,29 @@ declare const PortalBackendDescribeResultSchema: z.ZodObject<{
|
|
|
1239
1239
|
}, z.core.$strict>>>;
|
|
1240
1240
|
error: z.ZodObject<{
|
|
1241
1241
|
code: z.ZodEnum<{
|
|
1242
|
-
|
|
1243
|
-
not_found: "not_found";
|
|
1244
|
-
not_authorized: "not_authorized";
|
|
1245
|
-
approval_required: "approval_required";
|
|
1242
|
+
provider_unavailable: "provider_unavailable";
|
|
1246
1243
|
capability_denied: "capability_denied";
|
|
1244
|
+
approval_required: "approval_required";
|
|
1247
1245
|
validation_failed: "validation_failed";
|
|
1248
|
-
provider_unavailable: "provider_unavailable";
|
|
1249
1246
|
execution_failed: "execution_failed";
|
|
1250
|
-
cancelled: "cancelled";
|
|
1251
1247
|
timeout: "timeout";
|
|
1248
|
+
cancelled: "cancelled";
|
|
1249
|
+
invalid_request: "invalid_request";
|
|
1250
|
+
not_found: "not_found";
|
|
1251
|
+
not_authorized: "not_authorized";
|
|
1252
1252
|
}>;
|
|
1253
1253
|
message: z.ZodString;
|
|
1254
1254
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1255
1255
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1256
1256
|
code: z.ZodEnum<{
|
|
1257
|
-
|
|
1257
|
+
provider_unavailable: "provider_unavailable";
|
|
1258
1258
|
capability_denied: "capability_denied";
|
|
1259
|
+
approval_required: "approval_required";
|
|
1259
1260
|
validation_failed: "validation_failed";
|
|
1260
|
-
provider_unavailable: "provider_unavailable";
|
|
1261
1261
|
execution_failed: "execution_failed";
|
|
1262
|
-
cancelled: "cancelled";
|
|
1263
|
-
timeout: "timeout";
|
|
1264
1262
|
output_truncated: "output_truncated";
|
|
1263
|
+
timeout: "timeout";
|
|
1264
|
+
cancelled: "cancelled";
|
|
1265
1265
|
artifact_unavailable: "artifact_unavailable";
|
|
1266
1266
|
}>;
|
|
1267
1267
|
level: z.ZodEnum<{
|
|
@@ -1290,14 +1290,14 @@ declare const PortalListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1290
1290
|
}, z.core.$strict>>>;
|
|
1291
1291
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1292
1292
|
code: z.ZodEnum<{
|
|
1293
|
-
|
|
1293
|
+
provider_unavailable: "provider_unavailable";
|
|
1294
1294
|
capability_denied: "capability_denied";
|
|
1295
|
+
approval_required: "approval_required";
|
|
1295
1296
|
validation_failed: "validation_failed";
|
|
1296
|
-
provider_unavailable: "provider_unavailable";
|
|
1297
1297
|
execution_failed: "execution_failed";
|
|
1298
|
-
cancelled: "cancelled";
|
|
1299
|
-
timeout: "timeout";
|
|
1300
1298
|
output_truncated: "output_truncated";
|
|
1299
|
+
timeout: "timeout";
|
|
1300
|
+
cancelled: "cancelled";
|
|
1301
1301
|
artifact_unavailable: "artifact_unavailable";
|
|
1302
1302
|
}>;
|
|
1303
1303
|
level: z.ZodEnum<{
|
|
@@ -1356,14 +1356,14 @@ declare const PortalListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1356
1356
|
}, z.core.$strict>, z.ZodObject<{
|
|
1357
1357
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1358
1358
|
code: z.ZodEnum<{
|
|
1359
|
-
|
|
1359
|
+
provider_unavailable: "provider_unavailable";
|
|
1360
1360
|
capability_denied: "capability_denied";
|
|
1361
|
+
approval_required: "approval_required";
|
|
1361
1362
|
validation_failed: "validation_failed";
|
|
1362
|
-
provider_unavailable: "provider_unavailable";
|
|
1363
1363
|
execution_failed: "execution_failed";
|
|
1364
|
-
cancelled: "cancelled";
|
|
1365
|
-
timeout: "timeout";
|
|
1366
1364
|
output_truncated: "output_truncated";
|
|
1365
|
+
timeout: "timeout";
|
|
1366
|
+
cancelled: "cancelled";
|
|
1367
1367
|
artifact_unavailable: "artifact_unavailable";
|
|
1368
1368
|
}>;
|
|
1369
1369
|
level: z.ZodEnum<{
|
|
@@ -1377,29 +1377,29 @@ declare const PortalListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
1377
1377
|
}, z.core.$strict>>>;
|
|
1378
1378
|
error: z.ZodObject<{
|
|
1379
1379
|
code: z.ZodEnum<{
|
|
1380
|
-
|
|
1381
|
-
not_found: "not_found";
|
|
1382
|
-
not_authorized: "not_authorized";
|
|
1383
|
-
approval_required: "approval_required";
|
|
1380
|
+
provider_unavailable: "provider_unavailable";
|
|
1384
1381
|
capability_denied: "capability_denied";
|
|
1382
|
+
approval_required: "approval_required";
|
|
1385
1383
|
validation_failed: "validation_failed";
|
|
1386
|
-
provider_unavailable: "provider_unavailable";
|
|
1387
1384
|
execution_failed: "execution_failed";
|
|
1388
|
-
cancelled: "cancelled";
|
|
1389
1385
|
timeout: "timeout";
|
|
1386
|
+
cancelled: "cancelled";
|
|
1387
|
+
invalid_request: "invalid_request";
|
|
1388
|
+
not_found: "not_found";
|
|
1389
|
+
not_authorized: "not_authorized";
|
|
1390
1390
|
}>;
|
|
1391
1391
|
message: z.ZodString;
|
|
1392
1392
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1393
1393
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1394
1394
|
code: z.ZodEnum<{
|
|
1395
|
-
|
|
1395
|
+
provider_unavailable: "provider_unavailable";
|
|
1396
1396
|
capability_denied: "capability_denied";
|
|
1397
|
+
approval_required: "approval_required";
|
|
1397
1398
|
validation_failed: "validation_failed";
|
|
1398
|
-
provider_unavailable: "provider_unavailable";
|
|
1399
1399
|
execution_failed: "execution_failed";
|
|
1400
|
-
cancelled: "cancelled";
|
|
1401
|
-
timeout: "timeout";
|
|
1402
1400
|
output_truncated: "output_truncated";
|
|
1401
|
+
timeout: "timeout";
|
|
1402
|
+
cancelled: "cancelled";
|
|
1403
1403
|
artifact_unavailable: "artifact_unavailable";
|
|
1404
1404
|
}>;
|
|
1405
1405
|
level: z.ZodEnum<{
|
|
@@ -1425,14 +1425,14 @@ declare const PortalSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
1425
1425
|
}, z.core.$strict>>>;
|
|
1426
1426
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1427
1427
|
code: z.ZodEnum<{
|
|
1428
|
-
|
|
1428
|
+
provider_unavailable: "provider_unavailable";
|
|
1429
1429
|
capability_denied: "capability_denied";
|
|
1430
|
+
approval_required: "approval_required";
|
|
1430
1431
|
validation_failed: "validation_failed";
|
|
1431
|
-
provider_unavailable: "provider_unavailable";
|
|
1432
1432
|
execution_failed: "execution_failed";
|
|
1433
|
-
cancelled: "cancelled";
|
|
1434
|
-
timeout: "timeout";
|
|
1435
1433
|
output_truncated: "output_truncated";
|
|
1434
|
+
timeout: "timeout";
|
|
1435
|
+
cancelled: "cancelled";
|
|
1436
1436
|
artifact_unavailable: "artifact_unavailable";
|
|
1437
1437
|
}>;
|
|
1438
1438
|
level: z.ZodEnum<{
|
|
@@ -1493,14 +1493,14 @@ declare const PortalSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
1493
1493
|
}, z.core.$strict>, z.ZodObject<{
|
|
1494
1494
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1495
1495
|
code: z.ZodEnum<{
|
|
1496
|
-
|
|
1496
|
+
provider_unavailable: "provider_unavailable";
|
|
1497
1497
|
capability_denied: "capability_denied";
|
|
1498
|
+
approval_required: "approval_required";
|
|
1498
1499
|
validation_failed: "validation_failed";
|
|
1499
|
-
provider_unavailable: "provider_unavailable";
|
|
1500
1500
|
execution_failed: "execution_failed";
|
|
1501
|
-
cancelled: "cancelled";
|
|
1502
|
-
timeout: "timeout";
|
|
1503
1501
|
output_truncated: "output_truncated";
|
|
1502
|
+
timeout: "timeout";
|
|
1503
|
+
cancelled: "cancelled";
|
|
1504
1504
|
artifact_unavailable: "artifact_unavailable";
|
|
1505
1505
|
}>;
|
|
1506
1506
|
level: z.ZodEnum<{
|
|
@@ -1514,29 +1514,29 @@ declare const PortalSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
1514
1514
|
}, z.core.$strict>>>;
|
|
1515
1515
|
error: z.ZodObject<{
|
|
1516
1516
|
code: z.ZodEnum<{
|
|
1517
|
-
|
|
1518
|
-
not_found: "not_found";
|
|
1519
|
-
not_authorized: "not_authorized";
|
|
1520
|
-
approval_required: "approval_required";
|
|
1517
|
+
provider_unavailable: "provider_unavailable";
|
|
1521
1518
|
capability_denied: "capability_denied";
|
|
1519
|
+
approval_required: "approval_required";
|
|
1522
1520
|
validation_failed: "validation_failed";
|
|
1523
|
-
provider_unavailable: "provider_unavailable";
|
|
1524
1521
|
execution_failed: "execution_failed";
|
|
1525
|
-
cancelled: "cancelled";
|
|
1526
1522
|
timeout: "timeout";
|
|
1523
|
+
cancelled: "cancelled";
|
|
1524
|
+
invalid_request: "invalid_request";
|
|
1525
|
+
not_found: "not_found";
|
|
1526
|
+
not_authorized: "not_authorized";
|
|
1527
1527
|
}>;
|
|
1528
1528
|
message: z.ZodString;
|
|
1529
1529
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1530
1530
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1531
1531
|
code: z.ZodEnum<{
|
|
1532
|
-
|
|
1532
|
+
provider_unavailable: "provider_unavailable";
|
|
1533
1533
|
capability_denied: "capability_denied";
|
|
1534
|
+
approval_required: "approval_required";
|
|
1534
1535
|
validation_failed: "validation_failed";
|
|
1535
|
-
provider_unavailable: "provider_unavailable";
|
|
1536
1536
|
execution_failed: "execution_failed";
|
|
1537
|
-
cancelled: "cancelled";
|
|
1538
|
-
timeout: "timeout";
|
|
1539
1537
|
output_truncated: "output_truncated";
|
|
1538
|
+
timeout: "timeout";
|
|
1539
|
+
cancelled: "cancelled";
|
|
1540
1540
|
artifact_unavailable: "artifact_unavailable";
|
|
1541
1541
|
}>;
|
|
1542
1542
|
level: z.ZodEnum<{
|
|
@@ -1562,14 +1562,14 @@ declare const PortalDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
1562
1562
|
}, z.core.$strict>>>;
|
|
1563
1563
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1564
1564
|
code: z.ZodEnum<{
|
|
1565
|
-
|
|
1565
|
+
provider_unavailable: "provider_unavailable";
|
|
1566
1566
|
capability_denied: "capability_denied";
|
|
1567
|
+
approval_required: "approval_required";
|
|
1567
1568
|
validation_failed: "validation_failed";
|
|
1568
|
-
provider_unavailable: "provider_unavailable";
|
|
1569
1569
|
execution_failed: "execution_failed";
|
|
1570
|
-
cancelled: "cancelled";
|
|
1571
|
-
timeout: "timeout";
|
|
1572
1570
|
output_truncated: "output_truncated";
|
|
1571
|
+
timeout: "timeout";
|
|
1572
|
+
cancelled: "cancelled";
|
|
1573
1573
|
artifact_unavailable: "artifact_unavailable";
|
|
1574
1574
|
}>;
|
|
1575
1575
|
level: z.ZodEnum<{
|
|
@@ -1614,14 +1614,14 @@ declare const PortalDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
1614
1614
|
}, z.core.$strict>, z.ZodObject<{
|
|
1615
1615
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1616
1616
|
code: z.ZodEnum<{
|
|
1617
|
-
|
|
1617
|
+
provider_unavailable: "provider_unavailable";
|
|
1618
1618
|
capability_denied: "capability_denied";
|
|
1619
|
+
approval_required: "approval_required";
|
|
1619
1620
|
validation_failed: "validation_failed";
|
|
1620
|
-
provider_unavailable: "provider_unavailable";
|
|
1621
1621
|
execution_failed: "execution_failed";
|
|
1622
|
-
cancelled: "cancelled";
|
|
1623
|
-
timeout: "timeout";
|
|
1624
1622
|
output_truncated: "output_truncated";
|
|
1623
|
+
timeout: "timeout";
|
|
1624
|
+
cancelled: "cancelled";
|
|
1625
1625
|
artifact_unavailable: "artifact_unavailable";
|
|
1626
1626
|
}>;
|
|
1627
1627
|
level: z.ZodEnum<{
|
|
@@ -1635,29 +1635,29 @@ declare const PortalDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
1635
1635
|
}, z.core.$strict>>>;
|
|
1636
1636
|
error: z.ZodObject<{
|
|
1637
1637
|
code: z.ZodEnum<{
|
|
1638
|
-
|
|
1639
|
-
not_found: "not_found";
|
|
1640
|
-
not_authorized: "not_authorized";
|
|
1641
|
-
approval_required: "approval_required";
|
|
1638
|
+
provider_unavailable: "provider_unavailable";
|
|
1642
1639
|
capability_denied: "capability_denied";
|
|
1640
|
+
approval_required: "approval_required";
|
|
1643
1641
|
validation_failed: "validation_failed";
|
|
1644
|
-
provider_unavailable: "provider_unavailable";
|
|
1645
1642
|
execution_failed: "execution_failed";
|
|
1646
|
-
cancelled: "cancelled";
|
|
1647
1643
|
timeout: "timeout";
|
|
1644
|
+
cancelled: "cancelled";
|
|
1645
|
+
invalid_request: "invalid_request";
|
|
1646
|
+
not_found: "not_found";
|
|
1647
|
+
not_authorized: "not_authorized";
|
|
1648
1648
|
}>;
|
|
1649
1649
|
message: z.ZodString;
|
|
1650
1650
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1651
1651
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1652
1652
|
code: z.ZodEnum<{
|
|
1653
|
-
|
|
1653
|
+
provider_unavailable: "provider_unavailable";
|
|
1654
1654
|
capability_denied: "capability_denied";
|
|
1655
|
+
approval_required: "approval_required";
|
|
1655
1656
|
validation_failed: "validation_failed";
|
|
1656
|
-
provider_unavailable: "provider_unavailable";
|
|
1657
1657
|
execution_failed: "execution_failed";
|
|
1658
|
-
cancelled: "cancelled";
|
|
1659
|
-
timeout: "timeout";
|
|
1660
1658
|
output_truncated: "output_truncated";
|
|
1659
|
+
timeout: "timeout";
|
|
1660
|
+
cancelled: "cancelled";
|
|
1661
1661
|
artifact_unavailable: "artifact_unavailable";
|
|
1662
1662
|
}>;
|
|
1663
1663
|
level: z.ZodEnum<{
|
|
@@ -1677,14 +1677,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
1677
1677
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
1678
1678
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1679
1679
|
code: z.ZodEnum<{
|
|
1680
|
-
|
|
1680
|
+
provider_unavailable: "provider_unavailable";
|
|
1681
1681
|
capability_denied: "capability_denied";
|
|
1682
|
+
approval_required: "approval_required";
|
|
1682
1683
|
validation_failed: "validation_failed";
|
|
1683
|
-
provider_unavailable: "provider_unavailable";
|
|
1684
1684
|
execution_failed: "execution_failed";
|
|
1685
|
-
cancelled: "cancelled";
|
|
1686
|
-
timeout: "timeout";
|
|
1687
1685
|
output_truncated: "output_truncated";
|
|
1686
|
+
timeout: "timeout";
|
|
1687
|
+
cancelled: "cancelled";
|
|
1688
1688
|
artifact_unavailable: "artifact_unavailable";
|
|
1689
1689
|
}>;
|
|
1690
1690
|
level: z.ZodEnum<{
|
|
@@ -1706,14 +1706,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
1706
1706
|
}, z.core.$strict>>>;
|
|
1707
1707
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1708
1708
|
code: z.ZodEnum<{
|
|
1709
|
-
|
|
1709
|
+
provider_unavailable: "provider_unavailable";
|
|
1710
1710
|
capability_denied: "capability_denied";
|
|
1711
|
+
approval_required: "approval_required";
|
|
1711
1712
|
validation_failed: "validation_failed";
|
|
1712
|
-
provider_unavailable: "provider_unavailable";
|
|
1713
1713
|
execution_failed: "execution_failed";
|
|
1714
|
-
cancelled: "cancelled";
|
|
1715
|
-
timeout: "timeout";
|
|
1716
1714
|
output_truncated: "output_truncated";
|
|
1715
|
+
timeout: "timeout";
|
|
1716
|
+
cancelled: "cancelled";
|
|
1717
1717
|
artifact_unavailable: "artifact_unavailable";
|
|
1718
1718
|
}>;
|
|
1719
1719
|
level: z.ZodEnum<{
|
|
@@ -1743,14 +1743,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
1743
1743
|
}, z.core.$strict>, z.ZodObject<{
|
|
1744
1744
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1745
1745
|
code: z.ZodEnum<{
|
|
1746
|
-
|
|
1746
|
+
provider_unavailable: "provider_unavailable";
|
|
1747
1747
|
capability_denied: "capability_denied";
|
|
1748
|
+
approval_required: "approval_required";
|
|
1748
1749
|
validation_failed: "validation_failed";
|
|
1749
|
-
provider_unavailable: "provider_unavailable";
|
|
1750
1750
|
execution_failed: "execution_failed";
|
|
1751
|
-
cancelled: "cancelled";
|
|
1752
|
-
timeout: "timeout";
|
|
1753
1751
|
output_truncated: "output_truncated";
|
|
1752
|
+
timeout: "timeout";
|
|
1753
|
+
cancelled: "cancelled";
|
|
1754
1754
|
artifact_unavailable: "artifact_unavailable";
|
|
1755
1755
|
}>;
|
|
1756
1756
|
level: z.ZodEnum<{
|
|
@@ -1764,29 +1764,29 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
1764
1764
|
}, z.core.$strict>>>;
|
|
1765
1765
|
error: z.ZodObject<{
|
|
1766
1766
|
code: z.ZodEnum<{
|
|
1767
|
-
|
|
1768
|
-
not_found: "not_found";
|
|
1769
|
-
not_authorized: "not_authorized";
|
|
1770
|
-
approval_required: "approval_required";
|
|
1767
|
+
provider_unavailable: "provider_unavailable";
|
|
1771
1768
|
capability_denied: "capability_denied";
|
|
1769
|
+
approval_required: "approval_required";
|
|
1772
1770
|
validation_failed: "validation_failed";
|
|
1773
|
-
provider_unavailable: "provider_unavailable";
|
|
1774
1771
|
execution_failed: "execution_failed";
|
|
1775
|
-
cancelled: "cancelled";
|
|
1776
1772
|
timeout: "timeout";
|
|
1773
|
+
cancelled: "cancelled";
|
|
1774
|
+
invalid_request: "invalid_request";
|
|
1775
|
+
not_found: "not_found";
|
|
1776
|
+
not_authorized: "not_authorized";
|
|
1777
1777
|
}>;
|
|
1778
1778
|
message: z.ZodString;
|
|
1779
1779
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1780
1780
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1781
1781
|
code: z.ZodEnum<{
|
|
1782
|
-
|
|
1782
|
+
provider_unavailable: "provider_unavailable";
|
|
1783
1783
|
capability_denied: "capability_denied";
|
|
1784
|
+
approval_required: "approval_required";
|
|
1784
1785
|
validation_failed: "validation_failed";
|
|
1785
|
-
provider_unavailable: "provider_unavailable";
|
|
1786
1786
|
execution_failed: "execution_failed";
|
|
1787
|
-
cancelled: "cancelled";
|
|
1788
|
-
timeout: "timeout";
|
|
1789
1787
|
output_truncated: "output_truncated";
|
|
1788
|
+
timeout: "timeout";
|
|
1789
|
+
cancelled: "cancelled";
|
|
1790
1790
|
artifact_unavailable: "artifact_unavailable";
|
|
1791
1791
|
}>;
|
|
1792
1792
|
level: z.ZodEnum<{
|
|
@@ -1843,14 +1843,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
1843
1843
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1844
1844
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1845
1845
|
code: z.ZodEnum<{
|
|
1846
|
-
|
|
1846
|
+
provider_unavailable: "provider_unavailable";
|
|
1847
1847
|
capability_denied: "capability_denied";
|
|
1848
|
+
approval_required: "approval_required";
|
|
1848
1849
|
validation_failed: "validation_failed";
|
|
1849
|
-
provider_unavailable: "provider_unavailable";
|
|
1850
1850
|
execution_failed: "execution_failed";
|
|
1851
|
-
cancelled: "cancelled";
|
|
1852
|
-
timeout: "timeout";
|
|
1853
1851
|
output_truncated: "output_truncated";
|
|
1852
|
+
timeout: "timeout";
|
|
1853
|
+
cancelled: "cancelled";
|
|
1854
1854
|
artifact_unavailable: "artifact_unavailable";
|
|
1855
1855
|
}>;
|
|
1856
1856
|
level: z.ZodEnum<{
|
|
@@ -1881,14 +1881,14 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
1881
1881
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
1882
1882
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1883
1883
|
code: z.ZodEnum<{
|
|
1884
|
-
|
|
1884
|
+
provider_unavailable: "provider_unavailable";
|
|
1885
1885
|
capability_denied: "capability_denied";
|
|
1886
|
+
approval_required: "approval_required";
|
|
1886
1887
|
validation_failed: "validation_failed";
|
|
1887
|
-
provider_unavailable: "provider_unavailable";
|
|
1888
1888
|
execution_failed: "execution_failed";
|
|
1889
|
-
cancelled: "cancelled";
|
|
1890
|
-
timeout: "timeout";
|
|
1891
1889
|
output_truncated: "output_truncated";
|
|
1890
|
+
timeout: "timeout";
|
|
1891
|
+
cancelled: "cancelled";
|
|
1892
1892
|
artifact_unavailable: "artifact_unavailable";
|
|
1893
1893
|
}>;
|
|
1894
1894
|
level: z.ZodEnum<{
|
|
@@ -1910,14 +1910,14 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
1910
1910
|
}, z.core.$strict>>>;
|
|
1911
1911
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1912
1912
|
code: z.ZodEnum<{
|
|
1913
|
-
|
|
1913
|
+
provider_unavailable: "provider_unavailable";
|
|
1914
1914
|
capability_denied: "capability_denied";
|
|
1915
|
+
approval_required: "approval_required";
|
|
1915
1916
|
validation_failed: "validation_failed";
|
|
1916
|
-
provider_unavailable: "provider_unavailable";
|
|
1917
1917
|
execution_failed: "execution_failed";
|
|
1918
|
-
cancelled: "cancelled";
|
|
1919
|
-
timeout: "timeout";
|
|
1920
1918
|
output_truncated: "output_truncated";
|
|
1919
|
+
timeout: "timeout";
|
|
1920
|
+
cancelled: "cancelled";
|
|
1921
1921
|
artifact_unavailable: "artifact_unavailable";
|
|
1922
1922
|
}>;
|
|
1923
1923
|
level: z.ZodEnum<{
|
|
@@ -1976,14 +1976,14 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
1976
1976
|
}, z.core.$strict>, z.ZodObject<{
|
|
1977
1977
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1978
1978
|
code: z.ZodEnum<{
|
|
1979
|
-
|
|
1979
|
+
provider_unavailable: "provider_unavailable";
|
|
1980
1980
|
capability_denied: "capability_denied";
|
|
1981
|
+
approval_required: "approval_required";
|
|
1981
1982
|
validation_failed: "validation_failed";
|
|
1982
|
-
provider_unavailable: "provider_unavailable";
|
|
1983
1983
|
execution_failed: "execution_failed";
|
|
1984
|
-
cancelled: "cancelled";
|
|
1985
|
-
timeout: "timeout";
|
|
1986
1984
|
output_truncated: "output_truncated";
|
|
1985
|
+
timeout: "timeout";
|
|
1986
|
+
cancelled: "cancelled";
|
|
1987
1987
|
artifact_unavailable: "artifact_unavailable";
|
|
1988
1988
|
}>;
|
|
1989
1989
|
level: z.ZodEnum<{
|
|
@@ -1997,29 +1997,29 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
1997
1997
|
}, z.core.$strict>>>;
|
|
1998
1998
|
error: z.ZodObject<{
|
|
1999
1999
|
code: z.ZodEnum<{
|
|
2000
|
-
|
|
2001
|
-
not_found: "not_found";
|
|
2002
|
-
not_authorized: "not_authorized";
|
|
2003
|
-
approval_required: "approval_required";
|
|
2000
|
+
provider_unavailable: "provider_unavailable";
|
|
2004
2001
|
capability_denied: "capability_denied";
|
|
2002
|
+
approval_required: "approval_required";
|
|
2005
2003
|
validation_failed: "validation_failed";
|
|
2006
|
-
provider_unavailable: "provider_unavailable";
|
|
2007
2004
|
execution_failed: "execution_failed";
|
|
2008
|
-
cancelled: "cancelled";
|
|
2009
2005
|
timeout: "timeout";
|
|
2006
|
+
cancelled: "cancelled";
|
|
2007
|
+
invalid_request: "invalid_request";
|
|
2008
|
+
not_found: "not_found";
|
|
2009
|
+
not_authorized: "not_authorized";
|
|
2010
2010
|
}>;
|
|
2011
2011
|
message: z.ZodString;
|
|
2012
2012
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2013
2013
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2014
2014
|
code: z.ZodEnum<{
|
|
2015
|
-
|
|
2015
|
+
provider_unavailable: "provider_unavailable";
|
|
2016
2016
|
capability_denied: "capability_denied";
|
|
2017
|
+
approval_required: "approval_required";
|
|
2017
2018
|
validation_failed: "validation_failed";
|
|
2018
|
-
provider_unavailable: "provider_unavailable";
|
|
2019
2019
|
execution_failed: "execution_failed";
|
|
2020
|
-
cancelled: "cancelled";
|
|
2021
|
-
timeout: "timeout";
|
|
2022
2020
|
output_truncated: "output_truncated";
|
|
2021
|
+
timeout: "timeout";
|
|
2022
|
+
cancelled: "cancelled";
|
|
2023
2023
|
artifact_unavailable: "artifact_unavailable";
|
|
2024
2024
|
}>;
|
|
2025
2025
|
level: z.ZodEnum<{
|
|
@@ -2042,14 +2042,14 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
2042
2042
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
2043
2043
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2044
2044
|
code: z.ZodEnum<{
|
|
2045
|
-
|
|
2045
|
+
provider_unavailable: "provider_unavailable";
|
|
2046
2046
|
capability_denied: "capability_denied";
|
|
2047
|
+
approval_required: "approval_required";
|
|
2047
2048
|
validation_failed: "validation_failed";
|
|
2048
|
-
provider_unavailable: "provider_unavailable";
|
|
2049
2049
|
execution_failed: "execution_failed";
|
|
2050
|
-
cancelled: "cancelled";
|
|
2051
|
-
timeout: "timeout";
|
|
2052
2050
|
output_truncated: "output_truncated";
|
|
2051
|
+
timeout: "timeout";
|
|
2052
|
+
cancelled: "cancelled";
|
|
2053
2053
|
artifact_unavailable: "artifact_unavailable";
|
|
2054
2054
|
}>;
|
|
2055
2055
|
level: z.ZodEnum<{
|
|
@@ -2071,14 +2071,14 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
2071
2071
|
}, z.core.$strict>>>;
|
|
2072
2072
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2073
2073
|
code: z.ZodEnum<{
|
|
2074
|
-
|
|
2074
|
+
provider_unavailable: "provider_unavailable";
|
|
2075
2075
|
capability_denied: "capability_denied";
|
|
2076
|
+
approval_required: "approval_required";
|
|
2076
2077
|
validation_failed: "validation_failed";
|
|
2077
|
-
provider_unavailable: "provider_unavailable";
|
|
2078
2078
|
execution_failed: "execution_failed";
|
|
2079
|
-
cancelled: "cancelled";
|
|
2080
|
-
timeout: "timeout";
|
|
2081
2079
|
output_truncated: "output_truncated";
|
|
2080
|
+
timeout: "timeout";
|
|
2081
|
+
cancelled: "cancelled";
|
|
2082
2082
|
artifact_unavailable: "artifact_unavailable";
|
|
2083
2083
|
}>;
|
|
2084
2084
|
level: z.ZodEnum<{
|
|
@@ -2139,14 +2139,14 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
2139
2139
|
}, z.core.$strict>, z.ZodObject<{
|
|
2140
2140
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2141
2141
|
code: z.ZodEnum<{
|
|
2142
|
-
|
|
2142
|
+
provider_unavailable: "provider_unavailable";
|
|
2143
2143
|
capability_denied: "capability_denied";
|
|
2144
|
+
approval_required: "approval_required";
|
|
2144
2145
|
validation_failed: "validation_failed";
|
|
2145
|
-
provider_unavailable: "provider_unavailable";
|
|
2146
2146
|
execution_failed: "execution_failed";
|
|
2147
|
-
cancelled: "cancelled";
|
|
2148
|
-
timeout: "timeout";
|
|
2149
2147
|
output_truncated: "output_truncated";
|
|
2148
|
+
timeout: "timeout";
|
|
2149
|
+
cancelled: "cancelled";
|
|
2150
2150
|
artifact_unavailable: "artifact_unavailable";
|
|
2151
2151
|
}>;
|
|
2152
2152
|
level: z.ZodEnum<{
|
|
@@ -2160,29 +2160,29 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
2160
2160
|
}, z.core.$strict>>>;
|
|
2161
2161
|
error: z.ZodObject<{
|
|
2162
2162
|
code: z.ZodEnum<{
|
|
2163
|
-
|
|
2164
|
-
not_found: "not_found";
|
|
2165
|
-
not_authorized: "not_authorized";
|
|
2166
|
-
approval_required: "approval_required";
|
|
2163
|
+
provider_unavailable: "provider_unavailable";
|
|
2167
2164
|
capability_denied: "capability_denied";
|
|
2165
|
+
approval_required: "approval_required";
|
|
2168
2166
|
validation_failed: "validation_failed";
|
|
2169
|
-
provider_unavailable: "provider_unavailable";
|
|
2170
2167
|
execution_failed: "execution_failed";
|
|
2171
|
-
cancelled: "cancelled";
|
|
2172
2168
|
timeout: "timeout";
|
|
2169
|
+
cancelled: "cancelled";
|
|
2170
|
+
invalid_request: "invalid_request";
|
|
2171
|
+
not_found: "not_found";
|
|
2172
|
+
not_authorized: "not_authorized";
|
|
2173
2173
|
}>;
|
|
2174
2174
|
message: z.ZodString;
|
|
2175
2175
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2176
2176
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2177
2177
|
code: z.ZodEnum<{
|
|
2178
|
-
|
|
2178
|
+
provider_unavailable: "provider_unavailable";
|
|
2179
2179
|
capability_denied: "capability_denied";
|
|
2180
|
+
approval_required: "approval_required";
|
|
2180
2181
|
validation_failed: "validation_failed";
|
|
2181
|
-
provider_unavailable: "provider_unavailable";
|
|
2182
2182
|
execution_failed: "execution_failed";
|
|
2183
|
-
cancelled: "cancelled";
|
|
2184
|
-
timeout: "timeout";
|
|
2185
2183
|
output_truncated: "output_truncated";
|
|
2184
|
+
timeout: "timeout";
|
|
2185
|
+
cancelled: "cancelled";
|
|
2186
2186
|
artifact_unavailable: "artifact_unavailable";
|
|
2187
2187
|
}>;
|
|
2188
2188
|
level: z.ZodEnum<{
|
|
@@ -2205,14 +2205,14 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
2205
2205
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
2206
2206
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2207
2207
|
code: z.ZodEnum<{
|
|
2208
|
-
|
|
2208
|
+
provider_unavailable: "provider_unavailable";
|
|
2209
2209
|
capability_denied: "capability_denied";
|
|
2210
|
+
approval_required: "approval_required";
|
|
2210
2211
|
validation_failed: "validation_failed";
|
|
2211
|
-
provider_unavailable: "provider_unavailable";
|
|
2212
2212
|
execution_failed: "execution_failed";
|
|
2213
|
-
cancelled: "cancelled";
|
|
2214
|
-
timeout: "timeout";
|
|
2215
2213
|
output_truncated: "output_truncated";
|
|
2214
|
+
timeout: "timeout";
|
|
2215
|
+
cancelled: "cancelled";
|
|
2216
2216
|
artifact_unavailable: "artifact_unavailable";
|
|
2217
2217
|
}>;
|
|
2218
2218
|
level: z.ZodEnum<{
|
|
@@ -2234,14 +2234,14 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
2234
2234
|
}, z.core.$strict>>>;
|
|
2235
2235
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2236
2236
|
code: z.ZodEnum<{
|
|
2237
|
-
|
|
2237
|
+
provider_unavailable: "provider_unavailable";
|
|
2238
2238
|
capability_denied: "capability_denied";
|
|
2239
|
+
approval_required: "approval_required";
|
|
2239
2240
|
validation_failed: "validation_failed";
|
|
2240
|
-
provider_unavailable: "provider_unavailable";
|
|
2241
2241
|
execution_failed: "execution_failed";
|
|
2242
|
-
cancelled: "cancelled";
|
|
2243
|
-
timeout: "timeout";
|
|
2244
2242
|
output_truncated: "output_truncated";
|
|
2243
|
+
timeout: "timeout";
|
|
2244
|
+
cancelled: "cancelled";
|
|
2245
2245
|
artifact_unavailable: "artifact_unavailable";
|
|
2246
2246
|
}>;
|
|
2247
2247
|
level: z.ZodEnum<{
|
|
@@ -2286,14 +2286,14 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
2286
2286
|
}, z.core.$strict>, z.ZodObject<{
|
|
2287
2287
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2288
2288
|
code: z.ZodEnum<{
|
|
2289
|
-
|
|
2289
|
+
provider_unavailable: "provider_unavailable";
|
|
2290
2290
|
capability_denied: "capability_denied";
|
|
2291
|
+
approval_required: "approval_required";
|
|
2291
2292
|
validation_failed: "validation_failed";
|
|
2292
|
-
provider_unavailable: "provider_unavailable";
|
|
2293
2293
|
execution_failed: "execution_failed";
|
|
2294
|
-
cancelled: "cancelled";
|
|
2295
|
-
timeout: "timeout";
|
|
2296
2294
|
output_truncated: "output_truncated";
|
|
2295
|
+
timeout: "timeout";
|
|
2296
|
+
cancelled: "cancelled";
|
|
2297
2297
|
artifact_unavailable: "artifact_unavailable";
|
|
2298
2298
|
}>;
|
|
2299
2299
|
level: z.ZodEnum<{
|
|
@@ -2307,29 +2307,29 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
2307
2307
|
}, z.core.$strict>>>;
|
|
2308
2308
|
error: z.ZodObject<{
|
|
2309
2309
|
code: z.ZodEnum<{
|
|
2310
|
-
|
|
2311
|
-
not_found: "not_found";
|
|
2312
|
-
not_authorized: "not_authorized";
|
|
2313
|
-
approval_required: "approval_required";
|
|
2310
|
+
provider_unavailable: "provider_unavailable";
|
|
2314
2311
|
capability_denied: "capability_denied";
|
|
2312
|
+
approval_required: "approval_required";
|
|
2315
2313
|
validation_failed: "validation_failed";
|
|
2316
|
-
provider_unavailable: "provider_unavailable";
|
|
2317
2314
|
execution_failed: "execution_failed";
|
|
2318
|
-
cancelled: "cancelled";
|
|
2319
2315
|
timeout: "timeout";
|
|
2316
|
+
cancelled: "cancelled";
|
|
2317
|
+
invalid_request: "invalid_request";
|
|
2318
|
+
not_found: "not_found";
|
|
2319
|
+
not_authorized: "not_authorized";
|
|
2320
2320
|
}>;
|
|
2321
2321
|
message: z.ZodString;
|
|
2322
2322
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2323
2323
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2324
2324
|
code: z.ZodEnum<{
|
|
2325
|
-
|
|
2325
|
+
provider_unavailable: "provider_unavailable";
|
|
2326
2326
|
capability_denied: "capability_denied";
|
|
2327
|
+
approval_required: "approval_required";
|
|
2327
2328
|
validation_failed: "validation_failed";
|
|
2328
|
-
provider_unavailable: "provider_unavailable";
|
|
2329
2329
|
execution_failed: "execution_failed";
|
|
2330
|
-
cancelled: "cancelled";
|
|
2331
|
-
timeout: "timeout";
|
|
2332
2330
|
output_truncated: "output_truncated";
|
|
2331
|
+
timeout: "timeout";
|
|
2332
|
+
cancelled: "cancelled";
|
|
2333
2333
|
artifact_unavailable: "artifact_unavailable";
|
|
2334
2334
|
}>;
|
|
2335
2335
|
level: z.ZodEnum<{
|
|
@@ -2358,14 +2358,14 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
2358
2358
|
}, z.core.$strict>>>;
|
|
2359
2359
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2360
2360
|
code: z.ZodEnum<{
|
|
2361
|
-
|
|
2361
|
+
provider_unavailable: "provider_unavailable";
|
|
2362
2362
|
capability_denied: "capability_denied";
|
|
2363
|
+
approval_required: "approval_required";
|
|
2363
2364
|
validation_failed: "validation_failed";
|
|
2364
|
-
provider_unavailable: "provider_unavailable";
|
|
2365
2365
|
execution_failed: "execution_failed";
|
|
2366
|
-
cancelled: "cancelled";
|
|
2367
|
-
timeout: "timeout";
|
|
2368
2366
|
output_truncated: "output_truncated";
|
|
2367
|
+
timeout: "timeout";
|
|
2368
|
+
cancelled: "cancelled";
|
|
2369
2369
|
artifact_unavailable: "artifact_unavailable";
|
|
2370
2370
|
}>;
|
|
2371
2371
|
level: z.ZodEnum<{
|
|
@@ -2387,14 +2387,14 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
2387
2387
|
}, z.core.$strict>, z.ZodObject<{
|
|
2388
2388
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2389
2389
|
code: z.ZodEnum<{
|
|
2390
|
-
|
|
2390
|
+
provider_unavailable: "provider_unavailable";
|
|
2391
2391
|
capability_denied: "capability_denied";
|
|
2392
|
+
approval_required: "approval_required";
|
|
2392
2393
|
validation_failed: "validation_failed";
|
|
2393
|
-
provider_unavailable: "provider_unavailable";
|
|
2394
2394
|
execution_failed: "execution_failed";
|
|
2395
|
-
cancelled: "cancelled";
|
|
2396
|
-
timeout: "timeout";
|
|
2397
2395
|
output_truncated: "output_truncated";
|
|
2396
|
+
timeout: "timeout";
|
|
2397
|
+
cancelled: "cancelled";
|
|
2398
2398
|
artifact_unavailable: "artifact_unavailable";
|
|
2399
2399
|
}>;
|
|
2400
2400
|
level: z.ZodEnum<{
|
|
@@ -2408,29 +2408,29 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
2408
2408
|
}, z.core.$strict>>>;
|
|
2409
2409
|
error: z.ZodObject<{
|
|
2410
2410
|
code: z.ZodEnum<{
|
|
2411
|
-
|
|
2412
|
-
not_found: "not_found";
|
|
2413
|
-
not_authorized: "not_authorized";
|
|
2414
|
-
approval_required: "approval_required";
|
|
2411
|
+
provider_unavailable: "provider_unavailable";
|
|
2415
2412
|
capability_denied: "capability_denied";
|
|
2413
|
+
approval_required: "approval_required";
|
|
2416
2414
|
validation_failed: "validation_failed";
|
|
2417
|
-
provider_unavailable: "provider_unavailable";
|
|
2418
2415
|
execution_failed: "execution_failed";
|
|
2419
|
-
cancelled: "cancelled";
|
|
2420
2416
|
timeout: "timeout";
|
|
2417
|
+
cancelled: "cancelled";
|
|
2418
|
+
invalid_request: "invalid_request";
|
|
2419
|
+
not_found: "not_found";
|
|
2420
|
+
not_authorized: "not_authorized";
|
|
2421
2421
|
}>;
|
|
2422
2422
|
message: z.ZodString;
|
|
2423
2423
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2424
2424
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2425
2425
|
code: z.ZodEnum<{
|
|
2426
|
-
|
|
2426
|
+
provider_unavailable: "provider_unavailable";
|
|
2427
2427
|
capability_denied: "capability_denied";
|
|
2428
|
+
approval_required: "approval_required";
|
|
2428
2429
|
validation_failed: "validation_failed";
|
|
2429
|
-
provider_unavailable: "provider_unavailable";
|
|
2430
2430
|
execution_failed: "execution_failed";
|
|
2431
|
-
cancelled: "cancelled";
|
|
2432
|
-
timeout: "timeout";
|
|
2433
2431
|
output_truncated: "output_truncated";
|
|
2432
|
+
timeout: "timeout";
|
|
2433
|
+
cancelled: "cancelled";
|
|
2434
2434
|
artifact_unavailable: "artifact_unavailable";
|
|
2435
2435
|
}>;
|
|
2436
2436
|
level: z.ZodEnum<{
|
|
@@ -2448,4 +2448,4 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
2448
2448
|
}, z.core.$strict>], "status">;
|
|
2449
2449
|
//#endregion
|
|
2450
2450
|
export { PortalSearchResultSchema as A, PortalListItemResultSchema as C, PortalSearchItemResultSchema as D, PortalListResultSchema as E, PortalCallRequestSchema as F, PortalBatchMaxItems as M, PortalCallItemRequestSchema as N, PortalSearchItemValueSchema as O, PortalCallRequest as P, PortalGenericItemResultSchema as S, PortalListResult as T, PortalCallResultSchema as _, PortalBackendDescribeResult as a, PortalDescribeResult as b, PortalBackendListItemValueSchema as c, PortalBackendSearchItemResultSchema as d, PortalBackendSearchItemValueSchema as f, PortalCallResult as g, PortalCallItemResultSchema as h, PortalBackendDescribeItemValueSchema as i, TruncationMetadataSchema as j, PortalSearchResult as k, PortalBackendListResult as l, PortalBackendSearchResultSchema as m, PortalApprovalRequiredCallItemResultSchema as n, PortalBackendDescribeResultSchema as o, PortalBackendSearchResult as p, PortalBackendDescribeItemResultSchema as r, PortalBackendListItemResultSchema as s, PortalApprovalChallengeSchema as t, PortalBackendListResultSchema as u, PortalDescribeItemResultSchema as v, PortalListItemValueSchema as w, PortalDescribeResultSchema as x, PortalDescribeItemValueSchema as y };
|
|
2451
|
-
//# sourceMappingURL=portal-call-result-schema-
|
|
2451
|
+
//# sourceMappingURL=portal-call-result-schema-CFnKfcvZ.d.ts.map
|