@dcrackel/meyersquaredui
Version:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
71 lines (69 loc) • 2.22 kB
JavaScript
const getBoutUpdateViaWS =
{
"TimerStatus": "stopped",
"RefName": "Dwain Crackel",
"BoutId": 16220,
"PoolId": 730,
"EventId": 171,
"Person1Id": 101,
"Person2Id": 63,
"Status": "Active",
"Score1": 1,
"Score2": 0,
"Started": "2025-07-19T03:45:42.210Z",
"Ended": null,
"TimeLeft": 180,
"CurrentPass": 2,
"MaxPasses": 0,
"RoundLabel": "Table of 16",
"DEBoutId": 2,
"DENextBoutId": 9,
"LoserNextBoutId": null,
"RefereeId": 1,
"createdAt": "2025-07-19T03:45:37.000Z",
"updatedAt": "2025-07-19T03:45:37.000Z",
"Person1": {
"PersonId": 101,
"DisplayName": "Team Bestest",
"ClubId": 10,
"ShowData": true,
"Images": [],
"Club": {
"Name": "Columbus United Fencing Club",
"Color1": "navy",
"Color2": "rose"
},
"EventPersons": [
{
"DEPosition": 4,
"LastNote": null
}
],
"Penalties": []
},
"Person2": {
"PersonId": 63,
"DisplayName": "Nate Sirrat",
"ClubId": 23,
"ShowData": true,
"Images": [],
"Club": {
"Name": "Queen City Sword Guild"
},
"EventPersons": [
{
"DEPosition": 3,
"LastNote": null
}
],
"Penalties": []
},
"Pool": {
"RingName": "DE Bracket"
},
"Metrics": [],
"IsCountingUp": true,
"ShowTimerBox": false,
"MaxPoints": 12
};
export default getBoutUpdateViaWS;