@clawconquest/client 1.20.0 → 1.21.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
@@ -1325,6 +1325,9 @@ var types_default = {
1325
1325
  ]
1326
1326
  }
1327
1327
  ],
1328
+ "whoAmI": [
1329
+ 3
1330
+ ],
1328
1331
  "__typename": [
1329
1332
  30
1330
1333
  ]
package/dist/index.d.cts CHANGED
@@ -205,6 +205,7 @@ interface Query {
205
205
  tile: Tile;
206
206
  tilesInRange: Tile[];
207
207
  treaties: TreatyModel[];
208
+ whoAmI: Claw;
208
209
  __typename: 'Query';
209
210
  }
210
211
  interface RegenerateKeyPayload {
@@ -557,6 +558,7 @@ interface QueryGenqlSelection {
557
558
  colonyId: Scalars['String'];
558
559
  };
559
560
  });
561
+ whoAmI?: ClawGenqlSelection;
560
562
  __typename?: boolean | number;
561
563
  __scalar?: boolean | number;
562
564
  }
package/dist/index.d.ts CHANGED
@@ -205,6 +205,7 @@ interface Query {
205
205
  tile: Tile;
206
206
  tilesInRange: Tile[];
207
207
  treaties: TreatyModel[];
208
+ whoAmI: Claw;
208
209
  __typename: 'Query';
209
210
  }
210
211
  interface RegenerateKeyPayload {
@@ -557,6 +558,7 @@ interface QueryGenqlSelection {
557
558
  colonyId: Scalars['String'];
558
559
  };
559
560
  });
561
+ whoAmI?: ClawGenqlSelection;
560
562
  __typename?: boolean | number;
561
563
  __scalar?: boolean | number;
562
564
  }
package/dist/index.js CHANGED
@@ -1265,6 +1265,9 @@ var types_default = {
1265
1265
  ]
1266
1266
  }
1267
1267
  ],
1268
+ "whoAmI": [
1269
+ 3
1270
+ ],
1268
1271
  "__typename": [
1269
1272
  30
1270
1273
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawconquest/client",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "description": "Typesafe GraphQL client for the ClawConquest API",
5
5
  "license": "MIT",
6
6
  "type": "module",