@seamapi/types 1.763.0 → 1.764.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
|
@@ -42416,7 +42416,8 @@ var openapi_default = {
|
|
|
42416
42416
|
security: [
|
|
42417
42417
|
{ pat_with_workspace: [] },
|
|
42418
42418
|
{ console_session_with_workspace: [] },
|
|
42419
|
-
{ api_key: [] }
|
|
42419
|
+
{ api_key: [] },
|
|
42420
|
+
{ client_session_with_customer: [] }
|
|
42420
42421
|
],
|
|
42421
42422
|
summary: "/access_methods/unmanaged/list",
|
|
42422
42423
|
tags: [],
|
|
@@ -42830,7 +42831,8 @@ var openapi_default = {
|
|
|
42830
42831
|
security: [
|
|
42831
42832
|
{ pat_with_workspace: [] },
|
|
42832
42833
|
{ console_session_with_workspace: [] },
|
|
42833
|
-
{ api_key: [] }
|
|
42834
|
+
{ api_key: [] },
|
|
42835
|
+
{ client_session_with_customer: [] }
|
|
42834
42836
|
],
|
|
42835
42837
|
summary: "/access_methods/unmanaged/list",
|
|
42836
42838
|
tags: [],
|