@antchain/riskplus 1.12.15 → 1.12.16

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
@@ -174,10 +174,11 @@ export declare class RtopRiskTag extends $tea.Model {
174
174
  });
175
175
  }
176
176
  export declare class StatisticInfoDetail extends $tea.Model {
177
- actionDriverCode: number;
178
- invokeCount: number;
179
- successCount: number;
180
- failCount: number;
177
+ actionDriverCode?: number;
178
+ invokeCount?: number;
179
+ successCount?: number;
180
+ failCount?: number;
181
+ finishCount?: number;
181
182
  static names(): {
182
183
  [key: string]: string;
183
184
  };
@@ -2338,6 +2339,7 @@ export declare class BindDubbridgeCustomerBankcardResponse extends $tea.Model {
2338
2339
  resultCode?: string;
2339
2340
  resultMsg?: string;
2340
2341
  bindSerialNo?: string;
2342
+ customerNo?: string;
2341
2343
  static names(): {
2342
2344
  [key: string]: string;
2343
2345
  };
@@ -2966,7 +2968,6 @@ export declare class CountDubbridgeRepayTrialRequest extends $tea.Model {
2966
2968
  originalOrderNo: string;
2967
2969
  repayType: string;
2968
2970
  orderNo: string;
2969
- receiptNo: string;
2970
2971
  static names(): {
2971
2972
  [key: string]: string;
2972
2973
  };
@@ -3029,6 +3030,7 @@ export declare class QueryDubbridgeSearchContractRequest extends $tea.Model {
3029
3030
  authToken?: string;
3030
3031
  productInstanceId?: string;
3031
3032
  originalOrderNo: string;
3033
+ customerNo: string;
3032
3034
  static names(): {
3033
3035
  [key: string]: string;
3034
3036
  };
package/dist/client.js CHANGED
@@ -287,6 +287,7 @@ class StatisticInfoDetail extends $tea.Model {
287
287
  invokeCount: 'invoke_count',
288
288
  successCount: 'success_count',
289
289
  failCount: 'fail_count',
290
+ finishCount: 'finish_count',
290
291
  };
291
292
  }
292
293
  static types() {
@@ -295,6 +296,7 @@ class StatisticInfoDetail extends $tea.Model {
295
296
  invokeCount: 'number',
296
297
  successCount: 'number',
297
298
  failCount: 'number',
299
+ finishCount: 'number',
298
300
  };
299
301
  }
300
302
  }
@@ -3703,6 +3705,7 @@ class BindDubbridgeCustomerBankcardResponse extends $tea.Model {
3703
3705
  resultCode: 'result_code',
3704
3706
  resultMsg: 'result_msg',
3705
3707
  bindSerialNo: 'bind_serial_no',
3708
+ customerNo: 'customer_no',
3706
3709
  };
3707
3710
  }
3708
3711
  static types() {
@@ -3711,6 +3714,7 @@ class BindDubbridgeCustomerBankcardResponse extends $tea.Model {
3711
3714
  resultCode: 'string',
3712
3715
  resultMsg: 'string',
3713
3716
  bindSerialNo: 'string',
3717
+ customerNo: 'string',
3714
3718
  };
3715
3719
  }
3716
3720
  }
@@ -4662,7 +4666,6 @@ class CountDubbridgeRepayTrialRequest extends $tea.Model {
4662
4666
  originalOrderNo: 'original_order_no',
4663
4667
  repayType: 'repay_type',
4664
4668
  orderNo: 'order_no',
4665
- receiptNo: 'receipt_no',
4666
4669
  };
4667
4670
  }
4668
4671
  static types() {
@@ -4672,7 +4675,6 @@ class CountDubbridgeRepayTrialRequest extends $tea.Model {
4672
4675
  originalOrderNo: 'string',
4673
4676
  repayType: 'string',
4674
4677
  orderNo: 'string',
4675
- receiptNo: 'string',
4676
4678
  };
4677
4679
  }
4678
4680
  }
@@ -4758,6 +4760,7 @@ class QueryDubbridgeSearchContractRequest extends $tea.Model {
4758
4760
  authToken: 'auth_token',
4759
4761
  productInstanceId: 'product_instance_id',
4760
4762
  originalOrderNo: 'original_order_no',
4763
+ customerNo: 'customer_no',
4761
4764
  };
4762
4765
  }
4763
4766
  static types() {
@@ -4765,6 +4768,7 @@ class QueryDubbridgeSearchContractRequest extends $tea.Model {
4765
4768
  authToken: 'string',
4766
4769
  productInstanceId: 'string',
4767
4770
  originalOrderNo: 'string',
4771
+ customerNo: 'string',
4768
4772
  };
4769
4773
  }
4770
4774
  }
@@ -8277,7 +8281,7 @@ class Client {
8277
8281
  req_msg_id: alipay_util_1.default.getNonce(),
8278
8282
  access_key: this._accessKeyId,
8279
8283
  base_sdk_version: "TeaSDK-2.0",
8280
- sdk_version: "1.12.15",
8284
+ sdk_version: "1.12.16",
8281
8285
  _prod_code: "RISKPLUS",
8282
8286
  _prod_channel: "undefined",
8283
8287
  };