@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/package.json
CHANGED
|
@@ -58166,6 +58166,7 @@ export default {
|
|
|
58166
58166
|
{ client_session: [] },
|
|
58167
58167
|
{ pat_with_workspace: [] },
|
|
58168
58168
|
{ console_session_with_workspace: [] },
|
|
58169
|
+
{ client_session_with_customer: [] },
|
|
58169
58170
|
{ api_key: [] },
|
|
58170
58171
|
],
|
|
58171
58172
|
summary: '/thermostats/create_climate_preset',
|
|
@@ -59618,6 +59619,7 @@ export default {
|
|
|
59618
59619
|
{ client_session: [] },
|
|
59619
59620
|
{ pat_with_workspace: [] },
|
|
59620
59621
|
{ console_session_with_workspace: [] },
|
|
59622
|
+
{ client_session_with_customer: [] },
|
|
59621
59623
|
{ api_key: [] },
|
|
59622
59624
|
],
|
|
59623
59625
|
summary: '/thermostats/schedules/create',
|
|
@@ -59896,6 +59898,7 @@ export default {
|
|
|
59896
59898
|
{ client_session: [] },
|
|
59897
59899
|
{ pat_with_workspace: [] },
|
|
59898
59900
|
{ console_session_with_workspace: [] },
|
|
59901
|
+
{ client_session_with_customer: [] },
|
|
59899
59902
|
],
|
|
59900
59903
|
summary: '/thermostats/schedules/list',
|
|
59901
59904
|
tags: ['/thermostats'],
|
|
@@ -59961,6 +59964,7 @@ export default {
|
|
|
59961
59964
|
{ client_session: [] },
|
|
59962
59965
|
{ pat_with_workspace: [] },
|
|
59963
59966
|
{ console_session_with_workspace: [] },
|
|
59967
|
+
{ client_session_with_customer: [] },
|
|
59964
59968
|
],
|
|
59965
59969
|
summary: '/thermostats/schedules/list',
|
|
59966
59970
|
tags: ['/thermostats'],
|