Skip to content

Commit a00f4ec

Browse files
chore(db): regenerate database types
1 parent 78ddaec commit a00f4ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/db/types/database.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,12 +460,14 @@ export type Database = {
460460
| null
461461
billing_country: string | null
462462
billing_entity_type: string | null
463+
billing_mode: string
463464
billing_postal_code: string | null
464465
billing_state_province: string | null
465466
cancel_requested_at: string | null
466467
cancelled_at: string | null
467468
company: string | null
468469
created_at: string | null
470+
custom_price_cents: number | null
469471
external_id: string | null
470472
fiscal_id: string | null
471473
fiscal_id_type: Database["public"]["Enums"]["fiscal_id_type"] | null
@@ -498,12 +500,14 @@ export type Database = {
498500
| null
499501
billing_country?: string | null
500502
billing_entity_type?: string | null
503+
billing_mode?: string
501504
billing_postal_code?: string | null
502505
billing_state_province?: string | null
503506
cancel_requested_at?: string | null
504507
cancelled_at?: string | null
505508
company?: string | null
506509
created_at?: string | null
510+
custom_price_cents?: number | null
507511
external_id?: string | null
508512
fiscal_id?: string | null
509513
fiscal_id_type?: Database["public"]["Enums"]["fiscal_id_type"] | null
@@ -536,12 +540,14 @@ export type Database = {
536540
| null
537541
billing_country?: string | null
538542
billing_entity_type?: string | null
543+
billing_mode?: string
539544
billing_postal_code?: string | null
540545
billing_state_province?: string | null
541546
cancel_requested_at?: string | null
542547
cancelled_at?: string | null
543548
company?: string | null
544549
created_at?: string | null
550+
custom_price_cents?: number | null
545551
external_id?: string | null
546552
fiscal_id?: string | null
547553
fiscal_id_type?: Database["public"]["Enums"]["fiscal_id_type"] | null

0 commit comments

Comments
 (0)