We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbb087 commit baf78e9Copy full SHA for baf78e9
VERSION
@@ -1 +1 @@
1
-1.7.4
+1.7.5
mirage.go
@@ -20,7 +20,7 @@ import (
20
21
22
const (
23
- libraryVersion = "1.7.4"
+ libraryVersion = "1.7.5"
24
defaultRestEndpointURL = "https://api.mirage-ai.com/v1/"
25
userAgent = "go-mirage-api/" + libraryVersion
26
acceptContentType = "application/json"
task_transcribe.go
@@ -19,7 +19,7 @@ type TranscribeSpeechRequestLocale struct {
19
// TranscribeSpeechRequestMedia mapping
type TranscribeSpeechRequestMedia struct {
- Type string `json:"type"`
+ Type string `json:"type,omitempty"`
URL string `json:"url"`
}
0 commit comments