@seamapi/types 1.785.0 → 1.787.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 +48 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +126 -0
- package/dist/index.cjs +48 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +4 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.d.ts +62 -0
- package/lib/seam/connect/openapi.js +45 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +38 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +50 -0
- package/src/lib/seam/connect/route-types.ts +46 -0
|
@@ -11347,6 +11347,8 @@ export type Routes = {
|
|
|
11347
11347
|
product_type: string;
|
|
11348
11348
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
11349
11349
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
11350
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
11351
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
11350
11352
|
} | undefined;
|
|
11351
11353
|
/** Metadata for a KeyNest device. */
|
|
11352
11354
|
keynest_metadata?: {
|
|
@@ -15667,6 +15669,8 @@ export type Routes = {
|
|
|
15667
15669
|
product_type: string;
|
|
15668
15670
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
15669
15671
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
15672
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
15673
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
15670
15674
|
} | undefined;
|
|
15671
15675
|
/** Metadata for a KeyNest device. */
|
|
15672
15676
|
keynest_metadata?: {
|
|
@@ -32174,6 +32178,8 @@ export type Routes = {
|
|
|
32174
32178
|
product_type: string;
|
|
32175
32179
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
32176
32180
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
32181
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
32182
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
32177
32183
|
} | undefined;
|
|
32178
32184
|
/** Metadata for a KeyNest device. */
|
|
32179
32185
|
keynest_metadata?: {
|
|
@@ -33547,6 +33553,8 @@ export type Routes = {
|
|
|
33547
33553
|
product_type: string;
|
|
33548
33554
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
33549
33555
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
33556
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
33557
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
33550
33558
|
} | undefined;
|
|
33551
33559
|
/** Metadata for a KeyNest device. */
|
|
33552
33560
|
keynest_metadata?: {
|
|
@@ -43068,6 +43076,8 @@ export type Routes = {
|
|
|
43068
43076
|
product_type: string;
|
|
43069
43077
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
43070
43078
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
43079
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
43080
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
43071
43081
|
} | undefined;
|
|
43072
43082
|
/** Metadata for a KeyNest device. */
|
|
43073
43083
|
keynest_metadata?: {
|
|
@@ -44391,6 +44401,8 @@ export type Routes = {
|
|
|
44391
44401
|
product_type: string;
|
|
44392
44402
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
44393
44403
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
44404
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
44405
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
44394
44406
|
} | undefined;
|
|
44395
44407
|
/** Metadata for a KeyNest device. */
|
|
44396
44408
|
keynest_metadata?: {
|
|
@@ -45764,6 +45776,8 @@ export type Routes = {
|
|
|
45764
45776
|
product_type: string;
|
|
45765
45777
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
45766
45778
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
45779
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
45780
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
45767
45781
|
} | undefined;
|
|
45768
45782
|
/** Metadata for a KeyNest device. */
|
|
45769
45783
|
keynest_metadata?: {
|
|
@@ -47086,6 +47100,8 @@ export type Routes = {
|
|
|
47086
47100
|
product_type: string;
|
|
47087
47101
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
47088
47102
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
47103
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
47104
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
47089
47105
|
} | undefined;
|
|
47090
47106
|
/** Metadata for a KeyNest device. */
|
|
47091
47107
|
keynest_metadata?: {
|
|
@@ -53805,6 +53821,8 @@ export type Routes = {
|
|
|
53805
53821
|
product_type: string;
|
|
53806
53822
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
53807
53823
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
53824
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
53825
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
53808
53826
|
} | undefined;
|
|
53809
53827
|
/** Metadata for a KeyNest device. */
|
|
53810
53828
|
keynest_metadata?: {
|
|
@@ -55127,6 +55145,8 @@ export type Routes = {
|
|
|
55127
55145
|
product_type: string;
|
|
55128
55146
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
55129
55147
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
55148
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
55149
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
55130
55150
|
} | undefined;
|
|
55131
55151
|
/** Metadata for a KeyNest device. */
|
|
55132
55152
|
keynest_metadata?: {
|
|
@@ -66357,6 +66377,10 @@ export type Routes = {
|
|
|
66357
66377
|
limit?: number;
|
|
66358
66378
|
/** Timestamp by which to limit returned reservations. Returns reservations created before this timestamp. */
|
|
66359
66379
|
created_before?: Date | undefined;
|
|
66380
|
+
/** Timestamp by which to limit returned reservations. Returns reservations created after this timestamp. */
|
|
66381
|
+
created_after?: Date | undefined;
|
|
66382
|
+
/** Lower and upper timestamps to define an exclusive interval containing the reservations that you want to list. */
|
|
66383
|
+
between?: (string | Date)[] | undefined;
|
|
66360
66384
|
/** String for which to search. Filters returned reservations to include all records that satisfy a partial match using `reservation_id`, `reservation_key`, `name`, `guest_name`, or space names. */
|
|
66361
66385
|
search?: string | undefined;
|
|
66362
66386
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
@@ -68464,6 +68488,8 @@ export type Routes = {
|
|
|
68464
68488
|
product_type: string;
|
|
68465
68489
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
68466
68490
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
68491
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
68492
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
68467
68493
|
} | undefined;
|
|
68468
68494
|
/** Metadata for a KeyNest device. */
|
|
68469
68495
|
keynest_metadata?: {
|
|
@@ -74577,6 +74603,8 @@ export type Routes = {
|
|
|
74577
74603
|
product_type: string;
|
|
74578
74604
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
74579
74605
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
74606
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
74607
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
74580
74608
|
} | undefined;
|
|
74581
74609
|
/** Metadata for a KeyNest device. */
|
|
74582
74610
|
keynest_metadata?: {
|
|
@@ -78636,6 +78664,8 @@ export type Routes = {
|
|
|
78636
78664
|
product_type: string;
|
|
78637
78665
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
78638
78666
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
78667
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
78668
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
78639
78669
|
} | undefined;
|
|
78640
78670
|
/** Metadata for a KeyNest device. */
|
|
78641
78671
|
keynest_metadata?: {
|
|
@@ -79958,6 +79988,8 @@ export type Routes = {
|
|
|
79958
79988
|
product_type: string;
|
|
79959
79989
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
79960
79990
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
79991
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
79992
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
79961
79993
|
} | undefined;
|
|
79962
79994
|
/** Metadata for a KeyNest device. */
|
|
79963
79995
|
keynest_metadata?: {
|
|
@@ -87570,6 +87602,8 @@ export type Routes = {
|
|
|
87570
87602
|
product_type: string;
|
|
87571
87603
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
87572
87604
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
87605
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
87606
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
87573
87607
|
} | undefined;
|
|
87574
87608
|
/** Metadata for a KeyNest device. */
|
|
87575
87609
|
keynest_metadata?: {
|
|
@@ -88894,6 +88928,8 @@ export type Routes = {
|
|
|
88894
88928
|
product_type: string;
|
|
88895
88929
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
88896
88930
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
88931
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
88932
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
88897
88933
|
} | undefined;
|
|
88898
88934
|
/** Metadata for a KeyNest device. */
|
|
88899
88935
|
keynest_metadata?: {
|
|
@@ -91341,6 +91377,8 @@ export type Routes = {
|
|
|
91341
91377
|
product_type: string;
|
|
91342
91378
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
91343
91379
|
dual_setpoints_not_supported?: boolean | undefined;
|
|
91380
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
91381
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined;
|
|
91344
91382
|
} | undefined;
|
|
91345
91383
|
/** Metadata for a KeyNest device. */
|
|
91346
91384
|
keynest_metadata?: {
|
package/package.json
CHANGED
|
@@ -644,6 +644,12 @@ export const device_metadata = z
|
|
|
644
644
|
.describe(
|
|
645
645
|
`Set to true when the device does not support the /dual-setpoints API endpoint.`,
|
|
646
646
|
),
|
|
647
|
+
enforced_setpoint_range_celsius: z
|
|
648
|
+
.tuple([z.number(), z.number()])
|
|
649
|
+
.optional()
|
|
650
|
+
.describe(
|
|
651
|
+
`Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error.`,
|
|
652
|
+
),
|
|
647
653
|
})
|
|
648
654
|
.describe(`Metadata for a Sensi device.`),
|
|
649
655
|
|
|
@@ -13098,6 +13098,10 @@ export default {
|
|
|
13098
13098
|
'Set to true when the device does not support the /dual-setpoints API endpoint.',
|
|
13099
13099
|
type: 'boolean',
|
|
13100
13100
|
},
|
|
13101
|
+
enforced_setpoint_range_celsius: {
|
|
13102
|
+
description:
|
|
13103
|
+
'Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error.',
|
|
13104
|
+
},
|
|
13101
13105
|
product_type: {
|
|
13102
13106
|
description: 'Product type for a Sensi device.',
|
|
13103
13107
|
type: 'string',
|
|
@@ -69035,6 +69039,33 @@ export default {
|
|
|
69035
69039
|
type: 'string',
|
|
69036
69040
|
},
|
|
69037
69041
|
},
|
|
69042
|
+
{
|
|
69043
|
+
in: 'query',
|
|
69044
|
+
name: 'created_after',
|
|
69045
|
+
schema: {
|
|
69046
|
+
description:
|
|
69047
|
+
'Timestamp by which to limit returned reservations. Returns reservations created after this timestamp.',
|
|
69048
|
+
format: 'date-time',
|
|
69049
|
+
type: 'string',
|
|
69050
|
+
},
|
|
69051
|
+
},
|
|
69052
|
+
{
|
|
69053
|
+
in: 'query',
|
|
69054
|
+
name: 'between',
|
|
69055
|
+
schema: {
|
|
69056
|
+
description:
|
|
69057
|
+
'Lower and upper timestamps to define an exclusive interval containing the reservations that you want to list.',
|
|
69058
|
+
items: {
|
|
69059
|
+
oneOf: [
|
|
69060
|
+
{ type: 'string' },
|
|
69061
|
+
{ format: 'date-time', type: 'string' },
|
|
69062
|
+
],
|
|
69063
|
+
},
|
|
69064
|
+
maxItems: 2,
|
|
69065
|
+
minItems: 2,
|
|
69066
|
+
type: 'array',
|
|
69067
|
+
},
|
|
69068
|
+
},
|
|
69038
69069
|
{
|
|
69039
69070
|
in: 'query',
|
|
69040
69071
|
name: 'search',
|
|
@@ -69290,6 +69321,25 @@ export default {
|
|
|
69290
69321
|
'application/json': {
|
|
69291
69322
|
schema: {
|
|
69292
69323
|
properties: {
|
|
69324
|
+
between: {
|
|
69325
|
+
description:
|
|
69326
|
+
'Lower and upper timestamps to define an exclusive interval containing the reservations that you want to list.',
|
|
69327
|
+
items: {
|
|
69328
|
+
oneOf: [
|
|
69329
|
+
{ type: 'string' },
|
|
69330
|
+
{ format: 'date-time', type: 'string' },
|
|
69331
|
+
],
|
|
69332
|
+
},
|
|
69333
|
+
maxItems: 2,
|
|
69334
|
+
minItems: 2,
|
|
69335
|
+
type: 'array',
|
|
69336
|
+
},
|
|
69337
|
+
created_after: {
|
|
69338
|
+
description:
|
|
69339
|
+
'Timestamp by which to limit returned reservations. Returns reservations created after this timestamp.',
|
|
69340
|
+
format: 'date-time',
|
|
69341
|
+
type: 'string',
|
|
69342
|
+
},
|
|
69293
69343
|
created_before: {
|
|
69294
69344
|
description:
|
|
69295
69345
|
'Timestamp by which to limit returned reservations. Returns reservations created before this timestamp.',
|
|
@@ -12917,6 +12917,10 @@ export type Routes = {
|
|
|
12917
12917
|
product_type: string
|
|
12918
12918
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
12919
12919
|
dual_setpoints_not_supported?: boolean | undefined
|
|
12920
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
12921
|
+
enforced_setpoint_range_celsius?:
|
|
12922
|
+
| [number, number]
|
|
12923
|
+
| undefined
|
|
12920
12924
|
}
|
|
12921
12925
|
| undefined
|
|
12922
12926
|
/** Metadata for a KeyNest device. */
|
|
@@ -18026,6 +18030,10 @@ export type Routes = {
|
|
|
18026
18030
|
product_type: string
|
|
18027
18031
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
18028
18032
|
dual_setpoints_not_supported?: boolean | undefined
|
|
18033
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
18034
|
+
enforced_setpoint_range_celsius?:
|
|
18035
|
+
| [number, number]
|
|
18036
|
+
| undefined
|
|
18029
18037
|
}
|
|
18030
18038
|
| undefined
|
|
18031
18039
|
/** Metadata for a KeyNest device. */
|
|
@@ -37292,6 +37300,8 @@ export type Routes = {
|
|
|
37292
37300
|
product_type: string
|
|
37293
37301
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
37294
37302
|
dual_setpoints_not_supported?: boolean | undefined
|
|
37303
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
37304
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
37295
37305
|
}
|
|
37296
37306
|
| undefined
|
|
37297
37307
|
/** Metadata for a KeyNest device. */
|
|
@@ -39171,6 +39181,8 @@ export type Routes = {
|
|
|
39171
39181
|
product_type: string
|
|
39172
39182
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
39173
39183
|
dual_setpoints_not_supported?: boolean | undefined
|
|
39184
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
39185
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
39174
39186
|
}
|
|
39175
39187
|
| undefined
|
|
39176
39188
|
/** Metadata for a KeyNest device. */
|
|
@@ -51038,6 +51050,8 @@ export type Routes = {
|
|
|
51038
51050
|
product_type: string
|
|
51039
51051
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
51040
51052
|
dual_setpoints_not_supported?: boolean | undefined
|
|
51053
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
51054
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
51041
51055
|
}
|
|
51042
51056
|
| undefined
|
|
51043
51057
|
/** Metadata for a KeyNest device. */
|
|
@@ -52686,6 +52700,8 @@ export type Routes = {
|
|
|
52686
52700
|
product_type: string
|
|
52687
52701
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
52688
52702
|
dual_setpoints_not_supported?: boolean | undefined
|
|
52703
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
52704
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
52689
52705
|
}
|
|
52690
52706
|
| undefined
|
|
52691
52707
|
/** Metadata for a KeyNest device. */
|
|
@@ -54524,6 +54540,8 @@ export type Routes = {
|
|
|
54524
54540
|
product_type: string
|
|
54525
54541
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
54526
54542
|
dual_setpoints_not_supported?: boolean | undefined
|
|
54543
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
54544
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
54527
54545
|
}
|
|
54528
54546
|
| undefined
|
|
54529
54547
|
/** Metadata for a KeyNest device. */
|
|
@@ -56171,6 +56189,8 @@ export type Routes = {
|
|
|
56171
56189
|
product_type: string
|
|
56172
56190
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
56173
56191
|
dual_setpoints_not_supported?: boolean | undefined
|
|
56192
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
56193
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
56174
56194
|
}
|
|
56175
56195
|
| undefined
|
|
56176
56196
|
/** Metadata for a KeyNest device. */
|
|
@@ -64107,6 +64127,8 @@ export type Routes = {
|
|
|
64107
64127
|
product_type: string
|
|
64108
64128
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
64109
64129
|
dual_setpoints_not_supported?: boolean | undefined
|
|
64130
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
64131
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
64110
64132
|
}
|
|
64111
64133
|
| undefined
|
|
64112
64134
|
/** Metadata for a KeyNest device. */
|
|
@@ -65754,6 +65776,8 @@ export type Routes = {
|
|
|
65754
65776
|
product_type: string
|
|
65755
65777
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
65756
65778
|
dual_setpoints_not_supported?: boolean | undefined
|
|
65779
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
65780
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
65757
65781
|
}
|
|
65758
65782
|
| undefined
|
|
65759
65783
|
/** Metadata for a KeyNest device. */
|
|
@@ -78909,6 +78933,10 @@ export type Routes = {
|
|
|
78909
78933
|
limit?: number
|
|
78910
78934
|
/** Timestamp by which to limit returned reservations. Returns reservations created before this timestamp. */
|
|
78911
78935
|
created_before?: Date | undefined
|
|
78936
|
+
/** Timestamp by which to limit returned reservations. Returns reservations created after this timestamp. */
|
|
78937
|
+
created_after?: Date | undefined
|
|
78938
|
+
/** Lower and upper timestamps to define an exclusive interval containing the reservations that you want to list. */
|
|
78939
|
+
between?: (string | Date)[] | undefined
|
|
78912
78940
|
/** String for which to search. Filters returned reservations to include all records that satisfy a partial match using `reservation_id`, `reservation_key`, `name`, `guest_name`, or space names. */
|
|
78913
78941
|
search?: string | undefined
|
|
78914
78942
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
@@ -81312,6 +81340,10 @@ export type Routes = {
|
|
|
81312
81340
|
product_type: string
|
|
81313
81341
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
81314
81342
|
dual_setpoints_not_supported?: boolean | undefined
|
|
81343
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
81344
|
+
enforced_setpoint_range_celsius?:
|
|
81345
|
+
| [number, number]
|
|
81346
|
+
| undefined
|
|
81315
81347
|
}
|
|
81316
81348
|
| undefined
|
|
81317
81349
|
/** Metadata for a KeyNest device. */
|
|
@@ -88531,6 +88563,8 @@ export type Routes = {
|
|
|
88531
88563
|
product_type: string
|
|
88532
88564
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
88533
88565
|
dual_setpoints_not_supported?: boolean | undefined
|
|
88566
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
88567
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
88534
88568
|
}
|
|
88535
88569
|
| undefined
|
|
88536
88570
|
/** Metadata for a KeyNest device. */
|
|
@@ -93412,6 +93446,8 @@ export type Routes = {
|
|
|
93412
93446
|
product_type: string
|
|
93413
93447
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
93414
93448
|
dual_setpoints_not_supported?: boolean | undefined
|
|
93449
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
93450
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
93415
93451
|
}
|
|
93416
93452
|
| undefined
|
|
93417
93453
|
/** Metadata for a KeyNest device. */
|
|
@@ -95059,6 +95095,8 @@ export type Routes = {
|
|
|
95059
95095
|
product_type: string
|
|
95060
95096
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
95061
95097
|
dual_setpoints_not_supported?: boolean | undefined
|
|
95098
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
95099
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
95062
95100
|
}
|
|
95063
95101
|
| undefined
|
|
95064
95102
|
/** Metadata for a KeyNest device. */
|
|
@@ -103876,6 +103914,8 @@ export type Routes = {
|
|
|
103876
103914
|
product_type: string
|
|
103877
103915
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
103878
103916
|
dual_setpoints_not_supported?: boolean | undefined
|
|
103917
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
103918
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
103879
103919
|
}
|
|
103880
103920
|
| undefined
|
|
103881
103921
|
/** Metadata for a KeyNest device. */
|
|
@@ -105525,6 +105565,8 @@ export type Routes = {
|
|
|
105525
105565
|
product_type: string
|
|
105526
105566
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
105527
105567
|
dual_setpoints_not_supported?: boolean | undefined
|
|
105568
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
105569
|
+
enforced_setpoint_range_celsius?: [number, number] | undefined
|
|
105528
105570
|
}
|
|
105529
105571
|
| undefined
|
|
105530
105572
|
/** Metadata for a KeyNest device. */
|
|
@@ -108441,6 +108483,10 @@ export type Routes = {
|
|
|
108441
108483
|
product_type: string
|
|
108442
108484
|
/** Set to true when the device does not support the /dual-setpoints API endpoint. */
|
|
108443
108485
|
dual_setpoints_not_supported?: boolean | undefined
|
|
108486
|
+
/** Enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
|
|
108487
|
+
enforced_setpoint_range_celsius?:
|
|
108488
|
+
| [number, number]
|
|
108489
|
+
| undefined
|
|
108444
108490
|
}
|
|
108445
108491
|
| undefined
|
|
108446
108492
|
/** Metadata for a KeyNest device. */
|