@dcrackel/hematournamentui 1.0.322 → 1.0.323
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.
- package/package.json +1 -1
- package/src/mocks/clubGetAllMock.js +387 -247
package/package.json
CHANGED
|
@@ -1,249 +1,389 @@
|
|
|
1
1
|
const clubGetAllMock =
|
|
2
|
-
[
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
"
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
2
|
+
[{
|
|
3
|
+
"ClubId": 1,
|
|
4
|
+
"Name": "Acme Fencing Club",
|
|
5
|
+
"ShortName": "ACME",
|
|
6
|
+
"Description": "Acme Fencing Club",
|
|
7
|
+
"AddressId": 1,
|
|
8
|
+
"Color1": "rose",
|
|
9
|
+
"Color2": "navy",
|
|
10
|
+
"Images": [{
|
|
11
|
+
"ImageId": 13,
|
|
12
|
+
"URL": "https://meyersquared.com/images/acme_club.png",
|
|
13
|
+
"AltText": "Club lol",
|
|
14
|
+
"Type": "Club",
|
|
15
|
+
"EntityId": 1,
|
|
16
|
+
"EntityType": "Club"
|
|
17
|
+
}],
|
|
18
|
+
"Address": {
|
|
19
|
+
"AddressId": 1,
|
|
20
|
+
"Name": "Test Location",
|
|
21
|
+
"Address1": "123 Anywhere",
|
|
22
|
+
"Address2": null,
|
|
23
|
+
"City": "Delaware",
|
|
24
|
+
"State": "OH",
|
|
25
|
+
"Zip": 43015,
|
|
26
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
27
|
+
}
|
|
28
|
+
}, {
|
|
29
|
+
"ClubId": 8,
|
|
30
|
+
"Name": "Anytime Historical Fencing ",
|
|
31
|
+
"ShortName": "AHF",
|
|
32
|
+
"Description": null,
|
|
33
|
+
"AddressId": 1,
|
|
34
|
+
"Color1": "red",
|
|
35
|
+
"Color2": "blue",
|
|
36
|
+
"Images": [],
|
|
37
|
+
"Address": {
|
|
38
|
+
"AddressId": 1,
|
|
39
|
+
"Name": "Test Location",
|
|
40
|
+
"Address1": "123 Anywhere",
|
|
41
|
+
"Address2": null,
|
|
42
|
+
"City": "Delaware",
|
|
43
|
+
"State": "OH",
|
|
44
|
+
"Zip": 43015,
|
|
45
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
46
|
+
}
|
|
47
|
+
}, {
|
|
48
|
+
"ClubId": 14,
|
|
49
|
+
"Name": "Ars Gladii",
|
|
50
|
+
"ShortName": "AG",
|
|
51
|
+
"Description": null,
|
|
52
|
+
"AddressId": 1,
|
|
53
|
+
"Color1": "green",
|
|
54
|
+
"Color2": "black",
|
|
55
|
+
"Images": [],
|
|
56
|
+
"Address": {
|
|
57
|
+
"AddressId": 1,
|
|
58
|
+
"Name": "Test Location",
|
|
59
|
+
"Address1": "123 Anywhere",
|
|
60
|
+
"Address2": null,
|
|
61
|
+
"City": "Delaware",
|
|
62
|
+
"State": "OH",
|
|
63
|
+
"Zip": 43015,
|
|
64
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
65
|
+
}
|
|
66
|
+
}, {
|
|
67
|
+
"ClubId": 9,
|
|
68
|
+
"Name": "Cats Cutlass Club of Canton",
|
|
69
|
+
"ShortName": "CCCoC",
|
|
70
|
+
"Description": null,
|
|
71
|
+
"AddressId": 1,
|
|
72
|
+
"Color1": "red",
|
|
73
|
+
"Color2": "blue",
|
|
74
|
+
"Images": [{
|
|
75
|
+
"ImageId": 20,
|
|
76
|
+
"URL": "https://meyersquared.com/images/Club12.png",
|
|
77
|
+
"AltText": null,
|
|
78
|
+
"Type": "Club",
|
|
79
|
+
"EntityId": 9,
|
|
80
|
+
"EntityType": "Club"
|
|
81
|
+
}],
|
|
82
|
+
"Address": {
|
|
83
|
+
"AddressId": 1,
|
|
84
|
+
"Name": "Test Location",
|
|
85
|
+
"Address1": "123 Anywhere",
|
|
86
|
+
"Address2": null,
|
|
87
|
+
"City": "Delaware",
|
|
88
|
+
"State": "OH",
|
|
89
|
+
"Zip": 43015,
|
|
90
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
91
|
+
}
|
|
92
|
+
}, {
|
|
93
|
+
"ClubId": 10,
|
|
94
|
+
"Name": "Columbus United Fencing Club",
|
|
95
|
+
"ShortName": "CUFC",
|
|
96
|
+
"Description": "<p>sfdg</p>",
|
|
97
|
+
"AddressId": 3,
|
|
98
|
+
"Color1": "rose",
|
|
99
|
+
"Color2": "navy",
|
|
100
|
+
"Images": [{
|
|
101
|
+
"ImageId": 31,
|
|
102
|
+
"URL": "https://meyersquared.com/uploads/c-eb7369f6.png",
|
|
103
|
+
"AltText": "ClubImage",
|
|
104
|
+
"Type": "Club",
|
|
105
|
+
"EntityId": 10,
|
|
106
|
+
"EntityType": "Club"
|
|
107
|
+
}],
|
|
108
|
+
"Address": {
|
|
109
|
+
"AddressId": 3,
|
|
110
|
+
"Name": "Nutter Time Hotel",
|
|
111
|
+
"Address1": "2000 Nutter Farm Lane",
|
|
112
|
+
"Address2": null,
|
|
113
|
+
"City": "Delaware",
|
|
114
|
+
"State": "OH",
|
|
115
|
+
"Zip": 43015,
|
|
116
|
+
"Coordinates": "40.2824683,-83.02237459999999"
|
|
117
|
+
}
|
|
118
|
+
}, {
|
|
119
|
+
"ClubId": 16,
|
|
120
|
+
"Name": "Cymbrogi School of Western Martial Arts",
|
|
121
|
+
"ShortName": "CSoWM",
|
|
122
|
+
"Description": null,
|
|
123
|
+
"AddressId": 1,
|
|
124
|
+
"Color1": "red",
|
|
125
|
+
"Color2": "blue",
|
|
126
|
+
"Images": [],
|
|
127
|
+
"Address": {
|
|
128
|
+
"AddressId": 1,
|
|
129
|
+
"Name": "Test Location",
|
|
130
|
+
"Address1": "123 Anywhere",
|
|
131
|
+
"Address2": null,
|
|
132
|
+
"City": "Delaware",
|
|
133
|
+
"State": "OH",
|
|
134
|
+
"Zip": 43015,
|
|
135
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
136
|
+
}
|
|
137
|
+
}, {
|
|
138
|
+
"ClubId": 5,
|
|
139
|
+
"Name": "Fechtastic Fighters",
|
|
140
|
+
"ShortName": "FF",
|
|
141
|
+
"Description": "Fechtastic Fighters",
|
|
142
|
+
"AddressId": 1,
|
|
143
|
+
"Color1": "green",
|
|
144
|
+
"Color2": "silver",
|
|
145
|
+
"Images": [{
|
|
146
|
+
"ImageId": 17,
|
|
147
|
+
"URL": "https://meyersquared.com/images/Club9.png",
|
|
148
|
+
"AltText": null,
|
|
149
|
+
"Type": "Club",
|
|
150
|
+
"EntityId": 5,
|
|
151
|
+
"EntityType": "Club"
|
|
152
|
+
}],
|
|
153
|
+
"Address": {
|
|
154
|
+
"AddressId": 1,
|
|
155
|
+
"Name": "Test Location",
|
|
156
|
+
"Address1": "123 Anywhere",
|
|
157
|
+
"Address2": null,
|
|
158
|
+
"City": "Delaware",
|
|
159
|
+
"State": "OH",
|
|
160
|
+
"Zip": 43015,
|
|
161
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
162
|
+
}
|
|
163
|
+
}, {
|
|
164
|
+
"ClubId": 12,
|
|
165
|
+
"Name": "Gem City Duelists Society",
|
|
166
|
+
"ShortName": "GCDS",
|
|
167
|
+
"Description": null,
|
|
168
|
+
"AddressId": 1,
|
|
169
|
+
"Color1": "green",
|
|
170
|
+
"Color2": "black",
|
|
171
|
+
"Images": [],
|
|
172
|
+
"Address": {
|
|
173
|
+
"AddressId": 1,
|
|
174
|
+
"Name": "Test Location",
|
|
175
|
+
"Address1": "123 Anywhere",
|
|
176
|
+
"Address2": null,
|
|
177
|
+
"City": "Delaware",
|
|
178
|
+
"State": "OH",
|
|
179
|
+
"Zip": 43015,
|
|
180
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
181
|
+
}
|
|
182
|
+
}, {
|
|
183
|
+
"ClubId": 4,
|
|
184
|
+
"Name": "Guardians of the Guard",
|
|
185
|
+
"ShortName": "GotG",
|
|
186
|
+
"Description": "Guardians of the Guard",
|
|
187
|
+
"AddressId": 1,
|
|
188
|
+
"Color1": "purple",
|
|
189
|
+
"Color2": "orange",
|
|
190
|
+
"Images": [{
|
|
191
|
+
"ImageId": 16,
|
|
192
|
+
"URL": "https://meyersquared.com/images/Club8.png",
|
|
193
|
+
"AltText": null,
|
|
194
|
+
"Type": "Club",
|
|
195
|
+
"EntityId": 4,
|
|
196
|
+
"EntityType": "Club"
|
|
197
|
+
}],
|
|
198
|
+
"Address": {
|
|
199
|
+
"AddressId": 1,
|
|
200
|
+
"Name": "Test Location",
|
|
201
|
+
"Address1": "123 Anywhere",
|
|
202
|
+
"Address2": null,
|
|
203
|
+
"City": "Delaware",
|
|
204
|
+
"State": "OH",
|
|
205
|
+
"Zip": 43015,
|
|
206
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
207
|
+
}
|
|
208
|
+
}, {
|
|
209
|
+
"ClubId": 7,
|
|
210
|
+
"Name": "Hilt & Heart",
|
|
211
|
+
"ShortName": "H&H",
|
|
212
|
+
"Description": "Hilt & Heart",
|
|
213
|
+
"AddressId": 1,
|
|
214
|
+
"Color1": "red",
|
|
215
|
+
"Color2": "blue",
|
|
216
|
+
"Images": [{
|
|
217
|
+
"ImageId": 19,
|
|
218
|
+
"URL": "https://meyersquared.com/images/Club11.png",
|
|
219
|
+
"AltText": null,
|
|
220
|
+
"Type": "Club",
|
|
221
|
+
"EntityId": 7,
|
|
222
|
+
"EntityType": "Club"
|
|
223
|
+
}],
|
|
224
|
+
"Address": {
|
|
225
|
+
"AddressId": 1,
|
|
226
|
+
"Name": "Test Location",
|
|
227
|
+
"Address1": "123 Anywhere",
|
|
228
|
+
"Address2": null,
|
|
229
|
+
"City": "Delaware",
|
|
230
|
+
"State": "OH",
|
|
231
|
+
"Zip": 43015,
|
|
232
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
233
|
+
}
|
|
234
|
+
}, {
|
|
235
|
+
"ClubId": 2,
|
|
236
|
+
"Name": "Historical Fencing Of Anywhere",
|
|
237
|
+
"ShortName": "HFoA",
|
|
238
|
+
"Description": "is",
|
|
239
|
+
"AddressId": 1,
|
|
240
|
+
"Color1": "red",
|
|
241
|
+
"Color2": "blue",
|
|
242
|
+
"Images": [{
|
|
243
|
+
"ImageId": 14,
|
|
244
|
+
"URL": "https://meyersquared.com/images/Club6.png",
|
|
245
|
+
"AltText": null,
|
|
246
|
+
"Type": "Club",
|
|
247
|
+
"EntityId": 2,
|
|
248
|
+
"EntityType": "Club"
|
|
249
|
+
}],
|
|
250
|
+
"Address": {
|
|
251
|
+
"AddressId": 1,
|
|
252
|
+
"Name": "Test Location",
|
|
253
|
+
"Address1": "123 Anywhere",
|
|
254
|
+
"Address2": null,
|
|
255
|
+
"City": "Delaware",
|
|
256
|
+
"State": "OH",
|
|
257
|
+
"Zip": 43015,
|
|
258
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
259
|
+
}
|
|
260
|
+
}, {
|
|
261
|
+
"ClubId": 17,
|
|
262
|
+
"Name": "No Club Affiliation ",
|
|
263
|
+
"ShortName": "NoClub",
|
|
264
|
+
"Description": "Not in a club",
|
|
265
|
+
"AddressId": 1,
|
|
266
|
+
"Color1": "red",
|
|
267
|
+
"Color2": "blue",
|
|
268
|
+
"Images": [],
|
|
269
|
+
"Address": {
|
|
270
|
+
"AddressId": 1,
|
|
271
|
+
"Name": "Test Location",
|
|
272
|
+
"Address1": "123 Anywhere",
|
|
273
|
+
"Address2": null,
|
|
274
|
+
"City": "Delaware",
|
|
275
|
+
"State": "OH",
|
|
276
|
+
"Zip": 43015,
|
|
277
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
278
|
+
}
|
|
279
|
+
}, {
|
|
280
|
+
"ClubId": 11,
|
|
281
|
+
"Name": "Queen City Sword Guild",
|
|
282
|
+
"ShortName": "QCSG",
|
|
283
|
+
"Description": null,
|
|
284
|
+
"AddressId": 1,
|
|
285
|
+
"Color1": "blue",
|
|
286
|
+
"Color2": "silver",
|
|
287
|
+
"Images": [],
|
|
288
|
+
"Address": {
|
|
289
|
+
"AddressId": 1,
|
|
290
|
+
"Name": "Test Location",
|
|
291
|
+
"Address1": "123 Anywhere",
|
|
292
|
+
"Address2": null,
|
|
293
|
+
"City": "Delaware",
|
|
294
|
+
"State": "OH",
|
|
295
|
+
"Zip": 43015,
|
|
296
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
297
|
+
}
|
|
298
|
+
}, {
|
|
299
|
+
"ClubId": 15,
|
|
300
|
+
"Name": "Steelhead Western Martial Arts",
|
|
301
|
+
"ShortName": "SWMA",
|
|
302
|
+
"Description": null,
|
|
303
|
+
"AddressId": 1,
|
|
304
|
+
"Color1": "red",
|
|
305
|
+
"Color2": "blue",
|
|
306
|
+
"Images": [],
|
|
307
|
+
"Address": {
|
|
308
|
+
"AddressId": 1,
|
|
309
|
+
"Name": "Test Location",
|
|
310
|
+
"Address1": "123 Anywhere",
|
|
311
|
+
"Address2": null,
|
|
312
|
+
"City": "Delaware",
|
|
313
|
+
"State": "OH",
|
|
314
|
+
"Zip": 43015,
|
|
315
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
316
|
+
}
|
|
317
|
+
}, {
|
|
318
|
+
"ClubId": 3,
|
|
319
|
+
"Name": "Sword & Blade of Callie",
|
|
320
|
+
"ShortName": "SBoC",
|
|
321
|
+
"Description": "adsasdf",
|
|
322
|
+
"AddressId": 1,
|
|
323
|
+
"Color1": "red",
|
|
324
|
+
"Color2": "gold",
|
|
325
|
+
"Images": [{
|
|
326
|
+
"ImageId": 15,
|
|
327
|
+
"URL": "https://meyersquared.com/images/Club7.png",
|
|
328
|
+
"AltText": null,
|
|
329
|
+
"Type": "Club",
|
|
330
|
+
"EntityId": 3,
|
|
331
|
+
"EntityType": "Club"
|
|
332
|
+
}],
|
|
333
|
+
"Address": {
|
|
334
|
+
"AddressId": 1,
|
|
335
|
+
"Name": "Test Location",
|
|
336
|
+
"Address1": "123 Anywhere",
|
|
337
|
+
"Address2": null,
|
|
338
|
+
"City": "Delaware",
|
|
339
|
+
"State": "OH",
|
|
340
|
+
"Zip": 43015,
|
|
341
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
342
|
+
}
|
|
343
|
+
}, {
|
|
344
|
+
"ClubId": 6,
|
|
345
|
+
"Name": "SwordPlay Society",
|
|
346
|
+
"ShortName": "SS",
|
|
347
|
+
"Description": "SwordPlay Society",
|
|
348
|
+
"AddressId": 1,
|
|
349
|
+
"Color1": "red",
|
|
350
|
+
"Color2": "blue",
|
|
351
|
+
"Images": [{
|
|
352
|
+
"ImageId": 18,
|
|
353
|
+
"URL": "https://meyersquared.com/images/Club10.png",
|
|
354
|
+
"AltText": null,
|
|
355
|
+
"Type": "Club",
|
|
356
|
+
"EntityId": 6,
|
|
357
|
+
"EntityType": "Club"
|
|
358
|
+
}],
|
|
359
|
+
"Address": {
|
|
360
|
+
"AddressId": 1,
|
|
361
|
+
"Name": "Test Location",
|
|
362
|
+
"Address1": "123 Anywhere",
|
|
363
|
+
"Address2": null,
|
|
364
|
+
"City": "Delaware",
|
|
365
|
+
"State": "OH",
|
|
366
|
+
"Zip": 43015,
|
|
367
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
368
|
+
}
|
|
369
|
+
}, {
|
|
370
|
+
"ClubId": 13,
|
|
371
|
+
"Name": "Two Ravens Fencing School",
|
|
372
|
+
"ShortName": "TRFS",
|
|
373
|
+
"Description": null,
|
|
374
|
+
"AddressId": 1,
|
|
375
|
+
"Color1": "red",
|
|
376
|
+
"Color2": "blue",
|
|
377
|
+
"Images": [],
|
|
378
|
+
"Address": {
|
|
379
|
+
"AddressId": 1,
|
|
380
|
+
"Name": "Test Location",
|
|
381
|
+
"Address1": "123 Anywhere",
|
|
382
|
+
"Address2": null,
|
|
383
|
+
"City": "Delaware",
|
|
384
|
+
"State": "OH",
|
|
385
|
+
"Zip": 43015,
|
|
386
|
+
"Coordinates": "40.2828592,-83.1118049"
|
|
387
|
+
}
|
|
388
|
+
}]
|
|
249
389
|
export default clubGetAllMock;
|