@steedos/standard-object-database 2.5.3-beta.13 → 2.5.3-beta.16

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.
@@ -93,7 +93,7 @@ groups:
93
93
  advanced: Advanced
94
94
  listviews:
95
95
  all:
96
- label: All
96
+ label: All Data Source
97
97
  actions:
98
98
  testConnection:
99
99
  label: Test connection
@@ -27,4 +27,4 @@ fields:
27
27
  description:
28
28
  listviews:
29
29
  all:
30
- label: All
30
+ label: All Triggers
@@ -34,7 +34,7 @@ fields:
34
34
  description:
35
35
  listviews:
36
36
  all:
37
- label: All
37
+ label: All Object Validation Rules
38
38
  CustomLabels:
39
39
  object_validation_rules_field_error_display_field:
40
40
  object_validation_rules_field_error_display_field_inlineHelpText:
@@ -198,7 +198,7 @@ groups:
198
198
  script: Script
199
199
  listviews:
200
200
  all:
201
- label: All
201
+ label: All Objects
202
202
  customize:
203
203
  label: Customize
204
204
  system:
@@ -28,10 +28,12 @@ fields:
28
28
  required: true
29
29
  is_name: true
30
30
  searchable: true
31
+ filterable: true
31
32
  name:
32
33
  type: text
33
34
  label: API Name
34
35
  searchable: true
36
+ filterable: true
35
37
  index: true
36
38
  required: true
37
39
  inlineHelpText: Can only contain lowercase letters and numbers, must start with a letter, cannot end with an underscore character or contain two consecutive underscore characters
@@ -131,6 +133,11 @@ fields:
131
133
  inlineHelpText: When enabled, the lookup field associated with this object displays its options as a pop-up window.
132
134
  group: Switch
133
135
  defaultValue: false
136
+ enable_audit:
137
+ type: boolean
138
+ label: Enable Audit
139
+ group: Switch
140
+ hidden: true
134
141
  # enable_trash:
135
142
  # type: boolean
136
143
  # enable_space_global:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.3-beta.13",
3
+ "version": "2.5.3-beta.16",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -15,5 +15,5 @@
15
15
  },
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "293a5a23b2a4ab86f037368b0f450c8b2fba4e44"
18
+ "gitHead": "ef2a20e8380004854e0428016d3468c4b5ea7c0b"
19
19
  }