@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/riskplus",
3
- "version": "1.15.4",
3
+ "version": "1.15.5",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -13673,8 +13673,6 @@ export class QueryUmktCpaassmsTemplateRequest extends $tea.Model {
13673
13673
  // OAuth模式下的授权token
13674
13674
  authToken?: string;
13675
13675
  productInstanceId?: string;
13676
- // 租户id
13677
- tenantId: string;
13678
13676
  // 短信类型
13679
13677
  smsType: string;
13680
13678
  // 行业标签
@@ -13689,7 +13687,6 @@ export class QueryUmktCpaassmsTemplateRequest extends $tea.Model {
13689
13687
  return {
13690
13688
  authToken: 'auth_token',
13691
13689
  productInstanceId: 'product_instance_id',
13692
- tenantId: 'tenant_id',
13693
13690
  smsType: 'sms_type',
13694
13691
  tenantIndustry: 'tenant_industry',
13695
13692
  status: 'status',
@@ -13702,7 +13699,6 @@ export class QueryUmktCpaassmsTemplateRequest extends $tea.Model {
13702
13699
  return {
13703
13700
  authToken: 'string',
13704
13701
  productInstanceId: 'string',
13705
- tenantId: 'string',
13706
13702
  smsType: 'string',
13707
13703
  tenantIndustry: 'string',
13708
13704
  status: 'string',
@@ -14036,7 +14032,7 @@ export default class Client {
14036
14032
  req_msg_id: AntchainUtil.getNonce(),
14037
14033
  access_key: this._accessKeyId,
14038
14034
  base_sdk_version: "TeaSDK-2.0",
14039
- sdk_version: "1.15.4",
14035
+ sdk_version: "1.15.5",
14040
14036
  _prod_code: "RISKPLUS",
14041
14037
  _prod_channel: "undefined",
14042
14038
  };