@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.144 to 1.0.145
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.144", | ||
"version": "1.0.145", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Api = void 0; | ||
const api_1 = require("@vmm/api"); | ||
@@ -9,0 +10,0 @@ exports.Api = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DbApi = void 0; | ||
const api_1 = require("@vmm/api"); | ||
@@ -4,0 +5,0 @@ const DbSchema_1 = require("./DbSchema"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.schemas = void 0; | ||
const api_1 = require("@vmm/api"); | ||
@@ -4,0 +5,0 @@ exports.schemas = api_1.createDbSchemas({ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.schemaHello = void 0; | ||
const package_json_1 = require("../package.json"); | ||
@@ -27,2 +28,2 @@ const Api_1 = require("./api/Api"); | ||
var DbSchema_1 = require("./db/DbSchema"); | ||
exports.schemaHello = DbSchema_1.schemas; | ||
Object.defineProperty(exports, "schemaHello", { enumerable: true, get: function () { return DbSchema_1.schemas; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sessions = void 0; | ||
exports.sessions = { | ||
@@ -4,0 +5,0 @@ res: { |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.144", | ||
"version": "1.0.145", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -86,2 +86,3 @@ import { DbSchema, createDbSchemas } from '@vmm/api'; | ||
inventory_docs: object[], | ||
oneAgree:string[] | ||
} | ||
@@ -88,0 +89,0 @@ export interface IDocumentUser { |
27574
776