@grexx/grexxlinter 0.2.343 → 0.2.350
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.
- package/cli.js +321 -45
- package/lsp.js +13502 -13383
- package/package.json +1 -1
- package/schemas/.caserefs.json +174 -0
- package/schemas/.coverage.json +75 -567
- package/schemas/activity.schema.json +0 -18
- package/schemas/activityAttribute.schema.json +0 -17
- package/schemas/attribute.schema.json +0 -25
- package/schemas/catchBlock.schema.json +11 -3
- package/schemas/container.schema.json +57 -68
- package/schemas/customThrow.schema.json +11 -3
- package/schemas/dataset.schema.json +0 -52
- package/schemas/datasetColumn.schema.json +3 -107
- package/schemas/datasetCondition.schema.json +0 -77
- package/schemas/folderInfo.schema.json +45 -0
- package/schemas/forEach.schema.json +42 -22
- package/schemas/formAction.schema.json +0 -10
- package/schemas/formfield.schema.json +0 -35
- package/schemas/mapping.schema.json +32 -31
- package/schemas/menuItem.schema.json +43 -51
- package/schemas/metadata.schema.json +0 -17
- package/schemas/platformAttribute.schema.json +0 -22
- package/schemas/platformRole.schema.json +0 -5
- package/schemas/simpleCondition.schema.json +0 -5
- package/schemas/trigger.schema.json +131 -63
- package/schemas/tryBlock.schema.json +11 -3
- package/schemas/view.schema.json +0 -17
- package/schemas/while.schema.json +23 -43
- package/schemas/widget.schema.json +0 -463
package/package.json
CHANGED
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
{
|
|
2
|
+
"activity": {
|
|
3
|
+
"aiAgent": [
|
|
4
|
+
"agent"
|
|
5
|
+
],
|
|
6
|
+
"newCaseAlternativeStartActivity": [
|
|
7
|
+
"activity"
|
|
8
|
+
],
|
|
9
|
+
"module": [
|
|
10
|
+
"activity"
|
|
11
|
+
],
|
|
12
|
+
"caseViewJumpToCase": [
|
|
13
|
+
"view"
|
|
14
|
+
],
|
|
15
|
+
"casetype": [
|
|
16
|
+
"casetype"
|
|
17
|
+
],
|
|
18
|
+
"form": [
|
|
19
|
+
"form"
|
|
20
|
+
],
|
|
21
|
+
"multitaskDataset": [
|
|
22
|
+
"dataset"
|
|
23
|
+
],
|
|
24
|
+
"multitaskTag": [
|
|
25
|
+
"tag"
|
|
26
|
+
],
|
|
27
|
+
"queue": [
|
|
28
|
+
"taskQueue"
|
|
29
|
+
],
|
|
30
|
+
"tags": [
|
|
31
|
+
"tag"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"activityAttribute": {
|
|
35
|
+
"platformAttribute": [
|
|
36
|
+
"platformAttribute"
|
|
37
|
+
],
|
|
38
|
+
"subtype": [
|
|
39
|
+
"casetype"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"agent": {
|
|
43
|
+
"agentAllowContextSwitchAttribute": [
|
|
44
|
+
"platformAttribute"
|
|
45
|
+
],
|
|
46
|
+
"model": [
|
|
47
|
+
"llmModel"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"agentTool": {
|
|
51
|
+
"activity": [
|
|
52
|
+
"activity"
|
|
53
|
+
],
|
|
54
|
+
"otherAgent": [
|
|
55
|
+
"agent"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"attribute": {
|
|
59
|
+
"calculatedTemplate": [
|
|
60
|
+
"template"
|
|
61
|
+
],
|
|
62
|
+
"addActivity": [
|
|
63
|
+
"activity"
|
|
64
|
+
],
|
|
65
|
+
"attributeDataretentionProfiles": [
|
|
66
|
+
"dataRetentionProfile"
|
|
67
|
+
],
|
|
68
|
+
"dateProfile": [
|
|
69
|
+
"dateProfile"
|
|
70
|
+
],
|
|
71
|
+
"fileProfile": [
|
|
72
|
+
"fileUploadProfile"
|
|
73
|
+
],
|
|
74
|
+
"picklist": [
|
|
75
|
+
"picklist"
|
|
76
|
+
],
|
|
77
|
+
"platformAttribute": [
|
|
78
|
+
"platformAttribute"
|
|
79
|
+
],
|
|
80
|
+
"subtype": [
|
|
81
|
+
"casetype"
|
|
82
|
+
],
|
|
83
|
+
"uniqueColumn": [
|
|
84
|
+
"datasetColumn"
|
|
85
|
+
],
|
|
86
|
+
"uniqueDataset": [
|
|
87
|
+
"dataset"
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
"dataRetentionProfile": {
|
|
91
|
+
"dataset": [
|
|
92
|
+
"dataset"
|
|
93
|
+
],
|
|
94
|
+
"pageCasetype": [
|
|
95
|
+
"casetype"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
"datasetColumn": {
|
|
99
|
+
"attribute": [
|
|
100
|
+
"attribute"
|
|
101
|
+
],
|
|
102
|
+
"baseColumn": [
|
|
103
|
+
"datasetColumn"
|
|
104
|
+
],
|
|
105
|
+
"activityAttribute": [
|
|
106
|
+
"activityAttribute"
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
"form": {
|
|
110
|
+
"dataset": [
|
|
111
|
+
"dataset"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
"hasRoleCondition": {
|
|
115
|
+
"roleName": [
|
|
116
|
+
"roleName"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
"platformAttribute": {
|
|
120
|
+
"attributeDataretentionProfiles": [
|
|
121
|
+
"dataRetentionProfile"
|
|
122
|
+
],
|
|
123
|
+
"dateProfile": [
|
|
124
|
+
"dateProfile"
|
|
125
|
+
],
|
|
126
|
+
"picklist": [
|
|
127
|
+
"picklist"
|
|
128
|
+
],
|
|
129
|
+
"subtype": [
|
|
130
|
+
"casetype"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
"requestContext": {
|
|
134
|
+
"securityProfile": [
|
|
135
|
+
"securityProfile"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"securityProfile": {
|
|
139
|
+
"securityRequirements": [
|
|
140
|
+
"securityRequirement"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
"taskQueue": {
|
|
144
|
+
"rateLimitPerHourAttribute": [
|
|
145
|
+
"attribute"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"view": {
|
|
149
|
+
"css": [
|
|
150
|
+
"template"
|
|
151
|
+
],
|
|
152
|
+
"leftNavigation": [
|
|
153
|
+
"navigation"
|
|
154
|
+
],
|
|
155
|
+
"leftNavigationItems": [
|
|
156
|
+
"menuItem"
|
|
157
|
+
],
|
|
158
|
+
"rightNavigation": [
|
|
159
|
+
"navigation"
|
|
160
|
+
],
|
|
161
|
+
"rightNavigationItems": [
|
|
162
|
+
"menuItem"
|
|
163
|
+
],
|
|
164
|
+
"metadatas": [
|
|
165
|
+
"metadata"
|
|
166
|
+
],
|
|
167
|
+
"topNavigation": [
|
|
168
|
+
"navigation"
|
|
169
|
+
],
|
|
170
|
+
"topNavigationItems": [
|
|
171
|
+
"menuItem"
|
|
172
|
+
]
|
|
173
|
+
}
|
|
174
|
+
}
|