@datr.tech/leith-common-seeders
Version:
A Leith package of common mongoose model seeders
16 lines • 659 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.endpointHopRest = void 0;
var adminStatus_1 = require("../adminStatus");
var adminUser_1 = require("../adminUser");
var endpointType_1 = require("../endpointType");
exports.endpointHopRest = {
endpointId: '681a12cd8f045c6299109c47',
endpointTypeId: endpointType_1.endpointTypeRest['endpointTypeId'],
url: 'hop/:hopId',
description: 'A hop RESTful endpoint',
name: 'endpoint/hop/rest',
adminStatusId: adminStatus_1.adminStatusActive['adminStatusId'],
adminUserId: adminUser_1.adminUserBase['userId'],
};
//# sourceMappingURL=endpointHopRest.js.map