@seamapi/types 1.956.0 → 1.957.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/connect.cjs CHANGED
@@ -40082,7 +40082,7 @@ var openapi = {
40082
40082
  },
40083
40083
  "/access_codes/list": {
40084
40084
  get: {
40085
- description: "Returns a list of all [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes).\n\nSpecify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40085
+ description: "Returns a list of all [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes).\n\nSpecify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40086
40086
  operationId: "accessCodesListGet",
40087
40087
  parameters: [
40088
40088
  {
@@ -40097,7 +40097,7 @@ var openapi = {
40097
40097
  in: "query",
40098
40098
  name: "device_id",
40099
40099
  schema: {
40100
- description: "ID of the device for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40100
+ description: "ID of the device for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40101
40101
  format: "uuid",
40102
40102
  type: "string"
40103
40103
  }
@@ -40106,7 +40106,7 @@ var openapi = {
40106
40106
  in: "query",
40107
40107
  name: "access_code_ids",
40108
40108
  schema: {
40109
- description: "IDs of the access codes that you want to retrieve. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40109
+ description: "IDs of the access codes that you want to retrieve. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40110
40110
  items: { format: "uuid", type: "string" },
40111
40111
  type: "array"
40112
40112
  }
@@ -40115,7 +40115,7 @@ var openapi = {
40115
40115
  in: "query",
40116
40116
  name: "access_method_id",
40117
40117
  schema: {
40118
- description: "ID of the access method for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40118
+ description: "ID of the access method for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40119
40119
  format: "uuid",
40120
40120
  type: "string"
40121
40121
  }
@@ -40124,11 +40124,19 @@ var openapi = {
40124
40124
  in: "query",
40125
40125
  name: "access_grant_id",
40126
40126
  schema: {
40127
- description: "ID of the access grant for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40127
+ description: "ID of the access grant for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40128
40128
  format: "uuid",
40129
40129
  type: "string"
40130
40130
  }
40131
40131
  },
40132
+ {
40133
+ in: "query",
40134
+ name: "access_grant_key",
40135
+ schema: {
40136
+ description: "Key of the access grant for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40137
+ type: "string"
40138
+ }
40139
+ },
40132
40140
  {
40133
40141
  in: "query",
40134
40142
  name: "user_identifier_key",
@@ -40205,7 +40213,7 @@ var openapi = {
40205
40213
  "x-title": "List Access Codes"
40206
40214
  },
40207
40215
  post: {
40208
- description: "Returns a list of all [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes).\n\nSpecify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40216
+ description: "Returns a list of all [access codes](https://docs.seam.co/low-level-apis/smart-locks/access-codes).\n\nSpecify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40209
40217
  operationId: "accessCodesListPost",
40210
40218
  requestBody: {
40211
40219
  content: {
@@ -40213,17 +40221,21 @@ var openapi = {
40213
40221
  schema: {
40214
40222
  properties: {
40215
40223
  access_code_ids: {
40216
- description: "IDs of the access codes that you want to retrieve. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40224
+ description: "IDs of the access codes that you want to retrieve. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40217
40225
  items: { format: "uuid", type: "string" },
40218
40226
  type: "array"
40219
40227
  },
40220
40228
  access_grant_id: {
40221
- description: "ID of the access grant for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40229
+ description: "ID of the access grant for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40222
40230
  format: "uuid",
40223
40231
  type: "string"
40224
40232
  },
40233
+ access_grant_key: {
40234
+ description: "Key of the access grant for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40235
+ type: "string"
40236
+ },
40225
40237
  access_method_id: {
40226
- description: "ID of the access method for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40238
+ description: "ID of the access method for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40227
40239
  format: "uuid",
40228
40240
  type: "string"
40229
40241
  },
@@ -40232,7 +40244,7 @@ var openapi = {
40232
40244
  type: "string"
40233
40245
  },
40234
40246
  device_id: {
40235
- description: "ID of the device for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.",
40247
+ description: "ID of the device for which you want to list access codes. Specify `device_id`, `access_code_ids`, `access_method_id`, `access_grant_id`, or `access_grant_key`.",
40236
40248
  format: "uuid",
40237
40249
  type: "string"
40238
40250
  },