@seamapi/types 1.606.0 → 1.607.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
@@ -2945,6 +2945,9 @@ var acs_entrance_capability_flags = zod.z.object({
2945
2945
  ),
2946
2946
  can_unlock_with_code: zod.z.boolean().optional().describe(
2947
2947
  "Indicates whether the ACS entrance can be unlocked with pin codes."
2948
+ ),
2949
+ can_belong_to_reservation: zod.z.boolean().optional().describe(
2950
+ "Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key."
2948
2951
  )
2949
2952
  });
2950
2953
  var acs_entrance = zod.z.object({
@@ -8262,6 +8265,10 @@ var openapi_default = {
8262
8265
  required: ["door_type", "door_name"],
8263
8266
  type: "object"
8264
8267
  },
8268
+ can_belong_to_reservation: {
8269
+ description: "Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.",
8270
+ type: "boolean"
8271
+ },
8265
8272
  can_unlock_with_card: {
8266
8273
  description: "Indicates whether the ACS entrance can be unlocked with card credentials.",
8267
8274
  type: "boolean"
@@ -23689,6 +23696,10 @@ var openapi_default = {
23689
23696
  required: ["door_type", "door_name"],
23690
23697
  type: "object"
23691
23698
  },
23699
+ can_belong_to_reservation: {
23700
+ description: "Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.",
23701
+ type: "boolean"
23702
+ },
23692
23703
  can_unlock_with_card: {
23693
23704
  description: "Indicates whether the ACS entrance can be unlocked with card credentials.",
23694
23705
  type: "boolean"