@seamapi/types 1.391.0 → 1.392.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.
@@ -1090,27 +1090,6 @@ export default {
1090
1090
  required: ['message', 'warning_code'],
1091
1091
  type: 'object',
1092
1092
  },
1093
- {
1094
- description: 'Duplicate access code name detected.',
1095
- properties: {
1096
- created_at: {
1097
- description: 'Date and time at which Seam created the warning.',
1098
- format: 'date-time',
1099
- type: 'string',
1100
- },
1101
- message: {
1102
- description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
1103
- type: 'string',
1104
- },
1105
- warning_code: {
1106
- description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
1107
- enum: ['schlage_detected_duplicate_code_name'],
1108
- type: 'string',
1109
- },
1110
- },
1111
- required: ['message', 'warning_code'],
1112
- type: 'object',
1113
- },
1114
1093
  {
1115
1094
  description: 'Received an error when attempting to create this code.',
1116
1095
  properties: {
@@ -1476,6 +1455,7 @@ export default {
1476
1455
  assa_abloy_vostio_metadata: {
1477
1456
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
1478
1457
  properties: {
1458
+ auto_join: { type: 'boolean' },
1479
1459
  door_names: { items: { type: 'string' }, type: 'array' },
1480
1460
  endpoint_id: { type: 'string' },
1481
1461
  key_id: { type: 'string' },
@@ -3318,6 +3298,7 @@ export default {
3318
3298
  assa_abloy_vostio_metadata: {
3319
3299
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
3320
3300
  properties: {
3301
+ auto_join: { type: 'boolean' },
3321
3302
  door_names: {
3322
3303
  items: { type: 'string' },
3323
3304
  type: 'array',
@@ -3664,6 +3645,7 @@ export default {
3664
3645
  assa_abloy_vostio_metadata: {
3665
3646
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
3666
3647
  properties: {
3648
+ auto_join: { type: 'boolean' },
3667
3649
  door_names: {
3668
3650
  items: { type: 'string' },
3669
3651
  type: 'array',
@@ -4379,6 +4361,7 @@ export default {
4379
4361
  assa_abloy_vostio_metadata: {
4380
4362
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
4381
4363
  properties: {
4364
+ auto_join: { type: 'boolean' },
4382
4365
  door_names: {
4383
4366
  items: { type: 'string' },
4384
4367
  type: 'array',
@@ -4723,6 +4706,7 @@ export default {
4723
4706
  assa_abloy_vostio_metadata: {
4724
4707
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
4725
4708
  properties: {
4709
+ auto_join: { type: 'boolean' },
4726
4710
  door_names: {
4727
4711
  items: { type: 'string' },
4728
4712
  type: 'array',
@@ -14917,27 +14901,6 @@ export default {
14917
14901
  required: ['message', 'warning_code'],
14918
14902
  type: 'object',
14919
14903
  },
14920
- {
14921
- description: 'Duplicate access code name detected.',
14922
- properties: {
14923
- created_at: {
14924
- description: 'Date and time at which Seam created the warning.',
14925
- format: 'date-time',
14926
- type: 'string',
14927
- },
14928
- message: {
14929
- description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
14930
- type: 'string',
14931
- },
14932
- warning_code: {
14933
- description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
14934
- enum: ['schlage_detected_duplicate_code_name'],
14935
- type: 'string',
14936
- },
14937
- },
14938
- required: ['message', 'warning_code'],
14939
- type: 'object',
14940
- },
14941
14904
  {
14942
14905
  description: 'Received an error when attempting to create this code.',
14943
14906
  properties: {
@@ -15297,6 +15260,7 @@ export default {
15297
15260
  assa_abloy_vostio_metadata: {
15298
15261
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
15299
15262
  properties: {
15263
+ auto_join: { type: 'boolean' },
15300
15264
  door_names: { items: { type: 'string' }, type: 'array' },
15301
15265
  endpoint_id: { type: 'string' },
15302
15266
  key_id: { type: 'string' },
@@ -19694,6 +19658,7 @@ export default {
19694
19658
  assa_abloy_vostio_metadata: {
19695
19659
  description: 'Vostio-specific metadata for the new credential.',
19696
19660
  properties: {
19661
+ auto_join: { type: 'boolean' },
19697
19662
  join_all_guest_acs_entrances: { type: 'boolean' },
19698
19663
  override_all_guest_acs_entrances: { type: 'boolean' },
19699
19664
  override_guest_acs_entrance_ids: {