@seamapi/types 1.247.0 → 1.247.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 +8 -28
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -42
- package/lib/seam/connect/openapi.d.ts +0 -12
- package/lib/seam/connect/openapi.js +8 -28
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -30
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -28
- package/src/lib/seam/connect/route-types.ts +2 -30
package/dist/connect.cjs
CHANGED
|
@@ -16012,13 +16012,8 @@ var openapi_default = {
|
|
|
16012
16012
|
content: {
|
|
16013
16013
|
"application/json": {
|
|
16014
16014
|
schema: {
|
|
16015
|
-
properties: {
|
|
16016
|
-
|
|
16017
|
-
thermostat_schedule: {
|
|
16018
|
-
$ref: "#/components/schemas/thermostat_schedule"
|
|
16019
|
-
}
|
|
16020
|
-
},
|
|
16021
|
-
required: ["thermostat_schedule", "ok"],
|
|
16015
|
+
properties: { ok: { type: "boolean" } },
|
|
16016
|
+
required: ["ok"],
|
|
16022
16017
|
type: "object"
|
|
16023
16018
|
}
|
|
16024
16019
|
}
|
|
@@ -16063,13 +16058,8 @@ var openapi_default = {
|
|
|
16063
16058
|
content: {
|
|
16064
16059
|
"application/json": {
|
|
16065
16060
|
schema: {
|
|
16066
|
-
properties: {
|
|
16067
|
-
|
|
16068
|
-
thermostat_schedule: {
|
|
16069
|
-
$ref: "#/components/schemas/thermostat_schedule"
|
|
16070
|
-
}
|
|
16071
|
-
},
|
|
16072
|
-
required: ["thermostat_schedule", "ok"],
|
|
16061
|
+
properties: { ok: { type: "boolean" } },
|
|
16062
|
+
required: ["ok"],
|
|
16073
16063
|
type: "object"
|
|
16074
16064
|
}
|
|
16075
16065
|
}
|
|
@@ -16242,13 +16232,8 @@ var openapi_default = {
|
|
|
16242
16232
|
content: {
|
|
16243
16233
|
"application/json": {
|
|
16244
16234
|
schema: {
|
|
16245
|
-
properties: {
|
|
16246
|
-
|
|
16247
|
-
$ref: "#/components/schemas/climate_preset"
|
|
16248
|
-
},
|
|
16249
|
-
ok: { type: "boolean" }
|
|
16250
|
-
},
|
|
16251
|
-
required: ["climate_preset", "ok"],
|
|
16235
|
+
properties: { ok: { type: "boolean" } },
|
|
16236
|
+
required: ["ok"],
|
|
16252
16237
|
type: "object"
|
|
16253
16238
|
}
|
|
16254
16239
|
}
|
|
@@ -16315,13 +16300,8 @@ var openapi_default = {
|
|
|
16315
16300
|
content: {
|
|
16316
16301
|
"application/json": {
|
|
16317
16302
|
schema: {
|
|
16318
|
-
properties: {
|
|
16319
|
-
|
|
16320
|
-
$ref: "#/components/schemas/climate_preset"
|
|
16321
|
-
},
|
|
16322
|
-
ok: { type: "boolean" }
|
|
16323
|
-
},
|
|
16324
|
-
required: ["climate_preset", "ok"],
|
|
16303
|
+
properties: { ok: { type: "boolean" } },
|
|
16304
|
+
required: ["ok"],
|
|
16325
16305
|
type: "object"
|
|
16326
16306
|
}
|
|
16327
16307
|
}
|