@steedos/schemas 2.2.20 → 2.2.23
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 +1 -0
- package/object/schema.json +9 -0
- package/package.json +2 -2
package/field/schema.json
CHANGED
package/object/schema.json
CHANGED
|
@@ -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,10 @@
|
|
|
168
172
|
"type": "string",
|
|
169
173
|
"description": "对象拥有者"
|
|
170
174
|
},
|
|
175
|
+
"objects_group": {
|
|
176
|
+
"type":"string",
|
|
177
|
+
"description": "对象分组"
|
|
178
|
+
},
|
|
171
179
|
"methods": {
|
|
172
180
|
"type": "object",
|
|
173
181
|
"description": "对象可执行的方法,用于odata接口",
|
|
@@ -327,6 +335,7 @@
|
|
|
327
335
|
"toggle",
|
|
328
336
|
"date",
|
|
329
337
|
"datetime",
|
|
338
|
+
"time",
|
|
330
339
|
"number",
|
|
331
340
|
"currency",
|
|
332
341
|
"percent",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.23",
|
|
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": "
|
|
12
|
+
"gitHead": "830698bdc5c848858d24ba536d9eff0fa51c22f0"
|
|
13
13
|
}
|