@antchain/riskplus 1.23.4 → 1.23.6

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
@@ -3321,6 +3321,7 @@ export declare class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.M
3321
3321
  mobile?: string;
3322
3322
  customerNo: string;
3323
3323
  channelCode: string;
3324
+ mobileMd5?: string;
3324
3325
  static names(): {
3325
3326
  [key: string]: string;
3326
3327
  };
@@ -4569,6 +4570,11 @@ export declare class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Mode
4569
4570
  tradeAmount: string;
4570
4571
  cardNo?: string;
4571
4572
  customerName?: string;
4573
+ trafficPlatform?: string;
4574
+ trafficSourceName?: string;
4575
+ trafficAdId?: string;
4576
+ trafficMktId?: string;
4577
+ clickId?: string;
4572
4578
  static names(): {
4573
4579
  [key: string]: string;
4574
4580
  };
@@ -10593,12 +10599,12 @@ export default class Client {
10593
10599
  }, runtime: $Util.RuntimeOptions): Promise<QueryQmpTextsmsTemplateResponse>;
10594
10600
  /**
10595
10601
  * Description: 蚁盾业务回流事件推送
10596
- * Summary: 蚁盾回流事件推送
10602
+ * Summary: 蚁盾业务回流事件推送
10597
10603
  */
10598
10604
  pushQmpBackflowEvent(request: PushQmpBackflowEventRequest): Promise<PushQmpBackflowEventResponse>;
10599
10605
  /**
10600
10606
  * Description: 蚁盾业务回流事件推送
10601
- * Summary: 蚁盾回流事件推送
10607
+ * Summary: 蚁盾业务回流事件推送
10602
10608
  */
10603
10609
  pushQmpBackflowEventEx(request: PushQmpBackflowEventRequest, headers: {
10604
10610
  [key: string]: string;
package/dist/client.js CHANGED
@@ -5273,6 +5273,7 @@ class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.Model {
5273
5273
  mobile: 'mobile',
5274
5274
  customerNo: 'customer_no',
5275
5275
  channelCode: 'channel_code',
5276
+ mobileMd5: 'mobile_md5',
5276
5277
  };
5277
5278
  }
5278
5279
  static types() {
@@ -5283,6 +5284,7 @@ class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.Model {
5283
5284
  mobile: 'string',
5284
5285
  customerNo: 'string',
5285
5286
  channelCode: 'string',
5287
+ mobileMd5: 'string',
5286
5288
  };
5287
5289
  }
5288
5290
  }
@@ -7189,6 +7191,11 @@ class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
7189
7191
  tradeAmount: 'trade_amount',
7190
7192
  cardNo: 'card_no',
7191
7193
  customerName: 'customer_name',
7194
+ trafficPlatform: 'traffic_platform',
7195
+ trafficSourceName: 'traffic_source_name',
7196
+ trafficAdId: 'traffic_ad_id',
7197
+ trafficMktId: 'traffic_mkt_id',
7198
+ clickId: 'click_id',
7192
7199
  };
7193
7200
  }
7194
7201
  static types() {
@@ -7203,6 +7210,11 @@ class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
7203
7210
  tradeAmount: 'string',
7204
7211
  cardNo: 'string',
7205
7212
  customerName: 'string',
7213
+ trafficPlatform: 'string',
7214
+ trafficSourceName: 'string',
7215
+ trafficAdId: 'string',
7216
+ trafficMktId: 'string',
7217
+ clickId: 'string',
7206
7218
  };
7207
7219
  }
7208
7220
  }
@@ -14531,7 +14543,7 @@ class Client {
14531
14543
  req_msg_id: alipay_util_1.default.getNonce(),
14532
14544
  access_key: this._accessKeyId,
14533
14545
  base_sdk_version: "TeaSDK-2.0",
14534
- sdk_version: "1.23.4",
14546
+ sdk_version: "1.23.6",
14535
14547
  _prod_code: "RISKPLUS",
14536
14548
  _prod_channel: "undefined",
14537
14549
  };
@@ -16381,7 +16393,7 @@ class Client {
16381
16393
  }
16382
16394
  /**
16383
16395
  * Description: 蚁盾业务回流事件推送
16384
- * Summary: 蚁盾回流事件推送
16396
+ * Summary: 蚁盾业务回流事件推送
16385
16397
  */
16386
16398
  async pushQmpBackflowEvent(request) {
16387
16399
  let runtime = new $Util.RuntimeOptions({});
@@ -16390,7 +16402,7 @@ class Client {
16390
16402
  }
16391
16403
  /**
16392
16404
  * Description: 蚁盾业务回流事件推送
16393
- * Summary: 蚁盾回流事件推送
16405
+ * Summary: 蚁盾业务回流事件推送
16394
16406
  */
16395
16407
  async pushQmpBackflowEventEx(request, headers, runtime) {
16396
16408
  tea_util_1.default.validateModel(request);