@n8n-dev/n8n-nodes-googleapis-searchconsole 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.
Files changed (34) hide show
  1. package/README.md +134 -0
  2. package/dist/banner.svg +126 -0
  3. package/dist/credentials/GoogleapisSearchconsoleApi.credentials.d.ts +9 -0
  4. package/dist/credentials/GoogleapisSearchconsoleApi.credentials.js +49 -0
  5. package/dist/credentials/GoogleapisSearchconsoleApi.credentials.js.map +1 -0
  6. package/dist/icons/googleapis-searchconsole.dark.png +0 -0
  7. package/dist/icons/googleapis-searchconsole.png +0 -0
  8. package/dist/nodes/GoogleapisSearchconsole/GoogleapisSearchconsole.node.d.ts +4 -0
  9. package/dist/nodes/GoogleapisSearchconsole/GoogleapisSearchconsole.node.js +82 -0
  10. package/dist/nodes/GoogleapisSearchconsole/GoogleapisSearchconsole.node.js.map +1 -0
  11. package/dist/nodes/GoogleapisSearchconsole/GoogleapisSearchconsole.node.json +20 -0
  12. package/dist/nodes/GoogleapisSearchconsole/googleapis-searchconsole.dark.png +0 -0
  13. package/dist/nodes/GoogleapisSearchconsole/googleapis-searchconsole.png +0 -0
  14. package/dist/nodes/GoogleapisSearchconsole/resources/index.d.ts +5 -0
  15. package/dist/nodes/GoogleapisSearchconsole/resources/index.js +14 -0
  16. package/dist/nodes/GoogleapisSearchconsole/resources/index.js.map +1 -0
  17. package/dist/nodes/GoogleapisSearchconsole/resources/searchanalytics/index.d.ts +2 -0
  18. package/dist/nodes/GoogleapisSearchconsole/resources/searchanalytics/index.js +401 -0
  19. package/dist/nodes/GoogleapisSearchconsole/resources/searchanalytics/index.js.map +1 -0
  20. package/dist/nodes/GoogleapisSearchconsole/resources/sitemaps/index.d.ts +2 -0
  21. package/dist/nodes/GoogleapisSearchconsole/resources/sitemaps/index.js +297 -0
  22. package/dist/nodes/GoogleapisSearchconsole/resources/sitemaps/index.js.map +1 -0
  23. package/dist/nodes/GoogleapisSearchconsole/resources/sites/index.d.ts +2 -0
  24. package/dist/nodes/GoogleapisSearchconsole/resources/sites/index.js +200 -0
  25. package/dist/nodes/GoogleapisSearchconsole/resources/sites/index.js.map +1 -0
  26. package/dist/nodes/GoogleapisSearchconsole/resources/url-inspection/index.d.ts +2 -0
  27. package/dist/nodes/GoogleapisSearchconsole/resources/url-inspection/index.js +128 -0
  28. package/dist/nodes/GoogleapisSearchconsole/resources/url-inspection/index.js.map +1 -0
  29. package/dist/nodes/GoogleapisSearchconsole/resources/url-testing-tools/index.d.ts +2 -0
  30. package/dist/nodes/GoogleapisSearchconsole/resources/url-testing-tools/index.js +103 -0
  31. package/dist/nodes/GoogleapisSearchconsole/resources/url-testing-tools/index.js.map +1 -0
  32. package/dist/package.json +62 -0
  33. package/dist/tsconfig.tsbuildinfo +1 -0
  34. package/package.json +62 -0
@@ -0,0 +1,401 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.searchanalyticsDescription = void 0;
4
+ exports.searchanalyticsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Searchanalytics"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Webmasters Searchanalytics Query",
20
+ "value": "Webmasters Searchanalytics Query",
21
+ "action": "Webmasters Searchanalytics Query",
22
+ "description": "Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days. When date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "POST",
26
+ "url": "=/webmasters/v3/sites/{{$parameter[\"siteUrl\"]}}/searchAnalytics/query"
27
+ }
28
+ }
29
+ }
30
+ ],
31
+ "default": ""
32
+ },
33
+ {
34
+ "displayName": "POST /webmasters/v3/sites/{siteUrl}/searchAnalytics/query",
35
+ "name": "operation",
36
+ "type": "notice",
37
+ "typeOptions": {
38
+ "theme": "info"
39
+ },
40
+ "default": "",
41
+ "displayOptions": {
42
+ "show": {
43
+ "resource": [
44
+ "Searchanalytics"
45
+ ],
46
+ "operation": [
47
+ "Webmasters Searchanalytics Query"
48
+ ]
49
+ }
50
+ }
51
+ },
52
+ {
53
+ "displayName": "Site URL",
54
+ "name": "siteUrl",
55
+ "required": true,
56
+ "description": "The site's URL, including protocol. For example: `http://www.example.com/`.",
57
+ "default": "",
58
+ "type": "string",
59
+ "displayOptions": {
60
+ "show": {
61
+ "resource": [
62
+ "Searchanalytics"
63
+ ],
64
+ "operation": [
65
+ "Webmasters Searchanalytics Query"
66
+ ]
67
+ }
68
+ }
69
+ },
70
+ {
71
+ "displayName": "Aggregation Type",
72
+ "name": "aggregationType",
73
+ "type": "options",
74
+ "default": "AUTO",
75
+ "description": "[Optional; Default is \\\"auto\\\"] How data is aggregated. If aggregated by property, all data for the same property is aggregated; if aggregated by page, all data is aggregated by canonical URI. If you filter or group by page, choose AUTO; otherwise you can aggregate either by property or by page, depending on how you want your data calculated; see the help documentation to learn how data is calculated differently by site versus by page. **Note:** If you group or filter by page, you cannot aggregate by property. If you specify any value other than AUTO, the aggregation type in the result will match the requested type, or if you request an invalid type, you will get an error. The API will never change your aggregation type if the requested type is invalid.",
76
+ "options": [
77
+ {
78
+ "name": "AUTO",
79
+ "value": "AUTO"
80
+ },
81
+ {
82
+ "name": "BY PROPERTY",
83
+ "value": "BY_PROPERTY"
84
+ },
85
+ {
86
+ "name": "BY PAGE",
87
+ "value": "BY_PAGE"
88
+ }
89
+ ],
90
+ "routing": {
91
+ "send": {
92
+ "property": "aggregationType",
93
+ "propertyInDotNotation": false,
94
+ "type": "body",
95
+ "value": "={{ $value }}"
96
+ }
97
+ },
98
+ "displayOptions": {
99
+ "show": {
100
+ "resource": [
101
+ "Searchanalytics"
102
+ ],
103
+ "operation": [
104
+ "Webmasters Searchanalytics Query"
105
+ ]
106
+ }
107
+ }
108
+ },
109
+ {
110
+ "displayName": "Data State",
111
+ "name": "dataState",
112
+ "type": "options",
113
+ "default": "DATA_STATE_UNSPECIFIED",
114
+ "description": "The data state to be fetched, can be full or all, the latter including full and partial data.",
115
+ "options": [
116
+ {
117
+ "name": "DATA STATE UNSPECIFIED",
118
+ "value": "DATA_STATE_UNSPECIFIED"
119
+ },
120
+ {
121
+ "name": "FINAL",
122
+ "value": "FINAL"
123
+ },
124
+ {
125
+ "name": "ALL",
126
+ "value": "ALL"
127
+ }
128
+ ],
129
+ "routing": {
130
+ "send": {
131
+ "property": "dataState",
132
+ "propertyInDotNotation": false,
133
+ "type": "body",
134
+ "value": "={{ $value }}"
135
+ }
136
+ },
137
+ "displayOptions": {
138
+ "show": {
139
+ "resource": [
140
+ "Searchanalytics"
141
+ ],
142
+ "operation": [
143
+ "Webmasters Searchanalytics Query"
144
+ ]
145
+ }
146
+ }
147
+ },
148
+ {
149
+ "displayName": "Dimension Filter Groups",
150
+ "name": "dimensionFilterGroups",
151
+ "type": "json",
152
+ "default": "[\n {\n \"filters\": [\n {}\n ]\n }\n]",
153
+ "description": "[Optional] Zero or more filters to apply to the dimension grouping values; for example, 'query contains \\\"buy\\\"' to see only data where the query string contains the substring \\\"buy\\\" (not case-sensitive). You can filter by a dimension without grouping by it.",
154
+ "routing": {
155
+ "send": {
156
+ "property": "dimensionFilterGroups",
157
+ "propertyInDotNotation": false,
158
+ "type": "body",
159
+ "value": "={{ JSON.parse($value) }}"
160
+ }
161
+ },
162
+ "displayOptions": {
163
+ "show": {
164
+ "resource": [
165
+ "Searchanalytics"
166
+ ],
167
+ "operation": [
168
+ "Webmasters Searchanalytics Query"
169
+ ]
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "displayName": "Dimensions",
175
+ "name": "dimensions",
176
+ "type": "json",
177
+ "default": "[\n null\n]",
178
+ "description": "[Optional] Zero or more dimensions to group results by. Dimensions are the group-by values in the Search Analytics page. Dimensions are combined to create a unique row key for each row. Results are grouped in the order that you supply these dimensions.",
179
+ "routing": {
180
+ "send": {
181
+ "property": "dimensions",
182
+ "propertyInDotNotation": false,
183
+ "type": "body",
184
+ "value": "={{ JSON.parse($value) }}"
185
+ }
186
+ },
187
+ "displayOptions": {
188
+ "show": {
189
+ "resource": [
190
+ "Searchanalytics"
191
+ ],
192
+ "operation": [
193
+ "Webmasters Searchanalytics Query"
194
+ ]
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "displayName": "End Date",
200
+ "name": "endDate",
201
+ "type": "string",
202
+ "default": "",
203
+ "description": "[Required] End date of the requested date range, in YYYY-MM-DD format, in PST (UTC - 8:00). Must be greater than or equal to the start date. This value is included in the range.",
204
+ "routing": {
205
+ "send": {
206
+ "property": "endDate",
207
+ "propertyInDotNotation": false,
208
+ "type": "body",
209
+ "value": "={{ $value }}"
210
+ }
211
+ },
212
+ "displayOptions": {
213
+ "show": {
214
+ "resource": [
215
+ "Searchanalytics"
216
+ ],
217
+ "operation": [
218
+ "Webmasters Searchanalytics Query"
219
+ ]
220
+ }
221
+ }
222
+ },
223
+ {
224
+ "displayName": "Row Limit",
225
+ "name": "rowLimit",
226
+ "type": "number",
227
+ "default": 0,
228
+ "description": "[Optional; Default is 1000] The maximum number of rows to return. Must be a number from 1 to 25,000 (inclusive).",
229
+ "routing": {
230
+ "send": {
231
+ "property": "rowLimit",
232
+ "propertyInDotNotation": false,
233
+ "type": "body",
234
+ "value": "={{ $value }}"
235
+ }
236
+ },
237
+ "displayOptions": {
238
+ "show": {
239
+ "resource": [
240
+ "Searchanalytics"
241
+ ],
242
+ "operation": [
243
+ "Webmasters Searchanalytics Query"
244
+ ]
245
+ }
246
+ }
247
+ },
248
+ {
249
+ "displayName": "Search Type",
250
+ "name": "searchType",
251
+ "type": "options",
252
+ "default": "WEB",
253
+ "description": "[Optional; Default is \\\"web\\\"] The search type to filter for.",
254
+ "options": [
255
+ {
256
+ "name": "WEB",
257
+ "value": "WEB"
258
+ },
259
+ {
260
+ "name": "IMAGE",
261
+ "value": "IMAGE"
262
+ },
263
+ {
264
+ "name": "VIDEO",
265
+ "value": "VIDEO"
266
+ },
267
+ {
268
+ "name": "NEWS",
269
+ "value": "NEWS"
270
+ },
271
+ {
272
+ "name": "DISCOVER",
273
+ "value": "DISCOVER"
274
+ },
275
+ {
276
+ "name": "GOOGLE NEWS",
277
+ "value": "GOOGLE_NEWS"
278
+ }
279
+ ],
280
+ "routing": {
281
+ "send": {
282
+ "property": "searchType",
283
+ "propertyInDotNotation": false,
284
+ "type": "body",
285
+ "value": "={{ $value }}"
286
+ }
287
+ },
288
+ "displayOptions": {
289
+ "show": {
290
+ "resource": [
291
+ "Searchanalytics"
292
+ ],
293
+ "operation": [
294
+ "Webmasters Searchanalytics Query"
295
+ ]
296
+ }
297
+ }
298
+ },
299
+ {
300
+ "displayName": "Start Date",
301
+ "name": "startDate",
302
+ "type": "string",
303
+ "default": "",
304
+ "description": " [Required] Start date of the requested date range, in YYYY-MM-DD format, in PST time (UTC - 8:00). Must be less than or equal to the end date. This value is included in the range.",
305
+ "routing": {
306
+ "send": {
307
+ "property": "startDate",
308
+ "propertyInDotNotation": false,
309
+ "type": "body",
310
+ "value": "={{ $value }}"
311
+ }
312
+ },
313
+ "displayOptions": {
314
+ "show": {
315
+ "resource": [
316
+ "Searchanalytics"
317
+ ],
318
+ "operation": [
319
+ "Webmasters Searchanalytics Query"
320
+ ]
321
+ }
322
+ }
323
+ },
324
+ {
325
+ "displayName": "Start Row",
326
+ "name": "startRow",
327
+ "type": "number",
328
+ "default": 0,
329
+ "description": "[Optional; Default is 0] Zero-based index of the first row in the response. Must be a non-negative number.",
330
+ "routing": {
331
+ "send": {
332
+ "property": "startRow",
333
+ "propertyInDotNotation": false,
334
+ "type": "body",
335
+ "value": "={{ $value }}"
336
+ }
337
+ },
338
+ "displayOptions": {
339
+ "show": {
340
+ "resource": [
341
+ "Searchanalytics"
342
+ ],
343
+ "operation": [
344
+ "Webmasters Searchanalytics Query"
345
+ ]
346
+ }
347
+ }
348
+ },
349
+ {
350
+ "displayName": "Type",
351
+ "name": "type",
352
+ "type": "options",
353
+ "default": "WEB",
354
+ "description": "Optional. [Optional; Default is \\\"web\\\"] Type of report: search type, or either Discover or Gnews.",
355
+ "options": [
356
+ {
357
+ "name": "WEB",
358
+ "value": "WEB"
359
+ },
360
+ {
361
+ "name": "IMAGE",
362
+ "value": "IMAGE"
363
+ },
364
+ {
365
+ "name": "VIDEO",
366
+ "value": "VIDEO"
367
+ },
368
+ {
369
+ "name": "NEWS",
370
+ "value": "NEWS"
371
+ },
372
+ {
373
+ "name": "DISCOVER",
374
+ "value": "DISCOVER"
375
+ },
376
+ {
377
+ "name": "GOOGLE NEWS",
378
+ "value": "GOOGLE_NEWS"
379
+ }
380
+ ],
381
+ "routing": {
382
+ "send": {
383
+ "property": "type",
384
+ "propertyInDotNotation": false,
385
+ "type": "body",
386
+ "value": "={{ $value }}"
387
+ }
388
+ },
389
+ "displayOptions": {
390
+ "show": {
391
+ "resource": [
392
+ "Searchanalytics"
393
+ ],
394
+ "operation": [
395
+ "Webmasters Searchanalytics Query"
396
+ ]
397
+ }
398
+ }
399
+ },
400
+ ];
401
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisSearchconsole/resources/searchanalytics/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const sitemapsDescription: INodeProperties[];