🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@meshconnect/node-api

Package Overview
Dependencies
Maintainers
10
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meshconnect/node-api - npm Package Compare versions

Comparing version
2.0.19
to
2.0.20
+1
-17
api.js

@@ -231,18 +231,2 @@ /* eslint-disable */

return _this.request(__assign({ path: "/api/v1/assets/".concat(assetType), method: 'GET', query: query, secure: true, format: 'json' }, params));
},
/**
* No description
*
* @tags Assets
* @name V1AssetsEquityPriceDetail
* @summary Get symbol price
* @request GET:/api/v1/assets/equity/{symbol}/price
* @secure
* @response `200` `B2BPriceInfoApiResult` OK
* @response `400` `ApiResult` Bad Request
* @response `401` `any` Unauthorized
*/
v1AssetsEquityPriceDetail: function (symbol, params) {
if (params === void 0) { params = {}; }
return _this.request(__assign({ path: "/api/v1/assets/equity/".concat(symbol, "/price"), method: 'GET', secure: true, format: 'json' }, params));
}

@@ -332,3 +316,3 @@ };

* @response `200` `LinkTokenModelApiResult` Link token created.
* @response `400` `ApiResult` BadRequest can happen in following cases: <list type="number"><item><description>userId parameter not specified</description></item></list>
* @response `400` `ApiResult` BadRequest can happen in following cases: <list type="number"><item><description>userId parameter not specified</description></item><item><description>Network not supported by the selected DeFi wallet.</description></item></list>
* @response `401` `any` Unauthorized: Client Id or Client Secret are not correct or missing.

@@ -335,0 +319,0 @@ * @response `404` `ApiResult` API Client not found.

@@ -237,18 +237,2 @@ "use strict";

return _this.request(__assign({ path: "/api/v1/assets/".concat(assetType), method: 'GET', query: query, secure: true, format: 'json' }, params));
},
/**
* No description
*
* @tags Assets
* @name V1AssetsEquityPriceDetail
* @summary Get symbol price
* @request GET:/api/v1/assets/equity/{symbol}/price
* @secure
* @response `200` `B2BPriceInfoApiResult` OK
* @response `400` `ApiResult` Bad Request
* @response `401` `any` Unauthorized
*/
v1AssetsEquityPriceDetail: function (symbol, params) {
if (params === void 0) { params = {}; }
return _this.request(__assign({ path: "/api/v1/assets/equity/".concat(symbol, "/price"), method: 'GET', secure: true, format: 'json' }, params));
}

@@ -338,3 +322,3 @@ };

* @response `200` `LinkTokenModelApiResult` Link token created.
* @response `400` `ApiResult` BadRequest can happen in following cases: <list type="number"><item><description>userId parameter not specified</description></item></list>
* @response `400` `ApiResult` BadRequest can happen in following cases: <list type="number"><item><description>userId parameter not specified</description></item><item><description>Network not supported by the selected DeFi wallet.</description></item></list>
* @response `401` `any` Unauthorized: Client Id or Client Secret are not correct or missing.

@@ -341,0 +325,0 @@ * @response `404` `ApiResult` API Client not found.

+1
-1
{
"name": "@meshconnect/node-api",
"version": "2.0.19",
"version": "2.0.20",
"description": "A node.js client library for the Mesh API",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display