@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.37 to 1.0.38
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -20,3 +20,4 @@ "use strict"; | ||
getUserId: api_1.HTTP([], ''), | ||
getNewsContent: api_1.HTTP([], '') | ||
getNewsContent: api_1.HTTP([], ''), | ||
getWeiboContent: api_1.HTTP([], '') | ||
}; |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -57,3 +57,8 @@ /** | ||
{ status: number; data?: any; msg?: string } | ||
>([], ''), | ||
getWeiboContent: 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
17540
416