@sortipei/api-contracts 0.2.19 → 0.3.0

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.
@@ -1,765 +1,213 @@
1
1
  import { z } from 'zod';
2
2
  export declare const AppStartedStatisticSchema: z.ZodObject<{
3
3
  data: z.ZodObject<{
4
- userId: z.ZodString;
5
- }, "strip", z.ZodTypeAny, {
6
- userId: string;
7
- }, {
8
- userId: string;
9
- }>;
10
- time: z.ZodString;
4
+ userId: z.ZodUUID;
5
+ }, z.core.$strip>;
6
+ time: z.ZodISODateTime;
11
7
  type: z.ZodLiteral<"app-started">;
12
- }, "strip", z.ZodTypeAny, {
13
- type: "app-started";
14
- data: {
15
- userId: string;
16
- };
17
- time: string;
18
- }, {
19
- type: "app-started";
20
- data: {
21
- userId: string;
22
- };
23
- time: string;
24
- }>;
8
+ }, z.core.$strip>;
25
9
  export declare const EventDisplayedStatisticSchema: z.ZodObject<{
26
10
  data: z.ZodObject<{
27
- userId: z.ZodString;
28
- eventId: z.ZodString;
29
- }, "strip", z.ZodTypeAny, {
30
- userId: string;
31
- eventId: string;
32
- }, {
33
- userId: string;
34
- eventId: string;
35
- }>;
36
- time: z.ZodString;
11
+ userId: z.ZodUUID;
12
+ eventId: z.ZodUUID;
13
+ }, z.core.$strip>;
14
+ time: z.ZodISODateTime;
37
15
  type: z.ZodLiteral<"event-displayed">;
38
- }, "strip", z.ZodTypeAny, {
39
- type: "event-displayed";
40
- data: {
41
- userId: string;
42
- eventId: string;
43
- };
44
- time: string;
45
- }, {
46
- type: "event-displayed";
47
- data: {
48
- userId: string;
49
- eventId: string;
50
- };
51
- time: string;
52
- }>;
16
+ }, z.core.$strip>;
53
17
  export declare const OrganizerDisplayedStatisticSchema: z.ZodObject<{
54
18
  data: z.ZodObject<{
55
- userId: z.ZodString;
56
- organizerId: z.ZodString;
57
- }, "strip", z.ZodTypeAny, {
58
- userId: string;
59
- organizerId: string;
60
- }, {
61
- userId: string;
62
- organizerId: string;
63
- }>;
64
- time: z.ZodString;
19
+ userId: z.ZodUUID;
20
+ organizerId: z.ZodUUID;
21
+ }, z.core.$strip>;
22
+ time: z.ZodISODateTime;
65
23
  type: z.ZodLiteral<"organizer-displayed">;
66
- }, "strip", z.ZodTypeAny, {
67
- type: "organizer-displayed";
68
- data: {
69
- userId: string;
70
- organizerId: string;
71
- };
72
- time: string;
73
- }, {
74
- type: "organizer-displayed";
75
- data: {
76
- userId: string;
77
- organizerId: string;
78
- };
79
- time: string;
80
- }>;
24
+ }, z.core.$strip>;
81
25
  export declare const EventAddedToFavoritesStatisticSchema: z.ZodObject<{
82
26
  data: z.ZodObject<{
83
- userId: z.ZodString;
84
- eventId: z.ZodString;
85
- }, "strip", z.ZodTypeAny, {
86
- userId: string;
87
- eventId: string;
88
- }, {
89
- userId: string;
90
- eventId: string;
91
- }>;
92
- time: z.ZodString;
27
+ userId: z.ZodUUID;
28
+ eventId: z.ZodUUID;
29
+ }, z.core.$strip>;
30
+ time: z.ZodISODateTime;
93
31
  type: z.ZodLiteral<"event-added-to-favorites">;
94
- }, "strip", z.ZodTypeAny, {
95
- type: "event-added-to-favorites";
96
- data: {
97
- userId: string;
98
- eventId: string;
99
- };
100
- time: string;
101
- }, {
102
- type: "event-added-to-favorites";
103
- data: {
104
- userId: string;
105
- eventId: string;
106
- };
107
- time: string;
108
- }>;
32
+ }, z.core.$strip>;
109
33
  export declare const EventAddedToCalendarStatisticSchema: z.ZodObject<{
110
34
  data: z.ZodObject<{
111
- userId: z.ZodString;
112
- eventId: z.ZodString;
113
- }, "strip", z.ZodTypeAny, {
114
- userId: string;
115
- eventId: string;
116
- }, {
117
- userId: string;
118
- eventId: string;
119
- }>;
120
- time: z.ZodString;
35
+ userId: z.ZodUUID;
36
+ eventId: z.ZodUUID;
37
+ }, z.core.$strip>;
38
+ time: z.ZodISODateTime;
121
39
  type: z.ZodLiteral<"event-added-to-calendar">;
122
- }, "strip", z.ZodTypeAny, {
123
- type: "event-added-to-calendar";
124
- data: {
125
- userId: string;
126
- eventId: string;
127
- };
128
- time: string;
129
- }, {
130
- type: "event-added-to-calendar";
131
- data: {
132
- userId: string;
133
- eventId: string;
134
- };
135
- time: string;
136
- }>;
40
+ }, z.core.$strip>;
137
41
  export declare const EventSharedStatisticSchema: z.ZodObject<{
138
42
  data: z.ZodObject<{
139
- userId: z.ZodString;
140
- eventId: z.ZodString;
141
- }, "strip", z.ZodTypeAny, {
142
- userId: string;
143
- eventId: string;
144
- }, {
145
- userId: string;
146
- eventId: string;
147
- }>;
148
- time: z.ZodString;
43
+ userId: z.ZodUUID;
44
+ eventId: z.ZodUUID;
45
+ }, z.core.$strip>;
46
+ time: z.ZodISODateTime;
149
47
  type: z.ZodLiteral<"event-shared">;
150
- }, "strip", z.ZodTypeAny, {
151
- type: "event-shared";
152
- data: {
153
- userId: string;
154
- eventId: string;
155
- };
156
- time: string;
157
- }, {
158
- type: "event-shared";
159
- data: {
160
- userId: string;
161
- eventId: string;
162
- };
163
- time: string;
164
- }>;
48
+ }, z.core.$strip>;
165
49
  export declare const EventTicketsClickedStatisticsSchema: z.ZodObject<{
166
50
  data: z.ZodObject<{
167
- userId: z.ZodString;
168
- eventId: z.ZodString;
169
- }, "strip", z.ZodTypeAny, {
170
- userId: string;
171
- eventId: string;
172
- }, {
173
- userId: string;
174
- eventId: string;
175
- }>;
176
- time: z.ZodString;
51
+ userId: z.ZodUUID;
52
+ eventId: z.ZodUUID;
53
+ }, z.core.$strip>;
54
+ time: z.ZodISODateTime;
177
55
  type: z.ZodLiteral<"event-tickets-clicked">;
178
- }, "strip", z.ZodTypeAny, {
179
- type: "event-tickets-clicked";
180
- data: {
181
- userId: string;
182
- eventId: string;
183
- };
184
- time: string;
185
- }, {
186
- type: "event-tickets-clicked";
187
- data: {
188
- userId: string;
189
- eventId: string;
190
- };
191
- time: string;
192
- }>;
56
+ }, z.core.$strip>;
193
57
  export declare const EventSeeMoreClickedStatisticsSchema: z.ZodObject<{
194
58
  data: z.ZodObject<{
195
- userId: z.ZodString;
196
- eventId: z.ZodString;
197
- }, "strip", z.ZodTypeAny, {
198
- userId: string;
199
- eventId: string;
200
- }, {
201
- userId: string;
202
- eventId: string;
203
- }>;
204
- time: z.ZodString;
59
+ userId: z.ZodUUID;
60
+ eventId: z.ZodUUID;
61
+ }, z.core.$strip>;
62
+ time: z.ZodISODateTime;
205
63
  type: z.ZodLiteral<"event-see-more-clicked">;
206
- }, "strip", z.ZodTypeAny, {
207
- type: "event-see-more-clicked";
208
- data: {
209
- userId: string;
210
- eventId: string;
211
- };
212
- time: string;
213
- }, {
214
- type: "event-see-more-clicked";
215
- data: {
216
- userId: string;
217
- eventId: string;
218
- };
219
- time: string;
220
- }>;
64
+ }, z.core.$strip>;
221
65
  export declare const RegionFilterAppliedStatisticSchema: z.ZodObject<{
222
66
  data: z.ZodObject<{
223
- regions: z.ZodArray<z.ZodNativeEnum<typeof import('./event').Region>, "many">;
224
- userId: z.ZodString;
225
- }, "strip", z.ZodTypeAny, {
226
- userId: string;
227
- regions: import('./event').Region[];
228
- }, {
229
- userId: string;
230
- regions: import('./event').Region[];
231
- }>;
232
- time: z.ZodString;
67
+ regions: z.ZodArray<z.ZodEnum<typeof import('./event').Region>>;
68
+ userId: z.ZodUUID;
69
+ }, z.core.$strip>;
70
+ time: z.ZodISODateTime;
233
71
  type: z.ZodLiteral<"region-filter-applied">;
234
- }, "strip", z.ZodTypeAny, {
235
- type: "region-filter-applied";
236
- data: {
237
- userId: string;
238
- regions: import('./event').Region[];
239
- };
240
- time: string;
241
- }, {
242
- type: "region-filter-applied";
243
- data: {
244
- userId: string;
245
- regions: import('./event').Region[];
246
- };
247
- time: string;
248
- }>;
72
+ }, z.core.$strip>;
249
73
  export declare const FreeFilterAppliedStatisticSchema: z.ZodObject<{
250
74
  data: z.ZodObject<{
251
- userId: z.ZodString;
252
- }, "strip", z.ZodTypeAny, {
253
- userId: string;
254
- }, {
255
- userId: string;
256
- }>;
257
- time: z.ZodString;
75
+ userId: z.ZodUUID;
76
+ }, z.core.$strip>;
77
+ time: z.ZodISODateTime;
258
78
  type: z.ZodLiteral<"free-filter-applied">;
259
- }, "strip", z.ZodTypeAny, {
260
- type: "free-filter-applied";
261
- data: {
262
- userId: string;
263
- };
264
- time: string;
265
- }, {
266
- type: "free-filter-applied";
267
- data: {
268
- userId: string;
269
- };
270
- time: string;
271
- }>;
79
+ }, z.core.$strip>;
272
80
  export declare const CategoryFilterAppliedStatisticSchema: z.ZodObject<{
273
81
  data: z.ZodObject<{
274
- category: z.ZodNativeEnum<typeof import('./event').Category>;
275
- userId: z.ZodString;
276
- }, "strip", z.ZodTypeAny, {
277
- userId: string;
278
- category: import('./event').Category;
279
- }, {
280
- userId: string;
281
- category: import('./event').Category;
282
- }>;
283
- time: z.ZodString;
82
+ category: z.ZodEnum<typeof import('./event').Category>;
83
+ userId: z.ZodUUID;
84
+ }, z.core.$strip>;
85
+ time: z.ZodISODateTime;
284
86
  type: z.ZodLiteral<"category-filter-applied">;
285
- }, "strip", z.ZodTypeAny, {
286
- type: "category-filter-applied";
287
- data: {
288
- userId: string;
289
- category: import('./event').Category;
290
- };
291
- time: string;
292
- }, {
293
- type: "category-filter-applied";
294
- data: {
295
- userId: string;
296
- category: import('./event').Category;
297
- };
298
- time: string;
299
- }>;
87
+ }, z.core.$strip>;
300
88
  export declare const DateFilterAppliedStatisticSchema: z.ZodObject<{
301
89
  data: z.ZodObject<{
302
- startTime: z.ZodString;
303
- endTime: z.ZodString;
304
- userId: z.ZodString;
305
- }, "strip", z.ZodTypeAny, {
306
- userId: string;
307
- startTime: string;
308
- endTime: string;
309
- }, {
310
- userId: string;
311
- startTime: string;
312
- endTime: string;
313
- }>;
314
- time: z.ZodString;
90
+ startTime: z.ZodISODateTime;
91
+ endTime: z.ZodISODateTime;
92
+ userId: z.ZodUUID;
93
+ }, z.core.$strip>;
94
+ time: z.ZodISODateTime;
315
95
  type: z.ZodLiteral<"date-filter-applied">;
316
- }, "strip", z.ZodTypeAny, {
317
- type: "date-filter-applied";
318
- data: {
319
- userId: string;
320
- startTime: string;
321
- endTime: string;
322
- };
323
- time: string;
324
- }, {
325
- type: "date-filter-applied";
326
- data: {
327
- userId: string;
328
- startTime: string;
329
- endTime: string;
330
- };
331
- time: string;
332
- }>;
96
+ }, z.core.$strip>;
333
97
  export declare const OldTimesFilterAppliedStatisticSchema: z.ZodObject<{
334
98
  data: z.ZodObject<{
335
- userId: z.ZodString;
336
- }, "strip", z.ZodTypeAny, {
337
- userId: string;
338
- }, {
339
- userId: string;
340
- }>;
341
- time: z.ZodString;
99
+ userId: z.ZodUUID;
100
+ }, z.core.$strip>;
101
+ time: z.ZodISODateTime;
342
102
  type: z.ZodLiteral<"old-times-filter-applied">;
343
- }, "strip", z.ZodTypeAny, {
344
- type: "old-times-filter-applied";
345
- data: {
346
- userId: string;
347
- };
348
- time: string;
349
- }, {
350
- type: "old-times-filter-applied";
351
- data: {
352
- userId: string;
353
- };
354
- time: string;
355
- }>;
103
+ }, z.core.$strip>;
356
104
  export declare const AdPressedStatisticSchema: z.ZodObject<{
357
105
  data: z.ZodObject<{
358
- adId: z.ZodString;
106
+ adId: z.ZodUUID;
359
107
  adTitle: z.ZodString;
360
- userId: z.ZodString;
361
- }, "strip", z.ZodTypeAny, {
362
- userId: string;
363
- adId: string;
364
- adTitle: string;
365
- }, {
366
- userId: string;
367
- adId: string;
368
- adTitle: string;
369
- }>;
370
- time: z.ZodString;
108
+ userId: z.ZodUUID;
109
+ }, z.core.$strip>;
110
+ time: z.ZodISODateTime;
371
111
  type: z.ZodLiteral<"ad-pressed">;
372
- }, "strip", z.ZodTypeAny, {
373
- type: "ad-pressed";
374
- data: {
375
- userId: string;
376
- adId: string;
377
- adTitle: string;
378
- };
379
- time: string;
380
- }, {
381
- type: "ad-pressed";
382
- data: {
383
- userId: string;
384
- adId: string;
385
- adTitle: string;
386
- };
387
- time: string;
388
- }>;
389
- export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
112
+ }, z.core.$strip>;
113
+ export declare const StatisticSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
390
114
  data: z.ZodObject<{
391
- adId: z.ZodString;
115
+ adId: z.ZodUUID;
392
116
  adTitle: z.ZodString;
393
- userId: z.ZodString;
394
- }, "strip", z.ZodTypeAny, {
395
- userId: string;
396
- adId: string;
397
- adTitle: string;
398
- }, {
399
- userId: string;
400
- adId: string;
401
- adTitle: string;
402
- }>;
403
- time: z.ZodString;
117
+ userId: z.ZodUUID;
118
+ }, z.core.$strip>;
119
+ time: z.ZodISODateTime;
404
120
  type: z.ZodLiteral<"ad-pressed">;
405
- }, "strip", z.ZodTypeAny, {
406
- type: "ad-pressed";
407
- data: {
408
- userId: string;
409
- adId: string;
410
- adTitle: string;
411
- };
412
- time: string;
413
- }, {
414
- type: "ad-pressed";
415
- data: {
416
- userId: string;
417
- adId: string;
418
- adTitle: string;
419
- };
420
- time: string;
421
- }>, z.ZodObject<{
121
+ }, z.core.$strip>, z.ZodObject<{
422
122
  data: z.ZodObject<{
423
- userId: z.ZodString;
424
- }, "strip", z.ZodTypeAny, {
425
- userId: string;
426
- }, {
427
- userId: string;
428
- }>;
429
- time: z.ZodString;
123
+ userId: z.ZodUUID;
124
+ }, z.core.$strip>;
125
+ time: z.ZodISODateTime;
430
126
  type: z.ZodLiteral<"app-started">;
431
- }, "strip", z.ZodTypeAny, {
432
- type: "app-started";
433
- data: {
434
- userId: string;
435
- };
436
- time: string;
437
- }, {
438
- type: "app-started";
439
- data: {
440
- userId: string;
441
- };
442
- time: string;
443
- }>, z.ZodObject<{
127
+ }, z.core.$strip>, z.ZodObject<{
444
128
  data: z.ZodObject<{
445
- category: z.ZodNativeEnum<typeof import('./event').Category>;
446
- userId: z.ZodString;
447
- }, "strip", z.ZodTypeAny, {
448
- userId: string;
449
- category: import('./event').Category;
450
- }, {
451
- userId: string;
452
- category: import('./event').Category;
453
- }>;
454
- time: z.ZodString;
129
+ category: z.ZodEnum<typeof import('./event').Category>;
130
+ userId: z.ZodUUID;
131
+ }, z.core.$strip>;
132
+ time: z.ZodISODateTime;
455
133
  type: z.ZodLiteral<"category-filter-applied">;
456
- }, "strip", z.ZodTypeAny, {
457
- type: "category-filter-applied";
458
- data: {
459
- userId: string;
460
- category: import('./event').Category;
461
- };
462
- time: string;
463
- }, {
464
- type: "category-filter-applied";
465
- data: {
466
- userId: string;
467
- category: import('./event').Category;
468
- };
469
- time: string;
470
- }>, z.ZodObject<{
134
+ }, z.core.$strip>, z.ZodObject<{
471
135
  data: z.ZodObject<{
472
- startTime: z.ZodString;
473
- endTime: z.ZodString;
474
- userId: z.ZodString;
475
- }, "strip", z.ZodTypeAny, {
476
- userId: string;
477
- startTime: string;
478
- endTime: string;
479
- }, {
480
- userId: string;
481
- startTime: string;
482
- endTime: string;
483
- }>;
484
- time: z.ZodString;
136
+ startTime: z.ZodISODateTime;
137
+ endTime: z.ZodISODateTime;
138
+ userId: z.ZodUUID;
139
+ }, z.core.$strip>;
140
+ time: z.ZodISODateTime;
485
141
  type: z.ZodLiteral<"date-filter-applied">;
486
- }, "strip", z.ZodTypeAny, {
487
- type: "date-filter-applied";
488
- data: {
489
- userId: string;
490
- startTime: string;
491
- endTime: string;
492
- };
493
- time: string;
494
- }, {
495
- type: "date-filter-applied";
496
- data: {
497
- userId: string;
498
- startTime: string;
499
- endTime: string;
500
- };
501
- time: string;
502
- }>, z.ZodObject<{
142
+ }, z.core.$strip>, z.ZodObject<{
503
143
  data: z.ZodObject<{
504
- userId: z.ZodString;
505
- eventId: z.ZodString;
506
- }, "strip", z.ZodTypeAny, {
507
- userId: string;
508
- eventId: string;
509
- }, {
510
- userId: string;
511
- eventId: string;
512
- }>;
513
- time: z.ZodString;
144
+ userId: z.ZodUUID;
145
+ eventId: z.ZodUUID;
146
+ }, z.core.$strip>;
147
+ time: z.ZodISODateTime;
514
148
  type: z.ZodLiteral<"event-added-to-calendar">;
515
- }, "strip", z.ZodTypeAny, {
516
- type: "event-added-to-calendar";
517
- data: {
518
- userId: string;
519
- eventId: string;
520
- };
521
- time: string;
522
- }, {
523
- type: "event-added-to-calendar";
524
- data: {
525
- userId: string;
526
- eventId: string;
527
- };
528
- time: string;
529
- }>, z.ZodObject<{
149
+ }, z.core.$strip>, z.ZodObject<{
530
150
  data: z.ZodObject<{
531
- userId: z.ZodString;
532
- eventId: z.ZodString;
533
- }, "strip", z.ZodTypeAny, {
534
- userId: string;
535
- eventId: string;
536
- }, {
537
- userId: string;
538
- eventId: string;
539
- }>;
540
- time: z.ZodString;
151
+ userId: z.ZodUUID;
152
+ eventId: z.ZodUUID;
153
+ }, z.core.$strip>;
154
+ time: z.ZodISODateTime;
541
155
  type: z.ZodLiteral<"event-added-to-favorites">;
542
- }, "strip", z.ZodTypeAny, {
543
- type: "event-added-to-favorites";
544
- data: {
545
- userId: string;
546
- eventId: string;
547
- };
548
- time: string;
549
- }, {
550
- type: "event-added-to-favorites";
551
- data: {
552
- userId: string;
553
- eventId: string;
554
- };
555
- time: string;
556
- }>, z.ZodObject<{
156
+ }, z.core.$strip>, z.ZodObject<{
557
157
  data: z.ZodObject<{
558
- userId: z.ZodString;
559
- eventId: z.ZodString;
560
- }, "strip", z.ZodTypeAny, {
561
- userId: string;
562
- eventId: string;
563
- }, {
564
- userId: string;
565
- eventId: string;
566
- }>;
567
- time: z.ZodString;
158
+ userId: z.ZodUUID;
159
+ eventId: z.ZodUUID;
160
+ }, z.core.$strip>;
161
+ time: z.ZodISODateTime;
568
162
  type: z.ZodLiteral<"event-displayed">;
569
- }, "strip", z.ZodTypeAny, {
570
- type: "event-displayed";
571
- data: {
572
- userId: string;
573
- eventId: string;
574
- };
575
- time: string;
576
- }, {
577
- type: "event-displayed";
578
- data: {
579
- userId: string;
580
- eventId: string;
581
- };
582
- time: string;
583
- }>, z.ZodObject<{
163
+ }, z.core.$strip>, z.ZodObject<{
584
164
  data: z.ZodObject<{
585
- userId: z.ZodString;
586
- eventId: z.ZodString;
587
- }, "strip", z.ZodTypeAny, {
588
- userId: string;
589
- eventId: string;
590
- }, {
591
- userId: string;
592
- eventId: string;
593
- }>;
594
- time: z.ZodString;
165
+ userId: z.ZodUUID;
166
+ eventId: z.ZodUUID;
167
+ }, z.core.$strip>;
168
+ time: z.ZodISODateTime;
595
169
  type: z.ZodLiteral<"event-see-more-clicked">;
596
- }, "strip", z.ZodTypeAny, {
597
- type: "event-see-more-clicked";
598
- data: {
599
- userId: string;
600
- eventId: string;
601
- };
602
- time: string;
603
- }, {
604
- type: "event-see-more-clicked";
605
- data: {
606
- userId: string;
607
- eventId: string;
608
- };
609
- time: string;
610
- }>, z.ZodObject<{
170
+ }, z.core.$strip>, z.ZodObject<{
611
171
  data: z.ZodObject<{
612
- userId: z.ZodString;
613
- eventId: z.ZodString;
614
- }, "strip", z.ZodTypeAny, {
615
- userId: string;
616
- eventId: string;
617
- }, {
618
- userId: string;
619
- eventId: string;
620
- }>;
621
- time: z.ZodString;
172
+ userId: z.ZodUUID;
173
+ eventId: z.ZodUUID;
174
+ }, z.core.$strip>;
175
+ time: z.ZodISODateTime;
622
176
  type: z.ZodLiteral<"event-shared">;
623
- }, "strip", z.ZodTypeAny, {
624
- type: "event-shared";
625
- data: {
626
- userId: string;
627
- eventId: string;
628
- };
629
- time: string;
630
- }, {
631
- type: "event-shared";
632
- data: {
633
- userId: string;
634
- eventId: string;
635
- };
636
- time: string;
637
- }>, z.ZodObject<{
177
+ }, z.core.$strip>, z.ZodObject<{
638
178
  data: z.ZodObject<{
639
- userId: z.ZodString;
640
- eventId: z.ZodString;
641
- }, "strip", z.ZodTypeAny, {
642
- userId: string;
643
- eventId: string;
644
- }, {
645
- userId: string;
646
- eventId: string;
647
- }>;
648
- time: z.ZodString;
179
+ userId: z.ZodUUID;
180
+ eventId: z.ZodUUID;
181
+ }, z.core.$strip>;
182
+ time: z.ZodISODateTime;
649
183
  type: z.ZodLiteral<"event-tickets-clicked">;
650
- }, "strip", z.ZodTypeAny, {
651
- type: "event-tickets-clicked";
652
- data: {
653
- userId: string;
654
- eventId: string;
655
- };
656
- time: string;
657
- }, {
658
- type: "event-tickets-clicked";
659
- data: {
660
- userId: string;
661
- eventId: string;
662
- };
663
- time: string;
664
- }>, z.ZodObject<{
184
+ }, z.core.$strip>, z.ZodObject<{
665
185
  data: z.ZodObject<{
666
- userId: z.ZodString;
667
- }, "strip", z.ZodTypeAny, {
668
- userId: string;
669
- }, {
670
- userId: string;
671
- }>;
672
- time: z.ZodString;
186
+ userId: z.ZodUUID;
187
+ }, z.core.$strip>;
188
+ time: z.ZodISODateTime;
673
189
  type: z.ZodLiteral<"free-filter-applied">;
674
- }, "strip", z.ZodTypeAny, {
675
- type: "free-filter-applied";
676
- data: {
677
- userId: string;
678
- };
679
- time: string;
680
- }, {
681
- type: "free-filter-applied";
682
- data: {
683
- userId: string;
684
- };
685
- time: string;
686
- }>, z.ZodObject<{
190
+ }, z.core.$strip>, z.ZodObject<{
687
191
  data: z.ZodObject<{
688
- userId: z.ZodString;
689
- }, "strip", z.ZodTypeAny, {
690
- userId: string;
691
- }, {
692
- userId: string;
693
- }>;
694
- time: z.ZodString;
192
+ userId: z.ZodUUID;
193
+ }, z.core.$strip>;
194
+ time: z.ZodISODateTime;
695
195
  type: z.ZodLiteral<"old-times-filter-applied">;
696
- }, "strip", z.ZodTypeAny, {
697
- type: "old-times-filter-applied";
698
- data: {
699
- userId: string;
700
- };
701
- time: string;
702
- }, {
703
- type: "old-times-filter-applied";
704
- data: {
705
- userId: string;
706
- };
707
- time: string;
708
- }>, z.ZodObject<{
196
+ }, z.core.$strip>, z.ZodObject<{
709
197
  data: z.ZodObject<{
710
- userId: z.ZodString;
711
- organizerId: z.ZodString;
712
- }, "strip", z.ZodTypeAny, {
713
- userId: string;
714
- organizerId: string;
715
- }, {
716
- userId: string;
717
- organizerId: string;
718
- }>;
719
- time: z.ZodString;
198
+ userId: z.ZodUUID;
199
+ organizerId: z.ZodUUID;
200
+ }, z.core.$strip>;
201
+ time: z.ZodISODateTime;
720
202
  type: z.ZodLiteral<"organizer-displayed">;
721
- }, "strip", z.ZodTypeAny, {
722
- type: "organizer-displayed";
723
- data: {
724
- userId: string;
725
- organizerId: string;
726
- };
727
- time: string;
728
- }, {
729
- type: "organizer-displayed";
730
- data: {
731
- userId: string;
732
- organizerId: string;
733
- };
734
- time: string;
735
- }>, z.ZodObject<{
203
+ }, z.core.$strip>, z.ZodObject<{
736
204
  data: z.ZodObject<{
737
- regions: z.ZodArray<z.ZodNativeEnum<typeof import('./event').Region>, "many">;
738
- userId: z.ZodString;
739
- }, "strip", z.ZodTypeAny, {
740
- userId: string;
741
- regions: import('./event').Region[];
742
- }, {
743
- userId: string;
744
- regions: import('./event').Region[];
745
- }>;
746
- time: z.ZodString;
205
+ regions: z.ZodArray<z.ZodEnum<typeof import('./event').Region>>;
206
+ userId: z.ZodUUID;
207
+ }, z.core.$strip>;
208
+ time: z.ZodISODateTime;
747
209
  type: z.ZodLiteral<"region-filter-applied">;
748
- }, "strip", z.ZodTypeAny, {
749
- type: "region-filter-applied";
750
- data: {
751
- userId: string;
752
- regions: import('./event').Region[];
753
- };
754
- time: string;
755
- }, {
756
- type: "region-filter-applied";
757
- data: {
758
- userId: string;
759
- regions: import('./event').Region[];
760
- };
761
- time: string;
762
- }>]>;
210
+ }, z.core.$strip>], "type">;
763
211
  export type AdPressedStatistic = z.infer<typeof AdPressedStatisticSchema>;
764
212
  export type AppStartedStatistic = z.infer<typeof AppStartedStatisticSchema>;
765
213
  export type CategoryFilterAppliedStatistic = z.infer<typeof CategoryFilterAppliedStatisticSchema>;