@continuous-excellence/coupling-cli 1.1.755 → 1.1.756

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 (294) 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 +38 -38
  3. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
  4. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +17 -17
  5. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
  6. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +22 -22
  7. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +1 -1
  8. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
  9. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +7 -7
  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 +11 -11
  13. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +16 -16
  14. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +2 -2
  15. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PartyListQuerySelections.mjs +6 -3
  16. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PartyListQuerySelections.mjs.map +1 -1
  17. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PlayersQuerySelections.mjs +7 -4
  18. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/selections/PlayersQuerySelections.mjs.map +1 -1
  19. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +42 -42
  20. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +28 -28
  21. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +14 -14
  22. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +38 -38
  23. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
  24. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ListContribution.mjs +51 -51
  25. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +40 -40
  26. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +31 -31
  27. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +16 -16
  28. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +32 -32
  29. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +62 -62
  30. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +7 -7
  31. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +10 -10
  32. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
  33. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +13 -13
  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 +95 -95
  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 +55 -55
  38. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +14 -14
  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 +27 -27
  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 +16 -16
  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 +21 -21
  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/SdkGraphQueryDispatcher.mjs +1 -1
  53. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +18 -18
  54. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +23 -23
  55. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +11 -11
  56. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +1 -1
  57. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +2 -2
  58. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/ContributionDetailsMapper.mjs +16 -16
  59. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +9 -9
  60. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +10 -10
  61. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +31 -31
  62. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyContributionReportContributionsQuery.mjs +38 -38
  63. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +27 -27
  64. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +20 -20
  65. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +16 -16
  66. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +2 -2
  67. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyContributionReportContributionsQuery_ResponseAdapter.mjs +21 -21
  68. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyContributionReportContributionsQuery_VariablesAdapter.mjs +4 -4
  69. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +11 -11
  70. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +2 -2
  71. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +5 -5
  72. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +2 -2
  73. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/ContributionDetails.mjs +51 -51
  74. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/ContributionDetailsImpl_ResponseAdapter.mjs +20 -20
  75. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs +77 -77
  76. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +44 -44
  77. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +31 -31
  78. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +15 -15
  79. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetails.mjs +28 -28
  80. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PlayerDetailsImpl_ResponseAdapter.mjs +13 -13
  81. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/ContributionDetailsSelections.mjs +1 -1
  82. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PairingSetDetailsSelections.mjs +5 -5
  83. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PartyDetailsSelections.mjs +1 -1
  84. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/selections/PlayerDetailsSelections.mjs +1 -1
  85. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/CurrentPairAssignmentsQuerySelections.mjs +4 -3
  86. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/CurrentPairAssignmentsQuerySelections.mjs.map +1 -1
  87. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyContributionReportContributionsQuerySelections.mjs +5 -4
  88. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyContributionReportContributionsQuerySelections.mjs.map +1 -1
  89. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyDetailsQuerySelections.mjs +4 -3
  90. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/PartyDetailsQuerySelections.mjs.map +1 -1
  91. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/selections/SaveContributionMutationSelections.mjs +1 -1
  92. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +30 -29
  93. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs.map +1 -1
  94. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +10 -29
  95. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs.map +1 -1
  96. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Contribution.mjs +1 -1
  97. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionId.mjs +1 -1
  98. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +39 -39
  99. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionReport.mjs +1 -1
  100. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionWindow.mjs +18 -29
  101. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionWindow.mjs.map +1 -1
  102. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/DateTimeISO.mjs +1 -1
  103. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Duration.mjs +1 -1
  104. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLBoolean.mjs +1 -1
  105. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +1 -1
  106. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLInt.mjs +1 -1
  107. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLString.mjs +1 -1
  108. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Mutation.mjs +8 -8
  109. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairSnapshot.mjs +1 -1
  110. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSet.mjs +1 -1
  111. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PairingSetId.mjs +1 -1
  112. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Party.mjs +4 -4
  113. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyId.mjs +1 -1
  114. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PartyInput.mjs +4 -4
  115. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinId.mjs +1 -1
  116. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PinSnapshot.mjs +1 -1
  117. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Player.mjs +1 -1
  118. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerId.mjs +1 -1
  119. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/PlayerSnapshot.mjs +1 -1
  120. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Query.mjs +4 -4
  121. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
  122. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs +4 -4
  123. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +4 -4
  124. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +30 -30
  125. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionWindow_ResponseAdapter.mjs +4 -4
  126. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionsInput_InputAdapter.mjs +6 -6
  127. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/PartyInput_InputAdapter.mjs +3 -3
  128. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +4 -4
  129. package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +2 -2
  130. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs.map +1 -1
  131. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +15 -6
  132. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs.map +1 -1
  133. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +72 -66
  134. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs.map +1 -1
  135. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs.map +1 -1
  136. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +33 -15
  137. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs.map +1 -1
  138. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +2 -2
  139. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/RequestParameters.mjs +2 -2
  140. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +1 -1
  141. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +42 -0
  142. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs.map +1 -1
  143. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +49 -0
  144. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs.map +1 -1
  145. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +18 -18
  146. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs +19 -4
  147. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/Utils.mjs.map +1 -1
  148. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +76 -76
  149. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs.map +1 -1
  150. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +11 -11
  151. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +201 -180
  152. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs.map +1 -1
  153. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +2 -2
  154. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +5 -5
  155. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +6 -6
  156. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +35 -35
  157. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +42 -42
  158. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +14 -14
  159. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/IncrementalDeliveryProtocolImpl.mjs +8 -8
  160. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_1IncrementalResultsMerger.mjs +32 -32
  161. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/incremental/V0_2IncrementalResultsMerger.mjs +30 -30
  162. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/is-node.mjs +1 -1
  163. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +2 -2
  164. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +1 -1
  165. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +10 -10
  166. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +4 -4
  167. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +5 -5
  168. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +79 -79
  169. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs.map +1 -1
  170. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/ClientMessage.mjs +1 -1
  171. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/GraphQLWsProtocol.mjs +10 -10
  172. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/ServerMessage.mjs +6 -6
  173. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketEngine.js.mjs +39 -39
  174. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/WebSocketNetworkTransport.mjs +58 -58
  175. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/SubscribableWebSocket.mjs +196 -96
  176. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/SubscribableWebSocket.mjs.map +1 -1
  177. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/websocket/internal/WebSocketPool.mjs +20 -20
  178. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +11 -11
  179. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +24 -24
  180. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +105 -105
  181. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +19 -19
  182. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +24 -24
  183. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +2 -2
  184. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +14 -14
  185. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +28 -28
  186. package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +7 -7
  187. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
  188. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
  189. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
  190. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +111 -111
  191. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +95 -95
  192. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +138 -138
  193. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
  194. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
  195. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +132 -132
  196. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
  197. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
  198. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
  199. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
  200. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +13 -13
  201. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
  202. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
  203. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +21 -21
  204. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +204 -204
  205. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +5 -5
  206. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
  207. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
  208. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
  209. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +29 -29
  210. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +35 -35
  211. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +231 -231
  212. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
  213. package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
  214. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +2 -2
  215. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
  216. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +65 -65
  217. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +18 -18
  218. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
  219. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
  220. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
  221. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
  222. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
  223. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
  224. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
  225. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +25 -25
  226. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
  227. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +121 -121
  228. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +134 -134
  229. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +62 -62
  230. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +20 -20
  231. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
  232. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
  233. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/DirectLoggerFactory.mjs +1 -1
  234. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
  235. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +9 -9
  236. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +25 -25
  237. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +1 -1
  238. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
  239. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +11 -11
  240. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +5 -5
  241. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +11 -11
  242. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
  243. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
  244. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
  245. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
  246. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
  247. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
  248. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
  249. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
  250. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
  251. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
  252. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +15 -15
  253. package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
  254. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +40 -40
  255. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +61 -61
  256. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
  257. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +22 -22
  258. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +79 -79
  259. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
  260. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
  261. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
  262. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
  263. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
  264. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +234 -234
  265. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
  266. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +152 -152
  267. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
  268. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
  269. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
  270. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
  271. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +54 -54
  272. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
  273. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
  274. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
  275. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +18 -18
  276. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
  277. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
  278. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
  279. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +56 -56
  280. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
  281. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +60 -60
  282. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +68 -68
  283. package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +29 -29
  284. package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs.map +1 -1
  285. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +9 -9
  286. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +2 -2
  287. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +1 -1
  288. package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +118 -118
  289. package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +36 -36
  290. package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +22 -22
  291. package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +26 -26
  292. package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +15 -15
  293. package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +4 -4
  294. package/package.json +1 -1
@@ -31,7 +31,7 @@ var JsWebSocketEngineClass;
31
31
  function JsWebSocketEngine() {
32
32
  if (JsWebSocketEngineClass === VOID) {
33
33
  class $ {
34
- o5g(url, headers, listener) {
34
+ r5g(url, headers, listener) {
35
35
  return new (JsWebSocket())(url, headers, listener);
36
36
  }
37
37
  j6() {
@@ -44,7 +44,7 @@ function JsWebSocketEngine() {
44
44
  }
45
45
  function JsWebSocket$lambda(this$0) {
46
46
  return (it) => {
47
- this$0.t5j_1.r5g();
47
+ this$0.a5k_1.y5g();
48
48
  return Unit_instance;
49
49
  };
50
50
  }
@@ -53,21 +53,21 @@ function JsWebSocket$lambda_0(this$0) {
53
53
  var data2 = it.data;
54
54
  var tmp;
55
55
  if (!(data2 == null) ? typeof data2 === 'string' : false) {
56
- this$0.t5j_1.s5g((!(data2 == null) ? typeof data2 === 'string' : false) ? data2 : THROW_CCE());
56
+ this$0.a5k_1.z5g((!(data2 == null) ? typeof data2 === 'string' : false) ? data2 : THROW_CCE());
57
57
  tmp = Unit_instance;
58
58
  } else {
59
59
  if (data2 instanceof ArrayBuffer) {
60
60
  // Inline function 'kotlin.js.unsafeCast' call
61
61
  // Inline function 'kotlin.js.asDynamic' call
62
62
  var tmp$ret$0 = new Int8Array(data2 instanceof ArrayBuffer ? data2 : THROW_CCE());
63
- this$0.t5j_1.u5g(tmp$ret$0);
63
+ this$0.a5k_1.b5h(tmp$ret$0);
64
64
  tmp = Unit_instance;
65
65
  } else {
66
66
  var d = JSON.stringify(data2);
67
- if (!this$0.v5j_1) {
68
- this$0.v5j_1 = true;
69
- this$0.t5j_1.v5g(DefaultApolloException().v4m("Apollo: unsupported message received ('" + d + "')"));
70
- var tmp0_safe_receiver = this$0.u5j_1;
67
+ if (!this$0.c5k_1) {
68
+ this$0.c5k_1 = true;
69
+ this$0.a5k_1.c5h(DefaultApolloException().v4m("Apollo: unsupported message received ('" + d + "')"));
70
+ var tmp0_safe_receiver = this$0.b5k_1;
71
71
  if (tmp0_safe_receiver == null)
72
72
  null;
73
73
  else {
@@ -83,9 +83,9 @@ function JsWebSocket$lambda_0(this$0) {
83
83
  function JsWebSocket$lambda_1(this$0) {
84
84
  return (it) => {
85
85
  var tmp;
86
- if (!this$0.v5j_1) {
87
- this$0.v5j_1 = true;
88
- this$0.t5j_1.v5g(DefaultApolloException().v4m('Error while reading websocket'));
86
+ if (!this$0.c5k_1) {
87
+ this$0.c5k_1 = true;
88
+ this$0.a5k_1.c5h(DefaultApolloException().v4m('Error while reading websocket'));
89
89
  tmp = Unit_instance;
90
90
  }
91
91
  return Unit_instance;
@@ -95,14 +95,14 @@ function JsWebSocket$lambda_2(this$0) {
95
95
  return (it) => {
96
96
  var event = it;
97
97
  var tmp;
98
- if (!this$0.v5j_1) {
99
- this$0.v5j_1 = true;
98
+ if (!this$0.c5k_1) {
99
+ this$0.c5k_1 = true;
100
100
  var tmp_0;
101
101
  if (event.wasClean) {
102
- this$0.t5j_1.w5g(event.code, event.reason);
102
+ this$0.a5k_1.d5h(event.code, event.reason);
103
103
  tmp_0 = Unit_instance;
104
104
  } else {
105
- this$0.t5j_1.v5g(DefaultApolloException().v4m('WebSocket was closed'));
105
+ this$0.a5k_1.c5h(DefaultApolloException().v4m('WebSocket was closed'));
106
106
  tmp_0 = Unit_instance;
107
107
  }
108
108
  tmp = tmp_0;
@@ -115,11 +115,11 @@ function JsWebSocket() {
115
115
  if (JsWebSocketClass === VOID) {
116
116
  class $ {
117
117
  constructor(url, headers, listener) {
118
- this.t5j_1 = listener;
119
- this.v5j_1 = false;
120
- this.w5j_1 = startsWith(url, 'http://') ? 'ws://' + substring(url, 7) : startsWith(url, 'https://') ? 'wss://' + substring(url, 8) : url;
121
- this.u5j_1 = createWebSocket(this.w5j_1, headers, this.t5j_1);
122
- var tmp0_safe_receiver = this.u5j_1;
118
+ this.a5k_1 = listener;
119
+ this.c5k_1 = false;
120
+ this.d5k_1 = startsWith(url, 'http://') ? 'ws://' + substring(url, 7) : startsWith(url, 'https://') ? 'wss://' + substring(url, 8) : url;
121
+ this.b5k_1 = createWebSocket(this.d5k_1, headers, this.a5k_1);
122
+ var tmp0_safe_receiver = this.b5k_1;
123
123
  if (tmp0_safe_receiver == null)
124
124
  null;
125
125
  else {
@@ -128,65 +128,65 @@ function JsWebSocket() {
128
128
  // Inline function 'kotlin.js.unsafeCast' call
129
129
  tmp0_safe_receiver.binaryType = 'arraybuffer';
130
130
  }
131
- var tmp1_safe_receiver = this.u5j_1;
131
+ var tmp1_safe_receiver = this.b5k_1;
132
132
  if (tmp1_safe_receiver == null)
133
133
  null;
134
134
  else {
135
135
  tmp1_safe_receiver.onopen = JsWebSocket$lambda(this);
136
136
  }
137
- var tmp2_safe_receiver = this.u5j_1;
137
+ var tmp2_safe_receiver = this.b5k_1;
138
138
  if (tmp2_safe_receiver == null)
139
139
  null;
140
140
  else {
141
141
  tmp2_safe_receiver.onmessage = JsWebSocket$lambda_0(this);
142
142
  }
143
- var tmp3_safe_receiver = this.u5j_1;
143
+ var tmp3_safe_receiver = this.b5k_1;
144
144
  if (tmp3_safe_receiver == null)
145
145
  null;
146
146
  else {
147
147
  tmp3_safe_receiver.onerror = JsWebSocket$lambda_1(this);
148
148
  }
149
- var tmp4_safe_receiver = this.u5j_1;
149
+ var tmp4_safe_receiver = this.b5k_1;
150
150
  if (tmp4_safe_receiver == null)
151
151
  null;
152
152
  else {
153
153
  tmp4_safe_receiver.onclose = JsWebSocket$lambda_2(this);
154
154
  }
155
155
  }
156
- y5g(data) {
157
- var tmp0_safe_receiver = this.u5j_1;
156
+ f5h(data) {
157
+ var tmp0_safe_receiver = this.b5k_1;
158
158
  if (tmp0_safe_receiver == null)
159
159
  null;
160
160
  else {
161
161
  // Inline function 'kotlin.let' call
162
162
  if (numberToDouble(tmp0_safe_receiver.bufferedAmount) > MAX_BUFFERED) {
163
- if (!this.v5j_1) {
164
- this.v5j_1 = true;
165
- this.t5j_1.v5g(DefaultApolloException().v4m('Too much data queued'));
163
+ if (!this.c5k_1) {
164
+ this.c5k_1 = true;
165
+ this.a5k_1.c5h(DefaultApolloException().v4m('Too much data queued'));
166
166
  }
167
167
  }
168
168
  tmp0_safe_receiver.send(new Uint8Array(toTypedArray(data)));
169
169
  }
170
170
  }
171
- z5g(text) {
172
- var tmp0_safe_receiver = this.u5j_1;
171
+ g5h(text) {
172
+ var tmp0_safe_receiver = this.b5k_1;
173
173
  if (tmp0_safe_receiver == null)
174
174
  null;
175
175
  else {
176
176
  // Inline function 'kotlin.let' call
177
177
  if (numberToDouble(tmp0_safe_receiver.bufferedAmount) > MAX_BUFFERED) {
178
- if (!this.v5j_1) {
179
- this.v5j_1 = true;
180
- this.t5j_1.v5g(DefaultApolloException().v4m('Too much data queued'));
178
+ if (!this.c5k_1) {
179
+ this.c5k_1 = true;
180
+ this.a5k_1.c5h(DefaultApolloException().v4m('Too much data queued'));
181
181
  }
182
182
  }
183
183
  tmp0_safe_receiver.send(text);
184
184
  }
185
185
  }
186
- q5g(code, reason) {
187
- if (!this.v5j_1) {
188
- this.v5j_1 = true;
189
- var tmp0_safe_receiver = this.u5j_1;
186
+ x5g(code, reason) {
187
+ if (!this.c5k_1) {
188
+ this.c5k_1 = true;
189
+ var tmp0_safe_receiver = this.b5k_1;
190
190
  if (tmp0_safe_receiver == null)
191
191
  null;
192
192
  else {
@@ -262,7 +262,7 @@ function createWebSocket$headers_capturingHack$1() {
262
262
  }
263
263
  function createWebSocket$lambda($listener) {
264
264
  return () => {
265
- $listener.v5g(DefaultApolloException().v4m("Apollo: the WebSocket browser API doesn't allow passing headers. Use connectionPayload or other mechanisms."));
265
+ $listener.c5h(DefaultApolloException().v4m("Apollo: the WebSocket browser API doesn't allow passing headers. Use connectionPayload or other mechanisms."));
266
266
  return Unit_instance;
267
267
  };
268
268
  }
@@ -43,30 +43,30 @@ function Builder_0() {
43
43
  if (BuilderClass === VOID) {
44
44
  class $ {
45
45
  constructor() {
46
- this.n59_1 = null;
47
- this.o59_1 = null;
48
46
  this.p59_1 = null;
49
47
  this.q59_1 = null;
50
48
  this.r59_1 = null;
51
49
  this.s59_1 = null;
52
50
  this.t59_1 = null;
53
- this.u59_1 = IncrementalDeliveryProtocol_V0_1_getInstance();
51
+ this.u59_1 = null;
52
+ this.v59_1 = null;
53
+ this.w59_1 = IncrementalDeliveryProtocol_V0_1_getInstance();
54
54
  }
55
- j59(serverUrl) {
55
+ l59(serverUrl) {
56
56
  // Inline function 'kotlin.apply' call
57
- this.n59_1 = serverUrl;
57
+ this.p59_1 = serverUrl;
58
58
  return this;
59
59
  }
60
- v59(idleTimeout) {
60
+ x59(idleTimeout) {
61
61
  // Inline function 'kotlin.apply' call
62
- this.s59_1 = idleTimeout;
62
+ this.u59_1 = idleTimeout;
63
63
  return this;
64
64
  }
65
65
  f2t() {
66
- var tmp0_elvis_lhs = this.o59_1;
66
+ var tmp0_elvis_lhs = this.q59_1;
67
67
  var tmp5_webSocketEngine = tmp0_elvis_lhs == null ? WebSocketEngine() : tmp0_elvis_lhs;
68
- var tmp6_serverUrl = this.n59_1;
69
- var tmp1_elvis_lhs = this.s59_1;
68
+ var tmp6_serverUrl = this.p59_1;
69
+ var tmp1_elvis_lhs = this.u59_1;
70
70
  var tmp;
71
71
  var tmp_0 = tmp1_elvis_lhs;
72
72
  if ((tmp_0 == null ? null : new (Duration())(tmp_0)) == null) {
@@ -77,7 +77,7 @@ function Builder_0() {
77
77
  tmp = tmp1_elvis_lhs;
78
78
  }
79
79
  var tmp7_idleTimeout = tmp;
80
- var tmp2_elvis_lhs = this.p59_1;
80
+ var tmp2_elvis_lhs = this.r59_1;
81
81
  var tmp_1;
82
82
  if (tmp2_elvis_lhs == null) {
83
83
  tmp_1 = new (GraphQLWsProtocol())(WebSocketNetworkTransport$Builder$build$slambda());
@@ -85,8 +85,8 @@ function Builder_0() {
85
85
  tmp_1 = tmp2_elvis_lhs;
86
86
  }
87
87
  var tmp8_wsProtocol = tmp_1;
88
- var tmp9_pingInterval = this.r59_1;
89
- var tmp3_elvis_lhs = this.q59_1;
88
+ var tmp9_pingInterval = this.t59_1;
89
+ var tmp3_elvis_lhs = this.s59_1;
90
90
  var tmp_2;
91
91
  var tmp_3 = tmp3_elvis_lhs;
92
92
  if ((tmp_3 == null ? null : new (Duration())(tmp_3)) == null) {
@@ -97,8 +97,8 @@ function Builder_0() {
97
97
  tmp_2 = tmp3_elvis_lhs;
98
98
  }
99
99
  var tmp10_connectionAcknowledgeTimeout = tmp_2;
100
- var tmp4_elvis_lhs = this.t59_1;
101
- var tmp11_parserFactory = tmp4_elvis_lhs == null ? new (DefaultSubscriptionParserFactory())(get_impl(this.u59_1)) : tmp4_elvis_lhs;
100
+ var tmp4_elvis_lhs = this.v59_1;
101
+ var tmp11_parserFactory = tmp4_elvis_lhs == null ? new (DefaultSubscriptionParserFactory())(get_impl(this.w59_1)) : tmp4_elvis_lhs;
102
102
  return new (WebSocketNetworkTransport())(tmp5_webSocketEngine, tmp6_serverUrl, tmp8_wsProtocol, tmp10_connectionAcknowledgeTimeout, tmp9_pingInterval, tmp7_idleTimeout, tmp11_parserFactory);
103
103
  }
104
104
  }
@@ -109,7 +109,7 @@ function Builder_0() {
109
109
  }
110
110
  function WebSocketNetworkTransport$execute$slambda$lambda($webSocket, $newRequest) {
111
111
  return () => {
112
- $webSocket.h5f($newRequest);
112
+ $webSocket.k5f($newRequest);
113
113
  return Unit_instance;
114
114
  };
115
115
  }
@@ -123,9 +123,9 @@ function WebSocketNetworkTransport$execute$slambda($renewUuid, $request, this$0)
123
123
  }
124
124
  var newRequest = tmp;
125
125
  $renewUuid._v = true;
126
- var operationListener = new (DefaultOperationListener())(newRequest, $this$callbackFlow, this$0.o5f_1.q5f($request));
127
- var webSocket = this$0.p5f_1.z5f(newRequest);
128
- webSocket.a5g(newRequest, operationListener);
126
+ var operationListener = new (DefaultOperationListener())(newRequest, $this$callbackFlow, this$0.r5f_1.t5f($request));
127
+ var webSocket = this$0.s5f_1.c5g(newRequest);
128
+ webSocket.d5g(newRequest, operationListener);
129
129
  yield* awaitClose($this$callbackFlow, WebSocketNetworkTransport$execute$slambda$lambda(webSocket, newRequest), $completion);
130
130
  return Unit_instance;
131
131
  }, 1);
@@ -135,22 +135,22 @@ function WebSocketNetworkTransport() {
135
135
  if (WebSocketNetworkTransportClass === VOID) {
136
136
  class $ {
137
137
  constructor(webSocketEngine, serverUrl, wsProtocol, connectionAcknowledgeTimeout, pingInterval, idleTimeout, parserFactory) {
138
- this.i5f_1 = webSocketEngine;
139
- this.j5f_1 = serverUrl;
140
- this.k5f_1 = wsProtocol;
141
- this.l5f_1 = connectionAcknowledgeTimeout;
142
- this.m5f_1 = pingInterval;
143
- this.n5f_1 = idleTimeout;
144
- this.o5f_1 = parserFactory;
145
- this.p5f_1 = new (WebSocketPool())(this.i5f_1, this.j5f_1, this.k5f_1, this.l5f_1, this.m5f_1, this.n5f_1);
138
+ this.l5f_1 = webSocketEngine;
139
+ this.m5f_1 = serverUrl;
140
+ this.n5f_1 = wsProtocol;
141
+ this.o5f_1 = connectionAcknowledgeTimeout;
142
+ this.p5f_1 = pingInterval;
143
+ this.q5f_1 = idleTimeout;
144
+ this.r5f_1 = parserFactory;
145
+ this.s5f_1 = new (WebSocketPool())(this.l5f_1, this.m5f_1, this.n5f_1, this.o5f_1, this.p5f_1, this.q5f_1);
146
146
  }
147
- q5a(request) {
147
+ s5a(request) {
148
148
  var renewUuid = {_v: false};
149
149
  var flow = callbackFlow(WebSocketNetworkTransport$execute$slambda(renewUuid, request, this));
150
150
  return buffer(flow, 2147483647);
151
151
  }
152
152
  m10() {
153
- this.p5f_1.j6();
153
+ this.s5f_1.j6();
154
154
  }
155
155
  }
156
156
  initMetadataForClass($, 'WebSocketNetworkTransport');
@@ -159,37 +159,37 @@ function WebSocketNetworkTransport() {
159
159
  return WebSocketNetworkTransportClass;
160
160
  }
161
161
  function errorResponse($this, cause) {
162
- return Builder().a4m($this.b5g_1.y4k_1, $this.b5g_1.z4k_1).f4m(cause).f2t();
162
+ return Builder().a4m($this.e5g_1.y4k_1, $this.e5g_1.z4k_1).f4m(cause).f2t();
163
163
  }
164
164
  var DefaultOperationListenerClass;
165
165
  function DefaultOperationListener() {
166
166
  if (DefaultOperationListenerClass === VOID) {
167
167
  class $ {
168
168
  constructor(request, producerScope, parser) {
169
- this.b5g_1 = request;
170
- this.c5g_1 = producerScope;
171
- this.d5g_1 = parser;
169
+ this.e5g_1 = request;
170
+ this.f5g_1 = producerScope;
171
+ this.g5g_1 = parser;
172
172
  }
173
- e5g(response) {
174
- var tmp0_safe_receiver = this.d5g_1.f5g(response);
173
+ h5g(response) {
174
+ var tmp0_safe_receiver = this.g5g_1.i5g(response);
175
175
  if (tmp0_safe_receiver == null)
176
176
  null;
177
177
  else {
178
178
  // Inline function 'kotlin.let' call
179
- var tmp$ret$0 = this.c5g_1.o1d(tmp0_safe_receiver);
179
+ var tmp$ret$0 = this.f5g_1.o1d(tmp0_safe_receiver);
180
180
  new (ChannelResult())(tmp$ret$0);
181
181
  }
182
182
  }
183
- g5g() {
184
- this.c5g_1.z1d();
183
+ j5g() {
184
+ this.f5g_1.z1d();
185
185
  }
186
- h5g(payload) {
187
- this.c5g_1.o1d(errorResponse(this, SubscriptionOperationException().r4y(this.b5g_1.y4k_1.operationName(), payload)));
188
- this.c5g_1.z1d();
186
+ k5g(payload) {
187
+ this.f5g_1.o1d(errorResponse(this, SubscriptionOperationException().s4y(this.e5g_1.y4k_1.operationName(), payload)));
188
+ this.f5g_1.z1d();
189
189
  }
190
- i5g(cause) {
191
- this.c5g_1.o1d(errorResponse(this, cause));
192
- this.c5g_1.z1d();
190
+ l5g(cause) {
191
+ this.f5g_1.o1d(errorResponse(this, cause));
192
+ this.f5g_1.z1d();
193
193
  }
194
194
  }
195
195
  initMetadataForClass($, 'DefaultOperationListener');
@@ -202,10 +202,10 @@ function DefaultSubscriptionParserFactory() {
202
202
  if (DefaultSubscriptionParserFactoryClass === VOID) {
203
203
  class $ {
204
204
  constructor(incrementalDeliveryProtocolImpl) {
205
- this.j5g_1 = incrementalDeliveryProtocolImpl;
205
+ this.m5g_1 = incrementalDeliveryProtocolImpl;
206
206
  }
207
- q5f(request) {
208
- return new (DefaultSubscriptionParser())(this.j5g_1, request);
207
+ t5f(request) {
208
+ return new (DefaultSubscriptionParser())(this.m5g_1, request);
209
209
  }
210
210
  }
211
211
  initMetadataForClass($, 'DefaultSubscriptionParserFactory');
@@ -218,32 +218,32 @@ function DefaultSubscriptionParser() {
218
218
  if (DefaultSubscriptionParserClass === VOID) {
219
219
  class $ {
220
220
  constructor(incrementalDeliveryProtocolImpl, request) {
221
- this.k5g_1 = request;
222
- this.l5g_1 = incrementalDeliveryProtocolImpl.g5c();
221
+ this.n5g_1 = request;
222
+ this.o5g_1 = incrementalDeliveryProtocolImpl.i5c();
223
223
  var tmp = this;
224
- var tmp0_elvis_lhs = this.k5g_1.c4l_1.y4p(Key_getInstance());
225
- tmp.m5g_1 = tmp0_elvis_lhs == null ? Key_getInstance().l4p_1 : tmp0_elvis_lhs;
224
+ var tmp0_elvis_lhs = this.n5g_1.c4l_1.y4p(Key_getInstance());
225
+ tmp.p5g_1 = tmp0_elvis_lhs == null ? Key_getInstance().m4p_1 : tmp0_elvis_lhs;
226
226
  }
227
- f5g(response) {
227
+ i5g(response) {
228
228
  var responseMap = (!(response == null) ? isInterface(response, KtMap()) : false) ? response : null;
229
229
  if (responseMap == null) {
230
- return Builder().a4m(this.k5g_1.y4k_1, this.k5g_1.z4k_1).f4m(DefaultApolloException().v4m('Invalid payload')).f2t();
230
+ return Builder().a4m(this.n5g_1.y4k_1, this.n5g_1.z4k_1).f4m(DefaultApolloException().v4m('Invalid payload')).f2t();
231
231
  }
232
232
  var tmp;
233
233
  if (isDeferred(responseMap)) {
234
- tmp = to(this.l5g_1.s5c(responseMap), this.l5g_1.o5c());
234
+ tmp = to(this.o5g_1.u5c(responseMap), this.o5g_1.q5c());
235
235
  } else {
236
236
  tmp = to(responseMap, null);
237
237
  }
238
238
  var _destruct__k2r9zo = tmp;
239
239
  var payload = _destruct__k2r9zo.pl();
240
240
  var deferredFragmentIdentifiers = _destruct__k2r9zo.ql();
241
- var apolloResponse = toApolloResponse(jsonReader(payload), this.k5g_1.y4k_1, this.k5g_1.z4k_1, this.m5g_1, deferredFragmentIdentifiers);
242
- if (!this.l5g_1.p5c()) {
243
- this.l5g_1.t5c();
241
+ var apolloResponse = toApolloResponse(jsonReader(payload), this.n5g_1.y4k_1, this.n5g_1.z4k_1, this.p5g_1, deferredFragmentIdentifiers);
242
+ if (!this.o5g_1.r5c()) {
243
+ this.o5g_1.v5c();
244
244
  }
245
245
  var tmp_0;
246
- if (this.l5g_1.q5c()) {
246
+ if (this.o5g_1.s5c()) {
247
247
  tmp_0 = null;
248
248
  } else {
249
249
  tmp_0 = apolloResponse;