n8n-nodes-pinterest 0.2.7 → 0.2.9

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.
@@ -14,14 +14,14 @@ class PinterestCookieApi {
14
14
  typeOptions: { password: true },
15
15
  default: '',
16
16
  required: true,
17
- description: 'Session cookie value. Setup guide: https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
17
+ description: 'Session cookie value. Setup guide: [Docs](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)',
18
18
  },
19
19
  {
20
20
  displayName: 'Proxy',
21
21
  name: 'proxy',
22
22
  type: 'string',
23
23
  default: '',
24
- description: 'HTTP proxy format. Setup guide: https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
24
+ description: 'HTTP proxy format. Setup guide: [Docs](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)',
25
25
  },
26
26
  ];
27
27
  }
@@ -67,7 +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). For complete setup guide: https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
70
+ description: 'Pinterest via cookie method (web endpoints). For complete setup guide: [Docs](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)',
71
+ documentationUrl: 'https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
71
72
  defaults: { name: 'Pinterest (Cookie)' },
72
73
  inputs: ['main'],
73
74
  outputs: ['main'],
@@ -106,7 +107,7 @@ class PinterestCookie {
106
107
  displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
107
108
  default: '',
108
109
  required: true,
109
- description: 'Select target board. Setup guide: https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
110
+ description: 'Select target board. Setup guide: [Docs](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)',
110
111
  },
111
112
  {
112
113
  displayName: 'Image URL',
@@ -115,7 +116,7 @@ class PinterestCookie {
115
116
  default: '',
116
117
  required: true,
117
118
  displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
118
- description: 'Image URL for Pinterest to scrape. Setup guide: https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
119
+ description: 'Image URL for Pinterest to scrape. Setup guide: [Docs](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)',
119
120
  },
120
121
  {
121
122
  displayName: 'Title',
@@ -124,7 +125,7 @@ class PinterestCookie {
124
125
  default: '',
125
126
  typeOptions: { maxLength: 100 },
126
127
  displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
127
- description: 'Pin title (max 100 chars). Full guide: https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
128
+ description: 'Pin title (max 100 chars). Full guide: [Docs](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)',
128
129
  },
129
130
  {
130
131
  displayName: 'Description',
@@ -133,7 +134,7 @@ class PinterestCookie {
133
134
  default: '',
134
135
  typeOptions: { maxLength: 800 },
135
136
  displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
136
- description: 'Pin description (max 800 chars). Guide: https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
137
+ description: 'Pin description (max 800 chars). Guide: [Docs](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)',
137
138
  },
138
139
  {
139
140
  displayName: 'Link',
@@ -141,7 +142,7 @@ class PinterestCookie {
141
142
  type: 'string',
142
143
  default: '',
143
144
  displayOptions: { show: { resource: ['pin'], operation: ['create'] } },
144
- description: 'Destination URL. Setup guide: https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/',
145
+ description: 'Destination URL. Setup guide: [Docs](https://dps.media/huong-dan-toan-dien-tu-dong-dang-bai-len-pinterest-voi-n8n-update/)',
145
146
  },
146
147
  // Board ops
147
148
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-pinterest",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "n8n community nodes for Pinterest v5 API (list boards, create pins)",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",