laplace-api 5.2.2 → 5.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "laplace-api",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "description": "Client library for Laplace API for the US stock market and BIST (Istanbul stock market) fundamental financial data.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -3,6 +3,7 @@ import { PaginatedResponse } from "./capital_increase";
3
3
  import { Region } from "./collections";
4
4
 
5
5
  export enum ScreenerSortBy {
6
+ Symbol = "symbol",
6
7
  Price = "price",
7
8
  DailyChange = "dailyChange",
8
9
  MarketCap = "marketCap",