@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.347.1",
3
+ "version": "1.348.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -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',