@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,47 @@
1
+ {
2
+ "name": {
3
+ "baseline": "MUST"
4
+ },
5
+ "platformAttribute": {
6
+ "baseline": "MAY",
7
+ "requiredWhen": [
8
+ {
9
+ "op": "cmp",
10
+ "field": null,
11
+ "fieldName": "Is cached calculated",
12
+ "operator": "==",
13
+ "value": "true",
14
+ "valueIsField": false,
15
+ "isEmpty": false
16
+ }
17
+ ],
18
+ "enabledWhen": [
19
+ {
20
+ "op": "cmp",
21
+ "field": null,
22
+ "fieldName": "Is cached calculated",
23
+ "operator": "==",
24
+ "value": "true",
25
+ "valueIsField": false,
26
+ "isEmpty": false
27
+ }
28
+ ]
29
+ },
30
+ "subtype": {
31
+ "baseline": "MAY",
32
+ "enabledWhen": [
33
+ {
34
+ "op": "cmp",
35
+ "field": "type",
36
+ "fieldName": "Type",
37
+ "operator": "==",
38
+ "value": "case",
39
+ "valueIsField": false,
40
+ "isEmpty": false
41
+ }
42
+ ]
43
+ },
44
+ "type": {
45
+ "baseline": "MUST"
46
+ }
47
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "roleName": {
3
+ "baseline": "MUST"
4
+ },
5
+ "type": {
6
+ "baseline": "MUST"
7
+ }
8
+ }
@@ -0,0 +1,91 @@
1
+ {
2
+ "agentMultiContextCasesType": {
3
+ "baseline": "MUST_NOT",
4
+ "enabledWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": "agentAllowContextSwitchType",
8
+ "fieldName": "Allow to switch context type",
9
+ "operator": "==",
10
+ "value": "sameAttribute",
11
+ "valueIsField": false,
12
+ "isEmpty": false
13
+ }
14
+ ]
15
+ },
16
+ "agentAllowContextSwitchAttribute": {
17
+ "baseline": "MUST_NOT",
18
+ "requiredWhen": [
19
+ {
20
+ "op": "cmp",
21
+ "field": "agentAllowContextSwitchType",
22
+ "fieldName": "Allow to switch context type",
23
+ "operator": "==",
24
+ "value": "sameAttribute",
25
+ "valueIsField": false,
26
+ "isEmpty": false
27
+ }
28
+ ],
29
+ "enabledWhen": [
30
+ {
31
+ "op": "cmp",
32
+ "field": "agentAllowContextSwitchType",
33
+ "fieldName": "Allow to switch context type",
34
+ "operator": "==",
35
+ "value": "sameAttribute",
36
+ "valueIsField": false,
37
+ "isEmpty": false
38
+ }
39
+ ]
40
+ },
41
+ "model": {
42
+ "baseline": "MAY",
43
+ "requiredWhen": [
44
+ {
45
+ "op": "cmp",
46
+ "field": "agentTextModel",
47
+ "fieldName": "Text model",
48
+ "operator": "===",
49
+ "value": "",
50
+ "valueIsField": false,
51
+ "isEmpty": true
52
+ }
53
+ ],
54
+ "enabledWhen": [
55
+ {
56
+ "op": "cmp",
57
+ "field": "agentTextModel",
58
+ "fieldName": "Text model",
59
+ "operator": "===",
60
+ "value": "",
61
+ "valueIsField": false,
62
+ "isEmpty": true
63
+ }
64
+ ]
65
+ },
66
+ "agentTextModel": {
67
+ "baseline": "MAY",
68
+ "requiredWhen": [
69
+ {
70
+ "op": "cmp",
71
+ "field": "agentTextModel",
72
+ "fieldName": "Text model",
73
+ "operator": "!==",
74
+ "value": "",
75
+ "valueIsField": false,
76
+ "isEmpty": true
77
+ }
78
+ ],
79
+ "enabledWhen": [
80
+ {
81
+ "op": "cmp",
82
+ "field": "agentTextModel",
83
+ "fieldName": "Text model",
84
+ "operator": "!==",
85
+ "value": "",
86
+ "valueIsField": false,
87
+ "isEmpty": true
88
+ }
89
+ ]
90
+ }
91
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "activity": {
3
+ "baseline": "MAY",
4
+ "requiredWhen": [
5
+ {
6
+ "op": "cmp",
7
+ "field": "toolType",
8
+ "fieldName": "Tool type",
9
+ "operator": "==",
10
+ "value": "globalActivity",
11
+ "valueIsField": false,
12
+ "isEmpty": false
13
+ }
14
+ ],
15
+ "enabledWhen": [
16
+ {
17
+ "op": "cmp",
18
+ "field": "toolType",
19
+ "fieldName": "Tool type",
20
+ "operator": "==",
21
+ "value": "globalActivity",
22
+ "valueIsField": false,
23
+ "isEmpty": false
24
+ }
25
+ ]
26
+ },
27
+ "name": {
28
+ "baseline": "MUST"
29
+ },
30
+ "otherAgent": {
31
+ "baseline": "MAY",
32
+ "requiredWhen": [
33
+ {
34
+ "op": "cmp",
35
+ "field": "toolType",
36
+ "fieldName": "Tool type",
37
+ "operator": "==",
38
+ "value": "redirect",
39
+ "valueIsField": false,
40
+ "isEmpty": false
41
+ }
42
+ ],
43
+ "enabledWhen": [
44
+ {
45
+ "op": "cmp",
46
+ "field": "toolType",
47
+ "fieldName": "Tool type",
48
+ "operator": "==",
49
+ "value": "redirect",
50
+ "valueIsField": false,
51
+ "isEmpty": false
52
+ }
53
+ ]
54
+ },
55
+ "toolType": {
56
+ "baseline": "MUST"
57
+ }
58
+ }