@tennac-booking/sdk 1.0.174 → 1.0.175
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 +6 -7
- package/README.md +19 -10
- package/api.ts +3292 -2482
- package/dist/api.d.ts +866 -461
- package/dist/api.js +2168 -1519
- package/dist/esm/api.d.ts +866 -461
- package/dist/esm/api.js +2277 -1628
- package/docs/BookingsApi.md +2 -2
- package/docs/ClubsManagerApi.md +6 -6
- package/docs/EventsApi.md +2 -2
- package/docs/{JoinWaitList200Response.md → JoinEventWaitList200Response.md} +3 -7
- package/docs/{RequestPasswordReset200Response.md → LeaveEventWaitList200Response.md} +3 -3
- package/docs/UsersApi.md +14 -14
- package/docs/WaitListApi.md +499 -0
- package/docs/{GetWaitListForEvent200Response.md → WaitListListResponse.md} +5 -5
- package/docs/{GetUserPosition200Response.md → WaitListPositionResponse.md} +5 -5
- package/docs/WaitListResponse.md +12 -6
- package/docs/WaitListStaffApi.md +331 -0
- package/package.json +1 -1
- package/docs/EventsWaitListApi.md +0 -175
- package/docs/EventsWaitListStaffApi.md +0 -115
- package/docs/JoinWaitListRequest.md +0 -22
package/docs/BookingsApi.md
CHANGED
|
@@ -512,7 +512,7 @@ const { status, data } = await apiInstance.joinOpenBooking(
|
|
|
512
512
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
513
513
|
|
|
514
514
|
# **leaveOpenBooking**
|
|
515
|
-
>
|
|
515
|
+
> LeaveEventWaitList200Response leaveOpenBooking()
|
|
516
516
|
|
|
517
517
|
|
|
518
518
|
### Example
|
|
@@ -542,7 +542,7 @@ const { status, data } = await apiInstance.leaveOpenBooking(
|
|
|
542
542
|
|
|
543
543
|
### Return type
|
|
544
544
|
|
|
545
|
-
**
|
|
545
|
+
**LeaveEventWaitList200Response**
|
|
546
546
|
|
|
547
547
|
### Authorization
|
|
548
548
|
|
package/docs/ClubsManagerApi.md
CHANGED
|
@@ -342,7 +342,7 @@ const { status, data } = await apiInstance.createSportForClub(
|
|
|
342
342
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
343
343
|
|
|
344
344
|
# **deleteActuality**
|
|
345
|
-
>
|
|
345
|
+
> LeaveEventWaitList200Response deleteActuality()
|
|
346
346
|
|
|
347
347
|
|
|
348
348
|
### Example
|
|
@@ -372,7 +372,7 @@ const { status, data } = await apiInstance.deleteActuality(
|
|
|
372
372
|
|
|
373
373
|
### Return type
|
|
374
374
|
|
|
375
|
-
**
|
|
375
|
+
**LeaveEventWaitList200Response**
|
|
376
376
|
|
|
377
377
|
### Authorization
|
|
378
378
|
|
|
@@ -501,7 +501,7 @@ const { status, data } = await apiInstance.deleteCourt(
|
|
|
501
501
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
502
502
|
|
|
503
503
|
# **deleteSlotsByClubInRange**
|
|
504
|
-
>
|
|
504
|
+
> LeaveEventWaitList200Response deleteSlotsByClubInRange()
|
|
505
505
|
|
|
506
506
|
|
|
507
507
|
### Example
|
|
@@ -524,7 +524,7 @@ This endpoint does not have any parameters.
|
|
|
524
524
|
|
|
525
525
|
### Return type
|
|
526
526
|
|
|
527
|
-
**
|
|
527
|
+
**LeaveEventWaitList200Response**
|
|
528
528
|
|
|
529
529
|
### Authorization
|
|
530
530
|
|
|
@@ -644,7 +644,7 @@ const { status, data } = await apiInstance.publishActuality(
|
|
|
644
644
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
645
645
|
|
|
646
646
|
# **restoreSubscriptionPlanForClub**
|
|
647
|
-
>
|
|
647
|
+
> LeaveEventWaitList200Response restoreSubscriptionPlanForClub()
|
|
648
648
|
|
|
649
649
|
|
|
650
650
|
### Example
|
|
@@ -674,7 +674,7 @@ const { status, data } = await apiInstance.restoreSubscriptionPlanForClub(
|
|
|
674
674
|
|
|
675
675
|
### Return type
|
|
676
676
|
|
|
677
|
-
**
|
|
677
|
+
**LeaveEventWaitList200Response**
|
|
678
678
|
|
|
679
679
|
### Authorization
|
|
680
680
|
|
package/docs/EventsApi.md
CHANGED
|
@@ -578,7 +578,7 @@ const { status, data } = await apiInstance.leaveEvent(
|
|
|
578
578
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
579
579
|
|
|
580
580
|
# **leaveOpenEventBooking**
|
|
581
|
-
>
|
|
581
|
+
> LeaveEventWaitList200Response leaveOpenEventBooking()
|
|
582
582
|
|
|
583
583
|
|
|
584
584
|
### Example
|
|
@@ -608,7 +608,7 @@ const { status, data } = await apiInstance.leaveOpenEventBooking(
|
|
|
608
608
|
|
|
609
609
|
### Return type
|
|
610
610
|
|
|
611
|
-
**
|
|
611
|
+
**LeaveEventWaitList200Response**
|
|
612
612
|
|
|
613
613
|
### Authorization
|
|
614
614
|
|
|
@@ -1,23 +1,19 @@
|
|
|
1
|
-
#
|
|
1
|
+
# JoinEventWaitList200Response
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**requiresSetup** | **boolean** | | [optional] [default to undefined]
|
|
9
|
-
**paymentLink** | **string** | | [optional] [default to undefined]
|
|
10
8
|
**waitList** | [**WaitListResponse**](WaitListResponse.md) | | [default to undefined]
|
|
11
9
|
**message** | **string** | | [default to undefined]
|
|
12
10
|
|
|
13
11
|
## Example
|
|
14
12
|
|
|
15
13
|
```typescript
|
|
16
|
-
import {
|
|
14
|
+
import { JoinEventWaitList200Response } from '@tennac-booking/sdk';
|
|
17
15
|
|
|
18
|
-
const instance:
|
|
19
|
-
requiresSetup,
|
|
20
|
-
paymentLink,
|
|
16
|
+
const instance: JoinEventWaitList200Response = {
|
|
21
17
|
waitList,
|
|
22
18
|
message,
|
|
23
19
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# LeaveEventWaitList200Response
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
|
|
|
10
10
|
## Example
|
|
11
11
|
|
|
12
12
|
```typescript
|
|
13
|
-
import {
|
|
13
|
+
import { LeaveEventWaitList200Response } from '@tennac-booking/sdk';
|
|
14
14
|
|
|
15
|
-
const instance:
|
|
15
|
+
const instance: LeaveEventWaitList200Response = {
|
|
16
16
|
message,
|
|
17
17
|
};
|
|
18
18
|
```
|
package/docs/UsersApi.md
CHANGED
|
@@ -148,7 +148,7 @@ const { status, data } = await apiInstance.addFavoritePlayer(
|
|
|
148
148
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
149
149
|
|
|
150
150
|
# **addOrganization**
|
|
151
|
-
>
|
|
151
|
+
> LeaveEventWaitList200Response addOrganization(addOrganizationRequest)
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
### Example
|
|
@@ -179,7 +179,7 @@ const { status, data } = await apiInstance.addOrganization(
|
|
|
179
179
|
|
|
180
180
|
### Return type
|
|
181
181
|
|
|
182
|
-
**
|
|
182
|
+
**LeaveEventWaitList200Response**
|
|
183
183
|
|
|
184
184
|
### Authorization
|
|
185
185
|
|
|
@@ -1509,7 +1509,7 @@ const { status, data } = await apiInstance.removeFavoritePlayer(
|
|
|
1509
1509
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1510
1510
|
|
|
1511
1511
|
# **removeOrganization**
|
|
1512
|
-
>
|
|
1512
|
+
> LeaveEventWaitList200Response removeOrganization(addOrganizationRequest)
|
|
1513
1513
|
|
|
1514
1514
|
|
|
1515
1515
|
### Example
|
|
@@ -1540,7 +1540,7 @@ const { status, data } = await apiInstance.removeOrganization(
|
|
|
1540
1540
|
|
|
1541
1541
|
### Return type
|
|
1542
1542
|
|
|
1543
|
-
**
|
|
1543
|
+
**LeaveEventWaitList200Response**
|
|
1544
1544
|
|
|
1545
1545
|
### Authorization
|
|
1546
1546
|
|
|
@@ -1560,7 +1560,7 @@ const { status, data } = await apiInstance.removeOrganization(
|
|
|
1560
1560
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1561
1561
|
|
|
1562
1562
|
# **requestEmailVerification**
|
|
1563
|
-
>
|
|
1563
|
+
> LeaveEventWaitList200Response requestEmailVerification()
|
|
1564
1564
|
|
|
1565
1565
|
|
|
1566
1566
|
### Example
|
|
@@ -1583,7 +1583,7 @@ This endpoint does not have any parameters.
|
|
|
1583
1583
|
|
|
1584
1584
|
### Return type
|
|
1585
1585
|
|
|
1586
|
-
**
|
|
1586
|
+
**LeaveEventWaitList200Response**
|
|
1587
1587
|
|
|
1588
1588
|
### Authorization
|
|
1589
1589
|
|
|
@@ -1603,7 +1603,7 @@ This endpoint does not have any parameters.
|
|
|
1603
1603
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1604
1604
|
|
|
1605
1605
|
# **requestPasswordReset**
|
|
1606
|
-
>
|
|
1606
|
+
> LeaveEventWaitList200Response requestPasswordReset(passwordResetRequestBody)
|
|
1607
1607
|
|
|
1608
1608
|
|
|
1609
1609
|
### Example
|
|
@@ -1634,7 +1634,7 @@ const { status, data } = await apiInstance.requestPasswordReset(
|
|
|
1634
1634
|
|
|
1635
1635
|
### Return type
|
|
1636
1636
|
|
|
1637
|
-
**
|
|
1637
|
+
**LeaveEventWaitList200Response**
|
|
1638
1638
|
|
|
1639
1639
|
### Authorization
|
|
1640
1640
|
|
|
@@ -1654,7 +1654,7 @@ No authorization required
|
|
|
1654
1654
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1655
1655
|
|
|
1656
1656
|
# **resetPassword**
|
|
1657
|
-
>
|
|
1657
|
+
> LeaveEventWaitList200Response resetPassword(resetPasswordRequest)
|
|
1658
1658
|
|
|
1659
1659
|
|
|
1660
1660
|
### Example
|
|
@@ -1685,7 +1685,7 @@ const { status, data } = await apiInstance.resetPassword(
|
|
|
1685
1685
|
|
|
1686
1686
|
### Return type
|
|
1687
1687
|
|
|
1688
|
-
**
|
|
1688
|
+
**LeaveEventWaitList200Response**
|
|
1689
1689
|
|
|
1690
1690
|
### Authorization
|
|
1691
1691
|
|
|
@@ -1960,7 +1960,7 @@ const { status, data } = await apiInstance.updateProfilePicture(
|
|
|
1960
1960
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1961
1961
|
|
|
1962
1962
|
# **verifyEmail**
|
|
1963
|
-
>
|
|
1963
|
+
> LeaveEventWaitList200Response verifyEmail(verifyEmailRequest)
|
|
1964
1964
|
|
|
1965
1965
|
|
|
1966
1966
|
### Example
|
|
@@ -1991,7 +1991,7 @@ const { status, data } = await apiInstance.verifyEmail(
|
|
|
1991
1991
|
|
|
1992
1992
|
### Return type
|
|
1993
1993
|
|
|
1994
|
-
**
|
|
1994
|
+
**LeaveEventWaitList200Response**
|
|
1995
1995
|
|
|
1996
1996
|
### Authorization
|
|
1997
1997
|
|
|
@@ -2011,7 +2011,7 @@ No authorization required
|
|
|
2011
2011
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
2012
2012
|
|
|
2013
2013
|
# **verifyOrganization**
|
|
2014
|
-
>
|
|
2014
|
+
> LeaveEventWaitList200Response verifyOrganization(verifyEmailRequest)
|
|
2015
2015
|
|
|
2016
2016
|
|
|
2017
2017
|
### Example
|
|
@@ -2042,7 +2042,7 @@ const { status, data } = await apiInstance.verifyOrganization(
|
|
|
2042
2042
|
|
|
2043
2043
|
### Return type
|
|
2044
2044
|
|
|
2045
|
-
**
|
|
2045
|
+
**LeaveEventWaitList200Response**
|
|
2046
2046
|
|
|
2047
2047
|
### Authorization
|
|
2048
2048
|
|