@antchain/riskplus 1.16.39 → 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 -1
- package/dist/client.js +1 -1
- package/package.json +1 -1
- package/src/client.ts +2 -2
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;
|
package/dist/client.js
CHANGED
|
@@ -10221,7 +10221,7 @@ class Client {
|
|
|
10221
10221
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
10222
10222
|
access_key: this._accessKeyId,
|
|
10223
10223
|
base_sdk_version: "TeaSDK-2.0",
|
|
10224
|
-
sdk_version: "1.16.
|
|
10224
|
+
sdk_version: "1.16.40",
|
|
10225
10225
|
_prod_code: "RISKPLUS",
|
|
10226
10226
|
_prod_channel: "undefined",
|
|
10227
10227
|
};
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -15136,7 +15136,7 @@ export class ApplyUmktRtBatchmarketingRequest extends $tea.Model {
|
|
|
15136
15136
|
// 用户标识类型
|
|
15137
15137
|
paramType: string;
|
|
15138
15138
|
// 批量透传字段
|
|
15139
|
-
outInfo
|
|
15139
|
+
outInfo?: string;
|
|
15140
15140
|
// 用户凭证列表
|
|
15141
15141
|
customerDetails: CustomerDetail[];
|
|
15142
15142
|
static names(): { [key: string]: string } {
|
|
@@ -15622,7 +15622,7 @@ export default class Client {
|
|
|
15622
15622
|
req_msg_id: AntchainUtil.getNonce(),
|
|
15623
15623
|
access_key: this._accessKeyId,
|
|
15624
15624
|
base_sdk_version: "TeaSDK-2.0",
|
|
15625
|
-
sdk_version: "1.16.
|
|
15625
|
+
sdk_version: "1.16.40",
|
|
15626
15626
|
_prod_code: "RISKPLUS",
|
|
15627
15627
|
_prod_channel: "undefined",
|
|
15628
15628
|
};
|