@continuous-excellence/coupling-cli 1.1.429 → 1.1.430

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 (262) 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 +32 -32
  3. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
  4. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +7 -7
  5. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
  6. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +70 -33
  7. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
  8. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +23 -0
  9. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
  10. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
  11. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +4 -4
  12. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +22 -22
  13. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +21 -21
  14. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +31 -31
  15. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +23 -23
  16. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +14 -14
  17. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +35 -35
  18. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
  19. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +28 -28
  20. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +33 -33
  21. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +13 -13
  22. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +49 -49
  23. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/ActionLoggingSyntax.mjs +7 -7
  24. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/LoggingActionPipe.mjs +17 -17
  25. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommand.mjs +7 -7
  26. package/kotlin/Coupling-libraries-action/com/zegreatrob/coupling/action/party/SaveContributionCommandDispatcherExecuteKt.mjs +13 -13
  27. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/{PollResult.mjs → AccessResult.mjs} +62 -62
  28. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/AccessResult.mjs.map +1 -0
  29. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/DeviceCodeRequest.mjs +26 -26
  30. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs +54 -10
  31. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.mjs.map +1 -1
  32. package/kotlin/Coupling-libraries-json/com/zegreatrob/coupling/json/PartyIdSerializer.mjs +7 -7
  33. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/Contribution.mjs +44 -44
  34. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/ContributionId.mjs +4 -4
  35. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/CouplingPair.mjs +55 -55
  36. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSet.mjs +14 -14
  37. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pairassignmentdocument/PairingSetId.mjs +4 -4
  38. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PairingRule.mjs +1 -1
  39. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyDetails.mjs +27 -27
  40. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs +5 -5
  41. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/party/SecretId.mjs +4 -4
  42. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/pin/Pin.mjs +16 -16
  43. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/AvatarType.mjs +1 -1
  44. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Badge.mjs +1 -1
  45. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/Player.mjs +21 -21
  46. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/PlayerId.mjs +4 -4
  47. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/player/callsign/CallSign.mjs +7 -7
  48. package/kotlin/Coupling-libraries-model/com/zegreatrob/coupling/model/user/UserId.mjs +4 -4
  49. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSdk.mjs +17 -17
  50. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkGraphQueryDispatcher.mjs +2 -2
  51. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/SdkSaveContributionCommandDispatcher.mjs +20 -20
  52. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/adapter/Adapter.mjs +31 -31
  53. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs +13 -13
  54. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlTrait.mjs +1 -1
  55. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/gql/KtorQueryPerformer.mjs +6 -6
  56. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PairingSetDetailsMapper.mjs +9 -9
  57. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs +10 -10
  58. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/CurrentPairAssignmentsQuery.mjs +31 -31
  59. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs +27 -27
  60. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/SaveContributionMutation.mjs +20 -20
  61. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_ResponseAdapter.mjs +30 -30
  62. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/CurrentPairAssignmentsQuery_VariablesAdapter.mjs +3 -3
  63. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_ResponseAdapter.mjs +21 -21
  64. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/PartyDetailsQuery_VariablesAdapter.mjs +3 -3
  65. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_ResponseAdapter.mjs +9 -9
  66. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/adapter/SaveContributionMutation_VariablesAdapter.mjs +3 -3
  67. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetails.mjs +68 -68
  68. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PairingSetDetailsImpl_ResponseAdapter.mjs +102 -102
  69. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetails.mjs +23 -23
  70. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/fragment/PartyDetailsImpl_ResponseAdapter.mjs +36 -36
  71. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/AvatarType.mjs +4 -4
  72. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/Badge.mjs +4 -4
  73. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/ContributionInput.mjs +21 -21
  74. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/GraphQLFloat.mjs +1 -1
  75. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/SaveContributionInput.mjs +7 -7
  76. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/AvatarType_ResponseAdapter.mjs +7 -7
  77. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/Badge_ResponseAdapter.mjs +7 -7
  78. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/ContributionInput_InputAdapter.mjs +47 -47
  79. package/kotlin/Coupling-sdk/com/zegreatrob/coupling/sdk/schema/type/adapter/SaveContributionInput_InputAdapter.mjs +8 -8
  80. package/kotlin/apollo-kotlin-adapters-apollo-adapters-core/com/apollographql/adapter/core/KotlinInstantAdapter.mjs +6 -6
  81. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Adapters.mjs +103 -103
  82. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloRequest.mjs +53 -53
  83. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ApolloResponse.mjs +60 -60
  84. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Assertions.mjs +1 -1
  85. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CompiledGraphQL.mjs +3 -3
  86. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/CustomScalarAdapters.mjs +41 -41
  87. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/DeferredFragmentIdentifier.mjs +7 -7
  88. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Error.mjs +9 -9
  89. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executable.mjs +1 -1
  90. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Executables.mjs +7 -7
  91. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/ExecutionContext.mjs +21 -21
  92. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Operations.mjs +8 -8
  93. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/Optional.mjs +5 -5
  94. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.mjs +125 -125
  95. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/Http.mjs +54 -54
  96. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/http/HttpHeaders.mjs +2 -2
  97. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/internal/ResponseParser.mjs +24 -24
  98. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSinkJsonWriter.mjs +84 -84
  99. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/BufferedSourceJsonReader.mjs +270 -270
  100. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonNumber.mjs +2 -2
  101. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonReaders.mjs +10 -10
  102. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/JsonWriters.mjs +12 -12
  103. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonReader.mjs +94 -94
  104. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/MapJsonWriter.mjs +48 -48
  105. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/FileUploadAwareJsonWriter.mjs +35 -35
  106. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/api/json/internal/JsonScope.mjs +9 -9
  107. package/kotlin/apollo-kotlin-apollo-api/com/apollographql/apollo/exception/Exceptions.mjs +51 -51
  108. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloCall.mjs +17 -17
  109. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ApolloClient.mjs +204 -204
  110. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/ConcurrencyInfo.mjs +6 -6
  111. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/ApolloInterceptor.mjs +5 -5
  112. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/NetworkInterceptor.mjs +7 -7
  113. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/interceptor/RetryOnErrorInterceptor.mjs +39 -39
  114. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/DeferredJsonMerger.mjs +27 -27
  115. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/MultipartReader.mjs +48 -48
  116. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/flows.mjs +22 -22
  117. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/internal/multipart.mjs +18 -18
  118. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/NetworkMonitor.mjs +4 -4
  119. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/DefaultHttpEngine.js.mjs +24 -24
  120. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpExecutionContext.mjs +8 -8
  121. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpInterceptor.mjs +5 -5
  122. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/http/HttpNetworkTransport.mjs +120 -120
  123. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/JsWebSocketEngine.mjs +11 -11
  124. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/SubscriptionWsProtocol.mjs +26 -26
  125. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WebSocketNetworkTransport.mjs +142 -142
  126. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/WsProtocol.mjs +23 -23
  127. package/kotlin/apollo-kotlin-apollo-runtime/com/apollographql/apollo/network/ws/internal/WsMessage.mjs +24 -24
  128. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/KtorExtensions.mjs +2 -2
  129. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/http/KtorHttpEngine.mjs +24 -24
  130. package/kotlin/apollo-kotlin-ktor-support-apollo-engine-ktor/com/apollographql/ktor/ws/KtorWebSocketEngine.mjs +44 -44
  131. package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +5 -5
  132. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
  133. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
  134. package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
  135. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +93 -93
  136. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +93 -93
  137. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
  138. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
  139. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
  140. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +132 -132
  141. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +46 -46
  142. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
  143. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
  144. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
  145. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
  146. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
  147. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
  148. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +21 -21
  149. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +182 -182
  150. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +6 -6
  151. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
  152. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
  153. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
  154. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +29 -29
  155. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
  156. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +221 -221
  157. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
  158. package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
  159. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
  160. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +65 -65
  161. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +18 -18
  162. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
  163. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
  164. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
  165. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
  166. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
  167. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
  168. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
  169. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +21 -21
  170. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
  171. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +114 -114
  172. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +126 -126
  173. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +57 -57
  174. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +16 -16
  175. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  176. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  177. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Appender.mjs +3 -3
  178. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/ConsoleOutputAppender.mjs +2 -2
  179. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Formatter.mjs +8 -8
  180. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLogger.mjs +10 -10
  181. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEvent.mjs +21 -21
  182. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KLoggingEventBuilder.mjs +1 -1
  183. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +2 -2
  184. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingConfiguration.mjs +3 -3
  185. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLoggingLevel.mjs +1 -1
  186. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/Level.mjs +3 -3
  187. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +9 -9
  188. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
  189. package/kotlin/kotlin-logging/io/github/oshai/kotlinlogging/internal/MessageInvoker.mjs +2 -2
  190. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
  191. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
  192. package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
  193. package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -0
  194. package/kotlin/ktor-ktor-http/io/ktor/http/Parameters.mjs.map +1 -1
  195. package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +3 -0
  196. package/kotlin/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs.map +1 -1
  197. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
  198. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
  199. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
  200. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
  201. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
  202. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
  203. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
  204. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
  205. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
  206. package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
  207. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
  208. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +63 -63
  209. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
  210. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +21 -21
  211. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +54 -54
  212. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
  213. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
  214. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
  215. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
  216. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
  217. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +208 -208
  218. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
  219. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +122 -122
  220. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
  221. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
  222. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
  223. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
  224. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
  225. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
  226. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
  227. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
  228. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +13 -13
  229. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +8 -8
  230. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
  231. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
  232. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +53 -53
  233. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
  234. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +51 -51
  235. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
  236. package/kotlin/okio-parent-okio/okio/Buffer.mjs +392 -392
  237. package/kotlin/okio-parent-okio/okio/ByteString.mjs +51 -51
  238. package/kotlin/okio-parent-okio/okio/NonJvmPlatform.mjs +15 -15
  239. package/kotlin/okio-parent-okio/okio/Okio.mjs +1 -1
  240. package/kotlin/okio-parent-okio/okio/Options.mjs +23 -23
  241. package/kotlin/okio-parent-okio/okio/RealBufferedSink.mjs +37 -37
  242. package/kotlin/okio-parent-okio/okio/RealBufferedSource.mjs +61 -61
  243. package/kotlin/okio-parent-okio/okio/Segment.mjs +65 -65
  244. package/kotlin/okio-parent-okio/okio/SegmentPool.mjs +3 -3
  245. package/kotlin/okio-parent-okio/okio/SegmentedByteString.mjs +51 -51
  246. package/kotlin/okio-parent-okio/okio/Util.mjs +1 -1
  247. package/kotlin/okio-parent-okio/okio/internal/-Utf8.mjs +1 -1
  248. package/kotlin/okio-parent-okio/okio/internal/Buffer.mjs +21 -21
  249. package/kotlin/okio-parent-okio/okio/internal/ByteString.mjs +1 -1
  250. package/kotlin/okio-parent-okio/okio/internal/SegmentedByteString.mjs +1 -1
  251. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs +9 -9
  252. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/ActionPipe.mjs +2 -2
  253. package/kotlin/testmints-action-async/com/zegreatrob/testmints/action/async/SimpleSuspendAction.mjs +4 -4
  254. package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +85 -85
  255. package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +28 -28
  256. package/kotlin/types-types/kotools/types/collection/NotEmptyList.mjs +22 -22
  257. package/kotlin/types-types/kotools/types/text/NotBlankString.mjs +26 -26
  258. package/kotlin/types-types-internal/kotools/types/internal/ErrorMessage.mjs +15 -15
  259. package/kotlin/types-types-internal/kotools/types/internal/Serializers.mjs +4 -4
  260. package/kotlin/uuid/com/benasher44/uuid/uuid.mjs +11 -11
  261. package/package.json +1 -1
  262. package/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/PollResult.mjs.map +0 -1
@@ -22,20 +22,20 @@ function Data() {
22
22
  if (DataClass === VOID) {
23
23
  class $ {
24
24
  constructor(party) {
25
- this.v5h_1 = party;
25
+ this.w5h_1 = party;
26
26
  }
27
27
  toString() {
28
- return 'Data(party=' + toString(this.v5h_1) + ')';
28
+ return 'Data(party=' + toString(this.w5h_1) + ')';
29
29
  }
30
30
  hashCode() {
31
- return this.v5h_1 == null ? 0 : this.v5h_1.hashCode();
31
+ return this.w5h_1 == null ? 0 : this.w5h_1.hashCode();
32
32
  }
33
33
  equals(other) {
34
34
  if (this === other)
35
35
  return true;
36
36
  if (!(other instanceof Data()))
37
37
  return false;
38
- if (!equals(this.v5h_1, other.v5h_1))
38
+ if (!equals(this.w5h_1, other.w5h_1))
39
39
  return false;
40
40
  return true;
41
41
  }
@@ -50,20 +50,20 @@ function Party() {
50
50
  if (PartyClass === VOID) {
51
51
  class $ {
52
52
  constructor(currentPairingSet) {
53
- this.w5h_1 = currentPairingSet;
53
+ this.x5h_1 = currentPairingSet;
54
54
  }
55
55
  toString() {
56
- return 'Party(currentPairingSet=' + toString(this.w5h_1) + ')';
56
+ return 'Party(currentPairingSet=' + toString(this.x5h_1) + ')';
57
57
  }
58
58
  hashCode() {
59
- return this.w5h_1 == null ? 0 : this.w5h_1.hashCode();
59
+ return this.x5h_1 == null ? 0 : this.x5h_1.hashCode();
60
60
  }
61
61
  equals(other) {
62
62
  if (this === other)
63
63
  return true;
64
64
  if (!(other instanceof Party()))
65
65
  return false;
66
- if (!equals(this.w5h_1, other.w5h_1))
66
+ if (!equals(this.x5h_1, other.x5h_1))
67
67
  return false;
68
68
  return true;
69
69
  }
@@ -78,15 +78,15 @@ function CurrentPairingSet() {
78
78
  if (CurrentPairingSetClass === VOID) {
79
79
  class $ {
80
80
  constructor(__typename, pairingSetDetails) {
81
- this.x5h_1 = __typename;
82
- this.y5h_1 = pairingSetDetails;
81
+ this.y5h_1 = __typename;
82
+ this.z5h_1 = pairingSetDetails;
83
83
  }
84
84
  toString() {
85
- return 'CurrentPairingSet(__typename=' + this.x5h_1 + ', pairingSetDetails=' + this.y5h_1.toString() + ')';
85
+ return 'CurrentPairingSet(__typename=' + this.y5h_1 + ', pairingSetDetails=' + this.z5h_1.toString() + ')';
86
86
  }
87
87
  hashCode() {
88
- var result = getStringHashCode(this.x5h_1);
89
- result = imul(result, 31) + this.y5h_1.hashCode() | 0;
88
+ var result = getStringHashCode(this.y5h_1);
89
+ result = imul(result, 31) + this.z5h_1.hashCode() | 0;
90
90
  return result;
91
91
  }
92
92
  equals(other) {
@@ -94,9 +94,9 @@ function CurrentPairingSet() {
94
94
  return true;
95
95
  if (!(other instanceof CurrentPairingSet()))
96
96
  return false;
97
- if (!(this.x5h_1 === other.x5h_1))
97
+ if (!(this.y5h_1 === other.y5h_1))
98
98
  return false;
99
- if (!this.y5h_1.equals(other.y5h_1))
99
+ if (!this.z5h_1.equals(other.z5h_1))
100
100
  return false;
101
101
  return true;
102
102
  }
@@ -111,10 +111,10 @@ function Companion() {
111
111
  if (CompanionClass === VOID) {
112
112
  class $ {
113
113
  constructor() {
114
- this.z5h_1 = 'f31bee5b6b3a5b24aed38eae24781fdc373f90cd0b6ba7b5c031a28e15fcb902';
115
- this.a5i_1 = 'currentPairAssignmentsQuery';
114
+ this.a5i_1 = 'f31bee5b6b3a5b24aed38eae24781fdc373f90cd0b6ba7b5c031a28e15fcb902';
115
+ this.b5i_1 = 'currentPairAssignmentsQuery';
116
116
  }
117
- b5i() {
117
+ c5i() {
118
118
  return 'query currentPairAssignmentsQuery($partyId: PartyId!) { party(input: { partyId: $partyId } ) { currentPairingSet { __typename ...PairingSetDetails } } } fragment PairingSetDetails on PairingSet { id partyId date pairs { players { id name email badge avatarType callSignAdjective callSignNoun imageURL unvalidatedEmails pins { icon id name } } pins { icon id name } } discordMessageId slackMessageId }';
119
119
  }
120
120
  }
@@ -132,41 +132,41 @@ function CurrentPairAssignmentsQuery() {
132
132
  if (CurrentPairAssignmentsQueryClass === VOID) {
133
133
  class $ {
134
134
  constructor(partyId) {
135
- this.c5i_1 = partyId;
135
+ this.d5i_1 = partyId;
136
136
  }
137
- d5i() {
137
+ e5i() {
138
138
  return 'f31bee5b6b3a5b24aed38eae24781fdc373f90cd0b6ba7b5c031a28e15fcb902';
139
139
  }
140
140
  operationId() {
141
- return this.d5i();
141
+ return this.e5i();
142
142
  }
143
- i4s() {
144
- return Companion_instance.b5i();
143
+ j4s() {
144
+ return Companion_instance.c5i();
145
145
  }
146
- e5i() {
146
+ f5i() {
147
147
  return 'currentPairAssignmentsQuery';
148
148
  }
149
149
  operationName() {
150
- return this.e5i();
150
+ return this.f5i();
151
151
  }
152
- f4r(writer, customScalarAdapters, withDefaultValues) {
153
- CurrentPairAssignmentsQuery_VariablesAdapter_instance.f5i(writer, this, customScalarAdapters, withDefaultValues);
152
+ g4r(writer, customScalarAdapters, withDefaultValues) {
153
+ CurrentPairAssignmentsQuery_VariablesAdapter_instance.g5i(writer, this, customScalarAdapters, withDefaultValues);
154
154
  }
155
- e4r() {
155
+ f4r() {
156
156
  return obj(Data_getInstance());
157
157
  }
158
158
  toString() {
159
- return 'CurrentPairAssignmentsQuery(partyId=' + this.c5i_1.toString() + ')';
159
+ return 'CurrentPairAssignmentsQuery(partyId=' + this.d5i_1.toString() + ')';
160
160
  }
161
161
  hashCode() {
162
- return this.c5i_1.hashCode();
162
+ return this.d5i_1.hashCode();
163
163
  }
164
164
  equals(other) {
165
165
  if (this === other)
166
166
  return true;
167
167
  if (!(other instanceof CurrentPairAssignmentsQuery()))
168
168
  return false;
169
- if (!this.c5i_1.equals(other.c5i_1))
169
+ if (!this.d5i_1.equals(other.d5i_1))
170
170
  return false;
171
171
  return true;
172
172
  }
@@ -22,20 +22,20 @@ function Data() {
22
22
  if (DataClass === VOID) {
23
23
  class $ {
24
24
  constructor(party) {
25
- this.g5i_1 = party;
25
+ this.h5i_1 = party;
26
26
  }
27
27
  toString() {
28
- return 'Data(party=' + toString(this.g5i_1) + ')';
28
+ return 'Data(party=' + toString(this.h5i_1) + ')';
29
29
  }
30
30
  hashCode() {
31
- return this.g5i_1 == null ? 0 : this.g5i_1.hashCode();
31
+ return this.h5i_1 == null ? 0 : this.h5i_1.hashCode();
32
32
  }
33
33
  equals(other) {
34
34
  if (this === other)
35
35
  return true;
36
36
  if (!(other instanceof Data()))
37
37
  return false;
38
- if (!equals(this.g5i_1, other.g5i_1))
38
+ if (!equals(this.h5i_1, other.h5i_1))
39
39
  return false;
40
40
  return true;
41
41
  }
@@ -50,15 +50,15 @@ function Party() {
50
50
  if (PartyClass === VOID) {
51
51
  class $ {
52
52
  constructor(__typename, partyDetails) {
53
- this.h5i_1 = __typename;
54
- this.i5i_1 = partyDetails;
53
+ this.i5i_1 = __typename;
54
+ this.j5i_1 = partyDetails;
55
55
  }
56
56
  toString() {
57
- return 'Party(__typename=' + this.h5i_1 + ', partyDetails=' + this.i5i_1.toString() + ')';
57
+ return 'Party(__typename=' + this.i5i_1 + ', partyDetails=' + this.j5i_1.toString() + ')';
58
58
  }
59
59
  hashCode() {
60
- var result = getStringHashCode(this.h5i_1);
61
- result = imul(result, 31) + this.i5i_1.hashCode() | 0;
60
+ var result = getStringHashCode(this.i5i_1);
61
+ result = imul(result, 31) + this.j5i_1.hashCode() | 0;
62
62
  return result;
63
63
  }
64
64
  equals(other) {
@@ -66,9 +66,9 @@ function Party() {
66
66
  return true;
67
67
  if (!(other instanceof Party()))
68
68
  return false;
69
- if (!(this.h5i_1 === other.h5i_1))
69
+ if (!(this.i5i_1 === other.i5i_1))
70
70
  return false;
71
- if (!this.i5i_1.equals(other.i5i_1))
71
+ if (!this.j5i_1.equals(other.j5i_1))
72
72
  return false;
73
73
  return true;
74
74
  }
@@ -83,10 +83,10 @@ function Companion() {
83
83
  if (CompanionClass === VOID) {
84
84
  class $ {
85
85
  constructor() {
86
- this.j5i_1 = '51966f7540d1babb7f59d1462dabc68b706116a0a0f0d287d12f94ae170a0cfe';
87
- this.k5i_1 = 'partyDetailsQuery';
86
+ this.k5i_1 = '51966f7540d1babb7f59d1462dabc68b706116a0a0f0d287d12f94ae170a0cfe';
87
+ this.l5i_1 = 'partyDetailsQuery';
88
88
  }
89
- b5i() {
89
+ c5i() {
90
90
  return 'query partyDetailsQuery($partyId: PartyId!) { party(input: { partyId: $partyId } ) { __typename ...PartyDetails } } fragment PartyDetails on Party { id name email pairingRule badgesEnabled defaultBadgeName alternateBadgeName callSignsEnabled animationsEnabled animationSpeed }';
91
91
  }
92
92
  }
@@ -104,41 +104,41 @@ function PartyDetailsQuery() {
104
104
  if (PartyDetailsQueryClass === VOID) {
105
105
  class $ {
106
106
  constructor(partyId) {
107
- this.l5i_1 = partyId;
107
+ this.m5i_1 = partyId;
108
108
  }
109
- d5i() {
109
+ e5i() {
110
110
  return '51966f7540d1babb7f59d1462dabc68b706116a0a0f0d287d12f94ae170a0cfe';
111
111
  }
112
112
  operationId() {
113
- return this.d5i();
113
+ return this.e5i();
114
114
  }
115
- i4s() {
116
- return Companion_instance.b5i();
115
+ j4s() {
116
+ return Companion_instance.c5i();
117
117
  }
118
- e5i() {
118
+ f5i() {
119
119
  return 'partyDetailsQuery';
120
120
  }
121
121
  operationName() {
122
- return this.e5i();
122
+ return this.f5i();
123
123
  }
124
- f4r(writer, customScalarAdapters, withDefaultValues) {
125
- PartyDetailsQuery_VariablesAdapter_instance.m5i(writer, this, customScalarAdapters, withDefaultValues);
124
+ g4r(writer, customScalarAdapters, withDefaultValues) {
125
+ PartyDetailsQuery_VariablesAdapter_instance.n5i(writer, this, customScalarAdapters, withDefaultValues);
126
126
  }
127
- e4r() {
127
+ f4r() {
128
128
  return obj(Data_getInstance());
129
129
  }
130
130
  toString() {
131
- return 'PartyDetailsQuery(partyId=' + this.l5i_1.toString() + ')';
131
+ return 'PartyDetailsQuery(partyId=' + this.m5i_1.toString() + ')';
132
132
  }
133
133
  hashCode() {
134
- return this.l5i_1.hashCode();
134
+ return this.m5i_1.hashCode();
135
135
  }
136
136
  equals(other) {
137
137
  if (this === other)
138
138
  return true;
139
139
  if (!(other instanceof PartyDetailsQuery()))
140
140
  return false;
141
- if (!this.l5i_1.equals(other.l5i_1))
141
+ if (!this.m5i_1.equals(other.m5i_1))
142
142
  return false;
143
143
  return true;
144
144
  }
@@ -17,20 +17,20 @@ function Data() {
17
17
  if (DataClass === VOID) {
18
18
  class $ {
19
19
  constructor(saveContribution) {
20
- this.n5i_1 = saveContribution;
20
+ this.o5i_1 = saveContribution;
21
21
  }
22
22
  toString() {
23
- return 'Data(saveContribution=' + this.n5i_1 + ')';
23
+ return 'Data(saveContribution=' + this.o5i_1 + ')';
24
24
  }
25
25
  hashCode() {
26
- return this.n5i_1 == null ? 0 : getBooleanHashCode(this.n5i_1);
26
+ return this.o5i_1 == null ? 0 : getBooleanHashCode(this.o5i_1);
27
27
  }
28
28
  equals(other) {
29
29
  if (this === other)
30
30
  return true;
31
31
  if (!(other instanceof Data()))
32
32
  return false;
33
- if (!(this.n5i_1 == other.n5i_1))
33
+ if (!(this.o5i_1 == other.o5i_1))
34
34
  return false;
35
35
  return true;
36
36
  }
@@ -45,10 +45,10 @@ function Companion() {
45
45
  if (CompanionClass === VOID) {
46
46
  class $ {
47
47
  constructor() {
48
- this.o5i_1 = 'e10d9cbfa650257f640f5182d15931052152b7ef839d4588944c20b961836736';
49
- this.p5i_1 = 'saveContribution';
48
+ this.p5i_1 = 'e10d9cbfa650257f640f5182d15931052152b7ef839d4588944c20b961836736';
49
+ this.q5i_1 = 'saveContribution';
50
50
  }
51
- b5i() {
51
+ c5i() {
52
52
  return 'mutation saveContribution($input: SaveContributionInput!) { saveContribution(input: $input) }';
53
53
  }
54
54
  }
@@ -66,41 +66,41 @@ function SaveContributionMutation() {
66
66
  if (SaveContributionMutationClass === VOID) {
67
67
  class $ {
68
68
  constructor(input) {
69
- this.q5i_1 = input;
69
+ this.r5i_1 = input;
70
70
  }
71
- d5i() {
71
+ e5i() {
72
72
  return 'e10d9cbfa650257f640f5182d15931052152b7ef839d4588944c20b961836736';
73
73
  }
74
74
  operationId() {
75
- return this.d5i();
75
+ return this.e5i();
76
76
  }
77
- i4s() {
78
- return Companion_instance.b5i();
77
+ j4s() {
78
+ return Companion_instance.c5i();
79
79
  }
80
- e5i() {
80
+ f5i() {
81
81
  return 'saveContribution';
82
82
  }
83
83
  operationName() {
84
- return this.e5i();
84
+ return this.f5i();
85
85
  }
86
- f4r(writer, customScalarAdapters, withDefaultValues) {
87
- SaveContributionMutation_VariablesAdapter_instance.r5i(writer, this, customScalarAdapters, withDefaultValues);
86
+ g4r(writer, customScalarAdapters, withDefaultValues) {
87
+ SaveContributionMutation_VariablesAdapter_instance.s5i(writer, this, customScalarAdapters, withDefaultValues);
88
88
  }
89
- e4r() {
89
+ f4r() {
90
90
  return obj(Data_getInstance());
91
91
  }
92
92
  toString() {
93
- return 'SaveContributionMutation(input=' + this.q5i_1.toString() + ')';
93
+ return 'SaveContributionMutation(input=' + this.r5i_1.toString() + ')';
94
94
  }
95
95
  hashCode() {
96
- return this.q5i_1.hashCode();
96
+ return this.r5i_1.hashCode();
97
97
  }
98
98
  equals(other) {
99
99
  if (this === other)
100
100
  return true;
101
101
  if (!(other instanceof SaveContributionMutation()))
102
102
  return false;
103
- if (!this.q5i_1.equals(other.q5i_1))
103
+ if (!this.r5i_1.equals(other.r5i_1))
104
104
  return false;
105
105
  return true;
106
106
  }
@@ -26,24 +26,24 @@ function Data_0() {
26
26
  class $ {
27
27
  constructor() {
28
28
  Data_instance = this;
29
- this.s5i_1 = listOf('party');
29
+ this.t5i_1 = listOf('party');
30
30
  }
31
- f4k(reader, customScalarAdapters) {
31
+ g4k(reader, customScalarAdapters) {
32
32
  var _party = null;
33
33
  $l$loop: while (true) {
34
- if (reader.u4w(this.s5i_1) === 0)
35
- _party = nullable(obj(Party_getInstance())).f4k(reader, customScalarAdapters);
34
+ if (reader.v4w(this.t5i_1) === 0)
35
+ _party = nullable(obj(Party_getInstance())).g4k(reader, customScalarAdapters);
36
36
  else
37
37
  break $l$loop;
38
38
  }
39
39
  return new (Data())(_party);
40
40
  }
41
- t5i(writer, customScalarAdapters, value) {
42
- writer.e4s('party');
43
- nullable(obj(Party_getInstance())).j4k(writer, customScalarAdapters, value.v5h_1);
41
+ u5i(writer, customScalarAdapters, value) {
42
+ writer.f4s('party');
43
+ nullable(obj(Party_getInstance())).k4k(writer, customScalarAdapters, value.w5h_1);
44
44
  }
45
- g4k(writer, customScalarAdapters, value) {
46
- return this.t5i(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
45
+ h4k(writer, customScalarAdapters, value) {
46
+ return this.u5i(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
47
47
  }
48
48
  }
49
49
  initMetadataForObject($, 'Data', VOID, VOID, [Adapter()]);
@@ -63,24 +63,24 @@ function Party_0() {
63
63
  class $ {
64
64
  constructor() {
65
65
  Party_instance = this;
66
- this.u5i_1 = listOf('currentPairingSet');
66
+ this.v5i_1 = listOf('currentPairingSet');
67
67
  }
68
- f4k(reader, customScalarAdapters) {
68
+ g4k(reader, customScalarAdapters) {
69
69
  var _currentPairingSet = null;
70
70
  $l$loop: while (true) {
71
- if (reader.u4w(this.u5i_1) === 0)
72
- _currentPairingSet = nullable(obj(CurrentPairingSet_getInstance(), true)).f4k(reader, customScalarAdapters);
71
+ if (reader.v4w(this.v5i_1) === 0)
72
+ _currentPairingSet = nullable(obj(CurrentPairingSet_getInstance(), true)).g4k(reader, customScalarAdapters);
73
73
  else
74
74
  break $l$loop;
75
75
  }
76
76
  return new (Party())(_currentPairingSet);
77
77
  }
78
- v5i(writer, customScalarAdapters, value) {
79
- writer.e4s('currentPairingSet');
80
- nullable(obj(CurrentPairingSet_getInstance(), true)).j4k(writer, customScalarAdapters, value.w5h_1);
78
+ w5i(writer, customScalarAdapters, value) {
79
+ writer.f4s('currentPairingSet');
80
+ nullable(obj(CurrentPairingSet_getInstance(), true)).k4k(writer, customScalarAdapters, value.x5h_1);
81
81
  }
82
- g4k(writer, customScalarAdapters, value) {
83
- return this.v5i(writer, customScalarAdapters, value instanceof Party() ? value : THROW_CCE());
82
+ h4k(writer, customScalarAdapters, value) {
83
+ return this.w5i(writer, customScalarAdapters, value instanceof Party() ? value : THROW_CCE());
84
84
  }
85
85
  }
86
86
  initMetadataForObject($, 'Party', VOID, VOID, [Adapter()]);
@@ -100,18 +100,18 @@ function CurrentPairingSet_0() {
100
100
  class $ {
101
101
  constructor() {
102
102
  CurrentPairingSet_instance = this;
103
- this.w5i_1 = listOf('__typename');
103
+ this.x5i_1 = listOf('__typename');
104
104
  }
105
- f4k(reader, customScalarAdapters) {
105
+ g4k(reader, customScalarAdapters) {
106
106
  var __typename = null;
107
107
  $l$loop: while (true) {
108
- if (reader.u4w(this.w5i_1) === 0)
109
- __typename = get_StringAdapter().f4k(reader, customScalarAdapters);
108
+ if (reader.v4w(this.x5i_1) === 0)
109
+ __typename = get_StringAdapter().g4k(reader, customScalarAdapters);
110
110
  else
111
111
  break $l$loop;
112
112
  }
113
- reader.v4w();
114
- var _pairingSetDetails = PairingSetDetails_getInstance().f4k(reader, customScalarAdapters);
113
+ reader.w4w();
114
+ var _pairingSetDetails = PairingSetDetails_getInstance().g4k(reader, customScalarAdapters);
115
115
  var tmp1_elvis_lhs = __typename;
116
116
  var tmp;
117
117
  if (tmp1_elvis_lhs == null) {
@@ -121,13 +121,13 @@ function CurrentPairingSet_0() {
121
121
  }
122
122
  return new (CurrentPairingSet())(tmp, _pairingSetDetails);
123
123
  }
124
- y5i(writer, customScalarAdapters, value) {
125
- writer.e4s('__typename');
126
- get_StringAdapter().g4k(writer, customScalarAdapters, value.x5h_1);
127
- PairingSetDetails_getInstance().z5i(writer, customScalarAdapters, value.y5h_1);
124
+ z5i(writer, customScalarAdapters, value) {
125
+ writer.f4s('__typename');
126
+ get_StringAdapter().h4k(writer, customScalarAdapters, value.y5h_1);
127
+ PairingSetDetails_getInstance().a5j(writer, customScalarAdapters, value.z5h_1);
128
128
  }
129
- g4k(writer, customScalarAdapters, value) {
130
- return this.y5i(writer, customScalarAdapters, value instanceof CurrentPairingSet() ? value : THROW_CCE());
129
+ h4k(writer, customScalarAdapters, value) {
130
+ return this.z5i(writer, customScalarAdapters, value instanceof CurrentPairingSet() ? value : THROW_CCE());
131
131
  }
132
132
  }
133
133
  initMetadataForObject($, 'CurrentPairingSet', VOID, VOID, [Adapter()]);
@@ -10,9 +10,9 @@ var CurrentPairAssignmentsQuery_VariablesAdapterClass;
10
10
  function CurrentPairAssignmentsQuery_VariablesAdapter() {
11
11
  if (CurrentPairAssignmentsQuery_VariablesAdapterClass === VOID) {
12
12
  class $ {
13
- f5i(writer, value, customScalarAdapters, withDefaultValues) {
14
- writer.e4s('partyId');
15
- get_partyIdAdapter().g4k(writer, customScalarAdapters, value.c5i_1);
13
+ g5i(writer, value, customScalarAdapters, withDefaultValues) {
14
+ writer.f4s('partyId');
15
+ get_partyIdAdapter().h4k(writer, customScalarAdapters, value.d5i_1);
16
16
  }
17
17
  }
18
18
  initMetadataForObject($, 'CurrentPairAssignmentsQuery_VariablesAdapter');
@@ -25,24 +25,24 @@ function Data_0() {
25
25
  class $ {
26
26
  constructor() {
27
27
  Data_instance = this;
28
- this.a5j_1 = listOf('party');
28
+ this.b5j_1 = listOf('party');
29
29
  }
30
- f4k(reader, customScalarAdapters) {
30
+ g4k(reader, customScalarAdapters) {
31
31
  var _party = null;
32
32
  $l$loop: while (true) {
33
- if (reader.u4w(this.a5j_1) === 0)
34
- _party = nullable(obj(Party_getInstance(), true)).f4k(reader, customScalarAdapters);
33
+ if (reader.v4w(this.b5j_1) === 0)
34
+ _party = nullable(obj(Party_getInstance(), true)).g4k(reader, customScalarAdapters);
35
35
  else
36
36
  break $l$loop;
37
37
  }
38
38
  return new (Data())(_party);
39
39
  }
40
- b5j(writer, customScalarAdapters, value) {
41
- writer.e4s('party');
42
- nullable(obj(Party_getInstance(), true)).j4k(writer, customScalarAdapters, value.g5i_1);
40
+ c5j(writer, customScalarAdapters, value) {
41
+ writer.f4s('party');
42
+ nullable(obj(Party_getInstance(), true)).k4k(writer, customScalarAdapters, value.h5i_1);
43
43
  }
44
- g4k(writer, customScalarAdapters, value) {
45
- return this.b5j(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
44
+ h4k(writer, customScalarAdapters, value) {
45
+ return this.c5j(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
46
46
  }
47
47
  }
48
48
  initMetadataForObject($, 'Data', VOID, VOID, [Adapter()]);
@@ -62,18 +62,18 @@ function Party_0() {
62
62
  class $ {
63
63
  constructor() {
64
64
  Party_instance = this;
65
- this.c5j_1 = listOf('__typename');
65
+ this.d5j_1 = listOf('__typename');
66
66
  }
67
- f4k(reader, customScalarAdapters) {
67
+ g4k(reader, customScalarAdapters) {
68
68
  var __typename = null;
69
69
  $l$loop: while (true) {
70
- if (reader.u4w(this.c5j_1) === 0)
71
- __typename = get_StringAdapter().f4k(reader, customScalarAdapters);
70
+ if (reader.v4w(this.d5j_1) === 0)
71
+ __typename = get_StringAdapter().g4k(reader, customScalarAdapters);
72
72
  else
73
73
  break $l$loop;
74
74
  }
75
- reader.v4w();
76
- var _partyDetails = PartyDetails_getInstance().f4k(reader, customScalarAdapters);
75
+ reader.w4w();
76
+ var _partyDetails = PartyDetails_getInstance().g4k(reader, customScalarAdapters);
77
77
  var tmp1_elvis_lhs = __typename;
78
78
  var tmp;
79
79
  if (tmp1_elvis_lhs == null) {
@@ -83,13 +83,13 @@ function Party_0() {
83
83
  }
84
84
  return new (Party())(tmp, _partyDetails);
85
85
  }
86
- e5j(writer, customScalarAdapters, value) {
87
- writer.e4s('__typename');
88
- get_StringAdapter().g4k(writer, customScalarAdapters, value.h5i_1);
89
- PartyDetails_getInstance().f5j(writer, customScalarAdapters, value.i5i_1);
86
+ f5j(writer, customScalarAdapters, value) {
87
+ writer.f4s('__typename');
88
+ get_StringAdapter().h4k(writer, customScalarAdapters, value.i5i_1);
89
+ PartyDetails_getInstance().g5j(writer, customScalarAdapters, value.j5i_1);
90
90
  }
91
- g4k(writer, customScalarAdapters, value) {
92
- return this.e5j(writer, customScalarAdapters, value instanceof Party() ? value : THROW_CCE());
91
+ h4k(writer, customScalarAdapters, value) {
92
+ return this.f5j(writer, customScalarAdapters, value instanceof Party() ? value : THROW_CCE());
93
93
  }
94
94
  }
95
95
  initMetadataForObject($, 'Party', VOID, VOID, [Adapter()]);
@@ -10,9 +10,9 @@ var PartyDetailsQuery_VariablesAdapterClass;
10
10
  function PartyDetailsQuery_VariablesAdapter() {
11
11
  if (PartyDetailsQuery_VariablesAdapterClass === VOID) {
12
12
  class $ {
13
- m5i(writer, value, customScalarAdapters, withDefaultValues) {
14
- writer.e4s('partyId');
15
- get_partyIdAdapter().g4k(writer, customScalarAdapters, value.l5i_1);
13
+ n5i(writer, value, customScalarAdapters, withDefaultValues) {
14
+ writer.f4s('partyId');
15
+ get_partyIdAdapter().h4k(writer, customScalarAdapters, value.m5i_1);
16
16
  }
17
17
  }
18
18
  initMetadataForObject($, 'PartyDetailsQuery_VariablesAdapter');
@@ -16,24 +16,24 @@ function Data_0() {
16
16
  class $ {
17
17
  constructor() {
18
18
  Data_instance = this;
19
- this.g5j_1 = listOf('saveContribution');
19
+ this.h5j_1 = listOf('saveContribution');
20
20
  }
21
- f4k(reader, customScalarAdapters) {
21
+ g4k(reader, customScalarAdapters) {
22
22
  var _saveContribution = null;
23
23
  $l$loop: while (true) {
24
- if (reader.u4w(this.g5j_1) === 0)
25
- _saveContribution = get_NullableBooleanAdapter().f4k(reader, customScalarAdapters);
24
+ if (reader.v4w(this.h5j_1) === 0)
25
+ _saveContribution = get_NullableBooleanAdapter().g4k(reader, customScalarAdapters);
26
26
  else
27
27
  break $l$loop;
28
28
  }
29
29
  return new (Data())(_saveContribution);
30
30
  }
31
- h5j(writer, customScalarAdapters, value) {
32
- writer.e4s('saveContribution');
33
- get_NullableBooleanAdapter().j4k(writer, customScalarAdapters, value.n5i_1);
31
+ i5j(writer, customScalarAdapters, value) {
32
+ writer.f4s('saveContribution');
33
+ get_NullableBooleanAdapter().k4k(writer, customScalarAdapters, value.o5i_1);
34
34
  }
35
- g4k(writer, customScalarAdapters, value) {
36
- return this.h5j(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
35
+ h4k(writer, customScalarAdapters, value) {
36
+ return this.i5j(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
37
37
  }
38
38
  }
39
39
  initMetadataForObject($, 'Data', VOID, VOID, [Adapter()]);
@@ -11,9 +11,9 @@ var SaveContributionMutation_VariablesAdapterClass;
11
11
  function SaveContributionMutation_VariablesAdapter() {
12
12
  if (SaveContributionMutation_VariablesAdapterClass === VOID) {
13
13
  class $ {
14
- r5i(writer, value, customScalarAdapters, withDefaultValues) {
15
- writer.e4s('input');
16
- obj(SaveContributionInput_InputAdapter_instance).g4k(writer, customScalarAdapters, value.q5i_1);
14
+ s5i(writer, value, customScalarAdapters, withDefaultValues) {
15
+ writer.f4s('input');
16
+ obj(SaveContributionInput_InputAdapter_instance).h4k(writer, customScalarAdapters, value.r5i_1);
17
17
  }
18
18
  }
19
19
  initMetadataForObject($, 'SaveContributionMutation_VariablesAdapter');