expo-backend-types 0.49.0-EXPO-355-ExpoBackend-Rutas-de-produccion.10 → 0.49.0-EXPO-343-Quique-Wolff.3
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 +148 -129
- package/dist/src/event/dto/update-event.dto.js +10 -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 -58
- package/dist/src/i18n/es.js +8 -60
- 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 +486 -745
- package/package.json +1 -2
- 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,6 +527,70 @@ export interface paths {
|
|
527
527
|
patch?: never;
|
528
528
|
trace?: never;
|
529
529
|
};
|
530
|
+
"/event/update-banner/{id}": {
|
531
|
+
parameters: {
|
532
|
+
query?: never;
|
533
|
+
header?: never;
|
534
|
+
path?: never;
|
535
|
+
cookie?: never;
|
536
|
+
};
|
537
|
+
get?: never;
|
538
|
+
put?: never;
|
539
|
+
post?: never;
|
540
|
+
delete?: never;
|
541
|
+
options?: never;
|
542
|
+
head?: never;
|
543
|
+
patch: operations["EventController_updateBanner"];
|
544
|
+
trace?: never;
|
545
|
+
};
|
546
|
+
"/event/delete-banner/{id}": {
|
547
|
+
parameters: {
|
548
|
+
query?: never;
|
549
|
+
header?: never;
|
550
|
+
path?: never;
|
551
|
+
cookie?: never;
|
552
|
+
};
|
553
|
+
get?: never;
|
554
|
+
put?: never;
|
555
|
+
post?: never;
|
556
|
+
delete: operations["EventController_deleteBanner"];
|
557
|
+
options?: never;
|
558
|
+
head?: never;
|
559
|
+
patch?: never;
|
560
|
+
trace?: never;
|
561
|
+
};
|
562
|
+
"/event/update-main-picture/{id}": {
|
563
|
+
parameters: {
|
564
|
+
query?: never;
|
565
|
+
header?: never;
|
566
|
+
path?: never;
|
567
|
+
cookie?: never;
|
568
|
+
};
|
569
|
+
get?: never;
|
570
|
+
put?: never;
|
571
|
+
post?: never;
|
572
|
+
delete?: never;
|
573
|
+
options?: never;
|
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;
|
591
|
+
patch?: never;
|
592
|
+
trace?: never;
|
593
|
+
};
|
530
594
|
"/event/all": {
|
531
595
|
parameters: {
|
532
596
|
query?: never;
|
@@ -719,23 +783,23 @@ export interface paths {
|
|
719
783
|
patch?: never;
|
720
784
|
trace?: never;
|
721
785
|
};
|
722
|
-
"/profile/{id}": {
|
786
|
+
"/profile/update-image/{id}": {
|
723
787
|
parameters: {
|
724
788
|
query?: never;
|
725
789
|
header?: never;
|
726
790
|
path?: never;
|
727
791
|
cookie?: never;
|
728
792
|
};
|
729
|
-
get
|
793
|
+
get?: never;
|
730
794
|
put?: never;
|
731
795
|
post?: never;
|
732
|
-
delete
|
796
|
+
delete?: never;
|
733
797
|
options?: never;
|
734
798
|
head?: never;
|
735
|
-
patch: operations["
|
799
|
+
patch: operations["ProfileController_updateImage"];
|
736
800
|
trace?: never;
|
737
801
|
};
|
738
|
-
"/image/
|
802
|
+
"/profile/delete-image/{id}": {
|
739
803
|
parameters: {
|
740
804
|
query?: never;
|
741
805
|
header?: never;
|
@@ -745,26 +809,26 @@ export interface paths {
|
|
745
809
|
get?: never;
|
746
810
|
put?: never;
|
747
811
|
post?: never;
|
748
|
-
delete
|
812
|
+
delete: operations["ProfileController_deleteImage"];
|
749
813
|
options?: never;
|
750
814
|
head?: never;
|
751
|
-
patch
|
815
|
+
patch?: never;
|
752
816
|
trace?: never;
|
753
817
|
};
|
754
|
-
"/
|
818
|
+
"/profile/{id}": {
|
755
819
|
parameters: {
|
756
820
|
query?: never;
|
757
821
|
header?: never;
|
758
822
|
path?: never;
|
759
823
|
cookie?: never;
|
760
824
|
};
|
761
|
-
get
|
825
|
+
get: operations["ProfileController_findById"];
|
762
826
|
put?: never;
|
763
827
|
post?: never;
|
764
|
-
delete: operations["
|
828
|
+
delete: operations["ProfileController_delete"];
|
765
829
|
options?: never;
|
766
830
|
head?: never;
|
767
|
-
patch
|
831
|
+
patch: operations["ProfileController_update"];
|
768
832
|
trace?: never;
|
769
833
|
};
|
770
834
|
"/csv/download-profiles": {
|
@@ -1423,150 +1487,6 @@ export interface paths {
|
|
1423
1487
|
patch?: never;
|
1424
1488
|
trace?: never;
|
1425
1489
|
};
|
1426
|
-
"/production/all": {
|
1427
|
-
parameters: {
|
1428
|
-
query?: never;
|
1429
|
-
header?: never;
|
1430
|
-
path?: never;
|
1431
|
-
cookie?: never;
|
1432
|
-
};
|
1433
|
-
get: operations["ProductionController_getAll"];
|
1434
|
-
put?: never;
|
1435
|
-
post?: never;
|
1436
|
-
delete?: never;
|
1437
|
-
options?: never;
|
1438
|
-
head?: never;
|
1439
|
-
patch?: never;
|
1440
|
-
trace?: never;
|
1441
|
-
};
|
1442
|
-
"/production/create": {
|
1443
|
-
parameters: {
|
1444
|
-
query?: never;
|
1445
|
-
header?: never;
|
1446
|
-
path?: never;
|
1447
|
-
cookie?: never;
|
1448
|
-
};
|
1449
|
-
get?: never;
|
1450
|
-
put?: never;
|
1451
|
-
post: operations["ProductionController_create"];
|
1452
|
-
delete?: never;
|
1453
|
-
options?: never;
|
1454
|
-
head?: never;
|
1455
|
-
patch?: never;
|
1456
|
-
trace?: never;
|
1457
|
-
};
|
1458
|
-
"/production/create-role": {
|
1459
|
-
parameters: {
|
1460
|
-
query?: never;
|
1461
|
-
header?: never;
|
1462
|
-
path?: never;
|
1463
|
-
cookie?: never;
|
1464
|
-
};
|
1465
|
-
get?: never;
|
1466
|
-
put?: never;
|
1467
|
-
post: operations["ProductionController_createRole"];
|
1468
|
-
delete?: never;
|
1469
|
-
options?: never;
|
1470
|
-
head?: never;
|
1471
|
-
patch?: never;
|
1472
|
-
trace?: never;
|
1473
|
-
};
|
1474
|
-
"/production/update/{id}": {
|
1475
|
-
parameters: {
|
1476
|
-
query?: never;
|
1477
|
-
header?: never;
|
1478
|
-
path?: never;
|
1479
|
-
cookie?: never;
|
1480
|
-
};
|
1481
|
-
get?: never;
|
1482
|
-
put?: never;
|
1483
|
-
post?: never;
|
1484
|
-
delete?: never;
|
1485
|
-
options?: never;
|
1486
|
-
head?: never;
|
1487
|
-
patch: operations["ProductionController_update"];
|
1488
|
-
trace?: never;
|
1489
|
-
};
|
1490
|
-
"/production/delete/{id}": {
|
1491
|
-
parameters: {
|
1492
|
-
query?: never;
|
1493
|
-
header?: never;
|
1494
|
-
path?: never;
|
1495
|
-
cookie?: never;
|
1496
|
-
};
|
1497
|
-
get?: never;
|
1498
|
-
put?: never;
|
1499
|
-
post?: never;
|
1500
|
-
delete: operations["ProductionController_deleteProduction"];
|
1501
|
-
options?: never;
|
1502
|
-
head?: never;
|
1503
|
-
patch?: never;
|
1504
|
-
trace?: never;
|
1505
|
-
};
|
1506
|
-
"/production-affiliation-request/create": {
|
1507
|
-
parameters: {
|
1508
|
-
query?: never;
|
1509
|
-
header?: never;
|
1510
|
-
path?: never;
|
1511
|
-
cookie?: never;
|
1512
|
-
};
|
1513
|
-
get?: never;
|
1514
|
-
put?: never;
|
1515
|
-
post: operations["ProductionAffiliationRequestController_create"];
|
1516
|
-
delete?: never;
|
1517
|
-
options?: never;
|
1518
|
-
head?: never;
|
1519
|
-
patch?: never;
|
1520
|
-
trace?: never;
|
1521
|
-
};
|
1522
|
-
"/production-affiliation-request/accept/{id}": {
|
1523
|
-
parameters: {
|
1524
|
-
query?: never;
|
1525
|
-
header?: never;
|
1526
|
-
path?: never;
|
1527
|
-
cookie?: never;
|
1528
|
-
};
|
1529
|
-
get?: never;
|
1530
|
-
put?: never;
|
1531
|
-
post: operations["ProductionAffiliationRequestController_accept"];
|
1532
|
-
delete?: never;
|
1533
|
-
options?: never;
|
1534
|
-
head?: never;
|
1535
|
-
patch?: never;
|
1536
|
-
trace?: never;
|
1537
|
-
};
|
1538
|
-
"/production-affiliation-request/reject/{id}": {
|
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_reject"];
|
1548
|
-
delete?: never;
|
1549
|
-
options?: never;
|
1550
|
-
head?: never;
|
1551
|
-
patch?: never;
|
1552
|
-
trace?: never;
|
1553
|
-
};
|
1554
|
-
"/production-affiliation-request/get-by-production/{id}": {
|
1555
|
-
parameters: {
|
1556
|
-
query?: never;
|
1557
|
-
header?: never;
|
1558
|
-
path?: never;
|
1559
|
-
cookie?: never;
|
1560
|
-
};
|
1561
|
-
get: operations["ProductionAffiliationRequestController_findByProduction"];
|
1562
|
-
put?: never;
|
1563
|
-
post?: never;
|
1564
|
-
delete?: never;
|
1565
|
-
options?: never;
|
1566
|
-
head?: never;
|
1567
|
-
patch?: never;
|
1568
|
-
trace?: never;
|
1569
|
-
};
|
1570
1490
|
}
|
1571
1491
|
export type webhooks = Record<string, never>;
|
1572
1492
|
export interface components {
|
@@ -1604,22 +1524,19 @@ export interface components {
|
|
1604
1524
|
CreateTagDto: {
|
1605
1525
|
name: string;
|
1606
1526
|
groupId: string;
|
1607
|
-
type?: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
|
1608
1527
|
};
|
1609
1528
|
CreateTagResponseDto: {
|
1610
1529
|
id: string;
|
1611
1530
|
name: string;
|
1612
1531
|
groupId: string;
|
1613
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1614
|
-
created_at: string;
|
1615
|
-
updated_at: string;
|
1532
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1616
1533
|
};
|
1617
1534
|
FindAllTagResponseDto: {
|
1618
1535
|
tags: {
|
1619
1536
|
id: string;
|
1620
1537
|
name: string;
|
1621
1538
|
groupId: string;
|
1622
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1539
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1623
1540
|
created_at: string;
|
1624
1541
|
updated_at: string;
|
1625
1542
|
group: {
|
@@ -1637,7 +1554,7 @@ export interface components {
|
|
1637
1554
|
id: string;
|
1638
1555
|
name: string;
|
1639
1556
|
groupId: string;
|
1640
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1557
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1641
1558
|
created_at: string;
|
1642
1559
|
updated_at: string;
|
1643
1560
|
group: {
|
@@ -1654,7 +1571,7 @@ export interface components {
|
|
1654
1571
|
id: string;
|
1655
1572
|
name: string;
|
1656
1573
|
groupId: string;
|
1657
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1574
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1658
1575
|
created_at: string;
|
1659
1576
|
updated_at: string;
|
1660
1577
|
group: {
|
@@ -1674,7 +1591,7 @@ export interface components {
|
|
1674
1591
|
id: string;
|
1675
1592
|
name: string;
|
1676
1593
|
groupId: string;
|
1677
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1594
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1678
1595
|
created_at: string;
|
1679
1596
|
updated_at: string;
|
1680
1597
|
};
|
@@ -1682,7 +1599,7 @@ export interface components {
|
|
1682
1599
|
id: string;
|
1683
1600
|
name: string;
|
1684
1601
|
groupId: string;
|
1685
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1602
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1686
1603
|
created_at: string;
|
1687
1604
|
updated_at: string;
|
1688
1605
|
};
|
@@ -1779,7 +1696,7 @@ export interface components {
|
|
1779
1696
|
id: string;
|
1780
1697
|
name: string;
|
1781
1698
|
groupId: string;
|
1782
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1699
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1783
1700
|
created_at: string;
|
1784
1701
|
updated_at: string;
|
1785
1702
|
}[];
|
@@ -1789,7 +1706,7 @@ export interface components {
|
|
1789
1706
|
globalFilter: {
|
1790
1707
|
id: string;
|
1791
1708
|
name: string;
|
1792
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1709
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1793
1710
|
group: {
|
1794
1711
|
id: string;
|
1795
1712
|
color: string;
|
@@ -1808,7 +1725,7 @@ export interface components {
|
|
1808
1725
|
globalFilter: {
|
1809
1726
|
id: string;
|
1810
1727
|
name: string;
|
1811
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1728
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1812
1729
|
group: {
|
1813
1730
|
id: string;
|
1814
1731
|
color: string;
|
@@ -1819,7 +1736,7 @@ export interface components {
|
|
1819
1736
|
id: string;
|
1820
1737
|
name: string;
|
1821
1738
|
groupId: string;
|
1822
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1739
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1823
1740
|
created_at: string;
|
1824
1741
|
updated_at: string;
|
1825
1742
|
}[];
|
@@ -1849,7 +1766,7 @@ export interface components {
|
|
1849
1766
|
id: string;
|
1850
1767
|
name: string;
|
1851
1768
|
groupId: string;
|
1852
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1769
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1853
1770
|
created_at: string;
|
1854
1771
|
updated_at: string;
|
1855
1772
|
}[];
|
@@ -1865,7 +1782,7 @@ export interface components {
|
|
1865
1782
|
id: string;
|
1866
1783
|
name: string;
|
1867
1784
|
groupId: string;
|
1868
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1785
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1869
1786
|
created_at: string;
|
1870
1787
|
updated_at: string;
|
1871
1788
|
_count: {
|
@@ -1888,7 +1805,7 @@ export interface components {
|
|
1888
1805
|
id: string;
|
1889
1806
|
name: string;
|
1890
1807
|
groupId: string;
|
1891
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
1808
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1892
1809
|
created_at: string;
|
1893
1810
|
updated_at: string;
|
1894
1811
|
}[];
|
@@ -2072,6 +1989,9 @@ export interface components {
|
|
2072
1989
|
startingDate: string;
|
2073
1990
|
endingDate: string;
|
2074
1991
|
location: string;
|
1992
|
+
mainPictureUrl: string | null;
|
1993
|
+
bannerUrl: string | null;
|
1994
|
+
description: string | null;
|
2075
1995
|
folderId: string | null;
|
2076
1996
|
tagAssistedId: string;
|
2077
1997
|
tagConfirmedId: string;
|
@@ -2095,6 +2015,9 @@ export interface components {
|
|
2095
2015
|
startingDate: string;
|
2096
2016
|
endingDate: string;
|
2097
2017
|
location: string;
|
2018
|
+
mainPictureUrl: string | null;
|
2019
|
+
bannerUrl: string | null;
|
2020
|
+
description: string | null;
|
2098
2021
|
folderId: string | null;
|
2099
2022
|
tagAssistedId: string;
|
2100
2023
|
tagConfirmedId: string;
|
@@ -2129,12 +2052,18 @@ export interface components {
|
|
2129
2052
|
endingDate: string;
|
2130
2053
|
location: string;
|
2131
2054
|
folderId: string | null;
|
2055
|
+
mainPictureUrl: string | null;
|
2056
|
+
bannerUrl: string | null;
|
2057
|
+
description: string | null;
|
2132
2058
|
subEvents?: {
|
2133
2059
|
name: string;
|
2134
2060
|
date: string;
|
2135
2061
|
startingDate: string;
|
2136
2062
|
endingDate: string;
|
2137
2063
|
location: string;
|
2064
|
+
mainPictureUrl: string | null;
|
2065
|
+
bannerUrl: string | null;
|
2066
|
+
description: string | null;
|
2138
2067
|
}[];
|
2139
2068
|
tagsId: string[];
|
2140
2069
|
eventTickets: {
|
@@ -2150,6 +2079,9 @@ export interface components {
|
|
2150
2079
|
startingDate: string;
|
2151
2080
|
endingDate: string;
|
2152
2081
|
location: string;
|
2082
|
+
mainPictureUrl: string | null;
|
2083
|
+
bannerUrl: string | null;
|
2084
|
+
description: string | null;
|
2153
2085
|
folderId: string | null;
|
2154
2086
|
tagAssistedId: string;
|
2155
2087
|
tagConfirmedId: string;
|
@@ -2158,6 +2090,18 @@ export interface components {
|
|
2158
2090
|
created_at: string;
|
2159
2091
|
updated_at: string;
|
2160
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
|
+
};
|
2161
2105
|
GetAllEventsResponseDto: {
|
2162
2106
|
folders: {
|
2163
2107
|
id: string;
|
@@ -2172,6 +2116,9 @@ export interface components {
|
|
2172
2116
|
startingDate: string;
|
2173
2117
|
endingDate: string;
|
2174
2118
|
location: string;
|
2119
|
+
mainPictureUrl: string | null;
|
2120
|
+
bannerUrl: string | null;
|
2121
|
+
description: string | null;
|
2175
2122
|
folderId: string | null;
|
2176
2123
|
tagAssistedId: string;
|
2177
2124
|
tagConfirmedId: string;
|
@@ -2186,6 +2133,9 @@ export interface components {
|
|
2186
2133
|
startingDate: string;
|
2187
2134
|
endingDate: string;
|
2188
2135
|
location: string;
|
2136
|
+
mainPictureUrl: string | null;
|
2137
|
+
bannerUrl: string | null;
|
2138
|
+
description: string | null;
|
2189
2139
|
folderId: string | null;
|
2190
2140
|
tagAssistedId: string;
|
2191
2141
|
tagConfirmedId: string;
|
@@ -2201,6 +2151,9 @@ export interface components {
|
|
2201
2151
|
startingDate: string;
|
2202
2152
|
endingDate: string;
|
2203
2153
|
location: string;
|
2154
|
+
mainPictureUrl: string | null;
|
2155
|
+
bannerUrl: string | null;
|
2156
|
+
description: string | null;
|
2204
2157
|
folderId: string | null;
|
2205
2158
|
tagAssistedId: string;
|
2206
2159
|
tagConfirmedId: string;
|
@@ -2209,10 +2162,10 @@ export interface components {
|
|
2209
2162
|
created_at: string;
|
2210
2163
|
updated_at: string;
|
2211
2164
|
}[];
|
2212
|
-
|
2165
|
+
tags: {
|
2213
2166
|
id: string;
|
2214
2167
|
name: string;
|
2215
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2168
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2216
2169
|
group: {
|
2217
2170
|
id: string;
|
2218
2171
|
color: string;
|
@@ -2235,6 +2188,9 @@ export interface components {
|
|
2235
2188
|
startingDate: string;
|
2236
2189
|
endingDate: string;
|
2237
2190
|
location: string;
|
2191
|
+
mainPictureUrl: string | null;
|
2192
|
+
bannerUrl: string | null;
|
2193
|
+
description: string | null;
|
2238
2194
|
folderId: string | null;
|
2239
2195
|
tagAssistedId: string;
|
2240
2196
|
tagConfirmedId: string;
|
@@ -2249,6 +2205,9 @@ export interface components {
|
|
2249
2205
|
startingDate: string;
|
2250
2206
|
endingDate: string;
|
2251
2207
|
location: string;
|
2208
|
+
mainPictureUrl: string | null;
|
2209
|
+
bannerUrl: string | null;
|
2210
|
+
description: string | null;
|
2252
2211
|
folderId: string | null;
|
2253
2212
|
tagAssistedId: string;
|
2254
2213
|
tagConfirmedId: string;
|
@@ -2264,6 +2223,9 @@ export interface components {
|
|
2264
2223
|
startingDate: string;
|
2265
2224
|
endingDate: string;
|
2266
2225
|
location: string;
|
2226
|
+
mainPictureUrl: string | null;
|
2227
|
+
bannerUrl: string | null;
|
2228
|
+
description: string | null;
|
2267
2229
|
folderId: string | null;
|
2268
2230
|
tagAssistedId: string;
|
2269
2231
|
tagConfirmedId: string;
|
@@ -2272,10 +2234,10 @@ export interface components {
|
|
2272
2234
|
created_at: string;
|
2273
2235
|
updated_at: string;
|
2274
2236
|
}[];
|
2275
|
-
|
2237
|
+
tags: {
|
2276
2238
|
id: string;
|
2277
2239
|
name: string;
|
2278
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2240
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2279
2241
|
group: {
|
2280
2242
|
id: string;
|
2281
2243
|
color: string;
|
@@ -2299,6 +2261,9 @@ export interface components {
|
|
2299
2261
|
startingDate: string;
|
2300
2262
|
endingDate: string;
|
2301
2263
|
location: string;
|
2264
|
+
mainPictureUrl: string | null;
|
2265
|
+
bannerUrl: string | null;
|
2266
|
+
description: string | null;
|
2302
2267
|
folderId: string | null;
|
2303
2268
|
tagAssistedId: string;
|
2304
2269
|
tagConfirmedId: string;
|
@@ -2321,6 +2286,9 @@ export interface components {
|
|
2321
2286
|
startingDate: string;
|
2322
2287
|
endingDate: string;
|
2323
2288
|
location: string;
|
2289
|
+
mainPictureUrl: string | null;
|
2290
|
+
bannerUrl: string | null;
|
2291
|
+
description: string | null;
|
2324
2292
|
folderId: string | null;
|
2325
2293
|
tagAssistedId: string;
|
2326
2294
|
tagConfirmedId: string;
|
@@ -2335,6 +2303,9 @@ export interface components {
|
|
2335
2303
|
startingDate: string;
|
2336
2304
|
endingDate: string;
|
2337
2305
|
location: string;
|
2306
|
+
mainPictureUrl: string | null;
|
2307
|
+
bannerUrl: string | null;
|
2308
|
+
description: string | null;
|
2338
2309
|
folderId: string | null;
|
2339
2310
|
tagAssistedId: string;
|
2340
2311
|
tagConfirmedId: string;
|
@@ -2350,6 +2321,9 @@ export interface components {
|
|
2350
2321
|
startingDate: string;
|
2351
2322
|
endingDate: string;
|
2352
2323
|
location: string;
|
2324
|
+
mainPictureUrl: string | null;
|
2325
|
+
bannerUrl: string | null;
|
2326
|
+
description: string | null;
|
2353
2327
|
folderId: string | null;
|
2354
2328
|
tagAssistedId: string;
|
2355
2329
|
tagConfirmedId: string;
|
@@ -2364,11 +2338,11 @@ export interface components {
|
|
2364
2338
|
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2365
2339
|
price: number | null;
|
2366
2340
|
}[];
|
2367
|
-
|
2341
|
+
tags: {
|
2368
2342
|
id: string;
|
2369
2343
|
name: string;
|
2370
2344
|
groupId: string;
|
2371
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2345
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2372
2346
|
created_at: string;
|
2373
2347
|
updated_at: string;
|
2374
2348
|
group: {
|
@@ -2398,7 +2372,7 @@ export interface components {
|
|
2398
2372
|
id: string;
|
2399
2373
|
name: string;
|
2400
2374
|
groupId: string;
|
2401
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2375
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2402
2376
|
created_at: string;
|
2403
2377
|
updated_at: string;
|
2404
2378
|
group: {
|
@@ -2414,7 +2388,7 @@ export interface components {
|
|
2414
2388
|
id: string;
|
2415
2389
|
name: string;
|
2416
2390
|
groupId: string;
|
2417
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2391
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2418
2392
|
created_at: string;
|
2419
2393
|
updated_at: string;
|
2420
2394
|
group: {
|
@@ -2428,22 +2402,28 @@ export interface components {
|
|
2428
2402
|
};
|
2429
2403
|
};
|
2430
2404
|
UpdateEventDto: {
|
2431
|
-
name
|
2432
|
-
folderId
|
2433
|
-
date
|
2434
|
-
location
|
2435
|
-
startingDate
|
2436
|
-
endingDate
|
2437
|
-
|
2438
|
-
|
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?: {
|
2439
2416
|
name: string;
|
2440
2417
|
location: string;
|
2441
2418
|
date: string;
|
2442
2419
|
startingDate: string;
|
2443
2420
|
endingDate: string;
|
2421
|
+
bannerUrl: string | null;
|
2422
|
+
mainPictureUrl: string | null;
|
2423
|
+
description: string | null;
|
2444
2424
|
id: string | "";
|
2445
2425
|
}[];
|
2446
|
-
eventTickets
|
2426
|
+
eventTickets?: {
|
2447
2427
|
amount: number | null;
|
2448
2428
|
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2449
2429
|
price: number | null;
|
@@ -2456,6 +2436,9 @@ export interface components {
|
|
2456
2436
|
startingDate: string;
|
2457
2437
|
endingDate: string;
|
2458
2438
|
location: string;
|
2439
|
+
mainPictureUrl: string | null;
|
2440
|
+
bannerUrl: string | null;
|
2441
|
+
description: string | null;
|
2459
2442
|
folderId: string | null;
|
2460
2443
|
tagAssistedId: string;
|
2461
2444
|
tagConfirmedId: string;
|
@@ -2467,7 +2450,7 @@ export interface components {
|
|
2467
2450
|
id: string;
|
2468
2451
|
name: string;
|
2469
2452
|
groupId: string;
|
2470
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2453
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2471
2454
|
created_at: string;
|
2472
2455
|
updated_at: string;
|
2473
2456
|
group: {
|
@@ -2493,6 +2476,9 @@ export interface components {
|
|
2493
2476
|
startingDate: string;
|
2494
2477
|
endingDate: string;
|
2495
2478
|
location: string;
|
2479
|
+
mainPictureUrl: string | null;
|
2480
|
+
bannerUrl: string | null;
|
2481
|
+
description: string | null;
|
2496
2482
|
folderId: string | null;
|
2497
2483
|
tagAssistedId: string;
|
2498
2484
|
tagConfirmedId: string;
|
@@ -2531,7 +2517,7 @@ export interface components {
|
|
2531
2517
|
id: string;
|
2532
2518
|
name: string;
|
2533
2519
|
groupId: string;
|
2534
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2520
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2535
2521
|
created_at: string;
|
2536
2522
|
updated_at: string;
|
2537
2523
|
group: {
|
@@ -2571,7 +2557,7 @@ export interface components {
|
|
2571
2557
|
id: string;
|
2572
2558
|
name: string;
|
2573
2559
|
groupId: string;
|
2574
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2560
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2575
2561
|
created_at: string;
|
2576
2562
|
updated_at: string;
|
2577
2563
|
}[];
|
@@ -2629,7 +2615,7 @@ export interface components {
|
|
2629
2615
|
id: string;
|
2630
2616
|
name: string;
|
2631
2617
|
groupId: string;
|
2632
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2618
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2633
2619
|
created_at: string;
|
2634
2620
|
updated_at: string;
|
2635
2621
|
group: {
|
@@ -2670,7 +2656,7 @@ export interface components {
|
|
2670
2656
|
id: string;
|
2671
2657
|
name: string;
|
2672
2658
|
groupId: string;
|
2673
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2659
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2674
2660
|
created_at: string;
|
2675
2661
|
updated_at: string;
|
2676
2662
|
}[];
|
@@ -2706,7 +2692,7 @@ export interface components {
|
|
2706
2692
|
id: string;
|
2707
2693
|
name: string;
|
2708
2694
|
groupId: string;
|
2709
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2695
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2710
2696
|
created_at: string;
|
2711
2697
|
updated_at: string;
|
2712
2698
|
group: {
|
@@ -2805,6 +2791,15 @@ export interface components {
|
|
2805
2791
|
type: "created";
|
2806
2792
|
};
|
2807
2793
|
};
|
2794
|
+
UpdateImageProfileDto: {
|
2795
|
+
image?: Record<string, never>;
|
2796
|
+
};
|
2797
|
+
UpdateImageProfileResponseDto: {
|
2798
|
+
message: string;
|
2799
|
+
};
|
2800
|
+
DeleteImageProfileResponseDto: {
|
2801
|
+
message: string;
|
2802
|
+
};
|
2808
2803
|
FindByIdProfileResponseDto: {
|
2809
2804
|
id: string;
|
2810
2805
|
shortId: number;
|
@@ -2853,7 +2848,7 @@ export interface components {
|
|
2853
2848
|
id: string;
|
2854
2849
|
name: string;
|
2855
2850
|
groupId: string;
|
2856
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM"
|
2851
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2857
2852
|
created_at: string;
|
2858
2853
|
updated_at: string;
|
2859
2854
|
group: {
|
@@ -2921,15 +2916,6 @@ export interface components {
|
|
2921
2916
|
};
|
2922
2917
|
tags?: string[];
|
2923
2918
|
};
|
2924
|
-
UpdateImageDto: {
|
2925
|
-
image?: Record<string, never>;
|
2926
|
-
};
|
2927
|
-
UpdateImageResponseDto: {
|
2928
|
-
message: string;
|
2929
|
-
};
|
2930
|
-
DeleteImageResponseDto: {
|
2931
|
-
message: string;
|
2932
|
-
};
|
2933
2919
|
DownloadProfilesDto: {
|
2934
2920
|
password: string;
|
2935
2921
|
};
|
@@ -3060,6 +3046,9 @@ export interface components {
|
|
3060
3046
|
startingDate: string;
|
3061
3047
|
endingDate: string;
|
3062
3048
|
location: string;
|
3049
|
+
mainPictureUrl: string | null;
|
3050
|
+
bannerUrl: string | null;
|
3051
|
+
description: string | null;
|
3063
3052
|
folderId: string | null;
|
3064
3053
|
tagAssistedId: string;
|
3065
3054
|
tagConfirmedId: string;
|
@@ -3100,6 +3089,9 @@ export interface components {
|
|
3100
3089
|
startingDate: string;
|
3101
3090
|
endingDate: string;
|
3102
3091
|
location: string;
|
3092
|
+
mainPictureUrl: string | null;
|
3093
|
+
bannerUrl: string | null;
|
3094
|
+
description: string | null;
|
3103
3095
|
folderId: string | null;
|
3104
3096
|
tagAssistedId: string;
|
3105
3097
|
tagConfirmedId: string;
|
@@ -3157,6 +3149,9 @@ export interface components {
|
|
3157
3149
|
startingDate: string;
|
3158
3150
|
endingDate: string;
|
3159
3151
|
location: string;
|
3152
|
+
mainPictureUrl: string | null;
|
3153
|
+
bannerUrl: string | null;
|
3154
|
+
description: string | null;
|
3160
3155
|
folderId: string | null;
|
3161
3156
|
tagAssistedId: string;
|
3162
3157
|
tagConfirmedId: string;
|
@@ -3309,6 +3304,9 @@ export interface components {
|
|
3309
3304
|
startingDate: string;
|
3310
3305
|
endingDate: string;
|
3311
3306
|
location: string;
|
3307
|
+
mainPictureUrl: string | null;
|
3308
|
+
bannerUrl: string | null;
|
3309
|
+
description: string | null;
|
3312
3310
|
folderId: string | null;
|
3313
3311
|
tagAssistedId: string;
|
3314
3312
|
tagConfirmedId: string;
|
@@ -3421,6 +3419,9 @@ export interface components {
|
|
3421
3419
|
startingDate: string;
|
3422
3420
|
endingDate: string;
|
3423
3421
|
location: string;
|
3422
|
+
mainPictureUrl: string | null;
|
3423
|
+
bannerUrl: string | null;
|
3424
|
+
description: string | null;
|
3424
3425
|
folderId: string | null;
|
3425
3426
|
tagAssistedId: string;
|
3426
3427
|
tagConfirmedId: string;
|
@@ -3701,153 +3702,6 @@ export interface components {
|
|
3701
3702
|
user_id: number;
|
3702
3703
|
};
|
3703
3704
|
Response: Record<string, never>;
|
3704
|
-
GetAllProductionResponseDto: {
|
3705
|
-
productions: {
|
3706
|
-
id: string;
|
3707
|
-
name: string;
|
3708
|
-
administratorId: string | null;
|
3709
|
-
created_at: string;
|
3710
|
-
updated_at: string;
|
3711
|
-
administrator: {
|
3712
|
-
id: string;
|
3713
|
-
shortId: number;
|
3714
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
3715
|
-
firstTimeMiExpo: boolean;
|
3716
|
-
username: string | null;
|
3717
|
-
password: string | null;
|
3718
|
-
phoneNumber: string;
|
3719
|
-
isPhoneVerified: boolean;
|
3720
|
-
secondaryPhoneNumber: string | null;
|
3721
|
-
fullName: string;
|
3722
|
-
firstName: string | null;
|
3723
|
-
gender: string | null;
|
3724
|
-
birthDate: string | null;
|
3725
|
-
profilePictureUrl: string | null;
|
3726
|
-
instagram: string | null;
|
3727
|
-
mail: string | null;
|
3728
|
-
dni: string | null;
|
3729
|
-
alternativeNames: string[];
|
3730
|
-
birthLocationId: string | null;
|
3731
|
-
residenceLocationId: string | null;
|
3732
|
-
isInTrash: boolean;
|
3733
|
-
movedToTrashDate: string | null;
|
3734
|
-
created_at: string;
|
3735
|
-
updated_at: string;
|
3736
|
-
} | null;
|
3737
|
-
}[];
|
3738
|
-
};
|
3739
|
-
CreateProductionDto: {
|
3740
|
-
name: string;
|
3741
|
-
administratorId: string | null;
|
3742
|
-
};
|
3743
|
-
CreateProductionRoleDto: {
|
3744
|
-
name: string;
|
3745
|
-
};
|
3746
|
-
UpdateProductionDto: {
|
3747
|
-
name?: string;
|
3748
|
-
administratorId?: string | null;
|
3749
|
-
};
|
3750
|
-
UpdateProductionResponseDto: {
|
3751
|
-
id: string;
|
3752
|
-
name: string;
|
3753
|
-
administratorId: string | null;
|
3754
|
-
created_at: string;
|
3755
|
-
updated_at: string;
|
3756
|
-
};
|
3757
|
-
DeleteProductionResponseDto: {
|
3758
|
-
id: string;
|
3759
|
-
name: string;
|
3760
|
-
administratorId: string | null;
|
3761
|
-
created_at: string;
|
3762
|
-
updated_at: string;
|
3763
|
-
};
|
3764
|
-
CreateProductionAffiliationRequestDto: {
|
3765
|
-
productionId: string;
|
3766
|
-
};
|
3767
|
-
UpdateProductionAffiliationRequestResponseDto: {
|
3768
|
-
id: string;
|
3769
|
-
productionId: string;
|
3770
|
-
profileId: string;
|
3771
|
-
status: "APPROVED" | "PENDING" | "REJECTED";
|
3772
|
-
created_at: string;
|
3773
|
-
updated_at: string;
|
3774
|
-
production: {
|
3775
|
-
id: string;
|
3776
|
-
name: string;
|
3777
|
-
administratorId: string | null;
|
3778
|
-
created_at: string;
|
3779
|
-
updated_at: string;
|
3780
|
-
};
|
3781
|
-
profile: {
|
3782
|
-
id: string;
|
3783
|
-
shortId: number;
|
3784
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
3785
|
-
firstTimeMiExpo: boolean;
|
3786
|
-
username: string | null;
|
3787
|
-
password: string | null;
|
3788
|
-
phoneNumber: string;
|
3789
|
-
isPhoneVerified: boolean;
|
3790
|
-
secondaryPhoneNumber: string | null;
|
3791
|
-
fullName: string;
|
3792
|
-
firstName: string | null;
|
3793
|
-
gender: string | null;
|
3794
|
-
birthDate: string | null;
|
3795
|
-
profilePictureUrl: string | null;
|
3796
|
-
instagram: string | null;
|
3797
|
-
mail: string | null;
|
3798
|
-
dni: string | null;
|
3799
|
-
alternativeNames: string[];
|
3800
|
-
birthLocationId: string | null;
|
3801
|
-
residenceLocationId: string | null;
|
3802
|
-
isInTrash: boolean;
|
3803
|
-
movedToTrashDate: string | null;
|
3804
|
-
created_at: string;
|
3805
|
-
updated_at: string;
|
3806
|
-
};
|
3807
|
-
};
|
3808
|
-
FindByProductionAffiliationRequestResponseDto: {
|
3809
|
-
productions: {
|
3810
|
-
id: string;
|
3811
|
-
productionId: string;
|
3812
|
-
profileId: string;
|
3813
|
-
status: "APPROVED" | "PENDING" | "REJECTED";
|
3814
|
-
created_at: string;
|
3815
|
-
updated_at: string;
|
3816
|
-
production: {
|
3817
|
-
id: string;
|
3818
|
-
name: string;
|
3819
|
-
administratorId: string | null;
|
3820
|
-
created_at: string;
|
3821
|
-
updated_at: string;
|
3822
|
-
};
|
3823
|
-
profile: {
|
3824
|
-
id: string;
|
3825
|
-
shortId: number;
|
3826
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
3827
|
-
firstTimeMiExpo: boolean;
|
3828
|
-
username: string | null;
|
3829
|
-
password: string | null;
|
3830
|
-
phoneNumber: string;
|
3831
|
-
isPhoneVerified: boolean;
|
3832
|
-
secondaryPhoneNumber: string | null;
|
3833
|
-
fullName: string;
|
3834
|
-
firstName: string | null;
|
3835
|
-
gender: string | null;
|
3836
|
-
birthDate: string | null;
|
3837
|
-
profilePictureUrl: string | null;
|
3838
|
-
instagram: string | null;
|
3839
|
-
mail: string | null;
|
3840
|
-
dni: string | null;
|
3841
|
-
alternativeNames: string[];
|
3842
|
-
birthLocationId: string | null;
|
3843
|
-
residenceLocationId: string | null;
|
3844
|
-
isInTrash: boolean;
|
3845
|
-
movedToTrashDate: string | null;
|
3846
|
-
created_at: string;
|
3847
|
-
updated_at: string;
|
3848
|
-
};
|
3849
|
-
}[];
|
3850
|
-
};
|
3851
3705
|
};
|
3852
3706
|
responses: never;
|
3853
3707
|
parameters: never;
|
@@ -4847,24 +4701,30 @@ export interface operations {
|
|
4847
4701
|
};
|
4848
4702
|
};
|
4849
4703
|
};
|
4850
|
-
|
4704
|
+
EventController_updateBanner: {
|
4851
4705
|
parameters: {
|
4852
4706
|
query?: never;
|
4853
4707
|
header?: never;
|
4854
|
-
path
|
4708
|
+
path: {
|
4709
|
+
id: string;
|
4710
|
+
};
|
4855
4711
|
cookie?: never;
|
4856
4712
|
};
|
4857
|
-
requestBody
|
4713
|
+
requestBody: {
|
4714
|
+
content: {
|
4715
|
+
"multipart/form-data": components["schemas"]["UpdateBannerEventDto"];
|
4716
|
+
};
|
4717
|
+
};
|
4858
4718
|
responses: {
|
4859
4719
|
200: {
|
4860
4720
|
headers: {
|
4861
4721
|
[name: string]: unknown;
|
4862
4722
|
};
|
4863
4723
|
content: {
|
4864
|
-
"application/json": components["schemas"]["
|
4724
|
+
"application/json": components["schemas"]["UpdateBannerEventResponseDto"];
|
4865
4725
|
};
|
4866
4726
|
};
|
4867
|
-
|
4727
|
+
409: {
|
4868
4728
|
headers: {
|
4869
4729
|
[name: string]: unknown;
|
4870
4730
|
};
|
@@ -4872,28 +4732,25 @@ export interface operations {
|
|
4872
4732
|
"application/json": components["schemas"]["ErrorDto"];
|
4873
4733
|
};
|
4874
4734
|
};
|
4875
|
-
|
4876
|
-
};
|
4877
|
-
EventController_getActive: {
|
4878
|
-
parameters: {
|
4879
|
-
query?: never;
|
4880
|
-
header?: never;
|
4881
|
-
path?: never;
|
4882
|
-
cookie?: never;
|
4883
|
-
};
|
4884
|
-
requestBody?: never;
|
4885
|
-
responses: {
|
4886
|
-
200: {
|
4735
|
+
422: {
|
4887
4736
|
headers: {
|
4888
4737
|
[name: string]: unknown;
|
4889
4738
|
};
|
4890
4739
|
content: {
|
4891
|
-
"application/json": components["schemas"]["
|
4740
|
+
"application/json": components["schemas"]["ErrorDto"];
|
4741
|
+
};
|
4742
|
+
};
|
4743
|
+
500: {
|
4744
|
+
headers: {
|
4745
|
+
[name: string]: unknown;
|
4746
|
+
};
|
4747
|
+
content: {
|
4748
|
+
"application/json": components["schemas"]["ErrorDto"];
|
4892
4749
|
};
|
4893
4750
|
};
|
4894
4751
|
};
|
4895
4752
|
};
|
4896
|
-
|
4753
|
+
EventController_deleteBanner: {
|
4897
4754
|
parameters: {
|
4898
4755
|
query?: never;
|
4899
4756
|
header?: never;
|
@@ -4909,7 +4766,7 @@ export interface operations {
|
|
4909
4766
|
[name: string]: unknown;
|
4910
4767
|
};
|
4911
4768
|
content: {
|
4912
|
-
"application/json": components["schemas"]["
|
4769
|
+
"application/json": components["schemas"]["UpdateMainPictureEventResponseDto"];
|
4913
4770
|
};
|
4914
4771
|
};
|
4915
4772
|
404: {
|
@@ -4920,20 +4777,7 @@ export interface operations {
|
|
4920
4777
|
"application/json": components["schemas"]["ErrorDto"];
|
4921
4778
|
};
|
4922
4779
|
};
|
4923
|
-
|
4924
|
-
};
|
4925
|
-
EventController_remove: {
|
4926
|
-
parameters: {
|
4927
|
-
query?: never;
|
4928
|
-
header?: never;
|
4929
|
-
path: {
|
4930
|
-
id: string;
|
4931
|
-
};
|
4932
|
-
cookie?: never;
|
4933
|
-
};
|
4934
|
-
requestBody?: never;
|
4935
|
-
responses: {
|
4936
|
-
404: {
|
4780
|
+
500: {
|
4937
4781
|
headers: {
|
4938
4782
|
[name: string]: unknown;
|
4939
4783
|
};
|
@@ -4941,17 +4785,9 @@ export interface operations {
|
|
4941
4785
|
"application/json": components["schemas"]["ErrorDto"];
|
4942
4786
|
};
|
4943
4787
|
};
|
4944
|
-
410: {
|
4945
|
-
headers: {
|
4946
|
-
[name: string]: unknown;
|
4947
|
-
};
|
4948
|
-
content: {
|
4949
|
-
"application/json": components["schemas"]["DeleteEventResponseDto"];
|
4950
|
-
};
|
4951
|
-
};
|
4952
4788
|
};
|
4953
4789
|
};
|
4954
|
-
|
4790
|
+
EventController_updateMainPicture: {
|
4955
4791
|
parameters: {
|
4956
4792
|
query?: never;
|
4957
4793
|
header?: never;
|
@@ -4962,7 +4798,7 @@ export interface operations {
|
|
4962
4798
|
};
|
4963
4799
|
requestBody: {
|
4964
4800
|
content: {
|
4965
|
-
"
|
4801
|
+
"multipart/form-data": components["schemas"]["UpdateMainPictureEventDto"];
|
4966
4802
|
};
|
4967
4803
|
};
|
4968
4804
|
responses: {
|
@@ -4971,10 +4807,10 @@ export interface operations {
|
|
4971
4807
|
[name: string]: unknown;
|
4972
4808
|
};
|
4973
4809
|
content: {
|
4974
|
-
"application/json": components["schemas"]["
|
4810
|
+
"application/json": components["schemas"]["UpdateMainPictureEventResponseDto"];
|
4975
4811
|
};
|
4976
4812
|
};
|
4977
|
-
|
4813
|
+
409: {
|
4978
4814
|
headers: {
|
4979
4815
|
[name: string]: unknown;
|
4980
4816
|
};
|
@@ -4982,7 +4818,15 @@ export interface operations {
|
|
4982
4818
|
"application/json": components["schemas"]["ErrorDto"];
|
4983
4819
|
};
|
4984
4820
|
};
|
4985
|
-
|
4821
|
+
422: {
|
4822
|
+
headers: {
|
4823
|
+
[name: string]: unknown;
|
4824
|
+
};
|
4825
|
+
content: {
|
4826
|
+
"application/json": components["schemas"]["ErrorDto"];
|
4827
|
+
};
|
4828
|
+
};
|
4829
|
+
500: {
|
4986
4830
|
headers: {
|
4987
4831
|
[name: string]: unknown;
|
4988
4832
|
};
|
@@ -4992,7 +4836,7 @@ export interface operations {
|
|
4992
4836
|
};
|
4993
4837
|
};
|
4994
4838
|
};
|
4995
|
-
|
4839
|
+
EventController_deleteMainPicture: {
|
4996
4840
|
parameters: {
|
4997
4841
|
query?: never;
|
4998
4842
|
header?: never;
|
@@ -5008,7 +4852,7 @@ export interface operations {
|
|
5008
4852
|
[name: string]: unknown;
|
5009
4853
|
};
|
5010
4854
|
content: {
|
5011
|
-
"application/json": components["schemas"]["
|
4855
|
+
"application/json": components["schemas"]["UpdateMainPictureEventResponseDto"];
|
5012
4856
|
};
|
5013
4857
|
};
|
5014
4858
|
404: {
|
@@ -5019,7 +4863,7 @@ export interface operations {
|
|
5019
4863
|
"application/json": components["schemas"]["ErrorDto"];
|
5020
4864
|
};
|
5021
4865
|
};
|
5022
|
-
|
4866
|
+
500: {
|
5023
4867
|
headers: {
|
5024
4868
|
[name: string]: unknown;
|
5025
4869
|
};
|
@@ -5029,7 +4873,7 @@ export interface operations {
|
|
5029
4873
|
};
|
5030
4874
|
};
|
5031
4875
|
};
|
5032
|
-
|
4876
|
+
EventController_findAll: {
|
5033
4877
|
parameters: {
|
5034
4878
|
query?: never;
|
5035
4879
|
header?: never;
|
@@ -5043,12 +4887,20 @@ export interface operations {
|
|
5043
4887
|
[name: string]: unknown;
|
5044
4888
|
};
|
5045
4889
|
content: {
|
5046
|
-
"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"];
|
5047
4899
|
};
|
5048
4900
|
};
|
5049
4901
|
};
|
5050
4902
|
};
|
5051
|
-
|
4903
|
+
EventController_getActive: {
|
5052
4904
|
parameters: {
|
5053
4905
|
query?: never;
|
5054
4906
|
header?: never;
|
@@ -5062,18 +4914,18 @@ export interface operations {
|
|
5062
4914
|
[name: string]: unknown;
|
5063
4915
|
};
|
5064
4916
|
content: {
|
5065
|
-
"application/json": components["schemas"]["
|
4917
|
+
"application/json": components["schemas"]["GetActiveEventsResponseDto"];
|
5066
4918
|
};
|
5067
4919
|
};
|
5068
4920
|
};
|
5069
4921
|
};
|
5070
|
-
|
4922
|
+
EventController_findById: {
|
5071
4923
|
parameters: {
|
5072
|
-
query
|
5073
|
-
tags: string[];
|
5074
|
-
};
|
4924
|
+
query?: never;
|
5075
4925
|
header?: never;
|
5076
|
-
path
|
4926
|
+
path: {
|
4927
|
+
id: string;
|
4928
|
+
};
|
5077
4929
|
cookie?: never;
|
5078
4930
|
};
|
5079
4931
|
requestBody?: never;
|
@@ -5083,7 +4935,7 @@ export interface operations {
|
|
5083
4935
|
[name: string]: unknown;
|
5084
4936
|
};
|
5085
4937
|
content: {
|
5086
|
-
"application/json": components["schemas"]["
|
4938
|
+
"application/json": components["schemas"]["GetByIdEventResponseDto"];
|
5087
4939
|
};
|
5088
4940
|
};
|
5089
4941
|
404: {
|
@@ -5096,56 +4948,67 @@ export interface operations {
|
|
5096
4948
|
};
|
5097
4949
|
};
|
5098
4950
|
};
|
5099
|
-
|
4951
|
+
EventController_remove: {
|
5100
4952
|
parameters: {
|
5101
|
-
query
|
5102
|
-
tagGroups: string[];
|
5103
|
-
};
|
4953
|
+
query?: never;
|
5104
4954
|
header?: never;
|
5105
|
-
path
|
4955
|
+
path: {
|
4956
|
+
id: string;
|
4957
|
+
};
|
5106
4958
|
cookie?: never;
|
5107
4959
|
};
|
5108
4960
|
requestBody?: never;
|
5109
4961
|
responses: {
|
5110
|
-
|
4962
|
+
404: {
|
5111
4963
|
headers: {
|
5112
4964
|
[name: string]: unknown;
|
5113
4965
|
};
|
5114
4966
|
content: {
|
5115
|
-
"application/json": components["schemas"]["
|
4967
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5116
4968
|
};
|
5117
4969
|
};
|
5118
|
-
|
4970
|
+
410: {
|
5119
4971
|
headers: {
|
5120
4972
|
[name: string]: unknown;
|
5121
4973
|
};
|
5122
4974
|
content: {
|
5123
|
-
"application/json": components["schemas"]["
|
4975
|
+
"application/json": components["schemas"]["DeleteEventResponseDto"];
|
5124
4976
|
};
|
5125
4977
|
};
|
5126
4978
|
};
|
5127
4979
|
};
|
5128
|
-
|
4980
|
+
EventController_update: {
|
5129
4981
|
parameters: {
|
5130
|
-
query
|
5131
|
-
from: string;
|
5132
|
-
to: string;
|
5133
|
-
};
|
4982
|
+
query?: never;
|
5134
4983
|
header?: never;
|
5135
|
-
path
|
4984
|
+
path: {
|
4985
|
+
id: string;
|
4986
|
+
};
|
5136
4987
|
cookie?: never;
|
5137
4988
|
};
|
5138
|
-
requestBody
|
4989
|
+
requestBody: {
|
4990
|
+
content: {
|
4991
|
+
"application/json": components["schemas"]["UpdateEventDto"];
|
4992
|
+
};
|
4993
|
+
};
|
5139
4994
|
responses: {
|
5140
4995
|
200: {
|
5141
4996
|
headers: {
|
5142
4997
|
[name: string]: unknown;
|
5143
4998
|
};
|
5144
4999
|
content: {
|
5145
|
-
"application/json": components["schemas"]["
|
5000
|
+
"application/json": components["schemas"]["UpdateEventResponseDto"];
|
5146
5001
|
};
|
5147
5002
|
};
|
5148
|
-
|
5003
|
+
404: {
|
5004
|
+
headers: {
|
5005
|
+
[name: string]: unknown;
|
5006
|
+
};
|
5007
|
+
content: {
|
5008
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5009
|
+
};
|
5010
|
+
};
|
5011
|
+
409: {
|
5149
5012
|
headers: {
|
5150
5013
|
[name: string]: unknown;
|
5151
5014
|
};
|
@@ -5155,12 +5018,12 @@ export interface operations {
|
|
5155
5018
|
};
|
5156
5019
|
};
|
5157
5020
|
};
|
5158
|
-
|
5021
|
+
EventController_toggleActive: {
|
5159
5022
|
parameters: {
|
5160
5023
|
query?: never;
|
5161
5024
|
header?: never;
|
5162
5025
|
path: {
|
5163
|
-
|
5026
|
+
id: string;
|
5164
5027
|
};
|
5165
5028
|
cookie?: never;
|
5166
5029
|
};
|
@@ -5171,7 +5034,7 @@ export interface operations {
|
|
5171
5034
|
[name: string]: unknown;
|
5172
5035
|
};
|
5173
5036
|
content: {
|
5174
|
-
"application/json": components["schemas"]["
|
5037
|
+
"application/json": components["schemas"]["UpdateEventResponseDto"];
|
5175
5038
|
};
|
5176
5039
|
};
|
5177
5040
|
404: {
|
@@ -5182,9 +5045,17 @@ export interface operations {
|
|
5182
5045
|
"application/json": components["schemas"]["ErrorDto"];
|
5183
5046
|
};
|
5184
5047
|
};
|
5048
|
+
409: {
|
5049
|
+
headers: {
|
5050
|
+
[name: string]: unknown;
|
5051
|
+
};
|
5052
|
+
content: {
|
5053
|
+
"application/json": components["schemas"]["ErrorDto"];
|
5054
|
+
};
|
5055
|
+
};
|
5185
5056
|
};
|
5186
5057
|
};
|
5187
|
-
|
5058
|
+
ProfileController_findAll: {
|
5188
5059
|
parameters: {
|
5189
5060
|
query?: never;
|
5190
5061
|
header?: never;
|
@@ -5198,30 +5069,47 @@ export interface operations {
|
|
5198
5069
|
[name: string]: unknown;
|
5199
5070
|
};
|
5200
5071
|
content: {
|
5201
|
-
"application/json": components["schemas"]["
|
5072
|
+
"application/json": components["schemas"]["FindAllProfileResponseDto"];
|
5202
5073
|
};
|
5203
5074
|
};
|
5204
5075
|
};
|
5205
5076
|
};
|
5206
|
-
|
5077
|
+
ProfileController_findAllWithActiveChat: {
|
5207
5078
|
parameters: {
|
5208
5079
|
query?: never;
|
5209
5080
|
header?: never;
|
5210
5081
|
path?: never;
|
5211
5082
|
cookie?: never;
|
5212
5083
|
};
|
5213
|
-
requestBody
|
5214
|
-
|
5215
|
-
|
5084
|
+
requestBody?: never;
|
5085
|
+
responses: {
|
5086
|
+
200: {
|
5087
|
+
headers: {
|
5088
|
+
[name: string]: unknown;
|
5089
|
+
};
|
5090
|
+
content: {
|
5091
|
+
"application/json": components["schemas"]["FindWithActiveChatResponseDto"];
|
5092
|
+
};
|
5093
|
+
};
|
5094
|
+
};
|
5095
|
+
};
|
5096
|
+
ProfileController_findByTag: {
|
5097
|
+
parameters: {
|
5098
|
+
query: {
|
5099
|
+
tags: string[];
|
5216
5100
|
};
|
5101
|
+
header?: never;
|
5102
|
+
path?: never;
|
5103
|
+
cookie?: never;
|
5217
5104
|
};
|
5105
|
+
requestBody?: never;
|
5218
5106
|
responses: {
|
5219
5107
|
200: {
|
5220
5108
|
headers: {
|
5221
5109
|
[name: string]: unknown;
|
5222
5110
|
};
|
5223
5111
|
content: {
|
5224
|
-
"application/json": components["schemas"]["
|
5112
|
+
"application/json": components["schemas"]["FindByTagsProfileResponseDto"];
|
5225
5113
|
};
|
5226
5114
|
};
|
5227
5115
|
404: {
|
@@ -5232,7 +5120,28 @@ export interface operations {
|
|
5232
5120
|
"application/json": components["schemas"]["ErrorDto"];
|
5233
5121
|
};
|
5234
5122
|
};
|
5235
|
-
|
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: {
|
5236
5145
|
headers: {
|
5237
5146
|
[name: string]: unknown;
|
5238
5147
|
};
|
@@ -5242,13 +5151,14 @@ export interface operations {
|
|
5242
5151
|
};
|
5243
5152
|
};
|
5244
5153
|
};
|
5245
|
-
|
5154
|
+
ProfileController_findByDateRange: {
|
5246
5155
|
parameters: {
|
5247
|
-
query
|
5248
|
-
|
5249
|
-
|
5250
|
-
id: string;
|
5156
|
+
query: {
|
5157
|
+
from: string;
|
5158
|
+
to: string;
|
5251
5159
|
};
|
5160
|
+
header?: never;
|
5161
|
+
path?: never;
|
5252
5162
|
cookie?: never;
|
5253
5163
|
};
|
5254
5164
|
requestBody?: never;
|
@@ -5258,10 +5168,10 @@ export interface operations {
|
|
5258
5168
|
[name: string]: unknown;
|
5259
5169
|
};
|
5260
5170
|
content: {
|
5261
|
-
"application/json": components["schemas"]["
|
5171
|
+
"application/json": components["schemas"]["FindByDateRangeResponseDto"];
|
5262
5172
|
};
|
5263
5173
|
};
|
5264
|
-
|
5174
|
+
412: {
|
5265
5175
|
headers: {
|
5266
5176
|
[name: string]: unknown;
|
5267
5177
|
};
|
@@ -5271,12 +5181,12 @@ export interface operations {
|
|
5271
5181
|
};
|
5272
5182
|
};
|
5273
5183
|
};
|
5274
|
-
|
5184
|
+
ProfileController_findByPhoneNumber: {
|
5275
5185
|
parameters: {
|
5276
5186
|
query?: never;
|
5277
5187
|
header?: never;
|
5278
5188
|
path: {
|
5279
|
-
|
5189
|
+
phoneNumber: string;
|
5280
5190
|
};
|
5281
5191
|
cookie?: never;
|
5282
5192
|
};
|
@@ -5287,7 +5197,7 @@ export interface operations {
|
|
5287
5197
|
[name: string]: unknown;
|
5288
5198
|
};
|
5289
5199
|
content: {
|
5290
|
-
"application/json": components["schemas"]["
|
5200
|
+
"application/json": components["schemas"]["FindByPhoneNumberResponseDto"];
|
5291
5201
|
};
|
5292
5202
|
};
|
5293
5203
|
404: {
|
@@ -5300,18 +5210,35 @@ export interface operations {
|
|
5300
5210
|
};
|
5301
5211
|
};
|
5302
5212
|
};
|
5303
|
-
|
5213
|
+
ProfileController_findTrashCan: {
|
5304
5214
|
parameters: {
|
5305
5215
|
query?: never;
|
5306
5216
|
header?: never;
|
5307
|
-
path
|
5308
|
-
|
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
|
+
};
|
5309
5229
|
};
|
5230
|
+
};
|
5231
|
+
};
|
5232
|
+
ProfileController_create: {
|
5233
|
+
parameters: {
|
5234
|
+
query?: never;
|
5235
|
+
header?: never;
|
5236
|
+
path?: never;
|
5310
5237
|
cookie?: never;
|
5311
5238
|
};
|
5312
5239
|
requestBody: {
|
5313
5240
|
content: {
|
5314
|
-
"application/json": components["schemas"]["
|
5241
|
+
"application/json": components["schemas"]["CreateProfileDto"];
|
5315
5242
|
};
|
5316
5243
|
};
|
5317
5244
|
responses: {
|
@@ -5320,7 +5247,7 @@ export interface operations {
|
|
5320
5247
|
[name: string]: unknown;
|
5321
5248
|
};
|
5322
5249
|
content: {
|
5323
|
-
"application/json": components["schemas"]["
|
5250
|
+
"application/json": components["schemas"]["CreateProfileResponseDto"];
|
5324
5251
|
};
|
5325
5252
|
};
|
5326
5253
|
404: {
|
@@ -5341,7 +5268,7 @@ export interface operations {
|
|
5341
5268
|
};
|
5342
5269
|
};
|
5343
5270
|
};
|
5344
|
-
|
5271
|
+
ProfileController_updateImage: {
|
5345
5272
|
parameters: {
|
5346
5273
|
query?: never;
|
5347
5274
|
header?: never;
|
@@ -5352,7 +5279,7 @@ export interface operations {
|
|
5352
5279
|
};
|
5353
5280
|
requestBody: {
|
5354
5281
|
content: {
|
5355
|
-
"multipart/form-data": components["schemas"]["
|
5282
|
+
"multipart/form-data": components["schemas"]["UpdateImageProfileDto"];
|
5356
5283
|
};
|
5357
5284
|
};
|
5358
5285
|
responses: {
|
@@ -5361,7 +5288,7 @@ export interface operations {
|
|
5361
5288
|
[name: string]: unknown;
|
5362
5289
|
};
|
5363
5290
|
content: {
|
5364
|
-
"application/json": components["schemas"]["
|
5291
|
+
"application/json": components["schemas"]["UpdateImageProfileResponseDto"];
|
5365
5292
|
};
|
5366
5293
|
};
|
5367
5294
|
409: {
|
@@ -5390,7 +5317,7 @@ export interface operations {
|
|
5390
5317
|
};
|
5391
5318
|
};
|
5392
5319
|
};
|
5393
|
-
|
5320
|
+
ProfileController_deleteImage: {
|
5394
5321
|
parameters: {
|
5395
5322
|
query?: never;
|
5396
5323
|
header?: never;
|
@@ -5406,7 +5333,7 @@ export interface operations {
|
|
5406
5333
|
[name: string]: unknown;
|
5407
5334
|
};
|
5408
5335
|
content: {
|
5409
|
-
"application/json": components["schemas"]["
|
5336
|
+
"application/json": components["schemas"]["DeleteImageProfileResponseDto"];
|
5410
5337
|
};
|
5411
5338
|
};
|
5412
5339
|
404: {
|
@@ -5427,6 +5354,105 @@ export interface operations {
|
|
5427
5354
|
};
|
5428
5355
|
};
|
5429
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
|
+
};
|
5430
5456
|
CsvController_downloadProfiles: {
|
5431
5457
|
parameters: {
|
5432
5458
|
query?: never;
|
@@ -6742,289 +6768,4 @@ export interface operations {
|
|
6742
6768
|
};
|
6743
6769
|
};
|
6744
6770
|
};
|
6745
|
-
ProductionController_getAll: {
|
6746
|
-
parameters: {
|
6747
|
-
query?: never;
|
6748
|
-
header?: never;
|
6749
|
-
path?: never;
|
6750
|
-
cookie?: never;
|
6751
|
-
};
|
6752
|
-
requestBody?: never;
|
6753
|
-
responses: {
|
6754
|
-
200: {
|
6755
|
-
headers: {
|
6756
|
-
[name: string]: unknown;
|
6757
|
-
};
|
6758
|
-
content: {
|
6759
|
-
"application/json": components["schemas"]["GetAllProductionResponseDto"];
|
6760
|
-
};
|
6761
|
-
};
|
6762
|
-
};
|
6763
|
-
};
|
6764
|
-
ProductionController_create: {
|
6765
|
-
parameters: {
|
6766
|
-
query?: never;
|
6767
|
-
header?: never;
|
6768
|
-
path?: never;
|
6769
|
-
cookie?: never;
|
6770
|
-
};
|
6771
|
-
requestBody: {
|
6772
|
-
content: {
|
6773
|
-
"application/json": components["schemas"]["CreateProductionDto"];
|
6774
|
-
};
|
6775
|
-
};
|
6776
|
-
responses: {
|
6777
|
-
200: {
|
6778
|
-
headers: {
|
6779
|
-
[name: string]: unknown;
|
6780
|
-
};
|
6781
|
-
content: {
|
6782
|
-
"application/json": components["schemas"]["CreateProductionDto"];
|
6783
|
-
};
|
6784
|
-
};
|
6785
|
-
409: {
|
6786
|
-
headers: {
|
6787
|
-
[name: string]: unknown;
|
6788
|
-
};
|
6789
|
-
content: {
|
6790
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6791
|
-
};
|
6792
|
-
};
|
6793
|
-
};
|
6794
|
-
};
|
6795
|
-
ProductionController_createRole: {
|
6796
|
-
parameters: {
|
6797
|
-
query?: never;
|
6798
|
-
header?: never;
|
6799
|
-
path?: never;
|
6800
|
-
cookie?: never;
|
6801
|
-
};
|
6802
|
-
requestBody: {
|
6803
|
-
content: {
|
6804
|
-
"application/json": components["schemas"]["CreateProductionRoleDto"];
|
6805
|
-
};
|
6806
|
-
};
|
6807
|
-
responses: {
|
6808
|
-
201: {
|
6809
|
-
headers: {
|
6810
|
-
[name: string]: unknown;
|
6811
|
-
};
|
6812
|
-
content: {
|
6813
|
-
"application/json": components["schemas"]["CreateProductionDto"];
|
6814
|
-
};
|
6815
|
-
};
|
6816
|
-
};
|
6817
|
-
};
|
6818
|
-
ProductionController_update: {
|
6819
|
-
parameters: {
|
6820
|
-
query?: never;
|
6821
|
-
header?: never;
|
6822
|
-
path: {
|
6823
|
-
id: string;
|
6824
|
-
};
|
6825
|
-
cookie?: never;
|
6826
|
-
};
|
6827
|
-
requestBody: {
|
6828
|
-
content: {
|
6829
|
-
"application/json": components["schemas"]["UpdateProductionDto"];
|
6830
|
-
};
|
6831
|
-
};
|
6832
|
-
responses: {
|
6833
|
-
200: {
|
6834
|
-
headers: {
|
6835
|
-
[name: string]: unknown;
|
6836
|
-
};
|
6837
|
-
content: {
|
6838
|
-
"application/json": components["schemas"]["UpdateProductionResponseDto"];
|
6839
|
-
};
|
6840
|
-
};
|
6841
|
-
404: {
|
6842
|
-
headers: {
|
6843
|
-
[name: string]: unknown;
|
6844
|
-
};
|
6845
|
-
content: {
|
6846
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6847
|
-
};
|
6848
|
-
};
|
6849
|
-
409: {
|
6850
|
-
headers: {
|
6851
|
-
[name: string]: unknown;
|
6852
|
-
};
|
6853
|
-
content: {
|
6854
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6855
|
-
};
|
6856
|
-
};
|
6857
|
-
};
|
6858
|
-
};
|
6859
|
-
ProductionController_deleteProduction: {
|
6860
|
-
parameters: {
|
6861
|
-
query?: never;
|
6862
|
-
header?: never;
|
6863
|
-
path: {
|
6864
|
-
id: string;
|
6865
|
-
};
|
6866
|
-
cookie?: never;
|
6867
|
-
};
|
6868
|
-
requestBody?: never;
|
6869
|
-
responses: {
|
6870
|
-
200: {
|
6871
|
-
headers: {
|
6872
|
-
[name: string]: unknown;
|
6873
|
-
};
|
6874
|
-
content: {
|
6875
|
-
"application/json": components["schemas"]["DeleteProductionResponseDto"];
|
6876
|
-
};
|
6877
|
-
};
|
6878
|
-
404: {
|
6879
|
-
headers: {
|
6880
|
-
[name: string]: unknown;
|
6881
|
-
};
|
6882
|
-
content: {
|
6883
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6884
|
-
};
|
6885
|
-
};
|
6886
|
-
409: {
|
6887
|
-
headers: {
|
6888
|
-
[name: string]: unknown;
|
6889
|
-
};
|
6890
|
-
content: {
|
6891
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6892
|
-
};
|
6893
|
-
};
|
6894
|
-
};
|
6895
|
-
};
|
6896
|
-
ProductionAffiliationRequestController_create: {
|
6897
|
-
parameters: {
|
6898
|
-
query?: never;
|
6899
|
-
header?: never;
|
6900
|
-
path?: never;
|
6901
|
-
cookie?: never;
|
6902
|
-
};
|
6903
|
-
requestBody: {
|
6904
|
-
content: {
|
6905
|
-
"application/json": components["schemas"]["CreateProductionAffiliationRequestDto"];
|
6906
|
-
};
|
6907
|
-
};
|
6908
|
-
responses: {
|
6909
|
-
201: {
|
6910
|
-
headers: {
|
6911
|
-
[name: string]: unknown;
|
6912
|
-
};
|
6913
|
-
content: {
|
6914
|
-
"application/json": components["schemas"]["CreateProductionAffiliationRequestDto"];
|
6915
|
-
};
|
6916
|
-
};
|
6917
|
-
409: {
|
6918
|
-
headers: {
|
6919
|
-
[name: string]: unknown;
|
6920
|
-
};
|
6921
|
-
content: {
|
6922
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6923
|
-
};
|
6924
|
-
};
|
6925
|
-
};
|
6926
|
-
};
|
6927
|
-
ProductionAffiliationRequestController_accept: {
|
6928
|
-
parameters: {
|
6929
|
-
query?: never;
|
6930
|
-
header?: never;
|
6931
|
-
path: {
|
6932
|
-
id: string;
|
6933
|
-
};
|
6934
|
-
cookie?: never;
|
6935
|
-
};
|
6936
|
-
requestBody?: never;
|
6937
|
-
responses: {
|
6938
|
-
200: {
|
6939
|
-
headers: {
|
6940
|
-
[name: string]: unknown;
|
6941
|
-
};
|
6942
|
-
content: {
|
6943
|
-
"application/json": components["schemas"]["UpdateProductionAffiliationRequestResponseDto"];
|
6944
|
-
};
|
6945
|
-
};
|
6946
|
-
401: {
|
6947
|
-
headers: {
|
6948
|
-
[name: string]: unknown;
|
6949
|
-
};
|
6950
|
-
content: {
|
6951
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6952
|
-
};
|
6953
|
-
};
|
6954
|
-
404: {
|
6955
|
-
headers: {
|
6956
|
-
[name: string]: unknown;
|
6957
|
-
};
|
6958
|
-
content: {
|
6959
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6960
|
-
};
|
6961
|
-
};
|
6962
|
-
};
|
6963
|
-
};
|
6964
|
-
ProductionAffiliationRequestController_reject: {
|
6965
|
-
parameters: {
|
6966
|
-
query?: never;
|
6967
|
-
header?: never;
|
6968
|
-
path: {
|
6969
|
-
id: string;
|
6970
|
-
};
|
6971
|
-
cookie?: never;
|
6972
|
-
};
|
6973
|
-
requestBody?: never;
|
6974
|
-
responses: {
|
6975
|
-
200: {
|
6976
|
-
headers: {
|
6977
|
-
[name: string]: unknown;
|
6978
|
-
};
|
6979
|
-
content: {
|
6980
|
-
"application/json": components["schemas"]["UpdateProductionAffiliationRequestResponseDto"];
|
6981
|
-
};
|
6982
|
-
};
|
6983
|
-
401: {
|
6984
|
-
headers: {
|
6985
|
-
[name: string]: unknown;
|
6986
|
-
};
|
6987
|
-
content: {
|
6988
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6989
|
-
};
|
6990
|
-
};
|
6991
|
-
404: {
|
6992
|
-
headers: {
|
6993
|
-
[name: string]: unknown;
|
6994
|
-
};
|
6995
|
-
content: {
|
6996
|
-
"application/json": components["schemas"]["ErrorDto"];
|
6997
|
-
};
|
6998
|
-
};
|
6999
|
-
};
|
7000
|
-
};
|
7001
|
-
ProductionAffiliationRequestController_findByProduction: {
|
7002
|
-
parameters: {
|
7003
|
-
query?: never;
|
7004
|
-
header?: never;
|
7005
|
-
path: {
|
7006
|
-
id: string;
|
7007
|
-
};
|
7008
|
-
cookie?: never;
|
7009
|
-
};
|
7010
|
-
requestBody?: never;
|
7011
|
-
responses: {
|
7012
|
-
200: {
|
7013
|
-
headers: {
|
7014
|
-
[name: string]: unknown;
|
7015
|
-
};
|
7016
|
-
content: {
|
7017
|
-
"application/json": components["schemas"]["FindByProductionAffiliationRequestResponseDto"];
|
7018
|
-
};
|
7019
|
-
};
|
7020
|
-
404: {
|
7021
|
-
headers: {
|
7022
|
-
[name: string]: unknown;
|
7023
|
-
};
|
7024
|
-
content: {
|
7025
|
-
"application/json": components["schemas"]["ErrorDto"];
|
7026
|
-
};
|
7027
|
-
};
|
7028
|
-
};
|
7029
|
-
};
|
7030
6771
|
}
|