@inkeep/agents-core 0.0.0-dev-20260121222312 → 0.0.0-dev-20260121234635
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/auth/auth-schema.d.ts +82 -82
- package/dist/auth/auth-validation-schemas.d.ts +129 -129
- package/dist/auth/auth.d.ts +57 -57
- package/dist/auth/permissions.d.ts +13 -13
- package/dist/data-access/manage/agentFull.js +26 -24
- package/dist/data-access/manage/dataComponents.d.ts +2 -2
- package/dist/data-access/manage/functionTools.d.ts +2 -2
- package/dist/data-access/runtime/conversations.d.ts +7 -7
- package/dist/data-access/runtime/tasks.d.ts +2 -2
- package/dist/db/manage/manage-schema.d.ts +375 -375
- package/dist/db/runtime/runtime-schema.d.ts +181 -181
- package/dist/validation/dolt-schemas.d.ts +1 -1
- package/dist/validation/drizzle-schema-helpers.d.ts +3 -3
- package/dist/validation/schemas.d.ts +210 -210
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import "../index.js";
|
|
|
4
4
|
import { MAX_ID_LENGTH, MIN_ID_LENGTH, URL_SAFE_ID_PATTERN, resourceIdSchema } from "./drizzle-schema-helpers.js";
|
|
5
5
|
import { z } from "@hono/zod-openapi";
|
|
6
6
|
import * as drizzle_orm_pg_core208 from "drizzle-orm/pg-core";
|
|
7
|
-
import * as
|
|
7
|
+
import * as drizzle_zod19 from "drizzle-zod";
|
|
8
8
|
|
|
9
9
|
//#region src/validation/schemas.d.ts
|
|
10
10
|
declare const StopWhenSchema: z.ZodObject<{
|
|
@@ -77,7 +77,7 @@ type FunctionToolConfig = Omit<z.infer<typeof FunctionToolConfigSchema>, 'execut
|
|
|
77
77
|
};
|
|
78
78
|
type OmitProjectScope<T> = Omit<T, 'tenantId' | 'projectId'>;
|
|
79
79
|
type OmitAgentScope<T> = Omit<T, 'tenantId' | 'projectId' | 'agentId'>;
|
|
80
|
-
declare const SubAgentSelectSchema:
|
|
80
|
+
declare const SubAgentSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
81
81
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
82
82
|
name: "created_at";
|
|
83
83
|
tableName: "sub_agents";
|
|
@@ -328,7 +328,7 @@ declare const SubAgentSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
328
328
|
}, {}, {
|
|
329
329
|
length: 256;
|
|
330
330
|
}>;
|
|
331
|
-
},
|
|
331
|
+
}, drizzle_zod19.BuildRefine<{
|
|
332
332
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
333
333
|
name: "created_at";
|
|
334
334
|
tableName: "sub_agents";
|
|
@@ -797,7 +797,7 @@ declare const SubAgentApiUpdateSchema: z.ZodObject<{
|
|
|
797
797
|
}>>>>>>;
|
|
798
798
|
conversationHistoryConfig: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>>>;
|
|
799
799
|
}, z.core.$strip>;
|
|
800
|
-
declare const SubAgentRelationSelectSchema:
|
|
800
|
+
declare const SubAgentRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
801
801
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
802
802
|
name: "created_at";
|
|
803
803
|
tableName: "sub_agent_relations";
|
|
@@ -965,7 +965,7 @@ declare const SubAgentRelationSelectSchema: drizzle_zod15.BuildSchema<"select",
|
|
|
965
965
|
}, {}, {
|
|
966
966
|
length: 256;
|
|
967
967
|
}>;
|
|
968
|
-
},
|
|
968
|
+
}, drizzle_zod19.BuildRefine<{
|
|
969
969
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
970
970
|
name: "created_at";
|
|
971
971
|
tableName: "sub_agent_relations";
|
|
@@ -1236,7 +1236,7 @@ declare const ExternalSubAgentRelationApiInsertSchema: z.ZodObject<OmitProjectSc
|
|
|
1236
1236
|
sourceSubAgentId: z.ZodString;
|
|
1237
1237
|
externalSubAgentId: z.ZodString;
|
|
1238
1238
|
}>, z.core.$strip>;
|
|
1239
|
-
declare const AgentSelectSchema:
|
|
1239
|
+
declare const AgentSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
1240
1240
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
1241
1241
|
name: "created_at";
|
|
1242
1242
|
tableName: "agent";
|
|
@@ -1534,7 +1534,7 @@ declare const AgentSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
1534
1534
|
}, {}, {
|
|
1535
1535
|
length: 256;
|
|
1536
1536
|
}>;
|
|
1537
|
-
},
|
|
1537
|
+
}, drizzle_zod19.BuildRefine<{
|
|
1538
1538
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
1539
1539
|
name: "created_at";
|
|
1540
1540
|
tableName: "agent";
|
|
@@ -1833,7 +1833,7 @@ declare const AgentSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
1833
1833
|
length: 256;
|
|
1834
1834
|
}>;
|
|
1835
1835
|
}, undefined>, undefined>;
|
|
1836
|
-
declare const AgentInsertSchema:
|
|
1836
|
+
declare const AgentInsertSchema: drizzle_zod19.BuildSchema<"insert", {
|
|
1837
1837
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
1838
1838
|
name: "created_at";
|
|
1839
1839
|
tableName: "agent";
|
|
@@ -2131,7 +2131,7 @@ declare const AgentInsertSchema: drizzle_zod15.BuildSchema<"insert", {
|
|
|
2131
2131
|
}, {}, {
|
|
2132
2132
|
length: 256;
|
|
2133
2133
|
}>;
|
|
2134
|
-
},
|
|
2134
|
+
}, drizzle_zod19.BuildRefine<Pick<{
|
|
2135
2135
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
2136
2136
|
name: "created_at";
|
|
2137
2137
|
tableName: "agent";
|
|
@@ -3002,7 +3002,7 @@ declare const TriggerInvocationStatusEnum: z.ZodEnum<{
|
|
|
3002
3002
|
pending: "pending";
|
|
3003
3003
|
failed: "failed";
|
|
3004
3004
|
}>;
|
|
3005
|
-
declare const TriggerSelectSchema:
|
|
3005
|
+
declare const TriggerSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
3006
3006
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
3007
3007
|
name: "created_at";
|
|
3008
3008
|
tableName: "triggers";
|
|
@@ -3263,7 +3263,7 @@ declare const TriggerSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
3263
3263
|
}, {}, {
|
|
3264
3264
|
length: 256;
|
|
3265
3265
|
}>;
|
|
3266
|
-
},
|
|
3266
|
+
}, drizzle_zod19.BuildRefine<{
|
|
3267
3267
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
3268
3268
|
name: "created_at";
|
|
3269
3269
|
tableName: "triggers";
|
|
@@ -3525,7 +3525,7 @@ declare const TriggerSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
3525
3525
|
length: 256;
|
|
3526
3526
|
}>;
|
|
3527
3527
|
}, undefined>, undefined>;
|
|
3528
|
-
declare const TriggerInsertSchema:
|
|
3528
|
+
declare const TriggerInsertSchema: drizzle_zod19.BuildSchema<"insert", {
|
|
3529
3529
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
3530
3530
|
name: "created_at";
|
|
3531
3531
|
tableName: "triggers";
|
|
@@ -3786,7 +3786,7 @@ declare const TriggerInsertSchema: drizzle_zod15.BuildSchema<"insert", {
|
|
|
3786
3786
|
}, {}, {
|
|
3787
3787
|
length: 256;
|
|
3788
3788
|
}>;
|
|
3789
|
-
},
|
|
3789
|
+
}, drizzle_zod19.BuildRefine<Pick<{
|
|
3790
3790
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
3791
3791
|
name: "created_at";
|
|
3792
3792
|
tableName: "triggers";
|
|
@@ -4087,7 +4087,7 @@ declare const TriggerApiSelectSchema: z.ZodObject<OmitAgentScope<{
|
|
|
4087
4087
|
objectTransformation?: Record<string, string>;
|
|
4088
4088
|
}>>>;
|
|
4089
4089
|
messageTemplate: z.ZodNullable<z.ZodString>;
|
|
4090
|
-
authentication: z.ZodNullable<z.ZodType<
|
|
4090
|
+
authentication: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
4091
4091
|
signingSecret: z.ZodNullable<z.ZodString>;
|
|
4092
4092
|
name: z.ZodString;
|
|
4093
4093
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -4117,7 +4117,7 @@ declare const TriggerApiInsertSchema: z.ZodObject<{
|
|
|
4117
4117
|
objectTransformation?: Record<string, string>;
|
|
4118
4118
|
}>>>>;
|
|
4119
4119
|
messageTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4120
|
-
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
4120
|
+
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
4121
4121
|
signingSecret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4122
4122
|
id: z.ZodOptional<z.ZodString>;
|
|
4123
4123
|
}, z.core.$strip>;
|
|
@@ -4141,7 +4141,7 @@ declare const TriggerApiUpdateSchema: z.ZodObject<{
|
|
|
4141
4141
|
signingSecret: z.ZodOptional<z.ZodString>;
|
|
4142
4142
|
keepExistingSigningSecret: z.ZodOptional<z.ZodBoolean>;
|
|
4143
4143
|
}, z.core.$strip>;
|
|
4144
|
-
declare const TriggerInvocationSelectSchema:
|
|
4144
|
+
declare const TriggerInvocationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
4145
4145
|
triggerId: drizzle_orm_pg_core208.PgColumn<{
|
|
4146
4146
|
name: "trigger_id";
|
|
4147
4147
|
tableName: "trigger_invocations";
|
|
@@ -4343,7 +4343,7 @@ declare const TriggerInvocationSelectSchema: drizzle_zod15.BuildSchema<"select",
|
|
|
4343
4343
|
}, {}, {
|
|
4344
4344
|
length: 256;
|
|
4345
4345
|
}>;
|
|
4346
|
-
},
|
|
4346
|
+
}, drizzle_zod19.BuildRefine<{
|
|
4347
4347
|
triggerId: drizzle_orm_pg_core208.PgColumn<{
|
|
4348
4348
|
name: "trigger_id";
|
|
4349
4349
|
tableName: "trigger_invocations";
|
|
@@ -4546,7 +4546,7 @@ declare const TriggerInvocationSelectSchema: drizzle_zod15.BuildSchema<"select",
|
|
|
4546
4546
|
length: 256;
|
|
4547
4547
|
}>;
|
|
4548
4548
|
}, undefined>, undefined>;
|
|
4549
|
-
declare const TriggerInvocationInsertSchema:
|
|
4549
|
+
declare const TriggerInvocationInsertSchema: drizzle_zod19.BuildSchema<"insert", {
|
|
4550
4550
|
triggerId: drizzle_orm_pg_core208.PgColumn<{
|
|
4551
4551
|
name: "trigger_id";
|
|
4552
4552
|
tableName: "trigger_invocations";
|
|
@@ -4748,7 +4748,7 @@ declare const TriggerInvocationInsertSchema: drizzle_zod15.BuildSchema<"insert",
|
|
|
4748
4748
|
}, {}, {
|
|
4749
4749
|
length: 256;
|
|
4750
4750
|
}>;
|
|
4751
|
-
},
|
|
4751
|
+
}, drizzle_zod19.BuildRefine<Pick<{
|
|
4752
4752
|
triggerId: drizzle_orm_pg_core208.PgColumn<{
|
|
4753
4753
|
name: "trigger_id";
|
|
4754
4754
|
tableName: "trigger_invocations";
|
|
@@ -4955,8 +4955,8 @@ declare const TriggerInvocationUpdateSchema: z.ZodObject<{
|
|
|
4955
4955
|
triggerId: z.ZodOptional<z.ZodString>;
|
|
4956
4956
|
conversationId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
4957
4957
|
status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4958
|
-
requestPayload: z.ZodOptional<z.ZodType<
|
|
4959
|
-
transformedPayload: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
4958
|
+
requestPayload: z.ZodOptional<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
4959
|
+
transformedPayload: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>;
|
|
4960
4960
|
errorMessage: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
4961
4961
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4962
4962
|
agentId: z.ZodOptional<z.ZodString>;
|
|
@@ -4971,8 +4971,8 @@ declare const TriggerInvocationApiSelectSchema: z.ZodObject<OmitAgentScope<{
|
|
|
4971
4971
|
triggerId: z.ZodString;
|
|
4972
4972
|
conversationId: z.ZodNullable<z.ZodString>;
|
|
4973
4973
|
status: z.ZodString;
|
|
4974
|
-
requestPayload: z.ZodType<
|
|
4975
|
-
transformedPayload: z.ZodNullable<z.ZodType<
|
|
4974
|
+
requestPayload: z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>;
|
|
4975
|
+
transformedPayload: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
4976
4976
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
4977
4977
|
createdAt: z.ZodString;
|
|
4978
4978
|
agentId: z.ZodString;
|
|
@@ -4985,8 +4985,8 @@ declare const TriggerInvocationApiInsertSchema: z.ZodObject<{
|
|
|
4985
4985
|
status: z.ZodOptional<z.ZodString>;
|
|
4986
4986
|
triggerId: z.ZodString;
|
|
4987
4987
|
conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4988
|
-
requestPayload: z.ZodType<
|
|
4989
|
-
transformedPayload: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
4988
|
+
requestPayload: z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>;
|
|
4989
|
+
transformedPayload: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
4990
4990
|
errorMessage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4991
4991
|
id: z.ZodString;
|
|
4992
4992
|
}, z.core.$strip>;
|
|
@@ -4996,11 +4996,11 @@ declare const TriggerInvocationApiUpdateSchema: z.ZodObject<{
|
|
|
4996
4996
|
status: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
4997
4997
|
triggerId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4998
4998
|
conversationId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
4999
|
-
requestPayload: z.ZodOptional<z.ZodOptional<z.ZodType<
|
|
5000
|
-
transformedPayload: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
4999
|
+
requestPayload: z.ZodOptional<z.ZodOptional<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
5000
|
+
transformedPayload: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
|
|
5001
5001
|
errorMessage: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
5002
5002
|
}, z.core.$strip>;
|
|
5003
|
-
declare const TaskSelectSchema:
|
|
5003
|
+
declare const TaskSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
5004
5004
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
5005
5005
|
name: "created_at";
|
|
5006
5006
|
tableName: "tasks";
|
|
@@ -5060,7 +5060,7 @@ declare const TaskSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
5060
5060
|
dataType: "json";
|
|
5061
5061
|
columnType: "PgJsonb";
|
|
5062
5062
|
data: {
|
|
5063
|
-
type: "
|
|
5063
|
+
type: "tag" | "commit" | "branch";
|
|
5064
5064
|
name: string;
|
|
5065
5065
|
hash: string;
|
|
5066
5066
|
};
|
|
@@ -5076,7 +5076,7 @@ declare const TaskSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
5076
5076
|
generated: undefined;
|
|
5077
5077
|
}, {}, {
|
|
5078
5078
|
$type: {
|
|
5079
|
-
type: "
|
|
5079
|
+
type: "tag" | "commit" | "branch";
|
|
5080
5080
|
name: string;
|
|
5081
5081
|
hash: string;
|
|
5082
5082
|
};
|
|
@@ -5214,7 +5214,7 @@ declare const TaskSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
5214
5214
|
}, {}, {
|
|
5215
5215
|
length: 256;
|
|
5216
5216
|
}>;
|
|
5217
|
-
},
|
|
5217
|
+
}, drizzle_zod19.BuildRefine<{
|
|
5218
5218
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
5219
5219
|
name: "created_at";
|
|
5220
5220
|
tableName: "tasks";
|
|
@@ -5274,7 +5274,7 @@ declare const TaskSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
5274
5274
|
dataType: "json";
|
|
5275
5275
|
columnType: "PgJsonb";
|
|
5276
5276
|
data: {
|
|
5277
|
-
type: "
|
|
5277
|
+
type: "tag" | "commit" | "branch";
|
|
5278
5278
|
name: string;
|
|
5279
5279
|
hash: string;
|
|
5280
5280
|
};
|
|
@@ -5290,7 +5290,7 @@ declare const TaskSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
5290
5290
|
generated: undefined;
|
|
5291
5291
|
}, {}, {
|
|
5292
5292
|
$type: {
|
|
5293
|
-
type: "
|
|
5293
|
+
type: "tag" | "commit" | "branch";
|
|
5294
5294
|
name: string;
|
|
5295
5295
|
hash: string;
|
|
5296
5296
|
};
|
|
@@ -5443,8 +5443,8 @@ declare const TaskInsertSchema: z.ZodObject<{
|
|
|
5443
5443
|
conversationId: z.ZodOptional<z.ZodString>;
|
|
5444
5444
|
ref: z.ZodObject<{
|
|
5445
5445
|
type: z.ZodEnum<{
|
|
5446
|
-
commit: "commit";
|
|
5447
5446
|
tag: "tag";
|
|
5447
|
+
commit: "commit";
|
|
5448
5448
|
branch: "branch";
|
|
5449
5449
|
}>;
|
|
5450
5450
|
name: z.ZodString;
|
|
@@ -5468,8 +5468,8 @@ declare const TaskUpdateSchema: z.ZodObject<{
|
|
|
5468
5468
|
conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5469
5469
|
ref: z.ZodOptional<z.ZodObject<{
|
|
5470
5470
|
type: z.ZodEnum<{
|
|
5471
|
-
commit: "commit";
|
|
5472
5471
|
tag: "tag";
|
|
5472
|
+
commit: "commit";
|
|
5473
5473
|
branch: "branch";
|
|
5474
5474
|
}>;
|
|
5475
5475
|
name: z.ZodString;
|
|
@@ -5484,19 +5484,19 @@ declare const TaskApiSelectSchema: z.ZodObject<OmitProjectScope<{
|
|
|
5484
5484
|
updatedAt: z.ZodString;
|
|
5485
5485
|
contextId: z.ZodString;
|
|
5486
5486
|
ref: z.ZodNullable<z.ZodType<{
|
|
5487
|
-
type: "
|
|
5487
|
+
type: "tag" | "commit" | "branch";
|
|
5488
5488
|
name: string;
|
|
5489
5489
|
hash: string;
|
|
5490
5490
|
}, {
|
|
5491
|
-
type: "
|
|
5491
|
+
type: "tag" | "commit" | "branch";
|
|
5492
5492
|
name: string;
|
|
5493
5493
|
hash: string;
|
|
5494
5494
|
}, z.core.$ZodTypeInternals<{
|
|
5495
|
-
type: "
|
|
5495
|
+
type: "tag" | "commit" | "branch";
|
|
5496
5496
|
name: string;
|
|
5497
5497
|
hash: string;
|
|
5498
5498
|
}, {
|
|
5499
|
-
type: "
|
|
5499
|
+
type: "tag" | "commit" | "branch";
|
|
5500
5500
|
name: string;
|
|
5501
5501
|
hash: string;
|
|
5502
5502
|
}>>>;
|
|
@@ -5522,8 +5522,8 @@ declare const TaskApiInsertSchema: z.ZodObject<OmitProjectScope<{
|
|
|
5522
5522
|
conversationId: z.ZodOptional<z.ZodString>;
|
|
5523
5523
|
ref: z.ZodObject<{
|
|
5524
5524
|
type: z.ZodEnum<{
|
|
5525
|
-
commit: "commit";
|
|
5526
5525
|
tag: "tag";
|
|
5526
|
+
commit: "commit";
|
|
5527
5527
|
branch: "branch";
|
|
5528
5528
|
}>;
|
|
5529
5529
|
name: z.ZodString;
|
|
@@ -5538,8 +5538,8 @@ declare const TaskApiUpdateSchema: z.ZodObject<{
|
|
|
5538
5538
|
metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<TaskMetadataConfig, TaskMetadataConfig, z.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>>>>;
|
|
5539
5539
|
ref: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
5540
5540
|
type: z.ZodEnum<{
|
|
5541
|
-
commit: "commit";
|
|
5542
5541
|
tag: "tag";
|
|
5542
|
+
commit: "commit";
|
|
5543
5543
|
branch: "branch";
|
|
5544
5544
|
}>;
|
|
5545
5545
|
name: z.ZodString;
|
|
@@ -5547,10 +5547,10 @@ declare const TaskApiUpdateSchema: z.ZodObject<{
|
|
|
5547
5547
|
}, z.core.$strip>>>;
|
|
5548
5548
|
status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5549
5549
|
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5550
|
-
conversationId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
5551
5550
|
contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
5551
|
+
conversationId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
5552
5552
|
}, z.core.$strip>;
|
|
5553
|
-
declare const TaskRelationSelectSchema:
|
|
5553
|
+
declare const TaskRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
5554
5554
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
5555
5555
|
name: "created_at";
|
|
5556
5556
|
tableName: "task_relations";
|
|
@@ -5699,7 +5699,7 @@ declare const TaskRelationSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
5699
5699
|
}, {}, {
|
|
5700
5700
|
length: 256;
|
|
5701
5701
|
}>;
|
|
5702
|
-
},
|
|
5702
|
+
}, drizzle_zod19.BuildRefine<{
|
|
5703
5703
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
5704
5704
|
name: "created_at";
|
|
5705
5705
|
tableName: "task_relations";
|
|
@@ -5924,7 +5924,7 @@ declare const McpToolDefinitionSchema: z.ZodObject<{
|
|
|
5924
5924
|
description: z.ZodOptional<z.ZodString>;
|
|
5925
5925
|
inputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
5926
5926
|
}, z.core.$strip>;
|
|
5927
|
-
declare const ToolSelectSchema:
|
|
5927
|
+
declare const ToolSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
5928
5928
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
5929
5929
|
name: "created_at";
|
|
5930
5930
|
tableName: "tools";
|
|
@@ -6187,7 +6187,7 @@ declare const ToolSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
6187
6187
|
}, {}, {
|
|
6188
6188
|
length: 256;
|
|
6189
6189
|
}>;
|
|
6190
|
-
},
|
|
6190
|
+
}, drizzle_zod19.BuildRefine<{
|
|
6191
6191
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
6192
6192
|
name: "created_at";
|
|
6193
6193
|
tableName: "tools";
|
|
@@ -6495,7 +6495,7 @@ declare const ToolInsertSchema: z.ZodObject<{
|
|
|
6495
6495
|
out: {};
|
|
6496
6496
|
in: {};
|
|
6497
6497
|
}>;
|
|
6498
|
-
declare const ConversationSelectSchema:
|
|
6498
|
+
declare const ConversationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
6499
6499
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
6500
6500
|
name: "created_at";
|
|
6501
6501
|
tableName: "conversations";
|
|
@@ -6593,7 +6593,7 @@ declare const ConversationSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
6593
6593
|
dataType: "json";
|
|
6594
6594
|
columnType: "PgJsonb";
|
|
6595
6595
|
data: {
|
|
6596
|
-
type: "
|
|
6596
|
+
type: "tag" | "commit" | "branch";
|
|
6597
6597
|
name: string;
|
|
6598
6598
|
hash: string;
|
|
6599
6599
|
};
|
|
@@ -6609,7 +6609,7 @@ declare const ConversationSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
6609
6609
|
generated: undefined;
|
|
6610
6610
|
}, {}, {
|
|
6611
6611
|
$type: {
|
|
6612
|
-
type: "
|
|
6612
|
+
type: "tag" | "commit" | "branch";
|
|
6613
6613
|
name: string;
|
|
6614
6614
|
hash: string;
|
|
6615
6615
|
};
|
|
@@ -6724,7 +6724,7 @@ declare const ConversationSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
6724
6724
|
}, {}, {
|
|
6725
6725
|
length: 256;
|
|
6726
6726
|
}>;
|
|
6727
|
-
},
|
|
6727
|
+
}, drizzle_zod19.BuildRefine<{
|
|
6728
6728
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
6729
6729
|
name: "created_at";
|
|
6730
6730
|
tableName: "conversations";
|
|
@@ -6822,7 +6822,7 @@ declare const ConversationSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
6822
6822
|
dataType: "json";
|
|
6823
6823
|
columnType: "PgJsonb";
|
|
6824
6824
|
data: {
|
|
6825
|
-
type: "
|
|
6825
|
+
type: "tag" | "commit" | "branch";
|
|
6826
6826
|
name: string;
|
|
6827
6827
|
hash: string;
|
|
6828
6828
|
};
|
|
@@ -6838,7 +6838,7 @@ declare const ConversationSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
6838
6838
|
generated: undefined;
|
|
6839
6839
|
}, {}, {
|
|
6840
6840
|
$type: {
|
|
6841
|
-
type: "
|
|
6841
|
+
type: "tag" | "commit" | "branch";
|
|
6842
6842
|
name: string;
|
|
6843
6843
|
hash: string;
|
|
6844
6844
|
};
|
|
@@ -6969,8 +6969,8 @@ declare const ConversationInsertSchema: z.ZodObject<{
|
|
|
6969
6969
|
contextConfigId: z.ZodOptional<z.ZodString>;
|
|
6970
6970
|
ref: z.ZodObject<{
|
|
6971
6971
|
type: z.ZodEnum<{
|
|
6972
|
-
commit: "commit";
|
|
6973
6972
|
tag: "tag";
|
|
6973
|
+
commit: "commit";
|
|
6974
6974
|
branch: "branch";
|
|
6975
6975
|
}>;
|
|
6976
6976
|
name: z.ZodString;
|
|
@@ -6995,8 +6995,8 @@ declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
6995
6995
|
contextConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
6996
6996
|
ref: z.ZodOptional<z.ZodObject<{
|
|
6997
6997
|
type: z.ZodEnum<{
|
|
6998
|
-
commit: "commit";
|
|
6999
6998
|
tag: "tag";
|
|
6999
|
+
commit: "commit";
|
|
7000
7000
|
branch: "branch";
|
|
7001
7001
|
}>;
|
|
7002
7002
|
name: z.ZodString;
|
|
@@ -7013,19 +7013,19 @@ declare const ConversationApiSelectSchema: z.ZodObject<OmitProjectScope<{
|
|
|
7013
7013
|
agentId: z.ZodNullable<z.ZodString>;
|
|
7014
7014
|
activeSubAgentId: z.ZodString;
|
|
7015
7015
|
ref: z.ZodNullable<z.ZodType<{
|
|
7016
|
-
type: "
|
|
7016
|
+
type: "tag" | "commit" | "branch";
|
|
7017
7017
|
name: string;
|
|
7018
7018
|
hash: string;
|
|
7019
7019
|
}, {
|
|
7020
|
-
type: "
|
|
7020
|
+
type: "tag" | "commit" | "branch";
|
|
7021
7021
|
name: string;
|
|
7022
7022
|
hash: string;
|
|
7023
7023
|
}, z.core.$ZodTypeInternals<{
|
|
7024
|
-
type: "
|
|
7024
|
+
type: "tag" | "commit" | "branch";
|
|
7025
7025
|
name: string;
|
|
7026
7026
|
hash: string;
|
|
7027
7027
|
}, {
|
|
7028
|
-
type: "
|
|
7028
|
+
type: "tag" | "commit" | "branch";
|
|
7029
7029
|
name: string;
|
|
7030
7030
|
hash: string;
|
|
7031
7031
|
}>>>;
|
|
@@ -7051,8 +7051,8 @@ declare const ConversationApiInsertSchema: z.ZodObject<OmitProjectScope<{
|
|
|
7051
7051
|
contextConfigId: z.ZodOptional<z.ZodString>;
|
|
7052
7052
|
ref: z.ZodObject<{
|
|
7053
7053
|
type: z.ZodEnum<{
|
|
7054
|
-
commit: "commit";
|
|
7055
7054
|
tag: "tag";
|
|
7055
|
+
commit: "commit";
|
|
7056
7056
|
branch: "branch";
|
|
7057
7057
|
}>;
|
|
7058
7058
|
name: z.ZodString;
|
|
@@ -7070,8 +7070,8 @@ declare const ConversationApiUpdateSchema: z.ZodObject<{
|
|
|
7070
7070
|
contextConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
7071
7071
|
ref: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
7072
7072
|
type: z.ZodEnum<{
|
|
7073
|
-
commit: "commit";
|
|
7074
7073
|
tag: "tag";
|
|
7074
|
+
commit: "commit";
|
|
7075
7075
|
branch: "branch";
|
|
7076
7076
|
}>;
|
|
7077
7077
|
name: z.ZodString;
|
|
@@ -7080,7 +7080,7 @@ declare const ConversationApiUpdateSchema: z.ZodObject<{
|
|
|
7080
7080
|
activeSubAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
7081
7081
|
lastContextResolution: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
7082
7082
|
}, z.core.$strip>;
|
|
7083
|
-
declare const MessageSelectSchema:
|
|
7083
|
+
declare const MessageSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
7084
7084
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
7085
7085
|
name: "created_at";
|
|
7086
7086
|
tableName: "messages";
|
|
@@ -7476,7 +7476,7 @@ declare const MessageSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
7476
7476
|
}, {}, {
|
|
7477
7477
|
length: 256;
|
|
7478
7478
|
}>;
|
|
7479
|
-
},
|
|
7479
|
+
}, drizzle_zod19.BuildRefine<{
|
|
7480
7480
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
7481
7481
|
name: "created_at";
|
|
7482
7482
|
tableName: "messages";
|
|
@@ -7992,7 +7992,7 @@ declare const MessageApiUpdateSchema: z.ZodObject<{
|
|
|
7992
7992
|
a2aTaskId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
7993
7993
|
a2aSessionId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
7994
7994
|
}, z.core.$strip>;
|
|
7995
|
-
declare const ContextCacheSelectSchema:
|
|
7995
|
+
declare const ContextCacheSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
7996
7996
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
7997
7997
|
name: "created_at";
|
|
7998
7998
|
tableName: "context_cache";
|
|
@@ -8090,7 +8090,7 @@ declare const ContextCacheSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
8090
8090
|
dataType: "json";
|
|
8091
8091
|
columnType: "PgJsonb";
|
|
8092
8092
|
data: {
|
|
8093
|
-
type: "
|
|
8093
|
+
type: "tag" | "commit" | "branch";
|
|
8094
8094
|
name: string;
|
|
8095
8095
|
hash: string;
|
|
8096
8096
|
};
|
|
@@ -8106,7 +8106,7 @@ declare const ContextCacheSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
8106
8106
|
generated: undefined;
|
|
8107
8107
|
}, {}, {
|
|
8108
8108
|
$type: {
|
|
8109
|
-
type: "
|
|
8109
|
+
type: "tag" | "commit" | "branch";
|
|
8110
8110
|
name: string;
|
|
8111
8111
|
hash: string;
|
|
8112
8112
|
};
|
|
@@ -8242,7 +8242,7 @@ declare const ContextCacheSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
8242
8242
|
}, {}, {
|
|
8243
8243
|
length: 256;
|
|
8244
8244
|
}>;
|
|
8245
|
-
},
|
|
8245
|
+
}, drizzle_zod19.BuildRefine<{
|
|
8246
8246
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
8247
8247
|
name: "created_at";
|
|
8248
8248
|
tableName: "context_cache";
|
|
@@ -8340,7 +8340,7 @@ declare const ContextCacheSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
8340
8340
|
dataType: "json";
|
|
8341
8341
|
columnType: "PgJsonb";
|
|
8342
8342
|
data: {
|
|
8343
|
-
type: "
|
|
8343
|
+
type: "tag" | "commit" | "branch";
|
|
8344
8344
|
name: string;
|
|
8345
8345
|
hash: string;
|
|
8346
8346
|
};
|
|
@@ -8356,7 +8356,7 @@ declare const ContextCacheSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
8356
8356
|
generated: undefined;
|
|
8357
8357
|
}, {}, {
|
|
8358
8358
|
$type: {
|
|
8359
|
-
type: "
|
|
8359
|
+
type: "tag" | "commit" | "branch";
|
|
8360
8360
|
name: string;
|
|
8361
8361
|
hash: string;
|
|
8362
8362
|
};
|
|
@@ -8499,7 +8499,7 @@ declare const ContextCacheInsertSchema: z.ZodObject<{
|
|
|
8499
8499
|
conversationId: z.ZodString;
|
|
8500
8500
|
contextConfigId: z.ZodString;
|
|
8501
8501
|
contextVariableKey: z.ZodString;
|
|
8502
|
-
value: z.ZodType<
|
|
8502
|
+
value: z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>;
|
|
8503
8503
|
requestHash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8504
8504
|
fetchedAt: z.ZodOptional<z.ZodString>;
|
|
8505
8505
|
fetchSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -8508,8 +8508,8 @@ declare const ContextCacheInsertSchema: z.ZodObject<{
|
|
|
8508
8508
|
id: z.ZodString;
|
|
8509
8509
|
ref: z.ZodObject<{
|
|
8510
8510
|
type: z.ZodEnum<{
|
|
8511
|
-
commit: "commit";
|
|
8512
8511
|
tag: "tag";
|
|
8512
|
+
commit: "commit";
|
|
8513
8513
|
branch: "branch";
|
|
8514
8514
|
}>;
|
|
8515
8515
|
name: z.ZodString;
|
|
@@ -8525,7 +8525,7 @@ declare const ContextCacheUpdateSchema: z.ZodObject<{
|
|
|
8525
8525
|
conversationId: z.ZodOptional<z.ZodString>;
|
|
8526
8526
|
contextConfigId: z.ZodOptional<z.ZodString>;
|
|
8527
8527
|
contextVariableKey: z.ZodOptional<z.ZodString>;
|
|
8528
|
-
value: z.ZodOptional<z.ZodType<
|
|
8528
|
+
value: z.ZodOptional<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
8529
8529
|
requestHash: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
8530
8530
|
fetchedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8531
8531
|
fetchSource: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
@@ -8534,8 +8534,8 @@ declare const ContextCacheUpdateSchema: z.ZodObject<{
|
|
|
8534
8534
|
id: z.ZodOptional<z.ZodString>;
|
|
8535
8535
|
ref: z.ZodOptional<z.ZodObject<{
|
|
8536
8536
|
type: z.ZodEnum<{
|
|
8537
|
-
commit: "commit";
|
|
8538
8537
|
tag: "tag";
|
|
8538
|
+
commit: "commit";
|
|
8539
8539
|
branch: "branch";
|
|
8540
8540
|
}>;
|
|
8541
8541
|
name: z.ZodString;
|
|
@@ -8552,23 +8552,23 @@ declare const ContextCacheApiSelectSchema: z.ZodObject<OmitProjectScope<{
|
|
|
8552
8552
|
contextConfigId: z.ZodString;
|
|
8553
8553
|
contextVariableKey: z.ZodString;
|
|
8554
8554
|
ref: z.ZodNullable<z.ZodType<{
|
|
8555
|
-
type: "
|
|
8555
|
+
type: "tag" | "commit" | "branch";
|
|
8556
8556
|
name: string;
|
|
8557
8557
|
hash: string;
|
|
8558
8558
|
}, {
|
|
8559
|
-
type: "
|
|
8559
|
+
type: "tag" | "commit" | "branch";
|
|
8560
8560
|
name: string;
|
|
8561
8561
|
hash: string;
|
|
8562
8562
|
}, z.core.$ZodTypeInternals<{
|
|
8563
|
-
type: "
|
|
8563
|
+
type: "tag" | "commit" | "branch";
|
|
8564
8564
|
name: string;
|
|
8565
8565
|
hash: string;
|
|
8566
8566
|
}, {
|
|
8567
|
-
type: "
|
|
8567
|
+
type: "tag" | "commit" | "branch";
|
|
8568
8568
|
name: string;
|
|
8569
8569
|
hash: string;
|
|
8570
8570
|
}>>>;
|
|
8571
|
-
value: z.ZodType<
|
|
8571
|
+
value: z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>;
|
|
8572
8572
|
requestHash: z.ZodNullable<z.ZodString>;
|
|
8573
8573
|
fetchedAt: z.ZodString;
|
|
8574
8574
|
fetchSource: z.ZodNullable<z.ZodString>;
|
|
@@ -8582,7 +8582,7 @@ declare const ContextCacheApiInsertSchema: z.ZodObject<OmitProjectScope<{
|
|
|
8582
8582
|
conversationId: z.ZodString;
|
|
8583
8583
|
contextConfigId: z.ZodString;
|
|
8584
8584
|
contextVariableKey: z.ZodString;
|
|
8585
|
-
value: z.ZodType<
|
|
8585
|
+
value: z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>;
|
|
8586
8586
|
requestHash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8587
8587
|
fetchedAt: z.ZodOptional<z.ZodString>;
|
|
8588
8588
|
fetchSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -8591,8 +8591,8 @@ declare const ContextCacheApiInsertSchema: z.ZodObject<OmitProjectScope<{
|
|
|
8591
8591
|
id: z.ZodString;
|
|
8592
8592
|
ref: z.ZodObject<{
|
|
8593
8593
|
type: z.ZodEnum<{
|
|
8594
|
-
commit: "commit";
|
|
8595
8594
|
tag: "tag";
|
|
8595
|
+
commit: "commit";
|
|
8596
8596
|
branch: "branch";
|
|
8597
8597
|
}>;
|
|
8598
8598
|
name: z.ZodString;
|
|
@@ -8601,14 +8601,14 @@ declare const ContextCacheApiInsertSchema: z.ZodObject<OmitProjectScope<{
|
|
|
8601
8601
|
}>, z.core.$strip>;
|
|
8602
8602
|
declare const ContextCacheApiUpdateSchema: z.ZodObject<{
|
|
8603
8603
|
id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8604
|
-
value: z.ZodOptional<z.ZodOptional<z.ZodType<
|
|
8604
|
+
value: z.ZodOptional<z.ZodOptional<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
8605
8605
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
8606
8606
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
8607
8607
|
contextConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
8608
8608
|
ref: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
8609
8609
|
type: z.ZodEnum<{
|
|
8610
|
-
commit: "commit";
|
|
8611
8610
|
tag: "tag";
|
|
8611
|
+
commit: "commit";
|
|
8612
8612
|
branch: "branch";
|
|
8613
8613
|
}>;
|
|
8614
8614
|
name: z.ZodString;
|
|
@@ -8620,7 +8620,7 @@ declare const ContextCacheApiUpdateSchema: z.ZodObject<{
|
|
|
8620
8620
|
fetchedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
8621
8621
|
fetchSource: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
8622
8622
|
}, z.core.$strip>;
|
|
8623
|
-
declare const DatasetRunSelectSchema:
|
|
8623
|
+
declare const DatasetRunSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
8624
8624
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
8625
8625
|
name: "created_at";
|
|
8626
8626
|
tableName: "dataset_run";
|
|
@@ -8763,7 +8763,7 @@ declare const DatasetRunSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
8763
8763
|
}, {}, {
|
|
8764
8764
|
length: 256;
|
|
8765
8765
|
}>;
|
|
8766
|
-
},
|
|
8766
|
+
}, drizzle_zod19.BuildRefine<{
|
|
8767
8767
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
8768
8768
|
name: "created_at";
|
|
8769
8769
|
tableName: "dataset_run";
|
|
@@ -8957,7 +8957,7 @@ declare const DatasetRunApiUpdateSchema: z.ZodObject<{
|
|
|
8957
8957
|
evaluationJobConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
8958
8958
|
datasetRunConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
8959
8959
|
}, z.core.$strip>;
|
|
8960
|
-
declare const DatasetRunConversationRelationSelectSchema:
|
|
8960
|
+
declare const DatasetRunConversationRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
8961
8961
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
8962
8962
|
name: "created_at";
|
|
8963
8963
|
tableName: "dataset_run_conversation_relations";
|
|
@@ -9100,7 +9100,7 @@ declare const DatasetRunConversationRelationSelectSchema: drizzle_zod15.BuildSch
|
|
|
9100
9100
|
}, {}, {
|
|
9101
9101
|
length: 256;
|
|
9102
9102
|
}>;
|
|
9103
|
-
},
|
|
9103
|
+
}, drizzle_zod19.BuildRefine<{
|
|
9104
9104
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
9105
9105
|
name: "created_at";
|
|
9106
9106
|
tableName: "dataset_run_conversation_relations";
|
|
@@ -9294,7 +9294,7 @@ declare const DatasetRunConversationRelationApiUpdateSchema: z.ZodObject<{
|
|
|
9294
9294
|
datasetRunId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9295
9295
|
datasetItemId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9296
9296
|
}, z.core.$strip>;
|
|
9297
|
-
declare const EvaluationResultSelectSchema:
|
|
9297
|
+
declare const EvaluationResultSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
9298
9298
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
9299
9299
|
name: "created_at";
|
|
9300
9300
|
tableName: "evaluation_result";
|
|
@@ -9456,7 +9456,7 @@ declare const EvaluationResultSelectSchema: drizzle_zod15.BuildSchema<"select",
|
|
|
9456
9456
|
}, {}, {
|
|
9457
9457
|
length: 256;
|
|
9458
9458
|
}>;
|
|
9459
|
-
},
|
|
9459
|
+
}, drizzle_zod19.BuildRefine<{
|
|
9460
9460
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
9461
9461
|
name: "created_at";
|
|
9462
9462
|
tableName: "evaluation_result";
|
|
@@ -9674,7 +9674,7 @@ declare const EvaluationResultApiUpdateSchema: z.ZodObject<{
|
|
|
9674
9674
|
conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
9675
9675
|
evaluationRunId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
9676
9676
|
}, z.core.$strip>;
|
|
9677
|
-
declare const EvaluationRunSelectSchema:
|
|
9677
|
+
declare const EvaluationRunSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
9678
9678
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
9679
9679
|
name: "created_at";
|
|
9680
9680
|
tableName: "evaluation_run";
|
|
@@ -9800,7 +9800,7 @@ declare const EvaluationRunSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
9800
9800
|
}, {}, {
|
|
9801
9801
|
length: 256;
|
|
9802
9802
|
}>;
|
|
9803
|
-
},
|
|
9803
|
+
}, drizzle_zod19.BuildRefine<{
|
|
9804
9804
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
9805
9805
|
name: "created_at";
|
|
9806
9806
|
tableName: "evaluation_run";
|
|
@@ -9972,7 +9972,7 @@ declare const EvaluationRunApiUpdateSchema: z.ZodObject<{
|
|
|
9972
9972
|
evaluationRunConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
9973
9973
|
evaluationJobConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
9974
9974
|
}, z.core.$strip>;
|
|
9975
|
-
declare const EvaluationRunConfigSelectSchema:
|
|
9975
|
+
declare const EvaluationRunConfigSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
9976
9976
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
9977
9977
|
name: "created_at";
|
|
9978
9978
|
tableName: "evaluation_run_config";
|
|
@@ -10117,7 +10117,7 @@ declare const EvaluationRunConfigSelectSchema: drizzle_zod15.BuildSchema<"select
|
|
|
10117
10117
|
}, {}, {
|
|
10118
10118
|
length: 256;
|
|
10119
10119
|
}>;
|
|
10120
|
-
},
|
|
10120
|
+
}, drizzle_zod19.BuildRefine<{
|
|
10121
10121
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
10122
10122
|
name: "created_at";
|
|
10123
10123
|
tableName: "evaluation_run_config";
|
|
@@ -10324,7 +10324,7 @@ declare const EvaluationRunConfigWithSuiteConfigsApiSelectSchema: z.ZodObject<{
|
|
|
10324
10324
|
isActive: z.ZodBoolean;
|
|
10325
10325
|
suiteConfigIds: z.ZodArray<z.ZodString>;
|
|
10326
10326
|
}, z.core.$strip>;
|
|
10327
|
-
declare const EvaluationJobConfigSelectSchema:
|
|
10327
|
+
declare const EvaluationJobConfigSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
10328
10328
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
10329
10329
|
name: "created_at";
|
|
10330
10330
|
tableName: "evaluation_job_config";
|
|
@@ -10449,7 +10449,7 @@ declare const EvaluationJobConfigSelectSchema: drizzle_zod15.BuildSchema<"select
|
|
|
10449
10449
|
}, {}, {
|
|
10450
10450
|
length: 256;
|
|
10451
10451
|
}>;
|
|
10452
|
-
},
|
|
10452
|
+
}, drizzle_zod19.BuildRefine<{
|
|
10453
10453
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
10454
10454
|
name: "created_at";
|
|
10455
10455
|
tableName: "evaluation_job_config";
|
|
@@ -10756,7 +10756,7 @@ declare const EvaluationJobConfigApiUpdateSchema: z.ZodObject<{
|
|
|
10756
10756
|
} | undefined;
|
|
10757
10757
|
}>>>>>>>;
|
|
10758
10758
|
}, z.core.$strip>;
|
|
10759
|
-
declare const EvaluationSuiteConfigSelectSchema:
|
|
10759
|
+
declare const EvaluationSuiteConfigSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
10760
10760
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
10761
10761
|
name: "created_at";
|
|
10762
10762
|
tableName: "evaluation_suite_config";
|
|
@@ -10884,7 +10884,7 @@ declare const EvaluationSuiteConfigSelectSchema: drizzle_zod15.BuildSchema<"sele
|
|
|
10884
10884
|
}, {}, {
|
|
10885
10885
|
length: 256;
|
|
10886
10886
|
}>;
|
|
10887
|
-
},
|
|
10887
|
+
}, drizzle_zod19.BuildRefine<{
|
|
10888
10888
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
10889
10889
|
name: "created_at";
|
|
10890
10890
|
tableName: "evaluation_suite_config";
|
|
@@ -11060,7 +11060,7 @@ declare const EvaluationSuiteConfigApiUpdateSchema: z.ZodObject<{
|
|
|
11060
11060
|
sampleRate: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>>;
|
|
11061
11061
|
evaluatorIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
11062
11062
|
}, z.core.$strip>;
|
|
11063
|
-
declare const EvaluationRunConfigEvaluationSuiteConfigRelationSelectSchema:
|
|
11063
|
+
declare const EvaluationRunConfigEvaluationSuiteConfigRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
11064
11064
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
11065
11065
|
name: "created_at";
|
|
11066
11066
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
@@ -11186,7 +11186,7 @@ declare const EvaluationRunConfigEvaluationSuiteConfigRelationSelectSchema: driz
|
|
|
11186
11186
|
}, {}, {
|
|
11187
11187
|
length: 256;
|
|
11188
11188
|
}>;
|
|
11189
|
-
},
|
|
11189
|
+
}, drizzle_zod19.BuildRefine<{
|
|
11190
11190
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
11191
11191
|
name: "created_at";
|
|
11192
11192
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
@@ -11358,7 +11358,7 @@ declare const EvaluationRunConfigEvaluationSuiteConfigRelationApiUpdateSchema: z
|
|
|
11358
11358
|
evaluationSuiteConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11359
11359
|
evaluationRunConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11360
11360
|
}, z.core.$strip>;
|
|
11361
|
-
declare const EvaluationJobConfigEvaluatorRelationSelectSchema:
|
|
11361
|
+
declare const EvaluationJobConfigEvaluatorRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
11362
11362
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
11363
11363
|
name: "created_at";
|
|
11364
11364
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
@@ -11484,7 +11484,7 @@ declare const EvaluationJobConfigEvaluatorRelationSelectSchema: drizzle_zod15.Bu
|
|
|
11484
11484
|
}, {}, {
|
|
11485
11485
|
length: 256;
|
|
11486
11486
|
}>;
|
|
11487
|
-
},
|
|
11487
|
+
}, drizzle_zod19.BuildRefine<{
|
|
11488
11488
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
11489
11489
|
name: "created_at";
|
|
11490
11490
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
@@ -11656,7 +11656,7 @@ declare const EvaluationJobConfigEvaluatorRelationApiUpdateSchema: z.ZodObject<{
|
|
|
11656
11656
|
evaluatorId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11657
11657
|
evaluationJobConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11658
11658
|
}, z.core.$strip>;
|
|
11659
|
-
declare const EvaluationSuiteConfigEvaluatorRelationSelectSchema:
|
|
11659
|
+
declare const EvaluationSuiteConfigEvaluatorRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
11660
11660
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
11661
11661
|
name: "created_at";
|
|
11662
11662
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
@@ -11782,7 +11782,7 @@ declare const EvaluationSuiteConfigEvaluatorRelationSelectSchema: drizzle_zod15.
|
|
|
11782
11782
|
}, {}, {
|
|
11783
11783
|
length: 256;
|
|
11784
11784
|
}>;
|
|
11785
|
-
},
|
|
11785
|
+
}, drizzle_zod19.BuildRefine<{
|
|
11786
11786
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
11787
11787
|
name: "created_at";
|
|
11788
11788
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
@@ -11954,7 +11954,7 @@ declare const EvaluationSuiteConfigEvaluatorRelationApiUpdateSchema: z.ZodObject
|
|
|
11954
11954
|
evaluationSuiteConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11955
11955
|
evaluatorId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
11956
11956
|
}, z.core.$strip>;
|
|
11957
|
-
declare const EvaluatorSelectSchema:
|
|
11957
|
+
declare const EvaluatorSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
11958
11958
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
11959
11959
|
name: "created_at";
|
|
11960
11960
|
tableName: "evaluator";
|
|
@@ -12162,7 +12162,7 @@ declare const EvaluatorSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
12162
12162
|
}, {}, {
|
|
12163
12163
|
length: 256;
|
|
12164
12164
|
}>;
|
|
12165
|
-
},
|
|
12165
|
+
}, drizzle_zod19.BuildRefine<{
|
|
12166
12166
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
12167
12167
|
name: "created_at";
|
|
12168
12168
|
tableName: "evaluator";
|
|
@@ -12496,7 +12496,7 @@ declare const EvaluatorApiUpdateSchema: z.ZodObject<{
|
|
|
12496
12496
|
schema: z.ZodOptional<z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>>;
|
|
12497
12497
|
passCriteria: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<PassCriteria, PassCriteria, z.core.$ZodTypeInternals<PassCriteria, PassCriteria>>>>>>;
|
|
12498
12498
|
}, z.core.$strip>;
|
|
12499
|
-
declare const DatasetSelectSchema:
|
|
12499
|
+
declare const DatasetSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
12500
12500
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
12501
12501
|
name: "created_at";
|
|
12502
12502
|
tableName: "dataset";
|
|
@@ -12607,7 +12607,7 @@ declare const DatasetSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
12607
12607
|
}, {}, {
|
|
12608
12608
|
length: 256;
|
|
12609
12609
|
}>;
|
|
12610
|
-
},
|
|
12610
|
+
}, drizzle_zod19.BuildRefine<{
|
|
12611
12611
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
12612
12612
|
name: "created_at";
|
|
12613
12613
|
tableName: "dataset";
|
|
@@ -12759,7 +12759,7 @@ declare const DatasetApiUpdateSchema: z.ZodObject<{
|
|
|
12759
12759
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
12760
12760
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
12761
12761
|
}, z.core.$strip>;
|
|
12762
|
-
declare const DatasetItemSelectSchema:
|
|
12762
|
+
declare const DatasetItemSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
12763
12763
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
12764
12764
|
name: "created_at";
|
|
12765
12765
|
tableName: "dataset_item";
|
|
@@ -12945,7 +12945,7 @@ declare const DatasetItemSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
12945
12945
|
}, {}, {
|
|
12946
12946
|
length: 256;
|
|
12947
12947
|
}>;
|
|
12948
|
-
},
|
|
12948
|
+
}, drizzle_zod19.BuildRefine<{
|
|
12949
12949
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
12950
12950
|
name: "created_at";
|
|
12951
12951
|
tableName: "dataset_item";
|
|
@@ -13514,7 +13514,7 @@ declare const TriggerEvaluationJobSchema: z.ZodObject<{
|
|
|
13514
13514
|
}, z.core.$strip>>;
|
|
13515
13515
|
}, z.core.$strip>>>;
|
|
13516
13516
|
}, z.core.$strip>;
|
|
13517
|
-
declare const DatasetRunConfigSelectSchema:
|
|
13517
|
+
declare const DatasetRunConfigSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
13518
13518
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
13519
13519
|
name: "created_at";
|
|
13520
13520
|
tableName: "dataset_run_config";
|
|
@@ -13659,7 +13659,7 @@ declare const DatasetRunConfigSelectSchema: drizzle_zod15.BuildSchema<"select",
|
|
|
13659
13659
|
}, {}, {
|
|
13660
13660
|
length: 256;
|
|
13661
13661
|
}>;
|
|
13662
|
-
},
|
|
13662
|
+
}, drizzle_zod19.BuildRefine<{
|
|
13663
13663
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
13664
13664
|
name: "created_at";
|
|
13665
13665
|
tableName: "dataset_run_config";
|
|
@@ -13855,7 +13855,7 @@ declare const DatasetRunConfigApiUpdateSchema: z.ZodObject<{
|
|
|
13855
13855
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
13856
13856
|
datasetId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
13857
13857
|
}, z.core.$strip>;
|
|
13858
|
-
declare const DatasetRunConfigAgentRelationSelectSchema:
|
|
13858
|
+
declare const DatasetRunConfigAgentRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
13859
13859
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
13860
13860
|
name: "created_at";
|
|
13861
13861
|
tableName: "dataset_run_config_agent_relations";
|
|
@@ -13981,7 +13981,7 @@ declare const DatasetRunConfigAgentRelationSelectSchema: drizzle_zod15.BuildSche
|
|
|
13981
13981
|
}, {}, {
|
|
13982
13982
|
length: 256;
|
|
13983
13983
|
}>;
|
|
13984
|
-
},
|
|
13984
|
+
}, drizzle_zod19.BuildRefine<{
|
|
13985
13985
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
13986
13986
|
name: "created_at";
|
|
13987
13987
|
tableName: "dataset_run_config_agent_relations";
|
|
@@ -14153,7 +14153,7 @@ declare const DatasetRunConfigAgentRelationApiUpdateSchema: z.ZodObject<{
|
|
|
14153
14153
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
14154
14154
|
datasetRunConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
14155
14155
|
}, z.core.$strip>;
|
|
14156
|
-
declare const DataComponentSelectSchema:
|
|
14156
|
+
declare const DataComponentSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
14157
14157
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
14158
14158
|
name: "created_at";
|
|
14159
14159
|
tableName: "data_components";
|
|
@@ -14325,7 +14325,7 @@ declare const DataComponentSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
14325
14325
|
}, {}, {
|
|
14326
14326
|
length: 256;
|
|
14327
14327
|
}>;
|
|
14328
|
-
},
|
|
14328
|
+
}, drizzle_zod19.BuildRefine<{
|
|
14329
14329
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
14330
14330
|
name: "created_at";
|
|
14331
14331
|
tableName: "data_components";
|
|
@@ -14641,7 +14641,7 @@ declare const DataComponentApiUpdateSchema: z.ZodObject<{
|
|
|
14641
14641
|
mockData: Record<string, unknown>;
|
|
14642
14642
|
}>>>>>>;
|
|
14643
14643
|
}, z.core.$strip>;
|
|
14644
|
-
declare const SubAgentDataComponentSelectSchema:
|
|
14644
|
+
declare const SubAgentDataComponentSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
14645
14645
|
dataComponentId: drizzle_orm_pg_core208.PgColumn<{
|
|
14646
14646
|
name: "data_component_id";
|
|
14647
14647
|
tableName: "sub_agent_data_components";
|
|
@@ -14773,7 +14773,7 @@ declare const SubAgentDataComponentSelectSchema: drizzle_zod15.BuildSchema<"sele
|
|
|
14773
14773
|
}, {}, {
|
|
14774
14774
|
length: 256;
|
|
14775
14775
|
}>;
|
|
14776
|
-
},
|
|
14776
|
+
}, drizzle_zod19.BuildRefine<{
|
|
14777
14777
|
dataComponentId: drizzle_orm_pg_core208.PgColumn<{
|
|
14778
14778
|
name: "data_component_id";
|
|
14779
14779
|
tableName: "sub_agent_data_components";
|
|
@@ -14906,7 +14906,7 @@ declare const SubAgentDataComponentSelectSchema: drizzle_zod15.BuildSchema<"sele
|
|
|
14906
14906
|
length: 256;
|
|
14907
14907
|
}>;
|
|
14908
14908
|
}, undefined>, undefined>;
|
|
14909
|
-
declare const SubAgentDataComponentInsertSchema:
|
|
14909
|
+
declare const SubAgentDataComponentInsertSchema: drizzle_zod19.BuildSchema<"insert", {
|
|
14910
14910
|
dataComponentId: drizzle_orm_pg_core208.PgColumn<{
|
|
14911
14911
|
name: "data_component_id";
|
|
14912
14912
|
tableName: "sub_agent_data_components";
|
|
@@ -15038,7 +15038,7 @@ declare const SubAgentDataComponentInsertSchema: drizzle_zod15.BuildSchema<"inse
|
|
|
15038
15038
|
}, {}, {
|
|
15039
15039
|
length: 256;
|
|
15040
15040
|
}>;
|
|
15041
|
-
},
|
|
15041
|
+
}, drizzle_zod19.BuildRefine<Pick<{
|
|
15042
15042
|
dataComponentId: drizzle_orm_pg_core208.PgColumn<{
|
|
15043
15043
|
name: "data_component_id";
|
|
15044
15044
|
tableName: "sub_agent_data_components";
|
|
@@ -15170,7 +15170,7 @@ declare const SubAgentDataComponentInsertSchema: drizzle_zod15.BuildSchema<"inse
|
|
|
15170
15170
|
}, {}, {
|
|
15171
15171
|
length: 256;
|
|
15172
15172
|
}>;
|
|
15173
|
-
}, "tenantId" | "projectId" | "id" | "agentId" | "createdAt" | "
|
|
15173
|
+
}, "tenantId" | "projectId" | "id" | "agentId" | "createdAt" | "dataComponentId" | "subAgentId">, undefined>, undefined>;
|
|
15174
15174
|
declare const SubAgentDataComponentUpdateSchema: z.ZodObject<{
|
|
15175
15175
|
dataComponentId: z.ZodOptional<z.ZodString>;
|
|
15176
15176
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -15194,8 +15194,8 @@ declare const SubAgentDataComponentApiSelectSchema: z.ZodObject<OmitAgentScope<{
|
|
|
15194
15194
|
}>, z.core.$strip>;
|
|
15195
15195
|
declare const SubAgentDataComponentApiInsertSchema: z.ZodObject<{
|
|
15196
15196
|
agentId: z.ZodString;
|
|
15197
|
-
subAgentId: z.ZodString;
|
|
15198
15197
|
dataComponentId: z.ZodString;
|
|
15198
|
+
subAgentId: z.ZodString;
|
|
15199
15199
|
}, {
|
|
15200
15200
|
out: {};
|
|
15201
15201
|
in: {};
|
|
@@ -15203,10 +15203,10 @@ declare const SubAgentDataComponentApiInsertSchema: z.ZodObject<{
|
|
|
15203
15203
|
declare const SubAgentDataComponentApiUpdateSchema: z.ZodObject<{
|
|
15204
15204
|
id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
15205
15205
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
15206
|
-
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
15207
15206
|
dataComponentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
15207
|
+
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
15208
15208
|
}, z.core.$strip>;
|
|
15209
|
-
declare const ArtifactComponentSelectSchema:
|
|
15209
|
+
declare const ArtifactComponentSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
15210
15210
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
15211
15211
|
name: "created_at";
|
|
15212
15212
|
tableName: "artifact_components";
|
|
@@ -15378,7 +15378,7 @@ declare const ArtifactComponentSelectSchema: drizzle_zod15.BuildSchema<"select",
|
|
|
15378
15378
|
}, {}, {
|
|
15379
15379
|
length: 256;
|
|
15380
15380
|
}>;
|
|
15381
|
-
},
|
|
15381
|
+
}, drizzle_zod19.BuildRefine<{
|
|
15382
15382
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
15383
15383
|
name: "created_at";
|
|
15384
15384
|
tableName: "artifact_components";
|
|
@@ -15669,7 +15669,7 @@ declare const ArtifactComponentApiUpdateSchema: z.ZodObject<{
|
|
|
15669
15669
|
mockData: Record<string, unknown>;
|
|
15670
15670
|
}>>>>>>;
|
|
15671
15671
|
}, z.core.$strip>;
|
|
15672
|
-
declare const SubAgentArtifactComponentSelectSchema:
|
|
15672
|
+
declare const SubAgentArtifactComponentSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
15673
15673
|
artifactComponentId: drizzle_orm_pg_core208.PgColumn<{
|
|
15674
15674
|
name: "artifact_component_id";
|
|
15675
15675
|
tableName: "sub_agent_artifact_components";
|
|
@@ -15801,7 +15801,7 @@ declare const SubAgentArtifactComponentSelectSchema: drizzle_zod15.BuildSchema<"
|
|
|
15801
15801
|
}, {}, {
|
|
15802
15802
|
length: 256;
|
|
15803
15803
|
}>;
|
|
15804
|
-
},
|
|
15804
|
+
}, drizzle_zod19.BuildRefine<{
|
|
15805
15805
|
artifactComponentId: drizzle_orm_pg_core208.PgColumn<{
|
|
15806
15806
|
name: "artifact_component_id";
|
|
15807
15807
|
tableName: "sub_agent_artifact_components";
|
|
@@ -16135,7 +16135,7 @@ declare const AllAgentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
16135
16135
|
baseUrl: z.ZodString;
|
|
16136
16136
|
type: z.ZodLiteral<"external">;
|
|
16137
16137
|
}, z.core.$strip>], "type">;
|
|
16138
|
-
declare const ApiKeySelectSchema:
|
|
16138
|
+
declare const ApiKeySelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
16139
16139
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
16140
16140
|
name: "created_at";
|
|
16141
16141
|
tableName: "api_keys";
|
|
@@ -16356,7 +16356,7 @@ declare const ApiKeySelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
16356
16356
|
}, {}, {
|
|
16357
16357
|
length: 256;
|
|
16358
16358
|
}>;
|
|
16359
|
-
},
|
|
16359
|
+
}, drizzle_zod19.BuildRefine<{
|
|
16360
16360
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
16361
16361
|
name: "created_at";
|
|
16362
16362
|
tableName: "api_keys";
|
|
@@ -16658,7 +16658,7 @@ declare const ApiKeyApiUpdateSchema: z.ZodObject<{
|
|
|
16658
16658
|
out: {};
|
|
16659
16659
|
in: {};
|
|
16660
16660
|
}>;
|
|
16661
|
-
declare const CredentialReferenceSelectSchema:
|
|
16661
|
+
declare const CredentialReferenceSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
16662
16662
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
16663
16663
|
name: "created_at";
|
|
16664
16664
|
tableName: "credential_references";
|
|
@@ -16883,7 +16883,7 @@ declare const CredentialReferenceSelectSchema: drizzle_zod15.BuildSchema<"select
|
|
|
16883
16883
|
}, {}, {
|
|
16884
16884
|
length: 256;
|
|
16885
16885
|
}>;
|
|
16886
|
-
},
|
|
16886
|
+
}, drizzle_zod19.BuildRefine<{
|
|
16887
16887
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
16888
16888
|
name: "created_at";
|
|
16889
16889
|
tableName: "credential_references";
|
|
@@ -17158,7 +17158,7 @@ declare const CredentialReferenceApiSelectSchema: z.ZodObject<{
|
|
|
17158
17158
|
readonly keychain: "keychain";
|
|
17159
17159
|
readonly nango: "nango";
|
|
17160
17160
|
}>;
|
|
17161
|
-
tools: z.ZodOptional<z.ZodArray<
|
|
17161
|
+
tools: z.ZodOptional<z.ZodArray<drizzle_zod19.BuildSchema<"select", {
|
|
17162
17162
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
17163
17163
|
name: "created_at";
|
|
17164
17164
|
tableName: "tools";
|
|
@@ -17421,7 +17421,7 @@ declare const CredentialReferenceApiSelectSchema: z.ZodObject<{
|
|
|
17421
17421
|
}, {}, {
|
|
17422
17422
|
length: 256;
|
|
17423
17423
|
}>;
|
|
17424
|
-
},
|
|
17424
|
+
}, drizzle_zod19.BuildRefine<{
|
|
17425
17425
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
17426
17426
|
name: "created_at";
|
|
17427
17427
|
tableName: "tools";
|
|
@@ -18059,7 +18059,7 @@ declare const ToolApiUpdateSchema: z.ZodObject<{
|
|
|
18059
18059
|
capabilities: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<ToolServerCapabilities, ToolServerCapabilities, z.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>>>;
|
|
18060
18060
|
lastError: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
18061
18061
|
}, z.core.$strip>;
|
|
18062
|
-
declare const FunctionToolSelectSchema:
|
|
18062
|
+
declare const FunctionToolSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
18063
18063
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
18064
18064
|
name: "created_at";
|
|
18065
18065
|
tableName: "function_tools";
|
|
@@ -18225,7 +18225,7 @@ declare const FunctionToolSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
18225
18225
|
}, {}, {
|
|
18226
18226
|
length: 256;
|
|
18227
18227
|
}>;
|
|
18228
|
-
},
|
|
18228
|
+
}, drizzle_zod19.BuildRefine<{
|
|
18229
18229
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
18230
18230
|
name: "created_at";
|
|
18231
18231
|
tableName: "function_tools";
|
|
@@ -18451,7 +18451,7 @@ declare const FunctionToolApiUpdateSchema: z.ZodObject<{
|
|
|
18451
18451
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
18452
18452
|
functionId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
18453
18453
|
}, z.core.$strip>;
|
|
18454
|
-
declare const SubAgentFunctionToolRelationSelectSchema:
|
|
18454
|
+
declare const SubAgentFunctionToolRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
18455
18455
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
18456
18456
|
name: "created_at";
|
|
18457
18457
|
tableName: "sub_agent_function_tool_relations";
|
|
@@ -18600,7 +18600,7 @@ declare const SubAgentFunctionToolRelationSelectSchema: drizzle_zod15.BuildSchem
|
|
|
18600
18600
|
}, {}, {
|
|
18601
18601
|
length: 256;
|
|
18602
18602
|
}>;
|
|
18603
|
-
},
|
|
18603
|
+
}, drizzle_zod19.BuildRefine<{
|
|
18604
18604
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
18605
18605
|
name: "created_at";
|
|
18606
18606
|
tableName: "sub_agent_function_tool_relations";
|
|
@@ -18774,13 +18774,13 @@ declare const SubAgentFunctionToolRelationApiSelectSchema: z.ZodObject<OmitAgent
|
|
|
18774
18774
|
id: z.ZodString;
|
|
18775
18775
|
}>, z.core.$strip>;
|
|
18776
18776
|
declare const SubAgentFunctionToolRelationApiInsertSchema: z.ZodObject<{
|
|
18777
|
-
functionToolId: z.ZodString;
|
|
18778
18777
|
subAgentId: z.ZodString;
|
|
18778
|
+
functionToolId: z.ZodString;
|
|
18779
18779
|
}, {
|
|
18780
18780
|
out: {};
|
|
18781
18781
|
in: {};
|
|
18782
18782
|
}>;
|
|
18783
|
-
declare const FunctionSelectSchema:
|
|
18783
|
+
declare const FunctionSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
18784
18784
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
18785
18785
|
name: "created_at";
|
|
18786
18786
|
tableName: "functions";
|
|
@@ -18927,7 +18927,7 @@ declare const FunctionSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
18927
18927
|
}, {}, {
|
|
18928
18928
|
length: 256;
|
|
18929
18929
|
}>;
|
|
18930
|
-
},
|
|
18930
|
+
}, drizzle_zod19.BuildRefine<{
|
|
18931
18931
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
18932
18932
|
name: "created_at";
|
|
18933
18933
|
tableName: "functions";
|
|
@@ -19237,7 +19237,7 @@ declare const ContextConfigApiUpdateSchema: z.ZodObject<{
|
|
|
19237
19237
|
headersSchema: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodAny>>>>;
|
|
19238
19238
|
contextVariables: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodAny>>>>;
|
|
19239
19239
|
}, z.core.$strip>;
|
|
19240
|
-
declare const SubAgentToolRelationSelectSchema:
|
|
19240
|
+
declare const SubAgentToolRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
19241
19241
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
19242
19242
|
name: "created_at";
|
|
19243
19243
|
tableName: "sub_agent_tool_relations";
|
|
@@ -19447,7 +19447,7 @@ declare const SubAgentToolRelationSelectSchema: drizzle_zod15.BuildSchema<"selec
|
|
|
19447
19447
|
}, {}, {
|
|
19448
19448
|
length: 256;
|
|
19449
19449
|
}>;
|
|
19450
|
-
},
|
|
19450
|
+
}, drizzle_zod19.BuildRefine<{
|
|
19451
19451
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
19452
19452
|
name: "created_at";
|
|
19453
19453
|
tableName: "sub_agent_tool_relations";
|
|
@@ -19698,9 +19698,9 @@ declare const SubAgentToolRelationApiSelectSchema: z.ZodObject<OmitAgentScope<{
|
|
|
19698
19698
|
createdAt: z.ZodString;
|
|
19699
19699
|
updatedAt: z.ZodString;
|
|
19700
19700
|
toolId: z.ZodString;
|
|
19701
|
-
selectedTools: z.ZodNullable<z.ZodType<
|
|
19702
|
-
headers: z.ZodNullable<z.ZodType<
|
|
19703
|
-
toolPolicies: z.ZodNullable<z.ZodType<
|
|
19701
|
+
selectedTools: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
19702
|
+
headers: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
19703
|
+
toolPolicies: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
19704
19704
|
subAgentId: z.ZodString;
|
|
19705
19705
|
agentId: z.ZodString;
|
|
19706
19706
|
projectId: z.ZodString;
|
|
@@ -19734,7 +19734,7 @@ declare const SubAgentToolRelationApiUpdateSchema: z.ZodObject<{
|
|
|
19734
19734
|
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
19735
19735
|
selectedTools: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>>>;
|
|
19736
19736
|
}, z.core.$strip>;
|
|
19737
|
-
declare const SubAgentExternalAgentRelationSelectSchema:
|
|
19737
|
+
declare const SubAgentExternalAgentRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
19738
19738
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
19739
19739
|
name: "created_at";
|
|
19740
19740
|
tableName: "sub_agent_external_agent_relations";
|
|
@@ -19902,7 +19902,7 @@ declare const SubAgentExternalAgentRelationSelectSchema: drizzle_zod15.BuildSche
|
|
|
19902
19902
|
}, {}, {
|
|
19903
19903
|
length: 256;
|
|
19904
19904
|
}>;
|
|
19905
|
-
},
|
|
19905
|
+
}, drizzle_zod19.BuildRefine<{
|
|
19906
19906
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
19907
19907
|
name: "created_at";
|
|
19908
19908
|
tableName: "sub_agent_external_agent_relations";
|
|
@@ -20103,7 +20103,7 @@ declare const SubAgentExternalAgentRelationApiSelectSchema: z.ZodObject<OmitAgen
|
|
|
20103
20103
|
createdAt: z.ZodString;
|
|
20104
20104
|
updatedAt: z.ZodString;
|
|
20105
20105
|
externalAgentId: z.ZodString;
|
|
20106
|
-
headers: z.ZodNullable<z.ZodType<
|
|
20106
|
+
headers: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
20107
20107
|
subAgentId: z.ZodString;
|
|
20108
20108
|
agentId: z.ZodString;
|
|
20109
20109
|
projectId: z.ZodString;
|
|
@@ -20124,7 +20124,7 @@ declare const SubAgentExternalAgentRelationApiUpdateSchema: z.ZodObject<{
|
|
|
20124
20124
|
externalAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
20125
20125
|
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
20126
20126
|
}, z.core.$strip>;
|
|
20127
|
-
declare const SubAgentTeamAgentRelationSelectSchema:
|
|
20127
|
+
declare const SubAgentTeamAgentRelationSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
20128
20128
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
20129
20129
|
name: "created_at";
|
|
20130
20130
|
tableName: "sub_agent_team_agent_relations";
|
|
@@ -20292,7 +20292,7 @@ declare const SubAgentTeamAgentRelationSelectSchema: drizzle_zod15.BuildSchema<"
|
|
|
20292
20292
|
}, {}, {
|
|
20293
20293
|
length: 256;
|
|
20294
20294
|
}>;
|
|
20295
|
-
},
|
|
20295
|
+
}, drizzle_zod19.BuildRefine<{
|
|
20296
20296
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
20297
20297
|
name: "created_at";
|
|
20298
20298
|
tableName: "sub_agent_team_agent_relations";
|
|
@@ -20493,7 +20493,7 @@ declare const SubAgentTeamAgentRelationApiSelectSchema: z.ZodObject<OmitAgentSco
|
|
|
20493
20493
|
createdAt: z.ZodString;
|
|
20494
20494
|
updatedAt: z.ZodString;
|
|
20495
20495
|
targetAgentId: z.ZodString;
|
|
20496
|
-
headers: z.ZodNullable<z.ZodType<
|
|
20496
|
+
headers: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
20497
20497
|
subAgentId: z.ZodString;
|
|
20498
20498
|
agentId: z.ZodString;
|
|
20499
20499
|
projectId: z.ZodString;
|
|
@@ -20514,7 +20514,7 @@ declare const SubAgentTeamAgentRelationApiUpdateSchema: z.ZodObject<{
|
|
|
20514
20514
|
subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
20515
20515
|
targetAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
20516
20516
|
}, z.core.$strip>;
|
|
20517
|
-
declare const LedgerArtifactSelectSchema:
|
|
20517
|
+
declare const LedgerArtifactSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
20518
20518
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
20519
20519
|
name: "created_at";
|
|
20520
20520
|
tableName: "ledger_artifacts";
|
|
@@ -20849,7 +20849,7 @@ declare const LedgerArtifactSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
20849
20849
|
}, {}, {
|
|
20850
20850
|
length: 256;
|
|
20851
20851
|
}>;
|
|
20852
|
-
},
|
|
20852
|
+
}, drizzle_zod19.BuildRefine<{
|
|
20853
20853
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
20854
20854
|
name: "created_at";
|
|
20855
20855
|
tableName: "ledger_artifacts";
|
|
@@ -21185,7 +21185,7 @@ declare const LedgerArtifactSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
21185
21185
|
length: 256;
|
|
21186
21186
|
}>;
|
|
21187
21187
|
}, undefined>, undefined>;
|
|
21188
|
-
declare const LedgerArtifactInsertSchema:
|
|
21188
|
+
declare const LedgerArtifactInsertSchema: drizzle_zod19.BuildSchema<"insert", {
|
|
21189
21189
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
21190
21190
|
name: "created_at";
|
|
21191
21191
|
tableName: "ledger_artifacts";
|
|
@@ -21520,7 +21520,7 @@ declare const LedgerArtifactInsertSchema: drizzle_zod15.BuildSchema<"insert", {
|
|
|
21520
21520
|
}, {}, {
|
|
21521
21521
|
length: 256;
|
|
21522
21522
|
}>;
|
|
21523
|
-
},
|
|
21523
|
+
}, drizzle_zod19.BuildRefine<Pick<{
|
|
21524
21524
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
21525
21525
|
name: "created_at";
|
|
21526
21526
|
tableName: "ledger_artifacts";
|
|
@@ -21865,12 +21865,12 @@ declare const LedgerArtifactUpdateSchema: z.ZodObject<{
|
|
|
21865
21865
|
type: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
21866
21866
|
name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
21867
21867
|
description: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
21868
|
-
parts: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21869
|
-
metadata: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21868
|
+
parts: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>;
|
|
21869
|
+
metadata: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>;
|
|
21870
21870
|
summary: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
21871
|
-
mime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21871
|
+
mime: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>;
|
|
21872
21872
|
visibility: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
21873
|
-
allowedAgents: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21873
|
+
allowedAgents: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>;
|
|
21874
21874
|
derivedFrom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
21875
21875
|
projectId: z.ZodOptional<z.ZodString>;
|
|
21876
21876
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -21888,12 +21888,12 @@ declare const LedgerArtifactApiSelectSchema: z.ZodObject<OmitProjectScope<{
|
|
|
21888
21888
|
type: z.ZodString;
|
|
21889
21889
|
name: z.ZodNullable<z.ZodString>;
|
|
21890
21890
|
description: z.ZodNullable<z.ZodString>;
|
|
21891
|
-
parts: z.ZodNullable<z.ZodType<
|
|
21892
|
-
metadata: z.ZodNullable<z.ZodType<
|
|
21891
|
+
parts: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
21892
|
+
metadata: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
21893
21893
|
summary: z.ZodNullable<z.ZodString>;
|
|
21894
|
-
mime: z.ZodNullable<z.ZodType<
|
|
21894
|
+
mime: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
21895
21895
|
visibility: z.ZodNullable<z.ZodString>;
|
|
21896
|
-
allowedAgents: z.ZodNullable<z.ZodType<
|
|
21896
|
+
allowedAgents: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
21897
21897
|
derivedFrom: z.ZodNullable<z.ZodString>;
|
|
21898
21898
|
projectId: z.ZodString;
|
|
21899
21899
|
tenantId: z.ZodString;
|
|
@@ -21908,12 +21908,12 @@ declare const LedgerArtifactApiInsertSchema: z.ZodObject<OmitProjectScope<{
|
|
|
21908
21908
|
type: z.ZodOptional<z.ZodString>;
|
|
21909
21909
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21910
21910
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21911
|
-
parts: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21912
|
-
metadata: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21911
|
+
parts: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
21912
|
+
metadata: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
21913
21913
|
summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21914
|
-
mime: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21914
|
+
mime: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
21915
21915
|
visibility: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21916
|
-
allowedAgents: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21916
|
+
allowedAgents: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
21917
21917
|
derivedFrom: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21918
21918
|
projectId: z.ZodString;
|
|
21919
21919
|
tenantId: z.ZodString;
|
|
@@ -21926,15 +21926,15 @@ declare const LedgerArtifactApiUpdateSchema: z.ZodObject<{
|
|
|
21926
21926
|
description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
21927
21927
|
createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
21928
21928
|
updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
|
|
21929
|
-
metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21929
|
+
metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
|
|
21930
21930
|
contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
21931
21931
|
visibility: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
21932
21932
|
taskId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
21933
21933
|
toolCallId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
21934
|
-
parts: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21934
|
+
parts: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
|
|
21935
21935
|
summary: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
21936
|
-
mime: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21937
|
-
allowedAgents: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
21936
|
+
mime: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
|
|
21937
|
+
allowedAgents: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>>>;
|
|
21938
21938
|
derivedFrom: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
|
|
21939
21939
|
}, z.core.$strip>;
|
|
21940
21940
|
declare const StatusComponentSchema: z.ZodObject<{
|
|
@@ -22214,7 +22214,7 @@ declare const AgentWithinContextOfProjectSchema: z.ZodObject<{
|
|
|
22214
22214
|
objectTransformation?: Record<string, string>;
|
|
22215
22215
|
}>>>>;
|
|
22216
22216
|
messageTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22217
|
-
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
22217
|
+
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
22218
22218
|
signingSecret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22219
22219
|
id: z.ZodOptional<z.ZodString>;
|
|
22220
22220
|
}, z.core.$strip>>>;
|
|
@@ -22630,7 +22630,7 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
|
|
|
22630
22630
|
objectTransformation?: Record<string, string>;
|
|
22631
22631
|
}>>>>;
|
|
22632
22632
|
messageTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22633
|
-
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
22633
|
+
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
22634
22634
|
signingSecret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22635
22635
|
id: z.ZodOptional<z.ZodString>;
|
|
22636
22636
|
}, z.core.$strip>>>;
|
|
@@ -23807,7 +23807,7 @@ declare const FullProjectSelectSchema: z.ZodObject<{
|
|
|
23807
23807
|
readonly keychain: "keychain";
|
|
23808
23808
|
readonly nango: "nango";
|
|
23809
23809
|
}>;
|
|
23810
|
-
tools: z.ZodOptional<z.ZodArray<
|
|
23810
|
+
tools: z.ZodOptional<z.ZodArray<drizzle_zod19.BuildSchema<"select", {
|
|
23811
23811
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
23812
23812
|
name: "created_at";
|
|
23813
23813
|
tableName: "tools";
|
|
@@ -24070,7 +24070,7 @@ declare const FullProjectSelectSchema: z.ZodObject<{
|
|
|
24070
24070
|
}, {}, {
|
|
24071
24071
|
length: 256;
|
|
24072
24072
|
}>;
|
|
24073
|
-
},
|
|
24073
|
+
}, drizzle_zod19.BuildRefine<{
|
|
24074
24074
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
24075
24075
|
name: "created_at";
|
|
24076
24076
|
tableName: "tools";
|
|
@@ -24513,7 +24513,7 @@ declare const FullProjectSelectSchemaWithRelationIds: z.ZodObject<{
|
|
|
24513
24513
|
readonly keychain: "keychain";
|
|
24514
24514
|
readonly nango: "nango";
|
|
24515
24515
|
}>;
|
|
24516
|
-
tools: z.ZodOptional<z.ZodArray<
|
|
24516
|
+
tools: z.ZodOptional<z.ZodArray<drizzle_zod19.BuildSchema<"select", {
|
|
24517
24517
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
24518
24518
|
name: "created_at";
|
|
24519
24519
|
tableName: "tools";
|
|
@@ -24776,7 +24776,7 @@ declare const FullProjectSelectSchemaWithRelationIds: z.ZodObject<{
|
|
|
24776
24776
|
}, {}, {
|
|
24777
24777
|
length: 256;
|
|
24778
24778
|
}>;
|
|
24779
|
-
},
|
|
24779
|
+
}, drizzle_zod19.BuildRefine<{
|
|
24780
24780
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
24781
24781
|
name: "created_at";
|
|
24782
24782
|
tableName: "tools";
|
|
@@ -25595,7 +25595,7 @@ declare const CredentialReferenceResponse: z.ZodObject<{
|
|
|
25595
25595
|
readonly keychain: "keychain";
|
|
25596
25596
|
readonly nango: "nango";
|
|
25597
25597
|
}>;
|
|
25598
|
-
tools: z.ZodOptional<z.ZodArray<
|
|
25598
|
+
tools: z.ZodOptional<z.ZodArray<drizzle_zod19.BuildSchema<"select", {
|
|
25599
25599
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
25600
25600
|
name: "created_at";
|
|
25601
25601
|
tableName: "tools";
|
|
@@ -25858,7 +25858,7 @@ declare const CredentialReferenceResponse: z.ZodObject<{
|
|
|
25858
25858
|
}, {}, {
|
|
25859
25859
|
length: 256;
|
|
25860
25860
|
}>;
|
|
25861
|
-
},
|
|
25861
|
+
}, drizzle_zod19.BuildRefine<{
|
|
25862
25862
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
25863
25863
|
name: "created_at";
|
|
25864
25864
|
tableName: "tools";
|
|
@@ -26243,9 +26243,9 @@ declare const SubAgentToolRelationResponse: z.ZodObject<{
|
|
|
26243
26243
|
createdAt: z.ZodString;
|
|
26244
26244
|
updatedAt: z.ZodString;
|
|
26245
26245
|
toolId: z.ZodString;
|
|
26246
|
-
selectedTools: z.ZodNullable<z.ZodType<
|
|
26247
|
-
headers: z.ZodNullable<z.ZodType<
|
|
26248
|
-
toolPolicies: z.ZodNullable<z.ZodType<
|
|
26246
|
+
selectedTools: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
26247
|
+
headers: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
26248
|
+
toolPolicies: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
26249
26249
|
subAgentId: z.ZodString;
|
|
26250
26250
|
agentId: z.ZodString;
|
|
26251
26251
|
projectId: z.ZodString;
|
|
@@ -26261,19 +26261,19 @@ declare const ConversationResponse: z.ZodObject<{
|
|
|
26261
26261
|
agentId: z.ZodNullable<z.ZodString>;
|
|
26262
26262
|
activeSubAgentId: z.ZodString;
|
|
26263
26263
|
ref: z.ZodNullable<z.ZodType<{
|
|
26264
|
-
type: "
|
|
26264
|
+
type: "tag" | "commit" | "branch";
|
|
26265
26265
|
name: string;
|
|
26266
26266
|
hash: string;
|
|
26267
26267
|
}, {
|
|
26268
|
-
type: "
|
|
26268
|
+
type: "tag" | "commit" | "branch";
|
|
26269
26269
|
name: string;
|
|
26270
26270
|
hash: string;
|
|
26271
26271
|
}, z.core.$ZodTypeInternals<{
|
|
26272
|
-
type: "
|
|
26272
|
+
type: "tag" | "commit" | "branch";
|
|
26273
26273
|
name: string;
|
|
26274
26274
|
hash: string;
|
|
26275
26275
|
}, {
|
|
26276
|
-
type: "
|
|
26276
|
+
type: "tag" | "commit" | "branch";
|
|
26277
26277
|
name: string;
|
|
26278
26278
|
hash: string;
|
|
26279
26279
|
}>>>;
|
|
@@ -26330,7 +26330,7 @@ declare const TriggerResponse: z.ZodObject<{
|
|
|
26330
26330
|
objectTransformation?: Record<string, string>;
|
|
26331
26331
|
}>>>;
|
|
26332
26332
|
messageTemplate: z.ZodNullable<z.ZodString>;
|
|
26333
|
-
authentication: z.ZodNullable<z.ZodType<
|
|
26333
|
+
authentication: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
26334
26334
|
signingSecret: z.ZodNullable<z.ZodString>;
|
|
26335
26335
|
name: z.ZodString;
|
|
26336
26336
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -26345,8 +26345,8 @@ declare const TriggerInvocationResponse: z.ZodObject<{
|
|
|
26345
26345
|
triggerId: z.ZodString;
|
|
26346
26346
|
conversationId: z.ZodNullable<z.ZodString>;
|
|
26347
26347
|
status: z.ZodString;
|
|
26348
|
-
requestPayload: z.ZodType<
|
|
26349
|
-
transformedPayload: z.ZodNullable<z.ZodType<
|
|
26348
|
+
requestPayload: z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>;
|
|
26349
|
+
transformedPayload: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
26350
26350
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
26351
26351
|
createdAt: z.ZodString;
|
|
26352
26352
|
agentId: z.ZodString;
|
|
@@ -26720,7 +26720,7 @@ declare const CredentialReferenceListResponse: z.ZodObject<{
|
|
|
26720
26720
|
readonly keychain: "keychain";
|
|
26721
26721
|
readonly nango: "nango";
|
|
26722
26722
|
}>;
|
|
26723
|
-
tools: z.ZodOptional<z.ZodArray<
|
|
26723
|
+
tools: z.ZodOptional<z.ZodArray<drizzle_zod19.BuildSchema<"select", {
|
|
26724
26724
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
26725
26725
|
name: "created_at";
|
|
26726
26726
|
tableName: "tools";
|
|
@@ -26983,7 +26983,7 @@ declare const CredentialReferenceListResponse: z.ZodObject<{
|
|
|
26983
26983
|
}, {}, {
|
|
26984
26984
|
length: 256;
|
|
26985
26985
|
}>;
|
|
26986
|
-
},
|
|
26986
|
+
}, drizzle_zod19.BuildRefine<{
|
|
26987
26987
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
26988
26988
|
name: "created_at";
|
|
26989
26989
|
tableName: "tools";
|
|
@@ -27410,9 +27410,9 @@ declare const SubAgentToolRelationListResponse: z.ZodObject<{
|
|
|
27410
27410
|
createdAt: z.ZodString;
|
|
27411
27411
|
updatedAt: z.ZodString;
|
|
27412
27412
|
toolId: z.ZodString;
|
|
27413
|
-
selectedTools: z.ZodNullable<z.ZodType<
|
|
27414
|
-
headers: z.ZodNullable<z.ZodType<
|
|
27415
|
-
toolPolicies: z.ZodNullable<z.ZodType<
|
|
27413
|
+
selectedTools: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
27414
|
+
headers: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
27415
|
+
toolPolicies: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
27416
27416
|
subAgentId: z.ZodString;
|
|
27417
27417
|
agentId: z.ZodString;
|
|
27418
27418
|
projectId: z.ZodString;
|
|
@@ -27434,19 +27434,19 @@ declare const ConversationListResponse: z.ZodObject<{
|
|
|
27434
27434
|
agentId: z.ZodNullable<z.ZodString>;
|
|
27435
27435
|
activeSubAgentId: z.ZodString;
|
|
27436
27436
|
ref: z.ZodNullable<z.ZodType<{
|
|
27437
|
-
type: "
|
|
27437
|
+
type: "tag" | "commit" | "branch";
|
|
27438
27438
|
name: string;
|
|
27439
27439
|
hash: string;
|
|
27440
27440
|
}, {
|
|
27441
|
-
type: "
|
|
27441
|
+
type: "tag" | "commit" | "branch";
|
|
27442
27442
|
name: string;
|
|
27443
27443
|
hash: string;
|
|
27444
27444
|
}, z.core.$ZodTypeInternals<{
|
|
27445
|
-
type: "
|
|
27445
|
+
type: "tag" | "commit" | "branch";
|
|
27446
27446
|
name: string;
|
|
27447
27447
|
hash: string;
|
|
27448
27448
|
}, {
|
|
27449
|
-
type: "
|
|
27449
|
+
type: "tag" | "commit" | "branch";
|
|
27450
27450
|
name: string;
|
|
27451
27451
|
hash: string;
|
|
27452
27452
|
}>>>;
|
|
@@ -27515,7 +27515,7 @@ declare const TriggerListResponse: z.ZodObject<{
|
|
|
27515
27515
|
objectTransformation?: Record<string, string>;
|
|
27516
27516
|
}>>>;
|
|
27517
27517
|
messageTemplate: z.ZodNullable<z.ZodString>;
|
|
27518
|
-
authentication: z.ZodNullable<z.ZodType<
|
|
27518
|
+
authentication: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
27519
27519
|
signingSecret: z.ZodNullable<z.ZodString>;
|
|
27520
27520
|
name: z.ZodString;
|
|
27521
27521
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -27536,8 +27536,8 @@ declare const TriggerInvocationListResponse: z.ZodObject<{
|
|
|
27536
27536
|
triggerId: z.ZodString;
|
|
27537
27537
|
conversationId: z.ZodNullable<z.ZodString>;
|
|
27538
27538
|
status: z.ZodString;
|
|
27539
|
-
requestPayload: z.ZodType<
|
|
27540
|
-
transformedPayload: z.ZodNullable<z.ZodType<
|
|
27539
|
+
requestPayload: z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>;
|
|
27540
|
+
transformedPayload: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
27541
27541
|
errorMessage: z.ZodNullable<z.ZodString>;
|
|
27542
27542
|
createdAt: z.ZodString;
|
|
27543
27543
|
agentId: z.ZodString;
|
|
@@ -27792,7 +27792,7 @@ declare const FullProjectDefinitionResponse: z.ZodObject<{
|
|
|
27792
27792
|
objectTransformation?: Record<string, string>;
|
|
27793
27793
|
}>>>>;
|
|
27794
27794
|
messageTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27795
|
-
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
27795
|
+
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
27796
27796
|
signingSecret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27797
27797
|
id: z.ZodOptional<z.ZodString>;
|
|
27798
27798
|
}, z.core.$strip>>>;
|
|
@@ -28359,7 +28359,7 @@ declare const FullProjectSelectResponse: z.ZodObject<{
|
|
|
28359
28359
|
readonly keychain: "keychain";
|
|
28360
28360
|
readonly nango: "nango";
|
|
28361
28361
|
}>;
|
|
28362
|
-
tools: z.ZodOptional<z.ZodArray<
|
|
28362
|
+
tools: z.ZodOptional<z.ZodArray<drizzle_zod19.BuildSchema<"select", {
|
|
28363
28363
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
28364
28364
|
name: "created_at";
|
|
28365
28365
|
tableName: "tools";
|
|
@@ -28622,7 +28622,7 @@ declare const FullProjectSelectResponse: z.ZodObject<{
|
|
|
28622
28622
|
}, {}, {
|
|
28623
28623
|
length: 256;
|
|
28624
28624
|
}>;
|
|
28625
|
-
},
|
|
28625
|
+
}, drizzle_zod19.BuildRefine<{
|
|
28626
28626
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
28627
28627
|
name: "created_at";
|
|
28628
28628
|
tableName: "tools";
|
|
@@ -29067,7 +29067,7 @@ declare const FullProjectSelectWithRelationIdsResponse: z.ZodObject<{
|
|
|
29067
29067
|
readonly keychain: "keychain";
|
|
29068
29068
|
readonly nango: "nango";
|
|
29069
29069
|
}>;
|
|
29070
|
-
tools: z.ZodOptional<z.ZodArray<
|
|
29070
|
+
tools: z.ZodOptional<z.ZodArray<drizzle_zod19.BuildSchema<"select", {
|
|
29071
29071
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
29072
29072
|
name: "created_at";
|
|
29073
29073
|
tableName: "tools";
|
|
@@ -29330,7 +29330,7 @@ declare const FullProjectSelectWithRelationIdsResponse: z.ZodObject<{
|
|
|
29330
29330
|
}, {}, {
|
|
29331
29331
|
length: 256;
|
|
29332
29332
|
}>;
|
|
29333
|
-
},
|
|
29333
|
+
}, drizzle_zod19.BuildRefine<{
|
|
29334
29334
|
createdAt: drizzle_orm_pg_core208.PgColumn<{
|
|
29335
29335
|
name: "created_at";
|
|
29336
29336
|
tableName: "tools";
|
|
@@ -29989,7 +29989,7 @@ declare const AgentWithinContextOfProjectResponse: z.ZodObject<{
|
|
|
29989
29989
|
objectTransformation?: Record<string, string>;
|
|
29990
29990
|
}>>>>;
|
|
29991
29991
|
messageTemplate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29992
|
-
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<
|
|
29992
|
+
authentication: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>>;
|
|
29993
29993
|
signingSecret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29994
29994
|
id: z.ZodOptional<z.ZodString>;
|
|
29995
29995
|
}, z.core.$strip>>>;
|
|
@@ -30394,7 +30394,7 @@ declare const SubAgentTeamAgentRelationResponse: z.ZodObject<{
|
|
|
30394
30394
|
createdAt: z.ZodString;
|
|
30395
30395
|
updatedAt: z.ZodString;
|
|
30396
30396
|
targetAgentId: z.ZodString;
|
|
30397
|
-
headers: z.ZodNullable<z.ZodType<
|
|
30397
|
+
headers: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
30398
30398
|
subAgentId: z.ZodString;
|
|
30399
30399
|
agentId: z.ZodString;
|
|
30400
30400
|
projectId: z.ZodString;
|
|
@@ -30407,7 +30407,7 @@ declare const SubAgentTeamAgentRelationListResponse: z.ZodObject<{
|
|
|
30407
30407
|
createdAt: z.ZodString;
|
|
30408
30408
|
updatedAt: z.ZodString;
|
|
30409
30409
|
targetAgentId: z.ZodString;
|
|
30410
|
-
headers: z.ZodNullable<z.ZodType<
|
|
30410
|
+
headers: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
30411
30411
|
subAgentId: z.ZodString;
|
|
30412
30412
|
agentId: z.ZodString;
|
|
30413
30413
|
projectId: z.ZodString;
|
|
@@ -30426,7 +30426,7 @@ declare const SubAgentExternalAgentRelationResponse: z.ZodObject<{
|
|
|
30426
30426
|
createdAt: z.ZodString;
|
|
30427
30427
|
updatedAt: z.ZodString;
|
|
30428
30428
|
externalAgentId: z.ZodString;
|
|
30429
|
-
headers: z.ZodNullable<z.ZodType<
|
|
30429
|
+
headers: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
30430
30430
|
subAgentId: z.ZodString;
|
|
30431
30431
|
agentId: z.ZodString;
|
|
30432
30432
|
projectId: z.ZodString;
|
|
@@ -30439,7 +30439,7 @@ declare const SubAgentExternalAgentRelationListResponse: z.ZodObject<{
|
|
|
30439
30439
|
createdAt: z.ZodString;
|
|
30440
30440
|
updatedAt: z.ZodString;
|
|
30441
30441
|
externalAgentId: z.ZodString;
|
|
30442
|
-
headers: z.ZodNullable<z.ZodType<
|
|
30442
|
+
headers: z.ZodNullable<z.ZodType<drizzle_zod19.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod19.Json, unknown>>>;
|
|
30443
30443
|
subAgentId: z.ZodString;
|
|
30444
30444
|
agentId: z.ZodString;
|
|
30445
30445
|
projectId: z.ZodString;
|
|
@@ -30606,7 +30606,7 @@ declare const PaginationWithRefQueryParamsSchema: z.ZodObject<{
|
|
|
30606
30606
|
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
30607
30607
|
ref: z.ZodOptional<z.ZodString>;
|
|
30608
30608
|
}, z.core.$strip>;
|
|
30609
|
-
declare const ProjectMetadataSelectSchema:
|
|
30609
|
+
declare const ProjectMetadataSelectSchema: drizzle_zod19.BuildSchema<"select", {
|
|
30610
30610
|
id: drizzle_orm_pg_core208.PgColumn<{
|
|
30611
30611
|
name: "id";
|
|
30612
30612
|
tableName: "project_metadata";
|
|
@@ -30700,7 +30700,7 @@ declare const ProjectMetadataSelectSchema: drizzle_zod15.BuildSchema<"select", {
|
|
|
30700
30700
|
}, {}, {
|
|
30701
30701
|
length: 512;
|
|
30702
30702
|
}>;
|
|
30703
|
-
},
|
|
30703
|
+
}, drizzle_zod19.BuildRefine<{
|
|
30704
30704
|
id: drizzle_orm_pg_core208.PgColumn<{
|
|
30705
30705
|
name: "id";
|
|
30706
30706
|
tableName: "project_metadata";
|