quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.58 to 0.0.1-alpha.59
@@ -214,3 +214,3 @@ import * as t from 'io-ts'; | ||
Entity: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
}>]>; | ||
@@ -217,0 +217,0 @@ }>, t.TypeC<{ |
@@ -57,3 +57,3 @@ import * as t from 'io-ts'; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -100,3 +100,3 @@ }>; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -103,0 +103,0 @@ }>; |
@@ -96,3 +96,3 @@ "use strict"; | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -120,3 +120,3 @@ }) | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -123,0 +123,0 @@ }) |
@@ -57,3 +57,3 @@ import * as t from 'io-ts'; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -100,3 +100,3 @@ }>; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -103,0 +103,0 @@ }>; |
@@ -100,3 +100,3 @@ "use strict"; | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -124,3 +124,3 @@ }) | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -127,0 +127,0 @@ }) |
@@ -57,3 +57,3 @@ import * as t from 'io-ts'; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -100,3 +100,3 @@ }>; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -103,0 +103,0 @@ }>; |
@@ -79,3 +79,3 @@ "use strict"; | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -103,3 +103,3 @@ }) | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -106,0 +106,0 @@ }) |
@@ -57,3 +57,3 @@ import * as t from 'io-ts'; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -100,3 +100,3 @@ }>; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -157,3 +157,3 @@ }>; | ||
Entity: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
}>]>; | ||
@@ -212,3 +212,3 @@ }>; | ||
Entity: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
}>]>>; | ||
@@ -215,0 +215,0 @@ }>; |
@@ -86,3 +86,3 @@ "use strict"; | ||
Entity: t.string, | ||
Event: t.string | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]) | ||
}) | ||
@@ -106,3 +106,3 @@ ]); | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -130,3 +130,3 @@ }) | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -133,0 +133,0 @@ }) |
@@ -57,3 +57,3 @@ import * as t from 'io-ts'; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -100,3 +100,3 @@ }>; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -103,0 +103,0 @@ }>; |
@@ -100,3 +100,3 @@ "use strict"; | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -124,3 +124,3 @@ }) | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -127,0 +127,0 @@ }) |
@@ -57,3 +57,3 @@ import * as t from 'io-ts'; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -100,3 +100,3 @@ }>; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -103,0 +103,0 @@ }>; |
@@ -79,3 +79,3 @@ "use strict"; | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -103,3 +103,3 @@ }) | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -106,0 +106,0 @@ }) |
@@ -57,3 +57,3 @@ import * as t from 'io-ts'; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -100,3 +100,3 @@ }>; | ||
UUID: t.StringC; | ||
Event: t.StringC; | ||
Event: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">]>; | ||
SentBy: t.StringC; | ||
@@ -103,0 +103,0 @@ }>; |
@@ -78,3 +78,3 @@ "use strict"; | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -102,3 +102,3 @@ }) | ||
UUID: t.string, | ||
Event: t.string, | ||
Event: t.union([t.literal('upsert'), t.literal('delete')]), | ||
SentBy: t.string | ||
@@ -105,0 +105,0 @@ }) |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.58", | ||
"version": "0.0.1-alpha.59", | ||
"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
777908