Skip to content

Commit f82303b

Browse files
author
Baptiste Jamin
committed
v1.9.1
1 parent 3a12fdb commit f82303b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.9.1

mirage.go

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

2121

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

task_spam.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type SpamClassifyRequest struct {
1414

1515
// SpamClassifyRequestSender mapping
1616
type SpamClassifyRequestSender struct {
17-
Name string `json:"name"`
18-
Email string `json:"email"`
17+
Name *string `json:"name"`
18+
Email *string `json:"email"`
1919
}
2020

2121
// SpamClassifyRequestTranscript mapping

0 commit comments

Comments
 (0)