@tennac-booking/sdk 1.0.92 → 1.0.93
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 +7 -7
- package/dist/api.d.ts +7 -7
- package/dist/esm/api.d.ts +7 -7
- package/docs/BookingPlayerPaymentSummary.md +0 -2
- package/docs/BookingSummary.md +4 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -574,12 +574,6 @@ export interface BookingPlayerPaymentSummary {
|
|
|
574
574
|
* @memberof BookingPlayerPaymentSummary
|
|
575
575
|
*/
|
|
576
576
|
'invoiceStatus'?: InvoiceStatus | null;
|
|
577
|
-
/**
|
|
578
|
-
*
|
|
579
|
-
* @type {string}
|
|
580
|
-
* @memberof BookingPlayerPaymentSummary
|
|
581
|
-
*/
|
|
582
|
-
'invoicePaymentUrl'?: string | null;
|
|
583
577
|
/**
|
|
584
578
|
*
|
|
585
579
|
* @type {boolean}
|
|
@@ -935,6 +929,12 @@ export interface BookingSummary {
|
|
|
935
929
|
* @memberof BookingSummary
|
|
936
930
|
*/
|
|
937
931
|
'isPublic': boolean;
|
|
932
|
+
/**
|
|
933
|
+
*
|
|
934
|
+
* @type {string}
|
|
935
|
+
* @memberof BookingSummary
|
|
936
|
+
*/
|
|
937
|
+
'requestingUserId': string;
|
|
938
938
|
/**
|
|
939
939
|
*
|
|
940
940
|
* @type {string}
|
|
@@ -1060,7 +1060,7 @@ export interface BookingSummary {
|
|
|
1060
1060
|
* @type {string}
|
|
1061
1061
|
* @memberof BookingSummary
|
|
1062
1062
|
*/
|
|
1063
|
-
'
|
|
1063
|
+
'paymentUrl'?: string | null;
|
|
1064
1064
|
/**
|
|
1065
1065
|
*
|
|
1066
1066
|
* @type {number}
|
package/dist/api.d.ts
CHANGED
|
@@ -557,12 +557,6 @@ export interface BookingPlayerPaymentSummary {
|
|
|
557
557
|
* @memberof BookingPlayerPaymentSummary
|
|
558
558
|
*/
|
|
559
559
|
'invoiceStatus'?: InvoiceStatus | null;
|
|
560
|
-
/**
|
|
561
|
-
*
|
|
562
|
-
* @type {string}
|
|
563
|
-
* @memberof BookingPlayerPaymentSummary
|
|
564
|
-
*/
|
|
565
|
-
'invoicePaymentUrl'?: string | null;
|
|
566
560
|
/**
|
|
567
561
|
*
|
|
568
562
|
* @type {boolean}
|
|
@@ -912,6 +906,12 @@ export interface BookingSummary {
|
|
|
912
906
|
* @memberof BookingSummary
|
|
913
907
|
*/
|
|
914
908
|
'isPublic': boolean;
|
|
909
|
+
/**
|
|
910
|
+
*
|
|
911
|
+
* @type {string}
|
|
912
|
+
* @memberof BookingSummary
|
|
913
|
+
*/
|
|
914
|
+
'requestingUserId': string;
|
|
915
915
|
/**
|
|
916
916
|
*
|
|
917
917
|
* @type {string}
|
|
@@ -1037,7 +1037,7 @@ export interface BookingSummary {
|
|
|
1037
1037
|
* @type {string}
|
|
1038
1038
|
* @memberof BookingSummary
|
|
1039
1039
|
*/
|
|
1040
|
-
'
|
|
1040
|
+
'paymentUrl'?: string | null;
|
|
1041
1041
|
/**
|
|
1042
1042
|
*
|
|
1043
1043
|
* @type {number}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -557,12 +557,6 @@ export interface BookingPlayerPaymentSummary {
|
|
|
557
557
|
* @memberof BookingPlayerPaymentSummary
|
|
558
558
|
*/
|
|
559
559
|
'invoiceStatus'?: InvoiceStatus | null;
|
|
560
|
-
/**
|
|
561
|
-
*
|
|
562
|
-
* @type {string}
|
|
563
|
-
* @memberof BookingPlayerPaymentSummary
|
|
564
|
-
*/
|
|
565
|
-
'invoicePaymentUrl'?: string | null;
|
|
566
560
|
/**
|
|
567
561
|
*
|
|
568
562
|
* @type {boolean}
|
|
@@ -912,6 +906,12 @@ export interface BookingSummary {
|
|
|
912
906
|
* @memberof BookingSummary
|
|
913
907
|
*/
|
|
914
908
|
'isPublic': boolean;
|
|
909
|
+
/**
|
|
910
|
+
*
|
|
911
|
+
* @type {string}
|
|
912
|
+
* @memberof BookingSummary
|
|
913
|
+
*/
|
|
914
|
+
'requestingUserId': string;
|
|
915
915
|
/**
|
|
916
916
|
*
|
|
917
917
|
* @type {string}
|
|
@@ -1037,7 +1037,7 @@ export interface BookingSummary {
|
|
|
1037
1037
|
* @type {string}
|
|
1038
1038
|
* @memberof BookingSummary
|
|
1039
1039
|
*/
|
|
1040
|
-
'
|
|
1040
|
+
'paymentUrl'?: string | null;
|
|
1041
1041
|
/**
|
|
1042
1042
|
*
|
|
1043
1043
|
* @type {number}
|
|
@@ -12,7 +12,6 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**amountToPay** | **number** | | [default to undefined]
|
|
13
13
|
**invoiceId** | **string** | | [optional] [default to undefined]
|
|
14
14
|
**invoiceStatus** | [**InvoiceStatus**](InvoiceStatus.md) | | [optional] [default to undefined]
|
|
15
|
-
**invoicePaymentUrl** | **string** | | [optional] [default to undefined]
|
|
16
15
|
**isCreator** | **boolean** | | [default to undefined]
|
|
17
16
|
|
|
18
17
|
## Example
|
|
@@ -28,7 +27,6 @@ const instance: BookingPlayerPaymentSummary = {
|
|
|
28
27
|
amountToPay,
|
|
29
28
|
invoiceId,
|
|
30
29
|
invoiceStatus,
|
|
31
|
-
invoicePaymentUrl,
|
|
32
30
|
isCreator,
|
|
33
31
|
};
|
|
34
32
|
```
|
package/docs/BookingSummary.md
CHANGED
|
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**totalPrice** | **number** | | [default to undefined]
|
|
16
16
|
**slotIds** | **Array<string>** | | [default to undefined]
|
|
17
17
|
**isPublic** | **boolean** | | [default to undefined]
|
|
18
|
+
**requestingUserId** | **string** | | [default to undefined]
|
|
18
19
|
**creatorPaymentMethodId** | **string** | | [optional] [default to undefined]
|
|
19
20
|
**paymentMethodSetupCompleted** | **boolean** | | [default to undefined]
|
|
20
21
|
**noShowChargeAmount** | **number** | | [optional] [default to undefined]
|
|
@@ -35,7 +36,7 @@ Name | Type | Description | Notes
|
|
|
35
36
|
**bookingStatus** | **string** | | [optional] [default to undefined]
|
|
36
37
|
**playersName** | **Array<string>** | | [default to undefined]
|
|
37
38
|
**myAmountToPay** | **number** | | [default to undefined]
|
|
38
|
-
**
|
|
39
|
+
**paymentUrl** | **string** | | [optional] [default to undefined]
|
|
39
40
|
**totalAmount** | **number** | | [default to undefined]
|
|
40
41
|
**timeBeforeCancel** | **string** | | [optional] [default to undefined]
|
|
41
42
|
**clubAddress** | [**BookingSummaryClubAddress**](BookingSummaryClubAddress.md) | | [optional] [default to undefined]
|
|
@@ -62,6 +63,7 @@ const instance: BookingSummary = {
|
|
|
62
63
|
totalPrice,
|
|
63
64
|
slotIds,
|
|
64
65
|
isPublic,
|
|
66
|
+
requestingUserId,
|
|
65
67
|
creatorPaymentMethodId,
|
|
66
68
|
paymentMethodSetupCompleted,
|
|
67
69
|
noShowChargeAmount,
|
|
@@ -82,7 +84,7 @@ const instance: BookingSummary = {
|
|
|
82
84
|
bookingStatus,
|
|
83
85
|
playersName,
|
|
84
86
|
myAmountToPay,
|
|
85
|
-
|
|
87
|
+
paymentUrl,
|
|
86
88
|
totalAmount,
|
|
87
89
|
timeBeforeCancel,
|
|
88
90
|
clubAddress,
|