@seamapi/types 1.322.0 → 1.322.2
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.
- package/dist/connect.cjs +30 -22
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +184 -105
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +26 -5
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +26 -5
- package/lib/seam/connect/models/devices/device.d.ts +34 -7
- package/lib/seam/connect/models/devices/phone.d.ts +26 -5
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +26 -5
- package/lib/seam/connect/models/events/acs/common.js +0 -1
- package/lib/seam/connect/models/events/acs/common.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +18 -3
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +4 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +26 -42
- package/lib/seam/connect/openapi.js +20 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +80 -48
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/acs/common.ts +0 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +6 -1
- package/src/lib/seam/connect/openapi.ts +20 -16
- package/src/lib/seam/connect/route-types.ts +80 -48
|
@@ -3484,6 +3484,19 @@ declare const _default: {
|
|
|
3484
3484
|
};
|
|
3485
3485
|
errors: {
|
|
3486
3486
|
description: string;
|
|
3487
|
+
items: {
|
|
3488
|
+
properties: {
|
|
3489
|
+
error_code: {
|
|
3490
|
+
type: string;
|
|
3491
|
+
};
|
|
3492
|
+
message: {
|
|
3493
|
+
type: string;
|
|
3494
|
+
};
|
|
3495
|
+
};
|
|
3496
|
+
required: string[];
|
|
3497
|
+
type: string;
|
|
3498
|
+
};
|
|
3499
|
+
type: string;
|
|
3487
3500
|
};
|
|
3488
3501
|
max_override_period_minutes: {
|
|
3489
3502
|
description: string;
|
|
@@ -3972,8 +3985,6 @@ declare const _default: {
|
|
|
3972
3985
|
format: string;
|
|
3973
3986
|
type: string;
|
|
3974
3987
|
'x-title': string;
|
|
3975
|
-
deprecated?: never;
|
|
3976
|
-
'x-deprecated'?: never;
|
|
3977
3988
|
};
|
|
3978
3989
|
created_at: {
|
|
3979
3990
|
description: string;
|
|
@@ -4067,8 +4078,6 @@ declare const _default: {
|
|
|
4067
4078
|
format: string;
|
|
4068
4079
|
type: string;
|
|
4069
4080
|
'x-title': string;
|
|
4070
|
-
deprecated?: never;
|
|
4071
|
-
'x-deprecated'?: never;
|
|
4072
4081
|
};
|
|
4073
4082
|
created_at: {
|
|
4074
4083
|
description: string;
|
|
@@ -4161,8 +4170,6 @@ declare const _default: {
|
|
|
4161
4170
|
format: string;
|
|
4162
4171
|
type: string;
|
|
4163
4172
|
'x-title': string;
|
|
4164
|
-
deprecated?: never;
|
|
4165
|
-
'x-deprecated'?: never;
|
|
4166
4173
|
};
|
|
4167
4174
|
created_at: {
|
|
4168
4175
|
description: string;
|
|
@@ -4252,8 +4259,6 @@ declare const _default: {
|
|
|
4252
4259
|
format: string;
|
|
4253
4260
|
type: string;
|
|
4254
4261
|
'x-title': string;
|
|
4255
|
-
deprecated?: never;
|
|
4256
|
-
'x-deprecated'?: never;
|
|
4257
4262
|
};
|
|
4258
4263
|
created_at: {
|
|
4259
4264
|
description: string;
|
|
@@ -4336,11 +4341,9 @@ declare const _default: {
|
|
|
4336
4341
|
'x-title': string;
|
|
4337
4342
|
};
|
|
4338
4343
|
connected_account_id: {
|
|
4339
|
-
deprecated: boolean;
|
|
4340
4344
|
description: string;
|
|
4341
4345
|
format: string;
|
|
4342
4346
|
type: string;
|
|
4343
|
-
'x-deprecated': string;
|
|
4344
4347
|
'x-title': string;
|
|
4345
4348
|
};
|
|
4346
4349
|
created_at: {
|
|
@@ -4424,11 +4427,9 @@ declare const _default: {
|
|
|
4424
4427
|
'x-title': string;
|
|
4425
4428
|
};
|
|
4426
4429
|
connected_account_id: {
|
|
4427
|
-
deprecated: boolean;
|
|
4428
4430
|
description: string;
|
|
4429
4431
|
format: string;
|
|
4430
4432
|
type: string;
|
|
4431
|
-
'x-deprecated': string;
|
|
4432
4433
|
'x-title': string;
|
|
4433
4434
|
};
|
|
4434
4435
|
created_at: {
|
|
@@ -4511,11 +4512,9 @@ declare const _default: {
|
|
|
4511
4512
|
type: string;
|
|
4512
4513
|
};
|
|
4513
4514
|
connected_account_id: {
|
|
4514
|
-
deprecated: boolean;
|
|
4515
4515
|
description: string;
|
|
4516
4516
|
format: string;
|
|
4517
4517
|
type: string;
|
|
4518
|
-
'x-deprecated': string;
|
|
4519
4518
|
'x-title': string;
|
|
4520
4519
|
};
|
|
4521
4520
|
created_at: {
|
|
@@ -4599,11 +4598,9 @@ declare const _default: {
|
|
|
4599
4598
|
'x-title': string;
|
|
4600
4599
|
};
|
|
4601
4600
|
connected_account_id: {
|
|
4602
|
-
deprecated: boolean;
|
|
4603
4601
|
description: string;
|
|
4604
4602
|
format: string;
|
|
4605
4603
|
type: string;
|
|
4606
|
-
'x-deprecated': string;
|
|
4607
4604
|
'x-title': string;
|
|
4608
4605
|
};
|
|
4609
4606
|
created_at: {
|
|
@@ -4763,8 +4760,6 @@ declare const _default: {
|
|
|
4763
4760
|
format: string;
|
|
4764
4761
|
type: string;
|
|
4765
4762
|
'x-title': string;
|
|
4766
|
-
deprecated?: never;
|
|
4767
|
-
'x-deprecated'?: never;
|
|
4768
4763
|
};
|
|
4769
4764
|
created_at: {
|
|
4770
4765
|
description: string;
|
|
@@ -4848,8 +4843,6 @@ declare const _default: {
|
|
|
4848
4843
|
format: string;
|
|
4849
4844
|
type: string;
|
|
4850
4845
|
'x-title': string;
|
|
4851
|
-
deprecated?: never;
|
|
4852
|
-
'x-deprecated'?: never;
|
|
4853
4846
|
};
|
|
4854
4847
|
created_at: {
|
|
4855
4848
|
description: string;
|
|
@@ -4925,8 +4918,6 @@ declare const _default: {
|
|
|
4925
4918
|
format: string;
|
|
4926
4919
|
type: string;
|
|
4927
4920
|
'x-title': string;
|
|
4928
|
-
deprecated?: never;
|
|
4929
|
-
'x-deprecated'?: never;
|
|
4930
4921
|
};
|
|
4931
4922
|
created_at: {
|
|
4932
4923
|
description: string;
|
|
@@ -5166,8 +5157,6 @@ declare const _default: {
|
|
|
5166
5157
|
format: string;
|
|
5167
5158
|
type: string;
|
|
5168
5159
|
'x-title'?: never;
|
|
5169
|
-
deprecated?: never;
|
|
5170
|
-
'x-deprecated'?: never;
|
|
5171
5160
|
};
|
|
5172
5161
|
created_at: {
|
|
5173
5162
|
description: string;
|
|
@@ -5250,8 +5239,6 @@ declare const _default: {
|
|
|
5250
5239
|
format: string;
|
|
5251
5240
|
type: string;
|
|
5252
5241
|
'x-title'?: never;
|
|
5253
|
-
deprecated?: never;
|
|
5254
|
-
'x-deprecated'?: never;
|
|
5255
5242
|
};
|
|
5256
5243
|
created_at: {
|
|
5257
5244
|
description: string;
|
|
@@ -5345,8 +5332,6 @@ declare const _default: {
|
|
|
5345
5332
|
format: string;
|
|
5346
5333
|
type: string;
|
|
5347
5334
|
'x-title'?: never;
|
|
5348
|
-
deprecated?: never;
|
|
5349
|
-
'x-deprecated'?: never;
|
|
5350
5335
|
};
|
|
5351
5336
|
created_at: {
|
|
5352
5337
|
description: string;
|
|
@@ -5440,8 +5425,6 @@ declare const _default: {
|
|
|
5440
5425
|
format: string;
|
|
5441
5426
|
type: string;
|
|
5442
5427
|
'x-title'?: never;
|
|
5443
|
-
deprecated?: never;
|
|
5444
|
-
'x-deprecated'?: never;
|
|
5445
5428
|
};
|
|
5446
5429
|
created_at: {
|
|
5447
5430
|
description: string;
|
|
@@ -5522,8 +5505,6 @@ declare const _default: {
|
|
|
5522
5505
|
format: string;
|
|
5523
5506
|
type: string;
|
|
5524
5507
|
'x-title'?: never;
|
|
5525
|
-
deprecated?: never;
|
|
5526
|
-
'x-deprecated'?: never;
|
|
5527
5508
|
};
|
|
5528
5509
|
created_at: {
|
|
5529
5510
|
description: string;
|
|
@@ -5643,8 +5624,6 @@ declare const _default: {
|
|
|
5643
5624
|
format: string;
|
|
5644
5625
|
type: string;
|
|
5645
5626
|
'x-title'?: never;
|
|
5646
|
-
deprecated?: never;
|
|
5647
|
-
'x-deprecated'?: never;
|
|
5648
5627
|
};
|
|
5649
5628
|
created_at: {
|
|
5650
5629
|
description: string;
|
|
@@ -5735,8 +5714,6 @@ declare const _default: {
|
|
|
5735
5714
|
format: string;
|
|
5736
5715
|
type: string;
|
|
5737
5716
|
'x-title'?: never;
|
|
5738
|
-
deprecated?: never;
|
|
5739
|
-
'x-deprecated'?: never;
|
|
5740
5717
|
};
|
|
5741
5718
|
created_at: {
|
|
5742
5719
|
description: string;
|
|
@@ -5822,8 +5799,6 @@ declare const _default: {
|
|
|
5822
5799
|
format: string;
|
|
5823
5800
|
type: string;
|
|
5824
5801
|
'x-title'?: never;
|
|
5825
|
-
deprecated?: never;
|
|
5826
|
-
'x-deprecated'?: never;
|
|
5827
5802
|
};
|
|
5828
5803
|
created_at: {
|
|
5829
5804
|
description: string;
|
|
@@ -5913,8 +5888,6 @@ declare const _default: {
|
|
|
5913
5888
|
format: string;
|
|
5914
5889
|
type: string;
|
|
5915
5890
|
'x-title'?: never;
|
|
5916
|
-
deprecated?: never;
|
|
5917
|
-
'x-deprecated'?: never;
|
|
5918
5891
|
};
|
|
5919
5892
|
cooling_set_point_celsius: {
|
|
5920
5893
|
description: string;
|
|
@@ -6025,8 +5998,6 @@ declare const _default: {
|
|
|
6025
5998
|
format: string;
|
|
6026
5999
|
type: string;
|
|
6027
6000
|
'x-title'?: never;
|
|
6028
|
-
deprecated?: never;
|
|
6029
|
-
'x-deprecated'?: never;
|
|
6030
6001
|
};
|
|
6031
6002
|
created_at: {
|
|
6032
6003
|
description: string;
|
|
@@ -6563,6 +6534,19 @@ declare const _default: {
|
|
|
6563
6534
|
};
|
|
6564
6535
|
errors: {
|
|
6565
6536
|
description: string;
|
|
6537
|
+
items: {
|
|
6538
|
+
properties: {
|
|
6539
|
+
error_code: {
|
|
6540
|
+
type: string;
|
|
6541
|
+
};
|
|
6542
|
+
message: {
|
|
6543
|
+
type: string;
|
|
6544
|
+
};
|
|
6545
|
+
};
|
|
6546
|
+
required: string[];
|
|
6547
|
+
type: string;
|
|
6548
|
+
};
|
|
6549
|
+
type: string;
|
|
6566
6550
|
};
|
|
6567
6551
|
max_override_period_minutes: {
|
|
6568
6552
|
description: string;
|
|
@@ -4981,6 +4981,15 @@ export default {
|
|
|
4981
4981
|
},
|
|
4982
4982
|
errors: {
|
|
4983
4983
|
description: 'Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
|
|
4984
|
+
items: {
|
|
4985
|
+
properties: {
|
|
4986
|
+
error_code: { type: 'string' },
|
|
4987
|
+
message: { type: 'string' },
|
|
4988
|
+
},
|
|
4989
|
+
required: ['error_code', 'message'],
|
|
4990
|
+
type: 'object',
|
|
4991
|
+
},
|
|
4992
|
+
type: 'array',
|
|
4984
4993
|
},
|
|
4985
4994
|
max_override_period_minutes: {
|
|
4986
4995
|
description: "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
|
|
@@ -5015,6 +5024,7 @@ export default {
|
|
|
5015
5024
|
'starts_at',
|
|
5016
5025
|
'ends_at',
|
|
5017
5026
|
'created_at',
|
|
5027
|
+
'errors',
|
|
5018
5028
|
],
|
|
5019
5029
|
type: 'object',
|
|
5020
5030
|
},
|
|
@@ -6510,11 +6520,9 @@ export default {
|
|
|
6510
6520
|
'x-title': 'ACS System ID',
|
|
6511
6521
|
},
|
|
6512
6522
|
connected_account_id: {
|
|
6513
|
-
deprecated: true,
|
|
6514
6523
|
description: 'ID of the connected account.',
|
|
6515
6524
|
format: 'uuid',
|
|
6516
6525
|
type: 'string',
|
|
6517
|
-
'x-deprecated': 'Will be removed.',
|
|
6518
6526
|
'x-title': 'Connected Account ID',
|
|
6519
6527
|
},
|
|
6520
6528
|
created_at: {
|
|
@@ -6559,11 +6567,9 @@ export default {
|
|
|
6559
6567
|
'x-title': 'ACS System ID',
|
|
6560
6568
|
},
|
|
6561
6569
|
connected_account_id: {
|
|
6562
|
-
deprecated: true,
|
|
6563
6570
|
description: 'ID of the connected account.',
|
|
6564
6571
|
format: 'uuid',
|
|
6565
6572
|
type: 'string',
|
|
6566
|
-
'x-deprecated': 'Will be removed.',
|
|
6567
6573
|
'x-title': 'Connected Account ID',
|
|
6568
6574
|
},
|
|
6569
6575
|
created_at: {
|
|
@@ -6608,11 +6614,9 @@ export default {
|
|
|
6608
6614
|
'x-title': 'ACS System ID',
|
|
6609
6615
|
},
|
|
6610
6616
|
connected_account_id: {
|
|
6611
|
-
deprecated: true,
|
|
6612
6617
|
description: 'ID of the connected account.',
|
|
6613
6618
|
format: 'uuid',
|
|
6614
6619
|
type: 'string',
|
|
6615
|
-
'x-deprecated': 'Will be removed.',
|
|
6616
6620
|
'x-title': 'Connected Account ID',
|
|
6617
6621
|
},
|
|
6618
6622
|
created_at: {
|
|
@@ -6658,11 +6662,9 @@ export default {
|
|
|
6658
6662
|
'x-title': 'ACS System ID',
|
|
6659
6663
|
},
|
|
6660
6664
|
connected_account_id: {
|
|
6661
|
-
deprecated: true,
|
|
6662
6665
|
description: 'ID of the connected account.',
|
|
6663
6666
|
format: 'uuid',
|
|
6664
6667
|
type: 'string',
|
|
6665
|
-
'x-deprecated': 'Will be removed.',
|
|
6666
6668
|
'x-title': 'Connected Account ID',
|
|
6667
6669
|
},
|
|
6668
6670
|
created_at: {
|
|
@@ -6709,11 +6711,9 @@ export default {
|
|
|
6709
6711
|
'x-title': 'ACS System ID',
|
|
6710
6712
|
},
|
|
6711
6713
|
connected_account_id: {
|
|
6712
|
-
deprecated: true,
|
|
6713
6714
|
description: 'ID of the connected account.',
|
|
6714
6715
|
format: 'uuid',
|
|
6715
6716
|
type: 'string',
|
|
6716
|
-
'x-deprecated': 'Will be removed.',
|
|
6717
6717
|
'x-title': 'Connected Account ID',
|
|
6718
6718
|
},
|
|
6719
6719
|
created_at: {
|
|
@@ -6760,11 +6760,9 @@ export default {
|
|
|
6760
6760
|
},
|
|
6761
6761
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
6762
6762
|
connected_account_id: {
|
|
6763
|
-
deprecated: true,
|
|
6764
6763
|
description: 'ID of the connected account.',
|
|
6765
6764
|
format: 'uuid',
|
|
6766
6765
|
type: 'string',
|
|
6767
|
-
'x-deprecated': 'Will be removed.',
|
|
6768
6766
|
'x-title': 'Connected Account ID',
|
|
6769
6767
|
},
|
|
6770
6768
|
created_at: {
|
|
@@ -6815,11 +6813,9 @@ export default {
|
|
|
6815
6813
|
'x-title': 'ACS System ID',
|
|
6816
6814
|
},
|
|
6817
6815
|
connected_account_id: {
|
|
6818
|
-
deprecated: true,
|
|
6819
6816
|
description: 'ID of the connected account.',
|
|
6820
6817
|
format: 'uuid',
|
|
6821
6818
|
type: 'string',
|
|
6822
|
-
'x-deprecated': 'Will be removed.',
|
|
6823
6819
|
'x-title': 'Connected Account ID',
|
|
6824
6820
|
},
|
|
6825
6821
|
created_at: {
|
|
@@ -6870,11 +6866,9 @@ export default {
|
|
|
6870
6866
|
'x-title': 'ACS System ID',
|
|
6871
6867
|
},
|
|
6872
6868
|
connected_account_id: {
|
|
6873
|
-
deprecated: true,
|
|
6874
6869
|
description: 'ID of the connected account.',
|
|
6875
6870
|
format: 'uuid',
|
|
6876
6871
|
type: 'string',
|
|
6877
|
-
'x-deprecated': 'Will be removed.',
|
|
6878
6872
|
'x-title': 'Connected Account ID',
|
|
6879
6873
|
},
|
|
6880
6874
|
created_at: {
|
|
@@ -9599,6 +9593,15 @@ export default {
|
|
|
9599
9593
|
},
|
|
9600
9594
|
errors: {
|
|
9601
9595
|
description: 'Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
|
|
9596
|
+
items: {
|
|
9597
|
+
properties: {
|
|
9598
|
+
error_code: { type: 'string' },
|
|
9599
|
+
message: { type: 'string' },
|
|
9600
|
+
},
|
|
9601
|
+
required: ['error_code', 'message'],
|
|
9602
|
+
type: 'object',
|
|
9603
|
+
},
|
|
9604
|
+
type: 'array',
|
|
9602
9605
|
},
|
|
9603
9606
|
max_override_period_minutes: {
|
|
9604
9607
|
description: "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
|
|
@@ -9633,6 +9636,7 @@ export default {
|
|
|
9633
9636
|
'starts_at',
|
|
9634
9637
|
'ends_at',
|
|
9635
9638
|
'created_at',
|
|
9639
|
+
'errors',
|
|
9636
9640
|
],
|
|
9637
9641
|
type: 'object',
|
|
9638
9642
|
},
|