@tennac-booking/sdk 1.0.289 → 1.0.290

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.
@@ -7,6 +7,8 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **eventId** | **string** | | [optional] [default to undefined]
9
9
  **clubId** | **string** | | [optional] [default to undefined]
10
+ **startDate** | **string** | | [optional] [default to undefined]
11
+ **endDate** | **string** | | [optional] [default to undefined]
10
12
  **date** | **string** | | [optional] [default to undefined]
11
13
  **isAllDay** | **boolean** | | [optional] [default to undefined]
12
14
  **startTime** | **number** | | [optional] [default to undefined]
@@ -21,6 +23,8 @@ import { EventConflictCheckRequest } from '@tennac-booking/sdk';
21
23
  const instance: EventConflictCheckRequest = {
22
24
  eventId,
23
25
  clubId,
26
+ startDate,
27
+ endDate,
24
28
  date,
25
29
  isAllDay,
26
30
  startTime,
@@ -19,6 +19,8 @@ Name | Type | Description | Notes
19
19
  **date** | **string** | | [default to undefined]
20
20
  **startTime** | **number** | | [optional] [default to undefined]
21
21
  **endTime** | **number** | | [optional] [default to undefined]
22
+ **startDate** | **string** | | [default to undefined]
23
+ **endDate** | **string** | | [default to undefined]
22
24
  **courts** | **Array<string>** | | [default to undefined]
23
25
  **sports** | [**Array<SportWithLevels>**](SportWithLevels.md) | | [default to undefined]
24
26
  **recurringType** | **string** | | [default to undefined]
@@ -64,6 +66,8 @@ const instance: EventResponse = {
64
66
  date,
65
67
  startTime,
66
68
  endTime,
69
+ startDate,
70
+ endDate,
67
71
  courts,
68
72
  sports,
69
73
  recurringType,
@@ -0,0 +1,28 @@
1
+ # ManagerConsoleInvoicePlayerSummary
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **playerId** | **string** | | [default to undefined]
9
+ **firstName** | **string** | | [default to undefined]
10
+ **lastName** | **string** | | [default to undefined]
11
+ **email** | **string** | | [default to undefined]
12
+ **reducedAmount** | **number** | | [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { ManagerConsoleInvoicePlayerSummary } from '@tennac-booking/sdk';
18
+
19
+ const instance: ManagerConsoleInvoicePlayerSummary = {
20
+ playerId,
21
+ firstName,
22
+ lastName,
23
+ email,
24
+ reducedAmount,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,96 @@
1
+ # ManagerConsoleInvoiceResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **billNumber** | **string** | | [default to undefined]
10
+ **clubId** | **string** | | [optional] [default to undefined]
11
+ **bookingId** | **string** | | [optional] [default to undefined]
12
+ **userId** | **string** | | [optional] [default to undefined]
13
+ **date** | **string** | | [default to undefined]
14
+ **paymentDate** | **string** | | [default to undefined]
15
+ **clientFirstName** | **string** | | [default to undefined]
16
+ **clientLastName** | **string** | | [default to undefined]
17
+ **clientEmail** | **string** | | [default to undefined]
18
+ **totalCost** | **number** | | [default to undefined]
19
+ **amount** | **number** | | [default to undefined]
20
+ **reason** | **string** | | [optional] [default to undefined]
21
+ **status** | **string** | | [default to undefined]
22
+ **paymentMethod** | **string** | | [default to undefined]
23
+ **paymentProvider** | **string** | | [default to undefined]
24
+ **flag** | **string** | | [default to undefined]
25
+ **stripe** | [**ManagerConsoleInvoiceResponseStripe**](ManagerConsoleInvoiceResponseStripe.md) | | [default to undefined]
26
+ **sumup** | [**ManagerConsoleInvoiceResponseSumup**](ManagerConsoleInvoiceResponseSumup.md) | | [default to undefined]
27
+ **linkToInvoicePDF** | **string** | | [default to undefined]
28
+ **paysFor** | [**Array<ManagerConsoleInvoiceResponsePaysForInner>**](ManagerConsoleInvoiceResponsePaysForInner.md) | | [default to undefined]
29
+ **players** | [**Array<ManagerConsoleInvoicePlayerSummary>**](ManagerConsoleInvoicePlayerSummary.md) | | [default to undefined]
30
+ **reducedAmountForSelf** | **number** | | [optional] [default to undefined]
31
+ **isWaitList** | **boolean** | | [optional] [default to undefined]
32
+ **accepted** | **boolean** | | [optional] [default to undefined]
33
+ **authorized** | **boolean** | | [optional] [default to undefined]
34
+ **usedCredits** | **number** | | [optional] [default to undefined]
35
+ **stripeInvoiceId** | **string** | | [optional] [default to undefined]
36
+ **stripePaymentIntentId** | **string** | | [optional] [default to undefined]
37
+ **stripePaymentUrl** | **string** | | [optional] [default to undefined]
38
+ **stripeInvoiceUrl** | **string** | | [optional] [default to undefined]
39
+ **sumupPaymentId** | **string** | | [optional] [default to undefined]
40
+ **sumupCheckoutId** | **string** | | [optional] [default to undefined]
41
+ **metadata** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
42
+ **authorizedAt** | **string** | | [optional] [default to undefined]
43
+ **authorizationExpiresAt** | **string** | | [optional] [default to undefined]
44
+ **createdAt** | **string** | | [optional] [default to undefined]
45
+ **updatedAt** | **string** | | [optional] [default to undefined]
46
+ **user** | [**ManagerConsoleInvoiceUserSummary**](ManagerConsoleInvoiceUserSummary.md) | | [optional] [default to undefined]
47
+
48
+ ## Example
49
+
50
+ ```typescript
51
+ import { ManagerConsoleInvoiceResponse } from '@tennac-booking/sdk';
52
+
53
+ const instance: ManagerConsoleInvoiceResponse = {
54
+ id,
55
+ billNumber,
56
+ clubId,
57
+ bookingId,
58
+ userId,
59
+ date,
60
+ paymentDate,
61
+ clientFirstName,
62
+ clientLastName,
63
+ clientEmail,
64
+ totalCost,
65
+ amount,
66
+ reason,
67
+ status,
68
+ paymentMethod,
69
+ paymentProvider,
70
+ flag,
71
+ stripe,
72
+ sumup,
73
+ linkToInvoicePDF,
74
+ paysFor,
75
+ players,
76
+ reducedAmountForSelf,
77
+ isWaitList,
78
+ accepted,
79
+ authorized,
80
+ usedCredits,
81
+ stripeInvoiceId,
82
+ stripePaymentIntentId,
83
+ stripePaymentUrl,
84
+ stripeInvoiceUrl,
85
+ sumupPaymentId,
86
+ sumupCheckoutId,
87
+ metadata,
88
+ authorizedAt,
89
+ authorizationExpiresAt,
90
+ createdAt,
91
+ updatedAt,
92
+ user,
93
+ };
94
+ ```
95
+
96
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # ManagerConsoleInvoiceResponsePaysForInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **reducedAmount** | **number** | | [default to undefined]
9
+ **playerId** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ManagerConsoleInvoiceResponsePaysForInner } from '@tennac-booking/sdk';
15
+
16
+ const instance: ManagerConsoleInvoiceResponsePaysForInner = {
17
+ reducedAmount,
18
+ playerId,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # ManagerConsoleInvoiceResponseStripe
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **invoiceUrl** | **string** | | [default to undefined]
9
+ **paymentUrl** | **string** | | [default to undefined]
10
+ **paymentIntentId** | **string** | | [default to undefined]
11
+ **invoiceId** | **string** | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { ManagerConsoleInvoiceResponseStripe } from '@tennac-booking/sdk';
17
+
18
+ const instance: ManagerConsoleInvoiceResponseStripe = {
19
+ invoiceUrl,
20
+ paymentUrl,
21
+ paymentIntentId,
22
+ invoiceId,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,42 @@
1
+ # ManagerConsoleInvoiceResponseSumup
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **receipt** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [default to undefined]
9
+ **transaction** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [default to undefined]
10
+ **checkout** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [default to undefined]
11
+ **receiptApiUrl** | **string** | | [default to undefined]
12
+ **updatedAt** | **string** | | [default to undefined]
13
+ **status** | **string** | | [default to undefined]
14
+ **cardType** | **string** | | [default to undefined]
15
+ **cardLast4** | **string** | | [default to undefined]
16
+ **transactionCode** | **string** | | [default to undefined]
17
+ **transactionId** | **string** | | [default to undefined]
18
+ **checkoutId** | **string** | | [default to undefined]
19
+ **paymentId** | **string** | | [default to undefined]
20
+
21
+ ## Example
22
+
23
+ ```typescript
24
+ import { ManagerConsoleInvoiceResponseSumup } from '@tennac-booking/sdk';
25
+
26
+ const instance: ManagerConsoleInvoiceResponseSumup = {
27
+ receipt,
28
+ transaction,
29
+ checkout,
30
+ receiptApiUrl,
31
+ updatedAt,
32
+ status,
33
+ cardType,
34
+ cardLast4,
35
+ transactionCode,
36
+ transactionId,
37
+ checkoutId,
38
+ paymentId,
39
+ };
40
+ ```
41
+
42
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,28 @@
1
+ # ManagerConsoleInvoiceUserSummary
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **firstName** | **string** | | [default to undefined]
10
+ **lastName** | **string** | | [default to undefined]
11
+ **email** | **string** | | [default to undefined]
12
+ **profilePictureUrl** | **string** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { ManagerConsoleInvoiceUserSummary } from '@tennac-booking/sdk';
18
+
19
+ const instance: ManagerConsoleInvoiceUserSummary = {
20
+ id,
21
+ firstName,
22
+ lastName,
23
+ email,
24
+ profilePictureUrl,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -10,6 +10,12 @@ Name | Type | Description | Notes
10
10
  **serial_number** | **string** | | [optional] [default to undefined]
11
11
  **name** | **string** | | [optional] [default to undefined]
12
12
  **status** | **string** | | [optional] [default to undefined]
13
+ **isAllowedForPayments** | **boolean** | | [optional] [default to undefined]
14
+ **isDefaultForPayments** | **boolean** | | [optional] [default to undefined]
15
+ **isReadyForPayments** | **boolean** | | [optional] [default to undefined]
16
+ **isAvailableForPayments** | **boolean** | | [optional] [default to undefined]
17
+ **paymentStatus** | **string** | | [optional] [default to undefined]
18
+ **paymentState** | **string** | | [optional] [default to undefined]
13
19
  **device** | [**SumupReaderInfoDevice**](SumupReaderInfoDevice.md) | | [optional] [default to undefined]
14
20
  **metadata** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
15
21
  **created_at** | **string** | | [optional] [default to undefined]
@@ -29,6 +35,12 @@ const instance: SumupReaderInfo = {
29
35
  serial_number,
30
36
  name,
31
37
  status,
38
+ isAllowedForPayments,
39
+ isDefaultForPayments,
40
+ isReadyForPayments,
41
+ isAvailableForPayments,
42
+ paymentStatus,
43
+ paymentState,
32
44
  device,
33
45
  metadata,
34
46
  created_at,
@@ -14,6 +14,8 @@ Name | Type | Description | Notes
14
14
  **date** | **string** | | [optional] [default to undefined]
15
15
  **startTime** | **number** | | [optional] [default to undefined]
16
16
  **endTime** | **number** | | [optional] [default to undefined]
17
+ **startDate** | **string** | | [optional] [default to undefined]
18
+ **endDate** | **string** | | [optional] [default to undefined]
17
19
  **courts** | **Array<string>** | | [optional] [default to undefined]
18
20
  **sports** | **Array<string>** | | [optional] [default to undefined]
19
21
  **recurringType** | **string** | | [optional] [default to undefined]
@@ -48,6 +50,8 @@ const instance: UpdateEventRequest = {
48
50
  date,
49
51
  startTime,
50
52
  endTime,
53
+ startDate,
54
+ endDate,
51
55
  courts,
52
56
  sports,
53
57
  recurringType,
@@ -25,6 +25,8 @@ Name | Type | Description | Notes
25
25
  **date** | **string** | | [optional] [default to undefined]
26
26
  **startTime** | **number** | | [optional] [default to undefined]
27
27
  **endTime** | **number** | | [optional] [default to undefined]
28
+ **startDate** | **string** | | [optional] [default to undefined]
29
+ **endDate** | **string** | | [optional] [default to undefined]
28
30
  **baseStartDate** | **string** | | [optional] [default to undefined]
29
31
  **baseEndDate** | **string** | | [optional] [default to undefined]
30
32
  **recurringType** | **string** | | [optional] [default to undefined]
@@ -58,6 +60,8 @@ const instance: UpdateRecurringDefinitionRequest = {
58
60
  date,
59
61
  startTime,
60
62
  endTime,
63
+ startDate,
64
+ endDate,
61
65
  baseStartDate,
62
66
  baseEndDate,
63
67
  recurringType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.289",
3
+ "version": "1.0.290",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {