@vertikalx/vtx-backend-client 2.0.0-dev-geo.20 → 2.0.0-dev-geo.21

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "2.0.0-dev-geo.20",
3
+ "version": "2.0.0-dev-geo.21",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
File without changes
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=athlete-api-service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"athlete-api-service.js","sourceRoot":"","sources":["../../../../../libs/vtx-backend-client/src/api/athlete-api-service.ts"],"names":[],"mappings":""}
@@ -116,6 +116,6 @@ export declare class VTXBaseAPI {
116
116
  getDonationsByAthlete(): Promise<ITypedBackendResponse<Receipt[]>>;
117
117
  getBudgetConcepts(): Promise<ITypedBackendResponse<BudgetConcept[]>>;
118
118
  getBudgetItemsUnits(): Promise<ITypedBackendResponse<BudgetItemUnit[]>>;
119
- verifyAthleteCompetitionLinkedForDeleteV2(dto: existValueDto): Promise<ITypedBackendResponse<any>>;
119
+ verifyAthleteCompetitionLinkedForDelete(dto: existValueDto): Promise<ITypedBackendResponse<any>>;
120
120
  forceDeleteAthleteCompetition(dto: DeleteSingleValueDto): Promise<ITypedBackendResponse<DeleteSingleValueResponse>>;
121
121
  }
@@ -7720,7 +7720,7 @@ class VTXBaseAPI {
7720
7720
  }
7721
7721
  return retValue;
7722
7722
  }
7723
- async verifyAthleteCompetitionLinkedForDeleteV2(dto) {
7723
+ async verifyAthleteCompetitionLinkedForDelete(dto) {
7724
7724
  const client = (0, client_1.createClient)({
7725
7725
  url: this.backendUrl + '/graphql',
7726
7726
  headers: this.headers,