@nfdi4plants/arctrl 3.0.0-beta.9 → 3.0.0

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 (290) hide show
  1. package/README.md +30 -3
  2. package/dist/ts/index.d.ts +54 -16
  3. package/dist/ts/index.d.ts.map +1 -1
  4. package/dist/ts/index.js +56 -18
  5. package/dist/ts/ts/ARC.d.ts +26 -9
  6. package/dist/ts/ts/ARC.d.ts.map +1 -1
  7. package/dist/ts/ts/ARC.js +148 -63
  8. package/dist/ts/ts/CWL/CWLProcessingUnit.d.ts +62 -0
  9. package/dist/ts/ts/CWL/CWLProcessingUnit.d.ts.map +1 -0
  10. package/dist/ts/ts/CWL/CWLProcessingUnit.js +250 -0
  11. package/dist/ts/ts/CWL/CWLTypes.d.ts +148 -0
  12. package/dist/ts/ts/CWL/CWLTypes.d.ts.map +1 -0
  13. package/dist/ts/ts/CWL/CWLTypes.js +384 -0
  14. package/dist/ts/ts/CWL/Decode.d.ts +210 -0
  15. package/dist/ts/ts/CWL/Decode.d.ts.map +1 -0
  16. package/dist/ts/ts/CWL/Decode.js +2617 -0
  17. package/dist/ts/ts/CWL/Encode.d.ts +96 -0
  18. package/dist/ts/ts/CWL/Encode.d.ts.map +1 -0
  19. package/dist/ts/ts/CWL/Encode.js +1509 -0
  20. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts +50 -0
  21. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts.map +1 -0
  22. package/dist/ts/ts/CWL/ExpressionToolDescription.js +152 -0
  23. package/dist/ts/ts/CWL/HashHelpers.d.ts +9 -0
  24. package/dist/ts/ts/CWL/HashHelpers.d.ts.map +1 -0
  25. package/dist/ts/ts/CWL/HashHelpers.js +35 -0
  26. package/dist/ts/ts/CWL/Inputs.d.ts +31 -0
  27. package/dist/ts/ts/CWL/Inputs.d.ts.map +1 -0
  28. package/dist/ts/ts/CWL/Inputs.js +86 -0
  29. package/dist/ts/ts/CWL/OperationDescription.d.ts +46 -0
  30. package/dist/ts/ts/CWL/OperationDescription.d.ts.map +1 -0
  31. package/dist/ts/ts/CWL/OperationDescription.js +133 -0
  32. package/dist/ts/ts/CWL/Outputs.d.ts +44 -0
  33. package/dist/ts/ts/CWL/Outputs.d.ts.map +1 -0
  34. package/dist/ts/ts/CWL/Outputs.js +143 -0
  35. package/dist/ts/ts/CWL/ParameterReference.d.ts +23 -0
  36. package/dist/ts/ts/CWL/ParameterReference.d.ts.map +1 -0
  37. package/dist/ts/ts/CWL/ParameterReference.js +60 -0
  38. package/dist/ts/ts/CWL/Requirements.d.ts +206 -0
  39. package/dist/ts/ts/CWL/Requirements.d.ts.map +1 -0
  40. package/dist/ts/ts/CWL/Requirements.js +384 -0
  41. package/dist/ts/ts/CWL/ToolDescription.d.ts +50 -0
  42. package/dist/ts/ts/CWL/ToolDescription.d.ts.map +1 -0
  43. package/dist/ts/ts/CWL/ToolDescription.js +152 -0
  44. package/dist/ts/ts/CWL/WorkflowDescription.d.ts +50 -0
  45. package/dist/ts/ts/CWL/WorkflowDescription.d.ts.map +1 -0
  46. package/dist/ts/ts/CWL/WorkflowDescription.js +142 -0
  47. package/dist/ts/ts/CWL/WorkflowSteps.d.ts +160 -0
  48. package/dist/ts/ts/CWL/WorkflowSteps.d.ts.map +1 -0
  49. package/dist/ts/ts/CWL/WorkflowSteps.js +317 -0
  50. package/dist/ts/ts/CWLRunResolver.d.ts +45 -0
  51. package/dist/ts/ts/CWLRunResolver.d.ts.map +1 -0
  52. package/dist/ts/ts/CWLRunResolver.js +181 -0
  53. package/dist/ts/ts/Contract/ARC.d.ts.map +1 -1
  54. package/dist/ts/ts/Contract/ARC.js +27 -9
  55. package/dist/ts/ts/Contract/ArcRun.d.ts +6 -0
  56. package/dist/ts/ts/Contract/ArcRun.d.ts.map +1 -1
  57. package/dist/ts/ts/Contract/ArcRun.js +131 -4
  58. package/dist/ts/ts/Contract/ArcWorkflow.d.ts +3 -0
  59. package/dist/ts/ts/Contract/ArcWorkflow.d.ts.map +1 -1
  60. package/dist/ts/ts/Contract/ArcWorkflow.js +70 -4
  61. package/dist/ts/ts/Contract/Datamap.d.ts +25 -25
  62. package/dist/ts/ts/Contract/Datamap.js +34 -34
  63. package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -1
  64. package/dist/ts/ts/ContractIO/ContractIO.js +3 -1
  65. package/dist/ts/ts/Conversion/Assay.d.ts +13 -0
  66. package/dist/ts/ts/Conversion/Assay.d.ts.map +1 -0
  67. package/dist/ts/ts/Conversion/Assay.js +69 -0
  68. package/dist/ts/ts/Conversion/Basic.d.ts +105 -0
  69. package/dist/ts/ts/Conversion/Basic.d.ts.map +1 -0
  70. package/dist/ts/ts/Conversion/Basic.js +452 -0
  71. package/dist/ts/ts/Conversion/ColumnIndex.d.ts +11 -0
  72. package/dist/ts/ts/Conversion/ColumnIndex.d.ts.map +1 -0
  73. package/dist/ts/ts/Conversion/ColumnIndex.js +71 -0
  74. package/dist/ts/ts/Conversion/Datamap.d.ts +11 -0
  75. package/dist/ts/ts/Conversion/Datamap.d.ts.map +1 -0
  76. package/dist/ts/ts/Conversion/Datamap.js +21 -0
  77. package/dist/ts/ts/Conversion/DateTime.d.ts +4 -0
  78. package/dist/ts/ts/Conversion/DateTime.d.ts.map +1 -0
  79. package/dist/ts/ts/Conversion/DateTime.js +23 -0
  80. package/dist/ts/ts/Conversion/Investigation.d.ts +12 -0
  81. package/dist/ts/ts/Conversion/Investigation.d.ts.map +1 -0
  82. package/dist/ts/ts/Conversion/Investigation.js +79 -0
  83. package/dist/ts/ts/Conversion/Person.d.ts +16 -0
  84. package/dist/ts/ts/Conversion/Person.d.ts.map +1 -0
  85. package/dist/ts/ts/Conversion/Person.js +100 -0
  86. package/dist/ts/ts/Conversion/Process.d.ts +84 -0
  87. package/dist/ts/ts/Conversion/Process.d.ts.map +1 -0
  88. package/dist/ts/ts/Conversion/Process.js +455 -0
  89. package/dist/ts/ts/Conversion/Run.d.ts +35 -0
  90. package/dist/ts/ts/Conversion/Run.d.ts.map +1 -0
  91. package/dist/ts/ts/Conversion/Run.js +254 -0
  92. package/dist/ts/ts/Conversion/ScholarlyArticle.d.ts +16 -0
  93. package/dist/ts/ts/Conversion/ScholarlyArticle.d.ts.map +1 -0
  94. package/dist/ts/ts/Conversion/ScholarlyArticle.js +116 -0
  95. package/dist/ts/ts/Conversion/Study.d.ts +12 -0
  96. package/dist/ts/ts/Conversion/Study.d.ts.map +1 -0
  97. package/dist/ts/ts/Conversion/Study.js +51 -0
  98. package/dist/ts/ts/Conversion/Table.d.ts +45 -0
  99. package/dist/ts/ts/Conversion/Table.d.ts.map +1 -0
  100. package/dist/ts/ts/Conversion/Table.js +203 -0
  101. package/dist/ts/ts/Conversion/Workflow.d.ts +91 -0
  102. package/dist/ts/ts/Conversion/Workflow.d.ts.map +1 -0
  103. package/dist/ts/ts/Conversion/Workflow.js +455 -0
  104. package/dist/ts/ts/Conversion.d.ts +25 -276
  105. package/dist/ts/ts/Conversion.d.ts.map +1 -1
  106. package/dist/ts/ts/Conversion.js +64 -1477
  107. package/dist/ts/ts/Core/ArcTypes.d.ts +69 -59
  108. package/dist/ts/ts/Core/ArcTypes.d.ts.map +1 -1
  109. package/dist/ts/ts/Core/ArcTypes.js +222 -142
  110. package/dist/ts/ts/Core/{DataMap.d.ts → Datamap.d.ts} +24 -24
  111. package/dist/ts/ts/Core/{DataMap.d.ts.map → Datamap.d.ts.map} +1 -1
  112. package/dist/ts/ts/Core/{DataMap.js → Datamap.js} +36 -36
  113. package/dist/ts/ts/Core/Helper/Identifier.d.ts +24 -0
  114. package/dist/ts/ts/Core/Helper/Identifier.d.ts.map +1 -1
  115. package/dist/ts/ts/Core/Helper/Identifier.js +35 -2
  116. package/dist/ts/ts/Core/Table/ArcTable.d.ts +8 -8
  117. package/dist/ts/ts/Core/Table/ArcTable.d.ts.map +1 -1
  118. package/dist/ts/ts/Core/Table/ArcTable.js +20 -20
  119. package/dist/ts/ts/FileSystem/FileSystemTree.d.ts +4 -4
  120. package/dist/ts/ts/FileSystem/FileSystemTree.d.ts.map +1 -1
  121. package/dist/ts/ts/FileSystem/FileSystemTree.js +20 -27
  122. package/dist/ts/ts/FileSystem/Path.d.ts +22 -0
  123. package/dist/ts/ts/FileSystem/Path.d.ts.map +1 -1
  124. package/dist/ts/ts/FileSystem/Path.js +173 -3
  125. package/dist/ts/ts/Json/Assay.js +5 -5
  126. package/dist/ts/ts/Json/{DataMap → Datamap}/DataContext.d.ts.map +1 -1
  127. package/dist/ts/ts/Json/{DataMap/DataMap.d.ts → Datamap/Datamap.d.ts} +6 -6
  128. package/dist/ts/ts/Json/{DataMap/DataMap.d.ts.map → Datamap/Datamap.d.ts.map} +1 -1
  129. package/dist/ts/ts/Json/{DataMap/DataMap.js → Datamap/Datamap.js} +2 -2
  130. package/dist/ts/ts/Json/ROCrate/LDContext.d.ts.map +1 -1
  131. package/dist/ts/ts/Json/ROCrate/LDContext.js +21 -11
  132. package/dist/ts/ts/Json/ROCrate/LDNode.d.ts +1 -0
  133. package/dist/ts/ts/Json/ROCrate/LDNode.d.ts.map +1 -1
  134. package/dist/ts/ts/Json/ROCrate/LDNode.js +18 -7
  135. package/dist/ts/ts/Json/Run.js +5 -5
  136. package/dist/ts/ts/Json/Study.js +5 -5
  137. package/dist/ts/ts/Json/Workflow.d.ts.map +1 -1
  138. package/dist/ts/ts/Json/Workflow.js +10 -11
  139. package/dist/ts/ts/Json.d.ts +3 -5
  140. package/dist/ts/ts/Json.d.ts.map +1 -1
  141. package/dist/ts/ts/Json.js +4 -10
  142. package/dist/ts/ts/JsonIO/Datamap.d.ts +4 -4
  143. package/dist/ts/ts/JsonIO/Datamap.js +6 -6
  144. package/dist/ts/ts/JsonIO/Investigation.d.ts +0 -6
  145. package/dist/ts/ts/JsonIO/Investigation.d.ts.map +1 -1
  146. package/dist/ts/ts/JsonIO/Investigation.js +2 -21
  147. package/dist/ts/ts/License.js +1 -1
  148. package/dist/ts/ts/ROCrate/LDContext.d.ts.map +1 -1
  149. package/dist/ts/ts/ROCrate/LDContext.js +35 -31
  150. package/dist/ts/ts/ROCrate/LDObject.d.ts +2 -2
  151. package/dist/ts/ts/ROCrate/LDObject.js +2 -2
  152. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Comment.d.ts.map +1 -1
  153. package/dist/ts/ts/ROCrate/LDTypes/ComputationalWorkflow.d.ts +63 -0
  154. package/dist/ts/ts/ROCrate/LDTypes/ComputationalWorkflow.d.ts.map +1 -0
  155. package/dist/ts/ts/ROCrate/LDTypes/ComputationalWorkflow.js +361 -0
  156. package/dist/ts/ts/ROCrate/LDTypes/ComputerLanguage.d.ts +39 -0
  157. package/dist/ts/ts/ROCrate/LDTypes/ComputerLanguage.d.ts.map +1 -0
  158. package/dist/ts/ts/ROCrate/LDTypes/ComputerLanguage.js +219 -0
  159. package/dist/ts/ts/ROCrate/LDTypes/CreateAction.d.ts +43 -0
  160. package/dist/ts/ts/ROCrate/LDTypes/CreateAction.d.ts.map +1 -0
  161. package/dist/ts/ts/ROCrate/LDTypes/CreateAction.js +224 -0
  162. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/CreativeWork.d.ts.map +1 -1
  163. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/CreativeWork.js +1 -1
  164. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Dataset.d.ts +34 -22
  165. package/dist/ts/ts/ROCrate/LDTypes/Dataset.d.ts.map +1 -0
  166. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Dataset.js +59 -2
  167. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/DefinedTerm.d.ts.map +1 -1
  168. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/File.d.ts +10 -4
  169. package/dist/ts/ts/ROCrate/LDTypes/File.d.ts.map +1 -0
  170. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/File.js +34 -1
  171. package/dist/ts/ts/ROCrate/LDTypes/FormalParameter.d.ts +59 -0
  172. package/dist/ts/ts/ROCrate/LDTypes/FormalParameter.d.ts.map +1 -0
  173. package/dist/ts/ts/ROCrate/LDTypes/FormalParameter.js +344 -0
  174. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/LabProcess.d.ts +2 -0
  175. package/dist/ts/ts/ROCrate/LDTypes/LabProcess.d.ts.map +1 -0
  176. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/LabProcess.js +31 -5
  177. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/LabProtocol.d.ts +6 -2
  178. package/dist/ts/ts/ROCrate/LDTypes/LabProtocol.d.ts.map +1 -0
  179. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/LabProtocol.js +66 -15
  180. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Organization.d.ts.map +1 -1
  181. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Person.d.ts.map +1 -1
  182. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PostalAddress.d.ts.map +1 -1
  183. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PropertyValue.d.ts +35 -11
  184. package/dist/ts/ts/ROCrate/LDTypes/PropertyValue.d.ts.map +1 -0
  185. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PropertyValue.js +191 -1
  186. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Sample.d.ts.map +1 -1
  187. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/ScholarlyArticle.d.ts.map +1 -1
  188. package/dist/ts/ts/ROCrate/LDTypes/SoftwareSourceCode.d.ts +46 -0
  189. package/dist/ts/ts/ROCrate/LDTypes/SoftwareSourceCode.d.ts.map +1 -0
  190. package/dist/ts/ts/ROCrate/LDTypes/SoftwareSourceCode.js +247 -0
  191. package/dist/ts/ts/ROCrate/LDTypes/WorkflowInvocation.d.ts +12 -0
  192. package/dist/ts/ts/ROCrate/LDTypes/WorkflowInvocation.d.ts.map +1 -0
  193. package/dist/ts/ts/ROCrate/LDTypes/WorkflowInvocation.js +40 -0
  194. package/dist/ts/ts/ROCrate/LDTypes/WorkflowProtocol.d.ts +11 -0
  195. package/dist/ts/ts/ROCrate/LDTypes/WorkflowProtocol.d.ts.map +1 -0
  196. package/dist/ts/ts/ROCrate/LDTypes/WorkflowProtocol.js +46 -0
  197. package/dist/ts/ts/ROCrate/ROCrateContext.d.ts +2 -2
  198. package/dist/ts/ts/ROCrate/ROCrateContext.d.ts.map +1 -1
  199. package/dist/ts/ts/ROCrate/ROCrateContext.js +6 -6
  200. package/dist/ts/ts/ROCrateIO.d.ts +7 -3
  201. package/dist/ts/ts/ROCrateIO.d.ts.map +1 -1
  202. package/dist/ts/ts/ROCrateIO.js +82 -13
  203. package/dist/ts/ts/Spreadsheet/ArcAssay.js +3 -3
  204. package/dist/ts/ts/Spreadsheet/ArcRun.js +2 -2
  205. package/dist/ts/ts/Spreadsheet/ArcStudy.js +3 -3
  206. package/dist/ts/ts/Spreadsheet/ArcWorkflow.js +2 -2
  207. package/dist/ts/ts/Spreadsheet/Datamap.d.ts +8 -0
  208. package/dist/ts/ts/Spreadsheet/{DataMap.d.ts.map → Datamap.d.ts.map} +1 -1
  209. package/dist/ts/ts/Spreadsheet/{DataMap.js → Datamap.js} +9 -9
  210. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapColumn.d.ts → DatamapTable/DatamapColumn.d.ts} +1 -1
  211. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapColumn.d.ts.map → DatamapTable/DatamapColumn.d.ts.map} +1 -1
  212. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapColumn.js → DatamapTable/DatamapColumn.js} +1 -1
  213. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapHeader.d.ts → DatamapTable/DatamapHeader.d.ts} +1 -1
  214. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapHeader.d.ts.map → DatamapTable/DatamapHeader.d.ts.map} +1 -1
  215. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapTable.d.ts → DatamapTable/DatamapTable.d.ts} +5 -5
  216. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapTable.d.ts.map → DatamapTable/DatamapTable.d.ts.map} +1 -1
  217. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapTable.js → DatamapTable/DatamapTable.js} +6 -6
  218. package/dist/ts/ts/Spreadsheet/Metadata/Run.js +1 -1
  219. package/dist/ts/ts/Spreadsheet/Metadata/Workflow.d.ts.map +1 -1
  220. package/dist/ts/ts/Spreadsheet/Metadata/Workflow.js +4 -4
  221. package/dist/ts/ts/WorkflowGraph/Adapters.d.ts +36 -0
  222. package/dist/ts/ts/WorkflowGraph/Adapters.d.ts.map +1 -0
  223. package/dist/ts/ts/WorkflowGraph/Adapters.js +94 -0
  224. package/dist/ts/ts/WorkflowGraph/BuildOptions.d.ts +37 -0
  225. package/dist/ts/ts/WorkflowGraph/BuildOptions.d.ts.map +1 -0
  226. package/dist/ts/ts/WorkflowGraph/BuildOptions.js +35 -0
  227. package/dist/ts/ts/WorkflowGraph/Builder.d.ts +160 -0
  228. package/dist/ts/ts/WorkflowGraph/Builder.d.ts.map +1 -0
  229. package/dist/ts/ts/WorkflowGraph/Builder.js +556 -0
  230. package/dist/ts/ts/WorkflowGraph/GraphTypes.d.ts +182 -0
  231. package/dist/ts/ts/WorkflowGraph/GraphTypes.d.ts.map +1 -0
  232. package/dist/ts/ts/WorkflowGraph/GraphTypes.js +281 -0
  233. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.d.ts +27 -0
  234. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.d.ts.map +1 -0
  235. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.js +49 -0
  236. package/dist/ts/ts/Xlsx.d.ts +5 -5
  237. package/dist/ts/ts/Xlsx.js +1 -1
  238. package/dist/ts/ts/Yaml/ValidationPackage.d.ts +1 -1
  239. package/dist/ts/ts/Yaml/ValidationPackage.d.ts.map +1 -1
  240. package/dist/ts/ts/Yaml/ValidationPackage.js +5 -5
  241. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts +1 -1
  242. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts.map +1 -1
  243. package/dist/ts/ts/Yaml/ValidationPackagesConfig.js +5 -5
  244. package/dist/ts/ts/Yaml.d.ts +24 -0
  245. package/dist/ts/ts/Yaml.d.ts.map +1 -0
  246. package/dist/ts/ts/Yaml.js +56 -0
  247. package/dist/ts/ts/fable_modules/DynamicObj.7.1.0/DynObj.fs.js +109 -0
  248. package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.3}/Encode.fs.js +1 -1
  249. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.3/FlowToBlock.fs.js +954 -0
  250. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.3/Interop/JsInterop.fs.js +10 -0
  251. package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.3}/Persil.fs.js +1 -1
  252. package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.3}/Reader.fs.js +208 -152
  253. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.3/Regex.fs.js +15 -0
  254. package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.3}/RegexActivePatterns.fs.js +14 -10
  255. package/package.json +1 -1
  256. package/dist/ts/ts/ROCrate/Generic/Dataset.d.ts.map +0 -1
  257. package/dist/ts/ts/ROCrate/Generic/File.d.ts.map +0 -1
  258. package/dist/ts/ts/ROCrate/Generic/LabProcess.d.ts.map +0 -1
  259. package/dist/ts/ts/ROCrate/Generic/LabProtocol.d.ts.map +0 -1
  260. package/dist/ts/ts/ROCrate/Generic/PropertyValue.d.ts.map +0 -1
  261. package/dist/ts/ts/Spreadsheet/DataMap.d.ts +0 -8
  262. package/dist/ts/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.js +0 -10
  263. package/dist/ts/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.js +0 -11
  264. /package/dist/ts/ts/Json/{DataMap → Datamap}/DataContext.d.ts +0 -0
  265. /package/dist/ts/ts/Json/{DataMap → Datamap}/DataContext.js +0 -0
  266. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Comment.d.ts +0 -0
  267. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Comment.js +0 -0
  268. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/CreativeWork.d.ts +0 -0
  269. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/DefinedTerm.d.ts +0 -0
  270. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/DefinedTerm.js +0 -0
  271. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Organization.d.ts +0 -0
  272. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Organization.js +0 -0
  273. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Person.d.ts +0 -0
  274. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Person.js +0 -0
  275. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PostalAddress.d.ts +0 -0
  276. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PostalAddress.js +0 -0
  277. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Sample.d.ts +0 -0
  278. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Sample.js +0 -0
  279. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/ScholarlyArticle.d.ts +0 -0
  280. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/ScholarlyArticle.js +0 -0
  281. /package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapHeader.js → DatamapTable/DatamapHeader.js} +0 -0
  282. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/DynamicObj.fs.js +0 -0
  283. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/FableJS.fs.js +0 -0
  284. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/HashCodes.fs.js +0 -0
  285. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/PropertyHelper.fs.js +0 -0
  286. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/ReflectionUtils.fs.js +0 -0
  287. /package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.3}/Decode.fs.js +0 -0
  288. /package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.3}/Preprocessing.fs.js +0 -0
  289. /package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.3}/Writer.fs.js +0 -0
  290. /package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.3}/YAMLiciousTypes.fs.js +0 -0
@@ -0,0 +1,250 @@
1
+ import { Union } from '../../node_modules/@fable-org/fable-library-js/Types.js';
2
+ import { CWLToolDescription_$reflection, CWLToolDescription } from './ToolDescription.js';
3
+ import { CWLWorkflowDescription_$reflection, CWLWorkflowDescription } from './WorkflowDescription.js';
4
+ import { CWLExpressionToolDescription_$reflection, CWLExpressionToolDescription } from './ExpressionToolDescription.js';
5
+ import { CWLOperationDescription_$reflection, CWLOperationDescription } from './OperationDescription.js';
6
+ import { union_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
7
+ import { HintEntry_get_tryAsRequirement } from './Requirements.js';
8
+ import { choose } from '../../node_modules/@fable-org/fable-library-js/Seq.js';
9
+ import { WorkflowStepRun_RunCommandLineTool, WorkflowStepRun_RunWorkflow, WorkflowStepRun_RunExpressionTool, WorkflowStepRun_RunOperation } from './WorkflowSteps.js';
10
+
11
+ function CWLProcessingUnit_CommandLineTool(Item) {
12
+ return new CWLProcessingUnit(0, [Item]);
13
+ }
14
+ function CWLProcessingUnit_Workflow(Item) {
15
+ return new CWLProcessingUnit(1, [Item]);
16
+ }
17
+ function CWLProcessingUnit_ExpressionTool(Item) {
18
+ return new CWLProcessingUnit(2, [Item]);
19
+ }
20
+ function CWLProcessingUnit_Operation(Item) {
21
+ return new CWLProcessingUnit(3, [Item]);
22
+ }
23
+ class CWLProcessingUnit extends Union {
24
+ constructor(tag, fields) {
25
+ super();
26
+ this.tag = tag;
27
+ this.fields = fields;
28
+ }
29
+ cases() {
30
+ return ["CommandLineTool", "Workflow", "ExpressionTool", "Operation"];
31
+ }
32
+ }
33
+ function CWLProcessingUnit_$reflection() {
34
+ return union_type("ARCtrl.CWL.CWLProcessingUnit", [], CWLProcessingUnit, () => [[["Item", CWLToolDescription_$reflection()]], [["Item", CWLWorkflowDescription_$reflection()]], [["Item", CWLExpressionToolDescription_$reflection()]], [["Item", CWLOperationDescription_$reflection()]]]);
35
+ }
36
+ function CWLProcessingUnit_getInputs_30922B92(processingUnit) {
37
+ switch (processingUnit.tag) {
38
+ case /* Workflow */
39
+ 1: {
40
+ const workflow = processingUnit.fields[0];
41
+ return CWLWorkflowDescription.getInputs(workflow);
42
+ }
43
+ case /* ExpressionTool */
44
+ 2: {
45
+ const tool_1 = processingUnit.fields[0];
46
+ return CWLExpressionToolDescription.getInputsOrEmpty(tool_1);
47
+ }
48
+ case /* Operation */
49
+ 3: {
50
+ const operation = processingUnit.fields[0];
51
+ return CWLOperationDescription.getInputs(operation);
52
+ }
53
+ default: {
54
+ const tool = processingUnit.fields[0];
55
+ return CWLToolDescription.getInputsOrEmpty(tool);
56
+ }
57
+ }
58
+ }
59
+ function CWLProcessingUnit_getOutputs_30922B92(processingUnit) {
60
+ switch (processingUnit.tag) {
61
+ case /* Workflow */
62
+ 1: {
63
+ const workflow = processingUnit.fields[0];
64
+ return CWLWorkflowDescription.getOutputs(workflow);
65
+ }
66
+ case /* ExpressionTool */
67
+ 2: {
68
+ const tool_1 = processingUnit.fields[0];
69
+ return CWLExpressionToolDescription.getOutputs(tool_1);
70
+ }
71
+ case /* Operation */
72
+ 3: {
73
+ const operation = processingUnit.fields[0];
74
+ return CWLOperationDescription.getOutputs(operation);
75
+ }
76
+ default: {
77
+ const tool = processingUnit.fields[0];
78
+ return CWLToolDescription.getOutputs(tool);
79
+ }
80
+ }
81
+ }
82
+ function CWLProcessingUnit_getRequirements_30922B92(processingUnit) {
83
+ switch (processingUnit.tag) {
84
+ case /* Workflow */
85
+ 1: {
86
+ const workflow = processingUnit.fields[0];
87
+ return CWLWorkflowDescription.getRequirementsOrEmpty(workflow);
88
+ }
89
+ case /* ExpressionTool */
90
+ 2: {
91
+ const tool_1 = processingUnit.fields[0];
92
+ return CWLExpressionToolDescription.getRequirementsOrEmpty(tool_1);
93
+ }
94
+ case /* Operation */
95
+ 3: {
96
+ const operation = processingUnit.fields[0];
97
+ return CWLOperationDescription.getRequirementsOrEmpty(operation);
98
+ }
99
+ default: {
100
+ const tool = processingUnit.fields[0];
101
+ return CWLToolDescription.getRequirementsOrEmpty(tool);
102
+ }
103
+ }
104
+ }
105
+ function CWLProcessingUnit_getHints_30922B92(processingUnit) {
106
+ switch (processingUnit.tag) {
107
+ case /* Workflow */
108
+ 1: {
109
+ const workflow = processingUnit.fields[0];
110
+ return CWLWorkflowDescription.getHintsOrEmpty(workflow);
111
+ }
112
+ case /* ExpressionTool */
113
+ 2: {
114
+ const tool_1 = processingUnit.fields[0];
115
+ return CWLExpressionToolDescription.getHintsOrEmpty(tool_1);
116
+ }
117
+ case /* Operation */
118
+ 3: {
119
+ const operation = processingUnit.fields[0];
120
+ return CWLOperationDescription.getHintsOrEmpty(operation);
121
+ }
122
+ default: {
123
+ const tool = processingUnit.fields[0];
124
+ return CWLToolDescription.getHintsOrEmpty(tool);
125
+ }
126
+ }
127
+ }
128
+ function CWLProcessingUnit_getIntent_30922B92(processingUnit) {
129
+ switch (processingUnit.tag) {
130
+ case /* Workflow */
131
+ 1: {
132
+ const workflow = processingUnit.fields[0];
133
+ return CWLWorkflowDescription.getIntentOrEmpty(workflow);
134
+ }
135
+ case /* ExpressionTool */
136
+ 2: {
137
+ const tool_1 = processingUnit.fields[0];
138
+ return CWLExpressionToolDescription.getIntentOrEmpty(tool_1);
139
+ }
140
+ case /* Operation */
141
+ 3: {
142
+ const operation = processingUnit.fields[0];
143
+ return CWLOperationDescription.getIntentOrEmpty(operation);
144
+ }
145
+ default: {
146
+ const tool = processingUnit.fields[0];
147
+ return CWLToolDescription.getIntentOrEmpty(tool);
148
+ }
149
+ }
150
+ }
151
+ function CWLProcessingUnit_getKnownHints_30922B92(processingUnit) {
152
+ let collection;
153
+ const source = CWLProcessingUnit_getHints_30922B92(processingUnit);
154
+ collection = choose(HintEntry_get_tryAsRequirement(), source);
155
+ return Array.from(collection);
156
+ }
157
+ function WorkflowStepRunOps_fromTool(tool) {
158
+ return WorkflowStepRun_RunCommandLineTool(tool);
159
+ }
160
+ function WorkflowStepRunOps_fromWorkflow(workflow) {
161
+ return WorkflowStepRun_RunWorkflow(workflow);
162
+ }
163
+ function WorkflowStepRunOps_fromExpressionTool(expressionTool) {
164
+ return WorkflowStepRun_RunExpressionTool(expressionTool);
165
+ }
166
+ function WorkflowStepRunOps_fromOperation(operation) {
167
+ return WorkflowStepRun_RunOperation(operation);
168
+ }
169
+ function WorkflowStepRunOps_tryGetTool(run) {
170
+ let matchResult, tool;
171
+ if (run.tag === /* RunCommandLineTool */
172
+ 1) {
173
+ if (run.fields[0] instanceof CWLToolDescription) {
174
+ matchResult = 0;
175
+ tool = run.fields[0];
176
+ } else {
177
+ matchResult = 1;
178
+ }
179
+ } else {
180
+ matchResult = 1;
181
+ }
182
+ switch (matchResult) {
183
+ case 0:
184
+ return tool;
185
+ default:
186
+ return void 0;
187
+ }
188
+ }
189
+ function WorkflowStepRunOps_tryGetWorkflow(run) {
190
+ let matchResult, workflow;
191
+ if (run.tag === /* RunWorkflow */
192
+ 2) {
193
+ if (run.fields[0] instanceof CWLWorkflowDescription) {
194
+ matchResult = 0;
195
+ workflow = run.fields[0];
196
+ } else {
197
+ matchResult = 1;
198
+ }
199
+ } else {
200
+ matchResult = 1;
201
+ }
202
+ switch (matchResult) {
203
+ case 0:
204
+ return workflow;
205
+ default:
206
+ return void 0;
207
+ }
208
+ }
209
+ function WorkflowStepRunOps_tryGetExpressionTool(run) {
210
+ let matchResult, expressionTool;
211
+ if (run.tag === /* RunExpressionTool */
212
+ 3) {
213
+ if (run.fields[0] instanceof CWLExpressionToolDescription) {
214
+ matchResult = 0;
215
+ expressionTool = run.fields[0];
216
+ } else {
217
+ matchResult = 1;
218
+ }
219
+ } else {
220
+ matchResult = 1;
221
+ }
222
+ switch (matchResult) {
223
+ case 0:
224
+ return expressionTool;
225
+ default:
226
+ return void 0;
227
+ }
228
+ }
229
+ function WorkflowStepRunOps_tryGetOperation(run) {
230
+ let matchResult, operation;
231
+ if (run.tag === /* RunOperation */
232
+ 4) {
233
+ if (run.fields[0] instanceof CWLOperationDescription) {
234
+ matchResult = 0;
235
+ operation = run.fields[0];
236
+ } else {
237
+ matchResult = 1;
238
+ }
239
+ } else {
240
+ matchResult = 1;
241
+ }
242
+ switch (matchResult) {
243
+ case 0:
244
+ return operation;
245
+ default:
246
+ return void 0;
247
+ }
248
+ }
249
+
250
+ export { CWLProcessingUnit, CWLProcessingUnit_$reflection, CWLProcessingUnit_CommandLineTool, CWLProcessingUnit_ExpressionTool, CWLProcessingUnit_Operation, CWLProcessingUnit_Workflow, CWLProcessingUnit_getHints_30922B92, CWLProcessingUnit_getInputs_30922B92, CWLProcessingUnit_getIntent_30922B92, CWLProcessingUnit_getKnownHints_30922B92, CWLProcessingUnit_getOutputs_30922B92, CWLProcessingUnit_getRequirements_30922B92, WorkflowStepRunOps_fromExpressionTool, WorkflowStepRunOps_fromOperation, WorkflowStepRunOps_fromTool, WorkflowStepRunOps_fromWorkflow, WorkflowStepRunOps_tryGetExpressionTool, WorkflowStepRunOps_tryGetOperation, WorkflowStepRunOps_tryGetTool, WorkflowStepRunOps_tryGetWorkflow };
@@ -0,0 +1,148 @@
1
+ import { Record, Union } from '@fable-org/fable-library-js/Types.js';
2
+ import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
3
+ import { IComparable, IEquatable } from '@fable-org/fable-library-js/Util.js';
4
+ import { int32 } from '@fable-org/fable-library-js/Int32.js';
5
+ import { DynamicObj } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
6
+ import { Option } from '@fable-org/fable-library-js/Option.js';
7
+ export type SchemaSaladString_$union = SchemaSaladString<0> | SchemaSaladString<1> | SchemaSaladString<2>;
8
+ export type SchemaSaladString_$cases = {
9
+ 0: ["Literal", [string]];
10
+ 1: ["Include", [string]];
11
+ 2: ["Import", [string]];
12
+ };
13
+ export declare function SchemaSaladString_Literal(Item: string): SchemaSaladString<0>;
14
+ export declare function SchemaSaladString_Include(Item: string): SchemaSaladString<1>;
15
+ export declare function SchemaSaladString_Import(Item: string): SchemaSaladString<2>;
16
+ export declare class SchemaSaladString<Tag extends keyof SchemaSaladString_$cases> extends Union<Tag, SchemaSaladString_$cases[Tag][0]> {
17
+ readonly tag: Tag;
18
+ readonly fields: SchemaSaladString_$cases[Tag][1];
19
+ constructor(tag: Tag, fields: SchemaSaladString_$cases[Tag][1]);
20
+ cases(): string[];
21
+ }
22
+ export declare function SchemaSaladString_$reflection(): TypeInfo;
23
+ export declare function SchemaSaladString__get_Value(this$: SchemaSaladString_$union): string;
24
+ export declare function SchemaSaladString__get_AsDirectiveString(this$: SchemaSaladString_$union): string;
25
+ export declare function SchemaSaladStringModule_literal(value: string): SchemaSaladString_$union;
26
+ export declare function SchemaSaladStringModule_includePath(value: string): SchemaSaladString_$union;
27
+ export declare function SchemaSaladStringModule_importPath(value: string): SchemaSaladString_$union;
28
+ export declare function SchemaSaladStringModule_value(saladString: SchemaSaladString_$union): string;
29
+ export declare function SchemaSaladStringModule_toDirectiveString(saladString: SchemaSaladString_$union): string;
30
+ export declare class FileInstance extends DynamicObj {
31
+ constructor();
32
+ GetHashCode(): int32;
33
+ Equals(o: any): boolean;
34
+ }
35
+ export declare function FileInstance_$reflection(): TypeInfo;
36
+ export declare function FileInstance_$ctor(): FileInstance;
37
+ export declare class DirectoryInstance extends DynamicObj {
38
+ constructor();
39
+ Equals(o: any): boolean;
40
+ GetHashCode(): int32;
41
+ }
42
+ export declare function DirectoryInstance_$reflection(): TypeInfo;
43
+ export declare function DirectoryInstance_$ctor(): DirectoryInstance;
44
+ export declare class DirentInstance extends Record implements IEquatable<DirentInstance>, IComparable<DirentInstance> {
45
+ readonly Entry: SchemaSaladString_$union;
46
+ readonly Entryname: Option<SchemaSaladString_$union>;
47
+ readonly Writable: Option<boolean>;
48
+ constructor(Entry: SchemaSaladString_$union, Entryname: Option<SchemaSaladString_$union>, Writable: Option<boolean>);
49
+ }
50
+ export declare function DirentInstance_$reflection(): TypeInfo;
51
+ export declare class InputEnumSchema extends Record {
52
+ readonly Symbols: string[];
53
+ readonly Label: Option<string>;
54
+ readonly Doc: Option<string>;
55
+ readonly Name: Option<string>;
56
+ constructor(Symbols: string[], Label: Option<string>, Doc: Option<string>, Name: Option<string>);
57
+ Equals(o: any): boolean;
58
+ GetHashCode(): int32;
59
+ }
60
+ export declare function InputEnumSchema_$reflection(): TypeInfo;
61
+ export declare class InputRecordField extends Record {
62
+ readonly Name: string;
63
+ readonly Type: CWLType_$union;
64
+ readonly Doc: Option<string>;
65
+ readonly Label: Option<string>;
66
+ constructor(Name: string, Type: CWLType_$union, Doc: Option<string>, Label: Option<string>);
67
+ Equals(o: any): boolean;
68
+ GetHashCode(): int32;
69
+ }
70
+ export declare function InputRecordField_$reflection(): TypeInfo;
71
+ export declare class InputRecordSchema extends Record {
72
+ readonly Fields: Option<InputRecordField[]>;
73
+ readonly Label: Option<string>;
74
+ readonly Doc: Option<string>;
75
+ readonly Name: Option<string>;
76
+ constructor(Fields: Option<InputRecordField[]>, Label: Option<string>, Doc: Option<string>, Name: Option<string>);
77
+ Equals(o: any): boolean;
78
+ GetHashCode(): int32;
79
+ }
80
+ export declare function InputRecordSchema_$reflection(): TypeInfo;
81
+ export declare class InputArraySchema extends Record {
82
+ readonly Items: CWLType_$union;
83
+ readonly Label: Option<string>;
84
+ readonly Doc: Option<string>;
85
+ readonly Name: Option<string>;
86
+ constructor(Items: CWLType_$union, Label: Option<string>, Doc: Option<string>, Name: Option<string>);
87
+ Equals(o: any): boolean;
88
+ GetHashCode(): int32;
89
+ }
90
+ export declare function InputArraySchema_$reflection(): TypeInfo;
91
+ export type CWLType_$union = CWLType<0> | CWLType<1> | CWLType<2> | CWLType<3> | CWLType<4> | CWLType<5> | CWLType<6> | CWLType<7> | CWLType<8> | CWLType<9> | CWLType<10> | CWLType<11> | CWLType<12> | CWLType<13> | CWLType<14>;
92
+ export type CWLType_$cases = {
93
+ 0: ["File", [FileInstance]];
94
+ 1: ["Directory", [DirectoryInstance]];
95
+ 2: ["Dirent", [DirentInstance]];
96
+ 3: ["String", []];
97
+ 4: ["Int", []];
98
+ 5: ["Long", []];
99
+ 6: ["Float", []];
100
+ 7: ["Double", []];
101
+ 8: ["Boolean", []];
102
+ 9: ["Stdout", []];
103
+ 10: ["Null", []];
104
+ 11: ["Array", [InputArraySchema]];
105
+ 12: ["Record", [InputRecordSchema]];
106
+ 13: ["Enum", [InputEnumSchema]];
107
+ 14: ["Union", [CWLType_$union[]]];
108
+ };
109
+ export declare function CWLType_File(Item: FileInstance): CWLType<0>;
110
+ export declare function CWLType_Directory(Item: DirectoryInstance): CWLType<1>;
111
+ export declare function CWLType_Dirent(Item: DirentInstance): CWLType<2>;
112
+ export declare function CWLType_String(): CWLType<3>;
113
+ export declare function CWLType_Int(): CWLType<4>;
114
+ export declare function CWLType_Long(): CWLType<5>;
115
+ export declare function CWLType_Float(): CWLType<6>;
116
+ export declare function CWLType_Double(): CWLType<7>;
117
+ export declare function CWLType_Boolean(): CWLType<8>;
118
+ export declare function CWLType_Stdout(): CWLType<9>;
119
+ export declare function CWLType_Null(): CWLType<10>;
120
+ export declare function CWLType_Array(Item: InputArraySchema): CWLType<11>;
121
+ export declare function CWLType_Record(Item: InputRecordSchema): CWLType<12>;
122
+ export declare function CWLType_Enum(Item: InputEnumSchema): CWLType<13>;
123
+ export declare function CWLType_Union(Item: CWLType_$union[]): CWLType<14>;
124
+ export declare class CWLType<Tag extends keyof CWLType_$cases> extends Union<Tag, CWLType_$cases[Tag][0]> {
125
+ readonly tag: Tag;
126
+ readonly fields: CWLType_$cases[Tag][1];
127
+ constructor(tag: Tag, fields: CWLType_$cases[Tag][1]);
128
+ cases(): string[];
129
+ Equals(o: any): boolean;
130
+ GetHashCode(): int32;
131
+ }
132
+ export declare function CWLType_$reflection(): TypeInfo;
133
+ export declare function CWLType_file(): CWLType_$union;
134
+ export declare function CWLType_directory(): CWLType_$union;
135
+ export declare class SchemaDefRequirementType extends Record implements IEquatable<SchemaDefRequirementType> {
136
+ readonly Name: string;
137
+ readonly Type_: CWLType_$union;
138
+ constructor(Name: string, Type_: CWLType_$union);
139
+ }
140
+ export declare function SchemaDefRequirementType_$reflection(): TypeInfo;
141
+ export declare class SoftwarePackage extends Record implements IEquatable<SoftwarePackage> {
142
+ readonly Package: string;
143
+ readonly Version: Option<string[]>;
144
+ readonly Specs: Option<string[]>;
145
+ constructor(Package: string, Version: Option<string[]>, Specs: Option<string[]>);
146
+ }
147
+ export declare function SoftwarePackage_$reflection(): TypeInfo;
148
+ //# sourceMappingURL=CWLTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CWLTypes.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/CWLTypes.ts"],"names":[],"mappings":"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"}