@tennac-booking/sdk 1.0.119 → 1.0.120
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/README.md +2 -2
- package/api.ts +2 -8
- package/dist/api.d.ts +0 -6
- package/dist/api.js +2 -2
- package/dist/esm/api.d.ts +0 -6
- package/dist/esm/api.js +2 -2
- package/docs/ClubSettingsManagerApi.md +2 -2
- package/docs/EventResponse.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,9 +93,9 @@ Class | Method | HTTP request | Description
|
|
|
93
93
|
*ClubRolesStaffApi* | [**getAllClubRoles**](docs/ClubRolesStaffApi.md#getallclubroles) | **GET** /api/club-roles |
|
|
94
94
|
*ClubRolesStaffApi* | [**getClubRoleById**](docs/ClubRolesStaffApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} |
|
|
95
95
|
*ClubRolesStaffApi* | [**getUserRolesInClubs**](docs/ClubRolesStaffApi.md#getuserrolesinclubs) | **GET** /api/club-roles/me/roles |
|
|
96
|
-
*ClubSettingsManagerApi* | [**updateClubGeneralSettings**](docs/ClubSettingsManagerApi.md#updateclubgeneralsettings) | **
|
|
96
|
+
*ClubSettingsManagerApi* | [**updateClubGeneralSettings**](docs/ClubSettingsManagerApi.md#updateclubgeneralsettings) | **PUT** /api/club-settings/settings/general |
|
|
97
97
|
*ClubSettingsManagerApi* | [**updateHoursSettings**](docs/ClubSettingsManagerApi.md#updatehourssettings) | **PUT** /api/club-settings/hours |
|
|
98
|
-
*ClubSettingsManagerApi* | [**updatePresentationSettings**](docs/ClubSettingsManagerApi.md#updatepresentationsettings) | **
|
|
98
|
+
*ClubSettingsManagerApi* | [**updatePresentationSettings**](docs/ClubSettingsManagerApi.md#updatepresentationsettings) | **PUT** /api/club-settings/presentation |
|
|
99
99
|
*ClubSettingsManagerApi* | [**updateReservationSettings**](docs/ClubSettingsManagerApi.md#updatereservationsettings) | **PUT** /api/club-settings/reservation |
|
|
100
100
|
*ClubSettingsStaffApi* | [**getClubGeneralSettings**](docs/ClubSettingsStaffApi.md#getclubgeneralsettings) | **GET** /api/club-settings/settings/general |
|
|
101
101
|
*ClubSettingsStaffApi* | [**getHoursSettings**](docs/ClubSettingsStaffApi.md#gethourssettings) | **GET** /api/club-settings/hours |
|
package/api.ts
CHANGED
|
@@ -4368,12 +4368,6 @@ export interface EventResponse {
|
|
|
4368
4368
|
* @memberof EventResponse
|
|
4369
4369
|
*/
|
|
4370
4370
|
'teamLimit'?: number;
|
|
4371
|
-
/**
|
|
4372
|
-
*
|
|
4373
|
-
* @type {number}
|
|
4374
|
-
* @memberof EventResponse
|
|
4375
|
-
*/
|
|
4376
|
-
'playersPerTeam'?: number;
|
|
4377
4371
|
/**
|
|
4378
4372
|
*
|
|
4379
4373
|
* @type {number}
|
|
@@ -14624,7 +14618,7 @@ export const ClubSettingsManagerApiAxiosParamCreator = function (configuration?:
|
|
|
14624
14618
|
baseOptions = configuration.baseOptions;
|
|
14625
14619
|
}
|
|
14626
14620
|
|
|
14627
|
-
const localVarRequestOptions = { method: '
|
|
14621
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
14628
14622
|
const localVarHeaderParameter = {} as any;
|
|
14629
14623
|
const localVarQueryParameter = {} as any;
|
|
14630
14624
|
|
|
@@ -14702,7 +14696,7 @@ export const ClubSettingsManagerApiAxiosParamCreator = function (configuration?:
|
|
|
14702
14696
|
baseOptions = configuration.baseOptions;
|
|
14703
14697
|
}
|
|
14704
14698
|
|
|
14705
|
-
const localVarRequestOptions = { method: '
|
|
14699
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
14706
14700
|
const localVarHeaderParameter = {} as any;
|
|
14707
14701
|
const localVarQueryParameter = {} as any;
|
|
14708
14702
|
|
package/dist/api.d.ts
CHANGED
|
@@ -4295,12 +4295,6 @@ export interface EventResponse {
|
|
|
4295
4295
|
* @memberof EventResponse
|
|
4296
4296
|
*/
|
|
4297
4297
|
'teamLimit'?: number;
|
|
4298
|
-
/**
|
|
4299
|
-
*
|
|
4300
|
-
* @type {number}
|
|
4301
|
-
* @memberof EventResponse
|
|
4302
|
-
*/
|
|
4303
|
-
'playersPerTeam'?: number;
|
|
4304
4298
|
/**
|
|
4305
4299
|
*
|
|
4306
4300
|
* @type {number}
|
package/dist/api.js
CHANGED
|
@@ -3519,7 +3519,7 @@ const ClubSettingsManagerApiAxiosParamCreator = function (configuration) {
|
|
|
3519
3519
|
if (configuration) {
|
|
3520
3520
|
baseOptions = configuration.baseOptions;
|
|
3521
3521
|
}
|
|
3522
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
3522
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
3523
3523
|
const localVarHeaderParameter = {};
|
|
3524
3524
|
const localVarQueryParameter = {};
|
|
3525
3525
|
// authentication bearerAuth required
|
|
@@ -3583,7 +3583,7 @@ const ClubSettingsManagerApiAxiosParamCreator = function (configuration) {
|
|
|
3583
3583
|
if (configuration) {
|
|
3584
3584
|
baseOptions = configuration.baseOptions;
|
|
3585
3585
|
}
|
|
3586
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
3586
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
3587
3587
|
const localVarHeaderParameter = {};
|
|
3588
3588
|
const localVarQueryParameter = {};
|
|
3589
3589
|
// authentication bearerAuth required
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -4295,12 +4295,6 @@ export interface EventResponse {
|
|
|
4295
4295
|
* @memberof EventResponse
|
|
4296
4296
|
*/
|
|
4297
4297
|
'teamLimit'?: number;
|
|
4298
|
-
/**
|
|
4299
|
-
*
|
|
4300
|
-
* @type {number}
|
|
4301
|
-
* @memberof EventResponse
|
|
4302
|
-
*/
|
|
4303
|
-
'playersPerTeam'?: number;
|
|
4304
4298
|
/**
|
|
4305
4299
|
*
|
|
4306
4300
|
* @type {number}
|
package/dist/esm/api.js
CHANGED
|
@@ -3477,7 +3477,7 @@ export const ClubSettingsManagerApiAxiosParamCreator = function (configuration)
|
|
|
3477
3477
|
if (configuration) {
|
|
3478
3478
|
baseOptions = configuration.baseOptions;
|
|
3479
3479
|
}
|
|
3480
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
3480
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
3481
3481
|
const localVarHeaderParameter = {};
|
|
3482
3482
|
const localVarQueryParameter = {};
|
|
3483
3483
|
// authentication bearerAuth required
|
|
@@ -3541,7 +3541,7 @@ export const ClubSettingsManagerApiAxiosParamCreator = function (configuration)
|
|
|
3541
3541
|
if (configuration) {
|
|
3542
3542
|
baseOptions = configuration.baseOptions;
|
|
3543
3543
|
}
|
|
3544
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
3544
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
3545
3545
|
const localVarHeaderParameter = {};
|
|
3546
3546
|
const localVarQueryParameter = {};
|
|
3547
3547
|
// authentication bearerAuth required
|
|
@@ -4,9 +4,9 @@ All URIs are relative to *http://localhost*
|
|
|
4
4
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
|
-
|[**updateClubGeneralSettings**](#updateclubgeneralsettings) | **
|
|
7
|
+
|[**updateClubGeneralSettings**](#updateclubgeneralsettings) | **PUT** /api/club-settings/settings/general | |
|
|
8
8
|
|[**updateHoursSettings**](#updatehourssettings) | **PUT** /api/club-settings/hours | |
|
|
9
|
-
|[**updatePresentationSettings**](#updatepresentationsettings) | **
|
|
9
|
+
|[**updatePresentationSettings**](#updatepresentationsettings) | **PUT** /api/club-settings/presentation | |
|
|
10
10
|
|[**updateReservationSettings**](#updatereservationsettings) | **PUT** /api/club-settings/reservation | |
|
|
11
11
|
|
|
12
12
|
# **updateClubGeneralSettings**
|
package/docs/EventResponse.md
CHANGED
|
@@ -22,7 +22,6 @@ Name | Type | Description | Notes
|
|
|
22
22
|
**teams** | [**Array<Team>**](Team.md) | | [optional] [default to undefined]
|
|
23
23
|
**playerLimit** | **number** | | [optional] [default to undefined]
|
|
24
24
|
**teamLimit** | **number** | | [optional] [default to undefined]
|
|
25
|
-
**playersPerTeam** | **number** | | [optional] [default to undefined]
|
|
26
25
|
**price** | **number** | | [optional] [default to undefined]
|
|
27
26
|
**subscriberPrices** | [**Array<SubscriberPrice>**](SubscriberPrice.md) | | [optional] [default to undefined]
|
|
28
27
|
**visibilityType** | **string** | | [default to undefined]
|
|
@@ -56,7 +55,6 @@ const instance: EventResponse = {
|
|
|
56
55
|
teams,
|
|
57
56
|
playerLimit,
|
|
58
57
|
teamLimit,
|
|
59
|
-
playersPerTeam,
|
|
60
58
|
price,
|
|
61
59
|
subscriberPrices,
|
|
62
60
|
visibilityType,
|