diff --git a/components/oanda/actions/create-order/create-order.mjs b/components/oanda/actions/create-order/create-order.mjs index bf0fd79c27512..5de92b0ca086b 100644 --- a/components/oanda/actions/create-order/create-order.mjs +++ b/components/oanda/actions/create-order/create-order.mjs @@ -5,7 +5,7 @@ export default { key: "oanda-create-order", name: "Create Order", description: "Create a new trading order. [See the documentation](https://developer.oanda.com/rest-live-v20/order-ep/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/oanda/actions/get-historical-prices/get-historical-prices.mjs b/components/oanda/actions/get-historical-prices/get-historical-prices.mjs index 0ae0a7fcffe33..7f806fde447e4 100644 --- a/components/oanda/actions/get-historical-prices/get-historical-prices.mjs +++ b/components/oanda/actions/get-historical-prices/get-historical-prices.mjs @@ -6,7 +6,7 @@ export default { key: "oanda-get-historical-prices", name: "Get Historical Prices", description: "Retrieve historical price data for a specified currency pair or instrument within a given time range. [See the documentation](https://developer.oanda.com/rest-live-v20/pricing-ep/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/oanda/actions/list-trades/list-trades.mjs b/components/oanda/actions/list-trades/list-trades.mjs index bc65af8075294..32eb2ab1e4fe8 100644 --- a/components/oanda/actions/list-trades/list-trades.mjs +++ b/components/oanda/actions/list-trades/list-trades.mjs @@ -5,7 +5,7 @@ export default { key: "oanda-list-trades", name: "List Trades", description: "Retrieve a list of trades for an account. [See the documentation](https://developer.oanda.com/rest-live-v20/trade-ep/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/oanda/common/constants.mjs b/components/oanda/common/constants.mjs index 1ef6cee265097..b7c9bad00c5d9 100644 --- a/components/oanda/common/constants.mjs +++ b/components/oanda/common/constants.mjs @@ -178,7 +178,7 @@ const WEEKLY_ALIGNMENT_DAYS = [ "Monday", "Tuesday", "Wednesday", - "Thrusday", + "Thursday", "Friday", "Saturday", "Sunday", diff --git a/components/oanda/package.json b/components/oanda/package.json index 94a60270134e3..01aff1fe82261 100644 --- a/components/oanda/package.json +++ b/components/oanda/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/oanda", - "version": "0.7.0", + "version": "0.7.1", "description": "Pipedream oanda Components", "main": "oanda.app.mjs", "keywords": [ diff --git a/components/oanda/sources/new-transaction/new-transaction.mjs b/components/oanda/sources/new-transaction/new-transaction.mjs index 27af847a0c602..5c5ff5dd39ac1 100644 --- a/components/oanda/sources/new-transaction/new-transaction.mjs +++ b/components/oanda/sources/new-transaction/new-transaction.mjs @@ -7,7 +7,7 @@ export default { key: "oanda-new-transaction", name: "New Transaction", description: "Emit new event whenever a trade is executed in the user's account. [See the documentation](https://developer.oanda.com/rest-live-v20/transaction-ep/)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", props: {