Commit adadadf
fix: migrate deprecated @hey-api/sdk operationId option to operations.nesting
@hey-api/openapi-ts 0.99 deprecates the sdk plugin's boolean operationId
option. operationId: false maps internally to operations: { nesting: 'id' },
so pass the new option directly to silence the deprecation warning while
keeping --noOperationId behavior identical.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011dPzdeZL1kurBr7De3rYKN1 parent d31dc14 commit adadadf
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments