We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e3a27 commit 7a79e2fCopy full SHA for 7a79e2f
npm-packages/dashboard/dashboard-openapi.json
@@ -3438,9 +3438,13 @@
3438
"type": "object",
3439
"required": [
3440
"tokensUsed",
3441
- "tokensQuota"
+ "tokensQuota",
3442
+ "isTeamDisabled"
3443
],
3444
"properties": {
3445
+ "isTeamDisabled": {
3446
+ "type": "boolean"
3447
+ },
3448
"tokensQuota": {
3449
"type": "integer",
3450
"format": "int64",
npm-packages/dashboard/src/generatedApi.ts
@@ -1632,6 +1632,7 @@ export interface components {
1632
warningThresholdCents?: number | null;
1633
};
1634
GetTokenInfoResponse: {
1635
+ isDisabled: boolean;
1636
/** Format: int64 */
1637
tokensQuota: number;
1638
0 commit comments