UNPKG

6.01 kBJavaScriptView Raw
1/*****
2 License
3 --------------
4 Copyright © 2017 Bill & Melinda Gates Foundation
5 The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6 http://www.apache.org/licenses/LICENSE-2.0
7 Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
8 Contributors
9 --------------
10 This is the official list of the Mojaloop project contributors for this file.
11 Names of the original copyright holders (individuals or organizations)
12 should be listed with a '*' in the first column. People who have
13 contributed from an organization can be listed under the organization
14 that actually holds the copyright for their contributions (see the
15 Gates Foundation organization for an example). Those individuals should have
16 their names indented and be marked with a '-'. Email address can be added
17 optionally within square brackets <email>.
18 * Gates Foundation
19 - Name Surname <name.surname@gatesfoundation.com>
20
21 - Ramiro González Maciel <ramiro@modusbox.com>
22 - Valentin Genev <valentin.genev@modusbox.com>
23
24 --------------
25 ******/
26'use strict';
27Object.defineProperty(exports, "__esModule", { value: true });
28exports.actionDictionary = exports.DefaultSidecarRecorderAsync = exports.HttpRequestOptions = exports.EVENT_RECEIVED = exports.EventLoggingServiceServer = exports.EventLoggingServiceClient = exports.EventStateMetadata = exports.EventTraceMetadata = exports.EventType = exports.NullEventAction = exports.Span = exports.DefaultSidecarRecorder = exports.DefaultLoggerRecorder = exports.Tracer = exports.LogResponse = exports.LogResponseStatus = exports.EventMessage = exports.EventMetadata = exports.EventStatusType = exports.TraceEventAction = exports.AuditEventAction = exports.LogEventAction = exports.TraceEventTypeAction = exports.AuditEventTypeAction = exports.LogEventTypeAction = void 0;
29const Tracer_1 = require("./Tracer");
30Object.defineProperty(exports, "Tracer", { enumerable: true, get: function () { return Tracer_1.Tracer; } });
31const Recorder_1 = require("./Recorder");
32Object.defineProperty(exports, "DefaultLoggerRecorder", { enumerable: true, get: function () { return Recorder_1.DefaultLoggerRecorder; } });
33Object.defineProperty(exports, "DefaultSidecarRecorder", { enumerable: true, get: function () { return Recorder_1.DefaultSidecarRecorder; } });
34Object.defineProperty(exports, "DefaultSidecarRecorderAsync", { enumerable: true, get: function () { return Recorder_1.DefaultSidecarRecorderAsync; } });
35const Span_1 = require("./Span");
36Object.defineProperty(exports, "Span", { enumerable: true, get: function () { return Span_1.Span; } });
37const EventLoggingServiceClient_1 = require("./transport/EventLoggingServiceClient");
38Object.defineProperty(exports, "EventLoggingServiceClient", { enumerable: true, get: function () { return EventLoggingServiceClient_1.EventLoggingServiceClient; } });
39const EventLoggingServiceServer_1 = require("./transport/EventLoggingServiceServer");
40Object.defineProperty(exports, "EventLoggingServiceServer", { enumerable: true, get: function () { return EventLoggingServiceServer_1.EventLoggingServiceServer; } });
41Object.defineProperty(exports, "EVENT_RECEIVED", { enumerable: true, get: function () { return EventLoggingServiceServer_1.EVENT_RECEIVED; } });
42const EventMessage_1 = require("./model/EventMessage");
43Object.defineProperty(exports, "EventMessage", { enumerable: true, get: function () { return EventMessage_1.EventMessage; } });
44Object.defineProperty(exports, "LogEventTypeAction", { enumerable: true, get: function () { return EventMessage_1.LogEventTypeAction; } });
45Object.defineProperty(exports, "AuditEventTypeAction", { enumerable: true, get: function () { return EventMessage_1.AuditEventTypeAction; } });
46Object.defineProperty(exports, "TraceEventTypeAction", { enumerable: true, get: function () { return EventMessage_1.TraceEventTypeAction; } });
47Object.defineProperty(exports, "LogEventAction", { enumerable: true, get: function () { return EventMessage_1.LogEventAction; } });
48Object.defineProperty(exports, "AuditEventAction", { enumerable: true, get: function () { return EventMessage_1.AuditEventAction; } });
49Object.defineProperty(exports, "TraceEventAction", { enumerable: true, get: function () { return EventMessage_1.TraceEventAction; } });
50Object.defineProperty(exports, "EventStatusType", { enumerable: true, get: function () { return EventMessage_1.EventStatusType; } });
51Object.defineProperty(exports, "EventMetadata", { enumerable: true, get: function () { return EventMessage_1.EventMetadata; } });
52Object.defineProperty(exports, "LogResponseStatus", { enumerable: true, get: function () { return EventMessage_1.LogResponseStatus; } });
53Object.defineProperty(exports, "LogResponse", { enumerable: true, get: function () { return EventMessage_1.LogResponse; } });
54Object.defineProperty(exports, "NullEventAction", { enumerable: true, get: function () { return EventMessage_1.NullEventAction; } });
55Object.defineProperty(exports, "EventType", { enumerable: true, get: function () { return EventMessage_1.EventType; } });
56Object.defineProperty(exports, "EventTraceMetadata", { enumerable: true, get: function () { return EventMessage_1.EventTraceMetadata; } });
57Object.defineProperty(exports, "EventStateMetadata", { enumerable: true, get: function () { return EventMessage_1.EventStateMetadata; } });
58Object.defineProperty(exports, "HttpRequestOptions", { enumerable: true, get: function () { return EventMessage_1.HttpRequestOptions; } });
59Object.defineProperty(exports, "actionDictionary", { enumerable: true, get: function () { return EventMessage_1.actionDictionary; } });
60//# sourceMappingURL=index.js.map
\No newline at end of file