@inkeep/agents-core 0.58.7 → 0.58.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth/auth-schema.d.ts +85 -85
- package/dist/auth/auth-validation-schemas.d.ts +135 -135
- package/dist/client-exports.d.ts +4 -2
- package/dist/client-exports.js +2 -2
- package/dist/data-access/index.d.ts +2 -1
- package/dist/data-access/index.js +2 -1
- package/dist/data-access/manage/agents.d.ts +30 -30
- package/dist/data-access/manage/artifactComponents.d.ts +6 -6
- package/dist/data-access/manage/contextConfigs.d.ts +8 -8
- package/dist/data-access/manage/credentialReferences.d.ts +3 -1
- package/dist/data-access/manage/credentialReferences.js +25 -4
- package/dist/data-access/manage/dataComponents.d.ts +4 -4
- package/dist/data-access/manage/functionTools.d.ts +12 -12
- package/dist/data-access/manage/skills.d.ts +7 -7
- package/dist/data-access/manage/subAgentExternalAgentRelations.d.ts +24 -24
- package/dist/data-access/manage/subAgentRelations.d.ts +20 -20
- package/dist/data-access/manage/subAgentTeamAgentRelations.d.ts +18 -18
- package/dist/data-access/manage/subAgents.d.ts +18 -18
- package/dist/data-access/manage/tools.d.ts +18 -18
- package/dist/data-access/runtime/apiKeys.d.ts +8 -8
- package/dist/data-access/runtime/apps.d.ts +113 -0
- package/dist/data-access/runtime/apps.js +86 -0
- package/dist/data-access/runtime/cascade-delete.d.ts +2 -0
- package/dist/data-access/runtime/cascade-delete.js +16 -4
- package/dist/data-access/runtime/conversations.d.ts +20 -19
- package/dist/data-access/runtime/conversations.js +1 -0
- package/dist/data-access/runtime/messages.d.ts +12 -12
- package/dist/data-access/runtime/tasks.d.ts +5 -5
- package/dist/db/manage/manage-schema.d.ts +357 -357
- package/dist/db/runtime/runtime-schema.d.ts +552 -291
- package/dist/db/runtime/runtime-schema.js +16 -1
- package/dist/index.d.ts +10 -7
- package/dist/index.js +7 -4
- package/dist/setup/setup.js +10 -0
- package/dist/types/entities.d.ts +10 -2
- package/dist/types/index.d.ts +4 -4
- package/dist/types/utility.d.ts +9 -3
- package/dist/utils/apiKeys.d.ts +6 -1
- package/dist/utils/apiKeys.js +9 -1
- package/dist/utils/domain-validation.d.ts +4 -0
- package/dist/utils/domain-validation.js +25 -0
- package/dist/utils/index.d.ts +4 -2
- package/dist/utils/index.js +4 -2
- package/dist/utils/pow.d.ts +13 -0
- package/dist/utils/pow.js +52 -0
- package/dist/validation/dolt-schemas.d.ts +1 -1
- package/dist/validation/drizzle-schema-helpers.d.ts +3 -3
- package/dist/validation/index.d.ts +2 -2
- package/dist/validation/index.js +2 -2
- package/dist/validation/schemas.d.ts +1949 -668
- package/dist/validation/schemas.js +57 -3
- package/drizzle/runtime/0022_superb_micromacro.sql +17 -0
- package/drizzle/runtime/meta/0022_snapshot.json +4240 -0
- package/drizzle/runtime/meta/_journal.json +7 -0
- package/package.json +3 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Part } from "../../types/a2a.js";
|
|
2
|
-
import { ConversationMetadata, MessageContent, MessageMetadata, TaskMetadataConfig } from "../../types/utility.js";
|
|
2
|
+
import { AppType, ConversationMetadata, MessageContent, MessageMetadata, TaskMetadataConfig } from "../../types/utility.js";
|
|
3
3
|
import { account, deviceCode, invitation, member, organization, session, ssoProvider, user, verification } from "../../auth/auth-schema.js";
|
|
4
4
|
import * as drizzle_orm111 from "drizzle-orm";
|
|
5
|
-
import * as
|
|
5
|
+
import * as drizzle_orm_pg_core1971 from "drizzle-orm/pg-core";
|
|
6
6
|
|
|
7
7
|
//#region src/db/runtime/runtime-schema.d.ts
|
|
8
8
|
declare namespace runtime_schema_d_exports {
|
|
9
|
-
export { account, apiKeys, contextCache, conversations, conversationsRelations, datasetRun, datasetRunConversationRelations, deviceCode, evaluationResult, evaluationRun, invitation, ledgerArtifacts, ledgerArtifactsRelations, member, messages, messagesRelations, organization, projectMetadata, scheduledTriggerInvocations, session, ssoProvider, taskRelations, taskRelationsRelations, tasks, tasksRelations, triggerInvocations, user, userProfile, userProfileRelations, verification, workAppGitHubInstallations, workAppGitHubInstallationsRelations, workAppGitHubMcpToolAccessMode, workAppGitHubMcpToolRepositoryAccess, workAppGitHubMcpToolRepositoryAccessRelations, workAppGitHubProjectAccessMode, workAppGitHubProjectRepositoryAccess, workAppGitHubProjectRepositoryAccessRelations, workAppGitHubRepositories, workAppGitHubRepositoriesRelations, workAppSlackChannelAgentConfigs, workAppSlackMcpToolAccessConfig, workAppSlackUserMappings, workAppSlackWorkspaces };
|
|
9
|
+
export { account, apiKeys, apps, contextCache, conversations, conversationsRelations, datasetRun, datasetRunConversationRelations, deviceCode, evaluationResult, evaluationRun, invitation, ledgerArtifacts, ledgerArtifactsRelations, member, messages, messagesRelations, organization, projectMetadata, scheduledTriggerInvocations, session, ssoProvider, taskRelations, taskRelationsRelations, tasks, tasksRelations, triggerInvocations, user, userProfile, userProfileRelations, verification, workAppGitHubInstallations, workAppGitHubInstallationsRelations, workAppGitHubMcpToolAccessMode, workAppGitHubMcpToolRepositoryAccess, workAppGitHubMcpToolRepositoryAccessRelations, workAppGitHubProjectAccessMode, workAppGitHubProjectRepositoryAccess, workAppGitHubProjectRepositoryAccessRelations, workAppGitHubRepositories, workAppGitHubRepositoriesRelations, workAppSlackChannelAgentConfigs, workAppSlackMcpToolAccessConfig, workAppSlackUserMappings, workAppSlackWorkspaces };
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
12
|
* Runtime projects table - source of truth for which projects exist in a tenant.
|
|
@@ -15,11 +15,11 @@ declare namespace runtime_schema_d_exports {
|
|
|
15
15
|
*
|
|
16
16
|
* Named 'project_metadata' to avoid conflict with the manage-schema 'projects' table.
|
|
17
17
|
*/
|
|
18
|
-
declare const projectMetadata:
|
|
18
|
+
declare const projectMetadata: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
19
19
|
name: "project_metadata";
|
|
20
20
|
schema: undefined;
|
|
21
21
|
columns: {
|
|
22
|
-
id:
|
|
22
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
23
23
|
name: "id";
|
|
24
24
|
tableName: "project_metadata";
|
|
25
25
|
dataType: "string";
|
|
@@ -38,7 +38,7 @@ declare const projectMetadata: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
38
38
|
}, {}, {
|
|
39
39
|
length: 256;
|
|
40
40
|
}>;
|
|
41
|
-
tenantId:
|
|
41
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
42
42
|
name: "tenant_id";
|
|
43
43
|
tableName: "project_metadata";
|
|
44
44
|
dataType: "string";
|
|
@@ -57,7 +57,7 @@ declare const projectMetadata: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
57
57
|
}, {}, {
|
|
58
58
|
length: 256;
|
|
59
59
|
}>;
|
|
60
|
-
createdAt:
|
|
60
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
61
61
|
name: "created_at";
|
|
62
62
|
tableName: "project_metadata";
|
|
63
63
|
dataType: "string";
|
|
@@ -74,7 +74,7 @@ declare const projectMetadata: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
74
74
|
identity: undefined;
|
|
75
75
|
generated: undefined;
|
|
76
76
|
}, {}, {}>;
|
|
77
|
-
createdBy:
|
|
77
|
+
createdBy: drizzle_orm_pg_core1971.PgColumn<{
|
|
78
78
|
name: "created_by";
|
|
79
79
|
tableName: "project_metadata";
|
|
80
80
|
dataType: "string";
|
|
@@ -93,7 +93,7 @@ declare const projectMetadata: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
93
93
|
}, {}, {
|
|
94
94
|
length: 256;
|
|
95
95
|
}>;
|
|
96
|
-
mainBranchName:
|
|
96
|
+
mainBranchName: drizzle_orm_pg_core1971.PgColumn<{
|
|
97
97
|
name: "main_branch_name";
|
|
98
98
|
tableName: "project_metadata";
|
|
99
99
|
dataType: "string";
|
|
@@ -115,11 +115,11 @@ declare const projectMetadata: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
115
115
|
};
|
|
116
116
|
dialect: "pg";
|
|
117
117
|
}>;
|
|
118
|
-
declare const conversations:
|
|
118
|
+
declare const conversations: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
119
119
|
name: "conversations";
|
|
120
120
|
schema: undefined;
|
|
121
121
|
columns: {
|
|
122
|
-
createdAt:
|
|
122
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
123
123
|
name: "created_at";
|
|
124
124
|
tableName: "conversations";
|
|
125
125
|
dataType: "string";
|
|
@@ -136,7 +136,7 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
136
136
|
identity: undefined;
|
|
137
137
|
generated: undefined;
|
|
138
138
|
}, {}, {}>;
|
|
139
|
-
updatedAt:
|
|
139
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
140
140
|
name: "updated_at";
|
|
141
141
|
tableName: "conversations";
|
|
142
142
|
dataType: "string";
|
|
@@ -153,7 +153,7 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
153
153
|
identity: undefined;
|
|
154
154
|
generated: undefined;
|
|
155
155
|
}, {}, {}>;
|
|
156
|
-
userId:
|
|
156
|
+
userId: drizzle_orm_pg_core1971.PgColumn<{
|
|
157
157
|
name: "user_id";
|
|
158
158
|
tableName: "conversations";
|
|
159
159
|
dataType: "string";
|
|
@@ -172,7 +172,7 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
172
172
|
}, {}, {
|
|
173
173
|
length: 256;
|
|
174
174
|
}>;
|
|
175
|
-
agentId:
|
|
175
|
+
agentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
176
176
|
name: "agent_id";
|
|
177
177
|
tableName: "conversations";
|
|
178
178
|
dataType: "string";
|
|
@@ -191,7 +191,7 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
191
191
|
}, {}, {
|
|
192
192
|
length: 256;
|
|
193
193
|
}>;
|
|
194
|
-
activeSubAgentId:
|
|
194
|
+
activeSubAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
195
195
|
name: "active_sub_agent_id";
|
|
196
196
|
tableName: "conversations";
|
|
197
197
|
dataType: "string";
|
|
@@ -210,13 +210,13 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
210
210
|
}, {}, {
|
|
211
211
|
length: 256;
|
|
212
212
|
}>;
|
|
213
|
-
ref:
|
|
213
|
+
ref: drizzle_orm_pg_core1971.PgColumn<{
|
|
214
214
|
name: "ref";
|
|
215
215
|
tableName: "conversations";
|
|
216
216
|
dataType: "json";
|
|
217
217
|
columnType: "PgJsonb";
|
|
218
218
|
data: {
|
|
219
|
-
type: "
|
|
219
|
+
type: "commit" | "tag" | "branch";
|
|
220
220
|
name: string;
|
|
221
221
|
hash: string;
|
|
222
222
|
};
|
|
@@ -232,12 +232,12 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
232
232
|
generated: undefined;
|
|
233
233
|
}, {}, {
|
|
234
234
|
$type: {
|
|
235
|
-
type: "
|
|
235
|
+
type: "commit" | "tag" | "branch";
|
|
236
236
|
name: string;
|
|
237
237
|
hash: string;
|
|
238
238
|
};
|
|
239
239
|
}>;
|
|
240
|
-
title:
|
|
240
|
+
title: drizzle_orm_pg_core1971.PgColumn<{
|
|
241
241
|
name: "title";
|
|
242
242
|
tableName: "conversations";
|
|
243
243
|
dataType: "string";
|
|
@@ -254,7 +254,7 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
254
254
|
identity: undefined;
|
|
255
255
|
generated: undefined;
|
|
256
256
|
}, {}, {}>;
|
|
257
|
-
lastContextResolution:
|
|
257
|
+
lastContextResolution: drizzle_orm_pg_core1971.PgColumn<{
|
|
258
258
|
name: "last_context_resolution";
|
|
259
259
|
tableName: "conversations";
|
|
260
260
|
dataType: "string";
|
|
@@ -271,7 +271,7 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
271
271
|
identity: undefined;
|
|
272
272
|
generated: undefined;
|
|
273
273
|
}, {}, {}>;
|
|
274
|
-
metadata:
|
|
274
|
+
metadata: drizzle_orm_pg_core1971.PgColumn<{
|
|
275
275
|
name: "metadata";
|
|
276
276
|
tableName: "conversations";
|
|
277
277
|
dataType: "json";
|
|
@@ -290,7 +290,7 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
290
290
|
}, {}, {
|
|
291
291
|
$type: ConversationMetadata;
|
|
292
292
|
}>;
|
|
293
|
-
projectId:
|
|
293
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
294
294
|
name: "project_id";
|
|
295
295
|
tableName: "conversations";
|
|
296
296
|
dataType: "string";
|
|
@@ -309,7 +309,7 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
309
309
|
}, {}, {
|
|
310
310
|
length: 256;
|
|
311
311
|
}>;
|
|
312
|
-
tenantId:
|
|
312
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
313
313
|
name: "tenant_id";
|
|
314
314
|
tableName: "conversations";
|
|
315
315
|
dataType: "string";
|
|
@@ -328,7 +328,7 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
328
328
|
}, {}, {
|
|
329
329
|
length: 256;
|
|
330
330
|
}>;
|
|
331
|
-
id:
|
|
331
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
332
332
|
name: "id";
|
|
333
333
|
tableName: "conversations";
|
|
334
334
|
dataType: "string";
|
|
@@ -350,11 +350,11 @@ declare const conversations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
350
350
|
};
|
|
351
351
|
dialect: "pg";
|
|
352
352
|
}>;
|
|
353
|
-
declare const tasks:
|
|
353
|
+
declare const tasks: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
354
354
|
name: "tasks";
|
|
355
355
|
schema: undefined;
|
|
356
356
|
columns: {
|
|
357
|
-
createdAt:
|
|
357
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
358
358
|
name: "created_at";
|
|
359
359
|
tableName: "tasks";
|
|
360
360
|
dataType: "string";
|
|
@@ -371,7 +371,7 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
371
371
|
identity: undefined;
|
|
372
372
|
generated: undefined;
|
|
373
373
|
}, {}, {}>;
|
|
374
|
-
updatedAt:
|
|
374
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
375
375
|
name: "updated_at";
|
|
376
376
|
tableName: "tasks";
|
|
377
377
|
dataType: "string";
|
|
@@ -388,7 +388,7 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
388
388
|
identity: undefined;
|
|
389
389
|
generated: undefined;
|
|
390
390
|
}, {}, {}>;
|
|
391
|
-
contextId:
|
|
391
|
+
contextId: drizzle_orm_pg_core1971.PgColumn<{
|
|
392
392
|
name: "context_id";
|
|
393
393
|
tableName: "tasks";
|
|
394
394
|
dataType: "string";
|
|
@@ -407,13 +407,13 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
407
407
|
}, {}, {
|
|
408
408
|
length: 256;
|
|
409
409
|
}>;
|
|
410
|
-
ref:
|
|
410
|
+
ref: drizzle_orm_pg_core1971.PgColumn<{
|
|
411
411
|
name: "ref";
|
|
412
412
|
tableName: "tasks";
|
|
413
413
|
dataType: "json";
|
|
414
414
|
columnType: "PgJsonb";
|
|
415
415
|
data: {
|
|
416
|
-
type: "
|
|
416
|
+
type: "commit" | "tag" | "branch";
|
|
417
417
|
name: string;
|
|
418
418
|
hash: string;
|
|
419
419
|
};
|
|
@@ -429,12 +429,12 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
429
429
|
generated: undefined;
|
|
430
430
|
}, {}, {
|
|
431
431
|
$type: {
|
|
432
|
-
type: "
|
|
432
|
+
type: "commit" | "tag" | "branch";
|
|
433
433
|
name: string;
|
|
434
434
|
hash: string;
|
|
435
435
|
};
|
|
436
436
|
}>;
|
|
437
|
-
status:
|
|
437
|
+
status: drizzle_orm_pg_core1971.PgColumn<{
|
|
438
438
|
name: "status";
|
|
439
439
|
tableName: "tasks";
|
|
440
440
|
dataType: "string";
|
|
@@ -453,7 +453,7 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
453
453
|
}, {}, {
|
|
454
454
|
length: 256;
|
|
455
455
|
}>;
|
|
456
|
-
metadata:
|
|
456
|
+
metadata: drizzle_orm_pg_core1971.PgColumn<{
|
|
457
457
|
name: "metadata";
|
|
458
458
|
tableName: "tasks";
|
|
459
459
|
dataType: "json";
|
|
@@ -472,7 +472,7 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
472
472
|
}, {}, {
|
|
473
473
|
$type: TaskMetadataConfig;
|
|
474
474
|
}>;
|
|
475
|
-
subAgentId:
|
|
475
|
+
subAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
476
476
|
name: "sub_agent_id";
|
|
477
477
|
tableName: "tasks";
|
|
478
478
|
dataType: "string";
|
|
@@ -491,7 +491,7 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
491
491
|
}, {}, {
|
|
492
492
|
length: 256;
|
|
493
493
|
}>;
|
|
494
|
-
agentId:
|
|
494
|
+
agentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
495
495
|
name: "agent_id";
|
|
496
496
|
tableName: "tasks";
|
|
497
497
|
dataType: "string";
|
|
@@ -510,7 +510,7 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
510
510
|
}, {}, {
|
|
511
511
|
length: 256;
|
|
512
512
|
}>;
|
|
513
|
-
projectId:
|
|
513
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
514
514
|
name: "project_id";
|
|
515
515
|
tableName: "tasks";
|
|
516
516
|
dataType: "string";
|
|
@@ -529,7 +529,7 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
529
529
|
}, {}, {
|
|
530
530
|
length: 256;
|
|
531
531
|
}>;
|
|
532
|
-
tenantId:
|
|
532
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
533
533
|
name: "tenant_id";
|
|
534
534
|
tableName: "tasks";
|
|
535
535
|
dataType: "string";
|
|
@@ -548,7 +548,7 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
548
548
|
}, {}, {
|
|
549
549
|
length: 256;
|
|
550
550
|
}>;
|
|
551
|
-
id:
|
|
551
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
552
552
|
name: "id";
|
|
553
553
|
tableName: "tasks";
|
|
554
554
|
dataType: "string";
|
|
@@ -570,11 +570,11 @@ declare const tasks: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
570
570
|
};
|
|
571
571
|
dialect: "pg";
|
|
572
572
|
}>;
|
|
573
|
-
declare const apiKeys:
|
|
573
|
+
declare const apiKeys: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
574
574
|
name: "api_keys";
|
|
575
575
|
schema: undefined;
|
|
576
576
|
columns: {
|
|
577
|
-
createdAt:
|
|
577
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
578
578
|
name: "created_at";
|
|
579
579
|
tableName: "api_keys";
|
|
580
580
|
dataType: "string";
|
|
@@ -591,7 +591,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
591
591
|
identity: undefined;
|
|
592
592
|
generated: undefined;
|
|
593
593
|
}, {}, {}>;
|
|
594
|
-
updatedAt:
|
|
594
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
595
595
|
name: "updated_at";
|
|
596
596
|
tableName: "api_keys";
|
|
597
597
|
dataType: "string";
|
|
@@ -608,7 +608,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
608
608
|
identity: undefined;
|
|
609
609
|
generated: undefined;
|
|
610
610
|
}, {}, {}>;
|
|
611
|
-
agentId:
|
|
611
|
+
agentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
612
612
|
name: "agent_id";
|
|
613
613
|
tableName: "api_keys";
|
|
614
614
|
dataType: "string";
|
|
@@ -627,7 +627,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
627
627
|
}, {}, {
|
|
628
628
|
length: 256;
|
|
629
629
|
}>;
|
|
630
|
-
publicId:
|
|
630
|
+
publicId: drizzle_orm_pg_core1971.PgColumn<{
|
|
631
631
|
name: "public_id";
|
|
632
632
|
tableName: "api_keys";
|
|
633
633
|
dataType: "string";
|
|
@@ -646,7 +646,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
646
646
|
}, {}, {
|
|
647
647
|
length: 256;
|
|
648
648
|
}>;
|
|
649
|
-
keyHash:
|
|
649
|
+
keyHash: drizzle_orm_pg_core1971.PgColumn<{
|
|
650
650
|
name: "key_hash";
|
|
651
651
|
tableName: "api_keys";
|
|
652
652
|
dataType: "string";
|
|
@@ -665,7 +665,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
665
665
|
}, {}, {
|
|
666
666
|
length: 256;
|
|
667
667
|
}>;
|
|
668
|
-
keyPrefix:
|
|
668
|
+
keyPrefix: drizzle_orm_pg_core1971.PgColumn<{
|
|
669
669
|
name: "key_prefix";
|
|
670
670
|
tableName: "api_keys";
|
|
671
671
|
dataType: "string";
|
|
@@ -684,7 +684,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
684
684
|
}, {}, {
|
|
685
685
|
length: 256;
|
|
686
686
|
}>;
|
|
687
|
-
name:
|
|
687
|
+
name: drizzle_orm_pg_core1971.PgColumn<{
|
|
688
688
|
name: "name";
|
|
689
689
|
tableName: "api_keys";
|
|
690
690
|
dataType: "string";
|
|
@@ -703,7 +703,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
703
703
|
}, {}, {
|
|
704
704
|
length: 256;
|
|
705
705
|
}>;
|
|
706
|
-
lastUsedAt:
|
|
706
|
+
lastUsedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
707
707
|
name: "last_used_at";
|
|
708
708
|
tableName: "api_keys";
|
|
709
709
|
dataType: "string";
|
|
@@ -720,7 +720,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
720
720
|
identity: undefined;
|
|
721
721
|
generated: undefined;
|
|
722
722
|
}, {}, {}>;
|
|
723
|
-
expiresAt:
|
|
723
|
+
expiresAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
724
724
|
name: "expires_at";
|
|
725
725
|
tableName: "api_keys";
|
|
726
726
|
dataType: "string";
|
|
@@ -737,7 +737,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
737
737
|
identity: undefined;
|
|
738
738
|
generated: undefined;
|
|
739
739
|
}, {}, {}>;
|
|
740
|
-
projectId:
|
|
740
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
741
741
|
name: "project_id";
|
|
742
742
|
tableName: "api_keys";
|
|
743
743
|
dataType: "string";
|
|
@@ -756,7 +756,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
756
756
|
}, {}, {
|
|
757
757
|
length: 256;
|
|
758
758
|
}>;
|
|
759
|
-
tenantId:
|
|
759
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
760
760
|
name: "tenant_id";
|
|
761
761
|
tableName: "api_keys";
|
|
762
762
|
dataType: "string";
|
|
@@ -775,7 +775,7 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
775
775
|
}, {}, {
|
|
776
776
|
length: 256;
|
|
777
777
|
}>;
|
|
778
|
-
id:
|
|
778
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
779
779
|
name: "id";
|
|
780
780
|
tableName: "api_keys";
|
|
781
781
|
dataType: "string";
|
|
@@ -797,6 +797,267 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
797
797
|
};
|
|
798
798
|
dialect: "pg";
|
|
799
799
|
}>;
|
|
800
|
+
declare const apps: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
801
|
+
name: "apps";
|
|
802
|
+
schema: undefined;
|
|
803
|
+
columns: {
|
|
804
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
805
|
+
name: "created_at";
|
|
806
|
+
tableName: "apps";
|
|
807
|
+
dataType: "string";
|
|
808
|
+
columnType: "PgTimestampString";
|
|
809
|
+
data: string;
|
|
810
|
+
driverParam: string;
|
|
811
|
+
notNull: true;
|
|
812
|
+
hasDefault: true;
|
|
813
|
+
isPrimaryKey: false;
|
|
814
|
+
isAutoincrement: false;
|
|
815
|
+
hasRuntimeDefault: false;
|
|
816
|
+
enumValues: undefined;
|
|
817
|
+
baseColumn: never;
|
|
818
|
+
identity: undefined;
|
|
819
|
+
generated: undefined;
|
|
820
|
+
}, {}, {}>;
|
|
821
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
822
|
+
name: "updated_at";
|
|
823
|
+
tableName: "apps";
|
|
824
|
+
dataType: "string";
|
|
825
|
+
columnType: "PgTimestampString";
|
|
826
|
+
data: string;
|
|
827
|
+
driverParam: string;
|
|
828
|
+
notNull: true;
|
|
829
|
+
hasDefault: true;
|
|
830
|
+
isPrimaryKey: false;
|
|
831
|
+
isAutoincrement: false;
|
|
832
|
+
hasRuntimeDefault: false;
|
|
833
|
+
enumValues: undefined;
|
|
834
|
+
baseColumn: never;
|
|
835
|
+
identity: undefined;
|
|
836
|
+
generated: undefined;
|
|
837
|
+
}, {}, {}>;
|
|
838
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
839
|
+
name: "id";
|
|
840
|
+
tableName: "apps";
|
|
841
|
+
dataType: "string";
|
|
842
|
+
columnType: "PgVarchar";
|
|
843
|
+
data: string;
|
|
844
|
+
driverParam: string;
|
|
845
|
+
notNull: true;
|
|
846
|
+
hasDefault: false;
|
|
847
|
+
isPrimaryKey: true;
|
|
848
|
+
isAutoincrement: false;
|
|
849
|
+
hasRuntimeDefault: false;
|
|
850
|
+
enumValues: [string, ...string[]];
|
|
851
|
+
baseColumn: never;
|
|
852
|
+
identity: undefined;
|
|
853
|
+
generated: undefined;
|
|
854
|
+
}, {}, {
|
|
855
|
+
length: 256;
|
|
856
|
+
}>;
|
|
857
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
858
|
+
name: "tenant_id";
|
|
859
|
+
tableName: "apps";
|
|
860
|
+
dataType: "string";
|
|
861
|
+
columnType: "PgVarchar";
|
|
862
|
+
data: string;
|
|
863
|
+
driverParam: string;
|
|
864
|
+
notNull: false;
|
|
865
|
+
hasDefault: false;
|
|
866
|
+
isPrimaryKey: false;
|
|
867
|
+
isAutoincrement: false;
|
|
868
|
+
hasRuntimeDefault: false;
|
|
869
|
+
enumValues: [string, ...string[]];
|
|
870
|
+
baseColumn: never;
|
|
871
|
+
identity: undefined;
|
|
872
|
+
generated: undefined;
|
|
873
|
+
}, {}, {
|
|
874
|
+
length: 256;
|
|
875
|
+
}>;
|
|
876
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
877
|
+
name: "project_id";
|
|
878
|
+
tableName: "apps";
|
|
879
|
+
dataType: "string";
|
|
880
|
+
columnType: "PgVarchar";
|
|
881
|
+
data: string;
|
|
882
|
+
driverParam: string;
|
|
883
|
+
notNull: false;
|
|
884
|
+
hasDefault: false;
|
|
885
|
+
isPrimaryKey: false;
|
|
886
|
+
isAutoincrement: false;
|
|
887
|
+
hasRuntimeDefault: false;
|
|
888
|
+
enumValues: [string, ...string[]];
|
|
889
|
+
baseColumn: never;
|
|
890
|
+
identity: undefined;
|
|
891
|
+
generated: undefined;
|
|
892
|
+
}, {}, {
|
|
893
|
+
length: 256;
|
|
894
|
+
}>;
|
|
895
|
+
name: drizzle_orm_pg_core1971.PgColumn<{
|
|
896
|
+
name: "name";
|
|
897
|
+
tableName: "apps";
|
|
898
|
+
dataType: "string";
|
|
899
|
+
columnType: "PgVarchar";
|
|
900
|
+
data: string;
|
|
901
|
+
driverParam: string;
|
|
902
|
+
notNull: true;
|
|
903
|
+
hasDefault: false;
|
|
904
|
+
isPrimaryKey: false;
|
|
905
|
+
isAutoincrement: false;
|
|
906
|
+
hasRuntimeDefault: false;
|
|
907
|
+
enumValues: [string, ...string[]];
|
|
908
|
+
baseColumn: never;
|
|
909
|
+
identity: undefined;
|
|
910
|
+
generated: undefined;
|
|
911
|
+
}, {}, {
|
|
912
|
+
length: 256;
|
|
913
|
+
}>;
|
|
914
|
+
description: drizzle_orm_pg_core1971.PgColumn<{
|
|
915
|
+
name: "description";
|
|
916
|
+
tableName: "apps";
|
|
917
|
+
dataType: "string";
|
|
918
|
+
columnType: "PgText";
|
|
919
|
+
data: string;
|
|
920
|
+
driverParam: string;
|
|
921
|
+
notNull: false;
|
|
922
|
+
hasDefault: false;
|
|
923
|
+
isPrimaryKey: false;
|
|
924
|
+
isAutoincrement: false;
|
|
925
|
+
hasRuntimeDefault: false;
|
|
926
|
+
enumValues: [string, ...string[]];
|
|
927
|
+
baseColumn: never;
|
|
928
|
+
identity: undefined;
|
|
929
|
+
generated: undefined;
|
|
930
|
+
}, {}, {}>;
|
|
931
|
+
type: drizzle_orm_pg_core1971.PgColumn<{
|
|
932
|
+
name: "type";
|
|
933
|
+
tableName: "apps";
|
|
934
|
+
dataType: "string";
|
|
935
|
+
columnType: "PgVarchar";
|
|
936
|
+
data: AppType;
|
|
937
|
+
driverParam: string;
|
|
938
|
+
notNull: true;
|
|
939
|
+
hasDefault: false;
|
|
940
|
+
isPrimaryKey: false;
|
|
941
|
+
isAutoincrement: false;
|
|
942
|
+
hasRuntimeDefault: false;
|
|
943
|
+
enumValues: [string, ...string[]];
|
|
944
|
+
baseColumn: never;
|
|
945
|
+
identity: undefined;
|
|
946
|
+
generated: undefined;
|
|
947
|
+
}, {}, {
|
|
948
|
+
length: 64;
|
|
949
|
+
$type: AppType;
|
|
950
|
+
}>;
|
|
951
|
+
defaultProjectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
952
|
+
name: "default_project_id";
|
|
953
|
+
tableName: "apps";
|
|
954
|
+
dataType: "string";
|
|
955
|
+
columnType: "PgVarchar";
|
|
956
|
+
data: string;
|
|
957
|
+
driverParam: string;
|
|
958
|
+
notNull: false;
|
|
959
|
+
hasDefault: false;
|
|
960
|
+
isPrimaryKey: false;
|
|
961
|
+
isAutoincrement: false;
|
|
962
|
+
hasRuntimeDefault: false;
|
|
963
|
+
enumValues: [string, ...string[]];
|
|
964
|
+
baseColumn: never;
|
|
965
|
+
identity: undefined;
|
|
966
|
+
generated: undefined;
|
|
967
|
+
}, {}, {
|
|
968
|
+
length: 256;
|
|
969
|
+
}>;
|
|
970
|
+
defaultAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
971
|
+
name: "default_agent_id";
|
|
972
|
+
tableName: "apps";
|
|
973
|
+
dataType: "string";
|
|
974
|
+
columnType: "PgVarchar";
|
|
975
|
+
data: string;
|
|
976
|
+
driverParam: string;
|
|
977
|
+
notNull: false;
|
|
978
|
+
hasDefault: false;
|
|
979
|
+
isPrimaryKey: false;
|
|
980
|
+
isAutoincrement: false;
|
|
981
|
+
hasRuntimeDefault: false;
|
|
982
|
+
enumValues: [string, ...string[]];
|
|
983
|
+
baseColumn: never;
|
|
984
|
+
identity: undefined;
|
|
985
|
+
generated: undefined;
|
|
986
|
+
}, {}, {
|
|
987
|
+
length: 256;
|
|
988
|
+
}>;
|
|
989
|
+
enabled: drizzle_orm_pg_core1971.PgColumn<{
|
|
990
|
+
name: "enabled";
|
|
991
|
+
tableName: "apps";
|
|
992
|
+
dataType: "boolean";
|
|
993
|
+
columnType: "PgBoolean";
|
|
994
|
+
data: boolean;
|
|
995
|
+
driverParam: boolean;
|
|
996
|
+
notNull: true;
|
|
997
|
+
hasDefault: true;
|
|
998
|
+
isPrimaryKey: false;
|
|
999
|
+
isAutoincrement: false;
|
|
1000
|
+
hasRuntimeDefault: false;
|
|
1001
|
+
enumValues: undefined;
|
|
1002
|
+
baseColumn: never;
|
|
1003
|
+
identity: undefined;
|
|
1004
|
+
generated: undefined;
|
|
1005
|
+
}, {}, {}>;
|
|
1006
|
+
config: drizzle_orm_pg_core1971.PgColumn<{
|
|
1007
|
+
name: "config";
|
|
1008
|
+
tableName: "apps";
|
|
1009
|
+
dataType: "json";
|
|
1010
|
+
columnType: "PgJsonb";
|
|
1011
|
+
data: {
|
|
1012
|
+
type: "web_client";
|
|
1013
|
+
webClient: {
|
|
1014
|
+
allowedDomains: string[];
|
|
1015
|
+
};
|
|
1016
|
+
} | {
|
|
1017
|
+
type: "api";
|
|
1018
|
+
api: Record<string, never>;
|
|
1019
|
+
};
|
|
1020
|
+
driverParam: unknown;
|
|
1021
|
+
notNull: true;
|
|
1022
|
+
hasDefault: false;
|
|
1023
|
+
isPrimaryKey: false;
|
|
1024
|
+
isAutoincrement: false;
|
|
1025
|
+
hasRuntimeDefault: false;
|
|
1026
|
+
enumValues: undefined;
|
|
1027
|
+
baseColumn: never;
|
|
1028
|
+
identity: undefined;
|
|
1029
|
+
generated: undefined;
|
|
1030
|
+
}, {}, {
|
|
1031
|
+
$type: {
|
|
1032
|
+
type: "web_client";
|
|
1033
|
+
webClient: {
|
|
1034
|
+
allowedDomains: string[];
|
|
1035
|
+
};
|
|
1036
|
+
} | {
|
|
1037
|
+
type: "api";
|
|
1038
|
+
api: Record<string, never>;
|
|
1039
|
+
};
|
|
1040
|
+
}>;
|
|
1041
|
+
lastUsedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1042
|
+
name: "last_used_at";
|
|
1043
|
+
tableName: "apps";
|
|
1044
|
+
dataType: "string";
|
|
1045
|
+
columnType: "PgTimestampString";
|
|
1046
|
+
data: string;
|
|
1047
|
+
driverParam: string;
|
|
1048
|
+
notNull: false;
|
|
1049
|
+
hasDefault: false;
|
|
1050
|
+
isPrimaryKey: false;
|
|
1051
|
+
isAutoincrement: false;
|
|
1052
|
+
hasRuntimeDefault: false;
|
|
1053
|
+
enumValues: undefined;
|
|
1054
|
+
baseColumn: never;
|
|
1055
|
+
identity: undefined;
|
|
1056
|
+
generated: undefined;
|
|
1057
|
+
}, {}, {}>;
|
|
1058
|
+
};
|
|
1059
|
+
dialect: "pg";
|
|
1060
|
+
}>;
|
|
800
1061
|
/**
|
|
801
1062
|
* Trigger invocations - records each time a webhook trigger is invoked.
|
|
802
1063
|
* This is runtime data (transactional) so it lives in PostgreSQL, not DoltGres.
|
|
@@ -804,11 +1065,11 @@ declare const apiKeys: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
804
1065
|
* Application code must enforce referential integrity for triggerId.
|
|
805
1066
|
* Can optionally link to conversations when the trigger creates one.
|
|
806
1067
|
*/
|
|
807
|
-
declare const triggerInvocations:
|
|
1068
|
+
declare const triggerInvocations: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
808
1069
|
name: "trigger_invocations";
|
|
809
1070
|
schema: undefined;
|
|
810
1071
|
columns: {
|
|
811
|
-
triggerId:
|
|
1072
|
+
triggerId: drizzle_orm_pg_core1971.PgColumn<{
|
|
812
1073
|
name: "trigger_id";
|
|
813
1074
|
tableName: "trigger_invocations";
|
|
814
1075
|
dataType: "string";
|
|
@@ -827,7 +1088,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
827
1088
|
}, {}, {
|
|
828
1089
|
length: 256;
|
|
829
1090
|
}>;
|
|
830
|
-
conversationId:
|
|
1091
|
+
conversationId: drizzle_orm_pg_core1971.PgColumn<{
|
|
831
1092
|
name: "conversation_id";
|
|
832
1093
|
tableName: "trigger_invocations";
|
|
833
1094
|
dataType: "string";
|
|
@@ -846,7 +1107,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
846
1107
|
}, {}, {
|
|
847
1108
|
length: 256;
|
|
848
1109
|
}>;
|
|
849
|
-
status:
|
|
1110
|
+
status: drizzle_orm_pg_core1971.PgColumn<{
|
|
850
1111
|
name: "status";
|
|
851
1112
|
tableName: "trigger_invocations";
|
|
852
1113
|
dataType: "string";
|
|
@@ -865,7 +1126,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
865
1126
|
}, {}, {
|
|
866
1127
|
length: 20;
|
|
867
1128
|
}>;
|
|
868
|
-
requestPayload:
|
|
1129
|
+
requestPayload: drizzle_orm_pg_core1971.PgColumn<{
|
|
869
1130
|
name: "request_payload";
|
|
870
1131
|
tableName: "trigger_invocations";
|
|
871
1132
|
dataType: "json";
|
|
@@ -882,7 +1143,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
882
1143
|
identity: undefined;
|
|
883
1144
|
generated: undefined;
|
|
884
1145
|
}, {}, {}>;
|
|
885
|
-
transformedPayload:
|
|
1146
|
+
transformedPayload: drizzle_orm_pg_core1971.PgColumn<{
|
|
886
1147
|
name: "transformed_payload";
|
|
887
1148
|
tableName: "trigger_invocations";
|
|
888
1149
|
dataType: "json";
|
|
@@ -899,7 +1160,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
899
1160
|
identity: undefined;
|
|
900
1161
|
generated: undefined;
|
|
901
1162
|
}, {}, {}>;
|
|
902
|
-
errorMessage:
|
|
1163
|
+
errorMessage: drizzle_orm_pg_core1971.PgColumn<{
|
|
903
1164
|
name: "error_message";
|
|
904
1165
|
tableName: "trigger_invocations";
|
|
905
1166
|
dataType: "string";
|
|
@@ -916,7 +1177,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
916
1177
|
identity: undefined;
|
|
917
1178
|
generated: undefined;
|
|
918
1179
|
}, {}, {}>;
|
|
919
|
-
createdAt:
|
|
1180
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
920
1181
|
name: "created_at";
|
|
921
1182
|
tableName: "trigger_invocations";
|
|
922
1183
|
dataType: "string";
|
|
@@ -933,7 +1194,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
933
1194
|
identity: undefined;
|
|
934
1195
|
generated: undefined;
|
|
935
1196
|
}, {}, {}>;
|
|
936
|
-
agentId:
|
|
1197
|
+
agentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
937
1198
|
name: "agent_id";
|
|
938
1199
|
tableName: "trigger_invocations";
|
|
939
1200
|
dataType: "string";
|
|
@@ -952,7 +1213,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
952
1213
|
}, {}, {
|
|
953
1214
|
length: 256;
|
|
954
1215
|
}>;
|
|
955
|
-
projectId:
|
|
1216
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
956
1217
|
name: "project_id";
|
|
957
1218
|
tableName: "trigger_invocations";
|
|
958
1219
|
dataType: "string";
|
|
@@ -971,7 +1232,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
971
1232
|
}, {}, {
|
|
972
1233
|
length: 256;
|
|
973
1234
|
}>;
|
|
974
|
-
tenantId:
|
|
1235
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
975
1236
|
name: "tenant_id";
|
|
976
1237
|
tableName: "trigger_invocations";
|
|
977
1238
|
dataType: "string";
|
|
@@ -990,7 +1251,7 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
990
1251
|
}, {}, {
|
|
991
1252
|
length: 256;
|
|
992
1253
|
}>;
|
|
993
|
-
id:
|
|
1254
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
994
1255
|
name: "id";
|
|
995
1256
|
tableName: "trigger_invocations";
|
|
996
1257
|
dataType: "string";
|
|
@@ -1017,11 +1278,11 @@ declare const triggerInvocations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
1017
1278
|
* Enforces workspace -> tenant uniqueness and provides audit trail.
|
|
1018
1279
|
* Stores reference to Nango connection for token retrieval.
|
|
1019
1280
|
*/
|
|
1020
|
-
declare const workAppSlackWorkspaces:
|
|
1281
|
+
declare const workAppSlackWorkspaces: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
1021
1282
|
name: "work_app_slack_workspaces";
|
|
1022
1283
|
schema: undefined;
|
|
1023
1284
|
columns: {
|
|
1024
|
-
createdAt:
|
|
1285
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1025
1286
|
name: "created_at";
|
|
1026
1287
|
tableName: "work_app_slack_workspaces";
|
|
1027
1288
|
dataType: "string";
|
|
@@ -1038,7 +1299,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1038
1299
|
identity: undefined;
|
|
1039
1300
|
generated: undefined;
|
|
1040
1301
|
}, {}, {}>;
|
|
1041
|
-
updatedAt:
|
|
1302
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1042
1303
|
name: "updated_at";
|
|
1043
1304
|
tableName: "work_app_slack_workspaces";
|
|
1044
1305
|
dataType: "string";
|
|
@@ -1055,7 +1316,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1055
1316
|
identity: undefined;
|
|
1056
1317
|
generated: undefined;
|
|
1057
1318
|
}, {}, {}>;
|
|
1058
|
-
id:
|
|
1319
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
1059
1320
|
name: "id";
|
|
1060
1321
|
tableName: "work_app_slack_workspaces";
|
|
1061
1322
|
dataType: "string";
|
|
@@ -1074,7 +1335,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1074
1335
|
}, {}, {
|
|
1075
1336
|
length: 256;
|
|
1076
1337
|
}>;
|
|
1077
|
-
tenantId:
|
|
1338
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1078
1339
|
name: "tenant_id";
|
|
1079
1340
|
tableName: "work_app_slack_workspaces";
|
|
1080
1341
|
dataType: "string";
|
|
@@ -1093,7 +1354,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1093
1354
|
}, {}, {
|
|
1094
1355
|
length: 256;
|
|
1095
1356
|
}>;
|
|
1096
|
-
slackTeamId:
|
|
1357
|
+
slackTeamId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1097
1358
|
name: "slack_team_id";
|
|
1098
1359
|
tableName: "work_app_slack_workspaces";
|
|
1099
1360
|
dataType: "string";
|
|
@@ -1112,7 +1373,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1112
1373
|
}, {}, {
|
|
1113
1374
|
length: 256;
|
|
1114
1375
|
}>;
|
|
1115
|
-
slackEnterpriseId:
|
|
1376
|
+
slackEnterpriseId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1116
1377
|
name: "slack_enterprise_id";
|
|
1117
1378
|
tableName: "work_app_slack_workspaces";
|
|
1118
1379
|
dataType: "string";
|
|
@@ -1131,7 +1392,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1131
1392
|
}, {}, {
|
|
1132
1393
|
length: 256;
|
|
1133
1394
|
}>;
|
|
1134
|
-
slackAppId:
|
|
1395
|
+
slackAppId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1135
1396
|
name: "slack_app_id";
|
|
1136
1397
|
tableName: "work_app_slack_workspaces";
|
|
1137
1398
|
dataType: "string";
|
|
@@ -1150,7 +1411,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1150
1411
|
}, {}, {
|
|
1151
1412
|
length: 256;
|
|
1152
1413
|
}>;
|
|
1153
|
-
slackTeamName:
|
|
1414
|
+
slackTeamName: drizzle_orm_pg_core1971.PgColumn<{
|
|
1154
1415
|
name: "slack_team_name";
|
|
1155
1416
|
tableName: "work_app_slack_workspaces";
|
|
1156
1417
|
dataType: "string";
|
|
@@ -1169,7 +1430,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1169
1430
|
}, {}, {
|
|
1170
1431
|
length: 512;
|
|
1171
1432
|
}>;
|
|
1172
|
-
nangoProviderConfigKey:
|
|
1433
|
+
nangoProviderConfigKey: drizzle_orm_pg_core1971.PgColumn<{
|
|
1173
1434
|
name: "nango_provider_config_key";
|
|
1174
1435
|
tableName: "work_app_slack_workspaces";
|
|
1175
1436
|
dataType: "string";
|
|
@@ -1188,7 +1449,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1188
1449
|
}, {}, {
|
|
1189
1450
|
length: 256;
|
|
1190
1451
|
}>;
|
|
1191
|
-
nangoConnectionId:
|
|
1452
|
+
nangoConnectionId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1192
1453
|
name: "nango_connection_id";
|
|
1193
1454
|
tableName: "work_app_slack_workspaces";
|
|
1194
1455
|
dataType: "string";
|
|
@@ -1207,7 +1468,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1207
1468
|
}, {}, {
|
|
1208
1469
|
length: 256;
|
|
1209
1470
|
}>;
|
|
1210
|
-
status:
|
|
1471
|
+
status: drizzle_orm_pg_core1971.PgColumn<{
|
|
1211
1472
|
name: "status";
|
|
1212
1473
|
tableName: "work_app_slack_workspaces";
|
|
1213
1474
|
dataType: "string";
|
|
@@ -1226,7 +1487,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1226
1487
|
}, {}, {
|
|
1227
1488
|
length: 20;
|
|
1228
1489
|
}>;
|
|
1229
|
-
installedByUserId:
|
|
1490
|
+
installedByUserId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1230
1491
|
name: "installed_by_user_id";
|
|
1231
1492
|
tableName: "work_app_slack_workspaces";
|
|
1232
1493
|
dataType: "string";
|
|
@@ -1243,7 +1504,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1243
1504
|
identity: undefined;
|
|
1244
1505
|
generated: undefined;
|
|
1245
1506
|
}, {}, {}>;
|
|
1246
|
-
shouldAllowJoinFromWorkspace:
|
|
1507
|
+
shouldAllowJoinFromWorkspace: drizzle_orm_pg_core1971.PgColumn<{
|
|
1247
1508
|
name: "should_allow_join_from_workspace";
|
|
1248
1509
|
tableName: "work_app_slack_workspaces";
|
|
1249
1510
|
dataType: "boolean";
|
|
@@ -1260,7 +1521,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1260
1521
|
identity: undefined;
|
|
1261
1522
|
generated: undefined;
|
|
1262
1523
|
}, {}, {}>;
|
|
1263
|
-
defaultAgentId:
|
|
1524
|
+
defaultAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1264
1525
|
name: "default_agent_id";
|
|
1265
1526
|
tableName: "work_app_slack_workspaces";
|
|
1266
1527
|
dataType: "string";
|
|
@@ -1279,7 +1540,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1279
1540
|
}, {}, {
|
|
1280
1541
|
length: 256;
|
|
1281
1542
|
}>;
|
|
1282
|
-
defaultProjectId:
|
|
1543
|
+
defaultProjectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1283
1544
|
name: "default_project_id";
|
|
1284
1545
|
tableName: "work_app_slack_workspaces";
|
|
1285
1546
|
dataType: "string";
|
|
@@ -1298,7 +1559,7 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1298
1559
|
}, {}, {
|
|
1299
1560
|
length: 256;
|
|
1300
1561
|
}>;
|
|
1301
|
-
defaultGrantAccessToMembers:
|
|
1562
|
+
defaultGrantAccessToMembers: drizzle_orm_pg_core1971.PgColumn<{
|
|
1302
1563
|
name: "default_grant_access_to_members";
|
|
1303
1564
|
tableName: "work_app_slack_workspaces";
|
|
1304
1565
|
dataType: "boolean";
|
|
@@ -1323,11 +1584,11 @@ declare const workAppSlackWorkspaces: drizzle_orm_pg_core1919.PgTableWithColumns
|
|
|
1323
1584
|
* Enables Slack users to trigger agents after linking their accounts.
|
|
1324
1585
|
* Unique per tenant + clientId + slackTeamId + slackUserId.
|
|
1325
1586
|
*/
|
|
1326
|
-
declare const workAppSlackUserMappings:
|
|
1587
|
+
declare const workAppSlackUserMappings: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
1327
1588
|
name: "work_app_slack_user_mappings";
|
|
1328
1589
|
schema: undefined;
|
|
1329
1590
|
columns: {
|
|
1330
|
-
createdAt:
|
|
1591
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1331
1592
|
name: "created_at";
|
|
1332
1593
|
tableName: "work_app_slack_user_mappings";
|
|
1333
1594
|
dataType: "string";
|
|
@@ -1344,7 +1605,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1344
1605
|
identity: undefined;
|
|
1345
1606
|
generated: undefined;
|
|
1346
1607
|
}, {}, {}>;
|
|
1347
|
-
updatedAt:
|
|
1608
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1348
1609
|
name: "updated_at";
|
|
1349
1610
|
tableName: "work_app_slack_user_mappings";
|
|
1350
1611
|
dataType: "string";
|
|
@@ -1361,7 +1622,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1361
1622
|
identity: undefined;
|
|
1362
1623
|
generated: undefined;
|
|
1363
1624
|
}, {}, {}>;
|
|
1364
|
-
id:
|
|
1625
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
1365
1626
|
name: "id";
|
|
1366
1627
|
tableName: "work_app_slack_user_mappings";
|
|
1367
1628
|
dataType: "string";
|
|
@@ -1380,7 +1641,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1380
1641
|
}, {}, {
|
|
1381
1642
|
length: 256;
|
|
1382
1643
|
}>;
|
|
1383
|
-
tenantId:
|
|
1644
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1384
1645
|
name: "tenant_id";
|
|
1385
1646
|
tableName: "work_app_slack_user_mappings";
|
|
1386
1647
|
dataType: "string";
|
|
@@ -1399,7 +1660,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1399
1660
|
}, {}, {
|
|
1400
1661
|
length: 256;
|
|
1401
1662
|
}>;
|
|
1402
|
-
clientId:
|
|
1663
|
+
clientId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1403
1664
|
name: "client_id";
|
|
1404
1665
|
tableName: "work_app_slack_user_mappings";
|
|
1405
1666
|
dataType: "string";
|
|
@@ -1418,7 +1679,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1418
1679
|
}, {}, {
|
|
1419
1680
|
length: 256;
|
|
1420
1681
|
}>;
|
|
1421
|
-
slackUserId:
|
|
1682
|
+
slackUserId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1422
1683
|
name: "slack_user_id";
|
|
1423
1684
|
tableName: "work_app_slack_user_mappings";
|
|
1424
1685
|
dataType: "string";
|
|
@@ -1437,7 +1698,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1437
1698
|
}, {}, {
|
|
1438
1699
|
length: 256;
|
|
1439
1700
|
}>;
|
|
1440
|
-
slackTeamId:
|
|
1701
|
+
slackTeamId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1441
1702
|
name: "slack_team_id";
|
|
1442
1703
|
tableName: "work_app_slack_user_mappings";
|
|
1443
1704
|
dataType: "string";
|
|
@@ -1456,7 +1717,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1456
1717
|
}, {}, {
|
|
1457
1718
|
length: 256;
|
|
1458
1719
|
}>;
|
|
1459
|
-
slackEnterpriseId:
|
|
1720
|
+
slackEnterpriseId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1460
1721
|
name: "slack_enterprise_id";
|
|
1461
1722
|
tableName: "work_app_slack_user_mappings";
|
|
1462
1723
|
dataType: "string";
|
|
@@ -1475,7 +1736,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1475
1736
|
}, {}, {
|
|
1476
1737
|
length: 256;
|
|
1477
1738
|
}>;
|
|
1478
|
-
inkeepUserId:
|
|
1739
|
+
inkeepUserId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1479
1740
|
name: "inkeep_user_id";
|
|
1480
1741
|
tableName: "work_app_slack_user_mappings";
|
|
1481
1742
|
dataType: "string";
|
|
@@ -1492,7 +1753,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1492
1753
|
identity: undefined;
|
|
1493
1754
|
generated: undefined;
|
|
1494
1755
|
}, {}, {}>;
|
|
1495
|
-
slackUsername:
|
|
1756
|
+
slackUsername: drizzle_orm_pg_core1971.PgColumn<{
|
|
1496
1757
|
name: "slack_username";
|
|
1497
1758
|
tableName: "work_app_slack_user_mappings";
|
|
1498
1759
|
dataType: "string";
|
|
@@ -1511,7 +1772,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1511
1772
|
}, {}, {
|
|
1512
1773
|
length: 256;
|
|
1513
1774
|
}>;
|
|
1514
|
-
slackEmail:
|
|
1775
|
+
slackEmail: drizzle_orm_pg_core1971.PgColumn<{
|
|
1515
1776
|
name: "slack_email";
|
|
1516
1777
|
tableName: "work_app_slack_user_mappings";
|
|
1517
1778
|
dataType: "string";
|
|
@@ -1530,7 +1791,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1530
1791
|
}, {}, {
|
|
1531
1792
|
length: 256;
|
|
1532
1793
|
}>;
|
|
1533
|
-
linkedAt:
|
|
1794
|
+
linkedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1534
1795
|
name: "linked_at";
|
|
1535
1796
|
tableName: "work_app_slack_user_mappings";
|
|
1536
1797
|
dataType: "string";
|
|
@@ -1547,7 +1808,7 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1547
1808
|
identity: undefined;
|
|
1548
1809
|
generated: undefined;
|
|
1549
1810
|
}, {}, {}>;
|
|
1550
|
-
lastUsedAt:
|
|
1811
|
+
lastUsedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1551
1812
|
name: "last_used_at";
|
|
1552
1813
|
tableName: "work_app_slack_user_mappings";
|
|
1553
1814
|
dataType: "string";
|
|
@@ -1572,11 +1833,11 @@ declare const workAppSlackUserMappings: drizzle_orm_pg_core1919.PgTableWithColum
|
|
|
1572
1833
|
* Allows admins to set channel-specific agent defaults that override workspace defaults.
|
|
1573
1834
|
* Unique per tenant + slackTeamId + slackChannelId.
|
|
1574
1835
|
*/
|
|
1575
|
-
declare const workAppSlackChannelAgentConfigs:
|
|
1836
|
+
declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
1576
1837
|
name: "work_app_slack_channel_agent_configs";
|
|
1577
1838
|
schema: undefined;
|
|
1578
1839
|
columns: {
|
|
1579
|
-
createdAt:
|
|
1840
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1580
1841
|
name: "created_at";
|
|
1581
1842
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1582
1843
|
dataType: "string";
|
|
@@ -1593,7 +1854,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1593
1854
|
identity: undefined;
|
|
1594
1855
|
generated: undefined;
|
|
1595
1856
|
}, {}, {}>;
|
|
1596
|
-
updatedAt:
|
|
1857
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1597
1858
|
name: "updated_at";
|
|
1598
1859
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1599
1860
|
dataType: "string";
|
|
@@ -1610,7 +1871,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1610
1871
|
identity: undefined;
|
|
1611
1872
|
generated: undefined;
|
|
1612
1873
|
}, {}, {}>;
|
|
1613
|
-
id:
|
|
1874
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
1614
1875
|
name: "id";
|
|
1615
1876
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1616
1877
|
dataType: "string";
|
|
@@ -1629,7 +1890,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1629
1890
|
}, {}, {
|
|
1630
1891
|
length: 256;
|
|
1631
1892
|
}>;
|
|
1632
|
-
tenantId:
|
|
1893
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1633
1894
|
name: "tenant_id";
|
|
1634
1895
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1635
1896
|
dataType: "string";
|
|
@@ -1648,7 +1909,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1648
1909
|
}, {}, {
|
|
1649
1910
|
length: 256;
|
|
1650
1911
|
}>;
|
|
1651
|
-
slackTeamId:
|
|
1912
|
+
slackTeamId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1652
1913
|
name: "slack_team_id";
|
|
1653
1914
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1654
1915
|
dataType: "string";
|
|
@@ -1667,7 +1928,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1667
1928
|
}, {}, {
|
|
1668
1929
|
length: 256;
|
|
1669
1930
|
}>;
|
|
1670
|
-
slackChannelId:
|
|
1931
|
+
slackChannelId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1671
1932
|
name: "slack_channel_id";
|
|
1672
1933
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1673
1934
|
dataType: "string";
|
|
@@ -1686,7 +1947,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1686
1947
|
}, {}, {
|
|
1687
1948
|
length: 256;
|
|
1688
1949
|
}>;
|
|
1689
|
-
slackChannelName:
|
|
1950
|
+
slackChannelName: drizzle_orm_pg_core1971.PgColumn<{
|
|
1690
1951
|
name: "slack_channel_name";
|
|
1691
1952
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1692
1953
|
dataType: "string";
|
|
@@ -1705,7 +1966,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1705
1966
|
}, {}, {
|
|
1706
1967
|
length: 256;
|
|
1707
1968
|
}>;
|
|
1708
|
-
slackChannelType:
|
|
1969
|
+
slackChannelType: drizzle_orm_pg_core1971.PgColumn<{
|
|
1709
1970
|
name: "slack_channel_type";
|
|
1710
1971
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1711
1972
|
dataType: "string";
|
|
@@ -1724,7 +1985,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1724
1985
|
}, {}, {
|
|
1725
1986
|
length: 50;
|
|
1726
1987
|
}>;
|
|
1727
|
-
projectId:
|
|
1988
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1728
1989
|
name: "project_id";
|
|
1729
1990
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1730
1991
|
dataType: "string";
|
|
@@ -1743,7 +2004,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1743
2004
|
}, {}, {
|
|
1744
2005
|
length: 256;
|
|
1745
2006
|
}>;
|
|
1746
|
-
agentId:
|
|
2007
|
+
agentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1747
2008
|
name: "agent_id";
|
|
1748
2009
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1749
2010
|
dataType: "string";
|
|
@@ -1762,7 +2023,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1762
2023
|
}, {}, {
|
|
1763
2024
|
length: 256;
|
|
1764
2025
|
}>;
|
|
1765
|
-
configuredByUserId:
|
|
2026
|
+
configuredByUserId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1766
2027
|
name: "configured_by_user_id";
|
|
1767
2028
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1768
2029
|
dataType: "string";
|
|
@@ -1779,7 +2040,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1779
2040
|
identity: undefined;
|
|
1780
2041
|
generated: undefined;
|
|
1781
2042
|
}, {}, {}>;
|
|
1782
|
-
enabled:
|
|
2043
|
+
enabled: drizzle_orm_pg_core1971.PgColumn<{
|
|
1783
2044
|
name: "enabled";
|
|
1784
2045
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1785
2046
|
dataType: "boolean";
|
|
@@ -1796,7 +2057,7 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1796
2057
|
identity: undefined;
|
|
1797
2058
|
generated: undefined;
|
|
1798
2059
|
}, {}, {}>;
|
|
1799
|
-
grantAccessToMembers:
|
|
2060
|
+
grantAccessToMembers: drizzle_orm_pg_core1971.PgColumn<{
|
|
1800
2061
|
name: "grant_access_to_members";
|
|
1801
2062
|
tableName: "work_app_slack_channel_agent_configs";
|
|
1802
2063
|
dataType: "boolean";
|
|
@@ -1820,11 +2081,11 @@ declare const workAppSlackChannelAgentConfigs: drizzle_orm_pg_core1919.PgTableWi
|
|
|
1820
2081
|
* Scheduled trigger invocations - records each execution of a scheduled trigger.
|
|
1821
2082
|
* NOTE: No FK to scheduled_triggers table since it's in a different database (DoltGres).
|
|
1822
2083
|
*/
|
|
1823
|
-
declare const scheduledTriggerInvocations:
|
|
2084
|
+
declare const scheduledTriggerInvocations: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
1824
2085
|
name: "scheduled_trigger_invocations";
|
|
1825
2086
|
schema: undefined;
|
|
1826
2087
|
columns: {
|
|
1827
|
-
scheduledTriggerId:
|
|
2088
|
+
scheduledTriggerId: drizzle_orm_pg_core1971.PgColumn<{
|
|
1828
2089
|
name: "scheduled_trigger_id";
|
|
1829
2090
|
tableName: "scheduled_trigger_invocations";
|
|
1830
2091
|
dataType: "string";
|
|
@@ -1843,7 +2104,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
1843
2104
|
}, {}, {
|
|
1844
2105
|
length: 256;
|
|
1845
2106
|
}>;
|
|
1846
|
-
status:
|
|
2107
|
+
status: drizzle_orm_pg_core1971.PgColumn<{
|
|
1847
2108
|
name: "status";
|
|
1848
2109
|
tableName: "scheduled_trigger_invocations";
|
|
1849
2110
|
dataType: "string";
|
|
@@ -1863,7 +2124,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
1863
2124
|
length: 50;
|
|
1864
2125
|
$type: "pending" | "failed" | "running" | "completed" | "cancelled";
|
|
1865
2126
|
}>;
|
|
1866
|
-
scheduledFor:
|
|
2127
|
+
scheduledFor: drizzle_orm_pg_core1971.PgColumn<{
|
|
1867
2128
|
name: "scheduled_for";
|
|
1868
2129
|
tableName: "scheduled_trigger_invocations";
|
|
1869
2130
|
dataType: "string";
|
|
@@ -1880,7 +2141,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
1880
2141
|
identity: undefined;
|
|
1881
2142
|
generated: undefined;
|
|
1882
2143
|
}, {}, {}>;
|
|
1883
|
-
startedAt:
|
|
2144
|
+
startedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1884
2145
|
name: "started_at";
|
|
1885
2146
|
tableName: "scheduled_trigger_invocations";
|
|
1886
2147
|
dataType: "string";
|
|
@@ -1897,7 +2158,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
1897
2158
|
identity: undefined;
|
|
1898
2159
|
generated: undefined;
|
|
1899
2160
|
}, {}, {}>;
|
|
1900
|
-
completedAt:
|
|
2161
|
+
completedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1901
2162
|
name: "completed_at";
|
|
1902
2163
|
tableName: "scheduled_trigger_invocations";
|
|
1903
2164
|
dataType: "string";
|
|
@@ -1914,7 +2175,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
1914
2175
|
identity: undefined;
|
|
1915
2176
|
generated: undefined;
|
|
1916
2177
|
}, {}, {}>;
|
|
1917
|
-
resolvedPayload:
|
|
2178
|
+
resolvedPayload: drizzle_orm_pg_core1971.PgColumn<{
|
|
1918
2179
|
name: "resolved_payload";
|
|
1919
2180
|
tableName: "scheduled_trigger_invocations";
|
|
1920
2181
|
dataType: "json";
|
|
@@ -1933,7 +2194,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
1933
2194
|
}, {}, {
|
|
1934
2195
|
$type: Record<string, unknown> | null;
|
|
1935
2196
|
}>;
|
|
1936
|
-
conversationIds:
|
|
2197
|
+
conversationIds: drizzle_orm_pg_core1971.PgColumn<{
|
|
1937
2198
|
name: "conversation_ids";
|
|
1938
2199
|
tableName: "scheduled_trigger_invocations";
|
|
1939
2200
|
dataType: "json";
|
|
@@ -1952,7 +2213,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
1952
2213
|
}, {}, {
|
|
1953
2214
|
$type: string[];
|
|
1954
2215
|
}>;
|
|
1955
|
-
attemptNumber:
|
|
2216
|
+
attemptNumber: drizzle_orm_pg_core1971.PgColumn<{
|
|
1956
2217
|
name: "attempt_number";
|
|
1957
2218
|
tableName: "scheduled_trigger_invocations";
|
|
1958
2219
|
dataType: "number";
|
|
@@ -1969,7 +2230,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
1969
2230
|
identity: undefined;
|
|
1970
2231
|
generated: undefined;
|
|
1971
2232
|
}, {}, {}>;
|
|
1972
|
-
idempotencyKey:
|
|
2233
|
+
idempotencyKey: drizzle_orm_pg_core1971.PgColumn<{
|
|
1973
2234
|
name: "idempotency_key";
|
|
1974
2235
|
tableName: "scheduled_trigger_invocations";
|
|
1975
2236
|
dataType: "string";
|
|
@@ -1988,7 +2249,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
1988
2249
|
}, {}, {
|
|
1989
2250
|
length: 256;
|
|
1990
2251
|
}>;
|
|
1991
|
-
createdAt:
|
|
2252
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
1992
2253
|
name: "created_at";
|
|
1993
2254
|
tableName: "scheduled_trigger_invocations";
|
|
1994
2255
|
dataType: "string";
|
|
@@ -2005,7 +2266,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
2005
2266
|
identity: undefined;
|
|
2006
2267
|
generated: undefined;
|
|
2007
2268
|
}, {}, {}>;
|
|
2008
|
-
agentId:
|
|
2269
|
+
agentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2009
2270
|
name: "agent_id";
|
|
2010
2271
|
tableName: "scheduled_trigger_invocations";
|
|
2011
2272
|
dataType: "string";
|
|
@@ -2024,7 +2285,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
2024
2285
|
}, {}, {
|
|
2025
2286
|
length: 256;
|
|
2026
2287
|
}>;
|
|
2027
|
-
projectId:
|
|
2288
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2028
2289
|
name: "project_id";
|
|
2029
2290
|
tableName: "scheduled_trigger_invocations";
|
|
2030
2291
|
dataType: "string";
|
|
@@ -2043,7 +2304,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
2043
2304
|
}, {}, {
|
|
2044
2305
|
length: 256;
|
|
2045
2306
|
}>;
|
|
2046
|
-
tenantId:
|
|
2307
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2047
2308
|
name: "tenant_id";
|
|
2048
2309
|
tableName: "scheduled_trigger_invocations";
|
|
2049
2310
|
dataType: "string";
|
|
@@ -2062,7 +2323,7 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
2062
2323
|
}, {}, {
|
|
2063
2324
|
length: 256;
|
|
2064
2325
|
}>;
|
|
2065
|
-
id:
|
|
2326
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
2066
2327
|
name: "id";
|
|
2067
2328
|
tableName: "scheduled_trigger_invocations";
|
|
2068
2329
|
dataType: "string";
|
|
@@ -2084,11 +2345,11 @@ declare const scheduledTriggerInvocations: drizzle_orm_pg_core1919.PgTableWithCo
|
|
|
2084
2345
|
};
|
|
2085
2346
|
dialect: "pg";
|
|
2086
2347
|
}>;
|
|
2087
|
-
declare const messages:
|
|
2348
|
+
declare const messages: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
2088
2349
|
name: "messages";
|
|
2089
2350
|
schema: undefined;
|
|
2090
2351
|
columns: {
|
|
2091
|
-
createdAt:
|
|
2352
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
2092
2353
|
name: "created_at";
|
|
2093
2354
|
tableName: "messages";
|
|
2094
2355
|
dataType: "string";
|
|
@@ -2105,7 +2366,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2105
2366
|
identity: undefined;
|
|
2106
2367
|
generated: undefined;
|
|
2107
2368
|
}, {}, {}>;
|
|
2108
|
-
updatedAt:
|
|
2369
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
2109
2370
|
name: "updated_at";
|
|
2110
2371
|
tableName: "messages";
|
|
2111
2372
|
dataType: "string";
|
|
@@ -2122,7 +2383,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2122
2383
|
identity: undefined;
|
|
2123
2384
|
generated: undefined;
|
|
2124
2385
|
}, {}, {}>;
|
|
2125
|
-
conversationId:
|
|
2386
|
+
conversationId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2126
2387
|
name: "conversation_id";
|
|
2127
2388
|
tableName: "messages";
|
|
2128
2389
|
dataType: "string";
|
|
@@ -2141,7 +2402,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2141
2402
|
}, {}, {
|
|
2142
2403
|
length: 256;
|
|
2143
2404
|
}>;
|
|
2144
|
-
role:
|
|
2405
|
+
role: drizzle_orm_pg_core1971.PgColumn<{
|
|
2145
2406
|
name: "role";
|
|
2146
2407
|
tableName: "messages";
|
|
2147
2408
|
dataType: "string";
|
|
@@ -2160,7 +2421,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2160
2421
|
}, {}, {
|
|
2161
2422
|
length: 256;
|
|
2162
2423
|
}>;
|
|
2163
|
-
fromSubAgentId:
|
|
2424
|
+
fromSubAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2164
2425
|
name: "from_sub_agent_id";
|
|
2165
2426
|
tableName: "messages";
|
|
2166
2427
|
dataType: "string";
|
|
@@ -2179,7 +2440,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2179
2440
|
}, {}, {
|
|
2180
2441
|
length: 256;
|
|
2181
2442
|
}>;
|
|
2182
|
-
toSubAgentId:
|
|
2443
|
+
toSubAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2183
2444
|
name: "to_sub_agent_id";
|
|
2184
2445
|
tableName: "messages";
|
|
2185
2446
|
dataType: "string";
|
|
@@ -2198,7 +2459,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2198
2459
|
}, {}, {
|
|
2199
2460
|
length: 256;
|
|
2200
2461
|
}>;
|
|
2201
|
-
fromExternalAgentId:
|
|
2462
|
+
fromExternalAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2202
2463
|
name: "from_external_sub_agent_id";
|
|
2203
2464
|
tableName: "messages";
|
|
2204
2465
|
dataType: "string";
|
|
@@ -2217,7 +2478,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2217
2478
|
}, {}, {
|
|
2218
2479
|
length: 256;
|
|
2219
2480
|
}>;
|
|
2220
|
-
toExternalAgentId:
|
|
2481
|
+
toExternalAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2221
2482
|
name: "to_external_sub_agent_id";
|
|
2222
2483
|
tableName: "messages";
|
|
2223
2484
|
dataType: "string";
|
|
@@ -2236,7 +2497,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2236
2497
|
}, {}, {
|
|
2237
2498
|
length: 256;
|
|
2238
2499
|
}>;
|
|
2239
|
-
fromTeamAgentId:
|
|
2500
|
+
fromTeamAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2240
2501
|
name: "from_team_agent_id";
|
|
2241
2502
|
tableName: "messages";
|
|
2242
2503
|
dataType: "string";
|
|
@@ -2255,7 +2516,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2255
2516
|
}, {}, {
|
|
2256
2517
|
length: 256;
|
|
2257
2518
|
}>;
|
|
2258
|
-
toTeamAgentId:
|
|
2519
|
+
toTeamAgentId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2259
2520
|
name: "to_team_agent_id";
|
|
2260
2521
|
tableName: "messages";
|
|
2261
2522
|
dataType: "string";
|
|
@@ -2274,7 +2535,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2274
2535
|
}, {}, {
|
|
2275
2536
|
length: 256;
|
|
2276
2537
|
}>;
|
|
2277
|
-
content:
|
|
2538
|
+
content: drizzle_orm_pg_core1971.PgColumn<{
|
|
2278
2539
|
name: "content";
|
|
2279
2540
|
tableName: "messages";
|
|
2280
2541
|
dataType: "json";
|
|
@@ -2293,7 +2554,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2293
2554
|
}, {}, {
|
|
2294
2555
|
$type: MessageContent;
|
|
2295
2556
|
}>;
|
|
2296
|
-
visibility:
|
|
2557
|
+
visibility: drizzle_orm_pg_core1971.PgColumn<{
|
|
2297
2558
|
name: "visibility";
|
|
2298
2559
|
tableName: "messages";
|
|
2299
2560
|
dataType: "string";
|
|
@@ -2312,7 +2573,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2312
2573
|
}, {}, {
|
|
2313
2574
|
length: 256;
|
|
2314
2575
|
}>;
|
|
2315
|
-
messageType:
|
|
2576
|
+
messageType: drizzle_orm_pg_core1971.PgColumn<{
|
|
2316
2577
|
name: "message_type";
|
|
2317
2578
|
tableName: "messages";
|
|
2318
2579
|
dataType: "string";
|
|
@@ -2331,7 +2592,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2331
2592
|
}, {}, {
|
|
2332
2593
|
length: 256;
|
|
2333
2594
|
}>;
|
|
2334
|
-
taskId:
|
|
2595
|
+
taskId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2335
2596
|
name: "task_id";
|
|
2336
2597
|
tableName: "messages";
|
|
2337
2598
|
dataType: "string";
|
|
@@ -2350,7 +2611,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2350
2611
|
}, {}, {
|
|
2351
2612
|
length: 256;
|
|
2352
2613
|
}>;
|
|
2353
|
-
parentMessageId:
|
|
2614
|
+
parentMessageId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2354
2615
|
name: "parent_message_id";
|
|
2355
2616
|
tableName: "messages";
|
|
2356
2617
|
dataType: "string";
|
|
@@ -2369,7 +2630,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2369
2630
|
}, {}, {
|
|
2370
2631
|
length: 256;
|
|
2371
2632
|
}>;
|
|
2372
|
-
a2aTaskId:
|
|
2633
|
+
a2aTaskId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2373
2634
|
name: "a2a_task_id";
|
|
2374
2635
|
tableName: "messages";
|
|
2375
2636
|
dataType: "string";
|
|
@@ -2388,7 +2649,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2388
2649
|
}, {}, {
|
|
2389
2650
|
length: 256;
|
|
2390
2651
|
}>;
|
|
2391
|
-
a2aSessionId:
|
|
2652
|
+
a2aSessionId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2392
2653
|
name: "a2a_session_id";
|
|
2393
2654
|
tableName: "messages";
|
|
2394
2655
|
dataType: "string";
|
|
@@ -2407,7 +2668,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2407
2668
|
}, {}, {
|
|
2408
2669
|
length: 256;
|
|
2409
2670
|
}>;
|
|
2410
|
-
metadata:
|
|
2671
|
+
metadata: drizzle_orm_pg_core1971.PgColumn<{
|
|
2411
2672
|
name: "metadata";
|
|
2412
2673
|
tableName: "messages";
|
|
2413
2674
|
dataType: "json";
|
|
@@ -2426,7 +2687,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2426
2687
|
}, {}, {
|
|
2427
2688
|
$type: MessageMetadata;
|
|
2428
2689
|
}>;
|
|
2429
|
-
projectId:
|
|
2690
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2430
2691
|
name: "project_id";
|
|
2431
2692
|
tableName: "messages";
|
|
2432
2693
|
dataType: "string";
|
|
@@ -2445,7 +2706,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2445
2706
|
}, {}, {
|
|
2446
2707
|
length: 256;
|
|
2447
2708
|
}>;
|
|
2448
|
-
tenantId:
|
|
2709
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2449
2710
|
name: "tenant_id";
|
|
2450
2711
|
tableName: "messages";
|
|
2451
2712
|
dataType: "string";
|
|
@@ -2464,7 +2725,7 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2464
2725
|
}, {}, {
|
|
2465
2726
|
length: 256;
|
|
2466
2727
|
}>;
|
|
2467
|
-
id:
|
|
2728
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
2468
2729
|
name: "id";
|
|
2469
2730
|
tableName: "messages";
|
|
2470
2731
|
dataType: "string";
|
|
@@ -2486,11 +2747,11 @@ declare const messages: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2486
2747
|
};
|
|
2487
2748
|
dialect: "pg";
|
|
2488
2749
|
}>;
|
|
2489
|
-
declare const taskRelations:
|
|
2750
|
+
declare const taskRelations: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
2490
2751
|
name: "task_relations";
|
|
2491
2752
|
schema: undefined;
|
|
2492
2753
|
columns: {
|
|
2493
|
-
createdAt:
|
|
2754
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
2494
2755
|
name: "created_at";
|
|
2495
2756
|
tableName: "task_relations";
|
|
2496
2757
|
dataType: "string";
|
|
@@ -2507,7 +2768,7 @@ declare const taskRelations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2507
2768
|
identity: undefined;
|
|
2508
2769
|
generated: undefined;
|
|
2509
2770
|
}, {}, {}>;
|
|
2510
|
-
updatedAt:
|
|
2771
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
2511
2772
|
name: "updated_at";
|
|
2512
2773
|
tableName: "task_relations";
|
|
2513
2774
|
dataType: "string";
|
|
@@ -2524,7 +2785,7 @@ declare const taskRelations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2524
2785
|
identity: undefined;
|
|
2525
2786
|
generated: undefined;
|
|
2526
2787
|
}, {}, {}>;
|
|
2527
|
-
parentTaskId:
|
|
2788
|
+
parentTaskId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2528
2789
|
name: "parent_task_id";
|
|
2529
2790
|
tableName: "task_relations";
|
|
2530
2791
|
dataType: "string";
|
|
@@ -2543,7 +2804,7 @@ declare const taskRelations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2543
2804
|
}, {}, {
|
|
2544
2805
|
length: 256;
|
|
2545
2806
|
}>;
|
|
2546
|
-
childTaskId:
|
|
2807
|
+
childTaskId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2547
2808
|
name: "child_task_id";
|
|
2548
2809
|
tableName: "task_relations";
|
|
2549
2810
|
dataType: "string";
|
|
@@ -2562,7 +2823,7 @@ declare const taskRelations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2562
2823
|
}, {}, {
|
|
2563
2824
|
length: 256;
|
|
2564
2825
|
}>;
|
|
2565
|
-
relationType:
|
|
2826
|
+
relationType: drizzle_orm_pg_core1971.PgColumn<{
|
|
2566
2827
|
name: "relation_type";
|
|
2567
2828
|
tableName: "task_relations";
|
|
2568
2829
|
dataType: "string";
|
|
@@ -2581,7 +2842,7 @@ declare const taskRelations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2581
2842
|
}, {}, {
|
|
2582
2843
|
length: 256;
|
|
2583
2844
|
}>;
|
|
2584
|
-
projectId:
|
|
2845
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2585
2846
|
name: "project_id";
|
|
2586
2847
|
tableName: "task_relations";
|
|
2587
2848
|
dataType: "string";
|
|
@@ -2600,7 +2861,7 @@ declare const taskRelations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2600
2861
|
}, {}, {
|
|
2601
2862
|
length: 256;
|
|
2602
2863
|
}>;
|
|
2603
|
-
tenantId:
|
|
2864
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2604
2865
|
name: "tenant_id";
|
|
2605
2866
|
tableName: "task_relations";
|
|
2606
2867
|
dataType: "string";
|
|
@@ -2619,7 +2880,7 @@ declare const taskRelations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2619
2880
|
}, {}, {
|
|
2620
2881
|
length: 256;
|
|
2621
2882
|
}>;
|
|
2622
|
-
id:
|
|
2883
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
2623
2884
|
name: "id";
|
|
2624
2885
|
tableName: "task_relations";
|
|
2625
2886
|
dataType: "string";
|
|
@@ -2641,11 +2902,11 @@ declare const taskRelations: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2641
2902
|
};
|
|
2642
2903
|
dialect: "pg";
|
|
2643
2904
|
}>;
|
|
2644
|
-
declare const ledgerArtifacts:
|
|
2905
|
+
declare const ledgerArtifacts: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
2645
2906
|
name: "ledger_artifacts";
|
|
2646
2907
|
schema: undefined;
|
|
2647
2908
|
columns: {
|
|
2648
|
-
createdAt:
|
|
2909
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
2649
2910
|
name: "created_at";
|
|
2650
2911
|
tableName: "ledger_artifacts";
|
|
2651
2912
|
dataType: "string";
|
|
@@ -2662,7 +2923,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2662
2923
|
identity: undefined;
|
|
2663
2924
|
generated: undefined;
|
|
2664
2925
|
}, {}, {}>;
|
|
2665
|
-
updatedAt:
|
|
2926
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
2666
2927
|
name: "updated_at";
|
|
2667
2928
|
tableName: "ledger_artifacts";
|
|
2668
2929
|
dataType: "string";
|
|
@@ -2679,7 +2940,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2679
2940
|
identity: undefined;
|
|
2680
2941
|
generated: undefined;
|
|
2681
2942
|
}, {}, {}>;
|
|
2682
|
-
taskId:
|
|
2943
|
+
taskId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2683
2944
|
name: "task_id";
|
|
2684
2945
|
tableName: "ledger_artifacts";
|
|
2685
2946
|
dataType: "string";
|
|
@@ -2698,7 +2959,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2698
2959
|
}, {}, {
|
|
2699
2960
|
length: 256;
|
|
2700
2961
|
}>;
|
|
2701
|
-
toolCallId:
|
|
2962
|
+
toolCallId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2702
2963
|
name: "tool_call_id";
|
|
2703
2964
|
tableName: "ledger_artifacts";
|
|
2704
2965
|
dataType: "string";
|
|
@@ -2717,7 +2978,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2717
2978
|
}, {}, {
|
|
2718
2979
|
length: 256;
|
|
2719
2980
|
}>;
|
|
2720
|
-
contextId:
|
|
2981
|
+
contextId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2721
2982
|
name: "context_id";
|
|
2722
2983
|
tableName: "ledger_artifacts";
|
|
2723
2984
|
dataType: "string";
|
|
@@ -2736,7 +2997,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2736
2997
|
}, {}, {
|
|
2737
2998
|
length: 256;
|
|
2738
2999
|
}>;
|
|
2739
|
-
type:
|
|
3000
|
+
type: drizzle_orm_pg_core1971.PgColumn<{
|
|
2740
3001
|
name: "type";
|
|
2741
3002
|
tableName: "ledger_artifacts";
|
|
2742
3003
|
dataType: "string";
|
|
@@ -2755,7 +3016,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2755
3016
|
}, {}, {
|
|
2756
3017
|
length: 256;
|
|
2757
3018
|
}>;
|
|
2758
|
-
name:
|
|
3019
|
+
name: drizzle_orm_pg_core1971.PgColumn<{
|
|
2759
3020
|
name: "name";
|
|
2760
3021
|
tableName: "ledger_artifacts";
|
|
2761
3022
|
dataType: "string";
|
|
@@ -2774,7 +3035,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2774
3035
|
}, {}, {
|
|
2775
3036
|
length: 256;
|
|
2776
3037
|
}>;
|
|
2777
|
-
description:
|
|
3038
|
+
description: drizzle_orm_pg_core1971.PgColumn<{
|
|
2778
3039
|
name: "description";
|
|
2779
3040
|
tableName: "ledger_artifacts";
|
|
2780
3041
|
dataType: "string";
|
|
@@ -2791,7 +3052,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2791
3052
|
identity: undefined;
|
|
2792
3053
|
generated: undefined;
|
|
2793
3054
|
}, {}, {}>;
|
|
2794
|
-
parts:
|
|
3055
|
+
parts: drizzle_orm_pg_core1971.PgColumn<{
|
|
2795
3056
|
name: "parts";
|
|
2796
3057
|
tableName: "ledger_artifacts";
|
|
2797
3058
|
dataType: "json";
|
|
@@ -2810,7 +3071,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2810
3071
|
}, {}, {
|
|
2811
3072
|
$type: Part[] | null;
|
|
2812
3073
|
}>;
|
|
2813
|
-
metadata:
|
|
3074
|
+
metadata: drizzle_orm_pg_core1971.PgColumn<{
|
|
2814
3075
|
name: "metadata";
|
|
2815
3076
|
tableName: "ledger_artifacts";
|
|
2816
3077
|
dataType: "json";
|
|
@@ -2829,7 +3090,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2829
3090
|
}, {}, {
|
|
2830
3091
|
$type: Record<string, unknown> | null;
|
|
2831
3092
|
}>;
|
|
2832
|
-
summary:
|
|
3093
|
+
summary: drizzle_orm_pg_core1971.PgColumn<{
|
|
2833
3094
|
name: "summary";
|
|
2834
3095
|
tableName: "ledger_artifacts";
|
|
2835
3096
|
dataType: "string";
|
|
@@ -2846,7 +3107,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2846
3107
|
identity: undefined;
|
|
2847
3108
|
generated: undefined;
|
|
2848
3109
|
}, {}, {}>;
|
|
2849
|
-
mime:
|
|
3110
|
+
mime: drizzle_orm_pg_core1971.PgColumn<{
|
|
2850
3111
|
name: "mime";
|
|
2851
3112
|
tableName: "ledger_artifacts";
|
|
2852
3113
|
dataType: "json";
|
|
@@ -2865,7 +3126,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2865
3126
|
}, {}, {
|
|
2866
3127
|
$type: string[] | null;
|
|
2867
3128
|
}>;
|
|
2868
|
-
visibility:
|
|
3129
|
+
visibility: drizzle_orm_pg_core1971.PgColumn<{
|
|
2869
3130
|
name: "visibility";
|
|
2870
3131
|
tableName: "ledger_artifacts";
|
|
2871
3132
|
dataType: "string";
|
|
@@ -2884,7 +3145,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2884
3145
|
}, {}, {
|
|
2885
3146
|
length: 256;
|
|
2886
3147
|
}>;
|
|
2887
|
-
allowedAgents:
|
|
3148
|
+
allowedAgents: drizzle_orm_pg_core1971.PgColumn<{
|
|
2888
3149
|
name: "allowed_agents";
|
|
2889
3150
|
tableName: "ledger_artifacts";
|
|
2890
3151
|
dataType: "json";
|
|
@@ -2903,7 +3164,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2903
3164
|
}, {}, {
|
|
2904
3165
|
$type: string[] | null;
|
|
2905
3166
|
}>;
|
|
2906
|
-
derivedFrom:
|
|
3167
|
+
derivedFrom: drizzle_orm_pg_core1971.PgColumn<{
|
|
2907
3168
|
name: "derived_from";
|
|
2908
3169
|
tableName: "ledger_artifacts";
|
|
2909
3170
|
dataType: "string";
|
|
@@ -2922,7 +3183,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2922
3183
|
}, {}, {
|
|
2923
3184
|
length: 256;
|
|
2924
3185
|
}>;
|
|
2925
|
-
projectId:
|
|
3186
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2926
3187
|
name: "project_id";
|
|
2927
3188
|
tableName: "ledger_artifacts";
|
|
2928
3189
|
dataType: "string";
|
|
@@ -2941,7 +3202,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2941
3202
|
}, {}, {
|
|
2942
3203
|
length: 256;
|
|
2943
3204
|
}>;
|
|
2944
|
-
tenantId:
|
|
3205
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
2945
3206
|
name: "tenant_id";
|
|
2946
3207
|
tableName: "ledger_artifacts";
|
|
2947
3208
|
dataType: "string";
|
|
@@ -2960,7 +3221,7 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2960
3221
|
}, {}, {
|
|
2961
3222
|
length: 256;
|
|
2962
3223
|
}>;
|
|
2963
|
-
id:
|
|
3224
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
2964
3225
|
name: "id";
|
|
2965
3226
|
tableName: "ledger_artifacts";
|
|
2966
3227
|
dataType: "string";
|
|
@@ -2982,11 +3243,11 @@ declare const ledgerArtifacts: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
2982
3243
|
};
|
|
2983
3244
|
dialect: "pg";
|
|
2984
3245
|
}>;
|
|
2985
|
-
declare const contextCache:
|
|
3246
|
+
declare const contextCache: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
2986
3247
|
name: "context_cache";
|
|
2987
3248
|
schema: undefined;
|
|
2988
3249
|
columns: {
|
|
2989
|
-
createdAt:
|
|
3250
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
2990
3251
|
name: "created_at";
|
|
2991
3252
|
tableName: "context_cache";
|
|
2992
3253
|
dataType: "string";
|
|
@@ -3003,7 +3264,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3003
3264
|
identity: undefined;
|
|
3004
3265
|
generated: undefined;
|
|
3005
3266
|
}, {}, {}>;
|
|
3006
|
-
updatedAt:
|
|
3267
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3007
3268
|
name: "updated_at";
|
|
3008
3269
|
tableName: "context_cache";
|
|
3009
3270
|
dataType: "string";
|
|
@@ -3020,7 +3281,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3020
3281
|
identity: undefined;
|
|
3021
3282
|
generated: undefined;
|
|
3022
3283
|
}, {}, {}>;
|
|
3023
|
-
conversationId:
|
|
3284
|
+
conversationId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3024
3285
|
name: "conversation_id";
|
|
3025
3286
|
tableName: "context_cache";
|
|
3026
3287
|
dataType: "string";
|
|
@@ -3039,7 +3300,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3039
3300
|
}, {}, {
|
|
3040
3301
|
length: 256;
|
|
3041
3302
|
}>;
|
|
3042
|
-
contextConfigId:
|
|
3303
|
+
contextConfigId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3043
3304
|
name: "context_config_id";
|
|
3044
3305
|
tableName: "context_cache";
|
|
3045
3306
|
dataType: "string";
|
|
@@ -3058,7 +3319,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3058
3319
|
}, {}, {
|
|
3059
3320
|
length: 256;
|
|
3060
3321
|
}>;
|
|
3061
|
-
contextVariableKey:
|
|
3322
|
+
contextVariableKey: drizzle_orm_pg_core1971.PgColumn<{
|
|
3062
3323
|
name: "context_variable_key";
|
|
3063
3324
|
tableName: "context_cache";
|
|
3064
3325
|
dataType: "string";
|
|
@@ -3077,13 +3338,13 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3077
3338
|
}, {}, {
|
|
3078
3339
|
length: 256;
|
|
3079
3340
|
}>;
|
|
3080
|
-
ref:
|
|
3341
|
+
ref: drizzle_orm_pg_core1971.PgColumn<{
|
|
3081
3342
|
name: "ref";
|
|
3082
3343
|
tableName: "context_cache";
|
|
3083
3344
|
dataType: "json";
|
|
3084
3345
|
columnType: "PgJsonb";
|
|
3085
3346
|
data: {
|
|
3086
|
-
type: "
|
|
3347
|
+
type: "commit" | "tag" | "branch";
|
|
3087
3348
|
name: string;
|
|
3088
3349
|
hash: string;
|
|
3089
3350
|
};
|
|
@@ -3099,12 +3360,12 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3099
3360
|
generated: undefined;
|
|
3100
3361
|
}, {}, {
|
|
3101
3362
|
$type: {
|
|
3102
|
-
type: "
|
|
3363
|
+
type: "commit" | "tag" | "branch";
|
|
3103
3364
|
name: string;
|
|
3104
3365
|
hash: string;
|
|
3105
3366
|
};
|
|
3106
3367
|
}>;
|
|
3107
|
-
value:
|
|
3368
|
+
value: drizzle_orm_pg_core1971.PgColumn<{
|
|
3108
3369
|
name: "value";
|
|
3109
3370
|
tableName: "context_cache";
|
|
3110
3371
|
dataType: "json";
|
|
@@ -3123,7 +3384,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3123
3384
|
}, {}, {
|
|
3124
3385
|
$type: unknown;
|
|
3125
3386
|
}>;
|
|
3126
|
-
requestHash:
|
|
3387
|
+
requestHash: drizzle_orm_pg_core1971.PgColumn<{
|
|
3127
3388
|
name: "request_hash";
|
|
3128
3389
|
tableName: "context_cache";
|
|
3129
3390
|
dataType: "string";
|
|
@@ -3142,7 +3403,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3142
3403
|
}, {}, {
|
|
3143
3404
|
length: 256;
|
|
3144
3405
|
}>;
|
|
3145
|
-
fetchedAt:
|
|
3406
|
+
fetchedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3146
3407
|
name: "fetched_at";
|
|
3147
3408
|
tableName: "context_cache";
|
|
3148
3409
|
dataType: "string";
|
|
@@ -3159,7 +3420,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3159
3420
|
identity: undefined;
|
|
3160
3421
|
generated: undefined;
|
|
3161
3422
|
}, {}, {}>;
|
|
3162
|
-
fetchSource:
|
|
3423
|
+
fetchSource: drizzle_orm_pg_core1971.PgColumn<{
|
|
3163
3424
|
name: "fetch_source";
|
|
3164
3425
|
tableName: "context_cache";
|
|
3165
3426
|
dataType: "string";
|
|
@@ -3178,7 +3439,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3178
3439
|
}, {}, {
|
|
3179
3440
|
length: 256;
|
|
3180
3441
|
}>;
|
|
3181
|
-
projectId:
|
|
3442
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3182
3443
|
name: "project_id";
|
|
3183
3444
|
tableName: "context_cache";
|
|
3184
3445
|
dataType: "string";
|
|
@@ -3197,7 +3458,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3197
3458
|
}, {}, {
|
|
3198
3459
|
length: 256;
|
|
3199
3460
|
}>;
|
|
3200
|
-
tenantId:
|
|
3461
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3201
3462
|
name: "tenant_id";
|
|
3202
3463
|
tableName: "context_cache";
|
|
3203
3464
|
dataType: "string";
|
|
@@ -3216,7 +3477,7 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3216
3477
|
}, {}, {
|
|
3217
3478
|
length: 256;
|
|
3218
3479
|
}>;
|
|
3219
|
-
id:
|
|
3480
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
3220
3481
|
name: "id";
|
|
3221
3482
|
tableName: "context_cache";
|
|
3222
3483
|
dataType: "string";
|
|
@@ -3251,11 +3512,11 @@ declare const contextCache: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3251
3512
|
* datasetRunConfigId (optional: if created from a config),
|
|
3252
3513
|
* evaluationJobConfigId (optional: links to evaluation job created for this run), and timestamps
|
|
3253
3514
|
*/
|
|
3254
|
-
declare const datasetRun:
|
|
3515
|
+
declare const datasetRun: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
3255
3516
|
name: "dataset_run";
|
|
3256
3517
|
schema: undefined;
|
|
3257
3518
|
columns: {
|
|
3258
|
-
createdAt:
|
|
3519
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3259
3520
|
name: "created_at";
|
|
3260
3521
|
tableName: "dataset_run";
|
|
3261
3522
|
dataType: "string";
|
|
@@ -3272,7 +3533,7 @@ declare const datasetRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3272
3533
|
identity: undefined;
|
|
3273
3534
|
generated: undefined;
|
|
3274
3535
|
}, {}, {}>;
|
|
3275
|
-
updatedAt:
|
|
3536
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3276
3537
|
name: "updated_at";
|
|
3277
3538
|
tableName: "dataset_run";
|
|
3278
3539
|
dataType: "string";
|
|
@@ -3289,7 +3550,7 @@ declare const datasetRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3289
3550
|
identity: undefined;
|
|
3290
3551
|
generated: undefined;
|
|
3291
3552
|
}, {}, {}>;
|
|
3292
|
-
datasetId:
|
|
3553
|
+
datasetId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3293
3554
|
name: "dataset_id";
|
|
3294
3555
|
tableName: "dataset_run";
|
|
3295
3556
|
dataType: "string";
|
|
@@ -3306,7 +3567,7 @@ declare const datasetRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3306
3567
|
identity: undefined;
|
|
3307
3568
|
generated: undefined;
|
|
3308
3569
|
}, {}, {}>;
|
|
3309
|
-
datasetRunConfigId:
|
|
3570
|
+
datasetRunConfigId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3310
3571
|
name: "dataset_run_config_id";
|
|
3311
3572
|
tableName: "dataset_run";
|
|
3312
3573
|
dataType: "string";
|
|
@@ -3323,7 +3584,7 @@ declare const datasetRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3323
3584
|
identity: undefined;
|
|
3324
3585
|
generated: undefined;
|
|
3325
3586
|
}, {}, {}>;
|
|
3326
|
-
evaluationJobConfigId:
|
|
3587
|
+
evaluationJobConfigId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3327
3588
|
name: "evaluation_job_config_id";
|
|
3328
3589
|
tableName: "dataset_run";
|
|
3329
3590
|
dataType: "string";
|
|
@@ -3340,7 +3601,7 @@ declare const datasetRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3340
3601
|
identity: undefined;
|
|
3341
3602
|
generated: undefined;
|
|
3342
3603
|
}, {}, {}>;
|
|
3343
|
-
projectId:
|
|
3604
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3344
3605
|
name: "project_id";
|
|
3345
3606
|
tableName: "dataset_run";
|
|
3346
3607
|
dataType: "string";
|
|
@@ -3359,7 +3620,7 @@ declare const datasetRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3359
3620
|
}, {}, {
|
|
3360
3621
|
length: 256;
|
|
3361
3622
|
}>;
|
|
3362
|
-
tenantId:
|
|
3623
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3363
3624
|
name: "tenant_id";
|
|
3364
3625
|
tableName: "dataset_run";
|
|
3365
3626
|
dataType: "string";
|
|
@@ -3378,7 +3639,7 @@ declare const datasetRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3378
3639
|
}, {}, {
|
|
3379
3640
|
length: 256;
|
|
3380
3641
|
}>;
|
|
3381
|
-
id:
|
|
3642
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
3382
3643
|
name: "id";
|
|
3383
3644
|
tableName: "dataset_run";
|
|
3384
3645
|
dataType: "string";
|
|
@@ -3411,11 +3672,11 @@ declare const datasetRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3411
3672
|
* unique constraint on (datasetRunId, conversationId) ensures one conversation per datasetRun,
|
|
3412
3673
|
* and timestamps
|
|
3413
3674
|
*/
|
|
3414
|
-
declare const datasetRunConversationRelations:
|
|
3675
|
+
declare const datasetRunConversationRelations: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
3415
3676
|
name: "dataset_run_conversation_relations";
|
|
3416
3677
|
schema: undefined;
|
|
3417
3678
|
columns: {
|
|
3418
|
-
createdAt:
|
|
3679
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3419
3680
|
name: "created_at";
|
|
3420
3681
|
tableName: "dataset_run_conversation_relations";
|
|
3421
3682
|
dataType: "string";
|
|
@@ -3432,7 +3693,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core1919.PgTableWi
|
|
|
3432
3693
|
identity: undefined;
|
|
3433
3694
|
generated: undefined;
|
|
3434
3695
|
}, {}, {}>;
|
|
3435
|
-
updatedAt:
|
|
3696
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3436
3697
|
name: "updated_at";
|
|
3437
3698
|
tableName: "dataset_run_conversation_relations";
|
|
3438
3699
|
dataType: "string";
|
|
@@ -3449,7 +3710,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core1919.PgTableWi
|
|
|
3449
3710
|
identity: undefined;
|
|
3450
3711
|
generated: undefined;
|
|
3451
3712
|
}, {}, {}>;
|
|
3452
|
-
datasetRunId:
|
|
3713
|
+
datasetRunId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3453
3714
|
name: "dataset_run_id";
|
|
3454
3715
|
tableName: "dataset_run_conversation_relations";
|
|
3455
3716
|
dataType: "string";
|
|
@@ -3466,7 +3727,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core1919.PgTableWi
|
|
|
3466
3727
|
identity: undefined;
|
|
3467
3728
|
generated: undefined;
|
|
3468
3729
|
}, {}, {}>;
|
|
3469
|
-
conversationId:
|
|
3730
|
+
conversationId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3470
3731
|
name: "conversation_id";
|
|
3471
3732
|
tableName: "dataset_run_conversation_relations";
|
|
3472
3733
|
dataType: "string";
|
|
@@ -3483,7 +3744,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core1919.PgTableWi
|
|
|
3483
3744
|
identity: undefined;
|
|
3484
3745
|
generated: undefined;
|
|
3485
3746
|
}, {}, {}>;
|
|
3486
|
-
datasetItemId:
|
|
3747
|
+
datasetItemId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3487
3748
|
name: "dataset_item_id";
|
|
3488
3749
|
tableName: "dataset_run_conversation_relations";
|
|
3489
3750
|
dataType: "string";
|
|
@@ -3500,7 +3761,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core1919.PgTableWi
|
|
|
3500
3761
|
identity: undefined;
|
|
3501
3762
|
generated: undefined;
|
|
3502
3763
|
}, {}, {}>;
|
|
3503
|
-
projectId:
|
|
3764
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3504
3765
|
name: "project_id";
|
|
3505
3766
|
tableName: "dataset_run_conversation_relations";
|
|
3506
3767
|
dataType: "string";
|
|
@@ -3519,7 +3780,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core1919.PgTableWi
|
|
|
3519
3780
|
}, {}, {
|
|
3520
3781
|
length: 256;
|
|
3521
3782
|
}>;
|
|
3522
|
-
tenantId:
|
|
3783
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3523
3784
|
name: "tenant_id";
|
|
3524
3785
|
tableName: "dataset_run_conversation_relations";
|
|
3525
3786
|
dataType: "string";
|
|
@@ -3538,7 +3799,7 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core1919.PgTableWi
|
|
|
3538
3799
|
}, {}, {
|
|
3539
3800
|
length: 256;
|
|
3540
3801
|
}>;
|
|
3541
|
-
id:
|
|
3802
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
3542
3803
|
name: "id";
|
|
3543
3804
|
tableName: "dataset_run_conversation_relations";
|
|
3544
3805
|
dataType: "string";
|
|
@@ -3571,11 +3832,11 @@ declare const datasetRunConversationRelations: drizzle_orm_pg_core1919.PgTableWi
|
|
|
3571
3832
|
* evaluationRunConfigId (optional: if created from a run config),
|
|
3572
3833
|
* and timestamps
|
|
3573
3834
|
*/
|
|
3574
|
-
declare const evaluationRun:
|
|
3835
|
+
declare const evaluationRun: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
3575
3836
|
name: "evaluation_run";
|
|
3576
3837
|
schema: undefined;
|
|
3577
3838
|
columns: {
|
|
3578
|
-
createdAt:
|
|
3839
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3579
3840
|
name: "created_at";
|
|
3580
3841
|
tableName: "evaluation_run";
|
|
3581
3842
|
dataType: "string";
|
|
@@ -3592,7 +3853,7 @@ declare const evaluationRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3592
3853
|
identity: undefined;
|
|
3593
3854
|
generated: undefined;
|
|
3594
3855
|
}, {}, {}>;
|
|
3595
|
-
updatedAt:
|
|
3856
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3596
3857
|
name: "updated_at";
|
|
3597
3858
|
tableName: "evaluation_run";
|
|
3598
3859
|
dataType: "string";
|
|
@@ -3609,7 +3870,7 @@ declare const evaluationRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3609
3870
|
identity: undefined;
|
|
3610
3871
|
generated: undefined;
|
|
3611
3872
|
}, {}, {}>;
|
|
3612
|
-
evaluationJobConfigId:
|
|
3873
|
+
evaluationJobConfigId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3613
3874
|
name: "evaluation_job_config_id";
|
|
3614
3875
|
tableName: "evaluation_run";
|
|
3615
3876
|
dataType: "string";
|
|
@@ -3626,7 +3887,7 @@ declare const evaluationRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3626
3887
|
identity: undefined;
|
|
3627
3888
|
generated: undefined;
|
|
3628
3889
|
}, {}, {}>;
|
|
3629
|
-
evaluationRunConfigId:
|
|
3890
|
+
evaluationRunConfigId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3630
3891
|
name: "evaluation_run_config_id";
|
|
3631
3892
|
tableName: "evaluation_run";
|
|
3632
3893
|
dataType: "string";
|
|
@@ -3643,7 +3904,7 @@ declare const evaluationRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3643
3904
|
identity: undefined;
|
|
3644
3905
|
generated: undefined;
|
|
3645
3906
|
}, {}, {}>;
|
|
3646
|
-
projectId:
|
|
3907
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3647
3908
|
name: "project_id";
|
|
3648
3909
|
tableName: "evaluation_run";
|
|
3649
3910
|
dataType: "string";
|
|
@@ -3662,7 +3923,7 @@ declare const evaluationRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3662
3923
|
}, {}, {
|
|
3663
3924
|
length: 256;
|
|
3664
3925
|
}>;
|
|
3665
|
-
tenantId:
|
|
3926
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3666
3927
|
name: "tenant_id";
|
|
3667
3928
|
tableName: "evaluation_run";
|
|
3668
3929
|
dataType: "string";
|
|
@@ -3681,7 +3942,7 @@ declare const evaluationRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3681
3942
|
}, {}, {
|
|
3682
3943
|
length: 256;
|
|
3683
3944
|
}>;
|
|
3684
|
-
id:
|
|
3945
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
3685
3946
|
name: "id";
|
|
3686
3947
|
tableName: "evaluation_run";
|
|
3687
3948
|
dataType: "string";
|
|
@@ -3712,11 +3973,11 @@ declare const evaluationRun: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3712
3973
|
* evaluationRunId (optional, links to evaluationRun),
|
|
3713
3974
|
* output (evaluation result as MessageContent), and timestamps
|
|
3714
3975
|
*/
|
|
3715
|
-
declare const evaluationResult:
|
|
3976
|
+
declare const evaluationResult: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
3716
3977
|
name: "evaluation_result";
|
|
3717
3978
|
schema: undefined;
|
|
3718
3979
|
columns: {
|
|
3719
|
-
createdAt:
|
|
3980
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3720
3981
|
name: "created_at";
|
|
3721
3982
|
tableName: "evaluation_result";
|
|
3722
3983
|
dataType: "string";
|
|
@@ -3733,7 +3994,7 @@ declare const evaluationResult: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3733
3994
|
identity: undefined;
|
|
3734
3995
|
generated: undefined;
|
|
3735
3996
|
}, {}, {}>;
|
|
3736
|
-
updatedAt:
|
|
3997
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3737
3998
|
name: "updated_at";
|
|
3738
3999
|
tableName: "evaluation_result";
|
|
3739
4000
|
dataType: "string";
|
|
@@ -3750,7 +4011,7 @@ declare const evaluationResult: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3750
4011
|
identity: undefined;
|
|
3751
4012
|
generated: undefined;
|
|
3752
4013
|
}, {}, {}>;
|
|
3753
|
-
conversationId:
|
|
4014
|
+
conversationId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3754
4015
|
name: "conversation_id";
|
|
3755
4016
|
tableName: "evaluation_result";
|
|
3756
4017
|
dataType: "string";
|
|
@@ -3767,7 +4028,7 @@ declare const evaluationResult: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3767
4028
|
identity: undefined;
|
|
3768
4029
|
generated: undefined;
|
|
3769
4030
|
}, {}, {}>;
|
|
3770
|
-
evaluatorId:
|
|
4031
|
+
evaluatorId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3771
4032
|
name: "evaluator_id";
|
|
3772
4033
|
tableName: "evaluation_result";
|
|
3773
4034
|
dataType: "string";
|
|
@@ -3784,7 +4045,7 @@ declare const evaluationResult: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3784
4045
|
identity: undefined;
|
|
3785
4046
|
generated: undefined;
|
|
3786
4047
|
}, {}, {}>;
|
|
3787
|
-
evaluationRunId:
|
|
4048
|
+
evaluationRunId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3788
4049
|
name: "evaluation_run_id";
|
|
3789
4050
|
tableName: "evaluation_result";
|
|
3790
4051
|
dataType: "string";
|
|
@@ -3801,7 +4062,7 @@ declare const evaluationResult: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3801
4062
|
identity: undefined;
|
|
3802
4063
|
generated: undefined;
|
|
3803
4064
|
}, {}, {}>;
|
|
3804
|
-
output:
|
|
4065
|
+
output: drizzle_orm_pg_core1971.PgColumn<{
|
|
3805
4066
|
name: "output";
|
|
3806
4067
|
tableName: "evaluation_result";
|
|
3807
4068
|
dataType: "json";
|
|
@@ -3820,7 +4081,7 @@ declare const evaluationResult: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3820
4081
|
}, {}, {
|
|
3821
4082
|
$type: MessageContent;
|
|
3822
4083
|
}>;
|
|
3823
|
-
projectId:
|
|
4084
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3824
4085
|
name: "project_id";
|
|
3825
4086
|
tableName: "evaluation_result";
|
|
3826
4087
|
dataType: "string";
|
|
@@ -3839,7 +4100,7 @@ declare const evaluationResult: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3839
4100
|
}, {}, {
|
|
3840
4101
|
length: 256;
|
|
3841
4102
|
}>;
|
|
3842
|
-
tenantId:
|
|
4103
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3843
4104
|
name: "tenant_id";
|
|
3844
4105
|
tableName: "evaluation_result";
|
|
3845
4106
|
dataType: "string";
|
|
@@ -3858,7 +4119,7 @@ declare const evaluationResult: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3858
4119
|
}, {}, {
|
|
3859
4120
|
length: 256;
|
|
3860
4121
|
}>;
|
|
3861
|
-
id:
|
|
4122
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
3862
4123
|
name: "id";
|
|
3863
4124
|
tableName: "evaluation_result";
|
|
3864
4125
|
dataType: "string";
|
|
@@ -3880,11 +4141,11 @@ declare const evaluationResult: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3880
4141
|
};
|
|
3881
4142
|
dialect: "pg";
|
|
3882
4143
|
}>;
|
|
3883
|
-
declare const userProfile:
|
|
4144
|
+
declare const userProfile: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
3884
4145
|
name: "user_profile";
|
|
3885
4146
|
schema: undefined;
|
|
3886
4147
|
columns: {
|
|
3887
|
-
createdAt:
|
|
4148
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3888
4149
|
name: "created_at";
|
|
3889
4150
|
tableName: "user_profile";
|
|
3890
4151
|
dataType: "string";
|
|
@@ -3901,7 +4162,7 @@ declare const userProfile: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3901
4162
|
identity: undefined;
|
|
3902
4163
|
generated: undefined;
|
|
3903
4164
|
}, {}, {}>;
|
|
3904
|
-
updatedAt:
|
|
4165
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
3905
4166
|
name: "updated_at";
|
|
3906
4167
|
tableName: "user_profile";
|
|
3907
4168
|
dataType: "string";
|
|
@@ -3918,7 +4179,7 @@ declare const userProfile: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3918
4179
|
identity: undefined;
|
|
3919
4180
|
generated: undefined;
|
|
3920
4181
|
}, {}, {}>;
|
|
3921
|
-
id:
|
|
4182
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
3922
4183
|
name: "id";
|
|
3923
4184
|
tableName: "user_profile";
|
|
3924
4185
|
dataType: "string";
|
|
@@ -3935,7 +4196,7 @@ declare const userProfile: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3935
4196
|
identity: undefined;
|
|
3936
4197
|
generated: undefined;
|
|
3937
4198
|
}, {}, {}>;
|
|
3938
|
-
userId:
|
|
4199
|
+
userId: drizzle_orm_pg_core1971.PgColumn<{
|
|
3939
4200
|
name: "user_id";
|
|
3940
4201
|
tableName: "user_profile";
|
|
3941
4202
|
dataType: "string";
|
|
@@ -3952,7 +4213,7 @@ declare const userProfile: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3952
4213
|
identity: undefined;
|
|
3953
4214
|
generated: undefined;
|
|
3954
4215
|
}, {}, {}>;
|
|
3955
|
-
timezone:
|
|
4216
|
+
timezone: drizzle_orm_pg_core1971.PgColumn<{
|
|
3956
4217
|
name: "timezone";
|
|
3957
4218
|
tableName: "user_profile";
|
|
3958
4219
|
dataType: "string";
|
|
@@ -3969,7 +4230,7 @@ declare const userProfile: drizzle_orm_pg_core1919.PgTableWithColumns<{
|
|
|
3969
4230
|
identity: undefined;
|
|
3970
4231
|
generated: undefined;
|
|
3971
4232
|
}, {}, {}>;
|
|
3972
|
-
attributes:
|
|
4233
|
+
attributes: drizzle_orm_pg_core1971.PgColumn<{
|
|
3973
4234
|
name: "attributes";
|
|
3974
4235
|
tableName: "user_profile";
|
|
3975
4236
|
dataType: "json";
|
|
@@ -4021,11 +4282,11 @@ declare const ledgerArtifactsRelations: drizzle_orm111.Relations<"ledger_artifac
|
|
|
4021
4282
|
* One tenant can have multiple installations (e.g., multiple orgs).
|
|
4022
4283
|
* The installation_id is the GitHub-assigned ID, unique across all GitHub.
|
|
4023
4284
|
*/
|
|
4024
|
-
declare const workAppGitHubInstallations:
|
|
4285
|
+
declare const workAppGitHubInstallations: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
4025
4286
|
name: "work_app_github_installations";
|
|
4026
4287
|
schema: undefined;
|
|
4027
4288
|
columns: {
|
|
4028
|
-
createdAt:
|
|
4289
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4029
4290
|
name: "created_at";
|
|
4030
4291
|
tableName: "work_app_github_installations";
|
|
4031
4292
|
dataType: "string";
|
|
@@ -4042,7 +4303,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1919.PgTableWithCol
|
|
|
4042
4303
|
identity: undefined;
|
|
4043
4304
|
generated: undefined;
|
|
4044
4305
|
}, {}, {}>;
|
|
4045
|
-
updatedAt:
|
|
4306
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4046
4307
|
name: "updated_at";
|
|
4047
4308
|
tableName: "work_app_github_installations";
|
|
4048
4309
|
dataType: "string";
|
|
@@ -4059,7 +4320,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1919.PgTableWithCol
|
|
|
4059
4320
|
identity: undefined;
|
|
4060
4321
|
generated: undefined;
|
|
4061
4322
|
}, {}, {}>;
|
|
4062
|
-
installationId:
|
|
4323
|
+
installationId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4063
4324
|
name: "installation_id";
|
|
4064
4325
|
tableName: "work_app_github_installations";
|
|
4065
4326
|
dataType: "string";
|
|
@@ -4076,7 +4337,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1919.PgTableWithCol
|
|
|
4076
4337
|
identity: undefined;
|
|
4077
4338
|
generated: undefined;
|
|
4078
4339
|
}, {}, {}>;
|
|
4079
|
-
accountLogin:
|
|
4340
|
+
accountLogin: drizzle_orm_pg_core1971.PgColumn<{
|
|
4080
4341
|
name: "account_login";
|
|
4081
4342
|
tableName: "work_app_github_installations";
|
|
4082
4343
|
dataType: "string";
|
|
@@ -4095,7 +4356,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1919.PgTableWithCol
|
|
|
4095
4356
|
}, {}, {
|
|
4096
4357
|
length: 256;
|
|
4097
4358
|
}>;
|
|
4098
|
-
accountId:
|
|
4359
|
+
accountId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4099
4360
|
name: "account_id";
|
|
4100
4361
|
tableName: "work_app_github_installations";
|
|
4101
4362
|
dataType: "string";
|
|
@@ -4112,12 +4373,12 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1919.PgTableWithCol
|
|
|
4112
4373
|
identity: undefined;
|
|
4113
4374
|
generated: undefined;
|
|
4114
4375
|
}, {}, {}>;
|
|
4115
|
-
accountType:
|
|
4376
|
+
accountType: drizzle_orm_pg_core1971.PgColumn<{
|
|
4116
4377
|
name: "account_type";
|
|
4117
4378
|
tableName: "work_app_github_installations";
|
|
4118
4379
|
dataType: "string";
|
|
4119
4380
|
columnType: "PgVarchar";
|
|
4120
|
-
data: "
|
|
4381
|
+
data: "Organization" | "User";
|
|
4121
4382
|
driverParam: string;
|
|
4122
4383
|
notNull: true;
|
|
4123
4384
|
hasDefault: false;
|
|
@@ -4130,9 +4391,9 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1919.PgTableWithCol
|
|
|
4130
4391
|
generated: undefined;
|
|
4131
4392
|
}, {}, {
|
|
4132
4393
|
length: 20;
|
|
4133
|
-
$type: "
|
|
4394
|
+
$type: "Organization" | "User";
|
|
4134
4395
|
}>;
|
|
4135
|
-
status:
|
|
4396
|
+
status: drizzle_orm_pg_core1971.PgColumn<{
|
|
4136
4397
|
name: "status";
|
|
4137
4398
|
tableName: "work_app_github_installations";
|
|
4138
4399
|
dataType: "string";
|
|
@@ -4152,7 +4413,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1919.PgTableWithCol
|
|
|
4152
4413
|
length: 20;
|
|
4153
4414
|
$type: "pending" | "active" | "suspended" | "disconnected";
|
|
4154
4415
|
}>;
|
|
4155
|
-
tenantId:
|
|
4416
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4156
4417
|
name: "tenant_id";
|
|
4157
4418
|
tableName: "work_app_github_installations";
|
|
4158
4419
|
dataType: "string";
|
|
@@ -4171,7 +4432,7 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1919.PgTableWithCol
|
|
|
4171
4432
|
}, {}, {
|
|
4172
4433
|
length: 256;
|
|
4173
4434
|
}>;
|
|
4174
|
-
id:
|
|
4435
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
4175
4436
|
name: "id";
|
|
4176
4437
|
tableName: "work_app_github_installations";
|
|
4177
4438
|
dataType: "string";
|
|
@@ -4198,11 +4459,11 @@ declare const workAppGitHubInstallations: drizzle_orm_pg_core1919.PgTableWithCol
|
|
|
4198
4459
|
* These are synced from GitHub when the app is installed or updated.
|
|
4199
4460
|
* The repository_id is the GitHub-assigned ID, unique across all GitHub.
|
|
4200
4461
|
*/
|
|
4201
|
-
declare const workAppGitHubRepositories:
|
|
4462
|
+
declare const workAppGitHubRepositories: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
4202
4463
|
name: "work_app_github_repositories";
|
|
4203
4464
|
schema: undefined;
|
|
4204
4465
|
columns: {
|
|
4205
|
-
createdAt:
|
|
4466
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4206
4467
|
name: "created_at";
|
|
4207
4468
|
tableName: "work_app_github_repositories";
|
|
4208
4469
|
dataType: "string";
|
|
@@ -4219,7 +4480,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core1919.PgTableWithColu
|
|
|
4219
4480
|
identity: undefined;
|
|
4220
4481
|
generated: undefined;
|
|
4221
4482
|
}, {}, {}>;
|
|
4222
|
-
updatedAt:
|
|
4483
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4223
4484
|
name: "updated_at";
|
|
4224
4485
|
tableName: "work_app_github_repositories";
|
|
4225
4486
|
dataType: "string";
|
|
@@ -4236,7 +4497,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core1919.PgTableWithColu
|
|
|
4236
4497
|
identity: undefined;
|
|
4237
4498
|
generated: undefined;
|
|
4238
4499
|
}, {}, {}>;
|
|
4239
|
-
id:
|
|
4500
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
4240
4501
|
name: "id";
|
|
4241
4502
|
tableName: "work_app_github_repositories";
|
|
4242
4503
|
dataType: "string";
|
|
@@ -4255,7 +4516,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core1919.PgTableWithColu
|
|
|
4255
4516
|
}, {}, {
|
|
4256
4517
|
length: 256;
|
|
4257
4518
|
}>;
|
|
4258
|
-
installationDbId:
|
|
4519
|
+
installationDbId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4259
4520
|
name: "installation_db_id";
|
|
4260
4521
|
tableName: "work_app_github_repositories";
|
|
4261
4522
|
dataType: "string";
|
|
@@ -4274,7 +4535,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core1919.PgTableWithColu
|
|
|
4274
4535
|
}, {}, {
|
|
4275
4536
|
length: 256;
|
|
4276
4537
|
}>;
|
|
4277
|
-
repositoryId:
|
|
4538
|
+
repositoryId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4278
4539
|
name: "repository_id";
|
|
4279
4540
|
tableName: "work_app_github_repositories";
|
|
4280
4541
|
dataType: "string";
|
|
@@ -4291,7 +4552,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core1919.PgTableWithColu
|
|
|
4291
4552
|
identity: undefined;
|
|
4292
4553
|
generated: undefined;
|
|
4293
4554
|
}, {}, {}>;
|
|
4294
|
-
repositoryName:
|
|
4555
|
+
repositoryName: drizzle_orm_pg_core1971.PgColumn<{
|
|
4295
4556
|
name: "repository_name";
|
|
4296
4557
|
tableName: "work_app_github_repositories";
|
|
4297
4558
|
dataType: "string";
|
|
@@ -4310,7 +4571,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core1919.PgTableWithColu
|
|
|
4310
4571
|
}, {}, {
|
|
4311
4572
|
length: 256;
|
|
4312
4573
|
}>;
|
|
4313
|
-
repositoryFullName:
|
|
4574
|
+
repositoryFullName: drizzle_orm_pg_core1971.PgColumn<{
|
|
4314
4575
|
name: "repository_full_name";
|
|
4315
4576
|
tableName: "work_app_github_repositories";
|
|
4316
4577
|
dataType: "string";
|
|
@@ -4329,7 +4590,7 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core1919.PgTableWithColu
|
|
|
4329
4590
|
}, {}, {
|
|
4330
4591
|
length: 512;
|
|
4331
4592
|
}>;
|
|
4332
|
-
private:
|
|
4593
|
+
private: drizzle_orm_pg_core1971.PgColumn<{
|
|
4333
4594
|
name: "private";
|
|
4334
4595
|
tableName: "work_app_github_repositories";
|
|
4335
4596
|
dataType: "boolean";
|
|
@@ -4357,11 +4618,11 @@ declare const workAppGitHubRepositories: drizzle_orm_pg_core1919.PgTableWithColu
|
|
|
4357
4618
|
* (cross-schema, no FK constraint for project). tenant_id is included because
|
|
4358
4619
|
* project IDs are only unique within a tenant.
|
|
4359
4620
|
*/
|
|
4360
|
-
declare const workAppGitHubProjectRepositoryAccess:
|
|
4621
|
+
declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
4361
4622
|
name: "work_app_github_project_repository_access";
|
|
4362
4623
|
schema: undefined;
|
|
4363
4624
|
columns: {
|
|
4364
|
-
createdAt:
|
|
4625
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4365
4626
|
name: "created_at";
|
|
4366
4627
|
tableName: "work_app_github_project_repository_access";
|
|
4367
4628
|
dataType: "string";
|
|
@@ -4378,7 +4639,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4378
4639
|
identity: undefined;
|
|
4379
4640
|
generated: undefined;
|
|
4380
4641
|
}, {}, {}>;
|
|
4381
|
-
updatedAt:
|
|
4642
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4382
4643
|
name: "updated_at";
|
|
4383
4644
|
tableName: "work_app_github_project_repository_access";
|
|
4384
4645
|
dataType: "string";
|
|
@@ -4395,7 +4656,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4395
4656
|
identity: undefined;
|
|
4396
4657
|
generated: undefined;
|
|
4397
4658
|
}, {}, {}>;
|
|
4398
|
-
repositoryDbId:
|
|
4659
|
+
repositoryDbId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4399
4660
|
name: "repository_db_id";
|
|
4400
4661
|
tableName: "work_app_github_project_repository_access";
|
|
4401
4662
|
dataType: "string";
|
|
@@ -4414,7 +4675,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4414
4675
|
}, {}, {
|
|
4415
4676
|
length: 256;
|
|
4416
4677
|
}>;
|
|
4417
|
-
projectId:
|
|
4678
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4418
4679
|
name: "project_id";
|
|
4419
4680
|
tableName: "work_app_github_project_repository_access";
|
|
4420
4681
|
dataType: "string";
|
|
@@ -4433,7 +4694,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4433
4694
|
}, {}, {
|
|
4434
4695
|
length: 256;
|
|
4435
4696
|
}>;
|
|
4436
|
-
tenantId:
|
|
4697
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4437
4698
|
name: "tenant_id";
|
|
4438
4699
|
tableName: "work_app_github_project_repository_access";
|
|
4439
4700
|
dataType: "string";
|
|
@@ -4452,7 +4713,7 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4452
4713
|
}, {}, {
|
|
4453
4714
|
length: 256;
|
|
4454
4715
|
}>;
|
|
4455
|
-
id:
|
|
4716
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
4456
4717
|
name: "id";
|
|
4457
4718
|
tableName: "work_app_github_project_repository_access";
|
|
4458
4719
|
dataType: "string";
|
|
@@ -4481,11 +4742,11 @@ declare const workAppGitHubProjectRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4481
4742
|
* (cross-schema, no FK constraint). These are denormalized here so all GitHub access
|
|
4482
4743
|
* info can be queried from PostgreSQL alone.
|
|
4483
4744
|
*/
|
|
4484
|
-
declare const workAppGitHubMcpToolRepositoryAccess:
|
|
4745
|
+
declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
4485
4746
|
name: "work_app_github_mcp_tool_repository_access";
|
|
4486
4747
|
schema: undefined;
|
|
4487
4748
|
columns: {
|
|
4488
|
-
createdAt:
|
|
4749
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4489
4750
|
name: "created_at";
|
|
4490
4751
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4491
4752
|
dataType: "string";
|
|
@@ -4502,7 +4763,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4502
4763
|
identity: undefined;
|
|
4503
4764
|
generated: undefined;
|
|
4504
4765
|
}, {}, {}>;
|
|
4505
|
-
updatedAt:
|
|
4766
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4506
4767
|
name: "updated_at";
|
|
4507
4768
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4508
4769
|
dataType: "string";
|
|
@@ -4519,7 +4780,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4519
4780
|
identity: undefined;
|
|
4520
4781
|
generated: undefined;
|
|
4521
4782
|
}, {}, {}>;
|
|
4522
|
-
toolId:
|
|
4783
|
+
toolId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4523
4784
|
name: "tool_id";
|
|
4524
4785
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4525
4786
|
dataType: "string";
|
|
@@ -4538,7 +4799,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4538
4799
|
}, {}, {
|
|
4539
4800
|
length: 256;
|
|
4540
4801
|
}>;
|
|
4541
|
-
repositoryDbId:
|
|
4802
|
+
repositoryDbId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4542
4803
|
name: "repository_db_id";
|
|
4543
4804
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4544
4805
|
dataType: "string";
|
|
@@ -4557,7 +4818,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4557
4818
|
}, {}, {
|
|
4558
4819
|
length: 256;
|
|
4559
4820
|
}>;
|
|
4560
|
-
projectId:
|
|
4821
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4561
4822
|
name: "project_id";
|
|
4562
4823
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4563
4824
|
dataType: "string";
|
|
@@ -4576,7 +4837,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4576
4837
|
}, {}, {
|
|
4577
4838
|
length: 256;
|
|
4578
4839
|
}>;
|
|
4579
|
-
tenantId:
|
|
4840
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4580
4841
|
name: "tenant_id";
|
|
4581
4842
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4582
4843
|
dataType: "string";
|
|
@@ -4595,7 +4856,7 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4595
4856
|
}, {}, {
|
|
4596
4857
|
length: 256;
|
|
4597
4858
|
}>;
|
|
4598
|
-
id:
|
|
4859
|
+
id: drizzle_orm_pg_core1971.PgColumn<{
|
|
4599
4860
|
name: "id";
|
|
4600
4861
|
tableName: "work_app_github_mcp_tool_repository_access";
|
|
4601
4862
|
dataType: "string";
|
|
@@ -4623,11 +4884,11 @@ declare const workAppGitHubMcpToolRepositoryAccess: drizzle_orm_pg_core1919.PgTa
|
|
|
4623
4884
|
* - 'selected': Project only has access to repositories listed in work_app_github_project_repository_access
|
|
4624
4885
|
* If no row exists for a project, defaults to 'selected' (fail-safe: no access unless explicitly granted).
|
|
4625
4886
|
*/
|
|
4626
|
-
declare const workAppGitHubProjectAccessMode:
|
|
4887
|
+
declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
4627
4888
|
name: "work_app_github_project_access_mode";
|
|
4628
4889
|
schema: undefined;
|
|
4629
4890
|
columns: {
|
|
4630
|
-
createdAt:
|
|
4891
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4631
4892
|
name: "created_at";
|
|
4632
4893
|
tableName: "work_app_github_project_access_mode";
|
|
4633
4894
|
dataType: "string";
|
|
@@ -4644,7 +4905,7 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4644
4905
|
identity: undefined;
|
|
4645
4906
|
generated: undefined;
|
|
4646
4907
|
}, {}, {}>;
|
|
4647
|
-
updatedAt:
|
|
4908
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4648
4909
|
name: "updated_at";
|
|
4649
4910
|
tableName: "work_app_github_project_access_mode";
|
|
4650
4911
|
dataType: "string";
|
|
@@ -4661,7 +4922,7 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4661
4922
|
identity: undefined;
|
|
4662
4923
|
generated: undefined;
|
|
4663
4924
|
}, {}, {}>;
|
|
4664
|
-
tenantId:
|
|
4925
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4665
4926
|
name: "tenant_id";
|
|
4666
4927
|
tableName: "work_app_github_project_access_mode";
|
|
4667
4928
|
dataType: "string";
|
|
@@ -4680,7 +4941,7 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4680
4941
|
}, {}, {
|
|
4681
4942
|
length: 256;
|
|
4682
4943
|
}>;
|
|
4683
|
-
projectId:
|
|
4944
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4684
4945
|
name: "project_id";
|
|
4685
4946
|
tableName: "work_app_github_project_access_mode";
|
|
4686
4947
|
dataType: "string";
|
|
@@ -4699,7 +4960,7 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4699
4960
|
}, {}, {
|
|
4700
4961
|
length: 256;
|
|
4701
4962
|
}>;
|
|
4702
|
-
mode:
|
|
4963
|
+
mode: drizzle_orm_pg_core1971.PgColumn<{
|
|
4703
4964
|
name: "mode";
|
|
4704
4965
|
tableName: "work_app_github_project_access_mode";
|
|
4705
4966
|
dataType: "string";
|
|
@@ -4728,11 +4989,11 @@ declare const workAppGitHubProjectAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4728
4989
|
* - 'selected': Tool only has access to repositories listed in work_app_github_mcp_tool_repository_access
|
|
4729
4990
|
* If no row exists for a tool, defaults to 'selected' (fail-safe: no access unless explicitly granted).
|
|
4730
4991
|
*/
|
|
4731
|
-
declare const workAppGitHubMcpToolAccessMode:
|
|
4992
|
+
declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
4732
4993
|
name: "work_app_github_mcp_tool_access_mode";
|
|
4733
4994
|
schema: undefined;
|
|
4734
4995
|
columns: {
|
|
4735
|
-
createdAt:
|
|
4996
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4736
4997
|
name: "created_at";
|
|
4737
4998
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
4738
4999
|
dataType: "string";
|
|
@@ -4749,7 +5010,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4749
5010
|
identity: undefined;
|
|
4750
5011
|
generated: undefined;
|
|
4751
5012
|
}, {}, {}>;
|
|
4752
|
-
updatedAt:
|
|
5013
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4753
5014
|
name: "updated_at";
|
|
4754
5015
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
4755
5016
|
dataType: "string";
|
|
@@ -4766,7 +5027,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4766
5027
|
identity: undefined;
|
|
4767
5028
|
generated: undefined;
|
|
4768
5029
|
}, {}, {}>;
|
|
4769
|
-
toolId:
|
|
5030
|
+
toolId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4770
5031
|
name: "tool_id";
|
|
4771
5032
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
4772
5033
|
dataType: "string";
|
|
@@ -4785,7 +5046,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4785
5046
|
}, {}, {
|
|
4786
5047
|
length: 256;
|
|
4787
5048
|
}>;
|
|
4788
|
-
tenantId:
|
|
5049
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4789
5050
|
name: "tenant_id";
|
|
4790
5051
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
4791
5052
|
dataType: "string";
|
|
@@ -4804,7 +5065,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4804
5065
|
}, {}, {
|
|
4805
5066
|
length: 256;
|
|
4806
5067
|
}>;
|
|
4807
|
-
projectId:
|
|
5068
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4808
5069
|
name: "project_id";
|
|
4809
5070
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
4810
5071
|
dataType: "string";
|
|
@@ -4823,7 +5084,7 @@ declare const workAppGitHubMcpToolAccessMode: drizzle_orm_pg_core1919.PgTableWit
|
|
|
4823
5084
|
}, {}, {
|
|
4824
5085
|
length: 256;
|
|
4825
5086
|
}>;
|
|
4826
|
-
mode:
|
|
5087
|
+
mode: drizzle_orm_pg_core1971.PgColumn<{
|
|
4827
5088
|
name: "mode";
|
|
4828
5089
|
tableName: "work_app_github_mcp_tool_access_mode";
|
|
4829
5090
|
dataType: "string";
|
|
@@ -4860,11 +5121,11 @@ declare const workAppGitHubProjectRepositoryAccessRelations: drizzle_orm111.Rela
|
|
|
4860
5121
|
declare const workAppGitHubMcpToolRepositoryAccessRelations: drizzle_orm111.Relations<"work_app_github_mcp_tool_repository_access", {
|
|
4861
5122
|
repository: drizzle_orm111.One<"work_app_github_repositories", true>;
|
|
4862
5123
|
}>;
|
|
4863
|
-
declare const workAppSlackMcpToolAccessConfig:
|
|
5124
|
+
declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1971.PgTableWithColumns<{
|
|
4864
5125
|
name: "work_app_slack_mcp_tool_access_config";
|
|
4865
5126
|
schema: undefined;
|
|
4866
5127
|
columns: {
|
|
4867
|
-
createdAt:
|
|
5128
|
+
createdAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4868
5129
|
name: "created_at";
|
|
4869
5130
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
4870
5131
|
dataType: "string";
|
|
@@ -4881,7 +5142,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1919.PgTableWi
|
|
|
4881
5142
|
identity: undefined;
|
|
4882
5143
|
generated: undefined;
|
|
4883
5144
|
}, {}, {}>;
|
|
4884
|
-
updatedAt:
|
|
5145
|
+
updatedAt: drizzle_orm_pg_core1971.PgColumn<{
|
|
4885
5146
|
name: "updated_at";
|
|
4886
5147
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
4887
5148
|
dataType: "string";
|
|
@@ -4898,7 +5159,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1919.PgTableWi
|
|
|
4898
5159
|
identity: undefined;
|
|
4899
5160
|
generated: undefined;
|
|
4900
5161
|
}, {}, {}>;
|
|
4901
|
-
toolId:
|
|
5162
|
+
toolId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4902
5163
|
name: "tool_id";
|
|
4903
5164
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
4904
5165
|
dataType: "string";
|
|
@@ -4917,7 +5178,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1919.PgTableWi
|
|
|
4917
5178
|
}, {}, {
|
|
4918
5179
|
length: 256;
|
|
4919
5180
|
}>;
|
|
4920
|
-
tenantId:
|
|
5181
|
+
tenantId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4921
5182
|
name: "tenant_id";
|
|
4922
5183
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
4923
5184
|
dataType: "string";
|
|
@@ -4936,7 +5197,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1919.PgTableWi
|
|
|
4936
5197
|
}, {}, {
|
|
4937
5198
|
length: 256;
|
|
4938
5199
|
}>;
|
|
4939
|
-
projectId:
|
|
5200
|
+
projectId: drizzle_orm_pg_core1971.PgColumn<{
|
|
4940
5201
|
name: "project_id";
|
|
4941
5202
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
4942
5203
|
dataType: "string";
|
|
@@ -4955,7 +5216,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1919.PgTableWi
|
|
|
4955
5216
|
}, {}, {
|
|
4956
5217
|
length: 256;
|
|
4957
5218
|
}>;
|
|
4958
|
-
channelAccessMode:
|
|
5219
|
+
channelAccessMode: drizzle_orm_pg_core1971.PgColumn<{
|
|
4959
5220
|
name: "channel_access_mode";
|
|
4960
5221
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
4961
5222
|
dataType: "string";
|
|
@@ -4975,7 +5236,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1919.PgTableWi
|
|
|
4975
5236
|
length: 20;
|
|
4976
5237
|
$type: "all" | "selected";
|
|
4977
5238
|
}>;
|
|
4978
|
-
dmEnabled:
|
|
5239
|
+
dmEnabled: drizzle_orm_pg_core1971.PgColumn<{
|
|
4979
5240
|
name: "dm_enabled";
|
|
4980
5241
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
4981
5242
|
dataType: "boolean";
|
|
@@ -4992,7 +5253,7 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1919.PgTableWi
|
|
|
4992
5253
|
identity: undefined;
|
|
4993
5254
|
generated: undefined;
|
|
4994
5255
|
}, {}, {}>;
|
|
4995
|
-
channelIds:
|
|
5256
|
+
channelIds: drizzle_orm_pg_core1971.PgColumn<{
|
|
4996
5257
|
name: "channel_ids";
|
|
4997
5258
|
tableName: "work_app_slack_mcp_tool_access_config";
|
|
4998
5259
|
dataType: "json";
|
|
@@ -5015,4 +5276,4 @@ declare const workAppSlackMcpToolAccessConfig: drizzle_orm_pg_core1919.PgTableWi
|
|
|
5015
5276
|
dialect: "pg";
|
|
5016
5277
|
}>;
|
|
5017
5278
|
//#endregion
|
|
5018
|
-
export { account, apiKeys, contextCache, conversations, conversationsRelations, datasetRun, datasetRunConversationRelations, deviceCode, evaluationResult, evaluationRun, invitation, ledgerArtifacts, ledgerArtifactsRelations, member, messages, messagesRelations, organization, projectMetadata, runtime_schema_d_exports, scheduledTriggerInvocations, session, ssoProvider, taskRelations, taskRelationsRelations, tasks, tasksRelations, triggerInvocations, user, userProfile, userProfileRelations, verification, workAppGitHubInstallations, workAppGitHubInstallationsRelations, workAppGitHubMcpToolAccessMode, workAppGitHubMcpToolRepositoryAccess, workAppGitHubMcpToolRepositoryAccessRelations, workAppGitHubProjectAccessMode, workAppGitHubProjectRepositoryAccess, workAppGitHubProjectRepositoryAccessRelations, workAppGitHubRepositories, workAppGitHubRepositoriesRelations, workAppSlackChannelAgentConfigs, workAppSlackMcpToolAccessConfig, workAppSlackUserMappings, workAppSlackWorkspaces };
|
|
5279
|
+
export { account, apiKeys, apps, contextCache, conversations, conversationsRelations, datasetRun, datasetRunConversationRelations, deviceCode, evaluationResult, evaluationRun, invitation, ledgerArtifacts, ledgerArtifactsRelations, member, messages, messagesRelations, organization, projectMetadata, runtime_schema_d_exports, scheduledTriggerInvocations, session, ssoProvider, taskRelations, taskRelationsRelations, tasks, tasksRelations, triggerInvocations, user, userProfile, userProfileRelations, verification, workAppGitHubInstallations, workAppGitHubInstallationsRelations, workAppGitHubMcpToolAccessMode, workAppGitHubMcpToolRepositoryAccess, workAppGitHubMcpToolRepositoryAccessRelations, workAppGitHubProjectAccessMode, workAppGitHubProjectRepositoryAccess, workAppGitHubProjectRepositoryAccessRelations, workAppGitHubRepositories, workAppGitHubRepositoriesRelations, workAppSlackChannelAgentConfigs, workAppSlackMcpToolAccessConfig, workAppSlackUserMappings, workAppSlackWorkspaces };
|