@crowdin/n8n-nodes-crowdin 0.16.0 → 0.18.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.
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/advisor.js +4 -19
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/advisor.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js +91 -85
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/machineTranslationEngines.js +1 -0
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/machineTranslationEngines.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/projects.js +10 -0
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/projects.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/screenshots.js +36 -24
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/screenshots.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js +6 -34
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/users.js +0 -355
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/users.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/advisor.js +4 -19
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/advisor.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js +98 -92
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/machineTranslationEngines.js +1 -0
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/machineTranslationEngines.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/projects.js +10 -0
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/projects.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/screenshots.js +36 -24
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/screenshots.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js +1 -2
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/users.js +0 -355
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/users.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/advisor.js +4 -19
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/advisor.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/fields.js +1 -0
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/fields.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js +140 -130
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/machineTranslationEngines.js +1 -0
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/machineTranslationEngines.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/screenshots.js +36 -24
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/screenshots.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js +6 -34
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js +0 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/users.js +0 -378
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/users.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/advisor.js +4 -19
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/advisor.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/fields.js +1 -0
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/fields.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js +134 -124
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/machineTranslationEngines.js +1 -0
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/machineTranslationEngines.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/projectsAndGroups.js +10 -0
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/projectsAndGroups.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/screenshots.js +36 -24
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/screenshots.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js +1 -2
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/users.js +0 -378
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/users.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,92 +1,74 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.properties = void 0;
|
|
4
|
-
const advisor_1 = require("./advisor");
|
|
5
|
-
const ai_1 = require("./ai");
|
|
6
|
-
const storage_1 = require("./storage");
|
|
7
|
-
const languages_1 = require("./languages");
|
|
8
4
|
const projectsAndGroups_1 = require("./projectsAndGroups");
|
|
9
|
-
const
|
|
5
|
+
const storage_1 = require("./storage");
|
|
10
6
|
const sourceFiles_1 = require("./sourceFiles");
|
|
11
|
-
const translations_1 = require("./translations");
|
|
12
7
|
const sourceStrings_1 = require("./sourceStrings");
|
|
8
|
+
const translations_1 = require("./translations");
|
|
13
9
|
const stringAssetTranslations_1 = require("./stringAssetTranslations");
|
|
14
10
|
const stringCorrections_1 = require("./stringCorrections");
|
|
15
|
-
const stringAssetComments_1 = require("./stringAssetComments");
|
|
16
|
-
const screenshots_1 = require("./screenshots");
|
|
17
|
-
const glossaries_1 = require("./glossaries");
|
|
18
|
-
const translationMemory_1 = require("./translationMemory");
|
|
19
|
-
const machineTranslationEngines_1 = require("./machineTranslationEngines");
|
|
20
11
|
const translationStatus_1 = require("./translationStatus");
|
|
12
|
+
const distributions_1 = require("./distributions");
|
|
13
|
+
const workflows_1 = require("./workflows");
|
|
21
14
|
const reports_1 = require("./reports");
|
|
22
15
|
const tasks_1 = require("./tasks");
|
|
16
|
+
const stringAssetComments_1 = require("./stringAssetComments");
|
|
17
|
+
const translationMemory_1 = require("./translationMemory");
|
|
18
|
+
const glossaries_1 = require("./glossaries");
|
|
19
|
+
const styleGuides_1 = require("./styleGuides");
|
|
20
|
+
const machineTranslationEngines_1 = require("./machineTranslationEngines");
|
|
21
|
+
const screenshots_1 = require("./screenshots");
|
|
22
|
+
const labels_1 = require("./labels");
|
|
23
|
+
const fields_1 = require("./fields");
|
|
24
|
+
const dictionaries_1 = require("./dictionaries");
|
|
25
|
+
const customSpellcheckers_1 = require("./customSpellcheckers");
|
|
23
26
|
const users_1 = require("./users");
|
|
24
27
|
const teams_1 = require("./teams");
|
|
28
|
+
const vendors_1 = require("./vendors");
|
|
25
29
|
const clients_1 = require("./clients");
|
|
26
|
-
const dictionaries_1 = require("./dictionaries");
|
|
27
|
-
const applications_1 = require("./applications");
|
|
28
|
-
const integrations_1 = require("./integrations");
|
|
29
|
-
const externalQaChecks_1 = require("./externalQaChecks");
|
|
30
|
-
const customSpellcheckers_1 = require("./customSpellcheckers");
|
|
31
|
-
const distributions_1 = require("./distributions");
|
|
32
|
-
const fields_1 = require("./fields");
|
|
33
|
-
const labels_1 = require("./labels");
|
|
34
|
-
const notifications_1 = require("./notifications");
|
|
35
30
|
const organization_1 = require("./organization");
|
|
31
|
+
const notifications_1 = require("./notifications");
|
|
32
|
+
const ai_1 = require("./ai");
|
|
33
|
+
const languages_1 = require("./languages");
|
|
36
34
|
const webhooks_1 = require("./webhooks");
|
|
37
35
|
const organizationWebhooks_1 = require("./organizationWebhooks");
|
|
36
|
+
const applications_1 = require("./applications");
|
|
37
|
+
const integrations_1 = require("./integrations");
|
|
38
|
+
const advisor_1 = require("./advisor");
|
|
39
|
+
const externalQaChecks_1 = require("./externalQaChecks");
|
|
38
40
|
const securityLogs_1 = require("./securityLogs");
|
|
39
|
-
const styleGuides_1 = require("./styleGuides");
|
|
40
|
-
const vendors_1 = require("./vendors");
|
|
41
41
|
const resourceProperty = {
|
|
42
42
|
displayName: 'Resource',
|
|
43
43
|
name: 'resource',
|
|
44
44
|
type: 'options',
|
|
45
45
|
noDataExpression: true,
|
|
46
46
|
options: [
|
|
47
|
-
{
|
|
48
|
-
name: 'Advisor',
|
|
49
|
-
value: 'advisor'
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
name: 'AI',
|
|
53
|
-
value: 'ai'
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
name: 'Storage',
|
|
57
|
-
value: 'storage',
|
|
58
|
-
description: '\nStorage is a separate container for each file. You need to use _Add Storage_ method before adding files to your projects via API. Files that should be uploaded into storage include files for localization, screenshots, Glossaries, and Translation Memories.\n\n_Storage id_ is the identifier of the file uploaded to the Storage.\n\n__Note:__ Files uploaded to the storage are kept during the next 24 hours.\n'
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
name: 'Languages',
|
|
62
|
-
value: 'languages',
|
|
63
|
-
description: '\nCrowdin Enterprise supports more than 300 world languages and custom languages created in the system.\n\nUse API to get the list of all supported languages and retrieve additional details (e.g. text direction, internal code) on specific language.\n'
|
|
64
|
-
},
|
|
65
47
|
{
|
|
66
48
|
name: 'Projects and Groups',
|
|
67
49
|
value: 'projectsAndGroups',
|
|
68
50
|
description: '\nGroups allow you to organize your projects based on specific characteristics. Using projects, you can keep your source files sorted.\n\nUse API to manage projects and groups, change their settings, or remove them from organization if required.\n'
|
|
69
51
|
},
|
|
70
52
|
{
|
|
71
|
-
name: '
|
|
72
|
-
value: '
|
|
73
|
-
description: '\
|
|
53
|
+
name: 'Storage',
|
|
54
|
+
value: 'storage',
|
|
55
|
+
description: '\nStorage is a separate container for each file. You need to use _Add Storage_ method before adding files to your projects via API. Files that should be uploaded into storage include files for localization, screenshots, Glossaries, and Translation Memories.\n\n_Storage id_ is the identifier of the file uploaded to the Storage.\n\n__Note:__ Files uploaded to the storage are kept during the next 24 hours.\n'
|
|
74
56
|
},
|
|
75
57
|
{
|
|
76
58
|
name: 'Source Files',
|
|
77
59
|
value: 'sourceFiles',
|
|
78
60
|
description: '\nSource files are resources for translation. You can keep files structure using folders or manage different versions of the content via branches.\n\nUse API to keep the source files up to date, check on file revisions, and manage project branches. Before adding source files to the project, upload each file to the Storage first.\n\n__Note:__ If you use branches, make sure your master branch is the first one you integrate with Crowdin.\n'
|
|
79
61
|
},
|
|
62
|
+
{
|
|
63
|
+
name: 'Source Strings',
|
|
64
|
+
value: 'sourceStrings',
|
|
65
|
+
description: '\nSource strings are the text units for translation. Instead of modifying source files, you can manage source strings one by one.\n\nUse API to add, edit, or delete some specific strings in the source-based and file-based projects (available only for the following file formats: CSV, RESX, JSON, Android XML, iOS strings, PROPERTIES, XLIFF).\n'
|
|
66
|
+
},
|
|
80
67
|
{
|
|
81
68
|
name: 'Translations',
|
|
82
69
|
value: 'translations',
|
|
83
70
|
description: '\nTranslators can work with entirely untranslated project or you can pre-translate the files to ease the translations process.\n\nUse API to pre-translate files via Machine Translation (MT) or Translation Memory (TM), upload your existing translations, and download translations correspondingly. Pre-translate and build are [asynchronous operations](#section/Introduction/Asynchronous-Operations) and shall be completed with sequence of API methods.\n\n__Note:__ If there are no new translations or changes in build parameters, Crowdin will return the current build for such requests.\n'
|
|
84
71
|
},
|
|
85
|
-
{
|
|
86
|
-
name: 'Source Strings',
|
|
87
|
-
value: 'sourceStrings',
|
|
88
|
-
description: '\nSource strings are the text units for translation. Instead of modifying source files, you can manage source strings one by one.\n\nUse API to add, edit, or delete some specific strings in the source-based and files-based projects (available only for the following file formats: CSV, RESX, JSON, Android XML, iOS strings, PROPERTIES, XLIFF).\n'
|
|
89
|
-
},
|
|
90
72
|
{
|
|
91
73
|
name: 'String/Asset Translations',
|
|
92
74
|
value: 'stringAssetTranslations',
|
|
@@ -95,7 +77,32 @@ const resourceProperty = {
|
|
|
95
77
|
{
|
|
96
78
|
name: 'String Corrections',
|
|
97
79
|
value: 'stringCorrections',
|
|
98
|
-
description: 'Use API to add or remove
|
|
80
|
+
description: 'Use API to add or remove string corrections.'
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
name: 'Translation Status',
|
|
84
|
+
value: 'translationStatus',
|
|
85
|
+
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'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
name: 'Distributions',
|
|
89
|
+
value: 'distributions',
|
|
90
|
+
description: '\nDistributions allow you to deliver translated content to your applications Over-The-Air (OTA).\n\nUse API to manage distributions and release them so that the latest translations become available to your users.\n'
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
name: 'Workflows',
|
|
94
|
+
value: 'workflows',
|
|
95
|
+
description: '\nWorkflows are the sequences of steps that content in your project should go through (e.g. pre-translation, translation, proofreading). You can use a default template or create the one that works best for you and assign it to the needed projects.\n\nUse API to get the list of workflow templates available in your organization and to check the details of a specific template.\n'
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: 'Reports',
|
|
99
|
+
value: 'reports',
|
|
100
|
+
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.\n'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
name: 'Tasks',
|
|
104
|
+
value: 'tasks',
|
|
105
|
+
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'
|
|
99
106
|
},
|
|
100
107
|
{
|
|
101
108
|
name: 'String/Asset Comments',
|
|
@@ -103,9 +110,9 @@ const resourceProperty = {
|
|
|
103
110
|
description: 'Use API to list, add, edit or remove string/asset comments.'
|
|
104
111
|
},
|
|
105
112
|
{
|
|
106
|
-
name: '
|
|
107
|
-
value: '
|
|
108
|
-
description: '\
|
|
113
|
+
name: 'Translation Memory',
|
|
114
|
+
value: 'translationMemory',
|
|
115
|
+
description: '\nTranslation Memory (TM) is a vault of translations that were previously made in other projects. Those translations can be reused to speed up the translation process. Every translation made in the project is automatically added to the project Translation Memory.\n\nUse API to create, upload, download, or remove specific TM. Translation Memory export and import are [asynchronous operations](#section/Introduction/Asynchronous-Operations) and shall be completed with sequence of API methods.\n'
|
|
109
116
|
},
|
|
110
117
|
{
|
|
111
118
|
name: 'Glossaries',
|
|
@@ -113,9 +120,9 @@ const resourceProperty = {
|
|
|
113
120
|
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'
|
|
114
121
|
},
|
|
115
122
|
{
|
|
116
|
-
name: '
|
|
117
|
-
value: '
|
|
118
|
-
description: '\
|
|
123
|
+
name: 'Style Guides',
|
|
124
|
+
value: 'styleGuides',
|
|
125
|
+
description: '\nStyle Guides help to provide additional context for the translators.\n\nUse API to manage style guides.\n'
|
|
119
126
|
},
|
|
120
127
|
{
|
|
121
128
|
name: 'Machine Translation Engines',
|
|
@@ -123,34 +130,19 @@ const resourceProperty = {
|
|
|
123
130
|
description: '\nMachine Translation Engines (MTE) are the sources for pre-translations. You can currently connect Google Translate, Microsoft Translator, Crowdin Translate, DeepL Pro and Amazon Translate engines.\n\nUse API to add, update, and delete specific MTE.\n'
|
|
124
131
|
},
|
|
125
132
|
{
|
|
126
|
-
name: '
|
|
127
|
-
value: '
|
|
128
|
-
description: '\
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
name: 'Reports',
|
|
132
|
-
value: 'reports',
|
|
133
|
-
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.'
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
name: 'Tasks',
|
|
137
|
-
value: 'tasks',
|
|
138
|
-
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'
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
name: 'Users',
|
|
142
|
-
value: 'users',
|
|
143
|
-
description: '\nUsers are the members of your organization with the defined access levels (e.g. manager, admin, contributor).\n\nUse API to get the list of organization users and to check the information on a specific user.\n'
|
|
133
|
+
name: 'Screenshots',
|
|
134
|
+
value: 'screenshots',
|
|
135
|
+
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'
|
|
144
136
|
},
|
|
145
137
|
{
|
|
146
|
-
name: '
|
|
147
|
-
value: '
|
|
148
|
-
description: '
|
|
138
|
+
name: 'Labels',
|
|
139
|
+
value: 'labels',
|
|
140
|
+
description: '\nLabels help you organize and group strings in your project.\n\nUse API to manage labels and to assign them to strings and screenshots.\n'
|
|
149
141
|
},
|
|
150
142
|
{
|
|
151
|
-
name: '
|
|
152
|
-
value: '
|
|
153
|
-
description: '\
|
|
143
|
+
name: 'Fields',
|
|
144
|
+
value: 'fields',
|
|
145
|
+
description: '\nFields are the custom attributes that store additional data for projects, users, tasks, files, translations, and strings.\n\nUse API to create, modify, and delete specific fields.\n'
|
|
154
146
|
},
|
|
155
147
|
{
|
|
156
148
|
name: 'Dictionaries',
|
|
@@ -158,43 +150,49 @@ const resourceProperty = {
|
|
|
158
150
|
description: '\nDictionaries allow you to create a storage of words that should be skipped by the spell checker.\n\nUse API to get the list of organization dictionaries and to edit a specific dictionary.\n'
|
|
159
151
|
},
|
|
160
152
|
{
|
|
161
|
-
name: '
|
|
162
|
-
value: '
|
|
163
|
-
description: '\
|
|
153
|
+
name: 'Custom Spellcheckers',
|
|
154
|
+
value: 'customSpellcheckers',
|
|
155
|
+
description: '\nCustom Spellcheckers extend the built-in spell checking functionality.\n\nUse API to get the list of custom spellcheckers available in your organization and to check the details of a specific custom spellchecker.\n'
|
|
164
156
|
},
|
|
165
157
|
{
|
|
166
|
-
name: '
|
|
167
|
-
value: '
|
|
168
|
-
description: '\
|
|
158
|
+
name: 'Users',
|
|
159
|
+
value: 'users',
|
|
160
|
+
description: '\nUsers are the members of your organization with the defined access levels (e.g. manager, admin, contributor).\n\nUse API to get the list of organization users and to check the information on a specific user.\n'
|
|
169
161
|
},
|
|
170
162
|
{
|
|
171
|
-
name: '
|
|
172
|
-
value: '
|
|
173
|
-
description: '
|
|
163
|
+
name: 'Teams',
|
|
164
|
+
value: 'teams',
|
|
165
|
+
description: 'Organization teams'
|
|
174
166
|
},
|
|
175
167
|
{
|
|
176
|
-
name: '
|
|
177
|
-
value: '
|
|
168
|
+
name: 'Vendors',
|
|
169
|
+
value: 'vendors',
|
|
170
|
+
description: '\nVendors are the organizations that provide professional translation services. To assign a Vendor to a project workflow you should invite an existing Organization to be a Vendor for you.\n\nUse API to get the list of the Vendors you already invited to your organization.\n'
|
|
178
171
|
},
|
|
179
172
|
{
|
|
180
|
-
name: '
|
|
181
|
-
value: '
|
|
173
|
+
name: 'Clients',
|
|
174
|
+
value: 'clients',
|
|
175
|
+
description: '\nClients are the organizations that order professional translation services from Vendors. Clients can invite an existing organization to become a Vendor for them.\n\nUse the API to get a list of the Clients you already cooperate with as a Vendor.\n'
|
|
182
176
|
},
|
|
183
177
|
{
|
|
184
|
-
name: '
|
|
185
|
-
value: '
|
|
178
|
+
name: 'Organization',
|
|
179
|
+
value: 'organization',
|
|
180
|
+
description: 'Use API to get details about your organization and its authentication settings.'
|
|
186
181
|
},
|
|
187
182
|
{
|
|
188
|
-
name: '
|
|
189
|
-
value: '
|
|
183
|
+
name: 'Notifications',
|
|
184
|
+
value: 'notifications',
|
|
185
|
+
description: 'Use API to send custom notifications to organization or project members.'
|
|
190
186
|
},
|
|
191
187
|
{
|
|
192
|
-
name: '
|
|
193
|
-
value: '
|
|
188
|
+
name: 'AI',
|
|
189
|
+
value: 'ai',
|
|
190
|
+
description: '\nAI features help you translate content and perform other localization tasks using the configured AI providers.\n\nUse API to manage AI providers, prompts, settings, and custom placeholders, to run AI-powered translations, and to generate AI reports.\n'
|
|
194
191
|
},
|
|
195
192
|
{
|
|
196
|
-
name: '
|
|
197
|
-
value: '
|
|
193
|
+
name: 'Languages',
|
|
194
|
+
value: 'languages',
|
|
195
|
+
description: '\nCrowdin Enterprise supports more than 300 world languages and custom languages created in the system.\n\nUse API to get the list of all supported languages and retrieve additional details (e.g. text direction, internal code) on specific language.\n'
|
|
198
196
|
},
|
|
199
197
|
{
|
|
200
198
|
name: 'Webhooks',
|
|
@@ -207,59 +205,71 @@ const resourceProperty = {
|
|
|
207
205
|
description: '\nWebhooks allow you to collect information about events that happen in your Crowdin Enterprise organization. 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 * group is created\n * group is deleted\n * project is created\n * project is deleted\n\nUse API to create, modify, and delete specific webhooks.\n'
|
|
208
206
|
},
|
|
209
207
|
{
|
|
210
|
-
name: '
|
|
211
|
-
value: '
|
|
208
|
+
name: 'Applications',
|
|
209
|
+
value: 'applications',
|
|
210
|
+
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'
|
|
212
211
|
},
|
|
213
212
|
{
|
|
214
|
-
name: '
|
|
215
|
-
value: '
|
|
213
|
+
name: 'Integrations',
|
|
214
|
+
value: 'integrations',
|
|
215
|
+
description: '\nIntegration applications provide synchronization between Crowdin and external content management systems.\n\nUse the API to manage integration files, jobs, settings, and authentication.\n'
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
|
-
name: '
|
|
219
|
-
value: '
|
|
220
|
-
description: '\
|
|
218
|
+
name: 'Advisor',
|
|
219
|
+
value: 'advisor',
|
|
220
|
+
description: '\nAdvisor checks your project setup and content and provides insights with recommendations for improving your localization workflow. Installed applications can extend Advisor with their own checks.\n\nUse API to manage advisor insights and to run advisor checks.\n'
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
name: 'External QA Checks',
|
|
224
|
+
value: 'externalQaChecks',
|
|
225
|
+
description: '\nExternal QA Checks are the tools that help to ensure the quality of the translations.\n\nYou can install an application with External QA Check module to your organization and extend basic functionality with additional checks.\n'
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
name: 'Security Logs',
|
|
229
|
+
value: 'securityLogs',
|
|
230
|
+
description: '\nSecurity logs keep track of security-related activities within your organization (e.g. login, password change).\n\nUse API to get the list of organization or user security logs and to check the details of a specific security log record.\n'
|
|
221
231
|
}
|
|
222
232
|
],
|
|
223
|
-
default: '
|
|
233
|
+
default: 'projectsAndGroups'
|
|
224
234
|
};
|
|
225
235
|
exports.properties = [
|
|
226
236
|
resourceProperty,
|
|
227
|
-
...advisor_1.advisorProperties,
|
|
228
|
-
...ai_1.aiProperties,
|
|
229
|
-
...storage_1.storageProperties,
|
|
230
|
-
...languages_1.languagesProperties,
|
|
231
237
|
...projectsAndGroups_1.projectsAndGroupsProperties,
|
|
232
|
-
...
|
|
238
|
+
...storage_1.storageProperties,
|
|
233
239
|
...sourceFiles_1.sourceFilesProperties,
|
|
234
|
-
...translations_1.translationsProperties,
|
|
235
240
|
...sourceStrings_1.sourceStringsProperties,
|
|
241
|
+
...translations_1.translationsProperties,
|
|
236
242
|
...stringAssetTranslations_1.stringAssetTranslationsProperties,
|
|
237
243
|
...stringCorrections_1.stringCorrectionsProperties,
|
|
238
|
-
...stringAssetComments_1.stringAssetCommentsProperties,
|
|
239
|
-
...screenshots_1.screenshotsProperties,
|
|
240
|
-
...glossaries_1.glossariesProperties,
|
|
241
|
-
...translationMemory_1.translationMemoryProperties,
|
|
242
|
-
...machineTranslationEngines_1.machineTranslationEnginesProperties,
|
|
243
244
|
...translationStatus_1.translationStatusProperties,
|
|
245
|
+
...distributions_1.distributionsProperties,
|
|
246
|
+
...workflows_1.workflowsProperties,
|
|
244
247
|
...reports_1.reportsProperties,
|
|
245
248
|
...tasks_1.tasksProperties,
|
|
249
|
+
...stringAssetComments_1.stringAssetCommentsProperties,
|
|
250
|
+
...translationMemory_1.translationMemoryProperties,
|
|
251
|
+
...glossaries_1.glossariesProperties,
|
|
252
|
+
...styleGuides_1.styleGuidesProperties,
|
|
253
|
+
...machineTranslationEngines_1.machineTranslationEnginesProperties,
|
|
254
|
+
...screenshots_1.screenshotsProperties,
|
|
255
|
+
...labels_1.labelsProperties,
|
|
256
|
+
...fields_1.fieldsProperties,
|
|
257
|
+
...dictionaries_1.dictionariesProperties,
|
|
258
|
+
...customSpellcheckers_1.customSpellcheckersProperties,
|
|
246
259
|
...users_1.usersProperties,
|
|
247
260
|
...teams_1.teamsProperties,
|
|
261
|
+
...vendors_1.vendorsProperties,
|
|
248
262
|
...clients_1.clientsProperties,
|
|
249
|
-
...dictionaries_1.dictionariesProperties,
|
|
250
|
-
...applications_1.applicationsProperties,
|
|
251
|
-
...integrations_1.integrationsProperties,
|
|
252
|
-
...externalQaChecks_1.externalQaChecksProperties,
|
|
253
|
-
...customSpellcheckers_1.customSpellcheckersProperties,
|
|
254
|
-
...distributions_1.distributionsProperties,
|
|
255
|
-
...fields_1.fieldsProperties,
|
|
256
|
-
...labels_1.labelsProperties,
|
|
257
|
-
...notifications_1.notificationsProperties,
|
|
258
263
|
...organization_1.organizationProperties,
|
|
264
|
+
...notifications_1.notificationsProperties,
|
|
265
|
+
...ai_1.aiProperties,
|
|
266
|
+
...languages_1.languagesProperties,
|
|
259
267
|
...webhooks_1.webhooksProperties,
|
|
260
268
|
...organizationWebhooks_1.organizationWebhooksProperties,
|
|
269
|
+
...applications_1.applicationsProperties,
|
|
270
|
+
...integrations_1.integrationsProperties,
|
|
271
|
+
...advisor_1.advisorProperties,
|
|
272
|
+
...externalQaChecks_1.externalQaChecksProperties,
|
|
261
273
|
...securityLogs_1.securityLogsProperties,
|
|
262
|
-
...styleGuides_1.styleGuidesProperties,
|
|
263
|
-
...vendors_1.vendorsProperties,
|
|
264
274
|
];
|
|
265
275
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/enterprise/fileBased/index.ts"],"names":[],"mappings":";;;AAGA,uCAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/enterprise/fileBased/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"machineTranslationEngines.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/enterprise/fileBased/machineTranslationEngines.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"machineTranslationEngines.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/enterprise/fileBased/machineTranslationEngines.ts"],"names":[],"mappings":"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"}
|