n8n-nodes-ume-v4 4.5.3 → 4.5.5

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.
@@ -1823,20 +1823,20 @@
1823
1823
  "description": "Dịch vụ View Instagram trên instagram\n\n",
1824
1824
  "parameters": [
1825
1825
  {
1826
- "name": "url",
1827
- "displayName": "URL",
1826
+ "name": "link",
1827
+ "displayName": "Link bài viết",
1828
1828
  "type": "string",
1829
1829
  "required": false,
1830
1830
  "default": "",
1831
- "description": "URL gốc của nội dung cần tăng",
1832
- "placeholder": "https://www.facebook.com/username/posts/123456789"
1831
+ "description": "Link gốc của bài viết Instagram (hệ thống sẽ tự động trích xuất ID từ URL nếu bạn nhập link)",
1832
+ "placeholder": "https://www.instagram.com/p/ABC123/"
1833
1833
  },
1834
1834
  {
1835
1835
  "name": "count",
1836
1836
  "displayName": "Số lượng",
1837
1837
  "type": "number",
1838
1838
  "required": true,
1839
- "default": 50,
1839
+ "default": 1000,
1840
1840
  "description": "Số lượng cần tăng",
1841
1841
  "typeOptions": {
1842
1842
  "minValue": 50,
@@ -1976,9 +1976,8 @@
1976
1976
  "max": 39.9
1977
1977
  },
1978
1978
  "defaultValues": {
1979
- "server": "server_1",
1980
- "speed": "0",
1981
- "uid": "",
1979
+ "server": "server_2",
1980
+ "link": "",
1982
1981
  "note": "Tự động tạo từ n8n UME Social Seeding"
1983
1982
  },
1984
1983
  "selectedServer": {
@@ -2004,13 +2003,13 @@
2004
2003
  "description": "Dịch vụ Like Threads trên threads\n\n",
2005
2004
  "parameters": [
2006
2005
  {
2007
- "name": "uid",
2008
- "displayName": "ID hoặc URL",
2006
+ "name": "link",
2007
+ "displayName": "Link bài viết",
2009
2008
  "type": "string",
2010
2009
  "required": false,
2011
2010
  "default": "",
2012
- "description": "ID hoặc URL gốc (hệ thống sẽ tự động trích xuất ID từ URL nếu bạn nhập link)",
2013
- "placeholder": "https://www.facebook.com/username/posts/123456789 hoặc 123456789"
2011
+ "description": "Link gốc của bài viết Threads (hệ thống sẽ tự động trích xuất ID từ URL nếu bạn nhập link)",
2012
+ "placeholder": "https://www.threads.net/@username/post/ABC123"
2014
2013
  },
2015
2014
  {
2016
2015
  "name": "count",
@@ -2105,9 +2104,8 @@
2105
2104
  "max": 245.7
2106
2105
  },
2107
2106
  "defaultValues": {
2108
- "server": "server_1",
2109
- "speed": "0",
2110
- "uid": "",
2107
+ "server": "server_3",
2108
+ "link": "",
2111
2109
  "note": "Tự động tạo từ n8n UME Social Seeding"
2112
2110
  },
2113
2111
  "selectedServer": {
@@ -2447,7 +2445,7 @@
2447
2445
  },
2448
2446
  "favorite": {
2449
2447
  "endpoint": "/tiktok/favorite_tiktok",
2450
- "displayName": "Yêu thích Tiktok",
2448
+ "displayName": "Yêu thích (Save) Tiktok",
2451
2449
  "description": "Dịch vụ Yêu thích Tiktok trên tiktok\n\n",
2452
2450
  "parameters": [
2453
2451
  {
@@ -2705,7 +2703,7 @@
2705
2703
  },
2706
2704
  "like": {
2707
2705
  "endpoint": "/tiktok/like_tiktok",
2708
- "displayName": "Like TikTok",
2706
+ "displayName": "Like (Tim) TikTok",
2709
2707
  "description": "Dịch vụ Like TikTok trên tiktok\n\n",
2710
2708
  "parameters": [
2711
2709
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ume-v4",
3
- "version": "4.5.3",
3
+ "version": "4.5.5",
4
4
  "description": "UME Social Seeding Services for n8n - Version 4 with updated features",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",