@revealui/db 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/dist/audit-store.d.ts.map +1 -1
- package/dist/audit-store.js +1 -1
- package/dist/audit-store.js.map +1 -1
- package/dist/cleanup/cross-db-cleanup.d.ts +63 -0
- package/dist/cleanup/cross-db-cleanup.d.ts.map +1 -0
- package/dist/cleanup/cross-db-cleanup.js +150 -0
- package/dist/cleanup/cross-db-cleanup.js.map +1 -0
- package/dist/cleanup/index.d.ts +10 -0
- package/dist/cleanup/index.d.ts.map +1 -0
- package/dist/cleanup/index.js +10 -0
- package/dist/cleanup/index.js.map +1 -0
- package/dist/cleanup/stale-tokens.d.ts +37 -0
- package/dist/cleanup/stale-tokens.d.ts.map +1 -0
- package/dist/cleanup/stale-tokens.js +113 -0
- package/dist/cleanup/stale-tokens.js.map +1 -0
- package/dist/client/index.d.ts +13 -0
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +46 -7
- package/dist/client/index.js.map +1 -1
- package/dist/client/types.d.ts.map +1 -1
- package/dist/crypto.d.ts.map +1 -1
- package/dist/crypto.js +6 -0
- package/dist/crypto.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/log-transport.d.ts.map +1 -1
- package/dist/log-transport.js +3 -1
- package/dist/log-transport.js.map +1 -1
- package/dist/pool.d.ts +1 -4
- package/dist/pool.d.ts.map +1 -1
- package/dist/pool.js +29 -13
- package/dist/pool.js.map +1 -1
- package/dist/queries/boards.d.ts +13 -1
- package/dist/queries/boards.d.ts.map +1 -1
- package/dist/queries/boards.js +5 -2
- package/dist/queries/boards.js.map +1 -1
- package/dist/queries/code-provenance.d.ts +2 -0
- package/dist/queries/code-provenance.d.ts.map +1 -1
- package/dist/queries/code-provenance.js +8 -2
- package/dist/queries/code-provenance.js.map +1 -1
- package/dist/queries/media.d.ts +84 -0
- package/dist/queries/media.d.ts.map +1 -0
- package/dist/queries/media.js +47 -0
- package/dist/queries/media.js.map +1 -0
- package/dist/queries/optimized-queries.js +1 -1
- package/dist/queries/optimized-queries.js.map +1 -1
- package/dist/queries/pages.d.ts +119 -0
- package/dist/queries/pages.d.ts.map +1 -0
- package/dist/queries/pages.js +61 -0
- package/dist/queries/pages.js.map +1 -0
- package/dist/queries/posts.d.ts +107 -0
- package/dist/queries/posts.d.ts.map +1 -0
- package/dist/queries/posts.js +55 -0
- package/dist/queries/posts.js.map +1 -0
- package/dist/queries/sites.d.ts +127 -0
- package/dist/queries/sites.d.ts.map +1 -0
- package/dist/queries/sites.js +83 -0
- package/dist/queries/sites.js.map +1 -0
- package/dist/queries/ticket-comments.d.ts +9 -1
- package/dist/queries/ticket-comments.d.ts.map +1 -1
- package/dist/queries/ticket-comments.js +4 -0
- package/dist/queries/ticket-comments.js.map +1 -1
- package/dist/queries/ticket-labels.d.ts +10 -0
- package/dist/queries/ticket-labels.d.ts.map +1 -1
- package/dist/queries/ticket-labels.js +4 -0
- package/dist/queries/ticket-labels.js.map +1 -1
- package/dist/queries/tickets.d.ts +1 -1
- package/dist/queries/tickets.d.ts.map +1 -1
- package/dist/queries/tickets.js +4 -7
- package/dist/queries/tickets.js.map +1 -1
- package/dist/queries/users.d.ts +109 -0
- package/dist/queries/users.d.ts.map +1 -0
- package/dist/queries/users.js +44 -0
- package/dist/queries/users.js.map +1 -0
- package/dist/schema/accounts.d.ts +962 -0
- package/dist/schema/accounts.d.ts.map +1 -0
- package/dist/schema/accounts.js +115 -0
- package/dist/schema/accounts.js.map +1 -0
- package/dist/schema/agents.d.ts +167 -3
- package/dist/schema/agents.d.ts.map +1 -1
- package/dist/schema/agents.js +58 -7
- package/dist/schema/agents.js.map +1 -1
- package/dist/schema/api-keys.d.ts +17 -0
- package/dist/schema/api-keys.d.ts.map +1 -1
- package/dist/schema/api-keys.js +3 -0
- package/dist/schema/api-keys.js.map +1 -1
- package/dist/schema/app-logs.d.ts.map +1 -1
- package/dist/schema/app-logs.js.map +1 -1
- package/dist/schema/audit-log.d.ts.map +1 -1
- package/dist/schema/audit-log.js.map +1 -1
- package/dist/schema/cms.d.ts +68 -0
- package/dist/schema/cms.d.ts.map +1 -1
- package/dist/schema/cms.js +18 -4
- package/dist/schema/cms.js.map +1 -1
- package/dist/schema/code-provenance.d.ts.map +1 -1
- package/dist/schema/code-provenance.js.map +1 -1
- package/dist/schema/collab-edits.d.ts.map +1 -1
- package/dist/schema/collab-edits.js +2 -2
- package/dist/schema/collab-edits.js.map +1 -1
- package/dist/schema/coordination.d.ts +967 -0
- package/dist/schema/coordination.d.ts.map +1 -0
- package/dist/schema/coordination.js +109 -0
- package/dist/schema/coordination.js.map +1 -0
- package/dist/schema/crdt-operations.d.ts.map +1 -1
- package/dist/schema/crdt-operations.js.map +1 -1
- package/dist/schema/error-events.d.ts.map +1 -1
- package/dist/schema/error-events.js.map +1 -1
- package/dist/schema/gdpr.d.ts +529 -0
- package/dist/schema/gdpr.d.ts.map +1 -0
- package/dist/schema/gdpr.js +93 -0
- package/dist/schema/gdpr.js.map +1 -0
- package/dist/schema/index.d.ts +41 -1
- package/dist/schema/index.d.ts.map +1 -1
- package/dist/schema/index.js +82 -0
- package/dist/schema/index.js.map +1 -1
- package/dist/schema/jobs.d.ts +242 -0
- package/dist/schema/jobs.d.ts.map +1 -0
- package/dist/schema/jobs.js +48 -0
- package/dist/schema/jobs.js.map +1 -0
- package/dist/schema/licenses.d.ts +51 -0
- package/dist/schema/licenses.d.ts.map +1 -1
- package/dist/schema/licenses.js +12 -3
- package/dist/schema/licenses.js.map +1 -1
- package/dist/schema/magic-links.d.ts +136 -0
- package/dist/schema/magic-links.d.ts.map +1 -0
- package/dist/schema/magic-links.js +32 -0
- package/dist/schema/magic-links.js.map +1 -0
- package/dist/schema/marketplace.d.ts +496 -0
- package/dist/schema/marketplace.d.ts.map +1 -0
- package/dist/schema/marketplace.js +110 -0
- package/dist/schema/marketplace.js.map +1 -0
- package/dist/schema/node-ids.d.ts.map +1 -1
- package/dist/schema/node-ids.js.map +1 -1
- package/dist/schema/oauth-accounts.d.ts +205 -0
- package/dist/schema/oauth-accounts.d.ts.map +1 -0
- package/dist/schema/oauth-accounts.js +35 -0
- package/dist/schema/oauth-accounts.js.map +1 -0
- package/dist/schema/pages.d.ts +34 -0
- package/dist/schema/pages.d.ts.map +1 -1
- package/dist/schema/pages.js +14 -4
- package/dist/schema/pages.js.map +1 -1
- package/dist/schema/passkeys.d.ts +208 -0
- package/dist/schema/passkeys.d.ts.map +1 -0
- package/dist/schema/passkeys.js +47 -0
- package/dist/schema/passkeys.js.map +1 -0
- package/dist/schema/password-reset-tokens.d.ts.map +1 -1
- package/dist/schema/password-reset-tokens.js +5 -2
- package/dist/schema/password-reset-tokens.js.map +1 -1
- package/dist/schema/rag.d.ts +566 -0
- package/dist/schema/rag.d.ts.map +1 -0
- package/dist/schema/rag.js +85 -0
- package/dist/schema/rag.js.map +1 -0
- package/dist/schema/rate-limits.d.ts.map +1 -1
- package/dist/schema/rate-limits.js +5 -2
- package/dist/schema/rate-limits.js.map +1 -1
- package/dist/schema/rest.d.ts +11 -2
- package/dist/schema/rest.d.ts.map +1 -1
- package/dist/schema/rest.js +11 -2
- package/dist/schema/rest.js.map +1 -1
- package/dist/schema/sites.d.ts +34 -0
- package/dist/schema/sites.d.ts.map +1 -1
- package/dist/schema/sites.js +15 -3
- package/dist/schema/sites.js.map +1 -1
- package/dist/schema/tenants.d.ts +188 -0
- package/dist/schema/tenants.d.ts.map +1 -0
- package/dist/schema/tenants.js +15 -0
- package/dist/schema/tenants.js.map +1 -0
- package/dist/schema/tickets.d.ts.map +1 -1
- package/dist/schema/tickets.js +17 -5
- package/dist/schema/tickets.js.map +1 -1
- package/dist/schema/users.d.ts +259 -0
- package/dist/schema/users.d.ts.map +1 -1
- package/dist/schema/users.js +39 -3
- package/dist/schema/users.js.map +1 -1
- package/dist/schema/vector.d.ts +1 -0
- package/dist/schema/vector.d.ts.map +1 -1
- package/dist/schema/vector.js +2 -0
- package/dist/schema/vector.js.map +1 -1
- package/dist/schema/waitlist.d.ts.map +1 -1
- package/dist/schema/waitlist.js.map +1 -1
- package/dist/schema/webhook-events.d.ts +68 -0
- package/dist/schema/webhook-events.d.ts.map +1 -0
- package/dist/schema/webhook-events.js +17 -0
- package/dist/schema/webhook-events.js.map +1 -0
- package/dist/schema/yjs-documents.d.ts.map +1 -1
- package/dist/schema/yjs-documents.js.map +1 -1
- package/dist/scripts/cleanup-expired.d.ts +12 -0
- package/dist/scripts/cleanup-expired.d.ts.map +1 -0
- package/dist/scripts/cleanup-expired.js +50 -0
- package/dist/scripts/cleanup-expired.js.map +1 -0
- package/dist/security-audit-storage.d.ts +54 -0
- package/dist/security-audit-storage.d.ts.map +1 -0
- package/dist/security-audit-storage.js +100 -0
- package/dist/security-audit-storage.js.map +1 -0
- package/dist/types/database.d.ts +381 -2
- package/dist/types/database.d.ts.map +1 -1
- package/dist/types/database.js +78 -1
- package/dist/types/database.js.map +1 -1
- package/dist/types/discover.d.ts +2 -2
- package/dist/types/discover.d.ts.map +1 -1
- package/dist/types/discover.js +16 -16
- package/dist/types/discover.js.map +1 -1
- package/dist/types/extract-relationships.d.ts.map +1 -1
- package/dist/types/extract-relationships.js.map +1 -1
- package/dist/types/generate-contracts.js.map +1 -1
- package/dist/types/generate-zod-schemas.js.map +1 -1
- package/dist/types/generate.js.map +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/introspect.d.ts.map +1 -1
- package/dist/types/introspect.js +0 -1
- package/dist/types/introspect.js.map +1 -1
- package/dist/types/stripe-schema.d.ts.map +1 -1
- package/dist/types/stripe-schema.js +7 -2
- package/dist/types/stripe-schema.js.map +1 -1
- package/dist/utils/soft-delete.d.ts +45 -0
- package/dist/utils/soft-delete.d.ts.map +1 -0
- package/dist/utils/soft-delete.js +45 -0
- package/dist/utils/soft-delete.js.map +1 -0
- package/dist/validation/cross-db.d.ts +60 -0
- package/dist/validation/cross-db.d.ts.map +1 -0
- package/dist/validation/cross-db.js +146 -0
- package/dist/validation/cross-db.js.map +1 -0
- package/package.json +45 -6
package/dist/types/database.d.ts
CHANGED
|
@@ -4,12 +4,24 @@
|
|
|
4
4
|
* This file is auto-generated by packages/db/src/types/generate.ts
|
|
5
5
|
* DO NOT MODIFY MANUALLY - regenerate using: pnpm generate:types
|
|
6
6
|
*
|
|
7
|
-
* Generated: 2026-03-
|
|
7
|
+
* Generated: 2026-03-19T09:07:51.864Z
|
|
8
8
|
*
|
|
9
9
|
* This type matches the Supabase Database type structure for feature parity.
|
|
10
10
|
* Tables are automatically discovered from packages/db/src/schema/*.ts
|
|
11
11
|
*/
|
|
12
|
-
import type { agentActions, agentContexts, agentMemories, appLogs, auditLog, boardColumns, boards, codeProvenance, codeReviews, collabEdits, conversations, crdtOperations, errorEvents, failedAttempts, globalFooter, globalHeader, globalSettings, licenses, media, messages, nodeIdMappings, pageRevisions, pages, passwordResetTokens, posts, rateLimits, registeredAgents, sessions, siteCollaborators, sites, syncMetadata, tenantProviderConfigs, ticketComments, ticketLabelAssignments, ticketLabels, tickets, userApiKeys, userDevices, users, waitlist, yjsDocuments } from '../schema/index.js';
|
|
12
|
+
import type { accountEntitlements, accountMemberships, accounts, accountSubscriptions, agentActions, agentContexts, agentMemories, agentTaskUsage, aiMemorySessions, appLogs, auditLog, billingCatalog, boardColumns, boards, codeProvenance, codeReviews, collabEdits, conversations, coordinationAgents, coordinationEvents, coordinationFileClaims, coordinationMail, coordinationQueueItems, coordinationSessions, coordinationWorkItems, crdtOperations, errorEvents, failedAttempts, gdprBreaches, gdprConsents, gdprDeletionRequests, globalFooter, globalHeader, globalSettings, jobs, licenses, magicLinks, marketplaceServers, marketplaceTransactions, media, messages, nodeIdMappings, oauthAccounts, pageRevisions, pages, passkeys, passwordResetTokens, posts, processedWebhookEvents, ragChunks, ragDocuments, ragWorkspaces, rateLimits, registeredAgents, sessions, siteCollaborators, sites, syncMetadata, tenantProviderConfigs, tenants, ticketComments, ticketLabelAssignments, ticketLabels, tickets, usageMeters, userApiKeys, userDevices, users, waitlist, yjsDocuments } from '../schema/index.js';
|
|
13
|
+
export type AccountEntitlementsRow = typeof accountEntitlements.$inferSelect;
|
|
14
|
+
export type AccountEntitlementsInsert = typeof accountEntitlements.$inferInsert;
|
|
15
|
+
export type AccountEntitlementsUpdate = Partial<AccountEntitlementsInsert>;
|
|
16
|
+
export type AccountMembershipsRow = typeof accountMemberships.$inferSelect;
|
|
17
|
+
export type AccountMembershipsInsert = typeof accountMemberships.$inferInsert;
|
|
18
|
+
export type AccountMembershipsUpdate = Partial<AccountMembershipsInsert>;
|
|
19
|
+
export type AccountsRow = typeof accounts.$inferSelect;
|
|
20
|
+
export type AccountsInsert = typeof accounts.$inferInsert;
|
|
21
|
+
export type AccountsUpdate = Partial<AccountsInsert>;
|
|
22
|
+
export type AccountSubscriptionsRow = typeof accountSubscriptions.$inferSelect;
|
|
23
|
+
export type AccountSubscriptionsInsert = typeof accountSubscriptions.$inferInsert;
|
|
24
|
+
export type AccountSubscriptionsUpdate = Partial<AccountSubscriptionsInsert>;
|
|
13
25
|
export type AgentActionsRow = typeof agentActions.$inferSelect;
|
|
14
26
|
export type AgentActionsInsert = typeof agentActions.$inferInsert;
|
|
15
27
|
export type AgentActionsUpdate = Partial<AgentActionsInsert>;
|
|
@@ -19,12 +31,21 @@ export type AgentContextsUpdate = Partial<AgentContextsInsert>;
|
|
|
19
31
|
export type AgentMemoriesRow = typeof agentMemories.$inferSelect;
|
|
20
32
|
export type AgentMemoriesInsert = typeof agentMemories.$inferInsert;
|
|
21
33
|
export type AgentMemoriesUpdate = Partial<AgentMemoriesInsert>;
|
|
34
|
+
export type AgentTaskUsageRow = typeof agentTaskUsage.$inferSelect;
|
|
35
|
+
export type AgentTaskUsageInsert = typeof agentTaskUsage.$inferInsert;
|
|
36
|
+
export type AgentTaskUsageUpdate = Partial<AgentTaskUsageInsert>;
|
|
37
|
+
export type AiMemorySessionsRow = typeof aiMemorySessions.$inferSelect;
|
|
38
|
+
export type AiMemorySessionsInsert = typeof aiMemorySessions.$inferInsert;
|
|
39
|
+
export type AiMemorySessionsUpdate = Partial<AiMemorySessionsInsert>;
|
|
22
40
|
export type AppLogsRow = typeof appLogs.$inferSelect;
|
|
23
41
|
export type AppLogsInsert = typeof appLogs.$inferInsert;
|
|
24
42
|
export type AppLogsUpdate = Partial<AppLogsInsert>;
|
|
25
43
|
export type AuditLogRow = typeof auditLog.$inferSelect;
|
|
26
44
|
export type AuditLogInsert = typeof auditLog.$inferInsert;
|
|
27
45
|
export type AuditLogUpdate = Partial<AuditLogInsert>;
|
|
46
|
+
export type BillingCatalogRow = typeof billingCatalog.$inferSelect;
|
|
47
|
+
export type BillingCatalogInsert = typeof billingCatalog.$inferInsert;
|
|
48
|
+
export type BillingCatalogUpdate = Partial<BillingCatalogInsert>;
|
|
28
49
|
export type BoardColumnsRow = typeof boardColumns.$inferSelect;
|
|
29
50
|
export type BoardColumnsInsert = typeof boardColumns.$inferInsert;
|
|
30
51
|
export type BoardColumnsUpdate = Partial<BoardColumnsInsert>;
|
|
@@ -43,6 +64,27 @@ export type CollabEditsUpdate = Partial<CollabEditsInsert>;
|
|
|
43
64
|
export type ConversationsRow = typeof conversations.$inferSelect;
|
|
44
65
|
export type ConversationsInsert = typeof conversations.$inferInsert;
|
|
45
66
|
export type ConversationsUpdate = Partial<ConversationsInsert>;
|
|
67
|
+
export type CoordinationAgentsRow = typeof coordinationAgents.$inferSelect;
|
|
68
|
+
export type CoordinationAgentsInsert = typeof coordinationAgents.$inferInsert;
|
|
69
|
+
export type CoordinationAgentsUpdate = Partial<CoordinationAgentsInsert>;
|
|
70
|
+
export type CoordinationEventsRow = typeof coordinationEvents.$inferSelect;
|
|
71
|
+
export type CoordinationEventsInsert = typeof coordinationEvents.$inferInsert;
|
|
72
|
+
export type CoordinationEventsUpdate = Partial<CoordinationEventsInsert>;
|
|
73
|
+
export type CoordinationFileClaimsRow = typeof coordinationFileClaims.$inferSelect;
|
|
74
|
+
export type CoordinationFileClaimsInsert = typeof coordinationFileClaims.$inferInsert;
|
|
75
|
+
export type CoordinationFileClaimsUpdate = Partial<CoordinationFileClaimsInsert>;
|
|
76
|
+
export type CoordinationMailRow = typeof coordinationMail.$inferSelect;
|
|
77
|
+
export type CoordinationMailInsert = typeof coordinationMail.$inferInsert;
|
|
78
|
+
export type CoordinationMailUpdate = Partial<CoordinationMailInsert>;
|
|
79
|
+
export type CoordinationQueueItemsRow = typeof coordinationQueueItems.$inferSelect;
|
|
80
|
+
export type CoordinationQueueItemsInsert = typeof coordinationQueueItems.$inferInsert;
|
|
81
|
+
export type CoordinationQueueItemsUpdate = Partial<CoordinationQueueItemsInsert>;
|
|
82
|
+
export type CoordinationSessionsRow = typeof coordinationSessions.$inferSelect;
|
|
83
|
+
export type CoordinationSessionsInsert = typeof coordinationSessions.$inferInsert;
|
|
84
|
+
export type CoordinationSessionsUpdate = Partial<CoordinationSessionsInsert>;
|
|
85
|
+
export type CoordinationWorkItemsRow = typeof coordinationWorkItems.$inferSelect;
|
|
86
|
+
export type CoordinationWorkItemsInsert = typeof coordinationWorkItems.$inferInsert;
|
|
87
|
+
export type CoordinationWorkItemsUpdate = Partial<CoordinationWorkItemsInsert>;
|
|
46
88
|
export type CrdtOperationsRow = typeof crdtOperations.$inferSelect;
|
|
47
89
|
export type CrdtOperationsInsert = typeof crdtOperations.$inferInsert;
|
|
48
90
|
export type CrdtOperationsUpdate = Partial<CrdtOperationsInsert>;
|
|
@@ -52,6 +94,15 @@ export type ErrorEventsUpdate = Partial<ErrorEventsInsert>;
|
|
|
52
94
|
export type FailedAttemptsRow = typeof failedAttempts.$inferSelect;
|
|
53
95
|
export type FailedAttemptsInsert = typeof failedAttempts.$inferInsert;
|
|
54
96
|
export type FailedAttemptsUpdate = Partial<FailedAttemptsInsert>;
|
|
97
|
+
export type GdprBreachesRow = typeof gdprBreaches.$inferSelect;
|
|
98
|
+
export type GdprBreachesInsert = typeof gdprBreaches.$inferInsert;
|
|
99
|
+
export type GdprBreachesUpdate = Partial<GdprBreachesInsert>;
|
|
100
|
+
export type GdprConsentsRow = typeof gdprConsents.$inferSelect;
|
|
101
|
+
export type GdprConsentsInsert = typeof gdprConsents.$inferInsert;
|
|
102
|
+
export type GdprConsentsUpdate = Partial<GdprConsentsInsert>;
|
|
103
|
+
export type GdprDeletionRequestsRow = typeof gdprDeletionRequests.$inferSelect;
|
|
104
|
+
export type GdprDeletionRequestsInsert = typeof gdprDeletionRequests.$inferInsert;
|
|
105
|
+
export type GdprDeletionRequestsUpdate = Partial<GdprDeletionRequestsInsert>;
|
|
55
106
|
export type GlobalFooterRow = typeof globalFooter.$inferSelect;
|
|
56
107
|
export type GlobalFooterInsert = typeof globalFooter.$inferInsert;
|
|
57
108
|
export type GlobalFooterUpdate = Partial<GlobalFooterInsert>;
|
|
@@ -61,9 +112,21 @@ export type GlobalHeaderUpdate = Partial<GlobalHeaderInsert>;
|
|
|
61
112
|
export type GlobalSettingsRow = typeof globalSettings.$inferSelect;
|
|
62
113
|
export type GlobalSettingsInsert = typeof globalSettings.$inferInsert;
|
|
63
114
|
export type GlobalSettingsUpdate = Partial<GlobalSettingsInsert>;
|
|
115
|
+
export type JobsRow = typeof jobs.$inferSelect;
|
|
116
|
+
export type JobsInsert = typeof jobs.$inferInsert;
|
|
117
|
+
export type JobsUpdate = Partial<JobsInsert>;
|
|
64
118
|
export type LicensesRow = typeof licenses.$inferSelect;
|
|
65
119
|
export type LicensesInsert = typeof licenses.$inferInsert;
|
|
66
120
|
export type LicensesUpdate = Partial<LicensesInsert>;
|
|
121
|
+
export type MagicLinksRow = typeof magicLinks.$inferSelect;
|
|
122
|
+
export type MagicLinksInsert = typeof magicLinks.$inferInsert;
|
|
123
|
+
export type MagicLinksUpdate = Partial<MagicLinksInsert>;
|
|
124
|
+
export type MarketplaceServersRow = typeof marketplaceServers.$inferSelect;
|
|
125
|
+
export type MarketplaceServersInsert = typeof marketplaceServers.$inferInsert;
|
|
126
|
+
export type MarketplaceServersUpdate = Partial<MarketplaceServersInsert>;
|
|
127
|
+
export type MarketplaceTransactionsRow = typeof marketplaceTransactions.$inferSelect;
|
|
128
|
+
export type MarketplaceTransactionsInsert = typeof marketplaceTransactions.$inferInsert;
|
|
129
|
+
export type MarketplaceTransactionsUpdate = Partial<MarketplaceTransactionsInsert>;
|
|
67
130
|
export type MediaRow = typeof media.$inferSelect;
|
|
68
131
|
export type MediaInsert = typeof media.$inferInsert;
|
|
69
132
|
export type MediaUpdate = Partial<MediaInsert>;
|
|
@@ -73,18 +136,36 @@ export type MessagesUpdate = Partial<MessagesInsert>;
|
|
|
73
136
|
export type NodeIdMappingsRow = typeof nodeIdMappings.$inferSelect;
|
|
74
137
|
export type NodeIdMappingsInsert = typeof nodeIdMappings.$inferInsert;
|
|
75
138
|
export type NodeIdMappingsUpdate = Partial<NodeIdMappingsInsert>;
|
|
139
|
+
export type OauthAccountsRow = typeof oauthAccounts.$inferSelect;
|
|
140
|
+
export type OauthAccountsInsert = typeof oauthAccounts.$inferInsert;
|
|
141
|
+
export type OauthAccountsUpdate = Partial<OauthAccountsInsert>;
|
|
76
142
|
export type PageRevisionsRow = typeof pageRevisions.$inferSelect;
|
|
77
143
|
export type PageRevisionsInsert = typeof pageRevisions.$inferInsert;
|
|
78
144
|
export type PageRevisionsUpdate = Partial<PageRevisionsInsert>;
|
|
79
145
|
export type PagesRow = typeof pages.$inferSelect;
|
|
80
146
|
export type PagesInsert = typeof pages.$inferInsert;
|
|
81
147
|
export type PagesUpdate = Partial<PagesInsert>;
|
|
148
|
+
export type PasskeysRow = typeof passkeys.$inferSelect;
|
|
149
|
+
export type PasskeysInsert = typeof passkeys.$inferInsert;
|
|
150
|
+
export type PasskeysUpdate = Partial<PasskeysInsert>;
|
|
82
151
|
export type PasswordResetTokensRow = typeof passwordResetTokens.$inferSelect;
|
|
83
152
|
export type PasswordResetTokensInsert = typeof passwordResetTokens.$inferInsert;
|
|
84
153
|
export type PasswordResetTokensUpdate = Partial<PasswordResetTokensInsert>;
|
|
85
154
|
export type PostsRow = typeof posts.$inferSelect;
|
|
86
155
|
export type PostsInsert = typeof posts.$inferInsert;
|
|
87
156
|
export type PostsUpdate = Partial<PostsInsert>;
|
|
157
|
+
export type ProcessedWebhookEventsRow = typeof processedWebhookEvents.$inferSelect;
|
|
158
|
+
export type ProcessedWebhookEventsInsert = typeof processedWebhookEvents.$inferInsert;
|
|
159
|
+
export type ProcessedWebhookEventsUpdate = Partial<ProcessedWebhookEventsInsert>;
|
|
160
|
+
export type RagChunksRow = typeof ragChunks.$inferSelect;
|
|
161
|
+
export type RagChunksInsert = typeof ragChunks.$inferInsert;
|
|
162
|
+
export type RagChunksUpdate = Partial<RagChunksInsert>;
|
|
163
|
+
export type RagDocumentsRow = typeof ragDocuments.$inferSelect;
|
|
164
|
+
export type RagDocumentsInsert = typeof ragDocuments.$inferInsert;
|
|
165
|
+
export type RagDocumentsUpdate = Partial<RagDocumentsInsert>;
|
|
166
|
+
export type RagWorkspacesRow = typeof ragWorkspaces.$inferSelect;
|
|
167
|
+
export type RagWorkspacesInsert = typeof ragWorkspaces.$inferInsert;
|
|
168
|
+
export type RagWorkspacesUpdate = Partial<RagWorkspacesInsert>;
|
|
88
169
|
export type RateLimitsRow = typeof rateLimits.$inferSelect;
|
|
89
170
|
export type RateLimitsInsert = typeof rateLimits.$inferInsert;
|
|
90
171
|
export type RateLimitsUpdate = Partial<RateLimitsInsert>;
|
|
@@ -106,6 +187,9 @@ export type SyncMetadataUpdate = Partial<SyncMetadataInsert>;
|
|
|
106
187
|
export type TenantProviderConfigsRow = typeof tenantProviderConfigs.$inferSelect;
|
|
107
188
|
export type TenantProviderConfigsInsert = typeof tenantProviderConfigs.$inferInsert;
|
|
108
189
|
export type TenantProviderConfigsUpdate = Partial<TenantProviderConfigsInsert>;
|
|
190
|
+
export type TenantsRow = typeof tenants.$inferSelect;
|
|
191
|
+
export type TenantsInsert = typeof tenants.$inferInsert;
|
|
192
|
+
export type TenantsUpdate = Partial<TenantsInsert>;
|
|
109
193
|
export type TicketCommentsRow = typeof ticketComments.$inferSelect;
|
|
110
194
|
export type TicketCommentsInsert = typeof ticketComments.$inferInsert;
|
|
111
195
|
export type TicketCommentsUpdate = Partial<TicketCommentsInsert>;
|
|
@@ -118,6 +202,9 @@ export type TicketLabelsUpdate = Partial<TicketLabelsInsert>;
|
|
|
118
202
|
export type TicketsRow = typeof tickets.$inferSelect;
|
|
119
203
|
export type TicketsInsert = typeof tickets.$inferInsert;
|
|
120
204
|
export type TicketsUpdate = Partial<TicketsInsert>;
|
|
205
|
+
export type UsageMetersRow = typeof usageMeters.$inferSelect;
|
|
206
|
+
export type UsageMetersInsert = typeof usageMeters.$inferInsert;
|
|
207
|
+
export type UsageMetersUpdate = Partial<UsageMetersInsert>;
|
|
121
208
|
export type UserApiKeysRow = typeof userApiKeys.$inferSelect;
|
|
122
209
|
export type UserApiKeysInsert = typeof userApiKeys.$inferInsert;
|
|
123
210
|
export type UserApiKeysUpdate = Partial<UserApiKeysInsert>;
|
|
@@ -152,31 +239,58 @@ export type Relationship = {
|
|
|
152
239
|
* - many() = isOneToOne: false
|
|
153
240
|
*/
|
|
154
241
|
export type DatabaseRelationships = {
|
|
242
|
+
accountEntitlements: Relationship[];
|
|
243
|
+
accountMemberships: Relationship[];
|
|
244
|
+
accounts: Relationship[];
|
|
245
|
+
accountSubscriptions: Relationship[];
|
|
155
246
|
agentActions: Relationship[];
|
|
156
247
|
agentContexts: Relationship[];
|
|
157
248
|
agentMemories: Relationship[];
|
|
249
|
+
agentTaskUsage: Relationship[];
|
|
250
|
+
aiMemorySessions: Relationship[];
|
|
158
251
|
appLogs: Relationship[];
|
|
159
252
|
auditLog: Relationship[];
|
|
253
|
+
billingCatalog: Relationship[];
|
|
160
254
|
boardColumns: Relationship[];
|
|
161
255
|
boards: Relationship[];
|
|
162
256
|
codeProvenance: Relationship[];
|
|
163
257
|
codeReviews: Relationship[];
|
|
164
258
|
collabEdits: Relationship[];
|
|
165
259
|
conversations: Relationship[];
|
|
260
|
+
coordinationAgents: Relationship[];
|
|
261
|
+
coordinationEvents: Relationship[];
|
|
262
|
+
coordinationFileClaims: Relationship[];
|
|
263
|
+
coordinationMail: Relationship[];
|
|
264
|
+
coordinationQueueItems: Relationship[];
|
|
265
|
+
coordinationSessions: Relationship[];
|
|
266
|
+
coordinationWorkItems: Relationship[];
|
|
166
267
|
crdtOperations: Relationship[];
|
|
167
268
|
errorEvents: Relationship[];
|
|
168
269
|
failedAttempts: Relationship[];
|
|
270
|
+
gdprBreaches: Relationship[];
|
|
271
|
+
gdprConsents: Relationship[];
|
|
272
|
+
gdprDeletionRequests: Relationship[];
|
|
169
273
|
globalFooter: Relationship[];
|
|
170
274
|
globalHeader: Relationship[];
|
|
171
275
|
globalSettings: Relationship[];
|
|
276
|
+
jobs: Relationship[];
|
|
172
277
|
licenses: Relationship[];
|
|
278
|
+
magicLinks: Relationship[];
|
|
279
|
+
marketplaceServers: Relationship[];
|
|
280
|
+
marketplaceTransactions: Relationship[];
|
|
173
281
|
media: Relationship[];
|
|
174
282
|
messages: Relationship[];
|
|
175
283
|
nodeIdMappings: Relationship[];
|
|
284
|
+
oauthAccounts: Relationship[];
|
|
176
285
|
pageRevisions: Relationship[];
|
|
177
286
|
pages: Relationship[];
|
|
287
|
+
passkeys: Relationship[];
|
|
178
288
|
passwordResetTokens: Relationship[];
|
|
179
289
|
posts: Relationship[];
|
|
290
|
+
processedWebhookEvents: Relationship[];
|
|
291
|
+
ragChunks: Relationship[];
|
|
292
|
+
ragDocuments: Relationship[];
|
|
293
|
+
ragWorkspaces: Relationship[];
|
|
180
294
|
rateLimits: Relationship[];
|
|
181
295
|
registeredAgents: Relationship[];
|
|
182
296
|
sessions: Relationship[];
|
|
@@ -184,16 +298,46 @@ export type DatabaseRelationships = {
|
|
|
184
298
|
sites: Relationship[];
|
|
185
299
|
syncMetadata: Relationship[];
|
|
186
300
|
tenantProviderConfigs: Relationship[];
|
|
301
|
+
tenants: Relationship[];
|
|
187
302
|
ticketComments: Relationship[];
|
|
188
303
|
ticketLabelAssignments: Relationship[];
|
|
189
304
|
ticketLabels: Relationship[];
|
|
190
305
|
tickets: Relationship[];
|
|
306
|
+
usageMeters: Relationship[];
|
|
191
307
|
userApiKeys: Relationship[];
|
|
192
308
|
userDevices: Relationship[];
|
|
193
309
|
users: Relationship[];
|
|
194
310
|
waitlist: Relationship[];
|
|
195
311
|
yjsDocuments: Relationship[];
|
|
196
312
|
};
|
|
313
|
+
export declare const accountEntitlementsRelationships: readonly [{
|
|
314
|
+
readonly foreignKeyName: "account_entitlements_account_id_accounts_id_fk";
|
|
315
|
+
readonly columns: ["account_id"];
|
|
316
|
+
readonly isOneToOne: true;
|
|
317
|
+
readonly referencedRelation: "accounts";
|
|
318
|
+
readonly referencedColumns: ["id"];
|
|
319
|
+
}];
|
|
320
|
+
export declare const accountMembershipsRelationships: readonly [{
|
|
321
|
+
readonly foreignKeyName: "account_memberships_account_id_accounts_id_fk";
|
|
322
|
+
readonly columns: ["account_id"];
|
|
323
|
+
readonly isOneToOne: true;
|
|
324
|
+
readonly referencedRelation: "accounts";
|
|
325
|
+
readonly referencedColumns: ["id"];
|
|
326
|
+
}, {
|
|
327
|
+
readonly foreignKeyName: "account_memberships_user_id_users_id_fk";
|
|
328
|
+
readonly columns: ["user_id"];
|
|
329
|
+
readonly isOneToOne: true;
|
|
330
|
+
readonly referencedRelation: "users";
|
|
331
|
+
readonly referencedColumns: ["id"];
|
|
332
|
+
}];
|
|
333
|
+
export declare const accountsRelationships: readonly Relationship[];
|
|
334
|
+
export declare const accountSubscriptionsRelationships: readonly [{
|
|
335
|
+
readonly foreignKeyName: "account_subscriptions_account_id_accounts_id_fk";
|
|
336
|
+
readonly columns: ["account_id"];
|
|
337
|
+
readonly isOneToOne: true;
|
|
338
|
+
readonly referencedRelation: "accounts";
|
|
339
|
+
readonly referencedColumns: ["id"];
|
|
340
|
+
}];
|
|
197
341
|
export declare const agentActionsRelationships: readonly [{
|
|
198
342
|
readonly foreignKeyName: "agent_actions_conversation_id_conversations_id_fk";
|
|
199
343
|
readonly columns: ["conversation_id"];
|
|
@@ -215,8 +359,11 @@ export declare const agentMemoriesRelationships: readonly [{
|
|
|
215
359
|
readonly referencedRelation: "users";
|
|
216
360
|
readonly referencedColumns: ["id"];
|
|
217
361
|
}];
|
|
362
|
+
export declare const agentTaskUsageRelationships: readonly Relationship[];
|
|
363
|
+
export declare const aiMemorySessionsRelationships: readonly Relationship[];
|
|
218
364
|
export declare const appLogsRelationships: readonly Relationship[];
|
|
219
365
|
export declare const auditLogRelationships: readonly Relationship[];
|
|
366
|
+
export declare const billingCatalogRelationships: readonly Relationship[];
|
|
220
367
|
export declare const boardColumnsRelationships: readonly [{
|
|
221
368
|
readonly foreignKeyName: "board_columns_board_id_boards_id_fk";
|
|
222
369
|
readonly columns: ["board_id"];
|
|
@@ -265,12 +412,23 @@ export declare const conversationsRelationships: readonly [{
|
|
|
265
412
|
readonly referencedRelation: "users";
|
|
266
413
|
readonly referencedColumns: ["id"];
|
|
267
414
|
}];
|
|
415
|
+
export declare const coordinationAgentsRelationships: readonly Relationship[];
|
|
416
|
+
export declare const coordinationEventsRelationships: readonly Relationship[];
|
|
417
|
+
export declare const coordinationFileClaimsRelationships: readonly Relationship[];
|
|
418
|
+
export declare const coordinationMailRelationships: readonly Relationship[];
|
|
419
|
+
export declare const coordinationQueueItemsRelationships: readonly Relationship[];
|
|
420
|
+
export declare const coordinationSessionsRelationships: readonly Relationship[];
|
|
421
|
+
export declare const coordinationWorkItemsRelationships: readonly Relationship[];
|
|
268
422
|
export declare const crdtOperationsRelationships: readonly Relationship[];
|
|
269
423
|
export declare const errorEventsRelationships: readonly Relationship[];
|
|
270
424
|
export declare const failedAttemptsRelationships: readonly Relationship[];
|
|
425
|
+
export declare const gdprBreachesRelationships: readonly Relationship[];
|
|
426
|
+
export declare const gdprConsentsRelationships: readonly Relationship[];
|
|
427
|
+
export declare const gdprDeletionRequestsRelationships: readonly Relationship[];
|
|
271
428
|
export declare const globalFooterRelationships: readonly Relationship[];
|
|
272
429
|
export declare const globalHeaderRelationships: readonly Relationship[];
|
|
273
430
|
export declare const globalSettingsRelationships: readonly Relationship[];
|
|
431
|
+
export declare const jobsRelationships: readonly Relationship[];
|
|
274
432
|
export declare const licensesRelationships: readonly [{
|
|
275
433
|
readonly foreignKeyName: "licenses_user_id_users_id_fk";
|
|
276
434
|
readonly columns: ["user_id"];
|
|
@@ -278,6 +436,27 @@ export declare const licensesRelationships: readonly [{
|
|
|
278
436
|
readonly referencedRelation: "users";
|
|
279
437
|
readonly referencedColumns: ["id"];
|
|
280
438
|
}];
|
|
439
|
+
export declare const magicLinksRelationships: readonly [{
|
|
440
|
+
readonly foreignKeyName: "magic_links_user_id_users_id_fk";
|
|
441
|
+
readonly columns: ["user_id"];
|
|
442
|
+
readonly isOneToOne: true;
|
|
443
|
+
readonly referencedRelation: "users";
|
|
444
|
+
readonly referencedColumns: ["id"];
|
|
445
|
+
}];
|
|
446
|
+
export declare const marketplaceServersRelationships: readonly [{
|
|
447
|
+
readonly foreignKeyName: "marketplace_servers_developer_id_users_id_fk";
|
|
448
|
+
readonly columns: ["developer_id"];
|
|
449
|
+
readonly isOneToOne: true;
|
|
450
|
+
readonly referencedRelation: "users";
|
|
451
|
+
readonly referencedColumns: ["id"];
|
|
452
|
+
}];
|
|
453
|
+
export declare const marketplaceTransactionsRelationships: readonly [{
|
|
454
|
+
readonly foreignKeyName: "marketplace_transactions_server_id_marketplace_servers_id_fk";
|
|
455
|
+
readonly columns: ["server_id"];
|
|
456
|
+
readonly isOneToOne: true;
|
|
457
|
+
readonly referencedRelation: "marketplace_servers";
|
|
458
|
+
readonly referencedColumns: ["id"];
|
|
459
|
+
}];
|
|
281
460
|
export declare const mediaRelationships: readonly [{
|
|
282
461
|
readonly foreignKeyName: "media_uploaded_by_users_id_fk";
|
|
283
462
|
readonly columns: ["uploaded_by"];
|
|
@@ -287,6 +466,13 @@ export declare const mediaRelationships: readonly [{
|
|
|
287
466
|
}];
|
|
288
467
|
export declare const messagesRelationships: readonly Relationship[];
|
|
289
468
|
export declare const nodeIdMappingsRelationships: readonly Relationship[];
|
|
469
|
+
export declare const oauthAccountsRelationships: readonly [{
|
|
470
|
+
readonly foreignKeyName: "oauth_accounts_user_id_users_id_fk";
|
|
471
|
+
readonly columns: ["user_id"];
|
|
472
|
+
readonly isOneToOne: true;
|
|
473
|
+
readonly referencedRelation: "users";
|
|
474
|
+
readonly referencedColumns: ["id"];
|
|
475
|
+
}];
|
|
290
476
|
export declare const pageRevisionsRelationships: readonly [{
|
|
291
477
|
readonly foreignKeyName: "page_revisions_page_id_pages_id_fk";
|
|
292
478
|
readonly columns: ["page_id"];
|
|
@@ -313,6 +499,13 @@ export declare const pagesRelationships: readonly [{
|
|
|
313
499
|
readonly referencedRelation: "pages";
|
|
314
500
|
readonly referencedColumns: ["id"];
|
|
315
501
|
}];
|
|
502
|
+
export declare const passkeysRelationships: readonly [{
|
|
503
|
+
readonly foreignKeyName: "passkeys_user_id_users_id_fk";
|
|
504
|
+
readonly columns: ["user_id"];
|
|
505
|
+
readonly isOneToOne: true;
|
|
506
|
+
readonly referencedRelation: "users";
|
|
507
|
+
readonly referencedColumns: ["id"];
|
|
508
|
+
}];
|
|
316
509
|
export declare const passwordResetTokensRelationships: readonly [{
|
|
317
510
|
readonly foreignKeyName: "password_reset_tokens_user_id_users_id_fk";
|
|
318
511
|
readonly columns: ["user_id"];
|
|
@@ -333,6 +526,10 @@ export declare const postsRelationships: readonly [{
|
|
|
333
526
|
readonly referencedRelation: "media";
|
|
334
527
|
readonly referencedColumns: ["id"];
|
|
335
528
|
}];
|
|
529
|
+
export declare const processedWebhookEventsRelationships: readonly Relationship[];
|
|
530
|
+
export declare const ragChunksRelationships: readonly Relationship[];
|
|
531
|
+
export declare const ragDocumentsRelationships: readonly Relationship[];
|
|
532
|
+
export declare const ragWorkspacesRelationships: readonly Relationship[];
|
|
336
533
|
export declare const rateLimitsRelationships: readonly Relationship[];
|
|
337
534
|
export declare const registeredAgentsRelationships: readonly Relationship[];
|
|
338
535
|
export declare const sessionsRelationships: readonly [{
|
|
@@ -376,6 +573,7 @@ export declare const tenantProviderConfigsRelationships: readonly [{
|
|
|
376
573
|
readonly referencedRelation: "users";
|
|
377
574
|
readonly referencedColumns: ["id"];
|
|
378
575
|
}];
|
|
576
|
+
export declare const tenantsRelationships: readonly Relationship[];
|
|
379
577
|
export declare const ticketCommentsRelationships: readonly [{
|
|
380
578
|
readonly foreignKeyName: "ticket_comments_ticket_id_tickets_id_fk";
|
|
381
579
|
readonly columns: ["ticket_id"];
|
|
@@ -434,6 +632,13 @@ export declare const ticketsRelationships: readonly [{
|
|
|
434
632
|
readonly referencedRelation: "tickets";
|
|
435
633
|
readonly referencedColumns: ["id"];
|
|
436
634
|
}];
|
|
635
|
+
export declare const usageMetersRelationships: readonly [{
|
|
636
|
+
readonly foreignKeyName: "usage_meters_account_id_accounts_id_fk";
|
|
637
|
+
readonly columns: ["account_id"];
|
|
638
|
+
readonly isOneToOne: true;
|
|
639
|
+
readonly referencedRelation: "accounts";
|
|
640
|
+
readonly referencedColumns: ["id"];
|
|
641
|
+
}];
|
|
437
642
|
export declare const userApiKeysRelationships: readonly [{
|
|
438
643
|
readonly foreignKeyName: "user_api_keys_user_id_users_id_fk";
|
|
439
644
|
readonly columns: ["user_id"];
|
|
@@ -471,6 +676,30 @@ export interface DatabaseEnums {
|
|
|
471
676
|
export type Database = {
|
|
472
677
|
public: {
|
|
473
678
|
Tables: {
|
|
679
|
+
account_entitlements: {
|
|
680
|
+
Row: AccountEntitlementsRow;
|
|
681
|
+
Insert: AccountEntitlementsInsert;
|
|
682
|
+
Update: AccountEntitlementsUpdate;
|
|
683
|
+
Relationships: typeof accountEntitlementsRelationships;
|
|
684
|
+
};
|
|
685
|
+
account_memberships: {
|
|
686
|
+
Row: AccountMembershipsRow;
|
|
687
|
+
Insert: AccountMembershipsInsert;
|
|
688
|
+
Update: AccountMembershipsUpdate;
|
|
689
|
+
Relationships: typeof accountMembershipsRelationships;
|
|
690
|
+
};
|
|
691
|
+
accounts: {
|
|
692
|
+
Row: AccountsRow;
|
|
693
|
+
Insert: AccountsInsert;
|
|
694
|
+
Update: AccountsUpdate;
|
|
695
|
+
Relationships: typeof accountsRelationships;
|
|
696
|
+
};
|
|
697
|
+
account_subscriptions: {
|
|
698
|
+
Row: AccountSubscriptionsRow;
|
|
699
|
+
Insert: AccountSubscriptionsInsert;
|
|
700
|
+
Update: AccountSubscriptionsUpdate;
|
|
701
|
+
Relationships: typeof accountSubscriptionsRelationships;
|
|
702
|
+
};
|
|
474
703
|
agent_actions: {
|
|
475
704
|
Row: AgentActionsRow;
|
|
476
705
|
Insert: AgentActionsInsert;
|
|
@@ -489,6 +718,18 @@ export type Database = {
|
|
|
489
718
|
Update: AgentMemoriesUpdate;
|
|
490
719
|
Relationships: typeof agentMemoriesRelationships;
|
|
491
720
|
};
|
|
721
|
+
agent_task_usage: {
|
|
722
|
+
Row: AgentTaskUsageRow;
|
|
723
|
+
Insert: AgentTaskUsageInsert;
|
|
724
|
+
Update: AgentTaskUsageUpdate;
|
|
725
|
+
Relationships: typeof agentTaskUsageRelationships;
|
|
726
|
+
};
|
|
727
|
+
ai_memory_sessions: {
|
|
728
|
+
Row: AiMemorySessionsRow;
|
|
729
|
+
Insert: AiMemorySessionsInsert;
|
|
730
|
+
Update: AiMemorySessionsUpdate;
|
|
731
|
+
Relationships: typeof aiMemorySessionsRelationships;
|
|
732
|
+
};
|
|
492
733
|
app_logs: {
|
|
493
734
|
Row: AppLogsRow;
|
|
494
735
|
Insert: AppLogsInsert;
|
|
@@ -501,6 +742,12 @@ export type Database = {
|
|
|
501
742
|
Update: AuditLogUpdate;
|
|
502
743
|
Relationships: typeof auditLogRelationships;
|
|
503
744
|
};
|
|
745
|
+
billing_catalog: {
|
|
746
|
+
Row: BillingCatalogRow;
|
|
747
|
+
Insert: BillingCatalogInsert;
|
|
748
|
+
Update: BillingCatalogUpdate;
|
|
749
|
+
Relationships: typeof billingCatalogRelationships;
|
|
750
|
+
};
|
|
504
751
|
board_columns: {
|
|
505
752
|
Row: BoardColumnsRow;
|
|
506
753
|
Insert: BoardColumnsInsert;
|
|
@@ -537,6 +784,48 @@ export type Database = {
|
|
|
537
784
|
Update: ConversationsUpdate;
|
|
538
785
|
Relationships: typeof conversationsRelationships;
|
|
539
786
|
};
|
|
787
|
+
coordination_agents: {
|
|
788
|
+
Row: CoordinationAgentsRow;
|
|
789
|
+
Insert: CoordinationAgentsInsert;
|
|
790
|
+
Update: CoordinationAgentsUpdate;
|
|
791
|
+
Relationships: typeof coordinationAgentsRelationships;
|
|
792
|
+
};
|
|
793
|
+
coordination_events: {
|
|
794
|
+
Row: CoordinationEventsRow;
|
|
795
|
+
Insert: CoordinationEventsInsert;
|
|
796
|
+
Update: CoordinationEventsUpdate;
|
|
797
|
+
Relationships: typeof coordinationEventsRelationships;
|
|
798
|
+
};
|
|
799
|
+
coordination_file_claims: {
|
|
800
|
+
Row: CoordinationFileClaimsRow;
|
|
801
|
+
Insert: CoordinationFileClaimsInsert;
|
|
802
|
+
Update: CoordinationFileClaimsUpdate;
|
|
803
|
+
Relationships: typeof coordinationFileClaimsRelationships;
|
|
804
|
+
};
|
|
805
|
+
coordination_mail: {
|
|
806
|
+
Row: CoordinationMailRow;
|
|
807
|
+
Insert: CoordinationMailInsert;
|
|
808
|
+
Update: CoordinationMailUpdate;
|
|
809
|
+
Relationships: typeof coordinationMailRelationships;
|
|
810
|
+
};
|
|
811
|
+
coordination_queue_items: {
|
|
812
|
+
Row: CoordinationQueueItemsRow;
|
|
813
|
+
Insert: CoordinationQueueItemsInsert;
|
|
814
|
+
Update: CoordinationQueueItemsUpdate;
|
|
815
|
+
Relationships: typeof coordinationQueueItemsRelationships;
|
|
816
|
+
};
|
|
817
|
+
coordination_sessions: {
|
|
818
|
+
Row: CoordinationSessionsRow;
|
|
819
|
+
Insert: CoordinationSessionsInsert;
|
|
820
|
+
Update: CoordinationSessionsUpdate;
|
|
821
|
+
Relationships: typeof coordinationSessionsRelationships;
|
|
822
|
+
};
|
|
823
|
+
coordination_work_items: {
|
|
824
|
+
Row: CoordinationWorkItemsRow;
|
|
825
|
+
Insert: CoordinationWorkItemsInsert;
|
|
826
|
+
Update: CoordinationWorkItemsUpdate;
|
|
827
|
+
Relationships: typeof coordinationWorkItemsRelationships;
|
|
828
|
+
};
|
|
540
829
|
crdt_operations: {
|
|
541
830
|
Row: CrdtOperationsRow;
|
|
542
831
|
Insert: CrdtOperationsInsert;
|
|
@@ -555,6 +844,24 @@ export type Database = {
|
|
|
555
844
|
Update: FailedAttemptsUpdate;
|
|
556
845
|
Relationships: typeof failedAttemptsRelationships;
|
|
557
846
|
};
|
|
847
|
+
gdpr_breaches: {
|
|
848
|
+
Row: GdprBreachesRow;
|
|
849
|
+
Insert: GdprBreachesInsert;
|
|
850
|
+
Update: GdprBreachesUpdate;
|
|
851
|
+
Relationships: typeof gdprBreachesRelationships;
|
|
852
|
+
};
|
|
853
|
+
gdpr_consents: {
|
|
854
|
+
Row: GdprConsentsRow;
|
|
855
|
+
Insert: GdprConsentsInsert;
|
|
856
|
+
Update: GdprConsentsUpdate;
|
|
857
|
+
Relationships: typeof gdprConsentsRelationships;
|
|
858
|
+
};
|
|
859
|
+
gdpr_deletion_requests: {
|
|
860
|
+
Row: GdprDeletionRequestsRow;
|
|
861
|
+
Insert: GdprDeletionRequestsInsert;
|
|
862
|
+
Update: GdprDeletionRequestsUpdate;
|
|
863
|
+
Relationships: typeof gdprDeletionRequestsRelationships;
|
|
864
|
+
};
|
|
558
865
|
global_footer: {
|
|
559
866
|
Row: GlobalFooterRow;
|
|
560
867
|
Insert: GlobalFooterInsert;
|
|
@@ -573,12 +880,36 @@ export type Database = {
|
|
|
573
880
|
Update: GlobalSettingsUpdate;
|
|
574
881
|
Relationships: typeof globalSettingsRelationships;
|
|
575
882
|
};
|
|
883
|
+
jobs: {
|
|
884
|
+
Row: JobsRow;
|
|
885
|
+
Insert: JobsInsert;
|
|
886
|
+
Update: JobsUpdate;
|
|
887
|
+
Relationships: typeof jobsRelationships;
|
|
888
|
+
};
|
|
576
889
|
licenses: {
|
|
577
890
|
Row: LicensesRow;
|
|
578
891
|
Insert: LicensesInsert;
|
|
579
892
|
Update: LicensesUpdate;
|
|
580
893
|
Relationships: typeof licensesRelationships;
|
|
581
894
|
};
|
|
895
|
+
magic_links: {
|
|
896
|
+
Row: MagicLinksRow;
|
|
897
|
+
Insert: MagicLinksInsert;
|
|
898
|
+
Update: MagicLinksUpdate;
|
|
899
|
+
Relationships: typeof magicLinksRelationships;
|
|
900
|
+
};
|
|
901
|
+
marketplace_servers: {
|
|
902
|
+
Row: MarketplaceServersRow;
|
|
903
|
+
Insert: MarketplaceServersInsert;
|
|
904
|
+
Update: MarketplaceServersUpdate;
|
|
905
|
+
Relationships: typeof marketplaceServersRelationships;
|
|
906
|
+
};
|
|
907
|
+
marketplace_transactions: {
|
|
908
|
+
Row: MarketplaceTransactionsRow;
|
|
909
|
+
Insert: MarketplaceTransactionsInsert;
|
|
910
|
+
Update: MarketplaceTransactionsUpdate;
|
|
911
|
+
Relationships: typeof marketplaceTransactionsRelationships;
|
|
912
|
+
};
|
|
582
913
|
media: {
|
|
583
914
|
Row: MediaRow;
|
|
584
915
|
Insert: MediaInsert;
|
|
@@ -597,6 +928,12 @@ export type Database = {
|
|
|
597
928
|
Update: NodeIdMappingsUpdate;
|
|
598
929
|
Relationships: typeof nodeIdMappingsRelationships;
|
|
599
930
|
};
|
|
931
|
+
oauth_accounts: {
|
|
932
|
+
Row: OauthAccountsRow;
|
|
933
|
+
Insert: OauthAccountsInsert;
|
|
934
|
+
Update: OauthAccountsUpdate;
|
|
935
|
+
Relationships: typeof oauthAccountsRelationships;
|
|
936
|
+
};
|
|
600
937
|
page_revisions: {
|
|
601
938
|
Row: PageRevisionsRow;
|
|
602
939
|
Insert: PageRevisionsInsert;
|
|
@@ -609,6 +946,12 @@ export type Database = {
|
|
|
609
946
|
Update: PagesUpdate;
|
|
610
947
|
Relationships: typeof pagesRelationships;
|
|
611
948
|
};
|
|
949
|
+
passkeys: {
|
|
950
|
+
Row: PasskeysRow;
|
|
951
|
+
Insert: PasskeysInsert;
|
|
952
|
+
Update: PasskeysUpdate;
|
|
953
|
+
Relationships: typeof passkeysRelationships;
|
|
954
|
+
};
|
|
612
955
|
password_reset_tokens: {
|
|
613
956
|
Row: PasswordResetTokensRow;
|
|
614
957
|
Insert: PasswordResetTokensInsert;
|
|
@@ -621,6 +964,30 @@ export type Database = {
|
|
|
621
964
|
Update: PostsUpdate;
|
|
622
965
|
Relationships: typeof postsRelationships;
|
|
623
966
|
};
|
|
967
|
+
processed_webhook_events: {
|
|
968
|
+
Row: ProcessedWebhookEventsRow;
|
|
969
|
+
Insert: ProcessedWebhookEventsInsert;
|
|
970
|
+
Update: ProcessedWebhookEventsUpdate;
|
|
971
|
+
Relationships: typeof processedWebhookEventsRelationships;
|
|
972
|
+
};
|
|
973
|
+
rag_chunks: {
|
|
974
|
+
Row: RagChunksRow;
|
|
975
|
+
Insert: RagChunksInsert;
|
|
976
|
+
Update: RagChunksUpdate;
|
|
977
|
+
Relationships: typeof ragChunksRelationships;
|
|
978
|
+
};
|
|
979
|
+
rag_documents: {
|
|
980
|
+
Row: RagDocumentsRow;
|
|
981
|
+
Insert: RagDocumentsInsert;
|
|
982
|
+
Update: RagDocumentsUpdate;
|
|
983
|
+
Relationships: typeof ragDocumentsRelationships;
|
|
984
|
+
};
|
|
985
|
+
rag_workspaces: {
|
|
986
|
+
Row: RagWorkspacesRow;
|
|
987
|
+
Insert: RagWorkspacesInsert;
|
|
988
|
+
Update: RagWorkspacesUpdate;
|
|
989
|
+
Relationships: typeof ragWorkspacesRelationships;
|
|
990
|
+
};
|
|
624
991
|
rate_limits: {
|
|
625
992
|
Row: RateLimitsRow;
|
|
626
993
|
Insert: RateLimitsInsert;
|
|
@@ -663,6 +1030,12 @@ export type Database = {
|
|
|
663
1030
|
Update: TenantProviderConfigsUpdate;
|
|
664
1031
|
Relationships: typeof tenantProviderConfigsRelationships;
|
|
665
1032
|
};
|
|
1033
|
+
tenants: {
|
|
1034
|
+
Row: TenantsRow;
|
|
1035
|
+
Insert: TenantsInsert;
|
|
1036
|
+
Update: TenantsUpdate;
|
|
1037
|
+
Relationships: typeof tenantsRelationships;
|
|
1038
|
+
};
|
|
666
1039
|
ticket_comments: {
|
|
667
1040
|
Row: TicketCommentsRow;
|
|
668
1041
|
Insert: TicketCommentsInsert;
|
|
@@ -687,6 +1060,12 @@ export type Database = {
|
|
|
687
1060
|
Update: TicketsUpdate;
|
|
688
1061
|
Relationships: typeof ticketsRelationships;
|
|
689
1062
|
};
|
|
1063
|
+
usage_meters: {
|
|
1064
|
+
Row: UsageMetersRow;
|
|
1065
|
+
Insert: UsageMetersInsert;
|
|
1066
|
+
Update: UsageMetersUpdate;
|
|
1067
|
+
Relationships: typeof usageMetersRelationships;
|
|
1068
|
+
};
|
|
690
1069
|
user_api_keys: {
|
|
691
1070
|
Row: UserApiKeysRow;
|
|
692
1071
|
Insert: UserApiKeysInsert;
|