Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/mboum/actions/get-earnings/get-earnings.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "mboum-get-earnings",
name: "Get Earnings Calendar",
description: "Get upcoming and historical earnings announcements and reports. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-calendar-earnings)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
mboum,
Expand All @@ -19,7 +19,7 @@ export default {
description: "Enter a calendar date. Format: YYYY-MM-DD",
},
priceMin: {
type: "number",
type: "string",
label: "Price Min",
description: "Filter results by min price of the stock per share value",
optional: true,
Expand Down
4 changes: 2 additions & 2 deletions components/mboum/actions/get-iv-change/get-iv-change.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "mboum-get-iv-change",
name: "Get IV Change",
description: "Get Implied Volatility (IV) change data showing volatility movements and trends over time. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-iv-change)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
mboum,
Expand All @@ -29,7 +29,7 @@ export default {
optional: true,
},
priceMin: {
type: "number",
type: "string",
label: "Price Min",
description: "Filter results by min price of the stock per share value",
optional: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "mboum-get-iv-rank-percentile",
name: "Get IV Rank Percentile",
description: "Get Implied Volatility (IV) rank and percentile data for options to assess volatility levels. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-iv-rank-percentile)",
version: "0.0.1",
version: "0.0.2",
type: "action",
props: {
mboum,
Expand All @@ -19,7 +19,7 @@ export default {
],
},
priceMin: {
type: "number",
type: "string",
label: "Price Min",
description: "Filter results by min price of the stock per share value",
optional: true,
Expand Down
2 changes: 1 addition & 1 deletion components/mboum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/mboum",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Mboum Components",
"main": "mboum.app.mjs",
"keywords": [
Expand Down
19 changes: 5 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading