@seamapi/types 1.874.0 → 1.875.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -33378,7 +33378,7 @@ const openapi: OpenAPISpec = {
|
|
|
33378
33378
|
'/access_codes/create': {
|
|
33379
33379
|
post: {
|
|
33380
33380
|
description:
|
|
33381
|
-
'Creates a new [access code](https://docs.seam.co/latest/
|
|
33381
|
+
'Creates a new [access code](https://docs.seam.co/latest/low-level-apis/access-codes). For granting access, we recommend [Access Grants](https://docs.seam.co/latest/use-cases/granting-access) instead: they work across both standalone smart locks and access control systems and manage the underlying codes for you. Use this low-level endpoint only when you need direct control over a code on a single device, such as setting a custom PIN value.',
|
|
33382
33382
|
operationId: 'accessCodesCreatePost',
|
|
33383
33383
|
requestBody: {
|
|
33384
33384
|
content: {
|
|
@@ -36400,7 +36400,8 @@ const openapi: OpenAPISpec = {
|
|
|
36400
36400
|
},
|
|
36401
36401
|
'/access_grants/create': {
|
|
36402
36402
|
post: {
|
|
36403
|
-
description:
|
|
36403
|
+
description:
|
|
36404
|
+
'Creates a new [Access Grant](https://docs.seam.co/latest/use-cases/granting-access/access-grants). Access Grants are the default and recommended way to grant a user access to any physical space, irrespective of the locking hardware. They work with both standalone smart locks (using `device_ids`) and access control systems (using `acs_entrance_ids` or `space_ids`), and can issue PIN codes, key cards, and mobile keys through a single request.',
|
|
36404
36405
|
operationId: 'accessGrantsCreatePost',
|
|
36405
36406
|
requestBody: {
|
|
36406
36407
|
content: {
|
|
@@ -44727,7 +44728,7 @@ const openapi: OpenAPISpec = {
|
|
|
44727
44728
|
'/acs/credentials/create': {
|
|
44728
44729
|
post: {
|
|
44729
44730
|
description:
|
|
44730
|
-
'Creates a new [credential](https://docs.seam.co/latest/
|
|
44731
|
+
'Creates a new [credential](https://docs.seam.co/latest/low-level-apis/managing-credentials) for a specified [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). For granting access, we recommend [Access Grants](https://docs.seam.co/latest/use-cases/granting-access) instead: they create and manage the underlying credentials for you, across access systems and standalone smart locks alike. Use this low-level endpoint only when you need direct control over an individual ACS credential.',
|
|
44731
44732
|
operationId: 'acsCredentialsCreatePost',
|
|
44732
44733
|
requestBody: {
|
|
44733
44734
|
content: {
|