@toolproof-core/genesis 1.0.50 → 1.0.51
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/generated-src/implementations/tools.ts +214 -214
- package/generated-src/metadata/Core.json +78 -0
- package/package.json +10 -12
- package/src/declarations/booleans.json +3 -3
- package/src/declarations/naturals.json +12 -12
- package/src/declarations/resourceTypes/resourceTypeShells.json +52 -52
- package/src/declarations/resourceTypes/schemas.json +1838 -1838
- package/src/declarations/tools.json +704 -704
- package/src/implementations/tools.ts +214 -214
- package/src/index.ts +131 -131
- package/src/utils/constantsAndMappings.ts +194 -194
- package/src/utils/coreProjection.ts +52 -52
- package/src/utils/resourceTypes.ts +70 -70
- package/src/utils/schemaDependencies.ts +114 -114
- package/src/utils/schemaObjectNormalization.ts +70 -70
- package/src/utils/schemaRefNormalization.ts +82 -82
- package/src/utils/schemaShims.ts +16 -16
- package/src/utils/standaloneSchemas.ts +113 -113
- package/src/utils/standaloneTypes.ts +27 -27
- package/src/utils/standaloneZodSchemas.ts +71 -71
- package/src/utils/timestampedResources.ts +41 -41
- package/src/utils/typeGeneration.ts +30 -30
- package/src/utils/typeGenerationPostProcess.ts +245 -245
- package/src/utils/typeGenerationPreflight.ts +118 -118
- package/src/utils/zodCodegen.ts +548 -548
- package/toolproof.json +18 -18
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ResourceType": {
|
|
3
|
-
"handle": "TYPE-ResourceType",
|
|
4
|
-
"name": "ResourceType",
|
|
5
|
-
"description": ""
|
|
6
|
-
},
|
|
7
|
-
"Tool": {
|
|
8
|
-
"handle": "TYPE-Tool",
|
|
9
|
-
"name": "Tool",
|
|
10
|
-
"description": ""
|
|
11
|
-
},
|
|
12
|
-
"Strategy": {
|
|
13
|
-
"handle": "TYPE-Strategy",
|
|
14
|
-
"name": "Strategy",
|
|
15
|
-
"description": ""
|
|
16
|
-
},
|
|
17
|
-
"StrategyTrace": {
|
|
18
|
-
"handle": "TYPE-StrategyTrace",
|
|
19
|
-
"name": "StrategyTrace",
|
|
20
|
-
"description": ""
|
|
21
|
-
},
|
|
22
|
-
"Goal": {
|
|
23
|
-
"handle": "TYPE-Goal",
|
|
24
|
-
"name": "Goal",
|
|
25
|
-
"description": ""
|
|
26
|
-
},
|
|
27
|
-
"Error": {
|
|
28
|
-
"handle": "TYPE-Error",
|
|
29
|
-
"name": "Error",
|
|
30
|
-
"description": ""
|
|
31
|
-
},
|
|
32
|
-
"Boolean": {
|
|
33
|
-
"handle": "TYPE-Boolean",
|
|
34
|
-
"name": "Boolean",
|
|
35
|
-
"description": ""
|
|
36
|
-
},
|
|
37
|
-
"Natural": {
|
|
38
|
-
"handle": "TYPE-Natural",
|
|
39
|
-
"name": "Natural",
|
|
40
|
-
"description": ""
|
|
41
|
-
},
|
|
42
|
-
"Resource": {
|
|
43
|
-
"handle": "TYPE-Resource",
|
|
44
|
-
"name": "Resource",
|
|
45
|
-
"description": ""
|
|
46
|
-
},
|
|
47
|
-
"Suite": {
|
|
48
|
-
"handle": "TYPE-Suite",
|
|
49
|
-
"name": "Suite",
|
|
50
|
-
"description": "",
|
|
51
|
-
"ingestorToolInputSchema": "SuiteIngestorInputSchema"
|
|
52
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"ResourceType": {
|
|
3
|
+
"handle": "TYPE-ResourceType",
|
|
4
|
+
"name": "ResourceType",
|
|
5
|
+
"description": ""
|
|
6
|
+
},
|
|
7
|
+
"Tool": {
|
|
8
|
+
"handle": "TYPE-Tool",
|
|
9
|
+
"name": "Tool",
|
|
10
|
+
"description": ""
|
|
11
|
+
},
|
|
12
|
+
"Strategy": {
|
|
13
|
+
"handle": "TYPE-Strategy",
|
|
14
|
+
"name": "Strategy",
|
|
15
|
+
"description": ""
|
|
16
|
+
},
|
|
17
|
+
"StrategyTrace": {
|
|
18
|
+
"handle": "TYPE-StrategyTrace",
|
|
19
|
+
"name": "StrategyTrace",
|
|
20
|
+
"description": ""
|
|
21
|
+
},
|
|
22
|
+
"Goal": {
|
|
23
|
+
"handle": "TYPE-Goal",
|
|
24
|
+
"name": "Goal",
|
|
25
|
+
"description": ""
|
|
26
|
+
},
|
|
27
|
+
"Error": {
|
|
28
|
+
"handle": "TYPE-Error",
|
|
29
|
+
"name": "Error",
|
|
30
|
+
"description": ""
|
|
31
|
+
},
|
|
32
|
+
"Boolean": {
|
|
33
|
+
"handle": "TYPE-Boolean",
|
|
34
|
+
"name": "Boolean",
|
|
35
|
+
"description": ""
|
|
36
|
+
},
|
|
37
|
+
"Natural": {
|
|
38
|
+
"handle": "TYPE-Natural",
|
|
39
|
+
"name": "Natural",
|
|
40
|
+
"description": ""
|
|
41
|
+
},
|
|
42
|
+
"Resource": {
|
|
43
|
+
"handle": "TYPE-Resource",
|
|
44
|
+
"name": "Resource",
|
|
45
|
+
"description": ""
|
|
46
|
+
},
|
|
47
|
+
"Suite": {
|
|
48
|
+
"handle": "TYPE-Suite",
|
|
49
|
+
"name": "Suite",
|
|
50
|
+
"description": "",
|
|
51
|
+
"ingestorToolInputSchema": "SuiteIngestorInputSchema"
|
|
52
|
+
}
|
|
53
53
|
}
|