expo-backend-types 0.60.0-feat-desfile-12-octubre.3 → 0.60.0-feat-desfile-12-octubre.4
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 +12 -12
- 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 +1 -1
- package/dist/types/schema.d.ts +10 -0
- package/package.json +1 -1
@@ -27038,7 +27038,7 @@ export namespace Prisma {
|
|
27038
27038
|
fullName: string
|
27039
27039
|
mail: string
|
27040
27040
|
dni: string
|
27041
|
-
phoneNumber
|
27041
|
+
phoneNumber?: string
|
27042
27042
|
instagrams?: TicketCreateinstagramsInput | string[]
|
27043
27043
|
whoToWatch?: string | null
|
27044
27044
|
seat?: number | null
|
@@ -27058,7 +27058,7 @@ export namespace Prisma {
|
|
27058
27058
|
fullName: string
|
27059
27059
|
mail: string
|
27060
27060
|
dni: string
|
27061
|
-
phoneNumber
|
27061
|
+
phoneNumber?: string
|
27062
27062
|
instagrams?: TicketCreateinstagramsInput | string[]
|
27063
27063
|
whoToWatch?: string | null
|
27064
27064
|
seat?: number | null
|
@@ -27115,7 +27115,7 @@ export namespace Prisma {
|
|
27115
27115
|
fullName: string
|
27116
27116
|
mail: string
|
27117
27117
|
dni: string
|
27118
|
-
phoneNumber
|
27118
|
+
phoneNumber?: string
|
27119
27119
|
instagrams?: TicketCreateinstagramsInput | string[]
|
27120
27120
|
whoToWatch?: string | null
|
27121
27121
|
seat?: number | null
|
@@ -31451,7 +31451,7 @@ export namespace Prisma {
|
|
31451
31451
|
fullName: string
|
31452
31452
|
mail: string
|
31453
31453
|
dni: string
|
31454
|
-
phoneNumber
|
31454
|
+
phoneNumber?: string
|
31455
31455
|
instagrams?: TicketCreateinstagramsInput | string[]
|
31456
31456
|
whoToWatch?: string | null
|
31457
31457
|
seat?: number | null
|
@@ -31470,7 +31470,7 @@ export namespace Prisma {
|
|
31470
31470
|
fullName: string
|
31471
31471
|
mail: string
|
31472
31472
|
dni: string
|
31473
|
-
phoneNumber
|
31473
|
+
phoneNumber?: string
|
31474
31474
|
instagrams?: TicketCreateinstagramsInput | string[]
|
31475
31475
|
whoToWatch?: string | null
|
31476
31476
|
seat?: number | null
|
@@ -33380,7 +33380,7 @@ export namespace Prisma {
|
|
33380
33380
|
fullName: string
|
33381
33381
|
mail: string
|
33382
33382
|
dni: string
|
33383
|
-
phoneNumber
|
33383
|
+
phoneNumber?: string
|
33384
33384
|
instagrams?: TicketCreateinstagramsInput | string[]
|
33385
33385
|
whoToWatch?: string | null
|
33386
33386
|
seat?: number | null
|
@@ -33398,7 +33398,7 @@ export namespace Prisma {
|
|
33398
33398
|
fullName: string
|
33399
33399
|
mail: string
|
33400
33400
|
dni: string
|
33401
|
-
phoneNumber
|
33401
|
+
phoneNumber?: string
|
33402
33402
|
instagrams?: TicketCreateinstagramsInput | string[]
|
33403
33403
|
whoToWatch?: string | null
|
33404
33404
|
seat?: number | null
|
@@ -34616,7 +34616,7 @@ export namespace Prisma {
|
|
34616
34616
|
fullName: string
|
34617
34617
|
mail: string
|
34618
34618
|
dni: string
|
34619
|
-
phoneNumber
|
34619
|
+
phoneNumber?: string
|
34620
34620
|
instagrams?: TicketCreateinstagramsInput | string[]
|
34621
34621
|
whoToWatch?: string | null
|
34622
34622
|
seat?: number | null
|
@@ -34635,7 +34635,7 @@ export namespace Prisma {
|
|
34635
34635
|
fullName: string
|
34636
34636
|
mail: string
|
34637
34637
|
dni: string
|
34638
|
-
phoneNumber
|
34638
|
+
phoneNumber?: string
|
34639
34639
|
instagrams?: TicketCreateinstagramsInput | string[]
|
34640
34640
|
whoToWatch?: string | null
|
34641
34641
|
seat?: number | null
|
@@ -35751,7 +35751,7 @@ export namespace Prisma {
|
|
35751
35751
|
fullName: string
|
35752
35752
|
mail: string
|
35753
35753
|
dni: string
|
35754
|
-
phoneNumber
|
35754
|
+
phoneNumber?: string
|
35755
35755
|
instagrams?: TicketCreateinstagramsInput | string[]
|
35756
35756
|
whoToWatch?: string | null
|
35757
35757
|
seat?: number | null
|
@@ -36647,7 +36647,7 @@ export namespace Prisma {
|
|
36647
36647
|
fullName: string
|
36648
36648
|
mail: string
|
36649
36649
|
dni: string
|
36650
|
-
phoneNumber
|
36650
|
+
phoneNumber?: string
|
36651
36651
|
instagrams?: TicketCreateinstagramsInput | string[]
|
36652
36652
|
whoToWatch?: string | null
|
36653
36653
|
seat?: number | null
|
@@ -37108,7 +37108,7 @@ export namespace Prisma {
|
|
37108
37108
|
fullName: string
|
37109
37109
|
mail: string
|
37110
37110
|
dni: string
|
37111
|
-
phoneNumber
|
37111
|
+
phoneNumber?: string
|
37112
37112
|
instagrams?: TicketCreateinstagramsInput | string[]
|
37113
37113
|
whoToWatch?: string | null
|
37114
37114
|
seat?: number | null
|