expo-backend-types 0.15.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/i18n/es.d.ts +3 -0
- package/dist/src/i18n/es.js +3 -0
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/profile/dto/create-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/delete-profile.dto.d.ts +4 -4
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +8 -8
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +12 -12
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +4 -4
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -4
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +8 -8
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +8 -8
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +8 -8
- package/dist/src/profile/dto/profile.dto.d.ts +2 -2
- package/dist/src/profile/dto/profile.dto.js +6 -1
- package/dist/src/profile/dto/update-profile.dto.d.ts +10 -10
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +8 -8
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +8 -8
- package/package.json +2 -2
@@ -48,6 +48,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
48
48
|
secondaryPhoneNumber: string | null;
|
49
49
|
fullName: string;
|
50
50
|
profilePictureUrl: string | null;
|
51
|
+
mail: string | null;
|
51
52
|
created_at: Date;
|
52
53
|
updated_at: Date;
|
53
54
|
shortId: number;
|
@@ -55,7 +56,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
55
56
|
gender: string | null;
|
56
57
|
birthDate: Date | null;
|
57
58
|
instagram: string | null;
|
58
|
-
mail: string | null;
|
59
59
|
dni: string | null;
|
60
60
|
alternativeNames: string[];
|
61
61
|
birthLocationId: string | null;
|
@@ -68,6 +68,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
68
68
|
secondaryPhoneNumber: string | null;
|
69
69
|
fullName: string;
|
70
70
|
profilePictureUrl: string | null;
|
71
|
+
mail: string | null;
|
71
72
|
created_at: Date;
|
72
73
|
updated_at: Date;
|
73
74
|
shortId: number;
|
@@ -75,7 +76,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
75
76
|
gender: string | null;
|
76
77
|
birthDate: string | null;
|
77
78
|
instagram: string | null;
|
78
|
-
mail: string | null;
|
79
79
|
dni: string | null;
|
80
80
|
alternativeNames: string[];
|
81
81
|
birthLocationId: string | null;
|
@@ -90,6 +90,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
90
90
|
secondaryPhoneNumber: string | null;
|
91
91
|
fullName: string;
|
92
92
|
profilePictureUrl: string | null;
|
93
|
+
mail: string | null;
|
93
94
|
created_at: Date;
|
94
95
|
updated_at: Date;
|
95
96
|
shortId: number;
|
@@ -97,7 +98,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
97
98
|
gender: string | null;
|
98
99
|
birthDate: Date | null;
|
99
100
|
instagram: string | null;
|
100
|
-
mail: string | null;
|
101
101
|
dni: string | null;
|
102
102
|
alternativeNames: string[];
|
103
103
|
birthLocationId: string | null;
|
@@ -112,6 +112,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
112
112
|
secondaryPhoneNumber: string | null;
|
113
113
|
fullName: string;
|
114
114
|
profilePictureUrl: string | null;
|
115
|
+
mail: string | null;
|
115
116
|
created_at: Date;
|
116
117
|
updated_at: Date;
|
117
118
|
shortId: number;
|
@@ -119,7 +120,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
119
120
|
gender: string | null;
|
120
121
|
birthDate: string | null;
|
121
122
|
instagram: string | null;
|
122
|
-
mail: string | null;
|
123
123
|
dni: string | null;
|
124
124
|
alternativeNames: string[];
|
125
125
|
birthLocationId: string | null;
|
@@ -155,6 +155,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
155
155
|
secondaryPhoneNumber: string | null;
|
156
156
|
fullName: string;
|
157
157
|
profilePictureUrl: string | null;
|
158
|
+
mail: string | null;
|
158
159
|
created_at: string;
|
159
160
|
updated_at: string;
|
160
161
|
shortId: number;
|
@@ -162,7 +163,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
162
163
|
gender: string | null;
|
163
164
|
birthDate: Date | null;
|
164
165
|
instagram: string | null;
|
165
|
-
mail: string | null;
|
166
166
|
dni: string | null;
|
167
167
|
alternativeNames: string[];
|
168
168
|
birthLocationId: string | null;
|
@@ -175,6 +175,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
175
175
|
secondaryPhoneNumber: string | null;
|
176
176
|
fullName: string;
|
177
177
|
profilePictureUrl: string | null;
|
178
|
+
mail: string | null;
|
178
179
|
created_at: string;
|
179
180
|
updated_at: string;
|
180
181
|
shortId: number;
|
@@ -182,7 +183,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
182
183
|
gender: string | null;
|
183
184
|
birthDate: string | null;
|
184
185
|
instagram: string | null;
|
185
|
-
mail: string | null;
|
186
186
|
dni: string | null;
|
187
187
|
alternativeNames: string[];
|
188
188
|
birthLocationId: string | null;
|
@@ -197,6 +197,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
197
197
|
secondaryPhoneNumber: string | null;
|
198
198
|
fullName: string;
|
199
199
|
profilePictureUrl: string | null;
|
200
|
+
mail: string | null;
|
200
201
|
created_at: string;
|
201
202
|
updated_at: string;
|
202
203
|
shortId: number;
|
@@ -204,7 +205,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
204
205
|
gender: string | null;
|
205
206
|
birthDate: Date | null;
|
206
207
|
instagram: string | null;
|
207
|
-
mail: string | null;
|
208
208
|
dni: string | null;
|
209
209
|
alternativeNames: string[];
|
210
210
|
birthLocationId: string | null;
|
@@ -219,6 +219,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
219
219
|
secondaryPhoneNumber: string | null;
|
220
220
|
fullName: string;
|
221
221
|
profilePictureUrl: string | null;
|
222
|
+
mail: string | null;
|
222
223
|
created_at: string;
|
223
224
|
updated_at: string;
|
224
225
|
shortId: number;
|
@@ -226,7 +227,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
226
227
|
gender: string | null;
|
227
228
|
birthDate: string | null;
|
228
229
|
instagram: string | null;
|
229
|
-
mail: string | null;
|
230
230
|
dni: string | null;
|
231
231
|
alternativeNames: string[];
|
232
232
|
birthLocationId: string | null;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "expo-backend-types",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.17.0",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"check-exports": "attw --pack .",
|
22
22
|
"local-release": "changeset version && changeset publish",
|
23
23
|
"commit-schema": "git add ./types/schema.d.ts swagger.yaml && git commit -m \"Update schema\"",
|
24
|
-
"start": "npx prisma generate && nest start",
|
24
|
+
"start": "npx prisma generate && npx nest start",
|
25
25
|
"dev": "npx prisma generate && nest start --watch",
|
26
26
|
"start:debug": "nest start --debug --watch",
|
27
27
|
"start:prod": "node dist/src/main",
|