Skip to content

Commit 6d1f4e5

Browse files
committed
Consolidate onboarding checklist to backend-persisted state (#854)
Synced from sferarc/pgbeam@27223a9
1 parent f69252c commit 6d1f4e5

1 file changed

Lines changed: 1 addition & 26 deletions

File tree

src/generated/types/DatabaseBranch.ts

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,10 @@ export type DatabaseBranch = {
3939
*/
4040
session_id?: string;
4141
/**
42-
* @description Provider branch name.
42+
* @description Generated name for the branch.
4343
* @type string
4444
*/
4545
branch_name: string;
46-
/**
47-
* @description Branch host.
48-
* @type string | undefined
49-
*/
50-
host?: string;
51-
/**
52-
* @description Branch port.
53-
* @type integer | undefined
54-
*/
55-
port?: number;
56-
/**
57-
* @description Branch database name.
58-
* @type string | undefined
59-
*/
60-
name?: string;
61-
/**
62-
* @description Branch username.
63-
* @type string | undefined
64-
*/
65-
username?: string;
66-
/**
67-
* @description Branch provider (e.g. internal, neon).
68-
* @type string
69-
*/
70-
provider: string;
7146
/**
7247
* @description Provisioning state of the branch.
7348
* @type string

0 commit comments

Comments
 (0)