@n8n-dev/n8n-nodes-monarchinitiative 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 (97) hide show
  1. package/README.md +122 -0
  2. package/dist/banner.svg +124 -0
  3. package/dist/credentials/MonarchinitiativeApi.credentials.d.ts +9 -0
  4. package/dist/credentials/MonarchinitiativeApi.credentials.js +49 -0
  5. package/dist/credentials/MonarchinitiativeApi.credentials.js.map +1 -0
  6. package/dist/icons/monarchinitiative.dark.svg +18 -0
  7. package/dist/icons/monarchinitiative.svg +18 -0
  8. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.d.ts +4 -0
  9. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js +229 -0
  10. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js.map +1 -0
  11. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.json +20 -0
  12. package/dist/nodes/Monarchinitiative/monarchinitiative.dark.svg +18 -0
  13. package/dist/nodes/Monarchinitiative/monarchinitiative.svg +18 -0
  14. package/dist/nodes/Monarchinitiative/resources/association/index.d.ts +2 -0
  15. package/dist/nodes/Monarchinitiative/resources/association/index.js +1439 -0
  16. package/dist/nodes/Monarchinitiative/resources/association/index.js.map +1 -0
  17. package/dist/nodes/Monarchinitiative/resources/bioentity/index.d.ts +2 -0
  18. package/dist/nodes/Monarchinitiative/resources/bioentity/index.js +30727 -0
  19. package/dist/nodes/Monarchinitiative/resources/bioentity/index.js.map +1 -0
  20. package/dist/nodes/Monarchinitiative/resources/bioentityset/index.d.ts +2 -0
  21. package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js +621 -0
  22. package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js.map +1 -0
  23. package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.d.ts +2 -0
  24. package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js +78 -0
  25. package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js.map +1 -0
  26. package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.d.ts +2 -0
  27. package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js +531 -0
  28. package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js.map +1 -0
  29. package/dist/nodes/Monarchinitiative/resources/cam/index.d.ts +2 -0
  30. package/dist/nodes/Monarchinitiative/resources/cam/index.js +632 -0
  31. package/dist/nodes/Monarchinitiative/resources/cam/index.js.map +1 -0
  32. package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.d.ts +2 -0
  33. package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js +109 -0
  34. package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js.map +1 -0
  35. package/dist/nodes/Monarchinitiative/resources/genome-features/index.d.ts +2 -0
  36. package/dist/nodes/Monarchinitiative/resources/genome-features/index.js +53 -0
  37. package/dist/nodes/Monarchinitiative/resources/genome-features/index.js.map +1 -0
  38. package/dist/nodes/Monarchinitiative/resources/graph/index.d.ts +2 -0
  39. package/dist/nodes/Monarchinitiative/resources/graph/index.js +233 -0
  40. package/dist/nodes/Monarchinitiative/resources/graph/index.js.map +1 -0
  41. package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.d.ts +2 -0
  42. package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js +53 -0
  43. package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js.map +1 -0
  44. package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.d.ts +2 -0
  45. package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js +115 -0
  46. package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js.map +1 -0
  47. package/dist/nodes/Monarchinitiative/resources/index.d.ts +26 -0
  48. package/dist/nodes/Monarchinitiative/resources/index.js +56 -0
  49. package/dist/nodes/Monarchinitiative/resources/index.js.map +1 -0
  50. package/dist/nodes/Monarchinitiative/resources/individual/index.d.ts +2 -0
  51. package/dist/nodes/Monarchinitiative/resources/individual/index.js +84 -0
  52. package/dist/nodes/Monarchinitiative/resources/individual/index.js.map +1 -0
  53. package/dist/nodes/Monarchinitiative/resources/mart/index.d.ts +2 -0
  54. package/dist/nodes/Monarchinitiative/resources/mart/index.js +252 -0
  55. package/dist/nodes/Monarchinitiative/resources/mart/index.js.map +1 -0
  56. package/dist/nodes/Monarchinitiative/resources/metadata/index.d.ts +2 -0
  57. package/dist/nodes/Monarchinitiative/resources/metadata/index.js +53 -0
  58. package/dist/nodes/Monarchinitiative/resources/metadata/index.js.map +1 -0
  59. package/dist/nodes/Monarchinitiative/resources/mme/index.d.ts +2 -0
  60. package/dist/nodes/Monarchinitiative/resources/mme/index.js +177 -0
  61. package/dist/nodes/Monarchinitiative/resources/mme/index.js.map +1 -0
  62. package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.d.ts +2 -0
  63. package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js +946 -0
  64. package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js.map +1 -0
  65. package/dist/nodes/Monarchinitiative/resources/ontol/index.d.ts +2 -0
  66. package/dist/nodes/Monarchinitiative/resources/ontol/index.js +390 -0
  67. package/dist/nodes/Monarchinitiative/resources/ontol/index.js.map +1 -0
  68. package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.d.ts +2 -0
  69. package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js +136 -0
  70. package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js.map +1 -0
  71. package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.d.ts +2 -0
  72. package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js +79 -0
  73. package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js.map +1 -0
  74. package/dist/nodes/Monarchinitiative/resources/ontology/index.d.ts +2 -0
  75. package/dist/nodes/Monarchinitiative/resources/ontology/index.js +376 -0
  76. package/dist/nodes/Monarchinitiative/resources/ontology/index.js.map +1 -0
  77. package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.d.ts +2 -0
  78. package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js +84 -0
  79. package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js.map +1 -0
  80. package/dist/nodes/Monarchinitiative/resources/pair-sim/index.d.ts +2 -0
  81. package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js +78 -0
  82. package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js.map +1 -0
  83. package/dist/nodes/Monarchinitiative/resources/relation-usage/index.d.ts +2 -0
  84. package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js +346 -0
  85. package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js.map +1 -0
  86. package/dist/nodes/Monarchinitiative/resources/search/index.d.ts +2 -0
  87. package/dist/nodes/Monarchinitiative/resources/search/index.js +940 -0
  88. package/dist/nodes/Monarchinitiative/resources/search/index.js.map +1 -0
  89. package/dist/nodes/Monarchinitiative/resources/sim/index.d.ts +2 -0
  90. package/dist/nodes/Monarchinitiative/resources/sim/index.js +596 -0
  91. package/dist/nodes/Monarchinitiative/resources/sim/index.js.map +1 -0
  92. package/dist/nodes/Monarchinitiative/resources/variation-set/index.d.ts +2 -0
  93. package/dist/nodes/Monarchinitiative/resources/variation-set/index.js +689 -0
  94. package/dist/nodes/Monarchinitiative/resources/variation-set/index.js.map +1 -0
  95. package/dist/package.json +62 -0
  96. package/dist/tsconfig.tsbuildinfo +1 -0
  97. package/package.json +62 -0
@@ -0,0 +1,940 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.searchDescription = void 0;
4
+ exports.searchDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Search"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Autocomplete",
20
+ "value": "Get Autocomplete",
21
+ "action": "Returns list of matching concepts or entities using lexical search",
22
+ "description": "Returns list of matching concepts or entities using lexical search",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/search/entity/autocomplete/{{$parameter[\"term\"]}}"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Get Search Hpo Entities",
32
+ "value": "Get Search Hpo Entities",
33
+ "action": "Returns list of matching concepts or entities using lexical search",
34
+ "description": "Returns list of matching concepts or entities using lexical search",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/search/entity/hpo-pl/{{$parameter[\"term\"]}}"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Search Entities",
44
+ "value": "Get Search Entities",
45
+ "action": "Returns list of matching concepts or entities using lexical search",
46
+ "description": "Returns list of matching concepts or entities using lexical search",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/search/entity/{{$parameter[\"term\"]}}"
51
+ }
52
+ }
53
+ }
54
+ ],
55
+ "default": ""
56
+ },
57
+ {
58
+ "displayName": "GET /search/entity/autocomplete/{term}",
59
+ "name": "operation",
60
+ "type": "notice",
61
+ "typeOptions": {
62
+ "theme": "info"
63
+ },
64
+ "default": "",
65
+ "displayOptions": {
66
+ "show": {
67
+ "resource": [
68
+ "Search"
69
+ ],
70
+ "operation": [
71
+ "Get Autocomplete"
72
+ ]
73
+ }
74
+ }
75
+ },
76
+ {
77
+ "displayName": "Fq",
78
+ "name": "fq",
79
+ "description": "fq string passed directly to solr, note that multiple filters will be combined with an AND operator. Combining fq_string with other parameters may result in unexpected behavior.",
80
+ "default": "[\n null\n]",
81
+ "type": "json",
82
+ "routing": {
83
+ "send": {
84
+ "type": "query",
85
+ "property": "fq",
86
+ "value": "={{ $value }}",
87
+ "propertyInDotNotation": false
88
+ }
89
+ },
90
+ "displayOptions": {
91
+ "show": {
92
+ "resource": [
93
+ "Search"
94
+ ],
95
+ "operation": [
96
+ "Get Autocomplete"
97
+ ]
98
+ }
99
+ }
100
+ },
101
+ {
102
+ "displayName": "Category",
103
+ "name": "category",
104
+ "description": "e.g. gene, disease",
105
+ "default": "[\n null\n]",
106
+ "type": "json",
107
+ "routing": {
108
+ "send": {
109
+ "type": "query",
110
+ "property": "category",
111
+ "value": "={{ $value }}",
112
+ "propertyInDotNotation": false
113
+ }
114
+ },
115
+ "displayOptions": {
116
+ "show": {
117
+ "resource": [
118
+ "Search"
119
+ ],
120
+ "operation": [
121
+ "Get Autocomplete"
122
+ ]
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "displayName": "Prefix",
128
+ "name": "prefix",
129
+ "description": "ontology prefix: HP, -MONDO",
130
+ "default": "[\n null\n]",
131
+ "type": "json",
132
+ "routing": {
133
+ "send": {
134
+ "type": "query",
135
+ "property": "prefix",
136
+ "value": "={{ $value }}",
137
+ "propertyInDotNotation": false
138
+ }
139
+ },
140
+ "displayOptions": {
141
+ "show": {
142
+ "resource": [
143
+ "Search"
144
+ ],
145
+ "operation": [
146
+ "Get Autocomplete"
147
+ ]
148
+ }
149
+ }
150
+ },
151
+ {
152
+ "displayName": "Include Eqs",
153
+ "name": "include_eqs",
154
+ "description": "Include equivalent ids in prefix filter",
155
+ "default": false,
156
+ "type": "boolean",
157
+ "routing": {
158
+ "send": {
159
+ "type": "query",
160
+ "property": "include_eqs",
161
+ "value": "={{ $value }}",
162
+ "propertyInDotNotation": false
163
+ }
164
+ },
165
+ "displayOptions": {
166
+ "show": {
167
+ "resource": [
168
+ "Search"
169
+ ],
170
+ "operation": [
171
+ "Get Autocomplete"
172
+ ]
173
+ }
174
+ }
175
+ },
176
+ {
177
+ "displayName": "Boost Fx",
178
+ "name": "boost_fx",
179
+ "description": "boost function e.g. pow(edges,0.334)",
180
+ "default": "[\n null\n]",
181
+ "type": "json",
182
+ "routing": {
183
+ "send": {
184
+ "type": "query",
185
+ "property": "boost_fx",
186
+ "value": "={{ $value }}",
187
+ "propertyInDotNotation": false
188
+ }
189
+ },
190
+ "displayOptions": {
191
+ "show": {
192
+ "resource": [
193
+ "Search"
194
+ ],
195
+ "operation": [
196
+ "Get Autocomplete"
197
+ ]
198
+ }
199
+ }
200
+ },
201
+ {
202
+ "displayName": "Boost Q",
203
+ "name": "boost_q",
204
+ "description": "boost query e.g. category:genotype^-10",
205
+ "default": "[\n null\n]",
206
+ "type": "json",
207
+ "routing": {
208
+ "send": {
209
+ "type": "query",
210
+ "property": "boost_q",
211
+ "value": "={{ $value }}",
212
+ "propertyInDotNotation": false
213
+ }
214
+ },
215
+ "displayOptions": {
216
+ "show": {
217
+ "resource": [
218
+ "Search"
219
+ ],
220
+ "operation": [
221
+ "Get Autocomplete"
222
+ ]
223
+ }
224
+ }
225
+ },
226
+ {
227
+ "displayName": "Taxon",
228
+ "name": "taxon",
229
+ "description": "taxon filter, eg NCBITaxon:9606, includes inferred taxa",
230
+ "default": "[\n null\n]",
231
+ "type": "json",
232
+ "routing": {
233
+ "send": {
234
+ "type": "query",
235
+ "property": "taxon",
236
+ "value": "={{ $value }}",
237
+ "propertyInDotNotation": false
238
+ }
239
+ },
240
+ "displayOptions": {
241
+ "show": {
242
+ "resource": [
243
+ "Search"
244
+ ],
245
+ "operation": [
246
+ "Get Autocomplete"
247
+ ]
248
+ }
249
+ }
250
+ },
251
+ {
252
+ "displayName": "Rows",
253
+ "name": "rows",
254
+ "description": "number of rows",
255
+ "default": 20,
256
+ "type": "number",
257
+ "routing": {
258
+ "send": {
259
+ "type": "query",
260
+ "property": "rows",
261
+ "value": "={{ $value }}",
262
+ "propertyInDotNotation": false
263
+ }
264
+ },
265
+ "displayOptions": {
266
+ "show": {
267
+ "resource": [
268
+ "Search"
269
+ ],
270
+ "operation": [
271
+ "Get Autocomplete"
272
+ ]
273
+ }
274
+ }
275
+ },
276
+ {
277
+ "displayName": "Start",
278
+ "name": "start",
279
+ "description": "row number to start from",
280
+ "default": "0",
281
+ "type": "string",
282
+ "routing": {
283
+ "send": {
284
+ "type": "query",
285
+ "property": "start",
286
+ "value": "={{ $value }}",
287
+ "propertyInDotNotation": false
288
+ }
289
+ },
290
+ "displayOptions": {
291
+ "show": {
292
+ "resource": [
293
+ "Search"
294
+ ],
295
+ "operation": [
296
+ "Get Autocomplete"
297
+ ]
298
+ }
299
+ }
300
+ },
301
+ {
302
+ "displayName": "Highlight Class",
303
+ "name": "highlight_class",
304
+ "description": "highlight class",
305
+ "default": "",
306
+ "type": "string",
307
+ "routing": {
308
+ "send": {
309
+ "type": "query",
310
+ "property": "highlight_class",
311
+ "value": "={{ $value }}",
312
+ "propertyInDotNotation": false
313
+ }
314
+ },
315
+ "displayOptions": {
316
+ "show": {
317
+ "resource": [
318
+ "Search"
319
+ ],
320
+ "operation": [
321
+ "Get Autocomplete"
322
+ ]
323
+ }
324
+ }
325
+ },
326
+ {
327
+ "displayName": "Min Match",
328
+ "name": "min_match",
329
+ "description": "minimum should match parameter, see solr docs for details",
330
+ "default": "",
331
+ "type": "string",
332
+ "routing": {
333
+ "send": {
334
+ "type": "query",
335
+ "property": "min_match",
336
+ "value": "={{ $value }}",
337
+ "propertyInDotNotation": false
338
+ }
339
+ },
340
+ "displayOptions": {
341
+ "show": {
342
+ "resource": [
343
+ "Search"
344
+ ],
345
+ "operation": [
346
+ "Get Autocomplete"
347
+ ]
348
+ }
349
+ }
350
+ },
351
+ {
352
+ "displayName": "Exclude Groups",
353
+ "name": "exclude_groups",
354
+ "description": "Exclude grouping classes (classes with subclasses)",
355
+ "default": false,
356
+ "type": "boolean",
357
+ "routing": {
358
+ "send": {
359
+ "type": "query",
360
+ "property": "exclude_groups",
361
+ "value": "={{ $value }}",
362
+ "propertyInDotNotation": false
363
+ }
364
+ },
365
+ "displayOptions": {
366
+ "show": {
367
+ "resource": [
368
+ "Search"
369
+ ],
370
+ "operation": [
371
+ "Get Autocomplete"
372
+ ]
373
+ }
374
+ }
375
+ },
376
+ {
377
+ "displayName": "Minimal Tokenizer",
378
+ "name": "minimal_tokenizer",
379
+ "description": "set to true to use the minimal tokenizer, good for variants and genotypes",
380
+ "default": false,
381
+ "type": "boolean",
382
+ "routing": {
383
+ "send": {
384
+ "type": "query",
385
+ "property": "minimal_tokenizer",
386
+ "value": "={{ $value }}",
387
+ "propertyInDotNotation": false
388
+ }
389
+ },
390
+ "displayOptions": {
391
+ "show": {
392
+ "resource": [
393
+ "Search"
394
+ ],
395
+ "operation": [
396
+ "Get Autocomplete"
397
+ ]
398
+ }
399
+ }
400
+ },
401
+ {
402
+ "displayName": "GET /search/entity/hpo-pl/{term}",
403
+ "name": "operation",
404
+ "type": "notice",
405
+ "typeOptions": {
406
+ "theme": "info"
407
+ },
408
+ "default": "",
409
+ "displayOptions": {
410
+ "show": {
411
+ "resource": [
412
+ "Search"
413
+ ],
414
+ "operation": [
415
+ "Get Search Hpo Entities"
416
+ ]
417
+ }
418
+ }
419
+ },
420
+ {
421
+ "displayName": "Rows",
422
+ "name": "rows",
423
+ "description": "number of rows",
424
+ "default": 10,
425
+ "type": "number",
426
+ "routing": {
427
+ "send": {
428
+ "type": "query",
429
+ "property": "rows",
430
+ "value": "={{ $value }}",
431
+ "propertyInDotNotation": false
432
+ }
433
+ },
434
+ "displayOptions": {
435
+ "show": {
436
+ "resource": [
437
+ "Search"
438
+ ],
439
+ "operation": [
440
+ "Get Search Hpo Entities"
441
+ ]
442
+ }
443
+ }
444
+ },
445
+ {
446
+ "displayName": "Start",
447
+ "name": "start",
448
+ "description": "row number to start from",
449
+ "default": "0",
450
+ "type": "string",
451
+ "routing": {
452
+ "send": {
453
+ "type": "query",
454
+ "property": "start",
455
+ "value": "={{ $value }}",
456
+ "propertyInDotNotation": false
457
+ }
458
+ },
459
+ "displayOptions": {
460
+ "show": {
461
+ "resource": [
462
+ "Search"
463
+ ],
464
+ "operation": [
465
+ "Get Search Hpo Entities"
466
+ ]
467
+ }
468
+ }
469
+ },
470
+ {
471
+ "displayName": "Phenotype Group",
472
+ "name": "phenotype_group",
473
+ "description": "phenotype group id",
474
+ "default": "",
475
+ "type": "string",
476
+ "routing": {
477
+ "send": {
478
+ "type": "query",
479
+ "property": "phenotype_group",
480
+ "value": "={{ $value }}",
481
+ "propertyInDotNotation": false
482
+ }
483
+ },
484
+ "displayOptions": {
485
+ "show": {
486
+ "resource": [
487
+ "Search"
488
+ ],
489
+ "operation": [
490
+ "Get Search Hpo Entities"
491
+ ]
492
+ }
493
+ }
494
+ },
495
+ {
496
+ "displayName": "Phenotype Group Label",
497
+ "name": "phenotype_group_label",
498
+ "description": "phenotype group label",
499
+ "default": "",
500
+ "type": "string",
501
+ "routing": {
502
+ "send": {
503
+ "type": "query",
504
+ "property": "phenotype_group_label",
505
+ "value": "={{ $value }}",
506
+ "propertyInDotNotation": false
507
+ }
508
+ },
509
+ "displayOptions": {
510
+ "show": {
511
+ "resource": [
512
+ "Search"
513
+ ],
514
+ "operation": [
515
+ "Get Search Hpo Entities"
516
+ ]
517
+ }
518
+ }
519
+ },
520
+ {
521
+ "displayName": "Anatomical System",
522
+ "name": "anatomical_system",
523
+ "description": "anatomical system id",
524
+ "default": "",
525
+ "type": "string",
526
+ "routing": {
527
+ "send": {
528
+ "type": "query",
529
+ "property": "anatomical_system",
530
+ "value": "={{ $value }}",
531
+ "propertyInDotNotation": false
532
+ }
533
+ },
534
+ "displayOptions": {
535
+ "show": {
536
+ "resource": [
537
+ "Search"
538
+ ],
539
+ "operation": [
540
+ "Get Search Hpo Entities"
541
+ ]
542
+ }
543
+ }
544
+ },
545
+ {
546
+ "displayName": "Anatomical System Label",
547
+ "name": "anatomical_system_label",
548
+ "description": "anatomical system label",
549
+ "default": "",
550
+ "type": "string",
551
+ "routing": {
552
+ "send": {
553
+ "type": "query",
554
+ "property": "anatomical_system_label",
555
+ "value": "={{ $value }}",
556
+ "propertyInDotNotation": false
557
+ }
558
+ },
559
+ "displayOptions": {
560
+ "show": {
561
+ "resource": [
562
+ "Search"
563
+ ],
564
+ "operation": [
565
+ "Get Search Hpo Entities"
566
+ ]
567
+ }
568
+ }
569
+ },
570
+ {
571
+ "displayName": "Highlight Class",
572
+ "name": "highlight_class",
573
+ "description": "highlight class",
574
+ "default": "",
575
+ "type": "string",
576
+ "routing": {
577
+ "send": {
578
+ "type": "query",
579
+ "property": "highlight_class",
580
+ "value": "={{ $value }}",
581
+ "propertyInDotNotation": false
582
+ }
583
+ },
584
+ "displayOptions": {
585
+ "show": {
586
+ "resource": [
587
+ "Search"
588
+ ],
589
+ "operation": [
590
+ "Get Search Hpo Entities"
591
+ ]
592
+ }
593
+ }
594
+ },
595
+ {
596
+ "displayName": "GET /search/entity/{term}",
597
+ "name": "operation",
598
+ "type": "notice",
599
+ "typeOptions": {
600
+ "theme": "info"
601
+ },
602
+ "default": "",
603
+ "displayOptions": {
604
+ "show": {
605
+ "resource": [
606
+ "Search"
607
+ ],
608
+ "operation": [
609
+ "Get Search Entities"
610
+ ]
611
+ }
612
+ }
613
+ },
614
+ {
615
+ "displayName": "Fq",
616
+ "name": "fq",
617
+ "description": "fq string passed directly to solr, note that multiple filters will be combined with an AND operator. Combining fq_string with other parameters may result in unexpected behavior.",
618
+ "default": "[\n null\n]",
619
+ "type": "json",
620
+ "routing": {
621
+ "send": {
622
+ "type": "query",
623
+ "property": "fq",
624
+ "value": "={{ $value }}",
625
+ "propertyInDotNotation": false
626
+ }
627
+ },
628
+ "displayOptions": {
629
+ "show": {
630
+ "resource": [
631
+ "Search"
632
+ ],
633
+ "operation": [
634
+ "Get Search Entities"
635
+ ]
636
+ }
637
+ }
638
+ },
639
+ {
640
+ "displayName": "Category",
641
+ "name": "category",
642
+ "description": "e.g. gene, disease",
643
+ "default": "[\n null\n]",
644
+ "type": "json",
645
+ "routing": {
646
+ "send": {
647
+ "type": "query",
648
+ "property": "category",
649
+ "value": "={{ $value }}",
650
+ "propertyInDotNotation": false
651
+ }
652
+ },
653
+ "displayOptions": {
654
+ "show": {
655
+ "resource": [
656
+ "Search"
657
+ ],
658
+ "operation": [
659
+ "Get Search Entities"
660
+ ]
661
+ }
662
+ }
663
+ },
664
+ {
665
+ "displayName": "Prefix",
666
+ "name": "prefix",
667
+ "description": "ontology prefix: HP, -MONDO",
668
+ "default": "[\n null\n]",
669
+ "type": "json",
670
+ "routing": {
671
+ "send": {
672
+ "type": "query",
673
+ "property": "prefix",
674
+ "value": "={{ $value }}",
675
+ "propertyInDotNotation": false
676
+ }
677
+ },
678
+ "displayOptions": {
679
+ "show": {
680
+ "resource": [
681
+ "Search"
682
+ ],
683
+ "operation": [
684
+ "Get Search Entities"
685
+ ]
686
+ }
687
+ }
688
+ },
689
+ {
690
+ "displayName": "Include Eqs",
691
+ "name": "include_eqs",
692
+ "description": "Include equivalent ids in prefix filter",
693
+ "default": false,
694
+ "type": "boolean",
695
+ "routing": {
696
+ "send": {
697
+ "type": "query",
698
+ "property": "include_eqs",
699
+ "value": "={{ $value }}",
700
+ "propertyInDotNotation": false
701
+ }
702
+ },
703
+ "displayOptions": {
704
+ "show": {
705
+ "resource": [
706
+ "Search"
707
+ ],
708
+ "operation": [
709
+ "Get Search Entities"
710
+ ]
711
+ }
712
+ }
713
+ },
714
+ {
715
+ "displayName": "Boost Fx",
716
+ "name": "boost_fx",
717
+ "description": "boost function e.g. pow(edges,0.334)",
718
+ "default": "[\n null\n]",
719
+ "type": "json",
720
+ "routing": {
721
+ "send": {
722
+ "type": "query",
723
+ "property": "boost_fx",
724
+ "value": "={{ $value }}",
725
+ "propertyInDotNotation": false
726
+ }
727
+ },
728
+ "displayOptions": {
729
+ "show": {
730
+ "resource": [
731
+ "Search"
732
+ ],
733
+ "operation": [
734
+ "Get Search Entities"
735
+ ]
736
+ }
737
+ }
738
+ },
739
+ {
740
+ "displayName": "Boost Q",
741
+ "name": "boost_q",
742
+ "description": "boost query e.g. category:genotype^-10",
743
+ "default": "[\n null\n]",
744
+ "type": "json",
745
+ "routing": {
746
+ "send": {
747
+ "type": "query",
748
+ "property": "boost_q",
749
+ "value": "={{ $value }}",
750
+ "propertyInDotNotation": false
751
+ }
752
+ },
753
+ "displayOptions": {
754
+ "show": {
755
+ "resource": [
756
+ "Search"
757
+ ],
758
+ "operation": [
759
+ "Get Search Entities"
760
+ ]
761
+ }
762
+ }
763
+ },
764
+ {
765
+ "displayName": "Taxon",
766
+ "name": "taxon",
767
+ "description": "taxon filter, eg NCBITaxon:9606, includes inferred taxa",
768
+ "default": "[\n null\n]",
769
+ "type": "json",
770
+ "routing": {
771
+ "send": {
772
+ "type": "query",
773
+ "property": "taxon",
774
+ "value": "={{ $value }}",
775
+ "propertyInDotNotation": false
776
+ }
777
+ },
778
+ "displayOptions": {
779
+ "show": {
780
+ "resource": [
781
+ "Search"
782
+ ],
783
+ "operation": [
784
+ "Get Search Entities"
785
+ ]
786
+ }
787
+ }
788
+ },
789
+ {
790
+ "displayName": "Rows",
791
+ "name": "rows",
792
+ "description": "number of rows",
793
+ "default": 20,
794
+ "type": "number",
795
+ "routing": {
796
+ "send": {
797
+ "type": "query",
798
+ "property": "rows",
799
+ "value": "={{ $value }}",
800
+ "propertyInDotNotation": false
801
+ }
802
+ },
803
+ "displayOptions": {
804
+ "show": {
805
+ "resource": [
806
+ "Search"
807
+ ],
808
+ "operation": [
809
+ "Get Search Entities"
810
+ ]
811
+ }
812
+ }
813
+ },
814
+ {
815
+ "displayName": "Start",
816
+ "name": "start",
817
+ "description": "row number to start from",
818
+ "default": "0",
819
+ "type": "string",
820
+ "routing": {
821
+ "send": {
822
+ "type": "query",
823
+ "property": "start",
824
+ "value": "={{ $value }}",
825
+ "propertyInDotNotation": false
826
+ }
827
+ },
828
+ "displayOptions": {
829
+ "show": {
830
+ "resource": [
831
+ "Search"
832
+ ],
833
+ "operation": [
834
+ "Get Search Entities"
835
+ ]
836
+ }
837
+ }
838
+ },
839
+ {
840
+ "displayName": "Highlight Class",
841
+ "name": "highlight_class",
842
+ "description": "highlight class",
843
+ "default": "",
844
+ "type": "string",
845
+ "routing": {
846
+ "send": {
847
+ "type": "query",
848
+ "property": "highlight_class",
849
+ "value": "={{ $value }}",
850
+ "propertyInDotNotation": false
851
+ }
852
+ },
853
+ "displayOptions": {
854
+ "show": {
855
+ "resource": [
856
+ "Search"
857
+ ],
858
+ "operation": [
859
+ "Get Search Entities"
860
+ ]
861
+ }
862
+ }
863
+ },
864
+ {
865
+ "displayName": "Min Match",
866
+ "name": "min_match",
867
+ "description": "minimum should match parameter, see solr docs for details",
868
+ "default": "",
869
+ "type": "string",
870
+ "routing": {
871
+ "send": {
872
+ "type": "query",
873
+ "property": "min_match",
874
+ "value": "={{ $value }}",
875
+ "propertyInDotNotation": false
876
+ }
877
+ },
878
+ "displayOptions": {
879
+ "show": {
880
+ "resource": [
881
+ "Search"
882
+ ],
883
+ "operation": [
884
+ "Get Search Entities"
885
+ ]
886
+ }
887
+ }
888
+ },
889
+ {
890
+ "displayName": "Exclude Groups",
891
+ "name": "exclude_groups",
892
+ "description": "Exclude grouping classes (classes with subclasses)",
893
+ "default": false,
894
+ "type": "boolean",
895
+ "routing": {
896
+ "send": {
897
+ "type": "query",
898
+ "property": "exclude_groups",
899
+ "value": "={{ $value }}",
900
+ "propertyInDotNotation": false
901
+ }
902
+ },
903
+ "displayOptions": {
904
+ "show": {
905
+ "resource": [
906
+ "Search"
907
+ ],
908
+ "operation": [
909
+ "Get Search Entities"
910
+ ]
911
+ }
912
+ }
913
+ },
914
+ {
915
+ "displayName": "Minimal Tokenizer",
916
+ "name": "minimal_tokenizer",
917
+ "description": "set to true to use the minimal tokenizer, good for variants and genotypes",
918
+ "default": false,
919
+ "type": "boolean",
920
+ "routing": {
921
+ "send": {
922
+ "type": "query",
923
+ "property": "minimal_tokenizer",
924
+ "value": "={{ $value }}",
925
+ "propertyInDotNotation": false
926
+ }
927
+ },
928
+ "displayOptions": {
929
+ "show": {
930
+ "resource": [
931
+ "Search"
932
+ ],
933
+ "operation": [
934
+ "Get Search Entities"
935
+ ]
936
+ }
937
+ }
938
+ },
939
+ ];
940
+ //# sourceMappingURL=index.js.map