feat(Mindee Node): Add support for new version (#3596)

* Added versioning, with new credentials

* Fix lint issue

* 🔥 Remove old import name

* Change function name

* 🎨  Simplify name of versions within the node mindee

* 🎨 Change version type from string to number

* 🔥 Removed Mindee from getting ignored by prettier

* 🎨 Ran prettier on Mindee folder

* 🔥 Removed unused import

* 🎨 Moved exceptions that were not working anymore

Co-authored-by: Omar Ajoue <krynble@gmail.com>
This commit is contained in:
agobrech
2022-07-20 13:45:25 +02:00
committed by GitHub
parent 6cb9aefb0b
commit 1965407030
6 changed files with 240 additions and 93 deletions

View File

@@ -2,9 +2,7 @@
"node": "n8n-nodes-base.mindee",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
"Utility"
],
"categories": ["Utility"],
"resources": {
"credentialDocumentation": [
{
@@ -29,4 +27,4 @@
}
]
}
}
}