expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.2 → 0.53.0-EXPO-366-EB-Schema-codigo-referido.3
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 +7 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +7 -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 +13 -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
|
}[];
|
@@ -3270,6 +3271,7 @@ export interface components {
|
|
3270
3271
|
scanned: boolean;
|
3271
3272
|
scannedAt: string | null;
|
3272
3273
|
ticketGroupId: string | null;
|
3274
|
+
referralCode: string | null;
|
3273
3275
|
created_at: string;
|
3274
3276
|
updated_at: string;
|
3275
3277
|
event: {
|
@@ -3313,6 +3315,7 @@ export interface components {
|
|
3313
3315
|
scanned: boolean;
|
3314
3316
|
scannedAt: string | null;
|
3315
3317
|
ticketGroupId: string | null;
|
3318
|
+
referralCode: string | null;
|
3316
3319
|
created_at: string;
|
3317
3320
|
updated_at: string;
|
3318
3321
|
event: {
|
@@ -3352,6 +3355,7 @@ export interface components {
|
|
3352
3355
|
scanned: boolean;
|
3353
3356
|
scannedAt: string | null;
|
3354
3357
|
ticketGroupId: string | null;
|
3358
|
+
referralCode: string | null;
|
3355
3359
|
created_at: string;
|
3356
3360
|
updated_at: string;
|
3357
3361
|
event: {
|
@@ -3373,6 +3377,7 @@ export interface components {
|
|
3373
3377
|
scanned: boolean;
|
3374
3378
|
scannedAt: string | null;
|
3375
3379
|
ticketGroupId: string | null;
|
3380
|
+
referralCode: string | null;
|
3376
3381
|
created_at: string;
|
3377
3382
|
updated_at: string;
|
3378
3383
|
event: {
|
@@ -3435,6 +3440,7 @@ export interface components {
|
|
3435
3440
|
scanned: boolean;
|
3436
3441
|
scannedAt: string | null;
|
3437
3442
|
ticketGroupId: string | null;
|
3443
|
+
referralCode: string | null;
|
3438
3444
|
created_at: string;
|
3439
3445
|
updated_at: string;
|
3440
3446
|
event: {
|
@@ -3483,6 +3489,7 @@ export interface components {
|
|
3483
3489
|
scanned: boolean;
|
3484
3490
|
scannedAt: string | null;
|
3485
3491
|
ticketGroupId: string | null;
|
3492
|
+
referralCode: string | null;
|
3486
3493
|
created_at: string;
|
3487
3494
|
updated_at: string;
|
3488
3495
|
event: {
|
@@ -3531,6 +3538,7 @@ export interface components {
|
|
3531
3538
|
scanned: boolean;
|
3532
3539
|
scannedAt: string | null;
|
3533
3540
|
ticketGroupId: string | null;
|
3541
|
+
referralCode: string | null;
|
3534
3542
|
created_at: string;
|
3535
3543
|
updated_at: string;
|
3536
3544
|
event: {
|
@@ -3571,6 +3579,7 @@ export interface components {
|
|
3571
3579
|
scanned: boolean;
|
3572
3580
|
scannedAt: string | null;
|
3573
3581
|
ticketGroupId: string | null;
|
3582
|
+
referralCode: string | null;
|
3574
3583
|
created_at: string;
|
3575
3584
|
updated_at: string;
|
3576
3585
|
};
|
@@ -3585,6 +3594,7 @@ export interface components {
|
|
3585
3594
|
scanned: boolean;
|
3586
3595
|
scannedAt: string | null;
|
3587
3596
|
ticketGroupId: string | null;
|
3597
|
+
referralCode: string | null;
|
3588
3598
|
created_at: string;
|
3589
3599
|
updated_at: string;
|
3590
3600
|
};
|
@@ -3599,6 +3609,7 @@ export interface components {
|
|
3599
3609
|
scanned: boolean;
|
3600
3610
|
scannedAt: string | null;
|
3601
3611
|
ticketGroupId: string | null;
|
3612
|
+
referralCode: string | null;
|
3602
3613
|
created_at: string;
|
3603
3614
|
updated_at: string;
|
3604
3615
|
};
|
@@ -3617,6 +3628,7 @@ export interface components {
|
|
3617
3628
|
scanned: boolean;
|
3618
3629
|
scannedAt: string | null;
|
3619
3630
|
ticketGroupId: string | null;
|
3631
|
+
referralCode: string | null;
|
3620
3632
|
created_at: string;
|
3621
3633
|
updated_at: string;
|
3622
3634
|
};
|
@@ -3645,6 +3657,7 @@ export interface components {
|
|
3645
3657
|
scanned: boolean;
|
3646
3658
|
scannedAt: string | null;
|
3647
3659
|
ticketGroupId: string | null;
|
3660
|
+
referralCode: string | null;
|
3648
3661
|
created_at: string;
|
3649
3662
|
updated_at: string;
|
3650
3663
|
}[];
|