@vertikalx/vtx-backend-client 3.0.0-dev-max.13 → 3.0.0-dev-max.14
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/package.json
CHANGED
package/src/client/schema.d.ts
CHANGED
|
@@ -1509,7 +1509,7 @@ export interface Query {
|
|
|
1509
1509
|
getStravaLoginUrl: Scalars['String'];
|
|
1510
1510
|
getSportsEvents: SportsEvent[];
|
|
1511
1511
|
getBudgetsByAthlete: BudgetData;
|
|
1512
|
-
getDonationsByAthlete: Receipt;
|
|
1512
|
+
getDonationsByAthlete: Receipt[];
|
|
1513
1513
|
getDonationsToAthlete: Donation[];
|
|
1514
1514
|
getDonationsToMe: Donation[];
|
|
1515
1515
|
getBudgetConcepts: BudgetConcept[];
|