zen: raise limit
This commit is contained in:
parent
1fe8d4d7ad
commit
e6cdc21f2d
4 changed files with 20 additions and 4 deletions
|
|
@ -8,6 +8,7 @@ export namespace Subscription {
|
|||
const LimitsSchema = z.object({
|
||||
free: z.object({
|
||||
promoTokens: z.number().int(),
|
||||
newDailyRequests: z.number().int(),
|
||||
dailyRequests: z.number().int(),
|
||||
checkHeader: z.string(),
|
||||
fallbackValue: z.number().int(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue