@seamapi/types 1.343.0 → 1.344.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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -0
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -24484,7 +24484,8 @@ var openapi_default = {
|
|
|
24484
24484
|
security: [
|
|
24485
24485
|
{ api_key: [] },
|
|
24486
24486
|
{ pat_with_workspace: [] },
|
|
24487
|
-
{ console_session_with_workspace: [] }
|
|
24487
|
+
{ console_session_with_workspace: [] },
|
|
24488
|
+
{ client_session: [] }
|
|
24488
24489
|
],
|
|
24489
24490
|
summary: "/devices/update",
|
|
24490
24491
|
tags: ["/devices"],
|
|
@@ -24541,7 +24542,8 @@ var openapi_default = {
|
|
|
24541
24542
|
security: [
|
|
24542
24543
|
{ api_key: [] },
|
|
24543
24544
|
{ pat_with_workspace: [] },
|
|
24544
|
-
{ console_session_with_workspace: [] }
|
|
24545
|
+
{ console_session_with_workspace: [] },
|
|
24546
|
+
{ client_session: [] }
|
|
24545
24547
|
],
|
|
24546
24548
|
summary: "/devices/update",
|
|
24547
24549
|
tags: ["/devices"],
|