n8n-nodes-postwire 0.2.3 → 0.2.4
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.
|
@@ -142,18 +142,6 @@ class PostWire {
|
|
|
142
142
|
show: { operation: ['generate', 'publish', 'generateAndPublish', 'schedule'] },
|
|
143
143
|
},
|
|
144
144
|
options: [
|
|
145
|
-
{
|
|
146
|
-
displayName: 'Media Type',
|
|
147
|
-
name: 'mediaType',
|
|
148
|
-
type: 'options',
|
|
149
|
-
default: 'auto',
|
|
150
|
-
options: [
|
|
151
|
-
{ name: 'Detect From the URL', value: 'auto' },
|
|
152
|
-
{ name: 'Video', value: 'video' },
|
|
153
|
-
{ name: 'Image', value: 'image' },
|
|
154
|
-
],
|
|
155
|
-
description: 'Only needed when the link has no file extension — a signed CDN URL or a share link. Detection reads the extension and, when there is none, follows what the chosen networks require.',
|
|
156
|
-
},
|
|
157
145
|
{
|
|
158
146
|
displayName: 'Brand',
|
|
159
147
|
name: 'brandId',
|
|
@@ -168,6 +156,18 @@ class PostWire {
|
|
|
168
156
|
default: '',
|
|
169
157
|
description: 'A sentence describing how you want to sound, applied to every generated draft',
|
|
170
158
|
},
|
|
159
|
+
{
|
|
160
|
+
displayName: 'Media Type',
|
|
161
|
+
name: 'mediaType',
|
|
162
|
+
type: 'options',
|
|
163
|
+
default: 'auto',
|
|
164
|
+
options: [
|
|
165
|
+
{ name: 'Detect From the URL', value: 'auto' },
|
|
166
|
+
{ name: 'Video', value: 'video' },
|
|
167
|
+
{ name: 'Image', value: 'image' },
|
|
168
|
+
],
|
|
169
|
+
description: 'Only needed when the link has no file extension — a signed CDN URL or a share link. Detection reads the extension and, when there is none, follows what the chosen networks require.',
|
|
170
|
+
},
|
|
171
171
|
{
|
|
172
172
|
displayName: 'Title (YouTube)',
|
|
173
173
|
name: 'title',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-postwire",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Publish one idea natively to TikTok, Instagram, YouTube, LinkedIn, X, Bluesky, Mastodon, Telegram, Discord and Reddit from n8n — a different post written for each network, via PostWire.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|