@steedos/schemas 2.2.25 → 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.
@@ -410,6 +410,12 @@
410
410
  ],
411
411
  "description": "是否必填"
412
412
  },
413
+ "enable_encryption": {
414
+ "type": [
415
+ "boolean"
416
+ ],
417
+ "description": "是否加密"
418
+ },
413
419
  "is_wide": {
414
420
  "type": "boolean",
415
421
  "description": "是否宽字段,如果为true,则在详细页面,一个字段占一行"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.2.25",
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": "e81092f007bce951b627a5c28e286032afbba1fb"
12
+ "gitHead": "77fa3c2b6bdfebaccb4b7f0886f32eb347cbdd35"
13
13
  }