@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
|
@@ -14721,20 +14721,6 @@ export interface Routes {
|
|
|
14721
14721
|
* @deprecated this field is deprecated. */
|
|
14722
14722
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
14723
14723
|
}>;
|
|
14724
|
-
/** 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). */
|
|
14725
|
-
can_automate_enrollment?: boolean | undefined;
|
|
14726
|
-
/** 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). */
|
|
14727
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
14728
|
-
/** 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). */
|
|
14729
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
14730
|
-
/** 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). */
|
|
14731
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
14732
|
-
can_update_user_schedule?: boolean | undefined;
|
|
14733
|
-
can_create_user?: boolean | undefined;
|
|
14734
|
-
can_delete_user?: boolean | undefined;
|
|
14735
|
-
can_update_user_information?: boolean | undefined;
|
|
14736
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
14737
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
14738
14724
|
};
|
|
14739
14725
|
};
|
|
14740
14726
|
};
|
|
@@ -14866,20 +14852,6 @@ export interface Routes {
|
|
|
14866
14852
|
* @deprecated this field is deprecated. */
|
|
14867
14853
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
14868
14854
|
}>;
|
|
14869
|
-
/** 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). */
|
|
14870
|
-
can_automate_enrollment?: boolean | undefined;
|
|
14871
|
-
/** 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). */
|
|
14872
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
14873
|
-
/** 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). */
|
|
14874
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
14875
|
-
/** 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). */
|
|
14876
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
14877
|
-
can_update_user_schedule?: boolean | undefined;
|
|
14878
|
-
can_create_user?: boolean | undefined;
|
|
14879
|
-
can_delete_user?: boolean | undefined;
|
|
14880
|
-
can_update_user_information?: boolean | undefined;
|
|
14881
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
14882
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
14883
14855
|
}>;
|
|
14884
14856
|
};
|
|
14885
14857
|
};
|
|
@@ -15011,20 +14983,6 @@ export interface Routes {
|
|
|
15011
14983
|
* @deprecated this field is deprecated. */
|
|
15012
14984
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
15013
14985
|
}>;
|
|
15014
|
-
/** 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). */
|
|
15015
|
-
can_automate_enrollment?: boolean | undefined;
|
|
15016
|
-
/** 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). */
|
|
15017
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
15018
|
-
/** 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). */
|
|
15019
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
15020
|
-
/** 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). */
|
|
15021
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
15022
|
-
can_update_user_schedule?: boolean | undefined;
|
|
15023
|
-
can_create_user?: boolean | undefined;
|
|
15024
|
-
can_delete_user?: boolean | undefined;
|
|
15025
|
-
can_update_user_information?: boolean | undefined;
|
|
15026
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
15027
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
15028
14986
|
}>;
|
|
15029
14987
|
};
|
|
15030
14988
|
};
|
|
@@ -53125,20 +53083,6 @@ export interface Routes {
|
|
|
53125
53083
|
* @deprecated this field is deprecated. */
|
|
53126
53084
|
misconfigured_acs_entrance_ids?: string[] | undefined;
|
|
53127
53085
|
}>;
|
|
53128
|
-
/** 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). */
|
|
53129
|
-
can_automate_enrollment?: boolean | undefined;
|
|
53130
|
-
/** 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). */
|
|
53131
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
53132
|
-
/** 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). */
|
|
53133
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
53134
|
-
/** 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). */
|
|
53135
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
53136
|
-
can_update_user_schedule?: boolean | undefined;
|
|
53137
|
-
can_create_user?: boolean | undefined;
|
|
53138
|
-
can_delete_user?: boolean | undefined;
|
|
53139
|
-
can_update_user_information?: boolean | undefined;
|
|
53140
|
-
can_update_user_supension_state?: boolean | undefined;
|
|
53141
|
-
can_update_user_group_membership?: boolean | undefined;
|
|
53142
53086
|
}>;
|
|
53143
53087
|
};
|
|
53144
53088
|
};
|
package/package.json
CHANGED
|
@@ -1,37 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod'
|
|
2
2
|
|
|
3
|
-
export const acs_system_capability_flags = z.object({
|
|
4
|
-
can_automate_enrollment: z
|
|
5
|
-
.boolean()
|
|
6
|
-
.optional()
|
|
7
|
-
.describe(
|
|
8
|
-
'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).',
|
|
9
|
-
),
|
|
10
|
-
can_create_acs_access_groups: z
|
|
11
|
-
.boolean()
|
|
12
|
-
.optional()
|
|
13
|
-
.describe(
|
|
14
|
-
'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).',
|
|
15
|
-
),
|
|
16
|
-
can_remove_acs_users_from_acs_access_groups: z
|
|
17
|
-
.boolean()
|
|
18
|
-
.optional()
|
|
19
|
-
.describe(
|
|
20
|
-
'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).',
|
|
21
|
-
),
|
|
22
|
-
can_add_acs_users_to_acs_access_groups: z
|
|
23
|
-
.boolean()
|
|
24
|
-
.optional()
|
|
25
|
-
.describe(
|
|
26
|
-
'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).',
|
|
27
|
-
),
|
|
28
|
-
can_update_user_schedule: z.boolean().optional(),
|
|
29
|
-
can_create_user: z.boolean().optional(),
|
|
30
|
-
can_delete_user: z.boolean().optional(),
|
|
31
|
-
can_update_user_information: z.boolean().optional(),
|
|
32
|
-
can_update_user_supension_state: z.boolean().optional(),
|
|
33
|
-
can_update_user_group_membership: z.boolean().optional(),
|
|
34
|
-
})
|
|
3
|
+
export const acs_system_capability_flags = z.object({})
|
|
35
4
|
|
|
36
5
|
export const acs_location = z.object({
|
|
37
6
|
time_zone: z
|
|
@@ -2330,32 +2330,6 @@ export default {
|
|
|
2330
2330
|
type: 'string',
|
|
2331
2331
|
},
|
|
2332
2332
|
acs_user_count: { format: 'float', type: 'number' },
|
|
2333
|
-
can_add_acs_users_to_acs_access_groups: {
|
|
2334
|
-
description:
|
|
2335
|
-
'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).',
|
|
2336
|
-
type: 'boolean',
|
|
2337
|
-
},
|
|
2338
|
-
can_automate_enrollment: {
|
|
2339
|
-
description:
|
|
2340
|
-
'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).',
|
|
2341
|
-
type: 'boolean',
|
|
2342
|
-
},
|
|
2343
|
-
can_create_acs_access_groups: {
|
|
2344
|
-
description:
|
|
2345
|
-
'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).',
|
|
2346
|
-
type: 'boolean',
|
|
2347
|
-
},
|
|
2348
|
-
can_create_user: { type: 'boolean' },
|
|
2349
|
-
can_delete_user: { type: 'boolean' },
|
|
2350
|
-
can_remove_acs_users_from_acs_access_groups: {
|
|
2351
|
-
description:
|
|
2352
|
-
'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).',
|
|
2353
|
-
type: 'boolean',
|
|
2354
|
-
},
|
|
2355
|
-
can_update_user_group_membership: { type: 'boolean' },
|
|
2356
|
-
can_update_user_information: { type: 'boolean' },
|
|
2357
|
-
can_update_user_schedule: { type: 'boolean' },
|
|
2358
|
-
can_update_user_supension_state: { type: 'boolean' },
|
|
2359
2333
|
connected_account_id: {
|
|
2360
2334
|
description:
|
|
2361
2335
|
'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).',
|
|
@@ -17038,20 +17038,6 @@ export interface Routes {
|
|
|
17038
17038
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
17039
17039
|
}
|
|
17040
17040
|
>
|
|
17041
|
-
/** 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). */
|
|
17042
|
-
can_automate_enrollment?: boolean | undefined
|
|
17043
|
-
/** 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). */
|
|
17044
|
-
can_create_acs_access_groups?: boolean | undefined
|
|
17045
|
-
/** 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). */
|
|
17046
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined
|
|
17047
|
-
/** 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). */
|
|
17048
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined
|
|
17049
|
-
can_update_user_schedule?: boolean | undefined
|
|
17050
|
-
can_create_user?: boolean | undefined
|
|
17051
|
-
can_delete_user?: boolean | undefined
|
|
17052
|
-
can_update_user_information?: boolean | undefined
|
|
17053
|
-
can_update_user_supension_state?: boolean | undefined
|
|
17054
|
-
can_update_user_group_membership?: boolean | undefined
|
|
17055
17041
|
}
|
|
17056
17042
|
}
|
|
17057
17043
|
}
|
|
@@ -17228,20 +17214,6 @@ export interface Routes {
|
|
|
17228
17214
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
17229
17215
|
}
|
|
17230
17216
|
>
|
|
17231
|
-
/** 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). */
|
|
17232
|
-
can_automate_enrollment?: boolean | undefined
|
|
17233
|
-
/** 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). */
|
|
17234
|
-
can_create_acs_access_groups?: boolean | undefined
|
|
17235
|
-
/** 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). */
|
|
17236
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined
|
|
17237
|
-
/** 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). */
|
|
17238
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined
|
|
17239
|
-
can_update_user_schedule?: boolean | undefined
|
|
17240
|
-
can_create_user?: boolean | undefined
|
|
17241
|
-
can_delete_user?: boolean | undefined
|
|
17242
|
-
can_update_user_information?: boolean | undefined
|
|
17243
|
-
can_update_user_supension_state?: boolean | undefined
|
|
17244
|
-
can_update_user_group_membership?: boolean | undefined
|
|
17245
17217
|
}>
|
|
17246
17218
|
}
|
|
17247
17219
|
}
|
|
@@ -17418,20 +17390,6 @@ export interface Routes {
|
|
|
17418
17390
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
17419
17391
|
}
|
|
17420
17392
|
>
|
|
17421
|
-
/** 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). */
|
|
17422
|
-
can_automate_enrollment?: boolean | undefined
|
|
17423
|
-
/** 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). */
|
|
17424
|
-
can_create_acs_access_groups?: boolean | undefined
|
|
17425
|
-
/** 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). */
|
|
17426
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined
|
|
17427
|
-
/** 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). */
|
|
17428
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined
|
|
17429
|
-
can_update_user_schedule?: boolean | undefined
|
|
17430
|
-
can_create_user?: boolean | undefined
|
|
17431
|
-
can_delete_user?: boolean | undefined
|
|
17432
|
-
can_update_user_information?: boolean | undefined
|
|
17433
|
-
can_update_user_supension_state?: boolean | undefined
|
|
17434
|
-
can_update_user_group_membership?: boolean | undefined
|
|
17435
17393
|
}>
|
|
17436
17394
|
}
|
|
17437
17395
|
}
|
|
@@ -63593,20 +63551,6 @@ export interface Routes {
|
|
|
63593
63551
|
misconfigured_acs_entrance_ids?: string[] | undefined
|
|
63594
63552
|
}
|
|
63595
63553
|
>
|
|
63596
|
-
/** 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). */
|
|
63597
|
-
can_automate_enrollment?: boolean | undefined
|
|
63598
|
-
/** 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). */
|
|
63599
|
-
can_create_acs_access_groups?: boolean | undefined
|
|
63600
|
-
/** 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). */
|
|
63601
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined
|
|
63602
|
-
/** 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). */
|
|
63603
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined
|
|
63604
|
-
can_update_user_schedule?: boolean | undefined
|
|
63605
|
-
can_create_user?: boolean | undefined
|
|
63606
|
-
can_delete_user?: boolean | undefined
|
|
63607
|
-
can_update_user_information?: boolean | undefined
|
|
63608
|
-
can_update_user_supension_state?: boolean | undefined
|
|
63609
|
-
can_update_user_group_membership?: boolean | undefined
|
|
63610
63554
|
}>
|
|
63611
63555
|
}
|
|
63612
63556
|
}
|