Skip to content

Commit 45f3d2e

Browse files
atrakhConvex, Inc.
authored andcommitted
Support provisioning and deleting projects via Vercel (#38285)
GitOrigin-RevId: 34c1346f649dec33cf1dab26dc0705455b63ea7d
1 parent 8c8f830 commit 45f3d2e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

npm-packages/dashboard/dashboard-openapi.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4071,6 +4071,18 @@
40714071
"string",
40724072
"null"
40734073
]
4074+
},
4075+
"vercel_account_id": {
4076+
"type": [
4077+
"string",
4078+
"null"
4079+
]
4080+
},
4081+
"vercel_installation_id": {
4082+
"type": [
4083+
"string",
4084+
"null"
4085+
]
40744086
}
40754087
}
40764088
},

npm-packages/dashboard/src/generatedApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,6 +1854,8 @@ export interface components {
18541854
name?: string | null;
18551855
nickname?: string | null;
18561856
username?: string | null;
1857+
vercel_account_id?: string | null;
1858+
vercel_installation_id?: string | null;
18571859
};
18581860
ProfileEmailArgs: {
18591861
email: string;

0 commit comments

Comments
 (0)