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