@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.21 to 1.0.22
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -19,2 +19,3 @@ "use strict"; | ||
getDocumentId: api_1.HTTP([], ''), | ||
getUserId: api_1.HTTP([], ''), | ||
}; |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -50,2 +50,6 @@ /** | ||
>([], ''), | ||
getUserId: HTTP< | ||
{ id: 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
17138
406