expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.2 → 0.53.0-EXPO-366-EB-Schema-codigo-referido.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-statistics.dto.d.ts +5 -0
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +10 -0
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +5 -0
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +17 -1
- package/dist/src/ticket/dto/create-many-ticket.dto.js +1 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +13 -1
- package/dist/src/ticket/dto/create-ticket.dto.js +1 -0
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +6 -0
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +10 -0
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +10 -0
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +10 -0
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +10 -0
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +10 -0
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +6 -0
- package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +5 -0
- package/dist/src/ticket/dto/scan-ticket.dto.d.ts +6 -0
- package/dist/src/ticket/dto/ticket.dto.d.ts +6 -0
- package/dist/src/ticket/dto/ticket.dto.js +1 -0
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +6 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +10 -0
- package/dist/types/prisma-schema/edge.js +4 -3
- package/dist/types/prisma-schema/index-browser.js +1 -0
- package/dist/types/prisma-schema/index.d.ts +49 -1
- package/dist/types/prisma-schema/index.js +4 -3
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +2 -0
- package/dist/types/prisma-schema/wasm.js +1 -0
- package/dist/types/schema.d.ts +15 -0
- package/package.json +1 -1
package/dist/types/schema.d.ts
CHANGED
@@ -2568,6 +2568,7 @@ export interface components {
|
|
2568
2568
|
scanned: boolean;
|
2569
2569
|
scannedAt: string | null;
|
2570
2570
|
ticketGroupId: string | null;
|
2571
|
+
referralCode: string | null;
|
2571
2572
|
created_at: string;
|
2572
2573
|
updated_at: string;
|
2573
2574
|
}[];
|
@@ -3256,6 +3257,7 @@ export interface components {
|
|
3256
3257
|
fullName: string;
|
3257
3258
|
mail: string;
|
3258
3259
|
dni: string;
|
3260
|
+
referralCode: string | null;
|
3259
3261
|
profileId?: string;
|
3260
3262
|
ticketGroupId?: string;
|
3261
3263
|
};
|
@@ -3270,6 +3272,7 @@ export interface components {
|
|
3270
3272
|
scanned: boolean;
|
3271
3273
|
scannedAt: string | null;
|
3272
3274
|
ticketGroupId: string | null;
|
3275
|
+
referralCode: string | null;
|
3273
3276
|
created_at: string;
|
3274
3277
|
updated_at: string;
|
3275
3278
|
event: {
|
@@ -3299,6 +3302,7 @@ export interface components {
|
|
3299
3302
|
mail: string;
|
3300
3303
|
dni: string;
|
3301
3304
|
ticketGroupId: string | null;
|
3305
|
+
referralCode: string | null;
|
3302
3306
|
profileId?: string;
|
3303
3307
|
}[];
|
3304
3308
|
};
|
@@ -3313,6 +3317,7 @@ export interface components {
|
|
3313
3317
|
scanned: boolean;
|
3314
3318
|
scannedAt: string | null;
|
3315
3319
|
ticketGroupId: string | null;
|
3320
|
+
referralCode: string | null;
|
3316
3321
|
created_at: string;
|
3317
3322
|
updated_at: string;
|
3318
3323
|
event: {
|
@@ -3352,6 +3357,7 @@ export interface components {
|
|
3352
3357
|
scanned: boolean;
|
3353
3358
|
scannedAt: string | null;
|
3354
3359
|
ticketGroupId: string | null;
|
3360
|
+
referralCode: string | null;
|
3355
3361
|
created_at: string;
|
3356
3362
|
updated_at: string;
|
3357
3363
|
event: {
|
@@ -3373,6 +3379,7 @@ export interface components {
|
|
3373
3379
|
scanned: boolean;
|
3374
3380
|
scannedAt: string | null;
|
3375
3381
|
ticketGroupId: string | null;
|
3382
|
+
referralCode: string | null;
|
3376
3383
|
created_at: string;
|
3377
3384
|
updated_at: string;
|
3378
3385
|
event: {
|
@@ -3435,6 +3442,7 @@ export interface components {
|
|
3435
3442
|
scanned: boolean;
|
3436
3443
|
scannedAt: string | null;
|
3437
3444
|
ticketGroupId: string | null;
|
3445
|
+
referralCode: string | null;
|
3438
3446
|
created_at: string;
|
3439
3447
|
updated_at: string;
|
3440
3448
|
event: {
|
@@ -3483,6 +3491,7 @@ export interface components {
|
|
3483
3491
|
scanned: boolean;
|
3484
3492
|
scannedAt: string | null;
|
3485
3493
|
ticketGroupId: string | null;
|
3494
|
+
referralCode: string | null;
|
3486
3495
|
created_at: string;
|
3487
3496
|
updated_at: string;
|
3488
3497
|
event: {
|
@@ -3531,6 +3540,7 @@ export interface components {
|
|
3531
3540
|
scanned: boolean;
|
3532
3541
|
scannedAt: string | null;
|
3533
3542
|
ticketGroupId: string | null;
|
3543
|
+
referralCode: string | null;
|
3534
3544
|
created_at: string;
|
3535
3545
|
updated_at: string;
|
3536
3546
|
event: {
|
@@ -3571,6 +3581,7 @@ export interface components {
|
|
3571
3581
|
scanned: boolean;
|
3572
3582
|
scannedAt: string | null;
|
3573
3583
|
ticketGroupId: string | null;
|
3584
|
+
referralCode: string | null;
|
3574
3585
|
created_at: string;
|
3575
3586
|
updated_at: string;
|
3576
3587
|
};
|
@@ -3585,6 +3596,7 @@ export interface components {
|
|
3585
3596
|
scanned: boolean;
|
3586
3597
|
scannedAt: string | null;
|
3587
3598
|
ticketGroupId: string | null;
|
3599
|
+
referralCode: string | null;
|
3588
3600
|
created_at: string;
|
3589
3601
|
updated_at: string;
|
3590
3602
|
};
|
@@ -3599,6 +3611,7 @@ export interface components {
|
|
3599
3611
|
scanned: boolean;
|
3600
3612
|
scannedAt: string | null;
|
3601
3613
|
ticketGroupId: string | null;
|
3614
|
+
referralCode: string | null;
|
3602
3615
|
created_at: string;
|
3603
3616
|
updated_at: string;
|
3604
3617
|
};
|
@@ -3617,6 +3630,7 @@ export interface components {
|
|
3617
3630
|
scanned: boolean;
|
3618
3631
|
scannedAt: string | null;
|
3619
3632
|
ticketGroupId: string | null;
|
3633
|
+
referralCode: string | null;
|
3620
3634
|
created_at: string;
|
3621
3635
|
updated_at: string;
|
3622
3636
|
};
|
@@ -3645,6 +3659,7 @@ export interface components {
|
|
3645
3659
|
scanned: boolean;
|
3646
3660
|
scannedAt: string | null;
|
3647
3661
|
ticketGroupId: string | null;
|
3662
|
+
referralCode: string | null;
|
3648
3663
|
created_at: string;
|
3649
3664
|
updated_at: string;
|
3650
3665
|
}[];
|