n8n-nodes-pinterest 0.2.8 → 0.2.10
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.
|
@@ -5,7 +5,7 @@ class PinterestCookieApi {
|
|
|
5
5
|
constructor() {
|
|
6
6
|
this.name = 'pinterestCookieApi';
|
|
7
7
|
this.displayName = 'Pinterest Cookie';
|
|
8
|
-
this.documentationUrl = 'https://
|
|
8
|
+
this.documentationUrl = 'https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/';
|
|
9
9
|
this.properties = [
|
|
10
10
|
{
|
|
11
11
|
displayName: 'Pinterest Session Cookie (_pinterest_sess)',
|
|
@@ -14,14 +14,14 @@ class PinterestCookieApi {
|
|
|
14
14
|
typeOptions: { password: true },
|
|
15
15
|
default: '',
|
|
16
16
|
required: true,
|
|
17
|
-
description: 'Session cookie value.
|
|
17
|
+
description: 'Session cookie value.',
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
displayName: 'Proxy',
|
|
21
21
|
name: 'proxy',
|
|
22
22
|
type: 'string',
|
|
23
23
|
default: '',
|
|
24
|
-
description: 'HTTP proxy format
|
|
24
|
+
description: 'HTTP proxy format (host:port or user:pass@host:port).',
|
|
25
25
|
},
|
|
26
26
|
];
|
|
27
27
|
}
|
|
@@ -67,8 +67,8 @@ class PinterestCookie {
|
|
|
67
67
|
group: ['output'],
|
|
68
68
|
version: 1,
|
|
69
69
|
subtitle: '={{$parameter["resource"] + ": " + $parameter["operation"]}}',
|
|
70
|
-
description: 'Pinterest via cookie method (web endpoints).
|
|
71
|
-
documentationUrl: 'https://
|
|
70
|
+
description: 'Pinterest via cookie method (web endpoints).',
|
|
71
|
+
documentationUrl: 'https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
|
|
72
72
|
defaults: { name: 'Pinterest (Cookie)' },
|
|
73
73
|
inputs: ['main'],
|
|
74
74
|
outputs: ['main'],
|
|
@@ -107,7 +107,7 @@ class PinterestCookie {
|
|
|
107
107
|
displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
|
|
108
108
|
default: '',
|
|
109
109
|
required: true,
|
|
110
|
-
description: 'Select target board.
|
|
110
|
+
description: 'Select target board.',
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
displayName: 'Image URL',
|
|
@@ -116,7 +116,7 @@ class PinterestCookie {
|
|
|
116
116
|
default: '',
|
|
117
117
|
required: true,
|
|
118
118
|
displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
|
|
119
|
-
description: 'Image URL for Pinterest to scrape.
|
|
119
|
+
description: 'Image URL for Pinterest to scrape.',
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
displayName: 'Title',
|
|
@@ -125,7 +125,7 @@ class PinterestCookie {
|
|
|
125
125
|
default: '',
|
|
126
126
|
typeOptions: { maxLength: 100 },
|
|
127
127
|
displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
|
|
128
|
-
description: 'Pin title (max 100 chars).
|
|
128
|
+
description: 'Pin title (max 100 chars).',
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
displayName: 'Description',
|
|
@@ -134,7 +134,7 @@ class PinterestCookie {
|
|
|
134
134
|
default: '',
|
|
135
135
|
typeOptions: { maxLength: 800 },
|
|
136
136
|
displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
|
|
137
|
-
description: 'Pin description (max 800 chars).
|
|
137
|
+
description: 'Pin description (max 800 chars).',
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
displayName: 'Link',
|
|
@@ -142,7 +142,7 @@ class PinterestCookie {
|
|
|
142
142
|
type: 'string',
|
|
143
143
|
default: '',
|
|
144
144
|
displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
|
|
145
|
-
description: 'Destination URL.
|
|
145
|
+
description: 'Destination URL.',
|
|
146
146
|
},
|
|
147
147
|
// Board ops
|
|
148
148
|
{
|