quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.65 to 0.0.1-alpha.66
@@ -260,2 +260,4 @@ import * as t from 'io-ts'; | ||
Code: t.StringC; | ||
CostCenterInternalId: t.StringC; | ||
CostCenterCode: t.StringC; | ||
}>]>; | ||
@@ -262,0 +264,0 @@ }>>; |
@@ -163,2 +163,4 @@ import * as t from 'io-ts'; | ||
Code: t.StringC; | ||
CostCenterInternalId: t.StringC; | ||
CostCenterCode: t.StringC; | ||
}>]>; | ||
@@ -173,2 +175,3 @@ }>>; | ||
DeliveryDateTime: t.UnionC<[t.Type<Date, string, unknown>, t.Type<string, string, unknown>]>; | ||
SellerInternalId: t.StringC; | ||
}>]>; | ||
@@ -215,2 +218,4 @@ }>; | ||
Code: t.StringC; | ||
CostCenterInternalId: t.StringC; | ||
CostCenterCode: t.StringC; | ||
}>]>; | ||
@@ -225,2 +230,3 @@ }>>; | ||
DeliveryDateTime: t.UnionC<[t.Type<Date, string, unknown>, t.Type<string, string, unknown>]>; | ||
SellerInternalId: t.StringC; | ||
}>]>>; | ||
@@ -227,0 +233,0 @@ }>; |
@@ -84,3 +84,5 @@ "use strict"; | ||
t.partial({ | ||
Code: t.string | ||
Code: t.string, | ||
CostCenterInternalId: t.string, | ||
CostCenterCode: t.string | ||
}) | ||
@@ -105,3 +107,4 @@ ]); | ||
Number: t.string, | ||
DeliveryDateTime: t.union([custom_types_1.datetime, custom_types_1.date]) | ||
DeliveryDateTime: t.union([custom_types_1.datetime, custom_types_1.date]), | ||
SellerInternalId: t.string | ||
}) | ||
@@ -108,0 +111,0 @@ ]); |
@@ -165,2 +165,4 @@ import * as t from 'io-ts'; | ||
Code: t.StringC; | ||
CostCenterInternalId: t.StringC; | ||
CostCenterCode: t.StringC; | ||
}>]>; | ||
@@ -217,2 +219,4 @@ }>>; | ||
Code: t.StringC; | ||
CostCenterInternalId: t.StringC; | ||
CostCenterCode: t.StringC; | ||
}>]>; | ||
@@ -219,0 +223,0 @@ }>>; |
@@ -86,2 +86,4 @@ "use strict"; | ||
Code: t.string, | ||
CostCenterInternalId: t.string, | ||
CostCenterCode: t.string | ||
}) | ||
@@ -88,0 +90,0 @@ ]); |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.65", | ||
"version": "0.0.1-alpha.66", | ||
"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
793011
19054