@seamapi/types 1.613.0 → 1.615.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
@@ -1836,7 +1836,8 @@ var PROVIDER_CATEGORY_MAP = {
1836
1836
  "akiles",
1837
1837
  "sensi",
1838
1838
  "assa_abloy_vostio",
1839
- "avigilon_alta"
1839
+ "avigilon_alta",
1840
+ "keynest"
1840
1841
  ],
1841
1842
  consumer_smartlocks: [
1842
1843
  "akiles",
@@ -3327,7 +3328,7 @@ zod.z.object({
3327
3328
  deleting: deleting.optional().nullable(),
3328
3329
  deferring_creation: deferring_creation.optional().nullable(),
3329
3330
  updating_access_schedule: updating_access_schedule_mutation.optional().nullable(),
3330
- updating_group_membership: zod.z.map(zod.z.string().uuid(), updating_group_membership_mutation).optional().nullable(),
3331
+ updating_group_membership: zod.z.record(zod.z.string().uuid(), updating_group_membership_mutation).optional().nullable(),
3331
3332
  updating_suspension_state: updating_suspension_state_mutation.optional().nullable(),
3332
3333
  "updating_user_information.full_name": common_pending_mutation.extend({
3333
3334
  mutation_code: zod.z.literal("updating_user_information"),