@antchain/ato 1.13.15 → 1.14.1
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 +275 -0
- package/dist/client.js +421 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +611 -1
package/dist/client.d.ts
CHANGED
|
@@ -345,6 +345,28 @@ export declare class PromiseInfo extends $tea.Model {
|
|
|
345
345
|
[key: string]: any;
|
|
346
346
|
});
|
|
347
347
|
}
|
|
348
|
+
export declare class FundAssertReport extends $tea.Model {
|
|
349
|
+
deliveryMonth: string;
|
|
350
|
+
totalBillAmount: number;
|
|
351
|
+
averageTerm: string;
|
|
352
|
+
cancelledBillAmount: number;
|
|
353
|
+
billAmountOverdueBy1dayOrMore: number;
|
|
354
|
+
billAmountOverdueBy30DaysOrMore: number;
|
|
355
|
+
totalBillAmountYPeriod: number;
|
|
356
|
+
averageTermYPeriod: string;
|
|
357
|
+
cancelledBillAmountYPeriod: number;
|
|
358
|
+
billAmountOverdueBy1dayOrMoreYPeriod: number;
|
|
359
|
+
billAmountOverdueBy30DaysOrMoreYPeriod: number;
|
|
360
|
+
static names(): {
|
|
361
|
+
[key: string]: string;
|
|
362
|
+
};
|
|
363
|
+
static types(): {
|
|
364
|
+
[key: string]: any;
|
|
365
|
+
};
|
|
366
|
+
constructor(map?: {
|
|
367
|
+
[key: string]: any;
|
|
368
|
+
});
|
|
369
|
+
}
|
|
348
370
|
export declare class CustomerServiceInfo extends $tea.Model {
|
|
349
371
|
merchantId?: string;
|
|
350
372
|
merchantName?: string;
|
|
@@ -810,6 +832,20 @@ export declare class AwardingQueryModel extends $tea.Model {
|
|
|
810
832
|
[key: string]: any;
|
|
811
833
|
});
|
|
812
834
|
}
|
|
835
|
+
export declare class OrderPrimiseExcelInfo extends $tea.Model {
|
|
836
|
+
downloadUrl?: string;
|
|
837
|
+
fileType: string;
|
|
838
|
+
taskStatus: string;
|
|
839
|
+
static names(): {
|
|
840
|
+
[key: string]: string;
|
|
841
|
+
};
|
|
842
|
+
static types(): {
|
|
843
|
+
[key: string]: any;
|
|
844
|
+
};
|
|
845
|
+
constructor(map?: {
|
|
846
|
+
[key: string]: any;
|
|
847
|
+
});
|
|
848
|
+
}
|
|
813
849
|
export declare class ApplicationInfoUpdate extends $tea.Model {
|
|
814
850
|
applicationScene?: string;
|
|
815
851
|
tinyAppId?: string;
|
|
@@ -1848,6 +1884,183 @@ export declare class ApplyFundCreditutilizationResponse extends $tea.Model {
|
|
|
1848
1884
|
resultMsg?: string;
|
|
1849
1885
|
utilizationId?: string;
|
|
1850
1886
|
utilizationAuthId?: string;
|
|
1887
|
+
assetPackageId?: string;
|
|
1888
|
+
static names(): {
|
|
1889
|
+
[key: string]: string;
|
|
1890
|
+
};
|
|
1891
|
+
static types(): {
|
|
1892
|
+
[key: string]: any;
|
|
1893
|
+
};
|
|
1894
|
+
constructor(map?: {
|
|
1895
|
+
[key: string]: any;
|
|
1896
|
+
});
|
|
1897
|
+
}
|
|
1898
|
+
export declare class ApplyFundAssertorderRequest extends $tea.Model {
|
|
1899
|
+
authToken?: string;
|
|
1900
|
+
productInstanceId?: string;
|
|
1901
|
+
authId: string;
|
|
1902
|
+
fundId: string;
|
|
1903
|
+
tenantId: string;
|
|
1904
|
+
merchantId: string;
|
|
1905
|
+
bizNo: string;
|
|
1906
|
+
startTime: string;
|
|
1907
|
+
endTime: string;
|
|
1908
|
+
filterFinancingStatus?: boolean;
|
|
1909
|
+
filterCance?: boolean;
|
|
1910
|
+
filterEarlySettlement?: boolean;
|
|
1911
|
+
filterOverdue?: boolean;
|
|
1912
|
+
filterRetry?: boolean;
|
|
1913
|
+
filterTodayPay?: boolean;
|
|
1914
|
+
static names(): {
|
|
1915
|
+
[key: string]: string;
|
|
1916
|
+
};
|
|
1917
|
+
static types(): {
|
|
1918
|
+
[key: string]: any;
|
|
1919
|
+
};
|
|
1920
|
+
constructor(map?: {
|
|
1921
|
+
[key: string]: any;
|
|
1922
|
+
});
|
|
1923
|
+
}
|
|
1924
|
+
export declare class ApplyFundAssertorderResponse extends $tea.Model {
|
|
1925
|
+
reqMsgId?: string;
|
|
1926
|
+
resultCode?: string;
|
|
1927
|
+
resultMsg?: string;
|
|
1928
|
+
taskStatus?: string;
|
|
1929
|
+
static names(): {
|
|
1930
|
+
[key: string]: string;
|
|
1931
|
+
};
|
|
1932
|
+
static types(): {
|
|
1933
|
+
[key: string]: any;
|
|
1934
|
+
};
|
|
1935
|
+
constructor(map?: {
|
|
1936
|
+
[key: string]: any;
|
|
1937
|
+
});
|
|
1938
|
+
}
|
|
1939
|
+
export declare class QueryFundAssertorderRequest extends $tea.Model {
|
|
1940
|
+
authToken?: string;
|
|
1941
|
+
productInstanceId?: string;
|
|
1942
|
+
authId: string;
|
|
1943
|
+
fundId: string;
|
|
1944
|
+
tenantId: string;
|
|
1945
|
+
merchantId: string;
|
|
1946
|
+
bizNo: string;
|
|
1947
|
+
static names(): {
|
|
1948
|
+
[key: string]: string;
|
|
1949
|
+
};
|
|
1950
|
+
static types(): {
|
|
1951
|
+
[key: string]: any;
|
|
1952
|
+
};
|
|
1953
|
+
constructor(map?: {
|
|
1954
|
+
[key: string]: any;
|
|
1955
|
+
});
|
|
1956
|
+
}
|
|
1957
|
+
export declare class QueryFundAssertorderResponse extends $tea.Model {
|
|
1958
|
+
reqMsgId?: string;
|
|
1959
|
+
resultCode?: string;
|
|
1960
|
+
resultMsg?: string;
|
|
1961
|
+
data?: OrderPrimiseExcelInfo[];
|
|
1962
|
+
static names(): {
|
|
1963
|
+
[key: string]: string;
|
|
1964
|
+
};
|
|
1965
|
+
static types(): {
|
|
1966
|
+
[key: string]: any;
|
|
1967
|
+
};
|
|
1968
|
+
constructor(map?: {
|
|
1969
|
+
[key: string]: any;
|
|
1970
|
+
});
|
|
1971
|
+
}
|
|
1972
|
+
export declare class SyncFundCreditgrantingRequest extends $tea.Model {
|
|
1973
|
+
authToken?: string;
|
|
1974
|
+
productInstanceId?: string;
|
|
1975
|
+
grantingId: string;
|
|
1976
|
+
authId: string;
|
|
1977
|
+
fundId: string;
|
|
1978
|
+
merchantId: string;
|
|
1979
|
+
tenantId: string;
|
|
1980
|
+
grantingLine: number;
|
|
1981
|
+
effectStartTime: string;
|
|
1982
|
+
effectEndTime: string;
|
|
1983
|
+
static names(): {
|
|
1984
|
+
[key: string]: string;
|
|
1985
|
+
};
|
|
1986
|
+
static types(): {
|
|
1987
|
+
[key: string]: any;
|
|
1988
|
+
};
|
|
1989
|
+
constructor(map?: {
|
|
1990
|
+
[key: string]: any;
|
|
1991
|
+
});
|
|
1992
|
+
}
|
|
1993
|
+
export declare class SyncFundCreditgrantingResponse extends $tea.Model {
|
|
1994
|
+
reqMsgId?: string;
|
|
1995
|
+
resultCode?: string;
|
|
1996
|
+
resultMsg?: string;
|
|
1997
|
+
static names(): {
|
|
1998
|
+
[key: string]: string;
|
|
1999
|
+
};
|
|
2000
|
+
static types(): {
|
|
2001
|
+
[key: string]: any;
|
|
2002
|
+
};
|
|
2003
|
+
constructor(map?: {
|
|
2004
|
+
[key: string]: any;
|
|
2005
|
+
});
|
|
2006
|
+
}
|
|
2007
|
+
export declare class AuthFundCreditgrantingRequest extends $tea.Model {
|
|
2008
|
+
authToken?: string;
|
|
2009
|
+
productInstanceId?: string;
|
|
2010
|
+
tenantId: string;
|
|
2011
|
+
merchantId: string;
|
|
2012
|
+
fundId: string;
|
|
2013
|
+
authId: string;
|
|
2014
|
+
authBeginTime: string;
|
|
2015
|
+
authEndTime: string;
|
|
2016
|
+
orderQueryBegin: string;
|
|
2017
|
+
orderQueryEnd: string;
|
|
2018
|
+
static names(): {
|
|
2019
|
+
[key: string]: string;
|
|
2020
|
+
};
|
|
2021
|
+
static types(): {
|
|
2022
|
+
[key: string]: any;
|
|
2023
|
+
};
|
|
2024
|
+
constructor(map?: {
|
|
2025
|
+
[key: string]: any;
|
|
2026
|
+
});
|
|
2027
|
+
}
|
|
2028
|
+
export declare class AuthFundCreditgrantingResponse extends $tea.Model {
|
|
2029
|
+
reqMsgId?: string;
|
|
2030
|
+
resultCode?: string;
|
|
2031
|
+
resultMsg?: string;
|
|
2032
|
+
static names(): {
|
|
2033
|
+
[key: string]: string;
|
|
2034
|
+
};
|
|
2035
|
+
static types(): {
|
|
2036
|
+
[key: string]: any;
|
|
2037
|
+
};
|
|
2038
|
+
constructor(map?: {
|
|
2039
|
+
[key: string]: any;
|
|
2040
|
+
});
|
|
2041
|
+
}
|
|
2042
|
+
export declare class QueryFundAssertreportRequest extends $tea.Model {
|
|
2043
|
+
authToken?: string;
|
|
2044
|
+
productInstanceId?: string;
|
|
2045
|
+
authId: string;
|
|
2046
|
+
fundId: string;
|
|
2047
|
+
tenantId: string;
|
|
2048
|
+
merchantId: string;
|
|
2049
|
+
static names(): {
|
|
2050
|
+
[key: string]: string;
|
|
2051
|
+
};
|
|
2052
|
+
static types(): {
|
|
2053
|
+
[key: string]: any;
|
|
2054
|
+
};
|
|
2055
|
+
constructor(map?: {
|
|
2056
|
+
[key: string]: any;
|
|
2057
|
+
});
|
|
2058
|
+
}
|
|
2059
|
+
export declare class QueryFundAssertreportResponse extends $tea.Model {
|
|
2060
|
+
reqMsgId?: string;
|
|
2061
|
+
resultCode?: string;
|
|
2062
|
+
resultMsg?: string;
|
|
2063
|
+
data?: FundAssertReport[];
|
|
1851
2064
|
static names(): {
|
|
1852
2065
|
[key: string]: string;
|
|
1853
2066
|
};
|
|
@@ -6571,6 +6784,68 @@ export default class Client {
|
|
|
6571
6784
|
applyFundCreditutilizationEx(request: ApplyFundCreditutilizationRequest, headers: {
|
|
6572
6785
|
[key: string]: string;
|
|
6573
6786
|
}, runtime: $Util.RuntimeOptions): Promise<ApplyFundCreditutilizationResponse>;
|
|
6787
|
+
/**
|
|
6788
|
+
* Description: 小贷融资用信申请订单履约信息
|
|
6789
|
+
* Summary: 用信申请订单履约信息
|
|
6790
|
+
*/
|
|
6791
|
+
applyFundAssertorder(request: ApplyFundAssertorderRequest): Promise<ApplyFundAssertorderResponse>;
|
|
6792
|
+
/**
|
|
6793
|
+
* Description: 小贷融资用信申请订单履约信息
|
|
6794
|
+
* Summary: 用信申请订单履约信息
|
|
6795
|
+
*/
|
|
6796
|
+
applyFundAssertorderEx(request: ApplyFundAssertorderRequest, headers: {
|
|
6797
|
+
[key: string]: string;
|
|
6798
|
+
}, runtime: $Util.RuntimeOptions): Promise<ApplyFundAssertorderResponse>;
|
|
6799
|
+
/**
|
|
6800
|
+
* Description: 用信查询订单履约信息
|
|
6801
|
+
* Summary: 用信查询订单履约信息
|
|
6802
|
+
*/
|
|
6803
|
+
queryFundAssertorder(request: QueryFundAssertorderRequest): Promise<QueryFundAssertorderResponse>;
|
|
6804
|
+
/**
|
|
6805
|
+
* Description: 用信查询订单履约信息
|
|
6806
|
+
* Summary: 用信查询订单履约信息
|
|
6807
|
+
*/
|
|
6808
|
+
queryFundAssertorderEx(request: QueryFundAssertorderRequest, headers: {
|
|
6809
|
+
[key: string]: string;
|
|
6810
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryFundAssertorderResponse>;
|
|
6811
|
+
/**
|
|
6812
|
+
* Description: 调用说明:
|
|
6813
|
+
● 本接口用于授信额度试算完成后同步授信结果。
|
|
6814
|
+
* Summary: 授信结果同步接口
|
|
6815
|
+
*/
|
|
6816
|
+
syncFundCreditgranting(request: SyncFundCreditgrantingRequest): Promise<SyncFundCreditgrantingResponse>;
|
|
6817
|
+
/**
|
|
6818
|
+
* Description: 调用说明:
|
|
6819
|
+
● 本接口用于授信额度试算完成后同步授信结果。
|
|
6820
|
+
* Summary: 授信结果同步接口
|
|
6821
|
+
*/
|
|
6822
|
+
syncFundCreditgrantingEx(request: SyncFundCreditgrantingRequest, headers: {
|
|
6823
|
+
[key: string]: string;
|
|
6824
|
+
}, runtime: $Util.RuntimeOptions): Promise<SyncFundCreditgrantingResponse>;
|
|
6825
|
+
/**
|
|
6826
|
+
* Description: 本接口用于授信授权。本接口返回成功后,代表授权申请已发起。如果授权通过,会发送异步通知。
|
|
6827
|
+
* Summary: 授信授权申请接口
|
|
6828
|
+
*/
|
|
6829
|
+
authFundCreditgranting(request: AuthFundCreditgrantingRequest): Promise<AuthFundCreditgrantingResponse>;
|
|
6830
|
+
/**
|
|
6831
|
+
* Description: 本接口用于授信授权。本接口返回成功后,代表授权申请已发起。如果授权通过,会发送异步通知。
|
|
6832
|
+
* Summary: 授信授权申请接口
|
|
6833
|
+
*/
|
|
6834
|
+
authFundCreditgrantingEx(request: AuthFundCreditgrantingRequest, headers: {
|
|
6835
|
+
[key: string]: string;
|
|
6836
|
+
}, runtime: $Util.RuntimeOptions): Promise<AuthFundCreditgrantingResponse>;
|
|
6837
|
+
/**
|
|
6838
|
+
* Description: 小贷融资查询资产报告
|
|
6839
|
+
* Summary: 查询资产报告
|
|
6840
|
+
*/
|
|
6841
|
+
queryFundAssertreport(request: QueryFundAssertreportRequest): Promise<QueryFundAssertreportResponse>;
|
|
6842
|
+
/**
|
|
6843
|
+
* Description: 小贷融资查询资产报告
|
|
6844
|
+
* Summary: 查询资产报告
|
|
6845
|
+
*/
|
|
6846
|
+
queryFundAssertreportEx(request: QueryFundAssertreportRequest, headers: {
|
|
6847
|
+
[key: string]: string;
|
|
6848
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryFundAssertreportResponse>;
|
|
6574
6849
|
/**
|
|
6575
6850
|
* Description: 内部调用,商品信息获取
|
|
6576
6851
|
* Summary: 商品信息获取
|