n8n-nodes-ume-v4 4.5.4 → 4.5.6

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.
@@ -1836,10 +1836,10 @@
1836
1836
  "displayName": "Số lượng",
1837
1837
  "type": "number",
1838
1838
  "required": true,
1839
- "default": 50,
1839
+ "default": 200,
1840
1840
  "description": "Số lượng cần tăng",
1841
1841
  "typeOptions": {
1842
- "minValue": 50,
1842
+ "minValue": 100,
1843
1843
  "maxValue": 100000
1844
1844
  }
1845
1845
  },
@@ -1976,6 +1976,7 @@
1976
1976
  "max": 39.9
1977
1977
  },
1978
1978
  "defaultValues": {
1979
+ "count": 200,
1979
1980
  "server": "server_2",
1980
1981
  "link": "",
1981
1982
  "note": "Tự động tạo từ n8n UME Social Seeding"
@@ -2445,7 +2446,7 @@
2445
2446
  },
2446
2447
  "favorite": {
2447
2448
  "endpoint": "/tiktok/favorite_tiktok",
2448
- "displayName": "Yêu thích Tiktok",
2449
+ "displayName": "Yêu thích (Save) Tiktok",
2449
2450
  "description": "Dịch vụ Yêu thích Tiktok trên tiktok\n\n",
2450
2451
  "parameters": [
2451
2452
  {
@@ -2703,7 +2704,7 @@
2703
2704
  },
2704
2705
  "like": {
2705
2706
  "endpoint": "/tiktok/like_tiktok",
2706
- "displayName": "Like TikTok",
2707
+ "displayName": "Like (Tim) TikTok",
2707
2708
  "description": "Dịch vụ Like TikTok trên tiktok\n\n",
2708
2709
  "parameters": [
2709
2710
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ume-v4",
3
- "version": "4.5.4",
3
+ "version": "4.5.6",
4
4
  "description": "UME Social Seeding Services for n8n - Version 4 with updated features",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",