@attocash/commons-js 5.0.0 → 5.1.0

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 (282) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +2 -2
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
  3. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +8 -8
  4. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +68 -68
  5. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +56 -56
  6. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +14 -14
  7. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +10 -10
  8. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +26 -26
  9. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +661 -661
  10. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +4 -4
  11. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +7 -7
  12. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +8 -8
  13. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
  14. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +17 -17
  15. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +8 -8
  16. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
  17. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +26 -26
  18. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +7 -7
  19. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +42 -42
  20. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +2 -2
  21. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +8 -8
  22. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +67 -67
  23. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +11 -11
  24. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +5 -5
  25. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +35 -35
  26. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +11 -11
  27. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +37 -37
  28. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +10 -10
  29. package/commons-commons-core/cash/atto/commons/Extensions.mjs +1 -1
  30. package/commons-commons-core/cash/atto/commons/serialiazer/AttoAddressAsByteArraySerializer.mjs +4 -4
  31. package/commons-commons-core/cash/atto/commons/serialiazer/InstantMillisSerializer.mjs +2 -2
  32. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
  33. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
  34. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.export.d.ts +3 -1
  35. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +19 -5
  36. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs.map +1 -1
  37. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +72 -72
  38. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  39. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +812 -319
  40. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
  41. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +226 -76
  42. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +1 -1
  43. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +3 -3
  44. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
  45. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +34 -34
  46. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +56 -56
  47. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  48. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  49. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
  50. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +1 -1
  51. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
  52. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +1 -1
  53. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
  54. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
  55. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +76 -76
  56. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +133 -28
  57. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  58. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs +28 -0
  59. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -0
  60. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
  61. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
  62. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
  63. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
  64. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
  65. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
  66. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  67. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
  68. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +39 -39
  69. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
  70. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
  71. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
  72. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
  73. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
  74. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
  75. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
  76. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
  77. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
  78. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
  79. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
  80. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
  81. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  82. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +50 -50
  83. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
  84. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +37 -37
  85. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  86. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +59 -59
  87. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +70 -70
  88. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  89. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
  90. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  91. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  92. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  93. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +13 -13
  94. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
  95. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +36 -36
  96. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +7 -7
  97. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
  98. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  99. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +84 -84
  100. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
  101. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  102. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +141 -141
  103. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
  104. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  105. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +151 -151
  106. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
  107. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +3 -3
  108. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +59 -59
  109. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
  110. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +22 -22
  111. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
  112. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +219 -219
  113. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +15 -15
  114. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Loader.js.mjs +2 -2
  115. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +241 -241
  116. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +133 -133
  117. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  118. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +85 -85
  119. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
  120. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  121. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +41 -41
  122. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +54 -54
  123. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
  124. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  125. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +27 -27
  126. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +60 -60
  127. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
  128. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  129. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  130. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
  131. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  132. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +60 -60
  133. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +40 -40
  134. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +21 -21
  135. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
  136. package/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +3 -3
  137. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -61
  138. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +45 -45
  139. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +125 -125
  140. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +138 -138
  141. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  142. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +70 -70
  143. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +53 -53
  144. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +42 -42
  145. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  146. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +98 -98
  147. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +33 -33
  148. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  149. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +11 -11
  150. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  151. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +35 -35
  152. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  153. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +45 -45
  154. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +65 -65
  155. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
  156. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +17 -17
  157. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  158. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  159. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
  160. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
  161. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +18 -18
  162. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
  163. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +52 -52
  164. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +35 -35
  165. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  166. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  167. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
  168. package/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
  169. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
  170. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
  171. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
  172. package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  173. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
  174. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +114 -114
  175. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
  176. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  177. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +18 -18
  178. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
  179. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -9
  180. package/ktor-ktor-http/io/ktor/http/Query.mjs +3 -3
  181. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +58 -58
  182. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  183. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  184. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
  185. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +25 -25
  186. package/ktor-ktor-http/io/ktor/http/Url.mjs +72 -72
  187. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
  188. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  189. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
  190. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
  191. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
  192. package/ktor-ktor-http-cio/io/ktor/http/cio/ChunkedTransferEncoding.mjs +106 -106
  193. package/ktor-ktor-http-cio/io/ktor/http/cio/ConnectionOptions.mjs +31 -31
  194. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpBody.mjs +15 -15
  195. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +100 -100
  196. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +69 -69
  197. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +113 -113
  198. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponse.mjs +9 -9
  199. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponseBuilderJs.mjs +21 -21
  200. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +17 -17
  201. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
  202. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  203. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +21 -21
  204. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  205. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  206. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +7 -7
  207. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +141 -141
  208. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
  209. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +75 -75
  210. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +1 -1
  211. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
  212. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +230 -230
  213. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +11 -11
  214. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +72 -72
  215. package/ktor-ktor-io/io/ktor/utils/io/CloseHookByteWriteChannel.mjs +14 -14
  216. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  217. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +26 -26
  218. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  219. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
  220. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
  221. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
  222. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
  223. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
  224. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
  225. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
  226. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  227. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
  228. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  229. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  230. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
  231. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  232. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
  233. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
  234. package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
  235. package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
  236. package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +50 -50
  237. package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +104 -104
  238. package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
  239. package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +30 -30
  240. package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +5 -5
  241. package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
  242. package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
  243. package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
  244. package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
  245. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
  246. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
  247. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
  248. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +58 -58
  249. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
  250. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +122 -122
  251. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
  252. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
  253. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
  254. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
  255. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +33 -33
  256. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +31 -31
  257. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  258. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
  259. package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
  260. package/ktor-ktor-utils/io/ktor/util/collections/ConcurrentMapJs.mjs +29 -29
  261. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  262. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +67 -67
  263. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  264. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
  265. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  266. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  267. package/ktor-ktor-utils/io/ktor/util/network/NetworkAddressJs.mjs +2 -2
  268. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +32 -32
  269. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
  270. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
  271. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  272. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  273. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  274. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +49 -49
  275. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  276. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
  277. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
  278. package/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
  279. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +9 -9
  280. package/ktor-ktor-websockets/io/ktor/websocket/ProtocolViolationException.mjs +5 -5
  281. package/ktor-ktor-websockets/io/ktor/websocket/RawWebSocketCommon.mjs +150 -150
  282. package/package.json +1 -1
@@ -16,41 +16,41 @@ function DefaultHttpResponse() {
16
16
  class $ extends HttpResponse() {
17
17
  constructor(call, responseData) {
18
18
  super();
19
- this.w5w_1 = call;
20
- this.x5w_1 = responseData.s53_1;
21
- this.y5w_1 = responseData.n53_1;
22
- this.z5w_1 = responseData.q53_1;
23
- this.a5x_1 = responseData.o53_1;
24
- this.b5x_1 = responseData.t53_1;
19
+ this.k5x_1 = call;
20
+ this.l5x_1 = responseData.g54_1;
21
+ this.m5x_1 = responseData.b54_1;
22
+ this.n5x_1 = responseData.e54_1;
23
+ this.o5x_1 = responseData.c54_1;
24
+ this.p5x_1 = responseData.h54_1;
25
25
  var tmp = this;
26
- var tmp_0 = responseData.r53_1;
26
+ var tmp_0 = responseData.f54_1;
27
27
  var tmp0_elvis_lhs = isInterface(tmp_0, ByteReadChannel()) ? tmp_0 : null;
28
- tmp.c5x_1 = tmp0_elvis_lhs == null ? Companion_getInstance().t3c_1 : tmp0_elvis_lhs;
29
- this.d5x_1 = responseData.p53_1;
28
+ tmp.q5x_1 = tmp0_elvis_lhs == null ? Companion_getInstance().h3d_1 : tmp0_elvis_lhs;
29
+ this.r5x_1 = responseData.d54_1;
30
30
  }
31
- x51() {
32
- return this.w5w_1;
31
+ l52() {
32
+ return this.k5x_1;
33
33
  }
34
34
  s1x() {
35
- return this.x5w_1;
35
+ return this.l5x_1;
36
36
  }
37
- g52() {
38
- return this.y5w_1;
37
+ u52() {
38
+ return this.m5x_1;
39
39
  }
40
- s2v() {
41
- return this.z5w_1;
40
+ g2w() {
41
+ return this.n5x_1;
42
42
  }
43
- h52() {
44
- return this.a5x_1;
43
+ v52() {
44
+ return this.o5x_1;
45
45
  }
46
- i52() {
47
- return this.b5x_1;
46
+ w52() {
47
+ return this.p5x_1;
48
48
  }
49
- f52() {
50
- return this.c5x_1;
49
+ t52() {
50
+ return this.q5x_1;
51
51
  }
52
- l45() {
53
- return this.d5x_1;
52
+ z45() {
53
+ return this.r5x_1;
54
54
  }
55
55
  }
56
56
  initMetadataForClass($, 'DefaultHttpResponse');
@@ -27,7 +27,7 @@ function HttpResponse() {
27
27
  if (HttpResponseClass === VOID) {
28
28
  class $ {
29
29
  toString() {
30
- return 'HttpResponse[' + get_request(this).z51().toString() + ', ' + this.g52().toString() + ']';
30
+ return 'HttpResponse[' + get_request(this).n52().toString() + ', ' + this.u52().toString() + ']';
31
31
  }
32
32
  }
33
33
  initMetadataForClass($, 'HttpResponse', VOID, VOID, [CoroutineScope()]);
@@ -36,10 +36,10 @@ function HttpResponse() {
36
36
  return HttpResponseClass;
37
37
  }
38
38
  function get_request(_this__u8e3s4) {
39
- return _this__u8e3s4.x51().q51();
39
+ return _this__u8e3s4.l52().e52();
40
40
  }
41
41
  function bodyAsText(_this__u8e3s4, fallbackCharset, $completion) {
42
- fallbackCharset = fallbackCharset === VOID ? Charsets_getInstance().y3p_1 : fallbackCharset;
42
+ fallbackCharset = fallbackCharset === VOID ? Charsets_getInstance().m3q_1 : fallbackCharset;
43
43
  var tmp = new ($bodyAsTextCOROUTINE$())(_this__u8e3s4, fallbackCharset, $completion);
44
44
  tmp.cc_1 = Unit_instance;
45
45
  tmp.dc_1 = null;
@@ -57,8 +57,8 @@ function $bodyAsTextCOROUTINE$() {
57
57
  class $ extends CoroutineImpl() {
58
58
  constructor(_this__u8e3s4, fallbackCharset, resultContinuation) {
59
59
  super(resultContinuation);
60
- this.m5x_1 = _this__u8e3s4;
61
- this.n5x_1 = fallbackCharset;
60
+ this.a5y_1 = _this__u8e3s4;
61
+ this.b5y_1 = fallbackCharset;
62
62
  }
63
63
  ic() {
64
64
  var suspendResult = this.cc_1;
@@ -69,14 +69,14 @@ function $bodyAsTextCOROUTINE$() {
69
69
  case 0:
70
70
  this.bc_1 = 2;
71
71
  var tmp_0 = this;
72
- var tmp0_elvis_lhs = charset(this.m5x_1);
73
- tmp_0.o5x_1 = tmp0_elvis_lhs == null ? this.n5x_1 : tmp0_elvis_lhs;
74
- this.p5x_1 = this.o5x_1.c3q();
72
+ var tmp0_elvis_lhs = charset(this.a5y_1);
73
+ tmp_0.c5y_1 = tmp0_elvis_lhs == null ? this.b5y_1 : tmp0_elvis_lhs;
74
+ this.d5y_1 = this.c5y_1.q3q();
75
75
  var tmp_1 = this;
76
- tmp_1.q5x_1 = this.m5x_1;
77
- this.r5x_1 = this.q5x_1;
76
+ tmp_1.e5y_1 = this.a5y_1;
77
+ this.f5y_1 = this.e5y_1;
78
78
  this.ac_1 = 1;
79
- var tmp_2 = this.r5x_1.x51();
79
+ var tmp_2 = this.f5y_1.l52();
80
80
  var tmp_3 = getKClass(Source());
81
81
  var tmp_4;
82
82
  try {
@@ -92,7 +92,7 @@ function $bodyAsTextCOROUTINE$() {
92
92
  tmp_4 = tmp_5;
93
93
  }
94
94
 
95
- suspendResult = tmp_2.u51(new (TypeInfo())(tmp_3, tmp_4), this);
95
+ suspendResult = tmp_2.i52(new (TypeInfo())(tmp_3, tmp_4), this);
96
96
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
97
97
  return suspendResult;
98
98
  }
@@ -100,7 +100,7 @@ function $bodyAsTextCOROUTINE$() {
100
100
  continue $sm;
101
101
  case 1:
102
102
  var input = (!(suspendResult == null) ? isInterface(suspendResult, Source()) : false) ? suspendResult : THROW_CCE();
103
- return decode(this.p5x_1, input);
103
+ return decode(this.d5y_1, input);
104
104
  case 2:
105
105
  throw this.dc_1;
106
106
  }
@@ -127,7 +127,7 @@ function $bodyAsChannelCOROUTINE$() {
127
127
  class $ extends CoroutineImpl() {
128
128
  constructor(_this__u8e3s4, resultContinuation) {
129
129
  super(resultContinuation);
130
- this.a5y_1 = _this__u8e3s4;
130
+ this.o5y_1 = _this__u8e3s4;
131
131
  }
132
132
  ic() {
133
133
  var suspendResult = this.cc_1;
@@ -138,10 +138,10 @@ function $bodyAsChannelCOROUTINE$() {
138
138
  case 0:
139
139
  this.bc_1 = 2;
140
140
  var tmp_0 = this;
141
- tmp_0.b5y_1 = this.a5y_1;
142
- this.c5y_1 = this.b5y_1;
141
+ tmp_0.p5y_1 = this.o5y_1;
142
+ this.q5y_1 = this.p5y_1;
143
143
  this.ac_1 = 1;
144
- var tmp_1 = this.c5y_1.x51();
144
+ var tmp_1 = this.q5y_1.l52();
145
145
  var tmp_2 = getKClass(ByteReadChannel());
146
146
  var tmp_3;
147
147
  try {
@@ -157,7 +157,7 @@ function $bodyAsChannelCOROUTINE$() {
157
157
  tmp_3 = tmp_4;
158
158
  }
159
159
 
160
- suspendResult = tmp_1.u51(new (TypeInfo())(tmp_2, tmp_3), this);
160
+ suspendResult = tmp_1.i52(new (TypeInfo())(tmp_2, tmp_3), this);
161
161
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
162
162
  return suspendResult;
163
163
  }
@@ -22,9 +22,9 @@ function Phases() {
22
22
  class $ {
23
23
  constructor() {
24
24
  Phases_instance = this;
25
- this.p59_1 = new (PipelinePhase())('Before');
26
- this.q59_1 = new (PipelinePhase())('State');
27
- this.r59_1 = new (PipelinePhase())('After');
25
+ this.d5a_1 = new (PipelinePhase())('Before');
26
+ this.e5a_1 = new (PipelinePhase())('State');
27
+ this.f5a_1 = new (PipelinePhase())('After');
28
28
  }
29
29
  }
30
30
  initMetadataForObject($, 'Phases');
@@ -45,11 +45,11 @@ function HttpReceivePipeline() {
45
45
  constructor(developmentMode) {
46
46
  Phases_getInstance();
47
47
  developmentMode = developmentMode === VOID ? true : developmentMode;
48
- super([Phases_getInstance().p59_1, Phases_getInstance().q59_1, Phases_getInstance().r59_1]);
49
- this.k5y_1 = developmentMode;
48
+ super([Phases_getInstance().d5a_1, Phases_getInstance().e5a_1, Phases_getInstance().f5a_1]);
49
+ this.y5y_1 = developmentMode;
50
50
  }
51
- f3w() {
52
- return this.k5y_1;
51
+ t3w() {
52
+ return this.y5y_1;
53
53
  }
54
54
  }
55
55
  initMetadataForClass($, 'HttpReceivePipeline', HttpReceivePipeline, VOID, VOID, [2]);
@@ -63,11 +63,11 @@ function Phases_0() {
63
63
  class $ {
64
64
  constructor() {
65
65
  Phases_instance_0 = this;
66
- this.y50_1 = new (PipelinePhase())('Receive');
67
- this.z50_1 = new (PipelinePhase())('Parse');
68
- this.a51_1 = new (PipelinePhase())('Transform');
69
- this.b51_1 = new (PipelinePhase())('State');
70
- this.c51_1 = new (PipelinePhase())('After');
66
+ this.m51_1 = new (PipelinePhase())('Receive');
67
+ this.n51_1 = new (PipelinePhase())('Parse');
68
+ this.o51_1 = new (PipelinePhase())('Transform');
69
+ this.p51_1 = new (PipelinePhase())('State');
70
+ this.q51_1 = new (PipelinePhase())('After');
71
71
  }
72
72
  }
73
73
  initMetadataForObject($, 'Phases');
@@ -88,11 +88,11 @@ function HttpResponsePipeline() {
88
88
  constructor(developmentMode) {
89
89
  Phases_getInstance_0();
90
90
  developmentMode = developmentMode === VOID ? true : developmentMode;
91
- super([Phases_getInstance_0().y50_1, Phases_getInstance_0().z50_1, Phases_getInstance_0().a51_1, Phases_getInstance_0().b51_1, Phases_getInstance_0().c51_1]);
92
- this.s5y_1 = developmentMode;
91
+ super([Phases_getInstance_0().m51_1, Phases_getInstance_0().n51_1, Phases_getInstance_0().o51_1, Phases_getInstance_0().p51_1, Phases_getInstance_0().q51_1]);
92
+ this.g5z_1 = developmentMode;
93
93
  }
94
- f3w() {
95
- return this.s5y_1;
94
+ t3w() {
95
+ return this.g5z_1;
96
96
  }
97
97
  }
98
98
  initMetadataForClass($, 'HttpResponsePipeline', HttpResponsePipeline, VOID, VOID, [2]);
@@ -105,21 +105,21 @@ function HttpResponseContainer() {
105
105
  if (HttpResponseContainerClass === VOID) {
106
106
  class $ {
107
107
  constructor(expectedType, response) {
108
- this.e53_1 = expectedType;
109
- this.f53_1 = response;
108
+ this.s53_1 = expectedType;
109
+ this.t53_1 = response;
110
110
  }
111
111
  gl() {
112
- return this.e53_1;
112
+ return this.s53_1;
113
113
  }
114
114
  hl() {
115
- return this.f53_1;
115
+ return this.t53_1;
116
116
  }
117
117
  toString() {
118
- return 'HttpResponseContainer(expectedType=' + this.e53_1.toString() + ', response=' + toString(this.f53_1) + ')';
118
+ return 'HttpResponseContainer(expectedType=' + this.s53_1.toString() + ', response=' + toString(this.t53_1) + ')';
119
119
  }
120
120
  hashCode() {
121
- var result = this.e53_1.hashCode();
122
- result = imul(result, 31) + hashCode(this.f53_1) | 0;
121
+ var result = this.s53_1.hashCode();
122
+ result = imul(result, 31) + hashCode(this.t53_1) | 0;
123
123
  return result;
124
124
  }
125
125
  equals(other) {
@@ -128,9 +128,9 @@ function HttpResponseContainer() {
128
128
  if (!(other instanceof HttpResponseContainer()))
129
129
  return false;
130
130
  var tmp0_other_with_cast = other instanceof HttpResponseContainer() ? other : THROW_CCE();
131
- if (!this.e53_1.equals(tmp0_other_with_cast.e53_1))
131
+ if (!this.s53_1.equals(tmp0_other_with_cast.s53_1))
132
132
  return false;
133
- if (!equals(this.f53_1, tmp0_other_with_cast.f53_1))
133
+ if (!equals(this.t53_1, tmp0_other_with_cast.t53_1))
134
134
  return false;
135
135
  return true;
136
136
  }
@@ -29,8 +29,8 @@ function $executeCOROUTINE$() {
29
29
  class $ extends CoroutineImpl() {
30
30
  constructor(_this__u8e3s4, block, resultContinuation) {
31
31
  super(resultContinuation);
32
- this.b5z_1 = _this__u8e3s4;
33
- this.c5z_1 = block;
32
+ this.p5z_1 = _this__u8e3s4;
33
+ this.q5z_1 = block;
34
34
  }
35
35
  ic() {
36
36
  var suspendResult = this.cc_1;
@@ -45,14 +45,14 @@ function $executeCOROUTINE$() {
45
45
  case 1:
46
46
  this.bc_1 = 13;
47
47
  this.ac_1 = 2;
48
- suspendResult = this.b5z_1.k5z(this);
48
+ suspendResult = this.p5z_1.y5z(this);
49
49
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
50
50
  return suspendResult;
51
51
  }
52
52
 
53
53
  continue $sm;
54
54
  case 2:
55
- this.e5z_1 = suspendResult;
55
+ this.s5z_1 = suspendResult;
56
56
  this.ac_1 = 3;
57
57
  continue $sm;
58
58
  case 3:
@@ -61,33 +61,33 @@ function $executeCOROUTINE$() {
61
61
  case 4:
62
62
  this.bc_1 = 11;
63
63
  this.ac_1 = 5;
64
- suspendResult = this.c5z_1(this.e5z_1, this);
64
+ suspendResult = this.q5z_1(this.s5z_1, this);
65
65
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
66
66
  return suspendResult;
67
67
  }
68
68
 
69
69
  continue $sm;
70
70
  case 5:
71
- this.f5z_1 = suspendResult;
71
+ this.t5z_1 = suspendResult;
72
72
  this.ac_1 = 6;
73
73
  var tmp_0 = this;
74
74
  continue $sm;
75
75
  case 6:
76
- this.g5z_1 = this.f5z_1;
76
+ this.u5z_1 = this.t5z_1;
77
77
  this.bc_1 = 13;
78
78
  this.ac_1 = 7;
79
- suspendResult = this.b5z_1.l5z(this.e5z_1, this);
79
+ suspendResult = this.p5z_1.z5z(this.s5z_1, this);
80
80
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
81
81
  return suspendResult;
82
82
  }
83
83
 
84
84
  continue $sm;
85
85
  case 7:
86
- return this.g5z_1;
86
+ return this.u5z_1;
87
87
  case 8:
88
88
  this.bc_1 = 13;
89
89
  this.ac_1 = 9;
90
- suspendResult = this.b5z_1.l5z(this.e5z_1, this);
90
+ suspendResult = this.p5z_1.z5z(this.s5z_1, this);
91
91
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
92
92
  return suspendResult;
93
93
  }
@@ -95,24 +95,24 @@ function $executeCOROUTINE$() {
95
95
  continue $sm;
96
96
  case 9:
97
97
  var tmp_1 = this;
98
- tmp_1.d5z_1 = Unit_instance;
98
+ tmp_1.r5z_1 = Unit_instance;
99
99
  this.bc_1 = 14;
100
100
  this.ac_1 = 10;
101
101
  continue $sm;
102
102
  case 10:
103
- return this.d5z_1;
103
+ return this.r5z_1;
104
104
  case 11:
105
105
  this.bc_1 = 13;
106
- this.h5z_1 = this.dc_1;
106
+ this.v5z_1 = this.dc_1;
107
107
  this.ac_1 = 12;
108
- suspendResult = this.b5z_1.l5z(this.e5z_1, this);
108
+ suspendResult = this.p5z_1.z5z(this.s5z_1, this);
109
109
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
110
110
  return suspendResult;
111
111
  }
112
112
 
113
113
  continue $sm;
114
114
  case 12:
115
- throw this.h5z_1;
115
+ throw this.v5z_1;
116
116
  case 13:
117
117
  this.bc_1 = 14;
118
118
  var tmp_2 = this.dc_1;
@@ -149,7 +149,7 @@ function $fetchStreamingResponseCOROUTINE$() {
149
149
  class $ extends CoroutineImpl() {
150
150
  constructor(_this__u8e3s4, resultContinuation) {
151
151
  super(resultContinuation);
152
- this.u5z_1 = _this__u8e3s4;
152
+ this.i60_1 = _this__u8e3s4;
153
153
  }
154
154
  ic() {
155
155
  var suspendResult = this.cc_1;
@@ -163,10 +163,10 @@ function $fetchStreamingResponseCOROUTINE$() {
163
163
  continue $sm;
164
164
  case 1:
165
165
  this.bc_1 = 4;
166
- this.w5z_1 = (new (HttpRequestBuilder())()).b57(this.u5z_1.i5z_1);
167
- skipSaveBody(this.w5z_1);
166
+ this.k60_1 = (new (HttpRequestBuilder())()).p57(this.i60_1.w5z_1);
167
+ skipSaveBody(this.k60_1);
168
168
  this.ac_1 = 2;
169
- suspendResult = this.u5z_1.j5z_1.e51(this.w5z_1, this);
169
+ suspendResult = this.i60_1.x5z_1.s51(this.k60_1, this);
170
170
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
171
171
  return suspendResult;
172
172
  }
@@ -175,9 +175,9 @@ function $fetchStreamingResponseCOROUTINE$() {
175
175
  case 2:
176
176
  var call = suspendResult;
177
177
  var tmp_0 = this;
178
- return call.z4y();
178
+ return call.n4z();
179
179
  case 3:
180
- return this.v5z_1;
180
+ return this.j60_1;
181
181
  case 4:
182
182
  this.bc_1 = 5;
183
183
  var tmp_1 = this.dc_1;
@@ -214,7 +214,7 @@ function $fetchResponseCOROUTINE$() {
214
214
  class $ extends CoroutineImpl() {
215
215
  constructor(_this__u8e3s4, resultContinuation) {
216
216
  super(resultContinuation);
217
- this.f60_1 = _this__u8e3s4;
217
+ this.t60_1 = _this__u8e3s4;
218
218
  }
219
219
  ic() {
220
220
  var suspendResult = this.cc_1;
@@ -228,28 +228,28 @@ function $fetchResponseCOROUTINE$() {
228
228
  continue $sm;
229
229
  case 1:
230
230
  this.bc_1 = 6;
231
- this.h60_1 = (new (HttpRequestBuilder())()).b57(this.f60_1.i5z_1);
231
+ this.v60_1 = (new (HttpRequestBuilder())()).p57(this.t60_1.w5z_1);
232
232
  this.ac_1 = 2;
233
- suspendResult = this.f60_1.j5z_1.e51(this.h60_1, this);
233
+ suspendResult = this.t60_1.x5z_1.s51(this.v60_1, this);
234
234
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
235
235
  return suspendResult;
236
236
  }
237
237
 
238
238
  continue $sm;
239
239
  case 2:
240
- this.i60_1 = suspendResult;
240
+ this.w60_1 = suspendResult;
241
241
  this.ac_1 = 3;
242
- suspendResult = save(this.i60_1, this);
242
+ suspendResult = save(this.w60_1, this);
243
243
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
244
244
  return suspendResult;
245
245
  }
246
246
 
247
247
  continue $sm;
248
248
  case 3:
249
- this.j60_1 = suspendResult;
250
- this.k60_1 = this.j60_1.z4y();
249
+ this.x60_1 = suspendResult;
250
+ this.y60_1 = this.x60_1.n4z();
251
251
  this.ac_1 = 4;
252
- suspendResult = this.f60_1.l5z(this.i60_1.z4y(), this);
252
+ suspendResult = this.t60_1.z5z(this.w60_1.n4z(), this);
253
253
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
254
254
  return suspendResult;
255
255
  }
@@ -257,9 +257,9 @@ function $fetchResponseCOROUTINE$() {
257
257
  continue $sm;
258
258
  case 4:
259
259
  var tmp_0 = this;
260
- return this.k60_1;
260
+ return this.y60_1;
261
261
  case 5:
262
- return this.g60_1;
262
+ return this.u60_1;
263
263
  case 6:
264
264
  this.bc_1 = 7;
265
265
  var tmp_1 = this.dc_1;
@@ -296,8 +296,8 @@ function $cleanupCOROUTINE$() {
296
296
  class $ extends CoroutineImpl() {
297
297
  constructor(_this__u8e3s4, _this__u8e3s4_0, resultContinuation) {
298
298
  super(resultContinuation);
299
- this.t60_1 = _this__u8e3s4;
300
- this.u60_1 = _this__u8e3s4_0;
299
+ this.h61_1 = _this__u8e3s4;
300
+ this.i61_1 = _this__u8e3s4_0;
301
301
  }
302
302
  ic() {
303
303
  var suspendResult = this.cc_1;
@@ -308,17 +308,17 @@ function $cleanupCOROUTINE$() {
308
308
  case 0:
309
309
  this.bc_1 = 4;
310
310
  var tmp_0 = this;
311
- var tmp_1 = ensureNotNull(this.u60_1.s1x().nc(Key_instance));
312
- tmp_0.v60_1 = isInterface(tmp_1, CompletableJob()) ? tmp_1 : THROW_CCE();
311
+ var tmp_1 = ensureNotNull(this.i61_1.s1x().nc(Key_instance));
312
+ tmp_0.j61_1 = isInterface(tmp_1, CompletableJob()) ? tmp_1 : THROW_CCE();
313
313
  var tmp_2 = this;
314
- tmp_2.w60_1 = this.v60_1;
315
- this.x60_1 = this.w60_1;
314
+ tmp_2.k61_1 = this.j61_1;
315
+ this.l61_1 = this.k61_1;
316
316
  var tmp_3 = this;
317
- tmp_3.y60_1 = this.x60_1;
318
- this.z60_1 = this.y60_1;
319
- this.z60_1.d25();
317
+ tmp_3.m61_1 = this.l61_1;
318
+ this.n61_1 = this.m61_1;
319
+ this.n61_1.d25();
320
320
  this.bc_1 = 1;
321
- cancel(this.u60_1.f52());
321
+ cancel(this.i61_1.t52());
322
322
  this.bc_1 = 4;
323
323
  this.ac_1 = 2;
324
324
  continue $sm;
@@ -326,7 +326,7 @@ function $cleanupCOROUTINE$() {
326
326
  this.bc_1 = 4;
327
327
  var tmp_4 = this.dc_1;
328
328
  if (tmp_4 instanceof Error) {
329
- this.a61_1 = this.dc_1;
329
+ this.o61_1 = this.dc_1;
330
330
  this.ac_1 = 2;
331
331
  continue $sm;
332
332
  } else {
@@ -336,7 +336,7 @@ function $cleanupCOROUTINE$() {
336
336
  case 2:
337
337
  this.bc_1 = 4;
338
338
  this.ac_1 = 3;
339
- suspendResult = this.z60_1.z1y(this);
339
+ suspendResult = this.n61_1.z1y(this);
340
340
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
341
341
  return suspendResult;
342
342
  }
@@ -369,38 +369,38 @@ function HttpStatement() {
369
369
  if (HttpStatementClass === VOID) {
370
370
  class $ {
371
371
  constructor(builder, client) {
372
- this.i5z_1 = builder;
373
- this.j5z_1 = client;
372
+ this.w5z_1 = builder;
373
+ this.x5z_1 = client;
374
374
  }
375
- b61(block, $completion) {
375
+ p61(block, $completion) {
376
376
  var tmp = new ($executeCOROUTINE$())(this, block, $completion);
377
377
  tmp.cc_1 = Unit_instance;
378
378
  tmp.dc_1 = null;
379
379
  return tmp.ic();
380
380
  }
381
- c61($completion) {
382
- return this.d61($completion);
381
+ q61($completion) {
382
+ return this.r61($completion);
383
383
  }
384
- k5z($completion) {
384
+ y5z($completion) {
385
385
  var tmp = new ($fetchStreamingResponseCOROUTINE$())(this, $completion);
386
386
  tmp.cc_1 = Unit_instance;
387
387
  tmp.dc_1 = null;
388
388
  return tmp.ic();
389
389
  }
390
- d61($completion) {
390
+ r61($completion) {
391
391
  var tmp = new ($fetchResponseCOROUTINE$())(this, $completion);
392
392
  tmp.cc_1 = Unit_instance;
393
393
  tmp.dc_1 = null;
394
394
  return tmp.ic();
395
395
  }
396
- l5z(_this__u8e3s4, $completion) {
396
+ z5z(_this__u8e3s4, $completion) {
397
397
  var tmp = new ($cleanupCOROUTINE$())(this, _this__u8e3s4, $completion);
398
398
  tmp.cc_1 = Unit_instance;
399
399
  tmp.dc_1 = null;
400
400
  return tmp.ic();
401
401
  }
402
402
  toString() {
403
- return 'HttpStatement[' + this.i5z_1.z4z_1.toString() + ']';
403
+ return 'HttpStatement[' + this.w5z_1.n50_1.toString() + ']';
404
404
  }
405
405
  }
406
406
  initMetadataForClass($, 'HttpStatement', VOID, VOID, VOID, [1, 0]);