@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/dist/client.d.ts +1 -1
- package/dist/client.js +3 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -4
package/dist/client.d.ts
CHANGED
|
@@ -5442,7 +5442,7 @@ export declare class ApplyUmktRobotcallRequest extends $tea.Model {
|
|
|
5442
5442
|
outSerialNo: string;
|
|
5443
5443
|
sceneStrategyId: number;
|
|
5444
5444
|
outInfo?: string;
|
|
5445
|
-
|
|
5445
|
+
paramTemplate: string;
|
|
5446
5446
|
customerDetails?: RobotCallCustomerParam[];
|
|
5447
5447
|
static names(): {
|
|
5448
5448
|
[key: string]: string;
|
package/dist/client.js
CHANGED
|
@@ -8440,7 +8440,7 @@ class ApplyUmktRobotcallRequest extends $tea.Model {
|
|
|
8440
8440
|
outSerialNo: 'out_serial_no',
|
|
8441
8441
|
sceneStrategyId: 'scene_strategy_id',
|
|
8442
8442
|
outInfo: 'out_info',
|
|
8443
|
-
|
|
8443
|
+
paramTemplate: 'param_template',
|
|
8444
8444
|
customerDetails: 'customer_details',
|
|
8445
8445
|
};
|
|
8446
8446
|
}
|
|
@@ -8451,7 +8451,7 @@ class ApplyUmktRobotcallRequest extends $tea.Model {
|
|
|
8451
8451
|
outSerialNo: 'string',
|
|
8452
8452
|
sceneStrategyId: 'number',
|
|
8453
8453
|
outInfo: 'string',
|
|
8454
|
-
|
|
8454
|
+
paramTemplate: 'string',
|
|
8455
8455
|
customerDetails: { 'type': 'array', 'itemType': RobotCallCustomerParam },
|
|
8456
8456
|
};
|
|
8457
8457
|
}
|
|
@@ -9133,7 +9133,7 @@ class Client {
|
|
|
9133
9133
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
9134
9134
|
access_key: this._accessKeyId,
|
|
9135
9135
|
base_sdk_version: "TeaSDK-2.0",
|
|
9136
|
-
sdk_version: "1.15.
|
|
9136
|
+
sdk_version: "1.15.2",
|
|
9137
9137
|
_prod_code: "RISKPLUS",
|
|
9138
9138
|
_prod_channel: "undefined",
|
|
9139
9139
|
};
|