n8n-nodes-ume-v4 4.4.7 → 4.4.9

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.
@@ -1285,11 +1285,11 @@
1285
1285
  "displayName": "Số lượng",
1286
1286
  "type": "number",
1287
1287
  "required": false,
1288
- "default": 50,
1288
+ "default": 500,
1289
1289
  "description": "Số lượng cần tăng",
1290
1290
  "typeOptions": {
1291
- "minValue": 50,
1292
- "maxValue": 100000
1291
+ "minValue": 500,
1292
+ "maxValue": 5000000
1293
1293
  }
1294
1294
  },
1295
1295
  {
@@ -1314,14 +1314,14 @@
1314
1314
  "typeOptions": {
1315
1315
  "options": [
1316
1316
  {
1317
- "name": "Server 4",
1317
+ "name": "Server 4 (Gói view giá tốt)",
1318
1318
  "value": "server_4",
1319
- "description": "Giá: 38₫ - Min: 50 - Max: 100000 - Hoạt động"
1319
+ "description": "Giá: 38.9₫ - Min: 500 - Max: 5,000,000 - Hoạt động"
1320
1320
  },
1321
1321
  {
1322
- "name": "Server 7",
1322
+ "name": "Server 7 (Tốc độ lên ổn)",
1323
1323
  "value": "server_7",
1324
- "description": "Giá: 50₫ - Min: 50 - Max: 100000 - Hoạt động"
1324
+ "description": "Giá: 50.1₫ - Min: 500 - Max: 10,000,000 - Hoạt động"
1325
1325
  }
1326
1326
  ]
1327
1327
  }
@@ -1334,25 +1334,13 @@
1334
1334
  "default": "Tự động tạo từ n8n UME Social Seeding",
1335
1335
  "description": " (Nếu để trống sẽ tự động tạo từ n8n)"
1336
1336
  },
1337
- {
1338
- "name": "service_id",
1339
- "displayName": "Loại dịch vụ",
1340
- "type": "number",
1341
- "required": false,
1342
- "default": "1",
1343
- "description": "Loại video, hãy tham khảo mô tả API",
1344
- "typeOptions": {
1345
- "minValue": 1,
1346
- "maxValue": 10
1347
- }
1348
- },
1349
1337
  {
1350
1338
  "displayName": "Loại dịch vụ (Độ dài video phải lớn hơn số giây mua)",
1351
1339
  "name": "services_server_3",
1352
1340
  "type": "options",
1353
1341
  "default": "1",
1354
1342
  "required": true,
1355
- "description": "Chọn thời gian xem video. Độ dài video phải lớn hơn số giây mua.",
1343
+ "description": "Chọn thời gian xem video (chỉ hiển thị khi chọn Server 7). Độ dài video phải lớn hơn số giây mua.",
1356
1344
  "options": [
1357
1345
  {
1358
1346
  "name": "Xem 3 giây (độ dài video > 6 giây)",
@@ -1455,17 +1443,11 @@
1455
1443
  "server_id": "server_4",
1456
1444
  "server_number": "4",
1457
1445
  "name": "Server 4",
1458
- "price_vnd": 38,
1459
- "min_quantity": 50,
1460
- "max_quantity": 100000,
1446
+ "price_vnd": 38.9,
1447
+ "min_quantity": 500,
1448
+ "max_quantity": 5000000,
1461
1449
  "status": "Hoạt động",
1462
- "is_active": true,
1463
- "note": "",
1464
- "features": [
1465
- "- Tốc độ hiện tại khá tốt. nếu video bị ẩn lượt view chúng tôi sẽ chạy lượt phát (play)",
1466
- "- Độ dài video ít hơn 1 phút sẽ chậm.",
1467
- "- Đơn hàng số lượng lớn tăng tốc độ tốt hơn"
1468
- ]
1450
+ "is_active": true
1469
1451
  }
1470
1452
  }
1471
1453
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ume-v4",
3
- "version": "4.4.7",
3
+ "version": "4.4.9",
4
4
  "description": "UME Social Seeding Services for n8n - Version 4 with updated features",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",