@crowdin/n8n-nodes-crowdin 0.17.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 +1 -2
- 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/stringBased/advisor.js +1 -2
- 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/enterprise/fileBased/advisor.js +1 -2
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/advisor.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/stringBased/advisor.js +1 -2
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/advisor.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/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,91 +1,73 @@
|
|
|
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 branches_1 = require("./branches");
|
|
11
|
-
const translations_1 = require("./translations");
|
|
12
7
|
const sourceStrings_1 = require("./sourceStrings");
|
|
8
|
+
const translations_1 = require("./translations");
|
|
13
9
|
const stringTranslations_1 = require("./stringTranslations");
|
|
14
10
|
const stringCorrections_1 = require("./stringCorrections");
|
|
15
|
-
const stringComments_1 = require("./stringComments");
|
|
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 stringComments_1 = require("./stringComments");
|
|
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 externalQaChecks_1 = require("./externalQaChecks");
|
|
29
|
-
const customSpellcheckers_1 = require("./customSpellcheckers");
|
|
30
|
-
const distributions_1 = require("./distributions");
|
|
31
|
-
const fields_1 = require("./fields");
|
|
32
|
-
const labels_1 = require("./labels");
|
|
33
|
-
const notifications_1 = require("./notifications");
|
|
34
30
|
const organization_1 = require("./organization");
|
|
31
|
+
const notifications_1 = require("./notifications");
|
|
32
|
+
const ai_1 = require("./ai");
|
|
33
|
+
const languages_1 = require("./languages");
|
|
35
34
|
const webhooks_1 = require("./webhooks");
|
|
36
35
|
const organizationWebhooks_1 = require("./organizationWebhooks");
|
|
36
|
+
const applications_1 = require("./applications");
|
|
37
|
+
const advisor_1 = require("./advisor");
|
|
38
|
+
const externalQaChecks_1 = require("./externalQaChecks");
|
|
37
39
|
const securityLogs_1 = require("./securityLogs");
|
|
38
|
-
const styleGuides_1 = require("./styleGuides");
|
|
39
|
-
const vendors_1 = require("./vendors");
|
|
40
40
|
const resourceProperty = {
|
|
41
41
|
displayName: 'Resource',
|
|
42
42
|
name: 'resource',
|
|
43
43
|
type: 'options',
|
|
44
44
|
noDataExpression: true,
|
|
45
45
|
options: [
|
|
46
|
-
{
|
|
47
|
-
name: 'Advisor',
|
|
48
|
-
value: 'advisor'
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
name: 'AI',
|
|
52
|
-
value: 'ai'
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
name: 'Storage',
|
|
56
|
-
value: 'storage',
|
|
57
|
-
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'
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Languages',
|
|
61
|
-
value: 'languages',
|
|
62
|
-
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'
|
|
63
|
-
},
|
|
64
46
|
{
|
|
65
47
|
name: 'Projects and Groups',
|
|
66
48
|
value: 'projectsAndGroups',
|
|
67
49
|
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'
|
|
68
50
|
},
|
|
69
51
|
{
|
|
70
|
-
name: '
|
|
71
|
-
value: '
|
|
72
|
-
description: '\
|
|
52
|
+
name: 'Storage',
|
|
53
|
+
value: 'storage',
|
|
54
|
+
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'
|
|
73
55
|
},
|
|
74
56
|
{
|
|
75
57
|
name: 'Branches',
|
|
76
58
|
value: 'branches',
|
|
77
|
-
description: '\nSource branches are resources for translation. Use API to manage project branches.\n\n__Note:__ Make sure your master branch is the first one you integrate with Crowdin
|
|
59
|
+
description: '\nSource branches are resources for translation. Use API to manage project branches.\n\n__Note:__ Make sure your master branch is the first one you integrate with Crowdin.\n'
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: 'Source Strings',
|
|
63
|
+
value: 'sourceStrings',
|
|
64
|
+
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'
|
|
78
65
|
},
|
|
79
66
|
{
|
|
80
67
|
name: 'Translations',
|
|
81
68
|
value: 'translations',
|
|
82
69
|
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'
|
|
83
70
|
},
|
|
84
|
-
{
|
|
85
|
-
name: 'Source Strings',
|
|
86
|
-
value: 'sourceStrings',
|
|
87
|
-
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'
|
|
88
|
-
},
|
|
89
71
|
{
|
|
90
72
|
name: 'String Translations',
|
|
91
73
|
value: 'stringTranslations',
|
|
@@ -94,7 +76,32 @@ const resourceProperty = {
|
|
|
94
76
|
{
|
|
95
77
|
name: 'String Corrections',
|
|
96
78
|
value: 'stringCorrections',
|
|
97
|
-
description: 'Use API to add or remove
|
|
79
|
+
description: 'Use API to add or remove string corrections.'
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
name: 'Translation Status',
|
|
83
|
+
value: 'translationStatus',
|
|
84
|
+
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'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: 'Distributions',
|
|
88
|
+
value: 'distributions',
|
|
89
|
+
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'
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
name: 'Workflows',
|
|
93
|
+
value: 'workflows',
|
|
94
|
+
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'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
name: 'Reports',
|
|
98
|
+
value: 'reports',
|
|
99
|
+
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'
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: 'Tasks',
|
|
103
|
+
value: 'tasks',
|
|
104
|
+
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'
|
|
98
105
|
},
|
|
99
106
|
{
|
|
100
107
|
name: 'String Comments',
|
|
@@ -102,9 +109,9 @@ const resourceProperty = {
|
|
|
102
109
|
description: 'Use API to list, add, edit or remove string comments.'
|
|
103
110
|
},
|
|
104
111
|
{
|
|
105
|
-
name: '
|
|
106
|
-
value: '
|
|
107
|
-
description: '\
|
|
112
|
+
name: 'Translation Memory',
|
|
113
|
+
value: 'translationMemory',
|
|
114
|
+
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'
|
|
108
115
|
},
|
|
109
116
|
{
|
|
110
117
|
name: 'Glossaries',
|
|
@@ -112,9 +119,9 @@ const resourceProperty = {
|
|
|
112
119
|
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'
|
|
113
120
|
},
|
|
114
121
|
{
|
|
115
|
-
name: '
|
|
116
|
-
value: '
|
|
117
|
-
description: '\
|
|
122
|
+
name: 'Style Guides',
|
|
123
|
+
value: 'styleGuides',
|
|
124
|
+
description: '\nStyle Guides help to provide additional context for the translators.\n\nUse API to manage style guides.\n'
|
|
118
125
|
},
|
|
119
126
|
{
|
|
120
127
|
name: 'Machine Translation Engines',
|
|
@@ -122,19 +129,29 @@ const resourceProperty = {
|
|
|
122
129
|
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'
|
|
123
130
|
},
|
|
124
131
|
{
|
|
125
|
-
name: '
|
|
126
|
-
value: '
|
|
127
|
-
description: '\
|
|
132
|
+
name: 'Screenshots',
|
|
133
|
+
value: 'screenshots',
|
|
134
|
+
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'
|
|
128
135
|
},
|
|
129
136
|
{
|
|
130
|
-
name: '
|
|
131
|
-
value: '
|
|
132
|
-
description: '\
|
|
137
|
+
name: 'Labels',
|
|
138
|
+
value: 'labels',
|
|
139
|
+
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'
|
|
133
140
|
},
|
|
134
141
|
{
|
|
135
|
-
name: '
|
|
136
|
-
value: '
|
|
137
|
-
description: '\
|
|
142
|
+
name: 'Fields',
|
|
143
|
+
value: 'fields',
|
|
144
|
+
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'
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
name: 'Dictionaries',
|
|
148
|
+
value: 'dictionaries',
|
|
149
|
+
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'
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'Custom Spellcheckers',
|
|
153
|
+
value: 'customSpellcheckers',
|
|
154
|
+
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'
|
|
138
155
|
},
|
|
139
156
|
{
|
|
140
157
|
name: 'Users',
|
|
@@ -146,49 +163,35 @@ const resourceProperty = {
|
|
|
146
163
|
value: 'teams',
|
|
147
164
|
description: 'Organization teams'
|
|
148
165
|
},
|
|
166
|
+
{
|
|
167
|
+
name: 'Vendors',
|
|
168
|
+
value: 'vendors',
|
|
169
|
+
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'
|
|
170
|
+
},
|
|
149
171
|
{
|
|
150
172
|
name: 'Clients',
|
|
151
173
|
value: 'clients',
|
|
152
174
|
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'
|
|
153
175
|
},
|
|
154
176
|
{
|
|
155
|
-
name: '
|
|
156
|
-
value: '
|
|
157
|
-
description: '
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
name: 'Applications',
|
|
161
|
-
value: 'applications',
|
|
162
|
-
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.'
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
name: 'External QA Checks',
|
|
166
|
-
value: 'externalQaChecks',
|
|
167
|
-
description: '\nExternal QA Checks are the tools that help to ensure the quality of the translations.\n\nYou can install an applicastion with External QA Check module to your organization and extend basic functionality with additional checks.\n'
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
name: 'Custom Spellcheckers',
|
|
171
|
-
value: 'customSpellcheckers'
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
name: 'Distributions',
|
|
175
|
-
value: 'distributions'
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
name: 'Fields',
|
|
179
|
-
value: 'fields'
|
|
177
|
+
name: 'Organization',
|
|
178
|
+
value: 'organization',
|
|
179
|
+
description: 'Use API to get details about your organization and its authentication settings.'
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
|
-
name: '
|
|
183
|
-
value: '
|
|
182
|
+
name: 'Notifications',
|
|
183
|
+
value: 'notifications',
|
|
184
|
+
description: 'Use API to send custom notifications to organization or project members.'
|
|
184
185
|
},
|
|
185
186
|
{
|
|
186
|
-
name: '
|
|
187
|
-
value: '
|
|
187
|
+
name: 'AI',
|
|
188
|
+
value: 'ai',
|
|
189
|
+
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'
|
|
188
190
|
},
|
|
189
191
|
{
|
|
190
|
-
name: '
|
|
191
|
-
value: '
|
|
192
|
+
name: 'Languages',
|
|
193
|
+
value: 'languages',
|
|
194
|
+
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'
|
|
192
195
|
},
|
|
193
196
|
{
|
|
194
197
|
name: 'Webhooks',
|
|
@@ -201,58 +204,65 @@ const resourceProperty = {
|
|
|
201
204
|
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'
|
|
202
205
|
},
|
|
203
206
|
{
|
|
204
|
-
name: '
|
|
205
|
-
value: '
|
|
207
|
+
name: 'Applications',
|
|
208
|
+
value: 'applications',
|
|
209
|
+
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'
|
|
206
210
|
},
|
|
207
211
|
{
|
|
208
|
-
name: '
|
|
209
|
-
value: '
|
|
212
|
+
name: 'Advisor',
|
|
213
|
+
value: 'advisor',
|
|
214
|
+
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'
|
|
210
215
|
},
|
|
211
216
|
{
|
|
212
|
-
name: '
|
|
213
|
-
value: '
|
|
214
|
-
description: '\
|
|
217
|
+
name: 'External QA Checks',
|
|
218
|
+
value: 'externalQaChecks',
|
|
219
|
+
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'
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
name: 'Security Logs',
|
|
223
|
+
value: 'securityLogs',
|
|
224
|
+
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'
|
|
215
225
|
}
|
|
216
226
|
],
|
|
217
|
-
default: '
|
|
227
|
+
default: 'projectsAndGroups'
|
|
218
228
|
};
|
|
219
229
|
exports.properties = [
|
|
220
230
|
resourceProperty,
|
|
221
|
-
...advisor_1.advisorProperties,
|
|
222
|
-
...ai_1.aiProperties,
|
|
223
|
-
...storage_1.storageProperties,
|
|
224
|
-
...languages_1.languagesProperties,
|
|
225
231
|
...projectsAndGroups_1.projectsAndGroupsProperties,
|
|
226
|
-
...
|
|
232
|
+
...storage_1.storageProperties,
|
|
227
233
|
...branches_1.branchesProperties,
|
|
228
|
-
...translations_1.translationsProperties,
|
|
229
234
|
...sourceStrings_1.sourceStringsProperties,
|
|
235
|
+
...translations_1.translationsProperties,
|
|
230
236
|
...stringTranslations_1.stringTranslationsProperties,
|
|
231
237
|
...stringCorrections_1.stringCorrectionsProperties,
|
|
232
|
-
...stringComments_1.stringCommentsProperties,
|
|
233
|
-
...screenshots_1.screenshotsProperties,
|
|
234
|
-
...glossaries_1.glossariesProperties,
|
|
235
|
-
...translationMemory_1.translationMemoryProperties,
|
|
236
|
-
...machineTranslationEngines_1.machineTranslationEnginesProperties,
|
|
237
238
|
...translationStatus_1.translationStatusProperties,
|
|
239
|
+
...distributions_1.distributionsProperties,
|
|
240
|
+
...workflows_1.workflowsProperties,
|
|
238
241
|
...reports_1.reportsProperties,
|
|
239
242
|
...tasks_1.tasksProperties,
|
|
243
|
+
...stringComments_1.stringCommentsProperties,
|
|
244
|
+
...translationMemory_1.translationMemoryProperties,
|
|
245
|
+
...glossaries_1.glossariesProperties,
|
|
246
|
+
...styleGuides_1.styleGuidesProperties,
|
|
247
|
+
...machineTranslationEngines_1.machineTranslationEnginesProperties,
|
|
248
|
+
...screenshots_1.screenshotsProperties,
|
|
249
|
+
...labels_1.labelsProperties,
|
|
250
|
+
...fields_1.fieldsProperties,
|
|
251
|
+
...dictionaries_1.dictionariesProperties,
|
|
252
|
+
...customSpellcheckers_1.customSpellcheckersProperties,
|
|
240
253
|
...users_1.usersProperties,
|
|
241
254
|
...teams_1.teamsProperties,
|
|
255
|
+
...vendors_1.vendorsProperties,
|
|
242
256
|
...clients_1.clientsProperties,
|
|
243
|
-
...dictionaries_1.dictionariesProperties,
|
|
244
|
-
...applications_1.applicationsProperties,
|
|
245
|
-
...externalQaChecks_1.externalQaChecksProperties,
|
|
246
|
-
...customSpellcheckers_1.customSpellcheckersProperties,
|
|
247
|
-
...distributions_1.distributionsProperties,
|
|
248
|
-
...fields_1.fieldsProperties,
|
|
249
|
-
...labels_1.labelsProperties,
|
|
250
|
-
...notifications_1.notificationsProperties,
|
|
251
257
|
...organization_1.organizationProperties,
|
|
258
|
+
...notifications_1.notificationsProperties,
|
|
259
|
+
...ai_1.aiProperties,
|
|
260
|
+
...languages_1.languagesProperties,
|
|
252
261
|
...webhooks_1.webhooksProperties,
|
|
253
262
|
...organizationWebhooks_1.organizationWebhooksProperties,
|
|
263
|
+
...applications_1.applicationsProperties,
|
|
264
|
+
...advisor_1.advisorProperties,
|
|
265
|
+
...externalQaChecks_1.externalQaChecksProperties,
|
|
254
266
|
...securityLogs_1.securityLogsProperties,
|
|
255
|
-
...styleGuides_1.styleGuidesProperties,
|
|
256
|
-
...vendors_1.vendorsProperties,
|
|
257
267
|
];
|
|
258
268
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/enterprise/stringBased/index.ts"],"names":[],"mappings":";;;AAGA,uCAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/enterprise/stringBased/index.ts"],"names":[],"mappings":"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"}
|