@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.
@@ -117487,16 +117487,6 @@ declare const _default: {
117487
117487
  ical_config: {
117488
117488
  description: string;
117489
117489
  properties: {
117490
- default_check_in_time: {
117491
- description: string;
117492
- pattern: string;
117493
- type: string;
117494
- };
117495
- default_check_out_time: {
117496
- description: string;
117497
- pattern: string;
117498
- type: string;
117499
- };
117500
117490
  fields: {
117501
117491
  properties: {
117502
117492
  ends_at: {
@@ -117638,10 +117628,6 @@ declare const _default: {
117638
117628
  required: string[];
117639
117629
  type: string;
117640
117630
  };
117641
- time_zone: {
117642
- description: string;
117643
- type: string;
117644
- };
117645
117631
  };
117646
117632
  required: string[];
117647
117633
  type: string;
@@ -202064,12 +202050,6 @@ type Routes = {
202064
202050
  type?: 'date' | undefined;
202065
202051
  };
202066
202052
  };
202067
- /** IANA time zone (e.g. America/New_York) applied when dates have no time/timezone */
202068
- time_zone?: string | undefined;
202069
- /** Default check-in time (HH:MM) used when iCal gives date-only values */
202070
- default_check_in_time?: string | undefined;
202071
- /** Default check-out time (HH:MM) used when iCal gives date-only values */
202072
- default_check_out_time?: string | undefined;
202073
202053
  };
202074
202054
  };
202075
202055
  commonParams: {};
package/dist/index.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"],