Skip to content

Commit baf78e9

Browse files
author
Baptiste Jamin
committed
v1.7.5
1 parent 4dbb087 commit baf78e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.4
1+
1.7.5

mirage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121

2222
const (
23-
libraryVersion = "1.7.4"
23+
libraryVersion = "1.7.5"
2424
defaultRestEndpointURL = "https://api.mirage-ai.com/v1/"
2525
userAgent = "go-mirage-api/" + libraryVersion
2626
acceptContentType = "application/json"

task_transcribe.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type TranscribeSpeechRequestLocale struct {
1919

2020
// TranscribeSpeechRequestMedia mapping
2121
type TranscribeSpeechRequestMedia struct {
22-
Type string `json:"type"`
22+
Type string `json:"type,omitempty"`
2323
URL string `json:"url"`
2424
}
2525

0 commit comments

Comments
 (0)