@seamapi/types 1.302.0 → 1.302.2

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.
@@ -4601,7 +4601,7 @@ export default {
4601
4601
  },
4602
4602
  nest_metadata: {
4603
4603
  properties: {
4604
- custom_name: { type: 'string' },
4604
+ device_custom_name: { type: 'string' },
4605
4605
  device_name: { type: 'string' },
4606
4606
  display_name: { type: 'string' },
4607
4607
  nest_device_id: { type: 'string' },
@@ -4609,7 +4609,7 @@ export default {
4609
4609
  required: [
4610
4610
  'nest_device_id',
4611
4611
  'device_name',
4612
- 'custom_name',
4612
+ 'device_custom_name',
4613
4613
  ],
4614
4614
  type: 'object',
4615
4615
  },
@@ -6755,6 +6755,7 @@ export default {
6755
6755
  },
6756
6756
  '/access_codes/pull_backup_access_code': {
6757
6757
  post: {
6758
+ description: 'Retrieves a backup access code for an access code. See also [Managing Backup Access Codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/backup-access-codes).',
6758
6759
  operationId: 'accessCodesPullBackupAccessCodePost',
6759
6760
  requestBody: {
6760
6761
  content: {
@@ -6775,12 +6776,13 @@ export default {
6775
6776
  'application/json': {
6776
6777
  schema: {
6777
6778
  properties: {
6779
+ access_code: { $ref: '#/components/schemas/access_code' },
6778
6780
  backup_access_code: {
6779
6781
  $ref: '#/components/schemas/access_code',
6780
6782
  },
6781
6783
  ok: { type: 'boolean' },
6782
6784
  },
6783
- required: ['backup_access_code', 'ok'],
6785
+ required: ['backup_access_code', 'access_code', 'ok'],
6784
6786
  type: 'object',
6785
6787
  },
6786
6788
  },
@@ -6800,8 +6802,8 @@ export default {
6800
6802
  tags: ['/access_codes'],
6801
6803
  'x-fern-sdk-group-name': ['access_codes'],
6802
6804
  'x-fern-sdk-method-name': 'pull_backup_access_code',
6803
- 'x-fern-sdk-return-value': 'backup_access_code',
6804
- 'x-response-key': 'backup_access_code',
6805
+ 'x-fern-sdk-return-value': 'access_code',
6806
+ 'x-response-key': 'access_code',
6805
6807
  },
6806
6808
  },
6807
6809
  '/access_codes/simulate/create_unmanaged_access_code': {
@@ -8494,9 +8496,11 @@ export default {
8494
8496
  description: 'Visionline-specific metadata for the new credential.',
8495
8497
  properties: {
8496
8498
  assa_abloy_credential_service_mobile_endpoint_id: {
8497
- description: 'DEPRECATED: DO NOT USE',
8499
+ deprecated: true,
8498
8500
  format: 'uuid',
8499
8501
  type: 'string',
8502
+ 'x-deprecated': 'Read-only endpoint references moved to `endpoint`.',
8503
+ 'x-undocumented': 'Deprecated. Read-only endpoint references moved to `endpoint`.',
8500
8504
  },
8501
8505
  auto_join: { type: 'boolean' },
8502
8506
  card_format: {
@@ -8511,7 +8515,8 @@ export default {
8511
8515
  is_override_key: {
8512
8516
  deprecated: true,
8513
8517
  type: 'boolean',
8514
- 'x-deprecated': 'use override.',
8518
+ 'x-deprecated': 'Use `override` instead.',
8519
+ 'x-undocumented': 'Use `override` instead.',
8515
8520
  },
8516
8521
  joiner_acs_credential_ids: {
8517
8522
  items: { format: 'uuid', type: 'string' },