@tennac-booking/sdk 1.0.133 → 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 CHANGED
@@ -3523,7 +3523,7 @@ export interface CourtResponse {
3523
3523
  * @type {SurfaceType}
3524
3524
  * @memberof CourtResponse
3525
3525
  */
3526
- 'surface': SurfaceType;
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': SurfaceType;
3720
+ 'surface'?: SurfaceType;
3721
3721
  /**
3722
3722
  * Indique si le terrain est en intérieur
3723
3723
  * @type {boolean}
@@ -3861,10 +3861,10 @@ export interface CreateEventRequest {
3861
3861
  'subscriberPrices'?: Array<SubscriberPrice>;
3862
3862
  /**
3863
3863
  *
3864
- * @type {Array<string | null>}
3864
+ * @type {Array<number | null>}
3865
3865
  * @memberof CreateEventRequest
3866
3866
  */
3867
- 'levels'?: Array<string | null>;
3867
+ 'levels'?: Array<number | null>;
3868
3868
  /**
3869
3869
  *
3870
3870
  * @type {Array<EventSponsor>}
@@ -5605,7 +5605,7 @@ export interface ICourtData {
5605
5605
  * @type {SurfaceType}
5606
5606
  * @memberof ICourtData
5607
5607
  */
5608
- 'surface': SurfaceType;
5608
+ 'surface'?: SurfaceType;
5609
5609
  /**
5610
5610
  *
5611
5611
  * @type {boolean}
@@ -8500,6 +8500,12 @@ export interface SportResponse {
8500
8500
  * @memberof SportResponse
8501
8501
  */
8502
8502
  'logos'?: Array<string>;
8503
+ /**
8504
+ * Types de surface pour le sport
8505
+ * @type {Array<string>}
8506
+ * @memberof SportResponse
8507
+ */
8508
+ 'surface'?: Array<string>;
8503
8509
  /**
8504
8510
  * ID du club créateur
8505
8511
  * @type {string}
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': SurfaceType;
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': SurfaceType;
3664
+ 'surface'?: SurfaceType;
3665
3665
  /**
3666
3666
  * Indique si le terrain est en intérieur
3667
3667
  * @type {boolean}
@@ -3803,10 +3803,10 @@ export interface CreateEventRequest {
3803
3803
  'subscriberPrices'?: Array<SubscriberPrice>;
3804
3804
  /**
3805
3805
  *
3806
- * @type {Array<string | null>}
3806
+ * @type {Array<number | null>}
3807
3807
  * @memberof CreateEventRequest
3808
3808
  */
3809
- 'levels'?: Array<string | null>;
3809
+ 'levels'?: Array<number | null>;
3810
3810
  /**
3811
3811
  *
3812
3812
  * @type {Array<EventSponsor>}
@@ -5513,7 +5513,7 @@ export interface ICourtData {
5513
5513
  * @type {SurfaceType}
5514
5514
  * @memberof ICourtData
5515
5515
  */
5516
- 'surface': SurfaceType;
5516
+ 'surface'?: SurfaceType;
5517
5517
  /**
5518
5518
  *
5519
5519
  * @type {boolean}
@@ -8349,6 +8349,12 @@ export interface SportResponse {
8349
8349
  * @memberof SportResponse
8350
8350
  */
8351
8351
  'logos'?: Array<string>;
8352
+ /**
8353
+ * Types de surface pour le sport
8354
+ * @type {Array<string>}
8355
+ * @memberof SportResponse
8356
+ */
8357
+ 'surface'?: Array<string>;
8352
8358
  /**
8353
8359
  * ID du club créateur
8354
8360
  * @type {string}
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': SurfaceType;
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': SurfaceType;
3664
+ 'surface'?: SurfaceType;
3665
3665
  /**
3666
3666
  * Indique si le terrain est en intérieur
3667
3667
  * @type {boolean}
@@ -3803,10 +3803,10 @@ export interface CreateEventRequest {
3803
3803
  'subscriberPrices'?: Array<SubscriberPrice>;
3804
3804
  /**
3805
3805
  *
3806
- * @type {Array<string | null>}
3806
+ * @type {Array<number | null>}
3807
3807
  * @memberof CreateEventRequest
3808
3808
  */
3809
- 'levels'?: Array<string | null>;
3809
+ 'levels'?: Array<number | null>;
3810
3810
  /**
3811
3811
  *
3812
3812
  * @type {Array<EventSponsor>}
@@ -5513,7 +5513,7 @@ export interface ICourtData {
5513
5513
  * @type {SurfaceType}
5514
5514
  * @memberof ICourtData
5515
5515
  */
5516
- 'surface': SurfaceType;
5516
+ 'surface'?: SurfaceType;
5517
5517
  /**
5518
5518
  *
5519
5519
  * @type {boolean}
@@ -8349,6 +8349,12 @@ export interface SportResponse {
8349
8349
  * @memberof SportResponse
8350
8350
  */
8351
8351
  'logos'?: Array<string>;
8352
+ /**
8353
+ * Types de surface pour le sport
8354
+ * @type {Array<string>}
8355
+ * @memberof SportResponse
8356
+ */
8357
+ 'surface'?: Array<string>;
8352
8358
  /**
8353
8359
  * ID du club créateur
8354
8360
  * @type {string}
@@ -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]
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
24
24
  **teamLimit** | **number** | | [optional] [default to undefined]
25
25
  **price** | **number** | | [optional] [default to undefined]
26
26
  **subscriberPrices** | [**Array&lt;SubscriberPrice&gt;**](SubscriberPrice.md) | | [optional] [default to undefined]
27
- **levels** | **Array&lt;string | null&gt;** | | [optional] [default to undefined]
27
+ **levels** | **Array&lt;number | null&gt;** | | [optional] [default to undefined]
28
28
  **sponsors** | [**Array&lt;EventSponsor&gt;**](EventSponsor.md) | | [optional] [default to undefined]
29
29
  **visibilityType** | **string** | | [default to undefined]
30
30
 
@@ -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]
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **description** | **string** | Description du sport | [optional] [default to undefined]
12
12
  **levels** | [**Array&lt;SportLevel&gt;**](SportLevel.md) | Niveaux associés au sport | [optional] [default to undefined]
13
13
  **logos** | **Array&lt;string&gt;** | URLs de logos/images pour le sport | [optional] [default to undefined]
14
+ **surface** | **Array&lt;string&gt;** | Types de surface pour le sport | [optional] [default to undefined]
14
15
  **createdBy** | **string** | ID du club créateur | [optional] [default to undefined]
15
16
  **verified** | **boolean** | Sport vérifié/officiel (non modifiable) | [default to undefined]
16
17
  **createdAt** | **string** | Date de création | [default to undefined]
@@ -28,6 +29,7 @@ const instance: SportResponse = {
28
29
  description,
29
30
  levels,
30
31
  logos,
32
+ surface,
31
33
  createdBy,
32
34
  verified,
33
35
  createdAt,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.133",
3
+ "version": "1.0.135",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {