@freelog/tools-lib 0.1.49 → 0.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2658,6 +2658,15 @@ function resetPassword$1(_ref6) {
2658
2658
  data: params
2659
2659
  });
2660
2660
  }
2661
+ function verifyTransactionPassword(_ref7) {
2662
+ var params = _extends({}, _ref7);
2663
+
2664
+ return FUtil.Request({
2665
+ method: 'GET',
2666
+ url: "/v2/accounts/individualAccounts/verifyTransactionPassword?password=123456",
2667
+ data: params
2668
+ });
2669
+ }
2661
2670
 
2662
2671
  var Transaction = {
2663
2672
  __proto__: null,
@@ -2666,7 +2675,8 @@ var Transaction = {
2666
2675
  transactionDetails: transactionDetails,
2667
2676
  activateIndividualAccounts: activateIndividualAccounts,
2668
2677
  changePassword: changePassword,
2669
- resetPassword: resetPassword$1
2678
+ resetPassword: resetPassword$1,
2679
+ verifyTransactionPassword: verifyTransactionPassword
2670
2680
  };
2671
2681
 
2672
2682
  function sendVerificationCode(params) {