Skip to content

Commit 8aca9d7

Browse files
committed
fix: generated types
1 parent 61a9c71 commit 8aca9d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/web/app/types/generated/supabase.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ export type Database = {
319319
id: string
320320
image_url: string | null
321321
is_open: boolean
322+
is_volunteer: boolean
322323
name: string
323324
updated_at: string
324325
x_id: string | null
@@ -331,6 +332,7 @@ export type Database = {
331332
id?: string
332333
image_url?: string | null
333334
is_open: boolean
335+
is_volunteer?: boolean
334336
name: string
335337
updated_at?: string
336338
x_id?: string | null
@@ -343,6 +345,7 @@ export type Database = {
343345
id?: string
344346
image_url?: string | null
345347
is_open?: boolean
348+
is_volunteer?: boolean
346349
name?: string
347350
updated_at?: string
348351
x_id?: string | null
@@ -437,6 +440,7 @@ export type Database = {
437440
owner_id: string | null
438441
path_tokens: string[] | null
439442
updated_at: string | null
443+
user_metadata: Json | null
440444
version: string | null
441445
}
442446
Insert: {
@@ -450,6 +454,7 @@ export type Database = {
450454
owner_id?: string | null
451455
path_tokens?: string[] | null
452456
updated_at?: string | null
457+
user_metadata?: Json | null
453458
version?: string | null
454459
}
455460
Update: {
@@ -463,6 +468,7 @@ export type Database = {
463468
owner_id?: string | null
464469
path_tokens?: string[] | null
465470
updated_at?: string | null
471+
user_metadata?: Json | null
466472
version?: string | null
467473
}
468474
Relationships: [
@@ -484,6 +490,7 @@ export type Database = {
484490
key: string
485491
owner_id: string | null
486492
upload_signature: string
493+
user_metadata: Json | null
487494
version: string
488495
}
489496
Insert: {
@@ -494,6 +501,7 @@ export type Database = {
494501
key: string
495502
owner_id?: string | null
496503
upload_signature: string
504+
user_metadata?: Json | null
497505
version: string
498506
}
499507
Update: {
@@ -504,6 +512,7 @@ export type Database = {
504512
key?: string
505513
owner_id?: string | null
506514
upload_signature?: string
515+
user_metadata?: Json | null
507516
version?: string
508517
}
509518
Relationships: [

0 commit comments

Comments
 (0)