@tennac-booking/sdk 1.0.242 → 1.0.243

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.
@@ -178,6 +178,7 @@ docs/EstimateOpenBookingJoinRequest.md
178
178
  docs/EstimateOpenEventBookingJoinPrice200Response.md
179
179
  docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md
180
180
  docs/EventBookingDetailSummary.md
181
+ docs/EventBookingDetailSummaryPartnersInner.md
181
182
  docs/EventBookingDetailSummaryPaymentPerPlayersInner.md
182
183
  docs/EventBookingResponse.md
183
184
  docs/EventBookingResponsePaymentPerPlayersInner.md
@@ -454,6 +455,7 @@ docs/UserClubMembershipsResponse.md
454
455
  docs/UserClubSubscription.md
455
456
  docs/UserEventParticipation.md
456
457
  docs/UserEventSummary.md
458
+ docs/UserEventSummarySportsDetailsInner.md
457
459
  docs/UserEventsResponse.md
458
460
  docs/UserInfo.md
459
461
  docs/UserLocationSummary.md
package/README.md CHANGED
@@ -476,6 +476,7 @@ Class | Method | HTTP request | Description
476
476
  - [EstimateOpenEventBookingJoinPrice200Response](docs/EstimateOpenEventBookingJoinPrice200Response.md)
477
477
  - [EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo](docs/EstimateOpenEventBookingJoinPrice200ResponseSubscriptionInfo.md)
478
478
  - [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
479
+ - [EventBookingDetailSummaryPartnersInner](docs/EventBookingDetailSummaryPartnersInner.md)
479
480
  - [EventBookingDetailSummaryPaymentPerPlayersInner](docs/EventBookingDetailSummaryPaymentPerPlayersInner.md)
480
481
  - [EventBookingResponse](docs/EventBookingResponse.md)
481
482
  - [EventBookingResponsePaymentPerPlayersInner](docs/EventBookingResponsePaymentPerPlayersInner.md)
@@ -736,6 +737,7 @@ Class | Method | HTTP request | Description
736
737
  - [UserClubSubscription](docs/UserClubSubscription.md)
737
738
  - [UserEventParticipation](docs/UserEventParticipation.md)
738
739
  - [UserEventSummary](docs/UserEventSummary.md)
740
+ - [UserEventSummarySportsDetailsInner](docs/UserEventSummarySportsDetailsInner.md)
739
741
  - [UserEventsResponse](docs/UserEventsResponse.md)
740
742
  - [UserInfo](docs/UserInfo.md)
741
743
  - [UserLocationSummary](docs/UserLocationSummary.md)
package/api.ts CHANGED
@@ -2360,6 +2360,12 @@ export interface ClubEvent {
2360
2360
  * @memberof ClubEvent
2361
2361
  */
2362
2362
  'description'?: string;
2363
+ /**
2364
+ *
2365
+ * @type {string}
2366
+ * @memberof ClubEvent
2367
+ */
2368
+ 'category'?: string;
2363
2369
  /**
2364
2370
  *
2365
2371
  * @type {string}
@@ -4863,6 +4869,12 @@ export interface CreateEventRequest {
4863
4869
  * @memberof CreateEventRequest
4864
4870
  */
4865
4871
  'title': string;
4872
+ /**
4873
+ *
4874
+ * @type {string}
4875
+ * @memberof CreateEventRequest
4876
+ */
4877
+ 'category'?: string;
4866
4878
  /**
4867
4879
  *
4868
4880
  * @type {string}
@@ -5875,6 +5887,12 @@ export interface EventBookingDetailSummary {
5875
5887
  * @memberof EventBookingDetailSummary
5876
5888
  */
5877
5889
  'players': Array<string>;
5890
+ /**
5891
+ *
5892
+ * @type {Array<EventBookingDetailSummaryPartnersInner>}
5893
+ * @memberof EventBookingDetailSummary
5894
+ */
5895
+ 'partners'?: Array<EventBookingDetailSummaryPartnersInner>;
5878
5896
  /**
5879
5897
  * Détails des paiements par joueur pour cette réservation d\'événement. Remplace l\'ancien champ `invoices`.
5880
5898
  * @type {Array<EventBookingDetailSummaryPaymentPerPlayersInner>}
@@ -5939,6 +5957,37 @@ export const EventBookingDetailSummaryUserParticipationStatusEnum = {
5939
5957
 
5940
5958
  export type EventBookingDetailSummaryUserParticipationStatusEnum = typeof EventBookingDetailSummaryUserParticipationStatusEnum[keyof typeof EventBookingDetailSummaryUserParticipationStatusEnum];
5941
5959
 
5960
+ /**
5961
+ *
5962
+ * @export
5963
+ * @interface EventBookingDetailSummaryPartnersInner
5964
+ */
5965
+ export interface EventBookingDetailSummaryPartnersInner {
5966
+ /**
5967
+ *
5968
+ * @type {string}
5969
+ * @memberof EventBookingDetailSummaryPartnersInner
5970
+ */
5971
+ 'profilePicture'?: string | null;
5972
+ /**
5973
+ *
5974
+ * @type {string}
5975
+ * @memberof EventBookingDetailSummaryPartnersInner
5976
+ */
5977
+ 'lastName'?: string | null;
5978
+ /**
5979
+ *
5980
+ * @type {string}
5981
+ * @memberof EventBookingDetailSummaryPartnersInner
5982
+ */
5983
+ 'firstName'?: string | null;
5984
+ /**
5985
+ *
5986
+ * @type {string}
5987
+ * @memberof EventBookingDetailSummaryPartnersInner
5988
+ */
5989
+ 'id': string;
5990
+ }
5942
5991
  /**
5943
5992
  *
5944
5993
  * @export
@@ -6280,6 +6329,12 @@ export interface EventResponse {
6280
6329
  * @memberof EventResponse
6281
6330
  */
6282
6331
  'title': string;
6332
+ /**
6333
+ *
6334
+ * @type {string}
6335
+ * @memberof EventResponse
6336
+ */
6337
+ 'category'?: string;
6283
6338
  /**
6284
6339
  *
6285
6340
  * @type {string}
@@ -11459,6 +11514,12 @@ export interface RecurringDefinitionResponse {
11459
11514
  * @memberof RecurringDefinitionResponse
11460
11515
  */
11461
11516
  'title': string;
11517
+ /**
11518
+ *
11519
+ * @type {string}
11520
+ * @memberof RecurringDefinitionResponse
11521
+ */
11522
+ 'category'?: string;
11462
11523
  /**
11463
11524
  *
11464
11525
  * @type {string}
@@ -14396,6 +14457,12 @@ export interface UpdateEventRequest {
14396
14457
  * @memberof UpdateEventRequest
14397
14458
  */
14398
14459
  'title'?: string;
14460
+ /**
14461
+ *
14462
+ * @type {string}
14463
+ * @memberof UpdateEventRequest
14464
+ */
14465
+ 'category'?: string;
14399
14466
  /**
14400
14467
  *
14401
14468
  * @type {string}
@@ -14634,6 +14701,12 @@ export interface UpdateRecurringDefinitionRequest {
14634
14701
  * @memberof UpdateRecurringDefinitionRequest
14635
14702
  */
14636
14703
  'title'?: string;
14704
+ /**
14705
+ *
14706
+ * @type {string}
14707
+ * @memberof UpdateRecurringDefinitionRequest
14708
+ */
14709
+ 'category'?: string;
14637
14710
  /**
14638
14711
  *
14639
14712
  * @type {string}
@@ -15301,12 +15374,30 @@ export interface UserEventSummary {
15301
15374
  * @memberof UserEventSummary
15302
15375
  */
15303
15376
  'clubId': string;
15377
+ /**
15378
+ *
15379
+ * @type {string}
15380
+ * @memberof UserEventSummary
15381
+ */
15382
+ 'clubName'?: string | null;
15383
+ /**
15384
+ *
15385
+ * @type {string}
15386
+ * @memberof UserEventSummary
15387
+ */
15388
+ 'clubLogo'?: string | null;
15304
15389
  /**
15305
15390
  *
15306
15391
  * @type {string}
15307
15392
  * @memberof UserEventSummary
15308
15393
  */
15309
15394
  'title': string;
15395
+ /**
15396
+ *
15397
+ * @type {string}
15398
+ * @memberof UserEventSummary
15399
+ */
15400
+ 'category'?: string | null;
15310
15401
  /**
15311
15402
  *
15312
15403
  * @type {string}
@@ -15361,6 +15452,12 @@ export interface UserEventSummary {
15361
15452
  * @memberof UserEventSummary
15362
15453
  */
15363
15454
  'sports'?: Array<string>;
15455
+ /**
15456
+ *
15457
+ * @type {Array<UserEventSummarySportsDetailsInner>}
15458
+ * @memberof UserEventSummary
15459
+ */
15460
+ 'sportsDetails'?: Array<UserEventSummarySportsDetailsInner>;
15364
15461
  /**
15365
15462
  *
15366
15463
  * @type {Array<string>}
@@ -15370,6 +15467,31 @@ export interface UserEventSummary {
15370
15467
  }
15371
15468
 
15372
15469
 
15470
+ /**
15471
+ *
15472
+ * @export
15473
+ * @interface UserEventSummarySportsDetailsInner
15474
+ */
15475
+ export interface UserEventSummarySportsDetailsInner {
15476
+ /**
15477
+ *
15478
+ * @type {string}
15479
+ * @memberof UserEventSummarySportsDetailsInner
15480
+ */
15481
+ 'name'?: string | null;
15482
+ /**
15483
+ *
15484
+ * @type {string}
15485
+ * @memberof UserEventSummarySportsDetailsInner
15486
+ */
15487
+ 'key'?: string | null;
15488
+ /**
15489
+ *
15490
+ * @type {string}
15491
+ * @memberof UserEventSummarySportsDetailsInner
15492
+ */
15493
+ 'id': string;
15494
+ }
15373
15495
  /**
15374
15496
  *
15375
15497
  * @export
package/dist/api.d.ts CHANGED
@@ -2313,6 +2313,12 @@ export interface ClubEvent {
2313
2313
  * @memberof ClubEvent
2314
2314
  */
2315
2315
  'description'?: string;
2316
+ /**
2317
+ *
2318
+ * @type {string}
2319
+ * @memberof ClubEvent
2320
+ */
2321
+ 'category'?: string;
2316
2322
  /**
2317
2323
  *
2318
2324
  * @type {string}
@@ -4807,6 +4813,12 @@ export interface CreateEventRequest {
4807
4813
  * @memberof CreateEventRequest
4808
4814
  */
4809
4815
  'title': string;
4816
+ /**
4817
+ *
4818
+ * @type {string}
4819
+ * @memberof CreateEventRequest
4820
+ */
4821
+ 'category'?: string;
4810
4822
  /**
4811
4823
  *
4812
4824
  * @type {string}
@@ -5799,6 +5811,12 @@ export interface EventBookingDetailSummary {
5799
5811
  * @memberof EventBookingDetailSummary
5800
5812
  */
5801
5813
  'players': Array<string>;
5814
+ /**
5815
+ *
5816
+ * @type {Array<EventBookingDetailSummaryPartnersInner>}
5817
+ * @memberof EventBookingDetailSummary
5818
+ */
5819
+ 'partners'?: Array<EventBookingDetailSummaryPartnersInner>;
5802
5820
  /**
5803
5821
  * Détails des paiements par joueur pour cette réservation d\'événement. Remplace l\'ancien champ `invoices`.
5804
5822
  * @type {Array<EventBookingDetailSummaryPaymentPerPlayersInner>}
@@ -5860,6 +5878,37 @@ export declare const EventBookingDetailSummaryUserParticipationStatusEnum: {
5860
5878
  readonly Waitlist: "waitlist";
5861
5879
  };
5862
5880
  export type EventBookingDetailSummaryUserParticipationStatusEnum = typeof EventBookingDetailSummaryUserParticipationStatusEnum[keyof typeof EventBookingDetailSummaryUserParticipationStatusEnum];
5881
+ /**
5882
+ *
5883
+ * @export
5884
+ * @interface EventBookingDetailSummaryPartnersInner
5885
+ */
5886
+ export interface EventBookingDetailSummaryPartnersInner {
5887
+ /**
5888
+ *
5889
+ * @type {string}
5890
+ * @memberof EventBookingDetailSummaryPartnersInner
5891
+ */
5892
+ 'profilePicture'?: string | null;
5893
+ /**
5894
+ *
5895
+ * @type {string}
5896
+ * @memberof EventBookingDetailSummaryPartnersInner
5897
+ */
5898
+ 'lastName'?: string | null;
5899
+ /**
5900
+ *
5901
+ * @type {string}
5902
+ * @memberof EventBookingDetailSummaryPartnersInner
5903
+ */
5904
+ 'firstName'?: string | null;
5905
+ /**
5906
+ *
5907
+ * @type {string}
5908
+ * @memberof EventBookingDetailSummaryPartnersInner
5909
+ */
5910
+ 'id': string;
5911
+ }
5863
5912
  /**
5864
5913
  *
5865
5914
  * @export
@@ -6193,6 +6242,12 @@ export interface EventResponse {
6193
6242
  * @memberof EventResponse
6194
6243
  */
6195
6244
  'title': string;
6245
+ /**
6246
+ *
6247
+ * @type {string}
6248
+ * @memberof EventResponse
6249
+ */
6250
+ 'category'?: string;
6196
6251
  /**
6197
6252
  *
6198
6253
  * @type {string}
@@ -11276,6 +11331,12 @@ export interface RecurringDefinitionResponse {
11276
11331
  * @memberof RecurringDefinitionResponse
11277
11332
  */
11278
11333
  'title': string;
11334
+ /**
11335
+ *
11336
+ * @type {string}
11337
+ * @memberof RecurringDefinitionResponse
11338
+ */
11339
+ 'category'?: string;
11279
11340
  /**
11280
11341
  *
11281
11342
  * @type {string}
@@ -14168,6 +14229,12 @@ export interface UpdateEventRequest {
14168
14229
  * @memberof UpdateEventRequest
14169
14230
  */
14170
14231
  'title'?: string;
14232
+ /**
14233
+ *
14234
+ * @type {string}
14235
+ * @memberof UpdateEventRequest
14236
+ */
14237
+ 'category'?: string;
14171
14238
  /**
14172
14239
  *
14173
14240
  * @type {string}
@@ -14400,6 +14467,12 @@ export interface UpdateRecurringDefinitionRequest {
14400
14467
  * @memberof UpdateRecurringDefinitionRequest
14401
14468
  */
14402
14469
  'title'?: string;
14470
+ /**
14471
+ *
14472
+ * @type {string}
14473
+ * @memberof UpdateRecurringDefinitionRequest
14474
+ */
14475
+ 'category'?: string;
14403
14476
  /**
14404
14477
  *
14405
14478
  * @type {string}
@@ -15053,12 +15126,30 @@ export interface UserEventSummary {
15053
15126
  * @memberof UserEventSummary
15054
15127
  */
15055
15128
  'clubId': string;
15129
+ /**
15130
+ *
15131
+ * @type {string}
15132
+ * @memberof UserEventSummary
15133
+ */
15134
+ 'clubName'?: string | null;
15135
+ /**
15136
+ *
15137
+ * @type {string}
15138
+ * @memberof UserEventSummary
15139
+ */
15140
+ 'clubLogo'?: string | null;
15056
15141
  /**
15057
15142
  *
15058
15143
  * @type {string}
15059
15144
  * @memberof UserEventSummary
15060
15145
  */
15061
15146
  'title': string;
15147
+ /**
15148
+ *
15149
+ * @type {string}
15150
+ * @memberof UserEventSummary
15151
+ */
15152
+ 'category'?: string | null;
15062
15153
  /**
15063
15154
  *
15064
15155
  * @type {string}
@@ -15113,6 +15204,12 @@ export interface UserEventSummary {
15113
15204
  * @memberof UserEventSummary
15114
15205
  */
15115
15206
  'sports'?: Array<string>;
15207
+ /**
15208
+ *
15209
+ * @type {Array<UserEventSummarySportsDetailsInner>}
15210
+ * @memberof UserEventSummary
15211
+ */
15212
+ 'sportsDetails'?: Array<UserEventSummarySportsDetailsInner>;
15116
15213
  /**
15117
15214
  *
15118
15215
  * @type {Array<string>}
@@ -15120,6 +15217,31 @@ export interface UserEventSummary {
15120
15217
  */
15121
15218
  'courts'?: Array<string>;
15122
15219
  }
15220
+ /**
15221
+ *
15222
+ * @export
15223
+ * @interface UserEventSummarySportsDetailsInner
15224
+ */
15225
+ export interface UserEventSummarySportsDetailsInner {
15226
+ /**
15227
+ *
15228
+ * @type {string}
15229
+ * @memberof UserEventSummarySportsDetailsInner
15230
+ */
15231
+ 'name'?: string | null;
15232
+ /**
15233
+ *
15234
+ * @type {string}
15235
+ * @memberof UserEventSummarySportsDetailsInner
15236
+ */
15237
+ 'key'?: string | null;
15238
+ /**
15239
+ *
15240
+ * @type {string}
15241
+ * @memberof UserEventSummarySportsDetailsInner
15242
+ */
15243
+ 'id': string;
15244
+ }
15123
15245
  /**
15124
15246
  *
15125
15247
  * @export
package/dist/esm/api.d.ts CHANGED
@@ -2313,6 +2313,12 @@ export interface ClubEvent {
2313
2313
  * @memberof ClubEvent
2314
2314
  */
2315
2315
  'description'?: string;
2316
+ /**
2317
+ *
2318
+ * @type {string}
2319
+ * @memberof ClubEvent
2320
+ */
2321
+ 'category'?: string;
2316
2322
  /**
2317
2323
  *
2318
2324
  * @type {string}
@@ -4807,6 +4813,12 @@ export interface CreateEventRequest {
4807
4813
  * @memberof CreateEventRequest
4808
4814
  */
4809
4815
  'title': string;
4816
+ /**
4817
+ *
4818
+ * @type {string}
4819
+ * @memberof CreateEventRequest
4820
+ */
4821
+ 'category'?: string;
4810
4822
  /**
4811
4823
  *
4812
4824
  * @type {string}
@@ -5799,6 +5811,12 @@ export interface EventBookingDetailSummary {
5799
5811
  * @memberof EventBookingDetailSummary
5800
5812
  */
5801
5813
  'players': Array<string>;
5814
+ /**
5815
+ *
5816
+ * @type {Array<EventBookingDetailSummaryPartnersInner>}
5817
+ * @memberof EventBookingDetailSummary
5818
+ */
5819
+ 'partners'?: Array<EventBookingDetailSummaryPartnersInner>;
5802
5820
  /**
5803
5821
  * Détails des paiements par joueur pour cette réservation d\'événement. Remplace l\'ancien champ `invoices`.
5804
5822
  * @type {Array<EventBookingDetailSummaryPaymentPerPlayersInner>}
@@ -5860,6 +5878,37 @@ export declare const EventBookingDetailSummaryUserParticipationStatusEnum: {
5860
5878
  readonly Waitlist: "waitlist";
5861
5879
  };
5862
5880
  export type EventBookingDetailSummaryUserParticipationStatusEnum = typeof EventBookingDetailSummaryUserParticipationStatusEnum[keyof typeof EventBookingDetailSummaryUserParticipationStatusEnum];
5881
+ /**
5882
+ *
5883
+ * @export
5884
+ * @interface EventBookingDetailSummaryPartnersInner
5885
+ */
5886
+ export interface EventBookingDetailSummaryPartnersInner {
5887
+ /**
5888
+ *
5889
+ * @type {string}
5890
+ * @memberof EventBookingDetailSummaryPartnersInner
5891
+ */
5892
+ 'profilePicture'?: string | null;
5893
+ /**
5894
+ *
5895
+ * @type {string}
5896
+ * @memberof EventBookingDetailSummaryPartnersInner
5897
+ */
5898
+ 'lastName'?: string | null;
5899
+ /**
5900
+ *
5901
+ * @type {string}
5902
+ * @memberof EventBookingDetailSummaryPartnersInner
5903
+ */
5904
+ 'firstName'?: string | null;
5905
+ /**
5906
+ *
5907
+ * @type {string}
5908
+ * @memberof EventBookingDetailSummaryPartnersInner
5909
+ */
5910
+ 'id': string;
5911
+ }
5863
5912
  /**
5864
5913
  *
5865
5914
  * @export
@@ -6193,6 +6242,12 @@ export interface EventResponse {
6193
6242
  * @memberof EventResponse
6194
6243
  */
6195
6244
  'title': string;
6245
+ /**
6246
+ *
6247
+ * @type {string}
6248
+ * @memberof EventResponse
6249
+ */
6250
+ 'category'?: string;
6196
6251
  /**
6197
6252
  *
6198
6253
  * @type {string}
@@ -11276,6 +11331,12 @@ export interface RecurringDefinitionResponse {
11276
11331
  * @memberof RecurringDefinitionResponse
11277
11332
  */
11278
11333
  'title': string;
11334
+ /**
11335
+ *
11336
+ * @type {string}
11337
+ * @memberof RecurringDefinitionResponse
11338
+ */
11339
+ 'category'?: string;
11279
11340
  /**
11280
11341
  *
11281
11342
  * @type {string}
@@ -14168,6 +14229,12 @@ export interface UpdateEventRequest {
14168
14229
  * @memberof UpdateEventRequest
14169
14230
  */
14170
14231
  'title'?: string;
14232
+ /**
14233
+ *
14234
+ * @type {string}
14235
+ * @memberof UpdateEventRequest
14236
+ */
14237
+ 'category'?: string;
14171
14238
  /**
14172
14239
  *
14173
14240
  * @type {string}
@@ -14400,6 +14467,12 @@ export interface UpdateRecurringDefinitionRequest {
14400
14467
  * @memberof UpdateRecurringDefinitionRequest
14401
14468
  */
14402
14469
  'title'?: string;
14470
+ /**
14471
+ *
14472
+ * @type {string}
14473
+ * @memberof UpdateRecurringDefinitionRequest
14474
+ */
14475
+ 'category'?: string;
14403
14476
  /**
14404
14477
  *
14405
14478
  * @type {string}
@@ -15053,12 +15126,30 @@ export interface UserEventSummary {
15053
15126
  * @memberof UserEventSummary
15054
15127
  */
15055
15128
  'clubId': string;
15129
+ /**
15130
+ *
15131
+ * @type {string}
15132
+ * @memberof UserEventSummary
15133
+ */
15134
+ 'clubName'?: string | null;
15135
+ /**
15136
+ *
15137
+ * @type {string}
15138
+ * @memberof UserEventSummary
15139
+ */
15140
+ 'clubLogo'?: string | null;
15056
15141
  /**
15057
15142
  *
15058
15143
  * @type {string}
15059
15144
  * @memberof UserEventSummary
15060
15145
  */
15061
15146
  'title': string;
15147
+ /**
15148
+ *
15149
+ * @type {string}
15150
+ * @memberof UserEventSummary
15151
+ */
15152
+ 'category'?: string | null;
15062
15153
  /**
15063
15154
  *
15064
15155
  * @type {string}
@@ -15113,6 +15204,12 @@ export interface UserEventSummary {
15113
15204
  * @memberof UserEventSummary
15114
15205
  */
15115
15206
  'sports'?: Array<string>;
15207
+ /**
15208
+ *
15209
+ * @type {Array<UserEventSummarySportsDetailsInner>}
15210
+ * @memberof UserEventSummary
15211
+ */
15212
+ 'sportsDetails'?: Array<UserEventSummarySportsDetailsInner>;
15116
15213
  /**
15117
15214
  *
15118
15215
  * @type {Array<string>}
@@ -15120,6 +15217,31 @@ export interface UserEventSummary {
15120
15217
  */
15121
15218
  'courts'?: Array<string>;
15122
15219
  }
15220
+ /**
15221
+ *
15222
+ * @export
15223
+ * @interface UserEventSummarySportsDetailsInner
15224
+ */
15225
+ export interface UserEventSummarySportsDetailsInner {
15226
+ /**
15227
+ *
15228
+ * @type {string}
15229
+ * @memberof UserEventSummarySportsDetailsInner
15230
+ */
15231
+ 'name'?: string | null;
15232
+ /**
15233
+ *
15234
+ * @type {string}
15235
+ * @memberof UserEventSummarySportsDetailsInner
15236
+ */
15237
+ 'key'?: string | null;
15238
+ /**
15239
+ *
15240
+ * @type {string}
15241
+ * @memberof UserEventSummarySportsDetailsInner
15242
+ */
15243
+ 'id': string;
15244
+ }
15123
15245
  /**
15124
15246
  *
15125
15247
  * @export
package/docs/ClubEvent.md CHANGED
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **imageSrc** | **string** | | [optional] [default to undefined]
9
9
  **sport** | **string** | | [optional] [default to undefined]
10
10
  **description** | **string** | | [optional] [default to undefined]
11
+ **category** | **string** | | [optional] [default to undefined]
11
12
  **endDate** | **string** | | [default to undefined]
12
13
  **startDate** | **string** | | [default to undefined]
13
14
  **name** | **string** | | [default to undefined]
@@ -22,6 +23,7 @@ const instance: ClubEvent = {
22
23
  imageSrc,
23
24
  sport,
24
25
  description,
26
+ category,
25
27
  endDate,
26
28
  startDate,
27
29
  name,
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **type** | **string** | | [default to undefined]
9
9
  **title** | **string** | | [default to undefined]
10
+ **category** | **string** | | [optional] [default to undefined]
10
11
  **description** | **string** | | [optional] [default to undefined]
11
12
  **photoUrl** | **string** | | [optional] [default to undefined]
12
13
  **isAllDay** | **boolean** | | [default to undefined]
@@ -39,6 +40,7 @@ import { CreateEventRequest } from '@tennac-booking/sdk';
39
40
  const instance: CreateEventRequest = {
40
41
  type,
41
42
  title,
43
+ category,
42
44
  description,
43
45
  photoUrl,
44
46
  isAllDay,
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **status** | [**EventBookingStatus**](EventBookingStatus.md) | | [default to undefined]
10
10
  **teamName** | **string** | | [optional] [default to undefined]
11
11
  **players** | **Array&lt;string&gt;** | | [default to undefined]
12
+ **partners** | [**Array&lt;EventBookingDetailSummaryPartnersInner&gt;**](EventBookingDetailSummaryPartnersInner.md) | | [optional] [default to undefined]
12
13
  **paymentPerPlayers** | [**Array&lt;EventBookingDetailSummaryPaymentPerPlayersInner&gt;**](EventBookingDetailSummaryPaymentPerPlayersInner.md) | Détails des paiements par joueur pour cette réservation d\&#39;événement. Remplace l\&#39;ancien champ &#x60;invoices&#x60;. | [default to undefined]
13
14
  **creatorPaymentMethodId** | **string** | | [optional] [default to undefined]
14
15
  **paymentMethodSetupCompleted** | **boolean** | | [default to undefined]
@@ -29,6 +30,7 @@ const instance: EventBookingDetailSummary = {
29
30
  status,
30
31
  teamName,
31
32
  players,
33
+ partners,
32
34
  paymentPerPlayers,
33
35
  creatorPaymentMethodId,
34
36
  paymentMethodSetupCompleted,
@@ -0,0 +1,26 @@
1
+ # EventBookingDetailSummaryPartnersInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **profilePicture** | **string** | | [optional] [default to undefined]
9
+ **lastName** | **string** | | [optional] [default to undefined]
10
+ **firstName** | **string** | | [optional] [default to undefined]
11
+ **id** | **string** | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { EventBookingDetailSummaryPartnersInner } from '@tennac-booking/sdk';
17
+
18
+ const instance: EventBookingDetailSummaryPartnersInner = {
19
+ profilePicture,
20
+ lastName,
21
+ firstName,
22
+ id,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **clubId** | **string** | | [default to undefined]
10
10
  **type** | **string** | | [default to undefined]
11
11
  **title** | **string** | | [default to undefined]
12
+ **category** | **string** | | [optional] [default to undefined]
12
13
  **description** | **string** | | [optional] [default to undefined]
13
14
  **photoUrl** | **string** | | [optional] [default to undefined]
14
15
  **isAllDay** | **boolean** | | [default to undefined]
@@ -48,6 +49,7 @@ const instance: EventResponse = {
48
49
  clubId,
49
50
  type,
50
51
  title,
52
+ category,
51
53
  description,
52
54
  photoUrl,
53
55
  isAllDay,
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **id** | **string** | | [default to undefined]
9
9
  **clubId** | **string** | | [optional] [default to undefined]
10
10
  **title** | **string** | | [default to undefined]
11
+ **category** | **string** | | [optional] [default to undefined]
11
12
  **baseStartDate** | **string** | | [default to undefined]
12
13
  **baseEndDate** | **string** | | [default to undefined]
13
14
  **isAllDay** | **boolean** | | [default to undefined]
@@ -27,6 +28,7 @@ const instance: RecurringDefinitionResponse = {
27
28
  id,
28
29
  clubId,
29
30
  title,
31
+ category,
30
32
  baseStartDate,
31
33
  baseEndDate,
32
34
  isAllDay,
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **type** | **string** | | [optional] [default to undefined]
9
9
  **title** | **string** | | [optional] [default to undefined]
10
+ **category** | **string** | | [optional] [default to undefined]
10
11
  **description** | **string** | | [optional] [default to undefined]
11
12
  **photoUrl** | **string** | | [optional] [default to undefined]
12
13
  **isAllDay** | **boolean** | | [optional] [default to undefined]
@@ -38,6 +39,7 @@ import { UpdateEventRequest } from '@tennac-booking/sdk';
38
39
  const instance: UpdateEventRequest = {
39
40
  type,
40
41
  title,
42
+ category,
41
43
  description,
42
44
  photoUrl,
43
45
  isAllDay,
@@ -6,6 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **title** | **string** | | [optional] [default to undefined]
9
+ **category** | **string** | | [optional] [default to undefined]
9
10
  **description** | **string** | | [optional] [default to undefined]
10
11
  **photoUrl** | **string** | | [optional] [default to undefined]
11
12
  **sportId** | **string** | | [optional] [default to undefined]
@@ -36,6 +37,7 @@ import { UpdateRecurringDefinitionRequest } from '@tennac-booking/sdk';
36
37
 
37
38
  const instance: UpdateRecurringDefinitionRequest = {
38
39
  title,
40
+ category,
39
41
  description,
40
42
  photoUrl,
41
43
  sportId,
@@ -7,7 +7,10 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | | [default to undefined]
9
9
  **clubId** | **string** | | [default to undefined]
10
+ **clubName** | **string** | | [optional] [default to undefined]
11
+ **clubLogo** | **string** | | [optional] [default to undefined]
10
12
  **title** | **string** | | [default to undefined]
13
+ **category** | **string** | | [optional] [default to undefined]
11
14
  **description** | **string** | | [optional] [default to undefined]
12
15
  **photoUrl** | **string** | | [optional] [default to undefined]
13
16
  **startDate** | **string** | | [default to undefined]
@@ -17,6 +20,7 @@ Name | Type | Description | Notes
17
20
  **isActive** | **boolean** | | [default to undefined]
18
21
  **price** | **number** | | [optional] [default to undefined]
19
22
  **sports** | **Array&lt;string&gt;** | | [optional] [default to undefined]
23
+ **sportsDetails** | [**Array&lt;UserEventSummarySportsDetailsInner&gt;**](UserEventSummarySportsDetailsInner.md) | | [optional] [default to undefined]
20
24
  **courts** | **Array&lt;string&gt;** | | [optional] [default to undefined]
21
25
 
22
26
  ## Example
@@ -27,7 +31,10 @@ import { UserEventSummary } from '@tennac-booking/sdk';
27
31
  const instance: UserEventSummary = {
28
32
  id,
29
33
  clubId,
34
+ clubName,
35
+ clubLogo,
30
36
  title,
37
+ category,
31
38
  description,
32
39
  photoUrl,
33
40
  startDate,
@@ -37,6 +44,7 @@ const instance: UserEventSummary = {
37
44
  isActive,
38
45
  price,
39
46
  sports,
47
+ sportsDetails,
40
48
  courts,
41
49
  };
42
50
  ```
@@ -0,0 +1,24 @@
1
+ # UserEventSummarySportsDetailsInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **key** | **string** | | [optional] [default to undefined]
10
+ **id** | **string** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { UserEventSummarySportsDetailsInner } from '@tennac-booking/sdk';
16
+
17
+ const instance: UserEventSummarySportsDetailsInner = {
18
+ name,
19
+ key,
20
+ id,
21
+ };
22
+ ```
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.242",
3
+ "version": "1.0.243",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {