@ruiapp/rapid-core 0.3.0 → 0.3.1
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/dist/index.js
CHANGED
|
@@ -6667,11 +6667,14 @@ var Notification = {
|
|
|
6667
6667
|
columnName: "details",
|
|
6668
6668
|
description: '{"url": "", "actions": [{"text": "", "url": ""}]}',
|
|
6669
6669
|
type: "json",
|
|
6670
|
+
required: false,
|
|
6670
6671
|
},
|
|
6671
6672
|
{
|
|
6672
6673
|
name: "用户",
|
|
6673
6674
|
code: "user",
|
|
6674
6675
|
type: "relation",
|
|
6676
|
+
required: false,
|
|
6677
|
+
relation: "one",
|
|
6675
6678
|
targetSingularCode: "oc_user",
|
|
6676
6679
|
targetIdColumnName: "user_id",
|
|
6677
6680
|
},
|
package/package.json
CHANGED
|
@@ -45,11 +45,14 @@ export default {
|
|
|
45
45
|
columnName: "details",
|
|
46
46
|
description: '{"url": "", "actions": [{"text": "", "url": ""}]}',
|
|
47
47
|
type: "json",
|
|
48
|
+
required: false,
|
|
48
49
|
},
|
|
49
50
|
{
|
|
50
51
|
name: "用户",
|
|
51
52
|
code: "user",
|
|
52
53
|
type: "relation",
|
|
54
|
+
required: false,
|
|
55
|
+
relation: "one",
|
|
53
56
|
targetSingularCode: "oc_user",
|
|
54
57
|
targetIdColumnName: "user_id",
|
|
55
58
|
},
|