@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
|
@@ -11558,6 +11558,8 @@ export type Routes = {
|
|
|
11558
11558
|
door_name?: string | undefined;
|
|
11559
11559
|
/** Description of the door in the Salto Space access system. */
|
|
11560
11560
|
door_description?: string | undefined;
|
|
11561
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
11562
|
+
audit_on_keys?: boolean | undefined;
|
|
11561
11563
|
/** Name of the room in the Salto Space access system. */
|
|
11562
11564
|
room_name?: string | undefined;
|
|
11563
11565
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -14936,6 +14938,8 @@ export type Routes = {
|
|
|
14936
14938
|
door_name?: string | undefined;
|
|
14937
14939
|
/** Description of the door in the Salto Space access system. */
|
|
14938
14940
|
door_description?: string | undefined;
|
|
14941
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
14942
|
+
audit_on_keys?: boolean | undefined;
|
|
14939
14943
|
/** Name of the room in the Salto Space access system. */
|
|
14940
14944
|
room_name?: string | undefined;
|
|
14941
14945
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -15621,6 +15625,8 @@ export type Routes = {
|
|
|
15621
15625
|
door_name?: string | undefined;
|
|
15622
15626
|
/** Description of the door in the Salto Space access system. */
|
|
15623
15627
|
door_description?: string | undefined;
|
|
15628
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
15629
|
+
audit_on_keys?: boolean | undefined;
|
|
15624
15630
|
/** Name of the room in the Salto Space access system. */
|
|
15625
15631
|
room_name?: string | undefined;
|
|
15626
15632
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -15860,6 +15866,11 @@ export type Routes = {
|
|
|
15860
15866
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
15861
15867
|
*/
|
|
15862
15868
|
connected_account_id: string;
|
|
15869
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
15870
|
+
salto_space_metadata?: {
|
|
15871
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
15872
|
+
audit_openings?: boolean | undefined;
|
|
15873
|
+
} | undefined;
|
|
15863
15874
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
15864
15875
|
full_name?: string | undefined;
|
|
15865
15876
|
/**
|
|
@@ -17011,6 +17022,8 @@ export type Routes = {
|
|
|
17011
17022
|
door_name?: string | undefined;
|
|
17012
17023
|
/** Description of the door in the Salto Space access system. */
|
|
17013
17024
|
door_description?: string | undefined;
|
|
17025
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
17026
|
+
audit_on_keys?: boolean | undefined;
|
|
17014
17027
|
/** Name of the room in the Salto Space access system. */
|
|
17015
17028
|
room_name?: string | undefined;
|
|
17016
17029
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -20492,6 +20505,8 @@ export type Routes = {
|
|
|
20492
20505
|
door_name?: string | undefined;
|
|
20493
20506
|
/** Description of the door in the Salto Space access system. */
|
|
20494
20507
|
door_description?: string | undefined;
|
|
20508
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
20509
|
+
audit_on_keys?: boolean | undefined;
|
|
20495
20510
|
/** Name of the room in the Salto Space access system. */
|
|
20496
20511
|
room_name?: string | undefined;
|
|
20497
20512
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -20663,6 +20678,8 @@ export type Routes = {
|
|
|
20663
20678
|
door_name?: string | undefined;
|
|
20664
20679
|
/** Description of the door in the Salto Space access system. */
|
|
20665
20680
|
door_description?: string | undefined;
|
|
20681
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
20682
|
+
audit_on_keys?: boolean | undefined;
|
|
20666
20683
|
/** Name of the room in the Salto Space access system. */
|
|
20667
20684
|
room_name?: string | undefined;
|
|
20668
20685
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -21537,6 +21554,11 @@ export type Routes = {
|
|
|
21537
21554
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
21538
21555
|
*/
|
|
21539
21556
|
connected_account_id: string;
|
|
21557
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
21558
|
+
salto_space_metadata?: {
|
|
21559
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
21560
|
+
audit_openings?: boolean | undefined;
|
|
21561
|
+
} | undefined;
|
|
21540
21562
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
21541
21563
|
full_name?: string | undefined;
|
|
21542
21564
|
/**
|
|
@@ -21794,6 +21816,11 @@ export type Routes = {
|
|
|
21794
21816
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
21795
21817
|
*/
|
|
21796
21818
|
connected_account_id: string;
|
|
21819
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
21820
|
+
salto_space_metadata?: {
|
|
21821
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
21822
|
+
audit_openings?: boolean | undefined;
|
|
21823
|
+
} | undefined;
|
|
21797
21824
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
21798
21825
|
full_name?: string | undefined;
|
|
21799
21826
|
/**
|
|
@@ -22039,6 +22066,11 @@ export type Routes = {
|
|
|
22039
22066
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
22040
22067
|
*/
|
|
22041
22068
|
connected_account_id: string;
|
|
22069
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
22070
|
+
salto_space_metadata?: {
|
|
22071
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
22072
|
+
audit_openings?: boolean | undefined;
|
|
22073
|
+
} | undefined;
|
|
22042
22074
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
22043
22075
|
full_name?: string | undefined;
|
|
22044
22076
|
/**
|
|
@@ -22179,6 +22211,8 @@ export type Routes = {
|
|
|
22179
22211
|
door_name?: string | undefined;
|
|
22180
22212
|
/** Description of the door in the Salto Space access system. */
|
|
22181
22213
|
door_description?: string | undefined;
|
|
22214
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
22215
|
+
audit_on_keys?: boolean | undefined;
|
|
22182
22216
|
/** Name of the room in the Salto Space access system. */
|
|
22183
22217
|
room_name?: string | undefined;
|
|
22184
22218
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -22470,6 +22504,11 @@ export type Routes = {
|
|
|
22470
22504
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
22471
22505
|
*/
|
|
22472
22506
|
connected_account_id: string;
|
|
22507
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
22508
|
+
salto_space_metadata?: {
|
|
22509
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
22510
|
+
audit_openings?: boolean | undefined;
|
|
22511
|
+
} | undefined;
|
|
22473
22512
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
22474
22513
|
full_name?: string | undefined;
|
|
22475
22514
|
/**
|
|
@@ -22709,6 +22748,11 @@ export type Routes = {
|
|
|
22709
22748
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
22710
22749
|
*/
|
|
22711
22750
|
connected_account_id: string;
|
|
22751
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
22752
|
+
salto_space_metadata?: {
|
|
22753
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
22754
|
+
audit_openings?: boolean | undefined;
|
|
22755
|
+
} | undefined;
|
|
22712
22756
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
22713
22757
|
full_name?: string | undefined;
|
|
22714
22758
|
/**
|
|
@@ -55156,6 +55200,8 @@ export type Routes = {
|
|
|
55156
55200
|
door_name?: string | undefined;
|
|
55157
55201
|
/** Description of the door in the Salto Space access system. */
|
|
55158
55202
|
door_description?: string | undefined;
|
|
55203
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
55204
|
+
audit_on_keys?: boolean | undefined;
|
|
55159
55205
|
/** Name of the room in the Salto Space access system. */
|
|
55160
55206
|
room_name?: string | undefined;
|
|
55161
55207
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -56767,6 +56813,8 @@ export type Routes = {
|
|
|
56767
56813
|
door_name?: string | undefined;
|
|
56768
56814
|
/** Description of the door in the Salto Space access system. */
|
|
56769
56815
|
door_description?: string | undefined;
|
|
56816
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
56817
|
+
audit_on_keys?: boolean | undefined;
|
|
56770
56818
|
/** Name of the room in the Salto Space access system. */
|
|
56771
56819
|
room_name?: string | undefined;
|
|
56772
56820
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -76198,6 +76246,11 @@ export type Routes = {
|
|
|
76198
76246
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
76199
76247
|
*/
|
|
76200
76248
|
connected_account_id: string;
|
|
76249
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
76250
|
+
salto_space_metadata?: {
|
|
76251
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
76252
|
+
audit_openings?: boolean | undefined;
|
|
76253
|
+
} | undefined;
|
|
76201
76254
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
76202
76255
|
full_name?: string | undefined;
|
|
76203
76256
|
/**
|
|
@@ -78130,6 +78183,8 @@ export type Routes = {
|
|
|
78130
78183
|
door_name?: string | undefined;
|
|
78131
78184
|
/** Description of the door in the Salto Space access system. */
|
|
78132
78185
|
door_description?: string | undefined;
|
|
78186
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
78187
|
+
audit_on_keys?: boolean | undefined;
|
|
78133
78188
|
/** Name of the room in the Salto Space access system. */
|
|
78134
78189
|
room_name?: string | undefined;
|
|
78135
78190
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -78473,6 +78528,11 @@ export type Routes = {
|
|
|
78473
78528
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
78474
78529
|
*/
|
|
78475
78530
|
connected_account_id: string;
|
|
78531
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
78532
|
+
salto_space_metadata?: {
|
|
78533
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
78534
|
+
audit_openings?: boolean | undefined;
|
|
78535
|
+
} | undefined;
|
|
78476
78536
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
78477
78537
|
full_name?: string | undefined;
|
|
78478
78538
|
/**
|
|
@@ -80025,6 +80085,11 @@ export type Routes = {
|
|
|
80025
80085
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
80026
80086
|
*/
|
|
80027
80087
|
connected_account_id: string;
|
|
80088
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
80089
|
+
salto_space_metadata?: {
|
|
80090
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
80091
|
+
audit_openings?: boolean | undefined;
|
|
80092
|
+
} | undefined;
|
|
80028
80093
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
80029
80094
|
full_name?: string | undefined;
|
|
80030
80095
|
/**
|
package/package.json
CHANGED
|
@@ -2,6 +2,7 @@ import { z } from 'zod'
|
|
|
2
2
|
|
|
3
3
|
import { phone_number } from '../../phone-number.js'
|
|
4
4
|
import { schedule } from '../../schedule.js'
|
|
5
|
+
import { acs_user_salto_space_metadata } from '../metadata/salto-space.js'
|
|
5
6
|
import { acs_user_pending_mutations } from './pending-mutations.js'
|
|
6
7
|
|
|
7
8
|
export const acs_user_external_type = z.enum([
|
|
@@ -311,6 +312,11 @@ const common_acs_user = z
|
|
|
311
312
|
connected_account_id: z.string().uuid().describe(`
|
|
312
313
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
313
314
|
`),
|
|
315
|
+
salto_space_metadata: acs_user_salto_space_metadata
|
|
316
|
+
.optional()
|
|
317
|
+
.describe(
|
|
318
|
+
'Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
|
|
319
|
+
),
|
|
314
320
|
})
|
|
315
321
|
.merge(user_fields)
|
|
316
322
|
|
|
@@ -14,6 +14,11 @@ export const acs_entrance_salto_space_metadata = z
|
|
|
14
14
|
door_description: z
|
|
15
15
|
.string()
|
|
16
16
|
.describe('Description of the door in the Salto Space access system.'),
|
|
17
|
+
audit_on_keys: z
|
|
18
|
+
.boolean()
|
|
19
|
+
.describe(
|
|
20
|
+
'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
|
|
21
|
+
),
|
|
17
22
|
room_name: z
|
|
18
23
|
.string()
|
|
19
24
|
.describe('Name of the room in the Salto Space access system.'),
|
|
@@ -27,3 +32,20 @@ export const acs_entrance_salto_space_metadata = z
|
|
|
27
32
|
export type AcsEntranceSaltoSpaceMetadata = z.infer<
|
|
28
33
|
typeof acs_entrance_salto_space_metadata
|
|
29
34
|
>
|
|
35
|
+
|
|
36
|
+
export const acs_user_salto_space_metadata = z
|
|
37
|
+
.object({
|
|
38
|
+
audit_openings: z
|
|
39
|
+
.boolean()
|
|
40
|
+
.optional()
|
|
41
|
+
.describe(
|
|
42
|
+
'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
|
|
43
|
+
),
|
|
44
|
+
})
|
|
45
|
+
.describe(
|
|
46
|
+
'Salto Space-specific metadata associated with the access system user.',
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
export type AcsUserSaltoSpaceMetadata = z.infer<
|
|
50
|
+
typeof acs_user_salto_space_metadata
|
|
51
|
+
>
|
|
@@ -3035,6 +3035,11 @@ export default {
|
|
|
3035
3035
|
description:
|
|
3036
3036
|
'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
3037
3037
|
properties: {
|
|
3038
|
+
audit_on_keys: {
|
|
3039
|
+
description:
|
|
3040
|
+
'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
|
|
3041
|
+
type: 'boolean',
|
|
3042
|
+
},
|
|
3038
3043
|
door_description: {
|
|
3039
3044
|
description:
|
|
3040
3045
|
'Description of the door in the Salto Space access system.',
|
|
@@ -4153,6 +4158,18 @@ export default {
|
|
|
4153
4158
|
'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`).',
|
|
4154
4159
|
type: 'string',
|
|
4155
4160
|
},
|
|
4161
|
+
salto_space_metadata: {
|
|
4162
|
+
description:
|
|
4163
|
+
'Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
|
|
4164
|
+
properties: {
|
|
4165
|
+
audit_openings: {
|
|
4166
|
+
description:
|
|
4167
|
+
'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
|
|
4168
|
+
type: 'boolean',
|
|
4169
|
+
},
|
|
4170
|
+
},
|
|
4171
|
+
type: 'object',
|
|
4172
|
+
},
|
|
4156
4173
|
user_identity_email_address: {
|
|
4157
4174
|
description:
|
|
4158
4175
|
'Email address of the user identity associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
|
|
@@ -20322,6 +20339,11 @@ export default {
|
|
|
20322
20339
|
description:
|
|
20323
20340
|
'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
20324
20341
|
properties: {
|
|
20342
|
+
audit_on_keys: {
|
|
20343
|
+
description:
|
|
20344
|
+
'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
|
|
20345
|
+
type: 'boolean',
|
|
20346
|
+
},
|
|
20325
20347
|
door_description: {
|
|
20326
20348
|
description:
|
|
20327
20349
|
'Description of the door in the Salto Space access system.',
|
|
@@ -24296,6 +24318,18 @@ export default {
|
|
|
24296
24318
|
'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`).',
|
|
24297
24319
|
type: 'string',
|
|
24298
24320
|
},
|
|
24321
|
+
salto_space_metadata: {
|
|
24322
|
+
description:
|
|
24323
|
+
'Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
|
|
24324
|
+
properties: {
|
|
24325
|
+
audit_openings: {
|
|
24326
|
+
description:
|
|
24327
|
+
'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
|
|
24328
|
+
type: 'boolean',
|
|
24329
|
+
},
|
|
24330
|
+
},
|
|
24331
|
+
type: 'object',
|
|
24332
|
+
},
|
|
24299
24333
|
user_identity_email_address: {
|
|
24300
24334
|
description:
|
|
24301
24335
|
'Email address of the user identity associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
|
|
@@ -13211,6 +13211,8 @@ export type Routes = {
|
|
|
13211
13211
|
door_name?: string | undefined
|
|
13212
13212
|
/** Description of the door in the Salto Space access system. */
|
|
13213
13213
|
door_description?: string | undefined
|
|
13214
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
13215
|
+
audit_on_keys?: boolean | undefined
|
|
13214
13216
|
/** Name of the room in the Salto Space access system. */
|
|
13215
13217
|
room_name?: string | undefined
|
|
13216
13218
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -17265,6 +17267,8 @@ export type Routes = {
|
|
|
17265
17267
|
door_name?: string | undefined
|
|
17266
17268
|
/** Description of the door in the Salto Space access system. */
|
|
17267
17269
|
door_description?: string | undefined
|
|
17270
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
17271
|
+
audit_on_keys?: boolean | undefined
|
|
17268
17272
|
/** Name of the room in the Salto Space access system. */
|
|
17269
17273
|
room_name?: string | undefined
|
|
17270
17274
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -18046,6 +18050,8 @@ export type Routes = {
|
|
|
18046
18050
|
door_name?: string | undefined
|
|
18047
18051
|
/** Description of the door in the Salto Space access system. */
|
|
18048
18052
|
door_description?: string | undefined
|
|
18053
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
18054
|
+
audit_on_keys?: boolean | undefined
|
|
18049
18055
|
/** Name of the room in the Salto Space access system. */
|
|
18050
18056
|
room_name?: string | undefined
|
|
18051
18057
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -18322,6 +18328,13 @@ export type Routes = {
|
|
|
18322
18328
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
18323
18329
|
*/
|
|
18324
18330
|
connected_account_id: string
|
|
18331
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
18332
|
+
salto_space_metadata?:
|
|
18333
|
+
| {
|
|
18334
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
18335
|
+
audit_openings?: boolean | undefined
|
|
18336
|
+
}
|
|
18337
|
+
| undefined
|
|
18325
18338
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
18326
18339
|
full_name?: string | undefined
|
|
18327
18340
|
/**
|
|
@@ -19681,6 +19694,8 @@ export type Routes = {
|
|
|
19681
19694
|
door_name?: string | undefined
|
|
19682
19695
|
/** Description of the door in the Salto Space access system. */
|
|
19683
19696
|
door_description?: string | undefined
|
|
19697
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
19698
|
+
audit_on_keys?: boolean | undefined
|
|
19684
19699
|
/** Name of the room in the Salto Space access system. */
|
|
19685
19700
|
room_name?: string | undefined
|
|
19686
19701
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -23700,6 +23715,8 @@ export type Routes = {
|
|
|
23700
23715
|
door_name?: string | undefined
|
|
23701
23716
|
/** Description of the door in the Salto Space access system. */
|
|
23702
23717
|
door_description?: string | undefined
|
|
23718
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
23719
|
+
audit_on_keys?: boolean | undefined
|
|
23703
23720
|
/** Name of the room in the Salto Space access system. */
|
|
23704
23721
|
room_name?: string | undefined
|
|
23705
23722
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -23898,6 +23915,8 @@ export type Routes = {
|
|
|
23898
23915
|
door_name?: string | undefined
|
|
23899
23916
|
/** Description of the door in the Salto Space access system. */
|
|
23900
23917
|
door_description?: string | undefined
|
|
23918
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
23919
|
+
audit_on_keys?: boolean | undefined
|
|
23901
23920
|
/** Name of the room in the Salto Space access system. */
|
|
23902
23921
|
room_name?: string | undefined
|
|
23903
23922
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -24990,6 +25009,13 @@ export type Routes = {
|
|
|
24990
25009
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
24991
25010
|
*/
|
|
24992
25011
|
connected_account_id: string
|
|
25012
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
25013
|
+
salto_space_metadata?:
|
|
25014
|
+
| {
|
|
25015
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
25016
|
+
audit_openings?: boolean | undefined
|
|
25017
|
+
}
|
|
25018
|
+
| undefined
|
|
24993
25019
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
24994
25020
|
full_name?: string | undefined
|
|
24995
25021
|
/**
|
|
@@ -25281,6 +25307,13 @@ export type Routes = {
|
|
|
25281
25307
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
25282
25308
|
*/
|
|
25283
25309
|
connected_account_id: string
|
|
25310
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
25311
|
+
salto_space_metadata?:
|
|
25312
|
+
| {
|
|
25313
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
25314
|
+
audit_openings?: boolean | undefined
|
|
25315
|
+
}
|
|
25316
|
+
| undefined
|
|
25284
25317
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
25285
25318
|
full_name?: string | undefined
|
|
25286
25319
|
/**
|
|
@@ -25560,6 +25593,13 @@ export type Routes = {
|
|
|
25560
25593
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
25561
25594
|
*/
|
|
25562
25595
|
connected_account_id: string
|
|
25596
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
25597
|
+
salto_space_metadata?:
|
|
25598
|
+
| {
|
|
25599
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
25600
|
+
audit_openings?: boolean | undefined
|
|
25601
|
+
}
|
|
25602
|
+
| undefined
|
|
25563
25603
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
25564
25604
|
full_name?: string | undefined
|
|
25565
25605
|
/**
|
|
@@ -25724,6 +25764,8 @@ export type Routes = {
|
|
|
25724
25764
|
door_name?: string | undefined
|
|
25725
25765
|
/** Description of the door in the Salto Space access system. */
|
|
25726
25766
|
door_description?: string | undefined
|
|
25767
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
25768
|
+
audit_on_keys?: boolean | undefined
|
|
25727
25769
|
/** Name of the room in the Salto Space access system. */
|
|
25728
25770
|
room_name?: string | undefined
|
|
25729
25771
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -26052,6 +26094,13 @@ export type Routes = {
|
|
|
26052
26094
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
26053
26095
|
*/
|
|
26054
26096
|
connected_account_id: string
|
|
26097
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
26098
|
+
salto_space_metadata?:
|
|
26099
|
+
| {
|
|
26100
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
26101
|
+
audit_openings?: boolean | undefined
|
|
26102
|
+
}
|
|
26103
|
+
| undefined
|
|
26055
26104
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
26056
26105
|
full_name?: string | undefined
|
|
26057
26106
|
/**
|
|
@@ -26325,6 +26374,13 @@ export type Routes = {
|
|
|
26325
26374
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
26326
26375
|
*/
|
|
26327
26376
|
connected_account_id: string
|
|
26377
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
26378
|
+
salto_space_metadata?:
|
|
26379
|
+
| {
|
|
26380
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
26381
|
+
audit_openings?: boolean | undefined
|
|
26382
|
+
}
|
|
26383
|
+
| undefined
|
|
26328
26384
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
26329
26385
|
full_name?: string | undefined
|
|
26330
26386
|
/**
|
|
@@ -65648,6 +65704,8 @@ export type Routes = {
|
|
|
65648
65704
|
door_name?: string | undefined
|
|
65649
65705
|
/** Description of the door in the Salto Space access system. */
|
|
65650
65706
|
door_description?: string | undefined
|
|
65707
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
65708
|
+
audit_on_keys?: boolean | undefined
|
|
65651
65709
|
/** Name of the room in the Salto Space access system. */
|
|
65652
65710
|
room_name?: string | undefined
|
|
65653
65711
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -67650,6 +67708,8 @@ export type Routes = {
|
|
|
67650
67708
|
door_name?: string | undefined
|
|
67651
67709
|
/** Description of the door in the Salto Space access system. */
|
|
67652
67710
|
door_description?: string | undefined
|
|
67711
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
67712
|
+
audit_on_keys?: boolean | undefined
|
|
67653
67713
|
/** Name of the room in the Salto Space access system. */
|
|
67654
67714
|
room_name?: string | undefined
|
|
67655
67715
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -90628,6 +90688,13 @@ export type Routes = {
|
|
|
90628
90688
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
90629
90689
|
*/
|
|
90630
90690
|
connected_account_id: string
|
|
90691
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
90692
|
+
salto_space_metadata?:
|
|
90693
|
+
| {
|
|
90694
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
90695
|
+
audit_openings?: boolean | undefined
|
|
90696
|
+
}
|
|
90697
|
+
| undefined
|
|
90631
90698
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
90632
90699
|
full_name?: string | undefined
|
|
90633
90700
|
/**
|
|
@@ -92953,6 +93020,8 @@ export type Routes = {
|
|
|
92953
93020
|
door_name?: string | undefined
|
|
92954
93021
|
/** Description of the door in the Salto Space access system. */
|
|
92955
93022
|
door_description?: string | undefined
|
|
93023
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
93024
|
+
audit_on_keys?: boolean | undefined
|
|
92956
93025
|
/** Name of the room in the Salto Space access system. */
|
|
92957
93026
|
room_name?: string | undefined
|
|
92958
93027
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -93392,6 +93461,13 @@ export type Routes = {
|
|
|
93392
93461
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
93393
93462
|
*/
|
|
93394
93463
|
connected_account_id: string
|
|
93464
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
93465
|
+
salto_space_metadata?:
|
|
93466
|
+
| {
|
|
93467
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
93468
|
+
audit_openings?: boolean | undefined
|
|
93469
|
+
}
|
|
93470
|
+
| undefined
|
|
93395
93471
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
93396
93472
|
full_name?: string | undefined
|
|
93397
93473
|
/**
|
|
@@ -95218,6 +95294,13 @@ export type Routes = {
|
|
|
95218
95294
|
The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
|
|
95219
95295
|
*/
|
|
95220
95296
|
connected_account_id: string
|
|
95297
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
95298
|
+
salto_space_metadata?:
|
|
95299
|
+
| {
|
|
95300
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
95301
|
+
audit_openings?: boolean | undefined
|
|
95302
|
+
}
|
|
95303
|
+
| undefined
|
|
95221
95304
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
95222
95305
|
full_name?: string | undefined
|
|
95223
95306
|
/**
|