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;
|
vinculo: string;
|
||||||
codigo_conta: string;
|
codigo_conta: string;
|
||||||
chave_produto: string;
|
chave_produto: string;
|
||||||
|
codigo: 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>;
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ export type tipoUsuarioExterno = {
|
||||||
vinculo: string;
|
vinculo: string;
|
||||||
codigo_conta: string;
|
codigo_conta: string;
|
||||||
chave_produto: string;
|
chave_produto: string;
|
||||||
|
codigo: 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.184.0",
|
"version": "0.185.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ export type tipoUsuarioExterno = {
|
||||||
vinculo: string
|
vinculo: string
|
||||||
codigo_conta: string
|
codigo_conta: string
|
||||||
chave_produto: string
|
chave_produto: string
|
||||||
|
codigo: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export const usuarios_quipo_governo = async ({
|
export const usuarios_quipo_governo = async ({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue