@antchain/riskplus 1.16.57 → 1.16.59

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
@@ -6563,6 +6563,7 @@ export declare class CallbackUmktRobotcallRequest extends $tea.Model {
6563
6563
  tag?: string;
6564
6564
  callId: string;
6565
6565
  taskId: number;
6566
+ taskName: string;
6566
6567
  templateId?: number;
6567
6568
  statusCode: number;
6568
6569
  statusDescription: string;
@@ -6669,6 +6670,8 @@ export declare class CallbackUmktSmsReportRequest extends $tea.Model {
6669
6670
  bizId: string;
6670
6671
  bizProperties: string;
6671
6672
  smsType?: string;
6673
+ serviceProvider: string;
6674
+ city?: string;
6672
6675
  static names(): {
6673
6676
  [key: string]: string;
6674
6677
  };
package/dist/client.js CHANGED
@@ -10191,6 +10191,7 @@ class CallbackUmktRobotcallRequest extends $tea.Model {
10191
10191
  tag: 'tag',
10192
10192
  callId: 'call_id',
10193
10193
  taskId: 'task_id',
10194
+ taskName: 'task_name',
10194
10195
  templateId: 'template_id',
10195
10196
  statusCode: 'status_code',
10196
10197
  statusDescription: 'status_description',
@@ -10238,6 +10239,7 @@ class CallbackUmktRobotcallRequest extends $tea.Model {
10238
10239
  tag: 'string',
10239
10240
  callId: 'string',
10240
10241
  taskId: 'number',
10242
+ taskName: 'string',
10241
10243
  templateId: 'number',
10242
10244
  statusCode: 'number',
10243
10245
  statusDescription: 'string',
@@ -10368,6 +10370,8 @@ class CallbackUmktSmsReportRequest extends $tea.Model {
10368
10370
  bizId: 'biz_id',
10369
10371
  bizProperties: 'biz_properties',
10370
10372
  smsType: 'sms_type',
10373
+ serviceProvider: 'service_provider',
10374
+ city: 'city',
10371
10375
  };
10372
10376
  }
10373
10377
  static types() {
@@ -10385,6 +10389,8 @@ class CallbackUmktSmsReportRequest extends $tea.Model {
10385
10389
  bizId: 'string',
10386
10390
  bizProperties: 'string',
10387
10391
  smsType: 'string',
10392
+ serviceProvider: 'string',
10393
+ city: 'string',
10388
10394
  };
10389
10395
  }
10390
10396
  }
@@ -10887,7 +10893,7 @@ class Client {
10887
10893
  req_msg_id: alipay_util_1.default.getNonce(),
10888
10894
  access_key: this._accessKeyId,
10889
10895
  base_sdk_version: "TeaSDK-2.0",
10890
- sdk_version: "1.16.57",
10896
+ sdk_version: "1.16.59",
10891
10897
  _prod_code: "RISKPLUS",
10892
10898
  _prod_channel: "undefined",
10893
10899
  };