@antchain/riskplus 1.15.1 → 1.15.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/riskplus",
3
- "version": "1.15.1",
3
+ "version": "1.15.2",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -12848,7 +12848,7 @@ export class ApplyUmktRobotcallRequest extends $tea.Model {
12848
12848
  // 客户透传字段
12849
12849
  outInfo?: string;
12850
12850
  // 用户参数类型
12851
- fileTemplate: string;
12851
+ paramTemplate: string;
12852
12852
  // 每个手机号的详细参数
12853
12853
  customerDetails?: RobotCallCustomerParam[];
12854
12854
  static names(): { [key: string]: string } {
@@ -12858,7 +12858,7 @@ export class ApplyUmktRobotcallRequest extends $tea.Model {
12858
12858
  outSerialNo: 'out_serial_no',
12859
12859
  sceneStrategyId: 'scene_strategy_id',
12860
12860
  outInfo: 'out_info',
12861
- fileTemplate: 'file_template',
12861
+ paramTemplate: 'param_template',
12862
12862
  customerDetails: 'customer_details',
12863
12863
  };
12864
12864
  }
@@ -12870,7 +12870,7 @@ export class ApplyUmktRobotcallRequest extends $tea.Model {
12870
12870
  outSerialNo: 'string',
12871
12871
  sceneStrategyId: 'number',
12872
12872
  outInfo: 'string',
12873
- fileTemplate: 'string',
12873
+ paramTemplate: 'string',
12874
12874
  customerDetails: { 'type': 'array', 'itemType': RobotCallCustomerParam },
12875
12875
  };
12876
12876
  }
@@ -13883,7 +13883,7 @@ export default class Client {
13883
13883
  req_msg_id: AntchainUtil.getNonce(),
13884
13884
  access_key: this._accessKeyId,
13885
13885
  base_sdk_version: "TeaSDK-2.0",
13886
- sdk_version: "1.15.1",
13886
+ sdk_version: "1.15.2",
13887
13887
  _prod_code: "RISKPLUS",
13888
13888
  _prod_channel: "undefined",
13889
13889
  };