@nfdi4plants/arctrl 3.0.0-beta.2 → 3.0.0-beta.3
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.
- package/dist/ts/__vite-browser-external-2447137e.js +4 -0
- package/dist/ts/__vite-browser-external-b3701507.cjs +1 -0
- package/dist/ts/arctrl.cjs.js +5691 -0
- package/dist/ts/arctrl.es.js +35562 -0
- package/dist/ts/arctrl.umd.js +5691 -0
- package/dist/ts/index.d.ts +61 -0
- package/dist/ts/index.d.ts.map +1 -0
- package/dist/ts/ts/ARC.d.ts +80 -0
- package/dist/ts/ts/ARC.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ARC.d.ts +7 -0
- package/dist/ts/ts/Contract/ARC.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcAssay.d.ts +12 -0
- package/dist/ts/ts/Contract/ArcAssay.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcInvestigation.d.ts +10 -0
- package/dist/ts/ts/Contract/ArcInvestigation.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcRun.d.ts +12 -0
- package/dist/ts/ts/Contract/ArcRun.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcStudy.d.ts +13 -0
- package/dist/ts/ts/Contract/ArcStudy.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcWorkflow.d.ts +12 -0
- package/dist/ts/ts/Contract/ArcWorkflow.d.ts.map +1 -0
- package/dist/ts/ts/Contract/Contract.d.ts +39 -0
- package/dist/ts/ts/Contract/Contract.d.ts.map +1 -0
- package/dist/ts/ts/Contract/Datamap.d.ts +29 -0
- package/dist/ts/ts/Contract/Datamap.d.ts.map +1 -0
- package/dist/ts/ts/Contract/Git.d.ts +28 -0
- package/dist/ts/ts/Contract/Git.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ValidationPackagesConfig.d.ts +12 -0
- package/dist/ts/ts/Contract/ValidationPackagesConfig.d.ts.map +1 -0
- package/dist/ts/ts/ContractIO/ContractIO.d.ts +11 -0
- package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -0
- package/dist/ts/ts/ContractIO/FileSystemHelper.d.ts +44 -0
- package/dist/ts/ts/ContractIO/FileSystemHelper.d.ts.map +1 -0
- package/dist/ts/ts/Conversion.d.ts +292 -0
- package/dist/ts/ts/Conversion.d.ts.map +1 -0
- package/dist/ts/ts/Core/ArcTypes.d.ts +620 -0
- package/dist/ts/ts/Core/ArcTypes.d.ts.map +1 -0
- package/dist/ts/ts/Core/Comment.d.ts +35 -0
- package/dist/ts/ts/Core/Comment.d.ts.map +1 -0
- package/dist/ts/ts/Core/CommentList.d.ts +28 -0
- package/dist/ts/ts/Core/CommentList.d.ts.map +1 -0
- package/dist/ts/ts/Core/Conversion.d.ts +215 -0
- package/dist/ts/ts/Core/Conversion.d.ts.map +1 -0
- package/dist/ts/ts/Core/Data.d.ts +49 -0
- package/dist/ts/ts/Core/Data.d.ts.map +1 -0
- package/dist/ts/ts/Core/DataContext.d.ts +47 -0
- package/dist/ts/ts/Core/DataContext.d.ts.map +1 -0
- package/dist/ts/ts/Core/DataFile.d.ts +27 -0
- package/dist/ts/ts/Core/DataFile.d.ts.map +1 -0
- package/dist/ts/ts/Core/DataMap.d.ts +52 -0
- package/dist/ts/ts/Core/DataMap.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/Collections.d.ts +61 -0
- package/dist/ts/ts/Core/Helper/Collections.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/HashCodes.d.ts +9 -0
- package/dist/ts/ts/Core/Helper/HashCodes.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/Identifier.d.ts +119 -0
- package/dist/ts/ts/Core/Helper/Identifier.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/ORCID.d.ts +7 -0
- package/dist/ts/ts/Core/Helper/ORCID.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/Regex.d.ts +194 -0
- package/dist/ts/ts/Core/Helper/Regex.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/SemVer.d.ts +20 -0
- package/dist/ts/ts/Core/Helper/SemVer.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/Url.d.ts +10 -0
- package/dist/ts/ts/Core/Helper/Url.d.ts.map +1 -0
- package/dist/ts/ts/Core/IdentifierSetters.d.ts +7 -0
- package/dist/ts/ts/Core/IdentifierSetters.d.ts.map +1 -0
- package/dist/ts/ts/Core/OntologyAnnotation.d.ts +57 -0
- package/dist/ts/ts/Core/OntologyAnnotation.d.ts.map +1 -0
- package/dist/ts/ts/Core/OntologySourceReference.d.ts +31 -0
- package/dist/ts/ts/Core/OntologySourceReference.d.ts.map +1 -0
- package/dist/ts/ts/Core/Person.d.ts +56 -0
- package/dist/ts/ts/Core/Person.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ColumnIndex.d.ts +79 -0
- package/dist/ts/ts/Core/Process/ColumnIndex.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Component.d.ts +65 -0
- package/dist/ts/ts/Core/Process/Component.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Factor.d.ts +44 -0
- package/dist/ts/ts/Core/Process/Factor.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/FactorValue.d.ts +44 -0
- package/dist/ts/ts/Core/Process/FactorValue.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Material.d.ts +27 -0
- package/dist/ts/ts/Core/Process/Material.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/MaterialAttribute.d.ts +53 -0
- package/dist/ts/ts/Core/Process/MaterialAttribute.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/MaterialAttributeValue.d.ts +55 -0
- package/dist/ts/ts/Core/Process/MaterialAttributeValue.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/MaterialType.d.ts +22 -0
- package/dist/ts/ts/Core/Process/MaterialType.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Process.d.ts +113 -0
- package/dist/ts/ts/Core/Process/Process.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProcessInput.d.ts +117 -0
- package/dist/ts/ts/Core/Process/ProcessInput.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProcessOutput.d.ts +106 -0
- package/dist/ts/ts/Core/Process/ProcessOutput.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProcessParameterValue.d.ts +40 -0
- package/dist/ts/ts/Core/Process/ProcessParameterValue.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProcessSequence.d.ts +89 -0
- package/dist/ts/ts/Core/Process/ProcessSequence.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Protocol.d.ts +141 -0
- package/dist/ts/ts/Core/Process/Protocol.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProtocolParameter.d.ts +32 -0
- package/dist/ts/ts/Core/Process/ProtocolParameter.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Sample.d.ts +31 -0
- package/dist/ts/ts/Core/Process/Sample.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Source.d.ts +24 -0
- package/dist/ts/ts/Core/Process/Source.d.ts.map +1 -0
- package/dist/ts/ts/Core/Publication.d.ts +36 -0
- package/dist/ts/ts/Core/Publication.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/ArcTable.d.ts +137 -0
- package/dist/ts/ts/Core/Table/ArcTable.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/ArcTableAux.d.ts +154 -0
- package/dist/ts/ts/Core/Table/ArcTableAux.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/ArcTables.d.ts +91 -0
- package/dist/ts/ts/Core/Table/ArcTables.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/CompositeCell.d.ts +58 -0
- package/dist/ts/ts/Core/Table/CompositeCell.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/CompositeColumn.d.ts +19 -0
- package/dist/ts/ts/Core/Table/CompositeColumn.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/CompositeHeader.d.ts +130 -0
- package/dist/ts/ts/Core/Table/CompositeHeader.d.ts.map +1 -0
- package/dist/ts/ts/Core/Template.d.ts +69 -0
- package/dist/ts/ts/Core/Template.d.ts.map +1 -0
- package/dist/ts/ts/Core/Templates.d.ts +18 -0
- package/dist/ts/ts/Core/Templates.d.ts.map +1 -0
- package/dist/ts/ts/Core/URI.d.ts.map +1 -0
- package/dist/ts/ts/Core/Value.d.ts +41 -0
- package/dist/ts/ts/Core/Value.d.ts.map +1 -0
- package/dist/ts/ts/CrossAsync.d.ts +9 -0
- package/dist/ts/ts/CrossAsync.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/Commit.d.ts +13 -0
- package/dist/ts/ts/FileSystem/Commit.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/DefaultGitattributes.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/DefaultGitignore.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/FileSystem.d.ts +21 -0
- package/dist/ts/ts/FileSystem/FileSystem.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/FileSystemTree.d.ts +55 -0
- package/dist/ts/ts/FileSystem/FileSystemTree.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/Path.d.ts.map +1 -0
- package/dist/ts/ts/Json/Assay.d.ts +19 -0
- package/dist/ts/ts/Json/Assay.d.ts.map +1 -0
- package/dist/ts/ts/Json/Comment.d.ts +14 -0
- package/dist/ts/ts/Json/Comment.d.ts.map +1 -0
- package/dist/ts/ts/Json/Data.d.ts +17 -0
- package/dist/ts/ts/Json/Data.d.ts.map +1 -0
- package/dist/ts/ts/Json/DataFile.d.ts +7 -0
- package/dist/ts/ts/Json/DataFile.d.ts.map +1 -0
- package/dist/ts/ts/Json/DataMap/DataContext.d.ts +5 -0
- package/dist/ts/ts/Json/DataMap/DataContext.d.ts.map +1 -0
- package/dist/ts/ts/Json/DataMap/DataMap.d.ts +11 -0
- package/dist/ts/ts/Json/DataMap/DataMap.d.ts.map +1 -0
- package/dist/ts/ts/Json/Decode.d.ts +18 -0
- package/dist/ts/ts/Json/Decode.d.ts.map +1 -0
- package/dist/ts/ts/Json/Encode.d.ts +23 -0
- package/dist/ts/ts/Json/Encode.d.ts.map +1 -0
- package/dist/ts/ts/Json/IDTable.d.ts +5 -0
- package/dist/ts/ts/Json/IDTable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Investigation.d.ts +20 -0
- package/dist/ts/ts/Json/Investigation.d.ts.map +1 -0
- package/dist/ts/ts/Json/OntologyAnnotation.d.ts +18 -0
- package/dist/ts/ts/Json/OntologyAnnotation.d.ts.map +1 -0
- package/dist/ts/ts/Json/OntologySourceReference.d.ts +12 -0
- package/dist/ts/ts/Json/OntologySourceReference.d.ts.map +1 -0
- package/dist/ts/ts/Json/Person.d.ts +22 -0
- package/dist/ts/ts/Json/Person.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/AssayMaterials.d.ts +7 -0
- package/dist/ts/ts/Json/Process/AssayMaterials.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Component.d.ts +11 -0
- package/dist/ts/ts/Json/Process/Component.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Factor.d.ts +8 -0
- package/dist/ts/ts/Json/Process/Factor.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/FactorValue.d.ts +11 -0
- package/dist/ts/ts/Json/Process/FactorValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Material.d.ts +12 -0
- package/dist/ts/ts/Json/Process/Material.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/MaterialAttribute.d.ts +8 -0
- package/dist/ts/ts/Json/Process/MaterialAttribute.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/MaterialAttributeValue.d.ts +11 -0
- package/dist/ts/ts/Json/Process/MaterialAttributeValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/MaterialType.d.ts +7 -0
- package/dist/ts/ts/Json/Process/MaterialType.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Process.d.ts +10 -0
- package/dist/ts/ts/Json/Process/Process.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/ProcessInput.d.ts +9 -0
- package/dist/ts/ts/Json/Process/ProcessInput.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/ProcessOutput.d.ts +9 -0
- package/dist/ts/ts/Json/Process/ProcessOutput.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/ProcessParameterValue.d.ts +11 -0
- package/dist/ts/ts/Json/Process/ProcessParameterValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Protocol.d.ts +10 -0
- package/dist/ts/ts/Json/Process/Protocol.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/ProtocolParameter.d.ts +8 -0
- package/dist/ts/ts/Json/Process/ProtocolParameter.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Sample.d.ts +15 -0
- package/dist/ts/ts/Json/Process/Sample.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Source.d.ts +12 -0
- package/dist/ts/ts/Json/Process/Source.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/StudyMaterials.d.ts +7 -0
- package/dist/ts/ts/Json/Process/StudyMaterials.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Value.d.ts +7 -0
- package/dist/ts/ts/Json/Process/Value.d.ts.map +1 -0
- package/dist/ts/ts/Json/PropertyValue.d.ts +9 -0
- package/dist/ts/ts/Json/PropertyValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/Publication.d.ts +14 -0
- package/dist/ts/ts/Json/Publication.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDContext.d.ts +5 -0
- package/dist/ts/ts/Json/ROCrate/LDContext.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDGraph.d.ts +5 -0
- package/dist/ts/ts/Json/ROCrate/LDGraph.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDNode.d.ts +13 -0
- package/dist/ts/ts/Json/ROCrate/LDNode.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDRef.d.ts +5 -0
- package/dist/ts/ts/Json/ROCrate/LDRef.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDValue.d.ts +7 -0
- package/dist/ts/ts/Json/ROCrate/LDValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/StringTable.d.ts +9 -0
- package/dist/ts/ts/Json/StringTable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Study.d.ts +26 -0
- package/dist/ts/ts/Json/Study.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/ArcTable.d.ts +15 -0
- package/dist/ts/ts/Json/Table/ArcTable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/CellTable.d.ts +11 -0
- package/dist/ts/ts/Json/Table/CellTable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/CompositeCell.d.ts +10 -0
- package/dist/ts/ts/Json/Table/CompositeCell.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/CompositeHeader.d.ts +5 -0
- package/dist/ts/ts/Json/Table/CompositeHeader.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/IOType.d.ts +5 -0
- package/dist/ts/ts/Json/Table/IOType.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/OATable.d.ts +10 -0
- package/dist/ts/ts/Json/Table/OATable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/Templates.d.ts +15 -0
- package/dist/ts/ts/Json/Table/Templates.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_assay_context.d.ts +26 -0
- package/dist/ts/ts/Json/context/rocrate/isa_assay_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_comment_context.d.ts +16 -0
- package/dist/ts/ts/Json/context/rocrate/isa_comment_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_data_context.d.ts +18 -0
- package/dist/ts/ts/Json/context/rocrate/isa_data_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_investigation_context.d.ts +26 -0
- package/dist/ts/ts/Json/context/rocrate/isa_investigation_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_material_context.d.ts +19 -0
- package/dist/ts/ts/Json/context/rocrate/isa_material_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts +17 -0
- package/dist/ts/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts +19 -0
- package/dist/ts/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_organization_context.d.ts +15 -0
- package/dist/ts/ts/Json/context/rocrate/isa_organization_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_person_context.d.ts +25 -0
- package/dist/ts/ts/Json/context/rocrate/isa_person_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_process_context.d.ts +23 -0
- package/dist/ts/ts/Json/context/rocrate/isa_process_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_protocol_context.d.ts +22 -0
- package/dist/ts/ts/Json/context/rocrate/isa_protocol_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_publication_context.d.ts +19 -0
- package/dist/ts/ts/Json/context/rocrate/isa_publication_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_sample_context.d.ts +18 -0
- package/dist/ts/ts/Json/context/rocrate/isa_sample_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_source_context.d.ts +18 -0
- package/dist/ts/ts/Json/context/rocrate/isa_source_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_study_context.d.ts +34 -0
- package/dist/ts/ts/Json/context/rocrate/isa_study_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/property_value_context.d.ts +3 -0
- package/dist/ts/ts/Json/context/rocrate/property_value_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/rocrate_context.d.ts +16 -0
- package/dist/ts/ts/Json/context/rocrate/rocrate_context.d.ts.map +1 -0
- package/dist/ts/ts/Json.d.ts +90 -0
- package/dist/ts/ts/Json.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Assay.d.ts +19 -0
- package/dist/ts/ts/JsonIO/Assay.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Investigation.d.ts +19 -0
- package/dist/ts/ts/JsonIO/Investigation.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/LDObject.d.ts +29 -0
- package/dist/ts/ts/JsonIO/LDObject.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/OntologyAnnotation.d.ts +16 -0
- package/dist/ts/ts/JsonIO/OntologyAnnotation.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Study.d.ts +20 -0
- package/dist/ts/ts/JsonIO/Study.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Table/Compression.d.ts +8 -0
- package/dist/ts/ts/JsonIO/Table/Compression.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Table/Templates.d.ts +15 -0
- package/dist/ts/ts/JsonIO/Table/Templates.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Comment.d.ts +21 -0
- package/dist/ts/ts/ROCrate/Generic/Comment.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Dataset.d.ts +92 -0
- package/dist/ts/ts/ROCrate/Generic/Dataset.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/DefinedTerm.d.ts +21 -0
- package/dist/ts/ts/ROCrate/Generic/DefinedTerm.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/File.d.ts +35 -0
- package/dist/ts/ts/ROCrate/Generic/File.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/LabProcess.d.ts +43 -0
- package/dist/ts/ts/ROCrate/Generic/LabProcess.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/LabProtocol.d.ts +44 -0
- package/dist/ts/ts/ROCrate/Generic/LabProtocol.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Organization.d.ts +17 -0
- package/dist/ts/ts/ROCrate/Generic/Organization.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Person.d.ts +51 -0
- package/dist/ts/ts/ROCrate/Generic/Person.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/PostalAddress.d.ts +25 -0
- package/dist/ts/ts/ROCrate/Generic/PostalAddress.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/PropertyValue.d.ts +73 -0
- package/dist/ts/ts/ROCrate/Generic/PropertyValue.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Sample.d.ts +30 -0
- package/dist/ts/ts/ROCrate/Generic/Sample.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/ScholarlyArticle.d.ts +34 -0
- package/dist/ts/ts/ROCrate/Generic/ScholarlyArticle.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Helper.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/LDContext.d.ts +43 -0
- package/dist/ts/ts/ROCrate/LDContext.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/LDObject.d.ts +97 -0
- package/dist/ts/ts/ROCrate/LDObject.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/ROCrateContext.d.ts +7 -0
- package/dist/ts/ts/ROCrate/ROCrateContext.d.ts.map +1 -0
- package/dist/ts/ts/ROCrateIO.d.ts +16 -0
- package/dist/ts/ts/ROCrateIO.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts +40 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts +9 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts +24 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts +22 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcAssay.d.ts +31 -0
- package/dist/ts/ts/Spreadsheet/ArcAssay.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcInvestigation.d.ts +42 -0
- package/dist/ts/ts/Spreadsheet/ArcInvestigation.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcRun.d.ts +27 -0
- package/dist/ts/ts/Spreadsheet/ArcRun.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcStudy.d.ts +26 -0
- package/dist/ts/ts/Spreadsheet/ArcStudy.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcWorkflow.d.ts +27 -0
- package/dist/ts/ts/Spreadsheet/ArcWorkflow.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/CollectionAux.d.ts +23 -0
- package/dist/ts/ts/Spreadsheet/CollectionAux.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/DataMap.d.ts +8 -0
- package/dist/ts/ts/Spreadsheet/DataMap.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts +7 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts +23 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts +23 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Assays.d.ts +14 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Assays.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Comment.d.ts +14 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Comment.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Contacts.d.ts +25 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Contacts.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Conversions.d.ts +60 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Conversions.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts +16 -0
- package/dist/ts/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Factors.d.ts +18 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Factors.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts +12 -0
- package/dist/ts/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts +18 -0
- package/dist/ts/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Protocols.d.ts +28 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Protocols.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Publication.d.ts +21 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Publication.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Run.d.ts +14 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Run.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/SparseTable.d.ts +37 -0
- package/dist/ts/ts/Spreadsheet/Metadata/SparseTable.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Study.d.ts +38 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Study.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Workflow.d.ts +31 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Workflow.d.ts.map +1 -0
- package/dist/ts/ts/Template.Web.d.ts +11 -0
- package/dist/ts/ts/Template.Web.d.ts.map +1 -0
- package/dist/ts/ts/ValidationPackages/ValidationPackage.d.ts +21 -0
- package/dist/ts/ts/ValidationPackages/ValidationPackage.d.ts.map +1 -0
- package/dist/ts/ts/ValidationPackages/ValidationPackagesConfig.d.ts +23 -0
- package/dist/ts/ts/ValidationPackages/ValidationPackagesConfig.d.ts.map +1 -0
- package/dist/ts/ts/WebRequest/WebRequest.Node.d.ts +4 -0
- package/dist/ts/ts/WebRequest/WebRequest.Node.d.ts.map +1 -0
- package/dist/ts/ts/WebRequest/WebRequest.d.ts +3 -0
- package/dist/ts/ts/WebRequest/WebRequest.d.ts.map +1 -0
- package/dist/ts/ts/Xlsx.d.ts +50 -0
- package/dist/ts/ts/Xlsx.d.ts.map +1 -0
- package/dist/ts/ts/Yaml/Encode.d.ts +5 -0
- package/dist/ts/ts/Yaml/Encode.d.ts.map +1 -0
- package/dist/ts/ts/Yaml/ValidationPackage.d.ts +10 -0
- package/dist/ts/ts/Yaml/ValidationPackage.d.ts.map +1 -0
- package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts +10 -0
- package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts.map +1 -0
- package/package.json +13 -10
- package/dist/ts/cjs/index.js +0 -85
- package/dist/ts/cjs/ts/ARC.js +0 -976
- package/dist/ts/cjs/ts/Contract/ARC.js +0 -61
- package/dist/ts/cjs/ts/Contract/ArcAssay.js +0 -103
- package/dist/ts/cjs/ts/Contract/ArcInvestigation.js +0 -77
- package/dist/ts/cjs/ts/Contract/ArcRun.js +0 -103
- package/dist/ts/cjs/ts/Contract/ArcStudy.js +0 -103
- package/dist/ts/cjs/ts/Contract/ArcWorkflow.js +0 -104
- package/dist/ts/cjs/ts/Contract/Contract.js +0 -100
- package/dist/ts/cjs/ts/Contract/Datamap.js +0 -314
- package/dist/ts/cjs/ts/Contract/Git.js +0 -94
- package/dist/ts/cjs/ts/Contract/ValidationPackagesConfig.js +0 -97
- package/dist/ts/cjs/ts/ContractIO/ContractIO.js +0 -217
- package/dist/ts/cjs/ts/ContractIO/FileSystemHelper.js +0 -205
- package/dist/ts/cjs/ts/Conversion.js +0 -1774
- package/dist/ts/cjs/ts/Core/ArcTypes.js +0 -3803
- package/dist/ts/cjs/ts/Core/Comment.js +0 -106
- package/dist/ts/cjs/ts/Core/CommentList.js +0 -134
- package/dist/ts/cjs/ts/Core/Conversion.js +0 -1198
- package/dist/ts/cjs/ts/Core/Data.js +0 -196
- package/dist/ts/cjs/ts/Core/DataContext.js +0 -141
- package/dist/ts/cjs/ts/Core/DataFile.js +0 -98
- package/dist/ts/cjs/ts/Core/DataMap.js +0 -185
- package/dist/ts/cjs/ts/Core/Helper/Collections.js +0 -502
- package/dist/ts/cjs/ts/Core/Helper/HashCodes.js +0 -40
- package/dist/ts/cjs/ts/Core/Helper/Identifier.js +0 -329
- package/dist/ts/cjs/ts/Core/Helper/ORCID.js +0 -40
- package/dist/ts/cjs/ts/Core/Helper/Printer.js +0 -2
- package/dist/ts/cjs/ts/Core/Helper/Regex.js +0 -616
- package/dist/ts/cjs/ts/Core/Helper/SemVer.js +0 -59
- package/dist/ts/cjs/ts/Core/Helper/Url.js +0 -40
- package/dist/ts/cjs/ts/Core/IPropertyValue.js +0 -2
- package/dist/ts/cjs/ts/Core/IdentifierSetters.js +0 -27
- package/dist/ts/cjs/ts/Core/OntologyAnnotation.js +0 -219
- package/dist/ts/cjs/ts/Core/OntologySourceReference.js +0 -94
- package/dist/ts/cjs/ts/Core/Person.js +0 -196
- package/dist/ts/cjs/ts/Core/Process/ColumnIndex.js +0 -258
- package/dist/ts/cjs/ts/Core/Process/Component.js +0 -200
- package/dist/ts/cjs/ts/Core/Process/Factor.js +0 -111
- package/dist/ts/cjs/ts/Core/Process/FactorValue.js +0 -143
- package/dist/ts/cjs/ts/Core/Process/Material.js +0 -68
- package/dist/ts/cjs/ts/Core/Process/MaterialAttribute.js +0 -103
- package/dist/ts/cjs/ts/Core/Process/MaterialAttributeValue.js +0 -160
- package/dist/ts/cjs/ts/Core/Process/MaterialType.js +0 -51
- package/dist/ts/cjs/ts/Core/Process/Process.js +0 -371
- package/dist/ts/cjs/ts/Core/Process/ProcessInput.js +0 -321
- package/dist/ts/cjs/ts/Core/Process/ProcessOutput.js +0 -282
- package/dist/ts/cjs/ts/Core/Process/ProcessParameterValue.js +0 -141
- package/dist/ts/cjs/ts/Core/Process/ProcessSequence.js +0 -250
- package/dist/ts/cjs/ts/Core/Process/Protocol.js +0 -248
- package/dist/ts/cjs/ts/Core/Process/ProtocolParameter.js +0 -75
- package/dist/ts/cjs/ts/Core/Process/Sample.js +0 -73
- package/dist/ts/cjs/ts/Core/Process/Source.js +0 -56
- package/dist/ts/cjs/ts/Core/Publication.js +0 -118
- package/dist/ts/cjs/ts/Core/Table/ArcTable.js +0 -923
- package/dist/ts/cjs/ts/Core/Table/ArcTableAux.js +0 -1262
- package/dist/ts/cjs/ts/Core/Table/ArcTables.js +0 -476
- package/dist/ts/cjs/ts/Core/Table/CompositeCell.js +0 -317
- package/dist/ts/cjs/ts/Core/Table/CompositeColumn.js +0 -60
- package/dist/ts/cjs/ts/Core/Table/CompositeHeader.js +0 -718
- package/dist/ts/cjs/ts/Core/Template.js +0 -196
- package/dist/ts/cjs/ts/Core/Templates.js +0 -86
- package/dist/ts/cjs/ts/Core/URI.js +0 -20
- package/dist/ts/cjs/ts/Core/Value.js +0 -191
- package/dist/ts/cjs/ts/CrossAsync.js +0 -35
- package/dist/ts/cjs/ts/FileSystem/Commit.js +0 -20
- package/dist/ts/cjs/ts/FileSystem/DefaultGitattributes.js +0 -4
- package/dist/ts/cjs/ts/FileSystem/DefaultGitignore.js +0 -4
- package/dist/ts/cjs/ts/FileSystem/FileSystem.js +0 -55
- package/dist/ts/cjs/ts/FileSystem/FileSystemTree.js +0 -322
- package/dist/ts/cjs/ts/FileSystem/Path.js +0 -63
- package/dist/ts/cjs/ts/Json/Assay.js +0 -234
- package/dist/ts/cjs/ts/Json/Comment.js +0 -119
- package/dist/ts/cjs/ts/Json/Data.js +0 -147
- package/dist/ts/cjs/ts/Json/DataFile.js +0 -54
- package/dist/ts/cjs/ts/Json/DataMap/DataContext.js +0 -40
- package/dist/ts/cjs/ts/Json/DataMap/DataMap.js +0 -30
- package/dist/ts/cjs/ts/Json/Decode.js +0 -231
- package/dist/ts/cjs/ts/Json/Encode.js +0 -117
- package/dist/ts/cjs/ts/Json/IDTable.js +0 -30
- package/dist/ts/cjs/ts/Json/Investigation.js +0 -254
- package/dist/ts/cjs/ts/Json/OntologyAnnotation.js +0 -207
- package/dist/ts/cjs/ts/Json/OntologySourceReference.js +0 -125
- package/dist/ts/cjs/ts/Json/Person.js +0 -338
- package/dist/ts/cjs/ts/Json/Process/AssayMaterials.js +0 -21
- package/dist/ts/cjs/ts/Json/Process/Component.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/Factor.js +0 -58
- package/dist/ts/cjs/ts/Json/Process/FactorValue.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/Material.js +0 -120
- package/dist/ts/cjs/ts/Json/Process/MaterialAttribute.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/MaterialAttributeValue.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/MaterialType.js +0 -46
- package/dist/ts/cjs/ts/Json/Process/Process.js +0 -109
- package/dist/ts/cjs/ts/Json/Process/ProcessInput.js +0 -38
- package/dist/ts/cjs/ts/Json/Process/ProcessOutput.js +0 -33
- package/dist/ts/cjs/ts/Json/Process/ProcessParameterValue.js +0 -33
- package/dist/ts/cjs/ts/Json/Process/Protocol.js +0 -180
- package/dist/ts/cjs/ts/Json/Process/ProtocolParameter.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/Sample.js +0 -176
- package/dist/ts/cjs/ts/Json/Process/Source.js +0 -145
- package/dist/ts/cjs/ts/Json/Process/StudyMaterials.js +0 -23
- package/dist/ts/cjs/ts/Json/Process/Value.js +0 -39
- package/dist/ts/cjs/ts/Json/PropertyValue.js +0 -300
- package/dist/ts/cjs/ts/Json/Publication.js +0 -130
- package/dist/ts/cjs/ts/Json/ROCrate/LDContext.js +0 -123
- package/dist/ts/cjs/ts/Json/ROCrate/LDGraph.js +0 -88
- package/dist/ts/cjs/ts/Json/ROCrate/LDNode.js +0 -213
- package/dist/ts/cjs/ts/Json/ROCrate/LDRef.js +0 -25
- package/dist/ts/cjs/ts/Json/ROCrate/LDValue.js +0 -70
- package/dist/ts/cjs/ts/Json/StringTable.js +0 -70
- package/dist/ts/cjs/ts/Json/Study.js +0 -347
- package/dist/ts/cjs/ts/Json/Table/ArcTable.js +0 -217
- package/dist/ts/cjs/ts/Json/Table/CellTable.js +0 -58
- package/dist/ts/cjs/ts/Json/Table/CompositeCell.js +0 -103
- package/dist/ts/cjs/ts/Json/Table/CompositeHeader.js +0 -108
- package/dist/ts/cjs/ts/Json/Table/IOType.js +0 -16
- package/dist/ts/cjs/ts/Json/Table/OATable.js +0 -55
- package/dist/ts/cjs/ts/Json/Table/Templates.js +0 -106
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_assay_context.js +0 -89
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_comment_context.js +0 -47
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_data_context.js +0 -61
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_investigation_context.js +0 -97
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_material_context.js +0 -58
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_ontology_annotation_context.js +0 -56
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_ontology_source_reference_context.js +0 -62
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_organization_context.js +0 -42
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_person_context.js +0 -112
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_process_context.js +0 -82
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_protocol_context.js +0 -85
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_publication_context.js +0 -66
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_sample_context.js +0 -53
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_source_context.js +0 -53
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_study_context.js +0 -113
- package/dist/ts/cjs/ts/Json/context/rocrate/property_value_context.js +0 -61
- package/dist/ts/cjs/ts/Json/context/rocrate/rocrate_context.js +0 -63
- package/dist/ts/cjs/ts/Json.js +0 -240
- package/dist/ts/cjs/ts/JsonIO/Assay.js +0 -104
- package/dist/ts/cjs/ts/JsonIO/Investigation.js +0 -104
- package/dist/ts/cjs/ts/JsonIO/LDObject.js +0 -107
- package/dist/ts/cjs/ts/JsonIO/OntologyAnnotation.js +0 -77
- package/dist/ts/cjs/ts/JsonIO/Study.js +0 -104
- package/dist/ts/cjs/ts/JsonIO/Table/Compression.js +0 -40
- package/dist/ts/cjs/ts/JsonIO/Table/Templates.js +0 -92
- package/dist/ts/cjs/ts/ROCrate/Generic/Comment.js +0 -117
- package/dist/ts/cjs/ts/ROCrate/Generic/Dataset.js +0 -671
- package/dist/ts/cjs/ts/ROCrate/Generic/DefinedTerm.js +0 -117
- package/dist/ts/cjs/ts/ROCrate/Generic/File.js +0 -202
- package/dist/ts/cjs/ts/ROCrate/Generic/LabProcess.js +0 -240
- package/dist/ts/cjs/ts/ROCrate/Generic/LabProtocol.js +0 -277
- package/dist/ts/cjs/ts/ROCrate/Generic/Organization.js +0 -73
- package/dist/ts/cjs/ts/ROCrate/Generic/Person.js +0 -413
- package/dist/ts/cjs/ts/ROCrate/Generic/PostalAddress.js +0 -161
- package/dist/ts/cjs/ts/ROCrate/Generic/PropertyValue.js +0 -550
- package/dist/ts/cjs/ts/ROCrate/Generic/Sample.js +0 -141
- package/dist/ts/cjs/ts/ROCrate/Generic/ScholarlyArticle.js +0 -189
- package/dist/ts/cjs/ts/ROCrate/Helper.js +0 -7
- package/dist/ts/cjs/ts/ROCrate/LDContext.js +0 -322
- package/dist/ts/cjs/ts/ROCrate/LDObject.js +0 -984
- package/dist/ts/cjs/ts/ROCrate/ROCrateContext.js +0 -44
- package/dist/ts/cjs/ts/ROCrateIO.js +0 -75
- package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/ArcTable.js +0 -176
- package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/CompositeCell.js +0 -68
- package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/CompositeColumn.js +0 -150
- package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/CompositeHeader.js +0 -476
- package/dist/ts/cjs/ts/Spreadsheet/ArcAssay.js +0 -218
- package/dist/ts/cjs/ts/Spreadsheet/ArcInvestigation.js +0 -356
- package/dist/ts/cjs/ts/Spreadsheet/ArcRun.js +0 -177
- package/dist/ts/cjs/ts/Spreadsheet/ArcStudy.js +0 -130
- package/dist/ts/cjs/ts/Spreadsheet/ArcWorkflow.js +0 -166
- package/dist/ts/cjs/ts/Spreadsheet/CollectionAux.js +0 -128
- package/dist/ts/cjs/ts/Spreadsheet/DataMap.js +0 -41
- package/dist/ts/cjs/ts/Spreadsheet/DataMapTable/DataMapColumn.js +0 -43
- package/dist/ts/cjs/ts/Spreadsheet/DataMapTable/DataMapHeader.js +0 -480
- package/dist/ts/cjs/ts/Spreadsheet/DataMapTable/DataMapTable.js +0 -105
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Assays.js +0 -98
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Comment.js +0 -68
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Contacts.js +0 -92
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Conversions.js +0 -187
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/DesignDescriptors.js +0 -25
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Factors.js +0 -83
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/OntologyAnnotation.js +0 -65
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/OntologySourceReference.js +0 -68
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Protocols.js +0 -103
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Publication.js +0 -88
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Run.js +0 -99
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/SparseTable.js +0 -457
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Study.js +0 -259
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Workflow.js +0 -111
- package/dist/ts/cjs/ts/Template.Web.js +0 -29
- package/dist/ts/cjs/ts/ValidationPackages/ValidationPackage.js +0 -63
- package/dist/ts/cjs/ts/ValidationPackages/ValidationPackagesConfig.js +0 -90
- package/dist/ts/cjs/ts/WebRequest/WebRequest.Node.js +0 -17
- package/dist/ts/cjs/ts/WebRequest/WebRequest.js +0 -20
- package/dist/ts/cjs/ts/Xlsx.js +0 -133
- package/dist/ts/cjs/ts/Yaml/Encode.js +0 -9
- package/dist/ts/cjs/ts/Yaml/ValidationPackage.js +0 -49
- package/dist/ts/cjs/ts/Yaml/ValidationPackagesConfig.js +0 -50
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.js +0 -444
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.js +0 -142
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.js +0 -53
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.js +0 -23
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.js +0 -87
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.js +0 -5
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.js +0 -123
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +0 -360
- package/dist/ts/cjs/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -220
- package/dist/ts/cjs/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -20
- package/dist/ts/cjs/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +0 -431
- package/dist/ts/cjs/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +0 -186
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.js +0 -477
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.js +0 -521
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.js +0 -211
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.js +0 -58
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.js +0 -139
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.js +0 -365
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.js +0 -259
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.js +0 -127
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.js +0 -137
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.js +0 -140
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.js +0 -435
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.js +0 -69
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.js +0 -40
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.js +0 -40
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.js +0 -31
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.js +0 -78
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.js +0 -46
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.js +0 -134
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.js +0 -43
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.js +0 -238
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.js +0 -93
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.js +0 -76
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.js +0 -42
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.js +0 -332
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.js +0 -175
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.js +0 -80
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.js +0 -65
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.js +0 -53
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.js +0 -55
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.js +0 -34
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.js +0 -68
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.js +0 -72
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js +0 -1316
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.js +0 -200
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.js +0 -103
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.js +0 -97
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.js +0 -59
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.js +0 -1723
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.js +0 -75
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.js +0 -13
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.js +0 -50
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.js +0 -104
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.js +0 -527
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.js +0 -12
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.js +0 -235
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.js +0 -166
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.js +0 -174
- package/dist/ts/esm/index.js +0 -60
- package/dist/ts/esm/ts/ARC.js +0 -959
- package/dist/ts/esm/ts/Contract/ARC.js +0 -58
- package/dist/ts/esm/ts/Contract/ArcAssay.js +0 -93
- package/dist/ts/esm/ts/Contract/ArcInvestigation.js +0 -69
- package/dist/ts/esm/ts/Contract/ArcRun.js +0 -93
- package/dist/ts/esm/ts/Contract/ArcStudy.js +0 -93
- package/dist/ts/esm/ts/Contract/ArcWorkflow.js +0 -94
- package/dist/ts/esm/ts/Contract/Contract.js +0 -87
- package/dist/ts/esm/ts/Contract/Datamap.js +0 -287
- package/dist/ts/esm/ts/Contract/Git.js +0 -72
- package/dist/ts/esm/ts/Contract/ValidationPackagesConfig.js +0 -88
- package/dist/ts/esm/ts/ContractIO/ContractIO.js +0 -207
- package/dist/ts/esm/ts/ContractIO/FileSystemHelper.js +0 -176
- package/dist/ts/esm/ts/Conversion.js +0 -1654
- package/dist/ts/esm/ts/Core/ArcTypes.js +0 -3728
- package/dist/ts/esm/ts/Core/Comment.js +0 -98
- package/dist/ts/esm/ts/Core/CommentList.js +0 -126
- package/dist/ts/esm/ts/Core/Conversion.js +0 -1145
- package/dist/ts/esm/ts/Core/Data.js +0 -188
- package/dist/ts/esm/ts/Core/DataContext.js +0 -119
- package/dist/ts/esm/ts/Core/DataFile.js +0 -82
- package/dist/ts/esm/ts/Core/DataMap.js +0 -156
- package/dist/ts/esm/ts/Core/Helper/Collections.js +0 -462
- package/dist/ts/esm/ts/Core/Helper/HashCodes.js +0 -32
- package/dist/ts/esm/ts/Core/Helper/Identifier.js +0 -298
- package/dist/ts/esm/ts/Core/Helper/ORCID.js +0 -34
- package/dist/ts/esm/ts/Core/Helper/Printer.js +0 -1
- package/dist/ts/esm/ts/Core/Helper/Regex.js +0 -579
- package/dist/ts/esm/ts/Core/Helper/SemVer.js +0 -50
- package/dist/ts/esm/ts/Core/Helper/Url.js +0 -30
- package/dist/ts/esm/ts/Core/IPropertyValue.js +0 -1
- package/dist/ts/esm/ts/Core/IdentifierSetters.js +0 -21
- package/dist/ts/esm/ts/Core/OntologyAnnotation.js +0 -213
- package/dist/ts/esm/ts/Core/OntologySourceReference.js +0 -88
- package/dist/ts/esm/ts/Core/Person.js +0 -190
- package/dist/ts/esm/ts/Core/Process/ColumnIndex.js +0 -204
- package/dist/ts/esm/ts/Core/Process/Component.js +0 -180
- package/dist/ts/esm/ts/Core/Process/Factor.js +0 -106
- package/dist/ts/esm/ts/Core/Process/FactorValue.js +0 -127
- package/dist/ts/esm/ts/Core/Process/Material.js +0 -57
- package/dist/ts/esm/ts/Core/Process/MaterialAttribute.js +0 -86
- package/dist/ts/esm/ts/Core/Process/MaterialAttributeValue.js +0 -142
- package/dist/ts/esm/ts/Core/Process/MaterialType.js +0 -42
- package/dist/ts/esm/ts/Core/Process/Process.js +0 -341
- package/dist/ts/esm/ts/Core/Process/ProcessInput.js +0 -283
- package/dist/ts/esm/ts/Core/Process/ProcessOutput.js +0 -248
- package/dist/ts/esm/ts/Core/Process/ProcessParameterValue.js +0 -136
- package/dist/ts/esm/ts/Core/Process/ProcessSequence.js +0 -227
- package/dist/ts/esm/ts/Core/Process/Protocol.js +0 -210
- package/dist/ts/esm/ts/Core/Process/ProtocolParameter.js +0 -70
- package/dist/ts/esm/ts/Core/Process/Sample.js +0 -59
- package/dist/ts/esm/ts/Core/Process/Source.js +0 -45
- package/dist/ts/esm/ts/Core/Publication.js +0 -112
- package/dist/ts/esm/ts/Core/Table/ArcTable.js +0 -917
- package/dist/ts/esm/ts/Core/Table/ArcTableAux.js +0 -1213
- package/dist/ts/esm/ts/Core/Table/ArcTables.js +0 -461
- package/dist/ts/esm/ts/Core/Table/CompositeCell.js +0 -308
- package/dist/ts/esm/ts/Core/Table/CompositeColumn.js +0 -55
- package/dist/ts/esm/ts/Core/Table/CompositeHeader.js +0 -691
- package/dist/ts/esm/ts/Core/Template.js +0 -186
- package/dist/ts/esm/ts/Core/Templates.js +0 -79
- package/dist/ts/esm/ts/Core/URI.js +0 -16
- package/dist/ts/esm/ts/Core/Value.js +0 -182
- package/dist/ts/esm/ts/CrossAsync.js +0 -27
- package/dist/ts/esm/ts/FileSystem/Commit.js +0 -15
- package/dist/ts/esm/ts/FileSystem/DefaultGitattributes.js +0 -1
- package/dist/ts/esm/ts/FileSystem/DefaultGitignore.js +0 -1
- package/dist/ts/esm/ts/FileSystem/FileSystem.js +0 -50
- package/dist/ts/esm/ts/FileSystem/FileSystemTree.js +0 -315
- package/dist/ts/esm/ts/FileSystem/Path.js +0 -51
- package/dist/ts/esm/ts/Json/Assay.js +0 -225
- package/dist/ts/esm/ts/Json/Comment.js +0 -111
- package/dist/ts/esm/ts/Json/Data.js +0 -138
- package/dist/ts/esm/ts/Json/DataFile.js +0 -50
- package/dist/ts/esm/ts/Json/DataMap/DataContext.js +0 -36
- package/dist/ts/esm/ts/Json/DataMap/DataMap.js +0 -24
- package/dist/ts/esm/ts/Json/Decode.js +0 -219
- package/dist/ts/esm/ts/Json/Encode.js +0 -103
- package/dist/ts/esm/ts/Json/IDTable.js +0 -26
- package/dist/ts/esm/ts/Json/Investigation.js +0 -244
- package/dist/ts/esm/ts/Json/OntologyAnnotation.js +0 -197
- package/dist/ts/esm/ts/Json/OntologySourceReference.js +0 -118
- package/dist/ts/esm/ts/Json/Person.js +0 -329
- package/dist/ts/esm/ts/Json/Process/AssayMaterials.js +0 -18
- package/dist/ts/esm/ts/Json/Process/Component.js +0 -42
- package/dist/ts/esm/ts/Json/Process/Factor.js +0 -53
- package/dist/ts/esm/ts/Json/Process/FactorValue.js +0 -42
- package/dist/ts/esm/ts/Json/Process/Material.js +0 -114
- package/dist/ts/esm/ts/Json/Process/MaterialAttribute.js +0 -42
- package/dist/ts/esm/ts/Json/Process/MaterialAttributeValue.js +0 -42
- package/dist/ts/esm/ts/Json/Process/MaterialType.js +0 -42
- package/dist/ts/esm/ts/Json/Process/Process.js +0 -103
- package/dist/ts/esm/ts/Json/Process/ProcessInput.js +0 -33
- package/dist/ts/esm/ts/Json/Process/ProcessOutput.js +0 -28
- package/dist/ts/esm/ts/Json/Process/ProcessParameterValue.js +0 -28
- package/dist/ts/esm/ts/Json/Process/Protocol.js +0 -174
- package/dist/ts/esm/ts/Json/Process/ProtocolParameter.js +0 -42
- package/dist/ts/esm/ts/Json/Process/Sample.js +0 -170
- package/dist/ts/esm/ts/Json/Process/Source.js +0 -139
- package/dist/ts/esm/ts/Json/Process/StudyMaterials.js +0 -20
- package/dist/ts/esm/ts/Json/Process/Value.js +0 -35
- package/dist/ts/esm/ts/Json/PropertyValue.js +0 -295
- package/dist/ts/esm/ts/Json/Publication.js +0 -123
- package/dist/ts/esm/ts/Json/ROCrate/LDContext.js +0 -119
- package/dist/ts/esm/ts/Json/ROCrate/LDGraph.js +0 -84
- package/dist/ts/esm/ts/Json/ROCrate/LDNode.js +0 -207
- package/dist/ts/esm/ts/Json/ROCrate/LDRef.js +0 -21
- package/dist/ts/esm/ts/Json/ROCrate/LDValue.js +0 -65
- package/dist/ts/esm/ts/Json/StringTable.js +0 -63
- package/dist/ts/esm/ts/Json/Study.js +0 -337
- package/dist/ts/esm/ts/Json/Table/ArcTable.js +0 -208
- package/dist/ts/esm/ts/Json/Table/CellTable.js +0 -51
- package/dist/ts/esm/ts/Json/Table/CompositeCell.js +0 -97
- package/dist/ts/esm/ts/Json/Table/CompositeHeader.js +0 -104
- package/dist/ts/esm/ts/Json/Table/IOType.js +0 -12
- package/dist/ts/esm/ts/Json/Table/OATable.js +0 -48
- package/dist/ts/esm/ts/Json/Table/Templates.js +0 -98
- package/dist/ts/esm/ts/Json/context/rocrate/isa_assay_context.js +0 -84
- package/dist/ts/esm/ts/Json/context/rocrate/isa_comment_context.js +0 -42
- package/dist/ts/esm/ts/Json/context/rocrate/isa_data_context.js +0 -56
- package/dist/ts/esm/ts/Json/context/rocrate/isa_investigation_context.js +0 -92
- package/dist/ts/esm/ts/Json/context/rocrate/isa_material_context.js +0 -53
- package/dist/ts/esm/ts/Json/context/rocrate/isa_ontology_annotation_context.js +0 -51
- package/dist/ts/esm/ts/Json/context/rocrate/isa_ontology_source_reference_context.js +0 -57
- package/dist/ts/esm/ts/Json/context/rocrate/isa_organization_context.js +0 -37
- package/dist/ts/esm/ts/Json/context/rocrate/isa_person_context.js +0 -107
- package/dist/ts/esm/ts/Json/context/rocrate/isa_process_context.js +0 -77
- package/dist/ts/esm/ts/Json/context/rocrate/isa_protocol_context.js +0 -80
- package/dist/ts/esm/ts/Json/context/rocrate/isa_publication_context.js +0 -61
- package/dist/ts/esm/ts/Json/context/rocrate/isa_sample_context.js +0 -48
- package/dist/ts/esm/ts/Json/context/rocrate/isa_source_context.js +0 -48
- package/dist/ts/esm/ts/Json/context/rocrate/isa_study_context.js +0 -108
- package/dist/ts/esm/ts/Json/context/rocrate/property_value_context.js +0 -58
- package/dist/ts/esm/ts/Json/context/rocrate/rocrate_context.js +0 -58
- package/dist/ts/esm/ts/Json.js +0 -214
- package/dist/ts/esm/ts/JsonIO/Assay.js +0 -90
- package/dist/ts/esm/ts/JsonIO/Investigation.js +0 -90
- package/dist/ts/esm/ts/JsonIO/LDObject.js +0 -94
- package/dist/ts/esm/ts/JsonIO/OntologyAnnotation.js +0 -66
- package/dist/ts/esm/ts/JsonIO/Study.js +0 -90
- package/dist/ts/esm/ts/JsonIO/Table/Compression.js +0 -36
- package/dist/ts/esm/ts/JsonIO/Table/Templates.js +0 -80
- package/dist/ts/esm/ts/ROCrate/Generic/Comment.js +0 -112
- package/dist/ts/esm/ts/ROCrate/Generic/Dataset.js +0 -666
- package/dist/ts/esm/ts/ROCrate/Generic/DefinedTerm.js +0 -112
- package/dist/ts/esm/ts/ROCrate/Generic/File.js +0 -197
- package/dist/ts/esm/ts/ROCrate/Generic/LabProcess.js +0 -235
- package/dist/ts/esm/ts/ROCrate/Generic/LabProtocol.js +0 -272
- package/dist/ts/esm/ts/ROCrate/Generic/Organization.js +0 -68
- package/dist/ts/esm/ts/ROCrate/Generic/Person.js +0 -408
- package/dist/ts/esm/ts/ROCrate/Generic/PostalAddress.js +0 -156
- package/dist/ts/esm/ts/ROCrate/Generic/PropertyValue.js +0 -545
- package/dist/ts/esm/ts/ROCrate/Generic/Sample.js +0 -136
- package/dist/ts/esm/ts/ROCrate/Generic/ScholarlyArticle.js +0 -184
- package/dist/ts/esm/ts/ROCrate/Helper.js +0 -4
- package/dist/ts/esm/ts/ROCrate/LDContext.js +0 -313
- package/dist/ts/esm/ts/ROCrate/LDObject.js +0 -967
- package/dist/ts/esm/ts/ROCrate/ROCrateContext.js +0 -38
- package/dist/ts/esm/ts/ROCrateIO.js +0 -65
- package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/ArcTable.js +0 -164
- package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/CompositeCell.js +0 -61
- package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/CompositeColumn.js +0 -141
- package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/CompositeHeader.js +0 -460
- package/dist/ts/esm/ts/Spreadsheet/ArcAssay.js +0 -204
- package/dist/ts/esm/ts/Spreadsheet/ArcInvestigation.js +0 -334
- package/dist/ts/esm/ts/Spreadsheet/ArcRun.js +0 -163
- package/dist/ts/esm/ts/Spreadsheet/ArcStudy.js +0 -117
- package/dist/ts/esm/ts/Spreadsheet/ArcWorkflow.js +0 -152
- package/dist/ts/esm/ts/Spreadsheet/CollectionAux.js +0 -117
- package/dist/ts/esm/ts/Spreadsheet/DataMap.js +0 -37
- package/dist/ts/esm/ts/Spreadsheet/DataMapTable/DataMapColumn.js +0 -39
- package/dist/ts/esm/ts/Spreadsheet/DataMapTable/DataMapHeader.js +0 -463
- package/dist/ts/esm/ts/Spreadsheet/DataMapTable/DataMapTable.js +0 -97
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Assays.js +0 -90
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Comment.js +0 -59
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Contacts.js +0 -84
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Conversions.js +0 -176
- package/dist/ts/esm/ts/Spreadsheet/Metadata/DesignDescriptors.js +0 -18
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Factors.js +0 -75
- package/dist/ts/esm/ts/Spreadsheet/Metadata/OntologyAnnotation.js +0 -59
- package/dist/ts/esm/ts/Spreadsheet/Metadata/OntologySourceReference.js +0 -60
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Protocols.js +0 -95
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Publication.js +0 -80
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Run.js +0 -91
- package/dist/ts/esm/ts/Spreadsheet/Metadata/SparseTable.js +0 -434
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Study.js +0 -245
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Workflow.js +0 -103
- package/dist/ts/esm/ts/Template.Web.js +0 -23
- package/dist/ts/esm/ts/ValidationPackages/ValidationPackage.js +0 -57
- package/dist/ts/esm/ts/ValidationPackages/ValidationPackagesConfig.js +0 -84
- package/dist/ts/esm/ts/WebRequest/WebRequest.Node.js +0 -13
- package/dist/ts/esm/ts/WebRequest/WebRequest.js +0 -17
- package/dist/ts/esm/ts/Xlsx.js +0 -116
- package/dist/ts/esm/ts/Yaml/Encode.js +0 -5
- package/dist/ts/esm/ts/Yaml/ValidationPackage.js +0 -41
- package/dist/ts/esm/ts/Yaml/ValidationPackagesConfig.js +0 -42
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.js +0 -432
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.js +0 -118
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.js +0 -43
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.js +0 -18
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.js +0 -79
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.js +0 -2
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.js +0 -102
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +0 -281
- package/dist/ts/esm/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -203
- package/dist/ts/esm/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -16
- package/dist/ts/esm/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +0 -380
- package/dist/ts/esm/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +0 -151
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.js +0 -463
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.js +0 -473
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.js +0 -189
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.js +0 -43
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.js +0 -122
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.js +0 -306
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.js +0 -224
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.js +0 -121
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.js +0 -131
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.js +0 -134
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.js +0 -429
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.js +0 -62
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.js +0 -35
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.js +0 -35
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.js +0 -27
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.js +0 -74
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.js +0 -41
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.js +0 -129
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.js +0 -33
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.js +0 -206
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.js +0 -80
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.js +0 -60
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.js +0 -31
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.js +0 -326
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.js +0 -152
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.js +0 -76
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.js +0 -48
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.js +0 -48
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.js +0 -51
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.js +0 -30
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.js +0 -64
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.js +0 -67
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js +0 -1269
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.js +0 -178
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.js +0 -79
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.js +0 -91
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.js +0 -55
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.js +0 -1692
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.js +0 -57
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.js +0 -9
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.js +0 -43
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.js +0 -96
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.js +0 -522
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.js +0 -9
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.js +0 -221
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.js +0 -156
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.js +0 -148
- package/dist/ts/types/index.d.ts +0 -60
- package/dist/ts/types/index.d.ts.map +0 -1
- package/dist/ts/types/ts/ARC.d.ts +0 -80
- package/dist/ts/types/ts/ARC.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ARC.d.ts +0 -7
- package/dist/ts/types/ts/Contract/ARC.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcAssay.d.ts +0 -12
- package/dist/ts/types/ts/Contract/ArcAssay.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcInvestigation.d.ts +0 -10
- package/dist/ts/types/ts/Contract/ArcInvestigation.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcRun.d.ts +0 -12
- package/dist/ts/types/ts/Contract/ArcRun.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcStudy.d.ts +0 -13
- package/dist/ts/types/ts/Contract/ArcStudy.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcWorkflow.d.ts +0 -12
- package/dist/ts/types/ts/Contract/ArcWorkflow.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/Contract.d.ts +0 -39
- package/dist/ts/types/ts/Contract/Contract.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/Datamap.d.ts +0 -29
- package/dist/ts/types/ts/Contract/Datamap.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/Git.d.ts +0 -28
- package/dist/ts/types/ts/Contract/Git.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ValidationPackagesConfig.d.ts +0 -12
- package/dist/ts/types/ts/Contract/ValidationPackagesConfig.d.ts.map +0 -1
- package/dist/ts/types/ts/ContractIO/ContractIO.d.ts +0 -11
- package/dist/ts/types/ts/ContractIO/ContractIO.d.ts.map +0 -1
- package/dist/ts/types/ts/ContractIO/FileSystemHelper.d.ts +0 -33
- package/dist/ts/types/ts/ContractIO/FileSystemHelper.d.ts.map +0 -1
- package/dist/ts/types/ts/Conversion.d.ts +0 -291
- package/dist/ts/types/ts/Conversion.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/ArcTypes.d.ts +0 -620
- package/dist/ts/types/ts/Core/ArcTypes.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Comment.d.ts +0 -35
- package/dist/ts/types/ts/Core/Comment.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/CommentList.d.ts +0 -28
- package/dist/ts/types/ts/Core/CommentList.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Conversion.d.ts +0 -215
- package/dist/ts/types/ts/Core/Conversion.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Data.d.ts +0 -49
- package/dist/ts/types/ts/Core/Data.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/DataContext.d.ts +0 -47
- package/dist/ts/types/ts/Core/DataContext.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/DataFile.d.ts +0 -27
- package/dist/ts/types/ts/Core/DataFile.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/DataMap.d.ts +0 -52
- package/dist/ts/types/ts/Core/DataMap.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Collections.d.ts +0 -61
- package/dist/ts/types/ts/Core/Helper/Collections.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/HashCodes.d.ts +0 -9
- package/dist/ts/types/ts/Core/Helper/HashCodes.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Identifier.d.ts +0 -119
- package/dist/ts/types/ts/Core/Helper/Identifier.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/ORCID.d.ts +0 -7
- package/dist/ts/types/ts/Core/Helper/ORCID.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Printer.d.ts +0 -5
- package/dist/ts/types/ts/Core/Helper/Printer.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Regex.d.ts +0 -194
- package/dist/ts/types/ts/Core/Helper/Regex.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/SemVer.d.ts +0 -20
- package/dist/ts/types/ts/Core/Helper/SemVer.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Url.d.ts +0 -10
- package/dist/ts/types/ts/Core/Helper/Url.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/IPropertyValue.d.ts +0 -13
- package/dist/ts/types/ts/Core/IPropertyValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/IdentifierSetters.d.ts +0 -7
- package/dist/ts/types/ts/Core/IdentifierSetters.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/OntologyAnnotation.d.ts +0 -57
- package/dist/ts/types/ts/Core/OntologyAnnotation.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/OntologySourceReference.d.ts +0 -31
- package/dist/ts/types/ts/Core/OntologySourceReference.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Person.d.ts +0 -56
- package/dist/ts/types/ts/Core/Person.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ColumnIndex.d.ts +0 -79
- package/dist/ts/types/ts/Core/Process/ColumnIndex.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Component.d.ts +0 -65
- package/dist/ts/types/ts/Core/Process/Component.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Factor.d.ts +0 -44
- package/dist/ts/types/ts/Core/Process/Factor.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/FactorValue.d.ts +0 -44
- package/dist/ts/types/ts/Core/Process/FactorValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Material.d.ts +0 -27
- package/dist/ts/types/ts/Core/Process/Material.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/MaterialAttribute.d.ts +0 -53
- package/dist/ts/types/ts/Core/Process/MaterialAttribute.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/MaterialAttributeValue.d.ts +0 -55
- package/dist/ts/types/ts/Core/Process/MaterialAttributeValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/MaterialType.d.ts +0 -22
- package/dist/ts/types/ts/Core/Process/MaterialType.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Process.d.ts +0 -113
- package/dist/ts/types/ts/Core/Process/Process.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProcessInput.d.ts +0 -117
- package/dist/ts/types/ts/Core/Process/ProcessInput.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProcessOutput.d.ts +0 -106
- package/dist/ts/types/ts/Core/Process/ProcessOutput.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProcessParameterValue.d.ts +0 -40
- package/dist/ts/types/ts/Core/Process/ProcessParameterValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProcessSequence.d.ts +0 -89
- package/dist/ts/types/ts/Core/Process/ProcessSequence.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Protocol.d.ts +0 -141
- package/dist/ts/types/ts/Core/Process/Protocol.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProtocolParameter.d.ts +0 -32
- package/dist/ts/types/ts/Core/Process/ProtocolParameter.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Sample.d.ts +0 -31
- package/dist/ts/types/ts/Core/Process/Sample.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Source.d.ts +0 -24
- package/dist/ts/types/ts/Core/Process/Source.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Publication.d.ts +0 -36
- package/dist/ts/types/ts/Core/Publication.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/ArcTable.d.ts +0 -137
- package/dist/ts/types/ts/Core/Table/ArcTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/ArcTableAux.d.ts +0 -154
- package/dist/ts/types/ts/Core/Table/ArcTableAux.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/ArcTables.d.ts +0 -91
- package/dist/ts/types/ts/Core/Table/ArcTables.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/CompositeCell.d.ts +0 -58
- package/dist/ts/types/ts/Core/Table/CompositeCell.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/CompositeColumn.d.ts +0 -19
- package/dist/ts/types/ts/Core/Table/CompositeColumn.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/CompositeHeader.d.ts +0 -130
- package/dist/ts/types/ts/Core/Table/CompositeHeader.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Template.d.ts +0 -69
- package/dist/ts/types/ts/Core/Template.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Templates.d.ts +0 -18
- package/dist/ts/types/ts/Core/Templates.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/URI.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Value.d.ts +0 -41
- package/dist/ts/types/ts/Core/Value.d.ts.map +0 -1
- package/dist/ts/types/ts/CrossAsync.d.ts +0 -9
- package/dist/ts/types/ts/CrossAsync.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/Commit.d.ts +0 -13
- package/dist/ts/types/ts/FileSystem/Commit.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/DefaultGitattributes.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/DefaultGitignore.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/FileSystem.d.ts +0 -21
- package/dist/ts/types/ts/FileSystem/FileSystem.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/FileSystemTree.d.ts +0 -54
- package/dist/ts/types/ts/FileSystem/FileSystemTree.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/Path.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Assay.d.ts +0 -19
- package/dist/ts/types/ts/Json/Assay.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Comment.d.ts +0 -14
- package/dist/ts/types/ts/Json/Comment.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Data.d.ts +0 -17
- package/dist/ts/types/ts/Json/Data.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/DataFile.d.ts +0 -7
- package/dist/ts/types/ts/Json/DataFile.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/DataMap/DataContext.d.ts +0 -5
- package/dist/ts/types/ts/Json/DataMap/DataContext.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/DataMap/DataMap.d.ts +0 -11
- package/dist/ts/types/ts/Json/DataMap/DataMap.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Decode.d.ts +0 -18
- package/dist/ts/types/ts/Json/Decode.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Encode.d.ts +0 -23
- package/dist/ts/types/ts/Json/Encode.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/IDTable.d.ts +0 -5
- package/dist/ts/types/ts/Json/IDTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Investigation.d.ts +0 -20
- package/dist/ts/types/ts/Json/Investigation.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/OntologyAnnotation.d.ts +0 -18
- package/dist/ts/types/ts/Json/OntologyAnnotation.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/OntologySourceReference.d.ts +0 -12
- package/dist/ts/types/ts/Json/OntologySourceReference.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Person.d.ts +0 -22
- package/dist/ts/types/ts/Json/Person.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/AssayMaterials.d.ts +0 -7
- package/dist/ts/types/ts/Json/Process/AssayMaterials.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Component.d.ts +0 -11
- package/dist/ts/types/ts/Json/Process/Component.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Factor.d.ts +0 -8
- package/dist/ts/types/ts/Json/Process/Factor.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/FactorValue.d.ts +0 -11
- package/dist/ts/types/ts/Json/Process/FactorValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Material.d.ts +0 -12
- package/dist/ts/types/ts/Json/Process/Material.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/MaterialAttribute.d.ts +0 -8
- package/dist/ts/types/ts/Json/Process/MaterialAttribute.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/MaterialAttributeValue.d.ts +0 -11
- package/dist/ts/types/ts/Json/Process/MaterialAttributeValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/MaterialType.d.ts +0 -7
- package/dist/ts/types/ts/Json/Process/MaterialType.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Process.d.ts +0 -10
- package/dist/ts/types/ts/Json/Process/Process.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/ProcessInput.d.ts +0 -9
- package/dist/ts/types/ts/Json/Process/ProcessInput.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/ProcessOutput.d.ts +0 -9
- package/dist/ts/types/ts/Json/Process/ProcessOutput.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/ProcessParameterValue.d.ts +0 -11
- package/dist/ts/types/ts/Json/Process/ProcessParameterValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Protocol.d.ts +0 -10
- package/dist/ts/types/ts/Json/Process/Protocol.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/ProtocolParameter.d.ts +0 -8
- package/dist/ts/types/ts/Json/Process/ProtocolParameter.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Sample.d.ts +0 -15
- package/dist/ts/types/ts/Json/Process/Sample.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Source.d.ts +0 -12
- package/dist/ts/types/ts/Json/Process/Source.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/StudyMaterials.d.ts +0 -7
- package/dist/ts/types/ts/Json/Process/StudyMaterials.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Value.d.ts +0 -7
- package/dist/ts/types/ts/Json/Process/Value.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/PropertyValue.d.ts +0 -9
- package/dist/ts/types/ts/Json/PropertyValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Publication.d.ts +0 -14
- package/dist/ts/types/ts/Json/Publication.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDContext.d.ts +0 -5
- package/dist/ts/types/ts/Json/ROCrate/LDContext.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDGraph.d.ts +0 -5
- package/dist/ts/types/ts/Json/ROCrate/LDGraph.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDNode.d.ts +0 -13
- package/dist/ts/types/ts/Json/ROCrate/LDNode.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDRef.d.ts +0 -5
- package/dist/ts/types/ts/Json/ROCrate/LDRef.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDValue.d.ts +0 -7
- package/dist/ts/types/ts/Json/ROCrate/LDValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/StringTable.d.ts +0 -9
- package/dist/ts/types/ts/Json/StringTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Study.d.ts +0 -26
- package/dist/ts/types/ts/Json/Study.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/ArcTable.d.ts +0 -15
- package/dist/ts/types/ts/Json/Table/ArcTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/CellTable.d.ts +0 -11
- package/dist/ts/types/ts/Json/Table/CellTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/CompositeCell.d.ts +0 -10
- package/dist/ts/types/ts/Json/Table/CompositeCell.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/CompositeHeader.d.ts +0 -5
- package/dist/ts/types/ts/Json/Table/CompositeHeader.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/IOType.d.ts +0 -5
- package/dist/ts/types/ts/Json/Table/IOType.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/OATable.d.ts +0 -10
- package/dist/ts/types/ts/Json/Table/OATable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/Templates.d.ts +0 -15
- package/dist/ts/types/ts/Json/Table/Templates.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_assay_context.d.ts +0 -26
- package/dist/ts/types/ts/Json/context/rocrate/isa_assay_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_comment_context.d.ts +0 -16
- package/dist/ts/types/ts/Json/context/rocrate/isa_comment_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_data_context.d.ts +0 -18
- package/dist/ts/types/ts/Json/context/rocrate/isa_data_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_investigation_context.d.ts +0 -26
- package/dist/ts/types/ts/Json/context/rocrate/isa_investigation_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_material_context.d.ts +0 -19
- package/dist/ts/types/ts/Json/context/rocrate/isa_material_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts +0 -17
- package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts +0 -19
- package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_organization_context.d.ts +0 -15
- package/dist/ts/types/ts/Json/context/rocrate/isa_organization_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_person_context.d.ts +0 -25
- package/dist/ts/types/ts/Json/context/rocrate/isa_person_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_process_context.d.ts +0 -23
- package/dist/ts/types/ts/Json/context/rocrate/isa_process_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_protocol_context.d.ts +0 -22
- package/dist/ts/types/ts/Json/context/rocrate/isa_protocol_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_publication_context.d.ts +0 -19
- package/dist/ts/types/ts/Json/context/rocrate/isa_publication_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_sample_context.d.ts +0 -18
- package/dist/ts/types/ts/Json/context/rocrate/isa_sample_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_source_context.d.ts +0 -18
- package/dist/ts/types/ts/Json/context/rocrate/isa_source_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_study_context.d.ts +0 -34
- package/dist/ts/types/ts/Json/context/rocrate/isa_study_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/property_value_context.d.ts +0 -3
- package/dist/ts/types/ts/Json/context/rocrate/property_value_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/rocrate_context.d.ts +0 -16
- package/dist/ts/types/ts/Json/context/rocrate/rocrate_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json.d.ts +0 -90
- package/dist/ts/types/ts/Json.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Assay.d.ts +0 -19
- package/dist/ts/types/ts/JsonIO/Assay.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Investigation.d.ts +0 -19
- package/dist/ts/types/ts/JsonIO/Investigation.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/LDObject.d.ts +0 -29
- package/dist/ts/types/ts/JsonIO/LDObject.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/OntologyAnnotation.d.ts +0 -16
- package/dist/ts/types/ts/JsonIO/OntologyAnnotation.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Study.d.ts +0 -20
- package/dist/ts/types/ts/JsonIO/Study.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Table/Compression.d.ts +0 -8
- package/dist/ts/types/ts/JsonIO/Table/Compression.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Table/Templates.d.ts +0 -15
- package/dist/ts/types/ts/JsonIO/Table/Templates.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Comment.d.ts +0 -21
- package/dist/ts/types/ts/ROCrate/Generic/Comment.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Dataset.d.ts +0 -92
- package/dist/ts/types/ts/ROCrate/Generic/Dataset.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/DefinedTerm.d.ts +0 -21
- package/dist/ts/types/ts/ROCrate/Generic/DefinedTerm.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/File.d.ts +0 -35
- package/dist/ts/types/ts/ROCrate/Generic/File.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/LabProcess.d.ts +0 -43
- package/dist/ts/types/ts/ROCrate/Generic/LabProcess.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/LabProtocol.d.ts +0 -44
- package/dist/ts/types/ts/ROCrate/Generic/LabProtocol.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Organization.d.ts +0 -17
- package/dist/ts/types/ts/ROCrate/Generic/Organization.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Person.d.ts +0 -51
- package/dist/ts/types/ts/ROCrate/Generic/Person.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/PostalAddress.d.ts +0 -25
- package/dist/ts/types/ts/ROCrate/Generic/PostalAddress.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/PropertyValue.d.ts +0 -73
- package/dist/ts/types/ts/ROCrate/Generic/PropertyValue.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Sample.d.ts +0 -30
- package/dist/ts/types/ts/ROCrate/Generic/Sample.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/ScholarlyArticle.d.ts +0 -34
- package/dist/ts/types/ts/ROCrate/Generic/ScholarlyArticle.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Helper.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/LDContext.d.ts +0 -43
- package/dist/ts/types/ts/ROCrate/LDContext.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/LDObject.d.ts +0 -97
- package/dist/ts/types/ts/ROCrate/LDObject.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/ROCrateContext.d.ts +0 -7
- package/dist/ts/types/ts/ROCrate/ROCrateContext.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrateIO.d.ts +0 -15
- package/dist/ts/types/ts/ROCrateIO.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts +0 -40
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts +0 -9
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts +0 -24
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts +0 -22
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcAssay.d.ts +0 -31
- package/dist/ts/types/ts/Spreadsheet/ArcAssay.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcInvestigation.d.ts +0 -42
- package/dist/ts/types/ts/Spreadsheet/ArcInvestigation.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcRun.d.ts +0 -27
- package/dist/ts/types/ts/Spreadsheet/ArcRun.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcStudy.d.ts +0 -26
- package/dist/ts/types/ts/Spreadsheet/ArcStudy.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcWorkflow.d.ts +0 -27
- package/dist/ts/types/ts/Spreadsheet/ArcWorkflow.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/CollectionAux.d.ts +0 -23
- package/dist/ts/types/ts/Spreadsheet/CollectionAux.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/DataMap.d.ts +0 -8
- package/dist/ts/types/ts/Spreadsheet/DataMap.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts +0 -7
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts +0 -23
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts +0 -23
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Assays.d.ts +0 -14
- package/dist/ts/types/ts/Spreadsheet/Metadata/Assays.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Comment.d.ts +0 -14
- package/dist/ts/types/ts/Spreadsheet/Metadata/Comment.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Contacts.d.ts +0 -25
- package/dist/ts/types/ts/Spreadsheet/Metadata/Contacts.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Conversions.d.ts +0 -60
- package/dist/ts/types/ts/Spreadsheet/Metadata/Conversions.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts +0 -16
- package/dist/ts/types/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Factors.d.ts +0 -18
- package/dist/ts/types/ts/Spreadsheet/Metadata/Factors.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts +0 -12
- package/dist/ts/types/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts +0 -18
- package/dist/ts/types/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Protocols.d.ts +0 -28
- package/dist/ts/types/ts/Spreadsheet/Metadata/Protocols.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Publication.d.ts +0 -21
- package/dist/ts/types/ts/Spreadsheet/Metadata/Publication.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Run.d.ts +0 -14
- package/dist/ts/types/ts/Spreadsheet/Metadata/Run.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/SparseTable.d.ts +0 -37
- package/dist/ts/types/ts/Spreadsheet/Metadata/SparseTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Study.d.ts +0 -38
- package/dist/ts/types/ts/Spreadsheet/Metadata/Study.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Workflow.d.ts +0 -31
- package/dist/ts/types/ts/Spreadsheet/Metadata/Workflow.d.ts.map +0 -1
- package/dist/ts/types/ts/Template.Web.d.ts +0 -11
- package/dist/ts/types/ts/Template.Web.d.ts.map +0 -1
- package/dist/ts/types/ts/ValidationPackages/ValidationPackage.d.ts +0 -21
- package/dist/ts/types/ts/ValidationPackages/ValidationPackage.d.ts.map +0 -1
- package/dist/ts/types/ts/ValidationPackages/ValidationPackagesConfig.d.ts +0 -23
- package/dist/ts/types/ts/ValidationPackages/ValidationPackagesConfig.d.ts.map +0 -1
- package/dist/ts/types/ts/WebRequest/WebRequest.Node.d.ts +0 -4
- package/dist/ts/types/ts/WebRequest/WebRequest.Node.d.ts.map +0 -1
- package/dist/ts/types/ts/WebRequest/WebRequest.d.ts +0 -4
- package/dist/ts/types/ts/WebRequest/WebRequest.d.ts.map +0 -1
- package/dist/ts/types/ts/Xlsx.d.ts +0 -50
- package/dist/ts/types/ts/Xlsx.d.ts.map +0 -1
- package/dist/ts/types/ts/Yaml/Encode.d.ts +0 -5
- package/dist/ts/types/ts/Yaml/Encode.d.ts.map +0 -1
- package/dist/ts/types/ts/Yaml/ValidationPackage.d.ts +0 -10
- package/dist/ts/types/ts/Yaml/ValidationPackage.d.ts.map +0 -1
- package/dist/ts/types/ts/Yaml/ValidationPackagesConfig.d.ts +0 -10
- package/dist/ts/types/ts/Yaml/ValidationPackagesConfig.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.d.ts +0 -69
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.d.ts +0 -25
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.d.ts +0 -11
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.d.ts +0 -15
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.d.ts +0 -15
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.d.ts +0 -34
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.d.ts +0 -14
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.d.ts +0 -4
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.d.ts +0 -30
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.d.ts +0 -49
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.d.ts +0 -35
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.d.ts +0 -123
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.d.ts +0 -27
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.d.ts +0 -253
- package/dist/ts/types/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.d.ts +0 -112
- package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.d.ts +0 -8
- package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.d.ts +0 -123
- package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.d.ts +0 -113
- package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.d.ts +0 -91
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.d.ts +0 -181
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.d.ts +0 -36
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.d.ts +0 -23
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.d.ts +0 -21
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.d.ts +0 -157
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.d.ts +0 -97
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.d.ts +0 -37
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.d.ts +0 -39
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.d.ts +0 -36
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.d.ts +0 -88
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.d.ts +0 -10
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.d.ts +0 -9
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.d.ts +0 -9
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.d.ts +0 -5
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.d.ts +0 -6
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.d.ts +0 -7
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.d.ts +0 -7
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.d.ts +0 -15
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.d.ts +0 -94
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.d.ts +0 -33
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.d.ts +0 -31
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.d.ts +0 -17
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.d.ts +0 -71
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.d.ts +0 -89
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.d.ts +0 -10
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.d.ts +0 -19
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.d.ts +0 -15
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.d.ts +0 -6
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.d.ts +0 -5
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.d.ts +0 -7
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.d.ts +0 -20
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.d.ts +0 -105
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.d.ts +0 -26
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.d.ts +0 -99
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.d.ts +0 -7
- package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.d.ts +0 -5
- package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.d.ts +0 -64
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.d.ts +0 -24
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.d.ts +0 -3
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.d.ts +0 -12
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.d.ts +0 -10
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.d.ts +0 -6
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.d.ts +0 -10
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.d.ts +0 -46
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.d.ts +0 -12
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.d.ts +0 -70
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.d.ts.map +0 -1
- /package/dist/ts/{types/ts → ts}/Core/URI.d.ts +0 -0
- /package/dist/ts/{types/ts → ts}/FileSystem/DefaultGitattributes.d.ts +0 -0
- /package/dist/ts/{types/ts → ts}/FileSystem/DefaultGitignore.d.ts +0 -0
- /package/dist/ts/{types/ts → ts}/FileSystem/Path.d.ts +0 -0
- /package/dist/ts/{types/ts → ts}/ROCrate/Helper.d.ts +0 -0
|
@@ -1,1316 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Getters$2 = exports.keys = exports.timespan = exports.datetimeOffset = exports.datetimeLocal = exports.datetimeUtc = exports.decimal = exports.float32 = exports.float = exports.bool = exports.bigint = exports.uint64 = exports.int64 = exports.uint32 = exports.int = exports.uint16 = exports.int16 = exports.byte = exports.sbyte = exports.unit = exports.guid = exports.char = exports.string = void 0;
|
|
4
|
-
exports.Helpers_prependPath = Helpers_prependPath;
|
|
5
|
-
exports.errorToString = errorToString;
|
|
6
|
-
exports.Advanced_fromValue = Advanced_fromValue;
|
|
7
|
-
exports.optional = optional;
|
|
8
|
-
exports.map2 = map2;
|
|
9
|
-
exports.optionalAt = optionalAt;
|
|
10
|
-
exports.field = field;
|
|
11
|
-
exports.at = at;
|
|
12
|
-
exports.index = index;
|
|
13
|
-
exports.option = option;
|
|
14
|
-
exports.list = list;
|
|
15
|
-
exports.resizeArray = resizeArray;
|
|
16
|
-
exports.seq = seq;
|
|
17
|
-
exports.array = array;
|
|
18
|
-
exports.keyValuePairs = keyValuePairs;
|
|
19
|
-
exports.oneOf = oneOf;
|
|
20
|
-
exports.nil = nil;
|
|
21
|
-
exports.value = value;
|
|
22
|
-
exports.succeed = succeed;
|
|
23
|
-
exports.fail = fail;
|
|
24
|
-
exports.andThen = andThen;
|
|
25
|
-
exports.all = all;
|
|
26
|
-
exports.map = map;
|
|
27
|
-
exports.map3 = map3;
|
|
28
|
-
exports.map4 = map4;
|
|
29
|
-
exports.map5 = map5;
|
|
30
|
-
exports.map6 = map6;
|
|
31
|
-
exports.map7 = map7;
|
|
32
|
-
exports.map8 = map8;
|
|
33
|
-
exports.andMap = andMap;
|
|
34
|
-
exports.Getters$2_$reflection = Getters$2_$reflection;
|
|
35
|
-
exports.Getters$2_$ctor_Z4BE6C149 = Getters$2_$ctor_Z4BE6C149;
|
|
36
|
-
exports.Getters$2__get_Errors = Getters$2__get_Errors;
|
|
37
|
-
exports.object = object;
|
|
38
|
-
exports.tuple2 = tuple2;
|
|
39
|
-
exports.tuple3 = tuple3;
|
|
40
|
-
exports.tuple4 = tuple4;
|
|
41
|
-
exports.tuple5 = tuple5;
|
|
42
|
-
exports.tuple6 = tuple6;
|
|
43
|
-
exports.tuple7 = tuple7;
|
|
44
|
-
exports.tuple8 = tuple8;
|
|
45
|
-
exports.dict = dict;
|
|
46
|
-
exports.map$0027 = map$0027;
|
|
47
|
-
const Types_fs_js_1 = require("./Types.fs.js");
|
|
48
|
-
const String_js_1 = require("@fable-org/fable-library-js/String.js");
|
|
49
|
-
const List_js_1 = require("@fable-org/fable-library-js/List.js");
|
|
50
|
-
const Result_js_1 = require("@fable-org/fable-library-js/Result.js");
|
|
51
|
-
const Guid_js_1 = require("@fable-org/fable-library-js/Guid.js");
|
|
52
|
-
const Types_js_1 = require("@fable-org/fable-library-js/Types.js");
|
|
53
|
-
const Int32_js_1 = require("@fable-org/fable-library-js/Int32.js");
|
|
54
|
-
const BigInt_js_1 = require("@fable-org/fable-library-js/BigInt.js");
|
|
55
|
-
const Long_js_1 = require("@fable-org/fable-library-js/Long.js");
|
|
56
|
-
const Decimal_js_1 = require("@fable-org/fable-library-js/Decimal.js");
|
|
57
|
-
const Decimal_js_2 = require("@fable-org/fable-library-js/Decimal.js");
|
|
58
|
-
const Date_js_1 = require("@fable-org/fable-library-js/Date.js");
|
|
59
|
-
const DateOffset_js_1 = require("@fable-org/fable-library-js/DateOffset.js");
|
|
60
|
-
const TimeSpan_js_1 = require("@fable-org/fable-library-js/TimeSpan.js");
|
|
61
|
-
const Option_js_1 = require("@fable-org/fable-library-js/Option.js");
|
|
62
|
-
const Util_js_1 = require("@fable-org/fable-library-js/Util.js");
|
|
63
|
-
const Array_js_1 = require("@fable-org/fable-library-js/Array.js");
|
|
64
|
-
const Seq_js_1 = require("@fable-org/fable-library-js/Seq.js");
|
|
65
|
-
const Reflection_js_1 = require("@fable-org/fable-library-js/Reflection.js");
|
|
66
|
-
const Map_js_1 = require("@fable-org/fable-library-js/Map.js");
|
|
67
|
-
function Helpers_prependPath(path, err_, err__1) {
|
|
68
|
-
const err = [err_, err__1];
|
|
69
|
-
return [path + err[0], err[1]];
|
|
70
|
-
}
|
|
71
|
-
function genericMsg(helpers, msg, value_1, newLine) {
|
|
72
|
-
try {
|
|
73
|
-
return ((("Expecting " + msg) + " but instead got:") + (newLine ? "\n" : " ")) + helpers.anyToString(value_1);
|
|
74
|
-
}
|
|
75
|
-
catch (matchValue) {
|
|
76
|
-
return (("Expecting " + msg) + " but decoder failed. Couldn\'t report given value due to circular structure.") + (newLine ? "\n" : " ");
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
function errorToString(helpers, path, error) {
|
|
80
|
-
let reason_1;
|
|
81
|
-
switch (error.tag) {
|
|
82
|
-
case /* BadType */ 2: {
|
|
83
|
-
reason_1 = genericMsg(helpers, error.fields[0], error.fields[1], true);
|
|
84
|
-
break;
|
|
85
|
-
}
|
|
86
|
-
case /* BadPrimitiveExtra */ 1: {
|
|
87
|
-
const reason = error.fields[2];
|
|
88
|
-
reason_1 = ((genericMsg(helpers, error.fields[0], error.fields[1], false) + "\nReason: ") + reason);
|
|
89
|
-
break;
|
|
90
|
-
}
|
|
91
|
-
case /* BadField */ 3: {
|
|
92
|
-
reason_1 = genericMsg(helpers, error.fields[0], error.fields[1], true);
|
|
93
|
-
break;
|
|
94
|
-
}
|
|
95
|
-
case /* BadPath */ 4: {
|
|
96
|
-
const fieldName = error.fields[2];
|
|
97
|
-
reason_1 = (genericMsg(helpers, error.fields[0], error.fields[1], true) + (("\nNode `" + fieldName) + "` is unkown."));
|
|
98
|
-
break;
|
|
99
|
-
}
|
|
100
|
-
case /* TooSmallArray */ 5: {
|
|
101
|
-
const value_6 = error.fields[1];
|
|
102
|
-
reason_1 = ((("Expecting " + error.fields[0]) + ".\n") + helpers.anyToString(value_6));
|
|
103
|
-
break;
|
|
104
|
-
}
|
|
105
|
-
case /* BadOneOf */ 7: {
|
|
106
|
-
reason_1 = ("The following errors were found:\n\n" + (0, String_js_1.join)("\n\n", (0, List_js_1.map)((error_1) => {
|
|
107
|
-
const tupledArg = Helpers_prependPath(path, error_1[0], error_1[1]);
|
|
108
|
-
return errorToString(helpers, tupledArg[0], tupledArg[1]);
|
|
109
|
-
}, error.fields[0])));
|
|
110
|
-
break;
|
|
111
|
-
}
|
|
112
|
-
case /* FailMessage */ 6: {
|
|
113
|
-
reason_1 = ("The following `failure` occurred with the decoder: " + error.fields[0]);
|
|
114
|
-
break;
|
|
115
|
-
}
|
|
116
|
-
default:
|
|
117
|
-
reason_1 = genericMsg(helpers, error.fields[0], error.fields[1], false);
|
|
118
|
-
}
|
|
119
|
-
if (error.tag === /* BadOneOf */ 7) {
|
|
120
|
-
return reason_1;
|
|
121
|
-
}
|
|
122
|
-
else {
|
|
123
|
-
return (("Error at: `" + path) + "`\n") + reason_1;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* Runs the decoder against the given JSON value.
|
|
128
|
-
*
|
|
129
|
-
* If the decoder fails, it reports the error prefixed with the given path.
|
|
130
|
-
*/
|
|
131
|
-
function Advanced_fromValue(helpers, decoder, value_1) {
|
|
132
|
-
const matchValue = decoder.Decode(helpers, value_1);
|
|
133
|
-
if (matchValue.tag === /* Error */ 1) {
|
|
134
|
-
const error = matchValue.fields[0];
|
|
135
|
-
return (0, Result_js_1.FSharpResult$2_Error)(errorToString(helpers, error[0], error[1]));
|
|
136
|
-
}
|
|
137
|
-
else {
|
|
138
|
-
return (0, Result_js_1.FSharpResult$2_Ok)(matchValue.fields[0]);
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
exports.string = {
|
|
142
|
-
Decode(helpers, value_1) {
|
|
143
|
-
return helpers.isString(value_1) ? (0, Result_js_1.FSharpResult$2_Ok)(helpers.asString(value_1)) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a string", value_1)]);
|
|
144
|
-
},
|
|
145
|
-
};
|
|
146
|
-
exports.char = {
|
|
147
|
-
Decode(helpers, value_1) {
|
|
148
|
-
if (helpers.isString(value_1)) {
|
|
149
|
-
const str = helpers.asString(value_1);
|
|
150
|
-
return (str.length === 1) ? (0, Result_js_1.FSharpResult$2_Ok)(str[0]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a single character string", value_1)]);
|
|
151
|
-
}
|
|
152
|
-
else {
|
|
153
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a char", value_1)]);
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
};
|
|
157
|
-
exports.guid = {
|
|
158
|
-
Decode(helpers, value_1) {
|
|
159
|
-
if (helpers.isString(value_1)) {
|
|
160
|
-
let matchValue;
|
|
161
|
-
let outArg = "00000000-0000-0000-0000-000000000000";
|
|
162
|
-
matchValue = [(0, Guid_js_1.tryParse)(helpers.asString(value_1), new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
163
|
-
outArg = v;
|
|
164
|
-
})), outArg];
|
|
165
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a guid", value_1)]);
|
|
166
|
-
}
|
|
167
|
-
else {
|
|
168
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a guid", value_1)]);
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
};
|
|
172
|
-
exports.unit = {
|
|
173
|
-
Decode(helpers, value_1) {
|
|
174
|
-
return helpers.isNullValue(value_1) ? (0, Result_js_1.FSharpResult$2_Ok)(undefined) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("null", value_1)]);
|
|
175
|
-
},
|
|
176
|
-
};
|
|
177
|
-
exports.sbyte = {
|
|
178
|
-
Decode(helpers, value_2) {
|
|
179
|
-
if (helpers.isNumber(value_2)) {
|
|
180
|
-
if (helpers.isIntegralValue(value_2)) {
|
|
181
|
-
const floatValue = helpers.asFloat(value_2);
|
|
182
|
-
return ((-128 <= floatValue) && (floatValue <= 127)) ? (0, Result_js_1.FSharpResult$2_Ok)((floatValue + 0x80 & 0xFF) - 0x80) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("a sbyte", value_2, "Value was either too large or too small for a sbyte")]);
|
|
183
|
-
}
|
|
184
|
-
else {
|
|
185
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("a sbyte", value_2, "Value is not an integral value")]);
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
else if (helpers.isString(value_2)) {
|
|
189
|
-
let matchValue;
|
|
190
|
-
let outArg = 0;
|
|
191
|
-
matchValue = [(0, Int32_js_1.tryParse)(helpers.asString(value_2), 511, false, 8, new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
192
|
-
outArg = (v | 0);
|
|
193
|
-
})), outArg];
|
|
194
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a sbyte", value_2)]);
|
|
195
|
-
}
|
|
196
|
-
else {
|
|
197
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a sbyte", value_2)]);
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
};
|
|
201
|
-
exports.byte = {
|
|
202
|
-
Decode(helpers, value_2) {
|
|
203
|
-
if (helpers.isNumber(value_2)) {
|
|
204
|
-
if (helpers.isIntegralValue(value_2)) {
|
|
205
|
-
const floatValue = helpers.asFloat(value_2);
|
|
206
|
-
return ((0 <= floatValue) && (floatValue <= 255)) ? (0, Result_js_1.FSharpResult$2_Ok)(floatValue & 0xFF) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("a byte", value_2, "Value was either too large or too small for a byte")]);
|
|
207
|
-
}
|
|
208
|
-
else {
|
|
209
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("a byte", value_2, "Value is not an integral value")]);
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
else if (helpers.isString(value_2)) {
|
|
213
|
-
let matchValue;
|
|
214
|
-
let outArg = 0;
|
|
215
|
-
matchValue = [(0, Int32_js_1.tryParse)(helpers.asString(value_2), 511, true, 8, new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
216
|
-
outArg = v;
|
|
217
|
-
})), outArg];
|
|
218
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a byte", value_2)]);
|
|
219
|
-
}
|
|
220
|
-
else {
|
|
221
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a byte", value_2)]);
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
};
|
|
225
|
-
exports.int16 = {
|
|
226
|
-
Decode(helpers, value_2) {
|
|
227
|
-
if (helpers.isNumber(value_2)) {
|
|
228
|
-
if (helpers.isIntegralValue(value_2)) {
|
|
229
|
-
const floatValue = helpers.asFloat(value_2);
|
|
230
|
-
return ((-32768 <= floatValue) && (floatValue <= 32767)) ? (0, Result_js_1.FSharpResult$2_Ok)((floatValue + 0x8000 & 0xFFFF) - 0x8000) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an int16", value_2, "Value was either too large or too small for an int16")]);
|
|
231
|
-
}
|
|
232
|
-
else {
|
|
233
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an int16", value_2, "Value is not an integral value")]);
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
else if (helpers.isString(value_2)) {
|
|
237
|
-
let matchValue;
|
|
238
|
-
let outArg = 0;
|
|
239
|
-
matchValue = [(0, Int32_js_1.tryParse)(helpers.asString(value_2), 511, false, 16, new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
240
|
-
outArg = (v | 0);
|
|
241
|
-
})), outArg];
|
|
242
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an int16", value_2)]);
|
|
243
|
-
}
|
|
244
|
-
else {
|
|
245
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an int16", value_2)]);
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
};
|
|
249
|
-
exports.uint16 = {
|
|
250
|
-
Decode(helpers, value_2) {
|
|
251
|
-
if (helpers.isNumber(value_2)) {
|
|
252
|
-
if (helpers.isIntegralValue(value_2)) {
|
|
253
|
-
const floatValue = helpers.asFloat(value_2);
|
|
254
|
-
return ((0 <= floatValue) && (floatValue <= 65535)) ? (0, Result_js_1.FSharpResult$2_Ok)(floatValue & 0xFFFF) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an uint16", value_2, "Value was either too large or too small for an uint16")]);
|
|
255
|
-
}
|
|
256
|
-
else {
|
|
257
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an uint16", value_2, "Value is not an integral value")]);
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
else if (helpers.isString(value_2)) {
|
|
261
|
-
let matchValue;
|
|
262
|
-
let outArg = 0;
|
|
263
|
-
matchValue = [(0, Int32_js_1.tryParse)(helpers.asString(value_2), 511, true, 16, new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
264
|
-
outArg = v;
|
|
265
|
-
})), outArg];
|
|
266
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an uint16", value_2)]);
|
|
267
|
-
}
|
|
268
|
-
else {
|
|
269
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an uint16", value_2)]);
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
};
|
|
273
|
-
exports.int = {
|
|
274
|
-
Decode(helpers, value_2) {
|
|
275
|
-
if (helpers.isNumber(value_2)) {
|
|
276
|
-
if (helpers.isIntegralValue(value_2)) {
|
|
277
|
-
const floatValue = helpers.asFloat(value_2);
|
|
278
|
-
return ((-2147483648 <= floatValue) && (floatValue <= 2147483647)) ? (0, Result_js_1.FSharpResult$2_Ok)(~~floatValue) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an int", value_2, "Value was either too large or too small for an int")]);
|
|
279
|
-
}
|
|
280
|
-
else {
|
|
281
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an int", value_2, "Value is not an integral value")]);
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
else if (helpers.isString(value_2)) {
|
|
285
|
-
let matchValue;
|
|
286
|
-
let outArg = 0;
|
|
287
|
-
matchValue = [(0, Int32_js_1.tryParse)(helpers.asString(value_2), 511, false, 32, new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
288
|
-
outArg = (v | 0);
|
|
289
|
-
})), outArg];
|
|
290
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an int", value_2)]);
|
|
291
|
-
}
|
|
292
|
-
else {
|
|
293
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an int", value_2)]);
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
};
|
|
297
|
-
exports.uint32 = {
|
|
298
|
-
Decode(helpers, value_2) {
|
|
299
|
-
if (helpers.isNumber(value_2)) {
|
|
300
|
-
if (helpers.isIntegralValue(value_2)) {
|
|
301
|
-
const floatValue = helpers.asFloat(value_2);
|
|
302
|
-
return ((0 <= floatValue) && (floatValue <= 4294967295)) ? (0, Result_js_1.FSharpResult$2_Ok)(floatValue >>> 0) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an uint32", value_2, "Value was either too large or too small for an uint32")]);
|
|
303
|
-
}
|
|
304
|
-
else {
|
|
305
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an uint32", value_2, "Value is not an integral value")]);
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
else if (helpers.isString(value_2)) {
|
|
309
|
-
let matchValue;
|
|
310
|
-
let outArg = 0;
|
|
311
|
-
matchValue = [(0, Int32_js_1.tryParse)(helpers.asString(value_2), 511, true, 32, new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
312
|
-
outArg = v;
|
|
313
|
-
})), outArg];
|
|
314
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an uint32", value_2)]);
|
|
315
|
-
}
|
|
316
|
-
else {
|
|
317
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an uint32", value_2)]);
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
};
|
|
321
|
-
exports.int64 = {
|
|
322
|
-
Decode(helpers, value_2) {
|
|
323
|
-
if (helpers.isNumber(value_2)) {
|
|
324
|
-
if (helpers.isIntegralValue(value_2)) {
|
|
325
|
-
const floatValue = helpers.asFloat(value_2);
|
|
326
|
-
return (((0, BigInt_js_1.toFloat64)(-9223372036854775808n) <= floatValue) && (floatValue <= (0, BigInt_js_1.toFloat64)(9223372036854775807n))) ? (0, Result_js_1.FSharpResult$2_Ok)((0, BigInt_js_1.toInt64)((0, BigInt_js_1.fromFloat64)(floatValue))) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an int64", value_2, "Value was either too large or too small for an int64")]);
|
|
327
|
-
}
|
|
328
|
-
else {
|
|
329
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an int64", value_2, "Value is not an integral value")]);
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
else if (helpers.isString(value_2)) {
|
|
333
|
-
let matchValue;
|
|
334
|
-
let outArg = 0n;
|
|
335
|
-
matchValue = [(0, Long_js_1.tryParse)(helpers.asString(value_2), 511, false, 64, new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
336
|
-
outArg = v;
|
|
337
|
-
})), outArg];
|
|
338
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an int64", value_2)]);
|
|
339
|
-
}
|
|
340
|
-
else {
|
|
341
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an int64", value_2)]);
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
|
-
};
|
|
345
|
-
exports.uint64 = {
|
|
346
|
-
Decode(helpers, value_2) {
|
|
347
|
-
if (helpers.isNumber(value_2)) {
|
|
348
|
-
if (helpers.isIntegralValue(value_2)) {
|
|
349
|
-
const floatValue = helpers.asFloat(value_2);
|
|
350
|
-
return (((0, BigInt_js_1.toFloat64)(0n) <= floatValue) && (floatValue <= (0, BigInt_js_1.toFloat64)(18446744073709551615n))) ? (0, Result_js_1.FSharpResult$2_Ok)((0, BigInt_js_1.toUInt64)((0, BigInt_js_1.fromFloat64)(floatValue))) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an uint64", value_2, "Value was either too large or too small for an uint64")]);
|
|
351
|
-
}
|
|
352
|
-
else {
|
|
353
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitiveExtra)("an uint64", value_2, "Value is not an integral value")]);
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
else if (helpers.isString(value_2)) {
|
|
357
|
-
let matchValue;
|
|
358
|
-
let outArg = 0n;
|
|
359
|
-
matchValue = [(0, Long_js_1.tryParse)(helpers.asString(value_2), 511, true, 64, new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
360
|
-
outArg = v;
|
|
361
|
-
})), outArg];
|
|
362
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an uint64", value_2)]);
|
|
363
|
-
}
|
|
364
|
-
else {
|
|
365
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an uint64", value_2)]);
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
};
|
|
369
|
-
exports.bigint = {
|
|
370
|
-
Decode(helpers, value_1) {
|
|
371
|
-
if (helpers.isNumber(value_1)) {
|
|
372
|
-
return (0, Result_js_1.FSharpResult$2_Ok)((0, BigInt_js_1.fromInt32)(helpers.asInt(value_1)));
|
|
373
|
-
}
|
|
374
|
-
else if (helpers.isString(value_1)) {
|
|
375
|
-
let parseResult;
|
|
376
|
-
let outArg = 0n;
|
|
377
|
-
parseResult = [(0, BigInt_js_1.tryParse)(helpers.asString(value_1), new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
378
|
-
outArg = v;
|
|
379
|
-
})), outArg];
|
|
380
|
-
return parseResult[0] ? (0, Result_js_1.FSharpResult$2_Ok)(parseResult[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a bigint", value_1)]);
|
|
381
|
-
}
|
|
382
|
-
else {
|
|
383
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a bigint", value_1)]);
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
};
|
|
387
|
-
exports.bool = {
|
|
388
|
-
Decode(helpers, value_1) {
|
|
389
|
-
return helpers.isBoolean(value_1) ? (0, Result_js_1.FSharpResult$2_Ok)(helpers.asBoolean(value_1)) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a boolean", value_1)]);
|
|
390
|
-
},
|
|
391
|
-
};
|
|
392
|
-
exports.float = {
|
|
393
|
-
Decode(helpers, value_1) {
|
|
394
|
-
return helpers.isNumber(value_1) ? (0, Result_js_1.FSharpResult$2_Ok)(helpers.asFloat(value_1)) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a float", value_1)]);
|
|
395
|
-
},
|
|
396
|
-
};
|
|
397
|
-
exports.float32 = {
|
|
398
|
-
Decode(helpers, value_1) {
|
|
399
|
-
return helpers.isNumber(value_1) ? (0, Result_js_1.FSharpResult$2_Ok)(helpers.asFloat32(value_1)) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a float32", value_1)]);
|
|
400
|
-
},
|
|
401
|
-
};
|
|
402
|
-
exports.decimal = {
|
|
403
|
-
Decode(helpers, value_1) {
|
|
404
|
-
if (helpers.isNumber(value_1)) {
|
|
405
|
-
return (0, Result_js_1.FSharpResult$2_Ok)(new Decimal_js_2.default(helpers.asFloat(value_1)));
|
|
406
|
-
}
|
|
407
|
-
else if (helpers.isString(value_1)) {
|
|
408
|
-
let matchValue;
|
|
409
|
-
let outArg = new Decimal_js_2.default("0");
|
|
410
|
-
matchValue = [(0, Decimal_js_1.tryParse)(helpers.asString(value_1), new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
411
|
-
outArg = v;
|
|
412
|
-
})), outArg];
|
|
413
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a decimal", value_1)]);
|
|
414
|
-
}
|
|
415
|
-
else {
|
|
416
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a decimal", value_1)]);
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
};
|
|
420
|
-
exports.datetimeUtc = {
|
|
421
|
-
Decode(helpers, value_1) {
|
|
422
|
-
if (helpers.isString(value_1)) {
|
|
423
|
-
let matchValue;
|
|
424
|
-
let outArg = (0, Date_js_1.minValue)();
|
|
425
|
-
matchValue = [(0, Date_js_1.tryParse)(helpers.asString(value_1), new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
426
|
-
outArg = v;
|
|
427
|
-
})), outArg];
|
|
428
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)((0, Date_js_1.toUniversalTime)(matchValue[1])) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a datetime", value_1)]);
|
|
429
|
-
}
|
|
430
|
-
else {
|
|
431
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a datetime", value_1)]);
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
};
|
|
435
|
-
exports.datetimeLocal = {
|
|
436
|
-
Decode(helpers, value_1) {
|
|
437
|
-
if (helpers.isString(value_1)) {
|
|
438
|
-
let matchValue;
|
|
439
|
-
let outArg = (0, Date_js_1.minValue)();
|
|
440
|
-
matchValue = [(0, Date_js_1.tryParse)(helpers.asString(value_1), new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
441
|
-
outArg = v;
|
|
442
|
-
})), outArg];
|
|
443
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a datetime", value_1)]);
|
|
444
|
-
}
|
|
445
|
-
else {
|
|
446
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a datetime", value_1)]);
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
};
|
|
450
|
-
exports.datetimeOffset = {
|
|
451
|
-
Decode(helpers, value_1) {
|
|
452
|
-
if (helpers.isString(value_1)) {
|
|
453
|
-
let matchValue;
|
|
454
|
-
let outArg = (0, DateOffset_js_1.minValue)();
|
|
455
|
-
matchValue = [(0, DateOffset_js_1.tryParse)(helpers.asString(value_1), new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
456
|
-
outArg = v;
|
|
457
|
-
})), outArg];
|
|
458
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a datetimeoffset", value_1)]);
|
|
459
|
-
}
|
|
460
|
-
else {
|
|
461
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a datetime", value_1)]);
|
|
462
|
-
}
|
|
463
|
-
},
|
|
464
|
-
};
|
|
465
|
-
exports.timespan = {
|
|
466
|
-
Decode(helpers, value_1) {
|
|
467
|
-
if (helpers.isString(value_1)) {
|
|
468
|
-
let matchValue;
|
|
469
|
-
let outArg = 0;
|
|
470
|
-
matchValue = [(0, TimeSpan_js_1.tryParse)(helpers.asString(value_1), new Types_js_1.FSharpRef(() => outArg, (v) => {
|
|
471
|
-
outArg = v;
|
|
472
|
-
})), outArg];
|
|
473
|
-
return matchValue[0] ? (0, Result_js_1.FSharpResult$2_Ok)(matchValue[1]) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a timespan", value_1)]);
|
|
474
|
-
}
|
|
475
|
-
else {
|
|
476
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a timespan", value_1)]);
|
|
477
|
-
}
|
|
478
|
-
},
|
|
479
|
-
};
|
|
480
|
-
function decodeMaybeNull(helpers, path, decoder, value_1) {
|
|
481
|
-
let tupledArg;
|
|
482
|
-
if (helpers.isNullValue(value_1)) {
|
|
483
|
-
return (0, Result_js_1.FSharpResult$2_Ok)(undefined);
|
|
484
|
-
}
|
|
485
|
-
else {
|
|
486
|
-
const matchValue = decoder.Decode(helpers, value_1);
|
|
487
|
-
if (matchValue.tag === /* Error */ 1) {
|
|
488
|
-
return (0, Result_js_1.FSharpResult$2_Error)((tupledArg = matchValue.fields[0], Helpers_prependPath(path, tupledArg[0], tupledArg[1])));
|
|
489
|
-
}
|
|
490
|
-
else {
|
|
491
|
-
return (0, Result_js_1.FSharpResult$2_Ok)((0, Option_js_1.some)(matchValue.fields[0]));
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
function optional(fieldName, decoder) {
|
|
496
|
-
return {
|
|
497
|
-
Decode(helpers, value_1) {
|
|
498
|
-
return helpers.isObject(value_1) ? (helpers.hasProperty(fieldName, value_1) ? decodeMaybeNull(helpers, "." + fieldName, decoder, helpers.getProperty(fieldName, value_1)) : (0, Result_js_1.FSharpResult$2_Ok)(undefined)) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadType)("an object", value_1)]);
|
|
499
|
-
},
|
|
500
|
-
};
|
|
501
|
-
}
|
|
502
|
-
function badPathError(fieldNames, currentPath, value_1) {
|
|
503
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["." + (0, Option_js_1.defaultArg)(currentPath, (0, String_js_1.join)(".", fieldNames)), (0, Types_fs_js_1.ErrorReason$1_BadPath)(("an object with path `" + (0, String_js_1.join)(".", fieldNames)) + "`", value_1, (0, Option_js_1.defaultArg)((0, List_js_1.tryLast)(fieldNames), ""))]);
|
|
504
|
-
}
|
|
505
|
-
function map2(ctor, d1, d2) {
|
|
506
|
-
return {
|
|
507
|
-
Decode(helpers, value_1) {
|
|
508
|
-
let er_1, v1, v2;
|
|
509
|
-
const matchValue = d1.Decode(helpers, value_1);
|
|
510
|
-
const matchValue_1 = d2.Decode(helpers, value_1);
|
|
511
|
-
const copyOfStruct = matchValue;
|
|
512
|
-
if (copyOfStruct.tag === /* Error */ 1) {
|
|
513
|
-
const er = copyOfStruct.fields[0];
|
|
514
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er);
|
|
515
|
-
}
|
|
516
|
-
else {
|
|
517
|
-
const copyOfStruct_1 = matchValue_1;
|
|
518
|
-
return (copyOfStruct_1.tag === /* Error */ 1) ? ((er_1 = copyOfStruct_1.fields[0], (0, Result_js_1.FSharpResult$2_Error)(er_1))) : ((v1 = copyOfStruct.fields[0], (v2 = copyOfStruct_1.fields[0], (0, Result_js_1.FSharpResult$2_Ok)(ctor(v1, v2)))));
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
};
|
|
522
|
-
}
|
|
523
|
-
function optionalAt(fieldNames, decoder) {
|
|
524
|
-
return {
|
|
525
|
-
Decode(helpers, firstValue) {
|
|
526
|
-
const _arg = (0, List_js_1.fold)((tupledArg, field_1) => {
|
|
527
|
-
const curPath = tupledArg[0];
|
|
528
|
-
const curValue = tupledArg[1];
|
|
529
|
-
const res = tupledArg[2];
|
|
530
|
-
if (res == null) {
|
|
531
|
-
if (helpers.isNullValue(curValue)) {
|
|
532
|
-
return [curPath, curValue, (0, Result_js_1.FSharpResult$2_Ok)(undefined)];
|
|
533
|
-
}
|
|
534
|
-
else if (helpers.isObject(curValue)) {
|
|
535
|
-
if (helpers.hasProperty(field_1, curValue)) {
|
|
536
|
-
return [(curPath + ".") + field_1, helpers.getProperty(field_1, curValue), undefined];
|
|
537
|
-
}
|
|
538
|
-
else {
|
|
539
|
-
return [curPath, curValue, (0, Result_js_1.FSharpResult$2_Ok)(undefined)];
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
else {
|
|
543
|
-
return [curPath, curValue, (0, Result_js_1.FSharpResult$2_Error)([curPath, (0, Types_fs_js_1.ErrorReason$1_BadType)("an object", curValue)])];
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
else {
|
|
547
|
-
return [curPath, curValue, res];
|
|
548
|
-
}
|
|
549
|
-
}, ["", firstValue, undefined], fieldNames);
|
|
550
|
-
if (_arg[2] == null) {
|
|
551
|
-
const lastValue = _arg[1];
|
|
552
|
-
return helpers.isNullValue(lastValue) ? (0, Result_js_1.FSharpResult$2_Ok)(undefined) : decodeMaybeNull(helpers, _arg[0], decoder, lastValue);
|
|
553
|
-
}
|
|
554
|
-
else {
|
|
555
|
-
return (0, Option_js_1.value)(_arg[2]);
|
|
556
|
-
}
|
|
557
|
-
},
|
|
558
|
-
};
|
|
559
|
-
}
|
|
560
|
-
function field(fieldName, decoder) {
|
|
561
|
-
return {
|
|
562
|
-
Decode(helpers, value_1) {
|
|
563
|
-
if (helpers.isObject(value_1)) {
|
|
564
|
-
if (helpers.hasProperty(fieldName, value_1)) {
|
|
565
|
-
const fieldValue = helpers.getProperty(fieldName, value_1);
|
|
566
|
-
const path = "." + fieldName;
|
|
567
|
-
return (0, Result_js_1.Result_MapError)((tupledArg) => Helpers_prependPath(path, tupledArg[0], tupledArg[1]), decoder.Decode(helpers, fieldValue));
|
|
568
|
-
}
|
|
569
|
-
else {
|
|
570
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadField)(("an object with a field named `" + fieldName) + "`", value_1)]);
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
else {
|
|
574
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadType)("an object", value_1)]);
|
|
575
|
-
}
|
|
576
|
-
},
|
|
577
|
-
};
|
|
578
|
-
}
|
|
579
|
-
function at(fieldNames, decoder) {
|
|
580
|
-
return {
|
|
581
|
-
Decode(helpers, firstValue) {
|
|
582
|
-
const _arg = (0, List_js_1.fold)((tupledArg, field_1) => {
|
|
583
|
-
const curPath = tupledArg[0];
|
|
584
|
-
const curValue = tupledArg[1];
|
|
585
|
-
const res = tupledArg[2];
|
|
586
|
-
if (res == null) {
|
|
587
|
-
if (helpers.isNullValue(curValue)) {
|
|
588
|
-
return [curPath, curValue, badPathError(fieldNames, curPath, firstValue)];
|
|
589
|
-
}
|
|
590
|
-
else if (helpers.isObject(curValue)) {
|
|
591
|
-
if (helpers.hasProperty(field_1, curValue)) {
|
|
592
|
-
return [(curPath + ".") + field_1, helpers.getProperty(field_1, curValue), undefined];
|
|
593
|
-
}
|
|
594
|
-
else {
|
|
595
|
-
return [curPath, curValue, badPathError(fieldNames, undefined, firstValue)];
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
else {
|
|
599
|
-
return [curPath, curValue, (0, Result_js_1.FSharpResult$2_Error)([curPath, (0, Types_fs_js_1.ErrorReason$1_BadType)("an object", curValue)])];
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
else {
|
|
603
|
-
return [curPath, curValue, res];
|
|
604
|
-
}
|
|
605
|
-
}, ["", firstValue, undefined], fieldNames);
|
|
606
|
-
return (_arg[2] == null) ? (0, Result_js_1.Result_MapError)((tupledArg_1) => Helpers_prependPath(_arg[0], tupledArg_1[0], tupledArg_1[1]), decoder.Decode(helpers, _arg[1])) : (0, Option_js_1.value)(_arg[2]);
|
|
607
|
-
},
|
|
608
|
-
};
|
|
609
|
-
}
|
|
610
|
-
function index(requestedIndex, decoder) {
|
|
611
|
-
return {
|
|
612
|
-
Decode(helpers, value_1) {
|
|
613
|
-
if (helpers.isArray(value_1)) {
|
|
614
|
-
const vArray = helpers.asArray(value_1);
|
|
615
|
-
const path = (".[" + (0, Util_js_1.int32ToString)(requestedIndex)) + "]";
|
|
616
|
-
return (requestedIndex < vArray.length) ? (0, Result_js_1.Result_MapError)((tupledArg) => Helpers_prependPath(path, tupledArg[0], tupledArg[1]), decoder.Decode(helpers, (0, Array_js_1.item)(requestedIndex, vArray))) : (0, Result_js_1.FSharpResult$2_Error)([path, (0, Types_fs_js_1.ErrorReason$1_TooSmallArray)(((("a longer array. Need index `" + (0, Util_js_1.int32ToString)(requestedIndex)) + "` but there are only `") + (0, Util_js_1.int32ToString)(vArray.length)) + "` entries", value_1)]);
|
|
617
|
-
}
|
|
618
|
-
else {
|
|
619
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an array", value_1)]);
|
|
620
|
-
}
|
|
621
|
-
},
|
|
622
|
-
};
|
|
623
|
-
}
|
|
624
|
-
function option(decoder) {
|
|
625
|
-
return {
|
|
626
|
-
Decode(helpers, value_1) {
|
|
627
|
-
return helpers.isNullValue(value_1) ? (0, Result_js_1.FSharpResult$2_Ok)(undefined) : (0, Result_js_1.Result_Map)(Option_js_1.some, decoder.Decode(helpers, value_1));
|
|
628
|
-
},
|
|
629
|
-
};
|
|
630
|
-
}
|
|
631
|
-
function list(decoder) {
|
|
632
|
-
return {
|
|
633
|
-
Decode(helpers, value_1) {
|
|
634
|
-
let tupledArg;
|
|
635
|
-
if (helpers.isArray(value_1)) {
|
|
636
|
-
const tokens = helpers.asArray(value_1);
|
|
637
|
-
let i = 0;
|
|
638
|
-
let result = (0, List_js_1.empty)();
|
|
639
|
-
let error = undefined;
|
|
640
|
-
while ((i < tokens.length) && (error == null)) {
|
|
641
|
-
const value_2 = (0, Array_js_1.item)(i, tokens);
|
|
642
|
-
const matchValue = decoder.Decode(helpers, value_2);
|
|
643
|
-
if (matchValue.tag === /* Error */ 1) {
|
|
644
|
-
const x = (tupledArg = matchValue.fields[0], Helpers_prependPath((".[" + (0, Util_js_1.int32ToString)(i)) + "]", tupledArg[0], tupledArg[1]));
|
|
645
|
-
error = x;
|
|
646
|
-
}
|
|
647
|
-
else {
|
|
648
|
-
const value_3 = matchValue.fields[0];
|
|
649
|
-
result = (0, List_js_1.append)(result, (0, List_js_1.singleton)(value_3));
|
|
650
|
-
}
|
|
651
|
-
i = ((i + 1) | 0);
|
|
652
|
-
}
|
|
653
|
-
return (error == null) ? (0, Result_js_1.FSharpResult$2_Ok)(result) : (0, Result_js_1.FSharpResult$2_Error)((0, Option_js_1.value)(error));
|
|
654
|
-
}
|
|
655
|
-
else {
|
|
656
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a list", value_1)]);
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
};
|
|
660
|
-
}
|
|
661
|
-
function resizeArray(decoder) {
|
|
662
|
-
return {
|
|
663
|
-
Decode(helpers, value_1) {
|
|
664
|
-
let tupledArg;
|
|
665
|
-
if (helpers.isArray(value_1)) {
|
|
666
|
-
const tokens = helpers.asArray(value_1);
|
|
667
|
-
let i = 0;
|
|
668
|
-
const result = [];
|
|
669
|
-
let error = undefined;
|
|
670
|
-
while ((i < tokens.length) && (error == null)) {
|
|
671
|
-
const value_2 = (0, Array_js_1.item)(i, tokens);
|
|
672
|
-
const matchValue = decoder.Decode(helpers, value_2);
|
|
673
|
-
if (matchValue.tag === /* Error */ 1) {
|
|
674
|
-
const er = matchValue.fields[0];
|
|
675
|
-
error = ((tupledArg = er, Helpers_prependPath((".[" + (0, Util_js_1.int32ToString)(i)) + "]", tupledArg[0], tupledArg[1])));
|
|
676
|
-
}
|
|
677
|
-
else {
|
|
678
|
-
const value_3 = matchValue.fields[0];
|
|
679
|
-
void (result.push(value_3));
|
|
680
|
-
}
|
|
681
|
-
i = ((i + 1) | 0);
|
|
682
|
-
}
|
|
683
|
-
return (error == null) ? (0, Result_js_1.FSharpResult$2_Ok)(Array.from(result)) : (0, Result_js_1.FSharpResult$2_Error)((0, Option_js_1.value)(error));
|
|
684
|
-
}
|
|
685
|
-
else {
|
|
686
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a ResizeArray", value_1)]);
|
|
687
|
-
}
|
|
688
|
-
},
|
|
689
|
-
};
|
|
690
|
-
}
|
|
691
|
-
function seq(decoder) {
|
|
692
|
-
return {
|
|
693
|
-
Decode(helpers, value_1) {
|
|
694
|
-
if (helpers.isArray(value_1)) {
|
|
695
|
-
let i = -1;
|
|
696
|
-
return (0, Result_js_1.Result_Map)(Seq_js_1.reverse, (0, Array_js_1.fold)((acc, value_2) => {
|
|
697
|
-
let tupledArg;
|
|
698
|
-
i = ((i + 1) | 0);
|
|
699
|
-
if (acc.tag === /* Ok */ 0) {
|
|
700
|
-
const acc_1 = acc.fields[0];
|
|
701
|
-
const matchValue = decoder.Decode(helpers, value_2);
|
|
702
|
-
if (matchValue.tag === /* Ok */ 0) {
|
|
703
|
-
return (0, Result_js_1.FSharpResult$2_Ok)((0, Seq_js_1.append)([matchValue.fields[0]], acc_1));
|
|
704
|
-
}
|
|
705
|
-
else {
|
|
706
|
-
return (0, Result_js_1.FSharpResult$2_Error)((tupledArg = matchValue.fields[0], Helpers_prependPath((".[" + (0, Util_js_1.int32ToString)(i)) + "]", tupledArg[0], tupledArg[1])));
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
else {
|
|
710
|
-
return acc;
|
|
711
|
-
}
|
|
712
|
-
}, (0, Result_js_1.FSharpResult$2_Ok)([]), helpers.asArray(value_1)));
|
|
713
|
-
}
|
|
714
|
-
else {
|
|
715
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("a seq", value_1)]);
|
|
716
|
-
}
|
|
717
|
-
},
|
|
718
|
-
};
|
|
719
|
-
}
|
|
720
|
-
function array(decoder) {
|
|
721
|
-
return {
|
|
722
|
-
Decode(helpers, value_1) {
|
|
723
|
-
if (helpers.isArray(value_1)) {
|
|
724
|
-
let i = -1;
|
|
725
|
-
const tokens = helpers.asArray(value_1);
|
|
726
|
-
return (0, Array_js_1.fold)((acc, value_2) => {
|
|
727
|
-
let tupledArg;
|
|
728
|
-
i = ((i + 1) | 0);
|
|
729
|
-
if (acc.tag === /* Ok */ 0) {
|
|
730
|
-
const acc_1 = acc.fields[0];
|
|
731
|
-
const matchValue = decoder.Decode(helpers, value_2);
|
|
732
|
-
if (matchValue.tag === /* Ok */ 0) {
|
|
733
|
-
const value_3 = matchValue.fields[0];
|
|
734
|
-
(0, Array_js_1.setItem)(acc_1, i, value_3);
|
|
735
|
-
return (0, Result_js_1.FSharpResult$2_Ok)(acc_1);
|
|
736
|
-
}
|
|
737
|
-
else {
|
|
738
|
-
return (0, Result_js_1.FSharpResult$2_Error)((tupledArg = matchValue.fields[0], Helpers_prependPath((".[" + (0, Util_js_1.int32ToString)(i)) + "]", tupledArg[0], tupledArg[1])));
|
|
739
|
-
}
|
|
740
|
-
}
|
|
741
|
-
else {
|
|
742
|
-
return acc;
|
|
743
|
-
}
|
|
744
|
-
}, (0, Result_js_1.FSharpResult$2_Ok)((0, Array_js_1.fill)(new Array(tokens.length), 0, tokens.length, null)), tokens);
|
|
745
|
-
}
|
|
746
|
-
else {
|
|
747
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an array", value_1)]);
|
|
748
|
-
}
|
|
749
|
-
},
|
|
750
|
-
};
|
|
751
|
-
}
|
|
752
|
-
exports.keys = {
|
|
753
|
-
Decode(helpers, value_1) {
|
|
754
|
-
return helpers.isObject(value_1) ? (0, Result_js_1.FSharpResult$2_Ok)((0, List_js_1.ofSeq)(helpers.getProperties(value_1))) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("an object", value_1)]);
|
|
755
|
-
},
|
|
756
|
-
};
|
|
757
|
-
function keyValuePairs(decoder) {
|
|
758
|
-
return {
|
|
759
|
-
Decode(helpers, value_1) {
|
|
760
|
-
const matchValue = exports.keys.Decode(helpers, value_1);
|
|
761
|
-
return (matchValue.tag === /* Error */ 1) ? (0, Result_js_1.FSharpResult$2_Error)(matchValue.fields[0]) : (0, Result_js_1.Result_Map)(List_js_1.reverse, (0, List_js_1.fold)((acc, prop) => {
|
|
762
|
-
if (acc.tag === /* Ok */ 0) {
|
|
763
|
-
const acc_1 = acc.fields[0];
|
|
764
|
-
const fieldValue = helpers.getProperty(prop, value_1);
|
|
765
|
-
const matchValue_1 = decoder.Decode(helpers, fieldValue);
|
|
766
|
-
if (matchValue_1.tag === /* Ok */ 0) {
|
|
767
|
-
return (0, Result_js_1.FSharpResult$2_Ok)((0, List_js_1.cons)([prop, matchValue_1.fields[0]], acc_1));
|
|
768
|
-
}
|
|
769
|
-
else {
|
|
770
|
-
return (0, Result_js_1.FSharpResult$2_Error)(matchValue_1.fields[0]);
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
else {
|
|
774
|
-
return acc;
|
|
775
|
-
}
|
|
776
|
-
}, (0, Result_js_1.FSharpResult$2_Ok)((0, List_js_1.empty)()), matchValue.fields[0]));
|
|
777
|
-
},
|
|
778
|
-
};
|
|
779
|
-
}
|
|
780
|
-
function oneOf(decoders) {
|
|
781
|
-
return {
|
|
782
|
-
Decode(helpers, value_1) {
|
|
783
|
-
const runner = (decoders_1_mut, errors_mut) => {
|
|
784
|
-
runner: while (true) {
|
|
785
|
-
const decoders_1 = decoders_1_mut, errors = errors_mut;
|
|
786
|
-
if ((0, List_js_1.isEmpty)(decoders_1)) {
|
|
787
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadOneOf)(errors)]);
|
|
788
|
-
}
|
|
789
|
-
else {
|
|
790
|
-
const matchValue = (0, List_js_1.head)(decoders_1).Decode(helpers, value_1);
|
|
791
|
-
if (matchValue.tag === /* Error */ 1) {
|
|
792
|
-
decoders_1_mut = (0, List_js_1.tail)(decoders_1);
|
|
793
|
-
errors_mut = (0, List_js_1.append)(errors, (0, List_js_1.singleton)(matchValue.fields[0]));
|
|
794
|
-
continue runner;
|
|
795
|
-
}
|
|
796
|
-
else {
|
|
797
|
-
return (0, Result_js_1.FSharpResult$2_Ok)(matchValue.fields[0]);
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
|
-
break;
|
|
801
|
-
}
|
|
802
|
-
};
|
|
803
|
-
return runner(decoders, (0, List_js_1.empty)());
|
|
804
|
-
},
|
|
805
|
-
};
|
|
806
|
-
}
|
|
807
|
-
function nil(output) {
|
|
808
|
-
return {
|
|
809
|
-
Decode(helpers, value_1) {
|
|
810
|
-
return helpers.isNullValue(value_1) ? (0, Result_js_1.FSharpResult$2_Ok)(output) : (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadPrimitive)("null", value_1)]);
|
|
811
|
-
},
|
|
812
|
-
};
|
|
813
|
-
}
|
|
814
|
-
function value(_arg, v) {
|
|
815
|
-
return (0, Result_js_1.FSharpResult$2_Ok)(v);
|
|
816
|
-
}
|
|
817
|
-
function succeed(output) {
|
|
818
|
-
return {
|
|
819
|
-
Decode(_arg, _arg_1) {
|
|
820
|
-
return (0, Result_js_1.FSharpResult$2_Ok)(output);
|
|
821
|
-
},
|
|
822
|
-
};
|
|
823
|
-
}
|
|
824
|
-
function fail(msg) {
|
|
825
|
-
return {
|
|
826
|
-
Decode(_arg, _arg_1) {
|
|
827
|
-
return (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_FailMessage)(msg)]);
|
|
828
|
-
},
|
|
829
|
-
};
|
|
830
|
-
}
|
|
831
|
-
function andThen(cb, decoder) {
|
|
832
|
-
return {
|
|
833
|
-
Decode(helpers, value_1) {
|
|
834
|
-
const matchValue = decoder.Decode(helpers, value_1);
|
|
835
|
-
if (matchValue.tag === /* Ok */ 0) {
|
|
836
|
-
const result = matchValue.fields[0];
|
|
837
|
-
return cb(result).Decode(helpers, value_1);
|
|
838
|
-
}
|
|
839
|
-
else {
|
|
840
|
-
return (0, Result_js_1.FSharpResult$2_Error)(matchValue.fields[0]);
|
|
841
|
-
}
|
|
842
|
-
},
|
|
843
|
-
};
|
|
844
|
-
}
|
|
845
|
-
function all(decoders) {
|
|
846
|
-
return {
|
|
847
|
-
Decode(helpers, value_1) {
|
|
848
|
-
const runner = (decoders_1_mut, values_mut) => {
|
|
849
|
-
runner: while (true) {
|
|
850
|
-
const decoders_1 = decoders_1_mut, values = values_mut;
|
|
851
|
-
if ((0, List_js_1.isEmpty)(decoders_1)) {
|
|
852
|
-
return (0, Result_js_1.FSharpResult$2_Ok)(values);
|
|
853
|
-
}
|
|
854
|
-
else {
|
|
855
|
-
const matchValue = (0, List_js_1.head)(decoders_1).Decode(helpers, value_1);
|
|
856
|
-
if (matchValue.tag === /* Error */ 1) {
|
|
857
|
-
return (0, Result_js_1.FSharpResult$2_Error)(matchValue.fields[0]);
|
|
858
|
-
}
|
|
859
|
-
else {
|
|
860
|
-
decoders_1_mut = (0, List_js_1.tail)(decoders_1);
|
|
861
|
-
values_mut = (0, List_js_1.append)(values, (0, List_js_1.singleton)(matchValue.fields[0]));
|
|
862
|
-
continue runner;
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
break;
|
|
866
|
-
}
|
|
867
|
-
};
|
|
868
|
-
return runner(decoders, (0, List_js_1.empty)());
|
|
869
|
-
},
|
|
870
|
-
};
|
|
871
|
-
}
|
|
872
|
-
function map(ctor, d1) {
|
|
873
|
-
return {
|
|
874
|
-
Decode(helpers, value_1) {
|
|
875
|
-
const matchValue = d1.Decode(helpers, value_1);
|
|
876
|
-
return (matchValue.tag === /* Error */ 1) ? (0, Result_js_1.FSharpResult$2_Error)(matchValue.fields[0]) : (0, Result_js_1.FSharpResult$2_Ok)(ctor(matchValue.fields[0]));
|
|
877
|
-
},
|
|
878
|
-
};
|
|
879
|
-
}
|
|
880
|
-
function map3(ctor, d1, d2, d3) {
|
|
881
|
-
return {
|
|
882
|
-
Decode(helpers, value_1) {
|
|
883
|
-
let er_2, v1, v2, v3;
|
|
884
|
-
const matchValue = d1.Decode(helpers, value_1);
|
|
885
|
-
const matchValue_1 = d2.Decode(helpers, value_1);
|
|
886
|
-
const matchValue_2 = d3.Decode(helpers, value_1);
|
|
887
|
-
const copyOfStruct = matchValue;
|
|
888
|
-
if (copyOfStruct.tag === /* Error */ 1) {
|
|
889
|
-
const er = copyOfStruct.fields[0];
|
|
890
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er);
|
|
891
|
-
}
|
|
892
|
-
else {
|
|
893
|
-
const copyOfStruct_1 = matchValue_1;
|
|
894
|
-
if (copyOfStruct_1.tag === /* Error */ 1) {
|
|
895
|
-
const er_1 = copyOfStruct_1.fields[0];
|
|
896
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_1);
|
|
897
|
-
}
|
|
898
|
-
else {
|
|
899
|
-
const copyOfStruct_2 = matchValue_2;
|
|
900
|
-
return (copyOfStruct_2.tag === /* Error */ 1) ? ((er_2 = copyOfStruct_2.fields[0], (0, Result_js_1.FSharpResult$2_Error)(er_2))) : ((v1 = copyOfStruct.fields[0], (v2 = copyOfStruct_1.fields[0], (v3 = copyOfStruct_2.fields[0], (0, Result_js_1.FSharpResult$2_Ok)(ctor(v1, v2, v3))))));
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
};
|
|
905
|
-
}
|
|
906
|
-
function map4(ctor, d1, d2, d3, d4) {
|
|
907
|
-
return {
|
|
908
|
-
Decode(helpers, value_1) {
|
|
909
|
-
let er_3, v1, v2, v3, v4;
|
|
910
|
-
const matchValue = d1.Decode(helpers, value_1);
|
|
911
|
-
const matchValue_1 = d2.Decode(helpers, value_1);
|
|
912
|
-
const matchValue_2 = d3.Decode(helpers, value_1);
|
|
913
|
-
const matchValue_3 = d4.Decode(helpers, value_1);
|
|
914
|
-
const copyOfStruct = matchValue;
|
|
915
|
-
if (copyOfStruct.tag === /* Error */ 1) {
|
|
916
|
-
const er = copyOfStruct.fields[0];
|
|
917
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er);
|
|
918
|
-
}
|
|
919
|
-
else {
|
|
920
|
-
const copyOfStruct_1 = matchValue_1;
|
|
921
|
-
if (copyOfStruct_1.tag === /* Error */ 1) {
|
|
922
|
-
const er_1 = copyOfStruct_1.fields[0];
|
|
923
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_1);
|
|
924
|
-
}
|
|
925
|
-
else {
|
|
926
|
-
const copyOfStruct_2 = matchValue_2;
|
|
927
|
-
if (copyOfStruct_2.tag === /* Error */ 1) {
|
|
928
|
-
const er_2 = copyOfStruct_2.fields[0];
|
|
929
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_2);
|
|
930
|
-
}
|
|
931
|
-
else {
|
|
932
|
-
const copyOfStruct_3 = matchValue_3;
|
|
933
|
-
return (copyOfStruct_3.tag === /* Error */ 1) ? ((er_3 = copyOfStruct_3.fields[0], (0, Result_js_1.FSharpResult$2_Error)(er_3))) : ((v1 = copyOfStruct.fields[0], (v2 = copyOfStruct_1.fields[0], (v3 = copyOfStruct_2.fields[0], (v4 = copyOfStruct_3.fields[0], (0, Result_js_1.FSharpResult$2_Ok)(ctor(v1, v2, v3, v4)))))));
|
|
934
|
-
}
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
},
|
|
938
|
-
};
|
|
939
|
-
}
|
|
940
|
-
function map5(ctor, d1, d2, d3, d4, d5) {
|
|
941
|
-
return {
|
|
942
|
-
Decode(helpers, value_1) {
|
|
943
|
-
let er_4, v1, v2, v3, v4, v5;
|
|
944
|
-
const matchValue = d1.Decode(helpers, value_1);
|
|
945
|
-
const matchValue_1 = d2.Decode(helpers, value_1);
|
|
946
|
-
const matchValue_2 = d3.Decode(helpers, value_1);
|
|
947
|
-
const matchValue_3 = d4.Decode(helpers, value_1);
|
|
948
|
-
const matchValue_4 = d5.Decode(helpers, value_1);
|
|
949
|
-
const copyOfStruct = matchValue;
|
|
950
|
-
if (copyOfStruct.tag === /* Error */ 1) {
|
|
951
|
-
const er = copyOfStruct.fields[0];
|
|
952
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er);
|
|
953
|
-
}
|
|
954
|
-
else {
|
|
955
|
-
const copyOfStruct_1 = matchValue_1;
|
|
956
|
-
if (copyOfStruct_1.tag === /* Error */ 1) {
|
|
957
|
-
const er_1 = copyOfStruct_1.fields[0];
|
|
958
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_1);
|
|
959
|
-
}
|
|
960
|
-
else {
|
|
961
|
-
const copyOfStruct_2 = matchValue_2;
|
|
962
|
-
if (copyOfStruct_2.tag === /* Error */ 1) {
|
|
963
|
-
const er_2 = copyOfStruct_2.fields[0];
|
|
964
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_2);
|
|
965
|
-
}
|
|
966
|
-
else {
|
|
967
|
-
const copyOfStruct_3 = matchValue_3;
|
|
968
|
-
if (copyOfStruct_3.tag === /* Error */ 1) {
|
|
969
|
-
const er_3 = copyOfStruct_3.fields[0];
|
|
970
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_3);
|
|
971
|
-
}
|
|
972
|
-
else {
|
|
973
|
-
const copyOfStruct_4 = matchValue_4;
|
|
974
|
-
return (copyOfStruct_4.tag === /* Error */ 1) ? ((er_4 = copyOfStruct_4.fields[0], (0, Result_js_1.FSharpResult$2_Error)(er_4))) : ((v1 = copyOfStruct.fields[0], (v2 = copyOfStruct_1.fields[0], (v3 = copyOfStruct_2.fields[0], (v4 = copyOfStruct_3.fields[0], (v5 = copyOfStruct_4.fields[0], (0, Result_js_1.FSharpResult$2_Ok)(ctor(v1, v2, v3, v4, v5))))))));
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
};
|
|
981
|
-
}
|
|
982
|
-
function map6(ctor, d1, d2, d3, d4, d5, d6) {
|
|
983
|
-
return {
|
|
984
|
-
Decode(helpers, value_1) {
|
|
985
|
-
let er_5, v1, v2, v3, v4, v5, v6;
|
|
986
|
-
const matchValue = d1.Decode(helpers, value_1);
|
|
987
|
-
const matchValue_1 = d2.Decode(helpers, value_1);
|
|
988
|
-
const matchValue_2 = d3.Decode(helpers, value_1);
|
|
989
|
-
const matchValue_3 = d4.Decode(helpers, value_1);
|
|
990
|
-
const matchValue_4 = d5.Decode(helpers, value_1);
|
|
991
|
-
const matchValue_5 = d6.Decode(helpers, value_1);
|
|
992
|
-
const copyOfStruct = matchValue;
|
|
993
|
-
if (copyOfStruct.tag === /* Error */ 1) {
|
|
994
|
-
const er = copyOfStruct.fields[0];
|
|
995
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er);
|
|
996
|
-
}
|
|
997
|
-
else {
|
|
998
|
-
const copyOfStruct_1 = matchValue_1;
|
|
999
|
-
if (copyOfStruct_1.tag === /* Error */ 1) {
|
|
1000
|
-
const er_1 = copyOfStruct_1.fields[0];
|
|
1001
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_1);
|
|
1002
|
-
}
|
|
1003
|
-
else {
|
|
1004
|
-
const copyOfStruct_2 = matchValue_2;
|
|
1005
|
-
if (copyOfStruct_2.tag === /* Error */ 1) {
|
|
1006
|
-
const er_2 = copyOfStruct_2.fields[0];
|
|
1007
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_2);
|
|
1008
|
-
}
|
|
1009
|
-
else {
|
|
1010
|
-
const copyOfStruct_3 = matchValue_3;
|
|
1011
|
-
if (copyOfStruct_3.tag === /* Error */ 1) {
|
|
1012
|
-
const er_3 = copyOfStruct_3.fields[0];
|
|
1013
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_3);
|
|
1014
|
-
}
|
|
1015
|
-
else {
|
|
1016
|
-
const copyOfStruct_4 = matchValue_4;
|
|
1017
|
-
if (copyOfStruct_4.tag === /* Error */ 1) {
|
|
1018
|
-
const er_4 = copyOfStruct_4.fields[0];
|
|
1019
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_4);
|
|
1020
|
-
}
|
|
1021
|
-
else {
|
|
1022
|
-
const copyOfStruct_5 = matchValue_5;
|
|
1023
|
-
return (copyOfStruct_5.tag === /* Error */ 1) ? ((er_5 = copyOfStruct_5.fields[0], (0, Result_js_1.FSharpResult$2_Error)(er_5))) : ((v1 = copyOfStruct.fields[0], (v2 = copyOfStruct_1.fields[0], (v3 = copyOfStruct_2.fields[0], (v4 = copyOfStruct_3.fields[0], (v5 = copyOfStruct_4.fields[0], (v6 = copyOfStruct_5.fields[0], (0, Result_js_1.FSharpResult$2_Ok)(ctor(v1, v2, v3, v4, v5, v6)))))))));
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
};
|
|
1031
|
-
}
|
|
1032
|
-
function map7(ctor, d1, d2, d3, d4, d5, d6, d7) {
|
|
1033
|
-
return {
|
|
1034
|
-
Decode(helpers, value_1) {
|
|
1035
|
-
let er_6, v1, v2, v3, v4, v5, v6, v7;
|
|
1036
|
-
const matchValue = d1.Decode(helpers, value_1);
|
|
1037
|
-
const matchValue_1 = d2.Decode(helpers, value_1);
|
|
1038
|
-
const matchValue_2 = d3.Decode(helpers, value_1);
|
|
1039
|
-
const matchValue_3 = d4.Decode(helpers, value_1);
|
|
1040
|
-
const matchValue_4 = d5.Decode(helpers, value_1);
|
|
1041
|
-
const matchValue_5 = d6.Decode(helpers, value_1);
|
|
1042
|
-
const matchValue_6 = d7.Decode(helpers, value_1);
|
|
1043
|
-
const copyOfStruct = matchValue;
|
|
1044
|
-
if (copyOfStruct.tag === /* Error */ 1) {
|
|
1045
|
-
const er = copyOfStruct.fields[0];
|
|
1046
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er);
|
|
1047
|
-
}
|
|
1048
|
-
else {
|
|
1049
|
-
const copyOfStruct_1 = matchValue_1;
|
|
1050
|
-
if (copyOfStruct_1.tag === /* Error */ 1) {
|
|
1051
|
-
const er_1 = copyOfStruct_1.fields[0];
|
|
1052
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_1);
|
|
1053
|
-
}
|
|
1054
|
-
else {
|
|
1055
|
-
const copyOfStruct_2 = matchValue_2;
|
|
1056
|
-
if (copyOfStruct_2.tag === /* Error */ 1) {
|
|
1057
|
-
const er_2 = copyOfStruct_2.fields[0];
|
|
1058
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_2);
|
|
1059
|
-
}
|
|
1060
|
-
else {
|
|
1061
|
-
const copyOfStruct_3 = matchValue_3;
|
|
1062
|
-
if (copyOfStruct_3.tag === /* Error */ 1) {
|
|
1063
|
-
const er_3 = copyOfStruct_3.fields[0];
|
|
1064
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_3);
|
|
1065
|
-
}
|
|
1066
|
-
else {
|
|
1067
|
-
const copyOfStruct_4 = matchValue_4;
|
|
1068
|
-
if (copyOfStruct_4.tag === /* Error */ 1) {
|
|
1069
|
-
const er_4 = copyOfStruct_4.fields[0];
|
|
1070
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_4);
|
|
1071
|
-
}
|
|
1072
|
-
else {
|
|
1073
|
-
const copyOfStruct_5 = matchValue_5;
|
|
1074
|
-
if (copyOfStruct_5.tag === /* Error */ 1) {
|
|
1075
|
-
const er_5 = copyOfStruct_5.fields[0];
|
|
1076
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_5);
|
|
1077
|
-
}
|
|
1078
|
-
else {
|
|
1079
|
-
const copyOfStruct_6 = matchValue_6;
|
|
1080
|
-
return (copyOfStruct_6.tag === /* Error */ 1) ? ((er_6 = copyOfStruct_6.fields[0], (0, Result_js_1.FSharpResult$2_Error)(er_6))) : ((v1 = copyOfStruct.fields[0], (v2 = copyOfStruct_1.fields[0], (v3 = copyOfStruct_2.fields[0], (v4 = copyOfStruct_3.fields[0], (v5 = copyOfStruct_4.fields[0], (v6 = copyOfStruct_5.fields[0], (v7 = copyOfStruct_6.fields[0], (0, Result_js_1.FSharpResult$2_Ok)(ctor(v1, v2, v3, v4, v5, v6, v7))))))))));
|
|
1081
|
-
}
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
};
|
|
1089
|
-
}
|
|
1090
|
-
function map8(ctor, d1, d2, d3, d4, d5, d6, d7, d8) {
|
|
1091
|
-
return {
|
|
1092
|
-
Decode(helpers, value_1) {
|
|
1093
|
-
let er_7, v1, v2, v3, v4, v5, v6, v7, v8;
|
|
1094
|
-
const matchValue = d1.Decode(helpers, value_1);
|
|
1095
|
-
const matchValue_1 = d2.Decode(helpers, value_1);
|
|
1096
|
-
const matchValue_2 = d3.Decode(helpers, value_1);
|
|
1097
|
-
const matchValue_3 = d4.Decode(helpers, value_1);
|
|
1098
|
-
const matchValue_4 = d5.Decode(helpers, value_1);
|
|
1099
|
-
const matchValue_5 = d6.Decode(helpers, value_1);
|
|
1100
|
-
const matchValue_6 = d7.Decode(helpers, value_1);
|
|
1101
|
-
const matchValue_7 = d8.Decode(helpers, value_1);
|
|
1102
|
-
const copyOfStruct = matchValue;
|
|
1103
|
-
if (copyOfStruct.tag === /* Error */ 1) {
|
|
1104
|
-
const er = copyOfStruct.fields[0];
|
|
1105
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er);
|
|
1106
|
-
}
|
|
1107
|
-
else {
|
|
1108
|
-
const copyOfStruct_1 = matchValue_1;
|
|
1109
|
-
if (copyOfStruct_1.tag === /* Error */ 1) {
|
|
1110
|
-
const er_1 = copyOfStruct_1.fields[0];
|
|
1111
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_1);
|
|
1112
|
-
}
|
|
1113
|
-
else {
|
|
1114
|
-
const copyOfStruct_2 = matchValue_2;
|
|
1115
|
-
if (copyOfStruct_2.tag === /* Error */ 1) {
|
|
1116
|
-
const er_2 = copyOfStruct_2.fields[0];
|
|
1117
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_2);
|
|
1118
|
-
}
|
|
1119
|
-
else {
|
|
1120
|
-
const copyOfStruct_3 = matchValue_3;
|
|
1121
|
-
if (copyOfStruct_3.tag === /* Error */ 1) {
|
|
1122
|
-
const er_3 = copyOfStruct_3.fields[0];
|
|
1123
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_3);
|
|
1124
|
-
}
|
|
1125
|
-
else {
|
|
1126
|
-
const copyOfStruct_4 = matchValue_4;
|
|
1127
|
-
if (copyOfStruct_4.tag === /* Error */ 1) {
|
|
1128
|
-
const er_4 = copyOfStruct_4.fields[0];
|
|
1129
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_4);
|
|
1130
|
-
}
|
|
1131
|
-
else {
|
|
1132
|
-
const copyOfStruct_5 = matchValue_5;
|
|
1133
|
-
if (copyOfStruct_5.tag === /* Error */ 1) {
|
|
1134
|
-
const er_5 = copyOfStruct_5.fields[0];
|
|
1135
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_5);
|
|
1136
|
-
}
|
|
1137
|
-
else {
|
|
1138
|
-
const copyOfStruct_6 = matchValue_6;
|
|
1139
|
-
if (copyOfStruct_6.tag === /* Error */ 1) {
|
|
1140
|
-
const er_6 = copyOfStruct_6.fields[0];
|
|
1141
|
-
return (0, Result_js_1.FSharpResult$2_Error)(er_6);
|
|
1142
|
-
}
|
|
1143
|
-
else {
|
|
1144
|
-
const copyOfStruct_7 = matchValue_7;
|
|
1145
|
-
return (copyOfStruct_7.tag === /* Error */ 1) ? ((er_7 = copyOfStruct_7.fields[0], (0, Result_js_1.FSharpResult$2_Error)(er_7))) : ((v1 = copyOfStruct.fields[0], (v2 = copyOfStruct_1.fields[0], (v3 = copyOfStruct_2.fields[0], (v4 = copyOfStruct_3.fields[0], (v5 = copyOfStruct_4.fields[0], (v6 = copyOfStruct_5.fields[0], (v7 = copyOfStruct_6.fields[0], (v8 = copyOfStruct_7.fields[0], (0, Result_js_1.FSharpResult$2_Ok)(ctor(v1, v2, v3, v4, v5, v6, v7, v8)))))))))));
|
|
1146
|
-
}
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1153
|
-
},
|
|
1154
|
-
};
|
|
1155
|
-
}
|
|
1156
|
-
/**
|
|
1157
|
-
* Allow to incrementally apply a decoder, for building large objects.
|
|
1158
|
-
*/
|
|
1159
|
-
function andMap() {
|
|
1160
|
-
return (d) => ((d_1) => map2((arg, func) => func(arg), d, d_1));
|
|
1161
|
-
}
|
|
1162
|
-
function unwrapWith(errors, helpers, decoder, value_1) {
|
|
1163
|
-
const matchValue = decoder.Decode(helpers, value_1);
|
|
1164
|
-
if (matchValue.tag === /* Error */ 1) {
|
|
1165
|
-
const er = matchValue.fields[0];
|
|
1166
|
-
void (errors.push(er));
|
|
1167
|
-
return (0, Util_js_1.defaultOf)();
|
|
1168
|
-
}
|
|
1169
|
-
else {
|
|
1170
|
-
return matchValue.fields[0];
|
|
1171
|
-
}
|
|
1172
|
-
}
|
|
1173
|
-
class Getters$2 {
|
|
1174
|
-
constructor(helpers, value_1) {
|
|
1175
|
-
let _this, _this_1;
|
|
1176
|
-
this.errors = [];
|
|
1177
|
-
this.required = ((_this = this, {
|
|
1178
|
-
Field(fieldName, decoder) {
|
|
1179
|
-
return unwrapWith(_this.errors, helpers, field(fieldName, decoder), value_1);
|
|
1180
|
-
},
|
|
1181
|
-
At(fieldNames, decoder_1) {
|
|
1182
|
-
return unwrapWith(_this.errors, helpers, at(fieldNames, decoder_1), value_1);
|
|
1183
|
-
},
|
|
1184
|
-
Raw(decoder_2) {
|
|
1185
|
-
return unwrapWith(_this.errors, helpers, decoder_2, value_1);
|
|
1186
|
-
},
|
|
1187
|
-
}));
|
|
1188
|
-
this.optional = ((_this_1 = this, {
|
|
1189
|
-
Field(fieldName_1, decoder_3) {
|
|
1190
|
-
return unwrapWith(_this_1.errors, helpers, optional(fieldName_1, decoder_3), value_1);
|
|
1191
|
-
},
|
|
1192
|
-
At(fieldNames_1, decoder_4) {
|
|
1193
|
-
return unwrapWith(_this_1.errors, helpers, optionalAt(fieldNames_1, decoder_4), value_1);
|
|
1194
|
-
},
|
|
1195
|
-
Raw(decoder_5) {
|
|
1196
|
-
const matchValue = decoder_5.Decode(helpers, value_1);
|
|
1197
|
-
if (matchValue.tag === /* Error */ 1) {
|
|
1198
|
-
const reason = matchValue.fields[0][1];
|
|
1199
|
-
const error = matchValue.fields[0];
|
|
1200
|
-
let matchResult, v_1;
|
|
1201
|
-
switch (reason.tag) {
|
|
1202
|
-
case /* BadField */ 3:
|
|
1203
|
-
case /* BadPath */ 4: {
|
|
1204
|
-
matchResult = 1;
|
|
1205
|
-
break;
|
|
1206
|
-
}
|
|
1207
|
-
case /* TooSmallArray */ 5:
|
|
1208
|
-
case /* FailMessage */ 6:
|
|
1209
|
-
case /* BadOneOf */ 7: {
|
|
1210
|
-
matchResult = 2;
|
|
1211
|
-
break;
|
|
1212
|
-
}
|
|
1213
|
-
case /* BadPrimitiveExtra */ 1: {
|
|
1214
|
-
matchResult = 0;
|
|
1215
|
-
v_1 = reason.fields[1];
|
|
1216
|
-
break;
|
|
1217
|
-
}
|
|
1218
|
-
case /* BadType */ 2: {
|
|
1219
|
-
matchResult = 0;
|
|
1220
|
-
v_1 = reason.fields[1];
|
|
1221
|
-
break;
|
|
1222
|
-
}
|
|
1223
|
-
default: {
|
|
1224
|
-
matchResult = 0;
|
|
1225
|
-
v_1 = reason.fields[1];
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
switch (matchResult) {
|
|
1229
|
-
case 0:
|
|
1230
|
-
if (helpers.isNullValue(v_1)) {
|
|
1231
|
-
return undefined;
|
|
1232
|
-
}
|
|
1233
|
-
else {
|
|
1234
|
-
void (_this_1.errors.push(error));
|
|
1235
|
-
return (0, Util_js_1.defaultOf)();
|
|
1236
|
-
}
|
|
1237
|
-
case 1:
|
|
1238
|
-
return undefined;
|
|
1239
|
-
default: {
|
|
1240
|
-
void (_this_1.errors.push(error));
|
|
1241
|
-
return (0, Util_js_1.defaultOf)();
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
}
|
|
1245
|
-
else {
|
|
1246
|
-
return (0, Option_js_1.some)(matchValue.fields[0]);
|
|
1247
|
-
}
|
|
1248
|
-
},
|
|
1249
|
-
}));
|
|
1250
|
-
}
|
|
1251
|
-
get Required() {
|
|
1252
|
-
const __ = this;
|
|
1253
|
-
return __.required;
|
|
1254
|
-
}
|
|
1255
|
-
get Optional() {
|
|
1256
|
-
const __ = this;
|
|
1257
|
-
return __.optional;
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
exports.Getters$2 = Getters$2;
|
|
1261
|
-
function Getters$2_$reflection(gen0, gen1) {
|
|
1262
|
-
return (0, Reflection_js_1.class_type)("Thoth.Json.Core.Decode.Getters`2", [gen0, gen1], Getters$2);
|
|
1263
|
-
}
|
|
1264
|
-
function Getters$2_$ctor_Z4BE6C149(helpers, value_1) {
|
|
1265
|
-
return new Getters$2(helpers, value_1);
|
|
1266
|
-
}
|
|
1267
|
-
function Getters$2__get_Errors(__) {
|
|
1268
|
-
return (0, Seq_js_1.toList)(__.errors);
|
|
1269
|
-
}
|
|
1270
|
-
function object(builder) {
|
|
1271
|
-
return {
|
|
1272
|
-
Decode(helpers, value_1) {
|
|
1273
|
-
const getters = Getters$2_$ctor_Z4BE6C149(helpers, value_1);
|
|
1274
|
-
const result = builder(getters);
|
|
1275
|
-
const matchValue = Getters$2__get_Errors(getters);
|
|
1276
|
-
if (!(0, List_js_1.isEmpty)(matchValue)) {
|
|
1277
|
-
const errors = matchValue;
|
|
1278
|
-
return ((0, List_js_1.length)(errors) > 1) ? (0, Result_js_1.FSharpResult$2_Error)(["", (0, Types_fs_js_1.ErrorReason$1_BadOneOf)(errors)]) : (0, Result_js_1.FSharpResult$2_Error)((0, List_js_1.head)(matchValue));
|
|
1279
|
-
}
|
|
1280
|
-
else {
|
|
1281
|
-
return (0, Result_js_1.FSharpResult$2_Ok)(result);
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
};
|
|
1285
|
-
}
|
|
1286
|
-
function tuple2(decoder1, decoder2) {
|
|
1287
|
-
return andThen((v1) => andThen((v2) => succeed([v1, v2]), index(1, decoder2)), index(0, decoder1));
|
|
1288
|
-
}
|
|
1289
|
-
function tuple3(decoder1, decoder2, decoder3) {
|
|
1290
|
-
return andThen((v1) => andThen((v2) => andThen((v3) => succeed([v1, v2, v3]), index(2, decoder3)), index(1, decoder2)), index(0, decoder1));
|
|
1291
|
-
}
|
|
1292
|
-
function tuple4(decoder1, decoder2, decoder3, decoder4) {
|
|
1293
|
-
return andThen((v1) => andThen((v2) => andThen((v3) => andThen((v4) => succeed([v1, v2, v3, v4]), index(3, decoder4)), index(2, decoder3)), index(1, decoder2)), index(0, decoder1));
|
|
1294
|
-
}
|
|
1295
|
-
function tuple5(decoder1, decoder2, decoder3, decoder4, decoder5) {
|
|
1296
|
-
return andThen((v1) => andThen((v2) => andThen((v3) => andThen((v4) => andThen((v5) => succeed([v1, v2, v3, v4, v5]), index(4, decoder5)), index(3, decoder4)), index(2, decoder3)), index(1, decoder2)), index(0, decoder1));
|
|
1297
|
-
}
|
|
1298
|
-
function tuple6(decoder1, decoder2, decoder3, decoder4, decoder5, decoder6) {
|
|
1299
|
-
return andThen((v1) => andThen((v2) => andThen((v3) => andThen((v4) => andThen((v5) => andThen((v6) => succeed([v1, v2, v3, v4, v5, v6]), index(5, decoder6)), index(4, decoder5)), index(3, decoder4)), index(2, decoder3)), index(1, decoder2)), index(0, decoder1));
|
|
1300
|
-
}
|
|
1301
|
-
function tuple7(decoder1, decoder2, decoder3, decoder4, decoder5, decoder6, decoder7) {
|
|
1302
|
-
return andThen((v1) => andThen((v2) => andThen((v3) => andThen((v4) => andThen((v5) => andThen((v6) => andThen((v7) => succeed([v1, v2, v3, v4, v5, v6, v7]), index(6, decoder7)), index(5, decoder6)), index(4, decoder5)), index(3, decoder4)), index(2, decoder3)), index(1, decoder2)), index(0, decoder1));
|
|
1303
|
-
}
|
|
1304
|
-
function tuple8(decoder1, decoder2, decoder3, decoder4, decoder5, decoder6, decoder7, decoder8) {
|
|
1305
|
-
return andThen((v1) => andThen((v2) => andThen((v3) => andThen((v4) => andThen((v5) => andThen((v6) => andThen((v7) => andThen((v8) => succeed([v1, v2, v3, v4, v5, v6, v7, v8]), index(7, decoder8)), index(6, decoder7)), index(5, decoder6)), index(4, decoder5)), index(3, decoder4)), index(2, decoder3)), index(1, decoder2)), index(0, decoder1));
|
|
1306
|
-
}
|
|
1307
|
-
function dict(decoder) {
|
|
1308
|
-
return map((elements) => (0, Map_js_1.ofList)(elements, {
|
|
1309
|
-
Compare: Util_js_1.comparePrimitives,
|
|
1310
|
-
}), keyValuePairs(decoder));
|
|
1311
|
-
}
|
|
1312
|
-
function map$0027(keyDecoder, valueDecoder) {
|
|
1313
|
-
return map((elements) => (0, Map_js_1.ofSeq)(elements, {
|
|
1314
|
-
Compare: Util_js_1.compare,
|
|
1315
|
-
}), array(tuple2(keyDecoder, valueDecoder)));
|
|
1316
|
-
}
|