@seamapi/types 1.662.0 → 1.663.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.
@@ -15868,6 +15868,8 @@ export type Routes = {
15868
15868
  connected_account_id: string;
15869
15869
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
15870
15870
  salto_space_metadata?: {
15871
+ /** User ID in the Salto Space access system. */
15872
+ user_id?: string | undefined;
15871
15873
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
15872
15874
  audit_openings?: boolean | undefined;
15873
15875
  } | undefined;
@@ -21556,6 +21558,8 @@ export type Routes = {
21556
21558
  connected_account_id: string;
21557
21559
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
21558
21560
  salto_space_metadata?: {
21561
+ /** User ID in the Salto Space access system. */
21562
+ user_id?: string | undefined;
21559
21563
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
21560
21564
  audit_openings?: boolean | undefined;
21561
21565
  } | undefined;
@@ -21818,6 +21822,8 @@ export type Routes = {
21818
21822
  connected_account_id: string;
21819
21823
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
21820
21824
  salto_space_metadata?: {
21825
+ /** User ID in the Salto Space access system. */
21826
+ user_id?: string | undefined;
21821
21827
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
21822
21828
  audit_openings?: boolean | undefined;
21823
21829
  } | undefined;
@@ -22068,6 +22074,8 @@ export type Routes = {
22068
22074
  connected_account_id: string;
22069
22075
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
22070
22076
  salto_space_metadata?: {
22077
+ /** User ID in the Salto Space access system. */
22078
+ user_id?: string | undefined;
22071
22079
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
22072
22080
  audit_openings?: boolean | undefined;
22073
22081
  } | undefined;
@@ -22506,6 +22514,8 @@ export type Routes = {
22506
22514
  connected_account_id: string;
22507
22515
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
22508
22516
  salto_space_metadata?: {
22517
+ /** User ID in the Salto Space access system. */
22518
+ user_id?: string | undefined;
22509
22519
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
22510
22520
  audit_openings?: boolean | undefined;
22511
22521
  } | undefined;
@@ -22750,6 +22760,8 @@ export type Routes = {
22750
22760
  connected_account_id: string;
22751
22761
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
22752
22762
  salto_space_metadata?: {
22763
+ /** User ID in the Salto Space access system. */
22764
+ user_id?: string | undefined;
22753
22765
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
22754
22766
  audit_openings?: boolean | undefined;
22755
22767
  } | undefined;
@@ -76280,6 +76292,8 @@ export type Routes = {
76280
76292
  connected_account_id: string;
76281
76293
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
76282
76294
  salto_space_metadata?: {
76295
+ /** User ID in the Salto Space access system. */
76296
+ user_id?: string | undefined;
76283
76297
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
76284
76298
  audit_openings?: boolean | undefined;
76285
76299
  } | undefined;
@@ -78562,6 +78576,8 @@ export type Routes = {
78562
78576
  connected_account_id: string;
78563
78577
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
78564
78578
  salto_space_metadata?: {
78579
+ /** User ID in the Salto Space access system. */
78580
+ user_id?: string | undefined;
78565
78581
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
78566
78582
  audit_openings?: boolean | undefined;
78567
78583
  } | undefined;
@@ -80119,6 +80135,8 @@ export type Routes = {
80119
80135
  connected_account_id: string;
80120
80136
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
80121
80137
  salto_space_metadata?: {
80138
+ /** User ID in the Salto Space access system. */
80139
+ user_id?: string | undefined;
80122
80140
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
80123
80141
  audit_openings?: boolean | undefined;
80124
80142
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.662.0",
3
+ "version": "1.663.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -35,13 +35,14 @@ export type AcsEntranceSaltoSpaceMetadata = z.infer<
35
35
 
36
36
  export const acs_user_salto_space_metadata = z
37
37
  .object({
38
+ user_id: z.string().describe('User ID in the Salto Space access system.'),
38
39
  audit_openings: z
39
40
  .boolean()
40
- .optional()
41
41
  .describe(
42
42
  'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
43
43
  ),
44
44
  })
45
+ .partial()
45
46
  .describe(
46
47
  'Salto Space-specific metadata associated with the access system user.',
47
48
  )
@@ -4167,6 +4167,10 @@ export default {
4167
4167
  'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
4168
4168
  type: 'boolean',
4169
4169
  },
4170
+ user_id: {
4171
+ description: 'User ID in the Salto Space access system.',
4172
+ type: 'string',
4173
+ },
4170
4174
  },
4171
4175
  type: 'object',
4172
4176
  },
@@ -24327,6 +24331,10 @@ export default {
24327
24331
  'Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.',
24328
24332
  type: 'boolean',
24329
24333
  },
24334
+ user_id: {
24335
+ description: 'User ID in the Salto Space access system.',
24336
+ type: 'string',
24337
+ },
24330
24338
  },
24331
24339
  type: 'object',
24332
24340
  },
@@ -18331,6 +18331,8 @@ export type Routes = {
18331
18331
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
18332
18332
  salto_space_metadata?:
18333
18333
  | {
18334
+ /** User ID in the Salto Space access system. */
18335
+ user_id?: string | undefined
18334
18336
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
18335
18337
  audit_openings?: boolean | undefined
18336
18338
  }
@@ -25012,6 +25014,8 @@ export type Routes = {
25012
25014
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
25013
25015
  salto_space_metadata?:
25014
25016
  | {
25017
+ /** User ID in the Salto Space access system. */
25018
+ user_id?: string | undefined
25015
25019
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
25016
25020
  audit_openings?: boolean | undefined
25017
25021
  }
@@ -25310,6 +25314,8 @@ export type Routes = {
25310
25314
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
25311
25315
  salto_space_metadata?:
25312
25316
  | {
25317
+ /** User ID in the Salto Space access system. */
25318
+ user_id?: string | undefined
25313
25319
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
25314
25320
  audit_openings?: boolean | undefined
25315
25321
  }
@@ -25596,6 +25602,8 @@ export type Routes = {
25596
25602
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
25597
25603
  salto_space_metadata?:
25598
25604
  | {
25605
+ /** User ID in the Salto Space access system. */
25606
+ user_id?: string | undefined
25599
25607
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
25600
25608
  audit_openings?: boolean | undefined
25601
25609
  }
@@ -26097,6 +26105,8 @@ export type Routes = {
26097
26105
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
26098
26106
  salto_space_metadata?:
26099
26107
  | {
26108
+ /** User ID in the Salto Space access system. */
26109
+ user_id?: string | undefined
26100
26110
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
26101
26111
  audit_openings?: boolean | undefined
26102
26112
  }
@@ -26377,6 +26387,8 @@ export type Routes = {
26377
26387
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
26378
26388
  salto_space_metadata?:
26379
26389
  | {
26390
+ /** User ID in the Salto Space access system. */
26391
+ user_id?: string | undefined
26380
26392
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
26381
26393
  audit_openings?: boolean | undefined
26382
26394
  }
@@ -90723,6 +90735,8 @@ export type Routes = {
90723
90735
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
90724
90736
  salto_space_metadata?:
90725
90737
  | {
90738
+ /** User ID in the Salto Space access system. */
90739
+ user_id?: string | undefined
90726
90740
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
90727
90741
  audit_openings?: boolean | undefined
90728
90742
  }
@@ -93496,6 +93510,8 @@ export type Routes = {
93496
93510
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
93497
93511
  salto_space_metadata?:
93498
93512
  | {
93513
+ /** User ID in the Salto Space access system. */
93514
+ user_id?: string | undefined
93499
93515
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
93500
93516
  audit_openings?: boolean | undefined
93501
93517
  }
@@ -95329,6 +95345,8 @@ export type Routes = {
95329
95345
  /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
95330
95346
  salto_space_metadata?:
95331
95347
  | {
95348
+ /** User ID in the Salto Space access system. */
95349
+ user_id?: string | undefined
95332
95350
  /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
95333
95351
  audit_openings?: boolean | undefined
95334
95352
  }