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