@gtrmt/document-manager-api
Advanced tools
Comparing version 1.0.167 to 1.0.168
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.167", | ||
"version": "1.0.168", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
{ | ||
"name": "@gtrmt/document-manager-api", | ||
"version": "1.0.167", | ||
"version": "1.0.168", | ||
"description": "稿件管理api", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -15,3 +15,2 @@ import { DB_CRUD, DB_R, DB_RU } from '@vmm/api'; | ||
satisfiedTask: DB_CRUD(schemas.satisfiedTask, {}, ['user'], 'admin') | ||
}; |
@@ -43,2 +43,3 @@ import { DbSchema, createDbSchemas } from '@vmm/api'; | ||
statistics: Boolean, //设置统计权限 | ||
setSatisFied: Boolean | ||
} | ||
@@ -45,0 +46,0 @@ export interface ILeaderNumber { |
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
29184
900