Skip to content

Commit 0793534

Browse files
nipunn1313Convex, Inc.
authored and
Convex, Inc.
committed
Return is_paid_plan bool from BB (#36411)
GitOrigin-RevId: 65942d277ef975f27be40d0f67598e0a7e1d1421
1 parent 42b9c6a commit 0793534

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

npm-packages/dashboard/dashboard-openapi.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3441,7 +3441,8 @@
34413441
"tokensQuota",
34423442
"centitokensUsed",
34433443
"centitokensQuota",
3444-
"isTeamDisabled"
3444+
"isTeamDisabled",
3445+
"isPaidPlan"
34453446
],
34463447
"properties": {
34473448
"centitokensQuota": {
@@ -3454,6 +3455,9 @@
34543455
"format": "int64",
34553456
"minimum": 0
34563457
},
3458+
"isPaidPlan": {
3459+
"type": "boolean"
3460+
},
34573461
"isTeamDisabled": {
34583462
"type": "boolean"
34593463
},

0 commit comments

Comments
 (0)