@clawconquest/client 1.20.0 → 1.22.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
@@ -1228,6 +1228,9 @@ var types_default = {
1228
1228
  "messages": [
1229
1229
  18,
1230
1230
  {
1231
+ "clawId": [
1232
+ 30
1233
+ ],
1231
1234
  "limit": [
1232
1235
  14,
1233
1236
  "Int!"
@@ -1273,6 +1276,9 @@ var types_default = {
1273
1276
  "sentMessages": [
1274
1277
  18,
1275
1278
  {
1279
+ "clawId": [
1280
+ 30
1281
+ ],
1276
1282
  "limit": [
1277
1283
  14,
1278
1284
  "Int!"
@@ -1325,6 +1331,9 @@ var types_default = {
1325
1331
  ]
1326
1332
  }
1327
1333
  ],
1334
+ "whoAmI": [
1335
+ 3
1336
+ ],
1328
1337
  "__typename": [
1329
1338
  30
1330
1339
  ]
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 {
@@ -511,6 +512,7 @@ interface QueryGenqlSelection {
511
512
  me?: PlayerProfileGenqlSelection;
512
513
  messages?: (MessageModelGenqlSelection & {
513
514
  __args?: {
515
+ clawId?: (Scalars['String'] | null);
514
516
  limit?: Scalars['Int'];
515
517
  offset?: Scalars['Int'];
516
518
  };
@@ -534,6 +536,7 @@ interface QueryGenqlSelection {
534
536
  });
535
537
  sentMessages?: (MessageModelGenqlSelection & {
536
538
  __args?: {
539
+ clawId?: (Scalars['String'] | null);
537
540
  limit?: Scalars['Int'];
538
541
  offset?: Scalars['Int'];
539
542
  };
@@ -557,6 +560,7 @@ interface QueryGenqlSelection {
557
560
  colonyId: Scalars['String'];
558
561
  };
559
562
  });
563
+ whoAmI?: ClawGenqlSelection;
560
564
  __typename?: boolean | number;
561
565
  __scalar?: boolean | number;
562
566
  }
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 {
@@ -511,6 +512,7 @@ interface QueryGenqlSelection {
511
512
  me?: PlayerProfileGenqlSelection;
512
513
  messages?: (MessageModelGenqlSelection & {
513
514
  __args?: {
515
+ clawId?: (Scalars['String'] | null);
514
516
  limit?: Scalars['Int'];
515
517
  offset?: Scalars['Int'];
516
518
  };
@@ -534,6 +536,7 @@ interface QueryGenqlSelection {
534
536
  });
535
537
  sentMessages?: (MessageModelGenqlSelection & {
536
538
  __args?: {
539
+ clawId?: (Scalars['String'] | null);
537
540
  limit?: Scalars['Int'];
538
541
  offset?: Scalars['Int'];
539
542
  };
@@ -557,6 +560,7 @@ interface QueryGenqlSelection {
557
560
  colonyId: Scalars['String'];
558
561
  };
559
562
  });
563
+ whoAmI?: ClawGenqlSelection;
560
564
  __typename?: boolean | number;
561
565
  __scalar?: boolean | number;
562
566
  }
package/dist/index.js CHANGED
@@ -1168,6 +1168,9 @@ var types_default = {
1168
1168
  "messages": [
1169
1169
  18,
1170
1170
  {
1171
+ "clawId": [
1172
+ 30
1173
+ ],
1171
1174
  "limit": [
1172
1175
  14,
1173
1176
  "Int!"
@@ -1213,6 +1216,9 @@ var types_default = {
1213
1216
  "sentMessages": [
1214
1217
  18,
1215
1218
  {
1219
+ "clawId": [
1220
+ 30
1221
+ ],
1216
1222
  "limit": [
1217
1223
  14,
1218
1224
  "Int!"
@@ -1265,6 +1271,9 @@ var types_default = {
1265
1271
  ]
1266
1272
  }
1267
1273
  ],
1274
+ "whoAmI": [
1275
+ 3
1276
+ ],
1268
1277
  "__typename": [
1269
1278
  30
1270
1279
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawconquest/client",
3
- "version": "1.20.0",
3
+ "version": "1.22.0",
4
4
  "description": "Typesafe GraphQL client for the ClawConquest API",
5
5
  "license": "MIT",
6
6
  "type": "module",