n8n-nodes-ume-v4 4.4.1 → 4.4.3

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
  {
@@ -448,14 +448,6 @@
448
448
  ]
449
449
  }
450
450
  },
451
- {
452
- "name": "content",
453
- "displayName": "Nội dung review",
454
- "type": "options",
455
- "required": false,
456
- "default": "",
457
- "description": "Nội dung chia sẻ (chỉ v2)"
458
- },
459
451
  {
460
452
  "name": "note",
461
453
  "displayName": "Ghi chú",
@@ -1101,7 +1093,7 @@
1101
1093
  "displayName": "Tốc độ",
1102
1094
  "type": "options",
1103
1095
  "required": false,
1104
- "default": "15",
1096
+ "default": "0",
1105
1097
  "description": "Chọn tốc độ xử lý đơn hàng",
1106
1098
  "options": [
1107
1099
  {
@@ -1519,7 +1511,7 @@
1519
1511
  "displayName": "Tốc độ",
1520
1512
  "type": "options",
1521
1513
  "required": false,
1522
- "default": "50",
1514
+ "default": "0",
1523
1515
  "description": "Chọn tốc độ xử lý đơn hàng",
1524
1516
  "options": [
1525
1517
  {
@@ -2144,7 +2136,7 @@
2144
2136
  "displayName": "Tốc độ",
2145
2137
  "name": "speed",
2146
2138
  "type": "options",
2147
- "default": "50",
2139
+ "default": "0",
2148
2140
  "description": "Chọn tốc độ xử lý đơn hàng",
2149
2141
  "options": [
2150
2142
  {
@@ -2314,7 +2306,7 @@
2314
2306
  "displayName": "Tốc độ",
2315
2307
  "type": "options",
2316
2308
  "required": false,
2317
- "default": "50",
2309
+ "default": "0",
2318
2310
  "description": "Chọn tốc độ xử lý đơn hàng",
2319
2311
  "options": [
2320
2312
  {
@@ -3338,7 +3330,7 @@
3338
3330
  "displayName": "Tốc độ",
3339
3331
  "type": "options",
3340
3332
  "required": false,
3341
- "default": "50",
3333
+ "default": "0",
3342
3334
  "description": "Chọn tốc độ xử lý đơn hàng",
3343
3335
  "options": [
3344
3336
  {
@@ -3927,7 +3919,7 @@
3927
3919
  "displayName": "Tốc độ",
3928
3920
  "type": "options",
3929
3921
  "required": false,
3930
- "default": "50",
3922
+ "default": "0",
3931
3923
  "description": "Chọn tốc độ xử lý đơn hàng",
3932
3924
  "options": [
3933
3925
  {
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.3",
4
4
  "description": "UME Social Seeding Services for n8n - Version 4 with updated features",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",