@grexx/grexxlinter 0.2.418 → 0.2.545

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 (56) hide show
  1. package/cli.js +1 -1
  2. package/package.json +1 -1
  3. package/schemas/activity.behavior.json +921 -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 +761 -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 +157 -0
  14. package/schemas/dataset.behavior.json +359 -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 +262 -0
  23. package/schemas/formActionAi.behavior.json +52 -0
  24. package/schemas/formRight.behavior.json +8 -0
  25. package/schemas/formfield.behavior.json +1028 -0
  26. package/schemas/gridColumn.schema.json +1 -1
  27. package/schemas/indirectRole.behavior.json +59 -0
  28. package/schemas/llmModel.behavior.json +8 -0
  29. package/schemas/mapping.behavior.json +216 -0
  30. package/schemas/menuItem.behavior.json +221 -0
  31. package/schemas/metadata.behavior.json +89 -0
  32. package/schemas/navigation.behavior.json +33 -0
  33. package/schemas/picklist.behavior.json +58 -0
  34. package/schemas/platformAttribute.behavior.json +377 -0
  35. package/schemas/platformRole.behavior.json +130 -0
  36. package/schemas/pluginLibrary.behavior.json +8 -0
  37. package/schemas/requestContext.behavior.json +100 -0
  38. package/schemas/roleName.behavior.json +5 -0
  39. package/schemas/securityProfile.behavior.json +8 -0
  40. package/schemas/securityRequirement.behavior.json +5 -0
  41. package/schemas/simpleCondition.behavior.json +319 -0
  42. package/schemas/taskQueue.behavior.json +5 -0
  43. package/schemas/template/date-function.schema.json +1 -1
  44. package/schemas/template/html.schema.json +1 -1
  45. package/schemas/template/if.schema.json +1 -1
  46. package/schemas/template/iterator.schema.json +1 -1
  47. package/schemas/template/multivalue.schema.json +1 -1
  48. package/schemas/template/picklist.schema.json +1 -1
  49. package/schemas/template/util.schema.json +1 -1
  50. package/schemas/template.behavior.json +5 -0
  51. package/schemas/trigger.behavior.json +294 -0
  52. package/schemas/tryBlock.behavior.json +30 -0
  53. package/schemas/view.behavior.json +159 -0
  54. package/schemas/while.behavior.json +30 -0
  55. package/schemas/widget.behavior.json +1213 -0
  56. package/schemas/widgetRight.behavior.json +8 -0
@@ -0,0 +1,319 @@
1
+ {
2
+ "leftField": {
3
+ "baseline": "MAY",
4
+ "requiredWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": "leftFieldType",
8
+ "fieldName": "Left field type",
9
+ "operator": "==",
10
+ "value": "caseData",
11
+ "valueIsField": false,
12
+ "isEmpty": false
13
+ },
14
+ {
15
+ "op": "cmp",
16
+ "field": "leftFieldType",
17
+ "fieldName": "Left field type",
18
+ "operator": "==",
19
+ "value": "formfield",
20
+ "valueIsField": false,
21
+ "isEmpty": false
22
+ },
23
+ {
24
+ "op": "cmp",
25
+ "field": "leftFieldType",
26
+ "fieldName": "Left field type",
27
+ "operator": "==",
28
+ "value": "taskIn",
29
+ "valueIsField": false,
30
+ "isEmpty": false
31
+ },
32
+ {
33
+ "op": "cmp",
34
+ "field": "leftFieldType",
35
+ "fieldName": "Left field type",
36
+ "operator": "==",
37
+ "value": "taskOut",
38
+ "valueIsField": false,
39
+ "isEmpty": false
40
+ }
41
+ ],
42
+ "enabledWhen": [
43
+ {
44
+ "op": "cmp",
45
+ "field": "leftFieldType",
46
+ "fieldName": "Left field type",
47
+ "operator": "==",
48
+ "value": "caseData",
49
+ "valueIsField": false,
50
+ "isEmpty": false
51
+ },
52
+ {
53
+ "op": "cmp",
54
+ "field": "leftFieldType",
55
+ "fieldName": "Left field type",
56
+ "operator": "==",
57
+ "value": "formfield",
58
+ "valueIsField": false,
59
+ "isEmpty": false
60
+ },
61
+ {
62
+ "op": "cmp",
63
+ "field": "leftFieldType",
64
+ "fieldName": "Left field type",
65
+ "operator": "==",
66
+ "value": "taskIn",
67
+ "valueIsField": false,
68
+ "isEmpty": false
69
+ },
70
+ {
71
+ "op": "cmp",
72
+ "field": "leftFieldType",
73
+ "fieldName": "Left field type",
74
+ "operator": "==",
75
+ "value": "taskOut",
76
+ "valueIsField": false,
77
+ "isEmpty": false
78
+ }
79
+ ]
80
+ },
81
+ "leftFieldStaticItem": {
82
+ "baseline": "MUST_NOT"
83
+ },
84
+ "leftTemplate": {
85
+ "baseline": "MAY",
86
+ "requiredWhen": [
87
+ {
88
+ "op": "cmp",
89
+ "field": "leftFieldType",
90
+ "fieldName": "Left field type",
91
+ "operator": "==",
92
+ "value": "inlinetemplate",
93
+ "valueIsField": false,
94
+ "isEmpty": false
95
+ }
96
+ ],
97
+ "enabledWhen": [
98
+ {
99
+ "op": "cmp",
100
+ "field": "leftFieldType",
101
+ "fieldName": "Left field type",
102
+ "operator": "==",
103
+ "value": "inlinetemplate",
104
+ "valueIsField": false,
105
+ "isEmpty": false
106
+ }
107
+ ]
108
+ },
109
+ "leftActivityAttribute": {
110
+ "baseline": "MUST_NOT",
111
+ "requiredWhen": [
112
+ {
113
+ "op": "cmp",
114
+ "field": "leftFieldType",
115
+ "fieldName": "Left field type",
116
+ "operator": "==",
117
+ "value": "taskAttribute",
118
+ "valueIsField": false,
119
+ "isEmpty": false
120
+ }
121
+ ],
122
+ "enabledWhen": [
123
+ {
124
+ "op": "cmp",
125
+ "field": "leftFieldType",
126
+ "fieldName": "Left field type",
127
+ "operator": "==",
128
+ "value": "taskAttribute",
129
+ "valueIsField": false,
130
+ "isEmpty": false
131
+ }
132
+ ]
133
+ },
134
+ "leftValue": {
135
+ "baseline": "MAY",
136
+ "requiredWhen": [
137
+ {
138
+ "op": "cmp",
139
+ "field": "leftFieldType",
140
+ "fieldName": "Left field type",
141
+ "operator": "==",
142
+ "value": "staticPicklistItem",
143
+ "valueIsField": false,
144
+ "isEmpty": false
145
+ }
146
+ ],
147
+ "enabledWhen": [
148
+ {
149
+ "op": "cmp",
150
+ "field": "leftFieldType",
151
+ "fieldName": "Left field type",
152
+ "operator": "==",
153
+ "value": "staticPicklistItem",
154
+ "valueIsField": false,
155
+ "isEmpty": false
156
+ },
157
+ {
158
+ "op": "cmp",
159
+ "field": "leftFieldType",
160
+ "fieldName": "Left field type",
161
+ "operator": "==",
162
+ "value": "value",
163
+ "valueIsField": false,
164
+ "isEmpty": false
165
+ }
166
+ ]
167
+ },
168
+ "parentCondition": {
169
+ "baseline": "MUST_NOT",
170
+ "enabledWhen": [
171
+ {
172
+ "op": "cmp",
173
+ "field": "parentCondition",
174
+ "fieldName": "Parent condition",
175
+ "operator": "==",
176
+ "value": "",
177
+ "valueIsField": false,
178
+ "isEmpty": true
179
+ }
180
+ ]
181
+ },
182
+ "rightField": {
183
+ "baseline": "MAY",
184
+ "requiredWhen": [
185
+ {
186
+ "op": "cmp",
187
+ "field": "rightFieldType",
188
+ "fieldName": "Right field type",
189
+ "operator": "==",
190
+ "value": "caseData",
191
+ "valueIsField": false,
192
+ "isEmpty": false
193
+ },
194
+ {
195
+ "op": "cmp",
196
+ "field": "rightFieldType",
197
+ "fieldName": "Right field type",
198
+ "operator": "==",
199
+ "value": "taskIn",
200
+ "valueIsField": false,
201
+ "isEmpty": false
202
+ },
203
+ {
204
+ "op": "cmp",
205
+ "field": "rightFieldType",
206
+ "fieldName": "Right field type",
207
+ "operator": "==",
208
+ "value": "taskOut",
209
+ "valueIsField": false,
210
+ "isEmpty": false
211
+ }
212
+ ],
213
+ "enabledWhen": [
214
+ {
215
+ "op": "cmp",
216
+ "field": "rightFieldType",
217
+ "fieldName": "Right field type",
218
+ "operator": "==",
219
+ "value": "caseData",
220
+ "valueIsField": false,
221
+ "isEmpty": false
222
+ },
223
+ {
224
+ "op": "cmp",
225
+ "field": "rightFieldType",
226
+ "fieldName": "Right field type",
227
+ "operator": "==",
228
+ "value": "taskIn",
229
+ "valueIsField": false,
230
+ "isEmpty": false
231
+ },
232
+ {
233
+ "op": "cmp",
234
+ "field": "rightFieldType",
235
+ "fieldName": "Right field type",
236
+ "operator": "==",
237
+ "value": "taskOut",
238
+ "valueIsField": false,
239
+ "isEmpty": false
240
+ }
241
+ ]
242
+ },
243
+ "rightFieldStaticItem": {
244
+ "baseline": "MUST_NOT"
245
+ },
246
+ "rightTemplate": {
247
+ "baseline": "MAY",
248
+ "enabledWhen": [
249
+ {
250
+ "op": "cmp",
251
+ "field": "rightFieldType",
252
+ "fieldName": "Right field type",
253
+ "operator": "==",
254
+ "value": "inlinetemplate",
255
+ "valueIsField": false,
256
+ "isEmpty": false
257
+ }
258
+ ]
259
+ },
260
+ "rightActivityAttribute": {
261
+ "baseline": "MUST_NOT",
262
+ "requiredWhen": [
263
+ {
264
+ "op": "cmp",
265
+ "field": "rightFieldType",
266
+ "fieldName": "Right field type",
267
+ "operator": "==",
268
+ "value": "taskAttribute",
269
+ "valueIsField": false,
270
+ "isEmpty": false
271
+ }
272
+ ],
273
+ "enabledWhen": [
274
+ {
275
+ "op": "cmp",
276
+ "field": "rightFieldType",
277
+ "fieldName": "Right field type",
278
+ "operator": "==",
279
+ "value": "taskAttribute",
280
+ "valueIsField": false,
281
+ "isEmpty": false
282
+ }
283
+ ]
284
+ },
285
+ "rightValue": {
286
+ "baseline": "MAY",
287
+ "requiredWhen": [
288
+ {
289
+ "op": "cmp",
290
+ "field": "rightFieldType",
291
+ "fieldName": "Right field type",
292
+ "operator": "==",
293
+ "value": "staticPicklistItem",
294
+ "valueIsField": false,
295
+ "isEmpty": false
296
+ }
297
+ ],
298
+ "enabledWhen": [
299
+ {
300
+ "op": "cmp",
301
+ "field": "rightFieldType",
302
+ "fieldName": "Right field type",
303
+ "operator": "==",
304
+ "value": "staticPicklistItem",
305
+ "valueIsField": false,
306
+ "isEmpty": false
307
+ },
308
+ {
309
+ "op": "cmp",
310
+ "field": "rightFieldType",
311
+ "fieldName": "Right field type",
312
+ "operator": "==",
313
+ "value": "value",
314
+ "valueIsField": false,
315
+ "isEmpty": false
316
+ }
317
+ ]
318
+ }
319
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": {
3
+ "baseline": "MUST"
4
+ }
5
+ }
@@ -230,4 +230,4 @@
230
230
  "required" : [ "type", "operator" ],
231
231
  "title" : "date-function",
232
232
  "type" : "object"
233
- }
233
+ }
@@ -163,4 +163,4 @@
163
163
  "required" : [ "type", "operator" ],
164
164
  "title" : "html",
165
165
  "type" : "object"
166
- }
166
+ }
@@ -28,4 +28,4 @@
28
28
  "required" : [ "type" ],
29
29
  "title" : "if",
30
30
  "type" : "object"
31
- }
31
+ }
@@ -59,4 +59,4 @@
59
59
  "required" : [ "type", "value" ],
60
60
  "title" : "iterator",
61
61
  "type" : "object"
62
- }
62
+ }
@@ -208,4 +208,4 @@
208
208
  "required" : [ "type", "operator" ],
209
209
  "title" : "multivalue",
210
210
  "type" : "object"
211
- }
211
+ }
@@ -25,4 +25,4 @@
25
25
  "required" : [ "type" ],
26
26
  "title" : "picklist",
27
27
  "type" : "object"
28
- }
28
+ }
@@ -435,4 +435,4 @@
435
435
  "required" : [ "type", "operator" ],
436
436
  "title" : "util",
437
437
  "type" : "object"
438
- }
438
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": {
3
+ "baseline": "MUST"
4
+ }
5
+ }
@@ -0,0 +1,294 @@
1
+ {
2
+ "activityTo": {
3
+ "baseline": "MAY",
4
+ "enabledWhen": [
5
+ {
6
+ "op": "and",
7
+ "items": [
8
+ {
9
+ "op": "cmp",
10
+ "field": "toPage",
11
+ "fieldName": "To page",
12
+ "operator": "!==",
13
+ "value": "",
14
+ "valueIsField": false,
15
+ "isEmpty": true
16
+ },
17
+ {
18
+ "op": "cmp",
19
+ "field": "toTriggerType",
20
+ "fieldName": "To type",
21
+ "operator": "==",
22
+ "value": "page",
23
+ "valueIsField": false,
24
+ "isEmpty": false
25
+ }
26
+ ]
27
+ },
28
+ {
29
+ "op": "cmp",
30
+ "field": "toTriggerType",
31
+ "fieldName": "To type",
32
+ "operator": "==",
33
+ "value": "attributeValue",
34
+ "valueIsField": false,
35
+ "isEmpty": false
36
+ },
37
+ {
38
+ "op": "cmp",
39
+ "field": "toTriggerType",
40
+ "fieldName": "To type",
41
+ "operator": "==",
42
+ "value": "casesInDataset",
43
+ "valueIsField": false,
44
+ "isEmpty": false
45
+ },
46
+ {
47
+ "op": "cmp",
48
+ "field": "toTriggerType",
49
+ "fieldName": "To type",
50
+ "operator": "==",
51
+ "value": "currentCase",
52
+ "valueIsField": false,
53
+ "isEmpty": false
54
+ },
55
+ {
56
+ "op": "cmp",
57
+ "field": "toTriggerType",
58
+ "fieldName": "To type",
59
+ "operator": "==",
60
+ "value": "foreachItem",
61
+ "valueIsField": false,
62
+ "isEmpty": false
63
+ },
64
+ {
65
+ "op": "cmp",
66
+ "field": "toTriggerType",
67
+ "fieldName": "To type",
68
+ "operator": "==",
69
+ "value": "page",
70
+ "valueIsField": false,
71
+ "isEmpty": false
72
+ },
73
+ {
74
+ "op": "cmp",
75
+ "field": "toTriggerType",
76
+ "fieldName": "To type",
77
+ "operator": "==",
78
+ "value": "parent",
79
+ "valueIsField": false,
80
+ "isEmpty": false
81
+ }
82
+ ]
83
+ },
84
+ "activityTag": {
85
+ "baseline": "MAY",
86
+ "enabledWhen": [
87
+ {
88
+ "op": "and",
89
+ "items": [
90
+ {
91
+ "op": "cmp",
92
+ "field": "toPage",
93
+ "fieldName": "To page",
94
+ "operator": "!==",
95
+ "value": "",
96
+ "valueIsField": false,
97
+ "isEmpty": true
98
+ },
99
+ {
100
+ "op": "cmp",
101
+ "field": "toTriggerType",
102
+ "fieldName": "To type",
103
+ "operator": "==",
104
+ "value": "page",
105
+ "valueIsField": false,
106
+ "isEmpty": false
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "op": "cmp",
112
+ "field": "toTriggerType",
113
+ "fieldName": "To type",
114
+ "operator": "==",
115
+ "value": "attributeValue",
116
+ "valueIsField": false,
117
+ "isEmpty": false
118
+ },
119
+ {
120
+ "op": "cmp",
121
+ "field": "toTriggerType",
122
+ "fieldName": "To type",
123
+ "operator": "==",
124
+ "value": "casesInDataset",
125
+ "valueIsField": false,
126
+ "isEmpty": false
127
+ },
128
+ {
129
+ "op": "cmp",
130
+ "field": "toTriggerType",
131
+ "fieldName": "To type",
132
+ "operator": "==",
133
+ "value": "currentCase",
134
+ "valueIsField": false,
135
+ "isEmpty": false
136
+ },
137
+ {
138
+ "op": "cmp",
139
+ "field": "toTriggerType",
140
+ "fieldName": "To type",
141
+ "operator": "==",
142
+ "value": "foreachItem",
143
+ "valueIsField": false,
144
+ "isEmpty": false
145
+ },
146
+ {
147
+ "op": "cmp",
148
+ "field": "toTriggerType",
149
+ "fieldName": "To type",
150
+ "operator": "==",
151
+ "value": "page",
152
+ "valueIsField": false,
153
+ "isEmpty": false
154
+ },
155
+ {
156
+ "op": "cmp",
157
+ "field": "toTriggerType",
158
+ "fieldName": "To type",
159
+ "operator": "==",
160
+ "value": "parent",
161
+ "valueIsField": false,
162
+ "isEmpty": false
163
+ }
164
+ ]
165
+ },
166
+ "progressTemplate": {
167
+ "baseline": "MUST_NOT",
168
+ "enabledWhen": [
169
+ {
170
+ "op": "cmp",
171
+ "field": "showProgress",
172
+ "fieldName": "Show Progress",
173
+ "operator": "==",
174
+ "value": "true",
175
+ "valueIsField": false,
176
+ "isEmpty": false
177
+ }
178
+ ]
179
+ },
180
+ "progressTitle": {
181
+ "baseline": "MUST_NOT",
182
+ "enabledWhen": [
183
+ {
184
+ "op": "cmp",
185
+ "field": "showProgress",
186
+ "fieldName": "Show Progress",
187
+ "operator": "==",
188
+ "value": "true",
189
+ "valueIsField": false,
190
+ "isEmpty": false
191
+ }
192
+ ]
193
+ },
194
+ "caseTo": {
195
+ "baseline": "MUST_NOT",
196
+ "requiredWhen": [
197
+ {
198
+ "op": "cmp",
199
+ "field": "toTriggerType",
200
+ "fieldName": "To type",
201
+ "operator": "==",
202
+ "value": "attributeValue",
203
+ "valueIsField": false,
204
+ "isEmpty": false
205
+ }
206
+ ],
207
+ "enabledWhen": [
208
+ {
209
+ "op": "cmp",
210
+ "field": "toTriggerType",
211
+ "fieldName": "To type",
212
+ "operator": "==",
213
+ "value": "attributeValue",
214
+ "valueIsField": false,
215
+ "isEmpty": false
216
+ }
217
+ ]
218
+ },
219
+ "datasetTo": {
220
+ "baseline": "MUST_NOT",
221
+ "requiredWhen": [
222
+ {
223
+ "op": "cmp",
224
+ "field": "toTriggerType",
225
+ "fieldName": "To type",
226
+ "operator": "==",
227
+ "value": "casesInDataset",
228
+ "valueIsField": false,
229
+ "isEmpty": false
230
+ }
231
+ ],
232
+ "enabledWhen": [
233
+ {
234
+ "op": "cmp",
235
+ "field": "toTriggerType",
236
+ "fieldName": "To type",
237
+ "operator": "==",
238
+ "value": "casesInDataset",
239
+ "valueIsField": false,
240
+ "isEmpty": false
241
+ }
242
+ ]
243
+ },
244
+ "forEachTo": {
245
+ "baseline": "MUST_NOT",
246
+ "requiredWhen": [
247
+ {
248
+ "op": "cmp",
249
+ "field": "toTriggerType",
250
+ "fieldName": "To type",
251
+ "operator": "==",
252
+ "value": "foreachItem",
253
+ "valueIsField": false,
254
+ "isEmpty": false
255
+ }
256
+ ],
257
+ "enabledWhen": [
258
+ {
259
+ "op": "cmp",
260
+ "field": "toTriggerType",
261
+ "fieldName": "To type",
262
+ "operator": "==",
263
+ "value": "foreachItem",
264
+ "valueIsField": false,
265
+ "isEmpty": false
266
+ }
267
+ ]
268
+ },
269
+ "toPage": {
270
+ "baseline": "MUST_NOT",
271
+ "requiredWhen": [
272
+ {
273
+ "op": "cmp",
274
+ "field": "toTriggerType",
275
+ "fieldName": "To type",
276
+ "operator": "==",
277
+ "value": "page",
278
+ "valueIsField": false,
279
+ "isEmpty": false
280
+ }
281
+ ],
282
+ "enabledWhen": [
283
+ {
284
+ "op": "cmp",
285
+ "field": "toTriggerType",
286
+ "fieldName": "To type",
287
+ "operator": "==",
288
+ "value": "page",
289
+ "valueIsField": false,
290
+ "isEmpty": false
291
+ }
292
+ ]
293
+ }
294
+ }