Skip to content

Commit e3820fa

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Revert "Revert "track number of deployments where we track projects now"" (#42414)
GitOrigin-RevId: 403578e1b0966883294a45257d892459f8de165e
1 parent 06d1a07 commit e3820fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

npm-packages/dashboard/dashboard-management-openapi.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3678,7 +3678,8 @@
36783678
"teamId",
36793679
"deploymentName",
36803680
"prodUrl",
3681-
"projectsRemaining"
3681+
"projectsRemaining",
3682+
"deploymentsRemaining"
36823683
],
36833684
"properties": {
36843685
"adminKey": {
@@ -3694,6 +3695,11 @@
36943695
"deploymentName": {
36953696
"type": "string"
36963697
},
3698+
"deploymentsRemaining": {
3699+
"type": "integer",
3700+
"format": "int64",
3701+
"minimum": 0
3702+
},
36973703
"prodUrl": {
36983704
"type": "string"
36993705
},

npm-packages/dashboard/src/generatedApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,6 +1877,8 @@ export interface components {
18771877
CreateProjectResponse: {
18781878
adminKey?: null | components["schemas"]["AdminKey"];
18791879
deploymentName: string;
1880+
/** Format: int64 */
1881+
deploymentsRemaining: number;
18801882
prodUrl: string;
18811883
projectId: components["schemas"]["ProjectId"];
18821884
projectSlug: components["schemas"]["ProjectSlug"];

0 commit comments

Comments
 (0)