n8n-nodes-soar 0.1.14 → 0.1.16

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.
@@ -33,7 +33,7 @@ class Unauthor {
33
33
  type
34
34
  ],
35
35
  extraArgParameters: [
36
- "options"
36
+ "options.option"
37
37
  ]
38
38
  });
39
39
  result.push(...this.helpers.constructExecutionMetaData(this.helpers.returnJsonArray(JSON.parse(response.stdout)), {
@@ -53,6 +53,7 @@ class Unauthor {
53
53
  group: [
54
54
  "output"
55
55
  ],
56
+ icon: "file:unauthor.svg",
56
57
  version: 1,
57
58
  subtitle: "={{ 'unauthor' + ($parameter['batch'] ? ' (Batch)' : ' on ' + $parameter['target']) }}",
58
59
  description: "Interact with Unauthor",
@@ -97,28 +98,34 @@ class Unauthor {
97
98
  },
98
99
  options: [
99
100
  {
100
- displayName: "Options",
101
- name: "key",
102
- type: "options",
103
- default: "-concurrent",
104
- options: [
101
+ displayName: "Option",
102
+ name: "option",
103
+ values: [
105
104
  {
106
- name: "Concurrent",
107
- value: "-concurrent",
108
- description: "Concurrent number (default 20)"
105
+ displayName: "Options",
106
+ name: "key",
107
+ type: "options",
108
+ default: "--concurrent",
109
+ options: [
110
+ {
111
+ name: "Concurrent",
112
+ value: "--concurrent",
113
+ description: "Concurrent number (default 20)"
114
+ },
115
+ {
116
+ name: "Timeout",
117
+ value: "--timeout",
118
+ description: "Timeout seconds (default 10s)"
119
+ }
120
+ ]
109
121
  },
110
122
  {
111
- name: "Timeout",
112
- value: "-timeout",
113
- description: "Timeout seconds (default 10s)"
123
+ displayName: "Value",
124
+ name: "value",
125
+ type: "string",
126
+ default: ""
114
127
  }
115
128
  ]
116
- },
117
- {
118
- displayName: "Value",
119
- name: "value",
120
- type: "string",
121
- default: ""
122
129
  }
123
130
  ]
124
131
  }
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-key-off" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M10.17 6.159l2.316 -2.316a2.877 2.877 0 0 1 4.069 0l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.33 2.33" />
4
+ <path d="M14.931 14.948a2.863 2.863 0 0 1 -1.486 -.79l-.301 -.302l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.863 2.863 0 0 1 -.794 -1.504" />
5
+ <path d="M15 9h.01" />
6
+ <path d="M3 3l18 18" />
7
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-soar",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"