@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.45 to 1.0.46
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -24,2 +24,3 @@ "use strict"; | ||
getTaskList: api_1.HTTP([], ''), | ||
isDocumentShow: api_1.HTTP([], ''), | ||
}; |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -70,2 +70,6 @@ /** | ||
>([], ''), | ||
isDocumentShow: HTTP< | ||
{ contentId: string, userid: 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
18738
461