expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.3 → 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.
@@ -18,7 +18,7 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
18
18
|
referralCode: z.ZodNullable<z.ZodString>;
|
19
19
|
created_at: z.ZodDate;
|
20
20
|
updated_at: z.ZodDate;
|
21
|
-
}, "type" | "fullName" | "mail" | "eventId" | "dni" | "ticketGroupId">, {
|
21
|
+
}, "type" | "fullName" | "mail" | "eventId" | "dni" | "referralCode" | "ticketGroupId">, {
|
22
22
|
profileId: z.ZodOptional<z.ZodString>;
|
23
23
|
}>, "strip", z.ZodTypeAny, {
|
24
24
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -26,6 +26,7 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
26
26
|
mail: string;
|
27
27
|
eventId: string;
|
28
28
|
dni: string;
|
29
|
+
referralCode: string | null;
|
29
30
|
ticketGroupId: string | null;
|
30
31
|
profileId?: string | undefined;
|
31
32
|
}, {
|
@@ -34,6 +35,7 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
34
35
|
mail: string;
|
35
36
|
eventId: string;
|
36
37
|
dni: string;
|
38
|
+
referralCode: string | null;
|
37
39
|
ticketGroupId: string | null;
|
38
40
|
profileId?: string | undefined;
|
39
41
|
}>, "many">;
|
@@ -44,6 +46,7 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
44
46
|
mail: string;
|
45
47
|
eventId: string;
|
46
48
|
dni: string;
|
49
|
+
referralCode: string | null;
|
47
50
|
ticketGroupId: string | null;
|
48
51
|
profileId?: string | undefined;
|
49
52
|
}[];
|
@@ -54,6 +57,7 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
54
57
|
mail: string;
|
55
58
|
eventId: string;
|
56
59
|
dni: string;
|
60
|
+
referralCode: string | null;
|
57
61
|
ticketGroupId: string | null;
|
58
62
|
profileId?: string | undefined;
|
59
63
|
}[];
|
@@ -69,6 +73,7 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
69
73
|
mail: z.ZodString;
|
70
74
|
eventId: z.ZodString;
|
71
75
|
dni: z.ZodString;
|
76
|
+
referralCode: z.ZodNullable<z.ZodString>;
|
72
77
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
73
78
|
profileId: z.ZodOptional<z.ZodString>;
|
74
79
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
@@ -77,6 +82,7 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
77
82
|
mail: string;
|
78
83
|
eventId: string;
|
79
84
|
dni: string;
|
85
|
+
referralCode: string | null;
|
80
86
|
ticketGroupId: string | null;
|
81
87
|
profileId?: string | undefined;
|
82
88
|
}, {
|
@@ -85,6 +91,7 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
85
91
|
mail: string;
|
86
92
|
eventId: string;
|
87
93
|
dni: string;
|
94
|
+
referralCode: string | null;
|
88
95
|
ticketGroupId: string | null;
|
89
96
|
profileId?: string | undefined;
|
90
97
|
}>, "many">;
|
@@ -95,6 +102,7 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
95
102
|
mail: string;
|
96
103
|
eventId: string;
|
97
104
|
dni: string;
|
105
|
+
referralCode: string | null;
|
98
106
|
ticketGroupId: string | null;
|
99
107
|
profileId?: string | undefined;
|
100
108
|
}[];
|
@@ -105,6 +113,7 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
105
113
|
mail: string;
|
106
114
|
eventId: string;
|
107
115
|
dni: string;
|
116
|
+
referralCode: string | null;
|
108
117
|
ticketGroupId: string | null;
|
109
118
|
profileId?: string | undefined;
|
110
119
|
}[];
|
@@ -16,7 +16,7 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
|
|
16
16
|
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
17
17
|
created_at: import("zod").ZodDate;
|
18
18
|
updated_at: import("zod").ZodDate;
|
19
|
-
}, "type" | "fullName" | "mail" | "eventId" | "dni">, {
|
19
|
+
}, "type" | "fullName" | "mail" | "eventId" | "dni" | "referralCode">, {
|
20
20
|
profileId: import("zod").ZodOptional<import("zod").ZodString>;
|
21
21
|
ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
|
22
22
|
}>, "strip", import("zod").ZodTypeAny, {
|
@@ -25,6 +25,7 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
|
|
25
25
|
mail: string;
|
26
26
|
eventId: string;
|
27
27
|
dni: string;
|
28
|
+
referralCode: string | null;
|
28
29
|
profileId?: string | undefined;
|
29
30
|
ticketGroupId?: string | undefined;
|
30
31
|
}, {
|
@@ -33,6 +34,7 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
|
|
33
34
|
mail: string;
|
34
35
|
eventId: string;
|
35
36
|
dni: string;
|
37
|
+
referralCode: string | null;
|
36
38
|
profileId?: string | undefined;
|
37
39
|
ticketGroupId?: string | undefined;
|
38
40
|
}>;
|
@@ -46,6 +48,7 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
|
|
46
48
|
mail: import("zod").ZodString;
|
47
49
|
eventId: import("zod").ZodString;
|
48
50
|
dni: import("zod").ZodString;
|
51
|
+
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
49
52
|
profileId: import("zod").ZodOptional<import("zod").ZodString>;
|
50
53
|
ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
|
51
54
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
@@ -54,6 +57,7 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
|
|
54
57
|
mail: string;
|
55
58
|
eventId: string;
|
56
59
|
dni: string;
|
60
|
+
referralCode: string | null;
|
57
61
|
profileId?: string | undefined;
|
58
62
|
ticketGroupId?: string | undefined;
|
59
63
|
}, {
|
@@ -62,6 +66,7 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
|
|
62
66
|
mail: string;
|
63
67
|
eventId: string;
|
64
68
|
dni: string;
|
69
|
+
referralCode: string | null;
|
65
70
|
profileId?: string | undefined;
|
66
71
|
ticketGroupId?: string | undefined;
|
67
72
|
}>>;
|
package/dist/types/schema.d.ts
CHANGED
@@ -3257,6 +3257,7 @@ export interface components {
|
|
3257
3257
|
fullName: string;
|
3258
3258
|
mail: string;
|
3259
3259
|
dni: string;
|
3260
|
+
referralCode: string | null;
|
3260
3261
|
profileId?: string;
|
3261
3262
|
ticketGroupId?: string;
|
3262
3263
|
};
|
@@ -3301,6 +3302,7 @@ export interface components {
|
|
3301
3302
|
mail: string;
|
3302
3303
|
dni: string;
|
3303
3304
|
ticketGroupId: string | null;
|
3305
|
+
referralCode: string | null;
|
3304
3306
|
profileId?: string;
|
3305
3307
|
}[];
|
3306
3308
|
};
|