@nfdi4plants/arctrl 1.0.0-alpha9 → 1.0.0-beta.2

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 (286) hide show
  1. package/ARC.js +28 -29
  2. package/Contract/Contract.js +3 -3
  3. package/Contracts/Contracts.ArcAssay.js +3 -3
  4. package/Contracts/Contracts.ArcInvestigation.js +3 -3
  5. package/Contracts/Contracts.ArcStudy.js +3 -3
  6. package/Contracts/Contracts.Git.js +4 -4
  7. package/FileSystem/Commit.js +2 -2
  8. package/FileSystem/FileSystem.js +4 -4
  9. package/FileSystem/FileSystemTree.js +15 -15
  10. package/FileSystem/Path.js +2 -2
  11. package/FileSystemTree.js +1 -1
  12. package/ISA/ISA/ArcTypes/ArcTable.js +20 -20
  13. package/ISA/ISA/ArcTypes/ArcTableAux.js +17 -17
  14. package/ISA/ISA/ArcTypes/ArcTables.js +283 -279
  15. package/ISA/ISA/ArcTypes/ArcTypes.js +89 -373
  16. package/ISA/ISA/ArcTypes/CompositeCell.js +4 -4
  17. package/ISA/ISA/ArcTypes/CompositeColumn.js +4 -4
  18. package/ISA/ISA/ArcTypes/CompositeHeader.js +5 -5
  19. package/ISA/ISA/ArcTypes/CompositeRow.js +1 -1
  20. package/ISA/ISA/Builder/Types.js +5 -5
  21. package/ISA/ISA/Fable.js +5 -5
  22. package/ISA/ISA/Helper.js +9 -9
  23. package/ISA/ISA/Identifier.js +2 -2
  24. package/ISA/ISA/JsonTypes/AnnotationValue.js +5 -5
  25. package/ISA/ISA/JsonTypes/Assay.js +26 -26
  26. package/ISA/ISA/JsonTypes/AssayMaterials.js +4 -4
  27. package/ISA/ISA/JsonTypes/ColumnIndex.js +23 -23
  28. package/ISA/ISA/JsonTypes/Comment.js +3 -3
  29. package/ISA/ISA/JsonTypes/CommentList.js +4 -4
  30. package/ISA/ISA/JsonTypes/Component.js +12 -12
  31. package/ISA/ISA/JsonTypes/Data.js +4 -4
  32. package/ISA/ISA/JsonTypes/DataFile.js +2 -2
  33. package/ISA/ISA/JsonTypes/Factor.js +12 -12
  34. package/ISA/ISA/JsonTypes/FactorValue.js +5 -5
  35. package/ISA/ISA/JsonTypes/Investigation.js +6 -6
  36. package/ISA/ISA/JsonTypes/Material.js +5 -5
  37. package/ISA/ISA/JsonTypes/MaterialAttribute.js +4 -4
  38. package/ISA/ISA/JsonTypes/MaterialAttributeValue.js +5 -5
  39. package/ISA/ISA/JsonTypes/MaterialType.js +2 -2
  40. package/ISA/ISA/JsonTypes/OntologyAnnotation.js +10 -10
  41. package/ISA/ISA/JsonTypes/OntologySourceReference.js +8 -8
  42. package/ISA/ISA/JsonTypes/Person.js +9 -9
  43. package/ISA/ISA/JsonTypes/Process.js +11 -11
  44. package/ISA/ISA/JsonTypes/ProcessInput.js +5 -5
  45. package/ISA/ISA/JsonTypes/ProcessOutput.js +5 -5
  46. package/ISA/ISA/JsonTypes/ProcessParameterValue.js +5 -5
  47. package/ISA/ISA/JsonTypes/ProcessSequence.js +14 -14
  48. package/ISA/ISA/JsonTypes/Protocol.js +6 -6
  49. package/ISA/ISA/JsonTypes/ProtocolParameter.js +4 -4
  50. package/ISA/ISA/JsonTypes/Publication.js +8 -8
  51. package/ISA/ISA/JsonTypes/Sample.js +5 -5
  52. package/ISA/ISA/JsonTypes/Source.js +5 -5
  53. package/ISA/ISA/JsonTypes/Study.js +58 -58
  54. package/ISA/ISA/JsonTypes/StudyMaterials.js +4 -4
  55. package/ISA/ISA/JsonTypes/Value.js +7 -7
  56. package/ISA/ISA/Regex.js +3 -3
  57. package/ISA/ISA.Json/Assay.js +5 -5
  58. package/ISA/ISA.Json/Comment.js +5 -5
  59. package/ISA/ISA.Json/ConverterOptions.js +1 -1
  60. package/ISA/ISA.Json/Data.js +5 -5
  61. package/ISA/ISA.Json/Decode.js +4 -4
  62. package/ISA/ISA.Json/Factor.js +5 -5
  63. package/ISA/ISA.Json/GEncode.js +3 -3
  64. package/ISA/ISA.Json/Investigation.js +6 -6
  65. package/ISA/ISA.Json/Material.js +5 -5
  66. package/ISA/ISA.Json/Ontology.js +6 -6
  67. package/ISA/ISA.Json/Person.js +10 -10
  68. package/ISA/ISA.Json/Process.js +5 -5
  69. package/ISA/ISA.Json/Protocol.js +6 -6
  70. package/ISA/ISA.Json/Publication.js +4 -4
  71. package/ISA/ISA.Json/Study.js +6 -6
  72. package/ISA/ISA.Json/Validation/Fable.js +6 -6
  73. package/ISA/ISA.Json/Validation/JsonSchemaValidation.js +1 -1
  74. package/ISA/ISA.Json/Validation/ValidationResult.js +2 -2
  75. package/ISA/ISA.Spreadsheet/AnnotationTable/ArcTable.js +19 -17
  76. package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeCell.js +4 -4
  77. package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeColumn.js +9 -9
  78. package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeHeader.js +14 -14
  79. package/ISA/ISA.Spreadsheet/ArcAssay.js +17 -20
  80. package/ISA/ISA.Spreadsheet/ArcInvestigation.js +37 -37
  81. package/ISA/ISA.Spreadsheet/ArcStudy.js +13 -13
  82. package/ISA/ISA.Spreadsheet/CollectionAux.js +7 -7
  83. package/ISA/ISA.Spreadsheet/Metadata/Assays.js +10 -10
  84. package/ISA/ISA.Spreadsheet/Metadata/Comment.js +6 -6
  85. package/ISA/ISA.Spreadsheet/Metadata/Contacts.js +11 -11
  86. package/ISA/ISA.Spreadsheet/Metadata/Conversions.js +7 -7
  87. package/ISA/ISA.Spreadsheet/Metadata/DesignDescriptors.js +1 -1
  88. package/ISA/ISA.Spreadsheet/Metadata/Factors.js +8 -8
  89. package/ISA/ISA.Spreadsheet/Metadata/OntologyAnnotation.js +5 -5
  90. package/ISA/ISA.Spreadsheet/Metadata/OntologySourceReference.js +7 -7
  91. package/ISA/ISA.Spreadsheet/Metadata/Protocols.js +5 -5
  92. package/ISA/ISA.Spreadsheet/Metadata/Publication.js +9 -9
  93. package/ISA/ISA.Spreadsheet/Metadata/SparseTable.js +23 -23
  94. package/ISA/ISA.Spreadsheet/Metadata/Study.js +22 -22
  95. package/README.md +29 -253
  96. package/SemVer.js +7 -7
  97. package/Templates/Template.Json.js +12 -9
  98. package/Templates/Template.Spreadsheet.js +39 -23
  99. package/Templates/Template.Web.js +4 -4
  100. package/Templates/Template.js +7 -7
  101. package/Templates/Templates.js +5 -5
  102. package/WebRequest/WebRequest.js +4 -4
  103. package/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +8 -8
  104. package/fable_modules/{Fable.Promise.3.2.0 → Fable.Promise.2.2.2}/Fable.Promise.fableproj +3 -4
  105. package/fable_modules/Fable.Promise.2.2.2/Promise.fs +176 -0
  106. package/fable_modules/Fable.Promise.2.2.2/Promise.fs.js +143 -0
  107. package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs +4 -0
  108. package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs.js +4 -0
  109. package/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +8 -8
  110. package/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +2 -2
  111. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCell.fs +85 -36
  112. package/fable_modules/FsSpreadsheet.5.0.1/Cells/FsCell.fs.js +272 -0
  113. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs.js +8 -8
  114. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs +1 -0
  115. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs.js +21 -21
  116. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs.js +3 -3
  117. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs.js +2 -2
  118. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs.js +1 -1
  119. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs.js +3 -3
  120. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs.js +3 -3
  121. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs.js +3 -3
  122. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs +1 -1
  123. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs.js +9 -8
  124. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs +1 -1
  125. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs.js +7 -7
  126. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs.js +3 -3
  127. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs.js +9 -9
  128. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs +3 -1
  129. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs.js +3 -3
  130. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs +2 -0
  131. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs.js +3 -3
  132. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs.js +8 -8
  133. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs +10 -1
  134. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs.js +24 -19
  135. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs.js +3 -3
  136. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs.js +2 -2
  137. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs.js +3 -3
  138. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs.js +3 -3
  139. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs.js +1 -1
  140. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs +4 -4
  141. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs.js +10 -10
  142. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs +20 -4
  143. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs.js +33 -13
  144. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs.js +4 -4
  145. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs.js +1 -1
  146. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +3 -3
  147. package/fable_modules/Thoth.Json.10.1.0/Decode.fs.js +26 -26
  148. package/fable_modules/Thoth.Json.10.1.0/Encode.fs.js +13 -13
  149. package/fable_modules/Thoth.Json.10.1.0/Extra.fs.js +2 -2
  150. package/fable_modules/Thoth.Json.10.1.0/Types.fs.js +6 -6
  151. package/fable_modules/fable-library.4.4.1/CHANGELOG.md +11 -0
  152. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.js +1 -1
  153. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.js +1 -1
  154. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.js +1 -1
  155. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.js +1 -1
  156. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/README.md +2 -2
  157. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.js +64 -64
  158. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.d.ts +20 -0
  159. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.js +120 -0
  160. package/fable_modules/fable-library.4.4.1/lib/big.d.ts +5 -0
  161. package/fable_modules/project_cracked.json +1 -1
  162. package/package.json +1 -1
  163. package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs +0 -57
  164. package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js +0 -104
  165. package/fable_modules/Fable.Promise.3.2.0/Promise.fs +0 -766
  166. package/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -217
  167. package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs +0 -31
  168. package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -19
  169. package/fable_modules/FsSpreadsheet.4.1.0/Cells/FsCell.fs.js +0 -240
  170. package/fable_modules/fable-library.4.1.4/lib/big.d.ts +0 -338
  171. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs +0 -0
  172. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs +0 -0
  173. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs +0 -0
  174. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs +0 -0
  175. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs +0 -0
  176. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs.js +0 -0
  177. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs +0 -0
  178. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs +0 -0
  179. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs +0 -0
  180. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs +0 -0
  181. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs +0 -0
  182. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsSpreadsheet.fableproj +0 -0
  183. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs +0 -0
  184. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs +0 -0
  185. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs +0 -0
  186. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs +0 -0
  187. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs +0 -0
  188. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs +0 -0
  189. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs +0 -0
  190. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs +0 -0
  191. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
  192. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +0 -0
  193. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
  194. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.d.ts +0 -0
  195. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.js +0 -0
  196. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.d.ts +0 -0
  197. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.js +0 -0
  198. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.d.ts +0 -0
  199. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.js +0 -0
  200. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.d.ts +0 -0
  201. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.js +0 -0
  202. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.d.ts +0 -0
  203. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.js +0 -0
  204. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.d.ts +0 -0
  205. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.js +0 -0
  206. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.d.ts +0 -0
  207. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.js +0 -0
  208. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.d.ts +0 -0
  209. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.js +0 -0
  210. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.d.ts +0 -0
  211. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.js +0 -0
  212. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.d.ts +0 -0
  213. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.js +0 -0
  214. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.d.ts +0 -0
  215. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.js +0 -0
  216. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.d.ts +0 -0
  217. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.d.ts +0 -0
  218. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.d.ts +0 -0
  219. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.js +0 -0
  220. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.d.ts +0 -0
  221. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.js +0 -0
  222. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.d.ts +0 -0
  223. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.js +0 -0
  224. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.d.ts +0 -0
  225. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.js +0 -0
  226. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.d.ts +0 -0
  227. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.js +0 -0
  228. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.d.ts +0 -0
  229. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.js +0 -0
  230. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.d.ts +0 -0
  231. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.d.ts +0 -0
  232. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.js +0 -0
  233. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.d.ts +0 -0
  234. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.d.ts +0 -0
  235. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.js +0 -0
  236. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.d.ts +0 -0
  237. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.js +0 -0
  238. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.d.ts +0 -0
  239. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.js +0 -0
  240. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.d.ts +0 -0
  241. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.js +0 -0
  242. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.d.ts +0 -0
  243. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.js +0 -0
  244. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.d.ts +0 -0
  245. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.js +0 -0
  246. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.d.ts +0 -0
  247. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.js +0 -0
  248. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.d.ts +0 -0
  249. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.js +0 -0
  250. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.d.ts +0 -0
  251. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.js +0 -0
  252. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.d.ts +0 -0
  253. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.js +0 -0
  254. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.d.ts +0 -0
  255. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.js +0 -0
  256. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.d.ts +0 -0
  257. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.js +0 -0
  258. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.d.ts +0 -0
  259. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.js +0 -0
  260. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.d.ts +0 -0
  261. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.js +0 -0
  262. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.d.ts +0 -0
  263. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.js +0 -0
  264. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.d.ts +0 -0
  265. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.d.ts +0 -0
  266. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.js +0 -0
  267. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.d.ts +0 -0
  268. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.js +0 -0
  269. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.d.ts +0 -0
  270. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.js +0 -0
  271. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.d.ts +0 -0
  272. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.js +0 -0
  273. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.d.ts +0 -0
  274. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.js +0 -0
  275. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.d.ts +0 -0
  276. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.js +0 -0
  277. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.d.ts +0 -0
  278. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.js +0 -0
  279. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.d.ts +0 -0
  280. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.js +0 -0
  281. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.d.ts +0 -0
  282. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.js +0 -0
  283. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.d.ts +0 -0
  284. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.js +0 -0
  285. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/lib/big.js +0 -0
  286. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/package.json +0 -0
@@ -1,5 +1,5 @@
1
- import { Record } from "../../../fable_modules/fable-library.4.1.4/Types.js";
2
- import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1.4/Reflection.js";
1
+ import { Record } from "../../../fable_modules/fable-library.4.4.1/Types.js";
2
+ import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
3
3
  import { Publication_$reflection } from "./Publication.js";
4
4
  import { Person_$reflection } from "./Person.js";
5
5
  import { OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
@@ -10,19 +10,19 @@ import { Assay_update_722A269D, Assay_updateProtocols, Assay_getMaterials_722A26
10
10
  import { Factor_$reflection } from "./Factor.js";
11
11
  import { MaterialAttribute_$reflection } from "./MaterialAttribute.js";
12
12
  import { Comment$_$reflection } from "./Comment.js";
13
- import { collect, empty, filter, map, singleton, append, exists } from "../../../fable_modules/fable-library.4.1.4/List.js";
14
- import { stringHash, safeHash, structuralHash, equals } from "../../../fable_modules/fable-library.4.1.4/Util.js";
15
- import { map2 as map2_2 } from "../../../fable_modules/fable-library.4.1.4/Array.js";
13
+ import { collect, empty, filter, map, singleton, append, exists } from "../../../fable_modules/fable-library.4.4.1/List.js";
14
+ import { stringHash, safeHash, structuralHash, equals } from "../../../fable_modules/fable-library.4.4.1/Util.js";
15
+ import { map2 as map2_2 } from "../../../fable_modules/fable-library.4.4.1/Array.js";
16
16
  import { Dict_tryFind, Dict_ofSeqWithMerge, Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
17
- import { map as map_1, defaultArg } from "../../../fable_modules/fable-library.4.1.4/Option.js";
17
+ import { map as map_1, defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
18
18
  import { Option_fromValueWithDefault, Update_UpdateOptions, Option_mapDefault } from "../Helper.js";
19
19
  import { updateProtocols, getMaterials, getSamples, getSources, getUnits, getFactors, getCharacteristics, getProtocols } from "./ProcessSequence.js";
20
- import { List_distinct } from "../../../fable_modules/fable-library.4.1.4/Seq2.js";
20
+ import { List_distinct } from "../../../fable_modules/fable-library.4.4.1/Seq2.js";
21
21
  import { Source_$reflection } from "./Source.js";
22
22
  import { Sample_$reflection } from "./Sample.js";
23
23
  import { AssayMaterials_getMaterials_35E61745 } from "./AssayMaterials.js";
24
24
  import { Material_$reflection } from "./Material.js";
25
- import { toFail } from "../../../fable_modules/fable-library.4.1.4/String.js";
25
+ import { toFail } from "../../../fable_modules/fable-library.4.4.1/String.js";
26
26
 
27
27
  export class Study extends Record {
28
28
  constructor(ID, FileName, Identifier, Title, Description, SubmissionDate, PublicReleaseDate, Publications, Contacts, StudyDesignDescriptors, Protocols, Materials, ProcessSequence, Assays, Factors, CharacteristicCategories, UnitCategories, Comments) {
@@ -248,10 +248,10 @@ export function Study_getProtocols_7312BC8B(study) {
248
248
  const list1 = assaysProtocols;
249
249
  const list2 = processSequenceProtocols;
250
250
  try {
251
- const map1 = Dict_ofSeqWithMerge((arg_1, arg_1_1) => {
251
+ const map1 = Dict_ofSeqWithMerge((recordType_, recordType__1) => {
252
252
  const this$ = updateOptions;
253
- const recordType_1 = arg_1;
254
- const recordType_2 = arg_1_1;
253
+ const recordType_1 = recordType_;
254
+ const recordType_2 = recordType__1;
255
255
  switch (this$.tag) {
256
256
  case 2:
257
257
  return makeRecord(Protocol_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1), getRecordFields(recordType_2)));
@@ -263,10 +263,10 @@ export function Study_getProtocols_7312BC8B(study) {
263
263
  return recordType_2;
264
264
  }
265
265
  }, map((v) => [mapping_1(v), v], list1));
266
- const map2 = Dict_ofSeqWithMerge((arg_2, arg_3) => {
266
+ const map2 = Dict_ofSeqWithMerge((recordType__2, recordType__3) => {
267
267
  const this$_1 = updateOptions;
268
- const recordType_1_1 = arg_2;
269
- const recordType_2_1 = arg_3;
268
+ const recordType_1_1 = recordType__2;
269
+ const recordType_2_1 = recordType__3;
270
270
  switch (this$_1.tag) {
271
271
  case 2:
272
272
  return makeRecord(Protocol_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_1), getRecordFields(recordType_2_1)));
@@ -321,10 +321,10 @@ export function Study_getProtocols_7312BC8B(study) {
321
321
  ${err.message}`);
322
322
  }
323
323
  try {
324
- const map1_1 = Dict_ofSeqWithMerge((arg_6, arg_1_2) => {
324
+ const map1_1 = Dict_ofSeqWithMerge((recordType__6, recordType__1_1) => {
325
325
  const this$_3 = updateOptions_2;
326
- const recordType_1_3 = arg_6;
327
- const recordType_2_3 = arg_1_2;
326
+ const recordType_1_3 = recordType__6;
327
+ const recordType_2_3 = recordType__1_1;
328
328
  switch (this$_3.tag) {
329
329
  case 2:
330
330
  return makeRecord(Protocol_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_3), getRecordFields(recordType_2_3)));
@@ -336,10 +336,10 @@ ${err.message}`);
336
336
  return recordType_2_3;
337
337
  }
338
338
  }, map((v_2) => [mapping_6(v_2), v_2], list1_1));
339
- const map2_1 = Dict_ofSeqWithMerge((arg_2_1, arg_3_1) => {
339
+ const map2_1 = Dict_ofSeqWithMerge((recordType__2_1, recordType__3_1) => {
340
340
  const this$_4 = updateOptions_2;
341
- const recordType_1_4 = arg_2_1;
342
- const recordType_2_4 = arg_3_1;
341
+ const recordType_1_4 = recordType__2_1;
342
+ const recordType_2_4 = recordType__3_1;
343
343
  switch (this$_4.tag) {
344
344
  case 2:
345
345
  return makeRecord(Protocol_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_4), getRecordFields(recordType_2_4)));
@@ -442,10 +442,10 @@ export function Study_getSources_7312BC8B(study) {
442
442
  const list1 = assaysSources;
443
443
  const list2 = processSequenceSources;
444
444
  try {
445
- const map1 = Dict_ofSeqWithMerge((arg_1, arg_1_1) => {
445
+ const map1 = Dict_ofSeqWithMerge((recordType_, recordType__1) => {
446
446
  const this$ = updateOptions;
447
- const recordType_1 = arg_1;
448
- const recordType_2 = arg_1_1;
447
+ const recordType_1 = recordType_;
448
+ const recordType_2 = recordType__1;
449
449
  switch (this$.tag) {
450
450
  case 2:
451
451
  return makeRecord(Source_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1), getRecordFields(recordType_2)));
@@ -457,10 +457,10 @@ export function Study_getSources_7312BC8B(study) {
457
457
  return recordType_2;
458
458
  }
459
459
  }, map((v) => [mapping_1(v), v], list1));
460
- const map2 = Dict_ofSeqWithMerge((arg_2, arg_3) => {
460
+ const map2 = Dict_ofSeqWithMerge((recordType__2, recordType__3) => {
461
461
  const this$_1 = updateOptions;
462
- const recordType_1_1 = arg_2;
463
- const recordType_2_1 = arg_3;
462
+ const recordType_1_1 = recordType__2;
463
+ const recordType_2_1 = recordType__3;
464
464
  switch (this$_1.tag) {
465
465
  case 2:
466
466
  return makeRecord(Source_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_1), getRecordFields(recordType_2_1)));
@@ -515,10 +515,10 @@ export function Study_getSources_7312BC8B(study) {
515
515
  ${err.message}`);
516
516
  }
517
517
  try {
518
- const map1_1 = Dict_ofSeqWithMerge((arg_6, arg_1_2) => {
518
+ const map1_1 = Dict_ofSeqWithMerge((recordType__6, recordType__1_1) => {
519
519
  const this$_3 = updateOptions_2;
520
- const recordType_1_3 = arg_6;
521
- const recordType_2_3 = arg_1_2;
520
+ const recordType_1_3 = recordType__6;
521
+ const recordType_2_3 = recordType__1_1;
522
522
  switch (this$_3.tag) {
523
523
  case 2:
524
524
  return makeRecord(Source_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_3), getRecordFields(recordType_2_3)));
@@ -530,10 +530,10 @@ ${err.message}`);
530
530
  return recordType_2_3;
531
531
  }
532
532
  }, map((v_2) => [mapping_6(v_2), v_2], list1_1));
533
- const map2_1 = Dict_ofSeqWithMerge((arg_2_1, arg_3_1) => {
533
+ const map2_1 = Dict_ofSeqWithMerge((recordType__2_1, recordType__3_1) => {
534
534
  const this$_4 = updateOptions_2;
535
- const recordType_1_4 = arg_2_1;
536
- const recordType_2_4 = arg_3_1;
535
+ const recordType_1_4 = recordType__2_1;
536
+ const recordType_2_4 = recordType__3_1;
537
537
  switch (this$_4.tag) {
538
538
  case 2:
539
539
  return makeRecord(Source_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_4), getRecordFields(recordType_2_4)));
@@ -606,10 +606,10 @@ export function Study_getSamples_7312BC8B(study) {
606
606
  const list1 = assaysSamples;
607
607
  const list2 = processSequenceSamples;
608
608
  try {
609
- const map1 = Dict_ofSeqWithMerge((arg_1, arg_1_1) => {
609
+ const map1 = Dict_ofSeqWithMerge((recordType_, recordType__1) => {
610
610
  const this$ = updateOptions;
611
- const recordType_1 = arg_1;
612
- const recordType_2 = arg_1_1;
611
+ const recordType_1 = recordType_;
612
+ const recordType_2 = recordType__1;
613
613
  switch (this$.tag) {
614
614
  case 2:
615
615
  return makeRecord(Sample_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1), getRecordFields(recordType_2)));
@@ -621,10 +621,10 @@ export function Study_getSamples_7312BC8B(study) {
621
621
  return recordType_2;
622
622
  }
623
623
  }, map((v) => [mapping_1(v), v], list1));
624
- const map2 = Dict_ofSeqWithMerge((arg_2, arg_3) => {
624
+ const map2 = Dict_ofSeqWithMerge((recordType__2, recordType__3) => {
625
625
  const this$_1 = updateOptions;
626
- const recordType_1_1 = arg_2;
627
- const recordType_2_1 = arg_3;
626
+ const recordType_1_1 = recordType__2;
627
+ const recordType_2_1 = recordType__3;
628
628
  switch (this$_1.tag) {
629
629
  case 2:
630
630
  return makeRecord(Sample_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_1), getRecordFields(recordType_2_1)));
@@ -679,10 +679,10 @@ export function Study_getSamples_7312BC8B(study) {
679
679
  ${err.message}`);
680
680
  }
681
681
  try {
682
- const map1_1 = Dict_ofSeqWithMerge((arg_6, arg_1_2) => {
682
+ const map1_1 = Dict_ofSeqWithMerge((recordType__6, recordType__1_1) => {
683
683
  const this$_3 = updateOptions_2;
684
- const recordType_1_3 = arg_6;
685
- const recordType_2_3 = arg_1_2;
684
+ const recordType_1_3 = recordType__6;
685
+ const recordType_2_3 = recordType__1_1;
686
686
  switch (this$_3.tag) {
687
687
  case 2:
688
688
  return makeRecord(Sample_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_3), getRecordFields(recordType_2_3)));
@@ -694,10 +694,10 @@ ${err.message}`);
694
694
  return recordType_2_3;
695
695
  }
696
696
  }, map((v_2) => [mapping_6(v_2), v_2], list1_1));
697
- const map2_1 = Dict_ofSeqWithMerge((arg_2_1, arg_3_1) => {
697
+ const map2_1 = Dict_ofSeqWithMerge((recordType__2_1, recordType__3_1) => {
698
698
  const this$_4 = updateOptions_2;
699
- const recordType_1_4 = arg_2_1;
700
- const recordType_2_4 = arg_3_1;
699
+ const recordType_1_4 = recordType__2_1;
700
+ const recordType_2_4 = recordType__3_1;
701
701
  switch (this$_4.tag) {
702
702
  case 2:
703
703
  return makeRecord(Sample_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_4), getRecordFields(recordType_2_4)));
@@ -758,7 +758,7 @@ ${err_1.message}`);
758
758
  */
759
759
  export function Study_getMaterials_7312BC8B(study) {
760
760
  const processSequenceMaterials = getMaterials(Study_getProcesses_7312BC8B(study));
761
- const assaysMaterials = collect((arg_2) => AssayMaterials_getMaterials_35E61745(Assay_getMaterials_722A269D(arg_2)), Study_getAssays_7312BC8B(study));
761
+ const assaysMaterials = collect((arg) => AssayMaterials_getMaterials_35E61745(Assay_getMaterials_722A269D(arg)), Study_getAssays_7312BC8B(study));
762
762
  let materials;
763
763
  const updateOptions_2 = new Update_UpdateOptions(3, []);
764
764
  const mapping_6 = (s_2) => s_2.Name;
@@ -771,10 +771,10 @@ export function Study_getMaterials_7312BC8B(study) {
771
771
  const list1 = assaysMaterials;
772
772
  const list2 = processSequenceMaterials;
773
773
  try {
774
- const map1 = Dict_ofSeqWithMerge((arg_3, arg_1_1) => {
774
+ const map1 = Dict_ofSeqWithMerge((recordType_, recordType__1) => {
775
775
  const this$ = updateOptions;
776
- const recordType_1 = arg_3;
777
- const recordType_2 = arg_1_1;
776
+ const recordType_1 = recordType_;
777
+ const recordType_2 = recordType__1;
778
778
  switch (this$.tag) {
779
779
  case 2:
780
780
  return makeRecord(Material_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1), getRecordFields(recordType_2)));
@@ -786,10 +786,10 @@ export function Study_getMaterials_7312BC8B(study) {
786
786
  return recordType_2;
787
787
  }
788
788
  }, map((v) => [mapping_1(v), v], list1));
789
- const map2 = Dict_ofSeqWithMerge((arg_2_1, arg_3_1) => {
789
+ const map2 = Dict_ofSeqWithMerge((recordType__2, recordType__3) => {
790
790
  const this$_1 = updateOptions;
791
- const recordType_1_1 = arg_2_1;
792
- const recordType_2_1 = arg_3_1;
791
+ const recordType_1_1 = recordType__2;
792
+ const recordType_2_1 = recordType__3;
793
793
  switch (this$_1.tag) {
794
794
  case 2:
795
795
  return makeRecord(Material_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_1), getRecordFields(recordType_2_1)));
@@ -844,10 +844,10 @@ export function Study_getMaterials_7312BC8B(study) {
844
844
  ${err.message}`);
845
845
  }
846
846
  try {
847
- const map1_1 = Dict_ofSeqWithMerge((arg_6, arg_1_2) => {
847
+ const map1_1 = Dict_ofSeqWithMerge((recordType__6, recordType__1_1) => {
848
848
  const this$_3 = updateOptions_2;
849
- const recordType_1_3 = arg_6;
850
- const recordType_2_3 = arg_1_2;
849
+ const recordType_1_3 = recordType__6;
850
+ const recordType_2_3 = recordType__1_1;
851
851
  switch (this$_3.tag) {
852
852
  case 2:
853
853
  return makeRecord(Material_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_3), getRecordFields(recordType_2_3)));
@@ -859,10 +859,10 @@ ${err.message}`);
859
859
  return recordType_2_3;
860
860
  }
861
861
  }, map((v_2) => [mapping_6(v_2), v_2], list1_1));
862
- const map2_1 = Dict_ofSeqWithMerge((arg_2_2, arg_3_2) => {
862
+ const map2_1 = Dict_ofSeqWithMerge((recordType__2_1, recordType__3_1) => {
863
863
  const this$_4 = updateOptions_2;
864
- const recordType_1_4 = arg_2_2;
865
- const recordType_2_4 = arg_3_2;
864
+ const recordType_1_4 = recordType__2_1;
865
+ const recordType_2_4 = recordType__3_1;
866
866
  switch (this$_4.tag) {
867
867
  case 2:
868
868
  return makeRecord(Material_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_4), getRecordFields(recordType_2_4)));
@@ -927,7 +927,7 @@ export function Study_update_7312BC8B(study) {
927
927
  let Materials;
928
928
  const v = Study_getMaterials_7312BC8B(study);
929
929
  Materials = Option_fromValueWithDefault(StudyMaterials_get_empty(), v);
930
- const Assays = map_1((list) => map((arg_3) => ((arg_2) => Assay_updateProtocols(protocols, arg_2))(Assay_update_722A269D(arg_3)), list), study.Assays);
930
+ const Assays = map_1((list) => map((arg) => ((assay_1) => Assay_updateProtocols(protocols, assay_1))(Assay_update_722A269D(arg)), list), study.Assays);
931
931
  const Protocols = Option_fromValueWithDefault(empty(), protocols);
932
932
  const Factors = Option_fromValueWithDefault(empty(), Study_getFactors_7312BC8B(study));
933
933
  const CharacteristicCategories = Option_fromValueWithDefault(empty(), Study_getCharacteristics_7312BC8B(study));
@@ -1,10 +1,10 @@
1
- import { Record } from "../../../fable_modules/fable-library.4.1.4/Types.js";
1
+ import { Record } from "../../../fable_modules/fable-library.4.4.1/Types.js";
2
2
  import { Source_$reflection } from "./Source.js";
3
- import { record_type, option_type, list_type } from "../../../fable_modules/fable-library.4.1.4/Reflection.js";
3
+ import { record_type, option_type, list_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
4
4
  import { Sample_$reflection } from "./Sample.js";
5
5
  import { Material_$reflection } from "./Material.js";
6
- import { defaultArg } from "../../../fable_modules/fable-library.4.1.4/Option.js";
7
- import { empty } from "../../../fable_modules/fable-library.4.1.4/List.js";
6
+ import { defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
7
+ import { empty } from "../../../fable_modules/fable-library.4.4.1/List.js";
8
8
 
9
9
  export class StudyMaterials extends Record {
10
10
  constructor(Sources, Samples, OtherMaterials) {
@@ -1,11 +1,11 @@
1
- import { Union, toString } from "../../../fable_modules/fable-library.4.1.4/Types.js";
2
- import { printf, toText } from "../../../fable_modules/fable-library.4.1.4/String.js";
1
+ import { Union, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
2
+ import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
3
3
  import { OntologyAnnotation, OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
4
- import { union_type, string_type, float64_type, int32_type } from "../../../fable_modules/fable-library.4.1.4/Reflection.js";
5
- import { parse } from "../../../fable_modules/fable-library.4.1.4/Double.js";
6
- import { parse as parse_1 } from "../../../fable_modules/fable-library.4.1.4/Int32.js";
7
- import { map, defaultArg } from "../../../fable_modules/fable-library.4.1.4/Option.js";
8
- import { int32ToString } from "../../../fable_modules/fable-library.4.1.4/Util.js";
4
+ import { union_type, string_type, float64_type, int32_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
5
+ import { parse } from "../../../fable_modules/fable-library.4.4.1/Double.js";
6
+ import { parse as parse_1 } from "../../../fable_modules/fable-library.4.4.1/Int32.js";
7
+ import { map, defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
8
+ import { int32ToString } from "../../../fable_modules/fable-library.4.4.1/Util.js";
9
9
  import { AnnotationValue_toString_Z6FAD7738 } from "./AnnotationValue.js";
10
10
 
11
11
  export class Value extends Union {
package/ISA/ISA/Regex.js CHANGED
@@ -1,6 +1,6 @@
1
- import { create, match } from "../../fable_modules/fable-library.4.1.4/RegExp.js";
2
- import { value as value_1, map, some } from "../../fable_modules/fable-library.4.1.4/Option.js";
3
- import { parse } from "../../fable_modules/fable-library.4.1.4/Int32.js";
1
+ import { create, match } from "../../fable_modules/fable-library.4.4.1/RegExp.js";
2
+ import { value as value_1, map, some } from "../../fable_modules/fable-library.4.4.1/Option.js";
3
+ import { parse } from "../../fable_modules/fable-library.4.4.1/Int32.js";
4
4
 
5
5
  export const Pattern_ExcelNumberFormat = `"(?<${"numberFormat"}>(.*?))"`;
6
6
 
@@ -1,13 +1,13 @@
1
1
  import { toString, nil, object as object_22 } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
2
- import { ofArray, choose } from "../../fable_modules/fable-library.4.1.4/List.js";
3
- import { uncurry2, equals } from "../../fable_modules/fable-library.4.1.4/Util.js";
2
+ import { ofArray, choose } from "../../fable_modules/fable-library.4.4.1/List.js";
3
+ import { uncurry2, equals } from "../../fable_modules/fable-library.4.4.1/Util.js";
4
4
  import { tryInclude } from "./GEncode.js";
5
5
  import { Data_decoder, Data_encoder, Sample_decoder, Sample_encoder } from "./Data.js";
6
6
  import { MaterialAttribute_decoder, MaterialAttribute_encoder, Material_decoder, Material_encoder } from "./Material.js";
7
7
  import { string, list as list_1, object as object_23 } from "../../fable_modules/Thoth.Json.10.1.0/Decode.fs.js";
8
8
  import { AssayMaterials } from "../ISA/JsonTypes/AssayMaterials.js";
9
9
  import { URIModule_toString } from "../ISA/JsonTypes/URI.js";
10
- import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.1.4/Seq.js";
10
+ import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.4.1/Seq.js";
11
11
  import { ConverterOptions__set_IncludeType_Z1FBCCD16, ConverterOptions__set_SetID_Z1FBCCD16, ConverterOptions_$ctor, ConverterOptions__get_IncludeType, ConverterOptions__get_SetID } from "./ConverterOptions.js";
12
12
  import { OntologyAnnotation_decoder, OntologyAnnotation_encoder } from "./Ontology.js";
13
13
  import { Process_decoder, Process_encoder } from "./Process.js";
@@ -105,8 +105,8 @@ export function Assay_toStringLD(a) {
105
105
  }
106
106
 
107
107
  export function ArcAssay_fromJsonString(s) {
108
- const arg = fromJsonString(uncurry2(Assay_decoder(ConverterOptions_$ctor())), s);
109
- return ArcAssay.fromAssay(arg);
108
+ const a = fromJsonString(uncurry2(Assay_decoder(ConverterOptions_$ctor())), s);
109
+ return ArcAssay.fromAssay(a);
110
110
  }
111
111
 
112
112
  export function ArcAssay_toJsonString(a) {
@@ -1,10 +1,10 @@
1
- import { replace } from "../../fable_modules/fable-library.4.1.4/String.js";
2
- import { value as value_13 } from "../../fable_modules/fable-library.4.1.4/Option.js";
1
+ import { replace } from "../../fable_modules/fable-library.4.4.1/String.js";
2
+ import { value as value_13 } from "../../fable_modules/fable-library.4.4.1/Option.js";
3
3
  import { URIModule_toString } from "../ISA/JsonTypes/URI.js";
4
4
  import { toString, nil, object as object_6 } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
5
- import { choose } from "../../fable_modules/fable-library.4.1.4/List.js";
6
- import { uncurry2, equals } from "../../fable_modules/fable-library.4.1.4/Util.js";
7
- import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.1.4/Seq.js";
5
+ import { choose } from "../../fable_modules/fable-library.4.4.1/List.js";
6
+ import { uncurry2, equals } from "../../fable_modules/fable-library.4.4.1/Util.js";
7
+ import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.4.1/Seq.js";
8
8
  import { ConverterOptions__set_IncludeType_Z1FBCCD16, ConverterOptions__set_SetID_Z1FBCCD16, ConverterOptions_$ctor, ConverterOptions__get_IncludeType, ConverterOptions__get_SetID } from "./ConverterOptions.js";
9
9
  import { tryInclude } from "./GEncode.js";
10
10
  import { string, object as object_7 } from "../../fable_modules/Thoth.Json.10.1.0/Decode.fs.js";
@@ -1,4 +1,4 @@
1
- import { class_type } from "../../fable_modules/fable-library.4.1.4/Reflection.js";
1
+ import { class_type } from "../../fable_modules/fable-library.4.4.1/Reflection.js";
2
2
 
3
3
  export class ConverterOptions {
4
4
  constructor() {
@@ -1,18 +1,18 @@
1
1
  import { DataFile } from "../ISA/JsonTypes/DataFile.js";
2
2
  import { toString, object as object_10, nil } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
3
3
  import { list as list_1, object as object_11, string } from "../../fable_modules/Thoth.Json.10.1.0/Decode.fs.js";
4
- import { FSharpResult$2 } from "../../fable_modules/fable-library.4.1.4/Choice.js";
4
+ import { FSharpResult$2 } from "../../fable_modules/fable-library.4.4.1/Choice.js";
5
5
  import { ErrorReason } from "../../fable_modules/Thoth.Json.10.1.0/Types.fs.js";
6
6
  import { URIModule_toString } from "../ISA/JsonTypes/URI.js";
7
- import { ofArray, choose } from "../../fable_modules/fable-library.4.1.4/List.js";
8
- import { uncurry2, equals } from "../../fable_modules/fable-library.4.1.4/Util.js";
9
- import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.1.4/Seq.js";
7
+ import { ofArray, choose } from "../../fable_modules/fable-library.4.4.1/List.js";
8
+ import { uncurry2, equals } from "../../fable_modules/fable-library.4.4.1/Util.js";
9
+ import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.4.1/Seq.js";
10
10
  import { ConverterOptions__set_IncludeType_Z1FBCCD16, ConverterOptions__set_SetID_Z1FBCCD16, ConverterOptions_$ctor, ConverterOptions__get_IncludeType, ConverterOptions__get_SetID } from "./ConverterOptions.js";
11
11
  import { tryInclude } from "./GEncode.js";
12
12
  import { decoder as decoder_3, encoder } from "./Comment.js";
13
13
  import { fromJsonString, uri, hasUnknownFields } from "./Decode.js";
14
14
  import { Data } from "../ISA/JsonTypes/Data.js";
15
- import { replace } from "../../fable_modules/fable-library.4.1.4/String.js";
15
+ import { replace } from "../../fable_modules/fable-library.4.4.1/String.js";
16
16
  import { MaterialAttributeValue_decoder, MaterialAttributeValue_encoder } from "./Material.js";
17
17
  import { Source } from "../ISA/JsonTypes/Source.js";
18
18
  import { FactorValue_decoder, FactorValue_encoder } from "./Factor.js";
@@ -1,9 +1,9 @@
1
1
  import { fromString, string } from "../../fable_modules/Thoth.Json.10.1.0/Decode.fs.js";
2
- import { FSharpResult$2 } from "../../fable_modules/fable-library.4.1.4/Choice.js";
3
- import { printf, toText } from "../../fable_modules/fable-library.4.1.4/String.js";
2
+ import { FSharpResult$2 } from "../../fable_modules/fable-library.4.4.1/Choice.js";
3
+ import { printf, toText } from "../../fable_modules/fable-library.4.4.1/String.js";
4
4
  import { ErrorReason } from "../../fable_modules/Thoth.Json.10.1.0/Types.fs.js";
5
- import { contains, exists } from "../../fable_modules/fable-library.4.1.4/Seq.js";
6
- import { stringHash } from "../../fable_modules/fable-library.4.1.4/Util.js";
5
+ import { contains, exists } from "../../fable_modules/fable-library.4.4.1/Seq.js";
6
+ import { stringHash } from "../../fable_modules/fable-library.4.4.1/Util.js";
7
7
 
8
8
  export function isURI(s) {
9
9
  return true;
@@ -2,14 +2,14 @@ import { Value } from "../ISA/JsonTypes/Value.js";
2
2
  import { OntologyAnnotation_decoder, OntologyAnnotation_encoder } from "./Ontology.js";
3
3
  import { object as object_8, toString, nil } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
4
4
  import { array, object as object_9, string, float, int } from "../../fable_modules/Thoth.Json.10.1.0/Decode.fs.js";
5
- import { FSharpResult$2 } from "../../fable_modules/fable-library.4.1.4/Choice.js";
5
+ import { FSharpResult$2 } from "../../fable_modules/fable-library.4.4.1/Choice.js";
6
6
  import { uri, fromJsonString } from "./Decode.js";
7
- import { equals, uncurry2 } from "../../fable_modules/fable-library.4.1.4/Util.js";
7
+ import { equals, uncurry2 } from "../../fable_modules/fable-library.4.4.1/Util.js";
8
8
  import { ConverterOptions__set_IncludeType_Z1FBCCD16, ConverterOptions__set_SetID_Z1FBCCD16, ConverterOptions__get_IncludeType, ConverterOptions__get_SetID, ConverterOptions_$ctor } from "./ConverterOptions.js";
9
- import { replace } from "../../fable_modules/fable-library.4.1.4/String.js";
9
+ import { replace } from "../../fable_modules/fable-library.4.4.1/String.js";
10
10
  import { URIModule_toString } from "../ISA/JsonTypes/URI.js";
11
- import { choose } from "../../fable_modules/fable-library.4.1.4/List.js";
12
- import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.1.4/Seq.js";
11
+ import { choose } from "../../fable_modules/fable-library.4.4.1/List.js";
12
+ import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.4.1/Seq.js";
13
13
  import { tryInclude } from "./GEncode.js";
14
14
  import { decoder as decoder_1, encoder } from "./Comment.js";
15
15
  import { Factor } from "../ISA/JsonTypes/Factor.js";
@@ -1,7 +1,7 @@
1
- import { value as value_1 } from "../../fable_modules/fable-library.4.1.4/Option.js";
2
- import { isIterable } from "../../fable_modules/fable-library.4.1.4/Util.js";
1
+ import { value as value_1 } from "../../fable_modules/fable-library.4.4.1/Option.js";
2
+ import { isIterable } from "../../fable_modules/fable-library.4.4.1/Util.js";
3
3
  import { nil, seq } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
4
- import { map } from "../../fable_modules/fable-library.4.1.4/Seq.js";
4
+ import { map } from "../../fable_modules/fable-library.4.4.1/Seq.js";
5
5
 
6
6
  /**
7
7
  * Try to encode the given object using the given encoder, or return Encode.nil if the object is null
@@ -1,9 +1,9 @@
1
- import { replace } from "../../fable_modules/fable-library.4.1.4/String.js";
1
+ import { replace } from "../../fable_modules/fable-library.4.4.1/String.js";
2
2
  import { URIModule_toString } from "../ISA/JsonTypes/URI.js";
3
3
  import { toString, nil, object as object_24 } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
4
- import { empty as empty_1, choose } from "../../fable_modules/fable-library.4.1.4/List.js";
5
- import { uncurry2, equals } from "../../fable_modules/fable-library.4.1.4/Util.js";
6
- import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.1.4/Seq.js";
4
+ import { empty as empty_1, choose } from "../../fable_modules/fable-library.4.4.1/List.js";
5
+ import { uncurry2, equals } from "../../fable_modules/fable-library.4.4.1/Util.js";
6
+ import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.4.1/Seq.js";
7
7
  import { ConverterOptions__set_IncludeType_Z1FBCCD16, ConverterOptions__set_SetID_Z1FBCCD16, ConverterOptions_$ctor, ConverterOptions__get_IncludeType, ConverterOptions__get_SetID } from "./ConverterOptions.js";
8
8
  import { tryInclude } from "./GEncode.js";
9
9
  import { OntologySourceReference_decoder, OntologySourceReference_encoder } from "./Ontology.js";
@@ -114,8 +114,8 @@ export function Investigation_toStringLD(i) {
114
114
  }
115
115
 
116
116
  export function ArcInvestigation_fromJsonString(s) {
117
- const arg = fromJsonString(uncurry2(Investigation_decoder(ConverterOptions_$ctor())), s);
118
- return ArcInvestigation.fromInvestigation(arg);
117
+ const i = fromJsonString(uncurry2(Investigation_decoder(ConverterOptions_$ctor())), s);
118
+ return ArcInvestigation.fromInvestigation(i);
119
119
  }
120
120
 
121
121
  export function ArcInvestigation_toJsonString(a) {
@@ -1,12 +1,12 @@
1
1
  import { MaterialType } from "../ISA/JsonTypes/MaterialType.js";
2
2
  import { toString, object as object_10, nil } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
3
3
  import { list as list_1, object as object_11, string } from "../../fable_modules/Thoth.Json.10.1.0/Decode.fs.js";
4
- import { FSharpResult$2 } from "../../fable_modules/fable-library.4.1.4/Choice.js";
4
+ import { FSharpResult$2 } from "../../fable_modules/fable-library.4.4.1/Choice.js";
5
5
  import { ErrorReason } from "../../fable_modules/Thoth.Json.10.1.0/Types.fs.js";
6
6
  import { URIModule_toString } from "../ISA/JsonTypes/URI.js";
7
- import { ofArray, choose } from "../../fable_modules/fable-library.4.1.4/List.js";
8
- import { uncurry2, equals } from "../../fable_modules/fable-library.4.1.4/Util.js";
9
- import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.1.4/Seq.js";
7
+ import { ofArray, choose } from "../../fable_modules/fable-library.4.4.1/List.js";
8
+ import { uncurry2, equals } from "../../fable_modules/fable-library.4.4.1/Util.js";
9
+ import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.4.1/Seq.js";
10
10
  import { ConverterOptions__set_IncludeType_Z1FBCCD16, ConverterOptions__set_SetID_Z1FBCCD16, ConverterOptions_$ctor, ConverterOptions__get_IncludeType, ConverterOptions__get_SetID } from "./ConverterOptions.js";
11
11
  import { tryInclude } from "./GEncode.js";
12
12
  import { OntologyAnnotation_decoder, OntologyAnnotation_encoder } from "./Ontology.js";
@@ -14,7 +14,7 @@ import { hasUnknownFields, fromJsonString, uri } from "./Decode.js";
14
14
  import { MaterialAttribute } from "../ISA/JsonTypes/MaterialAttribute.js";
15
15
  import { Value_decoder, Value_encoder } from "./Factor.js";
16
16
  import { MaterialAttributeValue } from "../ISA/JsonTypes/MaterialAttributeValue.js";
17
- import { replace } from "../../fable_modules/fable-library.4.1.4/String.js";
17
+ import { replace } from "../../fable_modules/fable-library.4.4.1/String.js";
18
18
  import { Material } from "../ISA/JsonTypes/Material.js";
19
19
 
20
20
  export function MaterialType_encoder(options, value) {
@@ -1,11 +1,11 @@
1
1
  import { AnnotationValue } from "../ISA/JsonTypes/AnnotationValue.js";
2
2
  import { toString, object as object_10, nil } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
3
3
  import { array, object as object_11, string, float, int } from "../../fable_modules/Thoth.Json.10.1.0/Decode.fs.js";
4
- import { FSharpResult$2 } from "../../fable_modules/fable-library.4.1.4/Choice.js";
5
- import { replace } from "../../fable_modules/fable-library.4.1.4/String.js";
6
- import { choose } from "../../fable_modules/fable-library.4.1.4/List.js";
7
- import { uncurry2, equals } from "../../fable_modules/fable-library.4.1.4/Util.js";
8
- import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.1.4/Seq.js";
4
+ import { FSharpResult$2 } from "../../fable_modules/fable-library.4.4.1/Choice.js";
5
+ import { replace } from "../../fable_modules/fable-library.4.4.1/String.js";
6
+ import { choose } from "../../fable_modules/fable-library.4.4.1/List.js";
7
+ import { uncurry2, equals } from "../../fable_modules/fable-library.4.4.1/Util.js";
8
+ import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.4.1/Seq.js";
9
9
  import { ConverterOptions__set_IncludeType_Z1FBCCD16, ConverterOptions__set_SetID_Z1FBCCD16, ConverterOptions_$ctor, ConverterOptions__get_IncludeType, ConverterOptions__get_SetID } from "./ConverterOptions.js";
10
10
  import { tryInclude } from "./GEncode.js";
11
11
  import { decoder as decoder_1, encoder } from "./Comment.js";
@@ -13,7 +13,7 @@ import { fromJsonString, uri } from "./Decode.js";
13
13
  import { OntologySourceReference } from "../ISA/JsonTypes/OntologySourceReference.js";
14
14
  import { URIModule_toString } from "../ISA/JsonTypes/URI.js";
15
15
  import { OntologyAnnotation } from "../ISA/JsonTypes/OntologyAnnotation.js";
16
- import { unwrap } from "../../fable_modules/fable-library.4.1.4/Option.js";
16
+ import { unwrap } from "../../fable_modules/fable-library.4.4.1/Option.js";
17
17
 
18
18
  export function AnnotationValue_encoder(options, value) {
19
19
  if (value instanceof AnnotationValue) {
@@ -1,11 +1,11 @@
1
- import { tryPick } from "../../fable_modules/fable-library.4.1.4/Array.js";
2
- import { replace } from "../../fable_modules/fable-library.4.1.4/String.js";
1
+ import { tryPick } from "../../fable_modules/fable-library.4.4.1/Array.js";
2
+ import { replace } from "../../fable_modules/fable-library.4.4.1/String.js";
3
3
  import { URIModule_toString } from "../ISA/JsonTypes/URI.js";
4
4
  import { Person } from "../ISA/JsonTypes/Person.js";
5
5
  import { toString, nil, object as object_22 } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
6
- import { choose } from "../../fable_modules/fable-library.4.1.4/List.js";
7
- import { uncurry2, equals } from "../../fable_modules/fable-library.4.1.4/Util.js";
8
- import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.1.4/Seq.js";
6
+ import { choose } from "../../fable_modules/fable-library.4.4.1/List.js";
7
+ import { uncurry2, equals } from "../../fable_modules/fable-library.4.4.1/Util.js";
8
+ import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.4.1/Seq.js";
9
9
  import { ConverterOptions__set_IncludeType_Z1FBCCD16, ConverterOptions__set_SetID_Z1FBCCD16, ConverterOptions_$ctor, ConverterOptions__get_IncludeType, ConverterOptions__get_SetID } from "./ConverterOptions.js";
10
10
  import { tryInclude } from "./GEncode.js";
11
11
  import { OntologyAnnotation_decoder, OntologyAnnotation_encoder } from "./Ontology.js";
@@ -116,8 +116,8 @@ export function genID(p) {
116
116
 
117
117
  export function encoder(options, oa) {
118
118
  let oa_1;
119
- const arg = oa;
120
- oa_1 = Person.setCommentFromORCID(arg);
119
+ const person = oa;
120
+ oa_1 = Person.setCommentFromORCID(person);
121
121
  return object_22(choose((tupledArg) => {
122
122
  const v = tupledArg[1];
123
123
  if (equals(v, nil)) {
@@ -174,15 +174,15 @@ export function encoder(options, oa) {
174
174
  export function decoder(options) {
175
175
  return (path_10) => ((v) => object_23((get$) => {
176
176
  let objectArg_2, objectArg_3, objectArg_4, objectArg_5, objectArg_6, objectArg_7, objectArg_8, arg_19, decoder_1, objectArg_9, arg_21, decoder_2, objectArg_10;
177
- let arg_22;
177
+ let person;
178
178
  let ID;
179
179
  const objectArg = get$.Optional;
180
180
  ID = objectArg.Field("@id", uri);
181
181
  let FirstName;
182
182
  const objectArg_1 = get$.Optional;
183
183
  FirstName = objectArg_1.Field("firstName", string);
184
- arg_22 = (new Person(ID, void 0, (objectArg_2 = get$.Optional, objectArg_2.Field("lastName", string)), FirstName, (objectArg_3 = get$.Optional, objectArg_3.Field("midInitials", string)), (objectArg_4 = get$.Optional, objectArg_4.Field("email", string)), (objectArg_5 = get$.Optional, objectArg_5.Field("phone", string)), (objectArg_6 = get$.Optional, objectArg_6.Field("fax", string)), (objectArg_7 = get$.Optional, objectArg_7.Field("address", string)), (objectArg_8 = get$.Optional, objectArg_8.Field("affiliation", string)), (arg_19 = ((decoder_1 = OntologyAnnotation_decoder(options), (path_8) => ((value_8) => array_1(uncurry2(decoder_1), path_8, value_8)))), (objectArg_9 = get$.Optional, objectArg_9.Field("roles", uncurry2(arg_19)))), (arg_21 = ((decoder_2 = decoder_3(options), (path_9) => ((value_9) => array_1(uncurry2(decoder_2), path_9, value_9)))), (objectArg_10 = get$.Optional, objectArg_10.Field("comments", uncurry2(arg_21))))));
185
- return Person.setOrcidFromComments(arg_22);
184
+ person = (new Person(ID, void 0, (objectArg_2 = get$.Optional, objectArg_2.Field("lastName", string)), FirstName, (objectArg_3 = get$.Optional, objectArg_3.Field("midInitials", string)), (objectArg_4 = get$.Optional, objectArg_4.Field("email", string)), (objectArg_5 = get$.Optional, objectArg_5.Field("phone", string)), (objectArg_6 = get$.Optional, objectArg_6.Field("fax", string)), (objectArg_7 = get$.Optional, objectArg_7.Field("address", string)), (objectArg_8 = get$.Optional, objectArg_8.Field("affiliation", string)), (arg_19 = ((decoder_1 = OntologyAnnotation_decoder(options), (path_8) => ((value_8) => array_1(uncurry2(decoder_1), path_8, value_8)))), (objectArg_9 = get$.Optional, objectArg_9.Field("roles", uncurry2(arg_19)))), (arg_21 = ((decoder_2 = decoder_3(options), (path_9) => ((value_9) => array_1(uncurry2(decoder_2), path_9, value_9)))), (objectArg_10 = get$.Optional, objectArg_10.Field("comments", uncurry2(arg_21))))));
185
+ return Person.setOrcidFromComments(person);
186
186
  }, path_10, v));
187
187
  }
188
188
 
@@ -1,10 +1,10 @@
1
- import { replace } from "../../fable_modules/fable-library.4.1.4/String.js";
1
+ import { replace } from "../../fable_modules/fable-library.4.4.1/String.js";
2
2
  import { ProtocolParameter_getNameText_Z3A4310A5 } from "../ISA/JsonTypes/ProtocolParameter.js";
3
3
  import { Value_getText_72E9EF0F } from "../ISA/JsonTypes/Value.js";
4
4
  import { list as list_2, toString, nil, object as object_22 } from "../../fable_modules/Thoth.Json.10.1.0/Encode.fs.js";
5
- import { map, choose } from "../../fable_modules/fable-library.4.1.4/List.js";
6
- import { uncurry2, equals } from "../../fable_modules/fable-library.4.1.4/Util.js";
7
- import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.1.4/Seq.js";
5
+ import { map, choose } from "../../fable_modules/fable-library.4.4.1/List.js";
6
+ import { uncurry2, equals } from "../../fable_modules/fable-library.4.4.1/Util.js";
7
+ import { empty, singleton, append, delay, toList } from "../../fable_modules/fable-library.4.4.1/Seq.js";
8
8
  import { ConverterOptions__set_IncludeType_Z1FBCCD16, ConverterOptions__set_SetID_Z1FBCCD16, ConverterOptions_$ctor, ConverterOptions__get_IncludeType, ConverterOptions__get_SetID } from "./ConverterOptions.js";
9
9
  import { tryInclude } from "./GEncode.js";
10
10
  import { Protocol_decoder, Protocol_encoder, ProtocolParameter_decoder, ProtocolParameter_encoder } from "./Protocol.js";
@@ -16,7 +16,7 @@ import { uri, fromJsonString } from "./Decode.js";
16
16
  import { ProcessInput } from "../ISA/JsonTypes/ProcessInput.js";
17
17
  import { Data_decoder, Sample_decoder, Source_decoder, Source_encoder, Data_encoder, Sample_encoder } from "./Data.js";
18
18
  import { Material_decoder, Material_encoder } from "./Material.js";
19
- import { FSharpResult$2 } from "../../fable_modules/fable-library.4.1.4/Choice.js";
19
+ import { FSharpResult$2 } from "../../fable_modules/fable-library.4.4.1/Choice.js";
20
20
  import { ProcessOutput } from "../ISA/JsonTypes/ProcessOutput.js";
21
21
  import { URIModule_toString } from "../ISA/JsonTypes/URI.js";
22
22
  import { decoder as decoder_4, encoder } from "./Comment.js";