@tennac-booking/sdk 1.0.237 → 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 +5 -4
- package/dist/api.d.ts +5 -4
- package/dist/api.js +5 -4
- package/dist/esm/api.d.ts +5 -4
- package/dist/esm/api.js +5 -4
- package/docs/ClubsApi.md +1 -0
- package/docs/NotificationType.md +2 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -9477,6 +9477,7 @@ export type NotificationTargetPreviewTypeEnum = typeof NotificationTargetPreview
|
|
|
9477
9477
|
export const NotificationType = {
|
|
9478
9478
|
BookingCreated: 'booking_created',
|
|
9479
9479
|
BookingSetupRequired: 'booking_setup_required',
|
|
9480
|
+
BookingInvitation: 'booking_invitation',
|
|
9480
9481
|
BookingCancelled: 'booking_cancelled',
|
|
9481
9482
|
BookingReminder: 'booking_reminder',
|
|
9482
9483
|
EventRegistrationConfirmed: 'event_registration_confirmed',
|
|
@@ -23889,7 +23890,7 @@ export const ClubsApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
23889
23890
|
};
|
|
23890
23891
|
},
|
|
23891
23892
|
/**
|
|
23892
|
-
*
|
|
23893
|
+
* reference to artillery tests
|
|
23893
23894
|
* @param {string} clubID
|
|
23894
23895
|
* @param {*} [options] Override http request option.
|
|
23895
23896
|
* @throws {RequiredError}
|
|
@@ -24405,7 +24406,7 @@ export const ClubsApiFp = function(configuration?: Configuration) {
|
|
|
24405
24406
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
24406
24407
|
},
|
|
24407
24408
|
/**
|
|
24408
|
-
*
|
|
24409
|
+
* reference to artillery tests
|
|
24409
24410
|
* @param {string} clubID
|
|
24410
24411
|
* @param {*} [options] Override http request option.
|
|
24411
24412
|
* @throws {RequiredError}
|
|
@@ -24603,7 +24604,7 @@ export const ClubsApiFactory = function (configuration?: Configuration, basePath
|
|
|
24603
24604
|
return localVarFp.getAllClubs(options).then((request) => request(axios, basePath));
|
|
24604
24605
|
},
|
|
24605
24606
|
/**
|
|
24606
|
-
*
|
|
24607
|
+
* reference to artillery tests
|
|
24607
24608
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
24608
24609
|
* @param {*} [options] Override http request option.
|
|
24609
24610
|
* @throws {RequiredError}
|
|
@@ -24967,7 +24968,7 @@ export class ClubsApi extends BaseAPI {
|
|
|
24967
24968
|
}
|
|
24968
24969
|
|
|
24969
24970
|
/**
|
|
24970
|
-
*
|
|
24971
|
+
* reference to artillery tests
|
|
24971
24972
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
24972
24973
|
* @param {*} [options] Override http request option.
|
|
24973
24974
|
* @throws {RequiredError}
|
package/dist/api.d.ts
CHANGED
|
@@ -9345,6 +9345,7 @@ export type NotificationTargetPreviewTypeEnum = typeof NotificationTargetPreview
|
|
|
9345
9345
|
export declare const NotificationType: {
|
|
9346
9346
|
readonly BookingCreated: "booking_created";
|
|
9347
9347
|
readonly BookingSetupRequired: "booking_setup_required";
|
|
9348
|
+
readonly BookingInvitation: "booking_invitation";
|
|
9348
9349
|
readonly BookingCancelled: "booking_cancelled";
|
|
9349
9350
|
readonly BookingReminder: "booking_reminder";
|
|
9350
9351
|
readonly EventRegistrationConfirmed: "event_registration_confirmed";
|
|
@@ -19929,7 +19930,7 @@ export declare const ClubsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
19929
19930
|
*/
|
|
19930
19931
|
getAllClubs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19931
19932
|
/**
|
|
19932
|
-
*
|
|
19933
|
+
* reference to artillery tests
|
|
19933
19934
|
* @param {string} clubID
|
|
19934
19935
|
* @param {*} [options] Override http request option.
|
|
19935
19936
|
* @throws {RequiredError}
|
|
@@ -20049,7 +20050,7 @@ export declare const ClubsApiFp: (configuration?: Configuration) => {
|
|
|
20049
20050
|
*/
|
|
20050
20051
|
getAllClubs(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ClubResponse>>>;
|
|
20051
20052
|
/**
|
|
20052
|
-
*
|
|
20053
|
+
* reference to artillery tests
|
|
20053
20054
|
* @param {string} clubID
|
|
20054
20055
|
* @param {*} [options] Override http request option.
|
|
20055
20056
|
* @throws {RequiredError}
|
|
@@ -20169,7 +20170,7 @@ export declare const ClubsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20169
20170
|
*/
|
|
20170
20171
|
getAllClubs(options?: RawAxiosRequestConfig): AxiosPromise<Array<ClubResponse>>;
|
|
20171
20172
|
/**
|
|
20172
|
-
*
|
|
20173
|
+
* reference to artillery tests
|
|
20173
20174
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
20174
20175
|
* @param {*} [options] Override http request option.
|
|
20175
20176
|
* @throws {RequiredError}
|
|
@@ -20479,7 +20480,7 @@ export declare class ClubsApi extends BaseAPI {
|
|
|
20479
20480
|
*/
|
|
20480
20481
|
getAllClubs(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubResponse[], any, {}>>;
|
|
20481
20482
|
/**
|
|
20482
|
-
*
|
|
20483
|
+
* reference to artillery tests
|
|
20483
20484
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
20484
20485
|
* @param {*} [options] Override http request option.
|
|
20485
20486
|
* @throws {RequiredError}
|
package/dist/api.js
CHANGED
|
@@ -276,6 +276,7 @@ exports.NotificationTargetPreviewTypeEnum = {
|
|
|
276
276
|
exports.NotificationType = {
|
|
277
277
|
BookingCreated: 'booking_created',
|
|
278
278
|
BookingSetupRequired: 'booking_setup_required',
|
|
279
|
+
BookingInvitation: 'booking_invitation',
|
|
279
280
|
BookingCancelled: 'booking_cancelled',
|
|
280
281
|
BookingReminder: 'booking_reminder',
|
|
281
282
|
EventRegistrationConfirmed: 'event_registration_confirmed',
|
|
@@ -6441,7 +6442,7 @@ const ClubsApiAxiosParamCreator = function (configuration) {
|
|
|
6441
6442
|
};
|
|
6442
6443
|
}),
|
|
6443
6444
|
/**
|
|
6444
|
-
*
|
|
6445
|
+
* reference to artillery tests
|
|
6445
6446
|
* @param {string} clubID
|
|
6446
6447
|
* @param {*} [options] Override http request option.
|
|
6447
6448
|
* @throws {RequiredError}
|
|
@@ -6890,7 +6891,7 @@ const ClubsApiFp = function (configuration) {
|
|
|
6890
6891
|
});
|
|
6891
6892
|
},
|
|
6892
6893
|
/**
|
|
6893
|
-
*
|
|
6894
|
+
* reference to artillery tests
|
|
6894
6895
|
* @param {string} clubID
|
|
6895
6896
|
* @param {*} [options] Override http request option.
|
|
6896
6897
|
* @throws {RequiredError}
|
|
@@ -7130,7 +7131,7 @@ const ClubsApiFactory = function (configuration, basePath, axios) {
|
|
|
7130
7131
|
return localVarFp.getAllClubs(options).then((request) => request(axios, basePath));
|
|
7131
7132
|
},
|
|
7132
7133
|
/**
|
|
7133
|
-
*
|
|
7134
|
+
* reference to artillery tests
|
|
7134
7135
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
7135
7136
|
* @param {*} [options] Override http request option.
|
|
7136
7137
|
* @throws {RequiredError}
|
|
@@ -7282,7 +7283,7 @@ class ClubsApi extends base_1.BaseAPI {
|
|
|
7282
7283
|
return (0, exports.ClubsApiFp)(this.configuration).getAllClubs(options).then((request) => request(this.axios, this.basePath));
|
|
7283
7284
|
}
|
|
7284
7285
|
/**
|
|
7285
|
-
*
|
|
7286
|
+
* reference to artillery tests
|
|
7286
7287
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
7287
7288
|
* @param {*} [options] Override http request option.
|
|
7288
7289
|
* @throws {RequiredError}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -9345,6 +9345,7 @@ export type NotificationTargetPreviewTypeEnum = typeof NotificationTargetPreview
|
|
|
9345
9345
|
export declare const NotificationType: {
|
|
9346
9346
|
readonly BookingCreated: "booking_created";
|
|
9347
9347
|
readonly BookingSetupRequired: "booking_setup_required";
|
|
9348
|
+
readonly BookingInvitation: "booking_invitation";
|
|
9348
9349
|
readonly BookingCancelled: "booking_cancelled";
|
|
9349
9350
|
readonly BookingReminder: "booking_reminder";
|
|
9350
9351
|
readonly EventRegistrationConfirmed: "event_registration_confirmed";
|
|
@@ -19929,7 +19930,7 @@ export declare const ClubsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
19929
19930
|
*/
|
|
19930
19931
|
getAllClubs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19931
19932
|
/**
|
|
19932
|
-
*
|
|
19933
|
+
* reference to artillery tests
|
|
19933
19934
|
* @param {string} clubID
|
|
19934
19935
|
* @param {*} [options] Override http request option.
|
|
19935
19936
|
* @throws {RequiredError}
|
|
@@ -20049,7 +20050,7 @@ export declare const ClubsApiFp: (configuration?: Configuration) => {
|
|
|
20049
20050
|
*/
|
|
20050
20051
|
getAllClubs(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ClubResponse>>>;
|
|
20051
20052
|
/**
|
|
20052
|
-
*
|
|
20053
|
+
* reference to artillery tests
|
|
20053
20054
|
* @param {string} clubID
|
|
20054
20055
|
* @param {*} [options] Override http request option.
|
|
20055
20056
|
* @throws {RequiredError}
|
|
@@ -20169,7 +20170,7 @@ export declare const ClubsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20169
20170
|
*/
|
|
20170
20171
|
getAllClubs(options?: RawAxiosRequestConfig): AxiosPromise<Array<ClubResponse>>;
|
|
20171
20172
|
/**
|
|
20172
|
-
*
|
|
20173
|
+
* reference to artillery tests
|
|
20173
20174
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
20174
20175
|
* @param {*} [options] Override http request option.
|
|
20175
20176
|
* @throws {RequiredError}
|
|
@@ -20479,7 +20480,7 @@ export declare class ClubsApi extends BaseAPI {
|
|
|
20479
20480
|
*/
|
|
20480
20481
|
getAllClubs(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubResponse[], any, {}>>;
|
|
20481
20482
|
/**
|
|
20482
|
-
*
|
|
20483
|
+
* reference to artillery tests
|
|
20483
20484
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
20484
20485
|
* @param {*} [options] Override http request option.
|
|
20485
20486
|
* @throws {RequiredError}
|
package/dist/esm/api.js
CHANGED
|
@@ -269,6 +269,7 @@ export const NotificationTargetPreviewTypeEnum = {
|
|
|
269
269
|
export const NotificationType = {
|
|
270
270
|
BookingCreated: 'booking_created',
|
|
271
271
|
BookingSetupRequired: 'booking_setup_required',
|
|
272
|
+
BookingInvitation: 'booking_invitation',
|
|
272
273
|
BookingCancelled: 'booking_cancelled',
|
|
273
274
|
BookingReminder: 'booking_reminder',
|
|
274
275
|
EventRegistrationConfirmed: 'event_registration_confirmed',
|
|
@@ -6378,7 +6379,7 @@ export const ClubsApiAxiosParamCreator = function (configuration) {
|
|
|
6378
6379
|
};
|
|
6379
6380
|
}),
|
|
6380
6381
|
/**
|
|
6381
|
-
*
|
|
6382
|
+
* reference to artillery tests
|
|
6382
6383
|
* @param {string} clubID
|
|
6383
6384
|
* @param {*} [options] Override http request option.
|
|
6384
6385
|
* @throws {RequiredError}
|
|
@@ -6826,7 +6827,7 @@ export const ClubsApiFp = function (configuration) {
|
|
|
6826
6827
|
});
|
|
6827
6828
|
},
|
|
6828
6829
|
/**
|
|
6829
|
-
*
|
|
6830
|
+
* reference to artillery tests
|
|
6830
6831
|
* @param {string} clubID
|
|
6831
6832
|
* @param {*} [options] Override http request option.
|
|
6832
6833
|
* @throws {RequiredError}
|
|
@@ -7065,7 +7066,7 @@ export const ClubsApiFactory = function (configuration, basePath, axios) {
|
|
|
7065
7066
|
return localVarFp.getAllClubs(options).then((request) => request(axios, basePath));
|
|
7066
7067
|
},
|
|
7067
7068
|
/**
|
|
7068
|
-
*
|
|
7069
|
+
* reference to artillery tests
|
|
7069
7070
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
7070
7071
|
* @param {*} [options] Override http request option.
|
|
7071
7072
|
* @throws {RequiredError}
|
|
@@ -7216,7 +7217,7 @@ export class ClubsApi extends BaseAPI {
|
|
|
7216
7217
|
return ClubsApiFp(this.configuration).getAllClubs(options).then((request) => request(this.axios, this.basePath));
|
|
7217
7218
|
}
|
|
7218
7219
|
/**
|
|
7219
|
-
*
|
|
7220
|
+
* reference to artillery tests
|
|
7220
7221
|
* @param {ClubsApiGetAvailableSlotsByClubByIdRequest} requestParameters Request parameters.
|
|
7221
7222
|
* @param {*} [options] Override http request option.
|
|
7222
7223
|
* @throws {RequiredError}
|
package/docs/ClubsApi.md
CHANGED
package/docs/NotificationType.md
CHANGED