@@ -431,7 +431,7 @@ const modelsInfo = {
431
431
Card_type : [ "id" , "name" ] ,
432
432
Element : [ "id" , "name" ] ,
433
433
Element_weakness : [ "element_id" , "weakness_element_id" , "coef" ] ,
434
- Player : [ "id" , "name" ] ,
434
+ Player : [ "id" , "name" , "password" ] ,
435
435
Player_card : [ "id" , "name" , "card_id" , "player_id" ] ,
436
436
Element_affinity : [ "element_id" , "affinity_element" , "affinity_type" ]
437
437
} ;
@@ -483,7 +483,7 @@ const outputsInfo = {
483
483
AggregateElement_weakness : [ "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
484
484
Element_weaknessGroupBy : [ "element_id" , "weakness_element_id" , "coef" , "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
485
485
AggregatePlayer : [ "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
486
- PlayerGroupBy : [ "id" , "name" , "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
486
+ PlayerGroupBy : [ "id" , "name" , "password" , " _count", "_avg" , "_sum" , "_min" , "_max" ] ,
487
487
AggregatePlayer_card : [ "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
488
488
Player_cardGroupBy : [ "id" , "name" , "card_id" , "player_id" , "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
489
489
AggregateElement_affinity : [ "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
@@ -519,11 +519,11 @@ const outputsInfo = {
519
519
Element_weaknessMinAggregate : [ "element_id" , "weakness_element_id" , "coef" ] ,
520
520
Element_weaknessMaxAggregate : [ "element_id" , "weakness_element_id" , "coef" ] ,
521
521
PlayerCount : [ "player_card" ] ,
522
- PlayerCountAggregate : [ "id" , "name" , "_all" ] ,
522
+ PlayerCountAggregate : [ "id" , "name" , "password" , " _all"] ,
523
523
PlayerAvgAggregate : [ "id" ] ,
524
524
PlayerSumAggregate : [ "id" ] ,
525
- PlayerMinAggregate : [ "id" , "name" ] ,
526
- PlayerMaxAggregate : [ "id" , "name" ] ,
525
+ PlayerMinAggregate : [ "id" , "name" , "password" ] ,
526
+ PlayerMaxAggregate : [ "id" , "name" , "password" ] ,
527
527
Player_cardCountAggregate : [ "id" , "name" , "card_id" , "player_id" , "_all" ] ,
528
528
Player_cardAvgAggregate : [ "id" , "card_id" , "player_id" ] ,
529
529
Player_cardSumAggregate : [ "id" , "card_id" , "player_id" ] ,
@@ -599,11 +599,11 @@ const inputsInfo = {
599
599
Element_weaknessWhereUniqueInput : [ "element_id_weakness_element_id" ] ,
600
600
Element_weaknessOrderByWithAggregationInput : [ "element_id" , "weakness_element_id" , "coef" , "_count" , "_avg" , "_max" , "_min" , "_sum" ] ,
601
601
Element_weaknessScalarWhereWithAggregatesInput : [ "AND" , "OR" , "NOT" , "element_id" , "weakness_element_id" , "coef" ] ,
602
- PlayerWhereInput : [ "AND" , "OR" , "NOT" , "id" , "name" , "player_card" ] ,
603
- PlayerOrderByWithRelationInput : [ "id" , "name" , "player_card" ] ,
602
+ PlayerWhereInput : [ "AND" , "OR" , "NOT" , "id" , "name" , "password" , " player_card"] ,
603
+ PlayerOrderByWithRelationInput : [ "id" , "name" , "password" , " player_card"] ,
604
604
PlayerWhereUniqueInput : [ "id" ] ,
605
- PlayerOrderByWithAggregationInput : [ "id" , "name" , "_count" , "_avg" , "_max" , "_min" , "_sum" ] ,
606
- PlayerScalarWhereWithAggregatesInput : [ "AND" , "OR" , "NOT" , "id" , "name" ] ,
605
+ PlayerOrderByWithAggregationInput : [ "id" , "name" , "password" , " _count", "_avg" , "_max" , "_min" , "_sum" ] ,
606
+ PlayerScalarWhereWithAggregatesInput : [ "AND" , "OR" , "NOT" , "id" , "name" , "password" ] ,
607
607
Player_cardWhereInput : [ "AND" , "OR" , "NOT" , "id" , "name" , "card_id" , "player_id" , "card" , "player" ] ,
608
608
Player_cardOrderByWithRelationInput : [ "id" , "name" , "card_id" , "player_id" , "card" , "player" ] ,
609
609
Player_cardWhereUniqueInput : [ "id" ] ,
@@ -634,10 +634,10 @@ const inputsInfo = {
634
634
Element_weaknessUpdateInput : [ "coef" , "element_elementToelement_weakness_element_id" , "element_elementToelement_weakness_weakness_element_id" ] ,
635
635
Element_weaknessCreateManyInput : [ "element_id" , "weakness_element_id" , "coef" ] ,
636
636
Element_weaknessUpdateManyMutationInput : [ "coef" ] ,
637
- PlayerCreateInput : [ "name" , "player_card" ] ,
638
- PlayerUpdateInput : [ "name" , "player_card" ] ,
639
- PlayerCreateManyInput : [ "id" , "name" ] ,
640
- PlayerUpdateManyMutationInput : [ "name" ] ,
637
+ PlayerCreateInput : [ "name" , "password" , " player_card"] ,
638
+ PlayerUpdateInput : [ "name" , "password" , " player_card"] ,
639
+ PlayerCreateManyInput : [ "id" , "name" , "password" ] ,
640
+ PlayerUpdateManyMutationInput : [ "name" , "password" ] ,
641
641
Player_cardCreateInput : [ "name" , "card" , "player" ] ,
642
642
Player_cardUpdateInput : [ "name" , "card" , "player" ] ,
643
643
Player_cardCreateManyInput : [ "id" , "name" , "card_id" , "player_id" ] ,
@@ -691,10 +691,10 @@ const inputsInfo = {
691
691
Element_weaknessMinOrderByAggregateInput : [ "element_id" , "weakness_element_id" , "coef" ] ,
692
692
Element_weaknessSumOrderByAggregateInput : [ "element_id" , "weakness_element_id" , "coef" ] ,
693
693
FloatWithAggregatesFilter : [ "equals" , "in" , "notIn" , "lt" , "lte" , "gt" , "gte" , "not" , "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
694
- PlayerCountOrderByAggregateInput : [ "id" , "name" ] ,
694
+ PlayerCountOrderByAggregateInput : [ "id" , "name" , "password" ] ,
695
695
PlayerAvgOrderByAggregateInput : [ "id" ] ,
696
- PlayerMaxOrderByAggregateInput : [ "id" , "name" ] ,
697
- PlayerMinOrderByAggregateInput : [ "id" , "name" ] ,
696
+ PlayerMaxOrderByAggregateInput : [ "id" , "name" , "password" ] ,
697
+ PlayerMinOrderByAggregateInput : [ "id" , "name" , "password" ] ,
698
698
PlayerSumOrderByAggregateInput : [ "id" ] ,
699
699
CardRelationFilter : [ "is" , "isNot" ] ,
700
700
PlayerRelationFilter : [ "is" , "isNot" ] ,
@@ -838,12 +838,12 @@ const inputsInfo = {
838
838
Player_cardUpdateManyWithWhereWithoutPlayerInput : [ "where" , "data" ] ,
839
839
CardCreateWithoutPlayer_cardInput : [ "name" , "description" , "power" , "max_chain" , "card_rank" , "card_type" , "element" ] ,
840
840
CardCreateOrConnectWithoutPlayer_cardInput : [ "where" , "create" ] ,
841
- PlayerCreateWithoutPlayer_cardInput : [ "name" ] ,
841
+ PlayerCreateWithoutPlayer_cardInput : [ "name" , "password" ] ,
842
842
PlayerCreateOrConnectWithoutPlayer_cardInput : [ "where" , "create" ] ,
843
843
CardUpsertWithoutPlayer_cardInput : [ "update" , "create" ] ,
844
844
CardUpdateWithoutPlayer_cardInput : [ "name" , "description" , "power" , "max_chain" , "card_rank" , "card_type" , "element" ] ,
845
845
PlayerUpsertWithoutPlayer_cardInput : [ "update" , "create" ] ,
846
- PlayerUpdateWithoutPlayer_cardInput : [ "name" ] ,
846
+ PlayerUpdateWithoutPlayer_cardInput : [ "name" , "password" ] ,
847
847
ElementCreateWithoutElement_affinity_elementToelement_affinity_element_idInput : [ "name" , "card" , "element_affinity_elementToelement_affinity_affinity_element" , "element_weakness_elementToelement_weakness_element_id" , "element_weakness_elementToelement_weakness_weakness_element_id" ] ,
848
848
ElementCreateOrConnectWithoutElement_affinity_elementToelement_affinity_element_idInput : [ "where" , "create" ] ,
849
849
ElementCreateWithoutElement_affinity_elementToelement_affinity_affinity_elementInput : [ "name" , "card" , "element_affinity_elementToelement_affinity_element_id" , "element_weakness_elementToelement_weakness_element_id" , "element_weakness_elementToelement_weakness_weakness_element_id" ] ,
0 commit comments