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
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -42,7 +42,7 @@ export default {
"paymentTermNumber",
],
},
recipientNmae: {
recipientName: {
type: "string",
label: "Recipient Name",
description: "The name of the recipient of the invoice",
Expand Down
2 changes: 1 addition & 1 deletion components/e_conomic/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Loading