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