@toolproof-core/schema 1.0.11 → 1.0.12
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/generated/artifacts/constants.ts +122 -122
- package/src/generated/artifacts/dependencyMap.json +282 -282
- package/src/generated/artifacts/terminals.json +13 -13
- package/src/generated/normalized/Genesis.json +1785 -1785
- package/src/generated/resources/Genesis.json +2833 -2833
- package/src/generated/schemas/Genesis.json +1348 -1348
- package/src/generated/schemas/standalone/Job.json +195 -195
- package/src/generated/schemas/standalone/ResourceType.json +106 -106
- package/src/generated/schemas/standalone/RunnableStrategy.json +645 -645
- package/src/generated/schemas/standalone/StrategyRun.json +913 -913
- package/src/generated/types/standalone/Resource_Genesis.d.ts +3 -3
- package/src/generated/types/standalone/Resource_Job.d.ts +3 -3
- package/src/generated/types/standalone/Resource_RawStrategy.d.ts +3 -3
- package/src/generated/types/standalone/Resource_ResourceType.d.ts +3 -3
- package/src/generated/types/standalone/Resource_RunnableStrategy.d.ts +3 -3
- package/src/generated/types/types.d.ts +717 -717
- package/src/index.ts +1 -0
|
@@ -1,283 +1,283 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Name": [],
|
|
3
|
-
"NameFacet": [
|
|
4
|
-
"Name"
|
|
5
|
-
],
|
|
6
|
-
"Description": [],
|
|
7
|
-
"DescriptionFacet": [
|
|
8
|
-
"Description"
|
|
9
|
-
],
|
|
10
|
-
"DocumentationFacet": [
|
|
11
|
-
"NameFacet",
|
|
12
|
-
"DescriptionFacet"
|
|
13
|
-
],
|
|
14
|
-
"Uri": [],
|
|
15
|
-
"ResourceTypeIdentity": [],
|
|
16
|
-
"ResourceType": [
|
|
17
|
-
"ResourceTypeIdentity",
|
|
18
|
-
"Uri",
|
|
19
|
-
"DocumentationFacet"
|
|
20
|
-
],
|
|
21
|
-
"ResourceRoleIdentity": [],
|
|
22
|
-
"ResourceRoleValue": [
|
|
23
|
-
"ResourceTypeIdentity",
|
|
24
|
-
"DocumentationFacet"
|
|
25
|
-
],
|
|
26
|
-
"ResourceRole": [
|
|
27
|
-
"ResourceRoleIdentity",
|
|
28
|
-
"ResourceRoleValue"
|
|
29
|
-
],
|
|
30
|
-
"RoleDict": [
|
|
31
|
-
"ResourceRoleIdentity",
|
|
32
|
-
"ResourceRoleValue"
|
|
33
|
-
],
|
|
34
|
-
"Error": [
|
|
35
|
-
"DocumentationFacet"
|
|
36
|
-
],
|
|
37
|
-
"Roles": [
|
|
38
|
-
"RoleDict",
|
|
39
|
-
"ResourceRoleValue"
|
|
40
|
-
],
|
|
41
|
-
"RolesFacet": [
|
|
42
|
-
"Roles"
|
|
43
|
-
],
|
|
44
|
-
"JobIdentity": [],
|
|
45
|
-
"Job": [
|
|
46
|
-
"JobIdentity",
|
|
47
|
-
"Uri",
|
|
48
|
-
"DocumentationFacet",
|
|
49
|
-
"RolesFacet"
|
|
50
|
-
],
|
|
51
|
-
"RoleBindingArray": [
|
|
52
|
-
"ResourceRoleIdentity"
|
|
53
|
-
],
|
|
54
|
-
"RoleBindings": [
|
|
55
|
-
"RoleBindingArray"
|
|
56
|
-
],
|
|
57
|
-
"RoleBindingsFacet": [
|
|
58
|
-
"RoleBindings"
|
|
59
|
-
],
|
|
60
|
-
"StepKind": [],
|
|
61
|
-
"StepKindFacet": [
|
|
62
|
-
"StepKind"
|
|
63
|
-
],
|
|
64
|
-
"JobStepIdentity": [],
|
|
65
|
-
"JobStep": [
|
|
66
|
-
"JobStepIdentity",
|
|
67
|
-
"JobIdentity",
|
|
68
|
-
"StepKindFacet",
|
|
69
|
-
"RoleBindingsFacet"
|
|
70
|
-
],
|
|
71
|
-
"Conditional": [
|
|
72
|
-
"JobStep"
|
|
73
|
-
],
|
|
74
|
-
"BranchStepIdentity": [],
|
|
75
|
-
"BranchStep": [
|
|
76
|
-
"BranchStepIdentity",
|
|
77
|
-
"Conditional",
|
|
78
|
-
"StepKindFacet"
|
|
79
|
-
],
|
|
80
|
-
"WhileStepIdentity": [],
|
|
81
|
-
"WhileStep": [
|
|
82
|
-
"WhileStepIdentity",
|
|
83
|
-
"Conditional",
|
|
84
|
-
"StepKindFacet"
|
|
85
|
-
],
|
|
86
|
-
"ForStepIdentity": [],
|
|
87
|
-
"ForStep": [
|
|
88
|
-
"ForStepIdentity",
|
|
89
|
-
"Conditional",
|
|
90
|
-
"StepKindFacet"
|
|
91
|
-
],
|
|
92
|
-
"StepIdentity": [
|
|
93
|
-
"JobStepIdentity",
|
|
94
|
-
"BranchStepIdentity",
|
|
95
|
-
"WhileStepIdentity",
|
|
96
|
-
"ForStepIdentity"
|
|
97
|
-
],
|
|
98
|
-
"Step": [
|
|
99
|
-
"JobStep",
|
|
100
|
-
"BranchStep",
|
|
101
|
-
"WhileStep",
|
|
102
|
-
"ForStep"
|
|
103
|
-
],
|
|
104
|
-
"CreationContext": [
|
|
105
|
-
"ResourceRoleIdentity",
|
|
106
|
-
"JobStepIdentity"
|
|
107
|
-
],
|
|
108
|
-
"CreationContextFacet": [
|
|
109
|
-
"CreationContext"
|
|
110
|
-
],
|
|
111
|
-
"ResourceIdentity": [],
|
|
112
|
-
"ResourceShellBase": [
|
|
113
|
-
"ResourceIdentity",
|
|
114
|
-
"ResourceTypeIdentity",
|
|
115
|
-
"ResourceShellKind"
|
|
116
|
-
],
|
|
117
|
-
"ResourceShellKind": [],
|
|
118
|
-
"ResourceShellKindFacet": [
|
|
119
|
-
"ResourceShellKind"
|
|
120
|
-
],
|
|
121
|
-
"ShellMissing": [
|
|
122
|
-
"ResourceShellBase",
|
|
123
|
-
"ResourceShellKindFacet"
|
|
124
|
-
],
|
|
125
|
-
"ShellInputPotential": [
|
|
126
|
-
"ResourceShellBase",
|
|
127
|
-
"CreationContextFacet",
|
|
128
|
-
"ResourceShellKindFacet"
|
|
129
|
-
],
|
|
130
|
-
"ShellOutputPotential": [
|
|
131
|
-
"ResourceShellBase",
|
|
132
|
-
"CreationContextFacet",
|
|
133
|
-
"ResourceShellKindFacet"
|
|
134
|
-
],
|
|
135
|
-
"Timestamp": [],
|
|
136
|
-
"TimestampFacet": [
|
|
137
|
-
"Timestamp"
|
|
138
|
-
],
|
|
139
|
-
"Path": [],
|
|
140
|
-
"PathFacet": [
|
|
141
|
-
"Path"
|
|
142
|
-
],
|
|
143
|
-
"ShellMaterializedBase": [
|
|
144
|
-
"ResourceShellBase",
|
|
145
|
-
"CreationContextFacet",
|
|
146
|
-
"ResourceShellKindFacet",
|
|
147
|
-
"TimestampFacet",
|
|
148
|
-
"PathFacet"
|
|
149
|
-
],
|
|
150
|
-
"ShellMaterialized": [
|
|
151
|
-
"ShellMaterializedBase"
|
|
152
|
-
],
|
|
153
|
-
"ResourceMissing": [
|
|
154
|
-
"ShellMissing"
|
|
155
|
-
],
|
|
156
|
-
"ResourceInputPotential": [
|
|
157
|
-
"ShellInputPotential"
|
|
158
|
-
],
|
|
159
|
-
"ResourceOutputPotential": [
|
|
160
|
-
"ShellOutputPotential"
|
|
161
|
-
],
|
|
162
|
-
"ResourcePotential": [
|
|
163
|
-
"ResourceMissing",
|
|
164
|
-
"ResourceInputPotential",
|
|
165
|
-
"ResourceOutputPotential"
|
|
166
|
-
],
|
|
167
|
-
"JsonData": [],
|
|
168
|
-
"Nucleus": [
|
|
169
|
-
"JsonData"
|
|
170
|
-
],
|
|
171
|
-
"NucleusFacet": [],
|
|
172
|
-
"Resource": [
|
|
173
|
-
"ShellMaterializedBase",
|
|
174
|
-
"NucleusFacet"
|
|
175
|
-
],
|
|
176
|
-
"JobStepSocket": [
|
|
177
|
-
"ResourceRoleIdentity",
|
|
178
|
-
"ResourcePotential",
|
|
179
|
-
"Resource"
|
|
180
|
-
],
|
|
181
|
-
"StrategyState": [
|
|
182
|
-
"JobStepIdentity",
|
|
183
|
-
"JobStepSocket"
|
|
184
|
-
],
|
|
185
|
-
"StrategyStateFacet": [
|
|
186
|
-
"StrategyState"
|
|
187
|
-
],
|
|
188
|
-
"StepArray": [
|
|
189
|
-
"Step"
|
|
190
|
-
],
|
|
191
|
-
"StepsFacet": [
|
|
192
|
-
"StepArray"
|
|
193
|
-
],
|
|
194
|
-
"RawStrategy": [
|
|
195
|
-
"StepsFacet",
|
|
196
|
-
"StrategyStateFacet"
|
|
197
|
-
],
|
|
198
|
-
"RunnableStrategyIdentity": [],
|
|
199
|
-
"RunnableStrategyStatus": [],
|
|
200
|
-
"RunnableStrategyContext": [
|
|
201
|
-
"RunnableStrategyStatus",
|
|
202
|
-
"Timestamp"
|
|
203
|
-
],
|
|
204
|
-
"StrategyThreadIdentity": [],
|
|
205
|
-
"StrategyThreadDict": [
|
|
206
|
-
"StrategyThreadIdentity",
|
|
207
|
-
"StepArray"
|
|
208
|
-
],
|
|
209
|
-
"StrategyThreadDictFacet": [
|
|
210
|
-
"StrategyThreadDict"
|
|
211
|
-
],
|
|
212
|
-
"RunnableStrategy": [
|
|
213
|
-
"RunnableStrategyIdentity",
|
|
214
|
-
"RunnableStrategyContext",
|
|
215
|
-
"StrategyThreadDictFacet",
|
|
216
|
-
"StrategyStateFacet"
|
|
217
|
-
],
|
|
218
|
-
"StrategyStateDelta": [
|
|
219
|
-
"StrategyState"
|
|
220
|
-
],
|
|
221
|
-
"RunnableStrategyUpdate": [
|
|
222
|
-
"RunnableStrategyIdentity",
|
|
223
|
-
"StrategyStateDelta"
|
|
224
|
-
],
|
|
225
|
-
"RunEventCounters": [],
|
|
226
|
-
"RunEventStepMetadata": [
|
|
227
|
-
"StepIdentity",
|
|
228
|
-
"StepKind"
|
|
229
|
-
],
|
|
230
|
-
"RunEventUpdates": [
|
|
231
|
-
"StepArray",
|
|
232
|
-
"StrategyStateDelta"
|
|
233
|
-
],
|
|
234
|
-
"RunEventKind": [],
|
|
235
|
-
"RunEventBase": [
|
|
236
|
-
"RunEventKind",
|
|
237
|
-
"RunnableStrategyIdentity",
|
|
238
|
-
"StrategyThreadIdentity",
|
|
239
|
-
"Timestamp",
|
|
240
|
-
"RunEventCounters",
|
|
241
|
-
"RunEventStepMetadata",
|
|
242
|
-
"RunEventUpdates"
|
|
243
|
-
],
|
|
244
|
-
"GraphStartRunEvent": [
|
|
245
|
-
"RunEventBase",
|
|
246
|
-
"RunnableStrategy"
|
|
247
|
-
],
|
|
248
|
-
"TickRunEvent": [
|
|
249
|
-
"RunEventBase"
|
|
250
|
-
],
|
|
251
|
-
"InterruptRunEvent": [
|
|
252
|
-
"RunEventBase"
|
|
253
|
-
],
|
|
254
|
-
"GraphEndRunEvent": [
|
|
255
|
-
"RunEventBase"
|
|
256
|
-
],
|
|
257
|
-
"RunEvent": [
|
|
258
|
-
"GraphStartRunEvent",
|
|
259
|
-
"TickRunEvent",
|
|
260
|
-
"InterruptRunEvent",
|
|
261
|
-
"GraphEndRunEvent"
|
|
262
|
-
],
|
|
263
|
-
"StrategyRunIdentity": [],
|
|
264
|
-
"StrategyRun": [
|
|
265
|
-
"StrategyRunIdentity",
|
|
266
|
-
"RunnableStrategyIdentity",
|
|
267
|
-
"Timestamp",
|
|
268
|
-
"RunEvent"
|
|
269
|
-
],
|
|
270
|
-
"GoalIdentity": [],
|
|
271
|
-
"Goal": [
|
|
272
|
-
"GoalIdentity",
|
|
273
|
-
"JobIdentity"
|
|
274
|
-
],
|
|
275
|
-
"Natural": [
|
|
276
|
-
"NaturalIdentity"
|
|
277
|
-
],
|
|
278
|
-
"Boolean": [
|
|
279
|
-
"BooleanIdentity"
|
|
280
|
-
],
|
|
281
|
-
"NaturalIdentity": [],
|
|
282
|
-
"BooleanIdentity": []
|
|
1
|
+
{
|
|
2
|
+
"Name": [],
|
|
3
|
+
"NameFacet": [
|
|
4
|
+
"Name"
|
|
5
|
+
],
|
|
6
|
+
"Description": [],
|
|
7
|
+
"DescriptionFacet": [
|
|
8
|
+
"Description"
|
|
9
|
+
],
|
|
10
|
+
"DocumentationFacet": [
|
|
11
|
+
"NameFacet",
|
|
12
|
+
"DescriptionFacet"
|
|
13
|
+
],
|
|
14
|
+
"Uri": [],
|
|
15
|
+
"ResourceTypeIdentity": [],
|
|
16
|
+
"ResourceType": [
|
|
17
|
+
"ResourceTypeIdentity",
|
|
18
|
+
"Uri",
|
|
19
|
+
"DocumentationFacet"
|
|
20
|
+
],
|
|
21
|
+
"ResourceRoleIdentity": [],
|
|
22
|
+
"ResourceRoleValue": [
|
|
23
|
+
"ResourceTypeIdentity",
|
|
24
|
+
"DocumentationFacet"
|
|
25
|
+
],
|
|
26
|
+
"ResourceRole": [
|
|
27
|
+
"ResourceRoleIdentity",
|
|
28
|
+
"ResourceRoleValue"
|
|
29
|
+
],
|
|
30
|
+
"RoleDict": [
|
|
31
|
+
"ResourceRoleIdentity",
|
|
32
|
+
"ResourceRoleValue"
|
|
33
|
+
],
|
|
34
|
+
"Error": [
|
|
35
|
+
"DocumentationFacet"
|
|
36
|
+
],
|
|
37
|
+
"Roles": [
|
|
38
|
+
"RoleDict",
|
|
39
|
+
"ResourceRoleValue"
|
|
40
|
+
],
|
|
41
|
+
"RolesFacet": [
|
|
42
|
+
"Roles"
|
|
43
|
+
],
|
|
44
|
+
"JobIdentity": [],
|
|
45
|
+
"Job": [
|
|
46
|
+
"JobIdentity",
|
|
47
|
+
"Uri",
|
|
48
|
+
"DocumentationFacet",
|
|
49
|
+
"RolesFacet"
|
|
50
|
+
],
|
|
51
|
+
"RoleBindingArray": [
|
|
52
|
+
"ResourceRoleIdentity"
|
|
53
|
+
],
|
|
54
|
+
"RoleBindings": [
|
|
55
|
+
"RoleBindingArray"
|
|
56
|
+
],
|
|
57
|
+
"RoleBindingsFacet": [
|
|
58
|
+
"RoleBindings"
|
|
59
|
+
],
|
|
60
|
+
"StepKind": [],
|
|
61
|
+
"StepKindFacet": [
|
|
62
|
+
"StepKind"
|
|
63
|
+
],
|
|
64
|
+
"JobStepIdentity": [],
|
|
65
|
+
"JobStep": [
|
|
66
|
+
"JobStepIdentity",
|
|
67
|
+
"JobIdentity",
|
|
68
|
+
"StepKindFacet",
|
|
69
|
+
"RoleBindingsFacet"
|
|
70
|
+
],
|
|
71
|
+
"Conditional": [
|
|
72
|
+
"JobStep"
|
|
73
|
+
],
|
|
74
|
+
"BranchStepIdentity": [],
|
|
75
|
+
"BranchStep": [
|
|
76
|
+
"BranchStepIdentity",
|
|
77
|
+
"Conditional",
|
|
78
|
+
"StepKindFacet"
|
|
79
|
+
],
|
|
80
|
+
"WhileStepIdentity": [],
|
|
81
|
+
"WhileStep": [
|
|
82
|
+
"WhileStepIdentity",
|
|
83
|
+
"Conditional",
|
|
84
|
+
"StepKindFacet"
|
|
85
|
+
],
|
|
86
|
+
"ForStepIdentity": [],
|
|
87
|
+
"ForStep": [
|
|
88
|
+
"ForStepIdentity",
|
|
89
|
+
"Conditional",
|
|
90
|
+
"StepKindFacet"
|
|
91
|
+
],
|
|
92
|
+
"StepIdentity": [
|
|
93
|
+
"JobStepIdentity",
|
|
94
|
+
"BranchStepIdentity",
|
|
95
|
+
"WhileStepIdentity",
|
|
96
|
+
"ForStepIdentity"
|
|
97
|
+
],
|
|
98
|
+
"Step": [
|
|
99
|
+
"JobStep",
|
|
100
|
+
"BranchStep",
|
|
101
|
+
"WhileStep",
|
|
102
|
+
"ForStep"
|
|
103
|
+
],
|
|
104
|
+
"CreationContext": [
|
|
105
|
+
"ResourceRoleIdentity",
|
|
106
|
+
"JobStepIdentity"
|
|
107
|
+
],
|
|
108
|
+
"CreationContextFacet": [
|
|
109
|
+
"CreationContext"
|
|
110
|
+
],
|
|
111
|
+
"ResourceIdentity": [],
|
|
112
|
+
"ResourceShellBase": [
|
|
113
|
+
"ResourceIdentity",
|
|
114
|
+
"ResourceTypeIdentity",
|
|
115
|
+
"ResourceShellKind"
|
|
116
|
+
],
|
|
117
|
+
"ResourceShellKind": [],
|
|
118
|
+
"ResourceShellKindFacet": [
|
|
119
|
+
"ResourceShellKind"
|
|
120
|
+
],
|
|
121
|
+
"ShellMissing": [
|
|
122
|
+
"ResourceShellBase",
|
|
123
|
+
"ResourceShellKindFacet"
|
|
124
|
+
],
|
|
125
|
+
"ShellInputPotential": [
|
|
126
|
+
"ResourceShellBase",
|
|
127
|
+
"CreationContextFacet",
|
|
128
|
+
"ResourceShellKindFacet"
|
|
129
|
+
],
|
|
130
|
+
"ShellOutputPotential": [
|
|
131
|
+
"ResourceShellBase",
|
|
132
|
+
"CreationContextFacet",
|
|
133
|
+
"ResourceShellKindFacet"
|
|
134
|
+
],
|
|
135
|
+
"Timestamp": [],
|
|
136
|
+
"TimestampFacet": [
|
|
137
|
+
"Timestamp"
|
|
138
|
+
],
|
|
139
|
+
"Path": [],
|
|
140
|
+
"PathFacet": [
|
|
141
|
+
"Path"
|
|
142
|
+
],
|
|
143
|
+
"ShellMaterializedBase": [
|
|
144
|
+
"ResourceShellBase",
|
|
145
|
+
"CreationContextFacet",
|
|
146
|
+
"ResourceShellKindFacet",
|
|
147
|
+
"TimestampFacet",
|
|
148
|
+
"PathFacet"
|
|
149
|
+
],
|
|
150
|
+
"ShellMaterialized": [
|
|
151
|
+
"ShellMaterializedBase"
|
|
152
|
+
],
|
|
153
|
+
"ResourceMissing": [
|
|
154
|
+
"ShellMissing"
|
|
155
|
+
],
|
|
156
|
+
"ResourceInputPotential": [
|
|
157
|
+
"ShellInputPotential"
|
|
158
|
+
],
|
|
159
|
+
"ResourceOutputPotential": [
|
|
160
|
+
"ShellOutputPotential"
|
|
161
|
+
],
|
|
162
|
+
"ResourcePotential": [
|
|
163
|
+
"ResourceMissing",
|
|
164
|
+
"ResourceInputPotential",
|
|
165
|
+
"ResourceOutputPotential"
|
|
166
|
+
],
|
|
167
|
+
"JsonData": [],
|
|
168
|
+
"Nucleus": [
|
|
169
|
+
"JsonData"
|
|
170
|
+
],
|
|
171
|
+
"NucleusFacet": [],
|
|
172
|
+
"Resource": [
|
|
173
|
+
"ShellMaterializedBase",
|
|
174
|
+
"NucleusFacet"
|
|
175
|
+
],
|
|
176
|
+
"JobStepSocket": [
|
|
177
|
+
"ResourceRoleIdentity",
|
|
178
|
+
"ResourcePotential",
|
|
179
|
+
"Resource"
|
|
180
|
+
],
|
|
181
|
+
"StrategyState": [
|
|
182
|
+
"JobStepIdentity",
|
|
183
|
+
"JobStepSocket"
|
|
184
|
+
],
|
|
185
|
+
"StrategyStateFacet": [
|
|
186
|
+
"StrategyState"
|
|
187
|
+
],
|
|
188
|
+
"StepArray": [
|
|
189
|
+
"Step"
|
|
190
|
+
],
|
|
191
|
+
"StepsFacet": [
|
|
192
|
+
"StepArray"
|
|
193
|
+
],
|
|
194
|
+
"RawStrategy": [
|
|
195
|
+
"StepsFacet",
|
|
196
|
+
"StrategyStateFacet"
|
|
197
|
+
],
|
|
198
|
+
"RunnableStrategyIdentity": [],
|
|
199
|
+
"RunnableStrategyStatus": [],
|
|
200
|
+
"RunnableStrategyContext": [
|
|
201
|
+
"RunnableStrategyStatus",
|
|
202
|
+
"Timestamp"
|
|
203
|
+
],
|
|
204
|
+
"StrategyThreadIdentity": [],
|
|
205
|
+
"StrategyThreadDict": [
|
|
206
|
+
"StrategyThreadIdentity",
|
|
207
|
+
"StepArray"
|
|
208
|
+
],
|
|
209
|
+
"StrategyThreadDictFacet": [
|
|
210
|
+
"StrategyThreadDict"
|
|
211
|
+
],
|
|
212
|
+
"RunnableStrategy": [
|
|
213
|
+
"RunnableStrategyIdentity",
|
|
214
|
+
"RunnableStrategyContext",
|
|
215
|
+
"StrategyThreadDictFacet",
|
|
216
|
+
"StrategyStateFacet"
|
|
217
|
+
],
|
|
218
|
+
"StrategyStateDelta": [
|
|
219
|
+
"StrategyState"
|
|
220
|
+
],
|
|
221
|
+
"RunnableStrategyUpdate": [
|
|
222
|
+
"RunnableStrategyIdentity",
|
|
223
|
+
"StrategyStateDelta"
|
|
224
|
+
],
|
|
225
|
+
"RunEventCounters": [],
|
|
226
|
+
"RunEventStepMetadata": [
|
|
227
|
+
"StepIdentity",
|
|
228
|
+
"StepKind"
|
|
229
|
+
],
|
|
230
|
+
"RunEventUpdates": [
|
|
231
|
+
"StepArray",
|
|
232
|
+
"StrategyStateDelta"
|
|
233
|
+
],
|
|
234
|
+
"RunEventKind": [],
|
|
235
|
+
"RunEventBase": [
|
|
236
|
+
"RunEventKind",
|
|
237
|
+
"RunnableStrategyIdentity",
|
|
238
|
+
"StrategyThreadIdentity",
|
|
239
|
+
"Timestamp",
|
|
240
|
+
"RunEventCounters",
|
|
241
|
+
"RunEventStepMetadata",
|
|
242
|
+
"RunEventUpdates"
|
|
243
|
+
],
|
|
244
|
+
"GraphStartRunEvent": [
|
|
245
|
+
"RunEventBase",
|
|
246
|
+
"RunnableStrategy"
|
|
247
|
+
],
|
|
248
|
+
"TickRunEvent": [
|
|
249
|
+
"RunEventBase"
|
|
250
|
+
],
|
|
251
|
+
"InterruptRunEvent": [
|
|
252
|
+
"RunEventBase"
|
|
253
|
+
],
|
|
254
|
+
"GraphEndRunEvent": [
|
|
255
|
+
"RunEventBase"
|
|
256
|
+
],
|
|
257
|
+
"RunEvent": [
|
|
258
|
+
"GraphStartRunEvent",
|
|
259
|
+
"TickRunEvent",
|
|
260
|
+
"InterruptRunEvent",
|
|
261
|
+
"GraphEndRunEvent"
|
|
262
|
+
],
|
|
263
|
+
"StrategyRunIdentity": [],
|
|
264
|
+
"StrategyRun": [
|
|
265
|
+
"StrategyRunIdentity",
|
|
266
|
+
"RunnableStrategyIdentity",
|
|
267
|
+
"Timestamp",
|
|
268
|
+
"RunEvent"
|
|
269
|
+
],
|
|
270
|
+
"GoalIdentity": [],
|
|
271
|
+
"Goal": [
|
|
272
|
+
"GoalIdentity",
|
|
273
|
+
"JobIdentity"
|
|
274
|
+
],
|
|
275
|
+
"Natural": [
|
|
276
|
+
"NaturalIdentity"
|
|
277
|
+
],
|
|
278
|
+
"Boolean": [
|
|
279
|
+
"BooleanIdentity"
|
|
280
|
+
],
|
|
281
|
+
"NaturalIdentity": [],
|
|
282
|
+
"BooleanIdentity": []
|
|
283
283
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
[
|
|
2
|
-
"ResourceType",
|
|
3
|
-
"ResourceRole",
|
|
4
|
-
"Error",
|
|
5
|
-
"Job",
|
|
6
|
-
"ShellMaterialized",
|
|
7
|
-
"Nucleus",
|
|
8
|
-
"RawStrategy",
|
|
9
|
-
"RunnableStrategyUpdate",
|
|
10
|
-
"StrategyRun",
|
|
11
|
-
"Goal",
|
|
12
|
-
"Natural",
|
|
13
|
-
"Boolean"
|
|
1
|
+
[
|
|
2
|
+
"ResourceType",
|
|
3
|
+
"ResourceRole",
|
|
4
|
+
"Error",
|
|
5
|
+
"Job",
|
|
6
|
+
"ShellMaterialized",
|
|
7
|
+
"Nucleus",
|
|
8
|
+
"RawStrategy",
|
|
9
|
+
"RunnableStrategyUpdate",
|
|
10
|
+
"StrategyRun",
|
|
11
|
+
"Goal",
|
|
12
|
+
"Natural",
|
|
13
|
+
"Boolean"
|
|
14
14
|
]
|