@antchain/ato 1.10.24 → 1.11.2

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
@@ -482,25 +482,6 @@ export declare class LegalInfoUpdate extends $tea.Model {
482
482
  [key: string]: any;
483
483
  });
484
484
  }
485
- export declare class MerchantOrderInfo extends $tea.Model {
486
- agreementNo?: string;
487
- orderId?: string;
488
- orderCreateTime?: string;
489
- totalRentMoney?: number;
490
- rentRerm?: number;
491
- orderStatus?: string;
492
- userName?: string;
493
- userPhoneNumber?: string;
494
- static names(): {
495
- [key: string]: string;
496
- };
497
- static types(): {
498
- [key: string]: any;
499
- };
500
- constructor(map?: {
501
- [key: string]: any;
502
- });
503
- }
504
485
  export declare class PromiseInfo extends $tea.Model {
505
486
  static names(): {
506
487
  [key: string]: string;
@@ -638,6 +619,26 @@ export declare class CompanyInfoUpdate extends $tea.Model {
638
619
  [key: string]: any;
639
620
  });
640
621
  }
622
+ export declare class OrderSearchInfo extends $tea.Model {
623
+ orderId?: string;
624
+ agreementNo?: string;
625
+ orderCreateTime?: string;
626
+ totalRentMoney?: number;
627
+ rentTerm?: number;
628
+ rentUnit?: string;
629
+ orderStatus?: string;
630
+ userName?: string;
631
+ userPhoneNumber?: string;
632
+ static names(): {
633
+ [key: string]: string;
634
+ };
635
+ static types(): {
636
+ [key: string]: any;
637
+ };
638
+ constructor(map?: {
639
+ [key: string]: any;
640
+ });
641
+ }
641
642
  export declare class OrderProductInfo extends $tea.Model {
642
643
  productId?: string;
643
644
  productName?: string;
@@ -1088,6 +1089,8 @@ export declare class CancelFundPlanRequest extends $tea.Model {
1088
1089
  merchantId: string;
1089
1090
  cancelReason: string;
1090
1091
  fundId?: string;
1092
+ operation?: string;
1093
+ redeemAmount?: number;
1091
1094
  static names(): {
1092
1095
  [key: string]: string;
1093
1096
  };
@@ -2072,6 +2075,8 @@ export declare class CreateInnerTemplatetextareaRequest extends $tea.Model {
2072
2075
  componentType: string;
2073
2076
  componentName: string;
2074
2077
  required: boolean;
2078
+ line?: number;
2079
+ multiName?: string;
2075
2080
  static names(): {
2076
2081
  [key: string]: string;
2077
2082
  };
@@ -2463,7 +2468,7 @@ export declare class QueryInnerMerchantpayexpandResponse extends $tea.Model {
2463
2468
  expandMode?: string;
2464
2469
  expandStatus?: string;
2465
2470
  expandFailReason?: string;
2466
- showCustomerComplaintRegistPortal?: boolean;
2471
+ showCustomerServiceBanner?: boolean;
2467
2472
  static names(): {
2468
2473
  [key: string]: string;
2469
2474
  };
@@ -3319,7 +3324,7 @@ export declare class PagequeryInnerOrderResponse extends $tea.Model {
3319
3324
  reqMsgId?: string;
3320
3325
  resultCode?: string;
3321
3326
  resultMsg?: string;
3322
- orderInfoList?: MerchantOrderInfo[];
3327
+ orderInfoList?: OrderSearchInfo[];
3323
3328
  total?: number;
3324
3329
  static names(): {
3325
3330
  [key: string]: string;
@@ -3442,7 +3447,7 @@ export declare class CreateInnerCustomerserviceRequest extends $tea.Model {
3442
3447
  alipayLogonId: string;
3443
3448
  customerServicePhone: string;
3444
3449
  customerServiceName: string;
3445
- onlineSupportSiteUrl: string;
3450
+ onlineSupportSiteUrl?: string;
3446
3451
  customerComplaintIssues: string;
3447
3452
  expandMode: string;
3448
3453
  static names(): {
@@ -3481,7 +3486,7 @@ export declare class UpdateInnerCustomerserviceRequest extends $tea.Model {
3481
3486
  alipayLogonId: string;
3482
3487
  customerServicePhone: string;
3483
3488
  customerServiceName: string;
3484
- onlineSupportSiteUrl: string;
3489
+ onlineSupportSiteUrl?: string;
3485
3490
  customerComplaintIssues: string;
3486
3491
  expandMode: string;
3487
3492
  static names(): {
@@ -3619,6 +3624,38 @@ export declare class GetInnerCustomerservicetemplateResponse extends $tea.Model
3619
3624
  [key: string]: any;
3620
3625
  });
3621
3626
  }
3627
+ export declare class QueryInnerTemplateinstanceRequest extends $tea.Model {
3628
+ authToken?: string;
3629
+ productInstanceId?: string;
3630
+ tenantId: string;
3631
+ templateCode: string;
3632
+ businessId: string;
3633
+ needPdfFile: boolean;
3634
+ static names(): {
3635
+ [key: string]: string;
3636
+ };
3637
+ static types(): {
3638
+ [key: string]: any;
3639
+ };
3640
+ constructor(map?: {
3641
+ [key: string]: any;
3642
+ });
3643
+ }
3644
+ export declare class QueryInnerTemplateinstanceResponse extends $tea.Model {
3645
+ reqMsgId?: string;
3646
+ resultCode?: string;
3647
+ resultMsg?: string;
3648
+ data?: string;
3649
+ static names(): {
3650
+ [key: string]: string;
3651
+ };
3652
+ static types(): {
3653
+ [key: string]: any;
3654
+ };
3655
+ constructor(map?: {
3656
+ [key: string]: any;
3657
+ });
3658
+ }
3622
3659
  export declare class CreateInsureRequest extends $tea.Model {
3623
3660
  authToken?: string;
3624
3661
  productInstanceId?: string;
@@ -3633,6 +3670,8 @@ export declare class CreateInsureRequest extends $tea.Model {
3633
3670
  facevrfFlowId?: string;
3634
3671
  logisticsNumber?: string;
3635
3672
  tradeTime?: string;
3673
+ address?: string;
3674
+ period?: number;
3636
3675
  static names(): {
3637
3676
  [key: string]: string;
3638
3677
  };
@@ -4015,6 +4054,10 @@ export declare class SubmitSignFlowRequest extends $tea.Model {
4015
4054
  thirdSigner?: string;
4016
4055
  userOpenId?: string;
4017
4056
  merchantAppId?: string;
4057
+ userType?: string;
4058
+ userOrgName?: string;
4059
+ userOrgIdType?: string;
4060
+ userOrgIdNumber?: string;
4018
4061
  static names(): {
4019
4062
  [key: string]: string;
4020
4063
  };
@@ -4139,6 +4182,10 @@ export declare class SubmitFrontSignRequest extends $tea.Model {
4139
4182
  thirdSigner?: string;
4140
4183
  userOpenId?: string;
4141
4184
  merchantAppId?: string;
4185
+ userType?: string;
4186
+ userOrgIdNumber?: string;
4187
+ userOrgIdType?: string;
4188
+ userOrgName?: string;
4142
4189
  static names(): {
4143
4190
  [key: string]: string;
4144
4191
  };
@@ -4336,6 +4383,35 @@ export declare class CancelSignFlowResponse extends $tea.Model {
4336
4383
  [key: string]: any;
4337
4384
  });
4338
4385
  }
4386
+ export declare class GetSignContractcertificateRequest extends $tea.Model {
4387
+ authToken?: string;
4388
+ productInstanceId?: string;
4389
+ signNo: string;
4390
+ static names(): {
4391
+ [key: string]: string;
4392
+ };
4393
+ static types(): {
4394
+ [key: string]: any;
4395
+ };
4396
+ constructor(map?: {
4397
+ [key: string]: any;
4398
+ });
4399
+ }
4400
+ export declare class GetSignContractcertificateResponse extends $tea.Model {
4401
+ reqMsgId?: string;
4402
+ resultCode?: string;
4403
+ resultMsg?: string;
4404
+ url?: string;
4405
+ static names(): {
4406
+ [key: string]: string;
4407
+ };
4408
+ static types(): {
4409
+ [key: string]: any;
4410
+ };
4411
+ constructor(map?: {
4412
+ [key: string]: any;
4413
+ });
4414
+ }
4339
4415
  export declare class SyncTradeRequest extends $tea.Model {
4340
4416
  authToken?: string;
4341
4417
  productInstanceId?: string;
@@ -4709,6 +4785,42 @@ export declare class ApplyTradeFinanceprecheckResponse extends $tea.Model {
4709
4785
  [key: string]: any;
4710
4786
  });
4711
4787
  }
4788
+ export declare class TransferTradeFinanceRequest extends $tea.Model {
4789
+ authToken?: string;
4790
+ productInstanceId?: string;
4791
+ orderId: string;
4792
+ merchantId: string;
4793
+ fundIdList: string[];
4794
+ fundSignMode: string;
4795
+ divideStartTermIndex: number;
4796
+ static names(): {
4797
+ [key: string]: string;
4798
+ };
4799
+ static types(): {
4800
+ [key: string]: any;
4801
+ };
4802
+ constructor(map?: {
4803
+ [key: string]: any;
4804
+ });
4805
+ }
4806
+ export declare class TransferTradeFinanceResponse extends $tea.Model {
4807
+ reqMsgId?: string;
4808
+ resultCode?: string;
4809
+ resultMsg?: string;
4810
+ orderId?: string;
4811
+ merchantId?: string;
4812
+ fundCandidates?: string;
4813
+ transferResult?: string;
4814
+ static names(): {
4815
+ [key: string]: string;
4816
+ };
4817
+ static types(): {
4818
+ [key: string]: any;
4819
+ };
4820
+ constructor(map?: {
4821
+ [key: string]: any;
4822
+ });
4823
+ }
4712
4824
  export declare class CreateWithholdSignRequest extends $tea.Model {
4713
4825
  authToken?: string;
4714
4826
  productInstanceId?: string;
@@ -4975,6 +5087,7 @@ export declare class QueryWithholdActivepayRequest extends $tea.Model {
4975
5087
  periodNum?: number;
4976
5088
  tradeNo?: string;
4977
5089
  payType?: string;
5090
+ payChannel?: string;
4978
5091
  static names(): {
4979
5092
  [key: string]: string;
4980
5093
  };
@@ -6262,6 +6375,18 @@ export default class Client {
6262
6375
  getInnerCustomerservicetemplateEx(request: GetInnerCustomerservicetemplateRequest, headers: {
6263
6376
  [key: string]: string;
6264
6377
  }, runtime: $Util.RuntimeOptions): Promise<GetInnerCustomerservicetemplateResponse>;
6378
+ /**
6379
+ * Description: 获取模板实例化后的模板信息,包括pdf下载链接
6380
+ * Summary: 获取模板实例化后的模板信息
6381
+ */
6382
+ queryInnerTemplateinstance(request: QueryInnerTemplateinstanceRequest): Promise<QueryInnerTemplateinstanceResponse>;
6383
+ /**
6384
+ * Description: 获取模板实例化后的模板信息,包括pdf下载链接
6385
+ * Summary: 获取模板实例化后的模板信息
6386
+ */
6387
+ queryInnerTemplateinstanceEx(request: QueryInnerTemplateinstanceRequest, headers: {
6388
+ [key: string]: string;
6389
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerTemplateinstanceResponse>;
6265
6390
  /**
6266
6391
  * Description: 一键投保
6267
6392
  * Summary: 投保
@@ -6502,6 +6627,18 @@ export default class Client {
6502
6627
  cancelSignFlowEx(request: CancelSignFlowRequest, headers: {
6503
6628
  [key: string]: string;
6504
6629
  }, runtime: $Util.RuntimeOptions): Promise<CancelSignFlowResponse>;
6630
+ /**
6631
+ * Description: 获取合同存证证明
6632
+ * Summary: 获取合同存证证明
6633
+ */
6634
+ getSignContractcertificate(request: GetSignContractcertificateRequest): Promise<GetSignContractcertificateResponse>;
6635
+ /**
6636
+ * Description: 获取合同存证证明
6637
+ * Summary: 获取合同存证证明
6638
+ */
6639
+ getSignContractcertificateEx(request: GetSignContractcertificateRequest, headers: {
6640
+ [key: string]: string;
6641
+ }, runtime: $Util.RuntimeOptions): Promise<GetSignContractcertificateResponse>;
6505
6642
  /**
6506
6643
  * Description: 对账saas交易信息同步接口
6507
6644
  * Summary: 对账saas交易信息同步接口
@@ -6646,6 +6783,18 @@ export default class Client {
6646
6783
  applyTradeFinanceprecheckEx(request: ApplyTradeFinanceprecheckRequest, headers: {
6647
6784
  [key: string]: string;
6648
6785
  }, runtime: $Util.RuntimeOptions): Promise<ApplyTradeFinanceprecheckResponse>;
6786
+ /**
6787
+ * Description: 非融转融资
6788
+ * Summary: 非融转融资
6789
+ */
6790
+ transferTradeFinance(request: TransferTradeFinanceRequest): Promise<TransferTradeFinanceResponse>;
6791
+ /**
6792
+ * Description: 非融转融资
6793
+ * Summary: 非融转融资
6794
+ */
6795
+ transferTradeFinanceEx(request: TransferTradeFinanceRequest, headers: {
6796
+ [key: string]: string;
6797
+ }, runtime: $Util.RuntimeOptions): Promise<TransferTradeFinanceResponse>;
6649
6798
  /**
6650
6799
  * Description: 代扣签约创建
6651
6800
  * Summary: 代扣签约