|
1 | 1 | // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. |
2 | 2 |
|
3 | | -import type { RequestInit, BodyInit } from './internal/builtin-types'; |
| 3 | +import type { RequestInit, RequestInfo, BodyInit } from './internal/builtin-types'; |
4 | 4 | import type { HTTPMethod, PromiseOrValue, MergedRequestInit, FinalizedRequestInit } from './internal/types'; |
5 | 5 | import { uuid4 } from './internal/utils/uuid'; |
6 | 6 | import { validatePositiveInteger, isAbsoluteURL, safeJSON } from './internal/utils/values'; |
@@ -159,7 +159,7 @@ import { |
159 | 159 | Errors as ErrorsAPIErrors, |
160 | 160 | ExceptionInfo, |
161 | 161 | ExceptionMechanism, |
162 | | - RequestInfo, |
| 162 | + RequestInfo as ErrorRequestInfo, |
163 | 163 | StackFrame, |
164 | 164 | } from './resources/errors'; |
165 | 165 | import { |
@@ -1352,7 +1352,7 @@ export declare namespace Gitpod { |
1352 | 1352 | type ErrorLevel as ErrorLevel, |
1353 | 1353 | type ExceptionInfo as ExceptionInfo, |
1354 | 1354 | type ExceptionMechanism as ExceptionMechanism, |
1355 | | - type RequestInfo as RequestInfo, |
| 1355 | + type ErrorRequestInfo as RequestInfo, |
1356 | 1356 | type StackFrame as StackFrame, |
1357 | 1357 | type ErrorReportErrorsResponse as ErrorReportErrorsResponse, |
1358 | 1358 | type ErrorReportErrorsParams as ErrorReportErrorsParams, |
|
0 commit comments