expo-backend-types 0.33.0 → 0.34.0-EXPO-319-ver-eventos-disponibles.2

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 (95) hide show
  1. package/dist/src/exports.d.ts +3 -0
  2. package/dist/src/exports.js +3 -0
  3. package/dist/src/i18n/es.d.ts +25 -0
  4. package/dist/src/i18n/es.js +25 -0
  5. package/dist/src/i18n/es.js.map +1 -1
  6. package/dist/src/image/constants.d.ts +5 -0
  7. package/dist/src/image/constants.js +9 -0
  8. package/dist/src/location/dto/find-all-location.dto.js +2 -2
  9. package/dist/src/location/exports.d.ts +0 -1
  10. package/dist/src/location/exports.js +0 -1
  11. package/dist/src/message/dto/non-read-messages.dto.d.ts +2 -2
  12. package/dist/src/message/dto/non-read-messages.dto.js +2 -2
  13. package/dist/src/message/dto/send-message-to-phone.dto.d.ts +2 -2
  14. package/dist/src/message/dto/send-message-to-phone.dto.js +2 -2
  15. package/dist/src/mi-expo/dto/get-me.dto.d.ts +337 -0
  16. package/dist/src/mi-expo/dto/get-me.dto.js +16 -0
  17. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +311 -0
  18. package/dist/src/mi-expo/dto/login-with-phone.dto.js +29 -0
  19. package/dist/src/mi-expo/dto/login.dto.d.ts +327 -0
  20. package/dist/src/mi-expo/dto/login.dto.js +31 -0
  21. package/dist/src/mi-expo/dto/my-events.dto.d.ts +115 -0
  22. package/dist/src/mi-expo/dto/my-events.dto.js +28 -0
  23. package/dist/src/mi-expo/dto/update-me.dto.d.ts +352 -0
  24. package/dist/src/mi-expo/dto/update-me.dto.js +31 -0
  25. package/dist/src/mi-expo/exports.d.ts +5 -0
  26. package/dist/src/mi-expo/exports.js +22 -0
  27. package/dist/src/otp/constants.d.ts +2 -0
  28. package/dist/src/otp/constants.js +6 -0
  29. package/dist/src/otp/dto/send-otp.dto.d.ts +158 -0
  30. package/dist/src/otp/dto/send-otp.dto.js +35 -0
  31. package/dist/src/otp/dto/verify-otp.dto.d.ts +455 -0
  32. package/dist/src/otp/dto/verify-otp.dto.js +46 -0
  33. package/dist/src/otp/exports.d.ts +2 -0
  34. package/dist/src/otp/exports.js +19 -0
  35. package/dist/src/prisma/constants.d.ts +1 -0
  36. package/dist/src/prisma/constants.js +5 -0
  37. package/dist/src/profile/dto/create-profile.dto.d.ts +48 -14
  38. package/dist/src/profile/dto/create-profile.dto.js +9 -7
  39. package/dist/src/profile/dto/delete-profile.dto.d.ts +30 -6
  40. package/dist/src/profile/dto/delete-profile.dto.js +2 -2
  41. package/dist/src/profile/dto/find-all-profile.dto.d.ts +47 -7
  42. package/dist/src/profile/dto/find-all-profile.dto.js +2 -2
  43. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +75 -11
  44. package/dist/src/profile/dto/find-by-date-range-profile.dto.js +3 -3
  45. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +32 -13
  46. package/dist/src/profile/dto/find-by-id-profile.dto.js +7 -5
  47. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +30 -6
  48. package/dist/src/profile/dto/find-by-phone-number.dto.js +2 -2
  49. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +47 -7
  50. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.js +2 -2
  51. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +47 -7
  52. package/dist/src/profile/dto/find-by-tags-profile.dto.js +2 -2
  53. package/dist/src/profile/dto/find-trash.dto.d.ts +7 -3
  54. package/dist/src/profile/dto/find-trash.dto.js +2 -2
  55. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +47 -7
  56. package/dist/src/profile/dto/find-with-active-chat.dto.js +2 -2
  57. package/dist/src/profile/dto/profile.dto.d.ts +44 -30
  58. package/dist/src/profile/dto/profile.dto.js +6 -63
  59. package/dist/src/profile/dto/update-profile.dto.d.ts +54 -12
  60. package/dist/src/profile/dto/update-profile.dto.js +9 -6
  61. package/dist/src/schema/exports.d.ts +2 -0
  62. package/dist/src/schema/exports.js +19 -0
  63. package/dist/src/{location/dto/location.dto.js → schema/location.schema.js} +2 -2
  64. package/dist/src/schema/profile.schema.d.ts +74 -0
  65. package/dist/src/schema/profile.schema.js +133 -0
  66. package/dist/src/shared/dto-modification/zod-without-dates.d.ts +2 -4
  67. package/dist/src/shared/dto-modification/zod-without-dates.js +8 -0
  68. package/dist/src/shared/dto-modification/zod-without-dates.js.map +1 -1
  69. package/dist/src/tag/dto/massive-allocation.dto.d.ts +47 -7
  70. package/dist/src/tag/dto/massive-allocation.dto.js +3 -3
  71. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +47 -7
  72. package/dist/src/tag/dto/massive-deallocation.dto.js +3 -3
  73. package/dist/src/ticket/constants.d.ts +16 -0
  74. package/dist/src/ticket/constants.js +272 -0
  75. package/dist/src/webhook/constants.d.ts +1 -0
  76. package/dist/src/webhook/constants.js +5 -0
  77. package/dist/types/prisma-schema/edge.js +39 -24
  78. package/dist/types/prisma-schema/index-browser.js +19 -9
  79. package/dist/types/prisma-schema/index.d.ts +4672 -611
  80. package/dist/types/prisma-schema/index.js +39 -24
  81. package/dist/types/prisma-schema/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
  82. package/dist/types/prisma-schema/package.json +8 -2
  83. package/dist/types/prisma-schema/runtime/edge-esm.js +18 -18
  84. package/dist/types/prisma-schema/runtime/edge.js +18 -18
  85. package/dist/types/prisma-schema/runtime/index-browser.d.ts +3 -1
  86. package/dist/types/prisma-schema/runtime/index-browser.js +3 -3
  87. package/dist/types/prisma-schema/runtime/library.d.ts +205 -153
  88. package/dist/types/prisma-schema/runtime/library.js +55 -55
  89. package/dist/types/prisma-schema/runtime/react-native.js +26 -26
  90. package/dist/types/prisma-schema/runtime/wasm.js +17 -17
  91. package/dist/types/prisma-schema/schema.prisma +29 -3
  92. package/dist/types/prisma-schema/wasm.js +19 -9
  93. package/dist/types/schema.d.ts +553 -2
  94. package/package.json +41 -40
  95. /package/dist/src/{location/dto/location.dto.d.ts → schema/location.schema.d.ts} +0 -0
@@ -0,0 +1,115 @@
1
+ import z from 'zod';
2
+ export declare const myEventsResponseSchema: z.ZodObject<{
3
+ events: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
4
+ id: z.ZodString;
5
+ name: z.ZodString;
6
+ date: z.ZodDate;
7
+ startingDate: z.ZodDate;
8
+ endingDate: z.ZodDate;
9
+ location: z.ZodString;
10
+ folderId: z.ZodNullable<z.ZodString>;
11
+ tagAssistedId: z.ZodString;
12
+ tagConfirmedId: z.ZodString;
13
+ active: z.ZodBoolean;
14
+ supraEventId: z.ZodNullable<z.ZodString>;
15
+ created_at: z.ZodDate;
16
+ updated_at: z.ZodDate;
17
+ }, "location" | "id" | "name" | "date" | "startingDate" | "endingDate" | "active">, {
18
+ haveTicket: z.ZodBoolean;
19
+ }>, "strip", z.ZodTypeAny, {
20
+ location: string;
21
+ id: string;
22
+ name: string;
23
+ date: Date;
24
+ startingDate: Date;
25
+ endingDate: Date;
26
+ active: boolean;
27
+ haveTicket: boolean;
28
+ }, {
29
+ location: string;
30
+ id: string;
31
+ name: string;
32
+ date: Date;
33
+ startingDate: Date;
34
+ endingDate: Date;
35
+ active: boolean;
36
+ haveTicket: boolean;
37
+ }>, "many">;
38
+ }, "strip", z.ZodTypeAny, {
39
+ events: {
40
+ location: string;
41
+ id: string;
42
+ name: string;
43
+ date: Date;
44
+ startingDate: Date;
45
+ endingDate: Date;
46
+ active: boolean;
47
+ haveTicket: boolean;
48
+ }[];
49
+ }, {
50
+ events: {
51
+ location: string;
52
+ id: string;
53
+ name: string;
54
+ date: Date;
55
+ startingDate: Date;
56
+ endingDate: Date;
57
+ active: boolean;
58
+ haveTicket: boolean;
59
+ }[];
60
+ }>;
61
+ declare const MyEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
62
+ events: z.ZodArray<z.ZodObject<{
63
+ location: z.ZodString;
64
+ id: z.ZodString;
65
+ name: z.ZodString;
66
+ date: z.ZodString;
67
+ startingDate: z.ZodString;
68
+ endingDate: z.ZodString;
69
+ active: z.ZodBoolean;
70
+ haveTicket: z.ZodBoolean;
71
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
72
+ location: string;
73
+ id: string;
74
+ name: string;
75
+ date: string;
76
+ startingDate: string;
77
+ endingDate: string;
78
+ active: boolean;
79
+ haveTicket: boolean;
80
+ }, {
81
+ location: string;
82
+ id: string;
83
+ name: string;
84
+ date: string;
85
+ startingDate: string;
86
+ endingDate: string;
87
+ active: boolean;
88
+ haveTicket: boolean;
89
+ }>, "many">;
90
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
91
+ events: {
92
+ location: string;
93
+ id: string;
94
+ name: string;
95
+ date: string;
96
+ startingDate: string;
97
+ endingDate: string;
98
+ active: boolean;
99
+ haveTicket: boolean;
100
+ }[];
101
+ }, {
102
+ events: {
103
+ location: string;
104
+ id: string;
105
+ name: string;
106
+ date: string;
107
+ startingDate: string;
108
+ endingDate: string;
109
+ active: boolean;
110
+ haveTicket: boolean;
111
+ }[];
112
+ }>>;
113
+ export declare class MyEventsResponseDto extends MyEventsResponseDto_base {
114
+ }
115
+ export {};
@@ -0,0 +1,28 @@
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.MyEventsResponseDto = exports.myEventsResponseSchema = void 0;
7
+ const event_dto_1 = require("../../event/dto/event.dto");
8
+ const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
9
+ const zod_1 = __importDefault(require("zod"));
10
+ exports.myEventsResponseSchema = zod_1.default.object({
11
+ events: zod_1.default.array(event_dto_1.eventSchema
12
+ .pick({
13
+ date: true,
14
+ startingDate: true,
15
+ endingDate: true,
16
+ name: true,
17
+ location: true,
18
+ id: true,
19
+ active: true,
20
+ })
21
+ .extend({
22
+ haveTicket: zod_1.default.boolean(),
23
+ })),
24
+ });
25
+ class MyEventsResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.myEventsResponseSchema) {
26
+ }
27
+ exports.MyEventsResponseDto = MyEventsResponseDto;
28
+ //# sourceMappingURL=my-events.dto.js.map
@@ -0,0 +1,352 @@
1
+ export declare const updateMiExpoMeSchema: import("zod").ZodObject<{
2
+ username: import("zod").ZodNullable<import("zod").ZodString>;
3
+ password: import("zod").ZodNullable<import("zod").ZodString>;
4
+ phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
5
+ secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
6
+ fullName: import("zod").ZodString;
7
+ mail: import("zod").ZodNullable<import("zod").ZodString>;
8
+ gender: import("zod").ZodNullable<import("zod").ZodString>;
9
+ birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodDate>>;
10
+ instagram: import("zod").ZodNullable<import("zod").ZodString>;
11
+ dni: import("zod").ZodNullable<import("zod").ZodString>;
12
+ residence: import("zod").ZodObject<Pick<{
13
+ id: import("zod").ZodString;
14
+ latitude: import("zod").ZodNumber;
15
+ longitude: import("zod").ZodNumber;
16
+ country: import("zod").ZodString;
17
+ state: import("zod").ZodString;
18
+ city: import("zod").ZodString;
19
+ created_at: import("zod").ZodDate;
20
+ updated_at: import("zod").ZodDate;
21
+ }, "latitude" | "longitude" | "state" | "country" | "city">, "strip", import("zod").ZodTypeAny, {
22
+ latitude: number;
23
+ longitude: number;
24
+ state: string;
25
+ country: string;
26
+ city: string;
27
+ }, {
28
+ latitude: number;
29
+ longitude: number;
30
+ state: string;
31
+ country: string;
32
+ city: string;
33
+ }>;
34
+ birth: import("zod").ZodObject<Pick<{
35
+ id: import("zod").ZodString;
36
+ latitude: import("zod").ZodNumber;
37
+ longitude: import("zod").ZodNumber;
38
+ country: import("zod").ZodString;
39
+ state: import("zod").ZodString;
40
+ city: import("zod").ZodString;
41
+ created_at: import("zod").ZodDate;
42
+ updated_at: import("zod").ZodDate;
43
+ }, "latitude" | "longitude" | "state" | "country" | "city">, "strip", import("zod").ZodTypeAny, {
44
+ latitude: number;
45
+ longitude: number;
46
+ state: string;
47
+ country: string;
48
+ city: string;
49
+ }, {
50
+ latitude: number;
51
+ longitude: number;
52
+ state: string;
53
+ country: string;
54
+ city: string;
55
+ }>;
56
+ }, "strip", import("zod").ZodTypeAny, {
57
+ username: string | null;
58
+ password: string | null;
59
+ phoneNumber: string;
60
+ secondaryPhoneNumber: string | null;
61
+ fullName: string;
62
+ mail: string | null;
63
+ gender: string | null;
64
+ birthDate: Date | null;
65
+ instagram: string | null;
66
+ dni: string | null;
67
+ residence: {
68
+ latitude: number;
69
+ longitude: number;
70
+ state: string;
71
+ country: string;
72
+ city: string;
73
+ };
74
+ birth: {
75
+ latitude: number;
76
+ longitude: number;
77
+ state: string;
78
+ country: string;
79
+ city: string;
80
+ };
81
+ }, {
82
+ username: string | null;
83
+ password: string | null;
84
+ phoneNumber: string;
85
+ secondaryPhoneNumber: string | null;
86
+ fullName: string;
87
+ mail: string | null;
88
+ gender: string | null;
89
+ birthDate: string | null;
90
+ instagram: string | null;
91
+ dni: string | null;
92
+ residence: {
93
+ latitude: number;
94
+ longitude: number;
95
+ state: string;
96
+ country: string;
97
+ city: string;
98
+ };
99
+ birth: {
100
+ latitude: number;
101
+ longitude: number;
102
+ state: string;
103
+ country: string;
104
+ city: string;
105
+ };
106
+ }>;
107
+ declare const UpdateMiExpoMeDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
108
+ username: import("zod").ZodNullable<import("zod").ZodString>;
109
+ password: import("zod").ZodNullable<import("zod").ZodString>;
110
+ phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
111
+ secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
112
+ fullName: import("zod").ZodString;
113
+ mail: import("zod").ZodNullable<import("zod").ZodString>;
114
+ gender: import("zod").ZodNullable<import("zod").ZodString>;
115
+ birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodString>>;
116
+ instagram: import("zod").ZodNullable<import("zod").ZodString>;
117
+ dni: import("zod").ZodNullable<import("zod").ZodString>;
118
+ residence: import("zod").ZodObject<{
119
+ latitude: import("zod").ZodNumber;
120
+ longitude: import("zod").ZodNumber;
121
+ state: import("zod").ZodString;
122
+ country: import("zod").ZodString;
123
+ city: import("zod").ZodString;
124
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
125
+ latitude: number;
126
+ longitude: number;
127
+ state: string;
128
+ country: string;
129
+ city: string;
130
+ }, {
131
+ latitude: number;
132
+ longitude: number;
133
+ state: string;
134
+ country: string;
135
+ city: string;
136
+ }>;
137
+ birth: import("zod").ZodObject<{
138
+ latitude: import("zod").ZodNumber;
139
+ longitude: import("zod").ZodNumber;
140
+ state: import("zod").ZodString;
141
+ country: import("zod").ZodString;
142
+ city: import("zod").ZodString;
143
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
144
+ latitude: number;
145
+ longitude: number;
146
+ state: string;
147
+ country: string;
148
+ city: string;
149
+ }, {
150
+ latitude: number;
151
+ longitude: number;
152
+ state: string;
153
+ country: string;
154
+ city: string;
155
+ }>;
156
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
157
+ username: string | null;
158
+ password: string | null;
159
+ phoneNumber: string;
160
+ secondaryPhoneNumber: string | null;
161
+ fullName: string;
162
+ mail: string | null;
163
+ gender: string | null;
164
+ birthDate: string | null;
165
+ instagram: string | null;
166
+ dni: string | null;
167
+ residence: {
168
+ latitude: number;
169
+ longitude: number;
170
+ state: string;
171
+ country: string;
172
+ city: string;
173
+ };
174
+ birth: {
175
+ latitude: number;
176
+ longitude: number;
177
+ state: string;
178
+ country: string;
179
+ city: string;
180
+ };
181
+ }, {
182
+ username: string | null;
183
+ password: string | null;
184
+ phoneNumber: string;
185
+ secondaryPhoneNumber: string | null;
186
+ fullName: string;
187
+ mail: string | null;
188
+ gender: string | null;
189
+ birthDate: string | null;
190
+ instagram: string | null;
191
+ dni: string | null;
192
+ residence: {
193
+ latitude: number;
194
+ longitude: number;
195
+ state: string;
196
+ country: string;
197
+ city: string;
198
+ };
199
+ birth: {
200
+ latitude: number;
201
+ longitude: number;
202
+ state: string;
203
+ country: string;
204
+ city: string;
205
+ };
206
+ }>>;
207
+ export declare class UpdateMiExpoMeDto extends UpdateMiExpoMeDto_base {
208
+ }
209
+ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<{
210
+ id: import("zod").ZodString;
211
+ shortId: import("zod").ZodNumber;
212
+ firstTimeMiExpo: import("zod").ZodBoolean;
213
+ username: import("zod").ZodNullable<import("zod").ZodString>;
214
+ password: import("zod").ZodNullable<import("zod").ZodString>;
215
+ phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
216
+ isPhoneVerified: import("zod").ZodBoolean;
217
+ secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
218
+ fullName: import("zod").ZodString;
219
+ firstName: import("zod").ZodNullable<import("zod").ZodString>;
220
+ gender: import("zod").ZodNullable<import("zod").ZodString>;
221
+ birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodDate>>;
222
+ profilePictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
223
+ instagram: import("zod").ZodNullable<import("zod").ZodString>;
224
+ mail: import("zod").ZodNullable<import("zod").ZodString>;
225
+ dni: import("zod").ZodNullable<import("zod").ZodString>;
226
+ alternativeNames: import("zod").ZodArray<import("zod").ZodString, "many">;
227
+ birthLocationId: import("zod").ZodNullable<import("zod").ZodString>;
228
+ residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
229
+ isInTrash: import("zod").ZodBoolean;
230
+ movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
231
+ created_at: import("zod").ZodDate;
232
+ updated_at: import("zod").ZodDate;
233
+ }, "password">, "strip", import("zod").ZodTypeAny, {
234
+ id: string;
235
+ username: string | null;
236
+ phoneNumber: string;
237
+ secondaryPhoneNumber: string | null;
238
+ fullName: string;
239
+ profilePictureUrl: string | null;
240
+ mail: string | null;
241
+ created_at: Date;
242
+ updated_at: Date;
243
+ shortId: number;
244
+ firstTimeMiExpo: boolean;
245
+ isPhoneVerified: boolean;
246
+ firstName: string | null;
247
+ gender: string | null;
248
+ birthDate: Date | null;
249
+ instagram: string | null;
250
+ dni: string | null;
251
+ alternativeNames: string[];
252
+ birthLocationId: string | null;
253
+ residenceLocationId: string | null;
254
+ isInTrash: boolean;
255
+ movedToTrashDate: Date | null;
256
+ }, {
257
+ id: string;
258
+ username: 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
+ }>;
280
+ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
281
+ id: import("zod").ZodString;
282
+ username: import("zod").ZodNullable<import("zod").ZodString>;
283
+ phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
284
+ secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
285
+ fullName: import("zod").ZodString;
286
+ profilePictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
287
+ mail: import("zod").ZodNullable<import("zod").ZodString>;
288
+ created_at: import("zod").ZodString;
289
+ updated_at: import("zod").ZodString;
290
+ shortId: import("zod").ZodNumber;
291
+ firstTimeMiExpo: import("zod").ZodBoolean;
292
+ isPhoneVerified: import("zod").ZodBoolean;
293
+ firstName: import("zod").ZodNullable<import("zod").ZodString>;
294
+ gender: import("zod").ZodNullable<import("zod").ZodString>;
295
+ birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodString>>;
296
+ instagram: import("zod").ZodNullable<import("zod").ZodString>;
297
+ dni: import("zod").ZodNullable<import("zod").ZodString>;
298
+ alternativeNames: import("zod").ZodArray<import("zod").ZodString, "many">;
299
+ birthLocationId: import("zod").ZodNullable<import("zod").ZodString>;
300
+ residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
301
+ isInTrash: import("zod").ZodBoolean;
302
+ movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
303
+ }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
304
+ id: string;
305
+ username: string | null;
306
+ phoneNumber: string;
307
+ secondaryPhoneNumber: string | null;
308
+ fullName: string;
309
+ profilePictureUrl: string | null;
310
+ mail: string | null;
311
+ created_at: string;
312
+ updated_at: string;
313
+ shortId: number;
314
+ firstTimeMiExpo: boolean;
315
+ isPhoneVerified: boolean;
316
+ firstName: string | null;
317
+ gender: string | null;
318
+ birthDate: string | null;
319
+ instagram: string | null;
320
+ dni: string | null;
321
+ alternativeNames: string[];
322
+ birthLocationId: string | null;
323
+ residenceLocationId: string | null;
324
+ isInTrash: boolean;
325
+ movedToTrashDate: string | null;
326
+ }, {
327
+ id: string;
328
+ username: string | null;
329
+ phoneNumber: string;
330
+ secondaryPhoneNumber: string | null;
331
+ fullName: string;
332
+ profilePictureUrl: string | null;
333
+ mail: string | null;
334
+ created_at: string;
335
+ updated_at: string;
336
+ shortId: number;
337
+ firstTimeMiExpo: boolean;
338
+ isPhoneVerified: boolean;
339
+ firstName: string | null;
340
+ gender: string | null;
341
+ birthDate: string | null;
342
+ instagram: string | null;
343
+ dni: string | null;
344
+ alternativeNames: string[];
345
+ birthLocationId: string | null;
346
+ residenceLocationId: string | null;
347
+ isInTrash: boolean;
348
+ movedToTrashDate: string | null;
349
+ }>>;
350
+ export declare class UpdateMiExpoMeResponseDto extends UpdateMiExpoMeResponseDto_base {
351
+ }
352
+ export {};
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateMiExpoMeResponseDto = exports.updateMiExpoMeResponseSchema = exports.UpdateMiExpoMeDto = exports.updateMiExpoMeSchema = void 0;
4
+ const update_profile_dto_1 = require("../../profile/dto/update-profile.dto");
5
+ const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
6
+ exports.updateMiExpoMeSchema = update_profile_dto_1.updateProfileSchema
7
+ .pick({
8
+ birthDate: true,
9
+ dni: true,
10
+ fullName: true,
11
+ gender: true,
12
+ instagram: true,
13
+ mail: true,
14
+ password: true,
15
+ phoneNumber: true,
16
+ secondaryPhoneNumber: true,
17
+ username: true,
18
+ birth: true,
19
+ residence: true,
20
+ })
21
+ .required();
22
+ class UpdateMiExpoMeDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateMiExpoMeSchema) {
23
+ }
24
+ exports.UpdateMiExpoMeDto = UpdateMiExpoMeDto;
25
+ exports.updateMiExpoMeResponseSchema = update_profile_dto_1.updateProfileResponseSchema.omit({
26
+ password: true,
27
+ });
28
+ class UpdateMiExpoMeResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateMiExpoMeResponseSchema) {
29
+ }
30
+ exports.UpdateMiExpoMeResponseDto = UpdateMiExpoMeResponseDto;
31
+ //# sourceMappingURL=update-me.dto.js.map
@@ -0,0 +1,5 @@
1
+ export * from './dto/get-me.dto';
2
+ export * from './dto/login-with-phone.dto';
3
+ export * from './dto/login.dto';
4
+ export * from './dto/my-events.dto';
5
+ export * from './dto/update-me.dto';
@@ -0,0 +1,22 @@
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/get-me.dto"), exports);
18
+ __exportStar(require("./dto/login-with-phone.dto"), exports);
19
+ __exportStar(require("./dto/login.dto"), exports);
20
+ __exportStar(require("./dto/my-events.dto"), exports);
21
+ __exportStar(require("./dto/update-me.dto"), exports);
22
+ //# sourceMappingURL=exports.js.map
@@ -0,0 +1,2 @@
1
+ export declare const OTP_LENGTH = 6;
2
+ export declare const OTP_EXPIRES_IN: number;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OTP_EXPIRES_IN = exports.OTP_LENGTH = void 0;
4
+ exports.OTP_LENGTH = 6;
5
+ exports.OTP_EXPIRES_IN = 60 * 5;
6
+ //# sourceMappingURL=constants.js.map