@crowdin/n8n-nodes-crowdin 0.9.0 → 0.10.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 (35) hide show
  1. package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js +24 -56
  2. package/dist/nodes/Crowdin/properties/crowdin/fileBased/reports.js.map +1 -1
  3. package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceStrings.js +1 -1
  4. package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceStrings.js.map +1 -1
  5. package/dist/nodes/Crowdin/properties/crowdin/fileBased/stringAssetTranslations.js +2 -2
  6. package/dist/nodes/Crowdin/properties/crowdin/fileBased/stringAssetTranslations.js.map +1 -1
  7. package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js +1 -1
  8. package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js.map +1 -1
  9. package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js +24 -56
  10. package/dist/nodes/Crowdin/properties/crowdin/stringBased/reports.js.map +1 -1
  11. package/dist/nodes/Crowdin/properties/crowdin/stringBased/sourceStrings.js +1 -1
  12. package/dist/nodes/Crowdin/properties/crowdin/stringBased/sourceStrings.js.map +1 -1
  13. package/dist/nodes/Crowdin/properties/crowdin/stringBased/stringTranslations.js +2 -2
  14. package/dist/nodes/Crowdin/properties/crowdin/stringBased/stringTranslations.js.map +1 -1
  15. package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js +1 -1
  16. package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js.map +1 -1
  17. package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js +61 -129
  18. package/dist/nodes/Crowdin/properties/enterprise/fileBased/reports.js.map +1 -1
  19. package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceStrings.js +1 -1
  20. package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceStrings.js.map +1 -1
  21. package/dist/nodes/Crowdin/properties/enterprise/fileBased/stringAssetTranslations.js +2 -2
  22. package/dist/nodes/Crowdin/properties/enterprise/fileBased/stringAssetTranslations.js.map +1 -1
  23. package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js +1 -1
  24. package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js.map +1 -1
  25. package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js +61 -129
  26. package/dist/nodes/Crowdin/properties/enterprise/stringBased/reports.js.map +1 -1
  27. package/dist/nodes/Crowdin/properties/enterprise/stringBased/sourceStrings.js +1 -1
  28. package/dist/nodes/Crowdin/properties/enterprise/stringBased/sourceStrings.js.map +1 -1
  29. package/dist/nodes/Crowdin/properties/enterprise/stringBased/stringTranslations.js +2 -2
  30. package/dist/nodes/Crowdin/properties/enterprise/stringBased/stringTranslations.js.map +1 -1
  31. package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js +1 -1
  32. package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js.map +1 -1
  33. package/dist/package.json +1 -1
  34. package/dist/tsconfig.tsbuildinfo +1 -1
  35. package/package.json +1 -1
@@ -1589,10 +1589,9 @@ exports.reportsProperties = [
1589
1589
  displayName: 'Proofread',
1590
1590
  name: 'proofread',
1591
1591
  type: 'number',
1592
- default: undefined,
1593
- description: undefined,
1594
- placeholder: '0.12',
1595
- required: true
1592
+ default: 0,
1593
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
1594
+ placeholder: '0.12'
1596
1595
  }
1597
1596
  ]
1598
1597
  }
@@ -1649,10 +1648,9 @@ exports.reportsProperties = [
1649
1648
  displayName: 'Proofread',
1650
1649
  name: 'proofread',
1651
1650
  type: 'number',
1652
- default: undefined,
1653
- description: undefined,
1654
- placeholder: '0.12',
1655
- required: true
1651
+ default: 0,
1652
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
1653
+ placeholder: '0.12'
1656
1654
  }
1657
1655
  ]
1658
1656
  }
@@ -1828,18 +1826,11 @@ exports.reportsProperties = [
1828
1826
  required: true
1829
1827
  },
1830
1828
  {
1831
- displayName: 'Exclude Approvals For Edited Translations',
1832
- name: 'excludeApprovalsForEditedTranslations',
1829
+ displayName: 'Use Category Based Proofread Rates',
1830
+ name: 'useCategoryBasedProofreadRates',
1833
1831
  type: 'boolean',
1834
1832
  default: false,
1835
- description: 'Exclude approvals when the same user has made translations for the string.'
1836
- },
1837
- {
1838
- displayName: 'Pre Translated Strings Categorization Adjustment',
1839
- name: 'preTranslatedStringsCategorizationAdjustment',
1840
- type: 'boolean',
1841
- default: false,
1842
- description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
1833
+ description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
1843
1834
  },
1844
1835
  {
1845
1836
  displayName: 'Group By',
@@ -2095,10 +2086,9 @@ exports.reportsProperties = [
2095
2086
  displayName: 'Proofread',
2096
2087
  name: 'proofread',
2097
2088
  type: 'number',
2098
- default: undefined,
2099
- description: undefined,
2100
- placeholder: '0.12',
2101
- required: true
2089
+ default: 0,
2090
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
2091
+ placeholder: '0.12'
2102
2092
  }
2103
2093
  ]
2104
2094
  }
@@ -2155,10 +2145,9 @@ exports.reportsProperties = [
2155
2145
  displayName: 'Proofread',
2156
2146
  name: 'proofread',
2157
2147
  type: 'number',
2158
- default: undefined,
2159
- description: undefined,
2160
- placeholder: '0.12',
2161
- required: true
2148
+ default: 0,
2149
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
2150
+ placeholder: '0.12'
2162
2151
  }
2163
2152
  ]
2164
2153
  }
@@ -2347,18 +2336,11 @@ exports.reportsProperties = [
2347
2336
  description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
2348
2337
  },
2349
2338
  {
2350
- displayName: 'Exclude Approvals For Edited Translations',
2351
- name: 'excludeApprovalsForEditedTranslations',
2339
+ displayName: 'Use Category Based Proofread Rates',
2340
+ name: 'useCategoryBasedProofreadRates',
2352
2341
  type: 'boolean',
2353
2342
  default: false,
2354
- description: 'Exclude approvals when the same user has made translations for the string.'
2355
- },
2356
- {
2357
- displayName: 'Pre Translated Strings Categorization Adjustment',
2358
- name: 'preTranslatedStringsCategorizationAdjustment',
2359
- type: 'boolean',
2360
- default: false,
2361
- description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
2343
+ description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
2362
2344
  },
2363
2345
  {
2364
2346
  displayName: 'Skip Archiving',
@@ -5216,18 +5198,11 @@ exports.reportsProperties = [
5216
5198
  description: undefined
5217
5199
  },
5218
5200
  {
5219
- displayName: 'Exclude Approvals For Edited Translations',
5220
- name: 'excludeApprovalsForEditedTranslations',
5221
- type: 'boolean',
5222
- default: false,
5223
- description: 'Exclude approvals when the same user has made translations for the string.'
5224
- },
5225
- {
5226
- displayName: 'Pre Translated Strings Categorization Adjustment',
5227
- name: 'preTranslatedStringsCategorizationAdjustment',
5201
+ displayName: 'Use Category Based Proofread Rates',
5202
+ name: 'useCategoryBasedProofreadRates',
5228
5203
  type: 'boolean',
5229
- default: false,
5230
- description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
5204
+ default: true,
5205
+ description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
5231
5206
  }
5232
5207
  ]
5233
5208
  }
@@ -5824,10 +5799,9 @@ exports.reportsProperties = [
5824
5799
  displayName: 'Proofread',
5825
5800
  name: 'proofread',
5826
5801
  type: 'number',
5827
- default: undefined,
5828
- description: undefined,
5829
- placeholder: '0.12',
5830
- required: true
5802
+ default: 0,
5803
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
5804
+ placeholder: '0.12'
5831
5805
  }
5832
5806
  ]
5833
5807
  }
@@ -5884,10 +5858,9 @@ exports.reportsProperties = [
5884
5858
  displayName: 'Proofread',
5885
5859
  name: 'proofread',
5886
5860
  type: 'number',
5887
- default: undefined,
5888
- description: undefined,
5889
- placeholder: '0.12',
5890
- required: true
5861
+ default: 0,
5862
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
5863
+ placeholder: '0.12'
5891
5864
  }
5892
5865
  ]
5893
5866
  }
@@ -6063,18 +6036,11 @@ exports.reportsProperties = [
6063
6036
  required: true
6064
6037
  },
6065
6038
  {
6066
- displayName: 'Exclude Approvals For Edited Translations',
6067
- name: 'excludeApprovalsForEditedTranslations',
6068
- type: 'boolean',
6069
- default: false,
6070
- description: 'Exclude approvals when the same user has made translations for the string.'
6071
- },
6072
- {
6073
- displayName: 'Pre Translated Strings Categorization Adjustment',
6074
- name: 'preTranslatedStringsCategorizationAdjustment',
6039
+ displayName: 'Use Category Based Proofread Rates',
6040
+ name: 'useCategoryBasedProofreadRates',
6075
6041
  type: 'boolean',
6076
6042
  default: false,
6077
- description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
6043
+ description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
6078
6044
  },
6079
6045
  {
6080
6046
  displayName: 'Group By',
@@ -6330,10 +6296,9 @@ exports.reportsProperties = [
6330
6296
  displayName: 'Proofread',
6331
6297
  name: 'proofread',
6332
6298
  type: 'number',
6333
- default: undefined,
6334
- description: undefined,
6335
- placeholder: '0.12',
6336
- required: true
6299
+ default: 0,
6300
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
6301
+ placeholder: '0.12'
6337
6302
  }
6338
6303
  ]
6339
6304
  }
@@ -6390,10 +6355,9 @@ exports.reportsProperties = [
6390
6355
  displayName: 'Proofread',
6391
6356
  name: 'proofread',
6392
6357
  type: 'number',
6393
- default: undefined,
6394
- description: undefined,
6395
- placeholder: '0.12',
6396
- required: true
6358
+ default: 0,
6359
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
6360
+ placeholder: '0.12'
6397
6361
  }
6398
6362
  ]
6399
6363
  }
@@ -6582,18 +6546,11 @@ exports.reportsProperties = [
6582
6546
  description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
6583
6547
  },
6584
6548
  {
6585
- displayName: 'Exclude Approvals For Edited Translations',
6586
- name: 'excludeApprovalsForEditedTranslations',
6587
- type: 'boolean',
6588
- default: false,
6589
- description: 'Exclude approvals when the same user has made translations for the string.'
6590
- },
6591
- {
6592
- displayName: 'Pre Translated Strings Categorization Adjustment',
6593
- name: 'preTranslatedStringsCategorizationAdjustment',
6549
+ displayName: 'Use Category Based Proofread Rates',
6550
+ name: 'useCategoryBasedProofreadRates',
6594
6551
  type: 'boolean',
6595
6552
  default: false,
6596
- description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
6553
+ description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
6597
6554
  },
6598
6555
  {
6599
6556
  displayName: 'Skip Archiving',
@@ -10437,10 +10394,9 @@ exports.reportsProperties = [
10437
10394
  displayName: 'Proofread',
10438
10395
  name: 'proofread',
10439
10396
  type: 'number',
10440
- default: undefined,
10441
- description: undefined,
10442
- placeholder: '0.12',
10443
- required: true
10397
+ default: 0,
10398
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
10399
+ placeholder: '0.12'
10444
10400
  }
10445
10401
  ]
10446
10402
  }
@@ -10497,10 +10453,9 @@ exports.reportsProperties = [
10497
10453
  displayName: 'Proofread',
10498
10454
  name: 'proofread',
10499
10455
  type: 'number',
10500
- default: undefined,
10501
- description: undefined,
10502
- placeholder: '0.12',
10503
- required: true
10456
+ default: 0,
10457
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
10458
+ placeholder: '0.12'
10504
10459
  }
10505
10460
  ]
10506
10461
  }
@@ -10676,18 +10631,11 @@ exports.reportsProperties = [
10676
10631
  required: true
10677
10632
  },
10678
10633
  {
10679
- displayName: 'Exclude Approvals For Edited Translations',
10680
- name: 'excludeApprovalsForEditedTranslations',
10634
+ displayName: 'Use Category Based Proofread Rates',
10635
+ name: 'useCategoryBasedProofreadRates',
10681
10636
  type: 'boolean',
10682
10637
  default: false,
10683
- description: 'Exclude approvals when the same user has made translations for the string.'
10684
- },
10685
- {
10686
- displayName: 'Pre Translated Strings Categorization Adjustment',
10687
- name: 'preTranslatedStringsCategorizationAdjustment',
10688
- type: 'boolean',
10689
- default: false,
10690
- description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
10638
+ description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
10691
10639
  },
10692
10640
  {
10693
10641
  displayName: 'Group By',
@@ -10984,10 +10932,9 @@ exports.reportsProperties = [
10984
10932
  displayName: 'Proofread',
10985
10933
  name: 'proofread',
10986
10934
  type: 'number',
10987
- default: undefined,
10988
- description: undefined,
10989
- placeholder: '0.12',
10990
- required: true
10935
+ default: 0,
10936
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
10937
+ placeholder: '0.12'
10991
10938
  }
10992
10939
  ]
10993
10940
  }
@@ -11044,10 +10991,9 @@ exports.reportsProperties = [
11044
10991
  displayName: 'Proofread',
11045
10992
  name: 'proofread',
11046
10993
  type: 'number',
11047
- default: undefined,
11048
- description: undefined,
11049
- placeholder: '0.12',
11050
- required: true
10994
+ default: 0,
10995
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
10996
+ placeholder: '0.12'
11051
10997
  }
11052
10998
  ]
11053
10999
  }
@@ -11236,18 +11182,11 @@ exports.reportsProperties = [
11236
11182
  description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
11237
11183
  },
11238
11184
  {
11239
- displayName: 'Exclude Approvals For Edited Translations',
11240
- name: 'excludeApprovalsForEditedTranslations',
11241
- type: 'boolean',
11242
- default: false,
11243
- description: 'Exclude approvals when the same user has made translations for the string.'
11244
- },
11245
- {
11246
- displayName: 'Pre Translated Strings Categorization Adjustment',
11247
- name: 'preTranslatedStringsCategorizationAdjustment',
11185
+ displayName: 'Use Category Based Proofread Rates',
11186
+ name: 'useCategoryBasedProofreadRates',
11248
11187
  type: 'boolean',
11249
11188
  default: false,
11250
- description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
11189
+ description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
11251
11190
  },
11252
11191
  {
11253
11192
  displayName: 'Skip Archiving',
@@ -14193,18 +14132,11 @@ exports.reportsProperties = [
14193
14132
  description: undefined
14194
14133
  },
14195
14134
  {
14196
- displayName: 'Exclude Approvals For Edited Translations',
14197
- name: 'excludeApprovalsForEditedTranslations',
14198
- type: 'boolean',
14199
- default: false,
14200
- description: 'Exclude approvals when the same user has made translations for the string.'
14201
- },
14202
- {
14203
- displayName: 'Pre Translated Strings Categorization Adjustment',
14204
- name: 'preTranslatedStringsCategorizationAdjustment',
14135
+ displayName: 'Use Category Based Proofread Rates',
14136
+ name: 'useCategoryBasedProofreadRates',
14205
14137
  type: 'boolean',
14206
14138
  default: false,
14207
- description: 'Repetitive translations of pre-translated strings are reported under TM or MT match rates instead of Other suggestion match rates, depending on the initial pre-translation type.'
14139
+ description: 'Approvals are treated as submitting an identical translation at the 100% match rate of the corresponding Net Rate Scheme category (TM, MT, AI, or other). When disabled, all approvals use the flat base proofread rate.'
14208
14140
  }
14209
14141
  ]
14210
14142
  }