@seamapi/types 1.819.0 → 1.820.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
@@ -66970,16 +66970,6 @@ var openapi_default = {
66970
66970
  ical_config: {
66971
66971
  description: "Config to validate",
66972
66972
  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
66973
  fields: {
66984
66974
  properties: {
66985
66975
  ends_at: {
@@ -67120,10 +67110,6 @@ var openapi_default = {
67120
67110
  },
67121
67111
  required: ["source", "pattern"],
67122
67112
  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
67113
  }
67128
67114
  },
67129
67115
  required: ["fields"],