@notidotbot/noti-api-client 1.4.15 → 1.4.17
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/@me.d.ts +2 -2
- package/dist/classes/admin.d.ts +6 -0
- package/dist/classes/admin.js +6 -0
- package/dist/classes/client.d.ts +27 -1
- package/dist/classes/client.js +6 -0
- package/dist/classes/emotes.d.ts +2 -0
- package/dist/classes/games.d.ts +363 -0
- package/dist/classes/games.js +49 -0
- package/dist/classes/guild.d.ts +4 -3
- package/dist/classes/guild.js +3 -2
- package/dist/classes/guildDrops.d.ts +1 -0
- package/dist/classes/guildGiveaway.d.ts +6 -2
- package/dist/classes/guildPlatform.d.ts +4 -57
- package/dist/classes/guildPlatform.js +0 -38
- package/dist/classes/guildPlatformAction.d.ts +58 -1
- package/dist/classes/guildPlatformAction.js +38 -0
- package/dist/classes/guildStarboard.d.ts +2 -2
- package/dist/classes/linked.d.ts +10 -7
- package/dist/classes/linked.js +8 -5
- package/dist/classes/other.d.ts +43 -1
- package/dist/classes/other.js +20 -1
- package/dist/classes/platform.d.ts +8 -3
- package/dist/classes/platform.js +5 -2
- package/dist/classes/premium.d.ts +52 -9
- package/dist/classes/premium.js +14 -4
- package/dist/classes/sessions.d.ts +2 -1
- package/dist/classes/sessions.js +2 -1
- package/dist/classes/teams.d.ts +19 -14
- package/dist/classes/teams.js +7 -9
- package/dist/classes/user.d.ts +1 -1
- package/dist/classes/vods.d.ts +8 -2
- package/dist/core/manager.d.ts +2 -0
- package/dist/core/manager.js +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/other/prisma.d.ts +5 -0
- package/dist/other/zod/gameConfig.zod.d.ts +134 -0
- package/dist/other/zod/gameConfig.zod.js +82 -0
- package/dist/other/zod/guild.zod.d.ts +3 -0
- package/dist/other/zod/guild.zod.js +3 -0
- package/dist/other/zod/r2Storage.zod.d.ts +1 -0
- package/dist/other/zod/r2Storage.zod.js +1 -0
- package/dist/other/zod/rumbleStreamer.zod.d.ts +1 -1
- package/dist/other/zod/schema.zod.d.ts +30 -6
- package/dist/other/zod/schema.zod.js +27 -1
- package/dist/other/zod/youtubeStreamer.zod.d.ts +1 -0
- package/dist/other/zod/youtubeStreamer.zod.js +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/prisma/generated/ts-prisma.d.ts +862 -0
- package/prisma/schema/models/gameConfig.prisma +128 -0
- package/prisma/schema/models/guild.prisma +4 -0
- package/prisma/schema/models/r2Storage.prisma +1 -0
- package/prisma/schema/models/youtubeStreamer.prisma +2 -1
- package/prisma/schema/schema.prisma +154 -120
|
@@ -33,6 +33,10 @@ export namespace TSPrisma {
|
|
|
33
33
|
GuildDropsGame: Prisma.GuildDropsGameGetPayload<ValidateSimple<Prisma.GuildDropsGameDefaultArgs, IncludesType['guildDropsGame']['default']>>;
|
|
34
34
|
GuildDropsGameWebhook: Prisma.GuildDropsGameWebhookGetPayload<ValidateSimple<Prisma.GuildDropsGameWebhookDefaultArgs, IncludesType['guildDropsGameWebhook']['default']>>;
|
|
35
35
|
SentDrop: Prisma.SentDropGetPayload<ValidateSimple<Prisma.SentDropDefaultArgs, IncludesType['sentDrop']['default']>>;
|
|
36
|
+
GuildGameConfig: Prisma.GuildGameConfigGetPayload<ValidateSimple<Prisma.GuildGameConfigDefaultArgs, IncludesType['guildGameConfig']['default']>>;
|
|
37
|
+
GuildGameCategoryRoute: Prisma.GuildGameCategoryRouteGetPayload<ValidateSimple<Prisma.GuildGameCategoryRouteDefaultArgs, IncludesType['guildGameCategoryRoute']['default']>>;
|
|
38
|
+
GuildTrackedGame: Prisma.GuildTrackedGameGetPayload<ValidateSimple<Prisma.GuildTrackedGameDefaultArgs, IncludesType['guildTrackedGame']['default']>>;
|
|
39
|
+
GuildGameChangelog: Prisma.GuildGameChangelogGetPayload<ValidateSimple<Prisma.GuildGameChangelogDefaultArgs, IncludesType['guildGameChangelog']['default']>>;
|
|
36
40
|
GuildGiveaway: Prisma.GuildGiveawayGetPayload<ValidateSimple<Prisma.GuildGiveawayDefaultArgs, IncludesType['guildGiveaway']['default']>>;
|
|
37
41
|
GuildGiveawayEntry: Prisma.GuildGiveawayEntryGetPayload<ValidateSimple<Prisma.GuildGiveawayEntryDefaultArgs, IncludesType['guildGiveawayEntry']['default']>>;
|
|
38
42
|
GuildGiveawayFilter: Prisma.GuildGiveawayFilterGetPayload<ValidateSimple<Prisma.GuildGiveawayFilterDefaultArgs, IncludesType['guildGiveawayFilter']['default']>>;
|
|
@@ -395,6 +399,86 @@ export namespace TSPrisma {
|
|
|
395
399
|
Aggregate: Prisma.SentDropAggregateArgs<T>;
|
|
396
400
|
GroupBy: Prisma.SentDropGroupByArgs<T>;
|
|
397
401
|
};
|
|
402
|
+
GuildGameConfig: {
|
|
403
|
+
Default: Prisma.GuildGameConfigDefaultArgs<T>;
|
|
404
|
+
FindFirst: Prisma.GuildGameConfigFindFirstArgs<T>;
|
|
405
|
+
FindFirstOrThrow: Prisma.GuildGameConfigFindFirstOrThrowArgs<T>;
|
|
406
|
+
FindUnique: Prisma.GuildGameConfigFindUniqueArgs<T>;
|
|
407
|
+
FindUniqueOrThrow: Prisma.GuildGameConfigFindUniqueOrThrowArgs<T>;
|
|
408
|
+
FindMany: Prisma.GuildGameConfigFindManyArgs<T>;
|
|
409
|
+
Create: Prisma.GuildGameConfigCreateArgs<T>;
|
|
410
|
+
Update: Prisma.GuildGameConfigUpdateArgs<T>;
|
|
411
|
+
Upsert: Prisma.GuildGameConfigUpsertArgs<T>;
|
|
412
|
+
Delete: Prisma.GuildGameConfigDeleteArgs<T>;
|
|
413
|
+
CreateMany: Prisma.GuildGameConfigCreateManyArgs<T>;
|
|
414
|
+
CreateManyAndReturn: Prisma.GuildGameConfigCreateManyAndReturnArgs<T>;
|
|
415
|
+
UpdateMany: Prisma.GuildGameConfigUpdateManyArgs<T>;
|
|
416
|
+
UpdateManyAndReturn: Prisma.GuildGameConfigUpdateManyAndReturnArgs<T>;
|
|
417
|
+
DeleteMany: Prisma.GuildGameConfigDeleteManyArgs<T>;
|
|
418
|
+
Count: Prisma.GuildGameConfigCountArgs<T>;
|
|
419
|
+
Aggregate: Prisma.GuildGameConfigAggregateArgs<T>;
|
|
420
|
+
GroupBy: Prisma.GuildGameConfigGroupByArgs<T>;
|
|
421
|
+
};
|
|
422
|
+
GuildGameCategoryRoute: {
|
|
423
|
+
Default: Prisma.GuildGameCategoryRouteDefaultArgs<T>;
|
|
424
|
+
FindFirst: Prisma.GuildGameCategoryRouteFindFirstArgs<T>;
|
|
425
|
+
FindFirstOrThrow: Prisma.GuildGameCategoryRouteFindFirstOrThrowArgs<T>;
|
|
426
|
+
FindUnique: Prisma.GuildGameCategoryRouteFindUniqueArgs<T>;
|
|
427
|
+
FindUniqueOrThrow: Prisma.GuildGameCategoryRouteFindUniqueOrThrowArgs<T>;
|
|
428
|
+
FindMany: Prisma.GuildGameCategoryRouteFindManyArgs<T>;
|
|
429
|
+
Create: Prisma.GuildGameCategoryRouteCreateArgs<T>;
|
|
430
|
+
Update: Prisma.GuildGameCategoryRouteUpdateArgs<T>;
|
|
431
|
+
Upsert: Prisma.GuildGameCategoryRouteUpsertArgs<T>;
|
|
432
|
+
Delete: Prisma.GuildGameCategoryRouteDeleteArgs<T>;
|
|
433
|
+
CreateMany: Prisma.GuildGameCategoryRouteCreateManyArgs<T>;
|
|
434
|
+
CreateManyAndReturn: Prisma.GuildGameCategoryRouteCreateManyAndReturnArgs<T>;
|
|
435
|
+
UpdateMany: Prisma.GuildGameCategoryRouteUpdateManyArgs<T>;
|
|
436
|
+
UpdateManyAndReturn: Prisma.GuildGameCategoryRouteUpdateManyAndReturnArgs<T>;
|
|
437
|
+
DeleteMany: Prisma.GuildGameCategoryRouteDeleteManyArgs<T>;
|
|
438
|
+
Count: Prisma.GuildGameCategoryRouteCountArgs<T>;
|
|
439
|
+
Aggregate: Prisma.GuildGameCategoryRouteAggregateArgs<T>;
|
|
440
|
+
GroupBy: Prisma.GuildGameCategoryRouteGroupByArgs<T>;
|
|
441
|
+
};
|
|
442
|
+
GuildTrackedGame: {
|
|
443
|
+
Default: Prisma.GuildTrackedGameDefaultArgs<T>;
|
|
444
|
+
FindFirst: Prisma.GuildTrackedGameFindFirstArgs<T>;
|
|
445
|
+
FindFirstOrThrow: Prisma.GuildTrackedGameFindFirstOrThrowArgs<T>;
|
|
446
|
+
FindUnique: Prisma.GuildTrackedGameFindUniqueArgs<T>;
|
|
447
|
+
FindUniqueOrThrow: Prisma.GuildTrackedGameFindUniqueOrThrowArgs<T>;
|
|
448
|
+
FindMany: Prisma.GuildTrackedGameFindManyArgs<T>;
|
|
449
|
+
Create: Prisma.GuildTrackedGameCreateArgs<T>;
|
|
450
|
+
Update: Prisma.GuildTrackedGameUpdateArgs<T>;
|
|
451
|
+
Upsert: Prisma.GuildTrackedGameUpsertArgs<T>;
|
|
452
|
+
Delete: Prisma.GuildTrackedGameDeleteArgs<T>;
|
|
453
|
+
CreateMany: Prisma.GuildTrackedGameCreateManyArgs<T>;
|
|
454
|
+
CreateManyAndReturn: Prisma.GuildTrackedGameCreateManyAndReturnArgs<T>;
|
|
455
|
+
UpdateMany: Prisma.GuildTrackedGameUpdateManyArgs<T>;
|
|
456
|
+
UpdateManyAndReturn: Prisma.GuildTrackedGameUpdateManyAndReturnArgs<T>;
|
|
457
|
+
DeleteMany: Prisma.GuildTrackedGameDeleteManyArgs<T>;
|
|
458
|
+
Count: Prisma.GuildTrackedGameCountArgs<T>;
|
|
459
|
+
Aggregate: Prisma.GuildTrackedGameAggregateArgs<T>;
|
|
460
|
+
GroupBy: Prisma.GuildTrackedGameGroupByArgs<T>;
|
|
461
|
+
};
|
|
462
|
+
GuildGameChangelog: {
|
|
463
|
+
Default: Prisma.GuildGameChangelogDefaultArgs<T>;
|
|
464
|
+
FindFirst: Prisma.GuildGameChangelogFindFirstArgs<T>;
|
|
465
|
+
FindFirstOrThrow: Prisma.GuildGameChangelogFindFirstOrThrowArgs<T>;
|
|
466
|
+
FindUnique: Prisma.GuildGameChangelogFindUniqueArgs<T>;
|
|
467
|
+
FindUniqueOrThrow: Prisma.GuildGameChangelogFindUniqueOrThrowArgs<T>;
|
|
468
|
+
FindMany: Prisma.GuildGameChangelogFindManyArgs<T>;
|
|
469
|
+
Create: Prisma.GuildGameChangelogCreateArgs<T>;
|
|
470
|
+
Update: Prisma.GuildGameChangelogUpdateArgs<T>;
|
|
471
|
+
Upsert: Prisma.GuildGameChangelogUpsertArgs<T>;
|
|
472
|
+
Delete: Prisma.GuildGameChangelogDeleteArgs<T>;
|
|
473
|
+
CreateMany: Prisma.GuildGameChangelogCreateManyArgs<T>;
|
|
474
|
+
CreateManyAndReturn: Prisma.GuildGameChangelogCreateManyAndReturnArgs<T>;
|
|
475
|
+
UpdateMany: Prisma.GuildGameChangelogUpdateManyArgs<T>;
|
|
476
|
+
UpdateManyAndReturn: Prisma.GuildGameChangelogUpdateManyAndReturnArgs<T>;
|
|
477
|
+
DeleteMany: Prisma.GuildGameChangelogDeleteManyArgs<T>;
|
|
478
|
+
Count: Prisma.GuildGameChangelogCountArgs<T>;
|
|
479
|
+
Aggregate: Prisma.GuildGameChangelogAggregateArgs<T>;
|
|
480
|
+
GroupBy: Prisma.GuildGameChangelogGroupByArgs<T>;
|
|
481
|
+
};
|
|
398
482
|
GuildGiveaway: {
|
|
399
483
|
Default: Prisma.GuildGiveawayDefaultArgs<T>;
|
|
400
484
|
FindFirst: Prisma.GuildGiveawayFindFirstArgs<T>;
|
|
@@ -2410,6 +2494,10 @@ export namespace TSPrisma {
|
|
|
2410
2494
|
GuildDropsGame: Prisma.Prisma__GuildDropsGameClient<T, Null, ExtArgs>;
|
|
2411
2495
|
GuildDropsGameWebhook: Prisma.Prisma__GuildDropsGameWebhookClient<T, Null, ExtArgs>;
|
|
2412
2496
|
SentDrop: Prisma.Prisma__SentDropClient<T, Null, ExtArgs>;
|
|
2497
|
+
GuildGameConfig: Prisma.Prisma__GuildGameConfigClient<T, Null, ExtArgs>;
|
|
2498
|
+
GuildGameCategoryRoute: Prisma.Prisma__GuildGameCategoryRouteClient<T, Null, ExtArgs>;
|
|
2499
|
+
GuildTrackedGame: Prisma.Prisma__GuildTrackedGameClient<T, Null, ExtArgs>;
|
|
2500
|
+
GuildGameChangelog: Prisma.Prisma__GuildGameChangelogClient<T, Null, ExtArgs>;
|
|
2413
2501
|
GuildGiveaway: Prisma.Prisma__GuildGiveawayClient<T, Null, ExtArgs>;
|
|
2414
2502
|
GuildGiveawayEntry: Prisma.Prisma__GuildGiveawayEntryClient<T, Null, ExtArgs>;
|
|
2415
2503
|
GuildGiveawayFilter: Prisma.Prisma__GuildGiveawayFilterClient<T, Null, ExtArgs>;
|
|
@@ -2525,6 +2613,10 @@ export namespace TSPrisma {
|
|
|
2525
2613
|
GuildDropsGame: Prisma.$GuildDropsGamePayload<T>;
|
|
2526
2614
|
GuildDropsGameWebhook: Prisma.$GuildDropsGameWebhookPayload<T>;
|
|
2527
2615
|
SentDrop: Prisma.$SentDropPayload<T>;
|
|
2616
|
+
GuildGameConfig: Prisma.$GuildGameConfigPayload<T>;
|
|
2617
|
+
GuildGameCategoryRoute: Prisma.$GuildGameCategoryRoutePayload<T>;
|
|
2618
|
+
GuildTrackedGame: Prisma.$GuildTrackedGamePayload<T>;
|
|
2619
|
+
GuildGameChangelog: Prisma.$GuildGameChangelogPayload<T>;
|
|
2528
2620
|
GuildGiveaway: Prisma.$GuildGiveawayPayload<T>;
|
|
2529
2621
|
GuildGiveawayEntry: Prisma.$GuildGiveawayEntryPayload<T>;
|
|
2530
2622
|
GuildGiveawayFilter: Prisma.$GuildGiveawayFilterPayload<T>;
|
|
@@ -9339,6 +9431,776 @@ export namespace TSPrisma {
|
|
|
9339
9431
|
aggregate: true,
|
|
9340
9432
|
groupBy: true
|
|
9341
9433
|
},
|
|
9434
|
+
guildGameConfig: {
|
|
9435
|
+
default: {
|
|
9436
|
+
include: {
|
|
9437
|
+
categoryRoutes: {
|
|
9438
|
+
include: {
|
|
9439
|
+
gameConfig: {
|
|
9440
|
+
include: {
|
|
9441
|
+
trackedGames: true,
|
|
9442
|
+
changelogGames: true
|
|
9443
|
+
}
|
|
9444
|
+
}
|
|
9445
|
+
}
|
|
9446
|
+
},
|
|
9447
|
+
trackedGames: {
|
|
9448
|
+
include: {
|
|
9449
|
+
gameConfig: {
|
|
9450
|
+
include: {
|
|
9451
|
+
categoryRoutes: true,
|
|
9452
|
+
changelogGames: true
|
|
9453
|
+
}
|
|
9454
|
+
}
|
|
9455
|
+
}
|
|
9456
|
+
},
|
|
9457
|
+
changelogGames: {
|
|
9458
|
+
include: {
|
|
9459
|
+
gameConfig: {
|
|
9460
|
+
include: {
|
|
9461
|
+
categoryRoutes: true,
|
|
9462
|
+
trackedGames: true
|
|
9463
|
+
}
|
|
9464
|
+
}
|
|
9465
|
+
}
|
|
9466
|
+
}
|
|
9467
|
+
}
|
|
9468
|
+
},
|
|
9469
|
+
findFirst: {
|
|
9470
|
+
include: {
|
|
9471
|
+
categoryRoutes: {
|
|
9472
|
+
include: {
|
|
9473
|
+
gameConfig: {
|
|
9474
|
+
include: {
|
|
9475
|
+
trackedGames: true,
|
|
9476
|
+
changelogGames: true
|
|
9477
|
+
}
|
|
9478
|
+
}
|
|
9479
|
+
}
|
|
9480
|
+
},
|
|
9481
|
+
trackedGames: {
|
|
9482
|
+
include: {
|
|
9483
|
+
gameConfig: {
|
|
9484
|
+
include: {
|
|
9485
|
+
categoryRoutes: true,
|
|
9486
|
+
changelogGames: true
|
|
9487
|
+
}
|
|
9488
|
+
}
|
|
9489
|
+
}
|
|
9490
|
+
},
|
|
9491
|
+
changelogGames: {
|
|
9492
|
+
include: {
|
|
9493
|
+
gameConfig: {
|
|
9494
|
+
include: {
|
|
9495
|
+
categoryRoutes: true,
|
|
9496
|
+
trackedGames: true
|
|
9497
|
+
}
|
|
9498
|
+
}
|
|
9499
|
+
}
|
|
9500
|
+
}
|
|
9501
|
+
}
|
|
9502
|
+
},
|
|
9503
|
+
findFirstOrThrow: {
|
|
9504
|
+
include: {
|
|
9505
|
+
categoryRoutes: {
|
|
9506
|
+
include: {
|
|
9507
|
+
gameConfig: {
|
|
9508
|
+
include: {
|
|
9509
|
+
trackedGames: true,
|
|
9510
|
+
changelogGames: true
|
|
9511
|
+
}
|
|
9512
|
+
}
|
|
9513
|
+
}
|
|
9514
|
+
},
|
|
9515
|
+
trackedGames: {
|
|
9516
|
+
include: {
|
|
9517
|
+
gameConfig: {
|
|
9518
|
+
include: {
|
|
9519
|
+
categoryRoutes: true,
|
|
9520
|
+
changelogGames: true
|
|
9521
|
+
}
|
|
9522
|
+
}
|
|
9523
|
+
}
|
|
9524
|
+
},
|
|
9525
|
+
changelogGames: {
|
|
9526
|
+
include: {
|
|
9527
|
+
gameConfig: {
|
|
9528
|
+
include: {
|
|
9529
|
+
categoryRoutes: true,
|
|
9530
|
+
trackedGames: true
|
|
9531
|
+
}
|
|
9532
|
+
}
|
|
9533
|
+
}
|
|
9534
|
+
}
|
|
9535
|
+
}
|
|
9536
|
+
},
|
|
9537
|
+
findUnique: {
|
|
9538
|
+
include: {
|
|
9539
|
+
categoryRoutes: {
|
|
9540
|
+
include: {
|
|
9541
|
+
gameConfig: {
|
|
9542
|
+
include: {
|
|
9543
|
+
trackedGames: true,
|
|
9544
|
+
changelogGames: true
|
|
9545
|
+
}
|
|
9546
|
+
}
|
|
9547
|
+
}
|
|
9548
|
+
},
|
|
9549
|
+
trackedGames: {
|
|
9550
|
+
include: {
|
|
9551
|
+
gameConfig: {
|
|
9552
|
+
include: {
|
|
9553
|
+
categoryRoutes: true,
|
|
9554
|
+
changelogGames: true
|
|
9555
|
+
}
|
|
9556
|
+
}
|
|
9557
|
+
}
|
|
9558
|
+
},
|
|
9559
|
+
changelogGames: {
|
|
9560
|
+
include: {
|
|
9561
|
+
gameConfig: {
|
|
9562
|
+
include: {
|
|
9563
|
+
categoryRoutes: true,
|
|
9564
|
+
trackedGames: true
|
|
9565
|
+
}
|
|
9566
|
+
}
|
|
9567
|
+
}
|
|
9568
|
+
}
|
|
9569
|
+
}
|
|
9570
|
+
},
|
|
9571
|
+
findUniqueOrThrow: {
|
|
9572
|
+
include: {
|
|
9573
|
+
categoryRoutes: {
|
|
9574
|
+
include: {
|
|
9575
|
+
gameConfig: {
|
|
9576
|
+
include: {
|
|
9577
|
+
trackedGames: true,
|
|
9578
|
+
changelogGames: true
|
|
9579
|
+
}
|
|
9580
|
+
}
|
|
9581
|
+
}
|
|
9582
|
+
},
|
|
9583
|
+
trackedGames: {
|
|
9584
|
+
include: {
|
|
9585
|
+
gameConfig: {
|
|
9586
|
+
include: {
|
|
9587
|
+
categoryRoutes: true,
|
|
9588
|
+
changelogGames: true
|
|
9589
|
+
}
|
|
9590
|
+
}
|
|
9591
|
+
}
|
|
9592
|
+
},
|
|
9593
|
+
changelogGames: {
|
|
9594
|
+
include: {
|
|
9595
|
+
gameConfig: {
|
|
9596
|
+
include: {
|
|
9597
|
+
categoryRoutes: true,
|
|
9598
|
+
trackedGames: true
|
|
9599
|
+
}
|
|
9600
|
+
}
|
|
9601
|
+
}
|
|
9602
|
+
}
|
|
9603
|
+
}
|
|
9604
|
+
},
|
|
9605
|
+
findMany: {
|
|
9606
|
+
include: {
|
|
9607
|
+
categoryRoutes: {
|
|
9608
|
+
include: {
|
|
9609
|
+
gameConfig: {
|
|
9610
|
+
include: {
|
|
9611
|
+
trackedGames: true,
|
|
9612
|
+
changelogGames: true
|
|
9613
|
+
}
|
|
9614
|
+
}
|
|
9615
|
+
}
|
|
9616
|
+
},
|
|
9617
|
+
trackedGames: {
|
|
9618
|
+
include: {
|
|
9619
|
+
gameConfig: {
|
|
9620
|
+
include: {
|
|
9621
|
+
categoryRoutes: true,
|
|
9622
|
+
changelogGames: true
|
|
9623
|
+
}
|
|
9624
|
+
}
|
|
9625
|
+
}
|
|
9626
|
+
},
|
|
9627
|
+
changelogGames: {
|
|
9628
|
+
include: {
|
|
9629
|
+
gameConfig: {
|
|
9630
|
+
include: {
|
|
9631
|
+
categoryRoutes: true,
|
|
9632
|
+
trackedGames: true
|
|
9633
|
+
}
|
|
9634
|
+
}
|
|
9635
|
+
}
|
|
9636
|
+
}
|
|
9637
|
+
}
|
|
9638
|
+
},
|
|
9639
|
+
create: {
|
|
9640
|
+
include: {
|
|
9641
|
+
categoryRoutes: {
|
|
9642
|
+
include: {
|
|
9643
|
+
gameConfig: {
|
|
9644
|
+
include: {
|
|
9645
|
+
trackedGames: true,
|
|
9646
|
+
changelogGames: true
|
|
9647
|
+
}
|
|
9648
|
+
}
|
|
9649
|
+
}
|
|
9650
|
+
},
|
|
9651
|
+
trackedGames: {
|
|
9652
|
+
include: {
|
|
9653
|
+
gameConfig: {
|
|
9654
|
+
include: {
|
|
9655
|
+
categoryRoutes: true,
|
|
9656
|
+
changelogGames: true
|
|
9657
|
+
}
|
|
9658
|
+
}
|
|
9659
|
+
}
|
|
9660
|
+
},
|
|
9661
|
+
changelogGames: {
|
|
9662
|
+
include: {
|
|
9663
|
+
gameConfig: {
|
|
9664
|
+
include: {
|
|
9665
|
+
categoryRoutes: true,
|
|
9666
|
+
trackedGames: true
|
|
9667
|
+
}
|
|
9668
|
+
}
|
|
9669
|
+
}
|
|
9670
|
+
}
|
|
9671
|
+
}
|
|
9672
|
+
},
|
|
9673
|
+
update: {
|
|
9674
|
+
include: {
|
|
9675
|
+
categoryRoutes: {
|
|
9676
|
+
include: {
|
|
9677
|
+
gameConfig: {
|
|
9678
|
+
include: {
|
|
9679
|
+
trackedGames: true,
|
|
9680
|
+
changelogGames: true
|
|
9681
|
+
}
|
|
9682
|
+
}
|
|
9683
|
+
}
|
|
9684
|
+
},
|
|
9685
|
+
trackedGames: {
|
|
9686
|
+
include: {
|
|
9687
|
+
gameConfig: {
|
|
9688
|
+
include: {
|
|
9689
|
+
categoryRoutes: true,
|
|
9690
|
+
changelogGames: true
|
|
9691
|
+
}
|
|
9692
|
+
}
|
|
9693
|
+
}
|
|
9694
|
+
},
|
|
9695
|
+
changelogGames: {
|
|
9696
|
+
include: {
|
|
9697
|
+
gameConfig: {
|
|
9698
|
+
include: {
|
|
9699
|
+
categoryRoutes: true,
|
|
9700
|
+
trackedGames: true
|
|
9701
|
+
}
|
|
9702
|
+
}
|
|
9703
|
+
}
|
|
9704
|
+
}
|
|
9705
|
+
}
|
|
9706
|
+
},
|
|
9707
|
+
upsert: {
|
|
9708
|
+
include: {
|
|
9709
|
+
categoryRoutes: {
|
|
9710
|
+
include: {
|
|
9711
|
+
gameConfig: {
|
|
9712
|
+
include: {
|
|
9713
|
+
trackedGames: true,
|
|
9714
|
+
changelogGames: true
|
|
9715
|
+
}
|
|
9716
|
+
}
|
|
9717
|
+
}
|
|
9718
|
+
},
|
|
9719
|
+
trackedGames: {
|
|
9720
|
+
include: {
|
|
9721
|
+
gameConfig: {
|
|
9722
|
+
include: {
|
|
9723
|
+
categoryRoutes: true,
|
|
9724
|
+
changelogGames: true
|
|
9725
|
+
}
|
|
9726
|
+
}
|
|
9727
|
+
}
|
|
9728
|
+
},
|
|
9729
|
+
changelogGames: {
|
|
9730
|
+
include: {
|
|
9731
|
+
gameConfig: {
|
|
9732
|
+
include: {
|
|
9733
|
+
categoryRoutes: true,
|
|
9734
|
+
trackedGames: true
|
|
9735
|
+
}
|
|
9736
|
+
}
|
|
9737
|
+
}
|
|
9738
|
+
}
|
|
9739
|
+
}
|
|
9740
|
+
},
|
|
9741
|
+
delete: {
|
|
9742
|
+
include: {
|
|
9743
|
+
categoryRoutes: {
|
|
9744
|
+
include: {
|
|
9745
|
+
gameConfig: {
|
|
9746
|
+
include: {
|
|
9747
|
+
trackedGames: true,
|
|
9748
|
+
changelogGames: true
|
|
9749
|
+
}
|
|
9750
|
+
}
|
|
9751
|
+
}
|
|
9752
|
+
},
|
|
9753
|
+
trackedGames: {
|
|
9754
|
+
include: {
|
|
9755
|
+
gameConfig: {
|
|
9756
|
+
include: {
|
|
9757
|
+
categoryRoutes: true,
|
|
9758
|
+
changelogGames: true
|
|
9759
|
+
}
|
|
9760
|
+
}
|
|
9761
|
+
}
|
|
9762
|
+
},
|
|
9763
|
+
changelogGames: {
|
|
9764
|
+
include: {
|
|
9765
|
+
gameConfig: {
|
|
9766
|
+
include: {
|
|
9767
|
+
categoryRoutes: true,
|
|
9768
|
+
trackedGames: true
|
|
9769
|
+
}
|
|
9770
|
+
}
|
|
9771
|
+
}
|
|
9772
|
+
}
|
|
9773
|
+
}
|
|
9774
|
+
},
|
|
9775
|
+
createMany: true,
|
|
9776
|
+
createManyAndReturn: true,
|
|
9777
|
+
updateMany: true,
|
|
9778
|
+
updateManyAndReturn: true,
|
|
9779
|
+
deleteMany: true,
|
|
9780
|
+
count: true,
|
|
9781
|
+
aggregate: true,
|
|
9782
|
+
groupBy: true
|
|
9783
|
+
},
|
|
9784
|
+
guildGameCategoryRoute: {
|
|
9785
|
+
default: {
|
|
9786
|
+
include: {
|
|
9787
|
+
gameConfig: {
|
|
9788
|
+
include: {
|
|
9789
|
+
categoryRoutes: true,
|
|
9790
|
+
trackedGames: true,
|
|
9791
|
+
changelogGames: true
|
|
9792
|
+
}
|
|
9793
|
+
}
|
|
9794
|
+
}
|
|
9795
|
+
},
|
|
9796
|
+
findFirst: {
|
|
9797
|
+
include: {
|
|
9798
|
+
gameConfig: {
|
|
9799
|
+
include: {
|
|
9800
|
+
categoryRoutes: true,
|
|
9801
|
+
trackedGames: true,
|
|
9802
|
+
changelogGames: true
|
|
9803
|
+
}
|
|
9804
|
+
}
|
|
9805
|
+
}
|
|
9806
|
+
},
|
|
9807
|
+
findFirstOrThrow: {
|
|
9808
|
+
include: {
|
|
9809
|
+
gameConfig: {
|
|
9810
|
+
include: {
|
|
9811
|
+
categoryRoutes: true,
|
|
9812
|
+
trackedGames: true,
|
|
9813
|
+
changelogGames: true
|
|
9814
|
+
}
|
|
9815
|
+
}
|
|
9816
|
+
}
|
|
9817
|
+
},
|
|
9818
|
+
findUnique: {
|
|
9819
|
+
include: {
|
|
9820
|
+
gameConfig: {
|
|
9821
|
+
include: {
|
|
9822
|
+
categoryRoutes: true,
|
|
9823
|
+
trackedGames: true,
|
|
9824
|
+
changelogGames: true
|
|
9825
|
+
}
|
|
9826
|
+
}
|
|
9827
|
+
}
|
|
9828
|
+
},
|
|
9829
|
+
findUniqueOrThrow: {
|
|
9830
|
+
include: {
|
|
9831
|
+
gameConfig: {
|
|
9832
|
+
include: {
|
|
9833
|
+
categoryRoutes: true,
|
|
9834
|
+
trackedGames: true,
|
|
9835
|
+
changelogGames: true
|
|
9836
|
+
}
|
|
9837
|
+
}
|
|
9838
|
+
}
|
|
9839
|
+
},
|
|
9840
|
+
findMany: {
|
|
9841
|
+
include: {
|
|
9842
|
+
gameConfig: {
|
|
9843
|
+
include: {
|
|
9844
|
+
categoryRoutes: true,
|
|
9845
|
+
trackedGames: true,
|
|
9846
|
+
changelogGames: true
|
|
9847
|
+
}
|
|
9848
|
+
}
|
|
9849
|
+
}
|
|
9850
|
+
},
|
|
9851
|
+
create: {
|
|
9852
|
+
include: {
|
|
9853
|
+
gameConfig: {
|
|
9854
|
+
include: {
|
|
9855
|
+
categoryRoutes: true,
|
|
9856
|
+
trackedGames: true,
|
|
9857
|
+
changelogGames: true
|
|
9858
|
+
}
|
|
9859
|
+
}
|
|
9860
|
+
}
|
|
9861
|
+
},
|
|
9862
|
+
update: {
|
|
9863
|
+
include: {
|
|
9864
|
+
gameConfig: {
|
|
9865
|
+
include: {
|
|
9866
|
+
categoryRoutes: true,
|
|
9867
|
+
trackedGames: true,
|
|
9868
|
+
changelogGames: true
|
|
9869
|
+
}
|
|
9870
|
+
}
|
|
9871
|
+
}
|
|
9872
|
+
},
|
|
9873
|
+
upsert: {
|
|
9874
|
+
include: {
|
|
9875
|
+
gameConfig: {
|
|
9876
|
+
include: {
|
|
9877
|
+
categoryRoutes: true,
|
|
9878
|
+
trackedGames: true,
|
|
9879
|
+
changelogGames: true
|
|
9880
|
+
}
|
|
9881
|
+
}
|
|
9882
|
+
}
|
|
9883
|
+
},
|
|
9884
|
+
delete: {
|
|
9885
|
+
include: {
|
|
9886
|
+
gameConfig: {
|
|
9887
|
+
include: {
|
|
9888
|
+
categoryRoutes: true,
|
|
9889
|
+
trackedGames: true,
|
|
9890
|
+
changelogGames: true
|
|
9891
|
+
}
|
|
9892
|
+
}
|
|
9893
|
+
}
|
|
9894
|
+
},
|
|
9895
|
+
createMany: true,
|
|
9896
|
+
createManyAndReturn: {
|
|
9897
|
+
include: {
|
|
9898
|
+
gameConfig: {
|
|
9899
|
+
include: {
|
|
9900
|
+
categoryRoutes: true,
|
|
9901
|
+
trackedGames: true,
|
|
9902
|
+
changelogGames: true
|
|
9903
|
+
}
|
|
9904
|
+
}
|
|
9905
|
+
}
|
|
9906
|
+
},
|
|
9907
|
+
updateMany: true,
|
|
9908
|
+
updateManyAndReturn: {
|
|
9909
|
+
include: {
|
|
9910
|
+
gameConfig: {
|
|
9911
|
+
include: {
|
|
9912
|
+
categoryRoutes: true,
|
|
9913
|
+
trackedGames: true,
|
|
9914
|
+
changelogGames: true
|
|
9915
|
+
}
|
|
9916
|
+
}
|
|
9917
|
+
}
|
|
9918
|
+
},
|
|
9919
|
+
deleteMany: true,
|
|
9920
|
+
count: true,
|
|
9921
|
+
aggregate: true,
|
|
9922
|
+
groupBy: true
|
|
9923
|
+
},
|
|
9924
|
+
guildTrackedGame: {
|
|
9925
|
+
default: {
|
|
9926
|
+
include: {
|
|
9927
|
+
gameConfig: {
|
|
9928
|
+
include: {
|
|
9929
|
+
categoryRoutes: true,
|
|
9930
|
+
trackedGames: true,
|
|
9931
|
+
changelogGames: true
|
|
9932
|
+
}
|
|
9933
|
+
}
|
|
9934
|
+
}
|
|
9935
|
+
},
|
|
9936
|
+
findFirst: {
|
|
9937
|
+
include: {
|
|
9938
|
+
gameConfig: {
|
|
9939
|
+
include: {
|
|
9940
|
+
categoryRoutes: true,
|
|
9941
|
+
trackedGames: true,
|
|
9942
|
+
changelogGames: true
|
|
9943
|
+
}
|
|
9944
|
+
}
|
|
9945
|
+
}
|
|
9946
|
+
},
|
|
9947
|
+
findFirstOrThrow: {
|
|
9948
|
+
include: {
|
|
9949
|
+
gameConfig: {
|
|
9950
|
+
include: {
|
|
9951
|
+
categoryRoutes: true,
|
|
9952
|
+
trackedGames: true,
|
|
9953
|
+
changelogGames: true
|
|
9954
|
+
}
|
|
9955
|
+
}
|
|
9956
|
+
}
|
|
9957
|
+
},
|
|
9958
|
+
findUnique: {
|
|
9959
|
+
include: {
|
|
9960
|
+
gameConfig: {
|
|
9961
|
+
include: {
|
|
9962
|
+
categoryRoutes: true,
|
|
9963
|
+
trackedGames: true,
|
|
9964
|
+
changelogGames: true
|
|
9965
|
+
}
|
|
9966
|
+
}
|
|
9967
|
+
}
|
|
9968
|
+
},
|
|
9969
|
+
findUniqueOrThrow: {
|
|
9970
|
+
include: {
|
|
9971
|
+
gameConfig: {
|
|
9972
|
+
include: {
|
|
9973
|
+
categoryRoutes: true,
|
|
9974
|
+
trackedGames: true,
|
|
9975
|
+
changelogGames: true
|
|
9976
|
+
}
|
|
9977
|
+
}
|
|
9978
|
+
}
|
|
9979
|
+
},
|
|
9980
|
+
findMany: {
|
|
9981
|
+
include: {
|
|
9982
|
+
gameConfig: {
|
|
9983
|
+
include: {
|
|
9984
|
+
categoryRoutes: true,
|
|
9985
|
+
trackedGames: true,
|
|
9986
|
+
changelogGames: true
|
|
9987
|
+
}
|
|
9988
|
+
}
|
|
9989
|
+
}
|
|
9990
|
+
},
|
|
9991
|
+
create: {
|
|
9992
|
+
include: {
|
|
9993
|
+
gameConfig: {
|
|
9994
|
+
include: {
|
|
9995
|
+
categoryRoutes: true,
|
|
9996
|
+
trackedGames: true,
|
|
9997
|
+
changelogGames: true
|
|
9998
|
+
}
|
|
9999
|
+
}
|
|
10000
|
+
}
|
|
10001
|
+
},
|
|
10002
|
+
update: {
|
|
10003
|
+
include: {
|
|
10004
|
+
gameConfig: {
|
|
10005
|
+
include: {
|
|
10006
|
+
categoryRoutes: true,
|
|
10007
|
+
trackedGames: true,
|
|
10008
|
+
changelogGames: true
|
|
10009
|
+
}
|
|
10010
|
+
}
|
|
10011
|
+
}
|
|
10012
|
+
},
|
|
10013
|
+
upsert: {
|
|
10014
|
+
include: {
|
|
10015
|
+
gameConfig: {
|
|
10016
|
+
include: {
|
|
10017
|
+
categoryRoutes: true,
|
|
10018
|
+
trackedGames: true,
|
|
10019
|
+
changelogGames: true
|
|
10020
|
+
}
|
|
10021
|
+
}
|
|
10022
|
+
}
|
|
10023
|
+
},
|
|
10024
|
+
delete: {
|
|
10025
|
+
include: {
|
|
10026
|
+
gameConfig: {
|
|
10027
|
+
include: {
|
|
10028
|
+
categoryRoutes: true,
|
|
10029
|
+
trackedGames: true,
|
|
10030
|
+
changelogGames: true
|
|
10031
|
+
}
|
|
10032
|
+
}
|
|
10033
|
+
}
|
|
10034
|
+
},
|
|
10035
|
+
createMany: true,
|
|
10036
|
+
createManyAndReturn: {
|
|
10037
|
+
include: {
|
|
10038
|
+
gameConfig: {
|
|
10039
|
+
include: {
|
|
10040
|
+
categoryRoutes: true,
|
|
10041
|
+
trackedGames: true,
|
|
10042
|
+
changelogGames: true
|
|
10043
|
+
}
|
|
10044
|
+
}
|
|
10045
|
+
}
|
|
10046
|
+
},
|
|
10047
|
+
updateMany: true,
|
|
10048
|
+
updateManyAndReturn: {
|
|
10049
|
+
include: {
|
|
10050
|
+
gameConfig: {
|
|
10051
|
+
include: {
|
|
10052
|
+
categoryRoutes: true,
|
|
10053
|
+
trackedGames: true,
|
|
10054
|
+
changelogGames: true
|
|
10055
|
+
}
|
|
10056
|
+
}
|
|
10057
|
+
}
|
|
10058
|
+
},
|
|
10059
|
+
deleteMany: true,
|
|
10060
|
+
count: true,
|
|
10061
|
+
aggregate: true,
|
|
10062
|
+
groupBy: true
|
|
10063
|
+
},
|
|
10064
|
+
guildGameChangelog: {
|
|
10065
|
+
default: {
|
|
10066
|
+
include: {
|
|
10067
|
+
gameConfig: {
|
|
10068
|
+
include: {
|
|
10069
|
+
categoryRoutes: true,
|
|
10070
|
+
trackedGames: true,
|
|
10071
|
+
changelogGames: true
|
|
10072
|
+
}
|
|
10073
|
+
}
|
|
10074
|
+
}
|
|
10075
|
+
},
|
|
10076
|
+
findFirst: {
|
|
10077
|
+
include: {
|
|
10078
|
+
gameConfig: {
|
|
10079
|
+
include: {
|
|
10080
|
+
categoryRoutes: true,
|
|
10081
|
+
trackedGames: true,
|
|
10082
|
+
changelogGames: true
|
|
10083
|
+
}
|
|
10084
|
+
}
|
|
10085
|
+
}
|
|
10086
|
+
},
|
|
10087
|
+
findFirstOrThrow: {
|
|
10088
|
+
include: {
|
|
10089
|
+
gameConfig: {
|
|
10090
|
+
include: {
|
|
10091
|
+
categoryRoutes: true,
|
|
10092
|
+
trackedGames: true,
|
|
10093
|
+
changelogGames: true
|
|
10094
|
+
}
|
|
10095
|
+
}
|
|
10096
|
+
}
|
|
10097
|
+
},
|
|
10098
|
+
findUnique: {
|
|
10099
|
+
include: {
|
|
10100
|
+
gameConfig: {
|
|
10101
|
+
include: {
|
|
10102
|
+
categoryRoutes: true,
|
|
10103
|
+
trackedGames: true,
|
|
10104
|
+
changelogGames: true
|
|
10105
|
+
}
|
|
10106
|
+
}
|
|
10107
|
+
}
|
|
10108
|
+
},
|
|
10109
|
+
findUniqueOrThrow: {
|
|
10110
|
+
include: {
|
|
10111
|
+
gameConfig: {
|
|
10112
|
+
include: {
|
|
10113
|
+
categoryRoutes: true,
|
|
10114
|
+
trackedGames: true,
|
|
10115
|
+
changelogGames: true
|
|
10116
|
+
}
|
|
10117
|
+
}
|
|
10118
|
+
}
|
|
10119
|
+
},
|
|
10120
|
+
findMany: {
|
|
10121
|
+
include: {
|
|
10122
|
+
gameConfig: {
|
|
10123
|
+
include: {
|
|
10124
|
+
categoryRoutes: true,
|
|
10125
|
+
trackedGames: true,
|
|
10126
|
+
changelogGames: true
|
|
10127
|
+
}
|
|
10128
|
+
}
|
|
10129
|
+
}
|
|
10130
|
+
},
|
|
10131
|
+
create: {
|
|
10132
|
+
include: {
|
|
10133
|
+
gameConfig: {
|
|
10134
|
+
include: {
|
|
10135
|
+
categoryRoutes: true,
|
|
10136
|
+
trackedGames: true,
|
|
10137
|
+
changelogGames: true
|
|
10138
|
+
}
|
|
10139
|
+
}
|
|
10140
|
+
}
|
|
10141
|
+
},
|
|
10142
|
+
update: {
|
|
10143
|
+
include: {
|
|
10144
|
+
gameConfig: {
|
|
10145
|
+
include: {
|
|
10146
|
+
categoryRoutes: true,
|
|
10147
|
+
trackedGames: true,
|
|
10148
|
+
changelogGames: true
|
|
10149
|
+
}
|
|
10150
|
+
}
|
|
10151
|
+
}
|
|
10152
|
+
},
|
|
10153
|
+
upsert: {
|
|
10154
|
+
include: {
|
|
10155
|
+
gameConfig: {
|
|
10156
|
+
include: {
|
|
10157
|
+
categoryRoutes: true,
|
|
10158
|
+
trackedGames: true,
|
|
10159
|
+
changelogGames: true
|
|
10160
|
+
}
|
|
10161
|
+
}
|
|
10162
|
+
}
|
|
10163
|
+
},
|
|
10164
|
+
delete: {
|
|
10165
|
+
include: {
|
|
10166
|
+
gameConfig: {
|
|
10167
|
+
include: {
|
|
10168
|
+
categoryRoutes: true,
|
|
10169
|
+
trackedGames: true,
|
|
10170
|
+
changelogGames: true
|
|
10171
|
+
}
|
|
10172
|
+
}
|
|
10173
|
+
}
|
|
10174
|
+
},
|
|
10175
|
+
createMany: true,
|
|
10176
|
+
createManyAndReturn: {
|
|
10177
|
+
include: {
|
|
10178
|
+
gameConfig: {
|
|
10179
|
+
include: {
|
|
10180
|
+
categoryRoutes: true,
|
|
10181
|
+
trackedGames: true,
|
|
10182
|
+
changelogGames: true
|
|
10183
|
+
}
|
|
10184
|
+
}
|
|
10185
|
+
}
|
|
10186
|
+
},
|
|
10187
|
+
updateMany: true,
|
|
10188
|
+
updateManyAndReturn: {
|
|
10189
|
+
include: {
|
|
10190
|
+
gameConfig: {
|
|
10191
|
+
include: {
|
|
10192
|
+
categoryRoutes: true,
|
|
10193
|
+
trackedGames: true,
|
|
10194
|
+
changelogGames: true
|
|
10195
|
+
}
|
|
10196
|
+
}
|
|
10197
|
+
}
|
|
10198
|
+
},
|
|
10199
|
+
deleteMany: true,
|
|
10200
|
+
count: true,
|
|
10201
|
+
aggregate: true,
|
|
10202
|
+
groupBy: true
|
|
10203
|
+
},
|
|
9342
10204
|
guildGiveaway: {
|
|
9343
10205
|
default: {
|
|
9344
10206
|
include: {
|