@tennac-booking/sdk 1.0.83 → 1.0.84
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 +14 -42
- package/README.md +17 -57
- package/api.ts +1063 -2958
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +860 -2258
- package/dist/api.js +193 -961
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +860 -2258
- package/dist/esm/api.js +186 -954
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/BookingClubInfo.md +28 -0
- package/docs/{ConfirmPaymentMethodRequestBody.md → BookingCourtInfo.md} +7 -5
- package/docs/BookingInfo.md +2 -2
- package/docs/BookingPaymentStatus.md +24 -0
- package/docs/BookingPlayerPaymentSummary.md +34 -0
- package/docs/BookingPopulated.md +2 -2
- package/docs/{ClubDaySchedule.md → BookingPriceBody.md} +7 -7
- package/docs/BookingResponse.md +2 -0
- package/docs/BookingSlotInfo.md +30 -0
- package/docs/{AddPaymentMethodRequestBody.md → BookingSportInfo.md} +7 -5
- package/docs/BookingSummary.md +54 -2
- package/docs/BookingsApi.md +55 -0
- package/docs/ClubAnalyticsStaffApi.md +0 -173
- package/docs/ClubResponse.md +8 -0
- package/docs/ClubSettingsManagerApi.md +0 -104
- package/docs/ClubSettingsResponse.md +0 -2
- package/docs/ClubsManagerApi.md +0 -104
- package/docs/ClubsStaffApi.md +0 -88
- package/docs/CreateBookingRequest.md +2 -2
- package/docs/CreateEventRequest.md +1 -3
- package/docs/EventResponse.md +1 -1
- package/docs/{SetupPaymentMethodRequestBody.md → EventResponseCourtsInner.md} +3 -5
- package/docs/IUserAttributes.md +2 -12
- package/docs/InvoiceStatus.md +22 -0
- package/docs/PartialClubResponse.md +8 -0
- package/docs/PlayerPrice.md +30 -0
- package/docs/QuickReservationClubSport.md +22 -0
- package/docs/QuickReservationClubSummary.md +4 -0
- package/docs/SlotInfo.md +2 -2
- package/docs/SportsPublicApi.md +53 -0
- package/docs/StaffUserProfileResponse.md +2 -12
- package/docs/SubscribeRequestBody.md +2 -0
- package/docs/SubscriptionInfo.md +24 -0
- package/docs/UpdateEventRequest.md +1 -1
- package/docs/UserBookingsResponse.md +28 -0
- package/docs/UserProfileResponse.md +4 -12
- package/docs/UsersApi.md +4 -160
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/BookingDetailResponse.md +0 -46
- package/docs/ClubGeneralSettingsResponse.md +0 -34
- package/docs/ClubHoursSettingsResponse.md +0 -22
- package/docs/ClubLocationSettings.md +0 -26
- package/docs/ClubPlayerBookingItem.md +0 -36
- package/docs/ClubPlayerBookingsPagination.md +0 -28
- package/docs/ClubPlayerBookingsResponse.md +0 -24
- package/docs/ClubPlayerDetailResponse.md +0 -46
- package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +0 -22
- package/docs/ClubPlayerStatisticsResponse.md +0 -42
- package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +0 -22
- package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +0 -23
- package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +0 -25
- package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +0 -26
- package/docs/ClubPlayerSubscriptionSummary.md +0 -28
- package/docs/ClubPresentationSettingsResponse.md +0 -26
- package/docs/ClubPricingPeriodResponse.md +0 -30
- package/docs/ClubReservationAccessSettingsResponse.md +0 -26
- package/docs/ClubReservationSettingsResponse.md +0 -36
- package/docs/ClubSettingsStaffApi.md +0 -95
- package/docs/ClubWeeklySchedule.md +0 -32
- package/docs/ConfirmPaymentMethodResponse.md +0 -22
- package/docs/HotelAccessSettings.md +0 -26
- package/docs/PartialClubWeeklySchedule.md +0 -33
- package/docs/PartialHotelAccessSettings.md +0 -27
- package/docs/PartialPaymentRequirementsSettings.md +0 -23
- package/docs/PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings.md +0 -27
- package/docs/PartialPublicAccessSettings.md +0 -25
- package/docs/PartialSchoolAccessSettings.md +0 -25
- package/docs/PaymentMethodSetupResponse.md +0 -24
- package/docs/PaymentRequirementsSettings.md +0 -22
- package/docs/PublicAccessSettings.md +0 -24
- package/docs/SchoolAccessSettings.md +0 -24
- package/docs/SetupPaymentMethodResponse.md +0 -24
- package/docs/UpdateClubGeneralSettingsRequest.md +0 -34
- package/docs/UpdateClubHoursSettingsRequest.md +0 -22
- package/docs/UpdateClubPresentationSettingsRequest.md +0 -26
- package/docs/UpdateClubReservationSettingsRequest.md +0 -34
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* openapi.json
|
|
3
3
|
* Pandook API Documentation
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.75
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -82,19 +82,6 @@ export interface AddOrganizationRequest {
|
|
|
82
82
|
*/
|
|
83
83
|
'organizationId'?: string;
|
|
84
84
|
}
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @export
|
|
88
|
-
* @interface AddPaymentMethodRequestBody
|
|
89
|
-
*/
|
|
90
|
-
export interface AddPaymentMethodRequestBody {
|
|
91
|
-
/**
|
|
92
|
-
*
|
|
93
|
-
* @type {string}
|
|
94
|
-
* @memberof AddPaymentMethodRequestBody
|
|
95
|
-
*/
|
|
96
|
-
'paymentMethodId': string;
|
|
97
|
-
}
|
|
98
85
|
/**
|
|
99
86
|
*
|
|
100
87
|
* @export
|
|
@@ -153,95 +140,60 @@ export interface BookingAnalyticsResponse {
|
|
|
153
140
|
/**
|
|
154
141
|
*
|
|
155
142
|
* @export
|
|
156
|
-
* @interface
|
|
143
|
+
* @interface BookingClubInfo
|
|
157
144
|
*/
|
|
158
|
-
export interface
|
|
145
|
+
export interface BookingClubInfo {
|
|
159
146
|
/**
|
|
160
147
|
*
|
|
161
148
|
* @type {string}
|
|
162
|
-
* @memberof
|
|
149
|
+
* @memberof BookingClubInfo
|
|
163
150
|
*/
|
|
164
151
|
'id': string;
|
|
165
152
|
/**
|
|
166
153
|
*
|
|
167
154
|
* @type {string}
|
|
168
|
-
* @memberof
|
|
169
|
-
*/
|
|
170
|
-
'clubPicture'?: string;
|
|
171
|
-
/**
|
|
172
|
-
*
|
|
173
|
-
* @type {string}
|
|
174
|
-
* @memberof BookingDetailResponse
|
|
155
|
+
* @memberof BookingClubInfo
|
|
175
156
|
*/
|
|
176
|
-
'
|
|
157
|
+
'name'?: string | null;
|
|
177
158
|
/**
|
|
178
159
|
*
|
|
179
160
|
* @type {string}
|
|
180
|
-
* @memberof
|
|
161
|
+
* @memberof BookingClubInfo
|
|
181
162
|
*/
|
|
182
|
-
'
|
|
163
|
+
'picture'?: string | null;
|
|
183
164
|
/**
|
|
184
165
|
*
|
|
185
166
|
* @type {string}
|
|
186
|
-
* @memberof
|
|
167
|
+
* @memberof BookingClubInfo
|
|
187
168
|
*/
|
|
188
|
-
'
|
|
169
|
+
'address'?: string | null;
|
|
189
170
|
/**
|
|
190
|
-
*
|
|
191
|
-
* @type {string}
|
|
192
|
-
* @memberof
|
|
171
|
+
* Construct a type with a set of properties K of type T
|
|
172
|
+
* @type {{ [key: string]: any; }}
|
|
173
|
+
* @memberof BookingClubInfo
|
|
193
174
|
*/
|
|
194
|
-
'
|
|
175
|
+
'location'?: {
|
|
176
|
+
[key: string]: any;
|
|
177
|
+
} | null;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
*
|
|
181
|
+
* @export
|
|
182
|
+
* @interface BookingCourtInfo
|
|
183
|
+
*/
|
|
184
|
+
export interface BookingCourtInfo {
|
|
195
185
|
/**
|
|
196
186
|
*
|
|
197
187
|
* @type {string}
|
|
198
|
-
* @memberof
|
|
199
|
-
*/
|
|
200
|
-
'bookingStatus'?: string;
|
|
201
|
-
/**
|
|
202
|
-
*
|
|
203
|
-
* @type {Array<string>}
|
|
204
|
-
* @memberof BookingDetailResponse
|
|
205
|
-
*/
|
|
206
|
-
'playersName': Array<string>;
|
|
207
|
-
/**
|
|
208
|
-
*
|
|
209
|
-
* @type {number}
|
|
210
|
-
* @memberof BookingDetailResponse
|
|
211
|
-
*/
|
|
212
|
-
'myAmountToPay': number;
|
|
213
|
-
/**
|
|
214
|
-
*
|
|
215
|
-
* @type {number}
|
|
216
|
-
* @memberof BookingDetailResponse
|
|
188
|
+
* @memberof BookingCourtInfo
|
|
217
189
|
*/
|
|
218
|
-
'
|
|
190
|
+
'id'?: string | null;
|
|
219
191
|
/**
|
|
220
192
|
*
|
|
221
193
|
* @type {string}
|
|
222
|
-
* @memberof
|
|
223
|
-
*/
|
|
224
|
-
'timeBeforeCancel'?: string | null;
|
|
225
|
-
/**
|
|
226
|
-
*
|
|
227
|
-
* @type {BookingSummaryClubAddress}
|
|
228
|
-
* @memberof BookingDetailResponse
|
|
229
|
-
*/
|
|
230
|
-
'clubAddress'?: BookingSummaryClubAddress | null;
|
|
231
|
-
/**
|
|
232
|
-
*
|
|
233
|
-
* @type {BookingHistoryPopulated}
|
|
234
|
-
* @memberof BookingDetailResponse
|
|
235
|
-
*/
|
|
236
|
-
'bookingHistory'?: BookingHistoryPopulated;
|
|
237
|
-
/**
|
|
238
|
-
*
|
|
239
|
-
* @type {Array<{ [key: string]: any; }>}
|
|
240
|
-
* @memberof BookingDetailResponse
|
|
194
|
+
* @memberof BookingCourtInfo
|
|
241
195
|
*/
|
|
242
|
-
'
|
|
243
|
-
[key: string]: any;
|
|
244
|
-
}>;
|
|
196
|
+
'name'?: string | null;
|
|
245
197
|
}
|
|
246
198
|
/**
|
|
247
199
|
*
|
|
@@ -348,10 +300,10 @@ export interface BookingInfo {
|
|
|
348
300
|
'totalPrice': number;
|
|
349
301
|
/**
|
|
350
302
|
* ID du créneau
|
|
351
|
-
* @type {string}
|
|
303
|
+
* @type {Array<string>}
|
|
352
304
|
* @memberof BookingInfo
|
|
353
305
|
*/
|
|
354
|
-
'
|
|
306
|
+
'slotIds': Array<string>;
|
|
355
307
|
/**
|
|
356
308
|
* Indique si le créateur paie pour tous
|
|
357
309
|
* @type {boolean}
|
|
@@ -407,6 +359,31 @@ export interface BookingInfo {
|
|
|
407
359
|
*/
|
|
408
360
|
'noShowChargeAmount'?: number;
|
|
409
361
|
}
|
|
362
|
+
/**
|
|
363
|
+
*
|
|
364
|
+
* @export
|
|
365
|
+
* @interface BookingPaymentStatus
|
|
366
|
+
*/
|
|
367
|
+
export interface BookingPaymentStatus {
|
|
368
|
+
/**
|
|
369
|
+
*
|
|
370
|
+
* @type {string}
|
|
371
|
+
* @memberof BookingPaymentStatus
|
|
372
|
+
*/
|
|
373
|
+
'playerId': string;
|
|
374
|
+
/**
|
|
375
|
+
*
|
|
376
|
+
* @type {string}
|
|
377
|
+
* @memberof BookingPaymentStatus
|
|
378
|
+
*/
|
|
379
|
+
'invoiceId'?: string | null;
|
|
380
|
+
/**
|
|
381
|
+
*
|
|
382
|
+
* @type {InvoiceStatus}
|
|
383
|
+
* @memberof BookingPaymentStatus
|
|
384
|
+
*/
|
|
385
|
+
'invoiceStatus'?: InvoiceStatus | null;
|
|
386
|
+
}
|
|
410
387
|
/**
|
|
411
388
|
*
|
|
412
389
|
* @export
|
|
@@ -500,6 +477,61 @@ export interface BookingPaymentStatusResponseSummary {
|
|
|
500
477
|
*/
|
|
501
478
|
'totalPlayers': number;
|
|
502
479
|
}
|
|
480
|
+
/**
|
|
481
|
+
*
|
|
482
|
+
* @export
|
|
483
|
+
* @interface BookingPlayerPaymentSummary
|
|
484
|
+
*/
|
|
485
|
+
export interface BookingPlayerPaymentSummary {
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
* @type {string}
|
|
489
|
+
* @memberof BookingPlayerPaymentSummary
|
|
490
|
+
*/
|
|
491
|
+
'id': string;
|
|
492
|
+
/**
|
|
493
|
+
*
|
|
494
|
+
* @type {string}
|
|
495
|
+
* @memberof BookingPlayerPaymentSummary
|
|
496
|
+
*/
|
|
497
|
+
'firstName'?: string | null;
|
|
498
|
+
/**
|
|
499
|
+
*
|
|
500
|
+
* @type {string}
|
|
501
|
+
* @memberof BookingPlayerPaymentSummary
|
|
502
|
+
*/
|
|
503
|
+
'lastName'?: string | null;
|
|
504
|
+
/**
|
|
505
|
+
*
|
|
506
|
+
* @type {string}
|
|
507
|
+
* @memberof BookingPlayerPaymentSummary
|
|
508
|
+
*/
|
|
509
|
+
'profilePicture'?: string | null;
|
|
510
|
+
/**
|
|
511
|
+
*
|
|
512
|
+
* @type {number}
|
|
513
|
+
* @memberof BookingPlayerPaymentSummary
|
|
514
|
+
*/
|
|
515
|
+
'amountToPay': number;
|
|
516
|
+
/**
|
|
517
|
+
*
|
|
518
|
+
* @type {string}
|
|
519
|
+
* @memberof BookingPlayerPaymentSummary
|
|
520
|
+
*/
|
|
521
|
+
'invoiceId'?: string | null;
|
|
522
|
+
/**
|
|
523
|
+
*
|
|
524
|
+
* @type {InvoiceStatus}
|
|
525
|
+
* @memberof BookingPlayerPaymentSummary
|
|
526
|
+
*/
|
|
527
|
+
'invoiceStatus'?: InvoiceStatus | null;
|
|
528
|
+
/**
|
|
529
|
+
*
|
|
530
|
+
* @type {boolean}
|
|
531
|
+
* @memberof BookingPlayerPaymentSummary
|
|
532
|
+
*/
|
|
533
|
+
'isCreator': boolean;
|
|
534
|
+
}
|
|
503
535
|
/**
|
|
504
536
|
*
|
|
505
537
|
* @export
|
|
@@ -530,12 +562,6 @@ export interface BookingPopulated {
|
|
|
530
562
|
* @memberof BookingPopulated
|
|
531
563
|
*/
|
|
532
564
|
'slotInfos': SlotInfo;
|
|
533
|
-
/**
|
|
534
|
-
*
|
|
535
|
-
* @type {Array<UserInfo>}
|
|
536
|
-
* @memberof BookingPopulated
|
|
537
|
-
*/
|
|
538
|
-
'players': Array<UserInfo>;
|
|
539
565
|
/**
|
|
540
566
|
* Statut des paiements par joueur
|
|
541
567
|
* @type {Array<PaymentByPlayerInfo>}
|
|
@@ -566,6 +592,12 @@ export interface BookingPopulated {
|
|
|
566
592
|
* @memberof BookingPopulated
|
|
567
593
|
*/
|
|
568
594
|
'isCreatorPayingAll': boolean;
|
|
595
|
+
/**
|
|
596
|
+
*
|
|
597
|
+
* @type {Array<string>}
|
|
598
|
+
* @memberof BookingPopulated
|
|
599
|
+
*/
|
|
600
|
+
'playersIds': Array<string>;
|
|
569
601
|
/**
|
|
570
602
|
*
|
|
571
603
|
* @type {Array<BookingHistoryPopulated>}
|
|
@@ -597,6 +629,25 @@ export interface BookingPopulated {
|
|
|
597
629
|
*/
|
|
598
630
|
'cancellationReason'?: string;
|
|
599
631
|
}
|
|
632
|
+
/**
|
|
633
|
+
*
|
|
634
|
+
* @export
|
|
635
|
+
* @interface BookingPriceBody
|
|
636
|
+
*/
|
|
637
|
+
export interface BookingPriceBody {
|
|
638
|
+
/**
|
|
639
|
+
*
|
|
640
|
+
* @type {Array<string>}
|
|
641
|
+
* @memberof BookingPriceBody
|
|
642
|
+
*/
|
|
643
|
+
'slotIds': Array<string>;
|
|
644
|
+
/**
|
|
645
|
+
*
|
|
646
|
+
* @type {Array<string>}
|
|
647
|
+
* @memberof BookingPriceBody
|
|
648
|
+
*/
|
|
649
|
+
'players': Array<string>;
|
|
650
|
+
}
|
|
600
651
|
/**
|
|
601
652
|
*
|
|
602
653
|
* @export
|
|
@@ -629,6 +680,12 @@ export interface BookingResponse {
|
|
|
629
680
|
* @memberof BookingResponse
|
|
630
681
|
*/
|
|
631
682
|
'onsitePayments'?: Array<BookingResponseOnsitePaymentsInner>;
|
|
683
|
+
/**
|
|
684
|
+
*
|
|
685
|
+
* @type {string}
|
|
686
|
+
* @memberof BookingResponse
|
|
687
|
+
*/
|
|
688
|
+
'setupNoShowPaymentUrl'?: string;
|
|
632
689
|
/**
|
|
633
690
|
* Message de confirmation
|
|
634
691
|
* @type {string}
|
|
@@ -655,6 +712,68 @@ export interface BookingResponseOnsitePaymentsInner {
|
|
|
655
712
|
*/
|
|
656
713
|
'playerId': string;
|
|
657
714
|
}
|
|
715
|
+
/**
|
|
716
|
+
*
|
|
717
|
+
* @export
|
|
718
|
+
* @interface BookingSlotInfo
|
|
719
|
+
*/
|
|
720
|
+
export interface BookingSlotInfo {
|
|
721
|
+
/**
|
|
722
|
+
*
|
|
723
|
+
* @type {string}
|
|
724
|
+
* @memberof BookingSlotInfo
|
|
725
|
+
*/
|
|
726
|
+
'id': string;
|
|
727
|
+
/**
|
|
728
|
+
*
|
|
729
|
+
* @type {string}
|
|
730
|
+
* @memberof BookingSlotInfo
|
|
731
|
+
*/
|
|
732
|
+
'startDate'?: string | null;
|
|
733
|
+
/**
|
|
734
|
+
*
|
|
735
|
+
* @type {string}
|
|
736
|
+
* @memberof BookingSlotInfo
|
|
737
|
+
*/
|
|
738
|
+
'endDate'?: string | null;
|
|
739
|
+
/**
|
|
740
|
+
*
|
|
741
|
+
* @type {number}
|
|
742
|
+
* @memberof BookingSlotInfo
|
|
743
|
+
*/
|
|
744
|
+
'durationMinutes'?: number | null;
|
|
745
|
+
/**
|
|
746
|
+
*
|
|
747
|
+
* @type {BookingCourtInfo}
|
|
748
|
+
* @memberof BookingSlotInfo
|
|
749
|
+
*/
|
|
750
|
+
'court'?: BookingCourtInfo | null;
|
|
751
|
+
/**
|
|
752
|
+
*
|
|
753
|
+
* @type {BookingSportInfo}
|
|
754
|
+
* @memberof BookingSlotInfo
|
|
755
|
+
*/
|
|
756
|
+
'sport'?: BookingSportInfo | null;
|
|
757
|
+
}
|
|
758
|
+
/**
|
|
759
|
+
*
|
|
760
|
+
* @export
|
|
761
|
+
* @interface BookingSportInfo
|
|
762
|
+
*/
|
|
763
|
+
export interface BookingSportInfo {
|
|
764
|
+
/**
|
|
765
|
+
*
|
|
766
|
+
* @type {string}
|
|
767
|
+
* @memberof BookingSportInfo
|
|
768
|
+
*/
|
|
769
|
+
'id'?: string | null;
|
|
770
|
+
/**
|
|
771
|
+
*
|
|
772
|
+
* @type {string}
|
|
773
|
+
* @memberof BookingSportInfo
|
|
774
|
+
*/
|
|
775
|
+
'key'?: string | null;
|
|
776
|
+
}
|
|
658
777
|
/**
|
|
659
778
|
*
|
|
660
779
|
* @export
|
|
@@ -687,108 +806,264 @@ export interface BookingSummary {
|
|
|
687
806
|
* @type {string}
|
|
688
807
|
* @memberof BookingSummary
|
|
689
808
|
*/
|
|
690
|
-
'
|
|
809
|
+
'clubId': string;
|
|
691
810
|
/**
|
|
692
811
|
*
|
|
693
812
|
* @type {string}
|
|
694
813
|
* @memberof BookingSummary
|
|
695
814
|
*/
|
|
696
|
-
'
|
|
815
|
+
'userId': string;
|
|
697
816
|
/**
|
|
698
817
|
*
|
|
699
|
-
* @type {string}
|
|
818
|
+
* @type {Array<string>}
|
|
700
819
|
* @memberof BookingSummary
|
|
701
820
|
*/
|
|
702
|
-
'
|
|
821
|
+
'playersIds': Array<string>;
|
|
703
822
|
/**
|
|
704
823
|
*
|
|
705
|
-
* @type {
|
|
824
|
+
* @type {BookingStatus}
|
|
706
825
|
* @memberof BookingSummary
|
|
707
826
|
*/
|
|
708
|
-
'
|
|
827
|
+
'status': BookingStatus;
|
|
709
828
|
/**
|
|
710
829
|
*
|
|
711
|
-
* @type {
|
|
830
|
+
* @type {Array<BookingPaymentStatus>}
|
|
712
831
|
* @memberof BookingSummary
|
|
713
832
|
*/
|
|
714
|
-
'
|
|
833
|
+
'paymentByPlayersStatus': Array<BookingPaymentStatus>;
|
|
715
834
|
/**
|
|
716
835
|
*
|
|
717
|
-
* @type {
|
|
836
|
+
* @type {boolean}
|
|
718
837
|
* @memberof BookingSummary
|
|
719
838
|
*/
|
|
720
|
-
'
|
|
839
|
+
'isCreatorPayingAll': boolean;
|
|
721
840
|
/**
|
|
722
841
|
*
|
|
723
|
-
* @type {
|
|
842
|
+
* @type {number}
|
|
724
843
|
* @memberof BookingSummary
|
|
725
844
|
*/
|
|
726
|
-
'
|
|
845
|
+
'totalPrice': number;
|
|
727
846
|
/**
|
|
728
847
|
*
|
|
729
|
-
* @type {
|
|
848
|
+
* @type {Array<string>}
|
|
730
849
|
* @memberof BookingSummary
|
|
731
850
|
*/
|
|
732
|
-
'
|
|
851
|
+
'slotIds': Array<string>;
|
|
733
852
|
/**
|
|
734
853
|
*
|
|
735
|
-
* @type {
|
|
854
|
+
* @type {boolean}
|
|
736
855
|
* @memberof BookingSummary
|
|
737
856
|
*/
|
|
738
|
-
'
|
|
857
|
+
'isPublic': boolean;
|
|
739
858
|
/**
|
|
740
859
|
*
|
|
741
860
|
* @type {string}
|
|
742
861
|
* @memberof BookingSummary
|
|
743
862
|
*/
|
|
744
|
-
'
|
|
863
|
+
'creatorPaymentMethodId'?: string | null;
|
|
745
864
|
/**
|
|
746
865
|
*
|
|
747
|
-
* @type {
|
|
866
|
+
* @type {boolean}
|
|
748
867
|
* @memberof BookingSummary
|
|
749
868
|
*/
|
|
750
|
-
'
|
|
869
|
+
'paymentMethodSetupCompleted': boolean;
|
|
751
870
|
/**
|
|
752
871
|
*
|
|
753
|
-
* @type {
|
|
872
|
+
* @type {number}
|
|
754
873
|
* @memberof BookingSummary
|
|
755
874
|
*/
|
|
756
|
-
'
|
|
757
|
-
}
|
|
758
|
-
/**
|
|
759
|
-
*
|
|
760
|
-
* @export
|
|
761
|
-
* @interface BookingSummaryClubAddress
|
|
762
|
-
*/
|
|
763
|
-
export interface BookingSummaryClubAddress {
|
|
764
|
-
}
|
|
765
|
-
/**
|
|
766
|
-
*
|
|
767
|
-
* @export
|
|
768
|
-
* @interface CancelBookingResponse
|
|
769
|
-
*/
|
|
770
|
-
export interface CancelBookingResponse {
|
|
875
|
+
'noShowChargeAmount'?: number | null;
|
|
771
876
|
/**
|
|
772
|
-
*
|
|
773
|
-
* @type {
|
|
774
|
-
* @memberof
|
|
877
|
+
*
|
|
878
|
+
* @type {boolean}
|
|
879
|
+
* @memberof BookingSummary
|
|
775
880
|
*/
|
|
776
|
-
'
|
|
881
|
+
'noShowChargeApplied'?: boolean;
|
|
777
882
|
/**
|
|
778
883
|
*
|
|
779
|
-
* @type {
|
|
780
|
-
* @memberof
|
|
884
|
+
* @type {string}
|
|
885
|
+
* @memberof BookingSummary
|
|
781
886
|
*/
|
|
782
|
-
'
|
|
783
|
-
}
|
|
784
|
-
/**
|
|
785
|
-
*
|
|
786
|
-
* @export
|
|
787
|
-
* @interface CaptureResult
|
|
788
|
-
*/
|
|
789
|
-
export interface CaptureResult {
|
|
887
|
+
'noShowChargeIntentId'?: string | null;
|
|
790
888
|
/**
|
|
791
|
-
*
|
|
889
|
+
*
|
|
890
|
+
* @type {string}
|
|
891
|
+
* @memberof BookingSummary
|
|
892
|
+
*/
|
|
893
|
+
'cancellationReason'?: string | null;
|
|
894
|
+
/**
|
|
895
|
+
*
|
|
896
|
+
* @type {string}
|
|
897
|
+
* @memberof BookingSummary
|
|
898
|
+
*/
|
|
899
|
+
'cancelledBy'?: string | null;
|
|
900
|
+
/**
|
|
901
|
+
*
|
|
902
|
+
* @type {string}
|
|
903
|
+
* @memberof BookingSummary
|
|
904
|
+
*/
|
|
905
|
+
'cancelledAt'?: string | null;
|
|
906
|
+
/**
|
|
907
|
+
*
|
|
908
|
+
* @type {boolean}
|
|
909
|
+
* @memberof BookingSummary
|
|
910
|
+
*/
|
|
911
|
+
'cancelledByManager'?: boolean;
|
|
912
|
+
/**
|
|
913
|
+
*
|
|
914
|
+
* @type {string}
|
|
915
|
+
* @memberof BookingSummary
|
|
916
|
+
*/
|
|
917
|
+
'createdAt': string | null;
|
|
918
|
+
/**
|
|
919
|
+
*
|
|
920
|
+
* @type {string}
|
|
921
|
+
* @memberof BookingSummary
|
|
922
|
+
*/
|
|
923
|
+
'updatedAt': string | null;
|
|
924
|
+
/**
|
|
925
|
+
*
|
|
926
|
+
* @type {number}
|
|
927
|
+
* @memberof BookingSummary
|
|
928
|
+
*/
|
|
929
|
+
'playersCount'?: number | null;
|
|
930
|
+
/**
|
|
931
|
+
*
|
|
932
|
+
* @type {string}
|
|
933
|
+
* @memberof BookingSummary
|
|
934
|
+
*/
|
|
935
|
+
'clubPicture'?: string;
|
|
936
|
+
/**
|
|
937
|
+
*
|
|
938
|
+
* @type {string}
|
|
939
|
+
* @memberof BookingSummary
|
|
940
|
+
*/
|
|
941
|
+
'courtName'?: string;
|
|
942
|
+
/**
|
|
943
|
+
*
|
|
944
|
+
* @type {string}
|
|
945
|
+
* @memberof BookingSummary
|
|
946
|
+
*/
|
|
947
|
+
'sportName'?: string;
|
|
948
|
+
/**
|
|
949
|
+
*
|
|
950
|
+
* @type {string}
|
|
951
|
+
* @memberof BookingSummary
|
|
952
|
+
*/
|
|
953
|
+
'startDate'?: string;
|
|
954
|
+
/**
|
|
955
|
+
*
|
|
956
|
+
* @type {InvoiceStatus}
|
|
957
|
+
* @memberof BookingSummary
|
|
958
|
+
*/
|
|
959
|
+
'myPaymentStatus'?: InvoiceStatus | null;
|
|
960
|
+
/**
|
|
961
|
+
*
|
|
962
|
+
* @type {string}
|
|
963
|
+
* @memberof BookingSummary
|
|
964
|
+
*/
|
|
965
|
+
'bookingStatus'?: string;
|
|
966
|
+
/**
|
|
967
|
+
*
|
|
968
|
+
* @type {Array<string>}
|
|
969
|
+
* @memberof BookingSummary
|
|
970
|
+
*/
|
|
971
|
+
'playersName': Array<string>;
|
|
972
|
+
/**
|
|
973
|
+
*
|
|
974
|
+
* @type {number}
|
|
975
|
+
* @memberof BookingSummary
|
|
976
|
+
*/
|
|
977
|
+
'myAmountToPay': number;
|
|
978
|
+
/**
|
|
979
|
+
*
|
|
980
|
+
* @type {number}
|
|
981
|
+
* @memberof BookingSummary
|
|
982
|
+
*/
|
|
983
|
+
'totalAmount': number;
|
|
984
|
+
/**
|
|
985
|
+
*
|
|
986
|
+
* @type {string}
|
|
987
|
+
* @memberof BookingSummary
|
|
988
|
+
*/
|
|
989
|
+
'timeBeforeCancel'?: string | null;
|
|
990
|
+
/**
|
|
991
|
+
*
|
|
992
|
+
* @type {BookingSummaryClubAddress}
|
|
993
|
+
* @memberof BookingSummary
|
|
994
|
+
*/
|
|
995
|
+
'clubAddress'?: BookingSummaryClubAddress | null;
|
|
996
|
+
/**
|
|
997
|
+
*
|
|
998
|
+
* @type {Array<BookingHistoryPopulated>}
|
|
999
|
+
* @memberof BookingSummary
|
|
1000
|
+
*/
|
|
1001
|
+
'bookingHistory'?: Array<BookingHistoryPopulated>;
|
|
1002
|
+
/**
|
|
1003
|
+
*
|
|
1004
|
+
* @type {BookingClubInfo}
|
|
1005
|
+
* @memberof BookingSummary
|
|
1006
|
+
*/
|
|
1007
|
+
'club'?: BookingClubInfo | null;
|
|
1008
|
+
/**
|
|
1009
|
+
*
|
|
1010
|
+
* @type {Array<BookingSlotInfo>}
|
|
1011
|
+
* @memberof BookingSummary
|
|
1012
|
+
*/
|
|
1013
|
+
'slots': Array<BookingSlotInfo>;
|
|
1014
|
+
/**
|
|
1015
|
+
*
|
|
1016
|
+
* @type {BookingCourtInfo}
|
|
1017
|
+
* @memberof BookingSummary
|
|
1018
|
+
*/
|
|
1019
|
+
'court'?: BookingCourtInfo | null;
|
|
1020
|
+
/**
|
|
1021
|
+
*
|
|
1022
|
+
* @type {BookingSportInfo}
|
|
1023
|
+
* @memberof BookingSummary
|
|
1024
|
+
*/
|
|
1025
|
+
'sport'?: BookingSportInfo | null;
|
|
1026
|
+
/**
|
|
1027
|
+
*
|
|
1028
|
+
* @type {Array<BookingPlayerPaymentSummary>}
|
|
1029
|
+
* @memberof BookingSummary
|
|
1030
|
+
*/
|
|
1031
|
+
'players': Array<BookingPlayerPaymentSummary>;
|
|
1032
|
+
}
|
|
1033
|
+
/**
|
|
1034
|
+
*
|
|
1035
|
+
* @export
|
|
1036
|
+
* @interface BookingSummaryClubAddress
|
|
1037
|
+
*/
|
|
1038
|
+
export interface BookingSummaryClubAddress {
|
|
1039
|
+
}
|
|
1040
|
+
/**
|
|
1041
|
+
*
|
|
1042
|
+
* @export
|
|
1043
|
+
* @interface CancelBookingResponse
|
|
1044
|
+
*/
|
|
1045
|
+
export interface CancelBookingResponse {
|
|
1046
|
+
/**
|
|
1047
|
+
* Message de confirmation
|
|
1048
|
+
* @type {string}
|
|
1049
|
+
* @memberof CancelBookingResponse
|
|
1050
|
+
*/
|
|
1051
|
+
'message': string;
|
|
1052
|
+
/**
|
|
1053
|
+
*
|
|
1054
|
+
* @type {BookingInfo}
|
|
1055
|
+
* @memberof CancelBookingResponse
|
|
1056
|
+
*/
|
|
1057
|
+
'booking': BookingInfo;
|
|
1058
|
+
}
|
|
1059
|
+
/**
|
|
1060
|
+
*
|
|
1061
|
+
* @export
|
|
1062
|
+
* @interface CaptureResult
|
|
1063
|
+
*/
|
|
1064
|
+
export interface CaptureResult {
|
|
1065
|
+
/**
|
|
1066
|
+
* Type de paiement
|
|
792
1067
|
* @type {string}
|
|
793
1068
|
* @memberof CaptureResult
|
|
794
1069
|
*/
|
|
@@ -953,130 +1228,6 @@ export interface CheckedInPlayer {
|
|
|
953
1228
|
*/
|
|
954
1229
|
'note'?: string;
|
|
955
1230
|
}
|
|
956
|
-
/**
|
|
957
|
-
*
|
|
958
|
-
* @export
|
|
959
|
-
* @interface ClubDaySchedule
|
|
960
|
-
*/
|
|
961
|
-
export interface ClubDaySchedule {
|
|
962
|
-
/**
|
|
963
|
-
*
|
|
964
|
-
* @type {string}
|
|
965
|
-
* @memberof ClubDaySchedule
|
|
966
|
-
*/
|
|
967
|
-
'open': string;
|
|
968
|
-
/**
|
|
969
|
-
*
|
|
970
|
-
* @type {string}
|
|
971
|
-
* @memberof ClubDaySchedule
|
|
972
|
-
*/
|
|
973
|
-
'close': string;
|
|
974
|
-
}
|
|
975
|
-
/**
|
|
976
|
-
*
|
|
977
|
-
* @export
|
|
978
|
-
* @interface ClubGeneralSettingsResponse
|
|
979
|
-
*/
|
|
980
|
-
export interface ClubGeneralSettingsResponse {
|
|
981
|
-
/**
|
|
982
|
-
*
|
|
983
|
-
* @type {string}
|
|
984
|
-
* @memberof ClubGeneralSettingsResponse
|
|
985
|
-
*/
|
|
986
|
-
'name': string;
|
|
987
|
-
/**
|
|
988
|
-
*
|
|
989
|
-
* @type {string}
|
|
990
|
-
* @memberof ClubGeneralSettingsResponse
|
|
991
|
-
*/
|
|
992
|
-
'email'?: string;
|
|
993
|
-
/**
|
|
994
|
-
*
|
|
995
|
-
* @type {string}
|
|
996
|
-
* @memberof ClubGeneralSettingsResponse
|
|
997
|
-
*/
|
|
998
|
-
'phone'?: string;
|
|
999
|
-
/**
|
|
1000
|
-
*
|
|
1001
|
-
* @type {string}
|
|
1002
|
-
* @memberof ClubGeneralSettingsResponse
|
|
1003
|
-
*/
|
|
1004
|
-
'websiteUrl'?: string;
|
|
1005
|
-
/**
|
|
1006
|
-
*
|
|
1007
|
-
* @type {string}
|
|
1008
|
-
* @memberof ClubGeneralSettingsResponse
|
|
1009
|
-
*/
|
|
1010
|
-
'description'?: string;
|
|
1011
|
-
/**
|
|
1012
|
-
*
|
|
1013
|
-
* @type {string}
|
|
1014
|
-
* @memberof ClubGeneralSettingsResponse
|
|
1015
|
-
*/
|
|
1016
|
-
'rib'?: string;
|
|
1017
|
-
/**
|
|
1018
|
-
*
|
|
1019
|
-
* @type {string}
|
|
1020
|
-
* @memberof ClubGeneralSettingsResponse
|
|
1021
|
-
*/
|
|
1022
|
-
'logo'?: string | null;
|
|
1023
|
-
/**
|
|
1024
|
-
*
|
|
1025
|
-
* @type {ClubLocationSettings}
|
|
1026
|
-
* @memberof ClubGeneralSettingsResponse
|
|
1027
|
-
*/
|
|
1028
|
-
'location': ClubLocationSettings;
|
|
1029
|
-
}
|
|
1030
|
-
/**
|
|
1031
|
-
*
|
|
1032
|
-
* @export
|
|
1033
|
-
* @interface ClubHoursSettingsResponse
|
|
1034
|
-
*/
|
|
1035
|
-
export interface ClubHoursSettingsResponse {
|
|
1036
|
-
/**
|
|
1037
|
-
*
|
|
1038
|
-
* @type {ClubWeeklySchedule}
|
|
1039
|
-
* @memberof ClubHoursSettingsResponse
|
|
1040
|
-
*/
|
|
1041
|
-
'schedule': ClubWeeklySchedule;
|
|
1042
|
-
/**
|
|
1043
|
-
*
|
|
1044
|
-
* @type {Array<ClubPricingPeriodResponse>}
|
|
1045
|
-
* @memberof ClubHoursSettingsResponse
|
|
1046
|
-
*/
|
|
1047
|
-
'pricingPeriods': Array<ClubPricingPeriodResponse>;
|
|
1048
|
-
}
|
|
1049
|
-
/**
|
|
1050
|
-
*
|
|
1051
|
-
* @export
|
|
1052
|
-
* @interface ClubLocationSettings
|
|
1053
|
-
*/
|
|
1054
|
-
export interface ClubLocationSettings {
|
|
1055
|
-
/**
|
|
1056
|
-
*
|
|
1057
|
-
* @type {string}
|
|
1058
|
-
* @memberof ClubLocationSettings
|
|
1059
|
-
*/
|
|
1060
|
-
'address'?: string;
|
|
1061
|
-
/**
|
|
1062
|
-
*
|
|
1063
|
-
* @type {string}
|
|
1064
|
-
* @memberof ClubLocationSettings
|
|
1065
|
-
*/
|
|
1066
|
-
'zipCode'?: string;
|
|
1067
|
-
/**
|
|
1068
|
-
*
|
|
1069
|
-
* @type {string}
|
|
1070
|
-
* @memberof ClubLocationSettings
|
|
1071
|
-
*/
|
|
1072
|
-
'city'?: string;
|
|
1073
|
-
/**
|
|
1074
|
-
*
|
|
1075
|
-
* @type {string}
|
|
1076
|
-
* @memberof ClubLocationSettings
|
|
1077
|
-
*/
|
|
1078
|
-
'country'?: string;
|
|
1079
|
-
}
|
|
1080
1231
|
/**
|
|
1081
1232
|
*
|
|
1082
1233
|
* @export
|
|
@@ -1136,252 +1287,19 @@ export interface ClubMemberResponseUser {
|
|
|
1136
1287
|
/**
|
|
1137
1288
|
*
|
|
1138
1289
|
* @export
|
|
1139
|
-
* @interface
|
|
1290
|
+
* @interface ClubPlayerResponse
|
|
1140
1291
|
*/
|
|
1141
|
-
export interface
|
|
1292
|
+
export interface ClubPlayerResponse {
|
|
1142
1293
|
/**
|
|
1143
|
-
* ID de
|
|
1294
|
+
* ID de l\'utilisateur
|
|
1144
1295
|
* @type {string}
|
|
1145
|
-
* @memberof
|
|
1296
|
+
* @memberof ClubPlayerResponse
|
|
1146
1297
|
*/
|
|
1147
1298
|
'id': string;
|
|
1148
1299
|
/**
|
|
1149
|
-
*
|
|
1300
|
+
* Prénom
|
|
1150
1301
|
* @type {string}
|
|
1151
|
-
* @memberof
|
|
1152
|
-
*/
|
|
1153
|
-
'startDate': string | null;
|
|
1154
|
-
/**
|
|
1155
|
-
* Date de fin de la réservation
|
|
1156
|
-
* @type {string}
|
|
1157
|
-
* @memberof ClubPlayerBookingItem
|
|
1158
|
-
*/
|
|
1159
|
-
'endDate': string | null;
|
|
1160
|
-
/**
|
|
1161
|
-
* Nom du terrain ou emplacement
|
|
1162
|
-
* @type {string}
|
|
1163
|
-
* @memberof ClubPlayerBookingItem
|
|
1164
|
-
*/
|
|
1165
|
-
'location': string | null;
|
|
1166
|
-
/**
|
|
1167
|
-
* Nom du sport associé
|
|
1168
|
-
* @type {string}
|
|
1169
|
-
* @memberof ClubPlayerBookingItem
|
|
1170
|
-
*/
|
|
1171
|
-
'sport': string | null;
|
|
1172
|
-
/**
|
|
1173
|
-
* Statut de la réservation
|
|
1174
|
-
* @type {string}
|
|
1175
|
-
* @memberof ClubPlayerBookingItem
|
|
1176
|
-
*/
|
|
1177
|
-
'status': string;
|
|
1178
|
-
/**
|
|
1179
|
-
* Prix total de la réservation en centimes
|
|
1180
|
-
* @type {number}
|
|
1181
|
-
* @memberof ClubPlayerBookingItem
|
|
1182
|
-
*/
|
|
1183
|
-
'totalPrice': number;
|
|
1184
|
-
/**
|
|
1185
|
-
* Indique si le joueur est le créateur de la réservation
|
|
1186
|
-
* @type {boolean}
|
|
1187
|
-
* @memberof ClubPlayerBookingItem
|
|
1188
|
-
*/
|
|
1189
|
-
'isCreator': boolean;
|
|
1190
|
-
/**
|
|
1191
|
-
* Nombre total de participants
|
|
1192
|
-
* @type {number}
|
|
1193
|
-
* @memberof ClubPlayerBookingItem
|
|
1194
|
-
*/
|
|
1195
|
-
'participantsCount': number;
|
|
1196
|
-
}
|
|
1197
|
-
/**
|
|
1198
|
-
*
|
|
1199
|
-
* @export
|
|
1200
|
-
* @interface ClubPlayerBookingsPagination
|
|
1201
|
-
*/
|
|
1202
|
-
export interface ClubPlayerBookingsPagination {
|
|
1203
|
-
/**
|
|
1204
|
-
* Page courante (1-based)
|
|
1205
|
-
* @type {number}
|
|
1206
|
-
* @memberof ClubPlayerBookingsPagination
|
|
1207
|
-
*/
|
|
1208
|
-
'page': number;
|
|
1209
|
-
/**
|
|
1210
|
-
* Nombre d\'éléments par page
|
|
1211
|
-
* @type {number}
|
|
1212
|
-
* @memberof ClubPlayerBookingsPagination
|
|
1213
|
-
*/
|
|
1214
|
-
'pageSize': number;
|
|
1215
|
-
/**
|
|
1216
|
-
* Nombre total d\'éléments disponibles
|
|
1217
|
-
* @type {number}
|
|
1218
|
-
* @memberof ClubPlayerBookingsPagination
|
|
1219
|
-
*/
|
|
1220
|
-
'totalItems': number;
|
|
1221
|
-
/**
|
|
1222
|
-
* Nombre total de pages disponibles
|
|
1223
|
-
* @type {number}
|
|
1224
|
-
* @memberof ClubPlayerBookingsPagination
|
|
1225
|
-
*/
|
|
1226
|
-
'totalPages': number;
|
|
1227
|
-
/**
|
|
1228
|
-
* Existence d\'une page suivante
|
|
1229
|
-
* @type {boolean}
|
|
1230
|
-
* @memberof ClubPlayerBookingsPagination
|
|
1231
|
-
*/
|
|
1232
|
-
'hasMore': boolean;
|
|
1233
|
-
}
|
|
1234
|
-
/**
|
|
1235
|
-
*
|
|
1236
|
-
* @export
|
|
1237
|
-
* @interface ClubPlayerBookingsResponse
|
|
1238
|
-
*/
|
|
1239
|
-
export interface ClubPlayerBookingsResponse {
|
|
1240
|
-
/**
|
|
1241
|
-
* Réservations à venir
|
|
1242
|
-
* @type {Array<ClubPlayerBookingItem>}
|
|
1243
|
-
* @memberof ClubPlayerBookingsResponse
|
|
1244
|
-
*/
|
|
1245
|
-
'upcomingBookings': Array<ClubPlayerBookingItem>;
|
|
1246
|
-
/**
|
|
1247
|
-
* Réservations passées
|
|
1248
|
-
* @type {Array<ClubPlayerBookingItem>}
|
|
1249
|
-
* @memberof ClubPlayerBookingsResponse
|
|
1250
|
-
*/
|
|
1251
|
-
'pastBookings': Array<ClubPlayerBookingItem>;
|
|
1252
|
-
/**
|
|
1253
|
-
*
|
|
1254
|
-
* @type {ClubPlayerBookingsPagination}
|
|
1255
|
-
* @memberof ClubPlayerBookingsResponse
|
|
1256
|
-
*/
|
|
1257
|
-
'pastPagination'?: ClubPlayerBookingsPagination;
|
|
1258
|
-
}
|
|
1259
|
-
/**
|
|
1260
|
-
*
|
|
1261
|
-
* @export
|
|
1262
|
-
* @interface ClubPlayerDetailResponse
|
|
1263
|
-
*/
|
|
1264
|
-
export interface ClubPlayerDetailResponse {
|
|
1265
|
-
/**
|
|
1266
|
-
* ID du joueur
|
|
1267
|
-
* @type {string}
|
|
1268
|
-
* @memberof ClubPlayerDetailResponse
|
|
1269
|
-
*/
|
|
1270
|
-
'id': string;
|
|
1271
|
-
/**
|
|
1272
|
-
* Nom complet
|
|
1273
|
-
* @type {string}
|
|
1274
|
-
* @memberof ClubPlayerDetailResponse
|
|
1275
|
-
*/
|
|
1276
|
-
'name': string;
|
|
1277
|
-
/**
|
|
1278
|
-
* Prénom
|
|
1279
|
-
* @type {string}
|
|
1280
|
-
* @memberof ClubPlayerDetailResponse
|
|
1281
|
-
*/
|
|
1282
|
-
'firstName': string;
|
|
1283
|
-
/**
|
|
1284
|
-
* Nom
|
|
1285
|
-
* @type {string}
|
|
1286
|
-
* @memberof ClubPlayerDetailResponse
|
|
1287
|
-
*/
|
|
1288
|
-
'lastName': string;
|
|
1289
|
-
/**
|
|
1290
|
-
* Email
|
|
1291
|
-
* @type {string}
|
|
1292
|
-
* @memberof ClubPlayerDetailResponse
|
|
1293
|
-
*/
|
|
1294
|
-
'email': string;
|
|
1295
|
-
/**
|
|
1296
|
-
* Numéro de téléphone
|
|
1297
|
-
* @type {string}
|
|
1298
|
-
* @memberof ClubPlayerDetailResponse
|
|
1299
|
-
*/
|
|
1300
|
-
'phoneNumber': string | null;
|
|
1301
|
-
/**
|
|
1302
|
-
* URL de la photo de profil
|
|
1303
|
-
* @type {string}
|
|
1304
|
-
* @memberof ClubPlayerDetailResponse
|
|
1305
|
-
*/
|
|
1306
|
-
'profilePictureUrl': string | null;
|
|
1307
|
-
/**
|
|
1308
|
-
* Compte vérifié
|
|
1309
|
-
* @type {boolean}
|
|
1310
|
-
* @memberof ClubPlayerDetailResponse
|
|
1311
|
-
*/
|
|
1312
|
-
'isAccountVerified': boolean;
|
|
1313
|
-
/**
|
|
1314
|
-
* Abonnements au club courant
|
|
1315
|
-
* @type {Array<ClubPlayerSubscriptionSummary>}
|
|
1316
|
-
* @memberof ClubPlayerDetailResponse
|
|
1317
|
-
*/
|
|
1318
|
-
'subscriptionsToMyClub': Array<ClubPlayerSubscriptionSummary>;
|
|
1319
|
-
/**
|
|
1320
|
-
* Description du profil
|
|
1321
|
-
* @type {string}
|
|
1322
|
-
* @memberof ClubPlayerDetailResponse
|
|
1323
|
-
*/
|
|
1324
|
-
'profileDescription': string | null;
|
|
1325
|
-
/**
|
|
1326
|
-
* Genre
|
|
1327
|
-
* @type {string}
|
|
1328
|
-
* @memberof ClubPlayerDetailResponse
|
|
1329
|
-
*/
|
|
1330
|
-
'gender': string | null;
|
|
1331
|
-
/**
|
|
1332
|
-
* Ville
|
|
1333
|
-
* @type {string}
|
|
1334
|
-
* @memberof ClubPlayerDetailResponse
|
|
1335
|
-
*/
|
|
1336
|
-
'city': string | null;
|
|
1337
|
-
/**
|
|
1338
|
-
* Niveaux par sport
|
|
1339
|
-
* @type {Array<ClubPlayerDetailResponseSportsLevelsInner>}
|
|
1340
|
-
* @memberof ClubPlayerDetailResponse
|
|
1341
|
-
*/
|
|
1342
|
-
'sportsLevels': Array<ClubPlayerDetailResponseSportsLevelsInner>;
|
|
1343
|
-
/**
|
|
1344
|
-
* Date de naissance
|
|
1345
|
-
* @type {string}
|
|
1346
|
-
* @memberof ClubPlayerDetailResponse
|
|
1347
|
-
*/
|
|
1348
|
-
'birthDate': string | null;
|
|
1349
|
-
}
|
|
1350
|
-
/**
|
|
1351
|
-
*
|
|
1352
|
-
* @export
|
|
1353
|
-
* @interface ClubPlayerDetailResponseSportsLevelsInner
|
|
1354
|
-
*/
|
|
1355
|
-
export interface ClubPlayerDetailResponseSportsLevelsInner {
|
|
1356
|
-
/**
|
|
1357
|
-
*
|
|
1358
|
-
* @type {string}
|
|
1359
|
-
* @memberof ClubPlayerDetailResponseSportsLevelsInner
|
|
1360
|
-
*/
|
|
1361
|
-
'level': string | null;
|
|
1362
|
-
/**
|
|
1363
|
-
*
|
|
1364
|
-
* @type {string}
|
|
1365
|
-
* @memberof ClubPlayerDetailResponseSportsLevelsInner
|
|
1366
|
-
*/
|
|
1367
|
-
'sport': string | null;
|
|
1368
|
-
}
|
|
1369
|
-
/**
|
|
1370
|
-
*
|
|
1371
|
-
* @export
|
|
1372
|
-
* @interface ClubPlayerResponse
|
|
1373
|
-
*/
|
|
1374
|
-
export interface ClubPlayerResponse {
|
|
1375
|
-
/**
|
|
1376
|
-
* ID de l\'utilisateur
|
|
1377
|
-
* @type {string}
|
|
1378
|
-
* @memberof ClubPlayerResponse
|
|
1379
|
-
*/
|
|
1380
|
-
'id': string;
|
|
1381
|
-
/**
|
|
1382
|
-
* Prénom
|
|
1383
|
-
* @type {string}
|
|
1384
|
-
* @memberof ClubPlayerResponse
|
|
1302
|
+
* @memberof ClubPlayerResponse
|
|
1385
1303
|
*/
|
|
1386
1304
|
'firstName': string;
|
|
1387
1305
|
/**
|
|
@@ -1427,382 +1345,6 @@ export interface ClubPlayerResponse {
|
|
|
1427
1345
|
*/
|
|
1428
1346
|
'isSubscribedToClub': boolean;
|
|
1429
1347
|
}
|
|
1430
|
-
/**
|
|
1431
|
-
*
|
|
1432
|
-
* @export
|
|
1433
|
-
* @interface ClubPlayerStatisticsResponse
|
|
1434
|
-
*/
|
|
1435
|
-
export interface ClubPlayerStatisticsResponse {
|
|
1436
|
-
/**
|
|
1437
|
-
* Nombre total de réservations (tous clubs confondus)
|
|
1438
|
-
* @type {number}
|
|
1439
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1440
|
-
*/
|
|
1441
|
-
'totalBookings': number;
|
|
1442
|
-
/**
|
|
1443
|
-
* Nombre total de réservations dans le club courant
|
|
1444
|
-
* @type {number}
|
|
1445
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1446
|
-
*/
|
|
1447
|
-
'totalBookingsInMyClub': number;
|
|
1448
|
-
/**
|
|
1449
|
-
* Somme totale dépensée dans le club courant (centimes)
|
|
1450
|
-
* @type {number}
|
|
1451
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1452
|
-
*/
|
|
1453
|
-
'totalSpentAmount': number;
|
|
1454
|
-
/**
|
|
1455
|
-
* Sport le plus pratiqué dans le club courant
|
|
1456
|
-
* @type {string}
|
|
1457
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1458
|
-
*/
|
|
1459
|
-
'favoriteSport': string | null;
|
|
1460
|
-
/**
|
|
1461
|
-
* Temps moyen entre la réservation et le début du créneau (heures)
|
|
1462
|
-
* @type {number}
|
|
1463
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1464
|
-
*/
|
|
1465
|
-
'averageBookingLeadTimeHours': number | null;
|
|
1466
|
-
/**
|
|
1467
|
-
* Taux d\'annulation dans le club courant (0-1)
|
|
1468
|
-
* @type {number}
|
|
1469
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1470
|
-
*/
|
|
1471
|
-
'bookingCancellationRate': number;
|
|
1472
|
-
/**
|
|
1473
|
-
* Nombre d\'abonnements actifs au club courant
|
|
1474
|
-
* @type {number}
|
|
1475
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1476
|
-
*/
|
|
1477
|
-
'activeSubscriptionsToMyClub': number;
|
|
1478
|
-
/**
|
|
1479
|
-
* Heure de créneau favorite dans le club courant (format HH:00)
|
|
1480
|
-
* @type {string}
|
|
1481
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1482
|
-
*/
|
|
1483
|
-
'favoriteTimeSlot': string | null;
|
|
1484
|
-
/**
|
|
1485
|
-
*
|
|
1486
|
-
* @type {ClubPlayerStatisticsResponseFavoriteClub}
|
|
1487
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1488
|
-
*/
|
|
1489
|
-
'favoriteClub': ClubPlayerStatisticsResponseFavoriteClub | null;
|
|
1490
|
-
/**
|
|
1491
|
-
*
|
|
1492
|
-
* @type {ClubPlayerStatisticsResponseMostPlayedClub}
|
|
1493
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1494
|
-
*/
|
|
1495
|
-
'mostPlayedClub': ClubPlayerStatisticsResponseMostPlayedClub | null;
|
|
1496
|
-
/**
|
|
1497
|
-
* Évolution quotidienne des montants dépensés ce mois-ci
|
|
1498
|
-
* @type {Array<ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner>}
|
|
1499
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1500
|
-
*/
|
|
1501
|
-
'bookingAmountEvolutionThisMonth': Array<ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner>;
|
|
1502
|
-
/**
|
|
1503
|
-
* Joueurs les plus joués dans le club courant
|
|
1504
|
-
* @type {Array<ClubPlayerStatisticsResponseMostPlayedPartnersInner>}
|
|
1505
|
-
* @memberof ClubPlayerStatisticsResponse
|
|
1506
|
-
*/
|
|
1507
|
-
'mostPlayedPartners': Array<ClubPlayerStatisticsResponseMostPlayedPartnersInner>;
|
|
1508
|
-
}
|
|
1509
|
-
/**
|
|
1510
|
-
*
|
|
1511
|
-
* @export
|
|
1512
|
-
* @interface ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner
|
|
1513
|
-
*/
|
|
1514
|
-
export interface ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner {
|
|
1515
|
-
/**
|
|
1516
|
-
*
|
|
1517
|
-
* @type {number}
|
|
1518
|
-
* @memberof ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner
|
|
1519
|
-
*/
|
|
1520
|
-
'amount': number;
|
|
1521
|
-
/**
|
|
1522
|
-
*
|
|
1523
|
-
* @type {number}
|
|
1524
|
-
* @memberof ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner
|
|
1525
|
-
*/
|
|
1526
|
-
'day': number;
|
|
1527
|
-
}
|
|
1528
|
-
/**
|
|
1529
|
-
* Club favori selon le profil utilisateur
|
|
1530
|
-
* @export
|
|
1531
|
-
* @interface ClubPlayerStatisticsResponseFavoriteClub
|
|
1532
|
-
*/
|
|
1533
|
-
export interface ClubPlayerStatisticsResponseFavoriteClub {
|
|
1534
|
-
/**
|
|
1535
|
-
*
|
|
1536
|
-
* @type {string}
|
|
1537
|
-
* @memberof ClubPlayerStatisticsResponseFavoriteClub
|
|
1538
|
-
*/
|
|
1539
|
-
'name': string | null;
|
|
1540
|
-
/**
|
|
1541
|
-
*
|
|
1542
|
-
* @type {string}
|
|
1543
|
-
* @memberof ClubPlayerStatisticsResponseFavoriteClub
|
|
1544
|
-
*/
|
|
1545
|
-
'clubId': string;
|
|
1546
|
-
}
|
|
1547
|
-
/**
|
|
1548
|
-
* Club où le joueur a le plus joué
|
|
1549
|
-
* @export
|
|
1550
|
-
* @interface ClubPlayerStatisticsResponseMostPlayedClub
|
|
1551
|
-
*/
|
|
1552
|
-
export interface ClubPlayerStatisticsResponseMostPlayedClub {
|
|
1553
|
-
/**
|
|
1554
|
-
*
|
|
1555
|
-
* @type {number}
|
|
1556
|
-
* @memberof ClubPlayerStatisticsResponseMostPlayedClub
|
|
1557
|
-
*/
|
|
1558
|
-
'bookingsCount': number;
|
|
1559
|
-
/**
|
|
1560
|
-
*
|
|
1561
|
-
* @type {string}
|
|
1562
|
-
* @memberof ClubPlayerStatisticsResponseMostPlayedClub
|
|
1563
|
-
*/
|
|
1564
|
-
'name': string | null;
|
|
1565
|
-
/**
|
|
1566
|
-
*
|
|
1567
|
-
* @type {string}
|
|
1568
|
-
* @memberof ClubPlayerStatisticsResponseMostPlayedClub
|
|
1569
|
-
*/
|
|
1570
|
-
'clubId': string;
|
|
1571
|
-
}
|
|
1572
|
-
/**
|
|
1573
|
-
*
|
|
1574
|
-
* @export
|
|
1575
|
-
* @interface ClubPlayerStatisticsResponseMostPlayedPartnersInner
|
|
1576
|
-
*/
|
|
1577
|
-
export interface ClubPlayerStatisticsResponseMostPlayedPartnersInner {
|
|
1578
|
-
/**
|
|
1579
|
-
*
|
|
1580
|
-
* @type {number}
|
|
1581
|
-
* @memberof ClubPlayerStatisticsResponseMostPlayedPartnersInner
|
|
1582
|
-
*/
|
|
1583
|
-
'bookingsTogether': number;
|
|
1584
|
-
/**
|
|
1585
|
-
*
|
|
1586
|
-
* @type {string}
|
|
1587
|
-
* @memberof ClubPlayerStatisticsResponseMostPlayedPartnersInner
|
|
1588
|
-
*/
|
|
1589
|
-
'lastName': string | null;
|
|
1590
|
-
/**
|
|
1591
|
-
*
|
|
1592
|
-
* @type {string}
|
|
1593
|
-
* @memberof ClubPlayerStatisticsResponseMostPlayedPartnersInner
|
|
1594
|
-
*/
|
|
1595
|
-
'firstName': string | null;
|
|
1596
|
-
/**
|
|
1597
|
-
*
|
|
1598
|
-
* @type {string}
|
|
1599
|
-
* @memberof ClubPlayerStatisticsResponseMostPlayedPartnersInner
|
|
1600
|
-
*/
|
|
1601
|
-
'userId': string;
|
|
1602
|
-
}
|
|
1603
|
-
/**
|
|
1604
|
-
*
|
|
1605
|
-
* @export
|
|
1606
|
-
* @interface ClubPlayerSubscriptionSummary
|
|
1607
|
-
*/
|
|
1608
|
-
export interface ClubPlayerSubscriptionSummary {
|
|
1609
|
-
/**
|
|
1610
|
-
* ID du plan d\'abonnement
|
|
1611
|
-
* @type {string}
|
|
1612
|
-
* @memberof ClubPlayerSubscriptionSummary
|
|
1613
|
-
*/
|
|
1614
|
-
'id': string;
|
|
1615
|
-
/**
|
|
1616
|
-
* Nom du plan
|
|
1617
|
-
* @type {string}
|
|
1618
|
-
* @memberof ClubPlayerSubscriptionSummary
|
|
1619
|
-
*/
|
|
1620
|
-
'name': string | null;
|
|
1621
|
-
/**
|
|
1622
|
-
* Montant en centimes
|
|
1623
|
-
* @type {number}
|
|
1624
|
-
* @memberof ClubPlayerSubscriptionSummary
|
|
1625
|
-
*/
|
|
1626
|
-
'amountInCents': number | null;
|
|
1627
|
-
/**
|
|
1628
|
-
* Devise
|
|
1629
|
-
* @type {string}
|
|
1630
|
-
* @memberof ClubPlayerSubscriptionSummary
|
|
1631
|
-
*/
|
|
1632
|
-
'currency': string | null;
|
|
1633
|
-
/**
|
|
1634
|
-
* Intervalle de facturation
|
|
1635
|
-
* @type {string}
|
|
1636
|
-
* @memberof ClubPlayerSubscriptionSummary
|
|
1637
|
-
*/
|
|
1638
|
-
'interval': string | null;
|
|
1639
|
-
}
|
|
1640
|
-
/**
|
|
1641
|
-
*
|
|
1642
|
-
* @export
|
|
1643
|
-
* @interface ClubPresentationSettingsResponse
|
|
1644
|
-
*/
|
|
1645
|
-
export interface ClubPresentationSettingsResponse {
|
|
1646
|
-
/**
|
|
1647
|
-
*
|
|
1648
|
-
* @type {string}
|
|
1649
|
-
* @memberof ClubPresentationSettingsResponse
|
|
1650
|
-
*/
|
|
1651
|
-
'description'?: string;
|
|
1652
|
-
/**
|
|
1653
|
-
*
|
|
1654
|
-
* @type {Array<string>}
|
|
1655
|
-
* @memberof ClubPresentationSettingsResponse
|
|
1656
|
-
*/
|
|
1657
|
-
'tags': Array<string>;
|
|
1658
|
-
/**
|
|
1659
|
-
*
|
|
1660
|
-
* @type {Array<string>}
|
|
1661
|
-
* @memberof ClubPresentationSettingsResponse
|
|
1662
|
-
*/
|
|
1663
|
-
'bannerImages': Array<string>;
|
|
1664
|
-
/**
|
|
1665
|
-
*
|
|
1666
|
-
* @type {Array<string>}
|
|
1667
|
-
* @memberof ClubPresentationSettingsResponse
|
|
1668
|
-
*/
|
|
1669
|
-
'galleryImages': Array<string>;
|
|
1670
|
-
}
|
|
1671
|
-
/**
|
|
1672
|
-
*
|
|
1673
|
-
* @export
|
|
1674
|
-
* @interface ClubPricingPeriodResponse
|
|
1675
|
-
*/
|
|
1676
|
-
export interface ClubPricingPeriodResponse {
|
|
1677
|
-
/**
|
|
1678
|
-
*
|
|
1679
|
-
* @type {string}
|
|
1680
|
-
* @memberof ClubPricingPeriodResponse
|
|
1681
|
-
*/
|
|
1682
|
-
'id': string;
|
|
1683
|
-
/**
|
|
1684
|
-
*
|
|
1685
|
-
* @type {string}
|
|
1686
|
-
* @memberof ClubPricingPeriodResponse
|
|
1687
|
-
*/
|
|
1688
|
-
'name': string;
|
|
1689
|
-
/**
|
|
1690
|
-
*
|
|
1691
|
-
* @type {Array<string>}
|
|
1692
|
-
* @memberof ClubPricingPeriodResponse
|
|
1693
|
-
*/
|
|
1694
|
-
'days': Array<string>;
|
|
1695
|
-
/**
|
|
1696
|
-
*
|
|
1697
|
-
* @type {string}
|
|
1698
|
-
* @memberof ClubPricingPeriodResponse
|
|
1699
|
-
*/
|
|
1700
|
-
'startTime': string;
|
|
1701
|
-
/**
|
|
1702
|
-
*
|
|
1703
|
-
* @type {string}
|
|
1704
|
-
* @memberof ClubPricingPeriodResponse
|
|
1705
|
-
*/
|
|
1706
|
-
'endTime': string;
|
|
1707
|
-
/**
|
|
1708
|
-
*
|
|
1709
|
-
* @type {number}
|
|
1710
|
-
* @memberof ClubPricingPeriodResponse
|
|
1711
|
-
*/
|
|
1712
|
-
'variation': number;
|
|
1713
|
-
}
|
|
1714
|
-
/**
|
|
1715
|
-
*
|
|
1716
|
-
* @export
|
|
1717
|
-
* @interface ClubReservationAccessSettingsResponse
|
|
1718
|
-
*/
|
|
1719
|
-
export interface ClubReservationAccessSettingsResponse {
|
|
1720
|
-
/**
|
|
1721
|
-
*
|
|
1722
|
-
* @type {PublicAccessSettings}
|
|
1723
|
-
* @memberof ClubReservationAccessSettingsResponse
|
|
1724
|
-
*/
|
|
1725
|
-
'publicAccess': PublicAccessSettings;
|
|
1726
|
-
/**
|
|
1727
|
-
*
|
|
1728
|
-
* @type {SchoolAccessSettings}
|
|
1729
|
-
* @memberof ClubReservationAccessSettingsResponse
|
|
1730
|
-
*/
|
|
1731
|
-
'schoolAccess': SchoolAccessSettings;
|
|
1732
|
-
/**
|
|
1733
|
-
*
|
|
1734
|
-
* @type {HotelAccessSettings}
|
|
1735
|
-
* @memberof ClubReservationAccessSettingsResponse
|
|
1736
|
-
*/
|
|
1737
|
-
'hotelAccess': HotelAccessSettings;
|
|
1738
|
-
/**
|
|
1739
|
-
*
|
|
1740
|
-
* @type {PaymentRequirementsSettings}
|
|
1741
|
-
* @memberof ClubReservationAccessSettingsResponse
|
|
1742
|
-
*/
|
|
1743
|
-
'paymentRequirements': PaymentRequirementsSettings;
|
|
1744
|
-
}
|
|
1745
|
-
/**
|
|
1746
|
-
*
|
|
1747
|
-
* @export
|
|
1748
|
-
* @interface ClubReservationSettingsResponse
|
|
1749
|
-
*/
|
|
1750
|
-
export interface ClubReservationSettingsResponse {
|
|
1751
|
-
/**
|
|
1752
|
-
*
|
|
1753
|
-
* @type {number}
|
|
1754
|
-
* @memberof ClubReservationSettingsResponse
|
|
1755
|
-
*/
|
|
1756
|
-
'slotDuration': number;
|
|
1757
|
-
/**
|
|
1758
|
-
*
|
|
1759
|
-
* @type {number}
|
|
1760
|
-
* @memberof ClubReservationSettingsResponse
|
|
1761
|
-
*/
|
|
1762
|
-
'slotPrice': number;
|
|
1763
|
-
/**
|
|
1764
|
-
*
|
|
1765
|
-
* @type {number}
|
|
1766
|
-
* @memberof ClubReservationSettingsResponse
|
|
1767
|
-
*/
|
|
1768
|
-
'maxReservations': number | null;
|
|
1769
|
-
/**
|
|
1770
|
-
*
|
|
1771
|
-
* @type {boolean}
|
|
1772
|
-
* @memberof ClubReservationSettingsResponse
|
|
1773
|
-
*/
|
|
1774
|
-
'unlimitedReservations': boolean;
|
|
1775
|
-
/**
|
|
1776
|
-
*
|
|
1777
|
-
* @type {number}
|
|
1778
|
-
* @memberof ClubReservationSettingsResponse
|
|
1779
|
-
*/
|
|
1780
|
-
'cancellationDelay': number;
|
|
1781
|
-
/**
|
|
1782
|
-
*
|
|
1783
|
-
* @type {number}
|
|
1784
|
-
* @memberof ClubReservationSettingsResponse
|
|
1785
|
-
*/
|
|
1786
|
-
'bookingPeriod': number;
|
|
1787
|
-
/**
|
|
1788
|
-
*
|
|
1789
|
-
* @type {number}
|
|
1790
|
-
* @memberof ClubReservationSettingsResponse
|
|
1791
|
-
*/
|
|
1792
|
-
'limitMultipleReservations': number | null;
|
|
1793
|
-
/**
|
|
1794
|
-
*
|
|
1795
|
-
* @type {boolean}
|
|
1796
|
-
* @memberof ClubReservationSettingsResponse
|
|
1797
|
-
*/
|
|
1798
|
-
'allowMultipleReservations': boolean;
|
|
1799
|
-
/**
|
|
1800
|
-
*
|
|
1801
|
-
* @type {ClubReservationAccessSettingsResponse}
|
|
1802
|
-
* @memberof ClubReservationSettingsResponse
|
|
1803
|
-
*/
|
|
1804
|
-
'accessSettings': ClubReservationAccessSettingsResponse;
|
|
1805
|
-
}
|
|
1806
1348
|
/**
|
|
1807
1349
|
*
|
|
1808
1350
|
* @export
|
|
@@ -1886,13 +1428,37 @@ export interface ClubResponse {
|
|
|
1886
1428
|
* @type {boolean}
|
|
1887
1429
|
* @memberof ClubResponse
|
|
1888
1430
|
*/
|
|
1889
|
-
'isNoShowEnabled'?: boolean;
|
|
1431
|
+
'isNoShowEnabled'?: boolean;
|
|
1432
|
+
/**
|
|
1433
|
+
* Liste des sports proposés par le club (identifiés par leur clé)
|
|
1434
|
+
* @type {Array<string>}
|
|
1435
|
+
* @memberof ClubResponse
|
|
1436
|
+
*/
|
|
1437
|
+
'sports'?: Array<string>;
|
|
1438
|
+
/**
|
|
1439
|
+
* Autoriser plusieurs réservations en même temps
|
|
1440
|
+
* @type {boolean}
|
|
1441
|
+
* @memberof ClubResponse
|
|
1442
|
+
*/
|
|
1443
|
+
'allowMultipleBookingsAtTheSameTime'?: boolean | null;
|
|
1444
|
+
/**
|
|
1445
|
+
* Limite de réservations simultanées (même créneau)
|
|
1446
|
+
* @type {number}
|
|
1447
|
+
* @memberof ClubResponse
|
|
1448
|
+
*/
|
|
1449
|
+
'sameTimeBookingsLimit'?: number | null;
|
|
1450
|
+
/**
|
|
1451
|
+
* Limite d\'annulation en heures
|
|
1452
|
+
* @type {number}
|
|
1453
|
+
* @memberof ClubResponse
|
|
1454
|
+
*/
|
|
1455
|
+
'cancellationLimitHours'?: number | null;
|
|
1890
1456
|
/**
|
|
1891
|
-
*
|
|
1892
|
-
* @type {
|
|
1457
|
+
* Nombre maximum de réservations par semaine
|
|
1458
|
+
* @type {number}
|
|
1893
1459
|
* @memberof ClubResponse
|
|
1894
1460
|
*/
|
|
1895
|
-
'
|
|
1461
|
+
'maxWeeklyBookings'?: number | null;
|
|
1896
1462
|
/**
|
|
1897
1463
|
*
|
|
1898
1464
|
* @type {ClubResponseCreatedAt}
|
|
@@ -2054,19 +1620,13 @@ export interface ClubSettingsResponse {
|
|
|
2054
1620
|
* @type {number}
|
|
2055
1621
|
* @memberof ClubSettingsResponse
|
|
2056
1622
|
*/
|
|
2057
|
-
'maxWeeklyBookings': number
|
|
2058
|
-
/**
|
|
2059
|
-
* Autoriser plusieurs réservations en même temps
|
|
2060
|
-
* @type {boolean}
|
|
2061
|
-
* @memberof ClubSettingsResponse
|
|
2062
|
-
*/
|
|
2063
|
-
'allowMultipleBookingsAtTheSameTime': boolean;
|
|
1623
|
+
'maxWeeklyBookings': number;
|
|
2064
1624
|
/**
|
|
2065
1625
|
* Limite de réservations simultanées
|
|
2066
1626
|
* @type {number}
|
|
2067
1627
|
* @memberof ClubSettingsResponse
|
|
2068
1628
|
*/
|
|
2069
|
-
'sameTimeBookingsLimit'?: number
|
|
1629
|
+
'sameTimeBookingsLimit'?: number;
|
|
2070
1630
|
/**
|
|
2071
1631
|
* Limite d\'annulation en heures
|
|
2072
1632
|
* @type {number}
|
|
@@ -2185,87 +1745,6 @@ export interface ClubUserCountResponse {
|
|
|
2185
1745
|
*/
|
|
2186
1746
|
'count': number;
|
|
2187
1747
|
}
|
|
2188
|
-
/**
|
|
2189
|
-
*
|
|
2190
|
-
* @export
|
|
2191
|
-
* @interface ClubWeeklySchedule
|
|
2192
|
-
*/
|
|
2193
|
-
export interface ClubWeeklySchedule {
|
|
2194
|
-
/**
|
|
2195
|
-
*
|
|
2196
|
-
* @type {ClubDaySchedule}
|
|
2197
|
-
* @memberof ClubWeeklySchedule
|
|
2198
|
-
*/
|
|
2199
|
-
'dimanche': ClubDaySchedule | null;
|
|
2200
|
-
/**
|
|
2201
|
-
*
|
|
2202
|
-
* @type {ClubDaySchedule}
|
|
2203
|
-
* @memberof ClubWeeklySchedule
|
|
2204
|
-
*/
|
|
2205
|
-
'samedi': ClubDaySchedule | null;
|
|
2206
|
-
/**
|
|
2207
|
-
*
|
|
2208
|
-
* @type {ClubDaySchedule}
|
|
2209
|
-
* @memberof ClubWeeklySchedule
|
|
2210
|
-
*/
|
|
2211
|
-
'vendredi': ClubDaySchedule | null;
|
|
2212
|
-
/**
|
|
2213
|
-
*
|
|
2214
|
-
* @type {ClubDaySchedule}
|
|
2215
|
-
* @memberof ClubWeeklySchedule
|
|
2216
|
-
*/
|
|
2217
|
-
'jeudi': ClubDaySchedule | null;
|
|
2218
|
-
/**
|
|
2219
|
-
*
|
|
2220
|
-
* @type {ClubDaySchedule}
|
|
2221
|
-
* @memberof ClubWeeklySchedule
|
|
2222
|
-
*/
|
|
2223
|
-
'mercredi': ClubDaySchedule | null;
|
|
2224
|
-
/**
|
|
2225
|
-
*
|
|
2226
|
-
* @type {ClubDaySchedule}
|
|
2227
|
-
* @memberof ClubWeeklySchedule
|
|
2228
|
-
*/
|
|
2229
|
-
'mardi': ClubDaySchedule | null;
|
|
2230
|
-
/**
|
|
2231
|
-
*
|
|
2232
|
-
* @type {ClubDaySchedule}
|
|
2233
|
-
* @memberof ClubWeeklySchedule
|
|
2234
|
-
*/
|
|
2235
|
-
'lundi': ClubDaySchedule | null;
|
|
2236
|
-
}
|
|
2237
|
-
/**
|
|
2238
|
-
*
|
|
2239
|
-
* @export
|
|
2240
|
-
* @interface ConfirmPaymentMethodRequestBody
|
|
2241
|
-
*/
|
|
2242
|
-
export interface ConfirmPaymentMethodRequestBody {
|
|
2243
|
-
/**
|
|
2244
|
-
*
|
|
2245
|
-
* @type {string}
|
|
2246
|
-
* @memberof ConfirmPaymentMethodRequestBody
|
|
2247
|
-
*/
|
|
2248
|
-
'setupIntentId': string;
|
|
2249
|
-
}
|
|
2250
|
-
/**
|
|
2251
|
-
*
|
|
2252
|
-
* @export
|
|
2253
|
-
* @interface ConfirmPaymentMethodResponse
|
|
2254
|
-
*/
|
|
2255
|
-
export interface ConfirmPaymentMethodResponse {
|
|
2256
|
-
/**
|
|
2257
|
-
*
|
|
2258
|
-
* @type {string}
|
|
2259
|
-
* @memberof ConfirmPaymentMethodResponse
|
|
2260
|
-
*/
|
|
2261
|
-
'message': string;
|
|
2262
|
-
/**
|
|
2263
|
-
*
|
|
2264
|
-
* @type {string}
|
|
2265
|
-
* @memberof ConfirmPaymentMethodResponse
|
|
2266
|
-
*/
|
|
2267
|
-
'paymentMethodId'?: string | null;
|
|
2268
|
-
}
|
|
2269
1748
|
/**
|
|
2270
1749
|
*
|
|
2271
1750
|
* @export
|
|
@@ -2424,10 +1903,10 @@ export type CourtStatus = typeof CourtStatus[keyof typeof CourtStatus];
|
|
|
2424
1903
|
export interface CreateBookingRequest {
|
|
2425
1904
|
/**
|
|
2426
1905
|
* ID du créneau à réserver
|
|
2427
|
-
* @type {string}
|
|
1906
|
+
* @type {Array<string>}
|
|
2428
1907
|
* @memberof CreateBookingRequest
|
|
2429
1908
|
*/
|
|
2430
|
-
'
|
|
1909
|
+
'slotIds': Array<string>;
|
|
2431
1910
|
/**
|
|
2432
1911
|
* Liste des joueurs avec leurs méthodes de paiement
|
|
2433
1912
|
* @type {Array<PlayerWithPaymentMethod>}
|
|
@@ -2520,7 +1999,7 @@ export interface CreateClubSettingsRequest {
|
|
|
2520
1999
|
* @type {number}
|
|
2521
2000
|
* @memberof CreateClubSettingsRequest
|
|
2522
2001
|
*/
|
|
2523
|
-
'maxWeeklyBookings'?: number
|
|
2002
|
+
'maxWeeklyBookings'?: number;
|
|
2524
2003
|
/**
|
|
2525
2004
|
* Autoriser plusieurs réservations en même temps
|
|
2526
2005
|
* @type {boolean}
|
|
@@ -2532,7 +2011,7 @@ export interface CreateClubSettingsRequest {
|
|
|
2532
2011
|
* @type {number}
|
|
2533
2012
|
* @memberof CreateClubSettingsRequest
|
|
2534
2013
|
*/
|
|
2535
|
-
'sameTimeBookingsLimit'?: number
|
|
2014
|
+
'sameTimeBookingsLimit'?: number;
|
|
2536
2015
|
/**
|
|
2537
2016
|
* Limite d\'annulation en heures
|
|
2538
2017
|
* @type {number}
|
|
@@ -2670,10 +2149,10 @@ export interface CreateEventRequest {
|
|
|
2670
2149
|
'endDate': string;
|
|
2671
2150
|
/**
|
|
2672
2151
|
*
|
|
2673
|
-
* @type {Array<
|
|
2152
|
+
* @type {Array<EventResponseCourtsInner>}
|
|
2674
2153
|
* @memberof CreateEventRequest
|
|
2675
2154
|
*/
|
|
2676
|
-
'courts': Array<
|
|
2155
|
+
'courts': Array<EventResponseCourtsInner>;
|
|
2677
2156
|
/**
|
|
2678
2157
|
*
|
|
2679
2158
|
* @type {Array<string>}
|
|
@@ -2734,12 +2213,6 @@ export interface CreateEventRequest {
|
|
|
2734
2213
|
* @memberof CreateEventRequest
|
|
2735
2214
|
*/
|
|
2736
2215
|
'subscriberPrices'?: Array<SubscriberPrice>;
|
|
2737
|
-
/**
|
|
2738
|
-
*
|
|
2739
|
-
* @type {Array<number>}
|
|
2740
|
-
* @memberof CreateEventRequest
|
|
2741
|
-
*/
|
|
2742
|
-
'levels'?: Array<number>;
|
|
2743
2216
|
/**
|
|
2744
2217
|
*
|
|
2745
2218
|
* @type {string}
|
|
@@ -3164,10 +2637,10 @@ export interface EventResponse {
|
|
|
3164
2637
|
'endDate': string;
|
|
3165
2638
|
/**
|
|
3166
2639
|
*
|
|
3167
|
-
* @type {Array<
|
|
2640
|
+
* @type {Array<EventResponseCourtsInner>}
|
|
3168
2641
|
* @memberof EventResponse
|
|
3169
2642
|
*/
|
|
3170
|
-
'courts': Array<
|
|
2643
|
+
'courts': Array<EventResponseCourtsInner>;
|
|
3171
2644
|
/**
|
|
3172
2645
|
*
|
|
3173
2646
|
* @type {Array<SportWithLevels>}
|
|
@@ -3282,6 +2755,13 @@ export declare const EventResponseVisibilityTypeEnum: {
|
|
|
3282
2755
|
readonly Invitation: "invitation";
|
|
3283
2756
|
};
|
|
3284
2757
|
export type EventResponseVisibilityTypeEnum = typeof EventResponseVisibilityTypeEnum[keyof typeof EventResponseVisibilityTypeEnum];
|
|
2758
|
+
/**
|
|
2759
|
+
*
|
|
2760
|
+
* @export
|
|
2761
|
+
* @interface EventResponseCourtsInner
|
|
2762
|
+
*/
|
|
2763
|
+
export interface EventResponseCourtsInner {
|
|
2764
|
+
}
|
|
3285
2765
|
/**
|
|
3286
2766
|
*
|
|
3287
2767
|
* @export
|
|
@@ -3691,37 +3171,6 @@ export interface GoogleAuthResponseUser {
|
|
|
3691
3171
|
*/
|
|
3692
3172
|
'id': string;
|
|
3693
3173
|
}
|
|
3694
|
-
/**
|
|
3695
|
-
*
|
|
3696
|
-
* @export
|
|
3697
|
-
* @interface HotelAccessSettings
|
|
3698
|
-
*/
|
|
3699
|
-
export interface HotelAccessSettings {
|
|
3700
|
-
/**
|
|
3701
|
-
*
|
|
3702
|
-
* @type {boolean}
|
|
3703
|
-
* @memberof HotelAccessSettings
|
|
3704
|
-
*/
|
|
3705
|
-
'enabled': boolean;
|
|
3706
|
-
/**
|
|
3707
|
-
*
|
|
3708
|
-
* @type {string}
|
|
3709
|
-
* @memberof HotelAccessSettings
|
|
3710
|
-
*/
|
|
3711
|
-
'accessCode'?: string | null;
|
|
3712
|
-
/**
|
|
3713
|
-
*
|
|
3714
|
-
* @type {string}
|
|
3715
|
-
* @memberof HotelAccessSettings
|
|
3716
|
-
*/
|
|
3717
|
-
'validFrom'?: string | null;
|
|
3718
|
-
/**
|
|
3719
|
-
*
|
|
3720
|
-
* @type {string}
|
|
3721
|
-
* @memberof HotelAccessSettings
|
|
3722
|
-
*/
|
|
3723
|
-
'validUntil'?: string | null;
|
|
3724
|
-
}
|
|
3725
3174
|
/**
|
|
3726
3175
|
*
|
|
3727
3176
|
* @export
|
|
@@ -3880,24 +3329,12 @@ export interface IUserAttributes {
|
|
|
3880
3329
|
* @memberof IUserAttributes
|
|
3881
3330
|
*/
|
|
3882
3331
|
'isAccountVerified': boolean;
|
|
3883
|
-
/**
|
|
3884
|
-
*
|
|
3885
|
-
* @type {boolean}
|
|
3886
|
-
* @memberof IUserAttributes
|
|
3887
|
-
*/
|
|
3888
|
-
'isCreditCardRegistered'?: boolean;
|
|
3889
3332
|
/**
|
|
3890
3333
|
*
|
|
3891
3334
|
* @type {Array<ILevelBySports>}
|
|
3892
3335
|
* @memberof IUserAttributes
|
|
3893
3336
|
*/
|
|
3894
3337
|
'levelBySports'?: Array<ILevelBySports>;
|
|
3895
|
-
/**
|
|
3896
|
-
*
|
|
3897
|
-
* @type {string}
|
|
3898
|
-
* @memberof IUserAttributes
|
|
3899
|
-
*/
|
|
3900
|
-
'stripeCustomerId'?: string;
|
|
3901
3338
|
/**
|
|
3902
3339
|
*
|
|
3903
3340
|
* @type {string}
|
|
@@ -3970,30 +3407,6 @@ export interface IUserAttributes {
|
|
|
3970
3407
|
* @memberof IUserAttributes
|
|
3971
3408
|
*/
|
|
3972
3409
|
'isLevelCertified'?: boolean;
|
|
3973
|
-
/**
|
|
3974
|
-
*
|
|
3975
|
-
* @type {Array<string>}
|
|
3976
|
-
* @memberof IUserAttributes
|
|
3977
|
-
*/
|
|
3978
|
-
'paymentMethods'?: Array<string>;
|
|
3979
|
-
/**
|
|
3980
|
-
*
|
|
3981
|
-
* @type {string}
|
|
3982
|
-
* @memberof IUserAttributes
|
|
3983
|
-
*/
|
|
3984
|
-
'defaultPaymentMethodId'?: string;
|
|
3985
|
-
/**
|
|
3986
|
-
*
|
|
3987
|
-
* @type {boolean}
|
|
3988
|
-
* @memberof IUserAttributes
|
|
3989
|
-
*/
|
|
3990
|
-
'paymentMethodSetupCompleted': boolean;
|
|
3991
|
-
/**
|
|
3992
|
-
*
|
|
3993
|
-
* @type {string}
|
|
3994
|
-
* @memberof IUserAttributes
|
|
3995
|
-
*/
|
|
3996
|
-
'setupIntentId'?: string;
|
|
3997
3410
|
/**
|
|
3998
3411
|
*
|
|
3999
3412
|
* @type {Array<string>}
|
|
@@ -4026,6 +3439,12 @@ export interface IUserAttributes {
|
|
|
4026
3439
|
'sports'?: {
|
|
4027
3440
|
[key: string]: any;
|
|
4028
3441
|
};
|
|
3442
|
+
/**
|
|
3443
|
+
*
|
|
3444
|
+
* @type {string}
|
|
3445
|
+
* @memberof IUserAttributes
|
|
3446
|
+
*/
|
|
3447
|
+
'stripeCustomerId'?: string;
|
|
4029
3448
|
}
|
|
4030
3449
|
/**
|
|
4031
3450
|
*
|
|
@@ -4182,6 +3601,22 @@ export interface InvoiceInfo {
|
|
|
4182
3601
|
*/
|
|
4183
3602
|
'status': string;
|
|
4184
3603
|
}
|
|
3604
|
+
/**
|
|
3605
|
+
*
|
|
3606
|
+
* @export
|
|
3607
|
+
* @enum {string}
|
|
3608
|
+
*/
|
|
3609
|
+
export declare const InvoiceStatus: {
|
|
3610
|
+
readonly SetupPending: "setup_pending";
|
|
3611
|
+
readonly SetupSuccess: "setup_success";
|
|
3612
|
+
readonly Pending: "pending";
|
|
3613
|
+
readonly Paid: "paid";
|
|
3614
|
+
readonly Failed: "failed";
|
|
3615
|
+
readonly Authorized: "authorized";
|
|
3616
|
+
readonly Canceled: "canceled";
|
|
3617
|
+
readonly Expired: "expired";
|
|
3618
|
+
};
|
|
3619
|
+
export type InvoiceStatus = typeof InvoiceStatus[keyof typeof InvoiceStatus];
|
|
4185
3620
|
/**
|
|
4186
3621
|
*
|
|
4187
3622
|
* @export
|
|
@@ -4509,267 +3944,105 @@ export interface PartialClubResponse {
|
|
|
4509
3944
|
/**
|
|
4510
3945
|
* Description du club
|
|
4511
3946
|
* @type {string}
|
|
4512
|
-
* @memberof PartialClubResponse
|
|
4513
|
-
*/
|
|
4514
|
-
'description'?: string;
|
|
4515
|
-
/**
|
|
4516
|
-
* Email du club
|
|
4517
|
-
* @type {string}
|
|
4518
|
-
* @memberof PartialClubResponse
|
|
4519
|
-
*/
|
|
4520
|
-
'email'?: string;
|
|
4521
|
-
/**
|
|
4522
|
-
* Téléphone du club
|
|
4523
|
-
* @type {string}
|
|
4524
|
-
* @memberof PartialClubResponse
|
|
4525
|
-
*/
|
|
4526
|
-
'phone'?: string;
|
|
4527
|
-
/**
|
|
4528
|
-
* URL de l\'image du club
|
|
4529
|
-
* @type {string}
|
|
4530
|
-
* @memberof PartialClubResponse
|
|
4531
|
-
*/
|
|
4532
|
-
'picture'?: string;
|
|
4533
|
-
/**
|
|
4534
|
-
*
|
|
4535
|
-
* @type {ClubResponseLocation}
|
|
4536
|
-
* @memberof PartialClubResponse
|
|
4537
|
-
*/
|
|
4538
|
-
'location'?: ClubResponseLocation;
|
|
4539
|
-
/**
|
|
4540
|
-
* Statut d\'activation du club
|
|
4541
|
-
* @type {boolean}
|
|
4542
|
-
* @memberof PartialClubResponse
|
|
4543
|
-
*/
|
|
4544
|
-
'isActive'?: boolean;
|
|
4545
|
-
/**
|
|
4546
|
-
* Indique si le club utilise la fonctionnalité de paiement
|
|
4547
|
-
* @type {boolean}
|
|
4548
|
-
* @memberof PartialClubResponse
|
|
4549
|
-
*/
|
|
4550
|
-
'paymentFeature'?: boolean;
|
|
4551
|
-
/**
|
|
4552
|
-
* ID du compte Stripe du club
|
|
4553
|
-
* @type {string}
|
|
4554
|
-
* @memberof PartialClubResponse
|
|
4555
|
-
*/
|
|
4556
|
-
'stripeAccountId'?: string;
|
|
4557
|
-
/**
|
|
4558
|
-
* URL du dashboard Stripe du club
|
|
4559
|
-
* @type {string}
|
|
4560
|
-
* @memberof PartialClubResponse
|
|
4561
|
-
*/
|
|
4562
|
-
'clubDashBoardUrl'?: string;
|
|
4563
|
-
/**
|
|
4564
|
-
* Indique si la fonctionnalité \"no show\" est activée
|
|
4565
|
-
* @type {boolean}
|
|
4566
|
-
* @memberof PartialClubResponse
|
|
4567
|
-
*/
|
|
4568
|
-
'isNoShowEnabled'?: boolean;
|
|
4569
|
-
/**
|
|
4570
|
-
* Liste des sports proposés par le club (identifiés par leur clé)
|
|
4571
|
-
* @type {Array<string>}
|
|
4572
|
-
* @memberof PartialClubResponse
|
|
4573
|
-
*/
|
|
4574
|
-
'sports'?: Array<string>;
|
|
4575
|
-
/**
|
|
4576
|
-
*
|
|
4577
|
-
* @type {ClubResponseCreatedAt}
|
|
4578
|
-
* @memberof PartialClubResponse
|
|
4579
|
-
*/
|
|
4580
|
-
'createdAt'?: ClubResponseCreatedAt;
|
|
4581
|
-
/**
|
|
4582
|
-
*
|
|
4583
|
-
* @type {ClubResponseUpdatedAt}
|
|
4584
|
-
* @memberof PartialClubResponse
|
|
4585
|
-
*/
|
|
4586
|
-
'updatedAt'?: ClubResponseUpdatedAt;
|
|
4587
|
-
}
|
|
4588
|
-
/**
|
|
4589
|
-
* Make all properties in T optional
|
|
4590
|
-
* @export
|
|
4591
|
-
* @interface PartialClubWeeklySchedule
|
|
4592
|
-
*/
|
|
4593
|
-
export interface PartialClubWeeklySchedule {
|
|
4594
|
-
/**
|
|
4595
|
-
*
|
|
4596
|
-
* @type {ClubDaySchedule}
|
|
4597
|
-
* @memberof PartialClubWeeklySchedule
|
|
4598
|
-
*/
|
|
4599
|
-
'lundi'?: ClubDaySchedule;
|
|
4600
|
-
/**
|
|
4601
|
-
*
|
|
4602
|
-
* @type {ClubDaySchedule}
|
|
4603
|
-
* @memberof PartialClubWeeklySchedule
|
|
4604
|
-
*/
|
|
4605
|
-
'mardi'?: ClubDaySchedule;
|
|
4606
|
-
/**
|
|
4607
|
-
*
|
|
4608
|
-
* @type {ClubDaySchedule}
|
|
4609
|
-
* @memberof PartialClubWeeklySchedule
|
|
4610
|
-
*/
|
|
4611
|
-
'mercredi'?: ClubDaySchedule;
|
|
4612
|
-
/**
|
|
4613
|
-
*
|
|
4614
|
-
* @type {ClubDaySchedule}
|
|
4615
|
-
* @memberof PartialClubWeeklySchedule
|
|
4616
|
-
*/
|
|
4617
|
-
'jeudi'?: ClubDaySchedule;
|
|
4618
|
-
/**
|
|
4619
|
-
*
|
|
4620
|
-
* @type {ClubDaySchedule}
|
|
4621
|
-
* @memberof PartialClubWeeklySchedule
|
|
4622
|
-
*/
|
|
4623
|
-
'vendredi'?: ClubDaySchedule;
|
|
4624
|
-
/**
|
|
4625
|
-
*
|
|
4626
|
-
* @type {ClubDaySchedule}
|
|
4627
|
-
* @memberof PartialClubWeeklySchedule
|
|
4628
|
-
*/
|
|
4629
|
-
'samedi'?: ClubDaySchedule;
|
|
4630
|
-
/**
|
|
4631
|
-
*
|
|
4632
|
-
* @type {ClubDaySchedule}
|
|
4633
|
-
* @memberof PartialClubWeeklySchedule
|
|
4634
|
-
*/
|
|
4635
|
-
'dimanche'?: ClubDaySchedule;
|
|
4636
|
-
}
|
|
4637
|
-
/**
|
|
4638
|
-
* Make all properties in T optional
|
|
4639
|
-
* @export
|
|
4640
|
-
* @interface PartialHotelAccessSettings
|
|
4641
|
-
*/
|
|
4642
|
-
export interface PartialHotelAccessSettings {
|
|
3947
|
+
* @memberof PartialClubResponse
|
|
3948
|
+
*/
|
|
3949
|
+
'description'?: string;
|
|
4643
3950
|
/**
|
|
4644
|
-
*
|
|
3951
|
+
* Email du club
|
|
4645
3952
|
* @type {string}
|
|
4646
|
-
* @memberof
|
|
3953
|
+
* @memberof PartialClubResponse
|
|
4647
3954
|
*/
|
|
4648
|
-
'
|
|
3955
|
+
'email'?: string;
|
|
4649
3956
|
/**
|
|
4650
|
-
*
|
|
3957
|
+
* Téléphone du club
|
|
4651
3958
|
* @type {string}
|
|
4652
|
-
* @memberof
|
|
3959
|
+
* @memberof PartialClubResponse
|
|
4653
3960
|
*/
|
|
4654
|
-
'
|
|
3961
|
+
'phone'?: string;
|
|
4655
3962
|
/**
|
|
4656
|
-
*
|
|
3963
|
+
* URL de l\'image du club
|
|
4657
3964
|
* @type {string}
|
|
4658
|
-
* @memberof
|
|
3965
|
+
* @memberof PartialClubResponse
|
|
4659
3966
|
*/
|
|
4660
|
-
'
|
|
3967
|
+
'picture'?: string;
|
|
4661
3968
|
/**
|
|
4662
3969
|
*
|
|
4663
|
-
* @type {
|
|
4664
|
-
* @memberof
|
|
3970
|
+
* @type {ClubResponseLocation}
|
|
3971
|
+
* @memberof PartialClubResponse
|
|
4665
3972
|
*/
|
|
4666
|
-
'
|
|
4667
|
-
}
|
|
4668
|
-
/**
|
|
4669
|
-
* Make all properties in T optional
|
|
4670
|
-
* @export
|
|
4671
|
-
* @interface PartialPaymentRequirementsSettings
|
|
4672
|
-
*/
|
|
4673
|
-
export interface PartialPaymentRequirementsSettings {
|
|
3973
|
+
'location'?: ClubResponseLocation;
|
|
4674
3974
|
/**
|
|
4675
|
-
*
|
|
3975
|
+
* Statut d\'activation du club
|
|
4676
3976
|
* @type {boolean}
|
|
4677
|
-
* @memberof
|
|
3977
|
+
* @memberof PartialClubResponse
|
|
4678
3978
|
*/
|
|
4679
|
-
'
|
|
3979
|
+
'isActive'?: boolean;
|
|
4680
3980
|
/**
|
|
4681
|
-
*
|
|
3981
|
+
* Indique si le club utilise la fonctionnalité de paiement
|
|
4682
3982
|
* @type {boolean}
|
|
4683
|
-
* @memberof
|
|
3983
|
+
* @memberof PartialClubResponse
|
|
4684
3984
|
*/
|
|
4685
|
-
'
|
|
4686
|
-
}
|
|
4687
|
-
/**
|
|
4688
|
-
* Make all properties in T optional
|
|
4689
|
-
* @export
|
|
4690
|
-
* @interface PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings
|
|
4691
|
-
*/
|
|
4692
|
-
export interface PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings {
|
|
3985
|
+
'paymentFeature'?: boolean;
|
|
4693
3986
|
/**
|
|
4694
|
-
*
|
|
4695
|
-
* @type {
|
|
4696
|
-
* @memberof
|
|
3987
|
+
* ID du compte Stripe du club
|
|
3988
|
+
* @type {string}
|
|
3989
|
+
* @memberof PartialClubResponse
|
|
4697
3990
|
*/
|
|
4698
|
-
'
|
|
3991
|
+
'stripeAccountId'?: string;
|
|
4699
3992
|
/**
|
|
4700
|
-
*
|
|
4701
|
-
* @type {
|
|
4702
|
-
* @memberof
|
|
3993
|
+
* URL du dashboard Stripe du club
|
|
3994
|
+
* @type {string}
|
|
3995
|
+
* @memberof PartialClubResponse
|
|
4703
3996
|
*/
|
|
4704
|
-
'
|
|
3997
|
+
'clubDashBoardUrl'?: string;
|
|
4705
3998
|
/**
|
|
4706
|
-
*
|
|
4707
|
-
* @type {
|
|
4708
|
-
* @memberof
|
|
3999
|
+
* Indique si la fonctionnalité \"no show\" est activée
|
|
4000
|
+
* @type {boolean}
|
|
4001
|
+
* @memberof PartialClubResponse
|
|
4709
4002
|
*/
|
|
4710
|
-
'
|
|
4003
|
+
'isNoShowEnabled'?: boolean;
|
|
4711
4004
|
/**
|
|
4712
|
-
*
|
|
4713
|
-
* @type {
|
|
4714
|
-
* @memberof
|
|
4005
|
+
* Liste des sports proposés par le club (identifiés par leur clé)
|
|
4006
|
+
* @type {Array<string>}
|
|
4007
|
+
* @memberof PartialClubResponse
|
|
4715
4008
|
*/
|
|
4716
|
-
'
|
|
4717
|
-
}
|
|
4718
|
-
/**
|
|
4719
|
-
* Make all properties in T optional
|
|
4720
|
-
* @export
|
|
4721
|
-
* @interface PartialPublicAccessSettings
|
|
4722
|
-
*/
|
|
4723
|
-
export interface PartialPublicAccessSettings {
|
|
4009
|
+
'sports'?: Array<string>;
|
|
4724
4010
|
/**
|
|
4725
|
-
*
|
|
4726
|
-
* @type {
|
|
4727
|
-
* @memberof
|
|
4011
|
+
* Autoriser plusieurs réservations en même temps
|
|
4012
|
+
* @type {boolean}
|
|
4013
|
+
* @memberof PartialClubResponse
|
|
4728
4014
|
*/
|
|
4729
|
-
'
|
|
4015
|
+
'allowMultipleBookingsAtTheSameTime'?: boolean;
|
|
4730
4016
|
/**
|
|
4731
|
-
*
|
|
4017
|
+
* Limite de réservations simultanées (même créneau)
|
|
4732
4018
|
* @type {number}
|
|
4733
|
-
* @memberof
|
|
4019
|
+
* @memberof PartialClubResponse
|
|
4734
4020
|
*/
|
|
4735
|
-
'
|
|
4021
|
+
'sameTimeBookingsLimit'?: number;
|
|
4736
4022
|
/**
|
|
4737
|
-
*
|
|
4738
|
-
* @type {
|
|
4739
|
-
* @memberof
|
|
4023
|
+
* Limite d\'annulation en heures
|
|
4024
|
+
* @type {number}
|
|
4025
|
+
* @memberof PartialClubResponse
|
|
4740
4026
|
*/
|
|
4741
|
-
'
|
|
4742
|
-
}
|
|
4743
|
-
export declare const PartialPublicAccessSettingsPaymentModeEnum: {
|
|
4744
|
-
readonly Free: "free";
|
|
4745
|
-
readonly AccessFee: "access_fee";
|
|
4746
|
-
readonly PerCourt: "per_court";
|
|
4747
|
-
};
|
|
4748
|
-
export type PartialPublicAccessSettingsPaymentModeEnum = typeof PartialPublicAccessSettingsPaymentModeEnum[keyof typeof PartialPublicAccessSettingsPaymentModeEnum];
|
|
4749
|
-
/**
|
|
4750
|
-
* Make all properties in T optional
|
|
4751
|
-
* @export
|
|
4752
|
-
* @interface PartialSchoolAccessSettings
|
|
4753
|
-
*/
|
|
4754
|
-
export interface PartialSchoolAccessSettings {
|
|
4027
|
+
'cancellationLimitHours'?: number;
|
|
4755
4028
|
/**
|
|
4756
|
-
*
|
|
4757
|
-
* @type {
|
|
4758
|
-
* @memberof
|
|
4029
|
+
* Nombre maximum de réservations par semaine
|
|
4030
|
+
* @type {number}
|
|
4031
|
+
* @memberof PartialClubResponse
|
|
4759
4032
|
*/
|
|
4760
|
-
'
|
|
4033
|
+
'maxWeeklyBookings'?: number;
|
|
4761
4034
|
/**
|
|
4762
4035
|
*
|
|
4763
|
-
* @type {
|
|
4764
|
-
* @memberof
|
|
4036
|
+
* @type {ClubResponseCreatedAt}
|
|
4037
|
+
* @memberof PartialClubResponse
|
|
4765
4038
|
*/
|
|
4766
|
-
'
|
|
4039
|
+
'createdAt'?: ClubResponseCreatedAt;
|
|
4767
4040
|
/**
|
|
4768
4041
|
*
|
|
4769
|
-
* @type {
|
|
4770
|
-
* @memberof
|
|
4042
|
+
* @type {ClubResponseUpdatedAt}
|
|
4043
|
+
* @memberof PartialClubResponse
|
|
4771
4044
|
*/
|
|
4772
|
-
'
|
|
4045
|
+
'updatedAt'?: ClubResponseUpdatedAt;
|
|
4773
4046
|
}
|
|
4774
4047
|
/**
|
|
4775
4048
|
*
|
|
@@ -4814,50 +4087,6 @@ export declare const PaymentMethod: {
|
|
|
4814
4087
|
readonly Free: "free";
|
|
4815
4088
|
};
|
|
4816
4089
|
export type PaymentMethod = typeof PaymentMethod[keyof typeof PaymentMethod];
|
|
4817
|
-
/**
|
|
4818
|
-
*
|
|
4819
|
-
* @export
|
|
4820
|
-
* @interface PaymentMethodSetupResponse
|
|
4821
|
-
*/
|
|
4822
|
-
export interface PaymentMethodSetupResponse {
|
|
4823
|
-
/**
|
|
4824
|
-
*
|
|
4825
|
-
* @type {string}
|
|
4826
|
-
* @memberof PaymentMethodSetupResponse
|
|
4827
|
-
*/
|
|
4828
|
-
'message': string;
|
|
4829
|
-
/**
|
|
4830
|
-
*
|
|
4831
|
-
* @type {Array<string>}
|
|
4832
|
-
* @memberof PaymentMethodSetupResponse
|
|
4833
|
-
*/
|
|
4834
|
-
'paymentMethods': Array<string>;
|
|
4835
|
-
/**
|
|
4836
|
-
*
|
|
4837
|
-
* @type {string}
|
|
4838
|
-
* @memberof PaymentMethodSetupResponse
|
|
4839
|
-
*/
|
|
4840
|
-
'defaultPaymentMethodId'?: string | null;
|
|
4841
|
-
}
|
|
4842
|
-
/**
|
|
4843
|
-
*
|
|
4844
|
-
* @export
|
|
4845
|
-
* @interface PaymentRequirementsSettings
|
|
4846
|
-
*/
|
|
4847
|
-
export interface PaymentRequirementsSettings {
|
|
4848
|
-
/**
|
|
4849
|
-
*
|
|
4850
|
-
* @type {boolean}
|
|
4851
|
-
* @memberof PaymentRequirementsSettings
|
|
4852
|
-
*/
|
|
4853
|
-
'requireCardImprint': boolean;
|
|
4854
|
-
/**
|
|
4855
|
-
*
|
|
4856
|
-
* @type {boolean}
|
|
4857
|
-
* @memberof PaymentRequirementsSettings
|
|
4858
|
-
*/
|
|
4859
|
-
'requireOnlinePayment': boolean;
|
|
4860
|
-
}
|
|
4861
4090
|
/**
|
|
4862
4091
|
* From T, pick a set of properties whose keys are in the union K
|
|
4863
4092
|
* @export
|
|
@@ -5102,6 +4331,49 @@ export interface PlayerPaymentInfo {
|
|
|
5102
4331
|
*/
|
|
5103
4332
|
'needsCheckIn': boolean;
|
|
5104
4333
|
}
|
|
4334
|
+
/**
|
|
4335
|
+
*
|
|
4336
|
+
* @export
|
|
4337
|
+
* @interface PlayerPrice
|
|
4338
|
+
*/
|
|
4339
|
+
export interface PlayerPrice {
|
|
4340
|
+
/**
|
|
4341
|
+
*
|
|
4342
|
+
* @type {string}
|
|
4343
|
+
* @memberof PlayerPrice
|
|
4344
|
+
*/
|
|
4345
|
+
'playerId': string;
|
|
4346
|
+
/**
|
|
4347
|
+
*
|
|
4348
|
+
* @type {string}
|
|
4349
|
+
* @memberof PlayerPrice
|
|
4350
|
+
*/
|
|
4351
|
+
'firstName'?: string;
|
|
4352
|
+
/**
|
|
4353
|
+
*
|
|
4354
|
+
* @type {string}
|
|
4355
|
+
* @memberof PlayerPrice
|
|
4356
|
+
*/
|
|
4357
|
+
'lastName'?: string;
|
|
4358
|
+
/**
|
|
4359
|
+
*
|
|
4360
|
+
* @type {Array<SubscriptionInfo>}
|
|
4361
|
+
* @memberof PlayerPrice
|
|
4362
|
+
*/
|
|
4363
|
+
'subscriptions': Array<SubscriptionInfo>;
|
|
4364
|
+
/**
|
|
4365
|
+
*
|
|
4366
|
+
* @type {number}
|
|
4367
|
+
* @memberof PlayerPrice
|
|
4368
|
+
*/
|
|
4369
|
+
'creditAvailablesInCents'?: number;
|
|
4370
|
+
/**
|
|
4371
|
+
*
|
|
4372
|
+
* @type {number}
|
|
4373
|
+
* @memberof PlayerPrice
|
|
4374
|
+
*/
|
|
4375
|
+
'price': number;
|
|
4376
|
+
}
|
|
5105
4377
|
/**
|
|
5106
4378
|
*
|
|
5107
4379
|
* @export
|
|
@@ -5226,37 +4498,6 @@ export interface ProfilePictureUpdateRequestBody {
|
|
|
5226
4498
|
*/
|
|
5227
4499
|
'profilePicture': string;
|
|
5228
4500
|
}
|
|
5229
|
-
/**
|
|
5230
|
-
*
|
|
5231
|
-
* @export
|
|
5232
|
-
* @interface PublicAccessSettings
|
|
5233
|
-
*/
|
|
5234
|
-
export interface PublicAccessSettings {
|
|
5235
|
-
/**
|
|
5236
|
-
*
|
|
5237
|
-
* @type {boolean}
|
|
5238
|
-
* @memberof PublicAccessSettings
|
|
5239
|
-
*/
|
|
5240
|
-
'enabled': boolean;
|
|
5241
|
-
/**
|
|
5242
|
-
*
|
|
5243
|
-
* @type {string}
|
|
5244
|
-
* @memberof PublicAccessSettings
|
|
5245
|
-
*/
|
|
5246
|
-
'paymentMode': PublicAccessSettingsPaymentModeEnum;
|
|
5247
|
-
/**
|
|
5248
|
-
*
|
|
5249
|
-
* @type {number}
|
|
5250
|
-
* @memberof PublicAccessSettings
|
|
5251
|
-
*/
|
|
5252
|
-
'pricePerAccess': number | null;
|
|
5253
|
-
}
|
|
5254
|
-
export declare const PublicAccessSettingsPaymentModeEnum: {
|
|
5255
|
-
readonly Free: "free";
|
|
5256
|
-
readonly AccessFee: "access_fee";
|
|
5257
|
-
readonly PerCourt: "per_court";
|
|
5258
|
-
};
|
|
5259
|
-
export type PublicAccessSettingsPaymentModeEnum = typeof PublicAccessSettingsPaymentModeEnum[keyof typeof PublicAccessSettingsPaymentModeEnum];
|
|
5260
4501
|
/**
|
|
5261
4502
|
*
|
|
5262
4503
|
* @export
|
|
@@ -5398,6 +4639,25 @@ export interface PublishEventResponse {
|
|
|
5398
4639
|
*/
|
|
5399
4640
|
'event': EventResponse;
|
|
5400
4641
|
}
|
|
4642
|
+
/**
|
|
4643
|
+
*
|
|
4644
|
+
* @export
|
|
4645
|
+
* @interface QuickReservationClubSport
|
|
4646
|
+
*/
|
|
4647
|
+
export interface QuickReservationClubSport {
|
|
4648
|
+
/**
|
|
4649
|
+
* ID du sport
|
|
4650
|
+
* @type {string}
|
|
4651
|
+
* @memberof QuickReservationClubSport
|
|
4652
|
+
*/
|
|
4653
|
+
'id': string;
|
|
4654
|
+
/**
|
|
4655
|
+
* Clé du sport
|
|
4656
|
+
* @type {string}
|
|
4657
|
+
* @memberof QuickReservationClubSport
|
|
4658
|
+
*/
|
|
4659
|
+
'key'?: string;
|
|
4660
|
+
}
|
|
5401
4661
|
/**
|
|
5402
4662
|
*
|
|
5403
4663
|
* @export
|
|
@@ -5416,6 +4676,12 @@ export interface QuickReservationClubSummary {
|
|
|
5416
4676
|
* @memberof QuickReservationClubSummary
|
|
5417
4677
|
*/
|
|
5418
4678
|
'clubName': string;
|
|
4679
|
+
/**
|
|
4680
|
+
* Description du club
|
|
4681
|
+
* @type {string}
|
|
4682
|
+
* @memberof QuickReservationClubSummary
|
|
4683
|
+
*/
|
|
4684
|
+
'description'?: string;
|
|
5419
4685
|
/**
|
|
5420
4686
|
* Distance par rapport à la recherche, en mètres
|
|
5421
4687
|
* @type {number}
|
|
@@ -5434,6 +4700,12 @@ export interface QuickReservationClubSummary {
|
|
|
5434
4700
|
* @memberof QuickReservationClubSummary
|
|
5435
4701
|
*/
|
|
5436
4702
|
'slots': Array<QuickReservationSlotSummary>;
|
|
4703
|
+
/**
|
|
4704
|
+
* Sports disponibles dans le club
|
|
4705
|
+
* @type {Array<QuickReservationClubSport>}
|
|
4706
|
+
* @memberof QuickReservationClubSummary
|
|
4707
|
+
*/
|
|
4708
|
+
'sports'?: Array<QuickReservationClubSport>;
|
|
5437
4709
|
}
|
|
5438
4710
|
/**
|
|
5439
4711
|
* Localisation du club
|
|
@@ -5784,108 +5056,45 @@ export interface RegisterRequestBodyLocation {
|
|
|
5784
5056
|
/**
|
|
5785
5057
|
*
|
|
5786
5058
|
* @type {string}
|
|
5787
|
-
* @memberof RegisterRequestBodyLocation
|
|
5788
|
-
*/
|
|
5789
|
-
'type'?: RegisterRequestBodyLocationTypeEnum;
|
|
5790
|
-
}
|
|
5791
|
-
export declare const RegisterRequestBodyLocationTypeEnum: {
|
|
5792
|
-
readonly Point: "Point";
|
|
5793
|
-
};
|
|
5794
|
-
export type RegisterRequestBodyLocationTypeEnum = typeof RegisterRequestBodyLocationTypeEnum[keyof typeof RegisterRequestBodyLocationTypeEnum];
|
|
5795
|
-
/**
|
|
5796
|
-
*
|
|
5797
|
-
* @export
|
|
5798
|
-
* @interface RequestPasswordReset200Response
|
|
5799
|
-
*/
|
|
5800
|
-
export interface RequestPasswordReset200Response {
|
|
5801
|
-
/**
|
|
5802
|
-
*
|
|
5803
|
-
* @type {string}
|
|
5804
|
-
* @memberof RequestPasswordReset200Response
|
|
5805
|
-
*/
|
|
5806
|
-
'message': string;
|
|
5807
|
-
}
|
|
5808
|
-
/**
|
|
5809
|
-
*
|
|
5810
|
-
* @export
|
|
5811
|
-
* @interface ResetPasswordRequest
|
|
5812
|
-
*/
|
|
5813
|
-
export interface ResetPasswordRequest {
|
|
5814
|
-
/**
|
|
5815
|
-
*
|
|
5816
|
-
* @type {string}
|
|
5817
|
-
* @memberof ResetPasswordRequest
|
|
5818
|
-
*/
|
|
5819
|
-
'newPassword'?: string;
|
|
5820
|
-
/**
|
|
5821
|
-
*
|
|
5822
|
-
* @type {string}
|
|
5823
|
-
* @memberof ResetPasswordRequest
|
|
5824
|
-
*/
|
|
5825
|
-
'token'?: string;
|
|
5826
|
-
}
|
|
5827
|
-
/**
|
|
5828
|
-
*
|
|
5829
|
-
* @export
|
|
5830
|
-
* @interface SchoolAccessSettings
|
|
5831
|
-
*/
|
|
5832
|
-
export interface SchoolAccessSettings {
|
|
5833
|
-
/**
|
|
5834
|
-
*
|
|
5835
|
-
* @type {boolean}
|
|
5836
|
-
* @memberof SchoolAccessSettings
|
|
5837
|
-
*/
|
|
5838
|
-
'enabled': boolean;
|
|
5839
|
-
/**
|
|
5840
|
-
*
|
|
5841
|
-
* @type {Array<string>}
|
|
5842
|
-
* @memberof SchoolAccessSettings
|
|
5843
|
-
*/
|
|
5844
|
-
'emailSuffixes': Array<string>;
|
|
5845
|
-
/**
|
|
5846
|
-
*
|
|
5847
|
-
* @type {boolean}
|
|
5848
|
-
* @memberof SchoolAccessSettings
|
|
5059
|
+
* @memberof RegisterRequestBodyLocation
|
|
5849
5060
|
*/
|
|
5850
|
-
'
|
|
5061
|
+
'type'?: RegisterRequestBodyLocationTypeEnum;
|
|
5851
5062
|
}
|
|
5063
|
+
export declare const RegisterRequestBodyLocationTypeEnum: {
|
|
5064
|
+
readonly Point: "Point";
|
|
5065
|
+
};
|
|
5066
|
+
export type RegisterRequestBodyLocationTypeEnum = typeof RegisterRequestBodyLocationTypeEnum[keyof typeof RegisterRequestBodyLocationTypeEnum];
|
|
5852
5067
|
/**
|
|
5853
5068
|
*
|
|
5854
5069
|
* @export
|
|
5855
|
-
* @interface
|
|
5070
|
+
* @interface RequestPasswordReset200Response
|
|
5856
5071
|
*/
|
|
5857
|
-
export interface
|
|
5072
|
+
export interface RequestPasswordReset200Response {
|
|
5858
5073
|
/**
|
|
5859
5074
|
*
|
|
5860
5075
|
* @type {string}
|
|
5861
|
-
* @memberof
|
|
5076
|
+
* @memberof RequestPasswordReset200Response
|
|
5862
5077
|
*/
|
|
5863
|
-
'
|
|
5078
|
+
'message': string;
|
|
5864
5079
|
}
|
|
5865
5080
|
/**
|
|
5866
5081
|
*
|
|
5867
5082
|
* @export
|
|
5868
|
-
* @interface
|
|
5083
|
+
* @interface ResetPasswordRequest
|
|
5869
5084
|
*/
|
|
5870
|
-
export interface
|
|
5871
|
-
/**
|
|
5872
|
-
*
|
|
5873
|
-
* @type {string}
|
|
5874
|
-
* @memberof SetupPaymentMethodResponse
|
|
5875
|
-
*/
|
|
5876
|
-
'setupIntentId': string;
|
|
5085
|
+
export interface ResetPasswordRequest {
|
|
5877
5086
|
/**
|
|
5878
5087
|
*
|
|
5879
5088
|
* @type {string}
|
|
5880
|
-
* @memberof
|
|
5089
|
+
* @memberof ResetPasswordRequest
|
|
5881
5090
|
*/
|
|
5882
|
-
'
|
|
5091
|
+
'newPassword'?: string;
|
|
5883
5092
|
/**
|
|
5884
5093
|
*
|
|
5885
5094
|
* @type {string}
|
|
5886
|
-
* @memberof
|
|
5095
|
+
* @memberof ResetPasswordRequest
|
|
5887
5096
|
*/
|
|
5888
|
-
'
|
|
5097
|
+
'token'?: string;
|
|
5889
5098
|
}
|
|
5890
5099
|
/**
|
|
5891
5100
|
*
|
|
@@ -5916,7 +5125,7 @@ export interface SlotInfo {
|
|
|
5916
5125
|
* @type {CourtInfo}
|
|
5917
5126
|
* @memberof SlotInfo
|
|
5918
5127
|
*/
|
|
5919
|
-
'
|
|
5128
|
+
'courtId': CourtInfo;
|
|
5920
5129
|
}
|
|
5921
5130
|
/**
|
|
5922
5131
|
*
|
|
@@ -6157,24 +5366,12 @@ export interface StaffUserProfileResponse {
|
|
|
6157
5366
|
* @memberof StaffUserProfileResponse
|
|
6158
5367
|
*/
|
|
6159
5368
|
'isAccountVerified': boolean;
|
|
6160
|
-
/**
|
|
6161
|
-
*
|
|
6162
|
-
* @type {boolean}
|
|
6163
|
-
* @memberof StaffUserProfileResponse
|
|
6164
|
-
*/
|
|
6165
|
-
'isCreditCardRegistered'?: boolean;
|
|
6166
5369
|
/**
|
|
6167
5370
|
*
|
|
6168
5371
|
* @type {Array<ILevelBySports>}
|
|
6169
5372
|
* @memberof StaffUserProfileResponse
|
|
6170
5373
|
*/
|
|
6171
5374
|
'levelBySports'?: Array<ILevelBySports>;
|
|
6172
|
-
/**
|
|
6173
|
-
*
|
|
6174
|
-
* @type {string}
|
|
6175
|
-
* @memberof StaffUserProfileResponse
|
|
6176
|
-
*/
|
|
6177
|
-
'stripeCustomerId'?: string;
|
|
6178
5375
|
/**
|
|
6179
5376
|
*
|
|
6180
5377
|
* @type {string}
|
|
@@ -6247,30 +5444,6 @@ export interface StaffUserProfileResponse {
|
|
|
6247
5444
|
* @memberof StaffUserProfileResponse
|
|
6248
5445
|
*/
|
|
6249
5446
|
'isLevelCertified'?: boolean;
|
|
6250
|
-
/**
|
|
6251
|
-
*
|
|
6252
|
-
* @type {Array<string>}
|
|
6253
|
-
* @memberof StaffUserProfileResponse
|
|
6254
|
-
*/
|
|
6255
|
-
'paymentMethods'?: Array<string>;
|
|
6256
|
-
/**
|
|
6257
|
-
*
|
|
6258
|
-
* @type {string}
|
|
6259
|
-
* @memberof StaffUserProfileResponse
|
|
6260
|
-
*/
|
|
6261
|
-
'defaultPaymentMethodId'?: string;
|
|
6262
|
-
/**
|
|
6263
|
-
*
|
|
6264
|
-
* @type {boolean}
|
|
6265
|
-
* @memberof StaffUserProfileResponse
|
|
6266
|
-
*/
|
|
6267
|
-
'paymentMethodSetupCompleted': boolean;
|
|
6268
|
-
/**
|
|
6269
|
-
*
|
|
6270
|
-
* @type {string}
|
|
6271
|
-
* @memberof StaffUserProfileResponse
|
|
6272
|
-
*/
|
|
6273
|
-
'setupIntentId'?: string;
|
|
6274
5447
|
/**
|
|
6275
5448
|
*
|
|
6276
5449
|
* @type {Array<string>}
|
|
@@ -6303,6 +5476,12 @@ export interface StaffUserProfileResponse {
|
|
|
6303
5476
|
'sports'?: {
|
|
6304
5477
|
[key: string]: any;
|
|
6305
5478
|
};
|
|
5479
|
+
/**
|
|
5480
|
+
*
|
|
5481
|
+
* @type {string}
|
|
5482
|
+
* @memberof StaffUserProfileResponse
|
|
5483
|
+
*/
|
|
5484
|
+
'stripeCustomerId'?: string;
|
|
6306
5485
|
/**
|
|
6307
5486
|
*
|
|
6308
5487
|
* @type {boolean}
|
|
@@ -7546,6 +6725,12 @@ export interface SubscribeRequestBody {
|
|
|
7546
6725
|
* @memberof SubscribeRequestBody
|
|
7547
6726
|
*/
|
|
7548
6727
|
'priceId': string;
|
|
6728
|
+
/**
|
|
6729
|
+
*
|
|
6730
|
+
* @type {boolean}
|
|
6731
|
+
* @memberof SubscribeRequestBody
|
|
6732
|
+
*/
|
|
6733
|
+
'useDefaultPaymentMethod'?: boolean;
|
|
7549
6734
|
}
|
|
7550
6735
|
/**
|
|
7551
6736
|
*
|
|
@@ -7566,6 +6751,31 @@ export interface SubscriberPrice {
|
|
|
7566
6751
|
*/
|
|
7567
6752
|
'amount': number;
|
|
7568
6753
|
}
|
|
6754
|
+
/**
|
|
6755
|
+
*
|
|
6756
|
+
* @export
|
|
6757
|
+
* @interface SubscriptionInfo
|
|
6758
|
+
*/
|
|
6759
|
+
export interface SubscriptionInfo {
|
|
6760
|
+
/**
|
|
6761
|
+
*
|
|
6762
|
+
* @type {string}
|
|
6763
|
+
* @memberof SubscriptionInfo
|
|
6764
|
+
*/
|
|
6765
|
+
'subscriptionPlanName'?: string;
|
|
6766
|
+
/**
|
|
6767
|
+
*
|
|
6768
|
+
* @type {string}
|
|
6769
|
+
* @memberof SubscriptionInfo
|
|
6770
|
+
*/
|
|
6771
|
+
'subscriptionDescription'?: string;
|
|
6772
|
+
/**
|
|
6773
|
+
*
|
|
6774
|
+
* @type {number}
|
|
6775
|
+
* @memberof SubscriptionInfo
|
|
6776
|
+
*/
|
|
6777
|
+
'reducedAmountInCents'?: number;
|
|
6778
|
+
}
|
|
7569
6779
|
/**
|
|
7570
6780
|
*
|
|
7571
6781
|
* @export
|
|
@@ -7679,111 +6889,6 @@ export interface UpdateActuality200Response {
|
|
|
7679
6889
|
*/
|
|
7680
6890
|
'actuality': any;
|
|
7681
6891
|
}
|
|
7682
|
-
/**
|
|
7683
|
-
*
|
|
7684
|
-
* @export
|
|
7685
|
-
* @interface UpdateClubGeneralSettingsRequest
|
|
7686
|
-
*/
|
|
7687
|
-
export interface UpdateClubGeneralSettingsRequest {
|
|
7688
|
-
/**
|
|
7689
|
-
*
|
|
7690
|
-
* @type {string}
|
|
7691
|
-
* @memberof UpdateClubGeneralSettingsRequest
|
|
7692
|
-
*/
|
|
7693
|
-
'name'?: string;
|
|
7694
|
-
/**
|
|
7695
|
-
*
|
|
7696
|
-
* @type {string}
|
|
7697
|
-
* @memberof UpdateClubGeneralSettingsRequest
|
|
7698
|
-
*/
|
|
7699
|
-
'email'?: string;
|
|
7700
|
-
/**
|
|
7701
|
-
*
|
|
7702
|
-
* @type {string}
|
|
7703
|
-
* @memberof UpdateClubGeneralSettingsRequest
|
|
7704
|
-
*/
|
|
7705
|
-
'phone'?: string;
|
|
7706
|
-
/**
|
|
7707
|
-
*
|
|
7708
|
-
* @type {string}
|
|
7709
|
-
* @memberof UpdateClubGeneralSettingsRequest
|
|
7710
|
-
*/
|
|
7711
|
-
'websiteUrl'?: string;
|
|
7712
|
-
/**
|
|
7713
|
-
*
|
|
7714
|
-
* @type {string}
|
|
7715
|
-
* @memberof UpdateClubGeneralSettingsRequest
|
|
7716
|
-
*/
|
|
7717
|
-
'description'?: string;
|
|
7718
|
-
/**
|
|
7719
|
-
*
|
|
7720
|
-
* @type {string}
|
|
7721
|
-
* @memberof UpdateClubGeneralSettingsRequest
|
|
7722
|
-
*/
|
|
7723
|
-
'rib'?: string | null;
|
|
7724
|
-
/**
|
|
7725
|
-
*
|
|
7726
|
-
* @type {string}
|
|
7727
|
-
* @memberof UpdateClubGeneralSettingsRequest
|
|
7728
|
-
*/
|
|
7729
|
-
'logo'?: string | null;
|
|
7730
|
-
/**
|
|
7731
|
-
*
|
|
7732
|
-
* @type {ClubLocationSettings}
|
|
7733
|
-
* @memberof UpdateClubGeneralSettingsRequest
|
|
7734
|
-
*/
|
|
7735
|
-
'location'?: ClubLocationSettings;
|
|
7736
|
-
}
|
|
7737
|
-
/**
|
|
7738
|
-
*
|
|
7739
|
-
* @export
|
|
7740
|
-
* @interface UpdateClubHoursSettingsRequest
|
|
7741
|
-
*/
|
|
7742
|
-
export interface UpdateClubHoursSettingsRequest {
|
|
7743
|
-
/**
|
|
7744
|
-
*
|
|
7745
|
-
* @type {PartialClubWeeklySchedule}
|
|
7746
|
-
* @memberof UpdateClubHoursSettingsRequest
|
|
7747
|
-
*/
|
|
7748
|
-
'schedule'?: PartialClubWeeklySchedule;
|
|
7749
|
-
/**
|
|
7750
|
-
*
|
|
7751
|
-
* @type {Array<ClubPricingPeriodResponse>}
|
|
7752
|
-
* @memberof UpdateClubHoursSettingsRequest
|
|
7753
|
-
*/
|
|
7754
|
-
'pricingPeriods'?: Array<ClubPricingPeriodResponse>;
|
|
7755
|
-
}
|
|
7756
|
-
/**
|
|
7757
|
-
*
|
|
7758
|
-
* @export
|
|
7759
|
-
* @interface UpdateClubPresentationSettingsRequest
|
|
7760
|
-
*/
|
|
7761
|
-
export interface UpdateClubPresentationSettingsRequest {
|
|
7762
|
-
/**
|
|
7763
|
-
*
|
|
7764
|
-
* @type {string}
|
|
7765
|
-
* @memberof UpdateClubPresentationSettingsRequest
|
|
7766
|
-
*/
|
|
7767
|
-
'description'?: string;
|
|
7768
|
-
/**
|
|
7769
|
-
*
|
|
7770
|
-
* @type {Array<string>}
|
|
7771
|
-
* @memberof UpdateClubPresentationSettingsRequest
|
|
7772
|
-
*/
|
|
7773
|
-
'tags'?: Array<string>;
|
|
7774
|
-
/**
|
|
7775
|
-
*
|
|
7776
|
-
* @type {Array<string | null>}
|
|
7777
|
-
* @memberof UpdateClubPresentationSettingsRequest
|
|
7778
|
-
*/
|
|
7779
|
-
'bannerImages'?: Array<string | null>;
|
|
7780
|
-
/**
|
|
7781
|
-
*
|
|
7782
|
-
* @type {Array<string | null>}
|
|
7783
|
-
* @memberof UpdateClubPresentationSettingsRequest
|
|
7784
|
-
*/
|
|
7785
|
-
'galleryImages'?: Array<string | null>;
|
|
7786
|
-
}
|
|
7787
6892
|
/**
|
|
7788
6893
|
*
|
|
7789
6894
|
* @export
|
|
@@ -7895,61 +7000,6 @@ export interface UpdateClubRequestLocationCoordinates {
|
|
|
7895
7000
|
*/
|
|
7896
7001
|
'lat'?: number;
|
|
7897
7002
|
}
|
|
7898
|
-
/**
|
|
7899
|
-
*
|
|
7900
|
-
* @export
|
|
7901
|
-
* @interface UpdateClubReservationSettingsRequest
|
|
7902
|
-
*/
|
|
7903
|
-
export interface UpdateClubReservationSettingsRequest {
|
|
7904
|
-
/**
|
|
7905
|
-
*
|
|
7906
|
-
* @type {number}
|
|
7907
|
-
* @memberof UpdateClubReservationSettingsRequest
|
|
7908
|
-
*/
|
|
7909
|
-
'slotDuration'?: number;
|
|
7910
|
-
/**
|
|
7911
|
-
*
|
|
7912
|
-
* @type {number}
|
|
7913
|
-
* @memberof UpdateClubReservationSettingsRequest
|
|
7914
|
-
*/
|
|
7915
|
-
'slotPrice'?: number;
|
|
7916
|
-
/**
|
|
7917
|
-
*
|
|
7918
|
-
* @type {number}
|
|
7919
|
-
* @memberof UpdateClubReservationSettingsRequest
|
|
7920
|
-
*/
|
|
7921
|
-
'maxReservations'?: number | null;
|
|
7922
|
-
/**
|
|
7923
|
-
*
|
|
7924
|
-
* @type {boolean}
|
|
7925
|
-
* @memberof UpdateClubReservationSettingsRequest
|
|
7926
|
-
*/
|
|
7927
|
-
'unlimitedReservations'?: boolean;
|
|
7928
|
-
/**
|
|
7929
|
-
*
|
|
7930
|
-
* @type {number}
|
|
7931
|
-
* @memberof UpdateClubReservationSettingsRequest
|
|
7932
|
-
*/
|
|
7933
|
-
'cancellationDelay'?: number;
|
|
7934
|
-
/**
|
|
7935
|
-
*
|
|
7936
|
-
* @type {number}
|
|
7937
|
-
* @memberof UpdateClubReservationSettingsRequest
|
|
7938
|
-
*/
|
|
7939
|
-
'bookingPeriod'?: number;
|
|
7940
|
-
/**
|
|
7941
|
-
*
|
|
7942
|
-
* @type {number}
|
|
7943
|
-
* @memberof UpdateClubReservationSettingsRequest
|
|
7944
|
-
*/
|
|
7945
|
-
'limitMultipleReservations'?: number | null;
|
|
7946
|
-
/**
|
|
7947
|
-
*
|
|
7948
|
-
* @type {PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings}
|
|
7949
|
-
* @memberof UpdateClubReservationSettingsRequest
|
|
7950
|
-
*/
|
|
7951
|
-
'accessSettings'?: PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings;
|
|
7952
|
-
}
|
|
7953
7003
|
/**
|
|
7954
7004
|
*
|
|
7955
7005
|
* @export
|
|
@@ -7986,7 +7036,7 @@ export interface UpdateClubSettingsRequest {
|
|
|
7986
7036
|
* @type {number}
|
|
7987
7037
|
* @memberof UpdateClubSettingsRequest
|
|
7988
7038
|
*/
|
|
7989
|
-
'maxWeeklyBookings'?: number
|
|
7039
|
+
'maxWeeklyBookings'?: number;
|
|
7990
7040
|
/**
|
|
7991
7041
|
* Autoriser plusieurs réservations en même temps
|
|
7992
7042
|
* @type {boolean}
|
|
@@ -7998,7 +7048,7 @@ export interface UpdateClubSettingsRequest {
|
|
|
7998
7048
|
* @type {number}
|
|
7999
7049
|
* @memberof UpdateClubSettingsRequest
|
|
8000
7050
|
*/
|
|
8001
|
-
'sameTimeBookingsLimit'?: number
|
|
7051
|
+
'sameTimeBookingsLimit'?: number;
|
|
8002
7052
|
/**
|
|
8003
7053
|
* Limite d\'annulation en heures
|
|
8004
7054
|
* @type {number}
|
|
@@ -8102,10 +7152,10 @@ export interface UpdateEventRequest {
|
|
|
8102
7152
|
'endDate'?: string;
|
|
8103
7153
|
/**
|
|
8104
7154
|
*
|
|
8105
|
-
* @type {Array<
|
|
7155
|
+
* @type {Array<EventResponseCourtsInner>}
|
|
8106
7156
|
* @memberof UpdateEventRequest
|
|
8107
7157
|
*/
|
|
8108
|
-
'courts'?: Array<
|
|
7158
|
+
'courts'?: Array<EventResponseCourtsInner>;
|
|
8109
7159
|
/**
|
|
8110
7160
|
*
|
|
8111
7161
|
* @type {Array<string>}
|
|
@@ -8364,6 +7414,43 @@ export interface UpdateUserRequestBodyLevelBySportsInner {
|
|
|
8364
7414
|
*/
|
|
8365
7415
|
'sport': string;
|
|
8366
7416
|
}
|
|
7417
|
+
/**
|
|
7418
|
+
*
|
|
7419
|
+
* @export
|
|
7420
|
+
* @interface UserBookingsResponse
|
|
7421
|
+
*/
|
|
7422
|
+
export interface UserBookingsResponse {
|
|
7423
|
+
/**
|
|
7424
|
+
*
|
|
7425
|
+
* @type {number}
|
|
7426
|
+
* @memberof UserBookingsResponse
|
|
7427
|
+
*/
|
|
7428
|
+
'total': number;
|
|
7429
|
+
/**
|
|
7430
|
+
*
|
|
7431
|
+
* @type {number}
|
|
7432
|
+
* @memberof UserBookingsResponse
|
|
7433
|
+
*/
|
|
7434
|
+
'limit': number;
|
|
7435
|
+
/**
|
|
7436
|
+
*
|
|
7437
|
+
* @type {number}
|
|
7438
|
+
* @memberof UserBookingsResponse
|
|
7439
|
+
*/
|
|
7440
|
+
'skip': number;
|
|
7441
|
+
/**
|
|
7442
|
+
*
|
|
7443
|
+
* @type {boolean}
|
|
7444
|
+
* @memberof UserBookingsResponse
|
|
7445
|
+
*/
|
|
7446
|
+
'hasMore': boolean;
|
|
7447
|
+
/**
|
|
7448
|
+
*
|
|
7449
|
+
* @type {Array<BookingSummary>}
|
|
7450
|
+
* @memberof UserBookingsResponse
|
|
7451
|
+
*/
|
|
7452
|
+
'bookings': Array<BookingSummary>;
|
|
7453
|
+
}
|
|
8367
7454
|
/**
|
|
8368
7455
|
*
|
|
8369
7456
|
* @export
|
|
@@ -8627,24 +7714,12 @@ export interface UserProfileResponse {
|
|
|
8627
7714
|
* @memberof UserProfileResponse
|
|
8628
7715
|
*/
|
|
8629
7716
|
'isAccountVerified': boolean;
|
|
8630
|
-
/**
|
|
8631
|
-
*
|
|
8632
|
-
* @type {boolean}
|
|
8633
|
-
* @memberof UserProfileResponse
|
|
8634
|
-
*/
|
|
8635
|
-
'isCreditCardRegistered'?: boolean;
|
|
8636
7717
|
/**
|
|
8637
7718
|
*
|
|
8638
7719
|
* @type {Array<ILevelBySports>}
|
|
8639
7720
|
* @memberof UserProfileResponse
|
|
8640
7721
|
*/
|
|
8641
7722
|
'levelBySports'?: Array<ILevelBySports>;
|
|
8642
|
-
/**
|
|
8643
|
-
*
|
|
8644
|
-
* @type {string}
|
|
8645
|
-
* @memberof UserProfileResponse
|
|
8646
|
-
*/
|
|
8647
|
-
'stripeCustomerId'?: string;
|
|
8648
7723
|
/**
|
|
8649
7724
|
*
|
|
8650
7725
|
* @type {string}
|
|
@@ -8695,52 +7770,28 @@ export interface UserProfileResponse {
|
|
|
8695
7770
|
'organizations'?: Array<IUserAttributesOrganizationsInner>;
|
|
8696
7771
|
/**
|
|
8697
7772
|
*
|
|
8698
|
-
* @type {boolean}
|
|
8699
|
-
* @memberof UserProfileResponse
|
|
8700
|
-
*/
|
|
8701
|
-
'isAdmin': boolean;
|
|
8702
|
-
/**
|
|
8703
|
-
*
|
|
8704
|
-
* @type {string}
|
|
8705
|
-
* @memberof UserProfileResponse
|
|
8706
|
-
*/
|
|
8707
|
-
'createdAt': string;
|
|
8708
|
-
/**
|
|
8709
|
-
*
|
|
8710
|
-
* @type {string}
|
|
8711
|
-
* @memberof UserProfileResponse
|
|
8712
|
-
*/
|
|
8713
|
-
'updatedAt': string;
|
|
8714
|
-
/**
|
|
8715
|
-
*
|
|
8716
|
-
* @type {boolean}
|
|
8717
|
-
* @memberof UserProfileResponse
|
|
8718
|
-
*/
|
|
8719
|
-
'isLevelCertified'?: boolean;
|
|
8720
|
-
/**
|
|
8721
|
-
*
|
|
8722
|
-
* @type {Array<string>}
|
|
7773
|
+
* @type {boolean}
|
|
8723
7774
|
* @memberof UserProfileResponse
|
|
8724
7775
|
*/
|
|
8725
|
-
'
|
|
7776
|
+
'isAdmin': boolean;
|
|
8726
7777
|
/**
|
|
8727
7778
|
*
|
|
8728
7779
|
* @type {string}
|
|
8729
7780
|
* @memberof UserProfileResponse
|
|
8730
7781
|
*/
|
|
8731
|
-
'
|
|
7782
|
+
'createdAt': string;
|
|
8732
7783
|
/**
|
|
8733
7784
|
*
|
|
8734
|
-
* @type {
|
|
7785
|
+
* @type {string}
|
|
8735
7786
|
* @memberof UserProfileResponse
|
|
8736
7787
|
*/
|
|
8737
|
-
'
|
|
7788
|
+
'updatedAt': string;
|
|
8738
7789
|
/**
|
|
8739
7790
|
*
|
|
8740
|
-
* @type {
|
|
7791
|
+
* @type {boolean}
|
|
8741
7792
|
* @memberof UserProfileResponse
|
|
8742
7793
|
*/
|
|
8743
|
-
'
|
|
7794
|
+
'isLevelCertified'?: boolean;
|
|
8744
7795
|
/**
|
|
8745
7796
|
*
|
|
8746
7797
|
* @type {Array<string>}
|
|
@@ -8773,6 +7824,12 @@ export interface UserProfileResponse {
|
|
|
8773
7824
|
'sports'?: {
|
|
8774
7825
|
[key: string]: any;
|
|
8775
7826
|
};
|
|
7827
|
+
/**
|
|
7828
|
+
*
|
|
7829
|
+
* @type {string}
|
|
7830
|
+
* @memberof UserProfileResponse
|
|
7831
|
+
*/
|
|
7832
|
+
'stripeCustomerId'?: string;
|
|
8776
7833
|
/**
|
|
8777
7834
|
*
|
|
8778
7835
|
* @type {number}
|
|
@@ -8811,6 +7868,12 @@ export interface UserProfileResponse {
|
|
|
8811
7868
|
'stripeLinks'?: {
|
|
8812
7869
|
[key: string]: any;
|
|
8813
7870
|
};
|
|
7871
|
+
/**
|
|
7872
|
+
*
|
|
7873
|
+
* @type {Array<SportResponse>}
|
|
7874
|
+
* @memberof UserProfileResponse
|
|
7875
|
+
*/
|
|
7876
|
+
'verifiedSports'?: Array<SportResponse>;
|
|
8814
7877
|
}
|
|
8815
7878
|
/**
|
|
8816
7879
|
*
|
|
@@ -8896,6 +7959,13 @@ export declare const BookingsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8896
7959
|
* @throws {RequiredError}
|
|
8897
7960
|
*/
|
|
8898
7961
|
getBookingHistory: (bookingId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
7962
|
+
/**
|
|
7963
|
+
*
|
|
7964
|
+
* @param {BookingPriceBody} bookingPriceBody
|
|
7965
|
+
* @param {*} [options] Override http request option.
|
|
7966
|
+
* @throws {RequiredError}
|
|
7967
|
+
*/
|
|
7968
|
+
getBookingPrice: (bookingPriceBody: BookingPriceBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8899
7969
|
/**
|
|
8900
7970
|
* Recherche des créneaux disponibles pour une réservation rapide
|
|
8901
7971
|
* @param {number} [latitude]
|
|
@@ -8906,12 +7976,13 @@ export declare const BookingsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8906
7976
|
* @param {string} [startTime]
|
|
8907
7977
|
* @param {number} [priceMax]
|
|
8908
7978
|
* @param {string} [courtTypes]
|
|
7979
|
+
* @param {string} [surfaceTypes]
|
|
8909
7980
|
* @param {number} [limitPerClub]
|
|
8910
7981
|
* @param {number} [maxClubs]
|
|
8911
7982
|
* @param {*} [options] Override http request option.
|
|
8912
7983
|
* @throws {RequiredError}
|
|
8913
7984
|
*/
|
|
8914
|
-
getQuickReservationSlots: (latitude?: number, longitude?: number, radiusInKm?: number, date?: string, sportId?: string, startTime?: string, priceMax?: number, courtTypes?: string, limitPerClub?: number, maxClubs?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
7985
|
+
getQuickReservationSlots: (latitude?: number, longitude?: number, radiusInKm?: number, date?: string, sportId?: string, startTime?: string, priceMax?: number, courtTypes?: string, surfaceTypes?: string, limitPerClub?: number, maxClubs?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8915
7986
|
};
|
|
8916
7987
|
/**
|
|
8917
7988
|
* BookingsApi - functional programming interface
|
|
@@ -8925,6 +7996,13 @@ export declare const BookingsApiFp: (configuration?: Configuration) => {
|
|
|
8925
7996
|
* @throws {RequiredError}
|
|
8926
7997
|
*/
|
|
8927
7998
|
getBookingHistory(bookingId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BookingHistoryPopulated>>;
|
|
7999
|
+
/**
|
|
8000
|
+
*
|
|
8001
|
+
* @param {BookingPriceBody} bookingPriceBody
|
|
8002
|
+
* @param {*} [options] Override http request option.
|
|
8003
|
+
* @throws {RequiredError}
|
|
8004
|
+
*/
|
|
8005
|
+
getBookingPrice(bookingPriceBody: BookingPriceBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PlayerPrice>>>;
|
|
8928
8006
|
/**
|
|
8929
8007
|
* Recherche des créneaux disponibles pour une réservation rapide
|
|
8930
8008
|
* @param {number} [latitude]
|
|
@@ -8935,12 +8013,13 @@ export declare const BookingsApiFp: (configuration?: Configuration) => {
|
|
|
8935
8013
|
* @param {string} [startTime]
|
|
8936
8014
|
* @param {number} [priceMax]
|
|
8937
8015
|
* @param {string} [courtTypes]
|
|
8016
|
+
* @param {string} [surfaceTypes]
|
|
8938
8017
|
* @param {number} [limitPerClub]
|
|
8939
8018
|
* @param {number} [maxClubs]
|
|
8940
8019
|
* @param {*} [options] Override http request option.
|
|
8941
8020
|
* @throws {RequiredError}
|
|
8942
8021
|
*/
|
|
8943
|
-
getQuickReservationSlots(latitude?: number, longitude?: number, radiusInKm?: number, date?: string, sportId?: string, startTime?: string, priceMax?: number, courtTypes?: string, limitPerClub?: number, maxClubs?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<QuickReservationResponse>>;
|
|
8022
|
+
getQuickReservationSlots(latitude?: number, longitude?: number, radiusInKm?: number, date?: string, sportId?: string, startTime?: string, priceMax?: number, courtTypes?: string, surfaceTypes?: string, limitPerClub?: number, maxClubs?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<QuickReservationResponse>>;
|
|
8944
8023
|
};
|
|
8945
8024
|
/**
|
|
8946
8025
|
* BookingsApi - factory interface
|
|
@@ -8954,6 +8033,13 @@ export declare const BookingsApiFactory: (configuration?: Configuration, basePat
|
|
|
8954
8033
|
* @throws {RequiredError}
|
|
8955
8034
|
*/
|
|
8956
8035
|
getBookingHistory(requestParameters: BookingsApiGetBookingHistoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<BookingHistoryPopulated>;
|
|
8036
|
+
/**
|
|
8037
|
+
*
|
|
8038
|
+
* @param {BookingsApiGetBookingPriceRequest} requestParameters Request parameters.
|
|
8039
|
+
* @param {*} [options] Override http request option.
|
|
8040
|
+
* @throws {RequiredError}
|
|
8041
|
+
*/
|
|
8042
|
+
getBookingPrice(requestParameters: BookingsApiGetBookingPriceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PlayerPrice>>;
|
|
8957
8043
|
/**
|
|
8958
8044
|
* Recherche des créneaux disponibles pour une réservation rapide
|
|
8959
8045
|
* @param {BookingsApiGetQuickReservationSlotsRequest} requestParameters Request parameters.
|
|
@@ -8975,6 +8061,19 @@ export interface BookingsApiGetBookingHistoryRequest {
|
|
|
8975
8061
|
*/
|
|
8976
8062
|
readonly bookingId: string;
|
|
8977
8063
|
}
|
|
8064
|
+
/**
|
|
8065
|
+
* Request parameters for getBookingPrice operation in BookingsApi.
|
|
8066
|
+
* @export
|
|
8067
|
+
* @interface BookingsApiGetBookingPriceRequest
|
|
8068
|
+
*/
|
|
8069
|
+
export interface BookingsApiGetBookingPriceRequest {
|
|
8070
|
+
/**
|
|
8071
|
+
*
|
|
8072
|
+
* @type {BookingPriceBody}
|
|
8073
|
+
* @memberof BookingsApiGetBookingPrice
|
|
8074
|
+
*/
|
|
8075
|
+
readonly bookingPriceBody: BookingPriceBody;
|
|
8076
|
+
}
|
|
8978
8077
|
/**
|
|
8979
8078
|
* Request parameters for getQuickReservationSlots operation in BookingsApi.
|
|
8980
8079
|
* @export
|
|
@@ -9029,6 +8128,12 @@ export interface BookingsApiGetQuickReservationSlotsRequest {
|
|
|
9029
8128
|
* @memberof BookingsApiGetQuickReservationSlots
|
|
9030
8129
|
*/
|
|
9031
8130
|
readonly courtTypes?: string;
|
|
8131
|
+
/**
|
|
8132
|
+
*
|
|
8133
|
+
* @type {string}
|
|
8134
|
+
* @memberof BookingsApiGetQuickReservationSlots
|
|
8135
|
+
*/
|
|
8136
|
+
readonly surfaceTypes?: string;
|
|
9032
8137
|
/**
|
|
9033
8138
|
*
|
|
9034
8139
|
* @type {number}
|
|
@@ -9057,6 +8162,14 @@ export declare class BookingsApi extends BaseAPI {
|
|
|
9057
8162
|
* @memberof BookingsApi
|
|
9058
8163
|
*/
|
|
9059
8164
|
getBookingHistory(requestParameters: BookingsApiGetBookingHistoryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingHistoryPopulated, any, {}>>;
|
|
8165
|
+
/**
|
|
8166
|
+
*
|
|
8167
|
+
* @param {BookingsApiGetBookingPriceRequest} requestParameters Request parameters.
|
|
8168
|
+
* @param {*} [options] Override http request option.
|
|
8169
|
+
* @throws {RequiredError}
|
|
8170
|
+
* @memberof BookingsApi
|
|
8171
|
+
*/
|
|
8172
|
+
getBookingPrice(requestParameters: BookingsApiGetBookingPriceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PlayerPrice[], any, {}>>;
|
|
9060
8173
|
/**
|
|
9061
8174
|
* Recherche des créneaux disponibles pour une réservation rapide
|
|
9062
8175
|
* @param {BookingsApiGetQuickReservationSlotsRequest} requestParameters Request parameters.
|
|
@@ -9668,29 +8781,6 @@ export declare const ClubAnalyticsStaffApiAxiosParamCreator: (configuration?: Co
|
|
|
9668
8781
|
* @throws {RequiredError}
|
|
9669
8782
|
*/
|
|
9670
8783
|
getAnalyticsBySport: (sportId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9671
|
-
/**
|
|
9672
|
-
* Récupère les réservations d\'un joueur par son ID (à venir et passées)
|
|
9673
|
-
* @param {string} playerId
|
|
9674
|
-
* @param {number} [page]
|
|
9675
|
-
* @param {number} [pageSize]
|
|
9676
|
-
* @param {*} [options] Override http request option.
|
|
9677
|
-
* @throws {RequiredError}
|
|
9678
|
-
*/
|
|
9679
|
-
getClubPlayerBookingsById: (playerId: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9680
|
-
/**
|
|
9681
|
-
* Récupère les informations détaillées d\'un joueur par son ID
|
|
9682
|
-
* @param {string} playerId
|
|
9683
|
-
* @param {*} [options] Override http request option.
|
|
9684
|
-
* @throws {RequiredError}
|
|
9685
|
-
*/
|
|
9686
|
-
getClubPlayerById: (playerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9687
|
-
/**
|
|
9688
|
-
* Récupère les statistiques d\'un joueur pour le staff
|
|
9689
|
-
* @param {string} playerId
|
|
9690
|
-
* @param {*} [options] Override http request option.
|
|
9691
|
-
* @throws {RequiredError}
|
|
9692
|
-
*/
|
|
9693
|
-
getClubPlayerStatisticsById: (playerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
9694
8784
|
/**
|
|
9695
8785
|
* Récupère la liste des joueurs du club
|
|
9696
8786
|
* @param {*} [options] Override http request option.
|
|
@@ -9764,29 +8854,6 @@ export declare const ClubAnalyticsStaffApiFp: (configuration?: Configuration) =>
|
|
|
9764
8854
|
* @throws {RequiredError}
|
|
9765
8855
|
*/
|
|
9766
8856
|
getAnalyticsBySport(sportId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SportAnalyticsResponse>>;
|
|
9767
|
-
/**
|
|
9768
|
-
* Récupère les réservations d\'un joueur par son ID (à venir et passées)
|
|
9769
|
-
* @param {string} playerId
|
|
9770
|
-
* @param {number} [page]
|
|
9771
|
-
* @param {number} [pageSize]
|
|
9772
|
-
* @param {*} [options] Override http request option.
|
|
9773
|
-
* @throws {RequiredError}
|
|
9774
|
-
*/
|
|
9775
|
-
getClubPlayerBookingsById(playerId: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubPlayerBookingsResponse>>;
|
|
9776
|
-
/**
|
|
9777
|
-
* Récupère les informations détaillées d\'un joueur par son ID
|
|
9778
|
-
* @param {string} playerId
|
|
9779
|
-
* @param {*} [options] Override http request option.
|
|
9780
|
-
* @throws {RequiredError}
|
|
9781
|
-
*/
|
|
9782
|
-
getClubPlayerById(playerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubPlayerDetailResponse>>;
|
|
9783
|
-
/**
|
|
9784
|
-
* Récupère les statistiques d\'un joueur pour le staff
|
|
9785
|
-
* @param {string} playerId
|
|
9786
|
-
* @param {*} [options] Override http request option.
|
|
9787
|
-
* @throws {RequiredError}
|
|
9788
|
-
*/
|
|
9789
|
-
getClubPlayerStatisticsById(playerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubPlayerStatisticsResponse>>;
|
|
9790
8857
|
/**
|
|
9791
8858
|
* Récupère la liste des joueurs du club
|
|
9792
8859
|
* @param {*} [options] Override http request option.
|
|
@@ -9860,27 +8927,6 @@ export declare const ClubAnalyticsStaffApiFactory: (configuration?: Configuratio
|
|
|
9860
8927
|
* @throws {RequiredError}
|
|
9861
8928
|
*/
|
|
9862
8929
|
getAnalyticsBySport(requestParameters: ClubAnalyticsStaffApiGetAnalyticsBySportRequest, options?: RawAxiosRequestConfig): AxiosPromise<SportAnalyticsResponse>;
|
|
9863
|
-
/**
|
|
9864
|
-
* Récupère les réservations d\'un joueur par son ID (à venir et passées)
|
|
9865
|
-
* @param {ClubAnalyticsStaffApiGetClubPlayerBookingsByIdRequest} requestParameters Request parameters.
|
|
9866
|
-
* @param {*} [options] Override http request option.
|
|
9867
|
-
* @throws {RequiredError}
|
|
9868
|
-
*/
|
|
9869
|
-
getClubPlayerBookingsById(requestParameters: ClubAnalyticsStaffApiGetClubPlayerBookingsByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubPlayerBookingsResponse>;
|
|
9870
|
-
/**
|
|
9871
|
-
* Récupère les informations détaillées d\'un joueur par son ID
|
|
9872
|
-
* @param {ClubAnalyticsStaffApiGetClubPlayerByIdRequest} requestParameters Request parameters.
|
|
9873
|
-
* @param {*} [options] Override http request option.
|
|
9874
|
-
* @throws {RequiredError}
|
|
9875
|
-
*/
|
|
9876
|
-
getClubPlayerById(requestParameters: ClubAnalyticsStaffApiGetClubPlayerByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubPlayerDetailResponse>;
|
|
9877
|
-
/**
|
|
9878
|
-
* Récupère les statistiques d\'un joueur pour le staff
|
|
9879
|
-
* @param {ClubAnalyticsStaffApiGetClubPlayerStatisticsByIdRequest} requestParameters Request parameters.
|
|
9880
|
-
* @param {*} [options] Override http request option.
|
|
9881
|
-
* @throws {RequiredError}
|
|
9882
|
-
*/
|
|
9883
|
-
getClubPlayerStatisticsById(requestParameters: ClubAnalyticsStaffApiGetClubPlayerStatisticsByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubPlayerStatisticsResponse>;
|
|
9884
8930
|
/**
|
|
9885
8931
|
* Récupère la liste des joueurs du club
|
|
9886
8932
|
* @param {*} [options] Override http request option.
|
|
@@ -9953,57 +8999,6 @@ export interface ClubAnalyticsStaffApiGetAnalyticsBySportRequest {
|
|
|
9953
8999
|
*/
|
|
9954
9000
|
readonly sportId: string;
|
|
9955
9001
|
}
|
|
9956
|
-
/**
|
|
9957
|
-
* Request parameters for getClubPlayerBookingsById operation in ClubAnalyticsStaffApi.
|
|
9958
|
-
* @export
|
|
9959
|
-
* @interface ClubAnalyticsStaffApiGetClubPlayerBookingsByIdRequest
|
|
9960
|
-
*/
|
|
9961
|
-
export interface ClubAnalyticsStaffApiGetClubPlayerBookingsByIdRequest {
|
|
9962
|
-
/**
|
|
9963
|
-
*
|
|
9964
|
-
* @type {string}
|
|
9965
|
-
* @memberof ClubAnalyticsStaffApiGetClubPlayerBookingsById
|
|
9966
|
-
*/
|
|
9967
|
-
readonly playerId: string;
|
|
9968
|
-
/**
|
|
9969
|
-
*
|
|
9970
|
-
* @type {number}
|
|
9971
|
-
* @memberof ClubAnalyticsStaffApiGetClubPlayerBookingsById
|
|
9972
|
-
*/
|
|
9973
|
-
readonly page?: number;
|
|
9974
|
-
/**
|
|
9975
|
-
*
|
|
9976
|
-
* @type {number}
|
|
9977
|
-
* @memberof ClubAnalyticsStaffApiGetClubPlayerBookingsById
|
|
9978
|
-
*/
|
|
9979
|
-
readonly pageSize?: number;
|
|
9980
|
-
}
|
|
9981
|
-
/**
|
|
9982
|
-
* Request parameters for getClubPlayerById operation in ClubAnalyticsStaffApi.
|
|
9983
|
-
* @export
|
|
9984
|
-
* @interface ClubAnalyticsStaffApiGetClubPlayerByIdRequest
|
|
9985
|
-
*/
|
|
9986
|
-
export interface ClubAnalyticsStaffApiGetClubPlayerByIdRequest {
|
|
9987
|
-
/**
|
|
9988
|
-
*
|
|
9989
|
-
* @type {string}
|
|
9990
|
-
* @memberof ClubAnalyticsStaffApiGetClubPlayerById
|
|
9991
|
-
*/
|
|
9992
|
-
readonly playerId: string;
|
|
9993
|
-
}
|
|
9994
|
-
/**
|
|
9995
|
-
* Request parameters for getClubPlayerStatisticsById operation in ClubAnalyticsStaffApi.
|
|
9996
|
-
* @export
|
|
9997
|
-
* @interface ClubAnalyticsStaffApiGetClubPlayerStatisticsByIdRequest
|
|
9998
|
-
*/
|
|
9999
|
-
export interface ClubAnalyticsStaffApiGetClubPlayerStatisticsByIdRequest {
|
|
10000
|
-
/**
|
|
10001
|
-
*
|
|
10002
|
-
* @type {string}
|
|
10003
|
-
* @memberof ClubAnalyticsStaffApiGetClubPlayerStatisticsById
|
|
10004
|
-
*/
|
|
10005
|
-
readonly playerId: string;
|
|
10006
|
-
}
|
|
10007
9002
|
/**
|
|
10008
9003
|
* Request parameters for getDailyTurnOver operation in ClubAnalyticsStaffApi.
|
|
10009
9004
|
* @export
|
|
@@ -10083,30 +9078,6 @@ export declare class ClubAnalyticsStaffApi extends BaseAPI {
|
|
|
10083
9078
|
* @memberof ClubAnalyticsStaffApi
|
|
10084
9079
|
*/
|
|
10085
9080
|
getAnalyticsBySport(requestParameters: ClubAnalyticsStaffApiGetAnalyticsBySportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SportAnalyticsResponse, any, {}>>;
|
|
10086
|
-
/**
|
|
10087
|
-
* Récupère les réservations d\'un joueur par son ID (à venir et passées)
|
|
10088
|
-
* @param {ClubAnalyticsStaffApiGetClubPlayerBookingsByIdRequest} requestParameters Request parameters.
|
|
10089
|
-
* @param {*} [options] Override http request option.
|
|
10090
|
-
* @throws {RequiredError}
|
|
10091
|
-
* @memberof ClubAnalyticsStaffApi
|
|
10092
|
-
*/
|
|
10093
|
-
getClubPlayerBookingsById(requestParameters: ClubAnalyticsStaffApiGetClubPlayerBookingsByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubPlayerBookingsResponse, any, {}>>;
|
|
10094
|
-
/**
|
|
10095
|
-
* Récupère les informations détaillées d\'un joueur par son ID
|
|
10096
|
-
* @param {ClubAnalyticsStaffApiGetClubPlayerByIdRequest} requestParameters Request parameters.
|
|
10097
|
-
* @param {*} [options] Override http request option.
|
|
10098
|
-
* @throws {RequiredError}
|
|
10099
|
-
* @memberof ClubAnalyticsStaffApi
|
|
10100
|
-
*/
|
|
10101
|
-
getClubPlayerById(requestParameters: ClubAnalyticsStaffApiGetClubPlayerByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubPlayerDetailResponse, any, {}>>;
|
|
10102
|
-
/**
|
|
10103
|
-
* Récupère les statistiques d\'un joueur pour le staff
|
|
10104
|
-
* @param {ClubAnalyticsStaffApiGetClubPlayerStatisticsByIdRequest} requestParameters Request parameters.
|
|
10105
|
-
* @param {*} [options] Override http request option.
|
|
10106
|
-
* @throws {RequiredError}
|
|
10107
|
-
* @memberof ClubAnalyticsStaffApi
|
|
10108
|
-
*/
|
|
10109
|
-
getClubPlayerStatisticsById(requestParameters: ClubAnalyticsStaffApiGetClubPlayerStatisticsByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubPlayerStatisticsResponse, any, {}>>;
|
|
10110
9081
|
/**
|
|
10111
9082
|
* Récupère la liste des joueurs du club
|
|
10112
9083
|
* @param {*} [options] Override http request option.
|
|
@@ -10485,20 +9456,6 @@ export declare const ClubSettingsManagerApiAxiosParamCreator: (configuration?: C
|
|
|
10485
9456
|
* @throws {RequiredError}
|
|
10486
9457
|
*/
|
|
10487
9458
|
updateClubSettings: (updateClubSettingsRequest: UpdateClubSettingsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10488
|
-
/**
|
|
10489
|
-
*
|
|
10490
|
-
* @param {UpdateClubHoursSettingsRequest} updateClubHoursSettingsRequest
|
|
10491
|
-
* @param {*} [options] Override http request option.
|
|
10492
|
-
* @throws {RequiredError}
|
|
10493
|
-
*/
|
|
10494
|
-
updateHoursSettings: (updateClubHoursSettingsRequest: UpdateClubHoursSettingsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10495
|
-
/**
|
|
10496
|
-
*
|
|
10497
|
-
* @param {UpdateClubReservationSettingsRequest} updateClubReservationSettingsRequest
|
|
10498
|
-
* @param {*} [options] Override http request option.
|
|
10499
|
-
* @throws {RequiredError}
|
|
10500
|
-
*/
|
|
10501
|
-
updateReservationSettings: (updateClubReservationSettingsRequest: UpdateClubReservationSettingsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10502
9459
|
};
|
|
10503
9460
|
/**
|
|
10504
9461
|
* ClubSettingsManagerApi - functional programming interface
|
|
@@ -10532,20 +9489,6 @@ export declare const ClubSettingsManagerApiFp: (configuration?: Configuration) =
|
|
|
10532
9489
|
* @throws {RequiredError}
|
|
10533
9490
|
*/
|
|
10534
9491
|
updateClubSettings(updateClubSettingsRequest: UpdateClubSettingsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubSettingsResponse>>;
|
|
10535
|
-
/**
|
|
10536
|
-
*
|
|
10537
|
-
* @param {UpdateClubHoursSettingsRequest} updateClubHoursSettingsRequest
|
|
10538
|
-
* @param {*} [options] Override http request option.
|
|
10539
|
-
* @throws {RequiredError}
|
|
10540
|
-
*/
|
|
10541
|
-
updateHoursSettings(updateClubHoursSettingsRequest: UpdateClubHoursSettingsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubHoursSettingsResponse>>;
|
|
10542
|
-
/**
|
|
10543
|
-
*
|
|
10544
|
-
* @param {UpdateClubReservationSettingsRequest} updateClubReservationSettingsRequest
|
|
10545
|
-
* @param {*} [options] Override http request option.
|
|
10546
|
-
* @throws {RequiredError}
|
|
10547
|
-
*/
|
|
10548
|
-
updateReservationSettings(updateClubReservationSettingsRequest: UpdateClubReservationSettingsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubReservationSettingsResponse>>;
|
|
10549
9492
|
};
|
|
10550
9493
|
/**
|
|
10551
9494
|
* ClubSettingsManagerApi - factory interface
|
|
@@ -10578,20 +9521,6 @@ export declare const ClubSettingsManagerApiFactory: (configuration?: Configurati
|
|
|
10578
9521
|
* @throws {RequiredError}
|
|
10579
9522
|
*/
|
|
10580
9523
|
updateClubSettings(requestParameters: ClubSettingsManagerApiUpdateClubSettingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubSettingsResponse>;
|
|
10581
|
-
/**
|
|
10582
|
-
*
|
|
10583
|
-
* @param {ClubSettingsManagerApiUpdateHoursSettingsRequest} requestParameters Request parameters.
|
|
10584
|
-
* @param {*} [options] Override http request option.
|
|
10585
|
-
* @throws {RequiredError}
|
|
10586
|
-
*/
|
|
10587
|
-
updateHoursSettings(requestParameters: ClubSettingsManagerApiUpdateHoursSettingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubHoursSettingsResponse>;
|
|
10588
|
-
/**
|
|
10589
|
-
*
|
|
10590
|
-
* @param {ClubSettingsManagerApiUpdateReservationSettingsRequest} requestParameters Request parameters.
|
|
10591
|
-
* @param {*} [options] Override http request option.
|
|
10592
|
-
* @throws {RequiredError}
|
|
10593
|
-
*/
|
|
10594
|
-
updateReservationSettings(requestParameters: ClubSettingsManagerApiUpdateReservationSettingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubReservationSettingsResponse>;
|
|
10595
9524
|
};
|
|
10596
9525
|
/**
|
|
10597
9526
|
* Request parameters for createClubSettings operation in ClubSettingsManagerApi.
|
|
@@ -10615,171 +9544,53 @@ export interface ClubSettingsManagerApiCreateClubSettingsRequest {
|
|
|
10615
9544
|
/**
|
|
10616
9545
|
* Request parameters for updateClubSettings operation in ClubSettingsManagerApi.
|
|
10617
9546
|
* @export
|
|
10618
|
-
* @interface ClubSettingsManagerApiUpdateClubSettingsRequest
|
|
10619
|
-
*/
|
|
10620
|
-
export interface ClubSettingsManagerApiUpdateClubSettingsRequest {
|
|
10621
|
-
/**
|
|
10622
|
-
*
|
|
10623
|
-
* @type {UpdateClubSettingsRequest}
|
|
10624
|
-
* @memberof ClubSettingsManagerApiUpdateClubSettings
|
|
10625
|
-
*/
|
|
10626
|
-
readonly updateClubSettingsRequest: UpdateClubSettingsRequest;
|
|
10627
|
-
}
|
|
10628
|
-
/**
|
|
10629
|
-
* Request parameters for updateHoursSettings operation in ClubSettingsManagerApi.
|
|
10630
|
-
* @export
|
|
10631
|
-
* @interface ClubSettingsManagerApiUpdateHoursSettingsRequest
|
|
10632
|
-
*/
|
|
10633
|
-
export interface ClubSettingsManagerApiUpdateHoursSettingsRequest {
|
|
10634
|
-
/**
|
|
10635
|
-
*
|
|
10636
|
-
* @type {UpdateClubHoursSettingsRequest}
|
|
10637
|
-
* @memberof ClubSettingsManagerApiUpdateHoursSettings
|
|
10638
|
-
*/
|
|
10639
|
-
readonly updateClubHoursSettingsRequest: UpdateClubHoursSettingsRequest;
|
|
10640
|
-
}
|
|
10641
|
-
/**
|
|
10642
|
-
* Request parameters for updateReservationSettings operation in ClubSettingsManagerApi.
|
|
10643
|
-
* @export
|
|
10644
|
-
* @interface ClubSettingsManagerApiUpdateReservationSettingsRequest
|
|
10645
|
-
*/
|
|
10646
|
-
export interface ClubSettingsManagerApiUpdateReservationSettingsRequest {
|
|
10647
|
-
/**
|
|
10648
|
-
*
|
|
10649
|
-
* @type {UpdateClubReservationSettingsRequest}
|
|
10650
|
-
* @memberof ClubSettingsManagerApiUpdateReservationSettings
|
|
10651
|
-
*/
|
|
10652
|
-
readonly updateClubReservationSettingsRequest: UpdateClubReservationSettingsRequest;
|
|
10653
|
-
}
|
|
10654
|
-
/**
|
|
10655
|
-
* ClubSettingsManagerApi - object-oriented interface
|
|
10656
|
-
* @export
|
|
10657
|
-
* @class ClubSettingsManagerApi
|
|
10658
|
-
* @extends {BaseAPI}
|
|
10659
|
-
*/
|
|
10660
|
-
export declare class ClubSettingsManagerApi extends BaseAPI {
|
|
10661
|
-
/**
|
|
10662
|
-
* Crée les paramètres d\'un club
|
|
10663
|
-
* @param {ClubSettingsManagerApiCreateClubSettingsRequest} requestParameters Request parameters.
|
|
10664
|
-
* @param {*} [options] Override http request option.
|
|
10665
|
-
* @throws {RequiredError}
|
|
10666
|
-
* @memberof ClubSettingsManagerApi
|
|
10667
|
-
*/
|
|
10668
|
-
createClubSettings(requestParameters: ClubSettingsManagerApiCreateClubSettingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubSettingsResponse, any, {}>>;
|
|
10669
|
-
/**
|
|
10670
|
-
* Supprime les paramètres d\'un club
|
|
10671
|
-
* @param {*} [options] Override http request option.
|
|
10672
|
-
* @throws {RequiredError}
|
|
10673
|
-
* @memberof ClubSettingsManagerApi
|
|
10674
|
-
*/
|
|
10675
|
-
deleteClubSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteClubSettingsResponse, any, {}>>;
|
|
10676
|
-
/**
|
|
10677
|
-
* Récupère les paramètres d\'un club
|
|
10678
|
-
* @param {*} [options] Override http request option.
|
|
10679
|
-
* @throws {RequiredError}
|
|
10680
|
-
* @memberof ClubSettingsManagerApi
|
|
10681
|
-
*/
|
|
10682
|
-
getClubSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubSettingsResponse, any, {}>>;
|
|
10683
|
-
/**
|
|
10684
|
-
* Met à jour les paramètres d\'un club
|
|
10685
|
-
* @param {ClubSettingsManagerApiUpdateClubSettingsRequest} requestParameters Request parameters.
|
|
10686
|
-
* @param {*} [options] Override http request option.
|
|
10687
|
-
* @throws {RequiredError}
|
|
10688
|
-
* @memberof ClubSettingsManagerApi
|
|
10689
|
-
*/
|
|
10690
|
-
updateClubSettings(requestParameters: ClubSettingsManagerApiUpdateClubSettingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubSettingsResponse, any, {}>>;
|
|
10691
|
-
/**
|
|
10692
|
-
*
|
|
10693
|
-
* @param {ClubSettingsManagerApiUpdateHoursSettingsRequest} requestParameters Request parameters.
|
|
10694
|
-
* @param {*} [options] Override http request option.
|
|
10695
|
-
* @throws {RequiredError}
|
|
10696
|
-
* @memberof ClubSettingsManagerApi
|
|
10697
|
-
*/
|
|
10698
|
-
updateHoursSettings(requestParameters: ClubSettingsManagerApiUpdateHoursSettingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubHoursSettingsResponse, any, {}>>;
|
|
10699
|
-
/**
|
|
10700
|
-
*
|
|
10701
|
-
* @param {ClubSettingsManagerApiUpdateReservationSettingsRequest} requestParameters Request parameters.
|
|
10702
|
-
* @param {*} [options] Override http request option.
|
|
10703
|
-
* @throws {RequiredError}
|
|
10704
|
-
* @memberof ClubSettingsManagerApi
|
|
10705
|
-
*/
|
|
10706
|
-
updateReservationSettings(requestParameters: ClubSettingsManagerApiUpdateReservationSettingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubReservationSettingsResponse, any, {}>>;
|
|
10707
|
-
}
|
|
10708
|
-
/**
|
|
10709
|
-
* ClubSettingsStaffApi - axios parameter creator
|
|
10710
|
-
* @export
|
|
10711
|
-
*/
|
|
10712
|
-
export declare const ClubSettingsStaffApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
10713
|
-
/**
|
|
10714
|
-
*
|
|
10715
|
-
* @param {*} [options] Override http request option.
|
|
10716
|
-
* @throws {RequiredError}
|
|
10717
|
-
*/
|
|
10718
|
-
getHoursSettings: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10719
|
-
/**
|
|
10720
|
-
*
|
|
10721
|
-
* @param {*} [options] Override http request option.
|
|
10722
|
-
* @throws {RequiredError}
|
|
10723
|
-
*/
|
|
10724
|
-
getReservationSettings: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10725
|
-
};
|
|
10726
|
-
/**
|
|
10727
|
-
* ClubSettingsStaffApi - functional programming interface
|
|
10728
|
-
* @export
|
|
9547
|
+
* @interface ClubSettingsManagerApiUpdateClubSettingsRequest
|
|
10729
9548
|
*/
|
|
10730
|
-
export
|
|
10731
|
-
/**
|
|
10732
|
-
*
|
|
10733
|
-
* @param {*} [options] Override http request option.
|
|
10734
|
-
* @throws {RequiredError}
|
|
10735
|
-
*/
|
|
10736
|
-
getHoursSettings(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubHoursSettingsResponse>>;
|
|
9549
|
+
export interface ClubSettingsManagerApiUpdateClubSettingsRequest {
|
|
10737
9550
|
/**
|
|
10738
9551
|
*
|
|
10739
|
-
* @
|
|
10740
|
-
* @
|
|
9552
|
+
* @type {UpdateClubSettingsRequest}
|
|
9553
|
+
* @memberof ClubSettingsManagerApiUpdateClubSettings
|
|
10741
9554
|
*/
|
|
10742
|
-
|
|
10743
|
-
}
|
|
9555
|
+
readonly updateClubSettingsRequest: UpdateClubSettingsRequest;
|
|
9556
|
+
}
|
|
10744
9557
|
/**
|
|
10745
|
-
*
|
|
9558
|
+
* ClubSettingsManagerApi - object-oriented interface
|
|
10746
9559
|
* @export
|
|
9560
|
+
* @class ClubSettingsManagerApi
|
|
9561
|
+
* @extends {BaseAPI}
|
|
10747
9562
|
*/
|
|
10748
|
-
export declare
|
|
9563
|
+
export declare class ClubSettingsManagerApi extends BaseAPI {
|
|
10749
9564
|
/**
|
|
10750
|
-
*
|
|
9565
|
+
* Crée les paramètres d\'un club
|
|
9566
|
+
* @param {ClubSettingsManagerApiCreateClubSettingsRequest} requestParameters Request parameters.
|
|
10751
9567
|
* @param {*} [options] Override http request option.
|
|
10752
9568
|
* @throws {RequiredError}
|
|
9569
|
+
* @memberof ClubSettingsManagerApi
|
|
10753
9570
|
*/
|
|
10754
|
-
|
|
9571
|
+
createClubSettings(requestParameters: ClubSettingsManagerApiCreateClubSettingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubSettingsResponse, any, {}>>;
|
|
10755
9572
|
/**
|
|
10756
|
-
*
|
|
9573
|
+
* Supprime les paramètres d\'un club
|
|
10757
9574
|
* @param {*} [options] Override http request option.
|
|
10758
9575
|
* @throws {RequiredError}
|
|
9576
|
+
* @memberof ClubSettingsManagerApi
|
|
10759
9577
|
*/
|
|
10760
|
-
|
|
10761
|
-
};
|
|
10762
|
-
/**
|
|
10763
|
-
* ClubSettingsStaffApi - object-oriented interface
|
|
10764
|
-
* @export
|
|
10765
|
-
* @class ClubSettingsStaffApi
|
|
10766
|
-
* @extends {BaseAPI}
|
|
10767
|
-
*/
|
|
10768
|
-
export declare class ClubSettingsStaffApi extends BaseAPI {
|
|
9578
|
+
deleteClubSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteClubSettingsResponse, any, {}>>;
|
|
10769
9579
|
/**
|
|
10770
|
-
*
|
|
9580
|
+
* Récupère les paramètres d\'un club
|
|
10771
9581
|
* @param {*} [options] Override http request option.
|
|
10772
9582
|
* @throws {RequiredError}
|
|
10773
|
-
* @memberof
|
|
9583
|
+
* @memberof ClubSettingsManagerApi
|
|
10774
9584
|
*/
|
|
10775
|
-
|
|
9585
|
+
getClubSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubSettingsResponse, any, {}>>;
|
|
10776
9586
|
/**
|
|
10777
|
-
*
|
|
9587
|
+
* Met à jour les paramètres d\'un club
|
|
9588
|
+
* @param {ClubSettingsManagerApiUpdateClubSettingsRequest} requestParameters Request parameters.
|
|
10778
9589
|
* @param {*} [options] Override http request option.
|
|
10779
9590
|
* @throws {RequiredError}
|
|
10780
|
-
* @memberof
|
|
9591
|
+
* @memberof ClubSettingsManagerApi
|
|
10781
9592
|
*/
|
|
10782
|
-
|
|
9593
|
+
updateClubSettings(requestParameters: ClubSettingsManagerApiUpdateClubSettingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubSettingsResponse, any, {}>>;
|
|
10783
9594
|
}
|
|
10784
9595
|
/**
|
|
10785
9596
|
* ClubsApi - axios parameter creator
|
|
@@ -11386,13 +10197,6 @@ export declare const ClubsManagerApiAxiosParamCreator: (configuration?: Configur
|
|
|
11386
10197
|
* @throws {RequiredError}
|
|
11387
10198
|
*/
|
|
11388
10199
|
updateClub: (updateClubRequest: UpdateClubRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11389
|
-
/**
|
|
11390
|
-
*
|
|
11391
|
-
* @param {UpdateClubGeneralSettingsRequest} updateClubGeneralSettingsRequest
|
|
11392
|
-
* @param {*} [options] Override http request option.
|
|
11393
|
-
* @throws {RequiredError}
|
|
11394
|
-
*/
|
|
11395
|
-
updateClubGeneralSettings: (updateClubGeneralSettingsRequest: UpdateClubGeneralSettingsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11396
10200
|
/**
|
|
11397
10201
|
*
|
|
11398
10202
|
* @param {any} body
|
|
@@ -11400,13 +10204,6 @@ export declare const ClubsManagerApiAxiosParamCreator: (configuration?: Configur
|
|
|
11400
10204
|
* @throws {RequiredError}
|
|
11401
10205
|
*/
|
|
11402
10206
|
updateClubInfos: (body: any, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11403
|
-
/**
|
|
11404
|
-
*
|
|
11405
|
-
* @param {UpdateClubPresentationSettingsRequest} updateClubPresentationSettingsRequest
|
|
11406
|
-
* @param {*} [options] Override http request option.
|
|
11407
|
-
* @throws {RequiredError}
|
|
11408
|
-
*/
|
|
11409
|
-
updateClubPresentationSettings: (updateClubPresentationSettingsRequest: UpdateClubPresentationSettingsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11410
10207
|
/**
|
|
11411
10208
|
*
|
|
11412
10209
|
* @param {string} courtId
|
|
@@ -11535,13 +10332,6 @@ export declare const ClubsManagerApiFp: (configuration?: Configuration) => {
|
|
|
11535
10332
|
* @throws {RequiredError}
|
|
11536
10333
|
*/
|
|
11537
10334
|
updateClub(updateClubRequest: UpdateClubRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubResponse>>;
|
|
11538
|
-
/**
|
|
11539
|
-
*
|
|
11540
|
-
* @param {UpdateClubGeneralSettingsRequest} updateClubGeneralSettingsRequest
|
|
11541
|
-
* @param {*} [options] Override http request option.
|
|
11542
|
-
* @throws {RequiredError}
|
|
11543
|
-
*/
|
|
11544
|
-
updateClubGeneralSettings(updateClubGeneralSettingsRequest: UpdateClubGeneralSettingsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubGeneralSettingsResponse>>;
|
|
11545
10335
|
/**
|
|
11546
10336
|
*
|
|
11547
10337
|
* @param {any} body
|
|
@@ -11549,13 +10339,6 @@ export declare const ClubsManagerApiFp: (configuration?: Configuration) => {
|
|
|
11549
10339
|
* @throws {RequiredError}
|
|
11550
10340
|
*/
|
|
11551
10341
|
updateClubInfos(body: any, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
11552
|
-
/**
|
|
11553
|
-
*
|
|
11554
|
-
* @param {UpdateClubPresentationSettingsRequest} updateClubPresentationSettingsRequest
|
|
11555
|
-
* @param {*} [options] Override http request option.
|
|
11556
|
-
* @throws {RequiredError}
|
|
11557
|
-
*/
|
|
11558
|
-
updateClubPresentationSettings(updateClubPresentationSettingsRequest: UpdateClubPresentationSettingsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubPresentationSettingsResponse>>;
|
|
11559
10342
|
/**
|
|
11560
10343
|
*
|
|
11561
10344
|
* @param {string} courtId
|
|
@@ -11682,13 +10465,6 @@ export declare const ClubsManagerApiFactory: (configuration?: Configuration, bas
|
|
|
11682
10465
|
* @throws {RequiredError}
|
|
11683
10466
|
*/
|
|
11684
10467
|
updateClub(requestParameters: ClubsManagerApiUpdateClubRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubResponse>;
|
|
11685
|
-
/**
|
|
11686
|
-
*
|
|
11687
|
-
* @param {ClubsManagerApiUpdateClubGeneralSettingsRequest} requestParameters Request parameters.
|
|
11688
|
-
* @param {*} [options] Override http request option.
|
|
11689
|
-
* @throws {RequiredError}
|
|
11690
|
-
*/
|
|
11691
|
-
updateClubGeneralSettings(requestParameters: ClubsManagerApiUpdateClubGeneralSettingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubGeneralSettingsResponse>;
|
|
11692
10468
|
/**
|
|
11693
10469
|
*
|
|
11694
10470
|
* @param {ClubsManagerApiUpdateClubInfosRequest} requestParameters Request parameters.
|
|
@@ -11696,13 +10472,6 @@ export declare const ClubsManagerApiFactory: (configuration?: Configuration, bas
|
|
|
11696
10472
|
* @throws {RequiredError}
|
|
11697
10473
|
*/
|
|
11698
10474
|
updateClubInfos(requestParameters: ClubsManagerApiUpdateClubInfosRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
11699
|
-
/**
|
|
11700
|
-
*
|
|
11701
|
-
* @param {ClubsManagerApiUpdateClubPresentationSettingsRequest} requestParameters Request parameters.
|
|
11702
|
-
* @param {*} [options] Override http request option.
|
|
11703
|
-
* @throws {RequiredError}
|
|
11704
|
-
*/
|
|
11705
|
-
updateClubPresentationSettings(requestParameters: ClubsManagerApiUpdateClubPresentationSettingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubPresentationSettingsResponse>;
|
|
11706
10475
|
/**
|
|
11707
10476
|
*
|
|
11708
10477
|
* @param {ClubsManagerApiUpdateCourtRequest} requestParameters Request parameters.
|
|
@@ -11912,19 +10681,6 @@ export interface ClubsManagerApiUpdateClubRequest {
|
|
|
11912
10681
|
*/
|
|
11913
10682
|
readonly updateClubRequest: UpdateClubRequest;
|
|
11914
10683
|
}
|
|
11915
|
-
/**
|
|
11916
|
-
* Request parameters for updateClubGeneralSettings operation in ClubsManagerApi.
|
|
11917
|
-
* @export
|
|
11918
|
-
* @interface ClubsManagerApiUpdateClubGeneralSettingsRequest
|
|
11919
|
-
*/
|
|
11920
|
-
export interface ClubsManagerApiUpdateClubGeneralSettingsRequest {
|
|
11921
|
-
/**
|
|
11922
|
-
*
|
|
11923
|
-
* @type {UpdateClubGeneralSettingsRequest}
|
|
11924
|
-
* @memberof ClubsManagerApiUpdateClubGeneralSettings
|
|
11925
|
-
*/
|
|
11926
|
-
readonly updateClubGeneralSettingsRequest: UpdateClubGeneralSettingsRequest;
|
|
11927
|
-
}
|
|
11928
10684
|
/**
|
|
11929
10685
|
* Request parameters for updateClubInfos operation in ClubsManagerApi.
|
|
11930
10686
|
* @export
|
|
@@ -11938,19 +10694,6 @@ export interface ClubsManagerApiUpdateClubInfosRequest {
|
|
|
11938
10694
|
*/
|
|
11939
10695
|
readonly body: any;
|
|
11940
10696
|
}
|
|
11941
|
-
/**
|
|
11942
|
-
* Request parameters for updateClubPresentationSettings operation in ClubsManagerApi.
|
|
11943
|
-
* @export
|
|
11944
|
-
* @interface ClubsManagerApiUpdateClubPresentationSettingsRequest
|
|
11945
|
-
*/
|
|
11946
|
-
export interface ClubsManagerApiUpdateClubPresentationSettingsRequest {
|
|
11947
|
-
/**
|
|
11948
|
-
*
|
|
11949
|
-
* @type {UpdateClubPresentationSettingsRequest}
|
|
11950
|
-
* @memberof ClubsManagerApiUpdateClubPresentationSettings
|
|
11951
|
-
*/
|
|
11952
|
-
readonly updateClubPresentationSettingsRequest: UpdateClubPresentationSettingsRequest;
|
|
11953
|
-
}
|
|
11954
10697
|
/**
|
|
11955
10698
|
* Request parameters for updateCourt operation in ClubsManagerApi.
|
|
11956
10699
|
* @export
|
|
@@ -12115,14 +10858,6 @@ export declare class ClubsManagerApi extends BaseAPI {
|
|
|
12115
10858
|
* @memberof ClubsManagerApi
|
|
12116
10859
|
*/
|
|
12117
10860
|
updateClub(requestParameters: ClubsManagerApiUpdateClubRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubResponse, any, {}>>;
|
|
12118
|
-
/**
|
|
12119
|
-
*
|
|
12120
|
-
* @param {ClubsManagerApiUpdateClubGeneralSettingsRequest} requestParameters Request parameters.
|
|
12121
|
-
* @param {*} [options] Override http request option.
|
|
12122
|
-
* @throws {RequiredError}
|
|
12123
|
-
* @memberof ClubsManagerApi
|
|
12124
|
-
*/
|
|
12125
|
-
updateClubGeneralSettings(requestParameters: ClubsManagerApiUpdateClubGeneralSettingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubGeneralSettingsResponse, any, {}>>;
|
|
12126
10861
|
/**
|
|
12127
10862
|
*
|
|
12128
10863
|
* @param {ClubsManagerApiUpdateClubInfosRequest} requestParameters Request parameters.
|
|
@@ -12131,14 +10866,6 @@ export declare class ClubsManagerApi extends BaseAPI {
|
|
|
12131
10866
|
* @memberof ClubsManagerApi
|
|
12132
10867
|
*/
|
|
12133
10868
|
updateClubInfos(requestParameters: ClubsManagerApiUpdateClubInfosRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
12134
|
-
/**
|
|
12135
|
-
*
|
|
12136
|
-
* @param {ClubsManagerApiUpdateClubPresentationSettingsRequest} requestParameters Request parameters.
|
|
12137
|
-
* @param {*} [options] Override http request option.
|
|
12138
|
-
* @throws {RequiredError}
|
|
12139
|
-
* @memberof ClubsManagerApi
|
|
12140
|
-
*/
|
|
12141
|
-
updateClubPresentationSettings(requestParameters: ClubsManagerApiUpdateClubPresentationSettingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubPresentationSettingsResponse, any, {}>>;
|
|
12142
10869
|
/**
|
|
12143
10870
|
*
|
|
12144
10871
|
* @param {ClubsManagerApiUpdateCourtRequest} requestParameters Request parameters.
|
|
@@ -12167,12 +10894,6 @@ export declare const ClubsStaffApiAxiosParamCreator: (configuration?: Configurat
|
|
|
12167
10894
|
* @throws {RequiredError}
|
|
12168
10895
|
*/
|
|
12169
10896
|
getActualities: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12170
|
-
/**
|
|
12171
|
-
*
|
|
12172
|
-
* @param {*} [options] Override http request option.
|
|
12173
|
-
* @throws {RequiredError}
|
|
12174
|
-
*/
|
|
12175
|
-
getClubGeneralSettings: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12176
10897
|
/**
|
|
12177
10898
|
*
|
|
12178
10899
|
* @param {*} [options] Override http request option.
|
|
@@ -12185,12 +10906,6 @@ export declare const ClubsStaffApiAxiosParamCreator: (configuration?: Configurat
|
|
|
12185
10906
|
* @throws {RequiredError}
|
|
12186
10907
|
*/
|
|
12187
10908
|
getClubMembers: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12188
|
-
/**
|
|
12189
|
-
*
|
|
12190
|
-
* @param {*} [options] Override http request option.
|
|
12191
|
-
* @throws {RequiredError}
|
|
12192
|
-
*/
|
|
12193
|
-
getClubPresentationSettings: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12194
10909
|
/**
|
|
12195
10910
|
* Récupère les rôles d\'un club
|
|
12196
10911
|
* @param {*} [options] Override http request option.
|
|
@@ -12228,12 +10943,6 @@ export declare const ClubsStaffApiFp: (configuration?: Configuration) => {
|
|
|
12228
10943
|
* @throws {RequiredError}
|
|
12229
10944
|
*/
|
|
12230
10945
|
getActualities(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetActualities200Response>>;
|
|
12231
|
-
/**
|
|
12232
|
-
*
|
|
12233
|
-
* @param {*} [options] Override http request option.
|
|
12234
|
-
* @throws {RequiredError}
|
|
12235
|
-
*/
|
|
12236
|
-
getClubGeneralSettings(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubGeneralSettingsResponse>>;
|
|
12237
10946
|
/**
|
|
12238
10947
|
*
|
|
12239
10948
|
* @param {*} [options] Override http request option.
|
|
@@ -12246,12 +10955,6 @@ export declare const ClubsStaffApiFp: (configuration?: Configuration) => {
|
|
|
12246
10955
|
* @throws {RequiredError}
|
|
12247
10956
|
*/
|
|
12248
10957
|
getClubMembers(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClubMembers200Response>>;
|
|
12249
|
-
/**
|
|
12250
|
-
*
|
|
12251
|
-
* @param {*} [options] Override http request option.
|
|
12252
|
-
* @throws {RequiredError}
|
|
12253
|
-
*/
|
|
12254
|
-
getClubPresentationSettings(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubPresentationSettingsResponse>>;
|
|
12255
10958
|
/**
|
|
12256
10959
|
* Récupère les rôles d\'un club
|
|
12257
10960
|
* @param {*} [options] Override http request option.
|
|
@@ -12289,12 +10992,6 @@ export declare const ClubsStaffApiFactory: (configuration?: Configuration, baseP
|
|
|
12289
10992
|
* @throws {RequiredError}
|
|
12290
10993
|
*/
|
|
12291
10994
|
getActualities(options?: RawAxiosRequestConfig): AxiosPromise<GetActualities200Response>;
|
|
12292
|
-
/**
|
|
12293
|
-
*
|
|
12294
|
-
* @param {*} [options] Override http request option.
|
|
12295
|
-
* @throws {RequiredError}
|
|
12296
|
-
*/
|
|
12297
|
-
getClubGeneralSettings(options?: RawAxiosRequestConfig): AxiosPromise<ClubGeneralSettingsResponse>;
|
|
12298
10995
|
/**
|
|
12299
10996
|
*
|
|
12300
10997
|
* @param {*} [options] Override http request option.
|
|
@@ -12307,12 +11004,6 @@ export declare const ClubsStaffApiFactory: (configuration?: Configuration, baseP
|
|
|
12307
11004
|
* @throws {RequiredError}
|
|
12308
11005
|
*/
|
|
12309
11006
|
getClubMembers(options?: RawAxiosRequestConfig): AxiosPromise<GetClubMembers200Response>;
|
|
12310
|
-
/**
|
|
12311
|
-
*
|
|
12312
|
-
* @param {*} [options] Override http request option.
|
|
12313
|
-
* @throws {RequiredError}
|
|
12314
|
-
*/
|
|
12315
|
-
getClubPresentationSettings(options?: RawAxiosRequestConfig): AxiosPromise<ClubPresentationSettingsResponse>;
|
|
12316
11007
|
/**
|
|
12317
11008
|
* Récupère les rôles d\'un club
|
|
12318
11009
|
* @param {*} [options] Override http request option.
|
|
@@ -12366,13 +11057,6 @@ export declare class ClubsStaffApi extends BaseAPI {
|
|
|
12366
11057
|
* @memberof ClubsStaffApi
|
|
12367
11058
|
*/
|
|
12368
11059
|
getActualities(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetActualities200Response, any, {}>>;
|
|
12369
|
-
/**
|
|
12370
|
-
*
|
|
12371
|
-
* @param {*} [options] Override http request option.
|
|
12372
|
-
* @throws {RequiredError}
|
|
12373
|
-
* @memberof ClubsStaffApi
|
|
12374
|
-
*/
|
|
12375
|
-
getClubGeneralSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubGeneralSettingsResponse, any, {}>>;
|
|
12376
11060
|
/**
|
|
12377
11061
|
*
|
|
12378
11062
|
* @param {*} [options] Override http request option.
|
|
@@ -12387,13 +11071,6 @@ export declare class ClubsStaffApi extends BaseAPI {
|
|
|
12387
11071
|
* @memberof ClubsStaffApi
|
|
12388
11072
|
*/
|
|
12389
11073
|
getClubMembers(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClubMembers200Response, any, {}>>;
|
|
12390
|
-
/**
|
|
12391
|
-
*
|
|
12392
|
-
* @param {*} [options] Override http request option.
|
|
12393
|
-
* @throws {RequiredError}
|
|
12394
|
-
* @memberof ClubsStaffApi
|
|
12395
|
-
*/
|
|
12396
|
-
getClubPresentationSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubPresentationSettingsResponse, any, {}>>;
|
|
12397
11074
|
/**
|
|
12398
11075
|
* Récupère les rôles d\'un club
|
|
12399
11076
|
* @param {*} [options] Override http request option.
|
|
@@ -13190,6 +11867,57 @@ export declare class SportsManagerApi extends BaseAPI {
|
|
|
13190
11867
|
*/
|
|
13191
11868
|
updateSport(requestParameters: SportsManagerApiUpdateSportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SportResponse, any, {}>>;
|
|
13192
11869
|
}
|
|
11870
|
+
/**
|
|
11871
|
+
* SportsPublicApi - axios parameter creator
|
|
11872
|
+
* @export
|
|
11873
|
+
*/
|
|
11874
|
+
export declare const SportsPublicApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
11875
|
+
/**
|
|
11876
|
+
* Récupère tous les sports vérifiés, accessibles publiquement
|
|
11877
|
+
* @param {*} [options] Override http request option.
|
|
11878
|
+
* @throws {RequiredError}
|
|
11879
|
+
*/
|
|
11880
|
+
getVerifiedSports: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11881
|
+
};
|
|
11882
|
+
/**
|
|
11883
|
+
* SportsPublicApi - functional programming interface
|
|
11884
|
+
* @export
|
|
11885
|
+
*/
|
|
11886
|
+
export declare const SportsPublicApiFp: (configuration?: Configuration) => {
|
|
11887
|
+
/**
|
|
11888
|
+
* Récupère tous les sports vérifiés, accessibles publiquement
|
|
11889
|
+
* @param {*} [options] Override http request option.
|
|
11890
|
+
* @throws {RequiredError}
|
|
11891
|
+
*/
|
|
11892
|
+
getVerifiedSports(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<SportResponse>>>;
|
|
11893
|
+
};
|
|
11894
|
+
/**
|
|
11895
|
+
* SportsPublicApi - factory interface
|
|
11896
|
+
* @export
|
|
11897
|
+
*/
|
|
11898
|
+
export declare const SportsPublicApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
11899
|
+
/**
|
|
11900
|
+
* Récupère tous les sports vérifiés, accessibles publiquement
|
|
11901
|
+
* @param {*} [options] Override http request option.
|
|
11902
|
+
* @throws {RequiredError}
|
|
11903
|
+
*/
|
|
11904
|
+
getVerifiedSports(options?: RawAxiosRequestConfig): AxiosPromise<Array<SportResponse>>;
|
|
11905
|
+
};
|
|
11906
|
+
/**
|
|
11907
|
+
* SportsPublicApi - object-oriented interface
|
|
11908
|
+
* @export
|
|
11909
|
+
* @class SportsPublicApi
|
|
11910
|
+
* @extends {BaseAPI}
|
|
11911
|
+
*/
|
|
11912
|
+
export declare class SportsPublicApi extends BaseAPI {
|
|
11913
|
+
/**
|
|
11914
|
+
* Récupère tous les sports vérifiés, accessibles publiquement
|
|
11915
|
+
* @param {*} [options] Override http request option.
|
|
11916
|
+
* @throws {RequiredError}
|
|
11917
|
+
* @memberof SportsPublicApi
|
|
11918
|
+
*/
|
|
11919
|
+
getVerifiedSports(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SportResponse[], any, {}>>;
|
|
11920
|
+
}
|
|
13193
11921
|
/**
|
|
13194
11922
|
* SportsStaffApi - axios parameter creator
|
|
13195
11923
|
* @export
|
|
@@ -13731,13 +12459,6 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
13731
12459
|
* @throws {RequiredError}
|
|
13732
12460
|
*/
|
|
13733
12461
|
addOrganization: (addOrganizationRequest: AddOrganizationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13734
|
-
/**
|
|
13735
|
-
*
|
|
13736
|
-
* @param {AddPaymentMethodRequestBody} addPaymentMethodRequestBody
|
|
13737
|
-
* @param {*} [options] Override http request option.
|
|
13738
|
-
* @throws {RequiredError}
|
|
13739
|
-
*/
|
|
13740
|
-
addPaymentMethodSetup: (addPaymentMethodRequestBody: AddPaymentMethodRequestBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13741
12462
|
/**
|
|
13742
12463
|
*
|
|
13743
12464
|
* @param {ChangePasswordRequestBody} changePasswordRequestBody
|
|
@@ -13745,13 +12466,6 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
13745
12466
|
* @throws {RequiredError}
|
|
13746
12467
|
*/
|
|
13747
12468
|
changePassword: (changePasswordRequestBody: ChangePasswordRequestBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13748
|
-
/**
|
|
13749
|
-
*
|
|
13750
|
-
* @param {ConfirmPaymentMethodRequestBody} confirmPaymentMethodRequestBody
|
|
13751
|
-
* @param {*} [options] Override http request option.
|
|
13752
|
-
* @throws {RequiredError}
|
|
13753
|
-
*/
|
|
13754
|
-
confirmPaymentMethodSetup: (confirmPaymentMethodRequestBody: ConfirmPaymentMethodRequestBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13755
12469
|
/**
|
|
13756
12470
|
*
|
|
13757
12471
|
* @param {*} [options] Override http request option.
|
|
@@ -13930,13 +12644,6 @@ export declare const UsersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
13930
12644
|
* @throws {RequiredError}
|
|
13931
12645
|
*/
|
|
13932
12646
|
resetPassword: (resetPasswordRequest: ResetPasswordRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13933
|
-
/**
|
|
13934
|
-
*
|
|
13935
|
-
* @param {SetupPaymentMethodRequestBody} setupPaymentMethodRequestBody
|
|
13936
|
-
* @param {*} [options] Override http request option.
|
|
13937
|
-
* @throws {RequiredError}
|
|
13938
|
-
*/
|
|
13939
|
-
setupOffSessionPaymentMethod: (setupPaymentMethodRequestBody: SetupPaymentMethodRequestBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13940
12647
|
/**
|
|
13941
12648
|
*
|
|
13942
12649
|
* @param {GoogleAuthRequestBody} googleAuthRequestBody
|
|
@@ -14013,13 +12720,6 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
14013
12720
|
* @throws {RequiredError}
|
|
14014
12721
|
*/
|
|
14015
12722
|
addOrganization(addOrganizationRequest: AddOrganizationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RequestPasswordReset200Response>>;
|
|
14016
|
-
/**
|
|
14017
|
-
*
|
|
14018
|
-
* @param {AddPaymentMethodRequestBody} addPaymentMethodRequestBody
|
|
14019
|
-
* @param {*} [options] Override http request option.
|
|
14020
|
-
* @throws {RequiredError}
|
|
14021
|
-
*/
|
|
14022
|
-
addPaymentMethodSetup(addPaymentMethodRequestBody: AddPaymentMethodRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaymentMethodSetupResponse>>;
|
|
14023
12723
|
/**
|
|
14024
12724
|
*
|
|
14025
12725
|
* @param {ChangePasswordRequestBody} changePasswordRequestBody
|
|
@@ -14027,13 +12727,6 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
14027
12727
|
* @throws {RequiredError}
|
|
14028
12728
|
*/
|
|
14029
12729
|
changePassword(changePasswordRequestBody: ChangePasswordRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ChangePasswordResponse>>;
|
|
14030
|
-
/**
|
|
14031
|
-
*
|
|
14032
|
-
* @param {ConfirmPaymentMethodRequestBody} confirmPaymentMethodRequestBody
|
|
14033
|
-
* @param {*} [options] Override http request option.
|
|
14034
|
-
* @throws {RequiredError}
|
|
14035
|
-
*/
|
|
14036
|
-
confirmPaymentMethodSetup(confirmPaymentMethodRequestBody: ConfirmPaymentMethodRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ConfirmPaymentMethodResponse>>;
|
|
14037
12730
|
/**
|
|
14038
12731
|
*
|
|
14039
12732
|
* @param {*} [options] Override http request option.
|
|
@@ -14046,7 +12739,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
14046
12739
|
* @param {*} [options] Override http request option.
|
|
14047
12740
|
* @throws {RequiredError}
|
|
14048
12741
|
*/
|
|
14049
|
-
getBookingDetail(bookingId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
12742
|
+
getBookingDetail(bookingId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BookingSummary>>;
|
|
14050
12743
|
/**
|
|
14051
12744
|
*
|
|
14052
12745
|
* @param {*} [options] Override http request option.
|
|
@@ -14134,7 +12827,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
14134
12827
|
* @param {*} [options] Override http request option.
|
|
14135
12828
|
* @throws {RequiredError}
|
|
14136
12829
|
*/
|
|
14137
|
-
getUserBookings(limit?: number, skip?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
12830
|
+
getUserBookings(limit?: number, skip?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserBookingsResponse>>;
|
|
14138
12831
|
/**
|
|
14139
12832
|
*
|
|
14140
12833
|
* @param {string} id
|
|
@@ -14220,13 +12913,6 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
14220
12913
|
* @throws {RequiredError}
|
|
14221
12914
|
*/
|
|
14222
12915
|
resetPassword(resetPasswordRequest: ResetPasswordRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RequestPasswordReset200Response>>;
|
|
14223
|
-
/**
|
|
14224
|
-
*
|
|
14225
|
-
* @param {SetupPaymentMethodRequestBody} setupPaymentMethodRequestBody
|
|
14226
|
-
* @param {*} [options] Override http request option.
|
|
14227
|
-
* @throws {RequiredError}
|
|
14228
|
-
*/
|
|
14229
|
-
setupOffSessionPaymentMethod(setupPaymentMethodRequestBody: SetupPaymentMethodRequestBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SetupPaymentMethodResponse>>;
|
|
14230
12916
|
/**
|
|
14231
12917
|
*
|
|
14232
12918
|
* @param {GoogleAuthRequestBody} googleAuthRequestBody
|
|
@@ -14303,13 +12989,6 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14303
12989
|
* @throws {RequiredError}
|
|
14304
12990
|
*/
|
|
14305
12991
|
addOrganization(requestParameters: UsersApiAddOrganizationRequest, options?: RawAxiosRequestConfig): AxiosPromise<RequestPasswordReset200Response>;
|
|
14306
|
-
/**
|
|
14307
|
-
*
|
|
14308
|
-
* @param {UsersApiAddPaymentMethodSetupRequest} requestParameters Request parameters.
|
|
14309
|
-
* @param {*} [options] Override http request option.
|
|
14310
|
-
* @throws {RequiredError}
|
|
14311
|
-
*/
|
|
14312
|
-
addPaymentMethodSetup(requestParameters: UsersApiAddPaymentMethodSetupRequest, options?: RawAxiosRequestConfig): AxiosPromise<PaymentMethodSetupResponse>;
|
|
14313
12992
|
/**
|
|
14314
12993
|
*
|
|
14315
12994
|
* @param {UsersApiChangePasswordRequest} requestParameters Request parameters.
|
|
@@ -14317,13 +12996,6 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14317
12996
|
* @throws {RequiredError}
|
|
14318
12997
|
*/
|
|
14319
12998
|
changePassword(requestParameters: UsersApiChangePasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<ChangePasswordResponse>;
|
|
14320
|
-
/**
|
|
14321
|
-
*
|
|
14322
|
-
* @param {UsersApiConfirmPaymentMethodSetupRequest} requestParameters Request parameters.
|
|
14323
|
-
* @param {*} [options] Override http request option.
|
|
14324
|
-
* @throws {RequiredError}
|
|
14325
|
-
*/
|
|
14326
|
-
confirmPaymentMethodSetup(requestParameters: UsersApiConfirmPaymentMethodSetupRequest, options?: RawAxiosRequestConfig): AxiosPromise<ConfirmPaymentMethodResponse>;
|
|
14327
12999
|
/**
|
|
14328
13000
|
*
|
|
14329
13001
|
* @param {*} [options] Override http request option.
|
|
@@ -14336,7 +13008,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14336
13008
|
* @param {*} [options] Override http request option.
|
|
14337
13009
|
* @throws {RequiredError}
|
|
14338
13010
|
*/
|
|
14339
|
-
getBookingDetail(requestParameters: UsersApiGetBookingDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
13011
|
+
getBookingDetail(requestParameters: UsersApiGetBookingDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<BookingSummary>;
|
|
14340
13012
|
/**
|
|
14341
13013
|
*
|
|
14342
13014
|
* @param {*} [options] Override http request option.
|
|
@@ -14415,7 +13087,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14415
13087
|
* @param {*} [options] Override http request option.
|
|
14416
13088
|
* @throws {RequiredError}
|
|
14417
13089
|
*/
|
|
14418
|
-
getUserBookings(requestParameters?: UsersApiGetUserBookingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
13090
|
+
getUserBookings(requestParameters?: UsersApiGetUserBookingsRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserBookingsResponse>;
|
|
14419
13091
|
/**
|
|
14420
13092
|
*
|
|
14421
13093
|
* @param {UsersApiGetUserProfileByIdRequest} requestParameters Request parameters.
|
|
@@ -14492,13 +13164,6 @@ export declare const UsersApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14492
13164
|
* @throws {RequiredError}
|
|
14493
13165
|
*/
|
|
14494
13166
|
resetPassword(requestParameters: UsersApiResetPasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<RequestPasswordReset200Response>;
|
|
14495
|
-
/**
|
|
14496
|
-
*
|
|
14497
|
-
* @param {UsersApiSetupOffSessionPaymentMethodRequest} requestParameters Request parameters.
|
|
14498
|
-
* @param {*} [options] Override http request option.
|
|
14499
|
-
* @throws {RequiredError}
|
|
14500
|
-
*/
|
|
14501
|
-
setupOffSessionPaymentMethod(requestParameters: UsersApiSetupOffSessionPaymentMethodRequest, options?: RawAxiosRequestConfig): AxiosPromise<SetupPaymentMethodResponse>;
|
|
14502
13167
|
/**
|
|
14503
13168
|
*
|
|
14504
13169
|
* @param {UsersApiSignInOrSignUpWithGoogleRequest} requestParameters Request parameters.
|
|
@@ -14588,19 +13253,6 @@ export interface UsersApiAddOrganizationRequest {
|
|
|
14588
13253
|
*/
|
|
14589
13254
|
readonly addOrganizationRequest: AddOrganizationRequest;
|
|
14590
13255
|
}
|
|
14591
|
-
/**
|
|
14592
|
-
* Request parameters for addPaymentMethodSetup operation in UsersApi.
|
|
14593
|
-
* @export
|
|
14594
|
-
* @interface UsersApiAddPaymentMethodSetupRequest
|
|
14595
|
-
*/
|
|
14596
|
-
export interface UsersApiAddPaymentMethodSetupRequest {
|
|
14597
|
-
/**
|
|
14598
|
-
*
|
|
14599
|
-
* @type {AddPaymentMethodRequestBody}
|
|
14600
|
-
* @memberof UsersApiAddPaymentMethodSetup
|
|
14601
|
-
*/
|
|
14602
|
-
readonly addPaymentMethodRequestBody: AddPaymentMethodRequestBody;
|
|
14603
|
-
}
|
|
14604
13256
|
/**
|
|
14605
13257
|
* Request parameters for changePassword operation in UsersApi.
|
|
14606
13258
|
* @export
|
|
@@ -14614,19 +13266,6 @@ export interface UsersApiChangePasswordRequest {
|
|
|
14614
13266
|
*/
|
|
14615
13267
|
readonly changePasswordRequestBody: ChangePasswordRequestBody;
|
|
14616
13268
|
}
|
|
14617
|
-
/**
|
|
14618
|
-
* Request parameters for confirmPaymentMethodSetup operation in UsersApi.
|
|
14619
|
-
* @export
|
|
14620
|
-
* @interface UsersApiConfirmPaymentMethodSetupRequest
|
|
14621
|
-
*/
|
|
14622
|
-
export interface UsersApiConfirmPaymentMethodSetupRequest {
|
|
14623
|
-
/**
|
|
14624
|
-
*
|
|
14625
|
-
* @type {ConfirmPaymentMethodRequestBody}
|
|
14626
|
-
* @memberof UsersApiConfirmPaymentMethodSetup
|
|
14627
|
-
*/
|
|
14628
|
-
readonly confirmPaymentMethodRequestBody: ConfirmPaymentMethodRequestBody;
|
|
14629
|
-
}
|
|
14630
13269
|
/**
|
|
14631
13270
|
* Request parameters for getBookingDetail operation in UsersApi.
|
|
14632
13271
|
* @export
|
|
@@ -14943,19 +13582,6 @@ export interface UsersApiResetPasswordRequest {
|
|
|
14943
13582
|
*/
|
|
14944
13583
|
readonly resetPasswordRequest: ResetPasswordRequest;
|
|
14945
13584
|
}
|
|
14946
|
-
/**
|
|
14947
|
-
* Request parameters for setupOffSessionPaymentMethod operation in UsersApi.
|
|
14948
|
-
* @export
|
|
14949
|
-
* @interface UsersApiSetupOffSessionPaymentMethodRequest
|
|
14950
|
-
*/
|
|
14951
|
-
export interface UsersApiSetupOffSessionPaymentMethodRequest {
|
|
14952
|
-
/**
|
|
14953
|
-
*
|
|
14954
|
-
* @type {SetupPaymentMethodRequestBody}
|
|
14955
|
-
* @memberof UsersApiSetupOffSessionPaymentMethod
|
|
14956
|
-
*/
|
|
14957
|
-
readonly setupPaymentMethodRequestBody: SetupPaymentMethodRequestBody;
|
|
14958
|
-
}
|
|
14959
13585
|
/**
|
|
14960
13586
|
* Request parameters for signInOrSignUpWithGoogle operation in UsersApi.
|
|
14961
13587
|
* @export
|
|
@@ -15078,14 +13704,6 @@ export declare class UsersApi extends BaseAPI {
|
|
|
15078
13704
|
* @memberof UsersApi
|
|
15079
13705
|
*/
|
|
15080
13706
|
addOrganization(requestParameters: UsersApiAddOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RequestPasswordReset200Response, any, {}>>;
|
|
15081
|
-
/**
|
|
15082
|
-
*
|
|
15083
|
-
* @param {UsersApiAddPaymentMethodSetupRequest} requestParameters Request parameters.
|
|
15084
|
-
* @param {*} [options] Override http request option.
|
|
15085
|
-
* @throws {RequiredError}
|
|
15086
|
-
* @memberof UsersApi
|
|
15087
|
-
*/
|
|
15088
|
-
addPaymentMethodSetup(requestParameters: UsersApiAddPaymentMethodSetupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentMethodSetupResponse, any, {}>>;
|
|
15089
13707
|
/**
|
|
15090
13708
|
*
|
|
15091
13709
|
* @param {UsersApiChangePasswordRequest} requestParameters Request parameters.
|
|
@@ -15094,14 +13712,6 @@ export declare class UsersApi extends BaseAPI {
|
|
|
15094
13712
|
* @memberof UsersApi
|
|
15095
13713
|
*/
|
|
15096
13714
|
changePassword(requestParameters: UsersApiChangePasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ChangePasswordResponse, any, {}>>;
|
|
15097
|
-
/**
|
|
15098
|
-
*
|
|
15099
|
-
* @param {UsersApiConfirmPaymentMethodSetupRequest} requestParameters Request parameters.
|
|
15100
|
-
* @param {*} [options] Override http request option.
|
|
15101
|
-
* @throws {RequiredError}
|
|
15102
|
-
* @memberof UsersApi
|
|
15103
|
-
*/
|
|
15104
|
-
confirmPaymentMethodSetup(requestParameters: UsersApiConfirmPaymentMethodSetupRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ConfirmPaymentMethodResponse, any, {}>>;
|
|
15105
13715
|
/**
|
|
15106
13716
|
*
|
|
15107
13717
|
* @param {*} [options] Override http request option.
|
|
@@ -15116,7 +13726,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
15116
13726
|
* @throws {RequiredError}
|
|
15117
13727
|
* @memberof UsersApi
|
|
15118
13728
|
*/
|
|
15119
|
-
getBookingDetail(requestParameters: UsersApiGetBookingDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
13729
|
+
getBookingDetail(requestParameters: UsersApiGetBookingDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingSummary, any, {}>>;
|
|
15120
13730
|
/**
|
|
15121
13731
|
*
|
|
15122
13732
|
* @param {*} [options] Override http request option.
|
|
@@ -15206,7 +13816,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
15206
13816
|
* @throws {RequiredError}
|
|
15207
13817
|
* @memberof UsersApi
|
|
15208
13818
|
*/
|
|
15209
|
-
getUserBookings(requestParameters?: UsersApiGetUserBookingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
13819
|
+
getUserBookings(requestParameters?: UsersApiGetUserBookingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserBookingsResponse, any, {}>>;
|
|
15210
13820
|
/**
|
|
15211
13821
|
*
|
|
15212
13822
|
* @param {UsersApiGetUserProfileByIdRequest} requestParameters Request parameters.
|
|
@@ -15294,14 +13904,6 @@ export declare class UsersApi extends BaseAPI {
|
|
|
15294
13904
|
* @memberof UsersApi
|
|
15295
13905
|
*/
|
|
15296
13906
|
resetPassword(requestParameters: UsersApiResetPasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RequestPasswordReset200Response, any, {}>>;
|
|
15297
|
-
/**
|
|
15298
|
-
*
|
|
15299
|
-
* @param {UsersApiSetupOffSessionPaymentMethodRequest} requestParameters Request parameters.
|
|
15300
|
-
* @param {*} [options] Override http request option.
|
|
15301
|
-
* @throws {RequiredError}
|
|
15302
|
-
* @memberof UsersApi
|
|
15303
|
-
*/
|
|
15304
|
-
setupOffSessionPaymentMethod(requestParameters: UsersApiSetupOffSessionPaymentMethodRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SetupPaymentMethodResponse, any, {}>>;
|
|
15305
13907
|
/**
|
|
15306
13908
|
*
|
|
15307
13909
|
* @param {UsersApiSignInOrSignUpWithGoogleRequest} requestParameters Request parameters.
|