@antchain/riskplus 1.22.2 → 1.22.4
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 -0
- package/dist/client.js +5 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +9 -1
package/dist/client.d.ts
CHANGED
|
@@ -1988,6 +1988,8 @@ export declare class TenantActionPlanInfo extends $tea.Model {
|
|
|
1988
1988
|
channelCode: string;
|
|
1989
1989
|
gmtCreate: string;
|
|
1990
1990
|
gmtModified: string;
|
|
1991
|
+
actionParamInfo?: string[];
|
|
1992
|
+
isParamQueryDone?: boolean;
|
|
1991
1993
|
static names(): {
|
|
1992
1994
|
[key: string]: string;
|
|
1993
1995
|
};
|
package/dist/client.js
CHANGED
|
@@ -3220,6 +3220,8 @@ class TenantActionPlanInfo extends $tea.Model {
|
|
|
3220
3220
|
channelCode: 'channel_code',
|
|
3221
3221
|
gmtCreate: 'gmt_create',
|
|
3222
3222
|
gmtModified: 'gmt_modified',
|
|
3223
|
+
actionParamInfo: 'action_param_info',
|
|
3224
|
+
isParamQueryDone: 'is_param_query_done',
|
|
3223
3225
|
};
|
|
3224
3226
|
}
|
|
3225
3227
|
static types() {
|
|
@@ -3231,6 +3233,8 @@ class TenantActionPlanInfo extends $tea.Model {
|
|
|
3231
3233
|
channelCode: 'string',
|
|
3232
3234
|
gmtCreate: 'string',
|
|
3233
3235
|
gmtModified: 'string',
|
|
3236
|
+
actionParamInfo: { 'type': 'array', 'itemType': 'string' },
|
|
3237
|
+
isParamQueryDone: 'boolean',
|
|
3234
3238
|
};
|
|
3235
3239
|
}
|
|
3236
3240
|
}
|
|
@@ -14270,7 +14274,7 @@ class Client {
|
|
|
14270
14274
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
14271
14275
|
access_key: this._accessKeyId,
|
|
14272
14276
|
base_sdk_version: "TeaSDK-2.0",
|
|
14273
|
-
sdk_version: "1.22.
|
|
14277
|
+
sdk_version: "1.22.4",
|
|
14274
14278
|
_prod_code: "RISKPLUS",
|
|
14275
14279
|
_prod_channel: "undefined",
|
|
14276
14280
|
};
|