laplace-api
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "laplace-api", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Client library for Laplace API for the US stock market and BIST (Istanbul stock market) fundamental financial data.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -58,8 +58,4 @@ import { Client } from './client'; | ||
export interface StockDetail { | ||
id: string; | ||
assetType: AssetType; | ||
export interface StockDetail extends Stock { | ||
assetClass: AssetClass; | ||
name: string; | ||
symbol: string; | ||
description: string; | ||
@@ -70,6 +66,2 @@ localized_description: LocaleString; | ||
region: string; | ||
sectorId: string; | ||
industryId: string; | ||
updatedDate: string; | ||
active: boolean; | ||
markets: Market[]; | ||
@@ -76,0 +68,0 @@ } |
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
54754
1479