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.
Files changed (57) hide show
  1. package/dist/src/event/dto/get-all-statistics.dto.d.ts +5 -5
  2. package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -10
  3. package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -5
  4. package/dist/src/mi-expo/dto/get-me.dto.d.ts +6 -6
  5. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +10 -10
  6. package/dist/src/mi-expo/dto/login.dto.d.ts +10 -10
  7. package/dist/src/mi-expo/dto/update-me.dto.d.ts +6 -6
  8. package/dist/src/otp/dto/verify-otp.dto.d.ts +10 -10
  9. package/dist/src/production/dto/get-all-production.dto.d.ts +14 -14
  10. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +14 -14
  11. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +10 -10
  12. package/dist/src/profile/dto/create-profile.dto.d.ts +4 -4
  13. package/dist/src/profile/dto/delete-profile.dto.d.ts +6 -6
  14. package/dist/src/profile/dto/find-all-profile.dto.d.ts +10 -10
  15. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +16 -16
  16. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +6 -6
  17. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +6 -6
  18. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +10 -10
  19. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +10 -10
  20. package/dist/src/profile/dto/find-trash.dto.d.ts +1 -1
  21. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +10 -10
  22. package/dist/src/profile/dto/profile.dto.d.ts +3 -3
  23. package/dist/src/profile/dto/update-profile.dto.d.ts +6 -6
  24. package/dist/src/schema/profile.schema.d.ts +3 -3
  25. package/dist/src/schema/profile.schema.js +1 -1
  26. package/dist/src/tag/dto/massive-allocation.dto.d.ts +10 -10
  27. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +10 -10
  28. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -7
  29. package/dist/src/ticket/dto/create-ticket.dto.d.ts +0 -7
  30. package/dist/src/ticket/dto/delete-ticket.dto.d.ts +0 -6
  31. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +0 -10
  32. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +14 -24
  33. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +14 -24
  34. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +14 -24
  35. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -10
  36. package/dist/src/ticket/dto/find-ticket.dto.d.ts +0 -6
  37. package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +0 -5
  38. package/dist/src/ticket/dto/scan-ticket.dto.d.ts +0 -6
  39. package/dist/src/ticket/dto/ticket.dto.d.ts +0 -6
  40. package/dist/src/ticket/dto/ticket.dto.js +0 -1
  41. package/dist/src/ticket/dto/update-ticket.dto.d.ts +0 -6
  42. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +7 -10
  43. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +6 -0
  44. package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +6 -0
  45. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +6 -0
  46. package/dist/src/ticket-group/dto/ticket-group.dto.js +1 -0
  47. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +12 -0
  48. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +1 -0
  49. package/dist/types/prisma-schema/edge.js +3 -4
  50. package/dist/types/prisma-schema/index-browser.js +0 -1
  51. package/dist/types/prisma-schema/index.d.ts +62 -110
  52. package/dist/types/prisma-schema/index.js +3 -4
  53. package/dist/types/prisma-schema/package.json +1 -1
  54. package/dist/types/prisma-schema/schema.prisma +1 -3
  55. package/dist/types/prisma-schema/wasm.js +0 -1
  56. package/dist/types/schema.d.ts +25 -33
  57. package/package.json +1 -1
@@ -38,7 +38,7 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
38
38
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
39
39
  created_at: z.ZodDate;
40
40
  updated_at: z.ZodDate;
41
- referralCode: z.ZodNullable<z.ZodString>;
41
+ referralCode: z.ZodString;
42
42
  }, "strip", z.ZodTypeAny, {
43
43
  id: string;
44
44
  username: string | null;
@@ -64,7 +64,7 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
64
64
  residenceLocationId: string | null;
65
65
  isInTrash: boolean;
66
66
  movedToTrashDate: Date | null;
67
- referralCode: string | null;
67
+ referralCode: string;
68
68
  }, {
69
69
  id: string;
70
70
  username: string | null;
@@ -89,7 +89,7 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
89
89
  residenceLocationId: string | null;
90
90
  isInTrash: boolean;
91
91
  movedToTrashDate: Date | null;
92
- referralCode: string | null;
92
+ referralCode: string;
93
93
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
94
94
  }>>;
95
95
  }>, "strip", z.ZodTypeAny, {
@@ -123,7 +123,7 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
123
123
  residenceLocationId: string | null;
124
124
  isInTrash: boolean;
125
125
  movedToTrashDate: Date | null;
126
- referralCode: string | null;
126
+ referralCode: string;
127
127
  } | null;
128
128
  }, {
129
129
  id: string;
@@ -155,7 +155,7 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
155
155
  residenceLocationId: string | null;
156
156
  isInTrash: boolean;
157
157
  movedToTrashDate: Date | null;
158
- referralCode: string | null;
158
+ referralCode: string;
159
159
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
160
160
  } | null;
161
161
  }>, "many">;
@@ -191,7 +191,7 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
191
191
  residenceLocationId: string | null;
192
192
  isInTrash: boolean;
193
193
  movedToTrashDate: Date | null;
194
- referralCode: string | null;
194
+ referralCode: string;
195
195
  } | null;
196
196
  }[];
197
197
  }, {
@@ -225,7 +225,7 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
225
225
  residenceLocationId: string | null;
226
226
  isInTrash: boolean;
227
227
  movedToTrashDate: Date | null;
228
- referralCode: string | null;
228
+ referralCode: string;
229
229
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
230
230
  } | null;
231
231
  }[];
@@ -268,7 +268,7 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
268
268
  movedToTrashDate: z.ZodNullable<z.ZodString>;
269
269
  created_at: z.ZodString;
270
270
  updated_at: z.ZodString;
271
- referralCode: z.ZodNullable<z.ZodString>;
271
+ referralCode: z.ZodString;
272
272
  }, z.UnknownKeysParam, z.ZodTypeAny, {
273
273
  id: string;
274
274
  username: string | null;
@@ -294,7 +294,7 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
294
294
  residenceLocationId: string | null;
295
295
  isInTrash: boolean;
296
296
  movedToTrashDate: string | null;
297
- referralCode: string | null;
297
+ referralCode: string;
298
298
  }, {
299
299
  id: string;
300
300
  username: string | null;
@@ -319,7 +319,7 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
319
319
  residenceLocationId: string | null;
320
320
  isInTrash: boolean;
321
321
  movedToTrashDate: string | null;
322
- referralCode: string | null;
322
+ referralCode: string;
323
323
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
324
324
  }>>;
325
325
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -353,7 +353,7 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
353
353
  residenceLocationId: string | null;
354
354
  isInTrash: boolean;
355
355
  movedToTrashDate: string | null;
356
- referralCode: string | null;
356
+ referralCode: string;
357
357
  } | null;
358
358
  }, {
359
359
  id: string;
@@ -385,7 +385,7 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
385
385
  residenceLocationId: string | null;
386
386
  isInTrash: boolean;
387
387
  movedToTrashDate: string | null;
388
- referralCode: string | null;
388
+ referralCode: string;
389
389
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
390
390
  } | null;
391
391
  }>, "many">;
@@ -421,7 +421,7 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
421
421
  residenceLocationId: string | null;
422
422
  isInTrash: boolean;
423
423
  movedToTrashDate: string | null;
424
- referralCode: string | null;
424
+ referralCode: string;
425
425
  } | null;
426
426
  }[];
427
427
  }, {
@@ -455,7 +455,7 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
455
455
  residenceLocationId: string | null;
456
456
  isInTrash: boolean;
457
457
  movedToTrashDate: string | null;
458
- referralCode: string | null;
458
+ referralCode: string;
459
459
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
460
460
  } | null;
461
461
  }[];
@@ -62,7 +62,7 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
62
62
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
63
63
  created_at: z.ZodDate;
64
64
  updated_at: z.ZodDate;
65
- referralCode: z.ZodNullable<z.ZodString>;
65
+ referralCode: z.ZodString;
66
66
  }, "strip", z.ZodTypeAny, {
67
67
  id: string;
68
68
  username: string | null;
@@ -88,7 +88,7 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
88
88
  residenceLocationId: string | null;
89
89
  isInTrash: boolean;
90
90
  movedToTrashDate: Date | null;
91
- referralCode: string | null;
91
+ referralCode: string;
92
92
  }, {
93
93
  id: string;
94
94
  username: string | null;
@@ -113,7 +113,7 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
113
113
  residenceLocationId: string | null;
114
114
  isInTrash: boolean;
115
115
  movedToTrashDate: Date | null;
116
- referralCode: string | null;
116
+ referralCode: string;
117
117
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
118
118
  }>;
119
119
  }>, "strip", z.ZodTypeAny, {
@@ -142,7 +142,7 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
142
142
  residenceLocationId: string | null;
143
143
  isInTrash: boolean;
144
144
  movedToTrashDate: Date | null;
145
- referralCode: string | null;
145
+ referralCode: string;
146
146
  };
147
147
  production: {
148
148
  id: string;
@@ -182,7 +182,7 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
182
182
  residenceLocationId: string | null;
183
183
  isInTrash: boolean;
184
184
  movedToTrashDate: Date | null;
185
- referralCode: string | null;
185
+ referralCode: string;
186
186
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
187
187
  };
188
188
  production: {
@@ -226,7 +226,7 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
226
226
  residenceLocationId: string | null;
227
227
  isInTrash: boolean;
228
228
  movedToTrashDate: Date | null;
229
- referralCode: string | null;
229
+ referralCode: string;
230
230
  };
231
231
  production: {
232
232
  id: string;
@@ -268,7 +268,7 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
268
268
  residenceLocationId: string | null;
269
269
  isInTrash: boolean;
270
270
  movedToTrashDate: Date | null;
271
- referralCode: string | null;
271
+ referralCode: string;
272
272
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
273
273
  };
274
274
  production: {
@@ -348,7 +348,7 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
348
348
  movedToTrashDate: z.ZodNullable<z.ZodString>;
349
349
  created_at: z.ZodString;
350
350
  updated_at: z.ZodString;
351
- referralCode: z.ZodNullable<z.ZodString>;
351
+ referralCode: z.ZodString;
352
352
  }, z.UnknownKeysParam, z.ZodTypeAny, {
353
353
  id: string;
354
354
  username: string | null;
@@ -374,7 +374,7 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
374
374
  residenceLocationId: string | null;
375
375
  isInTrash: boolean;
376
376
  movedToTrashDate: string | null;
377
- referralCode: string | null;
377
+ referralCode: string;
378
378
  }, {
379
379
  id: string;
380
380
  username: string | null;
@@ -399,7 +399,7 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
399
399
  residenceLocationId: string | null;
400
400
  isInTrash: boolean;
401
401
  movedToTrashDate: string | null;
402
- referralCode: string | null;
402
+ referralCode: string;
403
403
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
404
404
  }>;
405
405
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -428,7 +428,7 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
428
428
  residenceLocationId: string | null;
429
429
  isInTrash: boolean;
430
430
  movedToTrashDate: string | null;
431
- referralCode: string | null;
431
+ referralCode: string;
432
432
  };
433
433
  production: {
434
434
  id: string;
@@ -468,7 +468,7 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
468
468
  residenceLocationId: string | null;
469
469
  isInTrash: boolean;
470
470
  movedToTrashDate: string | null;
471
- referralCode: string | null;
471
+ referralCode: string;
472
472
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
473
473
  };
474
474
  production: {
@@ -512,7 +512,7 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
512
512
  residenceLocationId: string | null;
513
513
  isInTrash: boolean;
514
514
  movedToTrashDate: string | null;
515
- referralCode: string | null;
515
+ referralCode: string;
516
516
  };
517
517
  production: {
518
518
  id: string;
@@ -554,7 +554,7 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
554
554
  residenceLocationId: string | null;
555
555
  isInTrash: boolean;
556
556
  movedToTrashDate: string | null;
557
- referralCode: string | null;
557
+ referralCode: string;
558
558
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
559
559
  };
560
560
  production: {
@@ -60,7 +60,7 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
60
60
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
61
61
  created_at: import("zod").ZodDate;
62
62
  updated_at: import("zod").ZodDate;
63
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
63
+ referralCode: import("zod").ZodString;
64
64
  }, "strip", import("zod").ZodTypeAny, {
65
65
  id: string;
66
66
  username: string | null;
@@ -86,7 +86,7 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
86
86
  residenceLocationId: string | null;
87
87
  isInTrash: boolean;
88
88
  movedToTrashDate: Date | null;
89
- referralCode: string | null;
89
+ referralCode: string;
90
90
  }, {
91
91
  id: string;
92
92
  username: string | null;
@@ -111,7 +111,7 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
111
111
  residenceLocationId: string | null;
112
112
  isInTrash: boolean;
113
113
  movedToTrashDate: Date | null;
114
- referralCode: string | null;
114
+ referralCode: string;
115
115
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
116
116
  }>;
117
117
  }>, "strip", import("zod").ZodTypeAny, {
@@ -140,7 +140,7 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
140
140
  residenceLocationId: string | null;
141
141
  isInTrash: boolean;
142
142
  movedToTrashDate: Date | null;
143
- referralCode: string | null;
143
+ referralCode: string;
144
144
  };
145
145
  production: {
146
146
  id: string;
@@ -180,7 +180,7 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
180
180
  residenceLocationId: string | null;
181
181
  isInTrash: boolean;
182
182
  movedToTrashDate: Date | null;
183
- referralCode: string | null;
183
+ referralCode: string;
184
184
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
185
185
  };
186
186
  production: {
@@ -258,7 +258,7 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
258
258
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
259
259
  created_at: import("zod").ZodString;
260
260
  updated_at: import("zod").ZodString;
261
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
261
+ referralCode: import("zod").ZodString;
262
262
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
263
263
  id: string;
264
264
  username: string | null;
@@ -284,7 +284,7 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
284
284
  residenceLocationId: string | null;
285
285
  isInTrash: boolean;
286
286
  movedToTrashDate: string | null;
287
- referralCode: string | null;
287
+ referralCode: string;
288
288
  }, {
289
289
  id: string;
290
290
  username: string | null;
@@ -309,7 +309,7 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
309
309
  residenceLocationId: string | null;
310
310
  isInTrash: boolean;
311
311
  movedToTrashDate: string | null;
312
- referralCode: string | null;
312
+ referralCode: string;
313
313
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
314
314
  }>;
315
315
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
@@ -338,7 +338,7 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
338
338
  residenceLocationId: string | null;
339
339
  isInTrash: boolean;
340
340
  movedToTrashDate: string | null;
341
- referralCode: string | null;
341
+ referralCode: string;
342
342
  };
343
343
  production: {
344
344
  id: string;
@@ -378,7 +378,7 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
378
378
  residenceLocationId: string | null;
379
379
  isInTrash: boolean;
380
380
  movedToTrashDate: string | null;
381
- referralCode: string | null;
381
+ referralCode: string;
382
382
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
383
383
  };
384
384
  production: {
@@ -31,7 +31,7 @@ export declare const createProfileSchema: z.ZodObject<{
31
31
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
32
32
  created_at: z.ZodDate;
33
33
  updated_at: z.ZodDate;
34
- referralCode: z.ZodNullable<z.ZodString>;
34
+ referralCode: z.ZodString;
35
35
  }, "username" | "password" | "phoneNumber" | "secondaryPhoneNumber" | "fullName" | "profilePictureUrl" | "mail" | "dni" | "gender" | "birthDate" | "instagram" | "alternativeNames">, {
36
36
  comments: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
37
37
  id: z.ZodString;
@@ -467,7 +467,7 @@ declare const similarProfileSchema: z.ZodObject<{
467
467
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
468
468
  created_at: z.ZodDate;
469
469
  updated_at: z.ZodDate;
470
- referralCode: z.ZodNullable<z.ZodString>;
470
+ referralCode: z.ZodString;
471
471
  }, "id" | "phoneNumber" | "fullName">, "strip", z.ZodTypeAny, {
472
472
  id: string;
473
473
  phoneNumber: string;
@@ -530,7 +530,7 @@ export declare const createProfileResponseSchema: z.ZodObject<{
530
530
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
531
531
  created_at: z.ZodDate;
532
532
  updated_at: z.ZodDate;
533
- referralCode: z.ZodNullable<z.ZodString>;
533
+ referralCode: z.ZodString;
534
534
  }, "id" | "phoneNumber" | "fullName">, "strip", z.ZodTypeAny, {
535
535
  id: string;
536
536
  phoneNumber: string;
@@ -661,7 +661,7 @@ declare const CreateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
661
661
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
662
662
  created_at: z.ZodDate;
663
663
  updated_at: z.ZodDate;
664
- referralCode: z.ZodNullable<z.ZodString>;
664
+ referralCode: z.ZodString;
665
665
  }, "id" | "phoneNumber" | "fullName">, "strip", z.ZodTypeAny, {
666
666
  id: string;
667
667
  phoneNumber: string;
@@ -29,7 +29,7 @@ export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
29
29
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
30
30
  created_at: import("zod").ZodDate;
31
31
  updated_at: import("zod").ZodDate;
32
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
32
+ referralCode: import("zod").ZodString;
33
33
  }, "strip", import("zod").ZodTypeAny, {
34
34
  id: string;
35
35
  username: string | null;
@@ -55,7 +55,7 @@ export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
55
55
  residenceLocationId: string | null;
56
56
  isInTrash: boolean;
57
57
  movedToTrashDate: Date | null;
58
- referralCode: string | null;
58
+ referralCode: string;
59
59
  }, {
60
60
  id: string;
61
61
  username: string | null;
@@ -80,7 +80,7 @@ export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
80
80
  residenceLocationId: string | null;
81
81
  isInTrash: boolean;
82
82
  movedToTrashDate: Date | null;
83
- referralCode: string | null;
83
+ referralCode: string;
84
84
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
85
85
  }>;
86
86
  declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
@@ -114,7 +114,7 @@ declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
114
114
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
115
115
  created_at: import("zod").ZodString;
116
116
  updated_at: import("zod").ZodString;
117
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
117
+ referralCode: import("zod").ZodString;
118
118
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
119
119
  id: string;
120
120
  username: string | null;
@@ -140,7 +140,7 @@ declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
140
140
  residenceLocationId: string | null;
141
141
  isInTrash: boolean;
142
142
  movedToTrashDate: string | null;
143
- referralCode: string | null;
143
+ referralCode: string;
144
144
  }, {
145
145
  id: string;
146
146
  username: string | null;
@@ -165,7 +165,7 @@ declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
165
165
  residenceLocationId: string | null;
166
166
  isInTrash: boolean;
167
167
  movedToTrashDate: string | null;
168
- referralCode: string | null;
168
+ referralCode: string;
169
169
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
170
170
  }>>;
171
171
  export declare class DeleteProfileResponseDto extends DeleteProfileResponseDto_base {
@@ -31,7 +31,7 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
31
31
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
32
32
  created_at: z.ZodDate;
33
33
  updated_at: z.ZodDate;
34
- referralCode: z.ZodNullable<z.ZodString>;
34
+ referralCode: z.ZodString;
35
35
  }, {
36
36
  tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
37
37
  id: z.ZodString;
@@ -109,7 +109,7 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
109
109
  residenceLocationId: string | null;
110
110
  isInTrash: boolean;
111
111
  movedToTrashDate: Date | null;
112
- referralCode: string | null;
112
+ referralCode: string;
113
113
  tags: {
114
114
  id: string;
115
115
  name: string;
@@ -146,7 +146,7 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
146
146
  residenceLocationId: string | null;
147
147
  isInTrash: boolean;
148
148
  movedToTrashDate: Date | null;
149
- referralCode: string | null;
149
+ referralCode: string;
150
150
  tags: {
151
151
  id: string;
152
152
  name: string;
@@ -187,7 +187,7 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
187
187
  residenceLocationId: string | null;
188
188
  isInTrash: boolean;
189
189
  movedToTrashDate: Date | null;
190
- referralCode: string | null;
190
+ referralCode: string;
191
191
  tags: {
192
192
  id: string;
193
193
  name: string;
@@ -226,7 +226,7 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
226
226
  residenceLocationId: string | null;
227
227
  isInTrash: boolean;
228
228
  movedToTrashDate: Date | null;
229
- referralCode: string | null;
229
+ referralCode: string;
230
230
  tags: {
231
231
  id: string;
232
232
  name: string;
@@ -274,7 +274,7 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
274
274
  movedToTrashDate: z.ZodNullable<z.ZodString>;
275
275
  created_at: z.ZodString;
276
276
  updated_at: z.ZodString;
277
- referralCode: z.ZodNullable<z.ZodString>;
277
+ referralCode: z.ZodString;
278
278
  tags: z.ZodArray<z.ZodObject<{
279
279
  id: z.ZodString;
280
280
  name: z.ZodString;
@@ -346,7 +346,7 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
346
346
  residenceLocationId: string | null;
347
347
  isInTrash: boolean;
348
348
  movedToTrashDate: string | null;
349
- referralCode: string | null;
349
+ referralCode: string;
350
350
  tags: {
351
351
  id: string;
352
352
  name: string;
@@ -383,7 +383,7 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
383
383
  residenceLocationId: string | null;
384
384
  isInTrash: boolean;
385
385
  movedToTrashDate: string | null;
386
- referralCode: string | null;
386
+ referralCode: string;
387
387
  tags: {
388
388
  id: string;
389
389
  name: string;
@@ -424,7 +424,7 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
424
424
  residenceLocationId: string | null;
425
425
  isInTrash: boolean;
426
426
  movedToTrashDate: string | null;
427
- referralCode: string | null;
427
+ referralCode: string;
428
428
  tags: {
429
429
  id: string;
430
430
  name: string;
@@ -463,7 +463,7 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
463
463
  residenceLocationId: string | null;
464
464
  isInTrash: boolean;
465
465
  movedToTrashDate: string | null;
466
- referralCode: string | null;
466
+ referralCode: string;
467
467
  tags: {
468
468
  id: string;
469
469
  name: string;
@@ -31,7 +31,7 @@ export declare const findByDateRangeSchema: z.ZodObject<{
31
31
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
32
32
  created_at: z.ZodDate;
33
33
  updated_at: z.ZodDate;
34
- referralCode: z.ZodNullable<z.ZodString>;
34
+ referralCode: z.ZodString;
35
35
  }, {
36
36
  tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
37
37
  id: z.ZodString;
@@ -105,7 +105,7 @@ export declare const findByDateRangeSchema: z.ZodObject<{
105
105
  residenceLocationId: string | null;
106
106
  isInTrash: boolean;
107
107
  movedToTrashDate: Date | null;
108
- referralCode: string | null;
108
+ referralCode: string;
109
109
  tags: {
110
110
  id: string;
111
111
  name: string;
@@ -141,7 +141,7 @@ export declare const findByDateRangeSchema: z.ZodObject<{
141
141
  residenceLocationId: string | null;
142
142
  isInTrash: boolean;
143
143
  movedToTrashDate: Date | null;
144
- referralCode: string | null;
144
+ referralCode: string;
145
145
  tags: {
146
146
  id: string;
147
147
  name: string;
@@ -181,7 +181,7 @@ export declare const findByDateRangeSchema: z.ZodObject<{
181
181
  residenceLocationId: string | null;
182
182
  isInTrash: boolean;
183
183
  movedToTrashDate: Date | null;
184
- referralCode: string | null;
184
+ referralCode: string;
185
185
  tags: {
186
186
  id: string;
187
187
  name: string;
@@ -219,7 +219,7 @@ export declare const findByDateRangeSchema: z.ZodObject<{
219
219
  residenceLocationId: string | null;
220
220
  isInTrash: boolean;
221
221
  movedToTrashDate: Date | null;
222
- referralCode: string | null;
222
+ referralCode: string;
223
223
  tags: {
224
224
  id: string;
225
225
  name: string;
@@ -266,7 +266,7 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
266
266
  movedToTrashDate: z.ZodNullable<z.ZodString>;
267
267
  created_at: z.ZodString;
268
268
  updated_at: z.ZodString;
269
- referralCode: z.ZodNullable<z.ZodString>;
269
+ referralCode: z.ZodString;
270
270
  tags: z.ZodArray<z.ZodObject<{
271
271
  id: z.ZodString;
272
272
  name: z.ZodString;
@@ -333,7 +333,7 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
333
333
  residenceLocationId: string | null;
334
334
  isInTrash: boolean;
335
335
  movedToTrashDate: string | null;
336
- referralCode: string | null;
336
+ referralCode: string;
337
337
  tags: {
338
338
  id: string;
339
339
  name: string;
@@ -369,7 +369,7 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
369
369
  residenceLocationId: string | null;
370
370
  isInTrash: boolean;
371
371
  movedToTrashDate: string | null;
372
- referralCode: string | null;
372
+ referralCode: string;
373
373
  tags: {
374
374
  id: string;
375
375
  name: string;
@@ -409,7 +409,7 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
409
409
  residenceLocationId: string | null;
410
410
  isInTrash: boolean;
411
411
  movedToTrashDate: string | null;
412
- referralCode: string | null;
412
+ referralCode: string;
413
413
  tags: {
414
414
  id: string;
415
415
  name: string;
@@ -447,7 +447,7 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
447
447
  residenceLocationId: string | null;
448
448
  isInTrash: boolean;
449
449
  movedToTrashDate: string | null;
450
- referralCode: string | null;
450
+ referralCode: string;
451
451
  tags: {
452
452
  id: string;
453
453
  name: string;
@@ -495,7 +495,7 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
495
495
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
496
496
  created_at: z.ZodDate;
497
497
  updated_at: z.ZodDate;
498
- referralCode: z.ZodNullable<z.ZodString>;
498
+ referralCode: z.ZodString;
499
499
  }, {
500
500
  tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
501
501
  id: z.ZodString;
@@ -569,7 +569,7 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
569
569
  residenceLocationId: string | null;
570
570
  isInTrash: boolean;
571
571
  movedToTrashDate: Date | null;
572
- referralCode: string | null;
572
+ referralCode: string;
573
573
  tags: {
574
574
  id: string;
575
575
  name: string;
@@ -605,7 +605,7 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
605
605
  residenceLocationId: string | null;
606
606
  isInTrash: boolean;
607
607
  movedToTrashDate: Date | null;
608
- referralCode: string | null;
608
+ referralCode: string;
609
609
  tags: {
610
610
  id: string;
611
611
  name: string;
@@ -650,7 +650,7 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
650
650
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
651
651
  created_at: z.ZodDate;
652
652
  updated_at: z.ZodDate;
653
- referralCode: z.ZodNullable<z.ZodString>;
653
+ referralCode: z.ZodString;
654
654
  }, {
655
655
  tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
656
656
  id: z.ZodString;
@@ -724,7 +724,7 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
724
724
  residenceLocationId: string | null;
725
725
  isInTrash: boolean;
726
726
  movedToTrashDate: Date | null;
727
- referralCode: string | null;
727
+ referralCode: string;
728
728
  tags: {
729
729
  id: string;
730
730
  name: string;
@@ -760,7 +760,7 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
760
760
  residenceLocationId: string | null;
761
761
  isInTrash: boolean;
762
762
  movedToTrashDate: Date | null;
763
- referralCode: string | null;
763
+ referralCode: string;
764
764
  tags: {
765
765
  id: string;
766
766
  name: string;