@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.153 to 1.0.154
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.153", | ||
"version": "1.0.154", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.153", | ||
"version": "1.0.154", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -124,3 +124,3 @@ /** | ||
addPoster: HTTP< | ||
{ title: string, content: string }, | ||
{ title: string, content: string, time: Date }, | ||
{ status: number; data?: any; msg?: string } | ||
@@ -127,0 +127,0 @@ >([], ''), |
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
25441