diff --git a/schema/app_register.go b/schema/app_register.go index 39a9218..04bbf72 100644 --- a/schema/app_register.go +++ b/schema/app_register.go @@ -79,7 +79,7 @@ func (j *AppRegister) UnmarshalJSON(b []byte) error { // Register a new OAuth application type AppRegister struct { // [Optional] Markup to be added to contract prices (as a percentage of contract - // payout). + // payout). Max markup: 3%. AppMarkupPercentage *float64 `json:"app_markup_percentage,omitempty"` // Must be `1` diff --git a/schema/app_update.go b/schema/app_update.go index 4a221af..f67d3b2 100644 --- a/schema/app_update.go +++ b/schema/app_update.go @@ -43,7 +43,7 @@ func (j *AppUpdateScopesElem) UnmarshalJSON(b []byte) error { // Update a new OAuth application type AppUpdate struct { // [Optional] Markup to be added to contract prices (as a percentage of contract - // payout). + // payout). Max markup: 3%. AppMarkupPercentage *float64 `json:"app_markup_percentage,omitempty"` // Application app_id. diff --git a/schema/verify_email.go b/schema/verify_email.go index 8f781ac..0ce3d09 100644 --- a/schema/verify_email.go +++ b/schema/verify_email.go @@ -42,7 +42,6 @@ const VerifyEmailTypeResetPassword VerifyEmailType = "reset_password" const VerifyEmailTypeTradingPlatformDxtradePasswordReset VerifyEmailType = "trading_platform_dxtrade_password_reset" const VerifyEmailTypeTradingPlatformInvestorPasswordReset VerifyEmailType = "trading_platform_investor_password_reset" const VerifyEmailTypeTradingPlatformMt5PasswordReset VerifyEmailType = "trading_platform_mt5_password_reset" -const VerifyEmailTypeTradingPlatformPasswordReset VerifyEmailType = "trading_platform_password_reset" // UnmarshalJSON implements json.Unmarshaler. func (j *VerifyEmailType) UnmarshalJSON(b []byte) error { @@ -182,7 +181,6 @@ var enumValues_VerifyEmailType = []interface{}{ "reset_password", "paymentagent_withdraw", "payment_withdraw", - "trading_platform_password_reset", "trading_platform_dxtrade_password_reset", "trading_platform_mt5_password_reset", "trading_platform_investor_password_reset",