@continuous-excellence/coupling-cli 1.1.545 → 1.1.547

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.
Files changed (390) hide show
  1. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +8 -8
  2. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +37 -37
  3. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +12 -12
  4. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +16 -16
  5. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
  6. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +26 -26
  7. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +2 -2
  8. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
  9. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +16 -16
  10. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +22 -22
  11. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +31 -31
  12. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +21 -21
  13. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +30 -30
  14. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +3 -3
  15. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +43 -43
  16. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +26 -26
  17. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +14 -14
  18. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +38 -38
  19. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
  20. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ListContribution.mjs +51 -51
  21. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +37 -37
  22. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +31 -31
  23. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +17 -17
  24. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +32 -32
  25. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +57 -57
  26. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +10 -10
  27. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +18 -18
  28. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
  29. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +13 -13
  30. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs +52 -52
  31. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +30 -30
  32. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +13 -13
  33. package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/CouplingJsonFormat.mjs +4 -4
  34. package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +7 -7
  35. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +106 -106
  36. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +4 -4
  37. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs +57 -57
  38. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +16 -16
  39. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +4 -4
  40. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +1 -1
  41. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +33 -33
  42. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +5 -5
  43. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +4 -4
  44. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +17 -17
  45. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +1 -1
  46. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +1 -1
  47. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs +28 -28
  48. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +4 -4
  49. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/callsign/CallSign.mjs +7 -7
  50. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs +4 -4
  51. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +17 -17
  52. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs +2 -2
  53. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +1 -1
  54. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +19 -19
  55. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +31 -31
  56. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +13 -13
  57. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +1 -1
  58. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +2 -2
  59. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/ContributionDetailsMapper.mjs +16 -16
  60. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +9 -9
  61. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +10 -10
  62. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +31 -31
  63. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyContributionReportContributionsQuery.mjs +38 -38
  64. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +27 -27
  65. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +20 -20
  66. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +30 -30
  67. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +3 -3
  68. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyContributionReportContributionsQuery_ResponseAdapter.mjs +39 -39
  69. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyContributionReportContributionsQuery_VariablesAdapter.mjs +6 -6
  70. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +21 -21
  71. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +3 -3
  72. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +9 -9
  73. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +3 -3
  74. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/ContributionDetails.mjs +50 -50
  75. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/ContributionDetailsImpl_ResponseAdapter.mjs +55 -55
  76. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs +75 -75
  77. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +102 -102
  78. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +30 -30
  79. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +36 -36
  80. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetails.mjs +27 -27
  81. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs +33 -33
  82. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +4 -4
  83. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +4 -4
  84. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +30 -30
  85. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionWindow.mjs +4 -4
  86. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +1 -1
  87. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyInput.mjs +4 -4
  88. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
  89. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs +7 -7
  90. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +7 -7
  91. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +47 -47
  92. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionWindow_ResponseAdapter.mjs +7 -7
  93. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionsInput_InputAdapter.mjs +10 -10
  94. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs +6 -6
  95. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +8 -8
  96. package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +6 -6
  97. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +110 -110
  98. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +55 -55
  99. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +60 -60
  100. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +1 -1
  101. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +3 -3
  102. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +43 -43
  103. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +7 -7
  104. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +9 -9
  105. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs +1 -1
  106. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +8 -8
  107. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +21 -21
  108. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +8 -8
  109. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +5 -5
  110. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +131 -131
  111. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +55 -55
  112. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +2 -2
  113. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +24 -24
  114. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +84 -84
  115. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +272 -272
  116. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs +2 -2
  117. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +10 -10
  118. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +12 -12
  119. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +99 -99
  120. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +48 -48
  121. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +35 -35
  122. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +9 -9
  123. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +51 -51
  124. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +18 -18
  125. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +218 -218
  126. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +6 -6
  127. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +5 -5
  128. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +7 -7
  129. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +40 -40
  130. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +27 -27
  131. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +49 -49
  132. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +22 -22
  133. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +18 -18
  134. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +4 -4
  135. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +24 -24
  136. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +8 -8
  137. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +5 -5
  138. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +122 -122
  139. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +12 -12
  140. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +32 -32
  141. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +148 -148
  142. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +21 -21
  143. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +24 -24
  144. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +2 -2
  145. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.js.mjs +1 -1
  146. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +37 -37
  147. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +47 -47
  148. package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +7 -7
  149. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
  150. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
  151. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
  152. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +107 -107
  153. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +95 -95
  154. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
  155. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
  156. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
  157. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +134 -134
  158. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +47 -47
  159. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
  160. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
  161. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
  162. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
  163. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
  164. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
  165. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +21 -21
  166. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +196 -196
  167. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +5 -5
  168. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
  169. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
  170. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
  171. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +29 -29
  172. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
  173. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +230 -230
  174. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
  175. package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
  176. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +2 -2
  177. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
  178. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +65 -65
  179. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +18 -18
  180. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
  181. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
  182. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
  183. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
  184. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
  185. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
  186. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
  187. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +25 -25
  188. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
  189. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +121 -121
  190. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +133 -133
  191. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +62 -62
  192. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
  193. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
  194. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
  195. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/DirectLoggerFactory.mjs +1 -1
  196. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
  197. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +9 -9
  198. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +24 -24
  199. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +4 -4
  200. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
  201. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +12 -12
  202. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +5 -5
  203. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +11 -11
  204. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
  205. package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs +41 -41
  206. package/kotlin/kotlinx-atomicfu/kotlinx/atomicfu/AtomicFU.mjs.map +1 -1
  207. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +2 -1
  208. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs.map +1 -1
  209. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs +11 -1
  210. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/Job.mjs.map +1 -1
  211. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs +13 -12
  212. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/JobSupport.mjs.map +1 -1
  213. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs +4 -3
  214. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/flow/SharedFlow.mjs.map +1 -1
  215. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
  216. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +39 -39
  217. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +19 -19
  218. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +52 -52
  219. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementBuilders.mjs +6 -6
  220. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +73 -73
  221. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonExceptions.mjs +18 -18
  222. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  223. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +177 -177
  224. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  225. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +69 -69
  226. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  227. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +7 -7
  228. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
  229. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +38 -38
  230. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +4 -4
  231. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
  232. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +11 -11
  233. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +61 -61
  234. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +4 -4
  235. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  236. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +144 -144
  237. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
  238. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  239. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +200 -200
  240. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonEncoder.mjs +130 -130
  241. package/kotlin/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
  242. package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +58 -58
  243. package/kotlin/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +1 -1
  244. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +96 -87
  245. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs.map +1 -1
  246. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClient.web.mjs.map +1 -1
  247. package/kotlin/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +35 -35
  248. package/kotlin/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +2 -2
  249. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +39 -39
  250. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +44 -44
  251. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +47 -47
  252. package/kotlin/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +2 -2
  253. package/kotlin/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +12 -12
  254. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +35 -35
  255. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +49 -45
  256. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs.map +1 -1
  257. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  258. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  259. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +2 -2
  260. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  261. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +122 -89
  262. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs.map +1 -1
  263. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +2 -2
  264. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +2 -2
  265. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +34 -34
  266. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultRequest.mjs +39 -39
  267. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +31 -31
  268. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +39 -39
  269. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +73 -73
  270. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +1 -1
  271. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +45 -45
  272. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +30 -30
  273. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +20 -20
  274. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestRetry.mjs +99 -99
  275. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +50 -50
  276. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +64 -64
  277. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +15 -15
  278. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  279. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +13 -13
  280. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  281. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +25 -25
  282. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  283. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +30 -30
  284. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/observer/ResponseObserver.mjs +51 -51
  285. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/sse/ClientSSESession.mjs +6 -6
  286. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/ClientSessions.mjs +20 -20
  287. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +181 -86
  288. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs.map +1 -1
  289. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSocketContent.mjs +4 -4
  290. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +64 -64
  291. package/kotlin/ktor-ktor-client-core/io/ktor/client/plugins/websocket/builders.mjs +13 -13
  292. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/ClientUpgradeContent.mjs +1 -1
  293. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +17 -17
  294. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +55 -55
  295. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +16 -16
  296. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/buildersWithUrl.mjs +1 -1
  297. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/FormDataContent.mjs +7 -7
  298. package/kotlin/ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs +10 -10
  299. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +18 -18
  300. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +4 -4
  301. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +23 -23
  302. package/kotlin/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +16 -16
  303. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +8 -8
  304. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  305. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +2 -2
  306. package/kotlin/ktor-ktor-client-core/io/ktor/client/{engine/js/JsUtils.mjs → utils/JsUtils.js.mjs} +32 -23
  307. package/kotlin/ktor-ktor-client-core/io/ktor/client/utils/JsUtils.js.mjs.map +1 -0
  308. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/HttpClientCallLogger.mjs +28 -28
  309. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogBodyFilter.mjs +17 -17
  310. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LogLevel.mjs +3 -3
  311. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggedContent.mjs +11 -11
  312. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logger.mjs +1 -1
  313. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/Logging.mjs +235 -235
  314. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/LoggingUtils.mjs +11 -11
  315. package/kotlin/ktor-ktor-client-logging/io/ktor/client/plugins/logging/ObservingUtils.mjs +2 -2
  316. package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs +2 -1
  317. package/kotlin/ktor-ktor-events/io/ktor/events/Events.mjs.map +1 -1
  318. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
  319. package/kotlin/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +56 -56
  320. package/kotlin/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
  321. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +51 -32
  322. package/kotlin/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs.map +1 -1
  323. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs +2 -1
  324. package/kotlin/ktor-ktor-websockets/io/ktor/websocket/FrameCommon.mjs.map +1 -1
  325. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
  326. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
  327. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
  328. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
  329. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
  330. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
  331. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
  332. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
  333. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
  334. package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
  335. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
  336. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +60 -60
  337. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
  338. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +22 -22
  339. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +75 -75
  340. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
  341. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
  342. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
  343. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
  344. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
  345. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +234 -234
  346. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
  347. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +149 -149
  348. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
  349. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
  350. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
  351. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
  352. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
  353. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
  354. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
  355. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
  356. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +18 -18
  357. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
  358. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
  359. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
  360. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +56 -56
  361. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
  362. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +59 -59
  363. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
  364. package/kotlin/okio-parent-okio/okio/Buffer.mjs +393 -393
  365. package/kotlin/okio-parent-okio/okio/ByteString.mjs +51 -51
  366. package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +15 -15
  367. package/kotlin/okio-parent-okio/okio/Okio.mjs +1 -1
  368. package/kotlin/okio-parent-okio/okio/Options.mjs +23 -23
  369. package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +37 -37
  370. package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +61 -61
  371. package/kotlin/okio-parent-okio/okio/Segment.mjs +69 -69
  372. package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +4 -4
  373. package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +51 -51
  374. package/kotlin/okio-parent-okio/okio/Util.mjs +1 -1
  375. package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +1 -1
  376. package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +21 -21
  377. package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +1 -1
  378. package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
  379. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +9 -9
  380. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +2 -2
  381. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +7 -7
  382. package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +120 -120
  383. package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
  384. package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +22 -22
  385. package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +27 -27
  386. package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +15 -15
  387. package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +4 -4
  388. package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +11 -11
  389. package/package.json +1 -1
  390. package/kotlin/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs.map +0 -1
@@ -15,11 +15,11 @@ function Phases() {
15
15
  class $ {
16
16
  constructor() {
17
17
  Phases_instance = this;
18
- this.y3e_1 = new (PipelinePhase())('Before');
19
- this.z3e_1 = new (PipelinePhase())('State');
20
- this.a3f_1 = new (PipelinePhase())('Monitoring');
21
- this.b3f_1 = new (PipelinePhase())('Engine');
22
- this.c3f_1 = new (PipelinePhase())('Receive');
18
+ this.d3f_1 = new (PipelinePhase())('Before');
19
+ this.e3f_1 = new (PipelinePhase())('State');
20
+ this.f3f_1 = new (PipelinePhase())('Monitoring');
21
+ this.g3f_1 = new (PipelinePhase())('Engine');
22
+ this.h3f_1 = new (PipelinePhase())('Receive');
23
23
  }
24
24
  }
25
25
  initMetadataForObject($, 'Phases');
@@ -40,11 +40,11 @@ function HttpSendPipeline() {
40
40
  constructor(developmentMode) {
41
41
  Phases_getInstance();
42
42
  developmentMode = developmentMode === VOID ? true : developmentMode;
43
- super([Phases_getInstance().y3e_1, Phases_getInstance().z3e_1, Phases_getInstance().a3f_1, Phases_getInstance().b3f_1, Phases_getInstance().c3f_1]);
44
- this.q3w_1 = developmentMode;
43
+ super([Phases_getInstance().d3f_1, Phases_getInstance().e3f_1, Phases_getInstance().f3f_1, Phases_getInstance().g3f_1, Phases_getInstance().h3f_1]);
44
+ this.r3w_1 = developmentMode;
45
45
  }
46
46
  c2p() {
47
- return this.q3w_1;
47
+ return this.r3w_1;
48
48
  }
49
49
  }
50
50
  initMetadataForClass($, 'HttpSendPipeline', HttpSendPipeline, VOID, VOID, [2]);
@@ -58,11 +58,11 @@ function Phases_0() {
58
58
  class $ {
59
59
  constructor() {
60
60
  Phases_instance_0 = this;
61
- this.p3k_1 = new (PipelinePhase())('Before');
62
- this.q3k_1 = new (PipelinePhase())('State');
63
- this.r3k_1 = new (PipelinePhase())('Transform');
64
- this.s3k_1 = new (PipelinePhase())('Render');
65
- this.t3k_1 = new (PipelinePhase())('Send');
61
+ this.q3k_1 = new (PipelinePhase())('Before');
62
+ this.r3k_1 = new (PipelinePhase())('State');
63
+ this.s3k_1 = new (PipelinePhase())('Transform');
64
+ this.t3k_1 = new (PipelinePhase())('Render');
65
+ this.u3k_1 = new (PipelinePhase())('Send');
66
66
  }
67
67
  }
68
68
  initMetadataForObject($, 'Phases');
@@ -83,11 +83,11 @@ function HttpRequestPipeline() {
83
83
  constructor(developmentMode) {
84
84
  Phases_getInstance_0();
85
85
  developmentMode = developmentMode === VOID ? true : developmentMode;
86
- super([Phases_getInstance_0().p3k_1, Phases_getInstance_0().q3k_1, Phases_getInstance_0().r3k_1, Phases_getInstance_0().s3k_1, Phases_getInstance_0().t3k_1]);
87
- this.y3w_1 = developmentMode;
86
+ super([Phases_getInstance_0().q3k_1, Phases_getInstance_0().r3k_1, Phases_getInstance_0().s3k_1, Phases_getInstance_0().t3k_1, Phases_getInstance_0().u3k_1]);
87
+ this.z3w_1 = developmentMode;
88
88
  }
89
89
  c2p() {
90
- return this.y3w_1;
90
+ return this.z3w_1;
91
91
  }
92
92
  }
93
93
  initMetadataForClass($, 'HttpRequestPipeline', HttpRequestPipeline, VOID, VOID, [2]);
@@ -5,7 +5,7 @@ import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../kotli
5
5
  //region block: pre-declaration
6
6
  //endregion
7
7
  function url(_this__u8e3s4, url) {
8
- takeFrom(_this__u8e3s4.v3f_1, url);
8
+ takeFrom(_this__u8e3s4.a3g_1, url);
9
9
  }
10
10
  //region block: exports
11
11
  export {
@@ -31,19 +31,19 @@ function FormDataContent() {
31
31
  class $ extends ByteArrayContent() {
32
32
  constructor(formData) {
33
33
  super();
34
- this.a3x_1 = formData;
35
- this.b3x_1 = toByteArray(formUrlEncode(this.a3x_1));
36
- this.c3x_1 = fromInt(this.b3x_1.length);
37
- this.d3x_1 = withCharset(Application_getInstance().y2r_1, Charsets_getInstance().y1v_1);
34
+ this.b3x_1 = formData;
35
+ this.c3x_1 = toByteArray(formUrlEncode(this.b3x_1));
36
+ this.d3x_1 = fromInt(this.c3x_1.length);
37
+ this.e3x_1 = withCharset(Application_getInstance().y2r_1, Charsets_getInstance().y1v_1);
38
38
  }
39
39
  d34() {
40
- return this.c3x_1;
40
+ return this.d3x_1;
41
41
  }
42
42
  b34() {
43
- return this.d3x_1;
43
+ return this.e3x_1;
44
44
  }
45
45
  e34() {
46
- return this.b3x_1;
46
+ return this.c3x_1;
47
47
  }
48
48
  }
49
49
  initMetadataForClass($, 'FormDataContent');
@@ -35,14 +35,14 @@ function *submitForm(_this__u8e3s4, url_0, formParameters, encodeInQuery, block,
35
35
  // Inline function 'kotlin.apply' call
36
36
  var this_0 = new (HttpRequestBuilder())();
37
37
  if (encodeInQuery) {
38
- this_0.w3f_1 = Companion_getInstance_0().h2y_1;
39
- this_0.v3f_1.t31_1.f2m(formParameters);
38
+ this_0.b3g_1 = Companion_getInstance_0().h2y_1;
39
+ this_0.a3g_1.t31_1.f2m(formParameters);
40
40
  } else {
41
- this_0.w3f_1 = Companion_getInstance_0().i2y_1;
41
+ this_0.b3g_1 = Companion_getInstance_0().i2y_1;
42
42
  // Inline function 'io.ktor.client.request.setBody' call
43
43
  var body = new (FormDataContent())(formParameters);
44
44
  if (body == null) {
45
- this_0.y3f_1 = NullBody_instance;
45
+ this_0.d3g_1 = NullBody_instance;
46
46
  // Inline function 'io.ktor.util.reflect.typeInfo' call
47
47
  var tmp_0 = getKClass(FormDataContent());
48
48
  // Inline function 'io.ktor.util.reflect.typeOfOrNull' call
@@ -61,13 +61,13 @@ function *submitForm(_this__u8e3s4, url_0, formParameters, encodeInQuery, block,
61
61
  }
62
62
  var tmp$ret$6 = tmp_1;
63
63
  var tmp$ret$5 = new (TypeInfo())(tmp_0, tmp$ret$6);
64
- this_0.s3j(tmp$ret$5);
64
+ this_0.x3j(tmp$ret$5);
65
65
  } else {
66
66
  if (body instanceof OutgoingContent()) {
67
- this_0.y3f_1 = body;
68
- this_0.s3j(null);
67
+ this_0.d3g_1 = body;
68
+ this_0.x3j(null);
69
69
  } else {
70
- this_0.y3f_1 = body;
70
+ this_0.d3g_1 = body;
71
71
  // Inline function 'io.ktor.util.reflect.typeInfo' call
72
72
  var tmp_3 = getKClass(FormDataContent());
73
73
  // Inline function 'io.ktor.util.reflect.typeOfOrNull' call
@@ -86,14 +86,14 @@ function *submitForm(_this__u8e3s4, url_0, formParameters, encodeInQuery, block,
86
86
  }
87
87
  var tmp$ret$8 = tmp_4;
88
88
  var tmp$ret$7 = new (TypeInfo())(tmp_3, tmp$ret$8);
89
- this_0.s3j(tmp$ret$7);
89
+ this_0.x3j(tmp$ret$7);
90
90
  }
91
91
  }
92
92
  }
93
93
  url(this_0, url_0);
94
94
  block(this_0);
95
95
  // Inline function 'io.ktor.client.request.request' call
96
- return yield* (new (HttpStatement())(this_0, _this__u8e3s4)).e3x($completion);
96
+ return yield* (new (HttpStatement())(this_0, _this__u8e3s4)).f3x($completion);
97
97
  }
98
98
  function submitForm$lambda(_this__u8e3s4) {
99
99
  return Unit_instance;
@@ -16,42 +16,42 @@ function DefaultHttpResponse() {
16
16
  class $ extends HttpResponse() {
17
17
  constructor(call, responseData) {
18
18
  super();
19
- this.f3x_1 = call;
20
- this.g3x_1 = responseData.o3h_1;
21
- this.h3x_1 = responseData.j3h_1;
22
- this.i3x_1 = responseData.m3h_1;
23
- this.j3x_1 = responseData.k3h_1;
19
+ this.g3x_1 = call;
20
+ this.h3x_1 = responseData.t3h_1;
21
+ this.i3x_1 = responseData.o3h_1;
22
+ this.j3x_1 = responseData.r3h_1;
24
23
  this.k3x_1 = responseData.p3h_1;
24
+ this.l3x_1 = responseData.u3h_1;
25
25
  var tmp = this;
26
- var tmp_0 = responseData.n3h_1;
26
+ var tmp_0 = responseData.s3h_1;
27
27
  var tmp0_elvis_lhs = isInterface(tmp_0, ByteReadChannel()) ? tmp_0 : null;
28
- tmp.l3x_1 = tmp0_elvis_lhs == null ? Companion_getInstance().n1u_1 : tmp0_elvis_lhs;
29
- this.m3x_1 = responseData.l3h_1;
28
+ tmp.m3x_1 = tmp0_elvis_lhs == null ? Companion_getInstance().n1u_1 : tmp0_elvis_lhs;
29
+ this.n3x_1 = responseData.q3h_1;
30
30
  }
31
- u3g() {
32
- return this.f3x_1;
33
- }
34
- bx() {
31
+ z3g() {
35
32
  return this.g3x_1;
36
33
  }
37
- c34() {
34
+ bx() {
38
35
  return this.h3x_1;
39
36
  }
40
- e3h() {
37
+ c34() {
41
38
  return this.i3x_1;
42
39
  }
43
- f3h() {
40
+ j3h() {
44
41
  return this.j3x_1;
45
42
  }
46
- g3h() {
43
+ k3h() {
47
44
  return this.k3x_1;
48
45
  }
49
- d3h() {
46
+ l3h() {
50
47
  return this.l3x_1;
51
48
  }
52
- g2y() {
49
+ i3h() {
53
50
  return this.m3x_1;
54
51
  }
52
+ g2y() {
53
+ return this.n3x_1;
54
+ }
55
55
  }
56
56
  initMetadataForClass($, 'DefaultHttpResponse');
57
57
  DefaultHttpResponseClass = $;
@@ -20,7 +20,7 @@ function HttpResponse() {
20
20
  if (HttpResponseClass === VOID) {
21
21
  class $ {
22
22
  toString() {
23
- return 'HttpResponse[' + get_request(this).w3g().toString() + ', ' + this.c34().toString() + ']';
23
+ return 'HttpResponse[' + get_request(this).b3h().toString() + ', ' + this.c34().toString() + ']';
24
24
  }
25
25
  }
26
26
  initMetadataForClass($, 'HttpResponse', VOID, VOID, [CoroutineScope()]);
@@ -29,7 +29,7 @@ function HttpResponse() {
29
29
  return HttpResponseClass;
30
30
  }
31
31
  function get_request(_this__u8e3s4) {
32
- return _this__u8e3s4.u3g().n3g();
32
+ return _this__u8e3s4.z3g().s3g();
33
33
  }
34
34
  function *bodyAsText(_this__u8e3s4, fallbackCharset, $completion) {
35
35
  fallbackCharset = fallbackCharset === VOID ? Charsets_getInstance().y1v_1 : fallbackCharset;
@@ -37,7 +37,7 @@ function *bodyAsText(_this__u8e3s4, fallbackCharset, $completion) {
37
37
  var originCharset = tmp0_elvis_lhs == null ? fallbackCharset : tmp0_elvis_lhs;
38
38
  var decoder = originCharset.b1w();
39
39
  // Inline function 'io.ktor.client.call.body' call
40
- var tmp = _this__u8e3s4.u3g();
40
+ var tmp = _this__u8e3s4.z3g();
41
41
  // Inline function 'io.ktor.util.reflect.typeInfo' call
42
42
  var tmp_0 = getKClass(Source());
43
43
  // Inline function 'io.ktor.util.reflect.typeOfOrNull' call
@@ -56,7 +56,7 @@ function *bodyAsText(_this__u8e3s4, fallbackCharset, $completion) {
56
56
  }
57
57
  var tmp$ret$2 = tmp_1;
58
58
  var tmp$ret$1 = new (TypeInfo())(tmp_0, tmp$ret$2);
59
- var tmp_3 = yield* tmp.r3g(tmp$ret$1, $completion);
59
+ var tmp_3 = yield* tmp.w3g(tmp$ret$1, $completion);
60
60
  var input = (!(tmp_3 == null) ? isInterface(tmp_3, Source()) : false) ? tmp_3 : THROW_CCE();
61
61
  return decode(decoder, input);
62
62
  }
@@ -20,21 +20,21 @@ function HttpResponseContainer() {
20
20
  if (HttpResponseContainerClass === VOID) {
21
21
  class $ {
22
22
  constructor(expectedType, response) {
23
- this.w3h_1 = expectedType;
24
- this.x3h_1 = response;
23
+ this.b3i_1 = expectedType;
24
+ this.c3i_1 = response;
25
25
  }
26
26
  ml() {
27
- return this.w3h_1;
27
+ return this.b3i_1;
28
28
  }
29
29
  nl() {
30
- return this.x3h_1;
30
+ return this.c3i_1;
31
31
  }
32
32
  toString() {
33
- return 'HttpResponseContainer(expectedType=' + this.w3h_1.toString() + ', response=' + toString(this.x3h_1) + ')';
33
+ return 'HttpResponseContainer(expectedType=' + this.b3i_1.toString() + ', response=' + toString(this.c3i_1) + ')';
34
34
  }
35
35
  hashCode() {
36
- var result = this.w3h_1.hashCode();
37
- result = imul(result, 31) + hashCode(this.x3h_1) | 0;
36
+ var result = this.b3i_1.hashCode();
37
+ result = imul(result, 31) + hashCode(this.c3i_1) | 0;
38
38
  return result;
39
39
  }
40
40
  equals(other) {
@@ -42,9 +42,9 @@ function HttpResponseContainer() {
42
42
  return true;
43
43
  if (!(other instanceof HttpResponseContainer()))
44
44
  return false;
45
- if (!this.w3h_1.equals(other.w3h_1))
45
+ if (!this.b3i_1.equals(other.b3i_1))
46
46
  return false;
47
- if (!equals(this.x3h_1, other.x3h_1))
47
+ if (!equals(this.c3i_1, other.c3i_1))
48
48
  return false;
49
49
  return true;
50
50
  }
@@ -60,9 +60,9 @@ function Phases() {
60
60
  class $ {
61
61
  constructor() {
62
62
  Phases_instance = this;
63
- this.y3k_1 = new (PipelinePhase())('Before');
64
- this.z3k_1 = new (PipelinePhase())('State');
65
- this.a3l_1 = new (PipelinePhase())('After');
63
+ this.z3k_1 = new (PipelinePhase())('Before');
64
+ this.a3l_1 = new (PipelinePhase())('State');
65
+ this.b3l_1 = new (PipelinePhase())('After');
66
66
  }
67
67
  }
68
68
  initMetadataForObject($, 'Phases');
@@ -83,11 +83,11 @@ function HttpReceivePipeline() {
83
83
  constructor(developmentMode) {
84
84
  Phases_getInstance();
85
85
  developmentMode = developmentMode === VOID ? true : developmentMode;
86
- super([Phases_getInstance().y3k_1, Phases_getInstance().z3k_1, Phases_getInstance().a3l_1]);
87
- this.u3x_1 = developmentMode;
86
+ super([Phases_getInstance().z3k_1, Phases_getInstance().a3l_1, Phases_getInstance().b3l_1]);
87
+ this.v3x_1 = developmentMode;
88
88
  }
89
89
  c2p() {
90
- return this.u3x_1;
90
+ return this.v3x_1;
91
91
  }
92
92
  }
93
93
  initMetadataForClass($, 'HttpReceivePipeline', HttpReceivePipeline, VOID, VOID, [2]);
@@ -101,11 +101,11 @@ function Phases_0() {
101
101
  class $ {
102
102
  constructor() {
103
103
  Phases_instance_0 = this;
104
- this.o3f_1 = new (PipelinePhase())('Receive');
105
- this.p3f_1 = new (PipelinePhase())('Parse');
106
- this.q3f_1 = new (PipelinePhase())('Transform');
107
- this.r3f_1 = new (PipelinePhase())('State');
108
- this.s3f_1 = new (PipelinePhase())('After');
104
+ this.t3f_1 = new (PipelinePhase())('Receive');
105
+ this.u3f_1 = new (PipelinePhase())('Parse');
106
+ this.v3f_1 = new (PipelinePhase())('Transform');
107
+ this.w3f_1 = new (PipelinePhase())('State');
108
+ this.x3f_1 = new (PipelinePhase())('After');
109
109
  }
110
110
  }
111
111
  initMetadataForObject($, 'Phases');
@@ -126,11 +126,11 @@ function HttpResponsePipeline() {
126
126
  constructor(developmentMode) {
127
127
  Phases_getInstance_0();
128
128
  developmentMode = developmentMode === VOID ? true : developmentMode;
129
- super([Phases_getInstance_0().o3f_1, Phases_getInstance_0().p3f_1, Phases_getInstance_0().q3f_1, Phases_getInstance_0().r3f_1, Phases_getInstance_0().s3f_1]);
130
- this.c3y_1 = developmentMode;
129
+ super([Phases_getInstance_0().t3f_1, Phases_getInstance_0().u3f_1, Phases_getInstance_0().v3f_1, Phases_getInstance_0().w3f_1, Phases_getInstance_0().x3f_1]);
130
+ this.d3y_1 = developmentMode;
131
131
  }
132
132
  c2p() {
133
- return this.c3y_1;
133
+ return this.d3y_1;
134
134
  }
135
135
  }
136
136
  initMetadataForClass($, 'HttpResponsePipeline', HttpResponsePipeline, VOID, VOID, [2]);
@@ -23,20 +23,20 @@ function HttpStatement() {
23
23
  if (HttpStatementClass === VOID) {
24
24
  class $ {
25
25
  constructor(builder, client) {
26
- this.t3v_1 = builder;
27
- this.u3v_1 = client;
26
+ this.u3v_1 = builder;
27
+ this.v3v_1 = client;
28
28
  }
29
- *e3x($completion) {
30
- return yield* this.d3y($completion);
29
+ *f3x($completion) {
30
+ return yield* this.e3y($completion);
31
31
  }
32
- *v3v($completion) {
32
+ *w3v($completion) {
33
33
  $l$block: {
34
34
  // Inline function 'io.ktor.client.plugins.unwrapRequestTimeoutException' call
35
35
  try {
36
- var builder = (new (HttpRequestBuilder())()).r3j(this.t3v_1);
36
+ var builder = (new (HttpRequestBuilder())()).w3j(this.u3v_1);
37
37
  skipSaveBody(builder);
38
- var call = yield* this.u3v_1.u3f(builder, $completion);
39
- return call.r3e();
38
+ var call = yield* this.v3v_1.z3f(builder, $completion);
39
+ return call.w3e();
40
40
  } catch ($p) {
41
41
  if ($p instanceof CancellationException()) {
42
42
  var cause = $p;
@@ -47,14 +47,14 @@ function HttpStatement() {
47
47
  }
48
48
  }
49
49
  }
50
- *d3y($completion) {
50
+ *e3y($completion) {
51
51
  $l$block: {
52
52
  // Inline function 'io.ktor.client.plugins.unwrapRequestTimeoutException' call
53
53
  try {
54
- var builder = (new (HttpRequestBuilder())()).r3j(this.t3v_1);
55
- var call = yield* this.u3v_1.u3f(builder, $completion);
56
- var result = (yield* save(call, $completion)).r3e();
57
- yield* this.w3v(call.r3e(), $completion);
54
+ var builder = (new (HttpRequestBuilder())()).w3j(this.u3v_1);
55
+ var call = yield* this.v3v_1.z3f(builder, $completion);
56
+ var result = (yield* save(call, $completion)).w3e();
57
+ yield* this.x3v(call.w3e(), $completion);
58
58
  return result;
59
59
  } catch ($p) {
60
60
  if ($p instanceof CancellationException()) {
@@ -66,14 +66,14 @@ function HttpStatement() {
66
66
  }
67
67
  }
68
68
  }
69
- *w3v(_this__u8e3s4, $completion) {
69
+ *x3v(_this__u8e3s4, $completion) {
70
70
  var tmp = get_job(_this__u8e3s4.bx());
71
71
  var job = isInterface(tmp, CompletableJob()) ? tmp : THROW_CCE();
72
72
  // Inline function 'kotlin.apply' call
73
73
  job.k14();
74
74
  if (!get_isSaved(_this__u8e3s4)) {
75
75
  try {
76
- cancel(_this__u8e3s4.d3h());
76
+ cancel(_this__u8e3s4.i3h());
77
77
  } catch ($p) {
78
78
  if ($p instanceof Error) {
79
79
  var _unused_var__etf5q3 = $p;
@@ -86,7 +86,7 @@ function HttpStatement() {
86
86
  return Unit_instance;
87
87
  }
88
88
  toString() {
89
- return 'HttpStatement[' + this.t3v_1.v3f_1.toString() + ']';
89
+ return 'HttpStatement[' + this.u3v_1.a3g_1.toString() + ']';
90
90
  }
91
91
  }
92
92
  initMetadataForClass($, 'HttpStatement', VOID, VOID, VOID, [1, 0]);
@@ -30,9 +30,9 @@ function observable$slambda() {
30
30
  if (observable$slambdaClass === VOID) {
31
31
  class $ {
32
32
  constructor($this_observable, $listener, $contentLength) {
33
- this.e3y_1 = $this_observable;
34
- this.f3y_1 = $listener;
35
- this.g3y_1 = $contentLength;
33
+ this.f3y_1 = $this_observable;
34
+ this.g3y_1 = $listener;
35
+ this.h3y_1 = $contentLength;
36
36
  }
37
37
  *v36($this$writer, $completion) {
38
38
  var tmp0 = get_ByteArrayPool();
@@ -41,20 +41,20 @@ function observable$slambda() {
41
41
  var instance = tmp0.n1w();
42
42
  try {
43
43
  var bytesSend = new (Long())(0, 0);
44
- $l$loop: while (!this.e3y_1.p1t()) {
45
- var read = yield* readAvailable(this.e3y_1, instance, VOID, VOID, $completion);
44
+ $l$loop: while (!this.f3y_1.p1t()) {
45
+ var read = yield* readAvailable(this.f3y_1, instance, VOID, VOID, $completion);
46
46
  if (read <= 0)
47
47
  continue $l$loop;
48
48
  yield* writeFully($this$writer.v1u_1, instance, 0, read, $completion);
49
49
  // Inline function 'kotlin.Long.plus' call
50
50
  var this_0 = bytesSend;
51
51
  bytesSend = add(this_0, fromInt(read));
52
- yield* this.f3y_1.g3j(bytesSend, this.g3y_1, $completion);
52
+ yield* this.g3y_1.l3j(bytesSend, this.h3y_1, $completion);
53
53
  }
54
- var closedCause = this.e3y_1.n1t();
54
+ var closedCause = this.f3y_1.n1t();
55
55
  close($this$writer.v1u_1, closedCause);
56
56
  if (closedCause == null && equalsLong(bytesSend, new (Long())(0, 0))) {
57
- yield* this.f3y_1.g3j(bytesSend, this.g3y_1, $completion);
57
+ yield* this.g3y_1.l3j(bytesSend, this.h3y_1, $completion);
58
58
  }
59
59
  break $l$block;
60
60
  }finally {
@@ -35,8 +35,8 @@ function HttpResponseReceiveFail() {
35
35
  if (HttpResponseReceiveFailClass === VOID) {
36
36
  class $ {
37
37
  constructor(response, cause) {
38
- this.h3y_1 = response;
39
- this.i3y_1 = cause;
38
+ this.i3y_1 = response;
39
+ this.j3y_1 = cause;
40
40
  }
41
41
  }
42
42
  initMetadataForClass($, 'HttpResponseReceiveFail');
@@ -14,10 +14,10 @@ function EmptyContent() {
14
14
  EmptyContent_instance = null;
15
15
  super();
16
16
  EmptyContent_instance = this;
17
- this.k3y_1 = new (Long())(0, 0);
17
+ this.l3y_1 = new (Long())(0, 0);
18
18
  }
19
19
  d34() {
20
- return this.k3y_1;
20
+ return this.l3y_1;
21
21
  }
22
22
  toString() {
23
23
  return 'EmptyContent';
@@ -1,4 +1,4 @@
1
- import { get_supportsRequestBodyjdtitrt33hir as get_supportsRequestBody } from '../../../../../../ktor-ktor-http/io/ktor/http/HttpMethod.mjs';
1
+ import { get_supportsRequestBodyjdtitrt33hir as get_supportsRequestBody } from '../../../../../ktor-ktor-http/io/ktor/http/HttpMethod.mjs';
2
2
  import {
3
3
  isEmpty1yq29t926r0va as isEmpty,
4
4
  ProtocolUpgradexnnpt2xliy8g as ProtocolUpgrade,
@@ -7,24 +7,24 @@ import {
7
7
  WriteChannelContent1d7f40hsfcaxg as WriteChannelContent,
8
8
  ReadChannelContentz1amb4hnpqp4 as ReadChannelContent,
9
9
  ByteArrayContent2n0wb43y6ugs1 as ByteArrayContent,
10
- } from '../../../../../../ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs';
11
- import { mergeHeadersub4y73mj759y as mergeHeaders } from '../Utils.mjs';
12
- import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
10
+ } from '../../../../../ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs';
11
+ import { mergeHeadersub4y73mj759y as mergeHeaders } from '../engine/Utils.mjs';
12
+ import { Unit_instancev9v8hjid95df as Unit_instance } from '../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
13
13
  import {
14
14
  noWhenBranchMatchedException2a6r7ubxgky5j as noWhenBranchMatchedException,
15
15
  THROW_CCE2g6jy02ryeudk as THROW_CCE,
16
- } from '../../../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
17
- import { UnsupportedContentTypeException1omj39t4jp3a7 as UnsupportedContentTypeException } from '../../call/utils.mjs';
18
- import { GlobalScope_instance3t6qd3g1xr5c0 as GlobalScope_instance } from '../../../../../../kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs';
19
- import { VOID3gxj6tk5isa35 as VOID } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
16
+ } from '../../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
17
+ import { UnsupportedContentTypeException1omj39t4jp3a7 as UnsupportedContentTypeException } from '../call/utils.mjs';
18
+ import { GlobalScope_instance3t6qd3g1xr5c0 as GlobalScope_instance } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/CoroutineScope.mjs';
19
+ import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
20
20
  import {
21
21
  writer1eia5its2a1fh as writer,
22
22
  WriterScope3b0bo1enaee6b as WriterScope,
23
- } from '../../../../../../ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs';
24
- import { readRemaining1u8soafhjma7y as readRemaining } from '../../../../../../ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs';
25
- import { readByteArray1ri21h2rciakw as readByteArray } from '../../../../../../kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs';
26
- import { toTypedArray3sl1vhn8ifta0 as toTypedArray } from '../../../../../../kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs';
27
- import { initMetadataForLambda3af3he42mmnh as initMetadataForLambda } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
23
+ } from '../../../../../ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs';
24
+ import { readRemaining1u8soafhjma7y as readRemaining } from '../../../../../ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs';
25
+ import { readByteArray1ri21h2rciakw as readByteArray } from '../../../../../kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs';
26
+ import { toTypedArray3sl1vhn8ifta0 as toTypedArray } from '../../../../../kotlin-kotlin-stdlib/kotlin/collections/_ArraysJs.mjs';
27
+ import { initMetadataForLambda3af3he42mmnh as initMetadataForLambda } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
28
28
  //region block: imports
29
29
  //endregion
30
30
  //region block: pre-declaration
@@ -32,11 +32,19 @@ import { initMetadataForLambda3af3he42mmnh as initMetadataForLambda } from '../.
32
32
  function *toRaw(_this__u8e3s4, clientConfig, callContext, $completion) {
33
33
  var jsHeaders = {};
34
34
  // Inline function 'io.ktor.client.request.forEachHeader' call
35
- var skipContentLengthHeader = !get_supportsRequestBody(_this__u8e3s4.i3j_1) && isEmpty(_this__u8e3s4.k3j_1);
36
- mergeHeaders(_this__u8e3s4.j3j_1, _this__u8e3s4.k3j_1, toRaw$lambda(skipContentLengthHeader, jsHeaders));
37
- var bodyBytes = yield* getBodyBytes(_this__u8e3s4.k3j_1, callContext, $completion);
35
+ var skipContentLengthHeader = !get_supportsRequestBody(_this__u8e3s4.n3j_1) && isEmpty(_this__u8e3s4.p3j_1);
36
+ mergeHeaders(_this__u8e3s4.o3j_1, _this__u8e3s4.p3j_1, toRaw$lambda(skipContentLengthHeader, jsHeaders));
37
+ var bodyBytes = yield* getBodyBytes(_this__u8e3s4.p3j_1, callContext, $completion);
38
38
  return buildObject(toRaw$lambda_0(_this__u8e3s4, jsHeaders, clientConfig, bodyBytes));
39
39
  }
40
+ function asString(_this__u8e3s4) {
41
+ var tmp = JSON;
42
+ // Inline function 'kotlin.arrayOf' call
43
+ // Inline function 'kotlin.js.unsafeCast' call
44
+ // Inline function 'kotlin.js.asDynamic' call
45
+ var tmp$ret$0 = ['message', 'target', 'type', 'isTrusted'];
46
+ return tmp.stringify(_this__u8e3s4, tmp$ret$0);
47
+ }
40
48
  function *getBodyBytes(content, callContext, $completion) {
41
49
  var tmp;
42
50
  if (content instanceof ByteArrayContent()) {
@@ -56,7 +64,7 @@ function *getBodyBytes(content, callContext, $completion) {
56
64
  tmp = null;
57
65
  } else {
58
66
  if (content instanceof ProtocolUpgrade()) {
59
- throw UnsupportedContentTypeException().a3j(content);
67
+ throw UnsupportedContentTypeException().f3j(content);
60
68
  } else {
61
69
  noWhenBranchMatchedException();
62
70
  }
@@ -85,10 +93,10 @@ function toRaw$lambda($skipContentLengthHeader, $jsHeaders) {
85
93
  }
86
94
  function toRaw$lambda_0($this_toRaw, $jsHeaders, $clientConfig, $bodyBytes) {
87
95
  return ($this$buildObject) => {
88
- $this$buildObject.method = $this_toRaw.i3j_1.r2y_1;
96
+ $this$buildObject.method = $this_toRaw.n3j_1.r2y_1;
89
97
  $this$buildObject.headers = $jsHeaders;
90
98
  var tmp;
91
- if ($clientConfig.h3f_1) {
99
+ if ($clientConfig.m3f_1) {
92
100
  // Inline function 'org.w3c.fetch.FOLLOW' call
93
101
  // Inline function 'kotlin.js.asDynamic' call
94
102
  // Inline function 'kotlin.js.unsafeCast' call
@@ -115,10 +123,10 @@ function getBodyBytes$slambda() {
115
123
  if (getBodyBytes$slambdaClass === VOID) {
116
124
  class $ {
117
125
  constructor($content) {
118
- this.c3z_1 = $content;
126
+ this.q3z_1 = $content;
119
127
  }
120
128
  *v36($this$writer, $completion) {
121
- yield* this.c3z_1.j34($this$writer.v1u_1, $completion);
129
+ yield* this.q3z_1.j34($this$writer.v1u_1, $completion);
122
130
  return Unit_instance;
123
131
  }
124
132
  vd(p1, $completion) {
@@ -138,8 +146,9 @@ function getBodyBytes$slambda_0($content) {
138
146
  }
139
147
  //region block: exports
140
148
  export {
141
- toRaw as toRaw3l0hsmz0py53,
149
+ toRaw as toRaw2itj77vlkwwum,
150
+ asString as asStringm4998zsa7g15,
142
151
  };
143
152
  //endregion
144
153
 
145
- //# sourceMappingURL=JsUtils.mjs.map
154
+ //# sourceMappingURL=JsUtils.js.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-client/ktor-client-core/js/src/io/ktor/client/utils/JsUtils.js.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-client/ktor-client-core/common/src/io/ktor/client/request/HttpRequest.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/ktor-ktor-client-core/io/ktor/client/utils/js/builtins/Library.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/ktor-ktor-client-core/io/ktor/client/utils/src/kotlin/util/Standard.kt","../../../../../../../../../../mnt/agent/work/cda76b66d8f1c2ba/src/jsMain/kotlin/org.w3c/org.w3c.fetch.kt"],"sourcesContent":[null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["toRaw","<this>","clientConfig","callContext","$completion","jsHeaders","skipContentLengthHeader","bodyBytes","asString","getBodyBytes","content","buildObject","block","toRaw$lambda","toRaw$lambda$lambda","invoke","getBodyBytes$slambda","getBodyBytes$slambda$lambda"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAuBiBA,CAAIC,a,EACjBC,Y,EACAC,W,EAFaC,WAAAJ,EAGF;A,MACXK,YAAgB,E;;MC4OhBC,0BAA8B,CAAQ,wBD3OtC,aC2OsC,CAAP,KAAO,CAAtCA,IAAkE,QD3OlE,aC2OkE,CAAL,KAAK,C;EAClE,aD5OA,aC4OA,CAAa,KAAb,ED5OA,aC4OA,CAAsB,KAAtB,EAA4B,gDAA5B,C;MD1OAC,mBAAgB,aAAa,aAAb,CAAa,KAAb,EAAmB,WAAnB,c;EAEhB,OAAO,YAAY,iEAAZ,C;AAOX,C;iBAoBgBC,CAAIP,aAAJO,EAA+B;A,YAAA,I;;;;MExBqD,YFwBxB,YAAW,QAAX,EAAqB,MAArB,EAA6B,WAA7B,C;EAA0C,OAAlE,cAAU,aAAV,EAAgB,SAAhB,C;AAAiE,C;sBAjBrGC,CAAiBC,O,EAA0BP,W,EAA3CC,WAAAK,EAAsF;A;EAE9F,IADS,OACT,+B;UAAuC,OAAQ,M;;IAC/C,IAFS,OAET,iC;YAA4E,qBAAhB,cAAnB,OAAQ,MAAW,cAAgB,C;;MAC5E,IAHS,OAGT,kC;;cAG8B,qBAAhB,cAFE,cAAO,WAAP,QAAoB,+BAApB,CAEF,CAAR,KAAQ,cAAgB,C;;QAE9B,IARS,OAQT,6B;uBAAqC,aAAa,OAAQ,MAArB,EAAiC,WAAjC,c;;UACrC,IATS,OAST,wB;kBAAgC,I;;YAChC,IAVS,OAUT,8B;cAAsC,4CAAsC,OAAtC,C;;cAVnC,8B;;;;;;;EAAP,U;AAYJ,C;oBAESE,CAAoBC,KAApBD,EAA8C;A;eAAC,E;EAAqB,KG6BzE,Q;EH7B+E,OG8BxE,M;AH9BuE,C;qBAG0xNE,C,oCAAAA,E;SAAAC,CAAE,G,EAAK,KAAPA,KAAA;A;IAA4B,gCAA2B,QAAmB,gBAA9C,C;MAA6D,oB;;IAhCn6N,WAgCq8N,GAhCr8N,IAgC08N,K;IAAW,oB;EAAA,C;C;uBA5Bh+ND,C,kDAAAA,E;SAAAC,CAAA,iBAAAA,KAAA;A,IACf,2BAAS,WAAT,CAAoB,KAApB,CAA2B,K;IAC3B,4BAAU,U;;IACK,kBAAa,KAAb,C;;;;YI2PqD,Q;;;;;YAIA,Q;;IJ/PpE,gC;QAEA,+B;IAAW,+B;MAAA,I;;;MAAM,yBAAO,eAAc,aAAtC,kBAAsC,CAAd,C;;IAC5B,oB;EAAA,C;C;;;;;;;;UASwCC,CAAA,Y,EAAAX,WAAAW,EAC5B;A,eAAA,IAAQ,CAAR,KAAQ,KAAQ,YAAR,CAAQ,KAAR,c;QAAe,oB;MAAA,C;;;;;;;;;;+BADKC,C,QAAAA,E;;UAAAC,CAAA,Y,EAAAb,WAAAa,qC;;;C;;;;;"}