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