UNPKG

@mdf.js/service-registry

Version:

MMS - API - Service Registry

16 lines 1.26 kB
"use strict"; /** * Copyright 2024 Mytra Control S.L. All rights reserved. * * Use of this source code is governed by an MIT-style license that can be found in the LICENSE file * or at https://opensource.org/licenses/MIT. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_CONFIG_REGISTER_MAX_LIST_SIZE = exports.DEFAULT_CONFIG_REGISTER_INCLUDE_STACK = exports.DEFAULT_CONFIG_REGISTER_CLUSTER_UPDATE_INTERVAL = exports.ErrorRegistry = void 0; var RegisterFacade_1 = require("./RegisterFacade"); Object.defineProperty(exports, "ErrorRegistry", { enumerable: true, get: function () { return RegisterFacade_1.RegisterFacade; } }); var types_1 = require("./types"); Object.defineProperty(exports, "DEFAULT_CONFIG_REGISTER_CLUSTER_UPDATE_INTERVAL", { enumerable: true, get: function () { return types_1.DEFAULT_CONFIG_REGISTER_CLUSTER_UPDATE_INTERVAL; } }); Object.defineProperty(exports, "DEFAULT_CONFIG_REGISTER_INCLUDE_STACK", { enumerable: true, get: function () { return types_1.DEFAULT_CONFIG_REGISTER_INCLUDE_STACK; } }); Object.defineProperty(exports, "DEFAULT_CONFIG_REGISTER_MAX_LIST_SIZE", { enumerable: true, get: function () { return types_1.DEFAULT_CONFIG_REGISTER_MAX_LIST_SIZE; } }); //# sourceMappingURL=index.js.map