@energyweb/exchange-client
Advanced tools
Comparing version 0.1.4-alpha.1626133870.0 to 0.1.4-alpha.1626427098.0
@@ -283,2 +283,27 @@ /** | ||
* @export | ||
* @interface RequestSendDTO | ||
*/ | ||
export interface RequestSendDTO { | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof RequestSendDTO | ||
*/ | ||
assetId: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof RequestSendDTO | ||
*/ | ||
address: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof RequestSendDTO | ||
*/ | ||
amount: string; | ||
} | ||
/** | ||
* | ||
* @export | ||
* @interface RequestWithdrawalDTO | ||
@@ -959,2 +984,9 @@ */ | ||
* | ||
* @param {RequestSendDTO} requestSendDTO | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
requestSend: (requestSendDTO: RequestSendDTO, options?: any) => Promise<RequestArgs>; | ||
/** | ||
* | ||
* @param {RequestWithdrawalDTO} requestWithdrawalDTO | ||
@@ -993,2 +1025,9 @@ * @param {*} [options] Override http request option. | ||
* | ||
* @param {RequestSendDTO} requestSendDTO | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
requestSend(requestSendDTO: RequestSendDTO, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>; | ||
/** | ||
* | ||
* @param {RequestWithdrawalDTO} requestWithdrawalDTO | ||
@@ -1027,2 +1066,9 @@ * @param {*} [options] Override http request option. | ||
* | ||
* @param {RequestSendDTO} requestSendDTO | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
requestSend(requestSendDTO: RequestSendDTO, options?: any): AxiosPromise<string>; | ||
/** | ||
* | ||
* @param {RequestWithdrawalDTO} requestWithdrawalDTO | ||
@@ -1066,2 +1112,10 @@ * @param {*} [options] Override http request option. | ||
* | ||
* @param {RequestSendDTO} requestSendDTO | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
* @memberof TransferClient | ||
*/ | ||
requestSend(requestSendDTO: RequestSendDTO, options?: any): Promise<import("axios").AxiosResponse<string>>; | ||
/** | ||
* | ||
* @param {RequestWithdrawalDTO} requestWithdrawalDTO | ||
@@ -1068,0 +1122,0 @@ * @param {*} [options] Override http request option. |
{ | ||
"name": "@energyweb/exchange-client", | ||
"version": "0.1.4-alpha.1626133870.0", | ||
"version": "0.1.4-alpha.1626427098.0", | ||
"description": "Client library interacting with the Exchange", | ||
@@ -29,3 +29,3 @@ "homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/exchange-client#readme", | ||
"devDependencies": { | ||
"@energyweb/exchange": "1.9.1-alpha.1626133870.0", | ||
"@energyweb/exchange": "1.9.1-alpha.1626427098.0", | ||
"@nestjs/swagger": "4.8.2", | ||
@@ -50,3 +50,3 @@ "@nestjs/testing": "7.6.18", | ||
], | ||
"gitHead": "3922ce2c6ff6579de18ed5d3d06824b0faf384e4" | ||
"gitHead": "565150b647a4f8c564c646c37fc92633d786731c" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
193697
22
3123