expo-backend-types 0.31.0-EXPO-311-EB-Modificar-DB-schema.1 → 0.31.0

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.
@@ -742,9 +742,9 @@ export interface paths {
742
742
  path?: never;
743
743
  cookie?: never;
744
744
  };
745
- get: operations["CsvController_downloadProfiles"];
745
+ get?: never;
746
746
  put?: never;
747
- post?: never;
747
+ post: operations["CsvController_downloadProfiles"];
748
748
  delete?: never;
749
749
  options?: never;
750
750
  head?: never;
@@ -758,9 +758,9 @@ export interface paths {
758
758
  path?: never;
759
759
  cookie?: never;
760
760
  };
761
- get: operations["CsvController_downloadAllTables"];
761
+ get?: never;
762
762
  put?: never;
763
- post?: never;
763
+ post: operations["CsvController_downloadAllTables"];
764
764
  delete?: never;
765
765
  options?: never;
766
766
  head?: never;
@@ -1432,8 +1432,6 @@ export interface components {
1432
1432
  id: string;
1433
1433
  name: string;
1434
1434
  date: string;
1435
- starting_date: string;
1436
- ending_date: string;
1437
1435
  location: string;
1438
1436
  folderId: string | null;
1439
1437
  tagAssistedId: string;
@@ -1454,8 +1452,6 @@ export interface components {
1454
1452
  id: string;
1455
1453
  name: string;
1456
1454
  date: string;
1457
- starting_date: string;
1458
- ending_date: string;
1459
1455
  location: string;
1460
1456
  folderId: string | null;
1461
1457
  tagAssistedId: string;
@@ -1486,37 +1482,18 @@ export interface components {
1486
1482
  CreateEventDto: {
1487
1483
  name: string;
1488
1484
  date: string;
1489
- starting_date: string;
1490
- ending_date: string;
1491
1485
  location: string;
1492
1486
  folderId: string | null;
1493
1487
  subEvents?: {
1494
1488
  name: string;
1495
1489
  date: string;
1496
- starting_date: string;
1497
- ending_date: string;
1498
1490
  location: string;
1499
1491
  }[];
1500
- tags: {
1501
- id: string;
1502
- name: string;
1503
- groupId: string;
1504
- type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
1505
- created_at: string;
1506
- updated_at: string;
1507
- }[];
1508
- eventTickets: {
1509
- amount: number;
1510
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
1511
- price: number | null;
1512
- }[];
1513
1492
  };
1514
1493
  CreateEventResponseDto: {
1515
1494
  id: string;
1516
1495
  name: string;
1517
1496
  date: string;
1518
- starting_date: string;
1519
- ending_date: string;
1520
1497
  location: string;
1521
1498
  folderId: string | null;
1522
1499
  tagAssistedId: string;
@@ -1536,8 +1513,6 @@ export interface components {
1536
1513
  id: string;
1537
1514
  name: string;
1538
1515
  date: string;
1539
- starting_date: string;
1540
- ending_date: string;
1541
1516
  location: string;
1542
1517
  folderId: string | null;
1543
1518
  tagAssistedId: string;
@@ -1549,8 +1524,6 @@ export interface components {
1549
1524
  id: string;
1550
1525
  name: string;
1551
1526
  date: string;
1552
- starting_date: string;
1553
- ending_date: string;
1554
1527
  location: string;
1555
1528
  folderId: string | null;
1556
1529
  tagAssistedId: string;
@@ -1563,8 +1536,6 @@ export interface components {
1563
1536
  id: string;
1564
1537
  name: string;
1565
1538
  date: string;
1566
- starting_date: string;
1567
- ending_date: string;
1568
1539
  location: string;
1569
1540
  folderId: string | null;
1570
1541
  tagAssistedId: string;
@@ -1579,8 +1550,6 @@ export interface components {
1579
1550
  id: string;
1580
1551
  name: string;
1581
1552
  date: string;
1582
- starting_date: string;
1583
- ending_date: string;
1584
1553
  location: string;
1585
1554
  folderId: string | null;
1586
1555
  tagAssistedId: string;
@@ -1592,8 +1561,6 @@ export interface components {
1592
1561
  id: string;
1593
1562
  name: string;
1594
1563
  date: string;
1595
- starting_date: string;
1596
- ending_date: string;
1597
1564
  location: string;
1598
1565
  folderId: string | null;
1599
1566
  tagAssistedId: string;
@@ -1606,8 +1573,6 @@ export interface components {
1606
1573
  id: string;
1607
1574
  name: string;
1608
1575
  date: string;
1609
- starting_date: string;
1610
- ending_date: string;
1611
1576
  location: string;
1612
1577
  folderId: string | null;
1613
1578
  tagAssistedId: string;
@@ -1622,8 +1587,6 @@ export interface components {
1622
1587
  id: string;
1623
1588
  name: string;
1624
1589
  date: string;
1625
- starting_date: string;
1626
- ending_date: string;
1627
1590
  location: string;
1628
1591
  folderId: string | null;
1629
1592
  tagAssistedId: string;
@@ -1635,8 +1598,6 @@ export interface components {
1635
1598
  id: string;
1636
1599
  name: string;
1637
1600
  date: string;
1638
- starting_date: string;
1639
- ending_date: string;
1640
1601
  location: string;
1641
1602
  folderId: string | null;
1642
1603
  tagAssistedId: string;
@@ -1649,8 +1610,6 @@ export interface components {
1649
1610
  id: string;
1650
1611
  name: string;
1651
1612
  date: string;
1652
- starting_date: string;
1653
- ending_date: string;
1654
1613
  location: string;
1655
1614
  folderId: string | null;
1656
1615
  tagAssistedId: string;
@@ -1665,14 +1624,10 @@ export interface components {
1665
1624
  folderId: string | null;
1666
1625
  date: string;
1667
1626
  location: string;
1668
- starting_date: string;
1669
- ending_date: string;
1670
1627
  subEvents: {
1671
1628
  name: string;
1672
1629
  location: string;
1673
1630
  date: string;
1674
- starting_date: string;
1675
- ending_date: string;
1676
1631
  id: string | "";
1677
1632
  }[];
1678
1633
  };
@@ -1680,8 +1635,6 @@ export interface components {
1680
1635
  id: string;
1681
1636
  name: string;
1682
1637
  date: string;
1683
- starting_date: string;
1684
- ending_date: string;
1685
1638
  location: string;
1686
1639
  folderId: string | null;
1687
1640
  tagAssistedId: string;
@@ -1710,8 +1663,6 @@ export interface components {
1710
1663
  id: string;
1711
1664
  name: string;
1712
1665
  date: string;
1713
- starting_date: string;
1714
- ending_date: string;
1715
1666
  location: string;
1716
1667
  folderId: string | null;
1717
1668
  tagAssistedId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.31.0-EXPO-311-EB-Modificar-DB-schema.1",
3
+ "version": "0.31.0",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,