Skip to content

Commit

Permalink
feat(deps-dev): bump @seamapi/types from 1.212.1 to 1.221.0 in the se…
Browse files Browse the repository at this point in the history
…am group (#57)

* feat(deps-dev): bump @seamapi/types in the seam group

Bumps the seam group with 1 update: [@seamapi/types](https:/seamapi/types).


Updates `@seamapi/types` from 1.212.1 to 1.221.0
- [Release notes](https:/seamapi/types/releases)
- [Changelog](https:/seamapi/types/blob/main/.releaserc.json)
- [Commits](seamapi/types@v1.212.1...v1.221.0)

---
updated-dependencies:
- dependency-name: "@seamapi/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: seam
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: Generate code

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Seam Bot <[email protected]>
  • Loading branch information
dependabot[bot] and seambot authored Aug 12, 2024
1 parent 8b6d12c commit 57ce5f4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
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 @@ -73,7 +73,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@seamapi/types": "1.212.1",
"@seamapi/types": "1.221.0",
"@types/node": "^20.8.10",
"ava": "^6.0.1",
"c8": "^10.1.2",
Expand Down
26 changes: 18 additions & 8 deletions test/snapshots/seam-blueprint.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ Generated by [AVA](https://avajs.dev).
{
codeSamples: [],
deprecationMessage: '',
description: '',
description: `Returns a specified [access control system](https://docs.seam.co/latest/capability-guides/access-systems).␊
Specify the desired access control system by including the corresponding \`acs_system_id\` in the request body.`,
isDeprecated: false,
isUndocumented: false,
parameters: [],
Expand All @@ -248,7 +250,7 @@ Generated by [AVA](https://avajs.dev).
parameters: [
{
deprecationMessage: '',
description: '',
description: 'ID of the desired access control system.',
format: 'uuid',
isDeprecated: false,
isRequired: true,
Expand All @@ -262,9 +264,11 @@ Generated by [AVA](https://avajs.dev).
},
response: {
description: 'OK',
responseType: 'void',
resourceType: 'acs_system',
responseKey: 'acs_system',
responseType: 'resource',
},
title: '',
title: 'Get an ACS System',
},
{
codeSamples: [],
Expand Down Expand Up @@ -308,7 +312,11 @@ Generated by [AVA](https://avajs.dev).
{
codeSamples: [],
deprecationMessage: '',
description: '',
description: `Returns a list of all credential manager ACS systems that are compatible with a specified ␊
[access control system](https://docs.seam.co/latest/capability-guides/access-systems).␊
Specify the ACS system for which you want to retrieve all compatible credential manager ACS ␊
systems by including the corresponding \`acs_system_id\` in the request body.`,
isDeprecated: false,
isUndocumented: false,
parameters: [],
Expand All @@ -320,7 +328,7 @@ Generated by [AVA](https://avajs.dev).
parameters: [
{
deprecationMessage: '',
description: '',
description: 'ID of the ACS system for which you want to retrieve all compatible credential manager ACS systems.',
format: 'uuid',
isDeprecated: false,
isRequired: true,
Expand All @@ -334,9 +342,11 @@ Generated by [AVA](https://avajs.dev).
},
response: {
description: 'OK',
responseType: 'void',
resourceType: 'acs_system',
responseKey: 'acs_systems',
responseType: 'resource_list',
},
title: '',
title: 'List Compatible Credential Manager ACS Systems',
},
],
namespace: {
Expand Down
Binary file modified test/snapshots/seam-blueprint.test.ts.snap
Binary file not shown.

0 comments on commit 57ce5f4

Please sign in to comment.