@seamapi/types 1.255.0 → 1.257.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.
@@ -316,6 +316,9 @@ declare const _default: {
316
316
  };
317
317
  visionline_metadata: {
318
318
  properties: {
319
+ auto_join: {
320
+ type: string;
321
+ };
319
322
  card_function_type: {
320
323
  enum: string[];
321
324
  type: string;
@@ -486,6 +489,36 @@ declare const _default: {
486
489
  required: string[];
487
490
  type: string;
488
491
  };
492
+ salto_ks_metadata: {
493
+ properties: {
494
+ battery_level: {
495
+ type: string;
496
+ };
497
+ door_name: {
498
+ type: string;
499
+ };
500
+ intrusion_alarm: {
501
+ type: string;
502
+ };
503
+ left_open_alarm: {
504
+ type: string;
505
+ };
506
+ lock_type: {
507
+ type: string;
508
+ };
509
+ locked_state: {
510
+ type: string;
511
+ };
512
+ online: {
513
+ type: string;
514
+ };
515
+ privacy_mode: {
516
+ type: string;
517
+ };
518
+ };
519
+ required: string[];
520
+ type: string;
521
+ };
489
522
  visionline_metadata: {
490
523
  properties: {
491
524
  door_category: {
@@ -6728,6 +6761,9 @@ declare const _default: {
6728
6761
  format: string;
6729
6762
  type: string;
6730
6763
  };
6764
+ auto_join: {
6765
+ type: string;
6766
+ };
6731
6767
  card_format: {
6732
6768
  enum: string[];
6733
6769
  type: string;
@@ -7398,6 +7434,9 @@ declare const _default: {
7398
7434
  };
7399
7435
  visionline_metadata: {
7400
7436
  properties: {
7437
+ auto_join: {
7438
+ type: string;
7439
+ };
7401
7440
  card_function_type: {
7402
7441
  enum: string[];
7403
7442
  type: string;
@@ -7657,6 +7696,9 @@ declare const _default: {
7657
7696
  };
7658
7697
  visionline_metadata: {
7659
7698
  properties: {
7699
+ auto_join: {
7700
+ type: string;
7701
+ };
7660
7702
  card_function_type: {
7661
7703
  enum: string[];
7662
7704
  type: string;
@@ -269,6 +269,7 @@ export default {
269
269
  starts_at: { type: 'string' },
270
270
  visionline_metadata: {
271
271
  properties: {
272
+ auto_join: { type: 'boolean' },
272
273
  card_function_type: { enum: ['guest', 'staff'], type: 'string' },
273
274
  card_id: { type: 'string' },
274
275
  common_acs_entrance_ids: {
@@ -388,6 +389,29 @@ export default {
388
389
  ],
389
390
  type: 'object',
390
391
  },
392
+ salto_ks_metadata: {
393
+ properties: {
394
+ battery_level: { type: 'string' },
395
+ door_name: { type: 'string' },
396
+ intrusion_alarm: { type: 'boolean' },
397
+ left_open_alarm: { type: 'boolean' },
398
+ lock_type: { type: 'string' },
399
+ locked_state: { type: 'string' },
400
+ online: { type: 'boolean' },
401
+ privacy_mode: { type: 'boolean' },
402
+ },
403
+ required: [
404
+ 'door_name',
405
+ 'locked_state',
406
+ 'lock_type',
407
+ 'online',
408
+ 'battery_level',
409
+ 'left_open_alarm',
410
+ 'intrusion_alarm',
411
+ 'privacy_mode',
412
+ ],
413
+ type: 'object',
414
+ },
391
415
  visionline_metadata: {
392
416
  properties: {
393
417
  door_category: {
@@ -6483,6 +6507,7 @@ export default {
6483
6507
  format: 'uuid',
6484
6508
  type: 'string',
6485
6509
  },
6510
+ auto_join: { type: 'boolean' },
6486
6511
  card_format: {
6487
6512
  enum: ['TLCode', 'rfid48'],
6488
6513
  type: 'string',
@@ -6955,6 +6980,7 @@ export default {
6955
6980
  starts_at: { type: 'string' },
6956
6981
  visionline_metadata: {
6957
6982
  properties: {
6983
+ auto_join: { type: 'boolean' },
6958
6984
  card_function_type: {
6959
6985
  enum: ['guest', 'staff'],
6960
6986
  type: 'string',
@@ -7139,6 +7165,7 @@ export default {
7139
7165
  starts_at: { type: 'string' },
7140
7166
  visionline_metadata: {
7141
7167
  properties: {
7168
+ auto_join: { type: 'boolean' },
7142
7169
  card_function_type: {
7143
7170
  enum: ['guest', 'staff'],
7144
7171
  type: 'string',