@seamapi/types 1.659.0 → 1.661.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.
@@ -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
  /**
@@ -26261,6 +26291,7 @@ export type Routes = {
26261
26291
  method: 'POST';
26262
26292
  queryParams: {};
26263
26293
  jsonBody: {
26294
+ /** ID of the connected account you want to simulate as disconnected. */
26264
26295
  connected_account_id: string;
26265
26296
  };
26266
26297
  commonParams: {};
@@ -76216,6 +76247,11 @@ export type Routes = {
76216
76247
  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
76248
  */
76218
76249
  connected_account_id: string;
76250
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
76251
+ salto_space_metadata?: {
76252
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
76253
+ audit_openings?: boolean | undefined;
76254
+ } | undefined;
76219
76255
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
76220
76256
  full_name?: string | undefined;
76221
76257
  /**
@@ -78493,6 +78529,11 @@ export type Routes = {
78493
78529
  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
78530
  */
78495
78531
  connected_account_id: string;
78532
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
78533
+ salto_space_metadata?: {
78534
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
78535
+ audit_openings?: boolean | undefined;
78536
+ } | undefined;
78496
78537
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
78497
78538
  full_name?: string | undefined;
78498
78539
  /**
@@ -80045,6 +80086,11 @@ export type Routes = {
80045
80086
  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
80087
  */
80047
80088
  connected_account_id: string;
80089
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
80090
+ salto_space_metadata?: {
80091
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
80092
+ audit_openings?: boolean | undefined;
80093
+ } | undefined;
80048
80094
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
80049
80095
  full_name?: string | undefined;
80050
80096
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.659.0",
3
+ "version": "1.661.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -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
 
@@ -4,4 +4,5 @@ export * from './dormakaba-community.js'
4
4
  export * from './hotek.js'
5
5
  export * from './latch.js'
6
6
  export * from './salto.js'
7
+ export * from './salto-space.js'
7
8
  export * from './visionline.js'
@@ -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).',
@@ -40905,7 +40929,12 @@ export default {
40905
40929
  'application/json': {
40906
40930
  schema: {
40907
40931
  properties: {
40908
- connected_account_id: { format: 'uuid', type: 'string' },
40932
+ connected_account_id: {
40933
+ description:
40934
+ 'ID of the connected account you want to simulate as disconnected.',
40935
+ format: 'uuid',
40936
+ type: 'string',
40937
+ },
40909
40938
  },
40910
40939
  required: ['connected_account_id'],
40911
40940
  type: 'object',
@@ -40933,6 +40962,7 @@ export default {
40933
40962
  { api_key: [] },
40934
40963
  { pat_with_workspace: [] },
40935
40964
  { console_session_with_workspace: [] },
40965
+ { client_session_with_customer: [] },
40936
40966
  ],
40937
40967
  summary: '/connected_accounts/simulate/disconnect',
40938
40968
  tags: ['/connected_accounts'],
@@ -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
  /**
@@ -30384,6 +30426,7 @@ export type Routes = {
30384
30426
  method: 'POST'
30385
30427
  queryParams: {}
30386
30428
  jsonBody: {
30429
+ /** ID of the connected account you want to simulate as disconnected. */
30387
30430
  connected_account_id: string
30388
30431
  }
30389
30432
  commonParams: {}
@@ -90646,6 +90689,13 @@ export type Routes = {
90646
90689
  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
90690
  */
90648
90691
  connected_account_id: string
90692
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
90693
+ salto_space_metadata?:
90694
+ | {
90695
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
90696
+ audit_openings?: boolean | undefined
90697
+ }
90698
+ | undefined
90649
90699
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
90650
90700
  full_name?: string | undefined
90651
90701
  /**
@@ -93412,6 +93462,13 @@ export type Routes = {
93412
93462
  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
93463
  */
93414
93464
  connected_account_id: string
93465
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
93466
+ salto_space_metadata?:
93467
+ | {
93468
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
93469
+ audit_openings?: boolean | undefined
93470
+ }
93471
+ | undefined
93415
93472
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
93416
93473
  full_name?: string | undefined
93417
93474
  /**
@@ -95238,6 +95295,13 @@ export type Routes = {
95238
95295
  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
95296
  */
95240
95297
  connected_account_id: string
95298
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
95299
+ salto_space_metadata?:
95300
+ | {
95301
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
95302
+ audit_openings?: boolean | undefined
95303
+ }
95304
+ | undefined
95241
95305
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
95242
95306
  full_name?: string | undefined
95243
95307
  /**