@antchain/riskplus 1.13.5 → 1.13.9

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 CHANGED
@@ -355,6 +355,7 @@ export declare class PersonalInfo extends $tea.Model {
355
355
  address?: string;
356
356
  sex?: string;
357
357
  nation?: string;
358
+ maritalStatus?: string;
358
359
  static names(): {
359
360
  [key: string]: string;
360
361
  };
@@ -452,7 +453,6 @@ export declare class UpdateCustomerRelationResponseData extends $tea.Model {
452
453
  });
453
454
  }
454
455
  export declare class BackflowEventRecord extends $tea.Model {
455
- groupCode: string;
456
456
  properties: BackflowEventRecordProperty[];
457
457
  static names(): {
458
458
  [key: string]: string;
@@ -3130,6 +3130,7 @@ export declare class QueryDubbridgeSearchContractRequest extends $tea.Model {
3130
3130
  productInstanceId?: string;
3131
3131
  originalOrderNo: string;
3132
3132
  customerNo: string;
3133
+ contractType?: string;
3133
3134
  static names(): {
3134
3135
  [key: string]: string;
3135
3136
  };
@@ -5686,6 +5687,76 @@ export declare class QueryUmktCardsmsSupportResponse extends $tea.Model {
5686
5687
  [key: string]: any;
5687
5688
  });
5688
5689
  }
5690
+ export declare class SendUmktTextsmsBatchRequest extends $tea.Model {
5691
+ authToken?: string;
5692
+ productInstanceId?: string;
5693
+ cpassAk?: string;
5694
+ industryTag: string;
5695
+ phoneNumberJson: string;
5696
+ signNameJson: string;
5697
+ templateCode: string;
5698
+ templateParamJson: string;
5699
+ smsUpExtendCodeJson?: string;
5700
+ outId?: string;
5701
+ static names(): {
5702
+ [key: string]: string;
5703
+ };
5704
+ static types(): {
5705
+ [key: string]: any;
5706
+ };
5707
+ constructor(map?: {
5708
+ [key: string]: any;
5709
+ });
5710
+ }
5711
+ export declare class SendUmktTextsmsBatchResponse extends $tea.Model {
5712
+ reqMsgId?: string;
5713
+ resultCode?: string;
5714
+ resultMsg?: string;
5715
+ bizId?: string;
5716
+ static names(): {
5717
+ [key: string]: string;
5718
+ };
5719
+ static types(): {
5720
+ [key: string]: any;
5721
+ };
5722
+ constructor(map?: {
5723
+ [key: string]: any;
5724
+ });
5725
+ }
5726
+ export declare class SendUmktDigitalsmsBatchRequest extends $tea.Model {
5727
+ authToken?: string;
5728
+ productInstanceId?: string;
5729
+ cpassAk?: string;
5730
+ industryTag: string;
5731
+ phoneNumbers: string;
5732
+ templateCode: string;
5733
+ templateParam: string;
5734
+ outId?: string;
5735
+ static names(): {
5736
+ [key: string]: string;
5737
+ };
5738
+ static types(): {
5739
+ [key: string]: any;
5740
+ };
5741
+ constructor(map?: {
5742
+ [key: string]: any;
5743
+ });
5744
+ }
5745
+ export declare class SendUmktDigitalsmsBatchResponse extends $tea.Model {
5746
+ reqMsgId?: string;
5747
+ resultCode?: string;
5748
+ resultMsg?: string;
5749
+ bizId?: string;
5750
+ static names(): {
5751
+ [key: string]: string;
5752
+ };
5753
+ static types(): {
5754
+ [key: string]: any;
5755
+ };
5756
+ constructor(map?: {
5757
+ [key: string]: any;
5758
+ });
5759
+ }
5689
5760
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
5690
5761
  authToken?: string;
5691
5762
  apiCode: string;
@@ -7290,6 +7361,30 @@ export default class Client {
7290
7361
  queryUmktCardsmsSupportEx(request: QueryUmktCardsmsSupportRequest, headers: {
7291
7362
  [key: string]: string;
7292
7363
  }, runtime: $Util.RuntimeOptions): Promise<QueryUmktCardsmsSupportResponse>;
7364
+ /**
7365
+ * Description: 文本短信批量发送接口
7366
+ * Summary: 文本短信批量发送接口
7367
+ */
7368
+ sendUmktTextsmsBatch(request: SendUmktTextsmsBatchRequest): Promise<SendUmktTextsmsBatchResponse>;
7369
+ /**
7370
+ * Description: 文本短信批量发送接口
7371
+ * Summary: 文本短信批量发送接口
7372
+ */
7373
+ sendUmktTextsmsBatchEx(request: SendUmktTextsmsBatchRequest, headers: {
7374
+ [key: string]: string;
7375
+ }, runtime: $Util.RuntimeOptions): Promise<SendUmktTextsmsBatchResponse>;
7376
+ /**
7377
+ * Description: 数字短信批量发送接口(单模板)
7378
+ * Summary: 数字短信批量发送接口(单模板)
7379
+ */
7380
+ sendUmktDigitalsmsBatch(request: SendUmktDigitalsmsBatchRequest): Promise<SendUmktDigitalsmsBatchResponse>;
7381
+ /**
7382
+ * Description: 数字短信批量发送接口(单模板)
7383
+ * Summary: 数字短信批量发送接口(单模板)
7384
+ */
7385
+ sendUmktDigitalsmsBatchEx(request: SendUmktDigitalsmsBatchRequest, headers: {
7386
+ [key: string]: string;
7387
+ }, runtime: $Util.RuntimeOptions): Promise<SendUmktDigitalsmsBatchResponse>;
7293
7388
  /**
7294
7389
  * Description: 创建HTTP PUT提交的文件上传
7295
7390
  * Summary: 文件上传创建
package/dist/client.js CHANGED
@@ -568,6 +568,7 @@ class PersonalInfo extends $tea.Model {
568
568
  address: 'address',
569
569
  sex: 'sex',
570
570
  nation: 'nation',
571
+ maritalStatus: 'marital_status',
571
572
  };
572
573
  }
573
574
  static types() {
@@ -586,6 +587,7 @@ class PersonalInfo extends $tea.Model {
586
587
  address: 'string',
587
588
  sex: 'string',
588
589
  nation: 'string',
590
+ maritalStatus: 'string',
589
591
  };
590
592
  }
591
593
  }
@@ -741,13 +743,11 @@ class BackflowEventRecord extends $tea.Model {
741
743
  }
742
744
  static names() {
743
745
  return {
744
- groupCode: 'group_code',
745
746
  properties: 'properties',
746
747
  };
747
748
  }
748
749
  static types() {
749
750
  return {
750
- groupCode: 'string',
751
751
  properties: { 'type': 'array', 'itemType': BackflowEventRecordProperty },
752
752
  };
753
753
  }
@@ -4917,6 +4917,7 @@ class QueryDubbridgeSearchContractRequest extends $tea.Model {
4917
4917
  productInstanceId: 'product_instance_id',
4918
4918
  originalOrderNo: 'original_order_no',
4919
4919
  customerNo: 'customer_no',
4920
+ contractType: 'contract_type',
4920
4921
  };
4921
4922
  }
4922
4923
  static types() {
@@ -4925,6 +4926,7 @@ class QueryDubbridgeSearchContractRequest extends $tea.Model {
4925
4926
  productInstanceId: 'string',
4926
4927
  originalOrderNo: 'string',
4927
4928
  customerNo: 'string',
4929
+ contractType: 'string',
4928
4930
  };
4929
4931
  }
4930
4932
  }
@@ -8797,6 +8799,114 @@ class QueryUmktCardsmsSupportResponse extends $tea.Model {
8797
8799
  }
8798
8800
  }
8799
8801
  exports.QueryUmktCardsmsSupportResponse = QueryUmktCardsmsSupportResponse;
8802
+ class SendUmktTextsmsBatchRequest extends $tea.Model {
8803
+ constructor(map) {
8804
+ super(map);
8805
+ }
8806
+ static names() {
8807
+ return {
8808
+ authToken: 'auth_token',
8809
+ productInstanceId: 'product_instance_id',
8810
+ cpassAk: 'cpass_ak',
8811
+ industryTag: 'industry_tag',
8812
+ phoneNumberJson: 'phone_number_json',
8813
+ signNameJson: 'sign_name_json',
8814
+ templateCode: 'template_code',
8815
+ templateParamJson: 'template_param_json',
8816
+ smsUpExtendCodeJson: 'sms_up_extend_code_json',
8817
+ outId: 'out_id',
8818
+ };
8819
+ }
8820
+ static types() {
8821
+ return {
8822
+ authToken: 'string',
8823
+ productInstanceId: 'string',
8824
+ cpassAk: 'string',
8825
+ industryTag: 'string',
8826
+ phoneNumberJson: 'string',
8827
+ signNameJson: 'string',
8828
+ templateCode: 'string',
8829
+ templateParamJson: 'string',
8830
+ smsUpExtendCodeJson: 'string',
8831
+ outId: 'string',
8832
+ };
8833
+ }
8834
+ }
8835
+ exports.SendUmktTextsmsBatchRequest = SendUmktTextsmsBatchRequest;
8836
+ class SendUmktTextsmsBatchResponse extends $tea.Model {
8837
+ constructor(map) {
8838
+ super(map);
8839
+ }
8840
+ static names() {
8841
+ return {
8842
+ reqMsgId: 'req_msg_id',
8843
+ resultCode: 'result_code',
8844
+ resultMsg: 'result_msg',
8845
+ bizId: 'biz_id',
8846
+ };
8847
+ }
8848
+ static types() {
8849
+ return {
8850
+ reqMsgId: 'string',
8851
+ resultCode: 'string',
8852
+ resultMsg: 'string',
8853
+ bizId: 'string',
8854
+ };
8855
+ }
8856
+ }
8857
+ exports.SendUmktTextsmsBatchResponse = SendUmktTextsmsBatchResponse;
8858
+ class SendUmktDigitalsmsBatchRequest extends $tea.Model {
8859
+ constructor(map) {
8860
+ super(map);
8861
+ }
8862
+ static names() {
8863
+ return {
8864
+ authToken: 'auth_token',
8865
+ productInstanceId: 'product_instance_id',
8866
+ cpassAk: 'cpass_ak',
8867
+ industryTag: 'industry_tag',
8868
+ phoneNumbers: 'phone_numbers',
8869
+ templateCode: 'template_code',
8870
+ templateParam: 'template_param',
8871
+ outId: 'out_id',
8872
+ };
8873
+ }
8874
+ static types() {
8875
+ return {
8876
+ authToken: 'string',
8877
+ productInstanceId: 'string',
8878
+ cpassAk: 'string',
8879
+ industryTag: 'string',
8880
+ phoneNumbers: 'string',
8881
+ templateCode: 'string',
8882
+ templateParam: 'string',
8883
+ outId: 'string',
8884
+ };
8885
+ }
8886
+ }
8887
+ exports.SendUmktDigitalsmsBatchRequest = SendUmktDigitalsmsBatchRequest;
8888
+ class SendUmktDigitalsmsBatchResponse extends $tea.Model {
8889
+ constructor(map) {
8890
+ super(map);
8891
+ }
8892
+ static names() {
8893
+ return {
8894
+ reqMsgId: 'req_msg_id',
8895
+ resultCode: 'result_code',
8896
+ resultMsg: 'result_msg',
8897
+ bizId: 'biz_id',
8898
+ };
8899
+ }
8900
+ static types() {
8901
+ return {
8902
+ reqMsgId: 'string',
8903
+ resultCode: 'string',
8904
+ resultMsg: 'string',
8905
+ bizId: 'string',
8906
+ };
8907
+ }
8908
+ }
8909
+ exports.SendUmktDigitalsmsBatchResponse = SendUmktDigitalsmsBatchResponse;
8800
8910
  class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
8801
8911
  constructor(map) {
8802
8912
  super(map);
@@ -8941,7 +9051,7 @@ class Client {
8941
9051
  req_msg_id: alipay_util_1.default.getNonce(),
8942
9052
  access_key: this._accessKeyId,
8943
9053
  base_sdk_version: "TeaSDK-2.0",
8944
- sdk_version: "1.13.5",
9054
+ sdk_version: "1.13.9",
8945
9055
  };
8946
9056
  if (!tea_util_1.default.empty(this._securityToken)) {
8947
9057
  request_.query["security_token"] = this._securityToken;
@@ -11194,6 +11304,40 @@ class Client {
11194
11304
  tea_util_1.default.validateModel(request);
11195
11305
  return $tea.cast(await this.doRequest("1.0", "riskplus.umkt.cardsms.support.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryUmktCardsmsSupportResponse({}));
11196
11306
  }
11307
+ /**
11308
+ * Description: 文本短信批量发送接口
11309
+ * Summary: 文本短信批量发送接口
11310
+ */
11311
+ async sendUmktTextsmsBatch(request) {
11312
+ let runtime = new $Util.RuntimeOptions({});
11313
+ let headers = {};
11314
+ return await this.sendUmktTextsmsBatchEx(request, headers, runtime);
11315
+ }
11316
+ /**
11317
+ * Description: 文本短信批量发送接口
11318
+ * Summary: 文本短信批量发送接口
11319
+ */
11320
+ async sendUmktTextsmsBatchEx(request, headers, runtime) {
11321
+ tea_util_1.default.validateModel(request);
11322
+ return $tea.cast(await this.doRequest("1.0", "riskplus.umkt.textsms.batch.send", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new SendUmktTextsmsBatchResponse({}));
11323
+ }
11324
+ /**
11325
+ * Description: 数字短信批量发送接口(单模板)
11326
+ * Summary: 数字短信批量发送接口(单模板)
11327
+ */
11328
+ async sendUmktDigitalsmsBatch(request) {
11329
+ let runtime = new $Util.RuntimeOptions({});
11330
+ let headers = {};
11331
+ return await this.sendUmktDigitalsmsBatchEx(request, headers, runtime);
11332
+ }
11333
+ /**
11334
+ * Description: 数字短信批量发送接口(单模板)
11335
+ * Summary: 数字短信批量发送接口(单模板)
11336
+ */
11337
+ async sendUmktDigitalsmsBatchEx(request, headers, runtime) {
11338
+ tea_util_1.default.validateModel(request);
11339
+ return $tea.cast(await this.doRequest("1.0", "riskplus.umkt.digitalsms.batch.send", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new SendUmktDigitalsmsBatchResponse({}));
11340
+ }
11197
11341
  /**
11198
11342
  * Description: 创建HTTP PUT提交的文件上传
11199
11343
  * Summary: 文件上传创建