@agent-vm/agent-portal-sdk 0.0.144 → 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/capability-description-surface/index.d.ts +1 -1
- package/dist/gateway-runtime-client/index.d.ts +3 -3
- package/dist/{index-C8O_HiyA.d.ts → index-3aVlpTwE.d.ts} +17 -17
- package/dist/{index-C8O_HiyA.d.ts.map → index-3aVlpTwE.d.ts.map} +1 -1
- package/dist/{index-COlx8Y1g.d.ts → index-D4UDHMft.d.ts} +5 -5
- package/dist/{index-COlx8Y1g.d.ts.map → index-D4UDHMft.d.ts.map} +1 -1
- package/dist/{index-BQj9hHds.d.ts → index-DV6xiWeS.d.ts} +3 -3
- package/dist/{index-BQj9hHds.d.ts.map → index-DV6xiWeS.d.ts.map} +1 -1
- package/dist/{index-Ba_G25p_.d.ts → index-ciLRJYVb.d.ts} +37 -37
- package/dist/{index-Ba_G25p_.d.ts.map → index-ciLRJYVb.d.ts.map} +1 -1
- package/dist/{index-BIvLq827.d.ts → index-m4Mlc5zK.d.ts} +2 -2
- package/dist/{index-BIvLq827.d.ts.map → index-m4Mlc5zK.d.ts.map} +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/{portal-call-result-schema-CS2rX3oP.d.ts → portal-call-result-schema-CFnKfcvZ.d.ts} +311 -311
- package/dist/{portal-call-result-schema-CS2rX3oP.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-CS2rX3oP.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
|
-
|
|
43
|
-
approval_required: "approval_required";
|
|
42
|
+
provider_unavailable: "provider_unavailable";
|
|
44
43
|
capability_denied: "capability_denied";
|
|
44
|
+
approval_required: "approval_required";
|
|
45
45
|
validation_failed: "validation_failed";
|
|
46
|
-
provider_unavailable: "provider_unavailable";
|
|
47
46
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
84
|
-
approval_required: "approval_required";
|
|
83
|
+
provider_unavailable: "provider_unavailable";
|
|
85
84
|
capability_denied: "capability_denied";
|
|
85
|
+
approval_required: "approval_required";
|
|
86
86
|
validation_failed: "validation_failed";
|
|
87
|
-
provider_unavailable: "provider_unavailable";
|
|
88
87
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
121
|
-
approval_required: "approval_required";
|
|
120
|
+
provider_unavailable: "provider_unavailable";
|
|
122
121
|
capability_denied: "capability_denied";
|
|
122
|
+
approval_required: "approval_required";
|
|
123
123
|
validation_failed: "validation_failed";
|
|
124
|
-
provider_unavailable: "provider_unavailable";
|
|
125
124
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
143
|
-
not_found: "not_found";
|
|
144
|
-
not_authorized: "not_authorized";
|
|
145
|
-
approval_required: "approval_required";
|
|
141
|
+
provider_unavailable: "provider_unavailable";
|
|
146
142
|
capability_denied: "capability_denied";
|
|
143
|
+
approval_required: "approval_required";
|
|
147
144
|
validation_failed: "validation_failed";
|
|
148
|
-
provider_unavailable: "provider_unavailable";
|
|
149
145
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
157
|
-
approval_required: "approval_required";
|
|
156
|
+
provider_unavailable: "provider_unavailable";
|
|
158
157
|
capability_denied: "capability_denied";
|
|
158
|
+
approval_required: "approval_required";
|
|
159
159
|
validation_failed: "validation_failed";
|
|
160
|
-
provider_unavailable: "provider_unavailable";
|
|
161
160
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
221
|
-
approval_required: "approval_required";
|
|
220
|
+
provider_unavailable: "provider_unavailable";
|
|
222
221
|
capability_denied: "capability_denied";
|
|
222
|
+
approval_required: "approval_required";
|
|
223
223
|
validation_failed: "validation_failed";
|
|
224
|
-
provider_unavailable: "provider_unavailable";
|
|
225
224
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
454
|
-
approval_required: "approval_required";
|
|
453
|
+
provider_unavailable: "provider_unavailable";
|
|
455
454
|
capability_denied: "capability_denied";
|
|
455
|
+
approval_required: "approval_required";
|
|
456
456
|
validation_failed: "validation_failed";
|
|
457
|
-
provider_unavailable: "provider_unavailable";
|
|
458
457
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
516
|
-
approval_required: "approval_required";
|
|
515
|
+
provider_unavailable: "provider_unavailable";
|
|
517
516
|
capability_denied: "capability_denied";
|
|
517
|
+
approval_required: "approval_required";
|
|
518
518
|
validation_failed: "validation_failed";
|
|
519
|
-
provider_unavailable: "provider_unavailable";
|
|
520
519
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
538
|
-
not_found: "not_found";
|
|
539
|
-
not_authorized: "not_authorized";
|
|
540
|
-
approval_required: "approval_required";
|
|
536
|
+
provider_unavailable: "provider_unavailable";
|
|
541
537
|
capability_denied: "capability_denied";
|
|
538
|
+
approval_required: "approval_required";
|
|
542
539
|
validation_failed: "validation_failed";
|
|
543
|
-
provider_unavailable: "provider_unavailable";
|
|
544
540
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
552
|
-
approval_required: "approval_required";
|
|
551
|
+
provider_unavailable: "provider_unavailable";
|
|
553
552
|
capability_denied: "capability_denied";
|
|
553
|
+
approval_required: "approval_required";
|
|
554
554
|
validation_failed: "validation_failed";
|
|
555
|
-
provider_unavailable: "provider_unavailable";
|
|
556
555
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
585
|
-
approval_required: "approval_required";
|
|
584
|
+
provider_unavailable: "provider_unavailable";
|
|
586
585
|
capability_denied: "capability_denied";
|
|
586
|
+
approval_required: "approval_required";
|
|
587
587
|
validation_failed: "validation_failed";
|
|
588
|
-
provider_unavailable: "provider_unavailable";
|
|
589
588
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
649
|
-
approval_required: "approval_required";
|
|
648
|
+
provider_unavailable: "provider_unavailable";
|
|
650
649
|
capability_denied: "capability_denied";
|
|
650
|
+
approval_required: "approval_required";
|
|
651
651
|
validation_failed: "validation_failed";
|
|
652
|
-
provider_unavailable: "provider_unavailable";
|
|
653
652
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
671
|
-
not_found: "not_found";
|
|
672
|
-
not_authorized: "not_authorized";
|
|
673
|
-
approval_required: "approval_required";
|
|
669
|
+
provider_unavailable: "provider_unavailable";
|
|
674
670
|
capability_denied: "capability_denied";
|
|
671
|
+
approval_required: "approval_required";
|
|
675
672
|
validation_failed: "validation_failed";
|
|
676
|
-
provider_unavailable: "provider_unavailable";
|
|
677
673
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
685
|
-
approval_required: "approval_required";
|
|
684
|
+
provider_unavailable: "provider_unavailable";
|
|
686
685
|
capability_denied: "capability_denied";
|
|
686
|
+
approval_required: "approval_required";
|
|
687
687
|
validation_failed: "validation_failed";
|
|
688
|
-
provider_unavailable: "provider_unavailable";
|
|
689
688
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
718
|
-
approval_required: "approval_required";
|
|
717
|
+
provider_unavailable: "provider_unavailable";
|
|
719
718
|
capability_denied: "capability_denied";
|
|
719
|
+
approval_required: "approval_required";
|
|
720
720
|
validation_failed: "validation_failed";
|
|
721
|
-
provider_unavailable: "provider_unavailable";
|
|
722
721
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
766
|
-
approval_required: "approval_required";
|
|
765
|
+
provider_unavailable: "provider_unavailable";
|
|
767
766
|
capability_denied: "capability_denied";
|
|
767
|
+
approval_required: "approval_required";
|
|
768
768
|
validation_failed: "validation_failed";
|
|
769
|
-
provider_unavailable: "provider_unavailable";
|
|
770
769
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
788
|
-
not_found: "not_found";
|
|
789
|
-
not_authorized: "not_authorized";
|
|
790
|
-
approval_required: "approval_required";
|
|
786
|
+
provider_unavailable: "provider_unavailable";
|
|
791
787
|
capability_denied: "capability_denied";
|
|
788
|
+
approval_required: "approval_required";
|
|
792
789
|
validation_failed: "validation_failed";
|
|
793
|
-
provider_unavailable: "provider_unavailable";
|
|
794
790
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
802
|
-
approval_required: "approval_required";
|
|
801
|
+
provider_unavailable: "provider_unavailable";
|
|
803
802
|
capability_denied: "capability_denied";
|
|
803
|
+
approval_required: "approval_required";
|
|
804
804
|
validation_failed: "validation_failed";
|
|
805
|
-
provider_unavailable: "provider_unavailable";
|
|
806
805
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
829
|
-
approval_required: "approval_required";
|
|
828
|
+
provider_unavailable: "provider_unavailable";
|
|
830
829
|
capability_denied: "capability_denied";
|
|
830
|
+
approval_required: "approval_required";
|
|
831
831
|
validation_failed: "validation_failed";
|
|
832
|
-
provider_unavailable: "provider_unavailable";
|
|
833
832
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
858
|
-
approval_required: "approval_required";
|
|
857
|
+
provider_unavailable: "provider_unavailable";
|
|
859
858
|
capability_denied: "capability_denied";
|
|
859
|
+
approval_required: "approval_required";
|
|
860
860
|
validation_failed: "validation_failed";
|
|
861
|
-
provider_unavailable: "provider_unavailable";
|
|
862
861
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
920
|
-
approval_required: "approval_required";
|
|
919
|
+
provider_unavailable: "provider_unavailable";
|
|
921
920
|
capability_denied: "capability_denied";
|
|
921
|
+
approval_required: "approval_required";
|
|
922
922
|
validation_failed: "validation_failed";
|
|
923
|
-
provider_unavailable: "provider_unavailable";
|
|
924
923
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
942
|
-
not_found: "not_found";
|
|
943
|
-
not_authorized: "not_authorized";
|
|
944
|
-
approval_required: "approval_required";
|
|
940
|
+
provider_unavailable: "provider_unavailable";
|
|
945
941
|
capability_denied: "capability_denied";
|
|
942
|
+
approval_required: "approval_required";
|
|
946
943
|
validation_failed: "validation_failed";
|
|
947
|
-
provider_unavailable: "provider_unavailable";
|
|
948
944
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
956
|
-
approval_required: "approval_required";
|
|
955
|
+
provider_unavailable: "provider_unavailable";
|
|
957
956
|
capability_denied: "capability_denied";
|
|
957
|
+
approval_required: "approval_required";
|
|
958
958
|
validation_failed: "validation_failed";
|
|
959
|
-
provider_unavailable: "provider_unavailable";
|
|
960
959
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
986
|
-
approval_required: "approval_required";
|
|
985
|
+
provider_unavailable: "provider_unavailable";
|
|
987
986
|
capability_denied: "capability_denied";
|
|
987
|
+
approval_required: "approval_required";
|
|
988
988
|
validation_failed: "validation_failed";
|
|
989
|
-
provider_unavailable: "provider_unavailable";
|
|
990
989
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1015
|
-
approval_required: "approval_required";
|
|
1014
|
+
provider_unavailable: "provider_unavailable";
|
|
1016
1015
|
capability_denied: "capability_denied";
|
|
1016
|
+
approval_required: "approval_required";
|
|
1017
1017
|
validation_failed: "validation_failed";
|
|
1018
|
-
provider_unavailable: "provider_unavailable";
|
|
1019
1018
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1079
|
-
approval_required: "approval_required";
|
|
1078
|
+
provider_unavailable: "provider_unavailable";
|
|
1080
1079
|
capability_denied: "capability_denied";
|
|
1080
|
+
approval_required: "approval_required";
|
|
1081
1081
|
validation_failed: "validation_failed";
|
|
1082
|
-
provider_unavailable: "provider_unavailable";
|
|
1083
1082
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
1101
|
-
not_found: "not_found";
|
|
1102
|
-
not_authorized: "not_authorized";
|
|
1103
|
-
approval_required: "approval_required";
|
|
1099
|
+
provider_unavailable: "provider_unavailable";
|
|
1104
1100
|
capability_denied: "capability_denied";
|
|
1101
|
+
approval_required: "approval_required";
|
|
1105
1102
|
validation_failed: "validation_failed";
|
|
1106
|
-
provider_unavailable: "provider_unavailable";
|
|
1107
1103
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1115
|
-
approval_required: "approval_required";
|
|
1114
|
+
provider_unavailable: "provider_unavailable";
|
|
1116
1115
|
capability_denied: "capability_denied";
|
|
1116
|
+
approval_required: "approval_required";
|
|
1117
1117
|
validation_failed: "validation_failed";
|
|
1118
|
-
provider_unavailable: "provider_unavailable";
|
|
1119
1118
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1145
|
-
approval_required: "approval_required";
|
|
1144
|
+
provider_unavailable: "provider_unavailable";
|
|
1146
1145
|
capability_denied: "capability_denied";
|
|
1146
|
+
approval_required: "approval_required";
|
|
1147
1147
|
validation_failed: "validation_failed";
|
|
1148
|
-
provider_unavailable: "provider_unavailable";
|
|
1149
1148
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1174
|
-
approval_required: "approval_required";
|
|
1173
|
+
provider_unavailable: "provider_unavailable";
|
|
1175
1174
|
capability_denied: "capability_denied";
|
|
1175
|
+
approval_required: "approval_required";
|
|
1176
1176
|
validation_failed: "validation_failed";
|
|
1177
|
-
provider_unavailable: "provider_unavailable";
|
|
1178
1177
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1222
|
-
approval_required: "approval_required";
|
|
1221
|
+
provider_unavailable: "provider_unavailable";
|
|
1223
1222
|
capability_denied: "capability_denied";
|
|
1223
|
+
approval_required: "approval_required";
|
|
1224
1224
|
validation_failed: "validation_failed";
|
|
1225
|
-
provider_unavailable: "provider_unavailable";
|
|
1226
1225
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
1244
|
-
not_found: "not_found";
|
|
1245
|
-
not_authorized: "not_authorized";
|
|
1246
|
-
approval_required: "approval_required";
|
|
1242
|
+
provider_unavailable: "provider_unavailable";
|
|
1247
1243
|
capability_denied: "capability_denied";
|
|
1244
|
+
approval_required: "approval_required";
|
|
1248
1245
|
validation_failed: "validation_failed";
|
|
1249
|
-
provider_unavailable: "provider_unavailable";
|
|
1250
1246
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1258
|
-
approval_required: "approval_required";
|
|
1257
|
+
provider_unavailable: "provider_unavailable";
|
|
1259
1258
|
capability_denied: "capability_denied";
|
|
1259
|
+
approval_required: "approval_required";
|
|
1260
1260
|
validation_failed: "validation_failed";
|
|
1261
|
-
provider_unavailable: "provider_unavailable";
|
|
1262
1261
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1294
|
-
approval_required: "approval_required";
|
|
1293
|
+
provider_unavailable: "provider_unavailable";
|
|
1295
1294
|
capability_denied: "capability_denied";
|
|
1295
|
+
approval_required: "approval_required";
|
|
1296
1296
|
validation_failed: "validation_failed";
|
|
1297
|
-
provider_unavailable: "provider_unavailable";
|
|
1298
1297
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1360
|
-
approval_required: "approval_required";
|
|
1359
|
+
provider_unavailable: "provider_unavailable";
|
|
1361
1360
|
capability_denied: "capability_denied";
|
|
1361
|
+
approval_required: "approval_required";
|
|
1362
1362
|
validation_failed: "validation_failed";
|
|
1363
|
-
provider_unavailable: "provider_unavailable";
|
|
1364
1363
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
1382
|
-
not_found: "not_found";
|
|
1383
|
-
not_authorized: "not_authorized";
|
|
1384
|
-
approval_required: "approval_required";
|
|
1380
|
+
provider_unavailable: "provider_unavailable";
|
|
1385
1381
|
capability_denied: "capability_denied";
|
|
1382
|
+
approval_required: "approval_required";
|
|
1386
1383
|
validation_failed: "validation_failed";
|
|
1387
|
-
provider_unavailable: "provider_unavailable";
|
|
1388
1384
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1396
|
-
approval_required: "approval_required";
|
|
1395
|
+
provider_unavailable: "provider_unavailable";
|
|
1397
1396
|
capability_denied: "capability_denied";
|
|
1397
|
+
approval_required: "approval_required";
|
|
1398
1398
|
validation_failed: "validation_failed";
|
|
1399
|
-
provider_unavailable: "provider_unavailable";
|
|
1400
1399
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1429
|
-
approval_required: "approval_required";
|
|
1428
|
+
provider_unavailable: "provider_unavailable";
|
|
1430
1429
|
capability_denied: "capability_denied";
|
|
1430
|
+
approval_required: "approval_required";
|
|
1431
1431
|
validation_failed: "validation_failed";
|
|
1432
|
-
provider_unavailable: "provider_unavailable";
|
|
1433
1432
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1497
|
-
approval_required: "approval_required";
|
|
1496
|
+
provider_unavailable: "provider_unavailable";
|
|
1498
1497
|
capability_denied: "capability_denied";
|
|
1498
|
+
approval_required: "approval_required";
|
|
1499
1499
|
validation_failed: "validation_failed";
|
|
1500
|
-
provider_unavailable: "provider_unavailable";
|
|
1501
1500
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
1519
|
-
not_found: "not_found";
|
|
1520
|
-
not_authorized: "not_authorized";
|
|
1521
|
-
approval_required: "approval_required";
|
|
1517
|
+
provider_unavailable: "provider_unavailable";
|
|
1522
1518
|
capability_denied: "capability_denied";
|
|
1519
|
+
approval_required: "approval_required";
|
|
1523
1520
|
validation_failed: "validation_failed";
|
|
1524
|
-
provider_unavailable: "provider_unavailable";
|
|
1525
1521
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1533
|
-
approval_required: "approval_required";
|
|
1532
|
+
provider_unavailable: "provider_unavailable";
|
|
1534
1533
|
capability_denied: "capability_denied";
|
|
1534
|
+
approval_required: "approval_required";
|
|
1535
1535
|
validation_failed: "validation_failed";
|
|
1536
|
-
provider_unavailable: "provider_unavailable";
|
|
1537
1536
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1566
|
-
approval_required: "approval_required";
|
|
1565
|
+
provider_unavailable: "provider_unavailable";
|
|
1567
1566
|
capability_denied: "capability_denied";
|
|
1567
|
+
approval_required: "approval_required";
|
|
1568
1568
|
validation_failed: "validation_failed";
|
|
1569
|
-
provider_unavailable: "provider_unavailable";
|
|
1570
1569
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1618
|
-
approval_required: "approval_required";
|
|
1617
|
+
provider_unavailable: "provider_unavailable";
|
|
1619
1618
|
capability_denied: "capability_denied";
|
|
1619
|
+
approval_required: "approval_required";
|
|
1620
1620
|
validation_failed: "validation_failed";
|
|
1621
|
-
provider_unavailable: "provider_unavailable";
|
|
1622
1621
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
1640
|
-
not_found: "not_found";
|
|
1641
|
-
not_authorized: "not_authorized";
|
|
1642
|
-
approval_required: "approval_required";
|
|
1638
|
+
provider_unavailable: "provider_unavailable";
|
|
1643
1639
|
capability_denied: "capability_denied";
|
|
1640
|
+
approval_required: "approval_required";
|
|
1644
1641
|
validation_failed: "validation_failed";
|
|
1645
|
-
provider_unavailable: "provider_unavailable";
|
|
1646
1642
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1654
|
-
approval_required: "approval_required";
|
|
1653
|
+
provider_unavailable: "provider_unavailable";
|
|
1655
1654
|
capability_denied: "capability_denied";
|
|
1655
|
+
approval_required: "approval_required";
|
|
1656
1656
|
validation_failed: "validation_failed";
|
|
1657
|
-
provider_unavailable: "provider_unavailable";
|
|
1658
1657
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1681
|
-
approval_required: "approval_required";
|
|
1680
|
+
provider_unavailable: "provider_unavailable";
|
|
1682
1681
|
capability_denied: "capability_denied";
|
|
1682
|
+
approval_required: "approval_required";
|
|
1683
1683
|
validation_failed: "validation_failed";
|
|
1684
|
-
provider_unavailable: "provider_unavailable";
|
|
1685
1684
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1710
|
-
approval_required: "approval_required";
|
|
1709
|
+
provider_unavailable: "provider_unavailable";
|
|
1711
1710
|
capability_denied: "capability_denied";
|
|
1711
|
+
approval_required: "approval_required";
|
|
1712
1712
|
validation_failed: "validation_failed";
|
|
1713
|
-
provider_unavailable: "provider_unavailable";
|
|
1714
1713
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1747
|
-
approval_required: "approval_required";
|
|
1746
|
+
provider_unavailable: "provider_unavailable";
|
|
1748
1747
|
capability_denied: "capability_denied";
|
|
1748
|
+
approval_required: "approval_required";
|
|
1749
1749
|
validation_failed: "validation_failed";
|
|
1750
|
-
provider_unavailable: "provider_unavailable";
|
|
1751
1750
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
1769
|
-
not_found: "not_found";
|
|
1770
|
-
not_authorized: "not_authorized";
|
|
1771
|
-
approval_required: "approval_required";
|
|
1767
|
+
provider_unavailable: "provider_unavailable";
|
|
1772
1768
|
capability_denied: "capability_denied";
|
|
1769
|
+
approval_required: "approval_required";
|
|
1773
1770
|
validation_failed: "validation_failed";
|
|
1774
|
-
provider_unavailable: "provider_unavailable";
|
|
1775
1771
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1783
|
-
approval_required: "approval_required";
|
|
1782
|
+
provider_unavailable: "provider_unavailable";
|
|
1784
1783
|
capability_denied: "capability_denied";
|
|
1784
|
+
approval_required: "approval_required";
|
|
1785
1785
|
validation_failed: "validation_failed";
|
|
1786
|
-
provider_unavailable: "provider_unavailable";
|
|
1787
1786
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1847
|
-
approval_required: "approval_required";
|
|
1846
|
+
provider_unavailable: "provider_unavailable";
|
|
1848
1847
|
capability_denied: "capability_denied";
|
|
1848
|
+
approval_required: "approval_required";
|
|
1849
1849
|
validation_failed: "validation_failed";
|
|
1850
|
-
provider_unavailable: "provider_unavailable";
|
|
1851
1850
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1885
|
-
approval_required: "approval_required";
|
|
1884
|
+
provider_unavailable: "provider_unavailable";
|
|
1886
1885
|
capability_denied: "capability_denied";
|
|
1886
|
+
approval_required: "approval_required";
|
|
1887
1887
|
validation_failed: "validation_failed";
|
|
1888
|
-
provider_unavailable: "provider_unavailable";
|
|
1889
1888
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1914
|
-
approval_required: "approval_required";
|
|
1913
|
+
provider_unavailable: "provider_unavailable";
|
|
1915
1914
|
capability_denied: "capability_denied";
|
|
1915
|
+
approval_required: "approval_required";
|
|
1916
1916
|
validation_failed: "validation_failed";
|
|
1917
|
-
provider_unavailable: "provider_unavailable";
|
|
1918
1917
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
1980
|
-
approval_required: "approval_required";
|
|
1979
|
+
provider_unavailable: "provider_unavailable";
|
|
1981
1980
|
capability_denied: "capability_denied";
|
|
1981
|
+
approval_required: "approval_required";
|
|
1982
1982
|
validation_failed: "validation_failed";
|
|
1983
|
-
provider_unavailable: "provider_unavailable";
|
|
1984
1983
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
2002
|
-
not_found: "not_found";
|
|
2003
|
-
not_authorized: "not_authorized";
|
|
2004
|
-
approval_required: "approval_required";
|
|
2000
|
+
provider_unavailable: "provider_unavailable";
|
|
2005
2001
|
capability_denied: "capability_denied";
|
|
2002
|
+
approval_required: "approval_required";
|
|
2006
2003
|
validation_failed: "validation_failed";
|
|
2007
|
-
provider_unavailable: "provider_unavailable";
|
|
2008
2004
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2016
|
-
approval_required: "approval_required";
|
|
2015
|
+
provider_unavailable: "provider_unavailable";
|
|
2017
2016
|
capability_denied: "capability_denied";
|
|
2017
|
+
approval_required: "approval_required";
|
|
2018
2018
|
validation_failed: "validation_failed";
|
|
2019
|
-
provider_unavailable: "provider_unavailable";
|
|
2020
2019
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2046
|
-
approval_required: "approval_required";
|
|
2045
|
+
provider_unavailable: "provider_unavailable";
|
|
2047
2046
|
capability_denied: "capability_denied";
|
|
2047
|
+
approval_required: "approval_required";
|
|
2048
2048
|
validation_failed: "validation_failed";
|
|
2049
|
-
provider_unavailable: "provider_unavailable";
|
|
2050
2049
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2075
|
-
approval_required: "approval_required";
|
|
2074
|
+
provider_unavailable: "provider_unavailable";
|
|
2076
2075
|
capability_denied: "capability_denied";
|
|
2076
|
+
approval_required: "approval_required";
|
|
2077
2077
|
validation_failed: "validation_failed";
|
|
2078
|
-
provider_unavailable: "provider_unavailable";
|
|
2079
2078
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2143
|
-
approval_required: "approval_required";
|
|
2142
|
+
provider_unavailable: "provider_unavailable";
|
|
2144
2143
|
capability_denied: "capability_denied";
|
|
2144
|
+
approval_required: "approval_required";
|
|
2145
2145
|
validation_failed: "validation_failed";
|
|
2146
|
-
provider_unavailable: "provider_unavailable";
|
|
2147
2146
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
2165
|
-
not_found: "not_found";
|
|
2166
|
-
not_authorized: "not_authorized";
|
|
2167
|
-
approval_required: "approval_required";
|
|
2163
|
+
provider_unavailable: "provider_unavailable";
|
|
2168
2164
|
capability_denied: "capability_denied";
|
|
2165
|
+
approval_required: "approval_required";
|
|
2169
2166
|
validation_failed: "validation_failed";
|
|
2170
|
-
provider_unavailable: "provider_unavailable";
|
|
2171
2167
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2179
|
-
approval_required: "approval_required";
|
|
2178
|
+
provider_unavailable: "provider_unavailable";
|
|
2180
2179
|
capability_denied: "capability_denied";
|
|
2180
|
+
approval_required: "approval_required";
|
|
2181
2181
|
validation_failed: "validation_failed";
|
|
2182
|
-
provider_unavailable: "provider_unavailable";
|
|
2183
2182
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2209
|
-
approval_required: "approval_required";
|
|
2208
|
+
provider_unavailable: "provider_unavailable";
|
|
2210
2209
|
capability_denied: "capability_denied";
|
|
2210
|
+
approval_required: "approval_required";
|
|
2211
2211
|
validation_failed: "validation_failed";
|
|
2212
|
-
provider_unavailable: "provider_unavailable";
|
|
2213
2212
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2238
|
-
approval_required: "approval_required";
|
|
2237
|
+
provider_unavailable: "provider_unavailable";
|
|
2239
2238
|
capability_denied: "capability_denied";
|
|
2239
|
+
approval_required: "approval_required";
|
|
2240
2240
|
validation_failed: "validation_failed";
|
|
2241
|
-
provider_unavailable: "provider_unavailable";
|
|
2242
2241
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2290
|
-
approval_required: "approval_required";
|
|
2289
|
+
provider_unavailable: "provider_unavailable";
|
|
2291
2290
|
capability_denied: "capability_denied";
|
|
2291
|
+
approval_required: "approval_required";
|
|
2292
2292
|
validation_failed: "validation_failed";
|
|
2293
|
-
provider_unavailable: "provider_unavailable";
|
|
2294
2293
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
2312
|
-
not_found: "not_found";
|
|
2313
|
-
not_authorized: "not_authorized";
|
|
2314
|
-
approval_required: "approval_required";
|
|
2310
|
+
provider_unavailable: "provider_unavailable";
|
|
2315
2311
|
capability_denied: "capability_denied";
|
|
2312
|
+
approval_required: "approval_required";
|
|
2316
2313
|
validation_failed: "validation_failed";
|
|
2317
|
-
provider_unavailable: "provider_unavailable";
|
|
2318
2314
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2326
|
-
approval_required: "approval_required";
|
|
2325
|
+
provider_unavailable: "provider_unavailable";
|
|
2327
2326
|
capability_denied: "capability_denied";
|
|
2327
|
+
approval_required: "approval_required";
|
|
2328
2328
|
validation_failed: "validation_failed";
|
|
2329
|
-
provider_unavailable: "provider_unavailable";
|
|
2330
2329
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2362
|
-
approval_required: "approval_required";
|
|
2361
|
+
provider_unavailable: "provider_unavailable";
|
|
2363
2362
|
capability_denied: "capability_denied";
|
|
2363
|
+
approval_required: "approval_required";
|
|
2364
2364
|
validation_failed: "validation_failed";
|
|
2365
|
-
provider_unavailable: "provider_unavailable";
|
|
2366
2365
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2391
|
-
approval_required: "approval_required";
|
|
2390
|
+
provider_unavailable: "provider_unavailable";
|
|
2392
2391
|
capability_denied: "capability_denied";
|
|
2392
|
+
approval_required: "approval_required";
|
|
2393
2393
|
validation_failed: "validation_failed";
|
|
2394
|
-
provider_unavailable: "provider_unavailable";
|
|
2395
2394
|
execution_failed: "execution_failed";
|
|
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
|
-
invalid_request: "invalid_request";
|
|
2413
|
-
not_found: "not_found";
|
|
2414
|
-
not_authorized: "not_authorized";
|
|
2415
|
-
approval_required: "approval_required";
|
|
2411
|
+
provider_unavailable: "provider_unavailable";
|
|
2416
2412
|
capability_denied: "capability_denied";
|
|
2413
|
+
approval_required: "approval_required";
|
|
2417
2414
|
validation_failed: "validation_failed";
|
|
2418
|
-
provider_unavailable: "provider_unavailable";
|
|
2419
2415
|
execution_failed: "execution_failed";
|
|
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
|
-
|
|
2427
|
-
approval_required: "approval_required";
|
|
2426
|
+
provider_unavailable: "provider_unavailable";
|
|
2428
2427
|
capability_denied: "capability_denied";
|
|
2428
|
+
approval_required: "approval_required";
|
|
2429
2429
|
validation_failed: "validation_failed";
|
|
2430
|
-
provider_unavailable: "provider_unavailable";
|
|
2431
2430
|
execution_failed: "execution_failed";
|
|
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
|