This commit is contained in:
MarcioJRGodoi 2026-04-14 14:00:37 -03:00
parent ade38e70b9
commit 91c872ea90
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.318.0",
"version": "0.320.0",
"description": "",
"main": "./dist-front/index.mjs",
"module": "./dist-front/index.mjs",

Binary file not shown.

View file

@ -1,6 +1,6 @@
export type TipoPayloadAuditoria = {
/** UUID do registro de auditoria */
codigo: string
codigo?: string | null
/** UUID do usuario da acao (pode ser null se for processo do sistema que não registrou) */
usuario_criacao: string | null