Skip to content

Commit

Permalink
chore(types): add image url to planet type (#19)
Browse files Browse the repository at this point in the history
* chore(types): add `imageUrl`  property on `Planet` type

* chore(release): bump package version to 1.3.1
  • Loading branch information
fabio-nettis committed Apr 22, 2024
1 parent 990a3fd commit a9d4489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": false,
"description": "The official SDK for HellHub API. Filter and collect data with full type safety out of the box.",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions types/api-entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export interface Planet extends RemoteEntity {
ownerId: number;
sector: Sector;
sectorId: number;
imageUrl: string;
effects: Effect[];
biome: Biome;
biomeId: number;
Expand Down

0 comments on commit a9d4489

Please sign in to comment.