You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: parameter names used in the API may differ from those used in the library, in such cases parameter names are renamed in accordance with those used in the API.
6
+
*
7
+
* @param params - captcha parameters as an object
8
+
* @returns returns new object with renamed params
9
+
*
10
+
*/
11
+
exportdefaultfunctionrenameParams(params: any){
12
+
letnewParams: any=newObject();
13
+
14
+
/**
15
+
* Captcha parameters that need to be renamed before sent to the API.
0 commit comments