Commit d4a325a
committed
Fix CI failures: TS type annotation and generated file style
- Add explicit type for `item` parameter in getTemplateTags .map() to
fix TS7006 error in CLI build
- Rewrite generated Python files to match CI's openapi-python-client
output style (Union/Optional syntax, f-strings, no __future__ import)1 parent a93b17b commit d4a325a
3 files changed
Lines changed: 16 additions & 26 deletions
File tree
- packages
- js-sdk/src/template
- python-sdk/e2b/api/client
- api/tags
- models
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
Lines changed: 14 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments