This commit is contained in:
marcio 2026-01-16 09:03:11 -03:00
commit ab298253d8
8 changed files with 18 additions and 11 deletions

View file

@ -43,6 +43,7 @@ var operadores = /* @__PURE__ */ ((operadores2) => {
operadores2["<="] = "<=";
operadores2["like"] = "like";
operadores2["in"] = "in";
operadores2["isNull"] = "isNull";
return operadores2;
})(operadores || {});
const zOperadores = import_zod.default.enum([
@ -53,7 +54,8 @@ const zOperadores = import_zod.default.enum([
"<",
"<=",
"like",
"in"
"in",
"isNull"
]);
const zFiltro = import_zod.default.object({
coluna: import_zod.default.string(),

View file

@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var urls_exports = {};
__export(urls_exports, {
cdn_carro_de_boi: () => cdn_carro_de_boi
link_paiol: () => link_paiol
});
module.exports = __toCommonJS(urls_exports);
const cdn_carro_de_boi = "https://carro-de-boi-idz-one.b-cdn.net";
const link_paiol = "https://paiol.idz.one";
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
cdn_carro_de_boi
link_paiol
});