@toolproof-npm/schema 0.1.81 → 0.1.82
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/genesis/generated/dependencies_ordered.json +56 -3
- package/dist/genesis/generated/resourceTypes/Genesis.json +5 -7
- package/dist/genesis/generated/resources/Genesis.json +5 -7
- package/dist/genesis/generated/schemas/Genesis.json +1 -3
- package/dist/genesis/generated/schemas/RunRecording.d.ts +2 -0
- package/dist/genesis/generated/schemas/RunRecording.js +2 -0
- package/dist/genesis/generated/schemas/RunRecording.json +1020 -0
- package/dist/genesis/generated/schemas/StatefulStrategy.json +0 -2
- package/dist/genesis/generated/schemas/StrategyRun.json +0 -2
- package/dist/genesis/generated/terminals.json +2 -1
- package/dist/genesis/generated/types/types.d.ts +464 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
|
@@ -134,6 +134,9 @@
|
|
|
134
134
|
"RolesWrapper",
|
|
135
135
|
"JobIdentity"
|
|
136
136
|
],
|
|
137
|
+
"RunEventCounters": [],
|
|
138
|
+
"RunEventKind": [],
|
|
139
|
+
"RunEventStepKind": [],
|
|
137
140
|
"StatefulStrategyIdentity": [],
|
|
138
141
|
"StatelessStrategyIdentity": [],
|
|
139
142
|
"StepKind": [],
|
|
@@ -147,12 +150,26 @@
|
|
|
147
150
|
"ExecutionSocket",
|
|
148
151
|
"ExecutionIdentity"
|
|
149
152
|
],
|
|
153
|
+
"StrategyStateDelta": [
|
|
154
|
+
"ExecutionSocketMaterialized",
|
|
155
|
+
"ExecutionIdentity",
|
|
156
|
+
"ExecutionSocket"
|
|
157
|
+
],
|
|
150
158
|
"StrategyStateWrapper": [
|
|
151
159
|
"StrategyState"
|
|
152
160
|
],
|
|
153
161
|
"StrategyThreadIdentity": [],
|
|
154
162
|
"WhileStepIdentity": [],
|
|
155
163
|
"WorkStepIdentity": [],
|
|
164
|
+
"RunEventStepMetaData": [
|
|
165
|
+
"ExecutionIdentity",
|
|
166
|
+
"JobIdentity",
|
|
167
|
+
"RunEventStepKind",
|
|
168
|
+
"WorkStepIdentity",
|
|
169
|
+
"BranchStepIdentity",
|
|
170
|
+
"WhileStepIdentity",
|
|
171
|
+
"ForStepIdentity"
|
|
172
|
+
],
|
|
156
173
|
"WorkStep": [
|
|
157
174
|
"StepKind",
|
|
158
175
|
"Execution",
|
|
@@ -182,6 +199,25 @@
|
|
|
182
199
|
"WhileStep",
|
|
183
200
|
"ForStep"
|
|
184
201
|
],
|
|
202
|
+
"RunEventUpdates": [
|
|
203
|
+
"StrategyStateDelta",
|
|
204
|
+
"Step"
|
|
205
|
+
],
|
|
206
|
+
"RunEventBase": [
|
|
207
|
+
"RunEventCounters",
|
|
208
|
+
"Timestamp",
|
|
209
|
+
"RunEventKind",
|
|
210
|
+
"RunEventStepMetaData",
|
|
211
|
+
"StrategyRunIdentity",
|
|
212
|
+
"StrategyThreadIdentity",
|
|
213
|
+
"RunEventUpdates"
|
|
214
|
+
],
|
|
215
|
+
"GraphEndRunEvent": [
|
|
216
|
+
"RunEventBase"
|
|
217
|
+
],
|
|
218
|
+
"InterruptRunEvent": [
|
|
219
|
+
"RunEventBase"
|
|
220
|
+
],
|
|
185
221
|
"StatelessStrategy": [
|
|
186
222
|
"StatelessStrategyIdentity",
|
|
187
223
|
"Step"
|
|
@@ -208,11 +244,28 @@
|
|
|
208
244
|
"StatefulStrategyIdentity",
|
|
209
245
|
"StrategyRunContext"
|
|
210
246
|
],
|
|
247
|
+
"GraphStartRunEvent": [
|
|
248
|
+
"RunEventBase",
|
|
249
|
+
"StrategyRun"
|
|
250
|
+
],
|
|
211
251
|
"StrategyRunUpdate": [
|
|
252
|
+
"StrategyStateDelta",
|
|
212
253
|
"StrategyRun",
|
|
254
|
+
"StrategyRunIdentity"
|
|
255
|
+
],
|
|
256
|
+
"TickRunEvent": [
|
|
257
|
+
"RunEventBase"
|
|
258
|
+
],
|
|
259
|
+
"RunEvent": [
|
|
260
|
+
"GraphStartRunEvent",
|
|
261
|
+
"TickRunEvent",
|
|
262
|
+
"InterruptRunEvent",
|
|
263
|
+
"GraphEndRunEvent"
|
|
264
|
+
],
|
|
265
|
+
"RunRecording": [
|
|
266
|
+
"Timestamp",
|
|
267
|
+
"RunEvent",
|
|
213
268
|
"StrategyRunIdentity",
|
|
214
|
-
"
|
|
215
|
-
"ExecutionIdentity",
|
|
216
|
-
"ExecutionSocket"
|
|
269
|
+
"StrategyThreadIdentity"
|
|
217
270
|
]
|
|
218
271
|
}
|
|
@@ -1740,8 +1740,7 @@
|
|
|
1740
1740
|
"statelessStrategy": {
|
|
1741
1741
|
"$ref": "#/$defs/StatelessStrategy"
|
|
1742
1742
|
}
|
|
1743
|
-
}
|
|
1744
|
-
"unevaluatedProperties": false
|
|
1743
|
+
}
|
|
1745
1744
|
}
|
|
1746
1745
|
},
|
|
1747
1746
|
"ExecutionSocket": {
|
|
@@ -1826,8 +1825,7 @@
|
|
|
1826
1825
|
"strategyState": {
|
|
1827
1826
|
"$ref": "#/$defs/StrategyState"
|
|
1828
1827
|
}
|
|
1829
|
-
}
|
|
1830
|
-
"unevaluatedProperties": false
|
|
1828
|
+
}
|
|
1831
1829
|
}
|
|
1832
1830
|
},
|
|
1833
1831
|
"StatefulStrategyIdentity": {
|
|
@@ -1975,8 +1973,7 @@
|
|
|
1975
1973
|
"strategyThreadMap": {
|
|
1976
1974
|
"$ref": "#/$defs/StrategyThreadMap"
|
|
1977
1975
|
}
|
|
1978
|
-
}
|
|
1979
|
-
"unevaluatedProperties": false
|
|
1976
|
+
}
|
|
1980
1977
|
}
|
|
1981
1978
|
},
|
|
1982
1979
|
"StrategyRun": {
|
|
@@ -2424,7 +2421,8 @@
|
|
|
2424
2421
|
"$ref": "#/$defs/RunEvent"
|
|
2425
2422
|
}
|
|
2426
2423
|
}
|
|
2427
|
-
}
|
|
2424
|
+
},
|
|
2425
|
+
"unevaluatedProperties": false
|
|
2428
2426
|
}
|
|
2429
2427
|
}
|
|
2430
2428
|
}
|
|
@@ -2301,8 +2301,7 @@
|
|
|
2301
2301
|
"statelessStrategy": {
|
|
2302
2302
|
"$ref": "#/$defs/StatelessStrategy"
|
|
2303
2303
|
}
|
|
2304
|
-
}
|
|
2305
|
-
"unevaluatedProperties": false
|
|
2304
|
+
}
|
|
2306
2305
|
}
|
|
2307
2306
|
}
|
|
2308
2307
|
},
|
|
@@ -2427,8 +2426,7 @@
|
|
|
2427
2426
|
"strategyState": {
|
|
2428
2427
|
"$ref": "#/$defs/StrategyState"
|
|
2429
2428
|
}
|
|
2430
|
-
}
|
|
2431
|
-
"unevaluatedProperties": false
|
|
2429
|
+
}
|
|
2432
2430
|
}
|
|
2433
2431
|
}
|
|
2434
2432
|
},
|
|
@@ -2656,8 +2654,7 @@
|
|
|
2656
2654
|
"strategyThreadMap": {
|
|
2657
2655
|
"$ref": "#/$defs/StrategyThreadMap"
|
|
2658
2656
|
}
|
|
2659
|
-
}
|
|
2660
|
-
"unevaluatedProperties": false
|
|
2657
|
+
}
|
|
2661
2658
|
}
|
|
2662
2659
|
}
|
|
2663
2660
|
},
|
|
@@ -3255,7 +3252,8 @@
|
|
|
3255
3252
|
"$ref": "#/$defs/RunEvent"
|
|
3256
3253
|
}
|
|
3257
3254
|
}
|
|
3258
|
-
}
|
|
3255
|
+
},
|
|
3256
|
+
"unevaluatedProperties": false
|
|
3259
3257
|
}
|
|
3260
3258
|
}
|
|
3261
3259
|
}
|
|
@@ -1534,6 +1534,7 @@
|
|
|
1534
1534
|
"required": [
|
|
1535
1535
|
"runEvents"
|
|
1536
1536
|
],
|
|
1537
|
+
"unevaluatedProperties": false,
|
|
1537
1538
|
"$anchor": "RunRecording"
|
|
1538
1539
|
},
|
|
1539
1540
|
"StatefulStrategy": {
|
|
@@ -1603,7 +1604,6 @@
|
|
|
1603
1604
|
"required": [
|
|
1604
1605
|
"statelessStrategy"
|
|
1605
1606
|
],
|
|
1606
|
-
"unevaluatedProperties": false,
|
|
1607
1607
|
"$anchor": "StatelessStrategyWrapper"
|
|
1608
1608
|
},
|
|
1609
1609
|
"Step": {
|
|
@@ -1789,7 +1789,6 @@
|
|
|
1789
1789
|
"required": [
|
|
1790
1790
|
"strategyState"
|
|
1791
1791
|
],
|
|
1792
|
-
"unevaluatedProperties": false,
|
|
1793
1792
|
"$anchor": "StrategyStateWrapper"
|
|
1794
1793
|
},
|
|
1795
1794
|
"StrategyThreadIdentity": {
|
|
@@ -1824,7 +1823,6 @@
|
|
|
1824
1823
|
"required": [
|
|
1825
1824
|
"strategyThreadMap"
|
|
1826
1825
|
],
|
|
1827
|
-
"unevaluatedProperties": false,
|
|
1828
1826
|
"$anchor": "StrategyThreadMapWrapper"
|
|
1829
1827
|
},
|
|
1830
1828
|
"TickRunEvent": {
|