Skip to content

Commit 4fb872c

Browse files
authored
Mboum - fix prop types (#18170)
* fix prop types * pnpm-lock.yaml
1 parent bfaac7e commit 4fb872c

File tree

5 files changed

+12
-21
lines changed

5 files changed

+12
-21
lines changed

components/mboum/actions/get-earnings/get-earnings.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "mboum-get-earnings",
55
name: "Get Earnings Calendar",
66
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)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
mboum,
@@ -19,7 +19,7 @@ export default {
1919
description: "Enter a calendar date. Format: YYYY-MM-DD",
2020
},
2121
priceMin: {
22-
type: "number",
22+
type: "string",
2323
label: "Price Min",
2424
description: "Filter results by min price of the stock per share value",
2525
optional: true,

components/mboum/actions/get-iv-change/get-iv-change.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "mboum-get-iv-change",
55
name: "Get IV Change",
66
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)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
mboum,
@@ -29,7 +29,7 @@ export default {
2929
optional: true,
3030
},
3131
priceMin: {
32-
type: "number",
32+
type: "string",
3333
label: "Price Min",
3434
description: "Filter results by min price of the stock per share value",
3535
optional: true,

components/mboum/actions/get-iv-rank-percentile/get-iv-rank-percentile.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "mboum-get-iv-rank-percentile",
55
name: "Get IV Rank Percentile",
66
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)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
mboum,
@@ -19,7 +19,7 @@ export default {
1919
],
2020
},
2121
priceMin: {
22-
type: "number",
22+
type: "string",
2323
label: "Price Min",
2424
description: "Filter results by min price of the stock per share value",
2525
optional: true,

components/mboum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/mboum",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream Mboum Components",
55
"main": "mboum.app.mjs",
66
"keywords": [

pnpm-lock.yaml

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)