@datr.tech/leith-common-seeders
Version:
A Leith package of common mongoose model seeders
15 lines • 604 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.serviceEntity = void 0;
var adminStatus_1 = require("../adminStatus");
var adminUser_1 = require("../adminUser");
var framework_1 = require("../framework");
exports.serviceEntity = {
serviceId: '681a7f49bca9b723b95d9c1e',
frameworkId: framework_1.frameworkDatrTech['frameworkId'],
description: 'The api-entity service',
name: 'entity',
adminStatusId: adminStatus_1.adminStatusActive['adminStatusId'],
adminUserId: adminUser_1.adminUserBase['userId'],
};
//# sourceMappingURL=serviceEntity.js.map