@tennac-booking/sdk 1.0.88 → 1.0.90

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.
Files changed (61) hide show
  1. package/.openapi-generator/FILES +16 -7
  2. package/README.md +19 -12
  3. package/api.ts +1053 -620
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +844 -443
  8. package/dist/api.js +296 -209
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +844 -443
  16. package/dist/esm/api.js +284 -206
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/BookingClubInfo.md +28 -0
  28. package/docs/{SetupPaymentMethodRequestBody.md → BookingCourtInfo.md} +7 -5
  29. package/docs/BookingInfo.md +2 -2
  30. package/docs/BookingPaymentStatus.md +24 -0
  31. package/docs/BookingPlayerPaymentSummary.md +34 -0
  32. package/docs/{ConfirmPaymentMethodRequestBody.md → BookingPriceBody.md} +7 -5
  33. package/docs/BookingPriceResponse.md +22 -0
  34. package/docs/BookingResponse.md +2 -0
  35. package/docs/BookingSlotInfo.md +30 -0
  36. package/docs/{AddPaymentMethodRequestBody.md → BookingSportInfo.md} +7 -5
  37. package/docs/BookingSummary.md +54 -2
  38. package/docs/BookingsApi.md +55 -0
  39. package/docs/ClubResponse.md +8 -0
  40. package/docs/ClubsApi.md +1 -1
  41. package/docs/CreateBookingRequest.md +4 -2
  42. package/docs/IUserAttributes.md +2 -12
  43. package/docs/InvoiceStatus.md +22 -0
  44. package/docs/MyClubInfosResponse.md +26 -0
  45. package/docs/PartialClubResponse.md +8 -0
  46. package/docs/PlayerPrice.md +30 -0
  47. package/docs/{ConfirmPaymentMethodResponse.md → QuickReservationClubSport.md} +7 -7
  48. package/docs/QuickReservationClubSummary.md +4 -0
  49. package/docs/SportsPublicApi.md +53 -0
  50. package/docs/StaffUserProfileResponse.md +2 -12
  51. package/docs/SubscribeRequestBody.md +2 -0
  52. package/docs/SubscriptionInfo.md +24 -0
  53. package/docs/UserApi.md +60 -0
  54. package/docs/UserBookingsResponse.md +28 -0
  55. package/docs/UserProfileResponse.md +4 -12
  56. package/docs/UsersApi.md +4 -160
  57. package/index.ts +1 -1
  58. package/package.json +1 -1
  59. package/docs/BookingDetailResponse.md +0 -46
  60. package/docs/PaymentMethodSetupResponse.md +0 -24
  61. package/docs/SetupPaymentMethodResponse.md +0 -24
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.77
7
+ * The version of the OpenAPI document: 1.0.89
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.88",
3
+ "version": "1.0.90",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,46 +0,0 @@
1
- # BookingDetailResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | | [default to undefined]
9
- **clubPicture** | **string** | | [optional] [default to undefined]
10
- **courtName** | **string** | | [optional] [default to undefined]
11
- **sportName** | **string** | | [optional] [default to undefined]
12
- **startDate** | **string** | | [optional] [default to undefined]
13
- **myPaymentStatus** | **string** | | [optional] [default to undefined]
14
- **bookingStatus** | **string** | | [optional] [default to undefined]
15
- **playersName** | **Array<string>** | | [default to undefined]
16
- **myAmountToPay** | **number** | | [default to undefined]
17
- **totalAmount** | **number** | | [default to undefined]
18
- **timeBeforeCancel** | **string** | | [optional] [default to undefined]
19
- **clubAddress** | [**BookingSummaryClubAddress**](BookingSummaryClubAddress.md) | | [optional] [default to undefined]
20
- **bookingHistory** | [**BookingHistoryPopulated**](BookingHistoryPopulated.md) | | [optional] [default to undefined]
21
- **paymentStatus** | **Array<{ [key: string]: any; }>** | | [default to undefined]
22
-
23
- ## Example
24
-
25
- ```typescript
26
- import { BookingDetailResponse } from '@tennac-booking/sdk';
27
-
28
- const instance: BookingDetailResponse = {
29
- id,
30
- clubPicture,
31
- courtName,
32
- sportName,
33
- startDate,
34
- myPaymentStatus,
35
- bookingStatus,
36
- playersName,
37
- myAmountToPay,
38
- totalAmount,
39
- timeBeforeCancel,
40
- clubAddress,
41
- bookingHistory,
42
- paymentStatus,
43
- };
44
- ```
45
-
46
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # PaymentMethodSetupResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **message** | **string** | | [default to undefined]
9
- **paymentMethods** | **Array<string>** | | [default to undefined]
10
- **defaultPaymentMethodId** | **string** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { PaymentMethodSetupResponse } from '@tennac-booking/sdk';
16
-
17
- const instance: PaymentMethodSetupResponse = {
18
- message,
19
- paymentMethods,
20
- defaultPaymentMethodId,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # SetupPaymentMethodResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **setupIntentId** | **string** | | [default to undefined]
9
- **clientSecret** | **string** | | [default to undefined]
10
- **message** | **string** | | [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { SetupPaymentMethodResponse } from '@tennac-booking/sdk';
16
-
17
- const instance: SetupPaymentMethodResponse = {
18
- setupIntentId,
19
- clientSecret,
20
- message,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)