@tennac-booking/sdk 1.0.257 → 1.0.258
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/api.ts
CHANGED
|
@@ -6504,6 +6504,12 @@ export interface EventBookingResponse {
|
|
|
6504
6504
|
* @memberof EventBookingResponse
|
|
6505
6505
|
*/
|
|
6506
6506
|
'setupStatus'?: EventBookingResponseSetupStatus | null;
|
|
6507
|
+
/**
|
|
6508
|
+
*
|
|
6509
|
+
* @type {string}
|
|
6510
|
+
* @memberof EventBookingResponse
|
|
6511
|
+
*/
|
|
6512
|
+
'setupNoShowPaymentUrl'?: string | null;
|
|
6507
6513
|
/**
|
|
6508
6514
|
*
|
|
6509
6515
|
* @type {number}
|
|
@@ -6875,6 +6881,24 @@ export interface EventDetailResponse {
|
|
|
6875
6881
|
* @memberof EventDetailResponse
|
|
6876
6882
|
*/
|
|
6877
6883
|
'sponsors'?: Array<EventDetailSponsor>;
|
|
6884
|
+
/**
|
|
6885
|
+
*
|
|
6886
|
+
* @type {boolean}
|
|
6887
|
+
* @memberof EventDetailResponse
|
|
6888
|
+
*/
|
|
6889
|
+
'needsToSetupPaymentMethod'?: boolean;
|
|
6890
|
+
/**
|
|
6891
|
+
*
|
|
6892
|
+
* @type {string}
|
|
6893
|
+
* @memberof EventDetailResponse
|
|
6894
|
+
*/
|
|
6895
|
+
'myPaymentLink'?: string | null;
|
|
6896
|
+
/**
|
|
6897
|
+
*
|
|
6898
|
+
* @type {string}
|
|
6899
|
+
* @memberof EventDetailResponse
|
|
6900
|
+
*/
|
|
6901
|
+
'setupNoShowPaymentUrl'?: string | null;
|
|
6878
6902
|
/**
|
|
6879
6903
|
*
|
|
6880
6904
|
* @type {EventBookingResponse}
|
|
@@ -7786,6 +7810,12 @@ export interface GetOpenEventBookingsBySport200ResponseEventBookingsInner {
|
|
|
7786
7810
|
* @memberof GetOpenEventBookingsBySport200ResponseEventBookingsInner
|
|
7787
7811
|
*/
|
|
7788
7812
|
'setupStatus'?: EventBookingResponseSetupStatus | null;
|
|
7813
|
+
/**
|
|
7814
|
+
*
|
|
7815
|
+
* @type {string}
|
|
7816
|
+
* @memberof GetOpenEventBookingsBySport200ResponseEventBookingsInner
|
|
7817
|
+
*/
|
|
7818
|
+
'setupNoShowPaymentUrl'?: string | null;
|
|
7789
7819
|
/**
|
|
7790
7820
|
*
|
|
7791
7821
|
* @type {number}
|
package/dist/api.d.ts
CHANGED
|
@@ -6420,6 +6420,12 @@ export interface EventBookingResponse {
|
|
|
6420
6420
|
* @memberof EventBookingResponse
|
|
6421
6421
|
*/
|
|
6422
6422
|
'setupStatus'?: EventBookingResponseSetupStatus | null;
|
|
6423
|
+
/**
|
|
6424
|
+
*
|
|
6425
|
+
* @type {string}
|
|
6426
|
+
* @memberof EventBookingResponse
|
|
6427
|
+
*/
|
|
6428
|
+
'setupNoShowPaymentUrl'?: string | null;
|
|
6423
6429
|
/**
|
|
6424
6430
|
*
|
|
6425
6431
|
* @type {number}
|
|
@@ -6785,6 +6791,24 @@ export interface EventDetailResponse {
|
|
|
6785
6791
|
* @memberof EventDetailResponse
|
|
6786
6792
|
*/
|
|
6787
6793
|
'sponsors'?: Array<EventDetailSponsor>;
|
|
6794
|
+
/**
|
|
6795
|
+
*
|
|
6796
|
+
* @type {boolean}
|
|
6797
|
+
* @memberof EventDetailResponse
|
|
6798
|
+
*/
|
|
6799
|
+
'needsToSetupPaymentMethod'?: boolean;
|
|
6800
|
+
/**
|
|
6801
|
+
*
|
|
6802
|
+
* @type {string}
|
|
6803
|
+
* @memberof EventDetailResponse
|
|
6804
|
+
*/
|
|
6805
|
+
'myPaymentLink'?: string | null;
|
|
6806
|
+
/**
|
|
6807
|
+
*
|
|
6808
|
+
* @type {string}
|
|
6809
|
+
* @memberof EventDetailResponse
|
|
6810
|
+
*/
|
|
6811
|
+
'setupNoShowPaymentUrl'?: string | null;
|
|
6788
6812
|
/**
|
|
6789
6813
|
*
|
|
6790
6814
|
* @type {EventBookingResponse}
|
|
@@ -7684,6 +7708,12 @@ export interface GetOpenEventBookingsBySport200ResponseEventBookingsInner {
|
|
|
7684
7708
|
* @memberof GetOpenEventBookingsBySport200ResponseEventBookingsInner
|
|
7685
7709
|
*/
|
|
7686
7710
|
'setupStatus'?: EventBookingResponseSetupStatus | null;
|
|
7711
|
+
/**
|
|
7712
|
+
*
|
|
7713
|
+
* @type {string}
|
|
7714
|
+
* @memberof GetOpenEventBookingsBySport200ResponseEventBookingsInner
|
|
7715
|
+
*/
|
|
7716
|
+
'setupNoShowPaymentUrl'?: string | null;
|
|
7687
7717
|
/**
|
|
7688
7718
|
*
|
|
7689
7719
|
* @type {number}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -6420,6 +6420,12 @@ export interface EventBookingResponse {
|
|
|
6420
6420
|
* @memberof EventBookingResponse
|
|
6421
6421
|
*/
|
|
6422
6422
|
'setupStatus'?: EventBookingResponseSetupStatus | null;
|
|
6423
|
+
/**
|
|
6424
|
+
*
|
|
6425
|
+
* @type {string}
|
|
6426
|
+
* @memberof EventBookingResponse
|
|
6427
|
+
*/
|
|
6428
|
+
'setupNoShowPaymentUrl'?: string | null;
|
|
6423
6429
|
/**
|
|
6424
6430
|
*
|
|
6425
6431
|
* @type {number}
|
|
@@ -6785,6 +6791,24 @@ export interface EventDetailResponse {
|
|
|
6785
6791
|
* @memberof EventDetailResponse
|
|
6786
6792
|
*/
|
|
6787
6793
|
'sponsors'?: Array<EventDetailSponsor>;
|
|
6794
|
+
/**
|
|
6795
|
+
*
|
|
6796
|
+
* @type {boolean}
|
|
6797
|
+
* @memberof EventDetailResponse
|
|
6798
|
+
*/
|
|
6799
|
+
'needsToSetupPaymentMethod'?: boolean;
|
|
6800
|
+
/**
|
|
6801
|
+
*
|
|
6802
|
+
* @type {string}
|
|
6803
|
+
* @memberof EventDetailResponse
|
|
6804
|
+
*/
|
|
6805
|
+
'myPaymentLink'?: string | null;
|
|
6806
|
+
/**
|
|
6807
|
+
*
|
|
6808
|
+
* @type {string}
|
|
6809
|
+
* @memberof EventDetailResponse
|
|
6810
|
+
*/
|
|
6811
|
+
'setupNoShowPaymentUrl'?: string | null;
|
|
6788
6812
|
/**
|
|
6789
6813
|
*
|
|
6790
6814
|
* @type {EventBookingResponse}
|
|
@@ -7684,6 +7708,12 @@ export interface GetOpenEventBookingsBySport200ResponseEventBookingsInner {
|
|
|
7684
7708
|
* @memberof GetOpenEventBookingsBySport200ResponseEventBookingsInner
|
|
7685
7709
|
*/
|
|
7686
7710
|
'setupStatus'?: EventBookingResponseSetupStatus | null;
|
|
7711
|
+
/**
|
|
7712
|
+
*
|
|
7713
|
+
* @type {string}
|
|
7714
|
+
* @memberof GetOpenEventBookingsBySport200ResponseEventBookingsInner
|
|
7715
|
+
*/
|
|
7716
|
+
'setupNoShowPaymentUrl'?: string | null;
|
|
7687
7717
|
/**
|
|
7688
7718
|
*
|
|
7689
7719
|
* @type {number}
|
|
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**setupLimitDate** | **string** | | [optional] [default to undefined]
|
|
14
14
|
**cancellationLimitDate** | **string** | | [optional] [default to undefined]
|
|
15
15
|
**setupStatus** | [**EventBookingResponseSetupStatus**](EventBookingResponseSetupStatus.md) | | [optional] [default to undefined]
|
|
16
|
+
**setupNoShowPaymentUrl** | **string** | | [optional] [default to undefined]
|
|
16
17
|
**amount** | **number** | | [optional] [default to undefined]
|
|
17
18
|
**createdAt** | **string** | | [default to undefined]
|
|
18
19
|
**updatedAt** | **string** | | [default to undefined]
|
|
@@ -31,6 +32,7 @@ const instance: EventBookingResponse = {
|
|
|
31
32
|
setupLimitDate,
|
|
32
33
|
cancellationLimitDate,
|
|
33
34
|
setupStatus,
|
|
35
|
+
setupNoShowPaymentUrl,
|
|
34
36
|
amount,
|
|
35
37
|
createdAt,
|
|
36
38
|
updatedAt,
|
|
@@ -15,6 +15,9 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**courts** | [**Array<EventDetailCourt>**](EventDetailCourt.md) | | [default to undefined]
|
|
16
16
|
**club** | [**EventDetailClub**](EventDetailClub.md) | | [optional] [default to undefined]
|
|
17
17
|
**sponsors** | [**Array<EventDetailSponsor>**](EventDetailSponsor.md) | | [optional] [default to undefined]
|
|
18
|
+
**needsToSetupPaymentMethod** | **boolean** | | [optional] [default to undefined]
|
|
19
|
+
**myPaymentLink** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**setupNoShowPaymentUrl** | **string** | | [optional] [default to undefined]
|
|
18
21
|
**userBooking** | [**EventBookingResponse**](EventBookingResponse.md) | | [optional] [default to undefined]
|
|
19
22
|
|
|
20
23
|
## Example
|
|
@@ -33,6 +36,9 @@ const instance: EventDetailResponse = {
|
|
|
33
36
|
courts,
|
|
34
37
|
club,
|
|
35
38
|
sponsors,
|
|
39
|
+
needsToSetupPaymentMethod,
|
|
40
|
+
myPaymentLink,
|
|
41
|
+
setupNoShowPaymentUrl,
|
|
36
42
|
userBooking,
|
|
37
43
|
};
|
|
38
44
|
```
|
|
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**setupLimitDate** | **string** | | [optional] [default to undefined]
|
|
14
14
|
**cancellationLimitDate** | **string** | | [optional] [default to undefined]
|
|
15
15
|
**setupStatus** | [**EventBookingResponseSetupStatus**](EventBookingResponseSetupStatus.md) | | [optional] [default to undefined]
|
|
16
|
+
**setupNoShowPaymentUrl** | **string** | | [optional] [default to undefined]
|
|
16
17
|
**amount** | **number** | | [optional] [default to undefined]
|
|
17
18
|
**createdAt** | **string** | | [default to undefined]
|
|
18
19
|
**updatedAt** | **string** | | [default to undefined]
|
|
@@ -34,6 +35,7 @@ const instance: GetOpenEventBookingsBySport200ResponseEventBookingsInner = {
|
|
|
34
35
|
setupLimitDate,
|
|
35
36
|
cancellationLimitDate,
|
|
36
37
|
setupStatus,
|
|
38
|
+
setupNoShowPaymentUrl,
|
|
37
39
|
amount,
|
|
38
40
|
createdAt,
|
|
39
41
|
updatedAt,
|