@continuous-excellence/coupling-cli 1.1.418 → 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 +14 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -1
- 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 +61 -105
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +14 -14
- 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-coroutines-core/kotlinx/coroutines/selects/Select.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
|
@@ -17,7 +17,7 @@ function Companion() {
|
|
|
17
17
|
class $ {
|
|
18
18
|
constructor() {
|
|
19
19
|
Companion_instance = this;
|
|
20
|
-
this.
|
|
20
|
+
this.r6q_1 = mapOf([to('production', new (Auth0Environment())('V4sQOGgllEvZC328pnLhbrfr7VJjbOUx', 'https://coupling.zegreatrob.com/api')), to('prerelease', new (Auth0Environment())('V4sQOGgllEvZC328pnLhbrfr7VJjbOUx', 'https://prerelease.coupling.zegreatrob.com/api')), to('sandbox', new (Auth0Environment())('V4sQOGgllEvZC328pnLhbrfr7VJjbOUx', 'https://sandbox.coupling.zegreatrob.com/api')), to('local', new (Auth0Environment())('V4sQOGgllEvZC328pnLhbrfr7VJjbOUx', 'https://localhost/api'))]);
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
initMetadataForCompanion($);
|
|
@@ -37,15 +37,15 @@ function Auth0Environment() {
|
|
|
37
37
|
class $ {
|
|
38
38
|
constructor(clientId, audience) {
|
|
39
39
|
Companion_getInstance();
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
40
|
+
this.s6q_1 = clientId;
|
|
41
|
+
this.t6q_1 = audience;
|
|
42
42
|
}
|
|
43
43
|
toString() {
|
|
44
|
-
return 'Auth0Environment(clientId=' + this.
|
|
44
|
+
return 'Auth0Environment(clientId=' + this.s6q_1 + ', audience=' + this.t6q_1 + ')';
|
|
45
45
|
}
|
|
46
46
|
hashCode() {
|
|
47
|
-
var result = getStringHashCode(this.
|
|
48
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
47
|
+
var result = getStringHashCode(this.s6q_1);
|
|
48
|
+
result = imul(result, 31) + getStringHashCode(this.t6q_1) | 0;
|
|
49
49
|
return result;
|
|
50
50
|
}
|
|
51
51
|
equals(other) {
|
|
@@ -53,9 +53,9 @@ function Auth0Environment() {
|
|
|
53
53
|
return true;
|
|
54
54
|
if (!(other instanceof Auth0Environment()))
|
|
55
55
|
return false;
|
|
56
|
-
if (!(this.
|
|
56
|
+
if (!(this.s6q_1 === other.s6q_1))
|
|
57
57
|
return false;
|
|
58
|
-
if (!(this.
|
|
58
|
+
if (!(this.t6q_1 === other.t6q_1))
|
|
59
59
|
return false;
|
|
60
60
|
return true;
|
|
61
61
|
}
|
|
@@ -13,7 +13,7 @@ import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../
|
|
|
13
13
|
//region block: pre-declaration
|
|
14
14
|
//endregion
|
|
15
15
|
function *_generator_joinAll__v1pfh($this, $completion) {
|
|
16
|
-
var job = $this.
|
|
16
|
+
var job = $this.u6q_1.rd(Key_instance);
|
|
17
17
|
var tmp1_safe_receiver = job == null ? null : job.cy();
|
|
18
18
|
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : toList(tmp1_safe_receiver);
|
|
19
19
|
if (tmp2_safe_receiver == null)
|
|
@@ -30,12 +30,12 @@ function CliScope() {
|
|
|
30
30
|
if (CliScopeClass === VOID) {
|
|
31
31
|
class $ {
|
|
32
32
|
constructor() {
|
|
33
|
-
this.
|
|
33
|
+
this.u6q_1 = SupervisorJob();
|
|
34
34
|
}
|
|
35
35
|
jw() {
|
|
36
|
-
return this.
|
|
36
|
+
return this.u6q_1;
|
|
37
37
|
}
|
|
38
|
-
|
|
38
|
+
v6q($completion) {
|
|
39
39
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_joinAll__v1pfh.bind(VOID, this), $completion);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -42,13 +42,13 @@ import { launch1c91vkjzdi9sd as launch } from '../../../../../kotlinx-coroutines
|
|
|
42
42
|
//endregion
|
|
43
43
|
function *_generator_invoke__zhh2q8($this, $this$launch, $completion) {
|
|
44
44
|
var client = new (KtorAuth0Client())();
|
|
45
|
-
var tmp = client.k4c($this.
|
|
45
|
+
var tmp = client.k4c($this.w6q_1.t6q_1, $this.w6q_1.s6q_1, $completion);
|
|
46
46
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
47
47
|
tmp = yield tmp;
|
|
48
48
|
var result = tmp;
|
|
49
|
-
$this.
|
|
50
|
-
$this.
|
|
51
|
-
var tmp_0 = pollForSuccess($this.
|
|
49
|
+
$this.x6q_1.u5l('Your user code is: ' + result.e4c_1);
|
|
50
|
+
$this.x6q_1.u5l('Please follow link to authenticate: ' + result.d4c_1);
|
|
51
|
+
var tmp_0 = pollForSuccess($this.x6q_1, client, $this.w6q_1, result.f4c_1, result.g4c_1, $completion);
|
|
52
52
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
53
53
|
tmp_0 = yield tmp_0;
|
|
54
54
|
var pollResult = tmp_0;
|
|
@@ -60,17 +60,17 @@ function *_generator_invoke__zhh2q8($this, $this$launch, $completion) {
|
|
|
60
60
|
put(builder, 'refreshToken', pollResult == null ? null : pollResult.p4c_1);
|
|
61
61
|
var tmp$ret$1 = builder.j3y();
|
|
62
62
|
writeDataToFile(tmp_1, tmp$ret$1.toString());
|
|
63
|
-
$this.
|
|
63
|
+
$this.x6q_1.u5l('Login complete!');
|
|
64
64
|
return Unit_instance;
|
|
65
65
|
}
|
|
66
66
|
function _get_env__e67txg($this) {
|
|
67
67
|
var tmp = KProperty1();
|
|
68
|
-
return $this.
|
|
68
|
+
return $this.n6r_1.fp($this, getPropertyCallableRef('env', 1, tmp, Login$_get_env_$ref_pawiqw_0(), null));
|
|
69
69
|
}
|
|
70
70
|
function *_generator_pollForSuccess__modt2p($this, _this__u8e3s4, environment, deviceCode, interval, $completion) {
|
|
71
71
|
var pollResult;
|
|
72
72
|
$l$loop: while (true) {
|
|
73
|
-
var tmp = _this__u8e3s4.j4c(environment.
|
|
73
|
+
var tmp = _this__u8e3s4.j4c(environment.s6q_1, deviceCode, $completion);
|
|
74
74
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
75
75
|
tmp = yield tmp;
|
|
76
76
|
pollResult = tmp;
|
|
@@ -103,8 +103,8 @@ function Login$run$slambda() {
|
|
|
103
103
|
if (Login$run$slambdaClass === VOID) {
|
|
104
104
|
class $ {
|
|
105
105
|
constructor($environment, this$0) {
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
106
|
+
this.w6q_1 = $environment;
|
|
107
|
+
this.x6q_1 = this$0;
|
|
108
108
|
}
|
|
109
109
|
a1h($this$launch, $completion) {
|
|
110
110
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, $this$launch), $completion);
|
|
@@ -133,15 +133,15 @@ function Login() {
|
|
|
133
133
|
var tmp = this;
|
|
134
134
|
var tmp_0 = default_0(option(this, []), 'production');
|
|
135
135
|
var tmp_1 = KProperty1();
|
|
136
|
-
tmp.
|
|
136
|
+
tmp.n6r_1 = tmp_0.q60(this, getPropertyCallableRef('env', 1, tmp_1, Login$_get_env_$ref_pawiqw(), null));
|
|
137
137
|
}
|
|
138
|
-
|
|
139
|
-
var environment = Companion_getInstance_0().
|
|
138
|
+
e5b($completion) {
|
|
139
|
+
var environment = Companion_getInstance_0().r6q_1.o4(_get_env__e67txg(this));
|
|
140
140
|
if (!(environment == null)) {
|
|
141
141
|
var tmp = get_cliScope();
|
|
142
142
|
launch(tmp, VOID, VOID, Login$run$slambda_0(environment, this));
|
|
143
143
|
} else {
|
|
144
|
-
this.
|
|
144
|
+
this.u5l('Could not find client_id for environment ' + _get_env__e67txg(this));
|
|
145
145
|
}
|
|
146
146
|
return Unit_instance;
|
|
147
147
|
}
|
|
@@ -14,7 +14,7 @@ import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/k
|
|
|
14
14
|
import { Welcome239n5uwhd0l1a as Welcome } from './Welcome.mjs';
|
|
15
15
|
import { Login123mdhjyjrbrm as Login } from './Login.mjs';
|
|
16
16
|
import { subcommands1t5srr48gscgb as subcommands } from '../../../../../clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs';
|
|
17
|
-
import {
|
|
17
|
+
import { party157pvraectlfk as party } from './party/Party.mjs';
|
|
18
18
|
import { Default_getInstancejkv49nkel8hp as Default_getInstance } from '../../../../../kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs';
|
|
19
19
|
import {
|
|
20
20
|
get_jsonObject2u4z2ch1uuca9 as get_jsonObject,
|
|
@@ -45,7 +45,7 @@ function *_generator_main__qlaff5(args, $completion) {
|
|
|
45
45
|
var tmp = main(cli(), platformArgCorrection(args), $completion);
|
|
46
46
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
47
47
|
tmp = yield tmp;
|
|
48
|
-
var tmp_0 = get_cliScope().
|
|
48
|
+
var tmp_0 = get_cliScope().v6q($completion);
|
|
49
49
|
if (tmp_0 === get_COROUTINE_SUSPENDED())
|
|
50
50
|
tmp_0 = yield tmp_0;
|
|
51
51
|
return Unit_instance;
|
|
@@ -57,7 +57,7 @@ function cli(scope, cannon) {
|
|
|
57
57
|
scope = scope === VOID ? get_cliScope() : scope;
|
|
58
58
|
cannon = cannon === VOID ? null : cannon;
|
|
59
59
|
_init_properties_Main_kt__xi25uv();
|
|
60
|
-
return subcommands(subcommands(new (Welcome())(), [new (Login())()]), [party(
|
|
60
|
+
return subcommands(subcommands(new (Welcome())(), [new (Login())()]), [party(cannon)]);
|
|
61
61
|
}
|
|
62
62
|
function getAccessToken() {
|
|
63
63
|
_init_properties_Main_kt__xi25uv();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/Main.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-cliScope>","<get-couplingHomeDirectory>","<get-configFilePath>","<generator-main>","args","$completion","main","cli","scope","cannon","getAccessToken","<init properties Main.kt>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAYAA,CAAAA,EAAA;A;EAAA,e;AAAW,C;;kCAoBXC,CAAAA,EAAA;A;EAAA,4B;AAAwB,C;;2BACxBC,CAAAA,EAAA;A;EAAA,qB;AAAiB,C;;iCAnBTC,CAASC,I,EAATC,WAAAF,EAA8B;A,MAE7B,WADL,KACK,EAAK,sBAAsB,IAAtB,CAAL,c;;;MACI,QAAT,cAAS,iB;;;EACb,oB;AAAA,C;eAJQG,CAASF,I,EAATC,WAAAC,E;;C;YAMRC,CACIC,K,EACAC,MAFJF,EAGa;A,2BAFe,c;6BACuB,I;;
|
|
1
|
+
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/Main.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-cliScope>","<get-couplingHomeDirectory>","<get-configFilePath>","<generator-main>","args","$completion","main","cli","scope","cannon","getAccessToken","<init properties Main.kt>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAYAA,CAAAA,EAAA;A;EAAA,e;AAAW,C;;kCAoBXC,CAAAA,EAAA;A;EAAA,4B;AAAwB,C;;2BACxBC,CAAAA,EAAA;A;EAAA,qB;AAAiB,C;;iCAnBTC,CAASC,I,EAATC,WAAAF,EAA8B;A,MAE7B,WADL,KACK,EAAK,sBAAsB,IAAtB,CAAL,c;;;MACI,QAAT,cAAS,iB;;;EACb,oB;AAAA,C;eAJQG,CAASF,I,EAATC,WAAAC,E;;C;YAMRC,CACIC,K,EACAC,MAFJF,EAGa;A,2BAFe,c;6BACuB,I;;EAGpB,OAA1B,YADA,+BAAY,iBAAZ,CACA,EAAY,OAAM,MAAN,EAAZ,C;AAAyB,C;uBAU9BG,CAAAA,EAAuB;A;MAAA,wBAAO,2BAAP,C;;EAAA,2B;eAChB,aAAa,oBAAb,C;;;aACM,+B;QACE,qBAAG,eAAH,EAAG,CAAH,IAAc,aAAd,C;QAA8B,2EAA9B,kBAA8B,C;UAAe,oCAA7C,kBAA6C,M;;UAHrC,c;;EAG8C,U;AAAD,C;;yCAtCpEC,CAAAA,E;;;;iCAgC+B,OAAO,MAAP,C,GAAe,Y;qBACvB,2B,GAAqB,c;;C;;;;;;;;"}
|
|
@@ -10,9 +10,9 @@ var WelcomeClass;
|
|
|
10
10
|
function Welcome() {
|
|
11
11
|
if (WelcomeClass === VOID) {
|
|
12
12
|
class $ extends SuspendingCliktCommand() {
|
|
13
|
-
|
|
14
|
-
if (this.
|
|
15
|
-
this.
|
|
13
|
+
e5b($completion) {
|
|
14
|
+
if (this.j5l().o5m_1.o1()) {
|
|
15
|
+
this.u5l('Welcome to Coupling CLI.');
|
|
16
16
|
}
|
|
17
17
|
return Unit_instance;
|
|
18
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
2
|
-
import {
|
|
2
|
+
import { asyncz02dsa2nb2zt as async } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs';
|
|
3
3
|
import { Companion_getInstance3p7529cu4pihk as Companion_getInstance } from './Auth0Environment.mjs';
|
|
4
4
|
import { getAccessToken3ewjdaz56mx7j as getAccessToken } from './Main.mjs';
|
|
5
5
|
import { defaultClient32xevb6g4ofep as defaultClient } from '../../../../../Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs';
|
|
@@ -27,12 +27,12 @@ function withSdk(scope, env, echo, cannon, doWork) {
|
|
|
27
27
|
tmp = null;
|
|
28
28
|
} else {
|
|
29
29
|
// Inline function 'kotlin.let' call
|
|
30
|
-
tmp =
|
|
30
|
+
tmp = async(scope, VOID, VOID, withSdk$slambda_0(doWork, tmp1_safe_receiver));
|
|
31
31
|
}
|
|
32
32
|
return tmp;
|
|
33
33
|
}
|
|
34
34
|
function loadSdk(env, echo) {
|
|
35
|
-
var environment = Companion_getInstance().
|
|
35
|
+
var environment = Companion_getInstance().r6q_1.o4(env);
|
|
36
36
|
if (!(environment == null)) {
|
|
37
37
|
var accessToken = getAccessToken();
|
|
38
38
|
if (accessToken == null) {
|
|
@@ -52,10 +52,10 @@ function actionCannon(accessToken, environment) {
|
|
|
52
52
|
return sdk;
|
|
53
53
|
}
|
|
54
54
|
function audienceHost(_this__u8e3s4) {
|
|
55
|
-
return 'https://' + getHost(_this__u8e3s4.
|
|
55
|
+
return 'https://' + getHost(_this__u8e3s4.t6q_1);
|
|
56
56
|
}
|
|
57
|
-
function *_generator_invoke__zhh2q8($this, $this$
|
|
58
|
-
var tmp = $this.
|
|
57
|
+
function *_generator_invoke__zhh2q8($this, $this$async, $completion) {
|
|
58
|
+
var tmp = $this.d6s_1($this.e6s_1, $completion);
|
|
59
59
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
60
60
|
tmp = yield tmp;
|
|
61
61
|
return Unit_instance;
|
|
@@ -65,11 +65,11 @@ function withSdk$slambda() {
|
|
|
65
65
|
if (withSdk$slambdaClass === VOID) {
|
|
66
66
|
class $ {
|
|
67
67
|
constructor($doWork, $it) {
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
68
|
+
this.d6s_1 = $doWork;
|
|
69
|
+
this.e6s_1 = $it;
|
|
70
70
|
}
|
|
71
|
-
a1h($this$
|
|
72
|
-
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, $this$
|
|
71
|
+
a1h($this$async, $completion) {
|
|
72
|
+
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, $this$async), $completion);
|
|
73
73
|
}
|
|
74
74
|
de(p1, $completion) {
|
|
75
75
|
return this.a1h((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
|
|
@@ -82,7 +82,7 @@ function withSdk$slambda() {
|
|
|
82
82
|
}
|
|
83
83
|
function withSdk$slambda_0($doWork, $it) {
|
|
84
84
|
var i = new (withSdk$slambda())($doWork, $it);
|
|
85
|
-
var l = ($this$
|
|
85
|
+
var l = ($this$async, $completion) => i.a1h($this$async, $completion);
|
|
86
86
|
l.$arity = 1;
|
|
87
87
|
return l;
|
|
88
88
|
}
|
|
@@ -91,10 +91,10 @@ function actionCannon$slambda() {
|
|
|
91
91
|
if (actionCannon$slambdaClass === VOID) {
|
|
92
92
|
class $ {
|
|
93
93
|
constructor($accessToken) {
|
|
94
|
-
this.
|
|
94
|
+
this.f6s_1 = $accessToken;
|
|
95
95
|
}
|
|
96
96
|
fe($completion) {
|
|
97
|
-
return this.
|
|
97
|
+
return this.f6s_1;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
initMetadataForLambda($, VOID, VOID, [0]);
|
|
@@ -120,6 +120,7 @@ function actionCannon$lambda$lambda($this$install) {
|
|
|
120
120
|
}
|
|
121
121
|
//region block: exports
|
|
122
122
|
export {
|
|
123
|
+
loadSdk as loadSdkeuvn99af68rz,
|
|
123
124
|
withSdk as withSdk2z91d0wg9s3or,
|
|
124
125
|
};
|
|
125
126
|
//endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/WithSdk.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["withSdk","scope","env","echo","cannon","doWork","loadSdk","environment","accessToken","actionCannon","sdk","audienceHost","<this>","<generator-invoke>","$completion","$doWork","invoke","withSdk$slambda","withSdk$slambda$lambda","$accessToken","actionCannon$slambda","actionCannon$slambda$lambda","actionCannon$lambda","actionCannon$lambda$lambda"],"mappings":";;;;;;;;;;;;;;;;;;;;;gBAYAA,CACIC,K,EACAC,G,EACAC,I,EACAC,M,EACAC,MALJL,EAMI;A,6BAF+C,I;MAE9C,sCAAU,QAAQ,GAAR,EAAa,IAAb,CAAV,S;;EACC,+B;UAAA,I;;;UAAY,
|
|
1
|
+
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/WithSdk.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["withSdk","scope","env","echo","cannon","doWork","loadSdk","environment","accessToken","actionCannon","sdk","audienceHost","<this>","<generator-invoke>","$completion","$doWork","invoke","withSdk$slambda","withSdk$slambda$lambda","$accessToken","actionCannon$slambda","actionCannon$slambda$lambda","actionCannon$lambda","actionCannon$lambda$lambda"],"mappings":";;;;;;;;;;;;;;;;;;;;;gBAYAA,CACIC,K,EACAC,G,EACAC,I,EACAC,M,EACAC,MALJL,EAMI;A,6BAF+C,I;MAE9C,sCAAU,QAAQ,GAAR,EAAa,IAAb,CAAV,S;;EACC,+B;UAAA,I;;;UAAY,MAAN,KAAM,cAAM,0BADnB,kBACmB,CAAN,C;;EAAsB,U;AAAD,C;gBAEvCM,CACIJ,G,EACAC,IAFJG,EAGwC;A,MACpCC,cAAkB,wBAAiB,KAAjB,IAAqB,GAArB,C;EACd,qBAAe,IAAf,E,CAAqB;A,QACrBC,cAAkB,gB;IACd,mBAAe,IAAf,C,CAAqB;A,MACrB,KAAK,kCAAL,C;IACJ,C,MAAO;A,MACH,OAAO,aAAa,WAAb,EAA0B,WAA1B,C;IACX,C;EACJ,C,MAAO;A,IACH,KAAK,wBAAL,C;EACJ,C;EACA,OAAO,I;AACX,C;qBAEQC,CACJD,W,EACAD,WAFIE,EAG+B;A,YAEd,mC;cACJ,cAA0B,aAAZ,WAAY,CAA1B,C;MAFjBC,MAA+C,iBAEY,UAAO,mBAAP,CAFZ,4BAQb,8BARa,E;EAU/C,OAAO,G;AACX,C;qBAEQC,CAAIC,aAAJD,EAAsC;A,EAA8B,OAA7B,UAA6B,GAAnB,QAAQ,aAAR,CAAQ,KAAR,C;AAAkB,C;mCArCnDE,CAAA,K,EAAA,W,EAAAC,WAAAD,EAAE;A,MAAA,kBAAO,KAAP,CAAO,KAAP,c;;;EAAS,oB;AAAA,C;;;;;kBCF0BE,O;;;;SAM1DC,CAAA,W,EAAAF,WAAAE,E;;O;SAvBH,E,EAAAF,W;;;;;;;;;0BDmBwBG,CAFpBF,O,KAEoBE,E;;UAAAC,CAAA,W,EAAAJ,WAAAI,oC;;;C;;;;;kBAqBpBC,Y;;;QAIqBH,CAAAF,WAAAE,EAAE;A,QAAW,OAAX,IAAW,CAAX,K;MAAU,C;;;;;;;+BAAZI,CAJrBD,YAIqBC,E;;UAAAC,CAAAP,WAAAO,sB;;;C;4BAC6CC,CAAA,YAAAA,EAAA;A,YAClD,sB;EAAR,sBAA0B,0BAA1B,C;EAIJ,oB;AAAA,C;mCAJ8BC,CAAA,aAAAA,EAAA;A,EACtB,kBAAiC,CAAjC,C;EACA,mB;EACJ,oB;AAAA,C;;;;;"}
|
|
@@ -23,20 +23,20 @@ function Data() {
|
|
|
23
23
|
if (DataClass === VOID) {
|
|
24
24
|
class $ {
|
|
25
25
|
constructor(partyList) {
|
|
26
|
-
this.
|
|
26
|
+
this.i6q_1 = partyList;
|
|
27
27
|
}
|
|
28
28
|
toString() {
|
|
29
|
-
return 'Data(partyList=' + toString(this.
|
|
29
|
+
return 'Data(partyList=' + toString(this.i6q_1) + ')';
|
|
30
30
|
}
|
|
31
31
|
hashCode() {
|
|
32
|
-
return hashCode(this.
|
|
32
|
+
return hashCode(this.i6q_1);
|
|
33
33
|
}
|
|
34
34
|
equals(other) {
|
|
35
35
|
if (this === other)
|
|
36
36
|
return true;
|
|
37
37
|
if (!(other instanceof Data()))
|
|
38
38
|
return false;
|
|
39
|
-
if (!equals(this.
|
|
39
|
+
if (!equals(this.i6q_1, other.i6q_1))
|
|
40
40
|
return false;
|
|
41
41
|
return true;
|
|
42
42
|
}
|
|
@@ -51,15 +51,15 @@ function PartyList() {
|
|
|
51
51
|
if (PartyListClass === VOID) {
|
|
52
52
|
class $ {
|
|
53
53
|
constructor(__typename, partyDetails) {
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
54
|
+
this.j6q_1 = __typename;
|
|
55
|
+
this.k6q_1 = partyDetails;
|
|
56
56
|
}
|
|
57
57
|
toString() {
|
|
58
|
-
return 'PartyList(__typename=' + this.
|
|
58
|
+
return 'PartyList(__typename=' + this.j6q_1 + ', partyDetails=' + this.k6q_1.toString() + ')';
|
|
59
59
|
}
|
|
60
60
|
hashCode() {
|
|
61
|
-
var result = getStringHashCode(this.
|
|
62
|
-
result = imul(result, 31) + this.
|
|
61
|
+
var result = getStringHashCode(this.j6q_1);
|
|
62
|
+
result = imul(result, 31) + this.k6q_1.hashCode() | 0;
|
|
63
63
|
return result;
|
|
64
64
|
}
|
|
65
65
|
equals(other) {
|
|
@@ -67,9 +67,9 @@ function PartyList() {
|
|
|
67
67
|
return true;
|
|
68
68
|
if (!(other instanceof PartyList()))
|
|
69
69
|
return false;
|
|
70
|
-
if (!(this.
|
|
70
|
+
if (!(this.j6q_1 === other.j6q_1))
|
|
71
71
|
return false;
|
|
72
|
-
if (!this.
|
|
72
|
+
if (!this.k6q_1.equals(other.k6q_1))
|
|
73
73
|
return false;
|
|
74
74
|
return true;
|
|
75
75
|
}
|
|
@@ -84,10 +84,10 @@ function Companion() {
|
|
|
84
84
|
if (CompanionClass === VOID) {
|
|
85
85
|
class $ {
|
|
86
86
|
constructor() {
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
87
|
+
this.l6q_1 = '4f3dd94849aec46c63247323851c79a17e0dc9822385331bb7f50b02e7cb1b7f';
|
|
88
|
+
this.m6q_1 = 'partyListQuery';
|
|
89
89
|
}
|
|
90
|
-
|
|
90
|
+
y5e() {
|
|
91
91
|
return 'query partyListQuery { partyList { __typename ...PartyDetails } } fragment PartyDetails on Party { id name email pairingRule badgesEnabled defaultBadgeName alternateBadgeName callSignsEnabled animationsEnabled animationSpeed }';
|
|
92
92
|
}
|
|
93
93
|
}
|
|
@@ -110,24 +110,24 @@ function PartyListQuery() {
|
|
|
110
110
|
hashCode() {
|
|
111
111
|
return getKClassFromExpression(this).hashCode();
|
|
112
112
|
}
|
|
113
|
-
|
|
113
|
+
a5f() {
|
|
114
114
|
return '4f3dd94849aec46c63247323851c79a17e0dc9822385331bb7f50b02e7cb1b7f';
|
|
115
115
|
}
|
|
116
116
|
operationId() {
|
|
117
|
-
return this.
|
|
117
|
+
return this.a5f();
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
return Companion_instance.
|
|
119
|
+
i4p() {
|
|
120
|
+
return Companion_instance.y5e();
|
|
121
121
|
}
|
|
122
|
-
|
|
122
|
+
b5f() {
|
|
123
123
|
return 'partyListQuery';
|
|
124
124
|
}
|
|
125
125
|
operationName() {
|
|
126
|
-
return this.
|
|
126
|
+
return this.b5f();
|
|
127
127
|
}
|
|
128
|
-
|
|
128
|
+
f4o(writer, customScalarAdapters, withDefaultValues) {
|
|
129
129
|
}
|
|
130
|
-
|
|
130
|
+
e4o() {
|
|
131
131
|
return obj(Data_getInstance());
|
|
132
132
|
}
|
|
133
133
|
}
|
|
@@ -25,12 +25,12 @@ function Data_0() {
|
|
|
25
25
|
class $ {
|
|
26
26
|
constructor() {
|
|
27
27
|
Data_instance = this;
|
|
28
|
-
this.
|
|
28
|
+
this.n6q_1 = listOf('partyList');
|
|
29
29
|
}
|
|
30
30
|
f4h(reader, customScalarAdapters) {
|
|
31
31
|
var _partyList = null;
|
|
32
32
|
$l$loop: while (true) {
|
|
33
|
-
if (reader.
|
|
33
|
+
if (reader.u4t(this.n6q_1) === 0)
|
|
34
34
|
_partyList = list(obj(PartyList_getInstance(), true)).f4h(reader, customScalarAdapters);
|
|
35
35
|
else
|
|
36
36
|
break $l$loop;
|
|
@@ -44,12 +44,12 @@ function Data_0() {
|
|
|
44
44
|
}
|
|
45
45
|
return new (Data())(tmp);
|
|
46
46
|
}
|
|
47
|
-
|
|
48
|
-
writer.
|
|
49
|
-
list(obj(PartyList_getInstance(), true)).l4i(writer, customScalarAdapters, value.
|
|
47
|
+
o6q(writer, customScalarAdapters, value) {
|
|
48
|
+
writer.e4p('partyList');
|
|
49
|
+
list(obj(PartyList_getInstance(), true)).l4i(writer, customScalarAdapters, value.i6q_1);
|
|
50
50
|
}
|
|
51
51
|
g4h(writer, customScalarAdapters, value) {
|
|
52
|
-
return this.
|
|
52
|
+
return this.o6q(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
initMetadataForObject($, 'Data', VOID, VOID, [Adapter()]);
|
|
@@ -69,17 +69,17 @@ function PartyList_0() {
|
|
|
69
69
|
class $ {
|
|
70
70
|
constructor() {
|
|
71
71
|
PartyList_instance = this;
|
|
72
|
-
this.
|
|
72
|
+
this.p6q_1 = listOf('__typename');
|
|
73
73
|
}
|
|
74
74
|
f4h(reader, customScalarAdapters) {
|
|
75
75
|
var __typename = null;
|
|
76
76
|
$l$loop: while (true) {
|
|
77
|
-
if (reader.
|
|
77
|
+
if (reader.u4t(this.p6q_1) === 0)
|
|
78
78
|
__typename = get_StringAdapter().f4h(reader, customScalarAdapters);
|
|
79
79
|
else
|
|
80
80
|
break $l$loop;
|
|
81
81
|
}
|
|
82
|
-
reader.
|
|
82
|
+
reader.v4t();
|
|
83
83
|
var _partyDetails = PartyDetails_getInstance().f4h(reader, customScalarAdapters);
|
|
84
84
|
var tmp1_elvis_lhs = __typename;
|
|
85
85
|
var tmp;
|
|
@@ -90,13 +90,13 @@ function PartyList_0() {
|
|
|
90
90
|
}
|
|
91
91
|
return new (PartyList())(tmp, _partyDetails);
|
|
92
92
|
}
|
|
93
|
-
|
|
94
|
-
writer.
|
|
95
|
-
get_StringAdapter().g4h(writer, customScalarAdapters, value.
|
|
96
|
-
PartyDetails_getInstance().
|
|
93
|
+
q6q(writer, customScalarAdapters, value) {
|
|
94
|
+
writer.e4p('__typename');
|
|
95
|
+
get_StringAdapter().g4h(writer, customScalarAdapters, value.j6q_1);
|
|
96
|
+
PartyDetails_getInstance().c5g(writer, customScalarAdapters, value.k6q_1);
|
|
97
97
|
}
|
|
98
98
|
g4h(writer, customScalarAdapters, value) {
|
|
99
|
-
return this.
|
|
99
|
+
return this.q6q(writer, customScalarAdapters, value instanceof PartyList() ? value : THROW_CCE());
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
initMetadataForObject($, 'PartyList', VOID, VOID, [Adapter()]);
|
|
@@ -50,7 +50,7 @@ import { withSdk2z91d0wg9s3or as withSdk } from '../WithSdk.mjs';
|
|
|
50
50
|
//endregion
|
|
51
51
|
function *_generator_invoke__zhh2q8($this, sdk, $completion) {
|
|
52
52
|
// Inline function 'kotlin.collections.forEach' call
|
|
53
|
-
var _iterator__ex2g4s = $this.
|
|
53
|
+
var _iterator__ex2g4s = $this.g6s_1.q1();
|
|
54
54
|
while (_iterator__ex2g4s.r1()) {
|
|
55
55
|
var element = _iterator__ex2g4s.s1();
|
|
56
56
|
var tmp = fire(sdk, element, $completion);
|
|
@@ -61,15 +61,15 @@ function *_generator_invoke__zhh2q8($this, sdk, $completion) {
|
|
|
61
61
|
}
|
|
62
62
|
function _get_file__d6iv67($this) {
|
|
63
63
|
var tmp = KProperty1();
|
|
64
|
-
return $this.
|
|
64
|
+
return $this.y6s_1.fp($this, getPropertyCallableRef('file', 1, tmp, BatchContribution$_get_file_$ref_fvayxk_0(), null));
|
|
65
65
|
}
|
|
66
66
|
function _get_inputJson__zeyf3($this) {
|
|
67
67
|
var tmp = KProperty1();
|
|
68
|
-
return $this.
|
|
68
|
+
return $this.z6s_1.fp($this, getPropertyCallableRef('inputJson', 1, tmp, BatchContribution$_get_inputJson_$ref_uxucks_0(), null));
|
|
69
69
|
}
|
|
70
70
|
function _get_cycleTimeFromFirstCommit__2fkwv5($this) {
|
|
71
71
|
var tmp = KProperty1();
|
|
72
|
-
return $this.
|
|
72
|
+
return $this.c6t_1.fp($this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp, BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa_0(), null));
|
|
73
73
|
}
|
|
74
74
|
function BatchContribution$_get_file_$ref_fvayxk() {
|
|
75
75
|
return (p0) => _get_file__d6iv67(p0);
|
|
@@ -84,16 +84,16 @@ function BatchContribution$_get_inputJson_$ref_uxucks_0() {
|
|
|
84
84
|
return (p0) => _get_inputJson__zeyf3(p0);
|
|
85
85
|
}
|
|
86
86
|
function BatchContribution$_get_label_$ref_jbf4aa() {
|
|
87
|
-
return (p0) => p0.
|
|
87
|
+
return (p0) => p0.d6t();
|
|
88
88
|
}
|
|
89
89
|
function BatchContribution$_get_label_$ref_jbf4aa_0() {
|
|
90
|
-
return (p0) => p0.
|
|
90
|
+
return (p0) => p0.d6t();
|
|
91
91
|
}
|
|
92
92
|
function BatchContribution$_get_link_$ref_arx8yi() {
|
|
93
|
-
return (p0) => p0.
|
|
93
|
+
return (p0) => p0.e6t();
|
|
94
94
|
}
|
|
95
95
|
function BatchContribution$_get_link_$ref_arx8yi_0() {
|
|
96
|
-
return (p0) => p0.
|
|
96
|
+
return (p0) => p0.e6t();
|
|
97
97
|
}
|
|
98
98
|
function BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa() {
|
|
99
99
|
return (p0) => _get_cycleTimeFromFirstCommit__2fkwv5(p0);
|
|
@@ -103,13 +103,13 @@ function BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa_0() {
|
|
|
103
103
|
}
|
|
104
104
|
function BatchContribution$run$lambda($key) {
|
|
105
105
|
return (it) => {
|
|
106
|
-
var tmp = it.
|
|
106
|
+
var tmp = it.l5m_1.o4($key);
|
|
107
107
|
return tmp instanceof ContributionContext() ? tmp : null;
|
|
108
108
|
};
|
|
109
109
|
}
|
|
110
110
|
function BatchContribution$echo$ref(p0) {
|
|
111
111
|
return (receiver) => {
|
|
112
|
-
p0.
|
|
112
|
+
p0.u5l(receiver);
|
|
113
113
|
return Unit_instance;
|
|
114
114
|
};
|
|
115
115
|
}
|
|
@@ -118,13 +118,13 @@ function BatchContribution$run$slambda() {
|
|
|
118
118
|
if (BatchContribution$run$slambdaClass === VOID) {
|
|
119
119
|
class $ {
|
|
120
120
|
constructor($commands) {
|
|
121
|
-
this.
|
|
121
|
+
this.g6s_1 = $commands;
|
|
122
122
|
}
|
|
123
|
-
|
|
123
|
+
f6t(sdk, $completion) {
|
|
124
124
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, sdk), $completion);
|
|
125
125
|
}
|
|
126
126
|
de(p1, $completion) {
|
|
127
|
-
return this.
|
|
127
|
+
return this.f6t((!(p1 == null) ? isInterface(p1, ActionCannon()) : false) ? p1 : THROW_CCE(), $completion);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -134,7 +134,7 @@ function BatchContribution$run$slambda() {
|
|
|
134
134
|
}
|
|
135
135
|
function BatchContribution$run$slambda_0($commands) {
|
|
136
136
|
var i = new (BatchContribution$run$slambda())($commands);
|
|
137
|
-
var l = (sdk, $completion) => i.
|
|
137
|
+
var l = (sdk, $completion) => i.f6t(sdk, $completion);
|
|
138
138
|
l.$arity = 1;
|
|
139
139
|
return l;
|
|
140
140
|
}
|
|
@@ -146,38 +146,38 @@ function BatchContribution() {
|
|
|
146
146
|
scope = scope === VOID ? get_cliScope() : scope;
|
|
147
147
|
cannon = cannon === VOID ? null : cannon;
|
|
148
148
|
super('batch');
|
|
149
|
-
this.
|
|
150
|
-
this.
|
|
149
|
+
this.w6s_1 = scope;
|
|
150
|
+
this.x6s_1 = cannon;
|
|
151
151
|
var tmp = this;
|
|
152
152
|
var tmp_0 = default_0(option(this, []), '');
|
|
153
153
|
var tmp_1 = KProperty1();
|
|
154
|
-
tmp.
|
|
154
|
+
tmp.y6s_1 = tmp_0.q60(this, getPropertyCallableRef('file', 1, tmp_1, BatchContribution$_get_file_$ref_fvayxk(), null));
|
|
155
155
|
var tmp_2 = this;
|
|
156
156
|
var tmp_3 = option(this, []);
|
|
157
157
|
var tmp_4 = KProperty1();
|
|
158
|
-
tmp_2.
|
|
158
|
+
tmp_2.z6s_1 = tmp_3.q60(this, getPropertyCallableRef('inputJson', 1, tmp_4, BatchContribution$_get_inputJson_$ref_uxucks(), null));
|
|
159
159
|
var tmp_5 = this;
|
|
160
160
|
var tmp_6 = default_0(option(this, []), '');
|
|
161
161
|
var tmp_7 = KProperty1();
|
|
162
|
-
tmp_5.
|
|
162
|
+
tmp_5.a6t_1 = tmp_6.q60(this, getPropertyCallableRef('label', 1, tmp_7, BatchContribution$_get_label_$ref_jbf4aa(), null));
|
|
163
163
|
var tmp_8 = this;
|
|
164
164
|
var tmp_9 = default_0(option(this, []), '');
|
|
165
165
|
var tmp_10 = KProperty1();
|
|
166
|
-
tmp_8.
|
|
166
|
+
tmp_8.b6t_1 = tmp_9.q60(this, getPropertyCallableRef('link', 1, tmp_10, BatchContribution$_get_link_$ref_arx8yi(), null));
|
|
167
167
|
var tmp_11 = this;
|
|
168
168
|
var tmp_12 = flag(option(this, []), []);
|
|
169
169
|
var tmp_13 = KProperty1();
|
|
170
|
-
tmp_11.
|
|
170
|
+
tmp_11.c6t_1 = tmp_12.q60(this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp_13, BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa(), null));
|
|
171
171
|
}
|
|
172
|
-
|
|
172
|
+
d6t() {
|
|
173
173
|
var tmp = KProperty1();
|
|
174
|
-
return this.
|
|
174
|
+
return this.a6t_1.fp(this, getPropertyCallableRef('label', 1, tmp, BatchContribution$_get_label_$ref_jbf4aa_0(), null));
|
|
175
175
|
}
|
|
176
|
-
|
|
176
|
+
e6t() {
|
|
177
177
|
var tmp = KProperty1();
|
|
178
|
-
return this.
|
|
178
|
+
return this.b6t_1.fp(this, getPropertyCallableRef('link', 1, tmp, BatchContribution$_get_link_$ref_arx8yi_0(), null));
|
|
179
179
|
}
|
|
180
|
-
|
|
180
|
+
e5b($completion) {
|
|
181
181
|
var tmp0_elvis_lhs = _get_inputJson__zeyf3(this);
|
|
182
182
|
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? loadFile(_get_file__d6iv67(this)) : tmp0_elvis_lhs;
|
|
183
183
|
var tmp;
|
|
@@ -191,13 +191,13 @@ function BatchContribution() {
|
|
|
191
191
|
var tmp_0 = ContributionParser_getInstance();
|
|
192
192
|
// Inline function 'kotlin.text.trim' call
|
|
193
193
|
var tmp$ret$0 = toString(trim(isCharSequence(inputJson) ? inputJson : THROW_CCE()));
|
|
194
|
-
var contributions = tmp_0.
|
|
194
|
+
var contributions = tmp_0.q6p(tmp$ret$0);
|
|
195
195
|
// Inline function 'com.github.ajalt.clikt.core.Context.findObject' call
|
|
196
|
-
var this_0 = this.
|
|
196
|
+
var this_0 = this.j5l();
|
|
197
197
|
var key = 'default_object';
|
|
198
198
|
var tmp_1 = selfAndAncestors(this_0);
|
|
199
199
|
var contributionContext = firstOrNull(mapNotNull(tmp_1, BatchContribution$run$lambda(key)));
|
|
200
|
-
var partyId = ensureNotNull(contributionContext).
|
|
200
|
+
var partyId = ensureNotNull(contributionContext).g6t_1;
|
|
201
201
|
// Inline function 'kotlin.collections.map' call
|
|
202
202
|
// Inline function 'kotlin.collections.mapTo' call
|
|
203
203
|
var destination = ArrayList().w2(collectionSizeOrDefault(contributions, 10));
|
|
@@ -205,7 +205,7 @@ function BatchContribution() {
|
|
|
205
205
|
while (_iterator__ex2g4s.r1()) {
|
|
206
206
|
var item = _iterator__ex2g4s.s1();
|
|
207
207
|
// Inline function 'kotlin.takeIf' call
|
|
208
|
-
var this_1 = this.
|
|
208
|
+
var this_1 = this.e6t();
|
|
209
209
|
var tmp_2;
|
|
210
210
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
211
211
|
if (!isBlank(this_1)) {
|
|
@@ -215,7 +215,7 @@ function BatchContribution() {
|
|
|
215
215
|
}
|
|
216
216
|
var tmp0_link = tmp_2;
|
|
217
217
|
// Inline function 'kotlin.takeIf' call
|
|
218
|
-
var this_2 = this.
|
|
218
|
+
var this_2 = this.d6t();
|
|
219
219
|
var tmp_3;
|
|
220
220
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
221
221
|
if (!isBlank(this_2)) {
|
|
@@ -247,7 +247,7 @@ function BatchContribution() {
|
|
|
247
247
|
}
|
|
248
248
|
var commands = destination_0;
|
|
249
249
|
var tmp_5 = BatchContribution$echo$ref(this);
|
|
250
|
-
withSdk(this.
|
|
250
|
+
withSdk(this.w6s_1, contributionContext.h6t_1, tmp_5, this.x6s_1, BatchContribution$run$slambda_0(commands));
|
|
251
251
|
return Unit_instance;
|
|
252
252
|
}
|
|
253
253
|
}
|