@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,361 @@
1
+ {
2
+ "column": {
3
+ "baseline": "MAY",
4
+ "requiredWhen": [
5
+ {
6
+ "op": "and",
7
+ "items": [
8
+ {
9
+ "op": "cmp",
10
+ "field": "leftFieldType",
11
+ "fieldName": "Left type",
12
+ "operator": "==",
13
+ "value": "leftDatasetColumn",
14
+ "valueIsField": false,
15
+ "isEmpty": false
16
+ },
17
+ {
18
+ "op": "cmp",
19
+ "field": null,
20
+ "fieldName": "Parent dataset type",
21
+ "operator": "==",
22
+ "value": "join",
23
+ "valueIsField": false,
24
+ "isEmpty": false
25
+ }
26
+ ]
27
+ },
28
+ {
29
+ "op": "and",
30
+ "items": [
31
+ {
32
+ "op": "cmp",
33
+ "field": "leftFieldType",
34
+ "fieldName": "Left type",
35
+ "operator": "==",
36
+ "value": "rightDatasetColumn",
37
+ "valueIsField": false,
38
+ "isEmpty": false
39
+ },
40
+ {
41
+ "op": "cmp",
42
+ "field": null,
43
+ "fieldName": "Parent dataset type",
44
+ "operator": "==",
45
+ "value": "join",
46
+ "valueIsField": false,
47
+ "isEmpty": false
48
+ }
49
+ ]
50
+ },
51
+ {
52
+ "op": "cmp",
53
+ "field": null,
54
+ "fieldName": "Parent dataset type",
55
+ "operator": "!=",
56
+ "value": "join",
57
+ "valueIsField": false,
58
+ "isEmpty": false
59
+ }
60
+ ],
61
+ "enabledWhen": [
62
+ {
63
+ "op": "and",
64
+ "items": [
65
+ {
66
+ "op": "cmp",
67
+ "field": "leftFieldType",
68
+ "fieldName": "Left type",
69
+ "operator": "==",
70
+ "value": "leftDatasetColumn",
71
+ "valueIsField": false,
72
+ "isEmpty": false
73
+ },
74
+ {
75
+ "op": "cmp",
76
+ "field": null,
77
+ "fieldName": "Parent dataset type",
78
+ "operator": "==",
79
+ "value": "join",
80
+ "valueIsField": false,
81
+ "isEmpty": false
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "op": "and",
87
+ "items": [
88
+ {
89
+ "op": "cmp",
90
+ "field": "leftFieldType",
91
+ "fieldName": "Left type",
92
+ "operator": "==",
93
+ "value": "rightDatasetColumn",
94
+ "valueIsField": false,
95
+ "isEmpty": false
96
+ },
97
+ {
98
+ "op": "cmp",
99
+ "field": null,
100
+ "fieldName": "Parent dataset type",
101
+ "operator": "==",
102
+ "value": "join",
103
+ "valueIsField": false,
104
+ "isEmpty": false
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "op": "cmp",
110
+ "field": null,
111
+ "fieldName": "Parent dataset type",
112
+ "operator": "!=",
113
+ "value": "join",
114
+ "valueIsField": false,
115
+ "isEmpty": false
116
+ }
117
+ ]
118
+ },
119
+ "field": {
120
+ "baseline": "MUST_NOT",
121
+ "requiredWhen": [
122
+ {
123
+ "op": "and",
124
+ "items": [
125
+ {
126
+ "op": "cmp",
127
+ "field": null,
128
+ "fieldName": "Parent dataset type",
129
+ "operator": "==",
130
+ "value": "join",
131
+ "valueIsField": false,
132
+ "isEmpty": false
133
+ },
134
+ {
135
+ "op": "cmp",
136
+ "field": "fieldType",
137
+ "fieldName": "Right type",
138
+ "operator": "==",
139
+ "value": "leftDatasetColumn",
140
+ "valueIsField": false,
141
+ "isEmpty": false
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "op": "and",
147
+ "items": [
148
+ {
149
+ "op": "cmp",
150
+ "field": null,
151
+ "fieldName": "Parent dataset type",
152
+ "operator": "==",
153
+ "value": "join",
154
+ "valueIsField": false,
155
+ "isEmpty": false
156
+ },
157
+ {
158
+ "op": "cmp",
159
+ "field": "fieldType",
160
+ "fieldName": "Right type",
161
+ "operator": "==",
162
+ "value": "rightDatasetColumn",
163
+ "valueIsField": false,
164
+ "isEmpty": false
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "op": "cmp",
170
+ "field": "fieldType",
171
+ "fieldName": "Right type",
172
+ "operator": "==",
173
+ "value": "casedata",
174
+ "valueIsField": false,
175
+ "isEmpty": false
176
+ },
177
+ {
178
+ "op": "cmp",
179
+ "field": "fieldType",
180
+ "fieldName": "Right type",
181
+ "operator": "==",
182
+ "value": "casemetadata",
183
+ "valueIsField": false,
184
+ "isEmpty": false
185
+ },
186
+ {
187
+ "op": "cmp",
188
+ "field": "fieldType",
189
+ "fieldName": "Right type",
190
+ "operator": "==",
191
+ "value": "column",
192
+ "valueIsField": false,
193
+ "isEmpty": false
194
+ }
195
+ ],
196
+ "enabledWhen": [
197
+ {
198
+ "op": "and",
199
+ "items": [
200
+ {
201
+ "op": "cmp",
202
+ "field": null,
203
+ "fieldName": "Parent dataset type",
204
+ "operator": "==",
205
+ "value": "join",
206
+ "valueIsField": false,
207
+ "isEmpty": false
208
+ },
209
+ {
210
+ "op": "cmp",
211
+ "field": "fieldType",
212
+ "fieldName": "Right type",
213
+ "operator": "==",
214
+ "value": "leftDatasetColumn",
215
+ "valueIsField": false,
216
+ "isEmpty": false
217
+ }
218
+ ]
219
+ },
220
+ {
221
+ "op": "and",
222
+ "items": [
223
+ {
224
+ "op": "cmp",
225
+ "field": null,
226
+ "fieldName": "Parent dataset type",
227
+ "operator": "==",
228
+ "value": "join",
229
+ "valueIsField": false,
230
+ "isEmpty": false
231
+ },
232
+ {
233
+ "op": "cmp",
234
+ "field": "fieldType",
235
+ "fieldName": "Right type",
236
+ "operator": "==",
237
+ "value": "rightDatasetColumn",
238
+ "valueIsField": false,
239
+ "isEmpty": false
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "op": "cmp",
245
+ "field": "fieldType",
246
+ "fieldName": "Right type",
247
+ "operator": "==",
248
+ "value": "casedata",
249
+ "valueIsField": false,
250
+ "isEmpty": false
251
+ },
252
+ {
253
+ "op": "cmp",
254
+ "field": "fieldType",
255
+ "fieldName": "Right type",
256
+ "operator": "==",
257
+ "value": "casemetadata",
258
+ "valueIsField": false,
259
+ "isEmpty": false
260
+ },
261
+ {
262
+ "op": "cmp",
263
+ "field": "fieldType",
264
+ "fieldName": "Right type",
265
+ "operator": "==",
266
+ "value": "column",
267
+ "valueIsField": false,
268
+ "isEmpty": false
269
+ }
270
+ ]
271
+ },
272
+ "inlineTemplate": {
273
+ "baseline": "MUST_NOT",
274
+ "requiredWhen": [
275
+ {
276
+ "op": "cmp",
277
+ "field": "fieldType",
278
+ "fieldName": "Right type",
279
+ "operator": "==",
280
+ "value": "inlineTemplate",
281
+ "valueIsField": false,
282
+ "isEmpty": false
283
+ }
284
+ ],
285
+ "enabledWhen": [
286
+ {
287
+ "op": "cmp",
288
+ "field": "fieldType",
289
+ "fieldName": "Right type",
290
+ "operator": "==",
291
+ "value": "inlineTemplate",
292
+ "valueIsField": false,
293
+ "isEmpty": false
294
+ }
295
+ ]
296
+ },
297
+ "leftFieldType": {
298
+ "baseline": "MUST_NOT",
299
+ "requiredWhen": [
300
+ {
301
+ "op": "cmp",
302
+ "field": null,
303
+ "fieldName": "Parent dataset type",
304
+ "operator": "==",
305
+ "value": "join",
306
+ "valueIsField": false,
307
+ "isEmpty": false
308
+ }
309
+ ],
310
+ "enabledWhen": [
311
+ {
312
+ "op": "cmp",
313
+ "field": null,
314
+ "fieldName": "Parent dataset type",
315
+ "operator": "==",
316
+ "value": "join",
317
+ "valueIsField": false,
318
+ "isEmpty": false
319
+ }
320
+ ]
321
+ },
322
+ "fieldType": {
323
+ "baseline": "MAY",
324
+ "requiredWhen": [
325
+ {
326
+ "op": "cmp",
327
+ "field": null,
328
+ "fieldName": "Parent dataset type",
329
+ "operator": "==",
330
+ "value": "join",
331
+ "valueIsField": false,
332
+ "isEmpty": false
333
+ }
334
+ ],
335
+ "enabledWhen": [
336
+ {
337
+ "op": "cmp",
338
+ "field": null,
339
+ "fieldName": "Parent dataset type",
340
+ "operator": "==",
341
+ "value": "join",
342
+ "valueIsField": false,
343
+ "isEmpty": false
344
+ }
345
+ ]
346
+ },
347
+ "value": {
348
+ "baseline": "MUST_NOT",
349
+ "enabledWhen": [
350
+ {
351
+ "op": "cmp",
352
+ "field": "fieldType",
353
+ "fieldName": "Right type",
354
+ "operator": "==",
355
+ "value": "value",
356
+ "valueIsField": false,
357
+ "isEmpty": false
358
+ }
359
+ ]
360
+ }
361
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "roleName": {
3
+ "baseline": "MUST"
4
+ },
5
+ "type": {
6
+ "baseline": "MUST"
7
+ }
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": {
3
+ "baseline": "MUST"
4
+ },
5
+ "type": {
6
+ "baseline": "MUST"
7
+ }
8
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "attribute": {
3
+ "baseline": "MAY",
4
+ "requiredWhen": [
5
+ {
6
+ "op": "not",
7
+ "item": {
8
+ "op": "cmp",
9
+ "field": null,
10
+ "fieldName": "«[Role name]»",
11
+ "operator": "contains",
12
+ "value": "agents",
13
+ "valueIsField": false,
14
+ "isEmpty": false
15
+ }
16
+ }
17
+ ],
18
+ "enabledWhen": [
19
+ {
20
+ "op": "not",
21
+ "item": {
22
+ "op": "cmp",
23
+ "field": null,
24
+ "fieldName": "«[Role name]»",
25
+ "operator": "contains",
26
+ "value": "agents",
27
+ "valueIsField": false,
28
+ "isEmpty": false
29
+ }
30
+ },
31
+ {
32
+ "op": "and",
33
+ "items": [
34
+ {
35
+ "op": "cmp",
36
+ "field": null,
37
+ "fieldName": "«[Role name]»",
38
+ "operator": "contains",
39
+ "value": "agents",
40
+ "valueIsField": false,
41
+ "isEmpty": false
42
+ },
43
+ {
44
+ "op": "cmp",
45
+ "field": null,
46
+ "fieldName": "«[Role name]»",
47
+ "operator": "contains",
48
+ "value": "allNormalCases",
49
+ "valueIsField": false,
50
+ "isEmpty": false
51
+ }
52
+ ]
53
+ }
54
+ ]
55
+ },
56
+ "roleName": {
57
+ "baseline": "MUST"
58
+ }
59
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": {
3
+ "baseline": "MUST"
4
+ }
5
+ }
@@ -0,0 +1,116 @@
1
+ {
2
+ "forDataset": {
3
+ "baseline": "MAY",
4
+ "requiredWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": null,
8
+ "fieldName": "Iterable type",
9
+ "operator": "==",
10
+ "value": "Dataset",
11
+ "valueIsField": false,
12
+ "isEmpty": false
13
+ }
14
+ ],
15
+ "enabledWhen": [
16
+ {
17
+ "op": "cmp",
18
+ "field": null,
19
+ "fieldName": "Iterable type",
20
+ "operator": "==",
21
+ "value": "Dataset",
22
+ "valueIsField": false,
23
+ "isEmpty": false
24
+ }
25
+ ]
26
+ },
27
+ "multivalueTemplate": {
28
+ "baseline": "MUST_NOT",
29
+ "requiredWhen": [
30
+ {
31
+ "op": "cmp",
32
+ "field": null,
33
+ "fieldName": "Iterable type",
34
+ "operator": "==",
35
+ "value": "InlineTemplate",
36
+ "valueIsField": false,
37
+ "isEmpty": false
38
+ }
39
+ ],
40
+ "enabledWhen": [
41
+ {
42
+ "op": "cmp",
43
+ "field": null,
44
+ "fieldName": "Iterable type",
45
+ "operator": "==",
46
+ "value": "InlineTemplate",
47
+ "valueIsField": false,
48
+ "isEmpty": false
49
+ }
50
+ ]
51
+ },
52
+ "for": {
53
+ "baseline": "MAY",
54
+ "requiredWhen": [
55
+ {
56
+ "op": "cmp",
57
+ "field": null,
58
+ "fieldName": "Iterable type",
59
+ "operator": "==",
60
+ "value": "Multivalue",
61
+ "valueIsField": false,
62
+ "isEmpty": false
63
+ }
64
+ ],
65
+ "enabledWhen": [
66
+ {
67
+ "op": "cmp",
68
+ "field": null,
69
+ "fieldName": "Iterable type",
70
+ "operator": "==",
71
+ "value": "Multivalue",
72
+ "valueIsField": false,
73
+ "isEmpty": false
74
+ }
75
+ ]
76
+ },
77
+ "progressTemplate": {
78
+ "baseline": "MUST_NOT",
79
+ "enabledWhen": [
80
+ {
81
+ "op": "cmp",
82
+ "field": "showProgress",
83
+ "fieldName": "Show Progress",
84
+ "operator": "==",
85
+ "value": "true",
86
+ "valueIsField": false,
87
+ "isEmpty": false
88
+ }
89
+ ]
90
+ },
91
+ "progressTitle": {
92
+ "baseline": "MUST_NOT",
93
+ "requiredWhen": [
94
+ {
95
+ "op": "cmp",
96
+ "field": "showProgress",
97
+ "fieldName": "Show Progress",
98
+ "operator": "==",
99
+ "value": "true",
100
+ "valueIsField": false,
101
+ "isEmpty": false
102
+ }
103
+ ],
104
+ "enabledWhen": [
105
+ {
106
+ "op": "cmp",
107
+ "field": "showProgress",
108
+ "fieldName": "Show Progress",
109
+ "operator": "==",
110
+ "value": "true",
111
+ "valueIsField": false,
112
+ "isEmpty": false
113
+ }
114
+ ]
115
+ }
116
+ }