n8n-nodes-ume-v4 4.5.29 → 4.5.30

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.
@@ -129,10 +129,10 @@ function getDynamicProperties() {
129
129
  ...parameter,
130
130
  name: `count_${serverOption.value}`,
131
131
  displayName: `Số lượng (${serverOption.name})`,
132
- default: serverInfo?.min_quantity || serverInfo?.minQuantity || parameter.default || 50,
132
+ default: serverInfo?.minAmount || serverInfo?.min_quantity || serverInfo?.minQuantity || parameter.default || 50,
133
133
  typeOptions: {
134
- minValue: serverInfo?.min_quantity || serverInfo?.minQuantity || parameter.typeOptions?.minValue || 1,
135
- maxValue: serverInfo?.max_quantity || serverInfo?.maxQuantity || parameter.typeOptions?.maxValue || 999999999
134
+ minValue: serverInfo?.minAmount || serverInfo?.min_quantity || serverInfo?.minQuantity || parameter.typeOptions?.minValue || 1,
135
+ maxValue: serverInfo?.maxAmount || serverInfo?.max_quantity || serverInfo?.maxQuantity || parameter.typeOptions?.maxValue || 999999999
136
136
  },
137
137
  displayOptions: {
138
138
  show: {
@@ -141,7 +141,7 @@ function getDynamicProperties() {
141
141
  server: [serverOption.value]
142
142
  },
143
143
  },
144
- description: `Số lượng cần tăng (${serverOption.name}: ${serverInfo?.min_quantity || serverInfo?.minQuantity || 'N/A'} - ${serverInfo?.max_quantity || serverInfo?.maxQuantity || 'N/A'})`,
144
+ description: `Số lượng cần tăng (${serverOption.name}: ${serverInfo?.minAmount || serverInfo?.min_quantity || serverInfo?.minQuantity || 'N/A'} - ${serverInfo?.maxAmount || serverInfo?.max_quantity || serverInfo?.maxQuantity || 'N/A'})`,
145
145
  };
146
146
  serviceParameters.push(serverSpecificCount);
147
147
  });
@@ -53,9 +53,9 @@
53
53
  ],
54
54
  "generalNote": "Lưu ý chung cho tất cả server:\n- Mỗi UID có thể mua tối đa 30-60 lần tùy server\n- Lượt Like có thể giảm theo thời gian\n- Tất cả server không bảo hành Like khi bị tụt\n- Các trường hợp hủy gói: bài viết là avatar/ảnh bìa, like group công khai, video và livestream có thể bị ẩn đơn\n- Bài viết có link sai hoặc tag người dùng bị chặn sẽ có nguy cơ bị ẩn\n- Các UID bị lỗi do không công khai hoặc chưa bật nút Like sẽ được tự động hoàn đơn và trừ phí",
55
55
  "serverNotes": {
56
- "6_1_15_16": "Được phép dồn sl, mua 10k có thể mua 5 lần 2k cùng 1 lúc cho nhanh\nCó hỗ trợ mua cùng lúc nhiều cảm xúc, số lượng sẽ được phân chia ngẫu nhiên\nKhông hỗ trợ like bài video trong album (vì server này sẽ nhảy like lên bài album)\nKhông hỗ trợ cảm xúc cho bài reels (cố tình mua sẽ hoàn thành gói không hoàn tiền)",
57
56
  "3": "Đơn giá của lượt \"cảm xúc\" khác sẽ đắt hơn giá của Like\nKhông hỗ trợ like group, Nick like có avatar random",
58
- "5": "Không hỗ trợ hủy gói, không nên mua link video dễ bị ẩn hủy đơn\nKhông hỗ trợ like group, nick like có avatar random"
57
+ "5": "Không hỗ trợ hủy gói, không nên mua link video dễ bị ẩn hủy đơn\nKhông hỗ trợ like group, nick like có avatar random",
58
+ "6_1_15_16": "Được phép dồn sl, mua 10k có thể mua 5 lần 2k cùng 1 lúc cho nhanh\nCó hỗ trợ mua cùng lúc nhiều cảm xúc, số lượng sẽ được phân chia ngẫu nhiên\nKhông hỗ trợ like bài video trong album (vì server này sẽ nhảy like lên bài album)\nKhông hỗ trợ cảm xúc cho bài reels (cố tình mua sẽ hoàn thành gói không hoàn tiền)"
59
59
  }
60
60
  },
61
61
  "like_comment": {
@@ -65,7 +65,7 @@
65
65
  "name": "Server 4 - Like Comment Desktop",
66
66
  "minAmount": 10,
67
67
  "maxAmount": 50000,
68
- "price": 35.0,
68
+ "price": 35,
69
69
  "note": "Desktop-only, cần owner profile linking"
70
70
  }
71
71
  ],
@@ -78,7 +78,7 @@
78
78
  "name": "Server 5 - Comment Bình thường",
79
79
  "minAmount": 10,
80
80
  "maxAmount": 5000,
81
- "price": 85.0,
81
+ "price": 85,
82
82
  "note": "Comment bình thường, avatar random"
83
83
  },
84
84
  {
@@ -86,7 +86,7 @@
86
86
  "name": "Server 6 - Comment Cao cấp",
87
87
  "minAmount": 10,
88
88
  "maxAmount": 10000,
89
- "price": 120.0,
89
+ "price": 120,
90
90
  "note": "Comment cao cấp, avatar đẹp"
91
91
  },
92
92
  {
@@ -94,7 +94,7 @@
94
94
  "name": "Server 7 - Comment VIP",
95
95
  "minAmount": 10,
96
96
  "maxAmount": 5000,
97
- "price": 250.0,
97
+ "price": 250,
98
98
  "note": "Comment VIP, avatar thật"
99
99
  }
100
100
  ],
@@ -107,7 +107,7 @@
107
107
  "name": "Server 2 - Share Bình thường",
108
108
  "minAmount": 10,
109
109
  "maxAmount": 50000,
110
- "price": 80.0,
110
+ "price": 80,
111
111
  "note": "Share bình thường"
112
112
  },
113
113
  {
@@ -115,7 +115,7 @@
115
115
  "name": "Server 6 - Share Cao cấp",
116
116
  "minAmount": 10,
117
117
  "maxAmount": 100000,
118
- "price": 150.0,
118
+ "price": 150,
119
119
  "note": "Share cao cấp"
120
120
  },
121
121
  {
@@ -144,7 +144,7 @@
144
144
  "name": "Server 7 - View Live VIP",
145
145
  "minAmount": 100,
146
146
  "maxAmount": 500000,
147
- "price": 1.0,
147
+ "price": 1,
148
148
  "note": "Mắt livestream VIP, ổn định hơn"
149
149
  }
150
150
  ],
@@ -180,7 +180,7 @@
180
180
  "name": "Server 1 - Like Instagram",
181
181
  "minAmount": 50,
182
182
  "maxAmount": 50000,
183
- "price": 45.0,
183
+ "price": 45,
184
184
  "note": "Like bình thường"
185
185
  },
186
186
  {
@@ -188,7 +188,7 @@
188
188
  "name": "Server 2 - Like Instagram Nhanh",
189
189
  "minAmount": 50,
190
190
  "maxAmount": 100000,
191
- "price": 60.0,
191
+ "price": 60,
192
192
  "note": "Like nhanh hơn"
193
193
  },
194
194
  {
@@ -196,7 +196,7 @@
196
196
  "name": "Server 4 - Like Instagram VIP",
197
197
  "minAmount": 50,
198
198
  "maxAmount": 50000,
199
- "price": 120.0,
199
+ "price": 120,
200
200
  "note": "Like VIP, ổn định hơn"
201
201
  }
202
202
  ],
@@ -209,7 +209,7 @@
209
209
  "name": "Server 2 - Comment Local",
210
210
  "minAmount": 10,
211
211
  "maxAmount": 1000,
212
- "price": 150.0,
212
+ "price": 150,
213
213
  "note": "Comment người Việt Nam"
214
214
  },
215
215
  {
@@ -217,7 +217,7 @@
217
217
  "name": "Server 3 - Comment Foreign",
218
218
  "minAmount": 10,
219
219
  "maxAmount": 1000,
220
- "price": 120.0,
220
+ "price": 120,
221
221
  "note": "Comment người nước ngoài"
222
222
  }
223
223
  ],
@@ -254,7 +254,7 @@
254
254
  "name": "Server 5 - View Story",
255
255
  "minAmount": 100,
256
256
  "maxAmount": 10000,
257
- "price": 10.0,
257
+ "price": 10,
258
258
  "note": "View story Instagram"
259
259
  }
260
260
  ],
@@ -269,7 +269,7 @@
269
269
  "name": "Server 1 - Like TikTok",
270
270
  "minAmount": 50,
271
271
  "maxAmount": 50000,
272
- "price": 35.0,
272
+ "price": 35,
273
273
  "note": "Like bình thường"
274
274
  },
275
275
  {
@@ -277,7 +277,7 @@
277
277
  "name": "Server 3 - Like TikTok Nhanh",
278
278
  "minAmount": 50,
279
279
  "maxAmount": 100000,
280
- "price": 45.0,
280
+ "price": 45,
281
281
  "note": "Like nhanh hơn"
282
282
  },
283
283
  {
@@ -285,7 +285,7 @@
285
285
  "name": "Server 5 - Like TikTok VIP",
286
286
  "minAmount": 50,
287
287
  "maxAmount": 50000,
288
- "price": 80.0,
288
+ "price": 80,
289
289
  "note": "Like VIP, bảo hành 30 ngày"
290
290
  }
291
291
  ],
@@ -298,7 +298,7 @@
298
298
  "name": "Server 3 - Follow TikTok",
299
299
  "minAmount": 100,
300
300
  "maxAmount": 50000,
301
- "price": 120.0,
301
+ "price": 120,
302
302
  "note": "Follow bình thường"
303
303
  },
304
304
  {
@@ -306,7 +306,7 @@
306
306
  "name": "Server 4 - Follow TikTok",
307
307
  "minAmount": 100,
308
308
  "maxAmount": 100000,
309
- "price": 150.0,
309
+ "price": 150,
310
310
  "note": "Follow nhanh hơn"
311
311
  },
312
312
  {
@@ -314,7 +314,7 @@
314
314
  "name": "Server 5 - Follow TikTok VIP",
315
315
  "minAmount": 100,
316
316
  "maxAmount": 50000,
317
- "price": 250.0,
317
+ "price": 250,
318
318
  "note": "Follow VIP, bảo hành 30 ngày"
319
319
  }
320
320
  ],
@@ -350,7 +350,7 @@
350
350
  "name": "Server 1 - Like YouTube",
351
351
  "minAmount": 50,
352
352
  "maxAmount": 10000,
353
- "price": 80.0,
353
+ "price": 80,
354
354
  "note": "Like bình thường"
355
355
  },
356
356
  {
@@ -358,7 +358,7 @@
358
358
  "name": "Server 2 - Like YouTube",
359
359
  "minAmount": 50,
360
360
  "maxAmount": 20000,
361
- "price": 100.0,
361
+ "price": 100,
362
362
  "note": "Like chất lượng cao"
363
363
  }
364
364
  ],
@@ -392,7 +392,7 @@
392
392
  "name": "Server 1 - Comment YouTube",
393
393
  "minAmount": 10,
394
394
  "maxAmount": 500,
395
- "price": 200.0,
395
+ "price": 200,
396
396
  "note": "Comment bình thường"
397
397
  },
398
398
  {
@@ -400,7 +400,7 @@
400
400
  "name": "Server 2 - Comment YouTube",
401
401
  "minAmount": 10,
402
402
  "maxAmount": 1000,
403
- "price": 300.0,
403
+ "price": 300,
404
404
  "note": "Comment chất lượng cao"
405
405
  }
406
406
  ],
@@ -413,7 +413,7 @@
413
413
  "name": "Server 1 - Subscribe YouTube",
414
414
  "minAmount": 50,
415
415
  "maxAmount": 10000,
416
- "price": 150.0,
416
+ "price": 150,
417
417
  "note": "Subscribe bình thường"
418
418
  },
419
419
  {
@@ -421,11 +421,97 @@
421
421
  "name": "Server 2 - Subscribe YouTube",
422
422
  "minAmount": 50,
423
423
  "maxAmount": 20000,
424
- "price": 200.0,
424
+ "price": 200,
425
425
  "note": "Subscribe chất lượng cao"
426
426
  }
427
427
  ],
428
428
  "generalNote": "Subscribe giúp channel có nhiều người theo dõi và có thể kiếm tiền từ YouTube"
429
429
  }
430
+ },
431
+ "twitter": {
432
+ "comment_twitter": {
433
+ "servers": [
434
+ {
435
+ "id": "server_1",
436
+ "name": "Server 1 - Comment Twitter",
437
+ "minAmount": 5,
438
+ "maxAmount": 1000,
439
+ "price": 1911,
440
+ "note": "Không có features đặc biệt"
441
+ },
442
+ {
443
+ "id": "server_2",
444
+ "name": "Server 2 - Comment Twitter",
445
+ "minAmount": 5,
446
+ "maxAmount": 1000,
447
+ "price": 4095,
448
+ "note": "Không có features đặc biệt"
449
+ }
450
+ ],
451
+ "generalNote": "Lưu ý:\n- Cung cấp nội dung bình luận, mỗi dòng 1 bình luận\n- Server 1: Tốc độ chậm\n- Server 2: Tốc độ nhanh, đang bảo trì"
452
+ },
453
+ "like_twitter": {
454
+ "servers": [
455
+ {
456
+ "id": "server_1",
457
+ "name": "Server 1 - Like Twitter",
458
+ "minAmount": 10,
459
+ "maxAmount": 2500,
460
+ "price": 80,
461
+ "note": "Không có features đặc biệt"
462
+ },
463
+ {
464
+ "id": "server_2",
465
+ "name": "Server 2 - Like Twitter",
466
+ "minAmount": 10,
467
+ "maxAmount": 2500,
468
+ "price": 110,
469
+ "note": "Không có features đặc biệt"
470
+ }
471
+ ],
472
+ "generalNote": "Lưu ý:\n- Like giúp tweet có nhiều tương tác hơn\n- Có thể mua nhiều server cùng lúc"
473
+ },
474
+ "retwitter_twitter": {
475
+ "servers": [
476
+ {
477
+ "id": "server_1",
478
+ "name": "Server 1 - Retweet Twitter",
479
+ "minAmount": 10,
480
+ "maxAmount": 5000,
481
+ "price": 120,
482
+ "note": "Không có features đặc biệt"
483
+ },
484
+ {
485
+ "id": "server_2",
486
+ "name": "Server 2 - Retweet Twitter",
487
+ "minAmount": 10,
488
+ "maxAmount": 5000,
489
+ "price": 200,
490
+ "note": "Không có features đặc biệt"
491
+ }
492
+ ],
493
+ "generalNote": "Lưu ý:\n- Retweet giúp tweet lan tỏa rộng rãi\n- Có thể mua nhiều server cùng lúc"
494
+ },
495
+ "view_twitter": {
496
+ "servers": [
497
+ {
498
+ "id": "server_1",
499
+ "name": "Server 1 - View Twitter",
500
+ "minAmount": 100,
501
+ "maxAmount": 100000,
502
+ "price": 1,
503
+ "note": "Không có features đặc biệt"
504
+ },
505
+ {
506
+ "id": "server_2",
507
+ "name": "Server 2 - View Twitter",
508
+ "minAmount": 100,
509
+ "maxAmount": 50000,
510
+ "price": 1.5,
511
+ "note": "Không có features đặc biệt"
512
+ }
513
+ ],
514
+ "generalNote": "Lưu ý:\n- View giúp tweet có nhiều lượt xem\n- Có thể mua nhiều server cùng lúc"
515
+ }
430
516
  }
431
517
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-ume-v4",
3
- "version": "4.5.29",
3
+ "version": "4.5.30",
4
4
  "description": "UME Social Seeding Services for n8n - Version 4 with updated features",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",