@toolproof-core/schema 1.0.11 → 1.0.13
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 +10 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
// Auto-generated strict composite type. Do not edit.
|
|
2
|
-
import type { ShellMaterializedBaseJson as ShellMaterializedBase, GenesisJson as NucleusSchema } from "../types.js";
|
|
3
|
-
export type Resource_Genesis = ShellMaterializedBase & { nucleus: NucleusSchema };
|
|
1
|
+
// Auto-generated strict composite type. Do not edit.
|
|
2
|
+
import type { ShellMaterializedBaseJson as ShellMaterializedBase, GenesisJson as NucleusSchema } from "../types.js";
|
|
3
|
+
export type Resource_Genesis = ShellMaterializedBase & { nucleus: NucleusSchema };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
// Auto-generated strict composite type. Do not edit.
|
|
2
|
-
import type { ShellMaterializedBaseJson as ShellMaterializedBase, JobJson as NucleusSchema } from "../types.js";
|
|
3
|
-
export type Resource_Job = ShellMaterializedBase & { nucleus: NucleusSchema };
|
|
1
|
+
// Auto-generated strict composite type. Do not edit.
|
|
2
|
+
import type { ShellMaterializedBaseJson as ShellMaterializedBase, JobJson as NucleusSchema } from "../types.js";
|
|
3
|
+
export type Resource_Job = ShellMaterializedBase & { nucleus: NucleusSchema };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
// Auto-generated strict composite type. Do not edit.
|
|
2
|
-
import type { ShellMaterializedBaseJson as ShellMaterializedBase, RawStrategyJson as NucleusSchema } from "../types.js";
|
|
3
|
-
export type Resource_RawStrategy = ShellMaterializedBase & { nucleus: NucleusSchema };
|
|
1
|
+
// Auto-generated strict composite type. Do not edit.
|
|
2
|
+
import type { ShellMaterializedBaseJson as ShellMaterializedBase, RawStrategyJson as NucleusSchema } from "../types.js";
|
|
3
|
+
export type Resource_RawStrategy = ShellMaterializedBase & { nucleus: NucleusSchema };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
// Auto-generated strict composite type. Do not edit.
|
|
2
|
-
import type { ShellMaterializedBaseJson as ShellMaterializedBase, ResourceTypeJson as NucleusSchema } from "../types.js";
|
|
3
|
-
export type Resource_ResourceType = ShellMaterializedBase & { nucleus: NucleusSchema };
|
|
1
|
+
// Auto-generated strict composite type. Do not edit.
|
|
2
|
+
import type { ShellMaterializedBaseJson as ShellMaterializedBase, ResourceTypeJson as NucleusSchema } from "../types.js";
|
|
3
|
+
export type Resource_ResourceType = ShellMaterializedBase & { nucleus: NucleusSchema };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
// Auto-generated strict composite type. Do not edit.
|
|
2
|
-
import type { ShellMaterializedBaseJson as ShellMaterializedBase, RunnableStrategyJson as NucleusSchema } from "../types.js";
|
|
3
|
-
export type Resource_RunnableStrategy = ShellMaterializedBase & { nucleus: NucleusSchema };
|
|
1
|
+
// Auto-generated strict composite type. Do not edit.
|
|
2
|
+
import type { ShellMaterializedBaseJson as ShellMaterializedBase, RunnableStrategyJson as NucleusSchema } from "../types.js";
|
|
3
|
+
export type Resource_RunnableStrategy = ShellMaterializedBase & { nucleus: NucleusSchema };
|