@seamapi/types 1.345.0 → 1.345.1
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 +0 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -17
- package/lib/seam/connect/openapi.d.ts +0 -17
- package/lib/seam/connect/openapi.js +0 -10
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -10
package/dist/connect.d.cts
CHANGED
|
@@ -23589,23 +23589,6 @@ declare const _default: {
|
|
|
23589
23589
|
type: string;
|
|
23590
23590
|
'x-route-path': string;
|
|
23591
23591
|
};
|
|
23592
|
-
service_health: {
|
|
23593
|
-
properties: {
|
|
23594
|
-
description: {
|
|
23595
|
-
type: string;
|
|
23596
|
-
};
|
|
23597
|
-
service: {
|
|
23598
|
-
type: string;
|
|
23599
|
-
};
|
|
23600
|
-
status: {
|
|
23601
|
-
enum: string[];
|
|
23602
|
-
type: string;
|
|
23603
|
-
};
|
|
23604
|
-
};
|
|
23605
|
-
required: string[];
|
|
23606
|
-
type: string;
|
|
23607
|
-
'x-route-path': string;
|
|
23608
|
-
};
|
|
23609
23592
|
thermostat_schedule: {
|
|
23610
23593
|
description: string;
|
|
23611
23594
|
properties: {
|
|
@@ -7004,23 +7004,6 @@ declare const _default: {
|
|
|
7004
7004
|
type: string;
|
|
7005
7005
|
'x-route-path': string;
|
|
7006
7006
|
};
|
|
7007
|
-
service_health: {
|
|
7008
|
-
properties: {
|
|
7009
|
-
description: {
|
|
7010
|
-
type: string;
|
|
7011
|
-
};
|
|
7012
|
-
service: {
|
|
7013
|
-
type: string;
|
|
7014
|
-
};
|
|
7015
|
-
status: {
|
|
7016
|
-
enum: string[];
|
|
7017
|
-
type: string;
|
|
7018
|
-
};
|
|
7019
|
-
};
|
|
7020
|
-
required: string[];
|
|
7021
|
-
type: string;
|
|
7022
|
-
'x-route-path': string;
|
|
7023
|
-
};
|
|
7024
7007
|
thermostat_schedule: {
|
|
7025
7008
|
description: string;
|
|
7026
7009
|
properties: {
|
|
@@ -11535,16 +11535,6 @@ export default {
|
|
|
11535
11535
|
type: 'object',
|
|
11536
11536
|
'x-route-path': '/phones',
|
|
11537
11537
|
},
|
|
11538
|
-
service_health: {
|
|
11539
|
-
properties: {
|
|
11540
|
-
description: { type: 'string' },
|
|
11541
|
-
service: { type: 'string' },
|
|
11542
|
-
status: { enum: ['healthy', 'degraded', 'down'], type: 'string' },
|
|
11543
|
-
},
|
|
11544
|
-
required: ['service', 'status', 'description'],
|
|
11545
|
-
type: 'object',
|
|
11546
|
-
'x-route-path': '/health',
|
|
11547
|
-
},
|
|
11548
11538
|
thermostat_schedule: {
|
|
11549
11539
|
description: 'Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time.',
|
|
11550
11540
|
properties: {
|