@tennac-booking/sdk 1.0.52 → 1.0.54
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 +2 -0
- package/README.md +4 -2
- package/api.ts +175 -4
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +280 -104
- package/dist/api.js +7 -4
- 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 +280 -104
- package/dist/esm/api.js +4 -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/IUserLocation.md +1 -1
- package/docs/PickIUserLocationExcludeKeyofIUserLocationType.md +43 -0
- package/docs/UpdateUserRequestBody.md +1 -1
- package/docs/UpdateUserRequestBodyLocation.md +44 -0
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* booking_api
|
|
5
5
|
* API for managing pickle ball games and players
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.
|
|
7
|
+
* The version of the OpenAPI document: 1.0.53
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -174,6 +174,9 @@ export const UpdateCourtRequestSurfaceEnum = {
|
|
|
174
174
|
Grass: 'grass',
|
|
175
175
|
Hard: 'hard'
|
|
176
176
|
};
|
|
177
|
+
export const UpdateUserRequestBodyLocationTypeEnum = {
|
|
178
|
+
Point: 'Point'
|
|
179
|
+
};
|
|
177
180
|
export const UserBookingItemMyPaymentStatusEnum = {
|
|
178
181
|
Paid: 'paid',
|
|
179
182
|
Pending: 'pending',
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* booking_api
|
|
3
3
|
* API for managing pickle ball games and players
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.53
|
|
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
|
* booking_api
|
|
5
5
|
* API for managing pickle ball games and players
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.
|
|
7
|
+
* The version of the OpenAPI document: 1.0.53
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* booking_api
|
|
3
3
|
* API for managing pickle ball games and players
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.53
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* booking_api
|
|
5
5
|
* API for managing pickle ball games and players
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.
|
|
7
|
+
* The version of the OpenAPI document: 1.0.53
|
|
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
|
* booking_api
|
|
3
3
|
* API for managing pickle ball games and players
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.53
|
|
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
|
* booking_api
|
|
5
5
|
* API for managing pickle ball games and players
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.
|
|
7
|
+
* The version of the OpenAPI document: 1.0.53
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* booking_api
|
|
3
3
|
* API for managing pickle ball games and players
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.53
|
|
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
|
* booking_api
|
|
5
5
|
* API for managing pickle ball games and players
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.
|
|
7
|
+
* The version of the OpenAPI document: 1.0.53
|
|
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
|
* booking_api
|
|
3
3
|
* API for managing pickle ball games and players
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.53
|
|
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
|
* booking_api
|
|
6
6
|
* API for managing pickle ball games and players
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.53
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/IUserLocation.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**type** | **string** | | [
|
|
8
|
+
**type** | **string** | | [default to undefined]
|
|
9
9
|
**coordinates** | **Array<number>** | | [default to undefined]
|
|
10
10
|
**mapboxId** | **string** | | [optional] [default to undefined]
|
|
11
11
|
**mapboxPlaceType** | **Array<string>** | | [optional] [default to undefined]
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# PickIUserLocationExcludeKeyofIUserLocationType
|
|
2
|
+
|
|
3
|
+
From T, pick a set of properties whose keys are in the union K
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**coordinates** | **Array<number>** | | [default to undefined]
|
|
10
|
+
**mapboxId** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**mapboxPlaceType** | **Array<string>** | | [optional] [default to undefined]
|
|
12
|
+
**mapboxPlaceName** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**mapboxAddress** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**mapboxContext** | **Array<{ [key: string]: any; }>** | | [optional] [default to undefined]
|
|
15
|
+
**mapboxRaw** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
16
|
+
**city** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**country** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**postalCode** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**state** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**address** | **string** | | [optional] [default to undefined]
|
|
21
|
+
|
|
22
|
+
## Example
|
|
23
|
+
|
|
24
|
+
```typescript
|
|
25
|
+
import { PickIUserLocationExcludeKeyofIUserLocationType } from '@tennac-booking/sdk';
|
|
26
|
+
|
|
27
|
+
const instance: PickIUserLocationExcludeKeyofIUserLocationType = {
|
|
28
|
+
coordinates,
|
|
29
|
+
mapboxId,
|
|
30
|
+
mapboxPlaceType,
|
|
31
|
+
mapboxPlaceName,
|
|
32
|
+
mapboxAddress,
|
|
33
|
+
mapboxContext,
|
|
34
|
+
mapboxRaw,
|
|
35
|
+
city,
|
|
36
|
+
country,
|
|
37
|
+
postalCode,
|
|
38
|
+
state,
|
|
39
|
+
address,
|
|
40
|
+
};
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**levelBySports** | [**Array<UpdateUserRequestBodyLevelBySportsInner>**](UpdateUserRequestBodyLevelBySportsInner.md) | | [optional] [default to undefined]
|
|
15
15
|
**isProfileVisible** | **boolean** | | [optional] [default to undefined]
|
|
16
16
|
**description** | **string** | | [optional] [default to undefined]
|
|
17
|
-
**location** | [**
|
|
17
|
+
**location** | [**UpdateUserRequestBodyLocation**](UpdateUserRequestBodyLocation.md) | | [optional] [default to undefined]
|
|
18
18
|
|
|
19
19
|
## Example
|
|
20
20
|
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# UpdateUserRequestBodyLocation
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**coordinates** | **Array<number>** | | [default to undefined]
|
|
9
|
+
**mapboxId** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**mapboxPlaceType** | **Array<string>** | | [optional] [default to undefined]
|
|
11
|
+
**mapboxPlaceName** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**mapboxAddress** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**mapboxContext** | **Array<{ [key: string]: any; }>** | | [optional] [default to undefined]
|
|
14
|
+
**mapboxRaw** | **{ [key: string]: object; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
15
|
+
**city** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**country** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**postalCode** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**state** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**address** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**type** | **string** | | [optional] [default to undefined]
|
|
21
|
+
|
|
22
|
+
## Example
|
|
23
|
+
|
|
24
|
+
```typescript
|
|
25
|
+
import { UpdateUserRequestBodyLocation } from '@tennac-booking/sdk';
|
|
26
|
+
|
|
27
|
+
const instance: UpdateUserRequestBodyLocation = {
|
|
28
|
+
coordinates,
|
|
29
|
+
mapboxId,
|
|
30
|
+
mapboxPlaceType,
|
|
31
|
+
mapboxPlaceName,
|
|
32
|
+
mapboxAddress,
|
|
33
|
+
mapboxContext,
|
|
34
|
+
mapboxRaw,
|
|
35
|
+
city,
|
|
36
|
+
country,
|
|
37
|
+
postalCode,
|
|
38
|
+
state,
|
|
39
|
+
address,
|
|
40
|
+
type,
|
|
41
|
+
};
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* booking_api
|
|
5
5
|
* API for managing pickle ball games and players
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.
|
|
7
|
+
* The version of the OpenAPI document: 1.0.53
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|