@continuous-excellence/coupling-cli 1.1.513 → 1.1.514

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 (109) 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 +21 -21
  3. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
  4. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +6 -6
  5. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
  6. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +8 -8
  7. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
  8. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +4 -4
  9. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +13 -13
  10. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +22 -22
  11. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +11 -11
  12. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +16 -16
  13. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +2 -2
  14. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +27 -27
  15. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +17 -17
  16. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +13 -13
  17. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +14 -14
  18. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +2 -2
  19. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +51 -45
  20. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
  21. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +14 -14
  22. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +68 -50
  23. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -1
  24. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +16 -16
  25. package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +42 -42
  26. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +8 -4
  27. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs.map +1 -1
  28. package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +116 -116
  29. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +32 -32
  30. package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
  31. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +132 -132
  32. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +46 -46
  33. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +31 -31
  34. package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +25 -25
  35. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
  36. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
  37. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +5 -5
  38. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
  39. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +9 -9
  40. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +138 -138
  41. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +2 -16
  42. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs.map +1 -1
  43. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
  44. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
  45. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
  46. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +5 -5
  47. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +28 -28
  48. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +198 -198
  49. package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
  50. package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
  51. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +7 -7
  52. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +64 -64
  53. package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +16 -16
  54. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
  55. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
  56. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
  57. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
  58. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
  59. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
  60. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +21 -21
  61. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
  62. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +114 -114
  63. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +126 -126
  64. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +57 -57
  65. package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +16 -16
  66. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  67. package/kotlin/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  68. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
  69. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
  70. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
  71. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
  72. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
  73. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
  74. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
  75. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
  76. package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
  77. package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
  78. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
  79. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +60 -60
  80. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
  81. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +21 -21
  82. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +54 -54
  83. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
  84. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
  85. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
  86. package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
  87. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
  88. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +208 -208
  89. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
  90. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +122 -122
  91. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
  92. package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
  93. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
  94. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
  95. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
  96. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
  97. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
  98. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
  99. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +13 -13
  100. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +8 -8
  101. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
  102. package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
  103. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +53 -53
  104. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
  105. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +51 -51
  106. package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
  107. package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +97 -97
  108. package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +28 -28
  109. 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.k6y_1 = party;
27
+ this.l6y_1 = party;
28
28
  }
29
29
  toString() {
30
- return 'Data(party=' + toString(this.k6y_1) + ')';
30
+ return 'Data(party=' + toString(this.l6y_1) + ')';
31
31
  }
32
32
  hashCode() {
33
- return this.k6y_1 == null ? 0 : this.k6y_1.hashCode();
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.k6y_1, other.k6y_1))
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.l6y_1 = playerList;
55
+ this.m6y_1 = playerList;
56
56
  }
57
57
  toString() {
58
- return 'Party(playerList=' + toString_0(this.l6y_1) + ')';
58
+ return 'Party(playerList=' + toString_0(this.m6y_1) + ')';
59
59
  }
60
60
  hashCode() {
61
- return hashCode(this.l6y_1);
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.l6y_1, other.l6y_1))
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.m6y_1 = __typename;
84
- this.n6y_1 = playerDetails;
83
+ this.n6y_1 = __typename;
84
+ this.o6y_1 = playerDetails;
85
85
  }
86
86
  toString() {
87
- return 'PlayerList(__typename=' + this.m6y_1 + ', playerDetails=' + this.n6y_1.toString() + ')';
87
+ return 'PlayerList(__typename=' + this.n6y_1 + ', playerDetails=' + this.o6y_1.toString() + ')';
88
88
  }
89
89
  hashCode() {
90
- var result = getStringHashCode(this.m6y_1);
91
- result = imul(result, 31) + this.n6y_1.hashCode() | 0;
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.m6y_1 === other.m6y_1))
99
+ if (!(this.n6y_1 === other.n6y_1))
100
100
  return false;
101
- if (!this.n6y_1.equals(other.n6y_1))
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.o6y_1 = '2470fab9120a545b0fdd866f456fe353ecaf9c55139b85bf385a58c6447cdee2';
117
- this.p6y_1 = 'playersQuery';
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.q6y_1 = input;
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.r6y(writer, this, customScalarAdapters, withDefaultValues);
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.q6y_1.toString() + ')';
161
+ return 'PlayersQuery(input=' + this.r6y_1.toString() + ')';
162
162
  }
163
163
  hashCode() {
164
- return this.q6y_1.hashCode();
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.q6y_1.equals(other.q6y_1))
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.s6y_1 = listOf('partyList');
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.s6y_1) === 0)
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
- t6y(writer, customScalarAdapters, value) {
47
+ u6y(writer, customScalarAdapters, value) {
48
48
  writer.q4v('partyList');
49
- list(obj(PartyList_getInstance(), true)).x4o(writer, customScalarAdapters, value.f6y_1);
49
+ list(obj(PartyList_getInstance(), true)).x4o(writer, customScalarAdapters, value.g6y_1);
50
50
  }
51
51
  r4n(writer, customScalarAdapters, value) {
52
- return this.t6y(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
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.u6y_1 = listOf('__typename');
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.u6y_1) === 0)
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
- v6y(writer, customScalarAdapters, value) {
93
+ w6y(writer, customScalarAdapters, value) {
94
94
  writer.q4v('__typename');
95
- get_StringAdapter().r4n(writer, customScalarAdapters, value.g6y_1);
96
- PartyDetails_getInstance().g5n(writer, customScalarAdapters, value.h6y_1);
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.v6y(writer, customScalarAdapters, value instanceof PartyList() ? value : THROW_CCE());
99
+ return this.w6y(writer, customScalarAdapters, value instanceof PartyList() ? value : THROW_CCE());
100
100
  }
101
101
  }
102
102
  initMetadataForObject($, 'PartyList', VOID, VOID, [Adapter()]);
@@ -27,24 +27,24 @@ function Data_0() {
27
27
  class $ {
28
28
  constructor() {
29
29
  Data_instance = this;
30
- this.w6y_1 = listOf('party');
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.w6y_1) === 0)
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
- x6y(writer, customScalarAdapters, value) {
42
+ y6y(writer, customScalarAdapters, value) {
43
43
  writer.q4v('party');
44
- nullable(obj(Party_getInstance())).u4n(writer, customScalarAdapters, value.k6y_1);
44
+ nullable(obj(Party_getInstance())).u4n(writer, customScalarAdapters, value.l6y_1);
45
45
  }
46
46
  r4n(writer, customScalarAdapters, value) {
47
- return this.x6y(writer, customScalarAdapters, value instanceof Data() ? value : THROW_CCE());
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.y6y_1 = listOf('playerList');
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.y6y_1) === 0)
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
- z6y(writer, customScalarAdapters, value) {
86
+ a6z(writer, customScalarAdapters, value) {
87
87
  writer.q4v('playerList');
88
- list(obj(PlayerList_getInstance(), true)).x4o(writer, customScalarAdapters, value.l6y_1);
88
+ list(obj(PlayerList_getInstance(), true)).x4o(writer, customScalarAdapters, value.m6y_1);
89
89
  }
90
90
  r4n(writer, customScalarAdapters, value) {
91
- return this.z6y(writer, customScalarAdapters, value instanceof Party() ? value : THROW_CCE());
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.a6z_1 = listOf('__typename');
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.a6z_1) === 0)
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
- b6z(writer, customScalarAdapters, value) {
132
+ c6z(writer, customScalarAdapters, value) {
133
133
  writer.q4v('__typename');
134
- get_StringAdapter().r4n(writer, customScalarAdapters, value.m6y_1);
135
- PlayerDetails_getInstance().l5p(writer, customScalarAdapters, value.n6y_1);
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.b6z(writer, customScalarAdapters, value instanceof PlayerList() ? value : THROW_CCE());
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
- r6y(writer, value, customScalarAdapters, withDefaultValues) {
14
+ s6y(writer, value, customScalarAdapters, withDefaultValues) {
15
15
  writer.q4v('input');
16
- obj(PartyInput_InputAdapter_instance).r4n(writer, customScalarAdapters, value.q6y_1);
16
+ obj(PartyInput_InputAdapter_instance).r4n(writer, customScalarAdapters, value.r6y_1);
17
17
  }
18
18
  }
19
19
  initMetadataForObject($, 'PlayersQuery_VariablesAdapter');
@@ -47,15 +47,15 @@ import { withSdk35tk3ax9pa40k as withSdk } from '../WithSdk.mjs';
47
47
  //endregion
48
48
  function _get_file__d6iv67($this) {
49
49
  var tmp = KProperty1();
50
- return $this.e72_1.zp($this, getPropertyCallableRef('file', 1, tmp, BatchContribution$_get_file_$ref_fvayxk_0(), null));
50
+ return $this.f72_1.zp($this, getPropertyCallableRef('file', 1, tmp, BatchContribution$_get_file_$ref_fvayxk_0(), null));
51
51
  }
52
52
  function _get_inputJson__zeyf3($this) {
53
53
  var tmp = KProperty1();
54
- return $this.f72_1.zp($this, getPropertyCallableRef('inputJson', 1, tmp, BatchContribution$_get_inputJson_$ref_uxucks_0(), null));
54
+ return $this.g72_1.zp($this, getPropertyCallableRef('inputJson', 1, tmp, BatchContribution$_get_inputJson_$ref_uxucks_0(), null));
55
55
  }
56
56
  function _get_cycleTimeFromFirstCommit__2fkwv5($this) {
57
57
  var tmp = KProperty1();
58
- return $this.i72_1.zp($this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp, BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa_0(), null));
58
+ return $this.j72_1.zp($this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp, BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa_0(), null));
59
59
  }
60
60
  function BatchContribution$_get_file_$ref_fvayxk() {
61
61
  return (p0) => _get_file__d6iv67(p0);
@@ -70,16 +70,16 @@ function BatchContribution$_get_inputJson_$ref_uxucks_0() {
70
70
  return (p0) => _get_inputJson__zeyf3(p0);
71
71
  }
72
72
  function BatchContribution$_get_label_$ref_jbf4aa() {
73
- return (p0) => p0.j72();
73
+ return (p0) => p0.k72();
74
74
  }
75
75
  function BatchContribution$_get_label_$ref_jbf4aa_0() {
76
- return (p0) => p0.j72();
76
+ return (p0) => p0.k72();
77
77
  }
78
78
  function BatchContribution$_get_link_$ref_arx8yi() {
79
- return (p0) => p0.k72();
79
+ return (p0) => p0.l72();
80
80
  }
81
81
  function BatchContribution$_get_link_$ref_arx8yi_0() {
82
- return (p0) => p0.k72();
82
+ return (p0) => p0.l72();
83
83
  }
84
84
  function BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa() {
85
85
  return (p0) => _get_cycleTimeFromFirstCommit__2fkwv5(p0);
@@ -104,11 +104,11 @@ function BatchContribution$run$slambda() {
104
104
  if (BatchContribution$run$slambdaClass === VOID) {
105
105
  class $ {
106
106
  constructor($commands) {
107
- this.l72_1 = $commands;
107
+ this.m72_1 = $commands;
108
108
  }
109
- *m72(sdk, $completion) {
109
+ *n72(sdk, $completion) {
110
110
  // Inline function 'kotlin.collections.forEach' call
111
- var _iterator__ex2g4s = this.l72_1.l1();
111
+ var _iterator__ex2g4s = this.m72_1.l1();
112
112
  while (_iterator__ex2g4s.m1()) {
113
113
  var element = _iterator__ex2g4s.n1();
114
114
  yield* fire(sdk, element, $completion);
@@ -116,7 +116,7 @@ function BatchContribution$run$slambda() {
116
116
  return Unit_instance;
117
117
  }
118
118
  vd(p1, $completion) {
119
- return this.m72((!(p1 == null) ? isInterface(p1, ActionCannon()) : false) ? p1 : THROW_CCE(), $completion);
119
+ return this.n72((!(p1 == null) ? isInterface(p1, ActionCannon()) : false) ? p1 : THROW_CCE(), $completion);
120
120
  }
121
121
  }
122
122
  initMetadataForLambda($, VOID, VOID, [1]);
@@ -126,7 +126,7 @@ function BatchContribution$run$slambda() {
126
126
  }
127
127
  function BatchContribution$run$slambda_0($commands) {
128
128
  var i = new (BatchContribution$run$slambda())($commands);
129
- var l = (sdk, $completion) => i.m72(sdk, $completion);
129
+ var l = (sdk, $completion) => i.n72(sdk, $completion);
130
130
  l.$arity = 1;
131
131
  return l;
132
132
  }
@@ -137,35 +137,35 @@ function BatchContribution() {
137
137
  constructor(cannon) {
138
138
  cannon = cannon === VOID ? null : cannon;
139
139
  super('batch');
140
- this.d72_1 = cannon;
140
+ this.e72_1 = cannon;
141
141
  var tmp = this;
142
142
  var tmp_0 = default_0(option(this, []), '');
143
143
  var tmp_1 = KProperty1();
144
- tmp.e72_1 = tmp_0.i68(this, getPropertyCallableRef('file', 1, tmp_1, BatchContribution$_get_file_$ref_fvayxk(), null));
144
+ tmp.f72_1 = tmp_0.j68(this, getPropertyCallableRef('file', 1, tmp_1, BatchContribution$_get_file_$ref_fvayxk(), null));
145
145
  var tmp_2 = this;
146
146
  var tmp_3 = option(this, []);
147
147
  var tmp_4 = KProperty1();
148
- tmp_2.f72_1 = tmp_3.i68(this, getPropertyCallableRef('inputJson', 1, tmp_4, BatchContribution$_get_inputJson_$ref_uxucks(), null));
148
+ tmp_2.g72_1 = tmp_3.j68(this, getPropertyCallableRef('inputJson', 1, tmp_4, BatchContribution$_get_inputJson_$ref_uxucks(), null));
149
149
  var tmp_5 = this;
150
150
  var tmp_6 = default_0(option(this, []), '');
151
151
  var tmp_7 = KProperty1();
152
- tmp_5.g72_1 = tmp_6.i68(this, getPropertyCallableRef('label', 1, tmp_7, BatchContribution$_get_label_$ref_jbf4aa(), null));
152
+ tmp_5.h72_1 = tmp_6.j68(this, getPropertyCallableRef('label', 1, tmp_7, BatchContribution$_get_label_$ref_jbf4aa(), null));
153
153
  var tmp_8 = this;
154
154
  var tmp_9 = default_0(option(this, []), '');
155
155
  var tmp_10 = KProperty1();
156
- tmp_8.h72_1 = tmp_9.i68(this, getPropertyCallableRef('link', 1, tmp_10, BatchContribution$_get_link_$ref_arx8yi(), null));
156
+ tmp_8.i72_1 = tmp_9.j68(this, getPropertyCallableRef('link', 1, tmp_10, BatchContribution$_get_link_$ref_arx8yi(), null));
157
157
  var tmp_11 = this;
158
158
  var tmp_12 = flag(option(this, []), []);
159
159
  var tmp_13 = KProperty1();
160
- tmp_11.i72_1 = tmp_12.i68(this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp_13, BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa(), null));
160
+ tmp_11.j72_1 = tmp_12.j68(this, getPropertyCallableRef('cycleTimeFromFirstCommit', 1, tmp_13, BatchContribution$_get_cycleTimeFromFirstCommit_$ref_qjjywa(), null));
161
161
  }
162
- j72() {
162
+ k72() {
163
163
  var tmp = KProperty1();
164
- return this.g72_1.zp(this, getPropertyCallableRef('label', 1, tmp, BatchContribution$_get_label_$ref_jbf4aa_0(), null));
164
+ return this.h72_1.zp(this, getPropertyCallableRef('label', 1, tmp, BatchContribution$_get_label_$ref_jbf4aa_0(), null));
165
165
  }
166
- k72() {
166
+ l72() {
167
167
  var tmp = KProperty1();
168
- return this.h72_1.zp(this, getPropertyCallableRef('link', 1, tmp, BatchContribution$_get_link_$ref_arx8yi_0(), null));
168
+ return this.i72_1.zp(this, getPropertyCallableRef('link', 1, tmp, BatchContribution$_get_link_$ref_arx8yi_0(), null));
169
169
  }
170
170
  *g5i($completion) {
171
171
  var tmp0_elvis_lhs = _get_inputJson__zeyf3(this);
@@ -182,13 +182,13 @@ function BatchContribution() {
182
182
  var tmp_0 = ContributionParser_getInstance();
183
183
  // Inline function 'kotlin.text.trim' call
184
184
  var tmp$ret$1 = toString(trim(isCharSequence(inputJson) ? inputJson : THROW_CCE()));
185
- var contributions = tmp_0.m6x(tmp$ret$1);
185
+ var contributions = tmp_0.n6x(tmp$ret$1);
186
186
  // Inline function 'com.github.ajalt.clikt.core.Context.findObject' call
187
187
  var this_0 = this.a5t();
188
188
  var key = 'default_object';
189
189
  var tmp_1 = selfAndAncestors(this_0);
190
190
  var contributionContext = firstOrNull(mapNotNull(tmp_1, BatchContribution$run$lambda(key)));
191
- var partyId = ensureNotNull(contributionContext).n72_1;
191
+ var partyId = ensureNotNull(contributionContext).o72_1;
192
192
  // Inline function 'kotlin.collections.map' call
193
193
  // Inline function 'kotlin.collections.mapTo' call
194
194
  var destination = ArrayList().r2(collectionSizeOrDefault(contributions, 10));
@@ -196,7 +196,7 @@ function BatchContribution() {
196
196
  while (_iterator__ex2g4s.m1()) {
197
197
  var item = _iterator__ex2g4s.n1();
198
198
  // Inline function 'kotlin.takeIf' call
199
- var this_1 = this.k72();
199
+ var this_1 = this.l72();
200
200
  var tmp_2;
201
201
  // Inline function 'kotlin.text.isNotBlank' call
202
202
  if (!isBlank(this_1)) {
@@ -206,7 +206,7 @@ function BatchContribution() {
206
206
  }
207
207
  var tmp0_link = tmp_2;
208
208
  // Inline function 'kotlin.takeIf' call
209
- var this_2 = this.j72();
209
+ var this_2 = this.k72();
210
210
  var tmp_3;
211
211
  // Inline function 'kotlin.text.isNotBlank' call
212
212
  if (!isBlank(this_2)) {
@@ -238,7 +238,7 @@ function BatchContribution() {
238
238
  }
239
239
  var commands = destination_0;
240
240
  var tmp_5 = BatchContribution$echo$ref(this);
241
- yield* withSdk(contributionContext.o72_1, tmp_5, this.d72_1, BatchContribution$run$slambda_0(commands), $completion);
241
+ yield* withSdk(contributionContext.p72_1, tmp_5, this.e72_1, BatchContribution$run$slambda_0(commands), $completion);
242
242
  return Unit_instance;
243
243
  }
244
244
  }
@@ -31,15 +31,15 @@ function ContributionContext() {
31
31
  if (ContributionContextClass === VOID) {
32
32
  class $ {
33
33
  constructor(partyId, env) {
34
- this.n72_1 = partyId;
35
- this.o72_1 = env;
34
+ this.o72_1 = partyId;
35
+ this.p72_1 = env;
36
36
  }
37
37
  toString() {
38
- return 'ContributionContext(partyId=' + this.n72_1.toString() + ', env=' + this.o72_1 + ')';
38
+ return 'ContributionContext(partyId=' + this.o72_1.toString() + ', env=' + this.p72_1 + ')';
39
39
  }
40
40
  hashCode() {
41
- var result = this.n72_1.hashCode();
42
- result = imul(result, 31) + getStringHashCode(this.o72_1) | 0;
41
+ var result = this.o72_1.hashCode();
42
+ result = imul(result, 31) + getStringHashCode(this.p72_1) | 0;
43
43
  return result;
44
44
  }
45
45
  equals(other) {
@@ -47,9 +47,9 @@ function ContributionContext() {
47
47
  return true;
48
48
  if (!(other instanceof ContributionContext()))
49
49
  return false;
50
- if (!this.n72_1.equals(other.n72_1))
50
+ if (!this.o72_1.equals(other.o72_1))
51
51
  return false;
52
- if (!(this.o72_1 === other.o72_1))
52
+ if (!(this.p72_1 === other.p72_1))
53
53
  return false;
54
54
  return true;
55
55
  }
@@ -61,20 +61,20 @@ function ContributionContext() {
61
61
  }
62
62
  function _get_env__e67txg($this) {
63
63
  var tmp = KProperty1();
64
- return $this.e73_1.zp($this, getPropertyCallableRef('env', 1, tmp, Contribution$_get_env_$ref_faf1oh_0(), null));
64
+ return $this.f73_1.zp($this, getPropertyCallableRef('env', 1, tmp, Contribution$_get_env_$ref_faf1oh_0(), null));
65
65
  }
66
66
  var sam$kotlin_properties_ReadOnlyProperty$0Class;
67
67
  function sam$kotlin_properties_ReadOnlyProperty$0() {
68
68
  if (sam$kotlin_properties_ReadOnlyProperty$0Class === VOID) {
69
69
  class $ {
70
70
  constructor(function_0) {
71
- this.g73_1 = function_0;
71
+ this.h73_1 = function_0;
72
72
  }
73
73
  zp(thisRef, property) {
74
- return this.g73_1(thisRef, property);
74
+ return this.h73_1(thisRef, property);
75
75
  }
76
76
  c5() {
77
- return this.g73_1;
77
+ return this.h73_1;
78
78
  }
79
79
  equals(other) {
80
80
  var tmp;
@@ -123,7 +123,7 @@ function Contribution$partyId$delegate$lambda($key) {
123
123
  };
124
124
  }
125
125
  function Contribution$_get_partyId_$ref_xh1jat() {
126
- return (p0) => p0.h73();
126
+ return (p0) => p0.i73();
127
127
  }
128
128
  function Contribution$run$lambda($key) {
129
129
  return (it) => {
@@ -140,15 +140,15 @@ function Contribution() {
140
140
  var tmp = this;
141
141
  var tmp_0 = default_0(option(this, []), 'production');
142
142
  var tmp_1 = KProperty1();
143
- tmp.e73_1 = tmp_0.i68(this, getPropertyCallableRef('env', 1, tmp_1, Contribution$_get_env_$ref_faf1oh(), null));
143
+ tmp.f73_1 = tmp_0.j68(this, getPropertyCallableRef('env', 1, tmp_1, Contribution$_get_env_$ref_faf1oh(), null));
144
144
  var tmp_2 = this;
145
145
  // Inline function 'com.github.ajalt.clikt.core.requireObject' call
146
146
  var tmp_3 = Contribution$partyId$delegate$lambda('partyId');
147
- tmp_2.f73_1 = new (sam$kotlin_properties_ReadOnlyProperty$0())(tmp_3);
147
+ tmp_2.g73_1 = new (sam$kotlin_properties_ReadOnlyProperty$0())(tmp_3);
148
148
  }
149
- h73() {
149
+ i73() {
150
150
  var tmp = KProperty1();
151
- return this.f73_1.zp(this, getPropertyCallableRef('partyId', 1, tmp, Contribution$_get_partyId_$ref_xh1jat(), null));
151
+ return this.g73_1.zp(this, getPropertyCallableRef('partyId', 1, tmp, Contribution$_get_partyId_$ref_xh1jat(), null));
152
152
  }
153
153
  *g5i($completion) {
154
154
  // Inline function 'com.github.ajalt.clikt.core.Context.findOrSetObject' call
@@ -160,7 +160,7 @@ function Contribution() {
160
160
  var tmp_0;
161
161
  if (tmp0_elvis_lhs == null) {
162
162
  // Inline function 'kotlin.also' call
163
- var this_1 = new (ContributionContext())(this.h73(), _get_env__e67txg(this));
163
+ var this_1 = new (ContributionContext())(this.i73(), _get_env__e67txg(this));
164
164
  // Inline function 'kotlin.collections.set' call
165
165
  this_0.c5u_1.q4(key, this_1);
166
166
  tmp_0 = this_1;
@@ -13,15 +13,15 @@ import { ContributionInput13asb0faxwkkm as ContributionInput } from '../../../..
13
13
  //endregion
14
14
  function contributionInput(_this__u8e3s4, cycleTime, link, label) {
15
15
  // Inline function 'kotlin.getOrThrow' call
16
- var this_0 = toNotBlankString(_this__u8e3s4.a6x_1);
16
+ var this_0 = toNotBlankString(_this__u8e3s4.b6x_1);
17
17
  throwOnFailure(this_0);
18
18
  var tmp$ret$0 = _Result___get_value__impl__bjfvqg(this_0).j52_1;
19
19
  var tmp2_contributionId = new (ContributionId())(tmp$ret$0);
20
- var tmp3_participantEmails = toSet(_this__u8e3s4.b6x_1);
21
- var tmp4_hash = _this__u8e3s4.z6w_1;
22
- var tmp5_dateTime = _this__u8e3s4.d6x_1;
23
- var tmp6_ease = _this__u8e3s4.f6x_1;
24
- var tmp0_safe_receiver = _this__u8e3s4.g6x_1;
20
+ var tmp3_participantEmails = toSet(_this__u8e3s4.c6x_1);
21
+ var tmp4_hash = _this__u8e3s4.a6x_1;
22
+ var tmp5_dateTime = _this__u8e3s4.e6x_1;
23
+ var tmp6_ease = _this__u8e3s4.g6x_1;
24
+ var tmp0_safe_receiver = _this__u8e3s4.h6x_1;
25
25
  var tmp;
26
26
  if (tmp0_safe_receiver == null) {
27
27
  tmp = null;
@@ -36,13 +36,13 @@ function contributionInput(_this__u8e3s4, cycleTime, link, label) {
36
36
  tmp = tmp_0;
37
37
  }
38
38
  var tmp7_story = tmp;
39
- var tmp8_semver = _this__u8e3s4.h6x_1;
40
- var tmp9_label = label == null ? _this__u8e3s4.i6x_1 : label;
41
- var tmp10_firstCommit = _this__u8e3s4.a6x_1;
42
- var tmp11_firstCommitDateTime = _this__u8e3s4.e6x_1;
43
- var tmp12_commitCount = _this__u8e3s4.c6x_1;
44
- var tmp13_name = _this__u8e3s4.j6x_1;
45
- var tmp14_integrationDateTime = _this__u8e3s4.k6x_1;
39
+ var tmp8_semver = _this__u8e3s4.i6x_1;
40
+ var tmp9_label = label == null ? _this__u8e3s4.j6x_1 : label;
41
+ var tmp10_firstCommit = _this__u8e3s4.b6x_1;
42
+ var tmp11_firstCommitDateTime = _this__u8e3s4.f6x_1;
43
+ var tmp12_commitCount = _this__u8e3s4.d6x_1;
44
+ var tmp13_name = _this__u8e3s4.k6x_1;
45
+ var tmp14_integrationDateTime = _this__u8e3s4.l6x_1;
46
46
  return new (ContributionInput())(tmp2_contributionId, tmp3_participantEmails, tmp4_hash, tmp5_dateTime, tmp6_ease, tmp7_story, link, tmp8_semver, tmp9_label, tmp10_firstCommit, tmp11_firstCommitDateTime, tmp14_integrationDateTime, cycleTime, tmp12_commitCount, tmp13_name);
47
47
  }
48
48
  //region block: exports