@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/dist/connect.cjs CHANGED
@@ -1838,6 +1838,7 @@ var acs_entrance_assa_abloy_vostio_metadata = zod.z.object({
1838
1838
  pms_id: zod.z.string().optional()
1839
1839
  });
1840
1840
  var acs_credential_vostio_metadata = zod.z.object({
1841
+ auto_join: zod.z.boolean().optional(),
1841
1842
  override_guest_acs_entrance_ids: zod.z.string().array().optional(),
1842
1843
  key_id: zod.z.string().optional(),
1843
1844
  key_issuing_request_id: zod.z.string().optional(),
@@ -5998,6 +5999,7 @@ var openapi_default = {
5998
5999
  assa_abloy_vostio_metadata: {
5999
6000
  description: "Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
6000
6001
  properties: {
6002
+ auto_join: { type: "boolean" },
6001
6003
  door_names: { items: { type: "string" }, type: "array" },
6002
6004
  endpoint_id: { type: "string" },
6003
6005
  key_id: { type: "string" },
@@ -7840,6 +7842,7 @@ var openapi_default = {
7840
7842
  assa_abloy_vostio_metadata: {
7841
7843
  description: "Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
7842
7844
  properties: {
7845
+ auto_join: { type: "boolean" },
7843
7846
  door_names: {
7844
7847
  items: { type: "string" },
7845
7848
  type: "array"
@@ -8186,6 +8189,7 @@ var openapi_default = {
8186
8189
  assa_abloy_vostio_metadata: {
8187
8190
  description: "Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
8188
8191
  properties: {
8192
+ auto_join: { type: "boolean" },
8189
8193
  door_names: {
8190
8194
  items: { type: "string" },
8191
8195
  type: "array"
@@ -8901,6 +8905,7 @@ var openapi_default = {
8901
8905
  assa_abloy_vostio_metadata: {
8902
8906
  description: "Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
8903
8907
  properties: {
8908
+ auto_join: { type: "boolean" },
8904
8909
  door_names: {
8905
8910
  items: { type: "string" },
8906
8911
  type: "array"
@@ -9245,6 +9250,7 @@ var openapi_default = {
9245
9250
  assa_abloy_vostio_metadata: {
9246
9251
  description: "Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
9247
9252
  properties: {
9253
+ auto_join: { type: "boolean" },
9248
9254
  door_names: {
9249
9255
  items: { type: "string" },
9250
9256
  type: "array"
@@ -19798,6 +19804,7 @@ var openapi_default = {
19798
19804
  assa_abloy_vostio_metadata: {
19799
19805
  description: "Vostio-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).",
19800
19806
  properties: {
19807
+ auto_join: { type: "boolean" },
19801
19808
  door_names: { items: { type: "string" }, type: "array" },
19802
19809
  endpoint_id: { type: "string" },
19803
19810
  key_id: { type: "string" },
@@ -24195,6 +24202,7 @@ var openapi_default = {
24195
24202
  assa_abloy_vostio_metadata: {
24196
24203
  description: "Vostio-specific metadata for the new credential.",
24197
24204
  properties: {
24205
+ auto_join: { type: "boolean" },
24198
24206
  join_all_guest_acs_entrances: { type: "boolean" },
24199
24207
  override_all_guest_acs_entrances: { type: "boolean" },
24200
24208
  override_guest_acs_entrance_ids: {
@@ -24555,7 +24563,8 @@ var openapi_default = {
24555
24563
  },
24556
24564
  required: ["user_identity_id"],
24557
24565
  type: "object"
24558
- }
24566
+ },
24567
+ { properties: {}, type: "object" }
24559
24568
  ]
24560
24569
  },
24561
24570
  {