expo-backend-types 0.19.0 → 0.20.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,11 +86,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
86
86
  date: Date;
87
87
  created_at: Date;
88
88
  updated_at: Date;
89
- folderId: string | null;
90
- tagAssistedId: string;
91
- tagConfirmedId: string;
92
- supraEventId: string | null;
93
- subEvents: {
89
+ supraEvent: {
94
90
  location: string;
95
91
  id: string;
96
92
  name: string;
@@ -101,8 +97,8 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
101
97
  tagAssistedId: string;
102
98
  tagConfirmedId: string;
103
99
  supraEventId: string | null;
104
- }[];
105
- supraEvent: {
100
+ } | null;
101
+ subEvents: {
106
102
  location: string;
107
103
  id: string;
108
104
  name: string;
@@ -113,7 +109,11 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
113
109
  tagAssistedId: string;
114
110
  tagConfirmedId: string;
115
111
  supraEventId: string | null;
116
- } | null;
112
+ }[];
113
+ folderId: string | null;
114
+ tagAssistedId: string;
115
+ tagConfirmedId: string;
116
+ supraEventId: string | null;
117
117
  }, {
118
118
  location: string;
119
119
  id: string;
@@ -121,11 +121,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
121
121
  date: Date;
122
122
  created_at: Date;
123
123
  updated_at: Date;
124
- folderId: string | null;
125
- tagAssistedId: string;
126
- tagConfirmedId: string;
127
- supraEventId: string | null;
128
- subEvents: {
124
+ supraEvent: {
129
125
  location: string;
130
126
  id: string;
131
127
  name: string;
@@ -136,8 +132,8 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
136
132
  tagAssistedId: string;
137
133
  tagConfirmedId: string;
138
134
  supraEventId: string | null;
139
- }[];
140
- supraEvent: {
135
+ } | null;
136
+ subEvents: {
141
137
  location: string;
142
138
  id: string;
143
139
  name: string;
@@ -148,7 +144,11 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
148
144
  tagAssistedId: string;
149
145
  tagConfirmedId: string;
150
146
  supraEventId: string | null;
151
- } | null;
147
+ }[];
148
+ folderId: string | null;
149
+ tagAssistedId: string;
150
+ tagConfirmedId: string;
151
+ supraEventId: string | null;
152
152
  }>;
153
153
  declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
154
154
  id: z.ZodString;
@@ -236,11 +236,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
236
236
  date: string;
237
237
  created_at: string;
238
238
  updated_at: string;
239
- folderId: string | null;
240
- tagAssistedId: string;
241
- tagConfirmedId: string;
242
- supraEventId: string | null;
243
- subEvents: {
239
+ supraEvent: {
244
240
  location: string;
245
241
  id: string;
246
242
  name: string;
@@ -251,8 +247,8 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
251
247
  tagAssistedId: string;
252
248
  tagConfirmedId: string;
253
249
  supraEventId: string | null;
254
- }[];
255
- supraEvent: {
250
+ } | null;
251
+ subEvents: {
256
252
  location: string;
257
253
  id: string;
258
254
  name: string;
@@ -263,7 +259,11 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
263
259
  tagAssistedId: string;
264
260
  tagConfirmedId: string;
265
261
  supraEventId: string | null;
266
- } | null;
262
+ }[];
263
+ folderId: string | null;
264
+ tagAssistedId: string;
265
+ tagConfirmedId: string;
266
+ supraEventId: string | null;
267
267
  }, {
268
268
  location: string;
269
269
  id: string;
@@ -271,11 +271,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
271
271
  date: string;
272
272
  created_at: string;
273
273
  updated_at: string;
274
- folderId: string | null;
275
- tagAssistedId: string;
276
- tagConfirmedId: string;
277
- supraEventId: string | null;
278
- subEvents: {
274
+ supraEvent: {
279
275
  location: string;
280
276
  id: string;
281
277
  name: string;
@@ -286,8 +282,8 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
286
282
  tagAssistedId: string;
287
283
  tagConfirmedId: string;
288
284
  supraEventId: string | null;
289
- }[];
290
- supraEvent: {
285
+ } | null;
286
+ subEvents: {
291
287
  location: string;
292
288
  id: string;
293
289
  name: string;
@@ -298,7 +294,11 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
298
294
  tagAssistedId: string;
299
295
  tagConfirmedId: string;
300
296
  supraEventId: string | null;
301
- } | null;
297
+ }[];
298
+ folderId: string | null;
299
+ tagAssistedId: string;
300
+ tagConfirmedId: string;
301
+ supraEventId: string | null;
302
302
  }>>;
303
303
  export declare class GetByIdEventResponseDto extends GetByIdEventResponseDto_base {
304
304
  }
@@ -375,10 +375,6 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
375
375
  date: Date;
376
376
  created_at: Date;
377
377
  updated_at: Date;
378
- folderId: string | null;
379
- tagAssistedId: string;
380
- tagConfirmedId: string;
381
- supraEventId: string | null;
382
378
  tagAssisted: {
383
379
  id: string;
384
380
  name: string;
@@ -395,6 +391,10 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
395
391
  updated_at: Date;
396
392
  groupId: string;
397
393
  };
394
+ folderId: string | null;
395
+ tagAssistedId: string;
396
+ tagConfirmedId: string;
397
+ supraEventId: string | null;
398
398
  }, {
399
399
  location: string;
400
400
  id: string;
@@ -402,10 +402,6 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
402
402
  date: Date;
403
403
  created_at: Date;
404
404
  updated_at: Date;
405
- folderId: string | null;
406
- tagAssistedId: string;
407
- tagConfirmedId: string;
408
- supraEventId: string | null;
409
405
  tagAssisted: {
410
406
  id: string;
411
407
  name: string;
@@ -422,6 +418,10 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
422
418
  updated_at: Date;
423
419
  groupId: string;
424
420
  };
421
+ folderId: string | null;
422
+ tagAssistedId: string;
423
+ tagConfirmedId: string;
424
+ supraEventId: string | null;
425
425
  }>, "many">;
426
426
  declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodArray<z.ZodObject<{
427
427
  id: z.ZodString;
@@ -495,10 +495,6 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
495
495
  date: string;
496
496
  created_at: string;
497
497
  updated_at: string;
498
- folderId: string | null;
499
- tagAssistedId: string;
500
- tagConfirmedId: string;
501
- supraEventId: string | null;
502
498
  tagAssisted: {
503
499
  id: string;
504
500
  name: string;
@@ -515,6 +511,10 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
515
511
  updated_at: string;
516
512
  groupId: string;
517
513
  };
514
+ folderId: string | null;
515
+ tagAssistedId: string;
516
+ tagConfirmedId: string;
517
+ supraEventId: string | null;
518
518
  }, {
519
519
  location: string;
520
520
  id: string;
@@ -522,10 +522,6 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
522
522
  date: string;
523
523
  created_at: string;
524
524
  updated_at: string;
525
- folderId: string | null;
526
- tagAssistedId: string;
527
- tagConfirmedId: string;
528
- supraEventId: string | null;
529
525
  tagAssisted: {
530
526
  id: string;
531
527
  name: string;
@@ -542,6 +538,10 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
542
538
  updated_at: string;
543
539
  groupId: string;
544
540
  };
541
+ folderId: string | null;
542
+ tagAssistedId: string;
543
+ tagConfirmedId: string;
544
+ supraEventId: string | null;
545
545
  }>, "many">>;
546
546
  export declare class GetBySupraEventResponseDto extends GetBySupraEventResponseDto_base {
547
547
  }
@@ -39,24 +39,24 @@ export declare const updateEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
39
39
  location: string;
40
40
  name: string;
41
41
  date: Date;
42
- folderId: string | null;
43
42
  subEvents: {
44
43
  location: string;
45
44
  id: string;
46
45
  name: string;
47
46
  date: Date;
48
47
  }[];
48
+ folderId: string | null;
49
49
  }, {
50
50
  location: string;
51
51
  name: string;
52
52
  date: Date;
53
- folderId: string | null;
54
53
  subEvents: {
55
54
  location: string;
56
55
  id: string;
57
56
  name: string;
58
57
  date: Date;
59
58
  }[];
59
+ folderId: string | null;
60
60
  }>;
61
61
  declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
62
62
  location: z.ZodString;
@@ -83,24 +83,24 @@ declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
83
83
  location: string;
84
84
  name: string;
85
85
  date: string;
86
- folderId: string | null;
87
86
  subEvents: {
88
87
  location: string;
89
88
  id: string;
90
89
  name: string;
91
90
  date: string;
92
91
  }[];
92
+ folderId: string | null;
93
93
  }, {
94
94
  location: string;
95
95
  name: string;
96
96
  date: string;
97
- folderId: string | null;
98
97
  subEvents: {
99
98
  location: string;
100
99
  id: string;
101
100
  name: string;
102
101
  date: string;
103
102
  }[];
103
+ folderId: string | null;
104
104
  }>>;
105
105
  export declare class UpdateEventDto extends UpdateEventDto_base {
106
106
  }
@@ -189,10 +189,6 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
189
189
  date: Date;
190
190
  created_at: Date;
191
191
  updated_at: Date;
192
- folderId: string | null;
193
- tagAssistedId: string;
194
- tagConfirmedId: string;
195
- supraEventId: string | null;
196
192
  tagAssisted: {
197
193
  id: string;
198
194
  name: string;
@@ -209,6 +205,10 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
209
205
  isExclusive: boolean;
210
206
  };
211
207
  };
208
+ folderId: string | null;
209
+ tagAssistedId: string;
210
+ tagConfirmedId: string;
211
+ supraEventId: string | null;
212
212
  }, {
213
213
  location: string;
214
214
  id: string;
@@ -216,10 +216,6 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
216
216
  date: Date;
217
217
  created_at: Date;
218
218
  updated_at: Date;
219
- folderId: string | null;
220
- tagAssistedId: string;
221
- tagConfirmedId: string;
222
- supraEventId: string | null;
223
219
  tagAssisted: {
224
220
  id: string;
225
221
  name: string;
@@ -236,6 +232,10 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
236
232
  isExclusive: boolean;
237
233
  };
238
234
  };
235
+ folderId: string | null;
236
+ tagAssistedId: string;
237
+ tagConfirmedId: string;
238
+ supraEventId: string | null;
239
239
  }>;
240
240
  declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
241
241
  id: z.ZodString;
@@ -320,10 +320,6 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
320
320
  date: string;
321
321
  created_at: string;
322
322
  updated_at: string;
323
- folderId: string | null;
324
- tagAssistedId: string;
325
- tagConfirmedId: string;
326
- supraEventId: string | null;
327
323
  tagAssisted: {
328
324
  id: string;
329
325
  name: string;
@@ -340,6 +336,10 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
340
336
  isExclusive: boolean;
341
337
  };
342
338
  };
339
+ folderId: string | null;
340
+ tagAssistedId: string;
341
+ tagConfirmedId: string;
342
+ supraEventId: string | null;
343
343
  }, {
344
344
  location: string;
345
345
  id: string;
@@ -347,10 +347,6 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
347
347
  date: string;
348
348
  created_at: string;
349
349
  updated_at: string;
350
- folderId: string | null;
351
- tagAssistedId: string;
352
- tagConfirmedId: string;
353
- supraEventId: string | null;
354
350
  tagAssisted: {
355
351
  id: string;
356
352
  name: string;
@@ -367,6 +363,10 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
367
363
  isExclusive: boolean;
368
364
  };
369
365
  };
366
+ folderId: string | null;
367
+ tagAssistedId: string;
368
+ tagConfirmedId: string;
369
+ supraEventId: string | null;
370
370
  }>>;
371
371
  export declare class UpdateEventResponseDto extends UpdateEventResponseDto_base {
372
372
  }
@@ -15,17 +15,17 @@ export declare const findAllLocationResponseSchema: z.ZodObject<{
15
15
  }>, "strip", z.ZodTypeAny, {
16
16
  latitude: number;
17
17
  longitude: number;
18
+ city: string;
18
19
  _count: {
19
20
  birthProfiles: number;
20
21
  };
21
- city: string;
22
22
  }, {
23
23
  latitude: number;
24
24
  longitude: number;
25
+ city: string;
25
26
  _count: {
26
27
  birthProfiles: number;
27
28
  };
28
- city: string;
29
29
  }>, "many">;
30
30
  residenceLocations: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
31
31
  city: z.ZodString;
@@ -42,51 +42,51 @@ export declare const findAllLocationResponseSchema: z.ZodObject<{
42
42
  }>, "strip", z.ZodTypeAny, {
43
43
  latitude: number;
44
44
  longitude: number;
45
+ city: string;
45
46
  _count: {
46
47
  residenceProfiles: number;
47
48
  };
48
- city: string;
49
49
  }, {
50
50
  latitude: number;
51
51
  longitude: number;
52
+ city: string;
52
53
  _count: {
53
54
  residenceProfiles: number;
54
55
  };
55
- city: string;
56
56
  }>, "many">;
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  birthLocations: {
59
59
  latitude: number;
60
60
  longitude: number;
61
+ city: string;
61
62
  _count: {
62
63
  birthProfiles: number;
63
64
  };
64
- city: string;
65
65
  }[];
66
66
  residenceLocations: {
67
67
  latitude: number;
68
68
  longitude: number;
69
+ city: string;
69
70
  _count: {
70
71
  residenceProfiles: number;
71
72
  };
72
- city: string;
73
73
  }[];
74
74
  }, {
75
75
  birthLocations: {
76
76
  latitude: number;
77
77
  longitude: number;
78
+ city: string;
78
79
  _count: {
79
80
  birthProfiles: number;
80
81
  };
81
- city: string;
82
82
  }[];
83
83
  residenceLocations: {
84
84
  latitude: number;
85
85
  longitude: number;
86
+ city: string;
86
87
  _count: {
87
88
  residenceProfiles: number;
88
89
  };
89
- city: string;
90
90
  }[];
91
91
  }>;
92
92
  declare const FindAllLocationResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -104,17 +104,17 @@ declare const FindAllLocationResponseDto_base: import("@anatine/zod-nestjs").Zod
104
104
  }, z.UnknownKeysParam, z.ZodTypeAny, {
105
105
  latitude: number;
106
106
  longitude: number;
107
+ city: string;
107
108
  _count: {
108
109
  birthProfiles: number;
109
110
  };
110
- city: string;
111
111
  }, {
112
112
  latitude: number;
113
113
  longitude: number;
114
+ city: string;
114
115
  _count: {
115
116
  birthProfiles: number;
116
117
  };
117
- city: string;
118
118
  }>, "many">;
119
119
  residenceLocations: z.ZodArray<z.ZodObject<{
120
120
  city: z.ZodString;
@@ -130,51 +130,51 @@ declare const FindAllLocationResponseDto_base: import("@anatine/zod-nestjs").Zod
130
130
  }, z.UnknownKeysParam, z.ZodTypeAny, {
131
131
  latitude: number;
132
132
  longitude: number;
133
+ city: string;
133
134
  _count: {
134
135
  residenceProfiles: number;
135
136
  };
136
- city: string;
137
137
  }, {
138
138
  latitude: number;
139
139
  longitude: number;
140
+ city: string;
140
141
  _count: {
141
142
  residenceProfiles: number;
142
143
  };
143
- city: string;
144
144
  }>, "many">;
145
145
  }, z.UnknownKeysParam, z.ZodTypeAny, {
146
146
  birthLocations: {
147
147
  latitude: number;
148
148
  longitude: number;
149
+ city: string;
149
150
  _count: {
150
151
  birthProfiles: number;
151
152
  };
152
- city: string;
153
153
  }[];
154
154
  residenceLocations: {
155
155
  latitude: number;
156
156
  longitude: number;
157
+ city: string;
157
158
  _count: {
158
159
  residenceProfiles: number;
159
160
  };
160
- city: string;
161
161
  }[];
162
162
  }, {
163
163
  birthLocations: {
164
164
  latitude: number;
165
165
  longitude: number;
166
+ city: string;
166
167
  _count: {
167
168
  birthProfiles: number;
168
169
  };
169
- city: string;
170
170
  }[];
171
171
  residenceLocations: {
172
172
  latitude: number;
173
173
  longitude: number;
174
+ city: string;
174
175
  _count: {
175
176
  residenceProfiles: number;
176
177
  };
177
- city: string;
178
178
  }[];
179
179
  }>>;
180
180
  export declare class FindAllLocationResponseDto extends FindAllLocationResponseDto_base {
@@ -145,8 +145,8 @@ export declare const messageSchema: z.ZodObject<{
145
145
  id: string;
146
146
  created_at: Date;
147
147
  updated_at: Date;
148
- state: "SENT" | "RECEIVED" | "SEEN";
149
148
  wamId: string;
149
+ state: "SENT" | "RECEIVED" | "SEEN";
150
150
  }, {
151
151
  message: {
152
152
  id: string;
@@ -168,6 +168,6 @@ export declare const messageSchema: z.ZodObject<{
168
168
  id: string;
169
169
  created_at: Date;
170
170
  updated_at: Date;
171
- state: "SENT" | "RECEIVED" | "SEEN";
172
171
  wamId: string;
172
+ state: "SENT" | "RECEIVED" | "SEEN";
173
173
  }>;