@seamapi/types 1.347.1 → 1.348.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 +10 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -0
- package/lib/seam/connect/openapi.d.ts +10 -0
- package/lib/seam/connect/openapi.js +10 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +10 -0
package/dist/connect.cjs
CHANGED
|
@@ -16932,6 +16932,16 @@ var openapi_default = {
|
|
|
16932
16932
|
type: "http"
|
|
16933
16933
|
},
|
|
16934
16934
|
api_key: { bearerFormat: "API Key", scheme: "bearer", type: "http" },
|
|
16935
|
+
bridge_client_session: {
|
|
16936
|
+
bearerFormat: "Bridge Client Session Token",
|
|
16937
|
+
scheme: "bearer",
|
|
16938
|
+
type: "http"
|
|
16939
|
+
},
|
|
16940
|
+
certified_client: {
|
|
16941
|
+
bearerFormat: "Certified Client",
|
|
16942
|
+
scheme: "bearer",
|
|
16943
|
+
type: "http"
|
|
16944
|
+
},
|
|
16935
16945
|
client_session: {
|
|
16936
16946
|
bearerFormat: "Client Session Token",
|
|
16937
16947
|
scheme: "bearer",
|