@mojaloop/platform-shared-lib-messaging-types-lib
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -67,2 +67,3 @@ /***** | ||
abstract fspiopOpaqueState: any; | ||
abstract tracingInfo?: any; | ||
abstract validatePayload(): void; | ||
@@ -73,2 +74,3 @@ } | ||
fspiopOpaqueState: any; | ||
tracingInfo: any; | ||
abstract validatePayload(): void; | ||
@@ -79,2 +81,3 @@ } | ||
fspiopOpaqueState: any; | ||
tracingInfo: any; | ||
abstract validatePayload(): void; | ||
@@ -85,2 +88,3 @@ } | ||
fspiopOpaqueState: any; | ||
tracingInfo: any; | ||
sourceMessageName: string; | ||
@@ -92,3 +96,4 @@ abstract validatePayload(): void; | ||
fspiopOpaqueState: any; | ||
tracingInfo: any; | ||
abstract validatePayload(): void; | ||
} |
@@ -55,2 +55,3 @@ /***** | ||
fspiopOpaqueState = null; | ||
tracingInfo = undefined; | ||
} | ||
@@ -61,2 +62,3 @@ exports.StateEventMsg = StateEventMsg; | ||
fspiopOpaqueState = null; | ||
tracingInfo = undefined; | ||
} | ||
@@ -67,2 +69,3 @@ exports.DomainEventMsg = DomainEventMsg; | ||
fspiopOpaqueState = null; | ||
tracingInfo = undefined; | ||
sourceMessageName; // this should include the name of the message being processed when the error happened | ||
@@ -74,4 +77,5 @@ } | ||
fspiopOpaqueState = null; | ||
tracingInfo = undefined; | ||
} | ||
exports.CommandMsg = CommandMsg; | ||
//# sourceMappingURL=messages.js.map |
{ | ||
"name": "@mojaloop/platform-shared-lib-messaging-types-lib", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "mojaloop vnext platform shared libraries - generic messaging types lib", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
26528
330