@tennac-booking/sdk 1.0.104 → 1.0.105
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 +2 -2
- package/api.ts +37 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +37 -1
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +37 -1
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- 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/ClubResponse.md +6 -0
- package/docs/PartialClubResponse.md +6 -0
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.104
|
|
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.104 --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.104
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2602,6 +2602,24 @@ export interface ClubResponse {
|
|
|
2602
2602
|
* @memberof ClubResponse
|
|
2603
2603
|
*/
|
|
2604
2604
|
'picture'?: string;
|
|
2605
|
+
/**
|
|
2606
|
+
*
|
|
2607
|
+
* @type {Array<string>}
|
|
2608
|
+
* @memberof ClubResponse
|
|
2609
|
+
*/
|
|
2610
|
+
'bannerPictures'?: Array<string>;
|
|
2611
|
+
/**
|
|
2612
|
+
*
|
|
2613
|
+
* @type {Array<string>}
|
|
2614
|
+
* @memberof ClubResponse
|
|
2615
|
+
*/
|
|
2616
|
+
'galleryPictures'?: Array<string>;
|
|
2617
|
+
/**
|
|
2618
|
+
*
|
|
2619
|
+
* @type {Array<string>}
|
|
2620
|
+
* @memberof ClubResponse
|
|
2621
|
+
*/
|
|
2622
|
+
'tags'?: Array<string>;
|
|
2605
2623
|
/**
|
|
2606
2624
|
*
|
|
2607
2625
|
* @type {ClubResponseLocation}
|
|
@@ -5250,6 +5268,24 @@ export interface PartialClubResponse {
|
|
|
5250
5268
|
* @memberof PartialClubResponse
|
|
5251
5269
|
*/
|
|
5252
5270
|
'picture'?: string;
|
|
5271
|
+
/**
|
|
5272
|
+
*
|
|
5273
|
+
* @type {Array<string>}
|
|
5274
|
+
* @memberof PartialClubResponse
|
|
5275
|
+
*/
|
|
5276
|
+
'bannerPictures'?: Array<string>;
|
|
5277
|
+
/**
|
|
5278
|
+
*
|
|
5279
|
+
* @type {Array<string>}
|
|
5280
|
+
* @memberof PartialClubResponse
|
|
5281
|
+
*/
|
|
5282
|
+
'galleryPictures'?: Array<string>;
|
|
5283
|
+
/**
|
|
5284
|
+
*
|
|
5285
|
+
* @type {Array<string>}
|
|
5286
|
+
* @memberof PartialClubResponse
|
|
5287
|
+
*/
|
|
5288
|
+
'tags'?: Array<string>;
|
|
5253
5289
|
/**
|
|
5254
5290
|
*
|
|
5255
5291
|
* @type {ClubResponseLocation}
|
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.104
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2567,6 +2567,24 @@ export interface ClubResponse {
|
|
|
2567
2567
|
* @memberof ClubResponse
|
|
2568
2568
|
*/
|
|
2569
2569
|
'picture'?: string;
|
|
2570
|
+
/**
|
|
2571
|
+
*
|
|
2572
|
+
* @type {Array<string>}
|
|
2573
|
+
* @memberof ClubResponse
|
|
2574
|
+
*/
|
|
2575
|
+
'bannerPictures'?: Array<string>;
|
|
2576
|
+
/**
|
|
2577
|
+
*
|
|
2578
|
+
* @type {Array<string>}
|
|
2579
|
+
* @memberof ClubResponse
|
|
2580
|
+
*/
|
|
2581
|
+
'galleryPictures'?: Array<string>;
|
|
2582
|
+
/**
|
|
2583
|
+
*
|
|
2584
|
+
* @type {Array<string>}
|
|
2585
|
+
* @memberof ClubResponse
|
|
2586
|
+
*/
|
|
2587
|
+
'tags'?: Array<string>;
|
|
2570
2588
|
/**
|
|
2571
2589
|
*
|
|
2572
2590
|
* @type {ClubResponseLocation}
|
|
@@ -5170,6 +5188,24 @@ export interface PartialClubResponse {
|
|
|
5170
5188
|
* @memberof PartialClubResponse
|
|
5171
5189
|
*/
|
|
5172
5190
|
'picture'?: string;
|
|
5191
|
+
/**
|
|
5192
|
+
*
|
|
5193
|
+
* @type {Array<string>}
|
|
5194
|
+
* @memberof PartialClubResponse
|
|
5195
|
+
*/
|
|
5196
|
+
'bannerPictures'?: Array<string>;
|
|
5197
|
+
/**
|
|
5198
|
+
*
|
|
5199
|
+
* @type {Array<string>}
|
|
5200
|
+
* @memberof PartialClubResponse
|
|
5201
|
+
*/
|
|
5202
|
+
'galleryPictures'?: Array<string>;
|
|
5203
|
+
/**
|
|
5204
|
+
*
|
|
5205
|
+
* @type {Array<string>}
|
|
5206
|
+
* @memberof PartialClubResponse
|
|
5207
|
+
*/
|
|
5208
|
+
'tags'?: Array<string>;
|
|
5173
5209
|
/**
|
|
5174
5210
|
*
|
|
5175
5211
|
* @type {ClubResponseLocation}
|
package/dist/api.js
CHANGED
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/esm/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.104
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2567,6 +2567,24 @@ export interface ClubResponse {
|
|
|
2567
2567
|
* @memberof ClubResponse
|
|
2568
2568
|
*/
|
|
2569
2569
|
'picture'?: string;
|
|
2570
|
+
/**
|
|
2571
|
+
*
|
|
2572
|
+
* @type {Array<string>}
|
|
2573
|
+
* @memberof ClubResponse
|
|
2574
|
+
*/
|
|
2575
|
+
'bannerPictures'?: Array<string>;
|
|
2576
|
+
/**
|
|
2577
|
+
*
|
|
2578
|
+
* @type {Array<string>}
|
|
2579
|
+
* @memberof ClubResponse
|
|
2580
|
+
*/
|
|
2581
|
+
'galleryPictures'?: Array<string>;
|
|
2582
|
+
/**
|
|
2583
|
+
*
|
|
2584
|
+
* @type {Array<string>}
|
|
2585
|
+
* @memberof ClubResponse
|
|
2586
|
+
*/
|
|
2587
|
+
'tags'?: Array<string>;
|
|
2570
2588
|
/**
|
|
2571
2589
|
*
|
|
2572
2590
|
* @type {ClubResponseLocation}
|
|
@@ -5170,6 +5188,24 @@ export interface PartialClubResponse {
|
|
|
5170
5188
|
* @memberof PartialClubResponse
|
|
5171
5189
|
*/
|
|
5172
5190
|
'picture'?: string;
|
|
5191
|
+
/**
|
|
5192
|
+
*
|
|
5193
|
+
* @type {Array<string>}
|
|
5194
|
+
* @memberof PartialClubResponse
|
|
5195
|
+
*/
|
|
5196
|
+
'bannerPictures'?: Array<string>;
|
|
5197
|
+
/**
|
|
5198
|
+
*
|
|
5199
|
+
* @type {Array<string>}
|
|
5200
|
+
* @memberof PartialClubResponse
|
|
5201
|
+
*/
|
|
5202
|
+
'galleryPictures'?: Array<string>;
|
|
5203
|
+
/**
|
|
5204
|
+
*
|
|
5205
|
+
* @type {Array<string>}
|
|
5206
|
+
* @memberof PartialClubResponse
|
|
5207
|
+
*/
|
|
5208
|
+
'tags'?: Array<string>;
|
|
5173
5209
|
/**
|
|
5174
5210
|
*
|
|
5175
5211
|
* @type {ClubResponseLocation}
|
package/dist/esm/api.js
CHANGED
package/dist/esm/base.d.ts
CHANGED
package/dist/esm/base.js
CHANGED
package/dist/esm/common.d.ts
CHANGED
package/dist/esm/common.js
CHANGED
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/docs/ClubResponse.md
CHANGED
|
@@ -12,6 +12,9 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**email** | **string** | Email du club | [optional] [default to undefined]
|
|
13
13
|
**phone** | **string** | Téléphone du club | [optional] [default to undefined]
|
|
14
14
|
**picture** | **string** | URL de l\'image du club | [optional] [default to undefined]
|
|
15
|
+
**bannerPictures** | **Array<string>** | | [optional] [default to undefined]
|
|
16
|
+
**galleryPictures** | **Array<string>** | | [optional] [default to undefined]
|
|
17
|
+
**tags** | **Array<string>** | | [optional] [default to undefined]
|
|
15
18
|
**location** | [**ClubResponseLocation**](ClubResponseLocation.md) | | [optional] [default to undefined]
|
|
16
19
|
**isActive** | **boolean** | Statut d\'activation du club | [default to undefined]
|
|
17
20
|
**paymentFeature** | **boolean** | Indique si le club utilise la fonctionnalité de paiement | [optional] [default to undefined]
|
|
@@ -40,6 +43,9 @@ const instance: ClubResponse = {
|
|
|
40
43
|
email,
|
|
41
44
|
phone,
|
|
42
45
|
picture,
|
|
46
|
+
bannerPictures,
|
|
47
|
+
galleryPictures,
|
|
48
|
+
tags,
|
|
43
49
|
location,
|
|
44
50
|
isActive,
|
|
45
51
|
paymentFeature,
|
|
@@ -13,6 +13,9 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**email** | **string** | Email du club | [optional] [default to undefined]
|
|
14
14
|
**phone** | **string** | Téléphone du club | [optional] [default to undefined]
|
|
15
15
|
**picture** | **string** | URL de l\'image du club | [optional] [default to undefined]
|
|
16
|
+
**bannerPictures** | **Array<string>** | | [optional] [default to undefined]
|
|
17
|
+
**galleryPictures** | **Array<string>** | | [optional] [default to undefined]
|
|
18
|
+
**tags** | **Array<string>** | | [optional] [default to undefined]
|
|
16
19
|
**location** | [**ClubResponseLocation**](ClubResponseLocation.md) | | [optional] [default to undefined]
|
|
17
20
|
**isActive** | **boolean** | Statut d\'activation du club | [optional] [default to undefined]
|
|
18
21
|
**paymentFeature** | **boolean** | Indique si le club utilise la fonctionnalité de paiement | [optional] [default to undefined]
|
|
@@ -41,6 +44,9 @@ const instance: PartialClubResponse = {
|
|
|
41
44
|
email,
|
|
42
45
|
phone,
|
|
43
46
|
picture,
|
|
47
|
+
bannerPictures,
|
|
48
|
+
galleryPictures,
|
|
49
|
+
tags,
|
|
44
50
|
location,
|
|
45
51
|
isActive,
|
|
46
52
|
paymentFeature,
|
package/index.ts
CHANGED