@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.
@@ -5573,6 +5573,13 @@ declare const acs_user: z.ZodObject<{
5573
5573
  }>]>, "many">>;
5574
5574
  last_successful_sync_at: z.ZodNullable<z.ZodString>;
5575
5575
  connected_account_id: z.ZodString;
5576
+ salto_space_metadata: z.ZodOptional<z.ZodObject<{
5577
+ audit_openings: z.ZodOptional<z.ZodBoolean>;
5578
+ }, "strip", z.ZodTypeAny, {
5579
+ audit_openings?: boolean | undefined;
5580
+ }, {
5581
+ audit_openings?: boolean | undefined;
5582
+ }>>;
5576
5583
  } & {
5577
5584
  full_name: z.ZodOptional<z.ZodString>;
5578
5585
  email: z.ZodOptional<z.ZodString>;
@@ -5635,6 +5642,9 @@ declare const acs_user: z.ZodObject<{
5635
5642
  user_identity_id?: string | undefined;
5636
5643
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
5637
5644
  external_type_display_name?: string | undefined;
5645
+ salto_space_metadata?: {
5646
+ audit_openings?: boolean | undefined;
5647
+ } | undefined;
5638
5648
  email_address?: string | undefined;
5639
5649
  full_name?: string | undefined;
5640
5650
  phone_number?: string | undefined;
@@ -5762,6 +5772,9 @@ declare const acs_user: z.ZodObject<{
5762
5772
  user_identity_id?: string | undefined;
5763
5773
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
5764
5774
  external_type_display_name?: string | undefined;
5775
+ salto_space_metadata?: {
5776
+ audit_openings?: boolean | undefined;
5777
+ } | undefined;
5765
5778
  email_address?: string | undefined;
5766
5779
  full_name?: string | undefined;
5767
5780
  phone_number?: string | undefined;
@@ -6222,6 +6235,13 @@ declare const unmanaged_acs_user: z.ZodObject<{
6222
6235
  }>]>, "many">>;
6223
6236
  last_successful_sync_at: z.ZodNullable<z.ZodString>;
6224
6237
  connected_account_id: z.ZodString;
6238
+ salto_space_metadata: z.ZodOptional<z.ZodObject<{
6239
+ audit_openings: z.ZodOptional<z.ZodBoolean>;
6240
+ }, "strip", z.ZodTypeAny, {
6241
+ audit_openings?: boolean | undefined;
6242
+ }, {
6243
+ audit_openings?: boolean | undefined;
6244
+ }>>;
6225
6245
  } & {
6226
6246
  full_name: z.ZodOptional<z.ZodString>;
6227
6247
  email: z.ZodOptional<z.ZodString>;
@@ -6284,6 +6304,9 @@ declare const unmanaged_acs_user: z.ZodObject<{
6284
6304
  user_identity_id?: string | undefined;
6285
6305
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
6286
6306
  external_type_display_name?: string | undefined;
6307
+ salto_space_metadata?: {
6308
+ audit_openings?: boolean | undefined;
6309
+ } | undefined;
6287
6310
  email_address?: string | undefined;
6288
6311
  full_name?: string | undefined;
6289
6312
  phone_number?: string | undefined;
@@ -6411,6 +6434,9 @@ declare const unmanaged_acs_user: z.ZodObject<{
6411
6434
  user_identity_id?: string | undefined;
6412
6435
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
6413
6436
  external_type_display_name?: string | undefined;
6437
+ salto_space_metadata?: {
6438
+ audit_openings?: boolean | undefined;
6439
+ } | undefined;
6414
6440
  email_address?: string | undefined;
6415
6441
  full_name?: string | undefined;
6416
6442
  phone_number?: string | undefined;
@@ -16118,6 +16144,13 @@ declare const batch: z.ZodObject<{
16118
16144
  }>]>, "many">>;
16119
16145
  last_successful_sync_at: z.ZodNullable<z.ZodString>;
16120
16146
  connected_account_id: z.ZodString;
16147
+ salto_space_metadata: z.ZodOptional<z.ZodObject<{
16148
+ audit_openings: z.ZodOptional<z.ZodBoolean>;
16149
+ }, "strip", z.ZodTypeAny, {
16150
+ audit_openings?: boolean | undefined;
16151
+ }, {
16152
+ audit_openings?: boolean | undefined;
16153
+ }>>;
16121
16154
  } & {
16122
16155
  full_name: z.ZodOptional<z.ZodString>;
16123
16156
  email: z.ZodOptional<z.ZodString>;
@@ -16180,6 +16213,9 @@ declare const batch: z.ZodObject<{
16180
16213
  user_identity_id?: string | undefined;
16181
16214
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
16182
16215
  external_type_display_name?: string | undefined;
16216
+ salto_space_metadata?: {
16217
+ audit_openings?: boolean | undefined;
16218
+ } | undefined;
16183
16219
  email_address?: string | undefined;
16184
16220
  full_name?: string | undefined;
16185
16221
  phone_number?: string | undefined;
@@ -16307,6 +16343,9 @@ declare const batch: z.ZodObject<{
16307
16343
  user_identity_id?: string | undefined;
16308
16344
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
16309
16345
  external_type_display_name?: string | undefined;
16346
+ salto_space_metadata?: {
16347
+ audit_openings?: boolean | undefined;
16348
+ } | undefined;
16310
16349
  email_address?: string | undefined;
16311
16350
  full_name?: string | undefined;
16312
16351
  phone_number?: string | undefined;
@@ -21356,6 +21395,13 @@ declare const batch: z.ZodObject<{
21356
21395
  }>]>, "many">>;
21357
21396
  last_successful_sync_at: z.ZodNullable<z.ZodString>;
21358
21397
  connected_account_id: z.ZodString;
21398
+ salto_space_metadata: z.ZodOptional<z.ZodObject<{
21399
+ audit_openings: z.ZodOptional<z.ZodBoolean>;
21400
+ }, "strip", z.ZodTypeAny, {
21401
+ audit_openings?: boolean | undefined;
21402
+ }, {
21403
+ audit_openings?: boolean | undefined;
21404
+ }>>;
21359
21405
  } & {
21360
21406
  full_name: z.ZodOptional<z.ZodString>;
21361
21407
  email: z.ZodOptional<z.ZodString>;
@@ -21418,6 +21464,9 @@ declare const batch: z.ZodObject<{
21418
21464
  user_identity_id?: string | undefined;
21419
21465
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
21420
21466
  external_type_display_name?: string | undefined;
21467
+ salto_space_metadata?: {
21468
+ audit_openings?: boolean | undefined;
21469
+ } | undefined;
21421
21470
  email_address?: string | undefined;
21422
21471
  full_name?: string | undefined;
21423
21472
  phone_number?: string | undefined;
@@ -21545,6 +21594,9 @@ declare const batch: z.ZodObject<{
21545
21594
  user_identity_id?: string | undefined;
21546
21595
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
21547
21596
  external_type_display_name?: string | undefined;
21597
+ salto_space_metadata?: {
21598
+ audit_openings?: boolean | undefined;
21599
+ } | undefined;
21548
21600
  email_address?: string | undefined;
21549
21601
  full_name?: string | undefined;
21550
21602
  phone_number?: string | undefined;
@@ -32702,6 +32754,9 @@ declare const batch: z.ZodObject<{
32702
32754
  user_identity_id?: string | undefined;
32703
32755
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
32704
32756
  external_type_display_name?: string | undefined;
32757
+ salto_space_metadata?: {
32758
+ audit_openings?: boolean | undefined;
32759
+ } | undefined;
32705
32760
  email_address?: string | undefined;
32706
32761
  full_name?: string | undefined;
32707
32762
  phone_number?: string | undefined;
@@ -33748,6 +33803,9 @@ declare const batch: z.ZodObject<{
33748
33803
  user_identity_id?: string | undefined;
33749
33804
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
33750
33805
  external_type_display_name?: string | undefined;
33806
+ salto_space_metadata?: {
33807
+ audit_openings?: boolean | undefined;
33808
+ } | undefined;
33751
33809
  email_address?: string | undefined;
33752
33810
  full_name?: string | undefined;
33753
33811
  phone_number?: string | undefined;
@@ -36727,6 +36785,9 @@ declare const batch: z.ZodObject<{
36727
36785
  user_identity_id?: string | undefined;
36728
36786
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
36729
36787
  external_type_display_name?: string | undefined;
36788
+ salto_space_metadata?: {
36789
+ audit_openings?: boolean | undefined;
36790
+ } | undefined;
36730
36791
  email_address?: string | undefined;
36731
36792
  full_name?: string | undefined;
36732
36793
  phone_number?: string | undefined;
@@ -37773,6 +37834,9 @@ declare const batch: z.ZodObject<{
37773
37834
  user_identity_id?: string | undefined;
37774
37835
  external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
37775
37836
  external_type_display_name?: string | undefined;
37837
+ salto_space_metadata?: {
37838
+ audit_openings?: boolean | undefined;
37839
+ } | undefined;
37776
37840
  email_address?: string | undefined;
37777
37841
  full_name?: string | undefined;
37778
37842
  phone_number?: string | undefined;
@@ -54684,6 +54748,16 @@ declare const _default: {
54684
54748
  description: string;
54685
54749
  type: string;
54686
54750
  };
54751
+ salto_space_metadata: {
54752
+ description: string;
54753
+ properties: {
54754
+ audit_openings: {
54755
+ description: string;
54756
+ type: string;
54757
+ };
54758
+ };
54759
+ type: string;
54760
+ };
54687
54761
  user_identity_email_address: {
54688
54762
  description: string;
54689
54763
  nullable: boolean;
@@ -66713,6 +66787,16 @@ declare const _default: {
66713
66787
  description: string;
66714
66788
  type: string;
66715
66789
  };
66790
+ salto_space_metadata: {
66791
+ description: string;
66792
+ properties: {
66793
+ audit_openings: {
66794
+ description: string;
66795
+ type: string;
66796
+ };
66797
+ };
66798
+ type: string;
66799
+ };
66716
66800
  user_identity_email_address: {
66717
66801
  description: string;
66718
66802
  nullable: boolean;
@@ -128232,6 +128316,11 @@ type Routes = {
128232
128316
  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).
128233
128317
  */
128234
128318
  connected_account_id: string;
128319
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
128320
+ salto_space_metadata?: {
128321
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
128322
+ audit_openings?: boolean | undefined;
128323
+ } | undefined;
128235
128324
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
128236
128325
  full_name?: string | undefined;
128237
128326
  /**
@@ -133915,6 +134004,11 @@ type Routes = {
133915
134004
  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).
133916
134005
  */
133917
134006
  connected_account_id: string;
134007
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
134008
+ salto_space_metadata?: {
134009
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
134010
+ audit_openings?: boolean | undefined;
134011
+ } | undefined;
133918
134012
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
133919
134013
  full_name?: string | undefined;
133920
134014
  /**
@@ -134172,6 +134266,11 @@ type Routes = {
134172
134266
  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).
134173
134267
  */
134174
134268
  connected_account_id: string;
134269
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
134270
+ salto_space_metadata?: {
134271
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
134272
+ audit_openings?: boolean | undefined;
134273
+ } | undefined;
134175
134274
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
134176
134275
  full_name?: string | undefined;
134177
134276
  /**
@@ -134417,6 +134516,11 @@ type Routes = {
134417
134516
  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).
134418
134517
  */
134419
134518
  connected_account_id: string;
134519
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
134520
+ salto_space_metadata?: {
134521
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
134522
+ audit_openings?: boolean | undefined;
134523
+ } | undefined;
134420
134524
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
134421
134525
  full_name?: string | undefined;
134422
134526
  /**
@@ -134850,6 +134954,11 @@ type Routes = {
134850
134954
  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).
134851
134955
  */
134852
134956
  connected_account_id: string;
134957
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
134958
+ salto_space_metadata?: {
134959
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
134960
+ audit_openings?: boolean | undefined;
134961
+ } | undefined;
134853
134962
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
134854
134963
  full_name?: string | undefined;
134855
134964
  /**
@@ -135089,6 +135198,11 @@ type Routes = {
135089
135198
  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).
135090
135199
  */
135091
135200
  connected_account_id: string;
135201
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
135202
+ salto_space_metadata?: {
135203
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
135204
+ audit_openings?: boolean | undefined;
135205
+ } | undefined;
135092
135206
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
135093
135207
  full_name?: string | undefined;
135094
135208
  /**
@@ -188582,6 +188696,11 @@ type Routes = {
188582
188696
  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).
188583
188697
  */
188584
188698
  connected_account_id: string;
188699
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
188700
+ salto_space_metadata?: {
188701
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
188702
+ audit_openings?: boolean | undefined;
188703
+ } | undefined;
188585
188704
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
188586
188705
  full_name?: string | undefined;
188587
188706
  /**
@@ -190859,6 +190978,11 @@ type Routes = {
190859
190978
  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).
190860
190979
  */
190861
190980
  connected_account_id: string;
190981
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
190982
+ salto_space_metadata?: {
190983
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
190984
+ audit_openings?: boolean | undefined;
190985
+ } | undefined;
190862
190986
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
190863
190987
  full_name?: string | undefined;
190864
190988
  /**
@@ -192411,6 +192535,11 @@ type Routes = {
192411
192535
  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).
192412
192536
  */
192413
192537
  connected_account_id: string;
192538
+ /** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
192539
+ salto_space_metadata?: {
192540
+ /** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
192541
+ audit_openings?: boolean | undefined;
192542
+ } | undefined;
192414
192543
  /** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
192415
192544
  full_name?: string | undefined;
192416
192545
  /**
package/dist/index.cjs CHANGED
@@ -2619,6 +2619,28 @@ var acs_entrance_salto_ks_metadata = zod.z.object({
2619
2619
  intrusion_alarm: zod.z.boolean().optional().describe("Indicates whether an intrusion alarm is active on the door."),
2620
2620
  privacy_mode: zod.z.boolean().optional().describe("Indicates whether privacy mode is enabled for the lock.")
2621
2621
  }).describe("Salto KS-specific metadata associated with the entrance.");
2622
+ var acs_entrance_salto_space_metadata = zod.z.object({
2623
+ ext_door_id: zod.z.string().describe(`
2624
+ ---
2625
+ deprecated: use door_id.
2626
+ ---
2627
+ `),
2628
+ door_id: zod.z.string().describe("Door ID in the Salto Space access system."),
2629
+ door_name: zod.z.string().describe("Name of the door in the Salto Space access system."),
2630
+ door_description: zod.z.string().describe("Description of the door in the Salto Space access system."),
2631
+ audit_on_keys: zod.z.boolean().describe(
2632
+ "Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system."
2633
+ ),
2634
+ room_name: zod.z.string().describe("Name of the room in the Salto Space access system."),
2635
+ room_description: zod.z.string().describe("Description of the room in the Salto Space access system.")
2636
+ }).partial().describe("Salto Space-specific metadata associated with the entrance.");
2637
+ var acs_user_salto_space_metadata = zod.z.object({
2638
+ audit_openings: zod.z.boolean().optional().describe(
2639
+ "Indicates whether AuditOpenings is enabled for the user in the Salto Space access system."
2640
+ )
2641
+ }).describe(
2642
+ "Salto Space-specific metadata associated with the access system user."
2643
+ );
2622
2644
  var acs_entrance_visionline_metadata = zod.z.object({
2623
2645
  door_name: zod.z.string().describe("Name of the door in the Visionline access system."),
2624
2646
  door_category: zod.z.enum(["entrance", "guest", "elevator reader", "common", "common (PMS)"]).describe("Category of the door in the Visionline access system."),
@@ -2942,23 +2964,6 @@ var acs_encoder = zod.z.object({
2942
2964
 
2943
2965
  To verify if your access control system requires a card encoder, see the corresponding [system integration guide](https://docs.seam.co/latest/device-and-system-integration-guides/overview#access-control-systems).
2944
2966
  `);
2945
- var acs_entrance_salto_space_metadata = zod.z.object({
2946
- ext_door_id: zod.z.string().describe(`
2947
- ---
2948
- deprecated: use door_id.
2949
- ---
2950
- `),
2951
- door_id: zod.z.string().describe("Door ID in the Salto Space access system."),
2952
- door_name: zod.z.string().describe("Name of the door in the Salto Space access system."),
2953
- door_description: zod.z.string().describe("Description of the door in the Salto Space access system."),
2954
- audit_on_keys: zod.z.boolean().describe(
2955
- "Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system."
2956
- ),
2957
- room_name: zod.z.string().describe("Name of the room in the Salto Space access system."),
2958
- room_description: zod.z.string().describe("Description of the room in the Salto Space access system.")
2959
- }).partial().describe("Salto Space-specific metadata associated with the entrance.");
2960
-
2961
- // src/lib/seam/connect/models/acs/acs-entrance.ts
2962
2967
  var acs_entrance_capability_flags = zod.z.object({
2963
2968
  can_unlock_with_mobile_key: zod.z.boolean().optional().describe(
2964
2969
  "Indicates whether the ACS entrance can be unlocked with mobile key credentials."
@@ -3554,7 +3559,10 @@ var common_acs_user = zod.z.object({
3554
3559
  `),
3555
3560
  connected_account_id: zod.z.string().uuid().describe(`
3556
3561
  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).
3557
- `)
3562
+ `),
3563
+ salto_space_metadata: acs_user_salto_space_metadata.optional().describe(
3564
+ "Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management)."
3565
+ )
3558
3566
  }).merge(user_fields);
3559
3567
  var acs_user = common_acs_user.merge(
3560
3568
  zod.z.object({
@@ -9479,6 +9487,16 @@ var openapi_default = {
9479
9487
  description: "Phone number of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in E.164 format (for example, `+15555550100`).",
9480
9488
  type: "string"
9481
9489
  },
9490
+ salto_space_metadata: {
9491
+ description: "Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).",
9492
+ properties: {
9493
+ audit_openings: {
9494
+ description: "Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.",
9495
+ type: "boolean"
9496
+ }
9497
+ },
9498
+ type: "object"
9499
+ },
9482
9500
  user_identity_email_address: {
9483
9501
  description: "Email address of the user identity associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).",
9484
9502
  nullable: true,
@@ -27632,6 +27650,16 @@ var openapi_default = {
27632
27650
  description: "Phone number of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in E.164 format (for example, `+15555550100`).",
27633
27651
  type: "string"
27634
27652
  },
27653
+ salto_space_metadata: {
27654
+ description: "Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).",
27655
+ properties: {
27656
+ audit_openings: {
27657
+ description: "Indicates whether AuditOpenings is enabled for the user in the Salto Space access system.",
27658
+ type: "boolean"
27659
+ }
27660
+ },
27661
+ type: "object"
27662
+ },
27635
27663
  user_identity_email_address: {
27636
27664
  description: "Email address of the user identity associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).",
27637
27665
  nullable: true,