@tennac-booking/sdk 1.0.150 → 1.0.151

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.
@@ -0,0 +1,20 @@
1
+ # GetGuestBookingPrice200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **totalPrice** | **number** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { GetGuestBookingPrice200Response } from '@tennac-booking/sdk';
14
+
15
+ const instance: GetGuestBookingPrice200Response = {
16
+ totalPrice,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # GetGuestBookingPriceRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **slotIds** | **Array<string>** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { GetGuestBookingPriceRequest } from '@tennac-booking/sdk';
14
+
15
+ const instance: GetGuestBookingPriceRequest = {
16
+ slotIds,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **email** | **string** | | [default to undefined]
13
13
  **gender** | [**Gender**](Gender.md) | | [optional] [default to undefined]
14
14
  **location** | [**IUserLocation**](IUserLocation.md) | | [optional] [default to undefined]
15
- **isAccountVerified** | **boolean** | | [default to undefined]
15
+ **isAccountVerified** | **boolean** | | [optional] [default to undefined]
16
16
  **levelBySports** | [**Array<ILevelBySports>**](ILevelBySports.md) | | [optional] [default to undefined]
17
17
  **characteristics** | [**Array<ICharacteristic>**](ICharacteristic.md) | | [optional] [default to undefined]
18
18
  **phone** | **string** | | [optional] [default to undefined]
@@ -25,14 +25,14 @@ Name | Type | Description | Notes
25
25
  **emailVerificationExpires** | **string** | | [optional] [default to undefined]
26
26
  **organizations** | [**Array<IUserAttributesOrganizationsInner>**](IUserAttributesOrganizationsInner.md) | | [optional] [default to undefined]
27
27
  **isGuest** | **boolean** | | [optional] [default to undefined]
28
- **isAdmin** | **boolean** | | [default to undefined]
28
+ **isAdmin** | **boolean** | | [optional] [default to undefined]
29
29
  **isClient** | **boolean** | | [optional] [default to undefined]
30
- **createdAt** | **string** | | [default to undefined]
31
- **updatedAt** | **string** | | [default to undefined]
30
+ **createdAt** | **string** | | [optional] [default to undefined]
31
+ **updatedAt** | **string** | | [optional] [default to undefined]
32
32
  **isLevelCertified** | **boolean** | | [optional] [default to undefined]
33
33
  **favoriteClubs** | **Array<string>** | | [optional] [default to undefined]
34
34
  **description** | **string** | | [optional] [default to undefined]
35
- **isProfileVisible** | **boolean** | | [default to undefined]
35
+ **isProfileVisible** | **boolean** | | [optional] [default to undefined]
36
36
  **favoritePlayers** | **Array<string>** | | [optional] [default to undefined]
37
37
  **sports** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
38
38
  **stripeCustomerId** | **string** | | [optional] [default to undefined]
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **email** | **string** | | [default to undefined]
13
13
  **gender** | [**Gender**](Gender.md) | | [optional] [default to undefined]
14
14
  **location** | [**IUserLocation**](IUserLocation.md) | | [optional] [default to undefined]
15
- **isAccountVerified** | **boolean** | | [default to undefined]
15
+ **isAccountVerified** | **boolean** | | [optional] [default to undefined]
16
16
  **levelBySports** | [**Array<ILevelBySports>**](ILevelBySports.md) | | [optional] [default to undefined]
17
17
  **characteristics** | [**Array<ICharacteristic>**](ICharacteristic.md) | | [optional] [default to undefined]
18
18
  **phone** | **string** | | [optional] [default to undefined]
@@ -25,14 +25,14 @@ Name | Type | Description | Notes
25
25
  **emailVerificationExpires** | **string** | | [optional] [default to undefined]
26
26
  **organizations** | [**Array<IUserAttributesOrganizationsInner>**](IUserAttributesOrganizationsInner.md) | | [optional] [default to undefined]
27
27
  **isGuest** | **boolean** | | [optional] [default to undefined]
28
- **isAdmin** | **boolean** | | [default to undefined]
28
+ **isAdmin** | **boolean** | | [optional] [default to undefined]
29
29
  **isClient** | **boolean** | | [optional] [default to undefined]
30
- **createdAt** | **string** | | [default to undefined]
31
- **updatedAt** | **string** | | [default to undefined]
30
+ **createdAt** | **string** | | [optional] [default to undefined]
31
+ **updatedAt** | **string** | | [optional] [default to undefined]
32
32
  **isLevelCertified** | **boolean** | | [optional] [default to undefined]
33
33
  **favoriteClubs** | **Array<string>** | | [optional] [default to undefined]
34
34
  **description** | **string** | | [optional] [default to undefined]
35
- **isProfileVisible** | **boolean** | | [default to undefined]
35
+ **isProfileVisible** | **boolean** | | [optional] [default to undefined]
36
36
  **favoritePlayers** | **Array<string>** | | [optional] [default to undefined]
37
37
  **sports** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
38
38
  **stripeCustomerId** | **string** | | [optional] [default to undefined]
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **email** | **string** | | [default to undefined]
13
13
  **gender** | [**Gender**](Gender.md) | | [optional] [default to undefined]
14
14
  **location** | [**IUserLocation**](IUserLocation.md) | | [optional] [default to undefined]
15
- **isAccountVerified** | **boolean** | | [default to undefined]
15
+ **isAccountVerified** | **boolean** | | [optional] [default to undefined]
16
16
  **levelBySports** | [**Array<ILevelBySports>**](ILevelBySports.md) | | [optional] [default to undefined]
17
17
  **characteristics** | [**Array<ICharacteristic>**](ICharacteristic.md) | | [optional] [default to undefined]
18
18
  **phone** | **string** | | [optional] [default to undefined]
@@ -25,14 +25,14 @@ Name | Type | Description | Notes
25
25
  **emailVerificationExpires** | **string** | | [optional] [default to undefined]
26
26
  **organizations** | [**Array<IUserAttributesOrganizationsInner>**](IUserAttributesOrganizationsInner.md) | | [optional] [default to undefined]
27
27
  **isGuest** | **boolean** | | [optional] [default to undefined]
28
- **isAdmin** | **boolean** | | [default to undefined]
28
+ **isAdmin** | **boolean** | | [optional] [default to undefined]
29
29
  **isClient** | **boolean** | | [optional] [default to undefined]
30
- **createdAt** | **string** | | [default to undefined]
31
- **updatedAt** | **string** | | [default to undefined]
30
+ **createdAt** | **string** | | [optional] [default to undefined]
31
+ **updatedAt** | **string** | | [optional] [default to undefined]
32
32
  **isLevelCertified** | **boolean** | | [optional] [default to undefined]
33
33
  **favoriteClubs** | **Array<string>** | | [optional] [default to undefined]
34
34
  **description** | **string** | | [optional] [default to undefined]
35
- **isProfileVisible** | **boolean** | | [default to undefined]
35
+ **isProfileVisible** | **boolean** | | [optional] [default to undefined]
36
36
  **favoritePlayers** | **Array<string>** | | [optional] [default to undefined]
37
37
  **sports** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
38
38
  **stripeCustomerId** | **string** | | [optional] [default to undefined]
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.150
7
+ * The version of the OpenAPI document: 1.0.151
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.150",
3
+ "version": "1.0.151",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {