@seamapi/types 1.547.0 → 1.549.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
@@ -2468,7 +2468,9 @@ var acs_entrance_dormakaba_community_metadata = zod.z.object({
2468
2468
  "dormakaba Community-specific metadata associated with the entrance."
2469
2469
  );
2470
2470
  var acs_entrance_hotek_metadata = zod.z.object({
2471
- room_number: zod.z.string().describe("Room number of the entrance.")
2471
+ room_number: zod.z.string().describe("Room number of the entrance."),
2472
+ display_name: zod.z.string().describe("Display name of the entrance."),
2473
+ door_type: zod.z.enum(["common_area", "guest"]).describe("Type of door.")
2472
2474
  }).describe("Hotek-specific metadata associated with the entrance.");
2473
2475
  var acs_entrance_latch_metadata = zod.z.object({
2474
2476
  accessibility_type: zod.z.string().describe("Accessibility type in the Latch access system."),
@@ -2519,7 +2521,8 @@ var acs_credential_external_type = zod.z.enum([
2519
2521
  "assa_abloy_vostio_key",
2520
2522
  "salto_space_key",
2521
2523
  "latch_access",
2522
- "dormakaba_ambiance_credential"
2524
+ "dormakaba_ambiance_credential",
2525
+ "hotek_card"
2523
2526
  ]);
2524
2527
  var acs_credential_access_method_type = zod.z.enum([
2525
2528
  "code",
@@ -7584,7 +7587,8 @@ var openapi_default = {
7584
7587
  "assa_abloy_vostio_key",
7585
7588
  "salto_space_key",
7586
7589
  "latch_access",
7587
- "dormakaba_ambiance_credential"
7590
+ "dormakaba_ambiance_credential",
7591
+ "hotek_card"
7588
7592
  ],
7589
7593
  type: "string"
7590
7594
  },
@@ -8070,12 +8074,21 @@ var openapi_default = {
8070
8074
  hotek_metadata: {
8071
8075
  description: "Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
8072
8076
  properties: {
8077
+ display_name: {
8078
+ description: "Display name of the entrance.",
8079
+ type: "string"
8080
+ },
8081
+ door_type: {
8082
+ description: "Type of door.",
8083
+ enum: ["common_area", "guest"],
8084
+ type: "string"
8085
+ },
8073
8086
  room_number: {
8074
8087
  description: "Room number of the entrance.",
8075
8088
  type: "string"
8076
8089
  }
8077
8090
  },
8078
- required: ["room_number"],
8091
+ required: ["room_number", "display_name", "door_type"],
8079
8092
  type: "object"
8080
8093
  },
8081
8094
  latch_metadata: {
@@ -9722,7 +9735,8 @@ var openapi_default = {
9722
9735
  "assa_abloy_vostio_key",
9723
9736
  "salto_space_key",
9724
9737
  "latch_access",
9725
- "dormakaba_ambiance_credential"
9738
+ "dormakaba_ambiance_credential",
9739
+ "hotek_card"
9726
9740
  ],
9727
9741
  type: "string"
9728
9742
  },
@@ -10111,7 +10125,8 @@ var openapi_default = {
10111
10125
  "assa_abloy_vostio_key",
10112
10126
  "salto_space_key",
10113
10127
  "latch_access",
10114
- "dormakaba_ambiance_credential"
10128
+ "dormakaba_ambiance_credential",
10129
+ "hotek_card"
10115
10130
  ],
10116
10131
  type: "string"
10117
10132
  },
@@ -10678,7 +10693,8 @@ var openapi_default = {
10678
10693
  "assa_abloy_vostio_key",
10679
10694
  "salto_space_key",
10680
10695
  "latch_access",
10681
- "dormakaba_ambiance_credential"
10696
+ "dormakaba_ambiance_credential",
10697
+ "hotek_card"
10682
10698
  ],
10683
10699
  type: "string"
10684
10700
  },
@@ -11065,7 +11081,8 @@ var openapi_default = {
11065
11081
  "assa_abloy_vostio_key",
11066
11082
  "salto_space_key",
11067
11083
  "latch_access",
11068
- "dormakaba_ambiance_credential"
11084
+ "dormakaba_ambiance_credential",
11085
+ "hotek_card"
11069
11086
  ],
11070
11087
  type: "string"
11071
11088
  },
@@ -23240,12 +23257,25 @@ var openapi_default = {
23240
23257
  hotek_metadata: {
23241
23258
  description: "Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
23242
23259
  properties: {
23260
+ display_name: {
23261
+ description: "Display name of the entrance.",
23262
+ type: "string"
23263
+ },
23264
+ door_type: {
23265
+ description: "Type of door.",
23266
+ enum: ["common_area", "guest"],
23267
+ type: "string"
23268
+ },
23243
23269
  room_number: {
23244
23270
  description: "Room number of the entrance.",
23245
23271
  type: "string"
23246
23272
  }
23247
23273
  },
23248
- required: ["room_number"],
23274
+ required: [
23275
+ "room_number",
23276
+ "display_name",
23277
+ "door_type"
23278
+ ],
23249
23279
  type: "object"
23250
23280
  },
23251
23281
  latch_metadata: {
@@ -23503,7 +23533,8 @@ var openapi_default = {
23503
23533
  "assa_abloy_vostio_key",
23504
23534
  "salto_space_key",
23505
23535
  "latch_access",
23506
- "dormakaba_ambiance_credential"
23536
+ "dormakaba_ambiance_credential",
23537
+ "hotek_card"
23507
23538
  ],
23508
23539
  type: "string"
23509
23540
  },
@@ -25928,7 +25959,8 @@ var openapi_default = {
25928
25959
  "assa_abloy_vostio_key",
25929
25960
  "salto_space_key",
25930
25961
  "latch_access",
25931
- "dormakaba_ambiance_credential"
25962
+ "dormakaba_ambiance_credential",
25963
+ "hotek_card"
25932
25964
  ],
25933
25965
  type: "string"
25934
25966
  },