@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.
- package/dist/connect.cjs +54 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +169 -0
- package/dist/index.cjs +54 -15
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +5 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +26 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +4 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/index.d.ts +1 -0
- package/lib/seam/connect/models/acs/metadata/index.js +1 -0
- package/lib/seam/connect/models/acs/metadata/index.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +11 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js +11 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +45 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +20 -0
- package/lib/seam/connect/openapi.d.ts +28 -0
- package/lib/seam/connect/openapi.js +28 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +65 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +6 -0
- package/src/lib/seam/connect/models/acs/metadata/index.ts +1 -0
- package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +22 -0
- package/src/lib/seam/connect/openapi.ts +34 -0
- package/src/lib/seam/connect/route-types.ts +83 -0
|
@@ -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,
|