UNPKG

@datr.tech/leith-common-seeders

Version:

A Leith package of common mongoose model seeders

17 lines 798 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.organisationDatrTech = void 0; var adminStatus_1 = require("../adminStatus"); var adminUser_1 = require("../adminUser"); var framework_1 = require("../framework"); var organisationType_1 = require("../organisationType"); exports.organisationDatrTech = { organisationId: '681b6491451661fa673e4fc6', frameworkId: framework_1.frameworkDatrTech['frameworkId'], organisationTypeId: organisationType_1.organisationTypeInternal['organisationTypeId'], description: 'The datr.tech organisation', name: 'organisation/datr.tech', adminStatusId: adminStatus_1.adminStatusActive['adminStatusId'], adminUserId: adminUser_1.adminUserBase['userId'], }; //# sourceMappingURL=organisationDatrTech.js.map