Commit 2b2b7bc
committed
fix(filter): use correct type for int-backed enums in BackedEnumFilter
| Q | A
| ------------- | ---
| Branch? | 4.2
| Tickets | ∅
| License | MIT
| Doc PR | ∅
The OpenAPI schema hardcoded 'string' type regardless of the enum
backing type, causing typed-enum linter warnings for int-backed enums.1 parent 6a472a2 commit 2b2b7bc
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments