n8n-nodes-perfexcrm 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@ class PerfexCrm {
|
|
|
12
12
|
this.description = {
|
|
13
13
|
displayName: 'PerfexCRM',
|
|
14
14
|
name: 'perfexCrm',
|
|
15
|
-
icon: 'file:perfexcrm.
|
|
15
|
+
icon: 'file:perfexcrm.png',
|
|
16
16
|
group: ['transform'],
|
|
17
17
|
version: 1,
|
|
18
18
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
|
Binary file
|
|
@@ -1,19 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
fill="#22D3EE"/>
|
|
10
|
-
|
|
11
|
-
<!-- Pink/magenta triangle (top-left of P) -->
|
|
12
|
-
<path d="M 0 0 L 18 0 L 18 12 L 0 0 Z"
|
|
13
|
-
fill="#EC4899"/>
|
|
14
|
-
|
|
15
|
-
<!-- Dark gray/black rectangle (bottom stem of P) -->
|
|
16
|
-
<path d="M 0 0 L 18 12 L 18 40 L 0 40 L 0 0 Z"
|
|
17
|
-
fill="#374151"/>
|
|
18
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g id="perfexcrm" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
4
|
+
<rect fill="#FFFFFF" x="0" y="0" width="60" height="60" rx="8"></rect>
|
|
5
|
+
<rect id="stem" fill="#374151" x="14" y="10" width="16" height="40"></rect>
|
|
6
|
+
<polygon id="triangle" fill="#EC4899" points="14 10 30 10 30 16"></polygon>
|
|
7
|
+
<path d="M30,10 L40,10 C40,10 46,10 46,20 C46,30 40,30 40,30 L30,30 L30,16 L30,10 Z" id="curve" fill="#22D3EE"></path>
|
|
8
|
+
</g>
|
|
19
9
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-perfexcrm",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "n8n nodes for PerfexCRM API and Webhooks integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"n8n-core": "^1.0.0",
|
|
59
59
|
"n8n-workflow": "^1.0.0",
|
|
60
60
|
"prettier": "^2.7.1",
|
|
61
|
+
"sharp": "^0.34.3",
|
|
61
62
|
"typescript": "^4.8.4"
|
|
62
63
|
}
|
|
63
64
|
}
|