quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.106 to 0.0.1-alpha.107
@@ -106,3 +106,3 @@ import * as t from 'io-ts'; | ||
statusDescription: t.StringC; | ||
streamingErrorDetail: t.ArrayC<t.PartialC<{ | ||
streamingErrors: t.ArrayC<t.PartialC<{ | ||
streamingErrorCode: t.StringC; | ||
@@ -190,3 +190,3 @@ streamingErrorDetail: t.StringC; | ||
statusDescription: t.StringC; | ||
streamingErrorDetail: t.ArrayC<t.PartialC<{ | ||
streamingErrors: t.ArrayC<t.PartialC<{ | ||
streamingErrorCode: t.StringC; | ||
@@ -193,0 +193,0 @@ streamingErrorDetail: t.StringC; |
@@ -54,3 +54,3 @@ import * as t from 'io-ts'; | ||
statusDescription: t.StringC; | ||
streamingErrorDetail: t.ArrayC<t.PartialC<{ | ||
streamingErrors: t.ArrayC<t.PartialC<{ | ||
streamingErrorCode: t.StringC; | ||
@@ -57,0 +57,0 @@ streamingErrorDetail: t.StringC; |
@@ -112,3 +112,3 @@ "use strict"; | ||
// 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. | ||
@@ -115,0 +115,0 @@ streamingErrorCode: t.string, |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.106", | ||
"version": "0.0.1-alpha.107", | ||
"description": "A small library to expose the broker types", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
Sorry, the diff of this file is too big to display
1011161