@bandada/api-sdk
Advanced tools
Comparing version 2.2.1 to 2.2.2
/** | ||
* @module @bandada/api-sdk | ||
* @version 2.2.1 | ||
* @version 2.2.2 | ||
* @file A Typescript SDK for the Bandada API. | ||
@@ -179,5 +179,3 @@ * @copyright Ethereum Foundation 2023 | ||
requestUrl = "".concat(url$1, "/").concat(groupId); | ||
newConfig = __assign({ method: "put", data: { | ||
groupUpdateDetails: groupUpdateDetails | ||
} }, config); | ||
newConfig = __assign({ method: "put", data: groupUpdateDetails }, config); | ||
newConfig.headers["x-api-key"] = apiKey; | ||
@@ -207,3 +205,3 @@ return [4 /*yield*/, utils.request(requestUrl, newConfig)]; | ||
groupIds: groupIds, | ||
groupsUpdateDetails: groupsUpdateDetails | ||
groupsInfo: groupsUpdateDetails | ||
} }, config); | ||
@@ -210,0 +208,0 @@ newConfig.headers["x-api-key"] = apiKey; |
{ | ||
"name": "@bandada/api-sdk", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A Typescript SDK for the Bandada API.", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@bandada/utils": "2.2.1" | ||
"@bandada/utils": "2.2.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -111,5 +111,3 @@ import { request } from "@bandada/utils" | ||
method: "put", | ||
data: { | ||
groupUpdateDetails | ||
}, | ||
data: groupUpdateDetails, | ||
...config | ||
@@ -142,3 +140,3 @@ } | ||
groupIds, | ||
groupsUpdateDetails | ||
groupsInfo: groupsUpdateDetails | ||
}, | ||
@@ -145,0 +143,0 @@ ...config |
Sorry, the diff of this file is not supported yet
119879
2999
+ Added@bandada/utils@2.2.2(transitive)
- Removed@bandada/utils@2.2.1(transitive)
Updated@bandada/utils@2.2.2