@seamapi/types 1.580.0 → 1.582.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 +9 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +177 -137
- package/dist/index.cjs +9 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +167 -167
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +15 -15
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +15 -15
- package/lib/seam/connect/models/devices/device.d.ts +21 -21
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +15 -15
- package/lib/seam/connect/models/events/devices.d.ts +2 -2
- package/lib/seam/connect/models/events/seam-event.d.ts +1 -1
- package/lib/seam/connect/models/thermostats/climate-preset.d.ts +6 -6
- package/lib/seam/connect/models/thermostats/climate-preset.js +1 -1
- package/lib/seam/connect/models/thermostats/climate-preset.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +43 -3
- package/lib/seam/connect/openapi.js +8 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +51 -51
- package/package.json +1 -1
- package/src/lib/seam/connect/models/thermostats/climate-preset.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -4
- package/src/lib/seam/connect/route-types.ts +67 -51
package/dist/connect.cjs
CHANGED
|
@@ -178,7 +178,7 @@ var climate_preset = zod.z.object({
|
|
|
178
178
|
can_delete: zod.z.boolean().describe(
|
|
179
179
|
"Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted."
|
|
180
180
|
),
|
|
181
|
-
|
|
181
|
+
can_use_with_thermostat_daily_programs: zod.z.boolean().describe(
|
|
182
182
|
"Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program."
|
|
183
183
|
),
|
|
184
184
|
name: zod.z.string().nullable().default(null).optional().describe(
|
|
@@ -16235,7 +16235,7 @@ var openapi_default = {
|
|
|
16235
16235
|
description: "Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be edited.",
|
|
16236
16236
|
type: "boolean"
|
|
16237
16237
|
},
|
|
16238
|
-
|
|
16238
|
+
can_use_with_thermostat_daily_programs: {
|
|
16239
16239
|
description: "Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program.",
|
|
16240
16240
|
type: "boolean"
|
|
16241
16241
|
},
|
|
@@ -16330,7 +16330,7 @@ var openapi_default = {
|
|
|
16330
16330
|
"climate_preset_key",
|
|
16331
16331
|
"can_edit",
|
|
16332
16332
|
"can_delete",
|
|
16333
|
-
"
|
|
16333
|
+
"can_use_with_thermostat_daily_programs",
|
|
16334
16334
|
"display_name",
|
|
16335
16335
|
"manual_override_allowed"
|
|
16336
16336
|
],
|
|
@@ -16368,7 +16368,7 @@ var openapi_default = {
|
|
|
16368
16368
|
description: "Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be edited.",
|
|
16369
16369
|
type: "boolean"
|
|
16370
16370
|
},
|
|
16371
|
-
|
|
16371
|
+
can_use_with_thermostat_daily_programs: {
|
|
16372
16372
|
description: "Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program.",
|
|
16373
16373
|
type: "boolean"
|
|
16374
16374
|
},
|
|
@@ -16469,7 +16469,7 @@ var openapi_default = {
|
|
|
16469
16469
|
description: "Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be edited.",
|
|
16470
16470
|
type: "boolean"
|
|
16471
16471
|
},
|
|
16472
|
-
|
|
16472
|
+
can_use_with_thermostat_daily_programs: {
|
|
16473
16473
|
description: "Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program.",
|
|
16474
16474
|
type: "boolean"
|
|
16475
16475
|
},
|
|
@@ -29000,6 +29000,7 @@ var openapi_default = {
|
|
|
29000
29000
|
},
|
|
29001
29001
|
security: [
|
|
29002
29002
|
{ client_session: [] },
|
|
29003
|
+
{ client_session_with_customer: [] },
|
|
29003
29004
|
{ pat_with_workspace: [] },
|
|
29004
29005
|
{ console_session_with_workspace: [] },
|
|
29005
29006
|
{ api_key: [] }
|
|
@@ -29125,6 +29126,7 @@ var openapi_default = {
|
|
|
29125
29126
|
},
|
|
29126
29127
|
security: [
|
|
29127
29128
|
{ client_session: [] },
|
|
29129
|
+
{ client_session_with_customer: [] },
|
|
29128
29130
|
{ pat_with_workspace: [] },
|
|
29129
29131
|
{ console_session_with_workspace: [] },
|
|
29130
29132
|
{ api_key: [] }
|
|
@@ -31029,6 +31031,7 @@ var openapi_default = {
|
|
|
31029
31031
|
},
|
|
31030
31032
|
security: [
|
|
31031
31033
|
{ client_session: [] },
|
|
31034
|
+
{ client_session_with_customer: [] },
|
|
31032
31035
|
{ pat_with_workspace: [] },
|
|
31033
31036
|
{ console_session_with_workspace: [] },
|
|
31034
31037
|
{ api_key: [] }
|
|
@@ -31089,6 +31092,7 @@ var openapi_default = {
|
|
|
31089
31092
|
},
|
|
31090
31093
|
security: [
|
|
31091
31094
|
{ client_session: [] },
|
|
31095
|
+
{ client_session_with_customer: [] },
|
|
31092
31096
|
{ pat_with_workspace: [] },
|
|
31093
31097
|
{ console_session_with_workspace: [] },
|
|
31094
31098
|
{ api_key: [] }
|