@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.cjs
CHANGED
|
@@ -2319,26 +2319,7 @@ var acs_entrance = zod.z.object({
|
|
|
2319
2319
|
|
|
2320
2320
|
In an access control system, an entrance is a secured door, gate, zone, or other method of entry. You can list details for all the \`acs_entrance\` resources in your workspace or get these details for a specific \`acs_entrance\`. You can also list all entrances associated with a specific credential, and you can list all credentials associated with a specific entrance.
|
|
2321
2321
|
`);
|
|
2322
|
-
var acs_system_capability_flags = zod.z.object({
|
|
2323
|
-
can_automate_enrollment: zod.z.boolean().optional().describe(
|
|
2324
|
-
"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)."
|
|
2325
|
-
),
|
|
2326
|
-
can_create_acs_access_groups: zod.z.boolean().optional().describe(
|
|
2327
|
-
"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)."
|
|
2328
|
-
),
|
|
2329
|
-
can_remove_acs_users_from_acs_access_groups: zod.z.boolean().optional().describe(
|
|
2330
|
-
"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)."
|
|
2331
|
-
),
|
|
2332
|
-
can_add_acs_users_to_acs_access_groups: zod.z.boolean().optional().describe(
|
|
2333
|
-
"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)."
|
|
2334
|
-
),
|
|
2335
|
-
can_update_user_schedule: zod.z.boolean().optional(),
|
|
2336
|
-
can_create_user: zod.z.boolean().optional(),
|
|
2337
|
-
can_delete_user: zod.z.boolean().optional(),
|
|
2338
|
-
can_update_user_information: zod.z.boolean().optional(),
|
|
2339
|
-
can_update_user_supension_state: zod.z.boolean().optional(),
|
|
2340
|
-
can_update_user_group_membership: zod.z.boolean().optional()
|
|
2341
|
-
});
|
|
2322
|
+
var acs_system_capability_flags = zod.z.object({});
|
|
2342
2323
|
var acs_location = zod.z.object({
|
|
2343
2324
|
time_zone: zod.z.string().nullable().describe(
|
|
2344
2325
|
"Time zone in which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) is located."
|
|
@@ -6725,28 +6706,6 @@ var openapi_default = {
|
|
|
6725
6706
|
type: "string"
|
|
6726
6707
|
},
|
|
6727
6708
|
acs_user_count: { format: "float", type: "number" },
|
|
6728
|
-
can_add_acs_users_to_acs_access_groups: {
|
|
6729
|
-
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).",
|
|
6730
|
-
type: "boolean"
|
|
6731
|
-
},
|
|
6732
|
-
can_automate_enrollment: {
|
|
6733
|
-
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).",
|
|
6734
|
-
type: "boolean"
|
|
6735
|
-
},
|
|
6736
|
-
can_create_acs_access_groups: {
|
|
6737
|
-
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).",
|
|
6738
|
-
type: "boolean"
|
|
6739
|
-
},
|
|
6740
|
-
can_create_user: { type: "boolean" },
|
|
6741
|
-
can_delete_user: { type: "boolean" },
|
|
6742
|
-
can_remove_acs_users_from_acs_access_groups: {
|
|
6743
|
-
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).",
|
|
6744
|
-
type: "boolean"
|
|
6745
|
-
},
|
|
6746
|
-
can_update_user_group_membership: { type: "boolean" },
|
|
6747
|
-
can_update_user_information: { type: "boolean" },
|
|
6748
|
-
can_update_user_schedule: { type: "boolean" },
|
|
6749
|
-
can_update_user_supension_state: { type: "boolean" },
|
|
6750
6709
|
connected_account_id: {
|
|
6751
6710
|
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).",
|
|
6752
6711
|
format: "uuid",
|