@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',
@@ -10515,10 +10472,9 @@ exports.reportsProperties = [
10515
10472
  displayName: 'Proofread',
10516
10473
  name: 'proofread',
10517
10474
  type: 'number',
10518
- default: undefined,
10519
- description: undefined,
10520
- placeholder: '0.12',
10521
- required: true
10475
+ default: 0,
10476
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
10477
+ placeholder: '0.12'
10522
10478
  }
10523
10479
  ]
10524
10480
  }
@@ -10575,10 +10531,9 @@ exports.reportsProperties = [
10575
10531
  displayName: 'Proofread',
10576
10532
  name: 'proofread',
10577
10533
  type: 'number',
10578
- default: undefined,
10579
- description: undefined,
10580
- placeholder: '0.12',
10581
- required: true
10534
+ default: 0,
10535
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
10536
+ placeholder: '0.12'
10582
10537
  }
10583
10538
  ]
10584
10539
  }
@@ -10754,18 +10709,11 @@ exports.reportsProperties = [
10754
10709
  required: true
10755
10710
  },
10756
10711
  {
10757
- displayName: 'Exclude Approvals For Edited Translations',
10758
- name: 'excludeApprovalsForEditedTranslations',
10712
+ displayName: 'Use Category Based Proofread Rates',
10713
+ name: 'useCategoryBasedProofreadRates',
10759
10714
  type: 'boolean',
10760
10715
  default: false,
10761
- description: 'Exclude approvals when the same user has made translations for the string.'
10762
- },
10763
- {
10764
- displayName: 'Pre Translated Strings Categorization Adjustment',
10765
- name: 'preTranslatedStringsCategorizationAdjustment',
10766
- type: 'boolean',
10767
- default: false,
10768
- 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.'
10716
+ 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.'
10769
10717
  },
10770
10718
  {
10771
10719
  displayName: 'Group By',
@@ -11088,10 +11036,9 @@ exports.reportsProperties = [
11088
11036
  displayName: 'Proofread',
11089
11037
  name: 'proofread',
11090
11038
  type: 'number',
11091
- default: undefined,
11092
- description: undefined,
11093
- placeholder: '0.12',
11094
- required: true
11039
+ default: 0,
11040
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
11041
+ placeholder: '0.12'
11095
11042
  }
11096
11043
  ]
11097
11044
  }
@@ -11148,10 +11095,9 @@ exports.reportsProperties = [
11148
11095
  displayName: 'Proofread',
11149
11096
  name: 'proofread',
11150
11097
  type: 'number',
11151
- default: undefined,
11152
- description: undefined,
11153
- placeholder: '0.12',
11154
- required: true
11098
+ default: 0,
11099
+ description: 'Proofread rate. Required when `useCategoryBasedProofreadRates` is `false`.',
11100
+ placeholder: '0.12'
11155
11101
  }
11156
11102
  ]
11157
11103
  }
@@ -11340,18 +11286,11 @@ exports.reportsProperties = [
11340
11286
  description: 'Array of task ids. Get via [List Tasks](#operation/api.projects.tasks.getMany)'
11341
11287
  },
11342
11288
  {
11343
- displayName: 'Exclude Approvals For Edited Translations',
11344
- name: 'excludeApprovalsForEditedTranslations',
11345
- type: 'boolean',
11346
- default: false,
11347
- description: 'Exclude approvals when the same user has made translations for the string.'
11348
- },
11349
- {
11350
- displayName: 'Pre Translated Strings Categorization Adjustment',
11351
- name: 'preTranslatedStringsCategorizationAdjustment',
11289
+ displayName: 'Use Category Based Proofread Rates',
11290
+ name: 'useCategoryBasedProofreadRates',
11352
11291
  type: 'boolean',
11353
11292
  default: false,
11354
- 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.'
11293
+ 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.'
11355
11294
  },
11356
11295
  {
11357
11296
  displayName: 'Skip Archiving',
@@ -14349,18 +14288,11 @@ exports.reportsProperties = [
14349
14288
  description: undefined
14350
14289
  },
14351
14290
  {
14352
- displayName: 'Exclude Approvals For Edited Translations',
14353
- name: 'excludeApprovalsForEditedTranslations',
14354
- type: 'boolean',
14355
- default: false,
14356
- description: 'Exclude approvals when the same user has made translations for the string.'
14357
- },
14358
- {
14359
- displayName: 'Pre Translated Strings Categorization Adjustment',
14360
- name: 'preTranslatedStringsCategorizationAdjustment',
14291
+ displayName: 'Use Category Based Proofread Rates',
14292
+ name: 'useCategoryBasedProofreadRates',
14361
14293
  type: 'boolean',
14362
14294
  default: false,
14363
- 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.'
14295
+ 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.'
14364
14296
  }
14365
14297
  ]
14366
14298
  }