@agent-vm/agent-portal-sdk 0.0.151 → 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/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-S_R4y_hm.d.ts → index-5IFtTOFF.d.ts} +5 -5
- package/dist/{index-S_R4y_hm.d.ts.map → index-5IFtTOFF.d.ts.map} +1 -1
- package/dist/{index-C7qqwbMQ.d.ts → index-B9MLlSms.d.ts} +5 -5
- package/dist/{index-C7qqwbMQ.d.ts.map → index-B9MLlSms.d.ts.map} +1 -1
- package/dist/{index-D4njH5CE.d.ts → index-BNIWgSur.d.ts} +3 -3
- package/dist/{index-D4njH5CE.d.ts.map → index-BNIWgSur.d.ts.map} +1 -1
- package/dist/{index-DD4JUntM.d.ts → index-CBUBqlpp.d.ts} +39 -39
- package/dist/{index-DD4JUntM.d.ts.map → index-CBUBqlpp.d.ts.map} +1 -1
- package/dist/{index-BHXQ_e0h.d.ts → index-mJYfP6CB.d.ts} +17 -17
- package/dist/{index-BHXQ_e0h.d.ts.map → index-mJYfP6CB.d.ts.map} +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/{portal-call-result-schema-CxyfznDF.d.ts → portal-call-result-schema-4fE1Z_Ph.d.ts} +339 -339
- package/dist/{portal-call-result-schema-CxyfznDF.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-CxyfznDF.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
|
-
|
|
64
|
+
provider_unavailable: "provider_unavailable";
|
|
65
65
|
capability_denied: "capability_denied";
|
|
66
|
+
approval_required: "approval_required";
|
|
66
67
|
validation_failed: "validation_failed";
|
|
67
|
-
provider_unavailable: "provider_unavailable";
|
|
68
68
|
execution_failed: "execution_failed";
|
|
69
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
105
|
+
provider_unavailable: "provider_unavailable";
|
|
106
106
|
capability_denied: "capability_denied";
|
|
107
|
+
approval_required: "approval_required";
|
|
107
108
|
validation_failed: "validation_failed";
|
|
108
|
-
provider_unavailable: "provider_unavailable";
|
|
109
109
|
execution_failed: "execution_failed";
|
|
110
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
149
|
+
provider_unavailable: "provider_unavailable";
|
|
150
150
|
capability_denied: "capability_denied";
|
|
151
|
+
approval_required: "approval_required";
|
|
151
152
|
validation_failed: "validation_failed";
|
|
152
|
-
provider_unavailable: "provider_unavailable";
|
|
153
153
|
execution_failed: "execution_failed";
|
|
154
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
172
|
-
not_authorized: "not_authorized";
|
|
173
|
-
approval_required: "approval_required";
|
|
170
|
+
provider_unavailable: "provider_unavailable";
|
|
174
171
|
capability_denied: "capability_denied";
|
|
172
|
+
approval_required: "approval_required";
|
|
175
173
|
validation_failed: "validation_failed";
|
|
176
|
-
provider_unavailable: "provider_unavailable";
|
|
177
174
|
execution_failed: "execution_failed";
|
|
178
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
185
|
+
provider_unavailable: "provider_unavailable";
|
|
186
186
|
capability_denied: "capability_denied";
|
|
187
|
+
approval_required: "approval_required";
|
|
187
188
|
validation_failed: "validation_failed";
|
|
188
|
-
provider_unavailable: "provider_unavailable";
|
|
189
189
|
execution_failed: "execution_failed";
|
|
190
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
219
|
+
provider_unavailable: "provider_unavailable";
|
|
220
220
|
capability_denied: "capability_denied";
|
|
221
|
+
approval_required: "approval_required";
|
|
221
222
|
validation_failed: "validation_failed";
|
|
222
|
-
provider_unavailable: "provider_unavailable";
|
|
223
223
|
execution_failed: "execution_failed";
|
|
224
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
242
|
-
not_authorized: "not_authorized";
|
|
243
|
-
approval_required: "approval_required";
|
|
240
|
+
provider_unavailable: "provider_unavailable";
|
|
244
241
|
capability_denied: "capability_denied";
|
|
242
|
+
approval_required: "approval_required";
|
|
245
243
|
validation_failed: "validation_failed";
|
|
246
|
-
provider_unavailable: "provider_unavailable";
|
|
247
244
|
execution_failed: "execution_failed";
|
|
248
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
255
|
+
provider_unavailable: "provider_unavailable";
|
|
256
256
|
capability_denied: "capability_denied";
|
|
257
|
+
approval_required: "approval_required";
|
|
257
258
|
validation_failed: "validation_failed";
|
|
258
|
-
provider_unavailable: "provider_unavailable";
|
|
259
259
|
execution_failed: "execution_failed";
|
|
260
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
330
|
+
provider_unavailable: "provider_unavailable";
|
|
331
331
|
capability_denied: "capability_denied";
|
|
332
|
+
approval_required: "approval_required";
|
|
332
333
|
validation_failed: "validation_failed";
|
|
333
|
-
provider_unavailable: "provider_unavailable";
|
|
334
334
|
execution_failed: "execution_failed";
|
|
335
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
913
|
+
provider_unavailable: "provider_unavailable";
|
|
914
914
|
capability_denied: "capability_denied";
|
|
915
|
+
approval_required: "approval_required";
|
|
915
916
|
validation_failed: "validation_failed";
|
|
916
|
-
provider_unavailable: "provider_unavailable";
|
|
917
917
|
execution_failed: "execution_failed";
|
|
918
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1033
|
+
provider_unavailable: "provider_unavailable";
|
|
1034
1034
|
capability_denied: "capability_denied";
|
|
1035
|
+
approval_required: "approval_required";
|
|
1035
1036
|
validation_failed: "validation_failed";
|
|
1036
|
-
provider_unavailable: "provider_unavailable";
|
|
1037
1037
|
execution_failed: "execution_failed";
|
|
1038
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
1056
|
-
not_authorized: "not_authorized";
|
|
1057
|
-
approval_required: "approval_required";
|
|
1054
|
+
provider_unavailable: "provider_unavailable";
|
|
1058
1055
|
capability_denied: "capability_denied";
|
|
1056
|
+
approval_required: "approval_required";
|
|
1059
1057
|
validation_failed: "validation_failed";
|
|
1060
|
-
provider_unavailable: "provider_unavailable";
|
|
1061
1058
|
execution_failed: "execution_failed";
|
|
1062
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1069
|
+
provider_unavailable: "provider_unavailable";
|
|
1070
1070
|
capability_denied: "capability_denied";
|
|
1071
|
+
approval_required: "approval_required";
|
|
1071
1072
|
validation_failed: "validation_failed";
|
|
1072
|
-
provider_unavailable: "provider_unavailable";
|
|
1073
1073
|
execution_failed: "execution_failed";
|
|
1074
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1102
|
+
provider_unavailable: "provider_unavailable";
|
|
1103
1103
|
capability_denied: "capability_denied";
|
|
1104
|
+
approval_required: "approval_required";
|
|
1104
1105
|
validation_failed: "validation_failed";
|
|
1105
|
-
provider_unavailable: "provider_unavailable";
|
|
1106
1106
|
execution_failed: "execution_failed";
|
|
1107
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1224
|
+
provider_unavailable: "provider_unavailable";
|
|
1225
1225
|
capability_denied: "capability_denied";
|
|
1226
|
+
approval_required: "approval_required";
|
|
1226
1227
|
validation_failed: "validation_failed";
|
|
1227
|
-
provider_unavailable: "provider_unavailable";
|
|
1228
1228
|
execution_failed: "execution_failed";
|
|
1229
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
1247
|
-
not_authorized: "not_authorized";
|
|
1248
|
-
approval_required: "approval_required";
|
|
1245
|
+
provider_unavailable: "provider_unavailable";
|
|
1249
1246
|
capability_denied: "capability_denied";
|
|
1247
|
+
approval_required: "approval_required";
|
|
1250
1248
|
validation_failed: "validation_failed";
|
|
1251
|
-
provider_unavailable: "provider_unavailable";
|
|
1252
1249
|
execution_failed: "execution_failed";
|
|
1253
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1260
|
+
provider_unavailable: "provider_unavailable";
|
|
1261
1261
|
capability_denied: "capability_denied";
|
|
1262
|
+
approval_required: "approval_required";
|
|
1262
1263
|
validation_failed: "validation_failed";
|
|
1263
|
-
provider_unavailable: "provider_unavailable";
|
|
1264
1264
|
execution_failed: "execution_failed";
|
|
1265
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1293
|
+
provider_unavailable: "provider_unavailable";
|
|
1294
1294
|
capability_denied: "capability_denied";
|
|
1295
|
+
approval_required: "approval_required";
|
|
1295
1296
|
validation_failed: "validation_failed";
|
|
1296
|
-
provider_unavailable: "provider_unavailable";
|
|
1297
1297
|
execution_failed: "execution_failed";
|
|
1298
|
-
cancelled: "cancelled";
|
|
1299
|
-
timeout: "timeout";
|
|
1300
1298
|
output_truncated: "output_truncated";
|
|
1299
|
+
timeout: "timeout";
|
|
1300
|
+
cancelled: "cancelled";
|
|
1301
1301
|
artifact_unavailable: "artifact_unavailable";
|
|
1302
1302
|
}>;
|
|
1303
1303
|
level: z.ZodEnum<{
|
|
@@ -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
|
-
|
|
1400
|
+
provider_unavailable: "provider_unavailable";
|
|
1401
1401
|
capability_denied: "capability_denied";
|
|
1402
|
+
approval_required: "approval_required";
|
|
1402
1403
|
validation_failed: "validation_failed";
|
|
1403
|
-
provider_unavailable: "provider_unavailable";
|
|
1404
1404
|
execution_failed: "execution_failed";
|
|
1405
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
1423
|
-
not_authorized: "not_authorized";
|
|
1424
|
-
approval_required: "approval_required";
|
|
1421
|
+
provider_unavailable: "provider_unavailable";
|
|
1425
1422
|
capability_denied: "capability_denied";
|
|
1423
|
+
approval_required: "approval_required";
|
|
1426
1424
|
validation_failed: "validation_failed";
|
|
1427
|
-
provider_unavailable: "provider_unavailable";
|
|
1428
1425
|
execution_failed: "execution_failed";
|
|
1429
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1436
|
+
provider_unavailable: "provider_unavailable";
|
|
1437
1437
|
capability_denied: "capability_denied";
|
|
1438
|
+
approval_required: "approval_required";
|
|
1438
1439
|
validation_failed: "validation_failed";
|
|
1439
|
-
provider_unavailable: "provider_unavailable";
|
|
1440
1440
|
execution_failed: "execution_failed";
|
|
1441
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1463
|
+
provider_unavailable: "provider_unavailable";
|
|
1464
1464
|
capability_denied: "capability_denied";
|
|
1465
|
+
approval_required: "approval_required";
|
|
1465
1466
|
validation_failed: "validation_failed";
|
|
1466
|
-
provider_unavailable: "provider_unavailable";
|
|
1467
1467
|
execution_failed: "execution_failed";
|
|
1468
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1492
|
+
provider_unavailable: "provider_unavailable";
|
|
1493
1493
|
capability_denied: "capability_denied";
|
|
1494
|
+
approval_required: "approval_required";
|
|
1494
1495
|
validation_failed: "validation_failed";
|
|
1495
|
-
provider_unavailable: "provider_unavailable";
|
|
1496
1496
|
execution_failed: "execution_failed";
|
|
1497
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1612
|
+
provider_unavailable: "provider_unavailable";
|
|
1613
1613
|
capability_denied: "capability_denied";
|
|
1614
|
+
approval_required: "approval_required";
|
|
1614
1615
|
validation_failed: "validation_failed";
|
|
1615
|
-
provider_unavailable: "provider_unavailable";
|
|
1616
1616
|
execution_failed: "execution_failed";
|
|
1617
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
1635
|
-
not_authorized: "not_authorized";
|
|
1636
|
-
approval_required: "approval_required";
|
|
1633
|
+
provider_unavailable: "provider_unavailable";
|
|
1637
1634
|
capability_denied: "capability_denied";
|
|
1635
|
+
approval_required: "approval_required";
|
|
1638
1636
|
validation_failed: "validation_failed";
|
|
1639
|
-
provider_unavailable: "provider_unavailable";
|
|
1640
1637
|
execution_failed: "execution_failed";
|
|
1641
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1648
|
+
provider_unavailable: "provider_unavailable";
|
|
1649
1649
|
capability_denied: "capability_denied";
|
|
1650
|
+
approval_required: "approval_required";
|
|
1650
1651
|
validation_failed: "validation_failed";
|
|
1651
|
-
provider_unavailable: "provider_unavailable";
|
|
1652
1652
|
execution_failed: "execution_failed";
|
|
1653
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1678
|
+
provider_unavailable: "provider_unavailable";
|
|
1679
1679
|
capability_denied: "capability_denied";
|
|
1680
|
+
approval_required: "approval_required";
|
|
1680
1681
|
validation_failed: "validation_failed";
|
|
1681
|
-
provider_unavailable: "provider_unavailable";
|
|
1682
1682
|
execution_failed: "execution_failed";
|
|
1683
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1707
|
+
provider_unavailable: "provider_unavailable";
|
|
1708
1708
|
capability_denied: "capability_denied";
|
|
1709
|
+
approval_required: "approval_required";
|
|
1709
1710
|
validation_failed: "validation_failed";
|
|
1710
|
-
provider_unavailable: "provider_unavailable";
|
|
1711
1711
|
execution_failed: "execution_failed";
|
|
1712
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1829
|
+
provider_unavailable: "provider_unavailable";
|
|
1830
1830
|
capability_denied: "capability_denied";
|
|
1831
|
+
approval_required: "approval_required";
|
|
1831
1832
|
validation_failed: "validation_failed";
|
|
1832
|
-
provider_unavailable: "provider_unavailable";
|
|
1833
1833
|
execution_failed: "execution_failed";
|
|
1834
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
1852
|
-
not_authorized: "not_authorized";
|
|
1853
|
-
approval_required: "approval_required";
|
|
1850
|
+
provider_unavailable: "provider_unavailable";
|
|
1854
1851
|
capability_denied: "capability_denied";
|
|
1852
|
+
approval_required: "approval_required";
|
|
1855
1853
|
validation_failed: "validation_failed";
|
|
1856
|
-
provider_unavailable: "provider_unavailable";
|
|
1857
1854
|
execution_failed: "execution_failed";
|
|
1858
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1865
|
+
provider_unavailable: "provider_unavailable";
|
|
1866
1866
|
capability_denied: "capability_denied";
|
|
1867
|
+
approval_required: "approval_required";
|
|
1867
1868
|
validation_failed: "validation_failed";
|
|
1868
|
-
provider_unavailable: "provider_unavailable";
|
|
1869
1869
|
execution_failed: "execution_failed";
|
|
1870
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1895
|
+
provider_unavailable: "provider_unavailable";
|
|
1896
1896
|
capability_denied: "capability_denied";
|
|
1897
|
+
approval_required: "approval_required";
|
|
1897
1898
|
validation_failed: "validation_failed";
|
|
1898
|
-
provider_unavailable: "provider_unavailable";
|
|
1899
1899
|
execution_failed: "execution_failed";
|
|
1900
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
1924
|
+
provider_unavailable: "provider_unavailable";
|
|
1925
1925
|
capability_denied: "capability_denied";
|
|
1926
|
+
approval_required: "approval_required";
|
|
1926
1927
|
validation_failed: "validation_failed";
|
|
1927
|
-
provider_unavailable: "provider_unavailable";
|
|
1928
1928
|
execution_failed: "execution_failed";
|
|
1929
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2031
|
+
provider_unavailable: "provider_unavailable";
|
|
2032
2032
|
capability_denied: "capability_denied";
|
|
2033
|
+
approval_required: "approval_required";
|
|
2033
2034
|
validation_failed: "validation_failed";
|
|
2034
|
-
provider_unavailable: "provider_unavailable";
|
|
2035
2035
|
execution_failed: "execution_failed";
|
|
2036
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
2054
|
-
not_authorized: "not_authorized";
|
|
2055
|
-
approval_required: "approval_required";
|
|
2052
|
+
provider_unavailable: "provider_unavailable";
|
|
2056
2053
|
capability_denied: "capability_denied";
|
|
2054
|
+
approval_required: "approval_required";
|
|
2057
2055
|
validation_failed: "validation_failed";
|
|
2058
|
-
provider_unavailable: "provider_unavailable";
|
|
2059
2056
|
execution_failed: "execution_failed";
|
|
2060
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2067
|
+
provider_unavailable: "provider_unavailable";
|
|
2068
2068
|
capability_denied: "capability_denied";
|
|
2069
|
+
approval_required: "approval_required";
|
|
2069
2070
|
validation_failed: "validation_failed";
|
|
2070
|
-
provider_unavailable: "provider_unavailable";
|
|
2071
2071
|
execution_failed: "execution_failed";
|
|
2072
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2103
|
+
provider_unavailable: "provider_unavailable";
|
|
2104
2104
|
capability_denied: "capability_denied";
|
|
2105
|
+
approval_required: "approval_required";
|
|
2105
2106
|
validation_failed: "validation_failed";
|
|
2106
|
-
provider_unavailable: "provider_unavailable";
|
|
2107
2107
|
execution_failed: "execution_failed";
|
|
2108
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2227
|
+
provider_unavailable: "provider_unavailable";
|
|
2228
2228
|
capability_denied: "capability_denied";
|
|
2229
|
+
approval_required: "approval_required";
|
|
2229
2230
|
validation_failed: "validation_failed";
|
|
2230
|
-
provider_unavailable: "provider_unavailable";
|
|
2231
2231
|
execution_failed: "execution_failed";
|
|
2232
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
2250
|
-
not_authorized: "not_authorized";
|
|
2251
|
-
approval_required: "approval_required";
|
|
2248
|
+
provider_unavailable: "provider_unavailable";
|
|
2252
2249
|
capability_denied: "capability_denied";
|
|
2250
|
+
approval_required: "approval_required";
|
|
2253
2251
|
validation_failed: "validation_failed";
|
|
2254
|
-
provider_unavailable: "provider_unavailable";
|
|
2255
2252
|
execution_failed: "execution_failed";
|
|
2256
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2263
|
+
provider_unavailable: "provider_unavailable";
|
|
2264
2264
|
capability_denied: "capability_denied";
|
|
2265
|
+
approval_required: "approval_required";
|
|
2265
2266
|
validation_failed: "validation_failed";
|
|
2266
|
-
provider_unavailable: "provider_unavailable";
|
|
2267
2267
|
execution_failed: "execution_failed";
|
|
2268
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2296
|
+
provider_unavailable: "provider_unavailable";
|
|
2297
2297
|
capability_denied: "capability_denied";
|
|
2298
|
+
approval_required: "approval_required";
|
|
2298
2299
|
validation_failed: "validation_failed";
|
|
2299
|
-
provider_unavailable: "provider_unavailable";
|
|
2300
2300
|
execution_failed: "execution_failed";
|
|
2301
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2422
|
+
provider_unavailable: "provider_unavailable";
|
|
2423
2423
|
capability_denied: "capability_denied";
|
|
2424
|
+
approval_required: "approval_required";
|
|
2424
2425
|
validation_failed: "validation_failed";
|
|
2425
|
-
provider_unavailable: "provider_unavailable";
|
|
2426
2426
|
execution_failed: "execution_failed";
|
|
2427
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
2445
|
-
not_authorized: "not_authorized";
|
|
2446
|
-
approval_required: "approval_required";
|
|
2443
|
+
provider_unavailable: "provider_unavailable";
|
|
2447
2444
|
capability_denied: "capability_denied";
|
|
2445
|
+
approval_required: "approval_required";
|
|
2448
2446
|
validation_failed: "validation_failed";
|
|
2449
|
-
provider_unavailable: "provider_unavailable";
|
|
2450
2447
|
execution_failed: "execution_failed";
|
|
2451
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2458
|
+
provider_unavailable: "provider_unavailable";
|
|
2459
2459
|
capability_denied: "capability_denied";
|
|
2460
|
+
approval_required: "approval_required";
|
|
2460
2461
|
validation_failed: "validation_failed";
|
|
2461
|
-
provider_unavailable: "provider_unavailable";
|
|
2462
2462
|
execution_failed: "execution_failed";
|
|
2463
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2491
|
+
provider_unavailable: "provider_unavailable";
|
|
2492
2492
|
capability_denied: "capability_denied";
|
|
2493
|
+
approval_required: "approval_required";
|
|
2493
2494
|
validation_failed: "validation_failed";
|
|
2494
|
-
provider_unavailable: "provider_unavailable";
|
|
2495
2495
|
execution_failed: "execution_failed";
|
|
2496
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2602
|
+
provider_unavailable: "provider_unavailable";
|
|
2603
2603
|
capability_denied: "capability_denied";
|
|
2604
|
+
approval_required: "approval_required";
|
|
2604
2605
|
validation_failed: "validation_failed";
|
|
2605
|
-
provider_unavailable: "provider_unavailable";
|
|
2606
2606
|
execution_failed: "execution_failed";
|
|
2607
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
2625
|
-
not_authorized: "not_authorized";
|
|
2626
|
-
approval_required: "approval_required";
|
|
2623
|
+
provider_unavailable: "provider_unavailable";
|
|
2627
2624
|
capability_denied: "capability_denied";
|
|
2625
|
+
approval_required: "approval_required";
|
|
2628
2626
|
validation_failed: "validation_failed";
|
|
2629
|
-
provider_unavailable: "provider_unavailable";
|
|
2630
2627
|
execution_failed: "execution_failed";
|
|
2631
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2638
|
+
provider_unavailable: "provider_unavailable";
|
|
2639
2639
|
capability_denied: "capability_denied";
|
|
2640
|
+
approval_required: "approval_required";
|
|
2640
2641
|
validation_failed: "validation_failed";
|
|
2641
|
-
provider_unavailable: "provider_unavailable";
|
|
2642
2642
|
execution_failed: "execution_failed";
|
|
2643
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2665
|
+
provider_unavailable: "provider_unavailable";
|
|
2666
2666
|
capability_denied: "capability_denied";
|
|
2667
|
+
approval_required: "approval_required";
|
|
2667
2668
|
validation_failed: "validation_failed";
|
|
2668
|
-
provider_unavailable: "provider_unavailable";
|
|
2669
2669
|
execution_failed: "execution_failed";
|
|
2670
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2694
|
+
provider_unavailable: "provider_unavailable";
|
|
2695
2695
|
capability_denied: "capability_denied";
|
|
2696
|
+
approval_required: "approval_required";
|
|
2696
2697
|
validation_failed: "validation_failed";
|
|
2697
|
-
provider_unavailable: "provider_unavailable";
|
|
2698
2698
|
execution_failed: "execution_failed";
|
|
2699
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2738
|
+
provider_unavailable: "provider_unavailable";
|
|
2739
2739
|
capability_denied: "capability_denied";
|
|
2740
|
+
approval_required: "approval_required";
|
|
2740
2741
|
validation_failed: "validation_failed";
|
|
2741
|
-
provider_unavailable: "provider_unavailable";
|
|
2742
2742
|
execution_failed: "execution_failed";
|
|
2743
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
2761
|
-
not_authorized: "not_authorized";
|
|
2762
|
-
approval_required: "approval_required";
|
|
2759
|
+
provider_unavailable: "provider_unavailable";
|
|
2763
2760
|
capability_denied: "capability_denied";
|
|
2761
|
+
approval_required: "approval_required";
|
|
2764
2762
|
validation_failed: "validation_failed";
|
|
2765
|
-
provider_unavailable: "provider_unavailable";
|
|
2766
2763
|
execution_failed: "execution_failed";
|
|
2767
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2774
|
+
provider_unavailable: "provider_unavailable";
|
|
2775
2775
|
capability_denied: "capability_denied";
|
|
2776
|
+
approval_required: "approval_required";
|
|
2776
2777
|
validation_failed: "validation_failed";
|
|
2777
|
-
provider_unavailable: "provider_unavailable";
|
|
2778
2778
|
execution_failed: "execution_failed";
|
|
2779
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2808
|
+
provider_unavailable: "provider_unavailable";
|
|
2809
2809
|
capability_denied: "capability_denied";
|
|
2810
|
+
approval_required: "approval_required";
|
|
2810
2811
|
validation_failed: "validation_failed";
|
|
2811
|
-
provider_unavailable: "provider_unavailable";
|
|
2812
2812
|
execution_failed: "execution_failed";
|
|
2813
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
2831
|
-
not_authorized: "not_authorized";
|
|
2832
|
-
approval_required: "approval_required";
|
|
2829
|
+
provider_unavailable: "provider_unavailable";
|
|
2833
2830
|
capability_denied: "capability_denied";
|
|
2831
|
+
approval_required: "approval_required";
|
|
2834
2832
|
validation_failed: "validation_failed";
|
|
2835
|
-
provider_unavailable: "provider_unavailable";
|
|
2836
2833
|
execution_failed: "execution_failed";
|
|
2837
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2844
|
+
provider_unavailable: "provider_unavailable";
|
|
2845
2845
|
capability_denied: "capability_denied";
|
|
2846
|
+
approval_required: "approval_required";
|
|
2846
2847
|
validation_failed: "validation_failed";
|
|
2847
|
-
provider_unavailable: "provider_unavailable";
|
|
2848
2848
|
execution_failed: "execution_failed";
|
|
2849
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2919
|
+
provider_unavailable: "provider_unavailable";
|
|
2920
2920
|
capability_denied: "capability_denied";
|
|
2921
|
+
approval_required: "approval_required";
|
|
2921
2922
|
validation_failed: "validation_failed";
|
|
2922
|
-
provider_unavailable: "provider_unavailable";
|
|
2923
2923
|
execution_failed: "execution_failed";
|
|
2924
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2957
|
+
provider_unavailable: "provider_unavailable";
|
|
2958
2958
|
capability_denied: "capability_denied";
|
|
2959
|
+
approval_required: "approval_required";
|
|
2959
2960
|
validation_failed: "validation_failed";
|
|
2960
|
-
provider_unavailable: "provider_unavailable";
|
|
2961
2961
|
execution_failed: "execution_failed";
|
|
2962
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
2986
|
+
provider_unavailable: "provider_unavailable";
|
|
2987
2987
|
capability_denied: "capability_denied";
|
|
2988
|
+
approval_required: "approval_required";
|
|
2988
2989
|
validation_failed: "validation_failed";
|
|
2989
|
-
provider_unavailable: "provider_unavailable";
|
|
2990
2990
|
execution_failed: "execution_failed";
|
|
2991
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3110
|
+
provider_unavailable: "provider_unavailable";
|
|
3111
3111
|
capability_denied: "capability_denied";
|
|
3112
|
+
approval_required: "approval_required";
|
|
3112
3113
|
validation_failed: "validation_failed";
|
|
3113
|
-
provider_unavailable: "provider_unavailable";
|
|
3114
3114
|
execution_failed: "execution_failed";
|
|
3115
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
3133
|
-
not_authorized: "not_authorized";
|
|
3134
|
-
approval_required: "approval_required";
|
|
3131
|
+
provider_unavailable: "provider_unavailable";
|
|
3135
3132
|
capability_denied: "capability_denied";
|
|
3133
|
+
approval_required: "approval_required";
|
|
3136
3134
|
validation_failed: "validation_failed";
|
|
3137
|
-
provider_unavailable: "provider_unavailable";
|
|
3138
3135
|
execution_failed: "execution_failed";
|
|
3139
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3146
|
+
provider_unavailable: "provider_unavailable";
|
|
3147
3147
|
capability_denied: "capability_denied";
|
|
3148
|
+
approval_required: "approval_required";
|
|
3148
3149
|
validation_failed: "validation_failed";
|
|
3149
|
-
provider_unavailable: "provider_unavailable";
|
|
3150
3150
|
execution_failed: "execution_failed";
|
|
3151
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3176
|
+
provider_unavailable: "provider_unavailable";
|
|
3177
3177
|
capability_denied: "capability_denied";
|
|
3178
|
+
approval_required: "approval_required";
|
|
3178
3179
|
validation_failed: "validation_failed";
|
|
3179
|
-
provider_unavailable: "provider_unavailable";
|
|
3180
3180
|
execution_failed: "execution_failed";
|
|
3181
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3205
|
+
provider_unavailable: "provider_unavailable";
|
|
3206
3206
|
capability_denied: "capability_denied";
|
|
3207
|
+
approval_required: "approval_required";
|
|
3207
3208
|
validation_failed: "validation_failed";
|
|
3208
|
-
provider_unavailable: "provider_unavailable";
|
|
3209
3209
|
execution_failed: "execution_failed";
|
|
3210
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3331
|
+
provider_unavailable: "provider_unavailable";
|
|
3332
3332
|
capability_denied: "capability_denied";
|
|
3333
|
+
approval_required: "approval_required";
|
|
3333
3334
|
validation_failed: "validation_failed";
|
|
3334
|
-
provider_unavailable: "provider_unavailable";
|
|
3335
3335
|
execution_failed: "execution_failed";
|
|
3336
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
3354
|
-
not_authorized: "not_authorized";
|
|
3355
|
-
approval_required: "approval_required";
|
|
3352
|
+
provider_unavailable: "provider_unavailable";
|
|
3356
3353
|
capability_denied: "capability_denied";
|
|
3354
|
+
approval_required: "approval_required";
|
|
3357
3355
|
validation_failed: "validation_failed";
|
|
3358
|
-
provider_unavailable: "provider_unavailable";
|
|
3359
3356
|
execution_failed: "execution_failed";
|
|
3360
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3367
|
+
provider_unavailable: "provider_unavailable";
|
|
3368
3368
|
capability_denied: "capability_denied";
|
|
3369
|
+
approval_required: "approval_required";
|
|
3369
3370
|
validation_failed: "validation_failed";
|
|
3370
|
-
provider_unavailable: "provider_unavailable";
|
|
3371
3371
|
execution_failed: "execution_failed";
|
|
3372
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3397
|
+
provider_unavailable: "provider_unavailable";
|
|
3398
3398
|
capability_denied: "capability_denied";
|
|
3399
|
+
approval_required: "approval_required";
|
|
3399
3400
|
validation_failed: "validation_failed";
|
|
3400
|
-
provider_unavailable: "provider_unavailable";
|
|
3401
3401
|
execution_failed: "execution_failed";
|
|
3402
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3426
|
+
provider_unavailable: "provider_unavailable";
|
|
3427
3427
|
capability_denied: "capability_denied";
|
|
3428
|
+
approval_required: "approval_required";
|
|
3428
3429
|
validation_failed: "validation_failed";
|
|
3429
|
-
provider_unavailable: "provider_unavailable";
|
|
3430
3430
|
execution_failed: "execution_failed";
|
|
3431
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3537
|
+
provider_unavailable: "provider_unavailable";
|
|
3538
3538
|
capability_denied: "capability_denied";
|
|
3539
|
+
approval_required: "approval_required";
|
|
3539
3540
|
validation_failed: "validation_failed";
|
|
3540
|
-
provider_unavailable: "provider_unavailable";
|
|
3541
3541
|
execution_failed: "execution_failed";
|
|
3542
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
3560
|
-
not_authorized: "not_authorized";
|
|
3561
|
-
approval_required: "approval_required";
|
|
3558
|
+
provider_unavailable: "provider_unavailable";
|
|
3562
3559
|
capability_denied: "capability_denied";
|
|
3560
|
+
approval_required: "approval_required";
|
|
3563
3561
|
validation_failed: "validation_failed";
|
|
3564
|
-
provider_unavailable: "provider_unavailable";
|
|
3565
3562
|
execution_failed: "execution_failed";
|
|
3566
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3573
|
+
provider_unavailable: "provider_unavailable";
|
|
3574
3574
|
capability_denied: "capability_denied";
|
|
3575
|
+
approval_required: "approval_required";
|
|
3575
3576
|
validation_failed: "validation_failed";
|
|
3576
|
-
provider_unavailable: "provider_unavailable";
|
|
3577
3577
|
execution_failed: "execution_failed";
|
|
3578
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3609
|
+
provider_unavailable: "provider_unavailable";
|
|
3610
3610
|
capability_denied: "capability_denied";
|
|
3611
|
+
approval_required: "approval_required";
|
|
3611
3612
|
validation_failed: "validation_failed";
|
|
3612
|
-
provider_unavailable: "provider_unavailable";
|
|
3613
3613
|
execution_failed: "execution_failed";
|
|
3614
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3638
|
+
provider_unavailable: "provider_unavailable";
|
|
3639
3639
|
capability_denied: "capability_denied";
|
|
3640
|
+
approval_required: "approval_required";
|
|
3640
3641
|
validation_failed: "validation_failed";
|
|
3641
|
-
provider_unavailable: "provider_unavailable";
|
|
3642
3642
|
execution_failed: "execution_failed";
|
|
3643
|
-
cancelled: "cancelled";
|
|
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
|
-
not_found: "not_found";
|
|
3661
|
-
not_authorized: "not_authorized";
|
|
3662
|
-
approval_required: "approval_required";
|
|
3659
|
+
provider_unavailable: "provider_unavailable";
|
|
3663
3660
|
capability_denied: "capability_denied";
|
|
3661
|
+
approval_required: "approval_required";
|
|
3664
3662
|
validation_failed: "validation_failed";
|
|
3665
|
-
provider_unavailable: "provider_unavailable";
|
|
3666
3663
|
execution_failed: "execution_failed";
|
|
3667
|
-
cancelled: "cancelled";
|
|
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
|
-
|
|
3674
|
+
provider_unavailable: "provider_unavailable";
|
|
3675
3675
|
capability_denied: "capability_denied";
|
|
3676
|
+
approval_required: "approval_required";
|
|
3676
3677
|
validation_failed: "validation_failed";
|
|
3677
|
-
provider_unavailable: "provider_unavailable";
|
|
3678
3678
|
execution_failed: "execution_failed";
|
|
3679
|
-
cancelled: "cancelled";
|
|
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
|