@steedos/schemas 2.2.22 → 2.2.25
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/object/schema.json +8 -0
- package/package.json +2 -2
package/object/schema.json
CHANGED
|
@@ -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接口",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.25",
|
|
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": "e81092f007bce951b627a5c28e286032afbba1fb"
|
|
13
13
|
}
|