expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.4 → 0.53.0-EXPO-366-EB-Schema-codigo-referido.6

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 (59) 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 +1 -17
  29. package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -1
  30. package/dist/src/ticket/dto/create-ticket.dto.d.ts +1 -13
  31. package/dist/src/ticket/dto/create-ticket.dto.js +0 -1
  32. package/dist/src/ticket/dto/delete-ticket.dto.d.ts +0 -6
  33. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +0 -10
  34. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +14 -24
  35. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +14 -24
  36. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +14 -24
  37. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -10
  38. package/dist/src/ticket/dto/find-ticket.dto.d.ts +0 -6
  39. package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +0 -5
  40. package/dist/src/ticket/dto/scan-ticket.dto.d.ts +0 -6
  41. package/dist/src/ticket/dto/ticket.dto.d.ts +0 -6
  42. package/dist/src/ticket/dto/ticket.dto.js +0 -1
  43. package/dist/src/ticket/dto/update-ticket.dto.d.ts +0 -6
  44. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +7 -10
  45. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +6 -0
  46. package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +6 -0
  47. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +6 -0
  48. package/dist/src/ticket-group/dto/ticket-group.dto.js +1 -0
  49. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +12 -0
  50. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +1 -0
  51. package/dist/types/prisma-schema/edge.js +3 -4
  52. package/dist/types/prisma-schema/index-browser.js +0 -1
  53. package/dist/types/prisma-schema/index.d.ts +62 -110
  54. package/dist/types/prisma-schema/index.js +3 -4
  55. package/dist/types/prisma-schema/package.json +1 -1
  56. package/dist/types/prisma-schema/schema.prisma +1 -3
  57. package/dist/types/prisma-schema/wasm.js +0 -1
  58. package/dist/types/schema.d.ts +95 -35
  59. package/package.json +1 -1
@@ -30,7 +30,7 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
30
30
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
31
31
  created_at: z.ZodDate;
32
32
  updated_at: z.ZodDate;
33
- referralCode: z.ZodNullable<z.ZodString>;
33
+ referralCode: z.ZodString;
34
34
  }, "password">, {
35
35
  residenceLocation: z.ZodNullable<z.ZodObject<{
36
36
  id: z.ZodString;
@@ -167,7 +167,7 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
167
167
  residenceLocationId: string | null;
168
168
  isInTrash: boolean;
169
169
  movedToTrashDate: Date | null;
170
- referralCode: string | null;
170
+ referralCode: string;
171
171
  tags: {
172
172
  id: string;
173
173
  name: string;
@@ -224,7 +224,7 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
224
224
  residenceLocationId: string | null;
225
225
  isInTrash: boolean;
226
226
  movedToTrashDate: Date | null;
227
- referralCode: string | null;
227
+ referralCode: string;
228
228
  tags: {
229
229
  id: string;
230
230
  name: string;
@@ -290,7 +290,7 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
290
290
  residenceLocationId: z.ZodNullable<z.ZodString>;
291
291
  isInTrash: z.ZodBoolean;
292
292
  movedToTrashDate: z.ZodNullable<z.ZodString>;
293
- referralCode: z.ZodNullable<z.ZodString>;
293
+ referralCode: z.ZodString;
294
294
  residenceLocation: z.ZodNullable<z.ZodObject<{
295
295
  id: z.ZodString;
296
296
  latitude: z.ZodNumber;
@@ -422,7 +422,7 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
422
422
  residenceLocationId: string | null;
423
423
  isInTrash: boolean;
424
424
  movedToTrashDate: string | null;
425
- referralCode: string | null;
425
+ referralCode: string;
426
426
  tags: {
427
427
  id: string;
428
428
  name: string;
@@ -479,7 +479,7 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
479
479
  residenceLocationId: string | null;
480
480
  isInTrash: boolean;
481
481
  movedToTrashDate: string | null;
482
- referralCode: string | null;
482
+ referralCode: string;
483
483
  tags: {
484
484
  id: string;
485
485
  name: string;
@@ -29,7 +29,7 @@ export declare const findByPhoneNumberResponseSchema: 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 findByPhoneNumberResponseSchema: 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 findByPhoneNumberResponseSchema: 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 FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
@@ -114,7 +114,7 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
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 FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
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 FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
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 FindByPhoneNumberResponseDto extends FindByPhoneNumberResponseDto_base {
@@ -31,7 +31,7 @@ export declare const findByTagGroupsProfileResponseSchema: 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<{
37
37
  id: z.ZodString;
@@ -86,7 +86,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
86
86
  residenceLocationId: string | null;
87
87
  isInTrash: boolean;
88
88
  movedToTrashDate: Date | null;
89
- referralCode: string | null;
89
+ referralCode: string;
90
90
  tags: {
91
91
  id: string;
92
92
  name: string;
@@ -119,7 +119,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
119
119
  residenceLocationId: string | null;
120
120
  isInTrash: boolean;
121
121
  movedToTrashDate: Date | null;
122
- referralCode: string | null;
122
+ referralCode: string;
123
123
  tags: {
124
124
  id: string;
125
125
  name: string;
@@ -156,7 +156,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
156
156
  residenceLocationId: string | null;
157
157
  isInTrash: boolean;
158
158
  movedToTrashDate: Date | null;
159
- referralCode: string | null;
159
+ referralCode: string;
160
160
  tags: {
161
161
  id: string;
162
162
  name: string;
@@ -191,7 +191,7 @@ export declare const findByTagGroupsProfileResponseSchema: 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
  tags: {
196
196
  id: string;
197
197
  name: string;
@@ -235,7 +235,7 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
235
235
  movedToTrashDate: z.ZodNullable<z.ZodString>;
236
236
  created_at: z.ZodString;
237
237
  updated_at: z.ZodString;
238
- referralCode: z.ZodNullable<z.ZodString>;
238
+ referralCode: z.ZodString;
239
239
  tags: z.ZodArray<z.ZodObject<{
240
240
  id: z.ZodString;
241
241
  name: z.ZodString;
@@ -289,7 +289,7 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
289
289
  residenceLocationId: string | null;
290
290
  isInTrash: boolean;
291
291
  movedToTrashDate: string | null;
292
- referralCode: string | null;
292
+ referralCode: string;
293
293
  tags: {
294
294
  id: string;
295
295
  name: string;
@@ -322,7 +322,7 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
322
322
  residenceLocationId: string | null;
323
323
  isInTrash: boolean;
324
324
  movedToTrashDate: string | null;
325
- referralCode: string | null;
325
+ referralCode: string;
326
326
  tags: {
327
327
  id: string;
328
328
  name: string;
@@ -359,7 +359,7 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
359
359
  residenceLocationId: string | null;
360
360
  isInTrash: boolean;
361
361
  movedToTrashDate: string | null;
362
- referralCode: string | null;
362
+ referralCode: string;
363
363
  tags: {
364
364
  id: string;
365
365
  name: string;
@@ -394,7 +394,7 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
394
394
  residenceLocationId: string | null;
395
395
  isInTrash: boolean;
396
396
  movedToTrashDate: string | null;
397
- referralCode: string | null;
397
+ referralCode: string;
398
398
  tags: {
399
399
  id: string;
400
400
  name: string;
@@ -31,7 +31,7 @@ export declare const findByTagsProfileResponseSchema: 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;
@@ -113,7 +113,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
113
113
  residenceLocationId: string | null;
114
114
  isInTrash: boolean;
115
115
  movedToTrashDate: Date | null;
116
- referralCode: string | null;
116
+ referralCode: string;
117
117
  tags: {
118
118
  id: string;
119
119
  name: string;
@@ -151,7 +151,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
151
151
  residenceLocationId: string | null;
152
152
  isInTrash: boolean;
153
153
  movedToTrashDate: Date | null;
154
- referralCode: string | null;
154
+ referralCode: string;
155
155
  tags: {
156
156
  id: string;
157
157
  name: string;
@@ -193,7 +193,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
193
193
  residenceLocationId: string | null;
194
194
  isInTrash: boolean;
195
195
  movedToTrashDate: Date | null;
196
- referralCode: string | null;
196
+ referralCode: string;
197
197
  tags: {
198
198
  id: string;
199
199
  name: string;
@@ -233,7 +233,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
233
233
  residenceLocationId: string | null;
234
234
  isInTrash: boolean;
235
235
  movedToTrashDate: Date | null;
236
- referralCode: string | null;
236
+ referralCode: string;
237
237
  tags: {
238
238
  id: string;
239
239
  name: string;
@@ -282,7 +282,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
282
282
  movedToTrashDate: z.ZodNullable<z.ZodString>;
283
283
  created_at: z.ZodString;
284
284
  updated_at: z.ZodString;
285
- referralCode: z.ZodNullable<z.ZodString>;
285
+ referralCode: z.ZodString;
286
286
  tags: z.ZodArray<z.ZodObject<{
287
287
  id: z.ZodString;
288
288
  name: z.ZodString;
@@ -359,7 +359,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
359
359
  residenceLocationId: string | null;
360
360
  isInTrash: boolean;
361
361
  movedToTrashDate: string | null;
362
- referralCode: string | null;
362
+ referralCode: string;
363
363
  tags: {
364
364
  id: string;
365
365
  name: string;
@@ -397,7 +397,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
397
397
  residenceLocationId: string | null;
398
398
  isInTrash: boolean;
399
399
  movedToTrashDate: string | null;
400
- referralCode: string | null;
400
+ referralCode: string;
401
401
  tags: {
402
402
  id: string;
403
403
  name: string;
@@ -439,7 +439,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
439
439
  residenceLocationId: string | null;
440
440
  isInTrash: boolean;
441
441
  movedToTrashDate: string | null;
442
- referralCode: string | null;
442
+ referralCode: string;
443
443
  tags: {
444
444
  id: string;
445
445
  name: string;
@@ -479,7 +479,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
479
479
  residenceLocationId: string | null;
480
480
  isInTrash: boolean;
481
481
  movedToTrashDate: string | null;
482
- referralCode: string | null;
482
+ referralCode: string;
483
483
  tags: {
484
484
  id: string;
485
485
  name: string;
@@ -31,7 +31,7 @@ export declare const findTrashResponseSchema: 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
  }, "id" | "phoneNumber" | "fullName" | "profilePictureUrl" | "created_at" | "isInTrash" | "movedToTrashDate">, "strip", z.ZodTypeAny, {
36
36
  id: string;
37
37
  phoneNumber: string;
@@ -31,7 +31,7 @@ export declare const findWithActiveChatResponseSchema: 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<{
37
37
  id: z.ZodString;
@@ -195,7 +195,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
195
195
  residenceLocationId: string | null;
196
196
  isInTrash: boolean;
197
197
  movedToTrashDate: Date | null;
198
- referralCode: string | null;
198
+ referralCode: string;
199
199
  messages: {
200
200
  message: {
201
201
  id: string;
@@ -250,7 +250,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
250
250
  residenceLocationId: string | null;
251
251
  isInTrash: boolean;
252
252
  movedToTrashDate: Date | null;
253
- referralCode: string | null;
253
+ referralCode: string;
254
254
  messages: {
255
255
  message: {
256
256
  id: string;
@@ -309,7 +309,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
309
309
  residenceLocationId: string | null;
310
310
  isInTrash: boolean;
311
311
  movedToTrashDate: Date | null;
312
- referralCode: string | null;
312
+ referralCode: string;
313
313
  messages: {
314
314
  message: {
315
315
  id: string;
@@ -366,7 +366,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
366
366
  residenceLocationId: string | null;
367
367
  isInTrash: boolean;
368
368
  movedToTrashDate: Date | null;
369
- referralCode: string | null;
369
+ referralCode: string;
370
370
  messages: {
371
371
  message: {
372
372
  id: string;
@@ -432,7 +432,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
432
432
  movedToTrashDate: z.ZodNullable<z.ZodString>;
433
433
  created_at: z.ZodString;
434
434
  updated_at: z.ZodString;
435
- referralCode: z.ZodNullable<z.ZodString>;
435
+ referralCode: z.ZodString;
436
436
  tags: z.ZodArray<z.ZodObject<{
437
437
  id: z.ZodString;
438
438
  name: z.ZodString;
@@ -592,7 +592,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
592
592
  residenceLocationId: string | null;
593
593
  isInTrash: boolean;
594
594
  movedToTrashDate: string | null;
595
- referralCode: string | null;
595
+ referralCode: string;
596
596
  messages: {
597
597
  message: {
598
598
  id: string;
@@ -647,7 +647,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
647
647
  residenceLocationId: string | null;
648
648
  isInTrash: boolean;
649
649
  movedToTrashDate: string | null;
650
- referralCode: string | null;
650
+ referralCode: string;
651
651
  messages: {
652
652
  message: {
653
653
  id: string;
@@ -706,7 +706,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
706
706
  residenceLocationId: string | null;
707
707
  isInTrash: boolean;
708
708
  movedToTrashDate: string | null;
709
- referralCode: string | null;
709
+ referralCode: string;
710
710
  messages: {
711
711
  message: {
712
712
  id: string;
@@ -763,7 +763,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
763
763
  residenceLocationId: string | null;
764
764
  isInTrash: boolean;
765
765
  movedToTrashDate: string | null;
766
- referralCode: string | null;
766
+ referralCode: string;
767
767
  messages: {
768
768
  message: {
769
769
  id: string;
@@ -29,7 +29,7 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
29
29
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
30
30
  created_at: import("zod").ZodString;
31
31
  updated_at: import("zod").ZodString;
32
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
32
+ referralCode: import("zod").ZodString;
33
33
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
34
34
  id: string;
35
35
  username: string | null;
@@ -55,7 +55,7 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
55
55
  residenceLocationId: string | null;
56
56
  isInTrash: boolean;
57
57
  movedToTrashDate: string | null;
58
- referralCode: string | null;
58
+ referralCode: string;
59
59
  }, {
60
60
  id: string;
61
61
  username: string | null;
@@ -80,7 +80,7 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
80
80
  residenceLocationId: string | null;
81
81
  isInTrash: boolean;
82
82
  movedToTrashDate: string | null;
83
- referralCode: string | null;
83
+ referralCode: string;
84
84
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
85
85
  }>>;
86
86
  export declare class ProfileDto extends ProfileDto_base {
@@ -275,7 +275,7 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
275
275
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
276
276
  created_at: z.ZodDate;
277
277
  updated_at: z.ZodDate;
278
- referralCode: z.ZodNullable<z.ZodString>;
278
+ referralCode: z.ZodString;
279
279
  }, "strip", z.ZodTypeAny, {
280
280
  id: string;
281
281
  username: string | null;
@@ -301,7 +301,7 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
301
301
  residenceLocationId: string | null;
302
302
  isInTrash: boolean;
303
303
  movedToTrashDate: Date | null;
304
- referralCode: string | null;
304
+ referralCode: string;
305
305
  }, {
306
306
  id: string;
307
307
  username: string | null;
@@ -326,7 +326,7 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
326
326
  residenceLocationId: string | null;
327
327
  isInTrash: boolean;
328
328
  movedToTrashDate: Date | null;
329
- referralCode: string | null;
329
+ referralCode: string;
330
330
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
331
331
  }>;
332
332
  declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -360,7 +360,7 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
360
360
  movedToTrashDate: z.ZodNullable<z.ZodString>;
361
361
  created_at: z.ZodString;
362
362
  updated_at: z.ZodString;
363
- referralCode: z.ZodNullable<z.ZodString>;
363
+ referralCode: z.ZodString;
364
364
  }, z.UnknownKeysParam, z.ZodTypeAny, {
365
365
  id: string;
366
366
  username: string | null;
@@ -386,7 +386,7 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
386
386
  residenceLocationId: string | null;
387
387
  isInTrash: boolean;
388
388
  movedToTrashDate: string | null;
389
- referralCode: string | null;
389
+ referralCode: string;
390
390
  }, {
391
391
  id: string;
392
392
  username: string | null;
@@ -411,7 +411,7 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
411
411
  residenceLocationId: string | null;
412
412
  isInTrash: boolean;
413
413
  movedToTrashDate: string | null;
414
- referralCode: string | null;
414
+ referralCode: string;
415
415
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
416
416
  }>>;
417
417
  export declare class UpdateProfileResponseDto extends UpdateProfileResponseDto_base {
@@ -30,7 +30,7 @@ export declare const profileSchema: z.ZodObject<{
30
30
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
31
31
  created_at: z.ZodDate;
32
32
  updated_at: z.ZodDate;
33
- referralCode: z.ZodNullable<z.ZodString>;
33
+ referralCode: z.ZodString;
34
34
  }, "strip", z.ZodTypeAny, {
35
35
  id: string;
36
36
  username: string | null;
@@ -56,7 +56,7 @@ export declare const profileSchema: z.ZodObject<{
56
56
  residenceLocationId: string | null;
57
57
  isInTrash: boolean;
58
58
  movedToTrashDate: Date | null;
59
- referralCode: string | null;
59
+ referralCode: string;
60
60
  }, {
61
61
  id: string;
62
62
  username: string | null;
@@ -81,6 +81,6 @@ export declare const profileSchema: z.ZodObject<{
81
81
  residenceLocationId: string | null;
82
82
  isInTrash: boolean;
83
83
  movedToTrashDate: Date | null;
84
- referralCode: string | null;
84
+ referralCode: string;
85
85
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
86
86
  }>;
@@ -141,6 +141,6 @@ exports.profileSchema = zod_1.default.object({
141
141
  movedToTrashDate: zod_1.default.coerce.date().nullable(),
142
142
  created_at: zod_1.default.date(),
143
143
  updated_at: zod_1.default.date(),
144
- referralCode: zod_1.default.string().nullable(),
144
+ referralCode: zod_1.default.string(),
145
145
  });
146
146
  //# sourceMappingURL=profile.schema.js.map
@@ -53,7 +53,7 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
53
53
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
54
54
  created_at: z.ZodDate;
55
55
  updated_at: z.ZodDate;
56
- referralCode: z.ZodNullable<z.ZodString>;
56
+ referralCode: z.ZodString;
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  id: string;
59
59
  username: string | null;
@@ -79,7 +79,7 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
79
79
  residenceLocationId: string | null;
80
80
  isInTrash: boolean;
81
81
  movedToTrashDate: Date | null;
82
- referralCode: string | null;
82
+ referralCode: string;
83
83
  }, {
84
84
  id: string;
85
85
  username: string | null;
@@ -104,7 +104,7 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
104
104
  residenceLocationId: string | null;
105
105
  isInTrash: boolean;
106
106
  movedToTrashDate: Date | null;
107
- referralCode: string | null;
107
+ referralCode: string;
108
108
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
109
109
  }>, "many">;
110
110
  }, "strip", z.ZodTypeAny, {
@@ -133,7 +133,7 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
133
133
  residenceLocationId: string | null;
134
134
  isInTrash: boolean;
135
135
  movedToTrashDate: Date | null;
136
- referralCode: string | null;
136
+ referralCode: string;
137
137
  }[];
138
138
  }, {
139
139
  profiles: {
@@ -160,7 +160,7 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
160
160
  residenceLocationId: string | null;
161
161
  isInTrash: boolean;
162
162
  movedToTrashDate: Date | null;
163
- referralCode: string | null;
163
+ referralCode: string;
164
164
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
165
165
  }[];
166
166
  }>;
@@ -196,7 +196,7 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
196
196
  movedToTrashDate: z.ZodNullable<z.ZodString>;
197
197
  created_at: z.ZodString;
198
198
  updated_at: z.ZodString;
199
- referralCode: z.ZodNullable<z.ZodString>;
199
+ referralCode: z.ZodString;
200
200
  }, z.UnknownKeysParam, z.ZodTypeAny, {
201
201
  id: string;
202
202
  username: string | null;
@@ -222,7 +222,7 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
222
222
  residenceLocationId: string | null;
223
223
  isInTrash: boolean;
224
224
  movedToTrashDate: string | null;
225
- referralCode: string | null;
225
+ referralCode: string;
226
226
  }, {
227
227
  id: string;
228
228
  username: string | null;
@@ -247,7 +247,7 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
247
247
  residenceLocationId: string | null;
248
248
  isInTrash: boolean;
249
249
  movedToTrashDate: string | null;
250
- referralCode: string | null;
250
+ referralCode: string;
251
251
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
252
252
  }>, "many">;
253
253
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -276,7 +276,7 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
276
276
  residenceLocationId: string | null;
277
277
  isInTrash: boolean;
278
278
  movedToTrashDate: string | null;
279
- referralCode: string | null;
279
+ referralCode: string;
280
280
  }[];
281
281
  }, {
282
282
  profiles: {
@@ -303,7 +303,7 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
303
303
  residenceLocationId: string | null;
304
304
  isInTrash: boolean;
305
305
  movedToTrashDate: string | null;
306
- referralCode: string | null;
306
+ referralCode: string;
307
307
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
308
308
  }[];
309
309
  }>>;
@@ -53,7 +53,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
53
53
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
54
54
  created_at: z.ZodDate;
55
55
  updated_at: z.ZodDate;
56
- referralCode: z.ZodNullable<z.ZodString>;
56
+ referralCode: z.ZodString;
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  id: string;
59
59
  username: string | null;
@@ -79,7 +79,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
79
79
  residenceLocationId: string | null;
80
80
  isInTrash: boolean;
81
81
  movedToTrashDate: Date | null;
82
- referralCode: string | null;
82
+ referralCode: string;
83
83
  }, {
84
84
  id: string;
85
85
  username: string | null;
@@ -104,7 +104,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
104
104
  residenceLocationId: string | null;
105
105
  isInTrash: boolean;
106
106
  movedToTrashDate: Date | null;
107
- referralCode: string | null;
107
+ referralCode: string;
108
108
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
109
109
  }>, "many">;
110
110
  }, "strip", z.ZodTypeAny, {
@@ -133,7 +133,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
133
133
  residenceLocationId: string | null;
134
134
  isInTrash: boolean;
135
135
  movedToTrashDate: Date | null;
136
- referralCode: string | null;
136
+ referralCode: string;
137
137
  }[];
138
138
  }, {
139
139
  profiles: {
@@ -160,7 +160,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
160
160
  residenceLocationId: string | null;
161
161
  isInTrash: boolean;
162
162
  movedToTrashDate: Date | null;
163
- referralCode: string | null;
163
+ referralCode: string;
164
164
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
165
165
  }[];
166
166
  }>;
@@ -196,7 +196,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
196
196
  movedToTrashDate: z.ZodNullable<z.ZodString>;
197
197
  created_at: z.ZodString;
198
198
  updated_at: z.ZodString;
199
- referralCode: z.ZodNullable<z.ZodString>;
199
+ referralCode: z.ZodString;
200
200
  }, z.UnknownKeysParam, z.ZodTypeAny, {
201
201
  id: string;
202
202
  username: string | null;
@@ -222,7 +222,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
222
222
  residenceLocationId: string | null;
223
223
  isInTrash: boolean;
224
224
  movedToTrashDate: string | null;
225
- referralCode: string | null;
225
+ referralCode: string;
226
226
  }, {
227
227
  id: string;
228
228
  username: string | null;
@@ -247,7 +247,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
247
247
  residenceLocationId: string | null;
248
248
  isInTrash: boolean;
249
249
  movedToTrashDate: string | null;
250
- referralCode: string | null;
250
+ referralCode: string;
251
251
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
252
252
  }>, "many">;
253
253
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -276,7 +276,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
276
276
  residenceLocationId: string | null;
277
277
  isInTrash: boolean;
278
278
  movedToTrashDate: string | null;
279
- referralCode: string | null;
279
+ referralCode: string;
280
280
  }[];
281
281
  }, {
282
282
  profiles: {
@@ -303,7 +303,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
303
303
  residenceLocationId: string | null;
304
304
  isInTrash: boolean;
305
305
  movedToTrashDate: string | null;
306
- referralCode: string | null;
306
+ referralCode: string;
307
307
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
308
308
  }[];
309
309
  }>>;