@tennac-booking/sdk 1.0.159 → 1.0.162

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/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.159
5
+ * The version of the OpenAPI document: 1.0.161
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -132,10 +132,10 @@ export interface AgendaBooking {
132
132
  'players': Array<AgendaBookingPlayer>;
133
133
  /**
134
134
  *
135
- * @type {AgendaPaymentStatus}
135
+ * @type {BookingInvoicePaymentStatus}
136
136
  * @memberof AgendaBooking
137
137
  */
138
- 'paymentStatus': AgendaPaymentStatus;
138
+ 'paymentStatus': BookingInvoicePaymentStatus;
139
139
  /**
140
140
  *
141
141
  * @type {Array<AgendaBookingSlot>}
@@ -217,17 +217,6 @@ export interface AgendaBookingSlot {
217
217
  */
218
218
  'isIndoor'?: boolean;
219
219
  }
220
- /**
221
- *
222
- * @export
223
- * @enum {string}
224
- */
225
- export declare const AgendaPaymentStatus: {
226
- readonly Pay: "payé";
227
- readonly NonPay: "non payé";
228
- readonly EnAttente: "en attente";
229
- };
230
- export type AgendaPaymentStatus = typeof AgendaPaymentStatus[keyof typeof AgendaPaymentStatus];
231
220
  /**
232
221
  *
233
222
  * @export
@@ -505,6 +494,23 @@ export interface BookingInfo {
505
494
  */
506
495
  'noShowChargeAmount'?: number;
507
496
  }
497
+ /**
498
+ *
499
+ * @export
500
+ * @enum {string}
501
+ */
502
+ export declare const BookingInvoicePaymentStatus: {
503
+ readonly SetupPending: "setup_pending";
504
+ readonly SetupSuccess: "setup_success";
505
+ readonly Pending: "pending";
506
+ readonly Paid: "paid";
507
+ readonly Failed: "failed";
508
+ readonly Authorized: "authorized";
509
+ readonly Canceled: "canceled";
510
+ readonly Expired: "expired";
511
+ readonly Partial: "partial";
512
+ };
513
+ export type BookingInvoicePaymentStatus = typeof BookingInvoicePaymentStatus[keyof typeof BookingInvoicePaymentStatus];
508
514
  /**
509
515
  *
510
516
  * @export
@@ -1733,6 +1739,12 @@ export interface ClientOnboardingRequestBody {
1733
1739
  * @memberof ClientOnboardingRequestBody
1734
1740
  */
1735
1741
  'clubType'?: ClientOnboardingRequestBodyClubTypeEnum;
1742
+ /**
1743
+ * Fuseau horaire du club (optionnel)
1744
+ * @type {string}
1745
+ * @memberof ClientOnboardingRequestBody
1746
+ */
1747
+ 'timezone'?: string;
1736
1748
  }
1737
1749
  export declare const ClientOnboardingRequestBodyClubTypeEnum: {
1738
1750
  readonly Public: "public";
@@ -1988,16 +2000,16 @@ export interface ClubCustomerSettingsResponse {
1988
2000
  export interface ClubDayInterval {
1989
2001
  /**
1990
2002
  *
1991
- * @type {string}
2003
+ * @type {number}
1992
2004
  * @memberof ClubDayInterval
1993
2005
  */
1994
- 'start': string;
2006
+ 'start': number;
1995
2007
  /**
1996
2008
  *
1997
- * @type {string}
2009
+ * @type {number}
1998
2010
  * @memberof ClubDayInterval
1999
2011
  */
2000
- 'end': string;
2012
+ 'end': number;
2001
2013
  }
2002
2014
  /**
2003
2015
  *
@@ -3135,6 +3147,12 @@ export interface ClubPresentationSettingsResponse {
3135
3147
  * @memberof ClubPresentationSettingsResponse
3136
3148
  */
3137
3149
  'galleryImages': Array<string>;
3150
+ /**
3151
+ *
3152
+ * @type {Array<Sponsor>}
3153
+ * @memberof ClubPresentationSettingsResponse
3154
+ */
3155
+ 'sponsors': Array<Sponsor>;
3138
3156
  }
3139
3157
  /**
3140
3158
  *
@@ -3162,16 +3180,16 @@ export interface ClubPricingPeriodResponse {
3162
3180
  'days': Array<string>;
3163
3181
  /**
3164
3182
  *
3165
- * @type {string}
3183
+ * @type {number}
3166
3184
  * @memberof ClubPricingPeriodResponse
3167
3185
  */
3168
- 'startTime': string;
3186
+ 'startTime': number;
3169
3187
  /**
3170
3188
  *
3171
- * @type {string}
3189
+ * @type {number}
3172
3190
  * @memberof ClubPricingPeriodResponse
3173
3191
  */
3174
- 'endTime': string;
3192
+ 'endTime': number;
3175
3193
  /**
3176
3194
  *
3177
3195
  * @type {number}
@@ -5687,6 +5705,19 @@ export interface GetClubRoles200Response {
5687
5705
  */
5688
5706
  'roles': Array<any>;
5689
5707
  }
5708
+ /**
5709
+ *
5710
+ * @export
5711
+ * @interface GetClubTimezone200Response
5712
+ */
5713
+ export interface GetClubTimezone200Response {
5714
+ /**
5715
+ *
5716
+ * @type {string}
5717
+ * @memberof GetClubTimezone200Response
5718
+ */
5719
+ 'timezone': string;
5720
+ }
5690
5721
  /**
5691
5722
  *
5692
5723
  * @export
@@ -6100,16 +6131,16 @@ export interface HotelAccessSettings {
6100
6131
  'accessCode'?: string | null;
6101
6132
  /**
6102
6133
  *
6103
- * @type {string}
6134
+ * @type {number}
6104
6135
  * @memberof HotelAccessSettings
6105
6136
  */
6106
- 'validFrom'?: string | null;
6137
+ 'validFrom'?: number | null;
6107
6138
  /**
6108
6139
  *
6109
- * @type {string}
6140
+ * @type {number}
6110
6141
  * @memberof HotelAccessSettings
6111
6142
  */
6112
- 'validUntil'?: string | null;
6143
+ 'validUntil'?: number | null;
6113
6144
  }
6114
6145
  /**
6115
6146
  *
@@ -7606,16 +7637,16 @@ export interface PartialHotelAccessSettings {
7606
7637
  'accessCode'?: string;
7607
7638
  /**
7608
7639
  *
7609
- * @type {string}
7640
+ * @type {number}
7610
7641
  * @memberof PartialHotelAccessSettings
7611
7642
  */
7612
- 'validFrom'?: string;
7643
+ 'validFrom'?: number;
7613
7644
  /**
7614
7645
  *
7615
- * @type {string}
7646
+ * @type {number}
7616
7647
  * @memberof PartialHotelAccessSettings
7617
7648
  */
7618
- 'validUntil'?: string;
7649
+ 'validUntil'?: number;
7619
7650
  /**
7620
7651
  *
7621
7652
  * @type {boolean}
@@ -9281,6 +9312,31 @@ export interface SlotInfo {
9281
9312
  */
9282
9313
  'court': CourtInfo;
9283
9314
  }
9315
+ /**
9316
+ *
9317
+ * @export
9318
+ * @interface Sponsor
9319
+ */
9320
+ export interface Sponsor {
9321
+ /**
9322
+ *
9323
+ * @type {string}
9324
+ * @memberof Sponsor
9325
+ */
9326
+ 'name': string;
9327
+ /**
9328
+ *
9329
+ * @type {string}
9330
+ * @memberof Sponsor
9331
+ */
9332
+ 'logo'?: string;
9333
+ /**
9334
+ *
9335
+ * @type {string}
9336
+ * @memberof Sponsor
9337
+ */
9338
+ 'websiteUrl'?: string;
9339
+ }
9284
9340
  /**
9285
9341
  *
9286
9342
  * @export
@@ -10623,6 +10679,12 @@ export interface UpdateClubPresentationSettingsRequest {
10623
10679
  * @memberof UpdateClubPresentationSettingsRequest
10624
10680
  */
10625
10681
  'galleryImages'?: Array<UpdateClubGeneralSettingsRequestLogo>;
10682
+ /**
10683
+ *
10684
+ * @type {Array<Sponsor>}
10685
+ * @memberof UpdateClubPresentationSettingsRequest
10686
+ */
10687
+ 'sponsors'?: Array<Sponsor>;
10626
10688
  }
10627
10689
  /**
10628
10690
  *
@@ -15675,6 +15737,13 @@ export declare const ClubsApiAxiosParamCreator: (configuration?: Configuration)
15675
15737
  * @throws {RequiredError}
15676
15738
  */
15677
15739
  getClubPageInfo: (clubId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15740
+ /**
15741
+ * Récupère le fuseau horaire d\'un club
15742
+ * @param {string} id
15743
+ * @param {*} [options] Override http request option.
15744
+ * @throws {RequiredError}
15745
+ */
15746
+ getClubTimezone: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
15678
15747
  /**
15679
15748
  *
15680
15749
  * @param {string} id
@@ -15788,6 +15857,13 @@ export declare const ClubsApiFp: (configuration?: Configuration) => {
15788
15857
  * @throws {RequiredError}
15789
15858
  */
15790
15859
  getClubPageInfo(clubId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClubPageResponse>>;
15860
+ /**
15861
+ * Récupère le fuseau horaire d\'un club
15862
+ * @param {string} id
15863
+ * @param {*} [options] Override http request option.
15864
+ * @throws {RequiredError}
15865
+ */
15866
+ getClubTimezone(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClubTimezone200Response>>;
15791
15867
  /**
15792
15868
  *
15793
15869
  * @param {string} id
@@ -15898,6 +15974,13 @@ export declare const ClubsApiFactory: (configuration?: Configuration, basePath?:
15898
15974
  * @throws {RequiredError}
15899
15975
  */
15900
15976
  getClubPageInfo(requestParameters: ClubsApiGetClubPageInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<ClubPageResponse>;
15977
+ /**
15978
+ * Récupère le fuseau horaire d\'un club
15979
+ * @param {ClubsApiGetClubTimezoneRequest} requestParameters Request parameters.
15980
+ * @param {*} [options] Override http request option.
15981
+ * @throws {RequiredError}
15982
+ */
15983
+ getClubTimezone(requestParameters: ClubsApiGetClubTimezoneRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetClubTimezone200Response>;
15901
15984
  /**
15902
15985
  *
15903
15986
  * @param {ClubsApiGetClubUsersByIdRequest} requestParameters Request parameters.
@@ -16030,6 +16113,19 @@ export interface ClubsApiGetClubPageInfoRequest {
16030
16113
  */
16031
16114
  readonly clubId: string;
16032
16115
  }
16116
+ /**
16117
+ * Request parameters for getClubTimezone operation in ClubsApi.
16118
+ * @export
16119
+ * @interface ClubsApiGetClubTimezoneRequest
16120
+ */
16121
+ export interface ClubsApiGetClubTimezoneRequest {
16122
+ /**
16123
+ *
16124
+ * @type {string}
16125
+ * @memberof ClubsApiGetClubTimezone
16126
+ */
16127
+ readonly id: string;
16128
+ }
16033
16129
  /**
16034
16130
  * Request parameters for getClubUsersById operation in ClubsApi.
16035
16131
  * @export
@@ -16194,6 +16290,14 @@ export declare class ClubsApi extends BaseAPI {
16194
16290
  * @memberof ClubsApi
16195
16291
  */
16196
16292
  getClubPageInfo(requestParameters: ClubsApiGetClubPageInfoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClubPageResponse, any, {}>>;
16293
+ /**
16294
+ * Récupère le fuseau horaire d\'un club
16295
+ * @param {ClubsApiGetClubTimezoneRequest} requestParameters Request parameters.
16296
+ * @param {*} [options] Override http request option.
16297
+ * @throws {RequiredError}
16298
+ * @memberof ClubsApi
16299
+ */
16300
+ getClubTimezone(requestParameters: ClubsApiGetClubTimezoneRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClubTimezone200Response, any, {}>>;
16197
16301
  /**
16198
16302
  *
16199
16303
  * @param {ClubsApiGetClubUsersByIdRequest} requestParameters Request parameters.
package/dist/esm/api.js 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.159
7
+ * The version of the OpenAPI document: 1.0.161
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,20 +26,26 @@ import globalAxios from 'axios';
26
26
  import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
27
27
  // @ts-ignore
28
28
  import { BASE_PATH, BaseAPI, operationServerMap } from './base';
29
+ export const BookingHistoryPopulatedPerformedByTypeEnum = {
30
+ User: 'user',
31
+ Manager: 'manager',
32
+ System: 'system'
33
+ };
29
34
  /**
30
35
  *
31
36
  * @export
32
37
  * @enum {string}
33
38
  */
34
- export const AgendaPaymentStatus = {
35
- Pay: 'payé',
36
- NonPay: 'non payé',
37
- EnAttente: 'en attente'
38
- };
39
- export const BookingHistoryPopulatedPerformedByTypeEnum = {
40
- User: 'user',
41
- Manager: 'manager',
42
- System: 'system'
39
+ export const BookingInvoicePaymentStatus = {
40
+ SetupPending: 'setup_pending',
41
+ SetupSuccess: 'setup_success',
42
+ Pending: 'pending',
43
+ Paid: 'paid',
44
+ Failed: 'failed',
45
+ Authorized: 'authorized',
46
+ Canceled: 'canceled',
47
+ Expired: 'expired',
48
+ Partial: 'partial'
43
49
  };
44
50
  /**
45
51
  *
@@ -5867,6 +5873,34 @@ export const ClubsApiAxiosParamCreator = function (configuration) {
5867
5873
  options: localVarRequestOptions,
5868
5874
  };
5869
5875
  }),
5876
+ /**
5877
+ * Récupère le fuseau horaire d\'un club
5878
+ * @param {string} id
5879
+ * @param {*} [options] Override http request option.
5880
+ * @throws {RequiredError}
5881
+ */
5882
+ getClubTimezone: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
5883
+ // verify required parameter 'id' is not null or undefined
5884
+ assertParamExists('getClubTimezone', 'id', id);
5885
+ const localVarPath = `/api/clubs/{id}/timezone`
5886
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
5887
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
5888
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
5889
+ let baseOptions;
5890
+ if (configuration) {
5891
+ baseOptions = configuration.baseOptions;
5892
+ }
5893
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
5894
+ const localVarHeaderParameter = {};
5895
+ const localVarQueryParameter = {};
5896
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
5897
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
5898
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
5899
+ return {
5900
+ url: toPathString(localVarUrlObj),
5901
+ options: localVarRequestOptions,
5902
+ };
5903
+ }),
5870
5904
  /**
5871
5905
  *
5872
5906
  * @param {string} id
@@ -6200,6 +6234,21 @@ export const ClubsApiFp = function (configuration) {
6200
6234
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
6201
6235
  });
6202
6236
  },
6237
+ /**
6238
+ * Récupère le fuseau horaire d\'un club
6239
+ * @param {string} id
6240
+ * @param {*} [options] Override http request option.
6241
+ * @throws {RequiredError}
6242
+ */
6243
+ getClubTimezone(id, options) {
6244
+ return __awaiter(this, void 0, void 0, function* () {
6245
+ var _a, _b, _c;
6246
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getClubTimezone(id, options);
6247
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
6248
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ClubsApi.getClubTimezone']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
6249
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
6250
+ });
6251
+ },
6203
6252
  /**
6204
6253
  *
6205
6254
  * @param {string} id
@@ -6385,6 +6434,15 @@ export const ClubsApiFactory = function (configuration, basePath, axios) {
6385
6434
  getClubPageInfo(requestParameters, options) {
6386
6435
  return localVarFp.getClubPageInfo(requestParameters.clubId, options).then((request) => request(axios, basePath));
6387
6436
  },
6437
+ /**
6438
+ * Récupère le fuseau horaire d\'un club
6439
+ * @param {ClubsApiGetClubTimezoneRequest} requestParameters Request parameters.
6440
+ * @param {*} [options] Override http request option.
6441
+ * @throws {RequiredError}
6442
+ */
6443
+ getClubTimezone(requestParameters, options) {
6444
+ return localVarFp.getClubTimezone(requestParameters.id, options).then((request) => request(axios, basePath));
6445
+ },
6388
6446
  /**
6389
6447
  *
6390
6448
  * @param {ClubsApiGetClubUsersByIdRequest} requestParameters Request parameters.
@@ -6533,6 +6591,16 @@ export class ClubsApi extends BaseAPI {
6533
6591
  getClubPageInfo(requestParameters, options) {
6534
6592
  return ClubsApiFp(this.configuration).getClubPageInfo(requestParameters.clubId, options).then((request) => request(this.axios, this.basePath));
6535
6593
  }
6594
+ /**
6595
+ * Récupère le fuseau horaire d\'un club
6596
+ * @param {ClubsApiGetClubTimezoneRequest} requestParameters Request parameters.
6597
+ * @param {*} [options] Override http request option.
6598
+ * @throws {RequiredError}
6599
+ * @memberof ClubsApi
6600
+ */
6601
+ getClubTimezone(requestParameters, options) {
6602
+ return ClubsApiFp(this.configuration).getClubTimezone(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
6603
+ }
6536
6604
  /**
6537
6605
  *
6538
6606
  * @param {ClubsApiGetClubUsersByIdRequest} requestParameters Request parameters.
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.159
5
+ * The version of the OpenAPI document: 1.0.161
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
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.159
7
+ * The version of the OpenAPI document: 1.0.161
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.159
5
+ * The version of the OpenAPI document: 1.0.161
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.159
7
+ * The version of the OpenAPI document: 1.0.161
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.159
5
+ * The version of the OpenAPI document: 1.0.161
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.159
7
+ * The version of the OpenAPI document: 1.0.161
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.159
5
+ * The version of the OpenAPI document: 1.0.161
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
@@ -4,7 +4,7 @@
4
4
  * openapi.json
5
5
  * Pandook API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.0.159
7
+ * The version of the OpenAPI document: 1.0.161
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
@@ -2,7 +2,7 @@
2
2
  * openapi.json
3
3
  * Pandook API Documentation
4
4
  *
5
- * The version of the OpenAPI document: 1.0.159
5
+ * The version of the OpenAPI document: 1.0.161
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * openapi.json
6
6
  * Pandook API Documentation
7
7
  *
8
- * The version of the OpenAPI document: 1.0.159
8
+ * The version of the OpenAPI document: 1.0.161
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **status** | [**BookingStatus**](BookingStatus.md) | | [default to undefined]
10
10
  **creatorName** | **string** | | [default to undefined]
11
11
  **players** | [**Array&lt;AgendaBookingPlayer&gt;**](AgendaBookingPlayer.md) | | [default to undefined]
12
- **paymentStatus** | [**AgendaPaymentStatus**](AgendaPaymentStatus.md) | | [default to undefined]
12
+ **paymentStatus** | [**BookingInvoicePaymentStatus**](BookingInvoicePaymentStatus.md) | | [default to undefined]
13
13
  **slots** | [**Array&lt;AgendaBookingSlot&gt;**](AgendaBookingSlot.md) | | [default to undefined]
14
14
 
15
15
  ## Example
@@ -0,0 +1,24 @@
1
+ # BookingInvoicePaymentStatus
2
+
3
+
4
+ ## Enum
5
+
6
+ * `SetupPending` (value: `'setup_pending'`)
7
+
8
+ * `SetupSuccess` (value: `'setup_success'`)
9
+
10
+ * `Pending` (value: `'pending'`)
11
+
12
+ * `Paid` (value: `'paid'`)
13
+
14
+ * `Failed` (value: `'failed'`)
15
+
16
+ * `Authorized` (value: `'authorized'`)
17
+
18
+ * `Canceled` (value: `'canceled'`)
19
+
20
+ * `Expired` (value: `'expired'`)
21
+
22
+ * `Partial` (value: `'partial'`)
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)
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **postalCode** | **string** | Code postal du club (optionnel) | [optional] [default to undefined]
15
15
  **country** | **string** | Pays du club (optionnel) | [optional] [default to undefined]
16
16
  **clubType** | **string** | Type de club souhaité (public | school) | [optional] [default to undefined]
17
+ **timezone** | **string** | Fuseau horaire du club (optionnel) | [optional] [default to undefined]
17
18
 
18
19
  ## Example
19
20
 
@@ -29,6 +30,7 @@ const instance: ClientOnboardingRequestBody = {
29
30
  postalCode,
30
31
  country,
31
32
  clubType,
33
+ timezone,
32
34
  };
33
35
  ```
34
36
 
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **start** | **string** | | [default to undefined]
9
- **end** | **string** | | [default to undefined]
8
+ **start** | **number** | | [default to undefined]
9
+ **end** | **number** | | [default to undefined]
10
10
 
11
11
  ## Example
12
12
 
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **tags** | **Array&lt;string&gt;** | | [default to undefined]
10
10
  **bannerImages** | **Array&lt;string&gt;** | | [default to undefined]
11
11
  **galleryImages** | **Array&lt;string&gt;** | | [default to undefined]
12
+ **sponsors** | [**Array&lt;Sponsor&gt;**](Sponsor.md) | | [default to undefined]
12
13
 
13
14
  ## Example
14
15
 
@@ -20,6 +21,7 @@ const instance: ClubPresentationSettingsResponse = {
20
21
  tags,
21
22
  bannerImages,
22
23
  galleryImages,
24
+ sponsors,
23
25
  };
24
26
  ```
25
27
 
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
8
8
  **id** | **string** | | [default to undefined]
9
9
  **name** | **string** | | [default to undefined]
10
10
  **days** | **Array&lt;string&gt;** | | [default to undefined]
11
- **startTime** | **string** | | [default to undefined]
12
- **endTime** | **string** | | [default to undefined]
11
+ **startTime** | **number** | | [default to undefined]
12
+ **endTime** | **number** | | [default to undefined]
13
13
  **variation** | **number** | | [default to undefined]
14
14
 
15
15
  ## Example