@seamapi/types 1.404.3 → 1.405.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 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."
@@ -2826,7 +2807,10 @@ var common_acs_user = zod.z.object({
2826
2807
  undocumented: Only used internally.
2827
2808
  ---
2828
2809
  The last time an internal sync job completed for this ACS user.
2829
- `)
2810
+ `),
2811
+ connected_account_id: zod.z.string().uuid().describe(`
2812
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
2813
+ `)
2830
2814
  }).merge(user_fields);
2831
2815
  var acs_user = common_acs_user.merge(
2832
2816
  zod.z.object({
@@ -6725,28 +6709,6 @@ var openapi_default = {
6725
6709
  type: "string"
6726
6710
  },
6727
6711
  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
6712
  connected_account_id: {
6751
6713
  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
6714
  format: "uuid",
@@ -7133,6 +7095,11 @@ var openapi_default = {
7133
7095
  format: "uuid",
7134
7096
  type: "string"
7135
7097
  },
7098
+ connected_account_id: {
7099
+ description: "\n The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).\n ",
7100
+ format: "uuid",
7101
+ type: "string"
7102
+ },
7136
7103
  created_at: {
7137
7104
  description: "Date and time at which the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.",
7138
7105
  format: "date-time",
@@ -7681,6 +7648,7 @@ var openapi_default = {
7681
7648
  "warnings",
7682
7649
  "errors",
7683
7650
  "last_successful_sync_at",
7651
+ "connected_account_id",
7684
7652
  "is_managed"
7685
7653
  ],
7686
7654
  type: "object",
@@ -21124,6 +21092,11 @@ var openapi_default = {
21124
21092
  format: "uuid",
21125
21093
  type: "string"
21126
21094
  },
21095
+ connected_account_id: {
21096
+ description: "\n The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).\n ",
21097
+ format: "uuid",
21098
+ type: "string"
21099
+ },
21127
21100
  created_at: {
21128
21101
  description: "Date and time at which the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.",
21129
21102
  format: "date-time",
@@ -21672,6 +21645,7 @@ var openapi_default = {
21672
21645
  "warnings",
21673
21646
  "errors",
21674
21647
  "last_successful_sync_at",
21648
+ "connected_account_id",
21675
21649
  "is_managed"
21676
21650
  ],
21677
21651
  type: "object",
@@ -30154,6 +30128,7 @@ var openapi_default = {
30154
30128
  "akiles",
30155
30129
  "ecobee",
30156
30130
  "honeywell_resideo",
30131
+ "kwikset2",
30157
30132
  "minut",
30158
30133
  "nest",
30159
30134
  "noiseaware",
@@ -30737,6 +30712,7 @@ var openapi_default = {
30737
30712
  "akiles",
30738
30713
  "ecobee",
30739
30714
  "honeywell_resideo",
30715
+ "kwikset2",
30740
30716
  "minut",
30741
30717
  "nest",
30742
30718
  "noiseaware",
@@ -31644,6 +31620,7 @@ var openapi_default = {
31644
31620
  "dormakaba_oracode",
31645
31621
  "tedee",
31646
31622
  "akiles",
31623
+ "kwikset2",
31647
31624
  "smartthings"
31648
31625
  ],
31649
31626
  type: "string"