@continuous-excellence/coupling-cli 1.1.582 → 1.1.583
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/ConfigCommand.mjs +39 -39
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +15 -15
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +33 -33
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +26 -26
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +36 -28
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +43 -37
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +21 -21
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +30 -30
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PartyListQuerySelections.mjs +45 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PartyListQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PlayersQuerySelections.mjs +50 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PlayersQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +43 -43
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +26 -26
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +38 -38
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ListContribution.mjs +51 -51
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +37 -37
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +31 -31
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +17 -17
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +32 -32
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +57 -57
- package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +10 -10
- 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-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs +82 -82
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +54 -54
- package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +26 -26
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/CouplingJsonFormat.mjs +4 -4
- package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +10 -10
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +112 -112
- 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 +57 -57
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +16 -16
- 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 +17 -17
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +1 -1
- package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs +28 -28
- 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 +7 -7
- 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/KtorSyntax.mjs +2 -2
- 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 +35 -35
- 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 +2 -2
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/ContributionDetailsMapper.mjs +16 -16
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +9 -9
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +43 -37
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyContributionReportContributionsQuery.mjs +50 -44
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyContributionReportContributionsQuery.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +39 -33
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +32 -26
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs.map +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +30 -30
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +3 -3
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyContributionReportContributionsQuery_ResponseAdapter.mjs +39 -39
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyContributionReportContributionsQuery_VariablesAdapter.mjs +6 -6
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +21 -21
- 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 +9 -9
- 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/ContributionDetails.mjs +53 -53
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/ContributionDetailsImpl_ResponseAdapter.mjs +55 -55
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs +77 -77
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +102 -102
- 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 +36 -36
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetails.mjs +28 -28
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs +33 -33
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/ContributionDetailsSelections.mjs +44 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/ContributionDetailsSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PairingSetDetailsSelections.mjs +54 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PairingSetDetailsSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PartyDetailsSelections.mjs +43 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PartyDetailsSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PlayerDetailsSelections.mjs +43 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PlayerDetailsSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/CurrentPairAssignmentsQuerySelections.mjs +53 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/CurrentPairAssignmentsQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyContributionReportContributionsQuerySelections.mjs +56 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyContributionReportContributionsQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyDetailsQuerySelections.mjs +51 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyDetailsQuerySelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/SaveContributionMutationSelections.mjs +41 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/SaveContributionMutationSelections.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Contribution.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Contribution.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionId.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/ContributionReport.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionReport.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionWindow.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/DateTimeISO.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/DateTimeISO.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Duration.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Duration.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLBoolean.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLBoolean.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +1 -1
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLInt.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLInt.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLString.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLString.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Mutation.mjs +56 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Mutation.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairSnapshot.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairSnapshot.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSet.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSet.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSetId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSetId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Party.mjs +40 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Party.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyInput.mjs +4 -4
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinSnapshot.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinSnapshot.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Player.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Player.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerId.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerId.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerSnapshot.mjs +34 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerSnapshot.mjs.map +1 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Query.mjs +40 -0
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Query.mjs.map +1 -0
- 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 +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +47 -47
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionWindow_ResponseAdapter.mjs +7 -7
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionsInput_InputAdapter.mjs +10 -10
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs +6 -6
- package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +8 -8
- package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +6 -6
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +110 -140
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +100 -63
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +61 -61
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +269 -3
- 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 +39 -50
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +35 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +51 -10
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs.map +1 -1
- 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 +21 -21
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +9 -9
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +21 -5
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/RequestParameters.mjs +158 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/RequestParameters.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/CacheUrlOverride.mjs +60 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/CacheUrlOverride.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +189 -291
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +106 -60
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs.map +1 -1
- 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 +41 -30
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +84 -84
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +368 -455
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs.map +1 -1
- 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/JsonReader.mjs +19 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReader.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +11 -11
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +12 -12
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +125 -124
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +47 -50
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +35 -35
- 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 +130 -138
- package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +42 -48
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +290 -307
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs.map +1 -1
- 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 +7 -7
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +232 -102
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +49 -49
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/dispatchers.js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +30 -30
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/IncrementalDeliveryProtocolImpl.mjs +81 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/IncrementalDeliveryProtocolImpl.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/JsonMap.mjs +85 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/JsonMap.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_1IncrementalResultsMerger.mjs +154 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_1IncrementalResultsMerger.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_2IncrementalResultsMerger.mjs +253 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_2IncrementalResultsMerger.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +18 -18
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/IncrementalDeliveryProtocol.mjs +38 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/IncrementalDeliveryProtocol.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +4 -4
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +34 -118
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpEngine.mjs +0 -4
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpEngine.mjs.map +1 -1
- 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 +221 -200
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs +4 -8
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/Js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/ClientMessage.mjs +50 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/ClientMessage.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/GraphQLWsProtocol.mjs +199 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/GraphQLWsProtocol.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/ServerMessage.mjs +145 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/ServerMessage.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketEngine.js.mjs +270 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketEngine.js.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketNetworkTransport.mjs +313 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketNetworkTransport.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/SubscribableWebSocket.mjs +571 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/SubscribableWebSocket.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/WebSocketPool.mjs +118 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/WebSocketPool.mjs.map +1 -0
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +26 -26
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +39 -36
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs.map +1 -1
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +206 -203
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs.map +1 -1
- 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/WsProtocol.mjs.map +1 -1
- 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.js.mjs +1 -1
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +43 -50
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs.map +1 -1
- package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +67 -67
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
- 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 +111 -111
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +95 -95
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +134 -134
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
- 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 +21 -21
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +205 -205
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
- 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 +29 -29
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +230 -230
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +2 -2
- 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/NumbersJs.mjs +11 -11
- package/kotlin/kotlin-kotlin-stdlib/kotlin/NumbersJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Collections.mjs +9 -9
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs +41 -41
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs +8 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/Maps.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs +11 -2
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs +7 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/_Sets.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs +7 -7
- package/kotlin/kotlin-kotlin-stdlib/kotlin/collections/collectionJs.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs +10 -0
- package/kotlin/kotlin-kotlin-stdlib/kotlin/js/arrays.mjs.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs +8 -4
- package/kotlin/kotlin-kotlin-stdlib/kotlin/ranges/_Ranges.mjs.map +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/Duration.mjs +21 -21
- package/kotlin/kotlin-kotlin-stdlib/kotlin/time/Duration.mjs.map +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/DirectLoggerFactory.mjs +1 -1
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +9 -9
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +25 -25
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +5 -5
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +12 -12
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +5 -5
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +11 -11
- package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/locks/Synchronized.mjs +34 -0
- package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/locks/Synchronized.mjs.map +1 -0
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs +31 -31
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Delay.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +73 -73
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +26 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Channel.mjs +13 -13
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +13 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ConflatedBufferedChannel.mjs +7 -7
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs +56 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/Produce.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs +52 -20
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Builders.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Channels.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs +5 -5
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collect.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Collection.mjs +10 -10
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs +2 -29
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Context.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Emitters.mjs +14 -14
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Errors.mjs +26 -26
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Flow.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Limit.mjs +16 -16
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +9 -9
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Share.mjs +23 -23
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +132 -132
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/Transform.mjs +19 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/AbstractSharedFlow.mjs +32 -32
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/ChannelFlow.mjs +72 -72
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/FlowExceptions.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NopCollector.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.common.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SafeCollector.mjs +8 -8
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/SendingCollector.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LimitedDispatcher.mjs +33 -33
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/LockFreeTaskQueue.mjs +72 -72
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/NamedDispatcher.mjs +8 -8
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
- package/kotlin/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +157 -157
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +50 -50
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +133 -133
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +12 -12
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +58 -58
- package/kotlin/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/PolymorphicSerializer.mjs +17 -17
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializationExceptions.mjs +19 -19
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/Serializers.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersCache.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/SerializersJs.mjs +4 -4
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/builtins/BuiltinSerializers.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/ContextAware.mjs +33 -33
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptor.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/descriptors/SerialDescriptors.mjs +96 -96
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractDecoder.mjs +59 -59
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/AbstractEncoder.mjs +69 -69
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Decoding.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/encoding/Encoding.mjs +7 -7
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/AbstractPolymorphicSerializer.mjs +25 -25
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/BuiltInSerializers.mjs +38 -38
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionDescriptors.mjs +56 -56
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/CollectionSerializers.mjs +231 -231
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ElementMarker.mjs +22 -22
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Enums.mjs +33 -33
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/InlineClassDescriptor.mjs +16 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/JsonInternalDependencies.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NoOpEncoder.mjs +18 -18
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NothingSerialDescriptor.mjs +16 -16
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/NullableSerializer.mjs +43 -43
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ObjectSerializer.mjs +19 -19
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.common.mjs +5 -5
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Platform.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginExceptions.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PluginGeneratedSerialDescriptor.mjs +70 -70
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/PrimitiveArraysSerializers.mjs +444 -444
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Primitives.mjs +114 -114
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tagged.mjs +221 -221
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/Tuples.mjs +90 -90
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/internal/ValueClasses.mjs +48 -48
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModule.mjs +30 -30
- package/kotlin/kotlinx-serialization-kotlinx-serialization-core/kotlinx/serialization/modules/SerializersModuleCollector.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +48 -48
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +19 -19
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +55 -55
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs +6 -6
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +154 -154
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonExceptions.mjs +19 -19
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +179 -179
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +7 -7
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +21 -21
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +40 -40
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +11 -11
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +2 -2
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +61 -61
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +179 -179
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +141 -141
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +262 -262
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs +184 -184
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +9 -9
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +69 -69
- package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +71 -71
- package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
- package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +43 -43
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +46 -46
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +50 -50
- package/kotlin/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +24 -24
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +40 -40
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +19 -19
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +32 -32
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +9 -9
- package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +36 -36
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +55 -55
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +32 -32
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +63 -63
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +77 -77
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +52 -52
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +33 -33
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +25 -25
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +104 -104
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +53 -53
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +77 -77
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +23 -23
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +25 -25
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +34 -34
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +55 -55
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +34 -34
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +66 -66
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs +8 -8
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +79 -79
- package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +16 -16
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/ClientUpgradeContent.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +19 -19
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +58 -58
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +1 -1
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +10 -10
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +11 -11
- package/kotlin/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +6 -6
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
- package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +16 -16
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +16 -16
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +4 -4
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/JsUtils.js.mjs +15 -15
- package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/headers.mjs +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs +28 -28
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogBodyFilter.mjs +24 -24
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs +3 -3
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggedContent.mjs +16 -16
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logger.mjs +1 -1
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +265 -265
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +14 -14
- package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +11 -11
- package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
- package/kotlin/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
- package/kotlin/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +92 -92
- package/kotlin/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/kotlin/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +115 -115
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +3 -3
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +15 -15
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +16 -16
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
- package/kotlin/ktor-ktor-http/io/ktor/http/HttpUrlEncoded.mjs +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +12 -12
- package/kotlin/ktor-ktor-http/io/ktor/http/Query.mjs +4 -4
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +59 -59
- package/kotlin/ktor-ktor-http/io/ktor/http/URLBuilder.web.mjs +1 -1
- package/kotlin/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
- package/kotlin/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
- package/kotlin/ktor-ktor-http/io/ktor/http/URLUtils.mjs +26 -26
- package/kotlin/ktor-ktor-http/io/ktor/http/Url.mjs +77 -77
- package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +31 -31
- package/kotlin/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +11 -11
- package/kotlin/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +9 -9
- package/kotlin/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +14 -14
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +87 -87
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +32 -32
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +43 -43
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +10 -10
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +4 -4
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/kotlin/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +120 -120
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +50 -50
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +64 -64
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +29 -29
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +23 -23
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +4 -4
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
- package/kotlin/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
- package/kotlin/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +35 -35
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +81 -81
- package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +8 -8
- package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +7 -7
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.mjs +12 -12
- package/kotlin/ktor-ktor-utils/io/ktor/util/Attributes.web.mjs +16 -16
- package/kotlin/ktor-ktor-utils/io/ktor/util/ByteChannels.mjs +52 -52
- package/kotlin/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +193 -193
- package/kotlin/ktor-ktor-utils/io/ktor/util/ContentEncoders.web.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/Encoders.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/kotlin/ktor-ktor-utils/io/ktor/util/StringValues.mjs +136 -136
- package/kotlin/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/Date.mjs +105 -105
- package/kotlin/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/kotlin/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLogger.web.mjs +10 -10
- package/kotlin/ktor-ktor-utils/io/ktor/util/logging/Logger.web.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +28 -28
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +48 -48
- package/kotlin/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/DefaultWebSocketSession.mjs +113 -113
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/Frame.web.mjs +41 -41
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +7 -7
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +8 -8
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/PingPong.mjs +38 -38
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +42 -39
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs.map +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtension.mjs +4 -4
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketExtensionHeader.mjs +4 -4
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketSession.mjs +6 -6
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
- 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 +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
- 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 +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +22 -22
- 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 +234 -234
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +23 -23
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +153 -153
- 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 +53 -53
- 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 +61 -61
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/okio-parent-okio/okio/Buffer.mjs +446 -610
- package/kotlin/okio-parent-okio/okio/Buffer.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/ByteString.mjs +57 -57
- package/kotlin/okio-parent-okio/okio/ByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/HashingSink.mjs +92 -0
- package/kotlin/okio-parent-okio/okio/HashingSink.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +15 -15
- package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Okio.mjs +2 -2
- package/kotlin/okio-parent-okio/okio/Okio.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Options.mjs +23 -23
- package/kotlin/okio-parent-okio/okio/Options.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +37 -37
- package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +93 -93
- package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Segment.mjs +70 -70
- package/kotlin/okio-parent-okio/okio/Segment.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +5 -5
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +51 -51
- package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/Util.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/Util.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +154 -154
- package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +242 -45
- package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +67 -67
- package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/RealBufferedSource.mjs +92 -0
- package/kotlin/okio-parent-okio/okio/internal/RealBufferedSource.mjs.map +1 -0
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
- package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs.map +1 -1
- package/kotlin/okio-parent-okio/okio/internal/Sha256.mjs +265 -0
- package/kotlin/okio-parent-okio/okio/internal/Sha256.mjs.map +1 -0
- 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 +7 -7
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +174 -174
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +30 -30
- package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +34 -34
- package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +15 -15
- package/kotlin/types-types-internal/kotools/types/internal/Errors.mjs +1 -1
- package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +12 -12
- package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +11 -11
- package/package.json +1 -4
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +0 -209
- package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs.map +0 -1
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
2
2
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
3
|
+
import { emptyList1g2z5xcrvp2zy as emptyList } from '../../../../../kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs';
|
|
4
|
+
import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
5
|
+
import { Companion_instance19mvqqhuhhta7 as Companion_instance } from './Optional.mjs';
|
|
3
6
|
//region block: imports
|
|
4
7
|
//endregion
|
|
5
8
|
//region block: pre-declaration
|
|
@@ -10,7 +13,7 @@ function CustomScalarType() {
|
|
|
10
13
|
class $ extends CompiledNamedType() {
|
|
11
14
|
constructor(name, className) {
|
|
12
15
|
super(name);
|
|
13
|
-
this.
|
|
16
|
+
this.z4u_1 = className;
|
|
14
17
|
}
|
|
15
18
|
}
|
|
16
19
|
initMetadataForClass($, 'CustomScalarType');
|
|
@@ -24,7 +27,7 @@ function CompiledNamedType() {
|
|
|
24
27
|
class $ extends CompiledType() {
|
|
25
28
|
constructor(name) {
|
|
26
29
|
super();
|
|
27
|
-
this.
|
|
30
|
+
this.a4v_1 = name;
|
|
28
31
|
}
|
|
29
32
|
}
|
|
30
33
|
initMetadataForClass($, 'CompiledNamedType');
|
|
@@ -41,13 +44,268 @@ function CompiledType() {
|
|
|
41
44
|
}
|
|
42
45
|
return CompiledTypeClass;
|
|
43
46
|
}
|
|
47
|
+
var BuilderClass;
|
|
48
|
+
function Builder() {
|
|
49
|
+
if (BuilderClass === VOID) {
|
|
50
|
+
class $ {
|
|
51
|
+
constructor(name, type) {
|
|
52
|
+
this.b4v_1 = name;
|
|
53
|
+
this.c4v_1 = type;
|
|
54
|
+
this.d4v_1 = null;
|
|
55
|
+
this.e4v_1 = emptyList();
|
|
56
|
+
this.f4v_1 = emptyList();
|
|
57
|
+
this.g4v_1 = emptyList();
|
|
58
|
+
}
|
|
59
|
+
h4v(arguments_0) {
|
|
60
|
+
// Inline function 'kotlin.apply' call
|
|
61
|
+
this.f4v_1 = arguments_0;
|
|
62
|
+
return this;
|
|
63
|
+
}
|
|
64
|
+
i4v(selections) {
|
|
65
|
+
// Inline function 'kotlin.apply' call
|
|
66
|
+
this.g4v_1 = selections;
|
|
67
|
+
return this;
|
|
68
|
+
}
|
|
69
|
+
p2t() {
|
|
70
|
+
var tmp0_name = this.b4v_1;
|
|
71
|
+
var tmp1_alias = this.d4v_1;
|
|
72
|
+
var tmp2_type = this.c4v_1;
|
|
73
|
+
var tmp3_condition = this.e4v_1;
|
|
74
|
+
var tmp4_arguments = this.f4v_1;
|
|
75
|
+
var tmp5_selections = this.g4v_1;
|
|
76
|
+
return new (CompiledField())(tmp0_name, tmp2_type, tmp1_alias, tmp3_condition, tmp4_arguments, tmp5_selections);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
initMetadataForClass($, 'Builder');
|
|
80
|
+
BuilderClass = $;
|
|
81
|
+
}
|
|
82
|
+
return BuilderClass;
|
|
83
|
+
}
|
|
84
|
+
var CompiledFieldClass;
|
|
85
|
+
function CompiledField() {
|
|
86
|
+
if (CompiledFieldClass === VOID) {
|
|
87
|
+
class $ extends CompiledSelection() {
|
|
88
|
+
constructor(name, type, alias, condition, arguments_0, selections) {
|
|
89
|
+
super();
|
|
90
|
+
this.j4v_1 = name;
|
|
91
|
+
this.k4v_1 = type;
|
|
92
|
+
this.l4v_1 = alias;
|
|
93
|
+
this.m4v_1 = condition;
|
|
94
|
+
this.n4v_1 = arguments_0;
|
|
95
|
+
this.o4v_1 = selections;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
initMetadataForClass($, 'CompiledField');
|
|
99
|
+
CompiledFieldClass = $;
|
|
100
|
+
}
|
|
101
|
+
return CompiledFieldClass;
|
|
102
|
+
}
|
|
103
|
+
var CompiledSelectionClass;
|
|
104
|
+
function CompiledSelection() {
|
|
105
|
+
if (CompiledSelectionClass === VOID) {
|
|
106
|
+
class $ {}
|
|
107
|
+
initMetadataForClass($, 'CompiledSelection');
|
|
108
|
+
CompiledSelectionClass = $;
|
|
109
|
+
}
|
|
110
|
+
return CompiledSelectionClass;
|
|
111
|
+
}
|
|
112
|
+
var BuilderClass_0;
|
|
113
|
+
function Builder_0() {
|
|
114
|
+
if (BuilderClass_0 === VOID) {
|
|
115
|
+
class $ {
|
|
116
|
+
constructor(definition) {
|
|
117
|
+
this.p4v_1 = definition;
|
|
118
|
+
this.q4v_1 = Companion_instance.r4v();
|
|
119
|
+
}
|
|
120
|
+
s4v(value) {
|
|
121
|
+
// Inline function 'kotlin.apply' call
|
|
122
|
+
this.q4v_1 = Companion_instance.t4v(value);
|
|
123
|
+
return this;
|
|
124
|
+
}
|
|
125
|
+
p2t() {
|
|
126
|
+
return new (CompiledArgument())(this.p4v_1, this.q4v_1);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
initMetadataForClass($, 'Builder');
|
|
130
|
+
BuilderClass_0 = $;
|
|
131
|
+
}
|
|
132
|
+
return BuilderClass_0;
|
|
133
|
+
}
|
|
134
|
+
var CompiledArgumentClass;
|
|
135
|
+
function CompiledArgument() {
|
|
136
|
+
if (CompiledArgumentClass === VOID) {
|
|
137
|
+
class $ {
|
|
138
|
+
constructor(definition, value) {
|
|
139
|
+
this.u4v_1 = definition;
|
|
140
|
+
this.v4v_1 = value;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
initMetadataForClass($, 'CompiledArgument');
|
|
144
|
+
CompiledArgumentClass = $;
|
|
145
|
+
}
|
|
146
|
+
return CompiledArgumentClass;
|
|
147
|
+
}
|
|
148
|
+
var BuilderClass_1;
|
|
149
|
+
function Builder_1() {
|
|
150
|
+
if (BuilderClass_1 === VOID) {
|
|
151
|
+
class $ {
|
|
152
|
+
constructor(name) {
|
|
153
|
+
this.w4v_1 = name;
|
|
154
|
+
this.x4v_1 = false;
|
|
155
|
+
}
|
|
156
|
+
p2t() {
|
|
157
|
+
return new (CompiledArgumentDefinition())(this.w4v_1, this.x4v_1);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
initMetadataForClass($, 'Builder');
|
|
161
|
+
BuilderClass_1 = $;
|
|
162
|
+
}
|
|
163
|
+
return BuilderClass_1;
|
|
164
|
+
}
|
|
165
|
+
var CompiledArgumentDefinitionClass;
|
|
166
|
+
function CompiledArgumentDefinition() {
|
|
167
|
+
if (CompiledArgumentDefinitionClass === VOID) {
|
|
168
|
+
class $ {
|
|
169
|
+
constructor(name, isKey) {
|
|
170
|
+
this.y4v_1 = name;
|
|
171
|
+
this.z4v_1 = isKey;
|
|
172
|
+
this.a4w_1 = false;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
initMetadataForClass($, 'CompiledArgumentDefinition');
|
|
176
|
+
CompiledArgumentDefinitionClass = $;
|
|
177
|
+
}
|
|
178
|
+
return CompiledArgumentDefinitionClass;
|
|
179
|
+
}
|
|
180
|
+
var CompiledVariableClass;
|
|
181
|
+
function CompiledVariable() {
|
|
182
|
+
if (CompiledVariableClass === VOID) {
|
|
183
|
+
class $ {
|
|
184
|
+
constructor(name) {
|
|
185
|
+
this.b4w_1 = name;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
initMetadataForClass($, 'CompiledVariable');
|
|
189
|
+
CompiledVariableClass = $;
|
|
190
|
+
}
|
|
191
|
+
return CompiledVariableClass;
|
|
192
|
+
}
|
|
193
|
+
var BuilderClass_2;
|
|
194
|
+
function Builder_2() {
|
|
195
|
+
if (BuilderClass_2 === VOID) {
|
|
196
|
+
class $ {
|
|
197
|
+
constructor(name) {
|
|
198
|
+
this.c4w_1 = name;
|
|
199
|
+
this.d4w_1 = emptyList();
|
|
200
|
+
this.e4w_1 = emptyList();
|
|
201
|
+
}
|
|
202
|
+
p2t() {
|
|
203
|
+
return new (ObjectType())(this.c4w_1, this.d4w_1, this.e4w_1);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
initMetadataForClass($, 'Builder');
|
|
207
|
+
BuilderClass_2 = $;
|
|
208
|
+
}
|
|
209
|
+
return BuilderClass_2;
|
|
210
|
+
}
|
|
211
|
+
var ObjectTypeClass;
|
|
212
|
+
function ObjectType() {
|
|
213
|
+
if (ObjectTypeClass === VOID) {
|
|
214
|
+
class $ extends CompiledNamedType() {
|
|
215
|
+
constructor(name, keyFields, implements_0) {
|
|
216
|
+
super(name);
|
|
217
|
+
this.g4w_1 = keyFields;
|
|
218
|
+
this.h4w_1 = implements_0;
|
|
219
|
+
this.i4w_1 = emptyList();
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
initMetadataForClass($, 'ObjectType');
|
|
223
|
+
ObjectTypeClass = $;
|
|
224
|
+
}
|
|
225
|
+
return ObjectTypeClass;
|
|
226
|
+
}
|
|
227
|
+
var CompiledNotNullTypeClass;
|
|
228
|
+
function CompiledNotNullType() {
|
|
229
|
+
if (CompiledNotNullTypeClass === VOID) {
|
|
230
|
+
class $ extends CompiledType() {
|
|
231
|
+
constructor(ofType) {
|
|
232
|
+
super();
|
|
233
|
+
this.j4w_1 = ofType;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
initMetadataForClass($, 'CompiledNotNullType');
|
|
237
|
+
CompiledNotNullTypeClass = $;
|
|
238
|
+
}
|
|
239
|
+
return CompiledNotNullTypeClass;
|
|
240
|
+
}
|
|
241
|
+
function notNull(_this__u8e3s4) {
|
|
242
|
+
return new (CompiledNotNullType())(_this__u8e3s4);
|
|
243
|
+
}
|
|
244
|
+
var BuilderClass_3;
|
|
245
|
+
function Builder_3() {
|
|
246
|
+
if (BuilderClass_3 === VOID) {
|
|
247
|
+
class $ {
|
|
248
|
+
constructor(typeCondition, possibleTypes) {
|
|
249
|
+
this.k4w_1 = typeCondition;
|
|
250
|
+
this.l4w_1 = possibleTypes;
|
|
251
|
+
this.m4w_1 = emptyList();
|
|
252
|
+
this.n4w_1 = emptyList();
|
|
253
|
+
}
|
|
254
|
+
i4v(selections) {
|
|
255
|
+
// Inline function 'kotlin.apply' call
|
|
256
|
+
this.n4w_1 = selections;
|
|
257
|
+
return this;
|
|
258
|
+
}
|
|
259
|
+
p2t() {
|
|
260
|
+
return new (CompiledFragment())(this.k4w_1, this.l4w_1, this.m4w_1, this.n4w_1);
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
initMetadataForClass($, 'Builder');
|
|
264
|
+
BuilderClass_3 = $;
|
|
265
|
+
}
|
|
266
|
+
return BuilderClass_3;
|
|
267
|
+
}
|
|
268
|
+
var CompiledFragmentClass;
|
|
269
|
+
function CompiledFragment() {
|
|
270
|
+
if (CompiledFragmentClass === VOID) {
|
|
271
|
+
class $ extends CompiledSelection() {
|
|
272
|
+
constructor(typeCondition, possibleTypes, condition, selections) {
|
|
273
|
+
super();
|
|
274
|
+
this.o4w_1 = typeCondition;
|
|
275
|
+
this.p4w_1 = possibleTypes;
|
|
276
|
+
this.q4w_1 = condition;
|
|
277
|
+
this.r4w_1 = selections;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
initMetadataForClass($, 'CompiledFragment');
|
|
281
|
+
CompiledFragmentClass = $;
|
|
282
|
+
}
|
|
283
|
+
return CompiledFragmentClass;
|
|
284
|
+
}
|
|
285
|
+
var CompiledListTypeClass;
|
|
286
|
+
function CompiledListType() {
|
|
287
|
+
if (CompiledListTypeClass === VOID) {
|
|
288
|
+
class $ extends CompiledType() {
|
|
289
|
+
constructor(ofType) {
|
|
290
|
+
super();
|
|
291
|
+
this.s4w_1 = ofType;
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
initMetadataForClass($, 'CompiledListType');
|
|
295
|
+
CompiledListTypeClass = $;
|
|
296
|
+
}
|
|
297
|
+
return CompiledListTypeClass;
|
|
298
|
+
}
|
|
299
|
+
function list(_this__u8e3s4) {
|
|
300
|
+
return new (CompiledListType())(_this__u8e3s4);
|
|
301
|
+
}
|
|
44
302
|
var EnumTypeClass;
|
|
45
303
|
function EnumType() {
|
|
46
304
|
if (EnumTypeClass === VOID) {
|
|
47
305
|
class $ extends CompiledNamedType() {
|
|
48
306
|
constructor(name, values) {
|
|
49
307
|
super(name);
|
|
50
|
-
this.
|
|
308
|
+
this.u4w_1 = values;
|
|
51
309
|
}
|
|
52
310
|
}
|
|
53
311
|
initMetadataForClass($, 'EnumType');
|
|
@@ -57,8 +315,16 @@ function EnumType() {
|
|
|
57
315
|
}
|
|
58
316
|
//region block: exports
|
|
59
317
|
export {
|
|
318
|
+
Builder_0 as Builder3t31vflw4km89,
|
|
319
|
+
Builder_1 as Builderlyags3ldja2y,
|
|
320
|
+
Builder as Builder320ghmibyd2no,
|
|
321
|
+
Builder_3 as Builder2iaenv1j4gk4w,
|
|
322
|
+
CompiledVariable as CompiledVariablecaz6ndkw7us2,
|
|
60
323
|
CustomScalarType as CustomScalarType8w7iuefxipic,
|
|
61
324
|
EnumType as EnumType11cgb4df0n5r9,
|
|
325
|
+
Builder_2 as Builder3vv3qt9kyowg0,
|
|
326
|
+
list as lista11lrkbcitk,
|
|
327
|
+
notNull as notNull3hndh47e9bowl,
|
|
62
328
|
};
|
|
63
329
|
//endregion
|
|
64
330
|
|
package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/CompiledGraphQL.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["name","className","values"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/CompiledGraphQL.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["name","className","type","arguments","selections","build","alias","condition","definition","value","isKey","keyFields","implements","ofType","notNull","<this>","typeCondition","possibleTypes","list","values"],"mappings":";;;;;;;;;;;;;kBA8QIA,I,EAKAC,S;cACkB,I;QADlB,sB;;;;;;;;;;;;kBArB2BD,I;;QAAA,iB;;;;;;;;;;;;;;;;;;;;;kBAvFfA,I,EAAkBE,I;QAAlB,iB;QAAkB,iB;QACD,iB;QACoB,wB;QACD,wB;QACE,wB;;SAiBlDC,CAAcA,WAAdA,EAAmD;A;QAAA,IAC5C,SAAY,W;QAClB,OAFkD,I;MAEnD,C;SAEAC,CAAeA,UAAfA,EAAsD;A;QAAA,IAC/C,SAAa,U;QACnB,OAFqD,I;MAEtD,C;SAEAC,CAAAA,EAA6B;A,YAClB,sB;YACC,uB;YACD,sB;YACK,2B;YACA,2B;YACC,4B;QAChB,6BANU,SAMV,EAJU,SAIV,EALW,UAKX,EAHe,cAGf,EAFe,cAEf,EADgB,eAChB,C;MAAD,C;;;;;;;;;;;kBAxLAL,I,EACAE,I,EACAI,K,EACAC,S,EACAJ,W,EACAC,U;;QALA,iB;QACA,iB;QACA,kB;QACA,sB;QACA,wB;QACA,uB;;;;;;;;;;;;;;;;;;;;;kBAwbUI,U;QAAR,uB;QAEoD,qC;;SAEtDC,CAAUA,KAAVA,EAAkC;A;QAAA,IAC3B,SAAiB,uBAAQ,KAAR,C;QACvB,OAFiC,I;MAElC,C;SAEAJ,CAAAA,EAAgC;A,QAG/B,gCAFgB,IAEhB,CAFgB,KAEhB,EADW,IACX,CADW,KACX,C;MAAD,C;;;;;;;;;;;kBA7BAG,U,EAOAC,K;QAPA,uB;QAOA,kB;;;;;;;;;;;;kBAlCUT,I;QAAR,iB;QAM2B,kB;;SAa7BK,CAAAA,EAA0C;A,QAGzC,0CAFU,IAEV,CAFU,KAEV,EADW,IACX,CADW,KACX,C;MAAD,C;;;;;;;;;;;kBAjCAL,I,EACAU,K;QADA,iB;QACA,kB;QAK0B,kB;;;;;;;;;;;;kBAnBPV,I;QAAA,iB;;;;;;;;;;;;kBAvGEA,I;QAAT,iB;QAC0B,wB;QACQ,wB;;SAsB9CK,CAAAA,EAA0B;A,QAIzB,0BAHU,IAGV,CAHU,KAGV,EAFe,IAEf,CAFe,KAEf,EADgB,IAChB,CADgB,KAChB,C;MAAD,C;;;;;;;;;;;kBAzCAL,I,EACAW,S,EACAC,Y;cACkB,I;QACJ,sB;QACC,yB;QAIkB,wB;;;;;;;;;;;;kBA9CXC,M;;QAAA,mB;;;;;;;;gBAiJ1BC,CAAIC,aAAJD,EAA6B;A,EAAyB,mCAAL,aAAK,C;AAAD,C;;;;;kBA1KrCE,a,EAA2BC,a;QAA3B,0B;QAA2B,0B;QACE,wB;QACC,wB;;SAM1Cb,CAAeA,UAAfA,EAAsD;A;QAAA,IAC/C,SAAa,U;QACnB,OAFqD,I;MAEtD,C;SAEAC,CAAAA,EAAc;A,QAAqE,gCAApD,IAAoD,CAApD,KAAoD,EAArC,IAAqC,CAArC,KAAqC,EAAtB,IAAsB,CAAtB,KAAsB,EAAX,IAAW,CAAX,KAAW,C;MAAD,C;;;;;;;;;;;kBAlBlFW,a,EACAC,a,EACAV,S,EACAH,U;;QAHA,0B;QACA,0B;QACA,sB;QACA,uB;;;;;;;;;;;;kBAkCmBS,M;;QAAA,mB;;;;;;;;aA8IvBK,CAAIH,aAAJG,EAA0B;A,EAAsB,gCAAL,aAAK,C;AAAD,C;;;;;kBAT3ClB,I,EACAmB,M;cACkB,I;QADlB,mB;;;;;;;;;;;;"}
|
package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs
CHANGED
|
@@ -11,7 +11,6 @@ import {
|
|
|
11
11
|
protoOf180f3jzyo7rfj as protoOf,
|
|
12
12
|
} from '../../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
13
13
|
import {
|
|
14
|
-
PassThroughAdapterdbgnfuhbpbsv as PassThroughAdapter,
|
|
15
14
|
get_AnyAdapterx2g0krnqn0y9 as get_AnyAdapter,
|
|
16
15
|
get_FloatAdapter8hkphxq3v57l as get_FloatAdapter,
|
|
17
16
|
get_LongAdapter1acs38m0a7icu as get_LongAdapter,
|
|
@@ -42,8 +41,7 @@ function Key() {
|
|
|
42
41
|
class $ {
|
|
43
42
|
constructor() {
|
|
44
43
|
Key_instance = this;
|
|
45
|
-
this.
|
|
46
|
-
this.h4u_1 = (new (Builder())()).n4u(true).j2t();
|
|
44
|
+
this.v4w_1 = (new (Builder())()).p2t();
|
|
47
45
|
}
|
|
48
46
|
}
|
|
49
47
|
initMetadataForObject($, 'Key');
|
|
@@ -64,42 +62,36 @@ function Builder() {
|
|
|
64
62
|
constructor() {
|
|
65
63
|
var tmp = this;
|
|
66
64
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
67
|
-
tmp.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.m4u_1 = null;
|
|
65
|
+
tmp.w4w_1 = LinkedHashMap().lc();
|
|
66
|
+
this.x4w_1 = null;
|
|
67
|
+
this.y4w_1 = null;
|
|
68
|
+
this.z4w_1 = null;
|
|
72
69
|
}
|
|
73
|
-
|
|
70
|
+
a4x(falseVariables) {
|
|
74
71
|
// Inline function 'kotlin.apply' call
|
|
75
|
-
this.
|
|
72
|
+
this.x4w_1 = falseVariables;
|
|
76
73
|
return this;
|
|
77
74
|
}
|
|
78
|
-
|
|
75
|
+
b4x(deferredFragmentIdentifiers) {
|
|
79
76
|
// Inline function 'kotlin.apply' call
|
|
80
|
-
this.
|
|
77
|
+
this.y4w_1 = deferredFragmentIdentifiers;
|
|
81
78
|
return this;
|
|
82
79
|
}
|
|
83
|
-
|
|
80
|
+
o4t(errors) {
|
|
84
81
|
// Inline function 'kotlin.apply' call
|
|
85
|
-
this.
|
|
82
|
+
this.z4w_1 = errors;
|
|
86
83
|
return this;
|
|
87
84
|
}
|
|
88
|
-
|
|
85
|
+
c4x(customScalarAdapters) {
|
|
89
86
|
// Inline function 'kotlin.apply' call
|
|
90
|
-
this.
|
|
91
|
-
return this;
|
|
92
|
-
}
|
|
93
|
-
n4u(unsafe) {
|
|
94
|
-
// Inline function 'kotlin.apply' call
|
|
95
|
-
this.j4u_1 = unsafe;
|
|
87
|
+
this.w4w_1.s4(customScalarAdapters.g4x_1);
|
|
96
88
|
return this;
|
|
97
89
|
}
|
|
98
90
|
m4() {
|
|
99
|
-
this.
|
|
91
|
+
this.w4w_1.m4();
|
|
100
92
|
}
|
|
101
|
-
|
|
102
|
-
return new (CustomScalarAdapters())(this.
|
|
93
|
+
p2t() {
|
|
94
|
+
return new (CustomScalarAdapters())(this.w4w_1, this.x4w_1, this.y4w_1, this.z4w_1);
|
|
103
95
|
}
|
|
104
96
|
}
|
|
105
97
|
initMetadataForClass($, 'Builder', Builder);
|
|
@@ -111,39 +103,36 @@ var CustomScalarAdaptersClass;
|
|
|
111
103
|
function CustomScalarAdapters() {
|
|
112
104
|
if (CustomScalarAdaptersClass === VOID) {
|
|
113
105
|
class $ {
|
|
114
|
-
constructor(customScalarAdapters, falseVariables, deferredFragmentIdentifiers, errors
|
|
106
|
+
constructor(customScalarAdapters, falseVariables, deferredFragmentIdentifiers, errors) {
|
|
115
107
|
Key_getInstance();
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
118
|
-
this.
|
|
119
|
-
this.
|
|
120
|
-
this.v4u_1 = customScalarAdapters;
|
|
108
|
+
this.d4x_1 = falseVariables;
|
|
109
|
+
this.e4x_1 = deferredFragmentIdentifiers;
|
|
110
|
+
this.f4x_1 = errors;
|
|
111
|
+
this.g4x_1 = customScalarAdapters;
|
|
121
112
|
}
|
|
122
|
-
|
|
113
|
+
h4x(customScalar) {
|
|
123
114
|
var tmp;
|
|
124
|
-
if (!(this.
|
|
125
|
-
tmp = this.
|
|
126
|
-
} else if (customScalar.
|
|
115
|
+
if (!(this.g4x_1.j4(customScalar.a4v_1) == null)) {
|
|
116
|
+
tmp = this.g4x_1.j4(customScalar.a4v_1);
|
|
117
|
+
} else if (customScalar.z4u_1 === 'com.apollographql.apollo.api.Upload') {
|
|
127
118
|
tmp = get_UploadAdapter();
|
|
128
|
-
} else if (listOf(['kotlin.String', 'java.lang.String']).k3(customScalar.
|
|
119
|
+
} else if (listOf(['kotlin.String', 'java.lang.String']).k3(customScalar.z4u_1)) {
|
|
129
120
|
tmp = get_StringAdapter();
|
|
130
|
-
} else if (listOf(['kotlin.Boolean', 'java.lang.Boolean']).k3(customScalar.
|
|
121
|
+
} else if (listOf(['kotlin.Boolean', 'java.lang.Boolean']).k3(customScalar.z4u_1)) {
|
|
131
122
|
tmp = get_BooleanAdapter();
|
|
132
|
-
} else if (listOf(['kotlin.Int', 'java.lang.Int']).k3(customScalar.
|
|
123
|
+
} else if (listOf(['kotlin.Int', 'java.lang.Int']).k3(customScalar.z4u_1)) {
|
|
133
124
|
tmp = get_IntAdapter();
|
|
134
|
-
} else if (listOf(['kotlin.Double', 'java.lang.Double']).k3(customScalar.
|
|
125
|
+
} else if (listOf(['kotlin.Double', 'java.lang.Double']).k3(customScalar.z4u_1)) {
|
|
135
126
|
tmp = get_DoubleAdapter();
|
|
136
|
-
} else if (listOf(['kotlin.Long', 'java.lang.Long']).k3(customScalar.
|
|
127
|
+
} else if (listOf(['kotlin.Long', 'java.lang.Long']).k3(customScalar.z4u_1)) {
|
|
137
128
|
tmp = get_LongAdapter();
|
|
138
|
-
} else if (listOf(['kotlin.Float', 'java.lang.Float']).k3(customScalar.
|
|
129
|
+
} else if (listOf(['kotlin.Float', 'java.lang.Float']).k3(customScalar.z4u_1)) {
|
|
139
130
|
tmp = get_FloatAdapter();
|
|
140
|
-
} else if (listOf(['kotlin.Any', 'java.lang.Object']).k3(customScalar.
|
|
131
|
+
} else if (listOf(['kotlin.Any', 'java.lang.Object']).k3(customScalar.z4u_1)) {
|
|
141
132
|
tmp = get_AnyAdapter();
|
|
142
|
-
} else if (this.u4u_1) {
|
|
143
|
-
tmp = new (PassThroughAdapter())();
|
|
144
133
|
} else {
|
|
145
134
|
// Inline function 'kotlin.error' call
|
|
146
|
-
var message = "Can't map GraphQL type: `" + customScalar.
|
|
135
|
+
var message = "Can't map GraphQL type: `" + customScalar.a4v_1 + '` to: `' + customScalar.z4u_1 + '`. Did you forget to add a scalar Adapter?';
|
|
147
136
|
throw IllegalStateException().o(toString(message));
|
|
148
137
|
}
|
|
149
138
|
var tmp_0 = tmp;
|
|
@@ -152,14 +141,14 @@ function CustomScalarAdapters() {
|
|
|
152
141
|
b3() {
|
|
153
142
|
return Key_getInstance();
|
|
154
143
|
}
|
|
155
|
-
|
|
156
|
-
return (new (Builder())()).
|
|
144
|
+
z4s() {
|
|
145
|
+
return (new (Builder())()).c4x(this).a4x(this.d4x_1).b4x(this.e4x_1);
|
|
157
146
|
}
|
|
158
147
|
}
|
|
159
|
-
protoOf($).
|
|
160
|
-
protoOf($).
|
|
161
|
-
protoOf($).
|
|
162
|
-
protoOf($).
|
|
148
|
+
protoOf($).i4x = get;
|
|
149
|
+
protoOf($).j4x = fold;
|
|
150
|
+
protoOf($).k4x = minusKey;
|
|
151
|
+
protoOf($).m4t = plus;
|
|
163
152
|
initMetadataForClass($, 'CustomScalarAdapters', VOID, VOID, [Element()]);
|
|
164
153
|
CustomScalarAdaptersClass = $;
|
|
165
154
|
}
|
package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/CustomScalarAdapters.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/src/kotlin/collections/Maps.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["falseVariables","deferredFragmentIdentifiers","errors","addAll","customScalarAdapters","
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/CustomScalarAdapters.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/src/kotlin/collections/Maps.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/src/kotlin/util/Preconditions.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["falseVariables","deferredFragmentIdentifiers","errors","addAll","customScalarAdapters","clear","build","responseAdapterFor","customScalar","<get-key>","newBuilder"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4F0B,sC;;;;;;;;;;;;;;;;;;;kBAuCoC,I;;QAAA,YC/CF,oB;QDgDb,iB;QACiC,iB;QACzC,iB;;SAEnCA,CAAmBA,cAAnBA,EAAmD;A;QAAA,IAC5C,SAAiB,c;QACvB,OAFkD,I;MAEnD,C;SAEAC,CAAgCA,2BAAhCA,EAAiG;A;QAAA,IAC1F,SAA8B,2B;QACpC,OAFgG,I;MAEjG,C;SAEAC,CAAWA,MAAXA,EAAmC;A;QAAA,IAC5B,SAAS,M;QACf,OAFkC,I;MAEnC,C;SAiBAC,CAAWC,oBAAXD,EAAyD;A;QAAA,IACtC,CAAZ,KAAY,IAAO,oBAAP,CAA4B,KAA5B,C;QAClB,OAFwD,I;MAEzD,C;QAEAE,CAAAA,EAAY;A,QACV,IAAY,CAAZ,KAAY,K;MACd,C;SAEAC,CAAAA,EAAkC;A,QAChC,oCACI,IADJ,CACI,KADJ,EAEI,IAFJ,CAEI,KAFJ,EAGI,IAHJ,CAGI,KAHJ,EAII,IAJJ,CAII,KAJJ,C;MAMF,C;;;;;;;;;;;kBArKAF,oB,EAMAJ,c,EAKAC,2B,EAKAC,M;QAjBJ,iB;QAMI,2B;QAKA,wC;QAKA,mB;QAIiD,iC;;SAOnDK,CAAiCC,YAAjCD,EAA6E;A;QAGzE,oBAAY,YAAZ,CAAyB,KAAzB,KAAkC,IAAlC,E;gBACE,cAAY,YAAZ,CAAyB,KAAzB,C;eAKF,iBAAa,KAAb,KAA0B,qCAA1B,C;gBACE,mB;eAGF,IAA0B,OAAO,kBAAiB,kBAAjB,CAAP,CAA1B,iBAAa,KAAb,E;gBACE,mB;eAGF,IAA0B,OAAO,mBAAkB,mBAAlB,CAAP,CAA1B,iBAAa,KAAb,E;gBACE,oB;eAGF,IAA0B,OAAO,eAAc,eAAd,CAAP,CAA1B,iBAAa,KAAb,E;gBACE,gB;eAGF,IAA0B,OAAO,kBAAiB,kBAAjB,CAAP,CAA1B,iBAAa,KAAb,E;gBACE,mB;eAGF,IAA0B,OAAO,gBAAe,gBAAf,CAAP,CAA1B,iBAAa,KAAb,E;gBACE,iB;eAGF,IAA0B,OAAO,iBAAgB,iBAAhB,CAAP,CAA1B,iBAAa,KAAb,E;gBACE,kB;eAGF,IAA0B,OAAO,eAAc,kBAAd,CAAP,CAA1B,iBAAa,KAAb,E;gBACE,gB;;;wBAGa,2BAAD,GAA4B,YAA5B,CAAyC,KAAzC,GAA8C,SAA9C,GAAuD,YAAvD,CAAoE,KAApE,GAA8E,4C;UEoEjD,gCAAoC,SAAR,OAAQ,CAApC,C;;;QF3G7C,OAAO,gF;MAyCT,C;QAGEE,CAAAA,EAAQ;A,QAAG,wB;MAAD,C;SAuCZC,CAAAA,EAA0B;A,QACxB,OAAiB,wBAAO,IAAP,CACZ,KAAe,IAAf,CAAe,KAAf,CACA,KAA4B,IAA5B,CAA4B,KAA5B,C;MACP,C;;;;;;;;;;;;;;;"}
|
package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs
CHANGED
|
@@ -1,30 +1,55 @@
|
|
|
1
|
+
import { emptyList1g2z5xcrvp2zy as emptyList } from '../../../../../kotlin-kotlin-stdlib/kotlin/collections/CollectionsKt.mjs';
|
|
2
|
+
import {
|
|
3
|
+
initMetadataForCompanion1wyw17z38v6ac as initMetadataForCompanion,
|
|
4
|
+
initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
|
|
5
|
+
} from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
6
|
+
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
1
7
|
import {
|
|
2
8
|
toString1pkumu07cwy4m as toString,
|
|
3
9
|
hashCodeq5arwsb9dgti as hashCode,
|
|
4
10
|
getStringHashCode26igk1bx568vk as getStringHashCode,
|
|
5
11
|
equals2au1ep9vhcato as equals,
|
|
6
12
|
} from '../../../../../kotlin-kotlin-stdlib/kotlin/js/coreRuntime.mjs';
|
|
7
|
-
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
8
|
-
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
9
13
|
//region block: imports
|
|
10
14
|
var imul = Math.imul;
|
|
11
15
|
//endregion
|
|
12
16
|
//region block: pre-declaration
|
|
13
17
|
//endregion
|
|
18
|
+
var CompanionClass;
|
|
19
|
+
function Companion() {
|
|
20
|
+
if (CompanionClass === VOID) {
|
|
21
|
+
class $ {
|
|
22
|
+
constructor() {
|
|
23
|
+
Companion_instance = this;
|
|
24
|
+
this.l4x_1 = new (DeferredFragmentIdentifier())(emptyList(), '__pending');
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
initMetadataForCompanion($);
|
|
28
|
+
CompanionClass = $;
|
|
29
|
+
}
|
|
30
|
+
return CompanionClass;
|
|
31
|
+
}
|
|
32
|
+
var Companion_instance;
|
|
33
|
+
function Companion_getInstance() {
|
|
34
|
+
if (Companion_instance === VOID)
|
|
35
|
+
new (Companion())();
|
|
36
|
+
return Companion_instance;
|
|
37
|
+
}
|
|
14
38
|
var DeferredFragmentIdentifierClass;
|
|
15
39
|
function DeferredFragmentIdentifier() {
|
|
16
40
|
if (DeferredFragmentIdentifierClass === VOID) {
|
|
17
41
|
class $ {
|
|
18
42
|
constructor(path, label) {
|
|
19
|
-
|
|
20
|
-
this.
|
|
43
|
+
Companion_getInstance();
|
|
44
|
+
this.m4x_1 = path;
|
|
45
|
+
this.n4x_1 = label;
|
|
21
46
|
}
|
|
22
47
|
toString() {
|
|
23
|
-
return 'DeferredFragmentIdentifier(path=' + toString(this.
|
|
48
|
+
return 'DeferredFragmentIdentifier(path=' + toString(this.m4x_1) + ', label=' + this.n4x_1 + ')';
|
|
24
49
|
}
|
|
25
50
|
hashCode() {
|
|
26
|
-
var result = hashCode(this.
|
|
27
|
-
result = imul(result, 31) + (this.
|
|
51
|
+
var result = hashCode(this.m4x_1);
|
|
52
|
+
result = imul(result, 31) + (this.n4x_1 == null ? 0 : getStringHashCode(this.n4x_1)) | 0;
|
|
28
53
|
return result;
|
|
29
54
|
}
|
|
30
55
|
equals(other) {
|
|
@@ -32,9 +57,9 @@ function DeferredFragmentIdentifier() {
|
|
|
32
57
|
return true;
|
|
33
58
|
if (!(other instanceof DeferredFragmentIdentifier()))
|
|
34
59
|
return false;
|
|
35
|
-
if (!equals(this.
|
|
60
|
+
if (!equals(this.m4x_1, other.m4x_1))
|
|
36
61
|
return false;
|
|
37
|
-
if (!(this.
|
|
62
|
+
if (!(this.n4x_1 == other.n4x_1))
|
|
38
63
|
return false;
|
|
39
64
|
return true;
|
|
40
65
|
}
|
|
@@ -47,6 +72,7 @@ function DeferredFragmentIdentifier() {
|
|
|
47
72
|
//region block: exports
|
|
48
73
|
export {
|
|
49
74
|
DeferredFragmentIdentifier as DeferredFragmentIdentifieryfmj5mbsp1mh,
|
|
75
|
+
Companion_getInstance as Companion_getInstance1bqyjyqqlppsb,
|
|
50
76
|
};
|
|
51
77
|
//endregion
|
|
52
78
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/DeferredFragmentIdentifier.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["path","label","result"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../Users/runner/work/apollo-kotlin/apollo-kotlin/libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/DeferredFragmentIdentifier.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["path","label","result"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;QAgBkB,gDAA2B,WAA3B,EAAwC,WAAxC,C;;;;;;;;;;;;;;;;;;kBARdA,I,EACAC,K;QALJ,uB;QAII,iB;QACA,kB;;iBATJ;A,QAAA,gG;MAAA,C;iBAAA;A,YAAAC,6B;QAAA,wF;QAAA,a;MAAA,C;oBAAA;A,QAAA,mB;UAAA,W;QAAA,qD;UAAA,Y;QAAA,qC;UAAA,Y;QAAA,iC;UAAA,Y;QAAA,W;MAAA,C;;;;;;;;;;;"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
1
2
|
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
2
3
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
3
4
|
import { toString30pk9tzaqopn as toString } from '../../../../../kotlin-kotlin-stdlib/kotlin/Library.mjs';
|
|
@@ -5,16 +6,56 @@ import { toString30pk9tzaqopn as toString } from '../../../../../kotlin-kotlin-s
|
|
|
5
6
|
//endregion
|
|
6
7
|
//region block: pre-declaration
|
|
7
8
|
//endregion
|
|
9
|
+
var BuilderClass;
|
|
10
|
+
function Builder() {
|
|
11
|
+
if (BuilderClass === VOID) {
|
|
12
|
+
class $ {
|
|
13
|
+
constructor(message) {
|
|
14
|
+
this.o4x_1 = message;
|
|
15
|
+
this.p4x_1 = null;
|
|
16
|
+
this.q4x_1 = null;
|
|
17
|
+
this.r4x_1 = null;
|
|
18
|
+
this.s4x_1 = null;
|
|
19
|
+
}
|
|
20
|
+
t4x(locations) {
|
|
21
|
+
// Inline function 'kotlin.apply' call
|
|
22
|
+
this.p4x_1 = locations;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
u4x(path) {
|
|
26
|
+
// Inline function 'kotlin.apply' call
|
|
27
|
+
this.q4x_1 = path;
|
|
28
|
+
return this;
|
|
29
|
+
}
|
|
30
|
+
i4s(extensions) {
|
|
31
|
+
// Inline function 'kotlin.apply' call
|
|
32
|
+
this.s4x_1 = extensions;
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
v4x(nonStandardFields) {
|
|
36
|
+
// Inline function 'kotlin.apply' call
|
|
37
|
+
this.r4x_1 = nonStandardFields;
|
|
38
|
+
return this;
|
|
39
|
+
}
|
|
40
|
+
p2t() {
|
|
41
|
+
return new (Error_0())(this.o4x_1, this.p4x_1, this.q4x_1, this.s4x_1, this.r4x_1);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
initMetadataForClass($, 'Builder');
|
|
45
|
+
BuilderClass = $;
|
|
46
|
+
}
|
|
47
|
+
return BuilderClass;
|
|
48
|
+
}
|
|
8
49
|
var LocationClass;
|
|
9
50
|
function Location() {
|
|
10
51
|
if (LocationClass === VOID) {
|
|
11
52
|
class $ {
|
|
12
53
|
constructor(line, column) {
|
|
13
|
-
this.
|
|
14
|
-
this.
|
|
54
|
+
this.w4x_1 = line;
|
|
55
|
+
this.x4x_1 = column;
|
|
15
56
|
}
|
|
16
57
|
toString() {
|
|
17
|
-
return 'Location(line = ' + this.
|
|
58
|
+
return 'Location(line = ' + this.w4x_1 + ', column = ' + this.x4x_1 + ')';
|
|
18
59
|
}
|
|
19
60
|
}
|
|
20
61
|
initMetadataForClass($, 'Location');
|
|
@@ -27,14 +68,14 @@ function Error_0() {
|
|
|
27
68
|
if (ErrorClass === VOID) {
|
|
28
69
|
class $ {
|
|
29
70
|
constructor(message, locations, path, extensions, nonStandardFields) {
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
71
|
+
this.y4x_1 = message;
|
|
72
|
+
this.z4x_1 = locations;
|
|
73
|
+
this.a4y_1 = path;
|
|
74
|
+
this.b4y_1 = extensions;
|
|
75
|
+
this.c4y_1 = nonStandardFields;
|
|
35
76
|
}
|
|
36
77
|
toString() {
|
|
37
|
-
return 'Error(message = ' + this.
|
|
78
|
+
return 'Error(message = ' + this.y4x_1 + ', locations = ' + toString(this.z4x_1) + ', path=' + toString(this.a4y_1) + ', extensions = ' + toString(this.b4y_1) + ', nonStandardFields = ' + toString(this.c4y_1) + ')';
|
|
38
79
|
}
|
|
39
80
|
}
|
|
40
81
|
initMetadataForClass($, 'Error');
|
|
@@ -44,8 +85,8 @@ function Error_0() {
|
|
|
44
85
|
}
|
|
45
86
|
//region block: exports
|
|
46
87
|
export {
|
|
88
|
+
Builder as Builder3gaff1pwujyid,
|
|
47
89
|
Location as Location25t453jk43ktl,
|
|
48
|
-
Error_0 as Error3q6zoyx198bpg,
|
|
49
90
|
};
|
|
50
91
|
//endregion
|
|
51
92
|
|