@tennac-booking/sdk 1.0.50 → 1.0.52
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 +4 -22
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +4 -22
- 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 +4 -22
- 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/IUserAttributes.md +0 -2
- package/docs/IUserLocation.md +1 -1
- package/docs/StaffUserProfileResponse.md +0 -2
- package/docs/UpdateUserRequestBody.md +2 -2
- package/docs/UserProfileResponse.md +0 -2
- 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.52
|
|
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.52 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.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.52
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3358,12 +3358,6 @@ export interface IUserAttributes {
|
|
|
3358
3358
|
* @memberof IUserAttributes
|
|
3359
3359
|
*/
|
|
3360
3360
|
'description'?: string;
|
|
3361
|
-
/**
|
|
3362
|
-
*
|
|
3363
|
-
* @type {string}
|
|
3364
|
-
* @memberof IUserAttributes
|
|
3365
|
-
*/
|
|
3366
|
-
'city'?: string;
|
|
3367
3361
|
/**
|
|
3368
3362
|
*
|
|
3369
3363
|
* @type {boolean}
|
|
@@ -3396,7 +3390,7 @@ export interface IUserLocation {
|
|
|
3396
3390
|
* @type {string}
|
|
3397
3391
|
* @memberof IUserLocation
|
|
3398
3392
|
*/
|
|
3399
|
-
'type'
|
|
3393
|
+
'type'?: IUserLocationTypeEnum;
|
|
3400
3394
|
/**
|
|
3401
3395
|
*
|
|
3402
3396
|
* @type {Array<number>}
|
|
@@ -5028,12 +5022,6 @@ export interface StaffUserProfileResponse {
|
|
|
5028
5022
|
* @memberof StaffUserProfileResponse
|
|
5029
5023
|
*/
|
|
5030
5024
|
'description'?: string;
|
|
5031
|
-
/**
|
|
5032
|
-
*
|
|
5033
|
-
* @type {string}
|
|
5034
|
-
* @memberof StaffUserProfileResponse
|
|
5035
|
-
*/
|
|
5036
|
-
'city'?: string;
|
|
5037
5025
|
/**
|
|
5038
5026
|
*
|
|
5039
5027
|
* @type {boolean}
|
|
@@ -5790,10 +5778,10 @@ export interface UpdateUserRequestBody {
|
|
|
5790
5778
|
'description'?: string;
|
|
5791
5779
|
/**
|
|
5792
5780
|
*
|
|
5793
|
-
* @type {
|
|
5781
|
+
* @type {IUserLocation}
|
|
5794
5782
|
* @memberof UpdateUserRequestBody
|
|
5795
5783
|
*/
|
|
5796
|
-
'
|
|
5784
|
+
'location'?: IUserLocation;
|
|
5797
5785
|
}
|
|
5798
5786
|
/**
|
|
5799
5787
|
*
|
|
@@ -6138,12 +6126,6 @@ export interface UserProfileResponse {
|
|
|
6138
6126
|
* @memberof UserProfileResponse
|
|
6139
6127
|
*/
|
|
6140
6128
|
'description'?: string;
|
|
6141
|
-
/**
|
|
6142
|
-
*
|
|
6143
|
-
* @type {string}
|
|
6144
|
-
* @memberof UserProfileResponse
|
|
6145
|
-
*/
|
|
6146
|
-
'city'?: string;
|
|
6147
6129
|
/**
|
|
6148
6130
|
*
|
|
6149
6131
|
* @type {boolean}
|
package/base.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.52
|
|
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
|
* 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.52
|
|
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
|
* 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.52
|
|
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
|
* 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.52
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3301,12 +3301,6 @@ export interface IUserAttributes {
|
|
|
3301
3301
|
* @memberof IUserAttributes
|
|
3302
3302
|
*/
|
|
3303
3303
|
'description'?: string;
|
|
3304
|
-
/**
|
|
3305
|
-
*
|
|
3306
|
-
* @type {string}
|
|
3307
|
-
* @memberof IUserAttributes
|
|
3308
|
-
*/
|
|
3309
|
-
'city'?: string;
|
|
3310
3304
|
/**
|
|
3311
3305
|
*
|
|
3312
3306
|
* @type {boolean}
|
|
@@ -3339,7 +3333,7 @@ export interface IUserLocation {
|
|
|
3339
3333
|
* @type {string}
|
|
3340
3334
|
* @memberof IUserLocation
|
|
3341
3335
|
*/
|
|
3342
|
-
'type'
|
|
3336
|
+
'type'?: IUserLocationTypeEnum;
|
|
3343
3337
|
/**
|
|
3344
3338
|
*
|
|
3345
3339
|
* @type {Array<number>}
|
|
@@ -4950,12 +4944,6 @@ export interface StaffUserProfileResponse {
|
|
|
4950
4944
|
* @memberof StaffUserProfileResponse
|
|
4951
4945
|
*/
|
|
4952
4946
|
'description'?: string;
|
|
4953
|
-
/**
|
|
4954
|
-
*
|
|
4955
|
-
* @type {string}
|
|
4956
|
-
* @memberof StaffUserProfileResponse
|
|
4957
|
-
*/
|
|
4958
|
-
'city'?: string;
|
|
4959
4947
|
/**
|
|
4960
4948
|
*
|
|
4961
4949
|
* @type {boolean}
|
|
@@ -5705,10 +5693,10 @@ export interface UpdateUserRequestBody {
|
|
|
5705
5693
|
'description'?: string;
|
|
5706
5694
|
/**
|
|
5707
5695
|
*
|
|
5708
|
-
* @type {
|
|
5696
|
+
* @type {IUserLocation}
|
|
5709
5697
|
* @memberof UpdateUserRequestBody
|
|
5710
5698
|
*/
|
|
5711
|
-
'
|
|
5699
|
+
'location'?: IUserLocation;
|
|
5712
5700
|
}
|
|
5713
5701
|
/**
|
|
5714
5702
|
*
|
|
@@ -6049,12 +6037,6 @@ export interface UserProfileResponse {
|
|
|
6049
6037
|
* @memberof UserProfileResponse
|
|
6050
6038
|
*/
|
|
6051
6039
|
'description'?: string;
|
|
6052
|
-
/**
|
|
6053
|
-
*
|
|
6054
|
-
* @type {string}
|
|
6055
|
-
* @memberof UserProfileResponse
|
|
6056
|
-
*/
|
|
6057
|
-
'city'?: string;
|
|
6058
6040
|
/**
|
|
6059
6041
|
*
|
|
6060
6042
|
* @type {boolean}
|
package/dist/api.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.52
|
|
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
|
* 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.52
|
|
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
|
* 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.52
|
|
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
|
* 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.52
|
|
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
|
* 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.52
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.52
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.52
|
|
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
|
* 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.52
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3301,12 +3301,6 @@ export interface IUserAttributes {
|
|
|
3301
3301
|
* @memberof IUserAttributes
|
|
3302
3302
|
*/
|
|
3303
3303
|
'description'?: string;
|
|
3304
|
-
/**
|
|
3305
|
-
*
|
|
3306
|
-
* @type {string}
|
|
3307
|
-
* @memberof IUserAttributes
|
|
3308
|
-
*/
|
|
3309
|
-
'city'?: string;
|
|
3310
3304
|
/**
|
|
3311
3305
|
*
|
|
3312
3306
|
* @type {boolean}
|
|
@@ -3339,7 +3333,7 @@ export interface IUserLocation {
|
|
|
3339
3333
|
* @type {string}
|
|
3340
3334
|
* @memberof IUserLocation
|
|
3341
3335
|
*/
|
|
3342
|
-
'type'
|
|
3336
|
+
'type'?: IUserLocationTypeEnum;
|
|
3343
3337
|
/**
|
|
3344
3338
|
*
|
|
3345
3339
|
* @type {Array<number>}
|
|
@@ -4950,12 +4944,6 @@ export interface StaffUserProfileResponse {
|
|
|
4950
4944
|
* @memberof StaffUserProfileResponse
|
|
4951
4945
|
*/
|
|
4952
4946
|
'description'?: string;
|
|
4953
|
-
/**
|
|
4954
|
-
*
|
|
4955
|
-
* @type {string}
|
|
4956
|
-
* @memberof StaffUserProfileResponse
|
|
4957
|
-
*/
|
|
4958
|
-
'city'?: string;
|
|
4959
4947
|
/**
|
|
4960
4948
|
*
|
|
4961
4949
|
* @type {boolean}
|
|
@@ -5705,10 +5693,10 @@ export interface UpdateUserRequestBody {
|
|
|
5705
5693
|
'description'?: string;
|
|
5706
5694
|
/**
|
|
5707
5695
|
*
|
|
5708
|
-
* @type {
|
|
5696
|
+
* @type {IUserLocation}
|
|
5709
5697
|
* @memberof UpdateUserRequestBody
|
|
5710
5698
|
*/
|
|
5711
|
-
'
|
|
5699
|
+
'location'?: IUserLocation;
|
|
5712
5700
|
}
|
|
5713
5701
|
/**
|
|
5714
5702
|
*
|
|
@@ -6049,12 +6037,6 @@ export interface UserProfileResponse {
|
|
|
6049
6037
|
* @memberof UserProfileResponse
|
|
6050
6038
|
*/
|
|
6051
6039
|
'description'?: string;
|
|
6052
|
-
/**
|
|
6053
|
-
*
|
|
6054
|
-
* @type {string}
|
|
6055
|
-
* @memberof UserProfileResponse
|
|
6056
|
-
*/
|
|
6057
|
-
'city'?: string;
|
|
6058
6040
|
/**
|
|
6059
6041
|
*
|
|
6060
6042
|
* @type {boolean}
|
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.52
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
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.52
|
|
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.52
|
|
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.52
|
|
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.52
|
|
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.52
|
|
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.52
|
|
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.52
|
|
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.52
|
|
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.52
|
|
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.52
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/IUserAttributes.md
CHANGED
|
@@ -29,7 +29,6 @@ Name | Type | Description | Notes
|
|
|
29
29
|
**setupIntentId** | **string** | | [optional] [default to undefined]
|
|
30
30
|
**favoriteClubs** | **Array<string>** | | [optional] [default to undefined]
|
|
31
31
|
**description** | **string** | | [optional] [default to undefined]
|
|
32
|
-
**city** | **string** | | [optional] [default to undefined]
|
|
33
32
|
**isProfileVisible** | **boolean** | | [default to undefined]
|
|
34
33
|
**favoritePlayers** | **Array<string>** | | [optional] [default to undefined]
|
|
35
34
|
**sports** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
@@ -64,7 +63,6 @@ const instance: IUserAttributes = {
|
|
|
64
63
|
setupIntentId,
|
|
65
64
|
favoriteClubs,
|
|
66
65
|
description,
|
|
67
|
-
city,
|
|
68
66
|
isProfileVisible,
|
|
69
67
|
favoritePlayers,
|
|
70
68
|
sports,
|
package/docs/IUserLocation.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**type** | **string** | | [default to undefined]
|
|
8
|
+
**type** | **string** | | [optional] [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]
|
|
@@ -29,7 +29,6 @@ Name | Type | Description | Notes
|
|
|
29
29
|
**setupIntentId** | **string** | | [optional] [default to undefined]
|
|
30
30
|
**favoriteClubs** | **Array<string>** | | [optional] [default to undefined]
|
|
31
31
|
**description** | **string** | | [optional] [default to undefined]
|
|
32
|
-
**city** | **string** | | [optional] [default to undefined]
|
|
33
32
|
**isProfileVisible** | **boolean** | | [default to undefined]
|
|
34
33
|
**favoritePlayers** | **Array<string>** | | [optional] [default to undefined]
|
|
35
34
|
**sports** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
@@ -66,7 +65,6 @@ const instance: StaffUserProfileResponse = {
|
|
|
66
65
|
setupIntentId,
|
|
67
66
|
favoriteClubs,
|
|
68
67
|
description,
|
|
69
|
-
city,
|
|
70
68
|
isProfileVisible,
|
|
71
69
|
favoritePlayers,
|
|
72
70
|
sports,
|
|
@@ -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
|
-
**
|
|
17
|
+
**location** | [**IUserLocation**](IUserLocation.md) | | [optional] [default to undefined]
|
|
18
18
|
|
|
19
19
|
## Example
|
|
20
20
|
|
|
@@ -31,7 +31,7 @@ const instance: UpdateUserRequestBody = {
|
|
|
31
31
|
levelBySports,
|
|
32
32
|
isProfileVisible,
|
|
33
33
|
description,
|
|
34
|
-
|
|
34
|
+
location,
|
|
35
35
|
};
|
|
36
36
|
```
|
|
37
37
|
|
|
@@ -29,7 +29,6 @@ Name | Type | Description | Notes
|
|
|
29
29
|
**setupIntentId** | **string** | | [optional] [default to undefined]
|
|
30
30
|
**favoriteClubs** | **Array<string>** | | [optional] [default to undefined]
|
|
31
31
|
**description** | **string** | | [optional] [default to undefined]
|
|
32
|
-
**city** | **string** | | [optional] [default to undefined]
|
|
33
32
|
**isProfileVisible** | **boolean** | | [default to undefined]
|
|
34
33
|
**favoritePlayers** | **Array<string>** | | [optional] [default to undefined]
|
|
35
34
|
**sports** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
|
|
@@ -69,7 +68,6 @@ const instance: UserProfileResponse = {
|
|
|
69
68
|
setupIntentId,
|
|
70
69
|
favoriteClubs,
|
|
71
70
|
description,
|
|
72
|
-
city,
|
|
73
71
|
isProfileVisible,
|
|
74
72
|
favoritePlayers,
|
|
75
73
|
sports,
|
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.52
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|