@seamapi/types 1.380.0 → 1.381.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.
- package/dist/connect.cjs +56 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +112 -35
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +5 -5
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +5 -5
- package/lib/seam/connect/models/devices/device.d.ts +7 -7
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -5
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +3 -3
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +2 -0
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +66 -1
- package/lib/seam/connect/openapi.js +55 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +31 -19
- package/package.json +2 -2
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +55 -3
- package/src/lib/seam/connect/route-types.ts +31 -19
|
@@ -16861,7 +16861,7 @@ export interface Routes {
|
|
|
16861
16861
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
16862
16862
|
climate_preset_key: string;
|
|
16863
16863
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
16864
|
-
max_override_period_minutes
|
|
16864
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
16865
16865
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
16866
16866
|
starts_at: string;
|
|
16867
16867
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -17602,7 +17602,7 @@ export interface Routes {
|
|
|
17602
17602
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
17603
17603
|
climate_preset_key: string;
|
|
17604
17604
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
17605
|
-
max_override_period_minutes
|
|
17605
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
17606
17606
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
17607
17607
|
starts_at: string;
|
|
17608
17608
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -21546,7 +21546,7 @@ export interface Routes {
|
|
|
21546
21546
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
21547
21547
|
climate_preset_key: string;
|
|
21548
21548
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
21549
|
-
max_override_period_minutes
|
|
21549
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
21550
21550
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
21551
21551
|
starts_at: string;
|
|
21552
21552
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -22249,7 +22249,7 @@ export interface Routes {
|
|
|
22249
22249
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
22250
22250
|
climate_preset_key: string;
|
|
22251
22251
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
22252
|
-
max_override_period_minutes
|
|
22252
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
22253
22253
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
22254
22254
|
starts_at: string;
|
|
22255
22255
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -22990,7 +22990,7 @@ export interface Routes {
|
|
|
22990
22990
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
22991
22991
|
climate_preset_key: string;
|
|
22992
22992
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
22993
|
-
max_override_period_minutes
|
|
22993
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
22994
22994
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
22995
22995
|
starts_at: string;
|
|
22996
22996
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -23692,7 +23692,7 @@ export interface Routes {
|
|
|
23692
23692
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
23693
23693
|
climate_preset_key: string;
|
|
23694
23694
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
23695
|
-
max_override_period_minutes
|
|
23695
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
23696
23696
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
23697
23697
|
starts_at: string;
|
|
23698
23698
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -26394,7 +26394,7 @@ export interface Routes {
|
|
|
26394
26394
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
26395
26395
|
climate_preset_key: string;
|
|
26396
26396
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
26397
|
-
max_override_period_minutes
|
|
26397
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
26398
26398
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
26399
26399
|
starts_at: string;
|
|
26400
26400
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -27096,7 +27096,7 @@ export interface Routes {
|
|
|
27096
27096
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
27097
27097
|
climate_preset_key: string;
|
|
27098
27098
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
27099
|
-
max_override_period_minutes
|
|
27099
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
27100
27100
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
27101
27101
|
starts_at: string;
|
|
27102
27102
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -30663,6 +30663,18 @@ export interface Routes {
|
|
|
30663
30663
|
};
|
|
30664
30664
|
};
|
|
30665
30665
|
};
|
|
30666
|
+
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
30667
|
+
route: '/seam/bridge/v1/bridge_client_sessions/report_status';
|
|
30668
|
+
method: 'POST';
|
|
30669
|
+
queryParams: {};
|
|
30670
|
+
jsonBody: {
|
|
30671
|
+
is_tailscale_connected: boolean | null;
|
|
30672
|
+
tailscale_ip_v4: string | null;
|
|
30673
|
+
};
|
|
30674
|
+
commonParams: {};
|
|
30675
|
+
formData: {};
|
|
30676
|
+
jsonResponse: {};
|
|
30677
|
+
};
|
|
30666
30678
|
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
30667
30679
|
route: '/seam/bridge/v1/bridge_connected_systems/list';
|
|
30668
30680
|
method: 'GET' | 'POST';
|
|
@@ -33136,7 +33148,7 @@ export interface Routes {
|
|
|
33136
33148
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
33137
33149
|
climate_preset_key: string;
|
|
33138
33150
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
33139
|
-
max_override_period_minutes
|
|
33151
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
33140
33152
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
33141
33153
|
starts_at: string;
|
|
33142
33154
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -35819,7 +35831,7 @@ export interface Routes {
|
|
|
35819
35831
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
35820
35832
|
climate_preset_key: string;
|
|
35821
35833
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
35822
|
-
max_override_period_minutes
|
|
35834
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
35823
35835
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
35824
35836
|
starts_at: string;
|
|
35825
35837
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -36521,7 +36533,7 @@ export interface Routes {
|
|
|
36521
36533
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
36522
36534
|
climate_preset_key: string;
|
|
36523
36535
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
36524
|
-
max_override_period_minutes
|
|
36536
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
36525
36537
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
36526
36538
|
starts_at: string;
|
|
36527
36539
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -37742,13 +37754,13 @@ export interface Routes {
|
|
|
37742
37754
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
37743
37755
|
climate_preset_key: string;
|
|
37744
37756
|
/** Number of minutes for which a person at the thermostat or using the API 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). */
|
|
37745
|
-
max_override_period_minutes?: number;
|
|
37757
|
+
max_override_period_minutes?: number | null;
|
|
37746
37758
|
/** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
37747
37759
|
starts_at: string;
|
|
37748
37760
|
/** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
37749
37761
|
ends_at: string;
|
|
37750
37762
|
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
37751
|
-
is_override_allowed?: boolean
|
|
37763
|
+
is_override_allowed?: boolean;
|
|
37752
37764
|
};
|
|
37753
37765
|
commonParams: {};
|
|
37754
37766
|
formData: {};
|
|
@@ -37764,7 +37776,7 @@ export interface Routes {
|
|
|
37764
37776
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
37765
37777
|
climate_preset_key: string;
|
|
37766
37778
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
37767
|
-
max_override_period_minutes
|
|
37779
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
37768
37780
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
37769
37781
|
starts_at: string;
|
|
37770
37782
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -37817,7 +37829,7 @@ export interface Routes {
|
|
|
37817
37829
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
37818
37830
|
climate_preset_key: string;
|
|
37819
37831
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
37820
|
-
max_override_period_minutes
|
|
37832
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
37821
37833
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
37822
37834
|
starts_at: string;
|
|
37823
37835
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -37859,7 +37871,7 @@ export interface Routes {
|
|
|
37859
37871
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
37860
37872
|
climate_preset_key: string;
|
|
37861
37873
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
37862
|
-
max_override_period_minutes
|
|
37874
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
37863
37875
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
37864
37876
|
starts_at: string;
|
|
37865
37877
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -37890,7 +37902,7 @@ export interface Routes {
|
|
|
37890
37902
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
37891
37903
|
climate_preset_key?: string | undefined;
|
|
37892
37904
|
/** Number of minutes for which a person at the thermostat or using the API 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). */
|
|
37893
|
-
max_override_period_minutes?: number | undefined;
|
|
37905
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
37894
37906
|
/** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
37895
37907
|
starts_at?: string | undefined;
|
|
37896
37908
|
/** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -41032,7 +41044,7 @@ export interface Routes {
|
|
|
41032
41044
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
41033
41045
|
climate_preset_key: string;
|
|
41034
41046
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
41035
|
-
max_override_period_minutes
|
|
41047
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
41036
41048
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
41037
41049
|
starts_at: string;
|
|
41038
41050
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -41736,7 +41748,7 @@ export interface Routes {
|
|
|
41736
41748
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
41737
41749
|
climate_preset_key: string;
|
|
41738
41750
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
41739
|
-
max_override_period_minutes
|
|
41751
|
+
max_override_period_minutes?: (number | null) | undefined;
|
|
41740
41752
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
41741
41753
|
starts_at: string;
|
|
41742
41754
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.381.0",
|
|
4
4
|
"description": "TypeScript types for the Seam API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"zod": "^3.24.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@seamapi/blueprint": "^0.
|
|
95
|
+
"@seamapi/blueprint": "^0.39.0",
|
|
96
96
|
"@types/node": "^20.8.10",
|
|
97
97
|
"concurrently": "^8.2.0",
|
|
98
98
|
"del-cli": "^5.0.0",
|
|
@@ -28,6 +28,8 @@ export const thermostat_schedule = z.object({
|
|
|
28
28
|
.number()
|
|
29
29
|
.int()
|
|
30
30
|
.nonnegative()
|
|
31
|
+
.nullable()
|
|
32
|
+
.optional()
|
|
31
33
|
.describe(
|
|
32
34
|
"Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
|
|
33
35
|
),
|
|
@@ -8221,6 +8221,7 @@ export default {
|
|
|
8221
8221
|
description:
|
|
8222
8222
|
"Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
|
|
8223
8223
|
minimum: 0,
|
|
8224
|
+
nullable: true,
|
|
8224
8225
|
type: 'integer',
|
|
8225
8226
|
},
|
|
8226
8227
|
name: {
|
|
@@ -8251,7 +8252,6 @@ export default {
|
|
|
8251
8252
|
'thermostat_schedule_id',
|
|
8252
8253
|
'device_id',
|
|
8253
8254
|
'climate_preset_key',
|
|
8254
|
-
'max_override_period_minutes',
|
|
8255
8255
|
'starts_at',
|
|
8256
8256
|
'ends_at',
|
|
8257
8257
|
'created_at',
|
|
@@ -13847,6 +13847,7 @@ export default {
|
|
|
13847
13847
|
description:
|
|
13848
13848
|
"Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
|
|
13849
13849
|
minimum: 0,
|
|
13850
|
+
nullable: true,
|
|
13850
13851
|
type: 'integer',
|
|
13851
13852
|
},
|
|
13852
13853
|
name: {
|
|
@@ -13877,7 +13878,6 @@ export default {
|
|
|
13877
13878
|
'thermostat_schedule_id',
|
|
13878
13879
|
'device_id',
|
|
13879
13880
|
'climate_preset_key',
|
|
13880
|
-
'max_override_period_minutes',
|
|
13881
13881
|
'starts_at',
|
|
13882
13882
|
'ends_at',
|
|
13883
13883
|
'created_at',
|
|
@@ -27813,6 +27813,55 @@ export default {
|
|
|
27813
27813
|
'x-undocumented': 'Seam Bridge Client only.',
|
|
27814
27814
|
},
|
|
27815
27815
|
},
|
|
27816
|
+
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
27817
|
+
post: {
|
|
27818
|
+
description: "Report a Seam Bridge Bridge client's status.",
|
|
27819
|
+
operationId: 'seamBridgeV1BridgeClientSessionsReportStatusPost',
|
|
27820
|
+
requestBody: {
|
|
27821
|
+
content: {
|
|
27822
|
+
'application/json': {
|
|
27823
|
+
schema: {
|
|
27824
|
+
properties: {
|
|
27825
|
+
is_tailscale_connected: { nullable: true, type: 'boolean' },
|
|
27826
|
+
tailscale_ip_v4: { nullable: true, type: 'string' },
|
|
27827
|
+
},
|
|
27828
|
+
required: ['is_tailscale_connected', 'tailscale_ip_v4'],
|
|
27829
|
+
type: 'object',
|
|
27830
|
+
},
|
|
27831
|
+
},
|
|
27832
|
+
},
|
|
27833
|
+
},
|
|
27834
|
+
responses: {
|
|
27835
|
+
200: {
|
|
27836
|
+
content: {
|
|
27837
|
+
'application/json': {
|
|
27838
|
+
schema: {
|
|
27839
|
+
properties: { ok: { type: 'boolean' } },
|
|
27840
|
+
required: ['ok'],
|
|
27841
|
+
type: 'object',
|
|
27842
|
+
},
|
|
27843
|
+
},
|
|
27844
|
+
},
|
|
27845
|
+
description: 'OK',
|
|
27846
|
+
},
|
|
27847
|
+
400: { description: 'Bad Request' },
|
|
27848
|
+
401: { description: 'Unauthorized' },
|
|
27849
|
+
},
|
|
27850
|
+
security: [{ bridge_client_session: [] }],
|
|
27851
|
+
summary: '/seam/bridge/v1/bridge_client_sessions/report_status',
|
|
27852
|
+
tags: [],
|
|
27853
|
+
'x-fern-sdk-group-name': [
|
|
27854
|
+
'seam',
|
|
27855
|
+
'bridge',
|
|
27856
|
+
'v1',
|
|
27857
|
+
'bridge_client_sessions',
|
|
27858
|
+
],
|
|
27859
|
+
'x-fern-sdk-method-name': 'report_status',
|
|
27860
|
+
'x-response-key': null,
|
|
27861
|
+
'x-title': "Report a Bridge Client's Status",
|
|
27862
|
+
'x-undocumented': 'Seam Bridge Client only.',
|
|
27863
|
+
},
|
|
27864
|
+
},
|
|
27816
27865
|
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
27817
27866
|
get: {
|
|
27818
27867
|
description:
|
|
@@ -28768,10 +28817,11 @@ export default {
|
|
|
28768
28817
|
type: 'boolean',
|
|
28769
28818
|
},
|
|
28770
28819
|
max_override_period_minutes: {
|
|
28771
|
-
default:
|
|
28820
|
+
default: null,
|
|
28772
28821
|
description:
|
|
28773
28822
|
"Number of minutes for which a person at the thermostat or using the API 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).",
|
|
28774
28823
|
minimum: 0,
|
|
28824
|
+
nullable: true,
|
|
28775
28825
|
type: 'integer',
|
|
28776
28826
|
},
|
|
28777
28827
|
name: {
|
|
@@ -29037,6 +29087,7 @@ export default {
|
|
|
29037
29087
|
description:
|
|
29038
29088
|
"Number of minutes for which a person at the thermostat or using the API 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).",
|
|
29039
29089
|
minimum: 0,
|
|
29090
|
+
nullable: true,
|
|
29040
29091
|
type: 'integer',
|
|
29041
29092
|
},
|
|
29042
29093
|
name: {
|
|
@@ -29117,6 +29168,7 @@ export default {
|
|
|
29117
29168
|
description:
|
|
29118
29169
|
"Number of minutes for which a person at the thermostat or using the API 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).",
|
|
29119
29170
|
minimum: 0,
|
|
29171
|
+
nullable: true,
|
|
29120
29172
|
type: 'integer',
|
|
29121
29173
|
},
|
|
29122
29174
|
name: {
|
|
@@ -19754,7 +19754,7 @@ export interface Routes {
|
|
|
19754
19754
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
19755
19755
|
climate_preset_key: string
|
|
19756
19756
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
19757
|
-
max_override_period_minutes
|
|
19757
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
19758
19758
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
19759
19759
|
starts_at: string
|
|
19760
19760
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -20868,7 +20868,7 @@ export interface Routes {
|
|
|
20868
20868
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
20869
20869
|
climate_preset_key: string
|
|
20870
20870
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
20871
|
-
max_override_period_minutes
|
|
20871
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
20872
20872
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
20873
20873
|
starts_at: string
|
|
20874
20874
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -25771,7 +25771,7 @@ export interface Routes {
|
|
|
25771
25771
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
25772
25772
|
climate_preset_key: string
|
|
25773
25773
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
25774
|
-
max_override_period_minutes
|
|
25774
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
25775
25775
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
25776
25776
|
starts_at: string
|
|
25777
25777
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -26697,7 +26697,7 @@ export interface Routes {
|
|
|
26697
26697
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
26698
26698
|
climate_preset_key: string
|
|
26699
26699
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
26700
|
-
max_override_period_minutes
|
|
26700
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
26701
26701
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
26702
26702
|
starts_at: string
|
|
26703
26703
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -27779,7 +27779,7 @@ export interface Routes {
|
|
|
27779
27779
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
27780
27780
|
climate_preset_key: string
|
|
27781
27781
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
27782
|
-
max_override_period_minutes
|
|
27782
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
27783
27783
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
27784
27784
|
starts_at: string
|
|
27785
27785
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -28704,7 +28704,7 @@ export interface Routes {
|
|
|
28704
28704
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
28705
28705
|
climate_preset_key: string
|
|
28706
28706
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
28707
|
-
max_override_period_minutes
|
|
28707
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
28708
28708
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
28709
28709
|
starts_at: string
|
|
28710
28710
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -31995,7 +31995,7 @@ export interface Routes {
|
|
|
31995
31995
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
31996
31996
|
climate_preset_key: string
|
|
31997
31997
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
31998
|
-
max_override_period_minutes
|
|
31998
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
31999
31999
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
32000
32000
|
starts_at: string
|
|
32001
32001
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -32920,7 +32920,7 @@ export interface Routes {
|
|
|
32920
32920
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
32921
32921
|
climate_preset_key: string
|
|
32922
32922
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
32923
|
-
max_override_period_minutes
|
|
32923
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
32924
32924
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
32925
32925
|
starts_at: string
|
|
32926
32926
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -37051,6 +37051,18 @@ export interface Routes {
|
|
|
37051
37051
|
}
|
|
37052
37052
|
}
|
|
37053
37053
|
}
|
|
37054
|
+
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
37055
|
+
route: '/seam/bridge/v1/bridge_client_sessions/report_status'
|
|
37056
|
+
method: 'POST'
|
|
37057
|
+
queryParams: {}
|
|
37058
|
+
jsonBody: {
|
|
37059
|
+
is_tailscale_connected: boolean | null
|
|
37060
|
+
tailscale_ip_v4: string | null
|
|
37061
|
+
}
|
|
37062
|
+
commonParams: {}
|
|
37063
|
+
formData: {}
|
|
37064
|
+
jsonResponse: {}
|
|
37065
|
+
}
|
|
37054
37066
|
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
37055
37067
|
route: '/seam/bridge/v1/bridge_connected_systems/list'
|
|
37056
37068
|
method: 'GET' | 'POST'
|
|
@@ -40044,7 +40056,7 @@ export interface Routes {
|
|
|
40044
40056
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
40045
40057
|
climate_preset_key: string
|
|
40046
40058
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
40047
|
-
max_override_period_minutes
|
|
40059
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
40048
40060
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
40049
40061
|
starts_at: string
|
|
40050
40062
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -43332,7 +43344,7 @@ export interface Routes {
|
|
|
43332
43344
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
43333
43345
|
climate_preset_key: string
|
|
43334
43346
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
43335
|
-
max_override_period_minutes
|
|
43347
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
43336
43348
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
43337
43349
|
starts_at: string
|
|
43338
43350
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -44257,7 +44269,7 @@ export interface Routes {
|
|
|
44257
44269
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
44258
44270
|
climate_preset_key: string
|
|
44259
44271
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
44260
|
-
max_override_period_minutes
|
|
44272
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
44261
44273
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
44262
44274
|
starts_at: string
|
|
44263
44275
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -45685,13 +45697,13 @@ export interface Routes {
|
|
|
45685
45697
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
45686
45698
|
climate_preset_key: string
|
|
45687
45699
|
/** Number of minutes for which a person at the thermostat or using the API 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). */
|
|
45688
|
-
max_override_period_minutes?: number
|
|
45700
|
+
max_override_period_minutes?: number | null
|
|
45689
45701
|
/** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
45690
45702
|
starts_at: string
|
|
45691
45703
|
/** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
45692
45704
|
ends_at: string
|
|
45693
45705
|
/** Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
45694
|
-
is_override_allowed?: boolean
|
|
45706
|
+
is_override_allowed?: boolean
|
|
45695
45707
|
}
|
|
45696
45708
|
commonParams: {}
|
|
45697
45709
|
formData: {}
|
|
@@ -45707,7 +45719,7 @@ export interface Routes {
|
|
|
45707
45719
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
45708
45720
|
climate_preset_key: string
|
|
45709
45721
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
45710
|
-
max_override_period_minutes
|
|
45722
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
45711
45723
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
45712
45724
|
starts_at: string
|
|
45713
45725
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -45760,7 +45772,7 @@ export interface Routes {
|
|
|
45760
45772
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
45761
45773
|
climate_preset_key: string
|
|
45762
45774
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
45763
|
-
max_override_period_minutes
|
|
45775
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
45764
45776
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
45765
45777
|
starts_at: string
|
|
45766
45778
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -45802,7 +45814,7 @@ export interface Routes {
|
|
|
45802
45814
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
45803
45815
|
climate_preset_key: string
|
|
45804
45816
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
45805
|
-
max_override_period_minutes
|
|
45817
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
45806
45818
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
45807
45819
|
starts_at: string
|
|
45808
45820
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -45833,7 +45845,7 @@ export interface Routes {
|
|
|
45833
45845
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule. */
|
|
45834
45846
|
climate_preset_key?: string | undefined
|
|
45835
45847
|
/** Number of minutes for which a person at the thermostat or using the API 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). */
|
|
45836
|
-
max_override_period_minutes?: number | undefined
|
|
45848
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
45837
45849
|
/** Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
45838
45850
|
starts_at?: string | undefined
|
|
45839
45851
|
/** Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -49522,7 +49534,7 @@ export interface Routes {
|
|
|
49522
49534
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
49523
49535
|
climate_preset_key: string
|
|
49524
49536
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
49525
|
-
max_override_period_minutes
|
|
49537
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
49526
49538
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
49527
49539
|
starts_at: string
|
|
49528
49540
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|
|
@@ -50449,7 +50461,7 @@ export interface Routes {
|
|
|
50449
50461
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules). */
|
|
50450
50462
|
climate_preset_key: string
|
|
50451
50463
|
/** Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions). */
|
|
50452
|
-
max_override_period_minutes
|
|
50464
|
+
max_override_period_minutes?: (number | null) | undefined
|
|
50453
50465
|
/** Date and time at which the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
50454
50466
|
starts_at: string
|
|
50455
50467
|
/** Indicates whether a person at the thermostat can change the thermostat's settings after the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) starts. */
|