@tennac-booking/sdk 1.0.134 → 1.0.135
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 +3 -3
- package/dist/api.d.ts +3 -3
- package/dist/esm/api.d.ts +3 -3
- package/docs/CourtResponse.md +1 -1
- package/docs/CreateCourtRequest.md +1 -1
- package/docs/ICourtData.md +1 -1
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -3523,7 +3523,7 @@ export interface CourtResponse {
|
|
|
3523
3523
|
* @type {SurfaceType}
|
|
3524
3524
|
* @memberof CourtResponse
|
|
3525
3525
|
*/
|
|
3526
|
-
'surface'
|
|
3526
|
+
'surface'?: SurfaceType;
|
|
3527
3527
|
/**
|
|
3528
3528
|
* Indique si le terrain est en intérieur
|
|
3529
3529
|
* @type {boolean}
|
|
@@ -3717,7 +3717,7 @@ export interface CreateCourtRequest {
|
|
|
3717
3717
|
* @type {SurfaceType}
|
|
3718
3718
|
* @memberof CreateCourtRequest
|
|
3719
3719
|
*/
|
|
3720
|
-
'surface'
|
|
3720
|
+
'surface'?: SurfaceType;
|
|
3721
3721
|
/**
|
|
3722
3722
|
* Indique si le terrain est en intérieur
|
|
3723
3723
|
* @type {boolean}
|
|
@@ -5605,7 +5605,7 @@ export interface ICourtData {
|
|
|
5605
5605
|
* @type {SurfaceType}
|
|
5606
5606
|
* @memberof ICourtData
|
|
5607
5607
|
*/
|
|
5608
|
-
'surface'
|
|
5608
|
+
'surface'?: SurfaceType;
|
|
5609
5609
|
/**
|
|
5610
5610
|
*
|
|
5611
5611
|
* @type {boolean}
|
package/dist/api.d.ts
CHANGED
|
@@ -3478,7 +3478,7 @@ export interface CourtResponse {
|
|
|
3478
3478
|
* @type {SurfaceType}
|
|
3479
3479
|
* @memberof CourtResponse
|
|
3480
3480
|
*/
|
|
3481
|
-
'surface'
|
|
3481
|
+
'surface'?: SurfaceType;
|
|
3482
3482
|
/**
|
|
3483
3483
|
* Indique si le terrain est en intérieur
|
|
3484
3484
|
* @type {boolean}
|
|
@@ -3661,7 +3661,7 @@ export interface CreateCourtRequest {
|
|
|
3661
3661
|
* @type {SurfaceType}
|
|
3662
3662
|
* @memberof CreateCourtRequest
|
|
3663
3663
|
*/
|
|
3664
|
-
'surface'
|
|
3664
|
+
'surface'?: SurfaceType;
|
|
3665
3665
|
/**
|
|
3666
3666
|
* Indique si le terrain est en intérieur
|
|
3667
3667
|
* @type {boolean}
|
|
@@ -5513,7 +5513,7 @@ export interface ICourtData {
|
|
|
5513
5513
|
* @type {SurfaceType}
|
|
5514
5514
|
* @memberof ICourtData
|
|
5515
5515
|
*/
|
|
5516
|
-
'surface'
|
|
5516
|
+
'surface'?: SurfaceType;
|
|
5517
5517
|
/**
|
|
5518
5518
|
*
|
|
5519
5519
|
* @type {boolean}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -3478,7 +3478,7 @@ export interface CourtResponse {
|
|
|
3478
3478
|
* @type {SurfaceType}
|
|
3479
3479
|
* @memberof CourtResponse
|
|
3480
3480
|
*/
|
|
3481
|
-
'surface'
|
|
3481
|
+
'surface'?: SurfaceType;
|
|
3482
3482
|
/**
|
|
3483
3483
|
* Indique si le terrain est en intérieur
|
|
3484
3484
|
* @type {boolean}
|
|
@@ -3661,7 +3661,7 @@ export interface CreateCourtRequest {
|
|
|
3661
3661
|
* @type {SurfaceType}
|
|
3662
3662
|
* @memberof CreateCourtRequest
|
|
3663
3663
|
*/
|
|
3664
|
-
'surface'
|
|
3664
|
+
'surface'?: SurfaceType;
|
|
3665
3665
|
/**
|
|
3666
3666
|
* Indique si le terrain est en intérieur
|
|
3667
3667
|
* @type {boolean}
|
|
@@ -5513,7 +5513,7 @@ export interface ICourtData {
|
|
|
5513
5513
|
* @type {SurfaceType}
|
|
5514
5514
|
* @memberof ICourtData
|
|
5515
5515
|
*/
|
|
5516
|
-
'surface'
|
|
5516
|
+
'surface'?: SurfaceType;
|
|
5517
5517
|
/**
|
|
5518
5518
|
*
|
|
5519
5519
|
* @type {boolean}
|
package/docs/CourtResponse.md
CHANGED
|
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**endTimeInTheDayInMinutes** | **number** | Heure de fin en minutes depuis minuit | [default to undefined]
|
|
17
17
|
**sportId** | **string** | ID du sport associé au terrain | [default to undefined]
|
|
18
18
|
**sportName** | **string** | Nom du sport associé au terrain | [optional] [default to undefined]
|
|
19
|
-
**surface** | [**SurfaceType**](SurfaceType.md) | | [default to undefined]
|
|
19
|
+
**surface** | [**SurfaceType**](SurfaceType.md) | | [optional] [default to undefined]
|
|
20
20
|
**isIndoor** | **boolean** | Indique si le terrain est en intérieur | [default to undefined]
|
|
21
21
|
**clubId** | **string** | ID du club auquel appartient le terrain | [default to undefined]
|
|
22
22
|
**createdAt** | [**ClubResponseCreatedAt**](ClubResponseCreatedAt.md) | | [optional] [default to undefined]
|
|
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**startTimeInTheDayInMinutes** | **number** | Heure de début en minutes depuis minuit | [default to undefined]
|
|
11
11
|
**endTimeInTheDayInMinutes** | **number** | Heure de fin en minutes depuis minuit | [default to undefined]
|
|
12
12
|
**sportId** | **string** | ID du sport associé au terrain | [default to undefined]
|
|
13
|
-
**surface** | [**SurfaceType**](SurfaceType.md) | | [default to undefined]
|
|
13
|
+
**surface** | [**SurfaceType**](SurfaceType.md) | | [optional] [default to undefined]
|
|
14
14
|
**isIndoor** | **boolean** | Indique si le terrain est en intérieur | [default to undefined]
|
|
15
15
|
**pricePerHour** | **number** | | [default to undefined]
|
|
16
16
|
**comments** | **string** | Commentaires sur le terrain | [optional] [default to undefined]
|
package/docs/ICourtData.md
CHANGED
|
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**endTimeInTheDayInMinutes** | **number** | | [default to undefined]
|
|
15
15
|
**pricePerHour** | **number** | | [optional] [default to undefined]
|
|
16
16
|
**sportId** | **string** | | [default to undefined]
|
|
17
|
-
**surface** | [**SurfaceType**](SurfaceType.md) | | [default to undefined]
|
|
17
|
+
**surface** | [**SurfaceType**](SurfaceType.md) | | [optional] [default to undefined]
|
|
18
18
|
**isIndoor** | **boolean** | | [default to undefined]
|
|
19
19
|
**createdAt** | **string** | | [optional] [default to undefined]
|
|
20
20
|
**updatedAt** | **string** | | [optional] [default to undefined]
|