n8n-nodes-ume-v4 4.5.7 → 4.5.8

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.
@@ -2284,13 +2284,13 @@
2284
2284
  "description": "Dịch vụ Comment TikTok trên tiktok\n\n**Tính năng tự động:** Hệ thống sẽ tự động trích xuất ID từ URL Facebook, Instagram, TikTok, YouTube, Twitter, Threads, Telegram, Shopee nếu bạn nhập link.",
2285
2285
  "parameters": [
2286
2286
  {
2287
- "name": "uid",
2288
- "displayName": "ID hoặc URL",
2287
+ "name": "link",
2288
+ "displayName": "Link bài viết",
2289
2289
  "type": "string",
2290
2290
  "required": false,
2291
2291
  "default": "",
2292
- "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)",
2293
- "placeholder": "https://www.facebook.com/username/posts/123456789 hoặc 123456789"
2292
+ "description": "Link gốc của bài viết TikTok (hệ thống sẽ tự động trích xuất ID từ URL nếu bạn nhập link)",
2293
+ "placeholder": "https://www.tiktok.com/@username/video/1234567890123456789"
2294
2294
  },
2295
2295
  {
2296
2296
  "name": "count",
@@ -2424,8 +2424,8 @@
2424
2424
  "defaultValues": {
2425
2425
  "list_comment": "TikTok em dùng cho vui, không kinh doanh gì đâu.\nLuật mới ra em thấy an tâm hơn nhiều.\nDPS bảo vệ người dùng tốt quá!",
2426
2426
  "speed": "0",
2427
- "server": "server_1",
2428
- "uid": "",
2427
+ "server": "server_4",
2428
+ "link": "",
2429
2429
  "note": "Tự động tạo từ n8n UME Social Seeding"
2430
2430
  },
2431
2431
  "selectedServer": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ume-v4",
3
- "version": "4.5.7",
3
+ "version": "4.5.8",
4
4
  "description": "UME Social Seeding Services for n8n - Version 4 with updated features",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",