@seamapi/types 1.347.0 → 1.347.1
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 +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -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 +1 -0
- package/lib/seam/connect/openapi.js +1 -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 +2 -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`.',
|