@seamapi/types 1.819.0 → 1.821.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
@@ -2047,6 +2047,7 @@ var PROVIDER_CATEGORY_MAP = {
2047
2047
  thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo"],
2048
2048
  noise_sensors: ["minut", "noiseaware"],
2049
2049
  access_control_systems: [
2050
+ "brivo",
2050
2051
  "visionline",
2051
2052
  "assa_abloy_credential_service",
2052
2053
  "latch",
@@ -66970,16 +66971,6 @@ var openapi_default = {
66970
66971
  ical_config: {
66971
66972
  description: "Config to validate",
66972
66973
  properties: {
66973
- default_check_in_time: {
66974
- description: "Default check-in time (HH:MM) used when iCal gives date-only values",
66975
- pattern: "^\\d{2}:\\d{2}$",
66976
- type: "string"
66977
- },
66978
- default_check_out_time: {
66979
- description: "Default check-out time (HH:MM) used when iCal gives date-only values",
66980
- pattern: "^\\d{2}:\\d{2}$",
66981
- type: "string"
66982
- },
66983
66974
  fields: {
66984
66975
  properties: {
66985
66976
  ends_at: {
@@ -67120,10 +67111,6 @@ var openapi_default = {
67120
67111
  },
67121
67112
  required: ["source", "pattern"],
67122
67113
  type: "object"
67123
- },
67124
- time_zone: {
67125
- description: "IANA time zone (e.g. America/New_York) applied when dates have no time/timezone",
67126
- type: "string"
67127
67114
  }
67128
67115
  },
67129
67116
  required: ["fields"],