@clawconquest/client 1.5.0 → 1.6.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
@@ -1370,6 +1370,9 @@ var types_default = {
1370
1370
  "myClan": [
1371
1371
  4
1372
1372
  ],
1373
+ "myClaws": [
1374
+ 9
1375
+ ],
1373
1376
  "myDirectives": [
1374
1377
  41
1375
1378
  ],
package/dist/index.d.cts CHANGED
@@ -176,6 +176,7 @@ interface Query {
176
176
  me: PlayerProfile;
177
177
  myApplications: ClanApplication[];
178
178
  myClan: (Clan | null);
179
+ myClaws: Claw[];
179
180
  myDirectives: (StandingOrder | null);
180
181
  myProfile: Claw;
181
182
  myRelationships: Relationship[];
@@ -580,6 +581,7 @@ interface QueryGenqlSelection {
580
581
  me?: PlayerProfileGenqlSelection;
581
582
  myApplications?: ClanApplicationGenqlSelection;
582
583
  myClan?: ClanGenqlSelection;
584
+ myClaws?: ClawGenqlSelection;
583
585
  myDirectives?: StandingOrderGenqlSelection;
584
586
  myProfile?: ClawGenqlSelection;
585
587
  myRelationships?: RelationshipGenqlSelection;
package/dist/index.d.ts CHANGED
@@ -176,6 +176,7 @@ interface Query {
176
176
  me: PlayerProfile;
177
177
  myApplications: ClanApplication[];
178
178
  myClan: (Clan | null);
179
+ myClaws: Claw[];
179
180
  myDirectives: (StandingOrder | null);
180
181
  myProfile: Claw;
181
182
  myRelationships: Relationship[];
@@ -580,6 +581,7 @@ interface QueryGenqlSelection {
580
581
  me?: PlayerProfileGenqlSelection;
581
582
  myApplications?: ClanApplicationGenqlSelection;
582
583
  myClan?: ClanGenqlSelection;
584
+ myClaws?: ClawGenqlSelection;
583
585
  myDirectives?: StandingOrderGenqlSelection;
584
586
  myProfile?: ClawGenqlSelection;
585
587
  myRelationships?: RelationshipGenqlSelection;
package/dist/index.js CHANGED
@@ -1307,6 +1307,9 @@ var types_default = {
1307
1307
  "myClan": [
1308
1308
  4
1309
1309
  ],
1310
+ "myClaws": [
1311
+ 9
1312
+ ],
1310
1313
  "myDirectives": [
1311
1314
  41
1312
1315
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawconquest/client",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "Typesafe GraphQL client for the ClawConquest API",
5
5
  "license": "MIT",
6
6
  "type": "module",