@grexx/grexxlinter 0.2.348 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grexx/grexxlinter",
3
- "version": "0.2.348",
3
+ "version": "0.2.350",
4
4
  "description": "Lint Grexx Studio casetype YAML against the studio JSON Schemas.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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
+ }
@@ -108,7 +108,12 @@
108
108
  "allOf": [
109
109
  {
110
110
  "properties": {
111
- "multivalueType": false
111
+ "columnType": false
112
+ }
113
+ },
114
+ {
115
+ "properties": {
116
+ "hasValidConfiguration": false
112
117
  }
113
118
  },
114
119
  {
@@ -177,7 +182,7 @@
177
182
  },
178
183
  {
179
184
  "properties": {
180
- "name": false
185
+ "wasEverFullyConfigured": false
181
186
  }
182
187
  },
183
188
  {