@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.76 to 1.0.77
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.76", | ||
"version": "1.0.77", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -16,2 +16,3 @@ "use strict"; | ||
getDocumentList: api_1.HTTP([], ''), | ||
getApplyList: api_1.HTTP([], ''), | ||
getExamineList: api_1.HTTP([], ''), | ||
@@ -18,0 +19,0 @@ checkExamineDocument: api_1.HTTP([], ''), |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.76", | ||
"version": "1.0.77", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -38,2 +38,6 @@ /** | ||
>([], ''), | ||
getApplyList: HTTP< | ||
{ type: string, task: string, skip: number, deptName: string, title: string }, | ||
{ status: number; data?: any; msg?: string } | ||
>([], ''), | ||
getExamineList: HTTP< | ||
@@ -40,0 +44,0 @@ { examine: string, type: string, task: string, skip: number, userid: string, title: string }, |
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
21091
534