fix: tipagem de usuario externo
This commit is contained in:
parent
2b7b780ad5
commit
126a3ed521
4 changed files with 5 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ export type tipoUsuarioExterno = {
|
|||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
codigo: string;
|
||||
cpf: string;
|
||||
};
|
||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
||||
ambiente: z.infer<typeof zAmbiente>;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ export type tipoUsuarioExterno = {
|
|||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
codigo: string;
|
||||
cpf: string;
|
||||
};
|
||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
||||
ambiente: z.infer<typeof zAmbiente>;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-drives",
|
||||
"version": "0.187.0",
|
||||
"version": "0.188.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ export type tipoUsuarioExterno = {
|
|||
codigo_conta: string
|
||||
chave_produto: string
|
||||
codigo: string
|
||||
cpf: string
|
||||
}
|
||||
|
||||
export const usuarios_quipo_governo = async ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue