@continuous-excellence/coupling-cli 1.1.418 → 1.1.419
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.
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +7 -6
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +55 -99
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +5 -5
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +29 -29
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
2
|
-
import {
|
|
2
|
+
import { asyncz02dsa2nb2zt as async } from '../../../../../kotlinx-coroutines-core/kotlinx/coroutines/Builders.common.mjs';
|
|
3
3
|
import { Companion_getInstance3p7529cu4pihk as Companion_getInstance } from './Auth0Environment.mjs';
|
|
4
4
|
import { getAccessToken3ewjdaz56mx7j as getAccessToken } from './Main.mjs';
|
|
5
5
|
import { defaultClient32xevb6g4ofep as defaultClient } from '../../../../../Coupling-sdk/com/zegreatrob/coupling/sdk/KtorSyntax.mjs';
|
|
@@ -27,7 +27,7 @@ function withSdk(scope, env, echo, cannon, doWork) {
|
|
|
27
27
|
tmp = null;
|
|
28
28
|
} else {
|
|
29
29
|
// Inline function 'kotlin.let' call
|
|
30
|
-
tmp =
|
|
30
|
+
tmp = async(scope, VOID, VOID, withSdk$slambda_0(doWork, tmp1_safe_receiver));
|
|
31
31
|
}
|
|
32
32
|
return tmp;
|
|
33
33
|
}
|
|
@@ -54,7 +54,7 @@ function actionCannon(accessToken, environment) {
|
|
|
54
54
|
function audienceHost(_this__u8e3s4) {
|
|
55
55
|
return 'https://' + getHost(_this__u8e3s4.p6m_1);
|
|
56
56
|
}
|
|
57
|
-
function *_generator_invoke__zhh2q8($this, $this$
|
|
57
|
+
function *_generator_invoke__zhh2q8($this, $this$async, $completion) {
|
|
58
58
|
var tmp = $this.z6n_1($this.a6o_1, $completion);
|
|
59
59
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
60
60
|
tmp = yield tmp;
|
|
@@ -68,8 +68,8 @@ function withSdk$slambda() {
|
|
|
68
68
|
this.z6n_1 = $doWork;
|
|
69
69
|
this.a6o_1 = $it;
|
|
70
70
|
}
|
|
71
|
-
a1h($this$
|
|
72
|
-
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, $this$
|
|
71
|
+
a1h($this$async, $completion) {
|
|
72
|
+
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, $this$async), $completion);
|
|
73
73
|
}
|
|
74
74
|
de(p1, $completion) {
|
|
75
75
|
return this.a1h((!(p1 == null) ? isInterface(p1, CoroutineScope()) : false) ? p1 : THROW_CCE(), $completion);
|
|
@@ -82,7 +82,7 @@ function withSdk$slambda() {
|
|
|
82
82
|
}
|
|
83
83
|
function withSdk$slambda_0($doWork, $it) {
|
|
84
84
|
var i = new (withSdk$slambda())($doWork, $it);
|
|
85
|
-
var l = ($this$
|
|
85
|
+
var l = ($this$async, $completion) => i.a1h($this$async, $completion);
|
|
86
86
|
l.$arity = 1;
|
|
87
87
|
return l;
|
|
88
88
|
}
|
|
@@ -120,6 +120,7 @@ function actionCannon$lambda$lambda($this$install) {
|
|
|
120
120
|
}
|
|
121
121
|
//region block: exports
|
|
122
122
|
export {
|
|
123
|
+
loadSdk as loadSdkeuvn99af68rz,
|
|
123
124
|
withSdk as withSdk2z91d0wg9s3or,
|
|
124
125
|
};
|
|
125
126
|
//endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/WithSdk.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["withSdk","scope","env","echo","cannon","doWork","loadSdk","environment","accessToken","actionCannon","sdk","audienceHost","<this>","<generator-invoke>","$completion","$doWork","invoke","withSdk$slambda","withSdk$slambda$lambda","$accessToken","actionCannon$slambda","actionCannon$slambda$lambda","actionCannon$lambda","actionCannon$lambda$lambda"],"mappings":";;;;;;;;;;;;;;;;;;;;;gBAYAA,CACIC,K,EACAC,G,EACAC,I,EACAC,M,EACAC,MALJL,EAMI;A,6BAF+C,I;MAE9C,sCAAU,QAAQ,GAAR,EAAa,IAAb,CAAV,S;;EACC,+B;UAAA,I;;;UAAY,
|
|
1
|
+
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/WithSdk.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["withSdk","scope","env","echo","cannon","doWork","loadSdk","environment","accessToken","actionCannon","sdk","audienceHost","<this>","<generator-invoke>","$completion","$doWork","invoke","withSdk$slambda","withSdk$slambda$lambda","$accessToken","actionCannon$slambda","actionCannon$slambda$lambda","actionCannon$lambda","actionCannon$lambda$lambda"],"mappings":";;;;;;;;;;;;;;;;;;;;;gBAYAA,CACIC,K,EACAC,G,EACAC,I,EACAC,M,EACAC,MALJL,EAMI;A,6BAF+C,I;MAE9C,sCAAU,QAAQ,GAAR,EAAa,IAAb,CAAV,S;;EACC,+B;UAAA,I;;;UAAY,MAAN,KAAM,cAAM,0BADnB,kBACmB,CAAN,C;;EAAsB,U;AAAD,C;gBAEvCM,CACIJ,G,EACAC,IAFJG,EAGwC;A,MACpCC,cAAkB,wBAAiB,KAAjB,IAAqB,GAArB,C;EACd,qBAAe,IAAf,E,CAAqB;A,QACrBC,cAAkB,gB;IACd,mBAAe,IAAf,C,CAAqB;A,MACrB,KAAK,kCAAL,C;IACJ,C,MAAO;A,MACH,OAAO,aAAa,WAAb,EAA0B,WAA1B,C;IACX,C;EACJ,C,MAAO;A,IACH,KAAK,wBAAL,C;EACJ,C;EACA,OAAO,I;AACX,C;qBAEQC,CACJD,W,EACAD,WAFIE,EAG+B;A,YAEd,mC;cACJ,cAA0B,aAAZ,WAAY,CAA1B,C;MAFjBC,MAA+C,iBAEY,UAAO,mBAAP,CAFZ,4BAQb,8BARa,E;EAU/C,OAAO,G;AACX,C;qBAEQC,CAAIC,aAAJD,EAAsC;A,EAA8B,OAA7B,UAA6B,GAAnB,QAAQ,aAAR,CAAQ,KAAR,C;AAAkB,C;mCArCnDE,CAAA,K,EAAA,W,EAAAC,WAAAD,EAAE;A,MAAA,kBAAO,KAAP,CAAO,KAAP,c;;;EAAS,oB;AAAA,C;;;;;kBCF0BE,O;;;;SAM1DC,CAAA,W,EAAAF,WAAAE,E;;O;SAvBH,E,EAAAF,W;;;;;;;;;0BDmBwBG,CAFpBF,O,KAEoBE,E;;UAAAC,CAAA,W,EAAAJ,WAAAI,oC;;;C;;;;;kBAqBpBC,Y;;;QAIqBH,CAAAF,WAAAE,EAAE;A,QAAW,OAAX,IAAW,CAAX,K;MAAU,C;;;;;;;+BAAZI,CAJrBD,YAIqBC,E;;UAAAC,CAAAP,WAAAO,sB;;;C;4BAC6CC,CAAA,YAAAA,EAAA;A,YAClD,sB;EAAR,sBAA0B,0BAA1B,C;EAIJ,oB;AAAA,C;mCAJ8BC,CAAA,aAAAA,EAAA;A,EACtB,kBAAiC,CAAjC,C;EACA,mB;EACJ,oB;AAAA,C;;;;;"}
|
|
@@ -169,7 +169,7 @@ function PartyContext() {
|
|
|
169
169
|
return PartyContextClass;
|
|
170
170
|
}
|
|
171
171
|
function party(scope, cannon) {
|
|
172
|
-
return subcommands(subcommands(subcommands(new (Party())(), [new (PartyList())()]), [new (PartyDetails())(
|
|
172
|
+
return subcommands(subcommands(subcommands(new (Party())(), [new (PartyList())()]), [new (PartyDetails())(cannon)]), [subcommands(subcommands(new (Contribution())(), [new (SaveContribution())(VOID, VOID, System_instance)]), [new (BatchContribution())()])]);
|
|
173
173
|
}
|
|
174
174
|
//region block: exports
|
|
175
175
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/Party.kt","../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/core/Context.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/collections/Maps.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-partyId>","<get-env>","Party$run$lambda","Party$run$lambda$lambda","run","$completion","partyId","env","result","party","scope","cannon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAaYA,CAAA,KAAAA,EAAe;A;EAAA,iH;AAAO,C;yBACtBC,CAAA,KAAAA,EAAW;A;EAAA,yG;AAA6B,C;;iBADzB,wB;;;iBAAA,wB;;;iBACJ,oB;;;iBAAA,oB;;
|
|
1
|
+
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/Party.kt","../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/core/Context.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/collections/Maps.kt","../../../../../cli/build/compileSync/js/main/productionExecutable/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/src/kotlin/util/Standard.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-partyId>","<get-env>","Party$run$lambda","Party$run$lambda$lambda","run","$completion","partyId","env","result","party","scope","cannon"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAaYA,CAAA,KAAAA,EAAe;A;EAAA,iH;AAAO,C;yBACtBC,CAAA,KAAAA,EAAW;A;EAAA,yG;AAA6B,C;;iBADzB,wB;;;iBAAA,wB;;;iBACJ,oB;;;iBAAA,oB;;yBAkB+8IC,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,kCAAlB,GAAkB,O;EAAC,C;C;2BAArBD,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,uCAAlB,GAAkB,O;EAAC,C;C;;;;;;;kBAnBh+I,I;oBAAA,gB;;QAAA,gH;oBACJ,I;oBAAS,UAAT,gBAAS,EAAQ,YAAR,C;;QAAT,0G;;SACFC,CAAAC,WAAAD,EAAU;A,YACT,+C;;QAAS,+B;gBAAA,I;;;gBAAI,UAAb,kBAAa,C;;YAAJ,wB;;QACjB,+B;kBAAA,I;;;;uBAAO,U;;sBCoIN,iBAQA,MARA,C;cAQA,iBARqD,YAAlC,kBAAW,iBDpIgB,SCoIhB,CAAX,CAAkC,C;;UAQrD,2B;;;YAAyC,MC2GpD,CD3GoD,KC2GpD,IFvPyD,SEuPzD,EFxPkB,kBEwPlB,C;oBFxPkB,kB;;oBC6IP,c;;kBD7IO,kB;;YAAdE,e;;qBAEA,U;kBCwIc,gB;;oBALP,iBAQA,MARA,C;YAQA,mBARqD,YAAlC,kBAAW,mBAQnB,GARmB,CAAX,CAAkC,C;;QAQrD,6B;;4CD3IuC,O,EAAS,sB;;UC2IP,MC2GpD,CD3GoD,KC2GpD,ID3GyD,GC2GzD,EClKM,MDkKN,C;kBCjKO,M;;kBFsDI,gB;;QD1IX,oB;MAAA,C;;;;;;;;;;;kBAGoBA,O,EAAuBC,G;QAAvB,oB;QAAuB,gB;;iBAtB/C;A,QAAA,mF;MAAA,C;iBAAA;A,YAAAC,uD;QAAA,6D;QAAA,a;MAAA,C;oBAAA;A,QAAA,mB;UAAA,W;QAAA,uC;UAAA,Y;QAAA,qC;UAAA,Y;QAAA,kC;UAAA,Y;QAAA,W;MAAA,C;;;;;;;cAwBAC,CAAUC,K,EAAuBC,MAAjCF,EAAyG;A,EAOpG,OAJA,YADA,YADA,6BAAY,qBAAZ,CACA,EAAY,sBAAa,MAAb,EAAZ,CACA,EAGQ,aADA,oCAAY,uDAAZ,CACA,EAAY,6BAAZ,EAHR,C;AAID,C;;;;;"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
+
import { KProperty1ca4yb4wlo496 as KProperty1 } from '../../../../../../kotlin-kotlin-stdlib/kotlin/reflect/KPropertyJs.mjs';
|
|
2
|
+
import { getPropertyCallableRef3hckxc0xueiaj as getPropertyCallableRef } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs';
|
|
3
|
+
import { loadSdkeuvn99af68rz as loadSdk } from '../WithSdk.mjs';
|
|
1
4
|
import { PartyDetailsQuery1ma7sq80in4hi as PartyDetailsQuery } from '../../../../../../Coupling-sdk/com/zegreatrob/coupling/sdk/schema/PartyDetailsQuery.mjs';
|
|
2
5
|
import { GqlQueryfz0vfezppkdu as GqlQuery } from '../../../../../../Coupling-sdk/com/zegreatrob/coupling/sdk/gql/GqlQuery.mjs';
|
|
3
6
|
import { get_COROUTINE_SUSPENDED3ujt3p13qm4iy as get_COROUTINE_SUSPENDED } from '../../../../../../kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/Intrinsics.mjs';
|
|
4
|
-
import {
|
|
7
|
+
import { toDomain13ri9vnrcp4hq as toDomain } from '../../../../../../Coupling-sdk/com/zegreatrob/coupling/sdk/mapper/PartyDetailsMapper.mjs';
|
|
8
|
+
import { CliktError136b5l5psfi1n as CliktError } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs';
|
|
9
|
+
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
5
10
|
import { Unit_instance28fytmsmm6r23 as Unit_instance } from '../../../../../../kotlin-kotlin-stdlib/kotlin/Unit.mjs';
|
|
6
|
-
import { KProperty1ca4yb4wlo496 as KProperty1 } from '../../../../../../kotlin-kotlin-stdlib/kotlin/reflect/KPropertyJs.mjs';
|
|
7
|
-
import { getPropertyCallableRef3hckxc0xueiaj as getPropertyCallableRef } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/reflectRuntime.mjs';
|
|
8
|
-
import { withSdk2z91d0wg9s3or as withSdk } from '../WithSdk.mjs';
|
|
9
11
|
import {
|
|
10
12
|
equals2au1ep9vhcato as equals,
|
|
11
13
|
hashCodeq5arwsb9dgti as hashCode,
|
|
@@ -13,85 +15,65 @@ import {
|
|
|
13
15
|
import { FunctionAdapter3lcrrz3moet5b as FunctionAdapter } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/FunctionAdapter.mjs';
|
|
14
16
|
import { isInterface3d6p8outrmvmk as isInterface } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/typeCheckUtils.mjs';
|
|
15
17
|
import { ReadOnlyPropertyhimsujm8ri3k as ReadOnlyProperty } from '../../../../../../kotlin-kotlin-stdlib/kotlin/properties/Interfaces.mjs';
|
|
16
|
-
import {
|
|
17
|
-
initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
|
|
18
|
-
initMetadataForLambda3af3he42mmnh as initMetadataForLambda,
|
|
19
|
-
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
20
|
-
import { VOID3gxj6tk5isa35 as VOID } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/void.mjs';
|
|
18
|
+
import { initMetadataForClassbxx6q50dy2s7 as initMetadataForClass } from '../../../../../../kotlin-kotlin-stdlib/kotlin/js/metadataUtils.mjs';
|
|
21
19
|
import { PartyContext2sgu0y2mnzw1k as PartyContext } from './Party.mjs';
|
|
22
20
|
import { selfAndAncestors2dend8wm8aud9 as selfAndAncestors } from '../../../../../../clikt-clikt/com/github/ajalt/clikt/core/Context.mjs';
|
|
23
21
|
import {
|
|
24
22
|
mapNotNull3b8ce5hky4k2l as mapNotNull,
|
|
25
23
|
firstOrNull175qkyx53x0vd as firstOrNull,
|
|
26
24
|
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/sequences/_Sequences.mjs';
|
|
27
|
-
import {
|
|
28
|
-
ensureNotNull1e947j3ixpazm as ensureNotNull,
|
|
29
|
-
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
30
|
-
} from '../../../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
25
|
+
import { ensureNotNull1e947j3ixpazm as ensureNotNull } from '../../../../../../kotlin-kotlin-stdlib/kotlin/hacks.mjs';
|
|
31
26
|
import { PartyId30onj62xl01at as PartyId } from '../../../../../../Coupling-libraries-model/com/zegreatrob/coupling/model/party/PartyId.mjs';
|
|
32
|
-
import { suspendOrReturn49pspzlx5djv as suspendOrReturn } from '../../../../../../kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs';
|
|
33
|
-
import { ActionCannon17qqlawtblrps as ActionCannon } from '../../../../../../testmints-action-async/com/zegreatrob/testmints/action/ActionCannon.mjs';
|
|
34
27
|
import { SuspendingCliktCommand1zyftwh5k9ke9 as SuspendingCliktCommand } from '../../../../../../clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs';
|
|
28
|
+
import { suspendOrReturn49pspzlx5djv as suspendOrReturn } from '../../../../../../kotlin-kotlin-stdlib/kotlin/coroutines/intrinsics/IntrinsicsJs.mjs';
|
|
35
29
|
//region block: imports
|
|
36
30
|
//endregion
|
|
37
31
|
//region block: pre-declaration
|
|
38
32
|
//endregion
|
|
39
|
-
function *_generator_invoke__zhh2q8($this, it, $completion) {
|
|
40
|
-
var tmp = it.m4y(new (GqlQuery())(new (PartyDetailsQuery())(_get_partyId__g79dgw($this.o6q_1))), $completion);
|
|
41
|
-
if (tmp === get_COROUTINE_SUSPENDED())
|
|
42
|
-
tmp = yield tmp;
|
|
43
|
-
var data = tmp;
|
|
44
|
-
var tmp1_safe_receiver = data == null ? null : data.v5c_1;
|
|
45
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.x5c_1;
|
|
46
|
-
$this.o6q_1.q5h('Party ID: ' + toString(tmp2_safe_receiver == null ? null : tmp2_safe_receiver.s5d_1));
|
|
47
|
-
var tmp4_safe_receiver = data == null ? null : data.v5c_1;
|
|
48
|
-
var tmp5_safe_receiver = tmp4_safe_receiver == null ? null : tmp4_safe_receiver.x5c_1;
|
|
49
|
-
$this.o6q_1.q5h('Name: ' + (tmp5_safe_receiver == null ? null : tmp5_safe_receiver.t5d_1));
|
|
50
|
-
var tmp7_safe_receiver = data == null ? null : data.v5c_1;
|
|
51
|
-
var tmp8_safe_receiver = tmp7_safe_receiver == null ? null : tmp7_safe_receiver.x5c_1;
|
|
52
|
-
$this.o6q_1.q5h('Email: ' + (tmp8_safe_receiver == null ? null : tmp8_safe_receiver.u5d_1));
|
|
53
|
-
var tmp10_safe_receiver = data == null ? null : data.v5c_1;
|
|
54
|
-
var tmp11_safe_receiver = tmp10_safe_receiver == null ? null : tmp10_safe_receiver.x5c_1;
|
|
55
|
-
$this.o6q_1.q5h('PairingRule: ' + (tmp11_safe_receiver == null ? null : tmp11_safe_receiver.v5d_1));
|
|
56
|
-
var tmp13_safe_receiver = data == null ? null : data.v5c_1;
|
|
57
|
-
var tmp14_safe_receiver = tmp13_safe_receiver == null ? null : tmp13_safe_receiver.x5c_1;
|
|
58
|
-
$this.o6q_1.q5h('BadgesEnabled: ' + (tmp14_safe_receiver == null ? null : tmp14_safe_receiver.w5d_1));
|
|
59
|
-
var tmp16_safe_receiver = data == null ? null : data.v5c_1;
|
|
60
|
-
var tmp17_safe_receiver = tmp16_safe_receiver == null ? null : tmp16_safe_receiver.x5c_1;
|
|
61
|
-
$this.o6q_1.q5h('DefaultBadgeName: ' + (tmp17_safe_receiver == null ? null : tmp17_safe_receiver.x5d_1));
|
|
62
|
-
var tmp19_safe_receiver = data == null ? null : data.v5c_1;
|
|
63
|
-
var tmp20_safe_receiver = tmp19_safe_receiver == null ? null : tmp19_safe_receiver.x5c_1;
|
|
64
|
-
$this.o6q_1.q5h('AlternateBadgeName: ' + (tmp20_safe_receiver == null ? null : tmp20_safe_receiver.y5d_1));
|
|
65
|
-
var tmp22_safe_receiver = data == null ? null : data.v5c_1;
|
|
66
|
-
var tmp23_safe_receiver = tmp22_safe_receiver == null ? null : tmp22_safe_receiver.x5c_1;
|
|
67
|
-
$this.o6q_1.q5h('CallSignsEnabled: ' + (tmp23_safe_receiver == null ? null : tmp23_safe_receiver.z5d_1));
|
|
68
|
-
var tmp25_safe_receiver = data == null ? null : data.v5c_1;
|
|
69
|
-
var tmp26_safe_receiver = tmp25_safe_receiver == null ? null : tmp25_safe_receiver.x5c_1;
|
|
70
|
-
$this.o6q_1.q5h('AnimationsEnabled: ' + (tmp26_safe_receiver == null ? null : tmp26_safe_receiver.a5e_1));
|
|
71
|
-
var tmp28_safe_receiver = data == null ? null : data.v5c_1;
|
|
72
|
-
var tmp29_safe_receiver = tmp28_safe_receiver == null ? null : tmp28_safe_receiver.x5c_1;
|
|
73
|
-
$this.o6q_1.q5h('AnimationSpeed: ' + (tmp29_safe_receiver == null ? null : tmp29_safe_receiver.b5e_1));
|
|
74
|
-
return Unit_instance;
|
|
75
|
-
}
|
|
76
33
|
function _get_context__ps0bpe($this) {
|
|
77
34
|
var tmp = KProperty1();
|
|
78
|
-
return $this.
|
|
35
|
+
return $this.e6r_1.fp($this, getPropertyCallableRef('context', 1, tmp, PartyDetails$_get_context_$ref_q6kw5z(), null));
|
|
79
36
|
}
|
|
80
37
|
function _get_partyId__g79dgw($this) {
|
|
81
38
|
var tmp = KProperty1();
|
|
82
|
-
return $this.
|
|
39
|
+
return $this.f6r_1.fp($this, getPropertyCallableRef('partyId', 1, tmp, PartyDetails$_get_partyId_$ref_gt5zd(), null));
|
|
83
40
|
}
|
|
84
41
|
function *_generator_run__cb7u2f($this, $completion) {
|
|
85
|
-
var
|
|
86
|
-
var
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
else {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
42
|
+
var tmp0_elvis_lhs = $this.d6r_1;
|
|
43
|
+
var tmp;
|
|
44
|
+
if (tmp0_elvis_lhs == null) {
|
|
45
|
+
var tmp_0 = _get_context__ps0bpe($this).n6q_1;
|
|
46
|
+
tmp = loadSdk(tmp_0, PartyDetails$echo$ref($this));
|
|
47
|
+
} else {
|
|
48
|
+
tmp = tmp0_elvis_lhs;
|
|
49
|
+
}
|
|
50
|
+
var actionCannon = tmp;
|
|
51
|
+
var tmp_1;
|
|
52
|
+
if (actionCannon == null) {
|
|
53
|
+
tmp_1 = null;
|
|
54
|
+
} else {
|
|
55
|
+
var tmp_2 = actionCannon.m4y(new (GqlQuery())(new (PartyDetailsQuery())(_get_partyId__g79dgw($this))), $completion);
|
|
56
|
+
if (tmp_2 === get_COROUTINE_SUSPENDED())
|
|
57
|
+
tmp_2 = yield tmp_2;
|
|
58
|
+
tmp_1 = tmp_2;
|
|
59
|
+
}
|
|
60
|
+
var tmp2_safe_receiver = tmp_1;
|
|
61
|
+
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.v5c_1;
|
|
62
|
+
var tmp4_safe_receiver = tmp3_safe_receiver == null ? null : tmp3_safe_receiver.x5c_1;
|
|
63
|
+
var partyDetails = tmp4_safe_receiver == null ? null : toDomain(tmp4_safe_receiver);
|
|
64
|
+
if (partyDetails == null) {
|
|
65
|
+
throw CliktError().t5l('Party not found.', VOID, VOID, true);
|
|
94
66
|
}
|
|
67
|
+
$this.q5h('Party ID: ' + partyDetails.n4w_1.toString());
|
|
68
|
+
$this.q5h('Name: ' + partyDetails.t4w_1);
|
|
69
|
+
$this.q5h('Email: ' + partyDetails.s4w_1);
|
|
70
|
+
$this.q5h('PairingRule: ' + partyDetails.o4w_1.toString());
|
|
71
|
+
$this.q5h('BadgesEnabled: ' + partyDetails.p4w_1);
|
|
72
|
+
$this.q5h('DefaultBadgeName: ' + partyDetails.q4w_1);
|
|
73
|
+
$this.q5h('AlternateBadgeName: ' + partyDetails.r4w_1);
|
|
74
|
+
$this.q5h('CallSignsEnabled: ' + partyDetails.u4w_1);
|
|
75
|
+
$this.q5h('AnimationEnabled: ' + partyDetails.v4w_1);
|
|
76
|
+
$this.q5h('AnimationSpeed: ' + partyDetails.w4w_1);
|
|
95
77
|
return Unit_instance;
|
|
96
78
|
}
|
|
97
79
|
var sam$kotlin_properties_ReadOnlyProperty$0Class;
|
|
@@ -99,13 +81,13 @@ function sam$kotlin_properties_ReadOnlyProperty$0() {
|
|
|
99
81
|
if (sam$kotlin_properties_ReadOnlyProperty$0Class === VOID) {
|
|
100
82
|
class $ {
|
|
101
83
|
constructor(function_0) {
|
|
102
|
-
this.
|
|
84
|
+
this.g6r_1 = function_0;
|
|
103
85
|
}
|
|
104
86
|
fp(thisRef, property) {
|
|
105
|
-
return this.
|
|
87
|
+
return this.g6r_1(thisRef, property);
|
|
106
88
|
}
|
|
107
89
|
h5() {
|
|
108
|
-
return this.
|
|
90
|
+
return this.g6r_1;
|
|
109
91
|
}
|
|
110
92
|
equals(other) {
|
|
111
93
|
var tmp;
|
|
@@ -136,13 +118,13 @@ function sam$kotlin_properties_ReadOnlyProperty$0_0() {
|
|
|
136
118
|
if (sam$kotlin_properties_ReadOnlyProperty$0Class_0 === VOID) {
|
|
137
119
|
class $ {
|
|
138
120
|
constructor(function_0) {
|
|
139
|
-
this.
|
|
121
|
+
this.h6r_1 = function_0;
|
|
140
122
|
}
|
|
141
123
|
fp(thisRef, property) {
|
|
142
|
-
return this.
|
|
124
|
+
return this.h6r_1(thisRef, property);
|
|
143
125
|
}
|
|
144
126
|
h5() {
|
|
145
|
-
return this.
|
|
127
|
+
return this.h6r_1;
|
|
146
128
|
}
|
|
147
129
|
equals(other) {
|
|
148
130
|
var tmp;
|
|
@@ -212,48 +194,22 @@ function PartyDetails$echo$ref(p0) {
|
|
|
212
194
|
return Unit_instance;
|
|
213
195
|
};
|
|
214
196
|
}
|
|
215
|
-
var PartyDetails$run$slambdaClass;
|
|
216
|
-
function PartyDetails$run$slambda() {
|
|
217
|
-
if (PartyDetails$run$slambdaClass === VOID) {
|
|
218
|
-
class $ {
|
|
219
|
-
constructor(this$0) {
|
|
220
|
-
this.o6q_1 = this$0;
|
|
221
|
-
}
|
|
222
|
-
b6p(it, $completion) {
|
|
223
|
-
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, it), $completion);
|
|
224
|
-
}
|
|
225
|
-
de(p1, $completion) {
|
|
226
|
-
return this.b6p((!(p1 == null) ? isInterface(p1, ActionCannon()) : false) ? p1 : THROW_CCE(), $completion);
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
initMetadataForLambda($, VOID, VOID, [1]);
|
|
230
|
-
PartyDetails$run$slambdaClass = $;
|
|
231
|
-
}
|
|
232
|
-
return PartyDetails$run$slambdaClass;
|
|
233
|
-
}
|
|
234
|
-
function PartyDetails$run$slambda_0(this$0) {
|
|
235
|
-
var i = new (PartyDetails$run$slambda())(this$0);
|
|
236
|
-
var l = (it, $completion) => i.b6p(it, $completion);
|
|
237
|
-
l.$arity = 1;
|
|
238
|
-
return l;
|
|
239
|
-
}
|
|
240
197
|
var PartyDetailsClass;
|
|
241
198
|
function PartyDetails() {
|
|
242
199
|
if (PartyDetailsClass === VOID) {
|
|
243
200
|
class $ extends SuspendingCliktCommand() {
|
|
244
|
-
constructor(
|
|
201
|
+
constructor(cannon) {
|
|
245
202
|
super('details');
|
|
246
|
-
this.
|
|
247
|
-
this.f6r_1 = cannon;
|
|
203
|
+
this.d6r_1 = cannon;
|
|
248
204
|
var tmp = this;
|
|
249
205
|
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
250
206
|
var key = 'default_object';
|
|
251
207
|
var tmp_0 = PartyDetails$context$delegate$lambda(key);
|
|
252
|
-
tmp.
|
|
208
|
+
tmp.e6r_1 = new (sam$kotlin_properties_ReadOnlyProperty$0())(tmp_0);
|
|
253
209
|
var tmp_1 = this;
|
|
254
210
|
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
255
211
|
var tmp_2 = PartyDetails$partyId$delegate$lambda('partyId');
|
|
256
|
-
tmp_1.
|
|
212
|
+
tmp_1.f6r_1 = new (sam$kotlin_properties_ReadOnlyProperty$0_0())(tmp_2);
|
|
257
213
|
}
|
|
258
214
|
h59($completion) {
|
|
259
215
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_run__cb7u2f.bind(VOID, this), $completion);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/PartyDetails.kt","../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/core/Context.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<
|
|
1
|
+
{"version":3,"sources":["../../../../../cli/src/commonMain/kotlin/com/zegreatrob/coupling/cli/party/PartyDetails.kt","../../../../../../../../../../Users/runner/work/clikt/clikt/clikt/src/commonMain/kotlin/com/github/ajalt/clikt/core/Context.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-context>","<get-partyId>","<generator-run>","$completion","actionCannon","partyDetails","getValue","thisRef","property","equals","hashCode","PartyDetails$context$delegate$lambda$lambda","PartyDetails$context$delegate$lambda$lambda$lambda","PartyDetails$context$delegate$lambda","PartyDetails$partyId$delegate$lambda$lambda","PartyDetails$partyId$delegate$lambda$lambda$lambda","PartyDetails$partyId$delegate$lambda","PartyDetails$echo$ref","p0","PartyDetails$echo$ref$lambda","cannon","run"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAeYA,CAAA,KAAAA,EAAe;A;EAAA,sH;AAA4B,C;6BAC3CC,CAAA,KAAAA,EAAwB;A;EAAA,qH;AAAgC,C;gCAE/CC,CAAA,K,EAAAC,WAAAD,EAAU;A,MACJ,4B;;EAAA,2B;gBAAkB,2B,CAAQ,K;UAAhB,eAAqB,4BAArB,C;;UAAV,c;;MAAnBE,kB;;EACiC,IAAd,YAAc,S;YAAA,I;;QAAA,QAAd,YAAc,gDAAgC,2BAAhC,gB;;;;;MAAA,0B;MAC3B,yDADa,kBACb,M;MAAO,yDADM,kBACN,M;MADbC,eAC2B,6CADR,kBACQ,C;EAEvB,oBAAgB,IAAhB,C,CAAsB;A,IACtB,uBAAiB,kBAAjB,cAAkD,IAAlD,C;EACJ,C;EACA,UAAM,YAAN,GAAkB,YAAlB,CAA+B,KAA/B,Y;EACA,UAAM,QAAN,GAAc,YAAd,CAA2B,KAA3B,C;EACA,UAAM,SAAN,GAAe,YAAf,CAA4B,KAA5B,C;EACA,UAAM,eAAN,GAAqB,YAArB,CAAkC,KAAlC,Y;EACA,UAAM,iBAAN,GAAuB,YAAvB,CAAoC,KAApC,C;EACA,UAAM,oBAAN,GAA0B,YAA1B,CAAuC,KAAvC,C;EACA,UAAM,sBAAN,GAA4B,YAA5B,CAAyC,KAAzC,C;EACA,UAAM,oBAAN,GAA0B,YAA1B,CAAuC,KAAvC,C;EACA,UAAM,oBAAN,GAA0B,YAA1B,CAAuC,KAAvC,C;EACA,UAAM,kBAAN,GAAwB,YAAxB,CAAqC,KAArC,C;EACJ,oB;AAAA,C;;;;;;QAEk8hB,uB;;QAAAC,CAlB/3hBC,O,EAAYC,QAkBm3hBF,E;;O;;;;YAtCt8hBG,C,KAAAA,E;;;;;;;;;;;;;;O;cAAAC,CAAAA,E;;O;;;;;;;;;;;;QAsCs8hB,uB;;QAAAJ,CAlB/3hBC,O,EAAYC,QAkBm3hBF,E;;O;;;;YAtCt8hBG,C,KAAAA,E;;;;;;;;;;;;;;O;cAAAC,CAAAA,E;;O;;;;;;;oDAsCyhIC,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,uCAAlB,GAAkB,O;EAAC,C;C;6CAAy6ZC,C,IAAAA,E;SAAAF,CAAE,O,EAAS,mBAAXA,KAAA;A,eAAgB,OAAQ,M;;cAA0B,I;cC+G1/hB,sB;QAAP,YAA4D,YAAlC,gBAAW,gDAAX,CAAkC,C;ID/G28hB,OAAxC,cAAuB,SAAvB,C;EAAyC,C;C;;iBAvBr/hB,wB;;oDAuB8/HG,C,IAAAA,E;SAAAC,CAAA,EAAAA,KAAA;A,cAAE,GAAG,KAAH,IAAQ,IAAR,C;IAAkB,kCAAlB,GAAkB,O;EAAC,C;C;6CAAy6ZC,C,IAAAA,E;SAAAF,CAAE,O,EAAS,mBAAXA,KAAA;A,eAAgB,OAAQ,M;;cAA0B,I;cC+G1/hB,sB;QAAP,YAA4D,YAAlC,gBAAW,gDAAX,CAAkC,C;ID/G28hB,OAAxC,cAAuB,SAAvB,C;EAAyC,C;C;;iBAtB5+hB,wB;;8BAGsBG,CAAAC,EAAAD,E;SAAAE,C,QAAAA,KAAA;A,IAAA,gB;IAAK,oB;EAAA,C;C;;;;;kBAN5CC,M;cAA2E,S;QAA3E,mB;kBAEQ,I;;kBCodD,gB;YAEE,iD;QDtdD,6DCsdC,KDtdD,C;oBACS,I;;YCqdR,6CDrd+B,SCqd/B,C;QDrdQ,iECqdR,KDrdQ,C;;SAEfC,CAAAlB,WAAAkB,E;;O;;;;;;;;;;;"}
|
|
@@ -59,7 +59,7 @@ function *_generator_invoke__zhh2q8($this, sdk, $completion) {
|
|
|
59
59
|
var tmp0_elvis_lhs = tmp_1;
|
|
60
60
|
// Inline function 'kotlin.let' call
|
|
61
61
|
var it = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
62
|
-
$this.
|
|
62
|
+
$this.i6r_1.q5h(it);
|
|
63
63
|
return Unit_instance;
|
|
64
64
|
}
|
|
65
65
|
function PartyList$run$slambda$lambda(it) {
|
|
@@ -67,7 +67,7 @@ function PartyList$run$slambda$lambda(it) {
|
|
|
67
67
|
}
|
|
68
68
|
function _get_env__e67txg($this) {
|
|
69
69
|
var tmp = KProperty1();
|
|
70
|
-
return $this.
|
|
70
|
+
return $this.y6r_1.fp($this, getPropertyCallableRef('env', 1, tmp, PartyList$_get_env_$ref_drep03_0(), null));
|
|
71
71
|
}
|
|
72
72
|
function *_generator_run__cb7u2f($this, $completion) {
|
|
73
73
|
var tmp = get_cliScope();
|
|
@@ -100,7 +100,7 @@ function PartyList$run$slambda() {
|
|
|
100
100
|
if (PartyList$run$slambdaClass === VOID) {
|
|
101
101
|
class $ {
|
|
102
102
|
constructor(this$0) {
|
|
103
|
-
this.
|
|
103
|
+
this.i6r_1 = this$0;
|
|
104
104
|
}
|
|
105
105
|
b6p(sdk, $completion) {
|
|
106
106
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, sdk), $completion);
|
|
@@ -125,11 +125,11 @@ function PartyList() {
|
|
|
125
125
|
if (PartyListClass === VOID) {
|
|
126
126
|
class $ extends SuspendingCliktCommand() {
|
|
127
127
|
constructor() {
|
|
128
|
-
super('
|
|
128
|
+
super('list');
|
|
129
129
|
var tmp = this;
|
|
130
130
|
var tmp_0 = default_0(option(this, []), 'production');
|
|
131
131
|
var tmp_1 = KProperty1();
|
|
132
|
-
tmp.
|
|
132
|
+
tmp.y6r_1 = tmp_0.m5w(this, getPropertyCallableRef('env', 1, tmp_1, PartyList$_get_env_$ref_drep03(), null));
|
|
133
133
|
}
|
|
134
134
|
h59($completion) {
|
|
135
135
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_run__cb7u2f.bind(VOID, this), $completion);
|
|
@@ -63,46 +63,46 @@ import { withSdk2z91d0wg9s3or as withSdk } from '../WithSdk.mjs';
|
|
|
63
63
|
//region block: pre-declaration
|
|
64
64
|
//endregion
|
|
65
65
|
function *_generator_invoke__zhh2q8($this, sdk, $completion) {
|
|
66
|
-
var tmp = fire(sdk, $this.
|
|
66
|
+
var tmp = fire(sdk, $this.z6r_1, $completion);
|
|
67
67
|
if (tmp === get_COROUTINE_SUSPENDED())
|
|
68
68
|
tmp = yield tmp;
|
|
69
69
|
return Unit_instance;
|
|
70
70
|
}
|
|
71
71
|
function _get_inputJson__zeyf3($this) {
|
|
72
72
|
var tmp = KProperty1();
|
|
73
|
-
return $this.
|
|
73
|
+
return $this.s6s_1.fp($this, getPropertyCallableRef('inputJson', 1, tmp, SaveContribution$_get_inputJson_$ref_unof55_0(), null));
|
|
74
74
|
}
|
|
75
75
|
function _get_contributionId__8s6i8w($this) {
|
|
76
76
|
var tmp = KProperty1();
|
|
77
|
-
return $this.
|
|
77
|
+
return $this.t6s_1.fp($this, getPropertyCallableRef('contributionId', 1, tmp, SaveContribution$_get_contributionId_$ref_6u0ayi_0(), null));
|
|
78
78
|
}
|
|
79
79
|
function _get_participantEmail__9itsn2($this) {
|
|
80
80
|
var tmp = KProperty1();
|
|
81
|
-
return $this.
|
|
81
|
+
return $this.u6s_1.fp($this, getPropertyCallableRef('participantEmail', 1, tmp, SaveContribution$_get_participantEmail_$ref_8y823c_0(), null));
|
|
82
82
|
}
|
|
83
83
|
function _get_hash__d7hhq5($this) {
|
|
84
84
|
var tmp = KProperty1();
|
|
85
|
-
return $this.
|
|
85
|
+
return $this.v6s_1.fp($this, getPropertyCallableRef('hash', 1, tmp, SaveContribution$_get_hash_$ref_wkneql_0(), null));
|
|
86
86
|
}
|
|
87
87
|
function _get_dateTime__k7u9ow($this) {
|
|
88
88
|
var tmp = KProperty1();
|
|
89
|
-
return $this.
|
|
89
|
+
return $this.w6s_1.fp($this, getPropertyCallableRef('dateTime', 1, tmp, SaveContribution$_get_dateTime_$ref_1986a2_0(), null));
|
|
90
90
|
}
|
|
91
91
|
function _get_ease__d5u3vh($this) {
|
|
92
92
|
var tmp = KProperty1();
|
|
93
|
-
return $this.
|
|
93
|
+
return $this.x6s_1.fp($this, getPropertyCallableRef('ease', 1, tmp, SaveContribution$_get_ease_$ref_fck9j1_0(), null));
|
|
94
94
|
}
|
|
95
95
|
function _get_story__b8qft0($this) {
|
|
96
96
|
var tmp = KProperty1();
|
|
97
|
-
return $this.
|
|
97
|
+
return $this.y6s_1.fp($this, getPropertyCallableRef('story', 1, tmp, SaveContribution$_get_story_$ref_8z989g_0(), null));
|
|
98
98
|
}
|
|
99
99
|
function _get_cycleTimeFromFirstCommit__2fkwv5($this) {
|
|
100
100
|
var tmp = KProperty1();
|
|
101
|
-
return $this.
|
|
101
|
+
return $this.z6s_1.fp($this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp, SaveContribution$_get_cycleTimeFromFirstCommit_$ref_f3z9fr_0(), null));
|
|
102
102
|
}
|
|
103
103
|
function _get_cycleTime__uahmu6($this) {
|
|
104
104
|
var tmp = KProperty1();
|
|
105
|
-
return $this.
|
|
105
|
+
return $this.a6t_1.fp($this, getPropertyCallableRef('cycleTime', 1, tmp, SaveContribution$_get_cycleTime_$ref_b0lgcq_0(), null));
|
|
106
106
|
}
|
|
107
107
|
function SaveContribution$_get_inputJson_$ref_unof55() {
|
|
108
108
|
return (p0) => _get_inputJson__zeyf3(p0);
|
|
@@ -187,7 +187,7 @@ function SaveContribution$run$slambda() {
|
|
|
187
187
|
if (SaveContribution$run$slambdaClass === VOID) {
|
|
188
188
|
class $ {
|
|
189
189
|
constructor($action) {
|
|
190
|
-
this.
|
|
190
|
+
this.z6r_1 = $action;
|
|
191
191
|
}
|
|
192
192
|
b6p(sdk, $completion) {
|
|
193
193
|
return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8.bind(VOID, this, sdk), $completion);
|
|
@@ -215,61 +215,61 @@ function SaveContribution() {
|
|
|
215
215
|
scope = scope === VOID ? get_cliScope() : scope;
|
|
216
216
|
cannon = cannon === VOID ? null : cannon;
|
|
217
217
|
super('save');
|
|
218
|
-
this.
|
|
219
|
-
this.
|
|
220
|
-
this.
|
|
218
|
+
this.p6s_1 = scope;
|
|
219
|
+
this.q6s_1 = cannon;
|
|
220
|
+
this.r6s_1 = clock;
|
|
221
221
|
var tmp = this;
|
|
222
222
|
var tmp_0 = prompt(option(this, []));
|
|
223
223
|
var tmp_1 = KProperty1();
|
|
224
|
-
tmp.
|
|
224
|
+
tmp.s6s_1 = tmp_0.m5w(this, getPropertyCallableRef('inputJson', 1, tmp_1, SaveContribution$_get_inputJson_$ref_unof55(), null));
|
|
225
225
|
var tmp_2 = this;
|
|
226
226
|
var tmp_3 = default_0(option(this, []), '');
|
|
227
227
|
var tmp_4 = KProperty1();
|
|
228
|
-
tmp_2.
|
|
228
|
+
tmp_2.t6s_1 = tmp_3.m5w(this, getPropertyCallableRef('contributionId', 1, tmp_4, SaveContribution$_get_contributionId_$ref_6u0ayi(), null));
|
|
229
229
|
var tmp_5 = this;
|
|
230
230
|
var tmp_6 = multiple(option(this, []));
|
|
231
231
|
var tmp_7 = KProperty1();
|
|
232
|
-
tmp_5.
|
|
232
|
+
tmp_5.u6s_1 = tmp_6.m5w(this, getPropertyCallableRef('participantEmail', 1, tmp_7, SaveContribution$_get_participantEmail_$ref_8y823c(), null));
|
|
233
233
|
var tmp_8 = this;
|
|
234
234
|
var tmp_9 = default_0(option(this, []), '');
|
|
235
235
|
var tmp_10 = KProperty1();
|
|
236
|
-
tmp_8.
|
|
236
|
+
tmp_8.v6s_1 = tmp_9.m5w(this, getPropertyCallableRef('hash', 1, tmp_10, SaveContribution$_get_hash_$ref_wkneql(), null));
|
|
237
237
|
var tmp_11 = this;
|
|
238
238
|
var tmp_12 = default_0(option(this, []), '');
|
|
239
239
|
var tmp_13 = KProperty1();
|
|
240
|
-
tmp_11.
|
|
240
|
+
tmp_11.w6s_1 = tmp_12.m5w(this, getPropertyCallableRef('dateTime', 1, tmp_13, SaveContribution$_get_dateTime_$ref_1986a2(), null));
|
|
241
241
|
var tmp_14 = this;
|
|
242
242
|
var tmp_15 = default_0(option(this, []), '');
|
|
243
243
|
var tmp_16 = KProperty1();
|
|
244
|
-
tmp_14.
|
|
244
|
+
tmp_14.x6s_1 = tmp_15.m5w(this, getPropertyCallableRef('ease', 1, tmp_16, SaveContribution$_get_ease_$ref_fck9j1(), null));
|
|
245
245
|
var tmp_17 = this;
|
|
246
246
|
var tmp_18 = default_0(option(this, []), '');
|
|
247
247
|
var tmp_19 = KProperty1();
|
|
248
|
-
tmp_17.
|
|
248
|
+
tmp_17.y6s_1 = tmp_18.m5w(this, getPropertyCallableRef('story', 1, tmp_19, SaveContribution$_get_story_$ref_8z989g(), null));
|
|
249
249
|
var tmp_20 = this;
|
|
250
250
|
var tmp_21 = flag(option(this, []), []);
|
|
251
251
|
var tmp_22 = KProperty1();
|
|
252
|
-
tmp_20.
|
|
252
|
+
tmp_20.z6s_1 = tmp_21.m5w(this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp_22, SaveContribution$_get_cycleTimeFromFirstCommit_$ref_f3z9fr(), null));
|
|
253
253
|
var tmp_23 = this;
|
|
254
254
|
var tmp_24 = default_0(option(this, []), '');
|
|
255
255
|
var tmp_25 = KProperty1();
|
|
256
|
-
tmp_23.
|
|
256
|
+
tmp_23.a6t_1 = tmp_24.m5w(this, getPropertyCallableRef('cycleTime', 1, tmp_25, SaveContribution$_get_cycleTime_$ref_b0lgcq(), null));
|
|
257
257
|
var tmp_26 = this;
|
|
258
258
|
var tmp_27 = default_0(option(this, []), '');
|
|
259
259
|
var tmp_28 = KProperty1();
|
|
260
|
-
tmp_26.
|
|
260
|
+
tmp_26.b6t_1 = tmp_27.m5w(this, getPropertyCallableRef('link', 1, tmp_28, SaveContribution$_get_link_$ref_6h1qnr(), null));
|
|
261
261
|
var tmp_29 = this;
|
|
262
262
|
var tmp_30 = default_0(option(this, []), '');
|
|
263
263
|
var tmp_31 = KProperty1();
|
|
264
|
-
tmp_29.
|
|
264
|
+
tmp_29.c6t_1 = tmp_30.m5w(this, getPropertyCallableRef('label', 1, tmp_31, SaveContribution$_get_label_$ref_s0igz9(), null));
|
|
265
265
|
}
|
|
266
266
|
a6p() {
|
|
267
267
|
var tmp = KProperty1();
|
|
268
|
-
return this.
|
|
268
|
+
return this.b6t_1.fp(this, getPropertyCallableRef('link', 1, tmp, SaveContribution$_get_link_$ref_6h1qnr_0(), null));
|
|
269
269
|
}
|
|
270
270
|
z6o() {
|
|
271
271
|
var tmp = KProperty1();
|
|
272
|
-
return this.
|
|
272
|
+
return this.c6t_1.fp(this, getPropertyCallableRef('label', 1, tmp, SaveContribution$_get_label_$ref_s0igz9_0(), null));
|
|
273
273
|
}
|
|
274
274
|
h59($completion) {
|
|
275
275
|
// Inline function 'com.github.ajalt.clikt.core.Context.findObject' call
|
|
@@ -311,7 +311,7 @@ function SaveContribution() {
|
|
|
311
311
|
var tmp4_label = tmp_3;
|
|
312
312
|
var tmp_4;
|
|
313
313
|
if (_get_cycleTimeFromFirstCommit__2fkwv5(this)) {
|
|
314
|
-
tmp_4 = cycleTimeFromFirstCommit(this, contribution, this.
|
|
314
|
+
tmp_4 = cycleTimeFromFirstCommit(this, contribution, this.r6s_1.nr());
|
|
315
315
|
} else {
|
|
316
316
|
// Inline function 'kotlin.text.ifBlank' call
|
|
317
317
|
var this_4 = _get_cycleTime__uahmu6(this);
|
|
@@ -396,7 +396,7 @@ function SaveContribution() {
|
|
|
396
396
|
this.q5h('Could not parse contribution', VOID, true);
|
|
397
397
|
} else {
|
|
398
398
|
var tmp_19 = SaveContribution$echo$ref(this);
|
|
399
|
-
withSdk(this.
|
|
399
|
+
withSdk(this.p6s_1, contributionContext.d6p_1, tmp_19, this.q6s_1, SaveContribution$run$slambda_0(action));
|
|
400
400
|
}
|
|
401
401
|
return Unit_instance;
|
|
402
402
|
}
|
|
@@ -161,7 +161,7 @@ function SelectImplementation() {
|
|
|
161
161
|
return TrySelectDetailedResult_0(trySelectInternal(this, clauseObject, result));
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
initMetadataForClass($, 'SelectImplementation', VOID, VOID, [CancelHandler(),
|
|
164
|
+
initMetadataForClass($, 'SelectImplementation', VOID, VOID, [CancelHandler(), SelectInstance(), Waiter()], [0, 2]);
|
|
165
165
|
SelectImplementationClass = $;
|
|
166
166
|
}
|
|
167
167
|
return SelectImplementationClass;
|