n8n-nodes-ume-v4 4.5.0 → 4.5.1

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.
@@ -1653,6 +1653,30 @@
1653
1653
  "maxValue": 10000
1654
1654
  }
1655
1655
  },
1656
+ {
1657
+ "displayName": "Tốc độ",
1658
+ "name": "speed",
1659
+ "type": "options",
1660
+ "default": "0",
1661
+ "description": "Chọn tốc độ xử lý đơn hàng",
1662
+ "options": [
1663
+ {
1664
+ "name": "Nhanh",
1665
+ "value": "0",
1666
+ "description": "Xử lý nhanh nhất"
1667
+ },
1668
+ {
1669
+ "name": "Trung bình",
1670
+ "value": "15",
1671
+ "description": "Xử lý ở tốc độ trung bình"
1672
+ },
1673
+ {
1674
+ "name": "Chậm",
1675
+ "value": "50",
1676
+ "description": "Xử lý chậm để tự nhiên hơn"
1677
+ }
1678
+ ]
1679
+ },
1656
1680
  {
1657
1681
  "name": "server",
1658
1682
  "displayName": "Chọn Server",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ume-v4",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "UME Social Seeding Services for n8n - Version 4 with updated features",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",