@seamapi/types 1.157.0 → 1.157.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 +6 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -13
- package/lib/seam/connect/openapi.d.ts +17 -13
- package/lib/seam/connect/openapi.js +5 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +5 -5
package/dist/connect.cjs
CHANGED
|
@@ -7291,9 +7291,10 @@ var openapi_default = {
|
|
|
7291
7291
|
401: { description: "Unauthorized" }
|
|
7292
7292
|
},
|
|
7293
7293
|
security: [
|
|
7294
|
-
{
|
|
7295
|
-
{
|
|
7296
|
-
{
|
|
7294
|
+
{ client_session: [] },
|
|
7295
|
+
{ pat_with_workspace: [] },
|
|
7296
|
+
{ console_session: [] },
|
|
7297
|
+
{ api_key: [] }
|
|
7297
7298
|
],
|
|
7298
7299
|
summary: "/devices/unmanaged/get",
|
|
7299
7300
|
tags: ["/devices"],
|
|
@@ -9453,8 +9454,7 @@ var openapi_default = {
|
|
|
9453
9454
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
9454
9455
|
tags: ["/thermostats"],
|
|
9455
9456
|
"x-fern-sdk-group-name": ["thermostats", "climate_setting_schedules"],
|
|
9456
|
-
"x-fern-sdk-method-name": "update"
|
|
9457
|
-
"x-fern-sdk-return-value": "climate_setting_schedule"
|
|
9457
|
+
"x-fern-sdk-method-name": "update"
|
|
9458
9458
|
},
|
|
9459
9459
|
put: {
|
|
9460
9460
|
operationId: "thermostatsClimateSettingSchedulesUpdatePut",
|
|
@@ -11686,7 +11686,7 @@ var openapi_default = {
|
|
|
11686
11686
|
tags: ["/workspaces"],
|
|
11687
11687
|
"x-fern-sdk-group-name": ["workspaces"],
|
|
11688
11688
|
"x-fern-sdk-method-name": "reset_sandbox",
|
|
11689
|
-
"x-fern-sdk-return-value": "
|
|
11689
|
+
"x-fern-sdk-return-value": "action_attempt"
|
|
11690
11690
|
}
|
|
11691
11691
|
}
|
|
11692
11692
|
},
|