@antchain/ato 1.19.79 → 1.19.82
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 +350 -2
- package/dist/client.js +513 -4
- package/dist/client.js.map +1 -1
- package/package.json +30 -29
- package/src/client.ts +722 -3
package/dist/client.d.ts
CHANGED
|
@@ -4916,6 +4916,243 @@ export declare class QueryTradeSettletocardResponse extends $tea.Model {
|
|
|
4916
4916
|
[key: string]: any;
|
|
4917
4917
|
});
|
|
4918
4918
|
}
|
|
4919
|
+
export declare class SyncOnetimeOrderRequest extends $tea.Model {
|
|
4920
|
+
authToken?: string;
|
|
4921
|
+
productInstanceId?: string;
|
|
4922
|
+
orderId: string;
|
|
4923
|
+
merchantId: string;
|
|
4924
|
+
merchantName: string;
|
|
4925
|
+
orderInfo: string;
|
|
4926
|
+
static names(): {
|
|
4927
|
+
[key: string]: string;
|
|
4928
|
+
};
|
|
4929
|
+
static types(): {
|
|
4930
|
+
[key: string]: any;
|
|
4931
|
+
};
|
|
4932
|
+
constructor(map?: {
|
|
4933
|
+
[key: string]: any;
|
|
4934
|
+
});
|
|
4935
|
+
}
|
|
4936
|
+
export declare class SyncOnetimeOrderResponse extends $tea.Model {
|
|
4937
|
+
reqMsgId?: string;
|
|
4938
|
+
resultCode?: string;
|
|
4939
|
+
resultMsg?: string;
|
|
4940
|
+
orderId?: string;
|
|
4941
|
+
static names(): {
|
|
4942
|
+
[key: string]: string;
|
|
4943
|
+
};
|
|
4944
|
+
static types(): {
|
|
4945
|
+
[key: string]: any;
|
|
4946
|
+
};
|
|
4947
|
+
constructor(map?: {
|
|
4948
|
+
[key: string]: any;
|
|
4949
|
+
});
|
|
4950
|
+
}
|
|
4951
|
+
export declare class QueryOnetimeOrderRequest extends $tea.Model {
|
|
4952
|
+
authToken?: string;
|
|
4953
|
+
productInstanceId?: string;
|
|
4954
|
+
orderId: string;
|
|
4955
|
+
merchantId: string;
|
|
4956
|
+
merchantName: string;
|
|
4957
|
+
static names(): {
|
|
4958
|
+
[key: string]: string;
|
|
4959
|
+
};
|
|
4960
|
+
static types(): {
|
|
4961
|
+
[key: string]: any;
|
|
4962
|
+
};
|
|
4963
|
+
constructor(map?: {
|
|
4964
|
+
[key: string]: any;
|
|
4965
|
+
});
|
|
4966
|
+
}
|
|
4967
|
+
export declare class QueryOnetimeOrderResponse extends $tea.Model {
|
|
4968
|
+
reqMsgId?: string;
|
|
4969
|
+
resultCode?: string;
|
|
4970
|
+
resultMsg?: string;
|
|
4971
|
+
data?: string;
|
|
4972
|
+
static names(): {
|
|
4973
|
+
[key: string]: string;
|
|
4974
|
+
};
|
|
4975
|
+
static types(): {
|
|
4976
|
+
[key: string]: any;
|
|
4977
|
+
};
|
|
4978
|
+
constructor(map?: {
|
|
4979
|
+
[key: string]: any;
|
|
4980
|
+
});
|
|
4981
|
+
}
|
|
4982
|
+
export declare class QueryOnetimePerformanceRequest extends $tea.Model {
|
|
4983
|
+
authToken?: string;
|
|
4984
|
+
productInstanceId?: string;
|
|
4985
|
+
orderId: string;
|
|
4986
|
+
merchantId: string;
|
|
4987
|
+
static names(): {
|
|
4988
|
+
[key: string]: string;
|
|
4989
|
+
};
|
|
4990
|
+
static types(): {
|
|
4991
|
+
[key: string]: any;
|
|
4992
|
+
};
|
|
4993
|
+
constructor(map?: {
|
|
4994
|
+
[key: string]: any;
|
|
4995
|
+
});
|
|
4996
|
+
}
|
|
4997
|
+
export declare class QueryOnetimePerformanceResponse extends $tea.Model {
|
|
4998
|
+
reqMsgId?: string;
|
|
4999
|
+
resultCode?: string;
|
|
5000
|
+
resultMsg?: string;
|
|
5001
|
+
data?: string;
|
|
5002
|
+
static names(): {
|
|
5003
|
+
[key: string]: string;
|
|
5004
|
+
};
|
|
5005
|
+
static types(): {
|
|
5006
|
+
[key: string]: any;
|
|
5007
|
+
};
|
|
5008
|
+
constructor(map?: {
|
|
5009
|
+
[key: string]: any;
|
|
5010
|
+
});
|
|
5011
|
+
}
|
|
5012
|
+
export declare class QueryOnetimeRefundRequest extends $tea.Model {
|
|
5013
|
+
authToken?: string;
|
|
5014
|
+
productInstanceId?: string;
|
|
5015
|
+
orderId: string;
|
|
5016
|
+
refundRequestNo: string;
|
|
5017
|
+
static names(): {
|
|
5018
|
+
[key: string]: string;
|
|
5019
|
+
};
|
|
5020
|
+
static types(): {
|
|
5021
|
+
[key: string]: any;
|
|
5022
|
+
};
|
|
5023
|
+
constructor(map?: {
|
|
5024
|
+
[key: string]: any;
|
|
5025
|
+
});
|
|
5026
|
+
}
|
|
5027
|
+
export declare class QueryOnetimeRefundResponse extends $tea.Model {
|
|
5028
|
+
reqMsgId?: string;
|
|
5029
|
+
resultCode?: string;
|
|
5030
|
+
resultMsg?: string;
|
|
5031
|
+
refundRequestNo?: string;
|
|
5032
|
+
tradeNo?: string;
|
|
5033
|
+
status?: string;
|
|
5034
|
+
refundOrderNo?: string;
|
|
5035
|
+
refundErrorMsg?: string;
|
|
5036
|
+
totalRefundAmount?: number;
|
|
5037
|
+
sendBackAmount?: number;
|
|
5038
|
+
gmtRefundPay?: number;
|
|
5039
|
+
refundDivideTransOutInfoList?: string;
|
|
5040
|
+
static names(): {
|
|
5041
|
+
[key: string]: string;
|
|
5042
|
+
};
|
|
5043
|
+
static types(): {
|
|
5044
|
+
[key: string]: any;
|
|
5045
|
+
};
|
|
5046
|
+
constructor(map?: {
|
|
5047
|
+
[key: string]: any;
|
|
5048
|
+
});
|
|
5049
|
+
}
|
|
5050
|
+
export declare class InitOnetimeActivepayRequest extends $tea.Model {
|
|
5051
|
+
authToken?: string;
|
|
5052
|
+
productInstanceId?: string;
|
|
5053
|
+
orderId: string;
|
|
5054
|
+
payChannel: string;
|
|
5055
|
+
returnUrl?: string;
|
|
5056
|
+
static names(): {
|
|
5057
|
+
[key: string]: string;
|
|
5058
|
+
};
|
|
5059
|
+
static types(): {
|
|
5060
|
+
[key: string]: any;
|
|
5061
|
+
};
|
|
5062
|
+
constructor(map?: {
|
|
5063
|
+
[key: string]: any;
|
|
5064
|
+
});
|
|
5065
|
+
}
|
|
5066
|
+
export declare class InitOnetimeActivepayResponse extends $tea.Model {
|
|
5067
|
+
reqMsgId?: string;
|
|
5068
|
+
resultCode?: string;
|
|
5069
|
+
resultMsg?: string;
|
|
5070
|
+
tradeNo?: string;
|
|
5071
|
+
orderStr?: string;
|
|
5072
|
+
static names(): {
|
|
5073
|
+
[key: string]: string;
|
|
5074
|
+
};
|
|
5075
|
+
static types(): {
|
|
5076
|
+
[key: string]: any;
|
|
5077
|
+
};
|
|
5078
|
+
constructor(map?: {
|
|
5079
|
+
[key: string]: any;
|
|
5080
|
+
});
|
|
5081
|
+
}
|
|
5082
|
+
export declare class QueryOnetimeActivepayRequest extends $tea.Model {
|
|
5083
|
+
authToken?: string;
|
|
5084
|
+
productInstanceId?: string;
|
|
5085
|
+
orderId: string;
|
|
5086
|
+
static names(): {
|
|
5087
|
+
[key: string]: string;
|
|
5088
|
+
};
|
|
5089
|
+
static types(): {
|
|
5090
|
+
[key: string]: any;
|
|
5091
|
+
};
|
|
5092
|
+
constructor(map?: {
|
|
5093
|
+
[key: string]: any;
|
|
5094
|
+
});
|
|
5095
|
+
}
|
|
5096
|
+
export declare class QueryOnetimeActivepayResponse extends $tea.Model {
|
|
5097
|
+
reqMsgId?: string;
|
|
5098
|
+
resultCode?: string;
|
|
5099
|
+
resultMsg?: string;
|
|
5100
|
+
tradeNo?: string;
|
|
5101
|
+
orderStr?: string;
|
|
5102
|
+
status?: string;
|
|
5103
|
+
divideStatus?: string;
|
|
5104
|
+
payAmount?: number;
|
|
5105
|
+
realPayAmount?: number;
|
|
5106
|
+
realReceiptAmount?: number;
|
|
5107
|
+
payTime?: string;
|
|
5108
|
+
payOrderNo?: string;
|
|
5109
|
+
payTradeNo?: string;
|
|
5110
|
+
static names(): {
|
|
5111
|
+
[key: string]: string;
|
|
5112
|
+
};
|
|
5113
|
+
static types(): {
|
|
5114
|
+
[key: string]: any;
|
|
5115
|
+
};
|
|
5116
|
+
constructor(map?: {
|
|
5117
|
+
[key: string]: any;
|
|
5118
|
+
});
|
|
5119
|
+
}
|
|
5120
|
+
export declare class CreateOnetimeRefundRequest extends $tea.Model {
|
|
5121
|
+
authToken?: string;
|
|
5122
|
+
productInstanceId?: string;
|
|
5123
|
+
orderId: string;
|
|
5124
|
+
refundRequestNo: string;
|
|
5125
|
+
refundMoney: number;
|
|
5126
|
+
refundReason?: string;
|
|
5127
|
+
refundDivideTransOutInfoList?: string;
|
|
5128
|
+
static names(): {
|
|
5129
|
+
[key: string]: string;
|
|
5130
|
+
};
|
|
5131
|
+
static types(): {
|
|
5132
|
+
[key: string]: any;
|
|
5133
|
+
};
|
|
5134
|
+
constructor(map?: {
|
|
5135
|
+
[key: string]: any;
|
|
5136
|
+
});
|
|
5137
|
+
}
|
|
5138
|
+
export declare class CreateOnetimeRefundResponse extends $tea.Model {
|
|
5139
|
+
reqMsgId?: string;
|
|
5140
|
+
resultCode?: string;
|
|
5141
|
+
resultMsg?: string;
|
|
5142
|
+
refundRequestNo?: string;
|
|
5143
|
+
status?: string;
|
|
5144
|
+
refundOrderNo?: string;
|
|
5145
|
+
tradeNo?: string;
|
|
5146
|
+
static names(): {
|
|
5147
|
+
[key: string]: string;
|
|
5148
|
+
};
|
|
5149
|
+
static types(): {
|
|
5150
|
+
[key: string]: any;
|
|
5151
|
+
};
|
|
5152
|
+
constructor(map?: {
|
|
5153
|
+
[key: string]: any;
|
|
5154
|
+
});
|
|
5155
|
+
}
|
|
4919
5156
|
export declare class QueryInnerFundassetpackagerepaymentRequest extends $tea.Model {
|
|
4920
5157
|
authToken?: string;
|
|
4921
5158
|
productInstanceId?: string;
|
|
@@ -13561,6 +13798,7 @@ export declare class AuthSignFlowResponse extends $tea.Model {
|
|
|
13561
13798
|
resultCode?: string;
|
|
13562
13799
|
resultMsg?: string;
|
|
13563
13800
|
signFieldIds?: string;
|
|
13801
|
+
orgSignUrl?: string;
|
|
13564
13802
|
static names(): {
|
|
13565
13803
|
[key: string]: string;
|
|
13566
13804
|
};
|
|
@@ -15484,6 +15722,116 @@ export default class Client {
|
|
|
15484
15722
|
queryTradeSettletocardEx(request: QueryTradeSettletocardRequest, headers: {
|
|
15485
15723
|
[key: string]: string;
|
|
15486
15724
|
}, runtime: $Util.RuntimeOptions): Promise<QueryTradeSettletocardResponse>;
|
|
15725
|
+
/**
|
|
15726
|
+
* @remarks
|
|
15727
|
+
* Description: 一次性支付订单创建
|
|
15728
|
+
* 接口信息
|
|
15729
|
+
* Summary: 一次性支付订单创建
|
|
15730
|
+
* 接口信息
|
|
15731
|
+
*/
|
|
15732
|
+
syncOnetimeOrder(request: SyncOnetimeOrderRequest): Promise<SyncOnetimeOrderResponse>;
|
|
15733
|
+
/**
|
|
15734
|
+
* @remarks
|
|
15735
|
+
* Description: 一次性支付订单创建
|
|
15736
|
+
* 接口信息
|
|
15737
|
+
* Summary: 一次性支付订单创建
|
|
15738
|
+
* 接口信息
|
|
15739
|
+
*/
|
|
15740
|
+
syncOnetimeOrderEx(request: SyncOnetimeOrderRequest, headers: {
|
|
15741
|
+
[key: string]: string;
|
|
15742
|
+
}, runtime: $Util.RuntimeOptions): Promise<SyncOnetimeOrderResponse>;
|
|
15743
|
+
/**
|
|
15744
|
+
* @remarks
|
|
15745
|
+
* Description: 一次性支付订单信息查询
|
|
15746
|
+
* Summary: 一次性支付订单信息查询
|
|
15747
|
+
*/
|
|
15748
|
+
queryOnetimeOrder(request: QueryOnetimeOrderRequest): Promise<QueryOnetimeOrderResponse>;
|
|
15749
|
+
/**
|
|
15750
|
+
* @remarks
|
|
15751
|
+
* Description: 一次性支付订单信息查询
|
|
15752
|
+
* Summary: 一次性支付订单信息查询
|
|
15753
|
+
*/
|
|
15754
|
+
queryOnetimeOrderEx(request: QueryOnetimeOrderRequest, headers: {
|
|
15755
|
+
[key: string]: string;
|
|
15756
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryOnetimeOrderResponse>;
|
|
15757
|
+
/**
|
|
15758
|
+
* @remarks
|
|
15759
|
+
* Description: 一次性支付订单资金流水信息查询
|
|
15760
|
+
* Summary: 一次性支付订单资金流水信息查询
|
|
15761
|
+
*/
|
|
15762
|
+
queryOnetimePerformance(request: QueryOnetimePerformanceRequest): Promise<QueryOnetimePerformanceResponse>;
|
|
15763
|
+
/**
|
|
15764
|
+
* @remarks
|
|
15765
|
+
* Description: 一次性支付订单资金流水信息查询
|
|
15766
|
+
* Summary: 一次性支付订单资金流水信息查询
|
|
15767
|
+
*/
|
|
15768
|
+
queryOnetimePerformanceEx(request: QueryOnetimePerformanceRequest, headers: {
|
|
15769
|
+
[key: string]: string;
|
|
15770
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryOnetimePerformanceResponse>;
|
|
15771
|
+
/**
|
|
15772
|
+
* @remarks
|
|
15773
|
+
* Description: 一次性支付退款查询
|
|
15774
|
+
* 接口信息
|
|
15775
|
+
* Summary: 一次性支付退款查询
|
|
15776
|
+
* 接口信息
|
|
15777
|
+
*/
|
|
15778
|
+
queryOnetimeRefund(request: QueryOnetimeRefundRequest): Promise<QueryOnetimeRefundResponse>;
|
|
15779
|
+
/**
|
|
15780
|
+
* @remarks
|
|
15781
|
+
* Description: 一次性支付退款查询
|
|
15782
|
+
* 接口信息
|
|
15783
|
+
* Summary: 一次性支付退款查询
|
|
15784
|
+
* 接口信息
|
|
15785
|
+
*/
|
|
15786
|
+
queryOnetimeRefundEx(request: QueryOnetimeRefundRequest, headers: {
|
|
15787
|
+
[key: string]: string;
|
|
15788
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryOnetimeRefundResponse>;
|
|
15789
|
+
/**
|
|
15790
|
+
* @remarks
|
|
15791
|
+
* Description: 一次性支付创建
|
|
15792
|
+
* Summary: 一次性支付创建
|
|
15793
|
+
*/
|
|
15794
|
+
initOnetimeActivepay(request: InitOnetimeActivepayRequest): Promise<InitOnetimeActivepayResponse>;
|
|
15795
|
+
/**
|
|
15796
|
+
* @remarks
|
|
15797
|
+
* Description: 一次性支付创建
|
|
15798
|
+
* Summary: 一次性支付创建
|
|
15799
|
+
*/
|
|
15800
|
+
initOnetimeActivepayEx(request: InitOnetimeActivepayRequest, headers: {
|
|
15801
|
+
[key: string]: string;
|
|
15802
|
+
}, runtime: $Util.RuntimeOptions): Promise<InitOnetimeActivepayResponse>;
|
|
15803
|
+
/**
|
|
15804
|
+
* @remarks
|
|
15805
|
+
* Description: 一次性支付查询
|
|
15806
|
+
* Summary: 一次性支付查询
|
|
15807
|
+
*/
|
|
15808
|
+
queryOnetimeActivepay(request: QueryOnetimeActivepayRequest): Promise<QueryOnetimeActivepayResponse>;
|
|
15809
|
+
/**
|
|
15810
|
+
* @remarks
|
|
15811
|
+
* Description: 一次性支付查询
|
|
15812
|
+
* Summary: 一次性支付查询
|
|
15813
|
+
*/
|
|
15814
|
+
queryOnetimeActivepayEx(request: QueryOnetimeActivepayRequest, headers: {
|
|
15815
|
+
[key: string]: string;
|
|
15816
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryOnetimeActivepayResponse>;
|
|
15817
|
+
/**
|
|
15818
|
+
* @remarks
|
|
15819
|
+
* Description: 一次性支付退款创建
|
|
15820
|
+
* 接口信息
|
|
15821
|
+
* Summary: 一次性支付退款创建
|
|
15822
|
+
* 接口信息
|
|
15823
|
+
*/
|
|
15824
|
+
createOnetimeRefund(request: CreateOnetimeRefundRequest): Promise<CreateOnetimeRefundResponse>;
|
|
15825
|
+
/**
|
|
15826
|
+
* @remarks
|
|
15827
|
+
* Description: 一次性支付退款创建
|
|
15828
|
+
* 接口信息
|
|
15829
|
+
* Summary: 一次性支付退款创建
|
|
15830
|
+
* 接口信息
|
|
15831
|
+
*/
|
|
15832
|
+
createOnetimeRefundEx(request: CreateOnetimeRefundRequest, headers: {
|
|
15833
|
+
[key: string]: string;
|
|
15834
|
+
}, runtime: $Util.RuntimeOptions): Promise<CreateOnetimeRefundResponse>;
|
|
15487
15835
|
/**
|
|
15488
15836
|
* @remarks
|
|
15489
15837
|
* Description: 资产包还款列表查询
|
|
@@ -19043,13 +19391,13 @@ export default class Client {
|
|
|
19043
19391
|
/**
|
|
19044
19392
|
* @remarks
|
|
19045
19393
|
* Description: 电子合同签署模块,机构调用这个接口进行签署的授权落签
|
|
19046
|
-
* Summary:
|
|
19394
|
+
* Summary: 电子合同签署模块,机构调用这个接口进行签署的授权落签
|
|
19047
19395
|
*/
|
|
19048
19396
|
authSignFlow(request: AuthSignFlowRequest): Promise<AuthSignFlowResponse>;
|
|
19049
19397
|
/**
|
|
19050
19398
|
* @remarks
|
|
19051
19399
|
* Description: 电子合同签署模块,机构调用这个接口进行签署的授权落签
|
|
19052
|
-
* Summary:
|
|
19400
|
+
* Summary: 电子合同签署模块,机构调用这个接口进行签署的授权落签
|
|
19053
19401
|
*/
|
|
19054
19402
|
authSignFlowEx(request: AuthSignFlowRequest, headers: {
|
|
19055
19403
|
[key: string]: string;
|