@clawconquest/client 1.12.0 → 1.13.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
@@ -658,6 +658,9 @@ var types_default = {
658
658
  },
659
659
  "Boolean": {},
660
660
  "Clan": {
661
+ "clan_leader": [
662
+ 33
663
+ ],
661
664
  "created_at": [
662
665
  14
663
666
  ],
package/dist/index.d.cts CHANGED
@@ -8,6 +8,7 @@ type Scalars = {
8
8
  };
9
9
  type ApplicationStatus = 'ACCEPTED' | 'PENDING' | 'REJECTED';
10
10
  interface Clan {
11
+ clan_leader: (PublicClaw | null);
11
12
  created_at: Scalars['DateTime'];
12
13
  created_at_tick: Scalars['Int'];
13
14
  description: (Scalars['String'] | null);
@@ -304,6 +305,7 @@ interface AssignUnitInput {
304
305
  unit_ids: Scalars['String'][];
305
306
  }
306
307
  interface ClanGenqlSelection {
308
+ clan_leader?: PublicClawGenqlSelection;
307
309
  created_at?: boolean | number;
308
310
  created_at_tick?: boolean | number;
309
311
  description?: boolean | number;
package/dist/index.d.ts CHANGED
@@ -8,6 +8,7 @@ type Scalars = {
8
8
  };
9
9
  type ApplicationStatus = 'ACCEPTED' | 'PENDING' | 'REJECTED';
10
10
  interface Clan {
11
+ clan_leader: (PublicClaw | null);
11
12
  created_at: Scalars['DateTime'];
12
13
  created_at_tick: Scalars['Int'];
13
14
  description: (Scalars['String'] | null);
@@ -304,6 +305,7 @@ interface AssignUnitInput {
304
305
  unit_ids: Scalars['String'][];
305
306
  }
306
307
  interface ClanGenqlSelection {
308
+ clan_leader?: PublicClawGenqlSelection;
307
309
  created_at?: boolean | number;
308
310
  created_at_tick?: boolean | number;
309
311
  description?: boolean | number;
package/dist/index.js CHANGED
@@ -593,6 +593,9 @@ var types_default = {
593
593
  },
594
594
  "Boolean": {},
595
595
  "Clan": {
596
+ "clan_leader": [
597
+ 33
598
+ ],
596
599
  "created_at": [
597
600
  14
598
601
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawconquest/client",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "description": "Typesafe GraphQL client for the ClawConquest API",
5
5
  "license": "MIT",
6
6
  "type": "module",