@notidotbot/noti-api-client 1.4.23 → 1.5.0
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/dist/classes/games.d.ts +106 -1
- package/dist/classes/games.js +19 -0
- package/dist/other/zod/gameConfig.zod.d.ts +26 -0
- package/dist/other/zod/gameConfig.zod.js +15 -0
- package/dist/other/zod/schema.zod.d.ts +5 -0
- package/dist/other/zod/schema.zod.js +6 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/prisma/generated/ts-prisma.d.ts +417 -66
- package/prisma/schema/models/gameConfig.prisma +30 -0
- package/prisma/schema/schema.prisma +9 -0
|
@@ -37,6 +37,7 @@ export namespace TSPrisma {
|
|
|
37
37
|
GuildGameCategoryRoute: Prisma.GuildGameCategoryRouteGetPayload<ValidateSimple<Prisma.GuildGameCategoryRouteDefaultArgs, IncludesType['guildGameCategoryRoute']['default']>>;
|
|
38
38
|
GuildTrackedGame: Prisma.GuildTrackedGameGetPayload<ValidateSimple<Prisma.GuildTrackedGameDefaultArgs, IncludesType['guildTrackedGame']['default']>>;
|
|
39
39
|
GuildGameChangelog: Prisma.GuildGameChangelogGetPayload<ValidateSimple<Prisma.GuildGameChangelogDefaultArgs, IncludesType['guildGameChangelog']['default']>>;
|
|
40
|
+
GuildRobloxGame: Prisma.GuildRobloxGameGetPayload<ValidateSimple<Prisma.GuildRobloxGameDefaultArgs, IncludesType['guildRobloxGame']['default']>>;
|
|
40
41
|
GuildGiveaway: Prisma.GuildGiveawayGetPayload<ValidateSimple<Prisma.GuildGiveawayDefaultArgs, IncludesType['guildGiveaway']['default']>>;
|
|
41
42
|
GuildGiveawayEntry: Prisma.GuildGiveawayEntryGetPayload<ValidateSimple<Prisma.GuildGiveawayEntryDefaultArgs, IncludesType['guildGiveawayEntry']['default']>>;
|
|
42
43
|
GuildGiveawayFilter: Prisma.GuildGiveawayFilterGetPayload<ValidateSimple<Prisma.GuildGiveawayFilterDefaultArgs, IncludesType['guildGiveawayFilter']['default']>>;
|
|
@@ -479,6 +480,26 @@ export namespace TSPrisma {
|
|
|
479
480
|
Aggregate: Prisma.GuildGameChangelogAggregateArgs<T>;
|
|
480
481
|
GroupBy: Prisma.GuildGameChangelogGroupByArgs<T>;
|
|
481
482
|
};
|
|
483
|
+
GuildRobloxGame: {
|
|
484
|
+
Default: Prisma.GuildRobloxGameDefaultArgs<T>;
|
|
485
|
+
FindFirst: Prisma.GuildRobloxGameFindFirstArgs<T>;
|
|
486
|
+
FindFirstOrThrow: Prisma.GuildRobloxGameFindFirstOrThrowArgs<T>;
|
|
487
|
+
FindUnique: Prisma.GuildRobloxGameFindUniqueArgs<T>;
|
|
488
|
+
FindUniqueOrThrow: Prisma.GuildRobloxGameFindUniqueOrThrowArgs<T>;
|
|
489
|
+
FindMany: Prisma.GuildRobloxGameFindManyArgs<T>;
|
|
490
|
+
Create: Prisma.GuildRobloxGameCreateArgs<T>;
|
|
491
|
+
Update: Prisma.GuildRobloxGameUpdateArgs<T>;
|
|
492
|
+
Upsert: Prisma.GuildRobloxGameUpsertArgs<T>;
|
|
493
|
+
Delete: Prisma.GuildRobloxGameDeleteArgs<T>;
|
|
494
|
+
CreateMany: Prisma.GuildRobloxGameCreateManyArgs<T>;
|
|
495
|
+
CreateManyAndReturn: Prisma.GuildRobloxGameCreateManyAndReturnArgs<T>;
|
|
496
|
+
UpdateMany: Prisma.GuildRobloxGameUpdateManyArgs<T>;
|
|
497
|
+
UpdateManyAndReturn: Prisma.GuildRobloxGameUpdateManyAndReturnArgs<T>;
|
|
498
|
+
DeleteMany: Prisma.GuildRobloxGameDeleteManyArgs<T>;
|
|
499
|
+
Count: Prisma.GuildRobloxGameCountArgs<T>;
|
|
500
|
+
Aggregate: Prisma.GuildRobloxGameAggregateArgs<T>;
|
|
501
|
+
GroupBy: Prisma.GuildRobloxGameGroupByArgs<T>;
|
|
502
|
+
};
|
|
482
503
|
GuildGiveaway: {
|
|
483
504
|
Default: Prisma.GuildGiveawayDefaultArgs<T>;
|
|
484
505
|
FindFirst: Prisma.GuildGiveawayFindFirstArgs<T>;
|
|
@@ -2498,6 +2519,7 @@ export namespace TSPrisma {
|
|
|
2498
2519
|
GuildGameCategoryRoute: Prisma.Prisma__GuildGameCategoryRouteClient<T, Null, ExtArgs>;
|
|
2499
2520
|
GuildTrackedGame: Prisma.Prisma__GuildTrackedGameClient<T, Null, ExtArgs>;
|
|
2500
2521
|
GuildGameChangelog: Prisma.Prisma__GuildGameChangelogClient<T, Null, ExtArgs>;
|
|
2522
|
+
GuildRobloxGame: Prisma.Prisma__GuildRobloxGameClient<T, Null, ExtArgs>;
|
|
2501
2523
|
GuildGiveaway: Prisma.Prisma__GuildGiveawayClient<T, Null, ExtArgs>;
|
|
2502
2524
|
GuildGiveawayEntry: Prisma.Prisma__GuildGiveawayEntryClient<T, Null, ExtArgs>;
|
|
2503
2525
|
GuildGiveawayFilter: Prisma.Prisma__GuildGiveawayFilterClient<T, Null, ExtArgs>;
|
|
@@ -2617,6 +2639,7 @@ export namespace TSPrisma {
|
|
|
2617
2639
|
GuildGameCategoryRoute: Prisma.$GuildGameCategoryRoutePayload<T>;
|
|
2618
2640
|
GuildTrackedGame: Prisma.$GuildTrackedGamePayload<T>;
|
|
2619
2641
|
GuildGameChangelog: Prisma.$GuildGameChangelogPayload<T>;
|
|
2642
|
+
GuildRobloxGame: Prisma.$GuildRobloxGamePayload<T>;
|
|
2620
2643
|
GuildGiveaway: Prisma.$GuildGiveawayPayload<T>;
|
|
2621
2644
|
GuildGiveawayEntry: Prisma.$GuildGiveawayEntryPayload<T>;
|
|
2622
2645
|
GuildGiveawayFilter: Prisma.$GuildGiveawayFilterPayload<T>;
|
|
@@ -9439,7 +9462,8 @@ export namespace TSPrisma {
|
|
|
9439
9462
|
gameConfig: {
|
|
9440
9463
|
include: {
|
|
9441
9464
|
trackedGames: true,
|
|
9442
|
-
changelogGames: true
|
|
9465
|
+
changelogGames: true,
|
|
9466
|
+
robloxGames: true
|
|
9443
9467
|
}
|
|
9444
9468
|
}
|
|
9445
9469
|
}
|
|
@@ -9449,7 +9473,8 @@ export namespace TSPrisma {
|
|
|
9449
9473
|
gameConfig: {
|
|
9450
9474
|
include: {
|
|
9451
9475
|
categoryRoutes: true,
|
|
9452
|
-
changelogGames: true
|
|
9476
|
+
changelogGames: true,
|
|
9477
|
+
robloxGames: true
|
|
9453
9478
|
}
|
|
9454
9479
|
}
|
|
9455
9480
|
}
|
|
@@ -9459,7 +9484,19 @@ export namespace TSPrisma {
|
|
|
9459
9484
|
gameConfig: {
|
|
9460
9485
|
include: {
|
|
9461
9486
|
categoryRoutes: true,
|
|
9462
|
-
trackedGames: true
|
|
9487
|
+
trackedGames: true,
|
|
9488
|
+
robloxGames: true
|
|
9489
|
+
}
|
|
9490
|
+
}
|
|
9491
|
+
}
|
|
9492
|
+
},
|
|
9493
|
+
robloxGames: {
|
|
9494
|
+
include: {
|
|
9495
|
+
gameConfig: {
|
|
9496
|
+
include: {
|
|
9497
|
+
categoryRoutes: true,
|
|
9498
|
+
trackedGames: true,
|
|
9499
|
+
changelogGames: true
|
|
9463
9500
|
}
|
|
9464
9501
|
}
|
|
9465
9502
|
}
|
|
@@ -9473,7 +9510,8 @@ export namespace TSPrisma {
|
|
|
9473
9510
|
gameConfig: {
|
|
9474
9511
|
include: {
|
|
9475
9512
|
trackedGames: true,
|
|
9476
|
-
changelogGames: true
|
|
9513
|
+
changelogGames: true,
|
|
9514
|
+
robloxGames: true
|
|
9477
9515
|
}
|
|
9478
9516
|
}
|
|
9479
9517
|
}
|
|
@@ -9483,7 +9521,8 @@ export namespace TSPrisma {
|
|
|
9483
9521
|
gameConfig: {
|
|
9484
9522
|
include: {
|
|
9485
9523
|
categoryRoutes: true,
|
|
9486
|
-
changelogGames: true
|
|
9524
|
+
changelogGames: true,
|
|
9525
|
+
robloxGames: true
|
|
9487
9526
|
}
|
|
9488
9527
|
}
|
|
9489
9528
|
}
|
|
@@ -9493,7 +9532,19 @@ export namespace TSPrisma {
|
|
|
9493
9532
|
gameConfig: {
|
|
9494
9533
|
include: {
|
|
9495
9534
|
categoryRoutes: true,
|
|
9496
|
-
trackedGames: true
|
|
9535
|
+
trackedGames: true,
|
|
9536
|
+
robloxGames: true
|
|
9537
|
+
}
|
|
9538
|
+
}
|
|
9539
|
+
}
|
|
9540
|
+
},
|
|
9541
|
+
robloxGames: {
|
|
9542
|
+
include: {
|
|
9543
|
+
gameConfig: {
|
|
9544
|
+
include: {
|
|
9545
|
+
categoryRoutes: true,
|
|
9546
|
+
trackedGames: true,
|
|
9547
|
+
changelogGames: true
|
|
9497
9548
|
}
|
|
9498
9549
|
}
|
|
9499
9550
|
}
|
|
@@ -9507,7 +9558,8 @@ export namespace TSPrisma {
|
|
|
9507
9558
|
gameConfig: {
|
|
9508
9559
|
include: {
|
|
9509
9560
|
trackedGames: true,
|
|
9510
|
-
changelogGames: true
|
|
9561
|
+
changelogGames: true,
|
|
9562
|
+
robloxGames: true
|
|
9511
9563
|
}
|
|
9512
9564
|
}
|
|
9513
9565
|
}
|
|
@@ -9517,7 +9569,8 @@ export namespace TSPrisma {
|
|
|
9517
9569
|
gameConfig: {
|
|
9518
9570
|
include: {
|
|
9519
9571
|
categoryRoutes: true,
|
|
9520
|
-
changelogGames: true
|
|
9572
|
+
changelogGames: true,
|
|
9573
|
+
robloxGames: true
|
|
9521
9574
|
}
|
|
9522
9575
|
}
|
|
9523
9576
|
}
|
|
@@ -9527,7 +9580,19 @@ export namespace TSPrisma {
|
|
|
9527
9580
|
gameConfig: {
|
|
9528
9581
|
include: {
|
|
9529
9582
|
categoryRoutes: true,
|
|
9530
|
-
trackedGames: true
|
|
9583
|
+
trackedGames: true,
|
|
9584
|
+
robloxGames: true
|
|
9585
|
+
}
|
|
9586
|
+
}
|
|
9587
|
+
}
|
|
9588
|
+
},
|
|
9589
|
+
robloxGames: {
|
|
9590
|
+
include: {
|
|
9591
|
+
gameConfig: {
|
|
9592
|
+
include: {
|
|
9593
|
+
categoryRoutes: true,
|
|
9594
|
+
trackedGames: true,
|
|
9595
|
+
changelogGames: true
|
|
9531
9596
|
}
|
|
9532
9597
|
}
|
|
9533
9598
|
}
|
|
@@ -9541,7 +9606,8 @@ export namespace TSPrisma {
|
|
|
9541
9606
|
gameConfig: {
|
|
9542
9607
|
include: {
|
|
9543
9608
|
trackedGames: true,
|
|
9544
|
-
changelogGames: true
|
|
9609
|
+
changelogGames: true,
|
|
9610
|
+
robloxGames: true
|
|
9545
9611
|
}
|
|
9546
9612
|
}
|
|
9547
9613
|
}
|
|
@@ -9551,7 +9617,8 @@ export namespace TSPrisma {
|
|
|
9551
9617
|
gameConfig: {
|
|
9552
9618
|
include: {
|
|
9553
9619
|
categoryRoutes: true,
|
|
9554
|
-
changelogGames: true
|
|
9620
|
+
changelogGames: true,
|
|
9621
|
+
robloxGames: true
|
|
9555
9622
|
}
|
|
9556
9623
|
}
|
|
9557
9624
|
}
|
|
@@ -9561,7 +9628,19 @@ export namespace TSPrisma {
|
|
|
9561
9628
|
gameConfig: {
|
|
9562
9629
|
include: {
|
|
9563
9630
|
categoryRoutes: true,
|
|
9564
|
-
trackedGames: true
|
|
9631
|
+
trackedGames: true,
|
|
9632
|
+
robloxGames: true
|
|
9633
|
+
}
|
|
9634
|
+
}
|
|
9635
|
+
}
|
|
9636
|
+
},
|
|
9637
|
+
robloxGames: {
|
|
9638
|
+
include: {
|
|
9639
|
+
gameConfig: {
|
|
9640
|
+
include: {
|
|
9641
|
+
categoryRoutes: true,
|
|
9642
|
+
trackedGames: true,
|
|
9643
|
+
changelogGames: true
|
|
9565
9644
|
}
|
|
9566
9645
|
}
|
|
9567
9646
|
}
|
|
@@ -9575,7 +9654,8 @@ export namespace TSPrisma {
|
|
|
9575
9654
|
gameConfig: {
|
|
9576
9655
|
include: {
|
|
9577
9656
|
trackedGames: true,
|
|
9578
|
-
changelogGames: true
|
|
9657
|
+
changelogGames: true,
|
|
9658
|
+
robloxGames: true
|
|
9579
9659
|
}
|
|
9580
9660
|
}
|
|
9581
9661
|
}
|
|
@@ -9585,7 +9665,8 @@ export namespace TSPrisma {
|
|
|
9585
9665
|
gameConfig: {
|
|
9586
9666
|
include: {
|
|
9587
9667
|
categoryRoutes: true,
|
|
9588
|
-
changelogGames: true
|
|
9668
|
+
changelogGames: true,
|
|
9669
|
+
robloxGames: true
|
|
9589
9670
|
}
|
|
9590
9671
|
}
|
|
9591
9672
|
}
|
|
@@ -9595,7 +9676,19 @@ export namespace TSPrisma {
|
|
|
9595
9676
|
gameConfig: {
|
|
9596
9677
|
include: {
|
|
9597
9678
|
categoryRoutes: true,
|
|
9598
|
-
trackedGames: true
|
|
9679
|
+
trackedGames: true,
|
|
9680
|
+
robloxGames: true
|
|
9681
|
+
}
|
|
9682
|
+
}
|
|
9683
|
+
}
|
|
9684
|
+
},
|
|
9685
|
+
robloxGames: {
|
|
9686
|
+
include: {
|
|
9687
|
+
gameConfig: {
|
|
9688
|
+
include: {
|
|
9689
|
+
categoryRoutes: true,
|
|
9690
|
+
trackedGames: true,
|
|
9691
|
+
changelogGames: true
|
|
9599
9692
|
}
|
|
9600
9693
|
}
|
|
9601
9694
|
}
|
|
@@ -9609,7 +9702,8 @@ export namespace TSPrisma {
|
|
|
9609
9702
|
gameConfig: {
|
|
9610
9703
|
include: {
|
|
9611
9704
|
trackedGames: true,
|
|
9612
|
-
changelogGames: true
|
|
9705
|
+
changelogGames: true,
|
|
9706
|
+
robloxGames: true
|
|
9613
9707
|
}
|
|
9614
9708
|
}
|
|
9615
9709
|
}
|
|
@@ -9619,7 +9713,8 @@ export namespace TSPrisma {
|
|
|
9619
9713
|
gameConfig: {
|
|
9620
9714
|
include: {
|
|
9621
9715
|
categoryRoutes: true,
|
|
9622
|
-
changelogGames: true
|
|
9716
|
+
changelogGames: true,
|
|
9717
|
+
robloxGames: true
|
|
9623
9718
|
}
|
|
9624
9719
|
}
|
|
9625
9720
|
}
|
|
@@ -9629,7 +9724,19 @@ export namespace TSPrisma {
|
|
|
9629
9724
|
gameConfig: {
|
|
9630
9725
|
include: {
|
|
9631
9726
|
categoryRoutes: true,
|
|
9632
|
-
trackedGames: true
|
|
9727
|
+
trackedGames: true,
|
|
9728
|
+
robloxGames: true
|
|
9729
|
+
}
|
|
9730
|
+
}
|
|
9731
|
+
}
|
|
9732
|
+
},
|
|
9733
|
+
robloxGames: {
|
|
9734
|
+
include: {
|
|
9735
|
+
gameConfig: {
|
|
9736
|
+
include: {
|
|
9737
|
+
categoryRoutes: true,
|
|
9738
|
+
trackedGames: true,
|
|
9739
|
+
changelogGames: true
|
|
9633
9740
|
}
|
|
9634
9741
|
}
|
|
9635
9742
|
}
|
|
@@ -9643,7 +9750,8 @@ export namespace TSPrisma {
|
|
|
9643
9750
|
gameConfig: {
|
|
9644
9751
|
include: {
|
|
9645
9752
|
trackedGames: true,
|
|
9646
|
-
changelogGames: true
|
|
9753
|
+
changelogGames: true,
|
|
9754
|
+
robloxGames: true
|
|
9647
9755
|
}
|
|
9648
9756
|
}
|
|
9649
9757
|
}
|
|
@@ -9653,7 +9761,8 @@ export namespace TSPrisma {
|
|
|
9653
9761
|
gameConfig: {
|
|
9654
9762
|
include: {
|
|
9655
9763
|
categoryRoutes: true,
|
|
9656
|
-
changelogGames: true
|
|
9764
|
+
changelogGames: true,
|
|
9765
|
+
robloxGames: true
|
|
9657
9766
|
}
|
|
9658
9767
|
}
|
|
9659
9768
|
}
|
|
@@ -9663,7 +9772,19 @@ export namespace TSPrisma {
|
|
|
9663
9772
|
gameConfig: {
|
|
9664
9773
|
include: {
|
|
9665
9774
|
categoryRoutes: true,
|
|
9666
|
-
trackedGames: true
|
|
9775
|
+
trackedGames: true,
|
|
9776
|
+
robloxGames: true
|
|
9777
|
+
}
|
|
9778
|
+
}
|
|
9779
|
+
}
|
|
9780
|
+
},
|
|
9781
|
+
robloxGames: {
|
|
9782
|
+
include: {
|
|
9783
|
+
gameConfig: {
|
|
9784
|
+
include: {
|
|
9785
|
+
categoryRoutes: true,
|
|
9786
|
+
trackedGames: true,
|
|
9787
|
+
changelogGames: true
|
|
9667
9788
|
}
|
|
9668
9789
|
}
|
|
9669
9790
|
}
|
|
@@ -9677,7 +9798,8 @@ export namespace TSPrisma {
|
|
|
9677
9798
|
gameConfig: {
|
|
9678
9799
|
include: {
|
|
9679
9800
|
trackedGames: true,
|
|
9680
|
-
changelogGames: true
|
|
9801
|
+
changelogGames: true,
|
|
9802
|
+
robloxGames: true
|
|
9681
9803
|
}
|
|
9682
9804
|
}
|
|
9683
9805
|
}
|
|
@@ -9687,7 +9809,8 @@ export namespace TSPrisma {
|
|
|
9687
9809
|
gameConfig: {
|
|
9688
9810
|
include: {
|
|
9689
9811
|
categoryRoutes: true,
|
|
9690
|
-
changelogGames: true
|
|
9812
|
+
changelogGames: true,
|
|
9813
|
+
robloxGames: true
|
|
9691
9814
|
}
|
|
9692
9815
|
}
|
|
9693
9816
|
}
|
|
@@ -9697,7 +9820,19 @@ export namespace TSPrisma {
|
|
|
9697
9820
|
gameConfig: {
|
|
9698
9821
|
include: {
|
|
9699
9822
|
categoryRoutes: true,
|
|
9700
|
-
trackedGames: true
|
|
9823
|
+
trackedGames: true,
|
|
9824
|
+
robloxGames: true
|
|
9825
|
+
}
|
|
9826
|
+
}
|
|
9827
|
+
}
|
|
9828
|
+
},
|
|
9829
|
+
robloxGames: {
|
|
9830
|
+
include: {
|
|
9831
|
+
gameConfig: {
|
|
9832
|
+
include: {
|
|
9833
|
+
categoryRoutes: true,
|
|
9834
|
+
trackedGames: true,
|
|
9835
|
+
changelogGames: true
|
|
9701
9836
|
}
|
|
9702
9837
|
}
|
|
9703
9838
|
}
|
|
@@ -9711,7 +9846,8 @@ export namespace TSPrisma {
|
|
|
9711
9846
|
gameConfig: {
|
|
9712
9847
|
include: {
|
|
9713
9848
|
trackedGames: true,
|
|
9714
|
-
changelogGames: true
|
|
9849
|
+
changelogGames: true,
|
|
9850
|
+
robloxGames: true
|
|
9715
9851
|
}
|
|
9716
9852
|
}
|
|
9717
9853
|
}
|
|
@@ -9721,7 +9857,8 @@ export namespace TSPrisma {
|
|
|
9721
9857
|
gameConfig: {
|
|
9722
9858
|
include: {
|
|
9723
9859
|
categoryRoutes: true,
|
|
9724
|
-
changelogGames: true
|
|
9860
|
+
changelogGames: true,
|
|
9861
|
+
robloxGames: true
|
|
9725
9862
|
}
|
|
9726
9863
|
}
|
|
9727
9864
|
}
|
|
@@ -9731,7 +9868,19 @@ export namespace TSPrisma {
|
|
|
9731
9868
|
gameConfig: {
|
|
9732
9869
|
include: {
|
|
9733
9870
|
categoryRoutes: true,
|
|
9734
|
-
trackedGames: true
|
|
9871
|
+
trackedGames: true,
|
|
9872
|
+
robloxGames: true
|
|
9873
|
+
}
|
|
9874
|
+
}
|
|
9875
|
+
}
|
|
9876
|
+
},
|
|
9877
|
+
robloxGames: {
|
|
9878
|
+
include: {
|
|
9879
|
+
gameConfig: {
|
|
9880
|
+
include: {
|
|
9881
|
+
categoryRoutes: true,
|
|
9882
|
+
trackedGames: true,
|
|
9883
|
+
changelogGames: true
|
|
9735
9884
|
}
|
|
9736
9885
|
}
|
|
9737
9886
|
}
|
|
@@ -9745,7 +9894,8 @@ export namespace TSPrisma {
|
|
|
9745
9894
|
gameConfig: {
|
|
9746
9895
|
include: {
|
|
9747
9896
|
trackedGames: true,
|
|
9748
|
-
changelogGames: true
|
|
9897
|
+
changelogGames: true,
|
|
9898
|
+
robloxGames: true
|
|
9749
9899
|
}
|
|
9750
9900
|
}
|
|
9751
9901
|
}
|
|
@@ -9755,7 +9905,8 @@ export namespace TSPrisma {
|
|
|
9755
9905
|
gameConfig: {
|
|
9756
9906
|
include: {
|
|
9757
9907
|
categoryRoutes: true,
|
|
9758
|
-
changelogGames: true
|
|
9908
|
+
changelogGames: true,
|
|
9909
|
+
robloxGames: true
|
|
9759
9910
|
}
|
|
9760
9911
|
}
|
|
9761
9912
|
}
|
|
@@ -9765,7 +9916,19 @@ export namespace TSPrisma {
|
|
|
9765
9916
|
gameConfig: {
|
|
9766
9917
|
include: {
|
|
9767
9918
|
categoryRoutes: true,
|
|
9768
|
-
trackedGames: true
|
|
9919
|
+
trackedGames: true,
|
|
9920
|
+
robloxGames: true
|
|
9921
|
+
}
|
|
9922
|
+
}
|
|
9923
|
+
}
|
|
9924
|
+
},
|
|
9925
|
+
robloxGames: {
|
|
9926
|
+
include: {
|
|
9927
|
+
gameConfig: {
|
|
9928
|
+
include: {
|
|
9929
|
+
categoryRoutes: true,
|
|
9930
|
+
trackedGames: true,
|
|
9931
|
+
changelogGames: true
|
|
9769
9932
|
}
|
|
9770
9933
|
}
|
|
9771
9934
|
}
|
|
@@ -9788,7 +9951,8 @@ export namespace TSPrisma {
|
|
|
9788
9951
|
include: {
|
|
9789
9952
|
categoryRoutes: true,
|
|
9790
9953
|
trackedGames: true,
|
|
9791
|
-
changelogGames: true
|
|
9954
|
+
changelogGames: true,
|
|
9955
|
+
robloxGames: true
|
|
9792
9956
|
}
|
|
9793
9957
|
}
|
|
9794
9958
|
}
|
|
@@ -9799,7 +9963,8 @@ export namespace TSPrisma {
|
|
|
9799
9963
|
include: {
|
|
9800
9964
|
categoryRoutes: true,
|
|
9801
9965
|
trackedGames: true,
|
|
9802
|
-
changelogGames: true
|
|
9966
|
+
changelogGames: true,
|
|
9967
|
+
robloxGames: true
|
|
9803
9968
|
}
|
|
9804
9969
|
}
|
|
9805
9970
|
}
|
|
@@ -9810,7 +9975,8 @@ export namespace TSPrisma {
|
|
|
9810
9975
|
include: {
|
|
9811
9976
|
categoryRoutes: true,
|
|
9812
9977
|
trackedGames: true,
|
|
9813
|
-
changelogGames: true
|
|
9978
|
+
changelogGames: true,
|
|
9979
|
+
robloxGames: true
|
|
9814
9980
|
}
|
|
9815
9981
|
}
|
|
9816
9982
|
}
|
|
@@ -9821,7 +9987,8 @@ export namespace TSPrisma {
|
|
|
9821
9987
|
include: {
|
|
9822
9988
|
categoryRoutes: true,
|
|
9823
9989
|
trackedGames: true,
|
|
9824
|
-
changelogGames: true
|
|
9990
|
+
changelogGames: true,
|
|
9991
|
+
robloxGames: true
|
|
9825
9992
|
}
|
|
9826
9993
|
}
|
|
9827
9994
|
}
|
|
@@ -9832,7 +9999,8 @@ export namespace TSPrisma {
|
|
|
9832
9999
|
include: {
|
|
9833
10000
|
categoryRoutes: true,
|
|
9834
10001
|
trackedGames: true,
|
|
9835
|
-
changelogGames: true
|
|
10002
|
+
changelogGames: true,
|
|
10003
|
+
robloxGames: true
|
|
9836
10004
|
}
|
|
9837
10005
|
}
|
|
9838
10006
|
}
|
|
@@ -9843,7 +10011,8 @@ export namespace TSPrisma {
|
|
|
9843
10011
|
include: {
|
|
9844
10012
|
categoryRoutes: true,
|
|
9845
10013
|
trackedGames: true,
|
|
9846
|
-
changelogGames: true
|
|
10014
|
+
changelogGames: true,
|
|
10015
|
+
robloxGames: true
|
|
9847
10016
|
}
|
|
9848
10017
|
}
|
|
9849
10018
|
}
|
|
@@ -9854,7 +10023,8 @@ export namespace TSPrisma {
|
|
|
9854
10023
|
include: {
|
|
9855
10024
|
categoryRoutes: true,
|
|
9856
10025
|
trackedGames: true,
|
|
9857
|
-
changelogGames: true
|
|
10026
|
+
changelogGames: true,
|
|
10027
|
+
robloxGames: true
|
|
9858
10028
|
}
|
|
9859
10029
|
}
|
|
9860
10030
|
}
|
|
@@ -9865,7 +10035,8 @@ export namespace TSPrisma {
|
|
|
9865
10035
|
include: {
|
|
9866
10036
|
categoryRoutes: true,
|
|
9867
10037
|
trackedGames: true,
|
|
9868
|
-
changelogGames: true
|
|
10038
|
+
changelogGames: true,
|
|
10039
|
+
robloxGames: true
|
|
9869
10040
|
}
|
|
9870
10041
|
}
|
|
9871
10042
|
}
|
|
@@ -9876,7 +10047,8 @@ export namespace TSPrisma {
|
|
|
9876
10047
|
include: {
|
|
9877
10048
|
categoryRoutes: true,
|
|
9878
10049
|
trackedGames: true,
|
|
9879
|
-
changelogGames: true
|
|
10050
|
+
changelogGames: true,
|
|
10051
|
+
robloxGames: true
|
|
9880
10052
|
}
|
|
9881
10053
|
}
|
|
9882
10054
|
}
|
|
@@ -9887,7 +10059,8 @@ export namespace TSPrisma {
|
|
|
9887
10059
|
include: {
|
|
9888
10060
|
categoryRoutes: true,
|
|
9889
10061
|
trackedGames: true,
|
|
9890
|
-
changelogGames: true
|
|
10062
|
+
changelogGames: true,
|
|
10063
|
+
robloxGames: true
|
|
9891
10064
|
}
|
|
9892
10065
|
}
|
|
9893
10066
|
}
|
|
@@ -9899,7 +10072,8 @@ export namespace TSPrisma {
|
|
|
9899
10072
|
include: {
|
|
9900
10073
|
categoryRoutes: true,
|
|
9901
10074
|
trackedGames: true,
|
|
9902
|
-
changelogGames: true
|
|
10075
|
+
changelogGames: true,
|
|
10076
|
+
robloxGames: true
|
|
9903
10077
|
}
|
|
9904
10078
|
}
|
|
9905
10079
|
}
|
|
@@ -9911,7 +10085,8 @@ export namespace TSPrisma {
|
|
|
9911
10085
|
include: {
|
|
9912
10086
|
categoryRoutes: true,
|
|
9913
10087
|
trackedGames: true,
|
|
9914
|
-
changelogGames: true
|
|
10088
|
+
changelogGames: true,
|
|
10089
|
+
robloxGames: true
|
|
9915
10090
|
}
|
|
9916
10091
|
}
|
|
9917
10092
|
}
|
|
@@ -9928,7 +10103,8 @@ export namespace TSPrisma {
|
|
|
9928
10103
|
include: {
|
|
9929
10104
|
categoryRoutes: true,
|
|
9930
10105
|
trackedGames: true,
|
|
9931
|
-
changelogGames: true
|
|
10106
|
+
changelogGames: true,
|
|
10107
|
+
robloxGames: true
|
|
9932
10108
|
}
|
|
9933
10109
|
}
|
|
9934
10110
|
}
|
|
@@ -9939,7 +10115,8 @@ export namespace TSPrisma {
|
|
|
9939
10115
|
include: {
|
|
9940
10116
|
categoryRoutes: true,
|
|
9941
10117
|
trackedGames: true,
|
|
9942
|
-
changelogGames: true
|
|
10118
|
+
changelogGames: true,
|
|
10119
|
+
robloxGames: true
|
|
9943
10120
|
}
|
|
9944
10121
|
}
|
|
9945
10122
|
}
|
|
@@ -9950,7 +10127,8 @@ export namespace TSPrisma {
|
|
|
9950
10127
|
include: {
|
|
9951
10128
|
categoryRoutes: true,
|
|
9952
10129
|
trackedGames: true,
|
|
9953
|
-
changelogGames: true
|
|
10130
|
+
changelogGames: true,
|
|
10131
|
+
robloxGames: true
|
|
9954
10132
|
}
|
|
9955
10133
|
}
|
|
9956
10134
|
}
|
|
@@ -9961,7 +10139,8 @@ export namespace TSPrisma {
|
|
|
9961
10139
|
include: {
|
|
9962
10140
|
categoryRoutes: true,
|
|
9963
10141
|
trackedGames: true,
|
|
9964
|
-
changelogGames: true
|
|
10142
|
+
changelogGames: true,
|
|
10143
|
+
robloxGames: true
|
|
9965
10144
|
}
|
|
9966
10145
|
}
|
|
9967
10146
|
}
|
|
@@ -9972,7 +10151,8 @@ export namespace TSPrisma {
|
|
|
9972
10151
|
include: {
|
|
9973
10152
|
categoryRoutes: true,
|
|
9974
10153
|
trackedGames: true,
|
|
9975
|
-
changelogGames: true
|
|
10154
|
+
changelogGames: true,
|
|
10155
|
+
robloxGames: true
|
|
9976
10156
|
}
|
|
9977
10157
|
}
|
|
9978
10158
|
}
|
|
@@ -9983,7 +10163,8 @@ export namespace TSPrisma {
|
|
|
9983
10163
|
include: {
|
|
9984
10164
|
categoryRoutes: true,
|
|
9985
10165
|
trackedGames: true,
|
|
9986
|
-
changelogGames: true
|
|
10166
|
+
changelogGames: true,
|
|
10167
|
+
robloxGames: true
|
|
9987
10168
|
}
|
|
9988
10169
|
}
|
|
9989
10170
|
}
|
|
@@ -9994,7 +10175,8 @@ export namespace TSPrisma {
|
|
|
9994
10175
|
include: {
|
|
9995
10176
|
categoryRoutes: true,
|
|
9996
10177
|
trackedGames: true,
|
|
9997
|
-
changelogGames: true
|
|
10178
|
+
changelogGames: true,
|
|
10179
|
+
robloxGames: true
|
|
9998
10180
|
}
|
|
9999
10181
|
}
|
|
10000
10182
|
}
|
|
@@ -10005,7 +10187,8 @@ export namespace TSPrisma {
|
|
|
10005
10187
|
include: {
|
|
10006
10188
|
categoryRoutes: true,
|
|
10007
10189
|
trackedGames: true,
|
|
10008
|
-
changelogGames: true
|
|
10190
|
+
changelogGames: true,
|
|
10191
|
+
robloxGames: true
|
|
10009
10192
|
}
|
|
10010
10193
|
}
|
|
10011
10194
|
}
|
|
@@ -10016,7 +10199,8 @@ export namespace TSPrisma {
|
|
|
10016
10199
|
include: {
|
|
10017
10200
|
categoryRoutes: true,
|
|
10018
10201
|
trackedGames: true,
|
|
10019
|
-
changelogGames: true
|
|
10202
|
+
changelogGames: true,
|
|
10203
|
+
robloxGames: true
|
|
10020
10204
|
}
|
|
10021
10205
|
}
|
|
10022
10206
|
}
|
|
@@ -10027,7 +10211,8 @@ export namespace TSPrisma {
|
|
|
10027
10211
|
include: {
|
|
10028
10212
|
categoryRoutes: true,
|
|
10029
10213
|
trackedGames: true,
|
|
10030
|
-
changelogGames: true
|
|
10214
|
+
changelogGames: true,
|
|
10215
|
+
robloxGames: true
|
|
10031
10216
|
}
|
|
10032
10217
|
}
|
|
10033
10218
|
}
|
|
@@ -10039,7 +10224,8 @@ export namespace TSPrisma {
|
|
|
10039
10224
|
include: {
|
|
10040
10225
|
categoryRoutes: true,
|
|
10041
10226
|
trackedGames: true,
|
|
10042
|
-
changelogGames: true
|
|
10227
|
+
changelogGames: true,
|
|
10228
|
+
robloxGames: true
|
|
10043
10229
|
}
|
|
10044
10230
|
}
|
|
10045
10231
|
}
|
|
@@ -10051,7 +10237,8 @@ export namespace TSPrisma {
|
|
|
10051
10237
|
include: {
|
|
10052
10238
|
categoryRoutes: true,
|
|
10053
10239
|
trackedGames: true,
|
|
10054
|
-
changelogGames: true
|
|
10240
|
+
changelogGames: true,
|
|
10241
|
+
robloxGames: true
|
|
10055
10242
|
}
|
|
10056
10243
|
}
|
|
10057
10244
|
}
|
|
@@ -10068,7 +10255,160 @@ export namespace TSPrisma {
|
|
|
10068
10255
|
include: {
|
|
10069
10256
|
categoryRoutes: true,
|
|
10070
10257
|
trackedGames: true,
|
|
10071
|
-
changelogGames: true
|
|
10258
|
+
changelogGames: true,
|
|
10259
|
+
robloxGames: true
|
|
10260
|
+
}
|
|
10261
|
+
}
|
|
10262
|
+
}
|
|
10263
|
+
},
|
|
10264
|
+
findFirst: {
|
|
10265
|
+
include: {
|
|
10266
|
+
gameConfig: {
|
|
10267
|
+
include: {
|
|
10268
|
+
categoryRoutes: true,
|
|
10269
|
+
trackedGames: true,
|
|
10270
|
+
changelogGames: true,
|
|
10271
|
+
robloxGames: true
|
|
10272
|
+
}
|
|
10273
|
+
}
|
|
10274
|
+
}
|
|
10275
|
+
},
|
|
10276
|
+
findFirstOrThrow: {
|
|
10277
|
+
include: {
|
|
10278
|
+
gameConfig: {
|
|
10279
|
+
include: {
|
|
10280
|
+
categoryRoutes: true,
|
|
10281
|
+
trackedGames: true,
|
|
10282
|
+
changelogGames: true,
|
|
10283
|
+
robloxGames: true
|
|
10284
|
+
}
|
|
10285
|
+
}
|
|
10286
|
+
}
|
|
10287
|
+
},
|
|
10288
|
+
findUnique: {
|
|
10289
|
+
include: {
|
|
10290
|
+
gameConfig: {
|
|
10291
|
+
include: {
|
|
10292
|
+
categoryRoutes: true,
|
|
10293
|
+
trackedGames: true,
|
|
10294
|
+
changelogGames: true,
|
|
10295
|
+
robloxGames: true
|
|
10296
|
+
}
|
|
10297
|
+
}
|
|
10298
|
+
}
|
|
10299
|
+
},
|
|
10300
|
+
findUniqueOrThrow: {
|
|
10301
|
+
include: {
|
|
10302
|
+
gameConfig: {
|
|
10303
|
+
include: {
|
|
10304
|
+
categoryRoutes: true,
|
|
10305
|
+
trackedGames: true,
|
|
10306
|
+
changelogGames: true,
|
|
10307
|
+
robloxGames: true
|
|
10308
|
+
}
|
|
10309
|
+
}
|
|
10310
|
+
}
|
|
10311
|
+
},
|
|
10312
|
+
findMany: {
|
|
10313
|
+
include: {
|
|
10314
|
+
gameConfig: {
|
|
10315
|
+
include: {
|
|
10316
|
+
categoryRoutes: true,
|
|
10317
|
+
trackedGames: true,
|
|
10318
|
+
changelogGames: true,
|
|
10319
|
+
robloxGames: true
|
|
10320
|
+
}
|
|
10321
|
+
}
|
|
10322
|
+
}
|
|
10323
|
+
},
|
|
10324
|
+
create: {
|
|
10325
|
+
include: {
|
|
10326
|
+
gameConfig: {
|
|
10327
|
+
include: {
|
|
10328
|
+
categoryRoutes: true,
|
|
10329
|
+
trackedGames: true,
|
|
10330
|
+
changelogGames: true,
|
|
10331
|
+
robloxGames: true
|
|
10332
|
+
}
|
|
10333
|
+
}
|
|
10334
|
+
}
|
|
10335
|
+
},
|
|
10336
|
+
update: {
|
|
10337
|
+
include: {
|
|
10338
|
+
gameConfig: {
|
|
10339
|
+
include: {
|
|
10340
|
+
categoryRoutes: true,
|
|
10341
|
+
trackedGames: true,
|
|
10342
|
+
changelogGames: true,
|
|
10343
|
+
robloxGames: true
|
|
10344
|
+
}
|
|
10345
|
+
}
|
|
10346
|
+
}
|
|
10347
|
+
},
|
|
10348
|
+
upsert: {
|
|
10349
|
+
include: {
|
|
10350
|
+
gameConfig: {
|
|
10351
|
+
include: {
|
|
10352
|
+
categoryRoutes: true,
|
|
10353
|
+
trackedGames: true,
|
|
10354
|
+
changelogGames: true,
|
|
10355
|
+
robloxGames: true
|
|
10356
|
+
}
|
|
10357
|
+
}
|
|
10358
|
+
}
|
|
10359
|
+
},
|
|
10360
|
+
delete: {
|
|
10361
|
+
include: {
|
|
10362
|
+
gameConfig: {
|
|
10363
|
+
include: {
|
|
10364
|
+
categoryRoutes: true,
|
|
10365
|
+
trackedGames: true,
|
|
10366
|
+
changelogGames: true,
|
|
10367
|
+
robloxGames: true
|
|
10368
|
+
}
|
|
10369
|
+
}
|
|
10370
|
+
}
|
|
10371
|
+
},
|
|
10372
|
+
createMany: true,
|
|
10373
|
+
createManyAndReturn: {
|
|
10374
|
+
include: {
|
|
10375
|
+
gameConfig: {
|
|
10376
|
+
include: {
|
|
10377
|
+
categoryRoutes: true,
|
|
10378
|
+
trackedGames: true,
|
|
10379
|
+
changelogGames: true,
|
|
10380
|
+
robloxGames: true
|
|
10381
|
+
}
|
|
10382
|
+
}
|
|
10383
|
+
}
|
|
10384
|
+
},
|
|
10385
|
+
updateMany: true,
|
|
10386
|
+
updateManyAndReturn: {
|
|
10387
|
+
include: {
|
|
10388
|
+
gameConfig: {
|
|
10389
|
+
include: {
|
|
10390
|
+
categoryRoutes: true,
|
|
10391
|
+
trackedGames: true,
|
|
10392
|
+
changelogGames: true,
|
|
10393
|
+
robloxGames: true
|
|
10394
|
+
}
|
|
10395
|
+
}
|
|
10396
|
+
}
|
|
10397
|
+
},
|
|
10398
|
+
deleteMany: true,
|
|
10399
|
+
count: true,
|
|
10400
|
+
aggregate: true,
|
|
10401
|
+
groupBy: true
|
|
10402
|
+
},
|
|
10403
|
+
guildRobloxGame: {
|
|
10404
|
+
default: {
|
|
10405
|
+
include: {
|
|
10406
|
+
gameConfig: {
|
|
10407
|
+
include: {
|
|
10408
|
+
categoryRoutes: true,
|
|
10409
|
+
trackedGames: true,
|
|
10410
|
+
changelogGames: true,
|
|
10411
|
+
robloxGames: true
|
|
10072
10412
|
}
|
|
10073
10413
|
}
|
|
10074
10414
|
}
|
|
@@ -10079,7 +10419,8 @@ export namespace TSPrisma {
|
|
|
10079
10419
|
include: {
|
|
10080
10420
|
categoryRoutes: true,
|
|
10081
10421
|
trackedGames: true,
|
|
10082
|
-
changelogGames: true
|
|
10422
|
+
changelogGames: true,
|
|
10423
|
+
robloxGames: true
|
|
10083
10424
|
}
|
|
10084
10425
|
}
|
|
10085
10426
|
}
|
|
@@ -10090,7 +10431,8 @@ export namespace TSPrisma {
|
|
|
10090
10431
|
include: {
|
|
10091
10432
|
categoryRoutes: true,
|
|
10092
10433
|
trackedGames: true,
|
|
10093
|
-
changelogGames: true
|
|
10434
|
+
changelogGames: true,
|
|
10435
|
+
robloxGames: true
|
|
10094
10436
|
}
|
|
10095
10437
|
}
|
|
10096
10438
|
}
|
|
@@ -10101,7 +10443,8 @@ export namespace TSPrisma {
|
|
|
10101
10443
|
include: {
|
|
10102
10444
|
categoryRoutes: true,
|
|
10103
10445
|
trackedGames: true,
|
|
10104
|
-
changelogGames: true
|
|
10446
|
+
changelogGames: true,
|
|
10447
|
+
robloxGames: true
|
|
10105
10448
|
}
|
|
10106
10449
|
}
|
|
10107
10450
|
}
|
|
@@ -10112,7 +10455,8 @@ export namespace TSPrisma {
|
|
|
10112
10455
|
include: {
|
|
10113
10456
|
categoryRoutes: true,
|
|
10114
10457
|
trackedGames: true,
|
|
10115
|
-
changelogGames: true
|
|
10458
|
+
changelogGames: true,
|
|
10459
|
+
robloxGames: true
|
|
10116
10460
|
}
|
|
10117
10461
|
}
|
|
10118
10462
|
}
|
|
@@ -10123,7 +10467,8 @@ export namespace TSPrisma {
|
|
|
10123
10467
|
include: {
|
|
10124
10468
|
categoryRoutes: true,
|
|
10125
10469
|
trackedGames: true,
|
|
10126
|
-
changelogGames: true
|
|
10470
|
+
changelogGames: true,
|
|
10471
|
+
robloxGames: true
|
|
10127
10472
|
}
|
|
10128
10473
|
}
|
|
10129
10474
|
}
|
|
@@ -10134,7 +10479,8 @@ export namespace TSPrisma {
|
|
|
10134
10479
|
include: {
|
|
10135
10480
|
categoryRoutes: true,
|
|
10136
10481
|
trackedGames: true,
|
|
10137
|
-
changelogGames: true
|
|
10482
|
+
changelogGames: true,
|
|
10483
|
+
robloxGames: true
|
|
10138
10484
|
}
|
|
10139
10485
|
}
|
|
10140
10486
|
}
|
|
@@ -10145,7 +10491,8 @@ export namespace TSPrisma {
|
|
|
10145
10491
|
include: {
|
|
10146
10492
|
categoryRoutes: true,
|
|
10147
10493
|
trackedGames: true,
|
|
10148
|
-
changelogGames: true
|
|
10494
|
+
changelogGames: true,
|
|
10495
|
+
robloxGames: true
|
|
10149
10496
|
}
|
|
10150
10497
|
}
|
|
10151
10498
|
}
|
|
@@ -10156,7 +10503,8 @@ export namespace TSPrisma {
|
|
|
10156
10503
|
include: {
|
|
10157
10504
|
categoryRoutes: true,
|
|
10158
10505
|
trackedGames: true,
|
|
10159
|
-
changelogGames: true
|
|
10506
|
+
changelogGames: true,
|
|
10507
|
+
robloxGames: true
|
|
10160
10508
|
}
|
|
10161
10509
|
}
|
|
10162
10510
|
}
|
|
@@ -10167,7 +10515,8 @@ export namespace TSPrisma {
|
|
|
10167
10515
|
include: {
|
|
10168
10516
|
categoryRoutes: true,
|
|
10169
10517
|
trackedGames: true,
|
|
10170
|
-
changelogGames: true
|
|
10518
|
+
changelogGames: true,
|
|
10519
|
+
robloxGames: true
|
|
10171
10520
|
}
|
|
10172
10521
|
}
|
|
10173
10522
|
}
|
|
@@ -10179,7 +10528,8 @@ export namespace TSPrisma {
|
|
|
10179
10528
|
include: {
|
|
10180
10529
|
categoryRoutes: true,
|
|
10181
10530
|
trackedGames: true,
|
|
10182
|
-
changelogGames: true
|
|
10531
|
+
changelogGames: true,
|
|
10532
|
+
robloxGames: true
|
|
10183
10533
|
}
|
|
10184
10534
|
}
|
|
10185
10535
|
}
|
|
@@ -10191,7 +10541,8 @@ export namespace TSPrisma {
|
|
|
10191
10541
|
include: {
|
|
10192
10542
|
categoryRoutes: true,
|
|
10193
10543
|
trackedGames: true,
|
|
10194
|
-
changelogGames: true
|
|
10544
|
+
changelogGames: true,
|
|
10545
|
+
robloxGames: true
|
|
10195
10546
|
}
|
|
10196
10547
|
}
|
|
10197
10548
|
}
|