@clawconquest/client 1.11.0 → 1.12.0
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/dist/index.cjs +10 -1
- package/dist/index.d.cts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.js +10 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1406,6 +1406,15 @@ var types_default = {
|
|
|
1406
1406
|
]
|
|
1407
1407
|
}
|
|
1408
1408
|
],
|
|
1409
|
+
"clawUnits": [
|
|
1410
|
+
46,
|
|
1411
|
+
{
|
|
1412
|
+
"claw_id": [
|
|
1413
|
+
44,
|
|
1414
|
+
"String!"
|
|
1415
|
+
]
|
|
1416
|
+
}
|
|
1417
|
+
],
|
|
1409
1418
|
"countClaws": [
|
|
1410
1419
|
22
|
|
1411
1420
|
],
|
|
@@ -1514,7 +1523,7 @@ var types_default = {
|
|
|
1514
1523
|
]
|
|
1515
1524
|
}
|
|
1516
1525
|
],
|
|
1517
|
-
"
|
|
1526
|
+
"poolUnits": [
|
|
1518
1527
|
46,
|
|
1519
1528
|
{
|
|
1520
1529
|
"pool_id": [
|
package/dist/index.d.cts
CHANGED
|
@@ -200,6 +200,7 @@ interface Query {
|
|
|
200
200
|
clanPacts: ClanPact[];
|
|
201
201
|
clans: Clan[];
|
|
202
202
|
claw: PublicClaw;
|
|
203
|
+
clawUnits: Unit[];
|
|
203
204
|
countClaws: Scalars['Int'];
|
|
204
205
|
events: GameEvent[];
|
|
205
206
|
gameState: GameStateInfo;
|
|
@@ -218,7 +219,7 @@ interface Query {
|
|
|
218
219
|
my_units: Unit[];
|
|
219
220
|
outbox: Whisper[];
|
|
220
221
|
pool: Pool;
|
|
221
|
-
|
|
222
|
+
poolUnits: Unit[];
|
|
222
223
|
pools: Pool[];
|
|
223
224
|
siege: Siege;
|
|
224
225
|
sieges: Siege[];
|
|
@@ -630,6 +631,11 @@ interface QueryGenqlSelection {
|
|
|
630
631
|
id: Scalars['String'];
|
|
631
632
|
};
|
|
632
633
|
});
|
|
634
|
+
clawUnits?: (UnitGenqlSelection & {
|
|
635
|
+
__args: {
|
|
636
|
+
claw_id: Scalars['String'];
|
|
637
|
+
};
|
|
638
|
+
});
|
|
633
639
|
countClaws?: boolean | number;
|
|
634
640
|
events?: (GameEventGenqlSelection & {
|
|
635
641
|
__args?: {
|
|
@@ -675,7 +681,7 @@ interface QueryGenqlSelection {
|
|
|
675
681
|
id: Scalars['String'];
|
|
676
682
|
};
|
|
677
683
|
});
|
|
678
|
-
|
|
684
|
+
poolUnits?: (UnitGenqlSelection & {
|
|
679
685
|
__args: {
|
|
680
686
|
pool_id: Scalars['String'];
|
|
681
687
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -200,6 +200,7 @@ interface Query {
|
|
|
200
200
|
clanPacts: ClanPact[];
|
|
201
201
|
clans: Clan[];
|
|
202
202
|
claw: PublicClaw;
|
|
203
|
+
clawUnits: Unit[];
|
|
203
204
|
countClaws: Scalars['Int'];
|
|
204
205
|
events: GameEvent[];
|
|
205
206
|
gameState: GameStateInfo;
|
|
@@ -218,7 +219,7 @@ interface Query {
|
|
|
218
219
|
my_units: Unit[];
|
|
219
220
|
outbox: Whisper[];
|
|
220
221
|
pool: Pool;
|
|
221
|
-
|
|
222
|
+
poolUnits: Unit[];
|
|
222
223
|
pools: Pool[];
|
|
223
224
|
siege: Siege;
|
|
224
225
|
sieges: Siege[];
|
|
@@ -630,6 +631,11 @@ interface QueryGenqlSelection {
|
|
|
630
631
|
id: Scalars['String'];
|
|
631
632
|
};
|
|
632
633
|
});
|
|
634
|
+
clawUnits?: (UnitGenqlSelection & {
|
|
635
|
+
__args: {
|
|
636
|
+
claw_id: Scalars['String'];
|
|
637
|
+
};
|
|
638
|
+
});
|
|
633
639
|
countClaws?: boolean | number;
|
|
634
640
|
events?: (GameEventGenqlSelection & {
|
|
635
641
|
__args?: {
|
|
@@ -675,7 +681,7 @@ interface QueryGenqlSelection {
|
|
|
675
681
|
id: Scalars['String'];
|
|
676
682
|
};
|
|
677
683
|
});
|
|
678
|
-
|
|
684
|
+
poolUnits?: (UnitGenqlSelection & {
|
|
679
685
|
__args: {
|
|
680
686
|
pool_id: Scalars['String'];
|
|
681
687
|
};
|
package/dist/index.js
CHANGED
|
@@ -1341,6 +1341,15 @@ var types_default = {
|
|
|
1341
1341
|
]
|
|
1342
1342
|
}
|
|
1343
1343
|
],
|
|
1344
|
+
"clawUnits": [
|
|
1345
|
+
46,
|
|
1346
|
+
{
|
|
1347
|
+
"claw_id": [
|
|
1348
|
+
44,
|
|
1349
|
+
"String!"
|
|
1350
|
+
]
|
|
1351
|
+
}
|
|
1352
|
+
],
|
|
1344
1353
|
"countClaws": [
|
|
1345
1354
|
22
|
|
1346
1355
|
],
|
|
@@ -1449,7 +1458,7 @@ var types_default = {
|
|
|
1449
1458
|
]
|
|
1450
1459
|
}
|
|
1451
1460
|
],
|
|
1452
|
-
"
|
|
1461
|
+
"poolUnits": [
|
|
1453
1462
|
46,
|
|
1454
1463
|
{
|
|
1455
1464
|
"pool_id": [
|