@inkeep/agents-core 0.43.0 → 0.44.0

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.
Files changed (78) hide show
  1. package/dist/auth/auth.d.ts +4 -2
  2. package/dist/auth/auth.js +4 -3
  3. package/dist/auth/authz/client.d.ts +0 -1
  4. package/dist/auth/authz/client.js +0 -1
  5. package/dist/auth/authz/config.d.ts +1 -7
  6. package/dist/auth/authz/config.js +1 -9
  7. package/dist/auth/authz/index.d.ts +2 -2
  8. package/dist/auth/authz/index.js +2 -2
  9. package/dist/auth/authz/permissions.js +4 -8
  10. package/dist/auth/authz/sync.js +1 -11
  11. package/dist/auth/init.d.ts +1 -0
  12. package/dist/auth/init.js +115 -0
  13. package/dist/client-exports.d.ts +2 -6
  14. package/dist/client-exports.js +3 -7
  15. package/dist/constants/otel-attributes.d.ts +5 -0
  16. package/dist/constants/otel-attributes.js +8 -3
  17. package/dist/constants/signoz-queries.d.ts +1 -0
  18. package/dist/constants/signoz-queries.js +2 -1
  19. package/dist/data-access/index.d.ts +3 -2
  20. package/dist/data-access/index.js +3 -2
  21. package/dist/data-access/manage/agentFull.js +42 -1
  22. package/dist/data-access/manage/agents.d.ts +9 -9
  23. package/dist/data-access/manage/artifactComponents.d.ts +4 -4
  24. package/dist/data-access/manage/artifactComponents.js +1 -1
  25. package/dist/data-access/manage/contextConfigs.d.ts +12 -12
  26. package/dist/data-access/manage/dataComponents.d.ts +2 -2
  27. package/dist/data-access/manage/dataComponents.js +1 -1
  28. package/dist/data-access/manage/functionTools.d.ts +8 -8
  29. package/dist/data-access/manage/subAgentExternalAgentRelations.d.ts +12 -12
  30. package/dist/data-access/manage/subAgentRelations.d.ts +22 -22
  31. package/dist/data-access/manage/subAgentTeamAgentRelations.d.ts +12 -12
  32. package/dist/data-access/manage/subAgents.d.ts +3 -3
  33. package/dist/data-access/manage/tools.d.ts +26 -21
  34. package/dist/data-access/manage/tools.js +20 -1
  35. package/dist/data-access/runtime/apiKeys.d.ts +4 -4
  36. package/dist/data-access/runtime/cascade-delete.d.ts +48 -1
  37. package/dist/data-access/runtime/cascade-delete.js +52 -2
  38. package/dist/data-access/runtime/conversations.d.ts +19 -19
  39. package/dist/data-access/runtime/github-work-app-installations.d.ts +261 -0
  40. package/dist/data-access/runtime/github-work-app-installations.js +457 -0
  41. package/dist/data-access/runtime/messages.d.ts +15 -15
  42. package/dist/data-access/runtime/organizations.js +2 -2
  43. package/dist/data-access/runtime/tasks.d.ts +4 -4
  44. package/dist/db/manage/manage-schema.d.ts +318 -301
  45. package/dist/db/manage/manage-schema.js +1 -0
  46. package/dist/db/runtime/runtime-schema.d.ts +1009 -165
  47. package/dist/db/runtime/runtime-schema.js +173 -5
  48. package/dist/dolt/branch.js +1 -1
  49. package/dist/dolt/branches-api.js +1 -1
  50. package/dist/dolt/index.js +3 -3
  51. package/dist/dolt/migrate-all-branches.js +1 -1
  52. package/dist/dolt/ref-helpers.js +1 -1
  53. package/dist/dolt/ref-middleware.js +1 -1
  54. package/dist/dolt/ref-scope.js +1 -1
  55. package/dist/env.d.ts +6 -4
  56. package/dist/env.js +11 -10
  57. package/dist/index.d.ts +8 -9
  58. package/dist/index.js +18 -19
  59. package/dist/types/entities.d.ts +9 -2
  60. package/dist/types/index.d.ts +3 -3
  61. package/dist/types/utility.d.ts +16 -2
  62. package/dist/validation/agentFull.js +1 -1
  63. package/dist/validation/dolt-schemas.d.ts +1 -1
  64. package/dist/validation/drizzle-schema-helpers.d.ts +4 -23
  65. package/dist/validation/drizzle-schema-helpers.js +3 -30
  66. package/dist/validation/index.d.ts +2 -4
  67. package/dist/validation/index.js +4 -6
  68. package/dist/validation/schemas.d.ts +3233 -1440
  69. package/dist/validation/schemas.js +164 -79
  70. package/drizzle/manage/0006_fixed_umar.sql +1 -0
  71. package/drizzle/manage/meta/0006_snapshot.json +3148 -0
  72. package/drizzle/manage/meta/_journal.json +7 -0
  73. package/drizzle/runtime/0010_previous_black_knight.sql +84 -0
  74. package/drizzle/runtime/meta/0010_snapshot.json +3066 -0
  75. package/drizzle/runtime/meta/_journal.json +7 -0
  76. package/package.json +4 -2
  77. package/dist/validation/id-validation.d.ts +0 -24
  78. package/dist/validation/id-validation.js +0 -52
@@ -1,16 +1,16 @@
1
1
  import { ContextFetchDefinition, ConversationHistoryConfig, DatasetItemExpectedOutput, DatasetItemInput, EvaluationSuiteFilterCriteria, Filter, PassCriteria, ToolMcpConfig, ToolServerCapabilities } from "../../types/utility.js";
2
2
  import * as drizzle_orm20 from "drizzle-orm";
3
- import * as drizzle_orm_pg_core208 from "drizzle-orm/pg-core";
3
+ import * as drizzle_orm_pg_core1370 from "drizzle-orm/pg-core";
4
4
 
5
5
  //#region src/db/manage/manage-schema.d.ts
6
6
  declare namespace manage_schema_d_exports {
7
7
  export { 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, subAgentArtifactComponents, subAgentArtifactComponentsRelations, subAgentDataComponents, subAgentDataComponentsRelations, subAgentExternalAgentRelations, subAgentExternalAgentRelationsRelations, subAgentFunctionToolRelations, subAgentFunctionToolRelationsRelations, subAgentRelations, subAgentRelationsRelations, subAgentTeamAgentRelations, subAgentTeamAgentRelationsRelations, subAgentToolRelations, subAgents, subAgentsRelations, tools, toolsRelations, triggers };
8
8
  }
9
- declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
9
+ declare const projects: drizzle_orm_pg_core1370.PgTableWithColumns<{
10
10
  name: "projects";
11
11
  schema: undefined;
12
12
  columns: {
13
- createdAt: drizzle_orm_pg_core208.PgColumn<{
13
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
14
14
  name: "created_at";
15
15
  tableName: "projects";
16
16
  dataType: "string";
@@ -27,7 +27,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
27
27
  identity: undefined;
28
28
  generated: undefined;
29
29
  }, {}, {}>;
30
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
30
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
31
31
  name: "updated_at";
32
32
  tableName: "projects";
33
33
  dataType: "string";
@@ -44,7 +44,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
44
44
  identity: undefined;
45
45
  generated: undefined;
46
46
  }, {}, {}>;
47
- models: drizzle_orm_pg_core208.PgColumn<{
47
+ models: drizzle_orm_pg_core1370.PgColumn<{
48
48
  name: "models";
49
49
  tableName: "projects";
50
50
  dataType: "json";
@@ -89,7 +89,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
89
89
  } | undefined;
90
90
  };
91
91
  }>;
92
- stopWhen: drizzle_orm_pg_core208.PgColumn<{
92
+ stopWhen: drizzle_orm_pg_core1370.PgColumn<{
93
93
  name: "stop_when";
94
94
  tableName: "projects";
95
95
  dataType: "json";
@@ -114,7 +114,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
114
114
  stepCountIs?: number | undefined;
115
115
  };
116
116
  }>;
117
- name: drizzle_orm_pg_core208.PgColumn<{
117
+ name: drizzle_orm_pg_core1370.PgColumn<{
118
118
  name: "name";
119
119
  tableName: "projects";
120
120
  dataType: "string";
@@ -133,7 +133,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
133
133
  }, {}, {
134
134
  length: 256;
135
135
  }>;
136
- description: drizzle_orm_pg_core208.PgColumn<{
136
+ description: drizzle_orm_pg_core1370.PgColumn<{
137
137
  name: "description";
138
138
  tableName: "projects";
139
139
  dataType: "string";
@@ -150,7 +150,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
150
150
  identity: undefined;
151
151
  generated: undefined;
152
152
  }, {}, {}>;
153
- tenantId: drizzle_orm_pg_core208.PgColumn<{
153
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
154
154
  name: "tenant_id";
155
155
  tableName: "projects";
156
156
  dataType: "string";
@@ -169,7 +169,7 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
169
169
  }, {}, {
170
170
  length: 256;
171
171
  }>;
172
- id: drizzle_orm_pg_core208.PgColumn<{
172
+ id: drizzle_orm_pg_core1370.PgColumn<{
173
173
  name: "id";
174
174
  tableName: "projects";
175
175
  dataType: "string";
@@ -191,11 +191,11 @@ declare const projects: drizzle_orm_pg_core208.PgTableWithColumns<{
191
191
  };
192
192
  dialect: "pg";
193
193
  }>;
194
- declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
194
+ declare const agents: drizzle_orm_pg_core1370.PgTableWithColumns<{
195
195
  name: "agent";
196
196
  schema: undefined;
197
197
  columns: {
198
- createdAt: drizzle_orm_pg_core208.PgColumn<{
198
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
199
199
  name: "created_at";
200
200
  tableName: "agent";
201
201
  dataType: "string";
@@ -212,7 +212,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
212
212
  identity: undefined;
213
213
  generated: undefined;
214
214
  }, {}, {}>;
215
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
215
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
216
216
  name: "updated_at";
217
217
  tableName: "agent";
218
218
  dataType: "string";
@@ -229,7 +229,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
229
229
  identity: undefined;
230
230
  generated: undefined;
231
231
  }, {}, {}>;
232
- name: drizzle_orm_pg_core208.PgColumn<{
232
+ name: drizzle_orm_pg_core1370.PgColumn<{
233
233
  name: "name";
234
234
  tableName: "agent";
235
235
  dataType: "string";
@@ -248,7 +248,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
248
248
  }, {}, {
249
249
  length: 256;
250
250
  }>;
251
- description: drizzle_orm_pg_core208.PgColumn<{
251
+ description: drizzle_orm_pg_core1370.PgColumn<{
252
252
  name: "description";
253
253
  tableName: "agent";
254
254
  dataType: "string";
@@ -265,7 +265,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
265
265
  identity: undefined;
266
266
  generated: undefined;
267
267
  }, {}, {}>;
268
- defaultSubAgentId: drizzle_orm_pg_core208.PgColumn<{
268
+ defaultSubAgentId: drizzle_orm_pg_core1370.PgColumn<{
269
269
  name: "default_sub_agent_id";
270
270
  tableName: "agent";
271
271
  dataType: "string";
@@ -284,7 +284,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
284
284
  }, {}, {
285
285
  length: 256;
286
286
  }>;
287
- contextConfigId: drizzle_orm_pg_core208.PgColumn<{
287
+ contextConfigId: drizzle_orm_pg_core1370.PgColumn<{
288
288
  name: "context_config_id";
289
289
  tableName: "agent";
290
290
  dataType: "string";
@@ -303,7 +303,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
303
303
  }, {}, {
304
304
  length: 256;
305
305
  }>;
306
- models: drizzle_orm_pg_core208.PgColumn<{
306
+ models: drizzle_orm_pg_core1370.PgColumn<{
307
307
  name: "models";
308
308
  tableName: "agent";
309
309
  dataType: "json";
@@ -348,7 +348,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
348
348
  } | undefined;
349
349
  };
350
350
  }>;
351
- statusUpdates: drizzle_orm_pg_core208.PgColumn<{
351
+ statusUpdates: drizzle_orm_pg_core1370.PgColumn<{
352
352
  name: "status_updates";
353
353
  tableName: "agent";
354
354
  dataType: "json";
@@ -395,7 +395,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
395
395
  }[] | undefined;
396
396
  };
397
397
  }>;
398
- prompt: drizzle_orm_pg_core208.PgColumn<{
398
+ prompt: drizzle_orm_pg_core1370.PgColumn<{
399
399
  name: "prompt";
400
400
  tableName: "agent";
401
401
  dataType: "string";
@@ -412,7 +412,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
412
412
  identity: undefined;
413
413
  generated: undefined;
414
414
  }, {}, {}>;
415
- stopWhen: drizzle_orm_pg_core208.PgColumn<{
415
+ stopWhen: drizzle_orm_pg_core1370.PgColumn<{
416
416
  name: "stop_when";
417
417
  tableName: "agent";
418
418
  dataType: "json";
@@ -435,7 +435,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
435
435
  transferCountIs?: number | undefined;
436
436
  };
437
437
  }>;
438
- projectId: drizzle_orm_pg_core208.PgColumn<{
438
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
439
439
  name: "project_id";
440
440
  tableName: "agent";
441
441
  dataType: "string";
@@ -454,7 +454,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
454
454
  }, {}, {
455
455
  length: 256;
456
456
  }>;
457
- tenantId: drizzle_orm_pg_core208.PgColumn<{
457
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
458
458
  name: "tenant_id";
459
459
  tableName: "agent";
460
460
  dataType: "string";
@@ -473,7 +473,7 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
473
473
  }, {}, {
474
474
  length: 256;
475
475
  }>;
476
- id: drizzle_orm_pg_core208.PgColumn<{
476
+ id: drizzle_orm_pg_core1370.PgColumn<{
477
477
  name: "id";
478
478
  tableName: "agent";
479
479
  dataType: "string";
@@ -495,11 +495,11 @@ declare const agents: drizzle_orm_pg_core208.PgTableWithColumns<{
495
495
  };
496
496
  dialect: "pg";
497
497
  }>;
498
- declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
498
+ declare const contextConfigs: drizzle_orm_pg_core1370.PgTableWithColumns<{
499
499
  name: "context_configs";
500
500
  schema: undefined;
501
501
  columns: {
502
- createdAt: drizzle_orm_pg_core208.PgColumn<{
502
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
503
503
  name: "created_at";
504
504
  tableName: "context_configs";
505
505
  dataType: "string";
@@ -516,7 +516,7 @@ declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
516
516
  identity: undefined;
517
517
  generated: undefined;
518
518
  }, {}, {}>;
519
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
519
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
520
520
  name: "updated_at";
521
521
  tableName: "context_configs";
522
522
  dataType: "string";
@@ -533,7 +533,7 @@ declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
533
533
  identity: undefined;
534
534
  generated: undefined;
535
535
  }, {}, {}>;
536
- headersSchema: drizzle_orm_pg_core208.PgColumn<{
536
+ headersSchema: drizzle_orm_pg_core1370.PgColumn<{
537
537
  name: "headers_schema";
538
538
  tableName: "context_configs";
539
539
  dataType: "json";
@@ -552,7 +552,7 @@ declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
552
552
  }, {}, {
553
553
  $type: unknown;
554
554
  }>;
555
- contextVariables: drizzle_orm_pg_core208.PgColumn<{
555
+ contextVariables: drizzle_orm_pg_core1370.PgColumn<{
556
556
  name: "context_variables";
557
557
  tableName: "context_configs";
558
558
  dataType: "json";
@@ -571,7 +571,7 @@ declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
571
571
  }, {}, {
572
572
  $type: Record<string, ContextFetchDefinition>;
573
573
  }>;
574
- agentId: drizzle_orm_pg_core208.PgColumn<{
574
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
575
575
  name: "agent_id";
576
576
  tableName: "context_configs";
577
577
  dataType: "string";
@@ -590,7 +590,7 @@ declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
590
590
  }, {}, {
591
591
  length: 256;
592
592
  }>;
593
- projectId: drizzle_orm_pg_core208.PgColumn<{
593
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
594
594
  name: "project_id";
595
595
  tableName: "context_configs";
596
596
  dataType: "string";
@@ -609,7 +609,7 @@ declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
609
609
  }, {}, {
610
610
  length: 256;
611
611
  }>;
612
- tenantId: drizzle_orm_pg_core208.PgColumn<{
612
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
613
613
  name: "tenant_id";
614
614
  tableName: "context_configs";
615
615
  dataType: "string";
@@ -628,7 +628,7 @@ declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
628
628
  }, {}, {
629
629
  length: 256;
630
630
  }>;
631
- id: drizzle_orm_pg_core208.PgColumn<{
631
+ id: drizzle_orm_pg_core1370.PgColumn<{
632
632
  name: "id";
633
633
  tableName: "context_configs";
634
634
  dataType: "string";
@@ -650,11 +650,11 @@ declare const contextConfigs: drizzle_orm_pg_core208.PgTableWithColumns<{
650
650
  };
651
651
  dialect: "pg";
652
652
  }>;
653
- declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
653
+ declare const triggers: drizzle_orm_pg_core1370.PgTableWithColumns<{
654
654
  name: "triggers";
655
655
  schema: undefined;
656
656
  columns: {
657
- createdAt: drizzle_orm_pg_core208.PgColumn<{
657
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
658
658
  name: "created_at";
659
659
  tableName: "triggers";
660
660
  dataType: "string";
@@ -671,7 +671,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
671
671
  identity: undefined;
672
672
  generated: undefined;
673
673
  }, {}, {}>;
674
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
674
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
675
675
  name: "updated_at";
676
676
  tableName: "triggers";
677
677
  dataType: "string";
@@ -688,7 +688,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
688
688
  identity: undefined;
689
689
  generated: undefined;
690
690
  }, {}, {}>;
691
- enabled: drizzle_orm_pg_core208.PgColumn<{
691
+ enabled: drizzle_orm_pg_core1370.PgColumn<{
692
692
  name: "enabled";
693
693
  tableName: "triggers";
694
694
  dataType: "boolean";
@@ -705,7 +705,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
705
705
  identity: undefined;
706
706
  generated: undefined;
707
707
  }, {}, {}>;
708
- inputSchema: drizzle_orm_pg_core208.PgColumn<{
708
+ inputSchema: drizzle_orm_pg_core1370.PgColumn<{
709
709
  name: "input_schema";
710
710
  tableName: "triggers";
711
711
  dataType: "json";
@@ -724,7 +724,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
724
724
  }, {}, {
725
725
  $type: Record<string, unknown> | null;
726
726
  }>;
727
- outputTransform: drizzle_orm_pg_core208.PgColumn<{
727
+ outputTransform: drizzle_orm_pg_core1370.PgColumn<{
728
728
  name: "output_transform";
729
729
  tableName: "triggers";
730
730
  dataType: "json";
@@ -749,7 +749,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
749
749
  objectTransformation?: Record<string, string>;
750
750
  } | null;
751
751
  }>;
752
- messageTemplate: drizzle_orm_pg_core208.PgColumn<{
752
+ messageTemplate: drizzle_orm_pg_core1370.PgColumn<{
753
753
  name: "message_template";
754
754
  tableName: "triggers";
755
755
  dataType: "string";
@@ -766,7 +766,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
766
766
  identity: undefined;
767
767
  generated: undefined;
768
768
  }, {}, {}>;
769
- authentication: drizzle_orm_pg_core208.PgColumn<{
769
+ authentication: drizzle_orm_pg_core1370.PgColumn<{
770
770
  name: "authentication";
771
771
  tableName: "triggers";
772
772
  dataType: "json";
@@ -785,7 +785,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
785
785
  }, {}, {
786
786
  $type: unknown;
787
787
  }>;
788
- signingSecretCredentialReferenceId: drizzle_orm_pg_core208.PgColumn<{
788
+ signingSecretCredentialReferenceId: drizzle_orm_pg_core1370.PgColumn<{
789
789
  name: "signing_secret_credential_reference_id";
790
790
  tableName: "triggers";
791
791
  dataType: "string";
@@ -804,7 +804,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
804
804
  }, {}, {
805
805
  length: 256;
806
806
  }>;
807
- signatureVerification: drizzle_orm_pg_core208.PgColumn<{
807
+ signatureVerification: drizzle_orm_pg_core1370.PgColumn<{
808
808
  name: "signature_verification";
809
809
  tableName: "triggers";
810
810
  dataType: "json";
@@ -873,7 +873,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
873
873
  } | undefined;
874
874
  } | null;
875
875
  }>;
876
- name: drizzle_orm_pg_core208.PgColumn<{
876
+ name: drizzle_orm_pg_core1370.PgColumn<{
877
877
  name: "name";
878
878
  tableName: "triggers";
879
879
  dataType: "string";
@@ -892,7 +892,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
892
892
  }, {}, {
893
893
  length: 256;
894
894
  }>;
895
- description: drizzle_orm_pg_core208.PgColumn<{
895
+ description: drizzle_orm_pg_core1370.PgColumn<{
896
896
  name: "description";
897
897
  tableName: "triggers";
898
898
  dataType: "string";
@@ -909,7 +909,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
909
909
  identity: undefined;
910
910
  generated: undefined;
911
911
  }, {}, {}>;
912
- agentId: drizzle_orm_pg_core208.PgColumn<{
912
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
913
913
  name: "agent_id";
914
914
  tableName: "triggers";
915
915
  dataType: "string";
@@ -928,7 +928,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
928
928
  }, {}, {
929
929
  length: 256;
930
930
  }>;
931
- projectId: drizzle_orm_pg_core208.PgColumn<{
931
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
932
932
  name: "project_id";
933
933
  tableName: "triggers";
934
934
  dataType: "string";
@@ -947,7 +947,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
947
947
  }, {}, {
948
948
  length: 256;
949
949
  }>;
950
- tenantId: drizzle_orm_pg_core208.PgColumn<{
950
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
951
951
  name: "tenant_id";
952
952
  tableName: "triggers";
953
953
  dataType: "string";
@@ -966,7 +966,7 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
966
966
  }, {}, {
967
967
  length: 256;
968
968
  }>;
969
- id: drizzle_orm_pg_core208.PgColumn<{
969
+ id: drizzle_orm_pg_core1370.PgColumn<{
970
970
  name: "id";
971
971
  tableName: "triggers";
972
972
  dataType: "string";
@@ -988,11 +988,11 @@ declare const triggers: drizzle_orm_pg_core208.PgTableWithColumns<{
988
988
  };
989
989
  dialect: "pg";
990
990
  }>;
991
- declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
991
+ declare const subAgents: drizzle_orm_pg_core1370.PgTableWithColumns<{
992
992
  name: "sub_agents";
993
993
  schema: undefined;
994
994
  columns: {
995
- createdAt: drizzle_orm_pg_core208.PgColumn<{
995
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
996
996
  name: "created_at";
997
997
  tableName: "sub_agents";
998
998
  dataType: "string";
@@ -1009,7 +1009,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1009
1009
  identity: undefined;
1010
1010
  generated: undefined;
1011
1011
  }, {}, {}>;
1012
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
1012
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
1013
1013
  name: "updated_at";
1014
1014
  tableName: "sub_agents";
1015
1015
  dataType: "string";
@@ -1026,7 +1026,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1026
1026
  identity: undefined;
1027
1027
  generated: undefined;
1028
1028
  }, {}, {}>;
1029
- prompt: drizzle_orm_pg_core208.PgColumn<{
1029
+ prompt: drizzle_orm_pg_core1370.PgColumn<{
1030
1030
  name: "prompt";
1031
1031
  tableName: "sub_agents";
1032
1032
  dataType: "string";
@@ -1043,7 +1043,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1043
1043
  identity: undefined;
1044
1044
  generated: undefined;
1045
1045
  }, {}, {}>;
1046
- conversationHistoryConfig: drizzle_orm_pg_core208.PgColumn<{
1046
+ conversationHistoryConfig: drizzle_orm_pg_core1370.PgColumn<{
1047
1047
  name: "conversation_history_config";
1048
1048
  tableName: "sub_agents";
1049
1049
  dataType: "json";
@@ -1062,7 +1062,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1062
1062
  }, {}, {
1063
1063
  $type: ConversationHistoryConfig;
1064
1064
  }>;
1065
- models: drizzle_orm_pg_core208.PgColumn<{
1065
+ models: drizzle_orm_pg_core1370.PgColumn<{
1066
1066
  name: "models";
1067
1067
  tableName: "sub_agents";
1068
1068
  dataType: "json";
@@ -1107,7 +1107,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1107
1107
  } | undefined;
1108
1108
  };
1109
1109
  }>;
1110
- stopWhen: drizzle_orm_pg_core208.PgColumn<{
1110
+ stopWhen: drizzle_orm_pg_core1370.PgColumn<{
1111
1111
  name: "stop_when";
1112
1112
  tableName: "sub_agents";
1113
1113
  dataType: "json";
@@ -1130,7 +1130,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1130
1130
  stepCountIs?: number | undefined;
1131
1131
  };
1132
1132
  }>;
1133
- name: drizzle_orm_pg_core208.PgColumn<{
1133
+ name: drizzle_orm_pg_core1370.PgColumn<{
1134
1134
  name: "name";
1135
1135
  tableName: "sub_agents";
1136
1136
  dataType: "string";
@@ -1149,7 +1149,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1149
1149
  }, {}, {
1150
1150
  length: 256;
1151
1151
  }>;
1152
- description: drizzle_orm_pg_core208.PgColumn<{
1152
+ description: drizzle_orm_pg_core1370.PgColumn<{
1153
1153
  name: "description";
1154
1154
  tableName: "sub_agents";
1155
1155
  dataType: "string";
@@ -1166,7 +1166,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1166
1166
  identity: undefined;
1167
1167
  generated: undefined;
1168
1168
  }, {}, {}>;
1169
- agentId: drizzle_orm_pg_core208.PgColumn<{
1169
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
1170
1170
  name: "agent_id";
1171
1171
  tableName: "sub_agents";
1172
1172
  dataType: "string";
@@ -1185,7 +1185,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1185
1185
  }, {}, {
1186
1186
  length: 256;
1187
1187
  }>;
1188
- projectId: drizzle_orm_pg_core208.PgColumn<{
1188
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
1189
1189
  name: "project_id";
1190
1190
  tableName: "sub_agents";
1191
1191
  dataType: "string";
@@ -1204,7 +1204,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1204
1204
  }, {}, {
1205
1205
  length: 256;
1206
1206
  }>;
1207
- tenantId: drizzle_orm_pg_core208.PgColumn<{
1207
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
1208
1208
  name: "tenant_id";
1209
1209
  tableName: "sub_agents";
1210
1210
  dataType: "string";
@@ -1223,7 +1223,7 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1223
1223
  }, {}, {
1224
1224
  length: 256;
1225
1225
  }>;
1226
- id: drizzle_orm_pg_core208.PgColumn<{
1226
+ id: drizzle_orm_pg_core1370.PgColumn<{
1227
1227
  name: "id";
1228
1228
  tableName: "sub_agents";
1229
1229
  dataType: "string";
@@ -1245,11 +1245,11 @@ declare const subAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1245
1245
  };
1246
1246
  dialect: "pg";
1247
1247
  }>;
1248
- declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1248
+ declare const subAgentRelations: drizzle_orm_pg_core1370.PgTableWithColumns<{
1249
1249
  name: "sub_agent_relations";
1250
1250
  schema: undefined;
1251
1251
  columns: {
1252
- createdAt: drizzle_orm_pg_core208.PgColumn<{
1252
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
1253
1253
  name: "created_at";
1254
1254
  tableName: "sub_agent_relations";
1255
1255
  dataType: "string";
@@ -1266,7 +1266,7 @@ declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1266
1266
  identity: undefined;
1267
1267
  generated: undefined;
1268
1268
  }, {}, {}>;
1269
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
1269
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
1270
1270
  name: "updated_at";
1271
1271
  tableName: "sub_agent_relations";
1272
1272
  dataType: "string";
@@ -1283,7 +1283,7 @@ declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1283
1283
  identity: undefined;
1284
1284
  generated: undefined;
1285
1285
  }, {}, {}>;
1286
- sourceSubAgentId: drizzle_orm_pg_core208.PgColumn<{
1286
+ sourceSubAgentId: drizzle_orm_pg_core1370.PgColumn<{
1287
1287
  name: "source_sub_agent_id";
1288
1288
  tableName: "sub_agent_relations";
1289
1289
  dataType: "string";
@@ -1302,7 +1302,7 @@ declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1302
1302
  }, {}, {
1303
1303
  length: 256;
1304
1304
  }>;
1305
- targetSubAgentId: drizzle_orm_pg_core208.PgColumn<{
1305
+ targetSubAgentId: drizzle_orm_pg_core1370.PgColumn<{
1306
1306
  name: "target_sub_agent_id";
1307
1307
  tableName: "sub_agent_relations";
1308
1308
  dataType: "string";
@@ -1321,7 +1321,7 @@ declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1321
1321
  }, {}, {
1322
1322
  length: 256;
1323
1323
  }>;
1324
- relationType: drizzle_orm_pg_core208.PgColumn<{
1324
+ relationType: drizzle_orm_pg_core1370.PgColumn<{
1325
1325
  name: "relation_type";
1326
1326
  tableName: "sub_agent_relations";
1327
1327
  dataType: "string";
@@ -1340,7 +1340,7 @@ declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1340
1340
  }, {}, {
1341
1341
  length: 256;
1342
1342
  }>;
1343
- agentId: drizzle_orm_pg_core208.PgColumn<{
1343
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
1344
1344
  name: "agent_id";
1345
1345
  tableName: "sub_agent_relations";
1346
1346
  dataType: "string";
@@ -1359,7 +1359,7 @@ declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1359
1359
  }, {}, {
1360
1360
  length: 256;
1361
1361
  }>;
1362
- projectId: drizzle_orm_pg_core208.PgColumn<{
1362
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
1363
1363
  name: "project_id";
1364
1364
  tableName: "sub_agent_relations";
1365
1365
  dataType: "string";
@@ -1378,7 +1378,7 @@ declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1378
1378
  }, {}, {
1379
1379
  length: 256;
1380
1380
  }>;
1381
- tenantId: drizzle_orm_pg_core208.PgColumn<{
1381
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
1382
1382
  name: "tenant_id";
1383
1383
  tableName: "sub_agent_relations";
1384
1384
  dataType: "string";
@@ -1397,7 +1397,7 @@ declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1397
1397
  }, {}, {
1398
1398
  length: 256;
1399
1399
  }>;
1400
- id: drizzle_orm_pg_core208.PgColumn<{
1400
+ id: drizzle_orm_pg_core1370.PgColumn<{
1401
1401
  name: "id";
1402
1402
  tableName: "sub_agent_relations";
1403
1403
  dataType: "string";
@@ -1419,11 +1419,11 @@ declare const subAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
1419
1419
  };
1420
1420
  dialect: "pg";
1421
1421
  }>;
1422
- declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1422
+ declare const externalAgents: drizzle_orm_pg_core1370.PgTableWithColumns<{
1423
1423
  name: "external_agents";
1424
1424
  schema: undefined;
1425
1425
  columns: {
1426
- createdAt: drizzle_orm_pg_core208.PgColumn<{
1426
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
1427
1427
  name: "created_at";
1428
1428
  tableName: "external_agents";
1429
1429
  dataType: "string";
@@ -1440,7 +1440,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1440
1440
  identity: undefined;
1441
1441
  generated: undefined;
1442
1442
  }, {}, {}>;
1443
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
1443
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
1444
1444
  name: "updated_at";
1445
1445
  tableName: "external_agents";
1446
1446
  dataType: "string";
@@ -1457,7 +1457,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1457
1457
  identity: undefined;
1458
1458
  generated: undefined;
1459
1459
  }, {}, {}>;
1460
- baseUrl: drizzle_orm_pg_core208.PgColumn<{
1460
+ baseUrl: drizzle_orm_pg_core1370.PgColumn<{
1461
1461
  name: "base_url";
1462
1462
  tableName: "external_agents";
1463
1463
  dataType: "string";
@@ -1474,7 +1474,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1474
1474
  identity: undefined;
1475
1475
  generated: undefined;
1476
1476
  }, {}, {}>;
1477
- credentialReferenceId: drizzle_orm_pg_core208.PgColumn<{
1477
+ credentialReferenceId: drizzle_orm_pg_core1370.PgColumn<{
1478
1478
  name: "credential_reference_id";
1479
1479
  tableName: "external_agents";
1480
1480
  dataType: "string";
@@ -1493,7 +1493,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1493
1493
  }, {}, {
1494
1494
  length: 256;
1495
1495
  }>;
1496
- name: drizzle_orm_pg_core208.PgColumn<{
1496
+ name: drizzle_orm_pg_core1370.PgColumn<{
1497
1497
  name: "name";
1498
1498
  tableName: "external_agents";
1499
1499
  dataType: "string";
@@ -1512,7 +1512,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1512
1512
  }, {}, {
1513
1513
  length: 256;
1514
1514
  }>;
1515
- description: drizzle_orm_pg_core208.PgColumn<{
1515
+ description: drizzle_orm_pg_core1370.PgColumn<{
1516
1516
  name: "description";
1517
1517
  tableName: "external_agents";
1518
1518
  dataType: "string";
@@ -1529,7 +1529,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1529
1529
  identity: undefined;
1530
1530
  generated: undefined;
1531
1531
  }, {}, {}>;
1532
- projectId: drizzle_orm_pg_core208.PgColumn<{
1532
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
1533
1533
  name: "project_id";
1534
1534
  tableName: "external_agents";
1535
1535
  dataType: "string";
@@ -1548,7 +1548,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1548
1548
  }, {}, {
1549
1549
  length: 256;
1550
1550
  }>;
1551
- tenantId: drizzle_orm_pg_core208.PgColumn<{
1551
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
1552
1552
  name: "tenant_id";
1553
1553
  tableName: "external_agents";
1554
1554
  dataType: "string";
@@ -1567,7 +1567,7 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1567
1567
  }, {}, {
1568
1568
  length: 256;
1569
1569
  }>;
1570
- id: drizzle_orm_pg_core208.PgColumn<{
1570
+ id: drizzle_orm_pg_core1370.PgColumn<{
1571
1571
  name: "id";
1572
1572
  tableName: "external_agents";
1573
1573
  dataType: "string";
@@ -1589,11 +1589,11 @@ declare const externalAgents: drizzle_orm_pg_core208.PgTableWithColumns<{
1589
1589
  };
1590
1590
  dialect: "pg";
1591
1591
  }>;
1592
- declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1592
+ declare const dataComponents: drizzle_orm_pg_core1370.PgTableWithColumns<{
1593
1593
  name: "data_components";
1594
1594
  schema: undefined;
1595
1595
  columns: {
1596
- createdAt: drizzle_orm_pg_core208.PgColumn<{
1596
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
1597
1597
  name: "created_at";
1598
1598
  tableName: "data_components";
1599
1599
  dataType: "string";
@@ -1610,7 +1610,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1610
1610
  identity: undefined;
1611
1611
  generated: undefined;
1612
1612
  }, {}, {}>;
1613
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
1613
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
1614
1614
  name: "updated_at";
1615
1615
  tableName: "data_components";
1616
1616
  dataType: "string";
@@ -1627,7 +1627,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1627
1627
  identity: undefined;
1628
1628
  generated: undefined;
1629
1629
  }, {}, {}>;
1630
- props: drizzle_orm_pg_core208.PgColumn<{
1630
+ props: drizzle_orm_pg_core1370.PgColumn<{
1631
1631
  name: "props";
1632
1632
  tableName: "data_components";
1633
1633
  dataType: "json";
@@ -1646,7 +1646,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1646
1646
  }, {}, {
1647
1647
  $type: Record<string, unknown>;
1648
1648
  }>;
1649
- render: drizzle_orm_pg_core208.PgColumn<{
1649
+ render: drizzle_orm_pg_core1370.PgColumn<{
1650
1650
  name: "render";
1651
1651
  tableName: "data_components";
1652
1652
  dataType: "json";
@@ -1671,7 +1671,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1671
1671
  mockData: Record<string, unknown>;
1672
1672
  };
1673
1673
  }>;
1674
- name: drizzle_orm_pg_core208.PgColumn<{
1674
+ name: drizzle_orm_pg_core1370.PgColumn<{
1675
1675
  name: "name";
1676
1676
  tableName: "data_components";
1677
1677
  dataType: "string";
@@ -1690,7 +1690,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1690
1690
  }, {}, {
1691
1691
  length: 256;
1692
1692
  }>;
1693
- description: drizzle_orm_pg_core208.PgColumn<{
1693
+ description: drizzle_orm_pg_core1370.PgColumn<{
1694
1694
  name: "description";
1695
1695
  tableName: "data_components";
1696
1696
  dataType: "string";
@@ -1707,7 +1707,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1707
1707
  identity: undefined;
1708
1708
  generated: undefined;
1709
1709
  }, {}, {}>;
1710
- projectId: drizzle_orm_pg_core208.PgColumn<{
1710
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
1711
1711
  name: "project_id";
1712
1712
  tableName: "data_components";
1713
1713
  dataType: "string";
@@ -1726,7 +1726,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1726
1726
  }, {}, {
1727
1727
  length: 256;
1728
1728
  }>;
1729
- tenantId: drizzle_orm_pg_core208.PgColumn<{
1729
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
1730
1730
  name: "tenant_id";
1731
1731
  tableName: "data_components";
1732
1732
  dataType: "string";
@@ -1745,7 +1745,7 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1745
1745
  }, {}, {
1746
1746
  length: 256;
1747
1747
  }>;
1748
- id: drizzle_orm_pg_core208.PgColumn<{
1748
+ id: drizzle_orm_pg_core1370.PgColumn<{
1749
1749
  name: "id";
1750
1750
  tableName: "data_components";
1751
1751
  dataType: "string";
@@ -1767,11 +1767,11 @@ declare const dataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1767
1767
  };
1768
1768
  dialect: "pg";
1769
1769
  }>;
1770
- declare const subAgentDataComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1770
+ declare const subAgentDataComponents: drizzle_orm_pg_core1370.PgTableWithColumns<{
1771
1771
  name: "sub_agent_data_components";
1772
1772
  schema: undefined;
1773
1773
  columns: {
1774
- dataComponentId: drizzle_orm_pg_core208.PgColumn<{
1774
+ dataComponentId: drizzle_orm_pg_core1370.PgColumn<{
1775
1775
  name: "data_component_id";
1776
1776
  tableName: "sub_agent_data_components";
1777
1777
  dataType: "string";
@@ -1790,7 +1790,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core208.PgTableWithColumns<
1790
1790
  }, {}, {
1791
1791
  length: 256;
1792
1792
  }>;
1793
- createdAt: drizzle_orm_pg_core208.PgColumn<{
1793
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
1794
1794
  name: "created_at";
1795
1795
  tableName: "sub_agent_data_components";
1796
1796
  dataType: "string";
@@ -1807,7 +1807,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core208.PgTableWithColumns<
1807
1807
  identity: undefined;
1808
1808
  generated: undefined;
1809
1809
  }, {}, {}>;
1810
- subAgentId: drizzle_orm_pg_core208.PgColumn<{
1810
+ subAgentId: drizzle_orm_pg_core1370.PgColumn<{
1811
1811
  name: "sub_agent_id";
1812
1812
  tableName: "sub_agent_data_components";
1813
1813
  dataType: "string";
@@ -1826,7 +1826,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core208.PgTableWithColumns<
1826
1826
  }, {}, {
1827
1827
  length: 256;
1828
1828
  }>;
1829
- agentId: drizzle_orm_pg_core208.PgColumn<{
1829
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
1830
1830
  name: "agent_id";
1831
1831
  tableName: "sub_agent_data_components";
1832
1832
  dataType: "string";
@@ -1845,7 +1845,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core208.PgTableWithColumns<
1845
1845
  }, {}, {
1846
1846
  length: 256;
1847
1847
  }>;
1848
- projectId: drizzle_orm_pg_core208.PgColumn<{
1848
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
1849
1849
  name: "project_id";
1850
1850
  tableName: "sub_agent_data_components";
1851
1851
  dataType: "string";
@@ -1864,7 +1864,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core208.PgTableWithColumns<
1864
1864
  }, {}, {
1865
1865
  length: 256;
1866
1866
  }>;
1867
- tenantId: drizzle_orm_pg_core208.PgColumn<{
1867
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
1868
1868
  name: "tenant_id";
1869
1869
  tableName: "sub_agent_data_components";
1870
1870
  dataType: "string";
@@ -1883,7 +1883,7 @@ declare const subAgentDataComponents: drizzle_orm_pg_core208.PgTableWithColumns<
1883
1883
  }, {}, {
1884
1884
  length: 256;
1885
1885
  }>;
1886
- id: drizzle_orm_pg_core208.PgColumn<{
1886
+ id: drizzle_orm_pg_core1370.PgColumn<{
1887
1887
  name: "id";
1888
1888
  tableName: "sub_agent_data_components";
1889
1889
  dataType: "string";
@@ -1905,11 +1905,11 @@ declare const subAgentDataComponents: drizzle_orm_pg_core208.PgTableWithColumns<
1905
1905
  };
1906
1906
  dialect: "pg";
1907
1907
  }>;
1908
- declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1908
+ declare const artifactComponents: drizzle_orm_pg_core1370.PgTableWithColumns<{
1909
1909
  name: "artifact_components";
1910
1910
  schema: undefined;
1911
1911
  columns: {
1912
- createdAt: drizzle_orm_pg_core208.PgColumn<{
1912
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
1913
1913
  name: "created_at";
1914
1914
  tableName: "artifact_components";
1915
1915
  dataType: "string";
@@ -1926,7 +1926,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1926
1926
  identity: undefined;
1927
1927
  generated: undefined;
1928
1928
  }, {}, {}>;
1929
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
1929
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
1930
1930
  name: "updated_at";
1931
1931
  tableName: "artifact_components";
1932
1932
  dataType: "string";
@@ -1943,7 +1943,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1943
1943
  identity: undefined;
1944
1944
  generated: undefined;
1945
1945
  }, {}, {}>;
1946
- props: drizzle_orm_pg_core208.PgColumn<{
1946
+ props: drizzle_orm_pg_core1370.PgColumn<{
1947
1947
  name: "props";
1948
1948
  tableName: "artifact_components";
1949
1949
  dataType: "json";
@@ -1962,7 +1962,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1962
1962
  }, {}, {
1963
1963
  $type: Record<string, unknown>;
1964
1964
  }>;
1965
- render: drizzle_orm_pg_core208.PgColumn<{
1965
+ render: drizzle_orm_pg_core1370.PgColumn<{
1966
1966
  name: "render";
1967
1967
  tableName: "artifact_components";
1968
1968
  dataType: "json";
@@ -1987,7 +1987,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
1987
1987
  mockData: Record<string, unknown>;
1988
1988
  };
1989
1989
  }>;
1990
- name: drizzle_orm_pg_core208.PgColumn<{
1990
+ name: drizzle_orm_pg_core1370.PgColumn<{
1991
1991
  name: "name";
1992
1992
  tableName: "artifact_components";
1993
1993
  dataType: "string";
@@ -2006,7 +2006,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
2006
2006
  }, {}, {
2007
2007
  length: 256;
2008
2008
  }>;
2009
- description: drizzle_orm_pg_core208.PgColumn<{
2009
+ description: drizzle_orm_pg_core1370.PgColumn<{
2010
2010
  name: "description";
2011
2011
  tableName: "artifact_components";
2012
2012
  dataType: "string";
@@ -2023,7 +2023,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
2023
2023
  identity: undefined;
2024
2024
  generated: undefined;
2025
2025
  }, {}, {}>;
2026
- projectId: drizzle_orm_pg_core208.PgColumn<{
2026
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
2027
2027
  name: "project_id";
2028
2028
  tableName: "artifact_components";
2029
2029
  dataType: "string";
@@ -2042,7 +2042,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
2042
2042
  }, {}, {
2043
2043
  length: 256;
2044
2044
  }>;
2045
- tenantId: drizzle_orm_pg_core208.PgColumn<{
2045
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
2046
2046
  name: "tenant_id";
2047
2047
  tableName: "artifact_components";
2048
2048
  dataType: "string";
@@ -2061,7 +2061,7 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
2061
2061
  }, {}, {
2062
2062
  length: 256;
2063
2063
  }>;
2064
- id: drizzle_orm_pg_core208.PgColumn<{
2064
+ id: drizzle_orm_pg_core1370.PgColumn<{
2065
2065
  name: "id";
2066
2066
  tableName: "artifact_components";
2067
2067
  dataType: "string";
@@ -2083,11 +2083,11 @@ declare const artifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
2083
2083
  };
2084
2084
  dialect: "pg";
2085
2085
  }>;
2086
- declare const subAgentArtifactComponents: drizzle_orm_pg_core208.PgTableWithColumns<{
2086
+ declare const subAgentArtifactComponents: drizzle_orm_pg_core1370.PgTableWithColumns<{
2087
2087
  name: "sub_agent_artifact_components";
2088
2088
  schema: undefined;
2089
2089
  columns: {
2090
- artifactComponentId: drizzle_orm_pg_core208.PgColumn<{
2090
+ artifactComponentId: drizzle_orm_pg_core1370.PgColumn<{
2091
2091
  name: "artifact_component_id";
2092
2092
  tableName: "sub_agent_artifact_components";
2093
2093
  dataType: "string";
@@ -2106,7 +2106,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core208.PgTableWithColu
2106
2106
  }, {}, {
2107
2107
  length: 256;
2108
2108
  }>;
2109
- createdAt: drizzle_orm_pg_core208.PgColumn<{
2109
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
2110
2110
  name: "created_at";
2111
2111
  tableName: "sub_agent_artifact_components";
2112
2112
  dataType: "string";
@@ -2123,7 +2123,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core208.PgTableWithColu
2123
2123
  identity: undefined;
2124
2124
  generated: undefined;
2125
2125
  }, {}, {}>;
2126
- subAgentId: drizzle_orm_pg_core208.PgColumn<{
2126
+ subAgentId: drizzle_orm_pg_core1370.PgColumn<{
2127
2127
  name: "sub_agent_id";
2128
2128
  tableName: "sub_agent_artifact_components";
2129
2129
  dataType: "string";
@@ -2142,7 +2142,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core208.PgTableWithColu
2142
2142
  }, {}, {
2143
2143
  length: 256;
2144
2144
  }>;
2145
- agentId: drizzle_orm_pg_core208.PgColumn<{
2145
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
2146
2146
  name: "agent_id";
2147
2147
  tableName: "sub_agent_artifact_components";
2148
2148
  dataType: "string";
@@ -2161,7 +2161,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core208.PgTableWithColu
2161
2161
  }, {}, {
2162
2162
  length: 256;
2163
2163
  }>;
2164
- projectId: drizzle_orm_pg_core208.PgColumn<{
2164
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
2165
2165
  name: "project_id";
2166
2166
  tableName: "sub_agent_artifact_components";
2167
2167
  dataType: "string";
@@ -2180,7 +2180,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core208.PgTableWithColu
2180
2180
  }, {}, {
2181
2181
  length: 256;
2182
2182
  }>;
2183
- tenantId: drizzle_orm_pg_core208.PgColumn<{
2183
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
2184
2184
  name: "tenant_id";
2185
2185
  tableName: "sub_agent_artifact_components";
2186
2186
  dataType: "string";
@@ -2199,7 +2199,7 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core208.PgTableWithColu
2199
2199
  }, {}, {
2200
2200
  length: 256;
2201
2201
  }>;
2202
- id: drizzle_orm_pg_core208.PgColumn<{
2202
+ id: drizzle_orm_pg_core1370.PgColumn<{
2203
2203
  name: "id";
2204
2204
  tableName: "sub_agent_artifact_components";
2205
2205
  dataType: "string";
@@ -2221,11 +2221,11 @@ declare const subAgentArtifactComponents: drizzle_orm_pg_core208.PgTableWithColu
2221
2221
  };
2222
2222
  dialect: "pg";
2223
2223
  }>;
2224
- declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2224
+ declare const tools: drizzle_orm_pg_core1370.PgTableWithColumns<{
2225
2225
  name: "tools";
2226
2226
  schema: undefined;
2227
2227
  columns: {
2228
- createdAt: drizzle_orm_pg_core208.PgColumn<{
2228
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
2229
2229
  name: "created_at";
2230
2230
  tableName: "tools";
2231
2231
  dataType: "string";
@@ -2242,7 +2242,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2242
2242
  identity: undefined;
2243
2243
  generated: undefined;
2244
2244
  }, {}, {}>;
2245
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
2245
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
2246
2246
  name: "updated_at";
2247
2247
  tableName: "tools";
2248
2248
  dataType: "string";
@@ -2259,7 +2259,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2259
2259
  identity: undefined;
2260
2260
  generated: undefined;
2261
2261
  }, {}, {}>;
2262
- name: drizzle_orm_pg_core208.PgColumn<{
2262
+ name: drizzle_orm_pg_core1370.PgColumn<{
2263
2263
  name: "name";
2264
2264
  tableName: "tools";
2265
2265
  dataType: "string";
@@ -2278,7 +2278,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2278
2278
  }, {}, {
2279
2279
  length: 256;
2280
2280
  }>;
2281
- description: drizzle_orm_pg_core208.PgColumn<{
2281
+ description: drizzle_orm_pg_core1370.PgColumn<{
2282
2282
  name: "description";
2283
2283
  tableName: "tools";
2284
2284
  dataType: "string";
@@ -2295,7 +2295,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2295
2295
  identity: undefined;
2296
2296
  generated: undefined;
2297
2297
  }, {}, {}>;
2298
- config: drizzle_orm_pg_core208.PgColumn<{
2298
+ config: drizzle_orm_pg_core1370.PgColumn<{
2299
2299
  name: "config";
2300
2300
  tableName: "tools";
2301
2301
  dataType: "json";
@@ -2320,7 +2320,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2320
2320
  mcp: ToolMcpConfig;
2321
2321
  };
2322
2322
  }>;
2323
- credentialReferenceId: drizzle_orm_pg_core208.PgColumn<{
2323
+ credentialReferenceId: drizzle_orm_pg_core1370.PgColumn<{
2324
2324
  name: "credential_reference_id";
2325
2325
  tableName: "tools";
2326
2326
  dataType: "string";
@@ -2339,7 +2339,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2339
2339
  }, {}, {
2340
2340
  length: 256;
2341
2341
  }>;
2342
- credentialScope: drizzle_orm_pg_core208.PgColumn<{
2342
+ credentialScope: drizzle_orm_pg_core1370.PgColumn<{
2343
2343
  name: "credential_scope";
2344
2344
  tableName: "tools";
2345
2345
  dataType: "string";
@@ -2358,7 +2358,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2358
2358
  }, {}, {
2359
2359
  length: 50;
2360
2360
  }>;
2361
- headers: drizzle_orm_pg_core208.PgColumn<{
2361
+ headers: drizzle_orm_pg_core1370.PgColumn<{
2362
2362
  name: "headers";
2363
2363
  tableName: "tools";
2364
2364
  dataType: "json";
@@ -2377,7 +2377,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2377
2377
  }, {}, {
2378
2378
  $type: Record<string, string>;
2379
2379
  }>;
2380
- imageUrl: drizzle_orm_pg_core208.PgColumn<{
2380
+ imageUrl: drizzle_orm_pg_core1370.PgColumn<{
2381
2381
  name: "image_url";
2382
2382
  tableName: "tools";
2383
2383
  dataType: "string";
@@ -2394,7 +2394,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2394
2394
  identity: undefined;
2395
2395
  generated: undefined;
2396
2396
  }, {}, {}>;
2397
- capabilities: drizzle_orm_pg_core208.PgColumn<{
2397
+ capabilities: drizzle_orm_pg_core1370.PgColumn<{
2398
2398
  name: "capabilities";
2399
2399
  tableName: "tools";
2400
2400
  dataType: "json";
@@ -2413,7 +2413,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2413
2413
  }, {}, {
2414
2414
  $type: ToolServerCapabilities;
2415
2415
  }>;
2416
- lastError: drizzle_orm_pg_core208.PgColumn<{
2416
+ lastError: drizzle_orm_pg_core1370.PgColumn<{
2417
2417
  name: "last_error";
2418
2418
  tableName: "tools";
2419
2419
  dataType: "string";
@@ -2430,7 +2430,24 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2430
2430
  identity: undefined;
2431
2431
  generated: undefined;
2432
2432
  }, {}, {}>;
2433
- projectId: drizzle_orm_pg_core208.PgColumn<{
2433
+ isWorkApp: drizzle_orm_pg_core1370.PgColumn<{
2434
+ name: "is_work_app";
2435
+ tableName: "tools";
2436
+ dataType: "boolean";
2437
+ columnType: "PgBoolean";
2438
+ data: boolean;
2439
+ driverParam: boolean;
2440
+ notNull: true;
2441
+ hasDefault: true;
2442
+ isPrimaryKey: false;
2443
+ isAutoincrement: false;
2444
+ hasRuntimeDefault: false;
2445
+ enumValues: undefined;
2446
+ baseColumn: never;
2447
+ identity: undefined;
2448
+ generated: undefined;
2449
+ }, {}, {}>;
2450
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
2434
2451
  name: "project_id";
2435
2452
  tableName: "tools";
2436
2453
  dataType: "string";
@@ -2449,7 +2466,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2449
2466
  }, {}, {
2450
2467
  length: 256;
2451
2468
  }>;
2452
- tenantId: drizzle_orm_pg_core208.PgColumn<{
2469
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
2453
2470
  name: "tenant_id";
2454
2471
  tableName: "tools";
2455
2472
  dataType: "string";
@@ -2468,7 +2485,7 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2468
2485
  }, {}, {
2469
2486
  length: 256;
2470
2487
  }>;
2471
- id: drizzle_orm_pg_core208.PgColumn<{
2488
+ id: drizzle_orm_pg_core1370.PgColumn<{
2472
2489
  name: "id";
2473
2490
  tableName: "tools";
2474
2491
  dataType: "string";
@@ -2490,11 +2507,11 @@ declare const tools: drizzle_orm_pg_core208.PgTableWithColumns<{
2490
2507
  };
2491
2508
  dialect: "pg";
2492
2509
  }>;
2493
- declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2510
+ declare const functionTools: drizzle_orm_pg_core1370.PgTableWithColumns<{
2494
2511
  name: "function_tools";
2495
2512
  schema: undefined;
2496
2513
  columns: {
2497
- createdAt: drizzle_orm_pg_core208.PgColumn<{
2514
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
2498
2515
  name: "created_at";
2499
2516
  tableName: "function_tools";
2500
2517
  dataType: "string";
@@ -2511,7 +2528,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2511
2528
  identity: undefined;
2512
2529
  generated: undefined;
2513
2530
  }, {}, {}>;
2514
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
2531
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
2515
2532
  name: "updated_at";
2516
2533
  tableName: "function_tools";
2517
2534
  dataType: "string";
@@ -2528,7 +2545,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2528
2545
  identity: undefined;
2529
2546
  generated: undefined;
2530
2547
  }, {}, {}>;
2531
- name: drizzle_orm_pg_core208.PgColumn<{
2548
+ name: drizzle_orm_pg_core1370.PgColumn<{
2532
2549
  name: "name";
2533
2550
  tableName: "function_tools";
2534
2551
  dataType: "string";
@@ -2547,7 +2564,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2547
2564
  }, {}, {
2548
2565
  length: 256;
2549
2566
  }>;
2550
- description: drizzle_orm_pg_core208.PgColumn<{
2567
+ description: drizzle_orm_pg_core1370.PgColumn<{
2551
2568
  name: "description";
2552
2569
  tableName: "function_tools";
2553
2570
  dataType: "string";
@@ -2564,7 +2581,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2564
2581
  identity: undefined;
2565
2582
  generated: undefined;
2566
2583
  }, {}, {}>;
2567
- functionId: drizzle_orm_pg_core208.PgColumn<{
2584
+ functionId: drizzle_orm_pg_core1370.PgColumn<{
2568
2585
  name: "function_id";
2569
2586
  tableName: "function_tools";
2570
2587
  dataType: "string";
@@ -2583,7 +2600,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2583
2600
  }, {}, {
2584
2601
  length: 256;
2585
2602
  }>;
2586
- agentId: drizzle_orm_pg_core208.PgColumn<{
2603
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
2587
2604
  name: "agent_id";
2588
2605
  tableName: "function_tools";
2589
2606
  dataType: "string";
@@ -2602,7 +2619,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2602
2619
  }, {}, {
2603
2620
  length: 256;
2604
2621
  }>;
2605
- projectId: drizzle_orm_pg_core208.PgColumn<{
2622
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
2606
2623
  name: "project_id";
2607
2624
  tableName: "function_tools";
2608
2625
  dataType: "string";
@@ -2621,7 +2638,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2621
2638
  }, {}, {
2622
2639
  length: 256;
2623
2640
  }>;
2624
- tenantId: drizzle_orm_pg_core208.PgColumn<{
2641
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
2625
2642
  name: "tenant_id";
2626
2643
  tableName: "function_tools";
2627
2644
  dataType: "string";
@@ -2640,7 +2657,7 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2640
2657
  }, {}, {
2641
2658
  length: 256;
2642
2659
  }>;
2643
- id: drizzle_orm_pg_core208.PgColumn<{
2660
+ id: drizzle_orm_pg_core1370.PgColumn<{
2644
2661
  name: "id";
2645
2662
  tableName: "function_tools";
2646
2663
  dataType: "string";
@@ -2662,11 +2679,11 @@ declare const functionTools: drizzle_orm_pg_core208.PgTableWithColumns<{
2662
2679
  };
2663
2680
  dialect: "pg";
2664
2681
  }>;
2665
- declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
2682
+ declare const functions: drizzle_orm_pg_core1370.PgTableWithColumns<{
2666
2683
  name: "functions";
2667
2684
  schema: undefined;
2668
2685
  columns: {
2669
- createdAt: drizzle_orm_pg_core208.PgColumn<{
2686
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
2670
2687
  name: "created_at";
2671
2688
  tableName: "functions";
2672
2689
  dataType: "string";
@@ -2683,7 +2700,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
2683
2700
  identity: undefined;
2684
2701
  generated: undefined;
2685
2702
  }, {}, {}>;
2686
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
2703
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
2687
2704
  name: "updated_at";
2688
2705
  tableName: "functions";
2689
2706
  dataType: "string";
@@ -2700,7 +2717,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
2700
2717
  identity: undefined;
2701
2718
  generated: undefined;
2702
2719
  }, {}, {}>;
2703
- inputSchema: drizzle_orm_pg_core208.PgColumn<{
2720
+ inputSchema: drizzle_orm_pg_core1370.PgColumn<{
2704
2721
  name: "input_schema";
2705
2722
  tableName: "functions";
2706
2723
  dataType: "json";
@@ -2719,7 +2736,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
2719
2736
  }, {}, {
2720
2737
  $type: Record<string, unknown>;
2721
2738
  }>;
2722
- executeCode: drizzle_orm_pg_core208.PgColumn<{
2739
+ executeCode: drizzle_orm_pg_core1370.PgColumn<{
2723
2740
  name: "execute_code";
2724
2741
  tableName: "functions";
2725
2742
  dataType: "string";
@@ -2736,7 +2753,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
2736
2753
  identity: undefined;
2737
2754
  generated: undefined;
2738
2755
  }, {}, {}>;
2739
- dependencies: drizzle_orm_pg_core208.PgColumn<{
2756
+ dependencies: drizzle_orm_pg_core1370.PgColumn<{
2740
2757
  name: "dependencies";
2741
2758
  tableName: "functions";
2742
2759
  dataType: "json";
@@ -2755,7 +2772,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
2755
2772
  }, {}, {
2756
2773
  $type: Record<string, string>;
2757
2774
  }>;
2758
- projectId: drizzle_orm_pg_core208.PgColumn<{
2775
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
2759
2776
  name: "project_id";
2760
2777
  tableName: "functions";
2761
2778
  dataType: "string";
@@ -2774,7 +2791,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
2774
2791
  }, {}, {
2775
2792
  length: 256;
2776
2793
  }>;
2777
- tenantId: drizzle_orm_pg_core208.PgColumn<{
2794
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
2778
2795
  name: "tenant_id";
2779
2796
  tableName: "functions";
2780
2797
  dataType: "string";
@@ -2793,7 +2810,7 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
2793
2810
  }, {}, {
2794
2811
  length: 256;
2795
2812
  }>;
2796
- id: drizzle_orm_pg_core208.PgColumn<{
2813
+ id: drizzle_orm_pg_core1370.PgColumn<{
2797
2814
  name: "id";
2798
2815
  tableName: "functions";
2799
2816
  dataType: "string";
@@ -2815,11 +2832,11 @@ declare const functions: drizzle_orm_pg_core208.PgTableWithColumns<{
2815
2832
  };
2816
2833
  dialect: "pg";
2817
2834
  }>;
2818
- declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2835
+ declare const subAgentToolRelations: drizzle_orm_pg_core1370.PgTableWithColumns<{
2819
2836
  name: "sub_agent_tool_relations";
2820
2837
  schema: undefined;
2821
2838
  columns: {
2822
- createdAt: drizzle_orm_pg_core208.PgColumn<{
2839
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
2823
2840
  name: "created_at";
2824
2841
  tableName: "sub_agent_tool_relations";
2825
2842
  dataType: "string";
@@ -2836,7 +2853,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2836
2853
  identity: undefined;
2837
2854
  generated: undefined;
2838
2855
  }, {}, {}>;
2839
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
2856
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
2840
2857
  name: "updated_at";
2841
2858
  tableName: "sub_agent_tool_relations";
2842
2859
  dataType: "string";
@@ -2853,7 +2870,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2853
2870
  identity: undefined;
2854
2871
  generated: undefined;
2855
2872
  }, {}, {}>;
2856
- toolId: drizzle_orm_pg_core208.PgColumn<{
2873
+ toolId: drizzle_orm_pg_core1370.PgColumn<{
2857
2874
  name: "tool_id";
2858
2875
  tableName: "sub_agent_tool_relations";
2859
2876
  dataType: "string";
@@ -2872,7 +2889,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2872
2889
  }, {}, {
2873
2890
  length: 256;
2874
2891
  }>;
2875
- selectedTools: drizzle_orm_pg_core208.PgColumn<{
2892
+ selectedTools: drizzle_orm_pg_core1370.PgColumn<{
2876
2893
  name: "selected_tools";
2877
2894
  tableName: "sub_agent_tool_relations";
2878
2895
  dataType: "json";
@@ -2891,7 +2908,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2891
2908
  }, {}, {
2892
2909
  $type: string[] | null;
2893
2910
  }>;
2894
- headers: drizzle_orm_pg_core208.PgColumn<{
2911
+ headers: drizzle_orm_pg_core1370.PgColumn<{
2895
2912
  name: "headers";
2896
2913
  tableName: "sub_agent_tool_relations";
2897
2914
  dataType: "json";
@@ -2910,7 +2927,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2910
2927
  }, {}, {
2911
2928
  $type: Record<string, string> | null;
2912
2929
  }>;
2913
- toolPolicies: drizzle_orm_pg_core208.PgColumn<{
2930
+ toolPolicies: drizzle_orm_pg_core1370.PgColumn<{
2914
2931
  name: "tool_policies";
2915
2932
  tableName: "sub_agent_tool_relations";
2916
2933
  dataType: "json";
@@ -2933,7 +2950,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2933
2950
  needsApproval?: boolean;
2934
2951
  }> | null;
2935
2952
  }>;
2936
- subAgentId: drizzle_orm_pg_core208.PgColumn<{
2953
+ subAgentId: drizzle_orm_pg_core1370.PgColumn<{
2937
2954
  name: "sub_agent_id";
2938
2955
  tableName: "sub_agent_tool_relations";
2939
2956
  dataType: "string";
@@ -2952,7 +2969,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2952
2969
  }, {}, {
2953
2970
  length: 256;
2954
2971
  }>;
2955
- agentId: drizzle_orm_pg_core208.PgColumn<{
2972
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
2956
2973
  name: "agent_id";
2957
2974
  tableName: "sub_agent_tool_relations";
2958
2975
  dataType: "string";
@@ -2971,7 +2988,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2971
2988
  }, {}, {
2972
2989
  length: 256;
2973
2990
  }>;
2974
- projectId: drizzle_orm_pg_core208.PgColumn<{
2991
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
2975
2992
  name: "project_id";
2976
2993
  tableName: "sub_agent_tool_relations";
2977
2994
  dataType: "string";
@@ -2990,7 +3007,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
2990
3007
  }, {}, {
2991
3008
  length: 256;
2992
3009
  }>;
2993
- tenantId: drizzle_orm_pg_core208.PgColumn<{
3010
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
2994
3011
  name: "tenant_id";
2995
3012
  tableName: "sub_agent_tool_relations";
2996
3013
  dataType: "string";
@@ -3009,7 +3026,7 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
3009
3026
  }, {}, {
3010
3027
  length: 256;
3011
3028
  }>;
3012
- id: drizzle_orm_pg_core208.PgColumn<{
3029
+ id: drizzle_orm_pg_core1370.PgColumn<{
3013
3030
  name: "id";
3014
3031
  tableName: "sub_agent_tool_relations";
3015
3032
  dataType: "string";
@@ -3031,11 +3048,11 @@ declare const subAgentToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
3031
3048
  };
3032
3049
  dialect: "pg";
3033
3050
  }>;
3034
- declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
3051
+ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core1370.PgTableWithColumns<{
3035
3052
  name: "sub_agent_external_agent_relations";
3036
3053
  schema: undefined;
3037
3054
  columns: {
3038
- createdAt: drizzle_orm_pg_core208.PgColumn<{
3055
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
3039
3056
  name: "created_at";
3040
3057
  tableName: "sub_agent_external_agent_relations";
3041
3058
  dataType: "string";
@@ -3052,7 +3069,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
3052
3069
  identity: undefined;
3053
3070
  generated: undefined;
3054
3071
  }, {}, {}>;
3055
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
3072
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
3056
3073
  name: "updated_at";
3057
3074
  tableName: "sub_agent_external_agent_relations";
3058
3075
  dataType: "string";
@@ -3069,7 +3086,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
3069
3086
  identity: undefined;
3070
3087
  generated: undefined;
3071
3088
  }, {}, {}>;
3072
- externalAgentId: drizzle_orm_pg_core208.PgColumn<{
3089
+ externalAgentId: drizzle_orm_pg_core1370.PgColumn<{
3073
3090
  name: "external_agent_id";
3074
3091
  tableName: "sub_agent_external_agent_relations";
3075
3092
  dataType: "string";
@@ -3088,7 +3105,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
3088
3105
  }, {}, {
3089
3106
  length: 256;
3090
3107
  }>;
3091
- headers: drizzle_orm_pg_core208.PgColumn<{
3108
+ headers: drizzle_orm_pg_core1370.PgColumn<{
3092
3109
  name: "headers";
3093
3110
  tableName: "sub_agent_external_agent_relations";
3094
3111
  dataType: "json";
@@ -3107,7 +3124,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
3107
3124
  }, {}, {
3108
3125
  $type: Record<string, string> | null;
3109
3126
  }>;
3110
- subAgentId: drizzle_orm_pg_core208.PgColumn<{
3127
+ subAgentId: drizzle_orm_pg_core1370.PgColumn<{
3111
3128
  name: "sub_agent_id";
3112
3129
  tableName: "sub_agent_external_agent_relations";
3113
3130
  dataType: "string";
@@ -3126,7 +3143,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
3126
3143
  }, {}, {
3127
3144
  length: 256;
3128
3145
  }>;
3129
- agentId: drizzle_orm_pg_core208.PgColumn<{
3146
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
3130
3147
  name: "agent_id";
3131
3148
  tableName: "sub_agent_external_agent_relations";
3132
3149
  dataType: "string";
@@ -3145,7 +3162,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
3145
3162
  }, {}, {
3146
3163
  length: 256;
3147
3164
  }>;
3148
- projectId: drizzle_orm_pg_core208.PgColumn<{
3165
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
3149
3166
  name: "project_id";
3150
3167
  tableName: "sub_agent_external_agent_relations";
3151
3168
  dataType: "string";
@@ -3164,7 +3181,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
3164
3181
  }, {}, {
3165
3182
  length: 256;
3166
3183
  }>;
3167
- tenantId: drizzle_orm_pg_core208.PgColumn<{
3184
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
3168
3185
  name: "tenant_id";
3169
3186
  tableName: "sub_agent_external_agent_relations";
3170
3187
  dataType: "string";
@@ -3183,7 +3200,7 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
3183
3200
  }, {}, {
3184
3201
  length: 256;
3185
3202
  }>;
3186
- id: drizzle_orm_pg_core208.PgColumn<{
3203
+ id: drizzle_orm_pg_core1370.PgColumn<{
3187
3204
  name: "id";
3188
3205
  tableName: "sub_agent_external_agent_relations";
3189
3206
  dataType: "string";
@@ -3205,11 +3222,11 @@ declare const subAgentExternalAgentRelations: drizzle_orm_pg_core208.PgTableWith
3205
3222
  };
3206
3223
  dialect: "pg";
3207
3224
  }>;
3208
- declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
3225
+ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core1370.PgTableWithColumns<{
3209
3226
  name: "sub_agent_team_agent_relations";
3210
3227
  schema: undefined;
3211
3228
  columns: {
3212
- createdAt: drizzle_orm_pg_core208.PgColumn<{
3229
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
3213
3230
  name: "created_at";
3214
3231
  tableName: "sub_agent_team_agent_relations";
3215
3232
  dataType: "string";
@@ -3226,7 +3243,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
3226
3243
  identity: undefined;
3227
3244
  generated: undefined;
3228
3245
  }, {}, {}>;
3229
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
3246
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
3230
3247
  name: "updated_at";
3231
3248
  tableName: "sub_agent_team_agent_relations";
3232
3249
  dataType: "string";
@@ -3243,7 +3260,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
3243
3260
  identity: undefined;
3244
3261
  generated: undefined;
3245
3262
  }, {}, {}>;
3246
- targetAgentId: drizzle_orm_pg_core208.PgColumn<{
3263
+ targetAgentId: drizzle_orm_pg_core1370.PgColumn<{
3247
3264
  name: "target_agent_id";
3248
3265
  tableName: "sub_agent_team_agent_relations";
3249
3266
  dataType: "string";
@@ -3262,7 +3279,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
3262
3279
  }, {}, {
3263
3280
  length: 256;
3264
3281
  }>;
3265
- headers: drizzle_orm_pg_core208.PgColumn<{
3282
+ headers: drizzle_orm_pg_core1370.PgColumn<{
3266
3283
  name: "headers";
3267
3284
  tableName: "sub_agent_team_agent_relations";
3268
3285
  dataType: "json";
@@ -3281,7 +3298,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
3281
3298
  }, {}, {
3282
3299
  $type: Record<string, string> | null;
3283
3300
  }>;
3284
- subAgentId: drizzle_orm_pg_core208.PgColumn<{
3301
+ subAgentId: drizzle_orm_pg_core1370.PgColumn<{
3285
3302
  name: "sub_agent_id";
3286
3303
  tableName: "sub_agent_team_agent_relations";
3287
3304
  dataType: "string";
@@ -3300,7 +3317,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
3300
3317
  }, {}, {
3301
3318
  length: 256;
3302
3319
  }>;
3303
- agentId: drizzle_orm_pg_core208.PgColumn<{
3320
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
3304
3321
  name: "agent_id";
3305
3322
  tableName: "sub_agent_team_agent_relations";
3306
3323
  dataType: "string";
@@ -3319,7 +3336,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
3319
3336
  }, {}, {
3320
3337
  length: 256;
3321
3338
  }>;
3322
- projectId: drizzle_orm_pg_core208.PgColumn<{
3339
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
3323
3340
  name: "project_id";
3324
3341
  tableName: "sub_agent_team_agent_relations";
3325
3342
  dataType: "string";
@@ -3338,7 +3355,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
3338
3355
  }, {}, {
3339
3356
  length: 256;
3340
3357
  }>;
3341
- tenantId: drizzle_orm_pg_core208.PgColumn<{
3358
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
3342
3359
  name: "tenant_id";
3343
3360
  tableName: "sub_agent_team_agent_relations";
3344
3361
  dataType: "string";
@@ -3357,7 +3374,7 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
3357
3374
  }, {}, {
3358
3375
  length: 256;
3359
3376
  }>;
3360
- id: drizzle_orm_pg_core208.PgColumn<{
3377
+ id: drizzle_orm_pg_core1370.PgColumn<{
3361
3378
  name: "id";
3362
3379
  tableName: "sub_agent_team_agent_relations";
3363
3380
  dataType: "string";
@@ -3379,11 +3396,11 @@ declare const subAgentTeamAgentRelations: drizzle_orm_pg_core208.PgTableWithColu
3379
3396
  };
3380
3397
  dialect: "pg";
3381
3398
  }>;
3382
- declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
3399
+ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core1370.PgTableWithColumns<{
3383
3400
  name: "sub_agent_function_tool_relations";
3384
3401
  schema: undefined;
3385
3402
  columns: {
3386
- createdAt: drizzle_orm_pg_core208.PgColumn<{
3403
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
3387
3404
  name: "created_at";
3388
3405
  tableName: "sub_agent_function_tool_relations";
3389
3406
  dataType: "string";
@@ -3400,7 +3417,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
3400
3417
  identity: undefined;
3401
3418
  generated: undefined;
3402
3419
  }, {}, {}>;
3403
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
3420
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
3404
3421
  name: "updated_at";
3405
3422
  tableName: "sub_agent_function_tool_relations";
3406
3423
  dataType: "string";
@@ -3417,7 +3434,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
3417
3434
  identity: undefined;
3418
3435
  generated: undefined;
3419
3436
  }, {}, {}>;
3420
- functionToolId: drizzle_orm_pg_core208.PgColumn<{
3437
+ functionToolId: drizzle_orm_pg_core1370.PgColumn<{
3421
3438
  name: "function_tool_id";
3422
3439
  tableName: "sub_agent_function_tool_relations";
3423
3440
  dataType: "string";
@@ -3436,7 +3453,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
3436
3453
  }, {}, {
3437
3454
  length: 256;
3438
3455
  }>;
3439
- toolPolicies: drizzle_orm_pg_core208.PgColumn<{
3456
+ toolPolicies: drizzle_orm_pg_core1370.PgColumn<{
3440
3457
  name: "tool_policies";
3441
3458
  tableName: "sub_agent_function_tool_relations";
3442
3459
  dataType: "json";
@@ -3459,7 +3476,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
3459
3476
  needsApproval?: boolean;
3460
3477
  }> | null;
3461
3478
  }>;
3462
- subAgentId: drizzle_orm_pg_core208.PgColumn<{
3479
+ subAgentId: drizzle_orm_pg_core1370.PgColumn<{
3463
3480
  name: "sub_agent_id";
3464
3481
  tableName: "sub_agent_function_tool_relations";
3465
3482
  dataType: "string";
@@ -3478,7 +3495,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
3478
3495
  }, {}, {
3479
3496
  length: 256;
3480
3497
  }>;
3481
- agentId: drizzle_orm_pg_core208.PgColumn<{
3498
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
3482
3499
  name: "agent_id";
3483
3500
  tableName: "sub_agent_function_tool_relations";
3484
3501
  dataType: "string";
@@ -3497,7 +3514,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
3497
3514
  }, {}, {
3498
3515
  length: 256;
3499
3516
  }>;
3500
- projectId: drizzle_orm_pg_core208.PgColumn<{
3517
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
3501
3518
  name: "project_id";
3502
3519
  tableName: "sub_agent_function_tool_relations";
3503
3520
  dataType: "string";
@@ -3516,7 +3533,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
3516
3533
  }, {}, {
3517
3534
  length: 256;
3518
3535
  }>;
3519
- tenantId: drizzle_orm_pg_core208.PgColumn<{
3536
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
3520
3537
  name: "tenant_id";
3521
3538
  tableName: "sub_agent_function_tool_relations";
3522
3539
  dataType: "string";
@@ -3535,7 +3552,7 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
3535
3552
  }, {}, {
3536
3553
  length: 256;
3537
3554
  }>;
3538
- id: drizzle_orm_pg_core208.PgColumn<{
3555
+ id: drizzle_orm_pg_core1370.PgColumn<{
3539
3556
  name: "id";
3540
3557
  tableName: "sub_agent_function_tool_relations";
3541
3558
  dataType: "string";
@@ -3557,11 +3574,11 @@ declare const subAgentFunctionToolRelations: drizzle_orm_pg_core208.PgTableWithC
3557
3574
  };
3558
3575
  dialect: "pg";
3559
3576
  }>;
3560
- declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3577
+ declare const credentialReferences: drizzle_orm_pg_core1370.PgTableWithColumns<{
3561
3578
  name: "credential_references";
3562
3579
  schema: undefined;
3563
3580
  columns: {
3564
- createdAt: drizzle_orm_pg_core208.PgColumn<{
3581
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
3565
3582
  name: "created_at";
3566
3583
  tableName: "credential_references";
3567
3584
  dataType: "string";
@@ -3578,7 +3595,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3578
3595
  identity: undefined;
3579
3596
  generated: undefined;
3580
3597
  }, {}, {}>;
3581
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
3598
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
3582
3599
  name: "updated_at";
3583
3600
  tableName: "credential_references";
3584
3601
  dataType: "string";
@@ -3595,7 +3612,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3595
3612
  identity: undefined;
3596
3613
  generated: undefined;
3597
3614
  }, {}, {}>;
3598
- name: drizzle_orm_pg_core208.PgColumn<{
3615
+ name: drizzle_orm_pg_core1370.PgColumn<{
3599
3616
  name: "name";
3600
3617
  tableName: "credential_references";
3601
3618
  dataType: "string";
@@ -3614,7 +3631,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3614
3631
  }, {}, {
3615
3632
  length: 256;
3616
3633
  }>;
3617
- type: drizzle_orm_pg_core208.PgColumn<{
3634
+ type: drizzle_orm_pg_core1370.PgColumn<{
3618
3635
  name: "type";
3619
3636
  tableName: "credential_references";
3620
3637
  dataType: "string";
@@ -3633,7 +3650,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3633
3650
  }, {}, {
3634
3651
  length: 256;
3635
3652
  }>;
3636
- credentialStoreId: drizzle_orm_pg_core208.PgColumn<{
3653
+ credentialStoreId: drizzle_orm_pg_core1370.PgColumn<{
3637
3654
  name: "credential_store_id";
3638
3655
  tableName: "credential_references";
3639
3656
  dataType: "string";
@@ -3652,7 +3669,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3652
3669
  }, {}, {
3653
3670
  length: 256;
3654
3671
  }>;
3655
- retrievalParams: drizzle_orm_pg_core208.PgColumn<{
3672
+ retrievalParams: drizzle_orm_pg_core1370.PgColumn<{
3656
3673
  name: "retrieval_params";
3657
3674
  tableName: "credential_references";
3658
3675
  dataType: "json";
@@ -3671,7 +3688,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3671
3688
  }, {}, {
3672
3689
  $type: Record<string, unknown>;
3673
3690
  }>;
3674
- toolId: drizzle_orm_pg_core208.PgColumn<{
3691
+ toolId: drizzle_orm_pg_core1370.PgColumn<{
3675
3692
  name: "tool_id";
3676
3693
  tableName: "credential_references";
3677
3694
  dataType: "string";
@@ -3690,7 +3707,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3690
3707
  }, {}, {
3691
3708
  length: 256;
3692
3709
  }>;
3693
- userId: drizzle_orm_pg_core208.PgColumn<{
3710
+ userId: drizzle_orm_pg_core1370.PgColumn<{
3694
3711
  name: "user_id";
3695
3712
  tableName: "credential_references";
3696
3713
  dataType: "string";
@@ -3709,7 +3726,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3709
3726
  }, {}, {
3710
3727
  length: 256;
3711
3728
  }>;
3712
- createdBy: drizzle_orm_pg_core208.PgColumn<{
3729
+ createdBy: drizzle_orm_pg_core1370.PgColumn<{
3713
3730
  name: "created_by";
3714
3731
  tableName: "credential_references";
3715
3732
  dataType: "string";
@@ -3728,7 +3745,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3728
3745
  }, {}, {
3729
3746
  length: 256;
3730
3747
  }>;
3731
- projectId: drizzle_orm_pg_core208.PgColumn<{
3748
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
3732
3749
  name: "project_id";
3733
3750
  tableName: "credential_references";
3734
3751
  dataType: "string";
@@ -3747,7 +3764,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3747
3764
  }, {}, {
3748
3765
  length: 256;
3749
3766
  }>;
3750
- tenantId: drizzle_orm_pg_core208.PgColumn<{
3767
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
3751
3768
  name: "tenant_id";
3752
3769
  tableName: "credential_references";
3753
3770
  dataType: "string";
@@ -3766,7 +3783,7 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3766
3783
  }, {}, {
3767
3784
  length: 256;
3768
3785
  }>;
3769
- id: drizzle_orm_pg_core208.PgColumn<{
3786
+ id: drizzle_orm_pg_core1370.PgColumn<{
3770
3787
  name: "id";
3771
3788
  tableName: "credential_references";
3772
3789
  dataType: "string";
@@ -3798,11 +3815,11 @@ declare const credentialReferences: drizzle_orm_pg_core208.PgTableWithColumns<{
3798
3815
  *
3799
3816
  * Includes: name and timestamps
3800
3817
  */
3801
- declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
3818
+ declare const dataset: drizzle_orm_pg_core1370.PgTableWithColumns<{
3802
3819
  name: "dataset";
3803
3820
  schema: undefined;
3804
3821
  columns: {
3805
- createdAt: drizzle_orm_pg_core208.PgColumn<{
3822
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
3806
3823
  name: "created_at";
3807
3824
  tableName: "dataset";
3808
3825
  dataType: "string";
@@ -3819,7 +3836,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
3819
3836
  identity: undefined;
3820
3837
  generated: undefined;
3821
3838
  }, {}, {}>;
3822
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
3839
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
3823
3840
  name: "updated_at";
3824
3841
  tableName: "dataset";
3825
3842
  dataType: "string";
@@ -3836,7 +3853,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
3836
3853
  identity: undefined;
3837
3854
  generated: undefined;
3838
3855
  }, {}, {}>;
3839
- name: drizzle_orm_pg_core208.PgColumn<{
3856
+ name: drizzle_orm_pg_core1370.PgColumn<{
3840
3857
  name: "name";
3841
3858
  tableName: "dataset";
3842
3859
  dataType: "string";
@@ -3855,7 +3872,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
3855
3872
  }, {}, {
3856
3873
  length: 256;
3857
3874
  }>;
3858
- projectId: drizzle_orm_pg_core208.PgColumn<{
3875
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
3859
3876
  name: "project_id";
3860
3877
  tableName: "dataset";
3861
3878
  dataType: "string";
@@ -3874,7 +3891,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
3874
3891
  }, {}, {
3875
3892
  length: 256;
3876
3893
  }>;
3877
- tenantId: drizzle_orm_pg_core208.PgColumn<{
3894
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
3878
3895
  name: "tenant_id";
3879
3896
  tableName: "dataset";
3880
3897
  dataType: "string";
@@ -3893,7 +3910,7 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
3893
3910
  }, {}, {
3894
3911
  length: 256;
3895
3912
  }>;
3896
- id: drizzle_orm_pg_core208.PgColumn<{
3913
+ id: drizzle_orm_pg_core1370.PgColumn<{
3897
3914
  name: "id";
3898
3915
  tableName: "dataset";
3899
3916
  dataType: "string";
@@ -3926,11 +3943,11 @@ declare const dataset: drizzle_orm_pg_core208.PgTableWithColumns<{
3926
3943
  * simulation agent (stopWhen conditions, prompt/modelConfig), and timestamps
3927
3944
  * simulationAgent is for when a user wants to create a multi-turn simulation aka a simulating agent is creating input messages based on a persona
3928
3945
  */
3929
- declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
3946
+ declare const datasetItem: drizzle_orm_pg_core1370.PgTableWithColumns<{
3930
3947
  name: "dataset_item";
3931
3948
  schema: undefined;
3932
3949
  columns: {
3933
- createdAt: drizzle_orm_pg_core208.PgColumn<{
3950
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
3934
3951
  name: "created_at";
3935
3952
  tableName: "dataset_item";
3936
3953
  dataType: "string";
@@ -3947,7 +3964,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
3947
3964
  identity: undefined;
3948
3965
  generated: undefined;
3949
3966
  }, {}, {}>;
3950
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
3967
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
3951
3968
  name: "updated_at";
3952
3969
  tableName: "dataset_item";
3953
3970
  dataType: "string";
@@ -3964,7 +3981,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
3964
3981
  identity: undefined;
3965
3982
  generated: undefined;
3966
3983
  }, {}, {}>;
3967
- datasetId: drizzle_orm_pg_core208.PgColumn<{
3984
+ datasetId: drizzle_orm_pg_core1370.PgColumn<{
3968
3985
  name: "dataset_id";
3969
3986
  tableName: "dataset_item";
3970
3987
  dataType: "string";
@@ -3983,7 +4000,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
3983
4000
  }, {}, {
3984
4001
  length: 256;
3985
4002
  }>;
3986
- input: drizzle_orm_pg_core208.PgColumn<{
4003
+ input: drizzle_orm_pg_core1370.PgColumn<{
3987
4004
  name: "input";
3988
4005
  tableName: "dataset_item";
3989
4006
  dataType: "json";
@@ -4002,7 +4019,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
4002
4019
  }, {}, {
4003
4020
  $type: DatasetItemInput;
4004
4021
  }>;
4005
- expectedOutput: drizzle_orm_pg_core208.PgColumn<{
4022
+ expectedOutput: drizzle_orm_pg_core1370.PgColumn<{
4006
4023
  name: "expected_output";
4007
4024
  tableName: "dataset_item";
4008
4025
  dataType: "json";
@@ -4021,7 +4038,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
4021
4038
  }, {}, {
4022
4039
  $type: DatasetItemExpectedOutput;
4023
4040
  }>;
4024
- simulationAgent: drizzle_orm_pg_core208.PgColumn<{
4041
+ simulationAgent: drizzle_orm_pg_core1370.PgColumn<{
4025
4042
  name: "simulation_agent";
4026
4043
  tableName: "dataset_item";
4027
4044
  dataType: "json";
@@ -4060,7 +4077,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
4060
4077
  } | undefined;
4061
4078
  };
4062
4079
  }>;
4063
- projectId: drizzle_orm_pg_core208.PgColumn<{
4080
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
4064
4081
  name: "project_id";
4065
4082
  tableName: "dataset_item";
4066
4083
  dataType: "string";
@@ -4079,7 +4096,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
4079
4096
  }, {}, {
4080
4097
  length: 256;
4081
4098
  }>;
4082
- tenantId: drizzle_orm_pg_core208.PgColumn<{
4099
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
4083
4100
  name: "tenant_id";
4084
4101
  tableName: "dataset_item";
4085
4102
  dataType: "string";
@@ -4098,7 +4115,7 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
4098
4115
  }, {}, {
4099
4116
  length: 256;
4100
4117
  }>;
4101
- id: drizzle_orm_pg_core208.PgColumn<{
4118
+ id: drizzle_orm_pg_core1370.PgColumn<{
4102
4119
  name: "id";
4103
4120
  tableName: "dataset_item";
4104
4121
  dataType: "string";
@@ -4120,11 +4137,11 @@ declare const datasetItem: drizzle_orm_pg_core208.PgTableWithColumns<{
4120
4137
  };
4121
4138
  dialect: "pg";
4122
4139
  }>;
4123
- declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4140
+ declare const evaluator: drizzle_orm_pg_core1370.PgTableWithColumns<{
4124
4141
  name: "evaluator";
4125
4142
  schema: undefined;
4126
4143
  columns: {
4127
- createdAt: drizzle_orm_pg_core208.PgColumn<{
4144
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
4128
4145
  name: "created_at";
4129
4146
  tableName: "evaluator";
4130
4147
  dataType: "string";
@@ -4141,7 +4158,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4141
4158
  identity: undefined;
4142
4159
  generated: undefined;
4143
4160
  }, {}, {}>;
4144
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
4161
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
4145
4162
  name: "updated_at";
4146
4163
  tableName: "evaluator";
4147
4164
  dataType: "string";
@@ -4158,7 +4175,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4158
4175
  identity: undefined;
4159
4176
  generated: undefined;
4160
4177
  }, {}, {}>;
4161
- prompt: drizzle_orm_pg_core208.PgColumn<{
4178
+ prompt: drizzle_orm_pg_core1370.PgColumn<{
4162
4179
  name: "prompt";
4163
4180
  tableName: "evaluator";
4164
4181
  dataType: "string";
@@ -4175,7 +4192,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4175
4192
  identity: undefined;
4176
4193
  generated: undefined;
4177
4194
  }, {}, {}>;
4178
- schema: drizzle_orm_pg_core208.PgColumn<{
4195
+ schema: drizzle_orm_pg_core1370.PgColumn<{
4179
4196
  name: "schema";
4180
4197
  tableName: "evaluator";
4181
4198
  dataType: "json";
@@ -4194,7 +4211,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4194
4211
  }, {}, {
4195
4212
  $type: Record<string, unknown>;
4196
4213
  }>;
4197
- model: drizzle_orm_pg_core208.PgColumn<{
4214
+ model: drizzle_orm_pg_core1370.PgColumn<{
4198
4215
  name: "model";
4199
4216
  tableName: "evaluator";
4200
4217
  dataType: "json";
@@ -4219,7 +4236,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4219
4236
  providerOptions?: Record<string, any> | undefined;
4220
4237
  };
4221
4238
  }>;
4222
- passCriteria: drizzle_orm_pg_core208.PgColumn<{
4239
+ passCriteria: drizzle_orm_pg_core1370.PgColumn<{
4223
4240
  name: "pass_criteria";
4224
4241
  tableName: "evaluator";
4225
4242
  dataType: "json";
@@ -4238,7 +4255,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4238
4255
  }, {}, {
4239
4256
  $type: PassCriteria;
4240
4257
  }>;
4241
- name: drizzle_orm_pg_core208.PgColumn<{
4258
+ name: drizzle_orm_pg_core1370.PgColumn<{
4242
4259
  name: "name";
4243
4260
  tableName: "evaluator";
4244
4261
  dataType: "string";
@@ -4257,7 +4274,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4257
4274
  }, {}, {
4258
4275
  length: 256;
4259
4276
  }>;
4260
- description: drizzle_orm_pg_core208.PgColumn<{
4277
+ description: drizzle_orm_pg_core1370.PgColumn<{
4261
4278
  name: "description";
4262
4279
  tableName: "evaluator";
4263
4280
  dataType: "string";
@@ -4274,7 +4291,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4274
4291
  identity: undefined;
4275
4292
  generated: undefined;
4276
4293
  }, {}, {}>;
4277
- projectId: drizzle_orm_pg_core208.PgColumn<{
4294
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
4278
4295
  name: "project_id";
4279
4296
  tableName: "evaluator";
4280
4297
  dataType: "string";
@@ -4293,7 +4310,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4293
4310
  }, {}, {
4294
4311
  length: 256;
4295
4312
  }>;
4296
- tenantId: drizzle_orm_pg_core208.PgColumn<{
4313
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
4297
4314
  name: "tenant_id";
4298
4315
  tableName: "evaluator";
4299
4316
  dataType: "string";
@@ -4312,7 +4329,7 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4312
4329
  }, {}, {
4313
4330
  length: 256;
4314
4331
  }>;
4315
- id: drizzle_orm_pg_core208.PgColumn<{
4332
+ id: drizzle_orm_pg_core1370.PgColumn<{
4316
4333
  name: "id";
4317
4334
  tableName: "evaluator";
4318
4335
  dataType: "string";
@@ -4334,11 +4351,11 @@ declare const evaluator: drizzle_orm_pg_core208.PgTableWithColumns<{
4334
4351
  };
4335
4352
  dialect: "pg";
4336
4353
  }>;
4337
- declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4354
+ declare const datasetRunConfig: drizzle_orm_pg_core1370.PgTableWithColumns<{
4338
4355
  name: "dataset_run_config";
4339
4356
  schema: undefined;
4340
4357
  columns: {
4341
- createdAt: drizzle_orm_pg_core208.PgColumn<{
4358
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
4342
4359
  name: "created_at";
4343
4360
  tableName: "dataset_run_config";
4344
4361
  dataType: "string";
@@ -4355,7 +4372,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4355
4372
  identity: undefined;
4356
4373
  generated: undefined;
4357
4374
  }, {}, {}>;
4358
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
4375
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
4359
4376
  name: "updated_at";
4360
4377
  tableName: "dataset_run_config";
4361
4378
  dataType: "string";
@@ -4372,7 +4389,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4372
4389
  identity: undefined;
4373
4390
  generated: undefined;
4374
4391
  }, {}, {}>;
4375
- datasetId: drizzle_orm_pg_core208.PgColumn<{
4392
+ datasetId: drizzle_orm_pg_core1370.PgColumn<{
4376
4393
  name: "dataset_id";
4377
4394
  tableName: "dataset_run_config";
4378
4395
  dataType: "string";
@@ -4391,7 +4408,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4391
4408
  }, {}, {
4392
4409
  length: 256;
4393
4410
  }>;
4394
- name: drizzle_orm_pg_core208.PgColumn<{
4411
+ name: drizzle_orm_pg_core1370.PgColumn<{
4395
4412
  name: "name";
4396
4413
  tableName: "dataset_run_config";
4397
4414
  dataType: "string";
@@ -4410,7 +4427,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4410
4427
  }, {}, {
4411
4428
  length: 256;
4412
4429
  }>;
4413
- description: drizzle_orm_pg_core208.PgColumn<{
4430
+ description: drizzle_orm_pg_core1370.PgColumn<{
4414
4431
  name: "description";
4415
4432
  tableName: "dataset_run_config";
4416
4433
  dataType: "string";
@@ -4427,7 +4444,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4427
4444
  identity: undefined;
4428
4445
  generated: undefined;
4429
4446
  }, {}, {}>;
4430
- projectId: drizzle_orm_pg_core208.PgColumn<{
4447
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
4431
4448
  name: "project_id";
4432
4449
  tableName: "dataset_run_config";
4433
4450
  dataType: "string";
@@ -4446,7 +4463,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4446
4463
  }, {}, {
4447
4464
  length: 256;
4448
4465
  }>;
4449
- tenantId: drizzle_orm_pg_core208.PgColumn<{
4466
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
4450
4467
  name: "tenant_id";
4451
4468
  tableName: "dataset_run_config";
4452
4469
  dataType: "string";
@@ -4465,7 +4482,7 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4465
4482
  }, {}, {
4466
4483
  length: 256;
4467
4484
  }>;
4468
- id: drizzle_orm_pg_core208.PgColumn<{
4485
+ id: drizzle_orm_pg_core1370.PgColumn<{
4469
4486
  name: "id";
4470
4487
  tableName: "dataset_run_config";
4471
4488
  dataType: "string";
@@ -4502,11 +4519,11 @@ declare const datasetRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4502
4519
  * Includes: name, description, filters (JSONB for evaluation criteria),
4503
4520
  * sampleRate for sampling, and timestamps
4504
4521
  */
4505
- declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4522
+ declare const evaluationSuiteConfig: drizzle_orm_pg_core1370.PgTableWithColumns<{
4506
4523
  name: "evaluation_suite_config";
4507
4524
  schema: undefined;
4508
4525
  columns: {
4509
- createdAt: drizzle_orm_pg_core208.PgColumn<{
4526
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
4510
4527
  name: "created_at";
4511
4528
  tableName: "evaluation_suite_config";
4512
4529
  dataType: "string";
@@ -4523,7 +4540,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4523
4540
  identity: undefined;
4524
4541
  generated: undefined;
4525
4542
  }, {}, {}>;
4526
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
4543
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
4527
4544
  name: "updated_at";
4528
4545
  tableName: "evaluation_suite_config";
4529
4546
  dataType: "string";
@@ -4540,7 +4557,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4540
4557
  identity: undefined;
4541
4558
  generated: undefined;
4542
4559
  }, {}, {}>;
4543
- filters: drizzle_orm_pg_core208.PgColumn<{
4560
+ filters: drizzle_orm_pg_core1370.PgColumn<{
4544
4561
  name: "filters";
4545
4562
  tableName: "evaluation_suite_config";
4546
4563
  dataType: "json";
@@ -4559,7 +4576,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4559
4576
  }, {}, {
4560
4577
  $type: Filter<EvaluationSuiteFilterCriteria>;
4561
4578
  }>;
4562
- sampleRate: drizzle_orm_pg_core208.PgColumn<{
4579
+ sampleRate: drizzle_orm_pg_core1370.PgColumn<{
4563
4580
  name: "sample_rate";
4564
4581
  tableName: "evaluation_suite_config";
4565
4582
  dataType: "number";
@@ -4576,7 +4593,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4576
4593
  identity: undefined;
4577
4594
  generated: undefined;
4578
4595
  }, {}, {}>;
4579
- projectId: drizzle_orm_pg_core208.PgColumn<{
4596
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
4580
4597
  name: "project_id";
4581
4598
  tableName: "evaluation_suite_config";
4582
4599
  dataType: "string";
@@ -4595,7 +4612,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4595
4612
  }, {}, {
4596
4613
  length: 256;
4597
4614
  }>;
4598
- tenantId: drizzle_orm_pg_core208.PgColumn<{
4615
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
4599
4616
  name: "tenant_id";
4600
4617
  tableName: "evaluation_suite_config";
4601
4618
  dataType: "string";
@@ -4614,7 +4631,7 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4614
4631
  }, {}, {
4615
4632
  length: 256;
4616
4633
  }>;
4617
- id: drizzle_orm_pg_core208.PgColumn<{
4634
+ id: drizzle_orm_pg_core1370.PgColumn<{
4618
4635
  name: "id";
4619
4636
  tableName: "evaluation_suite_config";
4620
4637
  dataType: "string";
@@ -4643,11 +4660,11 @@ declare const evaluationSuiteConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4643
4660
  *
4644
4661
  * Includes: evaluationSuiteConfigId, evaluatorId, and timestamps
4645
4662
  */
4646
- declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
4663
+ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core1370.PgTableWithColumns<{
4647
4664
  name: "evaluation_suite_config_evaluator_relations";
4648
4665
  schema: undefined;
4649
4666
  columns: {
4650
- createdAt: drizzle_orm_pg_core208.PgColumn<{
4667
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
4651
4668
  name: "created_at";
4652
4669
  tableName: "evaluation_suite_config_evaluator_relations";
4653
4670
  dataType: "string";
@@ -4664,7 +4681,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
4664
4681
  identity: undefined;
4665
4682
  generated: undefined;
4666
4683
  }, {}, {}>;
4667
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
4684
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
4668
4685
  name: "updated_at";
4669
4686
  tableName: "evaluation_suite_config_evaluator_relations";
4670
4687
  dataType: "string";
@@ -4681,7 +4698,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
4681
4698
  identity: undefined;
4682
4699
  generated: undefined;
4683
4700
  }, {}, {}>;
4684
- evaluationSuiteConfigId: drizzle_orm_pg_core208.PgColumn<{
4701
+ evaluationSuiteConfigId: drizzle_orm_pg_core1370.PgColumn<{
4685
4702
  name: "evaluation_suite_config_id";
4686
4703
  tableName: "evaluation_suite_config_evaluator_relations";
4687
4704
  dataType: "string";
@@ -4700,7 +4717,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
4700
4717
  }, {}, {
4701
4718
  length: 256;
4702
4719
  }>;
4703
- evaluatorId: drizzle_orm_pg_core208.PgColumn<{
4720
+ evaluatorId: drizzle_orm_pg_core1370.PgColumn<{
4704
4721
  name: "evaluator_id";
4705
4722
  tableName: "evaluation_suite_config_evaluator_relations";
4706
4723
  dataType: "string";
@@ -4719,7 +4736,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
4719
4736
  }, {}, {
4720
4737
  length: 256;
4721
4738
  }>;
4722
- projectId: drizzle_orm_pg_core208.PgColumn<{
4739
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
4723
4740
  name: "project_id";
4724
4741
  tableName: "evaluation_suite_config_evaluator_relations";
4725
4742
  dataType: "string";
@@ -4738,7 +4755,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
4738
4755
  }, {}, {
4739
4756
  length: 256;
4740
4757
  }>;
4741
- tenantId: drizzle_orm_pg_core208.PgColumn<{
4758
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
4742
4759
  name: "tenant_id";
4743
4760
  tableName: "evaluation_suite_config_evaluator_relations";
4744
4761
  dataType: "string";
@@ -4757,7 +4774,7 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
4757
4774
  }, {}, {
4758
4775
  length: 256;
4759
4776
  }>;
4760
- id: drizzle_orm_pg_core208.PgColumn<{
4777
+ id: drizzle_orm_pg_core1370.PgColumn<{
4761
4778
  name: "id";
4762
4779
  tableName: "evaluation_suite_config_evaluator_relations";
4763
4780
  dataType: "string";
@@ -4786,11 +4803,11 @@ declare const evaluationSuiteConfigEvaluatorRelations: drizzle_orm_pg_core208.Pg
4786
4803
  *
4787
4804
  * Includes: evaluationRunConfigId, evaluationSuiteConfigId, and timestamps
4788
4805
  */
4789
- declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
4806
+ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_core1370.PgTableWithColumns<{
4790
4807
  name: "evaluation_run_config_evaluation_suite_config_relations";
4791
4808
  schema: undefined;
4792
4809
  columns: {
4793
- createdAt: drizzle_orm_pg_core208.PgColumn<{
4810
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
4794
4811
  name: "created_at";
4795
4812
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4796
4813
  dataType: "string";
@@ -4807,7 +4824,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4807
4824
  identity: undefined;
4808
4825
  generated: undefined;
4809
4826
  }, {}, {}>;
4810
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
4827
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
4811
4828
  name: "updated_at";
4812
4829
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4813
4830
  dataType: "string";
@@ -4824,7 +4841,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4824
4841
  identity: undefined;
4825
4842
  generated: undefined;
4826
4843
  }, {}, {}>;
4827
- evaluationRunConfigId: drizzle_orm_pg_core208.PgColumn<{
4844
+ evaluationRunConfigId: drizzle_orm_pg_core1370.PgColumn<{
4828
4845
  name: "evaluation_run_config_id";
4829
4846
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4830
4847
  dataType: "string";
@@ -4843,7 +4860,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4843
4860
  }, {}, {
4844
4861
  length: 256;
4845
4862
  }>;
4846
- evaluationSuiteConfigId: drizzle_orm_pg_core208.PgColumn<{
4863
+ evaluationSuiteConfigId: drizzle_orm_pg_core1370.PgColumn<{
4847
4864
  name: "evaluation_suite_config_id";
4848
4865
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4849
4866
  dataType: "string";
@@ -4862,7 +4879,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4862
4879
  }, {}, {
4863
4880
  length: 256;
4864
4881
  }>;
4865
- projectId: drizzle_orm_pg_core208.PgColumn<{
4882
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
4866
4883
  name: "project_id";
4867
4884
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4868
4885
  dataType: "string";
@@ -4881,7 +4898,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4881
4898
  }, {}, {
4882
4899
  length: 256;
4883
4900
  }>;
4884
- tenantId: drizzle_orm_pg_core208.PgColumn<{
4901
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
4885
4902
  name: "tenant_id";
4886
4903
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4887
4904
  dataType: "string";
@@ -4900,7 +4917,7 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4900
4917
  }, {}, {
4901
4918
  length: 256;
4902
4919
  }>;
4903
- id: drizzle_orm_pg_core208.PgColumn<{
4920
+ id: drizzle_orm_pg_core1370.PgColumn<{
4904
4921
  name: "id";
4905
4922
  tableName: "evaluation_run_config_evaluation_suite_config_relations";
4906
4923
  dataType: "string";
@@ -4935,11 +4952,11 @@ declare const evaluationRunConfigEvaluationSuiteConfigRelations: drizzle_orm_pg_
4935
4952
  *
4936
4953
  * one to many relationship with evaluationRun
4937
4954
  */
4938
- declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4955
+ declare const evaluationRunConfig: drizzle_orm_pg_core1370.PgTableWithColumns<{
4939
4956
  name: "evaluation_run_config";
4940
4957
  schema: undefined;
4941
4958
  columns: {
4942
- createdAt: drizzle_orm_pg_core208.PgColumn<{
4959
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
4943
4960
  name: "created_at";
4944
4961
  tableName: "evaluation_run_config";
4945
4962
  dataType: "string";
@@ -4956,7 +4973,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4956
4973
  identity: undefined;
4957
4974
  generated: undefined;
4958
4975
  }, {}, {}>;
4959
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
4976
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
4960
4977
  name: "updated_at";
4961
4978
  tableName: "evaluation_run_config";
4962
4979
  dataType: "string";
@@ -4973,7 +4990,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4973
4990
  identity: undefined;
4974
4991
  generated: undefined;
4975
4992
  }, {}, {}>;
4976
- isActive: drizzle_orm_pg_core208.PgColumn<{
4993
+ isActive: drizzle_orm_pg_core1370.PgColumn<{
4977
4994
  name: "is_active";
4978
4995
  tableName: "evaluation_run_config";
4979
4996
  dataType: "boolean";
@@ -4990,7 +5007,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
4990
5007
  identity: undefined;
4991
5008
  generated: undefined;
4992
5009
  }, {}, {}>;
4993
- name: drizzle_orm_pg_core208.PgColumn<{
5010
+ name: drizzle_orm_pg_core1370.PgColumn<{
4994
5011
  name: "name";
4995
5012
  tableName: "evaluation_run_config";
4996
5013
  dataType: "string";
@@ -5009,7 +5026,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5009
5026
  }, {}, {
5010
5027
  length: 256;
5011
5028
  }>;
5012
- description: drizzle_orm_pg_core208.PgColumn<{
5029
+ description: drizzle_orm_pg_core1370.PgColumn<{
5013
5030
  name: "description";
5014
5031
  tableName: "evaluation_run_config";
5015
5032
  dataType: "string";
@@ -5026,7 +5043,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5026
5043
  identity: undefined;
5027
5044
  generated: undefined;
5028
5045
  }, {}, {}>;
5029
- projectId: drizzle_orm_pg_core208.PgColumn<{
5046
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
5030
5047
  name: "project_id";
5031
5048
  tableName: "evaluation_run_config";
5032
5049
  dataType: "string";
@@ -5045,7 +5062,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5045
5062
  }, {}, {
5046
5063
  length: 256;
5047
5064
  }>;
5048
- tenantId: drizzle_orm_pg_core208.PgColumn<{
5065
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
5049
5066
  name: "tenant_id";
5050
5067
  tableName: "evaluation_run_config";
5051
5068
  dataType: "string";
@@ -5064,7 +5081,7 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5064
5081
  }, {}, {
5065
5082
  length: 256;
5066
5083
  }>;
5067
- id: drizzle_orm_pg_core208.PgColumn<{
5084
+ id: drizzle_orm_pg_core1370.PgColumn<{
5068
5085
  name: "id";
5069
5086
  tableName: "evaluation_run_config";
5070
5087
  dataType: "string";
@@ -5100,11 +5117,11 @@ declare const evaluationRunConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5100
5117
  * Includes: jobFilters (specific filters for this job execution: datasetRunIds, conversationIds,
5101
5118
  * dateRange with absolute dates), and timestamps
5102
5119
  */
5103
- declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5120
+ declare const evaluationJobConfig: drizzle_orm_pg_core1370.PgTableWithColumns<{
5104
5121
  name: "evaluation_job_config";
5105
5122
  schema: undefined;
5106
5123
  columns: {
5107
- createdAt: drizzle_orm_pg_core208.PgColumn<{
5124
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
5108
5125
  name: "created_at";
5109
5126
  tableName: "evaluation_job_config";
5110
5127
  dataType: "string";
@@ -5121,7 +5138,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5121
5138
  identity: undefined;
5122
5139
  generated: undefined;
5123
5140
  }, {}, {}>;
5124
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
5141
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
5125
5142
  name: "updated_at";
5126
5143
  tableName: "evaluation_job_config";
5127
5144
  dataType: "string";
@@ -5138,7 +5155,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5138
5155
  identity: undefined;
5139
5156
  generated: undefined;
5140
5157
  }, {}, {}>;
5141
- jobFilters: drizzle_orm_pg_core208.PgColumn<{
5158
+ jobFilters: drizzle_orm_pg_core1370.PgColumn<{
5142
5159
  name: "job_filters";
5143
5160
  tableName: "evaluation_job_config";
5144
5161
  dataType: "json";
@@ -5171,7 +5188,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5171
5188
  } | undefined;
5172
5189
  }>;
5173
5190
  }>;
5174
- projectId: drizzle_orm_pg_core208.PgColumn<{
5191
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
5175
5192
  name: "project_id";
5176
5193
  tableName: "evaluation_job_config";
5177
5194
  dataType: "string";
@@ -5190,7 +5207,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5190
5207
  }, {}, {
5191
5208
  length: 256;
5192
5209
  }>;
5193
- tenantId: drizzle_orm_pg_core208.PgColumn<{
5210
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
5194
5211
  name: "tenant_id";
5195
5212
  tableName: "evaluation_job_config";
5196
5213
  dataType: "string";
@@ -5209,7 +5226,7 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5209
5226
  }, {}, {
5210
5227
  length: 256;
5211
5228
  }>;
5212
- id: drizzle_orm_pg_core208.PgColumn<{
5229
+ id: drizzle_orm_pg_core1370.PgColumn<{
5213
5230
  name: "id";
5214
5231
  tableName: "evaluation_job_config";
5215
5232
  dataType: "string";
@@ -5238,11 +5255,11 @@ declare const evaluationJobConfig: drizzle_orm_pg_core208.PgTableWithColumns<{
5238
5255
  *
5239
5256
  * Includes: evaluationJobConfigId, evaluatorId, and timestamps
5240
5257
  */
5241
- declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
5258
+ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core1370.PgTableWithColumns<{
5242
5259
  name: "evaluation_job_config_evaluator_relations";
5243
5260
  schema: undefined;
5244
5261
  columns: {
5245
- createdAt: drizzle_orm_pg_core208.PgColumn<{
5262
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
5246
5263
  name: "created_at";
5247
5264
  tableName: "evaluation_job_config_evaluator_relations";
5248
5265
  dataType: "string";
@@ -5259,7 +5276,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
5259
5276
  identity: undefined;
5260
5277
  generated: undefined;
5261
5278
  }, {}, {}>;
5262
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
5279
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
5263
5280
  name: "updated_at";
5264
5281
  tableName: "evaluation_job_config_evaluator_relations";
5265
5282
  dataType: "string";
@@ -5276,7 +5293,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
5276
5293
  identity: undefined;
5277
5294
  generated: undefined;
5278
5295
  }, {}, {}>;
5279
- evaluationJobConfigId: drizzle_orm_pg_core208.PgColumn<{
5296
+ evaluationJobConfigId: drizzle_orm_pg_core1370.PgColumn<{
5280
5297
  name: "evaluation_job_config_id";
5281
5298
  tableName: "evaluation_job_config_evaluator_relations";
5282
5299
  dataType: "string";
@@ -5295,7 +5312,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
5295
5312
  }, {}, {
5296
5313
  length: 256;
5297
5314
  }>;
5298
- evaluatorId: drizzle_orm_pg_core208.PgColumn<{
5315
+ evaluatorId: drizzle_orm_pg_core1370.PgColumn<{
5299
5316
  name: "evaluator_id";
5300
5317
  tableName: "evaluation_job_config_evaluator_relations";
5301
5318
  dataType: "string";
@@ -5314,7 +5331,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
5314
5331
  }, {}, {
5315
5332
  length: 256;
5316
5333
  }>;
5317
- projectId: drizzle_orm_pg_core208.PgColumn<{
5334
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
5318
5335
  name: "project_id";
5319
5336
  tableName: "evaluation_job_config_evaluator_relations";
5320
5337
  dataType: "string";
@@ -5333,7 +5350,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
5333
5350
  }, {}, {
5334
5351
  length: 256;
5335
5352
  }>;
5336
- tenantId: drizzle_orm_pg_core208.PgColumn<{
5353
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
5337
5354
  name: "tenant_id";
5338
5355
  tableName: "evaluation_job_config_evaluator_relations";
5339
5356
  dataType: "string";
@@ -5352,7 +5369,7 @@ declare const evaluationJobConfigEvaluatorRelations: drizzle_orm_pg_core208.PgTa
5352
5369
  }, {}, {
5353
5370
  length: 256;
5354
5371
  }>;
5355
- id: drizzle_orm_pg_core208.PgColumn<{
5372
+ id: drizzle_orm_pg_core1370.PgColumn<{
5356
5373
  name: "id";
5357
5374
  tableName: "evaluation_job_config_evaluator_relations";
5358
5375
  dataType: "string";
@@ -5474,11 +5491,11 @@ declare const subAgentTeamAgentRelationsRelations: drizzle_orm20.Relations<"sub_
5474
5491
  *
5475
5492
  * Includes: datasetRunConfigId, agentId, and timestamps
5476
5493
  */
5477
- declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWithColumns<{
5494
+ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core1370.PgTableWithColumns<{
5478
5495
  name: "dataset_run_config_agent_relations";
5479
5496
  schema: undefined;
5480
5497
  columns: {
5481
- createdAt: drizzle_orm_pg_core208.PgColumn<{
5498
+ createdAt: drizzle_orm_pg_core1370.PgColumn<{
5482
5499
  name: "created_at";
5483
5500
  tableName: "dataset_run_config_agent_relations";
5484
5501
  dataType: "string";
@@ -5495,7 +5512,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
5495
5512
  identity: undefined;
5496
5513
  generated: undefined;
5497
5514
  }, {}, {}>;
5498
- updatedAt: drizzle_orm_pg_core208.PgColumn<{
5515
+ updatedAt: drizzle_orm_pg_core1370.PgColumn<{
5499
5516
  name: "updated_at";
5500
5517
  tableName: "dataset_run_config_agent_relations";
5501
5518
  dataType: "string";
@@ -5512,7 +5529,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
5512
5529
  identity: undefined;
5513
5530
  generated: undefined;
5514
5531
  }, {}, {}>;
5515
- datasetRunConfigId: drizzle_orm_pg_core208.PgColumn<{
5532
+ datasetRunConfigId: drizzle_orm_pg_core1370.PgColumn<{
5516
5533
  name: "dataset_run_config_id";
5517
5534
  tableName: "dataset_run_config_agent_relations";
5518
5535
  dataType: "string";
@@ -5531,7 +5548,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
5531
5548
  }, {}, {
5532
5549
  length: 256;
5533
5550
  }>;
5534
- agentId: drizzle_orm_pg_core208.PgColumn<{
5551
+ agentId: drizzle_orm_pg_core1370.PgColumn<{
5535
5552
  name: "agent_id";
5536
5553
  tableName: "dataset_run_config_agent_relations";
5537
5554
  dataType: "string";
@@ -5550,7 +5567,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
5550
5567
  }, {}, {
5551
5568
  length: 256;
5552
5569
  }>;
5553
- projectId: drizzle_orm_pg_core208.PgColumn<{
5570
+ projectId: drizzle_orm_pg_core1370.PgColumn<{
5554
5571
  name: "project_id";
5555
5572
  tableName: "dataset_run_config_agent_relations";
5556
5573
  dataType: "string";
@@ -5569,7 +5586,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
5569
5586
  }, {}, {
5570
5587
  length: 256;
5571
5588
  }>;
5572
- tenantId: drizzle_orm_pg_core208.PgColumn<{
5589
+ tenantId: drizzle_orm_pg_core1370.PgColumn<{
5573
5590
  name: "tenant_id";
5574
5591
  tableName: "dataset_run_config_agent_relations";
5575
5592
  dataType: "string";
@@ -5588,7 +5605,7 @@ declare const datasetRunConfigAgentRelations: drizzle_orm_pg_core208.PgTableWith
5588
5605
  }, {}, {
5589
5606
  length: 256;
5590
5607
  }>;
5591
- id: drizzle_orm_pg_core208.PgColumn<{
5608
+ id: drizzle_orm_pg_core1370.PgColumn<{
5592
5609
  name: "id";
5593
5610
  tableName: "dataset_run_config_agent_relations";
5594
5611
  dataType: "string";