Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: correct paths in TypeScript SDK #1025

Merged
merged 1 commit into from
Sep 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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