Commit 048d535
committed
fix: correct HealthCheckResponse status field type
Changed status from str to int to match actual API response.
**Test Results:**
- ✅ get_health() returns HealthCheckResponse correctly
- ✅ get_cdn() returns CDNResponse correctly
- ✅ get_demand() returns DemandResponse correctly
- ✅ get_demand_stream() returns List[InitialDemandOutturn] correctly
All manually created models validated against real API responses.1 parent 0a0d321 commit 048d535
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments