Skip to content

Commit

Permalink
Added alpha and beta fields to person
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed May 25, 2021
1 parent b5a71f0 commit 7d497a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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.76"
defaultUserAgent string = "go-tonicpow: v0.4.77"

// Field key names for various model requests
fieldAdvertiserProfileID = "advertiser_profile_id"
Expand Down Expand Up @@ -545,6 +545,8 @@ type User struct {
FacebookAuth bool `json:"facebook_auth"`
GoogleAuth bool `json:"google_auth"`
HandCashAuth bool `json:"handcash_auth"`
HasAlpha bool `json:"has_alpha"`
HasBeta bool `json:"has_beta"`
MoneyButtonAuth bool `json:"moneybutton_auth"`
PhoneVerified bool `json:"phone_verified"`
RelayAuth bool `json:"relay_auth"`
Expand Down

0 comments on commit 7d497a5

Please sign in to comment.