@inkeep/agents-core 0.66.1 → 0.67.1
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 +108 -108
- package/dist/auth/auth-validation-schemas.d.ts +154 -154
- package/dist/auth/auth.d.ts +6 -6
- package/dist/auth/permissions.d.ts +13 -13
- package/dist/client-exports.d.ts +2 -2
- package/dist/client-exports.js +2 -2
- package/dist/constants/otel-attributes.d.ts +2 -0
- package/dist/constants/otel-attributes.js +2 -0
- package/dist/data-access/index.d.ts +2 -2
- package/dist/data-access/index.js +2 -2
- package/dist/data-access/manage/agentFull.js +23 -3
- package/dist/data-access/manage/agents.d.ts +25 -25
- package/dist/data-access/manage/agents.js +12 -1
- package/dist/data-access/manage/artifactComponents.d.ts +14 -14
- package/dist/data-access/manage/contextConfigs.d.ts +12 -12
- package/dist/data-access/manage/dataComponents.d.ts +6 -6
- package/dist/data-access/manage/functionTools.d.ts +20 -20
- package/dist/data-access/manage/skills.d.ts +15 -15
- package/dist/data-access/manage/subAgentExternalAgentRelations.d.ts +24 -24
- package/dist/data-access/manage/subAgentRelations.d.ts +30 -30
- package/dist/data-access/manage/subAgentTeamAgentRelations.d.ts +24 -24
- package/dist/data-access/manage/subAgents.d.ts +15 -15
- package/dist/data-access/manage/tools.d.ts +33 -33
- package/dist/data-access/manage/triggerCleanup.js +6 -1
- package/dist/data-access/manage/triggers.d.ts +60 -1
- package/dist/data-access/manage/triggers.js +88 -3
- package/dist/data-access/runtime/apiKeys.d.ts +20 -20
- package/dist/data-access/runtime/apps.d.ts +14 -14
- package/dist/data-access/runtime/conversations.d.ts +20 -20
- package/dist/data-access/runtime/feedback.d.ts +8 -8
- package/dist/data-access/runtime/messages.d.ts +21 -21
- package/dist/data-access/runtime/scheduledTriggerInvocations.d.ts +4 -4
- package/dist/data-access/runtime/scheduledTriggerUsers.d.ts +1 -1
- package/dist/data-access/runtime/tasks.d.ts +6 -6
- package/dist/data-access/runtime/triggerInvocations.d.ts +2 -0
- package/dist/db/manage/dolt-safe-jsonb.d.ts +2 -2
- package/dist/db/manage/manage-schema.d.ts +583 -447
- package/dist/db/manage/manage-schema.js +43 -2
- package/dist/db/runtime/runtime-schema.d.ts +445 -407
- package/dist/db/runtime/runtime-schema.js +4 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/utils/error.d.ts +51 -51
- package/dist/utils/signature-validation.d.ts +2 -2
- package/dist/utils/signature-validation.js +2 -2
- package/dist/validation/drizzle-schema-helpers.d.ts +3 -3
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/index.js +2 -2
- package/dist/validation/schemas/skills.d.ts +56 -56
- package/dist/validation/schemas.d.ts +2392 -2198
- package/dist/validation/schemas.js +35 -13
- package/drizzle/manage/0018_gorgeous_captain_america.sql +14 -0
- package/drizzle/manage/meta/0018_snapshot.json +3884 -0
- package/drizzle/manage/meta/_journal.json +7 -0
- package/drizzle/runtime/0035_many_steel_serpent.sql +3 -0
- package/drizzle/runtime/meta/0035_snapshot.json +5321 -0
- package/drizzle/runtime/meta/_journal.json +7 -0
- package/package.json +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { ContextFetchDefinition, ConversationHistoryConfig, DatasetItemExpectedOutput, DatasetItemInput, EvaluationSuiteFilterCriteria, Filter, PassCriteria, ToolMcpConfig, ToolServerCapabilities } from "../../types/utility.js";
|
|
2
2
|
import { JsonSchemaProperty } from "../../validation/json-schemas.js";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as drizzle_orm0 from "drizzle-orm";
|
|
4
|
+
import * as drizzle_orm_pg_core1264 from "drizzle-orm/pg-core";
|
|
5
5
|
|
|
6
6
|
//#region src/db/manage/manage-schema.d.ts
|
|
7
7
|
declare namespace manage_schema_d_exports {
|
|
8
|
-
export { agentDatasetRelations, agentDatasetRelationsRelations, agentEvaluatorRelations, agentEvaluatorRelationsRelations, agentRelations, agentToolRelationsRelations, agents, artifactComponents, artifactComponentsRelations, contextConfigs, contextConfigsRelations, credentialReferences, credentialReferencesRelations, dataComponents, dataComponentsRelations, dataset, datasetItem, datasetRunConfig, datasetRunConfigAgentRelations, evaluationJobConfig, evaluationJobConfigEvaluatorRelations, evaluationRunConfig, evaluationRunConfigEvaluationSuiteConfigRelations, evaluationSuiteConfig, evaluationSuiteConfigEvaluatorRelations, evaluator, externalAgents, externalAgentsRelations, functionTools, functionToolsRelations, functions, functionsRelations, projects, projectsRelations, skillFiles, skillFilesRelations, skills, skillsRelations, subAgentArtifactComponents, subAgentArtifactComponentsRelations, subAgentDataComponents, subAgentDataComponentsRelations, subAgentExternalAgentRelations, subAgentExternalAgentRelationsRelations, subAgentFunctionToolRelations, subAgentFunctionToolRelationsRelations, subAgentRelations, subAgentRelationsRelations, subAgentSkills, subAgentSkillsRelations, subAgentTeamAgentRelations, subAgentTeamAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, tools, toolsRelations, triggers };
|
|
8
|
+
export { agentDatasetRelations, agentDatasetRelationsRelations, agentEvaluatorRelations, agentEvaluatorRelationsRelations, agentRelations, agentToolRelationsRelations, agents, artifactComponents, artifactComponentsRelations, contextConfigs, contextConfigsRelations, credentialReferences, credentialReferencesRelations, dataComponents, dataComponentsRelations, dataset, datasetItem, datasetRunConfig, datasetRunConfigAgentRelations, evaluationJobConfig, evaluationJobConfigEvaluatorRelations, evaluationRunConfig, evaluationRunConfigEvaluationSuiteConfigRelations, evaluationSuiteConfig, evaluationSuiteConfigEvaluatorRelations, evaluator, externalAgents, externalAgentsRelations, functionTools, functionToolsRelations, functions, functionsRelations, projects, projectsRelations, skillFiles, skillFilesRelations, skills, skillsRelations, subAgentArtifactComponents, subAgentArtifactComponentsRelations, subAgentDataComponents, subAgentDataComponentsRelations, subAgentExternalAgentRelations, subAgentExternalAgentRelationsRelations, subAgentFunctionToolRelations, subAgentFunctionToolRelationsRelations, subAgentRelations, subAgentRelationsRelations, subAgentSkills, subAgentSkillsRelations, subAgentTeamAgentRelations, subAgentTeamAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, tools, toolsRelations, triggerUsers, triggers };
|
|
9
9
|
}
|
|
10
|
-
declare const projects:
|
|
10
|
+
declare const projects: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
11
11
|
name: "projects";
|
|
12
12
|
schema: undefined;
|
|
13
13
|
columns: {
|
|
14
|
-
createdAt:
|
|
14
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
15
15
|
name: "created_at";
|
|
16
16
|
tableName: "projects";
|
|
17
17
|
dataType: "string";
|
|
@@ -28,7 +28,7 @@ declare const projects: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
28
28
|
identity: undefined;
|
|
29
29
|
generated: undefined;
|
|
30
30
|
}, {}, {}>;
|
|
31
|
-
updatedAt:
|
|
31
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
32
32
|
name: "updated_at";
|
|
33
33
|
tableName: "projects";
|
|
34
34
|
dataType: "string";
|
|
@@ -45,7 +45,7 @@ declare const projects: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
45
45
|
identity: undefined;
|
|
46
46
|
generated: undefined;
|
|
47
47
|
}, {}, {}>;
|
|
48
|
-
models:
|
|
48
|
+
models: drizzle_orm_pg_core1264.PgColumn<{
|
|
49
49
|
name: string;
|
|
50
50
|
tableName: "projects";
|
|
51
51
|
dataType: "json";
|
|
@@ -102,7 +102,7 @@ declare const projects: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
102
102
|
} | undefined;
|
|
103
103
|
};
|
|
104
104
|
}>;
|
|
105
|
-
stopWhen:
|
|
105
|
+
stopWhen: drizzle_orm_pg_core1264.PgColumn<{
|
|
106
106
|
name: string;
|
|
107
107
|
tableName: "projects";
|
|
108
108
|
dataType: "json";
|
|
@@ -127,7 +127,7 @@ declare const projects: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
127
127
|
stepCountIs?: number | undefined;
|
|
128
128
|
};
|
|
129
129
|
}>;
|
|
130
|
-
name:
|
|
130
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
131
131
|
name: "name";
|
|
132
132
|
tableName: "projects";
|
|
133
133
|
dataType: "string";
|
|
@@ -146,7 +146,7 @@ declare const projects: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
146
146
|
}, {}, {
|
|
147
147
|
length: 256;
|
|
148
148
|
}>;
|
|
149
|
-
description:
|
|
149
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
150
150
|
name: "description";
|
|
151
151
|
tableName: "projects";
|
|
152
152
|
dataType: "string";
|
|
@@ -163,7 +163,7 @@ declare const projects: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
163
163
|
identity: undefined;
|
|
164
164
|
generated: undefined;
|
|
165
165
|
}, {}, {}>;
|
|
166
|
-
tenantId:
|
|
166
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
167
167
|
name: "tenant_id";
|
|
168
168
|
tableName: "projects";
|
|
169
169
|
dataType: "string";
|
|
@@ -182,7 +182,7 @@ declare const projects: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
182
182
|
}, {}, {
|
|
183
183
|
length: 256;
|
|
184
184
|
}>;
|
|
185
|
-
id:
|
|
185
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
186
186
|
name: "id";
|
|
187
187
|
tableName: "projects";
|
|
188
188
|
dataType: "string";
|
|
@@ -204,11 +204,11 @@ declare const projects: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
204
204
|
};
|
|
205
205
|
dialect: "pg";
|
|
206
206
|
}>;
|
|
207
|
-
declare const agents:
|
|
207
|
+
declare const agents: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
208
208
|
name: "agent";
|
|
209
209
|
schema: undefined;
|
|
210
210
|
columns: {
|
|
211
|
-
createdAt:
|
|
211
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
212
212
|
name: "created_at";
|
|
213
213
|
tableName: "agent";
|
|
214
214
|
dataType: "string";
|
|
@@ -225,7 +225,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
225
225
|
identity: undefined;
|
|
226
226
|
generated: undefined;
|
|
227
227
|
}, {}, {}>;
|
|
228
|
-
updatedAt:
|
|
228
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
229
229
|
name: "updated_at";
|
|
230
230
|
tableName: "agent";
|
|
231
231
|
dataType: "string";
|
|
@@ -242,7 +242,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
242
242
|
identity: undefined;
|
|
243
243
|
generated: undefined;
|
|
244
244
|
}, {}, {}>;
|
|
245
|
-
defaultSubAgentId:
|
|
245
|
+
defaultSubAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
246
246
|
name: "default_sub_agent_id";
|
|
247
247
|
tableName: "agent";
|
|
248
248
|
dataType: "string";
|
|
@@ -261,7 +261,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
261
261
|
}, {}, {
|
|
262
262
|
length: 256;
|
|
263
263
|
}>;
|
|
264
|
-
contextConfigId:
|
|
264
|
+
contextConfigId: drizzle_orm_pg_core1264.PgColumn<{
|
|
265
265
|
name: "context_config_id";
|
|
266
266
|
tableName: "agent";
|
|
267
267
|
dataType: "string";
|
|
@@ -280,7 +280,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
280
280
|
}, {}, {
|
|
281
281
|
length: 256;
|
|
282
282
|
}>;
|
|
283
|
-
models:
|
|
283
|
+
models: drizzle_orm_pg_core1264.PgColumn<{
|
|
284
284
|
name: string;
|
|
285
285
|
tableName: "agent";
|
|
286
286
|
dataType: "json";
|
|
@@ -337,7 +337,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
337
337
|
} | undefined;
|
|
338
338
|
};
|
|
339
339
|
}>;
|
|
340
|
-
statusUpdates:
|
|
340
|
+
statusUpdates: drizzle_orm_pg_core1264.PgColumn<{
|
|
341
341
|
name: string;
|
|
342
342
|
tableName: "agent";
|
|
343
343
|
dataType: "json";
|
|
@@ -384,7 +384,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
384
384
|
}[] | undefined;
|
|
385
385
|
};
|
|
386
386
|
}>;
|
|
387
|
-
prompt:
|
|
387
|
+
prompt: drizzle_orm_pg_core1264.PgColumn<{
|
|
388
388
|
name: "prompt";
|
|
389
389
|
tableName: "agent";
|
|
390
390
|
dataType: "string";
|
|
@@ -401,7 +401,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
401
401
|
identity: undefined;
|
|
402
402
|
generated: undefined;
|
|
403
403
|
}, {}, {}>;
|
|
404
|
-
stopWhen:
|
|
404
|
+
stopWhen: drizzle_orm_pg_core1264.PgColumn<{
|
|
405
405
|
name: string;
|
|
406
406
|
tableName: "agent";
|
|
407
407
|
dataType: "json";
|
|
@@ -424,7 +424,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
424
424
|
transferCountIs?: number | undefined;
|
|
425
425
|
};
|
|
426
426
|
}>;
|
|
427
|
-
executionMode:
|
|
427
|
+
executionMode: drizzle_orm_pg_core1264.PgColumn<{
|
|
428
428
|
name: "execution_mode";
|
|
429
429
|
tableName: "agent";
|
|
430
430
|
dataType: "string";
|
|
@@ -444,7 +444,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
444
444
|
length: 50;
|
|
445
445
|
$type: "classic" | "durable";
|
|
446
446
|
}>;
|
|
447
|
-
name:
|
|
447
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
448
448
|
name: "name";
|
|
449
449
|
tableName: "agent";
|
|
450
450
|
dataType: "string";
|
|
@@ -463,7 +463,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
463
463
|
}, {}, {
|
|
464
464
|
length: 256;
|
|
465
465
|
}>;
|
|
466
|
-
description:
|
|
466
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
467
467
|
name: "description";
|
|
468
468
|
tableName: "agent";
|
|
469
469
|
dataType: "string";
|
|
@@ -480,7 +480,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
480
480
|
identity: undefined;
|
|
481
481
|
generated: undefined;
|
|
482
482
|
}, {}, {}>;
|
|
483
|
-
projectId:
|
|
483
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
484
484
|
name: "project_id";
|
|
485
485
|
tableName: "agent";
|
|
486
486
|
dataType: "string";
|
|
@@ -499,7 +499,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
499
499
|
}, {}, {
|
|
500
500
|
length: 256;
|
|
501
501
|
}>;
|
|
502
|
-
tenantId:
|
|
502
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
503
503
|
name: "tenant_id";
|
|
504
504
|
tableName: "agent";
|
|
505
505
|
dataType: "string";
|
|
@@ -518,7 +518,7 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
518
518
|
}, {}, {
|
|
519
519
|
length: 256;
|
|
520
520
|
}>;
|
|
521
|
-
id:
|
|
521
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
522
522
|
name: "id";
|
|
523
523
|
tableName: "agent";
|
|
524
524
|
dataType: "string";
|
|
@@ -540,11 +540,11 @@ declare const agents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
540
540
|
};
|
|
541
541
|
dialect: "pg";
|
|
542
542
|
}>;
|
|
543
|
-
declare const contextConfigs:
|
|
543
|
+
declare const contextConfigs: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
544
544
|
name: "context_configs";
|
|
545
545
|
schema: undefined;
|
|
546
546
|
columns: {
|
|
547
|
-
createdAt:
|
|
547
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
548
548
|
name: "created_at";
|
|
549
549
|
tableName: "context_configs";
|
|
550
550
|
dataType: "string";
|
|
@@ -561,7 +561,7 @@ declare const contextConfigs: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
561
561
|
identity: undefined;
|
|
562
562
|
generated: undefined;
|
|
563
563
|
}, {}, {}>;
|
|
564
|
-
updatedAt:
|
|
564
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
565
565
|
name: "updated_at";
|
|
566
566
|
tableName: "context_configs";
|
|
567
567
|
dataType: "string";
|
|
@@ -578,7 +578,7 @@ declare const contextConfigs: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
578
578
|
identity: undefined;
|
|
579
579
|
generated: undefined;
|
|
580
580
|
}, {}, {}>;
|
|
581
|
-
headersSchema:
|
|
581
|
+
headersSchema: drizzle_orm_pg_core1264.PgColumn<{
|
|
582
582
|
name: string;
|
|
583
583
|
tableName: "context_configs";
|
|
584
584
|
dataType: "json";
|
|
@@ -597,7 +597,7 @@ declare const contextConfigs: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
597
597
|
}, {}, {
|
|
598
598
|
$type: unknown;
|
|
599
599
|
}>;
|
|
600
|
-
contextVariables:
|
|
600
|
+
contextVariables: drizzle_orm_pg_core1264.PgColumn<{
|
|
601
601
|
name: string;
|
|
602
602
|
tableName: "context_configs";
|
|
603
603
|
dataType: "json";
|
|
@@ -616,7 +616,7 @@ declare const contextConfigs: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
616
616
|
}, {}, {
|
|
617
617
|
$type: Record<string, ContextFetchDefinition>;
|
|
618
618
|
}>;
|
|
619
|
-
agentId:
|
|
619
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
620
620
|
name: "agent_id";
|
|
621
621
|
tableName: "context_configs";
|
|
622
622
|
dataType: "string";
|
|
@@ -635,7 +635,7 @@ declare const contextConfigs: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
635
635
|
}, {}, {
|
|
636
636
|
length: 256;
|
|
637
637
|
}>;
|
|
638
|
-
projectId:
|
|
638
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
639
639
|
name: "project_id";
|
|
640
640
|
tableName: "context_configs";
|
|
641
641
|
dataType: "string";
|
|
@@ -654,7 +654,7 @@ declare const contextConfigs: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
654
654
|
}, {}, {
|
|
655
655
|
length: 256;
|
|
656
656
|
}>;
|
|
657
|
-
tenantId:
|
|
657
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
658
658
|
name: "tenant_id";
|
|
659
659
|
tableName: "context_configs";
|
|
660
660
|
dataType: "string";
|
|
@@ -673,7 +673,7 @@ declare const contextConfigs: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
673
673
|
}, {}, {
|
|
674
674
|
length: 256;
|
|
675
675
|
}>;
|
|
676
|
-
id:
|
|
676
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
677
677
|
name: "id";
|
|
678
678
|
tableName: "context_configs";
|
|
679
679
|
dataType: "string";
|
|
@@ -695,11 +695,11 @@ declare const contextConfigs: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
695
695
|
};
|
|
696
696
|
dialect: "pg";
|
|
697
697
|
}>;
|
|
698
|
-
declare const triggers:
|
|
698
|
+
declare const triggers: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
699
699
|
name: "triggers";
|
|
700
700
|
schema: undefined;
|
|
701
701
|
columns: {
|
|
702
|
-
createdAt:
|
|
702
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
703
703
|
name: "created_at";
|
|
704
704
|
tableName: "triggers";
|
|
705
705
|
dataType: "string";
|
|
@@ -716,7 +716,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
716
716
|
identity: undefined;
|
|
717
717
|
generated: undefined;
|
|
718
718
|
}, {}, {}>;
|
|
719
|
-
updatedAt:
|
|
719
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
720
720
|
name: "updated_at";
|
|
721
721
|
tableName: "triggers";
|
|
722
722
|
dataType: "string";
|
|
@@ -733,7 +733,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
733
733
|
identity: undefined;
|
|
734
734
|
generated: undefined;
|
|
735
735
|
}, {}, {}>;
|
|
736
|
-
enabled:
|
|
736
|
+
enabled: drizzle_orm_pg_core1264.PgColumn<{
|
|
737
737
|
name: "enabled";
|
|
738
738
|
tableName: "triggers";
|
|
739
739
|
dataType: "boolean";
|
|
@@ -750,7 +750,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
750
750
|
identity: undefined;
|
|
751
751
|
generated: undefined;
|
|
752
752
|
}, {}, {}>;
|
|
753
|
-
inputSchema:
|
|
753
|
+
inputSchema: drizzle_orm_pg_core1264.PgColumn<{
|
|
754
754
|
name: string;
|
|
755
755
|
tableName: "triggers";
|
|
756
756
|
dataType: "json";
|
|
@@ -769,7 +769,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
769
769
|
}, {}, {
|
|
770
770
|
$type: Record<string, unknown> | null;
|
|
771
771
|
}>;
|
|
772
|
-
outputTransform:
|
|
772
|
+
outputTransform: drizzle_orm_pg_core1264.PgColumn<{
|
|
773
773
|
name: string;
|
|
774
774
|
tableName: "triggers";
|
|
775
775
|
dataType: "json";
|
|
@@ -794,7 +794,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
794
794
|
objectTransformation?: Record<string, string>;
|
|
795
795
|
} | null;
|
|
796
796
|
}>;
|
|
797
|
-
messageTemplate:
|
|
797
|
+
messageTemplate: drizzle_orm_pg_core1264.PgColumn<{
|
|
798
798
|
name: "message_template";
|
|
799
799
|
tableName: "triggers";
|
|
800
800
|
dataType: "string";
|
|
@@ -811,7 +811,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
811
811
|
identity: undefined;
|
|
812
812
|
generated: undefined;
|
|
813
813
|
}, {}, {}>;
|
|
814
|
-
authentication:
|
|
814
|
+
authentication: drizzle_orm_pg_core1264.PgColumn<{
|
|
815
815
|
name: string;
|
|
816
816
|
tableName: "triggers";
|
|
817
817
|
dataType: "json";
|
|
@@ -830,7 +830,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
830
830
|
}, {}, {
|
|
831
831
|
$type: unknown;
|
|
832
832
|
}>;
|
|
833
|
-
signingSecretCredentialReferenceId:
|
|
833
|
+
signingSecretCredentialReferenceId: drizzle_orm_pg_core1264.PgColumn<{
|
|
834
834
|
name: "signing_secret_credential_reference_id";
|
|
835
835
|
tableName: "triggers";
|
|
836
836
|
dataType: "string";
|
|
@@ -849,7 +849,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
849
849
|
}, {}, {
|
|
850
850
|
length: 256;
|
|
851
851
|
}>;
|
|
852
|
-
signatureVerification:
|
|
852
|
+
signatureVerification: drizzle_orm_pg_core1264.PgColumn<{
|
|
853
853
|
name: string;
|
|
854
854
|
tableName: "triggers";
|
|
855
855
|
dataType: "json";
|
|
@@ -918,7 +918,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
918
918
|
} | undefined;
|
|
919
919
|
} | null;
|
|
920
920
|
}>;
|
|
921
|
-
runAsUserId:
|
|
921
|
+
runAsUserId: drizzle_orm_pg_core1264.PgColumn<{
|
|
922
922
|
name: "run_as_user_id";
|
|
923
923
|
tableName: "triggers";
|
|
924
924
|
dataType: "string";
|
|
@@ -937,7 +937,24 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
937
937
|
}, {}, {
|
|
938
938
|
length: 256;
|
|
939
939
|
}>;
|
|
940
|
-
|
|
940
|
+
dispatchDelayMs: drizzle_orm_pg_core1264.PgColumn<{
|
|
941
|
+
name: "dispatch_delay_ms";
|
|
942
|
+
tableName: "triggers";
|
|
943
|
+
dataType: "number";
|
|
944
|
+
columnType: "PgInteger";
|
|
945
|
+
data: number;
|
|
946
|
+
driverParam: string | number;
|
|
947
|
+
notNull: false;
|
|
948
|
+
hasDefault: false;
|
|
949
|
+
isPrimaryKey: false;
|
|
950
|
+
isAutoincrement: false;
|
|
951
|
+
hasRuntimeDefault: false;
|
|
952
|
+
enumValues: undefined;
|
|
953
|
+
baseColumn: never;
|
|
954
|
+
identity: undefined;
|
|
955
|
+
generated: undefined;
|
|
956
|
+
}, {}, {}>;
|
|
957
|
+
createdBy: drizzle_orm_pg_core1264.PgColumn<{
|
|
941
958
|
name: "created_by";
|
|
942
959
|
tableName: "triggers";
|
|
943
960
|
dataType: "string";
|
|
@@ -956,7 +973,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
956
973
|
}, {}, {
|
|
957
974
|
length: 256;
|
|
958
975
|
}>;
|
|
959
|
-
name:
|
|
976
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
960
977
|
name: "name";
|
|
961
978
|
tableName: "triggers";
|
|
962
979
|
dataType: "string";
|
|
@@ -975,7 +992,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
975
992
|
}, {}, {
|
|
976
993
|
length: 256;
|
|
977
994
|
}>;
|
|
978
|
-
description:
|
|
995
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
979
996
|
name: "description";
|
|
980
997
|
tableName: "triggers";
|
|
981
998
|
dataType: "string";
|
|
@@ -992,7 +1009,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
992
1009
|
identity: undefined;
|
|
993
1010
|
generated: undefined;
|
|
994
1011
|
}, {}, {}>;
|
|
995
|
-
agentId:
|
|
1012
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
996
1013
|
name: "agent_id";
|
|
997
1014
|
tableName: "triggers";
|
|
998
1015
|
dataType: "string";
|
|
@@ -1011,7 +1028,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1011
1028
|
}, {}, {
|
|
1012
1029
|
length: 256;
|
|
1013
1030
|
}>;
|
|
1014
|
-
projectId:
|
|
1031
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1015
1032
|
name: "project_id";
|
|
1016
1033
|
tableName: "triggers";
|
|
1017
1034
|
dataType: "string";
|
|
@@ -1030,7 +1047,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1030
1047
|
}, {}, {
|
|
1031
1048
|
length: 256;
|
|
1032
1049
|
}>;
|
|
1033
|
-
tenantId:
|
|
1050
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1034
1051
|
name: "tenant_id";
|
|
1035
1052
|
tableName: "triggers";
|
|
1036
1053
|
dataType: "string";
|
|
@@ -1049,7 +1066,7 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1049
1066
|
}, {}, {
|
|
1050
1067
|
length: 256;
|
|
1051
1068
|
}>;
|
|
1052
|
-
id:
|
|
1069
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
1053
1070
|
name: "id";
|
|
1054
1071
|
tableName: "triggers";
|
|
1055
1072
|
dataType: "string";
|
|
@@ -1071,11 +1088,130 @@ declare const triggers: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1071
1088
|
};
|
|
1072
1089
|
dialect: "pg";
|
|
1073
1090
|
}>;
|
|
1074
|
-
declare const
|
|
1091
|
+
declare const triggerUsers: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
1092
|
+
name: "trigger_users";
|
|
1093
|
+
schema: undefined;
|
|
1094
|
+
columns: {
|
|
1095
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1096
|
+
name: "tenant_id";
|
|
1097
|
+
tableName: "trigger_users";
|
|
1098
|
+
dataType: "string";
|
|
1099
|
+
columnType: "PgVarchar";
|
|
1100
|
+
data: string;
|
|
1101
|
+
driverParam: string;
|
|
1102
|
+
notNull: true;
|
|
1103
|
+
hasDefault: false;
|
|
1104
|
+
isPrimaryKey: false;
|
|
1105
|
+
isAutoincrement: false;
|
|
1106
|
+
hasRuntimeDefault: false;
|
|
1107
|
+
enumValues: [string, ...string[]];
|
|
1108
|
+
baseColumn: never;
|
|
1109
|
+
identity: undefined;
|
|
1110
|
+
generated: undefined;
|
|
1111
|
+
}, {}, {
|
|
1112
|
+
length: 256;
|
|
1113
|
+
}>;
|
|
1114
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1115
|
+
name: "project_id";
|
|
1116
|
+
tableName: "trigger_users";
|
|
1117
|
+
dataType: "string";
|
|
1118
|
+
columnType: "PgVarchar";
|
|
1119
|
+
data: string;
|
|
1120
|
+
driverParam: string;
|
|
1121
|
+
notNull: true;
|
|
1122
|
+
hasDefault: false;
|
|
1123
|
+
isPrimaryKey: false;
|
|
1124
|
+
isAutoincrement: false;
|
|
1125
|
+
hasRuntimeDefault: false;
|
|
1126
|
+
enumValues: [string, ...string[]];
|
|
1127
|
+
baseColumn: never;
|
|
1128
|
+
identity: undefined;
|
|
1129
|
+
generated: undefined;
|
|
1130
|
+
}, {}, {
|
|
1131
|
+
length: 256;
|
|
1132
|
+
}>;
|
|
1133
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1134
|
+
name: "agent_id";
|
|
1135
|
+
tableName: "trigger_users";
|
|
1136
|
+
dataType: "string";
|
|
1137
|
+
columnType: "PgVarchar";
|
|
1138
|
+
data: string;
|
|
1139
|
+
driverParam: string;
|
|
1140
|
+
notNull: true;
|
|
1141
|
+
hasDefault: false;
|
|
1142
|
+
isPrimaryKey: false;
|
|
1143
|
+
isAutoincrement: false;
|
|
1144
|
+
hasRuntimeDefault: false;
|
|
1145
|
+
enumValues: [string, ...string[]];
|
|
1146
|
+
baseColumn: never;
|
|
1147
|
+
identity: undefined;
|
|
1148
|
+
generated: undefined;
|
|
1149
|
+
}, {}, {
|
|
1150
|
+
length: 256;
|
|
1151
|
+
}>;
|
|
1152
|
+
triggerId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1153
|
+
name: "trigger_id";
|
|
1154
|
+
tableName: "trigger_users";
|
|
1155
|
+
dataType: "string";
|
|
1156
|
+
columnType: "PgVarchar";
|
|
1157
|
+
data: string;
|
|
1158
|
+
driverParam: string;
|
|
1159
|
+
notNull: true;
|
|
1160
|
+
hasDefault: false;
|
|
1161
|
+
isPrimaryKey: false;
|
|
1162
|
+
isAutoincrement: false;
|
|
1163
|
+
hasRuntimeDefault: false;
|
|
1164
|
+
enumValues: [string, ...string[]];
|
|
1165
|
+
baseColumn: never;
|
|
1166
|
+
identity: undefined;
|
|
1167
|
+
generated: undefined;
|
|
1168
|
+
}, {}, {
|
|
1169
|
+
length: 256;
|
|
1170
|
+
}>;
|
|
1171
|
+
userId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1172
|
+
name: "user_id";
|
|
1173
|
+
tableName: "trigger_users";
|
|
1174
|
+
dataType: "string";
|
|
1175
|
+
columnType: "PgVarchar";
|
|
1176
|
+
data: string;
|
|
1177
|
+
driverParam: string;
|
|
1178
|
+
notNull: true;
|
|
1179
|
+
hasDefault: false;
|
|
1180
|
+
isPrimaryKey: false;
|
|
1181
|
+
isAutoincrement: false;
|
|
1182
|
+
hasRuntimeDefault: false;
|
|
1183
|
+
enumValues: [string, ...string[]];
|
|
1184
|
+
baseColumn: never;
|
|
1185
|
+
identity: undefined;
|
|
1186
|
+
generated: undefined;
|
|
1187
|
+
}, {}, {
|
|
1188
|
+
length: 256;
|
|
1189
|
+
}>;
|
|
1190
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1191
|
+
name: "created_at";
|
|
1192
|
+
tableName: "trigger_users";
|
|
1193
|
+
dataType: "string";
|
|
1194
|
+
columnType: "PgTimestampString";
|
|
1195
|
+
data: string;
|
|
1196
|
+
driverParam: string;
|
|
1197
|
+
notNull: true;
|
|
1198
|
+
hasDefault: true;
|
|
1199
|
+
isPrimaryKey: false;
|
|
1200
|
+
isAutoincrement: false;
|
|
1201
|
+
hasRuntimeDefault: false;
|
|
1202
|
+
enumValues: undefined;
|
|
1203
|
+
baseColumn: never;
|
|
1204
|
+
identity: undefined;
|
|
1205
|
+
generated: undefined;
|
|
1206
|
+
}, {}, {}>;
|
|
1207
|
+
};
|
|
1208
|
+
dialect: "pg";
|
|
1209
|
+
}>;
|
|
1210
|
+
declare const subAgents: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
1075
1211
|
name: "sub_agents";
|
|
1076
1212
|
schema: undefined;
|
|
1077
1213
|
columns: {
|
|
1078
|
-
createdAt:
|
|
1214
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1079
1215
|
name: "created_at";
|
|
1080
1216
|
tableName: "sub_agents";
|
|
1081
1217
|
dataType: "string";
|
|
@@ -1092,7 +1228,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1092
1228
|
identity: undefined;
|
|
1093
1229
|
generated: undefined;
|
|
1094
1230
|
}, {}, {}>;
|
|
1095
|
-
updatedAt:
|
|
1231
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1096
1232
|
name: "updated_at";
|
|
1097
1233
|
tableName: "sub_agents";
|
|
1098
1234
|
dataType: "string";
|
|
@@ -1109,7 +1245,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1109
1245
|
identity: undefined;
|
|
1110
1246
|
generated: undefined;
|
|
1111
1247
|
}, {}, {}>;
|
|
1112
|
-
prompt:
|
|
1248
|
+
prompt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1113
1249
|
name: "prompt";
|
|
1114
1250
|
tableName: "sub_agents";
|
|
1115
1251
|
dataType: "string";
|
|
@@ -1126,7 +1262,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1126
1262
|
identity: undefined;
|
|
1127
1263
|
generated: undefined;
|
|
1128
1264
|
}, {}, {}>;
|
|
1129
|
-
conversationHistoryConfig:
|
|
1265
|
+
conversationHistoryConfig: drizzle_orm_pg_core1264.PgColumn<{
|
|
1130
1266
|
name: string;
|
|
1131
1267
|
tableName: "sub_agents";
|
|
1132
1268
|
dataType: "json";
|
|
@@ -1145,7 +1281,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1145
1281
|
}, {}, {
|
|
1146
1282
|
$type: ConversationHistoryConfig;
|
|
1147
1283
|
}>;
|
|
1148
|
-
models:
|
|
1284
|
+
models: drizzle_orm_pg_core1264.PgColumn<{
|
|
1149
1285
|
name: string;
|
|
1150
1286
|
tableName: "sub_agents";
|
|
1151
1287
|
dataType: "json";
|
|
@@ -1202,7 +1338,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1202
1338
|
} | undefined;
|
|
1203
1339
|
};
|
|
1204
1340
|
}>;
|
|
1205
|
-
stopWhen:
|
|
1341
|
+
stopWhen: drizzle_orm_pg_core1264.PgColumn<{
|
|
1206
1342
|
name: string;
|
|
1207
1343
|
tableName: "sub_agents";
|
|
1208
1344
|
dataType: "json";
|
|
@@ -1225,7 +1361,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1225
1361
|
stepCountIs?: number | undefined;
|
|
1226
1362
|
};
|
|
1227
1363
|
}>;
|
|
1228
|
-
name:
|
|
1364
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
1229
1365
|
name: "name";
|
|
1230
1366
|
tableName: "sub_agents";
|
|
1231
1367
|
dataType: "string";
|
|
@@ -1244,7 +1380,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1244
1380
|
}, {}, {
|
|
1245
1381
|
length: 256;
|
|
1246
1382
|
}>;
|
|
1247
|
-
description:
|
|
1383
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
1248
1384
|
name: "description";
|
|
1249
1385
|
tableName: "sub_agents";
|
|
1250
1386
|
dataType: "string";
|
|
@@ -1261,7 +1397,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1261
1397
|
identity: undefined;
|
|
1262
1398
|
generated: undefined;
|
|
1263
1399
|
}, {}, {}>;
|
|
1264
|
-
agentId:
|
|
1400
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1265
1401
|
name: "agent_id";
|
|
1266
1402
|
tableName: "sub_agents";
|
|
1267
1403
|
dataType: "string";
|
|
@@ -1280,7 +1416,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1280
1416
|
}, {}, {
|
|
1281
1417
|
length: 256;
|
|
1282
1418
|
}>;
|
|
1283
|
-
projectId:
|
|
1419
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1284
1420
|
name: "project_id";
|
|
1285
1421
|
tableName: "sub_agents";
|
|
1286
1422
|
dataType: "string";
|
|
@@ -1299,7 +1435,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1299
1435
|
}, {}, {
|
|
1300
1436
|
length: 256;
|
|
1301
1437
|
}>;
|
|
1302
|
-
tenantId:
|
|
1438
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1303
1439
|
name: "tenant_id";
|
|
1304
1440
|
tableName: "sub_agents";
|
|
1305
1441
|
dataType: "string";
|
|
@@ -1318,7 +1454,7 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1318
1454
|
}, {}, {
|
|
1319
1455
|
length: 256;
|
|
1320
1456
|
}>;
|
|
1321
|
-
id:
|
|
1457
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
1322
1458
|
name: "id";
|
|
1323
1459
|
tableName: "sub_agents";
|
|
1324
1460
|
dataType: "string";
|
|
@@ -1340,11 +1476,11 @@ declare const subAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1340
1476
|
};
|
|
1341
1477
|
dialect: "pg";
|
|
1342
1478
|
}>;
|
|
1343
|
-
declare const skills:
|
|
1479
|
+
declare const skills: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
1344
1480
|
name: "skills";
|
|
1345
1481
|
schema: undefined;
|
|
1346
1482
|
columns: {
|
|
1347
|
-
createdAt:
|
|
1483
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1348
1484
|
name: "created_at";
|
|
1349
1485
|
tableName: "skills";
|
|
1350
1486
|
dataType: "string";
|
|
@@ -1361,7 +1497,7 @@ declare const skills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1361
1497
|
identity: undefined;
|
|
1362
1498
|
generated: undefined;
|
|
1363
1499
|
}, {}, {}>;
|
|
1364
|
-
updatedAt:
|
|
1500
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1365
1501
|
name: "updated_at";
|
|
1366
1502
|
tableName: "skills";
|
|
1367
1503
|
dataType: "string";
|
|
@@ -1378,7 +1514,7 @@ declare const skills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1378
1514
|
identity: undefined;
|
|
1379
1515
|
generated: undefined;
|
|
1380
1516
|
}, {}, {}>;
|
|
1381
|
-
id:
|
|
1517
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
1382
1518
|
name: "id";
|
|
1383
1519
|
tableName: "skills";
|
|
1384
1520
|
dataType: "string";
|
|
@@ -1397,7 +1533,7 @@ declare const skills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1397
1533
|
}, {}, {
|
|
1398
1534
|
length: 64;
|
|
1399
1535
|
}>;
|
|
1400
|
-
name:
|
|
1536
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
1401
1537
|
name: "name";
|
|
1402
1538
|
tableName: "skills";
|
|
1403
1539
|
dataType: "string";
|
|
@@ -1416,7 +1552,7 @@ declare const skills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1416
1552
|
}, {}, {
|
|
1417
1553
|
length: 64;
|
|
1418
1554
|
}>;
|
|
1419
|
-
description:
|
|
1555
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
1420
1556
|
name: "description";
|
|
1421
1557
|
tableName: "skills";
|
|
1422
1558
|
dataType: "string";
|
|
@@ -1433,7 +1569,7 @@ declare const skills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1433
1569
|
identity: undefined;
|
|
1434
1570
|
generated: undefined;
|
|
1435
1571
|
}, {}, {}>;
|
|
1436
|
-
content:
|
|
1572
|
+
content: drizzle_orm_pg_core1264.PgColumn<{
|
|
1437
1573
|
name: "content";
|
|
1438
1574
|
tableName: "skills";
|
|
1439
1575
|
dataType: "string";
|
|
@@ -1450,7 +1586,7 @@ declare const skills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1450
1586
|
identity: undefined;
|
|
1451
1587
|
generated: undefined;
|
|
1452
1588
|
}, {}, {}>;
|
|
1453
|
-
metadata:
|
|
1589
|
+
metadata: drizzle_orm_pg_core1264.PgColumn<{
|
|
1454
1590
|
name: string;
|
|
1455
1591
|
tableName: "skills";
|
|
1456
1592
|
dataType: "json";
|
|
@@ -1469,7 +1605,7 @@ declare const skills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1469
1605
|
}, {}, {
|
|
1470
1606
|
$type: Record<string, string> | null;
|
|
1471
1607
|
}>;
|
|
1472
|
-
projectId:
|
|
1608
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1473
1609
|
name: "project_id";
|
|
1474
1610
|
tableName: "skills";
|
|
1475
1611
|
dataType: "string";
|
|
@@ -1488,7 +1624,7 @@ declare const skills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1488
1624
|
}, {}, {
|
|
1489
1625
|
length: 256;
|
|
1490
1626
|
}>;
|
|
1491
|
-
tenantId:
|
|
1627
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1492
1628
|
name: "tenant_id";
|
|
1493
1629
|
tableName: "skills";
|
|
1494
1630
|
dataType: "string";
|
|
@@ -1510,11 +1646,11 @@ declare const skills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1510
1646
|
};
|
|
1511
1647
|
dialect: "pg";
|
|
1512
1648
|
}>;
|
|
1513
|
-
declare const skillFiles:
|
|
1649
|
+
declare const skillFiles: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
1514
1650
|
name: "skill_files";
|
|
1515
1651
|
schema: undefined;
|
|
1516
1652
|
columns: {
|
|
1517
|
-
createdAt:
|
|
1653
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1518
1654
|
name: "created_at";
|
|
1519
1655
|
tableName: "skill_files";
|
|
1520
1656
|
dataType: "string";
|
|
@@ -1531,7 +1667,7 @@ declare const skillFiles: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1531
1667
|
identity: undefined;
|
|
1532
1668
|
generated: undefined;
|
|
1533
1669
|
}, {}, {}>;
|
|
1534
|
-
updatedAt:
|
|
1670
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1535
1671
|
name: "updated_at";
|
|
1536
1672
|
tableName: "skill_files";
|
|
1537
1673
|
dataType: "string";
|
|
@@ -1548,7 +1684,7 @@ declare const skillFiles: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1548
1684
|
identity: undefined;
|
|
1549
1685
|
generated: undefined;
|
|
1550
1686
|
}, {}, {}>;
|
|
1551
|
-
skillId:
|
|
1687
|
+
skillId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1552
1688
|
name: "skill_id";
|
|
1553
1689
|
tableName: "skill_files";
|
|
1554
1690
|
dataType: "string";
|
|
@@ -1567,7 +1703,7 @@ declare const skillFiles: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1567
1703
|
}, {}, {
|
|
1568
1704
|
length: 64;
|
|
1569
1705
|
}>;
|
|
1570
|
-
filePath:
|
|
1706
|
+
filePath: drizzle_orm_pg_core1264.PgColumn<{
|
|
1571
1707
|
name: "file_path";
|
|
1572
1708
|
tableName: "skill_files";
|
|
1573
1709
|
dataType: "string";
|
|
@@ -1586,7 +1722,7 @@ declare const skillFiles: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1586
1722
|
}, {}, {
|
|
1587
1723
|
length: 1024;
|
|
1588
1724
|
}>;
|
|
1589
|
-
content:
|
|
1725
|
+
content: drizzle_orm_pg_core1264.PgColumn<{
|
|
1590
1726
|
name: "content";
|
|
1591
1727
|
tableName: "skill_files";
|
|
1592
1728
|
dataType: "string";
|
|
@@ -1603,7 +1739,7 @@ declare const skillFiles: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1603
1739
|
identity: undefined;
|
|
1604
1740
|
generated: undefined;
|
|
1605
1741
|
}, {}, {}>;
|
|
1606
|
-
projectId:
|
|
1742
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1607
1743
|
name: "project_id";
|
|
1608
1744
|
tableName: "skill_files";
|
|
1609
1745
|
dataType: "string";
|
|
@@ -1622,7 +1758,7 @@ declare const skillFiles: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1622
1758
|
}, {}, {
|
|
1623
1759
|
length: 256;
|
|
1624
1760
|
}>;
|
|
1625
|
-
tenantId:
|
|
1761
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1626
1762
|
name: "tenant_id";
|
|
1627
1763
|
tableName: "skill_files";
|
|
1628
1764
|
dataType: "string";
|
|
@@ -1641,7 +1777,7 @@ declare const skillFiles: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1641
1777
|
}, {}, {
|
|
1642
1778
|
length: 256;
|
|
1643
1779
|
}>;
|
|
1644
|
-
id:
|
|
1780
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
1645
1781
|
name: "id";
|
|
1646
1782
|
tableName: "skill_files";
|
|
1647
1783
|
dataType: "string";
|
|
@@ -1663,11 +1799,11 @@ declare const skillFiles: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1663
1799
|
};
|
|
1664
1800
|
dialect: "pg";
|
|
1665
1801
|
}>;
|
|
1666
|
-
declare const subAgentSkills:
|
|
1802
|
+
declare const subAgentSkills: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
1667
1803
|
name: "sub_agent_skills";
|
|
1668
1804
|
schema: undefined;
|
|
1669
1805
|
columns: {
|
|
1670
|
-
createdAt:
|
|
1806
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1671
1807
|
name: "created_at";
|
|
1672
1808
|
tableName: "sub_agent_skills";
|
|
1673
1809
|
dataType: "string";
|
|
@@ -1684,7 +1820,7 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1684
1820
|
identity: undefined;
|
|
1685
1821
|
generated: undefined;
|
|
1686
1822
|
}, {}, {}>;
|
|
1687
|
-
updatedAt:
|
|
1823
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1688
1824
|
name: "updated_at";
|
|
1689
1825
|
tableName: "sub_agent_skills";
|
|
1690
1826
|
dataType: "string";
|
|
@@ -1701,7 +1837,7 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1701
1837
|
identity: undefined;
|
|
1702
1838
|
generated: undefined;
|
|
1703
1839
|
}, {}, {}>;
|
|
1704
|
-
skillId:
|
|
1840
|
+
skillId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1705
1841
|
name: "skill_id";
|
|
1706
1842
|
tableName: "sub_agent_skills";
|
|
1707
1843
|
dataType: "string";
|
|
@@ -1720,7 +1856,7 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1720
1856
|
}, {}, {
|
|
1721
1857
|
length: 64;
|
|
1722
1858
|
}>;
|
|
1723
|
-
index:
|
|
1859
|
+
index: drizzle_orm_pg_core1264.PgColumn<{
|
|
1724
1860
|
name: "index";
|
|
1725
1861
|
tableName: "sub_agent_skills";
|
|
1726
1862
|
dataType: "number";
|
|
@@ -1737,7 +1873,7 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1737
1873
|
identity: undefined;
|
|
1738
1874
|
generated: undefined;
|
|
1739
1875
|
}, {}, {}>;
|
|
1740
|
-
alwaysLoaded:
|
|
1876
|
+
alwaysLoaded: drizzle_orm_pg_core1264.PgColumn<{
|
|
1741
1877
|
name: "always_loaded";
|
|
1742
1878
|
tableName: "sub_agent_skills";
|
|
1743
1879
|
dataType: "boolean";
|
|
@@ -1754,7 +1890,7 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1754
1890
|
identity: undefined;
|
|
1755
1891
|
generated: undefined;
|
|
1756
1892
|
}, {}, {}>;
|
|
1757
|
-
subAgentId:
|
|
1893
|
+
subAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1758
1894
|
name: "sub_agent_id";
|
|
1759
1895
|
tableName: "sub_agent_skills";
|
|
1760
1896
|
dataType: "string";
|
|
@@ -1773,7 +1909,7 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1773
1909
|
}, {}, {
|
|
1774
1910
|
length: 256;
|
|
1775
1911
|
}>;
|
|
1776
|
-
agentId:
|
|
1912
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1777
1913
|
name: "agent_id";
|
|
1778
1914
|
tableName: "sub_agent_skills";
|
|
1779
1915
|
dataType: "string";
|
|
@@ -1792,7 +1928,7 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1792
1928
|
}, {}, {
|
|
1793
1929
|
length: 256;
|
|
1794
1930
|
}>;
|
|
1795
|
-
projectId:
|
|
1931
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1796
1932
|
name: "project_id";
|
|
1797
1933
|
tableName: "sub_agent_skills";
|
|
1798
1934
|
dataType: "string";
|
|
@@ -1811,7 +1947,7 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1811
1947
|
}, {}, {
|
|
1812
1948
|
length: 256;
|
|
1813
1949
|
}>;
|
|
1814
|
-
tenantId:
|
|
1950
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1815
1951
|
name: "tenant_id";
|
|
1816
1952
|
tableName: "sub_agent_skills";
|
|
1817
1953
|
dataType: "string";
|
|
@@ -1830,7 +1966,7 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1830
1966
|
}, {}, {
|
|
1831
1967
|
length: 256;
|
|
1832
1968
|
}>;
|
|
1833
|
-
id:
|
|
1969
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
1834
1970
|
name: "id";
|
|
1835
1971
|
tableName: "sub_agent_skills";
|
|
1836
1972
|
dataType: "string";
|
|
@@ -1852,11 +1988,11 @@ declare const subAgentSkills: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1852
1988
|
};
|
|
1853
1989
|
dialect: "pg";
|
|
1854
1990
|
}>;
|
|
1855
|
-
declare const subAgentRelations:
|
|
1991
|
+
declare const subAgentRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
1856
1992
|
name: "sub_agent_relations";
|
|
1857
1993
|
schema: undefined;
|
|
1858
1994
|
columns: {
|
|
1859
|
-
createdAt:
|
|
1995
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1860
1996
|
name: "created_at";
|
|
1861
1997
|
tableName: "sub_agent_relations";
|
|
1862
1998
|
dataType: "string";
|
|
@@ -1873,7 +2009,7 @@ declare const subAgentRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1873
2009
|
identity: undefined;
|
|
1874
2010
|
generated: undefined;
|
|
1875
2011
|
}, {}, {}>;
|
|
1876
|
-
updatedAt:
|
|
2012
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
1877
2013
|
name: "updated_at";
|
|
1878
2014
|
tableName: "sub_agent_relations";
|
|
1879
2015
|
dataType: "string";
|
|
@@ -1890,7 +2026,7 @@ declare const subAgentRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1890
2026
|
identity: undefined;
|
|
1891
2027
|
generated: undefined;
|
|
1892
2028
|
}, {}, {}>;
|
|
1893
|
-
sourceSubAgentId:
|
|
2029
|
+
sourceSubAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1894
2030
|
name: "source_sub_agent_id";
|
|
1895
2031
|
tableName: "sub_agent_relations";
|
|
1896
2032
|
dataType: "string";
|
|
@@ -1909,7 +2045,7 @@ declare const subAgentRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1909
2045
|
}, {}, {
|
|
1910
2046
|
length: 256;
|
|
1911
2047
|
}>;
|
|
1912
|
-
targetSubAgentId:
|
|
2048
|
+
targetSubAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1913
2049
|
name: "target_sub_agent_id";
|
|
1914
2050
|
tableName: "sub_agent_relations";
|
|
1915
2051
|
dataType: "string";
|
|
@@ -1928,7 +2064,7 @@ declare const subAgentRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1928
2064
|
}, {}, {
|
|
1929
2065
|
length: 256;
|
|
1930
2066
|
}>;
|
|
1931
|
-
relationType:
|
|
2067
|
+
relationType: drizzle_orm_pg_core1264.PgColumn<{
|
|
1932
2068
|
name: "relation_type";
|
|
1933
2069
|
tableName: "sub_agent_relations";
|
|
1934
2070
|
dataType: "string";
|
|
@@ -1947,7 +2083,7 @@ declare const subAgentRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1947
2083
|
}, {}, {
|
|
1948
2084
|
length: 256;
|
|
1949
2085
|
}>;
|
|
1950
|
-
agentId:
|
|
2086
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1951
2087
|
name: "agent_id";
|
|
1952
2088
|
tableName: "sub_agent_relations";
|
|
1953
2089
|
dataType: "string";
|
|
@@ -1966,7 +2102,7 @@ declare const subAgentRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1966
2102
|
}, {}, {
|
|
1967
2103
|
length: 256;
|
|
1968
2104
|
}>;
|
|
1969
|
-
projectId:
|
|
2105
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1970
2106
|
name: "project_id";
|
|
1971
2107
|
tableName: "sub_agent_relations";
|
|
1972
2108
|
dataType: "string";
|
|
@@ -1985,7 +2121,7 @@ declare const subAgentRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
1985
2121
|
}, {}, {
|
|
1986
2122
|
length: 256;
|
|
1987
2123
|
}>;
|
|
1988
|
-
tenantId:
|
|
2124
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
1989
2125
|
name: "tenant_id";
|
|
1990
2126
|
tableName: "sub_agent_relations";
|
|
1991
2127
|
dataType: "string";
|
|
@@ -2004,7 +2140,7 @@ declare const subAgentRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2004
2140
|
}, {}, {
|
|
2005
2141
|
length: 256;
|
|
2006
2142
|
}>;
|
|
2007
|
-
id:
|
|
2143
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
2008
2144
|
name: "id";
|
|
2009
2145
|
tableName: "sub_agent_relations";
|
|
2010
2146
|
dataType: "string";
|
|
@@ -2026,11 +2162,11 @@ declare const subAgentRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2026
2162
|
};
|
|
2027
2163
|
dialect: "pg";
|
|
2028
2164
|
}>;
|
|
2029
|
-
declare const externalAgents:
|
|
2165
|
+
declare const externalAgents: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
2030
2166
|
name: "external_agents";
|
|
2031
2167
|
schema: undefined;
|
|
2032
2168
|
columns: {
|
|
2033
|
-
createdAt:
|
|
2169
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2034
2170
|
name: "created_at";
|
|
2035
2171
|
tableName: "external_agents";
|
|
2036
2172
|
dataType: "string";
|
|
@@ -2047,7 +2183,7 @@ declare const externalAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2047
2183
|
identity: undefined;
|
|
2048
2184
|
generated: undefined;
|
|
2049
2185
|
}, {}, {}>;
|
|
2050
|
-
updatedAt:
|
|
2186
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2051
2187
|
name: "updated_at";
|
|
2052
2188
|
tableName: "external_agents";
|
|
2053
2189
|
dataType: "string";
|
|
@@ -2064,7 +2200,7 @@ declare const externalAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2064
2200
|
identity: undefined;
|
|
2065
2201
|
generated: undefined;
|
|
2066
2202
|
}, {}, {}>;
|
|
2067
|
-
baseUrl:
|
|
2203
|
+
baseUrl: drizzle_orm_pg_core1264.PgColumn<{
|
|
2068
2204
|
name: "base_url";
|
|
2069
2205
|
tableName: "external_agents";
|
|
2070
2206
|
dataType: "string";
|
|
@@ -2081,7 +2217,7 @@ declare const externalAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2081
2217
|
identity: undefined;
|
|
2082
2218
|
generated: undefined;
|
|
2083
2219
|
}, {}, {}>;
|
|
2084
|
-
credentialReferenceId:
|
|
2220
|
+
credentialReferenceId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2085
2221
|
name: "credential_reference_id";
|
|
2086
2222
|
tableName: "external_agents";
|
|
2087
2223
|
dataType: "string";
|
|
@@ -2100,7 +2236,7 @@ declare const externalAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2100
2236
|
}, {}, {
|
|
2101
2237
|
length: 256;
|
|
2102
2238
|
}>;
|
|
2103
|
-
name:
|
|
2239
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
2104
2240
|
name: "name";
|
|
2105
2241
|
tableName: "external_agents";
|
|
2106
2242
|
dataType: "string";
|
|
@@ -2119,7 +2255,7 @@ declare const externalAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2119
2255
|
}, {}, {
|
|
2120
2256
|
length: 256;
|
|
2121
2257
|
}>;
|
|
2122
|
-
description:
|
|
2258
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
2123
2259
|
name: "description";
|
|
2124
2260
|
tableName: "external_agents";
|
|
2125
2261
|
dataType: "string";
|
|
@@ -2136,7 +2272,7 @@ declare const externalAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2136
2272
|
identity: undefined;
|
|
2137
2273
|
generated: undefined;
|
|
2138
2274
|
}, {}, {}>;
|
|
2139
|
-
projectId:
|
|
2275
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2140
2276
|
name: "project_id";
|
|
2141
2277
|
tableName: "external_agents";
|
|
2142
2278
|
dataType: "string";
|
|
@@ -2155,7 +2291,7 @@ declare const externalAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2155
2291
|
}, {}, {
|
|
2156
2292
|
length: 256;
|
|
2157
2293
|
}>;
|
|
2158
|
-
tenantId:
|
|
2294
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2159
2295
|
name: "tenant_id";
|
|
2160
2296
|
tableName: "external_agents";
|
|
2161
2297
|
dataType: "string";
|
|
@@ -2174,7 +2310,7 @@ declare const externalAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2174
2310
|
}, {}, {
|
|
2175
2311
|
length: 256;
|
|
2176
2312
|
}>;
|
|
2177
|
-
id:
|
|
2313
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
2178
2314
|
name: "id";
|
|
2179
2315
|
tableName: "external_agents";
|
|
2180
2316
|
dataType: "string";
|
|
@@ -2196,11 +2332,11 @@ declare const externalAgents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2196
2332
|
};
|
|
2197
2333
|
dialect: "pg";
|
|
2198
2334
|
}>;
|
|
2199
|
-
declare const dataComponents:
|
|
2335
|
+
declare const dataComponents: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
2200
2336
|
name: "data_components";
|
|
2201
2337
|
schema: undefined;
|
|
2202
2338
|
columns: {
|
|
2203
|
-
createdAt:
|
|
2339
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2204
2340
|
name: "created_at";
|
|
2205
2341
|
tableName: "data_components";
|
|
2206
2342
|
dataType: "string";
|
|
@@ -2217,7 +2353,7 @@ declare const dataComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2217
2353
|
identity: undefined;
|
|
2218
2354
|
generated: undefined;
|
|
2219
2355
|
}, {}, {}>;
|
|
2220
|
-
updatedAt:
|
|
2356
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2221
2357
|
name: "updated_at";
|
|
2222
2358
|
tableName: "data_components";
|
|
2223
2359
|
dataType: "string";
|
|
@@ -2234,7 +2370,7 @@ declare const dataComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2234
2370
|
identity: undefined;
|
|
2235
2371
|
generated: undefined;
|
|
2236
2372
|
}, {}, {}>;
|
|
2237
|
-
props:
|
|
2373
|
+
props: drizzle_orm_pg_core1264.PgColumn<{
|
|
2238
2374
|
name: string;
|
|
2239
2375
|
tableName: "data_components";
|
|
2240
2376
|
dataType: "json";
|
|
@@ -2267,7 +2403,7 @@ declare const dataComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2267
2403
|
description?: string | undefined;
|
|
2268
2404
|
};
|
|
2269
2405
|
}>;
|
|
2270
|
-
render:
|
|
2406
|
+
render: drizzle_orm_pg_core1264.PgColumn<{
|
|
2271
2407
|
name: string;
|
|
2272
2408
|
tableName: "data_components";
|
|
2273
2409
|
dataType: "json";
|
|
@@ -2292,7 +2428,7 @@ declare const dataComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2292
2428
|
mockData: Record<string, unknown>;
|
|
2293
2429
|
};
|
|
2294
2430
|
}>;
|
|
2295
|
-
name:
|
|
2431
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
2296
2432
|
name: "name";
|
|
2297
2433
|
tableName: "data_components";
|
|
2298
2434
|
dataType: "string";
|
|
@@ -2311,7 +2447,7 @@ declare const dataComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2311
2447
|
}, {}, {
|
|
2312
2448
|
length: 256;
|
|
2313
2449
|
}>;
|
|
2314
|
-
description:
|
|
2450
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
2315
2451
|
name: "description";
|
|
2316
2452
|
tableName: "data_components";
|
|
2317
2453
|
dataType: "string";
|
|
@@ -2328,7 +2464,7 @@ declare const dataComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2328
2464
|
identity: undefined;
|
|
2329
2465
|
generated: undefined;
|
|
2330
2466
|
}, {}, {}>;
|
|
2331
|
-
projectId:
|
|
2467
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2332
2468
|
name: "project_id";
|
|
2333
2469
|
tableName: "data_components";
|
|
2334
2470
|
dataType: "string";
|
|
@@ -2347,7 +2483,7 @@ declare const dataComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2347
2483
|
}, {}, {
|
|
2348
2484
|
length: 256;
|
|
2349
2485
|
}>;
|
|
2350
|
-
tenantId:
|
|
2486
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2351
2487
|
name: "tenant_id";
|
|
2352
2488
|
tableName: "data_components";
|
|
2353
2489
|
dataType: "string";
|
|
@@ -2366,7 +2502,7 @@ declare const dataComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2366
2502
|
}, {}, {
|
|
2367
2503
|
length: 256;
|
|
2368
2504
|
}>;
|
|
2369
|
-
id:
|
|
2505
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
2370
2506
|
name: "id";
|
|
2371
2507
|
tableName: "data_components";
|
|
2372
2508
|
dataType: "string";
|
|
@@ -2388,11 +2524,11 @@ declare const dataComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2388
2524
|
};
|
|
2389
2525
|
dialect: "pg";
|
|
2390
2526
|
}>;
|
|
2391
|
-
declare const subAgentDataComponents:
|
|
2527
|
+
declare const subAgentDataComponents: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
2392
2528
|
name: "sub_agent_data_components";
|
|
2393
2529
|
schema: undefined;
|
|
2394
2530
|
columns: {
|
|
2395
|
-
dataComponentId:
|
|
2531
|
+
dataComponentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2396
2532
|
name: "data_component_id";
|
|
2397
2533
|
tableName: "sub_agent_data_components";
|
|
2398
2534
|
dataType: "string";
|
|
@@ -2411,7 +2547,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core221.PgTableWithColumns<
|
|
|
2411
2547
|
}, {}, {
|
|
2412
2548
|
length: 256;
|
|
2413
2549
|
}>;
|
|
2414
|
-
createdAt:
|
|
2550
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2415
2551
|
name: "created_at";
|
|
2416
2552
|
tableName: "sub_agent_data_components";
|
|
2417
2553
|
dataType: "string";
|
|
@@ -2428,7 +2564,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core221.PgTableWithColumns<
|
|
|
2428
2564
|
identity: undefined;
|
|
2429
2565
|
generated: undefined;
|
|
2430
2566
|
}, {}, {}>;
|
|
2431
|
-
subAgentId:
|
|
2567
|
+
subAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2432
2568
|
name: "sub_agent_id";
|
|
2433
2569
|
tableName: "sub_agent_data_components";
|
|
2434
2570
|
dataType: "string";
|
|
@@ -2447,7 +2583,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core221.PgTableWithColumns<
|
|
|
2447
2583
|
}, {}, {
|
|
2448
2584
|
length: 256;
|
|
2449
2585
|
}>;
|
|
2450
|
-
agentId:
|
|
2586
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2451
2587
|
name: "agent_id";
|
|
2452
2588
|
tableName: "sub_agent_data_components";
|
|
2453
2589
|
dataType: "string";
|
|
@@ -2466,7 +2602,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core221.PgTableWithColumns<
|
|
|
2466
2602
|
}, {}, {
|
|
2467
2603
|
length: 256;
|
|
2468
2604
|
}>;
|
|
2469
|
-
projectId:
|
|
2605
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2470
2606
|
name: "project_id";
|
|
2471
2607
|
tableName: "sub_agent_data_components";
|
|
2472
2608
|
dataType: "string";
|
|
@@ -2485,7 +2621,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core221.PgTableWithColumns<
|
|
|
2485
2621
|
}, {}, {
|
|
2486
2622
|
length: 256;
|
|
2487
2623
|
}>;
|
|
2488
|
-
tenantId:
|
|
2624
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2489
2625
|
name: "tenant_id";
|
|
2490
2626
|
tableName: "sub_agent_data_components";
|
|
2491
2627
|
dataType: "string";
|
|
@@ -2504,7 +2640,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core221.PgTableWithColumns<
|
|
|
2504
2640
|
}, {}, {
|
|
2505
2641
|
length: 256;
|
|
2506
2642
|
}>;
|
|
2507
|
-
id:
|
|
2643
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
2508
2644
|
name: "id";
|
|
2509
2645
|
tableName: "sub_agent_data_components";
|
|
2510
2646
|
dataType: "string";
|
|
@@ -2526,11 +2662,11 @@ declare const subAgentDataComponents: drizzle_orm_pg_core221.PgTableWithColumns<
|
|
|
2526
2662
|
};
|
|
2527
2663
|
dialect: "pg";
|
|
2528
2664
|
}>;
|
|
2529
|
-
declare const artifactComponents:
|
|
2665
|
+
declare const artifactComponents: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
2530
2666
|
name: "artifact_components";
|
|
2531
2667
|
schema: undefined;
|
|
2532
2668
|
columns: {
|
|
2533
|
-
createdAt:
|
|
2669
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2534
2670
|
name: "created_at";
|
|
2535
2671
|
tableName: "artifact_components";
|
|
2536
2672
|
dataType: "string";
|
|
@@ -2547,7 +2683,7 @@ declare const artifactComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2547
2683
|
identity: undefined;
|
|
2548
2684
|
generated: undefined;
|
|
2549
2685
|
}, {}, {}>;
|
|
2550
|
-
updatedAt:
|
|
2686
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2551
2687
|
name: "updated_at";
|
|
2552
2688
|
tableName: "artifact_components";
|
|
2553
2689
|
dataType: "string";
|
|
@@ -2564,7 +2700,7 @@ declare const artifactComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2564
2700
|
identity: undefined;
|
|
2565
2701
|
generated: undefined;
|
|
2566
2702
|
}, {}, {}>;
|
|
2567
|
-
props:
|
|
2703
|
+
props: drizzle_orm_pg_core1264.PgColumn<{
|
|
2568
2704
|
name: string;
|
|
2569
2705
|
tableName: "artifact_components";
|
|
2570
2706
|
dataType: "json";
|
|
@@ -2597,7 +2733,7 @@ declare const artifactComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2597
2733
|
description?: string | undefined;
|
|
2598
2734
|
};
|
|
2599
2735
|
}>;
|
|
2600
|
-
render:
|
|
2736
|
+
render: drizzle_orm_pg_core1264.PgColumn<{
|
|
2601
2737
|
name: string;
|
|
2602
2738
|
tableName: "artifact_components";
|
|
2603
2739
|
dataType: "json";
|
|
@@ -2622,7 +2758,7 @@ declare const artifactComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2622
2758
|
mockData: Record<string, unknown>;
|
|
2623
2759
|
};
|
|
2624
2760
|
}>;
|
|
2625
|
-
name:
|
|
2761
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
2626
2762
|
name: "name";
|
|
2627
2763
|
tableName: "artifact_components";
|
|
2628
2764
|
dataType: "string";
|
|
@@ -2641,7 +2777,7 @@ declare const artifactComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2641
2777
|
}, {}, {
|
|
2642
2778
|
length: 256;
|
|
2643
2779
|
}>;
|
|
2644
|
-
description:
|
|
2780
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
2645
2781
|
name: "description";
|
|
2646
2782
|
tableName: "artifact_components";
|
|
2647
2783
|
dataType: "string";
|
|
@@ -2658,7 +2794,7 @@ declare const artifactComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2658
2794
|
identity: undefined;
|
|
2659
2795
|
generated: undefined;
|
|
2660
2796
|
}, {}, {}>;
|
|
2661
|
-
projectId:
|
|
2797
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2662
2798
|
name: "project_id";
|
|
2663
2799
|
tableName: "artifact_components";
|
|
2664
2800
|
dataType: "string";
|
|
@@ -2677,7 +2813,7 @@ declare const artifactComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2677
2813
|
}, {}, {
|
|
2678
2814
|
length: 256;
|
|
2679
2815
|
}>;
|
|
2680
|
-
tenantId:
|
|
2816
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2681
2817
|
name: "tenant_id";
|
|
2682
2818
|
tableName: "artifact_components";
|
|
2683
2819
|
dataType: "string";
|
|
@@ -2696,7 +2832,7 @@ declare const artifactComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2696
2832
|
}, {}, {
|
|
2697
2833
|
length: 256;
|
|
2698
2834
|
}>;
|
|
2699
|
-
id:
|
|
2835
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
2700
2836
|
name: "id";
|
|
2701
2837
|
tableName: "artifact_components";
|
|
2702
2838
|
dataType: "string";
|
|
@@ -2718,11 +2854,11 @@ declare const artifactComponents: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2718
2854
|
};
|
|
2719
2855
|
dialect: "pg";
|
|
2720
2856
|
}>;
|
|
2721
|
-
declare const subAgentArtifactComponents:
|
|
2857
|
+
declare const subAgentArtifactComponents: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
2722
2858
|
name: "sub_agent_artifact_components";
|
|
2723
2859
|
schema: undefined;
|
|
2724
2860
|
columns: {
|
|
2725
|
-
artifactComponentId:
|
|
2861
|
+
artifactComponentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2726
2862
|
name: "artifact_component_id";
|
|
2727
2863
|
tableName: "sub_agent_artifact_components";
|
|
2728
2864
|
dataType: "string";
|
|
@@ -2741,7 +2877,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
2741
2877
|
}, {}, {
|
|
2742
2878
|
length: 256;
|
|
2743
2879
|
}>;
|
|
2744
|
-
createdAt:
|
|
2880
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2745
2881
|
name: "created_at";
|
|
2746
2882
|
tableName: "sub_agent_artifact_components";
|
|
2747
2883
|
dataType: "string";
|
|
@@ -2758,7 +2894,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
2758
2894
|
identity: undefined;
|
|
2759
2895
|
generated: undefined;
|
|
2760
2896
|
}, {}, {}>;
|
|
2761
|
-
subAgentId:
|
|
2897
|
+
subAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2762
2898
|
name: "sub_agent_id";
|
|
2763
2899
|
tableName: "sub_agent_artifact_components";
|
|
2764
2900
|
dataType: "string";
|
|
@@ -2777,7 +2913,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
2777
2913
|
}, {}, {
|
|
2778
2914
|
length: 256;
|
|
2779
2915
|
}>;
|
|
2780
|
-
agentId:
|
|
2916
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2781
2917
|
name: "agent_id";
|
|
2782
2918
|
tableName: "sub_agent_artifact_components";
|
|
2783
2919
|
dataType: "string";
|
|
@@ -2796,7 +2932,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
2796
2932
|
}, {}, {
|
|
2797
2933
|
length: 256;
|
|
2798
2934
|
}>;
|
|
2799
|
-
projectId:
|
|
2935
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2800
2936
|
name: "project_id";
|
|
2801
2937
|
tableName: "sub_agent_artifact_components";
|
|
2802
2938
|
dataType: "string";
|
|
@@ -2815,7 +2951,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
2815
2951
|
}, {}, {
|
|
2816
2952
|
length: 256;
|
|
2817
2953
|
}>;
|
|
2818
|
-
tenantId:
|
|
2954
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2819
2955
|
name: "tenant_id";
|
|
2820
2956
|
tableName: "sub_agent_artifact_components";
|
|
2821
2957
|
dataType: "string";
|
|
@@ -2834,7 +2970,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
2834
2970
|
}, {}, {
|
|
2835
2971
|
length: 256;
|
|
2836
2972
|
}>;
|
|
2837
|
-
id:
|
|
2973
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
2838
2974
|
name: "id";
|
|
2839
2975
|
tableName: "sub_agent_artifact_components";
|
|
2840
2976
|
dataType: "string";
|
|
@@ -2856,11 +2992,11 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
2856
2992
|
};
|
|
2857
2993
|
dialect: "pg";
|
|
2858
2994
|
}>;
|
|
2859
|
-
declare const tools:
|
|
2995
|
+
declare const tools: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
2860
2996
|
name: "tools";
|
|
2861
2997
|
schema: undefined;
|
|
2862
2998
|
columns: {
|
|
2863
|
-
createdAt:
|
|
2999
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2864
3000
|
name: "created_at";
|
|
2865
3001
|
tableName: "tools";
|
|
2866
3002
|
dataType: "string";
|
|
@@ -2877,7 +3013,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2877
3013
|
identity: undefined;
|
|
2878
3014
|
generated: undefined;
|
|
2879
3015
|
}, {}, {}>;
|
|
2880
|
-
updatedAt:
|
|
3016
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
2881
3017
|
name: "updated_at";
|
|
2882
3018
|
tableName: "tools";
|
|
2883
3019
|
dataType: "string";
|
|
@@ -2894,7 +3030,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2894
3030
|
identity: undefined;
|
|
2895
3031
|
generated: undefined;
|
|
2896
3032
|
}, {}, {}>;
|
|
2897
|
-
config:
|
|
3033
|
+
config: drizzle_orm_pg_core1264.PgColumn<{
|
|
2898
3034
|
name: string;
|
|
2899
3035
|
tableName: "tools";
|
|
2900
3036
|
dataType: "json";
|
|
@@ -2919,7 +3055,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2919
3055
|
mcp: ToolMcpConfig;
|
|
2920
3056
|
};
|
|
2921
3057
|
}>;
|
|
2922
|
-
credentialReferenceId:
|
|
3058
|
+
credentialReferenceId: drizzle_orm_pg_core1264.PgColumn<{
|
|
2923
3059
|
name: "credential_reference_id";
|
|
2924
3060
|
tableName: "tools";
|
|
2925
3061
|
dataType: "string";
|
|
@@ -2938,7 +3074,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2938
3074
|
}, {}, {
|
|
2939
3075
|
length: 256;
|
|
2940
3076
|
}>;
|
|
2941
|
-
credentialScope:
|
|
3077
|
+
credentialScope: drizzle_orm_pg_core1264.PgColumn<{
|
|
2942
3078
|
name: "credential_scope";
|
|
2943
3079
|
tableName: "tools";
|
|
2944
3080
|
dataType: "string";
|
|
@@ -2957,7 +3093,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2957
3093
|
}, {}, {
|
|
2958
3094
|
length: 50;
|
|
2959
3095
|
}>;
|
|
2960
|
-
headers:
|
|
3096
|
+
headers: drizzle_orm_pg_core1264.PgColumn<{
|
|
2961
3097
|
name: string;
|
|
2962
3098
|
tableName: "tools";
|
|
2963
3099
|
dataType: "json";
|
|
@@ -2976,7 +3112,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2976
3112
|
}, {}, {
|
|
2977
3113
|
$type: Record<string, string>;
|
|
2978
3114
|
}>;
|
|
2979
|
-
imageUrl:
|
|
3115
|
+
imageUrl: drizzle_orm_pg_core1264.PgColumn<{
|
|
2980
3116
|
name: "image_url";
|
|
2981
3117
|
tableName: "tools";
|
|
2982
3118
|
dataType: "string";
|
|
@@ -2993,7 +3129,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
2993
3129
|
identity: undefined;
|
|
2994
3130
|
generated: undefined;
|
|
2995
3131
|
}, {}, {}>;
|
|
2996
|
-
capabilities:
|
|
3132
|
+
capabilities: drizzle_orm_pg_core1264.PgColumn<{
|
|
2997
3133
|
name: string;
|
|
2998
3134
|
tableName: "tools";
|
|
2999
3135
|
dataType: "json";
|
|
@@ -3012,7 +3148,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3012
3148
|
}, {}, {
|
|
3013
3149
|
$type: ToolServerCapabilities;
|
|
3014
3150
|
}>;
|
|
3015
|
-
lastError:
|
|
3151
|
+
lastError: drizzle_orm_pg_core1264.PgColumn<{
|
|
3016
3152
|
name: "last_error";
|
|
3017
3153
|
tableName: "tools";
|
|
3018
3154
|
dataType: "string";
|
|
@@ -3029,7 +3165,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3029
3165
|
identity: undefined;
|
|
3030
3166
|
generated: undefined;
|
|
3031
3167
|
}, {}, {}>;
|
|
3032
|
-
isWorkApp:
|
|
3168
|
+
isWorkApp: drizzle_orm_pg_core1264.PgColumn<{
|
|
3033
3169
|
name: "is_work_app";
|
|
3034
3170
|
tableName: "tools";
|
|
3035
3171
|
dataType: "boolean";
|
|
@@ -3046,7 +3182,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3046
3182
|
identity: undefined;
|
|
3047
3183
|
generated: undefined;
|
|
3048
3184
|
}, {}, {}>;
|
|
3049
|
-
name:
|
|
3185
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
3050
3186
|
name: "name";
|
|
3051
3187
|
tableName: "tools";
|
|
3052
3188
|
dataType: "string";
|
|
@@ -3065,7 +3201,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3065
3201
|
}, {}, {
|
|
3066
3202
|
length: 256;
|
|
3067
3203
|
}>;
|
|
3068
|
-
description:
|
|
3204
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
3069
3205
|
name: "description";
|
|
3070
3206
|
tableName: "tools";
|
|
3071
3207
|
dataType: "string";
|
|
@@ -3082,7 +3218,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3082
3218
|
identity: undefined;
|
|
3083
3219
|
generated: undefined;
|
|
3084
3220
|
}, {}, {}>;
|
|
3085
|
-
projectId:
|
|
3221
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3086
3222
|
name: "project_id";
|
|
3087
3223
|
tableName: "tools";
|
|
3088
3224
|
dataType: "string";
|
|
@@ -3101,7 +3237,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3101
3237
|
}, {}, {
|
|
3102
3238
|
length: 256;
|
|
3103
3239
|
}>;
|
|
3104
|
-
tenantId:
|
|
3240
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3105
3241
|
name: "tenant_id";
|
|
3106
3242
|
tableName: "tools";
|
|
3107
3243
|
dataType: "string";
|
|
@@ -3120,7 +3256,7 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3120
3256
|
}, {}, {
|
|
3121
3257
|
length: 256;
|
|
3122
3258
|
}>;
|
|
3123
|
-
id:
|
|
3259
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
3124
3260
|
name: "id";
|
|
3125
3261
|
tableName: "tools";
|
|
3126
3262
|
dataType: "string";
|
|
@@ -3142,11 +3278,11 @@ declare const tools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3142
3278
|
};
|
|
3143
3279
|
dialect: "pg";
|
|
3144
3280
|
}>;
|
|
3145
|
-
declare const functionTools:
|
|
3281
|
+
declare const functionTools: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
3146
3282
|
name: "function_tools";
|
|
3147
3283
|
schema: undefined;
|
|
3148
3284
|
columns: {
|
|
3149
|
-
createdAt:
|
|
3285
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3150
3286
|
name: "created_at";
|
|
3151
3287
|
tableName: "function_tools";
|
|
3152
3288
|
dataType: "string";
|
|
@@ -3163,7 +3299,7 @@ declare const functionTools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3163
3299
|
identity: undefined;
|
|
3164
3300
|
generated: undefined;
|
|
3165
3301
|
}, {}, {}>;
|
|
3166
|
-
updatedAt:
|
|
3302
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3167
3303
|
name: "updated_at";
|
|
3168
3304
|
tableName: "function_tools";
|
|
3169
3305
|
dataType: "string";
|
|
@@ -3180,7 +3316,7 @@ declare const functionTools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3180
3316
|
identity: undefined;
|
|
3181
3317
|
generated: undefined;
|
|
3182
3318
|
}, {}, {}>;
|
|
3183
|
-
functionId:
|
|
3319
|
+
functionId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3184
3320
|
name: "function_id";
|
|
3185
3321
|
tableName: "function_tools";
|
|
3186
3322
|
dataType: "string";
|
|
@@ -3199,7 +3335,7 @@ declare const functionTools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3199
3335
|
}, {}, {
|
|
3200
3336
|
length: 256;
|
|
3201
3337
|
}>;
|
|
3202
|
-
name:
|
|
3338
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
3203
3339
|
name: "name";
|
|
3204
3340
|
tableName: "function_tools";
|
|
3205
3341
|
dataType: "string";
|
|
@@ -3218,7 +3354,7 @@ declare const functionTools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3218
3354
|
}, {}, {
|
|
3219
3355
|
length: 256;
|
|
3220
3356
|
}>;
|
|
3221
|
-
description:
|
|
3357
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
3222
3358
|
name: "description";
|
|
3223
3359
|
tableName: "function_tools";
|
|
3224
3360
|
dataType: "string";
|
|
@@ -3235,7 +3371,7 @@ declare const functionTools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3235
3371
|
identity: undefined;
|
|
3236
3372
|
generated: undefined;
|
|
3237
3373
|
}, {}, {}>;
|
|
3238
|
-
agentId:
|
|
3374
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3239
3375
|
name: "agent_id";
|
|
3240
3376
|
tableName: "function_tools";
|
|
3241
3377
|
dataType: "string";
|
|
@@ -3254,7 +3390,7 @@ declare const functionTools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3254
3390
|
}, {}, {
|
|
3255
3391
|
length: 256;
|
|
3256
3392
|
}>;
|
|
3257
|
-
projectId:
|
|
3393
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3258
3394
|
name: "project_id";
|
|
3259
3395
|
tableName: "function_tools";
|
|
3260
3396
|
dataType: "string";
|
|
@@ -3273,7 +3409,7 @@ declare const functionTools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3273
3409
|
}, {}, {
|
|
3274
3410
|
length: 256;
|
|
3275
3411
|
}>;
|
|
3276
|
-
tenantId:
|
|
3412
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3277
3413
|
name: "tenant_id";
|
|
3278
3414
|
tableName: "function_tools";
|
|
3279
3415
|
dataType: "string";
|
|
@@ -3292,7 +3428,7 @@ declare const functionTools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3292
3428
|
}, {}, {
|
|
3293
3429
|
length: 256;
|
|
3294
3430
|
}>;
|
|
3295
|
-
id:
|
|
3431
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
3296
3432
|
name: "id";
|
|
3297
3433
|
tableName: "function_tools";
|
|
3298
3434
|
dataType: "string";
|
|
@@ -3314,11 +3450,11 @@ declare const functionTools: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3314
3450
|
};
|
|
3315
3451
|
dialect: "pg";
|
|
3316
3452
|
}>;
|
|
3317
|
-
declare const functions:
|
|
3453
|
+
declare const functions: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
3318
3454
|
name: "functions";
|
|
3319
3455
|
schema: undefined;
|
|
3320
3456
|
columns: {
|
|
3321
|
-
createdAt:
|
|
3457
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3322
3458
|
name: "created_at";
|
|
3323
3459
|
tableName: "functions";
|
|
3324
3460
|
dataType: "string";
|
|
@@ -3335,7 +3471,7 @@ declare const functions: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3335
3471
|
identity: undefined;
|
|
3336
3472
|
generated: undefined;
|
|
3337
3473
|
}, {}, {}>;
|
|
3338
|
-
updatedAt:
|
|
3474
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3339
3475
|
name: "updated_at";
|
|
3340
3476
|
tableName: "functions";
|
|
3341
3477
|
dataType: "string";
|
|
@@ -3352,7 +3488,7 @@ declare const functions: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3352
3488
|
identity: undefined;
|
|
3353
3489
|
generated: undefined;
|
|
3354
3490
|
}, {}, {}>;
|
|
3355
|
-
inputSchema:
|
|
3491
|
+
inputSchema: drizzle_orm_pg_core1264.PgColumn<{
|
|
3356
3492
|
name: string;
|
|
3357
3493
|
tableName: "functions";
|
|
3358
3494
|
dataType: "json";
|
|
@@ -3371,7 +3507,7 @@ declare const functions: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3371
3507
|
}, {}, {
|
|
3372
3508
|
$type: Record<string, unknown>;
|
|
3373
3509
|
}>;
|
|
3374
|
-
executeCode:
|
|
3510
|
+
executeCode: drizzle_orm_pg_core1264.PgColumn<{
|
|
3375
3511
|
name: "execute_code";
|
|
3376
3512
|
tableName: "functions";
|
|
3377
3513
|
dataType: "string";
|
|
@@ -3388,7 +3524,7 @@ declare const functions: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3388
3524
|
identity: undefined;
|
|
3389
3525
|
generated: undefined;
|
|
3390
3526
|
}, {}, {}>;
|
|
3391
|
-
dependencies:
|
|
3527
|
+
dependencies: drizzle_orm_pg_core1264.PgColumn<{
|
|
3392
3528
|
name: string;
|
|
3393
3529
|
tableName: "functions";
|
|
3394
3530
|
dataType: "json";
|
|
@@ -3407,7 +3543,7 @@ declare const functions: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3407
3543
|
}, {}, {
|
|
3408
3544
|
$type: Record<string, string>;
|
|
3409
3545
|
}>;
|
|
3410
|
-
projectId:
|
|
3546
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3411
3547
|
name: "project_id";
|
|
3412
3548
|
tableName: "functions";
|
|
3413
3549
|
dataType: "string";
|
|
@@ -3426,7 +3562,7 @@ declare const functions: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3426
3562
|
}, {}, {
|
|
3427
3563
|
length: 256;
|
|
3428
3564
|
}>;
|
|
3429
|
-
tenantId:
|
|
3565
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3430
3566
|
name: "tenant_id";
|
|
3431
3567
|
tableName: "functions";
|
|
3432
3568
|
dataType: "string";
|
|
@@ -3445,7 +3581,7 @@ declare const functions: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3445
3581
|
}, {}, {
|
|
3446
3582
|
length: 256;
|
|
3447
3583
|
}>;
|
|
3448
|
-
id:
|
|
3584
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
3449
3585
|
name: "id";
|
|
3450
3586
|
tableName: "functions";
|
|
3451
3587
|
dataType: "string";
|
|
@@ -3467,11 +3603,11 @@ declare const functions: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3467
3603
|
};
|
|
3468
3604
|
dialect: "pg";
|
|
3469
3605
|
}>;
|
|
3470
|
-
declare const subAgentToolRelations:
|
|
3606
|
+
declare const subAgentToolRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
3471
3607
|
name: "sub_agent_tool_relations";
|
|
3472
3608
|
schema: undefined;
|
|
3473
3609
|
columns: {
|
|
3474
|
-
createdAt:
|
|
3610
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3475
3611
|
name: "created_at";
|
|
3476
3612
|
tableName: "sub_agent_tool_relations";
|
|
3477
3613
|
dataType: "string";
|
|
@@ -3488,7 +3624,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3488
3624
|
identity: undefined;
|
|
3489
3625
|
generated: undefined;
|
|
3490
3626
|
}, {}, {}>;
|
|
3491
|
-
updatedAt:
|
|
3627
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3492
3628
|
name: "updated_at";
|
|
3493
3629
|
tableName: "sub_agent_tool_relations";
|
|
3494
3630
|
dataType: "string";
|
|
@@ -3505,7 +3641,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3505
3641
|
identity: undefined;
|
|
3506
3642
|
generated: undefined;
|
|
3507
3643
|
}, {}, {}>;
|
|
3508
|
-
toolId:
|
|
3644
|
+
toolId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3509
3645
|
name: "tool_id";
|
|
3510
3646
|
tableName: "sub_agent_tool_relations";
|
|
3511
3647
|
dataType: "string";
|
|
@@ -3524,7 +3660,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3524
3660
|
}, {}, {
|
|
3525
3661
|
length: 256;
|
|
3526
3662
|
}>;
|
|
3527
|
-
selectedTools:
|
|
3663
|
+
selectedTools: drizzle_orm_pg_core1264.PgColumn<{
|
|
3528
3664
|
name: string;
|
|
3529
3665
|
tableName: "sub_agent_tool_relations";
|
|
3530
3666
|
dataType: "json";
|
|
@@ -3543,7 +3679,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3543
3679
|
}, {}, {
|
|
3544
3680
|
$type: string[] | null;
|
|
3545
3681
|
}>;
|
|
3546
|
-
headers:
|
|
3682
|
+
headers: drizzle_orm_pg_core1264.PgColumn<{
|
|
3547
3683
|
name: string;
|
|
3548
3684
|
tableName: "sub_agent_tool_relations";
|
|
3549
3685
|
dataType: "json";
|
|
@@ -3562,7 +3698,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3562
3698
|
}, {}, {
|
|
3563
3699
|
$type: Record<string, string> | null;
|
|
3564
3700
|
}>;
|
|
3565
|
-
toolPolicies:
|
|
3701
|
+
toolPolicies: drizzle_orm_pg_core1264.PgColumn<{
|
|
3566
3702
|
name: string;
|
|
3567
3703
|
tableName: "sub_agent_tool_relations";
|
|
3568
3704
|
dataType: "json";
|
|
@@ -3585,7 +3721,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3585
3721
|
needsApproval?: boolean;
|
|
3586
3722
|
}> | null;
|
|
3587
3723
|
}>;
|
|
3588
|
-
subAgentId:
|
|
3724
|
+
subAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3589
3725
|
name: "sub_agent_id";
|
|
3590
3726
|
tableName: "sub_agent_tool_relations";
|
|
3591
3727
|
dataType: "string";
|
|
@@ -3604,7 +3740,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3604
3740
|
}, {}, {
|
|
3605
3741
|
length: 256;
|
|
3606
3742
|
}>;
|
|
3607
|
-
agentId:
|
|
3743
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3608
3744
|
name: "agent_id";
|
|
3609
3745
|
tableName: "sub_agent_tool_relations";
|
|
3610
3746
|
dataType: "string";
|
|
@@ -3623,7 +3759,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3623
3759
|
}, {}, {
|
|
3624
3760
|
length: 256;
|
|
3625
3761
|
}>;
|
|
3626
|
-
projectId:
|
|
3762
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3627
3763
|
name: "project_id";
|
|
3628
3764
|
tableName: "sub_agent_tool_relations";
|
|
3629
3765
|
dataType: "string";
|
|
@@ -3642,7 +3778,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3642
3778
|
}, {}, {
|
|
3643
3779
|
length: 256;
|
|
3644
3780
|
}>;
|
|
3645
|
-
tenantId:
|
|
3781
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3646
3782
|
name: "tenant_id";
|
|
3647
3783
|
tableName: "sub_agent_tool_relations";
|
|
3648
3784
|
dataType: "string";
|
|
@@ -3661,7 +3797,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3661
3797
|
}, {}, {
|
|
3662
3798
|
length: 256;
|
|
3663
3799
|
}>;
|
|
3664
|
-
id:
|
|
3800
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
3665
3801
|
name: "id";
|
|
3666
3802
|
tableName: "sub_agent_tool_relations";
|
|
3667
3803
|
dataType: "string";
|
|
@@ -3683,11 +3819,11 @@ declare const subAgentToolRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
3683
3819
|
};
|
|
3684
3820
|
dialect: "pg";
|
|
3685
3821
|
}>;
|
|
3686
|
-
declare const subAgentExternalAgentRelations:
|
|
3822
|
+
declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
3687
3823
|
name: "sub_agent_external_agent_relations";
|
|
3688
3824
|
schema: undefined;
|
|
3689
3825
|
columns: {
|
|
3690
|
-
createdAt:
|
|
3826
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3691
3827
|
name: "created_at";
|
|
3692
3828
|
tableName: "sub_agent_external_agent_relations";
|
|
3693
3829
|
dataType: "string";
|
|
@@ -3704,7 +3840,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
3704
3840
|
identity: undefined;
|
|
3705
3841
|
generated: undefined;
|
|
3706
3842
|
}, {}, {}>;
|
|
3707
|
-
updatedAt:
|
|
3843
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3708
3844
|
name: "updated_at";
|
|
3709
3845
|
tableName: "sub_agent_external_agent_relations";
|
|
3710
3846
|
dataType: "string";
|
|
@@ -3721,7 +3857,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
3721
3857
|
identity: undefined;
|
|
3722
3858
|
generated: undefined;
|
|
3723
3859
|
}, {}, {}>;
|
|
3724
|
-
externalAgentId:
|
|
3860
|
+
externalAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3725
3861
|
name: "external_agent_id";
|
|
3726
3862
|
tableName: "sub_agent_external_agent_relations";
|
|
3727
3863
|
dataType: "string";
|
|
@@ -3740,7 +3876,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
3740
3876
|
}, {}, {
|
|
3741
3877
|
length: 256;
|
|
3742
3878
|
}>;
|
|
3743
|
-
headers:
|
|
3879
|
+
headers: drizzle_orm_pg_core1264.PgColumn<{
|
|
3744
3880
|
name: string;
|
|
3745
3881
|
tableName: "sub_agent_external_agent_relations";
|
|
3746
3882
|
dataType: "json";
|
|
@@ -3759,7 +3895,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
3759
3895
|
}, {}, {
|
|
3760
3896
|
$type: Record<string, string> | null;
|
|
3761
3897
|
}>;
|
|
3762
|
-
subAgentId:
|
|
3898
|
+
subAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3763
3899
|
name: "sub_agent_id";
|
|
3764
3900
|
tableName: "sub_agent_external_agent_relations";
|
|
3765
3901
|
dataType: "string";
|
|
@@ -3778,7 +3914,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
3778
3914
|
}, {}, {
|
|
3779
3915
|
length: 256;
|
|
3780
3916
|
}>;
|
|
3781
|
-
agentId:
|
|
3917
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3782
3918
|
name: "agent_id";
|
|
3783
3919
|
tableName: "sub_agent_external_agent_relations";
|
|
3784
3920
|
dataType: "string";
|
|
@@ -3797,7 +3933,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
3797
3933
|
}, {}, {
|
|
3798
3934
|
length: 256;
|
|
3799
3935
|
}>;
|
|
3800
|
-
projectId:
|
|
3936
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3801
3937
|
name: "project_id";
|
|
3802
3938
|
tableName: "sub_agent_external_agent_relations";
|
|
3803
3939
|
dataType: "string";
|
|
@@ -3816,7 +3952,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
3816
3952
|
}, {}, {
|
|
3817
3953
|
length: 256;
|
|
3818
3954
|
}>;
|
|
3819
|
-
tenantId:
|
|
3955
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3820
3956
|
name: "tenant_id";
|
|
3821
3957
|
tableName: "sub_agent_external_agent_relations";
|
|
3822
3958
|
dataType: "string";
|
|
@@ -3835,7 +3971,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
3835
3971
|
}, {}, {
|
|
3836
3972
|
length: 256;
|
|
3837
3973
|
}>;
|
|
3838
|
-
id:
|
|
3974
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
3839
3975
|
name: "id";
|
|
3840
3976
|
tableName: "sub_agent_external_agent_relations";
|
|
3841
3977
|
dataType: "string";
|
|
@@ -3857,11 +3993,11 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
3857
3993
|
};
|
|
3858
3994
|
dialect: "pg";
|
|
3859
3995
|
}>;
|
|
3860
|
-
declare const subAgentTeamAgentRelations:
|
|
3996
|
+
declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
3861
3997
|
name: "sub_agent_team_agent_relations";
|
|
3862
3998
|
schema: undefined;
|
|
3863
3999
|
columns: {
|
|
3864
|
-
createdAt:
|
|
4000
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3865
4001
|
name: "created_at";
|
|
3866
4002
|
tableName: "sub_agent_team_agent_relations";
|
|
3867
4003
|
dataType: "string";
|
|
@@ -3878,7 +4014,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
3878
4014
|
identity: undefined;
|
|
3879
4015
|
generated: undefined;
|
|
3880
4016
|
}, {}, {}>;
|
|
3881
|
-
updatedAt:
|
|
4017
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
3882
4018
|
name: "updated_at";
|
|
3883
4019
|
tableName: "sub_agent_team_agent_relations";
|
|
3884
4020
|
dataType: "string";
|
|
@@ -3895,7 +4031,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
3895
4031
|
identity: undefined;
|
|
3896
4032
|
generated: undefined;
|
|
3897
4033
|
}, {}, {}>;
|
|
3898
|
-
targetAgentId:
|
|
4034
|
+
targetAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3899
4035
|
name: "target_agent_id";
|
|
3900
4036
|
tableName: "sub_agent_team_agent_relations";
|
|
3901
4037
|
dataType: "string";
|
|
@@ -3914,7 +4050,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
3914
4050
|
}, {}, {
|
|
3915
4051
|
length: 256;
|
|
3916
4052
|
}>;
|
|
3917
|
-
headers:
|
|
4053
|
+
headers: drizzle_orm_pg_core1264.PgColumn<{
|
|
3918
4054
|
name: string;
|
|
3919
4055
|
tableName: "sub_agent_team_agent_relations";
|
|
3920
4056
|
dataType: "json";
|
|
@@ -3933,7 +4069,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
3933
4069
|
}, {}, {
|
|
3934
4070
|
$type: Record<string, string> | null;
|
|
3935
4071
|
}>;
|
|
3936
|
-
subAgentId:
|
|
4072
|
+
subAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3937
4073
|
name: "sub_agent_id";
|
|
3938
4074
|
tableName: "sub_agent_team_agent_relations";
|
|
3939
4075
|
dataType: "string";
|
|
@@ -3952,7 +4088,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
3952
4088
|
}, {}, {
|
|
3953
4089
|
length: 256;
|
|
3954
4090
|
}>;
|
|
3955
|
-
agentId:
|
|
4091
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3956
4092
|
name: "agent_id";
|
|
3957
4093
|
tableName: "sub_agent_team_agent_relations";
|
|
3958
4094
|
dataType: "string";
|
|
@@ -3971,7 +4107,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
3971
4107
|
}, {}, {
|
|
3972
4108
|
length: 256;
|
|
3973
4109
|
}>;
|
|
3974
|
-
projectId:
|
|
4110
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3975
4111
|
name: "project_id";
|
|
3976
4112
|
tableName: "sub_agent_team_agent_relations";
|
|
3977
4113
|
dataType: "string";
|
|
@@ -3990,7 +4126,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
3990
4126
|
}, {}, {
|
|
3991
4127
|
length: 256;
|
|
3992
4128
|
}>;
|
|
3993
|
-
tenantId:
|
|
4129
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
3994
4130
|
name: "tenant_id";
|
|
3995
4131
|
tableName: "sub_agent_team_agent_relations";
|
|
3996
4132
|
dataType: "string";
|
|
@@ -4009,7 +4145,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
4009
4145
|
}, {}, {
|
|
4010
4146
|
length: 256;
|
|
4011
4147
|
}>;
|
|
4012
|
-
id:
|
|
4148
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
4013
4149
|
name: "id";
|
|
4014
4150
|
tableName: "sub_agent_team_agent_relations";
|
|
4015
4151
|
dataType: "string";
|
|
@@ -4031,11 +4167,11 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core221.PgTableWithColu
|
|
|
4031
4167
|
};
|
|
4032
4168
|
dialect: "pg";
|
|
4033
4169
|
}>;
|
|
4034
|
-
declare const subAgentFunctionToolRelations:
|
|
4170
|
+
declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
4035
4171
|
name: "sub_agent_function_tool_relations";
|
|
4036
4172
|
schema: undefined;
|
|
4037
4173
|
columns: {
|
|
4038
|
-
createdAt:
|
|
4174
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4039
4175
|
name: "created_at";
|
|
4040
4176
|
tableName: "sub_agent_function_tool_relations";
|
|
4041
4177
|
dataType: "string";
|
|
@@ -4052,7 +4188,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core221.PgTableWithC
|
|
|
4052
4188
|
identity: undefined;
|
|
4053
4189
|
generated: undefined;
|
|
4054
4190
|
}, {}, {}>;
|
|
4055
|
-
updatedAt:
|
|
4191
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4056
4192
|
name: "updated_at";
|
|
4057
4193
|
tableName: "sub_agent_function_tool_relations";
|
|
4058
4194
|
dataType: "string";
|
|
@@ -4069,7 +4205,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core221.PgTableWithC
|
|
|
4069
4205
|
identity: undefined;
|
|
4070
4206
|
generated: undefined;
|
|
4071
4207
|
}, {}, {}>;
|
|
4072
|
-
functionToolId:
|
|
4208
|
+
functionToolId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4073
4209
|
name: "function_tool_id";
|
|
4074
4210
|
tableName: "sub_agent_function_tool_relations";
|
|
4075
4211
|
dataType: "string";
|
|
@@ -4088,7 +4224,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core221.PgTableWithC
|
|
|
4088
4224
|
}, {}, {
|
|
4089
4225
|
length: 256;
|
|
4090
4226
|
}>;
|
|
4091
|
-
toolPolicies:
|
|
4227
|
+
toolPolicies: drizzle_orm_pg_core1264.PgColumn<{
|
|
4092
4228
|
name: string;
|
|
4093
4229
|
tableName: "sub_agent_function_tool_relations";
|
|
4094
4230
|
dataType: "json";
|
|
@@ -4111,7 +4247,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core221.PgTableWithC
|
|
|
4111
4247
|
needsApproval?: boolean;
|
|
4112
4248
|
}> | null;
|
|
4113
4249
|
}>;
|
|
4114
|
-
subAgentId:
|
|
4250
|
+
subAgentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4115
4251
|
name: "sub_agent_id";
|
|
4116
4252
|
tableName: "sub_agent_function_tool_relations";
|
|
4117
4253
|
dataType: "string";
|
|
@@ -4130,7 +4266,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core221.PgTableWithC
|
|
|
4130
4266
|
}, {}, {
|
|
4131
4267
|
length: 256;
|
|
4132
4268
|
}>;
|
|
4133
|
-
agentId:
|
|
4269
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4134
4270
|
name: "agent_id";
|
|
4135
4271
|
tableName: "sub_agent_function_tool_relations";
|
|
4136
4272
|
dataType: "string";
|
|
@@ -4149,7 +4285,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core221.PgTableWithC
|
|
|
4149
4285
|
}, {}, {
|
|
4150
4286
|
length: 256;
|
|
4151
4287
|
}>;
|
|
4152
|
-
projectId:
|
|
4288
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4153
4289
|
name: "project_id";
|
|
4154
4290
|
tableName: "sub_agent_function_tool_relations";
|
|
4155
4291
|
dataType: "string";
|
|
@@ -4168,7 +4304,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core221.PgTableWithC
|
|
|
4168
4304
|
}, {}, {
|
|
4169
4305
|
length: 256;
|
|
4170
4306
|
}>;
|
|
4171
|
-
tenantId:
|
|
4307
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4172
4308
|
name: "tenant_id";
|
|
4173
4309
|
tableName: "sub_agent_function_tool_relations";
|
|
4174
4310
|
dataType: "string";
|
|
@@ -4187,7 +4323,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core221.PgTableWithC
|
|
|
4187
4323
|
}, {}, {
|
|
4188
4324
|
length: 256;
|
|
4189
4325
|
}>;
|
|
4190
|
-
id:
|
|
4326
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
4191
4327
|
name: "id";
|
|
4192
4328
|
tableName: "sub_agent_function_tool_relations";
|
|
4193
4329
|
dataType: "string";
|
|
@@ -4209,11 +4345,11 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core221.PgTableWithC
|
|
|
4209
4345
|
};
|
|
4210
4346
|
dialect: "pg";
|
|
4211
4347
|
}>;
|
|
4212
|
-
declare const credentialReferences:
|
|
4348
|
+
declare const credentialReferences: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
4213
4349
|
name: "credential_references";
|
|
4214
4350
|
schema: undefined;
|
|
4215
4351
|
columns: {
|
|
4216
|
-
createdAt:
|
|
4352
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4217
4353
|
name: "created_at";
|
|
4218
4354
|
tableName: "credential_references";
|
|
4219
4355
|
dataType: "string";
|
|
@@ -4230,7 +4366,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4230
4366
|
identity: undefined;
|
|
4231
4367
|
generated: undefined;
|
|
4232
4368
|
}, {}, {}>;
|
|
4233
|
-
updatedAt:
|
|
4369
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4234
4370
|
name: "updated_at";
|
|
4235
4371
|
tableName: "credential_references";
|
|
4236
4372
|
dataType: "string";
|
|
@@ -4247,7 +4383,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4247
4383
|
identity: undefined;
|
|
4248
4384
|
generated: undefined;
|
|
4249
4385
|
}, {}, {}>;
|
|
4250
|
-
name:
|
|
4386
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
4251
4387
|
name: "name";
|
|
4252
4388
|
tableName: "credential_references";
|
|
4253
4389
|
dataType: "string";
|
|
@@ -4266,7 +4402,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4266
4402
|
}, {}, {
|
|
4267
4403
|
length: 256;
|
|
4268
4404
|
}>;
|
|
4269
|
-
type:
|
|
4405
|
+
type: drizzle_orm_pg_core1264.PgColumn<{
|
|
4270
4406
|
name: "type";
|
|
4271
4407
|
tableName: "credential_references";
|
|
4272
4408
|
dataType: "string";
|
|
@@ -4285,7 +4421,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4285
4421
|
}, {}, {
|
|
4286
4422
|
length: 256;
|
|
4287
4423
|
}>;
|
|
4288
|
-
credentialStoreId:
|
|
4424
|
+
credentialStoreId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4289
4425
|
name: "credential_store_id";
|
|
4290
4426
|
tableName: "credential_references";
|
|
4291
4427
|
dataType: "string";
|
|
@@ -4304,7 +4440,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4304
4440
|
}, {}, {
|
|
4305
4441
|
length: 256;
|
|
4306
4442
|
}>;
|
|
4307
|
-
retrievalParams:
|
|
4443
|
+
retrievalParams: drizzle_orm_pg_core1264.PgColumn<{
|
|
4308
4444
|
name: string;
|
|
4309
4445
|
tableName: "credential_references";
|
|
4310
4446
|
dataType: "json";
|
|
@@ -4323,7 +4459,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4323
4459
|
}, {}, {
|
|
4324
4460
|
$type: Record<string, unknown>;
|
|
4325
4461
|
}>;
|
|
4326
|
-
toolId:
|
|
4462
|
+
toolId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4327
4463
|
name: "tool_id";
|
|
4328
4464
|
tableName: "credential_references";
|
|
4329
4465
|
dataType: "string";
|
|
@@ -4342,7 +4478,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4342
4478
|
}, {}, {
|
|
4343
4479
|
length: 256;
|
|
4344
4480
|
}>;
|
|
4345
|
-
userId:
|
|
4481
|
+
userId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4346
4482
|
name: "user_id";
|
|
4347
4483
|
tableName: "credential_references";
|
|
4348
4484
|
dataType: "string";
|
|
@@ -4361,7 +4497,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4361
4497
|
}, {}, {
|
|
4362
4498
|
length: 256;
|
|
4363
4499
|
}>;
|
|
4364
|
-
createdBy:
|
|
4500
|
+
createdBy: drizzle_orm_pg_core1264.PgColumn<{
|
|
4365
4501
|
name: "created_by";
|
|
4366
4502
|
tableName: "credential_references";
|
|
4367
4503
|
dataType: "string";
|
|
@@ -4380,7 +4516,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4380
4516
|
}, {}, {
|
|
4381
4517
|
length: 256;
|
|
4382
4518
|
}>;
|
|
4383
|
-
projectId:
|
|
4519
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4384
4520
|
name: "project_id";
|
|
4385
4521
|
tableName: "credential_references";
|
|
4386
4522
|
dataType: "string";
|
|
@@ -4399,7 +4535,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4399
4535
|
}, {}, {
|
|
4400
4536
|
length: 256;
|
|
4401
4537
|
}>;
|
|
4402
|
-
tenantId:
|
|
4538
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4403
4539
|
name: "tenant_id";
|
|
4404
4540
|
tableName: "credential_references";
|
|
4405
4541
|
dataType: "string";
|
|
@@ -4418,7 +4554,7 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4418
4554
|
}, {}, {
|
|
4419
4555
|
length: 256;
|
|
4420
4556
|
}>;
|
|
4421
|
-
id:
|
|
4557
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
4422
4558
|
name: "id";
|
|
4423
4559
|
tableName: "credential_references";
|
|
4424
4560
|
dataType: "string";
|
|
@@ -4450,11 +4586,11 @@ declare const credentialReferences: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4450
4586
|
*
|
|
4451
4587
|
* Includes: name and timestamps
|
|
4452
4588
|
*/
|
|
4453
|
-
declare const dataset:
|
|
4589
|
+
declare const dataset: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
4454
4590
|
name: "dataset";
|
|
4455
4591
|
schema: undefined;
|
|
4456
4592
|
columns: {
|
|
4457
|
-
createdAt:
|
|
4593
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4458
4594
|
name: "created_at";
|
|
4459
4595
|
tableName: "dataset";
|
|
4460
4596
|
dataType: "string";
|
|
@@ -4471,7 +4607,7 @@ declare const dataset: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4471
4607
|
identity: undefined;
|
|
4472
4608
|
generated: undefined;
|
|
4473
4609
|
}, {}, {}>;
|
|
4474
|
-
updatedAt:
|
|
4610
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4475
4611
|
name: "updated_at";
|
|
4476
4612
|
tableName: "dataset";
|
|
4477
4613
|
dataType: "string";
|
|
@@ -4488,7 +4624,7 @@ declare const dataset: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4488
4624
|
identity: undefined;
|
|
4489
4625
|
generated: undefined;
|
|
4490
4626
|
}, {}, {}>;
|
|
4491
|
-
name:
|
|
4627
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
4492
4628
|
name: "name";
|
|
4493
4629
|
tableName: "dataset";
|
|
4494
4630
|
dataType: "string";
|
|
@@ -4507,7 +4643,7 @@ declare const dataset: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4507
4643
|
}, {}, {
|
|
4508
4644
|
length: 256;
|
|
4509
4645
|
}>;
|
|
4510
|
-
projectId:
|
|
4646
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4511
4647
|
name: "project_id";
|
|
4512
4648
|
tableName: "dataset";
|
|
4513
4649
|
dataType: "string";
|
|
@@ -4526,7 +4662,7 @@ declare const dataset: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4526
4662
|
}, {}, {
|
|
4527
4663
|
length: 256;
|
|
4528
4664
|
}>;
|
|
4529
|
-
tenantId:
|
|
4665
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4530
4666
|
name: "tenant_id";
|
|
4531
4667
|
tableName: "dataset";
|
|
4532
4668
|
dataType: "string";
|
|
@@ -4545,7 +4681,7 @@ declare const dataset: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4545
4681
|
}, {}, {
|
|
4546
4682
|
length: 256;
|
|
4547
4683
|
}>;
|
|
4548
|
-
id:
|
|
4684
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
4549
4685
|
name: "id";
|
|
4550
4686
|
tableName: "dataset";
|
|
4551
4687
|
dataType: "string";
|
|
@@ -4575,11 +4711,11 @@ declare const dataset: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4575
4711
|
* Includes: input (messages array with optional headers), expected output (array of messages),
|
|
4576
4712
|
* and timestamps.
|
|
4577
4713
|
*/
|
|
4578
|
-
declare const datasetItem:
|
|
4714
|
+
declare const datasetItem: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
4579
4715
|
name: "dataset_item";
|
|
4580
4716
|
schema: undefined;
|
|
4581
4717
|
columns: {
|
|
4582
|
-
createdAt:
|
|
4718
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4583
4719
|
name: "created_at";
|
|
4584
4720
|
tableName: "dataset_item";
|
|
4585
4721
|
dataType: "string";
|
|
@@ -4596,7 +4732,7 @@ declare const datasetItem: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4596
4732
|
identity: undefined;
|
|
4597
4733
|
generated: undefined;
|
|
4598
4734
|
}, {}, {}>;
|
|
4599
|
-
updatedAt:
|
|
4735
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4600
4736
|
name: "updated_at";
|
|
4601
4737
|
tableName: "dataset_item";
|
|
4602
4738
|
dataType: "string";
|
|
@@ -4613,7 +4749,7 @@ declare const datasetItem: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4613
4749
|
identity: undefined;
|
|
4614
4750
|
generated: undefined;
|
|
4615
4751
|
}, {}, {}>;
|
|
4616
|
-
datasetId:
|
|
4752
|
+
datasetId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4617
4753
|
name: "dataset_id";
|
|
4618
4754
|
tableName: "dataset_item";
|
|
4619
4755
|
dataType: "string";
|
|
@@ -4632,7 +4768,7 @@ declare const datasetItem: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4632
4768
|
}, {}, {
|
|
4633
4769
|
length: 256;
|
|
4634
4770
|
}>;
|
|
4635
|
-
input:
|
|
4771
|
+
input: drizzle_orm_pg_core1264.PgColumn<{
|
|
4636
4772
|
name: string;
|
|
4637
4773
|
tableName: "dataset_item";
|
|
4638
4774
|
dataType: "json";
|
|
@@ -4651,7 +4787,7 @@ declare const datasetItem: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4651
4787
|
}, {}, {
|
|
4652
4788
|
$type: DatasetItemInput;
|
|
4653
4789
|
}>;
|
|
4654
|
-
expectedOutput:
|
|
4790
|
+
expectedOutput: drizzle_orm_pg_core1264.PgColumn<{
|
|
4655
4791
|
name: string;
|
|
4656
4792
|
tableName: "dataset_item";
|
|
4657
4793
|
dataType: "json";
|
|
@@ -4670,7 +4806,7 @@ declare const datasetItem: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4670
4806
|
}, {}, {
|
|
4671
4807
|
$type: DatasetItemExpectedOutput;
|
|
4672
4808
|
}>;
|
|
4673
|
-
projectId:
|
|
4809
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4674
4810
|
name: "project_id";
|
|
4675
4811
|
tableName: "dataset_item";
|
|
4676
4812
|
dataType: "string";
|
|
@@ -4689,7 +4825,7 @@ declare const datasetItem: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4689
4825
|
}, {}, {
|
|
4690
4826
|
length: 256;
|
|
4691
4827
|
}>;
|
|
4692
|
-
tenantId:
|
|
4828
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4693
4829
|
name: "tenant_id";
|
|
4694
4830
|
tableName: "dataset_item";
|
|
4695
4831
|
dataType: "string";
|
|
@@ -4708,7 +4844,7 @@ declare const datasetItem: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4708
4844
|
}, {}, {
|
|
4709
4845
|
length: 256;
|
|
4710
4846
|
}>;
|
|
4711
|
-
id:
|
|
4847
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
4712
4848
|
name: "id";
|
|
4713
4849
|
tableName: "dataset_item";
|
|
4714
4850
|
dataType: "string";
|
|
@@ -4730,11 +4866,11 @@ declare const datasetItem: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4730
4866
|
};
|
|
4731
4867
|
dialect: "pg";
|
|
4732
4868
|
}>;
|
|
4733
|
-
declare const evaluator:
|
|
4869
|
+
declare const evaluator: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
4734
4870
|
name: "evaluator";
|
|
4735
4871
|
schema: undefined;
|
|
4736
4872
|
columns: {
|
|
4737
|
-
createdAt:
|
|
4873
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4738
4874
|
name: "created_at";
|
|
4739
4875
|
tableName: "evaluator";
|
|
4740
4876
|
dataType: "string";
|
|
@@ -4751,7 +4887,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4751
4887
|
identity: undefined;
|
|
4752
4888
|
generated: undefined;
|
|
4753
4889
|
}, {}, {}>;
|
|
4754
|
-
updatedAt:
|
|
4890
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4755
4891
|
name: "updated_at";
|
|
4756
4892
|
tableName: "evaluator";
|
|
4757
4893
|
dataType: "string";
|
|
@@ -4768,7 +4904,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4768
4904
|
identity: undefined;
|
|
4769
4905
|
generated: undefined;
|
|
4770
4906
|
}, {}, {}>;
|
|
4771
|
-
prompt:
|
|
4907
|
+
prompt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4772
4908
|
name: "prompt";
|
|
4773
4909
|
tableName: "evaluator";
|
|
4774
4910
|
dataType: "string";
|
|
@@ -4785,7 +4921,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4785
4921
|
identity: undefined;
|
|
4786
4922
|
generated: undefined;
|
|
4787
4923
|
}, {}, {}>;
|
|
4788
|
-
schema:
|
|
4924
|
+
schema: drizzle_orm_pg_core1264.PgColumn<{
|
|
4789
4925
|
name: string;
|
|
4790
4926
|
tableName: "evaluator";
|
|
4791
4927
|
dataType: "json";
|
|
@@ -4804,7 +4940,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4804
4940
|
}, {}, {
|
|
4805
4941
|
$type: Record<string, unknown>;
|
|
4806
4942
|
}>;
|
|
4807
|
-
model:
|
|
4943
|
+
model: drizzle_orm_pg_core1264.PgColumn<{
|
|
4808
4944
|
name: string;
|
|
4809
4945
|
tableName: "evaluator";
|
|
4810
4946
|
dataType: "json";
|
|
@@ -4833,7 +4969,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4833
4969
|
allowedProviders?: string[] | undefined;
|
|
4834
4970
|
};
|
|
4835
4971
|
}>;
|
|
4836
|
-
passCriteria:
|
|
4972
|
+
passCriteria: drizzle_orm_pg_core1264.PgColumn<{
|
|
4837
4973
|
name: string;
|
|
4838
4974
|
tableName: "evaluator";
|
|
4839
4975
|
dataType: "json";
|
|
@@ -4852,7 +4988,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4852
4988
|
}, {}, {
|
|
4853
4989
|
$type: PassCriteria;
|
|
4854
4990
|
}>;
|
|
4855
|
-
name:
|
|
4991
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
4856
4992
|
name: "name";
|
|
4857
4993
|
tableName: "evaluator";
|
|
4858
4994
|
dataType: "string";
|
|
@@ -4871,7 +5007,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4871
5007
|
}, {}, {
|
|
4872
5008
|
length: 256;
|
|
4873
5009
|
}>;
|
|
4874
|
-
description:
|
|
5010
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
4875
5011
|
name: "description";
|
|
4876
5012
|
tableName: "evaluator";
|
|
4877
5013
|
dataType: "string";
|
|
@@ -4888,7 +5024,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4888
5024
|
identity: undefined;
|
|
4889
5025
|
generated: undefined;
|
|
4890
5026
|
}, {}, {}>;
|
|
4891
|
-
projectId:
|
|
5027
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4892
5028
|
name: "project_id";
|
|
4893
5029
|
tableName: "evaluator";
|
|
4894
5030
|
dataType: "string";
|
|
@@ -4907,7 +5043,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4907
5043
|
}, {}, {
|
|
4908
5044
|
length: 256;
|
|
4909
5045
|
}>;
|
|
4910
|
-
tenantId:
|
|
5046
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4911
5047
|
name: "tenant_id";
|
|
4912
5048
|
tableName: "evaluator";
|
|
4913
5049
|
dataType: "string";
|
|
@@ -4926,7 +5062,7 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4926
5062
|
}, {}, {
|
|
4927
5063
|
length: 256;
|
|
4928
5064
|
}>;
|
|
4929
|
-
id:
|
|
5065
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
4930
5066
|
name: "id";
|
|
4931
5067
|
tableName: "evaluator";
|
|
4932
5068
|
dataType: "string";
|
|
@@ -4948,11 +5084,11 @@ declare const evaluator: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4948
5084
|
};
|
|
4949
5085
|
dialect: "pg";
|
|
4950
5086
|
}>;
|
|
4951
|
-
declare const datasetRunConfig:
|
|
5087
|
+
declare const datasetRunConfig: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
4952
5088
|
name: "dataset_run_config";
|
|
4953
5089
|
schema: undefined;
|
|
4954
5090
|
columns: {
|
|
4955
|
-
createdAt:
|
|
5091
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4956
5092
|
name: "created_at";
|
|
4957
5093
|
tableName: "dataset_run_config";
|
|
4958
5094
|
dataType: "string";
|
|
@@ -4969,7 +5105,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4969
5105
|
identity: undefined;
|
|
4970
5106
|
generated: undefined;
|
|
4971
5107
|
}, {}, {}>;
|
|
4972
|
-
updatedAt:
|
|
5108
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
4973
5109
|
name: "updated_at";
|
|
4974
5110
|
tableName: "dataset_run_config";
|
|
4975
5111
|
dataType: "string";
|
|
@@ -4986,7 +5122,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
4986
5122
|
identity: undefined;
|
|
4987
5123
|
generated: undefined;
|
|
4988
5124
|
}, {}, {}>;
|
|
4989
|
-
datasetId:
|
|
5125
|
+
datasetId: drizzle_orm_pg_core1264.PgColumn<{
|
|
4990
5126
|
name: "dataset_id";
|
|
4991
5127
|
tableName: "dataset_run_config";
|
|
4992
5128
|
dataType: "string";
|
|
@@ -5005,7 +5141,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5005
5141
|
}, {}, {
|
|
5006
5142
|
length: 256;
|
|
5007
5143
|
}>;
|
|
5008
|
-
name:
|
|
5144
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
5009
5145
|
name: "name";
|
|
5010
5146
|
tableName: "dataset_run_config";
|
|
5011
5147
|
dataType: "string";
|
|
@@ -5024,7 +5160,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5024
5160
|
}, {}, {
|
|
5025
5161
|
length: 256;
|
|
5026
5162
|
}>;
|
|
5027
|
-
description:
|
|
5163
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
5028
5164
|
name: "description";
|
|
5029
5165
|
tableName: "dataset_run_config";
|
|
5030
5166
|
dataType: "string";
|
|
@@ -5041,7 +5177,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5041
5177
|
identity: undefined;
|
|
5042
5178
|
generated: undefined;
|
|
5043
5179
|
}, {}, {}>;
|
|
5044
|
-
projectId:
|
|
5180
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5045
5181
|
name: "project_id";
|
|
5046
5182
|
tableName: "dataset_run_config";
|
|
5047
5183
|
dataType: "string";
|
|
@@ -5060,7 +5196,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5060
5196
|
}, {}, {
|
|
5061
5197
|
length: 256;
|
|
5062
5198
|
}>;
|
|
5063
|
-
tenantId:
|
|
5199
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5064
5200
|
name: "tenant_id";
|
|
5065
5201
|
tableName: "dataset_run_config";
|
|
5066
5202
|
dataType: "string";
|
|
@@ -5079,7 +5215,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5079
5215
|
}, {}, {
|
|
5080
5216
|
length: 256;
|
|
5081
5217
|
}>;
|
|
5082
|
-
id:
|
|
5218
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
5083
5219
|
name: "id";
|
|
5084
5220
|
tableName: "dataset_run_config";
|
|
5085
5221
|
dataType: "string";
|
|
@@ -5116,11 +5252,11 @@ declare const datasetRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5116
5252
|
* Includes: name, description, filters (JSONB for evaluation criteria),
|
|
5117
5253
|
* sampleRate for sampling, and timestamps
|
|
5118
5254
|
*/
|
|
5119
|
-
declare const evaluationSuiteConfig:
|
|
5255
|
+
declare const evaluationSuiteConfig: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
5120
5256
|
name: "evaluation_suite_config";
|
|
5121
5257
|
schema: undefined;
|
|
5122
5258
|
columns: {
|
|
5123
|
-
createdAt:
|
|
5259
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5124
5260
|
name: "created_at";
|
|
5125
5261
|
tableName: "evaluation_suite_config";
|
|
5126
5262
|
dataType: "string";
|
|
@@ -5137,7 +5273,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5137
5273
|
identity: undefined;
|
|
5138
5274
|
generated: undefined;
|
|
5139
5275
|
}, {}, {}>;
|
|
5140
|
-
updatedAt:
|
|
5276
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5141
5277
|
name: "updated_at";
|
|
5142
5278
|
tableName: "evaluation_suite_config";
|
|
5143
5279
|
dataType: "string";
|
|
@@ -5154,7 +5290,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5154
5290
|
identity: undefined;
|
|
5155
5291
|
generated: undefined;
|
|
5156
5292
|
}, {}, {}>;
|
|
5157
|
-
filters:
|
|
5293
|
+
filters: drizzle_orm_pg_core1264.PgColumn<{
|
|
5158
5294
|
name: string;
|
|
5159
5295
|
tableName: "evaluation_suite_config";
|
|
5160
5296
|
dataType: "json";
|
|
@@ -5173,7 +5309,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5173
5309
|
}, {}, {
|
|
5174
5310
|
$type: Filter<EvaluationSuiteFilterCriteria>;
|
|
5175
5311
|
}>;
|
|
5176
|
-
sampleRate:
|
|
5312
|
+
sampleRate: drizzle_orm_pg_core1264.PgColumn<{
|
|
5177
5313
|
name: "sample_rate";
|
|
5178
5314
|
tableName: "evaluation_suite_config";
|
|
5179
5315
|
dataType: "number";
|
|
@@ -5190,7 +5326,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5190
5326
|
identity: undefined;
|
|
5191
5327
|
generated: undefined;
|
|
5192
5328
|
}, {}, {}>;
|
|
5193
|
-
projectId:
|
|
5329
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5194
5330
|
name: "project_id";
|
|
5195
5331
|
tableName: "evaluation_suite_config";
|
|
5196
5332
|
dataType: "string";
|
|
@@ -5209,7 +5345,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5209
5345
|
}, {}, {
|
|
5210
5346
|
length: 256;
|
|
5211
5347
|
}>;
|
|
5212
|
-
tenantId:
|
|
5348
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5213
5349
|
name: "tenant_id";
|
|
5214
5350
|
tableName: "evaluation_suite_config";
|
|
5215
5351
|
dataType: "string";
|
|
@@ -5228,7 +5364,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5228
5364
|
}, {}, {
|
|
5229
5365
|
length: 256;
|
|
5230
5366
|
}>;
|
|
5231
|
-
id:
|
|
5367
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
5232
5368
|
name: "id";
|
|
5233
5369
|
tableName: "evaluation_suite_config";
|
|
5234
5370
|
dataType: "string";
|
|
@@ -5257,11 +5393,11 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5257
5393
|
*
|
|
5258
5394
|
* Includes: evaluationSuiteConfigId, evaluatorId, and timestamps
|
|
5259
5395
|
*/
|
|
5260
|
-
declare const evaluationSuiteConfigEvaluatorRelations:
|
|
5396
|
+
declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
5261
5397
|
name: "evaluation_suite_config_evaluator_relations";
|
|
5262
5398
|
schema: undefined;
|
|
5263
5399
|
columns: {
|
|
5264
|
-
createdAt:
|
|
5400
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5265
5401
|
name: "created_at";
|
|
5266
5402
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
5267
5403
|
dataType: "string";
|
|
@@ -5278,7 +5414,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core221.Pg
|
|
|
5278
5414
|
identity: undefined;
|
|
5279
5415
|
generated: undefined;
|
|
5280
5416
|
}, {}, {}>;
|
|
5281
|
-
updatedAt:
|
|
5417
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5282
5418
|
name: "updated_at";
|
|
5283
5419
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
5284
5420
|
dataType: "string";
|
|
@@ -5295,7 +5431,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core221.Pg
|
|
|
5295
5431
|
identity: undefined;
|
|
5296
5432
|
generated: undefined;
|
|
5297
5433
|
}, {}, {}>;
|
|
5298
|
-
evaluationSuiteConfigId:
|
|
5434
|
+
evaluationSuiteConfigId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5299
5435
|
name: "evaluation_suite_config_id";
|
|
5300
5436
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
5301
5437
|
dataType: "string";
|
|
@@ -5314,7 +5450,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core221.Pg
|
|
|
5314
5450
|
}, {}, {
|
|
5315
5451
|
length: 256;
|
|
5316
5452
|
}>;
|
|
5317
|
-
evaluatorId:
|
|
5453
|
+
evaluatorId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5318
5454
|
name: "evaluator_id";
|
|
5319
5455
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
5320
5456
|
dataType: "string";
|
|
@@ -5333,7 +5469,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core221.Pg
|
|
|
5333
5469
|
}, {}, {
|
|
5334
5470
|
length: 256;
|
|
5335
5471
|
}>;
|
|
5336
|
-
projectId:
|
|
5472
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5337
5473
|
name: "project_id";
|
|
5338
5474
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
5339
5475
|
dataType: "string";
|
|
@@ -5352,7 +5488,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core221.Pg
|
|
|
5352
5488
|
}, {}, {
|
|
5353
5489
|
length: 256;
|
|
5354
5490
|
}>;
|
|
5355
|
-
tenantId:
|
|
5491
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5356
5492
|
name: "tenant_id";
|
|
5357
5493
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
5358
5494
|
dataType: "string";
|
|
@@ -5371,7 +5507,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core221.Pg
|
|
|
5371
5507
|
}, {}, {
|
|
5372
5508
|
length: 256;
|
|
5373
5509
|
}>;
|
|
5374
|
-
id:
|
|
5510
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
5375
5511
|
name: "id";
|
|
5376
5512
|
tableName: "evaluation_suite_config_evaluator_relations";
|
|
5377
5513
|
dataType: "string";
|
|
@@ -5400,11 +5536,11 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core221.Pg
|
|
|
5400
5536
|
*
|
|
5401
5537
|
* Includes: evaluationRunConfigId, evaluationSuiteConfigId, and timestamps
|
|
5402
5538
|
*/
|
|
5403
|
-
declare const evaluationRunConfigEvaluationSuiteConfigRelations:
|
|
5539
|
+
declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
5404
5540
|
name: "evaluation_run_config_evaluation_suite_config_relations";
|
|
5405
5541
|
schema: undefined;
|
|
5406
5542
|
columns: {
|
|
5407
|
-
createdAt:
|
|
5543
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5408
5544
|
name: "created_at";
|
|
5409
5545
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
5410
5546
|
dataType: "string";
|
|
@@ -5421,7 +5557,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
5421
5557
|
identity: undefined;
|
|
5422
5558
|
generated: undefined;
|
|
5423
5559
|
}, {}, {}>;
|
|
5424
|
-
updatedAt:
|
|
5560
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5425
5561
|
name: "updated_at";
|
|
5426
5562
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
5427
5563
|
dataType: "string";
|
|
@@ -5438,7 +5574,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
5438
5574
|
identity: undefined;
|
|
5439
5575
|
generated: undefined;
|
|
5440
5576
|
}, {}, {}>;
|
|
5441
|
-
evaluationRunConfigId:
|
|
5577
|
+
evaluationRunConfigId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5442
5578
|
name: "evaluation_run_config_id";
|
|
5443
5579
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
5444
5580
|
dataType: "string";
|
|
@@ -5457,7 +5593,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
5457
5593
|
}, {}, {
|
|
5458
5594
|
length: 256;
|
|
5459
5595
|
}>;
|
|
5460
|
-
evaluationSuiteConfigId:
|
|
5596
|
+
evaluationSuiteConfigId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5461
5597
|
name: "evaluation_suite_config_id";
|
|
5462
5598
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
5463
5599
|
dataType: "string";
|
|
@@ -5476,7 +5612,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
5476
5612
|
}, {}, {
|
|
5477
5613
|
length: 256;
|
|
5478
5614
|
}>;
|
|
5479
|
-
projectId:
|
|
5615
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5480
5616
|
name: "project_id";
|
|
5481
5617
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
5482
5618
|
dataType: "string";
|
|
@@ -5495,7 +5631,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
5495
5631
|
}, {}, {
|
|
5496
5632
|
length: 256;
|
|
5497
5633
|
}>;
|
|
5498
|
-
tenantId:
|
|
5634
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5499
5635
|
name: "tenant_id";
|
|
5500
5636
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
5501
5637
|
dataType: "string";
|
|
@@ -5514,7 +5650,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
5514
5650
|
}, {}, {
|
|
5515
5651
|
length: 256;
|
|
5516
5652
|
}>;
|
|
5517
|
-
id:
|
|
5653
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
5518
5654
|
name: "id";
|
|
5519
5655
|
tableName: "evaluation_run_config_evaluation_suite_config_relations";
|
|
5520
5656
|
dataType: "string";
|
|
@@ -5549,11 +5685,11 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
|
|
|
5549
5685
|
*
|
|
5550
5686
|
* one to many relationship with evaluationRun
|
|
5551
5687
|
*/
|
|
5552
|
-
declare const evaluationRunConfig:
|
|
5688
|
+
declare const evaluationRunConfig: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
5553
5689
|
name: "evaluation_run_config";
|
|
5554
5690
|
schema: undefined;
|
|
5555
5691
|
columns: {
|
|
5556
|
-
createdAt:
|
|
5692
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5557
5693
|
name: "created_at";
|
|
5558
5694
|
tableName: "evaluation_run_config";
|
|
5559
5695
|
dataType: "string";
|
|
@@ -5570,7 +5706,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5570
5706
|
identity: undefined;
|
|
5571
5707
|
generated: undefined;
|
|
5572
5708
|
}, {}, {}>;
|
|
5573
|
-
updatedAt:
|
|
5709
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5574
5710
|
name: "updated_at";
|
|
5575
5711
|
tableName: "evaluation_run_config";
|
|
5576
5712
|
dataType: "string";
|
|
@@ -5587,7 +5723,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5587
5723
|
identity: undefined;
|
|
5588
5724
|
generated: undefined;
|
|
5589
5725
|
}, {}, {}>;
|
|
5590
|
-
isActive:
|
|
5726
|
+
isActive: drizzle_orm_pg_core1264.PgColumn<{
|
|
5591
5727
|
name: "is_active";
|
|
5592
5728
|
tableName: "evaluation_run_config";
|
|
5593
5729
|
dataType: "boolean";
|
|
@@ -5604,7 +5740,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5604
5740
|
identity: undefined;
|
|
5605
5741
|
generated: undefined;
|
|
5606
5742
|
}, {}, {}>;
|
|
5607
|
-
name:
|
|
5743
|
+
name: drizzle_orm_pg_core1264.PgColumn<{
|
|
5608
5744
|
name: "name";
|
|
5609
5745
|
tableName: "evaluation_run_config";
|
|
5610
5746
|
dataType: "string";
|
|
@@ -5623,7 +5759,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5623
5759
|
}, {}, {
|
|
5624
5760
|
length: 256;
|
|
5625
5761
|
}>;
|
|
5626
|
-
description:
|
|
5762
|
+
description: drizzle_orm_pg_core1264.PgColumn<{
|
|
5627
5763
|
name: "description";
|
|
5628
5764
|
tableName: "evaluation_run_config";
|
|
5629
5765
|
dataType: "string";
|
|
@@ -5640,7 +5776,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5640
5776
|
identity: undefined;
|
|
5641
5777
|
generated: undefined;
|
|
5642
5778
|
}, {}, {}>;
|
|
5643
|
-
projectId:
|
|
5779
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5644
5780
|
name: "project_id";
|
|
5645
5781
|
tableName: "evaluation_run_config";
|
|
5646
5782
|
dataType: "string";
|
|
@@ -5659,7 +5795,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5659
5795
|
}, {}, {
|
|
5660
5796
|
length: 256;
|
|
5661
5797
|
}>;
|
|
5662
|
-
tenantId:
|
|
5798
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5663
5799
|
name: "tenant_id";
|
|
5664
5800
|
tableName: "evaluation_run_config";
|
|
5665
5801
|
dataType: "string";
|
|
@@ -5678,7 +5814,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5678
5814
|
}, {}, {
|
|
5679
5815
|
length: 256;
|
|
5680
5816
|
}>;
|
|
5681
|
-
id:
|
|
5817
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
5682
5818
|
name: "id";
|
|
5683
5819
|
tableName: "evaluation_run_config";
|
|
5684
5820
|
dataType: "string";
|
|
@@ -5714,11 +5850,11 @@ declare const evaluationRunConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5714
5850
|
* Includes: jobFilters (specific filters for this job execution: datasetRunIds, conversationIds,
|
|
5715
5851
|
* dateRange with absolute dates), and timestamps
|
|
5716
5852
|
*/
|
|
5717
|
-
declare const evaluationJobConfig:
|
|
5853
|
+
declare const evaluationJobConfig: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
5718
5854
|
name: "evaluation_job_config";
|
|
5719
5855
|
schema: undefined;
|
|
5720
5856
|
columns: {
|
|
5721
|
-
createdAt:
|
|
5857
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5722
5858
|
name: "created_at";
|
|
5723
5859
|
tableName: "evaluation_job_config";
|
|
5724
5860
|
dataType: "string";
|
|
@@ -5735,7 +5871,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5735
5871
|
identity: undefined;
|
|
5736
5872
|
generated: undefined;
|
|
5737
5873
|
}, {}, {}>;
|
|
5738
|
-
updatedAt:
|
|
5874
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5739
5875
|
name: "updated_at";
|
|
5740
5876
|
tableName: "evaluation_job_config";
|
|
5741
5877
|
dataType: "string";
|
|
@@ -5752,7 +5888,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5752
5888
|
identity: undefined;
|
|
5753
5889
|
generated: undefined;
|
|
5754
5890
|
}, {}, {}>;
|
|
5755
|
-
jobFilters:
|
|
5891
|
+
jobFilters: drizzle_orm_pg_core1264.PgColumn<{
|
|
5756
5892
|
name: string;
|
|
5757
5893
|
tableName: "evaluation_job_config";
|
|
5758
5894
|
dataType: "json";
|
|
@@ -5785,7 +5921,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5785
5921
|
} | undefined;
|
|
5786
5922
|
}>;
|
|
5787
5923
|
}>;
|
|
5788
|
-
projectId:
|
|
5924
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5789
5925
|
name: "project_id";
|
|
5790
5926
|
tableName: "evaluation_job_config";
|
|
5791
5927
|
dataType: "string";
|
|
@@ -5804,7 +5940,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5804
5940
|
}, {}, {
|
|
5805
5941
|
length: 256;
|
|
5806
5942
|
}>;
|
|
5807
|
-
tenantId:
|
|
5943
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5808
5944
|
name: "tenant_id";
|
|
5809
5945
|
tableName: "evaluation_job_config";
|
|
5810
5946
|
dataType: "string";
|
|
@@ -5823,7 +5959,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5823
5959
|
}, {}, {
|
|
5824
5960
|
length: 256;
|
|
5825
5961
|
}>;
|
|
5826
|
-
id:
|
|
5962
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
5827
5963
|
name: "id";
|
|
5828
5964
|
tableName: "evaluation_job_config";
|
|
5829
5965
|
dataType: "string";
|
|
@@ -5852,11 +5988,11 @@ declare const evaluationJobConfig: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
5852
5988
|
*
|
|
5853
5989
|
* Includes: evaluationJobConfigId, evaluatorId, and timestamps
|
|
5854
5990
|
*/
|
|
5855
|
-
declare const evaluationJobConfigEvaluatorRelations:
|
|
5991
|
+
declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
5856
5992
|
name: "evaluation_job_config_evaluator_relations";
|
|
5857
5993
|
schema: undefined;
|
|
5858
5994
|
columns: {
|
|
5859
|
-
createdAt:
|
|
5995
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5860
5996
|
name: "created_at";
|
|
5861
5997
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5862
5998
|
dataType: "string";
|
|
@@ -5873,7 +6009,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core221.PgTa
|
|
|
5873
6009
|
identity: undefined;
|
|
5874
6010
|
generated: undefined;
|
|
5875
6011
|
}, {}, {}>;
|
|
5876
|
-
updatedAt:
|
|
6012
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
5877
6013
|
name: "updated_at";
|
|
5878
6014
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5879
6015
|
dataType: "string";
|
|
@@ -5890,7 +6026,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core221.PgTa
|
|
|
5890
6026
|
identity: undefined;
|
|
5891
6027
|
generated: undefined;
|
|
5892
6028
|
}, {}, {}>;
|
|
5893
|
-
evaluationJobConfigId:
|
|
6029
|
+
evaluationJobConfigId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5894
6030
|
name: "evaluation_job_config_id";
|
|
5895
6031
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5896
6032
|
dataType: "string";
|
|
@@ -5909,7 +6045,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core221.PgTa
|
|
|
5909
6045
|
}, {}, {
|
|
5910
6046
|
length: 256;
|
|
5911
6047
|
}>;
|
|
5912
|
-
evaluatorId:
|
|
6048
|
+
evaluatorId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5913
6049
|
name: "evaluator_id";
|
|
5914
6050
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5915
6051
|
dataType: "string";
|
|
@@ -5928,7 +6064,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core221.PgTa
|
|
|
5928
6064
|
}, {}, {
|
|
5929
6065
|
length: 256;
|
|
5930
6066
|
}>;
|
|
5931
|
-
projectId:
|
|
6067
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5932
6068
|
name: "project_id";
|
|
5933
6069
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5934
6070
|
dataType: "string";
|
|
@@ -5947,7 +6083,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core221.PgTa
|
|
|
5947
6083
|
}, {}, {
|
|
5948
6084
|
length: 256;
|
|
5949
6085
|
}>;
|
|
5950
|
-
tenantId:
|
|
6086
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
5951
6087
|
name: "tenant_id";
|
|
5952
6088
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5953
6089
|
dataType: "string";
|
|
@@ -5966,7 +6102,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core221.PgTa
|
|
|
5966
6102
|
}, {}, {
|
|
5967
6103
|
length: 256;
|
|
5968
6104
|
}>;
|
|
5969
|
-
id:
|
|
6105
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
5970
6106
|
name: "id";
|
|
5971
6107
|
tableName: "evaluation_job_config_evaluator_relations";
|
|
5972
6108
|
dataType: "string";
|
|
@@ -5988,114 +6124,114 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core221.PgTa
|
|
|
5988
6124
|
};
|
|
5989
6125
|
dialect: "pg";
|
|
5990
6126
|
}>;
|
|
5991
|
-
declare const projectsRelations:
|
|
5992
|
-
subAgents:
|
|
5993
|
-
agents:
|
|
5994
|
-
tools:
|
|
5995
|
-
functions:
|
|
5996
|
-
contextConfigs:
|
|
5997
|
-
externalAgents:
|
|
5998
|
-
dataComponents:
|
|
5999
|
-
artifactComponents:
|
|
6000
|
-
credentialReferences:
|
|
6001
|
-
skills:
|
|
6002
|
-
skillFiles:
|
|
6127
|
+
declare const projectsRelations: drizzle_orm0.Relations<"projects", {
|
|
6128
|
+
subAgents: drizzle_orm0.Many<"sub_agents">;
|
|
6129
|
+
agents: drizzle_orm0.Many<"agent">;
|
|
6130
|
+
tools: drizzle_orm0.Many<"tools">;
|
|
6131
|
+
functions: drizzle_orm0.Many<"functions">;
|
|
6132
|
+
contextConfigs: drizzle_orm0.Many<"context_configs">;
|
|
6133
|
+
externalAgents: drizzle_orm0.Many<"external_agents">;
|
|
6134
|
+
dataComponents: drizzle_orm0.Many<"data_components">;
|
|
6135
|
+
artifactComponents: drizzle_orm0.Many<"artifact_components">;
|
|
6136
|
+
credentialReferences: drizzle_orm0.Many<"credential_references">;
|
|
6137
|
+
skills: drizzle_orm0.Many<"skills">;
|
|
6138
|
+
skillFiles: drizzle_orm0.Many<"skill_files">;
|
|
6003
6139
|
}>;
|
|
6004
|
-
declare const contextConfigsRelations:
|
|
6005
|
-
project:
|
|
6006
|
-
agents:
|
|
6140
|
+
declare const contextConfigsRelations: drizzle_orm0.Relations<"context_configs", {
|
|
6141
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6142
|
+
agents: drizzle_orm0.Many<"agent">;
|
|
6007
6143
|
}>;
|
|
6008
|
-
declare const subAgentsRelations:
|
|
6009
|
-
project:
|
|
6010
|
-
defaultForAgents:
|
|
6011
|
-
sourceRelations:
|
|
6012
|
-
targetRelations:
|
|
6013
|
-
toolRelations:
|
|
6014
|
-
functionToolRelations:
|
|
6015
|
-
dataComponentRelations:
|
|
6016
|
-
artifactComponentRelations:
|
|
6017
|
-
skillRelations:
|
|
6144
|
+
declare const subAgentsRelations: drizzle_orm0.Relations<"sub_agents", {
|
|
6145
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6146
|
+
defaultForAgents: drizzle_orm0.Many<"agent">;
|
|
6147
|
+
sourceRelations: drizzle_orm0.Many<"sub_agent_relations">;
|
|
6148
|
+
targetRelations: drizzle_orm0.Many<"sub_agent_relations">;
|
|
6149
|
+
toolRelations: drizzle_orm0.Many<"sub_agent_tool_relations">;
|
|
6150
|
+
functionToolRelations: drizzle_orm0.Many<"sub_agent_function_tool_relations">;
|
|
6151
|
+
dataComponentRelations: drizzle_orm0.Many<"sub_agent_data_components">;
|
|
6152
|
+
artifactComponentRelations: drizzle_orm0.Many<"sub_agent_artifact_components">;
|
|
6153
|
+
skillRelations: drizzle_orm0.Many<"sub_agent_skills">;
|
|
6018
6154
|
}>;
|
|
6019
|
-
declare const agentRelations:
|
|
6020
|
-
project:
|
|
6021
|
-
defaultSubAgent:
|
|
6022
|
-
contextConfig:
|
|
6023
|
-
functionTools:
|
|
6155
|
+
declare const agentRelations: drizzle_orm0.Relations<"agent", {
|
|
6156
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6157
|
+
defaultSubAgent: drizzle_orm0.One<"sub_agents", false>;
|
|
6158
|
+
contextConfig: drizzle_orm0.One<"context_configs", false>;
|
|
6159
|
+
functionTools: drizzle_orm0.Many<"function_tools">;
|
|
6024
6160
|
}>;
|
|
6025
|
-
declare const externalAgentsRelations:
|
|
6026
|
-
project:
|
|
6027
|
-
subAgentExternalAgentRelations:
|
|
6028
|
-
credentialReference:
|
|
6161
|
+
declare const externalAgentsRelations: drizzle_orm0.Relations<"external_agents", {
|
|
6162
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6163
|
+
subAgentExternalAgentRelations: drizzle_orm0.Many<"sub_agent_external_agent_relations">;
|
|
6164
|
+
credentialReference: drizzle_orm0.One<"credential_references", false>;
|
|
6029
6165
|
}>;
|
|
6030
|
-
declare const agentToolRelationsRelations:
|
|
6031
|
-
subAgent:
|
|
6032
|
-
tool:
|
|
6166
|
+
declare const agentToolRelationsRelations: drizzle_orm0.Relations<"sub_agent_tool_relations", {
|
|
6167
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
6168
|
+
tool: drizzle_orm0.One<"tools", true>;
|
|
6033
6169
|
}>;
|
|
6034
|
-
declare const credentialReferencesRelations:
|
|
6035
|
-
project:
|
|
6036
|
-
tools:
|
|
6037
|
-
externalAgents:
|
|
6170
|
+
declare const credentialReferencesRelations: drizzle_orm0.Relations<"credential_references", {
|
|
6171
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6172
|
+
tools: drizzle_orm0.Many<"tools">;
|
|
6173
|
+
externalAgents: drizzle_orm0.Many<"external_agents">;
|
|
6038
6174
|
}>;
|
|
6039
|
-
declare const toolsRelations:
|
|
6040
|
-
project:
|
|
6041
|
-
subAgentRelations:
|
|
6042
|
-
credentialReference:
|
|
6175
|
+
declare const toolsRelations: drizzle_orm0.Relations<"tools", {
|
|
6176
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6177
|
+
subAgentRelations: drizzle_orm0.Many<"sub_agent_tool_relations">;
|
|
6178
|
+
credentialReference: drizzle_orm0.One<"credential_references", false>;
|
|
6043
6179
|
}>;
|
|
6044
|
-
declare const artifactComponentsRelations:
|
|
6045
|
-
project:
|
|
6046
|
-
subAgentRelations:
|
|
6180
|
+
declare const artifactComponentsRelations: drizzle_orm0.Relations<"artifact_components", {
|
|
6181
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6182
|
+
subAgentRelations: drizzle_orm0.Many<"sub_agent_artifact_components">;
|
|
6047
6183
|
}>;
|
|
6048
|
-
declare const subAgentArtifactComponentsRelations:
|
|
6049
|
-
subAgent:
|
|
6050
|
-
artifactComponent:
|
|
6184
|
+
declare const subAgentArtifactComponentsRelations: drizzle_orm0.Relations<"sub_agent_artifact_components", {
|
|
6185
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
6186
|
+
artifactComponent: drizzle_orm0.One<"artifact_components", true>;
|
|
6051
6187
|
}>;
|
|
6052
|
-
declare const dataComponentsRelations:
|
|
6053
|
-
project:
|
|
6054
|
-
subAgentRelations:
|
|
6188
|
+
declare const dataComponentsRelations: drizzle_orm0.Relations<"data_components", {
|
|
6189
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6190
|
+
subAgentRelations: drizzle_orm0.Many<"sub_agent_data_components">;
|
|
6055
6191
|
}>;
|
|
6056
|
-
declare const subAgentDataComponentsRelations:
|
|
6057
|
-
subAgent:
|
|
6058
|
-
dataComponent:
|
|
6192
|
+
declare const subAgentDataComponentsRelations: drizzle_orm0.Relations<"sub_agent_data_components", {
|
|
6193
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
6194
|
+
dataComponent: drizzle_orm0.One<"data_components", true>;
|
|
6059
6195
|
}>;
|
|
6060
|
-
declare const skillsRelations:
|
|
6061
|
-
project:
|
|
6062
|
-
files:
|
|
6063
|
-
subAgentRelations:
|
|
6196
|
+
declare const skillsRelations: drizzle_orm0.Relations<"skills", {
|
|
6197
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6198
|
+
files: drizzle_orm0.Many<"skill_files">;
|
|
6199
|
+
subAgentRelations: drizzle_orm0.Many<"sub_agent_skills">;
|
|
6064
6200
|
}>;
|
|
6065
|
-
declare const skillFilesRelations:
|
|
6066
|
-
project:
|
|
6067
|
-
skill:
|
|
6201
|
+
declare const skillFilesRelations: drizzle_orm0.Relations<"skill_files", {
|
|
6202
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6203
|
+
skill: drizzle_orm0.One<"skills", true>;
|
|
6068
6204
|
}>;
|
|
6069
|
-
declare const subAgentSkillsRelations:
|
|
6070
|
-
subAgent:
|
|
6071
|
-
skill:
|
|
6205
|
+
declare const subAgentSkillsRelations: drizzle_orm0.Relations<"sub_agent_skills", {
|
|
6206
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
6207
|
+
skill: drizzle_orm0.One<"skills", true>;
|
|
6072
6208
|
}>;
|
|
6073
|
-
declare const functionsRelations:
|
|
6074
|
-
functionTools:
|
|
6075
|
-
project:
|
|
6209
|
+
declare const functionsRelations: drizzle_orm0.Relations<"functions", {
|
|
6210
|
+
functionTools: drizzle_orm0.Many<"function_tools">;
|
|
6211
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6076
6212
|
}>;
|
|
6077
|
-
declare const subAgentRelationsRelations:
|
|
6078
|
-
agent:
|
|
6079
|
-
sourceSubAgent:
|
|
6080
|
-
targetSubAgent:
|
|
6213
|
+
declare const subAgentRelationsRelations: drizzle_orm0.Relations<"sub_agent_relations", {
|
|
6214
|
+
agent: drizzle_orm0.One<"agent", true>;
|
|
6215
|
+
sourceSubAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
6216
|
+
targetSubAgent: drizzle_orm0.One<"sub_agents", false>;
|
|
6081
6217
|
}>;
|
|
6082
|
-
declare const functionToolsRelations:
|
|
6083
|
-
project:
|
|
6084
|
-
agent:
|
|
6085
|
-
function:
|
|
6086
|
-
subAgentRelations:
|
|
6218
|
+
declare const functionToolsRelations: drizzle_orm0.Relations<"function_tools", {
|
|
6219
|
+
project: drizzle_orm0.One<"projects", true>;
|
|
6220
|
+
agent: drizzle_orm0.One<"agent", true>;
|
|
6221
|
+
function: drizzle_orm0.One<"functions", true>;
|
|
6222
|
+
subAgentRelations: drizzle_orm0.Many<"sub_agent_function_tool_relations">;
|
|
6087
6223
|
}>;
|
|
6088
|
-
declare const subAgentFunctionToolRelationsRelations:
|
|
6089
|
-
subAgent:
|
|
6090
|
-
functionTool:
|
|
6224
|
+
declare const subAgentFunctionToolRelationsRelations: drizzle_orm0.Relations<"sub_agent_function_tool_relations", {
|
|
6225
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
6226
|
+
functionTool: drizzle_orm0.One<"function_tools", true>;
|
|
6091
6227
|
}>;
|
|
6092
|
-
declare const subAgentExternalAgentRelationsRelations:
|
|
6093
|
-
subAgent:
|
|
6094
|
-
externalAgent:
|
|
6228
|
+
declare const subAgentExternalAgentRelationsRelations: drizzle_orm0.Relations<"sub_agent_external_agent_relations", {
|
|
6229
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
6230
|
+
externalAgent: drizzle_orm0.One<"external_agents", true>;
|
|
6095
6231
|
}>;
|
|
6096
|
-
declare const subAgentTeamAgentRelationsRelations:
|
|
6097
|
-
subAgent:
|
|
6098
|
-
targetAgent:
|
|
6232
|
+
declare const subAgentTeamAgentRelationsRelations: drizzle_orm0.Relations<"sub_agent_team_agent_relations", {
|
|
6233
|
+
subAgent: drizzle_orm0.One<"sub_agents", true>;
|
|
6234
|
+
targetAgent: drizzle_orm0.One<"agent", true>;
|
|
6099
6235
|
}>;
|
|
6100
6236
|
/**
|
|
6101
6237
|
* Links agents to datasets. Many-to-many relationship that scopes a dataset
|
|
@@ -6105,11 +6241,11 @@ declare const subAgentTeamAgentRelationsRelations: drizzle_orm20.Relations<"sub_
|
|
|
6105
6241
|
*
|
|
6106
6242
|
* Includes: agentId, datasetId, and timestamps
|
|
6107
6243
|
*/
|
|
6108
|
-
declare const agentDatasetRelations:
|
|
6244
|
+
declare const agentDatasetRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
6109
6245
|
name: "agent_dataset_relations";
|
|
6110
6246
|
schema: undefined;
|
|
6111
6247
|
columns: {
|
|
6112
|
-
createdAt:
|
|
6248
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
6113
6249
|
name: "created_at";
|
|
6114
6250
|
tableName: "agent_dataset_relations";
|
|
6115
6251
|
dataType: "string";
|
|
@@ -6126,7 +6262,7 @@ declare const agentDatasetRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
6126
6262
|
identity: undefined;
|
|
6127
6263
|
generated: undefined;
|
|
6128
6264
|
}, {}, {}>;
|
|
6129
|
-
updatedAt:
|
|
6265
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
6130
6266
|
name: "updated_at";
|
|
6131
6267
|
tableName: "agent_dataset_relations";
|
|
6132
6268
|
dataType: "string";
|
|
@@ -6143,7 +6279,7 @@ declare const agentDatasetRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
6143
6279
|
identity: undefined;
|
|
6144
6280
|
generated: undefined;
|
|
6145
6281
|
}, {}, {}>;
|
|
6146
|
-
agentId:
|
|
6282
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6147
6283
|
name: "agent_id";
|
|
6148
6284
|
tableName: "agent_dataset_relations";
|
|
6149
6285
|
dataType: "string";
|
|
@@ -6162,7 +6298,7 @@ declare const agentDatasetRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
6162
6298
|
}, {}, {
|
|
6163
6299
|
length: 256;
|
|
6164
6300
|
}>;
|
|
6165
|
-
datasetId:
|
|
6301
|
+
datasetId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6166
6302
|
name: "dataset_id";
|
|
6167
6303
|
tableName: "agent_dataset_relations";
|
|
6168
6304
|
dataType: "string";
|
|
@@ -6181,7 +6317,7 @@ declare const agentDatasetRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
6181
6317
|
}, {}, {
|
|
6182
6318
|
length: 256;
|
|
6183
6319
|
}>;
|
|
6184
|
-
projectId:
|
|
6320
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6185
6321
|
name: "project_id";
|
|
6186
6322
|
tableName: "agent_dataset_relations";
|
|
6187
6323
|
dataType: "string";
|
|
@@ -6200,7 +6336,7 @@ declare const agentDatasetRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
6200
6336
|
}, {}, {
|
|
6201
6337
|
length: 256;
|
|
6202
6338
|
}>;
|
|
6203
|
-
tenantId:
|
|
6339
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6204
6340
|
name: "tenant_id";
|
|
6205
6341
|
tableName: "agent_dataset_relations";
|
|
6206
6342
|
dataType: "string";
|
|
@@ -6219,7 +6355,7 @@ declare const agentDatasetRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
6219
6355
|
}, {}, {
|
|
6220
6356
|
length: 256;
|
|
6221
6357
|
}>;
|
|
6222
|
-
id:
|
|
6358
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
6223
6359
|
name: "id";
|
|
6224
6360
|
tableName: "agent_dataset_relations";
|
|
6225
6361
|
dataType: "string";
|
|
@@ -6249,11 +6385,11 @@ declare const agentDatasetRelations: drizzle_orm_pg_core221.PgTableWithColumns<{
|
|
|
6249
6385
|
*
|
|
6250
6386
|
* Includes: agentId, evaluatorId, and timestamps
|
|
6251
6387
|
*/
|
|
6252
|
-
declare const agentEvaluatorRelations:
|
|
6388
|
+
declare const agentEvaluatorRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
6253
6389
|
name: "agent_evaluator_relations";
|
|
6254
6390
|
schema: undefined;
|
|
6255
6391
|
columns: {
|
|
6256
|
-
createdAt:
|
|
6392
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
6257
6393
|
name: "created_at";
|
|
6258
6394
|
tableName: "agent_evaluator_relations";
|
|
6259
6395
|
dataType: "string";
|
|
@@ -6270,7 +6406,7 @@ declare const agentEvaluatorRelations: drizzle_orm_pg_core221.PgTableWithColumns
|
|
|
6270
6406
|
identity: undefined;
|
|
6271
6407
|
generated: undefined;
|
|
6272
6408
|
}, {}, {}>;
|
|
6273
|
-
updatedAt:
|
|
6409
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
6274
6410
|
name: "updated_at";
|
|
6275
6411
|
tableName: "agent_evaluator_relations";
|
|
6276
6412
|
dataType: "string";
|
|
@@ -6287,7 +6423,7 @@ declare const agentEvaluatorRelations: drizzle_orm_pg_core221.PgTableWithColumns
|
|
|
6287
6423
|
identity: undefined;
|
|
6288
6424
|
generated: undefined;
|
|
6289
6425
|
}, {}, {}>;
|
|
6290
|
-
agentId:
|
|
6426
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6291
6427
|
name: "agent_id";
|
|
6292
6428
|
tableName: "agent_evaluator_relations";
|
|
6293
6429
|
dataType: "string";
|
|
@@ -6306,7 +6442,7 @@ declare const agentEvaluatorRelations: drizzle_orm_pg_core221.PgTableWithColumns
|
|
|
6306
6442
|
}, {}, {
|
|
6307
6443
|
length: 256;
|
|
6308
6444
|
}>;
|
|
6309
|
-
evaluatorId:
|
|
6445
|
+
evaluatorId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6310
6446
|
name: "evaluator_id";
|
|
6311
6447
|
tableName: "agent_evaluator_relations";
|
|
6312
6448
|
dataType: "string";
|
|
@@ -6325,7 +6461,7 @@ declare const agentEvaluatorRelations: drizzle_orm_pg_core221.PgTableWithColumns
|
|
|
6325
6461
|
}, {}, {
|
|
6326
6462
|
length: 256;
|
|
6327
6463
|
}>;
|
|
6328
|
-
projectId:
|
|
6464
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6329
6465
|
name: "project_id";
|
|
6330
6466
|
tableName: "agent_evaluator_relations";
|
|
6331
6467
|
dataType: "string";
|
|
@@ -6344,7 +6480,7 @@ declare const agentEvaluatorRelations: drizzle_orm_pg_core221.PgTableWithColumns
|
|
|
6344
6480
|
}, {}, {
|
|
6345
6481
|
length: 256;
|
|
6346
6482
|
}>;
|
|
6347
|
-
tenantId:
|
|
6483
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6348
6484
|
name: "tenant_id";
|
|
6349
6485
|
tableName: "agent_evaluator_relations";
|
|
6350
6486
|
dataType: "string";
|
|
@@ -6363,7 +6499,7 @@ declare const agentEvaluatorRelations: drizzle_orm_pg_core221.PgTableWithColumns
|
|
|
6363
6499
|
}, {}, {
|
|
6364
6500
|
length: 256;
|
|
6365
6501
|
}>;
|
|
6366
|
-
id:
|
|
6502
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
6367
6503
|
name: "id";
|
|
6368
6504
|
tableName: "agent_evaluator_relations";
|
|
6369
6505
|
dataType: "string";
|
|
@@ -6392,11 +6528,11 @@ declare const agentEvaluatorRelations: drizzle_orm_pg_core221.PgTableWithColumns
|
|
|
6392
6528
|
*
|
|
6393
6529
|
* Includes: datasetRunConfigId, agentId, and timestamps
|
|
6394
6530
|
*/
|
|
6395
|
-
declare const datasetRunConfigAgentRelations:
|
|
6531
|
+
declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1264.PgTableWithColumns<{
|
|
6396
6532
|
name: "dataset_run_config_agent_relations";
|
|
6397
6533
|
schema: undefined;
|
|
6398
6534
|
columns: {
|
|
6399
|
-
createdAt:
|
|
6535
|
+
createdAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
6400
6536
|
name: "created_at";
|
|
6401
6537
|
tableName: "dataset_run_config_agent_relations";
|
|
6402
6538
|
dataType: "string";
|
|
@@ -6413,7 +6549,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
6413
6549
|
identity: undefined;
|
|
6414
6550
|
generated: undefined;
|
|
6415
6551
|
}, {}, {}>;
|
|
6416
|
-
updatedAt:
|
|
6552
|
+
updatedAt: drizzle_orm_pg_core1264.PgColumn<{
|
|
6417
6553
|
name: "updated_at";
|
|
6418
6554
|
tableName: "dataset_run_config_agent_relations";
|
|
6419
6555
|
dataType: "string";
|
|
@@ -6430,7 +6566,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
6430
6566
|
identity: undefined;
|
|
6431
6567
|
generated: undefined;
|
|
6432
6568
|
}, {}, {}>;
|
|
6433
|
-
datasetRunConfigId:
|
|
6569
|
+
datasetRunConfigId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6434
6570
|
name: "dataset_run_config_id";
|
|
6435
6571
|
tableName: "dataset_run_config_agent_relations";
|
|
6436
6572
|
dataType: "string";
|
|
@@ -6449,7 +6585,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
6449
6585
|
}, {}, {
|
|
6450
6586
|
length: 256;
|
|
6451
6587
|
}>;
|
|
6452
|
-
agentId:
|
|
6588
|
+
agentId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6453
6589
|
name: "agent_id";
|
|
6454
6590
|
tableName: "dataset_run_config_agent_relations";
|
|
6455
6591
|
dataType: "string";
|
|
@@ -6468,7 +6604,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
6468
6604
|
}, {}, {
|
|
6469
6605
|
length: 256;
|
|
6470
6606
|
}>;
|
|
6471
|
-
projectId:
|
|
6607
|
+
projectId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6472
6608
|
name: "project_id";
|
|
6473
6609
|
tableName: "dataset_run_config_agent_relations";
|
|
6474
6610
|
dataType: "string";
|
|
@@ -6487,7 +6623,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
6487
6623
|
}, {}, {
|
|
6488
6624
|
length: 256;
|
|
6489
6625
|
}>;
|
|
6490
|
-
tenantId:
|
|
6626
|
+
tenantId: drizzle_orm_pg_core1264.PgColumn<{
|
|
6491
6627
|
name: "tenant_id";
|
|
6492
6628
|
tableName: "dataset_run_config_agent_relations";
|
|
6493
6629
|
dataType: "string";
|
|
@@ -6506,7 +6642,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
6506
6642
|
}, {}, {
|
|
6507
6643
|
length: 256;
|
|
6508
6644
|
}>;
|
|
6509
|
-
id:
|
|
6645
|
+
id: drizzle_orm_pg_core1264.PgColumn<{
|
|
6510
6646
|
name: "id";
|
|
6511
6647
|
tableName: "dataset_run_config_agent_relations";
|
|
6512
6648
|
dataType: "string";
|
|
@@ -6528,13 +6664,13 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core221.PgTableWith
|
|
|
6528
6664
|
};
|
|
6529
6665
|
dialect: "pg";
|
|
6530
6666
|
}>;
|
|
6531
|
-
declare const agentDatasetRelationsRelations:
|
|
6532
|
-
agent:
|
|
6533
|
-
dataset:
|
|
6667
|
+
declare const agentDatasetRelationsRelations: drizzle_orm0.Relations<"agent_dataset_relations", {
|
|
6668
|
+
agent: drizzle_orm0.One<"agent", true>;
|
|
6669
|
+
dataset: drizzle_orm0.One<"dataset", true>;
|
|
6534
6670
|
}>;
|
|
6535
|
-
declare const agentEvaluatorRelationsRelations:
|
|
6536
|
-
agent:
|
|
6537
|
-
evaluator:
|
|
6671
|
+
declare const agentEvaluatorRelationsRelations: drizzle_orm0.Relations<"agent_evaluator_relations", {
|
|
6672
|
+
agent: drizzle_orm0.One<"agent", true>;
|
|
6673
|
+
evaluator: drizzle_orm0.One<"evaluator", true>;
|
|
6538
6674
|
}>;
|
|
6539
6675
|
//#endregion
|
|
6540
|
-
export { agentDatasetRelations, agentDatasetRelationsRelations, agentEvaluatorRelations, agentEvaluatorRelationsRelations, agentRelations, agentToolRelationsRelations, agents, artifactComponents, artifactComponentsRelations, contextConfigs, contextConfigsRelations, credentialReferences, credentialReferencesRelations, dataComponents, dataComponentsRelations, dataset, datasetItem, datasetRunConfig, datasetRunConfigAgentRelations, evaluationJobConfig, evaluationJobConfigEvaluatorRelations, evaluationRunConfig, evaluationRunConfigEvaluationSuiteConfigRelations, evaluationSuiteConfig, evaluationSuiteConfigEvaluatorRelations, evaluator, externalAgents, externalAgentsRelations, functionTools, functionToolsRelations, functions, functionsRelations, manage_schema_d_exports, projects, projectsRelations, skillFiles, skillFilesRelations, skills, skillsRelations, subAgentArtifactComponents, subAgentArtifactComponentsRelations, subAgentDataComponents, subAgentDataComponentsRelations, subAgentExternalAgentRelations, subAgentExternalAgentRelationsRelations, subAgentFunctionToolRelations, subAgentFunctionToolRelationsRelations, subAgentRelations, subAgentRelationsRelations, subAgentSkills, subAgentSkillsRelations, subAgentTeamAgentRelations, subAgentTeamAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, tools, toolsRelations, triggers };
|
|
6676
|
+
export { agentDatasetRelations, agentDatasetRelationsRelations, agentEvaluatorRelations, agentEvaluatorRelationsRelations, agentRelations, agentToolRelationsRelations, agents, artifactComponents, artifactComponentsRelations, contextConfigs, contextConfigsRelations, credentialReferences, credentialReferencesRelations, dataComponents, dataComponentsRelations, dataset, datasetItem, datasetRunConfig, datasetRunConfigAgentRelations, evaluationJobConfig, evaluationJobConfigEvaluatorRelations, evaluationRunConfig, evaluationRunConfigEvaluationSuiteConfigRelations, evaluationSuiteConfig, evaluationSuiteConfigEvaluatorRelations, evaluator, externalAgents, externalAgentsRelations, functionTools, functionToolsRelations, functions, functionsRelations, manage_schema_d_exports, projects, projectsRelations, skillFiles, skillFilesRelations, skills, skillsRelations, subAgentArtifactComponents, subAgentArtifactComponentsRelations, subAgentDataComponents, subAgentDataComponentsRelations, subAgentExternalAgentRelations, subAgentExternalAgentRelationsRelations, subAgentFunctionToolRelations, subAgentFunctionToolRelationsRelations, subAgentRelations, subAgentRelationsRelations, subAgentSkills, subAgentSkillsRelations, subAgentTeamAgentRelations, subAgentTeamAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, tools, toolsRelations, triggerUsers, triggers };
|