@n8n-dev/n8n-nodes-motaword 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 (100) hide show
  1. package/README.md +123 -0
  2. package/dist/banner.svg +115 -0
  3. package/dist/credentials/MotawordApi.credentials.d.ts +9 -0
  4. package/dist/credentials/MotawordApi.credentials.js +49 -0
  5. package/dist/credentials/MotawordApi.credentials.js.map +1 -0
  6. package/dist/icons/motaword.dark.png +0 -0
  7. package/dist/icons/motaword.png +0 -0
  8. package/dist/nodes/Motaword/Motaword.node.d.ts +4 -0
  9. package/dist/nodes/Motaword/Motaword.node.js +236 -0
  10. package/dist/nodes/Motaword/Motaword.node.js.map +1 -0
  11. package/dist/nodes/Motaword/Motaword.node.json +20 -0
  12. package/dist/nodes/Motaword/motaword.dark.png +0 -0
  13. package/dist/nodes/Motaword/motaword.png +0 -0
  14. package/dist/nodes/Motaword/resources/activity/index.d.ts +2 -0
  15. package/dist/nodes/Motaword/resources/activity/index.js +756 -0
  16. package/dist/nodes/Motaword/resources/activity/index.js.map +1 -0
  17. package/dist/nodes/Motaword/resources/async/index.d.ts +2 -0
  18. package/dist/nodes/Motaword/resources/async/index.js +79 -0
  19. package/dist/nodes/Motaword/resources/async/index.js.map +1 -0
  20. package/dist/nodes/Motaword/resources/auth/index.d.ts +2 -0
  21. package/dist/nodes/Motaword/resources/auth/index.js +230 -0
  22. package/dist/nodes/Motaword/resources/auth/index.js.map +1 -0
  23. package/dist/nodes/Motaword/resources/blog/index.d.ts +2 -0
  24. package/dist/nodes/Motaword/resources/blog/index.js +151 -0
  25. package/dist/nodes/Motaword/resources/blog/index.js.map +1 -0
  26. package/dist/nodes/Motaword/resources/commission/index.d.ts +2 -0
  27. package/dist/nodes/Motaword/resources/commission/index.js +234 -0
  28. package/dist/nodes/Motaword/resources/commission/index.js.map +1 -0
  29. package/dist/nodes/Motaword/resources/continuous-project/index.d.ts +2 -0
  30. package/dist/nodes/Motaword/resources/continuous-project/index.js +5212 -0
  31. package/dist/nodes/Motaword/resources/continuous-project/index.js.map +1 -0
  32. package/dist/nodes/Motaword/resources/corporate/index.d.ts +2 -0
  33. package/dist/nodes/Motaword/resources/corporate/index.js +692 -0
  34. package/dist/nodes/Motaword/resources/corporate/index.js.map +1 -0
  35. package/dist/nodes/Motaword/resources/default/index.d.ts +2 -0
  36. package/dist/nodes/Motaword/resources/default/index.js +71 -0
  37. package/dist/nodes/Motaword/resources/default/index.js.map +1 -0
  38. package/dist/nodes/Motaword/resources/document/index.d.ts +2 -0
  39. package/dist/nodes/Motaword/resources/document/index.js +1262 -0
  40. package/dist/nodes/Motaword/resources/document/index.js.map +1 -0
  41. package/dist/nodes/Motaword/resources/glossary/index.d.ts +2 -0
  42. package/dist/nodes/Motaword/resources/glossary/index.js +528 -0
  43. package/dist/nodes/Motaword/resources/glossary/index.js.map +1 -0
  44. package/dist/nodes/Motaword/resources/index.d.ts +27 -0
  45. package/dist/nodes/Motaword/resources/index.js +58 -0
  46. package/dist/nodes/Motaword/resources/index.js.map +1 -0
  47. package/dist/nodes/Motaword/resources/integrations/index.d.ts +2 -0
  48. package/dist/nodes/Motaword/resources/integrations/index.js +53 -0
  49. package/dist/nodes/Motaword/resources/integrations/index.js.map +1 -0
  50. package/dist/nodes/Motaword/resources/invitation/index.d.ts +2 -0
  51. package/dist/nodes/Motaword/resources/invitation/index.js +74 -0
  52. package/dist/nodes/Motaword/resources/invitation/index.js.map +1 -0
  53. package/dist/nodes/Motaword/resources/machine-learning/index.d.ts +2 -0
  54. package/dist/nodes/Motaword/resources/machine-learning/index.js +77 -0
  55. package/dist/nodes/Motaword/resources/machine-learning/index.js.map +1 -0
  56. package/dist/nodes/Motaword/resources/pam/index.d.ts +2 -0
  57. package/dist/nodes/Motaword/resources/pam/index.js +276 -0
  58. package/dist/nodes/Motaword/resources/pam/index.js.map +1 -0
  59. package/dist/nodes/Motaword/resources/payment/index.d.ts +2 -0
  60. package/dist/nodes/Motaword/resources/payment/index.js +231 -0
  61. package/dist/nodes/Motaword/resources/payment/index.js.map +1 -0
  62. package/dist/nodes/Motaword/resources/project/index.d.ts +2 -0
  63. package/dist/nodes/Motaword/resources/project/index.js +2472 -0
  64. package/dist/nodes/Motaword/resources/project/index.js.map +1 -0
  65. package/dist/nodes/Motaword/resources/project-document/index.d.ts +2 -0
  66. package/dist/nodes/Motaword/resources/project-document/index.js +697 -0
  67. package/dist/nodes/Motaword/resources/project-document/index.js.map +1 -0
  68. package/dist/nodes/Motaword/resources/project-webhooks/index.d.ts +2 -0
  69. package/dist/nodes/Motaword/resources/project-webhooks/index.js +268 -0
  70. package/dist/nodes/Motaword/resources/project-webhooks/index.js.map +1 -0
  71. package/dist/nodes/Motaword/resources/report/index.d.ts +2 -0
  72. package/dist/nodes/Motaword/resources/report/index.js +967 -0
  73. package/dist/nodes/Motaword/resources/report/index.js.map +1 -0
  74. package/dist/nodes/Motaword/resources/search/index.d.ts +2 -0
  75. package/dist/nodes/Motaword/resources/search/index.js +240 -0
  76. package/dist/nodes/Motaword/resources/search/index.js.map +1 -0
  77. package/dist/nodes/Motaword/resources/static/index.d.ts +2 -0
  78. package/dist/nodes/Motaword/resources/static/index.js +146 -0
  79. package/dist/nodes/Motaword/resources/static/index.js.map +1 -0
  80. package/dist/nodes/Motaword/resources/stats/index.d.ts +2 -0
  81. package/dist/nodes/Motaword/resources/stats/index.js +327 -0
  82. package/dist/nodes/Motaword/resources/stats/index.js.map +1 -0
  83. package/dist/nodes/Motaword/resources/strings/index.d.ts +2 -0
  84. package/dist/nodes/Motaword/resources/strings/index.js +1517 -0
  85. package/dist/nodes/Motaword/resources/strings/index.js.map +1 -0
  86. package/dist/nodes/Motaword/resources/style-guide/index.d.ts +2 -0
  87. package/dist/nodes/Motaword/resources/style-guide/index.js +578 -0
  88. package/dist/nodes/Motaword/resources/style-guide/index.js.map +1 -0
  89. package/dist/nodes/Motaword/resources/surveys/index.d.ts +2 -0
  90. package/dist/nodes/Motaword/resources/surveys/index.js +205 -0
  91. package/dist/nodes/Motaword/resources/surveys/index.js.map +1 -0
  92. package/dist/nodes/Motaword/resources/user/index.d.ts +2 -0
  93. package/dist/nodes/Motaword/resources/user/index.js +6153 -0
  94. package/dist/nodes/Motaword/resources/user/index.js.map +1 -0
  95. package/dist/nodes/Motaword/resources/vendor/index.d.ts +2 -0
  96. package/dist/nodes/Motaword/resources/vendor/index.js +203 -0
  97. package/dist/nodes/Motaword/resources/vendor/index.js.map +1 -0
  98. package/dist/package.json +62 -0
  99. package/dist/tsconfig.tsbuildinfo +1 -0
  100. package/package.json +62 -0
@@ -0,0 +1,967 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.reportDescription = void 0;
4
+ exports.reportDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Report"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Filter Contents",
20
+ "value": "Get Filter Contents",
21
+ "action": "Returns available options for selected timeframe.",
22
+ "description": "Returns available options for selected timeframe.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "POST",
26
+ "url": "=/reports/filter"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Get Language Pairs Report",
32
+ "value": "Get Language Pairs Report",
33
+ "action": "Language pairs report",
34
+ "description": "View translation reports for each language pair with translations under your account. You can view company-wide language pairs if you have the user permission.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/reports/language-pairs"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Projects Report",
44
+ "value": "Get Projects Report",
45
+ "action": "Projects report",
46
+ "description": "View projects under your account, with advanced filtering. You can view company-wide projects if you have the user permission.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "POST",
50
+ "url": "=/reports/projects"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Generate QA Report",
56
+ "value": "Generate QA Report",
57
+ "action": "Generate a QA report for given filter",
58
+ "description": "Generate a QA report for given filter",
59
+ "routing": {
60
+ "request": {
61
+ "method": "POST",
62
+ "url": "=/reports/qa"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Get Users Report",
68
+ "value": "Get Users Report",
69
+ "action": "Company users report",
70
+ "description": "View translation reports for each user under your company account. You need the permission to view users in your company.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "POST",
74
+ "url": "=/reports/users"
75
+ }
76
+ }
77
+ }
78
+ ],
79
+ "default": ""
80
+ },
81
+ {
82
+ "displayName": "POST /reports/filter",
83
+ "name": "operation",
84
+ "type": "notice",
85
+ "typeOptions": {
86
+ "theme": "info"
87
+ },
88
+ "default": "",
89
+ "displayOptions": {
90
+ "show": {
91
+ "resource": [
92
+ "Report"
93
+ ],
94
+ "operation": [
95
+ "Get Filter Contents"
96
+ ]
97
+ }
98
+ }
99
+ },
100
+ {
101
+ "displayName": "Date From",
102
+ "name": "date_from",
103
+ "type": "string",
104
+ "default": "",
105
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
106
+ "routing": {
107
+ "send": {
108
+ "property": "date_from",
109
+ "propertyInDotNotation": false,
110
+ "type": "body",
111
+ "value": "={{ $value }}"
112
+ }
113
+ },
114
+ "displayOptions": {
115
+ "show": {
116
+ "resource": [
117
+ "Report"
118
+ ],
119
+ "operation": [
120
+ "Get Filter Contents"
121
+ ]
122
+ }
123
+ }
124
+ },
125
+ {
126
+ "displayName": "Date To",
127
+ "name": "date_to",
128
+ "type": "string",
129
+ "default": "",
130
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
131
+ "routing": {
132
+ "send": {
133
+ "property": "date_to",
134
+ "propertyInDotNotation": false,
135
+ "type": "body",
136
+ "value": "={{ $value }}"
137
+ }
138
+ },
139
+ "displayOptions": {
140
+ "show": {
141
+ "resource": [
142
+ "Report"
143
+ ],
144
+ "operation": [
145
+ "Get Filter Contents"
146
+ ]
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "displayName": "POST /reports/language-pairs",
152
+ "name": "operation",
153
+ "type": "notice",
154
+ "typeOptions": {
155
+ "theme": "info"
156
+ },
157
+ "default": "",
158
+ "displayOptions": {
159
+ "show": {
160
+ "resource": [
161
+ "Report"
162
+ ],
163
+ "operation": [
164
+ "Get Language Pairs Report"
165
+ ]
166
+ }
167
+ }
168
+ },
169
+ {
170
+ "displayName": "Budget Code",
171
+ "name": "budget_code",
172
+ "type": "string",
173
+ "default": "",
174
+ "description": "budget code filter. valid for corporate accounts only.",
175
+ "routing": {
176
+ "send": {
177
+ "property": "budget_code",
178
+ "propertyInDotNotation": false,
179
+ "type": "body",
180
+ "value": "={{ $value }}"
181
+ }
182
+ },
183
+ "displayOptions": {
184
+ "show": {
185
+ "resource": [
186
+ "Report"
187
+ ],
188
+ "operation": [
189
+ "Get Language Pairs Report"
190
+ ]
191
+ }
192
+ }
193
+ },
194
+ {
195
+ "displayName": "Date From",
196
+ "name": "date_from",
197
+ "type": "string",
198
+ "default": "",
199
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
200
+ "routing": {
201
+ "send": {
202
+ "property": "date_from",
203
+ "propertyInDotNotation": false,
204
+ "type": "body",
205
+ "value": "={{ $value }}"
206
+ }
207
+ },
208
+ "displayOptions": {
209
+ "show": {
210
+ "resource": [
211
+ "Report"
212
+ ],
213
+ "operation": [
214
+ "Get Language Pairs Report"
215
+ ]
216
+ }
217
+ }
218
+ },
219
+ {
220
+ "displayName": "Date To",
221
+ "name": "date_to",
222
+ "type": "string",
223
+ "default": "",
224
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
225
+ "routing": {
226
+ "send": {
227
+ "property": "date_to",
228
+ "propertyInDotNotation": false,
229
+ "type": "body",
230
+ "value": "={{ $value }}"
231
+ }
232
+ },
233
+ "displayOptions": {
234
+ "show": {
235
+ "resource": [
236
+ "Report"
237
+ ],
238
+ "operation": [
239
+ "Get Language Pairs Report"
240
+ ]
241
+ }
242
+ }
243
+ },
244
+ {
245
+ "displayName": "Source Languages",
246
+ "name": "source_languages",
247
+ "type": "json",
248
+ "default": "[\n null\n]",
249
+ "description": "List of source language codes.",
250
+ "routing": {
251
+ "send": {
252
+ "property": "source_languages",
253
+ "propertyInDotNotation": false,
254
+ "type": "body",
255
+ "value": "={{ JSON.parse($value) }}"
256
+ }
257
+ },
258
+ "displayOptions": {
259
+ "show": {
260
+ "resource": [
261
+ "Report"
262
+ ],
263
+ "operation": [
264
+ "Get Language Pairs Report"
265
+ ]
266
+ }
267
+ }
268
+ },
269
+ {
270
+ "displayName": "Target Languages",
271
+ "name": "target_languages",
272
+ "type": "json",
273
+ "default": "[\n null\n]",
274
+ "description": "List of target language codes.",
275
+ "routing": {
276
+ "send": {
277
+ "property": "target_languages",
278
+ "propertyInDotNotation": false,
279
+ "type": "body",
280
+ "value": "={{ JSON.parse($value) }}"
281
+ }
282
+ },
283
+ "displayOptions": {
284
+ "show": {
285
+ "resource": [
286
+ "Report"
287
+ ],
288
+ "operation": [
289
+ "Get Language Pairs Report"
290
+ ]
291
+ }
292
+ }
293
+ },
294
+ {
295
+ "displayName": "Users",
296
+ "name": "users",
297
+ "type": "json",
298
+ "default": "[\n null\n]",
299
+ "description": "List of corporate user IDs. Valid for corporate accounts only.",
300
+ "routing": {
301
+ "send": {
302
+ "property": "users",
303
+ "propertyInDotNotation": false,
304
+ "type": "body",
305
+ "value": "={{ JSON.parse($value) }}"
306
+ }
307
+ },
308
+ "displayOptions": {
309
+ "show": {
310
+ "resource": [
311
+ "Report"
312
+ ],
313
+ "operation": [
314
+ "Get Language Pairs Report"
315
+ ]
316
+ }
317
+ }
318
+ },
319
+ {
320
+ "displayName": "POST /reports/projects",
321
+ "name": "operation",
322
+ "type": "notice",
323
+ "typeOptions": {
324
+ "theme": "info"
325
+ },
326
+ "default": "",
327
+ "displayOptions": {
328
+ "show": {
329
+ "resource": [
330
+ "Report"
331
+ ],
332
+ "operation": [
333
+ "Get Projects Report"
334
+ ]
335
+ }
336
+ }
337
+ },
338
+ {
339
+ "displayName": "Budget Code",
340
+ "name": "budget_code",
341
+ "type": "string",
342
+ "default": "",
343
+ "description": "budget code filter. valid for corporate accounts only.",
344
+ "routing": {
345
+ "send": {
346
+ "property": "budget_code",
347
+ "propertyInDotNotation": false,
348
+ "type": "body",
349
+ "value": "={{ $value }}"
350
+ }
351
+ },
352
+ "displayOptions": {
353
+ "show": {
354
+ "resource": [
355
+ "Report"
356
+ ],
357
+ "operation": [
358
+ "Get Projects Report"
359
+ ]
360
+ }
361
+ }
362
+ },
363
+ {
364
+ "displayName": "Date From",
365
+ "name": "date_from",
366
+ "type": "string",
367
+ "default": "",
368
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
369
+ "routing": {
370
+ "send": {
371
+ "property": "date_from",
372
+ "propertyInDotNotation": false,
373
+ "type": "body",
374
+ "value": "={{ $value }}"
375
+ }
376
+ },
377
+ "displayOptions": {
378
+ "show": {
379
+ "resource": [
380
+ "Report"
381
+ ],
382
+ "operation": [
383
+ "Get Projects Report"
384
+ ]
385
+ }
386
+ }
387
+ },
388
+ {
389
+ "displayName": "Date To",
390
+ "name": "date_to",
391
+ "type": "string",
392
+ "default": "",
393
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
394
+ "routing": {
395
+ "send": {
396
+ "property": "date_to",
397
+ "propertyInDotNotation": false,
398
+ "type": "body",
399
+ "value": "={{ $value }}"
400
+ }
401
+ },
402
+ "displayOptions": {
403
+ "show": {
404
+ "resource": [
405
+ "Report"
406
+ ],
407
+ "operation": [
408
+ "Get Projects Report"
409
+ ]
410
+ }
411
+ }
412
+ },
413
+ {
414
+ "displayName": "Source Languages",
415
+ "name": "source_languages",
416
+ "type": "json",
417
+ "default": "[\n null\n]",
418
+ "description": "List of source language codes.",
419
+ "routing": {
420
+ "send": {
421
+ "property": "source_languages",
422
+ "propertyInDotNotation": false,
423
+ "type": "body",
424
+ "value": "={{ JSON.parse($value) }}"
425
+ }
426
+ },
427
+ "displayOptions": {
428
+ "show": {
429
+ "resource": [
430
+ "Report"
431
+ ],
432
+ "operation": [
433
+ "Get Projects Report"
434
+ ]
435
+ }
436
+ }
437
+ },
438
+ {
439
+ "displayName": "Target Languages",
440
+ "name": "target_languages",
441
+ "type": "json",
442
+ "default": "[\n null\n]",
443
+ "description": "List of target language codes.",
444
+ "routing": {
445
+ "send": {
446
+ "property": "target_languages",
447
+ "propertyInDotNotation": false,
448
+ "type": "body",
449
+ "value": "={{ JSON.parse($value) }}"
450
+ }
451
+ },
452
+ "displayOptions": {
453
+ "show": {
454
+ "resource": [
455
+ "Report"
456
+ ],
457
+ "operation": [
458
+ "Get Projects Report"
459
+ ]
460
+ }
461
+ }
462
+ },
463
+ {
464
+ "displayName": "Users",
465
+ "name": "users",
466
+ "type": "json",
467
+ "default": "[\n null\n]",
468
+ "description": "List of corporate user IDs. Valid for corporate accounts only.",
469
+ "routing": {
470
+ "send": {
471
+ "property": "users",
472
+ "propertyInDotNotation": false,
473
+ "type": "body",
474
+ "value": "={{ JSON.parse($value) }}"
475
+ }
476
+ },
477
+ "displayOptions": {
478
+ "show": {
479
+ "resource": [
480
+ "Report"
481
+ ],
482
+ "operation": [
483
+ "Get Projects Report"
484
+ ]
485
+ }
486
+ }
487
+ },
488
+ {
489
+ "displayName": "POST /reports/qa",
490
+ "name": "operation",
491
+ "type": "notice",
492
+ "typeOptions": {
493
+ "theme": "info"
494
+ },
495
+ "default": "",
496
+ "displayOptions": {
497
+ "show": {
498
+ "resource": [
499
+ "Report"
500
+ ],
501
+ "operation": [
502
+ "Generate QA Report"
503
+ ]
504
+ }
505
+ }
506
+ },
507
+ {
508
+ "displayName": "Budget Codes",
509
+ "name": "budget_codes",
510
+ "type": "json",
511
+ "default": "[\n null\n]",
512
+ "routing": {
513
+ "send": {
514
+ "property": "budget_codes",
515
+ "propertyInDotNotation": false,
516
+ "type": "body",
517
+ "value": "={{ JSON.parse($value) }}"
518
+ }
519
+ },
520
+ "displayOptions": {
521
+ "show": {
522
+ "resource": [
523
+ "Report"
524
+ ],
525
+ "operation": [
526
+ "Generate QA Report"
527
+ ]
528
+ }
529
+ }
530
+ },
531
+ {
532
+ "displayName": "Categories",
533
+ "name": "categories",
534
+ "type": "json",
535
+ "default": "[\n null\n]",
536
+ "routing": {
537
+ "send": {
538
+ "property": "categories",
539
+ "propertyInDotNotation": false,
540
+ "type": "body",
541
+ "value": "={{ JSON.parse($value) }}"
542
+ }
543
+ },
544
+ "displayOptions": {
545
+ "show": {
546
+ "resource": [
547
+ "Report"
548
+ ],
549
+ "operation": [
550
+ "Generate QA Report"
551
+ ]
552
+ }
553
+ }
554
+ },
555
+ {
556
+ "displayName": "Clients",
557
+ "name": "clients",
558
+ "type": "json",
559
+ "default": "[\n null\n]",
560
+ "routing": {
561
+ "send": {
562
+ "property": "clients",
563
+ "propertyInDotNotation": false,
564
+ "type": "body",
565
+ "value": "={{ JSON.parse($value) }}"
566
+ }
567
+ },
568
+ "displayOptions": {
569
+ "show": {
570
+ "resource": [
571
+ "Report"
572
+ ],
573
+ "operation": [
574
+ "Generate QA Report"
575
+ ]
576
+ }
577
+ }
578
+ },
579
+ {
580
+ "displayName": "Date From",
581
+ "name": "date_from",
582
+ "type": "string",
583
+ "default": "",
584
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
585
+ "routing": {
586
+ "send": {
587
+ "property": "date_from",
588
+ "propertyInDotNotation": false,
589
+ "type": "body",
590
+ "value": "={{ $value }}"
591
+ }
592
+ },
593
+ "displayOptions": {
594
+ "show": {
595
+ "resource": [
596
+ "Report"
597
+ ],
598
+ "operation": [
599
+ "Generate QA Report"
600
+ ]
601
+ }
602
+ }
603
+ },
604
+ {
605
+ "displayName": "Date To",
606
+ "name": "date_to",
607
+ "type": "string",
608
+ "default": "",
609
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
610
+ "routing": {
611
+ "send": {
612
+ "property": "date_to",
613
+ "propertyInDotNotation": false,
614
+ "type": "body",
615
+ "value": "={{ $value }}"
616
+ }
617
+ },
618
+ "displayOptions": {
619
+ "show": {
620
+ "resource": [
621
+ "Report"
622
+ ],
623
+ "operation": [
624
+ "Generate QA Report"
625
+ ]
626
+ }
627
+ }
628
+ },
629
+ {
630
+ "displayName": "Documents",
631
+ "name": "documents",
632
+ "type": "json",
633
+ "default": "[\n null\n]",
634
+ "routing": {
635
+ "send": {
636
+ "property": "documents",
637
+ "propertyInDotNotation": false,
638
+ "type": "body",
639
+ "value": "={{ JSON.parse($value) }}"
640
+ }
641
+ },
642
+ "displayOptions": {
643
+ "show": {
644
+ "resource": [
645
+ "Report"
646
+ ],
647
+ "operation": [
648
+ "Generate QA Report"
649
+ ]
650
+ }
651
+ }
652
+ },
653
+ {
654
+ "displayName": "Projects",
655
+ "name": "projects",
656
+ "type": "json",
657
+ "default": "[\n null\n]",
658
+ "routing": {
659
+ "send": {
660
+ "property": "projects",
661
+ "propertyInDotNotation": false,
662
+ "type": "body",
663
+ "value": "={{ JSON.parse($value) }}"
664
+ }
665
+ },
666
+ "displayOptions": {
667
+ "show": {
668
+ "resource": [
669
+ "Report"
670
+ ],
671
+ "operation": [
672
+ "Generate QA Report"
673
+ ]
674
+ }
675
+ }
676
+ },
677
+ {
678
+ "displayName": "Severities",
679
+ "name": "severities",
680
+ "type": "json",
681
+ "default": "[\n null\n]",
682
+ "routing": {
683
+ "send": {
684
+ "property": "severities",
685
+ "propertyInDotNotation": false,
686
+ "type": "body",
687
+ "value": "={{ JSON.parse($value) }}"
688
+ }
689
+ },
690
+ "displayOptions": {
691
+ "show": {
692
+ "resource": [
693
+ "Report"
694
+ ],
695
+ "operation": [
696
+ "Generate QA Report"
697
+ ]
698
+ }
699
+ }
700
+ },
701
+ {
702
+ "displayName": "Source Languages",
703
+ "name": "source_languages",
704
+ "type": "json",
705
+ "default": "[\n null\n]",
706
+ "routing": {
707
+ "send": {
708
+ "property": "source_languages",
709
+ "propertyInDotNotation": false,
710
+ "type": "body",
711
+ "value": "={{ JSON.parse($value) }}"
712
+ }
713
+ },
714
+ "displayOptions": {
715
+ "show": {
716
+ "resource": [
717
+ "Report"
718
+ ],
719
+ "operation": [
720
+ "Generate QA Report"
721
+ ]
722
+ }
723
+ }
724
+ },
725
+ {
726
+ "displayName": "Subjects",
727
+ "name": "subjects",
728
+ "type": "json",
729
+ "default": "[\n null\n]",
730
+ "routing": {
731
+ "send": {
732
+ "property": "subjects",
733
+ "propertyInDotNotation": false,
734
+ "type": "body",
735
+ "value": "={{ JSON.parse($value) }}"
736
+ }
737
+ },
738
+ "displayOptions": {
739
+ "show": {
740
+ "resource": [
741
+ "Report"
742
+ ],
743
+ "operation": [
744
+ "Generate QA Report"
745
+ ]
746
+ }
747
+ }
748
+ },
749
+ {
750
+ "displayName": "Target Languages",
751
+ "name": "target_languages",
752
+ "type": "json",
753
+ "default": "[\n null\n]",
754
+ "routing": {
755
+ "send": {
756
+ "property": "target_languages",
757
+ "propertyInDotNotation": false,
758
+ "type": "body",
759
+ "value": "={{ JSON.parse($value) }}"
760
+ }
761
+ },
762
+ "displayOptions": {
763
+ "show": {
764
+ "resource": [
765
+ "Report"
766
+ ],
767
+ "operation": [
768
+ "Generate QA Report"
769
+ ]
770
+ }
771
+ }
772
+ },
773
+ {
774
+ "displayName": "Vendors",
775
+ "name": "vendors",
776
+ "type": "json",
777
+ "default": "[\n null\n]",
778
+ "routing": {
779
+ "send": {
780
+ "property": "vendors",
781
+ "propertyInDotNotation": false,
782
+ "type": "body",
783
+ "value": "={{ JSON.parse($value) }}"
784
+ }
785
+ },
786
+ "displayOptions": {
787
+ "show": {
788
+ "resource": [
789
+ "Report"
790
+ ],
791
+ "operation": [
792
+ "Generate QA Report"
793
+ ]
794
+ }
795
+ }
796
+ },
797
+ {
798
+ "displayName": "POST /reports/users",
799
+ "name": "operation",
800
+ "type": "notice",
801
+ "typeOptions": {
802
+ "theme": "info"
803
+ },
804
+ "default": "",
805
+ "displayOptions": {
806
+ "show": {
807
+ "resource": [
808
+ "Report"
809
+ ],
810
+ "operation": [
811
+ "Get Users Report"
812
+ ]
813
+ }
814
+ }
815
+ },
816
+ {
817
+ "displayName": "Budget Code",
818
+ "name": "budget_code",
819
+ "type": "string",
820
+ "default": "",
821
+ "description": "budget code filter. valid for corporate accounts only.",
822
+ "routing": {
823
+ "send": {
824
+ "property": "budget_code",
825
+ "propertyInDotNotation": false,
826
+ "type": "body",
827
+ "value": "={{ $value }}"
828
+ }
829
+ },
830
+ "displayOptions": {
831
+ "show": {
832
+ "resource": [
833
+ "Report"
834
+ ],
835
+ "operation": [
836
+ "Get Users Report"
837
+ ]
838
+ }
839
+ }
840
+ },
841
+ {
842
+ "displayName": "Date From",
843
+ "name": "date_from",
844
+ "type": "string",
845
+ "default": "",
846
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
847
+ "routing": {
848
+ "send": {
849
+ "property": "date_from",
850
+ "propertyInDotNotation": false,
851
+ "type": "body",
852
+ "value": "={{ $value }}"
853
+ }
854
+ },
855
+ "displayOptions": {
856
+ "show": {
857
+ "resource": [
858
+ "Report"
859
+ ],
860
+ "operation": [
861
+ "Get Users Report"
862
+ ]
863
+ }
864
+ }
865
+ },
866
+ {
867
+ "displayName": "Date To",
868
+ "name": "date_to",
869
+ "type": "string",
870
+ "default": "",
871
+ "description": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
872
+ "routing": {
873
+ "send": {
874
+ "property": "date_to",
875
+ "propertyInDotNotation": false,
876
+ "type": "body",
877
+ "value": "={{ $value }}"
878
+ }
879
+ },
880
+ "displayOptions": {
881
+ "show": {
882
+ "resource": [
883
+ "Report"
884
+ ],
885
+ "operation": [
886
+ "Get Users Report"
887
+ ]
888
+ }
889
+ }
890
+ },
891
+ {
892
+ "displayName": "Source Languages",
893
+ "name": "source_languages",
894
+ "type": "json",
895
+ "default": "[\n null\n]",
896
+ "description": "List of source language codes.",
897
+ "routing": {
898
+ "send": {
899
+ "property": "source_languages",
900
+ "propertyInDotNotation": false,
901
+ "type": "body",
902
+ "value": "={{ JSON.parse($value) }}"
903
+ }
904
+ },
905
+ "displayOptions": {
906
+ "show": {
907
+ "resource": [
908
+ "Report"
909
+ ],
910
+ "operation": [
911
+ "Get Users Report"
912
+ ]
913
+ }
914
+ }
915
+ },
916
+ {
917
+ "displayName": "Target Languages",
918
+ "name": "target_languages",
919
+ "type": "json",
920
+ "default": "[\n null\n]",
921
+ "description": "List of target language codes.",
922
+ "routing": {
923
+ "send": {
924
+ "property": "target_languages",
925
+ "propertyInDotNotation": false,
926
+ "type": "body",
927
+ "value": "={{ JSON.parse($value) }}"
928
+ }
929
+ },
930
+ "displayOptions": {
931
+ "show": {
932
+ "resource": [
933
+ "Report"
934
+ ],
935
+ "operation": [
936
+ "Get Users Report"
937
+ ]
938
+ }
939
+ }
940
+ },
941
+ {
942
+ "displayName": "Users",
943
+ "name": "users",
944
+ "type": "json",
945
+ "default": "[\n null\n]",
946
+ "description": "List of corporate user IDs. Valid for corporate accounts only.",
947
+ "routing": {
948
+ "send": {
949
+ "property": "users",
950
+ "propertyInDotNotation": false,
951
+ "type": "body",
952
+ "value": "={{ JSON.parse($value) }}"
953
+ }
954
+ },
955
+ "displayOptions": {
956
+ "show": {
957
+ "resource": [
958
+ "Report"
959
+ ],
960
+ "operation": [
961
+ "Get Users Report"
962
+ ]
963
+ }
964
+ }
965
+ },
966
+ ];
967
+ //# sourceMappingURL=index.js.map