@tennac-booking/sdk 1.0.308 → 1.0.310

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.306
1
+ ## @tennac-booking/sdk@1.0.310
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @tennac-booking/sdk@1.0.306 --save
39
+ npm install @tennac-booking/sdk@1.0.310 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.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.306
7
+ * The version of the OpenAPI document: 1.0.310
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5973,6 +5973,12 @@ export interface CreateGuestBookingRequest {
5973
5973
  * @memberof CreateGuestBookingRequest
5974
5974
  */
5975
5975
  'slotIds': Array<string>;
5976
+ /**
5977
+ * Nombre total de joueurs (incluant invités non enregistrés). Défaut: 1
5978
+ * @type {number}
5979
+ * @memberof CreateGuestBookingRequest
5980
+ */
5981
+ 'playersCount'?: number;
5976
5982
  /**
5977
5983
  * Prénom de l\'invité
5978
5984
  * @type {string}
@@ -6356,7 +6362,7 @@ export interface CreateSubscriptionPlanRequest {
6356
6362
  * @type {number}
6357
6363
  * @memberof CreateSubscriptionPlanRequest
6358
6364
  */
6359
- 'commitmentDurationMonths'?: number;
6365
+ 'commitmentInDays'?: number;
6360
6366
  /**
6361
6367
  *
6362
6368
  * @type {CreateSubscriptionPlanRequestDiscount}
@@ -14408,7 +14414,7 @@ export interface PublicSubscriptionPlanResponse {
14408
14414
  * @type {number}
14409
14415
  * @memberof PublicSubscriptionPlanResponse
14410
14416
  */
14411
- 'commitmentDurationMonths'?: number;
14417
+ 'commitmentInDays'?: number;
14412
14418
  /**
14413
14419
  *
14414
14420
  * @type {boolean}
@@ -17256,7 +17262,7 @@ export interface SubscriptionPlanResponse {
17256
17262
  * @type {number}
17257
17263
  * @memberof SubscriptionPlanResponse
17258
17264
  */
17259
- 'commitmentDurationMonths'?: number;
17265
+ 'commitmentInDays'?: number;
17260
17266
  }
17261
17267
 
17262
17268
 
@@ -18850,7 +18856,7 @@ export interface UpdateSubscriptionPlanRequest {
18850
18856
  * @type {number}
18851
18857
  * @memberof UpdateSubscriptionPlanRequest
18852
18858
  */
18853
- 'commitmentDurationMonths'?: number;
18859
+ 'commitmentInDays'?: number;
18854
18860
  /**
18855
18861
  *
18856
18862
  * @type {SubscriptionPlanDiscountUpdateRequest}
package/base.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.306
7
+ * The version of the OpenAPI document: 1.0.310
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.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.306
7
+ * The version of the OpenAPI document: 1.0.310
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.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.306
7
+ * The version of the OpenAPI document: 1.0.310
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/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.306
5
+ * The version of the OpenAPI document: 1.0.310
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5886,6 +5886,12 @@ export interface CreateGuestBookingRequest {
5886
5886
  * @memberof CreateGuestBookingRequest
5887
5887
  */
5888
5888
  'slotIds': Array<string>;
5889
+ /**
5890
+ * Nombre total de joueurs (incluant invités non enregistrés). Défaut: 1
5891
+ * @type {number}
5892
+ * @memberof CreateGuestBookingRequest
5893
+ */
5894
+ 'playersCount'?: number;
5889
5895
  /**
5890
5896
  * Prénom de l\'invité
5891
5897
  * @type {string}
@@ -6261,7 +6267,7 @@ export interface CreateSubscriptionPlanRequest {
6261
6267
  * @type {number}
6262
6268
  * @memberof CreateSubscriptionPlanRequest
6263
6269
  */
6264
- 'commitmentDurationMonths'?: number;
6270
+ 'commitmentInDays'?: number;
6265
6271
  /**
6266
6272
  *
6267
6273
  * @type {CreateSubscriptionPlanRequestDiscount}
@@ -14170,7 +14176,7 @@ export interface PublicSubscriptionPlanResponse {
14170
14176
  * @type {number}
14171
14177
  * @memberof PublicSubscriptionPlanResponse
14172
14178
  */
14173
- 'commitmentDurationMonths'?: number;
14179
+ 'commitmentInDays'?: number;
14174
14180
  /**
14175
14181
  *
14176
14182
  * @type {boolean}
@@ -16980,7 +16986,7 @@ export interface SubscriptionPlanResponse {
16980
16986
  * @type {number}
16981
16987
  * @memberof SubscriptionPlanResponse
16982
16988
  */
16983
- 'commitmentDurationMonths'?: number;
16989
+ 'commitmentInDays'?: number;
16984
16990
  }
16985
16991
  /**
16986
16992
  *
@@ -18550,7 +18556,7 @@ export interface UpdateSubscriptionPlanRequest {
18550
18556
  * @type {number}
18551
18557
  * @memberof UpdateSubscriptionPlanRequest
18552
18558
  */
18553
- 'commitmentDurationMonths'?: number;
18559
+ 'commitmentInDays'?: number;
18554
18560
  /**
18555
18561
  *
18556
18562
  * @type {SubscriptionPlanDiscountUpdateRequest}