Skip to content

Commit

Permalink
Merge pull request #89 from nginformatica/fix/string-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksjm authored Jun 7, 2023
2 parents f8f514b + d923f87 commit 028124f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quirons-broker",
"version": "0.0.1-alpha.106",
"version": "0.0.1-alpha.107",
"description": "A small library to expose the broker types",
"main": "index.ts",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/middleware-totvs/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const GetResponseMessage = t.type({
// Descrição do status no TAF, atributo exibido somente quando proccessed for igual a true.
statusDescription: t.string,
// Agrupa todos os erros de transmissão retornados do Governo para o TAF. Os erros são listados por streamingErrorCode e streamingErrorDetail.
streamingErrorDetail: t.array(t.partial({
streamingErrors: t.array(t.partial({
// Código do erro retornado pelo Governo para o TAF, após transmissão do registro.
streamingErrorCode: t.string,
// Descrição do erro retornado pelo Governo para o TAF, após transmissão do registro.
Expand Down

0 comments on commit 028124f

Please sign in to comment.