Skip to content

Commit c607527

Browse files
committed
Merge remote-tracking branch 'upstream/master' into ahmed/DAPI-775/fix--currency-on-account-switcher
2 parents a8acc60 + 563b9ce commit c607527

File tree

12 files changed

+316
-315
lines changed

12 files changed

+316
-315
lines changed

config/v3/get_account_status/receive.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,47 +123,47 @@
123123
1
124124
]
125125
},
126-
"dsl": {
126+
"dml": {
127127
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
128128
"type": "integer",
129129
"enum": [
130130
0,
131131
1
132132
]
133133
},
134-
"iom": {
134+
"dsl": {
135135
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
136136
"type": "integer",
137137
"enum": [
138138
0,
139139
1
140140
]
141141
},
142-
"labuan": {
142+
"iom": {
143143
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
144144
"type": "integer",
145145
"enum": [
146146
0,
147147
1
148148
]
149149
},
150-
"malta": {
150+
"labuan": {
151151
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
152152
"type": "integer",
153153
"enum": [
154154
0,
155155
1
156156
]
157157
},
158-
"maltainvest": {
158+
"malta": {
159159
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
160160
"type": "integer",
161161
"enum": [
162162
0,
163163
1
164164
]
165165
},
166-
"mu": {
166+
"maltainvest": {
167167
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
168168
"type": "integer",
169169
"enum": [

config/v3/get_settings/receive.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@
204204
"description": "A list of available carriers (if empty assume Phone Number Verification is not available at the moment)",
205205
"type": "array"
206206
},
207+
"challenge_attempts_remaining": {
208+
"description": "Indicates the attempts remaining for /phone_number_challenge",
209+
"type": "integer"
210+
},
207211
"next_attempt": {
208212
"description": "(Optional) Indicates the timestamp for the next verification attempt",
209213
"type": "integer"
@@ -227,6 +231,10 @@
227231
0,
228232
1
229233
]
234+
},
235+
"verify_attempts_remaining": {
236+
"description": "Indicates the attempts remaining for /phone_number_verification",
237+
"type": "integer"
230238
}
231239
}
232240
},

config/v3/landing_company_details/send.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dsl",
2525
"bvi",
2626
"labuan",
27-
"mu"
27+
"dml"
2828
]
2929
},
3030
"country": {

docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ const config = {
101101
},
102102
items: [
103103
{
104-
type: 'doc',
105-
docId: 'intro',
104+
to: 'api-explorer',
106105
position: 'left',
107-
label: 'Documentation',
106+
label: 'API explorer',
108107
},
109108
{
110-
to: 'api-explorer',
109+
to: 'https://developers.deriv.com',
110+
label: 'Documentation',
111111
position: 'left',
112-
label: 'API explorer',
112+
className: 'external-nav-link',
113113
},
114114
{
115115
to: 'https://tech.deriv.com/',

i18n/fr/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711
"If your app includes verification logic, enter the email verification URL below (e.g. for account opening, verification, and password reset):": {
712712
"message": "Si votre application inclut une logique de vérification, entrez l'URL de vérification par e-mail ci-dessous (par exemple pour l'ouverture de compte, la vérification et la réinitialisation de mot de passe) :"
713713
},
714-
"If provided, the verification URL will be appended with a token and sent to the user's email. Otherwise, the Redirect URL with the token will be used.": {
714+
"If provided, the verification URL will be appended with a token and sent to the user's email. Otherwise, the redirect URL with the token will be used.": {
715715
"message": "Si fourni, l'URL de vérification sera complétée par un Token et envoyée à l'email de l'utilisateur. Sinon, l'URL de redirection avec le Token sera utilisée."
716716
},
717717
"Scopes of authorisation": {

0 commit comments

Comments
 (0)