expo-backend-types 0.40.0-EXPO-330-ExpoBackend-MercadoPago.7 → 0.40.0-EXPO-327-EB-Escanear-entrada.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.
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./dto/create-preference-mercadopago.dto"), exports);
18
- __exportStar(require("./dto/webhook-mercadopago.dto"), exports);
19
- //# sourceMappingURL=exports.js.map
@@ -1,124 +0,0 @@
1
- import z from 'zod';
2
- export declare const findByTicketGroupTicketResponseSchema: z.ZodObject<{
3
- tickets: z.ZodArray<z.ZodObject<{
4
- id: z.ZodString;
5
- eventId: z.ZodString;
6
- type: z.ZodNativeEnum<{
7
- PARTICIPANT: "PARTICIPANT";
8
- STAFF: "STAFF";
9
- SPECTATOR: "SPECTATOR";
10
- }>;
11
- fullName: z.ZodString;
12
- mail: z.ZodString;
13
- dni: z.ZodString;
14
- seat: z.ZodNullable<z.ZodNumber>;
15
- scanned: z.ZodBoolean;
16
- scannedAt: z.ZodNullable<z.ZodDate>;
17
- ticketGroupId: z.ZodNullable<z.ZodString>;
18
- created_at: z.ZodDate;
19
- updated_at: z.ZodDate;
20
- }, "strip", z.ZodTypeAny, {
21
- id: string;
22
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
23
- fullName: string;
24
- mail: string;
25
- eventId: string;
26
- dni: string;
27
- seat: number | null;
28
- created_at: Date;
29
- updated_at: Date;
30
- scanned: boolean;
31
- scannedAt: Date | null;
32
- ticketGroupId: string | null;
33
- }, {
34
- id: string;
35
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
36
- fullName: string;
37
- mail: string;
38
- eventId: string;
39
- dni: string;
40
- seat: number | null;
41
- created_at: Date;
42
- updated_at: Date;
43
- scanned: boolean;
44
- scannedAt: Date | null;
45
- ticketGroupId: string | null;
46
- }>, "many">;
47
- }, "strip", z.ZodTypeAny, {
48
- tickets: {
49
- id: string;
50
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
51
- fullName: string;
52
- mail: string;
53
- eventId: string;
54
- dni: string;
55
- seat: number | null;
56
- created_at: Date;
57
- updated_at: Date;
58
- scanned: boolean;
59
- scannedAt: Date | null;
60
- ticketGroupId: string | null;
61
- }[];
62
- }, {
63
- tickets: {
64
- id: string;
65
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
66
- fullName: string;
67
- mail: string;
68
- eventId: string;
69
- dni: string;
70
- seat: number | null;
71
- created_at: Date;
72
- updated_at: Date;
73
- scanned: boolean;
74
- scannedAt: Date | null;
75
- ticketGroupId: string | null;
76
- }[];
77
- }>;
78
- export declare const getPdfsByTicketGroupResponseSchema: z.ZodObject<{
79
- pdfs: z.ZodArray<z.ZodObject<{
80
- ticketId: z.ZodString;
81
- pdfBase64: z.ZodString;
82
- }, "strip", z.ZodTypeAny, {
83
- ticketId: string;
84
- pdfBase64: string;
85
- }, {
86
- ticketId: string;
87
- pdfBase64: string;
88
- }>, "many">;
89
- }, "strip", z.ZodTypeAny, {
90
- pdfs: {
91
- ticketId: string;
92
- pdfBase64: string;
93
- }[];
94
- }, {
95
- pdfs: {
96
- ticketId: string;
97
- pdfBase64: string;
98
- }[];
99
- }>;
100
- declare const GetPdfsByTicketGroupResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
101
- pdfs: z.ZodArray<z.ZodObject<{
102
- ticketId: z.ZodString;
103
- pdfBase64: z.ZodString;
104
- }, z.UnknownKeysParam, z.ZodTypeAny, {
105
- ticketId: string;
106
- pdfBase64: string;
107
- }, {
108
- ticketId: string;
109
- pdfBase64: string;
110
- }>, "many">;
111
- }, z.UnknownKeysParam, z.ZodTypeAny, {
112
- pdfs: {
113
- ticketId: string;
114
- pdfBase64: string;
115
- }[];
116
- }, {
117
- pdfs: {
118
- ticketId: string;
119
- pdfBase64: string;
120
- }[];
121
- }>>;
122
- export declare class GetPdfsByTicketGroupResponseDto extends GetPdfsByTicketGroupResponseDto_base {
123
- }
124
- export {};
@@ -1,22 +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.GetPdfsByTicketGroupResponseDto = exports.getPdfsByTicketGroupResponseSchema = exports.findByTicketGroupTicketResponseSchema = 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
- const ticket_dto_1 = require("./ticket.dto");
10
- exports.findByTicketGroupTicketResponseSchema = zod_1.default.object({
11
- tickets: zod_1.default.array(ticket_dto_1.ticketSchema),
12
- });
13
- exports.getPdfsByTicketGroupResponseSchema = zod_1.default.object({
14
- pdfs: zod_1.default.array(zod_1.default.object({
15
- ticketId: zod_1.default.string(),
16
- pdfBase64: zod_1.default.string(),
17
- })),
18
- });
19
- class GetPdfsByTicketGroupResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.getPdfsByTicketGroupResponseSchema) {
20
- }
21
- exports.GetPdfsByTicketGroupResponseDto = GetPdfsByTicketGroupResponseDto;
22
- //# sourceMappingURL=get-pdfs-by-group-ticket.dto.js.map
@@ -1,55 +0,0 @@
1
- export declare const findGroupResponseSchema: import("zod").ZodObject<{
2
- id: import("zod").ZodString;
3
- amountTickets: import("zod").ZodNumber;
4
- status: import("zod").ZodNativeEnum<{
5
- BOOKED: "BOOKED";
6
- PAID: "PAID";
7
- FREE: "FREE";
8
- }>;
9
- eventId: import("zod").ZodString;
10
- created_at: import("zod").ZodDate;
11
- updated_at: import("zod").ZodDate;
12
- }, "strip", import("zod").ZodTypeAny, {
13
- id: string;
14
- eventId: string;
15
- status: "BOOKED" | "PAID" | "FREE";
16
- amountTickets: number;
17
- created_at: Date;
18
- updated_at: Date;
19
- }, {
20
- id: string;
21
- eventId: string;
22
- status: "BOOKED" | "PAID" | "FREE";
23
- amountTickets: number;
24
- created_at: Date;
25
- updated_at: Date;
26
- }>;
27
- declare const FindGroupTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
28
- id: import("zod").ZodString;
29
- amountTickets: import("zod").ZodNumber;
30
- status: import("zod").ZodNativeEnum<{
31
- BOOKED: "BOOKED";
32
- PAID: "PAID";
33
- FREE: "FREE";
34
- }>;
35
- eventId: import("zod").ZodString;
36
- created_at: import("zod").ZodString;
37
- updated_at: import("zod").ZodString;
38
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
39
- id: string;
40
- eventId: string;
41
- status: "BOOKED" | "PAID" | "FREE";
42
- amountTickets: number;
43
- created_at: string;
44
- updated_at: string;
45
- }, {
46
- id: string;
47
- eventId: string;
48
- status: "BOOKED" | "PAID" | "FREE";
49
- amountTickets: number;
50
- created_at: string;
51
- updated_at: string;
52
- }>>;
53
- export declare class FindGroupTicketGroupDto extends FindGroupTicketGroupDto_base {
54
- }
55
- export {};
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FindGroupTicketGroupDto = exports.findGroupResponseSchema = void 0;
4
- const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
5
- const ticket_group_dto_1 = require("./ticket-group.dto");
6
- exports.findGroupResponseSchema = ticket_group_dto_1.ticketGroupSchema;
7
- class FindGroupTicketGroupDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findGroupResponseSchema) {
8
- }
9
- exports.FindGroupTicketGroupDto = FindGroupTicketGroupDto;
10
- //# sourceMappingURL=find-group-ticket-group.dto.js.map