@crowdin/n8n-nodes-crowdin 0.23.0 → 0.25.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/ai.js +160 -20
  2. package/dist/nodes/Crowdin/properties/crowdin/fileBased/ai.js.map +1 -1
  3. package/dist/nodes/Crowdin/properties/crowdin/fileBased/applications.js +20 -20
  4. package/dist/nodes/Crowdin/properties/crowdin/fileBased/applications.js.map +1 -1
  5. package/dist/nodes/Crowdin/properties/crowdin/fileBased/projects.js +588 -0
  6. package/dist/nodes/Crowdin/properties/crowdin/fileBased/projects.js.map +1 -1
  7. package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js +614 -0
  8. package/dist/nodes/Crowdin/properties/crowdin/fileBased/sourceFiles.js.map +1 -1
  9. package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js +566 -682
  10. package/dist/nodes/Crowdin/properties/crowdin/fileBased/translations.js.map +1 -1
  11. package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js +160 -20
  12. package/dist/nodes/Crowdin/properties/crowdin/stringBased/ai.js.map +1 -1
  13. package/dist/nodes/Crowdin/properties/crowdin/stringBased/applications.js +20 -20
  14. package/dist/nodes/Crowdin/properties/crowdin/stringBased/applications.js.map +1 -1
  15. package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js +539 -619
  16. package/dist/nodes/Crowdin/properties/crowdin/stringBased/translations.js.map +1 -1
  17. package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js +160 -20
  18. package/dist/nodes/Crowdin/properties/enterprise/fileBased/ai.js.map +1 -1
  19. package/dist/nodes/Crowdin/properties/enterprise/fileBased/applications.js +14 -14
  20. package/dist/nodes/Crowdin/properties/enterprise/fileBased/applications.js.map +1 -1
  21. package/dist/nodes/Crowdin/properties/enterprise/fileBased/projectsAndGroups.js +588 -0
  22. package/dist/nodes/Crowdin/properties/enterprise/fileBased/projectsAndGroups.js.map +1 -1
  23. package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js +614 -0
  24. package/dist/nodes/Crowdin/properties/enterprise/fileBased/sourceFiles.js.map +1 -1
  25. package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js +562 -680
  26. package/dist/nodes/Crowdin/properties/enterprise/fileBased/translations.js.map +1 -1
  27. package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js +160 -20
  28. package/dist/nodes/Crowdin/properties/enterprise/stringBased/ai.js.map +1 -1
  29. package/dist/nodes/Crowdin/properties/enterprise/stringBased/applications.js +14 -14
  30. package/dist/nodes/Crowdin/properties/enterprise/stringBased/applications.js.map +1 -1
  31. package/dist/nodes/Crowdin/properties/enterprise/stringBased/translations.js +536 -618
  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
@@ -3355,7 +3355,14 @@ exports.aiProperties = [
3355
3355
  name: 'json:headers',
3356
3356
  type: 'json',
3357
3357
  default: '{}',
3358
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3358
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3359
+ },
3360
+ {
3361
+ displayName: 'Send Custom Headers Only',
3362
+ name: 'sendCustomHeadersOnly',
3363
+ type: 'boolean',
3364
+ default: false,
3365
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
3359
3366
  }
3360
3367
  ]
3361
3368
  },
@@ -3406,7 +3413,14 @@ exports.aiProperties = [
3406
3413
  name: 'json:headers',
3407
3414
  type: 'json',
3408
3415
  default: '{}',
3409
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3416
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3417
+ },
3418
+ {
3419
+ displayName: 'Send Custom Headers Only',
3420
+ name: 'sendCustomHeadersOnly',
3421
+ type: 'boolean',
3422
+ default: false,
3423
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`api-key`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
3410
3424
  }
3411
3425
  ]
3412
3426
  },
@@ -3461,7 +3475,14 @@ exports.aiProperties = [
3461
3475
  name: 'json:headers',
3462
3476
  type: 'json',
3463
3477
  default: '{}',
3464
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3478
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3479
+ },
3480
+ {
3481
+ displayName: 'Send Custom Headers Only',
3482
+ name: 'sendCustomHeadersOnly',
3483
+ type: 'boolean',
3484
+ default: false,
3485
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header. Can\'t be used with `workloadIdentityFederationAudience`'
3465
3486
  }
3466
3487
  ]
3467
3488
  },
@@ -3492,7 +3513,14 @@ exports.aiProperties = [
3492
3513
  name: 'json:headers',
3493
3514
  type: 'json',
3494
3515
  default: '{}',
3495
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3516
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3517
+ },
3518
+ {
3519
+ displayName: 'Send Custom Headers Only',
3520
+ name: 'sendCustomHeadersOnly',
3521
+ type: 'boolean',
3522
+ default: false,
3523
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`x-goog-api-key`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
3496
3524
  }
3497
3525
  ]
3498
3526
  },
@@ -3522,7 +3550,14 @@ exports.aiProperties = [
3522
3550
  name: 'json:headers',
3523
3551
  type: 'json',
3524
3552
  default: '{}',
3525
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3553
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3554
+ },
3555
+ {
3556
+ displayName: 'Send Custom Headers Only',
3557
+ name: 'sendCustomHeadersOnly',
3558
+ type: 'boolean',
3559
+ default: false,
3560
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`, `Accept`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
3526
3561
  }
3527
3562
  ]
3528
3563
  },
@@ -3552,7 +3587,14 @@ exports.aiProperties = [
3552
3587
  name: 'json:headers',
3553
3588
  type: 'json',
3554
3589
  default: '{}',
3555
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3590
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3591
+ },
3592
+ {
3593
+ displayName: 'Send Custom Headers Only',
3594
+ name: 'sendCustomHeadersOnly',
3595
+ type: 'boolean',
3596
+ default: false,
3597
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`x-api-key`, `anthropic-version`, `accept`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
3556
3598
  }
3557
3599
  ]
3558
3600
  },
@@ -3582,7 +3624,14 @@ exports.aiProperties = [
3582
3624
  name: 'json:headers',
3583
3625
  type: 'json',
3584
3626
  default: '{}',
3585
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3627
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3628
+ },
3629
+ {
3630
+ displayName: 'Send Custom Headers Only',
3631
+ name: 'sendCustomHeadersOnly',
3632
+ type: 'boolean',
3633
+ default: false,
3634
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
3586
3635
  }
3587
3636
  ]
3588
3637
  },
@@ -3626,7 +3675,14 @@ exports.aiProperties = [
3626
3675
  name: 'json:headers',
3627
3676
  type: 'json',
3628
3677
  default: '{}',
3629
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3678
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3679
+ },
3680
+ {
3681
+ displayName: 'Send Custom Headers Only',
3682
+ name: 'sendCustomHeadersOnly',
3683
+ type: 'boolean',
3684
+ default: false,
3685
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
3630
3686
  }
3631
3687
  ]
3632
3688
  },
@@ -3656,7 +3712,14 @@ exports.aiProperties = [
3656
3712
  name: 'json:headers',
3657
3713
  type: 'json',
3658
3714
  default: '{}',
3659
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3715
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3716
+ },
3717
+ {
3718
+ displayName: 'Send Custom Headers Only',
3719
+ name: 'sendCustomHeadersOnly',
3720
+ type: 'boolean',
3721
+ default: false,
3722
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
3660
3723
  }
3661
3724
  ]
3662
3725
  },
@@ -3716,7 +3779,14 @@ exports.aiProperties = [
3716
3779
  name: 'json:headers',
3717
3780
  type: 'json',
3718
3781
  default: '{}',
3719
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
3782
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
3783
+ },
3784
+ {
3785
+ displayName: 'Send Custom Headers Only',
3786
+ name: 'sendCustomHeadersOnly',
3787
+ type: 'boolean',
3788
+ default: false,
3789
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`api-key` on the OpenAI route, `x-api-key`, `anthropic-version` and `accept` on the Anthropic route) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
3720
3790
  }
3721
3791
  ]
3722
3792
  },
@@ -5790,7 +5860,14 @@ exports.aiProperties = [
5790
5860
  name: 'json:headers',
5791
5861
  type: 'json',
5792
5862
  default: '{}',
5793
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
5863
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
5864
+ },
5865
+ {
5866
+ displayName: 'Send Custom Headers Only',
5867
+ name: 'sendCustomHeadersOnly',
5868
+ type: 'boolean',
5869
+ default: false,
5870
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
5794
5871
  }
5795
5872
  ]
5796
5873
  },
@@ -5841,7 +5918,14 @@ exports.aiProperties = [
5841
5918
  name: 'json:headers',
5842
5919
  type: 'json',
5843
5920
  default: '{}',
5844
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
5921
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
5922
+ },
5923
+ {
5924
+ displayName: 'Send Custom Headers Only',
5925
+ name: 'sendCustomHeadersOnly',
5926
+ type: 'boolean',
5927
+ default: false,
5928
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`api-key`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
5845
5929
  }
5846
5930
  ]
5847
5931
  },
@@ -5896,7 +5980,14 @@ exports.aiProperties = [
5896
5980
  name: 'json:headers',
5897
5981
  type: 'json',
5898
5982
  default: '{}',
5899
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
5983
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
5984
+ },
5985
+ {
5986
+ displayName: 'Send Custom Headers Only',
5987
+ name: 'sendCustomHeadersOnly',
5988
+ type: 'boolean',
5989
+ default: false,
5990
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header. Can\'t be used with `workloadIdentityFederationAudience`'
5900
5991
  }
5901
5992
  ]
5902
5993
  },
@@ -5927,7 +6018,14 @@ exports.aiProperties = [
5927
6018
  name: 'json:headers',
5928
6019
  type: 'json',
5929
6020
  default: '{}',
5930
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
6021
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
6022
+ },
6023
+ {
6024
+ displayName: 'Send Custom Headers Only',
6025
+ name: 'sendCustomHeadersOnly',
6026
+ type: 'boolean',
6027
+ default: false,
6028
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`x-goog-api-key`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
5931
6029
  }
5932
6030
  ]
5933
6031
  },
@@ -5957,7 +6055,14 @@ exports.aiProperties = [
5957
6055
  name: 'json:headers',
5958
6056
  type: 'json',
5959
6057
  default: '{}',
5960
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
6058
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
6059
+ },
6060
+ {
6061
+ displayName: 'Send Custom Headers Only',
6062
+ name: 'sendCustomHeadersOnly',
6063
+ type: 'boolean',
6064
+ default: false,
6065
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`, `Accept`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
5961
6066
  }
5962
6067
  ]
5963
6068
  },
@@ -5987,7 +6092,14 @@ exports.aiProperties = [
5987
6092
  name: 'json:headers',
5988
6093
  type: 'json',
5989
6094
  default: '{}',
5990
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
6095
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
6096
+ },
6097
+ {
6098
+ displayName: 'Send Custom Headers Only',
6099
+ name: 'sendCustomHeadersOnly',
6100
+ type: 'boolean',
6101
+ default: false,
6102
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`x-api-key`, `anthropic-version`, `accept`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
5991
6103
  }
5992
6104
  ]
5993
6105
  },
@@ -6017,7 +6129,14 @@ exports.aiProperties = [
6017
6129
  name: 'json:headers',
6018
6130
  type: 'json',
6019
6131
  default: '{}',
6020
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
6132
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
6133
+ },
6134
+ {
6135
+ displayName: 'Send Custom Headers Only',
6136
+ name: 'sendCustomHeadersOnly',
6137
+ type: 'boolean',
6138
+ default: false,
6139
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
6021
6140
  }
6022
6141
  ]
6023
6142
  },
@@ -6061,7 +6180,14 @@ exports.aiProperties = [
6061
6180
  name: 'json:headers',
6062
6181
  type: 'json',
6063
6182
  default: '{}',
6064
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
6183
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
6184
+ },
6185
+ {
6186
+ displayName: 'Send Custom Headers Only',
6187
+ name: 'sendCustomHeadersOnly',
6188
+ type: 'boolean',
6189
+ default: false,
6190
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
6065
6191
  }
6066
6192
  ]
6067
6193
  },
@@ -6091,7 +6217,14 @@ exports.aiProperties = [
6091
6217
  name: 'json:headers',
6092
6218
  type: 'json',
6093
6219
  default: '{}',
6094
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
6220
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
6221
+ },
6222
+ {
6223
+ displayName: 'Send Custom Headers Only',
6224
+ name: 'sendCustomHeadersOnly',
6225
+ type: 'boolean',
6226
+ default: false,
6227
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`Authorization`) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
6095
6228
  }
6096
6229
  ]
6097
6230
  },
@@ -6151,7 +6284,14 @@ exports.aiProperties = [
6151
6284
  name: 'json:headers',
6152
6285
  type: 'json',
6153
6286
  default: '{}',
6154
- description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden.'
6287
+ description: 'Custom HTTP headers sent with every request to the provider. Authorization headers are managed by the provider and can\'t be overridden unless `sendCustomHeadersOnly` is `true`.'
6288
+ },
6289
+ {
6290
+ displayName: 'Send Custom Headers Only',
6291
+ name: 'sendCustomHeadersOnly',
6292
+ type: 'boolean',
6293
+ default: false,
6294
+ description: 'If `true`, only the headers from `headers` are sent — the headers Crowdin manages for this provider (`api-key` on the OpenAI route, `x-api-key`, `anthropic-version` and `accept` on the Anthropic route) are skipped, so the request must carry everything the endpoint requires. Default is `false`.\n\n__Note:__ Can only be set to `true` when `headers` contains at least one header'
6155
6295
  }
6156
6296
  ]
6157
6297
  },