@antchain/riskplus 1.29.2 → 1.29.3

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.
package/dist/client.d.ts CHANGED
@@ -2334,6 +2334,7 @@ export declare class ReceiveBenefithubRiskPayResponse extends $tea.Model {
2334
2334
  reqMsgId?: string;
2335
2335
  resultCode?: string;
2336
2336
  resultMsg?: string;
2337
+ resultData?: string;
2337
2338
  static names(): {
2338
2339
  [key: string]: string;
2339
2340
  };
@@ -2353,6 +2354,7 @@ export declare class NotifyBenefithubRiskLoginRequest extends $tea.Model {
2353
2354
  productCode?: string;
2354
2355
  sceneConfig?: string;
2355
2356
  trafficSource?: string;
2357
+ extraInfo?: string;
2356
2358
  static names(): {
2357
2359
  [key: string]: string;
2358
2360
  };
package/dist/client.js CHANGED
@@ -3788,6 +3788,7 @@ class ReceiveBenefithubRiskPayResponse extends $tea.Model {
3788
3788
  reqMsgId: 'req_msg_id',
3789
3789
  resultCode: 'result_code',
3790
3790
  resultMsg: 'result_msg',
3791
+ resultData: 'result_data',
3791
3792
  };
3792
3793
  }
3793
3794
  static types() {
@@ -3795,6 +3796,7 @@ class ReceiveBenefithubRiskPayResponse extends $tea.Model {
3795
3796
  reqMsgId: 'string',
3796
3797
  resultCode: 'string',
3797
3798
  resultMsg: 'string',
3799
+ resultData: 'string',
3798
3800
  };
3799
3801
  }
3800
3802
  }
@@ -3813,6 +3815,7 @@ class NotifyBenefithubRiskLoginRequest extends $tea.Model {
3813
3815
  productCode: 'product_code',
3814
3816
  sceneConfig: 'scene_config',
3815
3817
  trafficSource: 'traffic_source',
3818
+ extraInfo: 'extra_info',
3816
3819
  };
3817
3820
  }
3818
3821
  static types() {
@@ -3825,6 +3828,7 @@ class NotifyBenefithubRiskLoginRequest extends $tea.Model {
3825
3828
  productCode: 'string',
3826
3829
  sceneConfig: 'string',
3827
3830
  trafficSource: 'string',
3831
+ extraInfo: 'string',
3828
3832
  };
3829
3833
  }
3830
3834
  }
@@ -17021,7 +17025,7 @@ class Client {
17021
17025
  req_msg_id: alipay_util_1.default.getNonce(),
17022
17026
  access_key: this._accessKeyId,
17023
17027
  base_sdk_version: "TeaSDK-2.0",
17024
- sdk_version: "1.29.2",
17028
+ sdk_version: "1.29.3",
17025
17029
  _prod_code: "RISKPLUS",
17026
17030
  _prod_channel: "undefined",
17027
17031
  };