@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.93 to 1.0.96
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.93", | ||
"version": "1.0.96", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -32,3 +32,5 @@ "use strict"; | ||
getDocumentUser: api_1.HTTP([], ''), | ||
synchronous: api_1.HTTP([], '') | ||
synchronous: api_1.HTTP([], ''), | ||
oneself: api_1.HTTP([], ''), | ||
addLink: api_1.HTTP([], '') | ||
}; |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.93", | ||
"version": "1.0.96", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -105,4 +105,11 @@ /** | ||
{ status: number; data?: any; msg?: string } | ||
>([], ''), | ||
oneself: HTTP< | ||
{ type: string, task: string, skip: number, deptName: string, title: string,author:string}, | ||
{ status: number; data?: any; msg?: string } | ||
>([], ''), | ||
addLink: HTTP< | ||
{ title: string, link: string, author: string}, | ||
{ status: number; data?: any; msg?: 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
22256
568