Skip to content

Commit 06d1a07

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Revert "track number of deployments where we track projects now" (#42407)
GitOrigin-RevId: 5c586595136c9980e842cac4a851d49915bbc04f
1 parent 0dfa092 commit 06d1a07

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3678,8 +3678,7 @@
36783678
"teamId",
36793679
"deploymentName",
36803680
"prodUrl",
3681-
"projectsRemaining",
3682-
"deploymentsRemaining"
3681+
"projectsRemaining"
36833682
],
36843683
"properties": {
36853684
"adminKey": {
@@ -3695,11 +3694,6 @@
36953694
"deploymentName": {
36963695
"type": "string"
36973696
},
3698-
"deploymentsRemaining": {
3699-
"type": "integer",
3700-
"format": "int64",
3701-
"minimum": 0
3702-
},
37033697
"prodUrl": {
37043698
"type": "string"
37053699
},

npm-packages/dashboard/src/generatedApi.ts

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

0 commit comments

Comments
 (0)