@seamapi/types 1.258.0 → 1.258.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 +3 -39
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -70
- package/lib/seam/connect/openapi.d.ts +0 -54
- package/lib/seam/connect/openapi.js +2 -38
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -16
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -38
- package/src/lib/seam/connect/route-types.ts +1 -16
package/dist/connect.cjs
CHANGED
|
@@ -4858,36 +4858,6 @@ var openapi_default = {
|
|
|
4858
4858
|
],
|
|
4859
4859
|
type: "object"
|
|
4860
4860
|
},
|
|
4861
|
-
climate_preset: {
|
|
4862
|
-
properties: {
|
|
4863
|
-
can_delete: { type: "boolean" },
|
|
4864
|
-
can_edit: { type: "boolean" },
|
|
4865
|
-
climate_preset_key: { type: "string" },
|
|
4866
|
-
cooling_set_point_celsius: { format: "float", type: "number" },
|
|
4867
|
-
cooling_set_point_fahrenheit: { format: "float", type: "number" },
|
|
4868
|
-
display_name: { type: "string" },
|
|
4869
|
-
fan_mode_setting: {
|
|
4870
|
-
enum: ["auto", "on", "circulate"],
|
|
4871
|
-
type: "string"
|
|
4872
|
-
},
|
|
4873
|
-
heating_set_point_celsius: { format: "float", type: "number" },
|
|
4874
|
-
heating_set_point_fahrenheit: { format: "float", type: "number" },
|
|
4875
|
-
hvac_mode_setting: {
|
|
4876
|
-
enum: ["off", "heat", "cool", "heat_cool"],
|
|
4877
|
-
type: "string"
|
|
4878
|
-
},
|
|
4879
|
-
manual_override_allowed: { type: "boolean" },
|
|
4880
|
-
name: { default: null, nullable: true, type: "string" }
|
|
4881
|
-
},
|
|
4882
|
-
required: [
|
|
4883
|
-
"climate_preset_key",
|
|
4884
|
-
"can_edit",
|
|
4885
|
-
"can_delete",
|
|
4886
|
-
"display_name",
|
|
4887
|
-
"manual_override_allowed"
|
|
4888
|
-
],
|
|
4889
|
-
type: "object"
|
|
4890
|
-
},
|
|
4891
4861
|
connect_webview: {
|
|
4892
4862
|
properties: {
|
|
4893
4863
|
accepted_devices: {
|
|
@@ -15812,13 +15782,8 @@ var openapi_default = {
|
|
|
15812
15782
|
content: {
|
|
15813
15783
|
"application/json": {
|
|
15814
15784
|
schema: {
|
|
15815
|
-
properties: {
|
|
15816
|
-
|
|
15817
|
-
$ref: "#/components/schemas/climate_preset"
|
|
15818
|
-
},
|
|
15819
|
-
ok: { type: "boolean" }
|
|
15820
|
-
},
|
|
15821
|
-
required: ["climate_preset", "ok"],
|
|
15785
|
+
properties: { ok: { type: "boolean" } },
|
|
15786
|
+
required: ["ok"],
|
|
15822
15787
|
type: "object"
|
|
15823
15788
|
}
|
|
15824
15789
|
}
|
|
@@ -15836,8 +15801,7 @@ var openapi_default = {
|
|
|
15836
15801
|
summary: "/thermostats/create_climate_preset",
|
|
15837
15802
|
tags: ["/thermostats"],
|
|
15838
15803
|
"x-fern-sdk-group-name": ["thermostats"],
|
|
15839
|
-
"x-fern-sdk-method-name": "create_climate_preset"
|
|
15840
|
-
"x-fern-sdk-return-value": "climate_preset"
|
|
15804
|
+
"x-fern-sdk-method-name": "create_climate_preset"
|
|
15841
15805
|
}
|
|
15842
15806
|
},
|
|
15843
15807
|
"/thermostats/delete_climate_preset": {
|