@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.
- package/README.md +134 -0
- package/dist/banner.svg +126 -0
- package/dist/credentials/GoogleapisSearchconsoleApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisSearchconsoleApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisSearchconsoleApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-searchconsole.dark.png +0 -0
- package/dist/icons/googleapis-searchconsole.png +0 -0
- package/dist/nodes/GoogleapisSearchconsole/GoogleapisSearchconsole.node.d.ts +4 -0
- package/dist/nodes/GoogleapisSearchconsole/GoogleapisSearchconsole.node.js +82 -0
- package/dist/nodes/GoogleapisSearchconsole/GoogleapisSearchconsole.node.js.map +1 -0
- package/dist/nodes/GoogleapisSearchconsole/GoogleapisSearchconsole.node.json +20 -0
- package/dist/nodes/GoogleapisSearchconsole/googleapis-searchconsole.dark.png +0 -0
- package/dist/nodes/GoogleapisSearchconsole/googleapis-searchconsole.png +0 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/index.d.ts +5 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/index.js +14 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/searchanalytics/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/searchanalytics/index.js +401 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/searchanalytics/index.js.map +1 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/sitemaps/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/sitemaps/index.js +297 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/sitemaps/index.js.map +1 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/sites/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/sites/index.js +200 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/sites/index.js.map +1 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/url-inspection/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/url-inspection/index.js +128 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/url-inspection/index.js.map +1 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/url-testing-tools/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/url-testing-tools/index.js +103 -0
- package/dist/nodes/GoogleapisSearchconsole/resources/url-testing-tools/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,297 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.sitemapsDescription = void 0;
|
|
4
|
+
exports.sitemapsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Sitemaps"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Webmasters Sitemaps List",
|
|
20
|
+
"value": "Webmasters Sitemaps List",
|
|
21
|
+
"action": "Webmasters Sitemaps List",
|
|
22
|
+
"description": " Lists the [sitemaps-entries](/webmaster-tools/v3/sitemaps) submitted for this site, or included in the sitemap index file (if `sitemapIndex` is specified in the request).",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/webmasters/v3/sites/{{$parameter[\"siteUrl\"]}}/sitemaps"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Webmasters Sitemaps Delete",
|
|
32
|
+
"value": "Webmasters Sitemaps Delete",
|
|
33
|
+
"action": "Webmasters Sitemaps Delete",
|
|
34
|
+
"description": "Deletes a sitemap from the Sitemaps report. Does not stop Google from crawling this sitemap or the URLs that were previously crawled in the deleted sitemap.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "DELETE",
|
|
38
|
+
"url": "=/webmasters/v3/sites/{{$parameter[\"siteUrl\"]}}/sitemaps/{{$parameter[\"feedpath\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Webmasters Sitemaps Get",
|
|
44
|
+
"value": "Webmasters Sitemaps Get",
|
|
45
|
+
"action": "Webmasters Sitemaps Get",
|
|
46
|
+
"description": "Retrieves information about a specific sitemap.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/webmasters/v3/sites/{{$parameter[\"siteUrl\"]}}/sitemaps/{{$parameter[\"feedpath\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Webmasters Sitemaps Submit",
|
|
56
|
+
"value": "Webmasters Sitemaps Submit",
|
|
57
|
+
"action": "Webmasters Sitemaps Submit",
|
|
58
|
+
"description": "Submits a sitemap for a site.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "PUT",
|
|
62
|
+
"url": "=/webmasters/v3/sites/{{$parameter[\"siteUrl\"]}}/sitemaps/{{$parameter[\"feedpath\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"default": ""
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"displayName": "GET /webmasters/v3/sites/{siteUrl}/sitemaps",
|
|
71
|
+
"name": "operation",
|
|
72
|
+
"type": "notice",
|
|
73
|
+
"typeOptions": {
|
|
74
|
+
"theme": "info"
|
|
75
|
+
},
|
|
76
|
+
"default": "",
|
|
77
|
+
"displayOptions": {
|
|
78
|
+
"show": {
|
|
79
|
+
"resource": [
|
|
80
|
+
"Sitemaps"
|
|
81
|
+
],
|
|
82
|
+
"operation": [
|
|
83
|
+
"Webmasters Sitemaps List"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"displayName": "Site URL",
|
|
90
|
+
"name": "siteUrl",
|
|
91
|
+
"required": true,
|
|
92
|
+
"description": "The site's URL, including protocol. For example: `http://www.example.com/`.",
|
|
93
|
+
"default": "",
|
|
94
|
+
"type": "string",
|
|
95
|
+
"displayOptions": {
|
|
96
|
+
"show": {
|
|
97
|
+
"resource": [
|
|
98
|
+
"Sitemaps"
|
|
99
|
+
],
|
|
100
|
+
"operation": [
|
|
101
|
+
"Webmasters Sitemaps List"
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"displayName": "Sitemap Index",
|
|
108
|
+
"name": "sitemapIndex",
|
|
109
|
+
"description": " A URL of a site's sitemap index. For example: `http://www.example.com/sitemapindex.xml`.",
|
|
110
|
+
"default": "",
|
|
111
|
+
"type": "string",
|
|
112
|
+
"routing": {
|
|
113
|
+
"send": {
|
|
114
|
+
"type": "query",
|
|
115
|
+
"property": "sitemapIndex",
|
|
116
|
+
"value": "={{ $value }}",
|
|
117
|
+
"propertyInDotNotation": false
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"displayOptions": {
|
|
121
|
+
"show": {
|
|
122
|
+
"resource": [
|
|
123
|
+
"Sitemaps"
|
|
124
|
+
],
|
|
125
|
+
"operation": [
|
|
126
|
+
"Webmasters Sitemaps List"
|
|
127
|
+
]
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"displayName": "DELETE /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}",
|
|
133
|
+
"name": "operation",
|
|
134
|
+
"type": "notice",
|
|
135
|
+
"typeOptions": {
|
|
136
|
+
"theme": "info"
|
|
137
|
+
},
|
|
138
|
+
"default": "",
|
|
139
|
+
"displayOptions": {
|
|
140
|
+
"show": {
|
|
141
|
+
"resource": [
|
|
142
|
+
"Sitemaps"
|
|
143
|
+
],
|
|
144
|
+
"operation": [
|
|
145
|
+
"Webmasters Sitemaps Delete"
|
|
146
|
+
]
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"displayName": "Site URL",
|
|
152
|
+
"name": "siteUrl",
|
|
153
|
+
"required": true,
|
|
154
|
+
"description": "The site's URL, including protocol. For example: `http://www.example.com/`.",
|
|
155
|
+
"default": "",
|
|
156
|
+
"type": "string",
|
|
157
|
+
"displayOptions": {
|
|
158
|
+
"show": {
|
|
159
|
+
"resource": [
|
|
160
|
+
"Sitemaps"
|
|
161
|
+
],
|
|
162
|
+
"operation": [
|
|
163
|
+
"Webmasters Sitemaps Delete"
|
|
164
|
+
]
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"displayName": "Feedpath",
|
|
170
|
+
"name": "feedpath",
|
|
171
|
+
"required": true,
|
|
172
|
+
"description": "The URL of the actual sitemap. For example: `http://www.example.com/sitemap.xml`.",
|
|
173
|
+
"default": "",
|
|
174
|
+
"type": "string",
|
|
175
|
+
"displayOptions": {
|
|
176
|
+
"show": {
|
|
177
|
+
"resource": [
|
|
178
|
+
"Sitemaps"
|
|
179
|
+
],
|
|
180
|
+
"operation": [
|
|
181
|
+
"Webmasters Sitemaps Delete"
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"displayName": "GET /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}",
|
|
188
|
+
"name": "operation",
|
|
189
|
+
"type": "notice",
|
|
190
|
+
"typeOptions": {
|
|
191
|
+
"theme": "info"
|
|
192
|
+
},
|
|
193
|
+
"default": "",
|
|
194
|
+
"displayOptions": {
|
|
195
|
+
"show": {
|
|
196
|
+
"resource": [
|
|
197
|
+
"Sitemaps"
|
|
198
|
+
],
|
|
199
|
+
"operation": [
|
|
200
|
+
"Webmasters Sitemaps Get"
|
|
201
|
+
]
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"displayName": "Site URL",
|
|
207
|
+
"name": "siteUrl",
|
|
208
|
+
"required": true,
|
|
209
|
+
"description": "The site's URL, including protocol. For example: `http://www.example.com/`.",
|
|
210
|
+
"default": "",
|
|
211
|
+
"type": "string",
|
|
212
|
+
"displayOptions": {
|
|
213
|
+
"show": {
|
|
214
|
+
"resource": [
|
|
215
|
+
"Sitemaps"
|
|
216
|
+
],
|
|
217
|
+
"operation": [
|
|
218
|
+
"Webmasters Sitemaps Get"
|
|
219
|
+
]
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"displayName": "Feedpath",
|
|
225
|
+
"name": "feedpath",
|
|
226
|
+
"required": true,
|
|
227
|
+
"description": "The URL of the actual sitemap. For example: `http://www.example.com/sitemap.xml`.",
|
|
228
|
+
"default": "",
|
|
229
|
+
"type": "string",
|
|
230
|
+
"displayOptions": {
|
|
231
|
+
"show": {
|
|
232
|
+
"resource": [
|
|
233
|
+
"Sitemaps"
|
|
234
|
+
],
|
|
235
|
+
"operation": [
|
|
236
|
+
"Webmasters Sitemaps Get"
|
|
237
|
+
]
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"displayName": "PUT /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}",
|
|
243
|
+
"name": "operation",
|
|
244
|
+
"type": "notice",
|
|
245
|
+
"typeOptions": {
|
|
246
|
+
"theme": "info"
|
|
247
|
+
},
|
|
248
|
+
"default": "",
|
|
249
|
+
"displayOptions": {
|
|
250
|
+
"show": {
|
|
251
|
+
"resource": [
|
|
252
|
+
"Sitemaps"
|
|
253
|
+
],
|
|
254
|
+
"operation": [
|
|
255
|
+
"Webmasters Sitemaps Submit"
|
|
256
|
+
]
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"displayName": "Site URL",
|
|
262
|
+
"name": "siteUrl",
|
|
263
|
+
"required": true,
|
|
264
|
+
"description": "The site's URL, including protocol. For example: `http://www.example.com/`.",
|
|
265
|
+
"default": "",
|
|
266
|
+
"type": "string",
|
|
267
|
+
"displayOptions": {
|
|
268
|
+
"show": {
|
|
269
|
+
"resource": [
|
|
270
|
+
"Sitemaps"
|
|
271
|
+
],
|
|
272
|
+
"operation": [
|
|
273
|
+
"Webmasters Sitemaps Submit"
|
|
274
|
+
]
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"displayName": "Feedpath",
|
|
280
|
+
"name": "feedpath",
|
|
281
|
+
"required": true,
|
|
282
|
+
"description": "The URL of the actual sitemap. For example: `http://www.example.com/sitemap.xml`.",
|
|
283
|
+
"default": "",
|
|
284
|
+
"type": "string",
|
|
285
|
+
"displayOptions": {
|
|
286
|
+
"show": {
|
|
287
|
+
"resource": [
|
|
288
|
+
"Sitemaps"
|
|
289
|
+
],
|
|
290
|
+
"operation": [
|
|
291
|
+
"Webmasters Sitemaps Submit"
|
|
292
|
+
]
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
];
|
|
297
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisSearchconsole/resources/sitemaps/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.sitesDescription = void 0;
|
|
4
|
+
exports.sitesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Sites"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Webmasters Sites List",
|
|
20
|
+
"value": "Webmasters Sites List",
|
|
21
|
+
"action": "Webmasters Sites List",
|
|
22
|
+
"description": " Lists the user's Search Console sites.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/webmasters/v3/sites"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Webmasters Sites Delete",
|
|
32
|
+
"value": "Webmasters Sites Delete",
|
|
33
|
+
"action": "Webmasters Sites Delete",
|
|
34
|
+
"description": " Removes a site from the set of the user's Search Console sites.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "DELETE",
|
|
38
|
+
"url": "=/webmasters/v3/sites/{{$parameter[\"siteUrl\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Webmasters Sites Get",
|
|
44
|
+
"value": "Webmasters Sites Get",
|
|
45
|
+
"action": "Webmasters Sites Get",
|
|
46
|
+
"description": " Retrieves information about specific site.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/webmasters/v3/sites/{{$parameter[\"siteUrl\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Webmasters Sites Add",
|
|
56
|
+
"value": "Webmasters Sites Add",
|
|
57
|
+
"action": "Webmasters Sites Add",
|
|
58
|
+
"description": " Adds a site to the set of the user's sites in Search Console.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "PUT",
|
|
62
|
+
"url": "=/webmasters/v3/sites/{{$parameter[\"siteUrl\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"default": ""
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"displayName": "GET /webmasters/v3/sites",
|
|
71
|
+
"name": "operation",
|
|
72
|
+
"type": "notice",
|
|
73
|
+
"typeOptions": {
|
|
74
|
+
"theme": "info"
|
|
75
|
+
},
|
|
76
|
+
"default": "",
|
|
77
|
+
"displayOptions": {
|
|
78
|
+
"show": {
|
|
79
|
+
"resource": [
|
|
80
|
+
"Sites"
|
|
81
|
+
],
|
|
82
|
+
"operation": [
|
|
83
|
+
"Webmasters Sites List"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"displayName": "DELETE /webmasters/v3/sites/{siteUrl}",
|
|
90
|
+
"name": "operation",
|
|
91
|
+
"type": "notice",
|
|
92
|
+
"typeOptions": {
|
|
93
|
+
"theme": "info"
|
|
94
|
+
},
|
|
95
|
+
"default": "",
|
|
96
|
+
"displayOptions": {
|
|
97
|
+
"show": {
|
|
98
|
+
"resource": [
|
|
99
|
+
"Sites"
|
|
100
|
+
],
|
|
101
|
+
"operation": [
|
|
102
|
+
"Webmasters Sites Delete"
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"displayName": "Site URL",
|
|
109
|
+
"name": "siteUrl",
|
|
110
|
+
"required": true,
|
|
111
|
+
"description": "The URI of the property as defined in Search Console. **Examples:** `http://www.example.com/` or `sc-domain:example.com`.",
|
|
112
|
+
"default": "",
|
|
113
|
+
"type": "string",
|
|
114
|
+
"displayOptions": {
|
|
115
|
+
"show": {
|
|
116
|
+
"resource": [
|
|
117
|
+
"Sites"
|
|
118
|
+
],
|
|
119
|
+
"operation": [
|
|
120
|
+
"Webmasters Sites Delete"
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"displayName": "GET /webmasters/v3/sites/{siteUrl}",
|
|
127
|
+
"name": "operation",
|
|
128
|
+
"type": "notice",
|
|
129
|
+
"typeOptions": {
|
|
130
|
+
"theme": "info"
|
|
131
|
+
},
|
|
132
|
+
"default": "",
|
|
133
|
+
"displayOptions": {
|
|
134
|
+
"show": {
|
|
135
|
+
"resource": [
|
|
136
|
+
"Sites"
|
|
137
|
+
],
|
|
138
|
+
"operation": [
|
|
139
|
+
"Webmasters Sites Get"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"displayName": "Site URL",
|
|
146
|
+
"name": "siteUrl",
|
|
147
|
+
"required": true,
|
|
148
|
+
"description": "The URI of the property as defined in Search Console. **Examples:** `http://www.example.com/` or `sc-domain:example.com`.",
|
|
149
|
+
"default": "",
|
|
150
|
+
"type": "string",
|
|
151
|
+
"displayOptions": {
|
|
152
|
+
"show": {
|
|
153
|
+
"resource": [
|
|
154
|
+
"Sites"
|
|
155
|
+
],
|
|
156
|
+
"operation": [
|
|
157
|
+
"Webmasters Sites Get"
|
|
158
|
+
]
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"displayName": "PUT /webmasters/v3/sites/{siteUrl}",
|
|
164
|
+
"name": "operation",
|
|
165
|
+
"type": "notice",
|
|
166
|
+
"typeOptions": {
|
|
167
|
+
"theme": "info"
|
|
168
|
+
},
|
|
169
|
+
"default": "",
|
|
170
|
+
"displayOptions": {
|
|
171
|
+
"show": {
|
|
172
|
+
"resource": [
|
|
173
|
+
"Sites"
|
|
174
|
+
],
|
|
175
|
+
"operation": [
|
|
176
|
+
"Webmasters Sites Add"
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"displayName": "Site URL",
|
|
183
|
+
"name": "siteUrl",
|
|
184
|
+
"required": true,
|
|
185
|
+
"description": "The URL of the site to add.",
|
|
186
|
+
"default": "",
|
|
187
|
+
"type": "string",
|
|
188
|
+
"displayOptions": {
|
|
189
|
+
"show": {
|
|
190
|
+
"resource": [
|
|
191
|
+
"Sites"
|
|
192
|
+
],
|
|
193
|
+
"operation": [
|
|
194
|
+
"Webmasters Sites Add"
|
|
195
|
+
]
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
];
|
|
200
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisSearchconsole/resources/sites/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.urlInspectionDescription = void 0;
|
|
4
|
+
exports.urlInspectionDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"URL Inspection"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Searchconsole URL Inspection Index Inspect",
|
|
20
|
+
"value": "Searchconsole URL Inspection Index Inspect",
|
|
21
|
+
"action": "Searchconsole URL Inspection Index Inspect",
|
|
22
|
+
"description": "Index inspection.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/v1/urlInspection/index:inspect"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"default": ""
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"displayName": "POST /v1/urlInspection/index:inspect",
|
|
35
|
+
"name": "operation",
|
|
36
|
+
"type": "notice",
|
|
37
|
+
"typeOptions": {
|
|
38
|
+
"theme": "info"
|
|
39
|
+
},
|
|
40
|
+
"default": "",
|
|
41
|
+
"displayOptions": {
|
|
42
|
+
"show": {
|
|
43
|
+
"resource": [
|
|
44
|
+
"URL Inspection"
|
|
45
|
+
],
|
|
46
|
+
"operation": [
|
|
47
|
+
"Searchconsole URL Inspection Index Inspect"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"displayName": "Inspection URL",
|
|
54
|
+
"name": "inspectionUrl",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"default": "",
|
|
57
|
+
"description": "Required. URL to inspect. Must be under the property specified in \"site_url\".",
|
|
58
|
+
"routing": {
|
|
59
|
+
"send": {
|
|
60
|
+
"property": "inspectionUrl",
|
|
61
|
+
"propertyInDotNotation": false,
|
|
62
|
+
"type": "body",
|
|
63
|
+
"value": "={{ $value }}"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"displayOptions": {
|
|
67
|
+
"show": {
|
|
68
|
+
"resource": [
|
|
69
|
+
"URL Inspection"
|
|
70
|
+
],
|
|
71
|
+
"operation": [
|
|
72
|
+
"Searchconsole URL Inspection Index Inspect"
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"displayName": "Language Code",
|
|
79
|
+
"name": "languageCode",
|
|
80
|
+
"type": "string",
|
|
81
|
+
"default": "",
|
|
82
|
+
"description": "Optional. An [IETF BCP-47](https://en.wikipedia.org/wiki/IETF_language_tag) language code representing the requested language for translated issue messages, e.g. \"en-US\", \"or \"de-CH\". Default value is \"en-US\".",
|
|
83
|
+
"routing": {
|
|
84
|
+
"send": {
|
|
85
|
+
"property": "languageCode",
|
|
86
|
+
"propertyInDotNotation": false,
|
|
87
|
+
"type": "body",
|
|
88
|
+
"value": "={{ $value }}"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"displayOptions": {
|
|
92
|
+
"show": {
|
|
93
|
+
"resource": [
|
|
94
|
+
"URL Inspection"
|
|
95
|
+
],
|
|
96
|
+
"operation": [
|
|
97
|
+
"Searchconsole URL Inspection Index Inspect"
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"displayName": "Site URL",
|
|
104
|
+
"name": "siteUrl",
|
|
105
|
+
"type": "string",
|
|
106
|
+
"default": "",
|
|
107
|
+
"description": "Required. The URL of the property as defined in Search Console. **Examples:** `http://www.example.com/` for a URL-prefix property, or `sc-domain:example.com` for a Domain property.",
|
|
108
|
+
"routing": {
|
|
109
|
+
"send": {
|
|
110
|
+
"property": "siteUrl",
|
|
111
|
+
"propertyInDotNotation": false,
|
|
112
|
+
"type": "body",
|
|
113
|
+
"value": "={{ $value }}"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"displayOptions": {
|
|
117
|
+
"show": {
|
|
118
|
+
"resource": [
|
|
119
|
+
"URL Inspection"
|
|
120
|
+
],
|
|
121
|
+
"operation": [
|
|
122
|
+
"Searchconsole URL Inspection Index Inspect"
|
|
123
|
+
]
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
];
|
|
128
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisSearchconsole/resources/url-inspection/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,wBAAwB,GAAsB;IACzD;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,gBAAgB;iBAChB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,4CAA4C;gBACpD,OAAO,EAAE,4CAA4C;gBACrD,QAAQ,EAAE,4CAA4C;gBACtD,aAAa,EAAE,mBAAmB;gBAClC,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,kCAAkC;qBACzC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,sCAAsC;QACrD,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,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,4CAA4C;iBAC5C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,gBAAgB;QAC/B,MAAM,EAAE,eAAe;QACvB,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,iFAAiF;QAChG,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,eAAe;gBAC3B,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,4CAA4C;iBAC5C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,eAAe;QAC9B,MAAM,EAAE,cAAc;QACtB,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,0NAA0N;QACzO,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,cAAc;gBAC1B,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,4CAA4C;iBAC5C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,UAAU;QACzB,MAAM,EAAE,SAAS;QACjB,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,sLAAsL;QACrM,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,SAAS;gBACrB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,gBAAgB;iBAChB;gBACD,WAAW,EAAE;oBACZ,4CAA4C;iBAC5C;aACD;SACD;KACD;CACF,CAAC"}
|