quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.52 to 0.0.1-alpha.53
@@ -134,3 +134,3 @@ import * as t from 'io-ts'; | ||
updated_at: t.UnionC<[t.Type<Date, string, unknown>, t.NullC]>; | ||
relayScheme: t.StringC; | ||
relaySchema: t.StringC; | ||
}>]>>; | ||
@@ -137,0 +137,0 @@ }>, t.TypeC<{ |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.52", | ||
"version": "0.0.1-alpha.53", | ||
"description": "A small library to expose the broker types", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -74,3 +74,3 @@ import * as t from 'io-ts'; | ||
workShiftCode: t.StringC; | ||
relayScheme: t.StringC; | ||
relaySchema: t.StringC; | ||
}>]>, t.IntersectionC<[t.TypeC<{ | ||
@@ -261,3 +261,3 @@ companyId: t.StringC; | ||
workShiftCode: t.StringC; | ||
relayScheme: t.StringC; | ||
relaySchema: t.StringC; | ||
}>]>, t.IntersectionC<[t.TypeC<{ | ||
@@ -264,0 +264,0 @@ companyId: t.StringC; |
@@ -16,3 +16,3 @@ import * as t from 'io-ts'; | ||
updated_at: t.UnionC<[t.Type<Date, string, unknown>, t.NullC]>; | ||
relayScheme: t.StringC; | ||
relaySchema: t.StringC; | ||
}>]>; | ||
@@ -19,0 +19,0 @@ export declare type WorkingShifts = t.TypeOf<typeof WorkingShifts>; |
@@ -40,3 +40,3 @@ "use strict"; | ||
updated_at: custom_types_1.nullable(custom_types_1.datetime), | ||
relayScheme: t.string | ||
relaySchema: t.string | ||
}) | ||
@@ -59,5 +59,5 @@ ]); | ||
: null, | ||
relayScheme: data.relayScheme | ||
relaySchema: data.relaySchema | ||
}; | ||
} | ||
}; |
@@ -93,3 +93,3 @@ import * as t from 'io-ts'; | ||
updated_at: t.UnionC<[t.Type<Date, string, unknown>, t.NullC]>; | ||
relayScheme: t.StringC; | ||
relaySchema: t.StringC; | ||
}>]>>; | ||
@@ -887,3 +887,3 @@ }>, t.TypeC<{ | ||
updated_at: t.UnionC<[t.Type<Date, string, unknown>, t.NullC]>; | ||
relayScheme: t.StringC; | ||
relaySchema: t.StringC; | ||
}>]>>; | ||
@@ -890,0 +890,0 @@ }>, t.TypeC<{ |
@@ -17,3 +17,3 @@ import * as t from 'io-ts'; | ||
/** Regime de Revezamento*/ | ||
relayScheme: t.StringC; | ||
relaySchema: t.StringC; | ||
}>]>; | ||
@@ -37,3 +37,3 @@ export declare type WorkingShiftInfo = t.TypeOf<typeof WorkingShiftInfo>; | ||
/** Regime de Revezamento*/ | ||
relayScheme: t.StringC; | ||
relaySchema: t.StringC; | ||
}>]>>; | ||
@@ -60,5 +60,5 @@ }>; | ||
/** Regime de Revezamento*/ | ||
relayScheme: t.StringC; | ||
relaySchema: t.StringC; | ||
}>]>>; | ||
}>]>; | ||
export declare type PagedWorkingShifts = t.TypeOf<typeof PagedWorkingShifts>; |
@@ -43,3 +43,3 @@ "use strict"; | ||
/** Regime de Revezamento*/ | ||
relayScheme: t.string | ||
relaySchema: t.string | ||
}) | ||
@@ -46,0 +46,0 @@ ]); |