@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.
@@ -53779,16 +53779,6 @@ declare const _default: {
53779
53779
  ical_config: {
53780
53780
  description: string;
53781
53781
  properties: {
53782
- default_check_in_time: {
53783
- description: string;
53784
- pattern: string;
53785
- type: string;
53786
- };
53787
- default_check_out_time: {
53788
- description: string;
53789
- pattern: string;
53790
- type: string;
53791
- };
53792
53782
  fields: {
53793
53783
  properties: {
53794
53784
  ends_at: {
@@ -53930,10 +53920,6 @@ declare const _default: {
53930
53920
  required: string[];
53931
53921
  type: string;
53932
53922
  };
53933
- time_zone: {
53934
- description: string;
53935
- type: string;
53936
- };
53937
53923
  };
53938
53924
  required: string[];
53939
53925
  type: string;
@@ -60081,16 +60081,6 @@ export default {
60081
60081
  ical_config: {
60082
60082
  description: 'Config to validate',
60083
60083
  properties: {
60084
- default_check_in_time: {
60085
- description: 'Default check-in time (HH:MM) used when iCal gives date-only values',
60086
- pattern: '^\\d{2}:\\d{2}$',
60087
- type: 'string',
60088
- },
60089
- default_check_out_time: {
60090
- description: 'Default check-out time (HH:MM) used when iCal gives date-only values',
60091
- pattern: '^\\d{2}:\\d{2}$',
60092
- type: 'string',
60093
- },
60094
60084
  fields: {
60095
60085
  properties: {
60096
60086
  ends_at: {
@@ -60232,10 +60222,6 @@ export default {
60232
60222
  required: ['source', 'pattern'],
60233
60223
  type: 'object',
60234
60224
  },
60235
- time_zone: {
60236
- description: 'IANA time zone (e.g. America/New_York) applied when dates have no time/timezone',
60237
- type: 'string',
60238
- },
60239
60225
  },
60240
60226
  required: ['fields'],
60241
60227
  type: 'object',