@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.154 to 1.0.155
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.154", | ||
"version": "1.0.155", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -46,2 +46,4 @@ "use strict"; | ||
getUser: api_1.HTTP([], ''), | ||
// 导入公众号数据 | ||
importPublic: api_1.HTTP([], ''), | ||
}; |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.154", | ||
"version": "1.0.155", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -150,2 +150,7 @@ /** | ||
>([], ''), | ||
// 导入公众号数据 | ||
importPublic: HTTP< | ||
{ data: any, gzh: 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
25651
770