@nfdi4plants/arctrl 3.1.0 → 3.1.1

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 (89) hide show
  1. package/dist/ts/ts/CWL/CWLTypes.d.ts +162 -45
  2. package/dist/ts/ts/CWL/CWLTypes.d.ts.map +1 -1
  3. package/dist/ts/ts/CWL/CWLTypes.js +495 -104
  4. package/dist/ts/ts/CWL/Decode.d.ts +291 -48
  5. package/dist/ts/ts/CWL/Decode.d.ts.map +1 -1
  6. package/dist/ts/ts/CWL/Decode.js +911 -568
  7. package/dist/ts/ts/CWL/DynamicObjHelpers.d.ts +37 -0
  8. package/dist/ts/ts/CWL/DynamicObjHelpers.d.ts.map +1 -0
  9. package/dist/ts/ts/CWL/DynamicObjHelpers.js +57 -0
  10. package/dist/ts/ts/CWL/Encode.d.ts +117 -2
  11. package/dist/ts/ts/CWL/Encode.d.ts.map +1 -1
  12. package/dist/ts/ts/CWL/Encode.js +399 -163
  13. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts +2 -0
  14. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts.map +1 -1
  15. package/dist/ts/ts/CWL/ExpressionToolDescription.js +7 -0
  16. package/dist/ts/ts/CWL/Inputs.d.ts +65 -14
  17. package/dist/ts/ts/CWL/Inputs.d.ts.map +1 -1
  18. package/dist/ts/ts/CWL/Inputs.js +194 -51
  19. package/dist/ts/ts/CWL/OperationDescription.d.ts +2 -0
  20. package/dist/ts/ts/CWL/OperationDescription.d.ts.map +1 -1
  21. package/dist/ts/ts/CWL/OperationDescription.js +7 -0
  22. package/dist/ts/ts/CWL/Outputs.d.ts +51 -12
  23. package/dist/ts/ts/CWL/Outputs.d.ts.map +1 -1
  24. package/dist/ts/ts/CWL/Outputs.js +152 -76
  25. package/dist/ts/ts/CWL/ParameterReference.d.ts +4 -1
  26. package/dist/ts/ts/CWL/ParameterReference.d.ts.map +1 -1
  27. package/dist/ts/ts/CWL/ParameterReference.js +17 -6
  28. package/dist/ts/ts/CWL/Requirements.d.ts +140 -51
  29. package/dist/ts/ts/CWL/Requirements.d.ts.map +1 -1
  30. package/dist/ts/ts/CWL/Requirements.js +458 -128
  31. package/dist/ts/ts/CWL/ToolDescription.d.ts +27 -2
  32. package/dist/ts/ts/CWL/ToolDescription.d.ts.map +1 -1
  33. package/dist/ts/ts/CWL/ToolDescription.js +74 -4
  34. package/dist/ts/ts/CWL/WorkflowDescription.d.ts +2 -0
  35. package/dist/ts/ts/CWL/WorkflowDescription.d.ts.map +1 -1
  36. package/dist/ts/ts/CWL/WorkflowDescription.js +7 -0
  37. package/dist/ts/ts/CWL/WorkflowSteps.d.ts +50 -19
  38. package/dist/ts/ts/CWL/WorkflowSteps.d.ts.map +1 -1
  39. package/dist/ts/ts/CWL/WorkflowSteps.js +152 -23
  40. package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -1
  41. package/dist/ts/ts/ContractIO/ContractIO.js +4 -1
  42. package/dist/ts/ts/Conversion/Assay.d.ts.map +1 -1
  43. package/dist/ts/ts/Conversion/Assay.js +4 -3
  44. package/dist/ts/ts/Conversion/Investigation.js +2 -2
  45. package/dist/ts/ts/Conversion/Person.d.ts +1 -1
  46. package/dist/ts/ts/Conversion/Person.d.ts.map +1 -1
  47. package/dist/ts/ts/Conversion/Person.js +27 -11
  48. package/dist/ts/ts/Conversion/Run.d.ts.map +1 -1
  49. package/dist/ts/ts/Conversion/Run.js +3 -2
  50. package/dist/ts/ts/Conversion/ScholarlyArticle.d.ts.map +1 -1
  51. package/dist/ts/ts/Conversion/ScholarlyArticle.js +2 -1
  52. package/dist/ts/ts/Conversion/Study.d.ts.map +1 -1
  53. package/dist/ts/ts/Conversion/Study.js +5 -4
  54. package/dist/ts/ts/Conversion/Workflow.d.ts.map +1 -1
  55. package/dist/ts/ts/Conversion/Workflow.js +13 -12
  56. package/dist/ts/ts/Conversion.d.ts +14 -10
  57. package/dist/ts/ts/Conversion.d.ts.map +1 -1
  58. package/dist/ts/ts/Conversion.js +18 -11
  59. package/dist/ts/ts/Core/ArcTypes.d.ts.map +1 -1
  60. package/dist/ts/ts/Core/ArcTypes.js +18 -0
  61. package/dist/ts/ts/Json.d.ts +2 -2
  62. package/dist/ts/ts/Json.d.ts.map +1 -1
  63. package/dist/ts/ts/Json.js +3 -3
  64. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.d.ts.map +1 -1
  65. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.js +2 -1
  66. package/dist/ts/ts/Yaml/ValidationPackage.d.ts +1 -1
  67. package/dist/ts/ts/Yaml/ValidationPackage.d.ts.map +1 -1
  68. package/dist/ts/ts/Yaml/ValidationPackage.js +5 -5
  69. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts +1 -1
  70. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts.map +1 -1
  71. package/dist/ts/ts/Yaml/ValidationPackagesConfig.js +5 -5
  72. package/dist/ts/ts/Yaml.js +1 -1
  73. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Decode.fs.js +5 -33
  74. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Persil.fs.js +11 -159
  75. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Preprocessing.fs.js +319 -0
  76. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Reader.fs.js +1867 -0
  77. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Regex.fs.js +1 -1
  78. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/RegexActivePatterns.fs.js +2 -2
  79. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Syntax.fs.js +819 -0
  80. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Writer.fs.js +75 -48
  81. package/package.json +1 -1
  82. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.7/FlowToBlock.fs.js +0 -956
  83. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.7/Preprocessing.fs.js +0 -181
  84. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.7/Reader.fs.js +0 -1493
  85. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Encode.fs.js +0 -0
  86. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Escapes.fs.js +0 -0
  87. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Interop/JsInterop.fs.js +0 -0
  88. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/StringBuffer.fs.js +0 -0
  89. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/YAMLiciousTypes.fs.js +0 -0
@@ -1,13 +1,16 @@
1
- import { IMap } from '@fable-org/fable-library-js/Util.js';
2
- import { int32 } from '@fable-org/fable-library-js/Int32.js';
1
+ import { IMap, IComparable, IEquatable } from '@fable-org/fable-library-js/Util.js';
2
+ import { Record } from '@fable-org/fable-library-js/Types.js';
3
3
  import { Option } from '@fable-org/fable-library-js/Option.js';
4
+ import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
5
+ import { YAMLElement_$union } from '../fable_modules/YAMLicious.1.0.0-alpha.11/YAMLiciousTypes.fs.js';
4
6
  import { FSharpList } from '@fable-org/fable-library-js/List.js';
5
- import { YAMLElement_$union } from '../fable_modules/YAMLicious.1.0.0-alpha.7/YAMLiciousTypes.fs.js';
6
- import { IGetters } from '../fable_modules/YAMLicious.1.0.0-alpha.7/Decode.fs.js';
7
+ import { int32 } from '@fable-org/fable-library-js/Int32.js';
8
+ import { IGetters } from '../fable_modules/YAMLicious.1.0.0-alpha.11/Decode.fs.js';
9
+ import { int64 } from '@fable-org/fable-library-js/BigInt.js';
7
10
  import { DynamicObj } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
8
- import { SchemaDefRequirementType, SoftwarePackage, InputEnumSchema, InputRecordSchema, InputRecordField, InputArraySchema, CWLType_$union, SchemaSaladString_$union } from './CWLTypes.js';
11
+ import { HintEntry_$union, InlineJavascriptRequirementValue, ToolTimeLimitValue_$union, InplaceUpdateRequirementValue, Requirement_$union, ResourceRequirementInstance, LoadListingRequirementValue, EnvironmentDef, DockerRequirement, InitialWorkDirEntry_$union, LoadListingEnum_$union } from './Requirements.js';
12
+ import { SchemaDefRequirementType, SoftwarePackage, InputEnumSchema, InputRecordSchema, InputRecordField, InputArraySchema, CWLType_$union, SchemaSaladString_$union, DirectoryInstance, FileInstance } from './CWLTypes.js';
9
13
  import { CWLOutput, OutputBinding } from './Outputs.js';
10
- import { HintEntry_$union, InlineJavascriptRequirementValue, ToolTimeLimitValue_$union, InplaceUpdateRequirementValue, Requirement_$union, ResourceRequirementInstance, LoadListingRequirementValue, EnvironmentDef, DockerRequirement, InitialWorkDirEntry_$union } from './Requirements.js';
11
14
  import { CWLInput, InputBinding } from './Inputs.js';
12
15
  import { WorkflowStep, WorkflowStepRun_$union, StepOutput_$union, StepInput, ScatterMethod_$union, PickValueMethod_$union, LinkMergeMethod_$union } from './WorkflowSteps.js';
13
16
  import { CWLProcessingUnit_$union } from './CWLProcessingUnit.js';
@@ -17,24 +20,77 @@ import { CWLOperationDescription } from './OperationDescription.js';
17
20
  import { CWLWorkflowDescription } from './WorkflowDescription.js';
18
21
  import { CWLParameterReference } from './ParameterReference.js';
19
22
  export declare function ResizeArray_map<$a, $b>(f: ((arg0: $a) => $b), a: $a[]): $b[];
20
- export declare function Decode_countLeadingSpaces(line: string): int32;
21
- export declare function Decode_isBlankLine(line: string): boolean;
22
- export declare function Decode_normalizeLineEndings(yaml: string): string;
23
- export declare function Decode_stripLeadingShebang(yaml: string): string;
24
- export declare function Decode_tryParseBlockScalarHeader(line: string): Option<int32>;
25
- export declare function Decode_normalizeYamlInput(yaml: string): string;
26
- export declare function Decode_removeFullLineComments(yaml: string): string;
23
+ export declare class Decode_DecodeWarning extends Record implements IEquatable<Decode_DecodeWarning>, IComparable<Decode_DecodeWarning> {
24
+ readonly Path: string;
25
+ readonly Message: string;
26
+ readonly Raw: Option<string>;
27
+ constructor(Path: string, Message: string, Raw: Option<string>);
28
+ }
29
+ export declare function Decode_DecodeWarning_$reflection(): TypeInfo;
30
+ export declare class Decode_DecodeResult$1<T> extends Record implements IEquatable<Decode_DecodeResult$1<T>> {
31
+ readonly Value: T;
32
+ readonly Warnings: Decode_DecodeWarning[];
33
+ constructor(Value: T, Warnings: Decode_DecodeWarning[]);
34
+ }
35
+ export declare function Decode_DecodeResult$1_$reflection(gen0: TypeInfo): TypeInfo;
36
+ /**
37
+ * Add a recoverable decode warning only when the caller requested warning collection.
38
+ */
39
+ export declare function Decode_addWarning(warnings: Option<Decode_DecodeWarning[]>, path: string, message: string, raw: Option<YAMLElement_$union>): void;
40
+ /**
41
+ * Strip parser-level comment nodes and sequence placeholders before CWL semantic decoding.
42
+ */
27
43
  export declare function Decode_removeYamlComments(yamlElement: YAMLElement_$union): YAMLElement_$union;
28
44
  /**
29
45
  * Determines if an exception represents a recoverable decoding error.
30
46
  * Returns true for schema mismatches; false for system errors that should propagate.
31
47
  */
32
48
  export declare function Decode_isRecoverableDecodingError(ex: Error): boolean;
49
+ /**
50
+ * Read YAML and normalize comment nodes that CWL decoders intentionally ignore.
51
+ */
33
52
  export declare function Decode_readSanitizedYaml(yaml: string): YAMLElement_$union;
34
53
  /**
35
- * Decode key value pairs into a dynamic object, while preserving their tree structure
54
+ * Box int64 values in a way that preserves 64-bit numeric intent across Fable targets.
55
+ */
56
+ export declare function Decode_boxOverflowInt64(value: int64): any;
57
+ /**
58
+ * Decode key value pairs into a dynamic object, while preserving their tree structure.
36
59
  */
37
60
  export declare function Decode_overflowDecoder(dynObj: DynamicObj, dict: IMap<string, YAMLElement_$union>): DynamicObj;
61
+ /**
62
+ * Treat comment artifacts and empty placeholder objects as non-semantic collection items.
63
+ */
64
+ export declare function Decode_isIgnorableYamlNoise(value: YAMLElement_$union): boolean;
65
+ /**
66
+ * Decode an optional field only if the field is physically present, avoiding fallback
67
+ * behavior that can blur absent fields with malformed field values.
68
+ */
69
+ export declare function Decode_tryGetPresentField<T>(fieldName: string, decoder: ((arg0: YAMLElement_$union) => T), value: YAMLElement_$union): Option<T>;
70
+ export declare function Decode_tryGetStringField(fieldName: string, value: YAMLElement_$union): Option<string>;
71
+ export declare function Decode_tryGetBoolField(fieldName: string, value: YAMLElement_$union): Option<boolean>;
72
+ export declare function Decode_tryGetYamlField(fieldName: string, value: YAMLElement_$union): Option<YAMLElement_$union>;
73
+ export declare function Decode_tryGetIntArrayField(fieldName: string, value: YAMLElement_$union): Option<int32[]>;
74
+ /**
75
+ * Decode int64 fields explicitly so resource and File sizes do not narrow to int.
76
+ */
77
+ export declare function Decode_tryGetInt64Field(fieldName: string, value: YAMLElement_$union): Option<int64>;
78
+ /**
79
+ * Decode and validate CWL loadListing enum fields from their YAML string form.
80
+ */
81
+ export declare function Decode_tryGetLoadListingField(fieldName: string, value: YAMLElement_$union): Option<LoadListingEnum_$union>;
82
+ /**
83
+ * Preserve unknown object fields on DynamicObj-backed CWL objects.
84
+ */
85
+ export declare function Decode_overflowIntoDynamicObj(dynObj: DynamicObj, knownFields: FSharpList<string>, value: YAMLElement_$union): DynamicObj;
86
+ /**
87
+ * Decode File object fields while preserving unrecognized extension metadata.
88
+ */
89
+ export declare function Decode_decodeFileInstanceFields(element: YAMLElement_$union): FileInstance;
90
+ /**
91
+ * Decode Directory object fields while preserving unrecognized extension metadata.
92
+ */
93
+ export declare function Decode_decodeDirectoryInstanceFields(element: YAMLElement_$union): DirectoryInstance;
38
94
  /**
39
95
  * Decode scalar schema-salad string fields.
40
96
  * Recognized directive wrappers are `$include` and `$import`.
@@ -46,11 +102,20 @@ export declare function Decode_decodeSchemaSaladString(yEle: YAMLElement_$union)
46
102
  * Directive objects such as {$include: path} are represented using legacy string form.
47
103
  */
48
104
  export declare function Decode_decodeStringOrExpression(yEle: YAMLElement_$union): string;
49
- export declare const Decode_outputBindingGlobDecoder: (value_1: YAMLElement_$union) => OutputBinding;
50
- export declare const Decode_outputBindingDecoder: (value: YAMLElement_$union) => Option<OutputBinding>;
105
+ /**
106
+ * Decode a YAMLElement into a glob search pattern for output binding
107
+ */
108
+ export declare function Decode_outputBindingGlobDecoder(value: YAMLElement_$union): OutputBinding;
109
+ export declare const Decode_outputBindingDecoder: (value_1: YAMLElement_$union) => Option<OutputBinding>;
110
+ /**
111
+ * Decode schema-salad string-or-array fields into a uniform ResizeArray.
112
+ */
51
113
  export declare function Decode_decodeStringArrayOrScalar(value: YAMLElement_$union): string[];
52
114
  export declare const Decode_outputSourceDecoder: (value_1: YAMLElement_$union) => Option<string[]>;
53
- export declare const Decode_direntDecoder: (value_1: YAMLElement_$union) => CWLType_$union;
115
+ /**
116
+ * Decode a YAMLElement into a Dirent
117
+ */
118
+ export declare function Decode_direntDecoder(value: YAMLElement_$union): CWLType_$union;
54
119
  /**
55
120
  * Decode a listing entry of InitialWorkDirRequirement.
56
121
  * Supports both Dirent object form and string/expression form.
@@ -64,16 +129,14 @@ export declare function Decode_cwlSimpleTypeFromString(s: string): CWLType_$unio
64
129
  * Recursively parse array shorthand notation (File[][], string[][][], etc.)
65
130
  */
66
131
  export declare function Decode_parseArrayShorthand(typeStr: string): Option<CWLType_$union>;
67
- export declare function inputArraySchemaDecoder$0040324(): ((arg0: YAMLElement_$union) => InputArraySchema);
68
- export declare const inputArraySchemaDecoder$0040324$002D1: any;
69
- export declare function inputRecordFieldDecoder$0040338(): ((arg0: YAMLElement_$union) => InputRecordField);
70
- export declare const inputRecordFieldDecoder$0040338$002D1: any;
71
- export declare function inputRecordSchemaDecoder$0040377(): ((arg0: YAMLElement_$union) => InputRecordSchema);
72
- export declare const inputRecordSchemaDecoder$0040377$002D1: any;
73
- export declare function inputEnumSchemaDecoder$0040404(): ((arg0: YAMLElement_$union) => InputEnumSchema);
74
- export declare const inputEnumSchemaDecoder$0040404$002D1: any;
75
- export declare const Decode_inputArraySchemaDecoder: ((arg0: YAMLElement_$union) => InputArraySchema);
76
- export declare const Decode_inputRecordFieldDecoder: ((arg0: YAMLElement_$union) => InputRecordField);
132
+ /**
133
+ * Decode an InputArraySchema from a YAMLElement
134
+ */
135
+ export declare function Decode_inputArraySchemaDecoder(value: YAMLElement_$union): InputArraySchema;
136
+ /**
137
+ * Decode an InputRecordField from a YAMLElement
138
+ */
139
+ export declare function Decode_inputRecordFieldDecoder(value: YAMLElement_$union): InputRecordField;
77
140
  /**
78
141
  * Attempt to decode fields as flow-style array: [{name: x, type: y}]
79
142
  */
@@ -82,8 +145,14 @@ export declare function Decode_tryDecodeFieldsAsArray(element: YAMLElement_$unio
82
145
  * Attempt to decode fields as map-style: {fieldName: type}
83
146
  */
84
147
  export declare function Decode_tryDecodeFieldsAsMap(element: YAMLElement_$union): Option<InputRecordField[]>;
85
- export declare const Decode_inputRecordSchemaDecoder: ((arg0: YAMLElement_$union) => InputRecordSchema);
86
- export declare const Decode_inputEnumSchemaDecoder: ((arg0: YAMLElement_$union) => InputEnumSchema);
148
+ /**
149
+ * Decode an InputRecordSchema from a YAMLElement
150
+ */
151
+ export declare function Decode_inputRecordSchemaDecoder(value: YAMLElement_$union): InputRecordSchema;
152
+ /**
153
+ * Decode an InputEnumSchema from a YAMLElement
154
+ */
155
+ export declare function Decode_inputEnumSchemaDecoder(value: YAMLElement_$union): InputEnumSchema;
87
156
  /**
88
157
  * Decode a CWLType from a YAMLElement (handles all types including complex schemas)
89
158
  */
@@ -93,8 +162,24 @@ export declare function Decode_cwlTypeDecoder$0027(element: YAMLElement_$union):
93
162
  */
94
163
  export declare function Decode_cwlTypeStringMatcher(t: string, get$: IGetters): [CWLType_$union, boolean];
95
164
  export declare const Decode_cwlTypeDecoder: (value_1: YAMLElement_$union) => [CWLType_$union, boolean];
96
- export declare const Decode_outputArrayDecoder: (value_1: YAMLElement_$union) => CWLOutput[];
97
- export declare const Decode_outputsDecoder: (value: YAMLElement_$union) => CWLOutput[];
165
+ /**
166
+ * Decode a named output from either map shorthand or full object form.
167
+ */
168
+ export declare function Decode_decodeNamedOutput(name: string, value: YAMLElement_$union): CWLOutput;
169
+ /**
170
+ * Decode one sequence-form output, warning only for malformed unnamed entries.
171
+ */
172
+ export declare function Decode_decodeOutputSequenceItem(warnings: Option<Decode_DecodeWarning[]>, path: string, index: int32, item: YAMLElement_$union): Option<CWLOutput>;
173
+ /**
174
+ * Decode a YAMLElement into an Output Array
175
+ */
176
+ export declare function Decode_outputArrayDecoderWithWarnings(warnings: Option<Decode_DecodeWarning[]>, path: string, value: YAMLElement_$union): CWLOutput[];
177
+ export declare const Decode_outputArrayDecoder: (value: YAMLElement_$union) => CWLOutput[];
178
+ /**
179
+ * Access the outputs field and decode a YAMLElement into an Output Array
180
+ */
181
+ export declare function Decode_outputsDecoderWithWarnings(warnings: Option<Decode_DecodeWarning[]>): ((arg0: YAMLElement_$union) => CWLOutput[]);
182
+ export declare const Decode_outputsDecoder: ((arg0: YAMLElement_$union) => CWLOutput[]);
98
183
  /**
99
184
  * Decode a YAMLElement into a DockerRequirement
100
185
  */
@@ -114,40 +199,99 @@ export declare function Decode_softwareRequirementDecoder(get$: IGetters): Softw
114
199
  * Supports both string/expression and Dirent listing items.
115
200
  */
116
201
  export declare function Decode_initialWorkDirRequirementDecoder(get$: IGetters): InitialWorkDirEntry_$union[];
202
+ /**
203
+ * Decode LoadListingRequirement, applying CWL's default no_listing behavior.
204
+ */
117
205
  export declare function Decode_loadListingRequirementDecoder(get$: IGetters): LoadListingRequirementValue;
206
+ /**
207
+ * Decode resource scalar fields as int64, float, or expression string without losing numeric shape.
208
+ */
118
209
  export declare function Decode_decodeResourceScalar(element: YAMLElement_$union): any;
210
+ /**
211
+ * Decode an optional resource field through the resource scalar coercion rules.
212
+ */
119
213
  export declare function Decode_optionalResourceField(get$: IGetters, fieldName: string): Option<any>;
120
214
  /**
121
215
  * Decode a YAMLElement into a ResourceRequirementInstance
122
216
  */
123
217
  export declare function Decode_resourceRequirementDecoder(get$: IGetters): ResourceRequirementInstance;
218
+ /**
219
+ * Decode schema definition entries in either named object or map-entry shorthand form.
220
+ */
124
221
  export declare function Decode_schemaDefRequirementTypeDecoder(value: YAMLElement_$union): SchemaDefRequirementType;
125
222
  /**
126
223
  * Decode a YAMLElement into a SchemaDefRequirementType array
127
224
  */
128
225
  export declare function Decode_schemaDefRequirementDecoder(get$: IGetters): SchemaDefRequirementType[];
226
+ /**
227
+ * Decode only literal boolean scalars, leaving expressions for requirement-specific handling.
228
+ */
129
229
  export declare function Decode_tryDecodeBoolScalar(element: YAMLElement_$union): Option<boolean>;
230
+ /**
231
+ * Decode WorkReuse as either a concrete bool requirement or an expression payload.
232
+ */
130
233
  export declare function Decode_workReuseRequirementDecoder(get$: IGetters): Requirement_$union;
234
+ /**
235
+ * Decode NetworkAccess as either a concrete bool requirement or an expression payload.
236
+ */
131
237
  export declare function Decode_networkAccessRequirementDecoder(get$: IGetters): Requirement_$union;
238
+ /**
239
+ * Decode InplaceUpdateRequirement, defaulting missing inplaceUpdate to true.
240
+ */
132
241
  export declare function Decode_inplaceUpdateRequirementDecoder(get$: IGetters): InplaceUpdateRequirementValue;
133
242
  /**
134
243
  * Decode a YAMLElement into a ToolTimeLimitRequirement value
135
244
  */
136
245
  export declare function Decode_toolTimeLimitRequirementDecoder(get$: IGetters): ToolTimeLimitValue_$union;
246
+ /**
247
+ * Decode InlineJavascriptRequirement expressionLib in scalar or array form.
248
+ */
137
249
  export declare function Decode_inlineJavascriptRequirementDecoder(get$: IGetters): InlineJavascriptRequirementValue;
138
250
  /**
139
- * Decode all YAMLElements matching the Requirement type into a ResizeArray of Requirement
251
+ * Dispatch a known CWL requirement class to its typed decoder.
140
252
  */
141
253
  export declare function Decode_requirementFromTypeName(cls: string, get$: IGetters): Requirement_$union;
254
+ /**
255
+ * Attach unknown payload fields to DynamicObj-backed requirement values after class dispatch.
256
+ */
257
+ export declare function Decode_addRequirementPayloadOverflow(element: YAMLElement_$union, requirement: Requirement_$union): Requirement_$union;
258
+ /**
259
+ * Decode requirements from either sequence syntax or class-name map syntax.
260
+ */
142
261
  export declare function Decode_requirementArrayDecoder(yEle: YAMLElement_$union): Requirement_$union[];
262
+ /**
263
+ * Try known requirement decoding for hints, falling back to UnknownHint on decode failure.
264
+ */
143
265
  export declare function Decode_tryDecodeKnownRequirementFromElement(element: YAMLElement_$union): Option<Requirement_$union>;
266
+ /**
267
+ * Decode one hint as a known requirement when possible, otherwise preserve the raw hint.
268
+ */
144
269
  export declare function Decode_decodeHintElement(element: YAMLElement_$union): HintEntry_$union;
270
+ /**
271
+ * Decode hints from sequence syntax or class-name map syntax while preserving unknown hints.
272
+ */
145
273
  export declare function Decode_hintArrayDecoder(yEle: YAMLElement_$union): HintEntry_$union[];
146
274
  export declare const Decode_requirementsDecoder: (value: YAMLElement_$union) => Option<Requirement_$union[]>;
147
275
  export declare const Decode_hintsDecoder: (value: YAMLElement_$union) => Option<HintEntry_$union[]>;
148
- export declare const Decode_inputBindingDecoder: (value_5: YAMLElement_$union) => Option<InputBinding>;
149
- export declare const Decode_inputArrayDecoder: (value_1: YAMLElement_$union) => CWLInput[];
150
- export declare const Decode_inputsDecoder: (value: YAMLElement_$union) => Option<CWLInput[]>;
276
+ export declare const Decode_inputBindingDecoder: (value_9: YAMLElement_$union) => Option<InputBinding>;
277
+ /**
278
+ * Decode a named input from map shorthand or full object form, preserving optionality and extensions.
279
+ */
280
+ export declare function Decode_decodeNamedInput(name: string, value: YAMLElement_$union): CWLInput;
281
+ /**
282
+ * Decode one sequence-form input, warning only for malformed unnamed entries.
283
+ */
284
+ export declare function Decode_decodeInputSequenceItem(warnings: Option<Decode_DecodeWarning[]>, path: string, index: int32, item: YAMLElement_$union): Option<CWLInput>;
285
+ /**
286
+ * Decode a YAMLElement into an Input array
287
+ */
288
+ export declare function Decode_inputArrayDecoderWithWarnings(warnings: Option<Decode_DecodeWarning[]>, path: string, value: YAMLElement_$union): CWLInput[];
289
+ export declare const Decode_inputArrayDecoder: (value: YAMLElement_$union) => CWLInput[];
290
+ /**
291
+ * Access the inputs field and decode the YAMLElements into an Input array
292
+ */
293
+ export declare function Decode_inputsDecoderWithWarnings(warnings: Option<Decode_DecodeWarning[]>): ((arg0: YAMLElement_$union) => Option<CWLInput[]>);
294
+ export declare const Decode_inputsDecoder: ((arg0: YAMLElement_$union) => Option<CWLInput[]>);
151
295
  export declare const Decode_baseCommandDecoder: (value_2: YAMLElement_$union) => Option<string[]>;
152
296
  export declare const Decode_versionDecoder: (value_1: YAMLElement_$union) => string;
153
297
  export declare const Decode_classDecoder: (value_1: YAMLElement_$union) => string;
@@ -164,54 +308,153 @@ export declare function Decode_stringOrStringArrayDecoder(value: YAMLElement_$un
164
308
  * Handles both single string values and arrays of strings
165
309
  */
166
310
  export declare function Decode_sourceArrayFieldDecoder(field: string): ((arg0: YAMLElement_$union) => Option<string[]>);
311
+ /**
312
+ * Decode and validate linkMerge enum fields.
313
+ */
167
314
  export declare function Decode_linkMergeFieldDecoder(field: string): ((arg0: YAMLElement_$union) => Option<LinkMergeMethod_$union>);
315
+ /**
316
+ * Decode and validate pickValue enum fields.
317
+ */
168
318
  export declare function Decode_pickValueFieldDecoder(field: string): ((arg0: YAMLElement_$union) => Option<PickValueMethod_$union>);
169
319
  export declare function Decode_scatterFieldDecoder(field: string): ((arg0: YAMLElement_$union) => Option<string[]>);
320
+ /**
321
+ * Decode and validate scatterMethod enum fields.
322
+ */
170
323
  export declare function Decode_scatterMethodFieldDecoder(field: string): ((arg0: YAMLElement_$union) => Option<ScatterMethod_$union>);
324
+ /**
325
+ * Decode optional expression-like fields, including schema-salad directive wrappers.
326
+ */
171
327
  export declare function Decode_expressionStringOptionFieldDecoder(field: string): ((arg0: YAMLElement_$union) => Option<string>);
328
+ /**
329
+ * Decode a step input from map or scalar shorthand and preserve unknown step-input fields.
330
+ */
172
331
  export declare function Decode_decodeStepInputFromValue(id: string, value: YAMLElement_$union, allowScalarSource: boolean): StepInput;
332
+ /**
333
+ * Decode map-form step inputs where the map key supplies the step input id.
334
+ */
173
335
  export declare function Decode_decodeStepInputsFromMap(value: YAMLElement_$union): StepInput[];
336
+ /**
337
+ * Decode sequence-form step inputs where the id must be present in the item.
338
+ */
174
339
  export declare function Decode_decodeStepInputFromArrayItem(item: YAMLElement_$union): StepInput;
340
+ /**
341
+ * Decode sequence-form step inputs, warning and skipping only malformed unnamed entries.
342
+ */
343
+ export declare function Decode_decodeStepInputsFromArrayWithWarnings(warnings: Option<Decode_DecodeWarning[]>, path: string, items: FSharpList<YAMLElement_$union>): StepInput[];
175
344
  export declare function Decode_decodeStepInputsFromArray(items: FSharpList<YAMLElement_$union>): StepInput[];
176
- export declare function Decode_inputStepDecoder(value: YAMLElement_$union): StepInput[];
345
+ /**
346
+ * Select the step input decoder based on CWL map-form versus sequence-form syntax.
347
+ */
348
+ export declare function Decode_inputStepDecoderWithWarnings(warnings: Option<Decode_DecodeWarning[]>, path: string, value: YAMLElement_$union): StepInput[];
349
+ export declare const Decode_inputStepDecoder: (value: YAMLElement_$union) => StepInput[];
350
+ /**
351
+ * Decode step outputs from scalar shorthand or record form with extension fields.
352
+ */
177
353
  export declare function Decode_decodeStepOutputItem(value: YAMLElement_$union): StepOutput_$union;
178
354
  export declare const Decode_outputStepsDecoder: (value_2: YAMLElement_$union) => StepOutput_$union[];
179
355
  export declare const Decode_docDecoder: (value_1: YAMLElement_$union) => Option<string>;
180
356
  export declare const Decode_labelDecoder: (value_1: YAMLElement_$union) => Option<string>;
181
357
  export declare const Decode_idDecoder: (value_1: YAMLElement_$union) => Option<string>;
182
358
  export declare const Decode_intentDecoder: (value_1: YAMLElement_$union) => Option<string[]>;
359
+ /**
360
+ * Test object mappings for an explicit field without invoking a typed decoder.
361
+ */
183
362
  export declare function Decode_hasField(fieldName: string, yamlElement: YAMLElement_$union): boolean;
363
+ /**
364
+ * Inject the parent workflow cwlVersion into inline run objects that omit it.
365
+ */
184
366
  export declare function Decode_withDefaultCwlVersion(defaultCwlVersion: string, yamlElement: YAMLElement_$union): YAMLElement_$union;
185
- export declare function Decode_workflowStepRunDecoder(defaultCwlVersion: string, runValue: YAMLElement_$union): WorkflowStepRun_$union;
186
- export declare function Decode_decodeWorkflowStepFromValueWithId(defaultCwlVersion: string, stepId: string, value: YAMLElement_$union): WorkflowStep;
367
+ /**
368
+ * Decode a workflow step run as either a path string or an inline CWL processing unit.
369
+ */
370
+ export declare function Decode_workflowStepRunDecoder(warnings: Option<Decode_DecodeWarning[]>, defaultCwlVersion: string, runValue: YAMLElement_$union): WorkflowStepRun_$union;
371
+ /**
372
+ * Decode a named workflow step and thread warnings into nested step inputs and inline runs.
373
+ */
374
+ export declare function Decode_decodeWorkflowStepFromValueWithId(warnings: Option<Decode_DecodeWarning[]>, defaultCwlVersion: string, path: string, stepId: string, value: YAMLElement_$union): WorkflowStep;
187
375
  export declare function Decode_decodeWorkflowStepFromArrayItem(defaultCwlVersion: string, item: YAMLElement_$union): WorkflowStep;
188
- export declare function Decode_stepArrayDecoderWithVersion(defaultCwlVersion: string, value: YAMLElement_$union): WorkflowStep[];
189
- export declare function Decode_stepsDecoderWithVersion(defaultCwlVersion: string): ((arg0: YAMLElement_$union) => WorkflowStep[]);
190
- export declare function Decode_commandLineToolDecoder(yamlCWL: YAMLElement_$union): CWLToolDescription;
191
- export declare function Decode_expressionToolDecoder(yamlCWL: YAMLElement_$union): CWLExpressionToolDescription;
192
- export declare function Decode_operationDecoder(yamlCWL: YAMLElement_$union): CWLOperationDescription;
193
- export declare function Decode_workflowDecoder(yamlCWL: YAMLElement_$union): CWLWorkflowDescription;
376
+ /**
377
+ * Decode one sequence-form workflow step, warning only for malformed unnamed entries.
378
+ */
379
+ export declare function Decode_decodeWorkflowStepFromArrayItemWithWarnings(warnings: Option<Decode_DecodeWarning[]>, defaultCwlVersion: string, index: int32, item: YAMLElement_$union): Option<WorkflowStep>;
380
+ /**
381
+ * Decode workflow steps from sequence-form or map-form syntax with version-aware inline runs.
382
+ */
383
+ export declare function Decode_stepArrayDecoderWithVersion(warnings: Option<Decode_DecodeWarning[]>, defaultCwlVersion: string, value: YAMLElement_$union): WorkflowStep[];
384
+ export declare function Decode_stepsDecoderWithVersion(warnings: Option<Decode_DecodeWarning[]>, defaultCwlVersion: string): ((arg0: YAMLElement_$union) => WorkflowStep[]);
385
+ /**
386
+ * Decode a CommandLineTool and preserve unknown top-level metadata fields.
387
+ */
388
+ export declare function Decode_commandLineToolDecoder(warnings: Option<Decode_DecodeWarning[]>, yamlCWL: YAMLElement_$union): CWLToolDescription;
389
+ /**
390
+ * Decode an ExpressionTool and preserve unknown top-level metadata fields.
391
+ */
392
+ export declare function Decode_expressionToolDecoder(warnings: Option<Decode_DecodeWarning[]>, yamlCWL: YAMLElement_$union): CWLExpressionToolDescription;
393
+ /**
394
+ * Decode an Operation and enforce its required inputs collection.
395
+ */
396
+ export declare function Decode_operationDecoder(warnings: Option<Decode_DecodeWarning[]>, yamlCWL: YAMLElement_$union): CWLOperationDescription;
397
+ /**
398
+ * Decode a Workflow, including version-aware steps and preserved metadata fields.
399
+ */
400
+ export declare function Decode_workflowDecoder(warnings: Option<Decode_DecodeWarning[]>, yamlCWL: YAMLElement_$union): CWLWorkflowDescription;
401
+ /**
402
+ * Dispatch a parsed CWL document to the processing-unit decoder declared by its class field.
403
+ */
404
+ export declare function Decode_decodeCWLProcessingUnitElementWithWarnings(warnings: Option<Decode_DecodeWarning[]>, yamlCWL: YAMLElement_$union): CWLProcessingUnit_$union;
405
+ /**
406
+ * Decode an already-parsed CWL element without warning collection.
407
+ */
194
408
  export declare function Decode_decodeCWLProcessingUnitElement(yamlCWL: YAMLElement_$union): CWLProcessingUnit_$union;
195
409
  export declare const Decode_stepArrayDecoder: (value: YAMLElement_$union) => WorkflowStep[];
196
410
  export declare const Decode_stepsDecoder: ((arg0: YAMLElement_$union) => WorkflowStep[]);
197
411
  /**
198
- * Decode a CWL file string written in the YAML format into a CWLToolDescription
412
+ * Decode a CWL CommandLineTool YAML string and return recoverable warnings.
413
+ */
414
+ export declare function Decode_decodeCommandLineToolWithWarnings(cwl: string): Decode_DecodeResult$1<CWLToolDescription>;
415
+ /**
416
+ * Decode a CWL CommandLineTool and discard recoverable warnings.
199
417
  */
200
418
  export declare function Decode_decodeCommandLineTool(cwl: string): CWLToolDescription;
201
419
  /**
202
- * Decode a CWL file string written in the YAML format into a CWLWorkflowDescription
420
+ * Decode a CWL Workflow YAML string and return recoverable warnings.
421
+ */
422
+ export declare function Decode_decodeWorkflowWithWarnings(cwl: string): Decode_DecodeResult$1<CWLWorkflowDescription>;
423
+ /**
424
+ * Decode a CWL Workflow and discard recoverable warnings.
203
425
  */
204
426
  export declare function Decode_decodeWorkflow(cwl: string): CWLWorkflowDescription;
205
427
  /**
206
- * Decode a CWL file string written in the YAML format into a CWLExpressionToolDescription
428
+ * Decode a CWL ExpressionTool YAML string and return recoverable warnings.
429
+ */
430
+ export declare function Decode_decodeExpressionToolWithWarnings(cwl: string): Decode_DecodeResult$1<CWLExpressionToolDescription>;
431
+ /**
432
+ * Decode a CWL ExpressionTool and discard recoverable warnings.
207
433
  */
208
434
  export declare function Decode_decodeExpressionTool(cwl: string): CWLExpressionToolDescription;
209
435
  /**
210
- * Decode a CWL file string written in the YAML format into a CWLOperationDescription
436
+ * Decode a CWL Operation YAML string and return recoverable warnings.
437
+ */
438
+ export declare function Decode_decodeOperationWithWarnings(cwl: string): Decode_DecodeResult$1<CWLOperationDescription>;
439
+ /**
440
+ * Decode a CWL Operation and discard recoverable warnings.
211
441
  */
212
442
  export declare function Decode_decodeOperation(cwl: string): CWLOperationDescription;
443
+ /**
444
+ * Decode any CWL processing unit from a YAML string and return recoverable warnings.
445
+ */
446
+ export declare function Decode_decodeCWLProcessingUnitWithWarnings(cwl: string): Decode_DecodeResult$1<CWLProcessingUnit_$union>;
447
+ /**
448
+ * Decode any CWL processing unit and discard recoverable warnings.
449
+ */
213
450
  export declare function Decode_decodeCWLProcessingUnit(cwl: string): CWLProcessingUnit_$union;
451
+ /**
452
+ * Decode one YAML parameter entry from scalar, object, or sequence forms.
453
+ */
214
454
  export declare function DecodeParameters_cwlParameterReferenceDecoder(get$: IGetters, key: string, yEle: YAMLElement_$union): CWLParameterReference;
215
455
  export declare const DecodeParameters_cwlparameterReferenceArrayDecoder: (value: YAMLElement_$union) => CWLParameterReference[];
456
+ /**
457
+ * Decode a YAML parameter file string into parameter references.
458
+ */
216
459
  export declare function DecodeParameters_decodeYAMLParameterFile(yaml: string): CWLParameterReference[];
217
460
  //# sourceMappingURL=Decode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Decode.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/Decode.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Decode.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/Decode.ts"],"names":[],"mappings":"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"}