@n8n-dev/n8n-nodes-namsor 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 (40) hide show
  1. package/README.md +103 -0
  2. package/dist/banner.svg +232 -0
  3. package/dist/credentials/NamsorApi.credentials.d.ts +9 -0
  4. package/dist/credentials/NamsorApi.credentials.js +49 -0
  5. package/dist/credentials/NamsorApi.credentials.js.map +1 -0
  6. package/dist/icons/namsor.dark.png +0 -0
  7. package/dist/icons/namsor.png +0 -0
  8. package/dist/nodes/Namsor/Namsor.node.d.ts +4 -0
  9. package/dist/nodes/Namsor/Namsor.node.js +96 -0
  10. package/dist/nodes/Namsor/Namsor.node.js.map +1 -0
  11. package/dist/nodes/Namsor/Namsor.node.json +20 -0
  12. package/dist/nodes/Namsor/namsor.dark.png +0 -0
  13. package/dist/nodes/Namsor/namsor.png +0 -0
  14. package/dist/nodes/Namsor/resources/admin/index.d.ts +2 -0
  15. package/dist/nodes/Namsor/resources/admin/index.js +758 -0
  16. package/dist/nodes/Namsor/resources/admin/index.js.map +1 -0
  17. package/dist/nodes/Namsor/resources/chinese/index.d.ts +2 -0
  18. package/dist/nodes/Namsor/resources/chinese/index.js +1363 -0
  19. package/dist/nodes/Namsor/resources/chinese/index.js.map +1 -0
  20. package/dist/nodes/Namsor/resources/general/index.d.ts +2 -0
  21. package/dist/nodes/Namsor/resources/general/index.js +393 -0
  22. package/dist/nodes/Namsor/resources/general/index.js.map +1 -0
  23. package/dist/nodes/Namsor/resources/index.d.ts +7 -0
  24. package/dist/nodes/Namsor/resources/index.js +18 -0
  25. package/dist/nodes/Namsor/resources/index.js.map +1 -0
  26. package/dist/nodes/Namsor/resources/indian/index.d.ts +2 -0
  27. package/dist/nodes/Namsor/resources/indian/index.js +604 -0
  28. package/dist/nodes/Namsor/resources/indian/index.js.map +1 -0
  29. package/dist/nodes/Namsor/resources/japanese/index.d.ts +2 -0
  30. package/dist/nodes/Namsor/resources/japanese/index.js +1487 -0
  31. package/dist/nodes/Namsor/resources/japanese/index.js.map +1 -0
  32. package/dist/nodes/Namsor/resources/personal/index.d.ts +2 -0
  33. package/dist/nodes/Namsor/resources/personal/index.js +2913 -0
  34. package/dist/nodes/Namsor/resources/personal/index.js.map +1 -0
  35. package/dist/nodes/Namsor/resources/social/index.d.ts +2 -0
  36. package/dist/nodes/Namsor/resources/social/index.js +602 -0
  37. package/dist/nodes/Namsor/resources/social/index.js.map +1 -0
  38. package/dist/package.json +62 -0
  39. package/dist/tsconfig.tsbuildinfo +1 -0
  40. package/package.json +62 -0
@@ -0,0 +1,602 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.socialDescription = void 0;
4
+ exports.socialDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Social"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Phone Code",
20
+ "value": "Phone Code",
21
+ "action": "[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, given a personal name and formatted / unformatted phone number.",
22
+ "description": "[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, given a personal name and formatted / unformatted phone number.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/api2/json/phoneCode/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}/{{$parameter[\"phoneNumber\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Phone Code Batch",
32
+ "value": "Phone Code Batch",
33
+ "action": "[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, detecting automatically the local context given a name and formatted / unformatted phone number.",
34
+ "description": "[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, detecting automatically the local context given a name and formatted / unformatted phone number.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/api2/json/phoneCodeBatch"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Phone Code Geo",
44
+ "value": "Phone Code Geo",
45
+ "action": "[USES 11 UNITS PER NAME] Infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).",
46
+ "description": "[USES 11 UNITS PER NAME] Infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/api2/json/phoneCodeGeo/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}/{{$parameter[\"phoneNumber\"]}}/{{$parameter[\"countryIso2\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Phone Code Geo Batch",
56
+ "value": "Phone Code Geo Batch",
57
+ "action": "[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, with a local context (ISO2 country of residence).",
58
+ "description": "[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, with a local context (ISO2 country of residence).",
59
+ "routing": {
60
+ "request": {
61
+ "method": "POST",
62
+ "url": "=/api2/json/phoneCodeGeoBatch"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Phone Code Geo Feedback Loop",
68
+ "value": "Phone Code Geo Feedback Loop",
69
+ "action": "[CREDITS 1 UNIT] Feedback loop to better infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).",
70
+ "description": "[CREDITS 1 UNIT] Feedback loop to better infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/api2/json/phoneCodeGeoFeedbackLoop/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}/{{$parameter[\"phoneNumber\"]}}/{{$parameter[\"phoneNumberE164\"]}}/{{$parameter[\"countryIso2\"]}}"
75
+ }
76
+ }
77
+ }
78
+ ],
79
+ "default": ""
80
+ },
81
+ {
82
+ "displayName": "GET /api2/json/phoneCode/{firstName}/{lastName}/{phoneNumber}",
83
+ "name": "operation",
84
+ "type": "notice",
85
+ "typeOptions": {
86
+ "theme": "info"
87
+ },
88
+ "default": "",
89
+ "displayOptions": {
90
+ "show": {
91
+ "resource": [
92
+ "Social"
93
+ ],
94
+ "operation": [
95
+ "Phone Code"
96
+ ]
97
+ }
98
+ }
99
+ },
100
+ {
101
+ "displayName": "First Name",
102
+ "name": "firstName",
103
+ "required": true,
104
+ "default": "",
105
+ "type": "string",
106
+ "displayOptions": {
107
+ "show": {
108
+ "resource": [
109
+ "Social"
110
+ ],
111
+ "operation": [
112
+ "Phone Code"
113
+ ]
114
+ }
115
+ }
116
+ },
117
+ {
118
+ "displayName": "Last Name",
119
+ "name": "lastName",
120
+ "required": true,
121
+ "default": "",
122
+ "type": "string",
123
+ "displayOptions": {
124
+ "show": {
125
+ "resource": [
126
+ "Social"
127
+ ],
128
+ "operation": [
129
+ "Phone Code"
130
+ ]
131
+ }
132
+ }
133
+ },
134
+ {
135
+ "displayName": "Phone Number",
136
+ "name": "phoneNumber",
137
+ "required": true,
138
+ "default": "",
139
+ "type": "string",
140
+ "displayOptions": {
141
+ "show": {
142
+ "resource": [
143
+ "Social"
144
+ ],
145
+ "operation": [
146
+ "Phone Code"
147
+ ]
148
+ }
149
+ }
150
+ },
151
+ {
152
+ "displayName": "X API KEY (Header)",
153
+ "name": "security_api_key",
154
+ "type": "string",
155
+ "default": "",
156
+ "description": "api_key required",
157
+ "required": false,
158
+ "routing": {
159
+ "request": {
160
+ "headers": {
161
+ "X-API-KEY": "={{ $value }}"
162
+ }
163
+ }
164
+ },
165
+ "displayOptions": {
166
+ "show": {
167
+ "resource": [
168
+ "Social"
169
+ ],
170
+ "operation": [
171
+ "Phone Code"
172
+ ]
173
+ }
174
+ }
175
+ },
176
+ {
177
+ "displayName": "POST /api2/json/phoneCodeBatch",
178
+ "name": "operation",
179
+ "type": "notice",
180
+ "typeOptions": {
181
+ "theme": "info"
182
+ },
183
+ "default": "",
184
+ "displayOptions": {
185
+ "show": {
186
+ "resource": [
187
+ "Social"
188
+ ],
189
+ "operation": [
190
+ "Phone Code Batch"
191
+ ]
192
+ }
193
+ }
194
+ },
195
+ {
196
+ "displayName": "Facts",
197
+ "name": "facts",
198
+ "type": "json",
199
+ "default": "[\n {}\n]",
200
+ "routing": {
201
+ "send": {
202
+ "property": "facts",
203
+ "propertyInDotNotation": false,
204
+ "type": "body",
205
+ "value": "={{ JSON.parse($value) }}"
206
+ }
207
+ },
208
+ "displayOptions": {
209
+ "show": {
210
+ "resource": [
211
+ "Social"
212
+ ],
213
+ "operation": [
214
+ "Phone Code Batch"
215
+ ]
216
+ }
217
+ }
218
+ },
219
+ {
220
+ "displayName": "Personal Names With Phone Numbers",
221
+ "name": "personalNamesWithPhoneNumbers",
222
+ "type": "json",
223
+ "default": "[\n {}\n]",
224
+ "routing": {
225
+ "send": {
226
+ "property": "personalNamesWithPhoneNumbers",
227
+ "propertyInDotNotation": false,
228
+ "type": "body",
229
+ "value": "={{ JSON.parse($value) }}"
230
+ }
231
+ },
232
+ "displayOptions": {
233
+ "show": {
234
+ "resource": [
235
+ "Social"
236
+ ],
237
+ "operation": [
238
+ "Phone Code Batch"
239
+ ]
240
+ }
241
+ }
242
+ },
243
+ {
244
+ "displayName": "X API KEY (Header)",
245
+ "name": "security_api_key",
246
+ "type": "string",
247
+ "default": "",
248
+ "description": "api_key required",
249
+ "required": false,
250
+ "routing": {
251
+ "request": {
252
+ "headers": {
253
+ "X-API-KEY": "={{ $value }}"
254
+ }
255
+ }
256
+ },
257
+ "displayOptions": {
258
+ "show": {
259
+ "resource": [
260
+ "Social"
261
+ ],
262
+ "operation": [
263
+ "Phone Code Batch"
264
+ ]
265
+ }
266
+ }
267
+ },
268
+ {
269
+ "displayName": "GET /api2/json/phoneCodeGeo/{firstName}/{lastName}/{phoneNumber}/{countryIso2}",
270
+ "name": "operation",
271
+ "type": "notice",
272
+ "typeOptions": {
273
+ "theme": "info"
274
+ },
275
+ "default": "",
276
+ "displayOptions": {
277
+ "show": {
278
+ "resource": [
279
+ "Social"
280
+ ],
281
+ "operation": [
282
+ "Phone Code Geo"
283
+ ]
284
+ }
285
+ }
286
+ },
287
+ {
288
+ "displayName": "First Name",
289
+ "name": "firstName",
290
+ "required": true,
291
+ "default": "",
292
+ "type": "string",
293
+ "displayOptions": {
294
+ "show": {
295
+ "resource": [
296
+ "Social"
297
+ ],
298
+ "operation": [
299
+ "Phone Code Geo"
300
+ ]
301
+ }
302
+ }
303
+ },
304
+ {
305
+ "displayName": "Last Name",
306
+ "name": "lastName",
307
+ "required": true,
308
+ "default": "",
309
+ "type": "string",
310
+ "displayOptions": {
311
+ "show": {
312
+ "resource": [
313
+ "Social"
314
+ ],
315
+ "operation": [
316
+ "Phone Code Geo"
317
+ ]
318
+ }
319
+ }
320
+ },
321
+ {
322
+ "displayName": "Phone Number",
323
+ "name": "phoneNumber",
324
+ "required": true,
325
+ "default": "",
326
+ "type": "string",
327
+ "displayOptions": {
328
+ "show": {
329
+ "resource": [
330
+ "Social"
331
+ ],
332
+ "operation": [
333
+ "Phone Code Geo"
334
+ ]
335
+ }
336
+ }
337
+ },
338
+ {
339
+ "displayName": "Country Iso 2",
340
+ "name": "countryIso2",
341
+ "required": true,
342
+ "default": "",
343
+ "type": "string",
344
+ "displayOptions": {
345
+ "show": {
346
+ "resource": [
347
+ "Social"
348
+ ],
349
+ "operation": [
350
+ "Phone Code Geo"
351
+ ]
352
+ }
353
+ }
354
+ },
355
+ {
356
+ "displayName": "X API KEY (Header)",
357
+ "name": "security_api_key",
358
+ "type": "string",
359
+ "default": "",
360
+ "description": "api_key required",
361
+ "required": false,
362
+ "routing": {
363
+ "request": {
364
+ "headers": {
365
+ "X-API-KEY": "={{ $value }}"
366
+ }
367
+ }
368
+ },
369
+ "displayOptions": {
370
+ "show": {
371
+ "resource": [
372
+ "Social"
373
+ ],
374
+ "operation": [
375
+ "Phone Code Geo"
376
+ ]
377
+ }
378
+ }
379
+ },
380
+ {
381
+ "displayName": "POST /api2/json/phoneCodeGeoBatch",
382
+ "name": "operation",
383
+ "type": "notice",
384
+ "typeOptions": {
385
+ "theme": "info"
386
+ },
387
+ "default": "",
388
+ "displayOptions": {
389
+ "show": {
390
+ "resource": [
391
+ "Social"
392
+ ],
393
+ "operation": [
394
+ "Phone Code Geo Batch"
395
+ ]
396
+ }
397
+ }
398
+ },
399
+ {
400
+ "displayName": "Facts",
401
+ "name": "facts",
402
+ "type": "json",
403
+ "default": "[\n {}\n]",
404
+ "routing": {
405
+ "send": {
406
+ "property": "facts",
407
+ "propertyInDotNotation": false,
408
+ "type": "body",
409
+ "value": "={{ JSON.parse($value) }}"
410
+ }
411
+ },
412
+ "displayOptions": {
413
+ "show": {
414
+ "resource": [
415
+ "Social"
416
+ ],
417
+ "operation": [
418
+ "Phone Code Geo Batch"
419
+ ]
420
+ }
421
+ }
422
+ },
423
+ {
424
+ "displayName": "Personal Names With Phone Numbers",
425
+ "name": "personalNamesWithPhoneNumbers",
426
+ "type": "json",
427
+ "default": "[\n {}\n]",
428
+ "routing": {
429
+ "send": {
430
+ "property": "personalNamesWithPhoneNumbers",
431
+ "propertyInDotNotation": false,
432
+ "type": "body",
433
+ "value": "={{ JSON.parse($value) }}"
434
+ }
435
+ },
436
+ "displayOptions": {
437
+ "show": {
438
+ "resource": [
439
+ "Social"
440
+ ],
441
+ "operation": [
442
+ "Phone Code Geo Batch"
443
+ ]
444
+ }
445
+ }
446
+ },
447
+ {
448
+ "displayName": "X API KEY (Header)",
449
+ "name": "security_api_key",
450
+ "type": "string",
451
+ "default": "",
452
+ "description": "api_key required",
453
+ "required": false,
454
+ "routing": {
455
+ "request": {
456
+ "headers": {
457
+ "X-API-KEY": "={{ $value }}"
458
+ }
459
+ }
460
+ },
461
+ "displayOptions": {
462
+ "show": {
463
+ "resource": [
464
+ "Social"
465
+ ],
466
+ "operation": [
467
+ "Phone Code Geo Batch"
468
+ ]
469
+ }
470
+ }
471
+ },
472
+ {
473
+ "displayName": "GET /api2/json/phoneCodeGeoFeedbackLoop/{firstName}/{lastName}/{phoneNumber}/{phoneNumberE164}/{countryIso2}",
474
+ "name": "operation",
475
+ "type": "notice",
476
+ "typeOptions": {
477
+ "theme": "info"
478
+ },
479
+ "default": "",
480
+ "displayOptions": {
481
+ "show": {
482
+ "resource": [
483
+ "Social"
484
+ ],
485
+ "operation": [
486
+ "Phone Code Geo Feedback Loop"
487
+ ]
488
+ }
489
+ }
490
+ },
491
+ {
492
+ "displayName": "First Name",
493
+ "name": "firstName",
494
+ "required": true,
495
+ "default": "",
496
+ "type": "string",
497
+ "displayOptions": {
498
+ "show": {
499
+ "resource": [
500
+ "Social"
501
+ ],
502
+ "operation": [
503
+ "Phone Code Geo Feedback Loop"
504
+ ]
505
+ }
506
+ }
507
+ },
508
+ {
509
+ "displayName": "Last Name",
510
+ "name": "lastName",
511
+ "required": true,
512
+ "default": "",
513
+ "type": "string",
514
+ "displayOptions": {
515
+ "show": {
516
+ "resource": [
517
+ "Social"
518
+ ],
519
+ "operation": [
520
+ "Phone Code Geo Feedback Loop"
521
+ ]
522
+ }
523
+ }
524
+ },
525
+ {
526
+ "displayName": "Phone Number",
527
+ "name": "phoneNumber",
528
+ "required": true,
529
+ "default": "",
530
+ "type": "string",
531
+ "displayOptions": {
532
+ "show": {
533
+ "resource": [
534
+ "Social"
535
+ ],
536
+ "operation": [
537
+ "Phone Code Geo Feedback Loop"
538
+ ]
539
+ }
540
+ }
541
+ },
542
+ {
543
+ "displayName": "Phone Number E 164",
544
+ "name": "phoneNumberE164",
545
+ "required": true,
546
+ "default": "",
547
+ "type": "string",
548
+ "displayOptions": {
549
+ "show": {
550
+ "resource": [
551
+ "Social"
552
+ ],
553
+ "operation": [
554
+ "Phone Code Geo Feedback Loop"
555
+ ]
556
+ }
557
+ }
558
+ },
559
+ {
560
+ "displayName": "Country Iso 2",
561
+ "name": "countryIso2",
562
+ "required": true,
563
+ "default": "",
564
+ "type": "string",
565
+ "displayOptions": {
566
+ "show": {
567
+ "resource": [
568
+ "Social"
569
+ ],
570
+ "operation": [
571
+ "Phone Code Geo Feedback Loop"
572
+ ]
573
+ }
574
+ }
575
+ },
576
+ {
577
+ "displayName": "X API KEY (Header)",
578
+ "name": "security_api_key",
579
+ "type": "string",
580
+ "default": "",
581
+ "description": "api_key required",
582
+ "required": false,
583
+ "routing": {
584
+ "request": {
585
+ "headers": {
586
+ "X-API-KEY": "={{ $value }}"
587
+ }
588
+ }
589
+ },
590
+ "displayOptions": {
591
+ "show": {
592
+ "resource": [
593
+ "Social"
594
+ ],
595
+ "operation": [
596
+ "Phone Code Geo Feedback Loop"
597
+ ]
598
+ }
599
+ }
600
+ },
601
+ ];
602
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Namsor/resources/social/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "@n8n-dev/n8n-nodes-namsor",
3
+ "version": "1.0.0",
4
+ "description": "NamSor API v2 : enpoints to process personal names (gender, cultural origin or ethnicity) in all alphabets or languages. By default, enpoints use 1 unit per name (ex. Gender), but Ethnicity classif..",
5
+ "license": "MIT",
6
+ "homepage": "https://n8n-code.github.io/n8n-dev/#/n8n-nodes-namsor",
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
+ "namsor"
18
+ ],
19
+ "author": {
20
+ "name": "kelvinzer0",
21
+ "email": ""
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/n8n-code/n8n-nodes-namsor.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/NamsorApi.credentials.js"
44
+ ],
45
+ "nodes": [
46
+ "dist/nodes/Namsor/Namsor.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
+ }