We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990a3fd commit a9d4489Copy full SHA for a9d4489
package.json
@@ -3,7 +3,7 @@
3
"license": "MIT",
4
"private": false,
5
"description": "The official SDK for HellHub API. Filter and collect data with full type safety out of the box.",
6
- "version": "1.3.0",
+ "version": "1.3.1",
7
"main": "dist/index.mjs",
8
"types": "dist/index.d.ts",
9
"keywords": [
types/api-entities.ts
@@ -56,6 +56,7 @@ export interface Planet extends RemoteEntity {
56
ownerId: number;
57
sector: Sector;
58
sectorId: number;
59
+ imageUrl: string;
60
effects: Effect[];
61
biome: Biome;
62
biomeId: number;
0 commit comments