@antchain/riskplus 1.15.4 → 1.15.5
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 +0 -1
- package/dist/client.js +1 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1 -5
package/dist/client.d.ts
CHANGED
|
@@ -5794,7 +5794,6 @@ export declare class SendUmktDigitalsmsBatchResponse extends $tea.Model {
|
|
|
5794
5794
|
export declare class QueryUmktCpaassmsTemplateRequest extends $tea.Model {
|
|
5795
5795
|
authToken?: string;
|
|
5796
5796
|
productInstanceId?: string;
|
|
5797
|
-
tenantId: string;
|
|
5798
5797
|
smsType: string;
|
|
5799
5798
|
tenantIndustry: string;
|
|
5800
5799
|
status?: string;
|
package/dist/client.js
CHANGED
|
@@ -8980,7 +8980,6 @@ class QueryUmktCpaassmsTemplateRequest extends $tea.Model {
|
|
|
8980
8980
|
return {
|
|
8981
8981
|
authToken: 'auth_token',
|
|
8982
8982
|
productInstanceId: 'product_instance_id',
|
|
8983
|
-
tenantId: 'tenant_id',
|
|
8984
8983
|
smsType: 'sms_type',
|
|
8985
8984
|
tenantIndustry: 'tenant_industry',
|
|
8986
8985
|
status: 'status',
|
|
@@ -8992,7 +8991,6 @@ class QueryUmktCpaassmsTemplateRequest extends $tea.Model {
|
|
|
8992
8991
|
return {
|
|
8993
8992
|
authToken: 'string',
|
|
8994
8993
|
productInstanceId: 'string',
|
|
8995
|
-
tenantId: 'string',
|
|
8996
8994
|
smsType: 'string',
|
|
8997
8995
|
tenantIndustry: 'string',
|
|
8998
8996
|
status: 'string',
|
|
@@ -9224,7 +9222,7 @@ class Client {
|
|
|
9224
9222
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
9225
9223
|
access_key: this._accessKeyId,
|
|
9226
9224
|
base_sdk_version: "TeaSDK-2.0",
|
|
9227
|
-
sdk_version: "1.15.
|
|
9225
|
+
sdk_version: "1.15.5",
|
|
9228
9226
|
_prod_code: "RISKPLUS",
|
|
9229
9227
|
_prod_channel: "undefined",
|
|
9230
9228
|
};
|