expo-backend-types 0.51.0 → 0.52.0-EXPO-343-Quique-Wolff.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/account/dto/get-global-filter.dto.d.ts +8 -10
- package/dist/src/account/dto/get-me.dto.d.ts +16 -20
- package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -10
- package/dist/src/event/dto/create-event.dto.d.ts +72 -23
- package/dist/src/event/dto/create-event.dto.js +7 -1
- package/dist/src/event/dto/delete-banner-event.dto.d.ts +18 -0
- package/dist/src/event/dto/delete-banner-event.dto.js +12 -0
- package/dist/src/event/dto/delete-event.dto.d.ts +18 -0
- package/dist/src/event/dto/delete-main-picture-event.dto.d.ts +18 -0
- package/dist/src/event/dto/delete-main-picture-event.dto.js +12 -0
- package/dist/src/event/dto/event-tickets.dto.d.ts +2 -33
- package/dist/src/event/dto/event-tickets.dto.js +8 -18
- package/dist/src/event/dto/event.dto.d.ts +9 -0
- package/dist/src/event/dto/event.dto.js +13 -0
- package/dist/src/event/dto/get-active-events.dto.d.ts +33 -23
- package/dist/src/event/dto/get-all-event.dto.d.ts +504 -284
- package/dist/src/event/dto/get-all-event.dto.js +3 -3
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +225 -159
- package/dist/src/event/dto/get-by-id-event.dto.js +1 -1
- package/dist/src/event/dto/toggle-active-event.dto.d.ts +9 -0
- package/dist/src/event/dto/update-banner-event.dto.d.ts +33 -0
- package/dist/src/event/dto/update-banner-event.dto.js +18 -0
- package/dist/src/event/dto/update-event.dto.d.ts +230 -220
- package/dist/src/event/dto/update-event.dto.js +13 -3
- package/dist/src/event/dto/update-main-picture-event.dto.d.ts +33 -0
- package/dist/src/event/dto/update-main-picture-event.dto.js +18 -0
- package/dist/src/event-folder/dto/get-all-event-folder.dto.d.ts +42 -0
- package/dist/src/event-folder/dto/get-by-id-event-folder.dto.d.ts +30 -0
- package/dist/src/exports.d.ts +0 -1
- package/dist/src/exports.js +0 -1
- package/dist/src/i18n/es.d.ts +8 -65
- package/dist/src/i18n/es.js +8 -67
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +3 -0
- package/dist/src/profile/dto/delete-image-profile.dto.d.ts +18 -0
- package/dist/src/profile/dto/delete-image-profile.dto.js +12 -0
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +20 -24
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +8 -10
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +12 -14
- package/dist/src/profile/dto/update-image-profile.dto.d.ts +33 -0
- package/dist/src/profile/dto/update-image-profile.dto.js +18 -0
- package/dist/src/tag/dto/create-tag.dto.d.ts +9 -41
- package/dist/src/tag/dto/create-tag.dto.js +5 -6
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -6
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -10
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -10
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -6
- package/dist/src/tag/dto/tag.dto.d.ts +4 -6
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -7
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -14
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -14
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -10
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +30 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +30 -0
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +3 -0
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +3 -0
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +42 -0
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +3 -0
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +42 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +30 -0
- package/dist/types/prisma-schema/edge.js +8 -32
- package/dist/types/prisma-schema/index-browser.js +5 -29
- package/dist/types/prisma-schema/index.d.ts +7078 -11454
- package/dist/types/prisma-schema/index.js +8 -32
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +13 -60
- package/dist/types/prisma-schema/wasm.js +5 -29
- package/dist/types/schema.d.ts +463 -849
- package/package.json +1 -2
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -364
- package/dist/src/event/dto/get-all-statistics.dto.js +0 -40
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -294
- package/dist/src/event/dto/get-statistics-by-id-event.dto.js +0 -40
- package/dist/src/production/dto/create-production.dto.d.ts +0 -41
- package/dist/src/production/dto/create-production.dto.js +0 -18
- package/dist/src/production/dto/create-role.dto.d.ts +0 -86
- package/dist/src/production/dto/create-role.dto.js +0 -16
- package/dist/src/production/dto/delete-production.dto.d.ts +0 -41
- package/dist/src/production/dto/delete-production.dto.js +0 -10
- package/dist/src/production/dto/get-all-production.dto.d.ts +0 -451
- package/dist/src/production/dto/get-all-production.dto.js +0 -21
- package/dist/src/production/dto/production.dto.d.ts +0 -20
- package/dist/src/production/dto/production.dto.js +0 -21
- package/dist/src/production/dto/update-production.dto.d.ts +0 -63
- package/dist/src/production/dto/update-production.dto.js +0 -19
- package/dist/src/production/exports.d.ts +0 -6
- package/dist/src/production/exports.js +0 -23
- package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.d.ts +0 -80
- package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.js +0 -16
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -563
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.js +0 -21
- package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.d.ts +0 -27
- package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.js +0 -22
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -390
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.js +0 -15
- package/dist/src/production-affiliation-request/exports.d.ts +0 -4
- package/dist/src/production-affiliation-request/exports.js +0 -21
package/dist/types/schema.d.ts
CHANGED
@@ -527,78 +527,94 @@ export interface paths {
|
|
527
527
|
patch?: never;
|
528
528
|
trace?: never;
|
529
529
|
};
|
530
|
-
"/event/
|
530
|
+
"/event/update-banner/{id}": {
|
531
531
|
parameters: {
|
532
532
|
query?: never;
|
533
533
|
header?: never;
|
534
534
|
path?: never;
|
535
535
|
cookie?: never;
|
536
536
|
};
|
537
|
-
get
|
537
|
+
get?: never;
|
538
538
|
put?: never;
|
539
539
|
post?: never;
|
540
540
|
delete?: never;
|
541
541
|
options?: never;
|
542
542
|
head?: never;
|
543
|
-
patch
|
543
|
+
patch: operations["EventController_updateBanner"];
|
544
544
|
trace?: never;
|
545
545
|
};
|
546
|
-
"/event/
|
546
|
+
"/event/delete-banner/{id}": {
|
547
547
|
parameters: {
|
548
548
|
query?: never;
|
549
549
|
header?: never;
|
550
550
|
path?: never;
|
551
551
|
cookie?: never;
|
552
552
|
};
|
553
|
-
get
|
553
|
+
get?: never;
|
554
554
|
put?: never;
|
555
555
|
post?: never;
|
556
|
-
delete
|
556
|
+
delete: operations["EventController_deleteBanner"];
|
557
557
|
options?: never;
|
558
558
|
head?: never;
|
559
559
|
patch?: never;
|
560
560
|
trace?: never;
|
561
561
|
};
|
562
|
-
"/event/
|
562
|
+
"/event/update-main-picture/{id}": {
|
563
563
|
parameters: {
|
564
564
|
query?: never;
|
565
565
|
header?: never;
|
566
566
|
path?: never;
|
567
567
|
cookie?: never;
|
568
568
|
};
|
569
|
-
get
|
569
|
+
get?: never;
|
570
570
|
put?: never;
|
571
571
|
post?: never;
|
572
572
|
delete?: never;
|
573
573
|
options?: never;
|
574
574
|
head?: never;
|
575
|
+
patch: operations["EventController_updateMainPicture"];
|
576
|
+
trace?: never;
|
577
|
+
};
|
578
|
+
"/event/delete-main-picture/{id}": {
|
579
|
+
parameters: {
|
580
|
+
query?: never;
|
581
|
+
header?: never;
|
582
|
+
path?: never;
|
583
|
+
cookie?: never;
|
584
|
+
};
|
585
|
+
get?: never;
|
586
|
+
put?: never;
|
587
|
+
post?: never;
|
588
|
+
delete: operations["EventController_deleteMainPicture"];
|
589
|
+
options?: never;
|
590
|
+
head?: never;
|
575
591
|
patch?: never;
|
576
592
|
trace?: never;
|
577
593
|
};
|
578
|
-
"/event/
|
594
|
+
"/event/all": {
|
579
595
|
parameters: {
|
580
596
|
query?: never;
|
581
597
|
header?: never;
|
582
598
|
path?: never;
|
583
599
|
cookie?: never;
|
584
600
|
};
|
585
|
-
get: operations["
|
601
|
+
get: operations["EventController_findAll"];
|
586
602
|
put?: never;
|
587
603
|
post?: never;
|
588
|
-
delete
|
604
|
+
delete?: never;
|
589
605
|
options?: never;
|
590
606
|
head?: never;
|
591
|
-
patch
|
607
|
+
patch?: never;
|
592
608
|
trace?: never;
|
593
609
|
};
|
594
|
-
"/event/
|
610
|
+
"/event/find-active": {
|
595
611
|
parameters: {
|
596
612
|
query?: never;
|
597
613
|
header?: never;
|
598
614
|
path?: never;
|
599
615
|
cookie?: never;
|
600
616
|
};
|
601
|
-
get: operations["
|
617
|
+
get: operations["EventController_getActive"];
|
602
618
|
put?: never;
|
603
619
|
post?: never;
|
604
620
|
delete?: never;
|
@@ -607,6 +623,22 @@ export interface paths {
|
|
607
623
|
patch?: never;
|
608
624
|
trace?: never;
|
609
625
|
};
|
626
|
+
"/event/{id}": {
|
627
|
+
parameters: {
|
628
|
+
query?: never;
|
629
|
+
header?: never;
|
630
|
+
path?: never;
|
631
|
+
cookie?: never;
|
632
|
+
};
|
633
|
+
get: operations["EventController_findById"];
|
634
|
+
put?: never;
|
635
|
+
post?: never;
|
636
|
+
delete: operations["EventController_remove"];
|
637
|
+
options?: never;
|
638
|
+
head?: never;
|
639
|
+
patch: operations["EventController_update"];
|
640
|
+
trace?: never;
|
641
|
+
};
|
610
642
|
"/event/toggle-active/{id}": {
|
611
643
|
parameters: {
|
612
644
|
query?: never;
|
@@ -751,23 +783,23 @@ export interface paths {
|
|
751
783
|
patch?: never;
|
752
784
|
trace?: never;
|
753
785
|
};
|
754
|
-
"/profile/{id}": {
|
786
|
+
"/profile/update-image/{id}": {
|
755
787
|
parameters: {
|
756
788
|
query?: never;
|
757
789
|
header?: never;
|
758
790
|
path?: never;
|
759
791
|
cookie?: never;
|
760
792
|
};
|
761
|
-
get
|
793
|
+
get?: never;
|
762
794
|
put?: never;
|
763
795
|
post?: never;
|
764
|
-
delete
|
796
|
+
delete?: never;
|
765
797
|
options?: never;
|
766
798
|
head?: never;
|
767
|
-
patch: operations["
|
799
|
+
patch: operations["ProfileController_updateImage"];
|
768
800
|
trace?: never;
|
769
801
|
};
|
770
|
-
"/image/
|
802
|
+
"/profile/delete-image/{id}": {
|
771
803
|
parameters: {
|
772
804
|
query?: never;
|
773
805
|
header?: never;
|
@@ -777,26 +809,26 @@ export interface paths {
|
|
777
809
|
get?: never;
|
778
810
|
put?: never;
|
779
811
|
post?: never;
|
780
|
-
delete
|
812
|
+
delete: operations["ProfileController_deleteImage"];
|
781
813
|
options?: never;
|
782
814
|
head?: never;
|
783
|
-
patch
|
815
|
+
patch?: never;
|
784
816
|
trace?: never;
|
785
817
|
};
|
786
|
-
"/
|
818
|
+
"/profile/{id}": {
|
787
819
|
parameters: {
|
788
820
|
query?: never;
|
789
821
|
header?: never;
|
790
822
|
path?: never;
|
791
823
|
cookie?: never;
|
792
824
|
};
|
793
|
-
get
|
825
|
+
get: operations["ProfileController_findById"];
|
794
826
|
put?: never;
|
795
827
|
post?: never;
|
796
|
-
delete: operations["
|
828
|
+
delete: operations["ProfileController_delete"];
|
797
829
|
options?: never;
|
798
830
|
head?: never;
|
799
|
-
patch
|
831
|
+
patch: operations["ProfileController_update"];
|
800
832
|
trace?: never;
|
801
833
|
};
|
802
834
|
"/csv/download-profiles": {
|
@@ -1455,150 +1487,6 @@ export interface paths {
|
|
1455
1487
|
patch?: never;
|
1456
1488
|
trace?: never;
|
1457
1489
|
};
|
1458
|
-
"/production/all": {
|
1459
|
-
parameters: {
|
1460
|
-
query?: never;
|
1461
|
-
header?: never;
|
1462
|
-
path?: never;
|
1463
|
-
cookie?: never;
|
1464
|
-
};
|
1465
|
-
get: operations["ProductionController_getAll"];
|
1466
|
-
put?: never;
|
1467
|
-
post?: never;
|
1468
|
-
delete?: never;
|
1469
|
-
options?: never;
|
1470
|
-
head?: never;
|
1471
|
-
patch?: never;
|
1472
|
-
trace?: never;
|
1473
|
-
};
|
1474
|
-
"/production/create": {
|
1475
|
-
parameters: {
|
1476
|
-
query?: never;
|
1477
|
-
header?: never;
|
1478
|
-
path?: never;
|
1479
|
-
cookie?: never;
|
1480
|
-
};
|
1481
|
-
get?: never;
|
1482
|
-
put?: never;
|
1483
|
-
post: operations["ProductionController_create"];
|
1484
|
-
delete?: never;
|
1485
|
-
options?: never;
|
1486
|
-
head?: never;
|
1487
|
-
patch?: never;
|
1488
|
-
trace?: never;
|
1489
|
-
};
|
1490
|
-
"/production/create-role": {
|
1491
|
-
parameters: {
|
1492
|
-
query?: never;
|
1493
|
-
header?: never;
|
1494
|
-
path?: never;
|
1495
|
-
cookie?: never;
|
1496
|
-
};
|
1497
|
-
get?: never;
|
1498
|
-
put?: never;
|
1499
|
-
post: operations["ProductionController_createRole"];
|
1500
|
-
delete?: never;
|
1501
|
-
options?: never;
|
1502
|
-
head?: never;
|
1503
|
-
patch?: never;
|
1504
|
-
trace?: never;
|
1505
|
-
};
|
1506
|
-
"/production/update/{id}": {
|
1507
|
-
parameters: {
|
1508
|
-
query?: never;
|
1509
|
-
header?: never;
|
1510
|
-
path?: never;
|
1511
|
-
cookie?: never;
|
1512
|
-
};
|
1513
|
-
get?: never;
|
1514
|
-
put?: never;
|
1515
|
-
post?: never;
|
1516
|
-
delete?: never;
|
1517
|
-
options?: never;
|
1518
|
-
head?: never;
|
1519
|
-
patch: operations["ProductionController_update"];
|
1520
|
-
trace?: never;
|
1521
|
-
};
|
1522
|
-
"/production/delete/{id}": {
|
1523
|
-
parameters: {
|
1524
|
-
query?: never;
|
1525
|
-
header?: never;
|
1526
|
-
path?: never;
|
1527
|
-
cookie?: never;
|
1528
|
-
};
|
1529
|
-
get?: never;
|
1530
|
-
put?: never;
|
1531
|
-
post?: never;
|
1532
|
-
delete: operations["ProductionController_deleteProduction"];
|
1533
|
-
options?: never;
|
1534
|
-
head?: never;
|
1535
|
-
patch?: never;
|
1536
|
-
trace?: never;
|
1537
|
-
};
|
1538
|
-
"/production-affiliation-request/create": {
|
1539
|
-
parameters: {
|
1540
|
-
query?: never;
|
1541
|
-
header?: never;
|
1542
|
-
path?: never;
|
1543
|
-
cookie?: never;
|
1544
|
-
};
|
1545
|
-
get?: never;
|
1546
|
-
put?: never;
|
1547
|
-
post: operations["ProductionAffiliationRequestController_create"];
|
1548
|
-
delete?: never;
|
1549
|
-
options?: never;
|
1550
|
-
head?: never;
|
1551
|
-
patch?: never;
|
1552
|
-
trace?: never;
|
1553
|
-
};
|
1554
|
-
"/production-affiliation-request/accept/{id}": {
|
1555
|
-
parameters: {
|
1556
|
-
query?: never;
|
1557
|
-
header?: never;
|
1558
|
-
path?: never;
|
1559
|
-
cookie?: never;
|
1560
|
-
};
|
1561
|
-
get?: never;
|
1562
|
-
put?: never;
|
1563
|
-
post: operations["ProductionAffiliationRequestController_accept"];
|
1564
|
-
delete?: never;
|
1565
|
-
options?: never;
|
1566
|
-
head?: never;
|
1567
|
-
patch?: never;
|
1568
|
-
trace?: never;
|
1569
|
-
};
|
1570
|
-
"/production-affiliation-request/reject/{id}": {
|
1571
|
-
parameters: {
|
1572
|
-
query?: never;
|
1573
|
-
header?: never;
|
1574
|
-
path?: never;
|
1575
|
-
cookie?: never;
|
1576
|
-
};
|
1577
|
-
get?: never;
|
1578
|
-
put?: never;
|
1579
|
-
post: operations["ProductionAffiliationRequestController_reject"];
|
1580
|
-
delete?: never;
|
1581
|
-
options?: never;
|
1582
|
-
head?: never;
|
1583
|
-
patch?: never;
|
1584
|
-
trace?: never;
|
1585
|
-
};
|
1586
|
-
"/production-affiliation-request/get-by-production/{id}": {
|
1587
|
-
parameters: {
|
1588
|
-
query?: never;
|
1589
|
-
header?: never;
|
1590
|
-
path?: never;
|
1591
|
-
cookie?: never;
|
1592
|
-
};
|
1593
|
-
get: operations["ProductionAffiliationRequestController_findByProduction"];
|
1594
|
-
put?: never;
|
1595
|
-
post?: never;
|
1596
|
-
delete?: never;
|
1597
|
-
options?: never;
|
1598
|
-
head?: never;
|
1599
|
-
patch?: never;
|
1600
|
-
trace?: never;
|
1601
|
-
};
|
1602
1490
|
}
|
1603
1491
|
export type webhooks = Record<string, never>;
|
1604
1492
|
export interface components {
|
@@ -1636,22 +1524,19 @@ export interface components {
|
|
1636
1524
|
CreateTagDto: {
|
1637
1525
|
name: string;
|
1638
1526
|
groupId: string;
|
1639
|
-
type?: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
|
1640
1527
|
};
|
1641
1528
|
CreateTagResponseDto: {
|
1642
1529
|
id: string;
|
1643
1530
|
name: string;
|
1644
1531
|
groupId: string;
|
1645
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1646
|
-
created_at: string;
|
1647
|
-
updated_at: string;
|
1532
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1648
1533
|
};
|
1649
1534
|
FindAllTagResponseDto: {
|
1650
1535
|
tags: {
|
1651
1536
|
id: string;
|
1652
1537
|
name: string;
|
1653
1538
|
groupId: string;
|
1654
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1539
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1655
1540
|
created_at: string;
|
1656
1541
|
updated_at: string;
|
1657
1542
|
group: {
|
@@ -1669,7 +1554,7 @@ export interface components {
|
|
1669
1554
|
id: string;
|
1670
1555
|
name: string;
|
1671
1556
|
groupId: string;
|
1672
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1557
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1673
1558
|
created_at: string;
|
1674
1559
|
updated_at: string;
|
1675
1560
|
group: {
|
@@ -1686,7 +1571,7 @@ export interface components {
|
|
1686
1571
|
id: string;
|
1687
1572
|
name: string;
|
1688
1573
|
groupId: string;
|
1689
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1574
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1690
1575
|
created_at: string;
|
1691
1576
|
updated_at: string;
|
1692
1577
|
group: {
|
@@ -1706,7 +1591,7 @@ export interface components {
|
|
1706
1591
|
id: string;
|
1707
1592
|
name: string;
|
1708
1593
|
groupId: string;
|
1709
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1594
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1710
1595
|
created_at: string;
|
1711
1596
|
updated_at: string;
|
1712
1597
|
};
|
@@ -1714,7 +1599,7 @@ export interface components {
|
|
1714
1599
|
id: string;
|
1715
1600
|
name: string;
|
1716
1601
|
groupId: string;
|
1717
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1602
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1718
1603
|
created_at: string;
|
1719
1604
|
updated_at: string;
|
1720
1605
|
};
|
@@ -1811,7 +1696,7 @@ export interface components {
|
|
1811
1696
|
id: string;
|
1812
1697
|
name: string;
|
1813
1698
|
groupId: string;
|
1814
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1699
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1815
1700
|
created_at: string;
|
1816
1701
|
updated_at: string;
|
1817
1702
|
}[];
|
@@ -1821,7 +1706,7 @@ export interface components {
|
|
1821
1706
|
globalFilter: {
|
1822
1707
|
id: string;
|
1823
1708
|
name: string;
|
1824
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1709
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1825
1710
|
group: {
|
1826
1711
|
id: string;
|
1827
1712
|
color: string;
|
@@ -1840,7 +1725,7 @@ export interface components {
|
|
1840
1725
|
globalFilter: {
|
1841
1726
|
id: string;
|
1842
1727
|
name: string;
|
1843
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1728
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1844
1729
|
group: {
|
1845
1730
|
id: string;
|
1846
1731
|
color: string;
|
@@ -1851,7 +1736,7 @@ export interface components {
|
|
1851
1736
|
id: string;
|
1852
1737
|
name: string;
|
1853
1738
|
groupId: string;
|
1854
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1739
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1855
1740
|
created_at: string;
|
1856
1741
|
updated_at: string;
|
1857
1742
|
}[];
|
@@ -1881,7 +1766,7 @@ export interface components {
|
|
1881
1766
|
id: string;
|
1882
1767
|
name: string;
|
1883
1768
|
groupId: string;
|
1884
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1769
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1885
1770
|
created_at: string;
|
1886
1771
|
updated_at: string;
|
1887
1772
|
}[];
|
@@ -1897,7 +1782,7 @@ export interface components {
|
|
1897
1782
|
id: string;
|
1898
1783
|
name: string;
|
1899
1784
|
groupId: string;
|
1900
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1785
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1901
1786
|
created_at: string;
|
1902
1787
|
updated_at: string;
|
1903
1788
|
_count: {
|
@@ -1920,7 +1805,7 @@ export interface components {
|
|
1920
1805
|
id: string;
|
1921
1806
|
name: string;
|
1922
1807
|
groupId: string;
|
1923
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1808
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1924
1809
|
created_at: string;
|
1925
1810
|
updated_at: string;
|
1926
1811
|
}[];
|
@@ -2104,6 +1989,9 @@ export interface components {
|
|
2104
1989
|
startingDate: string;
|
2105
1990
|
endingDate: string;
|
2106
1991
|
location: string;
|
1992
|
+
mainPictureUrl: string | null;
|
1993
|
+
bannerUrl: string | null;
|
1994
|
+
description: string | null;
|
2107
1995
|
folderId: string | null;
|
2108
1996
|
tagAssistedId: string;
|
2109
1997
|
tagConfirmedId: string;
|
@@ -2127,6 +2015,9 @@ export interface components {
|
|
2127
2015
|
startingDate: string;
|
2128
2016
|
endingDate: string;
|
2129
2017
|
location: string;
|
2018
|
+
mainPictureUrl: string | null;
|
2019
|
+
bannerUrl: string | null;
|
2020
|
+
description: string | null;
|
2130
2021
|
folderId: string | null;
|
2131
2022
|
tagAssistedId: string;
|
2132
2023
|
tagConfirmedId: string;
|
@@ -2161,12 +2052,18 @@ export interface components {
|
|
2161
2052
|
endingDate: string;
|
2162
2053
|
location: string;
|
2163
2054
|
folderId: string | null;
|
2055
|
+
mainPictureUrl: string | null;
|
2056
|
+
bannerUrl: string | null;
|
2057
|
+
description: string | null;
|
2164
2058
|
subEvents?: {
|
2165
2059
|
name: string;
|
2166
2060
|
date: string;
|
2167
2061
|
startingDate: string;
|
2168
2062
|
endingDate: string;
|
2169
2063
|
location: string;
|
2064
|
+
mainPictureUrl: string | null;
|
2065
|
+
bannerUrl: string | null;
|
2066
|
+
description: string | null;
|
2170
2067
|
}[];
|
2171
2068
|
tagsId: string[];
|
2172
2069
|
eventTickets: {
|
@@ -2182,6 +2079,9 @@ export interface components {
|
|
2182
2079
|
startingDate: string;
|
2183
2080
|
endingDate: string;
|
2184
2081
|
location: string;
|
2082
|
+
mainPictureUrl: string | null;
|
2083
|
+
bannerUrl: string | null;
|
2084
|
+
description: string | null;
|
2185
2085
|
folderId: string | null;
|
2186
2086
|
tagAssistedId: string;
|
2187
2087
|
tagConfirmedId: string;
|
@@ -2190,6 +2090,18 @@ export interface components {
|
|
2190
2090
|
created_at: string;
|
2191
2091
|
updated_at: string;
|
2192
2092
|
};
|
2093
|
+
UpdateBannerEventDto: {
|
2094
|
+
image?: Record<string, never>;
|
2095
|
+
};
|
2096
|
+
UpdateBannerEventResponseDto: {
|
2097
|
+
message: string;
|
2098
|
+
};
|
2099
|
+
UpdateMainPictureEventResponseDto: {
|
2100
|
+
message: string;
|
2101
|
+
};
|
2102
|
+
UpdateMainPictureEventDto: {
|
2103
|
+
image?: Record<string, never>;
|
2104
|
+
};
|
2193
2105
|
GetAllEventsResponseDto: {
|
2194
2106
|
folders: {
|
2195
2107
|
id: string;
|
@@ -2204,6 +2116,9 @@ export interface components {
|
|
2204
2116
|
startingDate: string;
|
2205
2117
|
endingDate: string;
|
2206
2118
|
location: string;
|
2119
|
+
mainPictureUrl: string | null;
|
2120
|
+
bannerUrl: string | null;
|
2121
|
+
description: string | null;
|
2207
2122
|
folderId: string | null;
|
2208
2123
|
tagAssistedId: string;
|
2209
2124
|
tagConfirmedId: string;
|
@@ -2218,6 +2133,9 @@ export interface components {
|
|
2218
2133
|
startingDate: string;
|
2219
2134
|
endingDate: string;
|
2220
2135
|
location: string;
|
2136
|
+
mainPictureUrl: string | null;
|
2137
|
+
bannerUrl: string | null;
|
2138
|
+
description: string | null;
|
2221
2139
|
folderId: string | null;
|
2222
2140
|
tagAssistedId: string;
|
2223
2141
|
tagConfirmedId: string;
|
@@ -2233,6 +2151,9 @@ export interface components {
|
|
2233
2151
|
startingDate: string;
|
2234
2152
|
endingDate: string;
|
2235
2153
|
location: string;
|
2154
|
+
mainPictureUrl: string | null;
|
2155
|
+
bannerUrl: string | null;
|
2156
|
+
description: string | null;
|
2236
2157
|
folderId: string | null;
|
2237
2158
|
tagAssistedId: string;
|
2238
2159
|
tagConfirmedId: string;
|
@@ -2241,10 +2162,10 @@ export interface components {
|
|
2241
2162
|
created_at: string;
|
2242
2163
|
updated_at: string;
|
2243
2164
|
}[];
|
2244
|
-
|
2165
|
+
tags: {
|
2245
2166
|
id: string;
|
2246
2167
|
name: string;
|
2247
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2168
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2248
2169
|
group: {
|
2249
2170
|
id: string;
|
2250
2171
|
color: string;
|
@@ -2267,6 +2188,9 @@ export interface components {
|
|
2267
2188
|
startingDate: string;
|
2268
2189
|
endingDate: string;
|
2269
2190
|
location: string;
|
2191
|
+
mainPictureUrl: string | null;
|
2192
|
+
bannerUrl: string | null;
|
2193
|
+
description: string | null;
|
2270
2194
|
folderId: string | null;
|
2271
2195
|
tagAssistedId: string;
|
2272
2196
|
tagConfirmedId: string;
|
@@ -2281,6 +2205,9 @@ export interface components {
|
|
2281
2205
|
startingDate: string;
|
2282
2206
|
endingDate: string;
|
2283
2207
|
location: string;
|
2208
|
+
mainPictureUrl: string | null;
|
2209
|
+
bannerUrl: string | null;
|
2210
|
+
description: string | null;
|
2284
2211
|
folderId: string | null;
|
2285
2212
|
tagAssistedId: string;
|
2286
2213
|
tagConfirmedId: string;
|
@@ -2296,6 +2223,9 @@ export interface components {
|
|
2296
2223
|
startingDate: string;
|
2297
2224
|
endingDate: string;
|
2298
2225
|
location: string;
|
2226
|
+
mainPictureUrl: string | null;
|
2227
|
+
bannerUrl: string | null;
|
2228
|
+
description: string | null;
|
2299
2229
|
folderId: string | null;
|
2300
2230
|
tagAssistedId: string;
|
2301
2231
|
tagConfirmedId: string;
|
@@ -2304,10 +2234,10 @@ export interface components {
|
|
2304
2234
|
created_at: string;
|
2305
2235
|
updated_at: string;
|
2306
2236
|
}[];
|
2307
|
-
|
2237
|
+
tags: {
|
2308
2238
|
id: string;
|
2309
2239
|
name: string;
|
2310
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2240
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2311
2241
|
group: {
|
2312
2242
|
id: string;
|
2313
2243
|
color: string;
|
@@ -2331,6 +2261,9 @@ export interface components {
|
|
2331
2261
|
startingDate: string;
|
2332
2262
|
endingDate: string;
|
2333
2263
|
location: string;
|
2264
|
+
mainPictureUrl: string | null;
|
2265
|
+
bannerUrl: string | null;
|
2266
|
+
description: string | null;
|
2334
2267
|
folderId: string | null;
|
2335
2268
|
tagAssistedId: string;
|
2336
2269
|
tagConfirmedId: string;
|
@@ -2346,28 +2279,6 @@ export interface components {
|
|
2346
2279
|
}[];
|
2347
2280
|
}[];
|
2348
2281
|
};
|
2349
|
-
GetAllStatisticsResponseDto: {
|
2350
|
-
totalIncome: number;
|
2351
|
-
emailByPurchasedTickets: {
|
2352
|
-
mail: string;
|
2353
|
-
ticketsPurchased: number;
|
2354
|
-
}[];
|
2355
|
-
attendancePercent: number;
|
2356
|
-
maxTicketPerTypeAll: {
|
2357
|
-
[key: string]: number | undefined;
|
2358
|
-
};
|
2359
|
-
emmitedticketPerTypeAll: {
|
2360
|
-
[key: string]: number | undefined;
|
2361
|
-
};
|
2362
|
-
eventDataIndividual: {
|
2363
|
-
id: string;
|
2364
|
-
name: string;
|
2365
|
-
price: number | null;
|
2366
|
-
purchasePercent: number;
|
2367
|
-
spectatorEventTicket: number | null;
|
2368
|
-
spectatorTicketsSold: number;
|
2369
|
-
}[];
|
2370
|
-
};
|
2371
2282
|
GetByIdEventResponseDto: {
|
2372
2283
|
id: string;
|
2373
2284
|
name: string;
|
@@ -2375,6 +2286,9 @@ export interface components {
|
|
2375
2286
|
startingDate: string;
|
2376
2287
|
endingDate: string;
|
2377
2288
|
location: string;
|
2289
|
+
mainPictureUrl: string | null;
|
2290
|
+
bannerUrl: string | null;
|
2291
|
+
description: string | null;
|
2378
2292
|
folderId: string | null;
|
2379
2293
|
tagAssistedId: string;
|
2380
2294
|
tagConfirmedId: string;
|
@@ -2389,6 +2303,9 @@ export interface components {
|
|
2389
2303
|
startingDate: string;
|
2390
2304
|
endingDate: string;
|
2391
2305
|
location: string;
|
2306
|
+
mainPictureUrl: string | null;
|
2307
|
+
bannerUrl: string | null;
|
2308
|
+
description: string | null;
|
2392
2309
|
folderId: string | null;
|
2393
2310
|
tagAssistedId: string;
|
2394
2311
|
tagConfirmedId: string;
|
@@ -2404,6 +2321,9 @@ export interface components {
|
|
2404
2321
|
startingDate: string;
|
2405
2322
|
endingDate: string;
|
2406
2323
|
location: string;
|
2324
|
+
mainPictureUrl: string | null;
|
2325
|
+
bannerUrl: string | null;
|
2326
|
+
description: string | null;
|
2407
2327
|
folderId: string | null;
|
2408
2328
|
tagAssistedId: string;
|
2409
2329
|
tagConfirmedId: string;
|
@@ -2418,11 +2338,11 @@ export interface components {
|
|
2418
2338
|
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2419
2339
|
price: number | null;
|
2420
2340
|
}[];
|
2421
|
-
|
2341
|
+
tags: {
|
2422
2342
|
id: string;
|
2423
2343
|
name: string;
|
2424
2344
|
groupId: string;
|
2425
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2345
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2426
2346
|
created_at: string;
|
2427
2347
|
updated_at: string;
|
2428
2348
|
group: {
|
@@ -2452,7 +2372,7 @@ export interface components {
|
|
2452
2372
|
id: string;
|
2453
2373
|
name: string;
|
2454
2374
|
groupId: string;
|
2455
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2375
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2456
2376
|
created_at: string;
|
2457
2377
|
updated_at: string;
|
2458
2378
|
group: {
|
@@ -2468,7 +2388,7 @@ export interface components {
|
|
2468
2388
|
id: string;
|
2469
2389
|
name: string;
|
2470
2390
|
groupId: string;
|
2471
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2391
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2472
2392
|
created_at: string;
|
2473
2393
|
updated_at: string;
|
2474
2394
|
group: {
|
@@ -2481,48 +2401,32 @@ export interface components {
|
|
2481
2401
|
};
|
2482
2402
|
};
|
2483
2403
|
};
|
2484
|
-
GetStatisticsByIdResponseDto: {
|
2485
|
-
maxTickets: number;
|
2486
|
-
emmitedTickets: number;
|
2487
|
-
emittedTicketsPercent: number;
|
2488
|
-
emmitedticketPerType: {
|
2489
|
-
[key: string]: number | undefined;
|
2490
|
-
};
|
2491
|
-
totalIncome: number;
|
2492
|
-
maxTotalIncome: number;
|
2493
|
-
maxTicketPerType: {
|
2494
|
-
[key: string]: number | undefined;
|
2495
|
-
};
|
2496
|
-
totalTicketsScanned: number;
|
2497
|
-
notScanned: number;
|
2498
|
-
attendancePercent: number;
|
2499
|
-
attendancePerHour: (string | null)[];
|
2500
|
-
avgAmountPerTicketGroup: number | null;
|
2501
|
-
heatMapDates: {
|
2502
|
-
date: string;
|
2503
|
-
count: number;
|
2504
|
-
}[];
|
2505
|
-
};
|
2506
2404
|
UpdateEventDto: {
|
2507
|
-
name
|
2508
|
-
folderId
|
2509
|
-
date
|
2510
|
-
location
|
2511
|
-
startingDate
|
2512
|
-
endingDate
|
2513
|
-
|
2514
|
-
|
2515
|
-
|
2516
|
-
|
2517
|
-
|
2518
|
-
|
2519
|
-
|
2405
|
+
name?: string;
|
2406
|
+
folderId?: string | null;
|
2407
|
+
date?: string;
|
2408
|
+
location?: string;
|
2409
|
+
startingDate?: string;
|
2410
|
+
endingDate?: string;
|
2411
|
+
bannerUrl?: string | null;
|
2412
|
+
mainPictureUrl?: string | null;
|
2413
|
+
description?: string | null;
|
2414
|
+
tagsId?: string[];
|
2415
|
+
subEvents?: {
|
2416
|
+
name?: string;
|
2417
|
+
location?: string;
|
2418
|
+
date?: string;
|
2419
|
+
startingDate?: string;
|
2420
|
+
endingDate?: string;
|
2421
|
+
bannerUrl?: string | null;
|
2422
|
+
mainPictureUrl?: string | null;
|
2423
|
+
description?: string | null;
|
2520
2424
|
id: string | "";
|
2521
2425
|
}[];
|
2522
|
-
eventTickets
|
2523
|
-
amount
|
2524
|
-
type
|
2525
|
-
price
|
2426
|
+
eventTickets?: {
|
2427
|
+
amount?: number | null;
|
2428
|
+
type?: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2429
|
+
price?: number | null;
|
2526
2430
|
}[];
|
2527
2431
|
};
|
2528
2432
|
UpdateEventResponseDto: {
|
@@ -2532,6 +2436,9 @@ export interface components {
|
|
2532
2436
|
startingDate: string;
|
2533
2437
|
endingDate: string;
|
2534
2438
|
location: string;
|
2439
|
+
mainPictureUrl: string | null;
|
2440
|
+
bannerUrl: string | null;
|
2441
|
+
description: string | null;
|
2535
2442
|
folderId: string | null;
|
2536
2443
|
tagAssistedId: string;
|
2537
2444
|
tagConfirmedId: string;
|
@@ -2543,7 +2450,7 @@ export interface components {
|
|
2543
2450
|
id: string;
|
2544
2451
|
name: string;
|
2545
2452
|
groupId: string;
|
2546
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2453
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2547
2454
|
created_at: string;
|
2548
2455
|
updated_at: string;
|
2549
2456
|
group: {
|
@@ -2569,6 +2476,9 @@ export interface components {
|
|
2569
2476
|
startingDate: string;
|
2570
2477
|
endingDate: string;
|
2571
2478
|
location: string;
|
2479
|
+
mainPictureUrl: string | null;
|
2480
|
+
bannerUrl: string | null;
|
2481
|
+
description: string | null;
|
2572
2482
|
folderId: string | null;
|
2573
2483
|
tagAssistedId: string;
|
2574
2484
|
tagConfirmedId: string;
|
@@ -2607,7 +2517,7 @@ export interface components {
|
|
2607
2517
|
id: string;
|
2608
2518
|
name: string;
|
2609
2519
|
groupId: string;
|
2610
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2520
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2611
2521
|
created_at: string;
|
2612
2522
|
updated_at: string;
|
2613
2523
|
group: {
|
@@ -2647,7 +2557,7 @@ export interface components {
|
|
2647
2557
|
id: string;
|
2648
2558
|
name: string;
|
2649
2559
|
groupId: string;
|
2650
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2560
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2651
2561
|
created_at: string;
|
2652
2562
|
updated_at: string;
|
2653
2563
|
}[];
|
@@ -2705,7 +2615,7 @@ export interface components {
|
|
2705
2615
|
id: string;
|
2706
2616
|
name: string;
|
2707
2617
|
groupId: string;
|
2708
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2618
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2709
2619
|
created_at: string;
|
2710
2620
|
updated_at: string;
|
2711
2621
|
group: {
|
@@ -2746,7 +2656,7 @@ export interface components {
|
|
2746
2656
|
id: string;
|
2747
2657
|
name: string;
|
2748
2658
|
groupId: string;
|
2749
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2659
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2750
2660
|
created_at: string;
|
2751
2661
|
updated_at: string;
|
2752
2662
|
}[];
|
@@ -2782,7 +2692,7 @@ export interface components {
|
|
2782
2692
|
id: string;
|
2783
2693
|
name: string;
|
2784
2694
|
groupId: string;
|
2785
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2695
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2786
2696
|
created_at: string;
|
2787
2697
|
updated_at: string;
|
2788
2698
|
group: {
|
@@ -2881,6 +2791,15 @@ export interface components {
|
|
2881
2791
|
type: "created";
|
2882
2792
|
};
|
2883
2793
|
};
|
2794
|
+
UpdateImageProfileDto: {
|
2795
|
+
image?: Record<string, never>;
|
2796
|
+
};
|
2797
|
+
UpdateImageProfileResponseDto: {
|
2798
|
+
message: string;
|
2799
|
+
};
|
2800
|
+
DeleteImageProfileResponseDto: {
|
2801
|
+
message: string;
|
2802
|
+
};
|
2884
2803
|
FindByIdProfileResponseDto: {
|
2885
2804
|
id: string;
|
2886
2805
|
shortId: number;
|
@@ -2929,7 +2848,7 @@ export interface components {
|
|
2929
2848
|
id: string;
|
2930
2849
|
name: string;
|
2931
2850
|
groupId: string;
|
2932
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2851
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2933
2852
|
created_at: string;
|
2934
2853
|
updated_at: string;
|
2935
2854
|
group: {
|
@@ -2997,15 +2916,6 @@ export interface components {
|
|
2997
2916
|
};
|
2998
2917
|
tags?: string[];
|
2999
2918
|
};
|
3000
|
-
UpdateImageDto: {
|
3001
|
-
image?: Record<string, never>;
|
3002
|
-
};
|
3003
|
-
UpdateImageResponseDto: {
|
3004
|
-
message: string;
|
3005
|
-
};
|
3006
|
-
DeleteImageResponseDto: {
|
3007
|
-
message: string;
|
3008
|
-
};
|
3009
2919
|
DownloadProfilesDto: {
|
3010
2920
|
password: string;
|
3011
2921
|
};
|
@@ -3136,6 +3046,9 @@ export interface components {
|
|
3136
3046
|
startingDate: string;
|
3137
3047
|
endingDate: string;
|
3138
3048
|
location: string;
|
3049
|
+
mainPictureUrl: string | null;
|
3050
|
+
bannerUrl: string | null;
|
3051
|
+
description: string | null;
|
3139
3052
|
folderId: string | null;
|
3140
3053
|
tagAssistedId: string;
|
3141
3054
|
tagConfirmedId: string;
|
@@ -3176,6 +3089,9 @@ export interface components {
|
|
3176
3089
|
startingDate: string;
|
3177
3090
|
endingDate: string;
|
3178
3091
|
location: string;
|
3092
|
+
mainPictureUrl: string | null;
|
3093
|
+
bannerUrl: string | null;
|
3094
|
+
description: string | null;
|
3179
3095
|
folderId: string | null;
|
3180
3096
|
tagAssistedId: string;
|
3181
3097
|
tagConfirmedId: string;
|
@@ -3233,6 +3149,9 @@ export interface components {
|
|
3233
3149
|
startingDate: string;
|
3234
3150
|
endingDate: string;
|
3235
3151
|
location: string;
|
3152
|
+
mainPictureUrl: string | null;
|
3153
|
+
bannerUrl: string | null;
|
3154
|
+
description: string | null;
|
3236
3155
|
folderId: string | null;
|
3237
3156
|
tagAssistedId: string;
|
3238
3157
|
tagConfirmedId: string;
|
@@ -3385,6 +3304,9 @@ export interface components {
|
|
3385
3304
|
startingDate: string;
|
3386
3305
|
endingDate: string;
|
3387
3306
|
location: string;
|
3307
|
+
mainPictureUrl: string | null;
|
3308
|
+
bannerUrl: string | null;
|
3309
|
+
description: string | null;
|
3388
3310
|
folderId: string | null;
|
3389
3311
|
tagAssistedId: string;
|
3390
3312
|
tagConfirmedId: string;
|
@@ -3497,6 +3419,9 @@ export interface components {
|
|
3497
3419
|
startingDate: string;
|
3498
3420
|
endingDate: string;
|
3499
3421
|
location: string;
|
3422
|
+
mainPictureUrl: string | null;
|
3423
|
+
bannerUrl: string | null;
|
3424
|
+
description: string | null;
|
3500
3425
|
folderId: string | null;
|
3501
3426
|
tagAssistedId: string;
|
3502
3427
|
tagConfirmedId: string;
|
@@ -3777,153 +3702,6 @@ export interface components {
|
|
3777
3702
|
user_id: number;
|
3778
3703
|
};
|
3779
3704
|
Response: Record<string, never>;
|
3780
|
-
GetAllProductionResponseDto: {
|
3781
|
-
productions: {
|
3782
|
-
id: string;
|
3783
|
-
name: string;
|
3784
|
-
administratorId: string | null;
|
3785
|
-
created_at: string;
|
3786
|
-
updated_at: string;
|
3787
|
-
administrator: {
|
3788
|
-
id: string;
|
3789
|
-
shortId: number;
|
3790
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
3791
|
-
firstTimeMiExpo: boolean;
|
3792
|
-
username: string | null;
|
3793
|
-
password: string | null;
|
3794
|
-
phoneNumber: string;
|
3795
|
-
isPhoneVerified: boolean;
|
3796
|
-
secondaryPhoneNumber: string | null;
|
3797
|
-
fullName: string;
|
3798
|
-
firstName: string | null;
|
3799
|
-
gender: string | null;
|
3800
|
-
birthDate: string | null;
|
3801
|
-
profilePictureUrl: string | null;
|
3802
|
-
instagram: string | null;
|
3803
|
-
mail: string | null;
|
3804
|
-
dni: string | null;
|
3805
|
-
alternativeNames: string[];
|
3806
|
-
birthLocationId: string | null;
|
3807
|
-
residenceLocationId: string | null;
|
3808
|
-
isInTrash: boolean;
|
3809
|
-
movedToTrashDate: string | null;
|
3810
|
-
created_at: string;
|
3811
|
-
updated_at: string;
|
3812
|
-
} | null;
|
3813
|
-
}[];
|
3814
|
-
};
|
3815
|
-
CreateProductionDto: {
|
3816
|
-
name: string;
|
3817
|
-
administratorId: string | null;
|
3818
|
-
};
|
3819
|
-
CreateProductionRoleDto: {
|
3820
|
-
name: string;
|
3821
|
-
};
|
3822
|
-
UpdateProductionDto: {
|
3823
|
-
name?: string;
|
3824
|
-
administratorId?: string | null;
|
3825
|
-
};
|
3826
|
-
UpdateProductionResponseDto: {
|
3827
|
-
id: string;
|
3828
|
-
name: string;
|
3829
|
-
administratorId: string | null;
|
3830
|
-
created_at: string;
|
3831
|
-
updated_at: string;
|
3832
|
-
};
|
3833
|
-
DeleteProductionResponseDto: {
|
3834
|
-
id: string;
|
3835
|
-
name: string;
|
3836
|
-
administratorId: string | null;
|
3837
|
-
created_at: string;
|
3838
|
-
updated_at: string;
|
3839
|
-
};
|
3840
|
-
CreateProductionAffiliationRequestDto: {
|
3841
|
-
productionId: string;
|
3842
|
-
};
|
3843
|
-
UpdateProductionAffiliationRequestResponseDto: {
|
3844
|
-
id: string;
|
3845
|
-
productionId: string;
|
3846
|
-
profileId: string;
|
3847
|
-
status: "APPROVED" | "PENDING" | "REJECTED";
|
3848
|
-
created_at: string;
|
3849
|
-
updated_at: string;
|
3850
|
-
production: {
|
3851
|
-
id: string;
|
3852
|
-
name: string;
|
3853
|
-
administratorId: string | null;
|
3854
|
-
created_at: string;
|
3855
|
-
updated_at: string;
|
3856
|
-
};
|
3857
|
-
profile: {
|
3858
|
-
id: string;
|
3859
|
-
shortId: number;
|
3860
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
3861
|
-
firstTimeMiExpo: boolean;
|
3862
|
-
username: string | null;
|
3863
|
-
password: string | null;
|
3864
|
-
phoneNumber: string;
|
3865
|
-
isPhoneVerified: boolean;
|
3866
|
-
secondaryPhoneNumber: string | null;
|
3867
|
-
fullName: string;
|
3868
|
-
firstName: string | null;
|
3869
|
-
gender: string | null;
|
3870
|
-
birthDate: string | null;
|
3871
|
-
profilePictureUrl: string | null;
|
3872
|
-
instagram: string | null;
|
3873
|
-
mail: string | null;
|
3874
|
-
dni: string | null;
|
3875
|
-
alternativeNames: string[];
|
3876
|
-
birthLocationId: string | null;
|
3877
|
-
residenceLocationId: string | null;
|
3878
|
-
isInTrash: boolean;
|
3879
|
-
movedToTrashDate: string | null;
|
3880
|
-
created_at: string;
|
3881
|
-
updated_at: string;
|
3882
|
-
};
|
3883
|
-
};
|
3884
|
-
FindByProductionAffiliationRequestResponseDto: {
|
3885
|
-
productions: {
|
3886
|
-
id: string;
|
3887
|
-
productionId: string;
|
3888
|
-
profileId: string;
|
3889
|
-
status: "APPROVED" | "PENDING" | "REJECTED";
|
3890
|
-
created_at: string;
|
3891
|
-
updated_at: string;
|
3892
|
-
production: {
|
3893
|
-
id: string;
|
3894
|
-
name: string;
|
3895
|
-
administratorId: string | null;
|
3896
|
-
created_at: string;
|
3897
|
-
updated_at: string;
|
3898
|
-
};
|
3899
|
-
profile: {
|
3900
|
-
id: string;
|
3901
|
-
shortId: number;
|
3902
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
3903
|
-
firstTimeMiExpo: boolean;
|
3904
|
-
username: string | null;
|
3905
|
-
password: string | null;
|
3906
|
-
phoneNumber: string;
|
3907
|
-
isPhoneVerified: boolean;
|
3908
|
-
secondaryPhoneNumber: string | null;
|
3909
|
-
fullName: string;
|
3910
|
-
firstName: string | null;
|
3911
|
-
gender: string | null;
|
3912
|
-
birthDate: string | null;
|
3913
|
-
profilePictureUrl: string | null;
|
3914
|
-
instagram: string | null;
|
3915
|
-
mail: string | null;
|
3916
|
-
dni: string | null;
|
3917
|
-
alternativeNames: string[];
|
3918
|
-
birthLocationId: string | null;
|
3919
|
-
residenceLocationId: string | null;
|
3920
|
-
isInTrash: boolean;
|
3921
|
-
movedToTrashDate: string | null;
|
3922
|
-
created_at: string;
|
3923
|
-
updated_at: string;
|
3924
|
-
};
|
3925
|
-
}[];
|
3926
|
-
};
|
3927
3705
|
};
|
3928
3706
|
responses: never;
|
3929
3707
|
parameters: never;
|
@@ -4923,24 +4701,30 @@ export interface operations {
|
|
4923
4701
|
};
|
4924
4702
|
};
|
4925
4703
|
};
|
4926
|
-
|
4704
|
+
EventController_updateBanner: {
|
4927
4705
|
parameters: {
|
4928
4706
|
query?: never;
|
4929
4707
|
header?: never;
|
4930
|
-
path
|
4708
|
+
path: {
|
4709
|
+
id: string;
|
4710
|
+
};
|
4931
4711
|
cookie?: never;
|
4932
4712
|
};
|
4933
|
-
requestBody
|
4713
|
+
requestBody: {
|
4714
|
+
content: {
|
4715
|
+
"multipart/form-data": components["schemas"]["UpdateBannerEventDto"];
|
4716
|
+
};
|
4717
|
+
};
|
4934
4718
|
responses: {
|
4935
4719
|
200: {
|
4936
4720
|
headers: {
|
4937
4721
|
[name: string]: unknown;
|
4938
4722
|
};
|
4939
4723
|
content: {
|
4940
|
-
"application/json": components["schemas"]["
|
4724
|
+
"application/json": components["schemas"]["UpdateBannerEventResponseDto"];
|
4941
4725
|
};
|
4942
4726
|
};
|
4943
|
-
|
4727
|
+
409: {
|
4944
4728
|
headers: {
|
4945
4729
|
[name: string]: unknown;
|
4946
4730
|
};
|
@@ -4948,47 +4732,25 @@ export interface operations {
|
|
4948
4732
|
"application/json": components["schemas"]["ErrorDto"];
|
4949
4733
|
};
|
4950
4734
|
};
|
4951
|
-
|
4952
|
-
};
|
4953
|
-
EventController_getActive: {
|
4954
|
-
parameters: {
|
4955
|
-
query?: never;
|
4956
|
-
header?: never;
|
4957
|
-
path?: never;
|
4958
|
-
cookie?: never;
|
4959
|
-
};
|
4960
|
-
requestBody?: never;
|
4961
|
-
responses: {
|
4962
|
-
200: {
|
4735
|
+
422: {
|
4963
4736
|
headers: {
|
4964
4737
|
[name: string]: unknown;
|
4965
4738
|
};
|
4966
4739
|
content: {
|
4967
|
-
"application/json": components["schemas"]["
|
4740
|
+
"application/json": components["schemas"]["ErrorDto"];
|
4968
4741
|
};
|
4969
4742
|
};
|
4970
|
-
|
4971
|
-
};
|
4972
|
-
EventController_getStatistics: {
|
4973
|
-
parameters: {
|
4974
|
-
query?: never;
|
4975
|
-
header?: never;
|
4976
|
-
path?: never;
|
4977
|
-
cookie?: never;
|
4978
|
-
};
|
4979
|
-
requestBody?: never;
|
4980
|
-
responses: {
|
4981
|
-
200: {
|
4743
|
+
500: {
|
4982
4744
|
headers: {
|
4983
4745
|
[name: string]: unknown;
|
4984
4746
|
};
|
4985
4747
|
content: {
|
4986
|
-
"application/json": components["schemas"]["
|
4748
|
+
"application/json": components["schemas"]["ErrorDto"];
|
4987
4749
|
};
|
4988
4750
|
};
|
4989
4751
|
};
|
4990
4752
|
};
|
4991
|
-
|
4753
|
+
EventController_deleteBanner: {
|
4992
4754
|
parameters: {
|
4993
4755
|
query?: never;
|
4994
4756
|
header?: never;
|
@@ -5004,7 +4766,7 @@ export interface operations {
|
|
5004
4766
|
[name: string]: unknown;
|
5005
4767
|
};
|
5006
4768
|
content: {
|
5007
|
-
"application/json": components["schemas"]["
|
4769
|
+
"application/json": components["schemas"]["UpdateMainPictureEventResponseDto"];
|
5008
4770
|
};
|
5009
4771
|
};
|
5010
4772
|
404: {
|
@@ -5015,20 +4777,7 @@ export interface operations {
|
|
5015
4777
|
"application/json": components["schemas"]["ErrorDto"];
|
5016
4778
|
};
|
5017
4779
|
};
|
5018
|
-
|
5019
|
-
};
|
5020
|
-
EventController_remove: {
|
5021
|
-
parameters: {
|
5022
|
-
query?: never;
|
5023
|
-
header?: never;
|
5024
|
-
path: {
|
5025
|
-
id: string;
|
5026
|
-
};
|
5027
|
-
cookie?: never;
|
5028
|
-
};
|
5029
|
-
requestBody?: never;
|
5030
|
-
responses: {
|
5031
|
-
404: {
|
4780
|
+
500: {
|
5032
4781
|
headers: {
|
5033
4782
|
[name: string]: unknown;
|
5034
4783
|
};
|
@@ -5036,17 +4785,9 @@ export interface operations {
|
|
5036
4785
|
"application/json": components["schemas"]["ErrorDto"];
|
5037
4786
|
};
|
5038
4787
|
};
|
5039
|
-
410: {
|
5040
|
-
headers: {
|
5041
|
-
[name: string]: unknown;
|
5042
|
-
};
|
5043
|
-
content: {
|
5044
|
-
"application/json": components["schemas"]["DeleteEventResponseDto"];
|
5045
|
-
};
|
5046
|
-
};
|
5047
4788
|
};
|
5048
4789
|
};
|
5049
|
-
|
4790
|
+
EventController_updateMainPicture: {
|
5050
4791
|
parameters: {
|
5051
4792
|
query?: never;
|
5052
4793
|
header?: never;
|
@@ -5057,7 +4798,7 @@ export interface operations {
|
|
5057
4798
|
};
|
5058
4799
|
requestBody: {
|
5059
4800
|
content: {
|
5060
|
-
"
|
4801
|
+
"multipart/form-data": components["schemas"]["UpdateMainPictureEventDto"];
|
5061
4802
|
};
|
5062
4803
|
};
|
5063
4804
|
responses: {
|
@@ -5066,15 +4807,7 @@ export interface operations {
|
|
5066
4807
|
[name: string]: unknown;
|
5067
4808
|
};
|
5068
4809
|
content: {
|
5069
|
-
"application/json": components["schemas"]["
|
5070
|
-
};
|
5071
|
-
};
|
5072
|
-
404: {
|
5073
|
-
headers: {
|
5074
|
-
[name: string]: unknown;
|
5075
|
-
};
|
5076
|
-
content: {
|
5077
|
-
"application/json": components["schemas"]["ErrorDto"];
|
4810
|
+
"application/json": components["schemas"]["UpdateMainPictureEventResponseDto"];
|
5078
4811
|
};
|
5079
4812
|
};
|
5080
4813
|
409: {
|
@@ -5085,31 +4818,15 @@ export interface operations {
|
|
5085
4818
|
"application/json": components["schemas"]["ErrorDto"];
|
5086
4819
|
};
|
5087
4820
|
};
|
5088
|
-
|
5089
|
-
};
|
5090
|
-
EventController_getStatisticsById: {
|
5091
|
-
parameters: {
|
5092
|
-
query: {
|
5093
|
-
gte: string;
|
5094
|
-
lte: string;
|
5095
|
-
};
|
5096
|
-
header?: never;
|
5097
|
-
path: {
|
5098
|
-
id: string;
|
5099
|
-
};
|
5100
|
-
cookie?: never;
|
5101
|
-
};
|
5102
|
-
requestBody?: never;
|
5103
|
-
responses: {
|
5104
|
-
200: {
|
4821
|
+
422: {
|
5105
4822
|
headers: {
|
5106
4823
|
[name: string]: unknown;
|
5107
4824
|
};
|
5108
4825
|
content: {
|
5109
|
-
"application/json": components["schemas"]["
|
4826
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5110
4827
|
};
|
5111
4828
|
};
|
5112
|
-
|
4829
|
+
500: {
|
5113
4830
|
headers: {
|
5114
4831
|
[name: string]: unknown;
|
5115
4832
|
};
|
@@ -5119,7 +4836,7 @@ export interface operations {
|
|
5119
4836
|
};
|
5120
4837
|
};
|
5121
4838
|
};
|
5122
|
-
|
4839
|
+
EventController_deleteMainPicture: {
|
5123
4840
|
parameters: {
|
5124
4841
|
query?: never;
|
5125
4842
|
header?: never;
|
@@ -5135,7 +4852,7 @@ export interface operations {
|
|
5135
4852
|
[name: string]: unknown;
|
5136
4853
|
};
|
5137
4854
|
content: {
|
5138
|
-
"application/json": components["schemas"]["
|
4855
|
+
"application/json": components["schemas"]["UpdateMainPictureEventResponseDto"];
|
5139
4856
|
};
|
5140
4857
|
};
|
5141
4858
|
404: {
|
@@ -5146,7 +4863,7 @@ export interface operations {
|
|
5146
4863
|
"application/json": components["schemas"]["ErrorDto"];
|
5147
4864
|
};
|
5148
4865
|
};
|
5149
|
-
|
4866
|
+
500: {
|
5150
4867
|
headers: {
|
5151
4868
|
[name: string]: unknown;
|
5152
4869
|
};
|
@@ -5156,7 +4873,7 @@ export interface operations {
|
|
5156
4873
|
};
|
5157
4874
|
};
|
5158
4875
|
};
|
5159
|
-
|
4876
|
+
EventController_findAll: {
|
5160
4877
|
parameters: {
|
5161
4878
|
query?: never;
|
5162
4879
|
header?: never;
|
@@ -5170,12 +4887,20 @@ export interface operations {
|
|
5170
4887
|
[name: string]: unknown;
|
5171
4888
|
};
|
5172
4889
|
content: {
|
5173
|
-
"application/json": components["schemas"]["
|
4890
|
+
"application/json": components["schemas"]["GetAllEventsResponseDto"];
|
4891
|
+
};
|
4892
|
+
};
|
4893
|
+
404: {
|
4894
|
+
headers: {
|
4895
|
+
[name: string]: unknown;
|
4896
|
+
};
|
4897
|
+
content: {
|
4898
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5174
4899
|
};
|
5175
4900
|
};
|
5176
4901
|
};
|
5177
4902
|
};
|
5178
|
-
|
4903
|
+
EventController_getActive: {
|
5179
4904
|
parameters: {
|
5180
4905
|
query?: never;
|
5181
4906
|
header?: never;
|
@@ -5189,18 +4914,18 @@ export interface operations {
|
|
5189
4914
|
[name: string]: unknown;
|
5190
4915
|
};
|
5191
4916
|
content: {
|
5192
|
-
"application/json": components["schemas"]["
|
4917
|
+
"application/json": components["schemas"]["GetActiveEventsResponseDto"];
|
5193
4918
|
};
|
5194
4919
|
};
|
5195
4920
|
};
|
5196
4921
|
};
|
5197
|
-
|
4922
|
+
EventController_findById: {
|
5198
4923
|
parameters: {
|
5199
|
-
query
|
5200
|
-
tags: string[];
|
5201
|
-
};
|
4924
|
+
query?: never;
|
5202
4925
|
header?: never;
|
5203
|
-
path
|
4926
|
+
path: {
|
4927
|
+
id: string;
|
4928
|
+
};
|
5204
4929
|
cookie?: never;
|
5205
4930
|
};
|
5206
4931
|
requestBody?: never;
|
@@ -5210,7 +4935,7 @@ export interface operations {
|
|
5210
4935
|
[name: string]: unknown;
|
5211
4936
|
};
|
5212
4937
|
content: {
|
5213
|
-
"application/json": components["schemas"]["
|
4938
|
+
"application/json": components["schemas"]["GetByIdEventResponseDto"];
|
5214
4939
|
};
|
5215
4940
|
};
|
5216
4941
|
404: {
|
@@ -5223,56 +4948,67 @@ export interface operations {
|
|
5223
4948
|
};
|
5224
4949
|
};
|
5225
4950
|
};
|
5226
|
-
|
4951
|
+
EventController_remove: {
|
5227
4952
|
parameters: {
|
5228
|
-
query
|
5229
|
-
tagGroups: string[];
|
5230
|
-
};
|
4953
|
+
query?: never;
|
5231
4954
|
header?: never;
|
5232
|
-
path
|
4955
|
+
path: {
|
4956
|
+
id: string;
|
4957
|
+
};
|
5233
4958
|
cookie?: never;
|
5234
4959
|
};
|
5235
4960
|
requestBody?: never;
|
5236
4961
|
responses: {
|
5237
|
-
|
4962
|
+
404: {
|
5238
4963
|
headers: {
|
5239
4964
|
[name: string]: unknown;
|
5240
4965
|
};
|
5241
4966
|
content: {
|
5242
|
-
"application/json": components["schemas"]["
|
4967
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5243
4968
|
};
|
5244
4969
|
};
|
5245
|
-
|
4970
|
+
410: {
|
5246
4971
|
headers: {
|
5247
4972
|
[name: string]: unknown;
|
5248
4973
|
};
|
5249
4974
|
content: {
|
5250
|
-
"application/json": components["schemas"]["
|
4975
|
+
"application/json": components["schemas"]["DeleteEventResponseDto"];
|
5251
4976
|
};
|
5252
4977
|
};
|
5253
4978
|
};
|
5254
4979
|
};
|
5255
|
-
|
4980
|
+
EventController_update: {
|
5256
4981
|
parameters: {
|
5257
|
-
query
|
5258
|
-
from: string;
|
5259
|
-
to: string;
|
5260
|
-
};
|
4982
|
+
query?: never;
|
5261
4983
|
header?: never;
|
5262
|
-
path
|
4984
|
+
path: {
|
4985
|
+
id: string;
|
4986
|
+
};
|
5263
4987
|
cookie?: never;
|
5264
4988
|
};
|
5265
|
-
requestBody
|
4989
|
+
requestBody: {
|
4990
|
+
content: {
|
4991
|
+
"application/json": components["schemas"]["UpdateEventDto"];
|
4992
|
+
};
|
4993
|
+
};
|
5266
4994
|
responses: {
|
5267
4995
|
200: {
|
5268
4996
|
headers: {
|
5269
4997
|
[name: string]: unknown;
|
5270
4998
|
};
|
5271
4999
|
content: {
|
5272
|
-
"application/json": components["schemas"]["
|
5000
|
+
"application/json": components["schemas"]["UpdateEventResponseDto"];
|
5273
5001
|
};
|
5274
5002
|
};
|
5275
|
-
|
5003
|
+
404: {
|
5004
|
+
headers: {
|
5005
|
+
[name: string]: unknown;
|
5006
|
+
};
|
5007
|
+
content: {
|
5008
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5009
|
+
};
|
5010
|
+
};
|
5011
|
+
409: {
|
5276
5012
|
headers: {
|
5277
5013
|
[name: string]: unknown;
|
5278
5014
|
};
|
@@ -5282,12 +5018,12 @@ export interface operations {
|
|
5282
5018
|
};
|
5283
5019
|
};
|
5284
5020
|
};
|
5285
|
-
|
5021
|
+
EventController_toggleActive: {
|
5286
5022
|
parameters: {
|
5287
5023
|
query?: never;
|
5288
5024
|
header?: never;
|
5289
5025
|
path: {
|
5290
|
-
|
5026
|
+
id: string;
|
5291
5027
|
};
|
5292
5028
|
cookie?: never;
|
5293
5029
|
};
|
@@ -5298,7 +5034,7 @@ export interface operations {
|
|
5298
5034
|
[name: string]: unknown;
|
5299
5035
|
};
|
5300
5036
|
content: {
|
5301
|
-
"application/json": components["schemas"]["
|
5037
|
+
"application/json": components["schemas"]["UpdateEventResponseDto"];
|
5302
5038
|
};
|
5303
5039
|
};
|
5304
5040
|
404: {
|
@@ -5309,9 +5045,17 @@ export interface operations {
|
|
5309
5045
|
"application/json": components["schemas"]["ErrorDto"];
|
5310
5046
|
};
|
5311
5047
|
};
|
5048
|
+
409: {
|
5049
|
+
headers: {
|
5050
|
+
[name: string]: unknown;
|
5051
|
+
};
|
5052
|
+
content: {
|
5053
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5054
|
+
};
|
5055
|
+
};
|
5312
5056
|
};
|
5313
5057
|
};
|
5314
|
-
|
5058
|
+
ProfileController_findAll: {
|
5315
5059
|
parameters: {
|
5316
5060
|
query?: never;
|
5317
5061
|
header?: never;
|
@@ -5325,30 +5069,47 @@ export interface operations {
|
|
5325
5069
|
[name: string]: unknown;
|
5326
5070
|
};
|
5327
5071
|
content: {
|
5328
|
-
"application/json": components["schemas"]["
|
5072
|
+
"application/json": components["schemas"]["FindAllProfileResponseDto"];
|
5329
5073
|
};
|
5330
5074
|
};
|
5331
5075
|
};
|
5332
5076
|
};
|
5333
|
-
|
5077
|
+
ProfileController_findAllWithActiveChat: {
|
5334
5078
|
parameters: {
|
5335
5079
|
query?: never;
|
5336
5080
|
header?: never;
|
5337
5081
|
path?: never;
|
5338
5082
|
cookie?: never;
|
5339
5083
|
};
|
5340
|
-
requestBody
|
5341
|
-
|
5342
|
-
|
5084
|
+
requestBody?: never;
|
5085
|
+
responses: {
|
5086
|
+
200: {
|
5087
|
+
headers: {
|
5088
|
+
[name: string]: unknown;
|
5089
|
+
};
|
5090
|
+
content: {
|
5091
|
+
"application/json": components["schemas"]["FindWithActiveChatResponseDto"];
|
5092
|
+
};
|
5343
5093
|
};
|
5344
5094
|
};
|
5095
|
+
};
|
5096
|
+
ProfileController_findByTag: {
|
5097
|
+
parameters: {
|
5098
|
+
query: {
|
5099
|
+
tags: string[];
|
5100
|
+
};
|
5101
|
+
header?: never;
|
5102
|
+
path?: never;
|
5103
|
+
cookie?: never;
|
5104
|
+
};
|
5105
|
+
requestBody?: never;
|
5345
5106
|
responses: {
|
5346
5107
|
200: {
|
5347
5108
|
headers: {
|
5348
5109
|
[name: string]: unknown;
|
5349
5110
|
};
|
5350
5111
|
content: {
|
5351
|
-
"application/json": components["schemas"]["
|
5112
|
+
"application/json": components["schemas"]["FindByTagsProfileResponseDto"];
|
5352
5113
|
};
|
5353
5114
|
};
|
5354
5115
|
404: {
|
@@ -5359,7 +5120,28 @@ export interface operations {
|
|
5359
5120
|
"application/json": components["schemas"]["ErrorDto"];
|
5360
5121
|
};
|
5361
5122
|
};
|
5362
|
-
|
5123
|
+
};
|
5124
|
+
};
|
5125
|
+
ProfileController_findByTagGroups: {
|
5126
|
+
parameters: {
|
5127
|
+
query: {
|
5128
|
+
tagGroups: string[];
|
5129
|
+
};
|
5130
|
+
header?: never;
|
5131
|
+
path?: never;
|
5132
|
+
cookie?: never;
|
5133
|
+
};
|
5134
|
+
requestBody?: never;
|
5135
|
+
responses: {
|
5136
|
+
200: {
|
5137
|
+
headers: {
|
5138
|
+
[name: string]: unknown;
|
5139
|
+
};
|
5140
|
+
content: {
|
5141
|
+
"application/json": components["schemas"]["FindByTagGroupsProfileResponseDto"];
|
5142
|
+
};
|
5143
|
+
};
|
5144
|
+
404: {
|
5363
5145
|
headers: {
|
5364
5146
|
[name: string]: unknown;
|
5365
5147
|
};
|
@@ -5369,13 +5151,14 @@ export interface operations {
|
|
5369
5151
|
};
|
5370
5152
|
};
|
5371
5153
|
};
|
5372
|
-
|
5154
|
+
ProfileController_findByDateRange: {
|
5373
5155
|
parameters: {
|
5374
|
-
query
|
5375
|
-
|
5376
|
-
|
5377
|
-
id: string;
|
5156
|
+
query: {
|
5157
|
+
from: string;
|
5158
|
+
to: string;
|
5378
5159
|
};
|
5160
|
+
header?: never;
|
5161
|
+
path?: never;
|
5379
5162
|
cookie?: never;
|
5380
5163
|
};
|
5381
5164
|
requestBody?: never;
|
@@ -5385,10 +5168,10 @@ export interface operations {
|
|
5385
5168
|
[name: string]: unknown;
|
5386
5169
|
};
|
5387
5170
|
content: {
|
5388
|
-
"application/json": components["schemas"]["
|
5171
|
+
"application/json": components["schemas"]["FindByDateRangeResponseDto"];
|
5389
5172
|
};
|
5390
5173
|
};
|
5391
|
-
|
5174
|
+
412: {
|
5392
5175
|
headers: {
|
5393
5176
|
[name: string]: unknown;
|
5394
5177
|
};
|
@@ -5398,12 +5181,12 @@ export interface operations {
|
|
5398
5181
|
};
|
5399
5182
|
};
|
5400
5183
|
};
|
5401
|
-
|
5184
|
+
ProfileController_findByPhoneNumber: {
|
5402
5185
|
parameters: {
|
5403
5186
|
query?: never;
|
5404
5187
|
header?: never;
|
5405
5188
|
path: {
|
5406
|
-
|
5189
|
+
phoneNumber: string;
|
5407
5190
|
};
|
5408
5191
|
cookie?: never;
|
5409
5192
|
};
|
@@ -5414,7 +5197,7 @@ export interface operations {
|
|
5414
5197
|
[name: string]: unknown;
|
5415
5198
|
};
|
5416
5199
|
content: {
|
5417
|
-
"application/json": components["schemas"]["
|
5200
|
+
"application/json": components["schemas"]["FindByPhoneNumberResponseDto"];
|
5418
5201
|
};
|
5419
5202
|
};
|
5420
5203
|
404: {
|
@@ -5427,18 +5210,35 @@ export interface operations {
|
|
5427
5210
|
};
|
5428
5211
|
};
|
5429
5212
|
};
|
5430
|
-
|
5213
|
+
ProfileController_findTrashCan: {
|
5431
5214
|
parameters: {
|
5432
5215
|
query?: never;
|
5433
5216
|
header?: never;
|
5434
|
-
path
|
5435
|
-
|
5217
|
+
path?: never;
|
5218
|
+
cookie?: never;
|
5219
|
+
};
|
5220
|
+
requestBody?: never;
|
5221
|
+
responses: {
|
5222
|
+
200: {
|
5223
|
+
headers: {
|
5224
|
+
[name: string]: unknown;
|
5225
|
+
};
|
5226
|
+
content: {
|
5227
|
+
"application/json": components["schemas"]["FindTrashResponseDto"];
|
5228
|
+
};
|
5436
5229
|
};
|
5230
|
+
};
|
5231
|
+
};
|
5232
|
+
ProfileController_create: {
|
5233
|
+
parameters: {
|
5234
|
+
query?: never;
|
5235
|
+
header?: never;
|
5236
|
+
path?: never;
|
5437
5237
|
cookie?: never;
|
5438
5238
|
};
|
5439
5239
|
requestBody: {
|
5440
5240
|
content: {
|
5441
|
-
"application/json": components["schemas"]["
|
5241
|
+
"application/json": components["schemas"]["CreateProfileDto"];
|
5442
5242
|
};
|
5443
5243
|
};
|
5444
5244
|
responses: {
|
@@ -5447,7 +5247,7 @@ export interface operations {
|
|
5447
5247
|
[name: string]: unknown;
|
5448
5248
|
};
|
5449
5249
|
content: {
|
5450
|
-
"application/json": components["schemas"]["
|
5250
|
+
"application/json": components["schemas"]["CreateProfileResponseDto"];
|
5451
5251
|
};
|
5452
5252
|
};
|
5453
5253
|
404: {
|
@@ -5468,7 +5268,7 @@ export interface operations {
|
|
5468
5268
|
};
|
5469
5269
|
};
|
5470
5270
|
};
|
5471
|
-
|
5271
|
+
ProfileController_updateImage: {
|
5472
5272
|
parameters: {
|
5473
5273
|
query?: never;
|
5474
5274
|
header?: never;
|
@@ -5479,7 +5279,7 @@ export interface operations {
|
|
5479
5279
|
};
|
5480
5280
|
requestBody: {
|
5481
5281
|
content: {
|
5482
|
-
"multipart/form-data": components["schemas"]["
|
5282
|
+
"multipart/form-data": components["schemas"]["UpdateImageProfileDto"];
|
5483
5283
|
};
|
5484
5284
|
};
|
5485
5285
|
responses: {
|
@@ -5488,7 +5288,7 @@ export interface operations {
|
|
5488
5288
|
[name: string]: unknown;
|
5489
5289
|
};
|
5490
5290
|
content: {
|
5491
|
-
"application/json": components["schemas"]["
|
5291
|
+
"application/json": components["schemas"]["UpdateImageProfileResponseDto"];
|
5492
5292
|
};
|
5493
5293
|
};
|
5494
5294
|
409: {
|
@@ -5517,7 +5317,7 @@ export interface operations {
|
|
5517
5317
|
};
|
5518
5318
|
};
|
5519
5319
|
};
|
5520
|
-
|
5320
|
+
ProfileController_deleteImage: {
|
5521
5321
|
parameters: {
|
5522
5322
|
query?: never;
|
5523
5323
|
header?: never;
|
@@ -5533,7 +5333,7 @@ export interface operations {
|
|
5533
5333
|
[name: string]: unknown;
|
5534
5334
|
};
|
5535
5335
|
content: {
|
5536
|
-
"application/json": components["schemas"]["
|
5336
|
+
"application/json": components["schemas"]["DeleteImageProfileResponseDto"];
|
5537
5337
|
};
|
5538
5338
|
};
|
5539
5339
|
404: {
|
@@ -5554,6 +5354,105 @@ export interface operations {
|
|
5554
5354
|
};
|
5555
5355
|
};
|
5556
5356
|
};
|
5357
|
+
ProfileController_findById: {
|
5358
|
+
parameters: {
|
5359
|
+
query?: never;
|
5360
|
+
header?: never;
|
5361
|
+
path: {
|
5362
|
+
id: string;
|
5363
|
+
};
|
5364
|
+
cookie?: never;
|
5365
|
+
};
|
5366
|
+
requestBody?: never;
|
5367
|
+
responses: {
|
5368
|
+
200: {
|
5369
|
+
headers: {
|
5370
|
+
[name: string]: unknown;
|
5371
|
+
};
|
5372
|
+
content: {
|
5373
|
+
"application/json": components["schemas"]["FindByIdProfileResponseDto"];
|
5374
|
+
};
|
5375
|
+
};
|
5376
|
+
404: {
|
5377
|
+
headers: {
|
5378
|
+
[name: string]: unknown;
|
5379
|
+
};
|
5380
|
+
content: {
|
5381
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5382
|
+
};
|
5383
|
+
};
|
5384
|
+
};
|
5385
|
+
};
|
5386
|
+
ProfileController_delete: {
|
5387
|
+
parameters: {
|
5388
|
+
query?: never;
|
5389
|
+
header?: never;
|
5390
|
+
path: {
|
5391
|
+
id: string;
|
5392
|
+
};
|
5393
|
+
cookie?: never;
|
5394
|
+
};
|
5395
|
+
requestBody?: never;
|
5396
|
+
responses: {
|
5397
|
+
200: {
|
5398
|
+
headers: {
|
5399
|
+
[name: string]: unknown;
|
5400
|
+
};
|
5401
|
+
content: {
|
5402
|
+
"application/json": components["schemas"]["DeleteProfileResponseDto"];
|
5403
|
+
};
|
5404
|
+
};
|
5405
|
+
404: {
|
5406
|
+
headers: {
|
5407
|
+
[name: string]: unknown;
|
5408
|
+
};
|
5409
|
+
content: {
|
5410
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5411
|
+
};
|
5412
|
+
};
|
5413
|
+
};
|
5414
|
+
};
|
5415
|
+
ProfileController_update: {
|
5416
|
+
parameters: {
|
5417
|
+
query?: never;
|
5418
|
+
header?: never;
|
5419
|
+
path: {
|
5420
|
+
id: string;
|
5421
|
+
};
|
5422
|
+
cookie?: never;
|
5423
|
+
};
|
5424
|
+
requestBody: {
|
5425
|
+
content: {
|
5426
|
+
"application/json": components["schemas"]["UpdateProfileDto"];
|
5427
|
+
};
|
5428
|
+
};
|
5429
|
+
responses: {
|
5430
|
+
200: {
|
5431
|
+
headers: {
|
5432
|
+
[name: string]: unknown;
|
5433
|
+
};
|
5434
|
+
content: {
|
5435
|
+
"application/json": components["schemas"]["UpdateProfileDto"];
|
5436
|
+
};
|
5437
|
+
};
|
5438
|
+
404: {
|
5439
|
+
headers: {
|
5440
|
+
[name: string]: unknown;
|
5441
|
+
};
|
5442
|
+
content: {
|
5443
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5444
|
+
};
|
5445
|
+
};
|
5446
|
+
409: {
|
5447
|
+
headers: {
|
5448
|
+
[name: string]: unknown;
|
5449
|
+
};
|
5450
|
+
content: {
|
5451
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5452
|
+
};
|
5453
|
+
};
|
5454
|
+
};
|
5455
|
+
};
|
5557
5456
|
CsvController_downloadProfiles: {
|
5558
5457
|
parameters: {
|
5559
5458
|
query?: never;
|
@@ -6869,289 +6768,4 @@ export interface operations {
|
|
6869
6768
|
};
|
6870
6769
|
};
|
6871
6770
|
};
|
6872
|
-
ProductionController_getAll: {
|
6873
|
-
parameters: {
|
6874
|
-
query?: never;
|
6875
|
-
header?: never;
|
6876
|
-
path?: never;
|
6877
|
-
cookie?: never;
|
6878
|
-
};
|
6879
|
-
requestBody?: never;
|
6880
|
-
responses: {
|
6881
|
-
200: {
|
6882
|
-
headers: {
|
6883
|
-
[name: string]: unknown;
|
6884
|
-
};
|
6885
|
-
content: {
|
6886
|
-
"application/json": components["schemas"]["GetAllProductionResponseDto"];
|
6887
|
-
};
|
6888
|
-
};
|
6889
|
-
};
|
6890
|
-
};
|
6891
|
-
ProductionController_create: {
|
6892
|
-
parameters: {
|
6893
|
-
query?: never;
|
6894
|
-
header?: never;
|
6895
|
-
path?: never;
|
6896
|
-
cookie?: never;
|
6897
|
-
};
|
6898
|
-
requestBody: {
|
6899
|
-
content: {
|
6900
|
-
"application/json": components["schemas"]["CreateProductionDto"];
|
6901
|
-
};
|
6902
|
-
};
|
6903
|
-
responses: {
|
6904
|
-
200: {
|
6905
|
-
headers: {
|
6906
|
-
[name: string]: unknown;
|
6907
|
-
};
|
6908
|
-
content: {
|
6909
|
-
"application/json": components["schemas"]["CreateProductionDto"];
|
6910
|
-
};
|
6911
|
-
};
|
6912
|
-
409: {
|
6913
|
-
headers: {
|
6914
|
-
[name: string]: unknown;
|
6915
|
-
};
|
6916
|
-
content: {
|
6917
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6918
|
-
};
|
6919
|
-
};
|
6920
|
-
};
|
6921
|
-
};
|
6922
|
-
ProductionController_createRole: {
|
6923
|
-
parameters: {
|
6924
|
-
query?: never;
|
6925
|
-
header?: never;
|
6926
|
-
path?: never;
|
6927
|
-
cookie?: never;
|
6928
|
-
};
|
6929
|
-
requestBody: {
|
6930
|
-
content: {
|
6931
|
-
"application/json": components["schemas"]["CreateProductionRoleDto"];
|
6932
|
-
};
|
6933
|
-
};
|
6934
|
-
responses: {
|
6935
|
-
201: {
|
6936
|
-
headers: {
|
6937
|
-
[name: string]: unknown;
|
6938
|
-
};
|
6939
|
-
content: {
|
6940
|
-
"application/json": components["schemas"]["CreateProductionDto"];
|
6941
|
-
};
|
6942
|
-
};
|
6943
|
-
};
|
6944
|
-
};
|
6945
|
-
ProductionController_update: {
|
6946
|
-
parameters: {
|
6947
|
-
query?: never;
|
6948
|
-
header?: never;
|
6949
|
-
path: {
|
6950
|
-
id: string;
|
6951
|
-
};
|
6952
|
-
cookie?: never;
|
6953
|
-
};
|
6954
|
-
requestBody: {
|
6955
|
-
content: {
|
6956
|
-
"application/json": components["schemas"]["UpdateProductionDto"];
|
6957
|
-
};
|
6958
|
-
};
|
6959
|
-
responses: {
|
6960
|
-
200: {
|
6961
|
-
headers: {
|
6962
|
-
[name: string]: unknown;
|
6963
|
-
};
|
6964
|
-
content: {
|
6965
|
-
"application/json": components["schemas"]["UpdateProductionResponseDto"];
|
6966
|
-
};
|
6967
|
-
};
|
6968
|
-
404: {
|
6969
|
-
headers: {
|
6970
|
-
[name: string]: unknown;
|
6971
|
-
};
|
6972
|
-
content: {
|
6973
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6974
|
-
};
|
6975
|
-
};
|
6976
|
-
409: {
|
6977
|
-
headers: {
|
6978
|
-
[name: string]: unknown;
|
6979
|
-
};
|
6980
|
-
content: {
|
6981
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6982
|
-
};
|
6983
|
-
};
|
6984
|
-
};
|
6985
|
-
};
|
6986
|
-
ProductionController_deleteProduction: {
|
6987
|
-
parameters: {
|
6988
|
-
query?: never;
|
6989
|
-
header?: never;
|
6990
|
-
path: {
|
6991
|
-
id: string;
|
6992
|
-
};
|
6993
|
-
cookie?: never;
|
6994
|
-
};
|
6995
|
-
requestBody?: never;
|
6996
|
-
responses: {
|
6997
|
-
200: {
|
6998
|
-
headers: {
|
6999
|
-
[name: string]: unknown;
|
7000
|
-
};
|
7001
|
-
content: {
|
7002
|
-
"application/json": components["schemas"]["DeleteProductionResponseDto"];
|
7003
|
-
};
|
7004
|
-
};
|
7005
|
-
404: {
|
7006
|
-
headers: {
|
7007
|
-
[name: string]: unknown;
|
7008
|
-
};
|
7009
|
-
content: {
|
7010
|
-
"application/json": components["schemas"]["ErrorDto"];
|
7011
|
-
};
|
7012
|
-
};
|
7013
|
-
409: {
|
7014
|
-
headers: {
|
7015
|
-
[name: string]: unknown;
|
7016
|
-
};
|
7017
|
-
content: {
|
7018
|
-
"application/json": components["schemas"]["ErrorDto"];
|
7019
|
-
};
|
7020
|
-
};
|
7021
|
-
};
|
7022
|
-
};
|
7023
|
-
ProductionAffiliationRequestController_create: {
|
7024
|
-
parameters: {
|
7025
|
-
query?: never;
|
7026
|
-
header?: never;
|
7027
|
-
path?: never;
|
7028
|
-
cookie?: never;
|
7029
|
-
};
|
7030
|
-
requestBody: {
|
7031
|
-
content: {
|
7032
|
-
"application/json": components["schemas"]["CreateProductionAffiliationRequestDto"];
|
7033
|
-
};
|
7034
|
-
};
|
7035
|
-
responses: {
|
7036
|
-
201: {
|
7037
|
-
headers: {
|
7038
|
-
[name: string]: unknown;
|
7039
|
-
};
|
7040
|
-
content: {
|
7041
|
-
"application/json": components["schemas"]["CreateProductionAffiliationRequestDto"];
|
7042
|
-
};
|
7043
|
-
};
|
7044
|
-
409: {
|
7045
|
-
headers: {
|
7046
|
-
[name: string]: unknown;
|
7047
|
-
};
|
7048
|
-
content: {
|
7049
|
-
"application/json": components["schemas"]["ErrorDto"];
|
7050
|
-
};
|
7051
|
-
};
|
7052
|
-
};
|
7053
|
-
};
|
7054
|
-
ProductionAffiliationRequestController_accept: {
|
7055
|
-
parameters: {
|
7056
|
-
query?: never;
|
7057
|
-
header?: never;
|
7058
|
-
path: {
|
7059
|
-
id: string;
|
7060
|
-
};
|
7061
|
-
cookie?: never;
|
7062
|
-
};
|
7063
|
-
requestBody?: never;
|
7064
|
-
responses: {
|
7065
|
-
200: {
|
7066
|
-
headers: {
|
7067
|
-
[name: string]: unknown;
|
7068
|
-
};
|
7069
|
-
content: {
|
7070
|
-
"application/json": components["schemas"]["UpdateProductionAffiliationRequestResponseDto"];
|
7071
|
-
};
|
7072
|
-
};
|
7073
|
-
401: {
|
7074
|
-
headers: {
|
7075
|
-
[name: string]: unknown;
|
7076
|
-
};
|
7077
|
-
content: {
|
7078
|
-
"application/json": components["schemas"]["ErrorDto"];
|
7079
|
-
};
|
7080
|
-
};
|
7081
|
-
404: {
|
7082
|
-
headers: {
|
7083
|
-
[name: string]: unknown;
|
7084
|
-
};
|
7085
|
-
content: {
|
7086
|
-
"application/json": components["schemas"]["ErrorDto"];
|
7087
|
-
};
|
7088
|
-
};
|
7089
|
-
};
|
7090
|
-
};
|
7091
|
-
ProductionAffiliationRequestController_reject: {
|
7092
|
-
parameters: {
|
7093
|
-
query?: never;
|
7094
|
-
header?: never;
|
7095
|
-
path: {
|
7096
|
-
id: string;
|
7097
|
-
};
|
7098
|
-
cookie?: never;
|
7099
|
-
};
|
7100
|
-
requestBody?: never;
|
7101
|
-
responses: {
|
7102
|
-
200: {
|
7103
|
-
headers: {
|
7104
|
-
[name: string]: unknown;
|
7105
|
-
};
|
7106
|
-
content: {
|
7107
|
-
"application/json": components["schemas"]["UpdateProductionAffiliationRequestResponseDto"];
|
7108
|
-
};
|
7109
|
-
};
|
7110
|
-
401: {
|
7111
|
-
headers: {
|
7112
|
-
[name: string]: unknown;
|
7113
|
-
};
|
7114
|
-
content: {
|
7115
|
-
"application/json": components["schemas"]["ErrorDto"];
|
7116
|
-
};
|
7117
|
-
};
|
7118
|
-
404: {
|
7119
|
-
headers: {
|
7120
|
-
[name: string]: unknown;
|
7121
|
-
};
|
7122
|
-
content: {
|
7123
|
-
"application/json": components["schemas"]["ErrorDto"];
|
7124
|
-
};
|
7125
|
-
};
|
7126
|
-
};
|
7127
|
-
};
|
7128
|
-
ProductionAffiliationRequestController_findByProduction: {
|
7129
|
-
parameters: {
|
7130
|
-
query?: never;
|
7131
|
-
header?: never;
|
7132
|
-
path: {
|
7133
|
-
id: string;
|
7134
|
-
};
|
7135
|
-
cookie?: never;
|
7136
|
-
};
|
7137
|
-
requestBody?: never;
|
7138
|
-
responses: {
|
7139
|
-
200: {
|
7140
|
-
headers: {
|
7141
|
-
[name: string]: unknown;
|
7142
|
-
};
|
7143
|
-
content: {
|
7144
|
-
"application/json": components["schemas"]["FindByProductionAffiliationRequestResponseDto"];
|
7145
|
-
};
|
7146
|
-
};
|
7147
|
-
404: {
|
7148
|
-
headers: {
|
7149
|
-
[name: string]: unknown;
|
7150
|
-
};
|
7151
|
-
content: {
|
7152
|
-
"application/json": components["schemas"]["ErrorDto"];
|
7153
|
-
};
|
7154
|
-
};
|
7155
|
-
};
|
7156
|
-
};
|
7157
6771
|
}
|