n8n-nodes-ume-v4 4.5.11 → 4.5.12
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.
@@ -2463,11 +2463,11 @@
|
|
2463
2463
|
"displayName": "Số lượng",
|
2464
2464
|
"type": "number",
|
2465
2465
|
"required": true,
|
2466
|
-
"default":
|
2466
|
+
"default": 50,
|
2467
2467
|
"description": "Số lượng cần tăng",
|
2468
2468
|
"typeOptions": {
|
2469
|
-
"minValue":
|
2470
|
-
"maxValue":
|
2469
|
+
"minValue": 50,
|
2470
|
+
"maxValue": 2000
|
2471
2471
|
}
|
2472
2472
|
},
|
2473
2473
|
{
|
@@ -2571,7 +2571,7 @@
|
|
2571
2571
|
"max": 54.6
|
2572
2572
|
},
|
2573
2573
|
"defaultValues": {
|
2574
|
-
"count":
|
2574
|
+
"count": 50,
|
2575
2575
|
"server": "server_1",
|
2576
2576
|
"speed": "0",
|
2577
2577
|
"link": "",
|