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;
|
codigo_conta: string;
|
||||||
chave_produto: string;
|
chave_produto: string;
|
||||||
codigo: string;
|
codigo: string;
|
||||||
|
cpf: string;
|
||||||
};
|
};
|
||||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
||||||
ambiente: z.infer<typeof zAmbiente>;
|
ambiente: z.infer<typeof zAmbiente>;
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ export type tipoUsuarioExterno = {
|
||||||
codigo_conta: string;
|
codigo_conta: string;
|
||||||
chave_produto: string;
|
chave_produto: string;
|
||||||
codigo: string;
|
codigo: string;
|
||||||
|
cpf: string;
|
||||||
};
|
};
|
||||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
||||||
ambiente: z.infer<typeof zAmbiente>;
|
ambiente: z.infer<typeof zAmbiente>;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-drives",
|
"name": "p-drives",
|
||||||
"version": "0.187.0",
|
"version": "0.188.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
@ -37,4 +37,4 @@
|
||||||
"cross-fetch": "^4.0.0",
|
"cross-fetch": "^4.0.0",
|
||||||
"zod": "3.23.8"
|
"zod": "3.23.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ export type tipoUsuarioExterno = {
|
||||||
codigo_conta: string
|
codigo_conta: string
|
||||||
chave_produto: string
|
chave_produto: string
|
||||||
codigo: string
|
codigo: string
|
||||||
|
cpf: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export const usuarios_quipo_governo = async ({
|
export const usuarios_quipo_governo = async ({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue