@seranking/n8n-nodes-seranking 1.4.0 → 1.5.7
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.
- package/README.md +198 -5
- package/dist/nodes/SeRanking/SeRanking.node.js +200 -1
- package/dist/nodes/SeRanking/projectApi/descriptions/AccountSystemDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/AccountSystemDescription.js +38 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/AiResultTrackerDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/AiResultTrackerDescription.js +389 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/AnalyticsTrafficDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/AnalyticsTrafficDescription.js +84 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/BacklinkCheckerDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/BacklinkCheckerDescription.js +541 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/CompetitorsDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/CompetitorsDescription.js +283 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/GeneralDataDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/GeneralDataDescription.js +74 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/KeywordGroupsDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/KeywordGroupsDescription.js +124 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/MarketingPlanDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/MarketingPlanDescription.js +186 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/ProjectGroupsDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/ProjectGroupsDescription.js +110 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/ProjectManagementDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/ProjectManagementDescription.js +810 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/SearchVolumeDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/SearchVolumeDescription.js +74 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/SubAccountDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/SubAccountDescription.js +329 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/UrlTagsDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/UrlTagsDescription.js +164 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/WebsiteAuditDescription.d.ts +3 -0
- package/dist/nodes/SeRanking/projectApi/descriptions/WebsiteAuditDescription.js +379 -0
- package/dist/nodes/SeRanking/projectApi/operations/AccountSystemOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/AccountSystemOperations.js +20 -0
- package/dist/nodes/SeRanking/projectApi/operations/AiResultTrackerOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/AiResultTrackerOperations.js +114 -0
- package/dist/nodes/SeRanking/projectApi/operations/AnalyticsTrafficOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/AnalyticsTrafficOperations.js +26 -0
- package/dist/nodes/SeRanking/projectApi/operations/BacklinkCheckerOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/BacklinkCheckerOperations.js +134 -0
- package/dist/nodes/SeRanking/projectApi/operations/CompetitorsOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/CompetitorsOperations.js +94 -0
- package/dist/nodes/SeRanking/projectApi/operations/GeneralDataOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/GeneralDataOperations.js +27 -0
- package/dist/nodes/SeRanking/projectApi/operations/KeywordGroupsOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/KeywordGroupsOperations.js +51 -0
- package/dist/nodes/SeRanking/projectApi/operations/MarketingPlanOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/MarketingPlanOperations.js +49 -0
- package/dist/nodes/SeRanking/projectApi/operations/ProjectGroupsOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/ProjectGroupsOperations.js +44 -0
- package/dist/nodes/SeRanking/projectApi/operations/ProjectManagementOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/ProjectManagementOperations.js +228 -0
- package/dist/nodes/SeRanking/projectApi/operations/SearchVolumeOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/SearchVolumeOperations.js +28 -0
- package/dist/nodes/SeRanking/projectApi/operations/SubAccountOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/SubAccountOperations.js +98 -0
- package/dist/nodes/SeRanking/projectApi/operations/UrlTagsOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/UrlTagsOperations.js +49 -0
- package/dist/nodes/SeRanking/projectApi/operations/WebsiteAuditOperations.d.ts +2 -0
- package/dist/nodes/SeRanking/projectApi/operations/WebsiteAuditOperations.js +127 -0
- package/dist/nodes/SeRanking/utils/apiRequest.js +14 -2
- package/package.json +18 -3
|
@@ -0,0 +1,541 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.backlinkCheckerFields = exports.backlinkCheckerOperations = void 0;
|
|
4
|
+
exports.backlinkCheckerOperations = [
|
|
5
|
+
{
|
|
6
|
+
displayName: 'Operation',
|
|
7
|
+
name: 'operation',
|
|
8
|
+
type: 'options',
|
|
9
|
+
noDataExpression: true,
|
|
10
|
+
displayOptions: {
|
|
11
|
+
show: {
|
|
12
|
+
resource: ['backlinkChecker'],
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
options: [
|
|
16
|
+
{
|
|
17
|
+
name: 'Add Backlink',
|
|
18
|
+
value: 'addBacklink',
|
|
19
|
+
description: 'Add a single backlink to monitor',
|
|
20
|
+
action: 'Add backlink',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: 'Add Disavowed Backlinks',
|
|
24
|
+
value: 'addDisavowed',
|
|
25
|
+
description: 'Add backlink URLs to the disavow list',
|
|
26
|
+
action: 'Add disavowed backlinks',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Create Backlink Group',
|
|
30
|
+
value: 'createGroup',
|
|
31
|
+
description: 'Create a new backlink group',
|
|
32
|
+
action: 'Create backlink group',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Delete Backlink Group',
|
|
36
|
+
value: 'deleteGroup',
|
|
37
|
+
description: 'Delete a backlink group',
|
|
38
|
+
action: 'Delete backlink group',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Delete Backlinks',
|
|
42
|
+
value: 'deleteBacklinks',
|
|
43
|
+
description: 'Delete multiple backlinks',
|
|
44
|
+
action: 'Delete backlinks',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Delete Disavowed Backlink',
|
|
48
|
+
value: 'deleteDisavowed',
|
|
49
|
+
description: 'Delete a disavowed backlink',
|
|
50
|
+
action: 'Delete disavowed backlink',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: 'Get Backlink Statistics',
|
|
54
|
+
value: 'getStats',
|
|
55
|
+
description: 'Get backlink statistics for a site',
|
|
56
|
+
action: 'Get backlink statistics',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: 'Get GSC Import Status',
|
|
60
|
+
value: 'getGscImportStatus',
|
|
61
|
+
description: 'Get status of a Google Search Console backlink import',
|
|
62
|
+
action: 'Get GSC import status',
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
name: 'Import Backlinks List',
|
|
66
|
+
value: 'importList',
|
|
67
|
+
description: 'Import a list of backlink URLs',
|
|
68
|
+
action: 'Import backlinks list',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
name: 'List Backlink Groups',
|
|
72
|
+
value: 'listGroups',
|
|
73
|
+
description: 'Get all backlink groups for a site',
|
|
74
|
+
action: 'List backlink groups',
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
name: 'List Backlinks',
|
|
78
|
+
value: 'listBacklinks',
|
|
79
|
+
description: 'Get backlinks for a site',
|
|
80
|
+
action: 'List backlinks',
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
name: 'List Disavowed Backlinks',
|
|
84
|
+
value: 'listDisavowed',
|
|
85
|
+
description: 'Get disavowed backlinks for a site',
|
|
86
|
+
action: 'List disavowed backlinks',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: 'Move Backlinks to Group',
|
|
90
|
+
value: 'moveToGroup',
|
|
91
|
+
description: 'Move backlinks to a specific group',
|
|
92
|
+
action: 'Move backlinks to group',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
name: 'Recheck Backlinks',
|
|
96
|
+
value: 'recheckBacklinks',
|
|
97
|
+
description: 'Trigger a recheck of specific backlinks',
|
|
98
|
+
action: 'Recheck backlinks',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
name: 'Rename Backlink Group',
|
|
102
|
+
value: 'renameGroup',
|
|
103
|
+
description: 'Rename a backlink group',
|
|
104
|
+
action: 'Rename backlink group',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
name: 'Start GSC Import',
|
|
108
|
+
value: 'startGscImport',
|
|
109
|
+
description: 'Start importing backlinks from Google Search Console',
|
|
110
|
+
action: 'Start GSC import',
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
name: 'Update Import Settings',
|
|
114
|
+
value: 'updateImportSettings',
|
|
115
|
+
description: 'Enable or disable automatic GSC import',
|
|
116
|
+
action: 'Update import settings',
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
default: 'listBacklinks',
|
|
120
|
+
},
|
|
121
|
+
];
|
|
122
|
+
exports.backlinkCheckerFields = [
|
|
123
|
+
{
|
|
124
|
+
displayName: 'Site ID',
|
|
125
|
+
name: 'siteId',
|
|
126
|
+
type: 'number',
|
|
127
|
+
required: true,
|
|
128
|
+
displayOptions: {
|
|
129
|
+
show: {
|
|
130
|
+
resource: ['backlinkChecker'],
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
default: 0,
|
|
134
|
+
description: 'Unique website ID',
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
displayName: 'Additional Fields',
|
|
138
|
+
name: 'additionalFields',
|
|
139
|
+
type: 'collection',
|
|
140
|
+
placeholder: 'Add Field',
|
|
141
|
+
default: {},
|
|
142
|
+
displayOptions: {
|
|
143
|
+
show: {
|
|
144
|
+
resource: ['backlinkChecker'],
|
|
145
|
+
operation: ['listBacklinks'],
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
options: [
|
|
149
|
+
{
|
|
150
|
+
displayName: 'Limit',
|
|
151
|
+
name: 'limit',
|
|
152
|
+
type: 'number',
|
|
153
|
+
default: 100,
|
|
154
|
+
description: 'Number of backlinks to return (max 1000)',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
displayName: 'Offset',
|
|
158
|
+
name: 'offset',
|
|
159
|
+
type: 'number',
|
|
160
|
+
default: 0,
|
|
161
|
+
description: 'Number of backlinks to skip',
|
|
162
|
+
},
|
|
163
|
+
],
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
displayName: 'Backlink URL',
|
|
167
|
+
name: 'backlinkUrl',
|
|
168
|
+
type: 'string',
|
|
169
|
+
required: true,
|
|
170
|
+
displayOptions: {
|
|
171
|
+
show: {
|
|
172
|
+
resource: ['backlinkChecker'],
|
|
173
|
+
operation: ['addBacklink'],
|
|
174
|
+
},
|
|
175
|
+
},
|
|
176
|
+
default: '',
|
|
177
|
+
placeholder: 'https://example.com/link',
|
|
178
|
+
description: 'URL of the backlink to add',
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
displayName: 'Additional Fields',
|
|
182
|
+
name: 'additionalFields',
|
|
183
|
+
type: 'collection',
|
|
184
|
+
placeholder: 'Add Field',
|
|
185
|
+
default: {},
|
|
186
|
+
displayOptions: {
|
|
187
|
+
show: {
|
|
188
|
+
resource: ['backlinkChecker'],
|
|
189
|
+
operation: ['addBacklink'],
|
|
190
|
+
},
|
|
191
|
+
},
|
|
192
|
+
options: [
|
|
193
|
+
{
|
|
194
|
+
displayName: 'Price',
|
|
195
|
+
name: 'price',
|
|
196
|
+
type: 'number',
|
|
197
|
+
typeOptions: { numberPrecision: 2 },
|
|
198
|
+
default: 0,
|
|
199
|
+
description: 'Backlink price',
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
displayName: 'Currency',
|
|
203
|
+
name: 'currency',
|
|
204
|
+
type: 'string',
|
|
205
|
+
default: '',
|
|
206
|
+
placeholder: 'USD',
|
|
207
|
+
description: 'Currency code (ISO 4217)',
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
displayName: 'Charge Period',
|
|
211
|
+
name: 'chargePeriod',
|
|
212
|
+
type: 'options',
|
|
213
|
+
options: [
|
|
214
|
+
{ name: 'One Time', value: 'onetime' },
|
|
215
|
+
{ name: 'Monthly', value: 'monthly' },
|
|
216
|
+
{ name: 'Quarterly', value: 'quarterly' },
|
|
217
|
+
{ name: '6 Months', value: '6months' },
|
|
218
|
+
{ name: 'Yearly', value: 'year' },
|
|
219
|
+
],
|
|
220
|
+
default: 'onetime',
|
|
221
|
+
description: 'Charging period',
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
displayName: 'Charge Start',
|
|
225
|
+
name: 'chargeStart',
|
|
226
|
+
type: 'string',
|
|
227
|
+
default: '',
|
|
228
|
+
placeholder: 'YYYY-MM-DD',
|
|
229
|
+
description: 'Payment start date',
|
|
230
|
+
},
|
|
231
|
+
],
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
displayName: 'Backlink URLs',
|
|
235
|
+
name: 'backlinkUrls',
|
|
236
|
+
type: 'string',
|
|
237
|
+
required: true,
|
|
238
|
+
displayOptions: {
|
|
239
|
+
show: {
|
|
240
|
+
resource: ['backlinkChecker'],
|
|
241
|
+
operation: ['importList'],
|
|
242
|
+
},
|
|
243
|
+
},
|
|
244
|
+
default: '',
|
|
245
|
+
placeholder: 'https://example.com/link1,https://example.com/link2',
|
|
246
|
+
description: 'Comma-separated list of backlink URLs to import',
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
displayName: 'Additional Fields',
|
|
250
|
+
name: 'additionalFields',
|
|
251
|
+
type: 'collection',
|
|
252
|
+
placeholder: 'Add Field',
|
|
253
|
+
default: {},
|
|
254
|
+
displayOptions: {
|
|
255
|
+
show: {
|
|
256
|
+
resource: ['backlinkChecker'],
|
|
257
|
+
operation: ['importList'],
|
|
258
|
+
},
|
|
259
|
+
},
|
|
260
|
+
options: [
|
|
261
|
+
{
|
|
262
|
+
displayName: 'Price',
|
|
263
|
+
name: 'price',
|
|
264
|
+
type: 'number',
|
|
265
|
+
typeOptions: { numberPrecision: 2 },
|
|
266
|
+
default: 0,
|
|
267
|
+
description: 'Backlink price',
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
displayName: 'Currency',
|
|
271
|
+
name: 'currency',
|
|
272
|
+
type: 'string',
|
|
273
|
+
default: '',
|
|
274
|
+
placeholder: 'USD',
|
|
275
|
+
description: 'Currency code (ISO 4217)',
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
displayName: 'Charge Period',
|
|
279
|
+
name: 'chargePeriod',
|
|
280
|
+
type: 'options',
|
|
281
|
+
options: [
|
|
282
|
+
{ name: 'One Time', value: 'onetime' },
|
|
283
|
+
{ name: 'Monthly', value: 'monthly' },
|
|
284
|
+
{ name: 'Quarterly', value: 'quarterly' },
|
|
285
|
+
{ name: '6 Months', value: '6months' },
|
|
286
|
+
{ name: 'Yearly', value: 'year' },
|
|
287
|
+
],
|
|
288
|
+
default: 'onetime',
|
|
289
|
+
description: 'Charging period',
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
displayName: 'Charge Start',
|
|
293
|
+
name: 'chargeStart',
|
|
294
|
+
type: 'string',
|
|
295
|
+
default: '',
|
|
296
|
+
placeholder: 'YYYY-MM-DD',
|
|
297
|
+
description: 'Payment start date',
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
displayName: 'Group ID',
|
|
301
|
+
name: 'groupId',
|
|
302
|
+
type: 'number',
|
|
303
|
+
default: 0,
|
|
304
|
+
description: 'Backlink group ID',
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
displayName: 'Manager',
|
|
308
|
+
name: 'manager',
|
|
309
|
+
type: 'string',
|
|
310
|
+
default: '',
|
|
311
|
+
description: 'Manager name associated with the backlinks',
|
|
312
|
+
},
|
|
313
|
+
],
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
displayName: 'GSC Auto Import',
|
|
317
|
+
name: 'gscAutoimport',
|
|
318
|
+
type: 'boolean',
|
|
319
|
+
required: true,
|
|
320
|
+
displayOptions: {
|
|
321
|
+
show: {
|
|
322
|
+
resource: ['backlinkChecker'],
|
|
323
|
+
operation: ['updateImportSettings'],
|
|
324
|
+
},
|
|
325
|
+
},
|
|
326
|
+
default: false,
|
|
327
|
+
description: 'Whether to enable automatic import from Google Search Console',
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
displayName: 'Import Token',
|
|
331
|
+
name: 'importToken',
|
|
332
|
+
type: 'string',
|
|
333
|
+
required: true,
|
|
334
|
+
displayOptions: {
|
|
335
|
+
show: {
|
|
336
|
+
resource: ['backlinkChecker'],
|
|
337
|
+
operation: ['getGscImportStatus'],
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
default: '',
|
|
341
|
+
description: 'Import task token returned from Start GSC Import',
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
displayName: 'Backlink IDs',
|
|
345
|
+
name: 'backlinkIds',
|
|
346
|
+
type: 'string',
|
|
347
|
+
required: true,
|
|
348
|
+
displayOptions: {
|
|
349
|
+
show: {
|
|
350
|
+
resource: ['backlinkChecker'],
|
|
351
|
+
operation: ['deleteBacklinks'],
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
default: '',
|
|
355
|
+
placeholder: '1,2,3',
|
|
356
|
+
description: 'Comma-separated backlink IDs to delete',
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
displayName: 'Backlink IDs',
|
|
360
|
+
name: 'backlinkIds',
|
|
361
|
+
type: 'string',
|
|
362
|
+
required: true,
|
|
363
|
+
displayOptions: {
|
|
364
|
+
show: {
|
|
365
|
+
resource: ['backlinkChecker'],
|
|
366
|
+
operation: ['recheckBacklinks'],
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
default: '',
|
|
370
|
+
placeholder: '1,2,3',
|
|
371
|
+
description: 'Comma-separated backlink IDs to recheck',
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
displayName: 'Additional Fields',
|
|
375
|
+
name: 'additionalFields',
|
|
376
|
+
type: 'collection',
|
|
377
|
+
placeholder: 'Add Field',
|
|
378
|
+
default: {},
|
|
379
|
+
displayOptions: {
|
|
380
|
+
show: {
|
|
381
|
+
resource: ['backlinkChecker'],
|
|
382
|
+
operation: ['recheckBacklinks'],
|
|
383
|
+
},
|
|
384
|
+
},
|
|
385
|
+
options: [
|
|
386
|
+
{
|
|
387
|
+
displayName: 'Recheck Type',
|
|
388
|
+
name: 'recheckType',
|
|
389
|
+
type: 'options',
|
|
390
|
+
options: [
|
|
391
|
+
{ name: 'Status', value: 'status' },
|
|
392
|
+
{ name: 'Index', value: 'index' },
|
|
393
|
+
],
|
|
394
|
+
default: 'status',
|
|
395
|
+
description: 'Type of recheck to perform',
|
|
396
|
+
},
|
|
397
|
+
],
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
displayName: 'Additional Fields',
|
|
401
|
+
name: 'additionalFields',
|
|
402
|
+
type: 'collection',
|
|
403
|
+
placeholder: 'Add Field',
|
|
404
|
+
default: {},
|
|
405
|
+
displayOptions: {
|
|
406
|
+
show: {
|
|
407
|
+
resource: ['backlinkChecker'],
|
|
408
|
+
operation: ['listDisavowed'],
|
|
409
|
+
},
|
|
410
|
+
},
|
|
411
|
+
options: [
|
|
412
|
+
{
|
|
413
|
+
displayName: 'Limit',
|
|
414
|
+
name: 'limit',
|
|
415
|
+
type: 'number',
|
|
416
|
+
default: 100,
|
|
417
|
+
description: 'Number of disavowed backlinks to return',
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
displayName: 'Offset',
|
|
421
|
+
name: 'offset',
|
|
422
|
+
type: 'number',
|
|
423
|
+
default: 0,
|
|
424
|
+
description: 'Offset for pagination',
|
|
425
|
+
},
|
|
426
|
+
],
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
displayName: 'Disavow URLs',
|
|
430
|
+
name: 'disavowUrls',
|
|
431
|
+
type: 'string',
|
|
432
|
+
required: true,
|
|
433
|
+
displayOptions: {
|
|
434
|
+
show: {
|
|
435
|
+
resource: ['backlinkChecker'],
|
|
436
|
+
operation: ['addDisavowed'],
|
|
437
|
+
},
|
|
438
|
+
},
|
|
439
|
+
default: '',
|
|
440
|
+
placeholder: 'https://spam.com/link1,https://spam.com/link2',
|
|
441
|
+
description: 'Comma-separated backlink URLs to disavow',
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
displayName: 'Disavowed Backlink ID',
|
|
445
|
+
name: 'disavowId',
|
|
446
|
+
type: 'number',
|
|
447
|
+
required: true,
|
|
448
|
+
displayOptions: {
|
|
449
|
+
show: {
|
|
450
|
+
resource: ['backlinkChecker'],
|
|
451
|
+
operation: ['deleteDisavowed'],
|
|
452
|
+
},
|
|
453
|
+
},
|
|
454
|
+
default: 0,
|
|
455
|
+
description: 'ID of the disavowed backlink to delete',
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
displayName: 'Group Name',
|
|
459
|
+
name: 'groupName',
|
|
460
|
+
type: 'string',
|
|
461
|
+
required: true,
|
|
462
|
+
displayOptions: {
|
|
463
|
+
show: {
|
|
464
|
+
resource: ['backlinkChecker'],
|
|
465
|
+
operation: ['createGroup'],
|
|
466
|
+
},
|
|
467
|
+
},
|
|
468
|
+
default: '',
|
|
469
|
+
description: 'Name of the backlink group to create',
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
displayName: 'Group ID',
|
|
473
|
+
name: 'groupId',
|
|
474
|
+
type: 'number',
|
|
475
|
+
required: true,
|
|
476
|
+
displayOptions: {
|
|
477
|
+
show: {
|
|
478
|
+
resource: ['backlinkChecker'],
|
|
479
|
+
operation: ['deleteGroup'],
|
|
480
|
+
},
|
|
481
|
+
},
|
|
482
|
+
default: 0,
|
|
483
|
+
description: 'Backlink group ID to delete',
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
displayName: 'Group ID',
|
|
487
|
+
name: 'groupId',
|
|
488
|
+
type: 'number',
|
|
489
|
+
required: true,
|
|
490
|
+
displayOptions: {
|
|
491
|
+
show: {
|
|
492
|
+
resource: ['backlinkChecker'],
|
|
493
|
+
operation: ['renameGroup'],
|
|
494
|
+
},
|
|
495
|
+
},
|
|
496
|
+
default: 0,
|
|
497
|
+
description: 'Backlink group ID to rename',
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
displayName: 'New Group Name',
|
|
501
|
+
name: 'newGroupName',
|
|
502
|
+
type: 'string',
|
|
503
|
+
required: true,
|
|
504
|
+
displayOptions: {
|
|
505
|
+
show: {
|
|
506
|
+
resource: ['backlinkChecker'],
|
|
507
|
+
operation: ['renameGroup'],
|
|
508
|
+
},
|
|
509
|
+
},
|
|
510
|
+
default: '',
|
|
511
|
+
description: 'New name for the backlink group',
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
displayName: 'Backlink IDs',
|
|
515
|
+
name: 'backlinkIds',
|
|
516
|
+
type: 'string',
|
|
517
|
+
displayOptions: {
|
|
518
|
+
show: {
|
|
519
|
+
resource: ['backlinkChecker'],
|
|
520
|
+
operation: ['moveToGroup'],
|
|
521
|
+
},
|
|
522
|
+
},
|
|
523
|
+
default: '',
|
|
524
|
+
placeholder: '1,2,3',
|
|
525
|
+
description: 'Comma-separated backlink IDs to move. At least one of Backlink IDs or Group IDs must be provided.',
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
displayName: 'Group IDs',
|
|
529
|
+
name: 'groupIds',
|
|
530
|
+
type: 'string',
|
|
531
|
+
displayOptions: {
|
|
532
|
+
show: {
|
|
533
|
+
resource: ['backlinkChecker'],
|
|
534
|
+
operation: ['moveToGroup'],
|
|
535
|
+
},
|
|
536
|
+
},
|
|
537
|
+
default: '',
|
|
538
|
+
placeholder: '1,2,3',
|
|
539
|
+
description: 'Comma-separated backlink group IDs to move. At least one of Backlink IDs or Group IDs must be provided.',
|
|
540
|
+
},
|
|
541
|
+
];
|