quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.91 to 0.0.1-alpha.92
@@ -175,2 +175,3 @@ import * as t from 'io-ts'; | ||
SellerInternalId: t.UnionC<[t.StringC, t.NullC]>; | ||
Observation: t.UnionC<[t.StringC, t.NullC]>; | ||
}>]>; | ||
@@ -227,2 +228,3 @@ }>; | ||
SellerInternalId: t.UnionC<[t.StringC, t.NullC]>; | ||
Observation: t.UnionC<[t.StringC, t.NullC]>; | ||
}>]>>; | ||
@@ -229,0 +231,0 @@ }>; |
@@ -126,3 +126,4 @@ "use strict"; | ||
DeliveryDateTime: t.union([custom_types_1.datetime, custom_types_1.date]), | ||
SellerInternalId: custom_types_1.nullable(t.string) | ||
SellerInternalId: custom_types_1.nullable(t.string), | ||
Observation: custom_types_1.nullable(t.string) | ||
}) | ||
@@ -129,0 +130,0 @@ ]); |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.91", | ||
"version": "0.0.1-alpha.92", | ||
"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
Sorry, the diff of this file is too big to display
987475
23017