@@ -178,6 +178,21 @@ export class RunwayML extends Core.APIClient {
178
178
static fileFromPath = Uploads . fileFromPath ;
179
179
}
180
180
181
+ RunwayML . Tasks = Tasks ;
182
+ RunwayML . ImageToVideo = ImageToVideo ;
183
+ export declare namespace RunwayML {
184
+ export type RequestOptions = Core . RequestOptions ;
185
+
186
+ export { Tasks as Tasks , type TaskRetrieveResponse as TaskRetrieveResponse } ;
187
+
188
+ export {
189
+ ImageToVideo as ImageToVideo ,
190
+ type ImageToVideoCreateResponse as ImageToVideoCreateResponse ,
191
+ type ImageToVideoCreateParams as ImageToVideoCreateParams ,
192
+ } ;
193
+ }
194
+
195
+ export { toFile , fileFromPath } from '@runwayml/sdk/uploads' ;
181
196
export {
182
197
RunwayMLError ,
183
198
APIError ,
@@ -192,24 +207,6 @@ export {
192
207
InternalServerError ,
193
208
PermissionDeniedError ,
194
209
UnprocessableEntityError ,
195
- } from './error' ;
196
-
197
- export import toFile = Uploads . toFile ;
198
- export import fileFromPath = Uploads . fileFromPath ;
199
-
200
- RunwayML . Tasks = Tasks ;
201
- RunwayML . ImageToVideo = ImageToVideo ;
202
-
203
- export declare namespace RunwayML {
204
- export type RequestOptions = Core . RequestOptions ;
205
-
206
- export { Tasks as Tasks , type TaskRetrieveResponse as TaskRetrieveResponse } ;
207
-
208
- export {
209
- ImageToVideo as ImageToVideo ,
210
- type ImageToVideoCreateResponse as ImageToVideoCreateResponse ,
211
- type ImageToVideoCreateParams as ImageToVideoCreateParams ,
212
- } ;
213
- }
210
+ } from '@runwayml/sdk/error' ;
214
211
215
212
export default RunwayML ;
0 commit comments