@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/riskplus",
3
- "version": "1.16.39",
3
+ "version": "1.16.41",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -13743,6 +13743,8 @@ export class QueryUmktScenestrategyTestRequest extends $tea.Model {
13743
13743
  bizSerialNo: string;
13744
13744
  // 伪装租户id
13745
13745
  pretendTenant: string;
13746
+ // 圈客接口类型
13747
+ interfaceType?: string;
13746
13748
  static names(): { [key: string]: string } {
13747
13749
  return {
13748
13750
  authToken: 'auth_token',
@@ -13752,6 +13754,7 @@ export class QueryUmktScenestrategyTestRequest extends $tea.Model {
13752
13754
  customerKeys: 'customer_keys',
13753
13755
  bizSerialNo: 'biz_serial_no',
13754
13756
  pretendTenant: 'pretend_tenant',
13757
+ interfaceType: 'interface_type',
13755
13758
  };
13756
13759
  }
13757
13760
 
@@ -13764,6 +13767,7 @@ export class QueryUmktScenestrategyTestRequest extends $tea.Model {
13764
13767
  customerKeys: { 'type': 'array', 'itemType': 'string' },
13765
13768
  bizSerialNo: 'string',
13766
13769
  pretendTenant: 'string',
13770
+ interfaceType: 'string',
13767
13771
  };
13768
13772
  }
13769
13773
 
@@ -15136,7 +15140,7 @@ export class ApplyUmktRtBatchmarketingRequest extends $tea.Model {
15136
15140
  // 用户标识类型
15137
15141
  paramType: string;
15138
15142
  // 批量透传字段
15139
- outInfo: string;
15143
+ outInfo?: string;
15140
15144
  // 用户凭证列表
15141
15145
  customerDetails: CustomerDetail[];
15142
15146
  static names(): { [key: string]: string } {
@@ -15622,7 +15626,7 @@ export default class Client {
15622
15626
  req_msg_id: AntchainUtil.getNonce(),
15623
15627
  access_key: this._accessKeyId,
15624
15628
  base_sdk_version: "TeaSDK-2.0",
15625
- sdk_version: "1.16.39",
15629
+ sdk_version: "1.16.41",
15626
15630
  _prod_code: "RISKPLUS",
15627
15631
  _prod_channel: "undefined",
15628
15632
  };