@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/dist/index.cjs CHANGED
@@ -37076,7 +37076,7 @@ var openapi = {
37076
37076
  paths: {
37077
37077
  "/access_codes/create": {
37078
37078
  post: {
37079
- description: "Creates a new [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).",
37079
+ 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.",
37080
37080
  operationId: "accessCodesCreatePost",
37081
37081
  requestBody: {
37082
37082
  content: {
@@ -39885,7 +39885,7 @@ var openapi = {
39885
39885
  },
39886
39886
  "/access_grants/create": {
39887
39887
  post: {
39888
- description: "Creates a new Access Grant.",
39888
+ 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.",
39889
39889
  operationId: "accessGrantsCreatePost",
39890
39890
  requestBody: {
39891
39891
  content: {
@@ -47507,7 +47507,7 @@ var openapi = {
47507
47507
  },
47508
47508
  "/acs/credentials/create": {
47509
47509
  post: {
47510
- description: "Creates a new [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) for a specified [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).",
47510
+ 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.",
47511
47511
  operationId: "acsCredentialsCreatePost",
47512
47512
  requestBody: {
47513
47513
  content: {