@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.
- package/dist/connect.cjs +53 -20
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +139 -0
- package/dist/index.cjs +53 -20
- 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 +29 -0
- package/lib/seam/connect/openapi.js +26 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +46 -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 +31 -1
- package/src/lib/seam/connect/route-types.ts +64 -0
package/dist/connect.d.cts
CHANGED
|
@@ -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;
|
|
@@ -84589,6 +84673,7 @@ declare const _default: {
|
|
|
84589
84673
|
schema: {
|
|
84590
84674
|
properties: {
|
|
84591
84675
|
connected_account_id: {
|
|
84676
|
+
description: string;
|
|
84592
84677
|
format: string;
|
|
84593
84678
|
type: string;
|
|
84594
84679
|
};
|
|
@@ -84627,14 +84712,22 @@ declare const _default: {
|
|
|
84627
84712
|
api_key: never[];
|
|
84628
84713
|
pat_with_workspace?: never;
|
|
84629
84714
|
console_session_with_workspace?: never;
|
|
84715
|
+
client_session_with_customer?: never;
|
|
84630
84716
|
} | {
|
|
84631
84717
|
pat_with_workspace: never[];
|
|
84632
84718
|
api_key?: never;
|
|
84633
84719
|
console_session_with_workspace?: never;
|
|
84720
|
+
client_session_with_customer?: never;
|
|
84634
84721
|
} | {
|
|
84635
84722
|
console_session_with_workspace: never[];
|
|
84636
84723
|
api_key?: never;
|
|
84637
84724
|
pat_with_workspace?: never;
|
|
84725
|
+
client_session_with_customer?: never;
|
|
84726
|
+
} | {
|
|
84727
|
+
client_session_with_customer: never[];
|
|
84728
|
+
api_key?: never;
|
|
84729
|
+
pat_with_workspace?: never;
|
|
84730
|
+
console_session_with_workspace?: never;
|
|
84638
84731
|
})[];
|
|
84639
84732
|
summary: string;
|
|
84640
84733
|
tags: string[];
|
|
@@ -128232,6 +128325,11 @@ type Routes = {
|
|
|
128232
128325
|
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
128326
|
*/
|
|
128234
128327
|
connected_account_id: string;
|
|
128328
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
128329
|
+
salto_space_metadata?: {
|
|
128330
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
128331
|
+
audit_openings?: boolean | undefined;
|
|
128332
|
+
} | undefined;
|
|
128235
128333
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
128236
128334
|
full_name?: string | undefined;
|
|
128237
128335
|
/**
|
|
@@ -133915,6 +134013,11 @@ type Routes = {
|
|
|
133915
134013
|
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
134014
|
*/
|
|
133917
134015
|
connected_account_id: string;
|
|
134016
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
134017
|
+
salto_space_metadata?: {
|
|
134018
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
134019
|
+
audit_openings?: boolean | undefined;
|
|
134020
|
+
} | undefined;
|
|
133918
134021
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
133919
134022
|
full_name?: string | undefined;
|
|
133920
134023
|
/**
|
|
@@ -134172,6 +134275,11 @@ type Routes = {
|
|
|
134172
134275
|
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
134276
|
*/
|
|
134174
134277
|
connected_account_id: string;
|
|
134278
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
134279
|
+
salto_space_metadata?: {
|
|
134280
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
134281
|
+
audit_openings?: boolean | undefined;
|
|
134282
|
+
} | undefined;
|
|
134175
134283
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
134176
134284
|
full_name?: string | undefined;
|
|
134177
134285
|
/**
|
|
@@ -134417,6 +134525,11 @@ type Routes = {
|
|
|
134417
134525
|
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
134526
|
*/
|
|
134419
134527
|
connected_account_id: string;
|
|
134528
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
134529
|
+
salto_space_metadata?: {
|
|
134530
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
134531
|
+
audit_openings?: boolean | undefined;
|
|
134532
|
+
} | undefined;
|
|
134420
134533
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
134421
134534
|
full_name?: string | undefined;
|
|
134422
134535
|
/**
|
|
@@ -134850,6 +134963,11 @@ type Routes = {
|
|
|
134850
134963
|
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
134964
|
*/
|
|
134852
134965
|
connected_account_id: string;
|
|
134966
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
134967
|
+
salto_space_metadata?: {
|
|
134968
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
134969
|
+
audit_openings?: boolean | undefined;
|
|
134970
|
+
} | undefined;
|
|
134853
134971
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
134854
134972
|
full_name?: string | undefined;
|
|
134855
134973
|
/**
|
|
@@ -135089,6 +135207,11 @@ type Routes = {
|
|
|
135089
135207
|
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
135208
|
*/
|
|
135091
135209
|
connected_account_id: string;
|
|
135210
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
135211
|
+
salto_space_metadata?: {
|
|
135212
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
135213
|
+
audit_openings?: boolean | undefined;
|
|
135214
|
+
} | undefined;
|
|
135092
135215
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
135093
135216
|
full_name?: string | undefined;
|
|
135094
135217
|
/**
|
|
@@ -138627,6 +138750,7 @@ type Routes = {
|
|
|
138627
138750
|
method: 'POST';
|
|
138628
138751
|
queryParams: {};
|
|
138629
138752
|
jsonBody: {
|
|
138753
|
+
/** ID of the connected account you want to simulate as disconnected. */
|
|
138630
138754
|
connected_account_id: string;
|
|
138631
138755
|
};
|
|
138632
138756
|
commonParams: {};
|
|
@@ -188582,6 +188706,11 @@ type Routes = {
|
|
|
188582
188706
|
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
188707
|
*/
|
|
188584
188708
|
connected_account_id: string;
|
|
188709
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
188710
|
+
salto_space_metadata?: {
|
|
188711
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
188712
|
+
audit_openings?: boolean | undefined;
|
|
188713
|
+
} | undefined;
|
|
188585
188714
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
188586
188715
|
full_name?: string | undefined;
|
|
188587
188716
|
/**
|
|
@@ -190859,6 +190988,11 @@ type Routes = {
|
|
|
190859
190988
|
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
190989
|
*/
|
|
190861
190990
|
connected_account_id: string;
|
|
190991
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
190992
|
+
salto_space_metadata?: {
|
|
190993
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
190994
|
+
audit_openings?: boolean | undefined;
|
|
190995
|
+
} | undefined;
|
|
190862
190996
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
190863
190997
|
full_name?: string | undefined;
|
|
190864
190998
|
/**
|
|
@@ -192411,6 +192545,11 @@ type Routes = {
|
|
|
192411
192545
|
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
192546
|
*/
|
|
192413
192547
|
connected_account_id: string;
|
|
192548
|
+
/** Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
192549
|
+
salto_space_metadata?: {
|
|
192550
|
+
/** Indicates whether AuditOpenings is enabled for the user in the Salto Space access system. */
|
|
192551
|
+
audit_openings?: boolean | undefined;
|
|
192552
|
+
} | undefined;
|
|
192414
192553
|
/** Full name of the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
|
|
192415
192554
|
full_name?: string | undefined;
|
|
192416
192555
|
/**
|
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,
|
|
@@ -43134,7 +43162,11 @@ var openapi_default = {
|
|
|
43134
43162
|
"application/json": {
|
|
43135
43163
|
schema: {
|
|
43136
43164
|
properties: {
|
|
43137
|
-
connected_account_id: {
|
|
43165
|
+
connected_account_id: {
|
|
43166
|
+
description: "ID of the connected account you want to simulate as disconnected.",
|
|
43167
|
+
format: "uuid",
|
|
43168
|
+
type: "string"
|
|
43169
|
+
}
|
|
43138
43170
|
},
|
|
43139
43171
|
required: ["connected_account_id"],
|
|
43140
43172
|
type: "object"
|
|
@@ -43161,7 +43193,8 @@ var openapi_default = {
|
|
|
43161
43193
|
security: [
|
|
43162
43194
|
{ api_key: [] },
|
|
43163
43195
|
{ pat_with_workspace: [] },
|
|
43164
|
-
{ console_session_with_workspace: [] }
|
|
43196
|
+
{ console_session_with_workspace: [] },
|
|
43197
|
+
{ client_session_with_customer: [] }
|
|
43165
43198
|
],
|
|
43166
43199
|
summary: "/connected_accounts/simulate/disconnect",
|
|
43167
43200
|
tags: ["/connected_accounts"],
|