@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
package/dist/connect.cjs
CHANGED
|
@@ -70288,7 +70288,7 @@ var openapi_default = {
|
|
|
70288
70288
|
in: "query",
|
|
70289
70289
|
name: "between",
|
|
70290
70290
|
schema: {
|
|
70291
|
-
description: "Lower and upper timestamps to
|
|
70291
|
+
description: "Lower and upper timestamps to filter reservations whose time range overlaps with the given interval.",
|
|
70292
70292
|
items: {
|
|
70293
70293
|
oneOf: [
|
|
70294
70294
|
{ type: "string" },
|
|
@@ -70553,7 +70553,7 @@ var openapi_default = {
|
|
|
70553
70553
|
schema: {
|
|
70554
70554
|
properties: {
|
|
70555
70555
|
between: {
|
|
70556
|
-
description: "Lower and upper timestamps to
|
|
70556
|
+
description: "Lower and upper timestamps to filter reservations whose time range overlaps with the given interval.",
|
|
70557
70557
|
items: {
|
|
70558
70558
|
oneOf: [
|
|
70559
70559
|
{ type: "string" },
|