@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.89 to 1.0.91
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.89", | ||
"version": "1.0.91", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -30,3 +30,4 @@ "use strict"; | ||
isDocumentShow: api_1.HTTP([], ''), | ||
getDept: api_1.HTTP([], '') | ||
getDept: api_1.HTTP([], ''), | ||
getDocumentUser: api_1.HTTP([], '') | ||
}; |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.89", | ||
"version": "1.0.91", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -97,4 +97,8 @@ /** | ||
{ status: number; data?: any; msg?: string } | ||
>([], '') | ||
>([], ''), | ||
getDocumentUser: HTTP< | ||
{ userid: string ,contentId: string}, | ||
{ status: number; data?: any; msg?: string } | ||
>([], '') | ||
}; |
@@ -17,3 +17,4 @@ import { DbSchema, createDbSchemas } from '@vmm/api'; | ||
time: Date, | ||
status: string | ||
status: string, | ||
examineStatus: boolean // 状态为false停止评审 | ||
} | ||
@@ -20,0 +21,0 @@ export interface IUserList { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21712
551