@n8n-dev/n8n-nodes-motaword 1.0.0 → 1.0.1
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.
- package/README.md +380 -29
- package/dist/credentials/MotawordApi.credentials.js +2 -2
- package/dist/nodes/Motaword/Motaword.node.js +2 -2
- package/dist/nodes/Motaword/resources/activity/index.js +11 -11
- package/dist/nodes/Motaword/resources/auth/index.js +1 -1
- package/dist/nodes/Motaword/resources/continuous-project/index.js +63 -63
- package/dist/nodes/Motaword/resources/corporate/index.js +33 -33
- package/dist/nodes/Motaword/resources/document/index.js +13 -13
- package/dist/nodes/Motaword/resources/glossary/index.js +10 -10
- package/dist/nodes/Motaword/resources/machine-learning/index.js +1 -1
- package/dist/nodes/Motaword/resources/pam/index.js +3 -3
- package/dist/nodes/Motaword/resources/payment/index.js +3 -3
- package/dist/nodes/Motaword/resources/project/index.js +48 -48
- package/dist/nodes/Motaword/resources/project-document/index.js +12 -12
- package/dist/nodes/Motaword/resources/project-webhooks/index.js +6 -6
- package/dist/nodes/Motaword/resources/strings/index.js +19 -19
- package/dist/nodes/Motaword/resources/style-guide/index.js +10 -10
- package/dist/nodes/Motaword/resources/user/index.js +34 -34
- package/dist/nodes/Motaword/resources/vendor/index.js +1 -1
- package/dist/package.json +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -53,35 +53,386 @@ That's it. No configuration files. No code. It just works.
|
|
|
53
53
|
|
|
54
54
|
## Resources
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
56
|
+
<details>
|
|
57
|
+
<summary><b>Static</b> (4 operations)</summary>
|
|
58
|
+
|
|
59
|
+
- Get Available endpoints
|
|
60
|
+
- Get List of supported file formats
|
|
61
|
+
- Get List of supported languages
|
|
62
|
+
- Get OpenAPI YAML representation of our API
|
|
63
|
+
|
|
64
|
+
</details>
|
|
65
|
+
|
|
66
|
+
<details>
|
|
67
|
+
<summary><b>Async</b> (1 operations)</summary>
|
|
68
|
+
|
|
69
|
+
- Get Download result of an async operation
|
|
70
|
+
|
|
71
|
+
</details>
|
|
72
|
+
|
|
73
|
+
<details>
|
|
74
|
+
<summary><b>Blog</b> (1 operations)</summary>
|
|
75
|
+
|
|
76
|
+
- Get blog posts ordered by created desc by default
|
|
77
|
+
|
|
78
|
+
</details>
|
|
79
|
+
|
|
80
|
+
<details>
|
|
81
|
+
<summary><b>Commission</b> (2 operations)</summary>
|
|
82
|
+
|
|
83
|
+
- Get Returns a commission list of current client
|
|
84
|
+
- Post Returns a commission list of current client
|
|
85
|
+
|
|
86
|
+
</details>
|
|
87
|
+
|
|
88
|
+
<details>
|
|
89
|
+
<summary><b>Continuous Project</b> (34 operations)</summary>
|
|
90
|
+
|
|
91
|
+
- Get View continuous projects
|
|
92
|
+
- Post Create a continuous project
|
|
93
|
+
- Delete a continuous project
|
|
94
|
+
- Get View a continuous project
|
|
95
|
+
- Post Update a continuous project
|
|
96
|
+
- Get JWT token to be used in analytics dashboards
|
|
97
|
+
- Post Save collect analytics data from Active widget
|
|
98
|
+
- Post Complete continuous project
|
|
99
|
+
- Post Get quote for documents
|
|
100
|
+
- Post Complete a continuous project document
|
|
101
|
+
- Post Get a quote for a continuous project document
|
|
102
|
+
- Post Get quote for languages
|
|
103
|
+
- Post Complete continuous project language
|
|
104
|
+
- Post Get quote for language
|
|
105
|
+
- Delete subscription for continuous project
|
|
106
|
+
- Get subscription for continuous project
|
|
107
|
+
- Post Create subscription for continuous project
|
|
108
|
+
- Put Update subscription for continuous project
|
|
109
|
+
- Put Update subscription payment method for continuous project
|
|
110
|
+
- Post Instantly translate your content
|
|
111
|
+
- Get View continuous documents
|
|
112
|
+
- Post Add a new document to your continuous project
|
|
113
|
+
- Post Get continuous project document progress for multiple IDs
|
|
114
|
+
- Get View a continuous document
|
|
115
|
+
- Post Update the document
|
|
116
|
+
- Get Monitor progress of a continuous document
|
|
117
|
+
- Get Invoices of a continuous project
|
|
118
|
+
- Get Monitor progress and status of a continous project
|
|
119
|
+
- Get View Active widgets
|
|
120
|
+
- Post Create a new Active widget
|
|
121
|
+
- Delete a single widget for this Active project
|
|
122
|
+
- Get View an Active widget
|
|
123
|
+
- Post Update Active widget settings
|
|
124
|
+
- Post Reset Active widget token
|
|
125
|
+
|
|
126
|
+
</details>
|
|
127
|
+
|
|
128
|
+
<details>
|
|
129
|
+
<summary><b>Strings</b> (18 operations)</summary>
|
|
130
|
+
|
|
131
|
+
- Post Get a list of strings and its translations in the project
|
|
132
|
+
- Get View strings their translations in a continuous document
|
|
133
|
+
- Get View strings and translations in continuous project
|
|
134
|
+
- Delete Clear translation cache
|
|
135
|
+
- Get View cached strings translations in continuous project
|
|
136
|
+
- Post Recache translations
|
|
137
|
+
- Get View strings and translations of a document
|
|
138
|
+
- Get View strings and translations of a document for target language
|
|
139
|
+
- Get View project strings and translations
|
|
140
|
+
- Post Download project translation memory
|
|
141
|
+
- Get Check translation memory packaging status
|
|
142
|
+
- Post Download language specific project translation memory
|
|
143
|
+
- Get Check language specific translation memory packaging status
|
|
144
|
+
- Get View strings and translations for target language
|
|
145
|
+
- Get View account strings translation memory
|
|
146
|
+
- Put Update string translation
|
|
147
|
+
- Post Download account translation memory
|
|
148
|
+
- Get Check account translation memory packaging status
|
|
149
|
+
|
|
150
|
+
</details>
|
|
151
|
+
|
|
152
|
+
<details>
|
|
153
|
+
<summary><b>Corporate</b> (12 operations)</summary>
|
|
154
|
+
|
|
155
|
+
- Get View your corporate account
|
|
156
|
+
- Get View available permissions
|
|
157
|
+
- Get View user groups
|
|
158
|
+
- Post Create or update a corporate user group
|
|
159
|
+
- Get View users
|
|
160
|
+
- Post Create or update a user
|
|
161
|
+
- Get a list of corporate accounts
|
|
162
|
+
- Get details of this corporate account
|
|
163
|
+
- Get a list of available permissions for this corporate account They are used when assigning permissions to corporate users
|
|
164
|
+
- Get a list of user groups for this corporate account
|
|
165
|
+
- Post Create or update a corporate user group for this corporate account
|
|
166
|
+
- Get a list of users for this corporate account
|
|
167
|
+
|
|
168
|
+
</details>
|
|
169
|
+
|
|
170
|
+
<details>
|
|
171
|
+
<summary><b>User</b> (49 operations)</summary>
|
|
172
|
+
|
|
173
|
+
- Delete your account
|
|
174
|
+
- Post Downgrade Proofreader
|
|
175
|
+
- Get View your vendor earnings
|
|
176
|
+
- Post Freeze account
|
|
177
|
+
- Post Log user s current location This data is used in our Intelligent Project Manager for various data analysis including project prioritization for vendors and account validation
|
|
178
|
+
- Post Make Proofreader
|
|
179
|
+
- Get View your account info
|
|
180
|
+
- Post Update your account info
|
|
181
|
+
- Post Subscribe to push notifications
|
|
182
|
+
- Post Unsubscribe Notification
|
|
183
|
+
- Post Update your account password
|
|
184
|
+
- Get View your payment and billing info
|
|
185
|
+
- Post Update payment info
|
|
186
|
+
- Get View your permissions
|
|
187
|
+
- Post Upload profile picture
|
|
188
|
+
- Post Sends email confirmation email for current user
|
|
189
|
+
- Get View your vendor responsiveness
|
|
190
|
+
- Get View your account statistics
|
|
191
|
+
- Post Defreeze your account
|
|
192
|
+
- Get View your user groups
|
|
193
|
+
- Get a list of platform users
|
|
194
|
+
- Post Create a new user
|
|
195
|
+
- Post Filter vendors based on provided parameters
|
|
196
|
+
- Post Sends password reset email to the user s registered email address
|
|
197
|
+
- Get Returns all vendor tags for vendors filter
|
|
198
|
+
- Get user information including client or vendor specific info
|
|
199
|
+
- Post Update User
|
|
200
|
+
- Post Approve Vendor Application
|
|
201
|
+
- Delete requester account
|
|
202
|
+
- Post Downgrade User Proofreader
|
|
203
|
+
- Get Returns your vendor earnings Includes real time earnings from ongoing projects and fixed earnings from completed projects Also includes total earnings and string edits
|
|
204
|
+
- Post Freeze requester account for project notifications
|
|
205
|
+
- Post Make User Proofreader
|
|
206
|
+
- Post Subscribe User Notification
|
|
207
|
+
- Post Unsubscribe User Notification
|
|
208
|
+
- Get View user s payment and billing info
|
|
209
|
+
- Post Update user payment info
|
|
210
|
+
- Get Returns a list of permissions that this user is authorized for
|
|
211
|
+
- Post Upload User Profile Picture
|
|
212
|
+
- Post Reject Vendor Application
|
|
213
|
+
- Post Sends email confirmation email for a user
|
|
214
|
+
- Get Returns a user s vendor responsivity stats
|
|
215
|
+
- Get Returns a user s client and vendor statistics This used to be called summary deprecated
|
|
216
|
+
- Get Returns the language pairs that the user has ordered most
|
|
217
|
+
- Get Returns a user s project statistics
|
|
218
|
+
- Post Suspend User
|
|
219
|
+
- Post Unfreeze requester account for project notifications
|
|
220
|
+
- Get Returns a list of user groups that this user belongs to
|
|
221
|
+
- Post Update User Group
|
|
222
|
+
|
|
223
|
+
</details>
|
|
224
|
+
|
|
225
|
+
<details>
|
|
226
|
+
<summary><b>Document</b> (9 operations)</summary>
|
|
227
|
+
|
|
228
|
+
- Get View your documents
|
|
229
|
+
- Get a list of subjects of projects
|
|
230
|
+
- Get View a single document
|
|
231
|
+
- Get View a document translation progress
|
|
232
|
+
- Post Regenerate preview and return preview URL for given file
|
|
233
|
+
- Get Find documents similar to this document
|
|
234
|
+
- Post Use the translation of given source manual document as manual draft source for the given target document
|
|
235
|
+
- Post Use the translation of the given manual document as a regular file
|
|
236
|
+
- Get a list of your documents
|
|
237
|
+
|
|
238
|
+
</details>
|
|
239
|
+
|
|
240
|
+
<details>
|
|
241
|
+
<summary><b>Glossary</b> (8 operations)</summary>
|
|
242
|
+
|
|
243
|
+
- Get Download account glossary
|
|
244
|
+
- Post Create or update the account glossary
|
|
245
|
+
- Get View glossaries
|
|
246
|
+
- Post Upload a glossary file
|
|
247
|
+
- Delete a glossary
|
|
248
|
+
- Get View a glossary
|
|
249
|
+
- Put Update a glossary
|
|
250
|
+
- Get Download a glossary
|
|
251
|
+
|
|
252
|
+
</details>
|
|
253
|
+
|
|
254
|
+
<details>
|
|
255
|
+
<summary><b>Integrations</b> (1 operations)</summary>
|
|
256
|
+
|
|
257
|
+
- Get Generate a new access token for MotaWord s integrations service
|
|
258
|
+
|
|
259
|
+
</details>
|
|
260
|
+
|
|
261
|
+
<details>
|
|
262
|
+
<summary><b>Invitation</b> (1 operations)</summary>
|
|
263
|
+
|
|
264
|
+
- Post Get vendor list for compiled invitation needs
|
|
265
|
+
|
|
266
|
+
</details>
|
|
267
|
+
|
|
268
|
+
<details>
|
|
269
|
+
<summary><b>Machine Learning</b> (1 operations)</summary>
|
|
270
|
+
|
|
271
|
+
- Post Get a delivery prediction for a project
|
|
272
|
+
|
|
273
|
+
</details>
|
|
274
|
+
|
|
275
|
+
<details>
|
|
276
|
+
<summary><b>Pam</b> (3 operations)</summary>
|
|
277
|
+
|
|
278
|
+
- Post Sends a message to chat
|
|
279
|
+
- Get the Pam profile of a client for this client ID
|
|
280
|
+
- Get completion report data of a project
|
|
281
|
+
|
|
282
|
+
</details>
|
|
283
|
+
|
|
284
|
+
<details>
|
|
285
|
+
<summary><b>Payment</b> (5 operations)</summary>
|
|
286
|
+
|
|
287
|
+
- Post Reset payment code
|
|
288
|
+
- Post Manage automatic charges on your credit card
|
|
289
|
+
- Get View saved credit card
|
|
290
|
+
- Delete credit card
|
|
291
|
+
- Post Reset credit card payment code
|
|
292
|
+
|
|
293
|
+
</details>
|
|
294
|
+
|
|
295
|
+
<details>
|
|
296
|
+
<summary><b>Project</b> (26 operations)</summary>
|
|
297
|
+
|
|
298
|
+
- Get View your translation projects
|
|
299
|
+
- Post Create a new project
|
|
300
|
+
- Get Quote ID
|
|
301
|
+
- Get List projects as a vendor
|
|
302
|
+
- Delete your translation project
|
|
303
|
+
- Get View a translation project
|
|
304
|
+
- Put Update project info and settings
|
|
305
|
+
- Post Assign a CM to the project
|
|
306
|
+
- Get Trigger a call to your callback URL related to this project
|
|
307
|
+
- Post Cancel your translation project
|
|
308
|
+
- Post Deliver project
|
|
309
|
+
- Get Download your translated project
|
|
310
|
+
- Get Download your translated project language
|
|
311
|
+
- Post Send a quote email
|
|
312
|
+
- Get View project invoice
|
|
313
|
+
- Get Download project invoice HTML
|
|
314
|
+
- Get Download project invoice PDF
|
|
315
|
+
- Post Launch your translation project
|
|
316
|
+
- Post Package your translated project
|
|
317
|
+
- Get Track translation packaging status
|
|
318
|
+
- Post Package your translated project language
|
|
319
|
+
- Get View progress of a project
|
|
320
|
+
- Post Recreate your translation project from scratch This is a risky action you will lose current translations
|
|
321
|
+
- Post Submit feedback report for a project
|
|
322
|
+
- Get a list of vendors
|
|
323
|
+
- Get a list of user vendor projects
|
|
324
|
+
|
|
325
|
+
</details>
|
|
326
|
+
|
|
327
|
+
<details>
|
|
328
|
+
<summary><b>Activity</b> (7 operations)</summary>
|
|
329
|
+
|
|
330
|
+
- Get sales activities for a project
|
|
331
|
+
- Post Insert sales activity for a project
|
|
332
|
+
- Get Monitor project activities
|
|
333
|
+
- Get View an activity
|
|
334
|
+
- Post Submit comment to an activity
|
|
335
|
+
- Get View activity comments
|
|
336
|
+
- Get View all project comments
|
|
337
|
+
|
|
338
|
+
</details>
|
|
339
|
+
|
|
340
|
+
<details>
|
|
341
|
+
<summary><b>Project Webhooks</b> (4 operations)</summary>
|
|
342
|
+
|
|
343
|
+
- Delete project webhooks
|
|
344
|
+
- Get View project webhooks
|
|
345
|
+
- Post Update project WEBHOOK
|
|
346
|
+
- Put Update project WEBHOOK
|
|
347
|
+
|
|
348
|
+
</details>
|
|
349
|
+
|
|
350
|
+
<details>
|
|
351
|
+
<summary><b>Project Document</b> (7 operations)</summary>
|
|
352
|
+
|
|
353
|
+
- Get View project source documents
|
|
354
|
+
- Post Upload a new document
|
|
355
|
+
- Delete the document
|
|
356
|
+
- Get View a project source document
|
|
357
|
+
- Post Update the document
|
|
358
|
+
- Get Download a project source document
|
|
359
|
+
- Get Download translated document
|
|
360
|
+
|
|
361
|
+
</details>
|
|
362
|
+
|
|
363
|
+
<details>
|
|
364
|
+
<summary><b>Style Guide</b> (8 operations)</summary>
|
|
365
|
+
|
|
366
|
+
- Get View style guides
|
|
367
|
+
- Post Upload a new style guide
|
|
368
|
+
- Delete a style guide
|
|
369
|
+
- Get View a style guide
|
|
370
|
+
- Put Update a style guide
|
|
371
|
+
- Get Download a style guide
|
|
372
|
+
- Get Download account style guide
|
|
373
|
+
- Post Create or update the account style guide
|
|
374
|
+
|
|
375
|
+
</details>
|
|
376
|
+
|
|
377
|
+
<details>
|
|
378
|
+
<summary><b>Report</b> (5 operations)</summary>
|
|
379
|
+
|
|
380
|
+
- Post Returns available options for selected timeframe
|
|
381
|
+
- Post Language pairs report
|
|
382
|
+
- Post Projects report
|
|
383
|
+
- Post Generate a QA report for given filter
|
|
384
|
+
- Post Company users report
|
|
385
|
+
|
|
386
|
+
</details>
|
|
387
|
+
|
|
388
|
+
<details>
|
|
389
|
+
<summary><b>Search</b> (3 operations)</summary>
|
|
390
|
+
|
|
391
|
+
- Get Search everything in your account
|
|
392
|
+
- Post Reindex for search all of the client source and translation documents
|
|
393
|
+
- Get Check reindex status of the client source and translation documents
|
|
394
|
+
|
|
395
|
+
</details>
|
|
396
|
+
|
|
397
|
+
<details>
|
|
398
|
+
<summary><b>Stats</b> (5 operations)</summary>
|
|
399
|
+
|
|
400
|
+
- Get Returns the total commissions stats
|
|
401
|
+
- Post Returns the total commissions stats by report filter
|
|
402
|
+
- Get View your popular language pairs
|
|
403
|
+
- Get View your project statistics
|
|
404
|
+
- Get View your translation statistics
|
|
405
|
+
|
|
406
|
+
</details>
|
|
407
|
+
|
|
408
|
+
<details>
|
|
409
|
+
<summary><b>Surveys</b> (2 operations)</summary>
|
|
410
|
+
|
|
411
|
+
- Get survey questions in given scope and type
|
|
412
|
+
- Post survey answers for scope and type
|
|
413
|
+
|
|
414
|
+
</details>
|
|
415
|
+
|
|
416
|
+
<details>
|
|
417
|
+
<summary><b>Auth</b> (1 operations)</summary>
|
|
418
|
+
|
|
419
|
+
- Post Retrieve an access token
|
|
420
|
+
|
|
421
|
+
</details>
|
|
422
|
+
|
|
423
|
+
<details>
|
|
424
|
+
<summary><b>Vendor</b> (1 operations)</summary>
|
|
425
|
+
|
|
426
|
+
- Post Get a list of vendors available for the criteria given
|
|
427
|
+
|
|
428
|
+
</details>
|
|
429
|
+
|
|
430
|
+
<details>
|
|
431
|
+
<summary><b>Default</b> (1 operations)</summary>
|
|
432
|
+
|
|
433
|
+
- Delete Clear cache by key
|
|
434
|
+
|
|
435
|
+
</details>
|
|
85
436
|
|
|
86
437
|
---
|
|
87
438
|
|
|
@@ -4,7 +4,7 @@ exports.MotawordApi = void 0;
|
|
|
4
4
|
class MotawordApi {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.name = 'N8nDevMotawordApi';
|
|
7
|
-
this.displayName = '
|
|
7
|
+
this.displayName = 'Motaword API';
|
|
8
8
|
this.icon = { light: 'file:../nodes/Motaword/motaword.png', dark: 'file:../nodes/Motaword/motaword.dark.png' };
|
|
9
9
|
this.documentationUrl = '';
|
|
10
10
|
this.properties = [
|
|
@@ -15,7 +15,7 @@ class MotawordApi {
|
|
|
15
15
|
default: 'https://api.motaword.com',
|
|
16
16
|
required: true,
|
|
17
17
|
placeholder: 'https://api.motaword.com',
|
|
18
|
-
description: 'The base URL of your
|
|
18
|
+
description: 'The base URL of your Motaword API server',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
displayName: 'API Key',
|
|
@@ -32,14 +32,14 @@ const default_1 = require("./resources/default");
|
|
|
32
32
|
class Motaword {
|
|
33
33
|
constructor() {
|
|
34
34
|
this.description = {
|
|
35
|
-
displayName: '
|
|
35
|
+
displayName: 'Motaword',
|
|
36
36
|
name: 'N8nDevMotaword',
|
|
37
37
|
icon: { light: 'file:./motaword.png', dark: 'file:./motaword.dark.png' },
|
|
38
38
|
group: ['input'],
|
|
39
39
|
version: 1,
|
|
40
40
|
subtitle: '={{\$parameter["operation"] + ": " + \$parameter["resource"]}}',
|
|
41
41
|
description: 'Use MotaWord API to post and track your translation projects',
|
|
42
|
-
defaults: { name: '
|
|
42
|
+
defaults: { name: 'Motaword' },
|
|
43
43
|
usableAsTool: true,
|
|
44
44
|
inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
45
45
|
outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
@@ -122,7 +122,7 @@ exports.activityDescription = [
|
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
-
"displayName": "
|
|
125
|
+
"displayName": "ID",
|
|
126
126
|
"name": "id",
|
|
127
127
|
"required": true,
|
|
128
128
|
"description": "Project ID",
|
|
@@ -225,7 +225,7 @@ exports.activityDescription = [
|
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
|
-
"displayName": "
|
|
228
|
+
"displayName": "ID",
|
|
229
229
|
"name": "id",
|
|
230
230
|
"required": true,
|
|
231
231
|
"description": "Project ID",
|
|
@@ -335,7 +335,7 @@ exports.activityDescription = [
|
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
|
-
"displayName": "Project
|
|
338
|
+
"displayName": "Project ID",
|
|
339
339
|
"name": "projectId",
|
|
340
340
|
"required": true,
|
|
341
341
|
"description": "Project ID",
|
|
@@ -420,7 +420,7 @@ exports.activityDescription = [
|
|
|
420
420
|
}
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
|
-
"displayName": "Project
|
|
423
|
+
"displayName": "Project ID",
|
|
424
424
|
"name": "projectId",
|
|
425
425
|
"required": true,
|
|
426
426
|
"description": "Project ID",
|
|
@@ -438,7 +438,7 @@ exports.activityDescription = [
|
|
|
438
438
|
}
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
|
-
"displayName": "Activity
|
|
441
|
+
"displayName": "Activity ID",
|
|
442
442
|
"name": "activityId",
|
|
443
443
|
"required": true,
|
|
444
444
|
"description": "Activity ID",
|
|
@@ -475,7 +475,7 @@ exports.activityDescription = [
|
|
|
475
475
|
}
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
|
-
"displayName": "Project
|
|
478
|
+
"displayName": "Project ID",
|
|
479
479
|
"name": "projectId",
|
|
480
480
|
"required": true,
|
|
481
481
|
"description": "Project ID",
|
|
@@ -493,7 +493,7 @@ exports.activityDescription = [
|
|
|
493
493
|
}
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
|
-
"displayName": "Activity
|
|
496
|
+
"displayName": "Activity ID",
|
|
497
497
|
"name": "activityId",
|
|
498
498
|
"required": true,
|
|
499
499
|
"description": "Activity ID",
|
|
@@ -562,7 +562,7 @@ exports.activityDescription = [
|
|
|
562
562
|
}
|
|
563
563
|
},
|
|
564
564
|
{
|
|
565
|
-
"displayName": "
|
|
565
|
+
"displayName": "ID",
|
|
566
566
|
"name": "id",
|
|
567
567
|
"type": "number",
|
|
568
568
|
"default": 0,
|
|
@@ -632,7 +632,7 @@ exports.activityDescription = [
|
|
|
632
632
|
}
|
|
633
633
|
},
|
|
634
634
|
{
|
|
635
|
-
"displayName": "Project
|
|
635
|
+
"displayName": "Project ID",
|
|
636
636
|
"name": "projectId",
|
|
637
637
|
"required": true,
|
|
638
638
|
"description": "Project ID",
|
|
@@ -650,7 +650,7 @@ exports.activityDescription = [
|
|
|
650
650
|
}
|
|
651
651
|
},
|
|
652
652
|
{
|
|
653
|
-
"displayName": "Activity
|
|
653
|
+
"displayName": "Activity ID",
|
|
654
654
|
"name": "activityId",
|
|
655
655
|
"required": true,
|
|
656
656
|
"description": "Activity ID",
|
|
@@ -687,7 +687,7 @@ exports.activityDescription = [
|
|
|
687
687
|
}
|
|
688
688
|
},
|
|
689
689
|
{
|
|
690
|
-
"displayName": "Project
|
|
690
|
+
"displayName": "Project ID",
|
|
691
691
|
"name": "projectId",
|
|
692
692
|
"required": true,
|
|
693
693
|
"description": "Project ID",
|