Skip to content

Commit

Permalink
add sources to client (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetrevdev authored Mar 12, 2024
1 parent 344c2f4 commit 565e6a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export interface MainApi {
orgs: api.OrganizationsApi;
queries: api.QueriesApi;
queryLambdas: api.QueryLambdasApi;
sources: api.SourcesApi;
views: api.ViewsApi;
virtualInstances: api.VirtualInstancesApi;
customRolesBeta: api.CustomRolesApi;
Expand Down Expand Up @@ -111,6 +112,7 @@ const rocksetConfigure = (
orgs: new api.OrganizationsApi({}, host, authFetch),
queries: new api.QueriesApi({}, host, queryFetch),
queryLambdas: new api.QueryLambdasApi({}, host, queryFetch),
sources: new api.SourcesApi({}, host, authFetch),
views: new api.ViewsApi({}, host, authFetch),
virtualInstances: new api.VirtualInstancesApi({}, host, authFetch),
customRolesBeta: new api.CustomRolesApi({}, host, authFetch),
Expand Down

0 comments on commit 565e6a9

Please sign in to comment.