@seamapi/types 1.292.2 → 1.293.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 +20 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +69 -0
- package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.js → assa-abloy-vostio.js} +1 -1
- package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.js.map → assa-abloy-vostio.js.map} +1 -1
- package/lib/seam/connect/models/acs/metadata/{dormakaba_community.js → dormakaba-community.js} +1 -1
- package/lib/seam/connect/models/acs/metadata/{dormakaba_community.js.map → dormakaba-community.js.map} +1 -1
- package/lib/seam/connect/models/acs/metadata/index.d.ts +2 -2
- package/lib/seam/connect/models/acs/metadata/index.js +2 -2
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +5 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +5 -0
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/phone.d.ts +5 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +3 -0
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -0
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +20 -0
- package/lib/seam/connect/openapi.js +13 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/index.ts +2 -2
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +10 -0
- package/src/lib/seam/connect/openapi.ts +15 -0
- package/src/lib/seam/connect/route-types.ts +34 -0
- /package/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.d.ts → assa-abloy-vostio.d.ts} +0 -0
- /package/lib/seam/connect/models/acs/metadata/{dormakaba_community.d.ts → dormakaba-community.d.ts} +0 -0
- /package/src/lib/seam/connect/models/acs/metadata/{assa_abloy_vostio.ts → assa-abloy-vostio.ts} +0 -0
- /package/src/lib/seam/connect/models/acs/metadata/{dormakaba_community.ts → dormakaba-community.ts} +0 -0
|
@@ -3303,6 +3303,11 @@ declare const _default: {
|
|
|
3303
3303
|
format: string;
|
|
3304
3304
|
type: string;
|
|
3305
3305
|
};
|
|
3306
|
+
unstable_is_override_allowed: {
|
|
3307
|
+
description: string;
|
|
3308
|
+
type: string;
|
|
3309
|
+
'x-undocumented': string;
|
|
3310
|
+
};
|
|
3306
3311
|
};
|
|
3307
3312
|
required: string[];
|
|
3308
3313
|
type: string;
|
|
@@ -4126,6 +4131,11 @@ declare const _default: {
|
|
|
4126
4131
|
format: string;
|
|
4127
4132
|
type: string;
|
|
4128
4133
|
};
|
|
4134
|
+
unstable_is_override_allowed: {
|
|
4135
|
+
description: string;
|
|
4136
|
+
type: string;
|
|
4137
|
+
'x-undocumented': string;
|
|
4138
|
+
};
|
|
4129
4139
|
};
|
|
4130
4140
|
required: string[];
|
|
4131
4141
|
type: string;
|
|
@@ -16915,6 +16925,10 @@ declare const _default: {
|
|
|
16915
16925
|
description: string;
|
|
16916
16926
|
type: string;
|
|
16917
16927
|
};
|
|
16928
|
+
is_override_allowed: {
|
|
16929
|
+
default: boolean;
|
|
16930
|
+
type: string;
|
|
16931
|
+
};
|
|
16918
16932
|
max_override_period_minutes: {
|
|
16919
16933
|
default: number;
|
|
16920
16934
|
description: string;
|
|
@@ -17247,6 +17261,9 @@ declare const _default: {
|
|
|
17247
17261
|
description: string;
|
|
17248
17262
|
type: string;
|
|
17249
17263
|
};
|
|
17264
|
+
is_override_allowed: {
|
|
17265
|
+
type: string;
|
|
17266
|
+
};
|
|
17250
17267
|
max_override_period_minutes: {
|
|
17251
17268
|
description: string;
|
|
17252
17269
|
minimum: number;
|
|
@@ -17339,6 +17356,9 @@ declare const _default: {
|
|
|
17339
17356
|
description: string;
|
|
17340
17357
|
type: string;
|
|
17341
17358
|
};
|
|
17359
|
+
is_override_allowed: {
|
|
17360
|
+
type: string;
|
|
17361
|
+
};
|
|
17342
17362
|
max_override_period_minutes: {
|
|
17343
17363
|
description: string;
|
|
17344
17364
|
minimum: number;
|
|
@@ -4457,6 +4457,11 @@ export default {
|
|
|
4457
4457
|
format: 'uuid',
|
|
4458
4458
|
type: 'string',
|
|
4459
4459
|
},
|
|
4460
|
+
unstable_is_override_allowed: {
|
|
4461
|
+
description: "Indicates whether a person at the thermostat can change the thermostat's settings.",
|
|
4462
|
+
type: 'boolean',
|
|
4463
|
+
'x-undocumented': 'Unstable',
|
|
4464
|
+
},
|
|
4460
4465
|
},
|
|
4461
4466
|
required: [
|
|
4462
4467
|
'thermostat_schedule_id',
|
|
@@ -5206,6 +5211,11 @@ export default {
|
|
|
5206
5211
|
format: 'uuid',
|
|
5207
5212
|
type: 'string',
|
|
5208
5213
|
},
|
|
5214
|
+
unstable_is_override_allowed: {
|
|
5215
|
+
description: "Indicates whether a person at the thermostat can change the thermostat's settings.",
|
|
5216
|
+
type: 'boolean',
|
|
5217
|
+
'x-undocumented': 'Unstable',
|
|
5218
|
+
},
|
|
5209
5219
|
},
|
|
5210
5220
|
required: [
|
|
5211
5221
|
'thermostat_schedule_id',
|
|
@@ -16038,6 +16048,7 @@ export default {
|
|
|
16038
16048
|
description: 'Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
|
|
16039
16049
|
type: 'string',
|
|
16040
16050
|
},
|
|
16051
|
+
is_override_allowed: { default: false, type: 'boolean' },
|
|
16041
16052
|
max_override_period_minutes: {
|
|
16042
16053
|
default: 0,
|
|
16043
16054
|
description: "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
|
|
@@ -16289,6 +16300,7 @@ export default {
|
|
|
16289
16300
|
description: 'Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
|
|
16290
16301
|
type: 'string',
|
|
16291
16302
|
},
|
|
16303
|
+
is_override_allowed: { type: 'boolean' },
|
|
16292
16304
|
max_override_period_minutes: {
|
|
16293
16305
|
description: "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
|
|
16294
16306
|
minimum: 0,
|
|
@@ -16358,6 +16370,7 @@ export default {
|
|
|
16358
16370
|
description: 'Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
|
|
16359
16371
|
type: 'string',
|
|
16360
16372
|
},
|
|
16373
|
+
is_override_allowed: { type: 'boolean' },
|
|
16361
16374
|
max_override_period_minutes: {
|
|
16362
16375
|
description: "Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).",
|
|
16363
16376
|
minimum: 0,
|