Skip to content

Commit

Permalink
feat(deps): bump @seamapi/types from 1.294.1 to 1.298.0 (#433)
Browse files Browse the repository at this point in the history
* feat(deps): bump @seamapi/types from 1.294.1 to 1.298.0

Bumps [@seamapi/types](https://github.com/seamapi/types) from 1.294.1 to 1.298.0.
- [Release notes](https://github.com/seamapi/types/releases)
- [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json)
- [Commits](seamapi/types@v1.294.1...v1.298.0)

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

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

* ci: Generate docs

---------

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 Nov 21, 2024
1 parent 3b75e2f commit 04fa2f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 1 addition & 2 deletions docs/api/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ These items are intentionally undocumented.
- `/acs/encoders/scan_credential`: Reading a card is currently unimplemented.
- `/acs/users/unmanaged/get`: No unmanaged users are currently implemented.
- `/acs/users/unmanaged/list`: No unmanaged users are currently implemented.
- `/devices/delete`: Deleting a device is no longer supported and will be removed.
- `/thermostats/get`: Will be removed.

### Endpoint parameters
Expand Down Expand Up @@ -96,11 +97,9 @@ Items that are intentionally undocumented are not included in this section.
- `acs_access_group.is_managed`
- `acs_credential.acs_credential_pool_id`
- `acs_credential.card_number`
- `acs_credential.errors`
- `acs_credential.is_issued`
- `acs_credential.is_managed`
- `acs_credential.issued_at`
- `acs_credential.warnings`
- `acs_credential_pool.acs_credential_pool_id`
- `acs_credential_pool.acs_system_id`
- `acs_credential_pool.created_at`
Expand Down
4 changes: 4 additions & 0 deletions docs/api/acs/credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Date and time at which the credential validity ends, in [ISO 8601](https://www.i

Format: `List`

Errors associated with the `acs_credential`.


---

Expand Down Expand Up @@ -231,6 +233,8 @@ Visionline-specific metadata for the credential.

Format: `List`

Warnings associated with the `acs_credential`.


---

Expand Down
9 changes: 4 additions & 5 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 @@ -33,7 +33,7 @@
"@metalsmith/metadata": "^0.3.0",
"@prettier/plugin-php": "^0.22.2",
"@seamapi/blueprint": "^0.29.0",
"@seamapi/types": "1.294.1",
"@seamapi/types": "1.298.0",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
"del": "^8.0.0",
Expand Down

0 comments on commit 04fa2f8

Please sign in to comment.