@tennac-booking/sdk 1.0.210 → 1.0.211
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/api.ts +12 -0
- package/dist/api.d.ts +16 -0
- package/dist/esm/api.d.ts +16 -0
- package/docs/ClubPageResponse.md +2 -0
- package/docs/ClubResponse.md +2 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2684,6 +2684,12 @@ export interface ClubPageResponse {
|
|
|
2684
2684
|
* @memberof ClubPageResponse
|
|
2685
2685
|
*/
|
|
2686
2686
|
'indoorOutdoorBySport'?: { [key: string]: Array<CourtEnvironment>; };
|
|
2687
|
+
/**
|
|
2688
|
+
* Construct a type with a set of properties K of type T
|
|
2689
|
+
* @type {{ [key: string]: Array<number>; }}
|
|
2690
|
+
* @memberof ClubPageResponse
|
|
2691
|
+
*/
|
|
2692
|
+
'slotDurationsBySport'?: { [key: string]: Array<number>; };
|
|
2687
2693
|
/**
|
|
2688
2694
|
*
|
|
2689
2695
|
* @type {ClubPresentation}
|
|
@@ -3666,6 +3672,12 @@ export interface ClubResponse {
|
|
|
3666
3672
|
* @memberof ClubResponse
|
|
3667
3673
|
*/
|
|
3668
3674
|
'indoorOutdoorBySport'?: { [key: string]: Array<CourtEnvironment>; };
|
|
3675
|
+
/**
|
|
3676
|
+
* Construct a type with a set of properties K of type T
|
|
3677
|
+
* @type {{ [key: string]: Array<number>; }}
|
|
3678
|
+
* @memberof ClubResponse
|
|
3679
|
+
*/
|
|
3680
|
+
'slotDurationsBySport'?: { [key: string]: Array<number>; };
|
|
3669
3681
|
/**
|
|
3670
3682
|
* Autoriser plusieurs réservations en même temps
|
|
3671
3683
|
* @type {boolean}
|
package/dist/api.d.ts
CHANGED
|
@@ -2641,6 +2641,14 @@ export interface ClubPageResponse {
|
|
|
2641
2641
|
'indoorOutdoorBySport'?: {
|
|
2642
2642
|
[key: string]: Array<CourtEnvironment>;
|
|
2643
2643
|
};
|
|
2644
|
+
/**
|
|
2645
|
+
* Construct a type with a set of properties K of type T
|
|
2646
|
+
* @type {{ [key: string]: Array<number>; }}
|
|
2647
|
+
* @memberof ClubPageResponse
|
|
2648
|
+
*/
|
|
2649
|
+
'slotDurationsBySport'?: {
|
|
2650
|
+
[key: string]: Array<number>;
|
|
2651
|
+
};
|
|
2644
2652
|
/**
|
|
2645
2653
|
*
|
|
2646
2654
|
* @type {ClubPresentation}
|
|
@@ -3629,6 +3637,14 @@ export interface ClubResponse {
|
|
|
3629
3637
|
'indoorOutdoorBySport'?: {
|
|
3630
3638
|
[key: string]: Array<CourtEnvironment>;
|
|
3631
3639
|
};
|
|
3640
|
+
/**
|
|
3641
|
+
* Construct a type with a set of properties K of type T
|
|
3642
|
+
* @type {{ [key: string]: Array<number>; }}
|
|
3643
|
+
* @memberof ClubResponse
|
|
3644
|
+
*/
|
|
3645
|
+
'slotDurationsBySport'?: {
|
|
3646
|
+
[key: string]: Array<number>;
|
|
3647
|
+
};
|
|
3632
3648
|
/**
|
|
3633
3649
|
* Autoriser plusieurs réservations en même temps
|
|
3634
3650
|
* @type {boolean}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2641,6 +2641,14 @@ export interface ClubPageResponse {
|
|
|
2641
2641
|
'indoorOutdoorBySport'?: {
|
|
2642
2642
|
[key: string]: Array<CourtEnvironment>;
|
|
2643
2643
|
};
|
|
2644
|
+
/**
|
|
2645
|
+
* Construct a type with a set of properties K of type T
|
|
2646
|
+
* @type {{ [key: string]: Array<number>; }}
|
|
2647
|
+
* @memberof ClubPageResponse
|
|
2648
|
+
*/
|
|
2649
|
+
'slotDurationsBySport'?: {
|
|
2650
|
+
[key: string]: Array<number>;
|
|
2651
|
+
};
|
|
2644
2652
|
/**
|
|
2645
2653
|
*
|
|
2646
2654
|
* @type {ClubPresentation}
|
|
@@ -3629,6 +3637,14 @@ export interface ClubResponse {
|
|
|
3629
3637
|
'indoorOutdoorBySport'?: {
|
|
3630
3638
|
[key: string]: Array<CourtEnvironment>;
|
|
3631
3639
|
};
|
|
3640
|
+
/**
|
|
3641
|
+
* Construct a type with a set of properties K of type T
|
|
3642
|
+
* @type {{ [key: string]: Array<number>; }}
|
|
3643
|
+
* @memberof ClubResponse
|
|
3644
|
+
*/
|
|
3645
|
+
'slotDurationsBySport'?: {
|
|
3646
|
+
[key: string]: Array<number>;
|
|
3647
|
+
};
|
|
3632
3648
|
/**
|
|
3633
3649
|
* Autoriser plusieurs réservations en même temps
|
|
3634
3650
|
* @type {boolean}
|
package/docs/ClubPageResponse.md
CHANGED
|
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
|
|
|
21
21
|
**courtsCountBySport** | **{ [key: string]: number; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
22
22
|
**surfacesBySport** | **{ [key: string]: Array<SurfaceType>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
23
23
|
**indoorOutdoorBySport** | **{ [key: string]: Array<CourtEnvironment>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
24
|
+
**slotDurationsBySport** | **{ [key: string]: Array<number>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
24
25
|
**clubPresentation** | [**ClubPresentation**](ClubPresentation.md) | | [default to undefined]
|
|
25
26
|
**comingEvents** | [**Array<ClubEvent>**](ClubEvent.md) | | [default to undefined]
|
|
26
27
|
**comingClosures** | [**Array<ClubEvent>**](ClubEvent.md) | | [default to undefined]
|
|
@@ -51,6 +52,7 @@ const instance: ClubPageResponse = {
|
|
|
51
52
|
courtsCountBySport,
|
|
52
53
|
surfacesBySport,
|
|
53
54
|
indoorOutdoorBySport,
|
|
55
|
+
slotDurationsBySport,
|
|
54
56
|
clubPresentation,
|
|
55
57
|
comingEvents,
|
|
56
58
|
comingClosures,
|
package/docs/ClubResponse.md
CHANGED
|
@@ -24,6 +24,7 @@ Name | Type | Description | Notes
|
|
|
24
24
|
**courtsCountBySport** | **{ [key: string]: number; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
25
25
|
**surfacesBySport** | **{ [key: string]: Array<SurfaceType>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
26
26
|
**indoorOutdoorBySport** | **{ [key: string]: Array<CourtEnvironment>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
27
|
+
**slotDurationsBySport** | **{ [key: string]: Array<number>; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
27
28
|
**allowMultipleBookingsAtTheSameTime** | **boolean** | Autoriser plusieurs réservations en même temps | [optional] [default to undefined]
|
|
28
29
|
**maxSlotsPerBooking** | **number** | | [optional] [default to undefined]
|
|
29
30
|
**cancellationLimitHours** | **number** | Limite d\'annulation en heures | [optional] [default to undefined]
|
|
@@ -56,6 +57,7 @@ const instance: ClubResponse = {
|
|
|
56
57
|
courtsCountBySport,
|
|
57
58
|
surfacesBySport,
|
|
58
59
|
indoorOutdoorBySport,
|
|
60
|
+
slotDurationsBySport,
|
|
59
61
|
allowMultipleBookingsAtTheSameTime,
|
|
60
62
|
maxSlotsPerBooking,
|
|
61
63
|
cancellationLimitHours,
|