@steedos/schemas 2.2.21 → 2.2.24

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.
package/field/schema.json CHANGED
@@ -64,6 +64,7 @@
64
64
  "toggle",
65
65
  "date",
66
66
  "datetime",
67
+ "time",
67
68
  "number",
68
69
  "currency",
69
70
  "percent",
@@ -136,6 +136,10 @@
136
136
  "type": "boolean",
137
137
  "description": "允许对象流程同步"
138
138
  },
139
+ "enable_open_workflow": {
140
+ "type": "boolean",
141
+ "description": "允许配置对象开放流程"
142
+ },
139
143
  "enable_web_forms": {
140
144
  "type": "boolean",
141
145
  "description": "允许在线表单"
@@ -168,6 +172,18 @@
168
172
  "type": "string",
169
173
  "description": "对象拥有者"
170
174
  },
175
+ "objects_group": {
176
+ "type":"string",
177
+ "description": "对象分组"
178
+ },
179
+ "process_state": {
180
+ "type":"string",
181
+ "description": "审批状态"
182
+ },
183
+ "is_system": {
184
+ "type":"boolean",
185
+ "description": "是否系统对象"
186
+ },
171
187
  "methods": {
172
188
  "type": "object",
173
189
  "description": "对象可执行的方法,用于odata接口",
@@ -327,6 +343,7 @@
327
343
  "toggle",
328
344
  "date",
329
345
  "datetime",
346
+ "time",
330
347
  "number",
331
348
  "currency",
332
349
  "percent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.2.21",
3
+ "version": "2.2.24",
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": "39204e6e65ded584d76363cebfdcbcb061238d38"
12
+ "gitHead": "4650f826343d41eb0ccafabc73c721e24b04f50f"
13
13
  }