Skip to content

Commit

Permalink
Added short_code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Mar 16, 2021
1 parent b9db0ca commit 96df0e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type APIEnvironment string
const (

// defaultUserAgent is the default user agent for all requests
defaultUserAgent string = "go-tonicpow: v0.4.66"
defaultUserAgent string = "go-tonicpow: v0.4.67"

// Field key names for various model requests
fieldAdvertiserProfileID = "advertiser_profile_id"
Expand Down Expand Up @@ -235,6 +235,7 @@ type Blocked struct {
CreatedAt string `json:"created_at"`
ID uint64 `json:"id"`
Reason string `json:"reason"`
ShortCode string `json:"short_code"`
UserID uint64 `json:"user_id"`
}

Expand Down

0 comments on commit 96df0e0

Please sign in to comment.