Skip to content

Commit

Permalink
feat: export account config connect rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous committed Jul 19, 2024
1 parent d005da4 commit 6292170
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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": "8.1.0",
"version": "8.2.0",
"description": "Javascript and Typescript libraries for the State Description Protocol",
"license": "MIT",
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ export {
revokeInvite,
resendInvite,
} from './__generated__/invites-InviteService_connectquery'
export {
getAccountConfig,
updateAccountConfig,
} from './__generated__/config-ConfigurationService_connectquery'
1 change: 1 addition & 0 deletions src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from './__generated__/bookmarks_connect'
export * from './__generated__/changes_connect'
export * from './__generated__/invites_connect'
export * from './__generated__/snapshots_connect'
export * from './__generated__/config_connect'

0 comments on commit 6292170

Please sign in to comment.