File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export class Transcriptions extends APIResource {
2121 body : TranscriptionCreateParams < 'srt' | 'vtt' | 'text' > ,
2222 options ?: Core . RequestOptions ,
2323 ) : Core . APIPromise < string > ;
24+ create ( body : TranscriptionCreateParams , options ?: Core . RequestOptions ) : Core . APIPromise < Transcription > ;
2425 create (
2526 body : TranscriptionCreateParams ,
2627 options ?: Core . RequestOptions ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export class Translations extends APIResource {
2222 body : TranslationCreateParams < 'text' | 'srt' | 'vtt' > ,
2323 options ?: Core . RequestOptions ,
2424 ) : Core . APIPromise < string > ;
25+ create ( body : TranslationCreateParams , options ?: Core . RequestOptions ) : Core . APIPromise < Translation > ;
2526 create (
2627 body : TranslationCreateParams ,
2728 options ?: Core . RequestOptions ,
You can’t perform that action at this time.
0 commit comments