This commit is contained in:
Luiz H. R. Silva 2024-07-06 18:47:56 -03:00
parent 0f0fe3be08
commit 0175fdaa9c
6 changed files with 6 additions and 16 deletions

View file

@ -19,9 +19,7 @@ export declare const serie_consultar: (cliente: z.infer<typeof zp_produto_conta>
dados: () => Promise<tipoResposta<{
registros: any[];
legenda: string;
serie: {
[key: string]: any;
};
serie: z.infer<(typeof visoes)[T]>;
}>>;
url: () => string;
};

View file

@ -235,9 +235,7 @@ export declare const pPilao: {
dados: () => Promise<import("p-respostas").tipoResposta<{
registros: any[];
legenda: string;
serie: {
[key: string]: any;
};
serie: import("zod").TypeOf<(typeof visoes)[T]>;
}>>;
url: () => string;
};

View file

@ -19,9 +19,7 @@ export declare const serie_consultar: (cliente: z.infer<typeof zp_produto_conta>
dados: () => Promise<tipoResposta<{
registros: any[];
legenda: string;
serie: {
[key: string]: any;
};
serie: z.infer<(typeof visoes)[T]>;
}>>;
url: () => string;
};

View file

@ -235,9 +235,7 @@ export declare const pPilao: {
dados: () => Promise<import("p-respostas").tipoResposta<{
registros: any[];
legenda: string;
serie: {
[key: string]: any;
};
serie: import("zod").TypeOf<(typeof visoes)[T]>;
}>>;
url: () => string;
};

View file

@ -1,6 +1,6 @@
{
"name": "p-drives",
"version": "0.125.0",
"version": "0.126.0",
"description": "",
"main": "src/index.ts",
"exports": {

View file

@ -21,9 +21,7 @@ export const serie_consultar =
tipoResposta<{
registros: any[]
legenda: string
serie: {
[key: string]: any
}
serie: z.infer<(typeof visoes)[T]>
}>
> => {
const url = new URL(