diff --git a/package.json b/package.json index 889eb5e..5a8d550 100644 --- a/package.json +++ b/package.json @@ -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", @@ -44,4 +44,4 @@ "uuid": "^11.1.0", "zod": "4.1.4" } -} \ No newline at end of file +} diff --git a/pacote.tgz b/pacote.tgz index b4b0251..12b7cde 100644 Binary files a/pacote.tgz and b/pacote.tgz differ diff --git a/src/auditoria.ts b/src/auditoria.ts index a6e648f..25591da 100644 --- a/src/auditoria.ts +++ b/src/auditoria.ts @@ -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