reportify-sdk 0.2.3 → 0.2.4
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -237,7 +237,7 @@ var StockModule = class {
|
|
|
237
237
|
const response = await this.client.post(
|
|
238
238
|
"/v1/stock/earnings-calendar",
|
|
239
239
|
{
|
|
240
|
-
|
|
240
|
+
market: options.market || "us",
|
|
241
241
|
start_date: options.startDate,
|
|
242
242
|
end_date: options.endDate,
|
|
243
243
|
symbol: options.symbol
|
package/dist/index.mjs
CHANGED
|
@@ -201,7 +201,7 @@ var StockModule = class {
|
|
|
201
201
|
const response = await this.client.post(
|
|
202
202
|
"/v1/stock/earnings-calendar",
|
|
203
203
|
{
|
|
204
|
-
|
|
204
|
+
market: options.market || "us",
|
|
205
205
|
start_date: options.startDate,
|
|
206
206
|
end_date: options.endDate,
|
|
207
207
|
symbol: options.symbol
|