@jugarhoy/api 1.1.15 → 1.1.17
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/apis/CoachApi.ts +350 -0
- package/apis/CoachPricingApi.ts +263 -0
- package/apis/CoachWorkspaceApi.ts +254 -0
- package/apis/PlayerCoachBookingApi.ts +244 -0
- package/apis/TeamsApi.ts +2 -0
- package/apis/index.ts +4 -0
- package/models/ActivateCoachProfileRequest.ts +81 -0
- package/models/AddCoachLocation200Response.ts +103 -0
- package/models/AddCoachLocationRequest.ts +120 -0
- package/models/BookCoachClassDto.ts +130 -0
- package/models/CoachAvailabilityDto.ts +108 -0
- package/models/CoachClassFilters.ts +99 -0
- package/models/CoachProfileDto.ts +160 -0
- package/models/CoachProfileDtoRating.ts +73 -0
- package/models/CoachSearchParams.ts +91 -0
- package/models/CreateCoachPriceDto.ts +122 -0
- package/models/DefineCoachScheduleRequest.ts +83 -0
- package/models/DefineCoachScheduleRequestShiftsInner.ts +110 -0
- package/models/ReservationParams.ts +8 -0
- package/models/SaveCoachBasicInfoRequest.ts +91 -0
- package/models/TrainerFeedDto.ts +99 -0
- package/models/TrainerFeedDtoStats.ts +89 -0
- package/models/UpdateCoachPriceDto.ts +116 -0
- package/models/UserCoachProfile.ts +187 -0
- package/models/UserCoachProfileRating.ts +73 -0
- package/models/UserSession.ts +8 -0
- package/models/index.ts +18 -0
- package/package.json +1 -1
package/models/index.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
+
export * from './ActivateCoachProfileRequest';
|
|
4
|
+
export * from './AddCoachLocation200Response';
|
|
5
|
+
export * from './AddCoachLocationRequest';
|
|
3
6
|
export * from './AddCoachToSubscriptionRequest';
|
|
4
7
|
export * from './AddMemberToSubscriptionRequest';
|
|
5
8
|
export * from './AddPlayerToSubscriptionRequest';
|
|
@@ -27,6 +30,7 @@ export * from './AvailabilityShiftSpot';
|
|
|
27
30
|
export * from './BlockSpotItem';
|
|
28
31
|
export * from './BlockSpots200Response';
|
|
29
32
|
export * from './BlockSpotsCommand';
|
|
33
|
+
export * from './BookCoachClassDto';
|
|
30
34
|
export * from './CancelReservationParams';
|
|
31
35
|
export * from './CancelReservationRequest';
|
|
32
36
|
export * from './CancelReservationResult';
|
|
@@ -43,8 +47,13 @@ export * from './ClubSearchResponse';
|
|
|
43
47
|
export * from './ClubSearchResponseDataInner';
|
|
44
48
|
export * from './ClubSearchResponsePagination';
|
|
45
49
|
export * from './Coach';
|
|
50
|
+
export * from './CoachAvailabilityDto';
|
|
51
|
+
export * from './CoachClassFilters';
|
|
46
52
|
export * from './CoachDto';
|
|
47
53
|
export * from './CoachDtoAvailabilityInner';
|
|
54
|
+
export * from './CoachProfileDto';
|
|
55
|
+
export * from './CoachProfileDtoRating';
|
|
56
|
+
export * from './CoachSearchParams';
|
|
48
57
|
export * from './ComputedValueType';
|
|
49
58
|
export * from './ConfirmReservationParams';
|
|
50
59
|
export * from './ConfirmReservationResponse';
|
|
@@ -58,6 +67,7 @@ export * from './CreateClubForSuperadminResponse';
|
|
|
58
67
|
export * from './CreateClubForSuperadminResponseResult';
|
|
59
68
|
export * from './CreateClubForSuperadminResponseResultAdminUser';
|
|
60
69
|
export * from './CreateClubPlaceRequest';
|
|
70
|
+
export * from './CreateCoachPriceDto';
|
|
61
71
|
export * from './CreateCustomerPaymentConfigDto';
|
|
62
72
|
export * from './CreateDefault500Response';
|
|
63
73
|
export * from './CreateFeatureRequest';
|
|
@@ -83,6 +93,8 @@ export * from './CustomerServiceConfig';
|
|
|
83
93
|
export * from './CustomerServiceConfigDto';
|
|
84
94
|
export * from './CustomerStatus';
|
|
85
95
|
export * from './DayOfWeek';
|
|
96
|
+
export * from './DefineCoachScheduleRequest';
|
|
97
|
+
export * from './DefineCoachScheduleRequestShiftsInner';
|
|
86
98
|
export * from './DeleteShift200Response';
|
|
87
99
|
export * from './Device';
|
|
88
100
|
export * from './DeviceDto';
|
|
@@ -217,6 +229,7 @@ export * from './ResetPassword200Response';
|
|
|
217
229
|
export * from './ResetPassword400Response';
|
|
218
230
|
export * from './ResetPassword500Response';
|
|
219
231
|
export * from './ResetPasswordRequest';
|
|
232
|
+
export * from './SaveCoachBasicInfoRequest';
|
|
220
233
|
export * from './SavePushTokenRequest';
|
|
221
234
|
export * from './SearchClubs400Response';
|
|
222
235
|
export * from './SearchClubs500Response';
|
|
@@ -248,10 +261,13 @@ export * from './TestNotificationTemplateRequest';
|
|
|
248
261
|
export * from './TimeOfDay';
|
|
249
262
|
export * from './ToggleNotificationByType200Response';
|
|
250
263
|
export * from './ToggleServiceConfigRequest';
|
|
264
|
+
export * from './TrainerFeedDto';
|
|
265
|
+
export * from './TrainerFeedDtoStats';
|
|
251
266
|
export * from './TriggerDeviceAction200Response';
|
|
252
267
|
export * from './TriggerDeviceActionRequest';
|
|
253
268
|
export * from './UnreadCountResponseDto';
|
|
254
269
|
export * from './UpdateBillRequest';
|
|
270
|
+
export * from './UpdateCoachPriceDto';
|
|
255
271
|
export * from './UpdateFeatureRequest';
|
|
256
272
|
export * from './UpdateMemberRoleRequest';
|
|
257
273
|
export * from './UpdateRecurringGameRequest';
|
|
@@ -263,6 +279,8 @@ export * from './UpdateUserNotificationDto';
|
|
|
263
279
|
export * from './UpsertNotificationTemplateRequest';
|
|
264
280
|
export * from './User';
|
|
265
281
|
export * from './UserAuth';
|
|
282
|
+
export * from './UserCoachProfile';
|
|
283
|
+
export * from './UserCoachProfileRating';
|
|
266
284
|
export * from './UserDto';
|
|
267
285
|
export * from './UserInvitation';
|
|
268
286
|
export * from './UserNotificationConfig';
|