@sortipei/api-contracts 0.1.32 → 0.1.34

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,9 +1,9 @@
1
1
  import { z } from 'zod';
2
2
  export declare const AppStartedStatisticSchema: z.ZodObject<{
3
3
  data: z.ZodObject<{
4
- userId: z.ZodBranded<z.ZodString, "UserId">;
4
+ userId: z.ZodString;
5
5
  }, "strip", z.ZodTypeAny, {
6
- userId: string & z.BRAND<"UserId">;
6
+ userId: string;
7
7
  }, {
8
8
  userId: string;
9
9
  }>;
@@ -12,7 +12,7 @@ export declare const AppStartedStatisticSchema: z.ZodObject<{
12
12
  }, "strip", z.ZodTypeAny, {
13
13
  type: "app-started";
14
14
  data: {
15
- userId: string & z.BRAND<"UserId">;
15
+ userId: string;
16
16
  };
17
17
  time: string;
18
18
  }, {
@@ -24,11 +24,11 @@ export declare const AppStartedStatisticSchema: z.ZodObject<{
24
24
  }>;
25
25
  export declare const EventDisplayedStatisticSchema: z.ZodObject<{
26
26
  data: z.ZodObject<{
27
- userId: z.ZodBranded<z.ZodString, "UserId">;
28
- eventId: z.ZodBranded<z.ZodString, "EventId">;
27
+ userId: z.ZodString;
28
+ eventId: z.ZodString;
29
29
  }, "strip", z.ZodTypeAny, {
30
- userId: string & z.BRAND<"UserId">;
31
- eventId: string & z.BRAND<"EventId">;
30
+ userId: string;
31
+ eventId: string;
32
32
  }, {
33
33
  userId: string;
34
34
  eventId: string;
@@ -38,8 +38,8 @@ export declare const EventDisplayedStatisticSchema: z.ZodObject<{
38
38
  }, "strip", z.ZodTypeAny, {
39
39
  type: "event-displayed";
40
40
  data: {
41
- userId: string & z.BRAND<"UserId">;
42
- eventId: string & z.BRAND<"EventId">;
41
+ userId: string;
42
+ eventId: string;
43
43
  };
44
44
  time: string;
45
45
  }, {
@@ -52,11 +52,11 @@ export declare const EventDisplayedStatisticSchema: z.ZodObject<{
52
52
  }>;
53
53
  export declare const OrganizerDisplayedStatisticSchema: z.ZodObject<{
54
54
  data: z.ZodObject<{
55
- userId: z.ZodBranded<z.ZodString, "UserId">;
56
- organizerId: z.ZodBranded<z.ZodString, "OrganizerId">;
55
+ userId: z.ZodString;
56
+ organizerId: z.ZodString;
57
57
  }, "strip", z.ZodTypeAny, {
58
- userId: string & z.BRAND<"UserId">;
59
- organizerId: string & z.BRAND<"OrganizerId">;
58
+ userId: string;
59
+ organizerId: string;
60
60
  }, {
61
61
  userId: string;
62
62
  organizerId: string;
@@ -66,8 +66,8 @@ export declare const OrganizerDisplayedStatisticSchema: z.ZodObject<{
66
66
  }, "strip", z.ZodTypeAny, {
67
67
  type: "organizer-displayed";
68
68
  data: {
69
- userId: string & z.BRAND<"UserId">;
70
- organizerId: string & z.BRAND<"OrganizerId">;
69
+ userId: string;
70
+ organizerId: string;
71
71
  };
72
72
  time: string;
73
73
  }, {
@@ -80,11 +80,11 @@ export declare const OrganizerDisplayedStatisticSchema: z.ZodObject<{
80
80
  }>;
81
81
  export declare const EventAddedToFavoritesStatisticSchema: z.ZodObject<{
82
82
  data: z.ZodObject<{
83
- userId: z.ZodBranded<z.ZodString, "UserId">;
84
- eventId: z.ZodBranded<z.ZodString, "EventId">;
83
+ userId: z.ZodString;
84
+ eventId: z.ZodString;
85
85
  }, "strip", z.ZodTypeAny, {
86
- userId: string & z.BRAND<"UserId">;
87
- eventId: string & z.BRAND<"EventId">;
86
+ userId: string;
87
+ eventId: string;
88
88
  }, {
89
89
  userId: string;
90
90
  eventId: string;
@@ -94,8 +94,8 @@ export declare const EventAddedToFavoritesStatisticSchema: z.ZodObject<{
94
94
  }, "strip", z.ZodTypeAny, {
95
95
  type: "event-added-to-favorites";
96
96
  data: {
97
- userId: string & z.BRAND<"UserId">;
98
- eventId: string & z.BRAND<"EventId">;
97
+ userId: string;
98
+ eventId: string;
99
99
  };
100
100
  time: string;
101
101
  }, {
@@ -108,11 +108,11 @@ export declare const EventAddedToFavoritesStatisticSchema: z.ZodObject<{
108
108
  }>;
109
109
  export declare const EventAddedToCalendarStatisticSchema: z.ZodObject<{
110
110
  data: z.ZodObject<{
111
- userId: z.ZodBranded<z.ZodString, "UserId">;
112
- eventId: z.ZodBranded<z.ZodString, "EventId">;
111
+ userId: z.ZodString;
112
+ eventId: z.ZodString;
113
113
  }, "strip", z.ZodTypeAny, {
114
- userId: string & z.BRAND<"UserId">;
115
- eventId: string & z.BRAND<"EventId">;
114
+ userId: string;
115
+ eventId: string;
116
116
  }, {
117
117
  userId: string;
118
118
  eventId: string;
@@ -122,8 +122,8 @@ export declare const EventAddedToCalendarStatisticSchema: z.ZodObject<{
122
122
  }, "strip", z.ZodTypeAny, {
123
123
  type: "event-added-to-calendar";
124
124
  data: {
125
- userId: string & z.BRAND<"UserId">;
126
- eventId: string & z.BRAND<"EventId">;
125
+ userId: string;
126
+ eventId: string;
127
127
  };
128
128
  time: string;
129
129
  }, {
@@ -136,11 +136,11 @@ export declare const EventAddedToCalendarStatisticSchema: z.ZodObject<{
136
136
  }>;
137
137
  export declare const EventSharedStatisticSchema: z.ZodObject<{
138
138
  data: z.ZodObject<{
139
- userId: z.ZodBranded<z.ZodString, "UserId">;
140
- eventId: z.ZodBranded<z.ZodString, "EventId">;
139
+ userId: z.ZodString;
140
+ eventId: z.ZodString;
141
141
  }, "strip", z.ZodTypeAny, {
142
- userId: string & z.BRAND<"UserId">;
143
- eventId: string & z.BRAND<"EventId">;
142
+ userId: string;
143
+ eventId: string;
144
144
  }, {
145
145
  userId: string;
146
146
  eventId: string;
@@ -150,8 +150,8 @@ export declare const EventSharedStatisticSchema: z.ZodObject<{
150
150
  }, "strip", z.ZodTypeAny, {
151
151
  type: "event-shared";
152
152
  data: {
153
- userId: string & z.BRAND<"UserId">;
154
- eventId: string & z.BRAND<"EventId">;
153
+ userId: string;
154
+ eventId: string;
155
155
  };
156
156
  time: string;
157
157
  }, {
@@ -164,11 +164,11 @@ export declare const EventSharedStatisticSchema: z.ZodObject<{
164
164
  }>;
165
165
  export declare const EventTicketsClickedStatisticsSchema: z.ZodObject<{
166
166
  data: z.ZodObject<{
167
- userId: z.ZodBranded<z.ZodString, "UserId">;
168
- eventId: z.ZodBranded<z.ZodString, "EventId">;
167
+ userId: z.ZodString;
168
+ eventId: z.ZodString;
169
169
  }, "strip", z.ZodTypeAny, {
170
- userId: string & z.BRAND<"UserId">;
171
- eventId: string & z.BRAND<"EventId">;
170
+ userId: string;
171
+ eventId: string;
172
172
  }, {
173
173
  userId: string;
174
174
  eventId: string;
@@ -178,8 +178,8 @@ export declare const EventTicketsClickedStatisticsSchema: z.ZodObject<{
178
178
  }, "strip", z.ZodTypeAny, {
179
179
  type: "event-tickets-clicked";
180
180
  data: {
181
- userId: string & z.BRAND<"UserId">;
182
- eventId: string & z.BRAND<"EventId">;
181
+ userId: string;
182
+ eventId: string;
183
183
  };
184
184
  time: string;
185
185
  }, {
@@ -192,11 +192,11 @@ export declare const EventTicketsClickedStatisticsSchema: z.ZodObject<{
192
192
  }>;
193
193
  export declare const EventSeeMoreClickedStatisticsSchema: z.ZodObject<{
194
194
  data: z.ZodObject<{
195
- userId: z.ZodBranded<z.ZodString, "UserId">;
196
- eventId: z.ZodBranded<z.ZodString, "EventId">;
195
+ userId: z.ZodString;
196
+ eventId: z.ZodString;
197
197
  }, "strip", z.ZodTypeAny, {
198
- userId: string & z.BRAND<"UserId">;
199
- eventId: string & z.BRAND<"EventId">;
198
+ userId: string;
199
+ eventId: string;
200
200
  }, {
201
201
  userId: string;
202
202
  eventId: string;
@@ -206,8 +206,8 @@ export declare const EventSeeMoreClickedStatisticsSchema: z.ZodObject<{
206
206
  }, "strip", z.ZodTypeAny, {
207
207
  type: "event-see-more-clicked";
208
208
  data: {
209
- userId: string & z.BRAND<"UserId">;
210
- eventId: string & z.BRAND<"EventId">;
209
+ userId: string;
210
+ eventId: string;
211
211
  };
212
212
  time: string;
213
213
  }, {
@@ -220,37 +220,37 @@ export declare const EventSeeMoreClickedStatisticsSchema: z.ZodObject<{
220
220
  }>;
221
221
  export declare const RegionFilterAppliedStatisticSchema: z.ZodObject<{
222
222
  data: z.ZodObject<{
223
- region: z.ZodNativeEnum<typeof import("./event").Region>;
224
- userId: z.ZodBranded<z.ZodString, "UserId">;
223
+ regions: z.ZodArray<z.ZodNativeEnum<typeof import("./event").Region>, "many">;
224
+ userId: z.ZodString;
225
225
  }, "strip", z.ZodTypeAny, {
226
- userId: string & z.BRAND<"UserId">;
227
- region: import("./event").Region;
226
+ userId: string;
227
+ regions: import("./event").Region[];
228
228
  }, {
229
229
  userId: string;
230
- region: import("./event").Region;
230
+ regions: import("./event").Region[];
231
231
  }>;
232
232
  time: z.ZodString;
233
233
  type: z.ZodLiteral<"region-filter-applied">;
234
234
  }, "strip", z.ZodTypeAny, {
235
235
  type: "region-filter-applied";
236
236
  data: {
237
- userId: string & z.BRAND<"UserId">;
238
- region: import("./event").Region;
237
+ userId: string;
238
+ regions: import("./event").Region[];
239
239
  };
240
240
  time: string;
241
241
  }, {
242
242
  type: "region-filter-applied";
243
243
  data: {
244
244
  userId: string;
245
- region: import("./event").Region;
245
+ regions: import("./event").Region[];
246
246
  };
247
247
  time: string;
248
248
  }>;
249
249
  export declare const FreeFilterAppliedStatisticSchema: z.ZodObject<{
250
250
  data: z.ZodObject<{
251
- userId: z.ZodBranded<z.ZodString, "UserId">;
251
+ userId: z.ZodString;
252
252
  }, "strip", z.ZodTypeAny, {
253
- userId: string & z.BRAND<"UserId">;
253
+ userId: string;
254
254
  }, {
255
255
  userId: string;
256
256
  }>;
@@ -259,7 +259,7 @@ export declare const FreeFilterAppliedStatisticSchema: z.ZodObject<{
259
259
  }, "strip", z.ZodTypeAny, {
260
260
  type: "free-filter-applied";
261
261
  data: {
262
- userId: string & z.BRAND<"UserId">;
262
+ userId: string;
263
263
  };
264
264
  time: string;
265
265
  }, {
@@ -272,9 +272,9 @@ export declare const FreeFilterAppliedStatisticSchema: z.ZodObject<{
272
272
  export declare const CategoryFilterAppliedStatisticSchema: z.ZodObject<{
273
273
  data: z.ZodObject<{
274
274
  category: z.ZodNativeEnum<typeof import("./event").Category>;
275
- userId: z.ZodBranded<z.ZodString, "UserId">;
275
+ userId: z.ZodString;
276
276
  }, "strip", z.ZodTypeAny, {
277
- userId: string & z.BRAND<"UserId">;
277
+ userId: string;
278
278
  category: import("./event").Category;
279
279
  }, {
280
280
  userId: string;
@@ -285,7 +285,7 @@ export declare const CategoryFilterAppliedStatisticSchema: z.ZodObject<{
285
285
  }, "strip", z.ZodTypeAny, {
286
286
  type: "category-filter-applied";
287
287
  data: {
288
- userId: string & z.BRAND<"UserId">;
288
+ userId: string;
289
289
  category: import("./event").Category;
290
290
  };
291
291
  time: string;
@@ -301,9 +301,9 @@ export declare const DateFilterAppliedStatisticSchema: z.ZodObject<{
301
301
  data: z.ZodObject<{
302
302
  startTime: z.ZodString;
303
303
  endTime: z.ZodString;
304
- userId: z.ZodBranded<z.ZodString, "UserId">;
304
+ userId: z.ZodString;
305
305
  }, "strip", z.ZodTypeAny, {
306
- userId: string & z.BRAND<"UserId">;
306
+ userId: string;
307
307
  startTime: string;
308
308
  endTime: string;
309
309
  }, {
@@ -316,7 +316,7 @@ export declare const DateFilterAppliedStatisticSchema: z.ZodObject<{
316
316
  }, "strip", z.ZodTypeAny, {
317
317
  type: "date-filter-applied";
318
318
  data: {
319
- userId: string & z.BRAND<"UserId">;
319
+ userId: string;
320
320
  startTime: string;
321
321
  endTime: string;
322
322
  };
@@ -332,9 +332,9 @@ export declare const DateFilterAppliedStatisticSchema: z.ZodObject<{
332
332
  }>;
333
333
  export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
334
334
  data: z.ZodObject<{
335
- userId: z.ZodBranded<z.ZodString, "UserId">;
335
+ userId: z.ZodString;
336
336
  }, "strip", z.ZodTypeAny, {
337
- userId: string & z.BRAND<"UserId">;
337
+ userId: string;
338
338
  }, {
339
339
  userId: string;
340
340
  }>;
@@ -343,7 +343,7 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
343
343
  }, "strip", z.ZodTypeAny, {
344
344
  type: "app-started";
345
345
  data: {
346
- userId: string & z.BRAND<"UserId">;
346
+ userId: string;
347
347
  };
348
348
  time: string;
349
349
  }, {
@@ -354,173 +354,97 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
354
354
  time: string;
355
355
  }>, z.ZodObject<{
356
356
  data: z.ZodObject<{
357
- userId: z.ZodBranded<z.ZodString, "UserId">;
358
- eventId: z.ZodBranded<z.ZodString, "EventId">;
357
+ category: z.ZodNativeEnum<typeof import("./event").Category>;
358
+ userId: z.ZodString;
359
359
  }, "strip", z.ZodTypeAny, {
360
- userId: string & z.BRAND<"UserId">;
361
- eventId: string & z.BRAND<"EventId">;
360
+ userId: string;
361
+ category: import("./event").Category;
362
362
  }, {
363
363
  userId: string;
364
- eventId: string;
364
+ category: import("./event").Category;
365
365
  }>;
366
366
  time: z.ZodString;
367
- type: z.ZodLiteral<"event-added-to-favorites">;
367
+ type: z.ZodLiteral<"category-filter-applied">;
368
368
  }, "strip", z.ZodTypeAny, {
369
- type: "event-added-to-favorites";
369
+ type: "category-filter-applied";
370
370
  data: {
371
- userId: string & z.BRAND<"UserId">;
372
- eventId: string & z.BRAND<"EventId">;
371
+ userId: string;
372
+ category: import("./event").Category;
373
373
  };
374
374
  time: string;
375
375
  }, {
376
- type: "event-added-to-favorites";
376
+ type: "category-filter-applied";
377
377
  data: {
378
378
  userId: string;
379
- eventId: string;
379
+ category: import("./event").Category;
380
380
  };
381
381
  time: string;
382
382
  }>, z.ZodObject<{
383
383
  data: z.ZodObject<{
384
- userId: z.ZodBranded<z.ZodString, "UserId">;
385
- eventId: z.ZodBranded<z.ZodString, "EventId">;
384
+ startTime: z.ZodString;
385
+ endTime: z.ZodString;
386
+ userId: z.ZodString;
386
387
  }, "strip", z.ZodTypeAny, {
387
- userId: string & z.BRAND<"UserId">;
388
- eventId: string & z.BRAND<"EventId">;
388
+ userId: string;
389
+ startTime: string;
390
+ endTime: string;
389
391
  }, {
390
392
  userId: string;
391
- eventId: string;
393
+ startTime: string;
394
+ endTime: string;
392
395
  }>;
393
396
  time: z.ZodString;
394
- type: z.ZodLiteral<"event-shared">;
397
+ type: z.ZodLiteral<"date-filter-applied">;
395
398
  }, "strip", z.ZodTypeAny, {
396
- type: "event-shared";
399
+ type: "date-filter-applied";
397
400
  data: {
398
- userId: string & z.BRAND<"UserId">;
399
- eventId: string & z.BRAND<"EventId">;
401
+ userId: string;
402
+ startTime: string;
403
+ endTime: string;
400
404
  };
401
405
  time: string;
402
406
  }, {
403
- type: "event-shared";
407
+ type: "date-filter-applied";
404
408
  data: {
405
409
  userId: string;
406
- eventId: string;
410
+ startTime: string;
411
+ endTime: string;
407
412
  };
408
413
  time: string;
409
414
  }>, z.ZodObject<{
410
415
  data: z.ZodObject<{
411
- userId: z.ZodBranded<z.ZodString, "UserId">;
412
- eventId: z.ZodBranded<z.ZodString, "EventId">;
416
+ userId: z.ZodString;
417
+ eventId: z.ZodString;
413
418
  }, "strip", z.ZodTypeAny, {
414
- userId: string & z.BRAND<"UserId">;
415
- eventId: string & z.BRAND<"EventId">;
416
- }, {
417
- userId: string;
418
- eventId: string;
419
- }>;
420
- time: z.ZodString;
421
- type: z.ZodLiteral<"event-tickets-clicked">;
422
- }, "strip", z.ZodTypeAny, {
423
- type: "event-tickets-clicked";
424
- data: {
425
- userId: string & z.BRAND<"UserId">;
426
- eventId: string & z.BRAND<"EventId">;
427
- };
428
- time: string;
429
- }, {
430
- type: "event-tickets-clicked";
431
- data: {
432
419
  userId: string;
433
420
  eventId: string;
434
- };
435
- time: string;
436
- }>, z.ZodObject<{
437
- data: z.ZodObject<{
438
- userId: z.ZodBranded<z.ZodString, "UserId">;
439
- eventId: z.ZodBranded<z.ZodString, "EventId">;
440
- }, "strip", z.ZodTypeAny, {
441
- userId: string & z.BRAND<"UserId">;
442
- eventId: string & z.BRAND<"EventId">;
443
421
  }, {
444
422
  userId: string;
445
423
  eventId: string;
446
424
  }>;
447
425
  time: z.ZodString;
448
- type: z.ZodLiteral<"event-see-more-clicked">;
426
+ type: z.ZodLiteral<"event-added-to-calendar">;
449
427
  }, "strip", z.ZodTypeAny, {
450
- type: "event-see-more-clicked";
451
- data: {
452
- userId: string & z.BRAND<"UserId">;
453
- eventId: string & z.BRAND<"EventId">;
454
- };
455
- time: string;
456
- }, {
457
- type: "event-see-more-clicked";
428
+ type: "event-added-to-calendar";
458
429
  data: {
459
430
  userId: string;
460
431
  eventId: string;
461
432
  };
462
433
  time: string;
463
- }>, z.ZodObject<{
464
- data: z.ZodObject<{
465
- region: z.ZodNativeEnum<typeof import("./event").Region>;
466
- userId: z.ZodBranded<z.ZodString, "UserId">;
467
- }, "strip", z.ZodTypeAny, {
468
- userId: string & z.BRAND<"UserId">;
469
- region: import("./event").Region;
470
- }, {
471
- userId: string;
472
- region: import("./event").Region;
473
- }>;
474
- time: z.ZodString;
475
- type: z.ZodLiteral<"region-filter-applied">;
476
- }, "strip", z.ZodTypeAny, {
477
- type: "region-filter-applied";
478
- data: {
479
- userId: string & z.BRAND<"UserId">;
480
- region: import("./event").Region;
481
- };
482
- time: string;
483
434
  }, {
484
- type: "region-filter-applied";
435
+ type: "event-added-to-calendar";
485
436
  data: {
486
437
  userId: string;
487
- region: import("./event").Region;
438
+ eventId: string;
488
439
  };
489
440
  time: string;
490
441
  }>, z.ZodObject<{
491
442
  data: z.ZodObject<{
492
- userId: z.ZodBranded<z.ZodString, "UserId">;
493
- eventId: z.ZodBranded<z.ZodString, "EventId">;
443
+ userId: z.ZodString;
444
+ eventId: z.ZodString;
494
445
  }, "strip", z.ZodTypeAny, {
495
- userId: string & z.BRAND<"UserId">;
496
- eventId: string & z.BRAND<"EventId">;
497
- }, {
498
- userId: string;
499
- eventId: string;
500
- }>;
501
- time: z.ZodString;
502
- type: z.ZodLiteral<"event-displayed">;
503
- }, "strip", z.ZodTypeAny, {
504
- type: "event-displayed";
505
- data: {
506
- userId: string & z.BRAND<"UserId">;
507
- eventId: string & z.BRAND<"EventId">;
508
- };
509
- time: string;
510
- }, {
511
- type: "event-displayed";
512
- data: {
513
446
  userId: string;
514
447
  eventId: string;
515
- };
516
- time: string;
517
- }>, z.ZodObject<{
518
- data: z.ZodObject<{
519
- userId: z.ZodBranded<z.ZodString, "UserId">;
520
- eventId: z.ZodBranded<z.ZodString, "EventId">;
521
- }, "strip", z.ZodTypeAny, {
522
- userId: string & z.BRAND<"UserId">;
523
- eventId: string & z.BRAND<"EventId">;
524
448
  }, {
525
449
  userId: string;
526
450
  eventId: string;
@@ -530,8 +454,8 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
530
454
  }, "strip", z.ZodTypeAny, {
531
455
  type: "event-added-to-favorites";
532
456
  data: {
533
- userId: string & z.BRAND<"UserId">;
534
- eventId: string & z.BRAND<"EventId">;
457
+ userId: string;
458
+ eventId: string;
535
459
  };
536
460
  time: string;
537
461
  }, {
@@ -543,80 +467,26 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
543
467
  time: string;
544
468
  }>, z.ZodObject<{
545
469
  data: z.ZodObject<{
546
- userId: z.ZodBranded<z.ZodString, "UserId">;
547
- eventId: z.ZodBranded<z.ZodString, "EventId">;
470
+ userId: z.ZodString;
471
+ eventId: z.ZodString;
548
472
  }, "strip", z.ZodTypeAny, {
549
- userId: string & z.BRAND<"UserId">;
550
- eventId: string & z.BRAND<"EventId">;
551
- }, {
552
- userId: string;
553
- eventId: string;
554
- }>;
555
- time: z.ZodString;
556
- type: z.ZodLiteral<"event-shared">;
557
- }, "strip", z.ZodTypeAny, {
558
- type: "event-shared";
559
- data: {
560
- userId: string & z.BRAND<"UserId">;
561
- eventId: string & z.BRAND<"EventId">;
562
- };
563
- time: string;
564
- }, {
565
- type: "event-shared";
566
- data: {
567
473
  userId: string;
568
474
  eventId: string;
569
- };
570
- time: string;
571
- }>, z.ZodObject<{
572
- data: z.ZodObject<{
573
- userId: z.ZodBranded<z.ZodString, "UserId">;
574
- eventId: z.ZodBranded<z.ZodString, "EventId">;
575
- }, "strip", z.ZodTypeAny, {
576
- userId: string & z.BRAND<"UserId">;
577
- eventId: string & z.BRAND<"EventId">;
578
475
  }, {
579
476
  userId: string;
580
477
  eventId: string;
581
478
  }>;
582
479
  time: z.ZodString;
583
- type: z.ZodLiteral<"event-tickets-clicked">;
480
+ type: z.ZodLiteral<"event-displayed">;
584
481
  }, "strip", z.ZodTypeAny, {
585
- type: "event-tickets-clicked";
586
- data: {
587
- userId: string & z.BRAND<"UserId">;
588
- eventId: string & z.BRAND<"EventId">;
589
- };
590
- time: string;
591
- }, {
592
- type: "event-tickets-clicked";
482
+ type: "event-displayed";
593
483
  data: {
594
484
  userId: string;
595
485
  eventId: string;
596
486
  };
597
487
  time: string;
598
- }>, z.ZodObject<{
599
- data: z.ZodObject<{
600
- userId: z.ZodBranded<z.ZodString, "UserId">;
601
- eventId: z.ZodBranded<z.ZodString, "EventId">;
602
- }, "strip", z.ZodTypeAny, {
603
- userId: string & z.BRAND<"UserId">;
604
- eventId: string & z.BRAND<"EventId">;
605
- }, {
606
- userId: string;
607
- eventId: string;
608
- }>;
609
- time: z.ZodString;
610
- type: z.ZodLiteral<"event-see-more-clicked">;
611
- }, "strip", z.ZodTypeAny, {
612
- type: "event-see-more-clicked";
613
- data: {
614
- userId: string & z.BRAND<"UserId">;
615
- eventId: string & z.BRAND<"EventId">;
616
- };
617
- time: string;
618
488
  }, {
619
- type: "event-see-more-clicked";
489
+ type: "event-displayed";
620
490
  data: {
621
491
  userId: string;
622
492
  eventId: string;
@@ -624,75 +494,26 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
624
494
  time: string;
625
495
  }>, z.ZodObject<{
626
496
  data: z.ZodObject<{
627
- userId: z.ZodBranded<z.ZodString, "UserId">;
497
+ userId: z.ZodString;
498
+ eventId: z.ZodString;
628
499
  }, "strip", z.ZodTypeAny, {
629
- userId: string & z.BRAND<"UserId">;
630
- }, {
631
- userId: string;
632
- }>;
633
- time: z.ZodString;
634
- type: z.ZodLiteral<"app-started">;
635
- }, "strip", z.ZodTypeAny, {
636
- type: "app-started";
637
- data: {
638
- userId: string & z.BRAND<"UserId">;
639
- };
640
- time: string;
641
- }, {
642
- type: "app-started";
643
- data: {
644
500
  userId: string;
645
- };
646
- time: string;
647
- }>, z.ZodObject<{
648
- data: z.ZodObject<{
649
- userId: z.ZodBranded<z.ZodString, "UserId">;
650
- eventId: z.ZodBranded<z.ZodString, "EventId">;
651
- }, "strip", z.ZodTypeAny, {
652
- userId: string & z.BRAND<"UserId">;
653
- eventId: string & z.BRAND<"EventId">;
501
+ eventId: string;
654
502
  }, {
655
503
  userId: string;
656
504
  eventId: string;
657
505
  }>;
658
506
  time: z.ZodString;
659
- type: z.ZodLiteral<"event-displayed">;
507
+ type: z.ZodLiteral<"event-see-more-clicked">;
660
508
  }, "strip", z.ZodTypeAny, {
661
- type: "event-displayed";
662
- data: {
663
- userId: string & z.BRAND<"UserId">;
664
- eventId: string & z.BRAND<"EventId">;
665
- };
666
- time: string;
667
- }, {
668
- type: "event-displayed";
509
+ type: "event-see-more-clicked";
669
510
  data: {
670
511
  userId: string;
671
512
  eventId: string;
672
513
  };
673
514
  time: string;
674
- }>, z.ZodObject<{
675
- data: z.ZodObject<{
676
- userId: z.ZodBranded<z.ZodString, "UserId">;
677
- eventId: z.ZodBranded<z.ZodString, "EventId">;
678
- }, "strip", z.ZodTypeAny, {
679
- userId: string & z.BRAND<"UserId">;
680
- eventId: string & z.BRAND<"EventId">;
681
- }, {
682
- userId: string;
683
- eventId: string;
684
- }>;
685
- time: z.ZodString;
686
- type: z.ZodLiteral<"event-added-to-favorites">;
687
- }, "strip", z.ZodTypeAny, {
688
- type: "event-added-to-favorites";
689
- data: {
690
- userId: string & z.BRAND<"UserId">;
691
- eventId: string & z.BRAND<"EventId">;
692
- };
693
- time: string;
694
515
  }, {
695
- type: "event-added-to-favorites";
516
+ type: "event-see-more-clicked";
696
517
  data: {
697
518
  userId: string;
698
519
  eventId: string;
@@ -700,38 +521,11 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
700
521
  time: string;
701
522
  }>, z.ZodObject<{
702
523
  data: z.ZodObject<{
703
- userId: z.ZodBranded<z.ZodString, "UserId">;
704
- eventId: z.ZodBranded<z.ZodString, "EventId">;
524
+ userId: z.ZodString;
525
+ eventId: z.ZodString;
705
526
  }, "strip", z.ZodTypeAny, {
706
- userId: string & z.BRAND<"UserId">;
707
- eventId: string & z.BRAND<"EventId">;
708
- }, {
709
- userId: string;
710
- eventId: string;
711
- }>;
712
- time: z.ZodString;
713
- type: z.ZodLiteral<"event-shared">;
714
- }, "strip", z.ZodTypeAny, {
715
- type: "event-shared";
716
- data: {
717
- userId: string & z.BRAND<"UserId">;
718
- eventId: string & z.BRAND<"EventId">;
719
- };
720
- time: string;
721
- }, {
722
- type: "event-shared";
723
- data: {
724
527
  userId: string;
725
528
  eventId: string;
726
- };
727
- time: string;
728
- }>, z.ZodObject<{
729
- data: z.ZodObject<{
730
- userId: z.ZodBranded<z.ZodString, "UserId">;
731
- eventId: z.ZodBranded<z.ZodString, "EventId">;
732
- }, "strip", z.ZodTypeAny, {
733
- userId: string & z.BRAND<"UserId">;
734
- eventId: string & z.BRAND<"EventId">;
735
529
  }, {
736
530
  userId: string;
737
531
  eventId: string;
@@ -741,8 +535,8 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
741
535
  }, "strip", z.ZodTypeAny, {
742
536
  type: "event-tickets-clicked";
743
537
  data: {
744
- userId: string & z.BRAND<"UserId">;
745
- eventId: string & z.BRAND<"EventId">;
538
+ userId: string;
539
+ eventId: string;
746
540
  };
747
541
  time: string;
748
542
  }, {
@@ -754,63 +548,36 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
754
548
  time: string;
755
549
  }>, z.ZodObject<{
756
550
  data: z.ZodObject<{
757
- userId: z.ZodBranded<z.ZodString, "UserId">;
758
- eventId: z.ZodBranded<z.ZodString, "EventId">;
551
+ userId: z.ZodString;
552
+ eventId: z.ZodString;
759
553
  }, "strip", z.ZodTypeAny, {
760
- userId: string & z.BRAND<"UserId">;
761
- eventId: string & z.BRAND<"EventId">;
554
+ userId: string;
555
+ eventId: string;
762
556
  }, {
763
557
  userId: string;
764
558
  eventId: string;
765
559
  }>;
766
560
  time: z.ZodString;
767
- type: z.ZodLiteral<"event-see-more-clicked">;
561
+ type: z.ZodLiteral<"event-shared">;
768
562
  }, "strip", z.ZodTypeAny, {
769
- type: "event-see-more-clicked";
770
- data: {
771
- userId: string & z.BRAND<"UserId">;
772
- eventId: string & z.BRAND<"EventId">;
773
- };
774
- time: string;
775
- }, {
776
- type: "event-see-more-clicked";
563
+ type: "event-shared";
777
564
  data: {
778
565
  userId: string;
779
566
  eventId: string;
780
567
  };
781
568
  time: string;
782
- }>, z.ZodObject<{
783
- data: z.ZodObject<{
784
- region: z.ZodNativeEnum<typeof import("./event").Region>;
785
- userId: z.ZodBranded<z.ZodString, "UserId">;
786
- }, "strip", z.ZodTypeAny, {
787
- userId: string & z.BRAND<"UserId">;
788
- region: import("./event").Region;
789
- }, {
790
- userId: string;
791
- region: import("./event").Region;
792
- }>;
793
- time: z.ZodString;
794
- type: z.ZodLiteral<"region-filter-applied">;
795
- }, "strip", z.ZodTypeAny, {
796
- type: "region-filter-applied";
797
- data: {
798
- userId: string & z.BRAND<"UserId">;
799
- region: import("./event").Region;
800
- };
801
- time: string;
802
569
  }, {
803
- type: "region-filter-applied";
570
+ type: "event-shared";
804
571
  data: {
805
572
  userId: string;
806
- region: import("./event").Region;
573
+ eventId: string;
807
574
  };
808
575
  time: string;
809
576
  }>, z.ZodObject<{
810
577
  data: z.ZodObject<{
811
- userId: z.ZodBranded<z.ZodString, "UserId">;
578
+ userId: z.ZodString;
812
579
  }, "strip", z.ZodTypeAny, {
813
- userId: string & z.BRAND<"UserId">;
580
+ userId: string;
814
581
  }, {
815
582
  userId: string;
816
583
  }>;
@@ -819,7 +586,7 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
819
586
  }, "strip", z.ZodTypeAny, {
820
587
  type: "free-filter-applied";
821
588
  data: {
822
- userId: string & z.BRAND<"UserId">;
589
+ userId: string;
823
590
  };
824
591
  time: string;
825
592
  }, {
@@ -830,115 +597,56 @@ export declare const StatisticSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObje
830
597
  time: string;
831
598
  }>, z.ZodObject<{
832
599
  data: z.ZodObject<{
833
- category: z.ZodNativeEnum<typeof import("./event").Category>;
834
- userId: z.ZodBranded<z.ZodString, "UserId">;
600
+ userId: z.ZodString;
601
+ organizerId: z.ZodString;
835
602
  }, "strip", z.ZodTypeAny, {
836
- userId: string & z.BRAND<"UserId">;
837
- category: import("./event").Category;
838
- }, {
839
- userId: string;
840
- category: import("./event").Category;
841
- }>;
842
- time: z.ZodString;
843
- type: z.ZodLiteral<"category-filter-applied">;
844
- }, "strip", z.ZodTypeAny, {
845
- type: "category-filter-applied";
846
- data: {
847
- userId: string & z.BRAND<"UserId">;
848
- category: import("./event").Category;
849
- };
850
- time: string;
851
- }, {
852
- type: "category-filter-applied";
853
- data: {
854
603
  userId: string;
855
- category: import("./event").Category;
856
- };
857
- time: string;
858
- }>, z.ZodObject<{
859
- data: z.ZodObject<{
860
- startTime: z.ZodString;
861
- endTime: z.ZodString;
862
- userId: z.ZodBranded<z.ZodString, "UserId">;
863
- }, "strip", z.ZodTypeAny, {
864
- userId: string & z.BRAND<"UserId">;
865
- startTime: string;
866
- endTime: string;
604
+ organizerId: string;
867
605
  }, {
868
606
  userId: string;
869
- startTime: string;
870
- endTime: string;
607
+ organizerId: string;
871
608
  }>;
872
609
  time: z.ZodString;
873
- type: z.ZodLiteral<"date-filter-applied">;
610
+ type: z.ZodLiteral<"organizer-displayed">;
874
611
  }, "strip", z.ZodTypeAny, {
875
- type: "date-filter-applied";
876
- data: {
877
- userId: string & z.BRAND<"UserId">;
878
- startTime: string;
879
- endTime: string;
880
- };
881
- time: string;
882
- }, {
883
- type: "date-filter-applied";
612
+ type: "organizer-displayed";
884
613
  data: {
885
614
  userId: string;
886
- startTime: string;
887
- endTime: string;
888
- };
889
- time: string;
890
- }>, z.ZodObject<{
891
- data: z.ZodObject<{
892
- userId: z.ZodBranded<z.ZodString, "UserId">;
893
- eventId: z.ZodBranded<z.ZodString, "EventId">;
894
- }, "strip", z.ZodTypeAny, {
895
- userId: string & z.BRAND<"UserId">;
896
- eventId: string & z.BRAND<"EventId">;
897
- }, {
898
- userId: string;
899
- eventId: string;
900
- }>;
901
- time: z.ZodString;
902
- type: z.ZodLiteral<"event-added-to-calendar">;
903
- }, "strip", z.ZodTypeAny, {
904
- type: "event-added-to-calendar";
905
- data: {
906
- userId: string & z.BRAND<"UserId">;
907
- eventId: string & z.BRAND<"EventId">;
615
+ organizerId: string;
908
616
  };
909
617
  time: string;
910
618
  }, {
911
- type: "event-added-to-calendar";
619
+ type: "organizer-displayed";
912
620
  data: {
913
621
  userId: string;
914
- eventId: string;
622
+ organizerId: string;
915
623
  };
916
624
  time: string;
917
625
  }>, z.ZodObject<{
918
626
  data: z.ZodObject<{
919
- userId: z.ZodBranded<z.ZodString, "UserId">;
920
- organizerId: z.ZodBranded<z.ZodString, "OrganizerId">;
627
+ regions: z.ZodArray<z.ZodNativeEnum<typeof import("./event").Region>, "many">;
628
+ userId: z.ZodString;
921
629
  }, "strip", z.ZodTypeAny, {
922
- userId: string & z.BRAND<"UserId">;
923
- organizerId: string & z.BRAND<"OrganizerId">;
630
+ userId: string;
631
+ regions: import("./event").Region[];
924
632
  }, {
925
633
  userId: string;
926
- organizerId: string;
634
+ regions: import("./event").Region[];
927
635
  }>;
928
636
  time: z.ZodString;
929
- type: z.ZodLiteral<"organizer-displayed">;
637
+ type: z.ZodLiteral<"region-filter-applied">;
930
638
  }, "strip", z.ZodTypeAny, {
931
- type: "organizer-displayed";
639
+ type: "region-filter-applied";
932
640
  data: {
933
- userId: string & z.BRAND<"UserId">;
934
- organizerId: string & z.BRAND<"OrganizerId">;
641
+ userId: string;
642
+ regions: import("./event").Region[];
935
643
  };
936
644
  time: string;
937
645
  }, {
938
- type: "organizer-displayed";
646
+ type: "region-filter-applied";
939
647
  data: {
940
648
  userId: string;
941
- organizerId: string;
649
+ regions: import("./event").Region[];
942
650
  };
943
651
  time: string;
944
652
  }>]>;
@@ -953,5 +661,6 @@ export type EventTicketsClickedStatistics = z.infer<typeof EventTicketsClickedSt
953
661
  export type FreeFilterAppliedStatistic = z.infer<typeof FreeFilterAppliedStatisticSchema>;
954
662
  export type OrganizerDisplayedStatistic = z.infer<typeof OrganizerDisplayedStatisticSchema>;
955
663
  export type RegionFilterAppliedStatistic = z.infer<typeof RegionFilterAppliedStatisticSchema>;
664
+ export type EventAddedToCalendarStatistic = z.infer<typeof EventAddedToCalendarStatisticSchema>;
956
665
  export type Statistic = z.infer<typeof StatisticSchema>;
957
666
  //# sourceMappingURL=stats.d.ts.map