@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.61 to 1.0.62
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.61", | ||
"version": "1.0.62", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.61", | ||
"version": "1.0.62", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -35,3 +35,3 @@ /** | ||
getDocumentList: HTTP< | ||
{ type: string, task: string, skip: number }, | ||
{ type: string, task: string, skip: number, deptName: string }, | ||
{ status: number; data?: any; msg?: string } | ||
@@ -38,0 +38,0 @@ >([], ''), |
@@ -45,3 +45,4 @@ import { DbSchema, createDbSchemas } from '@vmm/api'; | ||
applyType: string, | ||
column: string | ||
column: string, | ||
documentStatus:string | ||
} | ||
@@ -48,0 +49,0 @@ export interface IDocumentExamine { |
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
20764
525