Skip to content

Commit

Permalink
fix(types): export new endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
techchrism committed Feb 4, 2024
1 parent 2184b5e commit 3725351
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions valorant-api-types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion valorant-api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valorant-api-types",
"version": "0.9.0",
"version": "0.9.1",
"description": "A collection of documented endpoints and return types for the unofficial Valorant API",
"homepage": "https://github.com/techchrism/valorant-api-docs#readme",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions valorant-api-types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export * from './endpoints/party/PartyDecline'
export * from './endpoints/party/CustomGameConfigs'
export * from './endpoints/party/PartyChatToken'
export * from './endpoints/party/PartyVoiceToken'
export * from './endpoints/party/PartyGenerateCode'
export * from './endpoints/party/PartyDisableCode'
export * from './endpoints/party/PartyJoinByCode'

export * from './endpoints/store/Prices'
export * from './endpoints/store/Storefront'
Expand All @@ -46,6 +49,7 @@ export * from './endpoints/pregame/PregameQuit'
export * from './endpoints/currentgame/CurrentGamePlayer'
export * from './endpoints/currentgame/CurrentGameMatch'
export * from './endpoints/currentgame/CurrentGameLoadouts'
export * from './endpoints/currentgame/CurrentGameQuit'

export * from './endpoints/contracts/ItemUpgrades'
export * from './endpoints/contracts/Contracts'
Expand Down

0 comments on commit 3725351

Please sign in to comment.