@gooday_corp/gooday-api-client 1.3.32 → 1.3.34
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 +96 -362
- 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 +740 -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 +1114 -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 +20 -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 +477 -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/ProductResponseDTO.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 +70 -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 +634 -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
package/docs/GcsApi.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# GcsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:8080*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**gcpControllerUploadFile**](#gcpcontrolleruploadfile) | **POST** /v1/gcs/file | |
|
|
8
|
+
|
|
9
|
+
# **gcpControllerUploadFile**
|
|
10
|
+
> SignedUrlResponseDTO gcpControllerUploadFile(fileNameUploadDTO)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import {
|
|
17
|
+
GcsApi,
|
|
18
|
+
Configuration,
|
|
19
|
+
FileNameUploadDTO
|
|
20
|
+
} from './api';
|
|
21
|
+
|
|
22
|
+
const configuration = new Configuration();
|
|
23
|
+
const apiInstance = new GcsApi(configuration);
|
|
24
|
+
|
|
25
|
+
let fileNameUploadDTO: FileNameUploadDTO; //
|
|
26
|
+
|
|
27
|
+
const { status, data } = await apiInstance.gcpControllerUploadFile(
|
|
28
|
+
fileNameUploadDTO
|
|
29
|
+
);
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### Parameters
|
|
33
|
+
|
|
34
|
+
|Name | Type | Description | Notes|
|
|
35
|
+
|------------- | ------------- | ------------- | -------------|
|
|
36
|
+
| **fileNameUploadDTO** | **FileNameUploadDTO**| | |
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Return type
|
|
40
|
+
|
|
41
|
+
**SignedUrlResponseDTO**
|
|
42
|
+
|
|
43
|
+
### Authorization
|
|
44
|
+
|
|
45
|
+
No authorization required
|
|
46
|
+
|
|
47
|
+
### HTTP request headers
|
|
48
|
+
|
|
49
|
+
- **Content-Type**: application/json
|
|
50
|
+
- **Accept**: application/json
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### HTTP response details
|
|
54
|
+
| Status code | Description | Response headers |
|
|
55
|
+
|-------------|-------------|------------------|
|
|
56
|
+
|**0** | | - |
|
|
57
|
+
|
|
58
|
+
[[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)
|
|
59
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# GetBusinessVenueDto
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**type** | **string** | Business type ID | [optional] [default to undefined]
|
|
9
|
+
**search** | **string** | Business name search | [optional] [default to undefined]
|
|
10
|
+
**category** | **string** | Business category ID | [optional] [default to undefined]
|
|
11
|
+
**page** | **number** | Page number for pagination | [optional] [default to undefined]
|
|
12
|
+
**limit** | **number** | Number of items per page for pagination | [optional] [default to undefined]
|
|
13
|
+
**price** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**people** | **number** | | [optional] [default to undefined]
|
|
15
|
+
**available_today** | **boolean** | | [optional] [default to undefined]
|
|
16
|
+
**distance** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**cuisine** | **string** | | [optional] [default to undefined]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { GetBusinessVenueDto } from './api';
|
|
23
|
+
|
|
24
|
+
const instance: GetBusinessVenueDto = {
|
|
25
|
+
type,
|
|
26
|
+
search,
|
|
27
|
+
category,
|
|
28
|
+
page,
|
|
29
|
+
limit,
|
|
30
|
+
price,
|
|
31
|
+
people,
|
|
32
|
+
available_today,
|
|
33
|
+
distance,
|
|
34
|
+
cuisine,
|
|
35
|
+
};
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
[[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
|
+
# GetNotificationDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**statusCode** | **number** | statusCode | [default to undefined]
|
|
9
|
+
**data** | [**Array<NotificationEntity>**](NotificationEntity.md) | Notifications | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { GetNotificationDTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: GetNotificationDTO = {
|
|
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,20 @@
|
|
|
1
|
+
# GetUserDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | 66f135c95a81ce68c9015414 | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { GetUserDTO } from './api';
|
|
14
|
+
|
|
15
|
+
const instance: GetUserDTO = {
|
|
16
|
+
id,
|
|
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
|
+
# GoalEntity
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**_id** | **string** | Unique identifier for the goal | [default to undefined]
|
|
9
|
+
**label** | **string** | Label or description of the goal | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { GoalEntity } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: GoalEntity = {
|
|
17
|
+
_id,
|
|
18
|
+
label,
|
|
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
|
+
# GoalListResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**statusCode** | **number** | statusCode | [default to undefined]
|
|
9
|
+
**data** | [**Array<GoalEntity>**](GoalEntity.md) | User | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { GoalListResponse } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: GoalListResponse = {
|
|
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/GoalsApi.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# GoalsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:8080*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**goalControllerListGoals**](#goalcontrollerlistgoals) | **GET** /v1/goals | |
|
|
8
|
+
|
|
9
|
+
# **goalControllerListGoals**
|
|
10
|
+
> GoalListResponse goalControllerListGoals()
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import {
|
|
17
|
+
GoalsApi,
|
|
18
|
+
Configuration
|
|
19
|
+
} from './api';
|
|
20
|
+
|
|
21
|
+
const configuration = new Configuration();
|
|
22
|
+
const apiInstance = new GoalsApi(configuration);
|
|
23
|
+
|
|
24
|
+
const { status, data } = await apiInstance.goalControllerListGoals();
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### Parameters
|
|
28
|
+
This endpoint does not have any parameters.
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Return type
|
|
32
|
+
|
|
33
|
+
**GoalListResponse**
|
|
34
|
+
|
|
35
|
+
### Authorization
|
|
36
|
+
|
|
37
|
+
No authorization required
|
|
38
|
+
|
|
39
|
+
### HTTP request headers
|
|
40
|
+
|
|
41
|
+
- **Content-Type**: Not defined
|
|
42
|
+
- **Accept**: application/json
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### HTTP response details
|
|
46
|
+
| Status code | Description | Response headers |
|
|
47
|
+
|-------------|-------------|------------------|
|
|
48
|
+
|**200** | | - |
|
|
49
|
+
|
|
50
|
+
[[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)
|
|
51
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# GoogleOAuthResponseDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**statusCode** | **number** | statusCode | [default to undefined]
|
|
9
|
+
**data** | [**SignupResponse**](SignupResponse.md) | User | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { GoogleOAuthResponseDTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: GoogleOAuthResponseDTO = {
|
|
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,20 @@
|
|
|
1
|
+
# GoogleVerificationPayloadDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**token** | **string** | The ID token provided by Google after authentication | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { GoogleVerificationPayloadDTO } from './api';
|
|
14
|
+
|
|
15
|
+
const instance: GoogleVerificationPayloadDTO = {
|
|
16
|
+
token,
|
|
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,26 @@
|
|
|
1
|
+
# HelpCenterPayloadDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**firstName** | **string** | First name of the user | [default to undefined]
|
|
9
|
+
**lastName** | **string** | Last name of the user | [default to undefined]
|
|
10
|
+
**content** | **string** | Feedback content or message | [default to undefined]
|
|
11
|
+
**email** | **string** | User email address | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { HelpCenterPayloadDTO } from './api';
|
|
17
|
+
|
|
18
|
+
const instance: HelpCenterPayloadDTO = {
|
|
19
|
+
firstName,
|
|
20
|
+
lastName,
|
|
21
|
+
content,
|
|
22
|
+
email,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[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,116 @@
|
|
|
1
|
+
# HistoryApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:8080*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**historyControllerAddHistory**](#historycontrolleraddhistory) | **POST** /v1/history | |
|
|
8
|
+
|[**historyControllerFindHistory**](#historycontrollerfindhistory) | **POST** /v1/history/list | |
|
|
9
|
+
|
|
10
|
+
# **historyControllerAddHistory**
|
|
11
|
+
> HistoryResponseDTO historyControllerAddHistory(historyPayloadDTO)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import {
|
|
18
|
+
HistoryApi,
|
|
19
|
+
Configuration,
|
|
20
|
+
HistoryPayloadDTO
|
|
21
|
+
} from './api';
|
|
22
|
+
|
|
23
|
+
const configuration = new Configuration();
|
|
24
|
+
const apiInstance = new HistoryApi(configuration);
|
|
25
|
+
|
|
26
|
+
let historyPayloadDTO: HistoryPayloadDTO; //
|
|
27
|
+
|
|
28
|
+
const { status, data } = await apiInstance.historyControllerAddHistory(
|
|
29
|
+
historyPayloadDTO
|
|
30
|
+
);
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### Parameters
|
|
34
|
+
|
|
35
|
+
|Name | Type | Description | Notes|
|
|
36
|
+
|------------- | ------------- | ------------- | -------------|
|
|
37
|
+
| **historyPayloadDTO** | **HistoryPayloadDTO**| | |
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Return type
|
|
41
|
+
|
|
42
|
+
**HistoryResponseDTO**
|
|
43
|
+
|
|
44
|
+
### Authorization
|
|
45
|
+
|
|
46
|
+
[bearer](../README.md#bearer)
|
|
47
|
+
|
|
48
|
+
### HTTP request headers
|
|
49
|
+
|
|
50
|
+
- **Content-Type**: application/json
|
|
51
|
+
- **Accept**: application/json
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### HTTP response details
|
|
55
|
+
| Status code | Description | Response headers |
|
|
56
|
+
|-------------|-------------|------------------|
|
|
57
|
+
|**0** | | - |
|
|
58
|
+
|
|
59
|
+
[[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)
|
|
60
|
+
|
|
61
|
+
# **historyControllerFindHistory**
|
|
62
|
+
> FindHistoryResponseDTO historyControllerFindHistory()
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Example
|
|
66
|
+
|
|
67
|
+
```typescript
|
|
68
|
+
import {
|
|
69
|
+
HistoryApi,
|
|
70
|
+
Configuration
|
|
71
|
+
} from './api';
|
|
72
|
+
|
|
73
|
+
const configuration = new Configuration();
|
|
74
|
+
const apiInstance = new HistoryApi(configuration);
|
|
75
|
+
|
|
76
|
+
let page: number; // (default to undefined)
|
|
77
|
+
let pageSize: number; // (default to undefined)
|
|
78
|
+
let bookingId: string; // (default to undefined)
|
|
79
|
+
|
|
80
|
+
const { status, data } = await apiInstance.historyControllerFindHistory(
|
|
81
|
+
page,
|
|
82
|
+
pageSize,
|
|
83
|
+
bookingId
|
|
84
|
+
);
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### Parameters
|
|
88
|
+
|
|
89
|
+
|Name | Type | Description | Notes|
|
|
90
|
+
|------------- | ------------- | ------------- | -------------|
|
|
91
|
+
| **page** | [**number**] | | defaults to undefined|
|
|
92
|
+
| **pageSize** | [**number**] | | defaults to undefined|
|
|
93
|
+
| **bookingId** | [**string**] | | defaults to undefined|
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Return type
|
|
97
|
+
|
|
98
|
+
**FindHistoryResponseDTO**
|
|
99
|
+
|
|
100
|
+
### Authorization
|
|
101
|
+
|
|
102
|
+
[bearer](../README.md#bearer)
|
|
103
|
+
|
|
104
|
+
### HTTP request headers
|
|
105
|
+
|
|
106
|
+
- **Content-Type**: Not defined
|
|
107
|
+
- **Accept**: application/json
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### HTTP response details
|
|
111
|
+
| Status code | Description | Response headers |
|
|
112
|
+
|-------------|-------------|------------------|
|
|
113
|
+
|**0** | | - |
|
|
114
|
+
|
|
115
|
+
[[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)
|
|
116
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# HistoryEntity
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**_id** | **string** | Unique identifier for the history | [default to undefined]
|
|
9
|
+
**action** | **string** | | [default to undefined]
|
|
10
|
+
**staff** | [**BusinessStaffEntity**](BusinessStaffEntity.md) | | [default to undefined]
|
|
11
|
+
**time** | **string** | | [default to undefined]
|
|
12
|
+
**modalName** | **string** | | [default to ModalNameEnum_Booking]
|
|
13
|
+
**bookingId** | **string** | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { HistoryEntity } from './api';
|
|
19
|
+
|
|
20
|
+
const instance: HistoryEntity = {
|
|
21
|
+
_id,
|
|
22
|
+
action,
|
|
23
|
+
staff,
|
|
24
|
+
time,
|
|
25
|
+
modalName,
|
|
26
|
+
bookingId,
|
|
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,26 @@
|
|
|
1
|
+
# HistoryPayloadDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**action** | **string** | | [default to undefined]
|
|
9
|
+
**staff** | **string** | The list of collaborators associated with the waitlist | [default to undefined]
|
|
10
|
+
**modalName** | **string** | | [default to ModalNameEnum_Booking]
|
|
11
|
+
**bookingId** | **string** | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { HistoryPayloadDTO } from './api';
|
|
17
|
+
|
|
18
|
+
const instance: HistoryPayloadDTO = {
|
|
19
|
+
action,
|
|
20
|
+
staff,
|
|
21
|
+
modalName,
|
|
22
|
+
bookingId,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[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
|
+
# HistoryResponseDTO
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**statusCode** | **number** | statusCode | [default to undefined]
|
|
9
|
+
**data** | [**HistoryEntity**](HistoryEntity.md) | Waitlist response | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { HistoryResponseDTO } from './api';
|
|
15
|
+
|
|
16
|
+
const instance: HistoryResponseDTO = {
|
|
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,157 @@
|
|
|
1
|
+
# IntegrationApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:8080*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**integrationControllerFetchIntegration**](#integrationcontrollerfetchintegration) | **GET** /v1/integration | |
|
|
8
|
+
|[**integrationControllerGoogleCalendarAccess**](#integrationcontrollergooglecalendaraccess) | **POST** /v1/integration/google | |
|
|
9
|
+
|[**integrationControllerMicrosoftCalendar**](#integrationcontrollermicrosoftcalendar) | **POST** /v1/integration/microsoft | |
|
|
10
|
+
|
|
11
|
+
# **integrationControllerFetchIntegration**
|
|
12
|
+
> IntegrationsResponse integrationControllerFetchIntegration()
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import {
|
|
19
|
+
IntegrationApi,
|
|
20
|
+
Configuration
|
|
21
|
+
} from './api';
|
|
22
|
+
|
|
23
|
+
const configuration = new Configuration();
|
|
24
|
+
const apiInstance = new IntegrationApi(configuration);
|
|
25
|
+
|
|
26
|
+
const { status, data } = await apiInstance.integrationControllerFetchIntegration();
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Parameters
|
|
30
|
+
This endpoint does not have any parameters.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Return type
|
|
34
|
+
|
|
35
|
+
**IntegrationsResponse**
|
|
36
|
+
|
|
37
|
+
### Authorization
|
|
38
|
+
|
|
39
|
+
[bearer](../README.md#bearer)
|
|
40
|
+
|
|
41
|
+
### HTTP request headers
|
|
42
|
+
|
|
43
|
+
- **Content-Type**: Not defined
|
|
44
|
+
- **Accept**: application/json
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### HTTP response details
|
|
48
|
+
| Status code | Description | Response headers |
|
|
49
|
+
|-------------|-------------|------------------|
|
|
50
|
+
|**200** | | - |
|
|
51
|
+
|
|
52
|
+
[[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)
|
|
53
|
+
|
|
54
|
+
# **integrationControllerGoogleCalendarAccess**
|
|
55
|
+
> IntegrationResponse integrationControllerGoogleCalendarAccess(calendarAccessDTO)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Example
|
|
59
|
+
|
|
60
|
+
```typescript
|
|
61
|
+
import {
|
|
62
|
+
IntegrationApi,
|
|
63
|
+
Configuration,
|
|
64
|
+
CalendarAccessDTO
|
|
65
|
+
} from './api';
|
|
66
|
+
|
|
67
|
+
const configuration = new Configuration();
|
|
68
|
+
const apiInstance = new IntegrationApi(configuration);
|
|
69
|
+
|
|
70
|
+
let calendarAccessDTO: CalendarAccessDTO; //
|
|
71
|
+
|
|
72
|
+
const { status, data } = await apiInstance.integrationControllerGoogleCalendarAccess(
|
|
73
|
+
calendarAccessDTO
|
|
74
|
+
);
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Parameters
|
|
78
|
+
|
|
79
|
+
|Name | Type | Description | Notes|
|
|
80
|
+
|------------- | ------------- | ------------- | -------------|
|
|
81
|
+
| **calendarAccessDTO** | **CalendarAccessDTO**| | |
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Return type
|
|
85
|
+
|
|
86
|
+
**IntegrationResponse**
|
|
87
|
+
|
|
88
|
+
### Authorization
|
|
89
|
+
|
|
90
|
+
[bearer](../README.md#bearer)
|
|
91
|
+
|
|
92
|
+
### HTTP request headers
|
|
93
|
+
|
|
94
|
+
- **Content-Type**: application/json
|
|
95
|
+
- **Accept**: application/json
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### HTTP response details
|
|
99
|
+
| Status code | Description | Response headers |
|
|
100
|
+
|-------------|-------------|------------------|
|
|
101
|
+
|**200** | | - |
|
|
102
|
+
|**500** | Failed to integrate with Google Calendar. Please try again later. | - |
|
|
103
|
+
|
|
104
|
+
[[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)
|
|
105
|
+
|
|
106
|
+
# **integrationControllerMicrosoftCalendar**
|
|
107
|
+
> IntegrationResponse integrationControllerMicrosoftCalendar(microsoftCalendarAccessDTO)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Example
|
|
111
|
+
|
|
112
|
+
```typescript
|
|
113
|
+
import {
|
|
114
|
+
IntegrationApi,
|
|
115
|
+
Configuration,
|
|
116
|
+
MicrosoftCalendarAccessDTO
|
|
117
|
+
} from './api';
|
|
118
|
+
|
|
119
|
+
const configuration = new Configuration();
|
|
120
|
+
const apiInstance = new IntegrationApi(configuration);
|
|
121
|
+
|
|
122
|
+
let microsoftCalendarAccessDTO: MicrosoftCalendarAccessDTO; //
|
|
123
|
+
|
|
124
|
+
const { status, data } = await apiInstance.integrationControllerMicrosoftCalendar(
|
|
125
|
+
microsoftCalendarAccessDTO
|
|
126
|
+
);
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
### Parameters
|
|
130
|
+
|
|
131
|
+
|Name | Type | Description | Notes|
|
|
132
|
+
|------------- | ------------- | ------------- | -------------|
|
|
133
|
+
| **microsoftCalendarAccessDTO** | **MicrosoftCalendarAccessDTO**| | |
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Return type
|
|
137
|
+
|
|
138
|
+
**IntegrationResponse**
|
|
139
|
+
|
|
140
|
+
### Authorization
|
|
141
|
+
|
|
142
|
+
[bearer](../README.md#bearer)
|
|
143
|
+
|
|
144
|
+
### HTTP request headers
|
|
145
|
+
|
|
146
|
+
- **Content-Type**: application/json
|
|
147
|
+
- **Accept**: application/json
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### HTTP response details
|
|
151
|
+
| Status code | Description | Response headers |
|
|
152
|
+
|-------------|-------------|------------------|
|
|
153
|
+
|**200** | | - |
|
|
154
|
+
|**500** | Failed to integrate with Microsoft Calendar. Please try again later. | - |
|
|
155
|
+
|
|
156
|
+
[[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)
|
|
157
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# IntegrationEntity
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**user** | **string** | Unique identifier for the user | [default to undefined]
|
|
9
|
+
**isActive** | **boolean** | Status of the Integration | [default to undefined]
|
|
10
|
+
**expiryTime** | **number** | Expiry time of token | [default to undefined]
|
|
11
|
+
**refreshToken** | **string** | refreshToken | [default to undefined]
|
|
12
|
+
**token** | **string** | Token | [default to undefined]
|
|
13
|
+
**integrationType** | **string** | Unique identifier for the user | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { IntegrationEntity } from './api';
|
|
19
|
+
|
|
20
|
+
const instance: IntegrationEntity = {
|
|
21
|
+
user,
|
|
22
|
+
isActive,
|
|
23
|
+
expiryTime,
|
|
24
|
+
refreshToken,
|
|
25
|
+
token,
|
|
26
|
+
integrationType,
|
|
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)
|