@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.
Files changed (294) hide show
  1. package/.openapi-generator/FILES +290 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/api.ts +96 -362
  4. package/docs/AIApi.md +150 -0
  5. package/docs/AISuggestionEntity.md +32 -0
  6. package/docs/AISuggestionListResponse.md +22 -0
  7. package/docs/AcceptBookingInvitePayload.md +20 -0
  8. package/docs/AcceptCollaborateInvitePayload.md +20 -0
  9. package/docs/AcceptEventInvitePayload.md +20 -0
  10. package/docs/ActivityDTO.md +22 -0
  11. package/docs/ActivityResponse.md +24 -0
  12. package/docs/AddCollaboratorPayload.md +20 -0
  13. package/docs/AddDevicePayload.md +28 -0
  14. package/docs/AppApi.md +111 -0
  15. package/docs/AppleDashboardPayloadDTO.md +24 -0
  16. package/docs/AppleOAuthResponseDTO.md +22 -0
  17. package/docs/AppleVerificationPayloadDTO.md +24 -0
  18. package/docs/ApproveFriendshipRequestPayload.md +20 -0
  19. package/docs/AssignTaskPayload.md +22 -0
  20. package/docs/AssistantEntity.md +32 -0
  21. package/docs/AssistantListResponse.md +22 -0
  22. package/docs/AttributesDto.md +24 -0
  23. package/docs/AuthApi.md +530 -0
  24. package/docs/AvailabilityDayDto.md +24 -0
  25. package/docs/BlockoutApi.md +273 -0
  26. package/docs/BlockoutDTO.md +22 -0
  27. package/docs/BlockoutDeleteResponseDTO.md +20 -0
  28. package/docs/BlockoutEntity.md +46 -0
  29. package/docs/BlockoutPayloadDTO.md +40 -0
  30. package/docs/BlockoutResponseDTO.md +22 -0
  31. package/docs/BookingApi.md +740 -0
  32. package/docs/BookingConfirmPayload.md +22 -0
  33. package/docs/BookingDurationEntity.md +24 -0
  34. package/docs/BookingDurationListResponse.md +22 -0
  35. package/docs/BookingEntity.md +72 -0
  36. package/docs/BookingPaymentCreateResponse.md +36 -0
  37. package/docs/BookingPaymentCreateResponseDTO.md +22 -0
  38. package/docs/BookingPaymentPayloadDTO.md +20 -0
  39. package/docs/BookingRequestResponseDTO.md +22 -0
  40. package/docs/BookingResponse.md +62 -0
  41. package/docs/BookingResponseDTO.md +22 -0
  42. package/docs/BookingRulesEntity.md +22 -0
  43. package/docs/BookingRulesPayloadDTO.md +22 -0
  44. package/docs/BusinessApi.md +1114 -0
  45. package/docs/BusinessConnectedAccount.md +22 -0
  46. package/docs/BusinessDetailsPayloadDTO.md +42 -0
  47. package/docs/BusinessEntity.md +44 -0
  48. package/docs/BusinessFavoriteCount.md +22 -0
  49. package/docs/BusinessFavoriteCountResponseDTO.md +22 -0
  50. package/docs/BusinessFavoriteDTO.md +20 -0
  51. package/docs/BusinessFavoriteListResponseDTO.md +22 -0
  52. package/docs/BusinessFavoriteResponse.md +22 -0
  53. package/docs/BusinessFavoriteResponseDTO.md +22 -0
  54. package/docs/BusinessOnBoardingDTO.md +38 -0
  55. package/docs/BusinessOnBoardingResponseDTO.md +22 -0
  56. package/docs/BusinessStaffDTO.md +48 -0
  57. package/docs/BusinessStaffDeleteResponseDTO.md +22 -0
  58. package/docs/BusinessStaffEntity.md +50 -0
  59. package/docs/BusinessStaffResponseDTO.md +22 -0
  60. package/docs/BusinessStaffsResponseDTO.md +22 -0
  61. package/docs/BusinessTime.md +24 -0
  62. package/docs/BusinessTiming.md +24 -0
  63. package/docs/BusinessTypeEntity.md +26 -0
  64. package/docs/BusinessTypeImageDTO.md +22 -0
  65. package/docs/BusinessTypeListResponse.md +22 -0
  66. package/docs/BusinessUnFavoriteResponse.md +22 -0
  67. package/docs/BusinessVenueDTO.md +46 -0
  68. package/docs/BusinessVenueDetailsEntity.md +56 -0
  69. package/docs/BusinessVenueResponseDTO.md +22 -0
  70. package/docs/BusinessVenueTimingPayload.md +20 -0
  71. package/docs/BusinessVerificationEntity.md +20 -0
  72. package/docs/BusinessVerificationResponse.md +22 -0
  73. package/docs/CalendarAccessDTO.md +20 -0
  74. package/docs/CalendarApi.md +726 -0
  75. package/docs/CalendarDTO.md +22 -0
  76. package/docs/CalendarEventDTO.md +22 -0
  77. package/docs/CalendarEventResponse.md +36 -0
  78. package/docs/CalendarEventResponseDTO.md +22 -0
  79. package/docs/CalendarEvents.md +22 -0
  80. package/docs/CalendarEventsDTO.md +22 -0
  81. package/docs/CalendarEventsListPayload.md +32 -0
  82. package/docs/CalendarListResponse.md +26 -0
  83. package/docs/CalendarListResponseDTO.md +22 -0
  84. package/docs/CalendarResponseDTO.md +22 -0
  85. package/docs/CalendarSlotResponse.md +22 -0
  86. package/docs/CalendarSlots.md +28 -0
  87. package/docs/CalendarSlotsDTO.md +22 -0
  88. package/docs/CalendarSocialEventResponseDTO.md +22 -0
  89. package/docs/CancelBookingDTO.md +22 -0
  90. package/docs/CancelBookingResponseDTO.md +22 -0
  91. package/docs/CategoryEntity.md +26 -0
  92. package/docs/CategoryListResponse.md +22 -0
  93. package/docs/CreateBookingCollaboratorPayload.md +32 -0
  94. package/docs/CreateBookingPayload.md +60 -0
  95. package/docs/CreateCalendarPayload.md +20 -0
  96. package/docs/CreateCustomerPayloadDTO.md +36 -0
  97. package/docs/CreateEventCollaboratorPayload.md +30 -0
  98. package/docs/CreateEventPayloadDTO.md +50 -0
  99. package/docs/CreatePaymentLinkDTO.md +20 -0
  100. package/docs/CreateTaskPayload.md +22 -0
  101. package/docs/CreateTodoPayload.md +20 -0
  102. package/docs/CreateWaitlistBookingCollaboratorPayload.md +30 -0
  103. package/docs/CustomerApi.md +268 -0
  104. package/docs/CustomerBookingResponseDTO.md +22 -0
  105. package/docs/CustomerDeleteResponseDTO.md +22 -0
  106. package/docs/CustomerEntity.md +38 -0
  107. package/docs/CustomerFilter.md +26 -0
  108. package/docs/CustomerResponseDTO.md +22 -0
  109. package/docs/DeclineFriendshipRequestPayload.md +20 -0
  110. package/docs/DeviceAddResponse.md +22 -0
  111. package/docs/DeviceApi.md +59 -0
  112. package/docs/DeviceEntity.md +28 -0
  113. package/docs/Discount.md +24 -0
  114. package/docs/EmployeesSizeEntity.md +24 -0
  115. package/docs/EmployeesSizeListResponse.md +22 -0
  116. package/docs/EventDTO.md +22 -0
  117. package/docs/EventDeletePayload.md +20 -0
  118. package/docs/EventDeleteResponseDTO.md +22 -0
  119. package/docs/EventResponse.md +60 -0
  120. package/docs/EventResponseDTO.md +22 -0
  121. package/docs/EventsApi.md +318 -0
  122. package/docs/FeedbackPayloadDTO.md +20 -0
  123. package/docs/FileNameUploadDTO.md +22 -0
  124. package/docs/FindBookingPayload.md +36 -0
  125. package/docs/FindBookingResponseDTO.md +22 -0
  126. package/docs/FindBusinessStaff.md +28 -0
  127. package/docs/FindCustomerBookingPayload.md +28 -0
  128. package/docs/FindFriendsFavoritesDTO.md +32 -0
  129. package/docs/FindHistoryResponseDTO.md +22 -0
  130. package/docs/FindMyFriendRequestPayload.md +30 -0
  131. package/docs/FindWaitlistResponseDTO.md +22 -0
  132. package/docs/FindWhatsOnAndPrepaidService.md +28 -0
  133. package/docs/FineCustomerResponseDTO.md +22 -0
  134. package/docs/ForgotPasswordPayloadDTO.md +20 -0
  135. package/docs/ForgotPasswordResponseDTO.md +22 -0
  136. package/docs/FriendsApi.md +575 -0
  137. package/docs/FriendsDTO.md +22 -0
  138. package/docs/FriendsResponseDTO.md +22 -0
  139. package/docs/FriendshipStatusCheck.md +20 -0
  140. package/docs/FriendshipStatusDTO.md +22 -0
  141. package/docs/GcsApi.md +59 -0
  142. package/docs/GetBusinessVenueDto.md +38 -0
  143. package/docs/GetNotificationDTO.md +22 -0
  144. package/docs/GetUserDTO.md +20 -0
  145. package/docs/GoalEntity.md +22 -0
  146. package/docs/GoalListResponse.md +22 -0
  147. package/docs/GoalsApi.md +51 -0
  148. package/docs/GoogleOAuthResponseDTO.md +22 -0
  149. package/docs/GoogleVerificationPayloadDTO.md +20 -0
  150. package/docs/HelpCenterPayloadDTO.md +26 -0
  151. package/docs/HistoryApi.md +116 -0
  152. package/docs/HistoryEntity.md +30 -0
  153. package/docs/HistoryPayloadDTO.md +26 -0
  154. package/docs/HistoryResponseDTO.md +22 -0
  155. package/docs/IntegrationApi.md +157 -0
  156. package/docs/IntegrationEntity.md +30 -0
  157. package/docs/IntegrationResponse.md +22 -0
  158. package/docs/IntegrationsResponse.md +22 -0
  159. package/docs/LeaveBookingDTO.md +20 -0
  160. package/docs/LeaveBookingResponseDTO.md +22 -0
  161. package/docs/ListTaskListPayload.md +30 -0
  162. package/docs/LocationApi.md +112 -0
  163. package/docs/LocationCoordinatesResponse.md +22 -0
  164. package/docs/LocationDTO.md +26 -0
  165. package/docs/LocationEntityResponse.md +22 -0
  166. package/docs/LocationMetaDTO.md +22 -0
  167. package/docs/LoggedOutPayloadDTO.md +20 -0
  168. package/docs/LoggedOutResponse.md +22 -0
  169. package/docs/MicrosoftCalendarAccessDTO.md +22 -0
  170. package/docs/MutualFindFriendRequestPayload.md +28 -0
  171. package/docs/MutualFriendDTO.md +22 -0
  172. package/docs/MutualFriendPayload.md +20 -0
  173. package/docs/MutualFriendsListDTO.md +22 -0
  174. package/docs/MyAssistantResponse.md +22 -0
  175. package/docs/NewPasswordPayloadDTO.md +22 -0
  176. package/docs/NewPasswordResponseDTO.md +22 -0
  177. package/docs/NotificationActionEventPayload.md +22 -0
  178. package/docs/NotificationActionEventResponseDTO.md +22 -0
  179. package/docs/NotificationApi.md +265 -0
  180. package/docs/NotificationCountDTO.md +20 -0
  181. package/docs/NotificationCountResponseDTO.md +22 -0
  182. package/docs/NotificationEntity.md +32 -0
  183. package/docs/NotificationReadDTO.md +20 -0
  184. package/docs/NotificationReadResponseDTO.md +22 -0
  185. package/docs/OAuthApi.md +267 -0
  186. package/docs/OnBoardingDTO.md +30 -0
  187. package/docs/OnBoardingResponseDTO.md +22 -0
  188. package/docs/Places.md +22 -0
  189. package/docs/PlanEntity.md +32 -0
  190. package/docs/PlanFeature.md +22 -0
  191. package/docs/PlanResponseDTO.md +22 -0
  192. package/docs/PlansApi.md +477 -0
  193. package/docs/PrepaidServiceApi.md +416 -0
  194. package/docs/PrepaidServiceAvailabilityPayloadDTO.md +28 -0
  195. package/docs/PrepaidServiceAvailabilityResponseDTO.md +22 -0
  196. package/docs/PrepaidServiceCategoriesDTO.md +22 -0
  197. package/docs/PrepaidServiceDTO.md +22 -0
  198. package/docs/PrepaidServiceDiscount.md +24 -0
  199. package/docs/PrepaidServiceDiscountCodePayloadDTO.md +22 -0
  200. package/docs/PrepaidServiceDiscountCodeResponseDTO.md +22 -0
  201. package/docs/PrepaidServiceEntity.md +78 -0
  202. package/docs/PrepaidServiceFindDTO.md +26 -0
  203. package/docs/PrepaidServicePayloadDTO.md +72 -0
  204. package/docs/PrepaidServiceResponseDTO.md +22 -0
  205. package/docs/PriceEntity.md +26 -0
  206. package/docs/PriceRangeEntity.md +24 -0
  207. package/docs/PriceRangeListResponse.md +22 -0
  208. package/docs/ProductResponseDTO.md +22 -0
  209. package/docs/RegularBookingAvailabilityPayloadDTO.md +28 -0
  210. package/docs/RegularBookingAvailabilityResponseDTO.md +22 -0
  211. package/docs/RejectBookingInvitePayload.md +20 -0
  212. package/docs/RejectCollaborateInvitePayload.md +20 -0
  213. package/docs/RejectEventInvitePayload.md +20 -0
  214. package/docs/RemoveCalendarPayload.md +20 -0
  215. package/docs/RemoveFriendshipRequestPayload.md +20 -0
  216. package/docs/RenameCalendarPayload.md +22 -0
  217. package/docs/RescheduleBookingPayload.md +24 -0
  218. package/docs/ResetPasswordPayloadDTO.md +22 -0
  219. package/docs/ResetPasswordResponseDTO.md +22 -0
  220. package/docs/SendCollaborateInvitePayload.md +22 -0
  221. package/docs/SendFriendshipRequestPayload.md +20 -0
  222. package/docs/SignInDto.md +22 -0
  223. package/docs/SignInResponse.md +22 -0
  224. package/docs/SignInResponseDto.md +24 -0
  225. package/docs/SignedUrlResponseDTO.md +22 -0
  226. package/docs/SignupDto.md +30 -0
  227. package/docs/SignupResponse.md +22 -0
  228. package/docs/SignupResponseDto.md +24 -0
  229. package/docs/SkillDto.md +22 -0
  230. package/docs/SocialMedia.md +22 -0
  231. package/docs/StaffPrice.md +22 -0
  232. package/docs/StandardBookingSlotsPayload.md +28 -0
  233. package/docs/StripeSetupIntentResponseDTO.md +22 -0
  234. package/docs/StripeSetupPaymentIntentDTO.md +20 -0
  235. package/docs/TagPayloadDTO.md +28 -0
  236. package/docs/TagResponseDTO.md +22 -0
  237. package/docs/TagUpdatePayloadDTO.md +30 -0
  238. package/docs/TagsApi.md +273 -0
  239. package/docs/TagsResponse.md +30 -0
  240. package/docs/TagsResponseDTO.md +22 -0
  241. package/docs/TaskDetailResponseDTO.md +22 -0
  242. package/docs/TaskEntity.md +38 -0
  243. package/docs/TaskListReorderPayload.md +22 -0
  244. package/docs/TaskListReorderPayloadDTO.md +22 -0
  245. package/docs/TaskListResponseDTO.md +22 -0
  246. package/docs/TimeSlotDto.md +22 -0
  247. package/docs/TodoApi.md +925 -0
  248. package/docs/TodoDetailResponseDTO.md +22 -0
  249. package/docs/TodoEntity.md +28 -0
  250. package/docs/TodoListResponseDTO.md +22 -0
  251. package/docs/UndoPayloadDTO.md +24 -0
  252. package/docs/UndoResponseDTO.md +22 -0
  253. package/docs/UpdateTaskPayload.md +24 -0
  254. package/docs/UpdateTodoPayload.md +20 -0
  255. package/docs/UserEntity.md +70 -0
  256. package/docs/UserHangout.md +20 -0
  257. package/docs/UserMeDTO.md +22 -0
  258. package/docs/UserPermissionDTO.md +36 -0
  259. package/docs/UserPlanDTO.md +22 -0
  260. package/docs/UserSyncDTO.md +22 -0
  261. package/docs/UserWaitingListPayloadDTO.md +26 -0
  262. package/docs/UserWaitingListResponseDTO.md +22 -0
  263. package/docs/UsersApi.md +549 -0
  264. package/docs/VerificationLinkResponseDTO.md +22 -0
  265. package/docs/VerifyOTPPayloadDTO.md +22 -0
  266. package/docs/VerifyOTPResponseDTO.md +22 -0
  267. package/docs/WaitlistApi.md +166 -0
  268. package/docs/WaitlistEntity.md +42 -0
  269. package/docs/WaitlistPayloadDTO.md +38 -0
  270. package/docs/WaitlistResponseDTO.md +22 -0
  271. package/docs/WaitlistStaff.md +28 -0
  272. package/docs/Weather.md +22 -0
  273. package/docs/WhatsDiscountCodePayloadDTO.md +22 -0
  274. package/docs/WhatsDiscountCodeResponseDTO.md +22 -0
  275. package/docs/WhatsOnApi.md +634 -0
  276. package/docs/WhatsOnAvailabilityPayloadDTO.md +28 -0
  277. package/docs/WhatsOnAvailabilityResponseDTO.md +22 -0
  278. package/docs/WhatsOnDTO.md +22 -0
  279. package/docs/WhatsOnDeleteResponseDTO.md +20 -0
  280. package/docs/WhatsOnEntity.md +74 -0
  281. package/docs/WhatsOnFavoriteCount.md +22 -0
  282. package/docs/WhatsOnFavoriteCountResponseDTO.md +22 -0
  283. package/docs/WhatsOnFavoriteDTO.md +20 -0
  284. package/docs/WhatsOnFavoriteListResponseDTO.md +22 -0
  285. package/docs/WhatsOnFavoriteResponse.md +22 -0
  286. package/docs/WhatsOnFavoriteResponseDTO.md +22 -0
  287. package/docs/WhatsOnFindDTO.md +26 -0
  288. package/docs/WhatsOnLocationDTO.md +26 -0
  289. package/docs/WhatsOnLocationMetaDTO.md +22 -0
  290. package/docs/WhatsOnPayloadDTO.md +66 -0
  291. package/docs/WhatsOnResponseDTO.md +22 -0
  292. package/docs/WhatsOnSlotsPayload.md +28 -0
  293. package/docs/WhatsOnUnFavoriteResponse.md +22 -0
  294. package/package.json +1 -1
@@ -0,0 +1,22 @@
1
+ # BusinessConnectedAccount
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Account ID | [default to undefined]
9
+ **status** | **string** | Flag indicates account has been verified or not | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessConnectedAccount } from './api';
15
+
16
+ const instance: BusinessConnectedAccount = {
17
+ id,
18
+ status,
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,42 @@
1
+ # BusinessDetailsPayloadDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **businessType** | **string** | Business Type | [optional] [default to undefined]
9
+ **businessCategory** | **string** | Business Category | [optional] [default to undefined]
10
+ **venues** | [**BusinessVenueDTO**](BusinessVenueDTO.md) | Business Venue | [optional] [default to undefined]
11
+ **policies** | **string** | Business policies | [optional] [default to undefined]
12
+ **name** | **string** | Business Name | [optional] [default to undefined]
13
+ **cancellationFee** | **number** | Business cancellationFee | [optional] [default to undefined]
14
+ **businessID** | **string** | Business ID | [optional] [default to undefined]
15
+ **businessCountry** | **string** | Business Country | [optional] [default to undefined]
16
+ **assistant** | **string** | Assistant ID | [optional] [default to undefined]
17
+ **cancellationDuration** | **string** | | [optional] [default to undefined]
18
+ **business** | **string** | Business | [optional] [default to undefined]
19
+ **venue** | **string** | Business venue | [optional] [default to undefined]
20
+
21
+ ## Example
22
+
23
+ ```typescript
24
+ import { BusinessDetailsPayloadDTO } from './api';
25
+
26
+ const instance: BusinessDetailsPayloadDTO = {
27
+ businessType,
28
+ businessCategory,
29
+ venues,
30
+ policies,
31
+ name,
32
+ cancellationFee,
33
+ businessID,
34
+ businessCountry,
35
+ assistant,
36
+ cancellationDuration,
37
+ business,
38
+ venue,
39
+ };
40
+ ```
41
+
42
+ [[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,44 @@
1
+ # BusinessEntity
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **_id** | **string** | Unique identifier for the Business | [default to undefined]
9
+ **policies** | **string** | Business policies | [optional] [default to undefined]
10
+ **name** | **string** | Business Name | [optional] [default to undefined]
11
+ **cancellationFee** | **number** | Business cancellationFee | [optional] [default to undefined]
12
+ **cancellationDuration** | **string** | Business cancellationDuration | [optional] [default to undefined]
13
+ **businessID** | **string** | Business ID | [optional] [default to undefined]
14
+ **businessCountry** | **string** | Business Country | [optional] [default to undefined]
15
+ **venues** | **Array<string>** | Business Venue | [optional] [default to undefined]
16
+ **businessType** | **string** | Business Type | [optional] [default to undefined]
17
+ **userId** | **string** | User Id | [optional] [default to undefined]
18
+ **businessCategory** | **string** | Business Category | [optional] [default to undefined]
19
+ **accountId** | **string** | Connected business account ID | [optional] [default to undefined]
20
+ **status** | **string** | Business verification status | [default to undefined]
21
+
22
+ ## Example
23
+
24
+ ```typescript
25
+ import { BusinessEntity } from './api';
26
+
27
+ const instance: BusinessEntity = {
28
+ _id,
29
+ policies,
30
+ name,
31
+ cancellationFee,
32
+ cancellationDuration,
33
+ businessID,
34
+ businessCountry,
35
+ venues,
36
+ businessType,
37
+ userId,
38
+ businessCategory,
39
+ accountId,
40
+ status,
41
+ };
42
+ ```
43
+
44
+ [[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
+ # BusinessFavoriteCount
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **venueFavorite** | **number** | | [default to undefined]
9
+ **venueFavoriteByFriend** | **number** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessFavoriteCount } from './api';
15
+
16
+ const instance: BusinessFavoriteCount = {
17
+ venueFavorite,
18
+ venueFavoriteByFriend,
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
+ # BusinessFavoriteCountResponseDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | statusCode | [default to undefined]
9
+ **data** | [**BusinessFavoriteCount**](BusinessFavoriteCount.md) | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessFavoriteCountResponseDTO } from './api';
15
+
16
+ const instance: BusinessFavoriteCountResponseDTO = {
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
+ # BusinessFavoriteDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **venue** | **string** | Business Venue Id | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { BusinessFavoriteDTO } from './api';
14
+
15
+ const instance: BusinessFavoriteDTO = {
16
+ venue,
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
+ # BusinessFavoriteListResponseDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | statusCode | [default to undefined]
9
+ **data** | [**Array<BusinessVenueDetailsEntity>**](BusinessVenueDetailsEntity.md) | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessFavoriteListResponseDTO } from './api';
15
+
16
+ const instance: BusinessFavoriteListResponseDTO = {
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,22 @@
1
+ # BusinessFavoriteResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | statusCode | [default to undefined]
9
+ **data** | [**BusinessFavoriteDTO**](BusinessFavoriteDTO.md) | Business Favorite | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessFavoriteResponse } from './api';
15
+
16
+ const instance: BusinessFavoriteResponse = {
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,22 @@
1
+ # BusinessFavoriteResponseDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | statusCode | [default to undefined]
9
+ **data** | [**BusinessVenueDetailsEntity**](BusinessVenueDetailsEntity.md) | Business Favorite | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessFavoriteResponseDTO } from './api';
15
+
16
+ const instance: BusinessFavoriteResponseDTO = {
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,38 @@
1
+ # BusinessOnBoardingDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **venues** | [**Array<BusinessVenueDTO>**](BusinessVenueDTO.md) | Business Venue | [optional] [default to undefined]
9
+ **policies** | **string** | Business policies | [optional] [default to undefined]
10
+ **name** | **string** | Business Name | [optional] [default to undefined]
11
+ **cancellationFee** | **number** | Business cancellationFee | [optional] [default to undefined]
12
+ **businessID** | **string** | Business ID | [optional] [default to undefined]
13
+ **businessCountry** | **string** | Business Country | [optional] [default to undefined]
14
+ **businessType** | **string** | Business Type | [optional] [default to undefined]
15
+ **businessCategory** | **string** | Business Category | [optional] [default to undefined]
16
+ **assistant** | **string** | Assistant ID | [optional] [default to undefined]
17
+ **cancellationDuration** | **string** | | [optional] [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { BusinessOnBoardingDTO } from './api';
23
+
24
+ const instance: BusinessOnBoardingDTO = {
25
+ venues,
26
+ policies,
27
+ name,
28
+ cancellationFee,
29
+ businessID,
30
+ businessCountry,
31
+ businessType,
32
+ businessCategory,
33
+ assistant,
34
+ cancellationDuration,
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
+ # BusinessOnBoardingResponseDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | statusCode | [default to undefined]
9
+ **data** | [**BusinessEntity**](BusinessEntity.md) | Business entity | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessOnBoardingResponseDTO } from './api';
15
+
16
+ const instance: BusinessOnBoardingResponseDTO = {
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,48 @@
1
+ # BusinessStaffDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **firstName** | **string** | First name of the staff | [default to undefined]
9
+ **lastName** | **string** | Last name of the staff | [default to undefined]
10
+ **gender** | **string** | Gender of the staff | [default to undefined]
11
+ **dob** | **string** | Date associated with the staff | [default to undefined]
12
+ **email** | **string** | Email of the staff | [default to undefined]
13
+ **phoneNumber** | **string** | Phone number of the staff | [default to undefined]
14
+ **goodayId** | **string** | Gooday ID of the staff | [default to undefined]
15
+ **role** | **string** | Role of the staff | [default to undefined]
16
+ **venue** | **string** | Venue ID of the staff | [default to undefined]
17
+ **admin** | **string** | Admin name for the staff | [default to undefined]
18
+ **country** | **string** | Country of the staff | [default to undefined]
19
+ **address** | **string** | Address of the staff | [default to undefined]
20
+ **profilePicture** | **string** | Profile picture URL | [default to undefined]
21
+ **additionalDocument** | **Array<string>** | Additional documents URLs | [default to undefined]
22
+ **availability** | [**Array<AvailabilityDayDto>**](AvailabilityDayDto.md) | Availability details of the staff | [default to undefined]
23
+
24
+ ## Example
25
+
26
+ ```typescript
27
+ import { BusinessStaffDTO } from './api';
28
+
29
+ const instance: BusinessStaffDTO = {
30
+ firstName,
31
+ lastName,
32
+ gender,
33
+ dob,
34
+ email,
35
+ phoneNumber,
36
+ goodayId,
37
+ role,
38
+ venue,
39
+ admin,
40
+ country,
41
+ address,
42
+ profilePicture,
43
+ additionalDocument,
44
+ availability,
45
+ };
46
+ ```
47
+
48
+ [[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
+ # BusinessStaffDeleteResponseDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | Status code of the response | [default to undefined]
9
+ **message** | **string** | Staff deleted successfully | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessStaffDeleteResponseDTO } from './api';
15
+
16
+ const instance: BusinessStaffDeleteResponseDTO = {
17
+ statusCode,
18
+ message,
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,50 @@
1
+ # BusinessStaffEntity
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **_id** | **string** | Unique identifier for the business staff | [default to undefined]
9
+ **firstName** | **string** | First name of the staff member | [default to undefined]
10
+ **lastName** | **string** | Last name of the staff member | [default to undefined]
11
+ **gender** | **string** | Gender of the staff member | [optional] [default to undefined]
12
+ **dob** | **string** | Date of birth of the staff member | [optional] [default to undefined]
13
+ **email** | **string** | Email of the staff member | [optional] [default to undefined]
14
+ **phoneNumber** | **string** | Phone number of the staff member | [optional] [default to undefined]
15
+ **goodayId** | **string** | Gooday ID of the staff member | [default to undefined]
16
+ **role** | **string** | Role of the staff member | [default to undefined]
17
+ **venue** | **object** | Associated business venue | [default to undefined]
18
+ **admin** | **string** | Admin ID managing the staff | [optional] [default to undefined]
19
+ **country** | **string** | Country of the staff member | [optional] [default to undefined]
20
+ **address** | **string** | Address of the staff member | [optional] [default to undefined]
21
+ **profilePicture** | **string** | Profile picture URL | [default to undefined]
22
+ **additionalDocument** | **Array<string>** | Additional documents provided by staff | [default to undefined]
23
+ **availability** | **Array<object>** | Availability of the staff member | [default to undefined]
24
+
25
+ ## Example
26
+
27
+ ```typescript
28
+ import { BusinessStaffEntity } from './api';
29
+
30
+ const instance: BusinessStaffEntity = {
31
+ _id,
32
+ firstName,
33
+ lastName,
34
+ gender,
35
+ dob,
36
+ email,
37
+ phoneNumber,
38
+ goodayId,
39
+ role,
40
+ venue,
41
+ admin,
42
+ country,
43
+ address,
44
+ profilePicture,
45
+ additionalDocument,
46
+ availability,
47
+ };
48
+ ```
49
+
50
+ [[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
+ # BusinessStaffResponseDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | Status code of the response | [default to undefined]
9
+ **data** | [**BusinessStaffEntity**](BusinessStaffEntity.md) | Response Message | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessStaffResponseDTO } from './api';
15
+
16
+ const instance: BusinessStaffResponseDTO = {
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,22 @@
1
+ # BusinessStaffsResponseDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | Status code of the response | [default to undefined]
9
+ **data** | [**Array<BusinessStaffEntity>**](BusinessStaffEntity.md) | Response Message | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessStaffsResponseDTO } from './api';
15
+
16
+ const instance: BusinessStaffsResponseDTO = {
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,24 @@
1
+ # BusinessTime
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **openAt** | **string** | Business open time | [default to undefined]
9
+ **closeAt** | **string** | Business close time | [default to undefined]
10
+ **finalBookingTime** | **string** | Business close time | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { BusinessTime } from './api';
16
+
17
+ const instance: BusinessTime = {
18
+ openAt,
19
+ closeAt,
20
+ finalBookingTime,
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,24 @@
1
+ # BusinessTiming
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **time** | [**Array<BusinessTime>**](BusinessTime.md) | | [optional] [default to undefined]
9
+ **day** | **string** | Day name | [default to undefined]
10
+ **isClose** | **boolean** | Business close flag | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { BusinessTiming } from './api';
16
+
17
+ const instance: BusinessTiming = {
18
+ time,
19
+ day,
20
+ isClose,
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,26 @@
1
+ # BusinessTypeEntity
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **_id** | **string** | Unique identifier for the business type | [default to undefined]
9
+ **name** | **string** | name of the business type | [default to undefined]
10
+ **backgroundColor** | **string** | Image background color | [default to undefined]
11
+ **images** | [**BusinessTypeImageDTO**](BusinessTypeImageDTO.md) | Business Image | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { BusinessTypeEntity } from './api';
17
+
18
+ const instance: BusinessTypeEntity = {
19
+ _id,
20
+ name,
21
+ backgroundColor,
22
+ images,
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
+ # BusinessTypeImageDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **small** | **string** | Business Type Image Small | [default to undefined]
9
+ **large** | **string** | Business Type Image Large | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessTypeImageDTO } from './api';
15
+
16
+ const instance: BusinessTypeImageDTO = {
17
+ small,
18
+ large,
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
+ # BusinessTypeListResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | statusCode | [default to undefined]
9
+ **data** | [**Array<BusinessTypeEntity>**](BusinessTypeEntity.md) | businessTypes | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessTypeListResponse } from './api';
15
+
16
+ const instance: BusinessTypeListResponse = {
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,22 @@
1
+ # BusinessUnFavoriteResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | statusCode | [default to undefined]
9
+ **message** | **string** | Business Favorite Rule | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BusinessUnFavoriteResponse } from './api';
15
+
16
+ const instance: BusinessUnFavoriteResponse = {
17
+ statusCode,
18
+ message,
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,46 @@
1
+ # BusinessVenueDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **coverPhoto** | **Array<string>** | coverPhots | [default to undefined]
9
+ **timing** | [**Array<BusinessTiming>**](BusinessTiming.md) | Business Timing | [optional] [default to undefined]
10
+ **priceRange** | **string** | | [default to undefined]
11
+ **location** | [**LocationDTO**](LocationDTO.md) | | [default to undefined]
12
+ **numberOfEmployee** | **string** | | [default to undefined]
13
+ **keywords** | **Array<string>** | | [default to undefined]
14
+ **socialMedia** | [**SocialMedia**](SocialMedia.md) | | [default to undefined]
15
+ **email** | **string** | | [optional] [default to undefined]
16
+ **phone** | **string** | | [optional] [default to undefined]
17
+ **website** | **string** | | [optional] [default to undefined]
18
+ **name** | **string** | | [optional] [default to undefined]
19
+ **description** | **string** | | [default to undefined]
20
+ **averageBookingDuration** | **string** | | [default to undefined]
21
+ **furtherInstructions** | **string** | | [default to undefined]
22
+
23
+ ## Example
24
+
25
+ ```typescript
26
+ import { BusinessVenueDTO } from './api';
27
+
28
+ const instance: BusinessVenueDTO = {
29
+ coverPhoto,
30
+ timing,
31
+ priceRange,
32
+ location,
33
+ numberOfEmployee,
34
+ keywords,
35
+ socialMedia,
36
+ email,
37
+ phone,
38
+ website,
39
+ name,
40
+ description,
41
+ averageBookingDuration,
42
+ furtherInstructions,
43
+ };
44
+ ```
45
+
46
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)