build
This commit is contained in:
parent
7032eb1329
commit
78773e8943
8 changed files with 16 additions and 16 deletions
|
|
@ -6,7 +6,7 @@ export declare const zp_serie_registrar: z.ZodObject<{
|
|||
colanuEixoX: z.ZodString;
|
||||
colunaAgrupamento: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
||||
agregacao: z.ZodEnum<["contagem", "somatoria"]>;
|
||||
filtro: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
||||
filtros: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
||||
coluna: z.ZodString;
|
||||
valor: z.ZodString;
|
||||
operador: z.ZodEnum<["=", "!=", ">", "<", ">=", "<=", "∩"]>;
|
||||
|
|
@ -24,7 +24,7 @@ export declare const zp_serie_registrar: z.ZodObject<{
|
|||
colanuEixoX: string;
|
||||
agregacao: "contagem" | "somatoria";
|
||||
colunaAgrupamento?: string[] | undefined;
|
||||
filtro?: {
|
||||
filtros?: {
|
||||
valor: string;
|
||||
coluna: string;
|
||||
operador: "=" | "!=" | ">" | "<" | ">=" | "<=" | "∩";
|
||||
|
|
@ -34,7 +34,7 @@ export declare const zp_serie_registrar: z.ZodObject<{
|
|||
colanuEixoX: string;
|
||||
agregacao: "contagem" | "somatoria";
|
||||
colunaAgrupamento?: string[] | undefined;
|
||||
filtro?: {
|
||||
filtros?: {
|
||||
valor: string;
|
||||
coluna: string;
|
||||
operador: "=" | "!=" | ">" | "<" | ">=" | "<=" | "∩";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue