@seamapi/types 1.347.0 → 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 +12 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -0
- package/lib/seam/connect/models/acs/acs-encoder.js +1 -0
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +11 -0
- package/lib/seam/connect/openapi.js +11 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +12 -0
package/package.json
CHANGED
|
@@ -57,6 +57,7 @@ export const acs_encoder = z.object({
|
|
|
57
57
|
---
|
|
58
58
|
route_path: /acs/encoders
|
|
59
59
|
---
|
|
60
|
+
Represents a hardware device that encodes [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) data onto physical cards within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). See also [Working with Card Encoders and Scanners](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners).
|
|
60
61
|
`)
|
|
61
62
|
|
|
62
63
|
export type AcsEncoder = z.infer<typeof acs_encoder>
|
|
@@ -1320,6 +1320,8 @@ export default {
|
|
|
1320
1320
|
'x-route-path': '/acs/credential_provisioning_automations',
|
|
1321
1321
|
},
|
|
1322
1322
|
acs_encoder: {
|
|
1323
|
+
description:
|
|
1324
|
+
'Represents a hardware device that encodes [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) data onto physical cards within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). See also [Working with Card Encoders and Scanners](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners).',
|
|
1323
1325
|
properties: {
|
|
1324
1326
|
acs_encoder_id: {
|
|
1325
1327
|
description: 'ID of the `acs_encoder`.',
|
|
@@ -14381,6 +14383,16 @@ export default {
|
|
|
14381
14383
|
type: 'http',
|
|
14382
14384
|
},
|
|
14383
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
|
+
},
|
|
14384
14396
|
client_session: {
|
|
14385
14397
|
bearerFormat: 'Client Session Token',
|
|
14386
14398
|
scheme: 'bearer',
|