Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump generator to 1.10.3 and fix tests #41

Merged
merged 11 commits into from
May 9, 2024
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier --write --ignore-path .gitignore ."
},
"devDependencies": {
"@seamapi/nextlove-sdk-generator": "^1.9.0",
"@seamapi/nextlove-sdk-generator": "^1.10.5",
"@seamapi/types": "1.164.0",
"del": "^7.1.0",
"prettier": "^3.2.5"
Expand Down
10 changes: 8 additions & 2 deletions seam/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 101 additions & 0 deletions seam/auth.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 66 additions & 0 deletions seam/options.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions seam/parse_options.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions seam/routes.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 55 additions & 41 deletions seam/seam.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading