@seamapi/types 1.955.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.
@@ -32494,7 +32494,7 @@ const openapi = {
32494
32494
  },
32495
32495
  '/access_codes/list': {
32496
32496
  get: {
32497
- 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`.',
32497
+ 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`.',
32498
32498
  operationId: 'accessCodesListGet',
32499
32499
  parameters: [
32500
32500
  {
@@ -32509,7 +32509,7 @@ const openapi = {
32509
32509
  in: 'query',
32510
32510
  name: 'device_id',
32511
32511
  schema: {
32512
- 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`.',
32512
+ 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`.',
32513
32513
  format: 'uuid',
32514
32514
  type: 'string',
32515
32515
  },
@@ -32518,7 +32518,7 @@ const openapi = {
32518
32518
  in: 'query',
32519
32519
  name: 'access_code_ids',
32520
32520
  schema: {
32521
- description: 'IDs of the access codes that you want to retrieve. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.',
32521
+ 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`.',
32522
32522
  items: { format: 'uuid', type: 'string' },
32523
32523
  type: 'array',
32524
32524
  },
@@ -32527,7 +32527,7 @@ const openapi = {
32527
32527
  in: 'query',
32528
32528
  name: 'access_method_id',
32529
32529
  schema: {
32530
- 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`.',
32530
+ 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`.',
32531
32531
  format: 'uuid',
32532
32532
  type: 'string',
32533
32533
  },
@@ -32536,11 +32536,19 @@ const openapi = {
32536
32536
  in: 'query',
32537
32537
  name: 'access_grant_id',
32538
32538
  schema: {
32539
- 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`.',
32539
+ 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`.',
32540
32540
  format: 'uuid',
32541
32541
  type: 'string',
32542
32542
  },
32543
32543
  },
32544
+ {
32545
+ in: 'query',
32546
+ name: 'access_grant_key',
32547
+ schema: {
32548
+ 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`.',
32549
+ type: 'string',
32550
+ },
32551
+ },
32544
32552
  {
32545
32553
  in: 'query',
32546
32554
  name: 'user_identifier_key',
@@ -32617,7 +32625,7 @@ const openapi = {
32617
32625
  'x-title': 'List Access Codes',
32618
32626
  },
32619
32627
  post: {
32620
- 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`.',
32628
+ 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`.',
32621
32629
  operationId: 'accessCodesListPost',
32622
32630
  requestBody: {
32623
32631
  content: {
@@ -32625,17 +32633,21 @@ const openapi = {
32625
32633
  schema: {
32626
32634
  properties: {
32627
32635
  access_code_ids: {
32628
- description: 'IDs of the access codes that you want to retrieve. Specify `device_id`, `access_code_ids`, `access_method_id`, or `access_grant_id`.',
32636
+ 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`.',
32629
32637
  items: { format: 'uuid', type: 'string' },
32630
32638
  type: 'array',
32631
32639
  },
32632
32640
  access_grant_id: {
32633
- 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`.',
32641
+ 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`.',
32634
32642
  format: 'uuid',
32635
32643
  type: 'string',
32636
32644
  },
32645
+ access_grant_key: {
32646
+ 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`.',
32647
+ type: 'string',
32648
+ },
32637
32649
  access_method_id: {
32638
- 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`.',
32650
+ 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`.',
32639
32651
  format: 'uuid',
32640
32652
  type: 'string',
32641
32653
  },
@@ -32644,7 +32656,7 @@ const openapi = {
32644
32656
  type: 'string',
32645
32657
  },
32646
32658
  device_id: {
32647
- 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`.',
32659
+ 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`.',
32648
32660
  format: 'uuid',
32649
32661
  type: 'string',
32650
32662
  },
@@ -62655,6 +62667,7 @@ const openapi = {
62655
62667
  'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES',
62656
62668
  'MANAGE_DEVICES_CONFIRMATION_MODAL',
62657
62669
  'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
62670
+ 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
62658
62671
  'LYNX_MIGRATION_ENABLED',
62659
62672
  'AURORA_CUSTOMER_FILTER_ENABLED',
62660
62673
  'AUTOMATION_IMMINENT_CHECK_IN_QUEUE',
@@ -62686,6 +62699,7 @@ const openapi = {
62686
62699
  'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES',
62687
62700
  'MANAGE_DEVICES_CONFIRMATION_MODAL',
62688
62701
  'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
62702
+ 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
62689
62703
  'LYNX_MIGRATION_ENABLED',
62690
62704
  'AURORA_CUSTOMER_FILTER_ENABLED',
62691
62705
  'AUTOMATION_IMMINENT_CHECK_IN_QUEUE',