@agent-vm/agent-portal-sdk 0.0.123 → 0.0.124
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 +2 -2
- package/dist/{index-M78OuWx6.d.ts → index-BWE2_BcN.d.ts} +5 -5
- package/dist/{index-M78OuWx6.d.ts.map → index-BWE2_BcN.d.ts.map} +1 -1
- package/dist/{index-Bdnvj5j3.d.ts → index-ByAhyVbI.d.ts} +2 -2
- package/dist/{index-Bdnvj5j3.d.ts.map → index-ByAhyVbI.d.ts.map} +1 -1
- package/dist/{index-CRuJ1-NF.d.ts → index-CMdPnnNL.d.ts} +17 -17
- package/dist/{index-CRuJ1-NF.d.ts.map → index-CMdPnnNL.d.ts.map} +1 -1
- package/dist/{index-BsOM4H1W.d.ts → index-DbBiCdX7.d.ts} +3 -3
- package/dist/{index-BsOM4H1W.d.ts.map → index-DbBiCdX7.d.ts.map} +1 -1
- package/dist/{index-BaIwC_bf.d.ts → index-Dxoz-ORl.d.ts} +39 -39
- package/dist/{index-BaIwC_bf.d.ts.map → index-Dxoz-ORl.d.ts.map} +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/{portal-call-result-schema-DoE_YCtv.d.ts → portal-call-result-schema-wSCaz3mC.d.ts} +191 -191
- package/dist/{portal-call-result-schema-DoE_YCtv.d.ts.map → portal-call-result-schema-wSCaz3mC.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-DoE_YCtv.d.ts → portal-call-result-schema-wSCaz3mC.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
|
-
provider_unavailable: "provider_unavailable";
|
|
43
|
-
capability_denied: "capability_denied";
|
|
44
42
|
approval_required: "approval_required";
|
|
43
|
+
capability_denied: "capability_denied";
|
|
45
44
|
validation_failed: "validation_failed";
|
|
45
|
+
provider_unavailable: "provider_unavailable";
|
|
46
46
|
execution_failed: "execution_failed";
|
|
47
|
-
output_truncated: "output_truncated";
|
|
48
|
-
timeout: "timeout";
|
|
49
47
|
cancelled: "cancelled";
|
|
48
|
+
timeout: "timeout";
|
|
49
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
84
|
-
capability_denied: "capability_denied";
|
|
85
83
|
approval_required: "approval_required";
|
|
84
|
+
capability_denied: "capability_denied";
|
|
86
85
|
validation_failed: "validation_failed";
|
|
86
|
+
provider_unavailable: "provider_unavailable";
|
|
87
87
|
execution_failed: "execution_failed";
|
|
88
|
-
output_truncated: "output_truncated";
|
|
89
|
-
timeout: "timeout";
|
|
90
88
|
cancelled: "cancelled";
|
|
89
|
+
timeout: "timeout";
|
|
90
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
121
|
-
capability_denied: "capability_denied";
|
|
122
120
|
approval_required: "approval_required";
|
|
121
|
+
capability_denied: "capability_denied";
|
|
123
122
|
validation_failed: "validation_failed";
|
|
123
|
+
provider_unavailable: "provider_unavailable";
|
|
124
124
|
execution_failed: "execution_failed";
|
|
125
|
-
output_truncated: "output_truncated";
|
|
126
|
-
timeout: "timeout";
|
|
127
125
|
cancelled: "cancelled";
|
|
126
|
+
timeout: "timeout";
|
|
127
|
+
output_truncated: "output_truncated";
|
|
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
|
-
|
|
141
|
+
invalid_request: "invalid_request";
|
|
142
|
+
not_found: "not_found";
|
|
143
|
+
not_authorized: "not_authorized";
|
|
143
144
|
approval_required: "approval_required";
|
|
145
|
+
capability_denied: "capability_denied";
|
|
144
146
|
validation_failed: "validation_failed";
|
|
147
|
+
provider_unavailable: "provider_unavailable";
|
|
145
148
|
execution_failed: "execution_failed";
|
|
146
|
-
timeout: "timeout";
|
|
147
149
|
cancelled: "cancelled";
|
|
148
|
-
|
|
149
|
-
not_found: "not_found";
|
|
150
|
-
not_authorized: "not_authorized";
|
|
150
|
+
timeout: "timeout";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
157
|
-
capability_denied: "capability_denied";
|
|
158
156
|
approval_required: "approval_required";
|
|
157
|
+
capability_denied: "capability_denied";
|
|
159
158
|
validation_failed: "validation_failed";
|
|
159
|
+
provider_unavailable: "provider_unavailable";
|
|
160
160
|
execution_failed: "execution_failed";
|
|
161
|
-
output_truncated: "output_truncated";
|
|
162
|
-
timeout: "timeout";
|
|
163
161
|
cancelled: "cancelled";
|
|
162
|
+
timeout: "timeout";
|
|
163
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
221
|
-
capability_denied: "capability_denied";
|
|
222
220
|
approval_required: "approval_required";
|
|
221
|
+
capability_denied: "capability_denied";
|
|
223
222
|
validation_failed: "validation_failed";
|
|
223
|
+
provider_unavailable: "provider_unavailable";
|
|
224
224
|
execution_failed: "execution_failed";
|
|
225
|
-
output_truncated: "output_truncated";
|
|
226
|
-
timeout: "timeout";
|
|
227
225
|
cancelled: "cancelled";
|
|
226
|
+
timeout: "timeout";
|
|
227
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
352
|
-
capability_denied: "capability_denied";
|
|
353
351
|
approval_required: "approval_required";
|
|
352
|
+
capability_denied: "capability_denied";
|
|
354
353
|
validation_failed: "validation_failed";
|
|
354
|
+
provider_unavailable: "provider_unavailable";
|
|
355
355
|
execution_failed: "execution_failed";
|
|
356
|
-
output_truncated: "output_truncated";
|
|
357
|
-
timeout: "timeout";
|
|
358
356
|
cancelled: "cancelled";
|
|
357
|
+
timeout: "timeout";
|
|
358
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
414
|
-
capability_denied: "capability_denied";
|
|
415
413
|
approval_required: "approval_required";
|
|
414
|
+
capability_denied: "capability_denied";
|
|
416
415
|
validation_failed: "validation_failed";
|
|
416
|
+
provider_unavailable: "provider_unavailable";
|
|
417
417
|
execution_failed: "execution_failed";
|
|
418
|
-
output_truncated: "output_truncated";
|
|
419
|
-
timeout: "timeout";
|
|
420
418
|
cancelled: "cancelled";
|
|
419
|
+
timeout: "timeout";
|
|
420
|
+
output_truncated: "output_truncated";
|
|
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
|
-
|
|
434
|
+
invalid_request: "invalid_request";
|
|
435
|
+
not_found: "not_found";
|
|
436
|
+
not_authorized: "not_authorized";
|
|
436
437
|
approval_required: "approval_required";
|
|
438
|
+
capability_denied: "capability_denied";
|
|
437
439
|
validation_failed: "validation_failed";
|
|
440
|
+
provider_unavailable: "provider_unavailable";
|
|
438
441
|
execution_failed: "execution_failed";
|
|
439
|
-
timeout: "timeout";
|
|
440
442
|
cancelled: "cancelled";
|
|
441
|
-
|
|
442
|
-
not_found: "not_found";
|
|
443
|
-
not_authorized: "not_authorized";
|
|
443
|
+
timeout: "timeout";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
450
|
-
capability_denied: "capability_denied";
|
|
451
449
|
approval_required: "approval_required";
|
|
450
|
+
capability_denied: "capability_denied";
|
|
452
451
|
validation_failed: "validation_failed";
|
|
452
|
+
provider_unavailable: "provider_unavailable";
|
|
453
453
|
execution_failed: "execution_failed";
|
|
454
|
-
output_truncated: "output_truncated";
|
|
455
|
-
timeout: "timeout";
|
|
456
454
|
cancelled: "cancelled";
|
|
455
|
+
timeout: "timeout";
|
|
456
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
483
|
-
capability_denied: "capability_denied";
|
|
484
482
|
approval_required: "approval_required";
|
|
483
|
+
capability_denied: "capability_denied";
|
|
485
484
|
validation_failed: "validation_failed";
|
|
485
|
+
provider_unavailable: "provider_unavailable";
|
|
486
486
|
execution_failed: "execution_failed";
|
|
487
|
-
output_truncated: "output_truncated";
|
|
488
|
-
timeout: "timeout";
|
|
489
487
|
cancelled: "cancelled";
|
|
488
|
+
timeout: "timeout";
|
|
489
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
547
|
-
capability_denied: "capability_denied";
|
|
548
546
|
approval_required: "approval_required";
|
|
547
|
+
capability_denied: "capability_denied";
|
|
549
548
|
validation_failed: "validation_failed";
|
|
549
|
+
provider_unavailable: "provider_unavailable";
|
|
550
550
|
execution_failed: "execution_failed";
|
|
551
|
-
output_truncated: "output_truncated";
|
|
552
|
-
timeout: "timeout";
|
|
553
551
|
cancelled: "cancelled";
|
|
552
|
+
timeout: "timeout";
|
|
553
|
+
output_truncated: "output_truncated";
|
|
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
|
-
|
|
567
|
+
invalid_request: "invalid_request";
|
|
568
|
+
not_found: "not_found";
|
|
569
|
+
not_authorized: "not_authorized";
|
|
569
570
|
approval_required: "approval_required";
|
|
571
|
+
capability_denied: "capability_denied";
|
|
570
572
|
validation_failed: "validation_failed";
|
|
573
|
+
provider_unavailable: "provider_unavailable";
|
|
571
574
|
execution_failed: "execution_failed";
|
|
572
|
-
timeout: "timeout";
|
|
573
575
|
cancelled: "cancelled";
|
|
574
|
-
|
|
575
|
-
not_found: "not_found";
|
|
576
|
-
not_authorized: "not_authorized";
|
|
576
|
+
timeout: "timeout";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
583
|
-
capability_denied: "capability_denied";
|
|
584
582
|
approval_required: "approval_required";
|
|
583
|
+
capability_denied: "capability_denied";
|
|
585
584
|
validation_failed: "validation_failed";
|
|
585
|
+
provider_unavailable: "provider_unavailable";
|
|
586
586
|
execution_failed: "execution_failed";
|
|
587
|
-
output_truncated: "output_truncated";
|
|
588
|
-
timeout: "timeout";
|
|
589
587
|
cancelled: "cancelled";
|
|
588
|
+
timeout: "timeout";
|
|
589
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
616
|
-
capability_denied: "capability_denied";
|
|
617
615
|
approval_required: "approval_required";
|
|
616
|
+
capability_denied: "capability_denied";
|
|
618
617
|
validation_failed: "validation_failed";
|
|
618
|
+
provider_unavailable: "provider_unavailable";
|
|
619
619
|
execution_failed: "execution_failed";
|
|
620
|
-
output_truncated: "output_truncated";
|
|
621
|
-
timeout: "timeout";
|
|
622
620
|
cancelled: "cancelled";
|
|
621
|
+
timeout: "timeout";
|
|
622
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
664
|
-
capability_denied: "capability_denied";
|
|
665
663
|
approval_required: "approval_required";
|
|
664
|
+
capability_denied: "capability_denied";
|
|
666
665
|
validation_failed: "validation_failed";
|
|
666
|
+
provider_unavailable: "provider_unavailable";
|
|
667
667
|
execution_failed: "execution_failed";
|
|
668
|
-
output_truncated: "output_truncated";
|
|
669
|
-
timeout: "timeout";
|
|
670
668
|
cancelled: "cancelled";
|
|
669
|
+
timeout: "timeout";
|
|
670
|
+
output_truncated: "output_truncated";
|
|
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
|
-
|
|
684
|
+
invalid_request: "invalid_request";
|
|
685
|
+
not_found: "not_found";
|
|
686
|
+
not_authorized: "not_authorized";
|
|
686
687
|
approval_required: "approval_required";
|
|
688
|
+
capability_denied: "capability_denied";
|
|
687
689
|
validation_failed: "validation_failed";
|
|
690
|
+
provider_unavailable: "provider_unavailable";
|
|
688
691
|
execution_failed: "execution_failed";
|
|
689
|
-
timeout: "timeout";
|
|
690
692
|
cancelled: "cancelled";
|
|
691
|
-
|
|
692
|
-
not_found: "not_found";
|
|
693
|
-
not_authorized: "not_authorized";
|
|
693
|
+
timeout: "timeout";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
700
|
-
capability_denied: "capability_denied";
|
|
701
699
|
approval_required: "approval_required";
|
|
700
|
+
capability_denied: "capability_denied";
|
|
702
701
|
validation_failed: "validation_failed";
|
|
702
|
+
provider_unavailable: "provider_unavailable";
|
|
703
703
|
execution_failed: "execution_failed";
|
|
704
|
-
output_truncated: "output_truncated";
|
|
705
|
-
timeout: "timeout";
|
|
706
704
|
cancelled: "cancelled";
|
|
705
|
+
timeout: "timeout";
|
|
706
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
727
|
-
capability_denied: "capability_denied";
|
|
728
726
|
approval_required: "approval_required";
|
|
727
|
+
capability_denied: "capability_denied";
|
|
729
728
|
validation_failed: "validation_failed";
|
|
729
|
+
provider_unavailable: "provider_unavailable";
|
|
730
730
|
execution_failed: "execution_failed";
|
|
731
|
-
output_truncated: "output_truncated";
|
|
732
|
-
timeout: "timeout";
|
|
733
731
|
cancelled: "cancelled";
|
|
732
|
+
timeout: "timeout";
|
|
733
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
756
|
-
capability_denied: "capability_denied";
|
|
757
755
|
approval_required: "approval_required";
|
|
756
|
+
capability_denied: "capability_denied";
|
|
758
757
|
validation_failed: "validation_failed";
|
|
758
|
+
provider_unavailable: "provider_unavailable";
|
|
759
759
|
execution_failed: "execution_failed";
|
|
760
|
-
output_truncated: "output_truncated";
|
|
761
|
-
timeout: "timeout";
|
|
762
760
|
cancelled: "cancelled";
|
|
761
|
+
timeout: "timeout";
|
|
762
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
793
|
-
capability_denied: "capability_denied";
|
|
794
792
|
approval_required: "approval_required";
|
|
793
|
+
capability_denied: "capability_denied";
|
|
795
794
|
validation_failed: "validation_failed";
|
|
795
|
+
provider_unavailable: "provider_unavailable";
|
|
796
796
|
execution_failed: "execution_failed";
|
|
797
|
-
output_truncated: "output_truncated";
|
|
798
|
-
timeout: "timeout";
|
|
799
797
|
cancelled: "cancelled";
|
|
798
|
+
timeout: "timeout";
|
|
799
|
+
output_truncated: "output_truncated";
|
|
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
|
-
|
|
813
|
+
invalid_request: "invalid_request";
|
|
814
|
+
not_found: "not_found";
|
|
815
|
+
not_authorized: "not_authorized";
|
|
815
816
|
approval_required: "approval_required";
|
|
817
|
+
capability_denied: "capability_denied";
|
|
816
818
|
validation_failed: "validation_failed";
|
|
819
|
+
provider_unavailable: "provider_unavailable";
|
|
817
820
|
execution_failed: "execution_failed";
|
|
818
|
-
timeout: "timeout";
|
|
819
821
|
cancelled: "cancelled";
|
|
820
|
-
|
|
821
|
-
not_found: "not_found";
|
|
822
|
-
not_authorized: "not_authorized";
|
|
822
|
+
timeout: "timeout";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
829
|
-
capability_denied: "capability_denied";
|
|
830
828
|
approval_required: "approval_required";
|
|
829
|
+
capability_denied: "capability_denied";
|
|
831
830
|
validation_failed: "validation_failed";
|
|
831
|
+
provider_unavailable: "provider_unavailable";
|
|
832
832
|
execution_failed: "execution_failed";
|
|
833
|
-
output_truncated: "output_truncated";
|
|
834
|
-
timeout: "timeout";
|
|
835
833
|
cancelled: "cancelled";
|
|
834
|
+
timeout: "timeout";
|
|
835
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
893
|
-
capability_denied: "capability_denied";
|
|
894
892
|
approval_required: "approval_required";
|
|
893
|
+
capability_denied: "capability_denied";
|
|
895
894
|
validation_failed: "validation_failed";
|
|
895
|
+
provider_unavailable: "provider_unavailable";
|
|
896
896
|
execution_failed: "execution_failed";
|
|
897
|
-
output_truncated: "output_truncated";
|
|
898
|
-
timeout: "timeout";
|
|
899
897
|
cancelled: "cancelled";
|
|
898
|
+
timeout: "timeout";
|
|
899
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
931
|
-
capability_denied: "capability_denied";
|
|
932
930
|
approval_required: "approval_required";
|
|
931
|
+
capability_denied: "capability_denied";
|
|
933
932
|
validation_failed: "validation_failed";
|
|
933
|
+
provider_unavailable: "provider_unavailable";
|
|
934
934
|
execution_failed: "execution_failed";
|
|
935
|
-
output_truncated: "output_truncated";
|
|
936
|
-
timeout: "timeout";
|
|
937
935
|
cancelled: "cancelled";
|
|
936
|
+
timeout: "timeout";
|
|
937
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
960
|
-
capability_denied: "capability_denied";
|
|
961
959
|
approval_required: "approval_required";
|
|
960
|
+
capability_denied: "capability_denied";
|
|
962
961
|
validation_failed: "validation_failed";
|
|
962
|
+
provider_unavailable: "provider_unavailable";
|
|
963
963
|
execution_failed: "execution_failed";
|
|
964
|
-
output_truncated: "output_truncated";
|
|
965
|
-
timeout: "timeout";
|
|
966
964
|
cancelled: "cancelled";
|
|
965
|
+
timeout: "timeout";
|
|
966
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1022
|
-
capability_denied: "capability_denied";
|
|
1023
1021
|
approval_required: "approval_required";
|
|
1022
|
+
capability_denied: "capability_denied";
|
|
1024
1023
|
validation_failed: "validation_failed";
|
|
1024
|
+
provider_unavailable: "provider_unavailable";
|
|
1025
1025
|
execution_failed: "execution_failed";
|
|
1026
|
-
output_truncated: "output_truncated";
|
|
1027
|
-
timeout: "timeout";
|
|
1028
1026
|
cancelled: "cancelled";
|
|
1027
|
+
timeout: "timeout";
|
|
1028
|
+
output_truncated: "output_truncated";
|
|
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
|
-
|
|
1042
|
+
invalid_request: "invalid_request";
|
|
1043
|
+
not_found: "not_found";
|
|
1044
|
+
not_authorized: "not_authorized";
|
|
1044
1045
|
approval_required: "approval_required";
|
|
1046
|
+
capability_denied: "capability_denied";
|
|
1045
1047
|
validation_failed: "validation_failed";
|
|
1048
|
+
provider_unavailable: "provider_unavailable";
|
|
1046
1049
|
execution_failed: "execution_failed";
|
|
1047
|
-
timeout: "timeout";
|
|
1048
1050
|
cancelled: "cancelled";
|
|
1049
|
-
|
|
1050
|
-
not_found: "not_found";
|
|
1051
|
-
not_authorized: "not_authorized";
|
|
1051
|
+
timeout: "timeout";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1058
|
-
capability_denied: "capability_denied";
|
|
1059
1057
|
approval_required: "approval_required";
|
|
1058
|
+
capability_denied: "capability_denied";
|
|
1060
1059
|
validation_failed: "validation_failed";
|
|
1060
|
+
provider_unavailable: "provider_unavailable";
|
|
1061
1061
|
execution_failed: "execution_failed";
|
|
1062
|
-
output_truncated: "output_truncated";
|
|
1063
|
-
timeout: "timeout";
|
|
1064
1062
|
cancelled: "cancelled";
|
|
1063
|
+
timeout: "timeout";
|
|
1064
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1088
|
-
capability_denied: "capability_denied";
|
|
1089
1087
|
approval_required: "approval_required";
|
|
1088
|
+
capability_denied: "capability_denied";
|
|
1090
1089
|
validation_failed: "validation_failed";
|
|
1090
|
+
provider_unavailable: "provider_unavailable";
|
|
1091
1091
|
execution_failed: "execution_failed";
|
|
1092
|
-
output_truncated: "output_truncated";
|
|
1093
|
-
timeout: "timeout";
|
|
1094
1092
|
cancelled: "cancelled";
|
|
1093
|
+
timeout: "timeout";
|
|
1094
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1117
|
-
capability_denied: "capability_denied";
|
|
1118
1116
|
approval_required: "approval_required";
|
|
1117
|
+
capability_denied: "capability_denied";
|
|
1119
1118
|
validation_failed: "validation_failed";
|
|
1119
|
+
provider_unavailable: "provider_unavailable";
|
|
1120
1120
|
execution_failed: "execution_failed";
|
|
1121
|
-
output_truncated: "output_truncated";
|
|
1122
|
-
timeout: "timeout";
|
|
1123
1121
|
cancelled: "cancelled";
|
|
1122
|
+
timeout: "timeout";
|
|
1123
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1181
|
-
capability_denied: "capability_denied";
|
|
1182
1180
|
approval_required: "approval_required";
|
|
1181
|
+
capability_denied: "capability_denied";
|
|
1183
1182
|
validation_failed: "validation_failed";
|
|
1183
|
+
provider_unavailable: "provider_unavailable";
|
|
1184
1184
|
execution_failed: "execution_failed";
|
|
1185
|
-
output_truncated: "output_truncated";
|
|
1186
|
-
timeout: "timeout";
|
|
1187
1185
|
cancelled: "cancelled";
|
|
1186
|
+
timeout: "timeout";
|
|
1187
|
+
output_truncated: "output_truncated";
|
|
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
|
-
|
|
1201
|
+
invalid_request: "invalid_request";
|
|
1202
|
+
not_found: "not_found";
|
|
1203
|
+
not_authorized: "not_authorized";
|
|
1203
1204
|
approval_required: "approval_required";
|
|
1205
|
+
capability_denied: "capability_denied";
|
|
1204
1206
|
validation_failed: "validation_failed";
|
|
1207
|
+
provider_unavailable: "provider_unavailable";
|
|
1205
1208
|
execution_failed: "execution_failed";
|
|
1206
|
-
timeout: "timeout";
|
|
1207
1209
|
cancelled: "cancelled";
|
|
1208
|
-
|
|
1209
|
-
not_found: "not_found";
|
|
1210
|
-
not_authorized: "not_authorized";
|
|
1210
|
+
timeout: "timeout";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1217
|
-
capability_denied: "capability_denied";
|
|
1218
1216
|
approval_required: "approval_required";
|
|
1217
|
+
capability_denied: "capability_denied";
|
|
1219
1218
|
validation_failed: "validation_failed";
|
|
1219
|
+
provider_unavailable: "provider_unavailable";
|
|
1220
1220
|
execution_failed: "execution_failed";
|
|
1221
|
-
output_truncated: "output_truncated";
|
|
1222
|
-
timeout: "timeout";
|
|
1223
1221
|
cancelled: "cancelled";
|
|
1222
|
+
timeout: "timeout";
|
|
1223
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1247
|
-
capability_denied: "capability_denied";
|
|
1248
1246
|
approval_required: "approval_required";
|
|
1247
|
+
capability_denied: "capability_denied";
|
|
1249
1248
|
validation_failed: "validation_failed";
|
|
1249
|
+
provider_unavailable: "provider_unavailable";
|
|
1250
1250
|
execution_failed: "execution_failed";
|
|
1251
|
-
output_truncated: "output_truncated";
|
|
1252
|
-
timeout: "timeout";
|
|
1253
1251
|
cancelled: "cancelled";
|
|
1252
|
+
timeout: "timeout";
|
|
1253
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1276
|
-
capability_denied: "capability_denied";
|
|
1277
1275
|
approval_required: "approval_required";
|
|
1276
|
+
capability_denied: "capability_denied";
|
|
1278
1277
|
validation_failed: "validation_failed";
|
|
1278
|
+
provider_unavailable: "provider_unavailable";
|
|
1279
1279
|
execution_failed: "execution_failed";
|
|
1280
|
-
output_truncated: "output_truncated";
|
|
1281
|
-
timeout: "timeout";
|
|
1282
1280
|
cancelled: "cancelled";
|
|
1281
|
+
timeout: "timeout";
|
|
1282
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1324
|
-
capability_denied: "capability_denied";
|
|
1325
1323
|
approval_required: "approval_required";
|
|
1324
|
+
capability_denied: "capability_denied";
|
|
1326
1325
|
validation_failed: "validation_failed";
|
|
1326
|
+
provider_unavailable: "provider_unavailable";
|
|
1327
1327
|
execution_failed: "execution_failed";
|
|
1328
|
-
output_truncated: "output_truncated";
|
|
1329
|
-
timeout: "timeout";
|
|
1330
1328
|
cancelled: "cancelled";
|
|
1329
|
+
timeout: "timeout";
|
|
1330
|
+
output_truncated: "output_truncated";
|
|
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
|
-
|
|
1344
|
+
invalid_request: "invalid_request";
|
|
1345
|
+
not_found: "not_found";
|
|
1346
|
+
not_authorized: "not_authorized";
|
|
1346
1347
|
approval_required: "approval_required";
|
|
1348
|
+
capability_denied: "capability_denied";
|
|
1347
1349
|
validation_failed: "validation_failed";
|
|
1350
|
+
provider_unavailable: "provider_unavailable";
|
|
1348
1351
|
execution_failed: "execution_failed";
|
|
1349
|
-
timeout: "timeout";
|
|
1350
1352
|
cancelled: "cancelled";
|
|
1351
|
-
|
|
1352
|
-
not_found: "not_found";
|
|
1353
|
-
not_authorized: "not_authorized";
|
|
1353
|
+
timeout: "timeout";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1360
|
-
capability_denied: "capability_denied";
|
|
1361
1359
|
approval_required: "approval_required";
|
|
1360
|
+
capability_denied: "capability_denied";
|
|
1362
1361
|
validation_failed: "validation_failed";
|
|
1362
|
+
provider_unavailable: "provider_unavailable";
|
|
1363
1363
|
execution_failed: "execution_failed";
|
|
1364
|
-
output_truncated: "output_truncated";
|
|
1365
|
-
timeout: "timeout";
|
|
1366
1364
|
cancelled: "cancelled";
|
|
1365
|
+
timeout: "timeout";
|
|
1366
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1396
|
-
capability_denied: "capability_denied";
|
|
1397
1395
|
approval_required: "approval_required";
|
|
1396
|
+
capability_denied: "capability_denied";
|
|
1398
1397
|
validation_failed: "validation_failed";
|
|
1398
|
+
provider_unavailable: "provider_unavailable";
|
|
1399
1399
|
execution_failed: "execution_failed";
|
|
1400
|
-
output_truncated: "output_truncated";
|
|
1401
|
-
timeout: "timeout";
|
|
1402
1400
|
cancelled: "cancelled";
|
|
1401
|
+
timeout: "timeout";
|
|
1402
|
+
output_truncated: "output_truncated";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1425
|
-
capability_denied: "capability_denied";
|
|
1426
1424
|
approval_required: "approval_required";
|
|
1425
|
+
capability_denied: "capability_denied";
|
|
1427
1426
|
validation_failed: "validation_failed";
|
|
1427
|
+
provider_unavailable: "provider_unavailable";
|
|
1428
1428
|
execution_failed: "execution_failed";
|
|
1429
|
-
output_truncated: "output_truncated";
|
|
1430
|
-
timeout: "timeout";
|
|
1431
1429
|
cancelled: "cancelled";
|
|
1430
|
+
timeout: "timeout";
|
|
1431
|
+
output_truncated: "output_truncated";
|
|
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
|
-
|
|
1445
|
+
invalid_request: "invalid_request";
|
|
1446
|
+
not_found: "not_found";
|
|
1447
|
+
not_authorized: "not_authorized";
|
|
1447
1448
|
approval_required: "approval_required";
|
|
1449
|
+
capability_denied: "capability_denied";
|
|
1448
1450
|
validation_failed: "validation_failed";
|
|
1451
|
+
provider_unavailable: "provider_unavailable";
|
|
1449
1452
|
execution_failed: "execution_failed";
|
|
1450
|
-
timeout: "timeout";
|
|
1451
1453
|
cancelled: "cancelled";
|
|
1452
|
-
|
|
1453
|
-
not_found: "not_found";
|
|
1454
|
-
not_authorized: "not_authorized";
|
|
1454
|
+
timeout: "timeout";
|
|
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
|
-
provider_unavailable: "provider_unavailable";
|
|
1461
|
-
capability_denied: "capability_denied";
|
|
1462
1460
|
approval_required: "approval_required";
|
|
1461
|
+
capability_denied: "capability_denied";
|
|
1463
1462
|
validation_failed: "validation_failed";
|
|
1463
|
+
provider_unavailable: "provider_unavailable";
|
|
1464
1464
|
execution_failed: "execution_failed";
|
|
1465
|
-
output_truncated: "output_truncated";
|
|
1466
|
-
timeout: "timeout";
|
|
1467
1465
|
cancelled: "cancelled";
|
|
1466
|
+
timeout: "timeout";
|
|
1467
|
+
output_truncated: "output_truncated";
|
|
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-wSCaz3mC.d.ts.map
|