@seamapi/types 1.710.0 → 1.711.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
|
@@ -34559,7 +34559,8 @@ var openapi_default = {
|
|
|
34559
34559
|
security: [
|
|
34560
34560
|
{ pat_with_workspace: [] },
|
|
34561
34561
|
{ console_session_with_workspace: [] },
|
|
34562
|
-
{ api_key: [] }
|
|
34562
|
+
{ api_key: [] },
|
|
34563
|
+
{ client_session_with_customer: [] }
|
|
34563
34564
|
],
|
|
34564
34565
|
summary: "/access_methods/delete",
|
|
34565
34566
|
tags: [],
|
|
@@ -34608,7 +34609,8 @@ var openapi_default = {
|
|
|
34608
34609
|
security: [
|
|
34609
34610
|
{ pat_with_workspace: [] },
|
|
34610
34611
|
{ console_session_with_workspace: [] },
|
|
34611
|
-
{ api_key: [] }
|
|
34612
|
+
{ api_key: [] },
|
|
34613
|
+
{ client_session_with_customer: [] }
|
|
34612
34614
|
],
|
|
34613
34615
|
summary: "/access_methods/delete",
|
|
34614
34616
|
tags: [],
|