@seamapi/types 1.138.1 → 1.140.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.
@@ -767,6 +767,17 @@ declare const _default: {
767
767
  allOf: ({
768
768
  allOf: ({
769
769
  properties: {
770
+ accessory_keypad: {
771
+ description: string;
772
+ properties: {
773
+ is_connected: {
774
+ description: string;
775
+ type: string;
776
+ };
777
+ };
778
+ required: string[];
779
+ type: string;
780
+ };
770
781
  appearance: {
771
782
  properties: {
772
783
  name: {
@@ -822,10 +833,18 @@ declare const _default: {
822
833
  description: string;
823
834
  type: string;
824
835
  };
836
+ can_connect_accessory_keypad: {
837
+ description: string;
838
+ type: string;
839
+ };
825
840
  display_name: {
826
841
  description: string;
827
842
  type: string;
828
843
  };
844
+ has_built_in_keypad: {
845
+ description: string;
846
+ type: string;
847
+ };
829
848
  manufacturer_display_name: {
830
849
  description: string;
831
850
  type: string;
@@ -900,6 +919,7 @@ declare const _default: {
900
919
  required: string[];
901
920
  type: string;
902
921
  };
922
+ accessory_keypad?: never;
903
923
  appearance?: never;
904
924
  battery?: never;
905
925
  battery_level?: never;
@@ -2620,10 +2640,18 @@ declare const _default: {
2620
2640
  description: string;
2621
2641
  type: string;
2622
2642
  };
2643
+ can_connect_accessory_keypad: {
2644
+ description: string;
2645
+ type: string;
2646
+ };
2623
2647
  display_name: {
2624
2648
  description: string;
2625
2649
  type: string;
2626
2650
  };
2651
+ has_built_in_keypad: {
2652
+ description: string;
2653
+ type: string;
2654
+ };
2627
2655
  manufacturer_display_name: {
2628
2656
  description: string;
2629
2657
  type: string;
@@ -7092,6 +7120,25 @@ declare const _default: {
7092
7120
  display_name: {
7093
7121
  type: string;
7094
7122
  };
7123
+ latch_metadata: {
7124
+ nullable: boolean;
7125
+ properties: {
7126
+ accessibility_type: {
7127
+ type: string;
7128
+ };
7129
+ is_connected: {
7130
+ type: string;
7131
+ };
7132
+ name: {
7133
+ type: string;
7134
+ };
7135
+ type: {
7136
+ type: string;
7137
+ };
7138
+ };
7139
+ required: string[];
7140
+ type: string;
7141
+ };
7095
7142
  visionline_metadata: {
7096
7143
  nullable: boolean;
7097
7144
  properties: {
@@ -7291,6 +7338,25 @@ declare const _default: {
7291
7338
  display_name: {
7292
7339
  type: string;
7293
7340
  };
7341
+ latch_metadata: {
7342
+ nullable: boolean;
7343
+ properties: {
7344
+ accessibility_type: {
7345
+ type: string;
7346
+ };
7347
+ is_connected: {
7348
+ type: string;
7349
+ };
7350
+ name: {
7351
+ type: string;
7352
+ };
7353
+ type: {
7354
+ type: string;
7355
+ };
7356
+ };
7357
+ required: string[];
7358
+ type: string;
7359
+ };
7294
7360
  visionline_metadata: {
7295
7361
  nullable: boolean;
7296
7362
  properties: {
@@ -8202,6 +8268,25 @@ declare const _default: {
8202
8268
  display_name: {
8203
8269
  type: string;
8204
8270
  };
8271
+ latch_metadata: {
8272
+ nullable: boolean;
8273
+ properties: {
8274
+ accessibility_type: {
8275
+ type: string;
8276
+ };
8277
+ is_connected: {
8278
+ type: string;
8279
+ };
8280
+ name: {
8281
+ type: string;
8282
+ };
8283
+ type: {
8284
+ type: string;
8285
+ };
8286
+ };
8287
+ required: string[];
8288
+ type: string;
8289
+ };
8205
8290
  visionline_metadata: {
8206
8291
  nullable: boolean;
8207
8292
  properties: {
@@ -12010,20 +12095,25 @@ declare const _default: {
12010
12095
  };
12011
12096
  };
12012
12097
  security: ({
12013
- access_token: never[];
12014
- seam_workspace: never[];
12015
- seam_client_session_token?: never;
12016
- client_session_token?: never;
12098
+ client_session: never[];
12099
+ pat_with_workspace?: never;
12100
+ console_session?: never;
12101
+ api_key?: never;
12017
12102
  } | {
12018
- seam_client_session_token: never[];
12019
- access_token?: never;
12020
- seam_workspace?: never;
12021
- client_session_token?: never;
12103
+ pat_with_workspace: never[];
12104
+ client_session?: never;
12105
+ console_session?: never;
12106
+ api_key?: never;
12022
12107
  } | {
12023
- client_session_token: never[];
12024
- access_token?: never;
12025
- seam_workspace?: never;
12026
- seam_client_session_token?: never;
12108
+ console_session: never[];
12109
+ client_session?: never;
12110
+ pat_with_workspace?: never;
12111
+ api_key?: never;
12112
+ } | {
12113
+ api_key: never[];
12114
+ client_session?: never;
12115
+ pat_with_workspace?: never;
12116
+ console_session?: never;
12027
12117
  })[];
12028
12118
  summary: string;
12029
12119
  tags: string[];
@@ -13947,17 +14037,25 @@ declare const _default: {
13947
14037
  };
13948
14038
  };
13949
14039
  security: ({
13950
- api_key: never[];
13951
- client_session?: never;
13952
- pat_with_workspace?: never;
13953
- } | {
13954
14040
  client_session: never[];
13955
- api_key?: never;
13956
14041
  pat_with_workspace?: never;
14042
+ console_session?: never;
14043
+ api_key?: never;
13957
14044
  } | {
13958
14045
  pat_with_workspace: never[];
14046
+ client_session?: never;
14047
+ console_session?: never;
13959
14048
  api_key?: never;
14049
+ } | {
14050
+ console_session: never[];
13960
14051
  client_session?: never;
14052
+ pat_with_workspace?: never;
14053
+ api_key?: never;
14054
+ } | {
14055
+ api_key: never[];
14056
+ client_session?: never;
14057
+ pat_with_workspace?: never;
14058
+ console_session?: never;
13961
14059
  })[];
13962
14060
  summary: string;
13963
14061
  tags: string[];
@@ -14015,17 +14113,25 @@ declare const _default: {
14015
14113
  };
14016
14114
  };
14017
14115
  security: ({
14018
- api_key: never[];
14019
- client_session?: never;
14020
- pat_with_workspace?: never;
14021
- } | {
14022
14116
  client_session: never[];
14023
- api_key?: never;
14024
14117
  pat_with_workspace?: never;
14118
+ console_session?: never;
14119
+ api_key?: never;
14025
14120
  } | {
14026
14121
  pat_with_workspace: never[];
14122
+ client_session?: never;
14123
+ console_session?: never;
14027
14124
  api_key?: never;
14125
+ } | {
14126
+ console_session: never[];
14127
+ client_session?: never;
14128
+ pat_with_workspace?: never;
14129
+ api_key?: never;
14130
+ } | {
14131
+ api_key: never[];
14028
14132
  client_session?: never;
14133
+ pat_with_workspace?: never;
14134
+ console_session?: never;
14029
14135
  })[];
14030
14136
  summary: string;
14031
14137
  tags: string[];
@@ -14091,17 +14197,25 @@ declare const _default: {
14091
14197
  };
14092
14198
  };
14093
14199
  security: ({
14094
- api_key: never[];
14095
- client_session?: never;
14096
- pat_with_workspace?: never;
14097
- } | {
14098
14200
  client_session: never[];
14099
- api_key?: never;
14100
14201
  pat_with_workspace?: never;
14202
+ console_session?: never;
14203
+ api_key?: never;
14101
14204
  } | {
14102
14205
  pat_with_workspace: never[];
14206
+ client_session?: never;
14207
+ console_session?: never;
14103
14208
  api_key?: never;
14209
+ } | {
14210
+ console_session: never[];
14211
+ client_session?: never;
14212
+ pat_with_workspace?: never;
14213
+ api_key?: never;
14214
+ } | {
14215
+ api_key: never[];
14104
14216
  client_session?: never;
14217
+ pat_with_workspace?: never;
14218
+ console_session?: never;
14105
14219
  })[];
14106
14220
  summary: string;
14107
14221
  tags: string[];
@@ -14173,17 +14287,25 @@ declare const _default: {
14173
14287
  };
14174
14288
  };
14175
14289
  security: ({
14176
- api_key: never[];
14177
- client_session?: never;
14178
- pat_with_workspace?: never;
14179
- } | {
14180
14290
  client_session: never[];
14181
- api_key?: never;
14182
14291
  pat_with_workspace?: never;
14292
+ console_session?: never;
14293
+ api_key?: never;
14183
14294
  } | {
14184
14295
  pat_with_workspace: never[];
14296
+ client_session?: never;
14297
+ console_session?: never;
14185
14298
  api_key?: never;
14299
+ } | {
14300
+ console_session: never[];
14186
14301
  client_session?: never;
14302
+ pat_with_workspace?: never;
14303
+ api_key?: never;
14304
+ } | {
14305
+ api_key: never[];
14306
+ client_session?: never;
14307
+ pat_with_workspace?: never;
14308
+ console_session?: never;
14187
14309
  })[];
14188
14310
  summary: string;
14189
14311
  tags: string[];
@@ -14392,17 +14514,25 @@ declare const _default: {
14392
14514
  };
14393
14515
  };
14394
14516
  security: ({
14395
- api_key: never[];
14396
- client_session?: never;
14397
- pat_with_workspace?: never;
14398
- } | {
14399
14517
  client_session: never[];
14400
- api_key?: never;
14401
14518
  pat_with_workspace?: never;
14519
+ console_session?: never;
14520
+ api_key?: never;
14402
14521
  } | {
14403
14522
  pat_with_workspace: never[];
14523
+ client_session?: never;
14524
+ console_session?: never;
14525
+ api_key?: never;
14526
+ } | {
14527
+ console_session: never[];
14528
+ client_session?: never;
14529
+ pat_with_workspace?: never;
14404
14530
  api_key?: never;
14531
+ } | {
14532
+ api_key: never[];
14405
14533
  client_session?: never;
14534
+ pat_with_workspace?: never;
14535
+ console_session?: never;
14406
14536
  })[];
14407
14537
  summary: string;
14408
14538
  tags: string[];
@@ -14470,17 +14600,25 @@ declare const _default: {
14470
14600
  };
14471
14601
  };
14472
14602
  security: ({
14473
- api_key: never[];
14474
- client_session?: never;
14475
- pat_with_workspace?: never;
14476
- } | {
14477
14603
  client_session: never[];
14478
- api_key?: never;
14479
14604
  pat_with_workspace?: never;
14605
+ console_session?: never;
14606
+ api_key?: never;
14480
14607
  } | {
14481
14608
  pat_with_workspace: never[];
14609
+ client_session?: never;
14610
+ console_session?: never;
14611
+ api_key?: never;
14612
+ } | {
14613
+ console_session: never[];
14614
+ client_session?: never;
14615
+ pat_with_workspace?: never;
14482
14616
  api_key?: never;
14617
+ } | {
14618
+ api_key: never[];
14483
14619
  client_session?: never;
14620
+ pat_with_workspace?: never;
14621
+ console_session?: never;
14484
14622
  })[];
14485
14623
  summary: string;
14486
14624
  tags: string[];
@@ -645,6 +645,17 @@ export default {
645
645
  allOf: [
646
646
  {
647
647
  properties: {
648
+ accessory_keypad: {
649
+ description: 'Represents the accessory keypad state.',
650
+ properties: {
651
+ is_connected: {
652
+ description: 'Indicates if the accessory_keypad is connected to the device.',
653
+ type: 'boolean',
654
+ },
655
+ },
656
+ required: ['is_connected'],
657
+ type: 'object',
658
+ },
648
659
  appearance: {
649
660
  properties: {
650
661
  name: {
@@ -696,10 +707,18 @@ export default {
696
707
  description: 'Indicates whether the device supports an accessory keypad.',
697
708
  type: 'boolean',
698
709
  },
710
+ can_connect_accessory_keypad: {
711
+ description: 'Indicates whether the device can connect a accessory keypad.',
712
+ type: 'boolean',
713
+ },
699
714
  display_name: {
700
715
  description: 'Display name of the device model.',
701
716
  type: 'string',
702
717
  },
718
+ has_built_in_keypad: {
719
+ description: 'Indicates whether the device has a built in accessory keypad.',
720
+ type: 'boolean',
721
+ },
703
722
  manufacturer_display_name: {
704
723
  description: 'Display name that corresponds to the manufacturer-specific terminology for the device.',
705
724
  type: 'string',
@@ -2178,10 +2197,18 @@ export default {
2178
2197
  description: 'Indicates whether the device supports an accessory keypad.',
2179
2198
  type: 'boolean',
2180
2199
  },
2200
+ can_connect_accessory_keypad: {
2201
+ description: 'Indicates whether the device can connect a accessory keypad.',
2202
+ type: 'boolean',
2203
+ },
2181
2204
  display_name: {
2182
2205
  description: 'Display name of the device model.',
2183
2206
  type: 'string',
2184
2207
  },
2208
+ has_built_in_keypad: {
2209
+ description: 'Indicates whether the device has a built in accessory keypad.',
2210
+ type: 'boolean',
2211
+ },
2185
2212
  manufacturer_display_name: {
2186
2213
  description: 'Display name that corresponds to the manufacturer-specific terminology for the device.',
2187
2214
  type: 'string',
@@ -5206,6 +5233,22 @@ export default {
5206
5233
  acs_system_id: { format: 'uuid', type: 'string' },
5207
5234
  created_at: { format: 'date-time', type: 'string' },
5208
5235
  display_name: { type: 'string' },
5236
+ latch_metadata: {
5237
+ nullable: true,
5238
+ properties: {
5239
+ accessibility_type: { type: 'string' },
5240
+ is_connected: { type: 'boolean' },
5241
+ name: { type: 'string' },
5242
+ type: { type: 'string' },
5243
+ },
5244
+ required: [
5245
+ 'accessibility_type',
5246
+ 'name',
5247
+ 'type',
5248
+ 'is_connected',
5249
+ ],
5250
+ type: 'object',
5251
+ },
5209
5252
  visionline_metadata: {
5210
5253
  nullable: true,
5211
5254
  properties: {
@@ -5249,6 +5292,7 @@ export default {
5249
5292
  'display_name',
5250
5293
  'acs_system_id',
5251
5294
  'created_at',
5295
+ 'latch_metadata',
5252
5296
  'visionline_metadata',
5253
5297
  ],
5254
5298
  type: 'object',
@@ -5351,6 +5395,22 @@ export default {
5351
5395
  acs_system_id: { format: 'uuid', type: 'string' },
5352
5396
  created_at: { format: 'date-time', type: 'string' },
5353
5397
  display_name: { type: 'string' },
5398
+ latch_metadata: {
5399
+ nullable: true,
5400
+ properties: {
5401
+ accessibility_type: { type: 'string' },
5402
+ is_connected: { type: 'boolean' },
5403
+ name: { type: 'string' },
5404
+ type: { type: 'string' },
5405
+ },
5406
+ required: [
5407
+ 'accessibility_type',
5408
+ 'name',
5409
+ 'type',
5410
+ 'is_connected',
5411
+ ],
5412
+ type: 'object',
5413
+ },
5354
5414
  visionline_metadata: {
5355
5415
  nullable: true,
5356
5416
  properties: {
@@ -5394,6 +5454,7 @@ export default {
5394
5454
  'display_name',
5395
5455
  'acs_system_id',
5396
5456
  'created_at',
5457
+ 'latch_metadata',
5397
5458
  'visionline_metadata',
5398
5459
  ],
5399
5460
  type: 'object',
@@ -5981,6 +6042,22 @@ export default {
5981
6042
  acs_system_id: { format: 'uuid', type: 'string' },
5982
6043
  created_at: { format: 'date-time', type: 'string' },
5983
6044
  display_name: { type: 'string' },
6045
+ latch_metadata: {
6046
+ nullable: true,
6047
+ properties: {
6048
+ accessibility_type: { type: 'string' },
6049
+ is_connected: { type: 'boolean' },
6050
+ name: { type: 'string' },
6051
+ type: { type: 'string' },
6052
+ },
6053
+ required: [
6054
+ 'accessibility_type',
6055
+ 'name',
6056
+ 'type',
6057
+ 'is_connected',
6058
+ ],
6059
+ type: 'object',
6060
+ },
5984
6061
  visionline_metadata: {
5985
6062
  nullable: true,
5986
6063
  properties: {
@@ -6024,6 +6101,7 @@ export default {
6024
6101
  'display_name',
6025
6102
  'acs_system_id',
6026
6103
  'created_at',
6104
+ 'latch_metadata',
6027
6105
  'visionline_metadata',
6028
6106
  ],
6029
6107
  type: 'object',
@@ -9163,9 +9241,10 @@ export default {
9163
9241
  401: { description: 'Unauthorized' },
9164
9242
  },
9165
9243
  security: [
9166
- { access_token: [], seam_workspace: [] },
9167
- { seam_client_session_token: [] },
9168
- { client_session_token: [] },
9244
+ { client_session: [] },
9245
+ { pat_with_workspace: [] },
9246
+ { console_session: [] },
9247
+ { api_key: [] },
9169
9248
  ],
9170
9249
  summary: '/locks/lock_door',
9171
9250
  tags: ['/locks'],
@@ -10439,9 +10518,10 @@ export default {
10439
10518
  401: { description: 'Unauthorized' },
10440
10519
  },
10441
10520
  security: [
10442
- { api_key: [] },
10443
10521
  { client_session: [] },
10444
10522
  { pat_with_workspace: [] },
10523
+ { console_session: [] },
10524
+ { api_key: [] },
10445
10525
  ],
10446
10526
  summary: '/thermostats/cool',
10447
10527
  tags: ['/thermostats'],
@@ -10486,9 +10566,10 @@ export default {
10486
10566
  401: { description: 'Unauthorized' },
10487
10567
  },
10488
10568
  security: [
10489
- { api_key: [] },
10490
10569
  { client_session: [] },
10491
10570
  { pat_with_workspace: [] },
10571
+ { console_session: [] },
10572
+ { api_key: [] },
10492
10573
  ],
10493
10574
  summary: '/thermostats/get',
10494
10575
  tags: ['/thermostats'],
@@ -10538,9 +10619,10 @@ export default {
10538
10619
  401: { description: 'Unauthorized' },
10539
10620
  },
10540
10621
  security: [
10541
- { api_key: [] },
10542
10622
  { client_session: [] },
10543
10623
  { pat_with_workspace: [] },
10624
+ { console_session: [] },
10625
+ { api_key: [] },
10544
10626
  ],
10545
10627
  summary: '/thermostats/heat',
10546
10628
  tags: ['/thermostats'],
@@ -10592,9 +10674,10 @@ export default {
10592
10674
  401: { description: 'Unauthorized' },
10593
10675
  },
10594
10676
  security: [
10595
- { api_key: [] },
10596
10677
  { client_session: [] },
10597
10678
  { pat_with_workspace: [] },
10679
+ { console_session: [] },
10680
+ { api_key: [] },
10598
10681
  ],
10599
10682
  summary: '/thermostats/heat_cool',
10600
10683
  tags: ['/thermostats'],
@@ -10864,9 +10947,10 @@ export default {
10864
10947
  401: { description: 'Unauthorized' },
10865
10948
  },
10866
10949
  security: [
10867
- { api_key: [] },
10868
10950
  { client_session: [] },
10869
10951
  { pat_with_workspace: [] },
10952
+ { console_session: [] },
10953
+ { api_key: [] },
10870
10954
  ],
10871
10955
  summary: '/thermostats/off',
10872
10956
  tags: ['/thermostats'],
@@ -10916,9 +11000,10 @@ export default {
10916
11000
  401: { description: 'Unauthorized' },
10917
11001
  },
10918
11002
  security: [
10919
- { api_key: [] },
10920
11003
  { client_session: [] },
10921
11004
  { pat_with_workspace: [] },
11005
+ { console_session: [] },
11006
+ { api_key: [] },
10922
11007
  ],
10923
11008
  summary: '/thermostats/set_fan_mode',
10924
11009
  tags: ['/thermostats'],