Skip to content

Commit

Permalink
feat: export more api key rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous committed Aug 27, 2024
1 parent a28608e commit ca8282b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@overmindtech/sdp-js",
"version": "11.0.1",
"version": "11.1.0",
"description": "Javascript and Typescript libraries for the State Description Protocol",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 4 additions & 3 deletions src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ export {
} from './__generated__/snapshots-SnapshotsService_connectquery'
export {
createAPIKey,
deleteAPIKey,
listAPIKeys,
refreshAPIKey,
getAPIKey,
exchangeKeyForToken,
updateAPIKey,
listAPIKeys,
deleteAPIKey,
exchangeKeyForToken,
} from './__generated__/apikeys-ApiKeyService_connectquery'
export {
getAccount,
Expand Down

0 comments on commit ca8282b

Please sign in to comment.