@inkeep/agents-core 0.0.0-dev-20250911000146 → 0.0.0-dev-20250911002844
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/client-exports.d.cts +3 -3
- package/dist/client-exports.d.ts +3 -3
- package/dist/db/schema.d.cts +2 -2
- package/dist/db/schema.d.ts +2 -2
- package/dist/index.d.cts +124 -124
- package/dist/index.d.ts +124 -124
- package/dist/{schema-USqOwJEr.d.ts → schema-Cpsa3ZoL.d.ts} +1 -1
- package/dist/{schema-C0iKVu5c.d.cts → schema-DymJrcpV.d.cts} +1 -1
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/validation/index.d.cts +2 -2
- package/dist/validation/index.d.ts +2 -2
- package/package.json +1 -1
- package/dist/{entities-yHYR8Oc6.d.cts → entities-BL89ULjV.d.cts} +114 -114
- package/dist/{entities-yHYR8Oc6.d.ts → entities-BL89ULjV.d.ts} +114 -114
|
@@ -937,10 +937,9 @@ declare const AgentUpdateSchema: z$1.ZodObject<{
|
|
|
937
937
|
in: {};
|
|
938
938
|
}>;
|
|
939
939
|
declare const AgentApiSelectSchema: z$1.ZodObject<{
|
|
940
|
-
id: z$1.ZodString;
|
|
941
940
|
name: z$1.ZodString;
|
|
941
|
+
id: z$1.ZodString;
|
|
942
942
|
description: z$1.ZodString;
|
|
943
|
-
prompt: z$1.ZodString;
|
|
944
943
|
createdAt: z$1.ZodString;
|
|
945
944
|
updatedAt: z$1.ZodString;
|
|
946
945
|
models: z$1.ZodNullable<z$1.ZodType<{
|
|
@@ -1005,13 +1004,13 @@ declare const AgentApiSelectSchema: z$1.ZodObject<{
|
|
|
1005
1004
|
}, {
|
|
1006
1005
|
stepCountIs?: number;
|
|
1007
1006
|
}>>>;
|
|
1007
|
+
prompt: z$1.ZodString;
|
|
1008
1008
|
conversationHistoryConfig: z$1.ZodNullable<z$1.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z$1.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
|
|
1009
1009
|
}, z$1.core.$strip>;
|
|
1010
1010
|
declare const AgentApiInsertSchema: z$1.ZodObject<{
|
|
1011
|
-
id: z$1.ZodString;
|
|
1012
1011
|
name: z$1.ZodString;
|
|
1012
|
+
id: z$1.ZodString;
|
|
1013
1013
|
description: z$1.ZodString;
|
|
1014
|
-
prompt: z$1.ZodString;
|
|
1015
1014
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
1016
1015
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
1017
1016
|
models: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -1037,13 +1036,13 @@ declare const AgentApiInsertSchema: z$1.ZodObject<{
|
|
|
1037
1036
|
}, {
|
|
1038
1037
|
stepCountIs?: number;
|
|
1039
1038
|
}>>>>;
|
|
1039
|
+
prompt: z$1.ZodString;
|
|
1040
1040
|
conversationHistoryConfig: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z$1.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
|
|
1041
1041
|
}, z$1.core.$strip>;
|
|
1042
1042
|
declare const AgentApiUpdateSchema: z$1.ZodObject<{
|
|
1043
|
-
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1044
1043
|
name: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1044
|
+
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1045
1045
|
description: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1046
|
-
prompt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1047
1046
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
1048
1047
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
1049
1048
|
models: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -1069,6 +1068,7 @@ declare const AgentApiUpdateSchema: z$1.ZodObject<{
|
|
|
1069
1068
|
}, {
|
|
1070
1069
|
stepCountIs?: number;
|
|
1071
1070
|
}>>>>>>;
|
|
1071
|
+
prompt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1072
1072
|
conversationHistoryConfig: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z$1.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>>>;
|
|
1073
1073
|
}, z$1.core.$strip>;
|
|
1074
1074
|
declare const AgentRelationSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
@@ -1295,9 +1295,9 @@ declare const AgentRelationUpdateSchema: z$1.ZodObject<{
|
|
|
1295
1295
|
}>;
|
|
1296
1296
|
declare const AgentRelationApiSelectSchema: z$1.ZodObject<{
|
|
1297
1297
|
id: z$1.ZodString;
|
|
1298
|
-
graphId: z$1.ZodString;
|
|
1299
1298
|
createdAt: z$1.ZodString;
|
|
1300
1299
|
updatedAt: z$1.ZodString;
|
|
1300
|
+
graphId: z$1.ZodString;
|
|
1301
1301
|
sourceAgentId: z$1.ZodString;
|
|
1302
1302
|
targetAgentId: z$1.ZodNullable<z$1.ZodString>;
|
|
1303
1303
|
externalAgentId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -1305,9 +1305,9 @@ declare const AgentRelationApiSelectSchema: z$1.ZodObject<{
|
|
|
1305
1305
|
}, z$1.core.$strip>;
|
|
1306
1306
|
declare const AgentRelationApiInsertSchema: z$1.ZodObject<{
|
|
1307
1307
|
id: z$1.ZodString;
|
|
1308
|
-
graphId: z$1.ZodString;
|
|
1309
1308
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
1310
1309
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
1310
|
+
graphId: z$1.ZodString;
|
|
1311
1311
|
sourceAgentId: z$1.ZodString;
|
|
1312
1312
|
targetAgentId: z$1.ZodOptional<z$1.ZodString>;
|
|
1313
1313
|
externalAgentId: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -1318,9 +1318,9 @@ declare const AgentRelationApiInsertSchema: z$1.ZodObject<{
|
|
|
1318
1318
|
}, z$1.core.$strip>;
|
|
1319
1319
|
declare const AgentRelationApiUpdateSchema: z$1.ZodObject<{
|
|
1320
1320
|
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1321
|
-
graphId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1322
1321
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
1323
1322
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
1323
|
+
graphId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1324
1324
|
sourceAgentId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
1325
1325
|
targetAgentId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
1326
1326
|
externalAgentId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
@@ -1351,9 +1351,9 @@ declare const ExternalAgentRelationInsertSchema: z$1.ZodObject<{
|
|
|
1351
1351
|
}>;
|
|
1352
1352
|
declare const ExternalAgentRelationApiInsertSchema: z$1.ZodObject<{
|
|
1353
1353
|
id: z$1.ZodString;
|
|
1354
|
-
graphId: z$1.ZodString;
|
|
1355
1354
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
1356
1355
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
1356
|
+
graphId: z$1.ZodString;
|
|
1357
1357
|
sourceAgentId: z$1.ZodString;
|
|
1358
1358
|
targetAgentId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
1359
1359
|
externalAgentId: z$1.ZodString;
|
|
@@ -1935,12 +1935,11 @@ declare const AgentGraphUpdateSchema: z$1.ZodObject<{
|
|
|
1935
1935
|
in: {};
|
|
1936
1936
|
}>;
|
|
1937
1937
|
declare const AgentGraphApiSelectSchema: z$1.ZodObject<{
|
|
1938
|
-
id: z$1.ZodString;
|
|
1939
1938
|
name: z$1.ZodString;
|
|
1939
|
+
id: z$1.ZodString;
|
|
1940
1940
|
description: z$1.ZodNullable<z$1.ZodString>;
|
|
1941
1941
|
createdAt: z$1.ZodString;
|
|
1942
1942
|
updatedAt: z$1.ZodString;
|
|
1943
|
-
defaultAgentId: z$1.ZodString;
|
|
1944
1943
|
models: z$1.ZodNullable<z$1.ZodType<{
|
|
1945
1944
|
base?: {
|
|
1946
1945
|
model?: string | undefined;
|
|
@@ -2003,7 +2002,8 @@ declare const AgentGraphApiSelectSchema: z$1.ZodObject<{
|
|
|
2003
2002
|
}, {
|
|
2004
2003
|
transferCountIs?: number;
|
|
2005
2004
|
}>>>;
|
|
2006
|
-
|
|
2005
|
+
contextConfigId: z$1.ZodNullable<z$1.ZodString>;
|
|
2006
|
+
defaultAgentId: z$1.ZodString;
|
|
2007
2007
|
statusUpdates: z$1.ZodNullable<z$1.ZodType<{
|
|
2008
2008
|
enabled?: boolean | undefined;
|
|
2009
2009
|
numEvents?: number | undefined;
|
|
@@ -2061,14 +2061,13 @@ declare const AgentGraphApiSelectSchema: z$1.ZodObject<{
|
|
|
2061
2061
|
} | undefined;
|
|
2062
2062
|
}[] | undefined;
|
|
2063
2063
|
}>>>;
|
|
2064
|
-
|
|
2064
|
+
graphPrompt: z$1.ZodNullable<z$1.ZodString>;
|
|
2065
2065
|
}, z$1.core.$strip>;
|
|
2066
2066
|
declare const AgentGraphApiInsertSchema: z$1.ZodObject<{
|
|
2067
2067
|
name: z$1.ZodString;
|
|
2068
2068
|
description: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
2069
2069
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
2070
2070
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
2071
|
-
defaultAgentId: z$1.ZodString;
|
|
2072
2071
|
models: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
2073
2072
|
base?: {
|
|
2074
2073
|
model?: string | undefined;
|
|
@@ -2131,7 +2130,8 @@ declare const AgentGraphApiInsertSchema: z$1.ZodObject<{
|
|
|
2131
2130
|
}, {
|
|
2132
2131
|
transferCountIs?: number;
|
|
2133
2132
|
}>>>>;
|
|
2134
|
-
|
|
2133
|
+
contextConfigId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
2134
|
+
defaultAgentId: z$1.ZodString;
|
|
2135
2135
|
statusUpdates: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
2136
2136
|
enabled?: boolean | undefined;
|
|
2137
2137
|
numEvents?: number | undefined;
|
|
@@ -2189,16 +2189,15 @@ declare const AgentGraphApiInsertSchema: z$1.ZodObject<{
|
|
|
2189
2189
|
} | undefined;
|
|
2190
2190
|
}[] | undefined;
|
|
2191
2191
|
}>>>>;
|
|
2192
|
-
|
|
2192
|
+
graphPrompt: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
2193
2193
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
2194
2194
|
}, z$1.core.$strip>;
|
|
2195
2195
|
declare const AgentGraphApiUpdateSchema: z$1.ZodObject<{
|
|
2196
|
-
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
2197
2196
|
name: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
2197
|
+
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
2198
2198
|
description: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
2199
2199
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
2200
2200
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
2201
|
-
defaultAgentId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
2202
2201
|
models: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
2203
2202
|
base?: {
|
|
2204
2203
|
model?: string | undefined;
|
|
@@ -2261,7 +2260,8 @@ declare const AgentGraphApiUpdateSchema: z$1.ZodObject<{
|
|
|
2261
2260
|
}, {
|
|
2262
2261
|
transferCountIs?: number;
|
|
2263
2262
|
}>>>>>>;
|
|
2264
|
-
|
|
2263
|
+
contextConfigId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
2264
|
+
defaultAgentId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
2265
2265
|
statusUpdates: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
2266
2266
|
enabled?: boolean | undefined;
|
|
2267
2267
|
numEvents?: number | undefined;
|
|
@@ -2319,7 +2319,7 @@ declare const AgentGraphApiUpdateSchema: z$1.ZodObject<{
|
|
|
2319
2319
|
} | undefined;
|
|
2320
2320
|
}[] | undefined;
|
|
2321
2321
|
}>>>>>>;
|
|
2322
|
-
|
|
2322
|
+
graphPrompt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
2323
2323
|
}, z$1.core.$strip>;
|
|
2324
2324
|
declare const TaskSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
2325
2325
|
tenantId: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
@@ -2525,29 +2525,29 @@ declare const TaskUpdateSchema: z$1.ZodObject<{
|
|
|
2525
2525
|
in: {};
|
|
2526
2526
|
}>;
|
|
2527
2527
|
declare const TaskApiSelectSchema: z$1.ZodObject<{
|
|
2528
|
+
metadata: z$1.ZodNullable<z$1.ZodType<TaskMetadataConfig, TaskMetadataConfig, z$1.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>;
|
|
2528
2529
|
id: z$1.ZodString;
|
|
2529
2530
|
createdAt: z$1.ZodString;
|
|
2530
2531
|
updatedAt: z$1.ZodString;
|
|
2531
|
-
metadata: z$1.ZodNullable<z$1.ZodType<TaskMetadataConfig, TaskMetadataConfig, z$1.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>;
|
|
2532
2532
|
status: z$1.ZodString;
|
|
2533
2533
|
contextId: z$1.ZodString;
|
|
2534
2534
|
agentId: z$1.ZodString;
|
|
2535
2535
|
}, z$1.core.$strip>;
|
|
2536
2536
|
declare const TaskApiInsertSchema: z$1.ZodObject<{
|
|
2537
|
+
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<TaskMetadataConfig, TaskMetadataConfig, z$1.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>>;
|
|
2537
2538
|
id: z$1.ZodString;
|
|
2538
2539
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
2539
2540
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
2540
|
-
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<TaskMetadataConfig, TaskMetadataConfig, z$1.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>>;
|
|
2541
2541
|
status: z$1.ZodString;
|
|
2542
2542
|
conversationId: z$1.ZodOptional<z$1.ZodString>;
|
|
2543
2543
|
contextId: z$1.ZodString;
|
|
2544
2544
|
agentId: z$1.ZodString;
|
|
2545
2545
|
}, z$1.core.$strip>;
|
|
2546
2546
|
declare const TaskApiUpdateSchema: z$1.ZodObject<{
|
|
2547
|
+
metadata: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<TaskMetadataConfig, TaskMetadataConfig, z$1.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>>>>;
|
|
2547
2548
|
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
2548
2549
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
2549
2550
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
2550
|
-
metadata: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<TaskMetadataConfig, TaskMetadataConfig, z$1.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>>>>;
|
|
2551
2551
|
status: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
2552
2552
|
conversationId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
2553
2553
|
contextId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
@@ -3349,20 +3349,20 @@ declare const ConversationUpdateSchema: z$1.ZodObject<{
|
|
|
3349
3349
|
in: {};
|
|
3350
3350
|
}>;
|
|
3351
3351
|
declare const ConversationApiSelectSchema: z$1.ZodObject<{
|
|
3352
|
+
metadata: z$1.ZodNullable<z$1.ZodType<ConversationMetadata, ConversationMetadata, z$1.core.$ZodTypeInternals<ConversationMetadata, ConversationMetadata>>>;
|
|
3352
3353
|
id: z$1.ZodString;
|
|
3353
3354
|
createdAt: z$1.ZodString;
|
|
3354
3355
|
updatedAt: z$1.ZodString;
|
|
3355
|
-
metadata: z$1.ZodNullable<z$1.ZodType<ConversationMetadata, ConversationMetadata, z$1.core.$ZodTypeInternals<ConversationMetadata, ConversationMetadata>>>;
|
|
3356
3356
|
title: z$1.ZodNullable<z$1.ZodString>;
|
|
3357
3357
|
userId: z$1.ZodNullable<z$1.ZodString>;
|
|
3358
3358
|
activeAgentId: z$1.ZodString;
|
|
3359
3359
|
lastContextResolution: z$1.ZodNullable<z$1.ZodString>;
|
|
3360
3360
|
}, z$1.core.$strip>;
|
|
3361
3361
|
declare const ConversationApiInsertSchema: z$1.ZodObject<{
|
|
3362
|
+
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ConversationMetadata, ConversationMetadata, z$1.core.$ZodTypeInternals<ConversationMetadata, ConversationMetadata>>>>;
|
|
3362
3363
|
id: z$1.ZodString;
|
|
3363
3364
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
3364
3365
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
3365
|
-
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ConversationMetadata, ConversationMetadata, z$1.core.$ZodTypeInternals<ConversationMetadata, ConversationMetadata>>>>;
|
|
3366
3366
|
title: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
3367
3367
|
contextConfigId: z$1.ZodOptional<z$1.ZodString>;
|
|
3368
3368
|
userId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
@@ -3370,10 +3370,10 @@ declare const ConversationApiInsertSchema: z$1.ZodObject<{
|
|
|
3370
3370
|
lastContextResolution: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
3371
3371
|
}, z$1.core.$strip>;
|
|
3372
3372
|
declare const ConversationApiUpdateSchema: z$1.ZodObject<{
|
|
3373
|
+
metadata: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ConversationMetadata, ConversationMetadata, z$1.core.$ZodTypeInternals<ConversationMetadata, ConversationMetadata>>>>>>;
|
|
3373
3374
|
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
3374
3375
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
3375
3376
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
3376
|
-
metadata: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ConversationMetadata, ConversationMetadata, z$1.core.$ZodTypeInternals<ConversationMetadata, ConversationMetadata>>>>>>;
|
|
3377
3377
|
title: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
3378
3378
|
contextConfigId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
3379
3379
|
userId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
@@ -3813,10 +3813,10 @@ declare const MessageUpdateSchema: z$1.ZodObject<{
|
|
|
3813
3813
|
in: {};
|
|
3814
3814
|
}>;
|
|
3815
3815
|
declare const MessageApiSelectSchema: z$1.ZodObject<{
|
|
3816
|
+
metadata: z$1.ZodNullable<z$1.ZodType<MessageMetadata, MessageMetadata, z$1.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>;
|
|
3816
3817
|
id: z$1.ZodString;
|
|
3817
3818
|
createdAt: z$1.ZodString;
|
|
3818
3819
|
updatedAt: z$1.ZodString;
|
|
3819
|
-
metadata: z$1.ZodNullable<z$1.ZodType<MessageMetadata, MessageMetadata, z$1.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>;
|
|
3820
3820
|
role: z$1.ZodString;
|
|
3821
3821
|
content: z$1.ZodType<MessageContent, MessageContent, z$1.core.$ZodTypeInternals<MessageContent, MessageContent>>;
|
|
3822
3822
|
conversationId: z$1.ZodString;
|
|
@@ -3833,10 +3833,10 @@ declare const MessageApiSelectSchema: z$1.ZodObject<{
|
|
|
3833
3833
|
a2aSessionId: z$1.ZodNullable<z$1.ZodString>;
|
|
3834
3834
|
}, z$1.core.$strip>;
|
|
3835
3835
|
declare const MessageApiInsertSchema: z$1.ZodObject<{
|
|
3836
|
+
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<MessageMetadata, MessageMetadata, z$1.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>>;
|
|
3836
3837
|
id: z$1.ZodString;
|
|
3837
3838
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
3838
3839
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
3839
|
-
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<MessageMetadata, MessageMetadata, z$1.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>>;
|
|
3840
3840
|
role: z$1.ZodString;
|
|
3841
3841
|
content: z$1.ZodType<MessageContent, MessageContent, z$1.core.$ZodTypeInternals<MessageContent, MessageContent>>;
|
|
3842
3842
|
conversationId: z$1.ZodString;
|
|
@@ -3853,10 +3853,10 @@ declare const MessageApiInsertSchema: z$1.ZodObject<{
|
|
|
3853
3853
|
a2aSessionId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
3854
3854
|
}, z$1.core.$strip>;
|
|
3855
3855
|
declare const MessageApiUpdateSchema: z$1.ZodObject<{
|
|
3856
|
+
metadata: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<MessageMetadata, MessageMetadata, z$1.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>>>>;
|
|
3856
3857
|
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
3857
3858
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
3858
3859
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
3859
|
-
metadata: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<MessageMetadata, MessageMetadata, z$1.core.$ZodTypeInternals<MessageMetadata, MessageMetadata>>>>>>;
|
|
3860
3860
|
role: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
3861
3861
|
content: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodType<MessageContent, MessageContent, z$1.core.$ZodTypeInternals<MessageContent, MessageContent>>>>;
|
|
3862
3862
|
conversationId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
@@ -4386,9 +4386,9 @@ declare const ContextCacheUpdateSchema: z$1.ZodObject<{
|
|
|
4386
4386
|
}>;
|
|
4387
4387
|
declare const ContextCacheApiSelectSchema: z$1.ZodObject<{
|
|
4388
4388
|
id: z$1.ZodString;
|
|
4389
|
-
value: z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>;
|
|
4390
4389
|
createdAt: z$1.ZodString;
|
|
4391
4390
|
updatedAt: z$1.ZodString;
|
|
4391
|
+
value: z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>;
|
|
4392
4392
|
conversationId: z$1.ZodString;
|
|
4393
4393
|
contextConfigId: z$1.ZodString;
|
|
4394
4394
|
contextVariableKey: z$1.ZodString;
|
|
@@ -4399,9 +4399,9 @@ declare const ContextCacheApiSelectSchema: z$1.ZodObject<{
|
|
|
4399
4399
|
}, z$1.core.$strip>;
|
|
4400
4400
|
declare const ContextCacheApiInsertSchema: z$1.ZodObject<{
|
|
4401
4401
|
id: z$1.ZodString;
|
|
4402
|
-
value: z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>;
|
|
4403
4402
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
4404
4403
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
4404
|
+
value: z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>;
|
|
4405
4405
|
conversationId: z$1.ZodString;
|
|
4406
4406
|
contextConfigId: z$1.ZodString;
|
|
4407
4407
|
contextVariableKey: z$1.ZodString;
|
|
@@ -4412,9 +4412,9 @@ declare const ContextCacheApiInsertSchema: z$1.ZodObject<{
|
|
|
4412
4412
|
}, z$1.core.$strip>;
|
|
4413
4413
|
declare const ContextCacheApiUpdateSchema: z$1.ZodObject<{
|
|
4414
4414
|
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
4415
|
-
value: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>>;
|
|
4416
4415
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
4417
4416
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
4417
|
+
value: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>>;
|
|
4418
4418
|
conversationId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
4419
4419
|
contextConfigId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
4420
4420
|
contextVariableKey: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
@@ -4591,10 +4591,10 @@ declare const DataComponentInsertSchema: z$1.ZodObject<{
|
|
|
4591
4591
|
in: {};
|
|
4592
4592
|
}>;
|
|
4593
4593
|
declare const DataComponentBaseSchema: z$1.ZodObject<{
|
|
4594
|
+
name: z$1.ZodString;
|
|
4594
4595
|
tenantId: z$1.ZodString;
|
|
4595
4596
|
projectId: z$1.ZodString;
|
|
4596
4597
|
id: z$1.ZodString;
|
|
4597
|
-
name: z$1.ZodString;
|
|
4598
4598
|
description: z$1.ZodString;
|
|
4599
4599
|
props: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, unknown>, Record<string, unknown>, z$1.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
|
|
4600
4600
|
}, {
|
|
@@ -4615,24 +4615,24 @@ declare const DataComponentUpdateSchema: z$1.ZodObject<{
|
|
|
4615
4615
|
in: {};
|
|
4616
4616
|
}>;
|
|
4617
4617
|
declare const DataComponentApiSelectSchema: z$1.ZodObject<{
|
|
4618
|
-
id: z$1.ZodString;
|
|
4619
4618
|
name: z$1.ZodString;
|
|
4619
|
+
id: z$1.ZodString;
|
|
4620
4620
|
description: z$1.ZodString;
|
|
4621
4621
|
createdAt: z$1.ZodString;
|
|
4622
4622
|
updatedAt: z$1.ZodString;
|
|
4623
4623
|
props: z$1.ZodNullable<z$1.ZodType<Record<string, unknown>, Record<string, unknown>, z$1.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
4624
4624
|
}, z$1.core.$strip>;
|
|
4625
4625
|
declare const DataComponentApiInsertSchema: z$1.ZodObject<{
|
|
4626
|
-
id: z$1.ZodString;
|
|
4627
4626
|
name: z$1.ZodString;
|
|
4627
|
+
id: z$1.ZodString;
|
|
4628
4628
|
description: z$1.ZodString;
|
|
4629
4629
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
4630
4630
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
4631
4631
|
props: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, unknown>, Record<string, unknown>, z$1.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
|
|
4632
4632
|
}, z$1.core.$strip>;
|
|
4633
4633
|
declare const DataComponentApiUpdateSchema: z$1.ZodObject<{
|
|
4634
|
-
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
4635
4634
|
name: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
4635
|
+
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
4636
4636
|
description: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
4637
4637
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
4638
4638
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
@@ -5101,8 +5101,8 @@ declare const ArtifactComponentUpdateSchema: z$1.ZodObject<{
|
|
|
5101
5101
|
in: {};
|
|
5102
5102
|
}>;
|
|
5103
5103
|
declare const ArtifactComponentApiSelectSchema: z$1.ZodObject<{
|
|
5104
|
-
id: z$1.ZodString;
|
|
5105
5104
|
name: z$1.ZodString;
|
|
5105
|
+
id: z$1.ZodString;
|
|
5106
5106
|
description: z$1.ZodString;
|
|
5107
5107
|
createdAt: z$1.ZodString;
|
|
5108
5108
|
updatedAt: z$1.ZodString;
|
|
@@ -5120,8 +5120,8 @@ declare const ArtifactComponentApiInsertSchema: z$1.ZodObject<{
|
|
|
5120
5120
|
in: {};
|
|
5121
5121
|
}>;
|
|
5122
5122
|
declare const ArtifactComponentApiUpdateSchema: z$1.ZodObject<{
|
|
5123
|
-
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5124
5123
|
name: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5124
|
+
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5125
5125
|
description: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5126
5126
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5127
5127
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
@@ -5331,40 +5331,39 @@ declare const ExternalAgentUpdateSchema: z$1.ZodObject<{
|
|
|
5331
5331
|
in: {};
|
|
5332
5332
|
}>;
|
|
5333
5333
|
declare const ExternalAgentApiSelectSchema: z$1.ZodObject<{
|
|
5334
|
-
id: z$1.ZodString;
|
|
5335
5334
|
name: z$1.ZodString;
|
|
5335
|
+
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>>;
|
|
5336
|
+
id: z$1.ZodString;
|
|
5336
5337
|
description: z$1.ZodString;
|
|
5337
|
-
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5338
5338
|
createdAt: z$1.ZodString;
|
|
5339
5339
|
updatedAt: z$1.ZodString;
|
|
5340
|
+
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5340
5341
|
baseUrl: z$1.ZodString;
|
|
5341
|
-
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>>;
|
|
5342
5342
|
}, z$1.core.$strip>;
|
|
5343
5343
|
declare const ExternalAgentApiInsertSchema: z$1.ZodObject<{
|
|
5344
|
-
id: z$1.ZodString;
|
|
5345
5344
|
name: z$1.ZodString;
|
|
5345
|
+
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
5346
|
+
id: z$1.ZodString;
|
|
5346
5347
|
description: z$1.ZodString;
|
|
5347
|
-
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5348
5348
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
5349
5349
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
5350
|
+
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5350
5351
|
baseUrl: z$1.ZodString;
|
|
5351
|
-
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
5352
5352
|
}, z$1.core.$strip>;
|
|
5353
5353
|
declare const ExternalAgentApiUpdateSchema: z$1.ZodObject<{
|
|
5354
|
-
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5355
5354
|
name: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5355
|
+
headers: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>>>;
|
|
5356
|
+
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5356
5357
|
description: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5357
|
-
credentialReferenceId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
5358
5358
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5359
5359
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5360
|
+
credentialReferenceId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
5360
5361
|
baseUrl: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5361
|
-
headers: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>>>;
|
|
5362
5362
|
}, z$1.core.$strip>;
|
|
5363
5363
|
declare const AllAgentSchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
5364
|
-
id: z$1.ZodString;
|
|
5365
5364
|
name: z$1.ZodString;
|
|
5365
|
+
id: z$1.ZodString;
|
|
5366
5366
|
description: z$1.ZodString;
|
|
5367
|
-
prompt: z$1.ZodString;
|
|
5368
5367
|
createdAt: z$1.ZodString;
|
|
5369
5368
|
updatedAt: z$1.ZodString;
|
|
5370
5369
|
models: z$1.ZodNullable<z$1.ZodType<{
|
|
@@ -5429,17 +5428,18 @@ declare const AllAgentSchema: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
|
5429
5428
|
}, {
|
|
5430
5429
|
stepCountIs?: number;
|
|
5431
5430
|
}>>>;
|
|
5431
|
+
prompt: z$1.ZodString;
|
|
5432
5432
|
conversationHistoryConfig: z$1.ZodNullable<z$1.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z$1.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
|
|
5433
5433
|
type: z$1.ZodLiteral<"internal">;
|
|
5434
5434
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
5435
|
-
id: z$1.ZodString;
|
|
5436
5435
|
name: z$1.ZodString;
|
|
5436
|
+
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>>;
|
|
5437
|
+
id: z$1.ZodString;
|
|
5437
5438
|
description: z$1.ZodString;
|
|
5438
|
-
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5439
5439
|
createdAt: z$1.ZodString;
|
|
5440
5440
|
updatedAt: z$1.ZodString;
|
|
5441
|
+
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5441
5442
|
baseUrl: z$1.ZodString;
|
|
5442
|
-
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>>;
|
|
5443
5443
|
type: z$1.ZodLiteral<"external">;
|
|
5444
5444
|
}, z$1.core.$strip>], "type">;
|
|
5445
5445
|
declare const ApiKeySelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
@@ -5670,23 +5670,23 @@ declare const ApiKeyInsertSchema: z$1.ZodObject<{
|
|
|
5670
5670
|
in: {};
|
|
5671
5671
|
}>;
|
|
5672
5672
|
declare const ApiKeyUpdateSchema: z$1.ZodObject<{
|
|
5673
|
+
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5673
5674
|
graphId: z$1.ZodOptional<z$1.ZodString>;
|
|
5674
5675
|
lastUsedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>;
|
|
5675
5676
|
expiresAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>;
|
|
5676
|
-
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5677
5677
|
}, {
|
|
5678
5678
|
out: {};
|
|
5679
5679
|
in: {};
|
|
5680
5680
|
}>;
|
|
5681
5681
|
declare const ApiKeyApiSelectSchema: z$1.ZodObject<{
|
|
5682
5682
|
id: z$1.ZodString;
|
|
5683
|
+
createdAt: z$1.ZodString;
|
|
5684
|
+
updatedAt: z$1.ZodString;
|
|
5683
5685
|
graphId: z$1.ZodString;
|
|
5684
5686
|
publicId: z$1.ZodString;
|
|
5685
5687
|
keyPrefix: z$1.ZodString;
|
|
5686
5688
|
lastUsedAt: z$1.ZodNullable<z$1.ZodString>;
|
|
5687
5689
|
expiresAt: z$1.ZodNullable<z$1.ZodString>;
|
|
5688
|
-
createdAt: z$1.ZodString;
|
|
5689
|
-
updatedAt: z$1.ZodString;
|
|
5690
5690
|
}, {
|
|
5691
5691
|
out: {};
|
|
5692
5692
|
in: {};
|
|
@@ -5695,13 +5695,13 @@ declare const ApiKeyApiCreationResponseSchema: z$1.ZodObject<{
|
|
|
5695
5695
|
data: z$1.ZodObject<{
|
|
5696
5696
|
apiKey: z$1.ZodObject<{
|
|
5697
5697
|
id: z$1.ZodString;
|
|
5698
|
+
createdAt: z$1.ZodString;
|
|
5699
|
+
updatedAt: z$1.ZodString;
|
|
5698
5700
|
graphId: z$1.ZodString;
|
|
5699
5701
|
publicId: z$1.ZodString;
|
|
5700
5702
|
keyPrefix: z$1.ZodString;
|
|
5701
5703
|
lastUsedAt: z$1.ZodNullable<z$1.ZodString>;
|
|
5702
5704
|
expiresAt: z$1.ZodNullable<z$1.ZodString>;
|
|
5703
|
-
createdAt: z$1.ZodString;
|
|
5704
|
-
updatedAt: z$1.ZodString;
|
|
5705
5705
|
}, {
|
|
5706
5706
|
out: {};
|
|
5707
5707
|
in: {};
|
|
@@ -5710,19 +5710,19 @@ declare const ApiKeyApiCreationResponseSchema: z$1.ZodObject<{
|
|
|
5710
5710
|
}, z$1.core.$strip>;
|
|
5711
5711
|
}, z$1.core.$strip>;
|
|
5712
5712
|
declare const ApiKeyApiInsertSchema: z$1.ZodObject<{
|
|
5713
|
-
graphId: z$1.ZodString;
|
|
5714
|
-
expiresAt: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5715
5713
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
5716
5714
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
5715
|
+
graphId: z$1.ZodString;
|
|
5716
|
+
expiresAt: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5717
5717
|
}, {
|
|
5718
5718
|
out: {};
|
|
5719
5719
|
in: {};
|
|
5720
5720
|
}>;
|
|
5721
5721
|
declare const ApiKeyApiUpdateSchema: z$1.ZodObject<{
|
|
5722
|
+
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5722
5723
|
graphId: z$1.ZodOptional<z$1.ZodString>;
|
|
5723
5724
|
lastUsedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>;
|
|
5724
5725
|
expiresAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>;
|
|
5725
|
-
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5726
5726
|
}, {
|
|
5727
5727
|
out: {};
|
|
5728
5728
|
in: {};
|
|
@@ -5826,9 +5826,9 @@ declare const McpToolSchema: z$1.ZodObject<{
|
|
|
5826
5826
|
in: {};
|
|
5827
5827
|
}>;
|
|
5828
5828
|
declare const MCPToolConfigSchema: z$1.ZodObject<{
|
|
5829
|
-
id: z$1.ZodString;
|
|
5830
5829
|
name: z$1.ZodString;
|
|
5831
5830
|
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
5831
|
+
id: z$1.ZodString;
|
|
5832
5832
|
capabilities: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ToolServerCapabilities, ToolServerCapabilities, z$1.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>;
|
|
5833
5833
|
imageUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
5834
5834
|
lastError: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
@@ -5900,8 +5900,13 @@ declare const ToolUpdateSchema: z$1.ZodObject<{
|
|
|
5900
5900
|
in: {};
|
|
5901
5901
|
}>;
|
|
5902
5902
|
declare const ToolApiSelectSchema: z$1.ZodObject<{
|
|
5903
|
-
id: z$1.ZodString;
|
|
5904
5903
|
name: z$1.ZodString;
|
|
5904
|
+
headers: z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>;
|
|
5905
|
+
id: z$1.ZodString;
|
|
5906
|
+
createdAt: z$1.ZodString;
|
|
5907
|
+
updatedAt: z$1.ZodString;
|
|
5908
|
+
status: z$1.ZodString;
|
|
5909
|
+
capabilities: z$1.ZodNullable<z$1.ZodType<ToolServerCapabilities, ToolServerCapabilities, z$1.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>;
|
|
5905
5910
|
config: z$1.ZodType<{
|
|
5906
5911
|
type: "mcp";
|
|
5907
5912
|
mcp: ToolMcpConfig;
|
|
@@ -5916,11 +5921,6 @@ declare const ToolApiSelectSchema: z$1.ZodObject<{
|
|
|
5916
5921
|
mcp: ToolMcpConfig;
|
|
5917
5922
|
}>>;
|
|
5918
5923
|
credentialReferenceId: z$1.ZodNullable<z$1.ZodString>;
|
|
5919
|
-
createdAt: z$1.ZodString;
|
|
5920
|
-
updatedAt: z$1.ZodString;
|
|
5921
|
-
headers: z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>;
|
|
5922
|
-
status: z$1.ZodString;
|
|
5923
|
-
capabilities: z$1.ZodNullable<z$1.ZodType<ToolServerCapabilities, ToolServerCapabilities, z$1.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>;
|
|
5924
5924
|
imageUrl: z$1.ZodNullable<z$1.ZodString>;
|
|
5925
5925
|
lastHealthCheck: z$1.ZodNullable<z$1.ZodString>;
|
|
5926
5926
|
lastError: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -5928,8 +5928,13 @@ declare const ToolApiSelectSchema: z$1.ZodObject<{
|
|
|
5928
5928
|
lastToolsSync: z$1.ZodNullable<z$1.ZodString>;
|
|
5929
5929
|
}, z$1.core.$strip>;
|
|
5930
5930
|
declare const ToolApiInsertSchema: z$1.ZodObject<{
|
|
5931
|
-
id: z$1.ZodString;
|
|
5932
5931
|
name: z$1.ZodString;
|
|
5932
|
+
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
5933
|
+
id: z$1.ZodString;
|
|
5934
|
+
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
5935
|
+
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
5936
|
+
status: z$1.ZodOptional<z$1.ZodString>;
|
|
5937
|
+
capabilities: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ToolServerCapabilities, ToolServerCapabilities, z$1.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>;
|
|
5933
5938
|
config: z$1.ZodType<{
|
|
5934
5939
|
type: "mcp";
|
|
5935
5940
|
mcp: ToolMcpConfig;
|
|
@@ -5944,11 +5949,6 @@ declare const ToolApiInsertSchema: z$1.ZodObject<{
|
|
|
5944
5949
|
mcp: ToolMcpConfig;
|
|
5945
5950
|
}>>;
|
|
5946
5951
|
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5947
|
-
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
5948
|
-
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
5949
|
-
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
5950
|
-
status: z$1.ZodOptional<z$1.ZodString>;
|
|
5951
|
-
capabilities: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ToolServerCapabilities, ToolServerCapabilities, z$1.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>;
|
|
5952
5952
|
imageUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
5953
5953
|
lastHealthCheck: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5954
5954
|
lastError: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
@@ -5956,8 +5956,13 @@ declare const ToolApiInsertSchema: z$1.ZodObject<{
|
|
|
5956
5956
|
lastToolsSync: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
5957
5957
|
}, z$1.core.$strip>;
|
|
5958
5958
|
declare const ToolApiUpdateSchema: z$1.ZodObject<{
|
|
5959
|
-
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5960
5959
|
name: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5960
|
+
headers: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>>>;
|
|
5961
|
+
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
5962
|
+
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5963
|
+
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5964
|
+
status: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5965
|
+
capabilities: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ToolServerCapabilities, ToolServerCapabilities, z$1.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>>>;
|
|
5961
5966
|
config: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodType<{
|
|
5962
5967
|
type: "mcp";
|
|
5963
5968
|
mcp: ToolMcpConfig;
|
|
@@ -5972,11 +5977,6 @@ declare const ToolApiUpdateSchema: z$1.ZodObject<{
|
|
|
5972
5977
|
mcp: ToolMcpConfig;
|
|
5973
5978
|
}>>>>;
|
|
5974
5979
|
credentialReferenceId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
5975
|
-
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5976
|
-
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5977
|
-
headers: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>>>;
|
|
5978
|
-
status: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5979
|
-
capabilities: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ToolServerCapabilities, ToolServerCapabilities, z$1.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>>>;
|
|
5980
5980
|
imageUrl: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
5981
5981
|
lastHealthCheck: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
5982
5982
|
lastError: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
@@ -6046,10 +6046,10 @@ declare const ContextConfigSelectSchema: z$1.ZodObject<{
|
|
|
6046
6046
|
in: {};
|
|
6047
6047
|
}>;
|
|
6048
6048
|
declare const ContextConfigInsertSchema: z$1.ZodObject<{
|
|
6049
|
+
name: z$1.ZodString;
|
|
6049
6050
|
tenantId: z$1.ZodString;
|
|
6050
6051
|
projectId: z$1.ZodString;
|
|
6051
6052
|
id: z$1.ZodString;
|
|
6052
|
-
name: z$1.ZodString;
|
|
6053
6053
|
description: z$1.ZodString;
|
|
6054
6054
|
requestContextSchema: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
6055
6055
|
contextVariables: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>, z$1.core.$ZodTypeInternals<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>>>>>;
|
|
@@ -6058,10 +6058,10 @@ declare const ContextConfigInsertSchema: z$1.ZodObject<{
|
|
|
6058
6058
|
in: {};
|
|
6059
6059
|
}>;
|
|
6060
6060
|
declare const ContextConfigUpdateSchema: z$1.ZodObject<{
|
|
6061
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
6061
6062
|
tenantId: z$1.ZodOptional<z$1.ZodString>;
|
|
6062
6063
|
projectId: z$1.ZodOptional<z$1.ZodString>;
|
|
6063
6064
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
6064
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
6065
6065
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
6066
6066
|
requestContextSchema: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnknown>>;
|
|
6067
6067
|
contextVariables: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>, z$1.core.$ZodTypeInternals<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>>>>>>;
|
|
@@ -6070,24 +6070,24 @@ declare const ContextConfigUpdateSchema: z$1.ZodObject<{
|
|
|
6070
6070
|
in: {};
|
|
6071
6071
|
}>;
|
|
6072
6072
|
declare const ContextConfigApiSelectSchema: z$1.ZodObject<{
|
|
6073
|
-
id: z$1.ZodString;
|
|
6074
6073
|
name: z$1.ZodString;
|
|
6074
|
+
id: z$1.ZodString;
|
|
6075
6075
|
description: z$1.ZodString;
|
|
6076
|
-
createdAt: z$1.ZodString;
|
|
6077
|
-
updatedAt: z$1.ZodString;
|
|
6078
6076
|
requestContextSchema: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
6079
6077
|
contextVariables: z$1.ZodNullable<z$1.ZodType<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>, z$1.core.$ZodTypeInternals<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>>>>;
|
|
6078
|
+
createdAt: z$1.ZodString;
|
|
6079
|
+
updatedAt: z$1.ZodString;
|
|
6080
6080
|
}, z$1.core.$strip>;
|
|
6081
6081
|
declare const ContextConfigApiInsertSchema: z$1.ZodObject<{
|
|
6082
|
-
id: z$1.ZodString;
|
|
6083
6082
|
name: z$1.ZodString;
|
|
6083
|
+
id: z$1.ZodString;
|
|
6084
6084
|
description: z$1.ZodString;
|
|
6085
6085
|
requestContextSchema: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
6086
6086
|
contextVariables: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>, z$1.core.$ZodTypeInternals<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>>>>>;
|
|
6087
6087
|
}, z$1.core.$strip>;
|
|
6088
6088
|
declare const ContextConfigApiUpdateSchema: z$1.ZodObject<{
|
|
6089
|
-
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
6090
6089
|
name: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
6090
|
+
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
6091
6091
|
description: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
6092
6092
|
requestContextSchema: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodUnknown>>>;
|
|
6093
6093
|
contextVariables: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>, z$1.core.$ZodTypeInternals<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>>>>>>>;
|
|
@@ -6945,13 +6945,13 @@ declare const LedgerArtifactUpdateSchema: z$1.ZodObject<{
|
|
|
6945
6945
|
in: {};
|
|
6946
6946
|
}>;
|
|
6947
6947
|
declare const LedgerArtifactApiSelectSchema: z$1.ZodObject<{
|
|
6948
|
-
id: z$1.ZodString;
|
|
6949
6948
|
type: z$1.ZodString;
|
|
6950
6949
|
name: z$1.ZodNullable<z$1.ZodString>;
|
|
6950
|
+
metadata: z$1.ZodNullable<z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
6951
|
+
id: z$1.ZodString;
|
|
6951
6952
|
description: z$1.ZodNullable<z$1.ZodString>;
|
|
6952
6953
|
createdAt: z$1.ZodString;
|
|
6953
6954
|
updatedAt: z$1.ZodString;
|
|
6954
|
-
metadata: z$1.ZodNullable<z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>;
|
|
6955
6955
|
contextId: z$1.ZodString;
|
|
6956
6956
|
visibility: z$1.ZodNullable<z$1.ZodString>;
|
|
6957
6957
|
taskId: z$1.ZodNullable<z$1.ZodString>;
|
|
@@ -6962,13 +6962,13 @@ declare const LedgerArtifactApiSelectSchema: z$1.ZodObject<{
|
|
|
6962
6962
|
derivedFrom: z$1.ZodNullable<z$1.ZodString>;
|
|
6963
6963
|
}, z$1.core.$strip>;
|
|
6964
6964
|
declare const LedgerArtifactApiInsertSchema: z$1.ZodObject<{
|
|
6965
|
-
id: z$1.ZodString;
|
|
6966
6965
|
type: z$1.ZodOptional<z$1.ZodString>;
|
|
6967
6966
|
name: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
6967
|
+
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>>;
|
|
6968
|
+
id: z$1.ZodString;
|
|
6968
6969
|
description: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
6969
6970
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
6970
6971
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
6971
|
-
metadata: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>>;
|
|
6972
6972
|
contextId: z$1.ZodString;
|
|
6973
6973
|
visibility: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
6974
6974
|
taskId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
@@ -6979,13 +6979,13 @@ declare const LedgerArtifactApiInsertSchema: z$1.ZodObject<{
|
|
|
6979
6979
|
derivedFrom: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
6980
6980
|
}, z$1.core.$strip>;
|
|
6981
6981
|
declare const LedgerArtifactApiUpdateSchema: z$1.ZodObject<{
|
|
6982
|
-
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
6983
6982
|
type: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
6984
6983
|
name: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
6984
|
+
metadata: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>>>>;
|
|
6985
|
+
id: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
6985
6986
|
description: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
6986
6987
|
createdAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
6987
6988
|
updatedAt: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>>;
|
|
6988
|
-
metadata: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<drizzle_zod.Json, unknown, z$1.core.$ZodTypeInternals<drizzle_zod.Json, unknown>>>>>>;
|
|
6989
6989
|
contextId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodString>>;
|
|
6990
6990
|
visibility: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
6991
6991
|
taskId: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>>>;
|
|
@@ -7020,10 +7020,9 @@ declare const StatusUpdateSchema: z$1.ZodObject<{
|
|
|
7020
7020
|
}, z$1.core.$strip>>>;
|
|
7021
7021
|
}, z$1.core.$strip>;
|
|
7022
7022
|
declare const FullGraphAgentInsertSchema: z$1.ZodObject<{
|
|
7023
|
-
id: z$1.ZodString;
|
|
7024
7023
|
name: z$1.ZodString;
|
|
7024
|
+
id: z$1.ZodString;
|
|
7025
7025
|
description: z$1.ZodString;
|
|
7026
|
-
prompt: z$1.ZodString;
|
|
7027
7026
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7028
7027
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7029
7028
|
models: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -7049,6 +7048,7 @@ declare const FullGraphAgentInsertSchema: z$1.ZodObject<{
|
|
|
7049
7048
|
}, {
|
|
7050
7049
|
stepCountIs?: number;
|
|
7051
7050
|
}>>>>;
|
|
7051
|
+
prompt: z$1.ZodString;
|
|
7052
7052
|
conversationHistoryConfig: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z$1.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
|
|
7053
7053
|
tools: z$1.ZodArray<z$1.ZodString>;
|
|
7054
7054
|
dataComponents: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
@@ -7061,14 +7061,13 @@ declare const FullGraphDefinitionSchema: z$1.ZodObject<{
|
|
|
7061
7061
|
description: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7062
7062
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7063
7063
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7064
|
-
defaultAgentId: z$1.ZodString;
|
|
7065
7064
|
contextConfigId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7065
|
+
defaultAgentId: z$1.ZodString;
|
|
7066
7066
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
7067
7067
|
agents: z$1.ZodRecord<z$1.ZodString, z$1.ZodUnion<readonly [z$1.ZodObject<{
|
|
7068
|
-
id: z$1.ZodString;
|
|
7069
7068
|
name: z$1.ZodString;
|
|
7069
|
+
id: z$1.ZodString;
|
|
7070
7070
|
description: z$1.ZodString;
|
|
7071
|
-
prompt: z$1.ZodString;
|
|
7072
7071
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7073
7072
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7074
7073
|
models: z$1.ZodOptional<z$1.ZodObject<{
|
|
@@ -7094,6 +7093,7 @@ declare const FullGraphDefinitionSchema: z$1.ZodObject<{
|
|
|
7094
7093
|
}, {
|
|
7095
7094
|
stepCountIs?: number;
|
|
7096
7095
|
}>>>>;
|
|
7096
|
+
prompt: z$1.ZodString;
|
|
7097
7097
|
conversationHistoryConfig: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z$1.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
|
|
7098
7098
|
tools: z$1.ZodArray<z$1.ZodString>;
|
|
7099
7099
|
dataComponents: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
@@ -7101,18 +7101,23 @@ declare const FullGraphDefinitionSchema: z$1.ZodObject<{
|
|
|
7101
7101
|
canTransferTo: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
7102
7102
|
canDelegateTo: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
7103
7103
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
7104
|
-
id: z$1.ZodString;
|
|
7105
7104
|
name: z$1.ZodString;
|
|
7105
|
+
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
7106
|
+
id: z$1.ZodString;
|
|
7106
7107
|
description: z$1.ZodString;
|
|
7107
|
-
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7108
7108
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7109
7109
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7110
|
+
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7110
7111
|
baseUrl: z$1.ZodString;
|
|
7111
|
-
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
7112
7112
|
}, z$1.core.$strip>]>>;
|
|
7113
7113
|
tools: z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
7114
|
-
id: z$1.ZodString;
|
|
7115
7114
|
name: z$1.ZodString;
|
|
7115
|
+
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
7116
|
+
id: z$1.ZodString;
|
|
7117
|
+
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7118
|
+
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7119
|
+
status: z$1.ZodOptional<z$1.ZodString>;
|
|
7120
|
+
capabilities: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ToolServerCapabilities, ToolServerCapabilities, z$1.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>;
|
|
7116
7121
|
config: z$1.ZodType<{
|
|
7117
7122
|
type: "mcp";
|
|
7118
7123
|
mcp: ToolMcpConfig;
|
|
@@ -7127,11 +7132,6 @@ declare const FullGraphDefinitionSchema: z$1.ZodObject<{
|
|
|
7127
7132
|
mcp: ToolMcpConfig;
|
|
7128
7133
|
}>>;
|
|
7129
7134
|
credentialReferenceId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7130
|
-
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7131
|
-
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7132
|
-
headers: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, string>, Record<string, string>, z$1.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
|
|
7133
|
-
status: z$1.ZodOptional<z$1.ZodString>;
|
|
7134
|
-
capabilities: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<ToolServerCapabilities, ToolServerCapabilities, z$1.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>;
|
|
7135
7135
|
imageUrl: z$1.ZodOptional<z$1.ZodString>;
|
|
7136
7136
|
lastHealthCheck: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
7137
7137
|
lastError: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
@@ -7149,8 +7149,8 @@ declare const FullGraphDefinitionSchema: z$1.ZodObject<{
|
|
|
7149
7149
|
}>;
|
|
7150
7150
|
}, z$1.core.$strip>>>;
|
|
7151
7151
|
dataComponents: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodObject<{
|
|
7152
|
-
id: z$1.ZodString;
|
|
7153
7152
|
name: z$1.ZodString;
|
|
7153
|
+
id: z$1.ZodString;
|
|
7154
7154
|
description: z$1.ZodString;
|
|
7155
7155
|
createdAt: z$1.ZodOptional<z$1.ZodString>;
|
|
7156
7156
|
updatedAt: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -7167,8 +7167,8 @@ declare const FullGraphDefinitionSchema: z$1.ZodObject<{
|
|
|
7167
7167
|
in: {};
|
|
7168
7168
|
}>>>;
|
|
7169
7169
|
contextConfig: z$1.ZodOptional<z$1.ZodObject<{
|
|
7170
|
-
id: z$1.ZodString;
|
|
7171
7170
|
name: z$1.ZodString;
|
|
7171
|
+
id: z$1.ZodString;
|
|
7172
7172
|
description: z$1.ZodString;
|
|
7173
7173
|
requestContextSchema: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
7174
7174
|
contextVariables: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>, z$1.core.$ZodTypeInternals<Record<string, ContextFetchDefinition>, Record<string, ContextFetchDefinition>>>>>;
|
|
@@ -7424,9 +7424,9 @@ declare const ProjectSelectSchema: drizzle_zod.BuildSchema<"select", {
|
|
|
7424
7424
|
}>;
|
|
7425
7425
|
}, undefined, undefined>;
|
|
7426
7426
|
declare const ProjectInsertSchema: z$1.ZodObject<{
|
|
7427
|
+
name: z$1.ZodString;
|
|
7427
7428
|
tenantId: z$1.ZodString;
|
|
7428
7429
|
id: z$1.ZodString;
|
|
7429
|
-
name: z$1.ZodString;
|
|
7430
7430
|
description: z$1.ZodString;
|
|
7431
7431
|
models: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7432
7432
|
base?: {
|
|
@@ -7499,9 +7499,9 @@ declare const ProjectInsertSchema: z$1.ZodObject<{
|
|
|
7499
7499
|
in: {};
|
|
7500
7500
|
}>;
|
|
7501
7501
|
declare const ProjectUpdateSchema: z$1.ZodObject<{
|
|
7502
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
7502
7503
|
tenantId: z$1.ZodOptional<z$1.ZodString>;
|
|
7503
7504
|
id: z$1.ZodOptional<z$1.ZodString>;
|
|
7504
|
-
name: z$1.ZodOptional<z$1.ZodString>;
|
|
7505
7505
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
7506
7506
|
models: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7507
7507
|
base?: {
|
|
@@ -7574,8 +7574,8 @@ declare const ProjectUpdateSchema: z$1.ZodObject<{
|
|
|
7574
7574
|
in: {};
|
|
7575
7575
|
}>;
|
|
7576
7576
|
declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
7577
|
-
id: z$1.ZodString;
|
|
7578
7577
|
name: z$1.ZodString;
|
|
7578
|
+
id: z$1.ZodString;
|
|
7579
7579
|
description: z$1.ZodString;
|
|
7580
7580
|
createdAt: z$1.ZodString;
|
|
7581
7581
|
updatedAt: z$1.ZodString;
|
|
@@ -7650,8 +7650,8 @@ declare const ProjectApiSelectSchema: z$1.ZodObject<{
|
|
|
7650
7650
|
in: {};
|
|
7651
7651
|
}>;
|
|
7652
7652
|
declare const ProjectApiInsertSchema: z$1.ZodObject<{
|
|
7653
|
-
id: z$1.ZodString;
|
|
7654
7653
|
name: z$1.ZodString;
|
|
7654
|
+
id: z$1.ZodString;
|
|
7655
7655
|
description: z$1.ZodString;
|
|
7656
7656
|
models: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7657
7657
|
base?: {
|
|
@@ -7724,8 +7724,8 @@ declare const ProjectApiInsertSchema: z$1.ZodObject<{
|
|
|
7724
7724
|
in: {};
|
|
7725
7725
|
}>;
|
|
7726
7726
|
declare const ProjectApiUpdateSchema: z$1.ZodObject<{
|
|
7727
|
-
id: z$1.ZodOptional<z$1.ZodString>;
|
|
7728
7727
|
name: z$1.ZodOptional<z$1.ZodString>;
|
|
7728
|
+
id: z$1.ZodOptional<z$1.ZodString>;
|
|
7729
7729
|
description: z$1.ZodOptional<z$1.ZodString>;
|
|
7730
7730
|
models: z$1.ZodOptional<z$1.ZodOptional<z$1.ZodNullable<z$1.ZodType<{
|
|
7731
7731
|
base?: {
|