@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/package.json
CHANGED
|
@@ -14383,6 +14383,16 @@ export default {
|
|
|
14383
14383
|
type: 'http',
|
|
14384
14384
|
},
|
|
14385
14385
|
api_key: { bearerFormat: 'API Key', scheme: 'bearer', type: 'http' },
|
|
14386
|
+
bridge_client_session: {
|
|
14387
|
+
bearerFormat: 'Bridge Client Session Token',
|
|
14388
|
+
scheme: 'bearer',
|
|
14389
|
+
type: 'http',
|
|
14390
|
+
},
|
|
14391
|
+
certified_client: {
|
|
14392
|
+
bearerFormat: 'Certified Client',
|
|
14393
|
+
scheme: 'bearer',
|
|
14394
|
+
type: 'http',
|
|
14395
|
+
},
|
|
14386
14396
|
client_session: {
|
|
14387
14397
|
bearerFormat: 'Client Session Token',
|
|
14388
14398
|
scheme: 'bearer',
|