@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.
|
@@ -29821,7 +29821,7 @@ const openapi = {
|
|
|
29821
29821
|
paths: {
|
|
29822
29822
|
'/access_codes/create': {
|
|
29823
29823
|
post: {
|
|
29824
|
-
description: 'Creates a new [access code](https://docs.seam.co/latest/
|
|
29824
|
+
description: '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.',
|
|
29825
29825
|
operationId: 'accessCodesCreatePost',
|
|
29826
29826
|
requestBody: {
|
|
29827
29827
|
content: {
|
|
@@ -32630,7 +32630,7 @@ const openapi = {
|
|
|
32630
32630
|
},
|
|
32631
32631
|
'/access_grants/create': {
|
|
32632
32632
|
post: {
|
|
32633
|
-
description: 'Creates a new Access Grant.',
|
|
32633
|
+
description: '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.',
|
|
32634
32634
|
operationId: 'accessGrantsCreatePost',
|
|
32635
32635
|
requestBody: {
|
|
32636
32636
|
content: {
|
|
@@ -40252,7 +40252,7 @@ const openapi = {
|
|
|
40252
40252
|
},
|
|
40253
40253
|
'/acs/credentials/create': {
|
|
40254
40254
|
post: {
|
|
40255
|
-
description: 'Creates a new [credential](https://docs.seam.co/latest/
|
|
40255
|
+
description: '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.',
|
|
40256
40256
|
operationId: 'acsCredentialsCreatePost',
|
|
40257
40257
|
requestBody: {
|
|
40258
40258
|
content: {
|