@seamapi/types 1.986.0 → 1.988.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.
@@ -12101,10 +12101,14 @@ export type Routes = {
12101
12101
  nest_metadata?: {
12102
12102
  /** Device ID for a Google Nest device. */
12103
12103
  nest_device_id?: (string | undefined) | undefined;
12104
+ /** ID of the Google Nest structure containing the device. */
12105
+ nest_structure_id?: (string | undefined) | undefined;
12104
12106
  /** Device name for a Google Nest device. Google sets this value. */
12105
12107
  device_name?: (string | undefined) | undefined;
12106
12108
  /** Custom device name for a Google Nest device. The device owner sets this value. */
12107
12109
  device_custom_name?: (string | undefined) | undefined;
12110
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
12111
+ structure_name?: (string | undefined) | undefined;
12108
12112
  /** Display name for a Google Nest device. */
12109
12113
  display_name?: (string | undefined) | undefined;
12110
12114
  } | undefined;
@@ -12741,6 +12745,9 @@ export type Routes = {
12741
12745
  /** Name of the device location.
12742
12746
  */
12743
12747
  location_name?: string | undefined;
12748
+ /** Name of the room within the device location, when the provider reports one.
12749
+ */
12750
+ room_name?: string | undefined;
12744
12751
  /** Time zone of the device location.
12745
12752
  */
12746
12753
  time_zone?: string | undefined;
@@ -19001,10 +19008,14 @@ export type Routes = {
19001
19008
  nest_metadata?: {
19002
19009
  /** Device ID for a Google Nest device. */
19003
19010
  nest_device_id?: (string | undefined) | undefined;
19011
+ /** ID of the Google Nest structure containing the device. */
19012
+ nest_structure_id?: (string | undefined) | undefined;
19004
19013
  /** Device name for a Google Nest device. Google sets this value. */
19005
19014
  device_name?: (string | undefined) | undefined;
19006
19015
  /** Custom device name for a Google Nest device. The device owner sets this value. */
19007
19016
  device_custom_name?: (string | undefined) | undefined;
19017
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
19018
+ structure_name?: (string | undefined) | undefined;
19008
19019
  /** Display name for a Google Nest device. */
19009
19020
  display_name?: (string | undefined) | undefined;
19010
19021
  } | undefined;
@@ -19641,6 +19652,9 @@ export type Routes = {
19641
19652
  /** Name of the device location.
19642
19653
  */
19643
19654
  location_name?: string | undefined;
19655
+ /** Name of the room within the device location, when the provider reports one.
19656
+ */
19657
+ room_name?: string | undefined;
19644
19658
  /** Time zone of the device location.
19645
19659
  */
19646
19660
  time_zone?: string | undefined;
@@ -42291,10 +42305,14 @@ export type Routes = {
42291
42305
  nest_metadata?: {
42292
42306
  /** Device ID for a Google Nest device. */
42293
42307
  nest_device_id?: (string | undefined) | undefined;
42308
+ /** ID of the Google Nest structure containing the device. */
42309
+ nest_structure_id?: (string | undefined) | undefined;
42294
42310
  /** Device name for a Google Nest device. Google sets this value. */
42295
42311
  device_name?: (string | undefined) | undefined;
42296
42312
  /** Custom device name for a Google Nest device. The device owner sets this value. */
42297
42313
  device_custom_name?: (string | undefined) | undefined;
42314
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
42315
+ structure_name?: (string | undefined) | undefined;
42298
42316
  /** Display name for a Google Nest device. */
42299
42317
  display_name?: (string | undefined) | undefined;
42300
42318
  } | undefined;
@@ -42931,6 +42949,9 @@ export type Routes = {
42931
42949
  /** Name of the device location.
42932
42950
  */
42933
42951
  location_name?: string | undefined;
42952
+ /** Name of the room within the device location, when the provider reports one.
42953
+ */
42954
+ room_name?: string | undefined;
42934
42955
  /** Time zone of the device location.
42935
42956
  */
42936
42957
  time_zone?: string | undefined;
@@ -43810,10 +43831,14 @@ export type Routes = {
43810
43831
  nest_metadata?: {
43811
43832
  /** Device ID for a Google Nest device. */
43812
43833
  nest_device_id?: (string | undefined) | undefined;
43834
+ /** ID of the Google Nest structure containing the device. */
43835
+ nest_structure_id?: (string | undefined) | undefined;
43813
43836
  /** Device name for a Google Nest device. Google sets this value. */
43814
43837
  device_name?: (string | undefined) | undefined;
43815
43838
  /** Custom device name for a Google Nest device. The device owner sets this value. */
43816
43839
  device_custom_name?: (string | undefined) | undefined;
43840
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
43841
+ structure_name?: (string | undefined) | undefined;
43817
43842
  /** Display name for a Google Nest device. */
43818
43843
  display_name?: (string | undefined) | undefined;
43819
43844
  } | undefined;
@@ -44450,6 +44475,9 @@ export type Routes = {
44450
44475
  /** Name of the device location.
44451
44476
  */
44452
44477
  location_name?: string | undefined;
44478
+ /** Name of the room within the device location, when the provider reports one.
44479
+ */
44480
+ room_name?: string | undefined;
44453
44481
  /** Time zone of the device location.
44454
44482
  */
44455
44483
  time_zone?: string | undefined;
@@ -45070,6 +45098,9 @@ export type Routes = {
45070
45098
  /** Name of the device location.
45071
45099
  */
45072
45100
  location_name?: string | undefined;
45101
+ /** Name of the room within the device location, when the provider reports one.
45102
+ */
45103
+ room_name?: string | undefined;
45073
45104
  /** Time zone of the device location.
45074
45105
  */
45075
45106
  time_zone?: string | undefined;
@@ -45594,6 +45625,9 @@ export type Routes = {
45594
45625
  /** Name of the device location.
45595
45626
  */
45596
45627
  location_name?: string | undefined;
45628
+ /** Name of the room within the device location, when the provider reports one.
45629
+ */
45630
+ room_name?: string | undefined;
45597
45631
  /** Time zone of the device location.
45598
45632
  */
45599
45633
  time_zone?: string | undefined;
@@ -54897,10 +54931,14 @@ export type Routes = {
54897
54931
  nest_metadata?: {
54898
54932
  /** Device ID for a Google Nest device. */
54899
54933
  nest_device_id?: (string | undefined) | undefined;
54934
+ /** ID of the Google Nest structure containing the device. */
54935
+ nest_structure_id?: (string | undefined) | undefined;
54900
54936
  /** Device name for a Google Nest device. Google sets this value. */
54901
54937
  device_name?: (string | undefined) | undefined;
54902
54938
  /** Custom device name for a Google Nest device. The device owner sets this value. */
54903
54939
  device_custom_name?: (string | undefined) | undefined;
54940
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
54941
+ structure_name?: (string | undefined) | undefined;
54904
54942
  /** Display name for a Google Nest device. */
54905
54943
  display_name?: (string | undefined) | undefined;
54906
54944
  } | undefined;
@@ -55537,6 +55575,9 @@ export type Routes = {
55537
55575
  /** Name of the device location.
55538
55576
  */
55539
55577
  location_name?: string | undefined;
55578
+ /** Name of the room within the device location, when the provider reports one.
55579
+ */
55580
+ room_name?: string | undefined;
55540
55581
  /** Time zone of the device location.
55541
55582
  */
55542
55583
  time_zone?: string | undefined;
@@ -56366,10 +56407,14 @@ export type Routes = {
56366
56407
  nest_metadata?: {
56367
56408
  /** Device ID for a Google Nest device. */
56368
56409
  nest_device_id?: (string | undefined) | undefined;
56410
+ /** ID of the Google Nest structure containing the device. */
56411
+ nest_structure_id?: (string | undefined) | undefined;
56369
56412
  /** Device name for a Google Nest device. Google sets this value. */
56370
56413
  device_name?: (string | undefined) | undefined;
56371
56414
  /** Custom device name for a Google Nest device. The device owner sets this value. */
56372
56415
  device_custom_name?: (string | undefined) | undefined;
56416
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
56417
+ structure_name?: (string | undefined) | undefined;
56373
56418
  /** Display name for a Google Nest device. */
56374
56419
  display_name?: (string | undefined) | undefined;
56375
56420
  } | undefined;
@@ -57006,6 +57051,9 @@ export type Routes = {
57006
57051
  /** Name of the device location.
57007
57052
  */
57008
57053
  location_name?: string | undefined;
57054
+ /** Name of the room within the device location, when the provider reports one.
57055
+ */
57056
+ room_name?: string | undefined;
57009
57057
  /** Time zone of the device location.
57010
57058
  */
57011
57059
  time_zone?: string | undefined;
@@ -57885,10 +57933,14 @@ export type Routes = {
57885
57933
  nest_metadata?: {
57886
57934
  /** Device ID for a Google Nest device. */
57887
57935
  nest_device_id?: (string | undefined) | undefined;
57936
+ /** ID of the Google Nest structure containing the device. */
57937
+ nest_structure_id?: (string | undefined) | undefined;
57888
57938
  /** Device name for a Google Nest device. Google sets this value. */
57889
57939
  device_name?: (string | undefined) | undefined;
57890
57940
  /** Custom device name for a Google Nest device. The device owner sets this value. */
57891
57941
  device_custom_name?: (string | undefined) | undefined;
57942
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
57943
+ structure_name?: (string | undefined) | undefined;
57892
57944
  /** Display name for a Google Nest device. */
57893
57945
  display_name?: (string | undefined) | undefined;
57894
57946
  } | undefined;
@@ -58525,6 +58577,9 @@ export type Routes = {
58525
58577
  /** Name of the device location.
58526
58578
  */
58527
58579
  location_name?: string | undefined;
58580
+ /** Name of the room within the device location, when the provider reports one.
58581
+ */
58582
+ room_name?: string | undefined;
58528
58583
  /** Time zone of the device location.
58529
58584
  */
58530
58585
  time_zone?: string | undefined;
@@ -59353,10 +59408,14 @@ export type Routes = {
59353
59408
  nest_metadata?: {
59354
59409
  /** Device ID for a Google Nest device. */
59355
59410
  nest_device_id?: (string | undefined) | undefined;
59411
+ /** ID of the Google Nest structure containing the device. */
59412
+ nest_structure_id?: (string | undefined) | undefined;
59356
59413
  /** Device name for a Google Nest device. Google sets this value. */
59357
59414
  device_name?: (string | undefined) | undefined;
59358
59415
  /** Custom device name for a Google Nest device. The device owner sets this value. */
59359
59416
  device_custom_name?: (string | undefined) | undefined;
59417
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
59418
+ structure_name?: (string | undefined) | undefined;
59360
59419
  /** Display name for a Google Nest device. */
59361
59420
  display_name?: (string | undefined) | undefined;
59362
59421
  } | undefined;
@@ -59993,6 +60052,9 @@ export type Routes = {
59993
60052
  /** Name of the device location.
59994
60053
  */
59995
60054
  location_name?: string | undefined;
60055
+ /** Name of the room within the device location, when the provider reports one.
60056
+ */
60057
+ room_name?: string | undefined;
59996
60058
  /** Time zone of the device location.
59997
60059
  */
59998
60060
  time_zone?: string | undefined;
@@ -67834,10 +67896,14 @@ export type Routes = {
67834
67896
  nest_metadata?: {
67835
67897
  /** Device ID for a Google Nest device. */
67836
67898
  nest_device_id?: (string | undefined) | undefined;
67899
+ /** ID of the Google Nest structure containing the device. */
67900
+ nest_structure_id?: (string | undefined) | undefined;
67837
67901
  /** Device name for a Google Nest device. Google sets this value. */
67838
67902
  device_name?: (string | undefined) | undefined;
67839
67903
  /** Custom device name for a Google Nest device. The device owner sets this value. */
67840
67904
  device_custom_name?: (string | undefined) | undefined;
67905
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
67906
+ structure_name?: (string | undefined) | undefined;
67841
67907
  /** Display name for a Google Nest device. */
67842
67908
  display_name?: (string | undefined) | undefined;
67843
67909
  } | undefined;
@@ -68474,6 +68540,9 @@ export type Routes = {
68474
68540
  /** Name of the device location.
68475
68541
  */
68476
68542
  location_name?: string | undefined;
68543
+ /** Name of the room within the device location, when the provider reports one.
68544
+ */
68545
+ room_name?: string | undefined;
68477
68546
  /** Time zone of the device location.
68478
68547
  */
68479
68548
  time_zone?: string | undefined;
@@ -69302,10 +69371,14 @@ export type Routes = {
69302
69371
  nest_metadata?: {
69303
69372
  /** Device ID for a Google Nest device. */
69304
69373
  nest_device_id?: (string | undefined) | undefined;
69374
+ /** ID of the Google Nest structure containing the device. */
69375
+ nest_structure_id?: (string | undefined) | undefined;
69305
69376
  /** Device name for a Google Nest device. Google sets this value. */
69306
69377
  device_name?: (string | undefined) | undefined;
69307
69378
  /** Custom device name for a Google Nest device. The device owner sets this value. */
69308
69379
  device_custom_name?: (string | undefined) | undefined;
69380
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
69381
+ structure_name?: (string | undefined) | undefined;
69309
69382
  /** Display name for a Google Nest device. */
69310
69383
  display_name?: (string | undefined) | undefined;
69311
69384
  } | undefined;
@@ -69942,6 +70015,9 @@ export type Routes = {
69942
70015
  /** Name of the device location.
69943
70016
  */
69944
70017
  location_name?: string | undefined;
70018
+ /** Name of the room within the device location, when the provider reports one.
70019
+ */
70020
+ room_name?: string | undefined;
69945
70021
  /** Time zone of the device location.
69946
70022
  */
69947
70023
  time_zone?: string | undefined;
@@ -77319,14 +77395,14 @@ export type Routes = {
77319
77395
  jsonBody: {};
77320
77396
  commonParams: {
77321
77397
  /** Name of the workspace feature flag to update. */
77322
- feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'AUTOMATION_IMMINENT_CHECK_IN_QUEUE';
77398
+ feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'AUTOMATION_IMMINENT_CHECK_IN_QUEUE' | 'ACCESS_METHOD_DEADLINE_ERRORS';
77323
77399
  /** Whether the feature flag should be enabled for the workspace. */
77324
77400
  enabled: boolean;
77325
77401
  };
77326
77402
  formData: {};
77327
77403
  jsonResponse: {
77328
77404
  feature_flag: {
77329
- feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'AUTOMATION_IMMINENT_CHECK_IN_QUEUE';
77405
+ feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'AUTOMATION_IMMINENT_CHECK_IN_QUEUE' | 'ACCESS_METHOD_DEADLINE_ERRORS';
77330
77406
  enabled: boolean;
77331
77407
  };
77332
77408
  };
@@ -86022,10 +86098,14 @@ export type Routes = {
86022
86098
  nest_metadata?: {
86023
86099
  /** Device ID for a Google Nest device. */
86024
86100
  nest_device_id?: (string | undefined) | undefined;
86101
+ /** ID of the Google Nest structure containing the device. */
86102
+ nest_structure_id?: (string | undefined) | undefined;
86025
86103
  /** Device name for a Google Nest device. Google sets this value. */
86026
86104
  device_name?: (string | undefined) | undefined;
86027
86105
  /** Custom device name for a Google Nest device. The device owner sets this value. */
86028
86106
  device_custom_name?: (string | undefined) | undefined;
86107
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
86108
+ structure_name?: (string | undefined) | undefined;
86029
86109
  /** Display name for a Google Nest device. */
86030
86110
  display_name?: (string | undefined) | undefined;
86031
86111
  } | undefined;
@@ -86662,6 +86742,9 @@ export type Routes = {
86662
86742
  /** Name of the device location.
86663
86743
  */
86664
86744
  location_name?: string | undefined;
86745
+ /** Name of the room within the device location, when the provider reports one.
86746
+ */
86747
+ room_name?: string | undefined;
86665
86748
  /** Time zone of the device location.
86666
86749
  */
86667
86750
  time_zone?: string | undefined;
@@ -93716,10 +93799,14 @@ export type Routes = {
93716
93799
  nest_metadata?: {
93717
93800
  /** Device ID for a Google Nest device. */
93718
93801
  nest_device_id?: (string | undefined) | undefined;
93802
+ /** ID of the Google Nest structure containing the device. */
93803
+ nest_structure_id?: (string | undefined) | undefined;
93719
93804
  /** Device name for a Google Nest device. Google sets this value. */
93720
93805
  device_name?: (string | undefined) | undefined;
93721
93806
  /** Custom device name for a Google Nest device. The device owner sets this value. */
93722
93807
  device_custom_name?: (string | undefined) | undefined;
93808
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
93809
+ structure_name?: (string | undefined) | undefined;
93723
93810
  /** Display name for a Google Nest device. */
93724
93811
  display_name?: (string | undefined) | undefined;
93725
93812
  } | undefined;
@@ -94356,6 +94443,9 @@ export type Routes = {
94356
94443
  /** Name of the device location.
94357
94444
  */
94358
94445
  location_name?: string | undefined;
94446
+ /** Name of the room within the device location, when the provider reports one.
94447
+ */
94448
+ room_name?: string | undefined;
94359
94449
  /** Time zone of the device location.
94360
94450
  */
94361
94451
  time_zone?: string | undefined;
@@ -98729,10 +98819,14 @@ export type Routes = {
98729
98819
  nest_metadata?: {
98730
98820
  /** Device ID for a Google Nest device. */
98731
98821
  nest_device_id?: (string | undefined) | undefined;
98822
+ /** ID of the Google Nest structure containing the device. */
98823
+ nest_structure_id?: (string | undefined) | undefined;
98732
98824
  /** Device name for a Google Nest device. Google sets this value. */
98733
98825
  device_name?: (string | undefined) | undefined;
98734
98826
  /** Custom device name for a Google Nest device. The device owner sets this value. */
98735
98827
  device_custom_name?: (string | undefined) | undefined;
98828
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
98829
+ structure_name?: (string | undefined) | undefined;
98736
98830
  /** Display name for a Google Nest device. */
98737
98831
  display_name?: (string | undefined) | undefined;
98738
98832
  } | undefined;
@@ -99369,6 +99463,9 @@ export type Routes = {
99369
99463
  /** Name of the device location.
99370
99464
  */
99371
99465
  location_name?: string | undefined;
99466
+ /** Name of the room within the device location, when the provider reports one.
99467
+ */
99468
+ room_name?: string | undefined;
99372
99469
  /** Time zone of the device location.
99373
99470
  */
99374
99471
  time_zone?: string | undefined;
@@ -100197,10 +100294,14 @@ export type Routes = {
100197
100294
  nest_metadata?: {
100198
100295
  /** Device ID for a Google Nest device. */
100199
100296
  nest_device_id?: (string | undefined) | undefined;
100297
+ /** ID of the Google Nest structure containing the device. */
100298
+ nest_structure_id?: (string | undefined) | undefined;
100200
100299
  /** Device name for a Google Nest device. Google sets this value. */
100201
100300
  device_name?: (string | undefined) | undefined;
100202
100301
  /** Custom device name for a Google Nest device. The device owner sets this value. */
100203
100302
  device_custom_name?: (string | undefined) | undefined;
100303
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
100304
+ structure_name?: (string | undefined) | undefined;
100204
100305
  /** Display name for a Google Nest device. */
100205
100306
  display_name?: (string | undefined) | undefined;
100206
100307
  } | undefined;
@@ -100837,6 +100938,9 @@ export type Routes = {
100837
100938
  /** Name of the device location.
100838
100939
  */
100839
100940
  location_name?: string | undefined;
100941
+ /** Name of the room within the device location, when the provider reports one.
100942
+ */
100943
+ room_name?: string | undefined;
100840
100944
  /** Time zone of the device location.
100841
100945
  */
100842
100946
  time_zone?: string | undefined;
@@ -109623,10 +109727,14 @@ export type Routes = {
109623
109727
  nest_metadata?: {
109624
109728
  /** Device ID for a Google Nest device. */
109625
109729
  nest_device_id?: (string | undefined) | undefined;
109730
+ /** ID of the Google Nest structure containing the device. */
109731
+ nest_structure_id?: (string | undefined) | undefined;
109626
109732
  /** Device name for a Google Nest device. Google sets this value. */
109627
109733
  device_name?: (string | undefined) | undefined;
109628
109734
  /** Custom device name for a Google Nest device. The device owner sets this value. */
109629
109735
  device_custom_name?: (string | undefined) | undefined;
109736
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
109737
+ structure_name?: (string | undefined) | undefined;
109630
109738
  /** Display name for a Google Nest device. */
109631
109739
  display_name?: (string | undefined) | undefined;
109632
109740
  } | undefined;
@@ -110263,6 +110371,9 @@ export type Routes = {
110263
110371
  /** Name of the device location.
110264
110372
  */
110265
110373
  location_name?: string | undefined;
110374
+ /** Name of the room within the device location, when the provider reports one.
110375
+ */
110376
+ room_name?: string | undefined;
110266
110377
  /** Time zone of the device location.
110267
110378
  */
110268
110379
  time_zone?: string | undefined;
@@ -111093,10 +111204,14 @@ export type Routes = {
111093
111204
  nest_metadata?: {
111094
111205
  /** Device ID for a Google Nest device. */
111095
111206
  nest_device_id?: (string | undefined) | undefined;
111207
+ /** ID of the Google Nest structure containing the device. */
111208
+ nest_structure_id?: (string | undefined) | undefined;
111096
111209
  /** Device name for a Google Nest device. Google sets this value. */
111097
111210
  device_name?: (string | undefined) | undefined;
111098
111211
  /** Custom device name for a Google Nest device. The device owner sets this value. */
111099
111212
  device_custom_name?: (string | undefined) | undefined;
111213
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
111214
+ structure_name?: (string | undefined) | undefined;
111100
111215
  /** Display name for a Google Nest device. */
111101
111216
  display_name?: (string | undefined) | undefined;
111102
111217
  } | undefined;
@@ -111733,6 +111848,9 @@ export type Routes = {
111733
111848
  /** Name of the device location.
111734
111849
  */
111735
111850
  location_name?: string | undefined;
111851
+ /** Name of the room within the device location, when the provider reports one.
111852
+ */
111853
+ room_name?: string | undefined;
111736
111854
  /** Time zone of the device location.
111737
111855
  */
111738
111856
  time_zone?: string | undefined;
@@ -113854,10 +113972,14 @@ export type Routes = {
113854
113972
  nest_metadata?: {
113855
113973
  /** Device ID for a Google Nest device. */
113856
113974
  nest_device_id?: (string | undefined) | undefined;
113975
+ /** ID of the Google Nest structure containing the device. */
113976
+ nest_structure_id?: (string | undefined) | undefined;
113857
113977
  /** Device name for a Google Nest device. Google sets this value. */
113858
113978
  device_name?: (string | undefined) | undefined;
113859
113979
  /** Custom device name for a Google Nest device. The device owner sets this value. */
113860
113980
  device_custom_name?: (string | undefined) | undefined;
113981
+ /** Name of the Google Nest structure containing the device. The device owner sets this value. */
113982
+ structure_name?: (string | undefined) | undefined;
113861
113983
  /** Display name for a Google Nest device. */
113862
113984
  display_name?: (string | undefined) | undefined;
113863
113985
  } | undefined;
@@ -114494,6 +114616,9 @@ export type Routes = {
114494
114616
  /** Name of the device location.
114495
114617
  */
114496
114618
  location_name?: string | undefined;
114619
+ /** Name of the room within the device location, when the provider reports one.
114620
+ */
114621
+ room_name?: string | undefined;
114497
114622
  /** Time zone of the device location.
114498
114623
  */
114499
114624
  time_zone?: string | undefined;
@@ -117887,6 +118012,9 @@ export type Routes = {
117887
118012
  /** Name of the device location.
117888
118013
  */
117889
118014
  location_name?: string | undefined;
118015
+ /** Name of the room within the device location, when the provider reports one.
118016
+ */
118017
+ room_name?: string | undefined;
117890
118018
  /** Time zone of the device location.
117891
118019
  */
117892
118020
  time_zone?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.986.0",
3
+ "version": "1.988.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -678,6 +678,10 @@ export const device_metadata = z
678
678
  .string()
679
679
  .optional()
680
680
  .describe(`Device ID for a Google Nest device.`),
681
+ nest_structure_id: z
682
+ .string()
683
+ .optional()
684
+ .describe(`ID of the Google Nest structure containing the device.`),
681
685
  device_name: z
682
686
  .string()
683
687
  .optional()
@@ -690,6 +694,12 @@ export const device_metadata = z
690
694
  .describe(
691
695
  `Custom device name for a Google Nest device. The device owner sets this value.`,
692
696
  ), // set by device owner
697
+ structure_name: z
698
+ .string()
699
+ .optional()
700
+ .describe(
701
+ `Name of the Google Nest structure containing the device. The device owner sets this value.`,
702
+ ), // set by device owner
693
703
  display_name: z
694
704
  .string()
695
705
  .optional()
@@ -1043,6 +1043,9 @@ export const device = z
1043
1043
  location_name: z.string().optional()
1044
1044
  .describe(`Name of the device location.
1045
1045
  `),
1046
+ room_name: z.string().optional()
1047
+ .describe(`Name of the room within the device location, when the provider reports one.
1048
+ `),
1046
1049
  time_zone: z.string().optional()
1047
1050
  .describe(`Time zone of the device location.
1048
1051
  `),
@@ -13709,6 +13709,11 @@ const openapi: OpenAPISpec = {
13709
13709
  description: 'Name of the device location.\n ',
13710
13710
  type: 'string',
13711
13711
  },
13712
+ room_name: {
13713
+ description:
13714
+ 'Name of the room within the device location, when the provider reports one.\n ',
13715
+ type: 'string',
13716
+ },
13712
13717
  time_zone: {
13713
13718
  description: 'Time zone of the device location.\n ',
13714
13719
  type: 'string',
@@ -14777,6 +14782,16 @@ const openapi: OpenAPISpec = {
14777
14782
  description: 'Device ID for a Google Nest device.',
14778
14783
  type: 'string',
14779
14784
  },
14785
+ nest_structure_id: {
14786
+ description:
14787
+ 'ID of the Google Nest structure containing the device.',
14788
+ type: 'string',
14789
+ },
14790
+ structure_name: {
14791
+ description:
14792
+ 'Name of the Google Nest structure containing the device. The device owner sets this value.',
14793
+ type: 'string',
14794
+ },
14780
14795
  },
14781
14796
  type: 'object',
14782
14797
  },
@@ -34664,6 +34679,11 @@ const openapi: OpenAPISpec = {
34664
34679
  description: 'Name of the device location.\n ',
34665
34680
  type: 'string',
34666
34681
  },
34682
+ room_name: {
34683
+ description:
34684
+ 'Name of the room within the device location, when the provider reports one.\n ',
34685
+ type: 'string',
34686
+ },
34667
34687
  time_zone: {
34668
34688
  description: 'Time zone of the device location.\n ',
34669
34689
  type: 'string',
@@ -67416,6 +67436,7 @@ const openapi: OpenAPISpec = {
67416
67436
  'LYNX_MIGRATION_ENABLED',
67417
67437
  'AURORA_CUSTOMER_FILTER_ENABLED',
67418
67438
  'AUTOMATION_IMMINENT_CHECK_IN_QUEUE',
67439
+ 'ACCESS_METHOD_DEADLINE_ERRORS',
67419
67440
  ],
67420
67441
  type: 'string',
67421
67442
  },
@@ -67448,6 +67469,7 @@ const openapi: OpenAPISpec = {
67448
67469
  'LYNX_MIGRATION_ENABLED',
67449
67470
  'AURORA_CUSTOMER_FILTER_ENABLED',
67450
67471
  'AUTOMATION_IMMINENT_CHECK_IN_QUEUE',
67472
+ 'ACCESS_METHOD_DEADLINE_ERRORS',
67451
67473
  ],
67452
67474
  type: 'string',
67453
67475
  },