fix: ajuste
This commit is contained in:
parent
e1694195cc
commit
d0d99faa50
6 changed files with 5 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ var operadores = /* @__PURE__ */ ((operadores2) => {
|
|||
operadores2["<="] = "<=";
|
||||
operadores2["like"] = "like";
|
||||
operadores2["in"] = "in";
|
||||
operadores2["isNull"] = "isnull";
|
||||
operadores2["isNull"] = "isNull";
|
||||
return operadores2;
|
||||
})(operadores || {});
|
||||
const zOperadores = import_zod.default.enum([
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ declare enum operadores {
|
|||
"<=" = "<=",
|
||||
like = "like",
|
||||
in = "in",
|
||||
isNull = "isnull"
|
||||
isNull = "isNull"
|
||||
}
|
||||
type tipoFiltro = {
|
||||
coluna: string;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.295.0",
|
||||
"version": "0.296.0",
|
||||
"description": "",
|
||||
"main": "./dist-front/index.mjs",
|
||||
"module": "./dist-front/index.mjs",
|
||||
|
|
|
|||
BIN
pacote.tgz
BIN
pacote.tgz
Binary file not shown.
|
|
@ -9,7 +9,7 @@ export enum operadores {
|
|||
"<=" = "<=",
|
||||
like = "like",
|
||||
in = "in",
|
||||
isNull = "isnull",
|
||||
isNull = "isNull",
|
||||
}
|
||||
|
||||
export type tipoFiltro = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue