quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.96 to 0.0.1-alpha.97
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.96", | ||
"version": "0.0.1-alpha.97", | ||
"description": "A small library to expose the broker types", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -97,2 +97,3 @@ import * as t from 'io-ts'; | ||
sequence: t.StringC; | ||
removal: t.UnionC<[t.LiteralC<"0">, t.LiteralC<"1">]>; | ||
}>]>, t.IntersectionC<[t.TypeC<{ | ||
@@ -283,2 +284,3 @@ companyId: t.StringC; | ||
sequence: t.StringC; | ||
removal: t.UnionC<[t.LiteralC<"0">, t.LiteralC<"1">]>; | ||
}>]>, t.IntersectionC<[t.TypeC<{ | ||
@@ -285,0 +287,0 @@ companyId: t.StringC; |
@@ -494,2 +494,3 @@ import * as t from 'io-ts'; | ||
sequence: t.StringC; | ||
removal: t.UnionC<[t.LiteralC<"0">, t.LiteralC<"1">]>; | ||
}>]>; | ||
@@ -632,2 +633,3 @@ }>, t.TypeC<{ | ||
sequence: t.StringC; | ||
removal: t.UnionC<[t.LiteralC<"0">, t.LiteralC<"1">]>; | ||
}>]>; | ||
@@ -1299,2 +1301,3 @@ }>, t.TypeC<{ | ||
sequence: t.StringC; | ||
removal: t.UnionC<[t.LiteralC<"0">, t.LiteralC<"1">]>; | ||
}>]>; | ||
@@ -1301,0 +1304,0 @@ }>, t.TypeC<{ |
@@ -42,2 +42,4 @@ import * as t from 'io-ts'; | ||
sequence: t.StringC; | ||
/** Remove pagamento de benefício */ | ||
removal: t.UnionC<[t.LiteralC<"0">, t.LiteralC<"1">]>; | ||
}>]>; | ||
@@ -88,4 +90,6 @@ export declare type LeaveOfAbsenceInfo = t.TypeOf<typeof LeaveOfAbsenceInfo>; | ||
sequence: t.StringC; | ||
/** Remove pagamento de benefício */ | ||
removal: t.UnionC<[t.LiteralC<"0">, t.LiteralC<"1">]>; | ||
}>]>>; | ||
}>]>; | ||
export declare type PagedLeaveOfAbsence = t.TypeOf<typeof PagedLeaveOfAbsence>; |
@@ -68,3 +68,5 @@ "use strict"; | ||
/** Sequência de Outro Atestado*/ | ||
sequence: t.string | ||
sequence: t.string, | ||
/** Remove pagamento de benefício */ | ||
removal: t.union([t.literal('0'), t.literal('1')]) | ||
}) | ||
@@ -71,0 +73,0 @@ ]); |
Sorry, the diff of this file is too big to display
991910
23126