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