Commit 4a62aaa
Fix AccountResponse.daily_limit/remaining typing: number -> string
Wire returns 'unlimited' (string) for Alpha/Enterprise tiers, plus numeric
strings on bounded plans. Previous int/number typing would silently fail to
deserialize for unlimited-tier accounts.
Bump to rc.11.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 15be4dd commit 4a62aaa
2 files changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2529 | 2529 | | |
2530 | 2530 | | |
2531 | 2531 | | |
2532 | | - | |
2533 | | - | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
2534 | 2538 | | |
2535 | 2539 | | |
2536 | 2540 | | |
2537 | 2541 | | |
2538 | 2542 | | |
2539 | 2543 | | |
2540 | | - | |
| 2544 | + | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
2541 | 2548 | | |
2542 | | - | |
| 2549 | + | |
| 2550 | + | |
2543 | 2551 | | |
2544 | 2552 | | |
2545 | 2553 | | |
| |||
0 commit comments