@seamapi/types 1.404.3 → 1.404.4
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 +1 -42
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -122
- package/lib/seam/connect/models/acs/acs-system.d.ts +2 -66
- package/lib/seam/connect/models/acs/acs-system.js +1 -24
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -34
- package/lib/seam/connect/openapi.js +0 -22
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -56
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -32
- package/src/lib/seam/connect/openapi.ts +0 -26
- package/src/lib/seam/connect/route-types.ts +0 -56
package/dist/connect.d.cts
CHANGED
|
@@ -4731,18 +4731,7 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4731
4731
|
warning_code: "time_zone_does_not_match_location";
|
|
4732
4732
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
4733
4733
|
}>]>, "many">;
|
|
4734
|
-
}, {
|
|
4735
|
-
can_automate_enrollment: z.ZodOptional<z.ZodBoolean>;
|
|
4736
|
-
can_create_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
4737
|
-
can_remove_acs_users_from_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
4738
|
-
can_add_acs_users_to_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
4739
|
-
can_update_user_schedule: z.ZodOptional<z.ZodBoolean>;
|
|
4740
|
-
can_create_user: z.ZodOptional<z.ZodBoolean>;
|
|
4741
|
-
can_delete_user: z.ZodOptional<z.ZodBoolean>;
|
|
4742
|
-
can_update_user_information: z.ZodOptional<z.ZodBoolean>;
|
|
4743
|
-
can_update_user_supension_state: z.ZodOptional<z.ZodBoolean>;
|
|
4744
|
-
can_update_user_group_membership: z.ZodOptional<z.ZodBoolean>;
|
|
4745
|
-
}>, "strip", z.ZodTypeAny, {
|
|
4734
|
+
}, {}>, "strip", z.ZodTypeAny, {
|
|
4746
4735
|
name: string;
|
|
4747
4736
|
workspace_id: string;
|
|
4748
4737
|
created_at: string;
|
|
@@ -4802,16 +4791,6 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4802
4791
|
} | undefined;
|
|
4803
4792
|
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
4804
4793
|
external_type_display_name?: string | undefined;
|
|
4805
|
-
can_automate_enrollment?: boolean | undefined;
|
|
4806
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
4807
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
4808
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
4809
|
-
can_update_user_schedule?: boolean | undefined;
|
|
4810
|
-
can_create_user?: boolean | undefined;
|
|
4811
|
-
can_delete_user?: boolean | undefined;
|
|
4812
|
-
can_update_user_information?: boolean | undefined;
|
|
4813
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
4814
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
4815
4794
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
4816
4795
|
acs_user_count?: number | undefined;
|
|
4817
4796
|
acs_access_group_count?: number | undefined;
|
|
@@ -4877,16 +4856,6 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4877
4856
|
} | undefined;
|
|
4878
4857
|
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
4879
4858
|
external_type_display_name?: string | undefined;
|
|
4880
|
-
can_automate_enrollment?: boolean | undefined;
|
|
4881
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
4882
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
4883
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
4884
|
-
can_update_user_schedule?: boolean | undefined;
|
|
4885
|
-
can_create_user?: boolean | undefined;
|
|
4886
|
-
can_delete_user?: boolean | undefined;
|
|
4887
|
-
can_update_user_information?: boolean | undefined;
|
|
4888
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
4889
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
4890
4859
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
4891
4860
|
acs_user_count?: number | undefined;
|
|
4892
4861
|
acs_access_group_count?: number | undefined;
|
|
@@ -22247,40 +22216,6 @@ declare const _default: {
|
|
|
22247
22216
|
format: string;
|
|
22248
22217
|
type: string;
|
|
22249
22218
|
};
|
|
22250
|
-
can_add_acs_users_to_acs_access_groups: {
|
|
22251
|
-
description: string;
|
|
22252
|
-
type: string;
|
|
22253
|
-
};
|
|
22254
|
-
can_automate_enrollment: {
|
|
22255
|
-
description: string;
|
|
22256
|
-
type: string;
|
|
22257
|
-
};
|
|
22258
|
-
can_create_acs_access_groups: {
|
|
22259
|
-
description: string;
|
|
22260
|
-
type: string;
|
|
22261
|
-
};
|
|
22262
|
-
can_create_user: {
|
|
22263
|
-
type: string;
|
|
22264
|
-
};
|
|
22265
|
-
can_delete_user: {
|
|
22266
|
-
type: string;
|
|
22267
|
-
};
|
|
22268
|
-
can_remove_acs_users_from_acs_access_groups: {
|
|
22269
|
-
description: string;
|
|
22270
|
-
type: string;
|
|
22271
|
-
};
|
|
22272
|
-
can_update_user_group_membership: {
|
|
22273
|
-
type: string;
|
|
22274
|
-
};
|
|
22275
|
-
can_update_user_information: {
|
|
22276
|
-
type: string;
|
|
22277
|
-
};
|
|
22278
|
-
can_update_user_schedule: {
|
|
22279
|
-
type: string;
|
|
22280
|
-
};
|
|
22281
|
-
can_update_user_supension_state: {
|
|
22282
|
-
type: string;
|
|
22283
|
-
};
|
|
22284
22219
|
connected_account_id: {
|
|
22285
22220
|
description: string;
|
|
22286
22221
|
format: string;
|
|
@@ -68129,20 +68064,6 @@ interface Routes {
|
|
|
68129
68064
|
* @deprecated this field is deprecated. */
|
|
68130
68065
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
68131
68066
|
}>;
|
|
68132
|
-
/** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
68133
|
-
can_automate_enrollment?: boolean | undefined;
|
|
68134
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
68135
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
68136
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
68137
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
68138
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
68139
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
68140
|
-
can_update_user_schedule?: boolean | undefined;
|
|
68141
|
-
can_create_user?: boolean | undefined;
|
|
68142
|
-
can_delete_user?: boolean | undefined;
|
|
68143
|
-
can_update_user_information?: boolean | undefined;
|
|
68144
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
68145
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
68146
68067
|
};
|
|
68147
68068
|
};
|
|
68148
68069
|
};
|
|
@@ -68274,20 +68195,6 @@ interface Routes {
|
|
|
68274
68195
|
* @deprecated this field is deprecated. */
|
|
68275
68196
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
68276
68197
|
}>;
|
|
68277
|
-
/** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
68278
|
-
can_automate_enrollment?: boolean | undefined;
|
|
68279
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
68280
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
68281
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
68282
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
68283
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
68284
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
68285
|
-
can_update_user_schedule?: boolean | undefined;
|
|
68286
|
-
can_create_user?: boolean | undefined;
|
|
68287
|
-
can_delete_user?: boolean | undefined;
|
|
68288
|
-
can_update_user_information?: boolean | undefined;
|
|
68289
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
68290
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
68291
68198
|
}>;
|
|
68292
68199
|
};
|
|
68293
68200
|
};
|
|
@@ -68419,20 +68326,6 @@ interface Routes {
|
|
|
68419
68326
|
* @deprecated this field is deprecated. */
|
|
68420
68327
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
68421
68328
|
}>;
|
|
68422
|
-
/** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
68423
|
-
can_automate_enrollment?: boolean | undefined;
|
|
68424
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
68425
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
68426
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
68427
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
68428
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
68429
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
68430
|
-
can_update_user_schedule?: boolean | undefined;
|
|
68431
|
-
can_create_user?: boolean | undefined;
|
|
68432
|
-
can_delete_user?: boolean | undefined;
|
|
68433
|
-
can_update_user_information?: boolean | undefined;
|
|
68434
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
68435
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
68436
68329
|
}>;
|
|
68437
68330
|
};
|
|
68438
68331
|
};
|
|
@@ -106533,20 +106426,6 @@ interface Routes {
|
|
|
106533
106426
|
* @deprecated this field is deprecated. */
|
|
106534
106427
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
106535
106428
|
}>;
|
|
106536
|
-
/** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
106537
|
-
can_automate_enrollment?: boolean | undefined;
|
|
106538
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
106539
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
106540
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
106541
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
106542
|
-
/** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
106543
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
106544
|
-
can_update_user_schedule?: boolean | undefined;
|
|
106545
|
-
can_create_user?: boolean | undefined;
|
|
106546
|
-
can_delete_user?: boolean | undefined;
|
|
106547
|
-
can_update_user_information?: boolean | undefined;
|
|
106548
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
106549
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
106550
106429
|
}>;
|
|
106551
106430
|
};
|
|
106552
106431
|
};
|
|
@@ -1,38 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const acs_system_capability_flags: z.ZodObject<{
|
|
3
|
-
can_automate_enrollment: z.ZodOptional<z.ZodBoolean>;
|
|
4
|
-
can_create_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
5
|
-
can_remove_acs_users_from_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
6
|
-
can_add_acs_users_to_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
7
|
-
can_update_user_schedule: z.ZodOptional<z.ZodBoolean>;
|
|
8
|
-
can_create_user: z.ZodOptional<z.ZodBoolean>;
|
|
9
|
-
can_delete_user: z.ZodOptional<z.ZodBoolean>;
|
|
10
|
-
can_update_user_information: z.ZodOptional<z.ZodBoolean>;
|
|
11
|
-
can_update_user_supension_state: z.ZodOptional<z.ZodBoolean>;
|
|
12
|
-
can_update_user_group_membership: z.ZodOptional<z.ZodBoolean>;
|
|
13
|
-
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
can_automate_enrollment?: boolean | undefined;
|
|
15
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
16
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
17
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
18
|
-
can_update_user_schedule?: boolean | undefined;
|
|
19
|
-
can_create_user?: boolean | undefined;
|
|
20
|
-
can_delete_user?: boolean | undefined;
|
|
21
|
-
can_update_user_information?: boolean | undefined;
|
|
22
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
23
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
24
|
-
}, {
|
|
25
|
-
can_automate_enrollment?: boolean | undefined;
|
|
26
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
27
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
28
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
29
|
-
can_update_user_schedule?: boolean | undefined;
|
|
30
|
-
can_create_user?: boolean | undefined;
|
|
31
|
-
can_delete_user?: boolean | undefined;
|
|
32
|
-
can_update_user_information?: boolean | undefined;
|
|
33
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
34
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
35
|
-
}>;
|
|
2
|
+
export declare const acs_system_capability_flags: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
36
3
|
export declare const acs_location: z.ZodObject<{
|
|
37
4
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
38
5
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -440,18 +407,7 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
440
407
|
warning_code: "time_zone_does_not_match_location";
|
|
441
408
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
442
409
|
}>]>, "many">;
|
|
443
|
-
}, {
|
|
444
|
-
can_automate_enrollment: z.ZodOptional<z.ZodBoolean>;
|
|
445
|
-
can_create_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
446
|
-
can_remove_acs_users_from_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
447
|
-
can_add_acs_users_to_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
448
|
-
can_update_user_schedule: z.ZodOptional<z.ZodBoolean>;
|
|
449
|
-
can_create_user: z.ZodOptional<z.ZodBoolean>;
|
|
450
|
-
can_delete_user: z.ZodOptional<z.ZodBoolean>;
|
|
451
|
-
can_update_user_information: z.ZodOptional<z.ZodBoolean>;
|
|
452
|
-
can_update_user_supension_state: z.ZodOptional<z.ZodBoolean>;
|
|
453
|
-
can_update_user_group_membership: z.ZodOptional<z.ZodBoolean>;
|
|
454
|
-
}>, "strip", z.ZodTypeAny, {
|
|
410
|
+
}, {}>, "strip", z.ZodTypeAny, {
|
|
455
411
|
location: {
|
|
456
412
|
time_zone: string | null;
|
|
457
413
|
};
|
|
@@ -511,16 +467,6 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
511
467
|
} | undefined;
|
|
512
468
|
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
513
469
|
external_type_display_name?: string | undefined;
|
|
514
|
-
can_automate_enrollment?: boolean | undefined;
|
|
515
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
516
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
517
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
518
|
-
can_update_user_schedule?: boolean | undefined;
|
|
519
|
-
can_create_user?: boolean | undefined;
|
|
520
|
-
can_delete_user?: boolean | undefined;
|
|
521
|
-
can_update_user_information?: boolean | undefined;
|
|
522
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
523
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
524
470
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
525
471
|
acs_user_count?: number | undefined;
|
|
526
472
|
acs_access_group_count?: number | undefined;
|
|
@@ -586,16 +532,6 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
586
532
|
} | undefined;
|
|
587
533
|
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
588
534
|
external_type_display_name?: string | undefined;
|
|
589
|
-
can_automate_enrollment?: boolean | undefined;
|
|
590
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
591
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
592
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
593
|
-
can_update_user_schedule?: boolean | undefined;
|
|
594
|
-
can_create_user?: boolean | undefined;
|
|
595
|
-
can_delete_user?: boolean | undefined;
|
|
596
|
-
can_update_user_information?: boolean | undefined;
|
|
597
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
598
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
599
535
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
600
536
|
acs_user_count?: number | undefined;
|
|
601
537
|
acs_access_group_count?: number | undefined;
|
|
@@ -1,28 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export const acs_system_capability_flags = z.object({
|
|
3
|
-
can_automate_enrollment: z
|
|
4
|
-
.boolean()
|
|
5
|
-
.optional()
|
|
6
|
-
.describe('Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).'),
|
|
7
|
-
can_create_acs_access_groups: z
|
|
8
|
-
.boolean()
|
|
9
|
-
.optional()
|
|
10
|
-
.describe('Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).'),
|
|
11
|
-
can_remove_acs_users_from_acs_access_groups: z
|
|
12
|
-
.boolean()
|
|
13
|
-
.optional()
|
|
14
|
-
.describe('Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).'),
|
|
15
|
-
can_add_acs_users_to_acs_access_groups: z
|
|
16
|
-
.boolean()
|
|
17
|
-
.optional()
|
|
18
|
-
.describe('Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).'),
|
|
19
|
-
can_update_user_schedule: z.boolean().optional(),
|
|
20
|
-
can_create_user: z.boolean().optional(),
|
|
21
|
-
can_delete_user: z.boolean().optional(),
|
|
22
|
-
can_update_user_information: z.boolean().optional(),
|
|
23
|
-
can_update_user_supension_state: z.boolean().optional(),
|
|
24
|
-
can_update_user_group_membership: z.boolean().optional(),
|
|
25
|
-
});
|
|
2
|
+
export const acs_system_capability_flags = z.object({});
|
|
26
3
|
export const acs_location = z.object({
|
|
27
4
|
time_zone: z
|
|
28
5
|
.string()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC
|
|
1
|
+
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"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"}
|
|
@@ -884,40 +884,6 @@ declare const _default: {
|
|
|
884
884
|
format: string;
|
|
885
885
|
type: string;
|
|
886
886
|
};
|
|
887
|
-
can_add_acs_users_to_acs_access_groups: {
|
|
888
|
-
description: string;
|
|
889
|
-
type: string;
|
|
890
|
-
};
|
|
891
|
-
can_automate_enrollment: {
|
|
892
|
-
description: string;
|
|
893
|
-
type: string;
|
|
894
|
-
};
|
|
895
|
-
can_create_acs_access_groups: {
|
|
896
|
-
description: string;
|
|
897
|
-
type: string;
|
|
898
|
-
};
|
|
899
|
-
can_create_user: {
|
|
900
|
-
type: string;
|
|
901
|
-
};
|
|
902
|
-
can_delete_user: {
|
|
903
|
-
type: string;
|
|
904
|
-
};
|
|
905
|
-
can_remove_acs_users_from_acs_access_groups: {
|
|
906
|
-
description: string;
|
|
907
|
-
type: string;
|
|
908
|
-
};
|
|
909
|
-
can_update_user_group_membership: {
|
|
910
|
-
type: string;
|
|
911
|
-
};
|
|
912
|
-
can_update_user_information: {
|
|
913
|
-
type: string;
|
|
914
|
-
};
|
|
915
|
-
can_update_user_schedule: {
|
|
916
|
-
type: string;
|
|
917
|
-
};
|
|
918
|
-
can_update_user_supension_state: {
|
|
919
|
-
type: string;
|
|
920
|
-
};
|
|
921
887
|
connected_account_id: {
|
|
922
888
|
description: string;
|
|
923
889
|
format: string;
|
|
@@ -2054,28 +2054,6 @@ export default {
|
|
|
2054
2054
|
type: 'string',
|
|
2055
2055
|
},
|
|
2056
2056
|
acs_user_count: { format: 'float', type: 'number' },
|
|
2057
|
-
can_add_acs_users_to_acs_access_groups: {
|
|
2058
|
-
description: 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
|
|
2059
|
-
type: 'boolean',
|
|
2060
|
-
},
|
|
2061
|
-
can_automate_enrollment: {
|
|
2062
|
-
description: 'Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
2063
|
-
type: 'boolean',
|
|
2064
|
-
},
|
|
2065
|
-
can_create_acs_access_groups: {
|
|
2066
|
-
description: 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
|
|
2067
|
-
type: 'boolean',
|
|
2068
|
-
},
|
|
2069
|
-
can_create_user: { type: 'boolean' },
|
|
2070
|
-
can_delete_user: { type: 'boolean' },
|
|
2071
|
-
can_remove_acs_users_from_acs_access_groups: {
|
|
2072
|
-
description: 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
|
|
2073
|
-
type: 'boolean',
|
|
2074
|
-
},
|
|
2075
|
-
can_update_user_group_membership: { type: 'boolean' },
|
|
2076
|
-
can_update_user_information: { type: 'boolean' },
|
|
2077
|
-
can_update_user_schedule: { type: 'boolean' },
|
|
2078
|
-
can_update_user_supension_state: { type: 'boolean' },
|
|
2079
2057
|
connected_account_id: {
|
|
2080
2058
|
description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
2081
2059
|
format: 'uuid',
|