n8n-nodes-make-pdf 1.2.2 → 1.2.3
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.
|
@@ -161,6 +161,10 @@ class MakePdf {
|
|
|
161
161
|
},
|
|
162
162
|
},
|
|
163
163
|
options: [
|
|
164
|
+
{
|
|
165
|
+
name: 'n8n Binary Data',
|
|
166
|
+
value: 'binaryData',
|
|
167
|
+
},
|
|
164
168
|
{
|
|
165
169
|
name: 'Form-Data Multipart',
|
|
166
170
|
value: 'multipart-form-data',
|
|
@@ -177,12 +181,8 @@ class MakePdf {
|
|
|
177
181
|
name: 'RAW/Custom',
|
|
178
182
|
value: 'raw',
|
|
179
183
|
},
|
|
180
|
-
{
|
|
181
|
-
name: 'n8n Binary Data',
|
|
182
|
-
value: 'binaryData',
|
|
183
|
-
},
|
|
184
184
|
],
|
|
185
|
-
default: '
|
|
185
|
+
default: 'binaryData',
|
|
186
186
|
description: 'Content-Type to use for body',
|
|
187
187
|
},
|
|
188
188
|
{
|