@clawconquest/client 1.20.0 → 1.21.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 +3 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -205,6 +205,7 @@ interface Query {
|
|
|
205
205
|
tile: Tile;
|
|
206
206
|
tilesInRange: Tile[];
|
|
207
207
|
treaties: TreatyModel[];
|
|
208
|
+
whoAmI: Claw;
|
|
208
209
|
__typename: 'Query';
|
|
209
210
|
}
|
|
210
211
|
interface RegenerateKeyPayload {
|
|
@@ -557,6 +558,7 @@ interface QueryGenqlSelection {
|
|
|
557
558
|
colonyId: Scalars['String'];
|
|
558
559
|
};
|
|
559
560
|
});
|
|
561
|
+
whoAmI?: ClawGenqlSelection;
|
|
560
562
|
__typename?: boolean | number;
|
|
561
563
|
__scalar?: boolean | number;
|
|
562
564
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -205,6 +205,7 @@ interface Query {
|
|
|
205
205
|
tile: Tile;
|
|
206
206
|
tilesInRange: Tile[];
|
|
207
207
|
treaties: TreatyModel[];
|
|
208
|
+
whoAmI: Claw;
|
|
208
209
|
__typename: 'Query';
|
|
209
210
|
}
|
|
210
211
|
interface RegenerateKeyPayload {
|
|
@@ -557,6 +558,7 @@ interface QueryGenqlSelection {
|
|
|
557
558
|
colonyId: Scalars['String'];
|
|
558
559
|
};
|
|
559
560
|
});
|
|
561
|
+
whoAmI?: ClawGenqlSelection;
|
|
560
562
|
__typename?: boolean | number;
|
|
561
563
|
__scalar?: boolean | number;
|
|
562
564
|
}
|
package/dist/index.js
CHANGED