expo-backend-types 0.49.0-EXPO-350-ExpoBackend-Estadisticas-de-evento.8 → 0.49.0-EXPO-355-ExpoBackend-Rutas-de-produccion.7

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.
Files changed (67) hide show
  1. package/dist/src/account/dto/get-global-filter.dto.d.ts +10 -8
  2. package/dist/src/account/dto/get-me.dto.d.ts +20 -16
  3. package/dist/src/account/dto/update-global-filter.dto.d.ts +10 -8
  4. package/dist/src/event/dto/get-all-event.dto.d.ts +236 -232
  5. package/dist/src/event/dto/get-all-event.dto.js +1 -1
  6. package/dist/src/event/dto/get-by-id-event.dto.d.ts +136 -126
  7. package/dist/src/event/dto/get-by-id-event.dto.js +1 -1
  8. package/dist/src/event/dto/update-event.dto.d.ts +10 -8
  9. package/dist/src/exports.d.ts +1 -0
  10. package/dist/src/exports.js +1 -0
  11. package/dist/src/i18n/es.d.ts +57 -7
  12. package/dist/src/i18n/es.js +57 -7
  13. package/dist/src/i18n/es.js.map +1 -1
  14. package/dist/src/production/dto/create-production.dto.d.ts +36 -0
  15. package/dist/src/production/dto/create-production.dto.js +17 -0
  16. package/dist/src/production/dto/create-role.dto.d.ts +86 -0
  17. package/dist/src/production/dto/create-role.dto.js +16 -0
  18. package/dist/src/production/dto/delete-production.dto.d.ts +41 -0
  19. package/dist/src/production/dto/delete-production.dto.js +10 -0
  20. package/dist/src/production/dto/get-all-production.dto.d.ts +451 -0
  21. package/dist/src/production/dto/get-all-production.dto.js +21 -0
  22. package/dist/src/production/dto/production.dto.d.ts +20 -0
  23. package/dist/src/production/dto/production.dto.js +21 -0
  24. package/dist/src/production/dto/update-production.dto.d.ts +63 -0
  25. package/dist/src/production/dto/update-production.dto.js +19 -0
  26. package/dist/src/production/exports.d.ts +5 -0
  27. package/dist/src/production/exports.js +22 -0
  28. package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.d.ts +80 -0
  29. package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.js +16 -0
  30. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +563 -0
  31. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.js +21 -0
  32. package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.d.ts +27 -0
  33. package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.js +22 -0
  34. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +390 -0
  35. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.js +15 -0
  36. package/dist/src/production-affiliation-request/exports.d.ts +4 -0
  37. package/dist/src/production-affiliation-request/exports.js +21 -0
  38. package/dist/src/profile/dto/find-all-profile.dto.d.ts +14 -12
  39. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +24 -20
  40. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +10 -8
  41. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +14 -12
  42. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +14 -12
  43. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +14 -12
  44. package/dist/src/tag/dto/create-tag.dto.d.ts +41 -9
  45. package/dist/src/tag/dto/create-tag.dto.js +6 -5
  46. package/dist/src/tag/dto/delete-tag.dto.d.ts +6 -4
  47. package/dist/src/tag/dto/find-all-tag.dto.d.ts +10 -8
  48. package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +10 -8
  49. package/dist/src/tag/dto/find-one-tag.dto.d.ts +6 -4
  50. package/dist/src/tag/dto/tag.dto.d.ts +6 -4
  51. package/dist/src/tag/dto/update-tag.dto.d.ts +7 -4
  52. package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +14 -12
  53. package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +14 -12
  54. package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +10 -8
  55. package/dist/types/prisma-schema/edge.js +32 -5
  56. package/dist/types/prisma-schema/index-browser.js +29 -2
  57. package/dist/types/prisma-schema/index.d.ts +11152 -6606
  58. package/dist/types/prisma-schema/index.js +32 -5
  59. package/dist/types/prisma-schema/package.json +1 -1
  60. package/dist/types/prisma-schema/schema.prisma +54 -4
  61. package/dist/types/prisma-schema/wasm.js +29 -2
  62. package/dist/types/schema.d.ts +647 -206
  63. package/package.json +1 -1
  64. package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -364
  65. package/dist/src/event/dto/get-all-statistics.dto.js +0 -40
  66. package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -402
  67. package/dist/src/event/dto/get-statistics-by-id-event.dto.js +0 -35
@@ -559,22 +559,6 @@ export interface paths {
559
559
  patch?: never;
560
560
  trace?: never;
561
561
  };
562
- "/event/statistics": {
563
- parameters: {
564
- query?: never;
565
- header?: never;
566
- path?: never;
567
- cookie?: never;
568
- };
569
- get: operations["EventController_getStatistics"];
570
- put?: never;
571
- post?: never;
572
- delete?: never;
573
- options?: never;
574
- head?: never;
575
- patch?: never;
576
- trace?: never;
577
- };
578
562
  "/event/{id}": {
579
563
  parameters: {
580
564
  query?: never;
@@ -591,22 +575,6 @@ export interface paths {
591
575
  patch: operations["EventController_update"];
592
576
  trace?: never;
593
577
  };
594
- "/event/{id}/statistics": {
595
- parameters: {
596
- query?: never;
597
- header?: never;
598
- path?: never;
599
- cookie?: never;
600
- };
601
- get: operations["EventController_getStatisticsById"];
602
- put?: never;
603
- post?: never;
604
- delete?: never;
605
- options?: never;
606
- head?: never;
607
- patch?: never;
608
- trace?: never;
609
- };
610
578
  "/event/toggle-active/{id}": {
611
579
  parameters: {
612
580
  query?: never;
@@ -1455,6 +1423,150 @@ export interface paths {
1455
1423
  patch?: never;
1456
1424
  trace?: never;
1457
1425
  };
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
+ };
1458
1570
  }
1459
1571
  export type webhooks = Record<string, never>;
1460
1572
  export interface components {
@@ -1492,19 +1604,22 @@ export interface components {
1492
1604
  CreateTagDto: {
1493
1605
  name: string;
1494
1606
  groupId: string;
1607
+ type?: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1495
1608
  };
1496
1609
  CreateTagResponseDto: {
1497
1610
  id: string;
1498
1611
  name: string;
1499
1612
  groupId: string;
1500
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1613
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1614
+ created_at: string;
1615
+ updated_at: string;
1501
1616
  };
1502
1617
  FindAllTagResponseDto: {
1503
1618
  tags: {
1504
1619
  id: string;
1505
1620
  name: string;
1506
1621
  groupId: string;
1507
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1622
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1508
1623
  created_at: string;
1509
1624
  updated_at: string;
1510
1625
  group: {
@@ -1522,7 +1637,7 @@ export interface components {
1522
1637
  id: string;
1523
1638
  name: string;
1524
1639
  groupId: string;
1525
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1640
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1526
1641
  created_at: string;
1527
1642
  updated_at: string;
1528
1643
  group: {
@@ -1539,7 +1654,7 @@ export interface components {
1539
1654
  id: string;
1540
1655
  name: string;
1541
1656
  groupId: string;
1542
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1657
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1543
1658
  created_at: string;
1544
1659
  updated_at: string;
1545
1660
  group: {
@@ -1559,7 +1674,7 @@ export interface components {
1559
1674
  id: string;
1560
1675
  name: string;
1561
1676
  groupId: string;
1562
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1677
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1563
1678
  created_at: string;
1564
1679
  updated_at: string;
1565
1680
  };
@@ -1567,7 +1682,7 @@ export interface components {
1567
1682
  id: string;
1568
1683
  name: string;
1569
1684
  groupId: string;
1570
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1685
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1571
1686
  created_at: string;
1572
1687
  updated_at: string;
1573
1688
  };
@@ -1664,7 +1779,7 @@ export interface components {
1664
1779
  id: string;
1665
1780
  name: string;
1666
1781
  groupId: string;
1667
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1782
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1668
1783
  created_at: string;
1669
1784
  updated_at: string;
1670
1785
  }[];
@@ -1674,7 +1789,7 @@ export interface components {
1674
1789
  globalFilter: {
1675
1790
  id: string;
1676
1791
  name: string;
1677
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1792
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1678
1793
  group: {
1679
1794
  id: string;
1680
1795
  color: string;
@@ -1693,7 +1808,7 @@ export interface components {
1693
1808
  globalFilter: {
1694
1809
  id: string;
1695
1810
  name: string;
1696
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1811
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1697
1812
  group: {
1698
1813
  id: string;
1699
1814
  color: string;
@@ -1704,7 +1819,7 @@ export interface components {
1704
1819
  id: string;
1705
1820
  name: string;
1706
1821
  groupId: string;
1707
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1822
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1708
1823
  created_at: string;
1709
1824
  updated_at: string;
1710
1825
  }[];
@@ -1734,7 +1849,7 @@ export interface components {
1734
1849
  id: string;
1735
1850
  name: string;
1736
1851
  groupId: string;
1737
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1852
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1738
1853
  created_at: string;
1739
1854
  updated_at: string;
1740
1855
  }[];
@@ -1750,7 +1865,7 @@ export interface components {
1750
1865
  id: string;
1751
1866
  name: string;
1752
1867
  groupId: string;
1753
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1868
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1754
1869
  created_at: string;
1755
1870
  updated_at: string;
1756
1871
  _count: {
@@ -1773,7 +1888,7 @@ export interface components {
1773
1888
  id: string;
1774
1889
  name: string;
1775
1890
  groupId: string;
1776
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1891
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1777
1892
  created_at: string;
1778
1893
  updated_at: string;
1779
1894
  }[];
@@ -2094,10 +2209,10 @@ export interface components {
2094
2209
  created_at: string;
2095
2210
  updated_at: string;
2096
2211
  }[];
2097
- tags: {
2212
+ profileTags: {
2098
2213
  id: string;
2099
2214
  name: string;
2100
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2215
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2101
2216
  group: {
2102
2217
  id: string;
2103
2218
  color: string;
@@ -2157,10 +2272,10 @@ export interface components {
2157
2272
  created_at: string;
2158
2273
  updated_at: string;
2159
2274
  }[];
2160
- tags: {
2275
+ profileTags: {
2161
2276
  id: string;
2162
2277
  name: string;
2163
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2278
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2164
2279
  group: {
2165
2280
  id: string;
2166
2281
  color: string;
@@ -2199,28 +2314,6 @@ export interface components {
2199
2314
  }[];
2200
2315
  }[];
2201
2316
  };
2202
- GetAllStatisticsResponseDto: {
2203
- totalIncome: number;
2204
- emailByPurchasedTickets: {
2205
- mail: string;
2206
- ticketsPurchased: number;
2207
- }[];
2208
- attendancePercent: number;
2209
- maxTicketPerTypeAll: {
2210
- [key: string]: number | undefined;
2211
- };
2212
- emmitedticketPerTypeAll: {
2213
- [key: string]: number | undefined;
2214
- };
2215
- eventDataIndividual: {
2216
- id: string;
2217
- name: string;
2218
- price: number | null;
2219
- purchasePercent: number;
2220
- spectatorEventTicket: number | null;
2221
- spectatorTicketsSold: number;
2222
- }[];
2223
- };
2224
2317
  GetByIdEventResponseDto: {
2225
2318
  id: string;
2226
2319
  name: string;
@@ -2271,11 +2364,11 @@ export interface components {
2271
2364
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
2272
2365
  price: number | null;
2273
2366
  }[];
2274
- tags: {
2367
+ profileTags: {
2275
2368
  id: string;
2276
2369
  name: string;
2277
2370
  groupId: string;
2278
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2371
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2279
2372
  created_at: string;
2280
2373
  updated_at: string;
2281
2374
  group: {
@@ -2305,7 +2398,7 @@ export interface components {
2305
2398
  id: string;
2306
2399
  name: string;
2307
2400
  groupId: string;
2308
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2401
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2309
2402
  created_at: string;
2310
2403
  updated_at: string;
2311
2404
  group: {
@@ -2321,7 +2414,7 @@ export interface components {
2321
2414
  id: string;
2322
2415
  name: string;
2323
2416
  groupId: string;
2324
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2417
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2325
2418
  created_at: string;
2326
2419
  updated_at: string;
2327
2420
  group: {
@@ -2334,38 +2427,6 @@ export interface components {
2334
2427
  };
2335
2428
  };
2336
2429
  };
2337
- GetStatisticsByIdResponseDto: {
2338
- maxTickets: number;
2339
- emmitedTickets: number;
2340
- emittedTicketsPercent: number;
2341
- emmitedticketPerType: {
2342
- [key: string]: number | undefined;
2343
- };
2344
- totalIncome: number;
2345
- maxTotalIncome: number;
2346
- maxTicketPerType: {
2347
- [key: string]: number | undefined;
2348
- };
2349
- totalTicketsScanned: number;
2350
- notScanned: number;
2351
- attendancePercent: number;
2352
- attendancePerHour: {
2353
- id: string;
2354
- eventId: string;
2355
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
2356
- fullName: string;
2357
- mail: string;
2358
- dni: string;
2359
- seat: number | null;
2360
- scanned: boolean;
2361
- scannedAt: string | null;
2362
- ticketGroupId: string | null;
2363
- created_at: string;
2364
- updated_at: string;
2365
- }[];
2366
- avgAmountPerTicketGroup: number | null;
2367
- heatMapDates: string[];
2368
- };
2369
2430
  UpdateEventDto: {
2370
2431
  name: string;
2371
2432
  folderId: string | null;
@@ -2406,7 +2467,7 @@ export interface components {
2406
2467
  id: string;
2407
2468
  name: string;
2408
2469
  groupId: string;
2409
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2470
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2410
2471
  created_at: string;
2411
2472
  updated_at: string;
2412
2473
  group: {
@@ -2470,7 +2531,7 @@ export interface components {
2470
2531
  id: string;
2471
2532
  name: string;
2472
2533
  groupId: string;
2473
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2534
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2474
2535
  created_at: string;
2475
2536
  updated_at: string;
2476
2537
  group: {
@@ -2510,7 +2571,7 @@ export interface components {
2510
2571
  id: string;
2511
2572
  name: string;
2512
2573
  groupId: string;
2513
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2574
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2514
2575
  created_at: string;
2515
2576
  updated_at: string;
2516
2577
  }[];
@@ -2568,7 +2629,7 @@ export interface components {
2568
2629
  id: string;
2569
2630
  name: string;
2570
2631
  groupId: string;
2571
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2632
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2572
2633
  created_at: string;
2573
2634
  updated_at: string;
2574
2635
  group: {
@@ -2609,7 +2670,7 @@ export interface components {
2609
2670
  id: string;
2610
2671
  name: string;
2611
2672
  groupId: string;
2612
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2673
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2613
2674
  created_at: string;
2614
2675
  updated_at: string;
2615
2676
  }[];
@@ -2645,7 +2706,7 @@ export interface components {
2645
2706
  id: string;
2646
2707
  name: string;
2647
2708
  groupId: string;
2648
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2709
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2649
2710
  created_at: string;
2650
2711
  updated_at: string;
2651
2712
  group: {
@@ -2792,7 +2853,7 @@ export interface components {
2792
2853
  id: string;
2793
2854
  name: string;
2794
2855
  groupId: string;
2795
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
2856
+ type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2796
2857
  created_at: string;
2797
2858
  updated_at: string;
2798
2859
  group: {
@@ -3640,50 +3701,196 @@ export interface components {
3640
3701
  user_id: number;
3641
3702
  };
3642
3703
  Response: Record<string, never>;
3643
- };
3644
- responses: never;
3645
- parameters: never;
3646
- requestBodies: never;
3647
- headers: never;
3648
- pathItems: never;
3649
- }
3650
- export type $defs = Record<string, never>;
3651
- export interface operations {
3652
- AuthController_loginAccount: {
3653
- parameters: {
3654
- query?: never;
3655
- header?: never;
3656
- path?: never;
3657
- cookie?: 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
+ }[];
3658
3738
  };
3659
- requestBody: {
3660
- content: {
3661
- "application/json": components["schemas"]["LoginDto"];
3662
- };
3739
+ CreateProductionDto: {
3740
+ name: string;
3663
3741
  };
3664
- responses: {
3665
- 200: {
3666
- headers: {
3667
- [name: string]: unknown;
3668
- };
3669
- content: {
3670
- "application/json": components["schemas"]["LoginResponseDto"];
3671
- };
3672
- };
3673
- 401: {
3674
- headers: {
3675
- [name: string]: unknown;
3676
- };
3677
- content: {
3678
- "application/json": components["schemas"]["ErrorDto"];
3679
- };
3680
- };
3742
+ CreateProductionRoleDto: {
3743
+ name: string;
3681
3744
  };
3682
- };
3683
- AuthController_refreshToken: {
3684
- parameters: {
3685
- query?: never;
3686
- header?: never;
3745
+ UpdateProductionDto: {
3746
+ name?: string;
3747
+ administratorId?: string | null;
3748
+ };
3749
+ UpdateProductionResponseDto: {
3750
+ id: string;
3751
+ name: string;
3752
+ administratorId: string | null;
3753
+ created_at: string;
3754
+ updated_at: string;
3755
+ };
3756
+ DeleteProductionResponseDto: {
3757
+ id: string;
3758
+ name: string;
3759
+ administratorId: string | null;
3760
+ created_at: string;
3761
+ updated_at: string;
3762
+ };
3763
+ CreateProductionAffiliationRequestDto: {
3764
+ productionId: string;
3765
+ };
3766
+ UpdateProductionAffiliationRequestResponseDto: {
3767
+ id: string;
3768
+ productionId: string;
3769
+ profileId: string;
3770
+ status: "APPROVED" | "PENDING" | "REJECTED";
3771
+ created_at: string;
3772
+ updated_at: string;
3773
+ production: {
3774
+ id: string;
3775
+ name: string;
3776
+ administratorId: string | null;
3777
+ created_at: string;
3778
+ updated_at: string;
3779
+ };
3780
+ profile: {
3781
+ id: string;
3782
+ shortId: number;
3783
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
3784
+ firstTimeMiExpo: boolean;
3785
+ username: string | null;
3786
+ password: string | null;
3787
+ phoneNumber: string;
3788
+ isPhoneVerified: boolean;
3789
+ secondaryPhoneNumber: string | null;
3790
+ fullName: string;
3791
+ firstName: string | null;
3792
+ gender: string | null;
3793
+ birthDate: string | null;
3794
+ profilePictureUrl: string | null;
3795
+ instagram: string | null;
3796
+ mail: string | null;
3797
+ dni: string | null;
3798
+ alternativeNames: string[];
3799
+ birthLocationId: string | null;
3800
+ residenceLocationId: string | null;
3801
+ isInTrash: boolean;
3802
+ movedToTrashDate: string | null;
3803
+ created_at: string;
3804
+ updated_at: string;
3805
+ };
3806
+ };
3807
+ FindByProductionAffiliationRequestResponseDto: {
3808
+ productions: {
3809
+ id: string;
3810
+ productionId: string;
3811
+ profileId: string;
3812
+ status: "APPROVED" | "PENDING" | "REJECTED";
3813
+ created_at: string;
3814
+ updated_at: string;
3815
+ production: {
3816
+ id: string;
3817
+ name: string;
3818
+ administratorId: string | null;
3819
+ created_at: string;
3820
+ updated_at: string;
3821
+ };
3822
+ profile: {
3823
+ id: string;
3824
+ shortId: number;
3825
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
3826
+ firstTimeMiExpo: boolean;
3827
+ username: string | null;
3828
+ password: string | null;
3829
+ phoneNumber: string;
3830
+ isPhoneVerified: boolean;
3831
+ secondaryPhoneNumber: string | null;
3832
+ fullName: string;
3833
+ firstName: string | null;
3834
+ gender: string | null;
3835
+ birthDate: string | null;
3836
+ profilePictureUrl: string | null;
3837
+ instagram: string | null;
3838
+ mail: string | null;
3839
+ dni: string | null;
3840
+ alternativeNames: string[];
3841
+ birthLocationId: string | null;
3842
+ residenceLocationId: string | null;
3843
+ isInTrash: boolean;
3844
+ movedToTrashDate: string | null;
3845
+ created_at: string;
3846
+ updated_at: string;
3847
+ };
3848
+ }[];
3849
+ };
3850
+ };
3851
+ responses: never;
3852
+ parameters: never;
3853
+ requestBodies: never;
3854
+ headers: never;
3855
+ pathItems: never;
3856
+ }
3857
+ export type $defs = Record<string, never>;
3858
+ export interface operations {
3859
+ AuthController_loginAccount: {
3860
+ parameters: {
3861
+ query?: never;
3862
+ header?: never;
3863
+ path?: never;
3864
+ cookie?: never;
3865
+ };
3866
+ requestBody: {
3867
+ content: {
3868
+ "application/json": components["schemas"]["LoginDto"];
3869
+ };
3870
+ };
3871
+ responses: {
3872
+ 200: {
3873
+ headers: {
3874
+ [name: string]: unknown;
3875
+ };
3876
+ content: {
3877
+ "application/json": components["schemas"]["LoginResponseDto"];
3878
+ };
3879
+ };
3880
+ 401: {
3881
+ headers: {
3882
+ [name: string]: unknown;
3883
+ };
3884
+ content: {
3885
+ "application/json": components["schemas"]["ErrorDto"];
3886
+ };
3887
+ };
3888
+ };
3889
+ };
3890
+ AuthController_refreshToken: {
3891
+ parameters: {
3892
+ query?: never;
3893
+ header?: never;
3687
3894
  path?: never;
3688
3895
  cookie?: never;
3689
3896
  };
@@ -4685,25 +4892,6 @@ export interface operations {
4685
4892
  };
4686
4893
  };
4687
4894
  };
4688
- EventController_getStatistics: {
4689
- parameters: {
4690
- query?: never;
4691
- header?: never;
4692
- path?: never;
4693
- cookie?: never;
4694
- };
4695
- requestBody?: never;
4696
- responses: {
4697
- 200: {
4698
- headers: {
4699
- [name: string]: unknown;
4700
- };
4701
- content: {
4702
- "application/json": components["schemas"]["GetAllStatisticsResponseDto"];
4703
- };
4704
- };
4705
- };
4706
- };
4707
4895
  EventController_findById: {
4708
4896
  parameters: {
4709
4897
  query?: never;
@@ -4803,38 +4991,6 @@ export interface operations {
4803
4991
  };
4804
4992
  };
4805
4993
  };
4806
- EventController_getStatisticsById: {
4807
- parameters: {
4808
- query: {
4809
- gte: string;
4810
- lte: string;
4811
- };
4812
- header?: never;
4813
- path: {
4814
- id: string;
4815
- };
4816
- cookie?: never;
4817
- };
4818
- requestBody?: never;
4819
- responses: {
4820
- 200: {
4821
- headers: {
4822
- [name: string]: unknown;
4823
- };
4824
- content: {
4825
- "application/json": components["schemas"]["GetStatisticsByIdResponseDto"];
4826
- };
4827
- };
4828
- 404: {
4829
- headers: {
4830
- [name: string]: unknown;
4831
- };
4832
- content: {
4833
- "application/json": components["schemas"]["ErrorDto"];
4834
- };
4835
- };
4836
- };
4837
- };
4838
4994
  EventController_toggleActive: {
4839
4995
  parameters: {
4840
4996
  query?: never;
@@ -6585,4 +6741,289 @@ export interface operations {
6585
6741
  };
6586
6742
  };
6587
6743
  };
6744
+ ProductionController_getAll: {
6745
+ parameters: {
6746
+ query?: never;
6747
+ header?: never;
6748
+ path?: never;
6749
+ cookie?: never;
6750
+ };
6751
+ requestBody?: never;
6752
+ responses: {
6753
+ 200: {
6754
+ headers: {
6755
+ [name: string]: unknown;
6756
+ };
6757
+ content: {
6758
+ "application/json": components["schemas"]["GetAllProductionResponseDto"];
6759
+ };
6760
+ };
6761
+ };
6762
+ };
6763
+ ProductionController_create: {
6764
+ parameters: {
6765
+ query?: never;
6766
+ header?: never;
6767
+ path?: never;
6768
+ cookie?: never;
6769
+ };
6770
+ requestBody: {
6771
+ content: {
6772
+ "application/json": components["schemas"]["CreateProductionDto"];
6773
+ };
6774
+ };
6775
+ responses: {
6776
+ 200: {
6777
+ headers: {
6778
+ [name: string]: unknown;
6779
+ };
6780
+ content: {
6781
+ "application/json": components["schemas"]["CreateProductionDto"];
6782
+ };
6783
+ };
6784
+ 409: {
6785
+ headers: {
6786
+ [name: string]: unknown;
6787
+ };
6788
+ content: {
6789
+ "application/json": components["schemas"]["ErrorDto"];
6790
+ };
6791
+ };
6792
+ };
6793
+ };
6794
+ ProductionController_createRole: {
6795
+ parameters: {
6796
+ query?: never;
6797
+ header?: never;
6798
+ path?: never;
6799
+ cookie?: never;
6800
+ };
6801
+ requestBody: {
6802
+ content: {
6803
+ "application/json": components["schemas"]["CreateProductionRoleDto"];
6804
+ };
6805
+ };
6806
+ responses: {
6807
+ 201: {
6808
+ headers: {
6809
+ [name: string]: unknown;
6810
+ };
6811
+ content: {
6812
+ "application/json": components["schemas"]["CreateProductionDto"];
6813
+ };
6814
+ };
6815
+ };
6816
+ };
6817
+ ProductionController_update: {
6818
+ parameters: {
6819
+ query?: never;
6820
+ header?: never;
6821
+ path: {
6822
+ id: string;
6823
+ };
6824
+ cookie?: never;
6825
+ };
6826
+ requestBody: {
6827
+ content: {
6828
+ "application/json": components["schemas"]["UpdateProductionDto"];
6829
+ };
6830
+ };
6831
+ responses: {
6832
+ 200: {
6833
+ headers: {
6834
+ [name: string]: unknown;
6835
+ };
6836
+ content: {
6837
+ "application/json": components["schemas"]["UpdateProductionResponseDto"];
6838
+ };
6839
+ };
6840
+ 404: {
6841
+ headers: {
6842
+ [name: string]: unknown;
6843
+ };
6844
+ content: {
6845
+ "application/json": components["schemas"]["ErrorDto"];
6846
+ };
6847
+ };
6848
+ 409: {
6849
+ headers: {
6850
+ [name: string]: unknown;
6851
+ };
6852
+ content: {
6853
+ "application/json": components["schemas"]["ErrorDto"];
6854
+ };
6855
+ };
6856
+ };
6857
+ };
6858
+ ProductionController_deleteProduction: {
6859
+ parameters: {
6860
+ query?: never;
6861
+ header?: never;
6862
+ path: {
6863
+ id: string;
6864
+ };
6865
+ cookie?: never;
6866
+ };
6867
+ requestBody?: never;
6868
+ responses: {
6869
+ 200: {
6870
+ headers: {
6871
+ [name: string]: unknown;
6872
+ };
6873
+ content: {
6874
+ "application/json": components["schemas"]["DeleteProductionResponseDto"];
6875
+ };
6876
+ };
6877
+ 404: {
6878
+ headers: {
6879
+ [name: string]: unknown;
6880
+ };
6881
+ content: {
6882
+ "application/json": components["schemas"]["ErrorDto"];
6883
+ };
6884
+ };
6885
+ 409: {
6886
+ headers: {
6887
+ [name: string]: unknown;
6888
+ };
6889
+ content: {
6890
+ "application/json": components["schemas"]["ErrorDto"];
6891
+ };
6892
+ };
6893
+ };
6894
+ };
6895
+ ProductionAffiliationRequestController_create: {
6896
+ parameters: {
6897
+ query?: never;
6898
+ header?: never;
6899
+ path?: never;
6900
+ cookie?: never;
6901
+ };
6902
+ requestBody: {
6903
+ content: {
6904
+ "application/json": components["schemas"]["CreateProductionAffiliationRequestDto"];
6905
+ };
6906
+ };
6907
+ responses: {
6908
+ 201: {
6909
+ headers: {
6910
+ [name: string]: unknown;
6911
+ };
6912
+ content: {
6913
+ "application/json": components["schemas"]["CreateProductionAffiliationRequestDto"];
6914
+ };
6915
+ };
6916
+ 409: {
6917
+ headers: {
6918
+ [name: string]: unknown;
6919
+ };
6920
+ content: {
6921
+ "application/json": components["schemas"]["ErrorDto"];
6922
+ };
6923
+ };
6924
+ };
6925
+ };
6926
+ ProductionAffiliationRequestController_accept: {
6927
+ parameters: {
6928
+ query?: never;
6929
+ header?: never;
6930
+ path: {
6931
+ id: string;
6932
+ };
6933
+ cookie?: never;
6934
+ };
6935
+ requestBody?: never;
6936
+ responses: {
6937
+ 200: {
6938
+ headers: {
6939
+ [name: string]: unknown;
6940
+ };
6941
+ content: {
6942
+ "application/json": components["schemas"]["UpdateProductionAffiliationRequestResponseDto"];
6943
+ };
6944
+ };
6945
+ 401: {
6946
+ headers: {
6947
+ [name: string]: unknown;
6948
+ };
6949
+ content: {
6950
+ "application/json": components["schemas"]["ErrorDto"];
6951
+ };
6952
+ };
6953
+ 404: {
6954
+ headers: {
6955
+ [name: string]: unknown;
6956
+ };
6957
+ content: {
6958
+ "application/json": components["schemas"]["ErrorDto"];
6959
+ };
6960
+ };
6961
+ };
6962
+ };
6963
+ ProductionAffiliationRequestController_reject: {
6964
+ parameters: {
6965
+ query?: never;
6966
+ header?: never;
6967
+ path: {
6968
+ id: string;
6969
+ };
6970
+ cookie?: never;
6971
+ };
6972
+ requestBody?: never;
6973
+ responses: {
6974
+ 200: {
6975
+ headers: {
6976
+ [name: string]: unknown;
6977
+ };
6978
+ content: {
6979
+ "application/json": components["schemas"]["UpdateProductionAffiliationRequestResponseDto"];
6980
+ };
6981
+ };
6982
+ 401: {
6983
+ headers: {
6984
+ [name: string]: unknown;
6985
+ };
6986
+ content: {
6987
+ "application/json": components["schemas"]["ErrorDto"];
6988
+ };
6989
+ };
6990
+ 404: {
6991
+ headers: {
6992
+ [name: string]: unknown;
6993
+ };
6994
+ content: {
6995
+ "application/json": components["schemas"]["ErrorDto"];
6996
+ };
6997
+ };
6998
+ };
6999
+ };
7000
+ ProductionAffiliationRequestController_findByProduction: {
7001
+ parameters: {
7002
+ query?: never;
7003
+ header?: never;
7004
+ path: {
7005
+ id: string;
7006
+ };
7007
+ cookie?: never;
7008
+ };
7009
+ requestBody?: never;
7010
+ responses: {
7011
+ 200: {
7012
+ headers: {
7013
+ [name: string]: unknown;
7014
+ };
7015
+ content: {
7016
+ "application/json": components["schemas"]["FindByProductionAffiliationRequestResponseDto"];
7017
+ };
7018
+ };
7019
+ 404: {
7020
+ headers: {
7021
+ [name: string]: unknown;
7022
+ };
7023
+ content: {
7024
+ "application/json": components["schemas"]["ErrorDto"];
7025
+ };
7026
+ };
7027
+ };
7028
+ };
6588
7029
  }