@drxsuperapp/sdk 1.1.15 → 1.1.17

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.
@@ -15,16 +15,16 @@ docs/ApiNewsIdGet200Response.md
15
15
  docs/ApiNewsIdGet200ResponseResponseObject.md
16
16
  docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.md
17
17
  docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.md
18
- docs/ApiPadelMatchesGet200Response.md
19
- docs/ApiPadelMatchesGet200ResponsePlayers.md
20
- docs/ApiPadelMatchesGet200ResponsePlayersTeam1Inner.md
21
- docs/ApiPadelMatchesGet200ResponseScoreInner.md
22
- docs/ApiPadelMatchesGet200ResponseSets.md
23
- docs/ApiPadelMatchesGet200ResponseSetsSetsInner.md
24
- docs/ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner.md
25
- docs/ApiPadelMatchesGet200ResponseStats.md
26
- docs/ApiPadelMatchesGet200ResponseStatsConnections.md
27
- docs/ApiPadelMatchesGet200ResponseStatsMatchValue.md
18
+ docs/ApiPadelMatchesGet200ResponseInner.md
19
+ docs/ApiPadelMatchesGet200ResponseInnerPlayers.md
20
+ docs/ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.md
21
+ docs/ApiPadelMatchesGet200ResponseInnerScoreInner.md
22
+ docs/ApiPadelMatchesGet200ResponseInnerSets.md
23
+ docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md
24
+ docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md
25
+ docs/ApiPadelMatchesGet200ResponseInnerStats.md
26
+ docs/ApiPadelMatchesGet200ResponseInnerStatsConnections.md
27
+ docs/ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md
28
28
  docs/ExampleApi.md
29
29
  docs/HealthCheckApi.md
30
30
  docs/NewsApi.md
package/api.ts CHANGED
@@ -397,322 +397,322 @@ export interface ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague {
397
397
  /**
398
398
  *
399
399
  * @export
400
- * @interface ApiPadelMatchesGet200Response
400
+ * @interface ApiPadelMatchesGet200ResponseInner
401
401
  */
402
- export interface ApiPadelMatchesGet200Response {
402
+ export interface ApiPadelMatchesGet200ResponseInner {
403
403
  /**
404
404
  *
405
405
  * @type {number}
406
- * @memberof ApiPadelMatchesGet200Response
406
+ * @memberof ApiPadelMatchesGet200ResponseInner
407
407
  */
408
408
  'id': number;
409
409
  /**
410
410
  *
411
411
  * @type {number}
412
- * @memberof ApiPadelMatchesGet200Response
412
+ * @memberof ApiPadelMatchesGet200ResponseInner
413
413
  */
414
414
  'tournamentId': number;
415
415
  /**
416
416
  *
417
417
  * @type {string}
418
- * @memberof ApiPadelMatchesGet200Response
418
+ * @memberof ApiPadelMatchesGet200ResponseInner
419
419
  */
420
420
  'name': string;
421
421
  /**
422
422
  *
423
423
  * @type {number}
424
- * @memberof ApiPadelMatchesGet200Response
424
+ * @memberof ApiPadelMatchesGet200ResponseInner
425
425
  */
426
426
  'round': number;
427
427
  /**
428
428
  *
429
- * @type {Array<ApiPadelMatchesGet200ResponseScoreInner>}
430
- * @memberof ApiPadelMatchesGet200Response
429
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerScoreInner>}
430
+ * @memberof ApiPadelMatchesGet200ResponseInner
431
431
  */
432
- 'score': Array<ApiPadelMatchesGet200ResponseScoreInner>;
432
+ 'score': Array<ApiPadelMatchesGet200ResponseInnerScoreInner>;
433
433
  /**
434
434
  *
435
- * @type {ApiPadelMatchesGet200ResponsePlayers}
436
- * @memberof ApiPadelMatchesGet200Response
435
+ * @type {ApiPadelMatchesGet200ResponseInnerPlayers}
436
+ * @memberof ApiPadelMatchesGet200ResponseInner
437
437
  */
438
- 'players': ApiPadelMatchesGet200ResponsePlayers;
438
+ 'players': ApiPadelMatchesGet200ResponseInnerPlayers;
439
439
  /**
440
440
  *
441
441
  * @type {string}
442
- * @memberof ApiPadelMatchesGet200Response
442
+ * @memberof ApiPadelMatchesGet200ResponseInner
443
443
  */
444
444
  'playedAt': string;
445
445
  /**
446
446
  *
447
447
  * @type {string}
448
- * @memberof ApiPadelMatchesGet200Response
448
+ * @memberof ApiPadelMatchesGet200ResponseInner
449
449
  */
450
450
  'status': string;
451
451
  /**
452
452
  *
453
453
  * @type {string}
454
- * @memberof ApiPadelMatchesGet200Response
454
+ * @memberof ApiPadelMatchesGet200ResponseInner
455
455
  */
456
456
  'category': string;
457
457
  /**
458
458
  *
459
459
  * @type {string}
460
- * @memberof ApiPadelMatchesGet200Response
460
+ * @memberof ApiPadelMatchesGet200ResponseInner
461
461
  */
462
462
  'duration': string | null;
463
463
  /**
464
464
  *
465
465
  * @type {string}
466
- * @memberof ApiPadelMatchesGet200Response
466
+ * @memberof ApiPadelMatchesGet200ResponseInner
467
467
  */
468
468
  'court': string | null;
469
469
  /**
470
470
  *
471
- * @type {ApiPadelMatchesGet200ResponseStats}
472
- * @memberof ApiPadelMatchesGet200Response
471
+ * @type {ApiPadelMatchesGet200ResponseInnerStats}
472
+ * @memberof ApiPadelMatchesGet200ResponseInner
473
473
  */
474
- 'stats': ApiPadelMatchesGet200ResponseStats;
474
+ 'stats': ApiPadelMatchesGet200ResponseInnerStats;
475
475
  /**
476
476
  *
477
- * @type {ApiPadelMatchesGet200ResponseSets}
478
- * @memberof ApiPadelMatchesGet200Response
477
+ * @type {ApiPadelMatchesGet200ResponseInnerSets}
478
+ * @memberof ApiPadelMatchesGet200ResponseInner
479
479
  */
480
- 'sets': ApiPadelMatchesGet200ResponseSets;
480
+ 'sets': ApiPadelMatchesGet200ResponseInnerSets;
481
481
  /**
482
482
  *
483
483
  * @type {string}
484
- * @memberof ApiPadelMatchesGet200Response
484
+ * @memberof ApiPadelMatchesGet200ResponseInner
485
485
  */
486
486
  'createdAt': string;
487
487
  /**
488
488
  *
489
489
  * @type {string}
490
- * @memberof ApiPadelMatchesGet200Response
490
+ * @memberof ApiPadelMatchesGet200ResponseInner
491
491
  */
492
492
  'updatedAt': string;
493
493
  }
494
494
  /**
495
495
  *
496
496
  * @export
497
- * @interface ApiPadelMatchesGet200ResponsePlayers
497
+ * @interface ApiPadelMatchesGet200ResponseInnerPlayers
498
498
  */
499
- export interface ApiPadelMatchesGet200ResponsePlayers {
499
+ export interface ApiPadelMatchesGet200ResponseInnerPlayers {
500
500
  /**
501
501
  *
502
- * @type {Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>}
503
- * @memberof ApiPadelMatchesGet200ResponsePlayers
502
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>}
503
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayers
504
504
  */
505
- 'team_1': Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>;
505
+ 'team_1': Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>;
506
506
  /**
507
507
  *
508
- * @type {Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>}
509
- * @memberof ApiPadelMatchesGet200ResponsePlayers
508
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>}
509
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayers
510
510
  */
511
- 'team_2': Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>;
511
+ 'team_2': Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>;
512
512
  }
513
513
  /**
514
514
  *
515
515
  * @export
516
- * @interface ApiPadelMatchesGet200ResponsePlayersTeam1Inner
516
+ * @interface ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
517
517
  */
518
- export interface ApiPadelMatchesGet200ResponsePlayersTeam1Inner {
518
+ export interface ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner {
519
519
  /**
520
520
  *
521
521
  * @type {number}
522
- * @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
522
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
523
523
  */
524
524
  'id': number;
525
525
  /**
526
526
  *
527
527
  * @type {string}
528
- * @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
528
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
529
529
  */
530
530
  'name': string;
531
531
  /**
532
532
  *
533
533
  * @type {string}
534
- * @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
534
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
535
535
  */
536
536
  'self': string;
537
537
  /**
538
538
  *
539
539
  * @type {string}
540
- * @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
540
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
541
541
  */
542
542
  'side': string;
543
543
  }
544
544
  /**
545
545
  *
546
546
  * @export
547
- * @interface ApiPadelMatchesGet200ResponseScoreInner
547
+ * @interface ApiPadelMatchesGet200ResponseInnerScoreInner
548
548
  */
549
- export interface ApiPadelMatchesGet200ResponseScoreInner {
549
+ export interface ApiPadelMatchesGet200ResponseInnerScoreInner {
550
550
  /**
551
551
  *
552
552
  * @type {number}
553
- * @memberof ApiPadelMatchesGet200ResponseScoreInner
553
+ * @memberof ApiPadelMatchesGet200ResponseInnerScoreInner
554
554
  */
555
555
  'team_1': number;
556
556
  /**
557
557
  *
558
558
  * @type {number}
559
- * @memberof ApiPadelMatchesGet200ResponseScoreInner
559
+ * @memberof ApiPadelMatchesGet200ResponseInnerScoreInner
560
560
  */
561
561
  'team_2': number;
562
562
  }
563
563
  /**
564
564
  *
565
565
  * @export
566
- * @interface ApiPadelMatchesGet200ResponseSets
566
+ * @interface ApiPadelMatchesGet200ResponseInnerSets
567
567
  */
568
- export interface ApiPadelMatchesGet200ResponseSets {
568
+ export interface ApiPadelMatchesGet200ResponseInnerSets {
569
569
  /**
570
570
  *
571
571
  * @type {number}
572
- * @memberof ApiPadelMatchesGet200ResponseSets
572
+ * @memberof ApiPadelMatchesGet200ResponseInnerSets
573
573
  */
574
574
  'id': number;
575
575
  /**
576
576
  *
577
577
  * @type {string}
578
- * @memberof ApiPadelMatchesGet200ResponseSets
578
+ * @memberof ApiPadelMatchesGet200ResponseInnerSets
579
579
  */
580
580
  'self': string;
581
581
  /**
582
582
  *
583
- * @type {Array<ApiPadelMatchesGet200ResponseSetsSetsInner>}
584
- * @memberof ApiPadelMatchesGet200ResponseSets
583
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInner>}
584
+ * @memberof ApiPadelMatchesGet200ResponseInnerSets
585
585
  */
586
- 'sets': Array<ApiPadelMatchesGet200ResponseSetsSetsInner>;
586
+ 'sets': Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInner>;
587
587
  /**
588
588
  *
589
- * @type {ApiPadelMatchesGet200ResponseStatsConnections}
590
- * @memberof ApiPadelMatchesGet200ResponseSets
589
+ * @type {ApiPadelMatchesGet200ResponseInnerStatsConnections}
590
+ * @memberof ApiPadelMatchesGet200ResponseInnerSets
591
591
  */
592
- 'connections': ApiPadelMatchesGet200ResponseStatsConnections;
592
+ 'connections': ApiPadelMatchesGet200ResponseInnerStatsConnections;
593
593
  }
594
594
  /**
595
595
  *
596
596
  * @export
597
- * @interface ApiPadelMatchesGet200ResponseSetsSetsInner
597
+ * @interface ApiPadelMatchesGet200ResponseInnerSetsSetsInner
598
598
  */
599
- export interface ApiPadelMatchesGet200ResponseSetsSetsInner {
599
+ export interface ApiPadelMatchesGet200ResponseInnerSetsSetsInner {
600
600
  /**
601
601
  *
602
- * @type {Array<ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner>}
603
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInner
602
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner>}
603
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInner
604
604
  */
605
- 'games': Array<ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner>;
605
+ 'games': Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner>;
606
606
  /**
607
607
  *
608
608
  * @type {number}
609
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInner
609
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInner
610
610
  */
611
611
  'set_number': number;
612
612
  }
613
613
  /**
614
614
  *
615
615
  * @export
616
- * @interface ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
616
+ * @interface ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
617
617
  */
618
- export interface ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner {
618
+ export interface ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner {
619
619
  /**
620
620
  *
621
621
  * @type {Array<string>}
622
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
622
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
623
623
  */
624
624
  'points': Array<string>;
625
625
  /**
626
626
  *
627
627
  * @type {string}
628
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
628
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
629
629
  */
630
630
  'game_score': string;
631
631
  /**
632
632
  *
633
633
  * @type {number}
634
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
634
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
635
635
  */
636
636
  'game_number': number;
637
637
  }
638
638
  /**
639
639
  *
640
640
  * @export
641
- * @interface ApiPadelMatchesGet200ResponseStats
641
+ * @interface ApiPadelMatchesGet200ResponseInnerStats
642
642
  */
643
- export interface ApiPadelMatchesGet200ResponseStats {
643
+ export interface ApiPadelMatchesGet200ResponseInnerStats {
644
644
  /**
645
645
  *
646
646
  * @type {number}
647
- * @memberof ApiPadelMatchesGet200ResponseStats
647
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
648
648
  */
649
649
  'id': number;
650
650
  /**
651
651
  *
652
652
  * @type {string}
653
- * @memberof ApiPadelMatchesGet200ResponseStats
653
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
654
654
  */
655
655
  'self': string;
656
656
  /**
657
657
  *
658
- * @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
659
- * @memberof ApiPadelMatchesGet200ResponseStats
658
+ * @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
659
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
660
660
  */
661
- 'match': { [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; };
661
+ 'match': { [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; };
662
662
  /**
663
663
  *
664
- * @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
665
- * @memberof ApiPadelMatchesGet200ResponseStats
664
+ * @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
665
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
666
666
  */
667
- 'set_1': { [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; };
667
+ 'set_1': { [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; };
668
668
  /**
669
669
  *
670
- * @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
671
- * @memberof ApiPadelMatchesGet200ResponseStats
670
+ * @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
671
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
672
672
  */
673
- 'set_2': { [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; };
673
+ 'set_2': { [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; };
674
674
  /**
675
675
  *
676
- * @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
677
- * @memberof ApiPadelMatchesGet200ResponseStats
676
+ * @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
677
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
678
678
  */
679
- 'set_3'?: { [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; };
679
+ 'set_3'?: { [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; };
680
680
  /**
681
681
  *
682
- * @type {ApiPadelMatchesGet200ResponseStatsConnections}
683
- * @memberof ApiPadelMatchesGet200ResponseStats
682
+ * @type {ApiPadelMatchesGet200ResponseInnerStatsConnections}
683
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
684
684
  */
685
- 'connections': ApiPadelMatchesGet200ResponseStatsConnections;
685
+ 'connections': ApiPadelMatchesGet200ResponseInnerStatsConnections;
686
686
  }
687
687
  /**
688
688
  *
689
689
  * @export
690
- * @interface ApiPadelMatchesGet200ResponseStatsConnections
690
+ * @interface ApiPadelMatchesGet200ResponseInnerStatsConnections
691
691
  */
692
- export interface ApiPadelMatchesGet200ResponseStatsConnections {
692
+ export interface ApiPadelMatchesGet200ResponseInnerStatsConnections {
693
693
  /**
694
694
  *
695
695
  * @type {string}
696
- * @memberof ApiPadelMatchesGet200ResponseStatsConnections
696
+ * @memberof ApiPadelMatchesGet200ResponseInnerStatsConnections
697
697
  */
698
698
  'match': string;
699
699
  }
700
700
  /**
701
701
  *
702
702
  * @export
703
- * @interface ApiPadelMatchesGet200ResponseStatsMatchValue
703
+ * @interface ApiPadelMatchesGet200ResponseInnerStatsMatchValue
704
704
  */
705
- export interface ApiPadelMatchesGet200ResponseStatsMatchValue {
705
+ export interface ApiPadelMatchesGet200ResponseInnerStatsMatchValue {
706
706
  /**
707
707
  *
708
708
  * @type {string}
709
- * @memberof ApiPadelMatchesGet200ResponseStatsMatchValue
709
+ * @memberof ApiPadelMatchesGet200ResponseInnerStatsMatchValue
710
710
  */
711
711
  'team_1': string;
712
712
  /**
713
713
  *
714
714
  * @type {string}
715
- * @memberof ApiPadelMatchesGet200ResponseStatsMatchValue
715
+ * @memberof ApiPadelMatchesGet200ResponseInnerStatsMatchValue
716
716
  */
717
717
  'team_2': string;
718
718
  }
@@ -1440,7 +1440,7 @@ export const PadelApiFp = function(configuration?: Configuration) {
1440
1440
  * @param {*} [options] Override http request option.
1441
1441
  * @throws {RequiredError}
1442
1442
  */
1443
- async apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiPadelMatchesGet200Response>> {
1443
+ async apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ApiPadelMatchesGet200ResponseInner>>> {
1444
1444
  const localVarAxiosArgs = await localVarAxiosParamCreator.apiPadelMatchesGet(options);
1445
1445
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1446
1446
  const localVarOperationServerBasePath = operationServerMap['PadelApi.apiPadelMatchesGet']?.[localVarOperationServerIndex]?.url;
@@ -1462,7 +1462,7 @@ export const PadelApiFactory = function (configuration?: Configuration, basePath
1462
1462
  * @param {*} [options] Override http request option.
1463
1463
  * @throws {RequiredError}
1464
1464
  */
1465
- apiPadelMatchesGet(options?: RawAxiosRequestConfig): AxiosPromise<ApiPadelMatchesGet200Response> {
1465
+ apiPadelMatchesGet(options?: RawAxiosRequestConfig): AxiosPromise<Array<ApiPadelMatchesGet200ResponseInner>> {
1466
1466
  return localVarFp.apiPadelMatchesGet(options).then((request) => request(axios, basePath));
1467
1467
  },
1468
1468
  };
package/deploy.log CHANGED
@@ -14,16 +14,16 @@
14
14
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__get_200_response_responseObject_leagues_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner=NewModel,ModelA=NewModelA in CLI).
15
15
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__get_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
16
16
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
17
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_score_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_score_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_score_inner=NewModel,ModelA=NewModelA in CLI).
18
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_players_team_1_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_players_team_1_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_players_team_1_inner=NewModel,ModelA=NewModelA in CLI).
19
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_players. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_players=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_players=NewModel,ModelA=NewModelA in CLI).
20
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_stats_match_value. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_stats_match_value=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_stats_match_value=NewModel,ModelA=NewModelA in CLI).
21
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_stats_connections. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_stats_connections=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_stats_connections=NewModel,ModelA=NewModelA in CLI).
22
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_stats. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_stats=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_stats=NewModel,ModelA=NewModelA in CLI).
23
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_sets_sets_inner_games_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI).
24
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_sets_sets_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_sets_sets_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_sets_sets_inner=NewModel,ModelA=NewModelA in CLI).
25
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_sets. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_sets=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_sets=NewModel,ModelA=NewModelA in CLI).
26
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response=NewModel,ModelA=NewModelA in CLI).
17
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_score_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_score_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_score_inner=NewModel,ModelA=NewModelA in CLI).
18
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_players_team_1_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI).
19
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_players. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_players=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_players=NewModel,ModelA=NewModelA in CLI).
20
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_stats_match_value. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_stats_match_value=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_stats_match_value=NewModel,ModelA=NewModelA in CLI).
21
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_stats_connections. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_stats_connections=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_stats_connections=NewModel,ModelA=NewModelA in CLI).
22
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_stats. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_stats=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_stats=NewModel,ModelA=NewModelA in CLI).
23
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_sets_sets_inner_games_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI).
24
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_sets_sets_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_sets_sets_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_sets_sets_inner=NewModel,ModelA=NewModelA in CLI).
25
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_sets. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_sets=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_sets=NewModel,ModelA=NewModelA in CLI).
26
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner=NewModel,ModelA=NewModelA in CLI).
27
27
  [main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
28
28
  [main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
29
29
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesGet200ResponseInner.md
@@ -37,16 +37,16 @@
37
37
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObject.md
38
38
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.md
39
39
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.md
40
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200Response.md
41
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponsePlayers.md
42
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponsePlayersTeam1Inner.md
43
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseScoreInner.md
44
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseSets.md
45
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseSetsSetsInner.md
46
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner.md
47
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseStats.md
48
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseStatsConnections.md
49
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseStatsMatchValue.md
40
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInner.md
41
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerPlayers.md
42
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.md
43
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerScoreInner.md
44
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerSets.md
45
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md
46
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md
47
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerStats.md
48
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerStatsConnections.md
49
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md
50
50
  [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/healthCheck. Renamed to auto-generated operationId: apiHealthCheckGet
51
51
  [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/examples. Renamed to auto-generated operationId: apiExamplesGet
52
52
  [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/examples. Renamed to auto-generated operationId: apiExamplesPost
@@ -82,20 +82,13 @@
82
82
  # https://opencollective.com/openapi_generator/donate #
83
83
  ################################################################################
84
84
  ✅ SDK generated
85
- [master e31c0a5] VPS: Generated API SDK
86
- 2 files changed, 6 insertions(+), 2 deletions(-)
87
- remote:
88
- remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
89
- remote:
90
- remote: Please update your Git remote:
91
- remote:
92
- remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
93
- remote:
94
- remote:
95
- To https://gitlab.com/drxsuperapp/drx-sdk.git
96
- 5547e8f..e31c0a5 master -> master
85
+ On branch master
86
+ Your branch is up to date with 'origin/master'.
87
+
88
+ nothing to commit, working tree clean
89
+ Everything up-to-date
97
90
  ✅ Changes committed and pushed
98
- v1.1.15
91
+ v1.1.17
99
92
  remote:
100
93
  remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
101
94
  remote:
@@ -105,13 +98,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
105
98
  remote:
106
99
  remote:
107
100
  To https://gitlab.com/drxsuperapp/drx-sdk.git
108
- e31c0a5..64fd202 master -> master
101
+ dd86af1..797d67a master -> master
109
102
  ✅ Version bumped
110
103
 
111
- > @drxsuperapp/sdk@1.1.15 prepublishOnly
104
+ > @drxsuperapp/sdk@1.1.17 prepublishOnly
112
105
  > npm run build
113
106
 
114
107
 
115
- > @drxsuperapp/sdk@1.1.15 build
108
+ > @drxsuperapp/sdk@1.1.17 build
116
109
  > tsc
117
110
 
package/dist/api.d.ts CHANGED
@@ -387,330 +387,330 @@ export interface ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague {
387
387
  /**
388
388
  *
389
389
  * @export
390
- * @interface ApiPadelMatchesGet200Response
390
+ * @interface ApiPadelMatchesGet200ResponseInner
391
391
  */
392
- export interface ApiPadelMatchesGet200Response {
392
+ export interface ApiPadelMatchesGet200ResponseInner {
393
393
  /**
394
394
  *
395
395
  * @type {number}
396
- * @memberof ApiPadelMatchesGet200Response
396
+ * @memberof ApiPadelMatchesGet200ResponseInner
397
397
  */
398
398
  'id': number;
399
399
  /**
400
400
  *
401
401
  * @type {number}
402
- * @memberof ApiPadelMatchesGet200Response
402
+ * @memberof ApiPadelMatchesGet200ResponseInner
403
403
  */
404
404
  'tournamentId': number;
405
405
  /**
406
406
  *
407
407
  * @type {string}
408
- * @memberof ApiPadelMatchesGet200Response
408
+ * @memberof ApiPadelMatchesGet200ResponseInner
409
409
  */
410
410
  'name': string;
411
411
  /**
412
412
  *
413
413
  * @type {number}
414
- * @memberof ApiPadelMatchesGet200Response
414
+ * @memberof ApiPadelMatchesGet200ResponseInner
415
415
  */
416
416
  'round': number;
417
417
  /**
418
418
  *
419
- * @type {Array<ApiPadelMatchesGet200ResponseScoreInner>}
420
- * @memberof ApiPadelMatchesGet200Response
419
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerScoreInner>}
420
+ * @memberof ApiPadelMatchesGet200ResponseInner
421
421
  */
422
- 'score': Array<ApiPadelMatchesGet200ResponseScoreInner>;
422
+ 'score': Array<ApiPadelMatchesGet200ResponseInnerScoreInner>;
423
423
  /**
424
424
  *
425
- * @type {ApiPadelMatchesGet200ResponsePlayers}
426
- * @memberof ApiPadelMatchesGet200Response
425
+ * @type {ApiPadelMatchesGet200ResponseInnerPlayers}
426
+ * @memberof ApiPadelMatchesGet200ResponseInner
427
427
  */
428
- 'players': ApiPadelMatchesGet200ResponsePlayers;
428
+ 'players': ApiPadelMatchesGet200ResponseInnerPlayers;
429
429
  /**
430
430
  *
431
431
  * @type {string}
432
- * @memberof ApiPadelMatchesGet200Response
432
+ * @memberof ApiPadelMatchesGet200ResponseInner
433
433
  */
434
434
  'playedAt': string;
435
435
  /**
436
436
  *
437
437
  * @type {string}
438
- * @memberof ApiPadelMatchesGet200Response
438
+ * @memberof ApiPadelMatchesGet200ResponseInner
439
439
  */
440
440
  'status': string;
441
441
  /**
442
442
  *
443
443
  * @type {string}
444
- * @memberof ApiPadelMatchesGet200Response
444
+ * @memberof ApiPadelMatchesGet200ResponseInner
445
445
  */
446
446
  'category': string;
447
447
  /**
448
448
  *
449
449
  * @type {string}
450
- * @memberof ApiPadelMatchesGet200Response
450
+ * @memberof ApiPadelMatchesGet200ResponseInner
451
451
  */
452
452
  'duration': string | null;
453
453
  /**
454
454
  *
455
455
  * @type {string}
456
- * @memberof ApiPadelMatchesGet200Response
456
+ * @memberof ApiPadelMatchesGet200ResponseInner
457
457
  */
458
458
  'court': string | null;
459
459
  /**
460
460
  *
461
- * @type {ApiPadelMatchesGet200ResponseStats}
462
- * @memberof ApiPadelMatchesGet200Response
461
+ * @type {ApiPadelMatchesGet200ResponseInnerStats}
462
+ * @memberof ApiPadelMatchesGet200ResponseInner
463
463
  */
464
- 'stats': ApiPadelMatchesGet200ResponseStats;
464
+ 'stats': ApiPadelMatchesGet200ResponseInnerStats;
465
465
  /**
466
466
  *
467
- * @type {ApiPadelMatchesGet200ResponseSets}
468
- * @memberof ApiPadelMatchesGet200Response
467
+ * @type {ApiPadelMatchesGet200ResponseInnerSets}
468
+ * @memberof ApiPadelMatchesGet200ResponseInner
469
469
  */
470
- 'sets': ApiPadelMatchesGet200ResponseSets;
470
+ 'sets': ApiPadelMatchesGet200ResponseInnerSets;
471
471
  /**
472
472
  *
473
473
  * @type {string}
474
- * @memberof ApiPadelMatchesGet200Response
474
+ * @memberof ApiPadelMatchesGet200ResponseInner
475
475
  */
476
476
  'createdAt': string;
477
477
  /**
478
478
  *
479
479
  * @type {string}
480
- * @memberof ApiPadelMatchesGet200Response
480
+ * @memberof ApiPadelMatchesGet200ResponseInner
481
481
  */
482
482
  'updatedAt': string;
483
483
  }
484
484
  /**
485
485
  *
486
486
  * @export
487
- * @interface ApiPadelMatchesGet200ResponsePlayers
487
+ * @interface ApiPadelMatchesGet200ResponseInnerPlayers
488
488
  */
489
- export interface ApiPadelMatchesGet200ResponsePlayers {
489
+ export interface ApiPadelMatchesGet200ResponseInnerPlayers {
490
490
  /**
491
491
  *
492
- * @type {Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>}
493
- * @memberof ApiPadelMatchesGet200ResponsePlayers
492
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>}
493
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayers
494
494
  */
495
- 'team_1': Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>;
495
+ 'team_1': Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>;
496
496
  /**
497
497
  *
498
- * @type {Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>}
499
- * @memberof ApiPadelMatchesGet200ResponsePlayers
498
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>}
499
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayers
500
500
  */
501
- 'team_2': Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>;
501
+ 'team_2': Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>;
502
502
  }
503
503
  /**
504
504
  *
505
505
  * @export
506
- * @interface ApiPadelMatchesGet200ResponsePlayersTeam1Inner
506
+ * @interface ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
507
507
  */
508
- export interface ApiPadelMatchesGet200ResponsePlayersTeam1Inner {
508
+ export interface ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner {
509
509
  /**
510
510
  *
511
511
  * @type {number}
512
- * @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
512
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
513
513
  */
514
514
  'id': number;
515
515
  /**
516
516
  *
517
517
  * @type {string}
518
- * @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
518
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
519
519
  */
520
520
  'name': string;
521
521
  /**
522
522
  *
523
523
  * @type {string}
524
- * @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
524
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
525
525
  */
526
526
  'self': string;
527
527
  /**
528
528
  *
529
529
  * @type {string}
530
- * @memberof ApiPadelMatchesGet200ResponsePlayersTeam1Inner
530
+ * @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
531
531
  */
532
532
  'side': string;
533
533
  }
534
534
  /**
535
535
  *
536
536
  * @export
537
- * @interface ApiPadelMatchesGet200ResponseScoreInner
537
+ * @interface ApiPadelMatchesGet200ResponseInnerScoreInner
538
538
  */
539
- export interface ApiPadelMatchesGet200ResponseScoreInner {
539
+ export interface ApiPadelMatchesGet200ResponseInnerScoreInner {
540
540
  /**
541
541
  *
542
542
  * @type {number}
543
- * @memberof ApiPadelMatchesGet200ResponseScoreInner
543
+ * @memberof ApiPadelMatchesGet200ResponseInnerScoreInner
544
544
  */
545
545
  'team_1': number;
546
546
  /**
547
547
  *
548
548
  * @type {number}
549
- * @memberof ApiPadelMatchesGet200ResponseScoreInner
549
+ * @memberof ApiPadelMatchesGet200ResponseInnerScoreInner
550
550
  */
551
551
  'team_2': number;
552
552
  }
553
553
  /**
554
554
  *
555
555
  * @export
556
- * @interface ApiPadelMatchesGet200ResponseSets
556
+ * @interface ApiPadelMatchesGet200ResponseInnerSets
557
557
  */
558
- export interface ApiPadelMatchesGet200ResponseSets {
558
+ export interface ApiPadelMatchesGet200ResponseInnerSets {
559
559
  /**
560
560
  *
561
561
  * @type {number}
562
- * @memberof ApiPadelMatchesGet200ResponseSets
562
+ * @memberof ApiPadelMatchesGet200ResponseInnerSets
563
563
  */
564
564
  'id': number;
565
565
  /**
566
566
  *
567
567
  * @type {string}
568
- * @memberof ApiPadelMatchesGet200ResponseSets
568
+ * @memberof ApiPadelMatchesGet200ResponseInnerSets
569
569
  */
570
570
  'self': string;
571
571
  /**
572
572
  *
573
- * @type {Array<ApiPadelMatchesGet200ResponseSetsSetsInner>}
574
- * @memberof ApiPadelMatchesGet200ResponseSets
573
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInner>}
574
+ * @memberof ApiPadelMatchesGet200ResponseInnerSets
575
575
  */
576
- 'sets': Array<ApiPadelMatchesGet200ResponseSetsSetsInner>;
576
+ 'sets': Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInner>;
577
577
  /**
578
578
  *
579
- * @type {ApiPadelMatchesGet200ResponseStatsConnections}
580
- * @memberof ApiPadelMatchesGet200ResponseSets
579
+ * @type {ApiPadelMatchesGet200ResponseInnerStatsConnections}
580
+ * @memberof ApiPadelMatchesGet200ResponseInnerSets
581
581
  */
582
- 'connections': ApiPadelMatchesGet200ResponseStatsConnections;
582
+ 'connections': ApiPadelMatchesGet200ResponseInnerStatsConnections;
583
583
  }
584
584
  /**
585
585
  *
586
586
  * @export
587
- * @interface ApiPadelMatchesGet200ResponseSetsSetsInner
587
+ * @interface ApiPadelMatchesGet200ResponseInnerSetsSetsInner
588
588
  */
589
- export interface ApiPadelMatchesGet200ResponseSetsSetsInner {
589
+ export interface ApiPadelMatchesGet200ResponseInnerSetsSetsInner {
590
590
  /**
591
591
  *
592
- * @type {Array<ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner>}
593
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInner
592
+ * @type {Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner>}
593
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInner
594
594
  */
595
- 'games': Array<ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner>;
595
+ 'games': Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner>;
596
596
  /**
597
597
  *
598
598
  * @type {number}
599
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInner
599
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInner
600
600
  */
601
601
  'set_number': number;
602
602
  }
603
603
  /**
604
604
  *
605
605
  * @export
606
- * @interface ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
606
+ * @interface ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
607
607
  */
608
- export interface ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner {
608
+ export interface ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner {
609
609
  /**
610
610
  *
611
611
  * @type {Array<string>}
612
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
612
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
613
613
  */
614
614
  'points': Array<string>;
615
615
  /**
616
616
  *
617
617
  * @type {string}
618
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
618
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
619
619
  */
620
620
  'game_score': string;
621
621
  /**
622
622
  *
623
623
  * @type {number}
624
- * @memberof ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
624
+ * @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
625
625
  */
626
626
  'game_number': number;
627
627
  }
628
628
  /**
629
629
  *
630
630
  * @export
631
- * @interface ApiPadelMatchesGet200ResponseStats
631
+ * @interface ApiPadelMatchesGet200ResponseInnerStats
632
632
  */
633
- export interface ApiPadelMatchesGet200ResponseStats {
633
+ export interface ApiPadelMatchesGet200ResponseInnerStats {
634
634
  /**
635
635
  *
636
636
  * @type {number}
637
- * @memberof ApiPadelMatchesGet200ResponseStats
637
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
638
638
  */
639
639
  'id': number;
640
640
  /**
641
641
  *
642
642
  * @type {string}
643
- * @memberof ApiPadelMatchesGet200ResponseStats
643
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
644
644
  */
645
645
  'self': string;
646
646
  /**
647
647
  *
648
- * @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
649
- * @memberof ApiPadelMatchesGet200ResponseStats
648
+ * @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
649
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
650
650
  */
651
651
  'match': {
652
- [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue;
652
+ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue;
653
653
  };
654
654
  /**
655
655
  *
656
- * @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
657
- * @memberof ApiPadelMatchesGet200ResponseStats
656
+ * @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
657
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
658
658
  */
659
659
  'set_1': {
660
- [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue;
660
+ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue;
661
661
  };
662
662
  /**
663
663
  *
664
- * @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
665
- * @memberof ApiPadelMatchesGet200ResponseStats
664
+ * @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
665
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
666
666
  */
667
667
  'set_2': {
668
- [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue;
668
+ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue;
669
669
  };
670
670
  /**
671
671
  *
672
- * @type {{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }}
673
- * @memberof ApiPadelMatchesGet200ResponseStats
672
+ * @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
673
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
674
674
  */
675
675
  'set_3'?: {
676
- [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue;
676
+ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue;
677
677
  };
678
678
  /**
679
679
  *
680
- * @type {ApiPadelMatchesGet200ResponseStatsConnections}
681
- * @memberof ApiPadelMatchesGet200ResponseStats
680
+ * @type {ApiPadelMatchesGet200ResponseInnerStatsConnections}
681
+ * @memberof ApiPadelMatchesGet200ResponseInnerStats
682
682
  */
683
- 'connections': ApiPadelMatchesGet200ResponseStatsConnections;
683
+ 'connections': ApiPadelMatchesGet200ResponseInnerStatsConnections;
684
684
  }
685
685
  /**
686
686
  *
687
687
  * @export
688
- * @interface ApiPadelMatchesGet200ResponseStatsConnections
688
+ * @interface ApiPadelMatchesGet200ResponseInnerStatsConnections
689
689
  */
690
- export interface ApiPadelMatchesGet200ResponseStatsConnections {
690
+ export interface ApiPadelMatchesGet200ResponseInnerStatsConnections {
691
691
  /**
692
692
  *
693
693
  * @type {string}
694
- * @memberof ApiPadelMatchesGet200ResponseStatsConnections
694
+ * @memberof ApiPadelMatchesGet200ResponseInnerStatsConnections
695
695
  */
696
696
  'match': string;
697
697
  }
698
698
  /**
699
699
  *
700
700
  * @export
701
- * @interface ApiPadelMatchesGet200ResponseStatsMatchValue
701
+ * @interface ApiPadelMatchesGet200ResponseInnerStatsMatchValue
702
702
  */
703
- export interface ApiPadelMatchesGet200ResponseStatsMatchValue {
703
+ export interface ApiPadelMatchesGet200ResponseInnerStatsMatchValue {
704
704
  /**
705
705
  *
706
706
  * @type {string}
707
- * @memberof ApiPadelMatchesGet200ResponseStatsMatchValue
707
+ * @memberof ApiPadelMatchesGet200ResponseInnerStatsMatchValue
708
708
  */
709
709
  'team_1': string;
710
710
  /**
711
711
  *
712
712
  * @type {string}
713
- * @memberof ApiPadelMatchesGet200ResponseStatsMatchValue
713
+ * @memberof ApiPadelMatchesGet200ResponseInnerStatsMatchValue
714
714
  */
715
715
  'team_2': string;
716
716
  }
@@ -1064,7 +1064,7 @@ export declare const PadelApiFp: (configuration?: Configuration) => {
1064
1064
  * @param {*} [options] Override http request option.
1065
1065
  * @throws {RequiredError}
1066
1066
  */
1067
- apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiPadelMatchesGet200Response>>;
1067
+ apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ApiPadelMatchesGet200ResponseInner>>>;
1068
1068
  };
1069
1069
  /**
1070
1070
  * PadelApi - factory interface
@@ -1077,7 +1077,7 @@ export declare const PadelApiFactory: (configuration?: Configuration, basePath?:
1077
1077
  * @param {*} [options] Override http request option.
1078
1078
  * @throws {RequiredError}
1079
1079
  */
1080
- apiPadelMatchesGet(options?: RawAxiosRequestConfig): AxiosPromise<ApiPadelMatchesGet200Response>;
1080
+ apiPadelMatchesGet(options?: RawAxiosRequestConfig): AxiosPromise<Array<ApiPadelMatchesGet200ResponseInner>>;
1081
1081
  };
1082
1082
  /**
1083
1083
  * PadelApi - object-oriented interface
@@ -1093,5 +1093,5 @@ export declare class PadelApi extends BaseAPI {
1093
1093
  * @throws {RequiredError}
1094
1094
  * @memberof PadelApi
1095
1095
  */
1096
- apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiPadelMatchesGet200Response, any>>;
1096
+ apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiPadelMatchesGet200ResponseInner[], any>>;
1097
1097
  }
@@ -7,10 +7,6 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **number** | | [default to undefined]
9
9
  **tournamentId** | **number** | | [default to undefined]
10
- **tournamentName** | **string** | | [default to undefined]
11
- **tournamentLocation** | **string** | | [default to undefined]
12
- **tournamentCountry** | **string** | | [default to undefined]
13
- **tournamentUrl** | **string** | | [default to undefined]
14
10
  **name** | **string** | | [default to undefined]
15
11
  **round** | **number** | | [default to undefined]
16
12
  **score** | [**Array&lt;ApiPadelMatchesGet200ResponseInnerScoreInner&gt;**](ApiPadelMatchesGet200ResponseInnerScoreInner.md) | | [default to undefined]
@@ -18,6 +14,10 @@ Name | Type | Description | Notes
18
14
  **playedAt** | **string** | | [default to undefined]
19
15
  **status** | **string** | | [default to undefined]
20
16
  **category** | **string** | | [default to undefined]
17
+ **duration** | **string** | | [default to undefined]
18
+ **court** | **string** | | [default to undefined]
19
+ **stats** | [**ApiPadelMatchesGet200ResponseInnerStats**](ApiPadelMatchesGet200ResponseInnerStats.md) | | [default to undefined]
20
+ **sets** | [**ApiPadelMatchesGet200ResponseInnerSets**](ApiPadelMatchesGet200ResponseInnerSets.md) | | [default to undefined]
21
21
  **createdAt** | **string** | | [default to undefined]
22
22
  **updatedAt** | **string** | | [default to undefined]
23
23
 
@@ -29,10 +29,6 @@ import { ApiPadelMatchesGet200ResponseInner } from './api';
29
29
  const instance: ApiPadelMatchesGet200ResponseInner = {
30
30
  id,
31
31
  tournamentId,
32
- tournamentName,
33
- tournamentLocation,
34
- tournamentCountry,
35
- tournamentUrl,
36
32
  name,
37
33
  round,
38
34
  score,
@@ -40,6 +36,10 @@ const instance: ApiPadelMatchesGet200ResponseInner = {
40
36
  playedAt,
41
37
  status,
42
38
  category,
39
+ duration,
40
+ court,
41
+ stats,
42
+ sets,
43
43
  createdAt,
44
44
  updatedAt,
45
45
  };
@@ -0,0 +1,26 @@
1
+ # ApiPadelMatchesGet200ResponseInnerSets
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [default to undefined]
9
+ **self** | **string** | | [default to undefined]
10
+ **sets** | [**Array&lt;ApiPadelMatchesGet200ResponseInnerSetsSetsInner&gt;**](ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md) | | [default to undefined]
11
+ **connections** | [**ApiPadelMatchesGet200ResponseInnerStatsConnections**](ApiPadelMatchesGet200ResponseInnerStatsConnections.md) | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { ApiPadelMatchesGet200ResponseInnerSets } from './api';
17
+
18
+ const instance: ApiPadelMatchesGet200ResponseInnerSets = {
19
+ id,
20
+ self,
21
+ sets,
22
+ connections,
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)
@@ -0,0 +1,22 @@
1
+ # ApiPadelMatchesGet200ResponseInnerSetsSetsInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **games** | [**Array&lt;ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner&gt;**](ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md) | | [default to undefined]
9
+ **set_number** | **number** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ApiPadelMatchesGet200ResponseInnerSetsSetsInner } from './api';
15
+
16
+ const instance: ApiPadelMatchesGet200ResponseInnerSetsSetsInner = {
17
+ games,
18
+ set_number,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **points** | **Array&lt;string&gt;** | | [default to undefined]
9
+ **game_score** | **string** | | [default to undefined]
10
+ **game_number** | **number** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner } from './api';
16
+
17
+ const instance: ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner = {
18
+ points,
19
+ game_score,
20
+ game_number,
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)
@@ -0,0 +1,32 @@
1
+ # ApiPadelMatchesGet200ResponseInnerStats
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [default to undefined]
9
+ **self** | **string** | | [default to undefined]
10
+ **match** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [default to undefined]
11
+ **set_1** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [default to undefined]
12
+ **set_2** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [default to undefined]
13
+ **set_3** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [optional] [default to undefined]
14
+ **connections** | [**ApiPadelMatchesGet200ResponseInnerStatsConnections**](ApiPadelMatchesGet200ResponseInnerStatsConnections.md) | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { ApiPadelMatchesGet200ResponseInnerStats } from './api';
20
+
21
+ const instance: ApiPadelMatchesGet200ResponseInnerStats = {
22
+ id,
23
+ self,
24
+ match,
25
+ set_1,
26
+ set_2,
27
+ set_3,
28
+ connections,
29
+ };
30
+ ```
31
+
32
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # ApiPadelMatchesGet200ResponseInnerStatsConnections
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **match** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { ApiPadelMatchesGet200ResponseInnerStatsConnections } from './api';
14
+
15
+ const instance: ApiPadelMatchesGet200ResponseInnerStatsConnections = {
16
+ match,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # ApiPadelMatchesGet200ResponseInnerStatsMatchValue
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **team_1** | **string** | | [default to undefined]
9
+ **team_2** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ApiPadelMatchesGet200ResponseInnerStatsMatchValue } from './api';
15
+
16
+ const instance: ApiPadelMatchesGet200ResponseInnerStatsMatchValue = {
17
+ team_1,
18
+ team_2,
19
+ };
20
+ ```
21
+
22
+ [[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/docs/PadelApi.md CHANGED
@@ -7,7 +7,7 @@ All URIs are relative to *http://localhost*
7
7
  |[**apiPadelMatchesGet**](#apipadelmatchesget) | **GET** /api/padel/matches | List padel matches|
8
8
 
9
9
  # **apiPadelMatchesGet**
10
- > ApiPadelMatchesGet200Response apiPadelMatchesGet()
10
+ > Array<ApiPadelMatchesGet200ResponseInner> apiPadelMatchesGet()
11
11
 
12
12
 
13
13
  ### Example
@@ -30,7 +30,7 @@ This endpoint does not have any parameters.
30
30
 
31
31
  ### Return type
32
32
 
33
- **ApiPadelMatchesGet200Response**
33
+ **Array<ApiPadelMatchesGet200ResponseInner>**
34
34
 
35
35
  ### Authorization
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.15",
3
+ "version": "1.1.17",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "access": "public"
23
23
  },
24
24
  "dependencies": {
25
- "axios": "^1.9.0"
25
+ "axios": "^1.8.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "typescript": "^5.8.3"