quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.74 to 0.0.1-alpha.75
@@ -12,2 +12,3 @@ import { Either } from 'fp-ts/lib/Either'; | ||
BAD_REQUEST: null; | ||
DECODED_ERROR: null; | ||
}>; | ||
@@ -14,0 +15,0 @@ declare type ErrorCode = t.TypeOf<typeof ErrorCodeKey>; |
@@ -34,3 +34,4 @@ "use strict"; | ||
REQUIRED_ID_PARAMETER: null, | ||
BAD_REQUEST: null | ||
BAD_REQUEST: null, | ||
DECODED_ERROR: null | ||
}); | ||
@@ -78,2 +79,7 @@ exports.ErrorCodeKey = ErrorCodeKey; | ||
detailedMessage: 'The id parameter is required for the specified method' | ||
}, | ||
DECODED_ERROR: { | ||
status: 400, | ||
message: 'Decoded error message', | ||
detailedMessage: 'The message sent is outside the established format' | ||
} | ||
@@ -80,0 +86,0 @@ }); |
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.74", | ||
"version": "0.0.1-alpha.75", | ||
"description": "A small library to expose the broker types", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -34,2 +34,3 @@ import * as t from 'io-ts'; | ||
BAD_REQUEST: null; | ||
DECODED_ERROR: null; | ||
}>; | ||
@@ -765,2 +766,3 @@ }>, t.PartialC<{ | ||
BAD_REQUEST: null; | ||
DECODED_ERROR: null; | ||
}>; | ||
@@ -767,0 +769,0 @@ }>, t.PartialC<{ |
Sorry, the diff of this file is too big to display
820690
19718