@getmicdrop/svelte-components 1.0.4 → 1.0.6

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 (130) hide show
  1. package/dist/assets/icons/Ellipse 68.svg +3 -0
  2. package/dist/assets/icons/Ellipse68.svg +3 -0
  3. package/dist/assets/icons/Ellipsebrand.svg +3 -0
  4. package/dist/assets/icons/Subtract.svg +3 -0
  5. package/dist/assets/icons/Vector.svg +3 -0
  6. package/dist/assets/icons/arrow-left.svg +5 -0
  7. package/dist/assets/icons/arrow-right.svg +5 -0
  8. package/dist/assets/icons/calendar-month.svg +19 -0
  9. package/dist/assets/icons/cancel-circle.svg +6 -0
  10. package/dist/assets/icons/cross.svg +3 -0
  11. package/dist/assets/icons/left-square.svg +3 -0
  12. package/dist/assets/icons/right-square.svg +3 -0
  13. package/dist/assets/icons/tick-01.png +0 -0
  14. package/dist/assets/images/Logo.png +0 -0
  15. package/dist/assets/images/account_page.png +0 -0
  16. package/dist/assets/images/avails_custom_message.png +0 -0
  17. package/dist/assets/images/custom_message_popup.png +0 -0
  18. package/dist/assets/images/disclamier-popup.png +0 -0
  19. package/dist/assets/images/enable_calendar.png +0 -0
  20. package/dist/assets/images/faq-popup.png +0 -0
  21. package/dist/assets/images/image-uploaded.png +0 -0
  22. package/dist/assets/images/image.png +0 -0
  23. package/dist/assets/images/micdrop-logo.png +0 -0
  24. package/dist/assets/images/microphone.png +0 -0
  25. package/dist/assets/images/modal_1.png +0 -0
  26. package/dist/assets/images/modal_2.png +0 -0
  27. package/dist/assets/images/modal_3.png +0 -0
  28. package/dist/assets/images/only_performs.png +0 -0
  29. package/dist/assets/images/paypal.png +0 -0
  30. package/dist/assets/images/user-profile.png +0 -0
  31. package/dist/assets/images/venmo.png +0 -0
  32. package/dist/assets/svg/Alert-icon.svg +5 -0
  33. package/dist/assets/svg/Success-icon.svg +5 -0
  34. package/dist/assets/svg/add-main-01.svg +6 -0
  35. package/dist/assets/svg/add-main-blue.svg +4 -0
  36. package/dist/assets/svg/add-main.svg +6 -0
  37. package/dist/assets/svg/arrow-Left-01.svg +3 -0
  38. package/dist/assets/svg/arrow-down-01.svg +3 -0
  39. package/dist/assets/svg/arrow-left-02.svg +6 -0
  40. package/dist/assets/svg/arrow-right-01.svg +3 -0
  41. package/dist/assets/svg/arrow-up.svg +5 -0
  42. package/dist/assets/svg/attachment-square.svg +5 -0
  43. package/dist/assets/svg/avail-settings.svg +3 -0
  44. package/dist/assets/svg/barcode.svg +9 -0
  45. package/dist/assets/svg/cancel-01.svg +5 -0
  46. package/dist/assets/svg/cancel-upload.svg +5 -0
  47. package/dist/assets/svg/cancel.svg +5 -0
  48. package/dist/assets/svg/caution.svg +3 -0
  49. package/dist/assets/svg/checkmark.svg +3 -0
  50. package/dist/assets/svg/clock.svg +4 -0
  51. package/dist/assets/svg/cloud-upload.svg +6 -0
  52. package/dist/assets/svg/club-logo.svg +34 -0
  53. package/dist/assets/svg/custom-settings.svg +5 -0
  54. package/dist/assets/svg/delete-02.svg +6 -0
  55. package/dist/assets/svg/delete-upload.svg +8 -0
  56. package/dist/assets/svg/edit-user-02.svg +7 -0
  57. package/dist/assets/svg/failmark.svg +3 -0
  58. package/dist/assets/svg/loading-03.svg +12 -0
  59. package/dist/assets/svg/message-icon.svg +4 -0
  60. package/dist/assets/svg/more-actions.svg +3 -0
  61. package/dist/assets/svg/more-info.svg +3 -0
  62. package/dist/assets/svg/nextIcon.svg +3 -0
  63. package/dist/assets/svg/notification-02.svg +6 -0
  64. package/dist/assets/svg/org-settings.svg +7 -0
  65. package/dist/assets/svg/pdf-upload-download.svg +16 -0
  66. package/dist/assets/svg/pdf-upload.svg +8 -0
  67. package/dist/assets/svg/pin.svg +6 -0
  68. package/dist/assets/svg/role/booking.svg +4 -0
  69. package/dist/assets/svg/role/emails.svg +6 -0
  70. package/dist/assets/svg/role/event.svg +6 -0
  71. package/dist/assets/svg/role/marketing.svg +5 -0
  72. package/dist/assets/svg/role/orders.svg +6 -0
  73. package/dist/assets/svg/role/organisation.svg +7 -0
  74. package/dist/assets/svg/role/payout.svg +5 -0
  75. package/dist/assets/svg/role/reporting.svg +6 -0
  76. package/dist/assets/svg/role/venue.svg +4 -0
  77. package/dist/assets/svg/rotate.svg +5 -0
  78. package/dist/assets/svg/search-01.svg +6 -0
  79. package/dist/assets/svg/send-message.svg +3 -0
  80. package/dist/assets/svg/share-08.svg +8 -0
  81. package/dist/assets/svg/team-user.svg +4 -0
  82. package/dist/assets/svg/tick-01.svg +5 -0
  83. package/dist/assets/svg/user-image.svg +9 -0
  84. package/dist/assets/svg/wallet.svg +4 -0
  85. package/dist/assets/svg/zoom-in.png +0 -0
  86. package/dist/assets/svg/zoom-out.png +0 -0
  87. package/dist/utils/apiConfig.d.ts +30 -0
  88. package/dist/utils/apiConfig.d.ts.map +1 -0
  89. package/dist/utils/apiConfig.js +50 -0
  90. package/dist/utils/apiConfig.spec.d.ts +2 -0
  91. package/dist/utils/apiConfig.spec.d.ts.map +1 -0
  92. package/dist/utils/apiConfig.spec.js +118 -0
  93. package/dist/utils/data/table/bookingsTable.json +1934 -0
  94. package/dist/utils/data/table/eventsTable.json +959 -0
  95. package/dist/utils/data/table/performersTable.json +2563 -0
  96. package/dist/utils/data/table/types.d.ts +105 -0
  97. package/dist/utils/data/table/types.d.ts.map +1 -0
  98. package/dist/utils/data/table/types.js +1 -0
  99. package/dist/utils/data/table/venuesTable.json +16 -0
  100. package/dist/utils/greetings.d.ts +24 -0
  101. package/dist/utils/greetings.d.ts.map +1 -0
  102. package/dist/utils/greetings.js +187 -0
  103. package/dist/utils/greetings.spec.d.ts +2 -0
  104. package/dist/utils/greetings.spec.d.ts.map +1 -0
  105. package/dist/utils/greetings.spec.js +337 -0
  106. package/dist/utils/imageValidation.d.ts +36 -0
  107. package/dist/utils/imageValidation.d.ts.map +1 -0
  108. package/dist/utils/imageValidation.js +121 -0
  109. package/dist/utils/imageValidation.spec.d.ts +2 -0
  110. package/dist/utils/imageValidation.spec.d.ts.map +1 -0
  111. package/dist/utils/imageValidation.spec.js +220 -0
  112. package/dist/utils/portal.d.ts +12 -0
  113. package/dist/utils/portal.d.ts.map +1 -0
  114. package/dist/utils/portal.js +25 -0
  115. package/dist/utils/portal.spec.d.ts +2 -0
  116. package/dist/utils/portal.spec.d.ts.map +1 -0
  117. package/dist/utils/portal.spec.js +143 -0
  118. package/dist/utils/utils/utils.d.ts +73 -0
  119. package/dist/utils/utils/utils.d.ts.map +1 -0
  120. package/dist/utils/utils/utils.js +323 -0
  121. package/dist/utils/utils/utils.spec.d.ts +2 -0
  122. package/dist/utils/utils/utils.spec.d.ts.map +1 -0
  123. package/dist/utils/utils/utils.spec.js +698 -0
  124. package/dist/utils/utils.d.ts +98 -0
  125. package/dist/utils/utils.d.ts.map +1 -0
  126. package/dist/utils/utils.js +379 -0
  127. package/dist/utils/utils.spec.d.ts +2 -0
  128. package/dist/utils/utils.spec.d.ts.map +1 -0
  129. package/dist/utils/utils.spec.js +643 -0
  130. package/package.json +1 -1
@@ -0,0 +1,2563 @@
1
+ [
2
+ {
3
+ "venueID": 1,
4
+ "venue": {
5
+ "id": 1,
6
+ "name": "The Crow",
7
+ "address": "123 Main St",
8
+ "email": "test@example.com",
9
+ "description": "This is a test venue",
10
+ "instagram": "test_instagram",
11
+ "facebook": "test_facebook",
12
+ "phone": "123-456-7890",
13
+ "twitter": "test_twitter",
14
+ "image": "test_image"
15
+ },
16
+ "performers": [
17
+ {
18
+ "ID": 1,
19
+ "CreatedAt": "2024-08-18T15:38:33.106Z",
20
+ "UpdatedAt": "2024-08-18T15:38:33.106Z",
21
+ "DeletedAt": null,
22
+ "userId": 8,
23
+ "User": {
24
+ "ID": 8,
25
+ "CreatedAt": "2024-08-18T15:38:33.084Z",
26
+ "UpdatedAt": "2024-08-18T15:38:33.084Z",
27
+ "DeletedAt": null,
28
+ "role": 0,
29
+ "firstName": "Craig",
30
+ "lastName": "Robinson",
31
+ "email": "gus+craig@jetbook.co",
32
+ "password": "",
33
+ "PasswordResetToken": "",
34
+ "performerAvailability": null,
35
+ "performerProfileId": {
36
+ "Int64": 0,
37
+ "Valid": false
38
+ },
39
+ "performerProfile": {
40
+ "ID": 2,
41
+ "CreatedAt": "2024-08-18T15:38:33.201Z",
42
+ "UpdatedAt": "2024-08-18T15:38:33.201Z",
43
+ "DeletedAt": null,
44
+ "ethnicity": 0,
45
+ "gender": 0,
46
+ "description": "Test Description",
47
+ "firstName": "Craig",
48
+ "lastName": "Robinson",
49
+ "stageName": "Craig Robinson",
50
+ "email": "gus+craig@jetbook.co",
51
+ "phoneNumber": "123-456-7890",
52
+ "location": "Los Angeles, CA",
53
+ "profileImage": "",
54
+ "website": "",
55
+ "instagram": "",
56
+ "facebook": "",
57
+ "twitter": "",
58
+ "tikTok": "",
59
+ "videoLink": "",
60
+ "venmo": "",
61
+ "paypal": "",
62
+ "biography": "",
63
+ "introCredits": "",
64
+ "userId": 8,
65
+ "avatarPosition1": "/performer-avatars/CraigRobinson.jpg",
66
+ "avatarPosition2": "",
67
+ "avatarPosition3": "",
68
+ "avatarPosition4": "",
69
+ "avatarPosition5": "",
70
+ "avatarPosition6": "",
71
+ "preferredPaymentGateway": "",
72
+ "showInvitationEmail": false,
73
+ "availabilityRequestsEmail": false,
74
+ "useStageName": false
75
+ },
76
+ "temporaryLoginToken": "",
77
+ "temporaryLoginExpiry": "2024-08-18T15:38:33.084Z",
78
+ "temporaryLoginDestination": "",
79
+ "showInvitationNotification": true,
80
+ "showInvitationSMS": false,
81
+ "availabilityRequestSMS": false,
82
+ "availabilityRequestNotification": true,
83
+ "paymentMethodPreference": ""
84
+ },
85
+ "venueId": 1,
86
+ "Venue": {
87
+ "ID": 0,
88
+ "CreatedAt": "0001-01-01T00:00:00Z",
89
+ "UpdatedAt": "0001-01-01T00:00:00Z",
90
+ "DeletedAt": null,
91
+ "name": "",
92
+ "stages": null,
93
+ "Events": null,
94
+ "roster": null,
95
+ "userId": 0,
96
+ "User": {
97
+ "ID": 0,
98
+ "CreatedAt": "0001-01-01T00:00:00Z",
99
+ "UpdatedAt": "0001-01-01T00:00:00Z",
100
+ "DeletedAt": null,
101
+ "role": 0,
102
+ "firstName": "",
103
+ "lastName": "",
104
+ "email": "",
105
+ "password": "",
106
+ "PasswordResetToken": "",
107
+ "performerAvailability": null,
108
+ "performerProfileId": {
109
+ "Int64": 0,
110
+ "Valid": false
111
+ },
112
+ "performerProfile": {
113
+ "ID": 0,
114
+ "CreatedAt": "0001-01-01T00:00:00Z",
115
+ "UpdatedAt": "0001-01-01T00:00:00Z",
116
+ "DeletedAt": null,
117
+ "ethnicity": 0,
118
+ "gender": 0,
119
+ "description": "",
120
+ "firstName": "",
121
+ "lastName": "",
122
+ "stageName": "",
123
+ "email": "",
124
+ "phoneNumber": "",
125
+ "location": "",
126
+ "profileImage": "",
127
+ "website": "",
128
+ "instagram": "",
129
+ "facebook": "",
130
+ "twitter": "",
131
+ "tikTok": "",
132
+ "videoLink": "",
133
+ "venmo": "",
134
+ "paypal": "",
135
+ "biography": "",
136
+ "introCredits": "",
137
+ "userId": 0,
138
+ "avatarPosition1": "",
139
+ "avatarPosition2": "",
140
+ "avatarPosition3": "",
141
+ "avatarPosition4": "",
142
+ "avatarPosition5": "",
143
+ "avatarPosition6": "",
144
+ "preferredPaymentGateway": "",
145
+ "showInvitationEmail": false,
146
+ "availabilityRequestsEmail": false,
147
+ "useStageName": false
148
+ },
149
+ "temporaryLoginToken": "",
150
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
151
+ "temporaryLoginDestination": "",
152
+ "showInvitationNotification": false,
153
+ "showInvitationSMS": false,
154
+ "availabilityRequestSMS": false,
155
+ "availabilityRequestNotification": false,
156
+ "paymentMethodPreference": ""
157
+ },
158
+ "address": "",
159
+ "email": "",
160
+ "description": "",
161
+ "instagram": "",
162
+ "facebook": "",
163
+ "phone": "",
164
+ "twitter": "",
165
+ "image": "",
166
+ "MailingList": null
167
+ },
168
+ "invitationId": "075da5ed-3581-4186-a4b0-2a3f7ed1814d",
169
+ "acceptedState": 0,
170
+ "tier": 1,
171
+ "listPosition": 0,
172
+ "ethnicity": 1,
173
+ "gender": 0,
174
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
175
+ },
176
+ {
177
+ "ID": 2,
178
+ "CreatedAt": "2024-08-18T15:38:33.295Z",
179
+ "UpdatedAt": "2024-08-18T15:38:33.295Z",
180
+ "DeletedAt": null,
181
+ "userId": 9,
182
+ "User": {
183
+ "ID": 9,
184
+ "CreatedAt": "2024-08-18T15:38:33.267Z",
185
+ "UpdatedAt": "2024-08-18T15:38:33.267Z",
186
+ "DeletedAt": null,
187
+ "role": 0,
188
+ "firstName": "Dana",
189
+ "lastName": "White",
190
+ "email": "gus+dana@jetbook.co",
191
+ "password": "",
192
+ "PasswordResetToken": "",
193
+ "performerAvailability": null,
194
+ "performerProfileId": {
195
+ "Int64": 0,
196
+ "Valid": false
197
+ },
198
+ "performerProfile": {
199
+ "ID": 4,
200
+ "CreatedAt": "2024-08-18T15:38:33.396Z",
201
+ "UpdatedAt": "2024-08-18T15:38:33.396Z",
202
+ "DeletedAt": null,
203
+ "ethnicity": 0,
204
+ "gender": 0,
205
+ "description": "Test Description",
206
+ "firstName": "Dana",
207
+ "lastName": "Gould",
208
+ "stageName": "Dana Gould",
209
+ "email": "gus+dana@jetbook.co",
210
+ "phoneNumber": "123-456-7890",
211
+ "location": "Los Angeles, CA",
212
+ "profileImage": "",
213
+ "website": "",
214
+ "instagram": "",
215
+ "facebook": "",
216
+ "twitter": "",
217
+ "tikTok": "",
218
+ "videoLink": "",
219
+ "venmo": "",
220
+ "paypal": "",
221
+ "biography": "",
222
+ "introCredits": "",
223
+ "userId": 9,
224
+ "avatarPosition1": "/performer-avatars/DanaGould.jpg",
225
+ "avatarPosition2": "",
226
+ "avatarPosition3": "",
227
+ "avatarPosition4": "",
228
+ "avatarPosition5": "",
229
+ "avatarPosition6": "",
230
+ "preferredPaymentGateway": "",
231
+ "showInvitationEmail": false,
232
+ "availabilityRequestsEmail": false,
233
+ "useStageName": false
234
+ },
235
+ "temporaryLoginToken": "",
236
+ "temporaryLoginExpiry": "2024-08-18T15:38:33.267Z",
237
+ "temporaryLoginDestination": "",
238
+ "showInvitationNotification": true,
239
+ "showInvitationSMS": false,
240
+ "availabilityRequestSMS": false,
241
+ "availabilityRequestNotification": true,
242
+ "paymentMethodPreference": ""
243
+ },
244
+ "venueId": 1,
245
+ "Venue": {
246
+ "ID": 0,
247
+ "CreatedAt": "0001-01-01T00:00:00Z",
248
+ "UpdatedAt": "0001-01-01T00:00:00Z",
249
+ "DeletedAt": null,
250
+ "name": "",
251
+ "stages": null,
252
+ "Events": null,
253
+ "roster": null,
254
+ "userId": 0,
255
+ "User": {
256
+ "ID": 0,
257
+ "CreatedAt": "0001-01-01T00:00:00Z",
258
+ "UpdatedAt": "0001-01-01T00:00:00Z",
259
+ "DeletedAt": null,
260
+ "role": 0,
261
+ "firstName": "",
262
+ "lastName": "",
263
+ "email": "",
264
+ "password": "",
265
+ "PasswordResetToken": "",
266
+ "performerAvailability": null,
267
+ "performerProfileId": {
268
+ "Int64": 0,
269
+ "Valid": false
270
+ },
271
+ "performerProfile": {
272
+ "ID": 0,
273
+ "CreatedAt": "0001-01-01T00:00:00Z",
274
+ "UpdatedAt": "0001-01-01T00:00:00Z",
275
+ "DeletedAt": null,
276
+ "ethnicity": 0,
277
+ "gender": 0,
278
+ "description": "",
279
+ "firstName": "",
280
+ "lastName": "",
281
+ "stageName": "",
282
+ "email": "",
283
+ "phoneNumber": "",
284
+ "location": "",
285
+ "profileImage": "",
286
+ "website": "",
287
+ "instagram": "",
288
+ "facebook": "",
289
+ "twitter": "",
290
+ "tikTok": "",
291
+ "videoLink": "",
292
+ "venmo": "",
293
+ "paypal": "",
294
+ "biography": "",
295
+ "introCredits": "",
296
+ "userId": 0,
297
+ "avatarPosition1": "",
298
+ "avatarPosition2": "",
299
+ "avatarPosition3": "",
300
+ "avatarPosition4": "",
301
+ "avatarPosition5": "",
302
+ "avatarPosition6": "",
303
+ "preferredPaymentGateway": "",
304
+ "showInvitationEmail": false,
305
+ "availabilityRequestsEmail": false,
306
+ "useStageName": false
307
+ },
308
+ "temporaryLoginToken": "",
309
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
310
+ "temporaryLoginDestination": "",
311
+ "showInvitationNotification": false,
312
+ "showInvitationSMS": false,
313
+ "availabilityRequestSMS": false,
314
+ "availabilityRequestNotification": false,
315
+ "paymentMethodPreference": ""
316
+ },
317
+ "address": "",
318
+ "email": "",
319
+ "description": "",
320
+ "instagram": "",
321
+ "facebook": "",
322
+ "phone": "",
323
+ "twitter": "",
324
+ "image": "",
325
+ "MailingList": null
326
+ },
327
+ "invitationId": "5178bb3d-723f-4c87-9ead-f57a3f312a04",
328
+ "acceptedState": 0,
329
+ "tier": 1,
330
+ "listPosition": 0,
331
+ "ethnicity": 3,
332
+ "gender": 0,
333
+ "lastBookedDate": "2024-12-30 18:00:00 +0000 UTC"
334
+ },
335
+ {
336
+ "ID": 3,
337
+ "CreatedAt": "2024-08-18T15:38:33.466Z",
338
+ "UpdatedAt": "2024-08-18T15:38:33.466Z",
339
+ "DeletedAt": null,
340
+ "userId": 10,
341
+ "User": {
342
+ "ID": 10,
343
+ "CreatedAt": "2024-08-18T15:38:33.438Z",
344
+ "UpdatedAt": "2024-08-18T15:38:33.438Z",
345
+ "DeletedAt": null,
346
+ "role": 0,
347
+ "firstName": "David",
348
+ "lastName": "Spade",
349
+ "email": "gus+spade@jetbook.co",
350
+ "password": "",
351
+ "PasswordResetToken": "",
352
+ "performerAvailability": null,
353
+ "performerProfileId": {
354
+ "Int64": 0,
355
+ "Valid": false
356
+ },
357
+ "performerProfile": {
358
+ "ID": 6,
359
+ "CreatedAt": "2024-08-18T15:38:33.564Z",
360
+ "UpdatedAt": "2024-08-18T15:38:33.564Z",
361
+ "DeletedAt": null,
362
+ "ethnicity": 0,
363
+ "gender": 0,
364
+ "description": "Test Description",
365
+ "firstName": "David",
366
+ "lastName": "Spade",
367
+ "stageName": "David Spade",
368
+ "email": "gus+spade@jetbook.co",
369
+ "phoneNumber": "123-456-7890",
370
+ "location": "Los Angeles, CA",
371
+ "profileImage": "",
372
+ "website": "",
373
+ "instagram": "",
374
+ "facebook": "",
375
+ "twitter": "",
376
+ "tikTok": "",
377
+ "videoLink": "",
378
+ "venmo": "",
379
+ "paypal": "",
380
+ "biography": "",
381
+ "introCredits": "",
382
+ "userId": 10,
383
+ "avatarPosition1": "/performer-avatars/DavidSpade.jpg",
384
+ "avatarPosition2": "",
385
+ "avatarPosition3": "",
386
+ "avatarPosition4": "",
387
+ "avatarPosition5": "",
388
+ "avatarPosition6": "",
389
+ "preferredPaymentGateway": "",
390
+ "showInvitationEmail": false,
391
+ "availabilityRequestsEmail": false,
392
+ "useStageName": false
393
+ },
394
+ "temporaryLoginToken": "",
395
+ "temporaryLoginExpiry": "2024-08-18T15:38:33.438Z",
396
+ "temporaryLoginDestination": "",
397
+ "showInvitationNotification": true,
398
+ "showInvitationSMS": false,
399
+ "availabilityRequestSMS": false,
400
+ "availabilityRequestNotification": true,
401
+ "paymentMethodPreference": ""
402
+ },
403
+ "venueId": 1,
404
+ "Venue": {
405
+ "ID": 0,
406
+ "CreatedAt": "0001-01-01T00:00:00Z",
407
+ "UpdatedAt": "0001-01-01T00:00:00Z",
408
+ "DeletedAt": null,
409
+ "name": "",
410
+ "stages": null,
411
+ "Events": null,
412
+ "roster": null,
413
+ "userId": 0,
414
+ "User": {
415
+ "ID": 0,
416
+ "CreatedAt": "0001-01-01T00:00:00Z",
417
+ "UpdatedAt": "0001-01-01T00:00:00Z",
418
+ "DeletedAt": null,
419
+ "role": 0,
420
+ "firstName": "",
421
+ "lastName": "",
422
+ "email": "",
423
+ "password": "",
424
+ "PasswordResetToken": "",
425
+ "performerAvailability": null,
426
+ "performerProfileId": {
427
+ "Int64": 0,
428
+ "Valid": false
429
+ },
430
+ "performerProfile": {
431
+ "ID": 0,
432
+ "CreatedAt": "0001-01-01T00:00:00Z",
433
+ "UpdatedAt": "0001-01-01T00:00:00Z",
434
+ "DeletedAt": null,
435
+ "ethnicity": 0,
436
+ "gender": 0,
437
+ "description": "",
438
+ "firstName": "",
439
+ "lastName": "",
440
+ "stageName": "",
441
+ "email": "",
442
+ "phoneNumber": "",
443
+ "location": "",
444
+ "profileImage": "",
445
+ "website": "",
446
+ "instagram": "",
447
+ "facebook": "",
448
+ "twitter": "",
449
+ "tikTok": "",
450
+ "videoLink": "",
451
+ "venmo": "",
452
+ "paypal": "",
453
+ "biography": "",
454
+ "introCredits": "",
455
+ "userId": 0,
456
+ "avatarPosition1": "",
457
+ "avatarPosition2": "",
458
+ "avatarPosition3": "",
459
+ "avatarPosition4": "",
460
+ "avatarPosition5": "",
461
+ "avatarPosition6": "",
462
+ "preferredPaymentGateway": "",
463
+ "showInvitationEmail": false,
464
+ "availabilityRequestsEmail": false,
465
+ "useStageName": false
466
+ },
467
+ "temporaryLoginToken": "",
468
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
469
+ "temporaryLoginDestination": "",
470
+ "showInvitationNotification": false,
471
+ "showInvitationSMS": false,
472
+ "availabilityRequestSMS": false,
473
+ "availabilityRequestNotification": false,
474
+ "paymentMethodPreference": ""
475
+ },
476
+ "address": "",
477
+ "email": "",
478
+ "description": "",
479
+ "instagram": "",
480
+ "facebook": "",
481
+ "phone": "",
482
+ "twitter": "",
483
+ "image": "",
484
+ "MailingList": null
485
+ },
486
+ "invitationId": "4ad7ed51-8efe-499c-b600-681329588420",
487
+ "acceptedState": 0,
488
+ "tier": 1,
489
+ "listPosition": 0,
490
+ "ethnicity": 3,
491
+ "gender": 0,
492
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
493
+ },
494
+ {
495
+ "ID": 5,
496
+ "CreatedAt": "2024-08-18T15:38:33.849Z",
497
+ "UpdatedAt": "2024-08-18T15:38:33.849Z",
498
+ "DeletedAt": null,
499
+ "userId": 12,
500
+ "User": {
501
+ "ID": 12,
502
+ "CreatedAt": "2024-08-18T15:38:33.831Z",
503
+ "UpdatedAt": "2024-08-18T15:38:33.831Z",
504
+ "DeletedAt": null,
505
+ "role": 0,
506
+ "firstName": "Grace",
507
+ "lastName": "Lusk",
508
+ "email": "gus+grace@jetbook.co",
509
+ "password": "",
510
+ "PasswordResetToken": "",
511
+ "performerAvailability": null,
512
+ "performerProfileId": {
513
+ "Int64": 0,
514
+ "Valid": false
515
+ },
516
+ "performerProfile": {
517
+ "ID": 10,
518
+ "CreatedAt": "2024-08-18T15:38:33.922Z",
519
+ "UpdatedAt": "2024-08-18T15:38:33.922Z",
520
+ "DeletedAt": null,
521
+ "ethnicity": 0,
522
+ "gender": 0,
523
+ "description": "Test Description",
524
+ "firstName": "Grace",
525
+ "lastName": "Lusk",
526
+ "stageName": "Grace Lusk",
527
+ "email": "gus+grace@jetbook.co",
528
+ "phoneNumber": "123-456-7890",
529
+ "location": "Los Angeles, CA",
530
+ "profileImage": "",
531
+ "website": "",
532
+ "instagram": "",
533
+ "facebook": "",
534
+ "twitter": "",
535
+ "tikTok": "",
536
+ "videoLink": "",
537
+ "venmo": "",
538
+ "paypal": "",
539
+ "biography": "",
540
+ "introCredits": "",
541
+ "userId": 12,
542
+ "avatarPosition1": "/performer-avatars/GraceLusk.jpg",
543
+ "avatarPosition2": "",
544
+ "avatarPosition3": "",
545
+ "avatarPosition4": "",
546
+ "avatarPosition5": "",
547
+ "avatarPosition6": "",
548
+ "preferredPaymentGateway": "",
549
+ "showInvitationEmail": false,
550
+ "availabilityRequestsEmail": false,
551
+ "useStageName": false
552
+ },
553
+ "temporaryLoginToken": "",
554
+ "temporaryLoginExpiry": "2024-08-18T15:38:33.831Z",
555
+ "temporaryLoginDestination": "",
556
+ "showInvitationNotification": true,
557
+ "showInvitationSMS": false,
558
+ "availabilityRequestSMS": false,
559
+ "availabilityRequestNotification": true,
560
+ "paymentMethodPreference": ""
561
+ },
562
+ "venueId": 1,
563
+ "Venue": {
564
+ "ID": 0,
565
+ "CreatedAt": "0001-01-01T00:00:00Z",
566
+ "UpdatedAt": "0001-01-01T00:00:00Z",
567
+ "DeletedAt": null,
568
+ "name": "",
569
+ "stages": null,
570
+ "Events": null,
571
+ "roster": null,
572
+ "userId": 0,
573
+ "User": {
574
+ "ID": 0,
575
+ "CreatedAt": "0001-01-01T00:00:00Z",
576
+ "UpdatedAt": "0001-01-01T00:00:00Z",
577
+ "DeletedAt": null,
578
+ "role": 0,
579
+ "firstName": "",
580
+ "lastName": "",
581
+ "email": "",
582
+ "password": "",
583
+ "PasswordResetToken": "",
584
+ "performerAvailability": null,
585
+ "performerProfileId": {
586
+ "Int64": 0,
587
+ "Valid": false
588
+ },
589
+ "performerProfile": {
590
+ "ID": 0,
591
+ "CreatedAt": "0001-01-01T00:00:00Z",
592
+ "UpdatedAt": "0001-01-01T00:00:00Z",
593
+ "DeletedAt": null,
594
+ "ethnicity": 0,
595
+ "gender": 0,
596
+ "description": "",
597
+ "firstName": "",
598
+ "lastName": "",
599
+ "stageName": "",
600
+ "email": "",
601
+ "phoneNumber": "",
602
+ "location": "",
603
+ "profileImage": "",
604
+ "website": "",
605
+ "instagram": "",
606
+ "facebook": "",
607
+ "twitter": "",
608
+ "tikTok": "",
609
+ "videoLink": "",
610
+ "venmo": "",
611
+ "paypal": "",
612
+ "biography": "",
613
+ "introCredits": "",
614
+ "userId": 0,
615
+ "avatarPosition1": "",
616
+ "avatarPosition2": "",
617
+ "avatarPosition3": "",
618
+ "avatarPosition4": "",
619
+ "avatarPosition5": "",
620
+ "avatarPosition6": "",
621
+ "preferredPaymentGateway": "",
622
+ "showInvitationEmail": false,
623
+ "availabilityRequestsEmail": false,
624
+ "useStageName": false
625
+ },
626
+ "temporaryLoginToken": "",
627
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
628
+ "temporaryLoginDestination": "",
629
+ "showInvitationNotification": false,
630
+ "showInvitationSMS": false,
631
+ "availabilityRequestSMS": false,
632
+ "availabilityRequestNotification": false,
633
+ "paymentMethodPreference": ""
634
+ },
635
+ "address": "",
636
+ "email": "",
637
+ "description": "",
638
+ "instagram": "",
639
+ "facebook": "",
640
+ "phone": "",
641
+ "twitter": "",
642
+ "image": "",
643
+ "MailingList": null
644
+ },
645
+ "invitationId": "2220fcd6-f2b9-47bd-984f-c1d06e91b226",
646
+ "acceptedState": 0,
647
+ "tier": 3,
648
+ "listPosition": 0,
649
+ "ethnicity": 3,
650
+ "gender": 1,
651
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
652
+ },
653
+ {
654
+ "ID": 6,
655
+ "CreatedAt": "2024-08-18T15:38:33.991Z",
656
+ "UpdatedAt": "2024-08-18T15:38:33.991Z",
657
+ "DeletedAt": null,
658
+ "userId": 13,
659
+ "User": {
660
+ "ID": 13,
661
+ "CreatedAt": "2024-08-18T15:38:33.975Z",
662
+ "UpdatedAt": "2024-08-18T15:38:33.975Z",
663
+ "DeletedAt": null,
664
+ "role": 0,
665
+ "firstName": "Gus",
666
+ "lastName": "Naughton",
667
+ "email": "gus+gus@jetbook.co",
668
+ "password": "",
669
+ "PasswordResetToken": "",
670
+ "performerAvailability": null,
671
+ "performerProfileId": {
672
+ "Int64": 0,
673
+ "Valid": false
674
+ },
675
+ "performerProfile": {
676
+ "ID": 12,
677
+ "CreatedAt": "2024-08-18T15:38:34.073Z",
678
+ "UpdatedAt": "2024-08-18T15:38:34.073Z",
679
+ "DeletedAt": null,
680
+ "ethnicity": 0,
681
+ "gender": 0,
682
+ "description": "Test Description",
683
+ "firstName": "Gus",
684
+ "lastName": "Naughton",
685
+ "stageName": "Gus Naughton",
686
+ "email": "gus+gus@jetbook.co",
687
+ "phoneNumber": "123-456-7890",
688
+ "location": "Los Angeles, CA",
689
+ "profileImage": "",
690
+ "website": "",
691
+ "instagram": "",
692
+ "facebook": "",
693
+ "twitter": "",
694
+ "tikTok": "",
695
+ "videoLink": "",
696
+ "venmo": "",
697
+ "paypal": "",
698
+ "biography": "",
699
+ "introCredits": "",
700
+ "userId": 13,
701
+ "avatarPosition1": "/performer-avatars/GusNaughton.png",
702
+ "avatarPosition2": "",
703
+ "avatarPosition3": "",
704
+ "avatarPosition4": "",
705
+ "avatarPosition5": "",
706
+ "avatarPosition6": "",
707
+ "preferredPaymentGateway": "",
708
+ "showInvitationEmail": false,
709
+ "availabilityRequestsEmail": false,
710
+ "useStageName": false
711
+ },
712
+ "temporaryLoginToken": "",
713
+ "temporaryLoginExpiry": "2024-08-18T15:38:33.975Z",
714
+ "temporaryLoginDestination": "",
715
+ "showInvitationNotification": true,
716
+ "showInvitationSMS": false,
717
+ "availabilityRequestSMS": false,
718
+ "availabilityRequestNotification": true,
719
+ "paymentMethodPreference": ""
720
+ },
721
+ "venueId": 1,
722
+ "Venue": {
723
+ "ID": 0,
724
+ "CreatedAt": "0001-01-01T00:00:00Z",
725
+ "UpdatedAt": "0001-01-01T00:00:00Z",
726
+ "DeletedAt": null,
727
+ "name": "",
728
+ "stages": null,
729
+ "Events": null,
730
+ "roster": null,
731
+ "userId": 0,
732
+ "User": {
733
+ "ID": 0,
734
+ "CreatedAt": "0001-01-01T00:00:00Z",
735
+ "UpdatedAt": "0001-01-01T00:00:00Z",
736
+ "DeletedAt": null,
737
+ "role": 0,
738
+ "firstName": "",
739
+ "lastName": "",
740
+ "email": "",
741
+ "password": "",
742
+ "PasswordResetToken": "",
743
+ "performerAvailability": null,
744
+ "performerProfileId": {
745
+ "Int64": 0,
746
+ "Valid": false
747
+ },
748
+ "performerProfile": {
749
+ "ID": 0,
750
+ "CreatedAt": "0001-01-01T00:00:00Z",
751
+ "UpdatedAt": "0001-01-01T00:00:00Z",
752
+ "DeletedAt": null,
753
+ "ethnicity": 0,
754
+ "gender": 0,
755
+ "description": "",
756
+ "firstName": "",
757
+ "lastName": "",
758
+ "stageName": "",
759
+ "email": "",
760
+ "phoneNumber": "",
761
+ "location": "",
762
+ "profileImage": "",
763
+ "website": "",
764
+ "instagram": "",
765
+ "facebook": "",
766
+ "twitter": "",
767
+ "tikTok": "",
768
+ "videoLink": "",
769
+ "venmo": "",
770
+ "paypal": "",
771
+ "biography": "",
772
+ "introCredits": "",
773
+ "userId": 0,
774
+ "avatarPosition1": "",
775
+ "avatarPosition2": "",
776
+ "avatarPosition3": "",
777
+ "avatarPosition4": "",
778
+ "avatarPosition5": "",
779
+ "avatarPosition6": "",
780
+ "preferredPaymentGateway": "",
781
+ "showInvitationEmail": false,
782
+ "availabilityRequestsEmail": false,
783
+ "useStageName": false
784
+ },
785
+ "temporaryLoginToken": "",
786
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
787
+ "temporaryLoginDestination": "",
788
+ "showInvitationNotification": false,
789
+ "showInvitationSMS": false,
790
+ "availabilityRequestSMS": false,
791
+ "availabilityRequestNotification": false,
792
+ "paymentMethodPreference": ""
793
+ },
794
+ "address": "",
795
+ "email": "",
796
+ "description": "",
797
+ "instagram": "",
798
+ "facebook": "",
799
+ "phone": "",
800
+ "twitter": "",
801
+ "image": "",
802
+ "MailingList": null
803
+ },
804
+ "invitationId": "302b97e0-4245-4e40-bb28-3565796355cb",
805
+ "acceptedState": 0,
806
+ "tier": 1,
807
+ "listPosition": 0,
808
+ "ethnicity": 3,
809
+ "gender": 0,
810
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
811
+ },
812
+ {
813
+ "ID": 7,
814
+ "CreatedAt": "2024-08-18T15:38:34.146Z",
815
+ "UpdatedAt": "2024-08-18T15:38:34.146Z",
816
+ "DeletedAt": null,
817
+ "userId": 14,
818
+ "User": {
819
+ "ID": 14,
820
+ "CreatedAt": "2024-08-18T15:38:34.131Z",
821
+ "UpdatedAt": "2024-08-18T15:38:34.131Z",
822
+ "DeletedAt": null,
823
+ "role": 0,
824
+ "firstName": "Jim",
825
+ "lastName": "Jeffries",
826
+ "email": "gus+jim@jetbook.co",
827
+ "password": "",
828
+ "PasswordResetToken": "",
829
+ "performerAvailability": null,
830
+ "performerProfileId": {
831
+ "Int64": 0,
832
+ "Valid": false
833
+ },
834
+ "performerProfile": {
835
+ "ID": 14,
836
+ "CreatedAt": "2024-08-18T15:38:34.231Z",
837
+ "UpdatedAt": "2024-08-18T15:38:34.231Z",
838
+ "DeletedAt": null,
839
+ "ethnicity": 0,
840
+ "gender": 0,
841
+ "description": "Test Description",
842
+ "firstName": "Jim",
843
+ "lastName": "Jeffries",
844
+ "stageName": "Jim Jeffries",
845
+ "email": "gus+jim@jetbook.co",
846
+ "phoneNumber": "123-456-7890",
847
+ "location": "Los Angeles, CA",
848
+ "profileImage": "",
849
+ "website": "",
850
+ "instagram": "",
851
+ "facebook": "",
852
+ "twitter": "",
853
+ "tikTok": "",
854
+ "videoLink": "",
855
+ "venmo": "",
856
+ "paypal": "",
857
+ "biography": "",
858
+ "introCredits": "",
859
+ "userId": 14,
860
+ "avatarPosition1": "/performer-avatars/JimJefferies.jpg",
861
+ "avatarPosition2": "",
862
+ "avatarPosition3": "",
863
+ "avatarPosition4": "",
864
+ "avatarPosition5": "",
865
+ "avatarPosition6": "",
866
+ "preferredPaymentGateway": "",
867
+ "showInvitationEmail": false,
868
+ "availabilityRequestsEmail": false,
869
+ "useStageName": false
870
+ },
871
+ "temporaryLoginToken": "",
872
+ "temporaryLoginExpiry": "2024-08-18T15:38:34.131Z",
873
+ "temporaryLoginDestination": "",
874
+ "showInvitationNotification": true,
875
+ "showInvitationSMS": false,
876
+ "availabilityRequestSMS": false,
877
+ "availabilityRequestNotification": true,
878
+ "paymentMethodPreference": ""
879
+ },
880
+ "venueId": 1,
881
+ "Venue": {
882
+ "ID": 0,
883
+ "CreatedAt": "0001-01-01T00:00:00Z",
884
+ "UpdatedAt": "0001-01-01T00:00:00Z",
885
+ "DeletedAt": null,
886
+ "name": "",
887
+ "stages": null,
888
+ "Events": null,
889
+ "roster": null,
890
+ "userId": 0,
891
+ "User": {
892
+ "ID": 0,
893
+ "CreatedAt": "0001-01-01T00:00:00Z",
894
+ "UpdatedAt": "0001-01-01T00:00:00Z",
895
+ "DeletedAt": null,
896
+ "role": 0,
897
+ "firstName": "",
898
+ "lastName": "",
899
+ "email": "",
900
+ "password": "",
901
+ "PasswordResetToken": "",
902
+ "performerAvailability": null,
903
+ "performerProfileId": {
904
+ "Int64": 0,
905
+ "Valid": false
906
+ },
907
+ "performerProfile": {
908
+ "ID": 0,
909
+ "CreatedAt": "0001-01-01T00:00:00Z",
910
+ "UpdatedAt": "0001-01-01T00:00:00Z",
911
+ "DeletedAt": null,
912
+ "ethnicity": 0,
913
+ "gender": 0,
914
+ "description": "",
915
+ "firstName": "",
916
+ "lastName": "",
917
+ "stageName": "",
918
+ "email": "",
919
+ "phoneNumber": "",
920
+ "location": "",
921
+ "profileImage": "",
922
+ "website": "",
923
+ "instagram": "",
924
+ "facebook": "",
925
+ "twitter": "",
926
+ "tikTok": "",
927
+ "videoLink": "",
928
+ "venmo": "",
929
+ "paypal": "",
930
+ "biography": "",
931
+ "introCredits": "",
932
+ "userId": 0,
933
+ "avatarPosition1": "",
934
+ "avatarPosition2": "",
935
+ "avatarPosition3": "",
936
+ "avatarPosition4": "",
937
+ "avatarPosition5": "",
938
+ "avatarPosition6": "",
939
+ "preferredPaymentGateway": "",
940
+ "showInvitationEmail": false,
941
+ "availabilityRequestsEmail": false,
942
+ "useStageName": false
943
+ },
944
+ "temporaryLoginToken": "",
945
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
946
+ "temporaryLoginDestination": "",
947
+ "showInvitationNotification": false,
948
+ "showInvitationSMS": false,
949
+ "availabilityRequestSMS": false,
950
+ "availabilityRequestNotification": false,
951
+ "paymentMethodPreference": ""
952
+ },
953
+ "address": "",
954
+ "email": "",
955
+ "description": "",
956
+ "instagram": "",
957
+ "facebook": "",
958
+ "phone": "",
959
+ "twitter": "",
960
+ "image": "",
961
+ "MailingList": null
962
+ },
963
+ "invitationId": "9cc33aca-56b1-47a9-a42d-9e865aa2838c",
964
+ "acceptedState": 0,
965
+ "tier": 2,
966
+ "listPosition": 0,
967
+ "ethnicity": 3,
968
+ "gender": 0,
969
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
970
+ },
971
+ {
972
+ "ID": 8,
973
+ "CreatedAt": "2024-08-18T15:38:34.292Z",
974
+ "UpdatedAt": "2024-08-18T15:38:34.292Z",
975
+ "DeletedAt": null,
976
+ "userId": 15,
977
+ "User": {
978
+ "ID": 15,
979
+ "CreatedAt": "2024-08-18T15:38:34.271Z",
980
+ "UpdatedAt": "2024-08-18T15:38:34.271Z",
981
+ "DeletedAt": null,
982
+ "role": 0,
983
+ "firstName": "Jon",
984
+ "lastName": "Rudnitsky",
985
+ "email": "gus+jon@jetbook.co",
986
+ "password": "",
987
+ "PasswordResetToken": "",
988
+ "performerAvailability": null,
989
+ "performerProfileId": {
990
+ "Int64": 0,
991
+ "Valid": false
992
+ },
993
+ "performerProfile": {
994
+ "ID": 16,
995
+ "CreatedAt": "2024-08-18T15:38:34.374Z",
996
+ "UpdatedAt": "2024-08-18T15:38:34.374Z",
997
+ "DeletedAt": null,
998
+ "ethnicity": 0,
999
+ "gender": 0,
1000
+ "description": "Test Description",
1001
+ "firstName": "Jon",
1002
+ "lastName": "Rudnitsky",
1003
+ "stageName": "Jon Rudnitsky",
1004
+ "email": "gus+jon@jetbook.co",
1005
+ "phoneNumber": "123-456-7890",
1006
+ "location": "Los Angeles, CA",
1007
+ "profileImage": "",
1008
+ "website": "",
1009
+ "instagram": "",
1010
+ "facebook": "",
1011
+ "twitter": "",
1012
+ "tikTok": "",
1013
+ "videoLink": "",
1014
+ "venmo": "",
1015
+ "paypal": "",
1016
+ "biography": "",
1017
+ "introCredits": "",
1018
+ "userId": 15,
1019
+ "avatarPosition1": "/performer-avatars/JonRudnitsky.jpg",
1020
+ "avatarPosition2": "",
1021
+ "avatarPosition3": "",
1022
+ "avatarPosition4": "",
1023
+ "avatarPosition5": "",
1024
+ "avatarPosition6": "",
1025
+ "preferredPaymentGateway": "",
1026
+ "showInvitationEmail": false,
1027
+ "availabilityRequestsEmail": false,
1028
+ "useStageName": false
1029
+ },
1030
+ "temporaryLoginToken": "",
1031
+ "temporaryLoginExpiry": "2024-08-18T15:38:34.27Z",
1032
+ "temporaryLoginDestination": "",
1033
+ "showInvitationNotification": true,
1034
+ "showInvitationSMS": false,
1035
+ "availabilityRequestSMS": false,
1036
+ "availabilityRequestNotification": true,
1037
+ "paymentMethodPreference": ""
1038
+ },
1039
+ "venueId": 1,
1040
+ "Venue": {
1041
+ "ID": 0,
1042
+ "CreatedAt": "0001-01-01T00:00:00Z",
1043
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1044
+ "DeletedAt": null,
1045
+ "name": "",
1046
+ "stages": null,
1047
+ "Events": null,
1048
+ "roster": null,
1049
+ "userId": 0,
1050
+ "User": {
1051
+ "ID": 0,
1052
+ "CreatedAt": "0001-01-01T00:00:00Z",
1053
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1054
+ "DeletedAt": null,
1055
+ "role": 0,
1056
+ "firstName": "",
1057
+ "lastName": "",
1058
+ "email": "",
1059
+ "password": "",
1060
+ "PasswordResetToken": "",
1061
+ "performerAvailability": null,
1062
+ "performerProfileId": {
1063
+ "Int64": 0,
1064
+ "Valid": false
1065
+ },
1066
+ "performerProfile": {
1067
+ "ID": 0,
1068
+ "CreatedAt": "0001-01-01T00:00:00Z",
1069
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1070
+ "DeletedAt": null,
1071
+ "ethnicity": 0,
1072
+ "gender": 0,
1073
+ "description": "",
1074
+ "firstName": "",
1075
+ "lastName": "",
1076
+ "stageName": "",
1077
+ "email": "",
1078
+ "phoneNumber": "",
1079
+ "location": "",
1080
+ "profileImage": "",
1081
+ "website": "",
1082
+ "instagram": "",
1083
+ "facebook": "",
1084
+ "twitter": "",
1085
+ "tikTok": "",
1086
+ "videoLink": "",
1087
+ "venmo": "",
1088
+ "paypal": "",
1089
+ "biography": "",
1090
+ "introCredits": "",
1091
+ "userId": 0,
1092
+ "avatarPosition1": "",
1093
+ "avatarPosition2": "",
1094
+ "avatarPosition3": "",
1095
+ "avatarPosition4": "",
1096
+ "avatarPosition5": "",
1097
+ "avatarPosition6": "",
1098
+ "preferredPaymentGateway": "",
1099
+ "showInvitationEmail": false,
1100
+ "availabilityRequestsEmail": false,
1101
+ "useStageName": false
1102
+ },
1103
+ "temporaryLoginToken": "",
1104
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
1105
+ "temporaryLoginDestination": "",
1106
+ "showInvitationNotification": false,
1107
+ "showInvitationSMS": false,
1108
+ "availabilityRequestSMS": false,
1109
+ "availabilityRequestNotification": false,
1110
+ "paymentMethodPreference": ""
1111
+ },
1112
+ "address": "",
1113
+ "email": "",
1114
+ "description": "",
1115
+ "instagram": "",
1116
+ "facebook": "",
1117
+ "phone": "",
1118
+ "twitter": "",
1119
+ "image": "",
1120
+ "MailingList": null
1121
+ },
1122
+ "invitationId": "4aca747a-e464-4b3d-91fd-cc05e935a5aa",
1123
+ "acceptedState": 0,
1124
+ "tier": 4,
1125
+ "listPosition": 0,
1126
+ "ethnicity": 4,
1127
+ "gender": 0,
1128
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
1129
+ },
1130
+ {
1131
+ "ID": 9,
1132
+ "CreatedAt": "2024-08-18T15:38:34.451Z",
1133
+ "UpdatedAt": "2024-08-18T15:38:34.451Z",
1134
+ "DeletedAt": null,
1135
+ "userId": 16,
1136
+ "User": {
1137
+ "ID": 16,
1138
+ "CreatedAt": "2024-08-18T15:38:34.429Z",
1139
+ "UpdatedAt": "2024-08-18T15:38:34.429Z",
1140
+ "DeletedAt": null,
1141
+ "role": 0,
1142
+ "firstName": "Kevin",
1143
+ "lastName": "Avery",
1144
+ "email": "gus+kevin@jetbook.co",
1145
+ "password": "",
1146
+ "PasswordResetToken": "",
1147
+ "performerAvailability": null,
1148
+ "performerProfileId": {
1149
+ "Int64": 0,
1150
+ "Valid": false
1151
+ },
1152
+ "performerProfile": {
1153
+ "ID": 18,
1154
+ "CreatedAt": "2024-08-18T15:38:34.538Z",
1155
+ "UpdatedAt": "2024-08-18T15:38:34.538Z",
1156
+ "DeletedAt": null,
1157
+ "ethnicity": 0,
1158
+ "gender": 0,
1159
+ "description": "Test Description",
1160
+ "firstName": "Kevin",
1161
+ "lastName": "Avery",
1162
+ "stageName": "Kevin Avery",
1163
+ "email": "gus+kevin@jetbook.co",
1164
+ "phoneNumber": "123-456-7890",
1165
+ "location": "Los Angeles, CA",
1166
+ "profileImage": "",
1167
+ "website": "",
1168
+ "instagram": "",
1169
+ "facebook": "",
1170
+ "twitter": "",
1171
+ "tikTok": "",
1172
+ "videoLink": "",
1173
+ "venmo": "",
1174
+ "paypal": "",
1175
+ "biography": "",
1176
+ "introCredits": "",
1177
+ "userId": 16,
1178
+ "avatarPosition1": "/performer-avatars/KevinAvery.png",
1179
+ "avatarPosition2": "",
1180
+ "avatarPosition3": "",
1181
+ "avatarPosition4": "",
1182
+ "avatarPosition5": "",
1183
+ "avatarPosition6": "",
1184
+ "preferredPaymentGateway": "",
1185
+ "showInvitationEmail": false,
1186
+ "availabilityRequestsEmail": false,
1187
+ "useStageName": false
1188
+ },
1189
+ "temporaryLoginToken": "",
1190
+ "temporaryLoginExpiry": "2024-08-18T15:38:34.429Z",
1191
+ "temporaryLoginDestination": "",
1192
+ "showInvitationNotification": true,
1193
+ "showInvitationSMS": false,
1194
+ "availabilityRequestSMS": false,
1195
+ "availabilityRequestNotification": true,
1196
+ "paymentMethodPreference": ""
1197
+ },
1198
+ "venueId": 1,
1199
+ "Venue": {
1200
+ "ID": 0,
1201
+ "CreatedAt": "0001-01-01T00:00:00Z",
1202
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1203
+ "DeletedAt": null,
1204
+ "name": "",
1205
+ "stages": null,
1206
+ "Events": null,
1207
+ "roster": null,
1208
+ "userId": 0,
1209
+ "User": {
1210
+ "ID": 0,
1211
+ "CreatedAt": "0001-01-01T00:00:00Z",
1212
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1213
+ "DeletedAt": null,
1214
+ "role": 0,
1215
+ "firstName": "",
1216
+ "lastName": "",
1217
+ "email": "",
1218
+ "password": "",
1219
+ "PasswordResetToken": "",
1220
+ "performerAvailability": null,
1221
+ "performerProfileId": {
1222
+ "Int64": 0,
1223
+ "Valid": false
1224
+ },
1225
+ "performerProfile": {
1226
+ "ID": 0,
1227
+ "CreatedAt": "0001-01-01T00:00:00Z",
1228
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1229
+ "DeletedAt": null,
1230
+ "ethnicity": 0,
1231
+ "gender": 0,
1232
+ "description": "",
1233
+ "firstName": "",
1234
+ "lastName": "",
1235
+ "stageName": "",
1236
+ "email": "",
1237
+ "phoneNumber": "",
1238
+ "location": "",
1239
+ "profileImage": "",
1240
+ "website": "",
1241
+ "instagram": "",
1242
+ "facebook": "",
1243
+ "twitter": "",
1244
+ "tikTok": "",
1245
+ "videoLink": "",
1246
+ "venmo": "",
1247
+ "paypal": "",
1248
+ "biography": "",
1249
+ "introCredits": "",
1250
+ "userId": 0,
1251
+ "avatarPosition1": "",
1252
+ "avatarPosition2": "",
1253
+ "avatarPosition3": "",
1254
+ "avatarPosition4": "",
1255
+ "avatarPosition5": "",
1256
+ "avatarPosition6": "",
1257
+ "preferredPaymentGateway": "",
1258
+ "showInvitationEmail": false,
1259
+ "availabilityRequestsEmail": false,
1260
+ "useStageName": false
1261
+ },
1262
+ "temporaryLoginToken": "",
1263
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
1264
+ "temporaryLoginDestination": "",
1265
+ "showInvitationNotification": false,
1266
+ "showInvitationSMS": false,
1267
+ "availabilityRequestSMS": false,
1268
+ "availabilityRequestNotification": false,
1269
+ "paymentMethodPreference": ""
1270
+ },
1271
+ "address": "",
1272
+ "email": "",
1273
+ "description": "",
1274
+ "instagram": "",
1275
+ "facebook": "",
1276
+ "phone": "",
1277
+ "twitter": "",
1278
+ "image": "",
1279
+ "MailingList": null
1280
+ },
1281
+ "invitationId": "8b432ed3-3fe9-41ef-aa1f-7e624a0faaf2",
1282
+ "acceptedState": 0,
1283
+ "tier": 5,
1284
+ "listPosition": 0,
1285
+ "ethnicity": 1,
1286
+ "gender": 0,
1287
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
1288
+ },
1289
+ {
1290
+ "ID": 10,
1291
+ "CreatedAt": "2024-08-18T15:38:34.626Z",
1292
+ "UpdatedAt": "2024-08-18T15:38:34.626Z",
1293
+ "DeletedAt": null,
1294
+ "userId": 17,
1295
+ "User": {
1296
+ "ID": 17,
1297
+ "CreatedAt": "2024-08-18T15:38:34.601Z",
1298
+ "UpdatedAt": "2024-08-18T15:38:34.601Z",
1299
+ "DeletedAt": null,
1300
+ "role": 0,
1301
+ "firstName": "Matt",
1302
+ "lastName": "Fulchiron",
1303
+ "email": "gus+matt@jetbook.co",
1304
+ "password": "",
1305
+ "PasswordResetToken": "",
1306
+ "performerAvailability": null,
1307
+ "performerProfileId": {
1308
+ "Int64": 0,
1309
+ "Valid": false
1310
+ },
1311
+ "performerProfile": {
1312
+ "ID": 20,
1313
+ "CreatedAt": "2024-08-18T15:38:34.718Z",
1314
+ "UpdatedAt": "2024-08-18T15:38:34.718Z",
1315
+ "DeletedAt": null,
1316
+ "ethnicity": 0,
1317
+ "gender": 0,
1318
+ "description": "Test Description",
1319
+ "firstName": "Matt",
1320
+ "lastName": "Fulchiron",
1321
+ "stageName": "Matt Fulchiron",
1322
+ "email": "gus+Matt@jetbook.co",
1323
+ "phoneNumber": "123-456-7890",
1324
+ "location": "Los Angeles, CA",
1325
+ "profileImage": "",
1326
+ "website": "",
1327
+ "instagram": "",
1328
+ "facebook": "",
1329
+ "twitter": "",
1330
+ "tikTok": "",
1331
+ "videoLink": "",
1332
+ "venmo": "",
1333
+ "paypal": "",
1334
+ "biography": "",
1335
+ "introCredits": "",
1336
+ "userId": 17,
1337
+ "avatarPosition1": "/performer-avatars/MattFulchiron.jpg",
1338
+ "avatarPosition2": "",
1339
+ "avatarPosition3": "",
1340
+ "avatarPosition4": "",
1341
+ "avatarPosition5": "",
1342
+ "avatarPosition6": "",
1343
+ "preferredPaymentGateway": "",
1344
+ "showInvitationEmail": false,
1345
+ "availabilityRequestsEmail": false,
1346
+ "useStageName": false
1347
+ },
1348
+ "temporaryLoginToken": "",
1349
+ "temporaryLoginExpiry": "2024-08-18T15:38:34.6Z",
1350
+ "temporaryLoginDestination": "",
1351
+ "showInvitationNotification": true,
1352
+ "showInvitationSMS": false,
1353
+ "availabilityRequestSMS": false,
1354
+ "availabilityRequestNotification": true,
1355
+ "paymentMethodPreference": ""
1356
+ },
1357
+ "venueId": 1,
1358
+ "Venue": {
1359
+ "ID": 0,
1360
+ "CreatedAt": "0001-01-01T00:00:00Z",
1361
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1362
+ "DeletedAt": null,
1363
+ "name": "",
1364
+ "stages": null,
1365
+ "Events": null,
1366
+ "roster": null,
1367
+ "userId": 0,
1368
+ "User": {
1369
+ "ID": 0,
1370
+ "CreatedAt": "0001-01-01T00:00:00Z",
1371
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1372
+ "DeletedAt": null,
1373
+ "role": 0,
1374
+ "firstName": "",
1375
+ "lastName": "",
1376
+ "email": "",
1377
+ "password": "",
1378
+ "PasswordResetToken": "",
1379
+ "performerAvailability": null,
1380
+ "performerProfileId": {
1381
+ "Int64": 0,
1382
+ "Valid": false
1383
+ },
1384
+ "performerProfile": {
1385
+ "ID": 0,
1386
+ "CreatedAt": "0001-01-01T00:00:00Z",
1387
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1388
+ "DeletedAt": null,
1389
+ "ethnicity": 0,
1390
+ "gender": 0,
1391
+ "description": "",
1392
+ "firstName": "",
1393
+ "lastName": "",
1394
+ "stageName": "",
1395
+ "email": "",
1396
+ "phoneNumber": "",
1397
+ "location": "",
1398
+ "profileImage": "",
1399
+ "website": "",
1400
+ "instagram": "",
1401
+ "facebook": "",
1402
+ "twitter": "",
1403
+ "tikTok": "",
1404
+ "videoLink": "",
1405
+ "venmo": "",
1406
+ "paypal": "",
1407
+ "biography": "",
1408
+ "introCredits": "",
1409
+ "userId": 0,
1410
+ "avatarPosition1": "",
1411
+ "avatarPosition2": "",
1412
+ "avatarPosition3": "",
1413
+ "avatarPosition4": "",
1414
+ "avatarPosition5": "",
1415
+ "avatarPosition6": "",
1416
+ "preferredPaymentGateway": "",
1417
+ "showInvitationEmail": false,
1418
+ "availabilityRequestsEmail": false,
1419
+ "useStageName": false
1420
+ },
1421
+ "temporaryLoginToken": "",
1422
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
1423
+ "temporaryLoginDestination": "",
1424
+ "showInvitationNotification": false,
1425
+ "showInvitationSMS": false,
1426
+ "availabilityRequestSMS": false,
1427
+ "availabilityRequestNotification": false,
1428
+ "paymentMethodPreference": ""
1429
+ },
1430
+ "address": "",
1431
+ "email": "",
1432
+ "description": "",
1433
+ "instagram": "",
1434
+ "facebook": "",
1435
+ "phone": "",
1436
+ "twitter": "",
1437
+ "image": "",
1438
+ "MailingList": null
1439
+ },
1440
+ "invitationId": "52fa4012-ce70-43b5-b0e2-8ddd8f71a0c0",
1441
+ "acceptedState": 0,
1442
+ "tier": 3,
1443
+ "listPosition": 0,
1444
+ "ethnicity": 3,
1445
+ "gender": 0,
1446
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
1447
+ },
1448
+ {
1449
+ "ID": 11,
1450
+ "CreatedAt": "2024-08-18T15:38:34.789Z",
1451
+ "UpdatedAt": "2024-08-18T15:38:34.789Z",
1452
+ "DeletedAt": null,
1453
+ "userId": 18,
1454
+ "User": {
1455
+ "ID": 18,
1456
+ "CreatedAt": "2024-08-18T15:38:34.768Z",
1457
+ "UpdatedAt": "2024-08-18T15:38:34.768Z",
1458
+ "DeletedAt": null,
1459
+ "role": 0,
1460
+ "firstName": "Matt",
1461
+ "lastName": "Kirshen",
1462
+ "email": "gus+kirshen@jetbook.co",
1463
+ "password": "",
1464
+ "PasswordResetToken": "",
1465
+ "performerAvailability": null,
1466
+ "performerProfileId": {
1467
+ "Int64": 0,
1468
+ "Valid": false
1469
+ },
1470
+ "performerProfile": {
1471
+ "ID": 22,
1472
+ "CreatedAt": "2024-08-18T15:38:34.879Z",
1473
+ "UpdatedAt": "2024-08-18T15:38:34.879Z",
1474
+ "DeletedAt": null,
1475
+ "ethnicity": 0,
1476
+ "gender": 0,
1477
+ "description": "Test Description",
1478
+ "firstName": "Matt",
1479
+ "lastName": "Kirshen",
1480
+ "stageName": "Matt Kirshen",
1481
+ "email": "gus+kirshen@jetbook.co",
1482
+ "phoneNumber": "123-456-7890",
1483
+ "location": "Los Angeles, CA",
1484
+ "profileImage": "",
1485
+ "website": "",
1486
+ "instagram": "",
1487
+ "facebook": "",
1488
+ "twitter": "",
1489
+ "tikTok": "",
1490
+ "videoLink": "",
1491
+ "venmo": "",
1492
+ "paypal": "",
1493
+ "biography": "",
1494
+ "introCredits": "",
1495
+ "userId": 18,
1496
+ "avatarPosition1": "/performer-avatars/MattKirshen.jpg",
1497
+ "avatarPosition2": "",
1498
+ "avatarPosition3": "",
1499
+ "avatarPosition4": "",
1500
+ "avatarPosition5": "",
1501
+ "avatarPosition6": "",
1502
+ "preferredPaymentGateway": "",
1503
+ "showInvitationEmail": false,
1504
+ "availabilityRequestsEmail": false,
1505
+ "useStageName": false
1506
+ },
1507
+ "temporaryLoginToken": "",
1508
+ "temporaryLoginExpiry": "2024-08-18T15:38:34.768Z",
1509
+ "temporaryLoginDestination": "",
1510
+ "showInvitationNotification": true,
1511
+ "showInvitationSMS": false,
1512
+ "availabilityRequestSMS": false,
1513
+ "availabilityRequestNotification": true,
1514
+ "paymentMethodPreference": ""
1515
+ },
1516
+ "venueId": 1,
1517
+ "Venue": {
1518
+ "ID": 0,
1519
+ "CreatedAt": "0001-01-01T00:00:00Z",
1520
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1521
+ "DeletedAt": null,
1522
+ "name": "",
1523
+ "stages": null,
1524
+ "Events": null,
1525
+ "roster": null,
1526
+ "userId": 0,
1527
+ "User": {
1528
+ "ID": 0,
1529
+ "CreatedAt": "0001-01-01T00:00:00Z",
1530
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1531
+ "DeletedAt": null,
1532
+ "role": 0,
1533
+ "firstName": "",
1534
+ "lastName": "",
1535
+ "email": "",
1536
+ "password": "",
1537
+ "PasswordResetToken": "",
1538
+ "performerAvailability": null,
1539
+ "performerProfileId": {
1540
+ "Int64": 0,
1541
+ "Valid": false
1542
+ },
1543
+ "performerProfile": {
1544
+ "ID": 0,
1545
+ "CreatedAt": "0001-01-01T00:00:00Z",
1546
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1547
+ "DeletedAt": null,
1548
+ "ethnicity": 0,
1549
+ "gender": 0,
1550
+ "description": "",
1551
+ "firstName": "",
1552
+ "lastName": "",
1553
+ "stageName": "",
1554
+ "email": "",
1555
+ "phoneNumber": "",
1556
+ "location": "",
1557
+ "profileImage": "",
1558
+ "website": "",
1559
+ "instagram": "",
1560
+ "facebook": "",
1561
+ "twitter": "",
1562
+ "tikTok": "",
1563
+ "videoLink": "",
1564
+ "venmo": "",
1565
+ "paypal": "",
1566
+ "biography": "",
1567
+ "introCredits": "",
1568
+ "userId": 0,
1569
+ "avatarPosition1": "",
1570
+ "avatarPosition2": "",
1571
+ "avatarPosition3": "",
1572
+ "avatarPosition4": "",
1573
+ "avatarPosition5": "",
1574
+ "avatarPosition6": "",
1575
+ "preferredPaymentGateway": "",
1576
+ "showInvitationEmail": false,
1577
+ "availabilityRequestsEmail": false,
1578
+ "useStageName": false
1579
+ },
1580
+ "temporaryLoginToken": "",
1581
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
1582
+ "temporaryLoginDestination": "",
1583
+ "showInvitationNotification": false,
1584
+ "showInvitationSMS": false,
1585
+ "availabilityRequestSMS": false,
1586
+ "availabilityRequestNotification": false,
1587
+ "paymentMethodPreference": ""
1588
+ },
1589
+ "address": "",
1590
+ "email": "",
1591
+ "description": "",
1592
+ "instagram": "",
1593
+ "facebook": "",
1594
+ "phone": "",
1595
+ "twitter": "",
1596
+ "image": "",
1597
+ "MailingList": null
1598
+ },
1599
+ "invitationId": "d4e01d72-4c89-481c-89ce-0ca77df87638",
1600
+ "acceptedState": 0,
1601
+ "tier": 5,
1602
+ "listPosition": 0,
1603
+ "ethnicity": 3,
1604
+ "gender": 0,
1605
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
1606
+ },
1607
+ {
1608
+ "ID": 12,
1609
+ "CreatedAt": "2024-08-18T15:38:34.944Z",
1610
+ "UpdatedAt": "2024-08-18T15:38:34.944Z",
1611
+ "DeletedAt": null,
1612
+ "userId": 19,
1613
+ "User": {
1614
+ "ID": 19,
1615
+ "CreatedAt": "2024-08-18T15:38:34.922Z",
1616
+ "UpdatedAt": "2024-08-18T15:38:34.922Z",
1617
+ "DeletedAt": null,
1618
+ "role": 0,
1619
+ "firstName": "Nicole",
1620
+ "lastName": "Blaine",
1621
+ "email": "gus+nicole@jetbook.co",
1622
+ "password": "",
1623
+ "PasswordResetToken": "",
1624
+ "performerAvailability": null,
1625
+ "performerProfileId": {
1626
+ "Int64": 0,
1627
+ "Valid": false
1628
+ },
1629
+ "performerProfile": {
1630
+ "ID": 24,
1631
+ "CreatedAt": "2024-08-18T15:38:35.026Z",
1632
+ "UpdatedAt": "2024-08-18T15:38:35.026Z",
1633
+ "DeletedAt": null,
1634
+ "ethnicity": 0,
1635
+ "gender": 0,
1636
+ "description": "Test Description",
1637
+ "firstName": "Nicole",
1638
+ "lastName": "Blaine",
1639
+ "stageName": "Nicole Blaine",
1640
+ "email": "gus+nicole@jetbook.co",
1641
+ "phoneNumber": "123-456-7890",
1642
+ "location": "Los Angeles, CA",
1643
+ "profileImage": "",
1644
+ "website": "",
1645
+ "instagram": "",
1646
+ "facebook": "",
1647
+ "twitter": "",
1648
+ "tikTok": "",
1649
+ "videoLink": "",
1650
+ "venmo": "",
1651
+ "paypal": "",
1652
+ "biography": "",
1653
+ "introCredits": "",
1654
+ "userId": 19,
1655
+ "avatarPosition1": "/performer-avatars/NicoleBlaine.jpg",
1656
+ "avatarPosition2": "",
1657
+ "avatarPosition3": "",
1658
+ "avatarPosition4": "",
1659
+ "avatarPosition5": "",
1660
+ "avatarPosition6": "",
1661
+ "preferredPaymentGateway": "",
1662
+ "showInvitationEmail": false,
1663
+ "availabilityRequestsEmail": false,
1664
+ "useStageName": false
1665
+ },
1666
+ "temporaryLoginToken": "",
1667
+ "temporaryLoginExpiry": "2024-08-18T15:38:34.922Z",
1668
+ "temporaryLoginDestination": "",
1669
+ "showInvitationNotification": true,
1670
+ "showInvitationSMS": false,
1671
+ "availabilityRequestSMS": false,
1672
+ "availabilityRequestNotification": true,
1673
+ "paymentMethodPreference": ""
1674
+ },
1675
+ "venueId": 1,
1676
+ "Venue": {
1677
+ "ID": 0,
1678
+ "CreatedAt": "0001-01-01T00:00:00Z",
1679
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1680
+ "DeletedAt": null,
1681
+ "name": "",
1682
+ "stages": null,
1683
+ "Events": null,
1684
+ "roster": null,
1685
+ "userId": 0,
1686
+ "User": {
1687
+ "ID": 0,
1688
+ "CreatedAt": "0001-01-01T00:00:00Z",
1689
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1690
+ "DeletedAt": null,
1691
+ "role": 0,
1692
+ "firstName": "",
1693
+ "lastName": "",
1694
+ "email": "",
1695
+ "password": "",
1696
+ "PasswordResetToken": "",
1697
+ "performerAvailability": null,
1698
+ "performerProfileId": {
1699
+ "Int64": 0,
1700
+ "Valid": false
1701
+ },
1702
+ "performerProfile": {
1703
+ "ID": 0,
1704
+ "CreatedAt": "0001-01-01T00:00:00Z",
1705
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1706
+ "DeletedAt": null,
1707
+ "ethnicity": 0,
1708
+ "gender": 0,
1709
+ "description": "",
1710
+ "firstName": "",
1711
+ "lastName": "",
1712
+ "stageName": "",
1713
+ "email": "",
1714
+ "phoneNumber": "",
1715
+ "location": "",
1716
+ "profileImage": "",
1717
+ "website": "",
1718
+ "instagram": "",
1719
+ "facebook": "",
1720
+ "twitter": "",
1721
+ "tikTok": "",
1722
+ "videoLink": "",
1723
+ "venmo": "",
1724
+ "paypal": "",
1725
+ "biography": "",
1726
+ "introCredits": "",
1727
+ "userId": 0,
1728
+ "avatarPosition1": "",
1729
+ "avatarPosition2": "",
1730
+ "avatarPosition3": "",
1731
+ "avatarPosition4": "",
1732
+ "avatarPosition5": "",
1733
+ "avatarPosition6": "",
1734
+ "preferredPaymentGateway": "",
1735
+ "showInvitationEmail": false,
1736
+ "availabilityRequestsEmail": false,
1737
+ "useStageName": false
1738
+ },
1739
+ "temporaryLoginToken": "",
1740
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
1741
+ "temporaryLoginDestination": "",
1742
+ "showInvitationNotification": false,
1743
+ "showInvitationSMS": false,
1744
+ "availabilityRequestSMS": false,
1745
+ "availabilityRequestNotification": false,
1746
+ "paymentMethodPreference": ""
1747
+ },
1748
+ "address": "",
1749
+ "email": "",
1750
+ "description": "",
1751
+ "instagram": "",
1752
+ "facebook": "",
1753
+ "phone": "",
1754
+ "twitter": "",
1755
+ "image": "",
1756
+ "MailingList": null
1757
+ },
1758
+ "invitationId": "b9a01a3d-a849-40b6-8b3d-0c9f6ffdd2f6",
1759
+ "acceptedState": 0,
1760
+ "tier": 2,
1761
+ "listPosition": 0,
1762
+ "ethnicity": 3,
1763
+ "gender": 1,
1764
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
1765
+ },
1766
+ {
1767
+ "ID": 13,
1768
+ "CreatedAt": "2024-08-18T15:38:35.091Z",
1769
+ "UpdatedAt": "2024-08-18T15:38:35.091Z",
1770
+ "DeletedAt": null,
1771
+ "userId": 20,
1772
+ "User": {
1773
+ "ID": 20,
1774
+ "CreatedAt": "2024-08-18T15:38:35.073Z",
1775
+ "UpdatedAt": "2024-08-18T15:38:35.073Z",
1776
+ "DeletedAt": null,
1777
+ "role": 0,
1778
+ "firstName": "Peet",
1779
+ "lastName": "Guercio",
1780
+ "email": "gus+peet@jetbook.co",
1781
+ "password": "",
1782
+ "PasswordResetToken": "",
1783
+ "performerAvailability": null,
1784
+ "performerProfileId": {
1785
+ "Int64": 0,
1786
+ "Valid": false
1787
+ },
1788
+ "performerProfile": {
1789
+ "ID": 26,
1790
+ "CreatedAt": "2024-08-18T15:38:35.186Z",
1791
+ "UpdatedAt": "2024-08-18T15:38:35.186Z",
1792
+ "DeletedAt": null,
1793
+ "ethnicity": 0,
1794
+ "gender": 0,
1795
+ "description": "Test Description",
1796
+ "firstName": "Peet",
1797
+ "lastName": "Guercio",
1798
+ "stageName": "Peet Guercio",
1799
+ "email": "gus+peet@jetbook.co",
1800
+ "phoneNumber": "123-456-7890",
1801
+ "location": "Los Angeles, CA",
1802
+ "profileImage": "",
1803
+ "website": "",
1804
+ "instagram": "",
1805
+ "facebook": "",
1806
+ "twitter": "",
1807
+ "tikTok": "",
1808
+ "videoLink": "",
1809
+ "venmo": "",
1810
+ "paypal": "",
1811
+ "biography": "",
1812
+ "introCredits": "",
1813
+ "userId": 20,
1814
+ "avatarPosition1": "/performer-avatars/PeetGuercio.jpg",
1815
+ "avatarPosition2": "",
1816
+ "avatarPosition3": "",
1817
+ "avatarPosition4": "",
1818
+ "avatarPosition5": "",
1819
+ "avatarPosition6": "",
1820
+ "preferredPaymentGateway": "",
1821
+ "showInvitationEmail": false,
1822
+ "availabilityRequestsEmail": false,
1823
+ "useStageName": false
1824
+ },
1825
+ "temporaryLoginToken": "",
1826
+ "temporaryLoginExpiry": "2024-08-18T15:38:35.073Z",
1827
+ "temporaryLoginDestination": "",
1828
+ "showInvitationNotification": true,
1829
+ "showInvitationSMS": false,
1830
+ "availabilityRequestSMS": false,
1831
+ "availabilityRequestNotification": true,
1832
+ "paymentMethodPreference": ""
1833
+ },
1834
+ "venueId": 1,
1835
+ "Venue": {
1836
+ "ID": 0,
1837
+ "CreatedAt": "0001-01-01T00:00:00Z",
1838
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1839
+ "DeletedAt": null,
1840
+ "name": "",
1841
+ "stages": null,
1842
+ "Events": null,
1843
+ "roster": null,
1844
+ "userId": 0,
1845
+ "User": {
1846
+ "ID": 0,
1847
+ "CreatedAt": "0001-01-01T00:00:00Z",
1848
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1849
+ "DeletedAt": null,
1850
+ "role": 0,
1851
+ "firstName": "",
1852
+ "lastName": "",
1853
+ "email": "",
1854
+ "password": "",
1855
+ "PasswordResetToken": "",
1856
+ "performerAvailability": null,
1857
+ "performerProfileId": {
1858
+ "Int64": 0,
1859
+ "Valid": false
1860
+ },
1861
+ "performerProfile": {
1862
+ "ID": 0,
1863
+ "CreatedAt": "0001-01-01T00:00:00Z",
1864
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1865
+ "DeletedAt": null,
1866
+ "ethnicity": 0,
1867
+ "gender": 0,
1868
+ "description": "",
1869
+ "firstName": "",
1870
+ "lastName": "",
1871
+ "stageName": "",
1872
+ "email": "",
1873
+ "phoneNumber": "",
1874
+ "location": "",
1875
+ "profileImage": "",
1876
+ "website": "",
1877
+ "instagram": "",
1878
+ "facebook": "",
1879
+ "twitter": "",
1880
+ "tikTok": "",
1881
+ "videoLink": "",
1882
+ "venmo": "",
1883
+ "paypal": "",
1884
+ "biography": "",
1885
+ "introCredits": "",
1886
+ "userId": 0,
1887
+ "avatarPosition1": "",
1888
+ "avatarPosition2": "",
1889
+ "avatarPosition3": "",
1890
+ "avatarPosition4": "",
1891
+ "avatarPosition5": "",
1892
+ "avatarPosition6": "",
1893
+ "preferredPaymentGateway": "",
1894
+ "showInvitationEmail": false,
1895
+ "availabilityRequestsEmail": false,
1896
+ "useStageName": false
1897
+ },
1898
+ "temporaryLoginToken": "",
1899
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
1900
+ "temporaryLoginDestination": "",
1901
+ "showInvitationNotification": false,
1902
+ "showInvitationSMS": false,
1903
+ "availabilityRequestSMS": false,
1904
+ "availabilityRequestNotification": false,
1905
+ "paymentMethodPreference": ""
1906
+ },
1907
+ "address": "",
1908
+ "email": "",
1909
+ "description": "",
1910
+ "instagram": "",
1911
+ "facebook": "",
1912
+ "phone": "",
1913
+ "twitter": "",
1914
+ "image": "",
1915
+ "MailingList": null
1916
+ },
1917
+ "invitationId": "116e1f7c-61b5-483d-ba7d-1df5be376148",
1918
+ "acceptedState": 0,
1919
+ "tier": 1,
1920
+ "listPosition": 0,
1921
+ "ethnicity": 3,
1922
+ "gender": 0,
1923
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
1924
+ },
1925
+ {
1926
+ "ID": 14,
1927
+ "CreatedAt": "2024-08-18T15:38:35.247Z",
1928
+ "UpdatedAt": "2024-08-18T15:38:35.247Z",
1929
+ "DeletedAt": null,
1930
+ "userId": 21,
1931
+ "User": {
1932
+ "ID": 21,
1933
+ "CreatedAt": "2024-08-18T15:38:35.232Z",
1934
+ "UpdatedAt": "2024-08-18T15:38:35.232Z",
1935
+ "DeletedAt": null,
1936
+ "role": 0,
1937
+ "firstName": "Rory",
1938
+ "lastName": "Scovel",
1939
+ "email": "gus+rory@jetbook.co",
1940
+ "password": "",
1941
+ "PasswordResetToken": "",
1942
+ "performerAvailability": null,
1943
+ "performerProfileId": {
1944
+ "Int64": 0,
1945
+ "Valid": false
1946
+ },
1947
+ "performerProfile": {
1948
+ "ID": 28,
1949
+ "CreatedAt": "2024-08-18T15:38:35.327Z",
1950
+ "UpdatedAt": "2024-08-18T15:38:35.327Z",
1951
+ "DeletedAt": null,
1952
+ "ethnicity": 0,
1953
+ "gender": 0,
1954
+ "description": "Test Description",
1955
+ "firstName": "Rory",
1956
+ "lastName": "Scovel",
1957
+ "stageName": "Rory Scovel",
1958
+ "email": "gus+rory@jetbook.co",
1959
+ "phoneNumber": "123-456-7890",
1960
+ "location": "Los Angeles, CA",
1961
+ "profileImage": "",
1962
+ "website": "",
1963
+ "instagram": "",
1964
+ "facebook": "",
1965
+ "twitter": "",
1966
+ "tikTok": "",
1967
+ "videoLink": "",
1968
+ "venmo": "",
1969
+ "paypal": "",
1970
+ "biography": "",
1971
+ "introCredits": "",
1972
+ "userId": 21,
1973
+ "avatarPosition1": "/performer-avatars/RoryScovel.jpg",
1974
+ "avatarPosition2": "",
1975
+ "avatarPosition3": "",
1976
+ "avatarPosition4": "",
1977
+ "avatarPosition5": "",
1978
+ "avatarPosition6": "",
1979
+ "preferredPaymentGateway": "",
1980
+ "showInvitationEmail": false,
1981
+ "availabilityRequestsEmail": false,
1982
+ "useStageName": false
1983
+ },
1984
+ "temporaryLoginToken": "",
1985
+ "temporaryLoginExpiry": "2024-08-18T15:38:35.232Z",
1986
+ "temporaryLoginDestination": "",
1987
+ "showInvitationNotification": true,
1988
+ "showInvitationSMS": false,
1989
+ "availabilityRequestSMS": false,
1990
+ "availabilityRequestNotification": true,
1991
+ "paymentMethodPreference": ""
1992
+ },
1993
+ "venueId": 1,
1994
+ "Venue": {
1995
+ "ID": 0,
1996
+ "CreatedAt": "0001-01-01T00:00:00Z",
1997
+ "UpdatedAt": "0001-01-01T00:00:00Z",
1998
+ "DeletedAt": null,
1999
+ "name": "",
2000
+ "stages": null,
2001
+ "Events": null,
2002
+ "roster": null,
2003
+ "userId": 0,
2004
+ "User": {
2005
+ "ID": 0,
2006
+ "CreatedAt": "0001-01-01T00:00:00Z",
2007
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2008
+ "DeletedAt": null,
2009
+ "role": 0,
2010
+ "firstName": "",
2011
+ "lastName": "",
2012
+ "email": "",
2013
+ "password": "",
2014
+ "PasswordResetToken": "",
2015
+ "performerAvailability": null,
2016
+ "performerProfileId": {
2017
+ "Int64": 0,
2018
+ "Valid": false
2019
+ },
2020
+ "performerProfile": {
2021
+ "ID": 0,
2022
+ "CreatedAt": "0001-01-01T00:00:00Z",
2023
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2024
+ "DeletedAt": null,
2025
+ "ethnicity": 0,
2026
+ "gender": 0,
2027
+ "description": "",
2028
+ "firstName": "",
2029
+ "lastName": "",
2030
+ "stageName": "",
2031
+ "email": "",
2032
+ "phoneNumber": "",
2033
+ "location": "",
2034
+ "profileImage": "",
2035
+ "website": "",
2036
+ "instagram": "",
2037
+ "facebook": "",
2038
+ "twitter": "",
2039
+ "tikTok": "",
2040
+ "videoLink": "",
2041
+ "venmo": "",
2042
+ "paypal": "",
2043
+ "biography": "",
2044
+ "introCredits": "",
2045
+ "userId": 0,
2046
+ "avatarPosition1": "",
2047
+ "avatarPosition2": "",
2048
+ "avatarPosition3": "",
2049
+ "avatarPosition4": "",
2050
+ "avatarPosition5": "",
2051
+ "avatarPosition6": "",
2052
+ "preferredPaymentGateway": "",
2053
+ "showInvitationEmail": false,
2054
+ "availabilityRequestsEmail": false,
2055
+ "useStageName": false
2056
+ },
2057
+ "temporaryLoginToken": "",
2058
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
2059
+ "temporaryLoginDestination": "",
2060
+ "showInvitationNotification": false,
2061
+ "showInvitationSMS": false,
2062
+ "availabilityRequestSMS": false,
2063
+ "availabilityRequestNotification": false,
2064
+ "paymentMethodPreference": ""
2065
+ },
2066
+ "address": "",
2067
+ "email": "",
2068
+ "description": "",
2069
+ "instagram": "",
2070
+ "facebook": "",
2071
+ "phone": "",
2072
+ "twitter": "",
2073
+ "image": "",
2074
+ "MailingList": null
2075
+ },
2076
+ "invitationId": "d8bb9693-31cb-4ef9-b5e0-b1bf38981e14",
2077
+ "acceptedState": 0,
2078
+ "tier": 1,
2079
+ "listPosition": 0,
2080
+ "ethnicity": 3,
2081
+ "gender": 0,
2082
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
2083
+ },
2084
+ {
2085
+ "ID": 15,
2086
+ "CreatedAt": "2024-08-18T15:38:35.402Z",
2087
+ "UpdatedAt": "2024-08-18T15:38:35.402Z",
2088
+ "DeletedAt": null,
2089
+ "userId": 22,
2090
+ "User": {
2091
+ "ID": 22,
2092
+ "CreatedAt": "2024-08-18T15:38:35.383Z",
2093
+ "UpdatedAt": "2024-08-18T15:38:35.383Z",
2094
+ "DeletedAt": null,
2095
+ "role": 0,
2096
+ "firstName": "Theo",
2097
+ "lastName": "Von",
2098
+ "email": "gus+theo@jetbook.co",
2099
+ "password": "",
2100
+ "PasswordResetToken": "",
2101
+ "performerAvailability": null,
2102
+ "performerProfileId": {
2103
+ "Int64": 0,
2104
+ "Valid": false
2105
+ },
2106
+ "performerProfile": {
2107
+ "ID": 30,
2108
+ "CreatedAt": "2024-08-18T15:38:35.482Z",
2109
+ "UpdatedAt": "2024-08-18T15:38:35.482Z",
2110
+ "DeletedAt": null,
2111
+ "ethnicity": 0,
2112
+ "gender": 0,
2113
+ "description": "Test Description",
2114
+ "firstName": "Theo",
2115
+ "lastName": "Von",
2116
+ "stageName": "Theo Von",
2117
+ "email": "gus+theo@jetbook.co",
2118
+ "phoneNumber": "123-456-7890",
2119
+ "location": "Los Angeles, CA",
2120
+ "profileImage": "",
2121
+ "website": "",
2122
+ "instagram": "",
2123
+ "facebook": "",
2124
+ "twitter": "",
2125
+ "tikTok": "",
2126
+ "videoLink": "",
2127
+ "venmo": "",
2128
+ "paypal": "",
2129
+ "biography": "",
2130
+ "introCredits": "",
2131
+ "userId": 22,
2132
+ "avatarPosition1": "/performer-avatars/TheoVon.jpg",
2133
+ "avatarPosition2": "",
2134
+ "avatarPosition3": "",
2135
+ "avatarPosition4": "",
2136
+ "avatarPosition5": "",
2137
+ "avatarPosition6": "",
2138
+ "preferredPaymentGateway": "",
2139
+ "showInvitationEmail": false,
2140
+ "availabilityRequestsEmail": false,
2141
+ "useStageName": false
2142
+ },
2143
+ "temporaryLoginToken": "",
2144
+ "temporaryLoginExpiry": "2024-08-18T15:38:35.382Z",
2145
+ "temporaryLoginDestination": "",
2146
+ "showInvitationNotification": true,
2147
+ "showInvitationSMS": false,
2148
+ "availabilityRequestSMS": false,
2149
+ "availabilityRequestNotification": true,
2150
+ "paymentMethodPreference": ""
2151
+ },
2152
+ "venueId": 1,
2153
+ "Venue": {
2154
+ "ID": 0,
2155
+ "CreatedAt": "0001-01-01T00:00:00Z",
2156
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2157
+ "DeletedAt": null,
2158
+ "name": "",
2159
+ "stages": null,
2160
+ "Events": null,
2161
+ "roster": null,
2162
+ "userId": 0,
2163
+ "User": {
2164
+ "ID": 0,
2165
+ "CreatedAt": "0001-01-01T00:00:00Z",
2166
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2167
+ "DeletedAt": null,
2168
+ "role": 0,
2169
+ "firstName": "",
2170
+ "lastName": "",
2171
+ "email": "",
2172
+ "password": "",
2173
+ "PasswordResetToken": "",
2174
+ "performerAvailability": null,
2175
+ "performerProfileId": {
2176
+ "Int64": 0,
2177
+ "Valid": false
2178
+ },
2179
+ "performerProfile": {
2180
+ "ID": 0,
2181
+ "CreatedAt": "0001-01-01T00:00:00Z",
2182
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2183
+ "DeletedAt": null,
2184
+ "ethnicity": 0,
2185
+ "gender": 0,
2186
+ "description": "",
2187
+ "firstName": "",
2188
+ "lastName": "",
2189
+ "stageName": "",
2190
+ "email": "",
2191
+ "phoneNumber": "",
2192
+ "location": "",
2193
+ "profileImage": "",
2194
+ "website": "",
2195
+ "instagram": "",
2196
+ "facebook": "",
2197
+ "twitter": "",
2198
+ "tikTok": "",
2199
+ "videoLink": "",
2200
+ "venmo": "",
2201
+ "paypal": "",
2202
+ "biography": "",
2203
+ "introCredits": "",
2204
+ "userId": 0,
2205
+ "avatarPosition1": "",
2206
+ "avatarPosition2": "",
2207
+ "avatarPosition3": "",
2208
+ "avatarPosition4": "",
2209
+ "avatarPosition5": "",
2210
+ "avatarPosition6": "",
2211
+ "preferredPaymentGateway": "",
2212
+ "showInvitationEmail": false,
2213
+ "availabilityRequestsEmail": false,
2214
+ "useStageName": false
2215
+ },
2216
+ "temporaryLoginToken": "",
2217
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
2218
+ "temporaryLoginDestination": "",
2219
+ "showInvitationNotification": false,
2220
+ "showInvitationSMS": false,
2221
+ "availabilityRequestSMS": false,
2222
+ "availabilityRequestNotification": false,
2223
+ "paymentMethodPreference": ""
2224
+ },
2225
+ "address": "",
2226
+ "email": "",
2227
+ "description": "",
2228
+ "instagram": "",
2229
+ "facebook": "",
2230
+ "phone": "",
2231
+ "twitter": "",
2232
+ "image": "",
2233
+ "MailingList": null
2234
+ },
2235
+ "invitationId": "0c149134-0257-4173-9a17-1b75cdeb882b",
2236
+ "acceptedState": 0,
2237
+ "tier": 1,
2238
+ "listPosition": 0,
2239
+ "ethnicity": 3,
2240
+ "gender": 0,
2241
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
2242
+ },
2243
+ {
2244
+ "ID": 16,
2245
+ "CreatedAt": "2024-08-18T15:38:35.528Z",
2246
+ "UpdatedAt": "2024-08-18T15:38:35.686Z",
2247
+ "DeletedAt": null,
2248
+ "userId": 7,
2249
+ "User": {
2250
+ "ID": 7,
2251
+ "CreatedAt": "2024-08-18T15:38:27.39Z",
2252
+ "UpdatedAt": "2024-08-18T15:38:27.39Z",
2253
+ "DeletedAt": null,
2254
+ "role": 3,
2255
+ "firstName": "Test",
2256
+ "lastName": "User",
2257
+ "email": "gus+venueoperator@jetbook.co",
2258
+ "password": "$2a$14$oH1XdZ4GMvg0JVHMw7hWMedp0aA.d91vy6dbkeV6.8.ZFcSi7IjfW",
2259
+ "PasswordResetToken": "",
2260
+ "performerAvailability": null,
2261
+ "performerProfileId": {
2262
+ "Int64": 0,
2263
+ "Valid": false
2264
+ },
2265
+ "performerProfile": {
2266
+ "ID": 31,
2267
+ "CreatedAt": "2024-08-18T15:38:35.565Z",
2268
+ "UpdatedAt": "2024-08-18T15:38:35.565Z",
2269
+ "DeletedAt": null,
2270
+ "ethnicity": 2,
2271
+ "gender": 2,
2272
+ "description": "",
2273
+ "firstName": "Gus",
2274
+ "lastName": "Naughton",
2275
+ "stageName": "",
2276
+ "email": "gus+venueoperator@jetbook.co",
2277
+ "phoneNumber": "",
2278
+ "location": "",
2279
+ "profileImage": "",
2280
+ "website": "",
2281
+ "instagram": "",
2282
+ "facebook": "",
2283
+ "twitter": "",
2284
+ "tikTok": "",
2285
+ "videoLink": "",
2286
+ "venmo": "",
2287
+ "paypal": "",
2288
+ "biography": "",
2289
+ "introCredits": "",
2290
+ "userId": 7,
2291
+ "avatarPosition1": "",
2292
+ "avatarPosition2": "",
2293
+ "avatarPosition3": "",
2294
+ "avatarPosition4": "",
2295
+ "avatarPosition5": "",
2296
+ "avatarPosition6": "",
2297
+ "preferredPaymentGateway": "",
2298
+ "showInvitationEmail": false,
2299
+ "availabilityRequestsEmail": false,
2300
+ "useStageName": false
2301
+ },
2302
+ "temporaryLoginToken": "",
2303
+ "temporaryLoginExpiry": "2024-08-18T15:38:27.389Z",
2304
+ "temporaryLoginDestination": "",
2305
+ "showInvitationNotification": true,
2306
+ "showInvitationSMS": false,
2307
+ "availabilityRequestSMS": false,
2308
+ "availabilityRequestNotification": true,
2309
+ "paymentMethodPreference": ""
2310
+ },
2311
+ "venueId": 1,
2312
+ "Venue": {
2313
+ "ID": 0,
2314
+ "CreatedAt": "0001-01-01T00:00:00Z",
2315
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2316
+ "DeletedAt": null,
2317
+ "name": "",
2318
+ "stages": null,
2319
+ "Events": null,
2320
+ "roster": null,
2321
+ "userId": 0,
2322
+ "User": {
2323
+ "ID": 0,
2324
+ "CreatedAt": "0001-01-01T00:00:00Z",
2325
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2326
+ "DeletedAt": null,
2327
+ "role": 0,
2328
+ "firstName": "",
2329
+ "lastName": "",
2330
+ "email": "",
2331
+ "password": "",
2332
+ "PasswordResetToken": "",
2333
+ "performerAvailability": null,
2334
+ "performerProfileId": {
2335
+ "Int64": 0,
2336
+ "Valid": false
2337
+ },
2338
+ "performerProfile": {
2339
+ "ID": 0,
2340
+ "CreatedAt": "0001-01-01T00:00:00Z",
2341
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2342
+ "DeletedAt": null,
2343
+ "ethnicity": 0,
2344
+ "gender": 0,
2345
+ "description": "",
2346
+ "firstName": "",
2347
+ "lastName": "",
2348
+ "stageName": "",
2349
+ "email": "",
2350
+ "phoneNumber": "",
2351
+ "location": "",
2352
+ "profileImage": "",
2353
+ "website": "",
2354
+ "instagram": "",
2355
+ "facebook": "",
2356
+ "twitter": "",
2357
+ "tikTok": "",
2358
+ "videoLink": "",
2359
+ "venmo": "",
2360
+ "paypal": "",
2361
+ "biography": "",
2362
+ "introCredits": "",
2363
+ "userId": 0,
2364
+ "avatarPosition1": "",
2365
+ "avatarPosition2": "",
2366
+ "avatarPosition3": "",
2367
+ "avatarPosition4": "",
2368
+ "avatarPosition5": "",
2369
+ "avatarPosition6": "",
2370
+ "preferredPaymentGateway": "",
2371
+ "showInvitationEmail": false,
2372
+ "availabilityRequestsEmail": false,
2373
+ "useStageName": false
2374
+ },
2375
+ "temporaryLoginToken": "",
2376
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
2377
+ "temporaryLoginDestination": "",
2378
+ "showInvitationNotification": false,
2379
+ "showInvitationSMS": false,
2380
+ "availabilityRequestSMS": false,
2381
+ "availabilityRequestNotification": false,
2382
+ "paymentMethodPreference": ""
2383
+ },
2384
+ "address": "",
2385
+ "email": "",
2386
+ "description": "",
2387
+ "instagram": "",
2388
+ "facebook": "",
2389
+ "phone": "",
2390
+ "twitter": "",
2391
+ "image": "",
2392
+ "MailingList": null
2393
+ },
2394
+ "invitationId": "365b543b-3c0c-4c23-aad5-159166c1e357",
2395
+ "acceptedState": 2,
2396
+ "tier": 2,
2397
+ "listPosition": 0,
2398
+ "ethnicity": 2,
2399
+ "gender": 2,
2400
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
2401
+ },
2402
+ {
2403
+ "ID": 17,
2404
+ "CreatedAt": "2024-08-18T15:38:35.603Z",
2405
+ "UpdatedAt": "2024-08-18T15:38:35.747Z",
2406
+ "DeletedAt": null,
2407
+ "userId": 5,
2408
+ "User": {
2409
+ "ID": 5,
2410
+ "CreatedAt": "2024-08-18T15:38:23.798Z",
2411
+ "UpdatedAt": "2024-08-18T15:38:23.798Z",
2412
+ "DeletedAt": null,
2413
+ "role": 2,
2414
+ "firstName": "Test",
2415
+ "lastName": "User",
2416
+ "email": "gus+venueemployee@jetbook.co",
2417
+ "password": "$2a$14$LgPQRGU8C1ASmHNw.5YE6OCjiBe9ePVfwV8eUeVNOSOOTSJt6g0J.",
2418
+ "PasswordResetToken": "",
2419
+ "performerAvailability": null,
2420
+ "performerProfileId": {
2421
+ "Int64": 0,
2422
+ "Valid": false
2423
+ },
2424
+ "performerProfile": {
2425
+ "ID": 32,
2426
+ "CreatedAt": "2024-08-18T15:38:35.645Z",
2427
+ "UpdatedAt": "2024-08-18T15:38:35.645Z",
2428
+ "DeletedAt": null,
2429
+ "ethnicity": 3,
2430
+ "gender": 3,
2431
+ "description": "",
2432
+ "firstName": "Gus",
2433
+ "lastName": "Tester",
2434
+ "stageName": "",
2435
+ "email": "gus+venueemployee@jetbook.co",
2436
+ "phoneNumber": "",
2437
+ "location": "",
2438
+ "profileImage": "",
2439
+ "website": "",
2440
+ "instagram": "",
2441
+ "facebook": "",
2442
+ "twitter": "",
2443
+ "tikTok": "",
2444
+ "videoLink": "",
2445
+ "venmo": "",
2446
+ "paypal": "",
2447
+ "biography": "",
2448
+ "introCredits": "",
2449
+ "userId": 5,
2450
+ "avatarPosition1": "",
2451
+ "avatarPosition2": "",
2452
+ "avatarPosition3": "",
2453
+ "avatarPosition4": "",
2454
+ "avatarPosition5": "",
2455
+ "avatarPosition6": "",
2456
+ "preferredPaymentGateway": "",
2457
+ "showInvitationEmail": false,
2458
+ "availabilityRequestsEmail": false,
2459
+ "useStageName": false
2460
+ },
2461
+ "temporaryLoginToken": "",
2462
+ "temporaryLoginExpiry": "2024-08-18T15:38:23.798Z",
2463
+ "temporaryLoginDestination": "",
2464
+ "showInvitationNotification": true,
2465
+ "showInvitationSMS": false,
2466
+ "availabilityRequestSMS": false,
2467
+ "availabilityRequestNotification": true,
2468
+ "paymentMethodPreference": ""
2469
+ },
2470
+ "venueId": 1,
2471
+ "Venue": {
2472
+ "ID": 0,
2473
+ "CreatedAt": "0001-01-01T00:00:00Z",
2474
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2475
+ "DeletedAt": null,
2476
+ "name": "",
2477
+ "stages": null,
2478
+ "Events": null,
2479
+ "roster": null,
2480
+ "userId": 0,
2481
+ "User": {
2482
+ "ID": 0,
2483
+ "CreatedAt": "0001-01-01T00:00:00Z",
2484
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2485
+ "DeletedAt": null,
2486
+ "role": 0,
2487
+ "firstName": "",
2488
+ "lastName": "",
2489
+ "email": "",
2490
+ "password": "",
2491
+ "PasswordResetToken": "",
2492
+ "performerAvailability": null,
2493
+ "performerProfileId": {
2494
+ "Int64": 0,
2495
+ "Valid": false
2496
+ },
2497
+ "performerProfile": {
2498
+ "ID": 0,
2499
+ "CreatedAt": "0001-01-01T00:00:00Z",
2500
+ "UpdatedAt": "0001-01-01T00:00:00Z",
2501
+ "DeletedAt": null,
2502
+ "ethnicity": 0,
2503
+ "gender": 0,
2504
+ "description": "",
2505
+ "firstName": "",
2506
+ "lastName": "",
2507
+ "stageName": "",
2508
+ "email": "",
2509
+ "phoneNumber": "",
2510
+ "location": "",
2511
+ "profileImage": "",
2512
+ "website": "",
2513
+ "instagram": "",
2514
+ "facebook": "",
2515
+ "twitter": "",
2516
+ "tikTok": "",
2517
+ "videoLink": "",
2518
+ "venmo": "",
2519
+ "paypal": "",
2520
+ "biography": "",
2521
+ "introCredits": "",
2522
+ "userId": 0,
2523
+ "avatarPosition1": "",
2524
+ "avatarPosition2": "",
2525
+ "avatarPosition3": "",
2526
+ "avatarPosition4": "",
2527
+ "avatarPosition5": "",
2528
+ "avatarPosition6": "",
2529
+ "preferredPaymentGateway": "",
2530
+ "showInvitationEmail": false,
2531
+ "availabilityRequestsEmail": false,
2532
+ "useStageName": false
2533
+ },
2534
+ "temporaryLoginToken": "",
2535
+ "temporaryLoginExpiry": "0001-01-01T00:00:00Z",
2536
+ "temporaryLoginDestination": "",
2537
+ "showInvitationNotification": false,
2538
+ "showInvitationSMS": false,
2539
+ "availabilityRequestSMS": false,
2540
+ "availabilityRequestNotification": false,
2541
+ "paymentMethodPreference": ""
2542
+ },
2543
+ "address": "",
2544
+ "email": "",
2545
+ "description": "",
2546
+ "instagram": "",
2547
+ "facebook": "",
2548
+ "phone": "",
2549
+ "twitter": "",
2550
+ "image": "",
2551
+ "MailingList": null
2552
+ },
2553
+ "invitationId": "7a62116a-7682-4326-9e90-7b4cb37f9b1f",
2554
+ "acceptedState": 1,
2555
+ "tier": 3,
2556
+ "listPosition": 1,
2557
+ "ethnicity": 3,
2558
+ "gender": 3,
2559
+ "lastBookedDate": "0001-01-01 00:00:00 +0000 UTC"
2560
+ }
2561
+ ]
2562
+ }
2563
+ ]