@@ -69,6 +69,70 @@ const wonderwoman: Prisma.UserCreateInput = {
6969 googleAuthId : 'wonderwoman'
7070} ;
7171
72+ const lexLuther : Prisma . UserCreateInput = {
73+ firstName : 'Alexander' ,
74+ lastName : 'Luther' ,
75+ email : 'lexluther@justiceleague.com' ,
76+ googleAuthId : 'hjkklo' ,
77+ role : Role . MEMBER
78+ } ;
79+
80+ const hawkgirl : Prisma . UserCreateInput = {
81+ firstName : 'Shiera' ,
82+ lastName : 'Hall' ,
83+ email : 'hawkgirl@justiceleague.com' ,
84+ googleAuthId : 'bhuujki' ,
85+ role : Role . MEMBER
86+ } ;
87+
88+ const elongatedMan : Prisma . UserCreateInput = {
89+ firstName : 'Randolph' ,
90+ lastName : 'Dibney' ,
91+ email : 'elongatedmangit @justiceleague.com' ,
92+ googleAuthId : 'joigiug' ,
93+ role : Role . MEMBER
94+ } ;
95+
96+ const zatanna : Prisma . UserCreateInput = {
97+ firstName : 'Zatanna' ,
98+ lastName : 'Zatara' ,
99+ email : 'zatanna@justiceleague.com' ,
100+ googleAuthId : 'cawwww' ,
101+ role : Role . MEMBER
102+ } ;
103+
104+ const phantomStranger : Prisma . UserCreateInput = {
105+ firstName : 'Judas' ,
106+ lastName : 'Iscariot' ,
107+ email : 'phantomstranger@justiceleague.com' ,
108+ googleAuthId : 'bnhjiuy' ,
109+ role : Role . MEMBER
110+ } ;
111+
112+ const redTornado : Prisma . UserCreateInput = {
113+ firstName : 'Red' ,
114+ lastName : 'Tornado' ,
115+ email : 'redtornado@justiceleague.com' ,
116+ googleAuthId : 'vbnhught' ,
117+ role : Role . MEMBER
118+ } ;
119+
120+ const firestorm : Prisma . UserCreateInput = {
121+ firstName : 'Ronnie' ,
122+ lastName : 'Raymond' ,
123+ email : 'firestorm@justiceleague.com' ,
124+ googleAuthId : 'fghttyu' ,
125+ role : Role . MEMBER
126+ } ;
127+
128+ const hankHeywood : Prisma . UserCreateInput = {
129+ firstName : 'Hank' ,
130+ lastName : 'Heywood III' ,
131+ email : 'hankheywood@justiceleague.com' ,
132+ googleAuthId : 'hudhsgf' ,
133+ role : Role . MEMBER
134+ } ;
135+
72136const flash : Prisma . UserCreateInput = {
73137 firstName : 'Barry' ,
74138 lastName : 'Allen' ,
@@ -572,13 +636,85 @@ const babyDollJacobson: Prisma.UserCreateInput = {
572636 role : Role . LEADERSHIP
573637} ;
574638
639+ const frostBite : Prisma . UserCreateInput = {
640+ firstName : 'Frost' ,
641+ lastName : 'Bite' ,
642+ googleAuthId : 'husky1' ,
643+ email : 'frostbite@northeastern.edu' ,
644+ role : Role . MEMBER
645+ } ;
646+
647+ const winter : Prisma . UserCreateInput = {
648+ firstName : 'Winter' ,
649+ lastName : 'Warrior' ,
650+ googleAuthId : 'husky2' ,
651+ email : 'winterwarrior@northeastern.edu' ,
652+ role : Role . MEMBER
653+ } ;
654+
655+ const paws : Prisma . UserCreateInput = {
656+ firstName : 'Paws' ,
657+ lastName : 'The-Dog' ,
658+ googleAuthId : 'husky3' ,
659+ email : 'paws@northeastern.edu' ,
660+ role : Role . MEMBER
661+ } ;
662+
663+ const snowPaws : Prisma . UserCreateInput = {
664+ firstName : 'Snow' ,
665+ lastName : 'Paws' ,
666+ googleAuthId : 'husky4' ,
667+ email : 'snowpaws@northeastern.edu' ,
668+ role : Role . MEMBER
669+ } ;
670+
671+ const whiteTail : Prisma . UserCreateInput = {
672+ firstName : 'White' ,
673+ lastName : 'Tail' ,
674+ googleAuthId : 'husky5' ,
675+ email : 'whitetail@northeastern.edu' ,
676+ role : Role . MEMBER
677+ } ;
678+
679+ const husky : Prisma . UserCreateInput = {
680+ firstName : 'Husky' ,
681+ lastName : 'Dog' ,
682+ googleAuthId : 'husky6' ,
683+ email : 'huskydog@northeastern.edu' ,
684+ role : Role . MEMBER
685+ } ;
686+
687+ const howler : Prisma . UserCreateInput = {
688+ firstName : 'Howler' ,
689+ lastName : 'Husky' ,
690+ googleAuthId : 'husky7' ,
691+ email : 'howler@northeastern.edu' ,
692+ role : Role . MEMBER
693+ } ;
694+
695+ const snowBite : Prisma . UserCreateInput = {
696+ firstName : 'Snow' ,
697+ lastName : 'Bite' ,
698+ googleAuthId : 'husky8' ,
699+ email : 'SnowBite@northeastern.edu' ,
700+ role : Role . MEMBER
701+ } ;
702+
575703export const dbSeedAllUsers = {
576704 thomasEmrax,
577705 joeShmoe,
578706 joeBlow,
579707 wonderwoman,
580708 flash,
581709 aquaman,
710+ lexLuther,
711+ hawkgirl,
712+ elongatedMan,
713+ zatanna,
714+ phantomStranger,
715+ redTornado,
716+ firestorm,
717+ hankHeywood,
582718 robin,
583719 batman,
584720 superman,
@@ -637,5 +773,13 @@ export const dbSeedAllUsers = {
637773 kenWilliams,
638774 boogPowell,
639775 mannyMachado,
640- babyDollJacobson
776+ babyDollJacobson,
777+ frostBite,
778+ winter,
779+ snowPaws,
780+ paws,
781+ whiteTail,
782+ husky,
783+ howler,
784+ snowBite
641785} ;
0 commit comments