@agent-vm/agent-portal-sdk 0.0.152 → 0.0.153
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/contracts/index.d.ts +1 -1
- package/dist/gateway-runtime-client/index.d.ts +4 -4
- package/dist/generated-tools/index.d.ts +2 -2
- package/dist/{index-BArHO3EQ.d.ts → index-5IFtTOFF.d.ts} +6 -6
- package/dist/{index-BArHO3EQ.d.ts.map → index-5IFtTOFF.d.ts.map} +1 -1
- package/dist/{index-CPKrnpa6.d.ts → index-B9MLlSms.d.ts} +5 -5
- package/dist/{index-CPKrnpa6.d.ts.map → index-B9MLlSms.d.ts.map} +1 -1
- package/dist/{index-DfnyhwPE.d.ts → index-BNIWgSur.d.ts} +3 -3
- package/dist/{index-DfnyhwPE.d.ts.map → index-BNIWgSur.d.ts.map} +1 -1
- package/dist/{index-Cwtjtz8S.d.ts → index-CBUBqlpp.d.ts} +37 -37
- package/dist/{index-Cwtjtz8S.d.ts.map → index-CBUBqlpp.d.ts.map} +1 -1
- package/dist/{index-DO3Rrknf.d.ts → index-e6sqWv5h.d.ts} +2 -2
- package/dist/{index-DO3Rrknf.d.ts.map → index-e6sqWv5h.d.ts.map} +1 -1
- package/dist/{index-DFOVxirw.d.ts → index-mJYfP6CB.d.ts} +21 -21
- package/dist/{index-DFOVxirw.d.ts.map → index-mJYfP6CB.d.ts.map} +1 -1
- package/dist/index.d.ts +7 -7
- package/dist/{portal-call-result-schema-DvW6QIxq.d.ts → portal-call-result-schema-4fE1Z_Ph.d.ts} +339 -339
- package/dist/{portal-call-result-schema-DvW6QIxq.d.ts.map → portal-call-result-schema-4fE1Z_Ph.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 +2 -2
package/dist/{portal-call-result-schema-DvW6QIxq.d.ts → portal-call-result-schema-4fE1Z_Ph.d.ts}
RENAMED
|
@@ -61,14 +61,14 @@ declare const PortalApprovalRequiredCallItemResultSchema: z.ZodObject<{
|
|
|
61
61
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
62
62
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
63
63
|
code: z.ZodEnum<{
|
|
64
|
-
|
|
65
|
-
approval_required: "approval_required";
|
|
64
|
+
provider_unavailable: "provider_unavailable";
|
|
66
65
|
capability_denied: "capability_denied";
|
|
66
|
+
approval_required: "approval_required";
|
|
67
67
|
validation_failed: "validation_failed";
|
|
68
|
-
provider_unavailable: "provider_unavailable";
|
|
69
68
|
execution_failed: "execution_failed";
|
|
70
|
-
timeout: "timeout";
|
|
71
69
|
output_truncated: "output_truncated";
|
|
70
|
+
timeout: "timeout";
|
|
71
|
+
cancelled: "cancelled";
|
|
72
72
|
artifact_unavailable: "artifact_unavailable";
|
|
73
73
|
}>;
|
|
74
74
|
level: z.ZodEnum<{
|
|
@@ -102,14 +102,14 @@ declare const PortalCallItemResultSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
102
102
|
}, z.core.$strict>>>;
|
|
103
103
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
104
104
|
code: z.ZodEnum<{
|
|
105
|
-
|
|
106
|
-
approval_required: "approval_required";
|
|
105
|
+
provider_unavailable: "provider_unavailable";
|
|
107
106
|
capability_denied: "capability_denied";
|
|
107
|
+
approval_required: "approval_required";
|
|
108
108
|
validation_failed: "validation_failed";
|
|
109
|
-
provider_unavailable: "provider_unavailable";
|
|
110
109
|
execution_failed: "execution_failed";
|
|
111
|
-
timeout: "timeout";
|
|
112
110
|
output_truncated: "output_truncated";
|
|
111
|
+
timeout: "timeout";
|
|
112
|
+
cancelled: "cancelled";
|
|
113
113
|
artifact_unavailable: "artifact_unavailable";
|
|
114
114
|
}>;
|
|
115
115
|
level: z.ZodEnum<{
|
|
@@ -146,14 +146,14 @@ declare const PortalCallItemResultSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
146
146
|
}, z.core.$strict>>>;
|
|
147
147
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
148
148
|
code: z.ZodEnum<{
|
|
149
|
-
|
|
150
|
-
approval_required: "approval_required";
|
|
149
|
+
provider_unavailable: "provider_unavailable";
|
|
151
150
|
capability_denied: "capability_denied";
|
|
151
|
+
approval_required: "approval_required";
|
|
152
152
|
validation_failed: "validation_failed";
|
|
153
|
-
provider_unavailable: "provider_unavailable";
|
|
154
153
|
execution_failed: "execution_failed";
|
|
155
|
-
timeout: "timeout";
|
|
156
154
|
output_truncated: "output_truncated";
|
|
155
|
+
timeout: "timeout";
|
|
156
|
+
cancelled: "cancelled";
|
|
157
157
|
artifact_unavailable: "artifact_unavailable";
|
|
158
158
|
}>;
|
|
159
159
|
level: z.ZodEnum<{
|
|
@@ -167,29 +167,29 @@ declare const PortalCallItemResultSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
167
167
|
}, z.core.$strict>>>;
|
|
168
168
|
error: z.ZodObject<{
|
|
169
169
|
code: z.ZodEnum<{
|
|
170
|
-
|
|
171
|
-
invalid_request: "invalid_request";
|
|
172
|
-
not_found: "not_found";
|
|
173
|
-
not_authorized: "not_authorized";
|
|
174
|
-
approval_required: "approval_required";
|
|
170
|
+
provider_unavailable: "provider_unavailable";
|
|
175
171
|
capability_denied: "capability_denied";
|
|
172
|
+
approval_required: "approval_required";
|
|
176
173
|
validation_failed: "validation_failed";
|
|
177
|
-
provider_unavailable: "provider_unavailable";
|
|
178
174
|
execution_failed: "execution_failed";
|
|
179
175
|
timeout: "timeout";
|
|
176
|
+
cancelled: "cancelled";
|
|
177
|
+
invalid_request: "invalid_request";
|
|
178
|
+
not_found: "not_found";
|
|
179
|
+
not_authorized: "not_authorized";
|
|
180
180
|
}>;
|
|
181
181
|
message: z.ZodString;
|
|
182
182
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
183
183
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
184
184
|
code: z.ZodEnum<{
|
|
185
|
-
|
|
186
|
-
approval_required: "approval_required";
|
|
185
|
+
provider_unavailable: "provider_unavailable";
|
|
187
186
|
capability_denied: "capability_denied";
|
|
187
|
+
approval_required: "approval_required";
|
|
188
188
|
validation_failed: "validation_failed";
|
|
189
|
-
provider_unavailable: "provider_unavailable";
|
|
190
189
|
execution_failed: "execution_failed";
|
|
191
|
-
timeout: "timeout";
|
|
192
190
|
output_truncated: "output_truncated";
|
|
191
|
+
timeout: "timeout";
|
|
192
|
+
cancelled: "cancelled";
|
|
193
193
|
artifact_unavailable: "artifact_unavailable";
|
|
194
194
|
}>;
|
|
195
195
|
level: z.ZodEnum<{
|
|
@@ -216,14 +216,14 @@ declare const PortalCallItemResultSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
216
216
|
}, z.core.$strict>, z.ZodObject<{
|
|
217
217
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
218
218
|
code: z.ZodEnum<{
|
|
219
|
-
|
|
220
|
-
approval_required: "approval_required";
|
|
219
|
+
provider_unavailable: "provider_unavailable";
|
|
221
220
|
capability_denied: "capability_denied";
|
|
221
|
+
approval_required: "approval_required";
|
|
222
222
|
validation_failed: "validation_failed";
|
|
223
|
-
provider_unavailable: "provider_unavailable";
|
|
224
223
|
execution_failed: "execution_failed";
|
|
225
|
-
timeout: "timeout";
|
|
226
224
|
output_truncated: "output_truncated";
|
|
225
|
+
timeout: "timeout";
|
|
226
|
+
cancelled: "cancelled";
|
|
227
227
|
artifact_unavailable: "artifact_unavailable";
|
|
228
228
|
}>;
|
|
229
229
|
level: z.ZodEnum<{
|
|
@@ -237,29 +237,29 @@ declare const PortalCallItemResultSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
237
237
|
}, z.core.$strict>>>;
|
|
238
238
|
error: z.ZodObject<{
|
|
239
239
|
code: z.ZodEnum<{
|
|
240
|
-
|
|
241
|
-
invalid_request: "invalid_request";
|
|
242
|
-
not_found: "not_found";
|
|
243
|
-
not_authorized: "not_authorized";
|
|
244
|
-
approval_required: "approval_required";
|
|
240
|
+
provider_unavailable: "provider_unavailable";
|
|
245
241
|
capability_denied: "capability_denied";
|
|
242
|
+
approval_required: "approval_required";
|
|
246
243
|
validation_failed: "validation_failed";
|
|
247
|
-
provider_unavailable: "provider_unavailable";
|
|
248
244
|
execution_failed: "execution_failed";
|
|
249
245
|
timeout: "timeout";
|
|
246
|
+
cancelled: "cancelled";
|
|
247
|
+
invalid_request: "invalid_request";
|
|
248
|
+
not_found: "not_found";
|
|
249
|
+
not_authorized: "not_authorized";
|
|
250
250
|
}>;
|
|
251
251
|
message: z.ZodString;
|
|
252
252
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
253
253
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
254
254
|
code: z.ZodEnum<{
|
|
255
|
-
|
|
256
|
-
approval_required: "approval_required";
|
|
255
|
+
provider_unavailable: "provider_unavailable";
|
|
257
256
|
capability_denied: "capability_denied";
|
|
257
|
+
approval_required: "approval_required";
|
|
258
258
|
validation_failed: "validation_failed";
|
|
259
|
-
provider_unavailable: "provider_unavailable";
|
|
260
259
|
execution_failed: "execution_failed";
|
|
261
|
-
timeout: "timeout";
|
|
262
260
|
output_truncated: "output_truncated";
|
|
261
|
+
timeout: "timeout";
|
|
262
|
+
cancelled: "cancelled";
|
|
263
263
|
artifact_unavailable: "artifact_unavailable";
|
|
264
264
|
}>;
|
|
265
265
|
level: z.ZodEnum<{
|
|
@@ -327,14 +327,14 @@ declare const PortalCallItemResultSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
327
327
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
328
328
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
329
329
|
code: z.ZodEnum<{
|
|
330
|
-
|
|
331
|
-
approval_required: "approval_required";
|
|
330
|
+
provider_unavailable: "provider_unavailable";
|
|
332
331
|
capability_denied: "capability_denied";
|
|
332
|
+
approval_required: "approval_required";
|
|
333
333
|
validation_failed: "validation_failed";
|
|
334
|
-
provider_unavailable: "provider_unavailable";
|
|
335
334
|
execution_failed: "execution_failed";
|
|
336
|
-
timeout: "timeout";
|
|
337
335
|
output_truncated: "output_truncated";
|
|
336
|
+
timeout: "timeout";
|
|
337
|
+
cancelled: "cancelled";
|
|
338
338
|
artifact_unavailable: "artifact_unavailable";
|
|
339
339
|
}>;
|
|
340
340
|
level: z.ZodEnum<{
|
|
@@ -910,14 +910,14 @@ declare const PortalBackendListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
910
910
|
}, z.core.$strict>>>;
|
|
911
911
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
912
912
|
code: z.ZodEnum<{
|
|
913
|
-
|
|
914
|
-
approval_required: "approval_required";
|
|
913
|
+
provider_unavailable: "provider_unavailable";
|
|
915
914
|
capability_denied: "capability_denied";
|
|
915
|
+
approval_required: "approval_required";
|
|
916
916
|
validation_failed: "validation_failed";
|
|
917
|
-
provider_unavailable: "provider_unavailable";
|
|
918
917
|
execution_failed: "execution_failed";
|
|
919
|
-
timeout: "timeout";
|
|
920
918
|
output_truncated: "output_truncated";
|
|
919
|
+
timeout: "timeout";
|
|
920
|
+
cancelled: "cancelled";
|
|
921
921
|
artifact_unavailable: "artifact_unavailable";
|
|
922
922
|
}>;
|
|
923
923
|
level: z.ZodEnum<{
|
|
@@ -1030,14 +1030,14 @@ declare const PortalBackendListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
1030
1030
|
}, z.core.$strict>, z.ZodObject<{
|
|
1031
1031
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1032
1032
|
code: z.ZodEnum<{
|
|
1033
|
-
|
|
1034
|
-
approval_required: "approval_required";
|
|
1033
|
+
provider_unavailable: "provider_unavailable";
|
|
1035
1034
|
capability_denied: "capability_denied";
|
|
1035
|
+
approval_required: "approval_required";
|
|
1036
1036
|
validation_failed: "validation_failed";
|
|
1037
|
-
provider_unavailable: "provider_unavailable";
|
|
1038
1037
|
execution_failed: "execution_failed";
|
|
1039
|
-
timeout: "timeout";
|
|
1040
1038
|
output_truncated: "output_truncated";
|
|
1039
|
+
timeout: "timeout";
|
|
1040
|
+
cancelled: "cancelled";
|
|
1041
1041
|
artifact_unavailable: "artifact_unavailable";
|
|
1042
1042
|
}>;
|
|
1043
1043
|
level: z.ZodEnum<{
|
|
@@ -1051,29 +1051,29 @@ declare const PortalBackendListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
1051
1051
|
}, z.core.$strict>>>;
|
|
1052
1052
|
error: z.ZodObject<{
|
|
1053
1053
|
code: z.ZodEnum<{
|
|
1054
|
-
|
|
1055
|
-
invalid_request: "invalid_request";
|
|
1056
|
-
not_found: "not_found";
|
|
1057
|
-
not_authorized: "not_authorized";
|
|
1058
|
-
approval_required: "approval_required";
|
|
1054
|
+
provider_unavailable: "provider_unavailable";
|
|
1059
1055
|
capability_denied: "capability_denied";
|
|
1056
|
+
approval_required: "approval_required";
|
|
1060
1057
|
validation_failed: "validation_failed";
|
|
1061
|
-
provider_unavailable: "provider_unavailable";
|
|
1062
1058
|
execution_failed: "execution_failed";
|
|
1063
1059
|
timeout: "timeout";
|
|
1060
|
+
cancelled: "cancelled";
|
|
1061
|
+
invalid_request: "invalid_request";
|
|
1062
|
+
not_found: "not_found";
|
|
1063
|
+
not_authorized: "not_authorized";
|
|
1064
1064
|
}>;
|
|
1065
1065
|
message: z.ZodString;
|
|
1066
1066
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1067
1067
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1068
1068
|
code: z.ZodEnum<{
|
|
1069
|
-
|
|
1070
|
-
approval_required: "approval_required";
|
|
1069
|
+
provider_unavailable: "provider_unavailable";
|
|
1071
1070
|
capability_denied: "capability_denied";
|
|
1071
|
+
approval_required: "approval_required";
|
|
1072
1072
|
validation_failed: "validation_failed";
|
|
1073
|
-
provider_unavailable: "provider_unavailable";
|
|
1074
1073
|
execution_failed: "execution_failed";
|
|
1075
|
-
timeout: "timeout";
|
|
1076
1074
|
output_truncated: "output_truncated";
|
|
1075
|
+
timeout: "timeout";
|
|
1076
|
+
cancelled: "cancelled";
|
|
1077
1077
|
artifact_unavailable: "artifact_unavailable";
|
|
1078
1078
|
}>;
|
|
1079
1079
|
level: z.ZodEnum<{
|
|
@@ -1099,14 +1099,14 @@ declare const PortalBackendSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
1099
1099
|
}, z.core.$strict>>>;
|
|
1100
1100
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1101
1101
|
code: z.ZodEnum<{
|
|
1102
|
-
|
|
1103
|
-
approval_required: "approval_required";
|
|
1102
|
+
provider_unavailable: "provider_unavailable";
|
|
1104
1103
|
capability_denied: "capability_denied";
|
|
1104
|
+
approval_required: "approval_required";
|
|
1105
1105
|
validation_failed: "validation_failed";
|
|
1106
|
-
provider_unavailable: "provider_unavailable";
|
|
1107
1106
|
execution_failed: "execution_failed";
|
|
1108
|
-
timeout: "timeout";
|
|
1109
1107
|
output_truncated: "output_truncated";
|
|
1108
|
+
timeout: "timeout";
|
|
1109
|
+
cancelled: "cancelled";
|
|
1110
1110
|
artifact_unavailable: "artifact_unavailable";
|
|
1111
1111
|
}>;
|
|
1112
1112
|
level: z.ZodEnum<{
|
|
@@ -1221,14 +1221,14 @@ declare const PortalBackendSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
1221
1221
|
}, z.core.$strict>, z.ZodObject<{
|
|
1222
1222
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1223
1223
|
code: z.ZodEnum<{
|
|
1224
|
-
|
|
1225
|
-
approval_required: "approval_required";
|
|
1224
|
+
provider_unavailable: "provider_unavailable";
|
|
1226
1225
|
capability_denied: "capability_denied";
|
|
1226
|
+
approval_required: "approval_required";
|
|
1227
1227
|
validation_failed: "validation_failed";
|
|
1228
|
-
provider_unavailable: "provider_unavailable";
|
|
1229
1228
|
execution_failed: "execution_failed";
|
|
1230
|
-
timeout: "timeout";
|
|
1231
1229
|
output_truncated: "output_truncated";
|
|
1230
|
+
timeout: "timeout";
|
|
1231
|
+
cancelled: "cancelled";
|
|
1232
1232
|
artifact_unavailable: "artifact_unavailable";
|
|
1233
1233
|
}>;
|
|
1234
1234
|
level: z.ZodEnum<{
|
|
@@ -1242,29 +1242,29 @@ declare const PortalBackendSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
1242
1242
|
}, z.core.$strict>>>;
|
|
1243
1243
|
error: z.ZodObject<{
|
|
1244
1244
|
code: z.ZodEnum<{
|
|
1245
|
-
|
|
1246
|
-
invalid_request: "invalid_request";
|
|
1247
|
-
not_found: "not_found";
|
|
1248
|
-
not_authorized: "not_authorized";
|
|
1249
|
-
approval_required: "approval_required";
|
|
1245
|
+
provider_unavailable: "provider_unavailable";
|
|
1250
1246
|
capability_denied: "capability_denied";
|
|
1247
|
+
approval_required: "approval_required";
|
|
1251
1248
|
validation_failed: "validation_failed";
|
|
1252
|
-
provider_unavailable: "provider_unavailable";
|
|
1253
1249
|
execution_failed: "execution_failed";
|
|
1254
1250
|
timeout: "timeout";
|
|
1251
|
+
cancelled: "cancelled";
|
|
1252
|
+
invalid_request: "invalid_request";
|
|
1253
|
+
not_found: "not_found";
|
|
1254
|
+
not_authorized: "not_authorized";
|
|
1255
1255
|
}>;
|
|
1256
1256
|
message: z.ZodString;
|
|
1257
1257
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1258
1258
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1259
1259
|
code: z.ZodEnum<{
|
|
1260
|
-
|
|
1261
|
-
approval_required: "approval_required";
|
|
1260
|
+
provider_unavailable: "provider_unavailable";
|
|
1262
1261
|
capability_denied: "capability_denied";
|
|
1262
|
+
approval_required: "approval_required";
|
|
1263
1263
|
validation_failed: "validation_failed";
|
|
1264
|
-
provider_unavailable: "provider_unavailable";
|
|
1265
1264
|
execution_failed: "execution_failed";
|
|
1266
|
-
timeout: "timeout";
|
|
1267
1265
|
output_truncated: "output_truncated";
|
|
1266
|
+
timeout: "timeout";
|
|
1267
|
+
cancelled: "cancelled";
|
|
1268
1268
|
artifact_unavailable: "artifact_unavailable";
|
|
1269
1269
|
}>;
|
|
1270
1270
|
level: z.ZodEnum<{
|
|
@@ -1290,14 +1290,14 @@ declare const PortalBackendDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
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<{
|
|
@@ -1397,14 +1397,14 @@ declare const PortalBackendDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
1397
1397
|
}, z.core.$strict>, z.ZodObject<{
|
|
1398
1398
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1399
1399
|
code: z.ZodEnum<{
|
|
1400
|
-
|
|
1401
|
-
approval_required: "approval_required";
|
|
1400
|
+
provider_unavailable: "provider_unavailable";
|
|
1402
1401
|
capability_denied: "capability_denied";
|
|
1402
|
+
approval_required: "approval_required";
|
|
1403
1403
|
validation_failed: "validation_failed";
|
|
1404
|
-
provider_unavailable: "provider_unavailable";
|
|
1405
1404
|
execution_failed: "execution_failed";
|
|
1406
|
-
timeout: "timeout";
|
|
1407
1405
|
output_truncated: "output_truncated";
|
|
1406
|
+
timeout: "timeout";
|
|
1407
|
+
cancelled: "cancelled";
|
|
1408
1408
|
artifact_unavailable: "artifact_unavailable";
|
|
1409
1409
|
}>;
|
|
1410
1410
|
level: z.ZodEnum<{
|
|
@@ -1418,29 +1418,29 @@ declare const PortalBackendDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.
|
|
|
1418
1418
|
}, z.core.$strict>>>;
|
|
1419
1419
|
error: z.ZodObject<{
|
|
1420
1420
|
code: z.ZodEnum<{
|
|
1421
|
-
|
|
1422
|
-
invalid_request: "invalid_request";
|
|
1423
|
-
not_found: "not_found";
|
|
1424
|
-
not_authorized: "not_authorized";
|
|
1425
|
-
approval_required: "approval_required";
|
|
1421
|
+
provider_unavailable: "provider_unavailable";
|
|
1426
1422
|
capability_denied: "capability_denied";
|
|
1423
|
+
approval_required: "approval_required";
|
|
1427
1424
|
validation_failed: "validation_failed";
|
|
1428
|
-
provider_unavailable: "provider_unavailable";
|
|
1429
1425
|
execution_failed: "execution_failed";
|
|
1430
1426
|
timeout: "timeout";
|
|
1427
|
+
cancelled: "cancelled";
|
|
1428
|
+
invalid_request: "invalid_request";
|
|
1429
|
+
not_found: "not_found";
|
|
1430
|
+
not_authorized: "not_authorized";
|
|
1431
1431
|
}>;
|
|
1432
1432
|
message: z.ZodString;
|
|
1433
1433
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1434
1434
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1435
1435
|
code: z.ZodEnum<{
|
|
1436
|
-
|
|
1437
|
-
approval_required: "approval_required";
|
|
1436
|
+
provider_unavailable: "provider_unavailable";
|
|
1438
1437
|
capability_denied: "capability_denied";
|
|
1438
|
+
approval_required: "approval_required";
|
|
1439
1439
|
validation_failed: "validation_failed";
|
|
1440
|
-
provider_unavailable: "provider_unavailable";
|
|
1441
1440
|
execution_failed: "execution_failed";
|
|
1442
|
-
timeout: "timeout";
|
|
1443
1441
|
output_truncated: "output_truncated";
|
|
1442
|
+
timeout: "timeout";
|
|
1443
|
+
cancelled: "cancelled";
|
|
1444
1444
|
artifact_unavailable: "artifact_unavailable";
|
|
1445
1445
|
}>;
|
|
1446
1446
|
level: z.ZodEnum<{
|
|
@@ -1460,14 +1460,14 @@ declare const PortalBackendListResultSchema: z.ZodObject<{
|
|
|
1460
1460
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
1461
1461
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1462
1462
|
code: z.ZodEnum<{
|
|
1463
|
-
|
|
1464
|
-
approval_required: "approval_required";
|
|
1463
|
+
provider_unavailable: "provider_unavailable";
|
|
1465
1464
|
capability_denied: "capability_denied";
|
|
1465
|
+
approval_required: "approval_required";
|
|
1466
1466
|
validation_failed: "validation_failed";
|
|
1467
|
-
provider_unavailable: "provider_unavailable";
|
|
1468
1467
|
execution_failed: "execution_failed";
|
|
1469
|
-
timeout: "timeout";
|
|
1470
1468
|
output_truncated: "output_truncated";
|
|
1469
|
+
timeout: "timeout";
|
|
1470
|
+
cancelled: "cancelled";
|
|
1471
1471
|
artifact_unavailable: "artifact_unavailable";
|
|
1472
1472
|
}>;
|
|
1473
1473
|
level: z.ZodEnum<{
|
|
@@ -1489,14 +1489,14 @@ declare const PortalBackendListResultSchema: z.ZodObject<{
|
|
|
1489
1489
|
}, z.core.$strict>>>;
|
|
1490
1490
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1491
1491
|
code: z.ZodEnum<{
|
|
1492
|
-
|
|
1493
|
-
approval_required: "approval_required";
|
|
1492
|
+
provider_unavailable: "provider_unavailable";
|
|
1494
1493
|
capability_denied: "capability_denied";
|
|
1494
|
+
approval_required: "approval_required";
|
|
1495
1495
|
validation_failed: "validation_failed";
|
|
1496
|
-
provider_unavailable: "provider_unavailable";
|
|
1497
1496
|
execution_failed: "execution_failed";
|
|
1498
|
-
timeout: "timeout";
|
|
1499
1497
|
output_truncated: "output_truncated";
|
|
1498
|
+
timeout: "timeout";
|
|
1499
|
+
cancelled: "cancelled";
|
|
1500
1500
|
artifact_unavailable: "artifact_unavailable";
|
|
1501
1501
|
}>;
|
|
1502
1502
|
level: z.ZodEnum<{
|
|
@@ -1609,14 +1609,14 @@ declare const PortalBackendListResultSchema: z.ZodObject<{
|
|
|
1609
1609
|
}, z.core.$strict>, z.ZodObject<{
|
|
1610
1610
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1611
1611
|
code: z.ZodEnum<{
|
|
1612
|
-
|
|
1613
|
-
approval_required: "approval_required";
|
|
1612
|
+
provider_unavailable: "provider_unavailable";
|
|
1614
1613
|
capability_denied: "capability_denied";
|
|
1614
|
+
approval_required: "approval_required";
|
|
1615
1615
|
validation_failed: "validation_failed";
|
|
1616
|
-
provider_unavailable: "provider_unavailable";
|
|
1617
1616
|
execution_failed: "execution_failed";
|
|
1618
|
-
timeout: "timeout";
|
|
1619
1617
|
output_truncated: "output_truncated";
|
|
1618
|
+
timeout: "timeout";
|
|
1619
|
+
cancelled: "cancelled";
|
|
1620
1620
|
artifact_unavailable: "artifact_unavailable";
|
|
1621
1621
|
}>;
|
|
1622
1622
|
level: z.ZodEnum<{
|
|
@@ -1630,29 +1630,29 @@ declare const PortalBackendListResultSchema: z.ZodObject<{
|
|
|
1630
1630
|
}, z.core.$strict>>>;
|
|
1631
1631
|
error: z.ZodObject<{
|
|
1632
1632
|
code: z.ZodEnum<{
|
|
1633
|
-
|
|
1634
|
-
invalid_request: "invalid_request";
|
|
1635
|
-
not_found: "not_found";
|
|
1636
|
-
not_authorized: "not_authorized";
|
|
1637
|
-
approval_required: "approval_required";
|
|
1633
|
+
provider_unavailable: "provider_unavailable";
|
|
1638
1634
|
capability_denied: "capability_denied";
|
|
1635
|
+
approval_required: "approval_required";
|
|
1639
1636
|
validation_failed: "validation_failed";
|
|
1640
|
-
provider_unavailable: "provider_unavailable";
|
|
1641
1637
|
execution_failed: "execution_failed";
|
|
1642
1638
|
timeout: "timeout";
|
|
1639
|
+
cancelled: "cancelled";
|
|
1640
|
+
invalid_request: "invalid_request";
|
|
1641
|
+
not_found: "not_found";
|
|
1642
|
+
not_authorized: "not_authorized";
|
|
1643
1643
|
}>;
|
|
1644
1644
|
message: z.ZodString;
|
|
1645
1645
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1646
1646
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1647
1647
|
code: z.ZodEnum<{
|
|
1648
|
-
|
|
1649
|
-
approval_required: "approval_required";
|
|
1648
|
+
provider_unavailable: "provider_unavailable";
|
|
1650
1649
|
capability_denied: "capability_denied";
|
|
1650
|
+
approval_required: "approval_required";
|
|
1651
1651
|
validation_failed: "validation_failed";
|
|
1652
|
-
provider_unavailable: "provider_unavailable";
|
|
1653
1652
|
execution_failed: "execution_failed";
|
|
1654
|
-
timeout: "timeout";
|
|
1655
1653
|
output_truncated: "output_truncated";
|
|
1654
|
+
timeout: "timeout";
|
|
1655
|
+
cancelled: "cancelled";
|
|
1656
1656
|
artifact_unavailable: "artifact_unavailable";
|
|
1657
1657
|
}>;
|
|
1658
1658
|
level: z.ZodEnum<{
|
|
@@ -1675,14 +1675,14 @@ declare const PortalBackendSearchResultSchema: z.ZodObject<{
|
|
|
1675
1675
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
1676
1676
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1677
1677
|
code: z.ZodEnum<{
|
|
1678
|
-
|
|
1679
|
-
approval_required: "approval_required";
|
|
1678
|
+
provider_unavailable: "provider_unavailable";
|
|
1680
1679
|
capability_denied: "capability_denied";
|
|
1680
|
+
approval_required: "approval_required";
|
|
1681
1681
|
validation_failed: "validation_failed";
|
|
1682
|
-
provider_unavailable: "provider_unavailable";
|
|
1683
1682
|
execution_failed: "execution_failed";
|
|
1684
|
-
timeout: "timeout";
|
|
1685
1683
|
output_truncated: "output_truncated";
|
|
1684
|
+
timeout: "timeout";
|
|
1685
|
+
cancelled: "cancelled";
|
|
1686
1686
|
artifact_unavailable: "artifact_unavailable";
|
|
1687
1687
|
}>;
|
|
1688
1688
|
level: z.ZodEnum<{
|
|
@@ -1704,14 +1704,14 @@ declare const PortalBackendSearchResultSchema: z.ZodObject<{
|
|
|
1704
1704
|
}, z.core.$strict>>>;
|
|
1705
1705
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1706
1706
|
code: z.ZodEnum<{
|
|
1707
|
-
|
|
1708
|
-
approval_required: "approval_required";
|
|
1707
|
+
provider_unavailable: "provider_unavailable";
|
|
1709
1708
|
capability_denied: "capability_denied";
|
|
1709
|
+
approval_required: "approval_required";
|
|
1710
1710
|
validation_failed: "validation_failed";
|
|
1711
|
-
provider_unavailable: "provider_unavailable";
|
|
1712
1711
|
execution_failed: "execution_failed";
|
|
1713
|
-
timeout: "timeout";
|
|
1714
1712
|
output_truncated: "output_truncated";
|
|
1713
|
+
timeout: "timeout";
|
|
1714
|
+
cancelled: "cancelled";
|
|
1715
1715
|
artifact_unavailable: "artifact_unavailable";
|
|
1716
1716
|
}>;
|
|
1717
1717
|
level: z.ZodEnum<{
|
|
@@ -1826,14 +1826,14 @@ declare const PortalBackendSearchResultSchema: z.ZodObject<{
|
|
|
1826
1826
|
}, z.core.$strict>, z.ZodObject<{
|
|
1827
1827
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1828
1828
|
code: z.ZodEnum<{
|
|
1829
|
-
|
|
1830
|
-
approval_required: "approval_required";
|
|
1829
|
+
provider_unavailable: "provider_unavailable";
|
|
1831
1830
|
capability_denied: "capability_denied";
|
|
1831
|
+
approval_required: "approval_required";
|
|
1832
1832
|
validation_failed: "validation_failed";
|
|
1833
|
-
provider_unavailable: "provider_unavailable";
|
|
1834
1833
|
execution_failed: "execution_failed";
|
|
1835
|
-
timeout: "timeout";
|
|
1836
1834
|
output_truncated: "output_truncated";
|
|
1835
|
+
timeout: "timeout";
|
|
1836
|
+
cancelled: "cancelled";
|
|
1837
1837
|
artifact_unavailable: "artifact_unavailable";
|
|
1838
1838
|
}>;
|
|
1839
1839
|
level: z.ZodEnum<{
|
|
@@ -1847,29 +1847,29 @@ declare const PortalBackendSearchResultSchema: z.ZodObject<{
|
|
|
1847
1847
|
}, z.core.$strict>>>;
|
|
1848
1848
|
error: z.ZodObject<{
|
|
1849
1849
|
code: z.ZodEnum<{
|
|
1850
|
-
|
|
1851
|
-
invalid_request: "invalid_request";
|
|
1852
|
-
not_found: "not_found";
|
|
1853
|
-
not_authorized: "not_authorized";
|
|
1854
|
-
approval_required: "approval_required";
|
|
1850
|
+
provider_unavailable: "provider_unavailable";
|
|
1855
1851
|
capability_denied: "capability_denied";
|
|
1852
|
+
approval_required: "approval_required";
|
|
1856
1853
|
validation_failed: "validation_failed";
|
|
1857
|
-
provider_unavailable: "provider_unavailable";
|
|
1858
1854
|
execution_failed: "execution_failed";
|
|
1859
1855
|
timeout: "timeout";
|
|
1856
|
+
cancelled: "cancelled";
|
|
1857
|
+
invalid_request: "invalid_request";
|
|
1858
|
+
not_found: "not_found";
|
|
1859
|
+
not_authorized: "not_authorized";
|
|
1860
1860
|
}>;
|
|
1861
1861
|
message: z.ZodString;
|
|
1862
1862
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
1863
1863
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
1864
1864
|
code: z.ZodEnum<{
|
|
1865
|
-
|
|
1866
|
-
approval_required: "approval_required";
|
|
1865
|
+
provider_unavailable: "provider_unavailable";
|
|
1867
1866
|
capability_denied: "capability_denied";
|
|
1867
|
+
approval_required: "approval_required";
|
|
1868
1868
|
validation_failed: "validation_failed";
|
|
1869
|
-
provider_unavailable: "provider_unavailable";
|
|
1870
1869
|
execution_failed: "execution_failed";
|
|
1871
|
-
timeout: "timeout";
|
|
1872
1870
|
output_truncated: "output_truncated";
|
|
1871
|
+
timeout: "timeout";
|
|
1872
|
+
cancelled: "cancelled";
|
|
1873
1873
|
artifact_unavailable: "artifact_unavailable";
|
|
1874
1874
|
}>;
|
|
1875
1875
|
level: z.ZodEnum<{
|
|
@@ -1892,14 +1892,14 @@ declare const PortalBackendDescribeResultSchema: z.ZodObject<{
|
|
|
1892
1892
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
1893
1893
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1894
1894
|
code: z.ZodEnum<{
|
|
1895
|
-
|
|
1896
|
-
approval_required: "approval_required";
|
|
1895
|
+
provider_unavailable: "provider_unavailable";
|
|
1897
1896
|
capability_denied: "capability_denied";
|
|
1897
|
+
approval_required: "approval_required";
|
|
1898
1898
|
validation_failed: "validation_failed";
|
|
1899
|
-
provider_unavailable: "provider_unavailable";
|
|
1900
1899
|
execution_failed: "execution_failed";
|
|
1901
|
-
timeout: "timeout";
|
|
1902
1900
|
output_truncated: "output_truncated";
|
|
1901
|
+
timeout: "timeout";
|
|
1902
|
+
cancelled: "cancelled";
|
|
1903
1903
|
artifact_unavailable: "artifact_unavailable";
|
|
1904
1904
|
}>;
|
|
1905
1905
|
level: z.ZodEnum<{
|
|
@@ -1921,14 +1921,14 @@ declare const PortalBackendDescribeResultSchema: z.ZodObject<{
|
|
|
1921
1921
|
}, z.core.$strict>>>;
|
|
1922
1922
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1923
1923
|
code: z.ZodEnum<{
|
|
1924
|
-
|
|
1925
|
-
approval_required: "approval_required";
|
|
1924
|
+
provider_unavailable: "provider_unavailable";
|
|
1926
1925
|
capability_denied: "capability_denied";
|
|
1926
|
+
approval_required: "approval_required";
|
|
1927
1927
|
validation_failed: "validation_failed";
|
|
1928
|
-
provider_unavailable: "provider_unavailable";
|
|
1929
1928
|
execution_failed: "execution_failed";
|
|
1930
|
-
timeout: "timeout";
|
|
1931
1929
|
output_truncated: "output_truncated";
|
|
1930
|
+
timeout: "timeout";
|
|
1931
|
+
cancelled: "cancelled";
|
|
1932
1932
|
artifact_unavailable: "artifact_unavailable";
|
|
1933
1933
|
}>;
|
|
1934
1934
|
level: z.ZodEnum<{
|
|
@@ -2028,14 +2028,14 @@ declare const PortalBackendDescribeResultSchema: z.ZodObject<{
|
|
|
2028
2028
|
}, z.core.$strict>, z.ZodObject<{
|
|
2029
2029
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2030
2030
|
code: z.ZodEnum<{
|
|
2031
|
-
|
|
2032
|
-
approval_required: "approval_required";
|
|
2031
|
+
provider_unavailable: "provider_unavailable";
|
|
2033
2032
|
capability_denied: "capability_denied";
|
|
2033
|
+
approval_required: "approval_required";
|
|
2034
2034
|
validation_failed: "validation_failed";
|
|
2035
|
-
provider_unavailable: "provider_unavailable";
|
|
2036
2035
|
execution_failed: "execution_failed";
|
|
2037
|
-
timeout: "timeout";
|
|
2038
2036
|
output_truncated: "output_truncated";
|
|
2037
|
+
timeout: "timeout";
|
|
2038
|
+
cancelled: "cancelled";
|
|
2039
2039
|
artifact_unavailable: "artifact_unavailable";
|
|
2040
2040
|
}>;
|
|
2041
2041
|
level: z.ZodEnum<{
|
|
@@ -2049,29 +2049,29 @@ declare const PortalBackendDescribeResultSchema: z.ZodObject<{
|
|
|
2049
2049
|
}, z.core.$strict>>>;
|
|
2050
2050
|
error: z.ZodObject<{
|
|
2051
2051
|
code: z.ZodEnum<{
|
|
2052
|
-
|
|
2053
|
-
invalid_request: "invalid_request";
|
|
2054
|
-
not_found: "not_found";
|
|
2055
|
-
not_authorized: "not_authorized";
|
|
2056
|
-
approval_required: "approval_required";
|
|
2052
|
+
provider_unavailable: "provider_unavailable";
|
|
2057
2053
|
capability_denied: "capability_denied";
|
|
2054
|
+
approval_required: "approval_required";
|
|
2058
2055
|
validation_failed: "validation_failed";
|
|
2059
|
-
provider_unavailable: "provider_unavailable";
|
|
2060
2056
|
execution_failed: "execution_failed";
|
|
2061
2057
|
timeout: "timeout";
|
|
2058
|
+
cancelled: "cancelled";
|
|
2059
|
+
invalid_request: "invalid_request";
|
|
2060
|
+
not_found: "not_found";
|
|
2061
|
+
not_authorized: "not_authorized";
|
|
2062
2062
|
}>;
|
|
2063
2063
|
message: z.ZodString;
|
|
2064
2064
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2065
2065
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2066
2066
|
code: z.ZodEnum<{
|
|
2067
|
-
|
|
2068
|
-
approval_required: "approval_required";
|
|
2067
|
+
provider_unavailable: "provider_unavailable";
|
|
2069
2068
|
capability_denied: "capability_denied";
|
|
2069
|
+
approval_required: "approval_required";
|
|
2070
2070
|
validation_failed: "validation_failed";
|
|
2071
|
-
provider_unavailable: "provider_unavailable";
|
|
2072
2071
|
execution_failed: "execution_failed";
|
|
2073
|
-
timeout: "timeout";
|
|
2074
2072
|
output_truncated: "output_truncated";
|
|
2073
|
+
timeout: "timeout";
|
|
2074
|
+
cancelled: "cancelled";
|
|
2075
2075
|
artifact_unavailable: "artifact_unavailable";
|
|
2076
2076
|
}>;
|
|
2077
2077
|
level: z.ZodEnum<{
|
|
@@ -2100,14 +2100,14 @@ declare const PortalListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2100
2100
|
}, z.core.$strict>>>;
|
|
2101
2101
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2102
2102
|
code: z.ZodEnum<{
|
|
2103
|
-
|
|
2104
|
-
approval_required: "approval_required";
|
|
2103
|
+
provider_unavailable: "provider_unavailable";
|
|
2105
2104
|
capability_denied: "capability_denied";
|
|
2105
|
+
approval_required: "approval_required";
|
|
2106
2106
|
validation_failed: "validation_failed";
|
|
2107
|
-
provider_unavailable: "provider_unavailable";
|
|
2108
2107
|
execution_failed: "execution_failed";
|
|
2109
|
-
timeout: "timeout";
|
|
2110
2108
|
output_truncated: "output_truncated";
|
|
2109
|
+
timeout: "timeout";
|
|
2110
|
+
cancelled: "cancelled";
|
|
2111
2111
|
artifact_unavailable: "artifact_unavailable";
|
|
2112
2112
|
}>;
|
|
2113
2113
|
level: z.ZodEnum<{
|
|
@@ -2224,14 +2224,14 @@ declare const PortalListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2224
2224
|
}, z.core.$strict>, z.ZodObject<{
|
|
2225
2225
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2226
2226
|
code: z.ZodEnum<{
|
|
2227
|
-
|
|
2228
|
-
approval_required: "approval_required";
|
|
2227
|
+
provider_unavailable: "provider_unavailable";
|
|
2229
2228
|
capability_denied: "capability_denied";
|
|
2229
|
+
approval_required: "approval_required";
|
|
2230
2230
|
validation_failed: "validation_failed";
|
|
2231
|
-
provider_unavailable: "provider_unavailable";
|
|
2232
2231
|
execution_failed: "execution_failed";
|
|
2233
|
-
timeout: "timeout";
|
|
2234
2232
|
output_truncated: "output_truncated";
|
|
2233
|
+
timeout: "timeout";
|
|
2234
|
+
cancelled: "cancelled";
|
|
2235
2235
|
artifact_unavailable: "artifact_unavailable";
|
|
2236
2236
|
}>;
|
|
2237
2237
|
level: z.ZodEnum<{
|
|
@@ -2245,29 +2245,29 @@ declare const PortalListItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
2245
2245
|
}, z.core.$strict>>>;
|
|
2246
2246
|
error: z.ZodObject<{
|
|
2247
2247
|
code: z.ZodEnum<{
|
|
2248
|
-
|
|
2249
|
-
invalid_request: "invalid_request";
|
|
2250
|
-
not_found: "not_found";
|
|
2251
|
-
not_authorized: "not_authorized";
|
|
2252
|
-
approval_required: "approval_required";
|
|
2248
|
+
provider_unavailable: "provider_unavailable";
|
|
2253
2249
|
capability_denied: "capability_denied";
|
|
2250
|
+
approval_required: "approval_required";
|
|
2254
2251
|
validation_failed: "validation_failed";
|
|
2255
|
-
provider_unavailable: "provider_unavailable";
|
|
2256
2252
|
execution_failed: "execution_failed";
|
|
2257
2253
|
timeout: "timeout";
|
|
2254
|
+
cancelled: "cancelled";
|
|
2255
|
+
invalid_request: "invalid_request";
|
|
2256
|
+
not_found: "not_found";
|
|
2257
|
+
not_authorized: "not_authorized";
|
|
2258
2258
|
}>;
|
|
2259
2259
|
message: z.ZodString;
|
|
2260
2260
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2261
2261
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2262
2262
|
code: z.ZodEnum<{
|
|
2263
|
-
|
|
2264
|
-
approval_required: "approval_required";
|
|
2263
|
+
provider_unavailable: "provider_unavailable";
|
|
2265
2264
|
capability_denied: "capability_denied";
|
|
2265
|
+
approval_required: "approval_required";
|
|
2266
2266
|
validation_failed: "validation_failed";
|
|
2267
|
-
provider_unavailable: "provider_unavailable";
|
|
2268
2267
|
execution_failed: "execution_failed";
|
|
2269
|
-
timeout: "timeout";
|
|
2270
2268
|
output_truncated: "output_truncated";
|
|
2269
|
+
timeout: "timeout";
|
|
2270
|
+
cancelled: "cancelled";
|
|
2271
2271
|
artifact_unavailable: "artifact_unavailable";
|
|
2272
2272
|
}>;
|
|
2273
2273
|
level: z.ZodEnum<{
|
|
@@ -2293,14 +2293,14 @@ declare const PortalSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2293
2293
|
}, z.core.$strict>>>;
|
|
2294
2294
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2295
2295
|
code: z.ZodEnum<{
|
|
2296
|
-
|
|
2297
|
-
approval_required: "approval_required";
|
|
2296
|
+
provider_unavailable: "provider_unavailable";
|
|
2298
2297
|
capability_denied: "capability_denied";
|
|
2298
|
+
approval_required: "approval_required";
|
|
2299
2299
|
validation_failed: "validation_failed";
|
|
2300
|
-
provider_unavailable: "provider_unavailable";
|
|
2301
2300
|
execution_failed: "execution_failed";
|
|
2302
|
-
timeout: "timeout";
|
|
2303
2301
|
output_truncated: "output_truncated";
|
|
2302
|
+
timeout: "timeout";
|
|
2303
|
+
cancelled: "cancelled";
|
|
2304
2304
|
artifact_unavailable: "artifact_unavailable";
|
|
2305
2305
|
}>;
|
|
2306
2306
|
level: z.ZodEnum<{
|
|
@@ -2419,14 +2419,14 @@ declare const PortalSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2419
2419
|
}, z.core.$strict>, z.ZodObject<{
|
|
2420
2420
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2421
2421
|
code: z.ZodEnum<{
|
|
2422
|
-
|
|
2423
|
-
approval_required: "approval_required";
|
|
2422
|
+
provider_unavailable: "provider_unavailable";
|
|
2424
2423
|
capability_denied: "capability_denied";
|
|
2424
|
+
approval_required: "approval_required";
|
|
2425
2425
|
validation_failed: "validation_failed";
|
|
2426
|
-
provider_unavailable: "provider_unavailable";
|
|
2427
2426
|
execution_failed: "execution_failed";
|
|
2428
|
-
timeout: "timeout";
|
|
2429
2427
|
output_truncated: "output_truncated";
|
|
2428
|
+
timeout: "timeout";
|
|
2429
|
+
cancelled: "cancelled";
|
|
2430
2430
|
artifact_unavailable: "artifact_unavailable";
|
|
2431
2431
|
}>;
|
|
2432
2432
|
level: z.ZodEnum<{
|
|
@@ -2440,29 +2440,29 @@ declare const PortalSearchItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2440
2440
|
}, z.core.$strict>>>;
|
|
2441
2441
|
error: z.ZodObject<{
|
|
2442
2442
|
code: z.ZodEnum<{
|
|
2443
|
-
|
|
2444
|
-
invalid_request: "invalid_request";
|
|
2445
|
-
not_found: "not_found";
|
|
2446
|
-
not_authorized: "not_authorized";
|
|
2447
|
-
approval_required: "approval_required";
|
|
2443
|
+
provider_unavailable: "provider_unavailable";
|
|
2448
2444
|
capability_denied: "capability_denied";
|
|
2445
|
+
approval_required: "approval_required";
|
|
2449
2446
|
validation_failed: "validation_failed";
|
|
2450
|
-
provider_unavailable: "provider_unavailable";
|
|
2451
2447
|
execution_failed: "execution_failed";
|
|
2452
2448
|
timeout: "timeout";
|
|
2449
|
+
cancelled: "cancelled";
|
|
2450
|
+
invalid_request: "invalid_request";
|
|
2451
|
+
not_found: "not_found";
|
|
2452
|
+
not_authorized: "not_authorized";
|
|
2453
2453
|
}>;
|
|
2454
2454
|
message: z.ZodString;
|
|
2455
2455
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2456
2456
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2457
2457
|
code: z.ZodEnum<{
|
|
2458
|
-
|
|
2459
|
-
approval_required: "approval_required";
|
|
2458
|
+
provider_unavailable: "provider_unavailable";
|
|
2460
2459
|
capability_denied: "capability_denied";
|
|
2460
|
+
approval_required: "approval_required";
|
|
2461
2461
|
validation_failed: "validation_failed";
|
|
2462
|
-
provider_unavailable: "provider_unavailable";
|
|
2463
2462
|
execution_failed: "execution_failed";
|
|
2464
|
-
timeout: "timeout";
|
|
2465
2463
|
output_truncated: "output_truncated";
|
|
2464
|
+
timeout: "timeout";
|
|
2465
|
+
cancelled: "cancelled";
|
|
2466
2466
|
artifact_unavailable: "artifact_unavailable";
|
|
2467
2467
|
}>;
|
|
2468
2468
|
level: z.ZodEnum<{
|
|
@@ -2488,14 +2488,14 @@ declare const PortalDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2488
2488
|
}, z.core.$strict>>>;
|
|
2489
2489
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2490
2490
|
code: z.ZodEnum<{
|
|
2491
|
-
|
|
2492
|
-
approval_required: "approval_required";
|
|
2491
|
+
provider_unavailable: "provider_unavailable";
|
|
2493
2492
|
capability_denied: "capability_denied";
|
|
2493
|
+
approval_required: "approval_required";
|
|
2494
2494
|
validation_failed: "validation_failed";
|
|
2495
|
-
provider_unavailable: "provider_unavailable";
|
|
2496
2495
|
execution_failed: "execution_failed";
|
|
2497
|
-
timeout: "timeout";
|
|
2498
2496
|
output_truncated: "output_truncated";
|
|
2497
|
+
timeout: "timeout";
|
|
2498
|
+
cancelled: "cancelled";
|
|
2499
2499
|
artifact_unavailable: "artifact_unavailable";
|
|
2500
2500
|
}>;
|
|
2501
2501
|
level: z.ZodEnum<{
|
|
@@ -2599,14 +2599,14 @@ declare const PortalDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2599
2599
|
}, z.core.$strict>, z.ZodObject<{
|
|
2600
2600
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2601
2601
|
code: z.ZodEnum<{
|
|
2602
|
-
|
|
2603
|
-
approval_required: "approval_required";
|
|
2602
|
+
provider_unavailable: "provider_unavailable";
|
|
2604
2603
|
capability_denied: "capability_denied";
|
|
2604
|
+
approval_required: "approval_required";
|
|
2605
2605
|
validation_failed: "validation_failed";
|
|
2606
|
-
provider_unavailable: "provider_unavailable";
|
|
2607
2606
|
execution_failed: "execution_failed";
|
|
2608
|
-
timeout: "timeout";
|
|
2609
2607
|
output_truncated: "output_truncated";
|
|
2608
|
+
timeout: "timeout";
|
|
2609
|
+
cancelled: "cancelled";
|
|
2610
2610
|
artifact_unavailable: "artifact_unavailable";
|
|
2611
2611
|
}>;
|
|
2612
2612
|
level: z.ZodEnum<{
|
|
@@ -2620,29 +2620,29 @@ declare const PortalDescribeItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObje
|
|
|
2620
2620
|
}, z.core.$strict>>>;
|
|
2621
2621
|
error: z.ZodObject<{
|
|
2622
2622
|
code: z.ZodEnum<{
|
|
2623
|
-
|
|
2624
|
-
invalid_request: "invalid_request";
|
|
2625
|
-
not_found: "not_found";
|
|
2626
|
-
not_authorized: "not_authorized";
|
|
2627
|
-
approval_required: "approval_required";
|
|
2623
|
+
provider_unavailable: "provider_unavailable";
|
|
2628
2624
|
capability_denied: "capability_denied";
|
|
2625
|
+
approval_required: "approval_required";
|
|
2629
2626
|
validation_failed: "validation_failed";
|
|
2630
|
-
provider_unavailable: "provider_unavailable";
|
|
2631
2627
|
execution_failed: "execution_failed";
|
|
2632
2628
|
timeout: "timeout";
|
|
2629
|
+
cancelled: "cancelled";
|
|
2630
|
+
invalid_request: "invalid_request";
|
|
2631
|
+
not_found: "not_found";
|
|
2632
|
+
not_authorized: "not_authorized";
|
|
2633
2633
|
}>;
|
|
2634
2634
|
message: z.ZodString;
|
|
2635
2635
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2636
2636
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2637
2637
|
code: z.ZodEnum<{
|
|
2638
|
-
|
|
2639
|
-
approval_required: "approval_required";
|
|
2638
|
+
provider_unavailable: "provider_unavailable";
|
|
2640
2639
|
capability_denied: "capability_denied";
|
|
2640
|
+
approval_required: "approval_required";
|
|
2641
2641
|
validation_failed: "validation_failed";
|
|
2642
|
-
provider_unavailable: "provider_unavailable";
|
|
2643
2642
|
execution_failed: "execution_failed";
|
|
2644
|
-
timeout: "timeout";
|
|
2645
2643
|
output_truncated: "output_truncated";
|
|
2644
|
+
timeout: "timeout";
|
|
2645
|
+
cancelled: "cancelled";
|
|
2646
2646
|
artifact_unavailable: "artifact_unavailable";
|
|
2647
2647
|
}>;
|
|
2648
2648
|
level: z.ZodEnum<{
|
|
@@ -2662,14 +2662,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
2662
2662
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
2663
2663
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2664
2664
|
code: z.ZodEnum<{
|
|
2665
|
-
|
|
2666
|
-
approval_required: "approval_required";
|
|
2665
|
+
provider_unavailable: "provider_unavailable";
|
|
2667
2666
|
capability_denied: "capability_denied";
|
|
2667
|
+
approval_required: "approval_required";
|
|
2668
2668
|
validation_failed: "validation_failed";
|
|
2669
|
-
provider_unavailable: "provider_unavailable";
|
|
2670
2669
|
execution_failed: "execution_failed";
|
|
2671
|
-
timeout: "timeout";
|
|
2672
2670
|
output_truncated: "output_truncated";
|
|
2671
|
+
timeout: "timeout";
|
|
2672
|
+
cancelled: "cancelled";
|
|
2673
2673
|
artifact_unavailable: "artifact_unavailable";
|
|
2674
2674
|
}>;
|
|
2675
2675
|
level: z.ZodEnum<{
|
|
@@ -2691,14 +2691,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
2691
2691
|
}, z.core.$strict>>>;
|
|
2692
2692
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2693
2693
|
code: z.ZodEnum<{
|
|
2694
|
-
|
|
2695
|
-
approval_required: "approval_required";
|
|
2694
|
+
provider_unavailable: "provider_unavailable";
|
|
2696
2695
|
capability_denied: "capability_denied";
|
|
2696
|
+
approval_required: "approval_required";
|
|
2697
2697
|
validation_failed: "validation_failed";
|
|
2698
|
-
provider_unavailable: "provider_unavailable";
|
|
2699
2698
|
execution_failed: "execution_failed";
|
|
2700
|
-
timeout: "timeout";
|
|
2701
2699
|
output_truncated: "output_truncated";
|
|
2700
|
+
timeout: "timeout";
|
|
2701
|
+
cancelled: "cancelled";
|
|
2702
2702
|
artifact_unavailable: "artifact_unavailable";
|
|
2703
2703
|
}>;
|
|
2704
2704
|
level: z.ZodEnum<{
|
|
@@ -2735,14 +2735,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
2735
2735
|
}, z.core.$strict>>>;
|
|
2736
2736
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2737
2737
|
code: z.ZodEnum<{
|
|
2738
|
-
|
|
2739
|
-
approval_required: "approval_required";
|
|
2738
|
+
provider_unavailable: "provider_unavailable";
|
|
2740
2739
|
capability_denied: "capability_denied";
|
|
2740
|
+
approval_required: "approval_required";
|
|
2741
2741
|
validation_failed: "validation_failed";
|
|
2742
|
-
provider_unavailable: "provider_unavailable";
|
|
2743
2742
|
execution_failed: "execution_failed";
|
|
2744
|
-
timeout: "timeout";
|
|
2745
2743
|
output_truncated: "output_truncated";
|
|
2744
|
+
timeout: "timeout";
|
|
2745
|
+
cancelled: "cancelled";
|
|
2746
2746
|
artifact_unavailable: "artifact_unavailable";
|
|
2747
2747
|
}>;
|
|
2748
2748
|
level: z.ZodEnum<{
|
|
@@ -2756,29 +2756,29 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
2756
2756
|
}, z.core.$strict>>>;
|
|
2757
2757
|
error: z.ZodObject<{
|
|
2758
2758
|
code: z.ZodEnum<{
|
|
2759
|
-
|
|
2760
|
-
invalid_request: "invalid_request";
|
|
2761
|
-
not_found: "not_found";
|
|
2762
|
-
not_authorized: "not_authorized";
|
|
2763
|
-
approval_required: "approval_required";
|
|
2759
|
+
provider_unavailable: "provider_unavailable";
|
|
2764
2760
|
capability_denied: "capability_denied";
|
|
2761
|
+
approval_required: "approval_required";
|
|
2765
2762
|
validation_failed: "validation_failed";
|
|
2766
|
-
provider_unavailable: "provider_unavailable";
|
|
2767
2763
|
execution_failed: "execution_failed";
|
|
2768
2764
|
timeout: "timeout";
|
|
2765
|
+
cancelled: "cancelled";
|
|
2766
|
+
invalid_request: "invalid_request";
|
|
2767
|
+
not_found: "not_found";
|
|
2768
|
+
not_authorized: "not_authorized";
|
|
2769
2769
|
}>;
|
|
2770
2770
|
message: z.ZodString;
|
|
2771
2771
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2772
2772
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2773
2773
|
code: z.ZodEnum<{
|
|
2774
|
-
|
|
2775
|
-
approval_required: "approval_required";
|
|
2774
|
+
provider_unavailable: "provider_unavailable";
|
|
2776
2775
|
capability_denied: "capability_denied";
|
|
2776
|
+
approval_required: "approval_required";
|
|
2777
2777
|
validation_failed: "validation_failed";
|
|
2778
|
-
provider_unavailable: "provider_unavailable";
|
|
2779
2778
|
execution_failed: "execution_failed";
|
|
2780
|
-
timeout: "timeout";
|
|
2781
2779
|
output_truncated: "output_truncated";
|
|
2780
|
+
timeout: "timeout";
|
|
2781
|
+
cancelled: "cancelled";
|
|
2782
2782
|
artifact_unavailable: "artifact_unavailable";
|
|
2783
2783
|
}>;
|
|
2784
2784
|
level: z.ZodEnum<{
|
|
@@ -2805,14 +2805,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
2805
2805
|
}, z.core.$strict>, z.ZodObject<{
|
|
2806
2806
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2807
2807
|
code: z.ZodEnum<{
|
|
2808
|
-
|
|
2809
|
-
approval_required: "approval_required";
|
|
2808
|
+
provider_unavailable: "provider_unavailable";
|
|
2810
2809
|
capability_denied: "capability_denied";
|
|
2810
|
+
approval_required: "approval_required";
|
|
2811
2811
|
validation_failed: "validation_failed";
|
|
2812
|
-
provider_unavailable: "provider_unavailable";
|
|
2813
2812
|
execution_failed: "execution_failed";
|
|
2814
|
-
timeout: "timeout";
|
|
2815
2813
|
output_truncated: "output_truncated";
|
|
2814
|
+
timeout: "timeout";
|
|
2815
|
+
cancelled: "cancelled";
|
|
2816
2816
|
artifact_unavailable: "artifact_unavailable";
|
|
2817
2817
|
}>;
|
|
2818
2818
|
level: z.ZodEnum<{
|
|
@@ -2826,29 +2826,29 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
2826
2826
|
}, z.core.$strict>>>;
|
|
2827
2827
|
error: z.ZodObject<{
|
|
2828
2828
|
code: z.ZodEnum<{
|
|
2829
|
-
|
|
2830
|
-
invalid_request: "invalid_request";
|
|
2831
|
-
not_found: "not_found";
|
|
2832
|
-
not_authorized: "not_authorized";
|
|
2833
|
-
approval_required: "approval_required";
|
|
2829
|
+
provider_unavailable: "provider_unavailable";
|
|
2834
2830
|
capability_denied: "capability_denied";
|
|
2831
|
+
approval_required: "approval_required";
|
|
2835
2832
|
validation_failed: "validation_failed";
|
|
2836
|
-
provider_unavailable: "provider_unavailable";
|
|
2837
2833
|
execution_failed: "execution_failed";
|
|
2838
2834
|
timeout: "timeout";
|
|
2835
|
+
cancelled: "cancelled";
|
|
2836
|
+
invalid_request: "invalid_request";
|
|
2837
|
+
not_found: "not_found";
|
|
2838
|
+
not_authorized: "not_authorized";
|
|
2839
2839
|
}>;
|
|
2840
2840
|
message: z.ZodString;
|
|
2841
2841
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2842
2842
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2843
2843
|
code: z.ZodEnum<{
|
|
2844
|
-
|
|
2845
|
-
approval_required: "approval_required";
|
|
2844
|
+
provider_unavailable: "provider_unavailable";
|
|
2846
2845
|
capability_denied: "capability_denied";
|
|
2846
|
+
approval_required: "approval_required";
|
|
2847
2847
|
validation_failed: "validation_failed";
|
|
2848
|
-
provider_unavailable: "provider_unavailable";
|
|
2849
2848
|
execution_failed: "execution_failed";
|
|
2850
|
-
timeout: "timeout";
|
|
2851
2849
|
output_truncated: "output_truncated";
|
|
2850
|
+
timeout: "timeout";
|
|
2851
|
+
cancelled: "cancelled";
|
|
2852
2852
|
artifact_unavailable: "artifact_unavailable";
|
|
2853
2853
|
}>;
|
|
2854
2854
|
level: z.ZodEnum<{
|
|
@@ -2916,14 +2916,14 @@ declare const PortalCallResultSchema: z.ZodObject<{
|
|
|
2916
2916
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
2917
2917
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
2918
2918
|
code: z.ZodEnum<{
|
|
2919
|
-
|
|
2920
|
-
approval_required: "approval_required";
|
|
2919
|
+
provider_unavailable: "provider_unavailable";
|
|
2921
2920
|
capability_denied: "capability_denied";
|
|
2921
|
+
approval_required: "approval_required";
|
|
2922
2922
|
validation_failed: "validation_failed";
|
|
2923
|
-
provider_unavailable: "provider_unavailable";
|
|
2924
2923
|
execution_failed: "execution_failed";
|
|
2925
|
-
timeout: "timeout";
|
|
2926
2924
|
output_truncated: "output_truncated";
|
|
2925
|
+
timeout: "timeout";
|
|
2926
|
+
cancelled: "cancelled";
|
|
2927
2927
|
artifact_unavailable: "artifact_unavailable";
|
|
2928
2928
|
}>;
|
|
2929
2929
|
level: z.ZodEnum<{
|
|
@@ -2954,14 +2954,14 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
2954
2954
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
2955
2955
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2956
2956
|
code: z.ZodEnum<{
|
|
2957
|
-
|
|
2958
|
-
approval_required: "approval_required";
|
|
2957
|
+
provider_unavailable: "provider_unavailable";
|
|
2959
2958
|
capability_denied: "capability_denied";
|
|
2959
|
+
approval_required: "approval_required";
|
|
2960
2960
|
validation_failed: "validation_failed";
|
|
2961
|
-
provider_unavailable: "provider_unavailable";
|
|
2962
2961
|
execution_failed: "execution_failed";
|
|
2963
|
-
timeout: "timeout";
|
|
2964
2962
|
output_truncated: "output_truncated";
|
|
2963
|
+
timeout: "timeout";
|
|
2964
|
+
cancelled: "cancelled";
|
|
2965
2965
|
artifact_unavailable: "artifact_unavailable";
|
|
2966
2966
|
}>;
|
|
2967
2967
|
level: z.ZodEnum<{
|
|
@@ -2983,14 +2983,14 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
2983
2983
|
}, z.core.$strict>>>;
|
|
2984
2984
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2985
2985
|
code: z.ZodEnum<{
|
|
2986
|
-
|
|
2987
|
-
approval_required: "approval_required";
|
|
2986
|
+
provider_unavailable: "provider_unavailable";
|
|
2988
2987
|
capability_denied: "capability_denied";
|
|
2988
|
+
approval_required: "approval_required";
|
|
2989
2989
|
validation_failed: "validation_failed";
|
|
2990
|
-
provider_unavailable: "provider_unavailable";
|
|
2991
2990
|
execution_failed: "execution_failed";
|
|
2992
|
-
timeout: "timeout";
|
|
2993
2991
|
output_truncated: "output_truncated";
|
|
2992
|
+
timeout: "timeout";
|
|
2993
|
+
cancelled: "cancelled";
|
|
2994
2994
|
artifact_unavailable: "artifact_unavailable";
|
|
2995
2995
|
}>;
|
|
2996
2996
|
level: z.ZodEnum<{
|
|
@@ -3107,14 +3107,14 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
3107
3107
|
}, z.core.$strict>, z.ZodObject<{
|
|
3108
3108
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3109
3109
|
code: z.ZodEnum<{
|
|
3110
|
-
|
|
3111
|
-
approval_required: "approval_required";
|
|
3110
|
+
provider_unavailable: "provider_unavailable";
|
|
3112
3111
|
capability_denied: "capability_denied";
|
|
3112
|
+
approval_required: "approval_required";
|
|
3113
3113
|
validation_failed: "validation_failed";
|
|
3114
|
-
provider_unavailable: "provider_unavailable";
|
|
3115
3114
|
execution_failed: "execution_failed";
|
|
3116
|
-
timeout: "timeout";
|
|
3117
3115
|
output_truncated: "output_truncated";
|
|
3116
|
+
timeout: "timeout";
|
|
3117
|
+
cancelled: "cancelled";
|
|
3118
3118
|
artifact_unavailable: "artifact_unavailable";
|
|
3119
3119
|
}>;
|
|
3120
3120
|
level: z.ZodEnum<{
|
|
@@ -3128,29 +3128,29 @@ declare const PortalListResultSchema: z.ZodObject<{
|
|
|
3128
3128
|
}, z.core.$strict>>>;
|
|
3129
3129
|
error: z.ZodObject<{
|
|
3130
3130
|
code: z.ZodEnum<{
|
|
3131
|
-
|
|
3132
|
-
invalid_request: "invalid_request";
|
|
3133
|
-
not_found: "not_found";
|
|
3134
|
-
not_authorized: "not_authorized";
|
|
3135
|
-
approval_required: "approval_required";
|
|
3131
|
+
provider_unavailable: "provider_unavailable";
|
|
3136
3132
|
capability_denied: "capability_denied";
|
|
3133
|
+
approval_required: "approval_required";
|
|
3137
3134
|
validation_failed: "validation_failed";
|
|
3138
|
-
provider_unavailable: "provider_unavailable";
|
|
3139
3135
|
execution_failed: "execution_failed";
|
|
3140
3136
|
timeout: "timeout";
|
|
3137
|
+
cancelled: "cancelled";
|
|
3138
|
+
invalid_request: "invalid_request";
|
|
3139
|
+
not_found: "not_found";
|
|
3140
|
+
not_authorized: "not_authorized";
|
|
3141
3141
|
}>;
|
|
3142
3142
|
message: z.ZodString;
|
|
3143
3143
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
3144
3144
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
3145
3145
|
code: z.ZodEnum<{
|
|
3146
|
-
|
|
3147
|
-
approval_required: "approval_required";
|
|
3146
|
+
provider_unavailable: "provider_unavailable";
|
|
3148
3147
|
capability_denied: "capability_denied";
|
|
3148
|
+
approval_required: "approval_required";
|
|
3149
3149
|
validation_failed: "validation_failed";
|
|
3150
|
-
provider_unavailable: "provider_unavailable";
|
|
3151
3150
|
execution_failed: "execution_failed";
|
|
3152
|
-
timeout: "timeout";
|
|
3153
3151
|
output_truncated: "output_truncated";
|
|
3152
|
+
timeout: "timeout";
|
|
3153
|
+
cancelled: "cancelled";
|
|
3154
3154
|
artifact_unavailable: "artifact_unavailable";
|
|
3155
3155
|
}>;
|
|
3156
3156
|
level: z.ZodEnum<{
|
|
@@ -3173,14 +3173,14 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
3173
3173
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
3174
3174
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3175
3175
|
code: z.ZodEnum<{
|
|
3176
|
-
|
|
3177
|
-
approval_required: "approval_required";
|
|
3176
|
+
provider_unavailable: "provider_unavailable";
|
|
3178
3177
|
capability_denied: "capability_denied";
|
|
3178
|
+
approval_required: "approval_required";
|
|
3179
3179
|
validation_failed: "validation_failed";
|
|
3180
|
-
provider_unavailable: "provider_unavailable";
|
|
3181
3180
|
execution_failed: "execution_failed";
|
|
3182
|
-
timeout: "timeout";
|
|
3183
3181
|
output_truncated: "output_truncated";
|
|
3182
|
+
timeout: "timeout";
|
|
3183
|
+
cancelled: "cancelled";
|
|
3184
3184
|
artifact_unavailable: "artifact_unavailable";
|
|
3185
3185
|
}>;
|
|
3186
3186
|
level: z.ZodEnum<{
|
|
@@ -3202,14 +3202,14 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
3202
3202
|
}, z.core.$strict>>>;
|
|
3203
3203
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3204
3204
|
code: z.ZodEnum<{
|
|
3205
|
-
|
|
3206
|
-
approval_required: "approval_required";
|
|
3205
|
+
provider_unavailable: "provider_unavailable";
|
|
3207
3206
|
capability_denied: "capability_denied";
|
|
3207
|
+
approval_required: "approval_required";
|
|
3208
3208
|
validation_failed: "validation_failed";
|
|
3209
|
-
provider_unavailable: "provider_unavailable";
|
|
3210
3209
|
execution_failed: "execution_failed";
|
|
3211
|
-
timeout: "timeout";
|
|
3212
3210
|
output_truncated: "output_truncated";
|
|
3211
|
+
timeout: "timeout";
|
|
3212
|
+
cancelled: "cancelled";
|
|
3213
3213
|
artifact_unavailable: "artifact_unavailable";
|
|
3214
3214
|
}>;
|
|
3215
3215
|
level: z.ZodEnum<{
|
|
@@ -3328,14 +3328,14 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
3328
3328
|
}, z.core.$strict>, z.ZodObject<{
|
|
3329
3329
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3330
3330
|
code: z.ZodEnum<{
|
|
3331
|
-
|
|
3332
|
-
approval_required: "approval_required";
|
|
3331
|
+
provider_unavailable: "provider_unavailable";
|
|
3333
3332
|
capability_denied: "capability_denied";
|
|
3333
|
+
approval_required: "approval_required";
|
|
3334
3334
|
validation_failed: "validation_failed";
|
|
3335
|
-
provider_unavailable: "provider_unavailable";
|
|
3336
3335
|
execution_failed: "execution_failed";
|
|
3337
|
-
timeout: "timeout";
|
|
3338
3336
|
output_truncated: "output_truncated";
|
|
3337
|
+
timeout: "timeout";
|
|
3338
|
+
cancelled: "cancelled";
|
|
3339
3339
|
artifact_unavailable: "artifact_unavailable";
|
|
3340
3340
|
}>;
|
|
3341
3341
|
level: z.ZodEnum<{
|
|
@@ -3349,29 +3349,29 @@ declare const PortalSearchResultSchema: z.ZodObject<{
|
|
|
3349
3349
|
}, z.core.$strict>>>;
|
|
3350
3350
|
error: z.ZodObject<{
|
|
3351
3351
|
code: z.ZodEnum<{
|
|
3352
|
-
|
|
3353
|
-
invalid_request: "invalid_request";
|
|
3354
|
-
not_found: "not_found";
|
|
3355
|
-
not_authorized: "not_authorized";
|
|
3356
|
-
approval_required: "approval_required";
|
|
3352
|
+
provider_unavailable: "provider_unavailable";
|
|
3357
3353
|
capability_denied: "capability_denied";
|
|
3354
|
+
approval_required: "approval_required";
|
|
3358
3355
|
validation_failed: "validation_failed";
|
|
3359
|
-
provider_unavailable: "provider_unavailable";
|
|
3360
3356
|
execution_failed: "execution_failed";
|
|
3361
3357
|
timeout: "timeout";
|
|
3358
|
+
cancelled: "cancelled";
|
|
3359
|
+
invalid_request: "invalid_request";
|
|
3360
|
+
not_found: "not_found";
|
|
3361
|
+
not_authorized: "not_authorized";
|
|
3362
3362
|
}>;
|
|
3363
3363
|
message: z.ZodString;
|
|
3364
3364
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
3365
3365
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
3366
3366
|
code: z.ZodEnum<{
|
|
3367
|
-
|
|
3368
|
-
approval_required: "approval_required";
|
|
3367
|
+
provider_unavailable: "provider_unavailable";
|
|
3369
3368
|
capability_denied: "capability_denied";
|
|
3369
|
+
approval_required: "approval_required";
|
|
3370
3370
|
validation_failed: "validation_failed";
|
|
3371
|
-
provider_unavailable: "provider_unavailable";
|
|
3372
3371
|
execution_failed: "execution_failed";
|
|
3373
|
-
timeout: "timeout";
|
|
3374
3372
|
output_truncated: "output_truncated";
|
|
3373
|
+
timeout: "timeout";
|
|
3374
|
+
cancelled: "cancelled";
|
|
3375
3375
|
artifact_unavailable: "artifact_unavailable";
|
|
3376
3376
|
}>;
|
|
3377
3377
|
level: z.ZodEnum<{
|
|
@@ -3394,14 +3394,14 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
3394
3394
|
auditCorrelationId: z.ZodOptional<z.ZodString>;
|
|
3395
3395
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3396
3396
|
code: z.ZodEnum<{
|
|
3397
|
-
|
|
3398
|
-
approval_required: "approval_required";
|
|
3397
|
+
provider_unavailable: "provider_unavailable";
|
|
3399
3398
|
capability_denied: "capability_denied";
|
|
3399
|
+
approval_required: "approval_required";
|
|
3400
3400
|
validation_failed: "validation_failed";
|
|
3401
|
-
provider_unavailable: "provider_unavailable";
|
|
3402
3401
|
execution_failed: "execution_failed";
|
|
3403
|
-
timeout: "timeout";
|
|
3404
3402
|
output_truncated: "output_truncated";
|
|
3403
|
+
timeout: "timeout";
|
|
3404
|
+
cancelled: "cancelled";
|
|
3405
3405
|
artifact_unavailable: "artifact_unavailable";
|
|
3406
3406
|
}>;
|
|
3407
3407
|
level: z.ZodEnum<{
|
|
@@ -3423,14 +3423,14 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
3423
3423
|
}, z.core.$strict>>>;
|
|
3424
3424
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3425
3425
|
code: z.ZodEnum<{
|
|
3426
|
-
|
|
3427
|
-
approval_required: "approval_required";
|
|
3426
|
+
provider_unavailable: "provider_unavailable";
|
|
3428
3427
|
capability_denied: "capability_denied";
|
|
3428
|
+
approval_required: "approval_required";
|
|
3429
3429
|
validation_failed: "validation_failed";
|
|
3430
|
-
provider_unavailable: "provider_unavailable";
|
|
3431
3430
|
execution_failed: "execution_failed";
|
|
3432
|
-
timeout: "timeout";
|
|
3433
3431
|
output_truncated: "output_truncated";
|
|
3432
|
+
timeout: "timeout";
|
|
3433
|
+
cancelled: "cancelled";
|
|
3434
3434
|
artifact_unavailable: "artifact_unavailable";
|
|
3435
3435
|
}>;
|
|
3436
3436
|
level: z.ZodEnum<{
|
|
@@ -3534,14 +3534,14 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
3534
3534
|
}, z.core.$strict>, z.ZodObject<{
|
|
3535
3535
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3536
3536
|
code: z.ZodEnum<{
|
|
3537
|
-
|
|
3538
|
-
approval_required: "approval_required";
|
|
3537
|
+
provider_unavailable: "provider_unavailable";
|
|
3539
3538
|
capability_denied: "capability_denied";
|
|
3539
|
+
approval_required: "approval_required";
|
|
3540
3540
|
validation_failed: "validation_failed";
|
|
3541
|
-
provider_unavailable: "provider_unavailable";
|
|
3542
3541
|
execution_failed: "execution_failed";
|
|
3543
|
-
timeout: "timeout";
|
|
3544
3542
|
output_truncated: "output_truncated";
|
|
3543
|
+
timeout: "timeout";
|
|
3544
|
+
cancelled: "cancelled";
|
|
3545
3545
|
artifact_unavailable: "artifact_unavailable";
|
|
3546
3546
|
}>;
|
|
3547
3547
|
level: z.ZodEnum<{
|
|
@@ -3555,29 +3555,29 @@ declare const PortalDescribeResultSchema: z.ZodObject<{
|
|
|
3555
3555
|
}, z.core.$strict>>>;
|
|
3556
3556
|
error: z.ZodObject<{
|
|
3557
3557
|
code: z.ZodEnum<{
|
|
3558
|
-
|
|
3559
|
-
invalid_request: "invalid_request";
|
|
3560
|
-
not_found: "not_found";
|
|
3561
|
-
not_authorized: "not_authorized";
|
|
3562
|
-
approval_required: "approval_required";
|
|
3558
|
+
provider_unavailable: "provider_unavailable";
|
|
3563
3559
|
capability_denied: "capability_denied";
|
|
3560
|
+
approval_required: "approval_required";
|
|
3564
3561
|
validation_failed: "validation_failed";
|
|
3565
|
-
provider_unavailable: "provider_unavailable";
|
|
3566
3562
|
execution_failed: "execution_failed";
|
|
3567
3563
|
timeout: "timeout";
|
|
3564
|
+
cancelled: "cancelled";
|
|
3565
|
+
invalid_request: "invalid_request";
|
|
3566
|
+
not_found: "not_found";
|
|
3567
|
+
not_authorized: "not_authorized";
|
|
3568
3568
|
}>;
|
|
3569
3569
|
message: z.ZodString;
|
|
3570
3570
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
3571
3571
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
3572
3572
|
code: z.ZodEnum<{
|
|
3573
|
-
|
|
3574
|
-
approval_required: "approval_required";
|
|
3573
|
+
provider_unavailable: "provider_unavailable";
|
|
3575
3574
|
capability_denied: "capability_denied";
|
|
3575
|
+
approval_required: "approval_required";
|
|
3576
3576
|
validation_failed: "validation_failed";
|
|
3577
|
-
provider_unavailable: "provider_unavailable";
|
|
3578
3577
|
execution_failed: "execution_failed";
|
|
3579
|
-
timeout: "timeout";
|
|
3580
3578
|
output_truncated: "output_truncated";
|
|
3579
|
+
timeout: "timeout";
|
|
3580
|
+
cancelled: "cancelled";
|
|
3581
3581
|
artifact_unavailable: "artifact_unavailable";
|
|
3582
3582
|
}>;
|
|
3583
3583
|
level: z.ZodEnum<{
|
|
@@ -3606,14 +3606,14 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
3606
3606
|
}, z.core.$strict>>>;
|
|
3607
3607
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3608
3608
|
code: z.ZodEnum<{
|
|
3609
|
-
|
|
3610
|
-
approval_required: "approval_required";
|
|
3609
|
+
provider_unavailable: "provider_unavailable";
|
|
3611
3610
|
capability_denied: "capability_denied";
|
|
3611
|
+
approval_required: "approval_required";
|
|
3612
3612
|
validation_failed: "validation_failed";
|
|
3613
|
-
provider_unavailable: "provider_unavailable";
|
|
3614
3613
|
execution_failed: "execution_failed";
|
|
3615
|
-
timeout: "timeout";
|
|
3616
3614
|
output_truncated: "output_truncated";
|
|
3615
|
+
timeout: "timeout";
|
|
3616
|
+
cancelled: "cancelled";
|
|
3617
3617
|
artifact_unavailable: "artifact_unavailable";
|
|
3618
3618
|
}>;
|
|
3619
3619
|
level: z.ZodEnum<{
|
|
@@ -3635,14 +3635,14 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
3635
3635
|
}, z.core.$strict>, z.ZodObject<{
|
|
3636
3636
|
diagnostics: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3637
3637
|
code: z.ZodEnum<{
|
|
3638
|
-
|
|
3639
|
-
approval_required: "approval_required";
|
|
3638
|
+
provider_unavailable: "provider_unavailable";
|
|
3640
3639
|
capability_denied: "capability_denied";
|
|
3640
|
+
approval_required: "approval_required";
|
|
3641
3641
|
validation_failed: "validation_failed";
|
|
3642
|
-
provider_unavailable: "provider_unavailable";
|
|
3643
3642
|
execution_failed: "execution_failed";
|
|
3644
|
-
timeout: "timeout";
|
|
3645
3643
|
output_truncated: "output_truncated";
|
|
3644
|
+
timeout: "timeout";
|
|
3645
|
+
cancelled: "cancelled";
|
|
3646
3646
|
artifact_unavailable: "artifact_unavailable";
|
|
3647
3647
|
}>;
|
|
3648
3648
|
level: z.ZodEnum<{
|
|
@@ -3656,29 +3656,29 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
3656
3656
|
}, z.core.$strict>>>;
|
|
3657
3657
|
error: z.ZodObject<{
|
|
3658
3658
|
code: z.ZodEnum<{
|
|
3659
|
-
|
|
3660
|
-
invalid_request: "invalid_request";
|
|
3661
|
-
not_found: "not_found";
|
|
3662
|
-
not_authorized: "not_authorized";
|
|
3663
|
-
approval_required: "approval_required";
|
|
3659
|
+
provider_unavailable: "provider_unavailable";
|
|
3664
3660
|
capability_denied: "capability_denied";
|
|
3661
|
+
approval_required: "approval_required";
|
|
3665
3662
|
validation_failed: "validation_failed";
|
|
3666
|
-
provider_unavailable: "provider_unavailable";
|
|
3667
3663
|
execution_failed: "execution_failed";
|
|
3668
3664
|
timeout: "timeout";
|
|
3665
|
+
cancelled: "cancelled";
|
|
3666
|
+
invalid_request: "invalid_request";
|
|
3667
|
+
not_found: "not_found";
|
|
3668
|
+
not_authorized: "not_authorized";
|
|
3669
3669
|
}>;
|
|
3670
3670
|
message: z.ZodString;
|
|
3671
3671
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
3672
3672
|
safeDiagnostic: z.ZodOptional<z.ZodObject<{
|
|
3673
3673
|
code: z.ZodEnum<{
|
|
3674
|
-
|
|
3675
|
-
approval_required: "approval_required";
|
|
3674
|
+
provider_unavailable: "provider_unavailable";
|
|
3676
3675
|
capability_denied: "capability_denied";
|
|
3676
|
+
approval_required: "approval_required";
|
|
3677
3677
|
validation_failed: "validation_failed";
|
|
3678
|
-
provider_unavailable: "provider_unavailable";
|
|
3679
3678
|
execution_failed: "execution_failed";
|
|
3680
|
-
timeout: "timeout";
|
|
3681
3679
|
output_truncated: "output_truncated";
|
|
3680
|
+
timeout: "timeout";
|
|
3681
|
+
cancelled: "cancelled";
|
|
3682
3682
|
artifact_unavailable: "artifact_unavailable";
|
|
3683
3683
|
}>;
|
|
3684
3684
|
level: z.ZodEnum<{
|
|
@@ -3696,4 +3696,4 @@ declare const PortalGenericItemResultSchema: z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
3696
3696
|
}, z.core.$strict>], "status">;
|
|
3697
3697
|
//#endregion
|
|
3698
3698
|
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 };
|
|
3699
|
-
//# sourceMappingURL=portal-call-result-schema-
|
|
3699
|
+
//# sourceMappingURL=portal-call-result-schema-4fE1Z_Ph.d.ts.map
|