zmiany
This commit is contained in:
@@ -36,6 +36,16 @@ export class User {
|
||||
categoryIds?: string[];
|
||||
} | null;
|
||||
|
||||
@Column({ type: 'simple-json', nullable: true })
|
||||
shoppingListIntegration!: {
|
||||
enabled?: boolean;
|
||||
baseUrl?: string;
|
||||
apiToken?: string;
|
||||
authMode?: 'bearer' | 'x-api-token' | 'both';
|
||||
ownerId?: string | null;
|
||||
defaultListId?: string | null;
|
||||
} | null;
|
||||
|
||||
@CreateDateColumn({ type: 'datetime' })
|
||||
createdAt!: Date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user