@steedos/schemas 2.2.23 → 2.2.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/object/schema.json +14 -0
  2. package/package.json +2 -2
@@ -176,6 +176,14 @@
176
176
  "type":"string",
177
177
  "description": "对象分组"
178
178
  },
179
+ "process_state": {
180
+ "type":"string",
181
+ "description": "审批状态"
182
+ },
183
+ "is_system": {
184
+ "type":"boolean",
185
+ "description": "是否系统对象"
186
+ },
179
187
  "methods": {
180
188
  "type": "object",
181
189
  "description": "对象可执行的方法,用于odata接口",
@@ -402,6 +410,12 @@
402
410
  ],
403
411
  "description": "是否必填"
404
412
  },
413
+ "enable_encryption": {
414
+ "type": [
415
+ "boolean"
416
+ ],
417
+ "description": "是否加密"
418
+ },
405
419
  "is_wide": {
406
420
  "type": "boolean",
407
421
  "description": "是否宽字段,如果为true,则在详细页面,一个字段占一行"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.2.23",
3
+ "version": "2.2.26",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -9,5 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "gitHead": "830698bdc5c848858d24ba536d9eff0fa51c22f0"
12
+ "gitHead": "77fa3c2b6bdfebaccb4b7f0886f32eb347cbdd35"
13
13
  }