@drxsuperapp/sdk 1.1.14 → 1.1.16
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 +10 -10
- package/api.ts +96 -92
- package/deploy.log +105 -356
- package/dist/api.d.ts +97 -93
- package/dist/api.js +4 -0
- package/docs/ApiPadelMatchesGet200ResponseInner.md +8 -8
- package/docs/ApiPadelMatchesGet200ResponseInnerSets.md +26 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md +22 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md +24 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerStats.md +32 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerStatsConnections.md +20 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md +22 -0
- package/docs/PadelApi.md +4 -4
- package/package.json +1 -1
- package/workflow.sh +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -15,16 +15,16 @@ docs/ApiNewsIdGet200Response.md
|
|
|
15
15
|
docs/ApiNewsIdGet200ResponseResponseObject.md
|
|
16
16
|
docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.md
|
|
17
17
|
docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.md
|
|
18
|
-
docs/
|
|
19
|
-
docs/
|
|
20
|
-
docs/
|
|
21
|
-
docs/
|
|
22
|
-
docs/
|
|
23
|
-
docs/
|
|
24
|
-
docs/
|
|
25
|
-
docs/
|
|
26
|
-
docs/
|
|
27
|
-
docs/
|
|
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
|
|
400
|
+
* @interface ApiPadelMatchesGet200ResponseInner
|
|
401
401
|
*/
|
|
402
|
-
export interface
|
|
402
|
+
export interface ApiPadelMatchesGet200ResponseInner {
|
|
403
403
|
/**
|
|
404
404
|
*
|
|
405
405
|
* @type {number}
|
|
406
|
-
* @memberof
|
|
406
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
407
407
|
*/
|
|
408
408
|
'id': number;
|
|
409
409
|
/**
|
|
410
410
|
*
|
|
411
411
|
* @type {number}
|
|
412
|
-
* @memberof
|
|
412
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
413
413
|
*/
|
|
414
414
|
'tournamentId': number;
|
|
415
415
|
/**
|
|
416
416
|
*
|
|
417
417
|
* @type {string}
|
|
418
|
-
* @memberof
|
|
418
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
419
419
|
*/
|
|
420
420
|
'name': string;
|
|
421
421
|
/**
|
|
422
422
|
*
|
|
423
423
|
* @type {number}
|
|
424
|
-
* @memberof
|
|
424
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
425
425
|
*/
|
|
426
426
|
'round': number;
|
|
427
427
|
/**
|
|
428
428
|
*
|
|
429
|
-
* @type {Array<
|
|
430
|
-
* @memberof
|
|
429
|
+
* @type {Array<ApiPadelMatchesGet200ResponseInnerScoreInner>}
|
|
430
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
431
431
|
*/
|
|
432
|
-
'score': Array<
|
|
432
|
+
'score': Array<ApiPadelMatchesGet200ResponseInnerScoreInner>;
|
|
433
433
|
/**
|
|
434
434
|
*
|
|
435
|
-
* @type {
|
|
436
|
-
* @memberof
|
|
435
|
+
* @type {ApiPadelMatchesGet200ResponseInnerPlayers}
|
|
436
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
437
437
|
*/
|
|
438
|
-
'players':
|
|
438
|
+
'players': ApiPadelMatchesGet200ResponseInnerPlayers;
|
|
439
439
|
/**
|
|
440
440
|
*
|
|
441
441
|
* @type {string}
|
|
442
|
-
* @memberof
|
|
442
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
443
443
|
*/
|
|
444
444
|
'playedAt': string;
|
|
445
445
|
/**
|
|
446
446
|
*
|
|
447
447
|
* @type {string}
|
|
448
|
-
* @memberof
|
|
448
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
449
449
|
*/
|
|
450
450
|
'status': string;
|
|
451
451
|
/**
|
|
452
452
|
*
|
|
453
453
|
* @type {string}
|
|
454
|
-
* @memberof
|
|
454
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
455
455
|
*/
|
|
456
456
|
'category': string;
|
|
457
457
|
/**
|
|
458
458
|
*
|
|
459
459
|
* @type {string}
|
|
460
|
-
* @memberof
|
|
460
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
461
461
|
*/
|
|
462
462
|
'duration': string | null;
|
|
463
463
|
/**
|
|
464
464
|
*
|
|
465
465
|
* @type {string}
|
|
466
|
-
* @memberof
|
|
466
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
467
467
|
*/
|
|
468
468
|
'court': string | null;
|
|
469
469
|
/**
|
|
470
470
|
*
|
|
471
|
-
* @type {
|
|
472
|
-
* @memberof
|
|
471
|
+
* @type {ApiPadelMatchesGet200ResponseInnerStats}
|
|
472
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
473
473
|
*/
|
|
474
|
-
'stats':
|
|
474
|
+
'stats': ApiPadelMatchesGet200ResponseInnerStats;
|
|
475
475
|
/**
|
|
476
476
|
*
|
|
477
|
-
* @type {
|
|
478
|
-
* @memberof
|
|
477
|
+
* @type {ApiPadelMatchesGet200ResponseInnerSets}
|
|
478
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
479
479
|
*/
|
|
480
|
-
'sets':
|
|
480
|
+
'sets': ApiPadelMatchesGet200ResponseInnerSets;
|
|
481
481
|
/**
|
|
482
482
|
*
|
|
483
483
|
* @type {string}
|
|
484
|
-
* @memberof
|
|
484
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
485
485
|
*/
|
|
486
486
|
'createdAt': string;
|
|
487
487
|
/**
|
|
488
488
|
*
|
|
489
489
|
* @type {string}
|
|
490
|
-
* @memberof
|
|
490
|
+
* @memberof ApiPadelMatchesGet200ResponseInner
|
|
491
491
|
*/
|
|
492
492
|
'updatedAt': string;
|
|
493
493
|
}
|
|
494
494
|
/**
|
|
495
495
|
*
|
|
496
496
|
* @export
|
|
497
|
-
* @interface
|
|
497
|
+
* @interface ApiPadelMatchesGet200ResponseInnerPlayers
|
|
498
498
|
*/
|
|
499
|
-
export interface
|
|
499
|
+
export interface ApiPadelMatchesGet200ResponseInnerPlayers {
|
|
500
500
|
/**
|
|
501
501
|
*
|
|
502
|
-
* @type {Array<
|
|
503
|
-
* @memberof
|
|
502
|
+
* @type {Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>}
|
|
503
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayers
|
|
504
504
|
*/
|
|
505
|
-
'team_1': Array<
|
|
505
|
+
'team_1': Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>;
|
|
506
506
|
/**
|
|
507
507
|
*
|
|
508
|
-
* @type {Array<
|
|
509
|
-
* @memberof
|
|
508
|
+
* @type {Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>}
|
|
509
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayers
|
|
510
510
|
*/
|
|
511
|
-
'team_2': Array<
|
|
511
|
+
'team_2': Array<ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner>;
|
|
512
512
|
}
|
|
513
513
|
/**
|
|
514
514
|
*
|
|
515
515
|
* @export
|
|
516
|
-
* @interface
|
|
516
|
+
* @interface ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
517
517
|
*/
|
|
518
|
-
export interface
|
|
518
|
+
export interface ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner {
|
|
519
519
|
/**
|
|
520
520
|
*
|
|
521
521
|
* @type {number}
|
|
522
|
-
* @memberof
|
|
522
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
523
523
|
*/
|
|
524
524
|
'id': number;
|
|
525
525
|
/**
|
|
526
526
|
*
|
|
527
527
|
* @type {string}
|
|
528
|
-
* @memberof
|
|
528
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
529
529
|
*/
|
|
530
530
|
'name': string;
|
|
531
531
|
/**
|
|
532
532
|
*
|
|
533
533
|
* @type {string}
|
|
534
|
-
* @memberof
|
|
534
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
535
535
|
*/
|
|
536
536
|
'self': string;
|
|
537
537
|
/**
|
|
538
538
|
*
|
|
539
539
|
* @type {string}
|
|
540
|
-
* @memberof
|
|
540
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner
|
|
541
541
|
*/
|
|
542
542
|
'side': string;
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
545
545
|
*
|
|
546
546
|
* @export
|
|
547
|
-
* @interface
|
|
547
|
+
* @interface ApiPadelMatchesGet200ResponseInnerScoreInner
|
|
548
548
|
*/
|
|
549
|
-
export interface
|
|
549
|
+
export interface ApiPadelMatchesGet200ResponseInnerScoreInner {
|
|
550
550
|
/**
|
|
551
551
|
*
|
|
552
552
|
* @type {number}
|
|
553
|
-
* @memberof
|
|
553
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerScoreInner
|
|
554
554
|
*/
|
|
555
555
|
'team_1': number;
|
|
556
556
|
/**
|
|
557
557
|
*
|
|
558
558
|
* @type {number}
|
|
559
|
-
* @memberof
|
|
559
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerScoreInner
|
|
560
560
|
*/
|
|
561
561
|
'team_2': number;
|
|
562
562
|
}
|
|
563
563
|
/**
|
|
564
564
|
*
|
|
565
565
|
* @export
|
|
566
|
-
* @interface
|
|
566
|
+
* @interface ApiPadelMatchesGet200ResponseInnerSets
|
|
567
567
|
*/
|
|
568
|
-
export interface
|
|
568
|
+
export interface ApiPadelMatchesGet200ResponseInnerSets {
|
|
569
569
|
/**
|
|
570
570
|
*
|
|
571
571
|
* @type {number}
|
|
572
|
-
* @memberof
|
|
572
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerSets
|
|
573
573
|
*/
|
|
574
574
|
'id': number;
|
|
575
575
|
/**
|
|
576
576
|
*
|
|
577
577
|
* @type {string}
|
|
578
|
-
* @memberof
|
|
578
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerSets
|
|
579
579
|
*/
|
|
580
580
|
'self': string;
|
|
581
581
|
/**
|
|
582
582
|
*
|
|
583
|
-
* @type {Array<
|
|
584
|
-
* @memberof
|
|
583
|
+
* @type {Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInner>}
|
|
584
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerSets
|
|
585
585
|
*/
|
|
586
|
-
'sets': Array<
|
|
586
|
+
'sets': Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInner>;
|
|
587
587
|
/**
|
|
588
588
|
*
|
|
589
|
-
* @type {
|
|
590
|
-
* @memberof
|
|
589
|
+
* @type {ApiPadelMatchesGet200ResponseInnerStatsConnections}
|
|
590
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerSets
|
|
591
591
|
*/
|
|
592
|
-
'connections':
|
|
592
|
+
'connections': ApiPadelMatchesGet200ResponseInnerStatsConnections;
|
|
593
593
|
}
|
|
594
594
|
/**
|
|
595
595
|
*
|
|
596
596
|
* @export
|
|
597
|
-
* @interface
|
|
597
|
+
* @interface ApiPadelMatchesGet200ResponseInnerSetsSetsInner
|
|
598
598
|
*/
|
|
599
|
-
export interface
|
|
599
|
+
export interface ApiPadelMatchesGet200ResponseInnerSetsSetsInner {
|
|
600
600
|
/**
|
|
601
601
|
*
|
|
602
|
-
* @type {Array<
|
|
603
|
-
* @memberof
|
|
602
|
+
* @type {Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner>}
|
|
603
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInner
|
|
604
604
|
*/
|
|
605
|
-
'games': Array<
|
|
605
|
+
'games': Array<ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner>;
|
|
606
606
|
/**
|
|
607
607
|
*
|
|
608
608
|
* @type {number}
|
|
609
|
-
* @memberof
|
|
609
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInner
|
|
610
610
|
*/
|
|
611
611
|
'set_number': number;
|
|
612
612
|
}
|
|
613
613
|
/**
|
|
614
614
|
*
|
|
615
615
|
* @export
|
|
616
|
-
* @interface
|
|
616
|
+
* @interface ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
|
|
617
617
|
*/
|
|
618
|
-
export interface
|
|
618
|
+
export interface ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner {
|
|
619
619
|
/**
|
|
620
620
|
*
|
|
621
621
|
* @type {Array<string>}
|
|
622
|
-
* @memberof
|
|
622
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
|
|
623
623
|
*/
|
|
624
624
|
'points': Array<string>;
|
|
625
625
|
/**
|
|
626
626
|
*
|
|
627
627
|
* @type {string}
|
|
628
|
-
* @memberof
|
|
628
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
|
|
629
629
|
*/
|
|
630
630
|
'game_score': string;
|
|
631
631
|
/**
|
|
632
632
|
*
|
|
633
633
|
* @type {number}
|
|
634
|
-
* @memberof
|
|
634
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
|
|
635
635
|
*/
|
|
636
636
|
'game_number': number;
|
|
637
637
|
}
|
|
638
638
|
/**
|
|
639
639
|
*
|
|
640
640
|
* @export
|
|
641
|
-
* @interface
|
|
641
|
+
* @interface ApiPadelMatchesGet200ResponseInnerStats
|
|
642
642
|
*/
|
|
643
|
-
export interface
|
|
643
|
+
export interface ApiPadelMatchesGet200ResponseInnerStats {
|
|
644
644
|
/**
|
|
645
645
|
*
|
|
646
646
|
* @type {number}
|
|
647
|
-
* @memberof
|
|
647
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStats
|
|
648
648
|
*/
|
|
649
649
|
'id': number;
|
|
650
650
|
/**
|
|
651
651
|
*
|
|
652
652
|
* @type {string}
|
|
653
|
-
* @memberof
|
|
653
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStats
|
|
654
654
|
*/
|
|
655
655
|
'self': string;
|
|
656
656
|
/**
|
|
657
657
|
*
|
|
658
|
-
* @type {{ [key: string]:
|
|
659
|
-
* @memberof
|
|
658
|
+
* @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
|
|
659
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStats
|
|
660
660
|
*/
|
|
661
|
-
'match': { [key: string]:
|
|
661
|
+
'match': { [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; };
|
|
662
662
|
/**
|
|
663
663
|
*
|
|
664
|
-
* @type {{ [key: string]:
|
|
665
|
-
* @memberof
|
|
664
|
+
* @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
|
|
665
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStats
|
|
666
666
|
*/
|
|
667
|
-
'set_1': { [key: string]:
|
|
667
|
+
'set_1': { [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; };
|
|
668
668
|
/**
|
|
669
669
|
*
|
|
670
|
-
* @type {{ [key: string]:
|
|
671
|
-
* @memberof
|
|
670
|
+
* @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
|
|
671
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStats
|
|
672
672
|
*/
|
|
673
|
-
'set_2': { [key: string]:
|
|
673
|
+
'set_2': { [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; };
|
|
674
674
|
/**
|
|
675
675
|
*
|
|
676
|
-
* @type {{ [key: string]:
|
|
677
|
-
* @memberof
|
|
676
|
+
* @type {{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }}
|
|
677
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStats
|
|
678
678
|
*/
|
|
679
|
-
'set_3'?: { [key: string]:
|
|
679
|
+
'set_3'?: { [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; };
|
|
680
680
|
/**
|
|
681
681
|
*
|
|
682
|
-
* @type {
|
|
683
|
-
* @memberof
|
|
682
|
+
* @type {ApiPadelMatchesGet200ResponseInnerStatsConnections}
|
|
683
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStats
|
|
684
684
|
*/
|
|
685
|
-
'connections':
|
|
685
|
+
'connections': ApiPadelMatchesGet200ResponseInnerStatsConnections;
|
|
686
686
|
}
|
|
687
687
|
/**
|
|
688
688
|
*
|
|
689
689
|
* @export
|
|
690
|
-
* @interface
|
|
690
|
+
* @interface ApiPadelMatchesGet200ResponseInnerStatsConnections
|
|
691
691
|
*/
|
|
692
|
-
export interface
|
|
692
|
+
export interface ApiPadelMatchesGet200ResponseInnerStatsConnections {
|
|
693
693
|
/**
|
|
694
694
|
*
|
|
695
695
|
* @type {string}
|
|
696
|
-
* @memberof
|
|
696
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStatsConnections
|
|
697
697
|
*/
|
|
698
698
|
'match': string;
|
|
699
699
|
}
|
|
700
700
|
/**
|
|
701
701
|
*
|
|
702
702
|
* @export
|
|
703
|
-
* @interface
|
|
703
|
+
* @interface ApiPadelMatchesGet200ResponseInnerStatsMatchValue
|
|
704
704
|
*/
|
|
705
|
-
export interface
|
|
705
|
+
export interface ApiPadelMatchesGet200ResponseInnerStatsMatchValue {
|
|
706
706
|
/**
|
|
707
707
|
*
|
|
708
708
|
* @type {string}
|
|
709
|
-
* @memberof
|
|
709
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStatsMatchValue
|
|
710
710
|
*/
|
|
711
711
|
'team_1': string;
|
|
712
712
|
/**
|
|
713
713
|
*
|
|
714
714
|
* @type {string}
|
|
715
|
-
* @memberof
|
|
715
|
+
* @memberof ApiPadelMatchesGet200ResponseInnerStatsMatchValue
|
|
716
716
|
*/
|
|
717
717
|
'team_2': string;
|
|
718
718
|
}
|
|
@@ -1396,6 +1396,7 @@ export const PadelApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
1396
1396
|
return {
|
|
1397
1397
|
/**
|
|
1398
1398
|
*
|
|
1399
|
+
* @summary List padel matches
|
|
1399
1400
|
* @param {*} [options] Override http request option.
|
|
1400
1401
|
* @throws {RequiredError}
|
|
1401
1402
|
*/
|
|
@@ -1435,10 +1436,11 @@ export const PadelApiFp = function(configuration?: Configuration) {
|
|
|
1435
1436
|
return {
|
|
1436
1437
|
/**
|
|
1437
1438
|
*
|
|
1439
|
+
* @summary List padel matches
|
|
1438
1440
|
* @param {*} [options] Override http request option.
|
|
1439
1441
|
* @throws {RequiredError}
|
|
1440
1442
|
*/
|
|
1441
|
-
async apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
1443
|
+
async apiPadelMatchesGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ApiPadelMatchesGet200ResponseInner>>> {
|
|
1442
1444
|
const localVarAxiosArgs = await localVarAxiosParamCreator.apiPadelMatchesGet(options);
|
|
1443
1445
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1444
1446
|
const localVarOperationServerBasePath = operationServerMap['PadelApi.apiPadelMatchesGet']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1456,10 +1458,11 @@ export const PadelApiFactory = function (configuration?: Configuration, basePath
|
|
|
1456
1458
|
return {
|
|
1457
1459
|
/**
|
|
1458
1460
|
*
|
|
1461
|
+
* @summary List padel matches
|
|
1459
1462
|
* @param {*} [options] Override http request option.
|
|
1460
1463
|
* @throws {RequiredError}
|
|
1461
1464
|
*/
|
|
1462
|
-
apiPadelMatchesGet(options?: RawAxiosRequestConfig): AxiosPromise<
|
|
1465
|
+
apiPadelMatchesGet(options?: RawAxiosRequestConfig): AxiosPromise<Array<ApiPadelMatchesGet200ResponseInner>> {
|
|
1463
1466
|
return localVarFp.apiPadelMatchesGet(options).then((request) => request(axios, basePath));
|
|
1464
1467
|
},
|
|
1465
1468
|
};
|
|
@@ -1474,6 +1477,7 @@ export const PadelApiFactory = function (configuration?: Configuration, basePath
|
|
|
1474
1477
|
export class PadelApi extends BaseAPI {
|
|
1475
1478
|
/**
|
|
1476
1479
|
*
|
|
1480
|
+
* @summary List padel matches
|
|
1477
1481
|
* @param {*} [options] Override http request option.
|
|
1478
1482
|
* @throws {RequiredError}
|
|
1479
1483
|
* @memberof PadelApi
|