@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
|
@@ -12943,12 +12943,6 @@ export type Routes = {
|
|
|
12943
12943
|
product_type?: (string | undefined) | undefined;
|
|
12944
12944
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
12945
12945
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
12946
|
-
/** 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. */
|
|
12947
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
12948
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
12949
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
12950
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
12951
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
12952
12946
|
} | undefined;
|
|
12953
12947
|
/** Metadata for a KeyNest device. */
|
|
12954
12948
|
keynest_metadata?: {
|
|
@@ -20009,12 +20003,6 @@ export type Routes = {
|
|
|
20009
20003
|
product_type?: (string | undefined) | undefined;
|
|
20010
20004
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
20011
20005
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
20012
|
-
/** 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. */
|
|
20013
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
20014
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
20015
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
20016
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
20017
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
20018
20006
|
} | undefined;
|
|
20019
20007
|
/** Metadata for a KeyNest device. */
|
|
20020
20008
|
keynest_metadata?: {
|
|
@@ -43878,12 +43866,6 @@ export type Routes = {
|
|
|
43878
43866
|
product_type?: (string | undefined) | undefined;
|
|
43879
43867
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
43880
43868
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
43881
|
-
/** 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. */
|
|
43882
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
43883
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
43884
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
43885
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
43886
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
43887
43869
|
} | undefined;
|
|
43888
43870
|
/** Metadata for a KeyNest device. */
|
|
43889
43871
|
keynest_metadata?: {
|
|
@@ -45423,12 +45405,6 @@ export type Routes = {
|
|
|
45423
45405
|
product_type?: (string | undefined) | undefined;
|
|
45424
45406
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
45425
45407
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
45426
|
-
/** 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. */
|
|
45427
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
45428
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
45429
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
45430
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
45431
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
45432
45408
|
} | undefined;
|
|
45433
45409
|
/** Metadata for a KeyNest device. */
|
|
45434
45410
|
keynest_metadata?: {
|
|
@@ -57456,12 +57432,6 @@ export type Routes = {
|
|
|
57456
57432
|
product_type?: (string | undefined) | undefined;
|
|
57457
57433
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
57458
57434
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
57459
|
-
/** 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. */
|
|
57460
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
57461
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
57462
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
57463
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
57464
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
57465
57435
|
} | undefined;
|
|
57466
57436
|
/** Metadata for a KeyNest device. */
|
|
57467
57437
|
keynest_metadata?: {
|
|
@@ -58951,12 +58921,6 @@ export type Routes = {
|
|
|
58951
58921
|
product_type?: (string | undefined) | undefined;
|
|
58952
58922
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
58953
58923
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
58954
|
-
/** 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. */
|
|
58955
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
58956
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
58957
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
58958
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
58959
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
58960
58924
|
} | undefined;
|
|
58961
58925
|
/** Metadata for a KeyNest device. */
|
|
58962
58926
|
keynest_metadata?: {
|
|
@@ -60469,12 +60433,6 @@ export type Routes = {
|
|
|
60469
60433
|
product_type?: (string | undefined) | undefined;
|
|
60470
60434
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
60471
60435
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
60472
|
-
/** 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. */
|
|
60473
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
60474
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
60475
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
60476
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
60477
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
60478
60436
|
} | undefined;
|
|
60479
60437
|
/** Metadata for a KeyNest device. */
|
|
60480
60438
|
keynest_metadata?: {
|
|
@@ -61963,12 +61921,6 @@ export type Routes = {
|
|
|
61963
61921
|
product_type?: (string | undefined) | undefined;
|
|
61964
61922
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
61965
61923
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
61966
|
-
/** 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. */
|
|
61967
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
61968
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
61969
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
61970
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
61971
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
61972
61924
|
} | undefined;
|
|
61973
61925
|
/** Metadata for a KeyNest device. */
|
|
61974
61926
|
keynest_metadata?: {
|
|
@@ -70671,12 +70623,6 @@ export type Routes = {
|
|
|
70671
70623
|
product_type?: (string | undefined) | undefined;
|
|
70672
70624
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
70673
70625
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
70674
|
-
/** 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. */
|
|
70675
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
70676
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
70677
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
70678
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
70679
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
70680
70626
|
} | undefined;
|
|
70681
70627
|
/** Metadata for a KeyNest device. */
|
|
70682
70628
|
keynest_metadata?: {
|
|
@@ -72165,12 +72111,6 @@ export type Routes = {
|
|
|
72165
72111
|
product_type?: (string | undefined) | undefined;
|
|
72166
72112
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
72167
72113
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
72168
|
-
/** 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. */
|
|
72169
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
72170
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
72171
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
72172
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
72173
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
72174
72114
|
} | undefined;
|
|
72175
72115
|
/** Metadata for a KeyNest device. */
|
|
72176
72116
|
keynest_metadata?: {
|
|
@@ -79803,7 +79743,8 @@ export type Routes = {
|
|
|
79803
79743
|
workspace_id: string;
|
|
79804
79744
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
79805
79745
|
name: string;
|
|
79806
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
79746
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
79747
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
79807
79748
|
company_name: string;
|
|
79808
79749
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
79809
79750
|
is_sandbox: boolean;
|
|
@@ -79821,9 +79762,8 @@ export type Routes = {
|
|
|
79821
79762
|
};
|
|
79822
79763
|
/** 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. */
|
|
79823
79764
|
is_suspended: boolean;
|
|
79824
|
-
/**
|
|
79825
|
-
|
|
79826
|
-
connect_partner_name: (string | null) | null;
|
|
79765
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
79766
|
+
connect_partner_name: string | null;
|
|
79827
79767
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
79828
79768
|
publishable_key?: string | undefined;
|
|
79829
79769
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -79865,7 +79805,8 @@ export type Routes = {
|
|
|
79865
79805
|
workspace_id: string;
|
|
79866
79806
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
79867
79807
|
name: string;
|
|
79868
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
79808
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
79809
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
79869
79810
|
company_name: string;
|
|
79870
79811
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
79871
79812
|
is_sandbox: boolean;
|
|
@@ -79883,9 +79824,8 @@ export type Routes = {
|
|
|
79883
79824
|
};
|
|
79884
79825
|
/** 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. */
|
|
79885
79826
|
is_suspended: boolean;
|
|
79886
|
-
/**
|
|
79887
|
-
|
|
79888
|
-
connect_partner_name: (string | null) | null;
|
|
79827
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
79828
|
+
connect_partner_name: string | null;
|
|
79889
79829
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
79890
79830
|
publishable_key?: string | undefined;
|
|
79891
79831
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -89599,12 +89539,6 @@ export type Routes = {
|
|
|
89599
89539
|
product_type?: (string | undefined) | undefined;
|
|
89600
89540
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
89601
89541
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
89602
|
-
/** 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. */
|
|
89603
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
89604
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
89605
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
89606
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
89607
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
89608
89542
|
} | undefined;
|
|
89609
89543
|
/** Metadata for a KeyNest device. */
|
|
89610
89544
|
keynest_metadata?: {
|
|
@@ -97506,12 +97440,6 @@ export type Routes = {
|
|
|
97506
97440
|
product_type?: (string | undefined) | undefined;
|
|
97507
97441
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
97508
97442
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
97509
|
-
/** 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. */
|
|
97510
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
97511
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
97512
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
97513
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
97514
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
97515
97443
|
} | undefined;
|
|
97516
97444
|
/** Metadata for a KeyNest device. */
|
|
97517
97445
|
keynest_metadata?: {
|
|
@@ -102632,12 +102560,6 @@ export type Routes = {
|
|
|
102632
102560
|
product_type?: (string | undefined) | undefined;
|
|
102633
102561
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
102634
102562
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
102635
|
-
/** 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. */
|
|
102636
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
102637
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
102638
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
102639
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
102640
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
102641
102563
|
} | undefined;
|
|
102642
102564
|
/** Metadata for a KeyNest device. */
|
|
102643
102565
|
keynest_metadata?: {
|
|
@@ -104126,12 +104048,6 @@ export type Routes = {
|
|
|
104126
104048
|
product_type?: (string | undefined) | undefined;
|
|
104127
104049
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
104128
104050
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
104129
|
-
/** 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. */
|
|
104130
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
104131
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
104132
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
104133
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
104134
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
104135
104051
|
} | undefined;
|
|
104136
104052
|
/** Metadata for a KeyNest device. */
|
|
104137
104053
|
keynest_metadata?: {
|
|
@@ -113818,12 +113734,6 @@ export type Routes = {
|
|
|
113818
113734
|
product_type?: (string | undefined) | undefined;
|
|
113819
113735
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
113820
113736
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
113821
|
-
/** 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. */
|
|
113822
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
113823
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
113824
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
113825
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
113826
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
113827
113737
|
} | undefined;
|
|
113828
113738
|
/** Metadata for a KeyNest device. */
|
|
113829
113739
|
keynest_metadata?: {
|
|
@@ -115314,12 +115224,6 @@ export type Routes = {
|
|
|
115314
115224
|
product_type?: (string | undefined) | undefined;
|
|
115315
115225
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
115316
115226
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
115317
|
-
/** 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. */
|
|
115318
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
115319
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
115320
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
115321
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
115322
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
115323
115227
|
} | undefined;
|
|
115324
115228
|
/** Metadata for a KeyNest device. */
|
|
115325
115229
|
keynest_metadata?: {
|
|
@@ -117245,7 +117149,7 @@ export type Routes = {
|
|
|
117245
117149
|
/** Company name for the new workspace. */
|
|
117246
117150
|
company_name?: string | undefined;
|
|
117247
117151
|
/** Connect partner name for the new workspace. */
|
|
117248
|
-
connect_partner_name?: (
|
|
117152
|
+
connect_partner_name?: (string | null) | undefined;
|
|
117249
117153
|
/** Indicates whether the new workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
117250
117154
|
is_sandbox?: boolean;
|
|
117251
117155
|
/**
|
|
@@ -117281,7 +117185,8 @@ export type Routes = {
|
|
|
117281
117185
|
workspace_id: string;
|
|
117282
117186
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
117283
117187
|
name: string;
|
|
117284
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
117188
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
117189
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
117285
117190
|
company_name: string;
|
|
117286
117191
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
117287
117192
|
is_sandbox: boolean;
|
|
@@ -117299,9 +117204,8 @@ export type Routes = {
|
|
|
117299
117204
|
};
|
|
117300
117205
|
/** 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. */
|
|
117301
117206
|
is_suspended: boolean;
|
|
117302
|
-
/**
|
|
117303
|
-
|
|
117304
|
-
connect_partner_name: (string | null) | null;
|
|
117207
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
117208
|
+
connect_partner_name: string | null;
|
|
117305
117209
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
117306
117210
|
publishable_key?: string | undefined;
|
|
117307
117211
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -117543,7 +117447,8 @@ export type Routes = {
|
|
|
117543
117447
|
workspace_id: string;
|
|
117544
117448
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
117545
117449
|
name: string;
|
|
117546
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
117450
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
117451
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
117547
117452
|
company_name: string;
|
|
117548
117453
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
117549
117454
|
is_sandbox: boolean;
|
|
@@ -117561,9 +117466,8 @@ export type Routes = {
|
|
|
117561
117466
|
};
|
|
117562
117467
|
/** 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. */
|
|
117563
117468
|
is_suspended: boolean;
|
|
117564
|
-
/**
|
|
117565
|
-
|
|
117566
|
-
connect_partner_name: (string | null) | null;
|
|
117469
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
117470
|
+
connect_partner_name: string | null;
|
|
117567
117471
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
117568
117472
|
publishable_key?: string | undefined;
|
|
117569
117473
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -118147,12 +118051,6 @@ export type Routes = {
|
|
|
118147
118051
|
product_type?: (string | undefined) | undefined;
|
|
118148
118052
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
118149
118053
|
dual_setpoints_not_supported?: (boolean | undefined) | undefined;
|
|
118150
|
-
/** 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. */
|
|
118151
|
-
enforced_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
118152
|
-
/** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
118153
|
-
enforced_heating_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
118154
|
-
/** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
118155
|
-
enforced_cooling_setpoint_range_celsius?: ([number, number] | undefined) | undefined;
|
|
118156
118054
|
} | undefined;
|
|
118157
118055
|
/** Metadata for a KeyNest device. */
|
|
118158
118056
|
keynest_metadata?: {
|
|
@@ -128144,7 +128042,8 @@ export type Routes = {
|
|
|
128144
128042
|
workspace_id: string;
|
|
128145
128043
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
128146
128044
|
name: string;
|
|
128147
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
128045
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
128046
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
128148
128047
|
company_name: string;
|
|
128149
128048
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
128150
128049
|
is_sandbox: boolean;
|
|
@@ -128162,9 +128061,8 @@ export type Routes = {
|
|
|
128162
128061
|
};
|
|
128163
128062
|
/** 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. */
|
|
128164
128063
|
is_suspended: boolean;
|
|
128165
|
-
/**
|
|
128166
|
-
|
|
128167
|
-
connect_partner_name: (string | null) | null;
|
|
128064
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
128065
|
+
connect_partner_name: string | null;
|
|
128168
128066
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
128169
128067
|
publishable_key?: string | undefined;
|
|
128170
128068
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
|
@@ -128188,7 +128086,8 @@ export type Routes = {
|
|
|
128188
128086
|
workspace_id: string;
|
|
128189
128087
|
/** Name of the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
128190
128088
|
name: string;
|
|
128191
|
-
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
128089
|
+
/** Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
128090
|
+
* @deprecated Use `connect_partner_name` instead.*/
|
|
128192
128091
|
company_name: string;
|
|
128193
128092
|
/** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces). */
|
|
128194
128093
|
is_sandbox: boolean;
|
|
@@ -128206,9 +128105,8 @@ export type Routes = {
|
|
|
128206
128105
|
};
|
|
128207
128106
|
/** 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. */
|
|
128208
128107
|
is_suspended: boolean;
|
|
128209
|
-
/**
|
|
128210
|
-
|
|
128211
|
-
connect_partner_name: (string | null) | null;
|
|
128108
|
+
/** Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces). */
|
|
128109
|
+
connect_partner_name: string | null;
|
|
128212
128110
|
/** Publishable key for the [workspace](https://docs.seam.co/core-concepts/workspaces). This key is used to identify the workspace in client-side applications. */
|
|
128213
128111
|
publishable_key?: string | undefined;
|
|
128214
128112
|
/** Indicates whether publishable key authentication is enabled for this workspace. */
|
package/package.json
CHANGED
|
@@ -971,24 +971,6 @@ export const device_metadata = z
|
|
|
971
971
|
.describe(
|
|
972
972
|
`Set to true when the device does not support the /dual-setpoints API endpoint.`,
|
|
973
973
|
),
|
|
974
|
-
enforced_setpoint_range_celsius: z
|
|
975
|
-
.tuple([z.number(), z.number()])
|
|
976
|
-
.optional()
|
|
977
|
-
.describe(
|
|
978
|
-
`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.`,
|
|
979
|
-
),
|
|
980
|
-
enforced_heating_setpoint_range_celsius: z
|
|
981
|
-
.tuple([z.number(), z.number()])
|
|
982
|
-
.optional()
|
|
983
|
-
.describe(
|
|
984
|
-
`Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error.`,
|
|
985
|
-
),
|
|
986
|
-
enforced_cooling_setpoint_range_celsius: z
|
|
987
|
-
.tuple([z.number(), z.number()])
|
|
988
|
-
.optional()
|
|
989
|
-
.describe(
|
|
990
|
-
`Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error.`,
|
|
991
|
-
),
|
|
992
974
|
})
|
|
993
975
|
.partial()
|
|
994
976
|
.describe(`Metadata for a Sensi device.`),
|
|
@@ -9,11 +9,12 @@ export const workspace = z.object({
|
|
|
9
9
|
.describe(
|
|
10
10
|
'Name of the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
11
11
|
),
|
|
12
|
-
company_name: z
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
company_name: z.string().describe(`
|
|
13
|
+
---
|
|
14
|
+
deprecated: Use \`connect_partner_name\` instead.
|
|
15
|
+
---
|
|
16
|
+
Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).
|
|
17
|
+
`),
|
|
17
18
|
is_sandbox: z
|
|
18
19
|
.boolean()
|
|
19
20
|
.describe(
|
|
@@ -58,13 +59,8 @@ export const workspace = z.object({
|
|
|
58
59
|
.string()
|
|
59
60
|
.nullable()
|
|
60
61
|
.describe(
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
deprecated: Use \`company_name\` instead.
|
|
64
|
-
---
|
|
65
|
-
`,
|
|
66
|
-
)
|
|
67
|
-
.nullable(),
|
|
62
|
+
'Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
63
|
+
),
|
|
68
64
|
publishable_key: z
|
|
69
65
|
.string()
|
|
70
66
|
.optional()
|
|
@@ -15613,30 +15613,6 @@ const openapi: OpenAPISpec = {
|
|
|
15613
15613
|
'Set to true when the device does not support the /dual-setpoints API endpoint.',
|
|
15614
15614
|
type: 'boolean',
|
|
15615
15615
|
},
|
|
15616
|
-
enforced_cooling_setpoint_range_celsius: {
|
|
15617
|
-
description:
|
|
15618
|
-
'Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error.',
|
|
15619
|
-
items: { format: 'float', type: 'number' },
|
|
15620
|
-
maxItems: 2,
|
|
15621
|
-
minItems: 2,
|
|
15622
|
-
type: 'array',
|
|
15623
|
-
},
|
|
15624
|
-
enforced_heating_setpoint_range_celsius: {
|
|
15625
|
-
description:
|
|
15626
|
-
'Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error.',
|
|
15627
|
-
items: { format: 'float', type: 'number' },
|
|
15628
|
-
maxItems: 2,
|
|
15629
|
-
minItems: 2,
|
|
15630
|
-
type: 'array',
|
|
15631
|
-
},
|
|
15632
|
-
enforced_setpoint_range_celsius: {
|
|
15633
|
-
description:
|
|
15634
|
-
'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.',
|
|
15635
|
-
items: { format: 'float', type: 'number' },
|
|
15636
|
-
maxItems: 2,
|
|
15637
|
-
minItems: 2,
|
|
15638
|
-
type: 'array',
|
|
15639
|
-
},
|
|
15640
15616
|
product_type: {
|
|
15641
15617
|
description: 'Product type for a Sensi device.',
|
|
15642
15618
|
type: 'string',
|
|
@@ -38339,15 +38315,17 @@ const openapi: OpenAPISpec = {
|
|
|
38339
38315
|
'Represents a Seam [workspace](https://docs.seam.co/core-concepts/workspaces). A workspace is a top-level entity that encompasses all other resources below it, such as devices, connected accounts, and Connect Webviews. Seam provides two types of workspaces. A [sandbox workspace](https://docs.seam.co/core-concepts/workspaces#sandbox-workspaces) is a special type of workspace designed for testing code. Sandbox workspaces offer test device accounts and virtual devices that you can connect and control. This ability to work with virtual devices is quite handy because it removes the need to own physical devices from multiple brands. To connect real devices and systems to Seam, use a [production workspace](https://docs.seam.co/core-concepts/workspaces#production-workspaces).',
|
|
38340
38316
|
properties: {
|
|
38341
38317
|
company_name: {
|
|
38318
|
+
deprecated: true,
|
|
38342
38319
|
description:
|
|
38343
38320
|
'Company name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
38344
38321
|
type: 'string',
|
|
38322
|
+
'x-deprecated': 'Use `connect_partner_name` instead.',
|
|
38345
38323
|
},
|
|
38346
38324
|
connect_partner_name: {
|
|
38347
|
-
|
|
38325
|
+
description:
|
|
38326
|
+
'Seam Connect partner name associated with the [workspace](https://docs.seam.co/core-concepts/workspaces).',
|
|
38348
38327
|
nullable: true,
|
|
38349
38328
|
type: 'string',
|
|
38350
|
-
'x-deprecated': 'Use `company_name` instead.',
|
|
38351
38329
|
},
|
|
38352
38330
|
connect_webview_customization: {
|
|
38353
38331
|
properties: {
|
|
@@ -88922,15 +88900,15 @@ const openapi: OpenAPISpec = {
|
|
|
88922
88900
|
schema: {
|
|
88923
88901
|
properties: {
|
|
88924
88902
|
company_name: {
|
|
88903
|
+
deprecated: true,
|
|
88925
88904
|
description: 'Company name for the new workspace.',
|
|
88926
88905
|
type: 'string',
|
|
88906
|
+
'x-deprecated': 'Use `connect_partner_name` instead.',
|
|
88927
88907
|
},
|
|
88928
88908
|
connect_partner_name: {
|
|
88929
|
-
deprecated: true,
|
|
88930
88909
|
description: 'Connect partner name for the new workspace.',
|
|
88931
88910
|
nullable: true,
|
|
88932
88911
|
type: 'string',
|
|
88933
|
-
'x-deprecated': 'Use `company_name` instead.',
|
|
88934
88912
|
},
|
|
88935
88913
|
connect_webview_customization: {
|
|
88936
88914
|
description:
|