@toolproof-npm/schema 0.1.63 → 0.1.65

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.
@@ -1876,6 +1876,7 @@
1876
1876
  "$ref": "#/$defs/StrategyThreadIdentity"
1877
1877
  },
1878
1878
  "additionalProperties": {
1879
+ "type": "array",
1879
1880
  "items": {
1880
1881
  "$ref": "#/$defs/Step"
1881
1882
  }
@@ -2527,6 +2527,7 @@
2527
2527
  "$ref": "#/$defs/StrategyThreadIdentity"
2528
2528
  },
2529
2529
  "additionalProperties": {
2530
+ "type": "array",
2530
2531
  "items": {
2531
2532
  "$ref": "#/$defs/Step"
2532
2533
  }
@@ -1431,6 +1431,7 @@
1431
1431
  "$schema": "https://json-schema.org/draft/2020-12/schema",
1432
1432
  "type": "object",
1433
1433
  "additionalProperties": {
1434
+ "type": "array",
1434
1435
  "items": {
1435
1436
  "$ref": "#/$defs/Step"
1436
1437
  }
@@ -34,6 +34,7 @@
34
34
  "$schema": "https://json-schema.org/draft/2020-12/schema",
35
35
  "type": "object",
36
36
  "additionalProperties": {
37
+ "type": "array",
37
38
  "items": {
38
39
  "$ref": "#/$defs/Step"
39
40
  }
package/dist/index.d.ts CHANGED
@@ -5,6 +5,9 @@ export type { ResourceTypeGenesis as ResourceTypeGenesisJson } from './genesis/g
5
5
  export type { Resource_ResourceFormat as Resource_ResourceFormatJson } from './genesis/generated/types/Resource_ResourceFormat.js';
6
6
  export type { Resource_ResourceType as Resource_ResourceTypeJson } from './genesis/generated/types/Resource_ResourceType.js';
7
7
  export type { Resource_Job as Resource_JobJson } from './genesis/generated/types/Resource_Job.js';
8
+ export type { Resource_StatelessStrategy as Resource_StatelessStrategyJson } from './genesis/generated/types/Resource_StatelessStrategy.js';
9
+ export type { Resource_StatefulStrategy as Resource_StatefulStrategyJson } from './genesis/generated/types/Resource_StatefulStrategy.js';
10
+ export type { Resource_StrategyRun as Resource_StrategyRunJson } from './genesis/generated/types/Resource_StrategyRun.js';
8
11
  export type { Documented as DocumentedJson, ResourceFormatIdentity as ResourceFormatIdentityJson, ResourceFormat as ResourceFormatJson, ExtractionSchema as ExtractionSchemaJson, IdentityProp as IdentityPropJson, MeritProp as MeritPropJson, ResourceTypeIdentity as ResourceTypeIdentityJson, ResourceType as ResourceTypeJson, ResourceRoleIdentity as ResourceRoleIdentityJson, ResourceRoleValue as ResourceRoleValueJson, ExecutionIdentity as ExecutionIdentityJson, Execution as ExecutionJson, Conditional as ConditionalJson, RoleMap as RoleMapJson, Roles as RolesJson, RoleBindingMap as RoleBindingMapJson, RoleBindings as RoleBindingsJson, ResourceIdentity as ResourceIdentityJson, WorkStepIdentity as WorkStepIdentityJson, BranchStepIdentity as BranchStepIdentityJson, WhileStepIdentity as WhileStepIdentityJson, ForStepIdentity as ForStepIdentityJson, WorkStep as WorkStepJson, BranchStep as BranchStepJson, WhileStep as WhileStepJson, ForStep as ForStepJson, Step as StepJson, CreationContext as CreationContextJson, ResourceMissing as ResourceMissingJson, ResourcePotentialInput as ResourcePotentialInputJson, ResourcePotentialOutput as ResourcePotentialOutputJson, ResourceMetaBase as ResourceMetaJson, // ATTENTION: type not generated for ResourceMeta
9
- Resource as ResourceJson, StrategyState as StrategyStateJson, StatelessStrategyIdentity as StatelessStrategyIdentityJson, StatelessStrategy as StatelessStrategyJson, StatefulStrategyIdentity as StatefulStrategyIdentityJson, StatefulStrategy as StatefulStrategyJson, JobIdentity as JobIdentityJson, Job as JobJson, JsonData as JsonDataJson, } from './genesis/generated/types/types.js';
12
+ Resource as ResourceJson, StrategyState as StrategyStateJson, StatelessStrategyIdentity as StatelessStrategyIdentityJson, StatelessStrategy as StatelessStrategyJson, StatefulStrategyIdentity as StatefulStrategyIdentityJson, StatefulStrategy as StatefulStrategyJson, StrategyRun as StrategyRunJson, JobIdentity as JobIdentityJson, Job as JobJson, JsonData as JsonDataJson, } from './genesis/generated/types/types.js';
10
13
  export { unsafeBrand, asResourceTypeIdentity, asResourceRoleIdentity, asExecutionIdentity, asResourceIdentity, asWorkStepIdentity, asBranchStepIdentity, asForStepIdentity, asResourceFormatIdentity, asWhileStepIdentity, asStatelessStrategyIdentity, asStatefulStrategyIdentity, asResourceTypeIdentities, asResourceRoleIdentities, asExecutionIdentities, asResourceIdentities, asWorkStepIdentities, asBranchStepIdentities, asForStepIdentities, asResourceFormatIdentities, asWhileStepIdentities, asStatelessStrategyIdentities, asStatefulStrategyIdentities, } from './scripts/brandFactories.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolproof-npm/schema",
3
- "version": "0.1.63",
3
+ "version": "0.1.65",
4
4
  "description": "JSON schemas and TypeScript types for ToolProof",
5
5
  "keywords": [
6
6
  "toolproof",