@antchain/riskplus 1.16.8 → 1.16.10
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 +2 -2
- package/dist/client.js +3 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +5 -5
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -14283,9 +14283,9 @@ export class QueryUmktRobotcallStatisticinfoResponse extends $tea.Model {
|
|
|
14283
14283
|
// 已拨打次数中接通的数量
|
|
14284
14284
|
connectCount?: number;
|
|
14285
14285
|
// 拨打率
|
|
14286
|
-
callRate?:
|
|
14286
|
+
callRate?: string;
|
|
14287
14287
|
// 接通率
|
|
14288
|
-
connectRate?:
|
|
14288
|
+
connectRate?: string;
|
|
14289
14289
|
static names(): { [key: string]: string } {
|
|
14290
14290
|
return {
|
|
14291
14291
|
reqMsgId: 'req_msg_id',
|
|
@@ -14309,8 +14309,8 @@ export class QueryUmktRobotcallStatisticinfoResponse extends $tea.Model {
|
|
|
14309
14309
|
callCount: 'number',
|
|
14310
14310
|
calleeCount: 'number',
|
|
14311
14311
|
connectCount: 'number',
|
|
14312
|
-
callRate: '
|
|
14313
|
-
connectRate: '
|
|
14312
|
+
callRate: 'string',
|
|
14313
|
+
connectRate: 'string',
|
|
14314
14314
|
};
|
|
14315
14315
|
}
|
|
14316
14316
|
|
|
@@ -14520,7 +14520,7 @@ export default class Client {
|
|
|
14520
14520
|
req_msg_id: AntchainUtil.getNonce(),
|
|
14521
14521
|
access_key: this._accessKeyId,
|
|
14522
14522
|
base_sdk_version: "TeaSDK-2.0",
|
|
14523
|
-
sdk_version: "1.16.
|
|
14523
|
+
sdk_version: "1.16.10",
|
|
14524
14524
|
_prod_code: "RISKPLUS",
|
|
14525
14525
|
_prod_channel: "undefined",
|
|
14526
14526
|
};
|