tardis-dev
Advanced tools
Comparing version 10.1.8 to 10.1.9
@@ -8,3 +8,3 @@ import { Exchange, FilterForExchange } from './types'; | ||
}; | ||
export declare type DatasetType = 'trades' | 'incremental_book_L2' | 'quotes' | 'derivative_ticker'; | ||
export declare type DatasetType = 'trades' | 'incremental_book_L2' | 'quotes' | 'derivative_ticker' | 'options_chain'; | ||
declare type Datasets = { | ||
@@ -11,0 +11,0 @@ dataTypes: DatasetType[]; |
{ | ||
"name": "tardis-dev", | ||
"version": "10.1.8", | ||
"version": "10.1.9", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -19,3 +19,3 @@ import got from 'got' | ||
export type DatasetType = 'trades' | 'incremental_book_L2' | 'quotes' | 'derivative_ticker' | ||
export type DatasetType = 'trades' | 'incremental_book_L2' | 'quotes' | 'derivative_ticker' | 'options_chain' | ||
@@ -22,0 +22,0 @@ type Datasets = { |
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
729279