Skip to content

Commit

Permalink
chore: rebuild project due to codegen change (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 12, 2024
1 parent 7a374f8 commit f817588
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,28 +171,8 @@ export class Steel extends Core.APIClient {
static fileFromPath = Uploads.fileFromPath;
}

export {
SteelError,
APIError,
APIConnectionError,
APIConnectionTimeoutError,
APIUserAbortError,
NotFoundError,
ConflictError,
RateLimitError,
BadRequestError,
AuthenticationError,
InternalServerError,
PermissionDeniedError,
UnprocessableEntityError,
} from './error';

export import toFile = Uploads.toFile;
export import fileFromPath = Uploads.fileFromPath;

Steel.Sessions = Sessions;
Steel.SessionListResponsesSessionsCursor = SessionListResponsesSessionsCursor;

export declare namespace Steel {
export type RequestOptions = Core.RequestOptions;

Expand All @@ -216,4 +196,21 @@ export declare namespace Steel {
};
}

export { toFile, fileFromPath } from 'steel-sdk/uploads';
export {
SteelError,
APIError,
APIConnectionError,
APIConnectionTimeoutError,
APIUserAbortError,
NotFoundError,
ConflictError,
RateLimitError,
BadRequestError,
AuthenticationError,
InternalServerError,
PermissionDeniedError,
UnprocessableEntityError,
} from 'steel-sdk/error';

export default Steel;

0 comments on commit f817588

Please sign in to comment.