@n8n-dev/n8n-nodes-googleapis-plus 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 (28) hide show
  1. package/README.md +120 -0
  2. package/dist/banner.svg +100 -0
  3. package/dist/credentials/GoogleapisPlusApi.credentials.d.ts +9 -0
  4. package/dist/credentials/GoogleapisPlusApi.credentials.js +49 -0
  5. package/dist/credentials/GoogleapisPlusApi.credentials.js.map +1 -0
  6. package/dist/icons/googleapis-plus.dark.png +0 -0
  7. package/dist/icons/googleapis-plus.png +0 -0
  8. package/dist/nodes/GoogleapisPlus/GoogleapisPlus.node.d.ts +4 -0
  9. package/dist/nodes/GoogleapisPlus/GoogleapisPlus.node.js +68 -0
  10. package/dist/nodes/GoogleapisPlus/GoogleapisPlus.node.js.map +1 -0
  11. package/dist/nodes/GoogleapisPlus/GoogleapisPlus.node.json +20 -0
  12. package/dist/nodes/GoogleapisPlus/googleapis-plus.dark.png +0 -0
  13. package/dist/nodes/GoogleapisPlus/googleapis-plus.png +0 -0
  14. package/dist/nodes/GoogleapisPlus/resources/activities/index.d.ts +2 -0
  15. package/dist/nodes/GoogleapisPlus/resources/activities/index.js +361 -0
  16. package/dist/nodes/GoogleapisPlus/resources/activities/index.js.map +1 -0
  17. package/dist/nodes/GoogleapisPlus/resources/comments/index.d.ts +2 -0
  18. package/dist/nodes/GoogleapisPlus/resources/comments/index.js +205 -0
  19. package/dist/nodes/GoogleapisPlus/resources/comments/index.js.map +1 -0
  20. package/dist/nodes/GoogleapisPlus/resources/index.d.ts +3 -0
  21. package/dist/nodes/GoogleapisPlus/resources/index.js +10 -0
  22. package/dist/nodes/GoogleapisPlus/resources/index.js.map +1 -0
  23. package/dist/nodes/GoogleapisPlus/resources/people/index.d.ts +2 -0
  24. package/dist/nodes/GoogleapisPlus/resources/people/index.js +492 -0
  25. package/dist/nodes/GoogleapisPlus/resources/people/index.js.map +1 -0
  26. package/dist/package.json +62 -0
  27. package/dist/tsconfig.tsbuildinfo +1 -0
  28. package/package.json +62 -0
@@ -0,0 +1,492 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.peopleDescription = void 0;
4
+ exports.peopleDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "People"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Plus People List By Activity",
20
+ "value": "Plus People List By Activity",
21
+ "action": "Plus People List By Activity",
22
+ "description": "Shut down. See https://developers.google.com/+/api-shutdown for more details.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/activities/{{$parameter[\"activityId\"]}}/people/{{$parameter[\"collection\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Plus People Search",
32
+ "value": "Plus People Search",
33
+ "action": "Plus People Search",
34
+ "description": "Shut down. See https://developers.google.com/+/api-shutdown for more details.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/people"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Plus People Get",
44
+ "value": "Plus People Get",
45
+ "action": "Plus People Get",
46
+ "description": "Get a person's profile. If your app uses scope https://www.googleapis.com/auth/plus.login, this method is guaranteed to return ageRange and language.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/people/{{$parameter[\"userId\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Plus People List",
56
+ "value": "Plus People List",
57
+ "action": "Plus People List",
58
+ "description": "List all of the people in the specified collection.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/people/{{$parameter[\"userId\"]}}/people/{{$parameter[\"collection\"]}}"
63
+ }
64
+ }
65
+ }
66
+ ],
67
+ "default": ""
68
+ },
69
+ {
70
+ "displayName": "GET /activities/{activityId}/people/{collection}",
71
+ "name": "operation",
72
+ "type": "notice",
73
+ "typeOptions": {
74
+ "theme": "info"
75
+ },
76
+ "default": "",
77
+ "displayOptions": {
78
+ "show": {
79
+ "resource": [
80
+ "People"
81
+ ],
82
+ "operation": [
83
+ "Plus People List By Activity"
84
+ ]
85
+ }
86
+ }
87
+ },
88
+ {
89
+ "displayName": "Activity ID",
90
+ "name": "activityId",
91
+ "required": true,
92
+ "description": "The ID of the activity to get the list of people for.",
93
+ "default": "",
94
+ "type": "string",
95
+ "displayOptions": {
96
+ "show": {
97
+ "resource": [
98
+ "People"
99
+ ],
100
+ "operation": [
101
+ "Plus People List By Activity"
102
+ ]
103
+ }
104
+ }
105
+ },
106
+ {
107
+ "displayName": "Collection",
108
+ "name": "collection",
109
+ "required": true,
110
+ "description": "The collection of people to list.",
111
+ "default": "plusoners",
112
+ "type": "options",
113
+ "options": [
114
+ {
115
+ "name": "Plusoners",
116
+ "value": "plusoners"
117
+ },
118
+ {
119
+ "name": "Resharers",
120
+ "value": "resharers"
121
+ }
122
+ ],
123
+ "displayOptions": {
124
+ "show": {
125
+ "resource": [
126
+ "People"
127
+ ],
128
+ "operation": [
129
+ "Plus People List By Activity"
130
+ ]
131
+ }
132
+ }
133
+ },
134
+ {
135
+ "displayName": "Max Results",
136
+ "name": "maxResults",
137
+ "description": "The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.",
138
+ "default": 0,
139
+ "type": "number",
140
+ "routing": {
141
+ "send": {
142
+ "type": "query",
143
+ "property": "maxResults",
144
+ "value": "={{ $value }}",
145
+ "propertyInDotNotation": false
146
+ }
147
+ },
148
+ "displayOptions": {
149
+ "show": {
150
+ "resource": [
151
+ "People"
152
+ ],
153
+ "operation": [
154
+ "Plus People List By Activity"
155
+ ]
156
+ }
157
+ }
158
+ },
159
+ {
160
+ "displayName": "Page Token",
161
+ "name": "pageToken",
162
+ "description": "The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.",
163
+ "default": "",
164
+ "type": "string",
165
+ "routing": {
166
+ "send": {
167
+ "type": "query",
168
+ "property": "pageToken",
169
+ "value": "={{ $value }}",
170
+ "propertyInDotNotation": false
171
+ }
172
+ },
173
+ "displayOptions": {
174
+ "show": {
175
+ "resource": [
176
+ "People"
177
+ ],
178
+ "operation": [
179
+ "Plus People List By Activity"
180
+ ]
181
+ }
182
+ }
183
+ },
184
+ {
185
+ "displayName": "GET /people",
186
+ "name": "operation",
187
+ "type": "notice",
188
+ "typeOptions": {
189
+ "theme": "info"
190
+ },
191
+ "default": "",
192
+ "displayOptions": {
193
+ "show": {
194
+ "resource": [
195
+ "People"
196
+ ],
197
+ "operation": [
198
+ "Plus People Search"
199
+ ]
200
+ }
201
+ }
202
+ },
203
+ {
204
+ "displayName": "Query",
205
+ "name": "query",
206
+ "required": true,
207
+ "description": "Specify a query string for full text search of public text in all profiles.",
208
+ "default": "",
209
+ "type": "string",
210
+ "routing": {
211
+ "send": {
212
+ "type": "query",
213
+ "property": "query",
214
+ "value": "={{ $value }}",
215
+ "propertyInDotNotation": false
216
+ }
217
+ },
218
+ "displayOptions": {
219
+ "show": {
220
+ "resource": [
221
+ "People"
222
+ ],
223
+ "operation": [
224
+ "Plus People Search"
225
+ ]
226
+ }
227
+ }
228
+ },
229
+ {
230
+ "displayName": "Language",
231
+ "name": "language",
232
+ "description": "Specify the preferred language to search with. See search language codes for available values.",
233
+ "default": "",
234
+ "type": "string",
235
+ "routing": {
236
+ "send": {
237
+ "type": "query",
238
+ "property": "language",
239
+ "value": "={{ $value }}",
240
+ "propertyInDotNotation": false
241
+ }
242
+ },
243
+ "displayOptions": {
244
+ "show": {
245
+ "resource": [
246
+ "People"
247
+ ],
248
+ "operation": [
249
+ "Plus People Search"
250
+ ]
251
+ }
252
+ }
253
+ },
254
+ {
255
+ "displayName": "Max Results",
256
+ "name": "maxResults",
257
+ "description": "The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.",
258
+ "default": 0,
259
+ "type": "number",
260
+ "routing": {
261
+ "send": {
262
+ "type": "query",
263
+ "property": "maxResults",
264
+ "value": "={{ $value }}",
265
+ "propertyInDotNotation": false
266
+ }
267
+ },
268
+ "displayOptions": {
269
+ "show": {
270
+ "resource": [
271
+ "People"
272
+ ],
273
+ "operation": [
274
+ "Plus People Search"
275
+ ]
276
+ }
277
+ }
278
+ },
279
+ {
280
+ "displayName": "Page Token",
281
+ "name": "pageToken",
282
+ "description": "The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response. This token can be of any length.",
283
+ "default": "",
284
+ "type": "string",
285
+ "routing": {
286
+ "send": {
287
+ "type": "query",
288
+ "property": "pageToken",
289
+ "value": "={{ $value }}",
290
+ "propertyInDotNotation": false
291
+ }
292
+ },
293
+ "displayOptions": {
294
+ "show": {
295
+ "resource": [
296
+ "People"
297
+ ],
298
+ "operation": [
299
+ "Plus People Search"
300
+ ]
301
+ }
302
+ }
303
+ },
304
+ {
305
+ "displayName": "GET /people/{userId}",
306
+ "name": "operation",
307
+ "type": "notice",
308
+ "typeOptions": {
309
+ "theme": "info"
310
+ },
311
+ "default": "",
312
+ "displayOptions": {
313
+ "show": {
314
+ "resource": [
315
+ "People"
316
+ ],
317
+ "operation": [
318
+ "Plus People Get"
319
+ ]
320
+ }
321
+ }
322
+ },
323
+ {
324
+ "displayName": "User ID",
325
+ "name": "userId",
326
+ "required": true,
327
+ "description": "The ID of the person to get the profile for. The special value \"me\" can be used to indicate the authenticated user.",
328
+ "default": "",
329
+ "type": "string",
330
+ "displayOptions": {
331
+ "show": {
332
+ "resource": [
333
+ "People"
334
+ ],
335
+ "operation": [
336
+ "Plus People Get"
337
+ ]
338
+ }
339
+ }
340
+ },
341
+ {
342
+ "displayName": "GET /people/{userId}/people/{collection}",
343
+ "name": "operation",
344
+ "type": "notice",
345
+ "typeOptions": {
346
+ "theme": "info"
347
+ },
348
+ "default": "",
349
+ "displayOptions": {
350
+ "show": {
351
+ "resource": [
352
+ "People"
353
+ ],
354
+ "operation": [
355
+ "Plus People List"
356
+ ]
357
+ }
358
+ }
359
+ },
360
+ {
361
+ "displayName": "User ID",
362
+ "name": "userId",
363
+ "required": true,
364
+ "description": "Get the collection of people for the person identified. Use \"me\" to indicate the authenticated user.",
365
+ "default": "",
366
+ "type": "string",
367
+ "displayOptions": {
368
+ "show": {
369
+ "resource": [
370
+ "People"
371
+ ],
372
+ "operation": [
373
+ "Plus People List"
374
+ ]
375
+ }
376
+ }
377
+ },
378
+ {
379
+ "displayName": "Collection",
380
+ "name": "collection",
381
+ "required": true,
382
+ "description": "The collection of people to list.",
383
+ "default": "connected",
384
+ "type": "options",
385
+ "options": [
386
+ {
387
+ "name": "Connected",
388
+ "value": "connected"
389
+ },
390
+ {
391
+ "name": "Visible",
392
+ "value": "visible"
393
+ }
394
+ ],
395
+ "displayOptions": {
396
+ "show": {
397
+ "resource": [
398
+ "People"
399
+ ],
400
+ "operation": [
401
+ "Plus People List"
402
+ ]
403
+ }
404
+ }
405
+ },
406
+ {
407
+ "displayName": "Max Results",
408
+ "name": "maxResults",
409
+ "description": "The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.",
410
+ "default": 0,
411
+ "type": "number",
412
+ "routing": {
413
+ "send": {
414
+ "type": "query",
415
+ "property": "maxResults",
416
+ "value": "={{ $value }}",
417
+ "propertyInDotNotation": false
418
+ }
419
+ },
420
+ "displayOptions": {
421
+ "show": {
422
+ "resource": [
423
+ "People"
424
+ ],
425
+ "operation": [
426
+ "Plus People List"
427
+ ]
428
+ }
429
+ }
430
+ },
431
+ {
432
+ "displayName": "Order By",
433
+ "name": "orderBy",
434
+ "description": "The order to return people in.",
435
+ "default": "alphabetical",
436
+ "type": "options",
437
+ "options": [
438
+ {
439
+ "name": "Alphabetical",
440
+ "value": "alphabetical"
441
+ },
442
+ {
443
+ "name": "Best",
444
+ "value": "best"
445
+ }
446
+ ],
447
+ "routing": {
448
+ "send": {
449
+ "type": "query",
450
+ "property": "orderBy",
451
+ "value": "={{ $value }}",
452
+ "propertyInDotNotation": false
453
+ }
454
+ },
455
+ "displayOptions": {
456
+ "show": {
457
+ "resource": [
458
+ "People"
459
+ ],
460
+ "operation": [
461
+ "Plus People List"
462
+ ]
463
+ }
464
+ }
465
+ },
466
+ {
467
+ "displayName": "Page Token",
468
+ "name": "pageToken",
469
+ "description": "The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.",
470
+ "default": "",
471
+ "type": "string",
472
+ "routing": {
473
+ "send": {
474
+ "type": "query",
475
+ "property": "pageToken",
476
+ "value": "={{ $value }}",
477
+ "propertyInDotNotation": false
478
+ }
479
+ },
480
+ "displayOptions": {
481
+ "show": {
482
+ "resource": [
483
+ "People"
484
+ ],
485
+ "operation": [
486
+ "Plus People List"
487
+ ]
488
+ }
489
+ }
490
+ },
491
+ ];
492
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisPlus/resources/people/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "@n8n-dev/n8n-nodes-googleapis-plus",
3
+ "version": "1.0.0",
4
+ "description": "Extends Google+ platform functionality.",
5
+ "license": "MIT",
6
+ "homepage": "https://n8n-code.github.io/n8n-dev/#/n8n-nodes-googleapis-plus",
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-plus"
18
+ ],
19
+ "author": {
20
+ "name": "kelvinzer0",
21
+ "email": ""
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/n8n-code/n8n-nodes-googleapis-plus.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/GoogleapisPlusApi.credentials.js"
44
+ ],
45
+ "nodes": [
46
+ "dist/nodes/GoogleapisPlus/GoogleapisPlus.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
+ }