@seamapi/types 1.395.3 → 1.396.1

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.
@@ -4908,6 +4908,7 @@ declare const _default: {
4908
4908
  };
4909
4909
  thermostat_daily_programs: {
4910
4910
  items: {
4911
+ description: string;
4911
4912
  properties: {
4912
4913
  created_at: {
4913
4914
  description: string;
@@ -4927,6 +4928,7 @@ declare const _default: {
4927
4928
  periods: {
4928
4929
  description: string;
4929
4930
  items: {
4931
+ description: string;
4930
4932
  properties: {
4931
4933
  climate_preset_key: {
4932
4934
  description: string;
@@ -4956,6 +4958,7 @@ declare const _default: {
4956
4958
  };
4957
4959
  required: string[];
4958
4960
  type: string;
4961
+ 'x-route-path': string;
4959
4962
  };
4960
4963
  type: string;
4961
4964
  };
@@ -12599,6 +12602,11 @@ declare const _default: {
12599
12602
  format: string;
12600
12603
  type: string;
12601
12604
  };
12605
+ user_identity_id: {
12606
+ description: string;
12607
+ format: string;
12608
+ type: string;
12609
+ };
12602
12610
  };
12603
12611
  type: string;
12604
12612
  };
@@ -18559,6 +18567,13 @@ declare const _default: {
18559
18567
  description: string;
18560
18568
  type: string;
18561
18569
  };
18570
+ customer_ids: {
18571
+ items: {
18572
+ format: string;
18573
+ type: string;
18574
+ };
18575
+ type: string;
18576
+ };
18562
18577
  limit: {
18563
18578
  default: number;
18564
18579
  description: string;
@@ -18902,6 +18917,13 @@ declare const _default: {
18902
18917
  description: string;
18903
18918
  type: string;
18904
18919
  };
18920
+ customer_ids: {
18921
+ items: {
18922
+ format: string;
18923
+ type: string;
18924
+ };
18925
+ type: string;
18926
+ };
18905
18927
  device_ids: {
18906
18928
  description: string;
18907
18929
  items: {
@@ -19431,6 +19453,13 @@ declare const _default: {
19431
19453
  description: string;
19432
19454
  type: string;
19433
19455
  };
19456
+ customer_ids: {
19457
+ items: {
19458
+ format: string;
19459
+ type: string;
19460
+ };
19461
+ type: string;
19462
+ };
19434
19463
  device_ids: {
19435
19464
  description: string;
19436
19465
  items: {
@@ -20031,6 +20060,13 @@ declare const _default: {
20031
20060
  format: string;
20032
20061
  type: string;
20033
20062
  };
20063
+ customer_ids: {
20064
+ items: {
20065
+ format: string;
20066
+ type: string;
20067
+ };
20068
+ type: string;
20069
+ };
20034
20070
  device_id: {
20035
20071
  format: string;
20036
20072
  type: string;
@@ -20258,6 +20294,13 @@ declare const _default: {
20258
20294
  description: string;
20259
20295
  type: string;
20260
20296
  };
20297
+ customer_ids: {
20298
+ items: {
20299
+ format: string;
20300
+ type: string;
20301
+ };
20302
+ type: string;
20303
+ };
20261
20304
  device_ids: {
20262
20305
  description: string;
20263
20306
  items: {
@@ -20864,6 +20907,13 @@ declare const _default: {
20864
20907
  description: string;
20865
20908
  type: string;
20866
20909
  };
20910
+ customer_ids: {
20911
+ items: {
20912
+ format: string;
20913
+ type: string;
20914
+ };
20915
+ type: string;
20916
+ };
20867
20917
  device_ids: {
20868
20918
  description: string;
20869
20919
  items: {
@@ -23305,208 +23355,6 @@ declare const _default: {
23305
23355
  'x-title': string;
23306
23356
  };
23307
23357
  };
23308
- '/thermostats/activate_weekly_program': {
23309
- post: {
23310
- description: string;
23311
- operationId: string;
23312
- requestBody: {
23313
- content: {
23314
- 'application/json': {
23315
- schema: {
23316
- properties: {
23317
- device_id: {
23318
- description: string;
23319
- format: string;
23320
- type: string;
23321
- };
23322
- friday_program_id: {
23323
- description: string;
23324
- format: string;
23325
- nullable: boolean;
23326
- type: string;
23327
- };
23328
- monday_program_id: {
23329
- description: string;
23330
- format: string;
23331
- nullable: boolean;
23332
- type: string;
23333
- };
23334
- saturday_program_id: {
23335
- description: string;
23336
- format: string;
23337
- nullable: boolean;
23338
- type: string;
23339
- };
23340
- sunday_program_id: {
23341
- description: string;
23342
- format: string;
23343
- nullable: boolean;
23344
- type: string;
23345
- };
23346
- thursday_program_id: {
23347
- description: string;
23348
- format: string;
23349
- nullable: boolean;
23350
- type: string;
23351
- };
23352
- tuesday_program_id: {
23353
- description: string;
23354
- format: string;
23355
- nullable: boolean;
23356
- type: string;
23357
- };
23358
- wednesday_program_id: {
23359
- description: string;
23360
- format: string;
23361
- nullable: boolean;
23362
- type: string;
23363
- };
23364
- };
23365
- required: string[];
23366
- type: string;
23367
- };
23368
- };
23369
- };
23370
- };
23371
- responses: {
23372
- 200: {
23373
- content: {
23374
- 'application/json': {
23375
- schema: {
23376
- properties: {
23377
- action_attempt: {
23378
- $ref: string;
23379
- };
23380
- ok: {
23381
- type: string;
23382
- };
23383
- };
23384
- required: string[];
23385
- type: string;
23386
- };
23387
- };
23388
- };
23389
- description: string;
23390
- };
23391
- 400: {
23392
- description: string;
23393
- };
23394
- 401: {
23395
- description: string;
23396
- };
23397
- };
23398
- security: ({
23399
- client_session: never[];
23400
- pat_with_workspace?: never;
23401
- console_session_with_workspace?: never;
23402
- api_key?: never;
23403
- } | {
23404
- pat_with_workspace: never[];
23405
- client_session?: never;
23406
- console_session_with_workspace?: never;
23407
- api_key?: never;
23408
- } | {
23409
- console_session_with_workspace: never[];
23410
- client_session?: never;
23411
- pat_with_workspace?: never;
23412
- api_key?: never;
23413
- } | {
23414
- api_key: never[];
23415
- client_session?: never;
23416
- pat_with_workspace?: never;
23417
- console_session_with_workspace?: never;
23418
- })[];
23419
- summary: string;
23420
- tags: string[];
23421
- 'x-action-attempt-type': string;
23422
- 'x-fern-sdk-group-name': string[];
23423
- 'x-fern-sdk-method-name': string;
23424
- 'x-fern-sdk-return-value': string;
23425
- 'x-response-key': string;
23426
- 'x-title': string;
23427
- 'x-undocumented': string;
23428
- };
23429
- };
23430
- '/thermostats/clear_weekly_program': {
23431
- post: {
23432
- description: string;
23433
- operationId: string;
23434
- requestBody: {
23435
- content: {
23436
- 'application/json': {
23437
- schema: {
23438
- properties: {
23439
- device_id: {
23440
- description: string;
23441
- format: string;
23442
- type: string;
23443
- };
23444
- };
23445
- required: string[];
23446
- type: string;
23447
- };
23448
- };
23449
- };
23450
- };
23451
- responses: {
23452
- 200: {
23453
- content: {
23454
- 'application/json': {
23455
- schema: {
23456
- properties: {
23457
- action_attempt: {
23458
- $ref: string;
23459
- };
23460
- ok: {
23461
- type: string;
23462
- };
23463
- };
23464
- required: string[];
23465
- type: string;
23466
- };
23467
- };
23468
- };
23469
- description: string;
23470
- };
23471
- 400: {
23472
- description: string;
23473
- };
23474
- 401: {
23475
- description: string;
23476
- };
23477
- };
23478
- security: ({
23479
- client_session: never[];
23480
- pat_with_workspace?: never;
23481
- console_session_with_workspace?: never;
23482
- api_key?: never;
23483
- } | {
23484
- pat_with_workspace: never[];
23485
- client_session?: never;
23486
- console_session_with_workspace?: never;
23487
- api_key?: never;
23488
- } | {
23489
- console_session_with_workspace: never[];
23490
- client_session?: never;
23491
- pat_with_workspace?: never;
23492
- api_key?: never;
23493
- } | {
23494
- api_key: never[];
23495
- client_session?: never;
23496
- pat_with_workspace?: never;
23497
- console_session_with_workspace?: never;
23498
- })[];
23499
- summary: string;
23500
- tags: string[];
23501
- 'x-action-attempt-type': string;
23502
- 'x-fern-sdk-group-name': string[];
23503
- 'x-fern-sdk-method-name': string;
23504
- 'x-fern-sdk-return-value': string;
23505
- 'x-response-key': string;
23506
- 'x-title': string;
23507
- 'x-undocumented': string;
23508
- };
23509
- };
23510
23358
  '/thermostats/cool': {
23511
23359
  post: {
23512
23360
  description: string;
@@ -23743,6 +23591,7 @@ declare const _default: {
23743
23591
  periods: {
23744
23592
  description: string;
23745
23593
  items: {
23594
+ description: string;
23746
23595
  properties: {
23747
23596
  climate_preset_key: {
23748
23597
  description: string;
@@ -23776,6 +23625,7 @@ declare const _default: {
23776
23625
  type: string;
23777
23626
  };
23778
23627
  thermostat_daily_program: {
23628
+ description: string;
23779
23629
  properties: {
23780
23630
  created_at: {
23781
23631
  description: string;
@@ -23795,6 +23645,7 @@ declare const _default: {
23795
23645
  periods: {
23796
23646
  description: string;
23797
23647
  items: {
23648
+ description: string;
23798
23649
  properties: {
23799
23650
  climate_preset_key: {
23800
23651
  description: string;
@@ -23824,6 +23675,7 @@ declare const _default: {
23824
23675
  };
23825
23676
  required: string[];
23826
23677
  type: string;
23678
+ 'x-route-path': string;
23827
23679
  };
23828
23680
  };
23829
23681
  required: string[];
@@ -23868,7 +23720,6 @@ declare const _default: {
23868
23720
  'x-fern-sdk-return-value': string;
23869
23721
  'x-response-key': string;
23870
23722
  'x-title': string;
23871
- 'x-undocumented': string;
23872
23723
  };
23873
23724
  };
23874
23725
  '/thermostats/daily_programs/delete': {
@@ -23943,7 +23794,6 @@ declare const _default: {
23943
23794
  'x-fern-sdk-method-name': string;
23944
23795
  'x-response-key': null;
23945
23796
  'x-title': string;
23946
- 'x-undocumented': string;
23947
23797
  };
23948
23798
  };
23949
23799
  '/thermostats/daily_programs/update': {
@@ -23962,6 +23812,7 @@ declare const _default: {
23962
23812
  periods: {
23963
23813
  description: string;
23964
23814
  items: {
23815
+ description: string;
23965
23816
  properties: {
23966
23817
  climate_preset_key: {
23967
23818
  description: string;
@@ -24044,7 +23895,6 @@ declare const _default: {
24044
23895
  'x-fern-ignore': boolean;
24045
23896
  'x-response-key': string;
24046
23897
  'x-title': string;
24047
- 'x-undocumented': string;
24048
23898
  };
24049
23899
  post: {
24050
23900
  description: string;
@@ -24061,6 +23911,7 @@ declare const _default: {
24061
23911
  periods: {
24062
23912
  description: string;
24063
23913
  items: {
23914
+ description: string;
24064
23915
  properties: {
24065
23916
  climate_preset_key: {
24066
23917
  description: string;
@@ -24145,7 +23996,6 @@ declare const _default: {
24145
23996
  'x-fern-sdk-return-value': string;
24146
23997
  'x-response-key': string;
24147
23998
  'x-title': string;
24148
- 'x-undocumented': string;
24149
23999
  };
24150
24000
  };
24151
24001
  '/thermostats/delete_climate_preset': {
@@ -24548,6 +24398,13 @@ declare const _default: {
24548
24398
  description: string;
24549
24399
  type: string;
24550
24400
  };
24401
+ customer_ids: {
24402
+ items: {
24403
+ format: string;
24404
+ type: string;
24405
+ };
24406
+ type: string;
24407
+ };
24551
24408
  device_ids: {
24552
24409
  description: string;
24553
24410
  items: {
@@ -25387,6 +25244,7 @@ declare const _default: {
25387
25244
  schema: {
25388
25245
  properties: {
25389
25246
  device_id: {
25247
+ description: string;
25390
25248
  format: string;
25391
25249
  type: string;
25392
25250
  };
@@ -26316,6 +26174,127 @@ declare const _default: {
26316
26174
  'x-title': string;
26317
26175
  };
26318
26176
  };
26177
+ '/thermostats/update_weekly_program': {
26178
+ post: {
26179
+ description: string;
26180
+ operationId: string;
26181
+ requestBody: {
26182
+ content: {
26183
+ 'application/json': {
26184
+ schema: {
26185
+ properties: {
26186
+ device_id: {
26187
+ description: string;
26188
+ format: string;
26189
+ type: string;
26190
+ };
26191
+ friday_program_id: {
26192
+ description: string;
26193
+ format: string;
26194
+ nullable: boolean;
26195
+ type: string;
26196
+ };
26197
+ monday_program_id: {
26198
+ description: string;
26199
+ format: string;
26200
+ nullable: boolean;
26201
+ type: string;
26202
+ };
26203
+ saturday_program_id: {
26204
+ description: string;
26205
+ format: string;
26206
+ nullable: boolean;
26207
+ type: string;
26208
+ };
26209
+ sunday_program_id: {
26210
+ description: string;
26211
+ format: string;
26212
+ nullable: boolean;
26213
+ type: string;
26214
+ };
26215
+ thursday_program_id: {
26216
+ description: string;
26217
+ format: string;
26218
+ nullable: boolean;
26219
+ type: string;
26220
+ };
26221
+ tuesday_program_id: {
26222
+ description: string;
26223
+ format: string;
26224
+ nullable: boolean;
26225
+ type: string;
26226
+ };
26227
+ wednesday_program_id: {
26228
+ description: string;
26229
+ format: string;
26230
+ nullable: boolean;
26231
+ type: string;
26232
+ };
26233
+ };
26234
+ required: string[];
26235
+ type: string;
26236
+ };
26237
+ };
26238
+ };
26239
+ };
26240
+ responses: {
26241
+ 200: {
26242
+ content: {
26243
+ 'application/json': {
26244
+ schema: {
26245
+ properties: {
26246
+ action_attempt: {
26247
+ $ref: string;
26248
+ };
26249
+ ok: {
26250
+ type: string;
26251
+ };
26252
+ };
26253
+ required: string[];
26254
+ type: string;
26255
+ };
26256
+ };
26257
+ };
26258
+ description: string;
26259
+ };
26260
+ 400: {
26261
+ description: string;
26262
+ };
26263
+ 401: {
26264
+ description: string;
26265
+ };
26266
+ };
26267
+ security: ({
26268
+ client_session: never[];
26269
+ pat_with_workspace?: never;
26270
+ console_session_with_workspace?: never;
26271
+ api_key?: never;
26272
+ } | {
26273
+ pat_with_workspace: never[];
26274
+ client_session?: never;
26275
+ console_session_with_workspace?: never;
26276
+ api_key?: never;
26277
+ } | {
26278
+ console_session_with_workspace: never[];
26279
+ client_session?: never;
26280
+ pat_with_workspace?: never;
26281
+ api_key?: never;
26282
+ } | {
26283
+ api_key: never[];
26284
+ client_session?: never;
26285
+ pat_with_workspace?: never;
26286
+ console_session_with_workspace?: never;
26287
+ })[];
26288
+ summary: string;
26289
+ tags: string[];
26290
+ 'x-action-attempt-type': string;
26291
+ 'x-fern-sdk-group-name': string[];
26292
+ 'x-fern-sdk-method-name': string;
26293
+ 'x-fern-sdk-return-value': string;
26294
+ 'x-response-key': string;
26295
+ 'x-title': string;
26296
+ };
26297
+ };
26319
26298
  '/unstable_access_grants/create': {
26320
26299
  post: {
26321
26300
  description: string;
@@ -28482,6 +28461,14 @@ declare const _default: {
28482
28461
  'application/json': {
28483
28462
  schema: {
28484
28463
  properties: {
28464
+ acs_system_ids: {
28465
+ description: string;
28466
+ items: {
28467
+ format: string;
28468
+ type: string;
28469
+ };
28470
+ type: string;
28471
+ };
28485
28472
  email_address: {
28486
28473
  description: string;
28487
28474
  format: string;