@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.
|
@@ -34295,6 +34295,11 @@ const openapi = {
|
|
|
34295
34295
|
scheme: 'bearer',
|
|
34296
34296
|
type: 'http',
|
|
34297
34297
|
},
|
|
34298
|
+
certified_client_optional: {
|
|
34299
|
+
bearerFormat: 'Certified Client (Optional)',
|
|
34300
|
+
scheme: 'bearer',
|
|
34301
|
+
type: 'http',
|
|
34302
|
+
},
|
|
34298
34303
|
client_session: {
|
|
34299
34304
|
bearerFormat: 'Client Session Token',
|
|
34300
34305
|
scheme: 'bearer',
|
|
@@ -59161,7 +59166,7 @@ const openapi = {
|
|
|
59161
59166
|
'400': { description: 'Bad Request' },
|
|
59162
59167
|
'401': { description: 'Unauthorized' },
|
|
59163
59168
|
},
|
|
59164
|
-
security: [{
|
|
59169
|
+
security: [{}, { certified_client_optional: [] }],
|
|
59165
59170
|
summary: '/seam/bridge/v1/bridge_client_sessions/create',
|
|
59166
59171
|
tags: [],
|
|
59167
59172
|
'x-fern-sdk-group-name': [
|