@continuous-excellence/coupling-cli 1.1.419 → 1.1.420
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/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CliScope.mjs +4 -4
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Welcome.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +7 -7
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +22 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +32 -32
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +15 -15
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +373 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +22 -21
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +33 -33
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +50 -50
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +7 -7
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +18 -18
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +13 -13
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +54 -54
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs +409 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +69 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +34 -34
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +5 -5
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +52 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs.map +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/PinTarget.mjs +36 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/PinTarget.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +118 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +48 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs +82 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +4 -4
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/callsign/CallSign.mjs +48 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/callsign/CallSign.mjs.map +1 -0
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +19 -19
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +19 -19
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +38 -23
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +13 -13
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/AvatarTypeMapper.mjs +74 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/AvatarTypeMapper.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/BadgeMapper.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/BadgeMapper.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +71 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +191 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +27 -27
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +20 -20
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +150 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +36 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +14 -14
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +6 -6
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs +246 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +512 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +31 -31
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +25 -25
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +170 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +110 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +46 -46
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs +50 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +50 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +45 -45
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +6 -6
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +15 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +38 -38
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +7 -7
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +8 -8
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +20 -20
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +86 -86
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +53 -53
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +7 -7
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +65 -65
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +258 -258
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs +2 -2
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +3 -3
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +5 -5
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +28 -28
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +23 -23
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +24 -24
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +39 -39
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +205 -205
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +5 -5
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +38 -38
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +31 -31
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +42 -42
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +22 -22
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +17 -17
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +4 -4
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +21 -21
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +8 -8
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +5 -5
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +114 -114
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +11 -11
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +26 -26
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +142 -142
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +21 -21
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +24 -24
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +2 -2
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +22 -22
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +45 -45
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +34 -34
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +112 -112
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +93 -93
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +52 -52
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +138 -138
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +31 -31
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +23 -23
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +211 -211
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +6 -6
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +31 -31
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +232 -232
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +65 -65
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +18 -18
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +25 -25
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +121 -121
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +134 -134
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +62 -62
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Char.mjs +18 -18
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ExceptionsH.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/Lazy.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UByteArray.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UIntArray.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ULongArray.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/UShortArray.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractCollection.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractList.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMap.mjs +18 -18
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableCollectionJs.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableListJs.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractMutableMap.mjs +7 -7
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/AbstractSet.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayDeque.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/ArrayListJs.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMap.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntry.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashMapEntryDefault.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/HashSet.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/InternalHashMap.mjs +17 -17
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Sets.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs +10 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Collections.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Maps.mjs +5 -5
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/ContinuationInterceptor.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContext.mjs +3 -3
- package/kotlin/kotlin-kotlin-stdlib/kotlin/coroutines/CoroutineContextImpl.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/enums/EnumEntries.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/exceptions.mjs +14 -14
- package/kotlin/kotlin-kotlin-stdlib/kotlin/hacks.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/PrimitiveRanges.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/Progressions.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +4 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs +2 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Appendable.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/Strings.mjs +12 -12
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/regex.mjs +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Instant.mjs +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +10 -10
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +22 -22
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +2 -2
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +3 -3
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +9 -9
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +8 -8
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SealedSerializer.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +7 -7
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +3 -3
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +15 -15
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +13 -13
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +16 -16
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +5 -5
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +2 -2
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/KtorMDCContext.jsAndWasmShared.mjs +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +4 -4
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +4 -4
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +7 -7
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +4 -4
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs +2 -2
- package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs +2 -2
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +6 -6
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +1 -1
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +3 -3
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +10 -10
- package/kotlin/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +6 -6
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.js.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs +19 -19
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +42 -42
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +18 -18
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +65 -65
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +70 -70
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +23 -23
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +79 -79
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +267 -267
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +152 -152
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +54 -54
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +18 -18
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +59 -59
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +9 -9
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +2 -2
- package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +4 -4
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +98 -98
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +246 -0
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs.map +1 -0
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +27 -27
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +23 -13
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs.map +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +5 -5
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +4 -4
- package/package.json +1 -1
|
@@ -28,14 +28,14 @@ var AbortFlowExceptionClass;
|
|
|
28
28
|
function AbortFlowException() {
|
|
29
29
|
if (AbortFlowExceptionClass === VOID) {
|
|
30
30
|
class $ extends CancellationException() {
|
|
31
|
-
static
|
|
31
|
+
static u57(owner) {
|
|
32
32
|
var $this = this.n('Flow was aborted, no more elements needed');
|
|
33
|
-
captureStack($this, $this.
|
|
34
|
-
$this.
|
|
33
|
+
captureStack($this, $this.t57_1);
|
|
34
|
+
$this.s57_1 = owner;
|
|
35
35
|
return $this;
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
if (!(this.
|
|
37
|
+
v57(owner) {
|
|
38
|
+
if (!(this.s57_1 === owner))
|
|
39
39
|
throw this;
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -45,24 +45,24 @@ function AbortFlowException() {
|
|
|
45
45
|
return AbortFlowExceptionClass;
|
|
46
46
|
}
|
|
47
47
|
function *_generator_emit__qph46j($this, value, $completion) {
|
|
48
|
-
var tmp = $this.
|
|
48
|
+
var tmp = $this.w57_1($this.x57_1, value, $completion);
|
|
49
49
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
50
50
|
tmp = yield tmp;
|
|
51
51
|
if (!tmp) {
|
|
52
|
-
throw AbortFlowException().
|
|
52
|
+
throw AbortFlowException().u57($this);
|
|
53
53
|
}
|
|
54
54
|
return Unit_instance;
|
|
55
55
|
}
|
|
56
56
|
function *_generator_invoke__zhh2q8($this, it, $completion) {
|
|
57
|
-
var tmp = $this.
|
|
57
|
+
var tmp = $this.y57_1.z1h(it, $completion);
|
|
58
58
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
59
59
|
tmp = yield tmp;
|
|
60
60
|
return Unit_instance;
|
|
61
61
|
}
|
|
62
62
|
function *_generator_invoke__zhh2q8_0($this, $this$flow, $completion) {
|
|
63
63
|
// Inline function 'com.apollographql.apollo.internal.collectWhile' call
|
|
64
|
-
var this_0 = $this.
|
|
65
|
-
var collector = new (transformWhile$2$$inlined$collectWhile$1())($this.
|
|
64
|
+
var this_0 = $this.z57_1;
|
|
65
|
+
var collector = new (transformWhile$2$$inlined$collectWhile$1())($this.a58_1, $this$flow);
|
|
66
66
|
try {
|
|
67
67
|
var tmp = transformWhile$slambda$slambda_0(collector);
|
|
68
68
|
var tmp_0 = this_0.z1d(new (sam$kotlinx_coroutines_flow_FlowCollector$0())(tmp), $completion);
|
|
@@ -71,7 +71,7 @@ function *_generator_invoke__zhh2q8_0($this, $this$flow, $completion) {
|
|
|
71
71
|
} catch ($p) {
|
|
72
72
|
if ($p instanceof AbortFlowException()) {
|
|
73
73
|
var e = $p;
|
|
74
|
-
e.
|
|
74
|
+
e.v57(collector);
|
|
75
75
|
} else {
|
|
76
76
|
throw $p;
|
|
77
77
|
}
|
|
@@ -83,13 +83,13 @@ function sam$kotlinx_coroutines_flow_FlowCollector$0() {
|
|
|
83
83
|
if (sam$kotlinx_coroutines_flow_FlowCollector$0Class === VOID) {
|
|
84
84
|
class $ {
|
|
85
85
|
constructor(function_0) {
|
|
86
|
-
this.
|
|
86
|
+
this.b58_1 = function_0;
|
|
87
87
|
}
|
|
88
88
|
q1e(value, $completion) {
|
|
89
|
-
return this.
|
|
89
|
+
return this.b58_1(value, $completion);
|
|
90
90
|
}
|
|
91
91
|
h5() {
|
|
92
|
-
return this.
|
|
92
|
+
return this.b58_1;
|
|
93
93
|
}
|
|
94
94
|
equals(other) {
|
|
95
95
|
var tmp;
|
|
@@ -120,8 +120,8 @@ function transformWhile$2$$inlined$collectWhile$1() {
|
|
|
120
120
|
if (transformWhile$2$$inlined$collectWhile$1Class === VOID) {
|
|
121
121
|
class $ {
|
|
122
122
|
constructor($transform, $this_flow) {
|
|
123
|
-
this.
|
|
124
|
-
this.
|
|
123
|
+
this.w57_1 = $transform;
|
|
124
|
+
this.x57_1 = $this_flow;
|
|
125
125
|
}
|
|
126
126
|
z1h(value, $completion) {
|
|
127
127
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_emit__qph46j.bind(VOID, this, value), $completion);
|
|
@@ -140,7 +140,7 @@ function transformWhile$slambda$slambda() {
|
|
|
140
140
|
if (transformWhile$slambda$slambdaClass === VOID) {
|
|
141
141
|
class $ {
|
|
142
142
|
constructor($collector) {
|
|
143
|
-
this.
|
|
143
|
+
this.y57_1 = $collector;
|
|
144
144
|
}
|
|
145
145
|
z1i(it, $completion) {
|
|
146
146
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, it), $completion);
|
|
@@ -165,14 +165,14 @@ function transformWhile$slambda() {
|
|
|
165
165
|
if (transformWhile$slambdaClass === VOID) {
|
|
166
166
|
class $ {
|
|
167
167
|
constructor($this_transformWhile, $transform) {
|
|
168
|
-
this.
|
|
169
|
-
this.
|
|
168
|
+
this.z57_1 = $this_transformWhile;
|
|
169
|
+
this.a58_1 = $transform;
|
|
170
170
|
}
|
|
171
|
-
|
|
171
|
+
c58($this$flow, $completion) {
|
|
172
172
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8_0.bind(VOID, this, $this$flow), $completion);
|
|
173
173
|
}
|
|
174
174
|
de(p1, $completion) {
|
|
175
|
-
return this.
|
|
175
|
+
return this.c58((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -182,7 +182,7 @@ function transformWhile$slambda() {
|
|
|
182
182
|
}
|
|
183
183
|
function transformWhile$slambda_0($this_transformWhile, $transform) {
|
|
184
184
|
var i = new (transformWhile$slambda())($this_transformWhile, $transform);
|
|
185
|
-
var l = ($this$flow, $completion) => i.
|
|
185
|
+
var l = ($this$flow, $completion) => i.c58($this$flow, $completion);
|
|
186
186
|
l.$arity = 1;
|
|
187
187
|
return l;
|
|
188
188
|
}
|
|
@@ -12,7 +12,7 @@ function get_isNode() {
|
|
|
12
12
|
var tmp = KProperty0();
|
|
13
13
|
// Inline function 'kotlin.getValue' call
|
|
14
14
|
getPropertyCallableRef('isNode', 0, tmp, _get_isNode_$ref_4joeoi(), null);
|
|
15
|
-
return tmp0.
|
|
15
|
+
return tmp0.h3();
|
|
16
16
|
}
|
|
17
17
|
var isNode$delegate;
|
|
18
18
|
function isNode$delegate$lambda() {
|
|
@@ -39,11 +39,11 @@ import {
|
|
|
39
39
|
//region block: pre-declaration
|
|
40
40
|
//endregion
|
|
41
41
|
function get_isGraphQLResponse(_this__u8e3s4) {
|
|
42
|
-
var tmp0_safe_receiver = valueOf(_this__u8e3s4.
|
|
42
|
+
var tmp0_safe_receiver = valueOf(_this__u8e3s4.n4q_1, 'Content-Type');
|
|
43
43
|
return (tmp0_safe_receiver == null ? null : startsWith(tmp0_safe_receiver, 'application/graphql-response+json', true)) === true;
|
|
44
44
|
}
|
|
45
45
|
function get_isMultipart(_this__u8e3s4) {
|
|
46
|
-
var tmp0_safe_receiver = valueOf(_this__u8e3s4.
|
|
46
|
+
var tmp0_safe_receiver = valueOf(_this__u8e3s4.n4q_1, 'Content-Type');
|
|
47
47
|
return (tmp0_safe_receiver == null ? null : startsWith(tmp0_safe_receiver, 'multipart/', true)) === true;
|
|
48
48
|
}
|
|
49
49
|
function multipartBodyFlow(response) {
|
|
@@ -85,17 +85,17 @@ function getBoundaryParameter(contentType) {
|
|
|
85
85
|
return tmp2_safe_receiver == null ? null : trim_0(tmp2_safe_receiver, charArrayOf([_Char___init__impl__6a9atx(34), _Char___init__impl__6a9atx(39)]));
|
|
86
86
|
}
|
|
87
87
|
function *_generator_invoke__zhh2q8($this, $this$flow, $completion) {
|
|
88
|
-
var tmp = ensureNotNull($this.
|
|
89
|
-
var tmp0_elvis_lhs = getBoundaryParameter(valueOf($this.
|
|
88
|
+
var tmp = ensureNotNull($this.e58_1.q4q());
|
|
89
|
+
var tmp0_elvis_lhs = getBoundaryParameter(valueOf($this.e58_1.n4q_1, 'Content-Type'));
|
|
90
90
|
var tmp_0;
|
|
91
91
|
if (tmp0_elvis_lhs == null) {
|
|
92
92
|
throw DefaultApolloException().c4m('Expected the Content-Type to have a boundary parameter');
|
|
93
93
|
} else {
|
|
94
94
|
tmp_0 = tmp0_elvis_lhs;
|
|
95
95
|
}
|
|
96
|
-
$this.
|
|
96
|
+
$this.d58_1._v = new (MultipartReader())(tmp, tmp_0);
|
|
97
97
|
$l$loop: while (true) {
|
|
98
|
-
var tmp1_elvis_lhs = ensureNotNull($this.
|
|
98
|
+
var tmp1_elvis_lhs = ensureNotNull($this.d58_1._v).n57();
|
|
99
99
|
var tmp_1;
|
|
100
100
|
if (tmp1_elvis_lhs == null) {
|
|
101
101
|
break $l$loop;
|
|
@@ -103,7 +103,7 @@ function *_generator_invoke__zhh2q8($this, $this$flow, $completion) {
|
|
|
103
103
|
tmp_1 = tmp1_elvis_lhs;
|
|
104
104
|
}
|
|
105
105
|
var part = tmp_1;
|
|
106
|
-
var tmp_2 = $this$flow.q1e(part.
|
|
106
|
+
var tmp_2 = $this$flow.q1e(part.m57_1, $completion);
|
|
107
107
|
if (tmp_2 === get_COROUTINE_SUSPENDED())
|
|
108
108
|
tmp_2 = yield tmp_2;
|
|
109
109
|
}
|
|
@@ -114,14 +114,14 @@ function multipartBodyFlow$slambda() {
|
|
|
114
114
|
if (multipartBodyFlow$slambdaClass === VOID) {
|
|
115
115
|
class $ {
|
|
116
116
|
constructor($multipartReader, $response) {
|
|
117
|
-
this.
|
|
118
|
-
this.
|
|
117
|
+
this.d58_1 = $multipartReader;
|
|
118
|
+
this.e58_1 = $response;
|
|
119
119
|
}
|
|
120
|
-
|
|
120
|
+
f58($this$flow, $completion) {
|
|
121
121
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, $this$flow), $completion);
|
|
122
122
|
}
|
|
123
123
|
de(p1, $completion) {
|
|
124
|
-
return this.
|
|
124
|
+
return this.f58((!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE(), $completion);
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -131,7 +131,7 @@ function multipartBodyFlow$slambda() {
|
|
|
131
131
|
}
|
|
132
132
|
function multipartBodyFlow$slambda_0($multipartReader, $response) {
|
|
133
133
|
var i = new (multipartBodyFlow$slambda())($multipartReader, $response);
|
|
134
|
-
var l = ($this$flow, $completion) => i.
|
|
134
|
+
var l = ($this$flow, $completion) => i.f58($this$flow, $completion);
|
|
135
135
|
l.$arity = 1;
|
|
136
136
|
return l;
|
|
137
137
|
}
|
|
@@ -140,13 +140,13 @@ function multipartBodyFlow$slambda_1() {
|
|
|
140
140
|
if (multipartBodyFlow$slambdaClass_0 === VOID) {
|
|
141
141
|
class $ {
|
|
142
142
|
constructor($multipartReader) {
|
|
143
|
-
this.
|
|
143
|
+
this.g58_1 = $multipartReader;
|
|
144
144
|
}
|
|
145
|
-
|
|
145
|
+
h58($this$onCompletion, it, $completion) {
|
|
146
146
|
// Inline function 'kotlin.runCatching' call
|
|
147
147
|
var tmp;
|
|
148
148
|
try {
|
|
149
|
-
var tmp0_safe_receiver = this.
|
|
149
|
+
var tmp0_safe_receiver = this.g58_1._v;
|
|
150
150
|
var tmp_0;
|
|
151
151
|
if (tmp0_safe_receiver == null) {
|
|
152
152
|
tmp_0 = null;
|
|
@@ -172,7 +172,7 @@ function multipartBodyFlow$slambda_1() {
|
|
|
172
172
|
}
|
|
173
173
|
ee(p1, p2, $completion) {
|
|
174
174
|
var tmp = (!(p1 == null) ? isInterface(p1, FlowCollector()) : false) ? p1 : THROW_CCE();
|
|
175
|
-
return this.
|
|
175
|
+
return this.h58(tmp, (p2 == null ? true : p2 instanceof Error) ? p2 : THROW_CCE(), $completion);
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
initMetadataForLambda($, VOID, VOID, [2]);
|
|
@@ -182,7 +182,7 @@ function multipartBodyFlow$slambda_1() {
|
|
|
182
182
|
}
|
|
183
183
|
function multipartBodyFlow$slambda_2($multipartReader) {
|
|
184
184
|
var i = new (multipartBodyFlow$slambda_1())($multipartReader);
|
|
185
|
-
var l = ($this$onCompletion, it, $completion) => i.
|
|
185
|
+
var l = ($this$onCompletion, it, $completion) => i.h58($this$onCompletion, it, $completion);
|
|
186
186
|
l.$arity = 2;
|
|
187
187
|
return l;
|
|
188
188
|
}
|
package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs
CHANGED
|
@@ -11,7 +11,7 @@ import { initMetadataForLambda3af3he42mmnh as initMetadataForLambda } from '../.
|
|
|
11
11
|
//region block: pre-declaration
|
|
12
12
|
//endregion
|
|
13
13
|
function *_generator_waitForNetwork__yxcge(_this__u8e3s4, $completion) {
|
|
14
|
-
var tmp = _this__u8e3s4.
|
|
14
|
+
var tmp = _this__u8e3s4.i56();
|
|
15
15
|
var tmp_0 = collect(takeWhile(tmp, waitForNetwork$slambda_0()), $completion);
|
|
16
16
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
17
17
|
tmp_0 = yield tmp_0;
|
|
@@ -24,11 +24,11 @@ var waitForNetwork$slambdaClass;
|
|
|
24
24
|
function waitForNetwork$slambda() {
|
|
25
25
|
if (waitForNetwork$slambdaClass === VOID) {
|
|
26
26
|
class $ {
|
|
27
|
-
|
|
27
|
+
i58(it, $completion) {
|
|
28
28
|
return !(it === true);
|
|
29
29
|
}
|
|
30
30
|
de(p1, $completion) {
|
|
31
|
-
return this.
|
|
31
|
+
return this.i58((p1 == null ? true : typeof p1 === 'boolean') ? p1 : THROW_CCE(), $completion);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -38,7 +38,7 @@ function waitForNetwork$slambda() {
|
|
|
38
38
|
}
|
|
39
39
|
function waitForNetwork$slambda_0() {
|
|
40
40
|
var i = new (waitForNetwork$slambda())();
|
|
41
|
-
var l = (it, $completion) => i.
|
|
41
|
+
var l = (it, $completion) => i.i58(it, $completion);
|
|
42
42
|
l.$arity = 1;
|
|
43
43
|
return l;
|
|
44
44
|
}
|
|
@@ -41,17 +41,17 @@ import {
|
|
|
41
41
|
//endregion
|
|
42
42
|
function DefaultHttpEngine(timeoutMillis) {
|
|
43
43
|
timeoutMillis = timeoutMillis === VOID ? new (Long())(60000, 0) : timeoutMillis;
|
|
44
|
-
return JsHttpEngine().
|
|
44
|
+
return JsHttpEngine().t5d(timeoutMillis);
|
|
45
45
|
}
|
|
46
46
|
function *_generator_execute__d6syw1($this, request, $completion) {
|
|
47
47
|
var abortController = AbortController();
|
|
48
|
-
var connectTimeoutId = setTimeout(JsHttpEngine$execute$lambda(abortController), $this.
|
|
48
|
+
var connectTimeoutId = setTimeout(JsHttpEngine$execute$lambda(abortController), $this.q5d_1);
|
|
49
49
|
var fetchOptions = toFetchOptions(request, abortController.signal);
|
|
50
50
|
var tmp;
|
|
51
51
|
if (get_isNode()) {
|
|
52
|
-
tmp = $this.
|
|
52
|
+
tmp = $this.s5d_1(request.s4q_1, fetchOptions);
|
|
53
53
|
} else {
|
|
54
|
-
tmp = fetch(request.
|
|
54
|
+
tmp = fetch(request.s4q_1, fetchOptions);
|
|
55
55
|
}
|
|
56
56
|
var responsePromise = tmp;
|
|
57
57
|
var tmp_0;
|
|
@@ -63,19 +63,19 @@ function *_generator_execute__d6syw1($this, request, $completion) {
|
|
|
63
63
|
clearTimeout(connectTimeoutId);
|
|
64
64
|
var tmp_2;
|
|
65
65
|
if (get_isNode()) {
|
|
66
|
-
var tmp_3 = readBodyNode(response.body, $this.
|
|
66
|
+
var tmp_3 = readBodyNode(response.body, $this.r5d_1, abortController, $completion);
|
|
67
67
|
if (tmp_3 === get_COROUTINE_SUSPENDED())
|
|
68
68
|
tmp_3 = yield tmp_3;
|
|
69
69
|
tmp_2 = tmp_3;
|
|
70
70
|
} else {
|
|
71
|
-
var tmp_4 = readBodyBrowser(response.body, $this.
|
|
71
|
+
var tmp_4 = readBodyBrowser(response.body, $this.r5d_1, abortController, $completion);
|
|
72
72
|
if (tmp_4 === get_COROUTINE_SUSPENDED())
|
|
73
73
|
tmp_4 = yield tmp_4;
|
|
74
74
|
tmp_2 = tmp_4;
|
|
75
75
|
}
|
|
76
76
|
var responseBodySource = tmp_2;
|
|
77
77
|
// Inline function 'kotlin.apply' call
|
|
78
|
-
var this_0 = (new (Builder())(response.status)).
|
|
78
|
+
var this_0 = (new (Builder())(response.status)).l4q(responseBodySource);
|
|
79
79
|
// Inline function 'kotlin.js.asDynamic' call
|
|
80
80
|
response.headers.forEach(JsHttpEngine$execute$lambda_0(this_0));
|
|
81
81
|
tmp_0 = this_0.d2r();
|
|
@@ -88,7 +88,7 @@ function *_generator_execute__d6syw1($this, request, $completion) {
|
|
|
88
88
|
abortController.abort();
|
|
89
89
|
throw t;
|
|
90
90
|
} else {
|
|
91
|
-
throw ApolloNetworkException().
|
|
91
|
+
throw ApolloNetworkException().t4o('Failed to execute GraphQL http network request', t);
|
|
92
92
|
}
|
|
93
93
|
} else {
|
|
94
94
|
throw $p;
|
|
@@ -103,23 +103,23 @@ function JsHttpEngine$execute$lambda($abortController) {
|
|
|
103
103
|
};
|
|
104
104
|
}
|
|
105
105
|
function JsHttpEngine$execute$lambda_0($$this$apply) {
|
|
106
|
-
return (value, key) => $$this$apply.
|
|
106
|
+
return (value, key) => $$this$apply.v4p(key, value);
|
|
107
107
|
}
|
|
108
108
|
var JsHttpEngineClass;
|
|
109
109
|
function JsHttpEngine() {
|
|
110
110
|
if (JsHttpEngineClass === VOID) {
|
|
111
111
|
class $ {
|
|
112
|
-
static
|
|
112
|
+
static u5d(connectTimeoutMillis, readTimeoutMillis) {
|
|
113
113
|
var $this = createThis(this);
|
|
114
|
-
$this.
|
|
115
|
-
$this.
|
|
116
|
-
$this.
|
|
114
|
+
$this.q5d_1 = connectTimeoutMillis;
|
|
115
|
+
$this.r5d_1 = readTimeoutMillis;
|
|
116
|
+
$this.s5d_1 = get_isNode() ? requireNodeFetch() : null;
|
|
117
117
|
return $this;
|
|
118
118
|
}
|
|
119
|
-
static
|
|
120
|
-
return this.
|
|
119
|
+
static t5d(timeoutMillis) {
|
|
120
|
+
return this.u5d(timeoutMillis, timeoutMillis);
|
|
121
121
|
}
|
|
122
|
-
|
|
122
|
+
j58(request, $completion) {
|
|
123
123
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_execute__d6syw1.bind(VOID, this, request), $completion);
|
|
124
124
|
}
|
|
125
125
|
o6() {
|
|
@@ -133,7 +133,7 @@ function JsHttpEngine() {
|
|
|
133
133
|
}
|
|
134
134
|
function toFetchOptions(_this__u8e3s4, abortSignal) {
|
|
135
135
|
var tmp;
|
|
136
|
-
switch (_this__u8e3s4.
|
|
136
|
+
switch (_this__u8e3s4.r4q_1.x1_1) {
|
|
137
137
|
case 0:
|
|
138
138
|
tmp = 'GET';
|
|
139
139
|
break;
|
|
@@ -146,12 +146,12 @@ function toFetchOptions(_this__u8e3s4, abortSignal) {
|
|
|
146
146
|
}
|
|
147
147
|
var method = tmp;
|
|
148
148
|
var headers = {};
|
|
149
|
-
var _iterator__ex2g4s = _this__u8e3s4.
|
|
149
|
+
var _iterator__ex2g4s = _this__u8e3s4.t4q_1.q1();
|
|
150
150
|
while (_iterator__ex2g4s.r1()) {
|
|
151
151
|
var header = _iterator__ex2g4s.s1();
|
|
152
|
-
headers[header.
|
|
152
|
+
headers[header.f4q_1] = header.g4q_1;
|
|
153
153
|
}
|
|
154
|
-
var tmp1_safe_receiver = _this__u8e3s4.
|
|
154
|
+
var tmp1_safe_receiver = _this__u8e3s4.u4q_1;
|
|
155
155
|
var tmp_0;
|
|
156
156
|
if (tmp1_safe_receiver == null) {
|
|
157
157
|
tmp_0 = null;
|
|
@@ -174,7 +174,7 @@ function toFetchOptions(_this__u8e3s4, abortSignal) {
|
|
|
174
174
|
headers['Content-Length'] = tmp0_safe_receiver.toString();
|
|
175
175
|
}
|
|
176
176
|
var bodyBuffer = new (Buffer())();
|
|
177
|
-
tmp1_safe_receiver.
|
|
177
|
+
tmp1_safe_receiver.w4o(bodyBuffer);
|
|
178
178
|
tmp_0 = bodyBuffer.z4f();
|
|
179
179
|
}
|
|
180
180
|
var bodyBytes = tmp_0;
|
|
@@ -33,18 +33,18 @@ function HttpInfo() {
|
|
|
33
33
|
if (HttpInfoClass === VOID) {
|
|
34
34
|
class $ {
|
|
35
35
|
constructor(startMillis, endMillis, statusCode, headers) {
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
36
|
+
this.k58_1 = startMillis;
|
|
37
|
+
this.l58_1 = endMillis;
|
|
38
|
+
this.m58_1 = statusCode;
|
|
39
|
+
this.n58_1 = headers;
|
|
40
40
|
}
|
|
41
|
-
|
|
41
|
+
g3() {
|
|
42
42
|
return Key_instance;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
protoOf($).
|
|
46
|
-
protoOf($).
|
|
47
|
-
protoOf($).
|
|
45
|
+
protoOf($).r4n = get;
|
|
46
|
+
protoOf($).s4n = fold;
|
|
47
|
+
protoOf($).t4n = minusKey;
|
|
48
48
|
protoOf($).i4l = plus;
|
|
49
49
|
initMetadataForClass($, 'HttpInfo', VOID, VOID, [Element()]);
|
|
50
50
|
HttpInfoClass = $;
|
|
@@ -25,15 +25,15 @@ function DefaultHttpInterceptorChain() {
|
|
|
25
25
|
if (DefaultHttpInterceptorChainClass === VOID) {
|
|
26
26
|
class $ {
|
|
27
27
|
constructor(interceptors, index) {
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
28
|
+
this.p58_1 = interceptors;
|
|
29
|
+
this.q58_1 = index;
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
r58(request, $completion) {
|
|
32
32
|
// Inline function 'kotlin.check' call
|
|
33
|
-
if (!(this.
|
|
33
|
+
if (!(this.q58_1 < this.p58_1.v2())) {
|
|
34
34
|
throw IllegalStateException().o('Check failed.');
|
|
35
35
|
}
|
|
36
|
-
return this.
|
|
36
|
+
return this.p58_1.u2(this.q58_1).o58(request, new (DefaultHttpInterceptorChain())(this.p58_1, this.q58_1 + 1 | 0), $completion);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
initMetadataForClass($, 'DefaultHttpInterceptorChain', VOID, VOID, VOID, [1]);
|