expo-backend-types 0.35.0-EXPO-323-Enviar-mail-ticket.1 → 0.35.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.1

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.
Files changed (67) hide show
  1. package/dist/src/account/dto/account.dto.d.ts +6 -6
  2. package/dist/src/account/dto/create-account.dto.d.ts +12 -12
  3. package/dist/src/account/dto/get-global-filter.dto.d.ts +1 -1
  4. package/dist/src/account/dto/get-me.dto.d.ts +6 -6
  5. package/dist/src/account/dto/update-global-filter.dto.d.ts +6 -6
  6. package/dist/src/auth/dto/login.dto.d.ts +11 -11
  7. package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
  8. package/dist/src/event/dto/create-event.dto.d.ts +10 -10
  9. package/dist/src/event/dto/event-tickets.dto.d.ts +3 -3
  10. package/dist/src/event/dto/event-tickets.dto.js +2 -5
  11. package/dist/src/event/dto/get-active-events.dto.d.ts +14 -14
  12. package/dist/src/event/dto/get-all-event.dto.d.ts +0 -616
  13. package/dist/src/event/dto/get-all-event.dto.js +8 -29
  14. package/dist/src/event/dto/get-by-id-event.dto.d.ts +10 -317
  15. package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
  16. package/dist/src/event/dto/update-event.dto.d.ts +20 -26
  17. package/dist/src/event/dto/update-event.dto.js +0 -1
  18. package/dist/src/i18n/es.d.ts +0 -14
  19. package/dist/src/i18n/es.js +0 -14
  20. package/dist/src/i18n/es.js.map +1 -1
  21. package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -16
  22. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -20
  23. package/dist/src/mi-expo/dto/login.dto.d.ts +1 -21
  24. package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -16
  25. package/dist/src/mi-expo/exports.d.ts +0 -1
  26. package/dist/src/mi-expo/exports.js +0 -1
  27. package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -20
  28. package/dist/src/profile/dto/create-profile.dto.d.ts +0 -24
  29. package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -16
  30. package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -20
  31. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -36
  32. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -16
  33. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -16
  34. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -20
  35. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -55
  36. package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
  37. package/dist/src/profile/dto/find-trash.dto.d.ts +0 -6
  38. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -20
  39. package/dist/src/profile/dto/profile.dto.d.ts +0 -8
  40. package/dist/src/profile/dto/update-profile.dto.d.ts +0 -16
  41. package/dist/src/schema/profile.schema.d.ts +0 -8
  42. package/dist/src/schema/profile.schema.js +0 -2
  43. package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -20
  44. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -20
  45. package/dist/src/ticket/dto/create-ticket.dto.d.ts +4 -158
  46. package/dist/src/ticket/dto/create-ticket.dto.js +2 -10
  47. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -370
  48. package/dist/src/ticket/dto/find-by-event-ticket.dto.js +0 -2
  49. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -370
  50. package/dist/src/ticket/dto/find-by-id-ticket.dto.js +0 -2
  51. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -370
  52. package/dist/src/ticket/dto/find-by-mail-ticket.dto.js +0 -2
  53. package/dist/src/ticket/exports.d.ts +0 -1
  54. package/dist/src/ticket/exports.js +0 -1
  55. package/dist/types/prisma-schema/edge.js +4 -6
  56. package/dist/types/prisma-schema/index-browser.js +1 -3
  57. package/dist/types/prisma-schema/index.d.ts +48 -586
  58. package/dist/types/prisma-schema/index.js +4 -6
  59. package/dist/types/prisma-schema/package.json +1 -1
  60. package/dist/types/prisma-schema/schema.prisma +2 -9
  61. package/dist/types/prisma-schema/wasm.js +1 -3
  62. package/dist/types/schema.d.ts +10 -342
  63. package/package.json +1 -1
  64. package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
  65. package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
  66. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
  67. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
@@ -41,119 +41,12 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
41
41
  name: string;
42
42
  date: Date;
43
43
  }>;
44
- profile: z.ZodNullable<z.ZodObject<{
45
- id: z.ZodString;
46
- shortId: z.ZodNumber;
47
- role: z.ZodDefault<z.ZodNativeEnum<{
48
- USER: "USER";
49
- ADMIN: "ADMIN";
50
- FORM: "FORM";
51
- MI_EXPO: "MI_EXPO";
52
- }>>;
53
- firstTimeMiExpo: z.ZodBoolean;
54
- username: z.ZodNullable<z.ZodString>;
55
- password: z.ZodNullable<z.ZodString>;
56
- phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
57
- isPhoneVerified: z.ZodBoolean;
58
- secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
59
- fullName: z.ZodString;
60
- firstName: z.ZodNullable<z.ZodString>;
61
- gender: z.ZodNullable<z.ZodString>;
62
- birthDate: z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodDate>>;
63
- profilePictureUrl: z.ZodNullable<z.ZodString>;
64
- instagram: z.ZodNullable<z.ZodString>;
65
- mail: z.ZodNullable<z.ZodString>;
66
- dni: z.ZodNullable<z.ZodString>;
67
- alternativeNames: z.ZodArray<z.ZodString, "many">;
68
- birthLocationId: z.ZodNullable<z.ZodString>;
69
- residenceLocationId: z.ZodNullable<z.ZodString>;
70
- isInTrash: z.ZodBoolean;
71
- movedToTrashDate: z.ZodNullable<z.ZodDate>;
72
- created_at: z.ZodDate;
73
- updated_at: z.ZodDate;
74
- }, "strip", z.ZodTypeAny, {
75
- id: string;
76
- username: string | null;
77
- password: string | null;
78
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
79
- phoneNumber: string;
80
- secondaryPhoneNumber: string | null;
81
- fullName: string;
82
- profilePictureUrl: string | null;
83
- mail: string | null;
84
- created_at: Date;
85
- updated_at: Date;
86
- shortId: number;
87
- firstTimeMiExpo: boolean;
88
- isPhoneVerified: boolean;
89
- firstName: string | null;
90
- gender: string | null;
91
- birthDate: Date | null;
92
- instagram: string | null;
93
- dni: string | null;
94
- alternativeNames: string[];
95
- birthLocationId: string | null;
96
- residenceLocationId: string | null;
97
- isInTrash: boolean;
98
- movedToTrashDate: Date | null;
99
- }, {
100
- id: string;
101
- username: string | null;
102
- password: string | null;
103
- phoneNumber: string;
104
- secondaryPhoneNumber: string | null;
105
- fullName: string;
106
- profilePictureUrl: string | null;
107
- mail: string | null;
108
- created_at: Date;
109
- updated_at: Date;
110
- shortId: number;
111
- firstTimeMiExpo: boolean;
112
- isPhoneVerified: boolean;
113
- firstName: string | null;
114
- gender: string | null;
115
- birthDate: string | null;
116
- instagram: string | null;
117
- dni: string | null;
118
- alternativeNames: string[];
119
- birthLocationId: string | null;
120
- residenceLocationId: string | null;
121
- isInTrash: boolean;
122
- movedToTrashDate: Date | null;
123
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
124
- }>>;
125
44
  }>, "strip", z.ZodTypeAny, {
126
45
  event: {
127
46
  location: string;
128
47
  name: string;
129
48
  date: Date;
130
49
  };
131
- profile: {
132
- id: string;
133
- username: string | null;
134
- password: string | null;
135
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
136
- phoneNumber: string;
137
- secondaryPhoneNumber: string | null;
138
- fullName: string;
139
- profilePictureUrl: string | null;
140
- mail: string | null;
141
- created_at: Date;
142
- updated_at: Date;
143
- shortId: number;
144
- firstTimeMiExpo: boolean;
145
- isPhoneVerified: boolean;
146
- firstName: string | null;
147
- gender: string | null;
148
- birthDate: Date | null;
149
- instagram: string | null;
150
- dni: string | null;
151
- alternativeNames: string[];
152
- birthLocationId: string | null;
153
- residenceLocationId: string | null;
154
- isInTrash: boolean;
155
- movedToTrashDate: Date | null;
156
- } | null;
157
50
  id: string;
158
51
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
159
52
  fullName: string;
@@ -168,32 +61,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
168
61
  name: string;
169
62
  date: Date;
170
63
  };
171
- profile: {
172
- id: string;
173
- username: string | null;
174
- password: string | null;
175
- phoneNumber: string;
176
- secondaryPhoneNumber: string | null;
177
- fullName: string;
178
- profilePictureUrl: string | null;
179
- mail: string | null;
180
- created_at: Date;
181
- updated_at: Date;
182
- shortId: number;
183
- firstTimeMiExpo: boolean;
184
- isPhoneVerified: boolean;
185
- firstName: string | null;
186
- gender: string | null;
187
- birthDate: string | null;
188
- instagram: string | null;
189
- dni: string | null;
190
- alternativeNames: string[];
191
- birthLocationId: string | null;
192
- residenceLocationId: string | null;
193
- isInTrash: boolean;
194
- movedToTrashDate: Date | null;
195
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
196
- } | null;
197
64
  id: string;
198
65
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
199
66
  fullName: string;
@@ -210,32 +77,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
210
77
  name: string;
211
78
  date: Date;
212
79
  };
213
- profile: {
214
- id: string;
215
- username: string | null;
216
- password: string | null;
217
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
218
- phoneNumber: string;
219
- secondaryPhoneNumber: string | null;
220
- fullName: string;
221
- profilePictureUrl: string | null;
222
- mail: string | null;
223
- created_at: Date;
224
- updated_at: Date;
225
- shortId: number;
226
- firstTimeMiExpo: boolean;
227
- isPhoneVerified: boolean;
228
- firstName: string | null;
229
- gender: string | null;
230
- birthDate: Date | null;
231
- instagram: string | null;
232
- dni: string | null;
233
- alternativeNames: string[];
234
- birthLocationId: string | null;
235
- residenceLocationId: string | null;
236
- isInTrash: boolean;
237
- movedToTrashDate: Date | null;
238
- } | null;
239
80
  id: string;
240
81
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
241
82
  fullName: string;
@@ -252,32 +93,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
252
93
  name: string;
253
94
  date: Date;
254
95
  };
255
- profile: {
256
- id: string;
257
- username: string | null;
258
- password: string | null;
259
- phoneNumber: string;
260
- secondaryPhoneNumber: string | null;
261
- fullName: string;
262
- profilePictureUrl: string | null;
263
- mail: string | null;
264
- created_at: Date;
265
- updated_at: Date;
266
- shortId: number;
267
- firstTimeMiExpo: boolean;
268
- isPhoneVerified: boolean;
269
- firstName: string | null;
270
- gender: string | null;
271
- birthDate: string | null;
272
- instagram: string | null;
273
- dni: string | null;
274
- alternativeNames: string[];
275
- birthLocationId: string | null;
276
- residenceLocationId: string | null;
277
- isInTrash: boolean;
278
- movedToTrashDate: Date | null;
279
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
280
- } | null;
281
96
  id: string;
282
97
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
283
98
  fullName: string;
@@ -319,119 +134,12 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
319
134
  name: string;
320
135
  date: string;
321
136
  }>;
322
- profile: z.ZodNullable<z.ZodObject<{
323
- id: z.ZodString;
324
- shortId: z.ZodNumber;
325
- role: z.ZodDefault<z.ZodNativeEnum<{
326
- USER: "USER";
327
- ADMIN: "ADMIN";
328
- FORM: "FORM";
329
- MI_EXPO: "MI_EXPO";
330
- }>>;
331
- firstTimeMiExpo: z.ZodBoolean;
332
- username: z.ZodNullable<z.ZodString>;
333
- password: z.ZodNullable<z.ZodString>;
334
- phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
335
- isPhoneVerified: z.ZodBoolean;
336
- secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
337
- fullName: z.ZodString;
338
- firstName: z.ZodNullable<z.ZodString>;
339
- gender: z.ZodNullable<z.ZodString>;
340
- birthDate: z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodString>>;
341
- profilePictureUrl: z.ZodNullable<z.ZodString>;
342
- instagram: z.ZodNullable<z.ZodString>;
343
- mail: z.ZodNullable<z.ZodString>;
344
- dni: z.ZodNullable<z.ZodString>;
345
- alternativeNames: z.ZodArray<z.ZodString, "many">;
346
- birthLocationId: z.ZodNullable<z.ZodString>;
347
- residenceLocationId: z.ZodNullable<z.ZodString>;
348
- isInTrash: z.ZodBoolean;
349
- movedToTrashDate: z.ZodNullable<z.ZodString>;
350
- created_at: z.ZodString;
351
- updated_at: z.ZodString;
352
- }, z.UnknownKeysParam, z.ZodTypeAny, {
353
- id: string;
354
- username: string | null;
355
- password: string | null;
356
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
357
- phoneNumber: string;
358
- secondaryPhoneNumber: string | null;
359
- fullName: string;
360
- profilePictureUrl: string | null;
361
- mail: string | null;
362
- created_at: string;
363
- updated_at: string;
364
- shortId: number;
365
- firstTimeMiExpo: boolean;
366
- isPhoneVerified: boolean;
367
- firstName: string | null;
368
- gender: string | null;
369
- birthDate: string | null;
370
- instagram: string | null;
371
- dni: string | null;
372
- alternativeNames: string[];
373
- birthLocationId: string | null;
374
- residenceLocationId: string | null;
375
- isInTrash: boolean;
376
- movedToTrashDate: string | null;
377
- }, {
378
- id: string;
379
- username: string | null;
380
- password: string | null;
381
- phoneNumber: string;
382
- secondaryPhoneNumber: string | null;
383
- fullName: string;
384
- profilePictureUrl: string | null;
385
- mail: string | null;
386
- created_at: string;
387
- updated_at: string;
388
- shortId: number;
389
- firstTimeMiExpo: boolean;
390
- isPhoneVerified: boolean;
391
- firstName: string | null;
392
- gender: string | null;
393
- birthDate: string | null;
394
- instagram: string | null;
395
- dni: string | null;
396
- alternativeNames: string[];
397
- birthLocationId: string | null;
398
- residenceLocationId: string | null;
399
- isInTrash: boolean;
400
- movedToTrashDate: string | null;
401
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
402
- }>>;
403
137
  }, z.UnknownKeysParam, z.ZodTypeAny, {
404
138
  event: {
405
139
  location: string;
406
140
  name: string;
407
141
  date: string;
408
142
  };
409
- profile: {
410
- id: string;
411
- username: string | null;
412
- password: string | null;
413
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
414
- phoneNumber: string;
415
- secondaryPhoneNumber: string | null;
416
- fullName: string;
417
- profilePictureUrl: string | null;
418
- mail: string | null;
419
- created_at: string;
420
- updated_at: string;
421
- shortId: number;
422
- firstTimeMiExpo: boolean;
423
- isPhoneVerified: boolean;
424
- firstName: string | null;
425
- gender: string | null;
426
- birthDate: string | null;
427
- instagram: string | null;
428
- dni: string | null;
429
- alternativeNames: string[];
430
- birthLocationId: string | null;
431
- residenceLocationId: string | null;
432
- isInTrash: boolean;
433
- movedToTrashDate: string | null;
434
- } | null;
435
143
  id: string;
436
144
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
437
145
  fullName: string;
@@ -446,32 +154,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
446
154
  name: string;
447
155
  date: string;
448
156
  };
449
- profile: {
450
- id: string;
451
- username: string | null;
452
- password: string | null;
453
- phoneNumber: string;
454
- secondaryPhoneNumber: string | null;
455
- fullName: string;
456
- profilePictureUrl: string | null;
457
- mail: string | null;
458
- created_at: string;
459
- updated_at: string;
460
- shortId: number;
461
- firstTimeMiExpo: boolean;
462
- isPhoneVerified: boolean;
463
- firstName: string | null;
464
- gender: string | null;
465
- birthDate: string | null;
466
- instagram: string | null;
467
- dni: string | null;
468
- alternativeNames: string[];
469
- birthLocationId: string | null;
470
- residenceLocationId: string | null;
471
- isInTrash: boolean;
472
- movedToTrashDate: string | null;
473
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
474
- } | null;
475
157
  id: string;
476
158
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
477
159
  fullName: string;
@@ -488,32 +170,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
488
170
  name: string;
489
171
  date: string;
490
172
  };
491
- profile: {
492
- id: string;
493
- username: string | null;
494
- password: string | null;
495
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
496
- phoneNumber: string;
497
- secondaryPhoneNumber: string | null;
498
- fullName: string;
499
- profilePictureUrl: string | null;
500
- mail: string | null;
501
- created_at: string;
502
- updated_at: string;
503
- shortId: number;
504
- firstTimeMiExpo: boolean;
505
- isPhoneVerified: boolean;
506
- firstName: string | null;
507
- gender: string | null;
508
- birthDate: string | null;
509
- instagram: string | null;
510
- dni: string | null;
511
- alternativeNames: string[];
512
- birthLocationId: string | null;
513
- residenceLocationId: string | null;
514
- isInTrash: boolean;
515
- movedToTrashDate: string | null;
516
- } | null;
517
173
  id: string;
518
174
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
519
175
  fullName: string;
@@ -530,32 +186,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
530
186
  name: string;
531
187
  date: string;
532
188
  };
533
- profile: {
534
- id: string;
535
- username: string | null;
536
- password: string | null;
537
- phoneNumber: string;
538
- secondaryPhoneNumber: string | null;
539
- fullName: string;
540
- profilePictureUrl: string | null;
541
- mail: string | null;
542
- created_at: string;
543
- updated_at: string;
544
- shortId: number;
545
- firstTimeMiExpo: boolean;
546
- isPhoneVerified: boolean;
547
- firstName: string | null;
548
- gender: string | null;
549
- birthDate: string | null;
550
- instagram: string | null;
551
- dni: string | null;
552
- alternativeNames: string[];
553
- birthLocationId: string | null;
554
- residenceLocationId: string | null;
555
- isInTrash: boolean;
556
- movedToTrashDate: string | null;
557
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
558
- } | null;
559
189
  id: string;
560
190
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
561
191
  fullName: string;
@@ -5,7 +5,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.FindByEventTicketResponseDto = exports.findByEventTicketResponseSchema = void 0;
7
7
  const event_dto_1 = require("../../event/dto/event.dto");
8
- const profile_schema_1 = require("../../schema/profile.schema");
9
8
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
10
9
  const zod_1 = __importDefault(require("zod"));
11
10
  const ticket_dto_1 = require("./ticket.dto");
@@ -16,7 +15,6 @@ exports.findByEventTicketResponseSchema = zod_1.default.object({
16
15
  date: true,
17
16
  location: true,
18
17
  }),
19
- profile: profile_schema_1.profileSchema.nullable(),
20
18
  }))),
21
19
  });
22
20
  class FindByEventTicketResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findByEventTicketResponseSchema) {