@seamapi/types 1.91.3 → 1.92.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.
@@ -6498,6 +6498,32 @@ declare const _default: {
6498
6498
  display_name: {
6499
6499
  type: string;
6500
6500
  };
6501
+ visionline_metadata: {
6502
+ nullable: boolean;
6503
+ properties: {
6504
+ door_name: {
6505
+ type: string;
6506
+ };
6507
+ profiles: {
6508
+ items: {
6509
+ properties: {
6510
+ visionline_door_profile_id: {
6511
+ type: string;
6512
+ };
6513
+ visionline_door_profile_type: {
6514
+ enum: string[];
6515
+ type: string;
6516
+ };
6517
+ };
6518
+ required: string[];
6519
+ type: string;
6520
+ };
6521
+ type: string;
6522
+ };
6523
+ };
6524
+ required: string[];
6525
+ type: string;
6526
+ };
6501
6527
  };
6502
6528
  required: string[];
6503
6529
  type: string;
@@ -6667,6 +6693,32 @@ declare const _default: {
6667
6693
  display_name: {
6668
6694
  type: string;
6669
6695
  };
6696
+ visionline_metadata: {
6697
+ nullable: boolean;
6698
+ properties: {
6699
+ door_name: {
6700
+ type: string;
6701
+ };
6702
+ profiles: {
6703
+ items: {
6704
+ properties: {
6705
+ visionline_door_profile_id: {
6706
+ type: string;
6707
+ };
6708
+ visionline_door_profile_type: {
6709
+ enum: string[];
6710
+ type: string;
6711
+ };
6712
+ };
6713
+ required: string[];
6714
+ type: string;
6715
+ };
6716
+ type: string;
6717
+ };
6718
+ };
6719
+ required: string[];
6720
+ type: string;
6721
+ };
6670
6722
  };
6671
6723
  required: string[];
6672
6724
  type: string;
@@ -7324,6 +7376,32 @@ declare const _default: {
7324
7376
  display_name: {
7325
7377
  type: string;
7326
7378
  };
7379
+ visionline_metadata: {
7380
+ nullable: boolean;
7381
+ properties: {
7382
+ door_name: {
7383
+ type: string;
7384
+ };
7385
+ profiles: {
7386
+ items: {
7387
+ properties: {
7388
+ visionline_door_profile_id: {
7389
+ type: string;
7390
+ };
7391
+ visionline_door_profile_type: {
7392
+ enum: string[];
7393
+ type: string;
7394
+ };
7395
+ };
7396
+ required: string[];
7397
+ type: string;
7398
+ };
7399
+ type: string;
7400
+ };
7401
+ };
7402
+ required: string[];
7403
+ type: string;
7404
+ };
7327
7405
  };
7328
7406
  required: string[];
7329
7407
  type: string;
@@ -16624,6 +16702,13 @@ interface Routes {
16624
16702
  display_name: string;
16625
16703
  acs_system_id: string;
16626
16704
  created_at: string;
16705
+ visionline_metadata: {
16706
+ door_name: string;
16707
+ profiles?: Array<{
16708
+ visionline_door_profile_id: string;
16709
+ visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
16710
+ }> | undefined;
16711
+ } | null;
16627
16712
  };
16628
16713
  };
16629
16714
  };
@@ -16655,6 +16740,13 @@ interface Routes {
16655
16740
  display_name: string;
16656
16741
  acs_system_id: string;
16657
16742
  created_at: string;
16743
+ visionline_metadata: {
16744
+ door_name: string;
16745
+ profiles?: Array<{
16746
+ visionline_door_profile_id: string;
16747
+ visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
16748
+ }> | undefined;
16749
+ } | null;
16658
16750
  }>;
16659
16751
  };
16660
16752
  };
@@ -16865,6 +16957,13 @@ interface Routes {
16865
16957
  display_name: string;
16866
16958
  acs_system_id: string;
16867
16959
  created_at: string;
16960
+ visionline_metadata: {
16961
+ door_name: string;
16962
+ profiles?: Array<{
16963
+ visionline_door_profile_id: string;
16964
+ visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
16965
+ }> | undefined;
16966
+ } | null;
16868
16967
  }>;
16869
16968
  };
16870
16969
  };
@@ -6424,6 +6424,32 @@ declare const _default: {
6424
6424
  display_name: {
6425
6425
  type: string;
6426
6426
  };
6427
+ visionline_metadata: {
6428
+ nullable: boolean;
6429
+ properties: {
6430
+ door_name: {
6431
+ type: string;
6432
+ };
6433
+ profiles: {
6434
+ items: {
6435
+ properties: {
6436
+ visionline_door_profile_id: {
6437
+ type: string;
6438
+ };
6439
+ visionline_door_profile_type: {
6440
+ enum: string[];
6441
+ type: string;
6442
+ };
6443
+ };
6444
+ required: string[];
6445
+ type: string;
6446
+ };
6447
+ type: string;
6448
+ };
6449
+ };
6450
+ required: string[];
6451
+ type: string;
6452
+ };
6427
6453
  };
6428
6454
  required: string[];
6429
6455
  type: string;
@@ -6593,6 +6619,32 @@ declare const _default: {
6593
6619
  display_name: {
6594
6620
  type: string;
6595
6621
  };
6622
+ visionline_metadata: {
6623
+ nullable: boolean;
6624
+ properties: {
6625
+ door_name: {
6626
+ type: string;
6627
+ };
6628
+ profiles: {
6629
+ items: {
6630
+ properties: {
6631
+ visionline_door_profile_id: {
6632
+ type: string;
6633
+ };
6634
+ visionline_door_profile_type: {
6635
+ enum: string[];
6636
+ type: string;
6637
+ };
6638
+ };
6639
+ required: string[];
6640
+ type: string;
6641
+ };
6642
+ type: string;
6643
+ };
6644
+ };
6645
+ required: string[];
6646
+ type: string;
6647
+ };
6596
6648
  };
6597
6649
  required: string[];
6598
6650
  type: string;
@@ -7250,6 +7302,32 @@ declare const _default: {
7250
7302
  display_name: {
7251
7303
  type: string;
7252
7304
  };
7305
+ visionline_metadata: {
7306
+ nullable: boolean;
7307
+ properties: {
7308
+ door_name: {
7309
+ type: string;
7310
+ };
7311
+ profiles: {
7312
+ items: {
7313
+ properties: {
7314
+ visionline_door_profile_id: {
7315
+ type: string;
7316
+ };
7317
+ visionline_door_profile_type: {
7318
+ enum: string[];
7319
+ type: string;
7320
+ };
7321
+ };
7322
+ required: string[];
7323
+ type: string;
7324
+ };
7325
+ type: string;
7326
+ };
7327
+ };
7328
+ required: string[];
7329
+ type: string;
7330
+ };
7253
7331
  };
7254
7332
  required: string[];
7255
7333
  type: string;
@@ -4646,12 +4646,40 @@ export default {
4646
4646
  acs_system_id: { format: 'uuid', type: 'string' },
4647
4647
  created_at: { format: 'date-time', type: 'string' },
4648
4648
  display_name: { type: 'string' },
4649
+ visionline_metadata: {
4650
+ nullable: true,
4651
+ properties: {
4652
+ door_name: { type: 'string' },
4653
+ profiles: {
4654
+ items: {
4655
+ properties: {
4656
+ visionline_door_profile_id: {
4657
+ type: 'string',
4658
+ },
4659
+ visionline_door_profile_type: {
4660
+ enum: ['BLE', 'commonDoor', 'touch'],
4661
+ type: 'string',
4662
+ },
4663
+ },
4664
+ required: [
4665
+ 'visionline_door_profile_id',
4666
+ 'visionline_door_profile_type',
4667
+ ],
4668
+ type: 'object',
4669
+ },
4670
+ type: 'array',
4671
+ },
4672
+ },
4673
+ required: ['door_name'],
4674
+ type: 'object',
4675
+ },
4649
4676
  },
4650
4677
  required: [
4651
4678
  'acs_entrance_id',
4652
4679
  'display_name',
4653
4680
  'acs_system_id',
4654
4681
  'created_at',
4682
+ 'visionline_metadata',
4655
4683
  ],
4656
4684
  type: 'object',
4657
4685
  },
@@ -4753,12 +4781,40 @@ export default {
4753
4781
  acs_system_id: { format: 'uuid', type: 'string' },
4754
4782
  created_at: { format: 'date-time', type: 'string' },
4755
4783
  display_name: { type: 'string' },
4784
+ visionline_metadata: {
4785
+ nullable: true,
4786
+ properties: {
4787
+ door_name: { type: 'string' },
4788
+ profiles: {
4789
+ items: {
4790
+ properties: {
4791
+ visionline_door_profile_id: {
4792
+ type: 'string',
4793
+ },
4794
+ visionline_door_profile_type: {
4795
+ enum: ['BLE', 'commonDoor', 'touch'],
4796
+ type: 'string',
4797
+ },
4798
+ },
4799
+ required: [
4800
+ 'visionline_door_profile_id',
4801
+ 'visionline_door_profile_type',
4802
+ ],
4803
+ type: 'object',
4804
+ },
4805
+ type: 'array',
4806
+ },
4807
+ },
4808
+ required: ['door_name'],
4809
+ type: 'object',
4810
+ },
4756
4811
  },
4757
4812
  required: [
4758
4813
  'acs_entrance_id',
4759
4814
  'display_name',
4760
4815
  'acs_system_id',
4761
4816
  'created_at',
4817
+ 'visionline_metadata',
4762
4818
  ],
4763
4819
  type: 'object',
4764
4820
  },
@@ -5181,12 +5237,40 @@ export default {
5181
5237
  acs_system_id: { format: 'uuid', type: 'string' },
5182
5238
  created_at: { format: 'date-time', type: 'string' },
5183
5239
  display_name: { type: 'string' },
5240
+ visionline_metadata: {
5241
+ nullable: true,
5242
+ properties: {
5243
+ door_name: { type: 'string' },
5244
+ profiles: {
5245
+ items: {
5246
+ properties: {
5247
+ visionline_door_profile_id: {
5248
+ type: 'string',
5249
+ },
5250
+ visionline_door_profile_type: {
5251
+ enum: ['BLE', 'commonDoor', 'touch'],
5252
+ type: 'string',
5253
+ },
5254
+ },
5255
+ required: [
5256
+ 'visionline_door_profile_id',
5257
+ 'visionline_door_profile_type',
5258
+ ],
5259
+ type: 'object',
5260
+ },
5261
+ type: 'array',
5262
+ },
5263
+ },
5264
+ required: ['door_name'],
5265
+ type: 'object',
5266
+ },
5184
5267
  },
5185
5268
  required: [
5186
5269
  'acs_entrance_id',
5187
5270
  'display_name',
5188
5271
  'acs_system_id',
5189
5272
  'created_at',
5273
+ 'visionline_metadata',
5190
5274
  ],
5191
5275
  type: 'object',
5192
5276
  },