@continuous-excellence/coupling-cli 1.1.514 → 1.1.515
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/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +149 -90
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +17 -17
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +9 -9
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +223 -162
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +1 -1
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +2 -2
- package/package.json +1 -1
|
@@ -30,24 +30,24 @@ import { CliktError136b5l5psfi1n as CliktError } from '../../../../../../clikt-c
|
|
|
30
30
|
//endregion
|
|
31
31
|
function _get_context__ps0bpe($this) {
|
|
32
32
|
var tmp = KProperty1();
|
|
33
|
-
return $this.
|
|
33
|
+
return $this.o75_1.zp($this, getPropertyCallableRef('context', 1, tmp, PartyDetails$_get_context_$ref_q6kw5z(), null));
|
|
34
34
|
}
|
|
35
35
|
function _get_partyId__g79dgw($this) {
|
|
36
36
|
var tmp = KProperty1();
|
|
37
|
-
return $this.
|
|
37
|
+
return $this.p75_1.zp($this, getPropertyCallableRef('partyId', 1, tmp, PartyDetails$_get_partyId_$ref_gt5zd(), null));
|
|
38
38
|
}
|
|
39
39
|
var sam$kotlin_properties_ReadOnlyProperty$0Class;
|
|
40
40
|
function sam$kotlin_properties_ReadOnlyProperty$0() {
|
|
41
41
|
if (sam$kotlin_properties_ReadOnlyProperty$0Class === VOID) {
|
|
42
42
|
class $ {
|
|
43
43
|
constructor(function_0) {
|
|
44
|
-
this.
|
|
44
|
+
this.q75_1 = function_0;
|
|
45
45
|
}
|
|
46
46
|
zp(thisRef, property) {
|
|
47
|
-
return this.
|
|
47
|
+
return this.q75_1(thisRef, property);
|
|
48
48
|
}
|
|
49
49
|
c5() {
|
|
50
|
-
return this.
|
|
50
|
+
return this.q75_1;
|
|
51
51
|
}
|
|
52
52
|
equals(other) {
|
|
53
53
|
var tmp;
|
|
@@ -78,13 +78,13 @@ function sam$kotlin_properties_ReadOnlyProperty$0_0() {
|
|
|
78
78
|
if (sam$kotlin_properties_ReadOnlyProperty$0Class_0 === VOID) {
|
|
79
79
|
class $ {
|
|
80
80
|
constructor(function_0) {
|
|
81
|
-
this.
|
|
81
|
+
this.r75_1 = function_0;
|
|
82
82
|
}
|
|
83
83
|
zp(thisRef, property) {
|
|
84
|
-
return this.
|
|
84
|
+
return this.r75_1(thisRef, property);
|
|
85
85
|
}
|
|
86
86
|
c5() {
|
|
87
|
-
return this.
|
|
87
|
+
return this.r75_1;
|
|
88
88
|
}
|
|
89
89
|
equals(other) {
|
|
90
90
|
var tmp;
|
|
@@ -160,22 +160,22 @@ function PartyDetails() {
|
|
|
160
160
|
class $ extends SuspendingCliktCommand() {
|
|
161
161
|
constructor(cannon) {
|
|
162
162
|
super('details');
|
|
163
|
-
this.
|
|
163
|
+
this.n75_1 = cannon;
|
|
164
164
|
var tmp = this;
|
|
165
165
|
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
166
166
|
var key = 'default_object';
|
|
167
167
|
var tmp_0 = PartyDetails$context$delegate$lambda(key);
|
|
168
|
-
tmp.
|
|
168
|
+
tmp.o75_1 = new (sam$kotlin_properties_ReadOnlyProperty$0())(tmp_0);
|
|
169
169
|
var tmp_1 = this;
|
|
170
170
|
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
171
171
|
var tmp_2 = PartyDetails$partyId$delegate$lambda('partyId');
|
|
172
|
-
tmp_1.
|
|
172
|
+
tmp_1.p75_1 = new (sam$kotlin_properties_ReadOnlyProperty$0_0())(tmp_2);
|
|
173
173
|
}
|
|
174
174
|
*g5i($completion) {
|
|
175
|
-
var tmp0_elvis_lhs = this.
|
|
175
|
+
var tmp0_elvis_lhs = this.n75_1;
|
|
176
176
|
var tmp;
|
|
177
177
|
if (tmp0_elvis_lhs == null) {
|
|
178
|
-
var tmp_0 = _get_context__ps0bpe(this).
|
|
178
|
+
var tmp_0 = _get_context__ps0bpe(this).g74_1;
|
|
179
179
|
tmp = yield* loadSdk(tmp_0, PartyDetails$echo$ref(this), $completion);
|
|
180
180
|
} else {
|
|
181
181
|
tmp = tmp0_elvis_lhs;
|
|
@@ -26,7 +26,7 @@ import { withSdk35tk3ax9pa40k as withSdk } from '../WithSdk.mjs';
|
|
|
26
26
|
//endregion
|
|
27
27
|
function _get_env__e67txg($this) {
|
|
28
28
|
var tmp = KProperty1();
|
|
29
|
-
return $this.
|
|
29
|
+
return $this.i76_1.zp($this, getPropertyCallableRef('env', 1, tmp, PartyList$_get_env_$ref_drep03_0(), null));
|
|
30
30
|
}
|
|
31
31
|
function PartyList$_get_env_$ref_drep03() {
|
|
32
32
|
return (p0) => _get_env__e67txg(p0);
|
|
@@ -81,14 +81,14 @@ function PartyList$run$slambda() {
|
|
|
81
81
|
if (PartyList$run$slambdaClass === VOID) {
|
|
82
82
|
class $ {
|
|
83
83
|
constructor($handleResult) {
|
|
84
|
-
this.
|
|
84
|
+
this.j76_1 = $handleResult;
|
|
85
85
|
}
|
|
86
|
-
*
|
|
87
|
-
this.
|
|
86
|
+
*p72(sdk, $completion) {
|
|
87
|
+
this.j76_1(yield* sdk.g57(new (GqlQuery())(new (PartyListQuery())()), $completion));
|
|
88
88
|
return Unit_instance;
|
|
89
89
|
}
|
|
90
90
|
vd(p1, $completion) {
|
|
91
|
-
return this.
|
|
91
|
+
return this.p72((!(p1 == null) ? isInterface(p1, ActionCannon()) : false) ? p1 : THROW_CCE(), $completion);
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
initMetadataForLambda($, VOID, VOID, [1]);
|
|
@@ -98,7 +98,7 @@ function PartyList$run$slambda() {
|
|
|
98
98
|
}
|
|
99
99
|
function PartyList$run$slambda_0($handleResult) {
|
|
100
100
|
var i = new (PartyList$run$slambda())($handleResult);
|
|
101
|
-
var l = (sdk, $completion) => i.
|
|
101
|
+
var l = (sdk, $completion) => i.p72(sdk, $completion);
|
|
102
102
|
l.$arity = 1;
|
|
103
103
|
return l;
|
|
104
104
|
}
|
|
@@ -108,15 +108,15 @@ function PartyList() {
|
|
|
108
108
|
class $ extends SuspendingCliktCommand() {
|
|
109
109
|
constructor(cannon) {
|
|
110
110
|
super('list');
|
|
111
|
-
this.
|
|
111
|
+
this.h76_1 = cannon;
|
|
112
112
|
var tmp = this;
|
|
113
113
|
var tmp_0 = default_0(option(this, []), 'production');
|
|
114
114
|
var tmp_1 = KProperty1();
|
|
115
|
-
tmp.
|
|
115
|
+
tmp.i76_1 = tmp_0.j68(this, getPropertyCallableRef('env', 1, tmp_1, PartyList$_get_env_$ref_drep03(), null));
|
|
116
116
|
}
|
|
117
117
|
*g5i($completion) {
|
|
118
118
|
var handleResult = PartyList$run$lambda(this);
|
|
119
|
-
var tmp0_safe_receiver = this.
|
|
119
|
+
var tmp0_safe_receiver = this.h76_1;
|
|
120
120
|
var tmp;
|
|
121
121
|
if (tmp0_safe_receiver == null) {
|
|
122
122
|
tmp = null;
|
|
@@ -30,24 +30,24 @@ import { NotBlankString__toString_impl_5tex9r2ig2s5isyc5ve as NotBlankString__to
|
|
|
30
30
|
//endregion
|
|
31
31
|
function _get_context__ps0bpe($this) {
|
|
32
32
|
var tmp = KProperty1();
|
|
33
|
-
return $this.
|
|
33
|
+
return $this.a77_1.zp($this, getPropertyCallableRef('context', 1, tmp, Players$_get_context_$ref_7m15sv(), null));
|
|
34
34
|
}
|
|
35
35
|
function _get_partyId__g79dgw($this) {
|
|
36
36
|
var tmp = KProperty1();
|
|
37
|
-
return $this.
|
|
37
|
+
return $this.b77_1.zp($this, getPropertyCallableRef('partyId', 1, tmp, Players$_get_partyId_$ref_xbsvzh(), null));
|
|
38
38
|
}
|
|
39
39
|
var sam$kotlin_properties_ReadOnlyProperty$0Class;
|
|
40
40
|
function sam$kotlin_properties_ReadOnlyProperty$0() {
|
|
41
41
|
if (sam$kotlin_properties_ReadOnlyProperty$0Class === VOID) {
|
|
42
42
|
class $ {
|
|
43
43
|
constructor(function_0) {
|
|
44
|
-
this.
|
|
44
|
+
this.c77_1 = function_0;
|
|
45
45
|
}
|
|
46
46
|
zp(thisRef, property) {
|
|
47
|
-
return this.
|
|
47
|
+
return this.c77_1(thisRef, property);
|
|
48
48
|
}
|
|
49
49
|
c5() {
|
|
50
|
-
return this.
|
|
50
|
+
return this.c77_1;
|
|
51
51
|
}
|
|
52
52
|
equals(other) {
|
|
53
53
|
var tmp;
|
|
@@ -78,13 +78,13 @@ function sam$kotlin_properties_ReadOnlyProperty$0_0() {
|
|
|
78
78
|
if (sam$kotlin_properties_ReadOnlyProperty$0Class_0 === VOID) {
|
|
79
79
|
class $ {
|
|
80
80
|
constructor(function_0) {
|
|
81
|
-
this.
|
|
81
|
+
this.d77_1 = function_0;
|
|
82
82
|
}
|
|
83
83
|
zp(thisRef, property) {
|
|
84
|
-
return this.
|
|
84
|
+
return this.d77_1(thisRef, property);
|
|
85
85
|
}
|
|
86
86
|
c5() {
|
|
87
|
-
return this.
|
|
87
|
+
return this.d77_1;
|
|
88
88
|
}
|
|
89
89
|
equals(other) {
|
|
90
90
|
var tmp;
|
|
@@ -160,22 +160,22 @@ function Players() {
|
|
|
160
160
|
class $ extends SuspendingCliktCommand() {
|
|
161
161
|
constructor(cannon) {
|
|
162
162
|
super();
|
|
163
|
-
this.
|
|
163
|
+
this.z76_1 = cannon;
|
|
164
164
|
var tmp = this;
|
|
165
165
|
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
166
166
|
var key = 'default_object';
|
|
167
167
|
var tmp_0 = Players$context$delegate$lambda(key);
|
|
168
|
-
tmp.
|
|
168
|
+
tmp.a77_1 = new (sam$kotlin_properties_ReadOnlyProperty$0())(tmp_0);
|
|
169
169
|
var tmp_1 = this;
|
|
170
170
|
// Inline function 'com.github.ajalt.clikt.core.requireObject' call
|
|
171
171
|
var tmp_2 = Players$partyId$delegate$lambda('partyId');
|
|
172
|
-
tmp_1.
|
|
172
|
+
tmp_1.b77_1 = new (sam$kotlin_properties_ReadOnlyProperty$0_0())(tmp_2);
|
|
173
173
|
}
|
|
174
174
|
*g5i($completion) {
|
|
175
|
-
var tmp0_elvis_lhs = this.
|
|
175
|
+
var tmp0_elvis_lhs = this.z76_1;
|
|
176
176
|
var tmp;
|
|
177
177
|
if (tmp0_elvis_lhs == null) {
|
|
178
|
-
var tmp_0 = _get_context__ps0bpe(this).
|
|
178
|
+
var tmp_0 = _get_context__ps0bpe(this).g74_1;
|
|
179
179
|
tmp = yield* loadSdk(tmp_0, Players$echo$ref(this), $completion);
|
|
180
180
|
} else {
|
|
181
181
|
tmp = tmp0_elvis_lhs;
|