@agent-vm/agent-portal-sdk 0.0.121 → 0.0.123
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 +2 -2
- package/dist/{index-Dxoz-ORl.d.ts → index-BaIwC_bf.d.ts} +39 -39
- package/dist/{index-Dxoz-ORl.d.ts.map → index-BaIwC_bf.d.ts.map} +1 -1
- package/dist/{index-v8suC0qe.d.ts → index-BsOM4H1W.d.ts} +3 -3
- package/dist/{index-v8suC0qe.d.ts.map → index-BsOM4H1W.d.ts.map} +1 -1
- package/dist/{index-yeFGRMdv.d.ts → index-CRuJ1-NF.d.ts} +19 -19
- package/dist/{index-yeFGRMdv.d.ts.map → index-CRuJ1-NF.d.ts.map} +1 -1
- package/dist/{index-BWE2_BcN.d.ts → index-M78OuWx6.d.ts} +5 -5
- package/dist/{index-BWE2_BcN.d.ts.map → index-M78OuWx6.d.ts.map} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/{portal-call-result-schema-wSCaz3mC.d.ts → portal-call-result-schema-DoE_YCtv.d.ts} +191 -191
- package/dist/{portal-call-result-schema-wSCaz3mC.d.ts.map → portal-call-result-schema-DoE_YCtv.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-wSCaz3mC.d.ts → portal-call-result-schema-DoE_YCtv.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<{
|
|
@@ -348,14 +348,14 @@ declare const PortalListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
348
348
|
}, z.core.$strict>>>;
|
|
349
349
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
350
350
|
code: z.ZodEnum<{
|
|
351
|
-
|
|
351
|
+
provider_unavailable: "provider_unavailable";
|
|
352
352
|
capability_denied: "capability_denied";
|
|
353
|
+
approval_required: "approval_required";
|
|
353
354
|
validation_failed: "validation_failed";
|
|
354
|
-
provider_unavailable: "provider_unavailable";
|
|
355
355
|
execution_failed: "execution_failed";
|
|
356
|
-
cancelled: "cancelled";
|
|
357
|
-
timeout: "timeout";
|
|
358
356
|
output_truncated: "output_truncated";
|
|
357
|
+
timeout: "timeout";
|
|
358
|
+
cancelled: "cancelled";
|
|
359
359
|
artifact_unavailable: "artifact_unavailable";
|
|
360
360
|
}>;
|
|
361
361
|
level: z.ZodEnum<{
|
|
@@ -410,14 +410,14 @@ declare const PortalListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
410
410
|
}, z.core.$strict>, z.ZodObject<{
|
|
411
411
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
412
412
|
code: z.ZodEnum<{
|
|
413
|
-
|
|
413
|
+
provider_unavailable: "provider_unavailable";
|
|
414
414
|
capability_denied: "capability_denied";
|
|
415
|
+
approval_required: "approval_required";
|
|
415
416
|
validation_failed: "validation_failed";
|
|
416
|
-
provider_unavailable: "provider_unavailable";
|
|
417
417
|
execution_failed: "execution_failed";
|
|
418
|
-
cancelled: "cancelled";
|
|
419
|
-
timeout: "timeout";
|
|
420
418
|
output_truncated: "output_truncated";
|
|
419
|
+
timeout: "timeout";
|
|
420
|
+
cancelled: "cancelled";
|
|
421
421
|
artifact_unavailable: "artifact_unavailable";
|
|
422
422
|
}>;
|
|
423
423
|
level: z.ZodEnum<{
|
|
@@ -431,29 +431,29 @@ declare const PortalListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
431
431
|
}, z.core.$strict>>>;
|
|
432
432
|
error: z.ZodObject<{
|
|
433
433
|
code: z.ZodEnum<{
|
|
434
|
-
|
|
435
|
-
not_found: "not_found";
|
|
436
|
-
not_authorized: "not_authorized";
|
|
437
|
-
approval_required: "approval_required";
|
|
434
|
+
provider_unavailable: "provider_unavailable";
|
|
438
435
|
capability_denied: "capability_denied";
|
|
436
|
+
approval_required: "approval_required";
|
|
439
437
|
validation_failed: "validation_failed";
|
|
440
|
-
provider_unavailable: "provider_unavailable";
|
|
441
438
|
execution_failed: "execution_failed";
|
|
442
|
-
cancelled: "cancelled";
|
|
443
439
|
timeout: "timeout";
|
|
440
|
+
cancelled: "cancelled";
|
|
441
|
+
invalid_request: "invalid_request";
|
|
442
|
+
not_found: "not_found";
|
|
443
|
+
not_authorized: "not_authorized";
|
|
444
444
|
}>;
|
|
445
445
|
message: z.ZodString;
|
|
446
446
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
447
447
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
448
448
|
code: z.ZodEnum<{
|
|
449
|
-
|
|
449
|
+
provider_unavailable: "provider_unavailable";
|
|
450
450
|
capability_denied: "capability_denied";
|
|
451
|
+
approval_required: "approval_required";
|
|
451
452
|
validation_failed: "validation_failed";
|
|
452
|
-
provider_unavailable: "provider_unavailable";
|
|
453
453
|
execution_failed: "execution_failed";
|
|
454
|
-
cancelled: "cancelled";
|
|
455
|
-
timeout: "timeout";
|
|
456
454
|
output_truncated: "output_truncated";
|
|
455
|
+
timeout: "timeout";
|
|
456
|
+
cancelled: "cancelled";
|
|
457
457
|
artifact_unavailable: "artifact_unavailable";
|
|
458
458
|
}>;
|
|
459
459
|
level: z.ZodEnum<{
|
|
@@ -479,14 +479,14 @@ declare const PortalSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
479
479
|
}, z.core.$strict>>>;
|
|
480
480
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
481
481
|
code: z.ZodEnum<{
|
|
482
|
-
|
|
482
|
+
provider_unavailable: "provider_unavailable";
|
|
483
483
|
capability_denied: "capability_denied";
|
|
484
|
+
approval_required: "approval_required";
|
|
484
485
|
validation_failed: "validation_failed";
|
|
485
|
-
provider_unavailable: "provider_unavailable";
|
|
486
486
|
execution_failed: "execution_failed";
|
|
487
|
-
cancelled: "cancelled";
|
|
488
|
-
timeout: "timeout";
|
|
489
487
|
output_truncated: "output_truncated";
|
|
488
|
+
timeout: "timeout";
|
|
489
|
+
cancelled: "cancelled";
|
|
490
490
|
artifact_unavailable: "artifact_unavailable";
|
|
491
491
|
}>;
|
|
492
492
|
level: z.ZodEnum<{
|
|
@@ -543,14 +543,14 @@ declare const PortalSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
543
543
|
}, z.core.$strict>, z.ZodObject<{
|
|
544
544
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
545
545
|
code: z.ZodEnum<{
|
|
546
|
-
|
|
546
|
+
provider_unavailable: "provider_unavailable";
|
|
547
547
|
capability_denied: "capability_denied";
|
|
548
|
+
approval_required: "approval_required";
|
|
548
549
|
validation_failed: "validation_failed";
|
|
549
|
-
provider_unavailable: "provider_unavailable";
|
|
550
550
|
execution_failed: "execution_failed";
|
|
551
|
-
cancelled: "cancelled";
|
|
552
|
-
timeout: "timeout";
|
|
553
551
|
output_truncated: "output_truncated";
|
|
552
|
+
timeout: "timeout";
|
|
553
|
+
cancelled: "cancelled";
|
|
554
554
|
artifact_unavailable: "artifact_unavailable";
|
|
555
555
|
}>;
|
|
556
556
|
level: z.ZodEnum<{
|
|
@@ -564,29 +564,29 @@ declare const PortalSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
564
564
|
}, z.core.$strict>>>;
|
|
565
565
|
error: z.ZodObject<{
|
|
566
566
|
code: z.ZodEnum<{
|
|
567
|
-
|
|
568
|
-
not_found: "not_found";
|
|
569
|
-
not_authorized: "not_authorized";
|
|
570
|
-
approval_required: "approval_required";
|
|
567
|
+
provider_unavailable: "provider_unavailable";
|
|
571
568
|
capability_denied: "capability_denied";
|
|
569
|
+
approval_required: "approval_required";
|
|
572
570
|
validation_failed: "validation_failed";
|
|
573
|
-
provider_unavailable: "provider_unavailable";
|
|
574
571
|
execution_failed: "execution_failed";
|
|
575
|
-
cancelled: "cancelled";
|
|
576
572
|
timeout: "timeout";
|
|
573
|
+
cancelled: "cancelled";
|
|
574
|
+
invalid_request: "invalid_request";
|
|
575
|
+
not_found: "not_found";
|
|
576
|
+
not_authorized: "not_authorized";
|
|
577
577
|
}>;
|
|
578
578
|
message: z.ZodString;
|
|
579
579
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
580
580
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
581
581
|
code: z.ZodEnum<{
|
|
582
|
-
|
|
582
|
+
provider_unavailable: "provider_unavailable";
|
|
583
583
|
capability_denied: "capability_denied";
|
|
584
|
+
approval_required: "approval_required";
|
|
584
585
|
validation_failed: "validation_failed";
|
|
585
|
-
provider_unavailable: "provider_unavailable";
|
|
586
586
|
execution_failed: "execution_failed";
|
|
587
|
-
cancelled: "cancelled";
|
|
588
|
-
timeout: "timeout";
|
|
589
587
|
output_truncated: "output_truncated";
|
|
588
|
+
timeout: "timeout";
|
|
589
|
+
cancelled: "cancelled";
|
|
590
590
|
artifact_unavailable: "artifact_unavailable";
|
|
591
591
|
}>;
|
|
592
592
|
level: z.ZodEnum<{
|
|
@@ -612,14 +612,14 @@ declare const PortalDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
612
612
|
}, z.core.$strict>>>;
|
|
613
613
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
614
614
|
code: z.ZodEnum<{
|
|
615
|
-
|
|
615
|
+
provider_unavailable: "provider_unavailable";
|
|
616
616
|
capability_denied: "capability_denied";
|
|
617
|
+
approval_required: "approval_required";
|
|
617
618
|
validation_failed: "validation_failed";
|
|
618
|
-
provider_unavailable: "provider_unavailable";
|
|
619
619
|
execution_failed: "execution_failed";
|
|
620
|
-
cancelled: "cancelled";
|
|
621
|
-
timeout: "timeout";
|
|
622
620
|
output_truncated: "output_truncated";
|
|
621
|
+
timeout: "timeout";
|
|
622
|
+
cancelled: "cancelled";
|
|
623
623
|
artifact_unavailable: "artifact_unavailable";
|
|
624
624
|
}>;
|
|
625
625
|
level: z.ZodEnum<{
|
|
@@ -660,14 +660,14 @@ declare const PortalDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
660
660
|
}, z.core.$strict>, z.ZodObject<{
|
|
661
661
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
662
662
|
code: z.ZodEnum<{
|
|
663
|
-
|
|
663
|
+
provider_unavailable: "provider_unavailable";
|
|
664
664
|
capability_denied: "capability_denied";
|
|
665
|
+
approval_required: "approval_required";
|
|
665
666
|
validation_failed: "validation_failed";
|
|
666
|
-
provider_unavailable: "provider_unavailable";
|
|
667
667
|
execution_failed: "execution_failed";
|
|
668
|
-
cancelled: "cancelled";
|
|
669
|
-
timeout: "timeout";
|
|
670
668
|
output_truncated: "output_truncated";
|
|
669
|
+
timeout: "timeout";
|
|
670
|
+
cancelled: "cancelled";
|
|
671
671
|
artifact_unavailable: "artifact_unavailable";
|
|
672
672
|
}>;
|
|
673
673
|
level: z.ZodEnum<{
|
|
@@ -681,29 +681,29 @@ declare const PortalDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
681
681
|
}, z.core.$strict>>>;
|
|
682
682
|
error: z.ZodObject<{
|
|
683
683
|
code: z.ZodEnum<{
|
|
684
|
-
|
|
685
|
-
not_found: "not_found";
|
|
686
|
-
not_authorized: "not_authorized";
|
|
687
|
-
approval_required: "approval_required";
|
|
684
|
+
provider_unavailable: "provider_unavailable";
|
|
688
685
|
capability_denied: "capability_denied";
|
|
686
|
+
approval_required: "approval_required";
|
|
689
687
|
validation_failed: "validation_failed";
|
|
690
|
-
provider_unavailable: "provider_unavailable";
|
|
691
688
|
execution_failed: "execution_failed";
|
|
692
|
-
cancelled: "cancelled";
|
|
693
689
|
timeout: "timeout";
|
|
690
|
+
cancelled: "cancelled";
|
|
691
|
+
invalid_request: "invalid_request";
|
|
692
|
+
not_found: "not_found";
|
|
693
|
+
not_authorized: "not_authorized";
|
|
694
694
|
}>;
|
|
695
695
|
message: z.ZodString;
|
|
696
696
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
697
697
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
698
698
|
code: z.ZodEnum<{
|
|
699
|
-
|
|
699
|
+
provider_unavailable: "provider_unavailable";
|
|
700
700
|
capability_denied: "capability_denied";
|
|
701
|
+
approval_required: "approval_required";
|
|
701
702
|
validation_failed: "validation_failed";
|
|
702
|
-
provider_unavailable: "provider_unavailable";
|
|
703
703
|
execution_failed: "execution_failed";
|
|
704
|
-
cancelled: "cancelled";
|
|
705
|
-
timeout: "timeout";
|
|
706
704
|
output_truncated: "output_truncated";
|
|
705
|
+
timeout: "timeout";
|
|
706
|
+
cancelled: "cancelled";
|
|
707
707
|
artifact_unavailable: "artifact_unavailable";
|
|
708
708
|
}>;
|
|
709
709
|
level: z.ZodEnum<{
|
|
@@ -723,14 +723,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
723
723
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
724
724
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
725
725
|
code: z.ZodEnum<{
|
|
726
|
-
|
|
726
|
+
provider_unavailable: "provider_unavailable";
|
|
727
727
|
capability_denied: "capability_denied";
|
|
728
|
+
approval_required: "approval_required";
|
|
728
729
|
validation_failed: "validation_failed";
|
|
729
|
-
provider_unavailable: "provider_unavailable";
|
|
730
730
|
execution_failed: "execution_failed";
|
|
731
|
-
cancelled: "cancelled";
|
|
732
|
-
timeout: "timeout";
|
|
733
731
|
output_truncated: "output_truncated";
|
|
732
|
+
timeout: "timeout";
|
|
733
|
+
cancelled: "cancelled";
|
|
734
734
|
artifact_unavailable: "artifact_unavailable";
|
|
735
735
|
}>;
|
|
736
736
|
level: z.ZodEnum<{
|
|
@@ -752,14 +752,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
752
752
|
}, z.core.$strict>>>;
|
|
753
753
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
754
754
|
code: z.ZodEnum<{
|
|
755
|
-
|
|
755
|
+
provider_unavailable: "provider_unavailable";
|
|
756
756
|
capability_denied: "capability_denied";
|
|
757
|
+
approval_required: "approval_required";
|
|
757
758
|
validation_failed: "validation_failed";
|
|
758
|
-
provider_unavailable: "provider_unavailable";
|
|
759
759
|
execution_failed: "execution_failed";
|
|
760
|
-
cancelled: "cancelled";
|
|
761
|
-
timeout: "timeout";
|
|
762
760
|
output_truncated: "output_truncated";
|
|
761
|
+
timeout: "timeout";
|
|
762
|
+
cancelled: "cancelled";
|
|
763
763
|
artifact_unavailable: "artifact_unavailable";
|
|
764
764
|
}>;
|
|
765
765
|
level: z.ZodEnum<{
|
|
@@ -789,14 +789,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
789
789
|
}, z.core.$strict>, z.ZodObject<{
|
|
790
790
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
791
791
|
code: z.ZodEnum<{
|
|
792
|
-
|
|
792
|
+
provider_unavailable: "provider_unavailable";
|
|
793
793
|
capability_denied: "capability_denied";
|
|
794
|
+
approval_required: "approval_required";
|
|
794
795
|
validation_failed: "validation_failed";
|
|
795
|
-
provider_unavailable: "provider_unavailable";
|
|
796
796
|
execution_failed: "execution_failed";
|
|
797
|
-
cancelled: "cancelled";
|
|
798
|
-
timeout: "timeout";
|
|
799
797
|
output_truncated: "output_truncated";
|
|
798
|
+
timeout: "timeout";
|
|
799
|
+
cancelled: "cancelled";
|
|
800
800
|
artifact_unavailable: "artifact_unavailable";
|
|
801
801
|
}>;
|
|
802
802
|
level: z.ZodEnum<{
|
|
@@ -810,29 +810,29 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
810
810
|
}, z.core.$strict>>>;
|
|
811
811
|
error: z.ZodObject<{
|
|
812
812
|
code: z.ZodEnum<{
|
|
813
|
-
|
|
814
|
-
not_found: "not_found";
|
|
815
|
-
not_authorized: "not_authorized";
|
|
816
|
-
approval_required: "approval_required";
|
|
813
|
+
provider_unavailable: "provider_unavailable";
|
|
817
814
|
capability_denied: "capability_denied";
|
|
815
|
+
approval_required: "approval_required";
|
|
818
816
|
validation_failed: "validation_failed";
|
|
819
|
-
provider_unavailable: "provider_unavailable";
|
|
820
817
|
execution_failed: "execution_failed";
|
|
821
|
-
cancelled: "cancelled";
|
|
822
818
|
timeout: "timeout";
|
|
819
|
+
cancelled: "cancelled";
|
|
820
|
+
invalid_request: "invalid_request";
|
|
821
|
+
not_found: "not_found";
|
|
822
|
+
not_authorized: "not_authorized";
|
|
823
823
|
}>;
|
|
824
824
|
message: z.ZodString;
|
|
825
825
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
826
826
|
safeDiagnostic: z.ZodOptional<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<{
|
|
@@ -889,14 +889,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
889
889
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
890
890
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
891
891
|
code: z.ZodEnum<{
|
|
892
|
-
|
|
892
|
+
provider_unavailable: "provider_unavailable";
|
|
893
893
|
capability_denied: "capability_denied";
|
|
894
|
+
approval_required: "approval_required";
|
|
894
895
|
validation_failed: "validation_failed";
|
|
895
|
-
provider_unavailable: "provider_unavailable";
|
|
896
896
|
execution_failed: "execution_failed";
|
|
897
|
-
cancelled: "cancelled";
|
|
898
|
-
timeout: "timeout";
|
|
899
897
|
output_truncated: "output_truncated";
|
|
898
|
+
timeout: "timeout";
|
|
899
|
+
cancelled: "cancelled";
|
|
900
900
|
artifact_unavailable: "artifact_unavailable";
|
|
901
901
|
}>;
|
|
902
902
|
level: z.ZodEnum<{
|
|
@@ -927,14 +927,14 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
927
927
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
928
928
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
929
929
|
code: z.ZodEnum<{
|
|
930
|
-
|
|
930
|
+
provider_unavailable: "provider_unavailable";
|
|
931
931
|
capability_denied: "capability_denied";
|
|
932
|
+
approval_required: "approval_required";
|
|
932
933
|
validation_failed: "validation_failed";
|
|
933
|
-
provider_unavailable: "provider_unavailable";
|
|
934
934
|
execution_failed: "execution_failed";
|
|
935
|
-
cancelled: "cancelled";
|
|
936
|
-
timeout: "timeout";
|
|
937
935
|
output_truncated: "output_truncated";
|
|
936
|
+
timeout: "timeout";
|
|
937
|
+
cancelled: "cancelled";
|
|
938
938
|
artifact_unavailable: "artifact_unavailable";
|
|
939
939
|
}>;
|
|
940
940
|
level: z.ZodEnum<{
|
|
@@ -956,14 +956,14 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
956
956
|
}, z.core.$strict>>>;
|
|
957
957
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
958
958
|
code: z.ZodEnum<{
|
|
959
|
-
|
|
959
|
+
provider_unavailable: "provider_unavailable";
|
|
960
960
|
capability_denied: "capability_denied";
|
|
961
|
+
approval_required: "approval_required";
|
|
961
962
|
validation_failed: "validation_failed";
|
|
962
|
-
provider_unavailable: "provider_unavailable";
|
|
963
963
|
execution_failed: "execution_failed";
|
|
964
|
-
cancelled: "cancelled";
|
|
965
|
-
timeout: "timeout";
|
|
966
964
|
output_truncated: "output_truncated";
|
|
965
|
+
timeout: "timeout";
|
|
966
|
+
cancelled: "cancelled";
|
|
967
967
|
artifact_unavailable: "artifact_unavailable";
|
|
968
968
|
}>;
|
|
969
969
|
level: z.ZodEnum<{
|
|
@@ -1018,14 +1018,14 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
1018
1018
|
}, z.core.$strict>, z.ZodObject<{
|
|
1019
1019
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1020
1020
|
code: z.ZodEnum<{
|
|
1021
|
-
|
|
1021
|
+
provider_unavailable: "provider_unavailable";
|
|
1022
1022
|
capability_denied: "capability_denied";
|
|
1023
|
+
approval_required: "approval_required";
|
|
1023
1024
|
validation_failed: "validation_failed";
|
|
1024
|
-
provider_unavailable: "provider_unavailable";
|
|
1025
1025
|
execution_failed: "execution_failed";
|
|
1026
|
-
cancelled: "cancelled";
|
|
1027
|
-
timeout: "timeout";
|
|
1028
1026
|
output_truncated: "output_truncated";
|
|
1027
|
+
timeout: "timeout";
|
|
1028
|
+
cancelled: "cancelled";
|
|
1029
1029
|
artifact_unavailable: "artifact_unavailable";
|
|
1030
1030
|
}>;
|
|
1031
1031
|
level: z.ZodEnum<{
|
|
@@ -1039,29 +1039,29 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
1039
1039
|
}, z.core.$strict>>>;
|
|
1040
1040
|
error: z.ZodObject<{
|
|
1041
1041
|
code: z.ZodEnum<{
|
|
1042
|
-
|
|
1043
|
-
not_found: "not_found";
|
|
1044
|
-
not_authorized: "not_authorized";
|
|
1045
|
-
approval_required: "approval_required";
|
|
1042
|
+
provider_unavailable: "provider_unavailable";
|
|
1046
1043
|
capability_denied: "capability_denied";
|
|
1044
|
+
approval_required: "approval_required";
|
|
1047
1045
|
validation_failed: "validation_failed";
|
|
1048
|
-
provider_unavailable: "provider_unavailable";
|
|
1049
1046
|
execution_failed: "execution_failed";
|
|
1050
|
-
cancelled: "cancelled";
|
|
1051
1047
|
timeout: "timeout";
|
|
1048
|
+
cancelled: "cancelled";
|
|
1049
|
+
invalid_request: "invalid_request";
|
|
1050
|
+
not_found: "not_found";
|
|
1051
|
+
not_authorized: "not_authorized";
|
|
1052
1052
|
}>;
|
|
1053
1053
|
message: z.ZodString;
|
|
1054
1054
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1055
1055
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1056
1056
|
code: z.ZodEnum<{
|
|
1057
|
-
|
|
1057
|
+
provider_unavailable: "provider_unavailable";
|
|
1058
1058
|
capability_denied: "capability_denied";
|
|
1059
|
+
approval_required: "approval_required";
|
|
1059
1060
|
validation_failed: "validation_failed";
|
|
1060
|
-
provider_unavailable: "provider_unavailable";
|
|
1061
1061
|
execution_failed: "execution_failed";
|
|
1062
|
-
cancelled: "cancelled";
|
|
1063
|
-
timeout: "timeout";
|
|
1064
1062
|
output_truncated: "output_truncated";
|
|
1063
|
+
timeout: "timeout";
|
|
1064
|
+
cancelled: "cancelled";
|
|
1065
1065
|
artifact_unavailable: "artifact_unavailable";
|
|
1066
1066
|
}>;
|
|
1067
1067
|
level: z.ZodEnum<{
|
|
@@ -1084,14 +1084,14 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
1084
1084
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
1085
1085
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1086
1086
|
code: z.ZodEnum<{
|
|
1087
|
-
|
|
1087
|
+
provider_unavailable: "provider_unavailable";
|
|
1088
1088
|
capability_denied: "capability_denied";
|
|
1089
|
+
approval_required: "approval_required";
|
|
1089
1090
|
validation_failed: "validation_failed";
|
|
1090
|
-
provider_unavailable: "provider_unavailable";
|
|
1091
1091
|
execution_failed: "execution_failed";
|
|
1092
|
-
cancelled: "cancelled";
|
|
1093
|
-
timeout: "timeout";
|
|
1094
1092
|
output_truncated: "output_truncated";
|
|
1093
|
+
timeout: "timeout";
|
|
1094
|
+
cancelled: "cancelled";
|
|
1095
1095
|
artifact_unavailable: "artifact_unavailable";
|
|
1096
1096
|
}>;
|
|
1097
1097
|
level: z.ZodEnum<{
|
|
@@ -1113,14 +1113,14 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
1113
1113
|
}, z.core.$strict>>>;
|
|
1114
1114
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1115
1115
|
code: z.ZodEnum<{
|
|
1116
|
-
|
|
1116
|
+
provider_unavailable: "provider_unavailable";
|
|
1117
1117
|
capability_denied: "capability_denied";
|
|
1118
|
+
approval_required: "approval_required";
|
|
1118
1119
|
validation_failed: "validation_failed";
|
|
1119
|
-
provider_unavailable: "provider_unavailable";
|
|
1120
1120
|
execution_failed: "execution_failed";
|
|
1121
|
-
cancelled: "cancelled";
|
|
1122
|
-
timeout: "timeout";
|
|
1123
1121
|
output_truncated: "output_truncated";
|
|
1122
|
+
timeout: "timeout";
|
|
1123
|
+
cancelled: "cancelled";
|
|
1124
1124
|
artifact_unavailable: "artifact_unavailable";
|
|
1125
1125
|
}>;
|
|
1126
1126
|
level: z.ZodEnum<{
|
|
@@ -1177,14 +1177,14 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
1177
1177
|
}, z.core.$strict>, z.ZodObject<{
|
|
1178
1178
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1179
1179
|
code: z.ZodEnum<{
|
|
1180
|
-
|
|
1180
|
+
provider_unavailable: "provider_unavailable";
|
|
1181
1181
|
capability_denied: "capability_denied";
|
|
1182
|
+
approval_required: "approval_required";
|
|
1182
1183
|
validation_failed: "validation_failed";
|
|
1183
|
-
provider_unavailable: "provider_unavailable";
|
|
1184
1184
|
execution_failed: "execution_failed";
|
|
1185
|
-
cancelled: "cancelled";
|
|
1186
|
-
timeout: "timeout";
|
|
1187
1185
|
output_truncated: "output_truncated";
|
|
1186
|
+
timeout: "timeout";
|
|
1187
|
+
cancelled: "cancelled";
|
|
1188
1188
|
artifact_unavailable: "artifact_unavailable";
|
|
1189
1189
|
}>;
|
|
1190
1190
|
level: z.ZodEnum<{
|
|
@@ -1198,29 +1198,29 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
1198
1198
|
}, z.core.$strict>>>;
|
|
1199
1199
|
error: z.ZodObject<{
|
|
1200
1200
|
code: z.ZodEnum<{
|
|
1201
|
-
|
|
1202
|
-
not_found: "not_found";
|
|
1203
|
-
not_authorized: "not_authorized";
|
|
1204
|
-
approval_required: "approval_required";
|
|
1201
|
+
provider_unavailable: "provider_unavailable";
|
|
1205
1202
|
capability_denied: "capability_denied";
|
|
1203
|
+
approval_required: "approval_required";
|
|
1206
1204
|
validation_failed: "validation_failed";
|
|
1207
|
-
provider_unavailable: "provider_unavailable";
|
|
1208
1205
|
execution_failed: "execution_failed";
|
|
1209
|
-
cancelled: "cancelled";
|
|
1210
1206
|
timeout: "timeout";
|
|
1207
|
+
cancelled: "cancelled";
|
|
1208
|
+
invalid_request: "invalid_request";
|
|
1209
|
+
not_found: "not_found";
|
|
1210
|
+
not_authorized: "not_authorized";
|
|
1211
1211
|
}>;
|
|
1212
1212
|
message: z.ZodString;
|
|
1213
1213
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1214
1214
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1215
1215
|
code: z.ZodEnum<{
|
|
1216
|
-
|
|
1216
|
+
provider_unavailable: "provider_unavailable";
|
|
1217
1217
|
capability_denied: "capability_denied";
|
|
1218
|
+
approval_required: "approval_required";
|
|
1218
1219
|
validation_failed: "validation_failed";
|
|
1219
|
-
provider_unavailable: "provider_unavailable";
|
|
1220
1220
|
execution_failed: "execution_failed";
|
|
1221
|
-
cancelled: "cancelled";
|
|
1222
|
-
timeout: "timeout";
|
|
1223
1221
|
output_truncated: "output_truncated";
|
|
1222
|
+
timeout: "timeout";
|
|
1223
|
+
cancelled: "cancelled";
|
|
1224
1224
|
artifact_unavailable: "artifact_unavailable";
|
|
1225
1225
|
}>;
|
|
1226
1226
|
level: z.ZodEnum<{
|
|
@@ -1243,14 +1243,14 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
1243
1243
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
1244
1244
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1245
1245
|
code: z.ZodEnum<{
|
|
1246
|
-
|
|
1246
|
+
provider_unavailable: "provider_unavailable";
|
|
1247
1247
|
capability_denied: "capability_denied";
|
|
1248
|
+
approval_required: "approval_required";
|
|
1248
1249
|
validation_failed: "validation_failed";
|
|
1249
|
-
provider_unavailable: "provider_unavailable";
|
|
1250
1250
|
execution_failed: "execution_failed";
|
|
1251
|
-
cancelled: "cancelled";
|
|
1252
|
-
timeout: "timeout";
|
|
1253
1251
|
output_truncated: "output_truncated";
|
|
1252
|
+
timeout: "timeout";
|
|
1253
|
+
cancelled: "cancelled";
|
|
1254
1254
|
artifact_unavailable: "artifact_unavailable";
|
|
1255
1255
|
}>;
|
|
1256
1256
|
level: z.ZodEnum<{
|
|
@@ -1272,14 +1272,14 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
1272
1272
|
}, z.core.$strict>>>;
|
|
1273
1273
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1274
1274
|
code: z.ZodEnum<{
|
|
1275
|
-
|
|
1275
|
+
provider_unavailable: "provider_unavailable";
|
|
1276
1276
|
capability_denied: "capability_denied";
|
|
1277
|
+
approval_required: "approval_required";
|
|
1277
1278
|
validation_failed: "validation_failed";
|
|
1278
|
-
provider_unavailable: "provider_unavailable";
|
|
1279
1279
|
execution_failed: "execution_failed";
|
|
1280
|
-
cancelled: "cancelled";
|
|
1281
|
-
timeout: "timeout";
|
|
1282
1280
|
output_truncated: "output_truncated";
|
|
1281
|
+
timeout: "timeout";
|
|
1282
|
+
cancelled: "cancelled";
|
|
1283
1283
|
artifact_unavailable: "artifact_unavailable";
|
|
1284
1284
|
}>;
|
|
1285
1285
|
level: z.ZodEnum<{
|
|
@@ -1320,14 +1320,14 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
1320
1320
|
}, z.core.$strict>, z.ZodObject<{
|
|
1321
1321
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1322
1322
|
code: z.ZodEnum<{
|
|
1323
|
-
|
|
1323
|
+
provider_unavailable: "provider_unavailable";
|
|
1324
1324
|
capability_denied: "capability_denied";
|
|
1325
|
+
approval_required: "approval_required";
|
|
1325
1326
|
validation_failed: "validation_failed";
|
|
1326
|
-
provider_unavailable: "provider_unavailable";
|
|
1327
1327
|
execution_failed: "execution_failed";
|
|
1328
|
-
cancelled: "cancelled";
|
|
1329
|
-
timeout: "timeout";
|
|
1330
1328
|
output_truncated: "output_truncated";
|
|
1329
|
+
timeout: "timeout";
|
|
1330
|
+
cancelled: "cancelled";
|
|
1331
1331
|
artifact_unavailable: "artifact_unavailable";
|
|
1332
1332
|
}>;
|
|
1333
1333
|
level: z.ZodEnum<{
|
|
@@ -1341,29 +1341,29 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
1341
1341
|
}, z.core.$strict>>>;
|
|
1342
1342
|
error: z.ZodObject<{
|
|
1343
1343
|
code: z.ZodEnum<{
|
|
1344
|
-
|
|
1345
|
-
not_found: "not_found";
|
|
1346
|
-
not_authorized: "not_authorized";
|
|
1347
|
-
approval_required: "approval_required";
|
|
1344
|
+
provider_unavailable: "provider_unavailable";
|
|
1348
1345
|
capability_denied: "capability_denied";
|
|
1346
|
+
approval_required: "approval_required";
|
|
1349
1347
|
validation_failed: "validation_failed";
|
|
1350
|
-
provider_unavailable: "provider_unavailable";
|
|
1351
1348
|
execution_failed: "execution_failed";
|
|
1352
|
-
cancelled: "cancelled";
|
|
1353
1349
|
timeout: "timeout";
|
|
1350
|
+
cancelled: "cancelled";
|
|
1351
|
+
invalid_request: "invalid_request";
|
|
1352
|
+
not_found: "not_found";
|
|
1353
|
+
not_authorized: "not_authorized";
|
|
1354
1354
|
}>;
|
|
1355
1355
|
message: z.ZodString;
|
|
1356
1356
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1357
1357
|
safeDiagnostic: z.ZodOptional<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<{
|
|
@@ -1392,14 +1392,14 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1392
1392
|
}, z.core.$strict>>>;
|
|
1393
1393
|
diagnostics: z.ZodOptional<z.ZodArray<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<{
|
|
@@ -1421,14 +1421,14 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1421
1421
|
}, z.core.$strict>, z.ZodObject<{
|
|
1422
1422
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1423
1423
|
code: z.ZodEnum<{
|
|
1424
|
-
|
|
1424
|
+
provider_unavailable: "provider_unavailable";
|
|
1425
1425
|
capability_denied: "capability_denied";
|
|
1426
|
+
approval_required: "approval_required";
|
|
1426
1427
|
validation_failed: "validation_failed";
|
|
1427
|
-
provider_unavailable: "provider_unavailable";
|
|
1428
1428
|
execution_failed: "execution_failed";
|
|
1429
|
-
cancelled: "cancelled";
|
|
1430
|
-
timeout: "timeout";
|
|
1431
1429
|
output_truncated: "output_truncated";
|
|
1430
|
+
timeout: "timeout";
|
|
1431
|
+
cancelled: "cancelled";
|
|
1432
1432
|
artifact_unavailable: "artifact_unavailable";
|
|
1433
1433
|
}>;
|
|
1434
1434
|
level: z.ZodEnum<{
|
|
@@ -1442,29 +1442,29 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1442
1442
|
}, z.core.$strict>>>;
|
|
1443
1443
|
error: z.ZodObject<{
|
|
1444
1444
|
code: z.ZodEnum<{
|
|
1445
|
-
|
|
1446
|
-
not_found: "not_found";
|
|
1447
|
-
not_authorized: "not_authorized";
|
|
1448
|
-
approval_required: "approval_required";
|
|
1445
|
+
provider_unavailable: "provider_unavailable";
|
|
1449
1446
|
capability_denied: "capability_denied";
|
|
1447
|
+
approval_required: "approval_required";
|
|
1450
1448
|
validation_failed: "validation_failed";
|
|
1451
|
-
provider_unavailable: "provider_unavailable";
|
|
1452
1449
|
execution_failed: "execution_failed";
|
|
1453
|
-
cancelled: "cancelled";
|
|
1454
1450
|
timeout: "timeout";
|
|
1451
|
+
cancelled: "cancelled";
|
|
1452
|
+
invalid_request: "invalid_request";
|
|
1453
|
+
not_found: "not_found";
|
|
1454
|
+
not_authorized: "not_authorized";
|
|
1455
1455
|
}>;
|
|
1456
1456
|
message: z.ZodString;
|
|
1457
1457
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1458
1458
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1459
1459
|
code: z.ZodEnum<{
|
|
1460
|
-
|
|
1460
|
+
provider_unavailable: "provider_unavailable";
|
|
1461
1461
|
capability_denied: "capability_denied";
|
|
1462
|
+
approval_required: "approval_required";
|
|
1462
1463
|
validation_failed: "validation_failed";
|
|
1463
|
-
provider_unavailable: "provider_unavailable";
|
|
1464
1464
|
execution_failed: "execution_failed";
|
|
1465
|
-
cancelled: "cancelled";
|
|
1466
|
-
timeout: "timeout";
|
|
1467
1465
|
output_truncated: "output_truncated";
|
|
1466
|
+
timeout: "timeout";
|
|
1467
|
+
cancelled: "cancelled";
|
|
1468
1468
|
artifact_unavailable: "artifact_unavailable";
|
|
1469
1469
|
}>;
|
|
1470
1470
|
level: z.ZodEnum<{
|
|
@@ -1482,4 +1482,4 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
1482
1482
|
}, z.core.$strict>], "status">;
|
|
1483
1483
|
//#endregion
|
|
1484
1484
|
export { PortalCallRequestSchema as C, PortalCallRequest as S, PortalSearchResult as _, PortalCallResultSchema as a, PortalBatchMaxItems as b, PortalDescribeResult as c, PortalListItemResultSchema as d, PortalListItemValueSchema as f, PortalSearchItemValueSchema as g, PortalSearchItemResultSchema as h, PortalCallResult as i, PortalDescribeResultSchema as l, PortalListResultSchema as m, PortalApprovalRequiredCallItemResultSchema as n, PortalDescribeItemResultSchema as o, PortalListResult as p, PortalCallItemResultSchema as r, PortalDescribeItemValueSchema as s, PortalApprovalChallengeSchema as t, PortalGenericItemResultSchema as u, PortalSearchResultSchema as v, PortalCallItemRequestSchema as x, TruncationMetadataSchema as y };
|
|
1485
|
-
//# sourceMappingURL=portal-call-result-schema-
|
|
1485
|
+
//# sourceMappingURL=portal-call-result-schema-DoE_YCtv.d.ts.map
|