n8n-nodes-ume-v4 4.4.7 → 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
  }
@@ -1455,17 +1455,11 @@
1455
1455
  "server_id": "server_4",
1456
1456
  "server_number": "4",
1457
1457
  "name": "Server 4",
1458
- "price_vnd": 38,
1459
- "min_quantity": 50,
1460
- "max_quantity": 100000,
1458
+ "price_vnd": 38.9,
1459
+ "min_quantity": 500,
1460
+ "max_quantity": 5000000,
1461
1461
  "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
- ]
1462
+ "is_active": true
1469
1463
  }
1470
1464
  }
1471
1465
  },
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.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",