@seamapi/types 1.1032.0 → 1.1033.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/package.json
CHANGED
|
@@ -38423,6 +38423,11 @@ const openapi: OpenAPISpec = {
|
|
|
38423
38423
|
scheme: 'bearer',
|
|
38424
38424
|
type: 'http',
|
|
38425
38425
|
},
|
|
38426
|
+
certified_client_optional: {
|
|
38427
|
+
bearerFormat: 'Certified Client (Optional)',
|
|
38428
|
+
scheme: 'bearer',
|
|
38429
|
+
type: 'http',
|
|
38430
|
+
},
|
|
38426
38431
|
client_session: {
|
|
38427
38432
|
bearerFormat: 'Client Session Token',
|
|
38428
38433
|
scheme: 'bearer',
|
|
@@ -64702,7 +64707,7 @@ const openapi: OpenAPISpec = {
|
|
|
64702
64707
|
'400': { description: 'Bad Request' },
|
|
64703
64708
|
'401': { description: 'Unauthorized' },
|
|
64704
64709
|
},
|
|
64705
|
-
security: [{
|
|
64710
|
+
security: [{}, { certified_client_optional: [] }],
|
|
64706
64711
|
summary: '/seam/bridge/v1/bridge_client_sessions/create',
|
|
64707
64712
|
tags: [],
|
|
64708
64713
|
'x-fern-sdk-group-name': [
|