@nfdi4plants/arctrl 3.0.3 → 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 (107) hide show
  1. package/dist/ts/node_modules/@fable-org/fable-library-js/System.Collections.Generic.js +320 -0
  2. package/dist/ts/ts/ARC.d.ts +3 -3
  3. package/dist/ts/ts/ARC.d.ts.map +1 -1
  4. package/dist/ts/ts/ARC.js +72 -93
  5. package/dist/ts/ts/CWL/CWLTypes.d.ts +162 -45
  6. package/dist/ts/ts/CWL/CWLTypes.d.ts.map +1 -1
  7. package/dist/ts/ts/CWL/CWLTypes.js +495 -104
  8. package/dist/ts/ts/CWL/Decode.d.ts +292 -46
  9. package/dist/ts/ts/CWL/Decode.d.ts.map +1 -1
  10. package/dist/ts/ts/CWL/Decode.js +951 -563
  11. package/dist/ts/ts/CWL/DynamicObjHelpers.d.ts +37 -0
  12. package/dist/ts/ts/CWL/DynamicObjHelpers.d.ts.map +1 -0
  13. package/dist/ts/ts/CWL/DynamicObjHelpers.js +57 -0
  14. package/dist/ts/ts/CWL/Encode.d.ts +117 -2
  15. package/dist/ts/ts/CWL/Encode.d.ts.map +1 -1
  16. package/dist/ts/ts/CWL/Encode.js +447 -193
  17. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts +8 -3
  18. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts.map +1 -1
  19. package/dist/ts/ts/CWL/ExpressionToolDescription.js +20 -4
  20. package/dist/ts/ts/CWL/Inputs.d.ts +65 -14
  21. package/dist/ts/ts/CWL/Inputs.d.ts.map +1 -1
  22. package/dist/ts/ts/CWL/Inputs.js +194 -51
  23. package/dist/ts/ts/CWL/OperationDescription.d.ts +8 -3
  24. package/dist/ts/ts/CWL/OperationDescription.d.ts.map +1 -1
  25. package/dist/ts/ts/CWL/OperationDescription.js +20 -4
  26. package/dist/ts/ts/CWL/Outputs.d.ts +51 -12
  27. package/dist/ts/ts/CWL/Outputs.d.ts.map +1 -1
  28. package/dist/ts/ts/CWL/Outputs.js +152 -76
  29. package/dist/ts/ts/CWL/ParameterReference.d.ts +4 -1
  30. package/dist/ts/ts/CWL/ParameterReference.d.ts.map +1 -1
  31. package/dist/ts/ts/CWL/ParameterReference.js +17 -6
  32. package/dist/ts/ts/CWL/Requirements.d.ts +140 -50
  33. package/dist/ts/ts/CWL/Requirements.d.ts.map +1 -1
  34. package/dist/ts/ts/CWL/Requirements.js +458 -127
  35. package/dist/ts/ts/CWL/ToolDescription.d.ts +31 -3
  36. package/dist/ts/ts/CWL/ToolDescription.d.ts.map +1 -1
  37. package/dist/ts/ts/CWL/ToolDescription.js +83 -4
  38. package/dist/ts/ts/CWL/WorkflowDescription.d.ts +8 -3
  39. package/dist/ts/ts/CWL/WorkflowDescription.d.ts.map +1 -1
  40. package/dist/ts/ts/CWL/WorkflowDescription.js +20 -4
  41. package/dist/ts/ts/CWL/WorkflowSteps.d.ts +50 -19
  42. package/dist/ts/ts/CWL/WorkflowSteps.d.ts.map +1 -1
  43. package/dist/ts/ts/CWL/WorkflowSteps.js +152 -23
  44. package/dist/ts/ts/Contract/Git.d.ts.map +1 -1
  45. package/dist/ts/ts/Contract/Git.js +1 -1
  46. package/dist/ts/ts/ContractIO/ContractIO.d.ts +3 -3
  47. package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -1
  48. package/dist/ts/ts/ContractIO/ContractIO.js +30 -23
  49. package/dist/ts/ts/Conversion/Assay.d.ts.map +1 -1
  50. package/dist/ts/ts/Conversion/Assay.js +4 -3
  51. package/dist/ts/ts/Conversion/Investigation.js +2 -2
  52. package/dist/ts/ts/Conversion/Person.d.ts +1 -1
  53. package/dist/ts/ts/Conversion/Person.d.ts.map +1 -1
  54. package/dist/ts/ts/Conversion/Person.js +27 -11
  55. package/dist/ts/ts/Conversion/Run.d.ts.map +1 -1
  56. package/dist/ts/ts/Conversion/Run.js +3 -2
  57. package/dist/ts/ts/Conversion/ScholarlyArticle.d.ts.map +1 -1
  58. package/dist/ts/ts/Conversion/ScholarlyArticle.js +2 -1
  59. package/dist/ts/ts/Conversion/Study.d.ts.map +1 -1
  60. package/dist/ts/ts/Conversion/Study.js +5 -4
  61. package/dist/ts/ts/Conversion/Workflow.d.ts.map +1 -1
  62. package/dist/ts/ts/Conversion/Workflow.js +13 -12
  63. package/dist/ts/ts/Conversion.d.ts +14 -10
  64. package/dist/ts/ts/Conversion.d.ts.map +1 -1
  65. package/dist/ts/ts/Conversion.js +18 -11
  66. package/dist/ts/ts/Core/ArcTypes.d.ts.map +1 -1
  67. package/dist/ts/ts/Core/ArcTypes.js +18 -0
  68. package/dist/ts/ts/Core/Datamap.d.ts.map +1 -1
  69. package/dist/ts/ts/Core/Datamap.js +4 -2
  70. package/dist/ts/ts/Core/OntologyAnnotation.d.ts.map +1 -1
  71. package/dist/ts/ts/Core/OntologyAnnotation.js +76 -2
  72. package/dist/ts/ts/Core/Table/ArcTableAux.d.ts +3 -0
  73. package/dist/ts/ts/Core/Table/ArcTableAux.d.ts.map +1 -1
  74. package/dist/ts/ts/Core/Table/ArcTableAux.js +23 -10
  75. package/dist/ts/ts/Core/Table/ArcTables.d.ts +1 -0
  76. package/dist/ts/ts/Core/Table/ArcTables.d.ts.map +1 -1
  77. package/dist/ts/ts/Core/Table/ArcTables.js +7 -3
  78. package/dist/ts/ts/Json.d.ts +2 -2
  79. package/dist/ts/ts/Json.d.ts.map +1 -1
  80. package/dist/ts/ts/Json.js +3 -3
  81. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.d.ts.map +1 -1
  82. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.js +2 -1
  83. package/dist/ts/ts/Yaml/ValidationPackage.d.ts +1 -1
  84. package/dist/ts/ts/Yaml/ValidationPackage.d.ts.map +1 -1
  85. package/dist/ts/ts/Yaml/ValidationPackage.js +5 -5
  86. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts +1 -1
  87. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts.map +1 -1
  88. package/dist/ts/ts/Yaml/ValidationPackagesConfig.js +5 -5
  89. package/dist/ts/ts/Yaml.js +1 -1
  90. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Decode.fs.js +96 -24
  91. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Persil.fs.js +11 -159
  92. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Preprocessing.fs.js +319 -0
  93. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Reader.fs.js +1867 -0
  94. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Regex.fs.js +1 -1
  95. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/RegexActivePatterns.fs.js +2 -2
  96. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Syntax.fs.js +819 -0
  97. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Writer.fs.js +686 -0
  98. package/package.json +1 -1
  99. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.5/FlowToBlock.fs.js +0 -956
  100. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.5/Preprocessing.fs.js +0 -139
  101. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.5/Reader.fs.js +0 -1314
  102. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.5/Writer.fs.js +0 -391
  103. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Encode.fs.js +0 -0
  104. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Escapes.fs.js +0 -0
  105. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Interop/JsInterop.fs.js +0 -0
  106. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/StringBuffer.fs.js +0 -0
  107. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/YAMLiciousTypes.fs.js +0 -0
@@ -1,10 +1,12 @@
1
- import { Union, Record } from '../../node_modules/@fable-org/fable-library-js/Types.js';
2
- import { union_type, string_type, class_type, record_type, option_type, bool_type, array_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
1
+ import { Union } from '../../node_modules/@fable-org/fable-library-js/Types.js';
2
+ import { union_type, string_type, class_type, array_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
3
3
  import { toText, printf } from '../../node_modules/@fable-org/fable-library-js/String.js';
4
- import { identityHash, equals, arrayHash, safeHash, numberHash } from '../../node_modules/@fable-org/fable-library-js/Util.js';
4
+ import { unwrap, value, map } from '../../node_modules/@fable-org/fable-library-js/Option.js';
5
+ import { ofSeq } from '../../node_modules/@fable-org/fable-library-js/Set.js';
6
+ import { comparePrimitives, arrayHash, equals, safeHash, numberHash } from '../../node_modules/@fable-org/fable-library-js/Util.js';
7
+ import { hashDynamicProperties, dynamicPropertiesEqual } from './DynamicObjHelpers.js';
5
8
  import { DynamicObj, DynamicObj_$reflection } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
6
- import { value } from '../../node_modules/@fable-org/fable-library-js/Option.js';
7
- import { forAll2, toList, map } from '../../node_modules/@fable-org/fable-library-js/Seq.js';
9
+ import { forAll2, toList, map as map$1 } from '../../node_modules/@fable-org/fable-library-js/Seq.js';
8
10
 
9
11
  function SchemaSaladString_Literal(Item) {
10
12
  return new SchemaSaladString(0, [Item]);
@@ -78,170 +80,485 @@ function SchemaSaladStringModule_toDirectiveString(saladString) {
78
80
  return SchemaSaladString__get_AsDirectiveString(saladString);
79
81
  }
80
82
  class FileInstance extends DynamicObj {
81
- constructor() {
83
+ constructor(location, path, basename, dirname, nameroot, nameext, checksum, size, secondaryFiles, format, contents) {
82
84
  super();
85
+ this._location = location;
86
+ this._path = path;
87
+ this._basename = basename;
88
+ this._dirname = dirname;
89
+ this._nameroot = nameroot;
90
+ this._nameext = nameext;
91
+ this._checksum = checksum;
92
+ this._size = size;
93
+ this._secondaryFiles = secondaryFiles;
94
+ this._format = format;
95
+ this._contents = contents;
96
+ }
97
+ get Location() {
98
+ const this$ = this;
99
+ return unwrap(this$._location);
100
+ }
101
+ set Location(value) {
102
+ const this$ = this;
103
+ this$._location = value;
104
+ }
105
+ get Path() {
106
+ const this$ = this;
107
+ return unwrap(this$._path);
108
+ }
109
+ set Path(value) {
110
+ const this$ = this;
111
+ this$._path = value;
112
+ }
113
+ get Basename() {
114
+ const this$ = this;
115
+ return unwrap(this$._basename);
116
+ }
117
+ set Basename(value) {
118
+ const this$ = this;
119
+ this$._basename = value;
120
+ }
121
+ get Dirname() {
122
+ const this$ = this;
123
+ return unwrap(this$._dirname);
124
+ }
125
+ set Dirname(value) {
126
+ const this$ = this;
127
+ this$._dirname = value;
128
+ }
129
+ get Nameroot() {
130
+ const this$ = this;
131
+ return unwrap(this$._nameroot);
132
+ }
133
+ set Nameroot(value) {
134
+ const this$ = this;
135
+ this$._nameroot = value;
136
+ }
137
+ get Nameext() {
138
+ const this$ = this;
139
+ return unwrap(this$._nameext);
140
+ }
141
+ set Nameext(value) {
142
+ const this$ = this;
143
+ this$._nameext = value;
144
+ }
145
+ get Checksum() {
146
+ const this$ = this;
147
+ return unwrap(this$._checksum);
148
+ }
149
+ set Checksum(value) {
150
+ const this$ = this;
151
+ this$._checksum = value;
152
+ }
153
+ get Size() {
154
+ const this$ = this;
155
+ return unwrap(this$._size);
156
+ }
157
+ set Size(value) {
158
+ const this$ = this;
159
+ this$._size = value;
160
+ }
161
+ get SecondaryFiles() {
162
+ const this$ = this;
163
+ return unwrap(this$._secondaryFiles);
164
+ }
165
+ set SecondaryFiles(value) {
166
+ const this$ = this;
167
+ this$._secondaryFiles = value;
168
+ }
169
+ get Format() {
170
+ const this$ = this;
171
+ return unwrap(this$._format);
172
+ }
173
+ set Format(value) {
174
+ const this$ = this;
175
+ this$._format = value;
176
+ }
177
+ get Contents() {
178
+ const this$ = this;
179
+ return unwrap(this$._contents);
180
+ }
181
+ set Contents(value) {
182
+ const this$ = this;
183
+ this$._contents = value;
184
+ }
185
+ static get KnownFieldNames() {
186
+ return ofSeq(["class", "type", "location", "path", "basename", "dirname", "nameroot", "nameext", "checksum", "size", "secondaryFiles", "format", "contents"], {
187
+ Compare: comparePrimitives
188
+ });
83
189
  }
84
190
  GetHashCode() {
85
191
  const this$ = this;
86
- return identityHash(this$.DeepCopyProperties()) | 0;
192
+ return arrayHash([this$.Location, this$.Path, this$.Basename, this$.Dirname, this$.Nameroot, this$.Nameext, this$.Checksum, this$.Size, this$.SecondaryFiles, this$.Format, this$.Contents, hashDynamicProperties(this$)]) | 0;
87
193
  }
88
194
  Equals(o) {
89
195
  let o_1;
90
196
  const this$ = this;
91
- return o instanceof FileInstance && (o_1 = o, this$.StructurallyEquals(o_1));
197
+ return o instanceof FileInstance && (o_1 = o, equals(this$.Location, o_1.Location) && equals(this$.Path, o_1.Path) && equals(this$.Basename, o_1.Basename) && equals(this$.Dirname, o_1.Dirname) && equals(this$.Nameroot, o_1.Nameroot) && equals(this$.Nameext, o_1.Nameext) && equals(this$.Checksum, o_1.Checksum) && equals(this$.Size, o_1.Size) && equals(this$.SecondaryFiles, o_1.SecondaryFiles) && equals(this$.Format, o_1.Format) && equals(this$.Contents, o_1.Contents) && dynamicPropertiesEqual(this$, o_1));
92
198
  }
93
199
  }
94
200
  function FileInstance_$reflection() {
95
201
  return class_type("ARCtrl.CWL.FileInstance", void 0, FileInstance, DynamicObj_$reflection());
96
202
  }
97
- function FileInstance_$ctor() {
98
- return new FileInstance();
203
+ function FileInstance_$ctor_75C1B52E(location, path, basename, dirname, nameroot, nameext, checksum, size, secondaryFiles, format, contents) {
204
+ return new FileInstance(location, path, basename, dirname, nameroot, nameext, checksum, size, secondaryFiles, format, contents);
99
205
  }
100
206
  class DirectoryInstance extends DynamicObj {
101
- constructor() {
207
+ constructor(location, path, basename, listing) {
102
208
  super();
209
+ this._location = location;
210
+ this._path = path;
211
+ this._basename = basename;
212
+ this._listing = listing;
213
+ }
214
+ get Location() {
215
+ const this$ = this;
216
+ return unwrap(this$._location);
217
+ }
218
+ set Location(value) {
219
+ const this$ = this;
220
+ this$._location = value;
221
+ }
222
+ get Path() {
223
+ const this$ = this;
224
+ return unwrap(this$._path);
225
+ }
226
+ set Path(value) {
227
+ const this$ = this;
228
+ this$._path = value;
229
+ }
230
+ get Basename() {
231
+ const this$ = this;
232
+ return unwrap(this$._basename);
233
+ }
234
+ set Basename(value) {
235
+ const this$ = this;
236
+ this$._basename = value;
237
+ }
238
+ get Listing() {
239
+ const this$ = this;
240
+ return unwrap(this$._listing);
241
+ }
242
+ set Listing(value) {
243
+ const this$ = this;
244
+ this$._listing = value;
245
+ }
246
+ static get KnownFieldNames() {
247
+ return ofSeq(["class", "type", "location", "path", "basename", "listing"], {
248
+ Compare: comparePrimitives
249
+ });
103
250
  }
104
251
  Equals(o) {
105
252
  let o_1;
106
253
  const this$ = this;
107
- return o instanceof DirectoryInstance && (o_1 = o, this$.StructurallyEquals(o_1));
254
+ return o instanceof DirectoryInstance && (o_1 = o, equals(this$.Location, o_1.Location) && equals(this$.Path, o_1.Path) && equals(this$.Basename, o_1.Basename) && equals(this$.Listing, o_1.Listing) && dynamicPropertiesEqual(this$, o_1));
108
255
  }
109
256
  GetHashCode() {
110
257
  const this$ = this;
111
- return identityHash(this$.DeepCopyProperties()) | 0;
258
+ return arrayHash([this$.Location, this$.Path, this$.Basename, this$.Listing, hashDynamicProperties(this$)]) | 0;
112
259
  }
113
260
  }
114
261
  function DirectoryInstance_$reflection() {
115
262
  return class_type("ARCtrl.CWL.DirectoryInstance", void 0, DirectoryInstance, DynamicObj_$reflection());
116
263
  }
117
- function DirectoryInstance_$ctor() {
118
- return new DirectoryInstance();
264
+ function DirectoryInstance_$ctor_Z4C1E59AE(location, path, basename, listing) {
265
+ return new DirectoryInstance(location, path, basename, listing);
119
266
  }
120
- class DirentInstance extends Record {
121
- constructor(Entry, Entryname, Writable) {
267
+ class DirentInstance extends DynamicObj {
268
+ constructor(entry, entryname, writable) {
122
269
  super();
123
- this.Entry = Entry;
124
- this.Entryname = Entryname;
125
- this.Writable = Writable;
270
+ this._entry = entry;
271
+ this._entryname = entryname;
272
+ this._writable = writable;
273
+ }
274
+ get Entry() {
275
+ const this$ = this;
276
+ return this$._entry;
277
+ }
278
+ set Entry(value) {
279
+ const this$ = this;
280
+ this$._entry = value;
281
+ }
282
+ get Entryname() {
283
+ const this$ = this;
284
+ return unwrap(this$._entryname);
285
+ }
286
+ set Entryname(value) {
287
+ const this$ = this;
288
+ this$._entryname = value;
289
+ }
290
+ get Writable() {
291
+ const this$ = this;
292
+ return unwrap(this$._writable);
293
+ }
294
+ set Writable(value) {
295
+ const this$ = this;
296
+ this$._writable = value;
297
+ }
298
+ Equals(o) {
299
+ let other;
300
+ const this$ = this;
301
+ return o instanceof DirentInstance && (other = o, equals(this$.Entry, other.Entry) && equals(this$.Entryname, other.Entryname) && equals(this$.Writable, other.Writable) && dynamicPropertiesEqual(this$, other));
302
+ }
303
+ GetHashCode() {
304
+ const this$ = this;
305
+ return arrayHash([this$.Entry, this$.Entryname, this$.Writable, hashDynamicProperties(this$)]) | 0;
306
+ }
307
+ static get KnownFieldNames() {
308
+ return ofSeq(["entry", "entryname", "writable"], {
309
+ Compare: comparePrimitives
310
+ });
126
311
  }
127
312
  }
128
313
  function DirentInstance_$reflection() {
129
- return record_type("ARCtrl.CWL.DirentInstance", [], DirentInstance, () => [["Entry", SchemaSaladString_$reflection()], ["Entryname", option_type(SchemaSaladString_$reflection())], ["Writable", option_type(bool_type)]]);
314
+ return class_type("ARCtrl.CWL.DirentInstance", void 0, DirentInstance, DynamicObj_$reflection());
130
315
  }
131
- class InputEnumSchema extends Record {
132
- constructor(Symbols, Label, Doc, Name) {
316
+ function DirentInstance_$ctor_Z61DE5D76(entry, entryname, writable) {
317
+ return new DirentInstance(entry, entryname, writable);
318
+ }
319
+ class InputEnumSchema extends DynamicObj {
320
+ constructor(symbols, label, doc, name) {
133
321
  super();
134
- this.Symbols = Symbols;
135
- this.Label = Label;
136
- this.Doc = Doc;
137
- this.Name = Name;
322
+ this._symbols = symbols;
323
+ this._label = label;
324
+ this._doc = doc;
325
+ this._name = name;
326
+ }
327
+ get Symbols() {
328
+ const this$ = this;
329
+ return this$._symbols;
330
+ }
331
+ set Symbols(value) {
332
+ const this$ = this;
333
+ this$._symbols = value;
334
+ }
335
+ get Label() {
336
+ const this$ = this;
337
+ return unwrap(this$._label);
338
+ }
339
+ set Label(value) {
340
+ const this$ = this;
341
+ this$._label = value;
342
+ }
343
+ get Doc() {
344
+ const this$ = this;
345
+ return unwrap(this$._doc);
346
+ }
347
+ set Doc(value) {
348
+ const this$ = this;
349
+ this$._doc = value;
350
+ }
351
+ get Name() {
352
+ const this$ = this;
353
+ return unwrap(this$._name);
354
+ }
355
+ set Name(value) {
356
+ const this$ = this;
357
+ this$._name = value;
138
358
  }
139
359
  Equals(o) {
140
360
  let other;
141
361
  const this$ = this;
142
- return o instanceof InputEnumSchema && (other = o, equals(this$.Label, other.Label) && equals(this$.Doc, other.Doc) && equals(this$.Name, other.Name) && this$.Symbols.length === other.Symbols.length && forAll2((x, y) => x === y, this$.Symbols, other.Symbols));
362
+ return o instanceof InputEnumSchema && (other = o, equals(this$.Label, other.Label) && equals(this$.Doc, other.Doc) && equals(this$.Name, other.Name) && this$.Symbols.length === other.Symbols.length && forAll2((x, y) => x === y, this$.Symbols, other.Symbols) && dynamicPropertiesEqual(this$, other));
143
363
  }
144
364
  GetHashCode() {
145
365
  const this$ = this;
146
- return arrayHash([toList(this$.Symbols), this$.Label, this$.Doc, this$.Name]) | 0;
366
+ return arrayHash([toList(this$.Symbols), this$.Label, this$.Doc, this$.Name, hashDynamicProperties(this$)]) | 0;
367
+ }
368
+ static get KnownFieldNames() {
369
+ return ofSeq(["type", "symbols", "label", "doc", "name"], {
370
+ Compare: comparePrimitives
371
+ });
147
372
  }
148
373
  }
149
374
  function InputEnumSchema_$reflection() {
150
- return record_type("ARCtrl.CWL.InputEnumSchema", [], InputEnumSchema, () => [["Symbols", array_type(string_type)], ["Label", option_type(string_type)], ["Doc", option_type(string_type)], ["Name", option_type(string_type)]]);
375
+ return class_type("ARCtrl.CWL.InputEnumSchema", void 0, InputEnumSchema, DynamicObj_$reflection());
376
+ }
377
+ function InputEnumSchema_$ctor_Z998ED46(symbols, label, doc, name) {
378
+ return new InputEnumSchema(symbols, label, doc, name);
151
379
  }
152
- class InputRecordField extends Record {
153
- constructor(Name, Type, Doc, Label) {
380
+ class InputRecordField extends DynamicObj {
381
+ constructor(name, type_, doc, label) {
154
382
  super();
155
- this.Name = Name;
156
- this.Type = Type;
157
- this.Doc = Doc;
158
- this.Label = Label;
383
+ this._name = name;
384
+ this._type = type_;
385
+ this._doc = doc;
386
+ this._label = label;
387
+ }
388
+ get Name() {
389
+ const this$ = this;
390
+ return this$._name;
391
+ }
392
+ set Name(value) {
393
+ const this$ = this;
394
+ this$._name = value;
395
+ }
396
+ get Type() {
397
+ const this$ = this;
398
+ return this$._type;
399
+ }
400
+ set Type(value) {
401
+ const this$ = this;
402
+ this$._type = value;
403
+ }
404
+ get Doc() {
405
+ const this$ = this;
406
+ return unwrap(this$._doc);
407
+ }
408
+ set Doc(value) {
409
+ const this$ = this;
410
+ this$._doc = value;
411
+ }
412
+ get Label() {
413
+ const this$ = this;
414
+ return unwrap(this$._label);
415
+ }
416
+ set Label(value) {
417
+ const this$ = this;
418
+ this$._label = value;
159
419
  }
160
420
  Equals(o) {
161
421
  let other;
162
422
  const this$ = this;
163
- return o instanceof InputRecordField && (other = o, this$.Name === other.Name && equals(this$.Type, other.Type) && equals(this$.Doc, other.Doc) && equals(this$.Label, other.Label));
423
+ return o instanceof InputRecordField && (other = o, this$.Name === other.Name && equals(this$.Type, other.Type) && equals(this$.Doc, other.Doc) && equals(this$.Label, other.Label) && dynamicPropertiesEqual(this$, other));
164
424
  }
165
425
  GetHashCode() {
166
426
  const this$ = this;
167
- return arrayHash([this$.Name, this$.Type, this$.Doc, this$.Label]) | 0;
427
+ return arrayHash([this$.Name, this$.Type, this$.Doc, this$.Label, hashDynamicProperties(this$)]) | 0;
428
+ }
429
+ static get KnownFieldNames() {
430
+ return ofSeq(["name", "type", "doc", "label"], {
431
+ Compare: comparePrimitives
432
+ });
168
433
  }
169
434
  }
170
435
  function InputRecordField_$reflection() {
171
- return record_type("ARCtrl.CWL.InputRecordField", [], InputRecordField, () => [["Name", string_type], ["Type", CWLType_$reflection()], ["Doc", option_type(string_type)], ["Label", option_type(string_type)]]);
436
+ return class_type("ARCtrl.CWL.InputRecordField", void 0, InputRecordField, DynamicObj_$reflection());
437
+ }
438
+ function InputRecordField_$ctor_Z155BDB64(name, type_, doc, label) {
439
+ return new InputRecordField(name, type_, doc, label);
172
440
  }
173
- class InputRecordSchema extends Record {
174
- constructor(Fields, Label, Doc, Name) {
441
+ class InputRecordSchema extends DynamicObj {
442
+ constructor(fields, label, doc, name) {
175
443
  super();
176
- this.Fields = Fields;
177
- this.Label = Label;
178
- this.Doc = Doc;
179
- this.Name = Name;
444
+ this._fields = fields;
445
+ this._label = label;
446
+ this._doc = doc;
447
+ this._name = name;
448
+ }
449
+ get Fields() {
450
+ const this$ = this;
451
+ return unwrap(this$._fields);
452
+ }
453
+ set Fields(value) {
454
+ const this$ = this;
455
+ this$._fields = value;
456
+ }
457
+ get Label() {
458
+ const this$ = this;
459
+ return unwrap(this$._label);
460
+ }
461
+ set Label(value) {
462
+ const this$ = this;
463
+ this$._label = value;
464
+ }
465
+ get Doc() {
466
+ const this$ = this;
467
+ return unwrap(this$._doc);
468
+ }
469
+ set Doc(value) {
470
+ const this$ = this;
471
+ this$._doc = value;
472
+ }
473
+ get Name() {
474
+ const this$ = this;
475
+ return unwrap(this$._name);
476
+ }
477
+ set Name(value) {
478
+ const this$ = this;
479
+ this$._name = value;
180
480
  }
181
481
  Equals(o) {
482
+ let other, matchValue, matchValue_1, f1, f2;
182
483
  const this$ = this;
183
- if (o instanceof InputRecordSchema) {
184
- const other = o;
185
- if (equals(this$.Label, other.Label) && equals(this$.Doc, other.Doc) && equals(this$.Name, other.Name)) {
186
- const matchValue = this$.Fields;
187
- const matchValue_1 = other.Fields;
188
- let matchResult, f1, f2;
189
- if (matchValue != null) {
190
- if (matchValue_1 != null) {
191
- matchResult = 1;
192
- f1 = value(matchValue);
193
- f2 = value(matchValue_1);
194
- } else {
195
- matchResult = 2;
196
- }
197
- } else if (matchValue_1 == null) {
198
- matchResult = 0;
199
- } else {
200
- matchResult = 2;
201
- }
202
- switch (matchResult) {
203
- case 0:
204
- return true;
205
- case 1:
206
- return f1.length === f2.length && forAll2(equals, f1, f2);
207
- default:
208
- return false;
209
- }
210
- } else {
211
- return false;
212
- }
213
- } else {
214
- return false;
215
- }
484
+ return o instanceof InputRecordSchema && (other = o, equals(this$.Label, other.Label) && equals(this$.Doc, other.Doc) && equals(this$.Name, other.Name) && (matchValue = this$.Fields, matchValue_1 = other.Fields, matchValue != null ? matchValue_1 != null && (f1 = value(matchValue), f2 = value(matchValue_1), f1.length === f2.length && forAll2(equals, f1, f2)) : matchValue_1 == null) && dynamicPropertiesEqual(this$, other));
216
485
  }
217
486
  GetHashCode() {
218
487
  const this$ = this;
219
- return arrayHash([this$.Fields, this$.Label, this$.Doc, this$.Name]) | 0;
488
+ return arrayHash([map((arg) => toList(map$1(safeHash, arg)), this$.Fields), this$.Label, this$.Doc, this$.Name, hashDynamicProperties(this$)]) | 0;
489
+ }
490
+ static get KnownFieldNames() {
491
+ return ofSeq(["type", "fields", "label", "doc", "name"], {
492
+ Compare: comparePrimitives
493
+ });
220
494
  }
221
495
  }
222
496
  function InputRecordSchema_$reflection() {
223
- return record_type("ARCtrl.CWL.InputRecordSchema", [], InputRecordSchema, () => [["Fields", option_type(array_type(InputRecordField_$reflection()))], ["Label", option_type(string_type)], ["Doc", option_type(string_type)], ["Name", option_type(string_type)]]);
497
+ return class_type("ARCtrl.CWL.InputRecordSchema", void 0, InputRecordSchema, DynamicObj_$reflection());
224
498
  }
225
- class InputArraySchema extends Record {
226
- constructor(Items, Label, Doc, Name) {
499
+ function InputRecordSchema_$ctor_Z52C4D9E4(fields, label, doc, name) {
500
+ return new InputRecordSchema(fields, label, doc, name);
501
+ }
502
+ class InputArraySchema extends DynamicObj {
503
+ constructor(items, label, doc, name) {
227
504
  super();
228
- this.Items = Items;
229
- this.Label = Label;
230
- this.Doc = Doc;
231
- this.Name = Name;
505
+ this._items = items;
506
+ this._label = label;
507
+ this._doc = doc;
508
+ this._name = name;
509
+ }
510
+ get Items() {
511
+ const this$ = this;
512
+ return this$._items;
513
+ }
514
+ set Items(value) {
515
+ const this$ = this;
516
+ this$._items = value;
517
+ }
518
+ get Label() {
519
+ const this$ = this;
520
+ return unwrap(this$._label);
521
+ }
522
+ set Label(value) {
523
+ const this$ = this;
524
+ this$._label = value;
525
+ }
526
+ get Doc() {
527
+ const this$ = this;
528
+ return unwrap(this$._doc);
529
+ }
530
+ set Doc(value) {
531
+ const this$ = this;
532
+ this$._doc = value;
533
+ }
534
+ get Name() {
535
+ const this$ = this;
536
+ return unwrap(this$._name);
537
+ }
538
+ set Name(value) {
539
+ const this$ = this;
540
+ this$._name = value;
232
541
  }
233
542
  Equals(o) {
234
543
  let other;
235
544
  const this$ = this;
236
- return o instanceof InputArraySchema && (other = o, equals(this$.Items, other.Items) && equals(this$.Label, other.Label) && equals(this$.Doc, other.Doc) && equals(this$.Name, other.Name));
545
+ return o instanceof InputArraySchema && (other = o, equals(this$.Items, other.Items) && equals(this$.Label, other.Label) && equals(this$.Doc, other.Doc) && equals(this$.Name, other.Name) && dynamicPropertiesEqual(this$, other));
237
546
  }
238
547
  GetHashCode() {
239
548
  const this$ = this;
240
- return arrayHash([this$.Items, this$.Label, this$.Doc, this$.Name]) | 0;
549
+ return arrayHash([this$.Items, this$.Label, this$.Doc, this$.Name, hashDynamicProperties(this$)]) | 0;
550
+ }
551
+ static get KnownFieldNames() {
552
+ return ofSeq(["type", "items", "label", "doc", "name"], {
553
+ Compare: comparePrimitives
554
+ });
241
555
  }
242
556
  }
243
557
  function InputArraySchema_$reflection() {
244
- return record_type("ARCtrl.CWL.InputArraySchema", [], InputArraySchema, () => [["Items", CWLType_$reflection()], ["Label", option_type(string_type)], ["Doc", option_type(string_type)], ["Name", option_type(string_type)]]);
558
+ return class_type("ARCtrl.CWL.InputArraySchema", void 0, InputArraySchema, DynamicObj_$reflection());
559
+ }
560
+ function InputArraySchema_$ctor_4E4FFD9F(items, label, doc, name) {
561
+ return new InputArraySchema(items, label, doc, name);
245
562
  }
246
563
  function CWLType_File(Item) {
247
564
  return new CWLType(0, [Item]);
@@ -347,38 +664,112 @@ class CWLType extends Union {
347
664
  11 ? arrayHash([11, this$.fields[0]]) : this$.tag === /* Record */
348
665
  12 ? arrayHash([12, this$.fields[0]]) : this$.tag === /* Enum */
349
666
  13 ? arrayHash([13, this$.fields[0]]) : this$.tag === /* Union */
350
- 14 ? arrayHash([14, toList(map(safeHash, this$.fields[0]))]) : arrayHash([0, safeHash(this$.fields[0])])) | 0;
667
+ 14 ? arrayHash([14, toList(map$1(safeHash, this$.fields[0]))]) : arrayHash([0, safeHash(this$.fields[0])])) | 0;
351
668
  }
352
669
  }
353
670
  function CWLType_$reflection() {
354
671
  return union_type("ARCtrl.CWL.CWLType", [], CWLType, () => [[["Item", FileInstance_$reflection()]], [["Item", DirectoryInstance_$reflection()]], [["Item", DirentInstance_$reflection()]], [], [], [], [], [], [], [], [], [["Item", InputArraySchema_$reflection()]], [["Item", InputRecordSchema_$reflection()]], [["Item", InputEnumSchema_$reflection()]], [["Item", array_type(CWLType_$reflection())]]]);
355
672
  }
356
673
  function CWLType_file() {
357
- return CWLType_File(FileInstance_$ctor());
674
+ return CWLType_File(new FileInstance());
358
675
  }
359
676
  function CWLType_directory() {
360
- return CWLType_Directory(DirectoryInstance_$ctor());
677
+ return CWLType_Directory(new DirectoryInstance());
361
678
  }
362
- class SchemaDefRequirementType extends Record {
363
- constructor(Name, Type_) {
679
+ class SchemaDefRequirementType extends DynamicObj {
680
+ constructor(name, type_) {
364
681
  super();
365
- this.Name = Name;
366
- this.Type_ = Type_;
682
+ this._name = name;
683
+ this._type = type_;
684
+ }
685
+ get Name() {
686
+ const this$ = this;
687
+ return this$._name;
688
+ }
689
+ set Name(value) {
690
+ const this$ = this;
691
+ this$._name = value;
692
+ }
693
+ get Type_() {
694
+ const this$ = this;
695
+ return this$._type;
696
+ }
697
+ set Type_(value) {
698
+ const this$ = this;
699
+ this$._type = value;
700
+ }
701
+ Equals(o) {
702
+ let other;
703
+ const this$ = this;
704
+ return o instanceof SchemaDefRequirementType && (other = o, this$.Name === other.Name && equals(this$.Type_, other.Type_) && dynamicPropertiesEqual(this$, other));
705
+ }
706
+ GetHashCode() {
707
+ const this$ = this;
708
+ return arrayHash([this$.Name, this$.Type_, hashDynamicProperties(this$)]) | 0;
709
+ }
710
+ static get KnownFieldNames() {
711
+ return ofSeq(["name", "type"], {
712
+ Compare: comparePrimitives
713
+ });
367
714
  }
368
715
  }
369
716
  function SchemaDefRequirementType_$reflection() {
370
- return record_type("ARCtrl.CWL.SchemaDefRequirementType", [], SchemaDefRequirementType, () => [["Name", string_type], ["Type_", CWLType_$reflection()]]);
717
+ return class_type("ARCtrl.CWL.SchemaDefRequirementType", void 0, SchemaDefRequirementType, DynamicObj_$reflection());
718
+ }
719
+ function SchemaDefRequirementType_$ctor_Z1662A364(name, type_) {
720
+ return new SchemaDefRequirementType(name, type_);
371
721
  }
372
- class SoftwarePackage extends Record {
373
- constructor(Package, Version, Specs) {
722
+ class SoftwarePackage extends DynamicObj {
723
+ constructor(package$, version, specs) {
374
724
  super();
375
- this.Package = Package;
376
- this.Version = Version;
377
- this.Specs = Specs;
725
+ this._package = package$;
726
+ this._version = version;
727
+ this._specs = specs;
728
+ }
729
+ get Package() {
730
+ const this$ = this;
731
+ return this$._package;
732
+ }
733
+ set Package(value) {
734
+ const this$ = this;
735
+ this$._package = value;
736
+ }
737
+ get Version() {
738
+ const this$ = this;
739
+ return unwrap(this$._version);
740
+ }
741
+ set Version(value) {
742
+ const this$ = this;
743
+ this$._version = value;
744
+ }
745
+ get Specs() {
746
+ const this$ = this;
747
+ return unwrap(this$._specs);
748
+ }
749
+ set Specs(value) {
750
+ const this$ = this;
751
+ this$._specs = value;
752
+ }
753
+ Equals(o) {
754
+ let other;
755
+ const this$ = this;
756
+ return o instanceof SoftwarePackage && (other = o, this$.Package === other.Package && equals(this$.Version, other.Version) && equals(this$.Specs, other.Specs) && dynamicPropertiesEqual(this$, other));
757
+ }
758
+ GetHashCode() {
759
+ const this$ = this;
760
+ return arrayHash([this$.Package, this$.Version, this$.Specs, hashDynamicProperties(this$)]) | 0;
761
+ }
762
+ static get KnownFieldNames() {
763
+ return ofSeq(["package", "version", "specs"], {
764
+ Compare: comparePrimitives
765
+ });
378
766
  }
379
767
  }
380
768
  function SoftwarePackage_$reflection() {
381
- return record_type("ARCtrl.CWL.SoftwarePackage", [], SoftwarePackage, () => [["Package", string_type], ["Version", option_type(array_type(string_type))], ["Specs", option_type(array_type(string_type))]]);
769
+ return class_type("ARCtrl.CWL.SoftwarePackage", void 0, SoftwarePackage, DynamicObj_$reflection());
770
+ }
771
+ function SoftwarePackage_$ctor_7A38CADB(package$, version, specs) {
772
+ return new SoftwarePackage(package$, version, specs);
382
773
  }
383
774
 
384
- export { CWLType, CWLType_$reflection, CWLType_Array, CWLType_Boolean, CWLType_Directory, CWLType_Dirent, CWLType_Double, CWLType_Enum, CWLType_File, CWLType_Float, CWLType_Int, CWLType_Long, CWLType_Null, CWLType_Record, CWLType_Stdout, CWLType_String, CWLType_Union, CWLType_directory, CWLType_file, DirectoryInstance, DirectoryInstance_$ctor, DirectoryInstance_$reflection, DirentInstance, DirentInstance_$reflection, FileInstance, FileInstance_$ctor, FileInstance_$reflection, InputArraySchema, InputArraySchema_$reflection, InputEnumSchema, InputEnumSchema_$reflection, InputRecordField, InputRecordField_$reflection, InputRecordSchema, InputRecordSchema_$reflection, SchemaDefRequirementType, SchemaDefRequirementType_$reflection, SchemaSaladString, SchemaSaladStringModule_importPath, SchemaSaladStringModule_includePath, SchemaSaladStringModule_literal, SchemaSaladStringModule_toDirectiveString, SchemaSaladStringModule_value, SchemaSaladString_$reflection, SchemaSaladString_Import, SchemaSaladString_Include, SchemaSaladString_Literal, SchemaSaladString__get_AsDirectiveString, SchemaSaladString__get_Value, SoftwarePackage, SoftwarePackage_$reflection };
775
+ export { CWLType, CWLType_$reflection, CWLType_Array, CWLType_Boolean, CWLType_Directory, CWLType_Dirent, CWLType_Double, CWLType_Enum, CWLType_File, CWLType_Float, CWLType_Int, CWLType_Long, CWLType_Null, CWLType_Record, CWLType_Stdout, CWLType_String, CWLType_Union, CWLType_directory, CWLType_file, DirectoryInstance, DirectoryInstance_$ctor_Z4C1E59AE, DirectoryInstance_$reflection, DirentInstance, DirentInstance_$ctor_Z61DE5D76, DirentInstance_$reflection, FileInstance, FileInstance_$ctor_75C1B52E, FileInstance_$reflection, InputArraySchema, InputArraySchema_$ctor_4E4FFD9F, InputArraySchema_$reflection, InputEnumSchema, InputEnumSchema_$ctor_Z998ED46, InputEnumSchema_$reflection, InputRecordField, InputRecordField_$ctor_Z155BDB64, InputRecordField_$reflection, InputRecordSchema, InputRecordSchema_$ctor_Z52C4D9E4, InputRecordSchema_$reflection, SchemaDefRequirementType, SchemaDefRequirementType_$ctor_Z1662A364, SchemaDefRequirementType_$reflection, SchemaSaladString, SchemaSaladStringModule_importPath, SchemaSaladStringModule_includePath, SchemaSaladStringModule_literal, SchemaSaladStringModule_toDirectiveString, SchemaSaladStringModule_value, SchemaSaladString_$reflection, SchemaSaladString_Import, SchemaSaladString_Include, SchemaSaladString_Literal, SchemaSaladString__get_AsDirectiveString, SchemaSaladString__get_Value, SoftwarePackage, SoftwarePackage_$ctor_7A38CADB, SoftwarePackage_$reflection };