@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.96 to 1.0.97
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.96", | ||
"version": "1.0.97", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -34,3 +34,4 @@ "use strict"; | ||
oneself: api_1.HTTP([], ''), | ||
addLink: api_1.HTTP([], '') | ||
addLink: api_1.HTTP([], ''), | ||
group: api_1.HTTP([], '') | ||
}; |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.96", | ||
"version": "1.0.97", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -99,17 +99,21 @@ /** | ||
getDocumentUser: HTTP< | ||
{ userid: string ,contentId: string}, | ||
{ status: number; data?: any; msg?: string } | ||
>([], ''), | ||
synchronous: HTTP< | ||
{ name: string}, | ||
{ 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 } | ||
>([], '') | ||
{ userid: string, contentId: string }, | ||
{ status: number; data?: any; msg?: string } | ||
>([], ''), | ||
synchronous: HTTP< | ||
{ name: string }, | ||
{ 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 } | ||
>([], ''), | ||
group: HTTP< | ||
{ startTime:Date,endTime:Date}, | ||
{ 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
22448
573