Skip to content

Commit

Permalink
fix: correct paths in TypeScript SDK (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl authored Sep 20, 2022
1 parent adfcfd6 commit 8b30508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions proto/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as v1apha2 from './ory/keto/relation_tuples/v1alpha2'
import * as v1alpha2 from './ory/keto/relation_tuples/v1alpha2'

declare module '@ory/keto-grpc-client' {
export default v1apha2
export default v1alpha2
}
3 changes: 1 addition & 2 deletions proto/ory/keto/relation_tuples/v1alpha2/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import * as expand from './expand_service_pb'
import * as expandService from './expand_service_grpc_pb'
import * as read from './read_service_pb'
import * as readService from './read_service_grpc_pb'

declare module '@ory/keto-grpc-client/ory/keto/acl/v1alpha2' {
declare module '@ory/keto-grpc-client/ory/keto/relation_tuples/v1alpha2' {
export {
relationTuples,
write,
Expand Down

0 comments on commit 8b30508

Please sign in to comment.