@mojaloop/platform-shared-lib-public-messages-lib
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -39,16 +39,4 @@ /***** | ||
} | ||
declare enum AccountLookupBCEvents { | ||
ParticipantAssociationRequested = "[Account Lookup] ParticipantAssociationRequested", | ||
ParticipantDisassociateRequest = "[Account Lookup] ParticipantDisassociateRequest", | ||
ParticipantAssociationCreated = "[Account Lookup] ParticipantAssociationCreated", | ||
ParticipantAssociationRemoved = "[Account Lookup] ParticipantAssociationRemoved", | ||
ParticipantQueryReceived = "[Account Lookup] ParticipantQueryReceived", | ||
PartyInfoAvailable = "[Account Lookup] PartyInfoAvailable", | ||
ParticipantQueryResponse = "[Account Lookup] ParticipantQueryResponse", | ||
PartyInfoRequested = "[Account Lookup] PartyInfoRequested", | ||
PartyQueryResponse = "[Account Lookup] PartyQueryResponse", | ||
AccountLookUperror = "[Account Lookup] AccountLookUp Error" | ||
} | ||
export { AccountLookupBCTopics, AccountLookupBCEvents, BOUNDED_CONTEXT_NAME, AGGREGATE_NAME }; | ||
export { AccountLookupBCTopics, BOUNDED_CONTEXT_NAME, AGGREGATE_NAME }; | ||
export * from "./requests"; | ||
export * from "./responses"; |
@@ -36,3 +36,3 @@ /***** | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AGGREGATE_NAME = exports.BOUNDED_CONTEXT_NAME = exports.AccountLookupBCEvents = exports.AccountLookupBCTopics = void 0; | ||
exports.AGGREGATE_NAME = exports.BOUNDED_CONTEXT_NAME = exports.AccountLookupBCTopics = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -48,18 +48,4 @@ const BOUNDED_CONTEXT_NAME = "AccountLookupBc"; | ||
exports.AccountLookupBCTopics = AccountLookupBCTopics; | ||
var AccountLookupBCEvents; | ||
(function (AccountLookupBCEvents) { | ||
AccountLookupBCEvents["ParticipantAssociationRequested"] = "[Account Lookup] ParticipantAssociationRequested"; | ||
AccountLookupBCEvents["ParticipantDisassociateRequest"] = "[Account Lookup] ParticipantDisassociateRequest"; | ||
AccountLookupBCEvents["ParticipantAssociationCreated"] = "[Account Lookup] ParticipantAssociationCreated"; | ||
AccountLookupBCEvents["ParticipantAssociationRemoved"] = "[Account Lookup] ParticipantAssociationRemoved"; | ||
AccountLookupBCEvents["ParticipantQueryReceived"] = "[Account Lookup] ParticipantQueryReceived"; | ||
AccountLookupBCEvents["PartyInfoAvailable"] = "[Account Lookup] PartyInfoAvailable"; | ||
AccountLookupBCEvents["ParticipantQueryResponse"] = "[Account Lookup] ParticipantQueryResponse"; | ||
AccountLookupBCEvents["PartyInfoRequested"] = "[Account Lookup] PartyInfoRequested"; | ||
AccountLookupBCEvents["PartyQueryResponse"] = "[Account Lookup] PartyQueryResponse"; | ||
AccountLookupBCEvents["AccountLookUperror"] = "[Account Lookup] AccountLookUp Error"; | ||
})(AccountLookupBCEvents || (AccountLookupBCEvents = {})); | ||
exports.AccountLookupBCEvents = AccountLookupBCEvents; | ||
tslib_1.__exportStar(require("./requests"), exports); | ||
tslib_1.__exportStar(require("./responses"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -104,2 +104,3 @@ /***** | ||
currency: string | null; | ||
destinationFspId: string; | ||
partyName: string; | ||
@@ -121,2 +122,3 @@ partyDoB: Date | null; | ||
errorMsg: string; | ||
sourceEvent: string; | ||
}; | ||
@@ -123,0 +125,0 @@ export declare class AccountLookUperrorEvt extends DomainEventMsg { |
{ | ||
"name": "@mojaloop/platform-shared-lib-public-messages-lib", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "mojaloop vnext platform shared libraries - public messages lib", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40781
681