n8n-nodes-ume-v4 4.4.1 → 4.4.2

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.
@@ -102,7 +102,7 @@
102
102
  "displayName": "Tốc độ",
103
103
  "name": "speed",
104
104
  "type": "options",
105
- "default": "50",
105
+ "default": "0",
106
106
  "description": "Chọn tốc độ xử lý đơn hàng",
107
107
  "options": [
108
108
  {
@@ -1101,7 +1101,7 @@
1101
1101
  "displayName": "Tốc độ",
1102
1102
  "type": "options",
1103
1103
  "required": false,
1104
- "default": "15",
1104
+ "default": "0",
1105
1105
  "description": "Chọn tốc độ xử lý đơn hàng",
1106
1106
  "options": [
1107
1107
  {
@@ -1519,7 +1519,7 @@
1519
1519
  "displayName": "Tốc độ",
1520
1520
  "type": "options",
1521
1521
  "required": false,
1522
- "default": "50",
1522
+ "default": "0",
1523
1523
  "description": "Chọn tốc độ xử lý đơn hàng",
1524
1524
  "options": [
1525
1525
  {
@@ -2144,7 +2144,7 @@
2144
2144
  "displayName": "Tốc độ",
2145
2145
  "name": "speed",
2146
2146
  "type": "options",
2147
- "default": "50",
2147
+ "default": "0",
2148
2148
  "description": "Chọn tốc độ xử lý đơn hàng",
2149
2149
  "options": [
2150
2150
  {
@@ -2314,7 +2314,7 @@
2314
2314
  "displayName": "Tốc độ",
2315
2315
  "type": "options",
2316
2316
  "required": false,
2317
- "default": "50",
2317
+ "default": "0",
2318
2318
  "description": "Chọn tốc độ xử lý đơn hàng",
2319
2319
  "options": [
2320
2320
  {
@@ -3338,7 +3338,7 @@
3338
3338
  "displayName": "Tốc độ",
3339
3339
  "type": "options",
3340
3340
  "required": false,
3341
- "default": "50",
3341
+ "default": "0",
3342
3342
  "description": "Chọn tốc độ xử lý đơn hàng",
3343
3343
  "options": [
3344
3344
  {
@@ -3927,7 +3927,7 @@
3927
3927
  "displayName": "Tốc độ",
3928
3928
  "type": "options",
3929
3929
  "required": false,
3930
- "default": "50",
3930
+ "default": "0",
3931
3931
  "description": "Chọn tốc độ xử lý đơn hàng",
3932
3932
  "options": [
3933
3933
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ume-v4",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "UME Social Seeding Services for n8n - Version 4 with updated features",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",