quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.118 to 0.0.1-alpha.119
@@ -270,4 +270,2 @@ import * as t from 'io-ts'; | ||
ItemInternalId: t.StringC; | ||
UnitPrice: t.NumberC; | ||
TotalPrice: t.NumberC; | ||
Quantity: t.NumberC; | ||
@@ -282,2 +280,4 @@ UnitOfMeasureInternalId: t.StringC; | ||
CostCenterCode: t.UnionC<[t.StringC, t.NullC]>; | ||
UnitPrice: t.UnionC<[t.NumberC, t.NullC]>; | ||
TotalPrice: t.UnionC<[t.NumberC, t.NullC]>; | ||
}>]>>; | ||
@@ -284,0 +284,0 @@ }>, t.PartialC<{ |
@@ -157,4 +157,2 @@ import * as t from 'io-ts'; | ||
ItemInternalId: t.StringC; | ||
UnitPrice: t.NumberC; | ||
TotalPrice: t.NumberC; | ||
Quantity: t.NumberC; | ||
@@ -169,2 +167,4 @@ UnitOfMeasureInternalId: t.StringC; | ||
CostCenterCode: t.UnionC<[t.StringC, t.NullC]>; | ||
UnitPrice: t.UnionC<[t.NumberC, t.NullC]>; | ||
TotalPrice: t.UnionC<[t.NumberC, t.NullC]>; | ||
}>]>>; | ||
@@ -211,4 +211,2 @@ }>, t.PartialC<{ | ||
ItemInternalId: t.StringC; | ||
UnitPrice: t.NumberC; | ||
TotalPrice: t.NumberC; | ||
Quantity: t.NumberC; | ||
@@ -223,2 +221,4 @@ UnitOfMeasureInternalId: t.StringC; | ||
CostCenterCode: t.UnionC<[t.StringC, t.NullC]>; | ||
UnitPrice: t.UnionC<[t.NumberC, t.NullC]>; | ||
TotalPrice: t.UnionC<[t.NumberC, t.NullC]>; | ||
}>]>>; | ||
@@ -225,0 +225,0 @@ }>, t.PartialC<{ |
@@ -90,4 +90,2 @@ "use strict"; | ||
ItemInternalId: t.string, | ||
UnitPrice: t.number, | ||
TotalPrice: t.number, | ||
Quantity: t.number, | ||
@@ -102,3 +100,5 @@ UnitOfMeasureInternalId: t.string, | ||
CostCenterInternalId: custom_types_1.nullable(t.string), | ||
CostCenterCode: custom_types_1.nullable(t.string) | ||
CostCenterCode: custom_types_1.nullable(t.string), | ||
UnitPrice: custom_types_1.nullable(t.number), | ||
TotalPrice: custom_types_1.nullable(t.number) | ||
}) | ||
@@ -105,0 +105,0 @@ ]); |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.118", | ||
"version": "0.0.1-alpha.119", | ||
"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
1021810