Comparing version 7.0.1 to 7.0.2
export { or, and, text, ciks, tickers, source, categoryCodes } from "./filters"; | ||
export { Api } from "./api"; | ||
export { WsApi } from "./wsApi"; | ||
export { News, Filter, TextOptions, WebsocketResponse, WebsocketErrorResponse, ConnectOptions, HistoricalFilter } from "./types"; | ||
export { News, Filter, TextOptions, WebsocketResponse, WebsocketErrorResponse, ConnectOptions, HistoricalFilter, RestResponse } from "./types"; | ||
export { Source, WebsocketMethod, WebsocketResponseType, FilterAction } from "./enums"; |
{ | ||
"name": "newsware", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -11,4 +11,5 @@ export {or, and, text, ciks, tickers, source, categoryCodes} from "./filters"; | ||
ConnectOptions, | ||
HistoricalFilter | ||
HistoricalFilter, | ||
RestResponse | ||
} from "./types" | ||
export {Source, WebsocketMethod, WebsocketResponseType, FilterAction} from "./enums" |
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
82339
1550