@vertikalx/vtx-backend-client 1.0.0-dev-carlos.34 → 1.0.0-dev-carlos.36

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": "1.0.0-dev-carlos.34",
3
+ "version": "1.0.0-dev-carlos.36",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -93,7 +93,7 @@ export declare class VTXBaseAPI {
93
93
  updateAthleteIntegration(type: string): Promise<ITypedBackendResponse<boolean>>;
94
94
  deleteUploadedTypeKeyFile(dto: AWSS3DeleteUseTypeKeyDto): Promise<ITypedBackendResponse<AWSS3CallResult>>;
95
95
  saveAthleteCompetitionResult(dto: SetCompetitionResultDto): Promise<ITypedBackendResponse<AthleteCompetitionResult>>;
96
- updateAthleteTpiScore(): Promise<ITypedBackendResponse<Athlete>>;
96
+ updateAthleteScores(): Promise<ITypedBackendResponse<Athlete>>;
97
97
  createResetPasswordCode(email: string): Promise<ITypedBackendResponse<EditValueResponse>>;
98
98
  getResetVerificationCode(id: string): Promise<ITypedBackendResponse<VerificationCodeType>>;
99
99
  verifyCode(input: VerifyCodeDto): Promise<ITypedBackendResponse<CodeVerificationResponse>>;
@@ -6753,7 +6753,7 @@ class VTXBaseAPI {
6753
6753
  }
6754
6754
  return retValue;
6755
6755
  }
6756
- async updateAthleteTpiScore() {
6756
+ async updateAthleteScores() {
6757
6757
  const client = (0, client_1.createClient)({
6758
6758
  url: this.backendUrl + '/graphql',
6759
6759
  headers: this.headers,