.
This commit is contained in:
parent
0f0fe3be08
commit
0175fdaa9c
6 changed files with 6 additions and 16 deletions
|
|
@ -19,9 +19,7 @@ export declare const serie_consultar: (cliente: z.infer<typeof zp_produto_conta>
|
||||||
dados: () => Promise<tipoResposta<{
|
dados: () => Promise<tipoResposta<{
|
||||||
registros: any[];
|
registros: any[];
|
||||||
legenda: string;
|
legenda: string;
|
||||||
serie: {
|
serie: z.infer<(typeof visoes)[T]>;
|
||||||
[key: string]: any;
|
|
||||||
};
|
|
||||||
}>>;
|
}>>;
|
||||||
url: () => string;
|
url: () => string;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
4
dist-import/pilao-de-dados/index.d.ts
vendored
4
dist-import/pilao-de-dados/index.d.ts
vendored
|
|
@ -235,9 +235,7 @@ export declare const pPilao: {
|
||||||
dados: () => Promise<import("p-respostas").tipoResposta<{
|
dados: () => Promise<import("p-respostas").tipoResposta<{
|
||||||
registros: any[];
|
registros: any[];
|
||||||
legenda: string;
|
legenda: string;
|
||||||
serie: {
|
serie: import("zod").TypeOf<(typeof visoes)[T]>;
|
||||||
[key: string]: any;
|
|
||||||
};
|
|
||||||
}>>;
|
}>>;
|
||||||
url: () => string;
|
url: () => string;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,7 @@ export declare const serie_consultar: (cliente: z.infer<typeof zp_produto_conta>
|
||||||
dados: () => Promise<tipoResposta<{
|
dados: () => Promise<tipoResposta<{
|
||||||
registros: any[];
|
registros: any[];
|
||||||
legenda: string;
|
legenda: string;
|
||||||
serie: {
|
serie: z.infer<(typeof visoes)[T]>;
|
||||||
[key: string]: any;
|
|
||||||
};
|
|
||||||
}>>;
|
}>>;
|
||||||
url: () => string;
|
url: () => string;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
4
dist-require/pilao-de-dados/index.d.ts
vendored
4
dist-require/pilao-de-dados/index.d.ts
vendored
|
|
@ -235,9 +235,7 @@ export declare const pPilao: {
|
||||||
dados: () => Promise<import("p-respostas").tipoResposta<{
|
dados: () => Promise<import("p-respostas").tipoResposta<{
|
||||||
registros: any[];
|
registros: any[];
|
||||||
legenda: string;
|
legenda: string;
|
||||||
serie: {
|
serie: import("zod").TypeOf<(typeof visoes)[T]>;
|
||||||
[key: string]: any;
|
|
||||||
};
|
|
||||||
}>>;
|
}>>;
|
||||||
url: () => string;
|
url: () => string;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-drives",
|
"name": "p-drives",
|
||||||
"version": "0.125.0",
|
"version": "0.126.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,7 @@ export const serie_consultar =
|
||||||
tipoResposta<{
|
tipoResposta<{
|
||||||
registros: any[]
|
registros: any[]
|
||||||
legenda: string
|
legenda: string
|
||||||
serie: {
|
serie: z.infer<(typeof visoes)[T]>
|
||||||
[key: string]: any
|
|
||||||
}
|
|
||||||
}>
|
}>
|
||||||
> => {
|
> => {
|
||||||
const url = new URL(
|
const url = new URL(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue