@dcrackel/meyersquaredui 1.0.191 → 1.0.195

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 (22) hide show
  1. package/dist/meyersquaredui.es.js +6 -1
  2. package/dist/meyersquaredui.umd.js +1 -1
  3. package/package.json +13 -13
  4. package/src/assets/fonts/RobotoMono-Regular.ttf +0 -0
  5. package/src/assets/fonts/RobotoMono-SemiBold.ttf +0 -0
  6. package/src/mocks/getPoolsWithBouts.js +394 -787
  7. package/src/mocks/getPoolsWithBoutsByPoolId.js +401 -1168
  8. package/src/stories/Atoms/BaseText/BaseText.vue +5 -0
  9. package/src/stories/Molecules/ScoreBoardSections/FencerName/FencerName.stories.js +40 -0
  10. package/src/stories/Molecules/ScoreBoardSections/FencerName/FencerName.vue +49 -0
  11. package/src/stories/Molecules/ScoreBoardSections/FencerScore/FencerScore.stories.js +40 -0
  12. package/src/stories/Molecules/ScoreBoardSections/FencerScore/FencerScore.vue +28 -0
  13. package/src/stories/Molecules/ScoreBoardSections/ScoreBoardPasses/ScoreBoardPasses.stories.js +45 -0
  14. package/src/stories/Molecules/ScoreBoardSections/ScoreBoardPasses/ScoreBoardPasses.vue +39 -0
  15. package/src/stories/Molecules/ScoreBoardSections/ScoreBoardTimer/ScoreBoardTimer.stories.js +43 -0
  16. package/src/stories/Molecules/ScoreBoardSections/ScoreBoardTimer/ScoreBoardTimer.vue +88 -0
  17. package/src/stories/Organisms/ScoreBoardParts/FencerNameBar/FencerNameBar.stories.js +43 -0
  18. package/src/stories/Organisms/ScoreBoardParts/FencerNameBar/FencerNameBar.vue +37 -0
  19. package/src/stories/Organisms/ScoreBoardParts/FencerPit/FencerPit.stories.js +52 -0
  20. package/src/stories/Organisms/ScoreBoardParts/FencerPit/FencerPit.vue +65 -0
  21. package/src/stories/Organisms/ScoreBoardParts/ScoreBar/ScoreBar.stories.js +58 -0
  22. package/src/stories/Organisms/ScoreBoardParts/ScoreBar/ScoreBar.vue +61 -0
@@ -1,1180 +1,413 @@
1
1
  const getPoolsWithBoutsByPoolId =
2
- {
3
- "message": "Pools retrieved",
4
- "pools": [
5
- {
6
- "PoolId": 139,
7
- "Name": "Pool 1",
8
- "RingName": "Ring 1",
9
- "Flight": 1,
10
- "PoolType": "pool",
11
- "EventId": 6,
12
- "Status": "Active",
13
- "Updated": "2024-07-16T15:46:30.000Z",
14
- "Bouts": [
15
- {
16
- "TimerStatus": "stopped",
17
- "RefName": "Dave Smith",
18
- "BoutId": 1944,
19
- "PoolId": 139,
20
- "EventId": 6,
21
- "Person1Id": 1,
22
- "Person2Id": 10,
23
- "Status": "Completed",
24
- "Score1": 3,
25
- "Score2": 4,
26
- "Started": "2024-07-16T15:50:26.000Z",
27
- "Ended": null,
28
- "TimeLeft": 90,
29
- "CurrentPass": 1,
30
- "MaxPasses": 5,
31
- "RoundLabel": null,
32
- "DEBoutId": null,
33
- "DENextBoutId": null,
34
- "RefereeId": null,
35
- "createdAt": "2024-07-16T15:49:16.000Z",
36
- "updatedAt": "2024-07-17T15:23:34.000Z",
37
- "Person1": {
38
- "PersonId": 1,
39
- "DisplayName": "Dave Smith",
40
- "ClubId": 4,
41
- "Images": [
42
- {
43
- "ImageId": 7,
44
- "URL": "https://randomuser.me/api/portraits/men/22.jpg"
45
- }
46
- ],
47
- "Club": {
48
- "Name": "Guardians of the Guard",
49
- "Color1": "purple",
50
- "Color2": "orange"
51
- },
52
- "EventPersons": [
53
- {
54
- "DEPosition": null
55
- }
56
- ]
57
- },
58
- "Person2": {
59
- "PersonId": 10,
60
- "DisplayName": "Melissa Jones",
61
- "ClubId": 4,
62
- "Images": [
63
- {
64
- "ImageId": 21,
65
- "URL": "https://randomuser.me/api/portraits/women/9.jpg"
66
- }
67
- ],
68
- "Club": {
69
- "Name": "Guardians of the Guard"
70
- },
71
- "EventPersons": [
72
- {
73
- "DEPosition": null
74
- }
75
- ]
76
- },
77
- "Pool": {
78
- "RingName": "Ring 1"
79
- },
80
- "FencerPit": [
81
- {
82
- "BoutId": 1945,
83
- "Person1": {
84
- "PersonId": 22,
85
- "DisplayName": "Bob Smith",
86
- "ClubId": 6,
87
- "Images": [
88
- {
89
- "ImageId": 12,
90
- "URL": "https://randomuser.me/api/portraits/men/81.jpg"
91
- }
92
- ],
93
- "Club": {
94
- "Name": "SwordPlay Society",
95
- "Color1": "red",
96
- "Color2": "blue"
97
- },
98
- "EventPersons": [
99
- {
100
- "DEPosition": null
101
- }
102
- ]
103
- },
104
- "Person2": {
105
- "PersonId": 8,
106
- "DisplayName": "Julie Riddle",
107
- "ClubId": 2,
108
- "Images": [
109
- {
110
- "ImageId": 23,
111
- "URL": "https://randomuser.me/api/portraits/women/41.jpg"
112
- }
113
- ],
114
- "Club": {
115
- "Name": "Historical Fencing Of Anywhere"
116
- },
117
- "EventPersons": [
118
- {
119
- "DEPosition": null
120
- }
121
- ]
122
- }
123
- },
124
- {
125
- "BoutId": 1946,
126
- "Person1": {
127
- "PersonId": 3,
128
- "DisplayName": "Dave Larabee",
129
- "ClubId": 3,
130
- "Images": [],
131
- "Club": {
132
- "Name": "Sword & Blade of Callie",
133
- "Color1": "red",
134
- "Color2": "gold"
135
- },
136
- "EventPersons": [
137
- {
138
- "DEPosition": null
139
- }
140
- ]
141
- },
142
- "Person2": {
143
- "PersonId": 16,
144
- "DisplayName": "Christian Jacob Peralta",
145
- "ClubId": 1,
146
- "Images": [],
147
- "Club": {
148
- "Name": "Acme Fencing Club"
149
- },
150
- "EventPersons": [
151
- {
152
- "DEPosition": null
153
- }
154
- ]
155
- }
156
- },
157
- {
158
- "BoutId": 1947,
159
- "Person1": {
160
- "PersonId": 8,
161
- "DisplayName": "Julie Riddle",
162
- "ClubId": 2,
163
- "Images": [
164
- {
165
- "ImageId": 23,
166
- "URL": "https://randomuser.me/api/portraits/women/41.jpg"
167
- }
168
- ],
169
- "Club": {
170
- "Name": "Historical Fencing Of Anywhere",
171
- "Color1": "red",
172
- "Color2": "blue"
173
- },
174
- "EventPersons": [
175
- {
176
- "DEPosition": null
177
- }
178
- ]
179
- },
180
- "Person2": {
181
- "PersonId": 1,
182
- "DisplayName": "Dave Smith",
183
- "ClubId": 4,
184
- "Images": [
185
- {
186
- "ImageId": 7,
187
- "URL": "https://randomuser.me/api/portraits/men/22.jpg"
188
- }
189
- ],
190
- "Club": {
191
- "Name": "Guardians of the Guard"
192
- },
193
- "EventPersons": [
194
- {
195
- "DEPosition": null
196
- }
197
- ]
198
- }
199
- }
200
- ]
201
- },
202
- {
203
- "TimerStatus": "running",
204
- "BoutId": 1944,
205
- "PoolId": 139,
206
- "EventId": 6,
207
- "Person1Id": 1,
208
- "Person2Id": 10,
209
- "Status": "Active",
210
- "Score1": 0,
211
- "Score2": 0,
212
- "Started": "2024-07-16T15:50:26.000Z",
213
- "Ended": null,
214
- "TimeLeft": 90,
215
- "CurrentPass": 2,
216
- "MaxPasses": 5,
217
- "RoundLabel": null,
218
- "DEBoutId": null,
219
- "DENextBoutId": null,
220
- "RefereeId": null,
221
- "RefName": "Dave Smith",
222
- "createdAt": "2024-07-16T15:49:16.000Z",
223
- "updatedAt": "2024-07-17T15:23:34.000Z",
224
- "Person1": {
225
- "PersonId": 1,
226
- "DisplayName": "Dave Smith",
227
- "ClubId": 4,
228
- "Images": [
229
- {
230
- "ImageId": 7,
231
- "URL": "https://randomuser.me/api/portraits/men/22.jpg"
232
- }
233
- ],
234
- "Club": {
235
- "Name": "Guardians of the Guard",
236
- "Color1": "purple",
237
- "Color2": "orange"
238
- },
239
- "EventPersons": [
240
- {
241
- "DEPosition": null
242
- }
243
- ]
244
- },
245
- "Person2": {
246
- "PersonId": 10,
247
- "DisplayName": "Melissa Jones",
248
- "ClubId": 4,
249
- "Images": [
250
- {
251
- "ImageId": 21,
252
- "URL": "https://randomuser.me/api/portraits/women/9.jpg"
253
- }
254
- ],
255
- "Club": {
256
- "Name": "Guardians of the Guard"
257
- },
258
- "EventPersons": [
259
- {
260
- "DEPosition": null
261
- }
262
- ]
263
- },
264
- "Pool": {
265
- "RingName": "Ring 1"
266
- }
267
- },
268
- {
269
- "TimerStatus": "stopped",
270
- "RefName": "Unassigned",
271
- "BoutId": 1945,
272
- "PoolId": 139,
273
- "EventId": 6,
274
- "Person1Id": 22,
275
- "Person2Id": 8,
276
- "Status": "Completed",
277
- "Score1": 4,
278
- "Score2": 2,
279
- "Started": "2024-07-16T19:48:36.000Z",
280
- "Ended": null,
281
- "TimeLeft": 90,
282
- "CurrentPass": 1,
283
- "MaxPasses": 5,
284
- "RoundLabel": null,
285
- "DEBoutId": null,
286
- "DENextBoutId": null,
287
- "RefereeId": null,
288
- "createdAt": "2024-07-16T15:49:16.000Z",
289
- "updatedAt": "2024-07-17T14:00:27.000Z",
290
- "Person1": {
291
- "PersonId": 22,
292
- "DisplayName": "Bob Smith",
293
- "ClubId": 6,
294
- "Images": [
295
- {
296
- "ImageId": 12,
297
- "URL": "https://randomuser.me/api/portraits/men/81.jpg"
298
- }
299
- ],
300
- "Club": {
301
- "Name": "SwordPlay Society",
302
- "Color1": "red",
303
- "Color2": "blue"
304
- },
305
- "EventPersons": [
306
- {
307
- "DEPosition": null
308
- }
309
- ]
310
- },
311
- "Person2": {
312
- "PersonId": 8,
313
- "DisplayName": "Julie Riddle",
314
- "ClubId": 2,
315
- "Images": [
316
- {
317
- "ImageId": 23,
318
- "URL": "https://randomuser.me/api/portraits/women/41.jpg"
319
- }
320
- ],
321
- "Club": {
322
- "Name": "Historical Fencing Of Anywhere"
323
- },
324
- "EventPersons": [
325
- {
326
- "DEPosition": null
327
- }
328
- ]
329
- },
330
- "Pool": {
331
- "RingName": "Ring 1"
332
- }
333
- },
334
- {
335
- "TimerStatus": "stopped",
336
- "RefName": "Unassigned",
337
- "BoutId": 1946,
338
- "PoolId": 139,
339
- "EventId": 6,
340
- "Person1Id": 3,
341
- "Person2Id": 16,
342
- "Status": "Completed",
343
- "Score1": 8,
344
- "Score2": 4,
345
- "Started": "2024-07-17T04:01:21.000Z",
346
- "Ended": null,
347
- "TimeLeft": 90,
348
- "CurrentPass": 2,
349
- "MaxPasses": null,
350
- "RoundLabel": null,
351
- "DEBoutId": null,
352
- "DENextBoutId": null,
353
- "RefereeId": null,
354
- "createdAt": "2024-07-16T15:49:16.000Z",
355
- "updatedAt": "2024-07-17T13:49:13.000Z",
356
- "Person1": {
357
- "PersonId": 3,
358
- "DisplayName": "Dave Larabee",
359
- "ClubId": 3,
360
- "Images": [],
361
- "Club": {
362
- "Name": "Sword & Blade of Callie",
363
- "Color1": "red",
364
- "Color2": "gold"
365
- },
366
- "EventPersons": [
367
- {
368
- "DEPosition": null
369
- }
370
- ]
371
- },
372
- "Person2": {
373
- "PersonId": 16,
374
- "DisplayName": "Christian Jacob Peralta",
375
- "ClubId": 1,
376
- "Images": [],
377
- "Club": {
378
- "Name": "Acme Fencing Club"
379
- },
380
- "EventPersons": [
381
- {
382
- "DEPosition": null
383
- }
384
- ]
385
- },
386
- "Pool": {
387
- "RingName": "Ring 1"
388
- }
389
- },
390
- {
391
- "TimerStatus": "stopped",
392
- "RefName": "Unassigned",
393
- "BoutId": 1947,
394
- "PoolId": 139,
395
- "EventId": 6,
396
- "Person1Id": 8,
397
- "Person2Id": 1,
398
- "Status": "Completed",
399
- "Score1": 5,
400
- "Score2": 1,
401
- "Started": null,
402
- "Ended": null,
403
- "TimeLeft": 0,
404
- "CurrentPass": null,
405
- "MaxPasses": null,
406
- "RoundLabel": null,
407
- "DEBoutId": null,
408
- "DENextBoutId": null,
409
- "RefereeId": null,
410
- "createdAt": "2024-07-16T15:49:16.000Z",
411
- "updatedAt": "2024-07-16T15:49:16.000Z",
412
- "Person1": {
413
- "PersonId": 8,
414
- "DisplayName": "Julie Riddle",
415
- "ClubId": 2,
416
- "Images": [
417
- {
418
- "ImageId": 23,
419
- "URL": "https://randomuser.me/api/portraits/women/41.jpg"
420
- }
421
- ],
422
- "Club": {
423
- "Name": "Historical Fencing Of Anywhere",
424
- "Color1": "red",
425
- "Color2": "blue"
426
- },
427
- "EventPersons": [
428
- {
429
- "DEPosition": null
430
- }
431
- ]
432
- },
433
- "Person2": {
434
- "PersonId": 1,
435
- "DisplayName": "Dave Smith",
436
- "ClubId": 4,
437
- "Images": [
438
- {
439
- "ImageId": 7,
440
- "URL": "https://randomuser.me/api/portraits/men/22.jpg"
441
- }
442
- ],
443
- "Club": {
444
- "Name": "Guardians of the Guard"
445
- },
446
- "EventPersons": [
447
- {
448
- "DEPosition": null
449
- }
450
- ]
451
- },
452
- "Pool": {
453
- "RingName": "Ring 1"
454
- }
455
- },
456
- {
457
- "TimerStatus": "stopped",
458
- "RefName": "Unassigned",
459
- "BoutId": 1948,
460
- "PoolId": 139,
461
- "EventId": 6,
462
- "Person1Id": 10,
463
- "Person2Id": 3,
464
- "Status": "Scheduled",
465
- "Score1": 0,
466
- "Score2": 0,
467
- "Started": null,
468
- "Ended": null,
469
- "TimeLeft": 0,
470
- "CurrentPass": null,
471
- "MaxPasses": null,
472
- "RoundLabel": null,
473
- "DEBoutId": null,
474
- "DENextBoutId": null,
475
- "RefereeId": null,
476
- "createdAt": "2024-07-16T15:49:16.000Z",
477
- "updatedAt": "2024-07-16T15:49:16.000Z",
478
- "Person1": {
479
- "PersonId": 10,
480
- "DisplayName": "Melissa Jones",
481
- "ClubId": 4,
482
- "Images": [
483
- {
484
- "ImageId": 21,
485
- "URL": "https://randomuser.me/api/portraits/women/9.jpg"
486
- }
487
- ],
488
- "Club": {
489
- "Name": "Guardians of the Guard",
490
- "Color1": "purple",
491
- "Color2": "orange"
492
- },
493
- "EventPersons": [
494
- {
495
- "DEPosition": null
496
- }
497
- ]
498
- },
499
- "Person2": {
500
- "PersonId": 3,
501
- "DisplayName": "Dave Larabee",
502
- "ClubId": 3,
503
- "Images": [],
504
- "Club": {
505
- "Name": "Sword & Blade of Callie"
506
- },
507
- "EventPersons": [
508
- {
509
- "DEPosition": null
510
- }
511
- ]
512
- },
513
- "Pool": {
514
- "RingName": "Ring 1"
515
- }
516
- },
517
- {
518
- "TimerStatus": "stopped",
519
- "RefName": "Unassigned",
520
- "BoutId": 1949,
521
- "PoolId": 139,
522
- "EventId": 6,
523
- "Person1Id": 16,
524
- "Person2Id": 22,
525
- "Status": "Scheduled",
526
- "Score1": 0,
527
- "Score2": 0,
528
- "Started": null,
529
- "Ended": null,
530
- "TimeLeft": 0,
531
- "CurrentPass": null,
532
- "MaxPasses": null,
533
- "RoundLabel": null,
534
- "DEBoutId": null,
535
- "DENextBoutId": null,
536
- "RefereeId": null,
537
- "createdAt": "2024-07-16T15:49:16.000Z",
538
- "updatedAt": "2024-07-16T15:49:16.000Z",
539
- "Person1": {
540
- "PersonId": 16,
541
- "DisplayName": "Christian Jacob Peralta",
542
- "ClubId": 1,
543
- "Images": [],
544
- "Club": {
545
- "Name": "Acme Fencing Club",
546
- "Color1": "rose",
547
- "Color2": "navy"
548
- },
549
- "EventPersons": [
550
- {
551
- "DEPosition": null
552
- }
553
- ]
554
- },
555
- "Person2": {
556
- "PersonId": 22,
557
- "DisplayName": "Bob Smith",
558
- "ClubId": 6,
559
- "Images": [
560
- {
561
- "ImageId": 12,
562
- "URL": "https://randomuser.me/api/portraits/men/81.jpg"
563
- }
564
- ],
565
- "Club": {
566
- "Name": "SwordPlay Society"
567
- },
568
- "EventPersons": [
569
- {
570
- "DEPosition": null
571
- }
572
- ]
573
- },
574
- "Pool": {
575
- "RingName": "Ring 1"
576
- }
577
- },
578
- {
579
- "TimerStatus": "stopped",
580
- "RefName": "Unassigned",
581
- "BoutId": 1950,
582
- "PoolId": 139,
583
- "EventId": 6,
584
- "Person1Id": 1,
585
- "Person2Id": 3,
586
- "Status": "Scheduled",
587
- "Score1": 0,
588
- "Score2": 0,
589
- "Started": null,
590
- "Ended": null,
591
- "TimeLeft": 0,
592
- "CurrentPass": null,
593
- "MaxPasses": null,
594
- "RoundLabel": null,
595
- "DEBoutId": null,
596
- "DENextBoutId": null,
597
- "RefereeId": null,
598
- "createdAt": "2024-07-16T15:49:16.000Z",
599
- "updatedAt": "2024-07-16T15:49:16.000Z",
600
- "Person1": {
601
- "PersonId": 1,
602
- "DisplayName": "Dave Smith",
603
- "ClubId": 4,
604
- "Images": [
605
- {
606
- "ImageId": 7,
607
- "URL": "https://randomuser.me/api/portraits/men/22.jpg"
608
- }
609
- ],
610
- "Club": {
611
- "Name": "Guardians of the Guard",
612
- "Color1": "purple",
613
- "Color2": "orange"
614
- },
615
- "EventPersons": [
616
- {
617
- "DEPosition": null
618
- }
619
- ]
620
- },
621
- "Person2": {
622
- "PersonId": 3,
623
- "DisplayName": "Dave Larabee",
624
- "ClubId": 3,
625
- "Images": [],
626
- "Club": {
627
- "Name": "Sword & Blade of Callie"
628
- },
629
- "EventPersons": [
630
- {
631
- "DEPosition": null
632
- }
633
- ]
634
- },
635
- "Pool": {
636
- "RingName": "Ring 1"
637
- }
638
- },
639
- {
640
- "TimerStatus": "stopped",
641
- "RefName": "Unassigned",
642
- "BoutId": 1951,
643
- "PoolId": 139,
644
- "EventId": 6,
645
- "Person1Id": 8,
646
- "Person2Id": 16,
647
- "Status": "Scheduled",
648
- "Score1": 0,
649
- "Score2": 0,
650
- "Started": null,
651
- "Ended": null,
652
- "TimeLeft": 0,
653
- "CurrentPass": null,
654
- "MaxPasses": null,
655
- "RoundLabel": null,
656
- "DEBoutId": null,
657
- "DENextBoutId": null,
658
- "RefereeId": null,
659
- "createdAt": "2024-07-16T15:49:16.000Z",
660
- "updatedAt": "2024-07-16T15:49:16.000Z",
661
- "Person1": {
662
- "PersonId": 8,
663
- "DisplayName": "Julie Riddle",
664
- "ClubId": 2,
665
- "Images": [
666
- {
667
- "ImageId": 23,
668
- "URL": "https://randomuser.me/api/portraits/women/41.jpg"
669
- }
670
- ],
671
- "Club": {
672
- "Name": "Historical Fencing Of Anywhere",
673
- "Color1": "red",
674
- "Color2": "blue"
675
- },
676
- "EventPersons": [
677
- {
678
- "DEPosition": null
679
- }
680
- ]
681
- },
682
- "Person2": {
683
- "PersonId": 16,
684
- "DisplayName": "Christian Jacob Peralta",
685
- "ClubId": 1,
686
- "Images": [],
687
- "Club": {
688
- "Name": "Acme Fencing Club"
689
- },
690
- "EventPersons": [
691
- {
692
- "DEPosition": null
693
- }
694
- ]
695
- },
696
- "Pool": {
697
- "RingName": "Ring 1"
698
- }
699
- },
700
- {
701
- "TimerStatus": "stopped",
702
- "RefName": "Unassigned",
703
- "BoutId": 1952,
704
- "PoolId": 139,
705
- "EventId": 6,
706
- "Person1Id": 22,
707
- "Person2Id": 10,
708
- "Status": "Scheduled",
709
- "Score1": 0,
710
- "Score2": 0,
711
- "Started": null,
712
- "Ended": null,
713
- "TimeLeft": 0,
714
- "CurrentPass": null,
715
- "MaxPasses": null,
716
- "RoundLabel": null,
717
- "DEBoutId": null,
718
- "DENextBoutId": null,
719
- "RefereeId": null,
720
- "createdAt": "2024-07-16T15:49:16.000Z",
721
- "updatedAt": "2024-07-16T15:49:16.000Z",
722
- "Person1": {
723
- "PersonId": 22,
724
- "DisplayName": "Bob Smith",
725
- "ClubId": 6,
726
- "Images": [
727
- {
728
- "ImageId": 12,
729
- "URL": "https://randomuser.me/api/portraits/men/81.jpg"
730
- }
731
- ],
732
- "Club": {
733
- "Name": "SwordPlay Society",
734
- "Color1": "red",
735
- "Color2": "blue"
736
- },
737
- "EventPersons": [
738
- {
739
- "DEPosition": null
740
- }
741
- ]
742
- },
743
- "Person2": {
744
- "PersonId": 10,
745
- "DisplayName": "Melissa Jones",
746
- "ClubId": 4,
747
- "Images": [
748
- {
749
- "ImageId": 21,
750
- "URL": "https://randomuser.me/api/portraits/women/9.jpg"
751
- }
752
- ],
753
- "Club": {
754
- "Name": "Guardians of the Guard"
755
- },
756
- "EventPersons": [
757
- {
758
- "DEPosition": null
759
- }
760
- ]
761
- },
762
- "Pool": {
763
- "RingName": "Ring 1"
764
- }
765
- },
766
- {
767
- "TimerStatus": "stopped",
768
- "RefName": "Unassigned",
769
- "BoutId": 1953,
770
- "PoolId": 139,
771
- "EventId": 6,
772
- "Person1Id": 16,
773
- "Person2Id": 1,
774
- "Status": "Scheduled",
775
- "Score1": 0,
776
- "Score2": 0,
777
- "Started": null,
778
- "Ended": null,
779
- "TimeLeft": 0,
780
- "CurrentPass": null,
781
- "MaxPasses": null,
782
- "RoundLabel": null,
783
- "DEBoutId": null,
784
- "DENextBoutId": null,
785
- "RefereeId": null,
786
- "createdAt": "2024-07-16T15:49:16.000Z",
787
- "updatedAt": "2024-07-16T15:49:16.000Z",
788
- "Person1": {
789
- "PersonId": 16,
790
- "DisplayName": "Christian Jacob Peralta",
791
- "ClubId": 1,
792
- "Images": [],
793
- "Club": {
794
- "Name": "Acme Fencing Club",
795
- "Color1": "rose",
796
- "Color2": "navy"
797
- },
798
- "EventPersons": [
799
- {
800
- "DEPosition": null
801
- }
802
- ]
803
- },
804
- "Person2": {
805
- "PersonId": 1,
806
- "DisplayName": "Dave Smith",
807
- "ClubId": 4,
808
- "Images": [
809
- {
810
- "ImageId": 7,
811
- "URL": "https://randomuser.me/api/portraits/men/22.jpg"
812
- }
813
- ],
814
- "Club": {
815
- "Name": "Guardians of the Guard"
816
- },
817
- "EventPersons": [
818
- {
819
- "DEPosition": null
820
- }
821
- ]
822
- },
823
- "Pool": {
824
- "RingName": "Ring 1"
825
- }
826
- },
827
- {
828
- "TimerStatus": "stopped",
829
- "RefName": "Unassigned",
830
- "BoutId": 1954,
831
- "PoolId": 139,
832
- "EventId": 6,
833
- "Person1Id": 3,
834
- "Person2Id": 22,
835
- "Status": "Scheduled",
836
- "Score1": 0,
837
- "Score2": 0,
838
- "Started": null,
839
- "Ended": null,
840
- "TimeLeft": 0,
841
- "CurrentPass": null,
842
- "MaxPasses": null,
843
- "RoundLabel": null,
844
- "DEBoutId": null,
845
- "DENextBoutId": null,
846
- "RefereeId": null,
847
- "createdAt": "2024-07-16T15:49:16.000Z",
848
- "updatedAt": "2024-07-16T15:49:16.000Z",
849
- "Person1": {
850
- "PersonId": 3,
851
- "DisplayName": "Dave Larabee",
852
- "ClubId": 3,
853
- "Images": [],
854
- "Club": {
855
- "Name": "Sword & Blade of Callie",
856
- "Color1": "red",
857
- "Color2": "gold"
858
- },
859
- "EventPersons": [
860
- {
861
- "DEPosition": null
862
- }
863
- ]
864
- },
865
- "Person2": {
866
- "PersonId": 22,
867
- "DisplayName": "Bob Smith",
868
- "ClubId": 6,
869
- "Images": [
870
- {
871
- "ImageId": 12,
872
- "URL": "https://randomuser.me/api/portraits/men/81.jpg"
873
- }
874
- ],
875
- "Club": {
876
- "Name": "SwordPlay Society"
877
- },
878
- "EventPersons": [
879
- {
880
- "DEPosition": null
881
- }
882
- ]
883
- },
884
- "Pool": {
885
- "RingName": "Ring 1"
886
- }
887
- },
888
- {
889
- "TimerStatus": "stopped",
890
- "RefName": "Unassigned",
891
- "BoutId": 1955,
892
- "PoolId": 139,
893
- "EventId": 6,
894
- "Person1Id": 10,
895
- "Person2Id": 8,
896
- "Status": "Scheduled",
897
- "Score1": 0,
898
- "Score2": 0,
899
- "Started": null,
900
- "Ended": null,
901
- "TimeLeft": 0,
902
- "CurrentPass": null,
903
- "MaxPasses": null,
904
- "RoundLabel": null,
905
- "DEBoutId": null,
906
- "DENextBoutId": null,
907
- "RefereeId": null,
908
- "createdAt": "2024-07-16T15:49:16.000Z",
909
- "updatedAt": "2024-07-16T15:49:16.000Z",
910
- "Person1": {
911
- "PersonId": 10,
912
- "DisplayName": "Melissa Jones",
913
- "ClubId": 4,
914
- "Images": [
915
- {
916
- "ImageId": 21,
917
- "URL": "https://randomuser.me/api/portraits/women/9.jpg"
918
- }
919
- ],
920
- "Club": {
921
- "Name": "Guardians of the Guard",
922
- "Color1": "purple",
923
- "Color2": "orange"
924
- },
925
- "EventPersons": [
926
- {
927
- "DEPosition": null
928
- }
929
- ]
930
- },
931
- "Person2": {
932
- "PersonId": 8,
933
- "DisplayName": "Julie Riddle",
934
- "ClubId": 2,
935
- "Images": [
936
- {
937
- "ImageId": 23,
938
- "URL": "https://randomuser.me/api/portraits/women/41.jpg"
939
- }
940
- ],
941
- "Club": {
942
- "Name": "Historical Fencing Of Anywhere"
943
- },
944
- "EventPersons": [
945
- {
946
- "DEPosition": null
947
- }
948
- ]
949
- },
950
- "Pool": {
951
- "RingName": "Ring 1"
952
- }
953
- },
954
- {
955
- "TimerStatus": "stopped",
956
- "RefName": "Unassigned",
957
- "BoutId": 1956,
958
- "PoolId": 139,
959
- "EventId": 6,
960
- "Person1Id": 1,
961
- "Person2Id": 22,
962
- "Status": "Scheduled",
963
- "Score1": 0,
964
- "Score2": 0,
965
- "Started": null,
966
- "Ended": null,
967
- "TimeLeft": 0,
968
- "CurrentPass": null,
969
- "MaxPasses": null,
970
- "RoundLabel": null,
971
- "DEBoutId": null,
972
- "DENextBoutId": null,
973
- "RefereeId": null,
974
- "createdAt": "2024-07-16T15:49:16.000Z",
975
- "updatedAt": "2024-07-16T15:49:16.000Z",
976
- "Person1": {
977
- "PersonId": 1,
978
- "DisplayName": "Dave Smith",
979
- "ClubId": 4,
980
- "Images": [
981
- {
982
- "ImageId": 7,
983
- "URL": "https://randomuser.me/api/portraits/men/22.jpg"
984
- }
985
- ],
986
- "Club": {
987
- "Name": "Guardians of the Guard",
988
- "Color1": "purple",
989
- "Color2": "orange"
990
- },
991
- "EventPersons": [
992
- {
993
- "DEPosition": null
994
- }
995
- ]
996
- },
997
- "Person2": {
998
- "PersonId": 22,
999
- "DisplayName": "Bob Smith",
1000
- "ClubId": 6,
1001
- "Images": [
1002
- {
1003
- "ImageId": 12,
1004
- "URL": "https://randomuser.me/api/portraits/men/81.jpg"
1005
- }
1006
- ],
1007
- "Club": {
1008
- "Name": "SwordPlay Society"
1009
- },
1010
- "EventPersons": [
1011
- {
1012
- "DEPosition": null
1013
- }
1014
- ]
1015
- },
1016
- "Pool": {
1017
- "RingName": "Ring 1"
1018
- }
1019
- },
2
+ [
3
+ {
4
+ "BoutId": 1823,
5
+ "PoolId": 137,
6
+ "EventId": 5,
7
+ "Person1Id": 10,
8
+ "Person2Id": 1,
9
+ "Status": "Active",
10
+ "Score1": 7,
11
+ "Score2": 5,
12
+ "CurrentPass": 1,
13
+ "Started": null,
14
+ "Ended": null,
15
+ "TimerStatus": "running",
16
+ "TimeLeft": 60,
17
+ "RoundLabel": null,
18
+ "DEBoutId": null,
19
+ "DENextBoutId": null,
20
+ "RefereeId": null,
21
+ "RingName": "Ring1",
22
+ "createdAt": "2024-06-15T06:45:39.000Z",
23
+ "updatedAt": "2024-06-15T06:45:39.000Z",
24
+ "Person1": {
25
+ "PersonId": 10,
26
+ "DisplayName": "Melissa Jones",
27
+ "ClubId": 4,
28
+ "Images": [],
29
+ "Club": {
30
+ "Name": "Guardians of the Guard"
31
+ }
32
+ },
33
+ "Person2": {
34
+ "PersonId": 1,
35
+ "DisplayName": "Dave Smith",
36
+ "ClubId": 4,
37
+ "Images": [
1020
38
  {
1021
- "TimerStatus": "stopped",
1022
- "RefName": "Unassigned",
1023
- "BoutId": 1957,
1024
- "PoolId": 139,
1025
- "EventId": 6,
1026
- "Person1Id": 16,
1027
- "Person2Id": 10,
1028
- "Status": "Scheduled",
1029
- "Score1": 0,
1030
- "Score2": 0,
1031
- "Started": null,
1032
- "Ended": null,
1033
- "TimeLeft": 0,
1034
- "CurrentPass": null,
1035
- "MaxPasses": null,
1036
- "RoundLabel": null,
1037
- "DEBoutId": null,
1038
- "DENextBoutId": null,
1039
- "RefereeId": null,
1040
- "createdAt": "2024-07-16T15:49:16.000Z",
1041
- "updatedAt": "2024-07-16T15:49:16.000Z",
1042
- "Person1": {
1043
- "PersonId": 16,
1044
- "DisplayName": "Christian Jacob Peralta",
1045
- "ClubId": 1,
1046
- "Images": [],
1047
- "Club": {
1048
- "Name": "Acme Fencing Club",
1049
- "Color1": "rose",
1050
- "Color2": "navy"
1051
- },
1052
- "EventPersons": [
1053
- {
1054
- "DEPosition": null
1055
- }
1056
- ]
1057
- },
1058
- "Person2": {
1059
- "PersonId": 10,
1060
- "DisplayName": "Melissa Jones",
1061
- "ClubId": 4,
1062
- "Images": [
1063
- {
1064
- "ImageId": 21,
1065
- "URL": "https://randomuser.me/api/portraits/women/9.jpg"
1066
- }
1067
- ],
1068
- "Club": {
1069
- "Name": "Guardians of the Guard"
1070
- },
1071
- "EventPersons": [
1072
- {
1073
- "DEPosition": null
1074
- }
1075
- ]
1076
- },
1077
- "Pool": {
1078
- "RingName": "Ring 1"
1079
- }
1080
- },
39
+ "ImageId": 7,
40
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
41
+ }
42
+ ],
43
+ "Club": {
44
+ "Name": "Cat's Cutlass Club of Canton"
45
+ }
46
+ }
47
+ },
48
+ {
49
+ "BoutId": 1824,
50
+ "PoolId": 137,
51
+ "EventId": 5,
52
+ "Person1Id": 14,
53
+ "Person2Id": 6,
54
+ "Status": "Completed",
55
+ "Score1": 7,
56
+ "Score2": 4,
57
+ "CurrentPass": 1,
58
+ "Started": null,
59
+ "Ended": null,
60
+ "TimerStatus": "stopped",
61
+ "TimeLeft": 0,
62
+ "RoundLabel": null,
63
+ "DEBoutId": null,
64
+ "DENextBoutId": null,
65
+ "RefereeId": null,
66
+ "createdAt": "2024-06-15T06:45:39.000Z",
67
+ "updatedAt": "2024-06-15T06:45:39.000Z",
68
+ "Person1": {
69
+ "PersonId": 14,
70
+ "DisplayName": "Jordan Allen",
71
+ "ClubId": 5,
72
+ "Images": [],
73
+ "Club": {
74
+ "Name": "Fechtastic Fighters"
75
+ }
76
+ },
77
+ "Person2": {
78
+ "PersonId": 6,
79
+ "DisplayName": "Courtney Medina",
80
+ "ClubId": 3,
81
+ "Images": [],
82
+ "Club": {
83
+ "Name": "Sword & Blade of Callie"
84
+ }
85
+ }
86
+ },
87
+ {
88
+ "BoutId": 1825,
89
+ "PoolId": 137,
90
+ "EventId": 5,
91
+ "Person1Id": 7,
92
+ "Person2Id": 10,
93
+ "Status": "Completed",
94
+ "Score1": 3,
95
+ "Score2": 7,
96
+ "Started": null,
97
+ "Ended": null,
98
+ "TimerStatus": "stopped",
99
+ "TimeLeft": 0,
100
+ "RoundLabel": null,
101
+ "DEBoutId": null,
102
+ "DENextBoutId": null,
103
+ "RefereeId": null,
104
+ "RingName": "Ring1",
105
+ "createdAt": "2024-06-15T06:45:39.000Z",
106
+ "updatedAt": "2024-06-15T06:45:39.000Z",
107
+ "Person1": {
108
+ "PersonId": 7,
109
+ "DisplayName": "Emily Carlson",
110
+ "ClubId": 4,
111
+ "Images": [],
112
+ "Club": {
113
+ "Name": "Guardians of the Guard"
114
+ }
115
+ },
116
+ "Person2": {
117
+ "PersonId": 10,
118
+ "DisplayName": "Melissa Jones",
119
+ "ClubId": 4,
120
+ "Images": [],
121
+ "Club": {
122
+ "Name": "Guardians of the Guard"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "BoutId": 1826,
128
+ "PoolId": 137,
129
+ "EventId": 5,
130
+ "Person1Id": 1,
131
+ "Person2Id": 14,
132
+ "Status": "Completed",
133
+ "Score1": 7,
134
+ "Score2": 5,
135
+ "Started": null,
136
+ "Ended": null,
137
+ "TimerStatus": "stopped",
138
+ "TimeLeft": 0,
139
+ "RoundLabel": null,
140
+ "DEBoutId": null,
141
+ "DENextBoutId": null,
142
+ "RefereeId": null,
143
+ "RingName": "Ring1",
144
+ "createdAt": "2024-06-15T06:45:39.000Z",
145
+ "updatedAt": "2024-06-15T06:45:39.000Z",
146
+ "Person1": {
147
+ "PersonId": 1,
148
+ "DisplayName": "Dave Smith",
149
+ "ClubId": 4,
150
+ "Images": [
1081
151
  {
1082
- "TimerStatus": "stopped",
1083
- "RefName": "Unassigned",
1084
- "BoutId": 1958,
1085
- "PoolId": 139,
1086
- "EventId": 6,
1087
- "Person1Id": 8,
1088
- "Person2Id": 3,
1089
- "Status": "Scheduled",
1090
- "Score1": 0,
1091
- "Score2": 0,
1092
- "Started": null,
1093
- "Ended": null,
1094
- "TimeLeft": 0,
1095
- "CurrentPass": null,
1096
- "MaxPasses": null,
1097
- "RoundLabel": null,
1098
- "DEBoutId": null,
1099
- "DENextBoutId": null,
1100
- "RefereeId": null,
1101
- "createdAt": "2024-07-16T15:49:16.000Z",
1102
- "updatedAt": "2024-07-16T15:49:16.000Z",
1103
- "Person1": {
1104
- "PersonId": 8,
1105
- "DisplayName": "Julie Riddle",
1106
- "ClubId": 2,
1107
- "Images": [
1108
- {
1109
- "ImageId": 23,
1110
- "URL": "https://randomuser.me/api/portraits/women/41.jpg"
1111
- }
1112
- ],
1113
- "Club": {
1114
- "Name": "Historical Fencing Of Anywhere",
1115
- "Color1": "red",
1116
- "Color2": "blue"
1117
- },
1118
- "EventPersons": [
1119
- {
1120
- "DEPosition": null
1121
- }
1122
- ]
1123
- },
1124
- "Person2": {
1125
- "PersonId": 3,
1126
- "DisplayName": "Dave Larabee",
1127
- "ClubId": 3,
1128
- "Images": [],
1129
- "Club": {
1130
- "Name": "Sword & Blade of Callie"
1131
- },
1132
- "EventPersons": [
1133
- {
1134
- "DEPosition": null
1135
- }
1136
- ]
1137
- },
1138
- "Pool": {
1139
- "RingName": "Ring 1"
1140
- }
152
+ "ImageId": 7,
153
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
1141
154
  }
1142
- ]
155
+ ],
156
+ "Club": {
157
+ "Name": "Guardians of the Guard"
158
+ }
159
+ },
160
+ "Person2": {
161
+ "PersonId": 14,
162
+ "DisplayName": "Jordan Allen",
163
+ "ClubId": 5,
164
+ "Images": [],
165
+ "Club": {
166
+ "Name": "Fechtastic Fighters"
167
+ }
1143
168
  }
1144
- ],
1145
- "eventRules": [
1146
- {
1147
- "RuleName": "PoolTime",
1148
- "RuleValue": "120",
1149
- "Context": "pool"
169
+ },
170
+ {
171
+ "BoutId": 1827,
172
+ "PoolId": 137,
173
+ "EventId": 5,
174
+ "Person1Id": 7,
175
+ "Person2Id": 6,
176
+ "Status": "Scheduled",
177
+ "Score1": 0,
178
+ "Score2": 0,
179
+ "Started": null,
180
+ "Ended": null,
181
+ "TimerStatus": "stopped",
182
+ "TimeLeft": 120,
183
+ "RoundLabel": null,
184
+ "DEBoutId": null,
185
+ "DENextBoutId": null,
186
+ "RefereeId": null,
187
+ "RingName": "Ring1",
188
+ "createdAt": "2024-06-15T06:45:39.000Z",
189
+ "updatedAt": "2024-06-15T06:45:39.000Z",
190
+ "Person1": {
191
+ "PersonId": 7,
192
+ "DisplayName": "Emily Carlson",
193
+ "ClubId": 4,
194
+ "Images": [],
195
+ "Club": {
196
+ "Name": "Guardians of the Guard"
197
+ }
1150
198
  },
1151
- {
1152
- "RuleName": "PoolMaxPoints",
1153
- "RuleValue": "5",
1154
- "Context": "pool"
199
+ "Person2": {
200
+ "PersonId": 6,
201
+ "DisplayName": "Courtney Medina",
202
+ "ClubId": 3,
203
+ "Images": [],
204
+ "Club": {
205
+ "Name": "Sword & Blade of Callie"
206
+ }
207
+ }
208
+ },
209
+ {
210
+ "BoutId": 1828,
211
+ "PoolId": 137,
212
+ "EventId": 5,
213
+ "Person1Id": 10,
214
+ "Person2Id": 14,
215
+ "Status": "Completed",
216
+ "Score1": 7,
217
+ "Score2": 4,
218
+ "Started": null,
219
+ "Ended": null,
220
+ "TimerStatus": "stopped",
221
+ "TimeLeft": 0,
222
+ "RoundLabel": null,
223
+ "DEBoutId": null,
224
+ "DENextBoutId": null,
225
+ "RefereeId": null,
226
+ "RingName": "Ring1",
227
+ "createdAt": "2024-06-15T06:45:39.000Z",
228
+ "updatedAt": "2024-06-15T06:45:39.000Z",
229
+ "Person1": {
230
+ "PersonId": 10,
231
+ "DisplayName": "Melissa Jones",
232
+ "ClubId": 4,
233
+ "Images": [],
234
+ "Club": {
235
+ "Name": "Guardians of the Guard"
236
+ }
1155
237
  },
1156
- {
1157
- "RuleName": "DETime",
1158
- "RuleValue": "180",
1159
- "Context": "de"
238
+ "Person2": {
239
+ "PersonId": 14,
240
+ "DisplayName": "Jordan Allen",
241
+ "ClubId": 5,
242
+ "Images": [],
243
+ "Club": {
244
+ "Name": "Fechtastic Fighters"
245
+ }
246
+ }
247
+ },
248
+ {
249
+ "BoutId": 1829,
250
+ "PoolId": 137,
251
+ "EventId": 5,
252
+ "Person1Id": 1,
253
+ "Person2Id": 7,
254
+ "Status": "Active",
255
+ "Score1": 0,
256
+ "Score2": 0,
257
+ "Started": null,
258
+ "Ended": null,
259
+ "TimerStatus": "stopped",
260
+ "TimeLeft": 0,
261
+ "RoundLabel": null,
262
+ "DEBoutId": null,
263
+ "DENextBoutId": null,
264
+ "RefereeId": null,
265
+ "RingName": "Ring1",
266
+ "createdAt": "2024-06-15T06:45:39.000Z",
267
+ "updatedAt": "2024-06-15T06:45:39.000Z",
268
+ "Person1": {
269
+ "PersonId": 1,
270
+ "DisplayName": "Dave Smith",
271
+ "ClubId": 4,
272
+ "Images": [
273
+ {
274
+ "ImageId": 7,
275
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
276
+ }
277
+ ],
278
+ "Club": {
279
+ "Name": "Guardians of the Guard"
280
+ }
1160
281
  },
1161
- {
1162
- "RuleName": "DEMaxPoints",
1163
- "RuleValue": "7",
1164
- "Context": "de"
282
+ "Person2": {
283
+ "PersonId": 7,
284
+ "DisplayName": "Emily Carlson",
285
+ "ClubId": 4,
286
+ "Images": [],
287
+ "Club": {
288
+ "Name": "Guardians of the Guard"
289
+ }
290
+ }
291
+ },
292
+ {
293
+ "BoutId": 1830,
294
+ "PoolId": 137,
295
+ "EventId": 5,
296
+ "Person1Id": 6,
297
+ "Person2Id": 10,
298
+ "Status": "Scheduled",
299
+ "Score1": 0,
300
+ "Score2": 0,
301
+ "Started": null,
302
+ "Ended": null,
303
+ "TimerStatus": "stopped",
304
+ "TimeLeft": 0,
305
+ "RoundLabel": null,
306
+ "DEBoutId": null,
307
+ "DENextBoutId": null,
308
+ "RefereeId": null,
309
+ "createdAt": "2024-06-15T06:45:39.000Z",
310
+ "updatedAt": "2024-06-15T06:45:39.000Z",
311
+ "Person1": {
312
+ "PersonId": 6,
313
+ "DisplayName": "Courtney Medina",
314
+ "ClubId": 3,
315
+ "Images": [],
316
+ "Club": {
317
+ "Name": "Sword & Blade of Callie"
318
+ }
1165
319
  },
1166
- {
1167
- "RuleName": "ThirdPlaceFenceOff",
1168
- "RuleValue": "1",
1169
- "Context": "general"
320
+ "Person2": {
321
+ "PersonId": 10,
322
+ "DisplayName": "Melissa Jones",
323
+ "ClubId": 4,
324
+ "Images": [],
325
+ "Club": {
326
+ "Name": "Guardians of the Guard"
327
+ }
328
+ }
329
+ },
330
+ {
331
+ "BoutId": 1831,
332
+ "PoolId": 137,
333
+ "EventId": 5,
334
+ "Person1Id": 14,
335
+ "Person2Id": 7,
336
+ "Status": "Scheduled",
337
+ "Score1": 0,
338
+ "Score2": 0,
339
+ "Started": null,
340
+ "Ended": null,
341
+ "TimerStatus": "stopped",
342
+ "TimeLeft": 0,
343
+ "RoundLabel": null,
344
+ "DEBoutId": null,
345
+ "DENextBoutId": null,
346
+ "RefereeId": null,
347
+ "createdAt": "2024-06-15T06:45:39.000Z",
348
+ "updatedAt": "2024-06-15T06:45:39.000Z",
349
+ "Person1": {
350
+ "PersonId": 14,
351
+ "DisplayName": "Jordan Allen",
352
+ "ClubId": 5,
353
+ "Images": [],
354
+ "Club": {
355
+ "Name": "Fechtastic Fighters"
356
+ }
357
+ },
358
+ "Person2": {
359
+ "PersonId": 7,
360
+ "DisplayName": "Emily Carlson",
361
+ "ClubId": 4,
362
+ "Images": [],
363
+ "Club": {
364
+ "Name": "Guardians of the Guard"
365
+ }
366
+ }
367
+ },
368
+ {
369
+ "BoutId": 1832,
370
+ "PoolId": 137,
371
+ "EventId": 5,
372
+ "Person1Id": 6,
373
+ "Person2Id": 1,
374
+ "Status": "Scheduled",
375
+ "Score1": 0,
376
+ "Score2": 0,
377
+ "Started": null,
378
+ "Ended": null,
379
+ "TimerStatus": "stopped",
380
+ "TimeLeft": 0,
381
+ "RoundLabel": null,
382
+ "DEBoutId": null,
383
+ "DENextBoutId": null,
384
+ "RefereeId": null,
385
+ "createdAt": "2024-06-15T06:45:39.000Z",
386
+ "updatedAt": "2024-06-15T06:45:39.000Z",
387
+ "Person1": {
388
+ "PersonId": 6,
389
+ "DisplayName": "Courtney Medina",
390
+ "ClubId": 3,
391
+ "Images": [],
392
+ "Club": {
393
+ "Name": "Sword & Blade of Callie"
394
+ }
395
+ },
396
+ "Person2": {
397
+ "PersonId": 1,
398
+ "DisplayName": "Dave Smith",
399
+ "ClubId": 4,
400
+ "Images": [
401
+ {
402
+ "ImageId": 7,
403
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
404
+ }
405
+ ],
406
+ "Club": {
407
+ "Name": "Guardians of the Guard"
408
+ }
1170
409
  }
1171
- ],
1172
- "hostingClubColors": {
1173
- "Color1": "rose",
1174
- "Color2": "navy"
1175
410
  }
1176
- }
1177
-
1178
- export default getPoolsWithBoutsByPoolId;
1179
-
411
+ ];
1180
412
 
413
+ export default getPoolsWithBoutsByPoolId;