UNPKG

@datr.tech/leith-common-seeders

Version:

A Leith package of common mongoose model seeders

16 lines 687 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.endpointJourneyRest = void 0; var adminStatus_1 = require("../adminStatus"); var adminUser_1 = require("../adminUser"); var endpointType_1 = require("../endpointType"); exports.endpointJourneyRest = { endpointId: '681a92975f122acb61e2c674', endpointTypeId: endpointType_1.endpointTypeRest['endpointTypeId'], url: 'journey/:journeyId', description: 'A journey RESTful endpoint', name: 'endpoint/journey/rest', adminStatusId: adminStatus_1.adminStatusActive['adminStatusId'], adminUserId: adminUser_1.adminUserBase['userId'], }; //# sourceMappingURL=endpointJourneyRest.js.map