@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,2913 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.personalDescription = void 0;
4
+ exports.personalDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Personal"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Corridor",
20
+ "value": "Corridor",
21
+ "action": "[USES 20 UNITS PER NAME COUPLE] Infer several classifications for a cross border interaction between names (ex. remit, travel, intl com)",
22
+ "description": "[USES 20 UNITS PER NAME COUPLE] Infer several classifications for a cross border interaction between names (ex. remit, travel, intl com)",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/api2/json/corridor/{{$parameter[\"countryIso2From\"]}}/{{$parameter[\"firstNameFrom\"]}}/{{$parameter[\"lastNameFrom\"]}}/{{$parameter[\"countryIso2To\"]}}/{{$parameter[\"firstNameTo\"]}}/{{$parameter[\"lastNameTo\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Corridor Batch",
32
+ "value": "Corridor Batch",
33
+ "action": "[USES 20 UNITS PER NAME PAIR] Infer several classifications for up to 100 cross border interaction between names (ex. remit, travel, intl com)",
34
+ "description": "[USES 20 UNITS PER NAME PAIR] Infer several classifications for up to 100 cross border interaction between names (ex. remit, travel, intl com)",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/api2/json/corridorBatch"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Country",
44
+ "value": "Country",
45
+ "action": "[USES 10 UNITS PER NAME] Infer the likely country of residence of a personal full name, or one surname. Assumes names as they are in the country of residence OR the country of origin.",
46
+ "description": "[USES 10 UNITS PER NAME] Infer the likely country of residence of a personal full name, or one surname. Assumes names as they are in the country of residence OR the country of origin.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/api2/json/country/{{$parameter[\"personalNameFull\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Country Batch",
56
+ "value": "Country Batch",
57
+ "action": "[USES 10 UNITS PER NAME] Infer the likely country of residence of up to 100 personal full names, or surnames. Assumes names as they are in the country of residence OR the country of origin.",
58
+ "description": "[USES 10 UNITS PER NAME] Infer the likely country of residence of up to 100 personal full names, or surnames. Assumes names as they are in the country of residence OR the country of origin.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "POST",
62
+ "url": "=/api2/json/countryBatch"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Diaspora",
68
+ "value": "Diaspora",
69
+ "action": "[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of a personal name, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.)",
70
+ "description": "[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of a personal name, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.)",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/api2/json/diaspora/{{$parameter[\"countryIso2\"]}}/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Diaspora Batch",
80
+ "value": "Diaspora Batch",
81
+ "action": "[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of up to 100 personal names, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.)",
82
+ "description": "[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of up to 100 personal names, given a country of residence ISO2 code (ex. US, CA, AU, NZ etc.)",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/api2/json/diasporaBatch"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Gender",
92
+ "value": "Gender",
93
+ "action": "Infer the likely gender of a just a fiven name, assuming default 'US' local context. Please use preferably full names and local geographic context for better accuracy.",
94
+ "description": "Infer the likely gender of a just a fiven name, assuming default 'US' local context. Please use preferably full names and local geographic context for better accuracy.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/api2/json/gender/{{$parameter[\"firstName\"]}}"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Gender 1",
104
+ "value": "Gender 1",
105
+ "action": "Infer the likely gender of a name.",
106
+ "description": "Infer the likely gender of a name.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/api2/json/gender/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Gender Batch",
116
+ "value": "Gender Batch",
117
+ "action": "Infer the likely gender of up to 100 names, detecting automatically the cultural context.",
118
+ "description": "Infer the likely gender of up to 100 names, detecting automatically the cultural context.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/api2/json/genderBatch"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Gender Full",
128
+ "value": "Gender Full",
129
+ "action": "Infer the likely gender of a full name, ex. John H. Smith",
130
+ "description": "Infer the likely gender of a full name, ex. John H. Smith",
131
+ "routing": {
132
+ "request": {
133
+ "method": "GET",
134
+ "url": "=/api2/json/genderFull/{{$parameter[\"fullName\"]}}"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Gender Full Batch",
140
+ "value": "Gender Full Batch",
141
+ "action": "Infer the likely gender of up to 100 full names, detecting automatically the cultural context.",
142
+ "description": "Infer the likely gender of up to 100 full names, detecting automatically the cultural context.",
143
+ "routing": {
144
+ "request": {
145
+ "method": "POST",
146
+ "url": "=/api2/json/genderFullBatch"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Gender Full Geo",
152
+ "value": "Gender Full Geo",
153
+ "action": "Infer the likely gender of a full name, given a local context (ISO2 country code).",
154
+ "description": "Infer the likely gender of a full name, given a local context (ISO2 country code).",
155
+ "routing": {
156
+ "request": {
157
+ "method": "GET",
158
+ "url": "=/api2/json/genderFullGeo/{{$parameter[\"fullName\"]}}/{{$parameter[\"countryIso2\"]}}"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Gender Full Geo Batch",
164
+ "value": "Gender Full Geo Batch",
165
+ "action": "Infer the likely gender of up to 100 full names, with a given cultural context (country ISO2 code).",
166
+ "description": "Infer the likely gender of up to 100 full names, with a given cultural context (country ISO2 code).",
167
+ "routing": {
168
+ "request": {
169
+ "method": "POST",
170
+ "url": "=/api2/json/genderFullGeoBatch"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Gender Geo",
176
+ "value": "Gender Geo",
177
+ "action": "Infer the likely gender of a name, given a local context (ISO2 country code).",
178
+ "description": "Infer the likely gender of a name, given a local context (ISO2 country code).",
179
+ "routing": {
180
+ "request": {
181
+ "method": "GET",
182
+ "url": "=/api2/json/genderGeo/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}/{{$parameter[\"countryIso2\"]}}"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "Gender Geo Batch",
188
+ "value": "Gender Geo Batch",
189
+ "action": "Infer the likely gender of up to 100 names, each given a local context (ISO2 country code).",
190
+ "description": "Infer the likely gender of up to 100 names, each given a local context (ISO2 country code).",
191
+ "routing": {
192
+ "request": {
193
+ "method": "POST",
194
+ "url": "=/api2/json/genderGeoBatch"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "name": "Origin",
200
+ "value": "Origin",
201
+ "action": "[USES 10 UNITS PER NAME] Infer the likely country of origin of a personal name. Assumes names as they are in the country of origin. For US, CA, AU, NZ and other melting-pots : use 'diaspora' instead.",
202
+ "description": "[USES 10 UNITS PER NAME] Infer the likely country of origin of a personal name. Assumes names as they are in the country of origin. For US, CA, AU, NZ and other melting-pots : use 'diaspora' instead.",
203
+ "routing": {
204
+ "request": {
205
+ "method": "GET",
206
+ "url": "=/api2/json/origin/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}"
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "name": "Origin Batch",
212
+ "value": "Origin Batch",
213
+ "action": "[USES 10 UNITS PER NAME] Infer the likely country of origin of up to 100 names, detecting automatically the cultural context.",
214
+ "description": "[USES 10 UNITS PER NAME] Infer the likely country of origin of up to 100 names, detecting automatically the cultural context.",
215
+ "routing": {
216
+ "request": {
217
+ "method": "POST",
218
+ "url": "=/api2/json/originBatch"
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "name": "Parse Name",
224
+ "value": "Parse Name",
225
+ "action": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. ",
226
+ "description": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. ",
227
+ "routing": {
228
+ "request": {
229
+ "method": "GET",
230
+ "url": "=/api2/json/parseName/{{$parameter[\"nameFull\"]}}"
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "name": "Parse Name Geo",
236
+ "value": "Parse Name Geo",
237
+ "action": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. For better accuracy, provide a geographic context.",
238
+ "description": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. For better accuracy, provide a geographic context.",
239
+ "routing": {
240
+ "request": {
241
+ "method": "GET",
242
+ "url": "=/api2/json/parseName/{{$parameter[\"nameFull\"]}}/{{$parameter[\"countryIso2\"]}}"
243
+ }
244
+ }
245
+ },
246
+ {
247
+ "name": "Parse Name Batch",
248
+ "value": "Parse Name Batch",
249
+ "action": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John.",
250
+ "description": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John.",
251
+ "routing": {
252
+ "request": {
253
+ "method": "POST",
254
+ "url": "=/api2/json/parseNameBatch"
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "name": "Parse Name Geo Batch",
260
+ "value": "Parse Name Geo Batch",
261
+ "action": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. Giving a local context improves precision. ",
262
+ "description": "Infer the likely first/last name structure of a name, ex. John Smith or SMITH, John or SMITH; John. Giving a local context improves precision. ",
263
+ "routing": {
264
+ "request": {
265
+ "method": "POST",
266
+ "url": "=/api2/json/parseNameGeoBatch"
267
+ }
268
+ }
269
+ },
270
+ {
271
+ "name": "Religion Full",
272
+ "value": "Religion Full",
273
+ "action": "[USES 10 UNITS PER NAME] Infer the likely religion of a personal full name. NB: only for INDIA (as of current version).",
274
+ "description": "[USES 10 UNITS PER NAME] Infer the likely religion of a personal full name. NB: only for INDIA (as of current version).",
275
+ "routing": {
276
+ "request": {
277
+ "method": "GET",
278
+ "url": "=/api2/json/religionFull/{{$parameter[\"countryIso2\"]}}/{{$parameter[\"subDivisionIso31662\"]}}/{{$parameter[\"personalNameFull\"]}}"
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "name": "Religion Full Batch",
284
+ "value": "Religion Full Batch",
285
+ "action": "[USES 10 UNITS PER NAME] Infer the likely religion of up to 100 personal full names. NB: only for India as of currently.",
286
+ "description": "[USES 10 UNITS PER NAME] Infer the likely religion of up to 100 personal full names. NB: only for India as of currently.",
287
+ "routing": {
288
+ "request": {
289
+ "method": "POST",
290
+ "url": "=/api2/json/religionFullBatch"
291
+ }
292
+ }
293
+ },
294
+ {
295
+ "name": "Subclassification",
296
+ "value": "Subclassification",
297
+ "action": "[USES 10 UNITS PER NAME] Infer the likely origin of a name at a country subclassification level (state or regeion). Initially, this is only supported for India (ISO2 code 'IN').",
298
+ "description": "[USES 10 UNITS PER NAME] Infer the likely origin of a name at a country subclassification level (state or regeion). Initially, this is only supported for India (ISO2 code 'IN').",
299
+ "routing": {
300
+ "request": {
301
+ "method": "GET",
302
+ "url": "=/api2/json/subclassification/{{$parameter[\"countryIso2\"]}}/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}"
303
+ }
304
+ }
305
+ },
306
+ {
307
+ "name": "Subclassification Batch",
308
+ "value": "Subclassification Batch",
309
+ "action": "[USES 10 UNITS PER NAME] Infer the likely origin of a list of up to 100 names at a country subclassification level (state or regeion). Initially, this is only supported for India (ISO2 code 'IN').",
310
+ "description": "[USES 10 UNITS PER NAME] Infer the likely origin of a list of up to 100 names at a country subclassification level (state or regeion). Initially, this is only supported for India (ISO2 code 'IN').",
311
+ "routing": {
312
+ "request": {
313
+ "method": "POST",
314
+ "url": "=/api2/json/subclassificationBatch"
315
+ }
316
+ }
317
+ },
318
+ {
319
+ "name": "Us Race Ethnicity",
320
+ "value": "Us Race Ethnicity",
321
+ "action": "[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).",
322
+ "description": "[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).",
323
+ "routing": {
324
+ "request": {
325
+ "method": "GET",
326
+ "url": "=/api2/json/usRaceEthnicity/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}"
327
+ }
328
+ }
329
+ },
330
+ {
331
+ "name": "Us Race Ethnicity Batch",
332
+ "value": "Us Race Ethnicity Batch",
333
+ "action": "[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).",
334
+ "description": "[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).",
335
+ "routing": {
336
+ "request": {
337
+ "method": "POST",
338
+ "url": "=/api2/json/usRaceEthnicityBatch"
339
+ }
340
+ }
341
+ },
342
+ {
343
+ "name": "Us Race Ethnicity ZIP 5",
344
+ "value": "Us Race Ethnicity ZIP 5",
345
+ "action": "[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).",
346
+ "description": "[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).",
347
+ "routing": {
348
+ "request": {
349
+ "method": "GET",
350
+ "url": "=/api2/json/usRaceEthnicityZIP5/{{$parameter[\"firstName\"]}}/{{$parameter[\"lastName\"]}}/{{$parameter[\"zip5Code\"]}}"
351
+ }
352
+ }
353
+ },
354
+ {
355
+ "name": "Us Zip Race Ethnicity Batch",
356
+ "value": "Us Zip Race Ethnicity Batch",
357
+ "action": "[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).",
358
+ "description": "[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code. Output is W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino). Optionally add header X-OPTION-USRACEETHNICITY-TAXONOMY: USRACEETHNICITY-6CLASSES for two additional classes, AI_AN (American Indian or Alaskan Native) and PI (Pacific Islander).",
359
+ "routing": {
360
+ "request": {
361
+ "method": "POST",
362
+ "url": "=/api2/json/usZipRaceEthnicityBatch"
363
+ }
364
+ }
365
+ }
366
+ ],
367
+ "default": ""
368
+ },
369
+ {
370
+ "displayName": "GET /api2/json/corridor/{countryIso2From}/{firstNameFrom}/{lastNameFrom}/{countryIso2To}/{firstNameTo}/{lastNameTo}",
371
+ "name": "operation",
372
+ "type": "notice",
373
+ "typeOptions": {
374
+ "theme": "info"
375
+ },
376
+ "default": "",
377
+ "displayOptions": {
378
+ "show": {
379
+ "resource": [
380
+ "Personal"
381
+ ],
382
+ "operation": [
383
+ "Corridor"
384
+ ]
385
+ }
386
+ }
387
+ },
388
+ {
389
+ "displayName": "Country Iso 2 From",
390
+ "name": "countryIso2From",
391
+ "required": true,
392
+ "default": "",
393
+ "type": "string",
394
+ "displayOptions": {
395
+ "show": {
396
+ "resource": [
397
+ "Personal"
398
+ ],
399
+ "operation": [
400
+ "Corridor"
401
+ ]
402
+ }
403
+ }
404
+ },
405
+ {
406
+ "displayName": "First Name From",
407
+ "name": "firstNameFrom",
408
+ "required": true,
409
+ "default": "",
410
+ "type": "string",
411
+ "displayOptions": {
412
+ "show": {
413
+ "resource": [
414
+ "Personal"
415
+ ],
416
+ "operation": [
417
+ "Corridor"
418
+ ]
419
+ }
420
+ }
421
+ },
422
+ {
423
+ "displayName": "Last Name From",
424
+ "name": "lastNameFrom",
425
+ "required": true,
426
+ "default": "",
427
+ "type": "string",
428
+ "displayOptions": {
429
+ "show": {
430
+ "resource": [
431
+ "Personal"
432
+ ],
433
+ "operation": [
434
+ "Corridor"
435
+ ]
436
+ }
437
+ }
438
+ },
439
+ {
440
+ "displayName": "Country Iso 2 To",
441
+ "name": "countryIso2To",
442
+ "required": true,
443
+ "default": "",
444
+ "type": "string",
445
+ "displayOptions": {
446
+ "show": {
447
+ "resource": [
448
+ "Personal"
449
+ ],
450
+ "operation": [
451
+ "Corridor"
452
+ ]
453
+ }
454
+ }
455
+ },
456
+ {
457
+ "displayName": "First Name To",
458
+ "name": "firstNameTo",
459
+ "required": true,
460
+ "default": "",
461
+ "type": "string",
462
+ "displayOptions": {
463
+ "show": {
464
+ "resource": [
465
+ "Personal"
466
+ ],
467
+ "operation": [
468
+ "Corridor"
469
+ ]
470
+ }
471
+ }
472
+ },
473
+ {
474
+ "displayName": "Last Name To",
475
+ "name": "lastNameTo",
476
+ "required": true,
477
+ "default": "",
478
+ "type": "string",
479
+ "displayOptions": {
480
+ "show": {
481
+ "resource": [
482
+ "Personal"
483
+ ],
484
+ "operation": [
485
+ "Corridor"
486
+ ]
487
+ }
488
+ }
489
+ },
490
+ {
491
+ "displayName": "X API KEY (Header)",
492
+ "name": "security_api_key",
493
+ "type": "string",
494
+ "default": "",
495
+ "description": "api_key required",
496
+ "required": false,
497
+ "routing": {
498
+ "request": {
499
+ "headers": {
500
+ "X-API-KEY": "={{ $value }}"
501
+ }
502
+ }
503
+ },
504
+ "displayOptions": {
505
+ "show": {
506
+ "resource": [
507
+ "Personal"
508
+ ],
509
+ "operation": [
510
+ "Corridor"
511
+ ]
512
+ }
513
+ }
514
+ },
515
+ {
516
+ "displayName": "POST /api2/json/corridorBatch",
517
+ "name": "operation",
518
+ "type": "notice",
519
+ "typeOptions": {
520
+ "theme": "info"
521
+ },
522
+ "default": "",
523
+ "displayOptions": {
524
+ "show": {
525
+ "resource": [
526
+ "Personal"
527
+ ],
528
+ "operation": [
529
+ "Corridor Batch"
530
+ ]
531
+ }
532
+ }
533
+ },
534
+ {
535
+ "displayName": "Corridor From To",
536
+ "name": "corridorFromTo",
537
+ "type": "json",
538
+ "default": "[\n {\n \"firstLastNameGeoFrom\": {},\n \"firstLastNameGeoTo\": {}\n }\n]",
539
+ "routing": {
540
+ "send": {
541
+ "property": "corridorFromTo",
542
+ "propertyInDotNotation": false,
543
+ "type": "body",
544
+ "value": "={{ JSON.parse($value) }}"
545
+ }
546
+ },
547
+ "displayOptions": {
548
+ "show": {
549
+ "resource": [
550
+ "Personal"
551
+ ],
552
+ "operation": [
553
+ "Corridor Batch"
554
+ ]
555
+ }
556
+ }
557
+ },
558
+ {
559
+ "displayName": "Facts",
560
+ "name": "facts",
561
+ "type": "json",
562
+ "default": "[\n {}\n]",
563
+ "routing": {
564
+ "send": {
565
+ "property": "facts",
566
+ "propertyInDotNotation": false,
567
+ "type": "body",
568
+ "value": "={{ JSON.parse($value) }}"
569
+ }
570
+ },
571
+ "displayOptions": {
572
+ "show": {
573
+ "resource": [
574
+ "Personal"
575
+ ],
576
+ "operation": [
577
+ "Corridor Batch"
578
+ ]
579
+ }
580
+ }
581
+ },
582
+ {
583
+ "displayName": "X API KEY (Header)",
584
+ "name": "security_api_key",
585
+ "type": "string",
586
+ "default": "",
587
+ "description": "api_key required",
588
+ "required": false,
589
+ "routing": {
590
+ "request": {
591
+ "headers": {
592
+ "X-API-KEY": "={{ $value }}"
593
+ }
594
+ }
595
+ },
596
+ "displayOptions": {
597
+ "show": {
598
+ "resource": [
599
+ "Personal"
600
+ ],
601
+ "operation": [
602
+ "Corridor Batch"
603
+ ]
604
+ }
605
+ }
606
+ },
607
+ {
608
+ "displayName": "GET /api2/json/country/{personalNameFull}",
609
+ "name": "operation",
610
+ "type": "notice",
611
+ "typeOptions": {
612
+ "theme": "info"
613
+ },
614
+ "default": "",
615
+ "displayOptions": {
616
+ "show": {
617
+ "resource": [
618
+ "Personal"
619
+ ],
620
+ "operation": [
621
+ "Country"
622
+ ]
623
+ }
624
+ }
625
+ },
626
+ {
627
+ "displayName": "Personal Name Full",
628
+ "name": "personalNameFull",
629
+ "required": true,
630
+ "default": "",
631
+ "type": "string",
632
+ "displayOptions": {
633
+ "show": {
634
+ "resource": [
635
+ "Personal"
636
+ ],
637
+ "operation": [
638
+ "Country"
639
+ ]
640
+ }
641
+ }
642
+ },
643
+ {
644
+ "displayName": "X API KEY (Header)",
645
+ "name": "security_api_key",
646
+ "type": "string",
647
+ "default": "",
648
+ "description": "api_key required",
649
+ "required": false,
650
+ "routing": {
651
+ "request": {
652
+ "headers": {
653
+ "X-API-KEY": "={{ $value }}"
654
+ }
655
+ }
656
+ },
657
+ "displayOptions": {
658
+ "show": {
659
+ "resource": [
660
+ "Personal"
661
+ ],
662
+ "operation": [
663
+ "Country"
664
+ ]
665
+ }
666
+ }
667
+ },
668
+ {
669
+ "displayName": "POST /api2/json/countryBatch",
670
+ "name": "operation",
671
+ "type": "notice",
672
+ "typeOptions": {
673
+ "theme": "info"
674
+ },
675
+ "default": "",
676
+ "displayOptions": {
677
+ "show": {
678
+ "resource": [
679
+ "Personal"
680
+ ],
681
+ "operation": [
682
+ "Country Batch"
683
+ ]
684
+ }
685
+ }
686
+ },
687
+ {
688
+ "displayName": "Facts",
689
+ "name": "facts",
690
+ "type": "json",
691
+ "default": "[\n {}\n]",
692
+ "routing": {
693
+ "send": {
694
+ "property": "facts",
695
+ "propertyInDotNotation": false,
696
+ "type": "body",
697
+ "value": "={{ JSON.parse($value) }}"
698
+ }
699
+ },
700
+ "displayOptions": {
701
+ "show": {
702
+ "resource": [
703
+ "Personal"
704
+ ],
705
+ "operation": [
706
+ "Country Batch"
707
+ ]
708
+ }
709
+ }
710
+ },
711
+ {
712
+ "displayName": "Personal Names",
713
+ "name": "personalNames",
714
+ "type": "json",
715
+ "default": "[\n {}\n]",
716
+ "routing": {
717
+ "send": {
718
+ "property": "personalNames",
719
+ "propertyInDotNotation": false,
720
+ "type": "body",
721
+ "value": "={{ JSON.parse($value) }}"
722
+ }
723
+ },
724
+ "displayOptions": {
725
+ "show": {
726
+ "resource": [
727
+ "Personal"
728
+ ],
729
+ "operation": [
730
+ "Country Batch"
731
+ ]
732
+ }
733
+ }
734
+ },
735
+ {
736
+ "displayName": "X API KEY (Header)",
737
+ "name": "security_api_key",
738
+ "type": "string",
739
+ "default": "",
740
+ "description": "api_key required",
741
+ "required": false,
742
+ "routing": {
743
+ "request": {
744
+ "headers": {
745
+ "X-API-KEY": "={{ $value }}"
746
+ }
747
+ }
748
+ },
749
+ "displayOptions": {
750
+ "show": {
751
+ "resource": [
752
+ "Personal"
753
+ ],
754
+ "operation": [
755
+ "Country Batch"
756
+ ]
757
+ }
758
+ }
759
+ },
760
+ {
761
+ "displayName": "GET /api2/json/diaspora/{countryIso2}/{firstName}/{lastName}",
762
+ "name": "operation",
763
+ "type": "notice",
764
+ "typeOptions": {
765
+ "theme": "info"
766
+ },
767
+ "default": "",
768
+ "displayOptions": {
769
+ "show": {
770
+ "resource": [
771
+ "Personal"
772
+ ],
773
+ "operation": [
774
+ "Diaspora"
775
+ ]
776
+ }
777
+ }
778
+ },
779
+ {
780
+ "displayName": "Country Iso 2",
781
+ "name": "countryIso2",
782
+ "required": true,
783
+ "default": "",
784
+ "type": "string",
785
+ "displayOptions": {
786
+ "show": {
787
+ "resource": [
788
+ "Personal"
789
+ ],
790
+ "operation": [
791
+ "Diaspora"
792
+ ]
793
+ }
794
+ }
795
+ },
796
+ {
797
+ "displayName": "First Name",
798
+ "name": "firstName",
799
+ "required": true,
800
+ "default": "",
801
+ "type": "string",
802
+ "displayOptions": {
803
+ "show": {
804
+ "resource": [
805
+ "Personal"
806
+ ],
807
+ "operation": [
808
+ "Diaspora"
809
+ ]
810
+ }
811
+ }
812
+ },
813
+ {
814
+ "displayName": "Last Name",
815
+ "name": "lastName",
816
+ "required": true,
817
+ "default": "",
818
+ "type": "string",
819
+ "displayOptions": {
820
+ "show": {
821
+ "resource": [
822
+ "Personal"
823
+ ],
824
+ "operation": [
825
+ "Diaspora"
826
+ ]
827
+ }
828
+ }
829
+ },
830
+ {
831
+ "displayName": "X API KEY (Header)",
832
+ "name": "security_api_key",
833
+ "type": "string",
834
+ "default": "",
835
+ "description": "api_key required",
836
+ "required": false,
837
+ "routing": {
838
+ "request": {
839
+ "headers": {
840
+ "X-API-KEY": "={{ $value }}"
841
+ }
842
+ }
843
+ },
844
+ "displayOptions": {
845
+ "show": {
846
+ "resource": [
847
+ "Personal"
848
+ ],
849
+ "operation": [
850
+ "Diaspora"
851
+ ]
852
+ }
853
+ }
854
+ },
855
+ {
856
+ "displayName": "POST /api2/json/diasporaBatch",
857
+ "name": "operation",
858
+ "type": "notice",
859
+ "typeOptions": {
860
+ "theme": "info"
861
+ },
862
+ "default": "",
863
+ "displayOptions": {
864
+ "show": {
865
+ "resource": [
866
+ "Personal"
867
+ ],
868
+ "operation": [
869
+ "Diaspora Batch"
870
+ ]
871
+ }
872
+ }
873
+ },
874
+ {
875
+ "displayName": "Facts",
876
+ "name": "facts",
877
+ "type": "json",
878
+ "default": "[\n {}\n]",
879
+ "routing": {
880
+ "send": {
881
+ "property": "facts",
882
+ "propertyInDotNotation": false,
883
+ "type": "body",
884
+ "value": "={{ JSON.parse($value) }}"
885
+ }
886
+ },
887
+ "displayOptions": {
888
+ "show": {
889
+ "resource": [
890
+ "Personal"
891
+ ],
892
+ "operation": [
893
+ "Diaspora Batch"
894
+ ]
895
+ }
896
+ }
897
+ },
898
+ {
899
+ "displayName": "Personal Names",
900
+ "name": "personalNames",
901
+ "type": "json",
902
+ "default": "[\n {}\n]",
903
+ "routing": {
904
+ "send": {
905
+ "property": "personalNames",
906
+ "propertyInDotNotation": false,
907
+ "type": "body",
908
+ "value": "={{ JSON.parse($value) }}"
909
+ }
910
+ },
911
+ "displayOptions": {
912
+ "show": {
913
+ "resource": [
914
+ "Personal"
915
+ ],
916
+ "operation": [
917
+ "Diaspora Batch"
918
+ ]
919
+ }
920
+ }
921
+ },
922
+ {
923
+ "displayName": "X API KEY (Header)",
924
+ "name": "security_api_key",
925
+ "type": "string",
926
+ "default": "",
927
+ "description": "api_key required",
928
+ "required": false,
929
+ "routing": {
930
+ "request": {
931
+ "headers": {
932
+ "X-API-KEY": "={{ $value }}"
933
+ }
934
+ }
935
+ },
936
+ "displayOptions": {
937
+ "show": {
938
+ "resource": [
939
+ "Personal"
940
+ ],
941
+ "operation": [
942
+ "Diaspora Batch"
943
+ ]
944
+ }
945
+ }
946
+ },
947
+ {
948
+ "displayName": "GET /api2/json/gender/{firstName}",
949
+ "name": "operation",
950
+ "type": "notice",
951
+ "typeOptions": {
952
+ "theme": "info"
953
+ },
954
+ "default": "",
955
+ "displayOptions": {
956
+ "show": {
957
+ "resource": [
958
+ "Personal"
959
+ ],
960
+ "operation": [
961
+ "Gender"
962
+ ]
963
+ }
964
+ }
965
+ },
966
+ {
967
+ "displayName": "First Name",
968
+ "name": "firstName",
969
+ "required": true,
970
+ "default": "",
971
+ "type": "string",
972
+ "displayOptions": {
973
+ "show": {
974
+ "resource": [
975
+ "Personal"
976
+ ],
977
+ "operation": [
978
+ "Gender"
979
+ ]
980
+ }
981
+ }
982
+ },
983
+ {
984
+ "displayName": "X API KEY (Header)",
985
+ "name": "security_api_key",
986
+ "type": "string",
987
+ "default": "",
988
+ "description": "api_key required",
989
+ "required": false,
990
+ "routing": {
991
+ "request": {
992
+ "headers": {
993
+ "X-API-KEY": "={{ $value }}"
994
+ }
995
+ }
996
+ },
997
+ "displayOptions": {
998
+ "show": {
999
+ "resource": [
1000
+ "Personal"
1001
+ ],
1002
+ "operation": [
1003
+ "Gender"
1004
+ ]
1005
+ }
1006
+ }
1007
+ },
1008
+ {
1009
+ "displayName": "GET /api2/json/gender/{firstName}/{lastName}",
1010
+ "name": "operation",
1011
+ "type": "notice",
1012
+ "typeOptions": {
1013
+ "theme": "info"
1014
+ },
1015
+ "default": "",
1016
+ "displayOptions": {
1017
+ "show": {
1018
+ "resource": [
1019
+ "Personal"
1020
+ ],
1021
+ "operation": [
1022
+ "Gender 1"
1023
+ ]
1024
+ }
1025
+ }
1026
+ },
1027
+ {
1028
+ "displayName": "First Name",
1029
+ "name": "firstName",
1030
+ "required": true,
1031
+ "default": "",
1032
+ "type": "string",
1033
+ "displayOptions": {
1034
+ "show": {
1035
+ "resource": [
1036
+ "Personal"
1037
+ ],
1038
+ "operation": [
1039
+ "Gender 1"
1040
+ ]
1041
+ }
1042
+ }
1043
+ },
1044
+ {
1045
+ "displayName": "Last Name",
1046
+ "name": "lastName",
1047
+ "required": true,
1048
+ "default": "",
1049
+ "type": "string",
1050
+ "displayOptions": {
1051
+ "show": {
1052
+ "resource": [
1053
+ "Personal"
1054
+ ],
1055
+ "operation": [
1056
+ "Gender 1"
1057
+ ]
1058
+ }
1059
+ }
1060
+ },
1061
+ {
1062
+ "displayName": "X API KEY (Header)",
1063
+ "name": "security_api_key",
1064
+ "type": "string",
1065
+ "default": "",
1066
+ "description": "api_key required",
1067
+ "required": false,
1068
+ "routing": {
1069
+ "request": {
1070
+ "headers": {
1071
+ "X-API-KEY": "={{ $value }}"
1072
+ }
1073
+ }
1074
+ },
1075
+ "displayOptions": {
1076
+ "show": {
1077
+ "resource": [
1078
+ "Personal"
1079
+ ],
1080
+ "operation": [
1081
+ "Gender 1"
1082
+ ]
1083
+ }
1084
+ }
1085
+ },
1086
+ {
1087
+ "displayName": "POST /api2/json/genderBatch",
1088
+ "name": "operation",
1089
+ "type": "notice",
1090
+ "typeOptions": {
1091
+ "theme": "info"
1092
+ },
1093
+ "default": "",
1094
+ "displayOptions": {
1095
+ "show": {
1096
+ "resource": [
1097
+ "Personal"
1098
+ ],
1099
+ "operation": [
1100
+ "Gender Batch"
1101
+ ]
1102
+ }
1103
+ }
1104
+ },
1105
+ {
1106
+ "displayName": "Facts",
1107
+ "name": "facts",
1108
+ "type": "json",
1109
+ "default": "[\n {}\n]",
1110
+ "routing": {
1111
+ "send": {
1112
+ "property": "facts",
1113
+ "propertyInDotNotation": false,
1114
+ "type": "body",
1115
+ "value": "={{ JSON.parse($value) }}"
1116
+ }
1117
+ },
1118
+ "displayOptions": {
1119
+ "show": {
1120
+ "resource": [
1121
+ "Personal"
1122
+ ],
1123
+ "operation": [
1124
+ "Gender Batch"
1125
+ ]
1126
+ }
1127
+ }
1128
+ },
1129
+ {
1130
+ "displayName": "Personal Names",
1131
+ "name": "personalNames",
1132
+ "type": "json",
1133
+ "default": "[\n {}\n]",
1134
+ "routing": {
1135
+ "send": {
1136
+ "property": "personalNames",
1137
+ "propertyInDotNotation": false,
1138
+ "type": "body",
1139
+ "value": "={{ JSON.parse($value) }}"
1140
+ }
1141
+ },
1142
+ "displayOptions": {
1143
+ "show": {
1144
+ "resource": [
1145
+ "Personal"
1146
+ ],
1147
+ "operation": [
1148
+ "Gender Batch"
1149
+ ]
1150
+ }
1151
+ }
1152
+ },
1153
+ {
1154
+ "displayName": "X API KEY (Header)",
1155
+ "name": "security_api_key",
1156
+ "type": "string",
1157
+ "default": "",
1158
+ "description": "api_key required",
1159
+ "required": false,
1160
+ "routing": {
1161
+ "request": {
1162
+ "headers": {
1163
+ "X-API-KEY": "={{ $value }}"
1164
+ }
1165
+ }
1166
+ },
1167
+ "displayOptions": {
1168
+ "show": {
1169
+ "resource": [
1170
+ "Personal"
1171
+ ],
1172
+ "operation": [
1173
+ "Gender Batch"
1174
+ ]
1175
+ }
1176
+ }
1177
+ },
1178
+ {
1179
+ "displayName": "GET /api2/json/genderFull/{fullName}",
1180
+ "name": "operation",
1181
+ "type": "notice",
1182
+ "typeOptions": {
1183
+ "theme": "info"
1184
+ },
1185
+ "default": "",
1186
+ "displayOptions": {
1187
+ "show": {
1188
+ "resource": [
1189
+ "Personal"
1190
+ ],
1191
+ "operation": [
1192
+ "Gender Full"
1193
+ ]
1194
+ }
1195
+ }
1196
+ },
1197
+ {
1198
+ "displayName": "Full Name",
1199
+ "name": "fullName",
1200
+ "required": true,
1201
+ "default": "",
1202
+ "type": "string",
1203
+ "displayOptions": {
1204
+ "show": {
1205
+ "resource": [
1206
+ "Personal"
1207
+ ],
1208
+ "operation": [
1209
+ "Gender Full"
1210
+ ]
1211
+ }
1212
+ }
1213
+ },
1214
+ {
1215
+ "displayName": "X API KEY (Header)",
1216
+ "name": "security_api_key",
1217
+ "type": "string",
1218
+ "default": "",
1219
+ "description": "api_key required",
1220
+ "required": false,
1221
+ "routing": {
1222
+ "request": {
1223
+ "headers": {
1224
+ "X-API-KEY": "={{ $value }}"
1225
+ }
1226
+ }
1227
+ },
1228
+ "displayOptions": {
1229
+ "show": {
1230
+ "resource": [
1231
+ "Personal"
1232
+ ],
1233
+ "operation": [
1234
+ "Gender Full"
1235
+ ]
1236
+ }
1237
+ }
1238
+ },
1239
+ {
1240
+ "displayName": "POST /api2/json/genderFullBatch",
1241
+ "name": "operation",
1242
+ "type": "notice",
1243
+ "typeOptions": {
1244
+ "theme": "info"
1245
+ },
1246
+ "default": "",
1247
+ "displayOptions": {
1248
+ "show": {
1249
+ "resource": [
1250
+ "Personal"
1251
+ ],
1252
+ "operation": [
1253
+ "Gender Full Batch"
1254
+ ]
1255
+ }
1256
+ }
1257
+ },
1258
+ {
1259
+ "displayName": "Facts",
1260
+ "name": "facts",
1261
+ "type": "json",
1262
+ "default": "[\n {}\n]",
1263
+ "routing": {
1264
+ "send": {
1265
+ "property": "facts",
1266
+ "propertyInDotNotation": false,
1267
+ "type": "body",
1268
+ "value": "={{ JSON.parse($value) }}"
1269
+ }
1270
+ },
1271
+ "displayOptions": {
1272
+ "show": {
1273
+ "resource": [
1274
+ "Personal"
1275
+ ],
1276
+ "operation": [
1277
+ "Gender Full Batch"
1278
+ ]
1279
+ }
1280
+ }
1281
+ },
1282
+ {
1283
+ "displayName": "Personal Names",
1284
+ "name": "personalNames",
1285
+ "type": "json",
1286
+ "default": "[\n {}\n]",
1287
+ "routing": {
1288
+ "send": {
1289
+ "property": "personalNames",
1290
+ "propertyInDotNotation": false,
1291
+ "type": "body",
1292
+ "value": "={{ JSON.parse($value) }}"
1293
+ }
1294
+ },
1295
+ "displayOptions": {
1296
+ "show": {
1297
+ "resource": [
1298
+ "Personal"
1299
+ ],
1300
+ "operation": [
1301
+ "Gender Full Batch"
1302
+ ]
1303
+ }
1304
+ }
1305
+ },
1306
+ {
1307
+ "displayName": "X API KEY (Header)",
1308
+ "name": "security_api_key",
1309
+ "type": "string",
1310
+ "default": "",
1311
+ "description": "api_key required",
1312
+ "required": false,
1313
+ "routing": {
1314
+ "request": {
1315
+ "headers": {
1316
+ "X-API-KEY": "={{ $value }}"
1317
+ }
1318
+ }
1319
+ },
1320
+ "displayOptions": {
1321
+ "show": {
1322
+ "resource": [
1323
+ "Personal"
1324
+ ],
1325
+ "operation": [
1326
+ "Gender Full Batch"
1327
+ ]
1328
+ }
1329
+ }
1330
+ },
1331
+ {
1332
+ "displayName": "GET /api2/json/genderFullGeo/{fullName}/{countryIso2}",
1333
+ "name": "operation",
1334
+ "type": "notice",
1335
+ "typeOptions": {
1336
+ "theme": "info"
1337
+ },
1338
+ "default": "",
1339
+ "displayOptions": {
1340
+ "show": {
1341
+ "resource": [
1342
+ "Personal"
1343
+ ],
1344
+ "operation": [
1345
+ "Gender Full Geo"
1346
+ ]
1347
+ }
1348
+ }
1349
+ },
1350
+ {
1351
+ "displayName": "Full Name",
1352
+ "name": "fullName",
1353
+ "required": true,
1354
+ "default": "",
1355
+ "type": "string",
1356
+ "displayOptions": {
1357
+ "show": {
1358
+ "resource": [
1359
+ "Personal"
1360
+ ],
1361
+ "operation": [
1362
+ "Gender Full Geo"
1363
+ ]
1364
+ }
1365
+ }
1366
+ },
1367
+ {
1368
+ "displayName": "Country Iso 2",
1369
+ "name": "countryIso2",
1370
+ "required": true,
1371
+ "default": "",
1372
+ "type": "string",
1373
+ "displayOptions": {
1374
+ "show": {
1375
+ "resource": [
1376
+ "Personal"
1377
+ ],
1378
+ "operation": [
1379
+ "Gender Full Geo"
1380
+ ]
1381
+ }
1382
+ }
1383
+ },
1384
+ {
1385
+ "displayName": "X API KEY (Header)",
1386
+ "name": "security_api_key",
1387
+ "type": "string",
1388
+ "default": "",
1389
+ "description": "api_key required",
1390
+ "required": false,
1391
+ "routing": {
1392
+ "request": {
1393
+ "headers": {
1394
+ "X-API-KEY": "={{ $value }}"
1395
+ }
1396
+ }
1397
+ },
1398
+ "displayOptions": {
1399
+ "show": {
1400
+ "resource": [
1401
+ "Personal"
1402
+ ],
1403
+ "operation": [
1404
+ "Gender Full Geo"
1405
+ ]
1406
+ }
1407
+ }
1408
+ },
1409
+ {
1410
+ "displayName": "POST /api2/json/genderFullGeoBatch",
1411
+ "name": "operation",
1412
+ "type": "notice",
1413
+ "typeOptions": {
1414
+ "theme": "info"
1415
+ },
1416
+ "default": "",
1417
+ "displayOptions": {
1418
+ "show": {
1419
+ "resource": [
1420
+ "Personal"
1421
+ ],
1422
+ "operation": [
1423
+ "Gender Full Geo Batch"
1424
+ ]
1425
+ }
1426
+ }
1427
+ },
1428
+ {
1429
+ "displayName": "Facts",
1430
+ "name": "facts",
1431
+ "type": "json",
1432
+ "default": "[\n {}\n]",
1433
+ "routing": {
1434
+ "send": {
1435
+ "property": "facts",
1436
+ "propertyInDotNotation": false,
1437
+ "type": "body",
1438
+ "value": "={{ JSON.parse($value) }}"
1439
+ }
1440
+ },
1441
+ "displayOptions": {
1442
+ "show": {
1443
+ "resource": [
1444
+ "Personal"
1445
+ ],
1446
+ "operation": [
1447
+ "Gender Full Geo Batch"
1448
+ ]
1449
+ }
1450
+ }
1451
+ },
1452
+ {
1453
+ "displayName": "Personal Names",
1454
+ "name": "personalNames",
1455
+ "type": "json",
1456
+ "default": "[\n {}\n]",
1457
+ "routing": {
1458
+ "send": {
1459
+ "property": "personalNames",
1460
+ "propertyInDotNotation": false,
1461
+ "type": "body",
1462
+ "value": "={{ JSON.parse($value) }}"
1463
+ }
1464
+ },
1465
+ "displayOptions": {
1466
+ "show": {
1467
+ "resource": [
1468
+ "Personal"
1469
+ ],
1470
+ "operation": [
1471
+ "Gender Full Geo Batch"
1472
+ ]
1473
+ }
1474
+ }
1475
+ },
1476
+ {
1477
+ "displayName": "X API KEY (Header)",
1478
+ "name": "security_api_key",
1479
+ "type": "string",
1480
+ "default": "",
1481
+ "description": "api_key required",
1482
+ "required": false,
1483
+ "routing": {
1484
+ "request": {
1485
+ "headers": {
1486
+ "X-API-KEY": "={{ $value }}"
1487
+ }
1488
+ }
1489
+ },
1490
+ "displayOptions": {
1491
+ "show": {
1492
+ "resource": [
1493
+ "Personal"
1494
+ ],
1495
+ "operation": [
1496
+ "Gender Full Geo Batch"
1497
+ ]
1498
+ }
1499
+ }
1500
+ },
1501
+ {
1502
+ "displayName": "GET /api2/json/genderGeo/{firstName}/{lastName}/{countryIso2}",
1503
+ "name": "operation",
1504
+ "type": "notice",
1505
+ "typeOptions": {
1506
+ "theme": "info"
1507
+ },
1508
+ "default": "",
1509
+ "displayOptions": {
1510
+ "show": {
1511
+ "resource": [
1512
+ "Personal"
1513
+ ],
1514
+ "operation": [
1515
+ "Gender Geo"
1516
+ ]
1517
+ }
1518
+ }
1519
+ },
1520
+ {
1521
+ "displayName": "First Name",
1522
+ "name": "firstName",
1523
+ "required": true,
1524
+ "default": "",
1525
+ "type": "string",
1526
+ "displayOptions": {
1527
+ "show": {
1528
+ "resource": [
1529
+ "Personal"
1530
+ ],
1531
+ "operation": [
1532
+ "Gender Geo"
1533
+ ]
1534
+ }
1535
+ }
1536
+ },
1537
+ {
1538
+ "displayName": "Last Name",
1539
+ "name": "lastName",
1540
+ "required": true,
1541
+ "default": "",
1542
+ "type": "string",
1543
+ "displayOptions": {
1544
+ "show": {
1545
+ "resource": [
1546
+ "Personal"
1547
+ ],
1548
+ "operation": [
1549
+ "Gender Geo"
1550
+ ]
1551
+ }
1552
+ }
1553
+ },
1554
+ {
1555
+ "displayName": "Country Iso 2",
1556
+ "name": "countryIso2",
1557
+ "required": true,
1558
+ "default": "",
1559
+ "type": "string",
1560
+ "displayOptions": {
1561
+ "show": {
1562
+ "resource": [
1563
+ "Personal"
1564
+ ],
1565
+ "operation": [
1566
+ "Gender Geo"
1567
+ ]
1568
+ }
1569
+ }
1570
+ },
1571
+ {
1572
+ "displayName": "X API KEY (Header)",
1573
+ "name": "security_api_key",
1574
+ "type": "string",
1575
+ "default": "",
1576
+ "description": "api_key required",
1577
+ "required": false,
1578
+ "routing": {
1579
+ "request": {
1580
+ "headers": {
1581
+ "X-API-KEY": "={{ $value }}"
1582
+ }
1583
+ }
1584
+ },
1585
+ "displayOptions": {
1586
+ "show": {
1587
+ "resource": [
1588
+ "Personal"
1589
+ ],
1590
+ "operation": [
1591
+ "Gender Geo"
1592
+ ]
1593
+ }
1594
+ }
1595
+ },
1596
+ {
1597
+ "displayName": "POST /api2/json/genderGeoBatch",
1598
+ "name": "operation",
1599
+ "type": "notice",
1600
+ "typeOptions": {
1601
+ "theme": "info"
1602
+ },
1603
+ "default": "",
1604
+ "displayOptions": {
1605
+ "show": {
1606
+ "resource": [
1607
+ "Personal"
1608
+ ],
1609
+ "operation": [
1610
+ "Gender Geo Batch"
1611
+ ]
1612
+ }
1613
+ }
1614
+ },
1615
+ {
1616
+ "displayName": "Facts",
1617
+ "name": "facts",
1618
+ "type": "json",
1619
+ "default": "[\n {}\n]",
1620
+ "routing": {
1621
+ "send": {
1622
+ "property": "facts",
1623
+ "propertyInDotNotation": false,
1624
+ "type": "body",
1625
+ "value": "={{ JSON.parse($value) }}"
1626
+ }
1627
+ },
1628
+ "displayOptions": {
1629
+ "show": {
1630
+ "resource": [
1631
+ "Personal"
1632
+ ],
1633
+ "operation": [
1634
+ "Gender Geo Batch"
1635
+ ]
1636
+ }
1637
+ }
1638
+ },
1639
+ {
1640
+ "displayName": "Personal Names",
1641
+ "name": "personalNames",
1642
+ "type": "json",
1643
+ "default": "[\n {}\n]",
1644
+ "routing": {
1645
+ "send": {
1646
+ "property": "personalNames",
1647
+ "propertyInDotNotation": false,
1648
+ "type": "body",
1649
+ "value": "={{ JSON.parse($value) }}"
1650
+ }
1651
+ },
1652
+ "displayOptions": {
1653
+ "show": {
1654
+ "resource": [
1655
+ "Personal"
1656
+ ],
1657
+ "operation": [
1658
+ "Gender Geo Batch"
1659
+ ]
1660
+ }
1661
+ }
1662
+ },
1663
+ {
1664
+ "displayName": "X API KEY (Header)",
1665
+ "name": "security_api_key",
1666
+ "type": "string",
1667
+ "default": "",
1668
+ "description": "api_key required",
1669
+ "required": false,
1670
+ "routing": {
1671
+ "request": {
1672
+ "headers": {
1673
+ "X-API-KEY": "={{ $value }}"
1674
+ }
1675
+ }
1676
+ },
1677
+ "displayOptions": {
1678
+ "show": {
1679
+ "resource": [
1680
+ "Personal"
1681
+ ],
1682
+ "operation": [
1683
+ "Gender Geo Batch"
1684
+ ]
1685
+ }
1686
+ }
1687
+ },
1688
+ {
1689
+ "displayName": "GET /api2/json/origin/{firstName}/{lastName}",
1690
+ "name": "operation",
1691
+ "type": "notice",
1692
+ "typeOptions": {
1693
+ "theme": "info"
1694
+ },
1695
+ "default": "",
1696
+ "displayOptions": {
1697
+ "show": {
1698
+ "resource": [
1699
+ "Personal"
1700
+ ],
1701
+ "operation": [
1702
+ "Origin"
1703
+ ]
1704
+ }
1705
+ }
1706
+ },
1707
+ {
1708
+ "displayName": "First Name",
1709
+ "name": "firstName",
1710
+ "required": true,
1711
+ "default": "",
1712
+ "type": "string",
1713
+ "displayOptions": {
1714
+ "show": {
1715
+ "resource": [
1716
+ "Personal"
1717
+ ],
1718
+ "operation": [
1719
+ "Origin"
1720
+ ]
1721
+ }
1722
+ }
1723
+ },
1724
+ {
1725
+ "displayName": "Last Name",
1726
+ "name": "lastName",
1727
+ "required": true,
1728
+ "default": "",
1729
+ "type": "string",
1730
+ "displayOptions": {
1731
+ "show": {
1732
+ "resource": [
1733
+ "Personal"
1734
+ ],
1735
+ "operation": [
1736
+ "Origin"
1737
+ ]
1738
+ }
1739
+ }
1740
+ },
1741
+ {
1742
+ "displayName": "X API KEY (Header)",
1743
+ "name": "security_api_key",
1744
+ "type": "string",
1745
+ "default": "",
1746
+ "description": "api_key required",
1747
+ "required": false,
1748
+ "routing": {
1749
+ "request": {
1750
+ "headers": {
1751
+ "X-API-KEY": "={{ $value }}"
1752
+ }
1753
+ }
1754
+ },
1755
+ "displayOptions": {
1756
+ "show": {
1757
+ "resource": [
1758
+ "Personal"
1759
+ ],
1760
+ "operation": [
1761
+ "Origin"
1762
+ ]
1763
+ }
1764
+ }
1765
+ },
1766
+ {
1767
+ "displayName": "POST /api2/json/originBatch",
1768
+ "name": "operation",
1769
+ "type": "notice",
1770
+ "typeOptions": {
1771
+ "theme": "info"
1772
+ },
1773
+ "default": "",
1774
+ "displayOptions": {
1775
+ "show": {
1776
+ "resource": [
1777
+ "Personal"
1778
+ ],
1779
+ "operation": [
1780
+ "Origin Batch"
1781
+ ]
1782
+ }
1783
+ }
1784
+ },
1785
+ {
1786
+ "displayName": "Facts",
1787
+ "name": "facts",
1788
+ "type": "json",
1789
+ "default": "[\n {}\n]",
1790
+ "routing": {
1791
+ "send": {
1792
+ "property": "facts",
1793
+ "propertyInDotNotation": false,
1794
+ "type": "body",
1795
+ "value": "={{ JSON.parse($value) }}"
1796
+ }
1797
+ },
1798
+ "displayOptions": {
1799
+ "show": {
1800
+ "resource": [
1801
+ "Personal"
1802
+ ],
1803
+ "operation": [
1804
+ "Origin Batch"
1805
+ ]
1806
+ }
1807
+ }
1808
+ },
1809
+ {
1810
+ "displayName": "Personal Names",
1811
+ "name": "personalNames",
1812
+ "type": "json",
1813
+ "default": "[\n {}\n]",
1814
+ "routing": {
1815
+ "send": {
1816
+ "property": "personalNames",
1817
+ "propertyInDotNotation": false,
1818
+ "type": "body",
1819
+ "value": "={{ JSON.parse($value) }}"
1820
+ }
1821
+ },
1822
+ "displayOptions": {
1823
+ "show": {
1824
+ "resource": [
1825
+ "Personal"
1826
+ ],
1827
+ "operation": [
1828
+ "Origin Batch"
1829
+ ]
1830
+ }
1831
+ }
1832
+ },
1833
+ {
1834
+ "displayName": "X API KEY (Header)",
1835
+ "name": "security_api_key",
1836
+ "type": "string",
1837
+ "default": "",
1838
+ "description": "api_key required",
1839
+ "required": false,
1840
+ "routing": {
1841
+ "request": {
1842
+ "headers": {
1843
+ "X-API-KEY": "={{ $value }}"
1844
+ }
1845
+ }
1846
+ },
1847
+ "displayOptions": {
1848
+ "show": {
1849
+ "resource": [
1850
+ "Personal"
1851
+ ],
1852
+ "operation": [
1853
+ "Origin Batch"
1854
+ ]
1855
+ }
1856
+ }
1857
+ },
1858
+ {
1859
+ "displayName": "GET /api2/json/parseName/{nameFull}",
1860
+ "name": "operation",
1861
+ "type": "notice",
1862
+ "typeOptions": {
1863
+ "theme": "info"
1864
+ },
1865
+ "default": "",
1866
+ "displayOptions": {
1867
+ "show": {
1868
+ "resource": [
1869
+ "Personal"
1870
+ ],
1871
+ "operation": [
1872
+ "Parse Name"
1873
+ ]
1874
+ }
1875
+ }
1876
+ },
1877
+ {
1878
+ "displayName": "Name Full",
1879
+ "name": "nameFull",
1880
+ "required": true,
1881
+ "default": "",
1882
+ "type": "string",
1883
+ "displayOptions": {
1884
+ "show": {
1885
+ "resource": [
1886
+ "Personal"
1887
+ ],
1888
+ "operation": [
1889
+ "Parse Name"
1890
+ ]
1891
+ }
1892
+ }
1893
+ },
1894
+ {
1895
+ "displayName": "X API KEY (Header)",
1896
+ "name": "security_api_key",
1897
+ "type": "string",
1898
+ "default": "",
1899
+ "description": "api_key required",
1900
+ "required": false,
1901
+ "routing": {
1902
+ "request": {
1903
+ "headers": {
1904
+ "X-API-KEY": "={{ $value }}"
1905
+ }
1906
+ }
1907
+ },
1908
+ "displayOptions": {
1909
+ "show": {
1910
+ "resource": [
1911
+ "Personal"
1912
+ ],
1913
+ "operation": [
1914
+ "Parse Name"
1915
+ ]
1916
+ }
1917
+ }
1918
+ },
1919
+ {
1920
+ "displayName": "GET /api2/json/parseName/{nameFull}/{countryIso2}",
1921
+ "name": "operation",
1922
+ "type": "notice",
1923
+ "typeOptions": {
1924
+ "theme": "info"
1925
+ },
1926
+ "default": "",
1927
+ "displayOptions": {
1928
+ "show": {
1929
+ "resource": [
1930
+ "Personal"
1931
+ ],
1932
+ "operation": [
1933
+ "Parse Name Geo"
1934
+ ]
1935
+ }
1936
+ }
1937
+ },
1938
+ {
1939
+ "displayName": "Name Full",
1940
+ "name": "nameFull",
1941
+ "required": true,
1942
+ "default": "",
1943
+ "type": "string",
1944
+ "displayOptions": {
1945
+ "show": {
1946
+ "resource": [
1947
+ "Personal"
1948
+ ],
1949
+ "operation": [
1950
+ "Parse Name Geo"
1951
+ ]
1952
+ }
1953
+ }
1954
+ },
1955
+ {
1956
+ "displayName": "Country Iso 2",
1957
+ "name": "countryIso2",
1958
+ "required": true,
1959
+ "default": "",
1960
+ "type": "string",
1961
+ "displayOptions": {
1962
+ "show": {
1963
+ "resource": [
1964
+ "Personal"
1965
+ ],
1966
+ "operation": [
1967
+ "Parse Name Geo"
1968
+ ]
1969
+ }
1970
+ }
1971
+ },
1972
+ {
1973
+ "displayName": "X API KEY (Header)",
1974
+ "name": "security_api_key",
1975
+ "type": "string",
1976
+ "default": "",
1977
+ "description": "api_key required",
1978
+ "required": false,
1979
+ "routing": {
1980
+ "request": {
1981
+ "headers": {
1982
+ "X-API-KEY": "={{ $value }}"
1983
+ }
1984
+ }
1985
+ },
1986
+ "displayOptions": {
1987
+ "show": {
1988
+ "resource": [
1989
+ "Personal"
1990
+ ],
1991
+ "operation": [
1992
+ "Parse Name Geo"
1993
+ ]
1994
+ }
1995
+ }
1996
+ },
1997
+ {
1998
+ "displayName": "POST /api2/json/parseNameBatch",
1999
+ "name": "operation",
2000
+ "type": "notice",
2001
+ "typeOptions": {
2002
+ "theme": "info"
2003
+ },
2004
+ "default": "",
2005
+ "displayOptions": {
2006
+ "show": {
2007
+ "resource": [
2008
+ "Personal"
2009
+ ],
2010
+ "operation": [
2011
+ "Parse Name Batch"
2012
+ ]
2013
+ }
2014
+ }
2015
+ },
2016
+ {
2017
+ "displayName": "Facts",
2018
+ "name": "facts",
2019
+ "type": "json",
2020
+ "default": "[\n {}\n]",
2021
+ "routing": {
2022
+ "send": {
2023
+ "property": "facts",
2024
+ "propertyInDotNotation": false,
2025
+ "type": "body",
2026
+ "value": "={{ JSON.parse($value) }}"
2027
+ }
2028
+ },
2029
+ "displayOptions": {
2030
+ "show": {
2031
+ "resource": [
2032
+ "Personal"
2033
+ ],
2034
+ "operation": [
2035
+ "Parse Name Batch"
2036
+ ]
2037
+ }
2038
+ }
2039
+ },
2040
+ {
2041
+ "displayName": "Personal Names",
2042
+ "name": "personalNames",
2043
+ "type": "json",
2044
+ "default": "[\n {}\n]",
2045
+ "routing": {
2046
+ "send": {
2047
+ "property": "personalNames",
2048
+ "propertyInDotNotation": false,
2049
+ "type": "body",
2050
+ "value": "={{ JSON.parse($value) }}"
2051
+ }
2052
+ },
2053
+ "displayOptions": {
2054
+ "show": {
2055
+ "resource": [
2056
+ "Personal"
2057
+ ],
2058
+ "operation": [
2059
+ "Parse Name Batch"
2060
+ ]
2061
+ }
2062
+ }
2063
+ },
2064
+ {
2065
+ "displayName": "X API KEY (Header)",
2066
+ "name": "security_api_key",
2067
+ "type": "string",
2068
+ "default": "",
2069
+ "description": "api_key required",
2070
+ "required": false,
2071
+ "routing": {
2072
+ "request": {
2073
+ "headers": {
2074
+ "X-API-KEY": "={{ $value }}"
2075
+ }
2076
+ }
2077
+ },
2078
+ "displayOptions": {
2079
+ "show": {
2080
+ "resource": [
2081
+ "Personal"
2082
+ ],
2083
+ "operation": [
2084
+ "Parse Name Batch"
2085
+ ]
2086
+ }
2087
+ }
2088
+ },
2089
+ {
2090
+ "displayName": "POST /api2/json/parseNameGeoBatch",
2091
+ "name": "operation",
2092
+ "type": "notice",
2093
+ "typeOptions": {
2094
+ "theme": "info"
2095
+ },
2096
+ "default": "",
2097
+ "displayOptions": {
2098
+ "show": {
2099
+ "resource": [
2100
+ "Personal"
2101
+ ],
2102
+ "operation": [
2103
+ "Parse Name Geo Batch"
2104
+ ]
2105
+ }
2106
+ }
2107
+ },
2108
+ {
2109
+ "displayName": "Facts",
2110
+ "name": "facts",
2111
+ "type": "json",
2112
+ "default": "[\n {}\n]",
2113
+ "routing": {
2114
+ "send": {
2115
+ "property": "facts",
2116
+ "propertyInDotNotation": false,
2117
+ "type": "body",
2118
+ "value": "={{ JSON.parse($value) }}"
2119
+ }
2120
+ },
2121
+ "displayOptions": {
2122
+ "show": {
2123
+ "resource": [
2124
+ "Personal"
2125
+ ],
2126
+ "operation": [
2127
+ "Parse Name Geo Batch"
2128
+ ]
2129
+ }
2130
+ }
2131
+ },
2132
+ {
2133
+ "displayName": "Personal Names",
2134
+ "name": "personalNames",
2135
+ "type": "json",
2136
+ "default": "[\n {}\n]",
2137
+ "routing": {
2138
+ "send": {
2139
+ "property": "personalNames",
2140
+ "propertyInDotNotation": false,
2141
+ "type": "body",
2142
+ "value": "={{ JSON.parse($value) }}"
2143
+ }
2144
+ },
2145
+ "displayOptions": {
2146
+ "show": {
2147
+ "resource": [
2148
+ "Personal"
2149
+ ],
2150
+ "operation": [
2151
+ "Parse Name Geo Batch"
2152
+ ]
2153
+ }
2154
+ }
2155
+ },
2156
+ {
2157
+ "displayName": "X API KEY (Header)",
2158
+ "name": "security_api_key",
2159
+ "type": "string",
2160
+ "default": "",
2161
+ "description": "api_key required",
2162
+ "required": false,
2163
+ "routing": {
2164
+ "request": {
2165
+ "headers": {
2166
+ "X-API-KEY": "={{ $value }}"
2167
+ }
2168
+ }
2169
+ },
2170
+ "displayOptions": {
2171
+ "show": {
2172
+ "resource": [
2173
+ "Personal"
2174
+ ],
2175
+ "operation": [
2176
+ "Parse Name Geo Batch"
2177
+ ]
2178
+ }
2179
+ }
2180
+ },
2181
+ {
2182
+ "displayName": "GET /api2/json/religionFull/{countryIso2}/{subDivisionIso31662}/{personalNameFull}",
2183
+ "name": "operation",
2184
+ "type": "notice",
2185
+ "typeOptions": {
2186
+ "theme": "info"
2187
+ },
2188
+ "default": "",
2189
+ "displayOptions": {
2190
+ "show": {
2191
+ "resource": [
2192
+ "Personal"
2193
+ ],
2194
+ "operation": [
2195
+ "Religion Full"
2196
+ ]
2197
+ }
2198
+ }
2199
+ },
2200
+ {
2201
+ "displayName": "Country Iso 2",
2202
+ "name": "countryIso2",
2203
+ "required": true,
2204
+ "default": "",
2205
+ "type": "string",
2206
+ "displayOptions": {
2207
+ "show": {
2208
+ "resource": [
2209
+ "Personal"
2210
+ ],
2211
+ "operation": [
2212
+ "Religion Full"
2213
+ ]
2214
+ }
2215
+ }
2216
+ },
2217
+ {
2218
+ "displayName": "Sub Division Iso 31662",
2219
+ "name": "subDivisionIso31662",
2220
+ "required": true,
2221
+ "default": "",
2222
+ "type": "string",
2223
+ "displayOptions": {
2224
+ "show": {
2225
+ "resource": [
2226
+ "Personal"
2227
+ ],
2228
+ "operation": [
2229
+ "Religion Full"
2230
+ ]
2231
+ }
2232
+ }
2233
+ },
2234
+ {
2235
+ "displayName": "Personal Name Full",
2236
+ "name": "personalNameFull",
2237
+ "required": true,
2238
+ "default": "",
2239
+ "type": "string",
2240
+ "displayOptions": {
2241
+ "show": {
2242
+ "resource": [
2243
+ "Personal"
2244
+ ],
2245
+ "operation": [
2246
+ "Religion Full"
2247
+ ]
2248
+ }
2249
+ }
2250
+ },
2251
+ {
2252
+ "displayName": "X API KEY (Header)",
2253
+ "name": "security_api_key",
2254
+ "type": "string",
2255
+ "default": "",
2256
+ "description": "api_key required",
2257
+ "required": false,
2258
+ "routing": {
2259
+ "request": {
2260
+ "headers": {
2261
+ "X-API-KEY": "={{ $value }}"
2262
+ }
2263
+ }
2264
+ },
2265
+ "displayOptions": {
2266
+ "show": {
2267
+ "resource": [
2268
+ "Personal"
2269
+ ],
2270
+ "operation": [
2271
+ "Religion Full"
2272
+ ]
2273
+ }
2274
+ }
2275
+ },
2276
+ {
2277
+ "displayName": "POST /api2/json/religionFullBatch",
2278
+ "name": "operation",
2279
+ "type": "notice",
2280
+ "typeOptions": {
2281
+ "theme": "info"
2282
+ },
2283
+ "default": "",
2284
+ "displayOptions": {
2285
+ "show": {
2286
+ "resource": [
2287
+ "Personal"
2288
+ ],
2289
+ "operation": [
2290
+ "Religion Full Batch"
2291
+ ]
2292
+ }
2293
+ }
2294
+ },
2295
+ {
2296
+ "displayName": "Facts",
2297
+ "name": "facts",
2298
+ "type": "json",
2299
+ "default": "[\n {}\n]",
2300
+ "routing": {
2301
+ "send": {
2302
+ "property": "facts",
2303
+ "propertyInDotNotation": false,
2304
+ "type": "body",
2305
+ "value": "={{ JSON.parse($value) }}"
2306
+ }
2307
+ },
2308
+ "displayOptions": {
2309
+ "show": {
2310
+ "resource": [
2311
+ "Personal"
2312
+ ],
2313
+ "operation": [
2314
+ "Religion Full Batch"
2315
+ ]
2316
+ }
2317
+ }
2318
+ },
2319
+ {
2320
+ "displayName": "Personal Names",
2321
+ "name": "personalNames",
2322
+ "type": "json",
2323
+ "default": "[\n {}\n]",
2324
+ "routing": {
2325
+ "send": {
2326
+ "property": "personalNames",
2327
+ "propertyInDotNotation": false,
2328
+ "type": "body",
2329
+ "value": "={{ JSON.parse($value) }}"
2330
+ }
2331
+ },
2332
+ "displayOptions": {
2333
+ "show": {
2334
+ "resource": [
2335
+ "Personal"
2336
+ ],
2337
+ "operation": [
2338
+ "Religion Full Batch"
2339
+ ]
2340
+ }
2341
+ }
2342
+ },
2343
+ {
2344
+ "displayName": "X API KEY (Header)",
2345
+ "name": "security_api_key",
2346
+ "type": "string",
2347
+ "default": "",
2348
+ "description": "api_key required",
2349
+ "required": false,
2350
+ "routing": {
2351
+ "request": {
2352
+ "headers": {
2353
+ "X-API-KEY": "={{ $value }}"
2354
+ }
2355
+ }
2356
+ },
2357
+ "displayOptions": {
2358
+ "show": {
2359
+ "resource": [
2360
+ "Personal"
2361
+ ],
2362
+ "operation": [
2363
+ "Religion Full Batch"
2364
+ ]
2365
+ }
2366
+ }
2367
+ },
2368
+ {
2369
+ "displayName": "GET /api2/json/subclassification/{countryIso2}/{firstName}/{lastName}",
2370
+ "name": "operation",
2371
+ "type": "notice",
2372
+ "typeOptions": {
2373
+ "theme": "info"
2374
+ },
2375
+ "default": "",
2376
+ "displayOptions": {
2377
+ "show": {
2378
+ "resource": [
2379
+ "Personal"
2380
+ ],
2381
+ "operation": [
2382
+ "Subclassification"
2383
+ ]
2384
+ }
2385
+ }
2386
+ },
2387
+ {
2388
+ "displayName": "Country Iso 2",
2389
+ "name": "countryIso2",
2390
+ "required": true,
2391
+ "default": "",
2392
+ "type": "string",
2393
+ "displayOptions": {
2394
+ "show": {
2395
+ "resource": [
2396
+ "Personal"
2397
+ ],
2398
+ "operation": [
2399
+ "Subclassification"
2400
+ ]
2401
+ }
2402
+ }
2403
+ },
2404
+ {
2405
+ "displayName": "First Name",
2406
+ "name": "firstName",
2407
+ "required": true,
2408
+ "default": "",
2409
+ "type": "string",
2410
+ "displayOptions": {
2411
+ "show": {
2412
+ "resource": [
2413
+ "Personal"
2414
+ ],
2415
+ "operation": [
2416
+ "Subclassification"
2417
+ ]
2418
+ }
2419
+ }
2420
+ },
2421
+ {
2422
+ "displayName": "Last Name",
2423
+ "name": "lastName",
2424
+ "required": true,
2425
+ "default": "",
2426
+ "type": "string",
2427
+ "displayOptions": {
2428
+ "show": {
2429
+ "resource": [
2430
+ "Personal"
2431
+ ],
2432
+ "operation": [
2433
+ "Subclassification"
2434
+ ]
2435
+ }
2436
+ }
2437
+ },
2438
+ {
2439
+ "displayName": "X API KEY (Header)",
2440
+ "name": "security_api_key",
2441
+ "type": "string",
2442
+ "default": "",
2443
+ "description": "api_key required",
2444
+ "required": false,
2445
+ "routing": {
2446
+ "request": {
2447
+ "headers": {
2448
+ "X-API-KEY": "={{ $value }}"
2449
+ }
2450
+ }
2451
+ },
2452
+ "displayOptions": {
2453
+ "show": {
2454
+ "resource": [
2455
+ "Personal"
2456
+ ],
2457
+ "operation": [
2458
+ "Subclassification"
2459
+ ]
2460
+ }
2461
+ }
2462
+ },
2463
+ {
2464
+ "displayName": "POST /api2/json/subclassificationBatch",
2465
+ "name": "operation",
2466
+ "type": "notice",
2467
+ "typeOptions": {
2468
+ "theme": "info"
2469
+ },
2470
+ "default": "",
2471
+ "displayOptions": {
2472
+ "show": {
2473
+ "resource": [
2474
+ "Personal"
2475
+ ],
2476
+ "operation": [
2477
+ "Subclassification Batch"
2478
+ ]
2479
+ }
2480
+ }
2481
+ },
2482
+ {
2483
+ "displayName": "Facts",
2484
+ "name": "facts",
2485
+ "type": "json",
2486
+ "default": "[\n {}\n]",
2487
+ "routing": {
2488
+ "send": {
2489
+ "property": "facts",
2490
+ "propertyInDotNotation": false,
2491
+ "type": "body",
2492
+ "value": "={{ JSON.parse($value) }}"
2493
+ }
2494
+ },
2495
+ "displayOptions": {
2496
+ "show": {
2497
+ "resource": [
2498
+ "Personal"
2499
+ ],
2500
+ "operation": [
2501
+ "Subclassification Batch"
2502
+ ]
2503
+ }
2504
+ }
2505
+ },
2506
+ {
2507
+ "displayName": "Personal Names",
2508
+ "name": "personalNames",
2509
+ "type": "json",
2510
+ "default": "[\n {}\n]",
2511
+ "routing": {
2512
+ "send": {
2513
+ "property": "personalNames",
2514
+ "propertyInDotNotation": false,
2515
+ "type": "body",
2516
+ "value": "={{ JSON.parse($value) }}"
2517
+ }
2518
+ },
2519
+ "displayOptions": {
2520
+ "show": {
2521
+ "resource": [
2522
+ "Personal"
2523
+ ],
2524
+ "operation": [
2525
+ "Subclassification Batch"
2526
+ ]
2527
+ }
2528
+ }
2529
+ },
2530
+ {
2531
+ "displayName": "X API KEY (Header)",
2532
+ "name": "security_api_key",
2533
+ "type": "string",
2534
+ "default": "",
2535
+ "description": "api_key required",
2536
+ "required": false,
2537
+ "routing": {
2538
+ "request": {
2539
+ "headers": {
2540
+ "X-API-KEY": "={{ $value }}"
2541
+ }
2542
+ }
2543
+ },
2544
+ "displayOptions": {
2545
+ "show": {
2546
+ "resource": [
2547
+ "Personal"
2548
+ ],
2549
+ "operation": [
2550
+ "Subclassification Batch"
2551
+ ]
2552
+ }
2553
+ }
2554
+ },
2555
+ {
2556
+ "displayName": "GET /api2/json/usRaceEthnicity/{firstName}/{lastName}",
2557
+ "name": "operation",
2558
+ "type": "notice",
2559
+ "typeOptions": {
2560
+ "theme": "info"
2561
+ },
2562
+ "default": "",
2563
+ "displayOptions": {
2564
+ "show": {
2565
+ "resource": [
2566
+ "Personal"
2567
+ ],
2568
+ "operation": [
2569
+ "Us Race Ethnicity"
2570
+ ]
2571
+ }
2572
+ }
2573
+ },
2574
+ {
2575
+ "displayName": "First Name",
2576
+ "name": "firstName",
2577
+ "required": true,
2578
+ "default": "",
2579
+ "type": "string",
2580
+ "displayOptions": {
2581
+ "show": {
2582
+ "resource": [
2583
+ "Personal"
2584
+ ],
2585
+ "operation": [
2586
+ "Us Race Ethnicity"
2587
+ ]
2588
+ }
2589
+ }
2590
+ },
2591
+ {
2592
+ "displayName": "Last Name",
2593
+ "name": "lastName",
2594
+ "required": true,
2595
+ "default": "",
2596
+ "type": "string",
2597
+ "displayOptions": {
2598
+ "show": {
2599
+ "resource": [
2600
+ "Personal"
2601
+ ],
2602
+ "operation": [
2603
+ "Us Race Ethnicity"
2604
+ ]
2605
+ }
2606
+ }
2607
+ },
2608
+ {
2609
+ "displayName": "X API KEY (Header)",
2610
+ "name": "security_api_key",
2611
+ "type": "string",
2612
+ "default": "",
2613
+ "description": "api_key required",
2614
+ "required": false,
2615
+ "routing": {
2616
+ "request": {
2617
+ "headers": {
2618
+ "X-API-KEY": "={{ $value }}"
2619
+ }
2620
+ }
2621
+ },
2622
+ "displayOptions": {
2623
+ "show": {
2624
+ "resource": [
2625
+ "Personal"
2626
+ ],
2627
+ "operation": [
2628
+ "Us Race Ethnicity"
2629
+ ]
2630
+ }
2631
+ }
2632
+ },
2633
+ {
2634
+ "displayName": "POST /api2/json/usRaceEthnicityBatch",
2635
+ "name": "operation",
2636
+ "type": "notice",
2637
+ "typeOptions": {
2638
+ "theme": "info"
2639
+ },
2640
+ "default": "",
2641
+ "displayOptions": {
2642
+ "show": {
2643
+ "resource": [
2644
+ "Personal"
2645
+ ],
2646
+ "operation": [
2647
+ "Us Race Ethnicity Batch"
2648
+ ]
2649
+ }
2650
+ }
2651
+ },
2652
+ {
2653
+ "displayName": "Facts",
2654
+ "name": "facts",
2655
+ "type": "json",
2656
+ "default": "[\n {}\n]",
2657
+ "routing": {
2658
+ "send": {
2659
+ "property": "facts",
2660
+ "propertyInDotNotation": false,
2661
+ "type": "body",
2662
+ "value": "={{ JSON.parse($value) }}"
2663
+ }
2664
+ },
2665
+ "displayOptions": {
2666
+ "show": {
2667
+ "resource": [
2668
+ "Personal"
2669
+ ],
2670
+ "operation": [
2671
+ "Us Race Ethnicity Batch"
2672
+ ]
2673
+ }
2674
+ }
2675
+ },
2676
+ {
2677
+ "displayName": "Personal Names",
2678
+ "name": "personalNames",
2679
+ "type": "json",
2680
+ "default": "[\n {}\n]",
2681
+ "routing": {
2682
+ "send": {
2683
+ "property": "personalNames",
2684
+ "propertyInDotNotation": false,
2685
+ "type": "body",
2686
+ "value": "={{ JSON.parse($value) }}"
2687
+ }
2688
+ },
2689
+ "displayOptions": {
2690
+ "show": {
2691
+ "resource": [
2692
+ "Personal"
2693
+ ],
2694
+ "operation": [
2695
+ "Us Race Ethnicity Batch"
2696
+ ]
2697
+ }
2698
+ }
2699
+ },
2700
+ {
2701
+ "displayName": "X API KEY (Header)",
2702
+ "name": "security_api_key",
2703
+ "type": "string",
2704
+ "default": "",
2705
+ "description": "api_key required",
2706
+ "required": false,
2707
+ "routing": {
2708
+ "request": {
2709
+ "headers": {
2710
+ "X-API-KEY": "={{ $value }}"
2711
+ }
2712
+ }
2713
+ },
2714
+ "displayOptions": {
2715
+ "show": {
2716
+ "resource": [
2717
+ "Personal"
2718
+ ],
2719
+ "operation": [
2720
+ "Us Race Ethnicity Batch"
2721
+ ]
2722
+ }
2723
+ }
2724
+ },
2725
+ {
2726
+ "displayName": "GET /api2/json/usRaceEthnicityZIP5/{firstName}/{lastName}/{zip5Code}",
2727
+ "name": "operation",
2728
+ "type": "notice",
2729
+ "typeOptions": {
2730
+ "theme": "info"
2731
+ },
2732
+ "default": "",
2733
+ "displayOptions": {
2734
+ "show": {
2735
+ "resource": [
2736
+ "Personal"
2737
+ ],
2738
+ "operation": [
2739
+ "Us Race Ethnicity ZIP 5"
2740
+ ]
2741
+ }
2742
+ }
2743
+ },
2744
+ {
2745
+ "displayName": "First Name",
2746
+ "name": "firstName",
2747
+ "required": true,
2748
+ "default": "",
2749
+ "type": "string",
2750
+ "displayOptions": {
2751
+ "show": {
2752
+ "resource": [
2753
+ "Personal"
2754
+ ],
2755
+ "operation": [
2756
+ "Us Race Ethnicity ZIP 5"
2757
+ ]
2758
+ }
2759
+ }
2760
+ },
2761
+ {
2762
+ "displayName": "Last Name",
2763
+ "name": "lastName",
2764
+ "required": true,
2765
+ "default": "",
2766
+ "type": "string",
2767
+ "displayOptions": {
2768
+ "show": {
2769
+ "resource": [
2770
+ "Personal"
2771
+ ],
2772
+ "operation": [
2773
+ "Us Race Ethnicity ZIP 5"
2774
+ ]
2775
+ }
2776
+ }
2777
+ },
2778
+ {
2779
+ "displayName": "Zip 5 Code",
2780
+ "name": "zip5Code",
2781
+ "required": true,
2782
+ "default": "",
2783
+ "type": "string",
2784
+ "displayOptions": {
2785
+ "show": {
2786
+ "resource": [
2787
+ "Personal"
2788
+ ],
2789
+ "operation": [
2790
+ "Us Race Ethnicity ZIP 5"
2791
+ ]
2792
+ }
2793
+ }
2794
+ },
2795
+ {
2796
+ "displayName": "X API KEY (Header)",
2797
+ "name": "security_api_key",
2798
+ "type": "string",
2799
+ "default": "",
2800
+ "description": "api_key required",
2801
+ "required": false,
2802
+ "routing": {
2803
+ "request": {
2804
+ "headers": {
2805
+ "X-API-KEY": "={{ $value }}"
2806
+ }
2807
+ }
2808
+ },
2809
+ "displayOptions": {
2810
+ "show": {
2811
+ "resource": [
2812
+ "Personal"
2813
+ ],
2814
+ "operation": [
2815
+ "Us Race Ethnicity ZIP 5"
2816
+ ]
2817
+ }
2818
+ }
2819
+ },
2820
+ {
2821
+ "displayName": "POST /api2/json/usZipRaceEthnicityBatch",
2822
+ "name": "operation",
2823
+ "type": "notice",
2824
+ "typeOptions": {
2825
+ "theme": "info"
2826
+ },
2827
+ "default": "",
2828
+ "displayOptions": {
2829
+ "show": {
2830
+ "resource": [
2831
+ "Personal"
2832
+ ],
2833
+ "operation": [
2834
+ "Us Zip Race Ethnicity Batch"
2835
+ ]
2836
+ }
2837
+ }
2838
+ },
2839
+ {
2840
+ "displayName": "Facts",
2841
+ "name": "facts",
2842
+ "type": "json",
2843
+ "default": "[\n {}\n]",
2844
+ "routing": {
2845
+ "send": {
2846
+ "property": "facts",
2847
+ "propertyInDotNotation": false,
2848
+ "type": "body",
2849
+ "value": "={{ JSON.parse($value) }}"
2850
+ }
2851
+ },
2852
+ "displayOptions": {
2853
+ "show": {
2854
+ "resource": [
2855
+ "Personal"
2856
+ ],
2857
+ "operation": [
2858
+ "Us Zip Race Ethnicity Batch"
2859
+ ]
2860
+ }
2861
+ }
2862
+ },
2863
+ {
2864
+ "displayName": "Personal Names",
2865
+ "name": "personalNames",
2866
+ "type": "json",
2867
+ "default": "[\n {}\n]",
2868
+ "routing": {
2869
+ "send": {
2870
+ "property": "personalNames",
2871
+ "propertyInDotNotation": false,
2872
+ "type": "body",
2873
+ "value": "={{ JSON.parse($value) }}"
2874
+ }
2875
+ },
2876
+ "displayOptions": {
2877
+ "show": {
2878
+ "resource": [
2879
+ "Personal"
2880
+ ],
2881
+ "operation": [
2882
+ "Us Zip Race Ethnicity Batch"
2883
+ ]
2884
+ }
2885
+ }
2886
+ },
2887
+ {
2888
+ "displayName": "X API KEY (Header)",
2889
+ "name": "security_api_key",
2890
+ "type": "string",
2891
+ "default": "",
2892
+ "description": "api_key required",
2893
+ "required": false,
2894
+ "routing": {
2895
+ "request": {
2896
+ "headers": {
2897
+ "X-API-KEY": "={{ $value }}"
2898
+ }
2899
+ }
2900
+ },
2901
+ "displayOptions": {
2902
+ "show": {
2903
+ "resource": [
2904
+ "Personal"
2905
+ ],
2906
+ "operation": [
2907
+ "Us Zip Race Ethnicity Batch"
2908
+ ]
2909
+ }
2910
+ }
2911
+ },
2912
+ ];
2913
+ //# sourceMappingURL=index.js.map