@energyweb/exchange-client
Advanced tools
Comparing version 0.1.6-alpha.1635238834.0 to 0.1.6-alpha.1635328054.0
@@ -790,3 +790,3 @@ /** | ||
*/ | ||
create(options?: any): Promise<import("axios").AxiosResponse<void>>; | ||
create(options?: any): Promise<import("axios").AxiosResponse<void, any>>; | ||
/** | ||
@@ -798,3 +798,3 @@ * | ||
*/ | ||
getAccount(options?: any): Promise<import("axios").AxiosResponse<AccountDTO>>; | ||
getAccount(options?: any): Promise<import("axios").AxiosResponse<AccountDTO, any>>; | ||
} | ||
@@ -850,3 +850,3 @@ /** | ||
*/ | ||
get(options?: any): Promise<import("axios").AxiosResponse<AccountBalanceDTO>>; | ||
get(options?: any): Promise<import("axios").AxiosResponse<AccountBalanceDTO, any>>; | ||
} | ||
@@ -906,3 +906,3 @@ /** | ||
*/ | ||
get(id: string, options?: any): Promise<import("axios").AxiosResponse<AssetDTO>>; | ||
get(id: string, options?: any): Promise<import("axios").AxiosResponse<AssetDTO, any>>; | ||
} | ||
@@ -1079,3 +1079,3 @@ /** | ||
*/ | ||
availableBundleSplits(id: string, options?: any): Promise<import("axios").AxiosResponse<BundleSplitDTO>>; | ||
availableBundleSplits(id: string, options?: any): Promise<import("axios").AxiosResponse<BundleSplitDTO, any>>; | ||
/** | ||
@@ -1088,3 +1088,3 @@ * | ||
*/ | ||
buyBundle(buyBundleDTO: BuyBundleDTO, options?: any): Promise<import("axios").AxiosResponse<BundleTrade>>; | ||
buyBundle(buyBundleDTO: BuyBundleDTO, options?: any): Promise<import("axios").AxiosResponse<BundleTrade, any>>; | ||
/** | ||
@@ -1097,3 +1097,3 @@ * | ||
*/ | ||
cancelBundle(id: string, options?: any): Promise<import("axios").AxiosResponse<Bundle>>; | ||
cancelBundle(id: string, options?: any): Promise<import("axios").AxiosResponse<Bundle, any>>; | ||
/** | ||
@@ -1106,3 +1106,3 @@ * | ||
*/ | ||
createBundle(createBundleDTO: CreateBundleDTO, options?: any): Promise<import("axios").AxiosResponse<Bundle>>; | ||
createBundle(createBundleDTO: CreateBundleDTO, options?: any): Promise<import("axios").AxiosResponse<Bundle, any>>; | ||
/** | ||
@@ -1114,3 +1114,3 @@ * | ||
*/ | ||
getAvailableBundles(options?: any): Promise<import("axios").AxiosResponse<BundlePublicDTO[]>>; | ||
getAvailableBundles(options?: any): Promise<import("axios").AxiosResponse<BundlePublicDTO[], any>>; | ||
/** | ||
@@ -1122,3 +1122,3 @@ * | ||
*/ | ||
getMyBundles(options?: any): Promise<import("axios").AxiosResponse<Bundle[]>>; | ||
getMyBundles(options?: any): Promise<import("axios").AxiosResponse<Bundle[], any>>; | ||
/** | ||
@@ -1130,3 +1130,3 @@ * | ||
*/ | ||
getMyTrades(options?: any): Promise<import("axios").AxiosResponse<BundleTrade[]>>; | ||
getMyTrades(options?: any): Promise<import("axios").AxiosResponse<BundleTrade[], any>>; | ||
} | ||
@@ -1270,3 +1270,3 @@ /** | ||
*/ | ||
create(createSupplyDto: CreateSupplyDto, options?: any): Promise<import("axios").AxiosResponse<SupplyDto[]>>; | ||
create(createSupplyDto: CreateSupplyDto, options?: any): Promise<import("axios").AxiosResponse<SupplyDto[], any>>; | ||
/** | ||
@@ -1278,3 +1278,3 @@ * | ||
*/ | ||
findAll(options?: any): Promise<import("axios").AxiosResponse<SupplyDto[]>>; | ||
findAll(options?: any): Promise<import("axios").AxiosResponse<SupplyDto[], any>>; | ||
/** | ||
@@ -1287,3 +1287,3 @@ * | ||
*/ | ||
findOne(id: string, options?: any): Promise<import("axios").AxiosResponse<SupplyDto[]>>; | ||
findOne(id: string, options?: any): Promise<import("axios").AxiosResponse<SupplyDto[], any>>; | ||
/** | ||
@@ -1296,3 +1296,3 @@ * | ||
*/ | ||
remove(id: string, options?: any): Promise<import("axios").AxiosResponse<void>>; | ||
remove(id: string, options?: any): Promise<import("axios").AxiosResponse<void, any>>; | ||
/** | ||
@@ -1306,3 +1306,3 @@ * | ||
*/ | ||
update(id: string, updateSupplyDto: UpdateSupplyDto, options?: any): Promise<import("axios").AxiosResponse<SupplyDto[]>>; | ||
update(id: string, updateSupplyDto: UpdateSupplyDto, options?: any): Promise<import("axios").AxiosResponse<SupplyDto[], any>>; | ||
} | ||
@@ -1442,3 +1442,3 @@ /** | ||
*/ | ||
getMyTransfers(options?: any): Promise<import("axios").AxiosResponse<Transfer[]>>; | ||
getMyTransfers(options?: any): Promise<import("axios").AxiosResponse<Transfer[], any>>; | ||
/** | ||
@@ -1451,3 +1451,3 @@ * | ||
*/ | ||
requestBatchClaim(requestBatchClaimDTO: RequestBatchClaimDTO, options?: any): Promise<import("axios").AxiosResponse<string>>; | ||
requestBatchClaim(requestBatchClaimDTO: RequestBatchClaimDTO, options?: any): Promise<import("axios").AxiosResponse<string, any>>; | ||
/** | ||
@@ -1460,3 +1460,3 @@ * | ||
*/ | ||
requestClaim(requestClaimDTO: RequestClaimDTO, options?: any): Promise<import("axios").AxiosResponse<string>>; | ||
requestClaim(requestClaimDTO: RequestClaimDTO, options?: any): Promise<import("axios").AxiosResponse<string, any>>; | ||
/** | ||
@@ -1469,3 +1469,3 @@ * | ||
*/ | ||
requestSend(requestSendDTO: RequestSendDTO, options?: any): Promise<import("axios").AxiosResponse<string>>; | ||
requestSend(requestSendDTO: RequestSendDTO, options?: any): Promise<import("axios").AxiosResponse<string, any>>; | ||
/** | ||
@@ -1478,3 +1478,3 @@ * | ||
*/ | ||
requestWithdrawal(requestWithdrawalDTO: RequestWithdrawalDTO, options?: any): Promise<import("axios").AxiosResponse<string>>; | ||
requestWithdrawal(requestWithdrawalDTO: RequestWithdrawalDTO, options?: any): Promise<import("axios").AxiosResponse<string, any>>; | ||
} |
@@ -65,2 +65,2 @@ /** | ||
*/ | ||
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => (axios?: AxiosInstance, basePath?: string) => Promise<import("axios").AxiosResponse<any>>; | ||
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => (axios?: AxiosInstance, basePath?: string) => Promise<import("axios").AxiosResponse<any, any>>; |
{ | ||
"name": "@energyweb/exchange-client", | ||
"version": "0.1.6-alpha.1635238834.0", | ||
"version": "0.1.6-alpha.1635328054.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.11.1-alpha.1635238834.0", | ||
"@energyweb/exchange": "1.11.1-alpha.1635328054.0", | ||
"@nestjs/swagger": "5.1.4", | ||
@@ -50,3 +50,3 @@ "@nestjs/testing": "8.1.1", | ||
], | ||
"gitHead": "f52f536aec4490e8a4f6e78726ca07ec660be4d2" | ||
"gitHead": "4a856508b921081960498a8009b7a165481c6ceb" | ||
} |
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
208834