@tennac-booking/sdk 1.0.67 → 1.0.68

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.66
1
+ ## @tennac-booking/sdk@1.0.67
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.66 --save
39
+ npm install @tennac-booking/sdk@1.0.67 --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.66
7
+ * The version of the OpenAPI document: 1.0.67
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1147,6 +1147,12 @@ export interface ClubResponse {
1147
1147
  * @memberof ClubResponse
1148
1148
  */
1149
1149
  'isNoShowEnabled'?: boolean;
1150
+ /**
1151
+ * Liste des sports proposés par le club (identifiés par leur clé)
1152
+ * @type {Array<string>}
1153
+ * @memberof ClubResponse
1154
+ */
1155
+ 'sports'?: Array<string>;
1150
1156
  /**
1151
1157
  *
1152
1158
  * @type {ClubResponseCreatedAt}
@@ -3485,6 +3491,12 @@ export interface PartialClubResponse {
3485
3491
  * @memberof PartialClubResponse
3486
3492
  */
3487
3493
  'isNoShowEnabled'?: boolean;
3494
+ /**
3495
+ * Liste des sports proposés par le club (identifiés par leur clé)
3496
+ * @type {Array<string>}
3497
+ * @memberof PartialClubResponse
3498
+ */
3499
+ 'sports'?: Array<string>;
3488
3500
  /**
3489
3501
  *
3490
3502
  * @type {ClubResponseCreatedAt}
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.66
7
+ * The version of the OpenAPI document: 1.0.67
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.66
7
+ * The version of the OpenAPI document: 1.0.67
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.66
7
+ * The version of the OpenAPI document: 1.0.67
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.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1124,6 +1124,12 @@ export interface ClubResponse {
1124
1124
  * @memberof ClubResponse
1125
1125
  */
1126
1126
  'isNoShowEnabled'?: boolean;
1127
+ /**
1128
+ * Liste des sports proposés par le club (identifiés par leur clé)
1129
+ * @type {Array<string>}
1130
+ * @memberof ClubResponse
1131
+ */
1132
+ 'sports'?: Array<string>;
1127
1133
  /**
1128
1134
  *
1129
1135
  * @type {ClubResponseCreatedAt}
@@ -3437,6 +3443,12 @@ export interface PartialClubResponse {
3437
3443
  * @memberof PartialClubResponse
3438
3444
  */
3439
3445
  'isNoShowEnabled'?: boolean;
3446
+ /**
3447
+ * Liste des sports proposés par le club (identifiés par leur clé)
3448
+ * @type {Array<string>}
3449
+ * @memberof PartialClubResponse
3450
+ */
3451
+ 'sports'?: Array<string>;
3440
3452
  /**
3441
3453
  *
3442
3454
  * @type {ClubResponseCreatedAt}
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * openapi.json
6
6
  * Pandook API Documentation
7
7
  *
8
- * The version of the OpenAPI document: 1.0.66
8
+ * The version of the OpenAPI document: 1.0.67
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.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.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * openapi.json
6
6
  * Pandook API Documentation
7
7
  *
8
- * The version of the OpenAPI document: 1.0.66
8
+ * The version of the OpenAPI document: 1.0.67
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.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.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * openapi.json
6
6
  * Pandook API Documentation
7
7
  *
8
- * The version of the OpenAPI document: 1.0.66
8
+ * The version of the OpenAPI document: 1.0.67
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * openapi.json
6
6
  * Pandook API Documentation
7
7
  *
8
- * The version of the OpenAPI document: 1.0.66
8
+ * The version of the OpenAPI document: 1.0.67
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1124,6 +1124,12 @@ export interface ClubResponse {
1124
1124
  * @memberof ClubResponse
1125
1125
  */
1126
1126
  'isNoShowEnabled'?: boolean;
1127
+ /**
1128
+ * Liste des sports proposés par le club (identifiés par leur clé)
1129
+ * @type {Array<string>}
1130
+ * @memberof ClubResponse
1131
+ */
1132
+ 'sports'?: Array<string>;
1127
1133
  /**
1128
1134
  *
1129
1135
  * @type {ClubResponseCreatedAt}
@@ -3437,6 +3443,12 @@ export interface PartialClubResponse {
3437
3443
  * @memberof PartialClubResponse
3438
3444
  */
3439
3445
  'isNoShowEnabled'?: boolean;
3446
+ /**
3447
+ * Liste des sports proposés par le club (identifiés par leur clé)
3448
+ * @type {Array<string>}
3449
+ * @memberof PartialClubResponse
3450
+ */
3451
+ 'sports'?: Array<string>;
3440
3452
  /**
3441
3453
  *
3442
3454
  * @type {ClubResponseCreatedAt}
package/dist/esm/api.js 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.66
7
+ * The version of the OpenAPI document: 1.0.67
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js 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.66
7
+ * The version of the OpenAPI document: 1.0.67
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.66
7
+ * The version of the OpenAPI document: 1.0.67
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.66
7
+ * The version of the OpenAPI document: 1.0.67
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js 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.66
7
+ * The version of the OpenAPI document: 1.0.67
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.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.66
5
+ * The version of the OpenAPI document: 1.0.67
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * openapi.json
6
6
  * Pandook API Documentation
7
7
  *
8
- * The version of the OpenAPI document: 1.0.66
8
+ * The version of the OpenAPI document: 1.0.67
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18,6 +18,7 @@ Name | Type | Description | Notes
18
18
  **stripeAccountId** | **string** | ID du compte Stripe du club | [optional] [default to undefined]
19
19
  **clubDashBoardUrl** | **string** | URL du dashboard Stripe du club | [optional] [default to undefined]
20
20
  **isNoShowEnabled** | **boolean** | Indique si la fonctionnalité \&quot;no show\&quot; est activée | [optional] [default to undefined]
21
+ **sports** | **Array&lt;string&gt;** | Liste des sports proposés par le club (identifiés par leur clé) | [optional] [default to undefined]
21
22
  **createdAt** | [**ClubResponseCreatedAt**](ClubResponseCreatedAt.md) | | [optional] [default to undefined]
22
23
  **updatedAt** | [**ClubResponseUpdatedAt**](ClubResponseUpdatedAt.md) | | [optional] [default to undefined]
23
24
 
@@ -40,6 +41,7 @@ const instance: ClubResponse = {
40
41
  stripeAccountId,
41
42
  clubDashBoardUrl,
42
43
  isNoShowEnabled,
44
+ sports,
43
45
  createdAt,
44
46
  updatedAt,
45
47
  };
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
19
19
  **stripeAccountId** | **string** | ID du compte Stripe du club | [optional] [default to undefined]
20
20
  **clubDashBoardUrl** | **string** | URL du dashboard Stripe du club | [optional] [default to undefined]
21
21
  **isNoShowEnabled** | **boolean** | Indique si la fonctionnalité \&quot;no show\&quot; est activée | [optional] [default to undefined]
22
+ **sports** | **Array&lt;string&gt;** | Liste des sports proposés par le club (identifiés par leur clé) | [optional] [default to undefined]
22
23
  **createdAt** | [**ClubResponseCreatedAt**](ClubResponseCreatedAt.md) | | [optional] [default to undefined]
23
24
  **updatedAt** | [**ClubResponseUpdatedAt**](ClubResponseUpdatedAt.md) | | [optional] [default to undefined]
24
25
 
@@ -41,6 +42,7 @@ const instance: PartialClubResponse = {
41
42
  stripeAccountId,
42
43
  clubDashBoardUrl,
43
44
  isNoShowEnabled,
45
+ sports,
44
46
  createdAt,
45
47
  updatedAt,
46
48
  };
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.66
7
+ * The version of the OpenAPI document: 1.0.67
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.67",
3
+ "version": "1.0.68",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {