fix: nome variavel usuario externo
This commit is contained in:
parent
4933d74846
commit
195c9f3ab9
4 changed files with 14 additions and 14 deletions
|
|
@ -3,14 +3,14 @@ import type { z } from "zod";
|
|||
import type { tipos_de_acesso_quipo } from "../tokenQuipo";
|
||||
import type { zAmbiente } from "../ts/ambiente";
|
||||
export type tipoUsuarioExterno = {
|
||||
nome: string;
|
||||
email: string;
|
||||
telefone: string;
|
||||
_nome: string;
|
||||
_email: string;
|
||||
_telefone: string;
|
||||
vinculo: string;
|
||||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
codigo: string;
|
||||
cpf: string;
|
||||
_cpf: string;
|
||||
};
|
||||
export declare const usuarios_quipo: ({ token_produto, ambiente, tipo, }: {
|
||||
ambiente: z.infer<typeof zAmbiente>;
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@ import type { z } from "zod";
|
|||
import type { tipos_de_acesso_quipo } from "../tokenQuipo";
|
||||
import type { zAmbiente } from "../ts/ambiente";
|
||||
export type tipoUsuarioExterno = {
|
||||
nome: string;
|
||||
email: string;
|
||||
telefone: string;
|
||||
_nome: string;
|
||||
_email: string;
|
||||
_telefone: string;
|
||||
vinculo: string;
|
||||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
codigo: string;
|
||||
cpf: string;
|
||||
_cpf: string;
|
||||
};
|
||||
export declare const usuarios_quipo: ({ token_produto, ambiente, tipo, }: {
|
||||
ambiente: z.infer<typeof zAmbiente>;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-drives",
|
||||
"version": "0.191.0",
|
||||
"version": "0.192.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
|
@ -37,4 +37,4 @@
|
|||
"cross-fetch": "^4.0.0",
|
||||
"zod": "3.23.8"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@ import type { zAmbiente } from "../ts/ambiente"
|
|||
import { urlAutenticacao } from "./_urlAutenticacao"
|
||||
|
||||
export type tipoUsuarioExterno = {
|
||||
nome: string
|
||||
email: string
|
||||
telefone: string
|
||||
_nome: string
|
||||
_email: string
|
||||
_telefone: string
|
||||
vinculo: string
|
||||
codigo_conta: string
|
||||
chave_produto: string
|
||||
codigo: string
|
||||
cpf: string
|
||||
_cpf: string
|
||||
}
|
||||
|
||||
export const usuarios_quipo = async ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue