Skip to content

Commit

Permalink
feat: Add /acs/encoders (#189)
Browse files Browse the repository at this point in the history
* Run npm update

* Add /acs/encoders

* ci: Generate code

---------

Co-authored-by: Seam Bot <[email protected]>
  • Loading branch information
razor-x and seambot authored Sep 27, 2024
1 parent bca4927 commit 2b07d2e
Show file tree
Hide file tree
Showing 7 changed files with 307 additions and 112 deletions.
1 change: 1 addition & 0 deletions generate-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const routePaths = [
'/acs/users/unmanaged',
'/acs/access_groups/unmanaged',
'/acs/credentials/unmanaged',
'/acs/encoders',
'/action_attempts',
'/client_sessions',
'/connect_webviews',
Expand Down
159 changes: 76 additions & 83 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"npm": ">= 9.0.0"
},
"peerDependencies": {
"@seamapi/types": "^1.252.1"
"@seamapi/types": "^1.258.1"
},
"peerDependenciesMeta": {
"@seamapi/types": {
Expand All @@ -99,7 +99,7 @@
},
"devDependencies": {
"@seamapi/fake-seam-connect": "1.71.0",
"@seamapi/types": "1.252.1",
"@seamapi/types": "1.258.1",
"@types/eslint": "^8.44.2",
"@types/node": "^20.8.10",
"ava": "^5.0.1",
Expand Down
25 changes: 0 additions & 25 deletions src/lib/seam/connect/routes/acs-credentials.ts

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

Loading

0 comments on commit 2b07d2e

Please sign in to comment.