-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
79 changed files
with
895 additions
and
2,002 deletions.
There are no files selected for viewing
Binary file removed
BIN
-162 KB
.yarn/cache/@graphql-tools-utils-npm-10.0.0-89c947f78b-91df8f24a1.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-13.5 KB
.yarn/cache/@nestjs-mapped-types-npm-1.2.2-879ac81dac-b4cb4c28ea.zip
Binary file not shown.
Binary file removed
BIN
-169 KB
.yarn/cache/@nestjs-microservices-npm-10.1.3-6c6fa278f9-e156e15c73.zip
Binary file not shown.
Binary file removed
BIN
-169 KB
.yarn/cache/@nestjs-microservices-npm-10.2.1-62ee29aaad-3402cd1351.zip
Binary file not shown.
Binary file removed
BIN
-155 KB
.yarn/cache/@nestjs-microservices-npm-8.0.5-c1b1ee14bd-a3302fa9db.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/exceptions/http.exception.d.ts b/exceptions/http.exception.d.ts | ||
index e56ede0b858313355b5c3950fbac2ba7b5b90fc8..0b1144345becd12f4f1bd2034419a5b3691f8e75 100644 | ||
--- a/exceptions/http.exception.d.ts | ||
+++ b/exceptions/http.exception.d.ts | ||
@@ -1,7 +1,7 @@ | ||
import { HttpExceptionBody, HttpExceptionBodyMessage } from '../interfaces/http/http-exception-body.interface'; | ||
export interface HttpExceptionOptions { | ||
/** original cause of the error */ | ||
- cause?: unknown; | ||
+ cause?: Error; | ||
description?: string; | ||
} | ||
export interface DescriptionAndOptions { | ||
@@ -55,7 +55,7 @@ export declare class HttpException extends Error { | ||
* @param options An object used to add an error cause. | ||
*/ | ||
constructor(response: string | Record<string, any>, status: number, options?: HttpExceptionOptions); | ||
- cause: unknown; | ||
+ cause: undefined; | ||
/** | ||
* Configures error chaining support | ||
* |
23 changes: 23 additions & 0 deletions
23
.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
diff --git a/index.d.ts b/index.d.ts | ||
index 0c63c8df26c8dec41937bfb7af33fafc2f59d454..b180242b829710d690de9fede42d7272cbe55f2f 100644 | ||
--- a/index.d.ts | ||
+++ b/index.d.ts | ||
@@ -1,5 +1,6 @@ | ||
import * as v1alpha2 from './ory/keto/relation_tuples/v1alpha2' | ||
|
||
declare module '@ory/keto-grpc-client' { | ||
+ // @ts-ignore | ||
export default v1alpha2 | ||
} | ||
diff --git a/ory/keto/relation_tuples/v1alpha2/index.d.ts b/ory/keto/relation_tuples/v1alpha2/index.d.ts | ||
index 7e52c454dddc9314957b4015d1b0166f5f243c0d..27946e94c5eaf13dd77a58701b9fba756956afe9 100644 | ||
--- a/ory/keto/relation_tuples/v1alpha2/index.d.ts | ||
+++ b/ory/keto/relation_tuples/v1alpha2/index.d.ts | ||
@@ -8,6 +8,7 @@ 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/relation_tuples/v1alpha2' { | ||
+ // @ts-ignore | ||
export { | ||
relationTuples, | ||
write, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/dataloader/src/interfaces/nest-dataloader.interfaces.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import DataLoader from 'dataloader' | ||
|
||
export interface NestDataLoader { | ||
generateDataLoader(): DataLoader<any, any> | ||
generateDataLoader(): DataLoader<any,any> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const GATEWAY_MODULE_OPTIONS = 'GATEWAY_MODULE_OPTIONS' | ||
export const GATEWAY_MODULE_OPTIONS = `GATEWAY_MODULE_OPTIONS` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/grpc-playground/src/module/grpc-playground.constants.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const GRPC_PLAYGROUND_MODULE_OPTIONS = 'GRPC_PLAYGROUND_MODULE_OPTIONS' | ||
export const GRPC_PLAYGROUND_MODULE_OPTIONS = `GRPC_PLAYGROUND_MODULE_OPTIONS` |
Oops, something went wrong.