@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.83 to 1.0.84
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.83", | ||
"version": "1.0.84", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -18,2 +18,3 @@ "use strict"; | ||
getExamineList: api_1.HTTP([], ''), | ||
getExamineCount: api_1.HTTP([], ''), | ||
checkExamineDocument: api_1.HTTP([], ''), | ||
@@ -20,0 +21,0 @@ applyDocument: api_1.HTTP([], ''), |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.83", | ||
"version": "1.0.84", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -46,2 +46,6 @@ /** | ||
>([], ''), | ||
getExamineCount: HTTP< | ||
{ examine: string, type: string, task: string, userid: string, status: string }, | ||
{ status: number; data?: any; msg?: string } | ||
>([], ''), | ||
checkExamineDocument: HTTP< | ||
@@ -48,0 +52,0 @@ { contentId: string, deptName: string }, |
@@ -72,2 +72,3 @@ import { DbSchema, createDbSchemas } from '@vmm/api'; | ||
idea?: object[], | ||
inventory_docs:[] | ||
} | ||
@@ -74,0 +75,0 @@ export interface IDocumentUser { |
21469
545