expo-backend-types 0.60.0-feat-desfile-12-octubre.3 → 0.60.0-feat-desfile-12-octubre.5
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/src/event/dto/get-all-event.dto.d.ts +152 -0
- package/dist/src/event/dto/get-all-event.dto.js +5 -0
- package/dist/types/prisma-schema/edge.js +3 -3
- package/dist/types/prisma-schema/index.d.ts +20 -14
- package/dist/types/prisma-schema/index.js +3 -3
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +3 -2
- package/dist/types/schema.d.ts +88 -0
- package/package.json +1 -1
@@ -25944,17 +25944,18 @@ export namespace Prisma {
|
|
25944
25944
|
|
25945
25945
|
export type EventProducerLoginWhereUniqueInput = Prisma.AtLeast<{
|
25946
25946
|
id?: string
|
25947
|
-
|
25947
|
+
eventId_mail?: EventProducerLoginEventIdMailCompoundUniqueInput
|
25948
25948
|
AND?: EventProducerLoginWhereInput | EventProducerLoginWhereInput[]
|
25949
25949
|
OR?: EventProducerLoginWhereInput[]
|
25950
25950
|
NOT?: EventProducerLoginWhereInput | EventProducerLoginWhereInput[]
|
25951
25951
|
eventId?: StringFilter<"EventProducerLogin"> | string
|
25952
|
+
mail?: StringFilter<"EventProducerLogin"> | string
|
25952
25953
|
password?: StringFilter<"EventProducerLogin"> | string
|
25953
25954
|
isActive?: BoolFilter<"EventProducerLogin"> | boolean
|
25954
25955
|
created_at?: DateTimeFilter<"EventProducerLogin"> | Date | string
|
25955
25956
|
updated_at?: DateTimeFilter<"EventProducerLogin"> | Date | string
|
25956
25957
|
event?: XOR<EventScalarRelationFilter, EventWhereInput>
|
25957
|
-
}, "id" | "
|
25958
|
+
}, "id" | "eventId_mail">
|
25958
25959
|
|
25959
25960
|
export type EventProducerLoginOrderByWithAggregationInput = {
|
25960
25961
|
id?: SortOrder
|
@@ -27038,7 +27039,7 @@ export namespace Prisma {
|
|
27038
27039
|
fullName: string
|
27039
27040
|
mail: string
|
27040
27041
|
dni: string
|
27041
|
-
phoneNumber
|
27042
|
+
phoneNumber?: string
|
27042
27043
|
instagrams?: TicketCreateinstagramsInput | string[]
|
27043
27044
|
whoToWatch?: string | null
|
27044
27045
|
seat?: number | null
|
@@ -27058,7 +27059,7 @@ export namespace Prisma {
|
|
27058
27059
|
fullName: string
|
27059
27060
|
mail: string
|
27060
27061
|
dni: string
|
27061
|
-
phoneNumber
|
27062
|
+
phoneNumber?: string
|
27062
27063
|
instagrams?: TicketCreateinstagramsInput | string[]
|
27063
27064
|
whoToWatch?: string | null
|
27064
27065
|
seat?: number | null
|
@@ -27115,7 +27116,7 @@ export namespace Prisma {
|
|
27115
27116
|
fullName: string
|
27116
27117
|
mail: string
|
27117
27118
|
dni: string
|
27118
|
-
phoneNumber
|
27119
|
+
phoneNumber?: string
|
27119
27120
|
instagrams?: TicketCreateinstagramsInput | string[]
|
27120
27121
|
whoToWatch?: string | null
|
27121
27122
|
seat?: number | null
|
@@ -28797,6 +28798,11 @@ export namespace Prisma {
|
|
28797
28798
|
_max?: NestedEnumAffiliationStatusFilter<$PrismaModel>
|
28798
28799
|
}
|
28799
28800
|
|
28801
|
+
export type EventProducerLoginEventIdMailCompoundUniqueInput = {
|
28802
|
+
eventId: string
|
28803
|
+
mail: string
|
28804
|
+
}
|
28805
|
+
|
28800
28806
|
export type EventProducerLoginCountOrderByAggregateInput = {
|
28801
28807
|
id?: SortOrder
|
28802
28808
|
eventId?: SortOrder
|
@@ -31451,7 +31457,7 @@ export namespace Prisma {
|
|
31451
31457
|
fullName: string
|
31452
31458
|
mail: string
|
31453
31459
|
dni: string
|
31454
|
-
phoneNumber
|
31460
|
+
phoneNumber?: string
|
31455
31461
|
instagrams?: TicketCreateinstagramsInput | string[]
|
31456
31462
|
whoToWatch?: string | null
|
31457
31463
|
seat?: number | null
|
@@ -31470,7 +31476,7 @@ export namespace Prisma {
|
|
31470
31476
|
fullName: string
|
31471
31477
|
mail: string
|
31472
31478
|
dni: string
|
31473
|
-
phoneNumber
|
31479
|
+
phoneNumber?: string
|
31474
31480
|
instagrams?: TicketCreateinstagramsInput | string[]
|
31475
31481
|
whoToWatch?: string | null
|
31476
31482
|
seat?: number | null
|
@@ -33380,7 +33386,7 @@ export namespace Prisma {
|
|
33380
33386
|
fullName: string
|
33381
33387
|
mail: string
|
33382
33388
|
dni: string
|
33383
|
-
phoneNumber
|
33389
|
+
phoneNumber?: string
|
33384
33390
|
instagrams?: TicketCreateinstagramsInput | string[]
|
33385
33391
|
whoToWatch?: string | null
|
33386
33392
|
seat?: number | null
|
@@ -33398,7 +33404,7 @@ export namespace Prisma {
|
|
33398
33404
|
fullName: string
|
33399
33405
|
mail: string
|
33400
33406
|
dni: string
|
33401
|
-
phoneNumber
|
33407
|
+
phoneNumber?: string
|
33402
33408
|
instagrams?: TicketCreateinstagramsInput | string[]
|
33403
33409
|
whoToWatch?: string | null
|
33404
33410
|
seat?: number | null
|
@@ -34616,7 +34622,7 @@ export namespace Prisma {
|
|
34616
34622
|
fullName: string
|
34617
34623
|
mail: string
|
34618
34624
|
dni: string
|
34619
|
-
phoneNumber
|
34625
|
+
phoneNumber?: string
|
34620
34626
|
instagrams?: TicketCreateinstagramsInput | string[]
|
34621
34627
|
whoToWatch?: string | null
|
34622
34628
|
seat?: number | null
|
@@ -34635,7 +34641,7 @@ export namespace Prisma {
|
|
34635
34641
|
fullName: string
|
34636
34642
|
mail: string
|
34637
34643
|
dni: string
|
34638
|
-
phoneNumber
|
34644
|
+
phoneNumber?: string
|
34639
34645
|
instagrams?: TicketCreateinstagramsInput | string[]
|
34640
34646
|
whoToWatch?: string | null
|
34641
34647
|
seat?: number | null
|
@@ -35751,7 +35757,7 @@ export namespace Prisma {
|
|
35751
35757
|
fullName: string
|
35752
35758
|
mail: string
|
35753
35759
|
dni: string
|
35754
|
-
phoneNumber
|
35760
|
+
phoneNumber?: string
|
35755
35761
|
instagrams?: TicketCreateinstagramsInput | string[]
|
35756
35762
|
whoToWatch?: string | null
|
35757
35763
|
seat?: number | null
|
@@ -36647,7 +36653,7 @@ export namespace Prisma {
|
|
36647
36653
|
fullName: string
|
36648
36654
|
mail: string
|
36649
36655
|
dni: string
|
36650
|
-
phoneNumber
|
36656
|
+
phoneNumber?: string
|
36651
36657
|
instagrams?: TicketCreateinstagramsInput | string[]
|
36652
36658
|
whoToWatch?: string | null
|
36653
36659
|
seat?: number | null
|
@@ -37108,7 +37114,7 @@ export namespace Prisma {
|
|
37108
37114
|
fullName: string
|
37109
37115
|
mail: string
|
37110
37116
|
dni: string
|
37111
|
-
phoneNumber
|
37117
|
+
phoneNumber?: string
|
37112
37118
|
instagrams?: TicketCreateinstagramsInput | string[]
|
37113
37119
|
whoToWatch?: string | null
|
37114
37120
|
seat?: number | null
|