mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
9
server/src/db.d.ts
vendored
9
server/src/db.d.ts
vendored
@@ -272,6 +272,13 @@ export interface NaturalearthCountries {
|
||||
type: string;
|
||||
}
|
||||
|
||||
export interface PartnersAudit {
|
||||
deletedAt: Generated<Timestamp>;
|
||||
id: Generated<string>;
|
||||
sharedById: string;
|
||||
sharedWithId: string;
|
||||
}
|
||||
|
||||
export interface Partners {
|
||||
createdAt: Generated<Timestamp>;
|
||||
inTimeline: Generated<boolean>;
|
||||
@@ -316,7 +323,6 @@ export interface SessionSyncCheckpoints {
|
||||
updateId: Generated<string>;
|
||||
}
|
||||
|
||||
|
||||
export interface SharedLinkAsset {
|
||||
assetsId: string;
|
||||
sharedLinksId: string;
|
||||
@@ -462,6 +468,7 @@ export interface DB {
|
||||
migrations: Migrations;
|
||||
move_history: MoveHistory;
|
||||
naturalearth_countries: NaturalearthCountries;
|
||||
partners_audit: PartnersAudit;
|
||||
partners: Partners;
|
||||
person: Person;
|
||||
sessions: Sessions;
|
||||
|
||||
Reference in New Issue
Block a user