@vertikalx/vtx-backend-client 3.0.0-dev.11 → 3.0.0-dev.13
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/src/client/schema.d.ts
CHANGED
|
@@ -1495,9 +1495,9 @@ export interface Query {
|
|
|
1495
1495
|
getStravaLoginUrl: Scalars['String'];
|
|
1496
1496
|
getSportsEvents: SportsEvent[];
|
|
1497
1497
|
getBudgetsByAthlete: BudgetData;
|
|
1498
|
-
getDonationsByAthlete: Receipt;
|
|
1499
|
-
getDonationsToAthlete: Donation;
|
|
1500
|
-
getDonationsToMe: Donation;
|
|
1498
|
+
getDonationsByAthlete: Receipt[];
|
|
1499
|
+
getDonationsToAthlete: Donation[];
|
|
1500
|
+
getDonationsToMe: Donation[];
|
|
1501
1501
|
getBudgetConcepts: BudgetConcept[];
|
|
1502
1502
|
getBudgetItemUnits: BudgetItemUnit[];
|
|
1503
1503
|
getMembershipOrganizations: MembershipOrganizationReference[];
|