@seamapi/types 1.1065.0 → 1.1066.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
|
@@ -54104,6 +54104,7 @@ const openapi: OpenAPISpec = {
|
|
|
54104
54104
|
'401': { description: 'Unauthorized' },
|
|
54105
54105
|
},
|
|
54106
54106
|
security: [
|
|
54107
|
+
{ client_session: [] },
|
|
54107
54108
|
{ api_key: [] },
|
|
54108
54109
|
{ pat_with_workspace: [] },
|
|
54109
54110
|
{ console_session_with_workspace: [] },
|