@gooday_corp/gooday-api-client 4.6.0 → 4.6.2

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 (51) hide show
  1. package/.openapi-generator/FILES +19 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/api.ts +12703 -1995
  4. package/base.ts +24 -0
  5. package/common.ts +38 -14
  6. package/configuration.ts +18 -24
  7. package/docs/AcceptBookingInvitePayload.md +3 -1
  8. package/docs/BookingPaymentCreateResponse.md +4 -0
  9. package/docs/BusinessApi.md +103 -9
  10. package/docs/BusinessOnBoardingDTO.md +2 -0
  11. package/docs/ConfirmRSVPV2PaymentDTO.md +20 -0
  12. package/docs/CreateBookingPayload.md +2 -2
  13. package/docs/CreateRSVPCollaboratorPayload.md +32 -0
  14. package/docs/CreateRSVPEventBookingPayload.md +2 -2
  15. package/docs/CreateRSVPEventV2DTO.md +94 -0
  16. package/docs/CreateWalkInBookingPayload.md +2 -2
  17. package/docs/DiscountV2DTO.md +22 -0
  18. package/docs/HashtagPayloadDTO.md +22 -0
  19. package/docs/HashtagResponseDTO.md +22 -0
  20. package/docs/HashtagUpdatePayloadDTO.md +24 -0
  21. package/docs/HashtagsApi.md +327 -0
  22. package/docs/HashtagsResponse.md +24 -0
  23. package/docs/HashtagsResponseDTO.md +22 -0
  24. package/docs/HostV2DTO.md +22 -0
  25. package/docs/InviteRSVPArrayDTO.md +20 -0
  26. package/docs/InviteRSVPDTO.md +34 -0
  27. package/docs/JoinRSVPEventDTO.md +34 -0
  28. package/docs/PaymentDetailsPayload.md +2 -2
  29. package/docs/PlansApi.md +44 -0
  30. package/docs/PromoCodeResponseDTO.md +2 -0
  31. package/docs/RSVPEvenPayloadDTO.md +10 -0
  32. package/docs/RSVPEventApi.md +52 -0
  33. package/docs/RSVPEventEntity.md +6 -0
  34. package/docs/RSVPEventFindDTO.md +6 -2
  35. package/docs/RSVPEventFindV2DTO.md +32 -0
  36. package/docs/RSVPEventLocationDTO.md +2 -2
  37. package/docs/RSVPEventMetaDTO.md +1 -1
  38. package/docs/RSVPEventMetaDataDTO.md +2 -0
  39. package/docs/RSVPV2Api.md +1054 -0
  40. package/docs/RejectBookingInvitePayload.md +3 -1
  41. package/docs/RescheduleBookingPayload.md +1 -1
  42. package/docs/SetupRSVPV2PaymentDTO.md +20 -0
  43. package/docs/SignupDto.md +2 -0
  44. package/docs/TagsApi.md +4 -4
  45. package/docs/UpdateRSVPEventV2DTO.md +94 -0
  46. package/docs/UpdateRSVPStatusDTO.md +20 -0
  47. package/docs/UserEntity.md +2 -0
  48. package/docs/WaitlistPayloadDTO.md +2 -2
  49. package/docs/WhatsOnLocationDTO.md +3 -3
  50. package/docs/WhatsOnLocationMetaDTO.md +1 -1
  51. package/package.json +1 -1
@@ -0,0 +1,1054 @@
1
+ # RSVPV2Api
2
+
3
+ All URIs are relative to *http://localhost:8080*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**rSVPV2ControllerCheckAvailability**](#rsvpv2controllercheckavailability) | **GET** /v1/rsvp/v2/events/{id}/availability | |
8
+ |[**rSVPV2ControllerConfirmPayment**](#rsvpv2controllerconfirmpayment) | **POST** /v1/rsvp/v2/attendees/payment/confirm | |
9
+ |[**rSVPV2ControllerCreateEvent**](#rsvpv2controllercreateevent) | **POST** /v1/rsvp/v2/events | |
10
+ |[**rSVPV2ControllerDeleteEvent**](#rsvpv2controllerdeleteevent) | **DELETE** /v1/rsvp/v2/events/{id} | |
11
+ |[**rSVPV2ControllerDeleteEventSuperAdmin**](#rsvpv2controllerdeleteeventsuperadmin) | **DELETE** /v1/rsvp/v2/super-admin/rsvp | |
12
+ |[**rSVPV2ControllerGetAttendees**](#rsvpv2controllergetattendees) | **GET** /v1/rsvp/v2/events/{id}/attendees | |
13
+ |[**rSVPV2ControllerGetEventById**](#rsvpv2controllergeteventbyid) | **GET** /v1/rsvp/v2/events/{id} | |
14
+ |[**rSVPV2ControllerGetEventsByBusiness**](#rsvpv2controllergeteventsbybusiness) | **GET** /v1/rsvp/v2/events/business/{businessId} | |
15
+ |[**rSVPV2ControllerGetEventsByVenue**](#rsvpv2controllergeteventsbyvenue) | **GET** /v1/rsvp/v2/events/venue/{venueId} | |
16
+ |[**rSVPV2ControllerGetHostEvents**](#rsvpv2controllergethostevents) | **GET** /v1/rsvp/v2/host/events | |
17
+ |[**rSVPV2ControllerGetMyEvents**](#rsvpv2controllergetmyevents) | **GET** /v1/rsvp/v2/my/events | |
18
+ |[**rSVPV2ControllerGetNearbyPublicEvents**](#rsvpv2controllergetnearbypublicevents) | **GET** /v1/rsvp/v2/events/nearby | |
19
+ |[**rSVPV2ControllerGetSuperAdminEvents**](#rsvpv2controllergetsuperadminevents) | **POST** /v1/rsvp/v2/super-admin/events | |
20
+ |[**rSVPV2ControllerInvite**](#rsvpv2controllerinvite) | **POST** /v1/rsvp/v2/events/{id}/invite | |
21
+ |[**rSVPV2ControllerJoinEvent**](#rsvpv2controllerjoinevent) | **POST** /v1/rsvp/v2/events/{id}/join | |
22
+ |[**rSVPV2ControllerSetupPayment**](#rsvpv2controllersetuppayment) | **POST** /v1/rsvp/v2/attendees/payment/setup | |
23
+ |[**rSVPV2ControllerUpdateEvent**](#rsvpv2controllerupdateevent) | **PUT** /v1/rsvp/v2/events/{id} | |
24
+ |[**rSVPV2ControllerUpdateStatus**](#rsvpv2controllerupdatestatus) | **PUT** /v1/rsvp/v2/attendees/{id}/status | |
25
+
26
+ # **rSVPV2ControllerCheckAvailability**
27
+ > rSVPV2ControllerCheckAvailability()
28
+
29
+
30
+ ### Example
31
+
32
+ ```typescript
33
+ import {
34
+ RSVPV2Api,
35
+ Configuration
36
+ } from './api';
37
+
38
+ const configuration = new Configuration();
39
+ const apiInstance = new RSVPV2Api(configuration);
40
+
41
+ let id: string; // (default to undefined)
42
+ let attendees: number; //Number of attendees to check for (optional) (default to 1)
43
+
44
+ const { status, data } = await apiInstance.rSVPV2ControllerCheckAvailability(
45
+ id,
46
+ attendees
47
+ );
48
+ ```
49
+
50
+ ### Parameters
51
+
52
+ |Name | Type | Description | Notes|
53
+ |------------- | ------------- | ------------- | -------------|
54
+ | **id** | [**string**] | | defaults to undefined|
55
+ | **attendees** | [**number**] | Number of attendees to check for | (optional) defaults to 1|
56
+
57
+
58
+ ### Return type
59
+
60
+ void (empty response body)
61
+
62
+ ### Authorization
63
+
64
+ No authorization required
65
+
66
+ ### HTTP request headers
67
+
68
+ - **Content-Type**: Not defined
69
+ - **Accept**: Not defined
70
+
71
+
72
+ ### HTTP response details
73
+ | Status code | Description | Response headers |
74
+ |-------------|-------------|------------------|
75
+ |**200** | Check event availability | - |
76
+
77
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
78
+
79
+ # **rSVPV2ControllerConfirmPayment**
80
+ > rSVPV2ControllerConfirmPayment(confirmRSVPV2PaymentDTO)
81
+
82
+
83
+ ### Example
84
+
85
+ ```typescript
86
+ import {
87
+ RSVPV2Api,
88
+ Configuration,
89
+ ConfirmRSVPV2PaymentDTO
90
+ } from './api';
91
+
92
+ const configuration = new Configuration();
93
+ const apiInstance = new RSVPV2Api(configuration);
94
+
95
+ let confirmRSVPV2PaymentDTO: ConfirmRSVPV2PaymentDTO; //
96
+
97
+ const { status, data } = await apiInstance.rSVPV2ControllerConfirmPayment(
98
+ confirmRSVPV2PaymentDTO
99
+ );
100
+ ```
101
+
102
+ ### Parameters
103
+
104
+ |Name | Type | Description | Notes|
105
+ |------------- | ------------- | ------------- | -------------|
106
+ | **confirmRSVPV2PaymentDTO** | **ConfirmRSVPV2PaymentDTO**| | |
107
+
108
+
109
+ ### Return type
110
+
111
+ void (empty response body)
112
+
113
+ ### Authorization
114
+
115
+ No authorization required
116
+
117
+ ### HTTP request headers
118
+
119
+ - **Content-Type**: application/json
120
+ - **Accept**: Not defined
121
+
122
+
123
+ ### HTTP response details
124
+ | Status code | Description | Response headers |
125
+ |-------------|-------------|------------------|
126
+ |**200** | Confirm payment success for an entire group | - |
127
+
128
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
129
+
130
+ # **rSVPV2ControllerCreateEvent**
131
+ > rSVPV2ControllerCreateEvent(createRSVPEventV2DTO)
132
+
133
+
134
+ ### Example
135
+
136
+ ```typescript
137
+ import {
138
+ RSVPV2Api,
139
+ Configuration,
140
+ CreateRSVPEventV2DTO
141
+ } from './api';
142
+
143
+ const configuration = new Configuration();
144
+ const apiInstance = new RSVPV2Api(configuration);
145
+
146
+ let createRSVPEventV2DTO: CreateRSVPEventV2DTO; //
147
+
148
+ const { status, data } = await apiInstance.rSVPV2ControllerCreateEvent(
149
+ createRSVPEventV2DTO
150
+ );
151
+ ```
152
+
153
+ ### Parameters
154
+
155
+ |Name | Type | Description | Notes|
156
+ |------------- | ------------- | ------------- | -------------|
157
+ | **createRSVPEventV2DTO** | **CreateRSVPEventV2DTO**| | |
158
+
159
+
160
+ ### Return type
161
+
162
+ void (empty response body)
163
+
164
+ ### Authorization
165
+
166
+ [bearer](../README.md#bearer)
167
+
168
+ ### HTTP request headers
169
+
170
+ - **Content-Type**: application/json
171
+ - **Accept**: Not defined
172
+
173
+
174
+ ### HTTP response details
175
+ | Status code | Description | Response headers |
176
+ |-------------|-------------|------------------|
177
+ |**201** | Create a new RSVP event (public or private) | - |
178
+
179
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
180
+
181
+ # **rSVPV2ControllerDeleteEvent**
182
+ > rSVPV2ControllerDeleteEvent()
183
+
184
+
185
+ ### Example
186
+
187
+ ```typescript
188
+ import {
189
+ RSVPV2Api,
190
+ Configuration
191
+ } from './api';
192
+
193
+ const configuration = new Configuration();
194
+ const apiInstance = new RSVPV2Api(configuration);
195
+
196
+ let id: string; // (default to undefined)
197
+
198
+ const { status, data } = await apiInstance.rSVPV2ControllerDeleteEvent(
199
+ id
200
+ );
201
+ ```
202
+
203
+ ### Parameters
204
+
205
+ |Name | Type | Description | Notes|
206
+ |------------- | ------------- | ------------- | -------------|
207
+ | **id** | [**string**] | | defaults to undefined|
208
+
209
+
210
+ ### Return type
211
+
212
+ void (empty response body)
213
+
214
+ ### Authorization
215
+
216
+ [bearer](../README.md#bearer)
217
+
218
+ ### HTTP request headers
219
+
220
+ - **Content-Type**: Not defined
221
+ - **Accept**: Not defined
222
+
223
+
224
+ ### HTTP response details
225
+ | Status code | Description | Response headers |
226
+ |-------------|-------------|------------------|
227
+ |**200** | Delete an existing RSVP event and purge its data | - |
228
+
229
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
230
+
231
+ # **rSVPV2ControllerDeleteEventSuperAdmin**
232
+ > rSVPV2ControllerDeleteEventSuperAdmin(rSVPEventDeleteDTO)
233
+
234
+
235
+ ### Example
236
+
237
+ ```typescript
238
+ import {
239
+ RSVPV2Api,
240
+ Configuration,
241
+ RSVPEventDeleteDTO
242
+ } from './api';
243
+
244
+ const configuration = new Configuration();
245
+ const apiInstance = new RSVPV2Api(configuration);
246
+
247
+ let rSVPEventDeleteDTO: RSVPEventDeleteDTO; //
248
+
249
+ const { status, data } = await apiInstance.rSVPV2ControllerDeleteEventSuperAdmin(
250
+ rSVPEventDeleteDTO
251
+ );
252
+ ```
253
+
254
+ ### Parameters
255
+
256
+ |Name | Type | Description | Notes|
257
+ |------------- | ------------- | ------------- | -------------|
258
+ | **rSVPEventDeleteDTO** | **RSVPEventDeleteDTO**| | |
259
+
260
+
261
+ ### Return type
262
+
263
+ void (empty response body)
264
+
265
+ ### Authorization
266
+
267
+ [bearer](../README.md#bearer)
268
+
269
+ ### HTTP request headers
270
+
271
+ - **Content-Type**: application/json
272
+ - **Accept**: Not defined
273
+
274
+
275
+ ### HTTP response details
276
+ | Status code | Description | Response headers |
277
+ |-------------|-------------|------------------|
278
+ |**200** | Delete an RSVP V2 event as super admin | - |
279
+
280
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
281
+
282
+ # **rSVPV2ControllerGetAttendees**
283
+ > rSVPV2ControllerGetAttendees()
284
+
285
+
286
+ ### Example
287
+
288
+ ```typescript
289
+ import {
290
+ RSVPV2Api,
291
+ Configuration
292
+ } from './api';
293
+
294
+ const configuration = new Configuration();
295
+ const apiInstance = new RSVPV2Api(configuration);
296
+
297
+ let id: string; // (default to undefined)
298
+ let page: number; // (optional) (default to undefined)
299
+ let pageSize: number; // (optional) (default to undefined)
300
+ let isInvited: boolean; // (optional) (default to undefined)
301
+
302
+ const { status, data } = await apiInstance.rSVPV2ControllerGetAttendees(
303
+ id,
304
+ page,
305
+ pageSize,
306
+ isInvited
307
+ );
308
+ ```
309
+
310
+ ### Parameters
311
+
312
+ |Name | Type | Description | Notes|
313
+ |------------- | ------------- | ------------- | -------------|
314
+ | **id** | [**string**] | | defaults to undefined|
315
+ | **page** | [**number**] | | (optional) defaults to undefined|
316
+ | **pageSize** | [**number**] | | (optional) defaults to undefined|
317
+ | **isInvited** | [**boolean**] | | (optional) defaults to undefined|
318
+
319
+
320
+ ### Return type
321
+
322
+ void (empty response body)
323
+
324
+ ### Authorization
325
+
326
+ No authorization required
327
+
328
+ ### HTTP request headers
329
+
330
+ - **Content-Type**: Not defined
331
+ - **Accept**: Not defined
332
+
333
+
334
+ ### HTTP response details
335
+ | Status code | Description | Response headers |
336
+ |-------------|-------------|------------------|
337
+ |**200** | Get list of attendees (scalable with pagination) | - |
338
+
339
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
340
+
341
+ # **rSVPV2ControllerGetEventById**
342
+ > rSVPV2ControllerGetEventById()
343
+
344
+
345
+ ### Example
346
+
347
+ ```typescript
348
+ import {
349
+ RSVPV2Api,
350
+ Configuration
351
+ } from './api';
352
+
353
+ const configuration = new Configuration();
354
+ const apiInstance = new RSVPV2Api(configuration);
355
+
356
+ let id: string; // (default to undefined)
357
+
358
+ const { status, data } = await apiInstance.rSVPV2ControllerGetEventById(
359
+ id
360
+ );
361
+ ```
362
+
363
+ ### Parameters
364
+
365
+ |Name | Type | Description | Notes|
366
+ |------------- | ------------- | ------------- | -------------|
367
+ | **id** | [**string**] | | defaults to undefined|
368
+
369
+
370
+ ### Return type
371
+
372
+ void (empty response body)
373
+
374
+ ### Authorization
375
+
376
+ No authorization required
377
+
378
+ ### HTTP request headers
379
+
380
+ - **Content-Type**: Not defined
381
+ - **Accept**: Not defined
382
+
383
+
384
+ ### HTTP response details
385
+ | Status code | Description | Response headers |
386
+ |-------------|-------------|------------------|
387
+ |**200** | Get event details by ID with attendee summary | - |
388
+
389
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
390
+
391
+ # **rSVPV2ControllerGetEventsByBusiness**
392
+ > rSVPV2ControllerGetEventsByBusiness()
393
+
394
+
395
+ ### Example
396
+
397
+ ```typescript
398
+ import {
399
+ RSVPV2Api,
400
+ Configuration
401
+ } from './api';
402
+
403
+ const configuration = new Configuration();
404
+ const apiInstance = new RSVPV2Api(configuration);
405
+
406
+ let businessId: string; // (default to undefined)
407
+ let page: number; // (default to undefined)
408
+ let pageSize: number; // (default to undefined)
409
+ let search: string; // (optional) (default to undefined)
410
+ let venue: string; // (optional) (default to undefined)
411
+ let lat: number; // (optional) (default to undefined)
412
+ let lng: number; // (optional) (default to undefined)
413
+ let distance: number; // (optional) (default to undefined)
414
+
415
+ const { status, data } = await apiInstance.rSVPV2ControllerGetEventsByBusiness(
416
+ businessId,
417
+ page,
418
+ pageSize,
419
+ search,
420
+ venue,
421
+ lat,
422
+ lng,
423
+ distance
424
+ );
425
+ ```
426
+
427
+ ### Parameters
428
+
429
+ |Name | Type | Description | Notes|
430
+ |------------- | ------------- | ------------- | -------------|
431
+ | **businessId** | [**string**] | | defaults to undefined|
432
+ | **page** | [**number**] | | defaults to undefined|
433
+ | **pageSize** | [**number**] | | defaults to undefined|
434
+ | **search** | [**string**] | | (optional) defaults to undefined|
435
+ | **venue** | [**string**] | | (optional) defaults to undefined|
436
+ | **lat** | [**number**] | | (optional) defaults to undefined|
437
+ | **lng** | [**number**] | | (optional) defaults to undefined|
438
+ | **distance** | [**number**] | | (optional) defaults to undefined|
439
+
440
+
441
+ ### Return type
442
+
443
+ void (empty response body)
444
+
445
+ ### Authorization
446
+
447
+ No authorization required
448
+
449
+ ### HTTP request headers
450
+
451
+ - **Content-Type**: Not defined
452
+ - **Accept**: Not defined
453
+
454
+
455
+ ### HTTP response details
456
+ | Status code | Description | Response headers |
457
+ |-------------|-------------|------------------|
458
+ |**200** | Get list of events for a specific business | - |
459
+
460
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
461
+
462
+ # **rSVPV2ControllerGetEventsByVenue**
463
+ > rSVPV2ControllerGetEventsByVenue()
464
+
465
+
466
+ ### Example
467
+
468
+ ```typescript
469
+ import {
470
+ RSVPV2Api,
471
+ Configuration
472
+ } from './api';
473
+
474
+ const configuration = new Configuration();
475
+ const apiInstance = new RSVPV2Api(configuration);
476
+
477
+ let venueId: string; // (default to undefined)
478
+ let page: number; // (default to undefined)
479
+ let pageSize: number; // (default to undefined)
480
+ let search: string; // (optional) (default to undefined)
481
+ let venue: string; // (optional) (default to undefined)
482
+ let lat: number; // (optional) (default to undefined)
483
+ let lng: number; // (optional) (default to undefined)
484
+ let distance: number; // (optional) (default to undefined)
485
+
486
+ const { status, data } = await apiInstance.rSVPV2ControllerGetEventsByVenue(
487
+ venueId,
488
+ page,
489
+ pageSize,
490
+ search,
491
+ venue,
492
+ lat,
493
+ lng,
494
+ distance
495
+ );
496
+ ```
497
+
498
+ ### Parameters
499
+
500
+ |Name | Type | Description | Notes|
501
+ |------------- | ------------- | ------------- | -------------|
502
+ | **venueId** | [**string**] | | defaults to undefined|
503
+ | **page** | [**number**] | | defaults to undefined|
504
+ | **pageSize** | [**number**] | | defaults to undefined|
505
+ | **search** | [**string**] | | (optional) defaults to undefined|
506
+ | **venue** | [**string**] | | (optional) defaults to undefined|
507
+ | **lat** | [**number**] | | (optional) defaults to undefined|
508
+ | **lng** | [**number**] | | (optional) defaults to undefined|
509
+ | **distance** | [**number**] | | (optional) defaults to undefined|
510
+
511
+
512
+ ### Return type
513
+
514
+ void (empty response body)
515
+
516
+ ### Authorization
517
+
518
+ No authorization required
519
+
520
+ ### HTTP request headers
521
+
522
+ - **Content-Type**: Not defined
523
+ - **Accept**: Not defined
524
+
525
+
526
+ ### HTTP response details
527
+ | Status code | Description | Response headers |
528
+ |-------------|-------------|------------------|
529
+ |**200** | Get list of events for a specific venue | - |
530
+
531
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
532
+
533
+ # **rSVPV2ControllerGetHostEvents**
534
+ > rSVPV2ControllerGetHostEvents()
535
+
536
+
537
+ ### Example
538
+
539
+ ```typescript
540
+ import {
541
+ RSVPV2Api,
542
+ Configuration
543
+ } from './api';
544
+
545
+ const configuration = new Configuration();
546
+ const apiInstance = new RSVPV2Api(configuration);
547
+
548
+ let page: number; // (default to undefined)
549
+ let pageSize: number; // (default to undefined)
550
+ let search: string; // (optional) (default to undefined)
551
+ let venue: string; // (optional) (default to undefined)
552
+ let lat: number; // (optional) (default to undefined)
553
+ let lng: number; // (optional) (default to undefined)
554
+ let distance: number; // (optional) (default to undefined)
555
+
556
+ const { status, data } = await apiInstance.rSVPV2ControllerGetHostEvents(
557
+ page,
558
+ pageSize,
559
+ search,
560
+ venue,
561
+ lat,
562
+ lng,
563
+ distance
564
+ );
565
+ ```
566
+
567
+ ### Parameters
568
+
569
+ |Name | Type | Description | Notes|
570
+ |------------- | ------------- | ------------- | -------------|
571
+ | **page** | [**number**] | | defaults to undefined|
572
+ | **pageSize** | [**number**] | | defaults to undefined|
573
+ | **search** | [**string**] | | (optional) defaults to undefined|
574
+ | **venue** | [**string**] | | (optional) defaults to undefined|
575
+ | **lat** | [**number**] | | (optional) defaults to undefined|
576
+ | **lng** | [**number**] | | (optional) defaults to undefined|
577
+ | **distance** | [**number**] | | (optional) defaults to undefined|
578
+
579
+
580
+ ### Return type
581
+
582
+ void (empty response body)
583
+
584
+ ### Authorization
585
+
586
+ [bearer](../README.md#bearer)
587
+
588
+ ### HTTP request headers
589
+
590
+ - **Content-Type**: Not defined
591
+ - **Accept**: Not defined
592
+
593
+
594
+ ### HTTP response details
595
+ | Status code | Description | Response headers |
596
+ |-------------|-------------|------------------|
597
+ |**200** | Get list of events where the user is a host | - |
598
+
599
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
600
+
601
+ # **rSVPV2ControllerGetMyEvents**
602
+ > rSVPV2ControllerGetMyEvents()
603
+
604
+
605
+ ### Example
606
+
607
+ ```typescript
608
+ import {
609
+ RSVPV2Api,
610
+ Configuration
611
+ } from './api';
612
+
613
+ const configuration = new Configuration();
614
+ const apiInstance = new RSVPV2Api(configuration);
615
+
616
+ let page: number; // (default to undefined)
617
+ let pageSize: number; // (default to undefined)
618
+ let search: string; // (optional) (default to undefined)
619
+ let venue: string; // (optional) (default to undefined)
620
+ let lat: number; // (optional) (default to undefined)
621
+ let lng: number; // (optional) (default to undefined)
622
+ let distance: number; // (optional) (default to undefined)
623
+
624
+ const { status, data } = await apiInstance.rSVPV2ControllerGetMyEvents(
625
+ page,
626
+ pageSize,
627
+ search,
628
+ venue,
629
+ lat,
630
+ lng,
631
+ distance
632
+ );
633
+ ```
634
+
635
+ ### Parameters
636
+
637
+ |Name | Type | Description | Notes|
638
+ |------------- | ------------- | ------------- | -------------|
639
+ | **page** | [**number**] | | defaults to undefined|
640
+ | **pageSize** | [**number**] | | defaults to undefined|
641
+ | **search** | [**string**] | | (optional) defaults to undefined|
642
+ | **venue** | [**string**] | | (optional) defaults to undefined|
643
+ | **lat** | [**number**] | | (optional) defaults to undefined|
644
+ | **lng** | [**number**] | | (optional) defaults to undefined|
645
+ | **distance** | [**number**] | | (optional) defaults to undefined|
646
+
647
+
648
+ ### Return type
649
+
650
+ void (empty response body)
651
+
652
+ ### Authorization
653
+
654
+ [bearer](../README.md#bearer)
655
+
656
+ ### HTTP request headers
657
+
658
+ - **Content-Type**: Not defined
659
+ - **Accept**: Not defined
660
+
661
+
662
+ ### HTTP response details
663
+ | Status code | Description | Response headers |
664
+ |-------------|-------------|------------------|
665
+ |**200** | Get list of events hosted by OR joined by the user | - |
666
+
667
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
668
+
669
+ # **rSVPV2ControllerGetNearbyPublicEvents**
670
+ > rSVPV2ControllerGetNearbyPublicEvents()
671
+
672
+
673
+ ### Example
674
+
675
+ ```typescript
676
+ import {
677
+ RSVPV2Api,
678
+ Configuration
679
+ } from './api';
680
+
681
+ const configuration = new Configuration();
682
+ const apiInstance = new RSVPV2Api(configuration);
683
+
684
+ let page: number; // (default to undefined)
685
+ let pageSize: number; // (default to undefined)
686
+ let search: string; // (optional) (default to undefined)
687
+ let venue: string; // (optional) (default to undefined)
688
+ let lat: number; // (optional) (default to undefined)
689
+ let lng: number; // (optional) (default to undefined)
690
+ let distance: number; // (optional) (default to undefined)
691
+
692
+ const { status, data } = await apiInstance.rSVPV2ControllerGetNearbyPublicEvents(
693
+ page,
694
+ pageSize,
695
+ search,
696
+ venue,
697
+ lat,
698
+ lng,
699
+ distance
700
+ );
701
+ ```
702
+
703
+ ### Parameters
704
+
705
+ |Name | Type | Description | Notes|
706
+ |------------- | ------------- | ------------- | -------------|
707
+ | **page** | [**number**] | | defaults to undefined|
708
+ | **pageSize** | [**number**] | | defaults to undefined|
709
+ | **search** | [**string**] | | (optional) defaults to undefined|
710
+ | **venue** | [**string**] | | (optional) defaults to undefined|
711
+ | **lat** | [**number**] | | (optional) defaults to undefined|
712
+ | **lng** | [**number**] | | (optional) defaults to undefined|
713
+ | **distance** | [**number**] | | (optional) defaults to undefined|
714
+
715
+
716
+ ### Return type
717
+
718
+ void (empty response body)
719
+
720
+ ### Authorization
721
+
722
+ No authorization required
723
+
724
+ ### HTTP request headers
725
+
726
+ - **Content-Type**: Not defined
727
+ - **Accept**: Not defined
728
+
729
+
730
+ ### HTTP response details
731
+ | Status code | Description | Response headers |
732
+ |-------------|-------------|------------------|
733
+ |**200** | Get public events near a specific location | - |
734
+
735
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
736
+
737
+ # **rSVPV2ControllerGetSuperAdminEvents**
738
+ > rSVPV2ControllerGetSuperAdminEvents(rSVPEventFindV2DTO)
739
+
740
+
741
+ ### Example
742
+
743
+ ```typescript
744
+ import {
745
+ RSVPV2Api,
746
+ Configuration,
747
+ RSVPEventFindV2DTO
748
+ } from './api';
749
+
750
+ const configuration = new Configuration();
751
+ const apiInstance = new RSVPV2Api(configuration);
752
+
753
+ let rSVPEventFindV2DTO: RSVPEventFindV2DTO; //
754
+
755
+ const { status, data } = await apiInstance.rSVPV2ControllerGetSuperAdminEvents(
756
+ rSVPEventFindV2DTO
757
+ );
758
+ ```
759
+
760
+ ### Parameters
761
+
762
+ |Name | Type | Description | Notes|
763
+ |------------- | ------------- | ------------- | -------------|
764
+ | **rSVPEventFindV2DTO** | **RSVPEventFindV2DTO**| | |
765
+
766
+
767
+ ### Return type
768
+
769
+ void (empty response body)
770
+
771
+ ### Authorization
772
+
773
+ No authorization required
774
+
775
+ ### HTTP request headers
776
+
777
+ - **Content-Type**: application/json
778
+ - **Accept**: Not defined
779
+
780
+
781
+ ### HTTP response details
782
+ | Status code | Description | Response headers |
783
+ |-------------|-------------|------------------|
784
+ |**200** | Get list of RSVP V2 events for super admin | - |
785
+
786
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
787
+
788
+ # **rSVPV2ControllerInvite**
789
+ > rSVPV2ControllerInvite(inviteRSVPArrayDTO)
790
+
791
+
792
+ ### Example
793
+
794
+ ```typescript
795
+ import {
796
+ RSVPV2Api,
797
+ Configuration,
798
+ InviteRSVPArrayDTO
799
+ } from './api';
800
+
801
+ const configuration = new Configuration();
802
+ const apiInstance = new RSVPV2Api(configuration);
803
+
804
+ let id: string; // (default to undefined)
805
+ let inviteRSVPArrayDTO: InviteRSVPArrayDTO; //
806
+
807
+ const { status, data } = await apiInstance.rSVPV2ControllerInvite(
808
+ id,
809
+ inviteRSVPArrayDTO
810
+ );
811
+ ```
812
+
813
+ ### Parameters
814
+
815
+ |Name | Type | Description | Notes|
816
+ |------------- | ------------- | ------------- | -------------|
817
+ | **inviteRSVPArrayDTO** | **InviteRSVPArrayDTO**| | |
818
+ | **id** | [**string**] | | defaults to undefined|
819
+
820
+
821
+ ### Return type
822
+
823
+ void (empty response body)
824
+
825
+ ### Authorization
826
+
827
+ [bearer](../README.md#bearer)
828
+
829
+ ### HTTP request headers
830
+
831
+ - **Content-Type**: application/json
832
+ - **Accept**: Not defined
833
+
834
+
835
+ ### HTTP response details
836
+ | Status code | Description | Response headers |
837
+ |-------------|-------------|------------------|
838
+ |**200** | Invite participants to an event | - |
839
+
840
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
841
+
842
+ # **rSVPV2ControllerJoinEvent**
843
+ > rSVPV2ControllerJoinEvent(joinRSVPEventDTO)
844
+
845
+
846
+ ### Example
847
+
848
+ ```typescript
849
+ import {
850
+ RSVPV2Api,
851
+ Configuration,
852
+ JoinRSVPEventDTO
853
+ } from './api';
854
+
855
+ const configuration = new Configuration();
856
+ const apiInstance = new RSVPV2Api(configuration);
857
+
858
+ let id: string; // (default to undefined)
859
+ let joinRSVPEventDTO: JoinRSVPEventDTO; //
860
+
861
+ const { status, data } = await apiInstance.rSVPV2ControllerJoinEvent(
862
+ id,
863
+ joinRSVPEventDTO
864
+ );
865
+ ```
866
+
867
+ ### Parameters
868
+
869
+ |Name | Type | Description | Notes|
870
+ |------------- | ------------- | ------------- | -------------|
871
+ | **joinRSVPEventDTO** | **JoinRSVPEventDTO**| | |
872
+ | **id** | [**string**] | | defaults to undefined|
873
+
874
+
875
+ ### Return type
876
+
877
+ void (empty response body)
878
+
879
+ ### Authorization
880
+
881
+ [bearer](../README.md#bearer)
882
+
883
+ ### HTTP request headers
884
+
885
+ - **Content-Type**: application/json
886
+ - **Accept**: Not defined
887
+
888
+
889
+ ### HTTP response details
890
+ | Status code | Description | Response headers |
891
+ |-------------|-------------|------------------|
892
+ |**200** | Join/RSVP to an event | - |
893
+
894
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
895
+
896
+ # **rSVPV2ControllerSetupPayment**
897
+ > rSVPV2ControllerSetupPayment(setupRSVPV2PaymentDTO)
898
+
899
+
900
+ ### Example
901
+
902
+ ```typescript
903
+ import {
904
+ RSVPV2Api,
905
+ Configuration,
906
+ SetupRSVPV2PaymentDTO
907
+ } from './api';
908
+
909
+ const configuration = new Configuration();
910
+ const apiInstance = new RSVPV2Api(configuration);
911
+
912
+ let setupRSVPV2PaymentDTO: SetupRSVPV2PaymentDTO; //
913
+
914
+ const { status, data } = await apiInstance.rSVPV2ControllerSetupPayment(
915
+ setupRSVPV2PaymentDTO
916
+ );
917
+ ```
918
+
919
+ ### Parameters
920
+
921
+ |Name | Type | Description | Notes|
922
+ |------------- | ------------- | ------------- | -------------|
923
+ | **setupRSVPV2PaymentDTO** | **SetupRSVPV2PaymentDTO**| | |
924
+
925
+
926
+ ### Return type
927
+
928
+ void (empty response body)
929
+
930
+ ### Authorization
931
+
932
+ No authorization required
933
+
934
+ ### HTTP request headers
935
+
936
+ - **Content-Type**: application/json
937
+ - **Accept**: Not defined
938
+
939
+
940
+ ### HTTP response details
941
+ | Status code | Description | Response headers |
942
+ |-------------|-------------|------------------|
943
+ |**200** | Setup payment intent for multiple attendees at once | - |
944
+
945
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
946
+
947
+ # **rSVPV2ControllerUpdateEvent**
948
+ > rSVPV2ControllerUpdateEvent(updateRSVPEventV2DTO)
949
+
950
+
951
+ ### Example
952
+
953
+ ```typescript
954
+ import {
955
+ RSVPV2Api,
956
+ Configuration,
957
+ UpdateRSVPEventV2DTO
958
+ } from './api';
959
+
960
+ const configuration = new Configuration();
961
+ const apiInstance = new RSVPV2Api(configuration);
962
+
963
+ let id: string; // (default to undefined)
964
+ let updateRSVPEventV2DTO: UpdateRSVPEventV2DTO; //
965
+
966
+ const { status, data } = await apiInstance.rSVPV2ControllerUpdateEvent(
967
+ id,
968
+ updateRSVPEventV2DTO
969
+ );
970
+ ```
971
+
972
+ ### Parameters
973
+
974
+ |Name | Type | Description | Notes|
975
+ |------------- | ------------- | ------------- | -------------|
976
+ | **updateRSVPEventV2DTO** | **UpdateRSVPEventV2DTO**| | |
977
+ | **id** | [**string**] | | defaults to undefined|
978
+
979
+
980
+ ### Return type
981
+
982
+ void (empty response body)
983
+
984
+ ### Authorization
985
+
986
+ [bearer](../README.md#bearer)
987
+
988
+ ### HTTP request headers
989
+
990
+ - **Content-Type**: application/json
991
+ - **Accept**: Not defined
992
+
993
+
994
+ ### HTTP response details
995
+ | Status code | Description | Response headers |
996
+ |-------------|-------------|------------------|
997
+ |**200** | Update an existing RSVP event | - |
998
+
999
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1000
+
1001
+ # **rSVPV2ControllerUpdateStatus**
1002
+ > rSVPV2ControllerUpdateStatus(updateRSVPStatusDTO)
1003
+
1004
+
1005
+ ### Example
1006
+
1007
+ ```typescript
1008
+ import {
1009
+ RSVPV2Api,
1010
+ Configuration,
1011
+ UpdateRSVPStatusDTO
1012
+ } from './api';
1013
+
1014
+ const configuration = new Configuration();
1015
+ const apiInstance = new RSVPV2Api(configuration);
1016
+
1017
+ let id: string; // (default to undefined)
1018
+ let updateRSVPStatusDTO: UpdateRSVPStatusDTO; //
1019
+
1020
+ const { status, data } = await apiInstance.rSVPV2ControllerUpdateStatus(
1021
+ id,
1022
+ updateRSVPStatusDTO
1023
+ );
1024
+ ```
1025
+
1026
+ ### Parameters
1027
+
1028
+ |Name | Type | Description | Notes|
1029
+ |------------- | ------------- | ------------- | -------------|
1030
+ | **updateRSVPStatusDTO** | **UpdateRSVPStatusDTO**| | |
1031
+ | **id** | [**string**] | | defaults to undefined|
1032
+
1033
+
1034
+ ### Return type
1035
+
1036
+ void (empty response body)
1037
+
1038
+ ### Authorization
1039
+
1040
+ [bearer](../README.md#bearer)
1041
+
1042
+ ### HTTP request headers
1043
+
1044
+ - **Content-Type**: application/json
1045
+ - **Accept**: Not defined
1046
+
1047
+
1048
+ ### HTTP response details
1049
+ | Status code | Description | Response headers |
1050
+ |-------------|-------------|------------------|
1051
+ |**200** | Update your own status or manage attendees (if host) | - |
1052
+
1053
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1054
+