@rezkit/toursui 0.2.9 → 0.2.10
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 +1 -1
- package/dist/toursui.js.map +1 -1
- package/package.json +1 -1
package/dist/toursui.js
CHANGED
@@ -13113,7 +13113,7 @@ const Q_ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13113
13113
|
df: O.string().or(O.date()).optional(),
|
13114
13114
|
dt: O.string().or(O.date()).optional(),
|
13115
13115
|
j: O.literal("a").or(O.literal("d")).optional()
|
13116
|
-
}).refine((e) => !(e.q && e.qs), { message: "`q` and `qs` are mutually exclusive", path: ["q", "qs"] }), Y_ = O.union([O.string(), O.number(), O.boolean(), O.array(O.string())]), L_ = O.object({
|
13116
|
+
}).refine((e) => !(e.q && e.qs), { message: "`q` and `qs` are mutually exclusive", path: ["q", "qs"] }), Y_ = O.union([O.string(), O.number(), O.boolean(), O.array(O.string()), O.null()]), L_ = O.object({
|
13117
13117
|
name: O.string(),
|
13118
13118
|
code: O.string(),
|
13119
13119
|
description: O.string(),
|