.
This commit is contained in:
parent
1a2cd2ce56
commit
a435b0c6ae
17 changed files with 124 additions and 227 deletions
8
dist-require/pilao-de-dados/index.d.ts
vendored
8
dist-require/pilao-de-dados/index.d.ts
vendored
|
|
@ -61,7 +61,7 @@ export declare const pPilao: {
|
|||
tabela: string;
|
||||
registros: any[];
|
||||
}>;
|
||||
registrar_serie: ({ emDesenvolvimento, cliente: { conta, produto }, parametros: { agregacao, colanuEixoX, colunaAgrupamento, identificador, tabela, }, }: {
|
||||
serie_registrar: ({ emDesenvolvimento, cliente: { conta, produto }, parametros: { agregacao, colanuEixoX, colunaAgrupamento, identificador, tabela, }, }: {
|
||||
emDesenvolvimento?: boolean | null | undefined;
|
||||
cliente: {
|
||||
produto: string;
|
||||
|
|
@ -75,7 +75,7 @@ export declare const pPilao: {
|
|||
agregacao: "contagem" | "somatoria";
|
||||
};
|
||||
}) => Promise<import("p-respostas").tipoResposta<true>>;
|
||||
zp_registrar_serie: import("zod").ZodObject<{
|
||||
zp_serie_registrar: import("zod").ZodObject<{
|
||||
tabela: import("zod").ZodString;
|
||||
identificador: import("zod").ZodString;
|
||||
colanuEixoX: import("zod").ZodString;
|
||||
|
|
@ -94,7 +94,7 @@ export declare const pPilao: {
|
|||
colunaAgrupamento: string;
|
||||
agregacao: "contagem" | "somatoria";
|
||||
}>;
|
||||
consultar_serie: ({ emDesenvolvimento, parametros: { identificador }, cliente: { conta, produto }, }: {
|
||||
serie_consultar: ({ emDesenvolvimento, parametros: { identificador }, cliente: { conta, produto }, }: {
|
||||
emDesenvolvimento?: boolean | null | undefined;
|
||||
cliente: {
|
||||
produto: string;
|
||||
|
|
@ -117,7 +117,7 @@ export declare const pPilao: {
|
|||
}>>;
|
||||
url: () => string;
|
||||
};
|
||||
zp_consultar_serie: import("zod").ZodObject<{
|
||||
zp_serie_consultar: import("zod").ZodObject<{
|
||||
identificador: import("zod").ZodString;
|
||||
}, "strip", import("zod").ZodTypeAny, {
|
||||
identificador: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue