fireblocks-sdk
Advanced tools
Comparing version 5.1.0 to 5.1.1
{ | ||
"name": "fireblocks-sdk", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"main": "dist/src/fireblocks-sdk.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/src/fireblocks-sdk.d.ts", |
@@ -1336,3 +1336,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
return yield this.apiClient.issuePutRequest(`/v1/tokenization/tokens/${assetId}`, {}); | ||
return yield this.apiClient.issuePutRequest(`/v1/tokenization/tokens/${assetId}/link`, {}); | ||
}); | ||
@@ -1339,0 +1339,0 @@ } |
{ | ||
"name": "fireblocks-sdk", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"main": "dist/src/fireblocks-sdk.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/src/fireblocks-sdk.d.ts", |
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
169265