n8n-nodes-ume-v4 4.5.17 → 4.5.19
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.
@@ -2499,11 +2499,11 @@
|
|
2499
2499
|
"displayName": "Số lượng",
|
2500
2500
|
"type": "number",
|
2501
2501
|
"required": true,
|
2502
|
-
"default":
|
2502
|
+
"default": 100,
|
2503
2503
|
"description": "Số lượng cần tăng",
|
2504
2504
|
"typeOptions": {
|
2505
|
-
"minValue":
|
2506
|
-
"maxValue":
|
2505
|
+
"minValue": 100,
|
2506
|
+
"maxValue": 1000000
|
2507
2507
|
}
|
2508
2508
|
},
|
2509
2509
|
{
|
@@ -2564,33 +2564,35 @@
|
|
2564
2564
|
{
|
2565
2565
|
"id": "server_1",
|
2566
2566
|
"name": "Server 1",
|
2567
|
-
"price": 30,
|
2568
|
-
"minQuantity":
|
2569
|
-
"maxQuantity":
|
2567
|
+
"price": 30.8,
|
2568
|
+
"minQuantity": 100,
|
2569
|
+
"maxQuantity": 1000000,
|
2570
2570
|
"status": "Hoạt động",
|
2571
2571
|
"isActive": true,
|
2572
2572
|
"note": "",
|
2573
2573
|
"features": [
|
2574
2574
|
"- Tốc độ có thể rất nhanh."
|
2575
2575
|
],
|
2576
|
-
"min_quantity":
|
2577
|
-
"max_quantity":
|
2576
|
+
"min_quantity": 100,
|
2577
|
+
"max_quantity": 1000000
|
2578
2578
|
},
|
2579
2579
|
{
|
2580
2580
|
"id": "server_2",
|
2581
2581
|
"name": "Server 2",
|
2582
|
-
"price": 36,
|
2583
|
-
"minQuantity":
|
2584
|
-
"maxQuantity":
|
2582
|
+
"price": 36.4,
|
2583
|
+
"minQuantity": 100,
|
2584
|
+
"maxQuantity": 1000000,
|
2585
2585
|
"status": "Hoạt động",
|
2586
2586
|
"isActive": true,
|
2587
2587
|
"note": "",
|
2588
|
-
"features": []
|
2588
|
+
"features": [],
|
2589
|
+
"min_quantity": 100,
|
2590
|
+
"max_quantity": 1000000
|
2589
2591
|
},
|
2590
2592
|
{
|
2591
2593
|
"id": "server_3",
|
2592
2594
|
"name": "Server 3",
|
2593
|
-
"price": 54,
|
2595
|
+
"price": 54.6,
|
2594
2596
|
"minQuantity": 50,
|
2595
2597
|
"maxQuantity": 2000,
|
2596
2598
|
"status": "Bảo trì",
|
@@ -2598,7 +2600,9 @@
|
|
2598
2600
|
"note": "",
|
2599
2601
|
"features": [
|
2600
2602
|
"- Không hỗ trợ hủy hoàn"
|
2601
|
-
]
|
2603
|
+
],
|
2604
|
+
"min_quantity": 50,
|
2605
|
+
"max_quantity": 2000
|
2602
2606
|
}
|
2603
2607
|
],
|
2604
2608
|
"totalServers": 3,
|