@tennac-booking/sdk 1.0.160 → 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/.openapi-generator/FILES +374 -373
- package/README.md +4 -3
- package/api.ts +77 -34
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +73 -30
- package/dist/api.js +17 -11
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +73 -30
- package/dist/esm/api.js +16 -10
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AgendaBooking.md +1 -1
- package/docs/BookingInvoicePaymentStatus.md +24 -0
- package/docs/ClubDayInterval.md +2 -2
- package/docs/ClubPresentationSettingsResponse.md +2 -0
- package/docs/ClubPricingPeriodResponse.md +2 -2
- package/docs/HotelAccessSettings.md +2 -2
- package/docs/PartialHotelAccessSettings.md +2 -2
- package/docs/Sponsor.md +24 -0
- package/docs/UpdateClubPresentationSettingsRequest.md +2 -0
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/AgendaPaymentStatus.md +0 -12
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.161
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @tennac-booking/sdk@1.0.
|
|
39
|
+
npm install @tennac-booking/sdk@1.0.161 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -263,12 +263,12 @@ Class | Method | HTTP request | Description
|
|
|
263
263
|
- [AgendaBooking](docs/AgendaBooking.md)
|
|
264
264
|
- [AgendaBookingPlayer](docs/AgendaBookingPlayer.md)
|
|
265
265
|
- [AgendaBookingSlot](docs/AgendaBookingSlot.md)
|
|
266
|
-
- [AgendaPaymentStatus](docs/AgendaPaymentStatus.md)
|
|
267
266
|
- [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
|
|
268
267
|
- [BookingClubInfo](docs/BookingClubInfo.md)
|
|
269
268
|
- [BookingCourtInfo](docs/BookingCourtInfo.md)
|
|
270
269
|
- [BookingHistoryPopulated](docs/BookingHistoryPopulated.md)
|
|
271
270
|
- [BookingInfo](docs/BookingInfo.md)
|
|
271
|
+
- [BookingInvoicePaymentStatus](docs/BookingInvoicePaymentStatus.md)
|
|
272
272
|
- [BookingPaymentStatus](docs/BookingPaymentStatus.md)
|
|
273
273
|
- [BookingPaymentStatusResponse](docs/BookingPaymentStatusResponse.md)
|
|
274
274
|
- [BookingPaymentStatusResponseBooking](docs/BookingPaymentStatusResponseBooking.md)
|
|
@@ -517,6 +517,7 @@ Class | Method | HTTP request | Description
|
|
|
517
517
|
- [SendSubscriptionInvitationRequest](docs/SendSubscriptionInvitationRequest.md)
|
|
518
518
|
- [SendSubscriptionInvitationResponse](docs/SendSubscriptionInvitationResponse.md)
|
|
519
519
|
- [SlotInfo](docs/SlotInfo.md)
|
|
520
|
+
- [Sponsor](docs/Sponsor.md)
|
|
520
521
|
- [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
|
|
521
522
|
- [SportInfo](docs/SportInfo.md)
|
|
522
523
|
- [SportKey](docs/SportKey.md)
|
package/api.ts
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.
|
|
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).
|
|
@@ -142,10 +142,10 @@ export interface AgendaBooking {
|
|
|
142
142
|
'players': Array<AgendaBookingPlayer>;
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
|
-
* @type {
|
|
145
|
+
* @type {BookingInvoicePaymentStatus}
|
|
146
146
|
* @memberof AgendaBooking
|
|
147
147
|
*/
|
|
148
|
-
'paymentStatus':
|
|
148
|
+
'paymentStatus': BookingInvoicePaymentStatus;
|
|
149
149
|
/**
|
|
150
150
|
*
|
|
151
151
|
* @type {Array<AgendaBookingSlot>}
|
|
@@ -229,21 +229,6 @@ export interface AgendaBookingSlot {
|
|
|
229
229
|
*/
|
|
230
230
|
'isIndoor'?: boolean;
|
|
231
231
|
}
|
|
232
|
-
/**
|
|
233
|
-
*
|
|
234
|
-
* @export
|
|
235
|
-
* @enum {string}
|
|
236
|
-
*/
|
|
237
|
-
|
|
238
|
-
export const AgendaPaymentStatus = {
|
|
239
|
-
Pay: 'payé',
|
|
240
|
-
NonPay: 'non payé',
|
|
241
|
-
EnAttente: 'en attente'
|
|
242
|
-
} as const;
|
|
243
|
-
|
|
244
|
-
export type AgendaPaymentStatus = typeof AgendaPaymentStatus[keyof typeof AgendaPaymentStatus];
|
|
245
|
-
|
|
246
|
-
|
|
247
232
|
/**
|
|
248
233
|
*
|
|
249
234
|
* @export
|
|
@@ -524,6 +509,27 @@ export interface BookingInfo {
|
|
|
524
509
|
}
|
|
525
510
|
|
|
526
511
|
|
|
512
|
+
/**
|
|
513
|
+
*
|
|
514
|
+
* @export
|
|
515
|
+
* @enum {string}
|
|
516
|
+
*/
|
|
517
|
+
|
|
518
|
+
export const BookingInvoicePaymentStatus = {
|
|
519
|
+
SetupPending: 'setup_pending',
|
|
520
|
+
SetupSuccess: 'setup_success',
|
|
521
|
+
Pending: 'pending',
|
|
522
|
+
Paid: 'paid',
|
|
523
|
+
Failed: 'failed',
|
|
524
|
+
Authorized: 'authorized',
|
|
525
|
+
Canceled: 'canceled',
|
|
526
|
+
Expired: 'expired',
|
|
527
|
+
Partial: 'partial'
|
|
528
|
+
} as const;
|
|
529
|
+
|
|
530
|
+
export type BookingInvoicePaymentStatus = typeof BookingInvoicePaymentStatus[keyof typeof BookingInvoicePaymentStatus];
|
|
531
|
+
|
|
532
|
+
|
|
527
533
|
/**
|
|
528
534
|
*
|
|
529
535
|
* @export
|
|
@@ -2038,16 +2044,16 @@ export interface ClubCustomerSettingsResponse {
|
|
|
2038
2044
|
export interface ClubDayInterval {
|
|
2039
2045
|
/**
|
|
2040
2046
|
*
|
|
2041
|
-
* @type {
|
|
2047
|
+
* @type {number}
|
|
2042
2048
|
* @memberof ClubDayInterval
|
|
2043
2049
|
*/
|
|
2044
|
-
'start':
|
|
2050
|
+
'start': number;
|
|
2045
2051
|
/**
|
|
2046
2052
|
*
|
|
2047
|
-
* @type {
|
|
2053
|
+
* @type {number}
|
|
2048
2054
|
* @memberof ClubDayInterval
|
|
2049
2055
|
*/
|
|
2050
|
-
'end':
|
|
2056
|
+
'end': number;
|
|
2051
2057
|
}
|
|
2052
2058
|
/**
|
|
2053
2059
|
*
|
|
@@ -3189,6 +3195,12 @@ export interface ClubPresentationSettingsResponse {
|
|
|
3189
3195
|
* @memberof ClubPresentationSettingsResponse
|
|
3190
3196
|
*/
|
|
3191
3197
|
'galleryImages': Array<string>;
|
|
3198
|
+
/**
|
|
3199
|
+
*
|
|
3200
|
+
* @type {Array<Sponsor>}
|
|
3201
|
+
* @memberof ClubPresentationSettingsResponse
|
|
3202
|
+
*/
|
|
3203
|
+
'sponsors': Array<Sponsor>;
|
|
3192
3204
|
}
|
|
3193
3205
|
/**
|
|
3194
3206
|
*
|
|
@@ -3216,16 +3228,16 @@ export interface ClubPricingPeriodResponse {
|
|
|
3216
3228
|
'days': Array<string>;
|
|
3217
3229
|
/**
|
|
3218
3230
|
*
|
|
3219
|
-
* @type {
|
|
3231
|
+
* @type {number}
|
|
3220
3232
|
* @memberof ClubPricingPeriodResponse
|
|
3221
3233
|
*/
|
|
3222
|
-
'startTime':
|
|
3234
|
+
'startTime': number;
|
|
3223
3235
|
/**
|
|
3224
3236
|
*
|
|
3225
|
-
* @type {
|
|
3237
|
+
* @type {number}
|
|
3226
3238
|
* @memberof ClubPricingPeriodResponse
|
|
3227
3239
|
*/
|
|
3228
|
-
'endTime':
|
|
3240
|
+
'endTime': number;
|
|
3229
3241
|
/**
|
|
3230
3242
|
*
|
|
3231
3243
|
* @type {number}
|
|
@@ -6228,16 +6240,16 @@ export interface HotelAccessSettings {
|
|
|
6228
6240
|
'accessCode'?: string | null;
|
|
6229
6241
|
/**
|
|
6230
6242
|
*
|
|
6231
|
-
* @type {
|
|
6243
|
+
* @type {number}
|
|
6232
6244
|
* @memberof HotelAccessSettings
|
|
6233
6245
|
*/
|
|
6234
|
-
'validFrom'?:
|
|
6246
|
+
'validFrom'?: number | null;
|
|
6235
6247
|
/**
|
|
6236
6248
|
*
|
|
6237
|
-
* @type {
|
|
6249
|
+
* @type {number}
|
|
6238
6250
|
* @memberof HotelAccessSettings
|
|
6239
6251
|
*/
|
|
6240
|
-
'validUntil'?:
|
|
6252
|
+
'validUntil'?: number | null;
|
|
6241
6253
|
}
|
|
6242
6254
|
/**
|
|
6243
6255
|
*
|
|
@@ -7755,16 +7767,16 @@ export interface PartialHotelAccessSettings {
|
|
|
7755
7767
|
'accessCode'?: string;
|
|
7756
7768
|
/**
|
|
7757
7769
|
*
|
|
7758
|
-
* @type {
|
|
7770
|
+
* @type {number}
|
|
7759
7771
|
* @memberof PartialHotelAccessSettings
|
|
7760
7772
|
*/
|
|
7761
|
-
'validFrom'?:
|
|
7773
|
+
'validFrom'?: number;
|
|
7762
7774
|
/**
|
|
7763
7775
|
*
|
|
7764
|
-
* @type {
|
|
7776
|
+
* @type {number}
|
|
7765
7777
|
* @memberof PartialHotelAccessSettings
|
|
7766
7778
|
*/
|
|
7767
|
-
'validUntil'?:
|
|
7779
|
+
'validUntil'?: number;
|
|
7768
7780
|
/**
|
|
7769
7781
|
*
|
|
7770
7782
|
* @type {boolean}
|
|
@@ -9468,6 +9480,31 @@ export interface SlotInfo {
|
|
|
9468
9480
|
*/
|
|
9469
9481
|
'court': CourtInfo;
|
|
9470
9482
|
}
|
|
9483
|
+
/**
|
|
9484
|
+
*
|
|
9485
|
+
* @export
|
|
9486
|
+
* @interface Sponsor
|
|
9487
|
+
*/
|
|
9488
|
+
export interface Sponsor {
|
|
9489
|
+
/**
|
|
9490
|
+
*
|
|
9491
|
+
* @type {string}
|
|
9492
|
+
* @memberof Sponsor
|
|
9493
|
+
*/
|
|
9494
|
+
'name': string;
|
|
9495
|
+
/**
|
|
9496
|
+
*
|
|
9497
|
+
* @type {string}
|
|
9498
|
+
* @memberof Sponsor
|
|
9499
|
+
*/
|
|
9500
|
+
'logo'?: string;
|
|
9501
|
+
/**
|
|
9502
|
+
*
|
|
9503
|
+
* @type {string}
|
|
9504
|
+
* @memberof Sponsor
|
|
9505
|
+
*/
|
|
9506
|
+
'websiteUrl'?: string;
|
|
9507
|
+
}
|
|
9471
9508
|
/**
|
|
9472
9509
|
*
|
|
9473
9510
|
* @export
|
|
@@ -10841,6 +10878,12 @@ export interface UpdateClubPresentationSettingsRequest {
|
|
|
10841
10878
|
* @memberof UpdateClubPresentationSettingsRequest
|
|
10842
10879
|
*/
|
|
10843
10880
|
'galleryImages'?: Array<UpdateClubGeneralSettingsRequestLogo>;
|
|
10881
|
+
/**
|
|
10882
|
+
*
|
|
10883
|
+
* @type {Array<Sponsor>}
|
|
10884
|
+
* @memberof UpdateClubPresentationSettingsRequest
|
|
10885
|
+
*/
|
|
10886
|
+
'sponsors'?: Array<Sponsor>;
|
|
10844
10887
|
}
|
|
10845
10888
|
/**
|
|
10846
10889
|
*
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED
package/dist/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.
|
|
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 {
|
|
135
|
+
* @type {BookingInvoicePaymentStatus}
|
|
136
136
|
* @memberof AgendaBooking
|
|
137
137
|
*/
|
|
138
|
-
'paymentStatus':
|
|
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
|
|
@@ -1994,16 +2000,16 @@ export interface ClubCustomerSettingsResponse {
|
|
|
1994
2000
|
export interface ClubDayInterval {
|
|
1995
2001
|
/**
|
|
1996
2002
|
*
|
|
1997
|
-
* @type {
|
|
2003
|
+
* @type {number}
|
|
1998
2004
|
* @memberof ClubDayInterval
|
|
1999
2005
|
*/
|
|
2000
|
-
'start':
|
|
2006
|
+
'start': number;
|
|
2001
2007
|
/**
|
|
2002
2008
|
*
|
|
2003
|
-
* @type {
|
|
2009
|
+
* @type {number}
|
|
2004
2010
|
* @memberof ClubDayInterval
|
|
2005
2011
|
*/
|
|
2006
|
-
'end':
|
|
2012
|
+
'end': number;
|
|
2007
2013
|
}
|
|
2008
2014
|
/**
|
|
2009
2015
|
*
|
|
@@ -3141,6 +3147,12 @@ export interface ClubPresentationSettingsResponse {
|
|
|
3141
3147
|
* @memberof ClubPresentationSettingsResponse
|
|
3142
3148
|
*/
|
|
3143
3149
|
'galleryImages': Array<string>;
|
|
3150
|
+
/**
|
|
3151
|
+
*
|
|
3152
|
+
* @type {Array<Sponsor>}
|
|
3153
|
+
* @memberof ClubPresentationSettingsResponse
|
|
3154
|
+
*/
|
|
3155
|
+
'sponsors': Array<Sponsor>;
|
|
3144
3156
|
}
|
|
3145
3157
|
/**
|
|
3146
3158
|
*
|
|
@@ -3168,16 +3180,16 @@ export interface ClubPricingPeriodResponse {
|
|
|
3168
3180
|
'days': Array<string>;
|
|
3169
3181
|
/**
|
|
3170
3182
|
*
|
|
3171
|
-
* @type {
|
|
3183
|
+
* @type {number}
|
|
3172
3184
|
* @memberof ClubPricingPeriodResponse
|
|
3173
3185
|
*/
|
|
3174
|
-
'startTime':
|
|
3186
|
+
'startTime': number;
|
|
3175
3187
|
/**
|
|
3176
3188
|
*
|
|
3177
|
-
* @type {
|
|
3189
|
+
* @type {number}
|
|
3178
3190
|
* @memberof ClubPricingPeriodResponse
|
|
3179
3191
|
*/
|
|
3180
|
-
'endTime':
|
|
3192
|
+
'endTime': number;
|
|
3181
3193
|
/**
|
|
3182
3194
|
*
|
|
3183
3195
|
* @type {number}
|
|
@@ -6119,16 +6131,16 @@ export interface HotelAccessSettings {
|
|
|
6119
6131
|
'accessCode'?: string | null;
|
|
6120
6132
|
/**
|
|
6121
6133
|
*
|
|
6122
|
-
* @type {
|
|
6134
|
+
* @type {number}
|
|
6123
6135
|
* @memberof HotelAccessSettings
|
|
6124
6136
|
*/
|
|
6125
|
-
'validFrom'?:
|
|
6137
|
+
'validFrom'?: number | null;
|
|
6126
6138
|
/**
|
|
6127
6139
|
*
|
|
6128
|
-
* @type {
|
|
6140
|
+
* @type {number}
|
|
6129
6141
|
* @memberof HotelAccessSettings
|
|
6130
6142
|
*/
|
|
6131
|
-
'validUntil'?:
|
|
6143
|
+
'validUntil'?: number | null;
|
|
6132
6144
|
}
|
|
6133
6145
|
/**
|
|
6134
6146
|
*
|
|
@@ -7625,16 +7637,16 @@ export interface PartialHotelAccessSettings {
|
|
|
7625
7637
|
'accessCode'?: string;
|
|
7626
7638
|
/**
|
|
7627
7639
|
*
|
|
7628
|
-
* @type {
|
|
7640
|
+
* @type {number}
|
|
7629
7641
|
* @memberof PartialHotelAccessSettings
|
|
7630
7642
|
*/
|
|
7631
|
-
'validFrom'?:
|
|
7643
|
+
'validFrom'?: number;
|
|
7632
7644
|
/**
|
|
7633
7645
|
*
|
|
7634
|
-
* @type {
|
|
7646
|
+
* @type {number}
|
|
7635
7647
|
* @memberof PartialHotelAccessSettings
|
|
7636
7648
|
*/
|
|
7637
|
-
'validUntil'?:
|
|
7649
|
+
'validUntil'?: number;
|
|
7638
7650
|
/**
|
|
7639
7651
|
*
|
|
7640
7652
|
* @type {boolean}
|
|
@@ -9300,6 +9312,31 @@ export interface SlotInfo {
|
|
|
9300
9312
|
*/
|
|
9301
9313
|
'court': CourtInfo;
|
|
9302
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
|
+
}
|
|
9303
9340
|
/**
|
|
9304
9341
|
*
|
|
9305
9342
|
* @export
|
|
@@ -10642,6 +10679,12 @@ export interface UpdateClubPresentationSettingsRequest {
|
|
|
10642
10679
|
* @memberof UpdateClubPresentationSettingsRequest
|
|
10643
10680
|
*/
|
|
10644
10681
|
'galleryImages'?: Array<UpdateClubGeneralSettingsRequestLogo>;
|
|
10682
|
+
/**
|
|
10683
|
+
*
|
|
10684
|
+
* @type {Array<Sponsor>}
|
|
10685
|
+
* @memberof UpdateClubPresentationSettingsRequest
|
|
10686
|
+
*/
|
|
10687
|
+
'sponsors'?: Array<Sponsor>;
|
|
10645
10688
|
}
|
|
10646
10689
|
/**
|
|
10647
10690
|
*
|
package/dist/api.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.
|
|
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).
|
|
@@ -22,7 +22,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.VisibilityType = exports.UserLocationSummaryTypeEnum = exports.UpdateRecurringDefinitionRequestRecurringTypeEnum = exports.UpdateRecurringDefinitionRequestParticipationTypeEnum = exports.UpdateRecurringDefinitionRequestTypeEnum = exports.UpdateRecurringDefinitionRequestVisibilityTypeEnum = exports.UpdateEventRequestVisibilityTypeEnum = exports.UpdateEventRequestParticipationTypeEnum = exports.UpdateEventRequestRecurringTypeEnum = exports.UpdateEventRequestTypeEnum = exports.UpdateClubRoleRequestRoleEnum = exports.UpdateClubMemberRequestRoleEnum = exports.TrendDirection = exports.SurfaceType = exports.StaffBookingPaymentState = exports.SportKey = exports.RegisterRequestBodyLocationTypeEnum = exports.RecurringDefinitionResponseRecurringTypeEnum = exports.PublicAccessSettingsPaymentModeEnum = exports.PlayerCategoryId = exports.PlanInterval = exports.PaymentMethod = exports.ParticipationType = exports.PartialPublicAccessSettingsPaymentModeEnum = exports.InvoiceStatusSETUPSUCCESS = exports.InvoiceStatusSETUPPENDING = exports.InvoiceStatus = exports.ImageContextType = exports.IUserLocationTypeEnum = exports.Gender = exports.EventResponseVisibilityTypeEnum = exports.EventResponseParticipationTypeEnum = exports.EventResponseRecurringTypeEnum = exports.EventResponseTypeEnum = exports.EventBookingStatus = exports.DiscountType = exports.CreateEventRequestVisibilityTypeEnum = exports.CreateEventRequestParticipationTypeEnum = exports.CreateEventRequestRecurringTypeEnum = exports.CreateEventRequestTypeEnum = exports.CreateClubRoleRequestRoleEnum = exports.CreateActualityRequestDiffusionModeEnum = exports.CourtStatus = exports.ClubRoleResponseRoleEnum = exports.ClientOnboardingRequestBodyClubTypeEnum = exports.CaptureResultStatusEnum = exports.CaptureResultTypeEnum = exports.BookingStatus = exports.
|
|
25
|
+
exports.VisibilityType = exports.UserLocationSummaryTypeEnum = exports.UpdateRecurringDefinitionRequestRecurringTypeEnum = exports.UpdateRecurringDefinitionRequestParticipationTypeEnum = exports.UpdateRecurringDefinitionRequestTypeEnum = exports.UpdateRecurringDefinitionRequestVisibilityTypeEnum = exports.UpdateEventRequestVisibilityTypeEnum = exports.UpdateEventRequestParticipationTypeEnum = exports.UpdateEventRequestRecurringTypeEnum = exports.UpdateEventRequestTypeEnum = exports.UpdateClubRoleRequestRoleEnum = exports.UpdateClubMemberRequestRoleEnum = exports.TrendDirection = exports.SurfaceType = exports.StaffBookingPaymentState = exports.SportKey = exports.RegisterRequestBodyLocationTypeEnum = exports.RecurringDefinitionResponseRecurringTypeEnum = exports.PublicAccessSettingsPaymentModeEnum = exports.PlayerCategoryId = exports.PlanInterval = exports.PaymentMethod = exports.ParticipationType = exports.PartialPublicAccessSettingsPaymentModeEnum = exports.InvoiceStatusSETUPSUCCESS = exports.InvoiceStatusSETUPPENDING = exports.InvoiceStatus = exports.ImageContextType = exports.IUserLocationTypeEnum = exports.Gender = exports.EventResponseVisibilityTypeEnum = exports.EventResponseParticipationTypeEnum = exports.EventResponseRecurringTypeEnum = exports.EventResponseTypeEnum = exports.EventBookingStatus = exports.DiscountType = exports.CreateEventRequestVisibilityTypeEnum = exports.CreateEventRequestParticipationTypeEnum = exports.CreateEventRequestRecurringTypeEnum = exports.CreateEventRequestTypeEnum = exports.CreateClubRoleRequestRoleEnum = exports.CreateActualityRequestDiffusionModeEnum = exports.CourtStatus = exports.ClubRoleResponseRoleEnum = exports.ClientOnboardingRequestBodyClubTypeEnum = exports.CaptureResultStatusEnum = exports.CaptureResultTypeEnum = exports.BookingStatus = exports.BookingInvoicePaymentStatus = exports.BookingHistoryPopulatedPerformedByTypeEnum = void 0;
|
|
26
26
|
exports.ClubSettingsStaffApiAxiosParamCreator = exports.ClubSettingsManagerApi = exports.ClubSettingsManagerApiFactory = exports.ClubSettingsManagerApiFp = exports.ClubSettingsManagerApiAxiosParamCreator = exports.ClubRolesStaffApi = exports.ClubRolesStaffApiFactory = exports.ClubRolesStaffApiFp = exports.ClubRolesStaffApiAxiosParamCreator = exports.ClubRolesManagerApi = exports.ClubRolesManagerApiFactory = exports.ClubRolesManagerApiFp = exports.ClubRolesManagerApiAxiosParamCreator = exports.ClubCustomerStaffApi = exports.ClubCustomerStaffApiFactory = exports.ClubCustomerStaffApiFp = exports.ClubCustomerStaffApiAxiosParamCreator = exports.ClubCustomerMeApi = exports.ClubCustomerMeApiFactory = exports.ClubCustomerMeApiFp = exports.ClubCustomerMeApiAxiosParamCreator = exports.ClubAnalyticsStaffApi = exports.ClubAnalyticsStaffApiFactory = exports.ClubAnalyticsStaffApiFp = exports.ClubAnalyticsStaffApiAxiosParamCreator = exports.ClubAnalyticsApi = exports.ClubAnalyticsApiFactory = exports.ClubAnalyticsApiFp = exports.ClubAnalyticsApiAxiosParamCreator = exports.ClientApi = exports.ClientApiFactory = exports.ClientApiFp = exports.ClientApiAxiosParamCreator = exports.BookingsUserApi = exports.BookingsUserApiFactory = exports.BookingsUserApiFp = exports.BookingsUserApiAxiosParamCreator = exports.BookingsStaffApi = exports.BookingsStaffApiFactory = exports.BookingsStaffApiFp = exports.BookingsStaffApiAxiosParamCreator = exports.BookingsManagerApi = exports.BookingsManagerApiFactory = exports.BookingsManagerApiFp = exports.BookingsManagerApiAxiosParamCreator = exports.BookingsApi = exports.BookingsApiFactory = exports.BookingsApiFp = exports.BookingsApiAxiosParamCreator = exports.WeekdayKey = void 0;
|
|
27
27
|
exports.SportsPublicApiFactory = exports.SportsPublicApiFp = exports.SportsPublicApiAxiosParamCreator = exports.SportsManagerApi = exports.SportsManagerApiFactory = exports.SportsManagerApiFp = exports.SportsManagerApiAxiosParamCreator = exports.ImagesApi = exports.ImagesApiFactory = exports.ImagesApiFp = exports.ImagesApiAxiosParamCreator = exports.GetWeeklyEventsTypeEnum = exports.GetWeeklyEventsVisibilityTypeEnum = exports.GetMonthlyEventsTypeEnum = exports.GetMonthlyEventsVisibilityTypeEnum = exports.GetDailyEventsTypeEnum = exports.GetDailyEventsVisibilityTypeEnum = exports.EventsStaffApi = exports.EventsStaffApiFactory = exports.EventsStaffApiFp = exports.EventsStaffApiAxiosParamCreator = exports.EventsManagerApi = exports.EventsManagerApiFactory = exports.EventsManagerApiFp = exports.EventsManagerApiAxiosParamCreator = exports.GetPublishedEventsByClubIdTypeEnum = exports.GetPublishedEventsByClubIdVisibilityTypeEnum = exports.EventsApi = exports.EventsApiFactory = exports.EventsApiFp = exports.EventsApiAxiosParamCreator = exports.DefaultApi = exports.DefaultApiFactory = exports.DefaultApiFp = exports.DefaultApiAxiosParamCreator = exports.ClubsStaffApi = exports.ClubsStaffApiFactory = exports.ClubsStaffApiFp = exports.ClubsStaffApiAxiosParamCreator = exports.ClubsManagerApi = exports.ClubsManagerApiFactory = exports.ClubsManagerApiFp = exports.ClubsManagerApiAxiosParamCreator = exports.ClubsApi = exports.ClubsApiFactory = exports.ClubsApiFp = exports.ClubsApiAxiosParamCreator = exports.ClubSettingsStaffApi = exports.ClubSettingsStaffApiFactory = exports.ClubSettingsStaffApiFp = void 0;
|
|
28
28
|
exports.UsersApi = exports.UsersApiFactory = exports.UsersApiFp = exports.UsersApiAxiosParamCreator = exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.SubscriptionsUserApi = exports.SubscriptionsUserApiFactory = exports.SubscriptionsUserApiFp = exports.SubscriptionsUserApiAxiosParamCreator = exports.SubscriptionsStaffApi = exports.SubscriptionsStaffApiFactory = exports.SubscriptionsStaffApiFp = exports.SubscriptionsStaffApiAxiosParamCreator = exports.SubscriptionsPublicApi = exports.SubscriptionsPublicApiFactory = exports.SubscriptionsPublicApiFp = exports.SubscriptionsPublicApiAxiosParamCreator = exports.SubscriptionsManagerApi = exports.SubscriptionsManagerApiFactory = exports.SubscriptionsManagerApiFp = exports.SubscriptionsManagerApiAxiosParamCreator = exports.SportsPublicApi = void 0;
|
|
@@ -32,20 +32,26 @@ const axios_1 = require("axios");
|
|
|
32
32
|
const common_1 = require("./common");
|
|
33
33
|
// @ts-ignore
|
|
34
34
|
const base_1 = require("./base");
|
|
35
|
+
exports.BookingHistoryPopulatedPerformedByTypeEnum = {
|
|
36
|
+
User: 'user',
|
|
37
|
+
Manager: 'manager',
|
|
38
|
+
System: 'system'
|
|
39
|
+
};
|
|
35
40
|
/**
|
|
36
41
|
*
|
|
37
42
|
* @export
|
|
38
43
|
* @enum {string}
|
|
39
44
|
*/
|
|
40
|
-
exports.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
exports.BookingInvoicePaymentStatus = {
|
|
46
|
+
SetupPending: 'setup_pending',
|
|
47
|
+
SetupSuccess: 'setup_success',
|
|
48
|
+
Pending: 'pending',
|
|
49
|
+
Paid: 'paid',
|
|
50
|
+
Failed: 'failed',
|
|
51
|
+
Authorized: 'authorized',
|
|
52
|
+
Canceled: 'canceled',
|
|
53
|
+
Expired: 'expired',
|
|
54
|
+
Partial: 'partial'
|
|
49
55
|
};
|
|
50
56
|
/**
|
|
51
57
|
*
|
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED