@tennac-booking/sdk 1.0.238 → 1.0.239
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 +3 -3
- package/dist/api.d.ts +3 -3
- package/dist/api.js +2 -2
- package/dist/esm/api.d.ts +3 -3
- package/dist/esm/api.js +2 -2
- package/docs/ClubsApi.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -23891,7 +23891,7 @@ export const ClubsApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
23891
23891
|
},
|
|
23892
23892
|
/**
|
|
23893
23893
|
* reference to artillery tests
|
|
23894
|
-
* @param {string} clubID
|
|
23894
|
+
* @param {string} clubID
|
|
23895
23895
|
* @param {*} [options] Override http request option.
|
|
23896
23896
|
* @throws {RequiredError}
|
|
23897
23897
|
*/
|
|
@@ -24407,7 +24407,7 @@ export const ClubsApiFp = function(configuration?: Configuration) {
|
|
|
24407
24407
|
},
|
|
24408
24408
|
/**
|
|
24409
24409
|
* reference to artillery tests
|
|
24410
|
-
* @param {string} clubID
|
|
24410
|
+
* @param {string} clubID
|
|
24411
24411
|
* @param {*} [options] Override http request option.
|
|
24412
24412
|
* @throws {RequiredError}
|
|
24413
24413
|
*/
|
|
@@ -24737,7 +24737,7 @@ export const ClubsApiFactory = function (configuration?: Configuration, basePath
|
|
|
24737
24737
|
*/
|
|
24738
24738
|
export interface ClubsApiGetAvailableSlotsByClubByIdRequest {
|
|
24739
24739
|
/**
|
|
24740
|
-
*
|
|
24740
|
+
*
|
|
24741
24741
|
* @type {string}
|
|
24742
24742
|
* @memberof ClubsApiGetAvailableSlotsByClubById
|
|
24743
24743
|
*/
|
package/dist/api.d.ts
CHANGED
|
@@ -19931,7 +19931,7 @@ export declare const ClubsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
19931
19931
|
getAllClubs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19932
19932
|
/**
|
|
19933
19933
|
* reference to artillery tests
|
|
19934
|
-
* @param {string} clubID
|
|
19934
|
+
* @param {string} clubID
|
|
19935
19935
|
* @param {*} [options] Override http request option.
|
|
19936
19936
|
* @throws {RequiredError}
|
|
19937
19937
|
*/
|
|
@@ -20051,7 +20051,7 @@ export declare const ClubsApiFp: (configuration?: Configuration) => {
|
|
|
20051
20051
|
getAllClubs(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ClubResponse>>>;
|
|
20052
20052
|
/**
|
|
20053
20053
|
* reference to artillery tests
|
|
20054
|
-
* @param {string} clubID
|
|
20054
|
+
* @param {string} clubID
|
|
20055
20055
|
* @param {*} [options] Override http request option.
|
|
20056
20056
|
* @throws {RequiredError}
|
|
20057
20057
|
*/
|
|
@@ -20273,7 +20273,7 @@ export declare const ClubsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20273
20273
|
*/
|
|
20274
20274
|
export interface ClubsApiGetAvailableSlotsByClubByIdRequest {
|
|
20275
20275
|
/**
|
|
20276
|
-
*
|
|
20276
|
+
*
|
|
20277
20277
|
* @type {string}
|
|
20278
20278
|
* @memberof ClubsApiGetAvailableSlotsByClubById
|
|
20279
20279
|
*/
|
package/dist/api.js
CHANGED
|
@@ -6443,7 +6443,7 @@ const ClubsApiAxiosParamCreator = function (configuration) {
|
|
|
6443
6443
|
}),
|
|
6444
6444
|
/**
|
|
6445
6445
|
* reference to artillery tests
|
|
6446
|
-
* @param {string} clubID
|
|
6446
|
+
* @param {string} clubID
|
|
6447
6447
|
* @param {*} [options] Override http request option.
|
|
6448
6448
|
* @throws {RequiredError}
|
|
6449
6449
|
*/
|
|
@@ -6892,7 +6892,7 @@ const ClubsApiFp = function (configuration) {
|
|
|
6892
6892
|
},
|
|
6893
6893
|
/**
|
|
6894
6894
|
* reference to artillery tests
|
|
6895
|
-
* @param {string} clubID
|
|
6895
|
+
* @param {string} clubID
|
|
6896
6896
|
* @param {*} [options] Override http request option.
|
|
6897
6897
|
* @throws {RequiredError}
|
|
6898
6898
|
*/
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -19931,7 +19931,7 @@ export declare const ClubsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
19931
19931
|
getAllClubs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19932
19932
|
/**
|
|
19933
19933
|
* reference to artillery tests
|
|
19934
|
-
* @param {string} clubID
|
|
19934
|
+
* @param {string} clubID
|
|
19935
19935
|
* @param {*} [options] Override http request option.
|
|
19936
19936
|
* @throws {RequiredError}
|
|
19937
19937
|
*/
|
|
@@ -20051,7 +20051,7 @@ export declare const ClubsApiFp: (configuration?: Configuration) => {
|
|
|
20051
20051
|
getAllClubs(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ClubResponse>>>;
|
|
20052
20052
|
/**
|
|
20053
20053
|
* reference to artillery tests
|
|
20054
|
-
* @param {string} clubID
|
|
20054
|
+
* @param {string} clubID
|
|
20055
20055
|
* @param {*} [options] Override http request option.
|
|
20056
20056
|
* @throws {RequiredError}
|
|
20057
20057
|
*/
|
|
@@ -20273,7 +20273,7 @@ export declare const ClubsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20273
20273
|
*/
|
|
20274
20274
|
export interface ClubsApiGetAvailableSlotsByClubByIdRequest {
|
|
20275
20275
|
/**
|
|
20276
|
-
*
|
|
20276
|
+
*
|
|
20277
20277
|
* @type {string}
|
|
20278
20278
|
* @memberof ClubsApiGetAvailableSlotsByClubById
|
|
20279
20279
|
*/
|
package/dist/esm/api.js
CHANGED
|
@@ -6380,7 +6380,7 @@ export const ClubsApiAxiosParamCreator = function (configuration) {
|
|
|
6380
6380
|
}),
|
|
6381
6381
|
/**
|
|
6382
6382
|
* reference to artillery tests
|
|
6383
|
-
* @param {string} clubID
|
|
6383
|
+
* @param {string} clubID
|
|
6384
6384
|
* @param {*} [options] Override http request option.
|
|
6385
6385
|
* @throws {RequiredError}
|
|
6386
6386
|
*/
|
|
@@ -6828,7 +6828,7 @@ export const ClubsApiFp = function (configuration) {
|
|
|
6828
6828
|
},
|
|
6829
6829
|
/**
|
|
6830
6830
|
* reference to artillery tests
|
|
6831
|
-
* @param {string} clubID
|
|
6831
|
+
* @param {string} clubID
|
|
6832
6832
|
* @param {*} [options] Override http request option.
|
|
6833
6833
|
* @throws {RequiredError}
|
|
6834
6834
|
*/
|
package/docs/ClubsApi.md
CHANGED
|
@@ -127,7 +127,7 @@ import {
|
|
|
127
127
|
const configuration = new Configuration();
|
|
128
128
|
const apiInstance = new ClubsApi(configuration);
|
|
129
129
|
|
|
130
|
-
let clubID: string; //
|
|
130
|
+
let clubID: string; // (default to undefined)
|
|
131
131
|
|
|
132
132
|
const { status, data } = await apiInstance.getAvailableSlotsByClubById(
|
|
133
133
|
clubID
|
|
@@ -138,7 +138,7 @@ const { status, data } = await apiInstance.getAvailableSlotsByClubById(
|
|
|
138
138
|
|
|
139
139
|
|Name | Type | Description | Notes|
|
|
140
140
|
|------------- | ------------- | ------------- | -------------|
|
|
141
|
-
| **clubID** | [**string**] |
|
|
141
|
+
| **clubID** | [**string**] | | defaults to undefined|
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
### Return type
|