@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
@@ -47,43 +47,43 @@ function $serializer() {
47
47
  class $ {
48
48
  constructor() {
49
49
  $serializer_instance = this;
50
- var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('com.zegreatrob.coupling.auth0.management.PollResult', this, 6);
50
+ var tmp0_serialDesc = new (PluginGeneratedSerialDescriptor())('com.zegreatrob.coupling.auth0.management.AccessResult', this, 6);
51
51
  tmp0_serialDesc.a28('error', true);
52
52
  tmp0_serialDesc.a28('access_token', true);
53
53
  tmp0_serialDesc.a28('refresh_token', true);
54
54
  tmp0_serialDesc.a28('id_token', true);
55
55
  tmp0_serialDesc.a28('token_type', true);
56
56
  tmp0_serialDesc.a28('expires_in', true);
57
- this.l4f_1 = tmp0_serialDesc;
57
+ this.b4f_1 = tmp0_serialDesc;
58
58
  }
59
- m4f(encoder, value) {
60
- var tmp0_desc = this.l4f_1;
59
+ c4f(encoder, value) {
60
+ var tmp0_desc = this.b4f_1;
61
61
  var tmp1_output = encoder.j20(tmp0_desc);
62
- if (tmp1_output.h22(tmp0_desc, 0) ? true : !(value.n4f_1 == null)) {
63
- tmp1_output.d22(tmp0_desc, 0, StringSerializer_getInstance(), value.n4f_1);
62
+ if (tmp1_output.h22(tmp0_desc, 0) ? true : !(value.d4f_1 == null)) {
63
+ tmp1_output.d22(tmp0_desc, 0, StringSerializer_getInstance(), value.d4f_1);
64
64
  }
65
- if (tmp1_output.h22(tmp0_desc, 1) ? true : !(value.o4f_1 == null)) {
66
- tmp1_output.d22(tmp0_desc, 1, StringSerializer_getInstance(), value.o4f_1);
65
+ if (tmp1_output.h22(tmp0_desc, 1) ? true : !(value.e4f_1 == null)) {
66
+ tmp1_output.d22(tmp0_desc, 1, StringSerializer_getInstance(), value.e4f_1);
67
67
  }
68
- if (tmp1_output.h22(tmp0_desc, 2) ? true : !(value.p4f_1 == null)) {
69
- tmp1_output.d22(tmp0_desc, 2, StringSerializer_getInstance(), value.p4f_1);
68
+ if (tmp1_output.h22(tmp0_desc, 2) ? true : !(value.f4f_1 == null)) {
69
+ tmp1_output.d22(tmp0_desc, 2, StringSerializer_getInstance(), value.f4f_1);
70
70
  }
71
- if (tmp1_output.h22(tmp0_desc, 3) ? true : !(value.q4f_1 == null)) {
72
- tmp1_output.d22(tmp0_desc, 3, StringSerializer_getInstance(), value.q4f_1);
71
+ if (tmp1_output.h22(tmp0_desc, 3) ? true : !(value.g4f_1 == null)) {
72
+ tmp1_output.d22(tmp0_desc, 3, StringSerializer_getInstance(), value.g4f_1);
73
73
  }
74
- if (tmp1_output.h22(tmp0_desc, 4) ? true : !(value.r4f_1 == null)) {
75
- tmp1_output.d22(tmp0_desc, 4, StringSerializer_getInstance(), value.r4f_1);
74
+ if (tmp1_output.h22(tmp0_desc, 4) ? true : !(value.h4f_1 == null)) {
75
+ tmp1_output.d22(tmp0_desc, 4, StringSerializer_getInstance(), value.h4f_1);
76
76
  }
77
- if (tmp1_output.h22(tmp0_desc, 5) ? true : !(value.s4f_1 == null)) {
78
- tmp1_output.d22(tmp0_desc, 5, IntSerializer_getInstance(), value.s4f_1);
77
+ if (tmp1_output.h22(tmp0_desc, 5) ? true : !(value.i4f_1 == null)) {
78
+ tmp1_output.d22(tmp0_desc, 5, IntSerializer_getInstance(), value.i4f_1);
79
79
  }
80
80
  tmp1_output.k20(tmp0_desc);
81
81
  }
82
82
  i1w(encoder, value) {
83
- return this.m4f(encoder, value instanceof PollResult() ? value : THROW_CCE());
83
+ return this.c4f(encoder, value instanceof AccessResult() ? value : THROW_CCE());
84
84
  }
85
85
  j1w(decoder) {
86
- var tmp0_desc = this.l4f_1;
86
+ var tmp0_desc = this.b4f_1;
87
87
  var tmp1_flag = true;
88
88
  var tmp2_index = 0;
89
89
  var tmp3_bitMask0 = 0;
@@ -143,10 +143,10 @@ function $serializer() {
143
143
  }
144
144
  }
145
145
  tmp10_input.k20(tmp0_desc);
146
- return PollResult().t4f(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
146
+ return AccessResult().j4f(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
147
147
  }
148
148
  h1w() {
149
- return this.l4f_1;
149
+ return this.b4f_1;
150
150
  }
151
151
  p28() {
152
152
  // Inline function 'kotlin.arrayOf' call
@@ -167,9 +167,9 @@ function $serializer_getInstance() {
167
167
  new ($serializer())();
168
168
  return $serializer_instance;
169
169
  }
170
- var PollResultClass;
171
- function PollResult() {
172
- if (PollResultClass === VOID) {
170
+ var AccessResultClass;
171
+ function AccessResult() {
172
+ if (AccessResultClass === VOID) {
173
173
  class $ {
174
174
  constructor(error, accessToken, refreshToken, idToken, tokenType, expiresIn) {
175
175
  error = error === VOID ? null : error;
@@ -178,88 +178,88 @@ function PollResult() {
178
178
  idToken = idToken === VOID ? null : idToken;
179
179
  tokenType = tokenType === VOID ? null : tokenType;
180
180
  expiresIn = expiresIn === VOID ? null : expiresIn;
181
- this.n4f_1 = error;
182
- this.o4f_1 = accessToken;
183
- this.p4f_1 = refreshToken;
184
- this.q4f_1 = idToken;
185
- this.r4f_1 = tokenType;
186
- this.s4f_1 = expiresIn;
181
+ this.d4f_1 = error;
182
+ this.e4f_1 = accessToken;
183
+ this.f4f_1 = refreshToken;
184
+ this.g4f_1 = idToken;
185
+ this.h4f_1 = tokenType;
186
+ this.i4f_1 = expiresIn;
187
187
  }
188
188
  toString() {
189
- return 'PollResult(error=' + this.n4f_1 + ', accessToken=' + this.o4f_1 + ', refreshToken=' + this.p4f_1 + ', idToken=' + this.q4f_1 + ', tokenType=' + this.r4f_1 + ', expiresIn=' + this.s4f_1 + ')';
189
+ return 'AccessResult(error=' + this.d4f_1 + ', accessToken=' + this.e4f_1 + ', refreshToken=' + this.f4f_1 + ', idToken=' + this.g4f_1 + ', tokenType=' + this.h4f_1 + ', expiresIn=' + this.i4f_1 + ')';
190
190
  }
191
191
  hashCode() {
192
- var result = this.n4f_1 == null ? 0 : getStringHashCode(this.n4f_1);
193
- result = imul(result, 31) + (this.o4f_1 == null ? 0 : getStringHashCode(this.o4f_1)) | 0;
194
- result = imul(result, 31) + (this.p4f_1 == null ? 0 : getStringHashCode(this.p4f_1)) | 0;
195
- result = imul(result, 31) + (this.q4f_1 == null ? 0 : getStringHashCode(this.q4f_1)) | 0;
196
- result = imul(result, 31) + (this.r4f_1 == null ? 0 : getStringHashCode(this.r4f_1)) | 0;
197
- result = imul(result, 31) + (this.s4f_1 == null ? 0 : this.s4f_1) | 0;
192
+ var result = this.d4f_1 == null ? 0 : getStringHashCode(this.d4f_1);
193
+ result = imul(result, 31) + (this.e4f_1 == null ? 0 : getStringHashCode(this.e4f_1)) | 0;
194
+ result = imul(result, 31) + (this.f4f_1 == null ? 0 : getStringHashCode(this.f4f_1)) | 0;
195
+ result = imul(result, 31) + (this.g4f_1 == null ? 0 : getStringHashCode(this.g4f_1)) | 0;
196
+ result = imul(result, 31) + (this.h4f_1 == null ? 0 : getStringHashCode(this.h4f_1)) | 0;
197
+ result = imul(result, 31) + (this.i4f_1 == null ? 0 : this.i4f_1) | 0;
198
198
  return result;
199
199
  }
200
200
  equals(other) {
201
201
  if (this === other)
202
202
  return true;
203
- if (!(other instanceof PollResult()))
203
+ if (!(other instanceof AccessResult()))
204
204
  return false;
205
- if (!(this.n4f_1 == other.n4f_1))
205
+ if (!(this.d4f_1 == other.d4f_1))
206
206
  return false;
207
- if (!(this.o4f_1 == other.o4f_1))
207
+ if (!(this.e4f_1 == other.e4f_1))
208
208
  return false;
209
- if (!(this.p4f_1 == other.p4f_1))
209
+ if (!(this.f4f_1 == other.f4f_1))
210
210
  return false;
211
- if (!(this.q4f_1 == other.q4f_1))
211
+ if (!(this.g4f_1 == other.g4f_1))
212
212
  return false;
213
- if (!(this.r4f_1 == other.r4f_1))
213
+ if (!(this.h4f_1 == other.h4f_1))
214
214
  return false;
215
- if (!(this.s4f_1 == other.s4f_1))
215
+ if (!(this.i4f_1 == other.i4f_1))
216
216
  return false;
217
217
  return true;
218
218
  }
219
- static t4f(seen0, error, accessToken, refreshToken, idToken, tokenType, expiresIn, serializationConstructorMarker) {
219
+ static j4f(seen0, error, accessToken, refreshToken, idToken, tokenType, expiresIn, serializationConstructorMarker) {
220
220
  if (!(0 === (0 & seen0))) {
221
- throwMissingFieldException(seen0, 0, $serializer_getInstance().l4f_1);
221
+ throwMissingFieldException(seen0, 0, $serializer_getInstance().b4f_1);
222
222
  }
223
223
  var $this = createThis(this);
224
224
  if (0 === (seen0 & 1))
225
- $this.n4f_1 = null;
225
+ $this.d4f_1 = null;
226
226
  else
227
- $this.n4f_1 = error;
227
+ $this.d4f_1 = error;
228
228
  if (0 === (seen0 & 2))
229
- $this.o4f_1 = null;
229
+ $this.e4f_1 = null;
230
230
  else
231
- $this.o4f_1 = accessToken;
231
+ $this.e4f_1 = accessToken;
232
232
  if (0 === (seen0 & 4))
233
- $this.p4f_1 = null;
233
+ $this.f4f_1 = null;
234
234
  else
235
- $this.p4f_1 = refreshToken;
235
+ $this.f4f_1 = refreshToken;
236
236
  if (0 === (seen0 & 8))
237
- $this.q4f_1 = null;
237
+ $this.g4f_1 = null;
238
238
  else
239
- $this.q4f_1 = idToken;
239
+ $this.g4f_1 = idToken;
240
240
  if (0 === (seen0 & 16))
241
- $this.r4f_1 = null;
241
+ $this.h4f_1 = null;
242
242
  else
243
- $this.r4f_1 = tokenType;
243
+ $this.h4f_1 = tokenType;
244
244
  if (0 === (seen0 & 32))
245
- $this.s4f_1 = null;
245
+ $this.i4f_1 = null;
246
246
  else
247
- $this.s4f_1 = expiresIn;
247
+ $this.i4f_1 = expiresIn;
248
248
  return $this;
249
249
  }
250
250
  }
251
- initMetadataForClass($, 'PollResult', PollResult, VOID, VOID, VOID, VOID, {0: $serializer_getInstance});
252
- PollResultClass = $;
251
+ initMetadataForClass($, 'AccessResult', AccessResult, VOID, VOID, VOID, VOID, {0: $serializer_getInstance});
252
+ AccessResultClass = $;
253
253
  }
254
- return PollResultClass;
254
+ return AccessResultClass;
255
255
  }
256
256
  //region block: init
257
257
  Companion_instance = new (Companion())();
258
258
  //endregion
259
259
  //region block: exports
260
260
  export {
261
- PollResult as PollResult2qx3xvgpyz3s,
261
+ AccessResult as AccessResultekn769lfuae1,
262
262
  };
263
263
  //endregion
264
264
 
265
- //# sourceMappingURL=PollResult.mjs.map
265
+ //# sourceMappingURL=AccessResult.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../libraries/auth0-management/src/commonMain/kotlin/com/zegreatrob/coupling/auth0/management/AccessResult.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["serialize","encoder","value","deserialize","childSerializers","error","accessToken","refreshToken","idToken","tokenType","expiresIn","result"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAKA,2H;QAAA,kC;QAAA,yC;QAAA,0C;QAAA,qC;QAAA,uC;QAAA,uC;QAAA,4B;;SAAAA,CAAA,O,EAAA,KAAAA,EAAA;A,YAAA,sB;YAAA,oC;QAAA,4DAEyB,IAFzB,E;UAAA,0E;;QAAA,4DAI+B,IAJ/B,E;UAAA,0E;;QAAA,4DAMgC,IANhC,E;UAAA,0E;;QAAA,4DAQ2B,IAR3B,E;UAAA,0E;;QAAA,4DAU6B,IAV7B,E;UAAA,0E;;QAAA,4DAY0B,IAZ1B,E;UAAA,uE;;QAAA,0B;MAaA,C;UACqrMC,O,EAAkBC,K;;;SAdvsMC,CAAA,OAAAA,EAAA;A,YAAA,sB;YAAA,gB;YAAA,c;YAAA,iB;YAAA,kB;YAAA,kB;YAAA,kB;YAAA,kB;YAAA,kB;YAAA,kB;YAAA,oC;QAAA,sB,CAAA;A,UAAA,wF;UAAA,iC;UAAA,wF;UAAA,iC;UAAA,wF;UAAA,iC;UAAA,wF;UAAA,iC;UAAA,wF;UAAA,kC;UAAA,qF;UAAA,kC;QAaA,C;iBAbA,S,EAAA;A,YAAA,uC;YAAA,mB;mBAAA,E;gBAAA,iB;;mBAAA,C;gBAAA,wF;gBAAA,iC;;mBAAA,C;gBAAA,wF;gBAAA,iC;;mBAAA,C;gBAAA,wF;gBAAA,iC;;mBAAA,C;gBAAA,wF;gBAAA,iC;;mBAAA,C;gBAAA,wF;gBAAA,kC;;mBAAA,C;gBAAA,qF;gBAAA,kC;;;gBAAA,6C;;UAaA,C;QAbA,0B;QAAA,4H;MAaA,C;;;;SAbAC,CAAAA,EAAA;A;;;QAAA,wR;MAaA,C;;;;;;;;;;;;;;;;;;kBAXIC,K,EAEAC,W,EAEAC,Y,EAEAC,O,EAEAC,S,EAEAC,S;iCAVqB,I;6CAEM,I;+CAEC,I;qCAEL,I;yCAEE,I;yCAEH,I;QAVtB,kB;QACA,wB;QAEA,yB;QAEA,oB;QAEA,sB;QAEA,sB;;iBAhBJ;A,QAAA,wM;MAAA,C;iBAAA;A,YAAAC,+D;QAAA,wF;QAAA,wF;QAAA,wF;QAAA,wF;QAAA,qE;QAAA,a;MAAA,C;oBAAA;A,QAAA,mB;UAAA,W;QAAA,uC;UAAA,Y;QAAA,iC;UAAA,Y;QAAA,iC;UAAA,Y;QAAA,iC;UAAA,Y;QAAA,iC;UAAA,Y;QAAA,iC;UAAA,Y;QAAA,iC;UAAA,Y;QAAA,W;MAAA,C;;QAKA,yB;UAAA,qE;;;QAAA,sB;UAAA,cAEyB,I;;UAFzB,mB;QAAA,sB;UAAA,cAI+B,I;;UAJ/B,yB;QAAA,sB;UAAA,cAMgC,I;;UANhC,0B;QAAA,sB;UAAA,cAQ2B,I;;UAR3B,qB;QAAA,uB;UAAA,cAU6B,I;;UAV7B,uB;QAAA,uB;UAAA,cAY0B,I;;UAZ1B,uB;;;;;;;;;;;;;;;;"}
@@ -51,22 +51,22 @@ function $serializer() {
51
51
  tmp0_serialDesc.a28('user_code', false);
52
52
  tmp0_serialDesc.a28('device_code', false);
53
53
  tmp0_serialDesc.a28('interval', false);
54
- this.b4f_1 = tmp0_serialDesc;
54
+ this.k4f_1 = tmp0_serialDesc;
55
55
  }
56
- c4f(encoder, value) {
57
- var tmp0_desc = this.b4f_1;
56
+ l4f(encoder, value) {
57
+ var tmp0_desc = this.k4f_1;
58
58
  var tmp1_output = encoder.j20(tmp0_desc);
59
- tmp1_output.z21(tmp0_desc, 0, value.d4f_1);
60
- tmp1_output.z21(tmp0_desc, 1, value.e4f_1);
61
- tmp1_output.z21(tmp0_desc, 2, value.f4f_1);
62
- tmp1_output.u21(tmp0_desc, 3, value.g4f_1);
59
+ tmp1_output.z21(tmp0_desc, 0, value.m4f_1);
60
+ tmp1_output.z21(tmp0_desc, 1, value.n4f_1);
61
+ tmp1_output.z21(tmp0_desc, 2, value.o4f_1);
62
+ tmp1_output.u21(tmp0_desc, 3, value.p4f_1);
63
63
  tmp1_output.k20(tmp0_desc);
64
64
  }
65
65
  i1w(encoder, value) {
66
- return this.c4f(encoder, value instanceof DeviceCodeRequest() ? value : THROW_CCE());
66
+ return this.l4f(encoder, value instanceof DeviceCodeRequest() ? value : THROW_CCE());
67
67
  }
68
68
  j1w(decoder) {
69
- var tmp0_desc = this.b4f_1;
69
+ var tmp0_desc = this.k4f_1;
70
70
  var tmp1_flag = true;
71
71
  var tmp2_index = 0;
72
72
  var tmp3_bitMask0 = 0;
@@ -112,10 +112,10 @@ function $serializer() {
112
112
  }
113
113
  }
114
114
  tmp8_input.k20(tmp0_desc);
115
- return DeviceCodeRequest().h4f(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
115
+ return DeviceCodeRequest().q4f(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
116
116
  }
117
117
  h1w() {
118
- return this.b4f_1;
118
+ return this.k4f_1;
119
119
  }
120
120
  p28() {
121
121
  // Inline function 'kotlin.arrayOf' call
@@ -141,13 +141,13 @@ function DeviceCodeRequest() {
141
141
  if (DeviceCodeRequestClass === VOID) {
142
142
  class $ {
143
143
  toString() {
144
- return 'DeviceCodeRequest(verificationUriComplete=' + this.d4f_1 + ', userCode=' + this.e4f_1 + ', deviceCode=' + this.f4f_1 + ', interval=' + this.g4f_1 + ')';
144
+ return 'DeviceCodeRequest(verificationUriComplete=' + this.m4f_1 + ', userCode=' + this.n4f_1 + ', deviceCode=' + this.o4f_1 + ', interval=' + this.p4f_1 + ')';
145
145
  }
146
146
  hashCode() {
147
- var result = getStringHashCode(this.d4f_1);
148
- result = imul(result, 31) + getStringHashCode(this.e4f_1) | 0;
149
- result = imul(result, 31) + getStringHashCode(this.f4f_1) | 0;
150
- result = imul(result, 31) + this.g4f_1 | 0;
147
+ var result = getStringHashCode(this.m4f_1);
148
+ result = imul(result, 31) + getStringHashCode(this.n4f_1) | 0;
149
+ result = imul(result, 31) + getStringHashCode(this.o4f_1) | 0;
150
+ result = imul(result, 31) + this.p4f_1 | 0;
151
151
  return result;
152
152
  }
153
153
  equals(other) {
@@ -155,25 +155,25 @@ function DeviceCodeRequest() {
155
155
  return true;
156
156
  if (!(other instanceof DeviceCodeRequest()))
157
157
  return false;
158
- if (!(this.d4f_1 === other.d4f_1))
158
+ if (!(this.m4f_1 === other.m4f_1))
159
159
  return false;
160
- if (!(this.e4f_1 === other.e4f_1))
160
+ if (!(this.n4f_1 === other.n4f_1))
161
161
  return false;
162
- if (!(this.f4f_1 === other.f4f_1))
162
+ if (!(this.o4f_1 === other.o4f_1))
163
163
  return false;
164
- if (!(this.g4f_1 === other.g4f_1))
164
+ if (!(this.p4f_1 === other.p4f_1))
165
165
  return false;
166
166
  return true;
167
167
  }
168
- static h4f(seen0, verificationUriComplete, userCode, deviceCode, interval, serializationConstructorMarker) {
168
+ static q4f(seen0, verificationUriComplete, userCode, deviceCode, interval, serializationConstructorMarker) {
169
169
  if (!(15 === (15 & seen0))) {
170
- throwMissingFieldException(seen0, 15, $serializer_getInstance().b4f_1);
170
+ throwMissingFieldException(seen0, 15, $serializer_getInstance().k4f_1);
171
171
  }
172
172
  var $this = createThis(this);
173
- $this.d4f_1 = verificationUriComplete;
174
- $this.e4f_1 = userCode;
175
- $this.f4f_1 = deviceCode;
176
- $this.g4f_1 = interval;
173
+ $this.m4f_1 = verificationUriComplete;
174
+ $this.n4f_1 = userCode;
175
+ $this.o4f_1 = deviceCode;
176
+ $this.p4f_1 = interval;
177
177
  return $this;
178
178
  }
179
179
  }
@@ -1,12 +1,13 @@
1
1
  import {
2
2
  Companion_getInstance1qo23ej9noujo as Companion_getInstance,
3
3
  ParametersBuilder1ry9ntvvg567r as ParametersBuilder,
4
+ parametersskfaz0rhyl74 as parameters,
4
5
  } from '../../../../../../ktor-ktor-http/io/ktor/http/Parameters.mjs';
5
6
  import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
6
7
  import { VOID3gxj6tk5isa35 as VOID } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
7
8
  import { submitForm3v30asl985zpf as submitForm } from '../../../../../../ktor-ktor-client-core/io/ktor/client/request/forms/formBuilders.mjs';
8
9
  import { get_COROUTINE_SUSPENDED3ujt3p13qm4iy as get_COROUTINE_SUSPENDED } from '../../../../../../kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs';
9
- import { PollResult2qx3xvgpyz3s as PollResult } from './PollResult.mjs';
10
+ import { AccessResultekn769lfuae1 as AccessResult } from './AccessResult.mjs';
10
11
  import { getKClass3t8tygqu4lcxf as getKClass } from '../../../../../../kotlin-kotlin-stdlib/kotlin/reflect/js/internal/reflection.mjs';
11
12
  import { arrayOf1akklvh2at202 as arrayOf } from '../../../../../../kotlin-kotlin-stdlib/kotlin/Library.mjs';
12
13
  import { createKType31ecntyyaay3k as createKType } from '../../../../../../kotlin-kotlin-stdlib/kotlin/reflect/js/internal/KTypeHelpers.mjs';
@@ -34,17 +35,17 @@ function *_generator_checkForResult__c5vdbe($this, clientId, deviceCode, $comple
34
35
  this_0.k2k('client_id', clientId);
35
36
  this_0.k2k('device_code', deviceCode);
36
37
  var tmp$ret$2 = this_0.u2r();
37
- var tmp = submitForm($this.i4f_1, 'https://zegreatrob.us.auth0.com/oauth/token', tmp$ret$2, VOID, VOID, $completion);
38
+ var tmp = submitForm($this.r4f_1, 'https://zegreatrob.us.auth0.com/oauth/token', tmp$ret$2, VOID, VOID, $completion);
38
39
  if (tmp === get_COROUTINE_SUSPENDED())
39
40
  tmp = yield tmp;
40
41
  // Inline function 'io.ktor.client.call.body' call
41
42
  var tmp_0 = tmp.k3e();
42
43
  // Inline function 'io.ktor.util.reflect.typeInfo' call
43
- var tmp_1 = getKClass(PollResult());
44
+ var tmp_1 = getKClass(AccessResult());
44
45
  // Inline function 'io.ktor.util.reflect.typeOfOrNull' call
45
46
  var tmp_2;
46
47
  try {
47
- tmp_2 = createKType(getKClass(PollResult()), arrayOf([]), false);
48
+ tmp_2 = createKType(getKClass(AccessResult()), arrayOf([]), false);
48
49
  } catch ($p) {
49
50
  var tmp_3;
50
51
  if ($p instanceof Error) {
@@ -61,7 +62,7 @@ function *_generator_checkForResult__c5vdbe($this, clientId, deviceCode, $comple
61
62
  if (tmp_4 === get_COROUTINE_SUSPENDED())
62
63
  tmp_4 = yield tmp_4;
63
64
  var tmp_5 = tmp_4;
64
- return tmp_5 instanceof PollResult() ? tmp_5 : THROW_CCE();
65
+ return tmp_5 instanceof AccessResult() ? tmp_5 : THROW_CCE();
65
66
  }
66
67
  function *_generator_getDeviceCodeRequest__d8frxq($this, audience, clientId, $completion) {
67
68
  // Inline function 'io.ktor.http.Companion.build' call
@@ -72,7 +73,7 @@ function *_generator_getDeviceCodeRequest__d8frxq($this, audience, clientId, $co
72
73
  this_0.k2k('scope', 'email, offline_access');
73
74
  this_0.k2k('client_id', clientId);
74
75
  var tmp$ret$2 = this_0.u2r();
75
- var tmp = submitForm($this.i4f_1, 'https://zegreatrob.us.auth0.com/oauth/device/code', tmp$ret$2, VOID, VOID, $completion);
76
+ var tmp = submitForm($this.r4f_1, 'https://zegreatrob.us.auth0.com/oauth/device/code', tmp$ret$2, VOID, VOID, $completion);
76
77
  if (tmp === get_COROUTINE_SUSPENDED())
77
78
  tmp = yield tmp;
78
79
  // Inline function 'io.ktor.client.call.body' call
@@ -102,6 +103,36 @@ function *_generator_getDeviceCodeRequest__d8frxq($this, audience, clientId, $co
102
103
  var result = tmp_5 instanceof DeviceCodeRequest() ? tmp_5 : THROW_CCE();
103
104
  return result;
104
105
  }
106
+ function *_generator_refreshAccess__9kzur9($this, refreshToken, audience, clientId, $completion) {
107
+ var tmp = submitForm($this.r4f_1, 'https://zegreatrob.us.auth0.com/oauth/token', parameters(KtorAuth0Client$refreshAccess$lambda(refreshToken, clientId, audience)), VOID, VOID, $completion);
108
+ if (tmp === get_COROUTINE_SUSPENDED())
109
+ tmp = yield tmp;
110
+ // Inline function 'io.ktor.client.call.body' call
111
+ var tmp_0 = tmp.k3e();
112
+ // Inline function 'io.ktor.util.reflect.typeInfo' call
113
+ var tmp_1 = getKClass(AccessResult());
114
+ // Inline function 'io.ktor.util.reflect.typeOfOrNull' call
115
+ var tmp_2;
116
+ try {
117
+ tmp_2 = createKType(getKClass(AccessResult()), arrayOf([]), false);
118
+ } catch ($p) {
119
+ var tmp_3;
120
+ if ($p instanceof Error) {
121
+ var _unused_var__etf5q3 = $p;
122
+ tmp_3 = null;
123
+ } else {
124
+ throw $p;
125
+ }
126
+ tmp_2 = tmp_3;
127
+ }
128
+ var tmp$ret$0 = tmp_2;
129
+ var tmp$ret$1 = new (TypeInfo())(tmp_1, tmp$ret$0);
130
+ var tmp_4 = tmp_0.h3e(tmp$ret$1, $completion);
131
+ if (tmp_4 === get_COROUTINE_SUSPENDED())
132
+ tmp_4 = yield tmp_4;
133
+ var tmp_5 = tmp_4;
134
+ return tmp_5 instanceof AccessResult() ? tmp_5 : THROW_CCE();
135
+ }
105
136
  function KtorAuth0Client$auth0HttpClient$lambda($this$HttpClient) {
106
137
  var tmp = get_ContentNegotiation();
107
138
  $this$HttpClient.v3d(tmp, KtorAuth0Client$auth0HttpClient$lambda$lambda);
@@ -120,22 +151,35 @@ function KtorAuth0Client$auth0HttpClient$lambda$lambda_0($this$Logging) {
120
151
  $this$Logging.d4d_1 = LogLevel_NONE_getInstance();
121
152
  return Unit_instance;
122
153
  }
154
+ function KtorAuth0Client$refreshAccess$lambda($refreshToken, $clientId, $audience) {
155
+ return ($this$parameters) => {
156
+ $this$parameters.t2k('grant_type', 'refresh_token');
157
+ $this$parameters.t2k('refresh_token', $refreshToken);
158
+ $this$parameters.t2k('client_id', $clientId);
159
+ $this$parameters.t2k('scope', 'email, offline_access');
160
+ $this$parameters.t2k('audience', $audience);
161
+ return Unit_instance;
162
+ };
163
+ }
123
164
  var KtorAuth0ClientClass;
124
165
  function KtorAuth0Client() {
125
166
  if (KtorAuth0ClientClass === VOID) {
126
167
  class $ {
127
168
  constructor() {
128
169
  var tmp = this;
129
- tmp.i4f_1 = HttpClient(KtorAuth0Client$auth0HttpClient$lambda);
170
+ tmp.r4f_1 = HttpClient(KtorAuth0Client$auth0HttpClient$lambda);
130
171
  }
131
- j4f(clientId, deviceCode, $completion) {
172
+ s4f(clientId, deviceCode, $completion) {
132
173
  return suspendOrReturn(/*#__NOINLINE__*/_generator_checkForResult__c5vdbe.bind(VOID, this, clientId, deviceCode), $completion);
133
174
  }
134
- k4f(audience, clientId, $completion) {
175
+ t4f(audience, clientId, $completion) {
135
176
  return suspendOrReturn(/*#__NOINLINE__*/_generator_getDeviceCodeRequest__d8frxq.bind(VOID, this, audience, clientId), $completion);
136
177
  }
178
+ u4f(refreshToken, audience, clientId, $completion) {
179
+ return suspendOrReturn(/*#__NOINLINE__*/_generator_refreshAccess__9kzur9.bind(VOID, this, refreshToken, audience, clientId), $completion);
180
+ }
137
181
  }
138
- initMetadataForClass($, 'KtorAuth0Client', KtorAuth0Client, VOID, VOID, [2]);
182
+ initMetadataForClass($, 'KtorAuth0Client', KtorAuth0Client, VOID, VOID, [2, 3]);
139
183
  KtorAuth0ClientClass = $;
140
184
  }
141
185
  return KtorAuth0ClientClass;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../libraries/auth0-management/src/commonMain/kotlin/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-http/common/src/io/ktor/http/Parameters.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/src/kotlin/util/Standard.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-client/ktor-client-core/common/src/io/ktor/client/call/HttpClientCall.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-utils/common/src/io/ktor/util/reflect/Type.kt"],"sourcesContent":[null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<generator-checkForResult>","clientId","deviceCode","$completion","<unused var>","<generator-getDeviceCodeRequest>","audience","result","KtorAuth0Client$auth0HttpClient$lambda","KtorAuth0Client$auth0HttpClient$lambda$lambda","KtorAuth0Client$auth0HttpClient$lambda$lambda$lambda","checkForResult","getDeviceCodeRequest"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;2CA0BYA,CAAA,K,EACJC,Q,EACAC,U,EAFIC,WAAAH,EAGJ;A;;;eCCI,mB;EDEA,WAAO,YAAP,EAAqB,8CAArB,C;EACA,WAAO,WAAP,EAAoB,QAApB,C;EACA,WAAO,aAAP,EAAsB,UAAtB,C;MCJ0C,YCyD3C,MDzDoC,M;MDDvB,iBAAhB,KAAgB,CAAhB,KAAgB,EACV,6CADU,EAEY,SAFZ,0B;;;;cGoIuC,S;;;;;EC9EN,I;;;;;UAKhDI,wB;cACL,I;;;;;;MACH,iB;MAtByF,oCAAlB,SAAkB,C;MD6FtB,kBAAa,SAAb,c;;;;EH7H5C,uCG6HuC,KH7HvC,c;AAAD,C;iDAEXC,CAAA,K,EAAyBC,Q,EAAkBL,Q,EAA3CE,WAAAE,EAAgF;A;;;eCRhF,mB;EDYI,WAAO,UAAP,EAAmB,QAAnB,C;EACA,WAAO,OAAP,EAAgB,uBAAhB,C;EACA,WAAO,WAAP,EAAoB,QAApB,C;MCdsC,YCyD3C,MDzDoC,M;MDSV,iBAAhB,KAAgB,CAAhB,KAAgB,EACnB,mDADmB,EAEG,SAFH,0B;;;;cG0H0B,S;;;;;EC9EN,I;;;;;UAKhDD,wB;cACL,I;;;;;;MACH,iB;MAtByF,oCAAlB,SAAkB,C;MD6FtB,kBAAa,SAAb,c;;;;MH1H5DG,gDG0HuD,KH1HvDA,c;EAQA,OAAO,M;AACX,C;+CAjCyCC,CAAA,gBAAAA,EAAA;A,YAC7B,wB;EAAR,0BAA4B,6CAA5B,C;EAOA,0BAAQ,+CAAR,C;EACJ,oB;AAAA,C;sDARgCC,CAAA,aAAAA,EAAA;A,EACxB,oBACI,WAAK,oDAAL,CADJ,C;EAKJ,oB;AAAA,C;6DAJaC,CAAA,UAAAA,EAAA;A,EACD,mBAAoB,I;EACxB,oB;AAAA,C;wDAGAD,CAAA,aAAAA,EAAA;A,EAAE,sBAAiB,2B;EAAK,oB;AAAA,C;;;;;;kBARN,I;QAAA,uBAAW,sCAAX,C;;SAWtBE,CACJV,Q,EACAC,U,EAFIC,WAAAQ,E;;O;SAYAC,CAAyBN,Q,EAAkBL,Q,EAA3CE,WAAAS,E;;O;;;;;;;;;;;"}
1
+ {"version":3,"sources":["../../../../../libraries/auth0-management/src/commonMain/kotlin/com/zegreatrob/coupling/auth0/management/KtorAuth0Client.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-http/common/src/io/ktor/http/Parameters.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-libraries-auth0-management/com/zegreatrob/coupling/auth0/management/src/kotlin/util/Standard.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-client/ktor-client-core/common/src/io/ktor/client/call/HttpClientCall.kt","../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-utils/common/src/io/ktor/util/reflect/Type.kt"],"sourcesContent":[null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<generator-checkForResult>","clientId","deviceCode","$completion","<unused var>","<generator-getDeviceCodeRequest>","audience","result","<generator-refreshAccess>","refreshToken","KtorAuth0Client$auth0HttpClient$lambda","KtorAuth0Client$auth0HttpClient$lambda$lambda","KtorAuth0Client$auth0HttpClient$lambda$lambda$lambda","KtorAuth0Client$refreshAccess$lambda","$refreshToken","$clientId","$audience","KtorAuth0Client$refreshAccess$lambda$lambda","checkForResult","getDeviceCodeRequest","refreshAccess"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;2CA2BYA,CAAA,K,EACJC,Q,EACAC,U,EAFIC,WAAAH,EAGJ;A;;;eCAI,mB;EDGA,WAAO,YAAP,EAAqB,8CAArB,C;EACA,WAAO,WAAP,EAAoB,QAApB,C;EACA,WAAO,aAAP,EAAsB,UAAtB,C;MCL0C,YCyD3C,MDzDoC,M;MDAvB,iBAAhB,KAAgB,CAAhB,KAAgB,EACV,6CADU,EAEY,SAFZ,0B;;;;cGmIuC,S;;;;;EC9EN,I;;;;;UAKhDI,wB;cACL,I;;;;;;MACH,iB;MAtByF,oCAAlB,SAAkB,C;MD6FtB,kBAAa,SAAb,c;;;;EH5H1C,yCG4HqC,KH5HrC,c;AAAD,C;iDAEbC,CAAA,K,EAAyBC,Q,EAAkBL,Q,EAA3CE,WAAAE,EAAgF;A;;;eCThF,mB;EDaI,WAAO,UAAP,EAAmB,QAAnB,C;EACA,WAAO,OAAP,EAAgB,uBAAhB,C;EACA,WAAO,WAAP,EAAoB,QAApB,C;MCfsC,YCyD3C,MDzDoC,M;MDUV,iBAAhB,KAAgB,CAAhB,KAAgB,EACnB,mDADmB,EAEG,SAFH,0B;;;;cGyH0B,S;;;;;EC9EN,I;;;;;UAKhDD,wB;cACL,I;;;;;;MACH,iB;MAtByF,oCAAlB,SAAkB,C;MD6FtB,kBAAa,SAAb,c;;;;MHzH5DG,gDGyHuD,KHzHvDA,c;EAQA,OAAO,M;AACX,C;0CAEQC,CAAA,K,EAAkBC,Y,EAAsBH,Q,EAAkBL,Q,EAA1DE,WAAAK,EAA4F;A,MAAgB,iBAAhB,KAAgB,CAAhB,KAAgB,EAC1G,6CAD0G,EAE/F,WAAW,sEAAX,CAF+F,0B;;;;cG8GzD,S;;;;;EC9EN,I;;;;;UAKhDJ,wB;cACL,I;;;;;;MACH,iB;MAtByF,oCAAlB,SAAkB,C;MD6FtB,kBAAa,SAAb,c;;;;EHrG1C,yCGqGqC,KHrGrC,c;AAAD,C;+CA5CoBM,CAAA,gBAAAA,EAAA;A,YAC7B,wB;EAAR,0BAA4B,6CAA5B,C;EAOA,0BAAQ,+CAAR,C;EACJ,oB;AAAA,C;sDARgCC,CAAA,aAAAA,EAAA;A,EACxB,oBACI,WAAK,oDAAL,CADJ,C;EAKJ,oB;AAAA,C;6DAJaC,CAAA,UAAAA,EAAA;A,EACD,mBAAoB,I;EACxB,oB;AAAA,C;wDAGAD,CAAA,aAAAA,EAAA;A,EAAE,sBAAiB,2B;EAAK,oB;AAAA,C;6CA6BJE,CAFNC,a,EAAwCC,S,EAAlBC,SAEhBH,E;SAAAI,CAAA,gBAAAA,KAAA;A,IACxB,qBAAK,YAAL,EAAqB,eAArB,C;IACA,qBAAK,eAAL,EAAwB,aAAxB,C;IACA,qBAAK,WAAL,EAAoB,SAApB,C;IACA,qBAAK,OAAL,EAAgB,uBAAhB,C;IACA,qBAAK,UAAL,EAAmB,SAAnB,C;IACJ,oB;EAAA,C;C;;;;;;kBA3C0B,I;QAAA,uBAAW,sCAAX,C;;SAWtBC,CACJjB,Q,EACAC,U,EAFIC,WAAAe,E;;O;SAYAC,CAAyBb,Q,EAAkBL,Q,EAA3CE,WAAAgB,E;;O;SAYAC,CAAkBX,Y,EAAsBH,Q,EAAkBL,Q,EAA1DE,WAAAiB,E;;O;;;;;;;;;;;"}
@@ -18,20 +18,20 @@ function PartyIdSerializer() {
18
18
  class $ {
19
19
  constructor() {
20
20
  PartyIdSerializer_instance = this;
21
- this.b52_1 = Companion_instance.b40();
22
- this.c52_1 = SerialDescriptor('com.zegreatrob.coupling.model.party.PartyId', this.b52_1.h1w());
21
+ this.c52_1 = Companion_instance.b40();
22
+ this.d52_1 = SerialDescriptor('com.zegreatrob.coupling.model.party.PartyId', this.c52_1.h1w());
23
23
  }
24
24
  h1w() {
25
- return this.c52_1;
25
+ return this.d52_1;
26
26
  }
27
- d52(encoder, value) {
28
- return this.b52_1.i1w(encoder, new (NotBlankString())(value.j51_1));
27
+ e52(encoder, value) {
28
+ return this.c52_1.i1w(encoder, new (NotBlankString())(value.k51_1));
29
29
  }
30
30
  i1w(encoder, value) {
31
- return this.d52(encoder, value instanceof PartyId() ? value : THROW_CCE());
31
+ return this.e52(encoder, value instanceof PartyId() ? value : THROW_CCE());
32
32
  }
33
33
  j1w(decoder) {
34
- return new (PartyId())(this.b52_1.j1w(decoder).y4y_1);
34
+ return new (PartyId())(this.c52_1.j1w(decoder).z4y_1);
35
35
  }
36
36
  }
37
37
  initMetadataForObject($, 'PartyIdSerializer', VOID, VOID, [KSerializer()]);
@@ -34,55 +34,55 @@ function ContributionInput() {
34
34
  cycleTime = cycleTime === VOID ? null : cycleTime;
35
35
  commitCount = commitCount === VOID ? null : commitCount;
36
36
  name = name === VOID ? null : name;
37
- this.f4z_1 = contributionId;
38
- this.g4z_1 = participantEmails;
39
- this.h4z_1 = hash;
40
- this.i4z_1 = dateTime;
41
- this.j4z_1 = ease;
42
- this.k4z_1 = story;
43
- this.l4z_1 = link;
44
- this.m4z_1 = semver;
45
- this.n4z_1 = label;
46
- this.o4z_1 = firstCommit;
47
- this.p4z_1 = firstCommitDateTime;
48
- this.q4z_1 = integrationDateTime;
49
- this.r4z_1 = cycleTime;
50
- this.s4z_1 = commitCount;
51
- this.t4z_1 = name;
37
+ this.g4z_1 = contributionId;
38
+ this.h4z_1 = participantEmails;
39
+ this.i4z_1 = hash;
40
+ this.j4z_1 = dateTime;
41
+ this.k4z_1 = ease;
42
+ this.l4z_1 = story;
43
+ this.m4z_1 = link;
44
+ this.n4z_1 = semver;
45
+ this.o4z_1 = label;
46
+ this.p4z_1 = firstCommit;
47
+ this.q4z_1 = firstCommitDateTime;
48
+ this.r4z_1 = integrationDateTime;
49
+ this.s4z_1 = cycleTime;
50
+ this.t4z_1 = commitCount;
51
+ this.u4z_1 = name;
52
52
  }
53
53
  toString() {
54
- var tmp = this.f4z_1.toString();
55
- var tmp_0 = toString(this.g4z_1);
56
- var tmp_1 = toString_0(this.i4z_1);
57
- var tmp_2 = toString_0(this.p4z_1);
58
- var tmp_3 = toString_0(this.q4z_1);
59
- var tmp_4 = this.r4z_1;
60
- return 'ContributionInput(contributionId=' + tmp + ', participantEmails=' + tmp_0 + ', hash=' + this.h4z_1 + ', dateTime=' + tmp_1 + ', ease=' + this.j4z_1 + ', story=' + this.k4z_1 + ', link=' + this.l4z_1 + ', semver=' + this.m4z_1 + ', label=' + this.n4z_1 + ', firstCommit=' + this.o4z_1 + ', firstCommitDateTime=' + tmp_2 + ', integrationDateTime=' + tmp_3 + ', cycleTime=' + toString_0(tmp_4 == null ? null : new (Duration())(tmp_4)) + ', commitCount=' + this.s4z_1 + ', name=' + this.t4z_1 + ')';
54
+ var tmp = this.g4z_1.toString();
55
+ var tmp_0 = toString(this.h4z_1);
56
+ var tmp_1 = toString_0(this.j4z_1);
57
+ var tmp_2 = toString_0(this.q4z_1);
58
+ var tmp_3 = toString_0(this.r4z_1);
59
+ var tmp_4 = this.s4z_1;
60
+ return 'ContributionInput(contributionId=' + tmp + ', participantEmails=' + tmp_0 + ', hash=' + this.i4z_1 + ', dateTime=' + tmp_1 + ', ease=' + this.k4z_1 + ', story=' + this.l4z_1 + ', link=' + this.m4z_1 + ', semver=' + this.n4z_1 + ', label=' + this.o4z_1 + ', firstCommit=' + this.p4z_1 + ', firstCommitDateTime=' + tmp_2 + ', integrationDateTime=' + tmp_3 + ', cycleTime=' + toString_0(tmp_4 == null ? null : new (Duration())(tmp_4)) + ', commitCount=' + this.t4z_1 + ', name=' + this.u4z_1 + ')';
61
61
  }
62
62
  hashCode() {
63
- var result = this.f4z_1.hashCode();
64
- result = imul(result, 31) + hashCode(this.g4z_1) | 0;
65
- result = imul(result, 31) + (this.h4z_1 == null ? 0 : getStringHashCode(this.h4z_1)) | 0;
66
- result = imul(result, 31) + (this.i4z_1 == null ? 0 : this.i4z_1.hashCode()) | 0;
67
- result = imul(result, 31) + (this.j4z_1 == null ? 0 : this.j4z_1) | 0;
68
- result = imul(result, 31) + (this.k4z_1 == null ? 0 : getStringHashCode(this.k4z_1)) | 0;
63
+ var result = this.g4z_1.hashCode();
64
+ result = imul(result, 31) + hashCode(this.h4z_1) | 0;
65
+ result = imul(result, 31) + (this.i4z_1 == null ? 0 : getStringHashCode(this.i4z_1)) | 0;
66
+ result = imul(result, 31) + (this.j4z_1 == null ? 0 : this.j4z_1.hashCode()) | 0;
67
+ result = imul(result, 31) + (this.k4z_1 == null ? 0 : this.k4z_1) | 0;
69
68
  result = imul(result, 31) + (this.l4z_1 == null ? 0 : getStringHashCode(this.l4z_1)) | 0;
70
69
  result = imul(result, 31) + (this.m4z_1 == null ? 0 : getStringHashCode(this.m4z_1)) | 0;
71
70
  result = imul(result, 31) + (this.n4z_1 == null ? 0 : getStringHashCode(this.n4z_1)) | 0;
72
71
  result = imul(result, 31) + (this.o4z_1 == null ? 0 : getStringHashCode(this.o4z_1)) | 0;
73
- result = imul(result, 31) + (this.p4z_1 == null ? 0 : this.p4z_1.hashCode()) | 0;
72
+ result = imul(result, 31) + (this.p4z_1 == null ? 0 : getStringHashCode(this.p4z_1)) | 0;
74
73
  result = imul(result, 31) + (this.q4z_1 == null ? 0 : this.q4z_1.hashCode()) | 0;
74
+ result = imul(result, 31) + (this.r4z_1 == null ? 0 : this.r4z_1.hashCode()) | 0;
75
75
  var tmp = imul(result, 31);
76
76
  var tmp_0;
77
- var tmp_1 = this.r4z_1;
77
+ var tmp_1 = this.s4z_1;
78
78
  if ((tmp_1 == null ? null : new (Duration())(tmp_1)) == null) {
79
79
  tmp_0 = 0;
80
80
  } else {
81
- tmp_0 = Duration__hashCode_impl_u4exz6(this.r4z_1);
81
+ tmp_0 = Duration__hashCode_impl_u4exz6(this.s4z_1);
82
82
  }
83
83
  result = tmp + tmp_0 | 0;
84
- result = imul(result, 31) + (this.s4z_1 == null ? 0 : this.s4z_1) | 0;
85
- result = imul(result, 31) + (this.t4z_1 == null ? 0 : getStringHashCode(this.t4z_1)) | 0;
84
+ result = imul(result, 31) + (this.t4z_1 == null ? 0 : this.t4z_1) | 0;
85
+ result = imul(result, 31) + (this.u4z_1 == null ? 0 : getStringHashCode(this.u4z_1)) | 0;
86
86
  return result;
87
87
  }
88
88
  equals(other) {
@@ -90,15 +90,13 @@ function ContributionInput() {
90
90
  return true;
91
91
  if (!(other instanceof ContributionInput()))
92
92
  return false;
93
- if (!this.f4z_1.equals(other.f4z_1))
93
+ if (!this.g4z_1.equals(other.g4z_1))
94
94
  return false;
95
- if (!equals(this.g4z_1, other.g4z_1))
95
+ if (!equals(this.h4z_1, other.h4z_1))
96
96
  return false;
97
- if (!(this.h4z_1 == other.h4z_1))
97
+ if (!(this.i4z_1 == other.i4z_1))
98
98
  return false;
99
- if (!equals(this.i4z_1, other.i4z_1))
100
- return false;
101
- if (!(this.j4z_1 == other.j4z_1))
99
+ if (!equals(this.j4z_1, other.j4z_1))
102
100
  return false;
103
101
  if (!(this.k4z_1 == other.k4z_1))
104
102
  return false;
@@ -110,19 +108,21 @@ function ContributionInput() {
110
108
  return false;
111
109
  if (!(this.o4z_1 == other.o4z_1))
112
110
  return false;
113
- if (!equals(this.p4z_1, other.p4z_1))
111
+ if (!(this.p4z_1 == other.p4z_1))
114
112
  return false;
115
113
  if (!equals(this.q4z_1, other.q4z_1))
116
114
  return false;
117
- var tmp = this.r4z_1;
115
+ if (!equals(this.r4z_1, other.r4z_1))
116
+ return false;
117
+ var tmp = this.s4z_1;
118
118
  var tmp_0 = tmp == null ? null : new (Duration())(tmp);
119
- var tmp_1 = other.r4z_1;
119
+ var tmp_1 = other.s4z_1;
120
120
  if (!equals(tmp_0, tmp_1 == null ? null : new (Duration())(tmp_1)))
121
121
  return false;
122
- if (!(this.s4z_1 == other.s4z_1))
123
- return false;
124
122
  if (!(this.t4z_1 == other.t4z_1))
125
123
  return false;
124
+ if (!(this.u4z_1 == other.u4z_1))
125
+ return false;
126
126
  return true;
127
127
  }
128
128
  }