@tennac-booking/sdk 1.0.53 → 1.0.55
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 +4 -2
- package/README.md +6 -4
- package/api.ts +304 -77
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +403 -179
- 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 +403 -179
- 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/ClubSummary.md +28 -0
- package/docs/FavoriteClubsResponse.md +1 -1
- package/docs/FavoritePlayersResponse.md +1 -1
- package/docs/PlayerSummary.md +40 -0
- package/docs/PublicUserProfileResponse.md +44 -0
- package/docs/UserLocationSummary.md +44 -0
- package/docs/UserProfileResponse.md +2 -2
- package/docs/UsersApi.md +6 -6
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/FrequentClub.md +0 -24
- package/docs/FrequentPlayer.md +0 -28
package/.openapi-generator/FILES
CHANGED
|
@@ -56,6 +56,7 @@ docs/ClubRoleResponse.md
|
|
|
56
56
|
docs/ClubRolesResponse.md
|
|
57
57
|
docs/ClubSettings.md
|
|
58
58
|
docs/ClubStaffResponse.md
|
|
59
|
+
docs/ClubSummary.md
|
|
59
60
|
docs/ClubsApi.md
|
|
60
61
|
docs/ConfirmPaymentMethodRequestBody.md
|
|
61
62
|
docs/ConfirmPaymentMethodResponse.md
|
|
@@ -92,8 +93,6 @@ docs/FavoriteClubsResponse.md
|
|
|
92
93
|
docs/FavoritePlayerMutationResponse.md
|
|
93
94
|
docs/FavoritePlayerRequestBody.md
|
|
94
95
|
docs/FavoritePlayersResponse.md
|
|
95
|
-
docs/FrequentClub.md
|
|
96
|
-
docs/FrequentPlayer.md
|
|
97
96
|
docs/FrequentlyPlayedWithItem.md
|
|
98
97
|
docs/FrequentlyVisitedClubItem.md
|
|
99
98
|
docs/Gender.md
|
|
@@ -142,6 +141,7 @@ docs/PaymentMethod.md
|
|
|
142
141
|
docs/PaymentMethodSetupResponse.md
|
|
143
142
|
docs/PaymentStatus.md
|
|
144
143
|
docs/PickIUserLocationExcludeKeyofIUserLocationType.md
|
|
144
|
+
docs/PlayerSummary.md
|
|
145
145
|
docs/PlayerWithPaymentMethod.md
|
|
146
146
|
docs/PriceResponse.md
|
|
147
147
|
docs/ProfilePictureResponse.md
|
|
@@ -150,6 +150,7 @@ docs/PublicClubUser.md
|
|
|
150
150
|
docs/PublicClubUserFrequentlyPlayedWithInner.md
|
|
151
151
|
docs/PublicClubUserFrequentlyVisitedClubsInner.md
|
|
152
152
|
docs/PublicClubUserLevelBySportsInner.md
|
|
153
|
+
docs/PublicUserProfileResponse.md
|
|
153
154
|
docs/RefreshTokenRequestBody.md
|
|
154
155
|
docs/RefreshTokenResponse.md
|
|
155
156
|
docs/RegisterForEvent201Response.md
|
|
@@ -206,6 +207,7 @@ docs/UserClubSlotsApi.md
|
|
|
206
207
|
docs/UserClubSportsApi.md
|
|
207
208
|
docs/UserClubsApi.md
|
|
208
209
|
docs/UserInfoStaff.md
|
|
210
|
+
docs/UserLocationSummary.md
|
|
209
211
|
docs/UserProfileResponse.md
|
|
210
212
|
docs/UserRolesResponse.md
|
|
211
213
|
docs/UserStaffResponse.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.54
|
|
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.54 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -203,6 +203,7 @@ Class | Method | HTTP request | Description
|
|
|
203
203
|
- [ClubRolesResponse](docs/ClubRolesResponse.md)
|
|
204
204
|
- [ClubSettings](docs/ClubSettings.md)
|
|
205
205
|
- [ClubStaffResponse](docs/ClubStaffResponse.md)
|
|
206
|
+
- [ClubSummary](docs/ClubSummary.md)
|
|
206
207
|
- [ConfirmPaymentMethodRequestBody](docs/ConfirmPaymentMethodRequestBody.md)
|
|
207
208
|
- [ConfirmPaymentMethodResponse](docs/ConfirmPaymentMethodResponse.md)
|
|
208
209
|
- [ConfirmPaymentMethodSetupRequestBody](docs/ConfirmPaymentMethodSetupRequestBody.md)
|
|
@@ -236,8 +237,6 @@ Class | Method | HTTP request | Description
|
|
|
236
237
|
- [FavoritePlayerMutationResponse](docs/FavoritePlayerMutationResponse.md)
|
|
237
238
|
- [FavoritePlayerRequestBody](docs/FavoritePlayerRequestBody.md)
|
|
238
239
|
- [FavoritePlayersResponse](docs/FavoritePlayersResponse.md)
|
|
239
|
-
- [FrequentClub](docs/FrequentClub.md)
|
|
240
|
-
- [FrequentPlayer](docs/FrequentPlayer.md)
|
|
241
240
|
- [FrequentlyPlayedWithItem](docs/FrequentlyPlayedWithItem.md)
|
|
242
241
|
- [FrequentlyVisitedClubItem](docs/FrequentlyVisitedClubItem.md)
|
|
243
242
|
- [Gender](docs/Gender.md)
|
|
@@ -278,6 +277,7 @@ Class | Method | HTTP request | Description
|
|
|
278
277
|
- [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
|
|
279
278
|
- [PaymentStatus](docs/PaymentStatus.md)
|
|
280
279
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
280
|
+
- [PlayerSummary](docs/PlayerSummary.md)
|
|
281
281
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
282
282
|
- [PriceResponse](docs/PriceResponse.md)
|
|
283
283
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
@@ -286,6 +286,7 @@ Class | Method | HTTP request | Description
|
|
|
286
286
|
- [PublicClubUserFrequentlyPlayedWithInner](docs/PublicClubUserFrequentlyPlayedWithInner.md)
|
|
287
287
|
- [PublicClubUserFrequentlyVisitedClubsInner](docs/PublicClubUserFrequentlyVisitedClubsInner.md)
|
|
288
288
|
- [PublicClubUserLevelBySportsInner](docs/PublicClubUserLevelBySportsInner.md)
|
|
289
|
+
- [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
|
|
289
290
|
- [RefreshTokenRequestBody](docs/RefreshTokenRequestBody.md)
|
|
290
291
|
- [RefreshTokenResponse](docs/RefreshTokenResponse.md)
|
|
291
292
|
- [RegisterForEvent201Response](docs/RegisterForEvent201Response.md)
|
|
@@ -332,6 +333,7 @@ Class | Method | HTTP request | Description
|
|
|
332
333
|
- [UpdateUserRequestBodyLocation](docs/UpdateUserRequestBodyLocation.md)
|
|
333
334
|
- [UserBookingItem](docs/UserBookingItem.md)
|
|
334
335
|
- [UserInfoStaff](docs/UserInfoStaff.md)
|
|
336
|
+
- [UserLocationSummary](docs/UserLocationSummary.md)
|
|
335
337
|
- [UserProfileResponse](docs/UserProfileResponse.md)
|
|
336
338
|
- [UserRolesResponse](docs/UserRolesResponse.md)
|
|
337
339
|
- [UserStaffResponse](docs/UserStaffResponse.md)
|
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.54
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1753,6 +1753,43 @@ export interface ClubStaffResponse {
|
|
|
1753
1753
|
*/
|
|
1754
1754
|
'updatedAt'?: string;
|
|
1755
1755
|
}
|
|
1756
|
+
/**
|
|
1757
|
+
*
|
|
1758
|
+
* @export
|
|
1759
|
+
* @interface ClubSummary
|
|
1760
|
+
*/
|
|
1761
|
+
export interface ClubSummary {
|
|
1762
|
+
/**
|
|
1763
|
+
*
|
|
1764
|
+
* @type {string}
|
|
1765
|
+
* @memberof ClubSummary
|
|
1766
|
+
*/
|
|
1767
|
+
'id': string;
|
|
1768
|
+
/**
|
|
1769
|
+
*
|
|
1770
|
+
* @type {string}
|
|
1771
|
+
* @memberof ClubSummary
|
|
1772
|
+
*/
|
|
1773
|
+
'name': string;
|
|
1774
|
+
/**
|
|
1775
|
+
*
|
|
1776
|
+
* @type {string}
|
|
1777
|
+
* @memberof ClubSummary
|
|
1778
|
+
*/
|
|
1779
|
+
'address'?: string | null;
|
|
1780
|
+
/**
|
|
1781
|
+
*
|
|
1782
|
+
* @type {UserLocationSummary}
|
|
1783
|
+
* @memberof ClubSummary
|
|
1784
|
+
*/
|
|
1785
|
+
'location': UserLocationSummary | null;
|
|
1786
|
+
/**
|
|
1787
|
+
*
|
|
1788
|
+
* @type {number}
|
|
1789
|
+
* @memberof ClubSummary
|
|
1790
|
+
*/
|
|
1791
|
+
'visitCount'?: number;
|
|
1792
|
+
}
|
|
1756
1793
|
/**
|
|
1757
1794
|
*
|
|
1758
1795
|
* @export
|
|
@@ -2712,10 +2749,10 @@ export interface FavoriteClubRequestBody {
|
|
|
2712
2749
|
export interface FavoriteClubsResponse {
|
|
2713
2750
|
/**
|
|
2714
2751
|
*
|
|
2715
|
-
* @type {Array<
|
|
2752
|
+
* @type {Array<ClubSummary>}
|
|
2716
2753
|
* @memberof FavoriteClubsResponse
|
|
2717
2754
|
*/
|
|
2718
|
-
'favoriteClubs': Array<
|
|
2755
|
+
'favoriteClubs': Array<ClubSummary>;
|
|
2719
2756
|
}
|
|
2720
2757
|
/**
|
|
2721
2758
|
*
|
|
@@ -2757,72 +2794,10 @@ export interface FavoritePlayerRequestBody {
|
|
|
2757
2794
|
export interface FavoritePlayersResponse {
|
|
2758
2795
|
/**
|
|
2759
2796
|
*
|
|
2760
|
-
* @type {Array<
|
|
2797
|
+
* @type {Array<PlayerSummary>}
|
|
2761
2798
|
* @memberof FavoritePlayersResponse
|
|
2762
2799
|
*/
|
|
2763
|
-
'favoriteUsers': Array<
|
|
2764
|
-
}
|
|
2765
|
-
/**
|
|
2766
|
-
*
|
|
2767
|
-
* @export
|
|
2768
|
-
* @interface FrequentClub
|
|
2769
|
-
*/
|
|
2770
|
-
export interface FrequentClub {
|
|
2771
|
-
/**
|
|
2772
|
-
*
|
|
2773
|
-
* @type {string}
|
|
2774
|
-
* @memberof FrequentClub
|
|
2775
|
-
*/
|
|
2776
|
-
'clubId': string;
|
|
2777
|
-
/**
|
|
2778
|
-
*
|
|
2779
|
-
* @type {string}
|
|
2780
|
-
* @memberof FrequentClub
|
|
2781
|
-
*/
|
|
2782
|
-
'name': string;
|
|
2783
|
-
/**
|
|
2784
|
-
*
|
|
2785
|
-
* @type {number}
|
|
2786
|
-
* @memberof FrequentClub
|
|
2787
|
-
*/
|
|
2788
|
-
'visitCount': number;
|
|
2789
|
-
}
|
|
2790
|
-
/**
|
|
2791
|
-
*
|
|
2792
|
-
* @export
|
|
2793
|
-
* @interface FrequentPlayer
|
|
2794
|
-
*/
|
|
2795
|
-
export interface FrequentPlayer {
|
|
2796
|
-
/**
|
|
2797
|
-
*
|
|
2798
|
-
* @type {string}
|
|
2799
|
-
* @memberof FrequentPlayer
|
|
2800
|
-
*/
|
|
2801
|
-
'userId': string;
|
|
2802
|
-
/**
|
|
2803
|
-
*
|
|
2804
|
-
* @type {string}
|
|
2805
|
-
* @memberof FrequentPlayer
|
|
2806
|
-
*/
|
|
2807
|
-
'firstName': string;
|
|
2808
|
-
/**
|
|
2809
|
-
*
|
|
2810
|
-
* @type {string}
|
|
2811
|
-
* @memberof FrequentPlayer
|
|
2812
|
-
*/
|
|
2813
|
-
'lastName': string;
|
|
2814
|
-
/**
|
|
2815
|
-
*
|
|
2816
|
-
* @type {string}
|
|
2817
|
-
* @memberof FrequentPlayer
|
|
2818
|
-
*/
|
|
2819
|
-
'profilePicture'?: string;
|
|
2820
|
-
/**
|
|
2821
|
-
*
|
|
2822
|
-
* @type {number}
|
|
2823
|
-
* @memberof FrequentPlayer
|
|
2824
|
-
*/
|
|
2825
|
-
'playCount': number;
|
|
2800
|
+
'favoriteUsers': Array<PlayerSummary>;
|
|
2826
2801
|
}
|
|
2827
2802
|
/**
|
|
2828
2803
|
*
|
|
@@ -4204,6 +4179,81 @@ export interface PickIUserLocationExcludeKeyofIUserLocationType {
|
|
|
4204
4179
|
*/
|
|
4205
4180
|
'address'?: string;
|
|
4206
4181
|
}
|
|
4182
|
+
/**
|
|
4183
|
+
*
|
|
4184
|
+
* @export
|
|
4185
|
+
* @interface PlayerSummary
|
|
4186
|
+
*/
|
|
4187
|
+
export interface PlayerSummary {
|
|
4188
|
+
/**
|
|
4189
|
+
*
|
|
4190
|
+
* @type {string}
|
|
4191
|
+
* @memberof PlayerSummary
|
|
4192
|
+
*/
|
|
4193
|
+
'id': string;
|
|
4194
|
+
/**
|
|
4195
|
+
*
|
|
4196
|
+
* @type {string}
|
|
4197
|
+
* @memberof PlayerSummary
|
|
4198
|
+
*/
|
|
4199
|
+
'username'?: string | null;
|
|
4200
|
+
/**
|
|
4201
|
+
*
|
|
4202
|
+
* @type {string}
|
|
4203
|
+
* @memberof PlayerSummary
|
|
4204
|
+
*/
|
|
4205
|
+
'firstName': string;
|
|
4206
|
+
/**
|
|
4207
|
+
*
|
|
4208
|
+
* @type {string}
|
|
4209
|
+
* @memberof PlayerSummary
|
|
4210
|
+
*/
|
|
4211
|
+
'lastName': string;
|
|
4212
|
+
/**
|
|
4213
|
+
*
|
|
4214
|
+
* @type {string}
|
|
4215
|
+
* @memberof PlayerSummary
|
|
4216
|
+
*/
|
|
4217
|
+
'profilePicture'?: string | null;
|
|
4218
|
+
/**
|
|
4219
|
+
*
|
|
4220
|
+
* @type {Gender}
|
|
4221
|
+
* @memberof PlayerSummary
|
|
4222
|
+
*/
|
|
4223
|
+
'gender'?: Gender;
|
|
4224
|
+
/**
|
|
4225
|
+
*
|
|
4226
|
+
* @type {Array<LevelBySportEntry>}
|
|
4227
|
+
* @memberof PlayerSummary
|
|
4228
|
+
*/
|
|
4229
|
+
'levelBySports'?: Array<LevelBySportEntry>;
|
|
4230
|
+
/**
|
|
4231
|
+
*
|
|
4232
|
+
* @type {UserLocationSummary}
|
|
4233
|
+
* @memberof PlayerSummary
|
|
4234
|
+
*/
|
|
4235
|
+
'location': UserLocationSummary | null;
|
|
4236
|
+
/**
|
|
4237
|
+
*
|
|
4238
|
+
* @type {boolean}
|
|
4239
|
+
* @memberof PlayerSummary
|
|
4240
|
+
*/
|
|
4241
|
+
'sharedClubs': boolean;
|
|
4242
|
+
/**
|
|
4243
|
+
*
|
|
4244
|
+
* @type {string}
|
|
4245
|
+
* @memberof PlayerSummary
|
|
4246
|
+
*/
|
|
4247
|
+
'lastPlayedAt'?: string;
|
|
4248
|
+
/**
|
|
4249
|
+
*
|
|
4250
|
+
* @type {number}
|
|
4251
|
+
* @memberof PlayerSummary
|
|
4252
|
+
*/
|
|
4253
|
+
'playCount'?: number;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
|
+
|
|
4207
4257
|
/**
|
|
4208
4258
|
*
|
|
4209
4259
|
* @export
|
|
@@ -4472,6 +4522,91 @@ export interface PublicClubUserLevelBySportsInner {
|
|
|
4472
4522
|
*/
|
|
4473
4523
|
'level'?: string;
|
|
4474
4524
|
}
|
|
4525
|
+
/**
|
|
4526
|
+
*
|
|
4527
|
+
* @export
|
|
4528
|
+
* @interface PublicUserProfileResponse
|
|
4529
|
+
*/
|
|
4530
|
+
export interface PublicUserProfileResponse {
|
|
4531
|
+
/**
|
|
4532
|
+
*
|
|
4533
|
+
* @type {string}
|
|
4534
|
+
* @memberof PublicUserProfileResponse
|
|
4535
|
+
*/
|
|
4536
|
+
'id': string;
|
|
4537
|
+
/**
|
|
4538
|
+
*
|
|
4539
|
+
* @type {string}
|
|
4540
|
+
* @memberof PublicUserProfileResponse
|
|
4541
|
+
*/
|
|
4542
|
+
'username'?: string | null;
|
|
4543
|
+
/**
|
|
4544
|
+
*
|
|
4545
|
+
* @type {string}
|
|
4546
|
+
* @memberof PublicUserProfileResponse
|
|
4547
|
+
*/
|
|
4548
|
+
'firstName': string;
|
|
4549
|
+
/**
|
|
4550
|
+
*
|
|
4551
|
+
* @type {string}
|
|
4552
|
+
* @memberof PublicUserProfileResponse
|
|
4553
|
+
*/
|
|
4554
|
+
'lastName': string;
|
|
4555
|
+
/**
|
|
4556
|
+
*
|
|
4557
|
+
* @type {string}
|
|
4558
|
+
* @memberof PublicUserProfileResponse
|
|
4559
|
+
*/
|
|
4560
|
+
'email': string;
|
|
4561
|
+
/**
|
|
4562
|
+
*
|
|
4563
|
+
* @type {boolean}
|
|
4564
|
+
* @memberof PublicUserProfileResponse
|
|
4565
|
+
*/
|
|
4566
|
+
'isAccountVerified': boolean;
|
|
4567
|
+
/**
|
|
4568
|
+
*
|
|
4569
|
+
* @type {UserLocationSummary}
|
|
4570
|
+
* @memberof PublicUserProfileResponse
|
|
4571
|
+
*/
|
|
4572
|
+
'location': UserLocationSummary | null;
|
|
4573
|
+
/**
|
|
4574
|
+
*
|
|
4575
|
+
* @type {string}
|
|
4576
|
+
* @memberof PublicUserProfileResponse
|
|
4577
|
+
*/
|
|
4578
|
+
'createdAt': string;
|
|
4579
|
+
/**
|
|
4580
|
+
*
|
|
4581
|
+
* @type {string}
|
|
4582
|
+
* @memberof PublicUserProfileResponse
|
|
4583
|
+
*/
|
|
4584
|
+
'profilePicture'?: string | null;
|
|
4585
|
+
/**
|
|
4586
|
+
*
|
|
4587
|
+
* @type {Array<LevelBySportEntry>}
|
|
4588
|
+
* @memberof PublicUserProfileResponse
|
|
4589
|
+
*/
|
|
4590
|
+
'levelBySports'?: Array<LevelBySportEntry>;
|
|
4591
|
+
/**
|
|
4592
|
+
*
|
|
4593
|
+
* @type {string}
|
|
4594
|
+
* @memberof PublicUserProfileResponse
|
|
4595
|
+
*/
|
|
4596
|
+
'description'?: string | null;
|
|
4597
|
+
/**
|
|
4598
|
+
*
|
|
4599
|
+
* @type {Array<ClubSummary>}
|
|
4600
|
+
* @memberof PublicUserProfileResponse
|
|
4601
|
+
*/
|
|
4602
|
+
'frequentlyVisitedClubs': Array<ClubSummary>;
|
|
4603
|
+
/**
|
|
4604
|
+
*
|
|
4605
|
+
* @type {Array<PlayerSummary>}
|
|
4606
|
+
* @memberof PublicUserProfileResponse
|
|
4607
|
+
*/
|
|
4608
|
+
'recentlyPlayedWith': Array<PlayerSummary>;
|
|
4609
|
+
}
|
|
4475
4610
|
/**
|
|
4476
4611
|
*
|
|
4477
4612
|
* @export
|
|
@@ -6147,6 +6282,98 @@ export interface UserInfoStaff {
|
|
|
6147
6282
|
*/
|
|
6148
6283
|
'profilePicture'?: string;
|
|
6149
6284
|
}
|
|
6285
|
+
/**
|
|
6286
|
+
*
|
|
6287
|
+
* @export
|
|
6288
|
+
* @interface UserLocationSummary
|
|
6289
|
+
*/
|
|
6290
|
+
export interface UserLocationSummary {
|
|
6291
|
+
/**
|
|
6292
|
+
*
|
|
6293
|
+
* @type {string}
|
|
6294
|
+
* @memberof UserLocationSummary
|
|
6295
|
+
*/
|
|
6296
|
+
'type': UserLocationSummaryTypeEnum;
|
|
6297
|
+
/**
|
|
6298
|
+
*
|
|
6299
|
+
* @type {Array<number>}
|
|
6300
|
+
* @memberof UserLocationSummary
|
|
6301
|
+
*/
|
|
6302
|
+
'coordinates': Array<number>;
|
|
6303
|
+
/**
|
|
6304
|
+
*
|
|
6305
|
+
* @type {string}
|
|
6306
|
+
* @memberof UserLocationSummary
|
|
6307
|
+
*/
|
|
6308
|
+
'mapboxId'?: string;
|
|
6309
|
+
/**
|
|
6310
|
+
*
|
|
6311
|
+
* @type {Array<string>}
|
|
6312
|
+
* @memberof UserLocationSummary
|
|
6313
|
+
*/
|
|
6314
|
+
'mapboxPlaceType'?: Array<string>;
|
|
6315
|
+
/**
|
|
6316
|
+
*
|
|
6317
|
+
* @type {string}
|
|
6318
|
+
* @memberof UserLocationSummary
|
|
6319
|
+
*/
|
|
6320
|
+
'mapboxPlaceName'?: string;
|
|
6321
|
+
/**
|
|
6322
|
+
*
|
|
6323
|
+
* @type {string}
|
|
6324
|
+
* @memberof UserLocationSummary
|
|
6325
|
+
*/
|
|
6326
|
+
'mapboxAddress'?: string;
|
|
6327
|
+
/**
|
|
6328
|
+
*
|
|
6329
|
+
* @type {Array<{ [key: string]: any; }>}
|
|
6330
|
+
* @memberof UserLocationSummary
|
|
6331
|
+
*/
|
|
6332
|
+
'mapboxContext'?: Array<{ [key: string]: any; }>;
|
|
6333
|
+
/**
|
|
6334
|
+
* Construct a type with a set of properties K of type T
|
|
6335
|
+
* @type {{ [key: string]: object; }}
|
|
6336
|
+
* @memberof UserLocationSummary
|
|
6337
|
+
*/
|
|
6338
|
+
'mapboxRaw'?: { [key: string]: object; };
|
|
6339
|
+
/**
|
|
6340
|
+
*
|
|
6341
|
+
* @type {string}
|
|
6342
|
+
* @memberof UserLocationSummary
|
|
6343
|
+
*/
|
|
6344
|
+
'city'?: string;
|
|
6345
|
+
/**
|
|
6346
|
+
*
|
|
6347
|
+
* @type {string}
|
|
6348
|
+
* @memberof UserLocationSummary
|
|
6349
|
+
*/
|
|
6350
|
+
'country'?: string;
|
|
6351
|
+
/**
|
|
6352
|
+
*
|
|
6353
|
+
* @type {string}
|
|
6354
|
+
* @memberof UserLocationSummary
|
|
6355
|
+
*/
|
|
6356
|
+
'postalCode'?: string;
|
|
6357
|
+
/**
|
|
6358
|
+
*
|
|
6359
|
+
* @type {string}
|
|
6360
|
+
* @memberof UserLocationSummary
|
|
6361
|
+
*/
|
|
6362
|
+
'state'?: string;
|
|
6363
|
+
/**
|
|
6364
|
+
*
|
|
6365
|
+
* @type {string}
|
|
6366
|
+
* @memberof UserLocationSummary
|
|
6367
|
+
*/
|
|
6368
|
+
'address'?: string;
|
|
6369
|
+
}
|
|
6370
|
+
|
|
6371
|
+
export const UserLocationSummaryTypeEnum = {
|
|
6372
|
+
Point: 'Point'
|
|
6373
|
+
} as const;
|
|
6374
|
+
|
|
6375
|
+
export type UserLocationSummaryTypeEnum = typeof UserLocationSummaryTypeEnum[keyof typeof UserLocationSummaryTypeEnum];
|
|
6376
|
+
|
|
6150
6377
|
/**
|
|
6151
6378
|
*
|
|
6152
6379
|
* @export
|
|
@@ -6329,16 +6556,16 @@ export interface UserProfileResponse {
|
|
|
6329
6556
|
'subscriptionsCount'?: number;
|
|
6330
6557
|
/**
|
|
6331
6558
|
*
|
|
6332
|
-
* @type {Array<
|
|
6559
|
+
* @type {Array<ClubSummary>}
|
|
6333
6560
|
* @memberof UserProfileResponse
|
|
6334
6561
|
*/
|
|
6335
|
-
'frequentlyVisitedClubs'?: Array<
|
|
6562
|
+
'frequentlyVisitedClubs'?: Array<ClubSummary>;
|
|
6336
6563
|
/**
|
|
6337
6564
|
*
|
|
6338
|
-
* @type {Array<
|
|
6565
|
+
* @type {Array<PlayerSummary>}
|
|
6339
6566
|
* @memberof UserProfileResponse
|
|
6340
6567
|
*/
|
|
6341
|
-
'frequentlyPlayedWith'?: Array<
|
|
6568
|
+
'frequentlyPlayedWith'?: Array<PlayerSummary>;
|
|
6342
6569
|
/**
|
|
6343
6570
|
* Construct a type with a set of properties K of type T
|
|
6344
6571
|
* @type {{ [key: string]: any; }}
|
|
@@ -14264,7 +14491,7 @@ export const UsersApiFp = function(configuration?: Configuration) {
|
|
|
14264
14491
|
* @param {*} [options] Override http request option.
|
|
14265
14492
|
* @throws {RequiredError}
|
|
14266
14493
|
*/
|
|
14267
|
-
async getFrequentlyPlayedWith(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<
|
|
14494
|
+
async getFrequentlyPlayedWith(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PlayerSummary>>> {
|
|
14268
14495
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getFrequentlyPlayedWith(options);
|
|
14269
14496
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14270
14497
|
const localVarOperationServerBasePath = operationServerMap['UsersApi.getFrequentlyPlayedWith']?.[localVarOperationServerIndex]?.url;
|
|
@@ -14275,7 +14502,7 @@ export const UsersApiFp = function(configuration?: Configuration) {
|
|
|
14275
14502
|
* @param {*} [options] Override http request option.
|
|
14276
14503
|
* @throws {RequiredError}
|
|
14277
14504
|
*/
|
|
14278
|
-
async getFrequentlyVisitedClub(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<
|
|
14505
|
+
async getFrequentlyVisitedClub(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ClubSummary>>> {
|
|
14279
14506
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getFrequentlyVisitedClub(options);
|
|
14280
14507
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14281
14508
|
const localVarOperationServerBasePath = operationServerMap['UsersApi.getFrequentlyVisitedClub']?.[localVarOperationServerIndex]?.url;
|
|
@@ -14367,7 +14594,7 @@ export const UsersApiFp = function(configuration?: Configuration) {
|
|
|
14367
14594
|
* @param {*} [options] Override http request option.
|
|
14368
14595
|
* @throws {RequiredError}
|
|
14369
14596
|
*/
|
|
14370
|
-
async getUserProfileById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
14597
|
+
async getUserProfileById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PublicUserProfileResponse>> {
|
|
14371
14598
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getUserProfileById(id, options);
|
|
14372
14599
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
14373
14600
|
const localVarOperationServerBasePath = operationServerMap['UsersApi.getUserProfileById']?.[localVarOperationServerIndex]?.url;
|
|
@@ -14690,7 +14917,7 @@ export const UsersApiFactory = function (configuration?: Configuration, basePath
|
|
|
14690
14917
|
* @param {*} [options] Override http request option.
|
|
14691
14918
|
* @throws {RequiredError}
|
|
14692
14919
|
*/
|
|
14693
|
-
getFrequentlyPlayedWith(options?: RawAxiosRequestConfig): AxiosPromise<Array<
|
|
14920
|
+
getFrequentlyPlayedWith(options?: RawAxiosRequestConfig): AxiosPromise<Array<PlayerSummary>> {
|
|
14694
14921
|
return localVarFp.getFrequentlyPlayedWith(options).then((request) => request(axios, basePath));
|
|
14695
14922
|
},
|
|
14696
14923
|
/**
|
|
@@ -14698,7 +14925,7 @@ export const UsersApiFactory = function (configuration?: Configuration, basePath
|
|
|
14698
14925
|
* @param {*} [options] Override http request option.
|
|
14699
14926
|
* @throws {RequiredError}
|
|
14700
14927
|
*/
|
|
14701
|
-
getFrequentlyVisitedClub(options?: RawAxiosRequestConfig): AxiosPromise<Array<
|
|
14928
|
+
getFrequentlyVisitedClub(options?: RawAxiosRequestConfig): AxiosPromise<Array<ClubSummary>> {
|
|
14702
14929
|
return localVarFp.getFrequentlyVisitedClub(options).then((request) => request(axios, basePath));
|
|
14703
14930
|
},
|
|
14704
14931
|
/**
|
|
@@ -14760,7 +14987,7 @@ export const UsersApiFactory = function (configuration?: Configuration, basePath
|
|
|
14760
14987
|
* @param {*} [options] Override http request option.
|
|
14761
14988
|
* @throws {RequiredError}
|
|
14762
14989
|
*/
|
|
14763
|
-
getUserProfileById(requestParameters: UsersApiGetUserProfileByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
14990
|
+
getUserProfileById(requestParameters: UsersApiGetUserProfileByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<PublicUserProfileResponse> {
|
|
14764
14991
|
return localVarFp.getUserProfileById(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
14765
14992
|
},
|
|
14766
14993
|
/**
|
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.54
|
|
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.54
|
|
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.54
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|