build
This commit is contained in:
parent
4ad963c5a6
commit
3a4c3591ba
4 changed files with 4 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ export type tipoUsuarioExterno = {
|
|||
vinculo: string;
|
||||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
codigo: string;
|
||||
};
|
||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
||||
ambiente: z.infer<typeof zAmbiente>;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ export type tipoUsuarioExterno = {
|
|||
vinculo: string;
|
||||
codigo_conta: string;
|
||||
chave_produto: string;
|
||||
codigo: string;
|
||||
};
|
||||
export declare const usuarios_quipo_governo: ({ token_produto, ambiente, }: {
|
||||
ambiente: z.infer<typeof zAmbiente>;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-drives",
|
||||
"version": "0.184.0",
|
||||
"version": "0.185.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ export type tipoUsuarioExterno = {
|
|||
vinculo: string
|
||||
codigo_conta: string
|
||||
chave_produto: string
|
||||
codigo: string
|
||||
}
|
||||
|
||||
export const usuarios_quipo_governo = async ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue