@remnawave/backend-contract 2.6.54 → 2.6.56

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.
Files changed (60) hide show
  1. package/build/backend/api/controllers-info.d.ts +1 -1
  2. package/build/backend/api/controllers-info.js +1 -1
  3. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +24 -8
  4. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +1 -1
  5. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts +24 -8
  6. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.d.ts.map +1 -1
  7. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts +24 -8
  8. package/build/backend/commands/infra-billing/get-billing-nodes.command.d.ts.map +1 -1
  9. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +24 -8
  10. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +1 -1
  11. package/build/backend/commands/keygen/get-pubkey.command.js +1 -1
  12. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +32 -24
  13. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts.map +1 -1
  14. package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts +32 -24
  15. package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts.map +1 -1
  16. package/build/backend/commands/nodes/actions/disable.command.d.ts +36 -20
  17. package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
  18. package/build/backend/commands/nodes/actions/enable.command.d.ts +36 -20
  19. package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
  20. package/build/backend/commands/nodes/actions/reorder.command.d.ts +48 -24
  21. package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
  22. package/build/backend/commands/nodes/create.command.d.ts +36 -20
  23. package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
  24. package/build/backend/commands/nodes/get-all.command.d.ts +36 -20
  25. package/build/backend/commands/nodes/get-all.command.d.ts.map +1 -1
  26. package/build/backend/commands/nodes/get-one.command.d.ts +36 -20
  27. package/build/backend/commands/nodes/get-one.command.d.ts.map +1 -1
  28. package/build/backend/commands/nodes/update.command.d.ts +48 -24
  29. package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
  30. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +878 -348
  31. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts.map +1 -1
  32. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +2 -59
  33. package/build/backend/constants/cache-keys/cache-keys.constants.d.ts +5 -0
  34. package/build/backend/constants/cache-keys/cache-keys.constants.d.ts.map +1 -1
  35. package/build/backend/constants/cache-keys/cache-keys.constants.js +5 -0
  36. package/build/backend/models/index.d.ts +1 -0
  37. package/build/backend/models/index.d.ts.map +1 -1
  38. package/build/backend/models/index.js +1 -0
  39. package/build/backend/models/infra-billing-available-node.schema.d.ts +12 -4
  40. package/build/backend/models/infra-billing-available-node.schema.d.ts.map +1 -1
  41. package/build/backend/models/infra-billing-node.schema.d.ts +12 -4
  42. package/build/backend/models/infra-billing-node.schema.d.ts.map +1 -1
  43. package/build/backend/models/nodes.schema.d.ts +24 -12
  44. package/build/backend/models/nodes.schema.d.ts.map +1 -1
  45. package/build/backend/models/nodes.schema.js +6 -4
  46. package/build/backend/models/resolved-proxy-config.schema.d.ts +1422 -0
  47. package/build/backend/models/resolved-proxy-config.schema.d.ts.map +1 -0
  48. package/build/backend/models/resolved-proxy-config.schema.js +219 -0
  49. package/build/backend/models/torrent-blocker-report.schema.d.ts +24 -16
  50. package/build/backend/models/torrent-blocker-report.schema.d.ts.map +1 -1
  51. package/build/backend/models/webhook/webhook.schema.d.ts +200 -128
  52. package/build/backend/models/webhook/webhook.schema.d.ts.map +1 -1
  53. package/build/frontend/api/controllers-info.js +1 -1
  54. package/build/frontend/commands/keygen/get-pubkey.command.js +1 -1
  55. package/build/frontend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +2 -59
  56. package/build/frontend/constants/cache-keys/cache-keys.constants.js +5 -0
  57. package/build/frontend/models/index.js +1 -0
  58. package/build/frontend/models/nodes.schema.js +6 -4
  59. package/build/frontend/models/resolved-proxy-config.schema.js +219 -0
  60. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,8BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"reorder.command.d.ts","sourceRoot":"","sources":["../../../../../commands/nodes/actions/reorder.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,8BAAiC,CAAC;IAC3C,MAAM,OAAO,8BAAM,CAAC;IAEpB,MAAM,eAAe,8CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -73,15 +73,11 @@ export declare namespace CreateNodeCommand {
73
73
  isConnecting: z.ZodBoolean;
74
74
  lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
75
75
  lastStatusMessage: z.ZodNullable<z.ZodString>;
76
- xrayVersion: z.ZodNullable<z.ZodString>;
77
- nodeVersion: z.ZodNullable<z.ZodString>;
78
- xrayUptime: z.ZodString;
79
76
  isTrafficTrackingActive: z.ZodBoolean;
80
77
  trafficResetDay: z.ZodNullable<z.ZodNumber>;
81
78
  trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
82
79
  trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
83
80
  notifyPercent: z.ZodNullable<z.ZodNumber>;
84
- usersOnline: z.ZodNullable<z.ZodNumber>;
85
81
  viewPosition: z.ZodNumber;
86
82
  countryCode: z.ZodString;
87
83
  consumptionMultiplier: z.ZodNumber;
@@ -304,6 +300,18 @@ export declare namespace CreateNodeCommand {
304
300
  networkInterfaces: string[];
305
301
  };
306
302
  }>>;
303
+ versions: z.ZodNullable<z.ZodObject<{
304
+ xray: z.ZodString;
305
+ node: z.ZodString;
306
+ }, "strip", z.ZodTypeAny, {
307
+ node: string;
308
+ xray: string;
309
+ }, {
310
+ node: string;
311
+ xray: string;
312
+ }>>;
313
+ xrayUptime: z.ZodNumber;
314
+ usersOnline: z.ZodNumber;
307
315
  }, "strip", z.ZodTypeAny, {
308
316
  tags: string[];
309
317
  system: {
@@ -355,14 +363,10 @@ export declare namespace CreateNodeCommand {
355
363
  isConnecting: boolean;
356
364
  lastStatusChange: Date | null;
357
365
  lastStatusMessage: string | null;
358
- xrayVersion: string | null;
359
- nodeVersion: string | null;
360
- xrayUptime: string;
361
366
  isTrafficTrackingActive: boolean;
362
367
  trafficResetDay: number | null;
363
368
  trafficUsedBytes: number | null;
364
369
  notifyPercent: number | null;
365
- usersOnline: number | null;
366
370
  consumptionMultiplier: number;
367
371
  configProfile: {
368
372
  activeConfigProfileUuid: string | null;
@@ -379,6 +383,12 @@ export declare namespace CreateNodeCommand {
379
383
  };
380
384
  providerUuid: string | null;
381
385
  activePluginUuid: string | null;
386
+ versions: {
387
+ node: string;
388
+ xray: string;
389
+ } | null;
390
+ xrayUptime: number;
391
+ usersOnline: number;
382
392
  }, {
383
393
  tags: string[];
384
394
  system: {
@@ -430,14 +440,10 @@ export declare namespace CreateNodeCommand {
430
440
  isConnecting: boolean;
431
441
  lastStatusChange: string | null;
432
442
  lastStatusMessage: string | null;
433
- xrayVersion: string | null;
434
- nodeVersion: string | null;
435
- xrayUptime: string;
436
443
  isTrafficTrackingActive: boolean;
437
444
  trafficResetDay: number | null;
438
445
  trafficUsedBytes: number | null;
439
446
  notifyPercent: number | null;
440
- usersOnline: number | null;
441
447
  consumptionMultiplier: number;
442
448
  configProfile: {
443
449
  activeConfigProfileUuid: string | null;
@@ -454,6 +460,12 @@ export declare namespace CreateNodeCommand {
454
460
  };
455
461
  providerUuid: string | null;
456
462
  activePluginUuid: string | null;
463
+ versions: {
464
+ node: string;
465
+ xray: string;
466
+ } | null;
467
+ xrayUptime: number;
468
+ usersOnline: number;
457
469
  }>;
458
470
  }, "strip", z.ZodTypeAny, {
459
471
  response: {
@@ -507,14 +519,10 @@ export declare namespace CreateNodeCommand {
507
519
  isConnecting: boolean;
508
520
  lastStatusChange: Date | null;
509
521
  lastStatusMessage: string | null;
510
- xrayVersion: string | null;
511
- nodeVersion: string | null;
512
- xrayUptime: string;
513
522
  isTrafficTrackingActive: boolean;
514
523
  trafficResetDay: number | null;
515
524
  trafficUsedBytes: number | null;
516
525
  notifyPercent: number | null;
517
- usersOnline: number | null;
518
526
  consumptionMultiplier: number;
519
527
  configProfile: {
520
528
  activeConfigProfileUuid: string | null;
@@ -531,6 +539,12 @@ export declare namespace CreateNodeCommand {
531
539
  };
532
540
  providerUuid: string | null;
533
541
  activePluginUuid: string | null;
542
+ versions: {
543
+ node: string;
544
+ xray: string;
545
+ } | null;
546
+ xrayUptime: number;
547
+ usersOnline: number;
534
548
  };
535
549
  }, {
536
550
  response: {
@@ -584,14 +598,10 @@ export declare namespace CreateNodeCommand {
584
598
  isConnecting: boolean;
585
599
  lastStatusChange: string | null;
586
600
  lastStatusMessage: string | null;
587
- xrayVersion: string | null;
588
- nodeVersion: string | null;
589
- xrayUptime: string;
590
601
  isTrafficTrackingActive: boolean;
591
602
  trafficResetDay: number | null;
592
603
  trafficUsedBytes: number | null;
593
604
  notifyPercent: number | null;
594
- usersOnline: number | null;
595
605
  consumptionMultiplier: number;
596
606
  configProfile: {
597
607
  activeConfigProfileUuid: string | null;
@@ -608,6 +618,12 @@ export declare namespace CreateNodeCommand {
608
618
  };
609
619
  providerUuid: string | null;
610
620
  activePluginUuid: string | null;
621
+ versions: {
622
+ node: string;
623
+ xray: string;
624
+ } | null;
625
+ xrayUptime: number;
626
+ usersOnline: number;
611
627
  };
612
628
  }>;
613
629
  type Response = z.infer<typeof ResponseSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"create.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/create.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8DxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"create.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/create.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8DxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -14,15 +14,11 @@ export declare namespace GetAllNodesCommand {
14
14
  isConnecting: z.ZodBoolean;
15
15
  lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
16
16
  lastStatusMessage: z.ZodNullable<z.ZodString>;
17
- xrayVersion: z.ZodNullable<z.ZodString>;
18
- nodeVersion: z.ZodNullable<z.ZodString>;
19
- xrayUptime: z.ZodString;
20
17
  isTrafficTrackingActive: z.ZodBoolean;
21
18
  trafficResetDay: z.ZodNullable<z.ZodNumber>;
22
19
  trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
23
20
  trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
24
21
  notifyPercent: z.ZodNullable<z.ZodNumber>;
25
- usersOnline: z.ZodNullable<z.ZodNumber>;
26
22
  viewPosition: z.ZodNumber;
27
23
  countryCode: z.ZodString;
28
24
  consumptionMultiplier: z.ZodNumber;
@@ -245,6 +241,18 @@ export declare namespace GetAllNodesCommand {
245
241
  networkInterfaces: string[];
246
242
  };
247
243
  }>>;
244
+ versions: z.ZodNullable<z.ZodObject<{
245
+ xray: z.ZodString;
246
+ node: z.ZodString;
247
+ }, "strip", z.ZodTypeAny, {
248
+ node: string;
249
+ xray: string;
250
+ }, {
251
+ node: string;
252
+ xray: string;
253
+ }>>;
254
+ xrayUptime: z.ZodNumber;
255
+ usersOnline: z.ZodNumber;
248
256
  }, "strip", z.ZodTypeAny, {
249
257
  tags: string[];
250
258
  system: {
@@ -296,14 +304,10 @@ export declare namespace GetAllNodesCommand {
296
304
  isConnecting: boolean;
297
305
  lastStatusChange: Date | null;
298
306
  lastStatusMessage: string | null;
299
- xrayVersion: string | null;
300
- nodeVersion: string | null;
301
- xrayUptime: string;
302
307
  isTrafficTrackingActive: boolean;
303
308
  trafficResetDay: number | null;
304
309
  trafficUsedBytes: number | null;
305
310
  notifyPercent: number | null;
306
- usersOnline: number | null;
307
311
  consumptionMultiplier: number;
308
312
  configProfile: {
309
313
  activeConfigProfileUuid: string | null;
@@ -320,6 +324,12 @@ export declare namespace GetAllNodesCommand {
320
324
  };
321
325
  providerUuid: string | null;
322
326
  activePluginUuid: string | null;
327
+ versions: {
328
+ node: string;
329
+ xray: string;
330
+ } | null;
331
+ xrayUptime: number;
332
+ usersOnline: number;
323
333
  }, {
324
334
  tags: string[];
325
335
  system: {
@@ -371,14 +381,10 @@ export declare namespace GetAllNodesCommand {
371
381
  isConnecting: boolean;
372
382
  lastStatusChange: string | null;
373
383
  lastStatusMessage: string | null;
374
- xrayVersion: string | null;
375
- nodeVersion: string | null;
376
- xrayUptime: string;
377
384
  isTrafficTrackingActive: boolean;
378
385
  trafficResetDay: number | null;
379
386
  trafficUsedBytes: number | null;
380
387
  notifyPercent: number | null;
381
- usersOnline: number | null;
382
388
  consumptionMultiplier: number;
383
389
  configProfile: {
384
390
  activeConfigProfileUuid: string | null;
@@ -395,6 +401,12 @@ export declare namespace GetAllNodesCommand {
395
401
  };
396
402
  providerUuid: string | null;
397
403
  activePluginUuid: string | null;
404
+ versions: {
405
+ node: string;
406
+ xray: string;
407
+ } | null;
408
+ xrayUptime: number;
409
+ usersOnline: number;
398
410
  }>, "many">;
399
411
  }, "strip", z.ZodTypeAny, {
400
412
  response: {
@@ -448,14 +460,10 @@ export declare namespace GetAllNodesCommand {
448
460
  isConnecting: boolean;
449
461
  lastStatusChange: Date | null;
450
462
  lastStatusMessage: string | null;
451
- xrayVersion: string | null;
452
- nodeVersion: string | null;
453
- xrayUptime: string;
454
463
  isTrafficTrackingActive: boolean;
455
464
  trafficResetDay: number | null;
456
465
  trafficUsedBytes: number | null;
457
466
  notifyPercent: number | null;
458
- usersOnline: number | null;
459
467
  consumptionMultiplier: number;
460
468
  configProfile: {
461
469
  activeConfigProfileUuid: string | null;
@@ -472,6 +480,12 @@ export declare namespace GetAllNodesCommand {
472
480
  };
473
481
  providerUuid: string | null;
474
482
  activePluginUuid: string | null;
483
+ versions: {
484
+ node: string;
485
+ xray: string;
486
+ } | null;
487
+ xrayUptime: number;
488
+ usersOnline: number;
475
489
  }[];
476
490
  }, {
477
491
  response: {
@@ -525,14 +539,10 @@ export declare namespace GetAllNodesCommand {
525
539
  isConnecting: boolean;
526
540
  lastStatusChange: string | null;
527
541
  lastStatusMessage: string | null;
528
- xrayVersion: string | null;
529
- nodeVersion: string | null;
530
- xrayUptime: string;
531
542
  isTrafficTrackingActive: boolean;
532
543
  trafficResetDay: number | null;
533
544
  trafficUsedBytes: number | null;
534
545
  notifyPercent: number | null;
535
- usersOnline: number | null;
536
546
  consumptionMultiplier: number;
537
547
  configProfile: {
538
548
  activeConfigProfileUuid: string | null;
@@ -549,6 +559,12 @@ export declare namespace GetAllNodesCommand {
549
559
  };
550
560
  providerUuid: string | null;
551
561
  activePluginUuid: string | null;
562
+ versions: {
563
+ node: string;
564
+ xray: string;
565
+ } | null;
566
+ xrayUptime: number;
567
+ usersOnline: number;
552
568
  }[];
553
569
  }>;
554
570
  type Response = z.infer<typeof ResponseSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"get-all.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-all.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,eAAqB,CAAC;IAC/B,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAA+D,CAAC;IAErF,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"get-all.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-all.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,GAAG,eAAqB,CAAC;IAC/B,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAA+D,CAAC;IAErF,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -22,15 +22,11 @@ export declare namespace GetOneNodeCommand {
22
22
  isConnecting: z.ZodBoolean;
23
23
  lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
24
24
  lastStatusMessage: z.ZodNullable<z.ZodString>;
25
- xrayVersion: z.ZodNullable<z.ZodString>;
26
- nodeVersion: z.ZodNullable<z.ZodString>;
27
- xrayUptime: z.ZodString;
28
25
  isTrafficTrackingActive: z.ZodBoolean;
29
26
  trafficResetDay: z.ZodNullable<z.ZodNumber>;
30
27
  trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
31
28
  trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
32
29
  notifyPercent: z.ZodNullable<z.ZodNumber>;
33
- usersOnline: z.ZodNullable<z.ZodNumber>;
34
30
  viewPosition: z.ZodNumber;
35
31
  countryCode: z.ZodString;
36
32
  consumptionMultiplier: z.ZodNumber;
@@ -253,6 +249,18 @@ export declare namespace GetOneNodeCommand {
253
249
  networkInterfaces: string[];
254
250
  };
255
251
  }>>;
252
+ versions: z.ZodNullable<z.ZodObject<{
253
+ xray: z.ZodString;
254
+ node: z.ZodString;
255
+ }, "strip", z.ZodTypeAny, {
256
+ node: string;
257
+ xray: string;
258
+ }, {
259
+ node: string;
260
+ xray: string;
261
+ }>>;
262
+ xrayUptime: z.ZodNumber;
263
+ usersOnline: z.ZodNumber;
256
264
  }, "strip", z.ZodTypeAny, {
257
265
  tags: string[];
258
266
  system: {
@@ -304,14 +312,10 @@ export declare namespace GetOneNodeCommand {
304
312
  isConnecting: boolean;
305
313
  lastStatusChange: Date | null;
306
314
  lastStatusMessage: string | null;
307
- xrayVersion: string | null;
308
- nodeVersion: string | null;
309
- xrayUptime: string;
310
315
  isTrafficTrackingActive: boolean;
311
316
  trafficResetDay: number | null;
312
317
  trafficUsedBytes: number | null;
313
318
  notifyPercent: number | null;
314
- usersOnline: number | null;
315
319
  consumptionMultiplier: number;
316
320
  configProfile: {
317
321
  activeConfigProfileUuid: string | null;
@@ -328,6 +332,12 @@ export declare namespace GetOneNodeCommand {
328
332
  };
329
333
  providerUuid: string | null;
330
334
  activePluginUuid: string | null;
335
+ versions: {
336
+ node: string;
337
+ xray: string;
338
+ } | null;
339
+ xrayUptime: number;
340
+ usersOnline: number;
331
341
  }, {
332
342
  tags: string[];
333
343
  system: {
@@ -379,14 +389,10 @@ export declare namespace GetOneNodeCommand {
379
389
  isConnecting: boolean;
380
390
  lastStatusChange: string | null;
381
391
  lastStatusMessage: string | null;
382
- xrayVersion: string | null;
383
- nodeVersion: string | null;
384
- xrayUptime: string;
385
392
  isTrafficTrackingActive: boolean;
386
393
  trafficResetDay: number | null;
387
394
  trafficUsedBytes: number | null;
388
395
  notifyPercent: number | null;
389
- usersOnline: number | null;
390
396
  consumptionMultiplier: number;
391
397
  configProfile: {
392
398
  activeConfigProfileUuid: string | null;
@@ -403,6 +409,12 @@ export declare namespace GetOneNodeCommand {
403
409
  };
404
410
  providerUuid: string | null;
405
411
  activePluginUuid: string | null;
412
+ versions: {
413
+ node: string;
414
+ xray: string;
415
+ } | null;
416
+ xrayUptime: number;
417
+ usersOnline: number;
406
418
  }>;
407
419
  }, "strip", z.ZodTypeAny, {
408
420
  response: {
@@ -456,14 +468,10 @@ export declare namespace GetOneNodeCommand {
456
468
  isConnecting: boolean;
457
469
  lastStatusChange: Date | null;
458
470
  lastStatusMessage: string | null;
459
- xrayVersion: string | null;
460
- nodeVersion: string | null;
461
- xrayUptime: string;
462
471
  isTrafficTrackingActive: boolean;
463
472
  trafficResetDay: number | null;
464
473
  trafficUsedBytes: number | null;
465
474
  notifyPercent: number | null;
466
- usersOnline: number | null;
467
475
  consumptionMultiplier: number;
468
476
  configProfile: {
469
477
  activeConfigProfileUuid: string | null;
@@ -480,6 +488,12 @@ export declare namespace GetOneNodeCommand {
480
488
  };
481
489
  providerUuid: string | null;
482
490
  activePluginUuid: string | null;
491
+ versions: {
492
+ node: string;
493
+ xray: string;
494
+ } | null;
495
+ xrayUptime: number;
496
+ usersOnline: number;
483
497
  };
484
498
  }, {
485
499
  response: {
@@ -533,14 +547,10 @@ export declare namespace GetOneNodeCommand {
533
547
  isConnecting: boolean;
534
548
  lastStatusChange: string | null;
535
549
  lastStatusMessage: string | null;
536
- xrayVersion: string | null;
537
- nodeVersion: string | null;
538
- xrayUptime: string;
539
550
  isTrafficTrackingActive: boolean;
540
551
  trafficResetDay: number | null;
541
552
  trafficUsedBytes: number | null;
542
553
  notifyPercent: number | null;
543
- usersOnline: number | null;
544
554
  consumptionMultiplier: number;
545
555
  configProfile: {
546
556
  activeConfigProfileUuid: string | null;
@@ -557,6 +567,12 @@ export declare namespace GetOneNodeCommand {
557
567
  };
558
568
  providerUuid: string | null;
559
569
  activePluginUuid: string | null;
570
+ versions: {
571
+ node: string;
572
+ xray: string;
573
+ } | null;
574
+ xrayUptime: number;
575
+ usersOnline: number;
560
576
  };
561
577
  }>;
562
578
  type Response = z.infer<typeof ResponseSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"get-one.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/get-one.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,0BAA6B,CAAC;IACvC,MAAM,OAAO,QAAe,CAAC;IAE7B,MAAM,eAAe,2CAI3B,CAAC;IAEK,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
@@ -13,15 +13,11 @@ export declare namespace UpdateNodeCommand {
13
13
  isConnecting: z.ZodBoolean;
14
14
  lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
15
15
  lastStatusMessage: z.ZodNullable<z.ZodString>;
16
- xrayVersion: z.ZodNullable<z.ZodString>;
17
- nodeVersion: z.ZodNullable<z.ZodString>;
18
- xrayUptime: z.ZodString;
19
16
  isTrafficTrackingActive: z.ZodBoolean;
20
17
  trafficResetDay: z.ZodNullable<z.ZodNumber>;
21
18
  trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
22
19
  trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
23
20
  notifyPercent: z.ZodNullable<z.ZodNumber>;
24
- usersOnline: z.ZodNullable<z.ZodNumber>;
25
21
  viewPosition: z.ZodNumber;
26
22
  countryCode: z.ZodString;
27
23
  consumptionMultiplier: z.ZodNumber;
@@ -244,6 +240,18 @@ export declare namespace UpdateNodeCommand {
244
240
  networkInterfaces: string[];
245
241
  };
246
242
  }>>;
243
+ versions: z.ZodNullable<z.ZodObject<{
244
+ xray: z.ZodString;
245
+ node: z.ZodString;
246
+ }, "strip", z.ZodTypeAny, {
247
+ node: string;
248
+ xray: string;
249
+ }, {
250
+ node: string;
251
+ xray: string;
252
+ }>>;
253
+ xrayUptime: z.ZodNumber;
254
+ usersOnline: z.ZodNumber;
247
255
  }, "uuid"> & {
248
256
  name: z.ZodOptional<z.ZodString>;
249
257
  address: z.ZodOptional<z.ZodString>;
@@ -316,15 +324,11 @@ export declare namespace UpdateNodeCommand {
316
324
  isConnecting: z.ZodBoolean;
317
325
  lastStatusChange: z.ZodNullable<z.ZodEffects<z.ZodString, Date, string>>;
318
326
  lastStatusMessage: z.ZodNullable<z.ZodString>;
319
- xrayVersion: z.ZodNullable<z.ZodString>;
320
- nodeVersion: z.ZodNullable<z.ZodString>;
321
- xrayUptime: z.ZodString;
322
327
  isTrafficTrackingActive: z.ZodBoolean;
323
328
  trafficResetDay: z.ZodNullable<z.ZodNumber>;
324
329
  trafficLimitBytes: z.ZodNullable<z.ZodNumber>;
325
330
  trafficUsedBytes: z.ZodNullable<z.ZodNumber>;
326
331
  notifyPercent: z.ZodNullable<z.ZodNumber>;
327
- usersOnline: z.ZodNullable<z.ZodNumber>;
328
332
  viewPosition: z.ZodNumber;
329
333
  countryCode: z.ZodString;
330
334
  consumptionMultiplier: z.ZodNumber;
@@ -547,6 +551,18 @@ export declare namespace UpdateNodeCommand {
547
551
  networkInterfaces: string[];
548
552
  };
549
553
  }>>;
554
+ versions: z.ZodNullable<z.ZodObject<{
555
+ xray: z.ZodString;
556
+ node: z.ZodString;
557
+ }, "strip", z.ZodTypeAny, {
558
+ node: string;
559
+ xray: string;
560
+ }, {
561
+ node: string;
562
+ xray: string;
563
+ }>>;
564
+ xrayUptime: z.ZodNumber;
565
+ usersOnline: z.ZodNumber;
550
566
  }, "strip", z.ZodTypeAny, {
551
567
  tags: string[];
552
568
  system: {
@@ -598,14 +614,10 @@ export declare namespace UpdateNodeCommand {
598
614
  isConnecting: boolean;
599
615
  lastStatusChange: Date | null;
600
616
  lastStatusMessage: string | null;
601
- xrayVersion: string | null;
602
- nodeVersion: string | null;
603
- xrayUptime: string;
604
617
  isTrafficTrackingActive: boolean;
605
618
  trafficResetDay: number | null;
606
619
  trafficUsedBytes: number | null;
607
620
  notifyPercent: number | null;
608
- usersOnline: number | null;
609
621
  consumptionMultiplier: number;
610
622
  configProfile: {
611
623
  activeConfigProfileUuid: string | null;
@@ -622,6 +634,12 @@ export declare namespace UpdateNodeCommand {
622
634
  };
623
635
  providerUuid: string | null;
624
636
  activePluginUuid: string | null;
637
+ versions: {
638
+ node: string;
639
+ xray: string;
640
+ } | null;
641
+ xrayUptime: number;
642
+ usersOnline: number;
625
643
  }, {
626
644
  tags: string[];
627
645
  system: {
@@ -673,14 +691,10 @@ export declare namespace UpdateNodeCommand {
673
691
  isConnecting: boolean;
674
692
  lastStatusChange: string | null;
675
693
  lastStatusMessage: string | null;
676
- xrayVersion: string | null;
677
- nodeVersion: string | null;
678
- xrayUptime: string;
679
694
  isTrafficTrackingActive: boolean;
680
695
  trafficResetDay: number | null;
681
696
  trafficUsedBytes: number | null;
682
697
  notifyPercent: number | null;
683
- usersOnline: number | null;
684
698
  consumptionMultiplier: number;
685
699
  configProfile: {
686
700
  activeConfigProfileUuid: string | null;
@@ -697,6 +711,12 @@ export declare namespace UpdateNodeCommand {
697
711
  };
698
712
  providerUuid: string | null;
699
713
  activePluginUuid: string | null;
714
+ versions: {
715
+ node: string;
716
+ xray: string;
717
+ } | null;
718
+ xrayUptime: number;
719
+ usersOnline: number;
700
720
  }>;
701
721
  }, "strip", z.ZodTypeAny, {
702
722
  response: {
@@ -750,14 +770,10 @@ export declare namespace UpdateNodeCommand {
750
770
  isConnecting: boolean;
751
771
  lastStatusChange: Date | null;
752
772
  lastStatusMessage: string | null;
753
- xrayVersion: string | null;
754
- nodeVersion: string | null;
755
- xrayUptime: string;
756
773
  isTrafficTrackingActive: boolean;
757
774
  trafficResetDay: number | null;
758
775
  trafficUsedBytes: number | null;
759
776
  notifyPercent: number | null;
760
- usersOnline: number | null;
761
777
  consumptionMultiplier: number;
762
778
  configProfile: {
763
779
  activeConfigProfileUuid: string | null;
@@ -774,6 +790,12 @@ export declare namespace UpdateNodeCommand {
774
790
  };
775
791
  providerUuid: string | null;
776
792
  activePluginUuid: string | null;
793
+ versions: {
794
+ node: string;
795
+ xray: string;
796
+ } | null;
797
+ xrayUptime: number;
798
+ usersOnline: number;
777
799
  };
778
800
  }, {
779
801
  response: {
@@ -827,14 +849,10 @@ export declare namespace UpdateNodeCommand {
827
849
  isConnecting: boolean;
828
850
  lastStatusChange: string | null;
829
851
  lastStatusMessage: string | null;
830
- xrayVersion: string | null;
831
- nodeVersion: string | null;
832
- xrayUptime: string;
833
852
  isTrafficTrackingActive: boolean;
834
853
  trafficResetDay: number | null;
835
854
  trafficUsedBytes: number | null;
836
855
  notifyPercent: number | null;
837
- usersOnline: number | null;
838
856
  consumptionMultiplier: number;
839
857
  configProfile: {
840
858
  activeConfigProfileUuid: string | null;
@@ -851,6 +869,12 @@ export declare namespace UpdateNodeCommand {
851
869
  };
852
870
  providerUuid: string | null;
853
871
  activePluginUuid: string | null;
872
+ versions: {
873
+ node: string;
874
+ xray: string;
875
+ } | null;
876
+ xrayUptime: number;
877
+ usersOnline: number;
854
878
  };
855
879
  }>;
856
880
  type Response = z.infer<typeof ResponseSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"update.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/update.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAAkE,CAAC;IAExF,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2DxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
1
+ {"version":3,"file":"update.command.d.ts","sourceRoot":"","sources":["../../../../commands/nodes/update.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,GAAG,eAAwB,CAAC;IAClC,MAAM,OAAO,eAAM,CAAC;IAEpB,MAAM,eAAe,2CAAkE,CAAC;IAExF,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2DxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}