@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,689 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.variationSetDescription = void 0;
4
+ exports.variationSetDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Variation Set"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Variant Sets Collection",
20
+ "value": "Get Variant Sets Collection",
21
+ "action": "Returns list of variant sets",
22
+ "description": "Returns list of variant sets",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/variation/set/"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Post Variant Sets Collection",
32
+ "value": "Post Variant Sets Collection",
33
+ "action": "Creates a new variant set",
34
+ "description": "Creates a new variant set",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/variation/set/"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Variant Analyze",
44
+ "value": "Get Variant Analyze",
45
+ "action": "Returns list of matches",
46
+ "description": "Returns list of matches",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/variation/set/analyze/{{$parameter[\"id\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Get Variant Sets Archive Collection",
56
+ "value": "Get Variant Sets Archive Collection",
57
+ "action": "Returns list of variant sets from a specified time period",
58
+ "description": "Returns list of variant sets from a specified time period",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/variation/set/archive/{{$parameter[\"year\"]}}/{{$parameter[\"month\"]}}/{{$parameter[\"day\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Delete Variant Set Item",
68
+ "value": "Delete Variant Set Item",
69
+ "action": "Deletes variant set",
70
+ "description": "Deletes variant set",
71
+ "routing": {
72
+ "request": {
73
+ "method": "DELETE",
74
+ "url": "=/variation/set/{{$parameter[\"id\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Get Variant Set Item",
80
+ "value": "Get Variant Set Item",
81
+ "action": "Returns a variant set",
82
+ "description": "Returns a variant set",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/variation/set/{{$parameter[\"id\"]}}"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Put Variant Set Item",
92
+ "value": "Put Variant Set Item",
93
+ "action": "Updates a variant set",
94
+ "description": "Updates a variant set",
95
+ "routing": {
96
+ "request": {
97
+ "method": "PUT",
98
+ "url": "=/variation/set/{{$parameter[\"id\"]}}"
99
+ }
100
+ }
101
+ }
102
+ ],
103
+ "default": ""
104
+ },
105
+ {
106
+ "displayName": "GET /variation/set/",
107
+ "name": "operation",
108
+ "type": "notice",
109
+ "typeOptions": {
110
+ "theme": "info"
111
+ },
112
+ "default": "",
113
+ "displayOptions": {
114
+ "show": {
115
+ "resource": [
116
+ "Variation Set"
117
+ ],
118
+ "operation": [
119
+ "Get Variant Sets Collection"
120
+ ]
121
+ }
122
+ }
123
+ },
124
+ {
125
+ "displayName": "Page",
126
+ "name": "page",
127
+ "description": "Page number",
128
+ "default": 1,
129
+ "type": "number",
130
+ "routing": {
131
+ "send": {
132
+ "type": "query",
133
+ "property": "page",
134
+ "value": "={{ $value }}",
135
+ "propertyInDotNotation": false
136
+ }
137
+ },
138
+ "displayOptions": {
139
+ "show": {
140
+ "resource": [
141
+ "Variation Set"
142
+ ],
143
+ "operation": [
144
+ "Get Variant Sets Collection"
145
+ ]
146
+ }
147
+ }
148
+ },
149
+ {
150
+ "displayName": "Per Page",
151
+ "name": "per_page",
152
+ "description": "Results per page {error_msg}",
153
+ "default": 10,
154
+ "type": "options",
155
+ "options": [
156
+ {
157
+ "name": "2",
158
+ "value": 2
159
+ },
160
+ {
161
+ "name": "10",
162
+ "value": 10
163
+ },
164
+ {
165
+ "name": "20",
166
+ "value": 20
167
+ },
168
+ {
169
+ "name": "30",
170
+ "value": 30
171
+ },
172
+ {
173
+ "name": "40",
174
+ "value": 40
175
+ },
176
+ {
177
+ "name": "50",
178
+ "value": 50
179
+ }
180
+ ],
181
+ "routing": {
182
+ "send": {
183
+ "type": "query",
184
+ "property": "per_page",
185
+ "value": "={{ $value }}",
186
+ "propertyInDotNotation": false
187
+ }
188
+ },
189
+ "displayOptions": {
190
+ "show": {
191
+ "resource": [
192
+ "Variation Set"
193
+ ],
194
+ "operation": [
195
+ "Get Variant Sets Collection"
196
+ ]
197
+ }
198
+ }
199
+ },
200
+ {
201
+ "displayName": "POST /variation/set/",
202
+ "name": "operation",
203
+ "type": "notice",
204
+ "typeOptions": {
205
+ "theme": "info"
206
+ },
207
+ "default": "",
208
+ "displayOptions": {
209
+ "show": {
210
+ "resource": [
211
+ "Variation Set"
212
+ ],
213
+ "operation": [
214
+ "Post Variant Sets Collection"
215
+ ]
216
+ }
217
+ }
218
+ },
219
+ {
220
+ "required": true,
221
+ "displayName": "Body",
222
+ "name": "body",
223
+ "type": "string",
224
+ "default": "",
225
+ "description": "Article content",
226
+ "routing": {
227
+ "send": {
228
+ "property": "body",
229
+ "propertyInDotNotation": false,
230
+ "type": "body",
231
+ "value": "={{ $value }}"
232
+ }
233
+ },
234
+ "displayOptions": {
235
+ "show": {
236
+ "resource": [
237
+ "Variation Set"
238
+ ],
239
+ "operation": [
240
+ "Post Variant Sets Collection"
241
+ ]
242
+ }
243
+ }
244
+ },
245
+ {
246
+ "displayName": "Category",
247
+ "name": "category",
248
+ "type": "string",
249
+ "default": "",
250
+ "routing": {
251
+ "send": {
252
+ "property": "category",
253
+ "propertyInDotNotation": false,
254
+ "type": "body",
255
+ "value": "={{ $value }}"
256
+ }
257
+ },
258
+ "displayOptions": {
259
+ "show": {
260
+ "resource": [
261
+ "Variation Set"
262
+ ],
263
+ "operation": [
264
+ "Post Variant Sets Collection"
265
+ ]
266
+ }
267
+ }
268
+ },
269
+ {
270
+ "displayName": "Category Id",
271
+ "name": "category_id",
272
+ "type": "number",
273
+ "default": 0,
274
+ "routing": {
275
+ "send": {
276
+ "property": "category_id",
277
+ "propertyInDotNotation": false,
278
+ "type": "body",
279
+ "value": "={{ $value }}"
280
+ }
281
+ },
282
+ "displayOptions": {
283
+ "show": {
284
+ "resource": [
285
+ "Variation Set"
286
+ ],
287
+ "operation": [
288
+ "Post Variant Sets Collection"
289
+ ]
290
+ }
291
+ }
292
+ },
293
+ {
294
+ "displayName": "Id",
295
+ "name": "id",
296
+ "type": "number",
297
+ "default": 0,
298
+ "description": "The unique identifier of a variant set",
299
+ "routing": {
300
+ "send": {
301
+ "property": "id",
302
+ "propertyInDotNotation": false,
303
+ "type": "body",
304
+ "value": "={{ $value }}"
305
+ }
306
+ },
307
+ "displayOptions": {
308
+ "show": {
309
+ "resource": [
310
+ "Variation Set"
311
+ ],
312
+ "operation": [
313
+ "Post Variant Sets Collection"
314
+ ]
315
+ }
316
+ }
317
+ },
318
+ {
319
+ "displayName": "Pub Date",
320
+ "name": "pub_date",
321
+ "type": "string",
322
+ "default": "",
323
+ "routing": {
324
+ "send": {
325
+ "property": "pub_date",
326
+ "propertyInDotNotation": false,
327
+ "type": "body",
328
+ "value": "={{ $value }}"
329
+ }
330
+ },
331
+ "displayOptions": {
332
+ "show": {
333
+ "resource": [
334
+ "Variation Set"
335
+ ],
336
+ "operation": [
337
+ "Post Variant Sets Collection"
338
+ ]
339
+ }
340
+ }
341
+ },
342
+ {
343
+ "required": true,
344
+ "displayName": "Title",
345
+ "name": "title",
346
+ "type": "string",
347
+ "default": "",
348
+ "description": "Article title",
349
+ "routing": {
350
+ "send": {
351
+ "property": "title",
352
+ "propertyInDotNotation": false,
353
+ "type": "body",
354
+ "value": "={{ $value }}"
355
+ }
356
+ },
357
+ "displayOptions": {
358
+ "show": {
359
+ "resource": [
360
+ "Variation Set"
361
+ ],
362
+ "operation": [
363
+ "Post Variant Sets Collection"
364
+ ]
365
+ }
366
+ }
367
+ },
368
+ {
369
+ "displayName": "GET /variation/set/analyze/{id}",
370
+ "name": "operation",
371
+ "type": "notice",
372
+ "typeOptions": {
373
+ "theme": "info"
374
+ },
375
+ "default": "",
376
+ "displayOptions": {
377
+ "show": {
378
+ "resource": [
379
+ "Variation Set"
380
+ ],
381
+ "operation": [
382
+ "Get Variant Analyze"
383
+ ]
384
+ }
385
+ }
386
+ },
387
+ {
388
+ "displayName": "GET /variation/set/archive/{year}/{month}/{day}",
389
+ "name": "operation",
390
+ "type": "notice",
391
+ "typeOptions": {
392
+ "theme": "info"
393
+ },
394
+ "default": "",
395
+ "displayOptions": {
396
+ "show": {
397
+ "resource": [
398
+ "Variation Set"
399
+ ],
400
+ "operation": [
401
+ "Get Variant Sets Archive Collection"
402
+ ]
403
+ }
404
+ }
405
+ },
406
+ {
407
+ "displayName": "Page",
408
+ "name": "page",
409
+ "description": "Page number",
410
+ "default": 1,
411
+ "type": "number",
412
+ "routing": {
413
+ "send": {
414
+ "type": "query",
415
+ "property": "page",
416
+ "value": "={{ $value }}",
417
+ "propertyInDotNotation": false
418
+ }
419
+ },
420
+ "displayOptions": {
421
+ "show": {
422
+ "resource": [
423
+ "Variation Set"
424
+ ],
425
+ "operation": [
426
+ "Get Variant Sets Archive Collection"
427
+ ]
428
+ }
429
+ }
430
+ },
431
+ {
432
+ "displayName": "Per Page",
433
+ "name": "per_page",
434
+ "description": "Results per page {error_msg}",
435
+ "default": 10,
436
+ "type": "options",
437
+ "options": [
438
+ {
439
+ "name": "2",
440
+ "value": 2
441
+ },
442
+ {
443
+ "name": "10",
444
+ "value": 10
445
+ },
446
+ {
447
+ "name": "20",
448
+ "value": 20
449
+ },
450
+ {
451
+ "name": "30",
452
+ "value": 30
453
+ },
454
+ {
455
+ "name": "40",
456
+ "value": 40
457
+ },
458
+ {
459
+ "name": "50",
460
+ "value": 50
461
+ }
462
+ ],
463
+ "routing": {
464
+ "send": {
465
+ "type": "query",
466
+ "property": "per_page",
467
+ "value": "={{ $value }}",
468
+ "propertyInDotNotation": false
469
+ }
470
+ },
471
+ "displayOptions": {
472
+ "show": {
473
+ "resource": [
474
+ "Variation Set"
475
+ ],
476
+ "operation": [
477
+ "Get Variant Sets Archive Collection"
478
+ ]
479
+ }
480
+ }
481
+ },
482
+ {
483
+ "displayName": "DELETE /variation/set/{id}",
484
+ "name": "operation",
485
+ "type": "notice",
486
+ "typeOptions": {
487
+ "theme": "info"
488
+ },
489
+ "default": "",
490
+ "displayOptions": {
491
+ "show": {
492
+ "resource": [
493
+ "Variation Set"
494
+ ],
495
+ "operation": [
496
+ "Delete Variant Set Item"
497
+ ]
498
+ }
499
+ }
500
+ },
501
+ {
502
+ "displayName": "GET /variation/set/{id}",
503
+ "name": "operation",
504
+ "type": "notice",
505
+ "typeOptions": {
506
+ "theme": "info"
507
+ },
508
+ "default": "",
509
+ "displayOptions": {
510
+ "show": {
511
+ "resource": [
512
+ "Variation Set"
513
+ ],
514
+ "operation": [
515
+ "Get Variant Set Item"
516
+ ]
517
+ }
518
+ }
519
+ },
520
+ {
521
+ "displayName": "PUT /variation/set/{id}",
522
+ "name": "operation",
523
+ "type": "notice",
524
+ "typeOptions": {
525
+ "theme": "info"
526
+ },
527
+ "default": "",
528
+ "displayOptions": {
529
+ "show": {
530
+ "resource": [
531
+ "Variation Set"
532
+ ],
533
+ "operation": [
534
+ "Put Variant Set Item"
535
+ ]
536
+ }
537
+ }
538
+ },
539
+ {
540
+ "required": true,
541
+ "displayName": "Body",
542
+ "name": "body",
543
+ "type": "string",
544
+ "default": "",
545
+ "description": "Article content",
546
+ "routing": {
547
+ "send": {
548
+ "property": "body",
549
+ "propertyInDotNotation": false,
550
+ "type": "body",
551
+ "value": "={{ $value }}"
552
+ }
553
+ },
554
+ "displayOptions": {
555
+ "show": {
556
+ "resource": [
557
+ "Variation Set"
558
+ ],
559
+ "operation": [
560
+ "Put Variant Set Item"
561
+ ]
562
+ }
563
+ }
564
+ },
565
+ {
566
+ "displayName": "Category",
567
+ "name": "category",
568
+ "type": "string",
569
+ "default": "",
570
+ "routing": {
571
+ "send": {
572
+ "property": "category",
573
+ "propertyInDotNotation": false,
574
+ "type": "body",
575
+ "value": "={{ $value }}"
576
+ }
577
+ },
578
+ "displayOptions": {
579
+ "show": {
580
+ "resource": [
581
+ "Variation Set"
582
+ ],
583
+ "operation": [
584
+ "Put Variant Set Item"
585
+ ]
586
+ }
587
+ }
588
+ },
589
+ {
590
+ "displayName": "Category Id",
591
+ "name": "category_id",
592
+ "type": "number",
593
+ "default": 0,
594
+ "routing": {
595
+ "send": {
596
+ "property": "category_id",
597
+ "propertyInDotNotation": false,
598
+ "type": "body",
599
+ "value": "={{ $value }}"
600
+ }
601
+ },
602
+ "displayOptions": {
603
+ "show": {
604
+ "resource": [
605
+ "Variation Set"
606
+ ],
607
+ "operation": [
608
+ "Put Variant Set Item"
609
+ ]
610
+ }
611
+ }
612
+ },
613
+ {
614
+ "displayName": "Id",
615
+ "name": "id",
616
+ "type": "number",
617
+ "default": 0,
618
+ "description": "The unique identifier of a variant set",
619
+ "routing": {
620
+ "send": {
621
+ "property": "id",
622
+ "propertyInDotNotation": false,
623
+ "type": "body",
624
+ "value": "={{ $value }}"
625
+ }
626
+ },
627
+ "displayOptions": {
628
+ "show": {
629
+ "resource": [
630
+ "Variation Set"
631
+ ],
632
+ "operation": [
633
+ "Put Variant Set Item"
634
+ ]
635
+ }
636
+ }
637
+ },
638
+ {
639
+ "displayName": "Pub Date",
640
+ "name": "pub_date",
641
+ "type": "string",
642
+ "default": "",
643
+ "routing": {
644
+ "send": {
645
+ "property": "pub_date",
646
+ "propertyInDotNotation": false,
647
+ "type": "body",
648
+ "value": "={{ $value }}"
649
+ }
650
+ },
651
+ "displayOptions": {
652
+ "show": {
653
+ "resource": [
654
+ "Variation Set"
655
+ ],
656
+ "operation": [
657
+ "Put Variant Set Item"
658
+ ]
659
+ }
660
+ }
661
+ },
662
+ {
663
+ "required": true,
664
+ "displayName": "Title",
665
+ "name": "title",
666
+ "type": "string",
667
+ "default": "",
668
+ "description": "Article title",
669
+ "routing": {
670
+ "send": {
671
+ "property": "title",
672
+ "propertyInDotNotation": false,
673
+ "type": "body",
674
+ "value": "={{ $value }}"
675
+ }
676
+ },
677
+ "displayOptions": {
678
+ "show": {
679
+ "resource": [
680
+ "Variation Set"
681
+ ],
682
+ "operation": [
683
+ "Put Variant Set Item"
684
+ ]
685
+ }
686
+ }
687
+ },
688
+ ];
689
+ //# sourceMappingURL=index.js.map