We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a12fdb commit f82303bCopy full SHA for f82303b
VERSION
@@ -1 +1 @@
1
-1.9.0
+1.9.1
mirage.go
@@ -20,7 +20,7 @@ import (
20
21
22
const (
23
- libraryVersion = "1.9.0"
+ libraryVersion = "1.9.1"
24
defaultRestEndpointURL = "https://api.mirage-ai.com/v1/"
25
userAgent = "go-mirage-api/" + libraryVersion
26
acceptContentType = "application/json"
task_spam.go
@@ -14,8 +14,8 @@ type SpamClassifyRequest struct {
14
15
// SpamClassifyRequestSender mapping
16
type SpamClassifyRequestSender struct {
17
- Name string `json:"name"`
18
- Email string `json:"email"`
+ Name *string `json:"name"`
+ Email *string `json:"email"`
19
}
// SpamClassifyRequestTranscript mapping
0 commit comments