@fossa-app/bridge 0.1.6 → 0.1.8
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/Models/ApiModels.d.ts +199 -0
- package/dist/Models/ApiModels.js +350 -0
- package/dist/Models/ApiModels.js.map +1 -0
- package/dist/Services/Clients/BranchClient.d.ts +16 -0
- package/dist/Services/Clients/BranchClient.js +54 -0
- package/dist/Services/Clients/BranchClient.js.map +1 -0
- package/dist/Services/Clients/CompanyClient.d.ts +13 -0
- package/dist/Services/Clients/CompanyClient.js +38 -0
- package/dist/Services/Clients/CompanyClient.js.map +1 -0
- package/dist/Services/Clients/CompanyLicenseClient.d.ts +10 -0
- package/dist/Services/Clients/CompanyLicenseClient.js +30 -0
- package/dist/Services/Clients/CompanyLicenseClient.js.map +1 -0
- package/dist/Services/Clients/CompanySettingsClient.d.ts +13 -0
- package/dist/Services/Clients/CompanySettingsClient.js +38 -0
- package/dist/Services/Clients/CompanySettingsClient.js.map +1 -0
- package/dist/Services/Clients/DepartmentClient.d.ts +16 -0
- package/dist/Services/Clients/DepartmentClient.js +54 -0
- package/dist/Services/Clients/DepartmentClient.js.map +1 -0
- package/dist/Services/Clients/EmployeeClient.d.ts +18 -0
- package/dist/Services/Clients/EmployeeClient.js +63 -0
- package/dist/Services/Clients/EmployeeClient.js.map +1 -0
- package/dist/Services/Clients/IdentityClient.d.ts +9 -0
- package/dist/Services/Clients/IdentityClient.js +26 -0
- package/dist/Services/Clients/IdentityClient.js.map +1 -0
- package/dist/Services/Clients/SystemLicenseClient.d.ts +9 -0
- package/dist/Services/Clients/SystemLicenseClient.js +26 -0
- package/dist/Services/Clients/SystemLicenseClient.js.map +1 -0
- package/dist/Services/Endpoints.d.ts +10 -0
- package/dist/Services/Endpoints.js +14 -0
- package/dist/Services/Endpoints.js.map +1 -0
- package/dist/Services/IHttpTransport.d.ts +6 -0
- package/dist/Services/IHttpTransport.js +3 -0
- package/dist/Services/IHttpTransport.js.map +1 -0
- package/dist/Services/UrlHelpers.d.ts +25 -0
- package/dist/Services/UrlHelpers.js +103 -0
- package/dist/Services/UrlHelpers.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.d.ts +125 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js +1371 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.d.ts +27 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js +172 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.d.ts +59 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js +194 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.d.ts +129 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js +428 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.d.ts +27 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js +165 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.d.ts +3 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js +27 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.d.ts +66 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js +271 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.d.ts +121 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js +231 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.d.ts +8 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js +192 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.d.ts +9 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js +26 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.d.ts +70 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js +812 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.d.ts +65 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js +345 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.d.ts +18 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js +143 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.d.ts +63 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js +322 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.d.ts +11 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js +60 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.d.ts +12 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js +178 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.d.ts +31 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js +109 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.d.ts +7 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js +53 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.d.ts +12 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js +38 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.d.ts +30 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js +185 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.d.ts +45 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js +33 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.d.ts +10 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js +152 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.d.ts +29 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js +148 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.d.ts +143 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js +1404 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.d.ts +3 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js +52 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.d.ts +25 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js +104 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.d.ts +178 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js +1525 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.d.ts +12 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js +141 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.d.ts +52 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js +355 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.d.ts +39 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js +246 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.d.ts +3 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js +18 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.d.ts +20 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js +87 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.d.ts +32 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js +128 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.d.ts +29 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js +127 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.d.ts +38 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js +186 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.d.ts +12 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js +56 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.d.ts +119 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js +529 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.d.ts +10 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js +144 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.d.ts +38 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js +191 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.d.ts +164 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js +1501 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.d.ts +18 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js +129 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.d.ts +190 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js +1931 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.d.ts +59 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js +677 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.d.ts +85 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js +390 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.d.ts +40 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js +204 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.d.ts +121 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js +367 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.d.ts +15 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js +138 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.d.ts +35 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js +210 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.d.ts +19 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js +72 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.d.ts +51 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js +205 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.d.ts +2 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js +8 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.d.ts +32 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js +170 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.d.ts +243 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js +903 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js.map +1 -0
- package/package.json +5 -2
- package/.build.ps1 +0 -308
- package/.gitattributes +0 -43
- package/.github/dependabot.yml +0 -38
- package/.github/release-drafter.yml +0 -52
- package/.github/workflows/cicd.yml +0 -87
- package/.github/workflows/lint.yml +0 -34
- package/.github/workflows/release-drafter.yml +0 -27
- package/Bridge.slnx +0 -8
- package/Directory.Build.props +0 -25
- package/Images/Icon.png +0 -0
- package/build.ps1 +0 -11
- package/dotnet-tools.json +0 -27
- package/format.ps1 +0 -11
- package/gig.ps1 +0 -17
- package/global.json +0 -6
- package/lint.ps1 +0 -20
- package/pack.ps1 +0 -11
- package/publish.ps1 +0 -11
- package/restore.ps1 +0 -11
- package/src/Bridge/Bridge.fsproj +0 -26
- package/src/Bridge/Models/ApiModels.fs +0 -142
- package/src/Bridge/Services/Clients/BranchClient.fs +0 -46
- package/src/Bridge/Services/Clients/CompanyClient.fs +0 -24
- package/src/Bridge/Services/Clients/CompanyLicenseClient.fs +0 -17
- package/src/Bridge/Services/Clients/CompanySettingsClient.fs +0 -24
- package/src/Bridge/Services/Clients/DepartmentClient.fs +0 -48
- package/src/Bridge/Services/Clients/EmployeeClient.fs +0 -71
- package/src/Bridge/Services/Clients/IdentityClient.fs +0 -11
- package/src/Bridge/Services/Clients/SystemLicenseClient.fs +0 -11
- package/src/Bridge/Services/Endpoints.fs +0 -13
- package/src/Bridge/Services/IHttpTransport.fs +0 -10
- package/src/Bridge/Services/UrlHelpers.fs +0 -18
- package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.deps.json +0 -98
- package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
- package/src/Bridge/obj/Bridge.fsproj.nuget.dgspec.json +0 -357
- package/src/Bridge/obj/Bridge.fsproj.nuget.g.props +0 -29
- package/src/Bridge/obj/Bridge.fsproj.nuget.g.targets +0 -2
- package/src/Bridge/obj/Release/Fossa.Bridge.0.1.6.nuspec +0 -31
- package/src/Bridge/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
- package/src/Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs +0 -20
- package/src/Bridge/obj/Release/net10.0/Bridge.fsproj.FileListAbsolute.txt +0 -14
- package/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json +0 -1
- package/src/Bridge/obj/Release/net10.0/Fossa.Bridge.xml +0 -6
- package/src/Bridge/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
- package/src/Bridge/obj/project.assets.json +0 -501
- package/src/Directory.Build.props +0 -23
- package/test.ps1 +0 -11
- package/tests/Bridge.Tests/Bridge.Tests.fsproj +0 -19
- package/tests/Bridge.Tests/Main.fs +0 -7
- package/tests/Bridge.Tests/UrlHelpersTests.fs +0 -33
- package/tests/Bridge.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
- package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests +0 -0
- package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.deps.json +0 -819
- package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.runtimeconfig.json +0 -14
- package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
- package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.dgspec.json +0 -712
- package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.props +0 -30
- package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.targets +0 -11
- package/tests/Bridge.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.T.A317E392.Up2Date +0 -0
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.AssemblyInfo.fs +0 -19
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.fsproj.FileListAbsolute.txt +0 -190
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.sourcelink.json +0 -1
- package/tests/Bridge.Tests/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
- package/tests/Bridge.Tests/obj/Release/net10.0/apphost +0 -0
- package/tests/Bridge.Tests/obj/project.assets.json +0 -2144
- package/trigger.ps1 +0 -32
- package/tsconfig.json +0 -18
- package/version.ps1 +0 -11
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { Option } from "./Option.ts";
|
|
2
|
+
import { IComparer, IEqualityComparer, MutableArray, IDisposable, IEnumerator } from "./Util.ts";
|
|
3
|
+
import { int32 } from "./Int32.ts";
|
|
4
|
+
import { Record } from "./Types.ts";
|
|
5
|
+
import { TypeInfo } from "./Reflection.ts";
|
|
6
|
+
export declare class FSharpList<T> extends Record implements Iterable<T> {
|
|
7
|
+
readonly head: T;
|
|
8
|
+
tail: Option<FSharpList<T>>;
|
|
9
|
+
constructor(head: T, tail: Option<FSharpList<T>>);
|
|
10
|
+
toString(): string;
|
|
11
|
+
Equals(other: any): boolean;
|
|
12
|
+
GetHashCode(): int32;
|
|
13
|
+
toJSON(): any;
|
|
14
|
+
CompareTo(other: any): int32;
|
|
15
|
+
GetEnumerator(): IEnumerator<T>;
|
|
16
|
+
[Symbol.iterator](): Iterator<T>;
|
|
17
|
+
"System.Collections.IEnumerable.GetEnumerator"(): IEnumerator<any>;
|
|
18
|
+
}
|
|
19
|
+
export declare function FSharpList_$reflection(gen0: TypeInfo): TypeInfo;
|
|
20
|
+
export declare class ListEnumerator$1<T> implements IEnumerator<T>, IDisposable {
|
|
21
|
+
readonly xs: FSharpList<T>;
|
|
22
|
+
it: FSharpList<T>;
|
|
23
|
+
current: T;
|
|
24
|
+
constructor(xs: FSharpList<T>);
|
|
25
|
+
"System.Collections.Generic.IEnumerator`1.get_Current"(): T;
|
|
26
|
+
"System.Collections.IEnumerator.get_Current"(): any;
|
|
27
|
+
"System.Collections.IEnumerator.MoveNext"(): boolean;
|
|
28
|
+
"System.Collections.IEnumerator.Reset"(): void;
|
|
29
|
+
Dispose(): void;
|
|
30
|
+
}
|
|
31
|
+
export declare function ListEnumerator$1_$reflection(gen0: TypeInfo): TypeInfo;
|
|
32
|
+
export declare function ListEnumerator$1_$ctor_3002E699<T>(xs: FSharpList<T>): ListEnumerator$1<T>;
|
|
33
|
+
export declare function FSharpList_get_Empty<T>(): FSharpList<T>;
|
|
34
|
+
export declare function FSharpList_Cons_305B8EAC<T>(x: T, xs: FSharpList<T>): FSharpList<T>;
|
|
35
|
+
export declare function FSharpList__get_IsEmpty<T>(xs: FSharpList<T>): boolean;
|
|
36
|
+
export declare function FSharpList__get_Length<T>(xs: FSharpList<T>): int32;
|
|
37
|
+
export declare function FSharpList__get_Head<T>(xs: FSharpList<T>): T;
|
|
38
|
+
export declare function FSharpList__get_Tail<T>(xs: FSharpList<T>): FSharpList<T>;
|
|
39
|
+
export declare function FSharpList__get_Item_Z524259A4<T>(xs: FSharpList<T>, index: int32): T;
|
|
40
|
+
export declare function indexNotFound<$a>(): $a;
|
|
41
|
+
export declare function empty<$a>(): FSharpList<$a>;
|
|
42
|
+
export declare function cons<T>(x: T, xs: FSharpList<T>): FSharpList<T>;
|
|
43
|
+
export declare function singleton<$a>(x: $a): FSharpList<$a>;
|
|
44
|
+
export declare function isEmpty<T>(xs: FSharpList<T>): boolean;
|
|
45
|
+
export declare function length<T>(xs: FSharpList<T>): int32;
|
|
46
|
+
export declare function head<T>(xs: FSharpList<T>): T;
|
|
47
|
+
export declare function tryHead<T>(xs: FSharpList<T>): Option<T>;
|
|
48
|
+
export declare function tail<T>(xs: FSharpList<T>): FSharpList<T>;
|
|
49
|
+
export declare function tryLast<T>(xs_mut: FSharpList<T>): Option<T>;
|
|
50
|
+
export declare function last<T>(xs: FSharpList<T>): T;
|
|
51
|
+
export declare function compareWith<T>(comparer: ((arg0: T, arg1: T) => int32), xs: FSharpList<T>, ys: FSharpList<T>): int32;
|
|
52
|
+
export declare function toArray<T>(xs: FSharpList<T>): MutableArray<T>;
|
|
53
|
+
export declare function fold<T, State>(folder: ((arg0: State, arg1: T) => State), state: State, xs: FSharpList<T>): State;
|
|
54
|
+
export declare function reverse<T>(xs: FSharpList<T>): FSharpList<T>;
|
|
55
|
+
export declare function foldBack<T, State>(folder: ((arg0: T, arg1: State) => State), xs: FSharpList<T>, state: State): State;
|
|
56
|
+
export declare function foldIndexed<State, T>(folder: ((arg0: int32, arg1: State, arg2: T) => State), state: State, xs: FSharpList<T>): State;
|
|
57
|
+
export declare function fold2<T1, T2, State>(folder: ((arg0: State, arg1: T1, arg2: T2) => State), state: State, xs: FSharpList<T1>, ys: FSharpList<T2>): State;
|
|
58
|
+
export declare function foldBack2<T1, T2, State>(folder: ((arg0: T1, arg1: T2, arg2: State) => State), xs: FSharpList<T1>, ys: FSharpList<T2>, state: State): State;
|
|
59
|
+
export declare function unfold<State, T>(generator: ((arg0: State) => Option<[T, State]>), state: State): FSharpList<T>;
|
|
60
|
+
export declare function iterate<$a>(action: ((arg0: $a) => void), xs: FSharpList<$a>): void;
|
|
61
|
+
export declare function iterate2<$a, $b>(action: ((arg0: $a, arg1: $b) => void), xs: FSharpList<$a>, ys: FSharpList<$b>): void;
|
|
62
|
+
export declare function iterateIndexed<$a>(action: ((arg0: int32, arg1: $a) => void), xs: FSharpList<$a>): void;
|
|
63
|
+
export declare function iterateIndexed2<$a, $b>(action: ((arg0: int32, arg1: $a, arg2: $b) => void), xs: FSharpList<$a>, ys: FSharpList<$b>): void;
|
|
64
|
+
export declare function toSeq<T>(xs: FSharpList<T>): Iterable<T>;
|
|
65
|
+
export declare function ofArrayWithTail<T>(xs: MutableArray<T>, tail_1: FSharpList<T>): FSharpList<T>;
|
|
66
|
+
export declare function ofArray<T>(xs: MutableArray<T>): FSharpList<T>;
|
|
67
|
+
export declare function ofSeq<T>(xs: Iterable<T>): FSharpList<T>;
|
|
68
|
+
export declare function concat<T>(lists: Iterable<FSharpList<T>>): FSharpList<T>;
|
|
69
|
+
export declare function scan<State, T>(folder: ((arg0: State, arg1: T) => State), state: State, xs: FSharpList<T>): FSharpList<State>;
|
|
70
|
+
export declare function scanBack<T, State>(folder: ((arg0: T, arg1: State) => State), xs: FSharpList<T>, state: State): FSharpList<State>;
|
|
71
|
+
export declare function append<T>(xs: FSharpList<T>, ys: FSharpList<T>): FSharpList<T>;
|
|
72
|
+
export declare function collect<T, U>(mapping: ((arg0: T) => FSharpList<U>), xs: FSharpList<T>): FSharpList<U>;
|
|
73
|
+
export declare function mapIndexed<T, U>(mapping: ((arg0: int32, arg1: T) => U), xs: FSharpList<T>): FSharpList<U>;
|
|
74
|
+
export declare function map<T, U>(mapping: ((arg0: T) => U), xs: FSharpList<T>): FSharpList<U>;
|
|
75
|
+
export declare function indexed<$a>(xs: FSharpList<$a>): FSharpList<[int32, $a]>;
|
|
76
|
+
export declare function map2<T1, T2, U>(mapping: ((arg0: T1, arg1: T2) => U), xs: FSharpList<T1>, ys: FSharpList<T2>): FSharpList<U>;
|
|
77
|
+
export declare function mapIndexed2<T1, T2, U>(mapping: ((arg0: int32, arg1: T1, arg2: T2) => U), xs: FSharpList<T1>, ys: FSharpList<T2>): FSharpList<U>;
|
|
78
|
+
export declare function map3<T1, T2, T3, U>(mapping: ((arg0: T1, arg1: T2, arg2: T3) => U), xs: FSharpList<T1>, ys: FSharpList<T2>, zs: FSharpList<T3>): FSharpList<U>;
|
|
79
|
+
export declare function mapFold<State, T, Result>(mapping: ((arg0: State, arg1: T) => [Result, State]), state: State, xs: FSharpList<T>): [FSharpList<Result>, State];
|
|
80
|
+
export declare function mapFoldBack<T, State, Result>(mapping: ((arg0: T, arg1: State) => [Result, State]), xs: FSharpList<T>, state: State): [FSharpList<Result>, State];
|
|
81
|
+
export declare function tryPick<T, $a>(f: ((arg0: T) => Option<$a>), xs: FSharpList<T>): Option<$a>;
|
|
82
|
+
export declare function pick<$a, $b>(f: ((arg0: $a) => Option<$b>), xs: FSharpList<$a>): $b;
|
|
83
|
+
export declare function tryFind<$a>(f: ((arg0: $a) => boolean), xs: FSharpList<$a>): Option<$a>;
|
|
84
|
+
export declare function find<$a>(f: ((arg0: $a) => boolean), xs: FSharpList<$a>): $a;
|
|
85
|
+
export declare function tryFindBack<$a>(f: ((arg0: $a) => boolean), xs: FSharpList<$a>): Option<$a>;
|
|
86
|
+
export declare function findBack<$a>(f: ((arg0: $a) => boolean), xs: FSharpList<$a>): $a;
|
|
87
|
+
export declare function tryFindIndex<T>(f: ((arg0: T) => boolean), xs: FSharpList<T>): Option<int32>;
|
|
88
|
+
export declare function findIndex<$a>(f: ((arg0: $a) => boolean), xs: FSharpList<$a>): int32;
|
|
89
|
+
export declare function tryFindIndexBack<$a>(f: ((arg0: $a) => boolean), xs: FSharpList<$a>): Option<int32>;
|
|
90
|
+
export declare function findIndexBack<$a>(f: ((arg0: $a) => boolean), xs: FSharpList<$a>): int32;
|
|
91
|
+
export declare function tryItem<T>(n: int32, xs: FSharpList<T>): Option<T>;
|
|
92
|
+
export declare function item<T>(n: int32, xs: FSharpList<T>): T;
|
|
93
|
+
export declare function filter<T>(f: ((arg0: T) => boolean), xs: FSharpList<T>): FSharpList<T>;
|
|
94
|
+
export declare function partition<T>(f: ((arg0: T) => boolean), xs: FSharpList<T>): [FSharpList<T>, FSharpList<T>];
|
|
95
|
+
export declare function choose<T, U>(f: ((arg0: T) => Option<U>), xs: FSharpList<T>): FSharpList<U>;
|
|
96
|
+
export declare function contains<T>(value: T, xs: FSharpList<T>, eq: IEqualityComparer<T>): boolean;
|
|
97
|
+
export declare function initialize<T>(n: int32, f: ((arg0: int32) => T)): FSharpList<T>;
|
|
98
|
+
export declare function replicate<$a>(n: int32, x: $a): FSharpList<$a>;
|
|
99
|
+
export declare function reduce<T>(f: ((arg0: T, arg1: T) => T), xs: FSharpList<T>): T;
|
|
100
|
+
export declare function reduceBack<T>(f: ((arg0: T, arg1: T) => T), xs: FSharpList<T>): T;
|
|
101
|
+
export declare function forAll<$a>(f: ((arg0: $a) => boolean), xs: FSharpList<$a>): boolean;
|
|
102
|
+
export declare function forAll2<$a, $b>(f: ((arg0: $a, arg1: $b) => boolean), xs: FSharpList<$a>, ys: FSharpList<$b>): boolean;
|
|
103
|
+
export declare function exists<$a>(f: ((arg0: $a) => boolean), xs: FSharpList<$a>): boolean;
|
|
104
|
+
export declare function exists2<T1, T2>(f_mut: ((arg0: T1, arg1: T2) => boolean), xs_mut: FSharpList<T1>, ys_mut: FSharpList<T2>): boolean;
|
|
105
|
+
export declare function unzip<$a, $b>(xs: FSharpList<[$a, $b]>): [FSharpList<$a>, FSharpList<$b>];
|
|
106
|
+
export declare function unzip3<$a, $b, $c>(xs: FSharpList<[$a, $b, $c]>): [FSharpList<$a>, FSharpList<$b>, FSharpList<$c>];
|
|
107
|
+
export declare function zip<$a, $b>(xs: FSharpList<$a>, ys: FSharpList<$b>): FSharpList<[$a, $b]>;
|
|
108
|
+
export declare function zip3<$a, $b, $c>(xs: FSharpList<$a>, ys: FSharpList<$b>, zs: FSharpList<$c>): FSharpList<[$a, $b, $c]>;
|
|
109
|
+
export declare function sortWith<T>(comparer: ((arg0: T, arg1: T) => int32), xs: FSharpList<T>): FSharpList<T>;
|
|
110
|
+
export declare function sort<T>(xs: FSharpList<T>, comparer: IComparer<T>): FSharpList<T>;
|
|
111
|
+
export declare function sortBy<T, U>(projection: ((arg0: T) => U), xs: FSharpList<T>, comparer: IComparer<U>): FSharpList<T>;
|
|
112
|
+
export declare function sortDescending<T>(xs: FSharpList<T>, comparer: IComparer<T>): FSharpList<T>;
|
|
113
|
+
export declare function sortByDescending<T, U>(projection: ((arg0: T) => U), xs: FSharpList<T>, comparer: IComparer<U>): FSharpList<T>;
|
|
114
|
+
export declare function sum<T>(xs: FSharpList<T>, adder: any): T;
|
|
115
|
+
export declare function sumBy<T, U>(f: ((arg0: T) => U), xs: FSharpList<T>, adder: any): U;
|
|
116
|
+
export declare function maxBy<T, U>(projection: ((arg0: T) => U), xs: FSharpList<T>, comparer: IComparer<U>): T;
|
|
117
|
+
export declare function max<T>(xs: FSharpList<T>, comparer: IComparer<T>): T;
|
|
118
|
+
export declare function minBy<T, U>(projection: ((arg0: T) => U), xs: FSharpList<T>, comparer: IComparer<U>): T;
|
|
119
|
+
export declare function min<T>(xs: FSharpList<T>, comparer: IComparer<T>): T;
|
|
120
|
+
export declare function average<T>(xs: FSharpList<T>, averager: any): T;
|
|
121
|
+
export declare function averageBy<T, U>(f: ((arg0: T) => U), xs: FSharpList<T>, averager: any): U;
|
|
122
|
+
export declare function permute<T>(f: ((arg0: int32) => int32), xs: FSharpList<T>): FSharpList<T>;
|
|
123
|
+
export declare function chunkBySize<T>(chunkSize: int32, xs: FSharpList<T>): FSharpList<FSharpList<T>>;
|
|
124
|
+
export declare function allPairs<T1, T2>(xs: FSharpList<T1>, ys: FSharpList<T2>): FSharpList<[T1, T2]>;
|
|
125
|
+
export declare function skip<T>(count_mut: int32, xs_mut: FSharpList<T>): FSharpList<T>;
|
|
126
|
+
export declare function skipWhile<T>(predicate_mut: ((arg0: T) => boolean), xs_mut: FSharpList<T>): FSharpList<T>;
|
|
127
|
+
export declare function take<T>(count: int32, xs: FSharpList<T>): FSharpList<T>;
|
|
128
|
+
export declare function takeWhile<T>(predicate: ((arg0: T) => boolean), xs: FSharpList<T>): FSharpList<T>;
|
|
129
|
+
export declare function truncate<T>(count: int32, xs: FSharpList<T>): FSharpList<T>;
|
|
130
|
+
export declare function getSlice<T>(startIndex: Option<int32>, endIndex: Option<int32>, xs: FSharpList<T>): FSharpList<T>;
|
|
131
|
+
export declare function splitAt<T>(index: int32, xs: FSharpList<T>): [FSharpList<T>, FSharpList<T>];
|
|
132
|
+
export declare function exactlyOne<T>(xs: FSharpList<T>): T;
|
|
133
|
+
export declare function tryExactlyOne<T>(xs: FSharpList<T>): Option<T>;
|
|
134
|
+
export declare function where<T>(predicate: ((arg0: T) => boolean), xs: FSharpList<T>): FSharpList<T>;
|
|
135
|
+
export declare function pairwise<T>(xs: FSharpList<T>): FSharpList<[T, T]>;
|
|
136
|
+
export declare function windowed<T>(windowSize: int32, xs: FSharpList<T>): FSharpList<FSharpList<T>>;
|
|
137
|
+
export declare function splitInto<T>(chunks: int32, xs: FSharpList<T>): FSharpList<FSharpList<T>>;
|
|
138
|
+
export declare function transpose<T>(lists: Iterable<FSharpList<T>>): FSharpList<FSharpList<T>>;
|
|
139
|
+
export declare function insertAt<T>(index: int32, y: T, xs: FSharpList<T>): FSharpList<T>;
|
|
140
|
+
export declare function insertManyAt<T>(index: int32, ys: Iterable<T>, xs: FSharpList<T>): FSharpList<T>;
|
|
141
|
+
export declare function removeAt<T>(index: int32, xs: FSharpList<T>): FSharpList<T>;
|
|
142
|
+
export declare function removeManyAt<T>(index: int32, count: int32, xs: FSharpList<T>): FSharpList<T>;
|
|
143
|
+
export declare function updateAt<T>(index: int32, y: T, xs: FSharpList<T>): FSharpList<T>;
|