@antchain/riskplus 1.16.39 → 1.16.41
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 -1
- package/dist/client.js +3 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -2
package/dist/client.d.ts
CHANGED
|
@@ -5791,6 +5791,7 @@ export declare class QueryUmktScenestrategyTestRequest extends $tea.Model {
|
|
|
5791
5791
|
customerKeys: string[];
|
|
5792
5792
|
bizSerialNo: string;
|
|
5793
5793
|
pretendTenant: string;
|
|
5794
|
+
interfaceType?: string;
|
|
5794
5795
|
static names(): {
|
|
5795
5796
|
[key: string]: string;
|
|
5796
5797
|
};
|
|
@@ -6394,7 +6395,7 @@ export declare class ApplyUmktRtBatchmarketingRequest extends $tea.Model {
|
|
|
6394
6395
|
sceneStrategyId: number;
|
|
6395
6396
|
outSerialNo: string;
|
|
6396
6397
|
paramType: string;
|
|
6397
|
-
outInfo
|
|
6398
|
+
outInfo?: string;
|
|
6398
6399
|
customerDetails: CustomerDetail[];
|
|
6399
6400
|
static names(): {
|
|
6400
6401
|
[key: string]: string;
|
package/dist/client.js
CHANGED
|
@@ -8998,6 +8998,7 @@ class QueryUmktScenestrategyTestRequest extends $tea.Model {
|
|
|
8998
8998
|
customerKeys: 'customer_keys',
|
|
8999
8999
|
bizSerialNo: 'biz_serial_no',
|
|
9000
9000
|
pretendTenant: 'pretend_tenant',
|
|
9001
|
+
interfaceType: 'interface_type',
|
|
9001
9002
|
};
|
|
9002
9003
|
}
|
|
9003
9004
|
static types() {
|
|
@@ -9009,6 +9010,7 @@ class QueryUmktScenestrategyTestRequest extends $tea.Model {
|
|
|
9009
9010
|
customerKeys: { 'type': 'array', 'itemType': 'string' },
|
|
9010
9011
|
bizSerialNo: 'string',
|
|
9011
9012
|
pretendTenant: 'string',
|
|
9013
|
+
interfaceType: 'string',
|
|
9012
9014
|
};
|
|
9013
9015
|
}
|
|
9014
9016
|
}
|
|
@@ -10221,7 +10223,7 @@ class Client {
|
|
|
10221
10223
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
10222
10224
|
access_key: this._accessKeyId,
|
|
10223
10225
|
base_sdk_version: "TeaSDK-2.0",
|
|
10224
|
-
sdk_version: "1.16.
|
|
10226
|
+
sdk_version: "1.16.41",
|
|
10225
10227
|
_prod_code: "RISKPLUS",
|
|
10226
10228
|
_prod_channel: "undefined",
|
|
10227
10229
|
};
|