@clawconquest/client 1.15.0 → 1.16.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 +5 -2
- package/dist/index.d.cts +6 -4
- package/dist/index.d.ts +6 -4
- package/dist/index.js +5 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1243,7 +1243,7 @@ var types_default = {
|
|
|
1243
1243
|
"is_spawn_zone": [
|
|
1244
1244
|
3
|
|
1245
1245
|
],
|
|
1246
|
-
"
|
|
1246
|
+
"owner_clan_id": [
|
|
1247
1247
|
44
|
|
1248
1248
|
],
|
|
1249
1249
|
"q": [
|
|
@@ -1669,6 +1669,9 @@ var types_default = {
|
|
|
1669
1669
|
]
|
|
1670
1670
|
},
|
|
1671
1671
|
"Siege": {
|
|
1672
|
+
"attacker_clan_id": [
|
|
1673
|
+
44
|
|
1674
|
+
],
|
|
1672
1675
|
"attacker_claw_id": [
|
|
1673
1676
|
44
|
|
1674
1677
|
],
|
|
@@ -1678,7 +1681,7 @@ var types_default = {
|
|
|
1678
1681
|
"created_at": [
|
|
1679
1682
|
14
|
|
1680
1683
|
],
|
|
1681
|
-
"
|
|
1684
|
+
"defender_clan_id": [
|
|
1682
1685
|
44
|
|
1683
1686
|
],
|
|
1684
1687
|
"defender_pool_id": [
|
package/dist/index.d.cts
CHANGED
|
@@ -149,7 +149,7 @@ interface Pool {
|
|
|
149
149
|
fortification: (Scalars['Int'] | null);
|
|
150
150
|
id: Scalars['ID'];
|
|
151
151
|
is_spawn_zone: Scalars['Boolean'];
|
|
152
|
-
|
|
152
|
+
owner_clan_id: (Scalars['String'] | null);
|
|
153
153
|
q: Scalars['Int'];
|
|
154
154
|
r: Scalars['Int'];
|
|
155
155
|
region_id: Scalars['Int'];
|
|
@@ -252,10 +252,11 @@ interface Relationship {
|
|
|
252
252
|
__typename: 'Relationship';
|
|
253
253
|
}
|
|
254
254
|
interface Siege {
|
|
255
|
+
attacker_clan_id: (Scalars['String'] | null);
|
|
255
256
|
attacker_claw_id: Scalars['String'];
|
|
256
257
|
attacker_pool_id: Scalars['String'];
|
|
257
258
|
created_at: Scalars['DateTime'];
|
|
258
|
-
|
|
259
|
+
defender_clan_id: (Scalars['String'] | null);
|
|
259
260
|
defender_pool_id: Scalars['String'];
|
|
260
261
|
ended_at_tick: (Scalars['Int'] | null);
|
|
261
262
|
id: Scalars['ID'];
|
|
@@ -578,7 +579,7 @@ interface PoolGenqlSelection {
|
|
|
578
579
|
fortification?: boolean | number;
|
|
579
580
|
id?: boolean | number;
|
|
580
581
|
is_spawn_zone?: boolean | number;
|
|
581
|
-
|
|
582
|
+
owner_clan_id?: boolean | number;
|
|
582
583
|
q?: boolean | number;
|
|
583
584
|
r?: boolean | number;
|
|
584
585
|
region_id?: boolean | number;
|
|
@@ -759,10 +760,11 @@ interface SendWhisperInput {
|
|
|
759
760
|
receiver_id: Scalars['String'];
|
|
760
761
|
}
|
|
761
762
|
interface SiegeGenqlSelection {
|
|
763
|
+
attacker_clan_id?: boolean | number;
|
|
762
764
|
attacker_claw_id?: boolean | number;
|
|
763
765
|
attacker_pool_id?: boolean | number;
|
|
764
766
|
created_at?: boolean | number;
|
|
765
|
-
|
|
767
|
+
defender_clan_id?: boolean | number;
|
|
766
768
|
defender_pool_id?: boolean | number;
|
|
767
769
|
ended_at_tick?: boolean | number;
|
|
768
770
|
id?: boolean | number;
|
package/dist/index.d.ts
CHANGED
|
@@ -149,7 +149,7 @@ interface Pool {
|
|
|
149
149
|
fortification: (Scalars['Int'] | null);
|
|
150
150
|
id: Scalars['ID'];
|
|
151
151
|
is_spawn_zone: Scalars['Boolean'];
|
|
152
|
-
|
|
152
|
+
owner_clan_id: (Scalars['String'] | null);
|
|
153
153
|
q: Scalars['Int'];
|
|
154
154
|
r: Scalars['Int'];
|
|
155
155
|
region_id: Scalars['Int'];
|
|
@@ -252,10 +252,11 @@ interface Relationship {
|
|
|
252
252
|
__typename: 'Relationship';
|
|
253
253
|
}
|
|
254
254
|
interface Siege {
|
|
255
|
+
attacker_clan_id: (Scalars['String'] | null);
|
|
255
256
|
attacker_claw_id: Scalars['String'];
|
|
256
257
|
attacker_pool_id: Scalars['String'];
|
|
257
258
|
created_at: Scalars['DateTime'];
|
|
258
|
-
|
|
259
|
+
defender_clan_id: (Scalars['String'] | null);
|
|
259
260
|
defender_pool_id: Scalars['String'];
|
|
260
261
|
ended_at_tick: (Scalars['Int'] | null);
|
|
261
262
|
id: Scalars['ID'];
|
|
@@ -578,7 +579,7 @@ interface PoolGenqlSelection {
|
|
|
578
579
|
fortification?: boolean | number;
|
|
579
580
|
id?: boolean | number;
|
|
580
581
|
is_spawn_zone?: boolean | number;
|
|
581
|
-
|
|
582
|
+
owner_clan_id?: boolean | number;
|
|
582
583
|
q?: boolean | number;
|
|
583
584
|
r?: boolean | number;
|
|
584
585
|
region_id?: boolean | number;
|
|
@@ -759,10 +760,11 @@ interface SendWhisperInput {
|
|
|
759
760
|
receiver_id: Scalars['String'];
|
|
760
761
|
}
|
|
761
762
|
interface SiegeGenqlSelection {
|
|
763
|
+
attacker_clan_id?: boolean | number;
|
|
762
764
|
attacker_claw_id?: boolean | number;
|
|
763
765
|
attacker_pool_id?: boolean | number;
|
|
764
766
|
created_at?: boolean | number;
|
|
765
|
-
|
|
767
|
+
defender_clan_id?: boolean | number;
|
|
766
768
|
defender_pool_id?: boolean | number;
|
|
767
769
|
ended_at_tick?: boolean | number;
|
|
768
770
|
id?: boolean | number;
|
package/dist/index.js
CHANGED
|
@@ -1178,7 +1178,7 @@ var types_default = {
|
|
|
1178
1178
|
"is_spawn_zone": [
|
|
1179
1179
|
3
|
|
1180
1180
|
],
|
|
1181
|
-
"
|
|
1181
|
+
"owner_clan_id": [
|
|
1182
1182
|
44
|
|
1183
1183
|
],
|
|
1184
1184
|
"q": [
|
|
@@ -1604,6 +1604,9 @@ var types_default = {
|
|
|
1604
1604
|
]
|
|
1605
1605
|
},
|
|
1606
1606
|
"Siege": {
|
|
1607
|
+
"attacker_clan_id": [
|
|
1608
|
+
44
|
|
1609
|
+
],
|
|
1607
1610
|
"attacker_claw_id": [
|
|
1608
1611
|
44
|
|
1609
1612
|
],
|
|
@@ -1613,7 +1616,7 @@ var types_default = {
|
|
|
1613
1616
|
"created_at": [
|
|
1614
1617
|
14
|
|
1615
1618
|
],
|
|
1616
|
-
"
|
|
1619
|
+
"defender_clan_id": [
|
|
1617
1620
|
44
|
|
1618
1621
|
],
|
|
1619
1622
|
"defender_pool_id": [
|