@tennac-booking/sdk 1.0.41 → 1.0.43

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 (58) hide show
  1. package/.openapi-generator/FILES +176 -0
  2. package/README.md +261 -3
  3. package/api.ts +16067 -890
  4. package/base.ts +2 -2
  5. package/common.ts +2 -2
  6. package/configuration.ts +2 -2
  7. package/dist/api.d.ts +11089 -827
  8. package/dist/api.js +8541 -32
  9. package/dist/base.d.ts +2 -2
  10. package/dist/base.js +2 -2
  11. package/dist/common.d.ts +2 -2
  12. package/dist/common.js +2 -2
  13. package/dist/configuration.d.ts +2 -2
  14. package/dist/configuration.js +2 -2
  15. package/dist/esm/api.d.ts +11089 -827
  16. package/dist/esm/api.js +8423 -28
  17. package/dist/esm/base.d.ts +2 -2
  18. package/dist/esm/base.js +2 -2
  19. package/dist/esm/common.d.ts +2 -2
  20. package/dist/esm/common.js +2 -2
  21. package/dist/esm/configuration.d.ts +2 -2
  22. package/dist/esm/configuration.js +2 -2
  23. package/dist/esm/index.d.ts +2 -2
  24. package/dist/esm/index.js +2 -2
  25. package/dist/index.d.ts +2 -2
  26. package/dist/index.js +2 -2
  27. package/docs/BookingsApi.md +1 -1
  28. package/docs/ClubAnalyticsApi.md +1 -1
  29. package/docs/ClubsApi.md +1 -1
  30. package/docs/DiagnosticsApi.md +45 -0
  31. package/docs/EventsApi.md +1 -1
  32. package/docs/ManagerBookingsApi.md +1 -1
  33. package/docs/ManagerClubCourtsApi.md +1 -1
  34. package/docs/ManagerClubRolesApi.md +1 -1
  35. package/docs/ManagerClubSlotsApi.md +1 -1
  36. package/docs/ManagerClubSubscriptionsApi.md +1 -1
  37. package/docs/ManagerClubsApi.md +1 -1
  38. package/docs/ManagerEventsApi.md +1 -1
  39. package/docs/ManagerSportsApi.md +1 -1
  40. package/docs/StaffBookingsApi.md +1 -1
  41. package/docs/StaffClubAnalyticsApi.md +1 -1
  42. package/docs/StaffClubBookingsApi.md +1 -1
  43. package/docs/StaffClubsApi.md +1 -1
  44. package/docs/StaffEventsApi.md +1 -1
  45. package/docs/StaffProfileApi.md +1 -1
  46. package/docs/UserApi.md +1 -1
  47. package/docs/UserAuthenticationApi.md +1 -1
  48. package/docs/UserBookingsApi.md +1 -1
  49. package/docs/UserClubCourtsApi.md +1 -1
  50. package/docs/UserClubSlotsApi.md +1 -1
  51. package/docs/UserClubSportsApi.md +1 -1
  52. package/docs/UserClubsApi.md +1 -1
  53. package/docs/UserPaymentApi.md +1 -1
  54. package/docs/UserProfileApi.md +1 -1
  55. package/docs/UserSubscriptionsApi.md +1 -1
  56. package/docs/UsersApi.md +236 -0
  57. package/index.ts +2 -2
  58. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * booking_api
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
+ * API for managing pickle ball games and players
4
4
  *
5
- * The version of the OpenAPI document: 1.0.38
5
+ * The version of the OpenAPI document: 1.0.43
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * booking_api
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ * API for managing pickle ball games and players
6
6
  *
7
- * The version of the OpenAPI document: 1.0.38
7
+ * The version of the OpenAPI document: 1.0.43
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * booking_api
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
+ * API for managing pickle ball games and players
4
4
  *
5
- * The version of the OpenAPI document: 1.0.38
5
+ * The version of the OpenAPI document: 1.0.43
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * booking_api
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ * API for managing pickle ball games and players
6
6
  *
7
- * The version of the OpenAPI document: 1.0.38
7
+ * The version of the OpenAPI document: 1.0.43
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * booking_api
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
+ * API for managing pickle ball games and players
4
4
  *
5
- * The version of the OpenAPI document: 1.0.38
5
+ * The version of the OpenAPI document: 1.0.43
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * booking_api
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ * API for managing pickle ball games and players
6
6
  *
7
- * The version of the OpenAPI document: 1.0.38
7
+ * The version of the OpenAPI document: 1.0.43
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * booking_api
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
+ * API for managing pickle ball games and players
4
4
  *
5
- * The version of the OpenAPI document: 1.0.38
5
+ * The version of the OpenAPI document: 1.0.43
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * booking_api
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ * API for managing pickle ball games and players
6
6
  *
7
- * The version of the OpenAPI document: 1.0.38
7
+ * The version of the OpenAPI document: 1.0.43
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * booking_api
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
+ * API for managing pickle ball games and players
4
4
  *
5
- * The version of the OpenAPI document: 1.0.38
5
+ * The version of the OpenAPI document: 1.0.43
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * booking_api
6
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ * API for managing pickle ball games and players
7
7
  *
8
- * The version of the OpenAPI document: 1.0.38
8
+ * The version of the OpenAPI document: 1.0.43
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,6 +1,6 @@
1
1
  # BookingsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ClubAnalyticsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/docs/ClubsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ClubsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -4,8 +4,53 @@ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
+ |[**getSdkDiagnostics**](#getsdkdiagnostics) | **GET** /api/test/sdk-check | Vérifie que la documentation OpenAPI et le SDK sont synchronisés avec la version de l’API|
7
8
  |[**ping**](#ping) | **GET** /tsoa-test/ping | |
8
9
 
10
+ # **getSdkDiagnostics**
11
+ > SdkDiagnosticsResponse getSdkDiagnostics()
12
+
13
+
14
+ ### Example
15
+
16
+ ```typescript
17
+ import {
18
+ DiagnosticsApi,
19
+ Configuration
20
+ } from '@tennac-booking/sdk';
21
+
22
+ const configuration = new Configuration();
23
+ const apiInstance = new DiagnosticsApi(configuration);
24
+
25
+ const { status, data } = await apiInstance.getSdkDiagnostics();
26
+ ```
27
+
28
+ ### Parameters
29
+ This endpoint does not have any parameters.
30
+
31
+
32
+ ### Return type
33
+
34
+ **SdkDiagnosticsResponse**
35
+
36
+ ### Authorization
37
+
38
+ [bearerAuth](../README.md#bearerAuth)
39
+
40
+ ### HTTP request headers
41
+
42
+ - **Content-Type**: Not defined
43
+ - **Accept**: application/json
44
+
45
+
46
+ ### HTTP response details
47
+ | Status code | Description | Response headers |
48
+ |-------------|-------------|------------------|
49
+ |**200** | Résultat de la vérification | - |
50
+ |**500** | Erreur lors de la vérification | - |
51
+
52
+ [[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)
53
+
9
54
  # **ping**
10
55
  > DiagnosticsResponse ping()
11
56
 
package/docs/EventsApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # EventsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerBookingsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubCourtsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubRolesApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubSlotsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubSubscriptionsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerClubsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerEventsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ManagerSportsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffBookingsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffClubAnalyticsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffClubBookingsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffClubsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffEventsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # StaffProfileApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/docs/UserApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # UserApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserAuthenticationApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserBookingsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserClubCourtsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserClubSlotsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserClubSportsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserClubsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserPaymentApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserProfileApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserSubscriptionsApi
2
2
 
3
- All URIs are relative to *https://api.mon-domaine.com*
3
+ All URIs are relative to */api*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|