quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.111 to 0.0.1-alpha.112
@@ -28,3 +28,3 @@ import * as t from 'io-ts'; | ||
updated_at: t.UnionC<[t.Type<Date, string, unknown>, t.NullC]>; | ||
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">]>; | ||
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">, t.LiteralC<"Produto.Incluido">, t.LiteralC<"Produto.Alterado">, t.LiteralC<"Produto.Excluído">]>; | ||
}>]>; | ||
@@ -31,0 +31,0 @@ export declare type Item = t.TypeOf<typeof Item>; |
@@ -58,3 +58,6 @@ "use strict"; | ||
t.literal('UPSERT'), | ||
t.literal('DELETE') | ||
t.literal('DELETE'), | ||
t.literal('Produto.Incluido'), | ||
t.literal('Produto.Alterado'), | ||
t.literal('Produto.Excluído') | ||
]) | ||
@@ -61,0 +64,0 @@ }) |
@@ -24,3 +24,3 @@ import * as t from 'io-ts'; | ||
updated_at: t.UnionC<[t.Type<Date, string, unknown>, t.NullC]>; | ||
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">]>; | ||
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">, t.LiteralC<"Produto.MovimentacaoEstoque">]>; | ||
}>]>; | ||
@@ -27,0 +27,0 @@ export declare type StockLevel = t.TypeOf<typeof StockLevel>; |
@@ -54,3 +54,4 @@ "use strict"; | ||
t.literal('UPSERT'), | ||
t.literal('DELETE') | ||
t.literal('DELETE'), | ||
t.literal('Produto.MovimentacaoEstoque') | ||
]) | ||
@@ -57,0 +58,0 @@ }) |
@@ -21,3 +21,3 @@ import * as t from 'io-ts'; | ||
updated_at: t.UnionC<[t.Type<Date, string, unknown>, t.NullC]>; | ||
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">]>; | ||
operation: t.UnionC<[t.LiteralC<"upsert">, t.LiteralC<"delete">, t.LiteralC<"Upsert">, t.LiteralC<"Delete">, t.LiteralC<"UPSERT">, t.LiteralC<"DELETE">, t.LiteralC<"LocalEstoque.Incluido">, t.LiteralC<"LocalEstoque.Alterado">, t.LiteralC<"LocalEstoque.Excluído">]>; | ||
}>]>; | ||
@@ -24,0 +24,0 @@ export declare type Warehouse = t.TypeOf<typeof Warehouse>; |
@@ -51,3 +51,6 @@ "use strict"; | ||
t.literal('UPSERT'), | ||
t.literal('DELETE') | ||
t.literal('DELETE'), | ||
t.literal('LocalEstoque.Incluido'), | ||
t.literal('LocalEstoque.Alterado'), | ||
t.literal('LocalEstoque.Excluído') | ||
]) | ||
@@ -54,0 +57,0 @@ }) |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.111", | ||
"version": "0.0.1-alpha.112", | ||
"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
1017539
23555