@clawconquest/client 1.10.0 → 1.11.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 CHANGED
@@ -1540,6 +1540,15 @@ var types_default = {
1540
1540
  ]
1541
1541
  }
1542
1542
  ],
1543
+ "sieges": [
1544
+ 39,
1545
+ {
1546
+ "pool_id": [
1547
+ 44,
1548
+ "String!"
1549
+ ]
1550
+ }
1551
+ ],
1543
1552
  "__typename": [
1544
1553
  44
1545
1554
  ]
package/dist/index.d.cts CHANGED
@@ -221,6 +221,7 @@ interface Query {
221
221
  pool_units: Unit[];
222
222
  pools: Pool[];
223
223
  siege: Siege;
224
+ sieges: Siege[];
224
225
  __typename: 'Query';
225
226
  }
226
227
  interface RegenerateKeyPayload {
@@ -689,6 +690,11 @@ interface QueryGenqlSelection {
689
690
  id: Scalars['String'];
690
691
  };
691
692
  });
693
+ sieges?: (SiegeGenqlSelection & {
694
+ __args: {
695
+ pool_id: Scalars['String'];
696
+ };
697
+ });
692
698
  __typename?: boolean | number;
693
699
  __scalar?: boolean | number;
694
700
  }
package/dist/index.d.ts CHANGED
@@ -221,6 +221,7 @@ interface Query {
221
221
  pool_units: Unit[];
222
222
  pools: Pool[];
223
223
  siege: Siege;
224
+ sieges: Siege[];
224
225
  __typename: 'Query';
225
226
  }
226
227
  interface RegenerateKeyPayload {
@@ -689,6 +690,11 @@ interface QueryGenqlSelection {
689
690
  id: Scalars['String'];
690
691
  };
691
692
  });
693
+ sieges?: (SiegeGenqlSelection & {
694
+ __args: {
695
+ pool_id: Scalars['String'];
696
+ };
697
+ });
692
698
  __typename?: boolean | number;
693
699
  __scalar?: boolean | number;
694
700
  }
package/dist/index.js CHANGED
@@ -1475,6 +1475,15 @@ var types_default = {
1475
1475
  ]
1476
1476
  }
1477
1477
  ],
1478
+ "sieges": [
1479
+ 39,
1480
+ {
1481
+ "pool_id": [
1482
+ 44,
1483
+ "String!"
1484
+ ]
1485
+ }
1486
+ ],
1478
1487
  "__typename": [
1479
1488
  44
1480
1489
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawconquest/client",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "Typesafe GraphQL client for the ClawConquest API",
5
5
  "license": "MIT",
6
6
  "type": "module",