@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,1517 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.stringsDescription = void 0;
4
+ exports.stringsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Strings"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Post Continuous Project File Strings",
20
+ "value": "Post Continuous Project File Strings",
21
+ "action": "Get a list of strings and its translations in the project.",
22
+ "description": "Get a list of strings and its translations in the project.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "POST",
26
+ "url": "=/continuous_projects/{{$parameter[\"projectId\"]}}/documents/strings"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Get Continuous Project File Strings",
32
+ "value": "Get Continuous Project File Strings",
33
+ "action": "View strings their translations in a continuous document",
34
+ "description": "View the strings from a document and their translations in your continuous translation project, for all target languages. If you need the translated version of your source document/file, then you need to use package and download endpoints.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/continuous_projects/{{$parameter[\"projectId\"]}}/documents/{{$parameter[\"documentId\"]}}/strings"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Continuous Project Strings",
44
+ "value": "Get Continuous Project Strings",
45
+ "action": "View strings and translations in continuous project",
46
+ "description": "View the strings and their translations in your continuous translation project, for all target languages. If you need the translated version of your source document/file, then you need to use package and download endpoints.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/continuous_projects/{{$parameter[\"projectId\"]}}/strings"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Clear Translation Cache",
56
+ "value": "Clear Translation Cache",
57
+ "action": "Clear translation cache",
58
+ "description": "Clear/delete continuous project translation cache.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "DELETE",
62
+ "url": "=/continuous_projects/{{$parameter[\"projectId\"]}}/strings/cached"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Get Translation Cache",
68
+ "value": "Get Translation Cache",
69
+ "action": "View cached strings translations in continuous project",
70
+ "description": "MotaWord caches your account intensively (and in a smart way) in real-time translation environments. This endpoint will return the currently cached strings and translations in your continuous translation project.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/continuous_projects/{{$parameter[\"projectId\"]}}/strings/cached"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Recache Translations",
80
+ "value": "Recache Translations",
81
+ "action": "Recache translations",
82
+ "description": "Recache translations for the continuous project.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/continuous_projects/{{$parameter[\"projectId\"]}}/strings/recache-tms"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Get Document Translations",
92
+ "value": "Get Document Translations",
93
+ "action": "View strings and translations of a document",
94
+ "description": "View the strings and their translations in your translation project for the specified source document. The list of translations is live if your project is not completed yet. If you need the translated version of your source document/file, then you need to use package and download endpoints.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/projects/{{$parameter[\"projectId\"]}}/documents/{{$parameter[\"documentId\"]}}/translations"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Get Document Translations For Language",
104
+ "value": "Get Document Translations For Language",
105
+ "action": "View strings and translations of a document for target language",
106
+ "description": "View the strings and their translations in the given target language for the specified source document. The list of translations is live if your project is not completed yet. If you need the translated version of your source document/file, then you need to use package and download endpoints.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/projects/{{$parameter[\"projectId\"]}}/documents/{{$parameter[\"documentId\"]}}/translations/{{$parameter[\"language\"]}}"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Get Project Strings",
116
+ "value": "Get Project Strings",
117
+ "action": "View project strings and translations",
118
+ "description": "View the strings and their translations in your translation project, for all target languages. The list of translations is live if your project is not completed yet. If you need the translated version of your source document/file, then you need to use package and download endpoints.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/projects/{{$parameter[\"projectId\"]}}/strings"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Package Project Translation Memory",
128
+ "value": "Package Project Translation Memory",
129
+ "action": "Download project translation memory",
130
+ "description": "Package and download project translation memory in TMX format",
131
+ "routing": {
132
+ "request": {
133
+ "method": "POST",
134
+ "url": "=/projects/{{$parameter[\"projectId\"]}}/strings/package"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Package Project Translation Memory Status",
140
+ "value": "Package Project Translation Memory Status",
141
+ "action": "Check translation memory packaging status",
142
+ "description": "Check translation memory packaging status for async packaging requests, using the key returned from strings/package call.",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/projects/{{$parameter[\"projectId\"]}}/strings/package/status"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Package Project Translation Memory For Language",
152
+ "value": "Package Project Translation Memory For Language",
153
+ "action": "Download language-specific project translation memory",
154
+ "description": "Package and download project translation memory in TMX format for a specific target language.",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/projects/{{$parameter[\"projectId\"]}}/strings/{{$parameter[\"languageCode\"]}}/package"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Package Project Translation Memory For Language Status",
164
+ "value": "Package Project Translation Memory For Language Status",
165
+ "action": "Check language-specific translation memory packaging status",
166
+ "description": "Check translation memory packaging status for async packaging requests, using the key returned from strings/package call.",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/projects/{{$parameter[\"projectId\"]}}/strings/{{$parameter[\"languageCode\"]}}/package/status"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Get Project Strings For Language",
176
+ "value": "Get Project Strings For Language",
177
+ "action": "View strings and translations for target language",
178
+ "description": "View the strings and their translations in your translation project for the specified target language. The list of translations is live if your project is not completed yet. If you need the translated version of your source document/file, then you need to use package and download endpoints.",
179
+ "routing": {
180
+ "request": {
181
+ "method": "GET",
182
+ "url": "=/projects/{{$parameter[\"projectId\"]}}/strings/{{$parameter[\"language\"]}}"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "Get Strings",
188
+ "value": "Get Strings",
189
+ "action": "View account strings (translation memory)",
190
+ "description": "Get a list of all strings and their translations under your account, from all projects. This is your MotaWord translation memory. If you have the related permission, this endpoint will also return strings from your company account.",
191
+ "routing": {
192
+ "request": {
193
+ "method": "GET",
194
+ "url": "=/strings"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "name": "Update Translation Memory Unit",
200
+ "value": "Update Translation Memory Unit",
201
+ "action": "Update string translation",
202
+ "description": "Update the translation of a string from your account strings/translation memory.",
203
+ "routing": {
204
+ "request": {
205
+ "method": "PUT",
206
+ "url": "=/strings"
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "name": "Package User Translation Memory",
212
+ "value": "Package User Translation Memory",
213
+ "action": "Download account translation memory",
214
+ "description": "Package and download account translation memory in TMX format. If you have the related permission, this will also download your company translation memory.",
215
+ "routing": {
216
+ "request": {
217
+ "method": "POST",
218
+ "url": "=/strings/{{$parameter[\"languageCode\"]}}/package"
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "name": "Package User Translation Memory For Language Status",
224
+ "value": "Package User Translation Memory For Language Status",
225
+ "action": "Check account translation memory packaging status",
226
+ "description": "Check translation memory packaging status for async packaging requests, using the key returned from strings/package call.",
227
+ "routing": {
228
+ "request": {
229
+ "method": "GET",
230
+ "url": "=/strings/{{$parameter[\"languageCode\"]}}/package/status"
231
+ }
232
+ }
233
+ }
234
+ ],
235
+ "default": ""
236
+ },
237
+ {
238
+ "displayName": "POST /continuous_projects/{projectId}/documents/strings",
239
+ "name": "operation",
240
+ "type": "notice",
241
+ "typeOptions": {
242
+ "theme": "info"
243
+ },
244
+ "default": "",
245
+ "displayOptions": {
246
+ "show": {
247
+ "resource": [
248
+ "Strings"
249
+ ],
250
+ "operation": [
251
+ "Post Continuous Project File Strings"
252
+ ]
253
+ }
254
+ }
255
+ },
256
+ {
257
+ "displayName": "Project Id",
258
+ "name": "projectId",
259
+ "required": true,
260
+ "description": "Project ID",
261
+ "default": 0,
262
+ "type": "number",
263
+ "displayOptions": {
264
+ "show": {
265
+ "resource": [
266
+ "Strings"
267
+ ],
268
+ "operation": [
269
+ "Post Continuous Project File Strings"
270
+ ]
271
+ }
272
+ }
273
+ },
274
+ {
275
+ "displayName": "Document Name",
276
+ "name": "documentName",
277
+ "type": "string",
278
+ "default": "",
279
+ "routing": {
280
+ "send": {
281
+ "property": "documentName",
282
+ "propertyInDotNotation": false,
283
+ "type": "body",
284
+ "value": "={{ $value }}"
285
+ }
286
+ },
287
+ "displayOptions": {
288
+ "show": {
289
+ "resource": [
290
+ "Strings"
291
+ ],
292
+ "operation": [
293
+ "Post Continuous Project File Strings"
294
+ ]
295
+ }
296
+ }
297
+ },
298
+ {
299
+ "displayName": "GET /continuous_projects/{projectId}/documents/{documentId}/strings",
300
+ "name": "operation",
301
+ "type": "notice",
302
+ "typeOptions": {
303
+ "theme": "info"
304
+ },
305
+ "default": "",
306
+ "displayOptions": {
307
+ "show": {
308
+ "resource": [
309
+ "Strings"
310
+ ],
311
+ "operation": [
312
+ "Get Continuous Project File Strings"
313
+ ]
314
+ }
315
+ }
316
+ },
317
+ {
318
+ "displayName": "Project Id",
319
+ "name": "projectId",
320
+ "required": true,
321
+ "description": "Project ID",
322
+ "default": 0,
323
+ "type": "number",
324
+ "displayOptions": {
325
+ "show": {
326
+ "resource": [
327
+ "Strings"
328
+ ],
329
+ "operation": [
330
+ "Get Continuous Project File Strings"
331
+ ]
332
+ }
333
+ }
334
+ },
335
+ {
336
+ "displayName": "Document Id",
337
+ "name": "documentId",
338
+ "required": true,
339
+ "description": "Document ID/Name",
340
+ "default": 0,
341
+ "type": "number",
342
+ "displayOptions": {
343
+ "show": {
344
+ "resource": [
345
+ "Strings"
346
+ ],
347
+ "operation": [
348
+ "Get Continuous Project File Strings"
349
+ ]
350
+ }
351
+ }
352
+ },
353
+ {
354
+ "displayName": "GET /continuous_projects/{projectId}/strings",
355
+ "name": "operation",
356
+ "type": "notice",
357
+ "typeOptions": {
358
+ "theme": "info"
359
+ },
360
+ "default": "",
361
+ "displayOptions": {
362
+ "show": {
363
+ "resource": [
364
+ "Strings"
365
+ ],
366
+ "operation": [
367
+ "Get Continuous Project Strings"
368
+ ]
369
+ }
370
+ }
371
+ },
372
+ {
373
+ "displayName": "Project Id",
374
+ "name": "projectId",
375
+ "required": true,
376
+ "description": "Project ID",
377
+ "default": 0,
378
+ "type": "number",
379
+ "displayOptions": {
380
+ "show": {
381
+ "resource": [
382
+ "Strings"
383
+ ],
384
+ "operation": [
385
+ "Get Continuous Project Strings"
386
+ ]
387
+ }
388
+ }
389
+ },
390
+ {
391
+ "displayName": "DELETE /continuous_projects/{projectId}/strings/cached",
392
+ "name": "operation",
393
+ "type": "notice",
394
+ "typeOptions": {
395
+ "theme": "info"
396
+ },
397
+ "default": "",
398
+ "displayOptions": {
399
+ "show": {
400
+ "resource": [
401
+ "Strings"
402
+ ],
403
+ "operation": [
404
+ "Clear Translation Cache"
405
+ ]
406
+ }
407
+ }
408
+ },
409
+ {
410
+ "displayName": "Project Id",
411
+ "name": "projectId",
412
+ "required": true,
413
+ "description": "Project ID",
414
+ "default": 0,
415
+ "type": "number",
416
+ "displayOptions": {
417
+ "show": {
418
+ "resource": [
419
+ "Strings"
420
+ ],
421
+ "operation": [
422
+ "Clear Translation Cache"
423
+ ]
424
+ }
425
+ }
426
+ },
427
+ {
428
+ "displayName": "Locale",
429
+ "name": "locale",
430
+ "description": "Locale",
431
+ "default": "",
432
+ "type": "string",
433
+ "routing": {
434
+ "send": {
435
+ "type": "query",
436
+ "property": "locale",
437
+ "value": "={{ $value }}",
438
+ "propertyInDotNotation": false
439
+ }
440
+ },
441
+ "displayOptions": {
442
+ "show": {
443
+ "resource": [
444
+ "Strings"
445
+ ],
446
+ "operation": [
447
+ "Clear Translation Cache"
448
+ ]
449
+ }
450
+ }
451
+ },
452
+ {
453
+ "displayName": "File Id",
454
+ "name": "file_id",
455
+ "description": "Continuous Project File ID",
456
+ "default": 0,
457
+ "type": "number",
458
+ "routing": {
459
+ "send": {
460
+ "type": "query",
461
+ "property": "file_id",
462
+ "value": "={{ $value }}",
463
+ "propertyInDotNotation": false
464
+ }
465
+ },
466
+ "displayOptions": {
467
+ "show": {
468
+ "resource": [
469
+ "Strings"
470
+ ],
471
+ "operation": [
472
+ "Clear Translation Cache"
473
+ ]
474
+ }
475
+ }
476
+ },
477
+ {
478
+ "displayName": "GET /continuous_projects/{projectId}/strings/cached",
479
+ "name": "operation",
480
+ "type": "notice",
481
+ "typeOptions": {
482
+ "theme": "info"
483
+ },
484
+ "default": "",
485
+ "displayOptions": {
486
+ "show": {
487
+ "resource": [
488
+ "Strings"
489
+ ],
490
+ "operation": [
491
+ "Get Translation Cache"
492
+ ]
493
+ }
494
+ }
495
+ },
496
+ {
497
+ "displayName": "Project Id",
498
+ "name": "projectId",
499
+ "required": true,
500
+ "description": "Project ID",
501
+ "default": 0,
502
+ "type": "number",
503
+ "displayOptions": {
504
+ "show": {
505
+ "resource": [
506
+ "Strings"
507
+ ],
508
+ "operation": [
509
+ "Get Translation Cache"
510
+ ]
511
+ }
512
+ }
513
+ },
514
+ {
515
+ "displayName": "Flatten",
516
+ "name": "flatten",
517
+ "description": "Flatten cache results and ignore document keys",
518
+ "default": 1,
519
+ "type": "boolean",
520
+ "routing": {
521
+ "send": {
522
+ "type": "query",
523
+ "property": "flatten",
524
+ "value": "={{ $value }}",
525
+ "propertyInDotNotation": false
526
+ }
527
+ },
528
+ "displayOptions": {
529
+ "show": {
530
+ "resource": [
531
+ "Strings"
532
+ ],
533
+ "operation": [
534
+ "Get Translation Cache"
535
+ ]
536
+ }
537
+ }
538
+ },
539
+ {
540
+ "displayName": "POST /continuous_projects/{projectId}/strings/recache-tms",
541
+ "name": "operation",
542
+ "type": "notice",
543
+ "typeOptions": {
544
+ "theme": "info"
545
+ },
546
+ "default": "",
547
+ "displayOptions": {
548
+ "show": {
549
+ "resource": [
550
+ "Strings"
551
+ ],
552
+ "operation": [
553
+ "Recache Translations"
554
+ ]
555
+ }
556
+ }
557
+ },
558
+ {
559
+ "displayName": "Project Id",
560
+ "name": "projectId",
561
+ "required": true,
562
+ "description": "Project ID",
563
+ "default": 0,
564
+ "type": "number",
565
+ "displayOptions": {
566
+ "show": {
567
+ "resource": [
568
+ "Strings"
569
+ ],
570
+ "operation": [
571
+ "Recache Translations"
572
+ ]
573
+ }
574
+ }
575
+ },
576
+ {
577
+ "displayName": "Locale",
578
+ "name": "locale",
579
+ "description": "Locale",
580
+ "default": "",
581
+ "type": "string",
582
+ "routing": {
583
+ "send": {
584
+ "type": "query",
585
+ "property": "locale",
586
+ "value": "={{ $value }}",
587
+ "propertyInDotNotation": false
588
+ }
589
+ },
590
+ "displayOptions": {
591
+ "show": {
592
+ "resource": [
593
+ "Strings"
594
+ ],
595
+ "operation": [
596
+ "Recache Translations"
597
+ ]
598
+ }
599
+ }
600
+ },
601
+ {
602
+ "displayName": "File Id",
603
+ "name": "file_id",
604
+ "description": "Continuous Project File ID",
605
+ "default": 0,
606
+ "type": "number",
607
+ "routing": {
608
+ "send": {
609
+ "type": "query",
610
+ "property": "file_id",
611
+ "value": "={{ $value }}",
612
+ "propertyInDotNotation": false
613
+ }
614
+ },
615
+ "displayOptions": {
616
+ "show": {
617
+ "resource": [
618
+ "Strings"
619
+ ],
620
+ "operation": [
621
+ "Recache Translations"
622
+ ]
623
+ }
624
+ }
625
+ },
626
+ {
627
+ "displayName": "GET /projects/{projectId}/documents/{documentId}/translations",
628
+ "name": "operation",
629
+ "type": "notice",
630
+ "typeOptions": {
631
+ "theme": "info"
632
+ },
633
+ "default": "",
634
+ "displayOptions": {
635
+ "show": {
636
+ "resource": [
637
+ "Strings"
638
+ ],
639
+ "operation": [
640
+ "Get Document Translations"
641
+ ]
642
+ }
643
+ }
644
+ },
645
+ {
646
+ "displayName": "Project Id",
647
+ "name": "projectId",
648
+ "required": true,
649
+ "description": "Project ID",
650
+ "default": 0,
651
+ "type": "number",
652
+ "displayOptions": {
653
+ "show": {
654
+ "resource": [
655
+ "Strings"
656
+ ],
657
+ "operation": [
658
+ "Get Document Translations"
659
+ ]
660
+ }
661
+ }
662
+ },
663
+ {
664
+ "displayName": "Document Id",
665
+ "name": "documentId",
666
+ "required": true,
667
+ "description": "Document ID",
668
+ "default": 0,
669
+ "type": "number",
670
+ "displayOptions": {
671
+ "show": {
672
+ "resource": [
673
+ "Strings"
674
+ ],
675
+ "operation": [
676
+ "Get Document Translations"
677
+ ]
678
+ }
679
+ }
680
+ },
681
+ {
682
+ "displayName": "GET /projects/{projectId}/documents/{documentId}/translations/{language}",
683
+ "name": "operation",
684
+ "type": "notice",
685
+ "typeOptions": {
686
+ "theme": "info"
687
+ },
688
+ "default": "",
689
+ "displayOptions": {
690
+ "show": {
691
+ "resource": [
692
+ "Strings"
693
+ ],
694
+ "operation": [
695
+ "Get Document Translations For Language"
696
+ ]
697
+ }
698
+ }
699
+ },
700
+ {
701
+ "displayName": "Project Id",
702
+ "name": "projectId",
703
+ "required": true,
704
+ "description": "Project ID",
705
+ "default": 0,
706
+ "type": "number",
707
+ "displayOptions": {
708
+ "show": {
709
+ "resource": [
710
+ "Strings"
711
+ ],
712
+ "operation": [
713
+ "Get Document Translations For Language"
714
+ ]
715
+ }
716
+ }
717
+ },
718
+ {
719
+ "displayName": "Document Id",
720
+ "name": "documentId",
721
+ "required": true,
722
+ "description": "Document ID",
723
+ "default": 0,
724
+ "type": "number",
725
+ "displayOptions": {
726
+ "show": {
727
+ "resource": [
728
+ "Strings"
729
+ ],
730
+ "operation": [
731
+ "Get Document Translations For Language"
732
+ ]
733
+ }
734
+ }
735
+ },
736
+ {
737
+ "displayName": "Language",
738
+ "name": "language",
739
+ "required": true,
740
+ "description": "Target language code.",
741
+ "default": "",
742
+ "type": "string",
743
+ "displayOptions": {
744
+ "show": {
745
+ "resource": [
746
+ "Strings"
747
+ ],
748
+ "operation": [
749
+ "Get Document Translations For Language"
750
+ ]
751
+ }
752
+ }
753
+ },
754
+ {
755
+ "displayName": "GET /projects/{projectId}/strings",
756
+ "name": "operation",
757
+ "type": "notice",
758
+ "typeOptions": {
759
+ "theme": "info"
760
+ },
761
+ "default": "",
762
+ "displayOptions": {
763
+ "show": {
764
+ "resource": [
765
+ "Strings"
766
+ ],
767
+ "operation": [
768
+ "Get Project Strings"
769
+ ]
770
+ }
771
+ }
772
+ },
773
+ {
774
+ "displayName": "Project Id",
775
+ "name": "projectId",
776
+ "required": true,
777
+ "description": "Project ID",
778
+ "default": 0,
779
+ "type": "number",
780
+ "displayOptions": {
781
+ "show": {
782
+ "resource": [
783
+ "Strings"
784
+ ],
785
+ "operation": [
786
+ "Get Project Strings"
787
+ ]
788
+ }
789
+ }
790
+ },
791
+ {
792
+ "displayName": "POST /projects/{projectId}/strings/package",
793
+ "name": "operation",
794
+ "type": "notice",
795
+ "typeOptions": {
796
+ "theme": "info"
797
+ },
798
+ "default": "",
799
+ "displayOptions": {
800
+ "show": {
801
+ "resource": [
802
+ "Strings"
803
+ ],
804
+ "operation": [
805
+ "Package Project Translation Memory"
806
+ ]
807
+ }
808
+ }
809
+ },
810
+ {
811
+ "displayName": "Project Id",
812
+ "name": "projectId",
813
+ "required": true,
814
+ "description": "Project ID",
815
+ "default": 0,
816
+ "type": "number",
817
+ "displayOptions": {
818
+ "show": {
819
+ "resource": [
820
+ "Strings"
821
+ ],
822
+ "operation": [
823
+ "Package Project Translation Memory"
824
+ ]
825
+ }
826
+ }
827
+ },
828
+ {
829
+ "displayName": "Async",
830
+ "name": "async",
831
+ "description": "If you want to package and download the translation memory synchronously, mark this parameter as '0'. It will package the translation memory and then return the packaged file in the response, identical to async/download call after an asynchronous /package call.",
832
+ "default": 0,
833
+ "type": "number",
834
+ "routing": {
835
+ "send": {
836
+ "type": "query",
837
+ "property": "async",
838
+ "value": "={{ $value }}",
839
+ "propertyInDotNotation": false
840
+ }
841
+ },
842
+ "displayOptions": {
843
+ "show": {
844
+ "resource": [
845
+ "Strings"
846
+ ],
847
+ "operation": [
848
+ "Package Project Translation Memory"
849
+ ]
850
+ }
851
+ }
852
+ },
853
+ {
854
+ "displayName": "Format",
855
+ "name": "format",
856
+ "description": "Translation Memory file format",
857
+ "default": "tmx",
858
+ "type": "string",
859
+ "routing": {
860
+ "send": {
861
+ "type": "query",
862
+ "property": "format",
863
+ "value": "={{ $value }}",
864
+ "propertyInDotNotation": false
865
+ }
866
+ },
867
+ "displayOptions": {
868
+ "show": {
869
+ "resource": [
870
+ "Strings"
871
+ ],
872
+ "operation": [
873
+ "Package Project Translation Memory"
874
+ ]
875
+ }
876
+ }
877
+ },
878
+ {
879
+ "displayName": "GET /projects/{projectId}/strings/package/status",
880
+ "name": "operation",
881
+ "type": "notice",
882
+ "typeOptions": {
883
+ "theme": "info"
884
+ },
885
+ "default": "",
886
+ "displayOptions": {
887
+ "show": {
888
+ "resource": [
889
+ "Strings"
890
+ ],
891
+ "operation": [
892
+ "Package Project Translation Memory Status"
893
+ ]
894
+ }
895
+ }
896
+ },
897
+ {
898
+ "displayName": "Project Id",
899
+ "name": "projectId",
900
+ "required": true,
901
+ "description": "Project ID",
902
+ "default": 0,
903
+ "type": "number",
904
+ "displayOptions": {
905
+ "show": {
906
+ "resource": [
907
+ "Strings"
908
+ ],
909
+ "operation": [
910
+ "Package Project Translation Memory Status"
911
+ ]
912
+ }
913
+ }
914
+ },
915
+ {
916
+ "displayName": "Async Request Key",
917
+ "name": "async_request_key",
918
+ "required": true,
919
+ "description": "Async operation key",
920
+ "default": "",
921
+ "type": "string",
922
+ "routing": {
923
+ "send": {
924
+ "type": "query",
925
+ "property": "async_request_key",
926
+ "value": "={{ $value }}",
927
+ "propertyInDotNotation": false
928
+ }
929
+ },
930
+ "displayOptions": {
931
+ "show": {
932
+ "resource": [
933
+ "Strings"
934
+ ],
935
+ "operation": [
936
+ "Package Project Translation Memory Status"
937
+ ]
938
+ }
939
+ }
940
+ },
941
+ {
942
+ "displayName": "POST /projects/{projectId}/strings/{languageCode}/package",
943
+ "name": "operation",
944
+ "type": "notice",
945
+ "typeOptions": {
946
+ "theme": "info"
947
+ },
948
+ "default": "",
949
+ "displayOptions": {
950
+ "show": {
951
+ "resource": [
952
+ "Strings"
953
+ ],
954
+ "operation": [
955
+ "Package Project Translation Memory For Language"
956
+ ]
957
+ }
958
+ }
959
+ },
960
+ {
961
+ "displayName": "Project Id",
962
+ "name": "projectId",
963
+ "required": true,
964
+ "description": "Project ID",
965
+ "default": 0,
966
+ "type": "number",
967
+ "displayOptions": {
968
+ "show": {
969
+ "resource": [
970
+ "Strings"
971
+ ],
972
+ "operation": [
973
+ "Package Project Translation Memory For Language"
974
+ ]
975
+ }
976
+ }
977
+ },
978
+ {
979
+ "displayName": "Language Code",
980
+ "name": "languageCode",
981
+ "required": true,
982
+ "description": "Language Code",
983
+ "default": "",
984
+ "type": "string",
985
+ "displayOptions": {
986
+ "show": {
987
+ "resource": [
988
+ "Strings"
989
+ ],
990
+ "operation": [
991
+ "Package Project Translation Memory For Language"
992
+ ]
993
+ }
994
+ }
995
+ },
996
+ {
997
+ "displayName": "Async",
998
+ "name": "async",
999
+ "description": "If you want to package and download the translation memory synchronously, mark this parameter as '0'. It will package the translation memory and then return the packaged file in the response, identical to async/download call after an asynchronous /package call.",
1000
+ "default": 0,
1001
+ "type": "number",
1002
+ "routing": {
1003
+ "send": {
1004
+ "type": "query",
1005
+ "property": "async",
1006
+ "value": "={{ $value }}",
1007
+ "propertyInDotNotation": false
1008
+ }
1009
+ },
1010
+ "displayOptions": {
1011
+ "show": {
1012
+ "resource": [
1013
+ "Strings"
1014
+ ],
1015
+ "operation": [
1016
+ "Package Project Translation Memory For Language"
1017
+ ]
1018
+ }
1019
+ }
1020
+ },
1021
+ {
1022
+ "displayName": "Format",
1023
+ "name": "format",
1024
+ "description": "Translation Memory file format",
1025
+ "default": "tmx",
1026
+ "type": "string",
1027
+ "routing": {
1028
+ "send": {
1029
+ "type": "query",
1030
+ "property": "format",
1031
+ "value": "={{ $value }}",
1032
+ "propertyInDotNotation": false
1033
+ }
1034
+ },
1035
+ "displayOptions": {
1036
+ "show": {
1037
+ "resource": [
1038
+ "Strings"
1039
+ ],
1040
+ "operation": [
1041
+ "Package Project Translation Memory For Language"
1042
+ ]
1043
+ }
1044
+ }
1045
+ },
1046
+ {
1047
+ "displayName": "GET /projects/{projectId}/strings/{languageCode}/package/status",
1048
+ "name": "operation",
1049
+ "type": "notice",
1050
+ "typeOptions": {
1051
+ "theme": "info"
1052
+ },
1053
+ "default": "",
1054
+ "displayOptions": {
1055
+ "show": {
1056
+ "resource": [
1057
+ "Strings"
1058
+ ],
1059
+ "operation": [
1060
+ "Package Project Translation Memory For Language Status"
1061
+ ]
1062
+ }
1063
+ }
1064
+ },
1065
+ {
1066
+ "displayName": "Project Id",
1067
+ "name": "projectId",
1068
+ "required": true,
1069
+ "description": "Project ID",
1070
+ "default": 0,
1071
+ "type": "number",
1072
+ "displayOptions": {
1073
+ "show": {
1074
+ "resource": [
1075
+ "Strings"
1076
+ ],
1077
+ "operation": [
1078
+ "Package Project Translation Memory For Language Status"
1079
+ ]
1080
+ }
1081
+ }
1082
+ },
1083
+ {
1084
+ "displayName": "Language Code",
1085
+ "name": "languageCode",
1086
+ "required": true,
1087
+ "description": "Language Code",
1088
+ "default": "",
1089
+ "type": "string",
1090
+ "displayOptions": {
1091
+ "show": {
1092
+ "resource": [
1093
+ "Strings"
1094
+ ],
1095
+ "operation": [
1096
+ "Package Project Translation Memory For Language Status"
1097
+ ]
1098
+ }
1099
+ }
1100
+ },
1101
+ {
1102
+ "displayName": "Async Request Key",
1103
+ "name": "async_request_key",
1104
+ "required": true,
1105
+ "description": "Async operation key",
1106
+ "default": "",
1107
+ "type": "string",
1108
+ "routing": {
1109
+ "send": {
1110
+ "type": "query",
1111
+ "property": "async_request_key",
1112
+ "value": "={{ $value }}",
1113
+ "propertyInDotNotation": false
1114
+ }
1115
+ },
1116
+ "displayOptions": {
1117
+ "show": {
1118
+ "resource": [
1119
+ "Strings"
1120
+ ],
1121
+ "operation": [
1122
+ "Package Project Translation Memory For Language Status"
1123
+ ]
1124
+ }
1125
+ }
1126
+ },
1127
+ {
1128
+ "displayName": "GET /projects/{projectId}/strings/{language}",
1129
+ "name": "operation",
1130
+ "type": "notice",
1131
+ "typeOptions": {
1132
+ "theme": "info"
1133
+ },
1134
+ "default": "",
1135
+ "displayOptions": {
1136
+ "show": {
1137
+ "resource": [
1138
+ "Strings"
1139
+ ],
1140
+ "operation": [
1141
+ "Get Project Strings For Language"
1142
+ ]
1143
+ }
1144
+ }
1145
+ },
1146
+ {
1147
+ "displayName": "Project Id",
1148
+ "name": "projectId",
1149
+ "required": true,
1150
+ "description": "Project ID",
1151
+ "default": 0,
1152
+ "type": "number",
1153
+ "displayOptions": {
1154
+ "show": {
1155
+ "resource": [
1156
+ "Strings"
1157
+ ],
1158
+ "operation": [
1159
+ "Get Project Strings For Language"
1160
+ ]
1161
+ }
1162
+ }
1163
+ },
1164
+ {
1165
+ "displayName": "Language",
1166
+ "name": "language",
1167
+ "required": true,
1168
+ "description": "Target language code",
1169
+ "default": "",
1170
+ "type": "string",
1171
+ "displayOptions": {
1172
+ "show": {
1173
+ "resource": [
1174
+ "Strings"
1175
+ ],
1176
+ "operation": [
1177
+ "Get Project Strings For Language"
1178
+ ]
1179
+ }
1180
+ }
1181
+ },
1182
+ {
1183
+ "displayName": "GET /strings",
1184
+ "name": "operation",
1185
+ "type": "notice",
1186
+ "typeOptions": {
1187
+ "theme": "info"
1188
+ },
1189
+ "default": "",
1190
+ "displayOptions": {
1191
+ "show": {
1192
+ "resource": [
1193
+ "Strings"
1194
+ ],
1195
+ "operation": [
1196
+ "Get Strings"
1197
+ ]
1198
+ }
1199
+ }
1200
+ },
1201
+ {
1202
+ "displayName": "Source Language",
1203
+ "name": "source_language",
1204
+ "description": "Source Language Code",
1205
+ "default": "",
1206
+ "type": "string",
1207
+ "routing": {
1208
+ "send": {
1209
+ "type": "query",
1210
+ "property": "source_language",
1211
+ "value": "={{ $value }}",
1212
+ "propertyInDotNotation": false
1213
+ }
1214
+ },
1215
+ "displayOptions": {
1216
+ "show": {
1217
+ "resource": [
1218
+ "Strings"
1219
+ ],
1220
+ "operation": [
1221
+ "Get Strings"
1222
+ ]
1223
+ }
1224
+ }
1225
+ },
1226
+ {
1227
+ "displayName": "Page",
1228
+ "name": "page",
1229
+ "description": "Requested page",
1230
+ "default": 0,
1231
+ "type": "number",
1232
+ "routing": {
1233
+ "send": {
1234
+ "type": "query",
1235
+ "property": "page",
1236
+ "value": "={{ $value }}",
1237
+ "propertyInDotNotation": false
1238
+ }
1239
+ },
1240
+ "displayOptions": {
1241
+ "show": {
1242
+ "resource": [
1243
+ "Strings"
1244
+ ],
1245
+ "operation": [
1246
+ "Get Strings"
1247
+ ]
1248
+ }
1249
+ }
1250
+ },
1251
+ {
1252
+ "displayName": "PUT /strings",
1253
+ "name": "operation",
1254
+ "type": "notice",
1255
+ "typeOptions": {
1256
+ "theme": "info"
1257
+ },
1258
+ "default": "",
1259
+ "displayOptions": {
1260
+ "show": {
1261
+ "resource": [
1262
+ "Strings"
1263
+ ],
1264
+ "operation": [
1265
+ "Update Translation Memory Unit"
1266
+ ]
1267
+ }
1268
+ }
1269
+ },
1270
+ {
1271
+ "displayName": "Source Language",
1272
+ "name": "sourceLanguage",
1273
+ "type": "string",
1274
+ "default": "",
1275
+ "routing": {
1276
+ "send": {
1277
+ "property": "sourceLanguage",
1278
+ "propertyInDotNotation": false,
1279
+ "type": "body",
1280
+ "value": "={{ $value }}"
1281
+ }
1282
+ },
1283
+ "displayOptions": {
1284
+ "show": {
1285
+ "resource": [
1286
+ "Strings"
1287
+ ],
1288
+ "operation": [
1289
+ "Update Translation Memory Unit"
1290
+ ]
1291
+ }
1292
+ }
1293
+ },
1294
+ {
1295
+ "displayName": "Source Text",
1296
+ "name": "sourceText",
1297
+ "type": "string",
1298
+ "default": "",
1299
+ "routing": {
1300
+ "send": {
1301
+ "property": "sourceText",
1302
+ "propertyInDotNotation": false,
1303
+ "type": "body",
1304
+ "value": "={{ $value }}"
1305
+ }
1306
+ },
1307
+ "displayOptions": {
1308
+ "show": {
1309
+ "resource": [
1310
+ "Strings"
1311
+ ],
1312
+ "operation": [
1313
+ "Update Translation Memory Unit"
1314
+ ]
1315
+ }
1316
+ }
1317
+ },
1318
+ {
1319
+ "displayName": "Target Language",
1320
+ "name": "targetLanguage",
1321
+ "type": "string",
1322
+ "default": "",
1323
+ "routing": {
1324
+ "send": {
1325
+ "property": "targetLanguage",
1326
+ "propertyInDotNotation": false,
1327
+ "type": "body",
1328
+ "value": "={{ $value }}"
1329
+ }
1330
+ },
1331
+ "displayOptions": {
1332
+ "show": {
1333
+ "resource": [
1334
+ "Strings"
1335
+ ],
1336
+ "operation": [
1337
+ "Update Translation Memory Unit"
1338
+ ]
1339
+ }
1340
+ }
1341
+ },
1342
+ {
1343
+ "displayName": "Target Text",
1344
+ "name": "targetText",
1345
+ "type": "string",
1346
+ "default": "",
1347
+ "routing": {
1348
+ "send": {
1349
+ "property": "targetText",
1350
+ "propertyInDotNotation": false,
1351
+ "type": "body",
1352
+ "value": "={{ $value }}"
1353
+ }
1354
+ },
1355
+ "displayOptions": {
1356
+ "show": {
1357
+ "resource": [
1358
+ "Strings"
1359
+ ],
1360
+ "operation": [
1361
+ "Update Translation Memory Unit"
1362
+ ]
1363
+ }
1364
+ }
1365
+ },
1366
+ {
1367
+ "displayName": "POST /strings/{languageCode}/package",
1368
+ "name": "operation",
1369
+ "type": "notice",
1370
+ "typeOptions": {
1371
+ "theme": "info"
1372
+ },
1373
+ "default": "",
1374
+ "displayOptions": {
1375
+ "show": {
1376
+ "resource": [
1377
+ "Strings"
1378
+ ],
1379
+ "operation": [
1380
+ "Package User Translation Memory"
1381
+ ]
1382
+ }
1383
+ }
1384
+ },
1385
+ {
1386
+ "displayName": "Language Code",
1387
+ "name": "languageCode",
1388
+ "required": true,
1389
+ "description": "Source Language Code",
1390
+ "default": "",
1391
+ "type": "string",
1392
+ "displayOptions": {
1393
+ "show": {
1394
+ "resource": [
1395
+ "Strings"
1396
+ ],
1397
+ "operation": [
1398
+ "Package User Translation Memory"
1399
+ ]
1400
+ }
1401
+ }
1402
+ },
1403
+ {
1404
+ "displayName": "Async",
1405
+ "name": "async",
1406
+ "description": "If you want to package and download the translation memory synchronously, mark this parameter as '0'. It will package the translation memory and then return the packaged file in the response, identical to async/download call after an asynchronous /package call.",
1407
+ "default": 0,
1408
+ "type": "number",
1409
+ "routing": {
1410
+ "send": {
1411
+ "type": "query",
1412
+ "property": "async",
1413
+ "value": "={{ $value }}",
1414
+ "propertyInDotNotation": false
1415
+ }
1416
+ },
1417
+ "displayOptions": {
1418
+ "show": {
1419
+ "resource": [
1420
+ "Strings"
1421
+ ],
1422
+ "operation": [
1423
+ "Package User Translation Memory"
1424
+ ]
1425
+ }
1426
+ }
1427
+ },
1428
+ {
1429
+ "displayName": "Email",
1430
+ "name": "email",
1431
+ "description": "If you don't need us to email the TMX, set this to '0'. Default is 1.",
1432
+ "default": 1,
1433
+ "type": "number",
1434
+ "routing": {
1435
+ "send": {
1436
+ "type": "query",
1437
+ "property": "email",
1438
+ "value": "={{ $value }}",
1439
+ "propertyInDotNotation": false
1440
+ }
1441
+ },
1442
+ "displayOptions": {
1443
+ "show": {
1444
+ "resource": [
1445
+ "Strings"
1446
+ ],
1447
+ "operation": [
1448
+ "Package User Translation Memory"
1449
+ ]
1450
+ }
1451
+ }
1452
+ },
1453
+ {
1454
+ "displayName": "GET /strings/{languageCode}/package/status",
1455
+ "name": "operation",
1456
+ "type": "notice",
1457
+ "typeOptions": {
1458
+ "theme": "info"
1459
+ },
1460
+ "default": "",
1461
+ "displayOptions": {
1462
+ "show": {
1463
+ "resource": [
1464
+ "Strings"
1465
+ ],
1466
+ "operation": [
1467
+ "Package User Translation Memory For Language Status"
1468
+ ]
1469
+ }
1470
+ }
1471
+ },
1472
+ {
1473
+ "displayName": "Language Code",
1474
+ "name": "languageCode",
1475
+ "required": true,
1476
+ "description": "Language Code",
1477
+ "default": "",
1478
+ "type": "string",
1479
+ "displayOptions": {
1480
+ "show": {
1481
+ "resource": [
1482
+ "Strings"
1483
+ ],
1484
+ "operation": [
1485
+ "Package User Translation Memory For Language Status"
1486
+ ]
1487
+ }
1488
+ }
1489
+ },
1490
+ {
1491
+ "displayName": "Async Request Key",
1492
+ "name": "async_request_key",
1493
+ "required": true,
1494
+ "description": "Async operation key",
1495
+ "default": "",
1496
+ "type": "string",
1497
+ "routing": {
1498
+ "send": {
1499
+ "type": "query",
1500
+ "property": "async_request_key",
1501
+ "value": "={{ $value }}",
1502
+ "propertyInDotNotation": false
1503
+ }
1504
+ },
1505
+ "displayOptions": {
1506
+ "show": {
1507
+ "resource": [
1508
+ "Strings"
1509
+ ],
1510
+ "operation": [
1511
+ "Package User Translation Memory For Language Status"
1512
+ ]
1513
+ }
1514
+ }
1515
+ },
1516
+ ];
1517
+ //# sourceMappingURL=index.js.map