@continuous-excellence/coupling-cli 1.1.513 → 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/Auth0Environment.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +21 -21
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +6 -6
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +4 -4
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +22 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +150 -91
- 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/ContributionInput.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +51 -45
- 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 +14 -14
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +68 -50
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +224 -163
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +8 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +116 -116
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +32 -32
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +132 -132
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +46 -46
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +31 -31
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +25 -25
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +138 -138
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +2 -16
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +28 -28
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +198 -198
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +7 -7
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +64 -64
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +16 -16
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +21 -21
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +114 -114
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +126 -126
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +57 -57
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +16 -16
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.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/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +21 -21
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +54 -54
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +208 -208
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +122 -122
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +8 -8
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +51 -51
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +97 -97
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +28 -28
- package/package.json +1 -1
|
@@ -24,20 +24,20 @@ function Data() {
|
|
|
24
24
|
if (DataClass === VOID) {
|
|
25
25
|
class $ {
|
|
26
26
|
constructor(party) {
|
|
27
|
-
this.
|
|
27
|
+
this.l6y_1 = party;
|
|
28
28
|
}
|
|
29
29
|
toString() {
|
|
30
|
-
return 'Data(party=' + toString(this.
|
|
30
|
+
return 'Data(party=' + toString(this.l6y_1) + ')';
|
|
31
31
|
}
|
|
32
32
|
hashCode() {
|
|
33
|
-
return this.
|
|
33
|
+
return this.l6y_1 == null ? 0 : this.l6y_1.hashCode();
|
|
34
34
|
}
|
|
35
35
|
equals(other) {
|
|
36
36
|
if (this === other)
|
|
37
37
|
return true;
|
|
38
38
|
if (!(other instanceof Data()))
|
|
39
39
|
return false;
|
|
40
|
-
if (!equals(this.
|
|
40
|
+
if (!equals(this.l6y_1, other.l6y_1))
|
|
41
41
|
return false;
|
|
42
42
|
return true;
|
|
43
43
|
}
|
|
@@ -52,20 +52,20 @@ function Party() {
|
|
|
52
52
|
if (PartyClass === VOID) {
|
|
53
53
|
class $ {
|
|
54
54
|
constructor(playerList) {
|
|
55
|
-
this.
|
|
55
|
+
this.m6y_1 = playerList;
|
|
56
56
|
}
|
|
57
57
|
toString() {
|
|
58
|
-
return 'Party(playerList=' + toString_0(this.
|
|
58
|
+
return 'Party(playerList=' + toString_0(this.m6y_1) + ')';
|
|
59
59
|
}
|
|
60
60
|
hashCode() {
|
|
61
|
-
return hashCode(this.
|
|
61
|
+
return hashCode(this.m6y_1);
|
|
62
62
|
}
|
|
63
63
|
equals(other) {
|
|
64
64
|
if (this === other)
|
|
65
65
|
return true;
|
|
66
66
|
if (!(other instanceof Party()))
|
|
67
67
|
return false;
|
|
68
|
-
if (!equals(this.
|
|
68
|
+
if (!equals(this.m6y_1, other.m6y_1))
|
|
69
69
|
return false;
|
|
70
70
|
return true;
|
|
71
71
|
}
|
|
@@ -80,15 +80,15 @@ function PlayerList() {
|
|
|
80
80
|
if (PlayerListClass === VOID) {
|
|
81
81
|
class $ {
|
|
82
82
|
constructor(__typename, playerDetails) {
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
83
|
+
this.n6y_1 = __typename;
|
|
84
|
+
this.o6y_1 = playerDetails;
|
|
85
85
|
}
|
|
86
86
|
toString() {
|
|
87
|
-
return 'PlayerList(__typename=' + this.
|
|
87
|
+
return 'PlayerList(__typename=' + this.n6y_1 + ', playerDetails=' + this.o6y_1.toString() + ')';
|
|
88
88
|
}
|
|
89
89
|
hashCode() {
|
|
90
|
-
var result = getStringHashCode(this.
|
|
91
|
-
result = imul(result, 31) + this.
|
|
90
|
+
var result = getStringHashCode(this.n6y_1);
|
|
91
|
+
result = imul(result, 31) + this.o6y_1.hashCode() | 0;
|
|
92
92
|
return result;
|
|
93
93
|
}
|
|
94
94
|
equals(other) {
|
|
@@ -96,9 +96,9 @@ function PlayerList() {
|
|
|
96
96
|
return true;
|
|
97
97
|
if (!(other instanceof PlayerList()))
|
|
98
98
|
return false;
|
|
99
|
-
if (!(this.
|
|
99
|
+
if (!(this.n6y_1 === other.n6y_1))
|
|
100
100
|
return false;
|
|
101
|
-
if (!this.
|
|
101
|
+
if (!this.o6y_1.equals(other.o6y_1))
|
|
102
102
|
return false;
|
|
103
103
|
return true;
|
|
104
104
|
}
|
|
@@ -113,8 +113,8 @@ function Companion() {
|
|
|
113
113
|
if (CompanionClass === VOID) {
|
|
114
114
|
class $ {
|
|
115
115
|
constructor() {
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
116
|
+
this.p6y_1 = '2470fab9120a545b0fdd866f456fe353ecaf9c55139b85bf385a58c6447cdee2';
|
|
117
|
+
this.q6y_1 = 'playersQuery';
|
|
118
118
|
}
|
|
119
119
|
c5m() {
|
|
120
120
|
return 'query playersQuery($input: PartyInput!) { party(input: $input) { playerList { __typename ...PlayerDetails } } } fragment PlayerDetails on Player { id name email badge callSignAdjective callSignNoun imageURL avatarType unvalidatedEmails }';
|
|
@@ -134,7 +134,7 @@ function PlayersQuery() {
|
|
|
134
134
|
if (PlayersQueryClass === VOID) {
|
|
135
135
|
class $ {
|
|
136
136
|
constructor(input) {
|
|
137
|
-
this.
|
|
137
|
+
this.r6y_1 = input;
|
|
138
138
|
}
|
|
139
139
|
e5m() {
|
|
140
140
|
return '2470fab9120a545b0fdd866f456fe353ecaf9c55139b85bf385a58c6447cdee2';
|
|
@@ -152,23 +152,23 @@ function PlayersQuery() {
|
|
|
152
152
|
return this.f5m();
|
|
153
153
|
}
|
|
154
154
|
r4u(writer, customScalarAdapters, withDefaultValues) {
|
|
155
|
-
PlayersQuery_VariablesAdapter_instance.
|
|
155
|
+
PlayersQuery_VariablesAdapter_instance.s6y(writer, this, customScalarAdapters, withDefaultValues);
|
|
156
156
|
}
|
|
157
157
|
q4u() {
|
|
158
158
|
return obj(Data_getInstance());
|
|
159
159
|
}
|
|
160
160
|
toString() {
|
|
161
|
-
return 'PlayersQuery(input=' + this.
|
|
161
|
+
return 'PlayersQuery(input=' + this.r6y_1.toString() + ')';
|
|
162
162
|
}
|
|
163
163
|
hashCode() {
|
|
164
|
-
return this.
|
|
164
|
+
return this.r6y_1.hashCode();
|
|
165
165
|
}
|
|
166
166
|
equals(other) {
|
|
167
167
|
if (this === other)
|
|
168
168
|
return true;
|
|
169
169
|
if (!(other instanceof PlayersQuery()))
|
|
170
170
|
return false;
|
|
171
|
-
if (!this.
|
|
171
|
+
if (!this.r6y_1.equals(other.r6y_1))
|
|
172
172
|
return false;
|
|
173
173
|
return true;
|
|
174
174
|
}
|
|
@@ -25,12 +25,12 @@ function Data_0() {
|
|
|
25
25
|
class $ {
|
|
26
26
|
constructor() {
|
|
27
27
|
Data_instance = this;
|
|
28
|
-
this.
|
|
28
|
+
this.t6y_1 = listOf('partyList');
|
|
29
29
|
}
|
|
30
30
|
q4n(reader, customScalarAdapters) {
|
|
31
31
|
var _partyList = null;
|
|
32
32
|
$l$loop: while (true) {
|
|
33
|
-
if (reader.f50(this.
|
|
33
|
+
if (reader.f50(this.t6y_1) === 0)
|
|
34
34
|
_partyList = list(obj(PartyList_getInstance(), true)).q4n(reader, customScalarAdapters);
|
|
35
35
|
else
|
|
36
36
|
break $l$loop;
|
|
@@ -44,12 +44,12 @@ function Data_0() {
|
|
|
44
44
|
}
|
|
45
45
|
return new (Data())(tmp);
|
|
46
46
|
}
|
|
47
|
-
|
|
47
|
+
u6y(writer, customScalarAdapters, value) {
|
|
48
48
|
writer.q4v('partyList');
|
|
49
|
-
list(obj(PartyList_getInstance(), true)).x4o(writer, customScalarAdapters, value.
|
|
49
|
+
list(obj(PartyList_getInstance(), true)).x4o(writer, customScalarAdapters, value.g6y_1);
|
|
50
50
|
}
|
|
51
51
|
r4n(writer, customScalarAdapters, value) {
|
|
52
|
-
return this.
|
|
52
|
+
return this.u6y(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
initMetadataForObject($, 'Data', VOID, VOID, [Adapter()]);
|
|
@@ -69,12 +69,12 @@ function PartyList_0() {
|
|
|
69
69
|
class $ {
|
|
70
70
|
constructor() {
|
|
71
71
|
PartyList_instance = this;
|
|
72
|
-
this.
|
|
72
|
+
this.v6y_1 = listOf('__typename');
|
|
73
73
|
}
|
|
74
74
|
q4n(reader, customScalarAdapters) {
|
|
75
75
|
var __typename = null;
|
|
76
76
|
$l$loop: while (true) {
|
|
77
|
-
if (reader.f50(this.
|
|
77
|
+
if (reader.f50(this.v6y_1) === 0)
|
|
78
78
|
__typename = get_StringAdapter().q4n(reader, customScalarAdapters);
|
|
79
79
|
else
|
|
80
80
|
break $l$loop;
|
|
@@ -90,13 +90,13 @@ function PartyList_0() {
|
|
|
90
90
|
}
|
|
91
91
|
return new (PartyList())(tmp, _partyDetails);
|
|
92
92
|
}
|
|
93
|
-
|
|
93
|
+
w6y(writer, customScalarAdapters, value) {
|
|
94
94
|
writer.q4v('__typename');
|
|
95
|
-
get_StringAdapter().r4n(writer, customScalarAdapters, value.
|
|
96
|
-
PartyDetails_getInstance().g5n(writer, customScalarAdapters, value.
|
|
95
|
+
get_StringAdapter().r4n(writer, customScalarAdapters, value.h6y_1);
|
|
96
|
+
PartyDetails_getInstance().g5n(writer, customScalarAdapters, value.i6y_1);
|
|
97
97
|
}
|
|
98
98
|
r4n(writer, customScalarAdapters, value) {
|
|
99
|
-
return this.
|
|
99
|
+
return this.w6y(writer, customScalarAdapters, value instanceof PartyList() ? value : THROW_CCE());
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
initMetadataForObject($, 'PartyList', VOID, VOID, [Adapter()]);
|
package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs
CHANGED
|
@@ -27,24 +27,24 @@ function Data_0() {
|
|
|
27
27
|
class $ {
|
|
28
28
|
constructor() {
|
|
29
29
|
Data_instance = this;
|
|
30
|
-
this.
|
|
30
|
+
this.x6y_1 = listOf('party');
|
|
31
31
|
}
|
|
32
32
|
q4n(reader, customScalarAdapters) {
|
|
33
33
|
var _party = null;
|
|
34
34
|
$l$loop: while (true) {
|
|
35
|
-
if (reader.f50(this.
|
|
35
|
+
if (reader.f50(this.x6y_1) === 0)
|
|
36
36
|
_party = nullable(obj(Party_getInstance())).q4n(reader, customScalarAdapters);
|
|
37
37
|
else
|
|
38
38
|
break $l$loop;
|
|
39
39
|
}
|
|
40
40
|
return new (Data())(_party);
|
|
41
41
|
}
|
|
42
|
-
|
|
42
|
+
y6y(writer, customScalarAdapters, value) {
|
|
43
43
|
writer.q4v('party');
|
|
44
|
-
nullable(obj(Party_getInstance())).u4n(writer, customScalarAdapters, value.
|
|
44
|
+
nullable(obj(Party_getInstance())).u4n(writer, customScalarAdapters, value.l6y_1);
|
|
45
45
|
}
|
|
46
46
|
r4n(writer, customScalarAdapters, value) {
|
|
47
|
-
return this.
|
|
47
|
+
return this.y6y(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
initMetadataForObject($, 'Data', VOID, VOID, [Adapter()]);
|
|
@@ -64,12 +64,12 @@ function Party_0() {
|
|
|
64
64
|
class $ {
|
|
65
65
|
constructor() {
|
|
66
66
|
Party_instance = this;
|
|
67
|
-
this.
|
|
67
|
+
this.z6y_1 = listOf('playerList');
|
|
68
68
|
}
|
|
69
69
|
q4n(reader, customScalarAdapters) {
|
|
70
70
|
var _playerList = null;
|
|
71
71
|
$l$loop: while (true) {
|
|
72
|
-
if (reader.f50(this.
|
|
72
|
+
if (reader.f50(this.z6y_1) === 0)
|
|
73
73
|
_playerList = list(obj(PlayerList_getInstance(), true)).q4n(reader, customScalarAdapters);
|
|
74
74
|
else
|
|
75
75
|
break $l$loop;
|
|
@@ -83,12 +83,12 @@ function Party_0() {
|
|
|
83
83
|
}
|
|
84
84
|
return new (Party())(tmp);
|
|
85
85
|
}
|
|
86
|
-
|
|
86
|
+
a6z(writer, customScalarAdapters, value) {
|
|
87
87
|
writer.q4v('playerList');
|
|
88
|
-
list(obj(PlayerList_getInstance(), true)).x4o(writer, customScalarAdapters, value.
|
|
88
|
+
list(obj(PlayerList_getInstance(), true)).x4o(writer, customScalarAdapters, value.m6y_1);
|
|
89
89
|
}
|
|
90
90
|
r4n(writer, customScalarAdapters, value) {
|
|
91
|
-
return this.
|
|
91
|
+
return this.a6z(writer, customScalarAdapters, value instanceof Party() ? value : THROW_CCE());
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
initMetadataForObject($, 'Party', VOID, VOID, [Adapter()]);
|
|
@@ -108,12 +108,12 @@ function PlayerList_0() {
|
|
|
108
108
|
class $ {
|
|
109
109
|
constructor() {
|
|
110
110
|
PlayerList_instance = this;
|
|
111
|
-
this.
|
|
111
|
+
this.b6z_1 = listOf('__typename');
|
|
112
112
|
}
|
|
113
113
|
q4n(reader, customScalarAdapters) {
|
|
114
114
|
var __typename = null;
|
|
115
115
|
$l$loop: while (true) {
|
|
116
|
-
if (reader.f50(this.
|
|
116
|
+
if (reader.f50(this.b6z_1) === 0)
|
|
117
117
|
__typename = get_StringAdapter().q4n(reader, customScalarAdapters);
|
|
118
118
|
else
|
|
119
119
|
break $l$loop;
|
|
@@ -129,13 +129,13 @@ function PlayerList_0() {
|
|
|
129
129
|
}
|
|
130
130
|
return new (PlayerList())(tmp, _playerDetails);
|
|
131
131
|
}
|
|
132
|
-
|
|
132
|
+
c6z(writer, customScalarAdapters, value) {
|
|
133
133
|
writer.q4v('__typename');
|
|
134
|
-
get_StringAdapter().r4n(writer, customScalarAdapters, value.
|
|
135
|
-
PlayerDetails_getInstance().l5p(writer, customScalarAdapters, value.
|
|
134
|
+
get_StringAdapter().r4n(writer, customScalarAdapters, value.n6y_1);
|
|
135
|
+
PlayerDetails_getInstance().l5p(writer, customScalarAdapters, value.o6y_1);
|
|
136
136
|
}
|
|
137
137
|
r4n(writer, customScalarAdapters, value) {
|
|
138
|
-
return this.
|
|
138
|
+
return this.c6z(writer, customScalarAdapters, value instanceof PlayerList() ? value : THROW_CCE());
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
initMetadataForObject($, 'PlayerList', VOID, VOID, [Adapter()]);
|
|
@@ -11,9 +11,9 @@ var PlayersQuery_VariablesAdapterClass;
|
|
|
11
11
|
function PlayersQuery_VariablesAdapter() {
|
|
12
12
|
if (PlayersQuery_VariablesAdapterClass === VOID) {
|
|
13
13
|
class $ {
|
|
14
|
-
|
|
14
|
+
s6y(writer, value, customScalarAdapters, withDefaultValues) {
|
|
15
15
|
writer.q4v('input');
|
|
16
|
-
obj(PartyInput_InputAdapter_instance).r4n(writer, customScalarAdapters, value.
|
|
16
|
+
obj(PartyInput_InputAdapter_instance).r4n(writer, customScalarAdapters, value.r6y_1);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
initMetadataForObject($, 'PlayersQuery_VariablesAdapter');
|