@antchain/riskplus 1.16.38 → 1.16.40
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 -2
- package/dist/client.js +1 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2 -6
package/dist/client.d.ts
CHANGED
|
@@ -6394,7 +6394,7 @@ export declare class ApplyUmktRtBatchmarketingRequest extends $tea.Model {
|
|
|
6394
6394
|
sceneStrategyId: number;
|
|
6395
6395
|
outSerialNo: string;
|
|
6396
6396
|
paramType: string;
|
|
6397
|
-
outInfo
|
|
6397
|
+
outInfo?: string;
|
|
6398
6398
|
customerDetails: CustomerDetail[];
|
|
6399
6399
|
static names(): {
|
|
6400
6400
|
[key: string]: string;
|
|
@@ -6479,7 +6479,6 @@ export declare class CallbackUmktRobotcallResponse extends $tea.Model {
|
|
|
6479
6479
|
reqMsgId?: string;
|
|
6480
6480
|
resultCode?: string;
|
|
6481
6481
|
resultMsg?: string;
|
|
6482
|
-
success?: boolean;
|
|
6483
6482
|
static names(): {
|
|
6484
6483
|
[key: string]: string;
|
|
6485
6484
|
};
|
package/dist/client.js
CHANGED
|
@@ -10066,7 +10066,6 @@ class CallbackUmktRobotcallResponse extends $tea.Model {
|
|
|
10066
10066
|
reqMsgId: 'req_msg_id',
|
|
10067
10067
|
resultCode: 'result_code',
|
|
10068
10068
|
resultMsg: 'result_msg',
|
|
10069
|
-
success: 'success',
|
|
10070
10069
|
};
|
|
10071
10070
|
}
|
|
10072
10071
|
static types() {
|
|
@@ -10074,7 +10073,6 @@ class CallbackUmktRobotcallResponse extends $tea.Model {
|
|
|
10074
10073
|
reqMsgId: 'string',
|
|
10075
10074
|
resultCode: 'string',
|
|
10076
10075
|
resultMsg: 'string',
|
|
10077
|
-
success: 'boolean',
|
|
10078
10076
|
};
|
|
10079
10077
|
}
|
|
10080
10078
|
}
|
|
@@ -10223,7 +10221,7 @@ class Client {
|
|
|
10223
10221
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
10224
10222
|
access_key: this._accessKeyId,
|
|
10225
10223
|
base_sdk_version: "TeaSDK-2.0",
|
|
10226
|
-
sdk_version: "1.16.
|
|
10224
|
+
sdk_version: "1.16.40",
|
|
10227
10225
|
_prod_code: "RISKPLUS",
|
|
10228
10226
|
_prod_channel: "undefined",
|
|
10229
10227
|
};
|