@antchain/riskplus 1.19.4 → 1.19.6

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.19.4",
3
+ "version": "1.19.6",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -801,14 +801,11 @@ export class SmsTemplate extends $tea.Model {
801
801
  sceneStrategyName: string;
802
802
  // 模板内容
803
803
  templateContent: string;
804
- // 扩展参数
805
- extInfo: string;
806
804
  static names(): { [key: string]: string } {
807
805
  return {
808
806
  sceneStrategyId: 'scene_strategy_id',
809
807
  sceneStrategyName: 'scene_strategy_name',
810
808
  templateContent: 'template_content',
811
- extInfo: 'ext_info',
812
809
  };
813
810
  }
814
811
 
@@ -817,7 +814,6 @@ export class SmsTemplate extends $tea.Model {
817
814
  sceneStrategyId: 'string',
818
815
  sceneStrategyName: 'string',
819
816
  templateContent: 'string',
820
- extInfo: 'string',
821
817
  };
822
818
  }
823
819
 
@@ -11872,6 +11868,8 @@ export class QueryQmpTextsmsTemplateResponse extends $tea.Model {
11872
11868
  pageNum?: number;
11873
11869
  // 每页记录数
11874
11870
  pageSize?: number;
11871
+ // 扩展参数
11872
+ extInfo?: string;
11875
11873
  // 模板列表
11876
11874
  smsTemplates?: SmsTemplate[];
11877
11875
  static names(): { [key: string]: string } {
@@ -11882,6 +11880,7 @@ export class QueryQmpTextsmsTemplateResponse extends $tea.Model {
11882
11880
  total: 'total',
11883
11881
  pageNum: 'page_num',
11884
11882
  pageSize: 'page_size',
11883
+ extInfo: 'ext_info',
11885
11884
  smsTemplates: 'sms_templates',
11886
11885
  };
11887
11886
  }
@@ -11894,6 +11893,7 @@ export class QueryQmpTextsmsTemplateResponse extends $tea.Model {
11894
11893
  total: 'number',
11895
11894
  pageNum: 'number',
11896
11895
  pageSize: 'number',
11896
+ extInfo: 'string',
11897
11897
  smsTemplates: { 'type': 'array', 'itemType': SmsTemplate },
11898
11898
  };
11899
11899
  }
@@ -19400,7 +19400,7 @@ export default class Client {
19400
19400
  req_msg_id: AntchainUtil.getNonce(),
19401
19401
  access_key: this._accessKeyId,
19402
19402
  base_sdk_version: "TeaSDK-2.0",
19403
- sdk_version: "1.19.4",
19403
+ sdk_version: "1.19.6",
19404
19404
  _prod_code: "RISKPLUS",
19405
19405
  _prod_channel: "undefined",
19406
19406
  };