@crowdin/n8n-nodes-crowdin 0.10.0 → 0.12.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 (67) hide show
  1. package/dist/nodes/Crowdin/properties/crowdin/fileBased/ai.js +15 -289
  2. package/dist/nodes/Crowdin/properties/crowdin/fileBased/ai.js.map +1 -1
  3. package/dist/nodes/Crowdin/properties/crowdin/fileBased/glossaries.js +116 -65
  4. package/dist/nodes/Crowdin/properties/crowdin/fileBased/glossaries.js.map +1 -1
  5. package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js +35 -41
  6. package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js.map +1 -1
  7. package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js +2 -2
  8. package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js.map +1 -1
  9. package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js +79 -1
  10. package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js.map +1 -1
  11. package/dist/nodes/Crowdin/properties/crowdin/fileBased/tasks.js +272 -1819
  12. package/dist/nodes/Crowdin/properties/crowdin/fileBased/tasks.js.map +1 -1
  13. package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js +1720 -50
  14. package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js.map +1 -1
  15. package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js +15 -289
  16. package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js.map +1 -1
  17. package/dist/nodes/Crowdin/properties/crowdin/stringBased/glossaries.js +116 -65
  18. package/dist/nodes/Crowdin/properties/crowdin/stringBased/glossaries.js.map +1 -1
  19. package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js +35 -41
  20. package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js.map +1 -1
  21. package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js +2 -2
  22. package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js.map +1 -1
  23. package/dist/nodes/Crowdin/properties/crowdin/stringBased/tasks.js +273 -1820
  24. package/dist/nodes/Crowdin/properties/crowdin/stringBased/tasks.js.map +1 -1
  25. package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js +1678 -33
  26. package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js.map +1 -1
  27. package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js +51 -283
  28. package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js.map +1 -1
  29. package/dist/nodes/Crowdin/properties/enterprise/fileBased/glossaries.js +116 -65
  30. package/dist/nodes/Crowdin/properties/enterprise/fileBased/glossaries.js.map +1 -1
  31. package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js +19 -25
  32. package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js.map +1 -1
  33. package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js +19 -19
  34. package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js.map +1 -1
  35. package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js +79 -1
  36. package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js.map +1 -1
  37. package/dist/nodes/Crowdin/properties/enterprise/fileBased/tasks.js +64 -11
  38. package/dist/nodes/Crowdin/properties/enterprise/fileBased/tasks.js.map +1 -1
  39. package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js +1746 -50
  40. package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js.map +1 -1
  41. package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js +51 -283
  42. package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js.map +1 -1
  43. package/dist/nodes/Crowdin/properties/enterprise/stringBased/glossaries.js +116 -65
  44. package/dist/nodes/Crowdin/properties/enterprise/stringBased/glossaries.js.map +1 -1
  45. package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js +0 -6
  46. package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js.map +1 -1
  47. package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js +19 -19
  48. package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js.map +1 -1
  49. package/dist/nodes/Crowdin/properties/enterprise/stringBased/tasks.js +64 -11
  50. package/dist/nodes/Crowdin/properties/enterprise/stringBased/tasks.js.map +1 -1
  51. package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js +1704 -33
  52. package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js.map +1 -1
  53. package/dist/package.json +1 -1
  54. package/dist/tsconfig.tsbuildinfo +1 -1
  55. package/package.json +1 -1
  56. package/dist/nodes/Crowdin/properties/crowdin/fileBased/bundles.d.ts +0 -2
  57. package/dist/nodes/Crowdin/properties/crowdin/fileBased/bundles.js +0 -1453
  58. package/dist/nodes/Crowdin/properties/crowdin/fileBased/bundles.js.map +0 -1
  59. package/dist/nodes/Crowdin/properties/crowdin/stringBased/bundles.d.ts +0 -2
  60. package/dist/nodes/Crowdin/properties/crowdin/stringBased/bundles.js +0 -1453
  61. package/dist/nodes/Crowdin/properties/crowdin/stringBased/bundles.js.map +0 -1
  62. package/dist/nodes/Crowdin/properties/enterprise/fileBased/bundles.d.ts +0 -2
  63. package/dist/nodes/Crowdin/properties/enterprise/fileBased/bundles.js +0 -1453
  64. package/dist/nodes/Crowdin/properties/enterprise/fileBased/bundles.js.map +0 -1
  65. package/dist/nodes/Crowdin/properties/enterprise/stringBased/bundles.d.ts +0 -2
  66. package/dist/nodes/Crowdin/properties/enterprise/stringBased/bundles.js +0 -1453
  67. package/dist/nodes/Crowdin/properties/enterprise/stringBased/bundles.js.map +0 -1
@@ -11,23 +11,22 @@ const sourceStrings_1 = require("./sourceStrings");
11
11
  const stringTranslations_1 = require("./stringTranslations");
12
12
  const stringComments_1 = require("./stringComments");
13
13
  const screenshots_1 = require("./screenshots");
14
- const styleGuides_1 = require("./styleGuides");
14
+ const glossaries_1 = require("./glossaries");
15
15
  const translationMemory_1 = require("./translationMemory");
16
16
  const machineTranslationEngines_1 = require("./machineTranslationEngines");
17
17
  const translationStatus_1 = require("./translationStatus");
18
- const reports_1 = require("./reports");
19
- const organizationWebhooks_1 = require("./organizationWebhooks");
20
18
  const dictionaries_1 = require("./dictionaries");
21
19
  const applications_1 = require("./applications");
22
- const bundles_1 = require("./bundles");
23
- const glossaries_1 = require("./glossaries");
24
20
  const distributions_1 = require("./distributions");
25
21
  const labels_1 = require("./labels");
26
22
  const notifications_1 = require("./notifications");
27
- const securityLogs_1 = require("./securityLogs");
28
- const tasks_1 = require("./tasks");
23
+ const styleGuides_1 = require("./styleGuides");
24
+ const reports_1 = require("./reports");
29
25
  const users_1 = require("./users");
30
26
  const webhooks_1 = require("./webhooks");
27
+ const organizationWebhooks_1 = require("./organizationWebhooks");
28
+ const securityLogs_1 = require("./securityLogs");
29
+ const tasks_1 = require("./tasks");
31
30
  const resourceProperty = {
32
31
  displayName: 'Resource',
33
32
  name: 'resource',
@@ -84,9 +83,9 @@ const resourceProperty = {
84
83
  description: '\nScreenshots provide translators with additional context for the source strings. Screenshot tags allow specifying which source strings are displayed on each screenshot.\n\nUse API to manage screenshots and their tags.\n'
85
84
  },
86
85
  {
87
- name: 'Style Guides',
88
- value: 'styleGuides',
89
- description: '\nStyle Guides help to provide additional context for the translators.\n\nUse API to manage style guides.\n'
86
+ name: 'Glossaries',
87
+ value: 'glossaries',
88
+ description: '\nGlossaries help to explain some specific terms or the ones often used in the project so that they can be properly and consistently translated.\n\nUse API to manage glossaries or specific terms. Glossary export and import are [asynchronous operations](#section/Introduction/Asynchronous-Operations) and shall be completed with sequence of API methods.\n'
90
89
  },
91
90
  {
92
91
  name: 'Translation Memory',
@@ -103,16 +102,6 @@ const resourceProperty = {
103
102
  value: 'translationStatus',
104
103
  description: '\nStatus represents the general localization progress on both translations and proofreading.\n\nUse API to check translation and proofreading progress on different levels: file, language, branch, directory.\n'
105
104
  },
106
- {
107
- name: 'Reports',
108
- value: 'reports',
109
- description: '\nReports help to estimate costs, calculate translation costs, and identify the top members.\n\nUse API to generate Cost Estimate, Translation Cost, and Top Members reports. You can then export reports in .xlsx or .csv file formats. Report generation is an [asynchronous operation](#section/Introduction/Asynchronous-Operations) and shall be completed with a sequence of API methods.'
110
- },
111
- {
112
- name: 'Organization Webhooks',
113
- value: 'organizationWebhooks',
114
- description: '\nWebhooks allow you to collect information about events that happen in your Crowdin account. You can select the request type, content type, and add a custom payload, which allows you to create integrations with other systems on your own.\n\nYou can configure webhooks for the following events:\n * project is created\n * project is deleted\n\nUse API to create, modify, and delete specific webhooks.'
115
- },
116
105
  {
117
106
  name: 'Dictionaries',
118
107
  value: 'dictionaries',
@@ -123,15 +112,6 @@ const resourceProperty = {
123
112
  value: 'applications',
124
113
  description: '\nCrowdin Apps are web applications that can be integrated with Crowdin to extend its functionality.\n\nUse the API to manage the necessary app data.\n'
125
114
  },
126
- {
127
- name: 'Bundles',
128
- value: 'bundles'
129
- },
130
- {
131
- name: 'Glossaries',
132
- value: 'glossaries',
133
- description: '\nGlossaries help to explain some specific terms or the ones often used in the project so that they can be properly and consistently translated.\n\nUse API to manage glossaries or specific terms. Glossary export and import are [asynchronous operations](#section/Introduction/Asynchronous-Operations) and shall be completed with sequence of API methods.\n'
134
- },
135
115
  {
136
116
  name: 'Distributions',
137
117
  value: 'distributions'
@@ -145,13 +125,14 @@ const resourceProperty = {
145
125
  value: 'notifications'
146
126
  },
147
127
  {
148
- name: 'Security Logs',
149
- value: 'securityLogs'
128
+ name: 'Style Guides',
129
+ value: 'styleGuides',
130
+ description: '\nStyle Guides help to provide additional context for the translators.\n\nUse API to manage style guides.\n'
150
131
  },
151
132
  {
152
- name: 'Tasks',
153
- value: 'tasks',
154
- description: '\nCreate and assign tasks to get files translated or proofread by specific people. You can set the due dates, split words between people, and receive notifications about the changes and updates on tasks. Tasks are project-specific, so you’ll have to create them within a project.\n\nUse API to create, modify, and delete specific tasks.\n'
133
+ name: 'Reports',
134
+ value: 'reports',
135
+ description: '\nReports help to estimate costs, calculate translation costs, and identify the top members.\n\nUse API to generate Cost Estimate, Translation Cost, and Top Members reports. You can then export reports in .xlsx or .csv file formats. Report generation is an [asynchronous operation](#section/Introduction/Asynchronous-Operations) and shall be completed with a sequence of API methods.'
155
136
  },
156
137
  {
157
138
  name: 'Users',
@@ -162,6 +143,20 @@ const resourceProperty = {
162
143
  name: 'Webhooks',
163
144
  value: 'webhooks',
164
145
  description: '\nWebhooks allow you to collect information about events that happen in your Crowdin projects. You can select the request type, content type, and add a custom payload, which allows you to create integrations with other systems on your own.\n\nYou can configure webhooks for the following events:\n * all strings in project are translated\n * all strings in project are reviewed\n * all strings in project QA check are finished\n * final translation of string is updated (using Replace in suggestions feature)\n * source string is added\n * source string is updated\n * source string is deleted\n * source string is translated\n * translation for source string is updated (using Replace in suggestions feature)\n * one of translations is deleted\n * translation for string is approved\n * approval for previously added translation is removed\n\nUse API to create, modify, and delete specific webhooks.\n'
146
+ },
147
+ {
148
+ name: 'Organization Webhooks',
149
+ value: 'organizationWebhooks',
150
+ description: '\nWebhooks allow you to collect information about events that happen in your Crowdin account. You can select the request type, content type, and add a custom payload, which allows you to create integrations with other systems on your own.\n\nYou can configure webhooks for the following events:\n * project is created\n * project is deleted\n\nUse API to create, modify, and delete specific webhooks.'
151
+ },
152
+ {
153
+ name: 'Security Logs',
154
+ value: 'securityLogs'
155
+ },
156
+ {
157
+ name: 'Tasks',
158
+ value: 'tasks',
159
+ description: '\nCreate and assign tasks to get files translated or proofread by specific people. You can set the due dates, split words between people, and receive notifications about the changes and updates on tasks. Tasks are project-specific, so you’ll have to create them within a project.\n\nUse API to create, modify, and delete specific tasks.\n'
165
160
  }
166
161
  ],
167
162
  default: 'ai'
@@ -178,22 +173,21 @@ exports.properties = [
178
173
  ...stringTranslations_1.stringTranslationsProperties,
179
174
  ...stringComments_1.stringCommentsProperties,
180
175
  ...screenshots_1.screenshotsProperties,
181
- ...styleGuides_1.styleGuidesProperties,
176
+ ...glossaries_1.glossariesProperties,
182
177
  ...translationMemory_1.translationMemoryProperties,
183
178
  ...machineTranslationEngines_1.machineTranslationEnginesProperties,
184
179
  ...translationStatus_1.translationStatusProperties,
185
- ...reports_1.reportsProperties,
186
- ...organizationWebhooks_1.organizationWebhooksProperties,
187
180
  ...dictionaries_1.dictionariesProperties,
188
181
  ...applications_1.applicationsProperties,
189
- ...bundles_1.bundlesProperties,
190
- ...glossaries_1.glossariesProperties,
191
182
  ...distributions_1.distributionsProperties,
192
183
  ...labels_1.labelsProperties,
193
184
  ...notifications_1.notificationsProperties,
194
- ...securityLogs_1.securityLogsProperties,
195
- ...tasks_1.tasksProperties,
185
+ ...styleGuides_1.styleGuidesProperties,
186
+ ...reports_1.reportsProperties,
196
187
  ...users_1.usersProperties,
197
188
  ...webhooks_1.webhooksProperties,
189
+ ...organizationWebhooks_1.organizationWebhooksProperties,
190
+ ...securityLogs_1.securityLogsProperties,
191
+ ...tasks_1.tasksProperties,
198
192
  ];
199
193
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/crowdin/stringBased/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/crowdin/stringBased/index.ts"],"names":[],"mappings":"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"}
@@ -5075,7 +5075,7 @@ exports.reportsProperties = [
5075
5075
  name: 'typeTasks',
5076
5076
  type: 'options',
5077
5077
  default: '',
5078
- description: 'Task type:\n * 0 - Translate by own translators\n * 1 - Proofread by own proofreaders\n * 2 - Translate by vendor\n * 3 - Proofread by vendor',
5078
+ description: 'Task type:\n * 0 - Translate by own translators\n * 1 - Proofread by own proofreaders\n * 2 - Translate by vendor\n * 3 - Proofread by vendor',
5079
5079
  options: [
5080
5080
  {
5081
5081
  name: '-',
@@ -6510,7 +6510,7 @@ exports.reportsProperties = [
6510
6510
  name: 'netRateSchemes',
6511
6511
  type: 'fixedCollection',
6512
6512
  default: {},
6513
- description: 'Net Rate Schemes (Percentage paid of full translation rate)\n *\n * __Note:__ A new translation will be included in the report at the lowest rate if multiple scheme categories can be applied to the translation',
6513
+ description: 'Net Rate Schemes (Percentage paid of full translation rate)\n\n__Note:__ A new translation will be included in the report at the lowest rate if multiple scheme categories can be applied to the translation',
6514
6514
  placeholder: 'Add Field',
6515
6515
  options: [
6516
6516
  {