@remnawave/backend-contract 2.6.54 → 2.6.55
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.
- package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +20 -20
- package/build/backend/commands/node-plugins/torrent-blocker/truncate-torrent-blocker-reports.command.d.ts +20 -20
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +878 -348
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts.map +1 -1
- package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +2 -59
- package/build/backend/models/index.d.ts +1 -0
- package/build/backend/models/index.d.ts.map +1 -1
- package/build/backend/models/index.js +1 -0
- package/build/backend/models/resolved-proxy-config.schema.d.ts +1422 -0
- package/build/backend/models/resolved-proxy-config.schema.d.ts.map +1 -0
- package/build/backend/models/resolved-proxy-config.schema.js +219 -0
- package/build/backend/models/torrent-blocker-report.schema.d.ts +12 -12
- package/build/backend/models/webhook/webhook.schema.d.ts +32 -32
- package/build/frontend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +2 -59
- package/build/frontend/models/index.js +1 -0
- package/build/frontend/models/resolved-proxy-config.schema.js +219 -0
- package/package.json +1 -1
package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts
CHANGED
|
@@ -424,13 +424,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
424
424
|
}, "strip", z.ZodTypeAny, {
|
|
425
425
|
network: string;
|
|
426
426
|
email: string | null;
|
|
427
|
-
level: number | null;
|
|
428
427
|
protocol: string | null;
|
|
428
|
+
inboundTag: string | null;
|
|
429
|
+
level: number | null;
|
|
429
430
|
source: string | null;
|
|
430
431
|
destination: string;
|
|
431
432
|
routeTarget: string | null;
|
|
432
433
|
originalTarget: string | null;
|
|
433
|
-
inboundTag: string | null;
|
|
434
434
|
inboundName: string | null;
|
|
435
435
|
inboundLocal: string | null;
|
|
436
436
|
outboundTag: string | null;
|
|
@@ -438,13 +438,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
438
438
|
}, {
|
|
439
439
|
network: string;
|
|
440
440
|
email: string | null;
|
|
441
|
-
level: number | null;
|
|
442
441
|
protocol: string | null;
|
|
442
|
+
inboundTag: string | null;
|
|
443
|
+
level: number | null;
|
|
443
444
|
source: string | null;
|
|
444
445
|
destination: string;
|
|
445
446
|
routeTarget: string | null;
|
|
446
447
|
originalTarget: string | null;
|
|
447
|
-
inboundTag: string | null;
|
|
448
448
|
inboundName: string | null;
|
|
449
449
|
inboundLocal: string | null;
|
|
450
450
|
outboundTag: string | null;
|
|
@@ -462,13 +462,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
462
462
|
xrayReport: {
|
|
463
463
|
network: string;
|
|
464
464
|
email: string | null;
|
|
465
|
-
level: number | null;
|
|
466
465
|
protocol: string | null;
|
|
466
|
+
inboundTag: string | null;
|
|
467
|
+
level: number | null;
|
|
467
468
|
source: string | null;
|
|
468
469
|
destination: string;
|
|
469
470
|
routeTarget: string | null;
|
|
470
471
|
originalTarget: string | null;
|
|
471
|
-
inboundTag: string | null;
|
|
472
472
|
inboundName: string | null;
|
|
473
473
|
inboundLocal: string | null;
|
|
474
474
|
outboundTag: string | null;
|
|
@@ -486,13 +486,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
486
486
|
xrayReport: {
|
|
487
487
|
network: string;
|
|
488
488
|
email: string | null;
|
|
489
|
-
level: number | null;
|
|
490
489
|
protocol: string | null;
|
|
490
|
+
inboundTag: string | null;
|
|
491
|
+
level: number | null;
|
|
491
492
|
source: string | null;
|
|
492
493
|
destination: string;
|
|
493
494
|
routeTarget: string | null;
|
|
494
495
|
originalTarget: string | null;
|
|
495
|
-
inboundTag: string | null;
|
|
496
496
|
inboundName: string | null;
|
|
497
497
|
inboundLocal: string | null;
|
|
498
498
|
outboundTag: string | null;
|
|
@@ -526,13 +526,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
526
526
|
xrayReport: {
|
|
527
527
|
network: string;
|
|
528
528
|
email: string | null;
|
|
529
|
-
level: number | null;
|
|
530
529
|
protocol: string | null;
|
|
530
|
+
inboundTag: string | null;
|
|
531
|
+
level: number | null;
|
|
531
532
|
source: string | null;
|
|
532
533
|
destination: string;
|
|
533
534
|
routeTarget: string | null;
|
|
534
535
|
originalTarget: string | null;
|
|
535
|
-
inboundTag: string | null;
|
|
536
536
|
inboundName: string | null;
|
|
537
537
|
inboundLocal: string | null;
|
|
538
538
|
outboundTag: string | null;
|
|
@@ -565,13 +565,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
565
565
|
xrayReport: {
|
|
566
566
|
network: string;
|
|
567
567
|
email: string | null;
|
|
568
|
-
level: number | null;
|
|
569
568
|
protocol: string | null;
|
|
569
|
+
inboundTag: string | null;
|
|
570
|
+
level: number | null;
|
|
570
571
|
source: string | null;
|
|
571
572
|
destination: string;
|
|
572
573
|
routeTarget: string | null;
|
|
573
574
|
originalTarget: string | null;
|
|
574
|
-
inboundTag: string | null;
|
|
575
575
|
inboundName: string | null;
|
|
576
576
|
inboundLocal: string | null;
|
|
577
577
|
outboundTag: string | null;
|
|
@@ -608,13 +608,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
608
608
|
xrayReport: {
|
|
609
609
|
network: string;
|
|
610
610
|
email: string | null;
|
|
611
|
-
level: number | null;
|
|
612
611
|
protocol: string | null;
|
|
612
|
+
inboundTag: string | null;
|
|
613
|
+
level: number | null;
|
|
613
614
|
source: string | null;
|
|
614
615
|
destination: string;
|
|
615
616
|
routeTarget: string | null;
|
|
616
617
|
originalTarget: string | null;
|
|
617
|
-
inboundTag: string | null;
|
|
618
618
|
inboundName: string | null;
|
|
619
619
|
inboundLocal: string | null;
|
|
620
620
|
outboundTag: string | null;
|
|
@@ -650,13 +650,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
650
650
|
xrayReport: {
|
|
651
651
|
network: string;
|
|
652
652
|
email: string | null;
|
|
653
|
-
level: number | null;
|
|
654
653
|
protocol: string | null;
|
|
654
|
+
inboundTag: string | null;
|
|
655
|
+
level: number | null;
|
|
655
656
|
source: string | null;
|
|
656
657
|
destination: string;
|
|
657
658
|
routeTarget: string | null;
|
|
658
659
|
originalTarget: string | null;
|
|
659
|
-
inboundTag: string | null;
|
|
660
660
|
inboundName: string | null;
|
|
661
661
|
inboundLocal: string | null;
|
|
662
662
|
outboundTag: string | null;
|
|
@@ -694,13 +694,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
694
694
|
xrayReport: {
|
|
695
695
|
network: string;
|
|
696
696
|
email: string | null;
|
|
697
|
-
level: number | null;
|
|
698
697
|
protocol: string | null;
|
|
698
|
+
inboundTag: string | null;
|
|
699
|
+
level: number | null;
|
|
699
700
|
source: string | null;
|
|
700
701
|
destination: string;
|
|
701
702
|
routeTarget: string | null;
|
|
702
703
|
originalTarget: string | null;
|
|
703
|
-
inboundTag: string | null;
|
|
704
704
|
inboundName: string | null;
|
|
705
705
|
inboundLocal: string | null;
|
|
706
706
|
outboundTag: string | null;
|
|
@@ -738,13 +738,13 @@ export declare namespace GetTorrentBlockerReportsCommand {
|
|
|
738
738
|
xrayReport: {
|
|
739
739
|
network: string;
|
|
740
740
|
email: string | null;
|
|
741
|
-
level: number | null;
|
|
742
741
|
protocol: string | null;
|
|
742
|
+
inboundTag: string | null;
|
|
743
|
+
level: number | null;
|
|
743
744
|
source: string | null;
|
|
744
745
|
destination: string;
|
|
745
746
|
routeTarget: string | null;
|
|
746
747
|
originalTarget: string | null;
|
|
747
|
-
inboundTag: string | null;
|
|
748
748
|
inboundName: string | null;
|
|
749
749
|
inboundLocal: string | null;
|
|
750
750
|
outboundTag: string | null;
|
|
@@ -371,13 +371,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
372
|
network: string;
|
|
373
373
|
email: string | null;
|
|
374
|
-
level: number | null;
|
|
375
374
|
protocol: string | null;
|
|
375
|
+
inboundTag: string | null;
|
|
376
|
+
level: number | null;
|
|
376
377
|
source: string | null;
|
|
377
378
|
destination: string;
|
|
378
379
|
routeTarget: string | null;
|
|
379
380
|
originalTarget: string | null;
|
|
380
|
-
inboundTag: string | null;
|
|
381
381
|
inboundName: string | null;
|
|
382
382
|
inboundLocal: string | null;
|
|
383
383
|
outboundTag: string | null;
|
|
@@ -385,13 +385,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
385
385
|
}, {
|
|
386
386
|
network: string;
|
|
387
387
|
email: string | null;
|
|
388
|
-
level: number | null;
|
|
389
388
|
protocol: string | null;
|
|
389
|
+
inboundTag: string | null;
|
|
390
|
+
level: number | null;
|
|
390
391
|
source: string | null;
|
|
391
392
|
destination: string;
|
|
392
393
|
routeTarget: string | null;
|
|
393
394
|
originalTarget: string | null;
|
|
394
|
-
inboundTag: string | null;
|
|
395
395
|
inboundName: string | null;
|
|
396
396
|
inboundLocal: string | null;
|
|
397
397
|
outboundTag: string | null;
|
|
@@ -409,13 +409,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
409
409
|
xrayReport: {
|
|
410
410
|
network: string;
|
|
411
411
|
email: string | null;
|
|
412
|
-
level: number | null;
|
|
413
412
|
protocol: string | null;
|
|
413
|
+
inboundTag: string | null;
|
|
414
|
+
level: number | null;
|
|
414
415
|
source: string | null;
|
|
415
416
|
destination: string;
|
|
416
417
|
routeTarget: string | null;
|
|
417
418
|
originalTarget: string | null;
|
|
418
|
-
inboundTag: string | null;
|
|
419
419
|
inboundName: string | null;
|
|
420
420
|
inboundLocal: string | null;
|
|
421
421
|
outboundTag: string | null;
|
|
@@ -433,13 +433,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
433
433
|
xrayReport: {
|
|
434
434
|
network: string;
|
|
435
435
|
email: string | null;
|
|
436
|
-
level: number | null;
|
|
437
436
|
protocol: string | null;
|
|
437
|
+
inboundTag: string | null;
|
|
438
|
+
level: number | null;
|
|
438
439
|
source: string | null;
|
|
439
440
|
destination: string;
|
|
440
441
|
routeTarget: string | null;
|
|
441
442
|
originalTarget: string | null;
|
|
442
|
-
inboundTag: string | null;
|
|
443
443
|
inboundName: string | null;
|
|
444
444
|
inboundLocal: string | null;
|
|
445
445
|
outboundTag: string | null;
|
|
@@ -473,13 +473,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
473
473
|
xrayReport: {
|
|
474
474
|
network: string;
|
|
475
475
|
email: string | null;
|
|
476
|
-
level: number | null;
|
|
477
476
|
protocol: string | null;
|
|
477
|
+
inboundTag: string | null;
|
|
478
|
+
level: number | null;
|
|
478
479
|
source: string | null;
|
|
479
480
|
destination: string;
|
|
480
481
|
routeTarget: string | null;
|
|
481
482
|
originalTarget: string | null;
|
|
482
|
-
inboundTag: string | null;
|
|
483
483
|
inboundName: string | null;
|
|
484
484
|
inboundLocal: string | null;
|
|
485
485
|
outboundTag: string | null;
|
|
@@ -512,13 +512,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
512
512
|
xrayReport: {
|
|
513
513
|
network: string;
|
|
514
514
|
email: string | null;
|
|
515
|
-
level: number | null;
|
|
516
515
|
protocol: string | null;
|
|
516
|
+
inboundTag: string | null;
|
|
517
|
+
level: number | null;
|
|
517
518
|
source: string | null;
|
|
518
519
|
destination: string;
|
|
519
520
|
routeTarget: string | null;
|
|
520
521
|
originalTarget: string | null;
|
|
521
|
-
inboundTag: string | null;
|
|
522
522
|
inboundName: string | null;
|
|
523
523
|
inboundLocal: string | null;
|
|
524
524
|
outboundTag: string | null;
|
|
@@ -555,13 +555,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
555
555
|
xrayReport: {
|
|
556
556
|
network: string;
|
|
557
557
|
email: string | null;
|
|
558
|
-
level: number | null;
|
|
559
558
|
protocol: string | null;
|
|
559
|
+
inboundTag: string | null;
|
|
560
|
+
level: number | null;
|
|
560
561
|
source: string | null;
|
|
561
562
|
destination: string;
|
|
562
563
|
routeTarget: string | null;
|
|
563
564
|
originalTarget: string | null;
|
|
564
|
-
inboundTag: string | null;
|
|
565
565
|
inboundName: string | null;
|
|
566
566
|
inboundLocal: string | null;
|
|
567
567
|
outboundTag: string | null;
|
|
@@ -597,13 +597,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
597
597
|
xrayReport: {
|
|
598
598
|
network: string;
|
|
599
599
|
email: string | null;
|
|
600
|
-
level: number | null;
|
|
601
600
|
protocol: string | null;
|
|
601
|
+
inboundTag: string | null;
|
|
602
|
+
level: number | null;
|
|
602
603
|
source: string | null;
|
|
603
604
|
destination: string;
|
|
604
605
|
routeTarget: string | null;
|
|
605
606
|
originalTarget: string | null;
|
|
606
|
-
inboundTag: string | null;
|
|
607
607
|
inboundName: string | null;
|
|
608
608
|
inboundLocal: string | null;
|
|
609
609
|
outboundTag: string | null;
|
|
@@ -641,13 +641,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
641
641
|
xrayReport: {
|
|
642
642
|
network: string;
|
|
643
643
|
email: string | null;
|
|
644
|
-
level: number | null;
|
|
645
644
|
protocol: string | null;
|
|
645
|
+
inboundTag: string | null;
|
|
646
|
+
level: number | null;
|
|
646
647
|
source: string | null;
|
|
647
648
|
destination: string;
|
|
648
649
|
routeTarget: string | null;
|
|
649
650
|
originalTarget: string | null;
|
|
650
|
-
inboundTag: string | null;
|
|
651
651
|
inboundName: string | null;
|
|
652
652
|
inboundLocal: string | null;
|
|
653
653
|
outboundTag: string | null;
|
|
@@ -685,13 +685,13 @@ export declare namespace TruncateTorrentBlockerReportsCommand {
|
|
|
685
685
|
xrayReport: {
|
|
686
686
|
network: string;
|
|
687
687
|
email: string | null;
|
|
688
|
-
level: number | null;
|
|
689
688
|
protocol: string | null;
|
|
689
|
+
inboundTag: string | null;
|
|
690
|
+
level: number | null;
|
|
690
691
|
source: string | null;
|
|
691
692
|
destination: string;
|
|
692
693
|
routeTarget: string | null;
|
|
693
694
|
originalTarget: string | null;
|
|
694
|
-
inboundTag: string | null;
|
|
695
695
|
inboundName: string | null;
|
|
696
696
|
inboundLocal: string | null;
|
|
697
697
|
outboundTag: string | null;
|