@crowdin/n8n-nodes-crowdin 0.11.0 → 0.13.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/methods/common/index.js +3 -0
- package/dist/nodes/Crowdin/methods/common/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/common/extensions/advisors.d.ts +2 -0
- package/dist/nodes/Crowdin/properties/common/extensions/advisors.js +130 -0
- package/dist/nodes/Crowdin/properties/common/extensions/advisors.js.map +1 -0
- package/dist/nodes/Crowdin/properties/common/extensions/index.js +2 -1
- package/dist/nodes/Crowdin/properties/common/extensions/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/advisor.d.ts +2 -0
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/advisor.js +865 -0
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/advisor.js.map +1 -0
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/ai.js +8 -8
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js +42 -36
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/projects.js +46 -12
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/projects.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/tasks.js +110 -60
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js +5 -5
- package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/advisor.d.ts +2 -0
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/advisor.js +865 -0
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/advisor.js.map +1 -0
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js +8 -8
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js +14 -8
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/projects.js +36 -2
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/projects.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/tasks.js +58 -60
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js +5 -5
- package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/advisor.d.ts +2 -0
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/advisor.js +865 -0
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/advisor.js.map +1 -0
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js +56 -14
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js +28 -22
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/projectsAndGroups.js +46 -12
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/projectsAndGroups.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/tasks.js +110 -60
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js +5 -5
- package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/advisor.d.ts +2 -0
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/advisor.js +865 -0
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/advisor.js.map +1 -0
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js +56 -14
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js +28 -22
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/index.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/projectsAndGroups.js +36 -2
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/projectsAndGroups.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/tasks.js +62 -64
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/tasks.js.map +1 -1
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js +5 -5
- package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.properties = void 0;
|
|
4
|
+
const advisor_1 = require("./advisor");
|
|
4
5
|
const ai_1 = require("./ai");
|
|
5
6
|
const storage_1 = require("./storage");
|
|
6
7
|
const languages_1 = require("./languages");
|
|
@@ -22,26 +23,30 @@ const tasks_1 = require("./tasks");
|
|
|
22
23
|
const users_1 = require("./users");
|
|
23
24
|
const teams_1 = require("./teams");
|
|
24
25
|
const clients_1 = require("./clients");
|
|
25
|
-
const organizationWebhooks_1 = require("./organizationWebhooks");
|
|
26
26
|
const dictionaries_1 = require("./dictionaries");
|
|
27
27
|
const applications_1 = require("./applications");
|
|
28
|
+
const externalQaChecks_1 = require("./externalQaChecks");
|
|
28
29
|
const customSpellcheckers_1 = require("./customSpellcheckers");
|
|
29
30
|
const distributions_1 = require("./distributions");
|
|
30
|
-
const externalQaChecks_1 = require("./externalQaChecks");
|
|
31
31
|
const fields_1 = require("./fields");
|
|
32
32
|
const labels_1 = require("./labels");
|
|
33
33
|
const notifications_1 = require("./notifications");
|
|
34
34
|
const organization_1 = require("./organization");
|
|
35
|
+
const webhooks_1 = require("./webhooks");
|
|
36
|
+
const organizationWebhooks_1 = require("./organizationWebhooks");
|
|
35
37
|
const securityLogs_1 = require("./securityLogs");
|
|
36
38
|
const styleGuides_1 = require("./styleGuides");
|
|
37
39
|
const vendors_1 = require("./vendors");
|
|
38
|
-
const webhooks_1 = require("./webhooks");
|
|
39
40
|
const resourceProperty = {
|
|
40
41
|
displayName: 'Resource',
|
|
41
42
|
name: 'resource',
|
|
42
43
|
type: 'options',
|
|
43
44
|
noDataExpression: true,
|
|
44
45
|
options: [
|
|
46
|
+
{
|
|
47
|
+
name: 'Advisor',
|
|
48
|
+
value: 'advisor'
|
|
49
|
+
},
|
|
45
50
|
{
|
|
46
51
|
name: 'AI',
|
|
47
52
|
value: 'ai'
|
|
@@ -146,11 +151,6 @@ const resourceProperty = {
|
|
|
146
151
|
value: 'clients',
|
|
147
152
|
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'
|
|
148
153
|
},
|
|
149
|
-
{
|
|
150
|
-
name: 'Organization Webhooks',
|
|
151
|
-
value: 'organizationWebhooks',
|
|
152
|
-
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'
|
|
153
|
-
},
|
|
154
154
|
{
|
|
155
155
|
name: 'Dictionaries',
|
|
156
156
|
value: 'dictionaries',
|
|
@@ -161,6 +161,11 @@ const resourceProperty = {
|
|
|
161
161
|
value: 'applications',
|
|
162
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
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
|
+
},
|
|
164
169
|
{
|
|
165
170
|
name: 'Custom Spellcheckers',
|
|
166
171
|
value: 'customSpellcheckers'
|
|
@@ -169,11 +174,6 @@ const resourceProperty = {
|
|
|
169
174
|
name: 'Distributions',
|
|
170
175
|
value: 'distributions'
|
|
171
176
|
},
|
|
172
|
-
{
|
|
173
|
-
name: 'External QA Checks',
|
|
174
|
-
value: 'externalQaChecks',
|
|
175
|
-
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'
|
|
176
|
-
},
|
|
177
177
|
{
|
|
178
178
|
name: 'Fields',
|
|
179
179
|
value: 'fields'
|
|
@@ -190,6 +190,16 @@ const resourceProperty = {
|
|
|
190
190
|
name: 'Organization',
|
|
191
191
|
value: 'organization'
|
|
192
192
|
},
|
|
193
|
+
{
|
|
194
|
+
name: 'Webhooks',
|
|
195
|
+
value: 'webhooks',
|
|
196
|
+
description: '\nWebhooks allow you to collect information about events that happen in your Crowdin Enterprise 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'
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
name: 'Organization Webhooks',
|
|
200
|
+
value: 'organizationWebhooks',
|
|
201
|
+
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
|
+
},
|
|
193
203
|
{
|
|
194
204
|
name: 'Security Logs',
|
|
195
205
|
value: 'securityLogs'
|
|
@@ -202,17 +212,13 @@ const resourceProperty = {
|
|
|
202
212
|
name: 'Vendors',
|
|
203
213
|
value: 'vendors',
|
|
204
214
|
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'
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
name: 'Webhooks',
|
|
208
|
-
value: 'webhooks',
|
|
209
|
-
description: '\nWebhooks allow you to collect information about events that happen in your Crowdin Enterprise 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'
|
|
210
215
|
}
|
|
211
216
|
],
|
|
212
|
-
default: '
|
|
217
|
+
default: 'advisor'
|
|
213
218
|
};
|
|
214
219
|
exports.properties = [
|
|
215
220
|
resourceProperty,
|
|
221
|
+
...advisor_1.advisorProperties,
|
|
216
222
|
...ai_1.aiProperties,
|
|
217
223
|
...storage_1.storageProperties,
|
|
218
224
|
...languages_1.languagesProperties,
|
|
@@ -234,19 +240,19 @@ exports.properties = [
|
|
|
234
240
|
...users_1.usersProperties,
|
|
235
241
|
...teams_1.teamsProperties,
|
|
236
242
|
...clients_1.clientsProperties,
|
|
237
|
-
...organizationWebhooks_1.organizationWebhooksProperties,
|
|
238
243
|
...dictionaries_1.dictionariesProperties,
|
|
239
244
|
...applications_1.applicationsProperties,
|
|
245
|
+
...externalQaChecks_1.externalQaChecksProperties,
|
|
240
246
|
...customSpellcheckers_1.customSpellcheckersProperties,
|
|
241
247
|
...distributions_1.distributionsProperties,
|
|
242
|
-
...externalQaChecks_1.externalQaChecksProperties,
|
|
243
248
|
...fields_1.fieldsProperties,
|
|
244
249
|
...labels_1.labelsProperties,
|
|
245
250
|
...notifications_1.notificationsProperties,
|
|
246
251
|
...organization_1.organizationProperties,
|
|
252
|
+
...webhooks_1.webhooksProperties,
|
|
253
|
+
...organizationWebhooks_1.organizationWebhooksProperties,
|
|
247
254
|
...securityLogs_1.securityLogsProperties,
|
|
248
255
|
...styleGuides_1.styleGuidesProperties,
|
|
249
256
|
...vendors_1.vendorsProperties,
|
|
250
|
-
...webhooks_1.webhooksProperties,
|
|
251
257
|
];
|
|
252
258
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/enterprise/stringBased/index.ts"],"names":[],"mappings":";;;AAGA,6BAAoC;AACpC,uCAA8C;AAC9C,2CAAkD;AAClD,2DAAkE;AAClE,2CAAkD;AAClD,yCAAgD;AAChD,iDAAwD;AACxD,mDAA0D;AAC1D,6DAAoE;AACpE,2DAAkE;AAClE,qDAA4D;AAC5D,+CAAsD;AACtD,6CAAoD;AACpD,2DAAkE;AAClE,2EAAkF;AAClF,2DAAkE;AAClE,uCAA8C;AAC9C,mCAA0C;AAC1C,mCAA0C;AAC1C,mCAA0C;AAC1C,uCAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/Crowdin/properties/enterprise/stringBased/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -3071,6 +3071,32 @@ exports.projectsAndGroupsProperties = [
|
|
|
3071
3071
|
loadOptionsMethod: 'getAiPrompts'
|
|
3072
3072
|
}
|
|
3073
3073
|
},
|
|
3074
|
+
{
|
|
3075
|
+
displayName: 'Context Review Ai Prompt Id',
|
|
3076
|
+
name: 'contextReviewAiPromptId',
|
|
3077
|
+
type: 'number',
|
|
3078
|
+
default: 0,
|
|
3079
|
+
description: 'AI Prompt ID to be used as prompt for Advisor string context review',
|
|
3080
|
+
routing: {
|
|
3081
|
+
send: {
|
|
3082
|
+
property: 'contextReviewAiPromptId',
|
|
3083
|
+
propertyInDotNotation: false,
|
|
3084
|
+
type: 'body',
|
|
3085
|
+
value: '={{ $value !== 0 ? $value : undefined }}'
|
|
3086
|
+
}
|
|
3087
|
+
},
|
|
3088
|
+
displayOptions: {
|
|
3089
|
+
show: {
|
|
3090
|
+
resource: [
|
|
3091
|
+
'projectsAndGroups'
|
|
3092
|
+
],
|
|
3093
|
+
operation: [
|
|
3094
|
+
'api.projects.post'
|
|
3095
|
+
]
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3098
|
+
placeholder: '11'
|
|
3099
|
+
},
|
|
3074
3100
|
{
|
|
3075
3101
|
displayName: 'Default Tm Id',
|
|
3076
3102
|
name: 'defaultTmId',
|
|
@@ -3568,7 +3594,7 @@ exports.projectsAndGroupsProperties = [
|
|
|
3568
3594
|
name: 'type',
|
|
3569
3595
|
type: 'options',
|
|
3570
3596
|
default: '',
|
|
3571
|
-
description: 'Values available:\n *
|
|
3597
|
+
description: 'Values available:\n * \'i18next_json\' — i18next (*.json)\n * \'nestjs_i18n\' - NestJS i18n',
|
|
3572
3598
|
options: [
|
|
3573
3599
|
{
|
|
3574
3600
|
name: '-',
|
|
@@ -4938,6 +4964,14 @@ exports.projectsAndGroupsProperties = [
|
|
|
4938
4964
|
loadOptionsMethod: 'getAiPrompts'
|
|
4939
4965
|
}
|
|
4940
4966
|
},
|
|
4967
|
+
{
|
|
4968
|
+
displayName: 'Context Review Ai Prompt Id',
|
|
4969
|
+
name: 'contextReviewAiPromptId',
|
|
4970
|
+
type: 'number',
|
|
4971
|
+
default: 0,
|
|
4972
|
+
description: 'AI Prompt ID to be used as prompt for Advisor string context review',
|
|
4973
|
+
placeholder: '11'
|
|
4974
|
+
},
|
|
4941
4975
|
{
|
|
4942
4976
|
displayName: 'Savings Report Settings Template Id',
|
|
4943
4977
|
name: 'savingsReportSettingsTemplateId',
|
|
@@ -5459,7 +5493,7 @@ exports.projectsAndGroupsProperties = [
|
|
|
5459
5493
|
name: 'type',
|
|
5460
5494
|
type: 'options',
|
|
5461
5495
|
default: '',
|
|
5462
|
-
description: 'Values available:\n *
|
|
5496
|
+
description: 'Values available:\n * \'i18next_json\' — i18next (*.json)\n * \'nestjs_i18n\' - NestJS i18n',
|
|
5463
5497
|
options: [
|
|
5464
5498
|
{
|
|
5465
5499
|
name: '-',
|