Commit 47cae14
committed
fix(types): add limits field to API key request types
CI typecheck failed because CreateAPIKeyRequest / UpdateAPIKeyRequest
were missing the limits field that APIKeys.tsx is sending. Vite's
dev build doesn't run tsc, which is why this slipped past local
npm run build.1 parent 98b6825 commit 47cae14
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| 654 | + | |
654 | 655 | | |
655 | 656 | | |
656 | 657 | | |
| |||
660 | 661 | | |
661 | 662 | | |
662 | 663 | | |
| 664 | + | |
663 | 665 | | |
664 | 666 | | |
665 | 667 | | |
| |||
0 commit comments