@seamapi/types 1.659.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 +46 -18
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +129 -0
- package/dist/index.cjs +46 -18
- package/dist/index.cjs.map +1 -1
- 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 +8 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js +8 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +38 -0
- package/lib/seam/connect/openapi.d.ts +20 -0
- package/lib/seam/connect/openapi.js +20 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -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 +17 -0
- package/src/lib/seam/connect/openapi.ts +24 -0
- package/src/lib/seam/connect/route-types.ts +63 -0
|
@@ -15866,6 +15866,11 @@ export type Routes = {
|
|
|
15866
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).
|
|
15867
15867
|
*/
|
|
15868
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;
|
|
15869
15874
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
15870
15875
|
full_name?: string | undefined;
|
|
15871
15876
|
/**
|
|
@@ -21549,6 +21554,11 @@ export type Routes = {
|
|
|
21549
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).
|
|
21550
21555
|
*/
|
|
21551
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;
|
|
21552
21562
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
21553
21563
|
full_name?: string | undefined;
|
|
21554
21564
|
/**
|
|
@@ -21806,6 +21816,11 @@ export type Routes = {
|
|
|
21806
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).
|
|
21807
21817
|
*/
|
|
21808
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;
|
|
21809
21824
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
21810
21825
|
full_name?: string | undefined;
|
|
21811
21826
|
/**
|
|
@@ -22051,6 +22066,11 @@ export type Routes = {
|
|
|
22051
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).
|
|
22052
22067
|
*/
|
|
22053
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;
|
|
22054
22074
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
22055
22075
|
full_name?: string | undefined;
|
|
22056
22076
|
/**
|
|
@@ -22484,6 +22504,11 @@ export type Routes = {
|
|
|
22484
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).
|
|
22485
22505
|
*/
|
|
22486
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;
|
|
22487
22512
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
22488
22513
|
full_name?: string | undefined;
|
|
22489
22514
|
/**
|
|
@@ -22723,6 +22748,11 @@ export type Routes = {
|
|
|
22723
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).
|
|
22724
22749
|
*/
|
|
22725
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;
|
|
22726
22756
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
22727
22757
|
full_name?: string | undefined;
|
|
22728
22758
|
/**
|
|
@@ -76216,6 +76246,11 @@ export type Routes = {
|
|
|
76216
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).
|
|
76217
76247
|
*/
|
|
76218
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;
|
|
76219
76254
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
76220
76255
|
full_name?: string | undefined;
|
|
76221
76256
|
/**
|
|
@@ -78493,6 +78528,11 @@ export type Routes = {
|
|
|
78493
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).
|
|
78494
78529
|
*/
|
|
78495
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;
|
|
78496
78536
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
78497
78537
|
full_name?: string | undefined;
|
|
78498
78538
|
/**
|
|
@@ -80045,6 +80085,11 @@ export type Routes = {
|
|
|
80045
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).
|
|
80046
80086
|
*/
|
|
80047
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;
|
|
80048
80093
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
80049
80094
|
full_name?: string | undefined;
|
|
80050
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
|
|
|
@@ -32,3 +32,20 @@ export const acs_entrance_salto_space_metadata = z
|
|
|
32
32
|
export type AcsEntranceSaltoSpaceMetadata = z.infer<
|
|
33
33
|
typeof acs_entrance_salto_space_metadata
|
|
34
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
|
+
>
|
|
@@ -4158,6 +4158,18 @@ export default {
|
|
|
4158
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`).',
|
|
4159
4159
|
type: 'string',
|
|
4160
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
|
+
},
|
|
4161
4173
|
user_identity_email_address: {
|
|
4162
4174
|
description:
|
|
4163
4175
|
'Email address of the user identity associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
|
|
@@ -24306,6 +24318,18 @@ export default {
|
|
|
24306
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`).',
|
|
24307
24319
|
type: 'string',
|
|
24308
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
|
+
},
|
|
24309
24333
|
user_identity_email_address: {
|
|
24310
24334
|
description:
|
|
24311
24335
|
'Email address of the user identity associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).',
|
|
@@ -18328,6 +18328,13 @@ export type Routes = {
|
|
|
18328
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).
|
|
18329
18329
|
*/
|
|
18330
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
|
|
18331
18338
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
18332
18339
|
full_name?: string | undefined
|
|
18333
18340
|
/**
|
|
@@ -25002,6 +25009,13 @@ export type Routes = {
|
|
|
25002
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).
|
|
25003
25010
|
*/
|
|
25004
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
|
|
25005
25019
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
25006
25020
|
full_name?: string | undefined
|
|
25007
25021
|
/**
|
|
@@ -25293,6 +25307,13 @@ export type Routes = {
|
|
|
25293
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).
|
|
25294
25308
|
*/
|
|
25295
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
|
|
25296
25317
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
25297
25318
|
full_name?: string | undefined
|
|
25298
25319
|
/**
|
|
@@ -25572,6 +25593,13 @@ export type Routes = {
|
|
|
25572
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).
|
|
25573
25594
|
*/
|
|
25574
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
|
|
25575
25603
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
25576
25604
|
full_name?: string | undefined
|
|
25577
25605
|
/**
|
|
@@ -26066,6 +26094,13 @@ export type Routes = {
|
|
|
26066
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).
|
|
26067
26095
|
*/
|
|
26068
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
|
|
26069
26104
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
26070
26105
|
full_name?: string | undefined
|
|
26071
26106
|
/**
|
|
@@ -26339,6 +26374,13 @@ export type Routes = {
|
|
|
26339
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).
|
|
26340
26375
|
*/
|
|
26341
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
|
|
26342
26384
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
26343
26385
|
full_name?: string | undefined
|
|
26344
26386
|
/**
|
|
@@ -90646,6 +90688,13 @@ export type Routes = {
|
|
|
90646
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).
|
|
90647
90689
|
*/
|
|
90648
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
|
|
90649
90698
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
90650
90699
|
full_name?: string | undefined
|
|
90651
90700
|
/**
|
|
@@ -93412,6 +93461,13 @@ export type Routes = {
|
|
|
93412
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).
|
|
93413
93462
|
*/
|
|
93414
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
|
|
93415
93471
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
93416
93472
|
full_name?: string | undefined
|
|
93417
93473
|
/**
|
|
@@ -95238,6 +95294,13 @@ export type Routes = {
|
|
|
95238
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).
|
|
95239
95295
|
*/
|
|
95240
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
|
|
95241
95304
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
95242
95305
|
full_name?: string | undefined
|
|
95243
95306
|
/**
|