@antchain/riskplus 1.19.18 → 1.19.20

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
@@ -2822,6 +2822,7 @@ export declare class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
2822
2822
  resultMsg?: string;
2823
2823
  fundCode?: string;
2824
2824
  abbreFundName?: string;
2825
+ customerNo?: string;
2825
2826
  static names(): {
2826
2827
  [key: string]: string;
2827
2828
  };
@@ -5634,8 +5635,7 @@ export declare class PushRbbCustomerInformationResponse extends $tea.Model {
5634
5635
  reqMsgId?: string;
5635
5636
  resultCode?: string;
5636
5637
  resultMsg?: string;
5637
- resCode?: string;
5638
- resMsg?: string;
5638
+ resultUrl?: string;
5639
5639
  static names(): {
5640
5640
  [key: string]: string;
5641
5641
  };
@@ -5694,8 +5694,6 @@ export declare class PushRbbCustomerStatusResponse extends $tea.Model {
5694
5694
  reqMsgId?: string;
5695
5695
  resultCode?: string;
5696
5696
  resultMsg?: string;
5697
- resMsg?: string;
5698
- resCode?: string;
5699
5697
  static names(): {
5700
5698
  [key: string]: string;
5701
5699
  };
package/dist/client.js CHANGED
@@ -4489,6 +4489,7 @@ class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
4489
4489
  resultMsg: 'result_msg',
4490
4490
  fundCode: 'fund_code',
4491
4491
  abbreFundName: 'abbre_fund_name',
4492
+ customerNo: 'customer_no',
4492
4493
  };
4493
4494
  }
4494
4495
  static types() {
@@ -4498,6 +4499,7 @@ class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
4498
4499
  resultMsg: 'string',
4499
4500
  fundCode: 'string',
4500
4501
  abbreFundName: 'string',
4502
+ customerNo: 'string',
4501
4503
  };
4502
4504
  }
4503
4505
  }
@@ -8803,8 +8805,7 @@ class PushRbbCustomerInformationResponse extends $tea.Model {
8803
8805
  reqMsgId: 'req_msg_id',
8804
8806
  resultCode: 'result_code',
8805
8807
  resultMsg: 'result_msg',
8806
- resCode: 'res_code',
8807
- resMsg: 'res_msg',
8808
+ resultUrl: 'result_url',
8808
8809
  };
8809
8810
  }
8810
8811
  static types() {
@@ -8812,8 +8813,7 @@ class PushRbbCustomerInformationResponse extends $tea.Model {
8812
8813
  reqMsgId: 'string',
8813
8814
  resultCode: 'string',
8814
8815
  resultMsg: 'string',
8815
- resCode: 'string',
8816
- resMsg: 'string',
8816
+ resultUrl: 'string',
8817
8817
  };
8818
8818
  }
8819
8819
  }
@@ -8891,8 +8891,6 @@ class PushRbbCustomerStatusResponse extends $tea.Model {
8891
8891
  reqMsgId: 'req_msg_id',
8892
8892
  resultCode: 'result_code',
8893
8893
  resultMsg: 'result_msg',
8894
- resMsg: 'res_msg',
8895
- resCode: 'res_code',
8896
8894
  };
8897
8895
  }
8898
8896
  static types() {
@@ -8900,8 +8898,6 @@ class PushRbbCustomerStatusResponse extends $tea.Model {
8900
8898
  reqMsgId: 'string',
8901
8899
  resultCode: 'string',
8902
8900
  resultMsg: 'string',
8903
- resMsg: 'string',
8904
- resCode: 'string',
8905
8901
  };
8906
8902
  }
8907
8903
  }
@@ -12980,7 +12976,7 @@ class Client {
12980
12976
  req_msg_id: alipay_util_1.default.getNonce(),
12981
12977
  access_key: this._accessKeyId,
12982
12978
  base_sdk_version: "TeaSDK-2.0",
12983
- sdk_version: "1.19.18",
12979
+ sdk_version: "1.19.20",
12984
12980
  _prod_code: "RISKPLUS",
12985
12981
  _prod_channel: "undefined",
12986
12982
  };