@freelog/tools-lib 0.1.46 → 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.
@@ -1212,7 +1212,10 @@ var LinkTo = {
1212
1212
  // 预设资源类型
1213
1213
  var resourceTypes = ['json', 'widget', 'image', 'audio', 'markdown', 'theme', 'reveal_slide', 'license', 'video', 'catalog']; // 全局列表加载条目数
1214
1214
 
1215
- var pageSize = 20; // 签约方用户的身份类型定义
1215
+ var pageSize = 100; // Moment 日期时间格式
1216
+
1217
+ var momentDateFormat = 'YYYY-MM-DD';
1218
+ var momentDateTimeFormat = 'YYYY-MM-DD HH:mm'; // 签约方用户的身份类型定义
1216
1219
 
1217
1220
  var EnumContractPartyIdentityType;
1218
1221
 
@@ -1247,6 +1250,8 @@ var Predefined = {
1247
1250
  __proto__: null,
1248
1251
  resourceTypes: resourceTypes,
1249
1252
  pageSize: pageSize,
1253
+ momentDateFormat: momentDateFormat,
1254
+ momentDateTimeFormat: momentDateTimeFormat,
1250
1255
  get EnumContractPartyIdentityType () { return EnumContractPartyIdentityType; },
1251
1256
  get EnumSubjectType () { return EnumSubjectType; },
1252
1257
  get EnumContractStatus () { return EnumContractStatus; }
@@ -2653,6 +2658,15 @@ function resetPassword$1(_ref6) {
2653
2658
  data: params
2654
2659
  });
2655
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
+ }
2656
2670
 
2657
2671
  var Transaction = {
2658
2672
  __proto__: null,
@@ -2661,7 +2675,8 @@ var Transaction = {
2661
2675
  transactionDetails: transactionDetails,
2662
2676
  activateIndividualAccounts: activateIndividualAccounts,
2663
2677
  changePassword: changePassword,
2664
- resetPassword: resetPassword$1
2678
+ resetPassword: resetPassword$1,
2679
+ verifyTransactionPassword: verifyTransactionPassword
2665
2680
  };
2666
2681
 
2667
2682
  function sendVerificationCode(params) {