@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.d.cts
CHANGED
|
@@ -202393,7 +202393,7 @@ type Routes = {
|
|
|
202393
202393
|
created_before?: Date | undefined;
|
|
202394
202394
|
/** Timestamp by which to limit returned reservations. Returns reservations created after this timestamp. */
|
|
202395
202395
|
created_after?: Date | undefined;
|
|
202396
|
-
/** Lower and upper timestamps to
|
|
202396
|
+
/** Lower and upper timestamps to filter reservations whose time range overlaps with the given interval. */
|
|
202397
202397
|
between?: (string | Date)[] | undefined;
|
|
202398
202398
|
/** String for which to search. Filters returned reservations to include all records that satisfy a partial match using `reservation_id`, `reservation_key`, `name`, `guest_name`, or space names. */
|
|
202399
202399
|
search?: string | undefined;
|
package/dist/index.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" },
|