@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/.openapi-generator/FILES +560 -561
- package/README.md +2 -2
- package/api.ts +11 -5
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +11 -5
- package/dist/api.js +2881 -3772
- package/dist/base.d.ts +1 -1
- package/dist/base.js +6 -3
- package/dist/common.d.ts +1 -1
- package/dist/common.js +23 -39
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +63 -3
- package/dist/esm/api.d.ts +11 -5
- package/dist/esm/api.js +2881 -3772
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +6 -3
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +23 -39
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +63 -3
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/CreateGuestBookingRequest.md +2 -0
- package/docs/CreateSubscriptionPlanRequest.md +2 -2
- package/docs/EstimateEventPrice200Response.md +30 -0
- package/docs/EstimateEventPriceRequestSharesInner.md +22 -0
- package/docs/EventBookingResponsePlayersInnerInvoiceStatus.md +18 -0
- package/docs/LoginResponse.md +30 -0
- package/docs/PublicSubscriptionPlanResponse.md +2 -2
- package/docs/SubscriptionPlanResponse.md +2 -2
- package/docs/UpdateSubscriptionPlanRequest.md +2 -2
- package/index.ts +1 -1
- package/package.json +1 -1
- package/tsconfig.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
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.
|
|
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.
|
|
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
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
18859
|
+
'commitmentInDays'?: number;
|
|
18854
18860
|
/**
|
|
18855
18861
|
*
|
|
18856
18862
|
* @type {SubscriptionPlanDiscountUpdateRequest}
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED
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.
|
|
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
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
18559
|
+
'commitmentInDays'?: number;
|
|
18554
18560
|
/**
|
|
18555
18561
|
*
|
|
18556
18562
|
* @type {SubscriptionPlanDiscountUpdateRequest}
|