@gooday_corp/gooday-api-client 4.6.9 → 4.6.11
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 +20 -0
- package/.openapi-generator/VERSION +1 -1
- package/api.ts +13295 -2204
- 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 +154 -9
- package/docs/BusinessTypeResponse.md +22 -0
- package/docs/ConfirmRSVPV2PaymentDTO.md +20 -0
- package/docs/ContactsPayloadDTO.md +2 -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 +56 -2
- package/docs/PromoCodeResponseDTO.md +2 -0
- package/docs/RSVPEvenPayloadDTO.md +6 -0
- 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 +1311 -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,96 @@
|
|
|
1
|
+
# CreateRSVPEventV2DTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**title** | **string** | | [default to undefined]
|
|
9
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**photo** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**tags** | **Array<string>** | | [optional] [default to undefined]
|
|
12
|
+
**totalCapacity** | **number** | | [optional] [default to undefined]
|
|
13
|
+
**costPerPerson** | **number** | | [optional] [default to undefined]
|
|
14
|
+
**currency** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**type** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**venue** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**business** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**timezone** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**theme** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**externalTicketingLink** | **string** | | [optional] [default to undefined]
|
|
21
|
+
**otherLinks** | **Array<string>** | | [optional] [default to undefined]
|
|
22
|
+
**hideGuestCount** | **boolean** | | [optional] [default to undefined]
|
|
23
|
+
**hideLocation** | **boolean** | | [optional] [default to undefined]
|
|
24
|
+
**location** | **object** | | [optional] [default to undefined]
|
|
25
|
+
**isRecurring** | **boolean** | | [optional] [default to undefined]
|
|
26
|
+
**duration** | **number** | | [optional] [default to undefined]
|
|
27
|
+
**startDate** | **string** | | [default to undefined]
|
|
28
|
+
**endDate** | **string** | | [default to undefined]
|
|
29
|
+
**recurrenceEndDate** | **string** | | [optional] [default to undefined]
|
|
30
|
+
**repeat** | **string** | | [optional] [default to undefined]
|
|
31
|
+
**pattern** | **string** | Recurrence pattern string (RFC 5545) | [optional] [default to undefined]
|
|
32
|
+
**repeatBy** | **string** | The method used to determine recurrence | [optional] [default to undefined]
|
|
33
|
+
**byDay** | **string** | Comma-separated days of the week (e.g., MO,WE,FR) | [optional] [default to undefined]
|
|
34
|
+
**byMonthDay** | **string** | Comma-separated days of the month (e.g., 1,15,31) | [optional] [default to undefined]
|
|
35
|
+
**byMonth** | **string** | Comma-separated months of the year (1-12) | [optional] [default to undefined]
|
|
36
|
+
**hosts** | [**Array<HostV2DTO>**](HostV2DTO.md) | | [optional] [default to undefined]
|
|
37
|
+
**invites** | [**Array<InviteRSVPDTO>**](InviteRSVPDTO.md) | | [optional] [default to undefined]
|
|
38
|
+
**discounts** | [**Array<DiscountV2DTO>**](DiscountV2DTO.md) | | [optional] [default to undefined]
|
|
39
|
+
**firstName** | **string** | | [optional] [default to undefined]
|
|
40
|
+
**lastName** | **string** | | [optional] [default to undefined]
|
|
41
|
+
**email** | **string** | | [optional] [default to undefined]
|
|
42
|
+
**mobileNumber** | **string** | | [optional] [default to undefined]
|
|
43
|
+
**countryCode** | **string** | | [optional] [default to undefined]
|
|
44
|
+
**hostBy** | **string** | | [optional] [default to undefined]
|
|
45
|
+
**hostImage** | **string** | | [optional] [default to undefined]
|
|
46
|
+
**emailTemplate** | **string** | | [optional] [default to undefined]
|
|
47
|
+
|
|
48
|
+
## Example
|
|
49
|
+
|
|
50
|
+
```typescript
|
|
51
|
+
import { CreateRSVPEventV2DTO } from './api';
|
|
52
|
+
|
|
53
|
+
const instance: CreateRSVPEventV2DTO = {
|
|
54
|
+
title,
|
|
55
|
+
description,
|
|
56
|
+
photo,
|
|
57
|
+
tags,
|
|
58
|
+
totalCapacity,
|
|
59
|
+
costPerPerson,
|
|
60
|
+
currency,
|
|
61
|
+
type,
|
|
62
|
+
venue,
|
|
63
|
+
business,
|
|
64
|
+
timezone,
|
|
65
|
+
theme,
|
|
66
|
+
externalTicketingLink,
|
|
67
|
+
otherLinks,
|
|
68
|
+
hideGuestCount,
|
|
69
|
+
hideLocation,
|
|
70
|
+
location,
|
|
71
|
+
isRecurring,
|
|
72
|
+
duration,
|
|
73
|
+
startDate,
|
|
74
|
+
endDate,
|
|
75
|
+
recurrenceEndDate,
|
|
76
|
+
repeat,
|
|
77
|
+
pattern,
|
|
78
|
+
repeatBy,
|
|
79
|
+
byDay,
|
|
80
|
+
byMonthDay,
|
|
81
|
+
byMonth,
|
|
82
|
+
hosts,
|
|
83
|
+
invites,
|
|
84
|
+
discounts,
|
|
85
|
+
firstName,
|
|
86
|
+
lastName,
|
|
87
|
+
email,
|
|
88
|
+
mobileNumber,
|
|
89
|
+
countryCode,
|
|
90
|
+
hostBy,
|
|
91
|
+
hostImage,
|
|
92
|
+
emailTemplate,
|
|
93
|
+
};
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**title** | **string** | The title of the booking | [default to 'Default Booking Title']
|
|
9
|
-
**startDate** | **string** | The start date of the booking | [default to 2026-
|
|
10
|
-
**endDate** | **string** | The start date of the booking | [default to 2026-
|
|
9
|
+
**startDate** | **string** | The start date of the booking | [default to 2026-04-29T11:21:10Z]
|
|
10
|
+
**endDate** | **string** | The start date of the booking | [default to 2026-04-29T11:21:10Z]
|
|
11
11
|
**note** | **string** | Notes attached with booking | [optional] [default to undefined]
|
|
12
12
|
**occasion** | **string** | Occasion id | [optional] [default to undefined]
|
|
13
13
|
**calendar** | **Array<string>** | Calendar attached with booking | [optional] [default to undefined]
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# DiscountV2DTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [default to undefined]
|
|
9
|
+
**percentage** | **number** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { DiscountV2DTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: DiscountV2DTO = {
|
|
17
|
+
name,
|
|
18
|
+
percentage,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# HashtagPayloadDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | Hashtag name | [default to undefined]
|
|
9
|
+
**category** | **string** | Hashtag category | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { HashtagPayloadDTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: HashtagPayloadDTO = {
|
|
17
|
+
name,
|
|
18
|
+
category,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# HashtagResponseDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**data** | [**HashtagsResponse**](HashtagsResponse.md) | | [default to undefined]
|
|
9
|
+
**statusCode** | **number** | statusCode | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { HashtagResponseDTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: HashtagResponseDTO = {
|
|
17
|
+
data,
|
|
18
|
+
statusCode,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# HashtagUpdatePayloadDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**_id** | **string** | Hashtag id | [default to undefined]
|
|
9
|
+
**name** | **string** | Hashtag name | [default to undefined]
|
|
10
|
+
**category** | **string** | Hashtag category | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { HashtagUpdatePayloadDTO } from './api';
|
|
16
|
+
|
|
17
|
+
const instance: HashtagUpdatePayloadDTO = {
|
|
18
|
+
_id,
|
|
19
|
+
name,
|
|
20
|
+
category,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
# HashtagsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:8080*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**hashtagsControllerCreateHashtag**](#hashtagscontrollercreatehashtag) | **POST** /v1/hashtag | |
|
|
8
|
+
|[**hashtagsControllerDeleteHashtagById**](#hashtagscontrollerdeletehashtagbyid) | **DELETE** /v1/hashtag/{id} | |
|
|
9
|
+
|[**hashtagsControllerFindHashtags**](#hashtagscontrollerfindhashtags) | **GET** /v1/hashtags | |
|
|
10
|
+
|[**hashtagsControllerGetHashtags**](#hashtagscontrollergethashtags) | **GET** /v1/hashtag-web | |
|
|
11
|
+
|[**hashtagsControllerHashtagById**](#hashtagscontrollerhashtagbyid) | **GET** /v1/hashtag/{id} | |
|
|
12
|
+
|[**hashtagsControllerUpdateHashtagById**](#hashtagscontrollerupdatehashtagbyid) | **PUT** /v1/hashtag | |
|
|
13
|
+
|
|
14
|
+
# **hashtagsControllerCreateHashtag**
|
|
15
|
+
> HashtagResponseDTO hashtagsControllerCreateHashtag(hashtagPayloadDTO)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import {
|
|
22
|
+
HashtagsApi,
|
|
23
|
+
Configuration,
|
|
24
|
+
HashtagPayloadDTO
|
|
25
|
+
} from './api';
|
|
26
|
+
|
|
27
|
+
const configuration = new Configuration();
|
|
28
|
+
const apiInstance = new HashtagsApi(configuration);
|
|
29
|
+
|
|
30
|
+
let hashtagPayloadDTO: HashtagPayloadDTO; //
|
|
31
|
+
|
|
32
|
+
const { status, data } = await apiInstance.hashtagsControllerCreateHashtag(
|
|
33
|
+
hashtagPayloadDTO
|
|
34
|
+
);
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Parameters
|
|
38
|
+
|
|
39
|
+
|Name | Type | Description | Notes|
|
|
40
|
+
|------------- | ------------- | ------------- | -------------|
|
|
41
|
+
| **hashtagPayloadDTO** | **HashtagPayloadDTO**| | |
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Return type
|
|
45
|
+
|
|
46
|
+
**HashtagResponseDTO**
|
|
47
|
+
|
|
48
|
+
### Authorization
|
|
49
|
+
|
|
50
|
+
No authorization required
|
|
51
|
+
|
|
52
|
+
### HTTP request headers
|
|
53
|
+
|
|
54
|
+
- **Content-Type**: application/json
|
|
55
|
+
- **Accept**: application/json
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### HTTP response details
|
|
59
|
+
| Status code | Description | Response headers |
|
|
60
|
+
|-------------|-------------|------------------|
|
|
61
|
+
|**200** | | - |
|
|
62
|
+
|
|
63
|
+
[[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)
|
|
64
|
+
|
|
65
|
+
# **hashtagsControllerDeleteHashtagById**
|
|
66
|
+
> HashtagResponseDTO hashtagsControllerDeleteHashtagById()
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Example
|
|
70
|
+
|
|
71
|
+
```typescript
|
|
72
|
+
import {
|
|
73
|
+
HashtagsApi,
|
|
74
|
+
Configuration
|
|
75
|
+
} from './api';
|
|
76
|
+
|
|
77
|
+
const configuration = new Configuration();
|
|
78
|
+
const apiInstance = new HashtagsApi(configuration);
|
|
79
|
+
|
|
80
|
+
let id: string; // (default to undefined)
|
|
81
|
+
|
|
82
|
+
const { status, data } = await apiInstance.hashtagsControllerDeleteHashtagById(
|
|
83
|
+
id
|
|
84
|
+
);
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### Parameters
|
|
88
|
+
|
|
89
|
+
|Name | Type | Description | Notes|
|
|
90
|
+
|------------- | ------------- | ------------- | -------------|
|
|
91
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Return type
|
|
95
|
+
|
|
96
|
+
**HashtagResponseDTO**
|
|
97
|
+
|
|
98
|
+
### Authorization
|
|
99
|
+
|
|
100
|
+
No authorization required
|
|
101
|
+
|
|
102
|
+
### HTTP request headers
|
|
103
|
+
|
|
104
|
+
- **Content-Type**: Not defined
|
|
105
|
+
- **Accept**: application/json
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### HTTP response details
|
|
109
|
+
| Status code | Description | Response headers |
|
|
110
|
+
|-------------|-------------|------------------|
|
|
111
|
+
|**200** | | - |
|
|
112
|
+
|
|
113
|
+
[[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)
|
|
114
|
+
|
|
115
|
+
# **hashtagsControllerFindHashtags**
|
|
116
|
+
> HashtagsResponseDTO hashtagsControllerFindHashtags()
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Example
|
|
120
|
+
|
|
121
|
+
```typescript
|
|
122
|
+
import {
|
|
123
|
+
HashtagsApi,
|
|
124
|
+
Configuration
|
|
125
|
+
} from './api';
|
|
126
|
+
|
|
127
|
+
const configuration = new Configuration();
|
|
128
|
+
const apiInstance = new HashtagsApi(configuration);
|
|
129
|
+
|
|
130
|
+
let page: number; // (default to undefined)
|
|
131
|
+
let pageSize: number; // (default to undefined)
|
|
132
|
+
let category: Array<'RSVP'>; // (optional) (default to undefined)
|
|
133
|
+
|
|
134
|
+
const { status, data } = await apiInstance.hashtagsControllerFindHashtags(
|
|
135
|
+
page,
|
|
136
|
+
pageSize,
|
|
137
|
+
category
|
|
138
|
+
);
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
### Parameters
|
|
142
|
+
|
|
143
|
+
|Name | Type | Description | Notes|
|
|
144
|
+
|------------- | ------------- | ------------- | -------------|
|
|
145
|
+
| **page** | [**number**] | | defaults to undefined|
|
|
146
|
+
| **pageSize** | [**number**] | | defaults to undefined|
|
|
147
|
+
| **category** | **Array<'RSVP'>** | | (optional) defaults to undefined|
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Return type
|
|
151
|
+
|
|
152
|
+
**HashtagsResponseDTO**
|
|
153
|
+
|
|
154
|
+
### Authorization
|
|
155
|
+
|
|
156
|
+
No authorization required
|
|
157
|
+
|
|
158
|
+
### HTTP request headers
|
|
159
|
+
|
|
160
|
+
- **Content-Type**: Not defined
|
|
161
|
+
- **Accept**: application/json
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### HTTP response details
|
|
165
|
+
| Status code | Description | Response headers |
|
|
166
|
+
|-------------|-------------|------------------|
|
|
167
|
+
|**200** | | - |
|
|
168
|
+
|
|
169
|
+
[[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)
|
|
170
|
+
|
|
171
|
+
# **hashtagsControllerGetHashtags**
|
|
172
|
+
> HashtagsResponseDTO hashtagsControllerGetHashtags()
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Example
|
|
176
|
+
|
|
177
|
+
```typescript
|
|
178
|
+
import {
|
|
179
|
+
HashtagsApi,
|
|
180
|
+
Configuration
|
|
181
|
+
} from './api';
|
|
182
|
+
|
|
183
|
+
const configuration = new Configuration();
|
|
184
|
+
const apiInstance = new HashtagsApi(configuration);
|
|
185
|
+
|
|
186
|
+
let page: number; // (default to undefined)
|
|
187
|
+
let pageSize: number; // (default to undefined)
|
|
188
|
+
let category: Array<'RSVP'>; // (optional) (default to undefined)
|
|
189
|
+
|
|
190
|
+
const { status, data } = await apiInstance.hashtagsControllerGetHashtags(
|
|
191
|
+
page,
|
|
192
|
+
pageSize,
|
|
193
|
+
category
|
|
194
|
+
);
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
### Parameters
|
|
198
|
+
|
|
199
|
+
|Name | Type | Description | Notes|
|
|
200
|
+
|------------- | ------------- | ------------- | -------------|
|
|
201
|
+
| **page** | [**number**] | | defaults to undefined|
|
|
202
|
+
| **pageSize** | [**number**] | | defaults to undefined|
|
|
203
|
+
| **category** | **Array<'RSVP'>** | | (optional) defaults to undefined|
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Return type
|
|
207
|
+
|
|
208
|
+
**HashtagsResponseDTO**
|
|
209
|
+
|
|
210
|
+
### Authorization
|
|
211
|
+
|
|
212
|
+
No authorization required
|
|
213
|
+
|
|
214
|
+
### HTTP request headers
|
|
215
|
+
|
|
216
|
+
- **Content-Type**: Not defined
|
|
217
|
+
- **Accept**: application/json
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### HTTP response details
|
|
221
|
+
| Status code | Description | Response headers |
|
|
222
|
+
|-------------|-------------|------------------|
|
|
223
|
+
|**200** | | - |
|
|
224
|
+
|
|
225
|
+
[[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)
|
|
226
|
+
|
|
227
|
+
# **hashtagsControllerHashtagById**
|
|
228
|
+
> HashtagResponseDTO hashtagsControllerHashtagById()
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Example
|
|
232
|
+
|
|
233
|
+
```typescript
|
|
234
|
+
import {
|
|
235
|
+
HashtagsApi,
|
|
236
|
+
Configuration
|
|
237
|
+
} from './api';
|
|
238
|
+
|
|
239
|
+
const configuration = new Configuration();
|
|
240
|
+
const apiInstance = new HashtagsApi(configuration);
|
|
241
|
+
|
|
242
|
+
let id: string; // (default to undefined)
|
|
243
|
+
|
|
244
|
+
const { status, data } = await apiInstance.hashtagsControllerHashtagById(
|
|
245
|
+
id
|
|
246
|
+
);
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
### Parameters
|
|
250
|
+
|
|
251
|
+
|Name | Type | Description | Notes|
|
|
252
|
+
|------------- | ------------- | ------------- | -------------|
|
|
253
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
### Return type
|
|
257
|
+
|
|
258
|
+
**HashtagResponseDTO**
|
|
259
|
+
|
|
260
|
+
### Authorization
|
|
261
|
+
|
|
262
|
+
No authorization required
|
|
263
|
+
|
|
264
|
+
### HTTP request headers
|
|
265
|
+
|
|
266
|
+
- **Content-Type**: Not defined
|
|
267
|
+
- **Accept**: application/json
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### HTTP response details
|
|
271
|
+
| Status code | Description | Response headers |
|
|
272
|
+
|-------------|-------------|------------------|
|
|
273
|
+
|**200** | | - |
|
|
274
|
+
|
|
275
|
+
[[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)
|
|
276
|
+
|
|
277
|
+
# **hashtagsControllerUpdateHashtagById**
|
|
278
|
+
> HashtagResponseDTO hashtagsControllerUpdateHashtagById(hashtagUpdatePayloadDTO)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Example
|
|
282
|
+
|
|
283
|
+
```typescript
|
|
284
|
+
import {
|
|
285
|
+
HashtagsApi,
|
|
286
|
+
Configuration,
|
|
287
|
+
HashtagUpdatePayloadDTO
|
|
288
|
+
} from './api';
|
|
289
|
+
|
|
290
|
+
const configuration = new Configuration();
|
|
291
|
+
const apiInstance = new HashtagsApi(configuration);
|
|
292
|
+
|
|
293
|
+
let hashtagUpdatePayloadDTO: HashtagUpdatePayloadDTO; //
|
|
294
|
+
|
|
295
|
+
const { status, data } = await apiInstance.hashtagsControllerUpdateHashtagById(
|
|
296
|
+
hashtagUpdatePayloadDTO
|
|
297
|
+
);
|
|
298
|
+
```
|
|
299
|
+
|
|
300
|
+
### Parameters
|
|
301
|
+
|
|
302
|
+
|Name | Type | Description | Notes|
|
|
303
|
+
|------------- | ------------- | ------------- | -------------|
|
|
304
|
+
| **hashtagUpdatePayloadDTO** | **HashtagUpdatePayloadDTO**| | |
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Return type
|
|
308
|
+
|
|
309
|
+
**HashtagResponseDTO**
|
|
310
|
+
|
|
311
|
+
### Authorization
|
|
312
|
+
|
|
313
|
+
No authorization required
|
|
314
|
+
|
|
315
|
+
### HTTP request headers
|
|
316
|
+
|
|
317
|
+
- **Content-Type**: application/json
|
|
318
|
+
- **Accept**: application/json
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
### HTTP response details
|
|
322
|
+
| Status code | Description | Response headers |
|
|
323
|
+
|-------------|-------------|------------------|
|
|
324
|
+
|**200** | | - |
|
|
325
|
+
|
|
326
|
+
[[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)
|
|
327
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# HashtagsResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**_id** | **string** | Hashtag id | [default to undefined]
|
|
9
|
+
**name** | **string** | Hashtag name | [default to undefined]
|
|
10
|
+
**category** | **string** | Hashtag category | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { HashtagsResponse } from './api';
|
|
16
|
+
|
|
17
|
+
const instance: HashtagsResponse = {
|
|
18
|
+
_id,
|
|
19
|
+
name,
|
|
20
|
+
category,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# HashtagsResponseDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**data** | [**Array<HashtagsResponse>**](HashtagsResponse.md) | | [default to undefined]
|
|
9
|
+
**statusCode** | **number** | statusCode | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { HashtagsResponseDTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: HashtagsResponseDTO = {
|
|
17
|
+
data,
|
|
18
|
+
statusCode,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# HostV2DTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**hostId** | **string** | | [default to undefined]
|
|
9
|
+
**hostType** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { HostV2DTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: HostV2DTO = {
|
|
17
|
+
hostId,
|
|
18
|
+
hostType,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# InviteRSVPArrayDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**invites** | [**Array<InviteRSVPDTO>**](InviteRSVPDTO.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { InviteRSVPArrayDTO } from './api';
|
|
14
|
+
|
|
15
|
+
const instance: InviteRSVPArrayDTO = {
|
|
16
|
+
invites,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# InviteRSVPDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**email** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**firstName** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**lastName** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**mobileNumber** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**user** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**contact** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**business** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**profile** | **string** | | [optional] [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { InviteRSVPDTO } from './api';
|
|
21
|
+
|
|
22
|
+
const instance: InviteRSVPDTO = {
|
|
23
|
+
email,
|
|
24
|
+
firstName,
|
|
25
|
+
lastName,
|
|
26
|
+
mobileNumber,
|
|
27
|
+
user,
|
|
28
|
+
contact,
|
|
29
|
+
business,
|
|
30
|
+
profile,
|
|
31
|
+
};
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# JoinRSVPEventDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**firstName** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**lastName** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**email** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**mobileNumber** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**profile** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**user** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**contact** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**others** | [**Array<InviteRSVPDTO>**](InviteRSVPDTO.md) | | [optional] [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { JoinRSVPEventDTO } from './api';
|
|
21
|
+
|
|
22
|
+
const instance: JoinRSVPEventDTO = {
|
|
23
|
+
firstName,
|
|
24
|
+
lastName,
|
|
25
|
+
email,
|
|
26
|
+
mobileNumber,
|
|
27
|
+
profile,
|
|
28
|
+
user,
|
|
29
|
+
contact,
|
|
30
|
+
others,
|
|
31
|
+
};
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|