@gooday_corp/gooday-api-client 1.3.33 → 1.3.35
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 +290 -0
- package/.openapi-generator/VERSION +1 -1
- package/api.ts +363 -91
- package/docs/AIApi.md +150 -0
- package/docs/AISuggestionEntity.md +32 -0
- package/docs/AISuggestionListResponse.md +22 -0
- package/docs/AcceptBookingInvitePayload.md +20 -0
- package/docs/AcceptCollaborateInvitePayload.md +20 -0
- package/docs/AcceptEventInvitePayload.md +20 -0
- package/docs/ActivityDTO.md +22 -0
- package/docs/ActivityResponse.md +24 -0
- package/docs/AddCollaboratorPayload.md +20 -0
- package/docs/AddDevicePayload.md +28 -0
- package/docs/AppApi.md +111 -0
- package/docs/AppleDashboardPayloadDTO.md +24 -0
- package/docs/AppleOAuthResponseDTO.md +22 -0
- package/docs/AppleVerificationPayloadDTO.md +24 -0
- package/docs/ApproveFriendshipRequestPayload.md +20 -0
- package/docs/AssignTaskPayload.md +22 -0
- package/docs/AssistantEntity.md +32 -0
- package/docs/AssistantListResponse.md +22 -0
- package/docs/AttributesDto.md +24 -0
- package/docs/AuthApi.md +530 -0
- package/docs/AvailabilityDayDto.md +24 -0
- package/docs/BlockoutApi.md +273 -0
- package/docs/BlockoutDTO.md +22 -0
- package/docs/BlockoutDeleteResponseDTO.md +20 -0
- package/docs/BlockoutEntity.md +46 -0
- package/docs/BlockoutPayloadDTO.md +40 -0
- package/docs/BlockoutResponseDTO.md +22 -0
- package/docs/BookingApi.md +835 -0
- package/docs/BookingCollaboratorDetailResponseDTO.md +22 -0
- package/docs/BookingConfirmPayload.md +22 -0
- package/docs/BookingDurationEntity.md +24 -0
- package/docs/BookingDurationListResponse.md +22 -0
- package/docs/BookingEntity.md +72 -0
- package/docs/BookingPaymentCreateResponse.md +36 -0
- package/docs/BookingPaymentCreateResponseDTO.md +22 -0
- package/docs/BookingPaymentPayloadDTO.md +20 -0
- package/docs/BookingRequestResponseDTO.md +22 -0
- package/docs/BookingResponse.md +62 -0
- package/docs/BookingResponseDTO.md +22 -0
- package/docs/BookingRulesEntity.md +22 -0
- package/docs/BookingRulesPayloadDTO.md +22 -0
- package/docs/BusinessApi.md +1158 -0
- package/docs/BusinessConnectedAccount.md +22 -0
- package/docs/BusinessDetailsPayloadDTO.md +42 -0
- package/docs/BusinessEntity.md +44 -0
- package/docs/BusinessFavoriteCount.md +22 -0
- package/docs/BusinessFavoriteCountResponseDTO.md +22 -0
- package/docs/BusinessFavoriteDTO.md +20 -0
- package/docs/BusinessFavoriteListResponseDTO.md +22 -0
- package/docs/BusinessFavoriteResponse.md +22 -0
- package/docs/BusinessFavoriteResponseDTO.md +22 -0
- package/docs/BusinessOnBoardingDTO.md +38 -0
- package/docs/BusinessOnBoardingResponseDTO.md +22 -0
- package/docs/BusinessStaffDTO.md +48 -0
- package/docs/BusinessStaffDeleteResponseDTO.md +22 -0
- package/docs/BusinessStaffEntity.md +50 -0
- package/docs/BusinessStaffResponseDTO.md +22 -0
- package/docs/BusinessStaffsResponseDTO.md +22 -0
- package/docs/BusinessTime.md +24 -0
- package/docs/BusinessTiming.md +24 -0
- package/docs/BusinessTypeEntity.md +26 -0
- package/docs/BusinessTypeImageDTO.md +22 -0
- package/docs/BusinessTypeListResponse.md +22 -0
- package/docs/BusinessUnFavoriteResponse.md +22 -0
- package/docs/BusinessVenueDTO.md +46 -0
- package/docs/BusinessVenueDetailsEntity.md +56 -0
- package/docs/BusinessVenueResponseDTO.md +22 -0
- package/docs/BusinessVenueTimingPayload.md +20 -0
- package/docs/BusinessVerificationEntity.md +20 -0
- package/docs/BusinessVerificationResponse.md +22 -0
- package/docs/CalendarAccessDTO.md +20 -0
- package/docs/CalendarApi.md +726 -0
- package/docs/CalendarDTO.md +22 -0
- package/docs/CalendarEventDTO.md +22 -0
- package/docs/CalendarEventResponse.md +36 -0
- package/docs/CalendarEventResponseDTO.md +22 -0
- package/docs/CalendarEvents.md +22 -0
- package/docs/CalendarEventsDTO.md +22 -0
- package/docs/CalendarEventsListPayload.md +32 -0
- package/docs/CalendarListResponse.md +26 -0
- package/docs/CalendarListResponseDTO.md +22 -0
- package/docs/CalendarResponseDTO.md +22 -0
- package/docs/CalendarSlotResponse.md +22 -0
- package/docs/CalendarSlots.md +28 -0
- package/docs/CalendarSlotsDTO.md +22 -0
- package/docs/CalendarSocialEventResponseDTO.md +22 -0
- package/docs/CancelBookingDTO.md +22 -0
- package/docs/CancelBookingResponseDTO.md +22 -0
- package/docs/CategoryEntity.md +26 -0
- package/docs/CategoryListResponse.md +22 -0
- package/docs/CreateBookingCollaboratorPayload.md +32 -0
- package/docs/CreateBookingPayload.md +60 -0
- package/docs/CreateCalendarPayload.md +20 -0
- package/docs/CreateCustomerPayloadDTO.md +36 -0
- package/docs/CreateEventCollaboratorPayload.md +30 -0
- package/docs/CreateEventPayloadDTO.md +50 -0
- package/docs/CreatePaymentLinkDTO.md +28 -0
- package/docs/CreateTaskPayload.md +22 -0
- package/docs/CreateTodoPayload.md +20 -0
- package/docs/CreateWaitlistBookingCollaboratorPayload.md +30 -0
- package/docs/CustomerApi.md +268 -0
- package/docs/CustomerBookingResponseDTO.md +22 -0
- package/docs/CustomerDeleteResponseDTO.md +22 -0
- package/docs/CustomerEntity.md +38 -0
- package/docs/CustomerFilter.md +26 -0
- package/docs/CustomerResponseDTO.md +22 -0
- package/docs/DeclineFriendshipRequestPayload.md +20 -0
- package/docs/DeviceAddResponse.md +22 -0
- package/docs/DeviceApi.md +59 -0
- package/docs/DeviceEntity.md +28 -0
- package/docs/Discount.md +24 -0
- package/docs/EmployeesSizeEntity.md +24 -0
- package/docs/EmployeesSizeListResponse.md +22 -0
- package/docs/EventDTO.md +22 -0
- package/docs/EventDeletePayload.md +20 -0
- package/docs/EventDeleteResponseDTO.md +22 -0
- package/docs/EventResponse.md +60 -0
- package/docs/EventResponseDTO.md +22 -0
- package/docs/EventsApi.md +318 -0
- package/docs/FeedbackPayloadDTO.md +20 -0
- package/docs/FileNameUploadDTO.md +22 -0
- package/docs/FindBookingPayload.md +36 -0
- package/docs/FindBookingResponseDTO.md +22 -0
- package/docs/FindBusinessStaff.md +28 -0
- package/docs/FindCustomerBookingPayload.md +28 -0
- package/docs/FindFriendsFavoritesDTO.md +32 -0
- package/docs/FindHistoryResponseDTO.md +22 -0
- package/docs/FindMyFriendRequestPayload.md +30 -0
- package/docs/FindWaitlistResponseDTO.md +22 -0
- package/docs/FindWhatsOnAndPrepaidService.md +28 -0
- package/docs/FineCustomerResponseDTO.md +22 -0
- package/docs/ForgotPasswordPayloadDTO.md +20 -0
- package/docs/ForgotPasswordResponseDTO.md +22 -0
- package/docs/FriendsApi.md +575 -0
- package/docs/FriendsDTO.md +22 -0
- package/docs/FriendsResponseDTO.md +22 -0
- package/docs/FriendshipStatusCheck.md +20 -0
- package/docs/FriendshipStatusDTO.md +22 -0
- package/docs/GcsApi.md +59 -0
- package/docs/GetBusinessVenueDto.md +38 -0
- package/docs/GetNotificationDTO.md +22 -0
- package/docs/GetUserDTO.md +20 -0
- package/docs/GoalEntity.md +22 -0
- package/docs/GoalListResponse.md +22 -0
- package/docs/GoalsApi.md +51 -0
- package/docs/GoogleOAuthResponseDTO.md +22 -0
- package/docs/GoogleVerificationPayloadDTO.md +20 -0
- package/docs/HelpCenterPayloadDTO.md +26 -0
- package/docs/HistoryApi.md +116 -0
- package/docs/HistoryEntity.md +30 -0
- package/docs/HistoryPayloadDTO.md +26 -0
- package/docs/HistoryResponseDTO.md +22 -0
- package/docs/IntegrationApi.md +157 -0
- package/docs/IntegrationEntity.md +30 -0
- package/docs/IntegrationResponse.md +22 -0
- package/docs/IntegrationsResponse.md +22 -0
- package/docs/LeaveBookingDTO.md +20 -0
- package/docs/LeaveBookingResponseDTO.md +22 -0
- package/docs/ListTaskListPayload.md +30 -0
- package/docs/LocationApi.md +112 -0
- package/docs/LocationCoordinatesResponse.md +22 -0
- package/docs/LocationDTO.md +26 -0
- package/docs/LocationEntityResponse.md +22 -0
- package/docs/LocationMetaDTO.md +22 -0
- package/docs/LoggedOutPayloadDTO.md +20 -0
- package/docs/LoggedOutResponse.md +22 -0
- package/docs/MicrosoftCalendarAccessDTO.md +22 -0
- package/docs/MutualFindFriendRequestPayload.md +28 -0
- package/docs/MutualFriendDTO.md +22 -0
- package/docs/MutualFriendPayload.md +20 -0
- package/docs/MutualFriendsListDTO.md +22 -0
- package/docs/MyAssistantResponse.md +22 -0
- package/docs/NewPasswordPayloadDTO.md +22 -0
- package/docs/NewPasswordResponseDTO.md +22 -0
- package/docs/NotificationActionEventPayload.md +22 -0
- package/docs/NotificationActionEventResponseDTO.md +22 -0
- package/docs/NotificationApi.md +265 -0
- package/docs/NotificationCountDTO.md +20 -0
- package/docs/NotificationCountResponseDTO.md +22 -0
- package/docs/NotificationEntity.md +32 -0
- package/docs/NotificationReadDTO.md +20 -0
- package/docs/NotificationReadResponseDTO.md +22 -0
- package/docs/OAuthApi.md +267 -0
- package/docs/OnBoardingDTO.md +30 -0
- package/docs/OnBoardingResponseDTO.md +22 -0
- package/docs/Places.md +22 -0
- package/docs/PlanEntity.md +32 -0
- package/docs/PlanFeature.md +22 -0
- package/docs/PlanResponseDTO.md +22 -0
- package/docs/PlansApi.md +426 -0
- package/docs/PrepaidServiceApi.md +416 -0
- package/docs/PrepaidServiceAvailabilityPayloadDTO.md +28 -0
- package/docs/PrepaidServiceAvailabilityResponseDTO.md +22 -0
- package/docs/PrepaidServiceCategoriesDTO.md +22 -0
- package/docs/PrepaidServiceDTO.md +22 -0
- package/docs/PrepaidServiceDiscount.md +24 -0
- package/docs/PrepaidServiceDiscountCodePayloadDTO.md +22 -0
- package/docs/PrepaidServiceDiscountCodeResponseDTO.md +22 -0
- package/docs/PrepaidServiceEntity.md +78 -0
- package/docs/PrepaidServiceFindDTO.md +26 -0
- package/docs/PrepaidServicePayloadDTO.md +72 -0
- package/docs/PrepaidServiceResponseDTO.md +22 -0
- package/docs/PriceEntity.md +26 -0
- package/docs/PriceRangeEntity.md +24 -0
- package/docs/PriceRangeListResponse.md +22 -0
- package/docs/RegularBookingAvailabilityPayloadDTO.md +28 -0
- package/docs/RegularBookingAvailabilityResponseDTO.md +22 -0
- package/docs/RejectBookingInvitePayload.md +20 -0
- package/docs/RejectCollaborateInvitePayload.md +20 -0
- package/docs/RejectEventInvitePayload.md +20 -0
- package/docs/RemoveCalendarPayload.md +20 -0
- package/docs/RemoveFriendshipRequestPayload.md +20 -0
- package/docs/RenameCalendarPayload.md +22 -0
- package/docs/RescheduleBookingPayload.md +24 -0
- package/docs/ResetPasswordPayloadDTO.md +22 -0
- package/docs/ResetPasswordResponseDTO.md +22 -0
- package/docs/SendCollaborateInvitePayload.md +22 -0
- package/docs/SendFriendshipRequestPayload.md +20 -0
- package/docs/SignInDto.md +22 -0
- package/docs/SignInResponse.md +22 -0
- package/docs/SignInResponseDto.md +24 -0
- package/docs/SignedUrlResponseDTO.md +22 -0
- package/docs/SignupDto.md +30 -0
- package/docs/SignupResponse.md +22 -0
- package/docs/SignupResponseDto.md +24 -0
- package/docs/SkillDto.md +22 -0
- package/docs/SocialMedia.md +22 -0
- package/docs/StaffPrice.md +22 -0
- package/docs/StandardBookingSlotsPayload.md +28 -0
- package/docs/StripeSetupIntentResponseDTO.md +22 -0
- package/docs/StripeSetupPaymentIntentDTO.md +20 -0
- package/docs/TagPayloadDTO.md +28 -0
- package/docs/TagResponseDTO.md +22 -0
- package/docs/TagUpdatePayloadDTO.md +30 -0
- package/docs/TagsApi.md +273 -0
- package/docs/TagsResponse.md +30 -0
- package/docs/TagsResponseDTO.md +22 -0
- package/docs/TaskDetailResponseDTO.md +22 -0
- package/docs/TaskEntity.md +38 -0
- package/docs/TaskListReorderPayload.md +22 -0
- package/docs/TaskListReorderPayloadDTO.md +22 -0
- package/docs/TaskListResponseDTO.md +22 -0
- package/docs/TimeSlotDto.md +22 -0
- package/docs/TodoApi.md +925 -0
- package/docs/TodoDetailResponseDTO.md +22 -0
- package/docs/TodoEntity.md +28 -0
- package/docs/TodoListResponseDTO.md +22 -0
- package/docs/UndoPayloadDTO.md +24 -0
- package/docs/UndoResponseDTO.md +22 -0
- package/docs/UpdateTaskPayload.md +24 -0
- package/docs/UpdateTodoPayload.md +20 -0
- package/docs/UserEntity.md +68 -0
- package/docs/UserHangout.md +20 -0
- package/docs/UserMeDTO.md +22 -0
- package/docs/UserPermissionDTO.md +36 -0
- package/docs/UserPlanDTO.md +22 -0
- package/docs/UserSyncDTO.md +22 -0
- package/docs/UserWaitingListPayloadDTO.md +26 -0
- package/docs/UserWaitingListResponseDTO.md +22 -0
- package/docs/UsersApi.md +549 -0
- package/docs/VerificationLinkResponseDTO.md +22 -0
- package/docs/VerifyOTPPayloadDTO.md +22 -0
- package/docs/VerifyOTPResponseDTO.md +22 -0
- package/docs/WaitlistApi.md +166 -0
- package/docs/WaitlistEntity.md +42 -0
- package/docs/WaitlistPayloadDTO.md +38 -0
- package/docs/WaitlistResponseDTO.md +22 -0
- package/docs/WaitlistStaff.md +28 -0
- package/docs/Weather.md +22 -0
- package/docs/WhatsDiscountCodePayloadDTO.md +22 -0
- package/docs/WhatsDiscountCodeResponseDTO.md +22 -0
- package/docs/WhatsOnApi.md +722 -0
- package/docs/WhatsOnAvailabilityPayloadDTO.md +28 -0
- package/docs/WhatsOnAvailabilityResponseDTO.md +22 -0
- package/docs/WhatsOnDTO.md +22 -0
- package/docs/WhatsOnDeleteResponseDTO.md +20 -0
- package/docs/WhatsOnEntity.md +74 -0
- package/docs/WhatsOnFavoriteCount.md +22 -0
- package/docs/WhatsOnFavoriteCountResponseDTO.md +22 -0
- package/docs/WhatsOnFavoriteDTO.md +20 -0
- package/docs/WhatsOnFavoriteListResponseDTO.md +22 -0
- package/docs/WhatsOnFavoriteResponse.md +22 -0
- package/docs/WhatsOnFavoriteResponseDTO.md +22 -0
- package/docs/WhatsOnFindDTO.md +26 -0
- package/docs/WhatsOnLocationDTO.md +26 -0
- package/docs/WhatsOnLocationMetaDTO.md +22 -0
- package/docs/WhatsOnPayloadDTO.md +66 -0
- package/docs/WhatsOnResponseDTO.md +22 -0
- package/docs/WhatsOnSlotsPayload.md +28 -0
- package/docs/WhatsOnUnFavoriteResponse.md +22 -0
- package/package.json +1 -1
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
# NotificationApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:8080*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**notificationControllerActionEventEmitter**](#notificationcontrolleractioneventemitter) | **POST** /v1/notification/action-event-emitter | |
|
|
8
|
+
|[**notificationControllerGetNotification**](#notificationcontrollergetnotification) | **GET** /v1/notification | |
|
|
9
|
+
|[**notificationControllerNotificationCount**](#notificationcontrollernotificationcount) | **POST** /v1/notification/count | |
|
|
10
|
+
|[**notificationControllerReadMarkAllNotification**](#notificationcontrollerreadmarkallnotification) | **POST** /v1/notification/read-mark | |
|
|
11
|
+
|[**notificationControllerReadNotification**](#notificationcontrollerreadnotification) | **POST** /v1/notification/read | |
|
|
12
|
+
|
|
13
|
+
# **notificationControllerActionEventEmitter**
|
|
14
|
+
> NotificationActionEventResponseDTO notificationControllerActionEventEmitter(notificationActionEventPayload)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import {
|
|
21
|
+
NotificationApi,
|
|
22
|
+
Configuration,
|
|
23
|
+
NotificationActionEventPayload
|
|
24
|
+
} from './api';
|
|
25
|
+
|
|
26
|
+
const configuration = new Configuration();
|
|
27
|
+
const apiInstance = new NotificationApi(configuration);
|
|
28
|
+
|
|
29
|
+
let notificationActionEventPayload: NotificationActionEventPayload; //
|
|
30
|
+
|
|
31
|
+
const { status, data } = await apiInstance.notificationControllerActionEventEmitter(
|
|
32
|
+
notificationActionEventPayload
|
|
33
|
+
);
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### Parameters
|
|
37
|
+
|
|
38
|
+
|Name | Type | Description | Notes|
|
|
39
|
+
|------------- | ------------- | ------------- | -------------|
|
|
40
|
+
| **notificationActionEventPayload** | **NotificationActionEventPayload**| | |
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Return type
|
|
44
|
+
|
|
45
|
+
**NotificationActionEventResponseDTO**
|
|
46
|
+
|
|
47
|
+
### Authorization
|
|
48
|
+
|
|
49
|
+
[bearer](../README.md#bearer)
|
|
50
|
+
|
|
51
|
+
### HTTP request headers
|
|
52
|
+
|
|
53
|
+
- **Content-Type**: application/json
|
|
54
|
+
- **Accept**: application/json
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### HTTP response details
|
|
58
|
+
| Status code | Description | Response headers |
|
|
59
|
+
|-------------|-------------|------------------|
|
|
60
|
+
|**200** | | - |
|
|
61
|
+
|**409** | No Listener found | - |
|
|
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
|
+
# **notificationControllerGetNotification**
|
|
66
|
+
> GetNotificationDTO notificationControllerGetNotification()
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Example
|
|
70
|
+
|
|
71
|
+
```typescript
|
|
72
|
+
import {
|
|
73
|
+
NotificationApi,
|
|
74
|
+
Configuration
|
|
75
|
+
} from './api';
|
|
76
|
+
|
|
77
|
+
const configuration = new Configuration();
|
|
78
|
+
const apiInstance = new NotificationApi(configuration);
|
|
79
|
+
|
|
80
|
+
let page: number; // (default to undefined)
|
|
81
|
+
let pageSize: number; // (default to undefined)
|
|
82
|
+
let category: Array<'CALENDAR' | 'TASKS' | 'REMINDERS' | 'WAITLIST' | 'BOOKING' | 'INVITES' | 'GENERAL'>; // (default to undefined)
|
|
83
|
+
|
|
84
|
+
const { status, data } = await apiInstance.notificationControllerGetNotification(
|
|
85
|
+
page,
|
|
86
|
+
pageSize,
|
|
87
|
+
category
|
|
88
|
+
);
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### Parameters
|
|
92
|
+
|
|
93
|
+
|Name | Type | Description | Notes|
|
|
94
|
+
|------------- | ------------- | ------------- | -------------|
|
|
95
|
+
| **page** | [**number**] | | defaults to undefined|
|
|
96
|
+
| **pageSize** | [**number**] | | defaults to undefined|
|
|
97
|
+
| **category** | **Array<'CALENDAR' | 'TASKS' | 'REMINDERS' | 'WAITLIST' | 'BOOKING' | 'INVITES' | 'GENERAL'>** | | defaults to undefined|
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Return type
|
|
101
|
+
|
|
102
|
+
**GetNotificationDTO**
|
|
103
|
+
|
|
104
|
+
### Authorization
|
|
105
|
+
|
|
106
|
+
[bearer](../README.md#bearer)
|
|
107
|
+
|
|
108
|
+
### HTTP request headers
|
|
109
|
+
|
|
110
|
+
- **Content-Type**: Not defined
|
|
111
|
+
- **Accept**: application/json
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### HTTP response details
|
|
115
|
+
| Status code | Description | Response headers |
|
|
116
|
+
|-------------|-------------|------------------|
|
|
117
|
+
|**200** | | - |
|
|
118
|
+
|
|
119
|
+
[[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)
|
|
120
|
+
|
|
121
|
+
# **notificationControllerNotificationCount**
|
|
122
|
+
> NotificationCountResponseDTO notificationControllerNotificationCount(notificationCountDTO)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Example
|
|
126
|
+
|
|
127
|
+
```typescript
|
|
128
|
+
import {
|
|
129
|
+
NotificationApi,
|
|
130
|
+
Configuration,
|
|
131
|
+
NotificationCountDTO
|
|
132
|
+
} from './api';
|
|
133
|
+
|
|
134
|
+
const configuration = new Configuration();
|
|
135
|
+
const apiInstance = new NotificationApi(configuration);
|
|
136
|
+
|
|
137
|
+
let notificationCountDTO: NotificationCountDTO; //
|
|
138
|
+
|
|
139
|
+
const { status, data } = await apiInstance.notificationControllerNotificationCount(
|
|
140
|
+
notificationCountDTO
|
|
141
|
+
);
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
### Parameters
|
|
145
|
+
|
|
146
|
+
|Name | Type | Description | Notes|
|
|
147
|
+
|------------- | ------------- | ------------- | -------------|
|
|
148
|
+
| **notificationCountDTO** | **NotificationCountDTO**| | |
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Return type
|
|
152
|
+
|
|
153
|
+
**NotificationCountResponseDTO**
|
|
154
|
+
|
|
155
|
+
### Authorization
|
|
156
|
+
|
|
157
|
+
[bearer](../README.md#bearer)
|
|
158
|
+
|
|
159
|
+
### HTTP request headers
|
|
160
|
+
|
|
161
|
+
- **Content-Type**: application/json
|
|
162
|
+
- **Accept**: application/json
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### HTTP response details
|
|
166
|
+
| Status code | Description | Response headers |
|
|
167
|
+
|-------------|-------------|------------------|
|
|
168
|
+
|**200** | | - |
|
|
169
|
+
|
|
170
|
+
[[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)
|
|
171
|
+
|
|
172
|
+
# **notificationControllerReadMarkAllNotification**
|
|
173
|
+
> NotificationReadResponseDTO notificationControllerReadMarkAllNotification()
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Example
|
|
177
|
+
|
|
178
|
+
```typescript
|
|
179
|
+
import {
|
|
180
|
+
NotificationApi,
|
|
181
|
+
Configuration
|
|
182
|
+
} from './api';
|
|
183
|
+
|
|
184
|
+
const configuration = new Configuration();
|
|
185
|
+
const apiInstance = new NotificationApi(configuration);
|
|
186
|
+
|
|
187
|
+
const { status, data } = await apiInstance.notificationControllerReadMarkAllNotification();
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
### Parameters
|
|
191
|
+
This endpoint does not have any parameters.
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Return type
|
|
195
|
+
|
|
196
|
+
**NotificationReadResponseDTO**
|
|
197
|
+
|
|
198
|
+
### Authorization
|
|
199
|
+
|
|
200
|
+
[bearer](../README.md#bearer)
|
|
201
|
+
|
|
202
|
+
### HTTP request headers
|
|
203
|
+
|
|
204
|
+
- **Content-Type**: Not defined
|
|
205
|
+
- **Accept**: application/json
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
### HTTP response details
|
|
209
|
+
| Status code | Description | Response headers |
|
|
210
|
+
|-------------|-------------|------------------|
|
|
211
|
+
|**200** | | - |
|
|
212
|
+
|
|
213
|
+
[[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)
|
|
214
|
+
|
|
215
|
+
# **notificationControllerReadNotification**
|
|
216
|
+
> NotificationReadResponseDTO notificationControllerReadNotification(notificationReadDTO)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Example
|
|
220
|
+
|
|
221
|
+
```typescript
|
|
222
|
+
import {
|
|
223
|
+
NotificationApi,
|
|
224
|
+
Configuration,
|
|
225
|
+
NotificationReadDTO
|
|
226
|
+
} from './api';
|
|
227
|
+
|
|
228
|
+
const configuration = new Configuration();
|
|
229
|
+
const apiInstance = new NotificationApi(configuration);
|
|
230
|
+
|
|
231
|
+
let notificationReadDTO: NotificationReadDTO; //
|
|
232
|
+
|
|
233
|
+
const { status, data } = await apiInstance.notificationControllerReadNotification(
|
|
234
|
+
notificationReadDTO
|
|
235
|
+
);
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
### Parameters
|
|
239
|
+
|
|
240
|
+
|Name | Type | Description | Notes|
|
|
241
|
+
|------------- | ------------- | ------------- | -------------|
|
|
242
|
+
| **notificationReadDTO** | **NotificationReadDTO**| | |
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Return type
|
|
246
|
+
|
|
247
|
+
**NotificationReadResponseDTO**
|
|
248
|
+
|
|
249
|
+
### Authorization
|
|
250
|
+
|
|
251
|
+
[bearer](../README.md#bearer)
|
|
252
|
+
|
|
253
|
+
### HTTP request headers
|
|
254
|
+
|
|
255
|
+
- **Content-Type**: application/json
|
|
256
|
+
- **Accept**: application/json
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### HTTP response details
|
|
260
|
+
| Status code | Description | Response headers |
|
|
261
|
+
|-------------|-------------|------------------|
|
|
262
|
+
|**200** | | - |
|
|
263
|
+
|
|
264
|
+
[[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)
|
|
265
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# NotificationCountDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**category** | **Array<string>** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { NotificationCountDTO } from './api';
|
|
14
|
+
|
|
15
|
+
const instance: NotificationCountDTO = {
|
|
16
|
+
category,
|
|
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,22 @@
|
|
|
1
|
+
# NotificationCountResponseDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**statusCode** | **number** | statusCode | [default to undefined]
|
|
9
|
+
**data** | **number** | Response | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { NotificationCountResponseDTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: NotificationCountResponseDTO = {
|
|
17
|
+
statusCode,
|
|
18
|
+
data,
|
|
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,32 @@
|
|
|
1
|
+
# NotificationEntity
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**_id** | **string** | The title of the notification | [default to undefined]
|
|
9
|
+
**title** | **string** | The title of the notification | [default to undefined]
|
|
10
|
+
**content** | **string** | The message content of the notification | [default to undefined]
|
|
11
|
+
**user** | **string** | The user associated with the notification | [default to undefined]
|
|
12
|
+
**type** | **string** | The type of the notification (optional) | [optional] [default to undefined]
|
|
13
|
+
**metadata** | **object** | Additional metadata associated with the notification (optional) | [optional] [default to undefined]
|
|
14
|
+
**isRead** | **boolean** | Indicates if the notification has been read (optional) | [default to false]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { NotificationEntity } from './api';
|
|
20
|
+
|
|
21
|
+
const instance: NotificationEntity = {
|
|
22
|
+
_id,
|
|
23
|
+
title,
|
|
24
|
+
content,
|
|
25
|
+
user,
|
|
26
|
+
type,
|
|
27
|
+
metadata,
|
|
28
|
+
isRead,
|
|
29
|
+
};
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[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
|
+
# NotificationReadDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**notificationId** | **string** | Notification Id | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { NotificationReadDTO } from './api';
|
|
14
|
+
|
|
15
|
+
const instance: NotificationReadDTO = {
|
|
16
|
+
notificationId,
|
|
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,22 @@
|
|
|
1
|
+
# NotificationReadResponseDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**statusCode** | **number** | statusCode | [default to undefined]
|
|
9
|
+
**data** | **boolean** | Response | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { NotificationReadResponseDTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: NotificationReadResponseDTO = {
|
|
17
|
+
statusCode,
|
|
18
|
+
data,
|
|
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)
|
package/docs/OAuthApi.md
ADDED
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
# OAuthApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:8080*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**oAuthControllerValidateAppleBusinessToken**](#oauthcontrollervalidateapplebusinesstoken) | **POST** /v1/oauth/apple/business | |
|
|
8
|
+
|[**oAuthControllerValidateAppleDashboardBusinessToken**](#oauthcontrollervalidateappledashboardbusinesstoken) | **POST** /v1/oauth/apple/dashboard/business | |
|
|
9
|
+
|[**oAuthControllerValidateAppleToken**](#oauthcontrollervalidateappletoken) | **POST** /v1/oauth/apple | |
|
|
10
|
+
|[**oAuthControllerValidateGoogleToken**](#oauthcontrollervalidategoogletoken) | **POST** /v1/oauth/google | |
|
|
11
|
+
|[**oAuthControllerValidateGoogleTokenBusiness**](#oauthcontrollervalidategoogletokenbusiness) | **POST** /v1/oauth/google/business | |
|
|
12
|
+
|
|
13
|
+
# **oAuthControllerValidateAppleBusinessToken**
|
|
14
|
+
> AppleOAuthResponseDTO oAuthControllerValidateAppleBusinessToken(appleVerificationPayloadDTO)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import {
|
|
21
|
+
OAuthApi,
|
|
22
|
+
Configuration,
|
|
23
|
+
AppleVerificationPayloadDTO
|
|
24
|
+
} from './api';
|
|
25
|
+
|
|
26
|
+
const configuration = new Configuration();
|
|
27
|
+
const apiInstance = new OAuthApi(configuration);
|
|
28
|
+
|
|
29
|
+
let appleVerificationPayloadDTO: AppleVerificationPayloadDTO; //
|
|
30
|
+
|
|
31
|
+
const { status, data } = await apiInstance.oAuthControllerValidateAppleBusinessToken(
|
|
32
|
+
appleVerificationPayloadDTO
|
|
33
|
+
);
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### Parameters
|
|
37
|
+
|
|
38
|
+
|Name | Type | Description | Notes|
|
|
39
|
+
|------------- | ------------- | ------------- | -------------|
|
|
40
|
+
| **appleVerificationPayloadDTO** | **AppleVerificationPayloadDTO**| | |
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Return type
|
|
44
|
+
|
|
45
|
+
**AppleOAuthResponseDTO**
|
|
46
|
+
|
|
47
|
+
### Authorization
|
|
48
|
+
|
|
49
|
+
No authorization required
|
|
50
|
+
|
|
51
|
+
### HTTP request headers
|
|
52
|
+
|
|
53
|
+
- **Content-Type**: application/json
|
|
54
|
+
- **Accept**: application/json
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### HTTP response details
|
|
58
|
+
| Status code | Description | Response headers |
|
|
59
|
+
|-------------|-------------|------------------|
|
|
60
|
+
|**0** | Apple User | - |
|
|
61
|
+
|
|
62
|
+
[[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)
|
|
63
|
+
|
|
64
|
+
# **oAuthControllerValidateAppleDashboardBusinessToken**
|
|
65
|
+
> AppleOAuthResponseDTO oAuthControllerValidateAppleDashboardBusinessToken(appleDashboardPayloadDTO)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Example
|
|
69
|
+
|
|
70
|
+
```typescript
|
|
71
|
+
import {
|
|
72
|
+
OAuthApi,
|
|
73
|
+
Configuration,
|
|
74
|
+
AppleDashboardPayloadDTO
|
|
75
|
+
} from './api';
|
|
76
|
+
|
|
77
|
+
const configuration = new Configuration();
|
|
78
|
+
const apiInstance = new OAuthApi(configuration);
|
|
79
|
+
|
|
80
|
+
let appleDashboardPayloadDTO: AppleDashboardPayloadDTO; //
|
|
81
|
+
|
|
82
|
+
const { status, data } = await apiInstance.oAuthControllerValidateAppleDashboardBusinessToken(
|
|
83
|
+
appleDashboardPayloadDTO
|
|
84
|
+
);
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### Parameters
|
|
88
|
+
|
|
89
|
+
|Name | Type | Description | Notes|
|
|
90
|
+
|------------- | ------------- | ------------- | -------------|
|
|
91
|
+
| **appleDashboardPayloadDTO** | **AppleDashboardPayloadDTO**| | |
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Return type
|
|
95
|
+
|
|
96
|
+
**AppleOAuthResponseDTO**
|
|
97
|
+
|
|
98
|
+
### Authorization
|
|
99
|
+
|
|
100
|
+
No authorization required
|
|
101
|
+
|
|
102
|
+
### HTTP request headers
|
|
103
|
+
|
|
104
|
+
- **Content-Type**: application/json
|
|
105
|
+
- **Accept**: application/json
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### HTTP response details
|
|
109
|
+
| Status code | Description | Response headers |
|
|
110
|
+
|-------------|-------------|------------------|
|
|
111
|
+
|**0** | Apple User | - |
|
|
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
|
+
# **oAuthControllerValidateAppleToken**
|
|
116
|
+
> AppleOAuthResponseDTO oAuthControllerValidateAppleToken(appleVerificationPayloadDTO)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Example
|
|
120
|
+
|
|
121
|
+
```typescript
|
|
122
|
+
import {
|
|
123
|
+
OAuthApi,
|
|
124
|
+
Configuration,
|
|
125
|
+
AppleVerificationPayloadDTO
|
|
126
|
+
} from './api';
|
|
127
|
+
|
|
128
|
+
const configuration = new Configuration();
|
|
129
|
+
const apiInstance = new OAuthApi(configuration);
|
|
130
|
+
|
|
131
|
+
let appleVerificationPayloadDTO: AppleVerificationPayloadDTO; //
|
|
132
|
+
|
|
133
|
+
const { status, data } = await apiInstance.oAuthControllerValidateAppleToken(
|
|
134
|
+
appleVerificationPayloadDTO
|
|
135
|
+
);
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
### Parameters
|
|
139
|
+
|
|
140
|
+
|Name | Type | Description | Notes|
|
|
141
|
+
|------------- | ------------- | ------------- | -------------|
|
|
142
|
+
| **appleVerificationPayloadDTO** | **AppleVerificationPayloadDTO**| | |
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
### Return type
|
|
146
|
+
|
|
147
|
+
**AppleOAuthResponseDTO**
|
|
148
|
+
|
|
149
|
+
### Authorization
|
|
150
|
+
|
|
151
|
+
No authorization required
|
|
152
|
+
|
|
153
|
+
### HTTP request headers
|
|
154
|
+
|
|
155
|
+
- **Content-Type**: application/json
|
|
156
|
+
- **Accept**: application/json
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### HTTP response details
|
|
160
|
+
| Status code | Description | Response headers |
|
|
161
|
+
|-------------|-------------|------------------|
|
|
162
|
+
|**0** | Apple User | - |
|
|
163
|
+
|
|
164
|
+
[[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)
|
|
165
|
+
|
|
166
|
+
# **oAuthControllerValidateGoogleToken**
|
|
167
|
+
> GoogleOAuthResponseDTO oAuthControllerValidateGoogleToken(googleVerificationPayloadDTO)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Example
|
|
171
|
+
|
|
172
|
+
```typescript
|
|
173
|
+
import {
|
|
174
|
+
OAuthApi,
|
|
175
|
+
Configuration,
|
|
176
|
+
GoogleVerificationPayloadDTO
|
|
177
|
+
} from './api';
|
|
178
|
+
|
|
179
|
+
const configuration = new Configuration();
|
|
180
|
+
const apiInstance = new OAuthApi(configuration);
|
|
181
|
+
|
|
182
|
+
let googleVerificationPayloadDTO: GoogleVerificationPayloadDTO; //
|
|
183
|
+
|
|
184
|
+
const { status, data } = await apiInstance.oAuthControllerValidateGoogleToken(
|
|
185
|
+
googleVerificationPayloadDTO
|
|
186
|
+
);
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
### Parameters
|
|
190
|
+
|
|
191
|
+
|Name | Type | Description | Notes|
|
|
192
|
+
|------------- | ------------- | ------------- | -------------|
|
|
193
|
+
| **googleVerificationPayloadDTO** | **GoogleVerificationPayloadDTO**| | |
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Return type
|
|
197
|
+
|
|
198
|
+
**GoogleOAuthResponseDTO**
|
|
199
|
+
|
|
200
|
+
### Authorization
|
|
201
|
+
|
|
202
|
+
No authorization required
|
|
203
|
+
|
|
204
|
+
### HTTP request headers
|
|
205
|
+
|
|
206
|
+
- **Content-Type**: application/json
|
|
207
|
+
- **Accept**: application/json
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### HTTP response details
|
|
211
|
+
| Status code | Description | Response headers |
|
|
212
|
+
|-------------|-------------|------------------|
|
|
213
|
+
|**0** | Google User | - |
|
|
214
|
+
|
|
215
|
+
[[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)
|
|
216
|
+
|
|
217
|
+
# **oAuthControllerValidateGoogleTokenBusiness**
|
|
218
|
+
> GoogleOAuthResponseDTO oAuthControllerValidateGoogleTokenBusiness(googleVerificationPayloadDTO)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Example
|
|
222
|
+
|
|
223
|
+
```typescript
|
|
224
|
+
import {
|
|
225
|
+
OAuthApi,
|
|
226
|
+
Configuration,
|
|
227
|
+
GoogleVerificationPayloadDTO
|
|
228
|
+
} from './api';
|
|
229
|
+
|
|
230
|
+
const configuration = new Configuration();
|
|
231
|
+
const apiInstance = new OAuthApi(configuration);
|
|
232
|
+
|
|
233
|
+
let googleVerificationPayloadDTO: GoogleVerificationPayloadDTO; //
|
|
234
|
+
|
|
235
|
+
const { status, data } = await apiInstance.oAuthControllerValidateGoogleTokenBusiness(
|
|
236
|
+
googleVerificationPayloadDTO
|
|
237
|
+
);
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
### Parameters
|
|
241
|
+
|
|
242
|
+
|Name | Type | Description | Notes|
|
|
243
|
+
|------------- | ------------- | ------------- | -------------|
|
|
244
|
+
| **googleVerificationPayloadDTO** | **GoogleVerificationPayloadDTO**| | |
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Return type
|
|
248
|
+
|
|
249
|
+
**GoogleOAuthResponseDTO**
|
|
250
|
+
|
|
251
|
+
### Authorization
|
|
252
|
+
|
|
253
|
+
No authorization required
|
|
254
|
+
|
|
255
|
+
### HTTP request headers
|
|
256
|
+
|
|
257
|
+
- **Content-Type**: application/json
|
|
258
|
+
- **Accept**: application/json
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### HTTP response details
|
|
262
|
+
| Status code | Description | Response headers |
|
|
263
|
+
|-------------|-------------|------------------|
|
|
264
|
+
|**0** | Google User | - |
|
|
265
|
+
|
|
266
|
+
[[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)
|
|
267
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# OnBoardingDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**nickname** | **string** | nickname | [optional] [default to undefined]
|
|
9
|
+
**assistant** | **string** | Assistant | [optional] [default to undefined]
|
|
10
|
+
**profile** | **string** | Profile For user | [optional] [default to undefined]
|
|
11
|
+
**plan** | [**UserPlanDTO**](UserPlanDTO.md) | | [optional] [default to undefined]
|
|
12
|
+
**dob** | **string** | Date of Birth | [optional] [default to undefined]
|
|
13
|
+
**goals** | **Array<string>** | Goals | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { OnBoardingDTO } from './api';
|
|
19
|
+
|
|
20
|
+
const instance: OnBoardingDTO = {
|
|
21
|
+
nickname,
|
|
22
|
+
assistant,
|
|
23
|
+
profile,
|
|
24
|
+
plan,
|
|
25
|
+
dob,
|
|
26
|
+
goals,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[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
|
+
# OnBoardingResponseDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**statusCode** | **number** | statusCode | [default to undefined]
|
|
9
|
+
**data** | [**UserEntity**](UserEntity.md) | User | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { OnBoardingResponseDTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: OnBoardingResponseDTO = {
|
|
17
|
+
statusCode,
|
|
18
|
+
data,
|
|
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)
|