@n8n-dev/n8n-nodes-googleapis-siteverification 1.0.0
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 +106 -0
- package/dist/banner.svg +107 -0
- package/dist/credentials/GoogleapisSiteverificationApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisSiteverificationApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisSiteverificationApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-siteverification.dark.png +0 -0
- package/dist/icons/googleapis-siteverification.png +0 -0
- package/dist/nodes/GoogleapisSiteverification/GoogleapisSiteverification.node.d.ts +4 -0
- package/dist/nodes/GoogleapisSiteverification/GoogleapisSiteverification.node.js +54 -0
- package/dist/nodes/GoogleapisSiteverification/GoogleapisSiteverification.node.js.map +1 -0
- package/dist/nodes/GoogleapisSiteverification/GoogleapisSiteverification.node.json +20 -0
- package/dist/nodes/GoogleapisSiteverification/googleapis-siteverification.dark.png +0 -0
- package/dist/nodes/GoogleapisSiteverification/googleapis-siteverification.png +0 -0
- package/dist/nodes/GoogleapisSiteverification/resources/index.d.ts +1 -0
- package/dist/nodes/GoogleapisSiteverification/resources/index.js +6 -0
- package/dist/nodes/GoogleapisSiteverification/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisSiteverification/resources/web-resource/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSiteverification/resources/web-resource/index.js +612 -0
- package/dist/nodes/GoogleapisSiteverification/resources/web-resource/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,612 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.webResourceDescription = void 0;
|
|
4
|
+
exports.webResourceDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Web Resource"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Site Verification Web Resource Get Token",
|
|
20
|
+
"value": "Site Verification Web Resource Get Token",
|
|
21
|
+
"action": "Site Verification Web Resource Get Token",
|
|
22
|
+
"description": "Get a verification token for placing on a website or domain.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/token"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Site Verification Web Resource List",
|
|
32
|
+
"value": "Site Verification Web Resource List",
|
|
33
|
+
"action": "Site Verification Web Resource List",
|
|
34
|
+
"description": "Get the list of your verified websites and domains.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/webResource"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Site Verification Web Resource Insert",
|
|
44
|
+
"value": "Site Verification Web Resource Insert",
|
|
45
|
+
"action": "Site Verification Web Resource Insert",
|
|
46
|
+
"description": "Attempt verification of a website or domain.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/webResource"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Site Verification Web Resource Delete",
|
|
56
|
+
"value": "Site Verification Web Resource Delete",
|
|
57
|
+
"action": "Site Verification Web Resource Delete",
|
|
58
|
+
"description": "Relinquish ownership of a website or domain.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "DELETE",
|
|
62
|
+
"url": "=/webResource/{{$parameter[\"id\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Site Verification Web Resource Get",
|
|
68
|
+
"value": "Site Verification Web Resource Get",
|
|
69
|
+
"action": "Site Verification Web Resource Get",
|
|
70
|
+
"description": "Get the most current data for a website or domain.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"url": "=/webResource/{{$parameter[\"id\"]}}"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Site Verification Web Resource Patch",
|
|
80
|
+
"value": "Site Verification Web Resource Patch",
|
|
81
|
+
"action": "Site Verification Web Resource Patch",
|
|
82
|
+
"description": "Modify the list of owners for your website or domain. This method supports patch semantics.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "PATCH",
|
|
86
|
+
"url": "=/webResource/{{$parameter[\"id\"]}}"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Site Verification Web Resource Update",
|
|
92
|
+
"value": "Site Verification Web Resource Update",
|
|
93
|
+
"action": "Site Verification Web Resource Update",
|
|
94
|
+
"description": "Modify the list of owners for your website or domain.",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "PUT",
|
|
98
|
+
"url": "=/webResource/{{$parameter[\"id\"]}}"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"default": ""
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"displayName": "POST /token",
|
|
107
|
+
"name": "operation",
|
|
108
|
+
"type": "notice",
|
|
109
|
+
"typeOptions": {
|
|
110
|
+
"theme": "info"
|
|
111
|
+
},
|
|
112
|
+
"default": "",
|
|
113
|
+
"displayOptions": {
|
|
114
|
+
"show": {
|
|
115
|
+
"resource": [
|
|
116
|
+
"Web Resource"
|
|
117
|
+
],
|
|
118
|
+
"operation": [
|
|
119
|
+
"Site Verification Web Resource Get Token"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"displayName": "Site",
|
|
126
|
+
"name": "site",
|
|
127
|
+
"type": "json",
|
|
128
|
+
"default": "{}",
|
|
129
|
+
"description": "The site for which a verification token will be generated.",
|
|
130
|
+
"routing": {
|
|
131
|
+
"send": {
|
|
132
|
+
"property": "site",
|
|
133
|
+
"propertyInDotNotation": false,
|
|
134
|
+
"type": "body",
|
|
135
|
+
"value": "={{ JSON.parse($value) }}"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"displayOptions": {
|
|
139
|
+
"show": {
|
|
140
|
+
"resource": [
|
|
141
|
+
"Web Resource"
|
|
142
|
+
],
|
|
143
|
+
"operation": [
|
|
144
|
+
"Site Verification Web Resource Get Token"
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"displayName": "Verification Method",
|
|
151
|
+
"name": "verificationMethod",
|
|
152
|
+
"type": "string",
|
|
153
|
+
"default": "",
|
|
154
|
+
"description": "The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.",
|
|
155
|
+
"routing": {
|
|
156
|
+
"send": {
|
|
157
|
+
"property": "verificationMethod",
|
|
158
|
+
"propertyInDotNotation": false,
|
|
159
|
+
"type": "body",
|
|
160
|
+
"value": "={{ $value }}"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"displayOptions": {
|
|
164
|
+
"show": {
|
|
165
|
+
"resource": [
|
|
166
|
+
"Web Resource"
|
|
167
|
+
],
|
|
168
|
+
"operation": [
|
|
169
|
+
"Site Verification Web Resource Get Token"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"displayName": "GET /webResource",
|
|
176
|
+
"name": "operation",
|
|
177
|
+
"type": "notice",
|
|
178
|
+
"typeOptions": {
|
|
179
|
+
"theme": "info"
|
|
180
|
+
},
|
|
181
|
+
"default": "",
|
|
182
|
+
"displayOptions": {
|
|
183
|
+
"show": {
|
|
184
|
+
"resource": [
|
|
185
|
+
"Web Resource"
|
|
186
|
+
],
|
|
187
|
+
"operation": [
|
|
188
|
+
"Site Verification Web Resource List"
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"displayName": "POST /webResource",
|
|
195
|
+
"name": "operation",
|
|
196
|
+
"type": "notice",
|
|
197
|
+
"typeOptions": {
|
|
198
|
+
"theme": "info"
|
|
199
|
+
},
|
|
200
|
+
"default": "",
|
|
201
|
+
"displayOptions": {
|
|
202
|
+
"show": {
|
|
203
|
+
"resource": [
|
|
204
|
+
"Web Resource"
|
|
205
|
+
],
|
|
206
|
+
"operation": [
|
|
207
|
+
"Site Verification Web Resource Insert"
|
|
208
|
+
]
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"displayName": "Verification Method",
|
|
214
|
+
"name": "verificationMethod",
|
|
215
|
+
"required": true,
|
|
216
|
+
"description": "The method to use for verifying a site or domain.",
|
|
217
|
+
"default": "",
|
|
218
|
+
"type": "string",
|
|
219
|
+
"routing": {
|
|
220
|
+
"send": {
|
|
221
|
+
"type": "query",
|
|
222
|
+
"property": "verificationMethod",
|
|
223
|
+
"value": "={{ $value }}",
|
|
224
|
+
"propertyInDotNotation": false
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"displayOptions": {
|
|
228
|
+
"show": {
|
|
229
|
+
"resource": [
|
|
230
|
+
"Web Resource"
|
|
231
|
+
],
|
|
232
|
+
"operation": [
|
|
233
|
+
"Site Verification Web Resource Insert"
|
|
234
|
+
]
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"displayName": "ID",
|
|
240
|
+
"name": "id",
|
|
241
|
+
"type": "string",
|
|
242
|
+
"default": "",
|
|
243
|
+
"description": "The string used to identify this site. This value should be used in the \"id\" portion of the REST URL for the Get, Update, and Delete operations.",
|
|
244
|
+
"routing": {
|
|
245
|
+
"send": {
|
|
246
|
+
"property": "id",
|
|
247
|
+
"propertyInDotNotation": false,
|
|
248
|
+
"type": "body",
|
|
249
|
+
"value": "={{ $value }}"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"displayOptions": {
|
|
253
|
+
"show": {
|
|
254
|
+
"resource": [
|
|
255
|
+
"Web Resource"
|
|
256
|
+
],
|
|
257
|
+
"operation": [
|
|
258
|
+
"Site Verification Web Resource Insert"
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"displayName": "Owners",
|
|
265
|
+
"name": "owners",
|
|
266
|
+
"type": "json",
|
|
267
|
+
"default": "[\n null\n]",
|
|
268
|
+
"description": "The email addresses of all verified owners.",
|
|
269
|
+
"routing": {
|
|
270
|
+
"send": {
|
|
271
|
+
"property": "owners",
|
|
272
|
+
"propertyInDotNotation": false,
|
|
273
|
+
"type": "body",
|
|
274
|
+
"value": "={{ JSON.parse($value) }}"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"displayOptions": {
|
|
278
|
+
"show": {
|
|
279
|
+
"resource": [
|
|
280
|
+
"Web Resource"
|
|
281
|
+
],
|
|
282
|
+
"operation": [
|
|
283
|
+
"Site Verification Web Resource Insert"
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"displayName": "Site",
|
|
290
|
+
"name": "site",
|
|
291
|
+
"type": "json",
|
|
292
|
+
"default": "{}",
|
|
293
|
+
"description": "The address and type of a site that is verified or will be verified.",
|
|
294
|
+
"routing": {
|
|
295
|
+
"send": {
|
|
296
|
+
"property": "site",
|
|
297
|
+
"propertyInDotNotation": false,
|
|
298
|
+
"type": "body",
|
|
299
|
+
"value": "={{ JSON.parse($value) }}"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"displayOptions": {
|
|
303
|
+
"show": {
|
|
304
|
+
"resource": [
|
|
305
|
+
"Web Resource"
|
|
306
|
+
],
|
|
307
|
+
"operation": [
|
|
308
|
+
"Site Verification Web Resource Insert"
|
|
309
|
+
]
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"displayName": "DELETE /webResource/{id}",
|
|
315
|
+
"name": "operation",
|
|
316
|
+
"type": "notice",
|
|
317
|
+
"typeOptions": {
|
|
318
|
+
"theme": "info"
|
|
319
|
+
},
|
|
320
|
+
"default": "",
|
|
321
|
+
"displayOptions": {
|
|
322
|
+
"show": {
|
|
323
|
+
"resource": [
|
|
324
|
+
"Web Resource"
|
|
325
|
+
],
|
|
326
|
+
"operation": [
|
|
327
|
+
"Site Verification Web Resource Delete"
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"displayName": "ID",
|
|
334
|
+
"name": "id",
|
|
335
|
+
"required": true,
|
|
336
|
+
"description": "The id of a verified site or domain.",
|
|
337
|
+
"default": "",
|
|
338
|
+
"type": "string",
|
|
339
|
+
"displayOptions": {
|
|
340
|
+
"show": {
|
|
341
|
+
"resource": [
|
|
342
|
+
"Web Resource"
|
|
343
|
+
],
|
|
344
|
+
"operation": [
|
|
345
|
+
"Site Verification Web Resource Delete"
|
|
346
|
+
]
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"displayName": "GET /webResource/{id}",
|
|
352
|
+
"name": "operation",
|
|
353
|
+
"type": "notice",
|
|
354
|
+
"typeOptions": {
|
|
355
|
+
"theme": "info"
|
|
356
|
+
},
|
|
357
|
+
"default": "",
|
|
358
|
+
"displayOptions": {
|
|
359
|
+
"show": {
|
|
360
|
+
"resource": [
|
|
361
|
+
"Web Resource"
|
|
362
|
+
],
|
|
363
|
+
"operation": [
|
|
364
|
+
"Site Verification Web Resource Get"
|
|
365
|
+
]
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"displayName": "ID",
|
|
371
|
+
"name": "id",
|
|
372
|
+
"required": true,
|
|
373
|
+
"description": "The id of a verified site or domain.",
|
|
374
|
+
"default": "",
|
|
375
|
+
"type": "string",
|
|
376
|
+
"displayOptions": {
|
|
377
|
+
"show": {
|
|
378
|
+
"resource": [
|
|
379
|
+
"Web Resource"
|
|
380
|
+
],
|
|
381
|
+
"operation": [
|
|
382
|
+
"Site Verification Web Resource Get"
|
|
383
|
+
]
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"displayName": "PATCH /webResource/{id}",
|
|
389
|
+
"name": "operation",
|
|
390
|
+
"type": "notice",
|
|
391
|
+
"typeOptions": {
|
|
392
|
+
"theme": "info"
|
|
393
|
+
},
|
|
394
|
+
"default": "",
|
|
395
|
+
"displayOptions": {
|
|
396
|
+
"show": {
|
|
397
|
+
"resource": [
|
|
398
|
+
"Web Resource"
|
|
399
|
+
],
|
|
400
|
+
"operation": [
|
|
401
|
+
"Site Verification Web Resource Patch"
|
|
402
|
+
]
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"displayName": "ID",
|
|
408
|
+
"name": "id",
|
|
409
|
+
"required": true,
|
|
410
|
+
"description": "The id of a verified site or domain.",
|
|
411
|
+
"default": "",
|
|
412
|
+
"type": "string",
|
|
413
|
+
"displayOptions": {
|
|
414
|
+
"show": {
|
|
415
|
+
"resource": [
|
|
416
|
+
"Web Resource"
|
|
417
|
+
],
|
|
418
|
+
"operation": [
|
|
419
|
+
"Site Verification Web Resource Patch"
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"displayName": "ID",
|
|
426
|
+
"name": "id",
|
|
427
|
+
"type": "string",
|
|
428
|
+
"default": "",
|
|
429
|
+
"description": "The string used to identify this site. This value should be used in the \"id\" portion of the REST URL for the Get, Update, and Delete operations.",
|
|
430
|
+
"routing": {
|
|
431
|
+
"send": {
|
|
432
|
+
"property": "id",
|
|
433
|
+
"propertyInDotNotation": false,
|
|
434
|
+
"type": "body",
|
|
435
|
+
"value": "={{ $value }}"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"displayOptions": {
|
|
439
|
+
"show": {
|
|
440
|
+
"resource": [
|
|
441
|
+
"Web Resource"
|
|
442
|
+
],
|
|
443
|
+
"operation": [
|
|
444
|
+
"Site Verification Web Resource Patch"
|
|
445
|
+
]
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"displayName": "Owners",
|
|
451
|
+
"name": "owners",
|
|
452
|
+
"type": "json",
|
|
453
|
+
"default": "[\n null\n]",
|
|
454
|
+
"description": "The email addresses of all verified owners.",
|
|
455
|
+
"routing": {
|
|
456
|
+
"send": {
|
|
457
|
+
"property": "owners",
|
|
458
|
+
"propertyInDotNotation": false,
|
|
459
|
+
"type": "body",
|
|
460
|
+
"value": "={{ JSON.parse($value) }}"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"displayOptions": {
|
|
464
|
+
"show": {
|
|
465
|
+
"resource": [
|
|
466
|
+
"Web Resource"
|
|
467
|
+
],
|
|
468
|
+
"operation": [
|
|
469
|
+
"Site Verification Web Resource Patch"
|
|
470
|
+
]
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"displayName": "Site",
|
|
476
|
+
"name": "site",
|
|
477
|
+
"type": "json",
|
|
478
|
+
"default": "{}",
|
|
479
|
+
"description": "The address and type of a site that is verified or will be verified.",
|
|
480
|
+
"routing": {
|
|
481
|
+
"send": {
|
|
482
|
+
"property": "site",
|
|
483
|
+
"propertyInDotNotation": false,
|
|
484
|
+
"type": "body",
|
|
485
|
+
"value": "={{ JSON.parse($value) }}"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"displayOptions": {
|
|
489
|
+
"show": {
|
|
490
|
+
"resource": [
|
|
491
|
+
"Web Resource"
|
|
492
|
+
],
|
|
493
|
+
"operation": [
|
|
494
|
+
"Site Verification Web Resource Patch"
|
|
495
|
+
]
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"displayName": "PUT /webResource/{id}",
|
|
501
|
+
"name": "operation",
|
|
502
|
+
"type": "notice",
|
|
503
|
+
"typeOptions": {
|
|
504
|
+
"theme": "info"
|
|
505
|
+
},
|
|
506
|
+
"default": "",
|
|
507
|
+
"displayOptions": {
|
|
508
|
+
"show": {
|
|
509
|
+
"resource": [
|
|
510
|
+
"Web Resource"
|
|
511
|
+
],
|
|
512
|
+
"operation": [
|
|
513
|
+
"Site Verification Web Resource Update"
|
|
514
|
+
]
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"displayName": "ID",
|
|
520
|
+
"name": "id",
|
|
521
|
+
"required": true,
|
|
522
|
+
"description": "The id of a verified site or domain.",
|
|
523
|
+
"default": "",
|
|
524
|
+
"type": "string",
|
|
525
|
+
"displayOptions": {
|
|
526
|
+
"show": {
|
|
527
|
+
"resource": [
|
|
528
|
+
"Web Resource"
|
|
529
|
+
],
|
|
530
|
+
"operation": [
|
|
531
|
+
"Site Verification Web Resource Update"
|
|
532
|
+
]
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"displayName": "ID",
|
|
538
|
+
"name": "id",
|
|
539
|
+
"type": "string",
|
|
540
|
+
"default": "",
|
|
541
|
+
"description": "The string used to identify this site. This value should be used in the \"id\" portion of the REST URL for the Get, Update, and Delete operations.",
|
|
542
|
+
"routing": {
|
|
543
|
+
"send": {
|
|
544
|
+
"property": "id",
|
|
545
|
+
"propertyInDotNotation": false,
|
|
546
|
+
"type": "body",
|
|
547
|
+
"value": "={{ $value }}"
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
"displayOptions": {
|
|
551
|
+
"show": {
|
|
552
|
+
"resource": [
|
|
553
|
+
"Web Resource"
|
|
554
|
+
],
|
|
555
|
+
"operation": [
|
|
556
|
+
"Site Verification Web Resource Update"
|
|
557
|
+
]
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"displayName": "Owners",
|
|
563
|
+
"name": "owners",
|
|
564
|
+
"type": "json",
|
|
565
|
+
"default": "[\n null\n]",
|
|
566
|
+
"description": "The email addresses of all verified owners.",
|
|
567
|
+
"routing": {
|
|
568
|
+
"send": {
|
|
569
|
+
"property": "owners",
|
|
570
|
+
"propertyInDotNotation": false,
|
|
571
|
+
"type": "body",
|
|
572
|
+
"value": "={{ JSON.parse($value) }}"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"displayOptions": {
|
|
576
|
+
"show": {
|
|
577
|
+
"resource": [
|
|
578
|
+
"Web Resource"
|
|
579
|
+
],
|
|
580
|
+
"operation": [
|
|
581
|
+
"Site Verification Web Resource Update"
|
|
582
|
+
]
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"displayName": "Site",
|
|
588
|
+
"name": "site",
|
|
589
|
+
"type": "json",
|
|
590
|
+
"default": "{}",
|
|
591
|
+
"description": "The address and type of a site that is verified or will be verified.",
|
|
592
|
+
"routing": {
|
|
593
|
+
"send": {
|
|
594
|
+
"property": "site",
|
|
595
|
+
"propertyInDotNotation": false,
|
|
596
|
+
"type": "body",
|
|
597
|
+
"value": "={{ JSON.parse($value) }}"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
"displayOptions": {
|
|
601
|
+
"show": {
|
|
602
|
+
"resource": [
|
|
603
|
+
"Web Resource"
|
|
604
|
+
],
|
|
605
|
+
"operation": [
|
|
606
|
+
"Site Verification Web Resource Update"
|
|
607
|
+
]
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
];
|
|
612
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisSiteverification/resources/web-resource/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,sBAAsB,GAAsB;IACvD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,0CAA0C;gBAClD,OAAO,EAAE,0CAA0C;gBACnD,QAAQ,EAAE,0CAA0C;gBACpD,aAAa,EAAE,8DAA8D;gBAC7E,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,SAAS;qBAChB;iBACD;aACD;YACD;gBACC,MAAM,EAAE,qCAAqC;gBAC7C,OAAO,EAAE,qCAAqC;gBAC9C,QAAQ,EAAE,qCAAqC;gBAC/C,aAAa,EAAE,qDAAqD;gBACpE,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,eAAe;qBACtB;iBACD;aACD;YACD;gBACC,MAAM,EAAE,uCAAuC;gBAC/C,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,uCAAuC;gBACjD,aAAa,EAAE,8CAA8C;gBAC7D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,eAAe;qBACtB;iBACD;aACD;YACD;gBACC,MAAM,EAAE,uCAAuC;gBAC/C,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,uCAAuC;gBACjD,aAAa,EAAE,8CAA8C;gBAC7D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,QAAQ;wBAClB,KAAK,EAAE,sCAAsC;qBAC7C;iBACD;aACD;YACD;gBACC,MAAM,EAAE,oCAAoC;gBAC5C,OAAO,EAAE,oCAAoC;gBAC7C,QAAQ,EAAE,oCAAoC;gBAC9C,aAAa,EAAE,oDAAoD;gBACnE,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,sCAAsC;qBAC7C;iBACD;aACD;YACD;gBACC,MAAM,EAAE,sCAAsC;gBAC9C,OAAO,EAAE,sCAAsC;gBAC/C,QAAQ,EAAE,sCAAsC;gBAChD,aAAa,EAAE,6FAA6F;gBAC5G,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,OAAO;wBACjB,KAAK,EAAE,sCAAsC;qBAC7C;iBACD;aACD;YACD;gBACC,MAAM,EAAE,uCAAuC;gBAC/C,OAAO,EAAE,uCAAuC;gBAChD,QAAQ,EAAE,uCAAuC;gBACjD,aAAa,EAAE,uDAAuD;gBACtE,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,sCAAsC;qBAC7C;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,IAAI;QACf,aAAa,EAAE,4DAA4D;QAC3E,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,MAAM;gBAClB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,qBAAqB;QACpC,MAAM,EAAE,oBAAoB;QAC5B,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,sJAAsJ;QACrK,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,oBAAoB;gBAChC,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,kBAAkB;QACjC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,qCAAqC;iBACrC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,mBAAmB;QAClC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,qBAAqB;QACpC,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,mDAAmD;QAClE,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,oBAAoB;gBAChC,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,IAAI;QACnB,MAAM,EAAE,IAAI;QACZ,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,oJAAoJ;QACnK,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,IAAI;gBAChB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,QAAQ;QACvB,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,cAAc;QACzB,aAAa,EAAE,6CAA6C;QAC5D,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,QAAQ;gBACpB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,IAAI;QACf,aAAa,EAAE,sEAAsE;QACrF,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,MAAM;gBAClB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,0BAA0B;QACzC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,IAAI;QACnB,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,sCAAsC;QACrD,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,uBAAuB;QACtC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,oCAAoC;iBACpC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,IAAI;QACnB,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,sCAAsC;QACrD,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,oCAAoC;iBACpC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,yBAAyB;QACxC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,sCAAsC;iBACtC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,IAAI;QACnB,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,sCAAsC;QACrD,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,sCAAsC;iBACtC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,IAAI;QACnB,MAAM,EAAE,IAAI;QACZ,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,oJAAoJ;QACnK,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,IAAI;gBAChB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,sCAAsC;iBACtC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,QAAQ;QACvB,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,cAAc;QACzB,aAAa,EAAE,6CAA6C;QAC5D,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,QAAQ;gBACpB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,sCAAsC;iBACtC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,IAAI;QACf,aAAa,EAAE,sEAAsE;QACrF,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,MAAM;gBAClB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,sCAAsC;iBACtC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,uBAAuB;QACtC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,IAAI;QACnB,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,sCAAsC;QACrD,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,IAAI;QACnB,MAAM,EAAE,IAAI;QACZ,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,oJAAoJ;QACnK,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,IAAI;gBAChB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,QAAQ;QACvB,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,cAAc;QACzB,aAAa,EAAE,6CAA6C;QAC5D,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,QAAQ;gBACpB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,IAAI;QACf,aAAa,EAAE,sEAAsE;QACrF,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,MAAM;gBAClB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,uCAAuC;iBACvC;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@n8n-dev/n8n-nodes-googleapis-siteverification",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Verifies website or domain ownership with Google.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"homepage": "https://n8n-code.github.io/n8n-dev/#/n8n-nodes-googleapis-siteverification",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"n8n",
|
|
9
|
+
"n8n-community-node",
|
|
10
|
+
"n8n-node",
|
|
11
|
+
"n8n-community-node-package",
|
|
12
|
+
"openapi",
|
|
13
|
+
"swagger",
|
|
14
|
+
"API",
|
|
15
|
+
"automation",
|
|
16
|
+
"workflow",
|
|
17
|
+
"googleapis-siteverification"
|
|
18
|
+
],
|
|
19
|
+
"author": {
|
|
20
|
+
"name": "kelvinzer0",
|
|
21
|
+
"email": ""
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "https://github.com/n8n-code/n8n-nodes-googleapis-siteverification.git"
|
|
26
|
+
},
|
|
27
|
+
"scripts": {
|
|
28
|
+
"build": "n8n-node build",
|
|
29
|
+
"build:watch": "tsc --watch",
|
|
30
|
+
"dev": "n8n-node dev",
|
|
31
|
+
"lint": "n8n-node lint",
|
|
32
|
+
"lint:fix": "n8n-node lint --fix",
|
|
33
|
+
"release": "n8n-node release",
|
|
34
|
+
"prepublishOnly": "npm run build"
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"dist"
|
|
38
|
+
],
|
|
39
|
+
"n8n": {
|
|
40
|
+
"n8nNodesApiVersion": 1,
|
|
41
|
+
"strict": true,
|
|
42
|
+
"credentials": [
|
|
43
|
+
"dist/credentials/GoogleapisSiteverificationApi.credentials.js"
|
|
44
|
+
],
|
|
45
|
+
"nodes": [
|
|
46
|
+
"dist/nodes/GoogleapisSiteverification/GoogleapisSiteverification.node.js"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"n8n-workflow": "*"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@n8n/node-cli": "*",
|
|
54
|
+
"eslint": "*",
|
|
55
|
+
"prettier": "3.8.3",
|
|
56
|
+
"release-it": "20.2.0",
|
|
57
|
+
"typescript": "5.9.3"
|
|
58
|
+
},
|
|
59
|
+
"peerDependencies": {
|
|
60
|
+
"n8n-workflow": "*"
|
|
61
|
+
}
|
|
62
|
+
}
|