Skip to content

Commit

Permalink
Added new account endpoints to export
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Apr 30, 2024
1 parent 76ec3b3 commit 4aa3229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export {
getAppSummaries,
getChangeRisks,
getChangeArchive,
listChangesByStatus,
} from './__generated__/changes-ChangesService_connectquery'
export {
listSnapshots,
Expand All @@ -60,6 +61,7 @@ export {
deleteSource,
keepaliveSources,
createToken,
deleteAccount,
} from './__generated__/account-ManagementService_connectquery'
export {
listInvites,
Expand Down

0 comments on commit 4aa3229

Please sign in to comment.