@seamapi/types 1.658.0 → 1.660.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.
@@ -2646,6 +2646,10 @@ export default {
2646
2646
  salto_space_metadata: {
2647
2647
  description: 'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
2648
2648
  properties: {
2649
+ audit_on_keys: {
2650
+ description: 'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
2651
+ type: 'boolean',
2652
+ },
2649
2653
  door_description: {
2650
2654
  description: 'Description of the door in the Salto Space access system.',
2651
2655
  type: 'string',
@@ -3635,6 +3639,16 @@ export default {
3635
3639
  description: 'Phone number of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in E.164 format (for example, `+15555550100`).',
3636
3640
  type: 'string',
3637
3641
  },
3642
+ salto_space_metadata: {
3643
+ description: 'Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
3644
+ properties: {
3645
+ audit_openings: {
3646
+ description: 'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
3647
+ type: 'boolean',
3648
+ },
3649
+ },
3650
+ type: 'object',
3651
+ },
3638
3652
  user_identity_email_address: {
3639
3653
  description: 'Email address of the user identity associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
3640
3654
  nullable: true,
@@ -18308,6 +18322,10 @@ export default {
18308
18322
  salto_space_metadata: {
18309
18323
  description: 'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
18310
18324
  properties: {
18325
+ audit_on_keys: {
18326
+ description: 'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
18327
+ type: 'boolean',
18328
+ },
18311
18329
  door_description: {
18312
18330
  description: 'Description of the door in the Salto Space access system.',
18313
18331
  type: 'string',
@@ -21784,6 +21802,16 @@ export default {
21784
21802
  description: 'Phone number of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in E.164 format (for example, `+15555550100`).',
21785
21803
  type: 'string',
21786
21804
  },
21805
+ salto_space_metadata: {
21806
+ description: 'Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
21807
+ properties: {
21808
+ audit_openings: {
21809
+ description: 'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
21810
+ type: 'boolean',
21811
+ },
21812
+ },
21813
+ type: 'object',
21814
+ },
21787
21815
  user_identity_email_address: {
21788
21816
  description: 'Email address of the user identity associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
21789
21817
  nullable: true,