@seamapi/types 1.646.0 → 1.647.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 +6 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +40 -0
- package/dist/index.cjs +6 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +40 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -0
package/dist/connect.cjs
CHANGED
|
@@ -59608,6 +59608,7 @@ var openapi_default = {
|
|
|
59608
59608
|
{ client_session: [] },
|
|
59609
59609
|
{ pat_with_workspace: [] },
|
|
59610
59610
|
{ console_session_with_workspace: [] },
|
|
59611
|
+
{ client_session_with_customer: [] },
|
|
59611
59612
|
{ api_key: [] }
|
|
59612
59613
|
],
|
|
59613
59614
|
summary: "/thermostats/create_climate_preset",
|
|
@@ -60978,6 +60979,7 @@ var openapi_default = {
|
|
|
60978
60979
|
{ client_session: [] },
|
|
60979
60980
|
{ pat_with_workspace: [] },
|
|
60980
60981
|
{ console_session_with_workspace: [] },
|
|
60982
|
+
{ client_session_with_customer: [] },
|
|
60981
60983
|
{ api_key: [] }
|
|
60982
60984
|
],
|
|
60983
60985
|
summary: "/thermostats/schedules/create",
|
|
@@ -61244,7 +61246,8 @@ var openapi_default = {
|
|
|
61244
61246
|
{ api_key: [] },
|
|
61245
61247
|
{ client_session: [] },
|
|
61246
61248
|
{ pat_with_workspace: [] },
|
|
61247
|
-
{ console_session_with_workspace: [] }
|
|
61249
|
+
{ console_session_with_workspace: [] },
|
|
61250
|
+
{ client_session_with_customer: [] }
|
|
61248
61251
|
],
|
|
61249
61252
|
summary: "/thermostats/schedules/list",
|
|
61250
61253
|
tags: ["/thermostats"],
|
|
@@ -61306,7 +61309,8 @@ var openapi_default = {
|
|
|
61306
61309
|
{ api_key: [] },
|
|
61307
61310
|
{ client_session: [] },
|
|
61308
61311
|
{ pat_with_workspace: [] },
|
|
61309
|
-
{ console_session_with_workspace: [] }
|
|
61312
|
+
{ console_session_with_workspace: [] },
|
|
61313
|
+
{ client_session_with_customer: [] }
|
|
61310
61314
|
],
|
|
61311
61315
|
summary: "/thermostats/schedules/list",
|
|
61312
61316
|
tags: ["/thermostats"],
|