expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.11 → 0.54.0
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 +0 -10
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -10
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -5
- package/dist/src/i18n/es.d.ts +0 -6
- package/dist/src/i18n/es.js +0 -6
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -6
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/login.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -6
- package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -10
- package/dist/src/production/dto/get-all-production.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -10
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -10
- package/dist/src/profile/dto/profile.dto.d.ts +0 -3
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -6
- package/dist/src/schema/profile.schema.d.ts +0 -3
- package/dist/src/schema/profile.schema.js +0 -1
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -10
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -10
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -17
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +0 -13
- package/dist/src/ticket/dto/create-ticket.dto.js +0 -1
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +0 -5
- package/dist/src/ticket/dto/scan-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.js +0 -1
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -17
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -1
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -12
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -1
- package/dist/types/prisma-schema/edge.js +3 -6
- package/dist/types/prisma-schema/index-browser.js +0 -3
- package/dist/types/prisma-schema/index.d.ts +26 -605
- package/dist/types/prisma-schema/index.js +3 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +0 -10
- package/dist/types/prisma-schema/wasm.js +0 -3
- package/dist/types/schema.d.ts +0 -120
- package/package.json +1 -2
- package/dist/src/profile/dto/find-referral-code-exists.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-exists.dto.js +0 -15
- package/dist/src/profile/dto/find-referral-code-usage.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-usage.dto.js +0 -15
@@ -151,7 +151,6 @@ exports.Prisma.ProfileScalarFieldEnum = {
|
|
151
151
|
residenceLocationId: 'residenceLocationId',
|
152
152
|
isInTrash: 'isInTrash',
|
153
153
|
movedToTrashDate: 'movedToTrashDate',
|
154
|
-
referralCode: 'referralCode',
|
155
154
|
created_at: 'created_at',
|
156
155
|
updated_at: 'updated_at'
|
157
156
|
};
|
@@ -264,7 +263,6 @@ exports.Prisma.TicketScalarFieldEnum = {
|
|
264
263
|
scannedAt: 'scannedAt',
|
265
264
|
profileId: 'profileId',
|
266
265
|
ticketGroupId: 'ticketGroupId',
|
267
|
-
referralCode: 'referralCode',
|
268
266
|
created_at: 'created_at',
|
269
267
|
updated_at: 'updated_at'
|
270
268
|
};
|
@@ -274,7 +272,6 @@ exports.Prisma.TicketGroupScalarFieldEnum = {
|
|
274
272
|
status: 'status',
|
275
273
|
amountTickets: 'amountTickets',
|
276
274
|
eventId: 'eventId',
|
277
|
-
referralCode: 'referralCode',
|
278
275
|
created_at: 'created_at',
|
279
276
|
updated_at: 'updated_at'
|
280
277
|
};
|
package/dist/types/schema.d.ts
CHANGED
@@ -799,38 +799,6 @@ export interface paths {
|
|
799
799
|
patch?: never;
|
800
800
|
trace?: never;
|
801
801
|
};
|
802
|
-
"/profile/referral-code-usage/{code}": {
|
803
|
-
parameters: {
|
804
|
-
query?: never;
|
805
|
-
header?: never;
|
806
|
-
path?: never;
|
807
|
-
cookie?: never;
|
808
|
-
};
|
809
|
-
get: operations["ProfileController_findReferralCodeUsage"];
|
810
|
-
put?: never;
|
811
|
-
post?: never;
|
812
|
-
delete?: never;
|
813
|
-
options?: never;
|
814
|
-
head?: never;
|
815
|
-
patch?: never;
|
816
|
-
trace?: never;
|
817
|
-
};
|
818
|
-
"/profile/referral-code-exists/{code}": {
|
819
|
-
parameters: {
|
820
|
-
query?: never;
|
821
|
-
header?: never;
|
822
|
-
path?: never;
|
823
|
-
cookie?: never;
|
824
|
-
};
|
825
|
-
get: operations["ProfileController_findReferralCodeExists"];
|
826
|
-
put?: never;
|
827
|
-
post?: never;
|
828
|
-
delete?: never;
|
829
|
-
options?: never;
|
830
|
-
head?: never;
|
831
|
-
patch?: never;
|
832
|
-
trace?: never;
|
833
|
-
};
|
834
802
|
"/profile/create": {
|
835
803
|
parameters: {
|
836
804
|
query?: never;
|
@@ -1844,7 +1812,6 @@ export interface components {
|
|
1844
1812
|
movedToTrashDate: string | null;
|
1845
1813
|
created_at: string;
|
1846
1814
|
updated_at: string;
|
1847
|
-
referralCode: string;
|
1848
1815
|
}[];
|
1849
1816
|
};
|
1850
1817
|
MassiveDeallocationDto: {
|
@@ -1877,7 +1844,6 @@ export interface components {
|
|
1877
1844
|
movedToTrashDate: string | null;
|
1878
1845
|
created_at: string;
|
1879
1846
|
updated_at: string;
|
1880
|
-
referralCode: string;
|
1881
1847
|
}[];
|
1882
1848
|
};
|
1883
1849
|
CreateAccountDto: {
|
@@ -2600,7 +2566,6 @@ export interface components {
|
|
2600
2566
|
scanned: boolean;
|
2601
2567
|
scannedAt: string | null;
|
2602
2568
|
ticketGroupId: string | null;
|
2603
|
-
referralCode: string | null;
|
2604
2569
|
created_at: string;
|
2605
2570
|
updated_at: string;
|
2606
2571
|
}[];
|
@@ -2771,7 +2736,6 @@ export interface components {
|
|
2771
2736
|
movedToTrashDate: string | null;
|
2772
2737
|
created_at: string;
|
2773
2738
|
updated_at: string;
|
2774
|
-
referralCode: string;
|
2775
2739
|
tags: {
|
2776
2740
|
id: string;
|
2777
2741
|
name: string;
|
@@ -2812,7 +2776,6 @@ export interface components {
|
|
2812
2776
|
movedToTrashDate: string | null;
|
2813
2777
|
created_at: string;
|
2814
2778
|
updated_at: string;
|
2815
|
-
referralCode: string;
|
2816
2779
|
tags: {
|
2817
2780
|
id: string;
|
2818
2781
|
name: string;
|
@@ -2871,7 +2834,6 @@ export interface components {
|
|
2871
2834
|
movedToTrashDate: string | null;
|
2872
2835
|
created_at: string;
|
2873
2836
|
updated_at: string;
|
2874
|
-
referralCode: string;
|
2875
2837
|
tags: {
|
2876
2838
|
id: string;
|
2877
2839
|
name: string;
|
@@ -2913,7 +2875,6 @@ export interface components {
|
|
2913
2875
|
movedToTrashDate: string | null;
|
2914
2876
|
created_at: string;
|
2915
2877
|
updated_at: string;
|
2916
|
-
referralCode: string;
|
2917
2878
|
tags: {
|
2918
2879
|
id: string;
|
2919
2880
|
name: string;
|
@@ -2950,7 +2911,6 @@ export interface components {
|
|
2950
2911
|
movedToTrashDate: string | null;
|
2951
2912
|
created_at: string;
|
2952
2913
|
updated_at: string;
|
2953
|
-
referralCode: string;
|
2954
2914
|
tags: {
|
2955
2915
|
id: string;
|
2956
2916
|
name: string;
|
@@ -2989,7 +2949,6 @@ export interface components {
|
|
2989
2949
|
movedToTrashDate: string | null;
|
2990
2950
|
created_at: string;
|
2991
2951
|
updated_at: string;
|
2992
|
-
referralCode: string;
|
2993
2952
|
};
|
2994
2953
|
FindTrashResponseDto: {
|
2995
2954
|
profiles: {
|
@@ -3002,12 +2961,6 @@ export interface components {
|
|
3002
2961
|
movedToTrashDate: string | null;
|
3003
2962
|
}[];
|
3004
2963
|
};
|
3005
|
-
FindReferralCodeUsageResponseDto: {
|
3006
|
-
amount: number;
|
3007
|
-
};
|
3008
|
-
FindReferralCodeExistsResponseDto: {
|
3009
|
-
exists: boolean;
|
3010
|
-
};
|
3011
2964
|
CreateProfileDto: {
|
3012
2965
|
profile: {
|
3013
2966
|
alternativeNames: string[];
|
@@ -3094,7 +3047,6 @@ export interface components {
|
|
3094
3047
|
movedToTrashDate: string | null;
|
3095
3048
|
created_at: string;
|
3096
3049
|
updated_at: string;
|
3097
|
-
referralCode: string;
|
3098
3050
|
residenceLocation: {
|
3099
3051
|
id: string;
|
3100
3052
|
latitude: number;
|
@@ -3154,7 +3106,6 @@ export interface components {
|
|
3154
3106
|
movedToTrashDate: string | null;
|
3155
3107
|
created_at: string;
|
3156
3108
|
updated_at: string;
|
3157
|
-
referralCode: string;
|
3158
3109
|
};
|
3159
3110
|
UpdateProfileDto: {
|
3160
3111
|
alternativeNames?: string[];
|
@@ -3297,7 +3248,6 @@ export interface components {
|
|
3297
3248
|
dni: string;
|
3298
3249
|
profileId?: string;
|
3299
3250
|
ticketGroupId?: string;
|
3300
|
-
referralCode?: string | null;
|
3301
3251
|
};
|
3302
3252
|
CreateTicketResponseDto: {
|
3303
3253
|
id: string;
|
@@ -3310,7 +3260,6 @@ export interface components {
|
|
3310
3260
|
scanned: boolean;
|
3311
3261
|
scannedAt: string | null;
|
3312
3262
|
ticketGroupId: string | null;
|
3313
|
-
referralCode: string | null;
|
3314
3263
|
created_at: string;
|
3315
3264
|
updated_at: string;
|
3316
3265
|
event: {
|
@@ -3341,7 +3290,6 @@ export interface components {
|
|
3341
3290
|
dni: string;
|
3342
3291
|
ticketGroupId: string | null;
|
3343
3292
|
profileId?: string;
|
3344
|
-
referralCode?: string | null;
|
3345
3293
|
}[];
|
3346
3294
|
};
|
3347
3295
|
CreateManyTicketResponseDto: {
|
@@ -3355,7 +3303,6 @@ export interface components {
|
|
3355
3303
|
scanned: boolean;
|
3356
3304
|
scannedAt: string | null;
|
3357
3305
|
ticketGroupId: string | null;
|
3358
|
-
referralCode: string | null;
|
3359
3306
|
created_at: string;
|
3360
3307
|
updated_at: string;
|
3361
3308
|
event: {
|
@@ -3395,7 +3342,6 @@ export interface components {
|
|
3395
3342
|
scanned: boolean;
|
3396
3343
|
scannedAt: string | null;
|
3397
3344
|
ticketGroupId: string | null;
|
3398
|
-
referralCode: string | null;
|
3399
3345
|
created_at: string;
|
3400
3346
|
updated_at: string;
|
3401
3347
|
event: {
|
@@ -3417,7 +3363,6 @@ export interface components {
|
|
3417
3363
|
scanned: boolean;
|
3418
3364
|
scannedAt: string | null;
|
3419
3365
|
ticketGroupId: string | null;
|
3420
|
-
referralCode: string | null;
|
3421
3366
|
created_at: string;
|
3422
3367
|
updated_at: string;
|
3423
3368
|
event: {
|
@@ -3463,7 +3408,6 @@ export interface components {
|
|
3463
3408
|
movedToTrashDate: string | null;
|
3464
3409
|
created_at: string;
|
3465
3410
|
updated_at: string;
|
3466
|
-
referralCode: string;
|
3467
3411
|
} | null;
|
3468
3412
|
profileId: string | null;
|
3469
3413
|
};
|
@@ -3480,7 +3424,6 @@ export interface components {
|
|
3480
3424
|
scanned: boolean;
|
3481
3425
|
scannedAt: string | null;
|
3482
3426
|
ticketGroupId: string | null;
|
3483
|
-
referralCode: string | null;
|
3484
3427
|
created_at: string;
|
3485
3428
|
updated_at: string;
|
3486
3429
|
event: {
|
@@ -3513,7 +3456,6 @@ export interface components {
|
|
3513
3456
|
movedToTrashDate: string | null;
|
3514
3457
|
created_at: string;
|
3515
3458
|
updated_at: string;
|
3516
|
-
referralCode: string;
|
3517
3459
|
} | null;
|
3518
3460
|
}[];
|
3519
3461
|
};
|
@@ -3529,7 +3471,6 @@ export interface components {
|
|
3529
3471
|
scanned: boolean;
|
3530
3472
|
scannedAt: string | null;
|
3531
3473
|
ticketGroupId: string | null;
|
3532
|
-
referralCode: string | null;
|
3533
3474
|
created_at: string;
|
3534
3475
|
updated_at: string;
|
3535
3476
|
event: {
|
@@ -3562,7 +3503,6 @@ export interface components {
|
|
3562
3503
|
movedToTrashDate: string | null;
|
3563
3504
|
created_at: string;
|
3564
3505
|
updated_at: string;
|
3565
|
-
referralCode: string;
|
3566
3506
|
} | null;
|
3567
3507
|
}[];
|
3568
3508
|
};
|
@@ -3578,7 +3518,6 @@ export interface components {
|
|
3578
3518
|
scanned: boolean;
|
3579
3519
|
scannedAt: string | null;
|
3580
3520
|
ticketGroupId: string | null;
|
3581
|
-
referralCode: string | null;
|
3582
3521
|
created_at: string;
|
3583
3522
|
updated_at: string;
|
3584
3523
|
event: {
|
@@ -3619,7 +3558,6 @@ export interface components {
|
|
3619
3558
|
scanned: boolean;
|
3620
3559
|
scannedAt: string | null;
|
3621
3560
|
ticketGroupId: string | null;
|
3622
|
-
referralCode: string | null;
|
3623
3561
|
created_at: string;
|
3624
3562
|
updated_at: string;
|
3625
3563
|
};
|
@@ -3634,7 +3572,6 @@ export interface components {
|
|
3634
3572
|
scanned: boolean;
|
3635
3573
|
scannedAt: string | null;
|
3636
3574
|
ticketGroupId: string | null;
|
3637
|
-
referralCode: string | null;
|
3638
3575
|
created_at: string;
|
3639
3576
|
updated_at: string;
|
3640
3577
|
};
|
@@ -3649,7 +3586,6 @@ export interface components {
|
|
3649
3586
|
scanned: boolean;
|
3650
3587
|
scannedAt: string | null;
|
3651
3588
|
ticketGroupId: string | null;
|
3652
|
-
referralCode: string | null;
|
3653
3589
|
created_at: string;
|
3654
3590
|
updated_at: string;
|
3655
3591
|
};
|
@@ -3668,7 +3604,6 @@ export interface components {
|
|
3668
3604
|
scanned: boolean;
|
3669
3605
|
scannedAt: string | null;
|
3670
3606
|
ticketGroupId: string | null;
|
3671
|
-
referralCode: string | null;
|
3672
3607
|
created_at: string;
|
3673
3608
|
updated_at: string;
|
3674
3609
|
};
|
@@ -3684,7 +3619,6 @@ export interface components {
|
|
3684
3619
|
amountTickets: number;
|
3685
3620
|
status: "BOOKED" | "PAID" | "FREE";
|
3686
3621
|
eventId: string;
|
3687
|
-
referralCode: string | null;
|
3688
3622
|
created_at: string;
|
3689
3623
|
updated_at: string;
|
3690
3624
|
tickets: {
|
@@ -3698,7 +3632,6 @@ export interface components {
|
|
3698
3632
|
scanned: boolean;
|
3699
3633
|
scannedAt: string | null;
|
3700
3634
|
ticketGroupId: string | null;
|
3701
|
-
referralCode: string | null;
|
3702
3635
|
created_at: string;
|
3703
3636
|
updated_at: string;
|
3704
3637
|
}[];
|
@@ -3729,20 +3662,17 @@ export interface components {
|
|
3729
3662
|
amountTickets: number;
|
3730
3663
|
status: "BOOKED" | "PAID" | "FREE";
|
3731
3664
|
eventId: string;
|
3732
|
-
referralCode: string | null;
|
3733
3665
|
created_at: string;
|
3734
3666
|
updated_at: string;
|
3735
3667
|
};
|
3736
3668
|
UpdateTicketGroupDto: {
|
3737
3669
|
status?: "BOOKED" | "PAID" | "FREE";
|
3738
|
-
referralCode?: string | null;
|
3739
3670
|
};
|
3740
3671
|
UpdateTicketGroupResponseDto: {
|
3741
3672
|
id: string;
|
3742
3673
|
amountTickets: number;
|
3743
3674
|
status: "BOOKED" | "PAID" | "FREE";
|
3744
3675
|
eventId: string;
|
3745
|
-
referralCode: string | null;
|
3746
3676
|
created_at: string;
|
3747
3677
|
updated_at: string;
|
3748
3678
|
};
|
@@ -3751,7 +3681,6 @@ export interface components {
|
|
3751
3681
|
amountTickets: number;
|
3752
3682
|
status: "BOOKED" | "PAID" | "FREE";
|
3753
3683
|
eventId: string;
|
3754
|
-
referralCode: string | null;
|
3755
3684
|
created_at: string;
|
3756
3685
|
updated_at: string;
|
3757
3686
|
};
|
@@ -3801,7 +3730,6 @@ export interface components {
|
|
3801
3730
|
movedToTrashDate: string | null;
|
3802
3731
|
created_at: string;
|
3803
3732
|
updated_at: string;
|
3804
|
-
referralCode: string;
|
3805
3733
|
residenceLocation: {
|
3806
3734
|
city: string;
|
3807
3735
|
country: string;
|
@@ -3849,7 +3777,6 @@ export interface components {
|
|
3849
3777
|
movedToTrashDate: string | null;
|
3850
3778
|
created_at: string;
|
3851
3779
|
updated_at: string;
|
3852
|
-
referralCode: string;
|
3853
3780
|
};
|
3854
3781
|
};
|
3855
3782
|
GetMiExpoMeResponseDto: {
|
@@ -3876,7 +3803,6 @@ export interface components {
|
|
3876
3803
|
movedToTrashDate: string | null;
|
3877
3804
|
created_at: string;
|
3878
3805
|
updated_at: string;
|
3879
|
-
referralCode: string;
|
3880
3806
|
residenceLocation: {
|
3881
3807
|
id: string;
|
3882
3808
|
latitude: number;
|
@@ -3964,7 +3890,6 @@ export interface components {
|
|
3964
3890
|
movedToTrashDate: string | null;
|
3965
3891
|
created_at: string;
|
3966
3892
|
updated_at: string;
|
3967
|
-
referralCode: string;
|
3968
3893
|
};
|
3969
3894
|
backendTokens: {
|
3970
3895
|
accessToken: string;
|
@@ -4032,7 +3957,6 @@ export interface components {
|
|
4032
3957
|
movedToTrashDate: string | null;
|
4033
3958
|
created_at: string;
|
4034
3959
|
updated_at: string;
|
4035
|
-
referralCode: string;
|
4036
3960
|
} | null;
|
4037
3961
|
}[];
|
4038
3962
|
};
|
@@ -4103,7 +4027,6 @@ export interface components {
|
|
4103
4027
|
movedToTrashDate: string | null;
|
4104
4028
|
created_at: string;
|
4105
4029
|
updated_at: string;
|
4106
|
-
referralCode: string;
|
4107
4030
|
};
|
4108
4031
|
};
|
4109
4032
|
FindByProductionAffiliationRequestResponseDto: {
|
@@ -4146,7 +4069,6 @@ export interface components {
|
|
4146
4069
|
movedToTrashDate: string | null;
|
4147
4070
|
created_at: string;
|
4148
4071
|
updated_at: string;
|
4149
|
-
referralCode: string;
|
4150
4072
|
};
|
4151
4073
|
}[];
|
4152
4074
|
};
|
@@ -5728,48 +5650,6 @@ export interface operations {
|
|
5728
5650
|
};
|
5729
5651
|
};
|
5730
5652
|
};
|
5731
|
-
ProfileController_findReferralCodeUsage: {
|
5732
|
-
parameters: {
|
5733
|
-
query?: never;
|
5734
|
-
header?: never;
|
5735
|
-
path: {
|
5736
|
-
code: string;
|
5737
|
-
};
|
5738
|
-
cookie?: never;
|
5739
|
-
};
|
5740
|
-
requestBody?: never;
|
5741
|
-
responses: {
|
5742
|
-
200: {
|
5743
|
-
headers: {
|
5744
|
-
[name: string]: unknown;
|
5745
|
-
};
|
5746
|
-
content: {
|
5747
|
-
"application/json": components["schemas"]["FindReferralCodeUsageResponseDto"];
|
5748
|
-
};
|
5749
|
-
};
|
5750
|
-
};
|
5751
|
-
};
|
5752
|
-
ProfileController_findReferralCodeExists: {
|
5753
|
-
parameters: {
|
5754
|
-
query?: never;
|
5755
|
-
header?: never;
|
5756
|
-
path: {
|
5757
|
-
code: string;
|
5758
|
-
};
|
5759
|
-
cookie?: never;
|
5760
|
-
};
|
5761
|
-
requestBody?: never;
|
5762
|
-
responses: {
|
5763
|
-
200: {
|
5764
|
-
headers: {
|
5765
|
-
[name: string]: unknown;
|
5766
|
-
};
|
5767
|
-
content: {
|
5768
|
-
"application/json": components["schemas"]["FindReferralCodeExistsResponseDto"];
|
5769
|
-
};
|
5770
|
-
};
|
5771
|
-
};
|
5772
|
-
};
|
5773
5653
|
ProfileController_create: {
|
5774
5654
|
parameters: {
|
5775
5655
|
query?: never;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "expo-backend-types",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.54.0",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -35,7 +35,6 @@
|
|
35
35
|
"dependencies": {
|
36
36
|
"@anatine/zod-nestjs": "^2.0.10",
|
37
37
|
"@anatine/zod-openapi": "^2.2.6",
|
38
|
-
"@faker-js/faker": "^9.8.0",
|
39
38
|
"i18n-js": "^4.4.3",
|
40
39
|
"libphonenumber-js": "^1.12.6",
|
41
40
|
"mercadopago": "^2.4.0",
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import z from 'zod';
|
2
|
-
export declare const findReferralCodeExistsResponseSchema: z.ZodObject<{
|
3
|
-
exists: z.ZodBoolean;
|
4
|
-
}, "strip", z.ZodTypeAny, {
|
5
|
-
exists: boolean;
|
6
|
-
}, {
|
7
|
-
exists: boolean;
|
8
|
-
}>;
|
9
|
-
declare const FindReferralCodeExistsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
10
|
-
exists: z.ZodBoolean;
|
11
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
12
|
-
exists: boolean;
|
13
|
-
}, {
|
14
|
-
exists: boolean;
|
15
|
-
}>>;
|
16
|
-
export declare class FindReferralCodeExistsResponseDto extends FindReferralCodeExistsResponseDto_base {
|
17
|
-
}
|
18
|
-
export {};
|
@@ -1,15 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
exports.FindReferralCodeExistsResponseDto = exports.findReferralCodeExistsResponseSchema = void 0;
|
7
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
8
|
-
const zod_1 = __importDefault(require("zod"));
|
9
|
-
exports.findReferralCodeExistsResponseSchema = zod_1.default.object({
|
10
|
-
exists: zod_1.default.boolean(),
|
11
|
-
});
|
12
|
-
class FindReferralCodeExistsResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findReferralCodeExistsResponseSchema) {
|
13
|
-
}
|
14
|
-
exports.FindReferralCodeExistsResponseDto = FindReferralCodeExistsResponseDto;
|
15
|
-
//# sourceMappingURL=find-referral-code-exists.dto.js.map
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import z from 'zod';
|
2
|
-
export declare const findReferralCodeUsageResponseSchema: z.ZodObject<{
|
3
|
-
amount: z.ZodNumber;
|
4
|
-
}, "strip", z.ZodTypeAny, {
|
5
|
-
amount: number;
|
6
|
-
}, {
|
7
|
-
amount: number;
|
8
|
-
}>;
|
9
|
-
declare const FindReferralCodeUsageResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
10
|
-
amount: z.ZodNumber;
|
11
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
12
|
-
amount: number;
|
13
|
-
}, {
|
14
|
-
amount: number;
|
15
|
-
}>>;
|
16
|
-
export declare class FindReferralCodeUsageResponseDto extends FindReferralCodeUsageResponseDto_base {
|
17
|
-
}
|
18
|
-
export {};
|
@@ -1,15 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
exports.FindReferralCodeUsageResponseDto = exports.findReferralCodeUsageResponseSchema = void 0;
|
7
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
8
|
-
const zod_1 = __importDefault(require("zod"));
|
9
|
-
exports.findReferralCodeUsageResponseSchema = zod_1.default.object({
|
10
|
-
amount: zod_1.default.number(),
|
11
|
-
});
|
12
|
-
class FindReferralCodeUsageResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findReferralCodeUsageResponseSchema) {
|
13
|
-
}
|
14
|
-
exports.FindReferralCodeUsageResponseDto = FindReferralCodeUsageResponseDto;
|
15
|
-
//# sourceMappingURL=find-referral-code-usage.dto.js.map
|