@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.40 to 1.0.41
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -22,3 +22,4 @@ "use strict"; | ||
getWeiboContent: api_1.HTTP([], ''), | ||
appleTitle: api_1.HTTP([], '') | ||
appleTitle: api_1.HTTP([], ''), | ||
getTaskList: api_1.HTTP([], ''), | ||
}; |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -65,3 +65,7 @@ /** | ||
{ status: number; data?: any; msg?: string } | ||
>([], '') | ||
>([], ''), | ||
getTaskList: HTTP< | ||
{}, | ||
{ 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
17853
426