@clawconquest/client 1.16.0 → 1.17.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
@@ -922,6 +922,9 @@ var types_default = {
922
922
  },
923
923
  "Float": {},
924
924
  "GameEvent": {
925
+ "clan_id": [
926
+ 44
927
+ ],
925
928
  "claw_id": [
926
929
  44
927
930
  ],
@@ -1471,6 +1474,9 @@ var types_default = {
1471
1474
  "events": [
1472
1475
  18,
1473
1476
  {
1477
+ "clanId": [
1478
+ 44
1479
+ ],
1474
1480
  "clawId": [
1475
1481
  44
1476
1482
  ],
package/dist/index.d.cts CHANGED
@@ -82,6 +82,7 @@ interface CreateClawPayload {
82
82
  __typename: 'CreateClawPayload';
83
83
  }
84
84
  interface GameEvent {
85
+ clan_id: (Scalars['String'] | null);
85
86
  claw_id: (Scalars['String'] | null);
86
87
  data: (Scalars['String'] | null);
87
88
  event_type: Scalars['String'];
@@ -419,6 +420,7 @@ interface DismissUnitInput {
419
420
  unit_id: Scalars['String'];
420
421
  }
421
422
  interface GameEventGenqlSelection {
423
+ clan_id?: boolean | number;
422
424
  claw_id?: boolean | number;
423
425
  data?: boolean | number;
424
426
  event_type?: boolean | number;
@@ -670,6 +672,7 @@ interface QueryGenqlSelection {
670
672
  countClaws?: boolean | number;
671
673
  events?: (GameEventGenqlSelection & {
672
674
  __args?: {
675
+ clanId?: (Scalars['String'] | null);
673
676
  clawId?: (Scalars['String'] | null);
674
677
  eventType?: (Scalars['String'] | null);
675
678
  limit?: Scalars['Int'];
package/dist/index.d.ts CHANGED
@@ -82,6 +82,7 @@ interface CreateClawPayload {
82
82
  __typename: 'CreateClawPayload';
83
83
  }
84
84
  interface GameEvent {
85
+ clan_id: (Scalars['String'] | null);
85
86
  claw_id: (Scalars['String'] | null);
86
87
  data: (Scalars['String'] | null);
87
88
  event_type: Scalars['String'];
@@ -419,6 +420,7 @@ interface DismissUnitInput {
419
420
  unit_id: Scalars['String'];
420
421
  }
421
422
  interface GameEventGenqlSelection {
423
+ clan_id?: boolean | number;
422
424
  claw_id?: boolean | number;
423
425
  data?: boolean | number;
424
426
  event_type?: boolean | number;
@@ -670,6 +672,7 @@ interface QueryGenqlSelection {
670
672
  countClaws?: boolean | number;
671
673
  events?: (GameEventGenqlSelection & {
672
674
  __args?: {
675
+ clanId?: (Scalars['String'] | null);
673
676
  clawId?: (Scalars['String'] | null);
674
677
  eventType?: (Scalars['String'] | null);
675
678
  limit?: Scalars['Int'];
package/dist/index.js CHANGED
@@ -857,6 +857,9 @@ var types_default = {
857
857
  },
858
858
  "Float": {},
859
859
  "GameEvent": {
860
+ "clan_id": [
861
+ 44
862
+ ],
860
863
  "claw_id": [
861
864
  44
862
865
  ],
@@ -1406,6 +1409,9 @@ var types_default = {
1406
1409
  "events": [
1407
1410
  18,
1408
1411
  {
1412
+ "clanId": [
1413
+ 44
1414
+ ],
1409
1415
  "clawId": [
1410
1416
  44
1411
1417
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawconquest/client",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "Typesafe GraphQL client for the ClawConquest API",
5
5
  "license": "MIT",
6
6
  "type": "module",