expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.3 → 0.53.0-EXPO-366-EB-Schema-codigo-referido.5
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 -5
- 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/mi-expo/dto/get-me.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +10 -10
- package/dist/src/mi-expo/dto/login.dto.d.ts +10 -10
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +6 -6
- package/dist/src/otp/dto/verify-otp.dto.d.ts +10 -10
- package/dist/src/production/dto/get-all-production.dto.d.ts +14 -14
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +14 -14
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +10 -10
- package/dist/src/profile/dto/create-profile.dto.d.ts +4 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +6 -6
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +16 -16
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +6 -6
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +6 -6
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-trash.dto.d.ts +1 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +10 -10
- package/dist/src/profile/dto/profile.dto.d.ts +3 -3
- package/dist/src/profile/dto/update-profile.dto.d.ts +6 -6
- package/dist/src/schema/profile.schema.d.ts +3 -3
- package/dist/src/schema/profile.schema.js +1 -1
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +10 -10
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +10 -10
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -7
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +0 -7
- 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 +14 -24
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +14 -24
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +14 -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 +7 -10
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +6 -0
- package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +6 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +6 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.js +1 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +12 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +1 -0
- package/dist/types/prisma-schema/edge.js +3 -4
- package/dist/types/prisma-schema/index-browser.js +0 -1
- package/dist/types/prisma-schema/index.d.ts +62 -110
- package/dist/types/prisma-schema/index.js +3 -4
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +1 -3
- package/dist/types/prisma-schema/wasm.js +0 -1
- package/dist/types/schema.d.ts +25 -33
- package/package.json +1 -1
@@ -7,6 +7,7 @@ export declare const findGroupResponseSchema: import("zod").ZodObject<{
|
|
7
7
|
FREE: "FREE";
|
8
8
|
}>;
|
9
9
|
eventId: import("zod").ZodString;
|
10
|
+
referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
10
11
|
created_at: import("zod").ZodDate;
|
11
12
|
updated_at: import("zod").ZodDate;
|
12
13
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -16,6 +17,7 @@ export declare const findGroupResponseSchema: import("zod").ZodObject<{
|
|
16
17
|
amountTickets: number;
|
17
18
|
created_at: Date;
|
18
19
|
updated_at: Date;
|
20
|
+
referralCode?: string | null | undefined;
|
19
21
|
}, {
|
20
22
|
id: string;
|
21
23
|
eventId: string;
|
@@ -23,6 +25,7 @@ export declare const findGroupResponseSchema: import("zod").ZodObject<{
|
|
23
25
|
amountTickets: number;
|
24
26
|
created_at: Date;
|
25
27
|
updated_at: Date;
|
28
|
+
referralCode?: string | null | undefined;
|
26
29
|
}>;
|
27
30
|
declare const FindGroupTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
28
31
|
id: import("zod").ZodString;
|
@@ -33,6 +36,7 @@ declare const FindGroupTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
33
36
|
FREE: "FREE";
|
34
37
|
}>;
|
35
38
|
eventId: import("zod").ZodString;
|
39
|
+
referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
36
40
|
created_at: import("zod").ZodString;
|
37
41
|
updated_at: import("zod").ZodString;
|
38
42
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
@@ -42,6 +46,7 @@ declare const FindGroupTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
42
46
|
amountTickets: number;
|
43
47
|
created_at: string;
|
44
48
|
updated_at: string;
|
49
|
+
referralCode?: string | null | undefined;
|
45
50
|
}, {
|
46
51
|
id: string;
|
47
52
|
eventId: string;
|
@@ -49,6 +54,7 @@ declare const FindGroupTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
49
54
|
amountTickets: number;
|
50
55
|
created_at: string;
|
51
56
|
updated_at: string;
|
57
|
+
referralCode?: string | null | undefined;
|
52
58
|
}>>;
|
53
59
|
export declare class FindGroupTicketGroupDto extends FindGroupTicketGroupDto_base {
|
54
60
|
}
|
@@ -8,6 +8,7 @@ export declare const ticketGroupSchema: z.ZodObject<{
|
|
8
8
|
FREE: "FREE";
|
9
9
|
}>;
|
10
10
|
eventId: z.ZodString;
|
11
|
+
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11
12
|
created_at: z.ZodDate;
|
12
13
|
updated_at: z.ZodDate;
|
13
14
|
}, "strip", z.ZodTypeAny, {
|
@@ -17,6 +18,7 @@ export declare const ticketGroupSchema: z.ZodObject<{
|
|
17
18
|
amountTickets: number;
|
18
19
|
created_at: Date;
|
19
20
|
updated_at: Date;
|
21
|
+
referralCode?: string | null | undefined;
|
20
22
|
}, {
|
21
23
|
id: string;
|
22
24
|
eventId: string;
|
@@ -24,6 +26,7 @@ export declare const ticketGroupSchema: z.ZodObject<{
|
|
24
26
|
amountTickets: number;
|
25
27
|
created_at: Date;
|
26
28
|
updated_at: Date;
|
29
|
+
referralCode?: string | null | undefined;
|
27
30
|
}>;
|
28
31
|
declare const TicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
29
32
|
id: z.ZodString;
|
@@ -34,6 +37,7 @@ declare const TicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
34
37
|
FREE: "FREE";
|
35
38
|
}>;
|
36
39
|
eventId: z.ZodString;
|
40
|
+
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
37
41
|
created_at: z.ZodString;
|
38
42
|
updated_at: z.ZodString;
|
39
43
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
@@ -43,6 +47,7 @@ declare const TicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
43
47
|
amountTickets: number;
|
44
48
|
created_at: string;
|
45
49
|
updated_at: string;
|
50
|
+
referralCode?: string | null | undefined;
|
46
51
|
}, {
|
47
52
|
id: string;
|
48
53
|
eventId: string;
|
@@ -50,6 +55,7 @@ declare const TicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
50
55
|
amountTickets: number;
|
51
56
|
created_at: string;
|
52
57
|
updated_at: string;
|
58
|
+
referralCode?: string | null | undefined;
|
53
59
|
}>>;
|
54
60
|
export declare class TicketGroupDto extends TicketGroupDto_base {
|
55
61
|
}
|
@@ -18,6 +18,7 @@ exports.ticketGroupSchema = zod_1.default.object({
|
|
18
18
|
message: (0, translate_1.translate)('model.ticketGroup.status.invalid'),
|
19
19
|
}),
|
20
20
|
eventId: event_dto_1.eventSchema.shape.id,
|
21
|
+
referralCode: zod_1.default.string().nullable().optional(),
|
21
22
|
created_at: zod_1.default.date(),
|
22
23
|
updated_at: zod_1.default.date(),
|
23
24
|
});
|
@@ -4,10 +4,13 @@ export declare const updateTicketGroupSchema: import("zod").ZodObject<{
|
|
4
4
|
PAID: "PAID";
|
5
5
|
FREE: "FREE";
|
6
6
|
}>>;
|
7
|
+
referralCode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
7
8
|
}, "strip", import("zod").ZodTypeAny, {
|
8
9
|
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
10
|
+
referralCode?: string | null | undefined;
|
9
11
|
}, {
|
10
12
|
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
13
|
+
referralCode?: string | null | undefined;
|
11
14
|
}>;
|
12
15
|
declare const UpdateTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
13
16
|
status: import("zod").ZodOptional<import("zod").ZodNativeEnum<{
|
@@ -15,10 +18,13 @@ declare const UpdateTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
15
18
|
PAID: "PAID";
|
16
19
|
FREE: "FREE";
|
17
20
|
}>>;
|
21
|
+
referralCode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
18
22
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
19
23
|
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
24
|
+
referralCode?: string | null | undefined;
|
20
25
|
}, {
|
21
26
|
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
27
|
+
referralCode?: string | null | undefined;
|
22
28
|
}>>;
|
23
29
|
export declare class UpdateTicketGroupDto extends UpdateTicketGroupDto_base {
|
24
30
|
}
|
@@ -31,6 +37,7 @@ export declare const updateTicketGroupResponseSchema: import("zod").ZodObject<{
|
|
31
37
|
FREE: "FREE";
|
32
38
|
}>;
|
33
39
|
eventId: import("zod").ZodString;
|
40
|
+
referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
34
41
|
created_at: import("zod").ZodDate;
|
35
42
|
updated_at: import("zod").ZodDate;
|
36
43
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -40,6 +47,7 @@ export declare const updateTicketGroupResponseSchema: import("zod").ZodObject<{
|
|
40
47
|
amountTickets: number;
|
41
48
|
created_at: Date;
|
42
49
|
updated_at: Date;
|
50
|
+
referralCode?: string | null | undefined;
|
43
51
|
}, {
|
44
52
|
id: string;
|
45
53
|
eventId: string;
|
@@ -47,6 +55,7 @@ export declare const updateTicketGroupResponseSchema: import("zod").ZodObject<{
|
|
47
55
|
amountTickets: number;
|
48
56
|
created_at: Date;
|
49
57
|
updated_at: Date;
|
58
|
+
referralCode?: string | null | undefined;
|
50
59
|
}>;
|
51
60
|
declare const UpdateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
52
61
|
id: import("zod").ZodString;
|
@@ -57,6 +66,7 @@ declare const UpdateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
57
66
|
FREE: "FREE";
|
58
67
|
}>;
|
59
68
|
eventId: import("zod").ZodString;
|
69
|
+
referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
60
70
|
created_at: import("zod").ZodString;
|
61
71
|
updated_at: import("zod").ZodString;
|
62
72
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
@@ -66,6 +76,7 @@ declare const UpdateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
66
76
|
amountTickets: number;
|
67
77
|
created_at: string;
|
68
78
|
updated_at: string;
|
79
|
+
referralCode?: string | null | undefined;
|
69
80
|
}, {
|
70
81
|
id: string;
|
71
82
|
eventId: string;
|
@@ -73,6 +84,7 @@ declare const UpdateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
73
84
|
amountTickets: number;
|
74
85
|
created_at: string;
|
75
86
|
updated_at: string;
|
87
|
+
referralCode?: string | null | undefined;
|
76
88
|
}>>;
|
77
89
|
export declare class UpdateTicketGroupResponseDto extends UpdateTicketGroupResponseDto_base {
|
78
90
|
}
|
@@ -6,6 +6,7 @@ const ticket_group_dto_1 = require("./ticket-group.dto");
|
|
6
6
|
exports.updateTicketGroupSchema = ticket_group_dto_1.ticketGroupSchema
|
7
7
|
.pick({
|
8
8
|
status: true,
|
9
|
+
referralCode: true,
|
9
10
|
})
|
10
11
|
.partial();
|
11
12
|
class UpdateTicketGroupDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateTicketGroupSchema) {
|