@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.
- package/dist/connect.cjs +2 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +2 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -2
- package/src/lib/seam/connect/route-types.ts +1 -1
|
@@ -63589,7 +63589,7 @@ export default {
|
|
|
63589
63589
|
in: 'query',
|
|
63590
63590
|
name: 'between',
|
|
63591
63591
|
schema: {
|
|
63592
|
-
description: 'Lower and upper timestamps to
|
|
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
|
|
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' },
|