@inkeep/agents-core 0.0.0-dev-20260325213342 → 0.0.0-dev-20260326163133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth/auth.d.ts +6 -6
- package/dist/auth/permissions.d.ts +13 -13
- package/dist/auth/wait-for-spicedb.d.ts +1 -0
- package/dist/auth/wait-for-spicedb.js +51 -0
- package/dist/data-access/index.d.ts +2 -2
- package/dist/data-access/index.js +2 -2
- package/dist/data-access/manage/agentFull.js +5 -5
- package/dist/data-access/manage/functionTools.js +2 -2
- package/dist/data-access/manage/skills.js +2 -3
- package/dist/data-access/manage/subAgentExternalAgentRelations.js +2 -2
- package/dist/data-access/manage/subAgentRelations.js +2 -2
- package/dist/data-access/manage/subAgentTeamAgentRelations.js +2 -2
- package/dist/data-access/manage/tools.js +2 -2
- package/dist/data-access/runtime/apps.d.ts +2 -2
- package/dist/data-access/runtime/ledgerArtifacts.d.ts +11 -2
- package/dist/data-access/runtime/ledgerArtifacts.js +12 -1
- package/dist/data-access/runtime/messages.d.ts +6 -6
- package/dist/db/manage/manage-schema.d.ts +357 -357
- package/dist/db/runtime/runtime-schema.d.ts +301 -301
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/utils/apiKeys.js +1 -1
- package/dist/utils/conversations.d.ts +7 -1
- package/dist/utils/conversations.js +10 -1
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/index.js +2 -2
- package/dist/validation/schemas.d.ts +1318 -1318
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { Part } from "../../types/a2a.js";
|
|
|
3
3
|
import { AppType, ConversationMetadata, MessageContent, MessageMetadata, TaskMetadataConfig } from "../../types/utility.js";
|
|
4
4
|
import { account, deviceCode, invitation, member, organization, session, ssoProvider, user, verification } from "../../auth/auth-schema.js";
|
|
5
5
|
import * as drizzle_orm111 from "drizzle-orm";
|
|
6
|
-
import * as
|
|
6
|
+
import * as drizzle_orm_pg_core1820 from "drizzle-orm/pg-core";
|
|
7
7
|
|
|
8
8
|
//#region src/db/runtime/runtime-schema.d.ts
|
|
9
9
|
declare namespace runtime_schema_d_exports {
|
|
@@ -16,11 +16,11 @@ declare namespace runtime_schema_d_exports {
|
|
|
16
16
|
*
|
|
17
17
|
* Named 'project_metadata' to avoid conflict with the manage-schema 'projects' table.
|
|
18
18
|
*/
|
|
19
|
-
declare const projectMetadata:
|
|
19
|
+
declare const projectMetadata: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
20
20
|
name: "project_metadata";
|
|
21
21
|
schema: undefined;
|
|
22
22
|
columns: {
|
|
23
|
-
id:
|
|
23
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
24
24
|
name: "id";
|
|
25
25
|
tableName: "project_metadata";
|
|
26
26
|
dataType: "string";
|
|
@@ -39,7 +39,7 @@ declare const projectMetadata: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
39
39
|
}, {}, {
|
|
40
40
|
length: 256;
|
|
41
41
|
}>;
|
|
42
|
-
tenantId:
|
|
42
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
43
43
|
name: "tenant_id";
|
|
44
44
|
tableName: "project_metadata";
|
|
45
45
|
dataType: "string";
|
|
@@ -58,7 +58,7 @@ declare const projectMetadata: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
58
58
|
}, {}, {
|
|
59
59
|
length: 256;
|
|
60
60
|
}>;
|
|
61
|
-
createdAt:
|
|
61
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
62
62
|
name: "created_at";
|
|
63
63
|
tableName: "project_metadata";
|
|
64
64
|
dataType: "string";
|
|
@@ -75,7 +75,7 @@ declare const projectMetadata: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
75
75
|
identity: undefined;
|
|
76
76
|
generated: undefined;
|
|
77
77
|
}, {}, {}>;
|
|
78
|
-
createdBy:
|
|
78
|
+
createdBy: drizzle_orm_pg_core1820.PgColumn<{
|
|
79
79
|
name: "created_by";
|
|
80
80
|
tableName: "project_metadata";
|
|
81
81
|
dataType: "string";
|
|
@@ -94,7 +94,7 @@ declare const projectMetadata: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
94
94
|
}, {}, {
|
|
95
95
|
length: 256;
|
|
96
96
|
}>;
|
|
97
|
-
mainBranchName:
|
|
97
|
+
mainBranchName: drizzle_orm_pg_core1820.PgColumn<{
|
|
98
98
|
name: "main_branch_name";
|
|
99
99
|
tableName: "project_metadata";
|
|
100
100
|
dataType: "string";
|
|
@@ -116,11 +116,11 @@ declare const projectMetadata: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
116
116
|
};
|
|
117
117
|
dialect: "pg";
|
|
118
118
|
}>;
|
|
119
|
-
declare const conversations:
|
|
119
|
+
declare const conversations: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
120
120
|
name: "conversations";
|
|
121
121
|
schema: undefined;
|
|
122
122
|
columns: {
|
|
123
|
-
createdAt:
|
|
123
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
124
124
|
name: "created_at";
|
|
125
125
|
tableName: "conversations";
|
|
126
126
|
dataType: "string";
|
|
@@ -137,7 +137,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
137
137
|
identity: undefined;
|
|
138
138
|
generated: undefined;
|
|
139
139
|
}, {}, {}>;
|
|
140
|
-
updatedAt:
|
|
140
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
141
141
|
name: "updated_at";
|
|
142
142
|
tableName: "conversations";
|
|
143
143
|
dataType: "string";
|
|
@@ -154,7 +154,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
154
154
|
identity: undefined;
|
|
155
155
|
generated: undefined;
|
|
156
156
|
}, {}, {}>;
|
|
157
|
-
userId:
|
|
157
|
+
userId: drizzle_orm_pg_core1820.PgColumn<{
|
|
158
158
|
name: "user_id";
|
|
159
159
|
tableName: "conversations";
|
|
160
160
|
dataType: "string";
|
|
@@ -173,7 +173,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
173
173
|
}, {}, {
|
|
174
174
|
length: 256;
|
|
175
175
|
}>;
|
|
176
|
-
agentId:
|
|
176
|
+
agentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
177
177
|
name: "agent_id";
|
|
178
178
|
tableName: "conversations";
|
|
179
179
|
dataType: "string";
|
|
@@ -192,7 +192,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
192
192
|
}, {}, {
|
|
193
193
|
length: 256;
|
|
194
194
|
}>;
|
|
195
|
-
activeSubAgentId:
|
|
195
|
+
activeSubAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
196
196
|
name: "active_sub_agent_id";
|
|
197
197
|
tableName: "conversations";
|
|
198
198
|
dataType: "string";
|
|
@@ -211,7 +211,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
211
211
|
}, {}, {
|
|
212
212
|
length: 256;
|
|
213
213
|
}>;
|
|
214
|
-
ref:
|
|
214
|
+
ref: drizzle_orm_pg_core1820.PgColumn<{
|
|
215
215
|
name: "ref";
|
|
216
216
|
tableName: "conversations";
|
|
217
217
|
dataType: "json";
|
|
@@ -238,7 +238,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
238
238
|
hash: string;
|
|
239
239
|
};
|
|
240
240
|
}>;
|
|
241
|
-
title:
|
|
241
|
+
title: drizzle_orm_pg_core1820.PgColumn<{
|
|
242
242
|
name: "title";
|
|
243
243
|
tableName: "conversations";
|
|
244
244
|
dataType: "string";
|
|
@@ -255,7 +255,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
255
255
|
identity: undefined;
|
|
256
256
|
generated: undefined;
|
|
257
257
|
}, {}, {}>;
|
|
258
|
-
lastContextResolution:
|
|
258
|
+
lastContextResolution: drizzle_orm_pg_core1820.PgColumn<{
|
|
259
259
|
name: "last_context_resolution";
|
|
260
260
|
tableName: "conversations";
|
|
261
261
|
dataType: "string";
|
|
@@ -272,7 +272,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
272
272
|
identity: undefined;
|
|
273
273
|
generated: undefined;
|
|
274
274
|
}, {}, {}>;
|
|
275
|
-
metadata:
|
|
275
|
+
metadata: drizzle_orm_pg_core1820.PgColumn<{
|
|
276
276
|
name: "metadata";
|
|
277
277
|
tableName: "conversations";
|
|
278
278
|
dataType: "json";
|
|
@@ -291,7 +291,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
291
291
|
}, {}, {
|
|
292
292
|
$type: ConversationMetadata;
|
|
293
293
|
}>;
|
|
294
|
-
projectId:
|
|
294
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
295
295
|
name: "project_id";
|
|
296
296
|
tableName: "conversations";
|
|
297
297
|
dataType: "string";
|
|
@@ -310,7 +310,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
310
310
|
}, {}, {
|
|
311
311
|
length: 256;
|
|
312
312
|
}>;
|
|
313
|
-
tenantId:
|
|
313
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
314
314
|
name: "tenant_id";
|
|
315
315
|
tableName: "conversations";
|
|
316
316
|
dataType: "string";
|
|
@@ -329,7 +329,7 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
329
329
|
}, {}, {
|
|
330
330
|
length: 256;
|
|
331
331
|
}>;
|
|
332
|
-
id:
|
|
332
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
333
333
|
name: "id";
|
|
334
334
|
tableName: "conversations";
|
|
335
335
|
dataType: "string";
|
|
@@ -351,11 +351,11 @@ declare const conversations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
351
351
|
};
|
|
352
352
|
dialect: "pg";
|
|
353
353
|
}>;
|
|
354
|
-
declare const tasks:
|
|
354
|
+
declare const tasks: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
355
355
|
name: "tasks";
|
|
356
356
|
schema: undefined;
|
|
357
357
|
columns: {
|
|
358
|
-
createdAt:
|
|
358
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
359
359
|
name: "created_at";
|
|
360
360
|
tableName: "tasks";
|
|
361
361
|
dataType: "string";
|
|
@@ -372,7 +372,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
372
372
|
identity: undefined;
|
|
373
373
|
generated: undefined;
|
|
374
374
|
}, {}, {}>;
|
|
375
|
-
updatedAt:
|
|
375
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
376
376
|
name: "updated_at";
|
|
377
377
|
tableName: "tasks";
|
|
378
378
|
dataType: "string";
|
|
@@ -389,7 +389,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
389
389
|
identity: undefined;
|
|
390
390
|
generated: undefined;
|
|
391
391
|
}, {}, {}>;
|
|
392
|
-
contextId:
|
|
392
|
+
contextId: drizzle_orm_pg_core1820.PgColumn<{
|
|
393
393
|
name: "context_id";
|
|
394
394
|
tableName: "tasks";
|
|
395
395
|
dataType: "string";
|
|
@@ -408,7 +408,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
408
408
|
}, {}, {
|
|
409
409
|
length: 256;
|
|
410
410
|
}>;
|
|
411
|
-
ref:
|
|
411
|
+
ref: drizzle_orm_pg_core1820.PgColumn<{
|
|
412
412
|
name: "ref";
|
|
413
413
|
tableName: "tasks";
|
|
414
414
|
dataType: "json";
|
|
@@ -435,7 +435,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
435
435
|
hash: string;
|
|
436
436
|
};
|
|
437
437
|
}>;
|
|
438
|
-
status:
|
|
438
|
+
status: drizzle_orm_pg_core1820.PgColumn<{
|
|
439
439
|
name: "status";
|
|
440
440
|
tableName: "tasks";
|
|
441
441
|
dataType: "string";
|
|
@@ -454,7 +454,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
454
454
|
}, {}, {
|
|
455
455
|
length: 256;
|
|
456
456
|
}>;
|
|
457
|
-
metadata:
|
|
457
|
+
metadata: drizzle_orm_pg_core1820.PgColumn<{
|
|
458
458
|
name: "metadata";
|
|
459
459
|
tableName: "tasks";
|
|
460
460
|
dataType: "json";
|
|
@@ -473,7 +473,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
473
473
|
}, {}, {
|
|
474
474
|
$type: TaskMetadataConfig;
|
|
475
475
|
}>;
|
|
476
|
-
subAgentId:
|
|
476
|
+
subAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
477
477
|
name: "sub_agent_id";
|
|
478
478
|
tableName: "tasks";
|
|
479
479
|
dataType: "string";
|
|
@@ -492,7 +492,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
492
492
|
}, {}, {
|
|
493
493
|
length: 256;
|
|
494
494
|
}>;
|
|
495
|
-
agentId:
|
|
495
|
+
agentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
496
496
|
name: "agent_id";
|
|
497
497
|
tableName: "tasks";
|
|
498
498
|
dataType: "string";
|
|
@@ -511,7 +511,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
511
511
|
}, {}, {
|
|
512
512
|
length: 256;
|
|
513
513
|
}>;
|
|
514
|
-
projectId:
|
|
514
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
515
515
|
name: "project_id";
|
|
516
516
|
tableName: "tasks";
|
|
517
517
|
dataType: "string";
|
|
@@ -530,7 +530,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
530
530
|
}, {}, {
|
|
531
531
|
length: 256;
|
|
532
532
|
}>;
|
|
533
|
-
tenantId:
|
|
533
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
534
534
|
name: "tenant_id";
|
|
535
535
|
tableName: "tasks";
|
|
536
536
|
dataType: "string";
|
|
@@ -549,7 +549,7 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
549
549
|
}, {}, {
|
|
550
550
|
length: 256;
|
|
551
551
|
}>;
|
|
552
|
-
id:
|
|
552
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
553
553
|
name: "id";
|
|
554
554
|
tableName: "tasks";
|
|
555
555
|
dataType: "string";
|
|
@@ -571,11 +571,11 @@ declare const tasks: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
571
571
|
};
|
|
572
572
|
dialect: "pg";
|
|
573
573
|
}>;
|
|
574
|
-
declare const apiKeys:
|
|
574
|
+
declare const apiKeys: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
575
575
|
name: "api_keys";
|
|
576
576
|
schema: undefined;
|
|
577
577
|
columns: {
|
|
578
|
-
createdAt:
|
|
578
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
579
579
|
name: "created_at";
|
|
580
580
|
tableName: "api_keys";
|
|
581
581
|
dataType: "string";
|
|
@@ -592,7 +592,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
592
592
|
identity: undefined;
|
|
593
593
|
generated: undefined;
|
|
594
594
|
}, {}, {}>;
|
|
595
|
-
updatedAt:
|
|
595
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
596
596
|
name: "updated_at";
|
|
597
597
|
tableName: "api_keys";
|
|
598
598
|
dataType: "string";
|
|
@@ -609,7 +609,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
609
609
|
identity: undefined;
|
|
610
610
|
generated: undefined;
|
|
611
611
|
}, {}, {}>;
|
|
612
|
-
agentId:
|
|
612
|
+
agentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
613
613
|
name: "agent_id";
|
|
614
614
|
tableName: "api_keys";
|
|
615
615
|
dataType: "string";
|
|
@@ -628,7 +628,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
628
628
|
}, {}, {
|
|
629
629
|
length: 256;
|
|
630
630
|
}>;
|
|
631
|
-
publicId:
|
|
631
|
+
publicId: drizzle_orm_pg_core1820.PgColumn<{
|
|
632
632
|
name: "public_id";
|
|
633
633
|
tableName: "api_keys";
|
|
634
634
|
dataType: "string";
|
|
@@ -647,7 +647,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
647
647
|
}, {}, {
|
|
648
648
|
length: 256;
|
|
649
649
|
}>;
|
|
650
|
-
keyHash:
|
|
650
|
+
keyHash: drizzle_orm_pg_core1820.PgColumn<{
|
|
651
651
|
name: "key_hash";
|
|
652
652
|
tableName: "api_keys";
|
|
653
653
|
dataType: "string";
|
|
@@ -666,7 +666,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
666
666
|
}, {}, {
|
|
667
667
|
length: 256;
|
|
668
668
|
}>;
|
|
669
|
-
keyPrefix:
|
|
669
|
+
keyPrefix: drizzle_orm_pg_core1820.PgColumn<{
|
|
670
670
|
name: "key_prefix";
|
|
671
671
|
tableName: "api_keys";
|
|
672
672
|
dataType: "string";
|
|
@@ -685,7 +685,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
685
685
|
}, {}, {
|
|
686
686
|
length: 256;
|
|
687
687
|
}>;
|
|
688
|
-
name:
|
|
688
|
+
name: drizzle_orm_pg_core1820.PgColumn<{
|
|
689
689
|
name: "name";
|
|
690
690
|
tableName: "api_keys";
|
|
691
691
|
dataType: "string";
|
|
@@ -704,7 +704,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
704
704
|
}, {}, {
|
|
705
705
|
length: 256;
|
|
706
706
|
}>;
|
|
707
|
-
lastUsedAt:
|
|
707
|
+
lastUsedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
708
708
|
name: "last_used_at";
|
|
709
709
|
tableName: "api_keys";
|
|
710
710
|
dataType: "string";
|
|
@@ -721,7 +721,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
721
721
|
identity: undefined;
|
|
722
722
|
generated: undefined;
|
|
723
723
|
}, {}, {}>;
|
|
724
|
-
expiresAt:
|
|
724
|
+
expiresAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
725
725
|
name: "expires_at";
|
|
726
726
|
tableName: "api_keys";
|
|
727
727
|
dataType: "string";
|
|
@@ -738,7 +738,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
738
738
|
identity: undefined;
|
|
739
739
|
generated: undefined;
|
|
740
740
|
}, {}, {}>;
|
|
741
|
-
projectId:
|
|
741
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
742
742
|
name: "project_id";
|
|
743
743
|
tableName: "api_keys";
|
|
744
744
|
dataType: "string";
|
|
@@ -757,7 +757,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
757
757
|
}, {}, {
|
|
758
758
|
length: 256;
|
|
759
759
|
}>;
|
|
760
|
-
tenantId:
|
|
760
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
761
761
|
name: "tenant_id";
|
|
762
762
|
tableName: "api_keys";
|
|
763
763
|
dataType: "string";
|
|
@@ -776,7 +776,7 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
776
776
|
}, {}, {
|
|
777
777
|
length: 256;
|
|
778
778
|
}>;
|
|
779
|
-
id:
|
|
779
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
780
780
|
name: "id";
|
|
781
781
|
tableName: "api_keys";
|
|
782
782
|
dataType: "string";
|
|
@@ -798,11 +798,11 @@ declare const apiKeys: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
798
798
|
};
|
|
799
799
|
dialect: "pg";
|
|
800
800
|
}>;
|
|
801
|
-
declare const apps:
|
|
801
|
+
declare const apps: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
802
802
|
name: "apps";
|
|
803
803
|
schema: undefined;
|
|
804
804
|
columns: {
|
|
805
|
-
createdAt:
|
|
805
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
806
806
|
name: "created_at";
|
|
807
807
|
tableName: "apps";
|
|
808
808
|
dataType: "string";
|
|
@@ -819,7 +819,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
819
819
|
identity: undefined;
|
|
820
820
|
generated: undefined;
|
|
821
821
|
}, {}, {}>;
|
|
822
|
-
updatedAt:
|
|
822
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
823
823
|
name: "updated_at";
|
|
824
824
|
tableName: "apps";
|
|
825
825
|
dataType: "string";
|
|
@@ -836,7 +836,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
836
836
|
identity: undefined;
|
|
837
837
|
generated: undefined;
|
|
838
838
|
}, {}, {}>;
|
|
839
|
-
id:
|
|
839
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
840
840
|
name: "id";
|
|
841
841
|
tableName: "apps";
|
|
842
842
|
dataType: "string";
|
|
@@ -855,7 +855,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
855
855
|
}, {}, {
|
|
856
856
|
length: 256;
|
|
857
857
|
}>;
|
|
858
|
-
tenantId:
|
|
858
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
859
859
|
name: "tenant_id";
|
|
860
860
|
tableName: "apps";
|
|
861
861
|
dataType: "string";
|
|
@@ -874,7 +874,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
874
874
|
}, {}, {
|
|
875
875
|
length: 256;
|
|
876
876
|
}>;
|
|
877
|
-
projectId:
|
|
877
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
878
878
|
name: "project_id";
|
|
879
879
|
tableName: "apps";
|
|
880
880
|
dataType: "string";
|
|
@@ -893,7 +893,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
893
893
|
}, {}, {
|
|
894
894
|
length: 256;
|
|
895
895
|
}>;
|
|
896
|
-
name:
|
|
896
|
+
name: drizzle_orm_pg_core1820.PgColumn<{
|
|
897
897
|
name: "name";
|
|
898
898
|
tableName: "apps";
|
|
899
899
|
dataType: "string";
|
|
@@ -912,7 +912,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
912
912
|
}, {}, {
|
|
913
913
|
length: 256;
|
|
914
914
|
}>;
|
|
915
|
-
description:
|
|
915
|
+
description: drizzle_orm_pg_core1820.PgColumn<{
|
|
916
916
|
name: "description";
|
|
917
917
|
tableName: "apps";
|
|
918
918
|
dataType: "string";
|
|
@@ -929,7 +929,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
929
929
|
identity: undefined;
|
|
930
930
|
generated: undefined;
|
|
931
931
|
}, {}, {}>;
|
|
932
|
-
type:
|
|
932
|
+
type: drizzle_orm_pg_core1820.PgColumn<{
|
|
933
933
|
name: "type";
|
|
934
934
|
tableName: "apps";
|
|
935
935
|
dataType: "string";
|
|
@@ -949,7 +949,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
949
949
|
length: 64;
|
|
950
950
|
$type: AppType;
|
|
951
951
|
}>;
|
|
952
|
-
defaultProjectId:
|
|
952
|
+
defaultProjectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
953
953
|
name: "default_project_id";
|
|
954
954
|
tableName: "apps";
|
|
955
955
|
dataType: "string";
|
|
@@ -968,7 +968,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
968
968
|
}, {}, {
|
|
969
969
|
length: 256;
|
|
970
970
|
}>;
|
|
971
|
-
defaultAgentId:
|
|
971
|
+
defaultAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
972
972
|
name: "default_agent_id";
|
|
973
973
|
tableName: "apps";
|
|
974
974
|
dataType: "string";
|
|
@@ -987,7 +987,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
987
987
|
}, {}, {
|
|
988
988
|
length: 256;
|
|
989
989
|
}>;
|
|
990
|
-
prompt:
|
|
990
|
+
prompt: drizzle_orm_pg_core1820.PgColumn<{
|
|
991
991
|
name: "prompt";
|
|
992
992
|
tableName: "apps";
|
|
993
993
|
dataType: "string";
|
|
@@ -1004,7 +1004,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1004
1004
|
identity: undefined;
|
|
1005
1005
|
generated: undefined;
|
|
1006
1006
|
}, {}, {}>;
|
|
1007
|
-
enabled:
|
|
1007
|
+
enabled: drizzle_orm_pg_core1820.PgColumn<{
|
|
1008
1008
|
name: "enabled";
|
|
1009
1009
|
tableName: "apps";
|
|
1010
1010
|
dataType: "boolean";
|
|
@@ -1021,7 +1021,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1021
1021
|
identity: undefined;
|
|
1022
1022
|
generated: undefined;
|
|
1023
1023
|
}, {}, {}>;
|
|
1024
|
-
config:
|
|
1024
|
+
config: drizzle_orm_pg_core1820.PgColumn<{
|
|
1025
1025
|
name: "config";
|
|
1026
1026
|
tableName: "apps";
|
|
1027
1027
|
dataType: "json";
|
|
@@ -1056,7 +1056,7 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1056
1056
|
api: Record<string, never>;
|
|
1057
1057
|
};
|
|
1058
1058
|
}>;
|
|
1059
|
-
lastUsedAt:
|
|
1059
|
+
lastUsedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1060
1060
|
name: "last_used_at";
|
|
1061
1061
|
tableName: "apps";
|
|
1062
1062
|
dataType: "string";
|
|
@@ -1083,11 +1083,11 @@ declare const apps: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1083
1083
|
* Application code must enforce referential integrity for triggerId.
|
|
1084
1084
|
* Can optionally link to conversations when the trigger creates one.
|
|
1085
1085
|
*/
|
|
1086
|
-
declare const triggerInvocations:
|
|
1086
|
+
declare const triggerInvocations: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
1087
1087
|
name: "trigger_invocations";
|
|
1088
1088
|
schema: undefined;
|
|
1089
1089
|
columns: {
|
|
1090
|
-
triggerId:
|
|
1090
|
+
triggerId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1091
1091
|
name: "trigger_id";
|
|
1092
1092
|
tableName: "trigger_invocations";
|
|
1093
1093
|
dataType: "string";
|
|
@@ -1106,7 +1106,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1106
1106
|
}, {}, {
|
|
1107
1107
|
length: 256;
|
|
1108
1108
|
}>;
|
|
1109
|
-
conversationId:
|
|
1109
|
+
conversationId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1110
1110
|
name: "conversation_id";
|
|
1111
1111
|
tableName: "trigger_invocations";
|
|
1112
1112
|
dataType: "string";
|
|
@@ -1125,7 +1125,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1125
1125
|
}, {}, {
|
|
1126
1126
|
length: 256;
|
|
1127
1127
|
}>;
|
|
1128
|
-
ref:
|
|
1128
|
+
ref: drizzle_orm_pg_core1820.PgColumn<{
|
|
1129
1129
|
name: "ref";
|
|
1130
1130
|
tableName: "trigger_invocations";
|
|
1131
1131
|
dataType: "json";
|
|
@@ -1152,7 +1152,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1152
1152
|
hash: string;
|
|
1153
1153
|
};
|
|
1154
1154
|
}>;
|
|
1155
|
-
status:
|
|
1155
|
+
status: drizzle_orm_pg_core1820.PgColumn<{
|
|
1156
1156
|
name: "status";
|
|
1157
1157
|
tableName: "trigger_invocations";
|
|
1158
1158
|
dataType: "string";
|
|
@@ -1171,7 +1171,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1171
1171
|
}, {}, {
|
|
1172
1172
|
length: 20;
|
|
1173
1173
|
}>;
|
|
1174
|
-
requestPayload:
|
|
1174
|
+
requestPayload: drizzle_orm_pg_core1820.PgColumn<{
|
|
1175
1175
|
name: "request_payload";
|
|
1176
1176
|
tableName: "trigger_invocations";
|
|
1177
1177
|
dataType: "json";
|
|
@@ -1188,7 +1188,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1188
1188
|
identity: undefined;
|
|
1189
1189
|
generated: undefined;
|
|
1190
1190
|
}, {}, {}>;
|
|
1191
|
-
transformedPayload:
|
|
1191
|
+
transformedPayload: drizzle_orm_pg_core1820.PgColumn<{
|
|
1192
1192
|
name: "transformed_payload";
|
|
1193
1193
|
tableName: "trigger_invocations";
|
|
1194
1194
|
dataType: "json";
|
|
@@ -1205,7 +1205,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1205
1205
|
identity: undefined;
|
|
1206
1206
|
generated: undefined;
|
|
1207
1207
|
}, {}, {}>;
|
|
1208
|
-
errorMessage:
|
|
1208
|
+
errorMessage: drizzle_orm_pg_core1820.PgColumn<{
|
|
1209
1209
|
name: "error_message";
|
|
1210
1210
|
tableName: "trigger_invocations";
|
|
1211
1211
|
dataType: "string";
|
|
@@ -1222,7 +1222,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1222
1222
|
identity: undefined;
|
|
1223
1223
|
generated: undefined;
|
|
1224
1224
|
}, {}, {}>;
|
|
1225
|
-
createdAt:
|
|
1225
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1226
1226
|
name: "created_at";
|
|
1227
1227
|
tableName: "trigger_invocations";
|
|
1228
1228
|
dataType: "string";
|
|
@@ -1239,7 +1239,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1239
1239
|
identity: undefined;
|
|
1240
1240
|
generated: undefined;
|
|
1241
1241
|
}, {}, {}>;
|
|
1242
|
-
agentId:
|
|
1242
|
+
agentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1243
1243
|
name: "agent_id";
|
|
1244
1244
|
tableName: "trigger_invocations";
|
|
1245
1245
|
dataType: "string";
|
|
@@ -1258,7 +1258,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1258
1258
|
}, {}, {
|
|
1259
1259
|
length: 256;
|
|
1260
1260
|
}>;
|
|
1261
|
-
projectId:
|
|
1261
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1262
1262
|
name: "project_id";
|
|
1263
1263
|
tableName: "trigger_invocations";
|
|
1264
1264
|
dataType: "string";
|
|
@@ -1277,7 +1277,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1277
1277
|
}, {}, {
|
|
1278
1278
|
length: 256;
|
|
1279
1279
|
}>;
|
|
1280
|
-
tenantId:
|
|
1280
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1281
1281
|
name: "tenant_id";
|
|
1282
1282
|
tableName: "trigger_invocations";
|
|
1283
1283
|
dataType: "string";
|
|
@@ -1296,7 +1296,7 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1296
1296
|
}, {}, {
|
|
1297
1297
|
length: 256;
|
|
1298
1298
|
}>;
|
|
1299
|
-
id:
|
|
1299
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
1300
1300
|
name: "id";
|
|
1301
1301
|
tableName: "trigger_invocations";
|
|
1302
1302
|
dataType: "string";
|
|
@@ -1323,11 +1323,11 @@ declare const triggerInvocations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
1323
1323
|
* Enforces workspace -> tenant uniqueness and provides audit trail.
|
|
1324
1324
|
* Stores reference to Nango connection for token retrieval.
|
|
1325
1325
|
*/
|
|
1326
|
-
declare const workAppSlackWorkspaces:
|
|
1326
|
+
declare const workAppSlackWorkspaces: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
1327
1327
|
name: "work_app_slack_workspaces";
|
|
1328
1328
|
schema: undefined;
|
|
1329
1329
|
columns: {
|
|
1330
|
-
createdAt:
|
|
1330
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1331
1331
|
name: "created_at";
|
|
1332
1332
|
tableName: "work_app_slack_workspaces";
|
|
1333
1333
|
dataType: "string";
|
|
@@ -1344,7 +1344,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1344
1344
|
identity: undefined;
|
|
1345
1345
|
generated: undefined;
|
|
1346
1346
|
}, {}, {}>;
|
|
1347
|
-
updatedAt:
|
|
1347
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1348
1348
|
name: "updated_at";
|
|
1349
1349
|
tableName: "work_app_slack_workspaces";
|
|
1350
1350
|
dataType: "string";
|
|
@@ -1361,7 +1361,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1361
1361
|
identity: undefined;
|
|
1362
1362
|
generated: undefined;
|
|
1363
1363
|
}, {}, {}>;
|
|
1364
|
-
id:
|
|
1364
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
1365
1365
|
name: "id";
|
|
1366
1366
|
tableName: "work_app_slack_workspaces";
|
|
1367
1367
|
dataType: "string";
|
|
@@ -1380,7 +1380,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1380
1380
|
}, {}, {
|
|
1381
1381
|
length: 256;
|
|
1382
1382
|
}>;
|
|
1383
|
-
tenantId:
|
|
1383
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1384
1384
|
name: "tenant_id";
|
|
1385
1385
|
tableName: "work_app_slack_workspaces";
|
|
1386
1386
|
dataType: "string";
|
|
@@ -1399,7 +1399,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1399
1399
|
}, {}, {
|
|
1400
1400
|
length: 256;
|
|
1401
1401
|
}>;
|
|
1402
|
-
slackTeamId:
|
|
1402
|
+
slackTeamId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1403
1403
|
name: "slack_team_id";
|
|
1404
1404
|
tableName: "work_app_slack_workspaces";
|
|
1405
1405
|
dataType: "string";
|
|
@@ -1418,7 +1418,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1418
1418
|
}, {}, {
|
|
1419
1419
|
length: 256;
|
|
1420
1420
|
}>;
|
|
1421
|
-
slackEnterpriseId:
|
|
1421
|
+
slackEnterpriseId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1422
1422
|
name: "slack_enterprise_id";
|
|
1423
1423
|
tableName: "work_app_slack_workspaces";
|
|
1424
1424
|
dataType: "string";
|
|
@@ -1437,7 +1437,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1437
1437
|
}, {}, {
|
|
1438
1438
|
length: 256;
|
|
1439
1439
|
}>;
|
|
1440
|
-
slackAppId:
|
|
1440
|
+
slackAppId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1441
1441
|
name: "slack_app_id";
|
|
1442
1442
|
tableName: "work_app_slack_workspaces";
|
|
1443
1443
|
dataType: "string";
|
|
@@ -1456,7 +1456,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1456
1456
|
}, {}, {
|
|
1457
1457
|
length: 256;
|
|
1458
1458
|
}>;
|
|
1459
|
-
slackTeamName:
|
|
1459
|
+
slackTeamName: drizzle_orm_pg_core1820.PgColumn<{
|
|
1460
1460
|
name: "slack_team_name";
|
|
1461
1461
|
tableName: "work_app_slack_workspaces";
|
|
1462
1462
|
dataType: "string";
|
|
@@ -1475,7 +1475,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1475
1475
|
}, {}, {
|
|
1476
1476
|
length: 512;
|
|
1477
1477
|
}>;
|
|
1478
|
-
nangoProviderConfigKey:
|
|
1478
|
+
nangoProviderConfigKey: drizzle_orm_pg_core1820.PgColumn<{
|
|
1479
1479
|
name: "nango_provider_config_key";
|
|
1480
1480
|
tableName: "work_app_slack_workspaces";
|
|
1481
1481
|
dataType: "string";
|
|
@@ -1494,7 +1494,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1494
1494
|
}, {}, {
|
|
1495
1495
|
length: 256;
|
|
1496
1496
|
}>;
|
|
1497
|
-
nangoConnectionId:
|
|
1497
|
+
nangoConnectionId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1498
1498
|
name: "nango_connection_id";
|
|
1499
1499
|
tableName: "work_app_slack_workspaces";
|
|
1500
1500
|
dataType: "string";
|
|
@@ -1513,7 +1513,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1513
1513
|
}, {}, {
|
|
1514
1514
|
length: 256;
|
|
1515
1515
|
}>;
|
|
1516
|
-
status:
|
|
1516
|
+
status: drizzle_orm_pg_core1820.PgColumn<{
|
|
1517
1517
|
name: "status";
|
|
1518
1518
|
tableName: "work_app_slack_workspaces";
|
|
1519
1519
|
dataType: "string";
|
|
@@ -1532,7 +1532,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1532
1532
|
}, {}, {
|
|
1533
1533
|
length: 20;
|
|
1534
1534
|
}>;
|
|
1535
|
-
installedByUserId:
|
|
1535
|
+
installedByUserId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1536
1536
|
name: "installed_by_user_id";
|
|
1537
1537
|
tableName: "work_app_slack_workspaces";
|
|
1538
1538
|
dataType: "string";
|
|
@@ -1549,7 +1549,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1549
1549
|
identity: undefined;
|
|
1550
1550
|
generated: undefined;
|
|
1551
1551
|
}, {}, {}>;
|
|
1552
|
-
shouldAllowJoinFromWorkspace:
|
|
1552
|
+
shouldAllowJoinFromWorkspace: drizzle_orm_pg_core1820.PgColumn<{
|
|
1553
1553
|
name: "should_allow_join_from_workspace";
|
|
1554
1554
|
tableName: "work_app_slack_workspaces";
|
|
1555
1555
|
dataType: "boolean";
|
|
@@ -1566,7 +1566,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1566
1566
|
identity: undefined;
|
|
1567
1567
|
generated: undefined;
|
|
1568
1568
|
}, {}, {}>;
|
|
1569
|
-
defaultAgentId:
|
|
1569
|
+
defaultAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1570
1570
|
name: "default_agent_id";
|
|
1571
1571
|
tableName: "work_app_slack_workspaces";
|
|
1572
1572
|
dataType: "string";
|
|
@@ -1585,7 +1585,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1585
1585
|
}, {}, {
|
|
1586
1586
|
length: 256;
|
|
1587
1587
|
}>;
|
|
1588
|
-
defaultProjectId:
|
|
1588
|
+
defaultProjectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1589
1589
|
name: "default_project_id";
|
|
1590
1590
|
tableName: "work_app_slack_workspaces";
|
|
1591
1591
|
dataType: "string";
|
|
@@ -1604,7 +1604,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1604
1604
|
}, {}, {
|
|
1605
1605
|
length: 256;
|
|
1606
1606
|
}>;
|
|
1607
|
-
defaultGrantAccessToMembers:
|
|
1607
|
+
defaultGrantAccessToMembers: drizzle_orm_pg_core1820.PgColumn<{
|
|
1608
1608
|
name: "default_grant_access_to_members";
|
|
1609
1609
|
tableName: "work_app_slack_workspaces";
|
|
1610
1610
|
dataType: "boolean";
|
|
@@ -1629,11 +1629,11 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core576.PgTableWithColumns<
|
|
|
1629
1629
|
* Enables Slack users to trigger agents after linking their accounts.
|
|
1630
1630
|
* Unique per tenant + clientId + slackTeamId + slackUserId.
|
|
1631
1631
|
*/
|
|
1632
|
-
declare const workAppSlackUserMappings:
|
|
1632
|
+
declare const workAppSlackUserMappings: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
1633
1633
|
name: "work_app_slack_user_mappings";
|
|
1634
1634
|
schema: undefined;
|
|
1635
1635
|
columns: {
|
|
1636
|
-
createdAt:
|
|
1636
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1637
1637
|
name: "created_at";
|
|
1638
1638
|
tableName: "work_app_slack_user_mappings";
|
|
1639
1639
|
dataType: "string";
|
|
@@ -1650,7 +1650,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1650
1650
|
identity: undefined;
|
|
1651
1651
|
generated: undefined;
|
|
1652
1652
|
}, {}, {}>;
|
|
1653
|
-
updatedAt:
|
|
1653
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1654
1654
|
name: "updated_at";
|
|
1655
1655
|
tableName: "work_app_slack_user_mappings";
|
|
1656
1656
|
dataType: "string";
|
|
@@ -1667,7 +1667,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1667
1667
|
identity: undefined;
|
|
1668
1668
|
generated: undefined;
|
|
1669
1669
|
}, {}, {}>;
|
|
1670
|
-
id:
|
|
1670
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
1671
1671
|
name: "id";
|
|
1672
1672
|
tableName: "work_app_slack_user_mappings";
|
|
1673
1673
|
dataType: "string";
|
|
@@ -1686,7 +1686,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1686
1686
|
}, {}, {
|
|
1687
1687
|
length: 256;
|
|
1688
1688
|
}>;
|
|
1689
|
-
tenantId:
|
|
1689
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1690
1690
|
name: "tenant_id";
|
|
1691
1691
|
tableName: "work_app_slack_user_mappings";
|
|
1692
1692
|
dataType: "string";
|
|
@@ -1705,7 +1705,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1705
1705
|
}, {}, {
|
|
1706
1706
|
length: 256;
|
|
1707
1707
|
}>;
|
|
1708
|
-
clientId:
|
|
1708
|
+
clientId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1709
1709
|
name: "client_id";
|
|
1710
1710
|
tableName: "work_app_slack_user_mappings";
|
|
1711
1711
|
dataType: "string";
|
|
@@ -1724,7 +1724,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1724
1724
|
}, {}, {
|
|
1725
1725
|
length: 256;
|
|
1726
1726
|
}>;
|
|
1727
|
-
slackUserId:
|
|
1727
|
+
slackUserId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1728
1728
|
name: "slack_user_id";
|
|
1729
1729
|
tableName: "work_app_slack_user_mappings";
|
|
1730
1730
|
dataType: "string";
|
|
@@ -1743,7 +1743,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1743
1743
|
}, {}, {
|
|
1744
1744
|
length: 256;
|
|
1745
1745
|
}>;
|
|
1746
|
-
slackTeamId:
|
|
1746
|
+
slackTeamId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1747
1747
|
name: "slack_team_id";
|
|
1748
1748
|
tableName: "work_app_slack_user_mappings";
|
|
1749
1749
|
dataType: "string";
|
|
@@ -1762,7 +1762,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1762
1762
|
}, {}, {
|
|
1763
1763
|
length: 256;
|
|
1764
1764
|
}>;
|
|
1765
|
-
slackEnterpriseId:
|
|
1765
|
+
slackEnterpriseId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1766
1766
|
name: "slack_enterprise_id";
|
|
1767
1767
|
tableName: "work_app_slack_user_mappings";
|
|
1768
1768
|
dataType: "string";
|
|
@@ -1781,7 +1781,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1781
1781
|
}, {}, {
|
|
1782
1782
|
length: 256;
|
|
1783
1783
|
}>;
|
|
1784
|
-
inkeepUserId:
|
|
1784
|
+
inkeepUserId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1785
1785
|
name: "inkeep_user_id";
|
|
1786
1786
|
tableName: "work_app_slack_user_mappings";
|
|
1787
1787
|
dataType: "string";
|
|
@@ -1798,7 +1798,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1798
1798
|
identity: undefined;
|
|
1799
1799
|
generated: undefined;
|
|
1800
1800
|
}, {}, {}>;
|
|
1801
|
-
slackUsername:
|
|
1801
|
+
slackUsername: drizzle_orm_pg_core1820.PgColumn<{
|
|
1802
1802
|
name: "slack_username";
|
|
1803
1803
|
tableName: "work_app_slack_user_mappings";
|
|
1804
1804
|
dataType: "string";
|
|
@@ -1817,7 +1817,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1817
1817
|
}, {}, {
|
|
1818
1818
|
length: 256;
|
|
1819
1819
|
}>;
|
|
1820
|
-
slackEmail:
|
|
1820
|
+
slackEmail: drizzle_orm_pg_core1820.PgColumn<{
|
|
1821
1821
|
name: "slack_email";
|
|
1822
1822
|
tableName: "work_app_slack_user_mappings";
|
|
1823
1823
|
dataType: "string";
|
|
@@ -1836,7 +1836,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1836
1836
|
}, {}, {
|
|
1837
1837
|
length: 256;
|
|
1838
1838
|
}>;
|
|
1839
|
-
linkedAt:
|
|
1839
|
+
linkedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1840
1840
|
name: "linked_at";
|
|
1841
1841
|
tableName: "work_app_slack_user_mappings";
|
|
1842
1842
|
dataType: "string";
|
|
@@ -1853,7 +1853,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1853
1853
|
identity: undefined;
|
|
1854
1854
|
generated: undefined;
|
|
1855
1855
|
}, {}, {}>;
|
|
1856
|
-
lastUsedAt:
|
|
1856
|
+
lastUsedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1857
1857
|
name: "last_used_at";
|
|
1858
1858
|
tableName: "work_app_slack_user_mappings";
|
|
1859
1859
|
dataType: "string";
|
|
@@ -1878,11 +1878,11 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core576.PgTableWithColumn
|
|
|
1878
1878
|
* Allows admins to set channel-specific agent defaults that override workspace defaults.
|
|
1879
1879
|
* Unique per tenant + slackTeamId + slackChannelId.
|
|
1880
1880
|
*/
|
|
1881
|
-
declare const workAppSlackChannelAgentConfigs:
|
|
1881
|
+
declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
1882
1882
|
name: "work_app_slack_channel_agent_configs";
|
|
1883
1883
|
schema: undefined;
|
|
1884
1884
|
columns: {
|
|
1885
|
-
createdAt:
|
|
1885
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1886
1886
|
name: "created_at";
|
|
1887
1887
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1888
1888
|
dataType: "string";
|
|
@@ -1899,7 +1899,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
1899
1899
|
identity: undefined;
|
|
1900
1900
|
generated: undefined;
|
|
1901
1901
|
}, {}, {}>;
|
|
1902
|
-
updatedAt:
|
|
1902
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
1903
1903
|
name: "updated_at";
|
|
1904
1904
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1905
1905
|
dataType: "string";
|
|
@@ -1916,7 +1916,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
1916
1916
|
identity: undefined;
|
|
1917
1917
|
generated: undefined;
|
|
1918
1918
|
}, {}, {}>;
|
|
1919
|
-
id:
|
|
1919
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
1920
1920
|
name: "id";
|
|
1921
1921
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1922
1922
|
dataType: "string";
|
|
@@ -1935,7 +1935,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
1935
1935
|
}, {}, {
|
|
1936
1936
|
length: 256;
|
|
1937
1937
|
}>;
|
|
1938
|
-
tenantId:
|
|
1938
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1939
1939
|
name: "tenant_id";
|
|
1940
1940
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1941
1941
|
dataType: "string";
|
|
@@ -1954,7 +1954,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
1954
1954
|
}, {}, {
|
|
1955
1955
|
length: 256;
|
|
1956
1956
|
}>;
|
|
1957
|
-
slackTeamId:
|
|
1957
|
+
slackTeamId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1958
1958
|
name: "slack_team_id";
|
|
1959
1959
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1960
1960
|
dataType: "string";
|
|
@@ -1973,7 +1973,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
1973
1973
|
}, {}, {
|
|
1974
1974
|
length: 256;
|
|
1975
1975
|
}>;
|
|
1976
|
-
slackChannelId:
|
|
1976
|
+
slackChannelId: drizzle_orm_pg_core1820.PgColumn<{
|
|
1977
1977
|
name: "slack_channel_id";
|
|
1978
1978
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1979
1979
|
dataType: "string";
|
|
@@ -1992,7 +1992,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
1992
1992
|
}, {}, {
|
|
1993
1993
|
length: 256;
|
|
1994
1994
|
}>;
|
|
1995
|
-
slackChannelName:
|
|
1995
|
+
slackChannelName: drizzle_orm_pg_core1820.PgColumn<{
|
|
1996
1996
|
name: "slack_channel_name";
|
|
1997
1997
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1998
1998
|
dataType: "string";
|
|
@@ -2011,7 +2011,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
2011
2011
|
}, {}, {
|
|
2012
2012
|
length: 256;
|
|
2013
2013
|
}>;
|
|
2014
|
-
slackChannelType:
|
|
2014
|
+
slackChannelType: drizzle_orm_pg_core1820.PgColumn<{
|
|
2015
2015
|
name: "slack_channel_type";
|
|
2016
2016
|
tableName: "work_app_slack_channel_agent_configs";
|
|
2017
2017
|
dataType: "string";
|
|
@@ -2030,7 +2030,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
2030
2030
|
}, {}, {
|
|
2031
2031
|
length: 50;
|
|
2032
2032
|
}>;
|
|
2033
|
-
projectId:
|
|
2033
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2034
2034
|
name: "project_id";
|
|
2035
2035
|
tableName: "work_app_slack_channel_agent_configs";
|
|
2036
2036
|
dataType: "string";
|
|
@@ -2049,7 +2049,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
2049
2049
|
}, {}, {
|
|
2050
2050
|
length: 256;
|
|
2051
2051
|
}>;
|
|
2052
|
-
agentId:
|
|
2052
|
+
agentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2053
2053
|
name: "agent_id";
|
|
2054
2054
|
tableName: "work_app_slack_channel_agent_configs";
|
|
2055
2055
|
dataType: "string";
|
|
@@ -2068,7 +2068,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
2068
2068
|
}, {}, {
|
|
2069
2069
|
length: 256;
|
|
2070
2070
|
}>;
|
|
2071
|
-
configuredByUserId:
|
|
2071
|
+
configuredByUserId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2072
2072
|
name: "configured_by_user_id";
|
|
2073
2073
|
tableName: "work_app_slack_channel_agent_configs";
|
|
2074
2074
|
dataType: "string";
|
|
@@ -2085,7 +2085,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
2085
2085
|
identity: undefined;
|
|
2086
2086
|
generated: undefined;
|
|
2087
2087
|
}, {}, {}>;
|
|
2088
|
-
enabled:
|
|
2088
|
+
enabled: drizzle_orm_pg_core1820.PgColumn<{
|
|
2089
2089
|
name: "enabled";
|
|
2090
2090
|
tableName: "work_app_slack_channel_agent_configs";
|
|
2091
2091
|
dataType: "boolean";
|
|
@@ -2102,7 +2102,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
2102
2102
|
identity: undefined;
|
|
2103
2103
|
generated: undefined;
|
|
2104
2104
|
}, {}, {}>;
|
|
2105
|
-
grantAccessToMembers:
|
|
2105
|
+
grantAccessToMembers: drizzle_orm_pg_core1820.PgColumn<{
|
|
2106
2106
|
name: "grant_access_to_members";
|
|
2107
2107
|
tableName: "work_app_slack_channel_agent_configs";
|
|
2108
2108
|
dataType: "boolean";
|
|
@@ -2126,11 +2126,11 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core576.PgTableWit
|
|
|
2126
2126
|
* Scheduled trigger invocations - records each execution of a scheduled trigger.
|
|
2127
2127
|
* NOTE: No FK to scheduled_triggers table since it's in a different database (DoltGres).
|
|
2128
2128
|
*/
|
|
2129
|
-
declare const scheduledTriggerInvocations:
|
|
2129
|
+
declare const scheduledTriggerInvocations: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
2130
2130
|
name: "scheduled_trigger_invocations";
|
|
2131
2131
|
schema: undefined;
|
|
2132
2132
|
columns: {
|
|
2133
|
-
scheduledTriggerId:
|
|
2133
|
+
scheduledTriggerId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2134
2134
|
name: "scheduled_trigger_id";
|
|
2135
2135
|
tableName: "scheduled_trigger_invocations";
|
|
2136
2136
|
dataType: "string";
|
|
@@ -2149,7 +2149,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2149
2149
|
}, {}, {
|
|
2150
2150
|
length: 256;
|
|
2151
2151
|
}>;
|
|
2152
|
-
ref:
|
|
2152
|
+
ref: drizzle_orm_pg_core1820.PgColumn<{
|
|
2153
2153
|
name: "ref";
|
|
2154
2154
|
tableName: "scheduled_trigger_invocations";
|
|
2155
2155
|
dataType: "json";
|
|
@@ -2176,7 +2176,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2176
2176
|
hash: string;
|
|
2177
2177
|
};
|
|
2178
2178
|
}>;
|
|
2179
|
-
status:
|
|
2179
|
+
status: drizzle_orm_pg_core1820.PgColumn<{
|
|
2180
2180
|
name: "status";
|
|
2181
2181
|
tableName: "scheduled_trigger_invocations";
|
|
2182
2182
|
dataType: "string";
|
|
@@ -2196,7 +2196,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2196
2196
|
length: 50;
|
|
2197
2197
|
$type: "pending" | "running" | "completed" | "failed" | "cancelled";
|
|
2198
2198
|
}>;
|
|
2199
|
-
scheduledFor:
|
|
2199
|
+
scheduledFor: drizzle_orm_pg_core1820.PgColumn<{
|
|
2200
2200
|
name: "scheduled_for";
|
|
2201
2201
|
tableName: "scheduled_trigger_invocations";
|
|
2202
2202
|
dataType: "string";
|
|
@@ -2213,7 +2213,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2213
2213
|
identity: undefined;
|
|
2214
2214
|
generated: undefined;
|
|
2215
2215
|
}, {}, {}>;
|
|
2216
|
-
startedAt:
|
|
2216
|
+
startedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
2217
2217
|
name: "started_at";
|
|
2218
2218
|
tableName: "scheduled_trigger_invocations";
|
|
2219
2219
|
dataType: "string";
|
|
@@ -2230,7 +2230,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2230
2230
|
identity: undefined;
|
|
2231
2231
|
generated: undefined;
|
|
2232
2232
|
}, {}, {}>;
|
|
2233
|
-
completedAt:
|
|
2233
|
+
completedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
2234
2234
|
name: "completed_at";
|
|
2235
2235
|
tableName: "scheduled_trigger_invocations";
|
|
2236
2236
|
dataType: "string";
|
|
@@ -2247,7 +2247,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2247
2247
|
identity: undefined;
|
|
2248
2248
|
generated: undefined;
|
|
2249
2249
|
}, {}, {}>;
|
|
2250
|
-
resolvedPayload:
|
|
2250
|
+
resolvedPayload: drizzle_orm_pg_core1820.PgColumn<{
|
|
2251
2251
|
name: "resolved_payload";
|
|
2252
2252
|
tableName: "scheduled_trigger_invocations";
|
|
2253
2253
|
dataType: "json";
|
|
@@ -2266,7 +2266,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2266
2266
|
}, {}, {
|
|
2267
2267
|
$type: Record<string, unknown> | null;
|
|
2268
2268
|
}>;
|
|
2269
|
-
conversationIds:
|
|
2269
|
+
conversationIds: drizzle_orm_pg_core1820.PgColumn<{
|
|
2270
2270
|
name: "conversation_ids";
|
|
2271
2271
|
tableName: "scheduled_trigger_invocations";
|
|
2272
2272
|
dataType: "json";
|
|
@@ -2285,7 +2285,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2285
2285
|
}, {}, {
|
|
2286
2286
|
$type: string[];
|
|
2287
2287
|
}>;
|
|
2288
|
-
attemptNumber:
|
|
2288
|
+
attemptNumber: drizzle_orm_pg_core1820.PgColumn<{
|
|
2289
2289
|
name: "attempt_number";
|
|
2290
2290
|
tableName: "scheduled_trigger_invocations";
|
|
2291
2291
|
dataType: "number";
|
|
@@ -2302,7 +2302,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2302
2302
|
identity: undefined;
|
|
2303
2303
|
generated: undefined;
|
|
2304
2304
|
}, {}, {}>;
|
|
2305
|
-
idempotencyKey:
|
|
2305
|
+
idempotencyKey: drizzle_orm_pg_core1820.PgColumn<{
|
|
2306
2306
|
name: "idempotency_key";
|
|
2307
2307
|
tableName: "scheduled_trigger_invocations";
|
|
2308
2308
|
dataType: "string";
|
|
@@ -2321,7 +2321,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2321
2321
|
}, {}, {
|
|
2322
2322
|
length: 256;
|
|
2323
2323
|
}>;
|
|
2324
|
-
createdAt:
|
|
2324
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
2325
2325
|
name: "created_at";
|
|
2326
2326
|
tableName: "scheduled_trigger_invocations";
|
|
2327
2327
|
dataType: "string";
|
|
@@ -2338,7 +2338,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2338
2338
|
identity: undefined;
|
|
2339
2339
|
generated: undefined;
|
|
2340
2340
|
}, {}, {}>;
|
|
2341
|
-
agentId:
|
|
2341
|
+
agentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2342
2342
|
name: "agent_id";
|
|
2343
2343
|
tableName: "scheduled_trigger_invocations";
|
|
2344
2344
|
dataType: "string";
|
|
@@ -2357,7 +2357,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2357
2357
|
}, {}, {
|
|
2358
2358
|
length: 256;
|
|
2359
2359
|
}>;
|
|
2360
|
-
projectId:
|
|
2360
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2361
2361
|
name: "project_id";
|
|
2362
2362
|
tableName: "scheduled_trigger_invocations";
|
|
2363
2363
|
dataType: "string";
|
|
@@ -2376,7 +2376,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2376
2376
|
}, {}, {
|
|
2377
2377
|
length: 256;
|
|
2378
2378
|
}>;
|
|
2379
|
-
tenantId:
|
|
2379
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2380
2380
|
name: "tenant_id";
|
|
2381
2381
|
tableName: "scheduled_trigger_invocations";
|
|
2382
2382
|
dataType: "string";
|
|
@@ -2395,7 +2395,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2395
2395
|
}, {}, {
|
|
2396
2396
|
length: 256;
|
|
2397
2397
|
}>;
|
|
2398
|
-
id:
|
|
2398
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
2399
2399
|
name: "id";
|
|
2400
2400
|
tableName: "scheduled_trigger_invocations";
|
|
2401
2401
|
dataType: "string";
|
|
@@ -2417,11 +2417,11 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core576.PgTableWithCol
|
|
|
2417
2417
|
};
|
|
2418
2418
|
dialect: "pg";
|
|
2419
2419
|
}>;
|
|
2420
|
-
declare const messages:
|
|
2420
|
+
declare const messages: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
2421
2421
|
name: "messages";
|
|
2422
2422
|
schema: undefined;
|
|
2423
2423
|
columns: {
|
|
2424
|
-
createdAt:
|
|
2424
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
2425
2425
|
name: "created_at";
|
|
2426
2426
|
tableName: "messages";
|
|
2427
2427
|
dataType: "string";
|
|
@@ -2438,7 +2438,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2438
2438
|
identity: undefined;
|
|
2439
2439
|
generated: undefined;
|
|
2440
2440
|
}, {}, {}>;
|
|
2441
|
-
updatedAt:
|
|
2441
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
2442
2442
|
name: "updated_at";
|
|
2443
2443
|
tableName: "messages";
|
|
2444
2444
|
dataType: "string";
|
|
@@ -2455,7 +2455,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2455
2455
|
identity: undefined;
|
|
2456
2456
|
generated: undefined;
|
|
2457
2457
|
}, {}, {}>;
|
|
2458
|
-
conversationId:
|
|
2458
|
+
conversationId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2459
2459
|
name: "conversation_id";
|
|
2460
2460
|
tableName: "messages";
|
|
2461
2461
|
dataType: "string";
|
|
@@ -2474,7 +2474,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2474
2474
|
}, {}, {
|
|
2475
2475
|
length: 256;
|
|
2476
2476
|
}>;
|
|
2477
|
-
role:
|
|
2477
|
+
role: drizzle_orm_pg_core1820.PgColumn<{
|
|
2478
2478
|
name: "role";
|
|
2479
2479
|
tableName: "messages";
|
|
2480
2480
|
dataType: "string";
|
|
@@ -2493,7 +2493,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2493
2493
|
}, {}, {
|
|
2494
2494
|
length: 256;
|
|
2495
2495
|
}>;
|
|
2496
|
-
fromSubAgentId:
|
|
2496
|
+
fromSubAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2497
2497
|
name: "from_sub_agent_id";
|
|
2498
2498
|
tableName: "messages";
|
|
2499
2499
|
dataType: "string";
|
|
@@ -2512,7 +2512,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2512
2512
|
}, {}, {
|
|
2513
2513
|
length: 256;
|
|
2514
2514
|
}>;
|
|
2515
|
-
toSubAgentId:
|
|
2515
|
+
toSubAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2516
2516
|
name: "to_sub_agent_id";
|
|
2517
2517
|
tableName: "messages";
|
|
2518
2518
|
dataType: "string";
|
|
@@ -2531,7 +2531,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2531
2531
|
}, {}, {
|
|
2532
2532
|
length: 256;
|
|
2533
2533
|
}>;
|
|
2534
|
-
fromExternalAgentId:
|
|
2534
|
+
fromExternalAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2535
2535
|
name: "from_external_sub_agent_id";
|
|
2536
2536
|
tableName: "messages";
|
|
2537
2537
|
dataType: "string";
|
|
@@ -2550,7 +2550,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2550
2550
|
}, {}, {
|
|
2551
2551
|
length: 256;
|
|
2552
2552
|
}>;
|
|
2553
|
-
toExternalAgentId:
|
|
2553
|
+
toExternalAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2554
2554
|
name: "to_external_sub_agent_id";
|
|
2555
2555
|
tableName: "messages";
|
|
2556
2556
|
dataType: "string";
|
|
@@ -2569,7 +2569,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2569
2569
|
}, {}, {
|
|
2570
2570
|
length: 256;
|
|
2571
2571
|
}>;
|
|
2572
|
-
fromTeamAgentId:
|
|
2572
|
+
fromTeamAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2573
2573
|
name: "from_team_agent_id";
|
|
2574
2574
|
tableName: "messages";
|
|
2575
2575
|
dataType: "string";
|
|
@@ -2588,7 +2588,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2588
2588
|
}, {}, {
|
|
2589
2589
|
length: 256;
|
|
2590
2590
|
}>;
|
|
2591
|
-
toTeamAgentId:
|
|
2591
|
+
toTeamAgentId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2592
2592
|
name: "to_team_agent_id";
|
|
2593
2593
|
tableName: "messages";
|
|
2594
2594
|
dataType: "string";
|
|
@@ -2607,7 +2607,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2607
2607
|
}, {}, {
|
|
2608
2608
|
length: 256;
|
|
2609
2609
|
}>;
|
|
2610
|
-
content:
|
|
2610
|
+
content: drizzle_orm_pg_core1820.PgColumn<{
|
|
2611
2611
|
name: "content";
|
|
2612
2612
|
tableName: "messages";
|
|
2613
2613
|
dataType: "json";
|
|
@@ -2626,7 +2626,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2626
2626
|
}, {}, {
|
|
2627
2627
|
$type: MessageContent;
|
|
2628
2628
|
}>;
|
|
2629
|
-
visibility:
|
|
2629
|
+
visibility: drizzle_orm_pg_core1820.PgColumn<{
|
|
2630
2630
|
name: "visibility";
|
|
2631
2631
|
tableName: "messages";
|
|
2632
2632
|
dataType: "string";
|
|
@@ -2645,7 +2645,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2645
2645
|
}, {}, {
|
|
2646
2646
|
length: 256;
|
|
2647
2647
|
}>;
|
|
2648
|
-
messageType:
|
|
2648
|
+
messageType: drizzle_orm_pg_core1820.PgColumn<{
|
|
2649
2649
|
name: "message_type";
|
|
2650
2650
|
tableName: "messages";
|
|
2651
2651
|
dataType: "string";
|
|
@@ -2664,7 +2664,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2664
2664
|
}, {}, {
|
|
2665
2665
|
length: 256;
|
|
2666
2666
|
}>;
|
|
2667
|
-
taskId:
|
|
2667
|
+
taskId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2668
2668
|
name: "task_id";
|
|
2669
2669
|
tableName: "messages";
|
|
2670
2670
|
dataType: "string";
|
|
@@ -2683,7 +2683,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2683
2683
|
}, {}, {
|
|
2684
2684
|
length: 256;
|
|
2685
2685
|
}>;
|
|
2686
|
-
parentMessageId:
|
|
2686
|
+
parentMessageId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2687
2687
|
name: "parent_message_id";
|
|
2688
2688
|
tableName: "messages";
|
|
2689
2689
|
dataType: "string";
|
|
@@ -2702,7 +2702,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2702
2702
|
}, {}, {
|
|
2703
2703
|
length: 256;
|
|
2704
2704
|
}>;
|
|
2705
|
-
a2aTaskId:
|
|
2705
|
+
a2aTaskId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2706
2706
|
name: "a2a_task_id";
|
|
2707
2707
|
tableName: "messages";
|
|
2708
2708
|
dataType: "string";
|
|
@@ -2721,7 +2721,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2721
2721
|
}, {}, {
|
|
2722
2722
|
length: 256;
|
|
2723
2723
|
}>;
|
|
2724
|
-
a2aSessionId:
|
|
2724
|
+
a2aSessionId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2725
2725
|
name: "a2a_session_id";
|
|
2726
2726
|
tableName: "messages";
|
|
2727
2727
|
dataType: "string";
|
|
@@ -2740,7 +2740,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2740
2740
|
}, {}, {
|
|
2741
2741
|
length: 256;
|
|
2742
2742
|
}>;
|
|
2743
|
-
metadata:
|
|
2743
|
+
metadata: drizzle_orm_pg_core1820.PgColumn<{
|
|
2744
2744
|
name: "metadata";
|
|
2745
2745
|
tableName: "messages";
|
|
2746
2746
|
dataType: "json";
|
|
@@ -2759,7 +2759,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2759
2759
|
}, {}, {
|
|
2760
2760
|
$type: MessageMetadata;
|
|
2761
2761
|
}>;
|
|
2762
|
-
projectId:
|
|
2762
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2763
2763
|
name: "project_id";
|
|
2764
2764
|
tableName: "messages";
|
|
2765
2765
|
dataType: "string";
|
|
@@ -2778,7 +2778,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2778
2778
|
}, {}, {
|
|
2779
2779
|
length: 256;
|
|
2780
2780
|
}>;
|
|
2781
|
-
tenantId:
|
|
2781
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2782
2782
|
name: "tenant_id";
|
|
2783
2783
|
tableName: "messages";
|
|
2784
2784
|
dataType: "string";
|
|
@@ -2797,7 +2797,7 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2797
2797
|
}, {}, {
|
|
2798
2798
|
length: 256;
|
|
2799
2799
|
}>;
|
|
2800
|
-
id:
|
|
2800
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
2801
2801
|
name: "id";
|
|
2802
2802
|
tableName: "messages";
|
|
2803
2803
|
dataType: "string";
|
|
@@ -2819,11 +2819,11 @@ declare const messages: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2819
2819
|
};
|
|
2820
2820
|
dialect: "pg";
|
|
2821
2821
|
}>;
|
|
2822
|
-
declare const taskRelations:
|
|
2822
|
+
declare const taskRelations: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
2823
2823
|
name: "task_relations";
|
|
2824
2824
|
schema: undefined;
|
|
2825
2825
|
columns: {
|
|
2826
|
-
createdAt:
|
|
2826
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
2827
2827
|
name: "created_at";
|
|
2828
2828
|
tableName: "task_relations";
|
|
2829
2829
|
dataType: "string";
|
|
@@ -2840,7 +2840,7 @@ declare const taskRelations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2840
2840
|
identity: undefined;
|
|
2841
2841
|
generated: undefined;
|
|
2842
2842
|
}, {}, {}>;
|
|
2843
|
-
updatedAt:
|
|
2843
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
2844
2844
|
name: "updated_at";
|
|
2845
2845
|
tableName: "task_relations";
|
|
2846
2846
|
dataType: "string";
|
|
@@ -2857,7 +2857,7 @@ declare const taskRelations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2857
2857
|
identity: undefined;
|
|
2858
2858
|
generated: undefined;
|
|
2859
2859
|
}, {}, {}>;
|
|
2860
|
-
parentTaskId:
|
|
2860
|
+
parentTaskId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2861
2861
|
name: "parent_task_id";
|
|
2862
2862
|
tableName: "task_relations";
|
|
2863
2863
|
dataType: "string";
|
|
@@ -2876,7 +2876,7 @@ declare const taskRelations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2876
2876
|
}, {}, {
|
|
2877
2877
|
length: 256;
|
|
2878
2878
|
}>;
|
|
2879
|
-
childTaskId:
|
|
2879
|
+
childTaskId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2880
2880
|
name: "child_task_id";
|
|
2881
2881
|
tableName: "task_relations";
|
|
2882
2882
|
dataType: "string";
|
|
@@ -2895,7 +2895,7 @@ declare const taskRelations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2895
2895
|
}, {}, {
|
|
2896
2896
|
length: 256;
|
|
2897
2897
|
}>;
|
|
2898
|
-
relationType:
|
|
2898
|
+
relationType: drizzle_orm_pg_core1820.PgColumn<{
|
|
2899
2899
|
name: "relation_type";
|
|
2900
2900
|
tableName: "task_relations";
|
|
2901
2901
|
dataType: "string";
|
|
@@ -2914,7 +2914,7 @@ declare const taskRelations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2914
2914
|
}, {}, {
|
|
2915
2915
|
length: 256;
|
|
2916
2916
|
}>;
|
|
2917
|
-
projectId:
|
|
2917
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2918
2918
|
name: "project_id";
|
|
2919
2919
|
tableName: "task_relations";
|
|
2920
2920
|
dataType: "string";
|
|
@@ -2933,7 +2933,7 @@ declare const taskRelations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2933
2933
|
}, {}, {
|
|
2934
2934
|
length: 256;
|
|
2935
2935
|
}>;
|
|
2936
|
-
tenantId:
|
|
2936
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
2937
2937
|
name: "tenant_id";
|
|
2938
2938
|
tableName: "task_relations";
|
|
2939
2939
|
dataType: "string";
|
|
@@ -2952,7 +2952,7 @@ declare const taskRelations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2952
2952
|
}, {}, {
|
|
2953
2953
|
length: 256;
|
|
2954
2954
|
}>;
|
|
2955
|
-
id:
|
|
2955
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
2956
2956
|
name: "id";
|
|
2957
2957
|
tableName: "task_relations";
|
|
2958
2958
|
dataType: "string";
|
|
@@ -2974,11 +2974,11 @@ declare const taskRelations: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2974
2974
|
};
|
|
2975
2975
|
dialect: "pg";
|
|
2976
2976
|
}>;
|
|
2977
|
-
declare const ledgerArtifacts:
|
|
2977
|
+
declare const ledgerArtifacts: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
2978
2978
|
name: "ledger_artifacts";
|
|
2979
2979
|
schema: undefined;
|
|
2980
2980
|
columns: {
|
|
2981
|
-
createdAt:
|
|
2981
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
2982
2982
|
name: "created_at";
|
|
2983
2983
|
tableName: "ledger_artifacts";
|
|
2984
2984
|
dataType: "string";
|
|
@@ -2995,7 +2995,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
2995
2995
|
identity: undefined;
|
|
2996
2996
|
generated: undefined;
|
|
2997
2997
|
}, {}, {}>;
|
|
2998
|
-
updatedAt:
|
|
2998
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
2999
2999
|
name: "updated_at";
|
|
3000
3000
|
tableName: "ledger_artifacts";
|
|
3001
3001
|
dataType: "string";
|
|
@@ -3012,7 +3012,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3012
3012
|
identity: undefined;
|
|
3013
3013
|
generated: undefined;
|
|
3014
3014
|
}, {}, {}>;
|
|
3015
|
-
taskId:
|
|
3015
|
+
taskId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3016
3016
|
name: "task_id";
|
|
3017
3017
|
tableName: "ledger_artifacts";
|
|
3018
3018
|
dataType: "string";
|
|
@@ -3031,7 +3031,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3031
3031
|
}, {}, {
|
|
3032
3032
|
length: 256;
|
|
3033
3033
|
}>;
|
|
3034
|
-
toolCallId:
|
|
3034
|
+
toolCallId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3035
3035
|
name: "tool_call_id";
|
|
3036
3036
|
tableName: "ledger_artifacts";
|
|
3037
3037
|
dataType: "string";
|
|
@@ -3050,7 +3050,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3050
3050
|
}, {}, {
|
|
3051
3051
|
length: 256;
|
|
3052
3052
|
}>;
|
|
3053
|
-
contextId:
|
|
3053
|
+
contextId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3054
3054
|
name: "context_id";
|
|
3055
3055
|
tableName: "ledger_artifacts";
|
|
3056
3056
|
dataType: "string";
|
|
@@ -3069,7 +3069,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3069
3069
|
}, {}, {
|
|
3070
3070
|
length: 256;
|
|
3071
3071
|
}>;
|
|
3072
|
-
type:
|
|
3072
|
+
type: drizzle_orm_pg_core1820.PgColumn<{
|
|
3073
3073
|
name: "type";
|
|
3074
3074
|
tableName: "ledger_artifacts";
|
|
3075
3075
|
dataType: "string";
|
|
@@ -3088,7 +3088,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3088
3088
|
}, {}, {
|
|
3089
3089
|
length: 256;
|
|
3090
3090
|
}>;
|
|
3091
|
-
name:
|
|
3091
|
+
name: drizzle_orm_pg_core1820.PgColumn<{
|
|
3092
3092
|
name: "name";
|
|
3093
3093
|
tableName: "ledger_artifacts";
|
|
3094
3094
|
dataType: "string";
|
|
@@ -3107,7 +3107,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3107
3107
|
}, {}, {
|
|
3108
3108
|
length: 256;
|
|
3109
3109
|
}>;
|
|
3110
|
-
description:
|
|
3110
|
+
description: drizzle_orm_pg_core1820.PgColumn<{
|
|
3111
3111
|
name: "description";
|
|
3112
3112
|
tableName: "ledger_artifacts";
|
|
3113
3113
|
dataType: "string";
|
|
@@ -3124,7 +3124,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3124
3124
|
identity: undefined;
|
|
3125
3125
|
generated: undefined;
|
|
3126
3126
|
}, {}, {}>;
|
|
3127
|
-
parts:
|
|
3127
|
+
parts: drizzle_orm_pg_core1820.PgColumn<{
|
|
3128
3128
|
name: "parts";
|
|
3129
3129
|
tableName: "ledger_artifacts";
|
|
3130
3130
|
dataType: "json";
|
|
@@ -3143,7 +3143,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3143
3143
|
}, {}, {
|
|
3144
3144
|
$type: Part[] | null;
|
|
3145
3145
|
}>;
|
|
3146
|
-
metadata:
|
|
3146
|
+
metadata: drizzle_orm_pg_core1820.PgColumn<{
|
|
3147
3147
|
name: "metadata";
|
|
3148
3148
|
tableName: "ledger_artifacts";
|
|
3149
3149
|
dataType: "json";
|
|
@@ -3162,7 +3162,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3162
3162
|
}, {}, {
|
|
3163
3163
|
$type: Record<string, unknown> | null;
|
|
3164
3164
|
}>;
|
|
3165
|
-
summary:
|
|
3165
|
+
summary: drizzle_orm_pg_core1820.PgColumn<{
|
|
3166
3166
|
name: "summary";
|
|
3167
3167
|
tableName: "ledger_artifacts";
|
|
3168
3168
|
dataType: "string";
|
|
@@ -3179,7 +3179,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3179
3179
|
identity: undefined;
|
|
3180
3180
|
generated: undefined;
|
|
3181
3181
|
}, {}, {}>;
|
|
3182
|
-
mime:
|
|
3182
|
+
mime: drizzle_orm_pg_core1820.PgColumn<{
|
|
3183
3183
|
name: "mime";
|
|
3184
3184
|
tableName: "ledger_artifacts";
|
|
3185
3185
|
dataType: "json";
|
|
@@ -3198,7 +3198,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3198
3198
|
}, {}, {
|
|
3199
3199
|
$type: string[] | null;
|
|
3200
3200
|
}>;
|
|
3201
|
-
visibility:
|
|
3201
|
+
visibility: drizzle_orm_pg_core1820.PgColumn<{
|
|
3202
3202
|
name: "visibility";
|
|
3203
3203
|
tableName: "ledger_artifacts";
|
|
3204
3204
|
dataType: "string";
|
|
@@ -3217,7 +3217,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3217
3217
|
}, {}, {
|
|
3218
3218
|
length: 256;
|
|
3219
3219
|
}>;
|
|
3220
|
-
allowedAgents:
|
|
3220
|
+
allowedAgents: drizzle_orm_pg_core1820.PgColumn<{
|
|
3221
3221
|
name: "allowed_agents";
|
|
3222
3222
|
tableName: "ledger_artifacts";
|
|
3223
3223
|
dataType: "json";
|
|
@@ -3236,7 +3236,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3236
3236
|
}, {}, {
|
|
3237
3237
|
$type: string[] | null;
|
|
3238
3238
|
}>;
|
|
3239
|
-
derivedFrom:
|
|
3239
|
+
derivedFrom: drizzle_orm_pg_core1820.PgColumn<{
|
|
3240
3240
|
name: "derived_from";
|
|
3241
3241
|
tableName: "ledger_artifacts";
|
|
3242
3242
|
dataType: "string";
|
|
@@ -3255,7 +3255,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3255
3255
|
}, {}, {
|
|
3256
3256
|
length: 256;
|
|
3257
3257
|
}>;
|
|
3258
|
-
projectId:
|
|
3258
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3259
3259
|
name: "project_id";
|
|
3260
3260
|
tableName: "ledger_artifacts";
|
|
3261
3261
|
dataType: "string";
|
|
@@ -3274,7 +3274,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3274
3274
|
}, {}, {
|
|
3275
3275
|
length: 256;
|
|
3276
3276
|
}>;
|
|
3277
|
-
tenantId:
|
|
3277
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3278
3278
|
name: "tenant_id";
|
|
3279
3279
|
tableName: "ledger_artifacts";
|
|
3280
3280
|
dataType: "string";
|
|
@@ -3293,7 +3293,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3293
3293
|
}, {}, {
|
|
3294
3294
|
length: 256;
|
|
3295
3295
|
}>;
|
|
3296
|
-
id:
|
|
3296
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
3297
3297
|
name: "id";
|
|
3298
3298
|
tableName: "ledger_artifacts";
|
|
3299
3299
|
dataType: "string";
|
|
@@ -3315,11 +3315,11 @@ declare const ledgerArtifacts: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3315
3315
|
};
|
|
3316
3316
|
dialect: "pg";
|
|
3317
3317
|
}>;
|
|
3318
|
-
declare const contextCache:
|
|
3318
|
+
declare const contextCache: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
3319
3319
|
name: "context_cache";
|
|
3320
3320
|
schema: undefined;
|
|
3321
3321
|
columns: {
|
|
3322
|
-
createdAt:
|
|
3322
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
3323
3323
|
name: "created_at";
|
|
3324
3324
|
tableName: "context_cache";
|
|
3325
3325
|
dataType: "string";
|
|
@@ -3336,7 +3336,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3336
3336
|
identity: undefined;
|
|
3337
3337
|
generated: undefined;
|
|
3338
3338
|
}, {}, {}>;
|
|
3339
|
-
updatedAt:
|
|
3339
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
3340
3340
|
name: "updated_at";
|
|
3341
3341
|
tableName: "context_cache";
|
|
3342
3342
|
dataType: "string";
|
|
@@ -3353,7 +3353,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3353
3353
|
identity: undefined;
|
|
3354
3354
|
generated: undefined;
|
|
3355
3355
|
}, {}, {}>;
|
|
3356
|
-
conversationId:
|
|
3356
|
+
conversationId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3357
3357
|
name: "conversation_id";
|
|
3358
3358
|
tableName: "context_cache";
|
|
3359
3359
|
dataType: "string";
|
|
@@ -3372,7 +3372,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3372
3372
|
}, {}, {
|
|
3373
3373
|
length: 256;
|
|
3374
3374
|
}>;
|
|
3375
|
-
contextConfigId:
|
|
3375
|
+
contextConfigId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3376
3376
|
name: "context_config_id";
|
|
3377
3377
|
tableName: "context_cache";
|
|
3378
3378
|
dataType: "string";
|
|
@@ -3391,7 +3391,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3391
3391
|
}, {}, {
|
|
3392
3392
|
length: 256;
|
|
3393
3393
|
}>;
|
|
3394
|
-
contextVariableKey:
|
|
3394
|
+
contextVariableKey: drizzle_orm_pg_core1820.PgColumn<{
|
|
3395
3395
|
name: "context_variable_key";
|
|
3396
3396
|
tableName: "context_cache";
|
|
3397
3397
|
dataType: "string";
|
|
@@ -3410,7 +3410,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3410
3410
|
}, {}, {
|
|
3411
3411
|
length: 256;
|
|
3412
3412
|
}>;
|
|
3413
|
-
ref:
|
|
3413
|
+
ref: drizzle_orm_pg_core1820.PgColumn<{
|
|
3414
3414
|
name: "ref";
|
|
3415
3415
|
tableName: "context_cache";
|
|
3416
3416
|
dataType: "json";
|
|
@@ -3437,7 +3437,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3437
3437
|
hash: string;
|
|
3438
3438
|
};
|
|
3439
3439
|
}>;
|
|
3440
|
-
value:
|
|
3440
|
+
value: drizzle_orm_pg_core1820.PgColumn<{
|
|
3441
3441
|
name: "value";
|
|
3442
3442
|
tableName: "context_cache";
|
|
3443
3443
|
dataType: "json";
|
|
@@ -3456,7 +3456,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3456
3456
|
}, {}, {
|
|
3457
3457
|
$type: unknown;
|
|
3458
3458
|
}>;
|
|
3459
|
-
requestHash:
|
|
3459
|
+
requestHash: drizzle_orm_pg_core1820.PgColumn<{
|
|
3460
3460
|
name: "request_hash";
|
|
3461
3461
|
tableName: "context_cache";
|
|
3462
3462
|
dataType: "string";
|
|
@@ -3475,7 +3475,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3475
3475
|
}, {}, {
|
|
3476
3476
|
length: 256;
|
|
3477
3477
|
}>;
|
|
3478
|
-
fetchedAt:
|
|
3478
|
+
fetchedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
3479
3479
|
name: "fetched_at";
|
|
3480
3480
|
tableName: "context_cache";
|
|
3481
3481
|
dataType: "string";
|
|
@@ -3492,7 +3492,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3492
3492
|
identity: undefined;
|
|
3493
3493
|
generated: undefined;
|
|
3494
3494
|
}, {}, {}>;
|
|
3495
|
-
fetchSource:
|
|
3495
|
+
fetchSource: drizzle_orm_pg_core1820.PgColumn<{
|
|
3496
3496
|
name: "fetch_source";
|
|
3497
3497
|
tableName: "context_cache";
|
|
3498
3498
|
dataType: "string";
|
|
@@ -3511,7 +3511,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3511
3511
|
}, {}, {
|
|
3512
3512
|
length: 256;
|
|
3513
3513
|
}>;
|
|
3514
|
-
projectId:
|
|
3514
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3515
3515
|
name: "project_id";
|
|
3516
3516
|
tableName: "context_cache";
|
|
3517
3517
|
dataType: "string";
|
|
@@ -3530,7 +3530,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3530
3530
|
}, {}, {
|
|
3531
3531
|
length: 256;
|
|
3532
3532
|
}>;
|
|
3533
|
-
tenantId:
|
|
3533
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3534
3534
|
name: "tenant_id";
|
|
3535
3535
|
tableName: "context_cache";
|
|
3536
3536
|
dataType: "string";
|
|
@@ -3549,7 +3549,7 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3549
3549
|
}, {}, {
|
|
3550
3550
|
length: 256;
|
|
3551
3551
|
}>;
|
|
3552
|
-
id:
|
|
3552
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
3553
3553
|
name: "id";
|
|
3554
3554
|
tableName: "context_cache";
|
|
3555
3555
|
dataType: "string";
|
|
@@ -3584,11 +3584,11 @@ declare const contextCache: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3584
3584
|
* datasetRunConfigId (optional: if created from a config),
|
|
3585
3585
|
* evaluationJobConfigId (optional: links to evaluation job created for this run), and timestamps
|
|
3586
3586
|
*/
|
|
3587
|
-
declare const datasetRun:
|
|
3587
|
+
declare const datasetRun: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
3588
3588
|
name: "dataset_run";
|
|
3589
3589
|
schema: undefined;
|
|
3590
3590
|
columns: {
|
|
3591
|
-
createdAt:
|
|
3591
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
3592
3592
|
name: "created_at";
|
|
3593
3593
|
tableName: "dataset_run";
|
|
3594
3594
|
dataType: "string";
|
|
@@ -3605,7 +3605,7 @@ declare const datasetRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3605
3605
|
identity: undefined;
|
|
3606
3606
|
generated: undefined;
|
|
3607
3607
|
}, {}, {}>;
|
|
3608
|
-
updatedAt:
|
|
3608
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
3609
3609
|
name: "updated_at";
|
|
3610
3610
|
tableName: "dataset_run";
|
|
3611
3611
|
dataType: "string";
|
|
@@ -3622,7 +3622,7 @@ declare const datasetRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3622
3622
|
identity: undefined;
|
|
3623
3623
|
generated: undefined;
|
|
3624
3624
|
}, {}, {}>;
|
|
3625
|
-
datasetId:
|
|
3625
|
+
datasetId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3626
3626
|
name: "dataset_id";
|
|
3627
3627
|
tableName: "dataset_run";
|
|
3628
3628
|
dataType: "string";
|
|
@@ -3639,7 +3639,7 @@ declare const datasetRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3639
3639
|
identity: undefined;
|
|
3640
3640
|
generated: undefined;
|
|
3641
3641
|
}, {}, {}>;
|
|
3642
|
-
datasetRunConfigId:
|
|
3642
|
+
datasetRunConfigId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3643
3643
|
name: "dataset_run_config_id";
|
|
3644
3644
|
tableName: "dataset_run";
|
|
3645
3645
|
dataType: "string";
|
|
@@ -3656,7 +3656,7 @@ declare const datasetRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3656
3656
|
identity: undefined;
|
|
3657
3657
|
generated: undefined;
|
|
3658
3658
|
}, {}, {}>;
|
|
3659
|
-
evaluationJobConfigId:
|
|
3659
|
+
evaluationJobConfigId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3660
3660
|
name: "evaluation_job_config_id";
|
|
3661
3661
|
tableName: "dataset_run";
|
|
3662
3662
|
dataType: "string";
|
|
@@ -3673,7 +3673,7 @@ declare const datasetRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3673
3673
|
identity: undefined;
|
|
3674
3674
|
generated: undefined;
|
|
3675
3675
|
}, {}, {}>;
|
|
3676
|
-
ref:
|
|
3676
|
+
ref: drizzle_orm_pg_core1820.PgColumn<{
|
|
3677
3677
|
name: "ref";
|
|
3678
3678
|
tableName: "dataset_run";
|
|
3679
3679
|
dataType: "json";
|
|
@@ -3700,7 +3700,7 @@ declare const datasetRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3700
3700
|
hash: string;
|
|
3701
3701
|
};
|
|
3702
3702
|
}>;
|
|
3703
|
-
projectId:
|
|
3703
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3704
3704
|
name: "project_id";
|
|
3705
3705
|
tableName: "dataset_run";
|
|
3706
3706
|
dataType: "string";
|
|
@@ -3719,7 +3719,7 @@ declare const datasetRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3719
3719
|
}, {}, {
|
|
3720
3720
|
length: 256;
|
|
3721
3721
|
}>;
|
|
3722
|
-
tenantId:
|
|
3722
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3723
3723
|
name: "tenant_id";
|
|
3724
3724
|
tableName: "dataset_run";
|
|
3725
3725
|
dataType: "string";
|
|
@@ -3738,7 +3738,7 @@ declare const datasetRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3738
3738
|
}, {}, {
|
|
3739
3739
|
length: 256;
|
|
3740
3740
|
}>;
|
|
3741
|
-
id:
|
|
3741
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
3742
3742
|
name: "id";
|
|
3743
3743
|
tableName: "dataset_run";
|
|
3744
3744
|
dataType: "string";
|
|
@@ -3771,11 +3771,11 @@ declare const datasetRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3771
3771
|
* unique constraint on (datasetRunId, conversationId) ensures one conversation per datasetRun,
|
|
3772
3772
|
* and timestamps
|
|
3773
3773
|
*/
|
|
3774
|
-
declare const datasetRunConversationRelations:
|
|
3774
|
+
declare const datasetRunConversationRelations: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
3775
3775
|
name: "dataset_run_conversation_relations";
|
|
3776
3776
|
schema: undefined;
|
|
3777
3777
|
columns: {
|
|
3778
|
-
createdAt:
|
|
3778
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
3779
3779
|
name: "created_at";
|
|
3780
3780
|
tableName: "dataset_run_conversation_relations";
|
|
3781
3781
|
dataType: "string";
|
|
@@ -3792,7 +3792,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core576.PgTableWit
|
|
|
3792
3792
|
identity: undefined;
|
|
3793
3793
|
generated: undefined;
|
|
3794
3794
|
}, {}, {}>;
|
|
3795
|
-
updatedAt:
|
|
3795
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
3796
3796
|
name: "updated_at";
|
|
3797
3797
|
tableName: "dataset_run_conversation_relations";
|
|
3798
3798
|
dataType: "string";
|
|
@@ -3809,7 +3809,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core576.PgTableWit
|
|
|
3809
3809
|
identity: undefined;
|
|
3810
3810
|
generated: undefined;
|
|
3811
3811
|
}, {}, {}>;
|
|
3812
|
-
datasetRunId:
|
|
3812
|
+
datasetRunId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3813
3813
|
name: "dataset_run_id";
|
|
3814
3814
|
tableName: "dataset_run_conversation_relations";
|
|
3815
3815
|
dataType: "string";
|
|
@@ -3826,7 +3826,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core576.PgTableWit
|
|
|
3826
3826
|
identity: undefined;
|
|
3827
3827
|
generated: undefined;
|
|
3828
3828
|
}, {}, {}>;
|
|
3829
|
-
conversationId:
|
|
3829
|
+
conversationId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3830
3830
|
name: "conversation_id";
|
|
3831
3831
|
tableName: "dataset_run_conversation_relations";
|
|
3832
3832
|
dataType: "string";
|
|
@@ -3843,7 +3843,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core576.PgTableWit
|
|
|
3843
3843
|
identity: undefined;
|
|
3844
3844
|
generated: undefined;
|
|
3845
3845
|
}, {}, {}>;
|
|
3846
|
-
datasetItemId:
|
|
3846
|
+
datasetItemId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3847
3847
|
name: "dataset_item_id";
|
|
3848
3848
|
tableName: "dataset_run_conversation_relations";
|
|
3849
3849
|
dataType: "string";
|
|
@@ -3860,7 +3860,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core576.PgTableWit
|
|
|
3860
3860
|
identity: undefined;
|
|
3861
3861
|
generated: undefined;
|
|
3862
3862
|
}, {}, {}>;
|
|
3863
|
-
projectId:
|
|
3863
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3864
3864
|
name: "project_id";
|
|
3865
3865
|
tableName: "dataset_run_conversation_relations";
|
|
3866
3866
|
dataType: "string";
|
|
@@ -3879,7 +3879,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core576.PgTableWit
|
|
|
3879
3879
|
}, {}, {
|
|
3880
3880
|
length: 256;
|
|
3881
3881
|
}>;
|
|
3882
|
-
tenantId:
|
|
3882
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3883
3883
|
name: "tenant_id";
|
|
3884
3884
|
tableName: "dataset_run_conversation_relations";
|
|
3885
3885
|
dataType: "string";
|
|
@@ -3898,7 +3898,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core576.PgTableWit
|
|
|
3898
3898
|
}, {}, {
|
|
3899
3899
|
length: 256;
|
|
3900
3900
|
}>;
|
|
3901
|
-
id:
|
|
3901
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
3902
3902
|
name: "id";
|
|
3903
3903
|
tableName: "dataset_run_conversation_relations";
|
|
3904
3904
|
dataType: "string";
|
|
@@ -3931,11 +3931,11 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core576.PgTableWit
|
|
|
3931
3931
|
* evaluationRunConfigId (optional: if created from a run config),
|
|
3932
3932
|
* and timestamps
|
|
3933
3933
|
*/
|
|
3934
|
-
declare const evaluationRun:
|
|
3934
|
+
declare const evaluationRun: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
3935
3935
|
name: "evaluation_run";
|
|
3936
3936
|
schema: undefined;
|
|
3937
3937
|
columns: {
|
|
3938
|
-
createdAt:
|
|
3938
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
3939
3939
|
name: "created_at";
|
|
3940
3940
|
tableName: "evaluation_run";
|
|
3941
3941
|
dataType: "string";
|
|
@@ -3952,7 +3952,7 @@ declare const evaluationRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3952
3952
|
identity: undefined;
|
|
3953
3953
|
generated: undefined;
|
|
3954
3954
|
}, {}, {}>;
|
|
3955
|
-
updatedAt:
|
|
3955
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
3956
3956
|
name: "updated_at";
|
|
3957
3957
|
tableName: "evaluation_run";
|
|
3958
3958
|
dataType: "string";
|
|
@@ -3969,7 +3969,7 @@ declare const evaluationRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3969
3969
|
identity: undefined;
|
|
3970
3970
|
generated: undefined;
|
|
3971
3971
|
}, {}, {}>;
|
|
3972
|
-
evaluationJobConfigId:
|
|
3972
|
+
evaluationJobConfigId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3973
3973
|
name: "evaluation_job_config_id";
|
|
3974
3974
|
tableName: "evaluation_run";
|
|
3975
3975
|
dataType: "string";
|
|
@@ -3986,7 +3986,7 @@ declare const evaluationRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
3986
3986
|
identity: undefined;
|
|
3987
3987
|
generated: undefined;
|
|
3988
3988
|
}, {}, {}>;
|
|
3989
|
-
evaluationRunConfigId:
|
|
3989
|
+
evaluationRunConfigId: drizzle_orm_pg_core1820.PgColumn<{
|
|
3990
3990
|
name: "evaluation_run_config_id";
|
|
3991
3991
|
tableName: "evaluation_run";
|
|
3992
3992
|
dataType: "string";
|
|
@@ -4003,7 +4003,7 @@ declare const evaluationRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4003
4003
|
identity: undefined;
|
|
4004
4004
|
generated: undefined;
|
|
4005
4005
|
}, {}, {}>;
|
|
4006
|
-
ref:
|
|
4006
|
+
ref: drizzle_orm_pg_core1820.PgColumn<{
|
|
4007
4007
|
name: "ref";
|
|
4008
4008
|
tableName: "evaluation_run";
|
|
4009
4009
|
dataType: "json";
|
|
@@ -4030,7 +4030,7 @@ declare const evaluationRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4030
4030
|
hash: string;
|
|
4031
4031
|
};
|
|
4032
4032
|
}>;
|
|
4033
|
-
projectId:
|
|
4033
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4034
4034
|
name: "project_id";
|
|
4035
4035
|
tableName: "evaluation_run";
|
|
4036
4036
|
dataType: "string";
|
|
@@ -4049,7 +4049,7 @@ declare const evaluationRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4049
4049
|
}, {}, {
|
|
4050
4050
|
length: 256;
|
|
4051
4051
|
}>;
|
|
4052
|
-
tenantId:
|
|
4052
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4053
4053
|
name: "tenant_id";
|
|
4054
4054
|
tableName: "evaluation_run";
|
|
4055
4055
|
dataType: "string";
|
|
@@ -4068,7 +4068,7 @@ declare const evaluationRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4068
4068
|
}, {}, {
|
|
4069
4069
|
length: 256;
|
|
4070
4070
|
}>;
|
|
4071
|
-
id:
|
|
4071
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
4072
4072
|
name: "id";
|
|
4073
4073
|
tableName: "evaluation_run";
|
|
4074
4074
|
dataType: "string";
|
|
@@ -4099,11 +4099,11 @@ declare const evaluationRun: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4099
4099
|
* evaluationRunId (optional, links to evaluationRun),
|
|
4100
4100
|
* output (evaluation result as MessageContent), and timestamps
|
|
4101
4101
|
*/
|
|
4102
|
-
declare const evaluationResult:
|
|
4102
|
+
declare const evaluationResult: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
4103
4103
|
name: "evaluation_result";
|
|
4104
4104
|
schema: undefined;
|
|
4105
4105
|
columns: {
|
|
4106
|
-
createdAt:
|
|
4106
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4107
4107
|
name: "created_at";
|
|
4108
4108
|
tableName: "evaluation_result";
|
|
4109
4109
|
dataType: "string";
|
|
@@ -4120,7 +4120,7 @@ declare const evaluationResult: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4120
4120
|
identity: undefined;
|
|
4121
4121
|
generated: undefined;
|
|
4122
4122
|
}, {}, {}>;
|
|
4123
|
-
updatedAt:
|
|
4123
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4124
4124
|
name: "updated_at";
|
|
4125
4125
|
tableName: "evaluation_result";
|
|
4126
4126
|
dataType: "string";
|
|
@@ -4137,7 +4137,7 @@ declare const evaluationResult: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4137
4137
|
identity: undefined;
|
|
4138
4138
|
generated: undefined;
|
|
4139
4139
|
}, {}, {}>;
|
|
4140
|
-
conversationId:
|
|
4140
|
+
conversationId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4141
4141
|
name: "conversation_id";
|
|
4142
4142
|
tableName: "evaluation_result";
|
|
4143
4143
|
dataType: "string";
|
|
@@ -4154,7 +4154,7 @@ declare const evaluationResult: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4154
4154
|
identity: undefined;
|
|
4155
4155
|
generated: undefined;
|
|
4156
4156
|
}, {}, {}>;
|
|
4157
|
-
evaluatorId:
|
|
4157
|
+
evaluatorId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4158
4158
|
name: "evaluator_id";
|
|
4159
4159
|
tableName: "evaluation_result";
|
|
4160
4160
|
dataType: "string";
|
|
@@ -4171,7 +4171,7 @@ declare const evaluationResult: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4171
4171
|
identity: undefined;
|
|
4172
4172
|
generated: undefined;
|
|
4173
4173
|
}, {}, {}>;
|
|
4174
|
-
evaluationRunId:
|
|
4174
|
+
evaluationRunId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4175
4175
|
name: "evaluation_run_id";
|
|
4176
4176
|
tableName: "evaluation_result";
|
|
4177
4177
|
dataType: "string";
|
|
@@ -4188,7 +4188,7 @@ declare const evaluationResult: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4188
4188
|
identity: undefined;
|
|
4189
4189
|
generated: undefined;
|
|
4190
4190
|
}, {}, {}>;
|
|
4191
|
-
output:
|
|
4191
|
+
output: drizzle_orm_pg_core1820.PgColumn<{
|
|
4192
4192
|
name: "output";
|
|
4193
4193
|
tableName: "evaluation_result";
|
|
4194
4194
|
dataType: "json";
|
|
@@ -4207,7 +4207,7 @@ declare const evaluationResult: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4207
4207
|
}, {}, {
|
|
4208
4208
|
$type: MessageContent;
|
|
4209
4209
|
}>;
|
|
4210
|
-
projectId:
|
|
4210
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4211
4211
|
name: "project_id";
|
|
4212
4212
|
tableName: "evaluation_result";
|
|
4213
4213
|
dataType: "string";
|
|
@@ -4226,7 +4226,7 @@ declare const evaluationResult: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4226
4226
|
}, {}, {
|
|
4227
4227
|
length: 256;
|
|
4228
4228
|
}>;
|
|
4229
|
-
tenantId:
|
|
4229
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4230
4230
|
name: "tenant_id";
|
|
4231
4231
|
tableName: "evaluation_result";
|
|
4232
4232
|
dataType: "string";
|
|
@@ -4245,7 +4245,7 @@ declare const evaluationResult: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4245
4245
|
}, {}, {
|
|
4246
4246
|
length: 256;
|
|
4247
4247
|
}>;
|
|
4248
|
-
id:
|
|
4248
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
4249
4249
|
name: "id";
|
|
4250
4250
|
tableName: "evaluation_result";
|
|
4251
4251
|
dataType: "string";
|
|
@@ -4267,11 +4267,11 @@ declare const evaluationResult: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4267
4267
|
};
|
|
4268
4268
|
dialect: "pg";
|
|
4269
4269
|
}>;
|
|
4270
|
-
declare const userProfile:
|
|
4270
|
+
declare const userProfile: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
4271
4271
|
name: "user_profile";
|
|
4272
4272
|
schema: undefined;
|
|
4273
4273
|
columns: {
|
|
4274
|
-
createdAt:
|
|
4274
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4275
4275
|
name: "created_at";
|
|
4276
4276
|
tableName: "user_profile";
|
|
4277
4277
|
dataType: "string";
|
|
@@ -4288,7 +4288,7 @@ declare const userProfile: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4288
4288
|
identity: undefined;
|
|
4289
4289
|
generated: undefined;
|
|
4290
4290
|
}, {}, {}>;
|
|
4291
|
-
updatedAt:
|
|
4291
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4292
4292
|
name: "updated_at";
|
|
4293
4293
|
tableName: "user_profile";
|
|
4294
4294
|
dataType: "string";
|
|
@@ -4305,7 +4305,7 @@ declare const userProfile: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4305
4305
|
identity: undefined;
|
|
4306
4306
|
generated: undefined;
|
|
4307
4307
|
}, {}, {}>;
|
|
4308
|
-
id:
|
|
4308
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
4309
4309
|
name: "id";
|
|
4310
4310
|
tableName: "user_profile";
|
|
4311
4311
|
dataType: "string";
|
|
@@ -4322,7 +4322,7 @@ declare const userProfile: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4322
4322
|
identity: undefined;
|
|
4323
4323
|
generated: undefined;
|
|
4324
4324
|
}, {}, {}>;
|
|
4325
|
-
userId:
|
|
4325
|
+
userId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4326
4326
|
name: "user_id";
|
|
4327
4327
|
tableName: "user_profile";
|
|
4328
4328
|
dataType: "string";
|
|
@@ -4339,7 +4339,7 @@ declare const userProfile: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4339
4339
|
identity: undefined;
|
|
4340
4340
|
generated: undefined;
|
|
4341
4341
|
}, {}, {}>;
|
|
4342
|
-
timezone:
|
|
4342
|
+
timezone: drizzle_orm_pg_core1820.PgColumn<{
|
|
4343
4343
|
name: "timezone";
|
|
4344
4344
|
tableName: "user_profile";
|
|
4345
4345
|
dataType: "string";
|
|
@@ -4356,7 +4356,7 @@ declare const userProfile: drizzle_orm_pg_core576.PgTableWithColumns<{
|
|
|
4356
4356
|
identity: undefined;
|
|
4357
4357
|
generated: undefined;
|
|
4358
4358
|
}, {}, {}>;
|
|
4359
|
-
attributes:
|
|
4359
|
+
attributes: drizzle_orm_pg_core1820.PgColumn<{
|
|
4360
4360
|
name: "attributes";
|
|
4361
4361
|
tableName: "user_profile";
|
|
4362
4362
|
dataType: "json";
|
|
@@ -4409,11 +4409,11 @@ declare const ledgerArtifactsRelations: drizzle_orm111.Relations<"ledger_artifac
|
|
|
4409
4409
|
* One tenant can have multiple installations (e.g., multiple orgs).
|
|
4410
4410
|
* The installation_id is the GitHub-assigned ID, unique across all GitHub.
|
|
4411
4411
|
*/
|
|
4412
|
-
declare const workAppGitHubInstallations:
|
|
4412
|
+
declare const workAppGitHubInstallations: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
4413
4413
|
name: "work_app_github_installations";
|
|
4414
4414
|
schema: undefined;
|
|
4415
4415
|
columns: {
|
|
4416
|
-
createdAt:
|
|
4416
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4417
4417
|
name: "created_at";
|
|
4418
4418
|
tableName: "work_app_github_installations";
|
|
4419
4419
|
dataType: "string";
|
|
@@ -4430,7 +4430,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core576.PgTableWithColu
|
|
|
4430
4430
|
identity: undefined;
|
|
4431
4431
|
generated: undefined;
|
|
4432
4432
|
}, {}, {}>;
|
|
4433
|
-
updatedAt:
|
|
4433
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4434
4434
|
name: "updated_at";
|
|
4435
4435
|
tableName: "work_app_github_installations";
|
|
4436
4436
|
dataType: "string";
|
|
@@ -4447,7 +4447,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core576.PgTableWithColu
|
|
|
4447
4447
|
identity: undefined;
|
|
4448
4448
|
generated: undefined;
|
|
4449
4449
|
}, {}, {}>;
|
|
4450
|
-
installationId:
|
|
4450
|
+
installationId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4451
4451
|
name: "installation_id";
|
|
4452
4452
|
tableName: "work_app_github_installations";
|
|
4453
4453
|
dataType: "string";
|
|
@@ -4464,7 +4464,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core576.PgTableWithColu
|
|
|
4464
4464
|
identity: undefined;
|
|
4465
4465
|
generated: undefined;
|
|
4466
4466
|
}, {}, {}>;
|
|
4467
|
-
accountLogin:
|
|
4467
|
+
accountLogin: drizzle_orm_pg_core1820.PgColumn<{
|
|
4468
4468
|
name: "account_login";
|
|
4469
4469
|
tableName: "work_app_github_installations";
|
|
4470
4470
|
dataType: "string";
|
|
@@ -4483,7 +4483,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core576.PgTableWithColu
|
|
|
4483
4483
|
}, {}, {
|
|
4484
4484
|
length: 256;
|
|
4485
4485
|
}>;
|
|
4486
|
-
accountId:
|
|
4486
|
+
accountId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4487
4487
|
name: "account_id";
|
|
4488
4488
|
tableName: "work_app_github_installations";
|
|
4489
4489
|
dataType: "string";
|
|
@@ -4500,12 +4500,12 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core576.PgTableWithColu
|
|
|
4500
4500
|
identity: undefined;
|
|
4501
4501
|
generated: undefined;
|
|
4502
4502
|
}, {}, {}>;
|
|
4503
|
-
accountType:
|
|
4503
|
+
accountType: drizzle_orm_pg_core1820.PgColumn<{
|
|
4504
4504
|
name: "account_type";
|
|
4505
4505
|
tableName: "work_app_github_installations";
|
|
4506
4506
|
dataType: "string";
|
|
4507
4507
|
columnType: "PgVarchar";
|
|
4508
|
-
data: "
|
|
4508
|
+
data: "User" | "Organization";
|
|
4509
4509
|
driverParam: string;
|
|
4510
4510
|
notNull: true;
|
|
4511
4511
|
hasDefault: false;
|
|
@@ -4518,9 +4518,9 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core576.PgTableWithColu
|
|
|
4518
4518
|
generated: undefined;
|
|
4519
4519
|
}, {}, {
|
|
4520
4520
|
length: 20;
|
|
4521
|
-
$type: "
|
|
4521
|
+
$type: "User" | "Organization";
|
|
4522
4522
|
}>;
|
|
4523
|
-
status:
|
|
4523
|
+
status: drizzle_orm_pg_core1820.PgColumn<{
|
|
4524
4524
|
name: "status";
|
|
4525
4525
|
tableName: "work_app_github_installations";
|
|
4526
4526
|
dataType: "string";
|
|
@@ -4540,7 +4540,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core576.PgTableWithColu
|
|
|
4540
4540
|
length: 20;
|
|
4541
4541
|
$type: "pending" | "active" | "suspended" | "disconnected";
|
|
4542
4542
|
}>;
|
|
4543
|
-
tenantId:
|
|
4543
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4544
4544
|
name: "tenant_id";
|
|
4545
4545
|
tableName: "work_app_github_installations";
|
|
4546
4546
|
dataType: "string";
|
|
@@ -4559,7 +4559,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core576.PgTableWithColu
|
|
|
4559
4559
|
}, {}, {
|
|
4560
4560
|
length: 256;
|
|
4561
4561
|
}>;
|
|
4562
|
-
id:
|
|
4562
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
4563
4563
|
name: "id";
|
|
4564
4564
|
tableName: "work_app_github_installations";
|
|
4565
4565
|
dataType: "string";
|
|
@@ -4586,11 +4586,11 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core576.PgTableWithColu
|
|
|
4586
4586
|
* These are synced from GitHub when the app is installed or updated.
|
|
4587
4587
|
* The repository_id is the GitHub-assigned ID, unique across all GitHub.
|
|
4588
4588
|
*/
|
|
4589
|
-
declare const workAppGitHubRepositories:
|
|
4589
|
+
declare const workAppGitHubRepositories: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
4590
4590
|
name: "work_app_github_repositories";
|
|
4591
4591
|
schema: undefined;
|
|
4592
4592
|
columns: {
|
|
4593
|
-
createdAt:
|
|
4593
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4594
4594
|
name: "created_at";
|
|
4595
4595
|
tableName: "work_app_github_repositories";
|
|
4596
4596
|
dataType: "string";
|
|
@@ -4607,7 +4607,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core576.PgTableWithColum
|
|
|
4607
4607
|
identity: undefined;
|
|
4608
4608
|
generated: undefined;
|
|
4609
4609
|
}, {}, {}>;
|
|
4610
|
-
updatedAt:
|
|
4610
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4611
4611
|
name: "updated_at";
|
|
4612
4612
|
tableName: "work_app_github_repositories";
|
|
4613
4613
|
dataType: "string";
|
|
@@ -4624,7 +4624,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core576.PgTableWithColum
|
|
|
4624
4624
|
identity: undefined;
|
|
4625
4625
|
generated: undefined;
|
|
4626
4626
|
}, {}, {}>;
|
|
4627
|
-
id:
|
|
4627
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
4628
4628
|
name: "id";
|
|
4629
4629
|
tableName: "work_app_github_repositories";
|
|
4630
4630
|
dataType: "string";
|
|
@@ -4643,7 +4643,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core576.PgTableWithColum
|
|
|
4643
4643
|
}, {}, {
|
|
4644
4644
|
length: 256;
|
|
4645
4645
|
}>;
|
|
4646
|
-
installationDbId:
|
|
4646
|
+
installationDbId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4647
4647
|
name: "installation_db_id";
|
|
4648
4648
|
tableName: "work_app_github_repositories";
|
|
4649
4649
|
dataType: "string";
|
|
@@ -4662,7 +4662,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core576.PgTableWithColum
|
|
|
4662
4662
|
}, {}, {
|
|
4663
4663
|
length: 256;
|
|
4664
4664
|
}>;
|
|
4665
|
-
repositoryId:
|
|
4665
|
+
repositoryId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4666
4666
|
name: "repository_id";
|
|
4667
4667
|
tableName: "work_app_github_repositories";
|
|
4668
4668
|
dataType: "string";
|
|
@@ -4679,7 +4679,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core576.PgTableWithColum
|
|
|
4679
4679
|
identity: undefined;
|
|
4680
4680
|
generated: undefined;
|
|
4681
4681
|
}, {}, {}>;
|
|
4682
|
-
repositoryName:
|
|
4682
|
+
repositoryName: drizzle_orm_pg_core1820.PgColumn<{
|
|
4683
4683
|
name: "repository_name";
|
|
4684
4684
|
tableName: "work_app_github_repositories";
|
|
4685
4685
|
dataType: "string";
|
|
@@ -4698,7 +4698,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core576.PgTableWithColum
|
|
|
4698
4698
|
}, {}, {
|
|
4699
4699
|
length: 256;
|
|
4700
4700
|
}>;
|
|
4701
|
-
repositoryFullName:
|
|
4701
|
+
repositoryFullName: drizzle_orm_pg_core1820.PgColumn<{
|
|
4702
4702
|
name: "repository_full_name";
|
|
4703
4703
|
tableName: "work_app_github_repositories";
|
|
4704
4704
|
dataType: "string";
|
|
@@ -4717,7 +4717,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core576.PgTableWithColum
|
|
|
4717
4717
|
}, {}, {
|
|
4718
4718
|
length: 512;
|
|
4719
4719
|
}>;
|
|
4720
|
-
private:
|
|
4720
|
+
private: drizzle_orm_pg_core1820.PgColumn<{
|
|
4721
4721
|
name: "private";
|
|
4722
4722
|
tableName: "work_app_github_repositories";
|
|
4723
4723
|
dataType: "boolean";
|
|
@@ -4745,11 +4745,11 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core576.PgTableWithColum
|
|
|
4745
4745
|
* (cross-schema, no FK constraint for project). tenant_id is included because
|
|
4746
4746
|
* project IDs are only unique within a tenant.
|
|
4747
4747
|
*/
|
|
4748
|
-
declare const workAppGitHubProjectRepositoryAccess:
|
|
4748
|
+
declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
4749
4749
|
name: "work_app_github_project_repository_access";
|
|
4750
4750
|
schema: undefined;
|
|
4751
4751
|
columns: {
|
|
4752
|
-
createdAt:
|
|
4752
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4753
4753
|
name: "created_at";
|
|
4754
4754
|
tableName: "work_app_github_project_repository_access";
|
|
4755
4755
|
dataType: "string";
|
|
@@ -4766,7 +4766,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4766
4766
|
identity: undefined;
|
|
4767
4767
|
generated: undefined;
|
|
4768
4768
|
}, {}, {}>;
|
|
4769
|
-
updatedAt:
|
|
4769
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4770
4770
|
name: "updated_at";
|
|
4771
4771
|
tableName: "work_app_github_project_repository_access";
|
|
4772
4772
|
dataType: "string";
|
|
@@ -4783,7 +4783,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4783
4783
|
identity: undefined;
|
|
4784
4784
|
generated: undefined;
|
|
4785
4785
|
}, {}, {}>;
|
|
4786
|
-
repositoryDbId:
|
|
4786
|
+
repositoryDbId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4787
4787
|
name: "repository_db_id";
|
|
4788
4788
|
tableName: "work_app_github_project_repository_access";
|
|
4789
4789
|
dataType: "string";
|
|
@@ -4802,7 +4802,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4802
4802
|
}, {}, {
|
|
4803
4803
|
length: 256;
|
|
4804
4804
|
}>;
|
|
4805
|
-
projectId:
|
|
4805
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4806
4806
|
name: "project_id";
|
|
4807
4807
|
tableName: "work_app_github_project_repository_access";
|
|
4808
4808
|
dataType: "string";
|
|
@@ -4821,7 +4821,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4821
4821
|
}, {}, {
|
|
4822
4822
|
length: 256;
|
|
4823
4823
|
}>;
|
|
4824
|
-
tenantId:
|
|
4824
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4825
4825
|
name: "tenant_id";
|
|
4826
4826
|
tableName: "work_app_github_project_repository_access";
|
|
4827
4827
|
dataType: "string";
|
|
@@ -4840,7 +4840,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4840
4840
|
}, {}, {
|
|
4841
4841
|
length: 256;
|
|
4842
4842
|
}>;
|
|
4843
|
-
id:
|
|
4843
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
4844
4844
|
name: "id";
|
|
4845
4845
|
tableName: "work_app_github_project_repository_access";
|
|
4846
4846
|
dataType: "string";
|
|
@@ -4869,11 +4869,11 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4869
4869
|
* (cross-schema, no FK constraint). These are denormalized here so all GitHub access
|
|
4870
4870
|
* info can be queried from PostgreSQL alone.
|
|
4871
4871
|
*/
|
|
4872
|
-
declare const workAppGitHubMcpToolRepositoryAccess:
|
|
4872
|
+
declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
4873
4873
|
name: "work_app_github_mcp_tool_repository_access";
|
|
4874
4874
|
schema: undefined;
|
|
4875
4875
|
columns: {
|
|
4876
|
-
createdAt:
|
|
4876
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4877
4877
|
name: "created_at";
|
|
4878
4878
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4879
4879
|
dataType: "string";
|
|
@@ -4890,7 +4890,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4890
4890
|
identity: undefined;
|
|
4891
4891
|
generated: undefined;
|
|
4892
4892
|
}, {}, {}>;
|
|
4893
|
-
updatedAt:
|
|
4893
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
4894
4894
|
name: "updated_at";
|
|
4895
4895
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4896
4896
|
dataType: "string";
|
|
@@ -4907,7 +4907,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4907
4907
|
identity: undefined;
|
|
4908
4908
|
generated: undefined;
|
|
4909
4909
|
}, {}, {}>;
|
|
4910
|
-
toolId:
|
|
4910
|
+
toolId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4911
4911
|
name: "tool_id";
|
|
4912
4912
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4913
4913
|
dataType: "string";
|
|
@@ -4926,7 +4926,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4926
4926
|
}, {}, {
|
|
4927
4927
|
length: 256;
|
|
4928
4928
|
}>;
|
|
4929
|
-
repositoryDbId:
|
|
4929
|
+
repositoryDbId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4930
4930
|
name: "repository_db_id";
|
|
4931
4931
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4932
4932
|
dataType: "string";
|
|
@@ -4945,7 +4945,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4945
4945
|
}, {}, {
|
|
4946
4946
|
length: 256;
|
|
4947
4947
|
}>;
|
|
4948
|
-
projectId:
|
|
4948
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4949
4949
|
name: "project_id";
|
|
4950
4950
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4951
4951
|
dataType: "string";
|
|
@@ -4964,7 +4964,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4964
4964
|
}, {}, {
|
|
4965
4965
|
length: 256;
|
|
4966
4966
|
}>;
|
|
4967
|
-
tenantId:
|
|
4967
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
4968
4968
|
name: "tenant_id";
|
|
4969
4969
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4970
4970
|
dataType: "string";
|
|
@@ -4983,7 +4983,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
4983
4983
|
}, {}, {
|
|
4984
4984
|
length: 256;
|
|
4985
4985
|
}>;
|
|
4986
|
-
id:
|
|
4986
|
+
id: drizzle_orm_pg_core1820.PgColumn<{
|
|
4987
4987
|
name: "id";
|
|
4988
4988
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4989
4989
|
dataType: "string";
|
|
@@ -5011,11 +5011,11 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core576.PgTab
|
|
|
5011
5011
|
* - 'selected': Project only has access to repositories listed in work_app_github_project_repository_access
|
|
5012
5012
|
* If no row exists for a project, defaults to 'selected' (fail-safe: no access unless explicitly granted).
|
|
5013
5013
|
*/
|
|
5014
|
-
declare const workAppGitHubProjectAccessMode:
|
|
5014
|
+
declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
5015
5015
|
name: "work_app_github_project_access_mode";
|
|
5016
5016
|
schema: undefined;
|
|
5017
5017
|
columns: {
|
|
5018
|
-
createdAt:
|
|
5018
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
5019
5019
|
name: "created_at";
|
|
5020
5020
|
tableName: "work_app_github_project_access_mode";
|
|
5021
5021
|
dataType: "string";
|
|
@@ -5032,7 +5032,7 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5032
5032
|
identity: undefined;
|
|
5033
5033
|
generated: undefined;
|
|
5034
5034
|
}, {}, {}>;
|
|
5035
|
-
updatedAt:
|
|
5035
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
5036
5036
|
name: "updated_at";
|
|
5037
5037
|
tableName: "work_app_github_project_access_mode";
|
|
5038
5038
|
dataType: "string";
|
|
@@ -5049,7 +5049,7 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5049
5049
|
identity: undefined;
|
|
5050
5050
|
generated: undefined;
|
|
5051
5051
|
}, {}, {}>;
|
|
5052
|
-
tenantId:
|
|
5052
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
5053
5053
|
name: "tenant_id";
|
|
5054
5054
|
tableName: "work_app_github_project_access_mode";
|
|
5055
5055
|
dataType: "string";
|
|
@@ -5068,7 +5068,7 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5068
5068
|
}, {}, {
|
|
5069
5069
|
length: 256;
|
|
5070
5070
|
}>;
|
|
5071
|
-
projectId:
|
|
5071
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
5072
5072
|
name: "project_id";
|
|
5073
5073
|
tableName: "work_app_github_project_access_mode";
|
|
5074
5074
|
dataType: "string";
|
|
@@ -5087,7 +5087,7 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5087
5087
|
}, {}, {
|
|
5088
5088
|
length: 256;
|
|
5089
5089
|
}>;
|
|
5090
|
-
mode:
|
|
5090
|
+
mode: drizzle_orm_pg_core1820.PgColumn<{
|
|
5091
5091
|
name: "mode";
|
|
5092
5092
|
tableName: "work_app_github_project_access_mode";
|
|
5093
5093
|
dataType: "string";
|
|
@@ -5116,11 +5116,11 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5116
5116
|
* - 'selected': Tool only has access to repositories listed in work_app_github_mcp_tool_repository_access
|
|
5117
5117
|
* If no row exists for a tool, defaults to 'selected' (fail-safe: no access unless explicitly granted).
|
|
5118
5118
|
*/
|
|
5119
|
-
declare const workAppGitHubMcpToolAccessMode:
|
|
5119
|
+
declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
5120
5120
|
name: "work_app_github_mcp_tool_access_mode";
|
|
5121
5121
|
schema: undefined;
|
|
5122
5122
|
columns: {
|
|
5123
|
-
createdAt:
|
|
5123
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
5124
5124
|
name: "created_at";
|
|
5125
5125
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
5126
5126
|
dataType: "string";
|
|
@@ -5137,7 +5137,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5137
5137
|
identity: undefined;
|
|
5138
5138
|
generated: undefined;
|
|
5139
5139
|
}, {}, {}>;
|
|
5140
|
-
updatedAt:
|
|
5140
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
5141
5141
|
name: "updated_at";
|
|
5142
5142
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
5143
5143
|
dataType: "string";
|
|
@@ -5154,7 +5154,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5154
5154
|
identity: undefined;
|
|
5155
5155
|
generated: undefined;
|
|
5156
5156
|
}, {}, {}>;
|
|
5157
|
-
toolId:
|
|
5157
|
+
toolId: drizzle_orm_pg_core1820.PgColumn<{
|
|
5158
5158
|
name: "tool_id";
|
|
5159
5159
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
5160
5160
|
dataType: "string";
|
|
@@ -5173,7 +5173,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5173
5173
|
}, {}, {
|
|
5174
5174
|
length: 256;
|
|
5175
5175
|
}>;
|
|
5176
|
-
tenantId:
|
|
5176
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
5177
5177
|
name: "tenant_id";
|
|
5178
5178
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
5179
5179
|
dataType: "string";
|
|
@@ -5192,7 +5192,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5192
5192
|
}, {}, {
|
|
5193
5193
|
length: 256;
|
|
5194
5194
|
}>;
|
|
5195
|
-
projectId:
|
|
5195
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
5196
5196
|
name: "project_id";
|
|
5197
5197
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
5198
5198
|
dataType: "string";
|
|
@@ -5211,7 +5211,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core576.PgTableWith
|
|
|
5211
5211
|
}, {}, {
|
|
5212
5212
|
length: 256;
|
|
5213
5213
|
}>;
|
|
5214
|
-
mode:
|
|
5214
|
+
mode: drizzle_orm_pg_core1820.PgColumn<{
|
|
5215
5215
|
name: "mode";
|
|
5216
5216
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
5217
5217
|
dataType: "string";
|
|
@@ -5248,11 +5248,11 @@ declare const workAppGitHubProjectRepositoryAccessRelations: drizzle_orm111.Rela
|
|
|
5248
5248
|
declare const workAppGitHubMcpToolRepositoryAccessRelations: drizzle_orm111.Relations<"work_app_github_mcp_tool_repository_access", {
|
|
5249
5249
|
repository: drizzle_orm111.One<"work_app_github_repositories", true>;
|
|
5250
5250
|
}>;
|
|
5251
|
-
declare const workAppSlackMcpToolAccessConfig:
|
|
5251
|
+
declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1820.PgTableWithColumns<{
|
|
5252
5252
|
name: "work_app_slack_mcp_tool_access_config";
|
|
5253
5253
|
schema: undefined;
|
|
5254
5254
|
columns: {
|
|
5255
|
-
createdAt:
|
|
5255
|
+
createdAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
5256
5256
|
name: "created_at";
|
|
5257
5257
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
5258
5258
|
dataType: "string";
|
|
@@ -5269,7 +5269,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core576.PgTableWit
|
|
|
5269
5269
|
identity: undefined;
|
|
5270
5270
|
generated: undefined;
|
|
5271
5271
|
}, {}, {}>;
|
|
5272
|
-
updatedAt:
|
|
5272
|
+
updatedAt: drizzle_orm_pg_core1820.PgColumn<{
|
|
5273
5273
|
name: "updated_at";
|
|
5274
5274
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
5275
5275
|
dataType: "string";
|
|
@@ -5286,7 +5286,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core576.PgTableWit
|
|
|
5286
5286
|
identity: undefined;
|
|
5287
5287
|
generated: undefined;
|
|
5288
5288
|
}, {}, {}>;
|
|
5289
|
-
toolId:
|
|
5289
|
+
toolId: drizzle_orm_pg_core1820.PgColumn<{
|
|
5290
5290
|
name: "tool_id";
|
|
5291
5291
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
5292
5292
|
dataType: "string";
|
|
@@ -5305,7 +5305,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core576.PgTableWit
|
|
|
5305
5305
|
}, {}, {
|
|
5306
5306
|
length: 256;
|
|
5307
5307
|
}>;
|
|
5308
|
-
tenantId:
|
|
5308
|
+
tenantId: drizzle_orm_pg_core1820.PgColumn<{
|
|
5309
5309
|
name: "tenant_id";
|
|
5310
5310
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
5311
5311
|
dataType: "string";
|
|
@@ -5324,7 +5324,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core576.PgTableWit
|
|
|
5324
5324
|
}, {}, {
|
|
5325
5325
|
length: 256;
|
|
5326
5326
|
}>;
|
|
5327
|
-
projectId:
|
|
5327
|
+
projectId: drizzle_orm_pg_core1820.PgColumn<{
|
|
5328
5328
|
name: "project_id";
|
|
5329
5329
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
5330
5330
|
dataType: "string";
|
|
@@ -5343,7 +5343,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core576.PgTableWit
|
|
|
5343
5343
|
}, {}, {
|
|
5344
5344
|
length: 256;
|
|
5345
5345
|
}>;
|
|
5346
|
-
channelAccessMode:
|
|
5346
|
+
channelAccessMode: drizzle_orm_pg_core1820.PgColumn<{
|
|
5347
5347
|
name: "channel_access_mode";
|
|
5348
5348
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
5349
5349
|
dataType: "string";
|
|
@@ -5363,7 +5363,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core576.PgTableWit
|
|
|
5363
5363
|
length: 20;
|
|
5364
5364
|
$type: "all" | "selected";
|
|
5365
5365
|
}>;
|
|
5366
|
-
dmEnabled:
|
|
5366
|
+
dmEnabled: drizzle_orm_pg_core1820.PgColumn<{
|
|
5367
5367
|
name: "dm_enabled";
|
|
5368
5368
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
5369
5369
|
dataType: "boolean";
|
|
@@ -5380,7 +5380,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core576.PgTableWit
|
|
|
5380
5380
|
identity: undefined;
|
|
5381
5381
|
generated: undefined;
|
|
5382
5382
|
}, {}, {}>;
|
|
5383
|
-
channelIds:
|
|
5383
|
+
channelIds: drizzle_orm_pg_core1820.PgColumn<{
|
|
5384
5384
|
name: "channel_ids";
|
|
5385
5385
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
5386
5386
|
dataType: "json";
|