@tennac-booking/sdk 1.0.158 → 1.0.160

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.
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **sportId** | **string** | | [default to undefined]
9
9
  **clubId** | **string** | | [default to undefined]
10
10
  **total** | **number** | | [default to undefined]
11
- **courts** | [**Array<ICourtData>**](ICourtData.md) | | [default to undefined]
11
+ **courts** | [**Array<GetCourtsByClubAndSportById200ResponseCourtsInner>**](GetCourtsByClubAndSportById200ResponseCourtsInner.md) | | [default to undefined]
12
12
 
13
13
  ## Example
14
14
 
@@ -0,0 +1,50 @@
1
+ # GetCourtsByClubAndSportById200ResponseCourtsInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **clubId** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **status** | [**CourtStatus**](CourtStatus.md) | | [default to undefined]
11
+ **comments** | **string** | | [default to undefined]
12
+ **slotDefaultDuration** | **number** | | [default to undefined]
13
+ **startTimeInTheDayInMinutes** | **number** | | [default to undefined]
14
+ **endTimeInTheDayInMinutes** | **number** | | [default to undefined]
15
+ **pricePerHour** | **number** | | [optional] [default to undefined]
16
+ **sportId** | **string** | | [default to undefined]
17
+ **surface** | [**SurfaceType**](SurfaceType.md) | | [optional] [default to undefined]
18
+ **isIndoor** | **boolean** | | [default to undefined]
19
+ **createdAt** | **string** | | [optional] [default to undefined]
20
+ **updatedAt** | **string** | | [optional] [default to undefined]
21
+ **variationPercentage** | **number** | | [optional] [default to undefined]
22
+ **isReducedPrice** | **boolean** | | [optional] [default to undefined]
23
+ **estimatedPrice** | **number** | | [optional] [default to undefined]
24
+
25
+ ## Example
26
+
27
+ ```typescript
28
+ import { GetCourtsByClubAndSportById200ResponseCourtsInner } from '@tennac-booking/sdk';
29
+
30
+ const instance: GetCourtsByClubAndSportById200ResponseCourtsInner = {
31
+ clubId,
32
+ name,
33
+ status,
34
+ comments,
35
+ slotDefaultDuration,
36
+ startTimeInTheDayInMinutes,
37
+ endTimeInTheDayInMinutes,
38
+ pricePerHour,
39
+ sportId,
40
+ surface,
41
+ isIndoor,
42
+ createdAt,
43
+ updatedAt,
44
+ variationPercentage,
45
+ isReducedPrice,
46
+ estimatedPrice,
47
+ };
48
+ ```
49
+
50
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -10,7 +10,6 @@ Name | Type | Description | Notes
10
10
  **phone** | **string** | | [optional] [default to undefined]
11
11
  **websiteUrl** | **string** | | [optional] [default to undefined]
12
12
  **description** | **string** | | [optional] [default to undefined]
13
- **rib** | **string** | | [optional] [default to undefined]
14
13
  **logo** | [**UpdateClubGeneralSettingsRequestLogo**](UpdateClubGeneralSettingsRequestLogo.md) | | [optional] [default to undefined]
15
14
  **location** | [**ClubLocationSettings**](ClubLocationSettings.md) | | [optional] [default to undefined]
16
15
 
@@ -25,7 +24,6 @@ const instance: UpdateClubGeneralSettingsRequest = {
25
24
  phone,
26
25
  websiteUrl,
27
26
  description,
28
- rib,
29
27
  logo,
30
28
  location,
31
29
  };
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.154
7
+ * The version of the OpenAPI document: 1.0.160
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.158",
3
+ "version": "1.0.160",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {