@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.163 to 1.0.164
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.163", | ||
"version": "1.0.164", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.163", | ||
"version": "1.0.164", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -171,5 +171,5 @@ /** | ||
applySatisfied: HTTP< | ||
{ data: any }, | ||
{ data: string; task: string; userId: string, value: string } | ||
{ data: string; task: string; userId: string, value: 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
28258