@seamapi/types 1.787.0 → 1.788.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.
@@ -63589,7 +63589,7 @@ export default {
63589
63589
  in: 'query',
63590
63590
  name: 'between',
63591
63591
  schema: {
63592
- description: 'Lower and upper timestamps to define an exclusive interval containing the reservations that you want to list.',
63592
+ description: 'Lower and upper timestamps to filter reservations whose time range overlaps with the given interval.',
63593
63593
  items: {
63594
63594
  oneOf: [
63595
63595
  { type: 'string' },
@@ -63854,7 +63854,7 @@ export default {
63854
63854
  schema: {
63855
63855
  properties: {
63856
63856
  between: {
63857
- description: 'Lower and upper timestamps to define an exclusive interval containing the reservations that you want to list.',
63857
+ description: 'Lower and upper timestamps to filter reservations whose time range overlaps with the given interval.',
63858
63858
  items: {
63859
63859
  oneOf: [
63860
63860
  { type: 'string' },