@seamapi/types 1.538.0 → 1.539.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/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- 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
|
@@ -52493,7 +52493,8 @@ var openapi_default = {
|
|
|
52493
52493
|
security: [
|
|
52494
52494
|
{ pat_with_workspace: [] },
|
|
52495
52495
|
{ console_session_with_workspace: [] },
|
|
52496
|
-
{ api_key: [] }
|
|
52496
|
+
{ api_key: [] },
|
|
52497
|
+
{ client_session_with_customer: [] }
|
|
52497
52498
|
],
|
|
52498
52499
|
summary: "/spaces/get",
|
|
52499
52500
|
tags: [],
|
|
@@ -52560,7 +52561,8 @@ var openapi_default = {
|
|
|
52560
52561
|
security: [
|
|
52561
52562
|
{ pat_with_workspace: [] },
|
|
52562
52563
|
{ console_session_with_workspace: [] },
|
|
52563
|
-
{ api_key: [] }
|
|
52564
|
+
{ api_key: [] },
|
|
52565
|
+
{ client_session_with_customer: [] }
|
|
52564
52566
|
],
|
|
52565
52567
|
summary: "/spaces/get",
|
|
52566
52568
|
tags: [],
|