n8n-nodes-ume-v4 4.4.6 → 4.4.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.
@@ -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
  }
@@ -1345,6 +1345,56 @@
1345
1345
  "minValue": 1,
1346
1346
  "maxValue": 10
1347
1347
  }
1348
+ },
1349
+ {
1350
+ "displayName": "Loại dịch vụ (Độ dài video phải lớn hơn số giây mua)",
1351
+ "name": "services_server_3",
1352
+ "type": "options",
1353
+ "default": "1",
1354
+ "required": true,
1355
+ "description": "Chọn thời gian xem video. Độ dài video phải lớn hơn số giây mua.",
1356
+ "options": [
1357
+ {
1358
+ "name": "Xem 3 giây (độ dài video > 6 giây)",
1359
+ "value": "1",
1360
+ "description": "View 3 giây - video phải dài hơn 6 giây"
1361
+ },
1362
+ {
1363
+ "name": "Xem 10 giây (độ dài video > 13 giây)",
1364
+ "value": "2",
1365
+ "description": "View 10 giây - video phải dài hơn 13 giây"
1366
+ },
1367
+ {
1368
+ "name": "Xem 15 giây (độ dài video > 18 giây)",
1369
+ "value": "7",
1370
+ "description": "View 15 giây - video phải dài hơn 18 giây"
1371
+ },
1372
+ {
1373
+ "name": "Xem 30 giây (giá x2)",
1374
+ "value": "9",
1375
+ "description": "View 30 giây - giá x2 so với bình thường"
1376
+ },
1377
+ {
1378
+ "name": "Xem 1 phút (giá x2)",
1379
+ "value": "3",
1380
+ "description": "View 1 phút - giá x2, 30k views xanh bước 2"
1381
+ },
1382
+ {
1383
+ "name": "Xem 3 phút (giá x3)",
1384
+ "value": "5",
1385
+ "description": "View 3 phút - giá x3"
1386
+ },
1387
+ {
1388
+ "name": "Xem 6 phút (giá x4)",
1389
+ "value": "8",
1390
+ "description": "View 6 phút - giá x4"
1391
+ },
1392
+ {
1393
+ "name": "Xem 10 phút (giá x6)",
1394
+ "value": "6",
1395
+ "description": "View 10 phút - giá x6"
1396
+ }
1397
+ ]
1348
1398
  }
1349
1399
  ],
1350
1400
  "warnings": [
@@ -1405,17 +1455,11 @@
1405
1455
  "server_id": "server_4",
1406
1456
  "server_number": "4",
1407
1457
  "name": "Server 4",
1408
- "price_vnd": 38,
1409
- "min_quantity": 50,
1410
- "max_quantity": 100000,
1458
+ "price_vnd": 38.9,
1459
+ "min_quantity": 500,
1460
+ "max_quantity": 5000000,
1411
1461
  "status": "Hoạt động",
1412
- "is_active": true,
1413
- "note": "",
1414
- "features": [
1415
- "- 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)",
1416
- "- Độ dài video ít hơn 1 phút sẽ chậm.",
1417
- "- Đơn hàng số lượng lớn tăng tốc độ tốt hơn"
1418
- ]
1462
+ "is_active": true
1419
1463
  }
1420
1464
  }
1421
1465
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ume-v4",
3
- "version": "4.4.6",
3
+ "version": "4.4.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",