quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.140 to 0.0.1-alpha.141
@@ -238,3 +238,3 @@ import * as t from 'io-ts'; | ||
CurrentStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
AvaliableStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
AvailableStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
BookedStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
@@ -241,0 +241,0 @@ }>, t.PartialC<{ |
@@ -165,3 +165,3 @@ import * as t from 'io-ts'; | ||
CurrentStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
AvaliableStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
AvailableStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
BookedStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
@@ -213,3 +213,3 @@ }>, t.PartialC<{ | ||
CurrentStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
AvaliableStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
AvailableStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
BookedStockAmount: t.UnionC<[t.StringC, t.NumberC]>; | ||
@@ -216,0 +216,0 @@ }>, t.PartialC<{ |
@@ -96,3 +96,3 @@ "use strict"; | ||
CurrentStockAmount: t.union([t.string, t.number]), | ||
AvaliableStockAmount: t.union([t.string, t.number]), | ||
AvailableStockAmount: t.union([t.string, t.number]), | ||
BookedStockAmount: t.union([t.string, t.number]), | ||
@@ -99,0 +99,0 @@ }), |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.140", | ||
"version": "0.0.1-alpha.141", | ||
"description": "A small library to expose the broker types", | ||
@@ -5,0 +5,0 @@ "typings": "index.d.ts", |