diff --git a/docs/api/acs/credentials/README.md b/docs/api/acs/credentials/README.md index d2783d3c..f5589e11 100644 --- a/docs/api/acs/credentials/README.md +++ b/docs/api/acs/credentials/README.md @@ -51,6 +51,50 @@ Format: `ID` ID of the ACS user to whom the credential belongs. +--- + +### `assa_abloy_vostio_metadata` + +Format: `Object` + +Vostio-specific metadata for the credential. + +
+ +door_names Format: List + + +
+ +
+ +endpoint_id Format: String + + +
+ +
+ +key_id Format: String + + +
+ +
+ +key_issuing_request_id Format: String + + +
+ +
+ +override_guest_acs_entrance_ids Format: List + + +
+ + --- ### `card_number` @@ -117,8 +161,8 @@ Possible enum values: - `hid_credential` - `visionline_card` - `salto_ks_credential` -- `assa_abloy_vostio_card` -- `assa_abloy_vostio_mobile_key` +- `assa_abloy_vostio_key` +- `salto_space_key` --- diff --git a/docs/api/acs/users/README.md b/docs/api/acs/users/README.md index 81c99800..ea7b0d7a 100644 --- a/docs/api/acs/users/README.md +++ b/docs/api/acs/users/README.md @@ -107,6 +107,7 @@ Possible enum values: - `salto_site_user` - `latch_user` - `dormakaba_community_user` +- `salto_space_user` --- diff --git a/package-lock.json b/package-lock.json index 15605c2d..14a94228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-php": "^0.22.2", "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.32.1", - "@seamapi/types": "1.332.1", + "@seamapi/types": "1.337.0", "change-case": "^5.4.4", "command-exists": "^1.2.9", "del": "^8.0.0", @@ -718,9 +718,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.332.1", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.332.1.tgz", - "integrity": "sha512-k6njDlYlkLDwJaBaT+dscIZ1rHunX6ITMztqy5fh8amF/CXWDeWPbvNAyMtsUmpxnMbb0WNMtyIMeV/SoASfSg==", + "version": "1.337.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.337.0.tgz", + "integrity": "sha512-TcmF/rvCAIPq+kl4NB7Uh+pckkhX+qfc0GBMUFBP46Q/7gTV2E56ZBS0F3yOXOPfQ1xgwbqUzS9iVb+uPAOg2Q==", "engines": { "node": ">=18.12.0", "npm": ">= 9.0.0" diff --git a/package.json b/package.json index 02ab953f..040b5e23 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@prettier/plugin-php": "^0.22.2", "@seamapi/blueprint": "^0.32.1", "@prettier/plugin-ruby": "^4.0.4", - "@seamapi/types": "1.332.1", + "@seamapi/types": "1.337.0", "change-case": "^5.4.4", "command-exists": "^1.2.9", "del": "^8.0.0",