@grexx/grexxlinter 0.2.444 → 0.2.549

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.
Files changed (48) hide show
  1. package/cli.js +1 -1
  2. package/package.json +1 -1
  3. package/schemas/activity.behavior.json +986 -0
  4. package/schemas/activityAttribute.behavior.json +47 -0
  5. package/schemas/activityRight.behavior.json +8 -0
  6. package/schemas/agent.behavior.json +91 -0
  7. package/schemas/agentTool.behavior.json +58 -0
  8. package/schemas/attribute.behavior.json +868 -0
  9. package/schemas/casetype.behavior.json +269 -0
  10. package/schemas/catchBlock.behavior.json +30 -0
  11. package/schemas/container.behavior.json +16 -0
  12. package/schemas/customThrow.behavior.json +30 -0
  13. package/schemas/dataRetentionProfile.behavior.json +306 -0
  14. package/schemas/dataset.behavior.json +409 -0
  15. package/schemas/datasetColumn.behavior.json +629 -0
  16. package/schemas/datasetCondition.behavior.json +361 -0
  17. package/schemas/datasetRight.behavior.json +8 -0
  18. package/schemas/datasource.behavior.json +8 -0
  19. package/schemas/directRole.behavior.json +59 -0
  20. package/schemas/fileUploadProfile.behavior.json +5 -0
  21. package/schemas/forEach.behavior.json +116 -0
  22. package/schemas/formAction.behavior.json +273 -0
  23. package/schemas/formActionAi.behavior.json +52 -0
  24. package/schemas/formRight.behavior.json +8 -0
  25. package/schemas/formfield.behavior.json +1053 -0
  26. package/schemas/indirectRole.behavior.json +59 -0
  27. package/schemas/llmModel.behavior.json +8 -0
  28. package/schemas/mapping.behavior.json +216 -0
  29. package/schemas/menuItem.behavior.json +221 -0
  30. package/schemas/metadata.behavior.json +128 -0
  31. package/schemas/navigation.behavior.json +33 -0
  32. package/schemas/picklist.behavior.json +58 -0
  33. package/schemas/platformAttribute.behavior.json +377 -0
  34. package/schemas/platformRole.behavior.json +130 -0
  35. package/schemas/pluginLibrary.behavior.json +8 -0
  36. package/schemas/requestContext.behavior.json +100 -0
  37. package/schemas/roleName.behavior.json +5 -0
  38. package/schemas/securityProfile.behavior.json +8 -0
  39. package/schemas/securityRequirement.behavior.json +5 -0
  40. package/schemas/simpleCondition.behavior.json +319 -0
  41. package/schemas/taskQueue.behavior.json +5 -0
  42. package/schemas/template.behavior.json +5 -0
  43. package/schemas/trigger.behavior.json +598 -0
  44. package/schemas/tryBlock.behavior.json +30 -0
  45. package/schemas/view.behavior.json +159 -0
  46. package/schemas/while.behavior.json +30 -0
  47. package/schemas/widget.behavior.json +1238 -0
  48. package/schemas/widgetRight.behavior.json +8 -0
@@ -0,0 +1,269 @@
1
+ {
2
+ "alias": {
3
+ "baseline": "MAY",
4
+ "requiredWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": "type",
8
+ "fieldName": "Type",
9
+ "operator": "==",
10
+ "value": "page",
11
+ "valueIsField": false,
12
+ "isEmpty": false
13
+ }
14
+ ],
15
+ "enabledWhen": [
16
+ {
17
+ "op": "cmp",
18
+ "field": "type",
19
+ "fieldName": "Type",
20
+ "operator": "==",
21
+ "value": "page",
22
+ "valueIsField": false,
23
+ "isEmpty": false
24
+ }
25
+ ]
26
+ },
27
+ "css": {
28
+ "baseline": "MAY",
29
+ "enabledWhen": [
30
+ {
31
+ "op": "cmp",
32
+ "field": "type",
33
+ "fieldName": "Type",
34
+ "operator": "==",
35
+ "value": "casetype",
36
+ "valueIsField": false,
37
+ "isEmpty": false
38
+ },
39
+ {
40
+ "op": "cmp",
41
+ "field": "type",
42
+ "fieldName": "Type",
43
+ "operator": "==",
44
+ "value": "page",
45
+ "valueIsField": false,
46
+ "isEmpty": false
47
+ }
48
+ ]
49
+ },
50
+ "defaultView": {
51
+ "baseline": "MAY",
52
+ "requiredWhen": [
53
+ {
54
+ "op": "cmp",
55
+ "field": "type",
56
+ "fieldName": "Type",
57
+ "operator": "==",
58
+ "value": "casetype",
59
+ "valueIsField": false,
60
+ "isEmpty": false
61
+ },
62
+ {
63
+ "op": "cmp",
64
+ "field": "type",
65
+ "fieldName": "Type",
66
+ "operator": "==",
67
+ "value": "page",
68
+ "valueIsField": false,
69
+ "isEmpty": false
70
+ }
71
+ ],
72
+ "enabledWhen": [
73
+ {
74
+ "op": "cmp",
75
+ "field": "type",
76
+ "fieldName": "Type",
77
+ "operator": "==",
78
+ "value": "casetype",
79
+ "valueIsField": false,
80
+ "isEmpty": false
81
+ },
82
+ {
83
+ "op": "cmp",
84
+ "field": "type",
85
+ "fieldName": "Type",
86
+ "operator": "==",
87
+ "value": "page",
88
+ "valueIsField": false,
89
+ "isEmpty": false
90
+ },
91
+ {
92
+ "op": "cmp",
93
+ "field": "type",
94
+ "fieldName": "Type",
95
+ "operator": "==",
96
+ "value": "systemservice",
97
+ "valueIsField": false,
98
+ "isEmpty": false
99
+ }
100
+ ]
101
+ },
102
+ "name": {
103
+ "baseline": "MUST"
104
+ },
105
+ "hasSeparatePathForArchive": {
106
+ "baseline": "MAY",
107
+ "enabledWhen": [
108
+ {
109
+ "op": "cmp",
110
+ "field": "type",
111
+ "fieldName": "Type",
112
+ "operator": "==",
113
+ "value": "casetype",
114
+ "valueIsField": false,
115
+ "isEmpty": false
116
+ }
117
+ ]
118
+ },
119
+ "resultForm": {
120
+ "baseline": "MAY",
121
+ "enabledWhen": [
122
+ {
123
+ "op": "cmp",
124
+ "field": "type",
125
+ "fieldName": "Type",
126
+ "operator": "==",
127
+ "value": "casetype",
128
+ "valueIsField": false,
129
+ "isEmpty": false
130
+ },
131
+ {
132
+ "op": "cmp",
133
+ "field": "type",
134
+ "fieldName": "Type",
135
+ "operator": "==",
136
+ "value": "systemservice",
137
+ "valueIsField": false,
138
+ "isEmpty": false
139
+ }
140
+ ]
141
+ },
142
+ "scriptedRightsActivities": {
143
+ "baseline": "MAY",
144
+ "enabledWhen": [
145
+ {
146
+ "op": "cmp",
147
+ "field": null,
148
+ "fieldName": "Scripted service - Use API rights",
149
+ "operator": "==",
150
+ "value": "true",
151
+ "valueIsField": false,
152
+ "isEmpty": false
153
+ }
154
+ ]
155
+ },
156
+ "scriptedRightsDatasets": {
157
+ "baseline": "MAY",
158
+ "enabledWhen": [
159
+ {
160
+ "op": "cmp",
161
+ "field": null,
162
+ "fieldName": "Scripted service - Use API rights",
163
+ "operator": "==",
164
+ "value": "true",
165
+ "valueIsField": false,
166
+ "isEmpty": false
167
+ }
168
+ ]
169
+ },
170
+ "scriptedRightsForms": {
171
+ "baseline": "MAY",
172
+ "enabledWhen": [
173
+ {
174
+ "op": "cmp",
175
+ "field": null,
176
+ "fieldName": "Scripted service - Use API rights",
177
+ "operator": "==",
178
+ "value": "true",
179
+ "valueIsField": false,
180
+ "isEmpty": false
181
+ }
182
+ ]
183
+ },
184
+ "startActivity": {
185
+ "baseline": "MAY",
186
+ "requiredWhen": [
187
+ {
188
+ "op": "cmp",
189
+ "field": "type",
190
+ "fieldName": "Type",
191
+ "operator": "==",
192
+ "value": "casetype",
193
+ "valueIsField": false,
194
+ "isEmpty": false
195
+ }
196
+ ],
197
+ "enabledWhen": [
198
+ {
199
+ "op": "cmp",
200
+ "field": "type",
201
+ "fieldName": "Type",
202
+ "operator": "==",
203
+ "value": "casetype",
204
+ "valueIsField": false,
205
+ "isEmpty": false
206
+ },
207
+ {
208
+ "op": "cmp",
209
+ "field": "type",
210
+ "fieldName": "Type",
211
+ "operator": "==",
212
+ "value": "systemservice",
213
+ "valueIsField": false,
214
+ "isEmpty": false
215
+ }
216
+ ]
217
+ },
218
+ "service": {
219
+ "baseline": "MAY",
220
+ "requiredWhen": [
221
+ {
222
+ "op": "cmp",
223
+ "field": "type",
224
+ "fieldName": "Type",
225
+ "operator": "==",
226
+ "value": "systemservice",
227
+ "valueIsField": false,
228
+ "isEmpty": false
229
+ }
230
+ ],
231
+ "enabledWhen": [
232
+ {
233
+ "op": "cmp",
234
+ "field": "type",
235
+ "fieldName": "Type",
236
+ "operator": "==",
237
+ "value": "systemservice",
238
+ "valueIsField": false,
239
+ "isEmpty": false
240
+ }
241
+ ]
242
+ },
243
+ "type": {
244
+ "baseline": "MUST"
245
+ },
246
+ "closedPath": {
247
+ "baseline": "MAY",
248
+ "enabledWhen": [
249
+ {
250
+ "op": "cmp",
251
+ "field": "hasSeparatePathForArchive",
252
+ "fieldName": "Release URL paths when closing",
253
+ "operator": "==",
254
+ "value": "true",
255
+ "valueIsField": false,
256
+ "isEmpty": false
257
+ },
258
+ {
259
+ "op": "cmp",
260
+ "field": "type",
261
+ "fieldName": "Type",
262
+ "operator": "==",
263
+ "value": "casetype",
264
+ "valueIsField": false,
265
+ "isEmpty": false
266
+ }
267
+ ]
268
+ }
269
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "progressTemplate": {
3
+ "baseline": "MAY",
4
+ "enabledWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": "showProgress",
8
+ "fieldName": "Show progress",
9
+ "operator": "==",
10
+ "value": "true",
11
+ "valueIsField": false,
12
+ "isEmpty": false
13
+ }
14
+ ]
15
+ },
16
+ "progressTitle": {
17
+ "baseline": "MAY",
18
+ "enabledWhen": [
19
+ {
20
+ "op": "cmp",
21
+ "field": "showProgress",
22
+ "fieldName": "Show progress",
23
+ "operator": "==",
24
+ "value": "true",
25
+ "valueIsField": false,
26
+ "isEmpty": false
27
+ }
28
+ ]
29
+ }
30
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "showSingleTab": {
3
+ "baseline": "MUST_NOT",
4
+ "enabledWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": null,
8
+ "fieldName": "Container display",
9
+ "operator": "==",
10
+ "value": "tabs",
11
+ "valueIsField": false,
12
+ "isEmpty": false
13
+ }
14
+ ]
15
+ }
16
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "progressTemplate": {
3
+ "baseline": "MAY",
4
+ "enabledWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": "showProgress",
8
+ "fieldName": "Show progress",
9
+ "operator": "==",
10
+ "value": "true",
11
+ "valueIsField": false,
12
+ "isEmpty": false
13
+ }
14
+ ]
15
+ },
16
+ "progressTitle": {
17
+ "baseline": "MAY",
18
+ "enabledWhen": [
19
+ {
20
+ "op": "cmp",
21
+ "field": "showProgress",
22
+ "fieldName": "Show progress",
23
+ "operator": "==",
24
+ "value": "true",
25
+ "valueIsField": false,
26
+ "isEmpty": false
27
+ }
28
+ ]
29
+ }
30
+ }
@@ -0,0 +1,306 @@
1
+ {
2
+ "dataRetentionCleanupFinishedCasedata": {
3
+ "baseline": "MAY",
4
+ "readOnlyWhen": [
5
+ {
6
+ "op": "or",
7
+ "items": [
8
+ {
9
+ "op": "cmp",
10
+ "field": "dataRetentionCleanupOpenCasedata",
11
+ "fieldName": "Cleanup casedata of open cases (warning, are you sure??)",
12
+ "operator": "==",
13
+ "value": "true",
14
+ "valueIsField": false,
15
+ "isEmpty": false
16
+ },
17
+ {
18
+ "op": "cmp",
19
+ "field": "dataRetentionCleanupFinishedCases",
20
+ "fieldName": "Cleanup closed cases including underlying tasks and data",
21
+ "operator": "==",
22
+ "value": "true",
23
+ "valueIsField": false,
24
+ "isEmpty": false
25
+ },
26
+ {
27
+ "op": "cmp",
28
+ "field": "dataRetentionNeverStoreData",
29
+ "fieldName": "Only use cache, never store to database",
30
+ "operator": "==",
31
+ "value": "true",
32
+ "valueIsField": false,
33
+ "isEmpty": false
34
+ }
35
+ ]
36
+ }
37
+ ],
38
+ "editableWhen": [
39
+ {
40
+ "op": "and",
41
+ "items": [
42
+ {
43
+ "op": "cmp",
44
+ "field": "dataRetentionCleanupOpenCasedata",
45
+ "fieldName": "Cleanup casedata of open cases (warning, are you sure??)",
46
+ "operator": "!=",
47
+ "value": "true",
48
+ "valueIsField": false,
49
+ "isEmpty": false
50
+ },
51
+ {
52
+ "op": "cmp",
53
+ "field": "dataRetentionCleanupFinishedCases",
54
+ "fieldName": "Cleanup closed cases including underlying tasks and data",
55
+ "operator": "!=",
56
+ "value": "true",
57
+ "valueIsField": false,
58
+ "isEmpty": false
59
+ },
60
+ {
61
+ "op": "cmp",
62
+ "field": "dataRetentionNeverStoreData",
63
+ "fieldName": "Only use cache, never store to database",
64
+ "operator": "!=",
65
+ "value": "true",
66
+ "valueIsField": false,
67
+ "isEmpty": false
68
+ }
69
+ ]
70
+ }
71
+ ]
72
+ },
73
+ "dataRetentionCleanupOpenCasedata": {
74
+ "baseline": "MAY",
75
+ "readOnlyWhen": [
76
+ {
77
+ "op": "cmp",
78
+ "field": "dataRetentionNeverStoreData",
79
+ "fieldName": "Only use cache, never store to database",
80
+ "operator": "==",
81
+ "value": "true",
82
+ "valueIsField": false,
83
+ "isEmpty": false
84
+ }
85
+ ],
86
+ "editableWhen": [
87
+ {
88
+ "op": "cmp",
89
+ "field": "dataRetentionNeverStoreData",
90
+ "fieldName": "Only use cache, never store to database",
91
+ "operator": "!=",
92
+ "value": "true",
93
+ "valueIsField": false,
94
+ "isEmpty": false
95
+ }
96
+ ]
97
+ },
98
+ "dataRetentionCleanupDeletedCasedata": {
99
+ "baseline": "MAY",
100
+ "readOnlyWhen": [
101
+ {
102
+ "op": "or",
103
+ "items": [
104
+ {
105
+ "op": "cmp",
106
+ "field": "dataRetentionCleanupOpenCasedata",
107
+ "fieldName": "Cleanup casedata of open cases (warning, are you sure??)",
108
+ "operator": "==",
109
+ "value": "true",
110
+ "valueIsField": false,
111
+ "isEmpty": false
112
+ },
113
+ {
114
+ "op": "cmp",
115
+ "field": "dataRetentionNeverStoreData",
116
+ "fieldName": "Only use cache, never store to database",
117
+ "operator": "==",
118
+ "value": "true",
119
+ "valueIsField": false,
120
+ "isEmpty": false
121
+ }
122
+ ]
123
+ }
124
+ ],
125
+ "editableWhen": [
126
+ {
127
+ "op": "and",
128
+ "items": [
129
+ {
130
+ "op": "cmp",
131
+ "field": "dataRetentionCleanupOpenCasedata",
132
+ "fieldName": "Cleanup casedata of open cases (warning, are you sure??)",
133
+ "operator": "!=",
134
+ "value": "true",
135
+ "valueIsField": false,
136
+ "isEmpty": false
137
+ },
138
+ {
139
+ "op": "cmp",
140
+ "field": "dataRetentionNeverStoreData",
141
+ "fieldName": "Only use cache, never store to database",
142
+ "operator": "!=",
143
+ "value": "true",
144
+ "valueIsField": false,
145
+ "isEmpty": false
146
+ }
147
+ ]
148
+ }
149
+ ]
150
+ },
151
+ "dataset": {
152
+ "baseline": "MAY",
153
+ "requiredWhen": [
154
+ {
155
+ "op": "or",
156
+ "items": [
157
+ {
158
+ "op": "cmp",
159
+ "field": "dataset",
160
+ "fieldName": "Dataset",
161
+ "operator": "!=",
162
+ "value": "",
163
+ "valueIsField": false,
164
+ "isEmpty": true
165
+ },
166
+ {
167
+ "op": "cmp",
168
+ "field": "pageCasetype",
169
+ "fieldName": "Page casetype to calculate the dataset on",
170
+ "operator": "!=",
171
+ "value": "",
172
+ "valueIsField": false,
173
+ "isEmpty": true
174
+ }
175
+ ]
176
+ }
177
+ ],
178
+ "enabledWhen": [
179
+ {
180
+ "op": "or",
181
+ "items": [
182
+ {
183
+ "op": "cmp",
184
+ "field": "dataset",
185
+ "fieldName": "Dataset",
186
+ "operator": "!=",
187
+ "value": "",
188
+ "valueIsField": false,
189
+ "isEmpty": true
190
+ },
191
+ {
192
+ "op": "cmp",
193
+ "field": "pageCasetype",
194
+ "fieldName": "Page casetype to calculate the dataset on",
195
+ "operator": "!=",
196
+ "value": "",
197
+ "valueIsField": false,
198
+ "isEmpty": true
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ "op": "and",
204
+ "items": [
205
+ {
206
+ "op": "cmp",
207
+ "field": "dataset",
208
+ "fieldName": "Dataset",
209
+ "operator": "==",
210
+ "value": "",
211
+ "valueIsField": false,
212
+ "isEmpty": true
213
+ },
214
+ {
215
+ "op": "cmp",
216
+ "field": "pageCasetype",
217
+ "fieldName": "Page casetype to calculate the dataset on",
218
+ "operator": "==",
219
+ "value": "",
220
+ "valueIsField": false,
221
+ "isEmpty": true
222
+ }
223
+ ]
224
+ }
225
+ ]
226
+ },
227
+ "name": {
228
+ "baseline": "MUST"
229
+ },
230
+ "pageCasetype": {
231
+ "baseline": "MAY",
232
+ "requiredWhen": [
233
+ {
234
+ "op": "or",
235
+ "items": [
236
+ {
237
+ "op": "cmp",
238
+ "field": "dataset",
239
+ "fieldName": "Dataset",
240
+ "operator": "!=",
241
+ "value": "",
242
+ "valueIsField": false,
243
+ "isEmpty": true
244
+ },
245
+ {
246
+ "op": "cmp",
247
+ "field": "pageCasetype",
248
+ "fieldName": "Page casetype to calculate the dataset on",
249
+ "operator": "!=",
250
+ "value": "",
251
+ "valueIsField": false,
252
+ "isEmpty": true
253
+ }
254
+ ]
255
+ }
256
+ ],
257
+ "enabledWhen": [
258
+ {
259
+ "op": "or",
260
+ "items": [
261
+ {
262
+ "op": "cmp",
263
+ "field": "dataset",
264
+ "fieldName": "Dataset",
265
+ "operator": "!=",
266
+ "value": "",
267
+ "valueIsField": false,
268
+ "isEmpty": true
269
+ },
270
+ {
271
+ "op": "cmp",
272
+ "field": "pageCasetype",
273
+ "fieldName": "Page casetype to calculate the dataset on",
274
+ "operator": "!=",
275
+ "value": "",
276
+ "valueIsField": false,
277
+ "isEmpty": true
278
+ }
279
+ ]
280
+ },
281
+ {
282
+ "op": "and",
283
+ "items": [
284
+ {
285
+ "op": "cmp",
286
+ "field": "dataset",
287
+ "fieldName": "Dataset",
288
+ "operator": "==",
289
+ "value": "",
290
+ "valueIsField": false,
291
+ "isEmpty": true
292
+ },
293
+ {
294
+ "op": "cmp",
295
+ "field": "pageCasetype",
296
+ "fieldName": "Page casetype to calculate the dataset on",
297
+ "operator": "==",
298
+ "value": "",
299
+ "valueIsField": false,
300
+ "isEmpty": true
301
+ }
302
+ ]
303
+ }
304
+ ]
305
+ }
306
+ }