@toolproof-core/schema 1.0.10 → 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.
Files changed (40) hide show
  1. package/dist/generated/artifacts/constants.d.ts +4 -3
  2. package/dist/generated/artifacts/constants.js +4 -3
  3. package/dist/generated/normalized/Genesis.json +50 -25
  4. package/dist/generated/resources/Genesis.json +68 -31
  5. package/dist/generated/schemas/Genesis.json +38 -19
  6. package/dist/generated/schemas/standalone/Job.json +7 -8
  7. package/dist/generated/schemas/standalone/ResourceType.json +4 -4
  8. package/dist/generated/schemas/standalone/RunnableStrategy.json +7 -7
  9. package/dist/generated/schemas/standalone/StrategyRun.json +7 -7
  10. package/dist/generated/types/standalone/Resource_Genesis.d.ts +1 -1
  11. package/dist/generated/types/standalone/Resource_Job.d.ts +1 -1
  12. package/dist/generated/types/standalone/Resource_RawStrategy.d.ts +1 -1
  13. package/dist/generated/types/standalone/Resource_ResourceType.d.ts +1 -1
  14. package/dist/generated/types/standalone/Resource_RunnableStrategy.d.ts +1 -1
  15. package/dist/generated/types/types.d.ts +229 -221
  16. package/dist/index.d.ts +1 -1
  17. package/dist/scripts/generateStandaloneType.js +2 -1
  18. package/dist/scripts/generateTypes.js +136 -3
  19. package/package.json +1 -1
  20. package/src/Genesis.json +54 -28
  21. package/src/generated/artifacts/constants.ts +4 -3
  22. package/src/generated/artifacts/dependencyMap.json +10 -6
  23. package/src/generated/artifacts/terminals.json +1 -0
  24. package/src/generated/normalized/Genesis.json +1785 -1760
  25. package/src/generated/resources/Genesis.json +2833 -2796
  26. package/src/generated/schemas/Genesis.json +1348 -1329
  27. package/src/generated/schemas/standalone/Job.json +7 -8
  28. package/src/generated/schemas/standalone/RawStrategy.json +580 -580
  29. package/src/generated/schemas/standalone/ResourceType.json +4 -4
  30. package/src/generated/schemas/standalone/RunnableStrategy.json +645 -645
  31. package/src/generated/schemas/standalone/StrategyRun.json +913 -913
  32. package/src/generated/types/standalone/Resource_Genesis.d.ts +1 -1
  33. package/src/generated/types/standalone/Resource_Job.d.ts +1 -1
  34. package/src/generated/types/standalone/Resource_RawStrategy.d.ts +1 -1
  35. package/src/generated/types/standalone/Resource_ResourceType.d.ts +1 -1
  36. package/src/generated/types/standalone/Resource_RunnableStrategy.d.ts +1 -1
  37. package/src/generated/types/types.d.ts +717 -709
  38. package/src/index.ts +48 -45
  39. package/src/scripts/generateStandaloneType.ts +3 -1
  40. package/src/scripts/generateTypes.ts +151 -5
@@ -1,3 +1,3 @@
1
1
  // Auto-generated strict composite type. Do not edit.
2
- import type { ShellMaterializedBase, Genesis as NucleusSchema } from "../types.js";
2
+ import type { ShellMaterializedBaseJson as ShellMaterializedBase, GenesisJson as NucleusSchema } from "../types.js";
3
3
  export type Resource_Genesis = ShellMaterializedBase & { nucleus: NucleusSchema };
@@ -1,3 +1,3 @@
1
1
  // Auto-generated strict composite type. Do not edit.
2
- import type { ShellMaterializedBase, Job as NucleusSchema } from "../types.js";
2
+ import type { ShellMaterializedBaseJson as ShellMaterializedBase, JobJson as NucleusSchema } from "../types.js";
3
3
  export type Resource_Job = ShellMaterializedBase & { nucleus: NucleusSchema };
@@ -1,3 +1,3 @@
1
1
  // Auto-generated strict composite type. Do not edit.
2
- import type { ShellMaterializedBase, RawStrategy as NucleusSchema } from "../types.js";
2
+ import type { ShellMaterializedBaseJson as ShellMaterializedBase, RawStrategyJson as NucleusSchema } from "../types.js";
3
3
  export type Resource_RawStrategy = ShellMaterializedBase & { nucleus: NucleusSchema };
@@ -1,3 +1,3 @@
1
1
  // Auto-generated strict composite type. Do not edit.
2
- import type { ShellMaterializedBase, ResourceType as NucleusSchema } from "../types.js";
2
+ import type { ShellMaterializedBaseJson as ShellMaterializedBase, ResourceTypeJson as NucleusSchema } from "../types.js";
3
3
  export type Resource_ResourceType = ShellMaterializedBase & { nucleus: NucleusSchema };
@@ -1,3 +1,3 @@
1
1
  // Auto-generated strict composite type. Do not edit.
2
- import type { ShellMaterializedBase, RunnableStrategy as NucleusSchema } from "../types.js";
2
+ import type { ShellMaterializedBaseJson as ShellMaterializedBase, RunnableStrategyJson as NucleusSchema } from "../types.js";
3
3
  export type Resource_RunnableStrategy = ShellMaterializedBase & { nucleus: NucleusSchema };