UNPKG

@kenniy/godeye-event-contracts

Version:

Shared event schemas and stream definitions for 8Medical microservices architecture

13 lines 465 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceNames = void 0; exports.ServiceNames = { USER_SERVICE: 'user-service', HRM_SERVICE: 'hrm-service', FILE_NOTIFICATION_SERVICE: 'file-notification-service', PAYMENT_SERVICE: 'payment-service', TRANSPORT_SERVICE: 'transport-service', AGGREGATOR_SERVICE: 'aggregator-service', GATEWAY_SERVICE: 'gateway-service', }; //# sourceMappingURL=index.js.map