build
This commit is contained in:
parent
e5bbcf11d3
commit
8d240bbee9
6 changed files with 25 additions and 26 deletions
10
dist-require/index.d.ts
vendored
10
dist-require/index.d.ts
vendored
|
|
@ -444,15 +444,15 @@ declare class ClassPilao {
|
|||
});
|
||||
rotaEnviarRegistros(): {
|
||||
rota: string;
|
||||
url: string;
|
||||
url: URL;
|
||||
};
|
||||
rotaDeletarRegistro(): {
|
||||
rota: string;
|
||||
url: string;
|
||||
url: URL;
|
||||
};
|
||||
rotaConsultarSerie(tipoVisao: nomesVisoes | ":tipoVisao"): {
|
||||
rotaConsultarSerie(): {
|
||||
rota: string;
|
||||
url: string;
|
||||
url: URL;
|
||||
};
|
||||
rotaIframeSerie(tipoVisao: nomesVisoes | ":tipoVisao"): {
|
||||
rota: string;
|
||||
|
|
@ -460,7 +460,7 @@ declare class ClassPilao {
|
|||
};
|
||||
rotaFuncaoApi(funcao: keyof tipo_pilao_api | ":funcao"): {
|
||||
rota: string;
|
||||
url: string;
|
||||
url: URL;
|
||||
};
|
||||
consultarApi<T extends keyof tipo_pilao_api>(funcao: T, parametros: tipo_pilao_api[T]["pr"]): Promise<tipoResposta<tipo_pilao_api[T]["rs"]>>;
|
||||
get baseUrlApi(): "https://carro-de-boi.idz.one" | "http://localhost:5080";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue