@seamapi/types 1.980.0 → 1.981.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.
@@ -61710,6 +61710,8 @@ type Routes = {
61710
61710
  acs_system_id?: string | undefined;
61711
61711
  /** ID of the credential for which you want to retrieve all entrances. */
61712
61712
  acs_credential_id?: string | undefined;
61713
+ /** ID of the access method for which you want to retrieve all entrances to which it grants access. */
61714
+ access_method_id?: string | undefined;
61713
61715
  /**
61714
61716
  * @deprecated Use `space_id`.*/
61715
61717
  location_id?: (string | null) | undefined;
package/dist/index.cjs CHANGED
@@ -52020,6 +52020,15 @@ var openapi = {
52020
52020
  type: "string"
52021
52021
  }
52022
52022
  },
52023
+ {
52024
+ in: "query",
52025
+ name: "access_method_id",
52026
+ schema: {
52027
+ description: "ID of the access method for which you want to retrieve all entrances to which it grants access.",
52028
+ format: "uuid",
52029
+ type: "string"
52030
+ }
52031
+ },
52023
52032
  {
52024
52033
  in: "query",
52025
52034
  name: "location_id",
@@ -52136,6 +52145,11 @@ var openapi = {
52136
52145
  "application/json": {
52137
52146
  schema: {
52138
52147
  properties: {
52148
+ access_method_id: {
52149
+ description: "ID of the access method for which you want to retrieve all entrances to which it grants access.",
52150
+ format: "uuid",
52151
+ type: "string"
52152
+ },
52139
52153
  acs_credential_id: {
52140
52154
  description: "ID of the credential for which you want to retrieve all entrances.",
52141
52155
  format: "uuid",