//#region src/config/db-sync-mappings.d.ts declare const DEFAULT_DB_SYNC_MAPPINGS: { readonly users: { readonly sourceTables: { readonly ProjectUser: "ProjectUser"; }; readonly targetTable: "users"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly contact_channels: { readonly sourceTables: { readonly ContactChannel: "ContactChannel"; }; readonly targetTable: "contact_channels"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly teams: { readonly sourceTables: { readonly Team: "Team"; }; readonly targetTable: "teams"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly team_member_profiles: { readonly sourceTables: { readonly TeamMember: "TeamMember"; }; readonly targetTable: "team_member_profiles"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly team_permissions: { readonly sourceTables: { readonly TeamMemberDirectPermission: "TeamMemberDirectPermission"; }; readonly targetTable: "team_permissions"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly team_invitations: { readonly sourceTables: { readonly VerificationCode: "VerificationCode"; }; readonly targetTable: "team_invitations"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly email_outboxes: { readonly sourceTables: { readonly EmailOutbox: "EmailOutbox"; }; readonly targetTable: "email_outboxes"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly project_permissions: { readonly sourceTables: { readonly ProjectUserDirectPermission: "ProjectUserDirectPermission"; }; readonly targetTable: "project_permissions"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly notification_preferences: { readonly sourceTables: { readonly UserNotificationPreference: "UserNotificationPreference"; }; readonly targetTable: "notification_preferences"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly refresh_tokens: { readonly sourceTables: { readonly ProjectUserRefreshToken: "ProjectUserRefreshToken"; }; readonly targetTable: "refresh_tokens"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; readonly connected_accounts: { readonly sourceTables: { readonly ProjectUserOAuthAccount: "ProjectUserOAuthAccount"; }; readonly targetTable: "connected_accounts"; readonly targetTableSchemas: { readonly postgres: string; readonly clickhouse: string; }; readonly internalDbFetchQueries: { readonly clickhouse: string; }; readonly internalDbFetchQuery: string; readonly externalDbUpdateQueries: { readonly postgres: string; }; }; }; //#endregion export { DEFAULT_DB_SYNC_MAPPINGS }; //# sourceMappingURL=db-sync-mappings.d.ts.map