@rezkit/toursui 0.2.38 → 0.2.40
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/toursui.cjs +1 -1
- package/dist/toursui.cjs.map +1 -1
- package/dist/toursui.js +2 -2
- package/dist/toursui.js.map +1 -1
- package/package.json +1 -1
package/dist/toursui.js
CHANGED
@@ -13491,8 +13491,8 @@ const O1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13491
13491
|
df: A.string().or(A.date()).optional(),
|
13492
13492
|
dt: A.string().or(A.date()).optional(),
|
13493
13493
|
j: A.literal("a").or(A.literal("d")).optional(),
|
13494
|
-
hdt: A.coerce.number().
|
13495
|
-
hdf: A.coerce.number().
|
13494
|
+
hdt: A.coerce.number().optional(),
|
13495
|
+
hdf: A.coerce.number().optional()
|
13496
13496
|
}).refine((e) => !(e.q && e.qs), { message: "`q` and `qs` are mutually exclusive", path: ["q", "qs"] }), y1 = A.union([A.string(), A.number(), A.boolean(), A.array(A.string()), A.null()]), _1 = A.object({
|
13497
13497
|
name: A.string(),
|
13498
13498
|
code: A.string(),
|