diff --git a/components/e_conomic/actions/create-invoice/create-invoice.mjs b/components/e_conomic/actions/create-invoice/create-invoice.mjs index 143b06fdbf4fb..53b3d4275add5 100644 --- a/components/e_conomic/actions/create-invoice/create-invoice.mjs +++ b/components/e_conomic/actions/create-invoice/create-invoice.mjs @@ -4,7 +4,7 @@ export default { key: "e_conomic-create-invoice", name: "Create Invoice", description: "Creates a new draft invoice. [See the documentation](https://restdocs.e-conomic.com/#post-invoices-drafts)", - version: "0.0.1", + version: "0.0.2", type: "action", annotations: { destructiveHint: false, @@ -42,7 +42,7 @@ export default { "paymentTermNumber", ], }, - recipientNmae: { + recipientName: { type: "string", label: "Recipient Name", description: "The name of the recipient of the invoice", diff --git a/components/e_conomic/package.json b/components/e_conomic/package.json index 5f67b6d0d710a..17e5cb77f5333 100644 --- a/components/e_conomic/package.json +++ b/components/e_conomic/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/e_conomic", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream E-conomic Components", "main": "e_conomic.app.mjs", "keywords": [