@seamapi/types 1.157.0 → 1.157.2
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/LICENSE.txt +1 -1
- package/dist/connect.cjs +10 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +34 -25
- package/lib/seam/connect/models/devices/managed-device.d.ts +8 -8
- package/lib/seam/connect/openapi.d.ts +34 -25
- package/lib/seam/connect/openapi.js +9 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -8
- package/src/lib/seam/connect/openapi.ts +9 -8
package/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2021-
|
|
3
|
+
Copyright (c) 2021-2024 Seam Labs, Inc.
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
6
|
this software and associated documentation files (the "Software"), to deal in
|
package/dist/connect.cjs
CHANGED
|
@@ -6444,9 +6444,10 @@ var openapi_default = {
|
|
|
6444
6444
|
401: { description: "Unauthorized" }
|
|
6445
6445
|
},
|
|
6446
6446
|
security: [
|
|
6447
|
-
{
|
|
6448
|
-
{
|
|
6449
|
-
{
|
|
6447
|
+
{ client_session: [] },
|
|
6448
|
+
{ pat_with_workspace: [] },
|
|
6449
|
+
{ console_session: [] },
|
|
6450
|
+
{ api_key: [] }
|
|
6450
6451
|
],
|
|
6451
6452
|
summary: "/connect_webviews/create",
|
|
6452
6453
|
tags: ["/connect_webviews"],
|
|
@@ -7291,9 +7292,10 @@ var openapi_default = {
|
|
|
7291
7292
|
401: { description: "Unauthorized" }
|
|
7292
7293
|
},
|
|
7293
7294
|
security: [
|
|
7294
|
-
{
|
|
7295
|
-
{
|
|
7296
|
-
{
|
|
7295
|
+
{ client_session: [] },
|
|
7296
|
+
{ pat_with_workspace: [] },
|
|
7297
|
+
{ console_session: [] },
|
|
7298
|
+
{ api_key: [] }
|
|
7297
7299
|
],
|
|
7298
7300
|
summary: "/devices/unmanaged/get",
|
|
7299
7301
|
tags: ["/devices"],
|
|
@@ -9453,8 +9455,7 @@ var openapi_default = {
|
|
|
9453
9455
|
summary: "/thermostats/climate_setting_schedules/update",
|
|
9454
9456
|
tags: ["/thermostats"],
|
|
9455
9457
|
"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"
|
|
9458
|
+
"x-fern-sdk-method-name": "update"
|
|
9458
9459
|
},
|
|
9459
9460
|
put: {
|
|
9460
9461
|
operationId: "thermostatsClimateSettingSchedulesUpdatePut",
|
|
@@ -11686,7 +11687,7 @@ var openapi_default = {
|
|
|
11686
11687
|
tags: ["/workspaces"],
|
|
11687
11688
|
"x-fern-sdk-group-name": ["workspaces"],
|
|
11688
11689
|
"x-fern-sdk-method-name": "reset_sandbox",
|
|
11689
|
-
"x-fern-sdk-return-value": "
|
|
11690
|
+
"x-fern-sdk-return-value": "action_attempt"
|
|
11690
11691
|
}
|
|
11691
11692
|
}
|
|
11692
11693
|
},
|