Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,12 @@
* [List Compatible Credential Manager ACS Systems](api/acs/systems/list_compatible_credential_manager_acs_systems.md)
* [Report ACS Resources](api/acs/systems/report_devices.md)
* [Access Grants](api/access_grants/README.md)
* [Add Requested Access Methods to Access Grant](api/access_grants/request_access_methods.md)
* [Create an Access Grant](api/access_grants/create.md)
* [Delete an Access Grant](api/access_grants/delete.md)
* [Get an Access Grant](api/access_grants/get.md)
* [List Access Grants](api/access_grants/list.md)
* [Get related Access Grant resources](api/access_grants/get_related.md)
* [Add Requested Access Methods to Access Grant](api/access_grants/request_access_methods.md)
* [List Access Grants](api/access_grants/list.md)
* [Update an Access Grant](api/access_grants/update.md)
* [Unmanaged](api/access_grants/unmanaged/README.md)
* [Get an Unmanaged Access Grant](api/access_grants/unmanaged/get.md)
Expand Down
26 changes: 26 additions & 0 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -76313,6 +76313,19 @@
}
]
},
{
"name": "can_belong_to_reservation",
"description": "Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "boolean",
"jsonType": "boolean"
},
{
"name": "can_unlock_with_card",
"description": "Indicates whether the ACS entrance can be unlocked with card credentials.",
Expand Down Expand Up @@ -94989,6 +95002,19 @@
}
]
},
{
"name": "can_belong_to_reservation",
"description": "Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "boolean",
"jsonType": "boolean"
},
{
"name": "can_unlock_with_card",
"description": "Indicates whether the ACS entrance can be unlocked with card credentials.",
Expand Down
9 changes: 9 additions & 0 deletions docs/api/acs/entrances/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ ASSA ABLOY Vostio-specific metadata associated with the [entrance](../../../capa

</details>

---

**`can_belong_to_reservation`** *Boolean*

Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.




---

**`can_unlock_with_card`** *Boolean*
Expand Down
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 @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.3",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.606.0",
"@seamapi/types": "1.607.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading