@clawconquest/client 1.2.0 → 1.3.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
@@ -1298,6 +1298,9 @@ var types_default = {
1298
1298
  ]
1299
1299
  }
1300
1300
  ],
1301
+ "countClaws": [
1302
+ 21
1303
+ ],
1301
1304
  "events": [
1302
1305
  18,
1303
1306
  {
package/dist/index.d.cts CHANGED
@@ -166,6 +166,7 @@ interface Query {
166
166
  clans: Clan[];
167
167
  claw: PublicClaw;
168
168
  claws: PublicClaw[];
169
+ countClaws: Scalars['Int'];
169
170
  events: GameEvent[];
170
171
  inbox: Whisper[];
171
172
  intercepted_whispers: Whisper[];
@@ -547,6 +548,7 @@ interface QueryGenqlSelection {
547
548
  offset?: Scalars['Int'];
548
549
  };
549
550
  });
551
+ countClaws?: boolean | number;
550
552
  events?: (GameEventGenqlSelection & {
551
553
  __args?: {
552
554
  clawId?: (Scalars['String'] | null);
package/dist/index.d.ts CHANGED
@@ -166,6 +166,7 @@ interface Query {
166
166
  clans: Clan[];
167
167
  claw: PublicClaw;
168
168
  claws: PublicClaw[];
169
+ countClaws: Scalars['Int'];
169
170
  events: GameEvent[];
170
171
  inbox: Whisper[];
171
172
  intercepted_whispers: Whisper[];
@@ -547,6 +548,7 @@ interface QueryGenqlSelection {
547
548
  offset?: Scalars['Int'];
548
549
  };
549
550
  });
551
+ countClaws?: boolean | number;
550
552
  events?: (GameEventGenqlSelection & {
551
553
  __args?: {
552
554
  clawId?: (Scalars['String'] | null);
package/dist/index.js CHANGED
@@ -1235,6 +1235,9 @@ var types_default = {
1235
1235
  ]
1236
1236
  }
1237
1237
  ],
1238
+ "countClaws": [
1239
+ 21
1240
+ ],
1238
1241
  "events": [
1239
1242
  18,
1240
1243
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawconquest/client",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Typesafe GraphQL client for the ClawConquest API",
5
5
  "license": "MIT",
6
6
  "type": "module",