@seamapi/types 1.1028.0 → 1.1030.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/lib/seam/connect/models/devices/device-metadata.d.ts +0 -15
- package/lib/seam/connect/models/devices/device-metadata.js +0 -12
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -21
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -15
- package/lib/seam/connect/models/workspaces/workspace.d.ts +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +7 -9
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.js +5 -25
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +25 -127
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +0 -18
- package/src/lib/seam/connect/models/workspaces/workspace.ts +8 -12
- package/src/lib/seam/connect/openapi.ts +6 -28
- package/src/lib/seam/connect/route-types.ts +25 -178
|
@@ -14919,15 +14919,6 @@ export type Routes = {
|
|
|
14919
14919
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
14920
14920
|
dual_setpoints_not_supported?:
|
|
14921
14921
|
(boolean | undefined) | undefined
|
|
14922
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
14923
|
-
enforced_setpoint_range_celsius?:
|
|
14924
|
-
([number, number] | undefined) | undefined
|
|
14925
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
14926
|
-
enforced_heating_setpoint_range_celsius?:
|
|
14927
|
-
([number, number] | undefined) | undefined
|
|
14928
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
14929
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
14930
|
-
([number, number] | undefined) | undefined
|
|
14931
14922
|
}
|
|
14932
14923
|
| undefined
|
|
14933
14924
|
/** Metadata for a KeyNest device. */
|
|
@@ -23337,15 +23328,6 @@ export type Routes = {
|
|
|
23337
23328
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
23338
23329
|
dual_setpoints_not_supported?:
|
|
23339
23330
|
(boolean | undefined) | undefined
|
|
23340
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
23341
|
-
enforced_setpoint_range_celsius?:
|
|
23342
|
-
([number, number] | undefined) | undefined
|
|
23343
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
23344
|
-
enforced_heating_setpoint_range_celsius?:
|
|
23345
|
-
([number, number] | undefined) | undefined
|
|
23346
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
23347
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
23348
|
-
([number, number] | undefined) | undefined
|
|
23349
23331
|
}
|
|
23350
23332
|
| undefined
|
|
23351
23333
|
/** Metadata for a KeyNest device. */
|
|
@@ -51471,15 +51453,6 @@ export type Routes = {
|
|
|
51471
51453
|
product_type?: (string | undefined) | undefined
|
|
51472
51454
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
51473
51455
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
51474
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
51475
|
-
enforced_setpoint_range_celsius?:
|
|
51476
|
-
([number, number] | undefined) | undefined
|
|
51477
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
51478
|
-
enforced_heating_setpoint_range_celsius?:
|
|
51479
|
-
([number, number] | undefined) | undefined
|
|
51480
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
51481
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
51482
|
-
([number, number] | undefined) | undefined
|
|
51483
51456
|
}
|
|
51484
51457
|
| undefined
|
|
51485
51458
|
/** Metadata for a KeyNest device. */
|
|
@@ -53588,15 +53561,6 @@ export type Routes = {
|
|
|
53588
53561
|
product_type?: (string | undefined) | undefined
|
|
53589
53562
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
53590
53563
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
53591
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
53592
|
-
enforced_setpoint_range_celsius?:
|
|
53593
|
-
([number, number] | undefined) | undefined
|
|
53594
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
53595
|
-
enforced_heating_setpoint_range_celsius?:
|
|
53596
|
-
([number, number] | undefined) | undefined
|
|
53597
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
53598
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
53599
|
-
([number, number] | undefined) | undefined
|
|
53600
53564
|
}
|
|
53601
53565
|
| undefined
|
|
53602
53566
|
/** Metadata for a KeyNest device. */
|
|
@@ -69182,15 +69146,6 @@ export type Routes = {
|
|
|
69182
69146
|
product_type?: (string | undefined) | undefined
|
|
69183
69147
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
69184
69148
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
69185
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
69186
|
-
enforced_setpoint_range_celsius?:
|
|
69187
|
-
([number, number] | undefined) | undefined
|
|
69188
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
69189
|
-
enforced_heating_setpoint_range_celsius?:
|
|
69190
|
-
([number, number] | undefined) | undefined
|
|
69191
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
69192
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
69193
|
-
([number, number] | undefined) | undefined
|
|
69194
69149
|
}
|
|
69195
69150
|
| undefined
|
|
69196
69151
|
/** Metadata for a KeyNest device. */
|
|
@@ -71050,15 +71005,6 @@ export type Routes = {
|
|
|
71050
71005
|
product_type?: (string | undefined) | undefined
|
|
71051
71006
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
71052
71007
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
71053
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
71054
|
-
enforced_setpoint_range_celsius?:
|
|
71055
|
-
([number, number] | undefined) | undefined
|
|
71056
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
71057
|
-
enforced_heating_setpoint_range_celsius?:
|
|
71058
|
-
([number, number] | undefined) | undefined
|
|
71059
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
71060
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
71061
|
-
([number, number] | undefined) | undefined
|
|
71062
71008
|
}
|
|
71063
71009
|
| undefined
|
|
71064
71010
|
/** Metadata for a KeyNest device. */
|
|
@@ -73045,15 +72991,6 @@ export type Routes = {
|
|
|
73045
72991
|
product_type?: (string | undefined) | undefined
|
|
73046
72992
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
73047
72993
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
73048
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
73049
|
-
enforced_setpoint_range_celsius?:
|
|
73050
|
-
([number, number] | undefined) | undefined
|
|
73051
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
73052
|
-
enforced_heating_setpoint_range_celsius?:
|
|
73053
|
-
([number, number] | undefined) | undefined
|
|
73054
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
73055
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
73056
|
-
([number, number] | undefined) | undefined
|
|
73057
72994
|
}
|
|
73058
72995
|
| undefined
|
|
73059
72996
|
/** Metadata for a KeyNest device. */
|
|
@@ -74912,15 +74849,6 @@ export type Routes = {
|
|
|
74912
74849
|
product_type?: (string | undefined) | undefined
|
|
74913
74850
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
74914
74851
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
74915
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
74916
|
-
enforced_setpoint_range_celsius?:
|
|
74917
|
-
([number, number] | undefined) | undefined
|
|
74918
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
74919
|
-
enforced_heating_setpoint_range_celsius?:
|
|
74920
|
-
([number, number] | undefined) | undefined
|
|
74921
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
74922
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
74923
|
-
([number, number] | undefined) | undefined
|
|
74924
74852
|
}
|
|
74925
74853
|
| undefined
|
|
74926
74854
|
/** Metadata for a KeyNest device. */
|
|
@@ -85209,15 +85137,6 @@ export type Routes = {
|
|
|
85209
85137
|
product_type?: (string | undefined) | undefined
|
|
85210
85138
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
85211
85139
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
85212
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
85213
|
-
enforced_setpoint_range_celsius?:
|
|
85214
|
-
([number, number] | undefined) | undefined
|
|
85215
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
85216
|
-
enforced_heating_setpoint_range_celsius?:
|
|
85217
|
-
([number, number] | undefined) | undefined
|
|
85218
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
85219
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
85220
|
-
([number, number] | undefined) | undefined
|
|
85221
85140
|
}
|
|
85222
85141
|
| undefined
|
|
85223
85142
|
/** Metadata for a KeyNest device. */
|
|
@@ -87076,15 +86995,6 @@ export type Routes = {
|
|
|
87076
86995
|
product_type?: (string | undefined) | undefined
|
|
87077
86996
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
87078
86997
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
87079
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
87080
|
-
enforced_setpoint_range_celsius?:
|
|
87081
|
-
([number, number] | undefined) | undefined
|
|
87082
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
87083
|
-
enforced_heating_setpoint_range_celsius?:
|
|
87084
|
-
([number, number] | undefined) | undefined
|
|
87085
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
87086
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
87087
|
-
([number, number] | undefined) | undefined
|
|
87088
86998
|
}
|
|
87089
86999
|
| undefined
|
|
87090
87000
|
/** Metadata for a KeyNest device. */
|
|
@@ -95886,7 +95796,8 @@ export type Routes = {
|
|
|
95886
95796
|
workspace_id: string
|
|
95887
95797
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
95888
95798
|
name: string
|
|
95889
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
95799
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
95800
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
95890
95801
|
company_name: string
|
|
95891
95802
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
95892
95803
|
is_sandbox: boolean
|
|
@@ -95904,9 +95815,8 @@ export type Routes = {
|
|
|
95904
95815
|
}
|
|
95905
95816
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
95906
95817
|
is_suspended: boolean
|
|
95907
|
-
/**
|
|
95908
|
-
|
|
95909
|
-
connect_partner_name: (string | null) | null
|
|
95818
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
95819
|
+
connect_partner_name: string | null
|
|
95910
95820
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
95911
95821
|
publishable_key?: string | undefined
|
|
95912
95822
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -95948,7 +95858,8 @@ export type Routes = {
|
|
|
95948
95858
|
workspace_id: string
|
|
95949
95859
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
95950
95860
|
name: string
|
|
95951
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
95861
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
95862
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
95952
95863
|
company_name: string
|
|
95953
95864
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
95954
95865
|
is_sandbox: boolean
|
|
@@ -95966,9 +95877,8 @@ export type Routes = {
|
|
|
95966
95877
|
}
|
|
95967
95878
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
95968
95879
|
is_suspended: boolean
|
|
95969
|
-
/**
|
|
95970
|
-
|
|
95971
|
-
connect_partner_name: (string | null) | null
|
|
95880
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
95881
|
+
connect_partner_name: string | null
|
|
95972
95882
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
95973
95883
|
publishable_key?: string | undefined
|
|
95974
95884
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -107441,15 +107351,6 @@ export type Routes = {
|
|
|
107441
107351
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
107442
107352
|
dual_setpoints_not_supported?:
|
|
107443
107353
|
(boolean | undefined) | undefined
|
|
107444
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
107445
|
-
enforced_setpoint_range_celsius?:
|
|
107446
|
-
([number, number] | undefined) | undefined
|
|
107447
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
107448
|
-
enforced_heating_setpoint_range_celsius?:
|
|
107449
|
-
([number, number] | undefined) | undefined
|
|
107450
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
107451
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
107452
|
-
([number, number] | undefined) | undefined
|
|
107453
107354
|
}
|
|
107454
107355
|
| undefined
|
|
107455
107356
|
/** Metadata for a KeyNest device. */
|
|
@@ -116857,15 +116758,6 @@ export type Routes = {
|
|
|
116857
116758
|
product_type?: (string | undefined) | undefined
|
|
116858
116759
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
116859
116760
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
116860
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
116861
|
-
enforced_setpoint_range_celsius?:
|
|
116862
|
-
([number, number] | undefined) | undefined
|
|
116863
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
116864
|
-
enforced_heating_setpoint_range_celsius?:
|
|
116865
|
-
([number, number] | undefined) | undefined
|
|
116866
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
116867
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
116868
|
-
([number, number] | undefined) | undefined
|
|
116869
116761
|
}
|
|
116870
116762
|
| undefined
|
|
116871
116763
|
/** Metadata for a KeyNest device. */
|
|
@@ -122991,15 +122883,6 @@ export type Routes = {
|
|
|
122991
122883
|
product_type?: (string | undefined) | undefined
|
|
122992
122884
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
122993
122885
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
122994
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
122995
|
-
enforced_setpoint_range_celsius?:
|
|
122996
|
-
([number, number] | undefined) | undefined
|
|
122997
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
122998
|
-
enforced_heating_setpoint_range_celsius?:
|
|
122999
|
-
([number, number] | undefined) | undefined
|
|
123000
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
123001
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
123002
|
-
([number, number] | undefined) | undefined
|
|
123003
122886
|
}
|
|
123004
122887
|
| undefined
|
|
123005
122888
|
/** Metadata for a KeyNest device. */
|
|
@@ -124858,15 +124741,6 @@ export type Routes = {
|
|
|
124858
124741
|
product_type?: (string | undefined) | undefined
|
|
124859
124742
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
124860
124743
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
124861
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
124862
|
-
enforced_setpoint_range_celsius?:
|
|
124863
|
-
([number, number] | undefined) | undefined
|
|
124864
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
124865
|
-
enforced_heating_setpoint_range_celsius?:
|
|
124866
|
-
([number, number] | undefined) | undefined
|
|
124867
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
124868
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
124869
|
-
([number, number] | undefined) | undefined
|
|
124870
124744
|
}
|
|
124871
124745
|
| undefined
|
|
124872
124746
|
/** Metadata for a KeyNest device. */
|
|
@@ -136179,15 +136053,6 @@ export type Routes = {
|
|
|
136179
136053
|
product_type?: (string | undefined) | undefined
|
|
136180
136054
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
136181
136055
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
136182
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
136183
|
-
enforced_setpoint_range_celsius?:
|
|
136184
|
-
([number, number] | undefined) | undefined
|
|
136185
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
136186
|
-
enforced_heating_setpoint_range_celsius?:
|
|
136187
|
-
([number, number] | undefined) | undefined
|
|
136188
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
136189
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
136190
|
-
([number, number] | undefined) | undefined
|
|
136191
136056
|
}
|
|
136192
136057
|
| undefined
|
|
136193
136058
|
/** Metadata for a KeyNest device. */
|
|
@@ -138048,15 +137913,6 @@ export type Routes = {
|
|
|
138048
137913
|
product_type?: (string | undefined) | undefined
|
|
138049
137914
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
138050
137915
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined
|
|
138051
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
138052
|
-
enforced_setpoint_range_celsius?:
|
|
138053
|
-
([number, number] | undefined) | undefined
|
|
138054
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
138055
|
-
enforced_heating_setpoint_range_celsius?:
|
|
138056
|
-
([number, number] | undefined) | undefined
|
|
138057
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
138058
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
138059
|
-
([number, number] | undefined) | undefined
|
|
138060
137916
|
}
|
|
138061
137917
|
| undefined
|
|
138062
137918
|
/** Metadata for a KeyNest device. */
|
|
@@ -140350,7 +140206,7 @@ export type Routes = {
|
|
|
140350
140206
|
/** Company name for the new workspace. */
|
|
140351
140207
|
company_name?: string | undefined
|
|
140352
140208
|
/** Connect partner name for the new workspace. */
|
|
140353
|
-
connect_partner_name?: (
|
|
140209
|
+
connect_partner_name?: (string | null) | undefined
|
|
140354
140210
|
/** Indicates whether the new workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
140355
140211
|
is_sandbox?: boolean
|
|
140356
140212
|
/**
|
|
@@ -140388,7 +140244,8 @@ export type Routes = {
|
|
|
140388
140244
|
workspace_id: string
|
|
140389
140245
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
140390
140246
|
name: string
|
|
140391
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
140247
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
140248
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
140392
140249
|
company_name: string
|
|
140393
140250
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
140394
140251
|
is_sandbox: boolean
|
|
@@ -140406,9 +140263,8 @@ export type Routes = {
|
|
|
140406
140263
|
}
|
|
140407
140264
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
140408
140265
|
is_suspended: boolean
|
|
140409
|
-
/**
|
|
140410
|
-
|
|
140411
|
-
connect_partner_name: (string | null) | null
|
|
140266
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
140267
|
+
connect_partner_name: string | null
|
|
140412
140268
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
140413
140269
|
publishable_key?: string | undefined
|
|
140414
140270
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -140682,7 +140538,8 @@ export type Routes = {
|
|
|
140682
140538
|
workspace_id: string
|
|
140683
140539
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
140684
140540
|
name: string
|
|
140685
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
140541
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
140542
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
140686
140543
|
company_name: string
|
|
140687
140544
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
140688
140545
|
is_sandbox: boolean
|
|
@@ -140700,9 +140557,8 @@ export type Routes = {
|
|
|
140700
140557
|
}
|
|
140701
140558
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
140702
140559
|
is_suspended: boolean
|
|
140703
|
-
/**
|
|
140704
|
-
|
|
140705
|
-
connect_partner_name: (string | null) | null
|
|
140560
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
140561
|
+
connect_partner_name: string | null
|
|
140706
140562
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
140707
140563
|
publishable_key?: string | undefined
|
|
140708
140564
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -141471,15 +141327,6 @@ export type Routes = {
|
|
|
141471
141327
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
141472
141328
|
dual_setpoints_not_supported?:
|
|
141473
141329
|
(boolean | undefined) | undefined
|
|
141474
|
-
/** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
|
|
141475
|
-
enforced_setpoint_range_celsius?:
|
|
141476
|
-
([number, number] | undefined) | undefined
|
|
141477
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
141478
|
-
enforced_heating_setpoint_range_celsius?:
|
|
141479
|
-
([number, number] | undefined) | undefined
|
|
141480
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
141481
|
-
enforced_cooling_setpoint_range_celsius?:
|
|
141482
|
-
([number, number] | undefined) | undefined
|
|
141483
141330
|
}
|
|
141484
141331
|
| undefined
|
|
141485
141332
|
/** Metadata for a KeyNest device. */
|
|
@@ -153155,7 +153002,8 @@ export type Routes = {
|
|
|
153155
153002
|
workspace_id: string
|
|
153156
153003
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
153157
153004
|
name: string
|
|
153158
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
153005
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
153006
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
153159
153007
|
company_name: string
|
|
153160
153008
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
153161
153009
|
is_sandbox: boolean
|
|
@@ -153173,9 +153021,8 @@ export type Routes = {
|
|
|
153173
153021
|
}
|
|
153174
153022
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
153175
153023
|
is_suspended: boolean
|
|
153176
|
-
/**
|
|
153177
|
-
|
|
153178
|
-
connect_partner_name: (string | null) | null
|
|
153024
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
153025
|
+
connect_partner_name: string | null
|
|
153179
153026
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
153180
153027
|
publishable_key?: string | undefined
|
|
153181
153028
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -153199,7 +153046,8 @@ export type Routes = {
|
|
|
153199
153046
|
workspace_id: string
|
|
153200
153047
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
153201
153048
|
name: string
|
|
153202
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
153049
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
153050
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
153203
153051
|
company_name: string
|
|
153204
153052
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
153205
153053
|
is_sandbox: boolean
|
|
@@ -153217,9 +153065,8 @@ export type Routes = {
|
|
|
153217
153065
|
}
|
|
153218
153066
|
/** Indicates whether the [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
|
|
153219
153067
|
is_suspended: boolean
|
|
153220
|
-
/**
|
|
153221
|
-
|
|
153222
|
-
connect_partner_name: (string | null) | null
|
|
153068
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
153069
|
+
connect_partner_name: string | null
|
|
153223
153070
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
153224
153071
|
publishable_key?: string | undefined
|
|
153225
153072
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|