@seamapi/types 1.391.1 → 1.392.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.391.1",
3
+ "version": "1.392.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -13,6 +13,7 @@ export type AcsEntranceAssaAbloyVostioMetadata = z.infer<
13
13
  >
14
14
 
15
15
  export const acs_credential_vostio_metadata = z.object({
16
+ auto_join: z.boolean().optional(),
16
17
  override_guest_acs_entrance_ids: z.string().array().optional(),
17
18
  key_id: z.string().optional(),
18
19
  key_issuing_request_id: z.string().optional(),
@@ -1651,6 +1651,7 @@ export default {
1651
1651
  description:
1652
1652
  'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
1653
1653
  properties: {
1654
+ auto_join: { type: 'boolean' },
1654
1655
  door_names: { items: { type: 'string' }, type: 'array' },
1655
1656
  endpoint_id: { type: 'string' },
1656
1657
  key_id: { type: 'string' },
@@ -3721,6 +3722,7 @@ export default {
3721
3722
  description:
3722
3723
  'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
3723
3724
  properties: {
3725
+ auto_join: { type: 'boolean' },
3724
3726
  door_names: {
3725
3727
  items: { type: 'string' },
3726
3728
  type: 'array',
@@ -4117,6 +4119,7 @@ export default {
4117
4119
  description:
4118
4120
  'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
4119
4121
  properties: {
4122
+ auto_join: { type: 'boolean' },
4120
4123
  door_names: {
4121
4124
  items: { type: 'string' },
4122
4125
  type: 'array',
@@ -4914,6 +4917,7 @@ export default {
4914
4917
  description:
4915
4918
  'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
4916
4919
  properties: {
4920
+ auto_join: { type: 'boolean' },
4917
4921
  door_names: {
4918
4922
  items: { type: 'string' },
4919
4923
  type: 'array',
@@ -5308,6 +5312,7 @@ export default {
5308
5312
  description:
5309
5313
  'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
5310
5314
  properties: {
5315
+ auto_join: { type: 'boolean' },
5311
5316
  door_names: {
5312
5317
  items: { type: 'string' },
5313
5318
  type: 'array',
@@ -16705,6 +16710,7 @@ export default {
16705
16710
  description:
16706
16711
  'Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
16707
16712
  properties: {
16713
+ auto_join: { type: 'boolean' },
16708
16714
  door_names: { items: { type: 'string' }, type: 'array' },
16709
16715
  endpoint_id: { type: 'string' },
16710
16716
  key_id: { type: 'string' },
@@ -21438,6 +21444,7 @@ export default {
21438
21444
  description:
21439
21445
  'Vostio-specific metadata for the new credential.',
21440
21446
  properties: {
21447
+ auto_join: { type: 'boolean' },
21441
21448
  join_all_guest_acs_entrances: { type: 'boolean' },
21442
21449
  override_all_guest_acs_entrances: { type: 'boolean' },
21443
21450
  override_guest_acs_entrance_ids: {
@@ -21822,6 +21829,7 @@ export default {
21822
21829
  required: ['user_identity_id'],
21823
21830
  type: 'object',
21824
21831
  },
21832
+ { properties: {}, type: 'object' },
21825
21833
  ],
21826
21834
  },
21827
21835
  {